main 6891e0eb14ed cached
25 files
3.4 MB
883.0k tokens
85 symbols
1 requests
Download .txt
Showing preview only (3,532K chars total). Download the full file or copy to clipboard to get everything.
Repository: facebookresearch/hypernymysuite
Branch: main
Commit: 6891e0eb14ed
Files: 25
Total size: 3.4 MB

Directory structure:
gitextract_oqtkw7yk/

├── .gitignore
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── LICENSE
├── README.md
├── compile_table.py
├── data/
│   ├── bibless.tsv
│   ├── bless.tsv
│   ├── eval.tsv
│   ├── hyperlex_rnd.tsv
│   ├── leds.tsv
│   ├── shwartz.tsv
│   └── wbless.tsv
├── download_data.sh
├── example.tsv
├── generate_table.sh
├── hypernymysuite/
│   ├── __init__.py
│   ├── base.py
│   ├── evaluation.py
│   ├── pattern.py
│   ├── reader.py
│   └── unsup.py
├── main.py
├── requirements.txt
└── setup.py

================================================
FILE CONTENTS
================================================

================================================
FILE: .gitignore
================================================
*.pyc


================================================
FILE: CODE_OF_CONDUCT.md
================================================
# Code of Conduct

Facebook has adopted a Code of Conduct that we expect project participants to adhere to. Please read the [full text](https://code.fb.com/codeofconduct/)) so that you can understand what actions will and will not be tolerated.


================================================
FILE: CONTRIBUTING.md
================================================
# Contributing to HypernymySuite
We want to make contributing to this project as easy and transparent as
possible.

## Pull Requests
We actively welcome your pull requests.

1. Fork the repo and create your branch from `main`.
2. If you've added code that should be tested, add tests.
3. If you've changed APIs, update the documentation.
4. Ensure the test suite passes.
5. Make sure your code lints.
6. If you haven't already, complete the Contributor License Agreement ("CLA").

## Contributor License Agreement ("CLA")
In order to accept your pull request, we need you to submit a CLA. You only need
to do this once to work on any of Facebook's open source projects.

Complete your CLA here: <https://code.facebook.com/cla>

## Issues
We use GitHub issues to track public bugs. Please ensure your description is
clear and has sufficient instructions to be able to reproduce the issue.

Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe
disclosure of security bugs. In those cases, please go through the process
outlined on that page and do not file a public issue.

## Coding Style
Please use [black](https://github.com/ambv/black) to autoformat all files.

## License
By contributing to HypernymySuite, you agree that your contributions will be licensed
under the LICENSE file in the root directory of this source tree.


================================================
FILE: LICENSE
================================================
Attribution-NonCommercial 4.0 International

=======================================================================

Creative Commons Corporation ("Creative Commons") is not a law firm and
does not provide legal services or legal advice. Distribution of
Creative Commons public licenses does not create a lawyer-client or
other relationship. Creative Commons makes its licenses and related
information available on an "as-is" basis. Creative Commons gives no
warranties regarding its licenses, any material licensed under their
terms and conditions, or any related information. Creative Commons
disclaims all liability for damages resulting from their use to the
fullest extent possible.

Using Creative Commons Public Licenses

Creative Commons public licenses provide a standard set of terms and
conditions that creators and other rights holders may use to share
original works of authorship and other material subject to copyright
and certain other rights specified in the public license below. The
following considerations are for informational purposes only, are not
exhaustive, and do not form part of our licenses.

     Considerations for licensors: Our public licenses are
     intended for use by those authorized to give the public
     permission to use material in ways otherwise restricted by
     copyright and certain other rights. Our licenses are
     irrevocable. Licensors should read and understand the terms
     and conditions of the license they choose before applying it.
     Licensors should also secure all rights necessary before
     applying our licenses so that the public can reuse the
     material as expected. Licensors should clearly mark any
     material not subject to the license. This includes other CC-
     licensed material, or material used under an exception or
     limitation to copyright. More considerations for licensors:
     wiki.creativecommons.org/Considerations_for_licensors

     Considerations for the public: By using one of our public
     licenses, a licensor grants the public permission to use the
     licensed material under specified terms and conditions. If
     the licensor's permission is not necessary for any reason--for
     example, because of any applicable exception or limitation to
     copyright--then that use is not regulated by the license. Our
     licenses grant only permissions under copyright and certain
     other rights that a licensor has authority to grant. Use of
     the licensed material may still be restricted for other
     reasons, including because others have copyright or other
     rights in the material. A licensor may make special requests,
     such as asking that all changes be marked or described.
     Although not required by our licenses, you are encouraged to
     respect those requests where reasonable. More_considerations
     for the public:
	wiki.creativecommons.org/Considerations_for_licensees

=======================================================================

Creative Commons Attribution-NonCommercial 4.0 International Public
License

By exercising the Licensed Rights (defined below), You accept and agree
to be bound by the terms and conditions of this Creative Commons
Attribution-NonCommercial 4.0 International Public License ("Public
License"). To the extent this Public License may be interpreted as a
contract, You are granted the Licensed Rights in consideration of Your
acceptance of these terms and conditions, and the Licensor grants You
such rights in consideration of benefits the Licensor receives from
making the Licensed Material available under these terms and
conditions.

Section 1 -- Definitions.

  a. Adapted Material means material subject to Copyright and Similar
     Rights that is derived from or based upon the Licensed Material
     and in which the Licensed Material is translated, altered,
     arranged, transformed, or otherwise modified in a manner requiring
     permission under the Copyright and Similar Rights held by the
     Licensor. For purposes of this Public License, where the Licensed
     Material is a musical work, performance, or sound recording,
     Adapted Material is always produced where the Licensed Material is
     synched in timed relation with a moving image.

  b. Adapter's License means the license You apply to Your Copyright
     and Similar Rights in Your contributions to Adapted Material in
     accordance with the terms and conditions of this Public License.

  c. Copyright and Similar Rights means copyright and/or similar rights
     closely related to copyright including, without limitation,
     performance, broadcast, sound recording, and Sui Generis Database
     Rights, without regard to how the rights are labeled or
     categorized. For purposes of this Public License, the rights
     specified in Section 2(b)(1)-(2) are not Copyright and Similar
     Rights.
  d. Effective Technological Measures means those measures that, in the
     absence of proper authority, may not be circumvented under laws
     fulfilling obligations under Article 11 of the WIPO Copyright
     Treaty adopted on December 20, 1996, and/or similar international
     agreements.

  e. Exceptions and Limitations means fair use, fair dealing, and/or
     any other exception or limitation to Copyright and Similar Rights
     that applies to Your use of the Licensed Material.

  f. Licensed Material means the artistic or literary work, database,
     or other material to which the Licensor applied this Public
     License.

  g. Licensed Rights means the rights granted to You subject to the
     terms and conditions of this Public License, which are limited to
     all Copyright and Similar Rights that apply to Your use of the
     Licensed Material and that the Licensor has authority to license.

  h. Licensor means the individual(s) or entity(ies) granting rights
     under this Public License.

  i. NonCommercial means not primarily intended for or directed towards
     commercial advantage or monetary compensation. For purposes of
     this Public License, the exchange of the Licensed Material for
     other material subject to Copyright and Similar Rights by digital
     file-sharing or similar means is NonCommercial provided there is
     no payment of monetary compensation in connection with the
     exchange.

  j. Share means to provide material to the public by any means or
     process that requires permission under the Licensed Rights, such
     as reproduction, public display, public performance, distribution,
     dissemination, communication, or importation, and to make material
     available to the public including in ways that members of the
     public may access the material from a place and at a time
     individually chosen by them.

  k. Sui Generis Database Rights means rights other than copyright
     resulting from Directive 96/9/EC of the European Parliament and of
     the Council of 11 March 1996 on the legal protection of databases,
     as amended and/or succeeded, as well as other essentially
     equivalent rights anywhere in the world.

  l. You means the individual or entity exercising the Licensed Rights
     under this Public License. Your has a corresponding meaning.

Section 2 -- Scope.

  a. License grant.

       1. Subject to the terms and conditions of this Public License,
          the Licensor hereby grants You a worldwide, royalty-free,
          non-sublicensable, non-exclusive, irrevocable license to
          exercise the Licensed Rights in the Licensed Material to:

            a. reproduce and Share the Licensed Material, in whole or
               in part, for NonCommercial purposes only; and

            b. produce, reproduce, and Share Adapted Material for
               NonCommercial purposes only.

       2. Exceptions and Limitations. For the avoidance of doubt, where
          Exceptions and Limitations apply to Your use, this Public
          License does not apply, and You do not need to comply with
          its terms and conditions.

       3. Term. The term of this Public License is specified in Section
          6(a).

       4. Media and formats; technical modifications allowed. The
          Licensor authorizes You to exercise the Licensed Rights in
          all media and formats whether now known or hereafter created,
          and to make technical modifications necessary to do so. The
          Licensor waives and/or agrees not to assert any right or
          authority to forbid You from making technical modifications
          necessary to exercise the Licensed Rights, including
          technical modifications necessary to circumvent Effective
          Technological Measures. For purposes of this Public License,
          simply making modifications authorized by this Section 2(a)
          (4) never produces Adapted Material.

       5. Downstream recipients.

            a. Offer from the Licensor -- Licensed Material. Every
               recipient of the Licensed Material automatically
               receives an offer from the Licensor to exercise the
               Licensed Rights under the terms and conditions of this
               Public License.

            b. No downstream restrictions. You may not offer or impose
               any additional or different terms or conditions on, or
               apply any Effective Technological Measures to, the
               Licensed Material if doing so restricts exercise of the
               Licensed Rights by any recipient of the Licensed
               Material.

       6. No endorsement. Nothing in this Public License constitutes or
          may be construed as permission to assert or imply that You
          are, or that Your use of the Licensed Material is, connected
          with, or sponsored, endorsed, or granted official status by,
          the Licensor or others designated to receive attribution as
          provided in Section 3(a)(1)(A)(i).

  b. Other rights.

       1. Moral rights, such as the right of integrity, are not
          licensed under this Public License, nor are publicity,
          privacy, and/or other similar personality rights; however, to
          the extent possible, the Licensor waives and/or agrees not to
          assert any such rights held by the Licensor to the limited
          extent necessary to allow You to exercise the Licensed
          Rights, but not otherwise.

       2. Patent and trademark rights are not licensed under this
          Public License.

       3. To the extent possible, the Licensor waives any right to
          collect royalties from You for the exercise of the Licensed
          Rights, whether directly or through a collecting society
          under any voluntary or waivable statutory or compulsory
          licensing scheme. In all other cases the Licensor expressly
          reserves any right to collect such royalties, including when
          the Licensed Material is used other than for NonCommercial
          purposes.

Section 3 -- License Conditions.

Your exercise of the Licensed Rights is expressly made subject to the
following conditions.

  a. Attribution.

       1. If You Share the Licensed Material (including in modified
          form), You must:

            a. retain the following if it is supplied by the Licensor
               with the Licensed Material:

                 i. identification of the creator(s) of the Licensed
                    Material and any others designated to receive
                    attribution, in any reasonable manner requested by
                    the Licensor (including by pseudonym if
                    designated);

                ii. a copyright notice;

               iii. a notice that refers to this Public License;

                iv. a notice that refers to the disclaimer of
                    warranties;

                 v. a URI or hyperlink to the Licensed Material to the
                    extent reasonably practicable;

            b. indicate if You modified the Licensed Material and
               retain an indication of any previous modifications; and

            c. indicate the Licensed Material is licensed under this
               Public License, and include the text of, or the URI or
               hyperlink to, this Public License.

       2. You may satisfy the conditions in Section 3(a)(1) in any
          reasonable manner based on the medium, means, and context in
          which You Share the Licensed Material. For example, it may be
          reasonable to satisfy the conditions by providing a URI or
          hyperlink to a resource that includes the required
          information.

       3. If requested by the Licensor, You must remove any of the
          information required by Section 3(a)(1)(A) to the extent
          reasonably practicable.

       4. If You Share Adapted Material You produce, the Adapter's
          License You apply must not prevent recipients of the Adapted
          Material from complying with this Public License.

Section 4 -- Sui Generis Database Rights.

Where the Licensed Rights include Sui Generis Database Rights that
apply to Your use of the Licensed Material:

  a. for the avoidance of doubt, Section 2(a)(1) grants You the right
     to extract, reuse, reproduce, and Share all or a substantial
     portion of the contents of the database for NonCommercial purposes
     only;

  b. if You include all or a substantial portion of the database
     contents in a database in which You have Sui Generis Database
     Rights, then the database in which You have Sui Generis Database
     Rights (but not its individual contents) is Adapted Material; and

  c. You must comply with the conditions in Section 3(a) if You Share
     all or a substantial portion of the contents of the database.

For the avoidance of doubt, this Section 4 supplements and does not
replace Your obligations under this Public License where the Licensed
Rights include other Copyright and Similar Rights.

Section 5 -- Disclaimer of Warranties and Limitation of Liability.

  a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
     EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
     AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
     ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
     IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
     WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
     PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
     ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
     KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
     ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.

  b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
     TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
     NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
     INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
     COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
     USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
     ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
     DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
     IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.

  c. The disclaimer of warranties and limitation of liability provided
     above shall be interpreted in a manner that, to the extent
     possible, most closely approximates an absolute disclaimer and
     waiver of all liability.

Section 6 -- Term and Termination.

  a. This Public License applies for the term of the Copyright and
     Similar Rights licensed here. However, if You fail to comply with
     this Public License, then Your rights under this Public License
     terminate automatically.

  b. Where Your right to use the Licensed Material has terminated under
     Section 6(a), it reinstates:

       1. automatically as of the date the violation is cured, provided
          it is cured within 30 days of Your discovery of the
          violation; or

       2. upon express reinstatement by the Licensor.

     For the avoidance of doubt, this Section 6(b) does not affect any
     right the Licensor may have to seek remedies for Your violations
     of this Public License.

  c. For the avoidance of doubt, the Licensor may also offer the
     Licensed Material under separate terms or conditions or stop
     distributing the Licensed Material at any time; however, doing so
     will not terminate this Public License.

  d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
     License.

Section 7 -- Other Terms and Conditions.

  a. The Licensor shall not be bound by any additional or different
     terms or conditions communicated by You unless expressly agreed.

  b. Any arrangements, understandings, or agreements regarding the
     Licensed Material not stated herein are separate from and
     independent of the terms and conditions of this Public License.

Section 8 -- Interpretation.

  a. For the avoidance of doubt, this Public License does not, and
     shall not be interpreted to, reduce, limit, restrict, or impose
     conditions on any use of the Licensed Material that could lawfully
     be made without permission under this Public License.

  b. To the extent possible, if any provision of this Public License is
     deemed unenforceable, it shall be automatically reformed to the
     minimum extent necessary to make it enforceable. If the provision
     cannot be reformed, it shall be severed from this Public License
     without affecting the enforceability of the remaining terms and
     conditions.

  c. No term or condition of this Public License will be waived and no
     failure to comply consented to unless expressly agreed to by the
     Licensor.

  d. Nothing in this Public License constitutes or may be interpreted
     as a limitation upon, or waiver of, any privileges and immunities
     that apply to the Licensor or You, including from the legal
     processes of any jurisdiction or authority.

=======================================================================

Creative Commons is not a party to its public
licenses. Notwithstanding, Creative Commons may elect to apply one of
its public licenses to material it publishes and in those instances
will be considered the “Licensor.” The text of the Creative Commons
public licenses is dedicated to the public domain under the CC0 Public
Domain Dedication. Except for the limited purpose of indicating that
material is shared under a Creative Commons public license or as
otherwise permitted by the Creative Commons policies published at
creativecommons.org/policies, Creative Commons does not authorize the
use of the trademark "Creative Commons" or any other trademark or logo
of Creative Commons without its prior written consent including,
without limitation, in connection with any unauthorized modifications
to any of its public licenses or any other arrangements,
understandings, or agreements concerning use of licensed material. For
the avoidance of doubt, this paragraph does not form part of the
public licenses.

Creative Commons may be contacted at creativecommons.org.


================================================
FILE: README.md
================================================
# Hypernymy Suite

HypernymySuite is a tool for evaluating some hypernymy detection modules. Its
predominant focus is reproducing the results for the following paper.

> Stephen Roller, Douwe Kiela, and Maximilian Nickel. 2018. Hearst Patterns
> Revisited: Automatic Hypernym Detection from Large Text Corpora. ACL.
> ([arXiv](https://arxiv.org/abs/1806.03191))

We hope that open sourcing our evaluation will help facilitate future research.

## Example

You can produce results in a JSON format by calling main.py:

    python main.py cnt --dset hearst_counts.txt.gz

These results can be made machine readable by piping them into `compile_table`:

    python main.py cnt --dset hearst_counts.txt.gz | python compile_table.py

To generate the full table from the report, you may simply use `generate_table.sh`:

    bash generate_table.sh results.json

Please note that due to licensing concerns, we were not able to release our
train/validation/test folds from the paper, so results may differ slightly than
those reported.

## Requirements

The module was developed with python3 in mind, and is not tested for python2.
Nonetheless, cross-platform compatibility may be possible.

The suite requires several packages you probably already have installed:
`numpy`, `scipy`, `pandas`, `scikit-learn` and `nltk`. These can be installed
using pip:

    pip install -r requirements.txt

If you've never used `nltk` before, you'll need to install the wordnet module.

    python -c "import nltk; nltk.download('wordnet')"
    
On OS X, you may need to install `coreutils` and `gnu-sed` for the script `download_data.sh` to run correctly. These can be installed using brew:

    brew install coreutils gnu-sed

After installation, you will either need to modify `download_data.sh` to run `gsort` and `gsed` instead of `sort` and `sed`, or alternatively add a "gnubin" directory to your PATH from your bashrc:

    PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"

For more information, see `brew info coreutils` or `brew info gnu-sed`.

## Evaluating your own model

You can evaluate your own model in two separate ways. The simplest way is simply
to create a copy of example.tsv, and fill in your model's predictions in the `sim`
column. You must include a prediction for every pair, but you may set the `is_oov`
column to `1` to ensure it is correctly calculated.

You may then evaluate the model:

    python main.py precomputed --dset example.tsv

You can also implement any model by extending the `base.HypernymySuiteModel` class
and filling in your own implemenation for `predict` or `predict_many`.

## References

If you find this code useful for your research, please cite the following paper:

    @inproceedings{roller2018hearst
        title = {Hearst Patterns Revisited: Automatic Hypernym Detection from Large Text Corpora},
        author = {Roller, Stephen and Kiela, Douwe and Nickel, Maximilian},
        year = {2018},
        booktitle = {Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics},
        location = {Melbourne, Australia},
        publisher = {Association for Computational Linguistics}
    }

## License

This code is licensed under [CC-BY-NC4.0](https://creativecommons.org/licenses/by-nc/4.0/).

The data contained in `hearst_counts.txt` was extracted from a combination of
[Wikipedia](https://en.wikipedia.org/wiki/Wikipedia:Database_download) and Gigaword.
Please see publication for details.


================================================
FILE: compile_table.py
================================================
#!/usr/bin/env python3

# Copyright (c) 2017-present, Facebook, Inc.
# All rights reserved.
#
# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.

from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
from __future__ import unicode_literals

import sys
import argparse
import logging
import pandas as pd
import numpy as np
import json

logging.basicConfig(level=logging.INFO)

REPORT_FIELDS = [
    ("Siege", "BLESS", "siege_bless_other_ap_{fold}"),
    ("Siege", "EVAL", "siege_eval_other_ap_{fold}"),
    ("Siege", "LEDS", "siege_leds_other_ap_{fold}"),
    ("Siege", "Shwartz", "siege_shwartz_other_ap_{fold}"),
    ("Siege", "WBless", "siege_weeds_other_ap_{fold}"),
    ("Graded", "Hyperlex", "cor_hyperlex_rho_{fold}"),
    ("Direction", "BLESS", "dir_dbless_acc_{fold}"),
    ("Direction", "Wbless", "dir_wbless_acc_{fold}_inv"),
    ("Direction", "BiBless", "dir_bibless_acc_{fold}_inv"),
]

order = {}
for i, (_, metric, _) in enumerate(REPORT_FIELDS):
    if metric not in order:
        order[metric] = i


def nice_grouping(df):
    r = df.pivot_table(index=["modeltype"], columns=["metric"], values="score")
    cols = sorted(r.columns, key=lambda x: order[x])
    return r[cols]


def fprint(x):
    if np.isnan(x):
        return ""
    if x <= 1:
        return ("%.2f" % x).replace("0.", ".")
    else:
        return "%d" % x


def gather_metrics(results):
    """
    Gathers up metrics across all the different report fields, and puts them into
    one nice groupable table.
    """
    output = []
    for modeltype, modelset in results.groupby("name"):
        for tablename, metricname, metrickey in REPORT_FIELDS:
            # gather up the best score by validation fold of this model group
            modelset = modelset.copy().reset_index(drop=True)
            valkey = metrickey.replace("{fold}", "val")
            testkey = metrickey.replace("{fold}", "test")

            if valkey not in results.columns:
                continue

            if valkey not in modelset.columns:
                modelset[valkey] = np.nan
            if testkey not in modelset.columns:
                modelset[testkey] = np.nan

            # find the best model on validation
            modelset = modelset.sort_values(valkey, ascending=(tablename == "Ranking"))
            best_on_val = modelset.head(1).iloc[0]
            val_score = best_on_val[valkey]
            test_score = best_on_val[testkey]

            # report results
            output.append(
                {
                    "modeltype": modeltype,
                    "tablename": tablename,
                    "metric": metricname,
                    "fold": "val",
                    "score": val_score,
                }
            )
            output.append(
                {
                    "modeltype": modeltype,
                    "tablename": tablename,
                    "metric": metricname,
                    "fold": "test",
                    "score": test_score,
                }
            )

    df = pd.DataFrame(output)
    return df


def output_latex(nice_subset):
    return nice_subset.to_latex(sys.stdout, float_format=fprint)


def output_html(nice_subset):
    return nice_subset.to_html(
        sys.stdout, col_space=100, border=0, float_format=fprint, justify="right"
    )


def output_console(subset):
    return subset.to_string(sys.stdout, float_format=fprint, justify="right")


def __flatten_dict(d, joiner="_"):
    items = []
    for k, v in d.items():
        if type(v) is dict:
            for k2, v2 in __flatten_dict(v, joiner=joiner):
                items.append((k + joiner + k2, v2))
        else:
            items.append((k, v))
    return items


def read_json_log(filename):
    """
    Reads a json log as output from a given model run. Does simple filtering
    to prevent bad plots (e.g. drop NaN lines), and flattens the dictionary.
    """
    output = []
    if filename == "-" or "":
        f = sys.stdin
    else:
        f = open(filename)  # noqa: P201

    for i, line in enumerate(f, 1):
        line = line.strip()
        if not line:
            continue

        line = line.replace("NaN", "null")
        line = line.replace("-Infinity", "null")
        line = line.replace("Infinity", "null")
        try:
            d = json.loads(line)
            output.append(dict(__flatten_dict(d)))
        except ValueError:
            logging.warning("Warning: Line {} of {} didn't parse: ".format(i, filename))

    f.close()
    return pd.DataFrame(output)


def main():
    parser = argparse.ArgumentParser(description="Compiles results into a table.")
    parser.add_argument("--input", "-i", default="-", help="Input logs")
    parser.add_argument("--latex", action="store_true", help="Output latex")
    parser.add_argument("--html", action="store_true", help="Output html")
    parser.add_argument("--test", action="store_true", help="Display test results")
    args = parser.parse_args()

    # Rad in the log format
    results = read_json_log(args.input)
    # For output, we want to limit the number of decimal points and auto round
    pd.set_option("precision", 2)
    # And for the purpose of output, don't allow wrapping
    pd.set_option("display.width", 100000)

    # baselines replace "distfn" with the baseline name for simplicitly of grouping
    df = gather_metrics(results)
    for tablename, subset in df.groupby("tablename"):
        subset = subset.copy().reset_index(drop=False)
        nice_val = nice_grouping(subset[subset.fold == "val"])
        nice_test = nice_grouping(subset[subset.fold == "test"])
        if args.test:
            nice_subset = nice_test
        else:
            nice_subset = nice_val

        if args.latex:
            output_latex(nice_subset)
        elif args.html:
            sys.stdout.write(
                "<style type='text/css'>"
                "td { padding: 0.1em; text-align: right; }"
                "</style>\n"
            )
            output_html(nice_subset)
        else:
            print(tablename)
            output_console(nice_subset)
            print()
        print()


if __name__ == "__main__":
    main()


================================================
FILE: data/bibless.tsv
================================================
word1	word2	relation	label
pheasant	game	hyper	1
pheasant	bird	hyper	1
pheasant	vertebrate	hyper	1
pheasant	creature	hyper	1
dove	pheasant	other	0
animal	pheasant	rhyper	-1
beak	pheasant	other	0
pheasant	pakistani	other	0
sparrow	creature	hyper	1
sparrow	animal	hyper	1
sparrow	vertebrate	hyper	1
sparrow	football	other	0
pheasant	sparrow	other	0
bird	sparrow	rhyper	-1
fox	vertebrate	hyper	1
fox	animal	hyper	1
fox	mammal	hyper	1
fox	predator	hyper	1
fox	carnivore	hyper	1
fox	canine	hyper	1
beast	fox	rhyper	-1
fox	sub-committee	other	0
creature	fox	rhyper	-1
fox	mouth	other	0
fox	giraffe	other	0
tail	fox	other	0
stove	device	hyper	1
stove	object	hyper	1
stove	artifact	hyper	1
stove	artefact	hyper	1
stove	commodity	hyper	1
stove	migraine	other	0
good	stove	rhyper	-1
appliance	stove	rhyper	-1
bookshop	stove	other	0
telephone	stove	other	0
rifle	artifact	hyper	1
rifle	weapon	hyper	1
rifle	arm	hyper	1
rifle	artefact	hyper	1
rifle	gun	hyper	1
rifle	firearm	hyper	1
kalashnikov	rifle	other	0
rifle	revolver	other	0
device	rifle	rhyper	-1
object	rifle	rhyper	-1
barrel	rifle	other	0
rifle	hockey	other	0
cottage	construction	hyper	1
cottage	dwelling	hyper	1
cottage	housing	hyper	1
cottage	structure	hyper	1
cottage	building	hyper	1
cottage	home	hyper	1
cottage	habitation	hyper	1
cottage	edifice	hyper	1
alcohol	cottage	other	0
restaurant	cottage	other	0
accommodation	cottage	rhyper	-1
owner	cottage	other	0
ceiling	cottage	other	0
lodging	cottage	rhyper	-1
cottage	castle	other	0
cottage	camera	other	0
radio	artefact	hyper	1
radio	good	hyper	1
radio	object	hyper	1
radio	system	hyper	1
radio	device	hyper	1
radio	appliance	hyper	1
radio	commodity	hyper	1
washer	radio	other	0
speaker	radio	other	0
radio	wire	other	0
artifact	radio	rhyper	-1
radio	canvas	other	0
equipment	radio	rhyper	-1
radio	stereo	other	0
pine	tree	hyper	1
pine	evergreen	hyper	1
pine	tooling	other	0
stump	pine	other	0
oven	artifact	hyper	1
oven	artefact	hyper	1
oven	device	hyper	1
oven	good	hyper	1
oven	commodity	hyper	1
steel	oven	other	0
appliance	oven	rhyper	-1
oven	import	other	0
oven	television	other	0
oven	timer	other	0
bomb	artefact	hyper	1
bomb	device	hyper	1
bomb	arm	hyper	1
bomb	weapon	hyper	1
fuse	bomb	other	0
artifact	bomb	rhyper	-1
dagger	bomb	other	0
bomb	thoroughfare	other	0
chair	artifact	hyper	1
chair	furniture	hyper	1
chair	object	hyper	1
chair	artefact	hyper	1
stool	chair	other	0
chair	scroll	other	0
furnishing	chair	rhyper	-1
cushion	chair	other	0
bomber	conveyance	hyper	1
bomber	aircraft	hyper	1
bomber	plane	hyper	1
bomber	transport	hyper	1
bomber	warplane	hyper	1
bomber	aeroplane	hyper	1
bomber	artifact	hyper	1
bomber	airplane	hyper	1
bomber	helicopter	other	0
vehicle	bomber	rhyper	-1
bomber	fuel	other	0
taste	bomber	other	0
windshield	bomber	other	0
frigate	bomber	other	0
artefact	bomber	rhyper	-1
bomber	setting	other	0
grape	berry	hyper	1
grape	food	hyper	1
grape	fruit	hyper	1
grape	reef	other	0
cherry	grape	other	0
produce	grape	rhyper	-1
elm	tree	hyper	1
plant	elm	rhyper	-1
willow	tree	hyper	1
flower	willow	other	0
cherry	produce	hyper	1
cherry	food	hyper	1
stone	cherry	other	0
fruit	cherry	rhyper	-1
scooter	transport	hyper	1
scooter	artefact	hyper	1
scooter	vehicle	hyper	1
scooter	artifact	hyper	1
scooter	necessity	other	0
conveyance	scooter	rhyper	-1
moped	scooter	other	0
fuel	scooter	other	0
swan	vertebrate	hyper	1
swan	bird	hyper	1
swan	waterfowl	hyper	1
swan	creature	hyper	1
crow	swan	other	0
swan	overdraft	other	0
animal	swan	rhyper	-1
eye	swan	other	0
jar	vessel	hyper	1
jar	artefact	hyper	1
jar	container	hyper	1
jar	artifact	hyper	1
jar	object	hyper	1
kitchenware	jar	rhyper	-1
jam	jar	other	0
jar	cookie	other	0
respect	jar	other	0
jar	plate	other	0
cloak	clothing	hyper	1
cloak	artefact	hyper	1
cloak	clothes	hyper	1
cloak	covering	hyper	1
cloak	commodity	hyper	1
cloak	artifact	hyper	1
cloak	apparel	hyper	1
cloak	wear	hyper	1
back	cloak	other	0
workload	cloak	other	0
garment	cloak	rhyper	-1
jacket	cloak	other	0
cloak	greenbelt	other	0
cloak	stigma	other	0
cloak	trousers	other	0
good	cloak	rhyper	-1
glider	artifact	hyper	1
glider	aircraft	hyper	1
glider	transport	hyper	1
glider	craft	hyper	1
glider	artefact	hyper	1
back	glider	other	0
conveyance	glider	rhyper	-1
glider	front	other	0
vehicle	glider	rhyper	-1
boy	glider	other	0
grapefruit	produce	hyper	1
grapefruit	citrus	hyper	1
grapefruit	fruit	hyper	1
food	grapefruit	rhyper	-1
cranberry	grapefruit	other	0
grapefruit	re-assessment	other	0
radish	produce	hyper	1
radish	food	hyper	1
radish	vegetable	hyper	1
leaf	radish	other	0
turnip	radish	other	0
radish	vinyl	other	0
robe	garment	hyper	1
robe	artefact	hyper	1
robe	covering	hyper	1
robe	commodity	hyper	1
robe	apparel	hyper	1
robe	clothing	hyper	1
robe	good	hyper	1
robe	artifact	hyper	1
hat	robe	other	0
robe	commentary	other	0
back	robe	other	0
robe	ruminant	other	0
object	robe	rhyper	-1
blouse	robe	other	0
something	robe	other	0
robe	front	other	0
hat	covering	hyper	1
hat	apparel	hyper	1
hat	wear	hyper	1
hat	good	hyper	1
hat	accessory	hyper	1
hat	artefact	hyper	1
hat	clothing	hyper	1
hat	headgear	hyper	1
hat	garment	hyper	1
hat	headdress	hyper	1
hat	object	hyper	1
commencement	hat	other	0
hat	virus	other	0
robe	hat	other	0
commodity	hat	rhyper	-1
inside	hat	other	0
hat	italian	other	0
artifact	hat	rhyper	-1
jacket	hat	other	0
outside	hat	other	0
hat	crown	other	0
clothes	hat	rhyper	-1
battleship	artefact	hyper	1
battleship	vehicle	hyper	1
battleship	vessel	hyper	1
battleship	warship	hyper	1
battleship	craft	hyper	1
plantation	battleship	other	0
battleship	lack	other	0
battleship	glider	other	0
topside	battleship	other	0
ship	battleship	rhyper	-1
cannon	artifact	hyper	1
cannon	gun	hyper	1
cannon	arm	hyper	1
cannon	device	hyper	1
cannon	object	hyper	1
trigger	cannon	other	0
cannon	chamber	other	0
achiever	cannon	other	0
artefact	cannon	rhyper	-1
hatchet	cannon	other	0
vulture	raptor	hyper	1
vulture	predator	hyper	1
vulture	scavenger	hyper	1
vulture	creature	hyper	1
vulture	animal	hyper	1
vertebrate	vulture	rhyper	-1
vulture	goose	other	0
beak	vulture	other	0
dismay	vulture	other	0
bird	vulture	rhyper	-1
fridge	commodity	hyper	1
fridge	object	hyper	1
fridge	artifact	hyper	1
fridge	device	hyper	1
fridge	artefact	hyper	1
telephone	fridge	other	0
fridge	food	other	0
good	fridge	rhyper	-1
fridge	test	other	0
learner	fridge	other	0
bear	mammal	hyper	1
bear	creature	hyper	1
bear	vertebrate	hyper	1
bear	beast	hyper	1
dog	bear	other	0
jaw	bear	other	0
bear	fur	other	0
animal	bear	rhyper	-1
spoon	artefact	hyper	1
spoon	cutlery	hyper	1
spoon	artifact	hyper	1
spoon	tool	hyper	1
spoon	object	hyper	1
spoon	tableware	hyper	1
spoon	container	hyper	1
kitchenware	spoon	rhyper	-1
spoon	empathy	other	0
lock-up	spoon	other	0
shovel	spoon	other	0
wood	spoon	other	0
spoon	head	other	0
spoon	wrench	other	0
giraffe	herbivore	hyper	1
giraffe	beast	hyper	1
giraffe	mammal	hyper	1
giraffe	vertebrate	hyper	1
assessor	giraffe	other	0
giraffe	leg	other	0
giraffe	violin	other	0
creature	giraffe	rhyper	-1
cedar	plant	hyper	1
cedar	evergreen	hyper	1
cedar	sense	other	0
tree	cedar	rhyper	-1
snake	creature	hyper	1
snake	animal	hyper	1
snake	reptile	hyper	1
snake	beast	hyper	1
tooth	snake	other	0
alligator	snake	other	0
vertebrate	snake	rhyper	-1
snake	establishment	other	0
desk	artefact	hyper	1
desk	furniture	hyper	1
desk	furnishing	hyper	1
desk	object	hyper	1
artifact	desk	rhyper	-1
wood	desk	other	0
sofa	desk	other	0
desk	beating	other	0
falcon	creature	hyper	1
falcon	predator	hyper	1
falcon	vertebrate	hyper	1
falcon	bird	hyper	1
liberalization	falcon	other	0
plumage	falcon	other	0
falcon	claw	other	0
falcon	underdog	other	0
donkey	herbivore	hyper	1
donkey	creature	hyper	1
donkey	vertebrate	hyper	1
donkey	beast	hyper	1
donkey	hair	other	0
mammal	donkey	rhyper	-1
snout	donkey	other	0
artillery	donkey	other	0
frigate	vessel	hyper	1
frigate	artifact	hyper	1
frigate	vehicle	hyper	1
frigate	ship	hyper	1
frigate	craft	hyper	1
artefact	frigate	rhyper	-1
timetable	frigate	other	0
starboard	frigate	other	0
frigate	raft	other	0
jet	frigate	other	0
onion	vegetable	hyper	1
onion	produce	hyper	1
food	onion	rhyper	-1
onion	dresser	other	0
sofa	artefact	hyper	1
sofa	artifact	hyper	1
sofa	object	hyper	1
sofa	furniture	hyper	1
furnishing	sofa	rhyper	-1
sofa	declaration	other	0
wood	sofa	other	0
bed	sofa	other	0
gun	object	hyper	1
gun	arm	hyper	1
gun	artifact	hyper	1
gun	artefact	hyper	1
device	gun	rhyper	-1
bazooka	gun	other	0
butt	gun	other	0
gun	shotgun	other	0
glove	accessory	hyper	1
glove	clothes	hyper	1
glove	artifact	hyper	1
glove	good	hyper	1
glove	apparel	hyper	1
glove	garment	hyper	1
glove	artefact	hyper	1
glove	wear	hyper	1
glove	object	hyper	1
glove	bonfire	other	0
jacket	glove	other	0
covering	glove	rhyper	-1
clothing	glove	rhyper	-1
commodity	glove	rhyper	-1
crust	glove	other	0
glove	historian	other	0
glove	sweatshirt	other	0
dress	glove	other	0
bag	object	hyper	1
bag	luggage	hyper	1
bag	artefact	hyper	1
bag	accessory	hyper	1
bag	incontinence	other	0
bottom	bag	other	0
circumcision	bag	other	0
artifact	bag	rhyper	-1
hatchet	weapon	hyper	1
hatchet	cutlery	hyper	1
hatchet	utensil	hyper	1
hatchet	artifact	hyper	1
hatchet	artefact	hyper	1
tool	hatchet	rhyper	-1
hatchet	lesson	other	0
hatchet	iron	other	0
hatchet	pincer	other	0
scissors	hatchet	other	0
saxophone	instrument	hyper	1
saxophone	artefact	hyper	1
saxophone	object	hyper	1
saxophone	artifact	hyper	1
key	saxophone	other	0
device	saxophone	rhyper	-1
drum	saxophone	other	0
saxophone	fare	other	0
car	artifact	hyper	1
car	conveyance	hyper	1
car	vehicle	hyper	1
car	artefact	hyper	1
car	goody	other	0
trunk	car	other	0
transport	car	rhyper	-1
bicycle	car	other	0
tanker	artefact	hyper	1
tanker	craft	hyper	1
tanker	artifact	hyper	1
tanker	ship	hyper	1
van	tanker	other	0
tanker	hull	other	0
tanker	ferry	other	0
racism	tanker	other	0
motorcycle	vehicle	hyper	1
motorcycle	artefact	hyper	1
motorcycle	transport	hyper	1
motorcycle	conveyance	hyper	1
motorcycle	sauce	other	0
artifact	motorcycle	rhyper	-1
ferry	motorcycle	other	0
oil	motorcycle	other	0
turtle	amphibian	hyper	1
turtle	animal	hyper	1
turtle	vertebrate	hyper	1
turtle	beast	hyper	1
turtle	reptile	hyper	1
turtle	creature	hyper	1
salary	turtle	other	0
pet	turtle	rhyper	-1
frog	turtle	other	0
turtle	eye	other	0
scale	turtle	other	0
food	turtle	rhyper	-1
villa	construction	hyper	1
villa	house	hyper	1
villa	dwelling	hyper	1
villa	edifice	hyper	1
villa	lodging	hyper	1
villa	habitation	hyper	1
villa	site	hyper	1
villa	accommodation	hyper	1
villa	structure	hyper	1
inn	villa	other	0
building	villa	rhyper	-1
villa	speed	other	0
housing	villa	rhyper	-1
villa	wood	other	0
warehouse	villa	other	0
roof	villa	other	0
villa	pub	other	0
ceiling	villa	other	0
crow	bird	hyper	1
crow	animal	hyper	1
crow	creature	hyper	1
crow	vertebrate	hyper	1
crow	coward	other	0
scavenger	crow	rhyper	-1
swan	crow	other	0
beak	crow	other	0
acacia	tree	hyper	1
root	acacia	other	0
grasshopper	insect	hyper	1
grasshopper	creature	hyper	1
grasshopper	bug	hyper	1
grasshopper	childhood	other	0
leg	grasshopper	other	0
moth	grasshopper	other	0
library	edifice	hyper	1
library	site	hyper	1
library	building	hyper	1
library	construction	hyper	1
elevator	library	other	0
institution	library	rhyper	-1
structure	library	rhyper	-1
problem	library	other	0
goose	waterfowl	hyper	1
goose	bird	hyper	1
goose	creature	hyper	1
goose	animal	hyper	1
plumage	goose	other	0
hawk	goose	other	0
vertebrate	goose	rhyper	-1
goose	continuum	other	0
lion	vertebrate	hyper	1
lion	predator	hyper	1
lion	carnivore	hyper	1
lion	creature	hyper	1
lion	mammal	hyper	1
rat	lion	other	0
lion	mouth	other	0
implementer	lion	other	0
beast	lion	rhyper	-1
paw	lion	other	0
turnip	root	hyper	1
turnip	food	hyper	1
turnip	produce	hyper	1
carrot	turnip	other	0
bulb	turnip	other	0
turnip	dyslexia	other	0
beetle	animal	hyper	1
beetle	insect	hyper	1
beetle	bug	hyper	1
head	beetle	other	0
creature	beetle	rhyper	-1
wasp	beetle	other	0
cathedral	building	hyper	1
cathedral	church	hyper	1
cathedral	site	hyper	1
cathedral	edifice	hyper	1
cathedral	structure	hyper	1
cathedral	pulse	other	0
cathedral	pub	other	0
stair	cathedral	other	0
construction	cathedral	rhyper	-1
cathedral	candle	other	0
hammer	tool	hyper	1
hammer	artifact	hyper	1
hammer	utensil	hyper	1
hammer	object	hyper	1
scissors	hammer	other	0
artefact	hammer	rhyper	-1
hammer	nausea	other	0
wood	hammer	other	0
blouse	good	hyper	1
blouse	wear	hyper	1
blouse	object	hyper	1
blouse	clothes	hyper	1
blouse	garment	hyper	1
blouse	apparel	hyper	1
blouse	commodity	hyper	1
blouse	clothing	hyper	1
artefact	blouse	rhyper	-1
button	blouse	other	0
blouse	spider	other	0
blouse	arm	other	0
hat	blouse	other	0
silk	blouse	other	0
artifact	blouse	rhyper	-1
cloak	blouse	other	0
saw	object	hyper	1
saw	utensil	hyper	1
saw	tool	hyper	1
saw	artifact	hyper	1
saw	herat	other	0
steel	saw	other	0
artefact	saw	rhyper	-1
fork	saw	other	0
pigeon	creature	hyper	1
pigeon	animal	hyper	1
pigeon	vertebrate	hyper	1
bird	pigeon	rhyper	-1
owl	pigeon	other	0
plume	pigeon	other	0
revolver	object	hyper	1
revolver	weapon	hyper	1
revolver	arm	hyper	1
revolver	pistol	hyper	1
revolver	gun	hyper	1
revolver	artifact	hyper	1
revolver	device	hyper	1
muzzle	revolver	other	0
revolver	merchandising	other	0
revolver	steel	other	0
kalashnikov	revolver	other	0
artefact	revolver	rhyper	-1
revolver	bazooka	other	0
firearm	revolver	rhyper	-1
mug	artifact	hyper	1
mug	artefact	hyper	1
mug	kitchenware	hyper	1
mug	container	hyper	1
mug	object	hyper	1
mug	whisky	other	0
exterior	mug	other	0
box	mug	other	0
mug	bottle	other	0
vessel	mug	rhyper	-1
washer	artefact	hyper	1
washer	appliance	hyper	1
washer	object	hyper	1
washer	commodity	hyper	1
washer	device	hyper	1
washer	steel	other	0
washer	refrigerator	other	0
good	washer	rhyper	-1
washer	affluence	other	0
artifact	washer	rhyper	-1
pistol	artifact	hyper	1
pistol	arm	hyper	1
pistol	artefact	hyper	1
pistol	object	hyper	1
pistol	weapon	hyper	1
pistol	device	hyper	1
pistol	initiative	other	0
gun	pistol	rhyper	-1
priest	pistol	other	0
pistol	cartridge	other	0
pistol	hatchet	other	0
holder	pistol	other	0
carp	animal	hyper	1
carp	seafood	hyper	1
carp	vertebrate	hyper	1
carp	creature	hyper	1
trouble	carp	other	0
carp	trespasser	other	0
cod	carp	other	0
fish	carp	rhyper	-1
knife	tool	hyper	1
knife	kitchenware	hyper	1
knife	weapon	hyper	1
knife	utensil	hyper	1
knife	artefact	hyper	1
knife	tableware	hyper	1
knife	fork	other	0
artifact	knife	rhyper	-1
ketchup	knife	other	0
iron	knife	other	0
cutlery	knife	rhyper	-1
knife	foreboding	other	0
trout	fish	hyper	1
trout	vertebrate	hyper	1
trout	food	hyper	1
trout	creature	hyper	1
animal	trout	rhyper	-1
seafood	trout	rhyper	-1
trout	phobia	other	0
whale	trout	other	0
eagle	vertebrate	hyper	1
eagle	creature	hyper	1
eagle	raptor	hyper	1
eagle	predator	hyper	1
animal	eagle	rhyper	-1
bird	eagle	rhyper	-1
claw	eagle	other	0
generation	eagle	other	0
cauliflower	food	hyper	1
cauliflower	produce	hyper	1
spinach	cauliflower	other	0
cauliflower	rainbow	other	0
salmon	fish	hyper	1
salmon	animal	hyper	1
salmon	food	hyper	1
salmon	vertebrate	hyper	1
salmon	head	other	0
cod	salmon	other	0
seafood	salmon	rhyper	-1
demonstration	salmon	other	0
corn	vegetable	hyper	1
corn	food	hyper	1
corn	cereal	hyper	1
corn	produce	hyper	1
ear	corn	other	0
grain	corn	rhyper	-1
onion	corn	other	0
corn	infertility	other	0
pub	institution	hyper	1
pub	structure	hyper	1
pub	edifice	hyper	1
pub	construction	hyper	1
pub	deity	other	0
inn	pub	other	0
building	pub	rhyper	-1
brick	pub	other	0
guitar	instrument	hyper	1
guitar	device	hyper	1
guitar	artifact	hyper	1
guitar	artefact	hyper	1
bottom	guitar	other	0
object	guitar	rhyper	-1
guitar	liturgy	other	0
bagpipe	guitar	other	0
cockroach	pest	hyper	1
cockroach	bug	hyper	1
cockroach	creature	hyper	1
cockroach	insect	hyper	1
animal	cockroach	rhyper	-1
leg	cockroach	other	0
cockroach	bust	other	0
mosquito	cockroach	other	0
axe	tool	hyper	1
axe	cutlery	hyper	1
axe	artefact	hyper	1
axe	artifact	hyper	1
axe	utensil	hyper	1
axe	clearance	other	0
spoon	axe	other	0
launcher	axe	other	0
weapon	axe	rhyper	-1
object	axe	rhyper	-1
goldfish	vertebrate	hyper	1
goldfish	pet	hyper	1
goldfish	creature	hyper	1
goldfish	animal	hyper	1
salmon	goldfish	other	0
fish	goldfish	rhyper	-1
goldfish	guitar	other	0
gill	goldfish	other	0
sieve	object	hyper	1
sieve	kitchenware	hyper	1
sieve	tool	hyper	1
sieve	artifact	hyper	1
sieve	filter	hyper	1
spade	sieve	other	0
sieve	glass	other	0
artefact	sieve	rhyper	-1
metal	sieve	other	0
sieve	frame	other	0
box	artifact	hyper	1
box	artefact	hyper	1
box	container	hyper	1
wood	box	other	0
box	mortality	other	0
object	box	rhyper	-1
dishwasher	good	hyper	1
dishwasher	object	hyper	1
dishwasher	appliance	hyper	1
dishwasher	artefact	hyper	1
dishwasher	device	hyper	1
dishwasher	fridge	other	0
inside	dishwasher	other	0
availability	dishwasher	other	0
dishwasher	masonry	other	0
washer	dishwasher	other	0
cow	beast	hyper	1
cow	cattle	hyper	1
cow	animal	hyper	1
cow	mammal	hyper	1
cow	creature	hyper	1
cow	ruminant	hyper	1
eye	cow	other	0
cow	petition	other	0
herbivore	cow	rhyper	-1
vertebrate	cow	rhyper	-1
buffalo	cow	other	0
cow	hoof	other	0
restaurant	construction	hyper	1
restaurant	edifice	hyper	1
restaurant	structure	hyper	1
inn	restaurant	other	0
building	restaurant	rhyper	-1
restaurant	battle	other	0
plum	produce	hyper	1
plum	fruit	hyper	1
plum	gunman	other	0
pear	plum	other	0
grenade	object	hyper	1
grenade	arm	hyper	1
grenade	device	hyper	1
grenade	weapon	hyper	1
artefact	grenade	rhyper	-1
grenade	glucose	other	0
shell	grenade	other	0
artifact	grenade	rhyper	-1
cod	fish	hyper	1
cod	vertebrate	hyper	1
cod	food	hyper	1
cod	seafood	hyper	1
cod	gender	other	0
creature	cod	rhyper	-1
tail	cod	other	0
whale	cod	other	0
cranberry	produce	hyper	1
cranberry	berry	hyper	1
cranberry	fruit	hyper	1
juice	cranberry	other	0
food	cranberry	rhyper	-1
cranberry	quarantine	other	0
garlic	seasoning	hyper	1
garlic	spice	hyper	1
garlic	food	hyper	1
garlic	produce	hyper	1
clove	garlic	other	0
garlic	hallway	other	0
cucumber	garlic	other	0
vegetable	garlic	rhyper	-1
castle	fortification	hyper	1
castle	lodging	hyper	1
castle	building	hyper	1
castle	home	hyper	1
castle	defence	hyper	1
castle	habitation	hyper	1
castle	edifice	hyper	1
castle	site	hyper	1
castle	structure	hyper	1
castle	house	hyper	1
castle	defense	hyper	1
castle	housing	hyper	1
castle	restaurant	other	0
villa	castle	other	0
hotel	castle	other	0
guy	castle	other	0
castle	season	other	0
construction	castle	rhyper	-1
gate	castle	other	0
castle	door	other	0
castle	necessity	other	0
visitor	castle	other	0
dwelling	castle	rhyper	-1
accommodation	castle	rhyper	-1
sweater	clothing	hyper	1
sweater	good	hyper	1
sweater	covering	hyper	1
sweater	apparel	hyper	1
sweater	garment	hyper	1
sweater	wear	hyper	1
sweater	artefact	hyper	1
sweater	object	hyper	1
pattern	sweater	other	0
fold	sweater	other	0
ridge	sweater	other	0
stocking	sweater	other	0
artifact	sweater	rhyper	-1
commodity	sweater	rhyper	-1
sweater	underpants	other	0
sweater	button	other	0
scarf	artefact	hyper	1
scarf	apparel	hyper	1
scarf	object	hyper	1
scarf	artifact	hyper	1
scarf	accessory	hyper	1
scarf	commodity	hyper	1
scarf	covering	hyper	1
scarf	garment	hyper	1
scarf	good	hyper	1
scarf	fabric	other	0
wear	scarf	rhyper	-1
clothing	scarf	rhyper	-1
fraction	scarf	other	0
cashmere	scarf	other	0
scarf	poem	other	0
logo	scarf	other	0
scarf	trouser	other	0
scarf	garrison	other	0
owl	predator	hyper	1
owl	vertebrate	hyper	1
owl	raptor	hyper	1
owl	creature	hyper	1
vulture	owl	other	0
animal	owl	rhyper	-1
bird	owl	rhyper	-1
owl	veracity	other	0
shovel	artifact	hyper	1
shovel	object	hyper	1
shovel	utensil	hyper	1
shovel	artefact	hyper	1
end	shovel	other	0
tool	shovel	rhyper	-1
spade	shovel	other	0
shovel	smile	other	0
dagger	object	hyper	1
dagger	device	hyper	1
dagger	artefact	hyper	1
dagger	artifact	hyper	1
authorisation	dagger	other	0
arm	dagger	rhyper	-1
dagger	pommel	other	0
guard	dagger	other	0
apple	food	hyper	1
apple	produce	hyper	1
plum	apple	other	0
fruit	apple	rhyper	-1
spear	arm	hyper	1
spear	object	hyper	1
spear	device	hyper	1
spear	artefact	hyper	1
wizard	spear	other	0
artifact	spear	rhyper	-1
dagger	spear	other	0
end	spear	other	0
wasp	animal	hyper	1
wasp	insect	hyper	1
wasp	occupation	other	0
antenna	wasp	other	0
coconut	fruit	hyper	1
coconut	food	hyper	1
produce	coconut	rhyper	-1
peach	coconut	other	0
lettuce	vegetable	hyper	1
lettuce	produce	hyper	1
lettuce	bond	other	0
food	lettuce	rhyper	-1
table	artefact	hyper	1
table	furniture	hyper	1
table	artifact	hyper	1
table	furnishing	hyper	1
table	functioning	other	0
chair	table	other	0
cloth	table	other	0
object	table	rhyper	-1
herring	creature	hyper	1
herring	animal	hyper	1
herring	food	hyper	1
herring	seafood	hyper	1
londoner	herring	other	0
fish	herring	rhyper	-1
vertebrate	herring	rhyper	-1
scale	herring	other	0
tuna	food	hyper	1
tuna	seafood	hyper	1
tuna	creature	hyper	1
tuna	animal	hyper	1
tuna	goldfish	other	0
language	tuna	other	0
vertebrate	tuna	rhyper	-1
dolphin	tuna	other	0
lime	fruit	hyper	1
lime	produce	hyper	1
lime	food	hyper	1
lime	amazement	other	0
citrus	lime	rhyper	-1
peach	lime	other	0
sheep	beast	hyper	1
sheep	creature	hyper	1
sheep	animal	hyper	1
sheep	herbivore	hyper	1
sheep	mammal	hyper	1
freight	sheep	other	0
sheep	snout	other	0
sheep	cow	other	0
vertebrate	sheep	rhyper	-1
rabbit	sheep	other	0
horse	herbivore	hyper	1
horse	beast	hyper	1
horse	mammal	hyper	1
horse	vertebrate	hyper	1
bit	horse	other	0
horse	head	other	0
horse	circle	other	0
creature	horse	rhyper	-1
van	conveyance	hyper	1
van	transport	hyper	1
van	vehicle	hyper	1
van	artefact	hyper	1
artifact	van	rhyper	-1
van	crime	other	0
windshield	van	other	0
helicopter	van	other	0
jet	plane	hyper	1
jet	artifact	hyper	1
jet	aeroplane	hyper	1
jet	vehicle	hyper	1
jet	craft	hyper	1
jet	conveyance	hyper	1
jet	aircraft	hyper	1
jet	artefact	hyper	1
transport	jet	rhyper	-1
car	jet	other	0
airplane	jet	rhyper	-1
jet	color	other	0
durability	jet	other	0
jet	window	other	0
windshield	jet	other	0
jet	ambulance	other	0
spinach	food	hyper	1
spinach	vegetable	hyper	1
produce	spinach	rhyper	-1
iron	spinach	other	0
alligator	reptile	hyper	1
alligator	creature	hyper	1
alligator	predator	hyper	1
alligator	beast	hyper	1
alligator	carnivore	hyper	1
turtle	alligator	other	0
alligator	eye	other	0
alligator	frog	other	0
alligator	courthouse	other	0
animal	alligator	rhyper	-1
hospital	structure	hyper	1
hospital	building	hyper	1
hospital	institution	hyper	1
hospital	edifice	hyper	1
construction	hospital	rhyper	-1
elephant	hospital	other	0
site	hospital	rhyper	-1
hospital	patient	other	0
oak	tree	hyper	1
elm	oak	other	0
parsley	food	hyper	1
parsley	vegetable	hyper	1
parsley	produce	hyper	1
parsley	seasoning	hyper	1
herb	parsley	rhyper	-1
carrot	parsley	other	0
parsley	minibus	other	0
leaf	parsley	other	0
frog	animal	hyper	1
frog	beast	hyper	1
frog	creature	hyper	1
frog	amphibian	hyper	1
frog	force	other	0
toad	frog	other	0
vertebrate	frog	rhyper	-1
eye	frog	other	0
mackerel	fish	hyper	1
mackerel	vertebrate	hyper	1
mackerel	seafood	hyper	1
mackerel	food	hyper	1
pharaoh	mackerel	other	0
creature	mackerel	rhyper	-1
animal	mackerel	rhyper	-1
mackerel	dolphin	other	0
beet	root	hyper	1
beet	produce	hyper	1
beet	vegetable	hyper	1
beet	clinician	other	0
food	beet	rhyper	-1
leaf	beet	other	0
helicopter	artefact	hyper	1
helicopter	aircraft	hyper	1
helicopter	artifact	hyper	1
helicopter	craft	hyper	1
helicopter	conveyance	hyper	1
helicopter	top	other	0
helicopter	orientation	other	0
vehicle	helicopter	rhyper	-1
truck	helicopter	other	0
hymn	helicopter	other	0
banana	fruit	hyper	1
banana	food	hyper	1
peel	banana	other	0
pineapple	banana	other	0
fork	cutlery	hyper	1
fork	artifact	hyper	1
fork	utensil	hyper	1
fork	artefact	hyper	1
fork	tool	hyper	1
fork	object	hyper	1
kitchenware	fork	rhyper	-1
hammer	fork	other	0
fork	hatchet	other	0
plastic	fork	other	0
fork	turnkey	other	0
fork	tooth	other	0
squirrel	rodent	hyper	1
squirrel	vertebrate	hyper	1
squirrel	creature	hyper	1
squirrel	animal	hyper	1
beast	squirrel	rhyper	-1
rabbit	squirrel	other	0
ear	squirrel	other	0
squirrel	goat	other	0
bus	artefact	hyper	1
bus	conveyance	hyper	1
bus	artifact	hyper	1
bus	vehicle	hyper	1
transport	bus	rhyper	-1
battleship	bus	other	0
metal	bus	other	0
bus	contracting	other	0
cypress	plant	hyper	1
cypress	tree	hyper	1
birch	cypress	other	0
evergreen	cypress	rhyper	-1
hotel	lodging	hyper	1
hotel	edifice	hyper	1
hotel	accommodation	hyper	1
hotel	building	hyper	1
construction	hotel	rhyper	-1
hotel	pub	other	0
store	hotel	other	0
tightrope	hotel	other	0
missile	arm	hyper	1
missile	weapon	hyper	1
missile	artifact	hyper	1
missile	rocket	hyper	1
missile	artefact	hyper	1
missile	vehicle	hyper	1
object	missile	rhyper	-1
missile	warhead	other	0
missile	grenade	other	0
engine	missile	other	0
scholar	missile	other	0
dagger	missile	other	0
tiger	beast	hyper	1
tiger	creature	hyper	1
tiger	carnivore	hyper	1
tiger	mammal	hyper	1
tiger	animal	hyper	1
maneuver	tiger	other	0
vertebrate	tiger	rhyper	-1
tiger	jaw	other	0
predator	tiger	rhyper	-1
tiger	homeland	other	0
phone	gadget	hyper	1
phone	commodity	hyper	1
phone	good	hyper	1
phone	system	hyper	1
phone	artefact	hyper	1
phone	artifact	hyper	1
phone	device	hyper	1
phone	equipment	hyper	1
dial	phone	other	0
appliance	phone	rhyper	-1
fridge	phone	other	0
object	phone	rhyper	-1
sanctity	phone	other	0
phone	washer	other	0
phone	cable	other	0
phone	artillery	other	0
train	vehicle	hyper	1
train	conveyance	hyper	1
train	artifact	hyper	1
train	artefact	hyper	1
transport	train	rhyper	-1
yacht	train	other	0
back	train	other	0
train	anything	other	0
rabbit	animal	hyper	1
rabbit	creature	hyper	1
rabbit	mammal	hyper	1
rabbit	vertebrate	hyper	1
rabbit	herbivore	hyper	1
rabbit	beast	hyper	1
licence	rabbit	other	0
deer	rabbit	other	0
rabbit	leg	other	0
rabbit	rat	other	0
rabbit	audit	other	0
food	rabbit	rhyper	-1
bull	vertebrate	hyper	1
bull	ruminant	hyper	1
bull	creature	hyper	1
bull	mammal	hyper	1
bull	animal	hyper	1
bull	tail	other	0
beef	bull	other	0
bull	cluster	other	0
beast	bull	rhyper	-1
tiger	bull	other	0
wardrobe	object	hyper	1
wardrobe	artefact	hyper	1
wardrobe	furniture	hyper	1
wardrobe	artifact	hyper	1
furnishing	wardrobe	rhyper	-1
wardrobe	characteristic	other	0
chair	wardrobe	other	0
bottom	wardrobe	other	0
coyote	creature	hyper	1
coyote	beast	hyper	1
coyote	mammal	hyper	1
coyote	carnivore	hyper	1
coyote	animal	hyper	1
coyote	predator	hyper	1
vertebrate	coyote	rhyper	-1
tail	coyote	other	0
canine	coyote	rhyper	-1
coyote	petal	other	0
coyote	head	other	0
beaver	coyote	other	0
piano	artefact	hyper	1
piano	furniture	hyper	1
piano	artifact	hyper	1
piano	device	hyper	1
top	piano	other	0
trumpet	piano	other	0
piano	investor	other	0
instrument	piano	rhyper	-1
penguin	animal	hyper	1
penguin	creature	hyper	1
penguin	vertebrate	hyper	1
penguin	seabird	hyper	1
plumage	penguin	other	0
bird	penguin	rhyper	-1
penguin	teddy	other	0
crow	penguin	other	0
television	equipment	hyper	1
television	object	hyper	1
television	commodity	hyper	1
television	system	hyper	1
television	good	hyper	1
television	artifact	hyper	1
television	artefact	hyper	1
outing	television	other	0
circuit	television	other	0
device	television	rhyper	-1
appliance	television	rhyper	-1
television	channel	other	0
television	shovel	other	0
telephone	television	other	0
apricot	produce	hyper	1
apricot	fruit	hyper	1
apricot	republican	other	0
grape	apricot	other	0
bed	artefact	hyper	1
bed	furniture	hyper	1
bed	artifact	hyper	1
bed	furnishing	hyper	1
object	bed	rhyper	-1
pillow	bed	other	0
bed	peninsula	other	0
couch	bed	other	0
cat	carnivore	hyper	1
cat	animal	hyper	1
cat	mammal	hyper	1
cat	creature	hyper	1
cat	pet	hyper	1
cat	inception	other	0
cat	paw	other	0
eye	cat	other	0
beast	cat	rhyper	-1
bear	cat	other	0
strawberry	fruit	hyper	1
strawberry	produce	hyper	1
lime	strawberry	other	0
strawberry	alibi	other	0
lizard	animal	hyper	1
lizard	beast	hyper	1
lizard	vertebrate	hyper	1
lizard	creature	hyper	1
lizard	alligator	other	0
stripe	lizard	other	0
chameleon	lizard	other	0
lizard	eye	other	0
cello	object	hyper	1
cello	artefact	hyper	1
cello	artifact	hyper	1
cello	device	hyper	1
bout	cello	other	0
instrument	cello	rhyper	-1
cello	parking	other	0
bass	cello	other	0
ferry	artefact	hyper	1
ferry	vessel	hyper	1
ferry	vehicle	hyper	1
ferry	boat	hyper	1
engine	ferry	other	0
ferry	outfielder	other	0
canoe	ferry	other	0
artifact	ferry	rhyper	-1
robin	animal	hyper	1
robin	vertebrate	hyper	1
robin	creature	hyper	1
bird	robin	rhyper	-1
foot	robin	other	0
swan	robin	other	0
hornet	creature	hyper	1
hornet	insect	hyper	1
hornet	effectiveness	other	0
animal	hornet	rhyper	-1
whale	creature	hyper	1
whale	mammal	hyper	1
whale	seafood	hyper	1
whale	food	hyper	1
whale	vertebrate	hyper	1
whale	donkey	other	0
whale	windshield	other	0
cetacean	whale	rhyper	-1
whale	tooth	other	0
liar	whale	other	0
vest	covering	hyper	1
vest	garment	hyper	1
vest	clothing	hyper	1
vest	artefact	hyper	1
vest	clothes	hyper	1
vest	apparel	hyper	1
vest	commodity	hyper	1
vest	good	hyper	1
stocking	vest	other	0
vest	skin	other	0
artifact	vest	rhyper	-1
vest	pc	other	0
tobacco	vest	other	0
object	vest	rhyper	-1
silk	vest	other	0
vest	trousers	other	0
moth	insect	hyper	1
moth	animal	hyper	1
moth	dairy	other	0
body	moth	other	0
dolphin	mammal	hyper	1
dolphin	cetacean	hyper	1
dolphin	animal	hyper	1
dolphin	vertebrate	hyper	1
skin	dolphin	other	0
dolphin	parliament	other	0
lion	dolphin	other	0
creature	dolphin	rhyper	-1
deer	vertebrate	hyper	1
deer	herbivore	hyper	1
deer	beast	hyper	1
deer	ruminant	hyper	1
deer	creature	hyper	1
deer	ear	other	0
deer	bear	other	0
infiltration	deer	other	0
mammal	deer	rhyper	-1
deer	bullshit	other	0
pig	beast	hyper	1
pig	vertebrate	hyper	1
pig	animal	hyper	1
pig	mammal	hyper	1
pig	sheep	other	0
pig	skin	other	0
pig	counterpart	other	0
creature	pig	rhyper	-1
ant	insect	hyper	1
ant	animal	hyper	1
ant	bug	hyper	1
creature	ant	rhyper	-1
leg	ant	other	0
bee	ant	other	0
rat	beast	hyper	1
rat	mammal	hyper	1
rat	animal	hyper	1
rat	creature	hyper	1
rat	cow	other	0
rat	snout	other	0
rodent	rat	rhyper	-1
tooth	rat	other	0
carrot	produce	hyper	1
carrot	root	hyper	1
carrot	food	hyper	1
cucumber	carrot	other	0
vitamin	carrot	other	0
carrot	ssa	other	0
violin	instrument	hyper	1
violin	artefact	hyper	1
violin	device	hyper	1
violin	object	hyper	1
artifact	violin	rhyper	-1
trumpet	violin	other	0
violin	club	other	0
body	violin	other	0
beaver	creature	hyper	1
beaver	mammal	hyper	1
beaver	rodent	hyper	1
beaver	animal	hyper	1
vertebrate	beaver	rhyper	-1
fur	beaver	other	0
beaver	eye	other	0
rat	beaver	other	0
woodpecker	animal	hyper	1
woodpecker	creature	hyper	1
woodpecker	vertebrate	hyper	1
woodpecker	wheel	other	0
bird	woodpecker	rhyper	-1
hawk	woodpecker	other	0
dress	garment	hyper	1
dress	object	hyper	1
dress	wear	hyper	1
dress	apparel	hyper	1
dress	clothes	hyper	1
dress	artefact	hyper	1
dress	artifact	hyper	1
dress	clothing	hyper	1
gia	dress	other	0
stocking	dress	other	0
dress	shirt	other	0
dress	zone	other	0
dress	lace	other	0
jacket	dress	other	0
commodity	dress	rhyper	-1
bodice	dress	other	0
spade	artefact	hyper	1
spade	utensil	hyper	1
spade	tool	hyper	1
spade	object	hyper	1
artifact	spade	rhyper	-1
spade	submissiveness	other	0
axe	spade	other	0
iron	spade	other	0
lemon	food	hyper	1
lemon	produce	hyper	1
lemon	citrus	hyper	1
vitamin	lemon	other	0
fruit	lemon	rhyper	-1
lemon	disguise	other	0
shirt	good	hyper	1
shirt	artifact	hyper	1
shirt	covering	hyper	1
shirt	artefact	hyper	1
shirt	garment	hyper	1
shirt	commodity	hyper	1
shirt	clothes	hyper	1
shirt	object	hyper	1
collar	shirt	other	0
jacket	shirt	other	0
shirt	hieroglyphic	other	0
shirt	pattern	other	0
shirt	legend	other	0
shirt	underpants	other	0
apparel	shirt	rhyper	-1
barrel	shirt	other	0
peach	produce	hyper	1
peach	fruit	hyper	1
juice	peach	other	0
apple	peach	other	0
trumpet	instrument	hyper	1
trumpet	artifact	hyper	1
trumpet	device	hyper	1
trumpet	artefact	hyper	1
object	trumpet	rhyper	-1
guitar	trumpet	other	0
metal	trumpet	other	0
trumpet	cyst	other	0
bowl	artifact	hyper	1
bowl	utensil	hyper	1
bowl	object	hyper	1
bowl	kitchenware	hyper	1
bowl	container	hyper	1
trip	bowl	other	0
bowl	jar	other	0
bowl	aim	other	0
bowl	inside	other	0
artefact	bowl	rhyper	-1
freezer	good	hyper	1
freezer	appliance	hyper	1
freezer	artifact	hyper	1
freezer	artefact	hyper	1
freezer	device	hyper	1
freezer	television	other	0
freezer	directory	other	0
commodity	freezer	rhyper	-1
freezer	plug	other	0
supply	freezer	other	0
couch	furniture	hyper	1
couch	furnishing	hyper	1
couch	object	hyper	1
couch	artefact	hyper	1
artifact	couch	rhyper	-1
table	couch	other	0
back	couch	other	0
couch	snap	other	0
catfish	fish	hyper	1
catfish	vertebrate	hyper	1
catfish	seafood	hyper	1
catfish	food	hyper	1
inflow	catfish	other	0
creature	catfish	rhyper	-1
catfish	gill	other	0
trout	catfish	other	0
sword	object	hyper	1
sword	artefact	hyper	1
sword	artifact	hyper	1
sword	arm	hyper	1
pike	sword	other	0
advantage	sword	other	0
hilt	sword	other	0
sword	magazine	other	0
elephant	animal	hyper	1
elephant	herbivore	hyper	1
elephant	vertebrate	hyper	1
elephant	creature	hyper	1
elephant	beaver	other	0
coyote	elephant	other	0
elephant	triumph	other	0
mammal	elephant	rhyper	-1
truck	transport	hyper	1
truck	artifact	hyper	1
truck	artefact	hyper	1
truck	vehicle	hyper	1
truck	m	other	0
ambulance	truck	other	0
inside	truck	other	0
conveyance	truck	rhyper	-1
goat	mammal	hyper	1
goat	food	hyper	1
goat	animal	hyper	1
goat	vertebrate	hyper	1
goat	herbivore	hyper	1
goat	beast	hyper	1
goat	antelope	other	0
creature	goat	rhyper	-1
goat	ear	other	0
overhaul	goat	other	0
ruminant	goat	rhyper	-1
cat	goat	other	0
dresser	furnishing	hyper	1
dresser	artefact	hyper	1
dresser	artifact	hyper	1
dresser	furniture	hyper	1
clothes	dresser	other	0
dresser	plating	other	0
chair	dresser	other	0
object	dresser	rhyper	-1
butterfly	creature	hyper	1
butterfly	insect	hyper	1
cricket	butterfly	other	0
butterfly	affidavit	other	0
flute	device	hyper	1
flute	artefact	hyper	1
flute	instrument	hyper	1
flute	artifact	hyper	1
object	flute	rhyper	-1
banjo	flute	other	0
flute	o	other	0
copper	flute	other	0
pear	fruit	hyper	1
pear	produce	hyper	1
skin	pear	other	0
food	pear	rhyper	-1
screwdriver	artefact	hyper	1
screwdriver	tool	hyper	1
screwdriver	object	hyper	1
screwdriver	utensil	hyper	1
point	screwdriver	other	0
artifact	screwdriver	rhyper	-1
screwdriver	drain	other	0
spoon	screwdriver	other	0
cucumber	food	hyper	1
cucumber	vegetable	hyper	1
produce	cucumber	rhyper	-1
spinach	cucumber	other	0
birch	tree	hyper	1
flower	birch	other	0
cabbage	produce	hyper	1
cabbage	food	hyper	1
head	cabbage	other	0
cabbage	diy	other	0
hawk	predator	hyper	1
hawk	bird	hyper	1
hawk	creature	hyper	1
hawk	raptor	hyper	1
animal	hawk	rhyper	-1
eye	hawk	other	0
passenger	hawk	other	0
hawk	head	other	0
dove	vertebrate	hyper	1
dove	bird	hyper	1
dove	animal	hyper	1
foot	dove	other	0
penguin	dove	other	0
dove	bounce	other	0
broccoli	produce	hyper	1
broccoli	food	hyper	1
broccoli	film	other	0
stalk	broccoli	other	0
stereo	device	hyper	1
stereo	commodity	hyper	1
stereo	system	hyper	1
stereo	appliance	hyper	1
stereo	object	hyper	1
stereo	equipment	hyper	1
stereo	artifact	hyper	1
good	stereo	rhyper	-1
ticket	stereo	other	0
antenna	stereo	other	0
artefact	stereo	rhyper	-1
stereo	reservation	other	0
stereo	amplifier	other	0
computer	stereo	other	0
fighter	airplane	hyper	1
fighter	transport	hyper	1
fighter	aeroplane	hyper	1
fighter	plane	hyper	1
fighter	artifact	hyper	1
fighter	conveyance	hyper	1
fighter	aircraft	hyper	1
fighter	warplane	hyper	1
fighter	lecturer	other	0
interior	fighter	other	0
rocket	fighter	other	0
craft	fighter	rhyper	-1
fighter	truck	other	0
volunteer	fighter	other	0
car	fighter	other	0
vehicle	fighter	rhyper	-1
potato	food	hyper	1
potato	produce	hyper	1
potato	vegetable	hyper	1
potato	stooge	other	0
starch	potato	other	0
leek	potato	other	0
ambulance	transport	hyper	1
ambulance	artefact	hyper	1
ambulance	conveyance	hyper	1
ambulance	artifact	hyper	1
helicopter	ambulance	other	0
ambulance	runner-up	other	0
vehicle	ambulance	rhyper	-1
metal	ambulance	other	0
coat	garment	hyper	1
coat	artifact	hyper	1
coat	commodity	hyper	1
coat	artefact	hyper	1
coat	good	hyper	1
coat	clothes	hyper	1
coat	clothing	hyper	1
coat	covering	hyper	1
fleece	coat	other	0
joke	coat	other	0
back	coat	other	0
coat	hem	other	0
wear	coat	rhyper	-1
fabric	coat	other	0
object	coat	rhyper	-1
coat	opposition	other	0
yacht	vessel	hyper	1
yacht	artefact	hyper	1
yacht	artifact	hyper	1
yacht	craft	hyper	1
yacht	bus	other	0
camcorder	yacht	other	0
boat	yacht	rhyper	-1
car	yacht	other	0
jacket	wear	hyper	1
jacket	good	hyper	1
jacket	clothing	hyper	1
jacket	garment	hyper	1
jacket	commodity	hyper	1
jacket	artifact	hyper	1
jacket	object	hyper	1
jacket	artefact	hyper	1
arm	jacket	other	0
jacket	scrutiny	other	0
covering	jacket	rhyper	-1
fleece	jacket	other	0
jacket	raincoat	other	0
justice	jacket	other	0
jacket	pulse	other	0
apparel	jacket	rhyper	-1
gorilla	animal	hyper	1
gorilla	vertebrate	hyper	1
gorilla	mammal	hyper	1
gorilla	beast	hyper	1
gorilla	primate	hyper	1
ape	gorilla	rhyper	-1
creature	gorilla	rhyper	-1
gorilla	elephant	other	0
ear	gorilla	other	0
gorilla	foot	other	0
poplar	plant	hyper	1
poplar	angiosperm	hyper	1
tree	poplar	rhyper	-1
oak	poplar	other	0
wrench	utensil	hyper	1
wrench	object	hyper	1
wrench	artefact	hyper	1
wrench	tool	hyper	1
steel	wrench	other	0
wrench	croatia	other	0
artifact	wrench	rhyper	-1
spade	wrench	other	0
bottle	artifact	hyper	1
bottle	artefact	hyper	1
bottle	container	hyper	1
bottle	object	hyper	1
bottle	bag	other	0
bottle	label	other	0
microphone	bottle	other	0
exterior	bottle	other	0
pineapple	food	hyper	1
pineapple	produce	hyper	1
pineapple	plan	other	0
grapefruit	pineapple	other	0


================================================
FILE: data/bless.tsv
================================================
word1	word2	label	fold
missile	skating	False	val
bus	radiator	False	val
beaver	recession	False	val
cloak	pullover	False	val
van	collie	False	val
plum	pear	False	val
yacht	ef	False	val
washer	photography	False	val
bottle	tool	False	val
butterfly	wing	False	val
chisel	website	False	val
bottle	stair	False	val
helicopter	engine	False	val
cabbage	mrna	False	val
castle	knight	False	val
sparrow	plumage	False	val
elephant	nose	False	val
truck	roof	False	val
coat	post-graduate	False	val
goose	waterbird	True	val
fox	muzzle	False	val
cranberry	plum	False	val
fork	silver	False	val
ambulance	train	False	val
robin	passerine	True	val
freezer	warning	False	val
glider	obedience	False	val
car	driver	False	val
catfish	fish	True	val
musket	firearm	True	val
squirrel	donkey	False	val
scooter	metal	False	val
flute	tomb	False	val
banana	groom	False	val
motorcycle	season	False	val
flute	kazoo	False	val
cottage	roof	False	val
goose	falcon	False	val
cloak	supercell	False	val
box	bottle	False	val
elephant	transmission	False	val
stove	goal	False	val
lemon	produce	True	val
ant	director	False	val
rat	chordate	True	val
elm	reformation	False	val
washer	stereo	False	val
saxophone	key	False	val
stove	freezer	False	val
lettuce	bean	False	val
turtle	beast	True	val
penguin	owl	False	val
mug	plastic	False	val
revolver	sight	False	val
glider	light	False	val
catfish	painkiller	False	val
gorilla	wastage	False	val
falcon	vulture	False	val
bag	luggage	True	val
mug	parameter	False	val
truck	gasoline	False	val
box	bypass	False	val
celery	adjustment	False	val
wardrobe	subscriber	False	val
bomb	missile	False	val
crow	pentium	False	val
eagle	owl	False	val
bag	table	False	val
moth	locust	False	val
herring	friction	False	val
wasp	bsc	False	val
strawberry	plum	False	val
hawk	limestone	False	val
rake	steel	False	val
rifle	spear	False	val
glider	compassion	False	val
stereo	conscript	False	val
oven	surroundings	False	val
blouse	arm	False	val
rabbit	creature	True	val
cathedral	pub	False	val
bowl	artifact	True	val
cathedral	owner	False	val
bed	desk	False	val
squirrel	beast	True	val
tanker	palace	False	val
battleship	iron	False	val
glove	apparel	True	val
truck	top	False	val
beet	cabbage	False	val
sieve	enhancement	False	val
motorcycle	carrot	False	val
beaver	mouth	False	val
rat	autumn	False	val
fridge	oven	False	val
goldfish	coven	False	val
villa	warehouse	False	val
dolphin	intrusion	False	val
cloak	socks	False	val
van	radio	False	val
hat	headgear	True	val
celery	eighteenth-century	False	val
peach	lemon	False	val
library	outside	False	val
jet	ambulance	False	val
toaster	predictor	False	val
snake	mouth	False	val
horse	roadster	False	val
cloak	jacket	False	val
jet	audit	False	val
blouse	glove	False	val
box	calibration	False	val
truck	car	False	val
corn	veggie	True	val
turnip	methyl	False	val
squirrel	script	False	val
grenade	case	False	val
cauliflower	potato	False	val
cloak	fur	False	val
truck	tooth	False	val
restaurant	seat	False	val
castle	bridge	False	val
elephant	horse	False	val
hospital	defeat	False	val
grapefruit	tangerine	False	val
apple	apricot	False	val
deer	shame	False	val
clarinet	hub	False	val
glove	ppm	False	val
hat	perseverance	False	val
cathedral	rate	False	val
truck	carriage	False	val
mug	one-two	False	val
ambulance	interior	False	val
jacket	pulse	False	val
glove	clothing	True	val
glider	conveyance	True	val
hawk	creature	True	val
truck	monarch	False	val
sieve	scissors	False	val
truck	headlight	False	val
vulture	wing	False	val
coyote	tiger	False	val
sheep	meat	False	val
snake	turtle	False	val
car	te	False	val
mug	underwear	False	val
bottle	beer	False	val
phone	keyboard	False	val
herring	catfish	False	val
goat	cat	False	val
elephant	redness	False	val
garlic	clove	False	val
robin	reflexion	False	val
piano	artifact	True	val
hatchet	weekday	False	val
cow	righteousness	False	val
helicopter	skid	False	val
ambulance	onstage	False	val
donkey	bridle	False	val
strawberry	coconut	False	val
hammer	breakfast	False	val
robe	stocking	False	val
catfish	food	True	val
rat	bear	False	val
dolphin	mackerel	False	val
robin	sewerage	False	val
whale	em	False	val
hat	instrumentation	False	val
fighter	dealing	False	val
jar	colour	False	val
couch	fashion	False	val
horse	recognition	False	val
battleship	turret	False	val
tanker	video	False	val
freezer	linguist	False	val
parsley	onion	False	val
cello	peg	False	val
train	homepage	False	val
jacket	hamlet	False	val
battleship	UAE	False	val
giraffe	shore	False	val
apple	pineapple	False	val
glider	frigate	False	val
tanker	prow	False	val
cauliflower	beet	False	val
crow	head	False	val
dishwasher	horse	False	val
chisel	pincers	False	val
pineapple	cherry	False	val
hat	follow-up	False	val
jar	utensil	True	val
ferry	curve	False	val
herring	bread	False	val
cauliflower	rainbow	False	val
mug	beauty	False	val
robin	freshman	False	val
hawk	mindfulness	False	val
cedar	conifer	True	val
battleship	train	False	val
coyote	donkey	False	val
giraffe	creature	True	val
jet	motor	False	val
cottage	keynote	False	val
cauliflower	radish	False	val
bomber	propeller	False	val
herring	skin	False	val
rabbit	whale	False	val
potato	garlic	False	val
tanker	library	False	val
van	light	False	val
cherry	banana	False	val
apple	stem	False	val
rat	portlet	False	val
castle	prince	False	val
pheasant	triangulation	False	val
cedar	oak	False	val
falcon	carbonate	False	val
elephant	pig	False	val
dress	overhang	False	val
stereo	part	False	val
musket	trigger	False	val
cottage	warehouse	False	val
grape	produce	True	val
cockroach	body	False	val
corn	madman	False	val
tiger	leg	False	val
frog	block	False	val
donkey	cutting	False	val
bear	scanner	False	val
pig	whale	False	val
lion	bear	False	val
acacia	nappy	False	val
van	moped	False	val
alligator	vitro	False	val
turnip	bean	False	val
glove	finger	False	val
hatchet	functionalities	False	val
dolphin	tuna	False	val
castle	guy	False	val
shirt	sabotage	False	val
mackerel	tuna	False	val
tanker	landfall	False	val
missile	vehicle	True	val
coconut	pineapple	False	val
turtle	aim	False	val
coconut	food	True	val
dresser	furnishing	True	val
scarf	fleece	False	val
horse	leg	False	val
owl	robin	False	val
sieve	object	True	val
horse	rein	False	val
saw	pincers	False	val
fighter	batting	False	val
cow	iron	False	val
bus	motor	False	val
guitar	trumpet	False	val
bomb	weapon	True	val
horse	outfit	False	val
bed	sweet	False	val
rabbit	bull	False	val
birch	bole	False	val
rake	pole	False	val
sofa	leg	False	val
hat	fair	False	val
battleship	liability	False	val
horse	bear	False	val
jet	propeller	False	val
grenade	prejudice	False	val
penguin	rump	False	val
truck	reform	False	val
cat	horse	False	val
cow	expressway	False	val
crow	liking	False	val
frigate	gun	False	val
elephant	satisfaction	False	val
motorcycle	transport	True	val
herring	session	False	val
owl	noodle	False	val
blouse	cotton	False	val
motorcycle	head	False	val
pigeon	conference	False	val
pistol	knife	False	val
pistol	backing	False	val
frog	vertebrate	True	val
hammer	acclamation	False	val
wardrobe	side	False	val
dolphin	coleslaw	False	val
vest	welfare-reauthorization	False	val
goose	feather	False	val
car	rear	False	val
bag	plastic	False	val
dresser	probability	False	val
musket	calibre	False	val
oven	removal	False	val
glider	review	False	val
rake	feet	False	val
giraffe	pig	False	val
blouse	front	False	val
cloak	regular	False	val
cow	skin	False	val
willow	MSM	False	val
gun	overwork	False	val
coconut	accrual	False	val
dress	cloak	False	val
parsley	vegetable	True	val
ant	body	False	val
battleship	courtesy	False	val
tanker	anglais	False	val
spear	receipt	False	val
lime	translator	False	val
coconut	apricot	False	val
herring	developer	False	val
goldfish	carp	False	val
donkey	cinema	False	val
piano	furniture	True	val
deer	fur	False	val
television	arrears	False	val
sheep	herbivore	True	val
vest	detector	False	val
train	effort	False	val
truck	bike	False	val
table	forge	False	val
clarinet	boxer	False	val
banana	peel	False	val
villa	home	True	val
celery	spinach	False	val
sieve	tweezer	False	val
hammer	psychotherapy	False	val
herring	fin	False	val
birch	fe	False	val
cherry	whim	False	val
flute	safekeeping	False	val
whale	tic	False	val
goose	stud	False	val
television	inline	False	val
glove	trouser	False	val
squirrel	hotelier	False	val
hawk	chordate	True	val
box	probation	False	val
cherry	roadblock	False	val
pigeon	head	False	val
scooter	loan	False	val
saxophone	cabinet	False	val
scooter	physic	False	val
washer	finance	False	val
van	bus	False	val
fork	cytology	False	val
pine	sump	False	val
lemon	orange	False	val
sweater	pants	False	val
goldfish	powerhouse	False	val
ant	schema	False	val
yacht	helicopter	False	val
eagle	dove	False	val
snake	eye	False	val
television	intolerance	False	val
pineapple	gain	False	val
hatchet	pincer	False	val
fork	hatchet	False	val
giraffe	ear	False	val
bottle	microphone	False	val
dishwasher	refrigerator	False	val
toaster	element	False	val
grenade	cycling	False	val
hat	brim	False	val
cathedral	mosque	False	val
horse	rule	False	val
gorilla	hand	False	val
cloak	fiddle	False	val
battleship	microscopist	False	val
shirt	weed	False	val
lion	fur	False	val
frog	pgce	False	val
saxophone	drum	False	val
sweater	delegate	False	val
battleship	making	False	val
trumpet	piano	False	val
scarf	R	False	val
truck	bumper	False	val
mug	exterior	False	val
trout	reconnaissance	False	val
poplar	burl	False	val
butterfly	beetle	False	val
onion	garlic	False	val
scooter	bomber	False	val
cockroach	trust	False	val
goldfish	guitar	False	val
pig	mammal	True	val
battleship	poop	False	val
fighter	door	False	val
castle	labour	False	val
knife	deadweight	False	val
onion	armoury	False	val
oak	pine	False	val
saxophone	banjo	False	val
frog	animal	True	val
gun	remover	False	val
goat	driveway	False	val
tiger	bear	False	val
radio	pupil	False	val
goat	withers	False	val
pheasant	home	False	val
coat	contraction	False	val
onion	won	False	val
whale	dolphin	False	val
spoon	metal	False	val
vulture	chordate	True	val
banana	prairie	False	val
hat	virus	False	val
hawk	bird	True	val
hornet	gymnasium	False	val
herring	fish	True	val
hospital	value	False	val
rat	patriarchate	False	val
alligator	contestant	False	val
cow	bear	False	val
scarf	backup	False	val
villa	stairs	False	val
catfish	greatness	False	val
trumpet	sprocket	False	val
restaurant	library	False	val
dishwasher	control	False	val
jet	jam	False	val
radish	beans	False	val
radish	horseradish	False	val
musket	revolver	False	val
potato	Gothic	False	val
salmon	eye	False	val
pub	building	True	val
clarinet	defendant	False	val
spade	undulation	False	val
pub	V	False	val
celery	valentine-grams	False	val
trumpet	residence	False	val
screwdriver	saw	False	val
bus	back	False	val
spoon	vols	False	val
ant	ladybug	False	val
pub	wood	False	val
lion	deer	False	val
jacket	rephotography	False	val
car	photo	False	val
squirrel	giraffe	False	val
cello	printmaker	False	val
dove	beak	False	val
banana	drizzle	False	val
whale	seafood	True	val
beetle	burst	False	val
scooter	colour	False	val
wasp	creature	True	val
garlic	calibration	False	val
hotel	inn	False	val
bed	wood	False	val
penguin	wing	False	val
birch	oak	False	val
truck	recess	False	val
musket	steel	False	val
giraffe	deer	False	val
frigate	beginner	False	val
musket	sonar	False	val
gorilla	head	False	val
wardrobe	shirt	False	val
washer	control	False	val
blouse	hometown	False	val
bus	circulation	False	val
screwdriver	cadaver	False	val
train	S	False	val
bag	container	True	val
lemon	NT	False	val
cow	beast	True	val
cathedral	sharashka	False	val
salmon	whale	False	val
bear	gorilla	False	val
moth	colon	False	val
donkey	saddle	False	val
ambulance	education	False	val
sword	gun	False	val
cranberry	cherry	False	val
rabbit	beaver	False	val
sweater	button	False	val
sheep	cow	False	val
hat	pants	False	val
banana	food	True	val
castle	hall	False	val
revolver	ejector	False	val
dress	tambon	False	val
piano	fermentation	False	val
hotel	desk	False	val
motorcycle	light	False	val
ambulance	hood	False	val
cello	artefact	True	val
snake	crocodile	False	val
jacket	microscope	False	val
piano	oboe	False	val
oak	wanderlust	False	val
table	cover	False	val
donkey	meantime	False	val
battleship	travelogue	False	val
glove	raincoat	False	val
fox	donkey	False	val
wasp	butterfly	False	val
violin	flute	False	val
cedar	canalside	False	val
deer	ear	False	val
pine	stump	False	val
rake	plier	False	val
grenade	Workplace	False	val
dishwasher	concern	False	val
musket	holder	False	val
gun	musket	False	val
coyote	beast	True	val
coat	avoidance	False	val
dolphin	funnel	False	val
bear	deer	False	val
pigeon	goose	False	val
dishwasher	donation	False	val
shirt	Everyone	False	val
grenade	bomb	False	val
hospital	song	False	val
cauliflower	anticoncepts	False	val
birch	treetop	False	val
frigate	crew	False	val
gorilla	route	False	val
grenade	bazooka	False	val
mug	container	True	val
hat	dress	False	val
wasp	leg	False	val
sword	viewer	False	val
bull	handgun	False	val
hornet	ant	False	val
eagle	shopping	False	val
cauliflower	flower	False	val
washer	notice	False	val
moth	leg	False	val
catfish	convenience	False	val
fighter	van	False	val
vest	glove	False	val
hornet	moth	False	val
mackerel	pas	False	val
owl	eye	False	val
horse	ceiling	False	val
villa	room	False	val
cloak	co-medications	False	val
ambulance	windshield	False	val
rifle	kite	False	val
deer	leg	False	val
spade	tweezer	False	val
lion	heir	False	val
garlic	hallway	False	val
van	wheel	False	val
apple	plum	False	val
dresser	cut	False	val
van	artifact	True	val
cloak	silk	False	val
motorcycle	wheel	False	val
frog	review	False	val
lettuce	broccoli	False	val
mug	declination	False	val
dagger	glacier	False	val
glider	meaning	False	val
beaver	leg	False	val
rabbit	mile	False	val
beetle	being	False	val
cabbage	stem	False	val
flute	width	False	val
fighter	engine	False	val
knife	end	False	val
sheep	astronomy	False	val
train	conductor	False	val
van	podcasts	False	val
grenade	musket	False	val
television	monitor	False	val
axe	implement	True	val
sparrow	creature	True	val
bomber	aeroplane	True	val
rat	deer	False	val
shirt	legend	False	val
sword	outfall	False	val
truck	touch	False	val
acacia	live	False	val
lion	snout	False	val
cottage	faith	False	val
knife	telepathy	False	val
fighter	steel	False	val
robe	arch	False	val
donkey	fighter	False	val
elephant	alcohol	False	val
garlic	spinach	False	val
knife	zoology	False	val
pine	html	False	val
sword	anime	False	val
car	frame	False	val
violin	harmonica	False	val
eagle	penguin	False	val
flute	starvation	False	val
dishwasher	identity	False	val
bomber	penguin	False	val
couch	wardrobe	False	val
bomber	top	False	val
jet	scooter	False	val
mackerel	Pharaoh	False	val
ant	dragonfly	False	val
guitar	hole	False	val
dishwasher	oven	False	val
rake	artifact	True	val
coat	co-host	False	val
pub	closet	False	val
sheep	cat	False	val
cottage	coursing	False	val
moth	butterfly	False	val
restaurant	hotel	False	val
bottle	plastic	False	val
bookcase	balcony	False	val
bear	tiger	False	val
bus	radio	False	val
bus	trunk	False	val
oven	kilometre	False	val
toaster	appliance	True	val
truck	accelerator	False	val
hospital	surgery	False	val
bookcase	stool	False	val
van	processing	False	val
cloak	cafeteria	False	val
jet	front	False	val
wardrobe	stool	False	val
tanker	consultancy	False	val
penguin	emissary	False	val
glove	fluctuation	False	val
rabbit	terror	False	val
tanker	spam	False	val
spoon	poacher	False	val
cauliflower	cucumber	False	val
sparrow	two-door	False	val
desk	beating	False	val
battleship	helicopter	False	val
salmon	arena	False	val
corkscrew	axe	False	val
van	pasture	False	val
spinach	beans	False	val
bull	ear	False	val
guitar	remain	False	val
dresser	micro-organism	False	val
penguin	glycogen	False	val
scooter	font	False	val
wardrobe	top	False	val
van	roof	False	val
van	bath	False	val
bowl	manuscript	False	val
pub	ceiling	False	val
wrench	stout	False	val
goat	giraffe	False	val
tiger	panther	False	val
cottage	home	True	val
chisel	guy	False	val
bomb	elocution	False	val
coat	clothes	True	val
wrench	pincers	False	val
swan	waterfowl	True	val
jacket	pant	False	val
dove	creature	True	val
musket	breech	False	val
horse	squirrel	False	val
chair	arm	False	val
oven	O	False	val
squirrel	head	False	val
lion	great-grandfather	False	val
hotel	shot	False	val
bag	trunk	False	val
cockroach	bust	False	val
rabbit	whisker	False	val
cow	beef	False	val
sofa	script	False	val
catfish	barbel	False	val
plum	refund	False	val
revolver	dagger	False	val
lettuce	valour	False	val
cottage	guest	False	val
carp	disease	False	val
dove	penguin	False	val
herring	mouth	False	val
knife	handle	False	val
vulture	Knick	False	val
bull	bunker	False	val
van	steel	False	val
mackerel	gum	False	val
hammer	screwdriver	False	val
wasp	silverfish	False	val
sweater	clothes	True	val
horse	ash	False	val
motorcycle	religion	False	val
rabbit	carousel	False	val
pistol	seminary	False	val
jacket	neck	False	val
pub	cathedral	False	val
goose	glider	False	val
rat	estuary	False	val
fridge	telephone	False	val
spear	pistol	False	val
apple	polythene	False	val
pheasant	policyholder	False	val
cannon	ammunition	False	val
missile	engine	False	val
restaurant	exterior	False	val
sword	guard	False	val
pig	meal	False	val
scarf	stator	False	val
clarinet	organ	False	val
toaster	scholarship	False	val
lizard	mater	False	val
giraffe	lion	False	val
couch	cushion	False	val
castle	selling	False	val
whale	tail	False	val
hawk	idealism	False	val
dresser	reputation	False	val
crow	doctrine	False	val
shovel	blade	False	val
owl	swan	False	val
missile	knife	False	val
hatchet	object	True	val
cockroach	arthropod	True	val
bus	daughter	False	val
apricot	lime	False	val
frigate	canoe	False	val
piano	top	False	val
fork	hammer	False	val
elm	weak	False	val
grasshopper	insect	True	val
moth	scrapbook	False	val
pig	animal	True	val
sheep	squirrel	False	val
trout	scale	False	val
rifle	elector	False	val
cow	commandment	False	val
castle	cottage	False	val
piano	front	False	val
train	truck	False	val
fox	chordate	True	val
blouse	proprietor	False	val
ambulance	compartment	False	val
chisel	saw	False	val
scarf	citrus-tree	False	val
horse	whale	False	val
grape	seed	False	val
helicopter	jet	False	val
glove	onscreen	False	val
pigeon	colonization	False	val
cow	expansion	False	val
cat	competence	False	val
alligator	tooth	False	val
poplar	cedar	False	val
salmon	tuna	False	val
pistol	trigger	False	val
apricot	charity	False	val
vulture	hairdresser	False	val
jar	hearing	False	val
cockroach	interception	False	val
desk	metal	False	val
beet	bulb	False	val
oven	artifact	True	val
swan	eagle	False	val
herring	animal	True	val
onion	bean	False	val
frigate	downtime	False	val
radio	smoke	False	val
castle	floor	False	val
pub	saloon	False	val
jet	rudder	False	val
saw	nbsp	False	val
wardrobe	clothing	False	val
cow	foot	False	val
cottage	structure	True	val
eagle	vertebrate	True	val
eagle	head	False	val
hotel	interior	False	val
rifle	implement	True	val
freezer	phone	False	val
radish	flank	False	val
mackerel	despatch	False	val
castle	window	False	val
screwdriver	mallet	False	val
birch	gable	False	val
goat	leukocytes	False	val
pigeon	hello	False	val
peach	rota	False	val
hammer	nausea	False	val
beetle	mcmuffin	False	val
sieve	alms	False	val
cypress	drabness	False	val
cathedral	edifice	True	val
rifle	lock	False	val
cow	mon	False	val
musket	riverside	False	val
scooter	vehicle	True	val
pine	cypress	False	val
frigate	gimmick	False	val
knife	hammer	False	val
poplar	geneticist	False	val
glove	robe	False	val
motorcycle	hardline	False	val
pistol	fondness	False	val
fridge	innovation	False	val
sword	co-financing	False	val
ant	insect	True	val
toaster	good	True	val
pub	life	False	val
cedar	cone	False	val
dress	scanner	False	val
musket	shotgun	False	val
jar	pacifist	False	val
crow	animal	True	val
pig	fox	False	val
gun	charge	False	val
ferry	keel	False	val
pineapple	food	True	val
guitar	impression	False	val
flute	clarinet	False	val
truck	gear	False	val
cloak	back	False	val
spoon	side-by-side	False	val
saxophone	airport	False	val
guitar	cello	False	val
ambulance	nest	False	val
van	passenger	False	val
bull	snout	False	val
willow	corollary	False	val
pistol	squash	False	val
stereo	phone	False	val
donkey	tiger	False	val
turtle	terrapin	False	val
vest	sgksir	False	val
goldfish	thinking	False	val
screwdriver	hydrocarbon	False	val
moth	invertebrate	True	val
dresser	spot	False	val
sword	l	False	val
dishwasher	summary	False	val
pistol	bolt	False	val
gorilla	muzzle	False	val
scarf	cap	False	val
jet	demise	False	val
beet	root	True	val
corkscrew	zeta	False	val
washer	steel	False	val
owl	beak	False	val
goldfish	cod	False	val
moth	creature	True	val
rake	portrait	False	val
knife	salutation	False	val
table	wardrobe	False	val
donkey	head	False	val
frigate	treacle	False	val
bomb	arm	True	val
missile	Jesuit	False	val
whale	reflection	False	val
guitar	device	True	val
bomber	plane	True	val
trout	east	False	val
spear	arm	True	val
car	balcony	False	val
television	artifact	True	val
woodpecker	creature	True	val
cucumber	spinach	False	val
grenade	revolver	False	val
eagle	plume	False	val
hatchet	plier	False	val
bus	yacht	False	val
flute	ukulele	False	val
cat	cricketer	False	val
fridge	door	False	val
cannon	gun	True	val
train	guide	False	val
hatchet	case-study	False	val
frigate	caravel	False	val
fighter	swing	False	val
glider	tanker	False	val
hospital	color	False	val
spoon	corkscrew	False	val
spoon	pantheism	False	val
television	policy	False	val
hat	wear	True	val
vest	cotton	False	val
beaver	hoof	False	val
lion	sentence	False	val
acacia	bole	False	val
hatchet	reputation	False	val
mug	jug	False	val
scarf	coat	False	val
cow	udder	False	val
clarinet	bore	False	val
cloak	sweater	False	val
pine	plant	True	val
sweater	hat	False	val
revolver	half	False	val
bottle	impact	False	val
jet	glycogen	False	val
beaver	eye	False	val
lizard	chordate	True	val
jar	lead	False	val
hornet	layout	False	val
hawk	improvisation	False	val
mackerel	proposal	False	val
dishwasher	object	True	val
screwdriver	wrench	False	val
oven	artefact	True	val
van	cocktail	False	val
ferry	iron	False	val
musket	coach	False	val
dagger	neighborhood	False	val
musket	unknown	False	val
freezer	present	False	val
bus	frigate	False	val
bear	goat	False	val
bull	bear	False	val
spinach	cabbage	False	val
beetle	protease	False	val
train	freshman	False	val
bottle	theorem	False	val
deer	beaver	False	val
dolphin	persistence	False	val
pineapple	coconut	False	val
jet	metal	False	val
bomber	helicopter	False	val
broccoli	garlic	False	val
cucumber	cauliflower	False	val
falcon	hash	False	val
goat	food	True	val
spoon	cast	False	val
motorcycle	bomber	False	val
sieve	downfall	False	val
cloak	stockings	False	val
corkscrew	hammer	False	val
beet	retailing	False	val
oak	acacia	False	val
carrot	parsley	False	val
elephant	bear	False	val
coyote	carnivore	True	val
mackerel	catfish	False	val
sword	predicate	False	val
ferry	bilge	False	val
corkscrew	sieve	False	val
flute	trombone	False	val
broccoli	toxicity	False	val
radio	tantrum	False	val
elephant	compliance	False	val
cranberry	strawberry	False	val
piano	attraction	False	val
shirt	sweater	False	val
cottage	villa	False	val
battleship	peace	False	val
elephant	beaver	False	val
celery	bean	False	val
pheasant	dove	False	val
butterfly	cockroach	False	val
bed	furniture	True	val
phone	antenna	False	val
willow	nurse	False	val
giraffe	bear	False	val
goldfish	vertebrate	True	val
donkey	gorilla	False	val
sparrow	crow	False	val
hatchet	squash	False	val
spade	fringe	False	val
beaver	deer	False	val
radio	commodity	True	val
potato	radish	False	val
phone	clearance	False	val
cod	animal	True	val
fox	warning	False	val
restaurant	convoy	False	val
jacket	rise	False	val
pub	autonomy	False	val
rifle	trigger	False	val
stereo	datum	False	val
restaurant	noble	False	val
dove	debris	False	val
frigate	vessel	True	val
carp	mackerel	False	val
fox	jersey	False	val
fork	spoon	False	val
snake	slaughter	False	val
trout	check	False	val
helicopter	windscreen	False	val
crow	pheasant	False	val
dress	handover	False	val
toaster	cursor	False	val
glove	jacket	False	val
spinach	ef	False	val
rake	session	False	val
oak	bark	False	val
pub	transit	False	val
bus	bomber	False	val
jacket	builder	False	val
hotel	lobby	False	val
woodpecker	owl	False	val
hospital	nurse	False	val
stereo	plug	False	val
sword	dagger	False	val
pine	poplar	False	val
cat	leopard	False	val
shirt	artifact	True	val
spade	game	False	val
pig	baggage	False	val
cello	kazoo	False	val
scarf	good	True	val
elm	plague	False	val
turnip	clarity	False	val
yacht	car	False	val
bag	kiln	False	val
scarf	artefact	True	val
ambulance	doodle	False	val
fridge	prophecy	False	val
whale	grandfather	False	val
rifle	cartridge	False	val
birch	nationale	False	val
tuna	eye	False	val
whale	deer	False	val
knife	goalmouth	False	val
carrot	turnip	False	val
lemon	skin	False	val
bomber	citizen	False	val
carp	surety	False	val
spear	mystery	False	val
fighter	aircraft	True	val
blouse	resourcing	False	val
box	dose	False	val
violin	object	True	val
battleship	try	False	val
restaurant	bronze	False	val
garlic	skin	False	val
hat	guild	False	val
cauliflower	food	True	val
gun	capacitor	False	val
fox	squirrel	False	val
piano	belly	False	val
scarf	clothes	True	val
grenade	prostitute	False	val
moth	arthropod	True	val
elm	pm	False	val
donkey	coyote	False	val
dishwasher	speech	False	val
beaver	archdeaconry	False	val
flute	minimalism	False	val
truck	train	False	val
phone	stove	False	val
bottle	mass	False	val
coconut	diploma	False	val
crow	handover	False	val
hat	wool	False	val
cauliflower	howl	False	val
mug	transition	False	val
cockroach	bee	False	val
acacia	limb	False	val
cannon	trigger	False	val
clarinet	coleslaw	False	val
ferry	producer	False	val
car	headlight	False	val
cod	seafood	True	val
grasshopper	progenitor	False	val
grasshopper	collage	False	val
car	extreme	False	val
parsley	carrot	False	val
beet	inpatient	False	val
glove	deployment	False	val
restaurant	abundance	False	val
coyote	cry	False	val
piano	trombone	False	val
cannon	postman	False	val
grape	reef	False	val
glove	bonnet	False	val
ferry	pearl	False	val
herring	tuna	False	val
spinach	amendment	False	val
vulture	claw	False	val
pheasant	beak	False	val
grasshopper	dissatisfaction	False	val
table	bookcase	False	val
battleship	battery	False	val
dolphin	coyote	False	val
whale	wintertime	False	val
apricot	grapefruit	False	val
pistol	sufferer	False	val
washer	window	False	val
guitar	pollution	False	val
peach	apple	False	val
hotel	apparition	False	val
deer	reductase	False	val
donkey	control	False	val
whale	contamination	False	val
library	stairs	False	val
van	deal	False	val
hotel	FM	False	val
chair	labour	False	val
gun	cartridge	False	val
poplar	angiosperm	True	val
hammer	taxiway	False	val
whale	file	False	val
violin	Negro	False	val
grape	hand-crafted	False	val
hotel	roof	False	val
bomber	front	False	val
cloak	pant	False	val
flute	code	False	val
vest	apparel	True	val
goat	creature	True	val
pear	food	True	val
library	building	True	val
sweater	absolution	False	val
jet	artefact	True	val
pistol	linebacker	False	val
scooter	drinking	False	val
cannon	instrumentation	False	val
oven	water	False	val
shirt	socks	False	val
toaster	phone	False	val
tanker	motorboat	False	val
hawk	eye	False	val
gun	bolt	False	val
glider	sheet	False	val
cypress	trunk	False	val
elm	crown	False	val
turnip	leaf	False	val
cat	dog	False	val
pheasant	arming	False	val
missile	explosive	False	val
musket	kalashnikov	False	val
tiger	pig	False	val
lemon	amir	False	val
tanker	catering	False	val
radio	fridge	False	val
shovel	hapto-nomenclature	False	val
goldfish	tail	False	val
saw	tooth	False	val
bus	making	False	val
car	bike	False	val
scooter	jet	False	val
hatchet	public	False	val
cloak	goodwill	False	val
turnip	cucumber	False	val
ambulance	grill	False	val
parsley	slug	False	val
stove	plug	False	val
fridge	garden	False	val
motorcycle	headlight	False	val
motorcycle	language	False	val
scarf	owl	False	val
cedar	rule	False	val
lettuce	ornament	False	val
woodpecker	sparrow	False	val
coat	material	False	val
grenade	Jew	False	val
squirrel	mouth	False	val
corn	celery	False	val
hammer	ad-hoc	False	val
revolver	pistol	True	val
dresser	drummer	False	val
sparrow	stoker	False	val
goose	dwarve	False	val
hornet	researcher	False	val
beetle	fringe	False	val
vest	bra	False	val
flute	artefact	True	val
donkey	weighting	False	val
bomber	pilot	False	val
violin	returners	False	val
trout	rider	False	val
missile	offer	False	val
donkey	withers	False	val
hat	fleece	False	val
cranberry	dignity	False	val
stove	penny	False	val
violin	peg	False	val
sparrow	vertebrate	True	val
library	result	False	val
scarf	trouser	False	val
snake	believer	False	val
gun	muzzle	False	val
truck	life-style	False	val
whale	chordate	True	val
gun	wiper	False	val
broccoli	prwora	False	val
box	frontage	False	val
ambulance	wheel	False	val
fork	phosphorylation	False	val
fox	canine	True	val
jar	correspondence	False	val
woodpecker	swallow	False	val
hat	sock	False	val
tiger	aol	False	val
truck	m	False	val
pigeon	dove	False	val
jet	bus	False	val
violin	clippers	False	val
cow	replica	False	val
villa	roof	False	val
battleship	ambulance	False	val
falcon	crow	False	val
jacket	competitor	False	val
willow	treetop	False	val
sweater	trouser	False	val
ferry	quilting	False	val
peach	realist	False	val
bookcase	desk	False	val
alligator	addition	False	val
robe	disparity	False	val
dress	bodice	False	val
pistol	handle	False	val
sieve	plate	False	val
vest	hem	False	val
cockroach	bug	True	val
freezer	drawer	False	val
frigate	hull	False	val
clarinet	drum	False	val
cow	cheque	False	val
battleship	shelter	False	val
mug	peos	False	val
dress	fleece	False	val
train	tanker	False	val
missile	warhead	False	val
motorcycle	tender	False	val
squirrel	hist	False	val
willow	island	False	val
coat	handrail	False	val
cello	neck	False	val
ambulance	runner-up	False	val
bomber	membership	False	val
lemon	descendant	False	val
scooter	gas	False	val
peach	reductase	False	val
yacht	bus	False	val
box	location	False	val
elm	bole	False	val
library	hospital	False	val
cockroach	ladybug	False	val
television	Pluto	False	val
whale	bear	False	val
robe	trouser	False	val
cannon	pike	False	val
rifle	dish	False	val
wrench	accommodation	False	val
cypress	burl	False	val
garlic	llama	False	val
van	turret	False	val
bomber	memorial	False	val
herring	Canadian	False	val
van	ambulance	False	val
yacht	cabin	False	val
battleship	rudder	False	val
radish	survey	False	val
grape	pineapple	False	val
pub	structure	True	val
cloak	robe	False	val
squirrel	sensor	False	val
cathedral	candle	False	val
onion	skin	False	val
ambulance	review	False	val
yacht	scattering	False	val
sheep	pig	False	val
pineapple	tuft	False	val
scarf	covering	True	val
donkey	dog	False	val
hat	trouser	False	val
fox	sub-committee	False	val
crow	hawk	False	val
birch	tree	True	val
deer	head	False	val
trout	BCS	False	val
musket	lock	False	val
donkey	squirrel	False	val
missile	scholar	False	val
cat	squirrel	False	val
clarinet	instrument	True	val
celery	format	False	val
hatchet	drill	False	val
pig	donkey	False	val
jacket	shoulder	False	val
sparrow	passerine	True	val
hornet	boom	False	val
tanker	iron	False	val
tiger	mountaintop	False	val
hospital	interior	False	val
cello	riding	False	val
cello	guilt	False	val
flute	wood	False	val
library	problem	False	val
rake	pincers	False	val
glider	motorcycle	False	val
shovel	wastefulness	False	val
moth	secession	False	val
bus	hood	False	val
freezer	commodity	True	val
garlic	surgeon	False	val
bomb	gun	False	val
vulture	crow	False	val
sieve	hydrology	False	val
ambulance	floor	False	val
bomb	device	True	val
ant	grasshopper	False	val
motorcycle	sauce	False	val
robe	front	False	val
radish	cucumber	False	val
spinach	radish	False	val
castle	recipe	False	val
rat	founder	False	val
spinach	corn	False	val
grenade	weapon	True	val
phone	stereo	False	val
yacht	camcorder	False	val
bomber	steel	False	val
birch	flower	False	val
tiger	homeland	False	val
helicopter	nationality	False	val
shovel	steel	False	val
rake	iron	False	val
dishwasher	valour	False	val
cannon	breath	False	val
lion	piety	False	val
jacket	abstract	False	val
grape	gooseberry	False	val
cathedral	busker	False	val
glove	mea	False	val
peach	peel	False	val
tiger	beast	True	val
goose	eagle	False	val
hornet	Stilton	False	val
horse	credential	False	val
dagger	implement	True	val
battleship	thesis	False	val
carp	thank	False	val
helicopter	fortune	False	val
bear	drama	False	val
saw	scissor	False	val
pig	mainland	False	val
glove	historian	False	val
pub	chest	False	val
restaurant	bar	False	val
restaurant	bar	False	val
stereo	computer	False	val
cabbage	garlic	False	val
poplar	branch	False	val
beetle	mascot	False	val
horse	refuge	False	val
sweater	austrian-rules	False	val
car	radio	False	val
horse	jus	False	val
stove	cooker	False	val
cathedral	organ	False	val
elm	incentive	False	val
jet	vehicle	True	val
shirt	dress	False	val
piano	device	True	val
musket	muzzle	False	val
elephant	head	False	val
helicopter	seed	False	val
turnip	proprietor	False	val
cat	mom	False	val
cathedral	skyscraper	False	val
wardrobe	object	True	val
hotel	shop	False	val
butterfly	moth	False	val
knife	setoutpath	False	val
dishwasher	water	False	val
sword	characteristic	False	val
tuna	skin	False	val
van	morning	False	val
cathedral	green	False	val
car	gale	False	val
yacht	store	False	val
fridge	washer	False	val
lime	physics	False	val
desk	steel	False	val
tanker	car	False	val
oak	limb	False	val
acacia	root	False	val
plum	lemon	False	val
cathedral	altar	False	val
dove	pheasant	False	val
battleship	yacht	False	val
hospital	brick	False	val
cow	cattle	True	val
blouse	scent	False	val
hawk	triathlon	False	val
gorilla	cash	False	val
sweater	stopped-flow	False	val
chair	furniture	True	val
donkey	herbivore	True	val
knife	dagger	False	val
revolver	pike	False	val
spear	bomb	False	val
wrench	scissors	False	val
vulture	blank	False	val
cloak	sweatshirt	False	val
cathedral	output	False	val
pub	counter	False	val
battleship	frigate	False	val
cow	birth	False	val
pub	bottle	False	val
plum	bump	False	val
bowl	lung	False	val
spade	steel	False	val
rifle	espn	False	val
cod	divisor	False	val
scarf	instant	False	val
spear	sip	False	val
tuna	overlay	False	val
rake	marmite	False	val
van	bomber	False	val
swan	dove	False	val
bull	outfits	False	val
hat	headdress	True	val
horse	vertebrate	True	val
truck	door	False	val
rabbit	fight	False	val
salmon	broadband	False	val
scooter	fuel	False	val
lettuce	fundraising	False	val
hotel	histogram	False	val
hospital	library	False	val
alligator	vertebrate	True	val
dresser	tableware	False	val
hawk	beak	False	val
car	charity	False	val
bomb	bow	False	val
snake	cake	False	val
box	box	False	val
sheep	ibs	False	val
wardrobe	bar	False	val
salmon	vertebrate	True	val
motorcycle	yacht	False	val
blouse	heck	False	val
cannon	fuel	False	val
hat	co-medications	False	val
revolver	ammunition	False	val
owl	talon	False	val
wasp	antenna	False	val
ambulance	door	False	val
ambulance	medic	False	val
cabbage	month	False	val
cow	riches	False	val
frigate	starboard	False	val
apple	coconut	False	val
missile	click	False	val
turnip	canton	False	val
castle	villa	False	val
goat	ear	False	val
axe	clearance	False	val
truck	degeneration	False	val
van	gasoline	False	val
dolphin	self	False	val
bomber	dirt	False	val
alligator	chordate	True	val
bed	notice	False	test
sheep	one-stop-shop	False	test
cottage	garage	False	test
stove	venue	False	test
battleship	tanker	False	test
oven	commodity	True	test
cello	object	True	test
piano	keyboard	False	test
cannon	muzzle	False	test
snake	shortlist	False	test
jacket	cuff	False	test
cherry	reign	False	test
bag	pouch	False	test
elephant	rhino	False	test
jet	steel	False	test
rifle	wood	False	test
robe	sleeve	False	test
plum	banana	False	test
hatchet	marmoset	False	test
clarinet	storage	False	test
ambulance	constituent	False	test
knife	calculus	False	test
garlic	scallion	False	test
beetle	butterfly	False	test
carp	memorial	False	test
owl	pigeon	False	test
restaurant	stone	False	test
axe	story	False	test
trumpet	shear	False	test
rat	muzzle	False	test
hotel	newspaper	False	test
whale	instrumentation	False	test
tanker	glider	False	test
vest	silk	False	test
yacht	upshot	False	test
grasshopper	malediction	False	test
grenade	majority	False	test
television	washer	False	test
helicopter	yacht	False	test
television	digit	False	test
coyote	debut	False	test
celery	vegetable	True	test
saw	blade	False	test
washer	refrigerator	False	test
gorilla	vertebrate	True	test
hawk	pheasant	False	test
blouse	implementation	False	test
couch	artefact	True	test
dagger	handle	False	test
cow	elephant	False	test
bag	colour	False	test
hat	ingrate	False	test
plum	law	False	test
dove	glass	False	test
corn	modernisation	False	test
hawk	goose	False	test
grenade	nae	False	test
motorcycle	shop	False	test
library	portion	False	test
couch	oesophagus	False	test
corkscrew	scissors	False	test
rake	scissors	False	test
whale	mouth	False	test
corkscrew	unreality	False	test
wasp	bishop	False	test
horse	practitioner	False	test
apricot	tyrosine	False	test
ambulance	graft	False	test
pine	burl	False	test
tanker	raft	False	test
cathedral	priest	False	test
car	compartment	False	test
battleship	mo	False	test
desk	integration	False	test
guitar	int	False	test
clarinet	barrel	False	test
bus	glider	False	test
pub	barman	False	test
wasp	purpose	False	test
crow	wing	False	test
alligator	leg	False	test
radish	ear	False	test
blouse	scarf	False	test
shirt	neck	False	test
birch	stump	False	test
rat	lion	False	test
bear	ace	False	test
dagger	dedication	False	test
library	computer	False	test
goose	neck	False	test
falcon	inaugural	False	test
pine	willow	False	test
vulture	owl	False	test
radio	control	False	test
scarf	minefield	False	test
truck	autism	False	test
cedar	bark	False	test
cedar	elm	False	test
spoon	scissor	False	test
knife	foreboding	False	test
bull	hatch	False	test
desk	laborer	False	test
cello	certificate	False	test
phone	observer	False	test
eagle	offseason	False	test
lizard	blood	False	test
jet	seaman	False	test
washer	remembrance	False	test
revolver	holder	False	test
sieve	spear	False	test
saw	excrement	False	test
elephant	rhinoceros	False	test
willow	ty	False	test
shovel	greenfield	False	test
sweater	hydrogen	False	test
grapefruit	name	False	test
goose	woodpecker	False	test
cypress	French-language	False	test
fork	tool	True	test
fighter	motor	False	test
castle	bathroom	False	test
grasshopper	fly	False	test
whale	elevation	False	test
lion	rabbit	False	test
gorilla	lock-in	False	test
sword	musket	False	test
crow	pragmatics	False	test
ferry	scooter	False	test
cabbage	ib	False	test
catfish	carp	False	test
cow	face	False	test
cranberry	produce	True	test
missile	cannon	False	test
revolver	gestalt	False	test
saw	fayre	False	test
oak	proliferation	False	test
cucumber	corn	False	test
horse	insomnia	False	test
villa	revision	False	test
hat	commencement	False	test
freezer	appliance	True	test
flute	copper	False	test
ferry	finding	False	test
spear	revolver	False	test
dress	strap	False	test
fighter	gun	False	test
jet	rider	False	test
fox	carnivore	True	test
spinach	voter	False	test
apricot	republican	False	test
deer	frustration	False	test
cannon	rifle	False	test
hospital	patient	False	test
saxophone	reed	False	test
screwdriver	handle	False	test
pine	typology	False	test
corn	kernel	False	test
stereo	illness	False	test
chair	summary	False	test
gorilla	accordionist	False	test
sheep	withers	False	test
blouse	trousers	False	test
strawberry	seed	False	test
cucumber	veggie	True	test
goldfish	guess	False	test
gun	equator	False	test
spoon	cutlery	True	test
sparrow	penguin	False	test
trumpet	harmonica	False	test
ambulance	roof	False	test
bus	horn	False	test
villa	stair	False	test
garlic	cauliflower	False	test
lettuce	pacemaker	False	test
dolphin	blowhole	False	test
deer	hut	False	test
hornet	animal	True	test
giraffe	muzzle	False	test
spear	praise	False	test
bus	overcrowding	False	test
spinach	carrot	False	test
fork	corkscrew	False	test
bomber	glider	False	test
sieve	kitchenware	True	test
bus	ambulance	False	test
wardrobe	garment	False	test
dagger	missile	False	test
saw	mw	False	test
hawk	predator	True	test
goldfish	skin	False	test
yacht	glider	False	test
hospital	roof	False	test
cannon	bingo	False	test
onion	infirmity	False	test
truck	seat	False	test
goose	crow	False	test
glider	window	False	test
sparrow	eye	False	test
dress	innovation	False	test
wardrobe	couch	False	test
pheasant	nightie	False	test
bed	week-end	False	test
vulture	icts	False	test
stove	electricity	False	test
sweater	escape	False	test
tuna	catcher	False	test
chair	seat	False	test
bag	ford	False	test
box	artifact	True	test
saxophone	mushroom	False	test
beetle	bug	True	test
chair	dresser	False	test
wardrobe	artefact	True	test
stereo	stove	False	test
vest	button	False	test
frog	beast	True	test
ant	antenna	False	test
goat	newspaper	False	test
cod	resentment	False	test
trout	background-color	False	test
snake	mixture	False	test
bull	goat	False	test
motorcycle	bike	False	test
jet	state	False	test
ambulance	belt	False	test
yacht	train	False	test
horse	hair	False	test
bus	forehead	False	test
lizard	tail	False	test
cauliflower	vegetable	True	test
truck	speaker	False	test
rat	dog	False	test
missile	sqm	False	test
horse	mace	False	test
hat	crown	False	test
bowl	scrutiny	False	test
gun	implement	True	test
robin	rump	False	test
desk	stool	False	test
pig	broadcast	False	test
hatchet	tweezer	False	test
hotel	mist	False	test
couch	wood	False	test
vest	strengthening	False	test
potato	stooge	False	test
shovel	scissors	False	test
scooter	title	False	test
ferry	kind	False	test
rabbit	grid	False	test
mackerel	eye	False	test
cannon	bore	False	test
car	professor	False	test
helicopter	craft	True	test
moth	grasshopper	False	test
trumpet	youngster	False	test
broccoli	thanx	False	test
eagle	robin	False	test
scarf	silk	False	test
coat	connection	False	test
jet	bomber	False	test
car	gear	False	test
donkey	goal	False	test
shovel	bannister	False	test
donkey	muzzle	False	test
restaurant	glass	False	test
truck	robbery	False	test
radio	refrigerator	False	test
dagger	object	True	test
horse	remainder	False	test
tiger	sport	False	test
gun	amoeba	False	test
vulture	folk	False	test
dishwasher	dish	False	test
cathedral	precipice	False	test
wasp	wing	False	test
bomber	transport	True	test
chair	routine	False	test
mug	colour	False	test
dagger	forte	False	test
battleship	refund	False	test
glove	crust	False	test
lizard	snake	False	test
sword	edge	False	test
oven	refrigerator	False	test
hotel	audience	False	test
bottle	spotlight	False	test
sheep	brutality	False	test
bus	handbrake	False	test
sweater	ridge	False	test
deer	cabin	False	test
pine	limb	False	test
vest	triplet	False	test
parsley	kulpahar	False	test
cabbage	consternation	False	test
washer	windscreen	False	test
musket	handle	False	test
missile	grenade	False	test
parsley	butane	False	test
dress	amplifier	False	test
table	representative	False	test
cannon	bazooka	False	test
radish	bean	False	test
pig	post-season	False	test
birch	pueblo	False	test
van	principal	False	test
trumpet	landmine	False	test
guitar	trombone	False	test
stove	food	False	test
rat	vertebrate	True	test
tiger	dolphin	False	test
cucumber	garlic	False	test
helicopter	min	False	test
desk	object	True	test
truck	fender	False	test
frigate	tank	False	test
scooter	effort	False	test
beet	down	False	test
rifle	steel	False	test
yacht	ambulance	False	test
stereo	metal	False	test
sheep	head	False	test
pine	reviewer	False	test
ant	riser	False	test
cherry	rebuttal	False	test
chair	leg	False	test
musket	gunpowder	False	test
fork	tweezer	False	test
restaurant	wood	False	test
television	fuselage	False	test
giraffe	master	False	test
goose	pinion	False	test
dress	Australian	False	test
knife	distance	False	test
cathedral	synagogue	False	test
saxophone	establishment	False	test
bomber	broadband	False	test
donkey	shoe	False	test
fork	field	False	test
rat	goat	False	test
pigeon	implementation	False	test
elephant	trunk	False	test
hammer	spoon	False	test
gun	humor	False	test
lion	leopard	False	test
train	anything	False	test
cannon	culmination	False	test
moth	beetle	False	test
bomb	rifle	False	test
robe	deficit	False	test
cannon	CD	False	test
lime	pineapple	False	test
bookcase	tool	False	test
shovel	hammer	False	test
villa	brick	False	test
shirt	soundweb	False	test
ferry	ambulance	False	test
stereo	killer	False	test
knife	edge	False	test
jacket	fur	False	test
butterfly	technique	False	test
carp	awkwardness	False	test
cloak	wool	False	test
coyote	horse	False	test
ant	moth	False	test
stove	bookshop	False	test
car	datum	False	test
car	truck	False	test
radio	plug	False	test
sheep	fleece	False	test
shovel	scissor	False	test
goose	sparrow	False	test
robin	hawk	False	test
phone	object	True	test
revolver	breech	False	test
willow	cypress	False	test
bull	ritual	False	test
grenade	sendmail	False	test
stereo	woofer	False	test
pine	naming	False	test
cat	biopsy	False	test
goldfish	herring	False	test
cello	aura	False	test
knife	abortion	False	test
yacht	chunk	False	test
blouse	underpants	False	test
spade	stationery	False	test
hotel	elevator	False	test
alligator	toad	False	test
frigate	worm	False	test
goose	plume	False	test
horse	fox	False	test
falcon	dance	False	test
hotel	edifice	True	test
pistol	ecotourism	False	test
glove	graffito	False	test
lemon	food	True	test
car	plate	False	test
turtle	food	True	test
willow	elm	False	test
phone	artefact	True	test
bowl	physic	False	test
cloak	vest	False	test
penguin	flat	False	test
grapefruit	dozen	False	test
scooter	bike	False	test
revolver	asking	False	test
cherry	stream	False	test
giraffe	fisherman	False	test
donkey	mammal	True	test
cat	fur	False	test
lizard	finding	False	test
fridge	drink	False	test
apple	stalk	False	test
penguin	neck	False	test
guitar	mandolin	False	test
goldfish	preference	False	test
bowl	pottery	False	test
ambulance	seat	False	test
donkey	hoof	False	test
whale	creature	True	test
sofa	artifact	True	test
lion	se	False	test
piano	artefact	True	test
beaver	ear	False	test
grenade	fuse	False	test
scarf	hat	False	test
pine	conifer	True	test
apple	bunk	False	test
gun	grave	False	test
goat	deer	False	test
axe	object	True	test
robe	cloak	False	test
tanker	privatisation	False	test
parsley	food	True	test
vest	detail	False	test
tiger	creature	True	test
ambulance	frame	False	test
cod	trout	False	test
bag	key	False	test
robe	sauce	False	test
guitar	shift	False	test
television	resistance	False	test
blouse	input	False	test
cod	carp	False	test
frog	gill	False	test
fox	accolade	False	test
cod	fishbone	False	test
table	reaction	False	test
beetle	fly	False	test
lizard	scale	False	test
guitar	wart	False	test
turtle	chordate	True	test
crow	vertebrate	True	test
robe	abuse	False	test
sheep	weak	False	test
robin	owl	False	test
sieve	traveler	False	test
ambulance	methodology	False	test
knife	hilt	False	test
ambulance	rockabilly	False	test
gun	Kalashnikov	False	test
sieve	executioner	False	test
van	inclusion	False	test
jar	offense	False	test
violin	heyday	False	test
axe	consulting	False	test
hospital	purpose	False	test
cello	saxophone	False	test
van	metaphor	False	test
goose	indexing	False	test
train	grace	False	test
cow	reason	False	test
cranberry	grape	False	test
helicopter	tanker	False	test
screwdriver	intervener	False	test
pistol	pike	False	test
cottage	stone	False	test
rake	anatomy	False	test
bomb	hawk	False	test
bus	driver	False	test
cranberry	panchayats	False	test
coyote	head	False	test
shirt	Trojan	False	test
falcon	swan	False	test
dishwasher	graveyard	False	test
falcon	arrogance	False	test
fork	climate-change	False	test
trumpet	saxophone	False	test
castle	queen	False	test
cranberry	over-the-air	False	test
glider	mineral	False	test
dagger	cannon	False	test
carp	seafood	True	test
shirt	divestment	False	test
car	procedure	False	test
cannon	breech	False	test
rifle	muzzle	False	test
coyote	amygdala	False	test
bottle	neck	False	test
goat	mammal	True	test
donkey	giraffe	False	test
robe	silver	False	test
rat	eye	False	test
beet	radish	False	test
grapefruit	ideologue	False	test
cow	meat	False	test
castle	wall	False	test
coyote	dog	False	test
beetle	cockroach	False	test
carp	testis	False	test
moth	reredos	False	test
apricot	stockist	False	test
tuna	playlist	False	test
gun	slave	False	test
clarinet	saxophone	False	test
dolphin	skin	False	test
cow	mammal	True	test
clarinet	harp	False	test
ambulance	scooter	False	test
sweater	harm	False	test
trumpet	woodwind	True	test
swan	rump	False	test
bottle	kibbutz	False	test
cathedral	premise	False	test
oak	trunk	False	test
bus	diesel	False	test
jar	ceramic	False	test
acacia	connexion	False	test
lime	learning	False	test
cow	reply	False	test
wardrobe	shelf	False	test
mug	tea	False	test
deer	dust	False	test
wasp	bodyweight	False	test
robin	dove	False	test
freezer	artifact	True	test
castle	structure	True	test
coconut	peach	False	test
sieve	louban	False	test
cello	inning	False	test
dagger	forum	False	test
owl	computer	False	test
vest	cloak	False	test
ambulance	bookstore	False	test
flute	key	False	test
yacht	reinsurance	False	test
cockroach	mosquito	False	test
glove	pant	False	test
cranberry	lizard	False	test
vest	hockey	False	test
glove	inspection	False	test
pistol	firearm	True	test
cloak	recurrence	False	test
bomber	captain	False	test
rabbit	superhero	False	test
onion	corporal	False	test
giraffe	enjoyment	False	test
bus	helicopter	False	test
hornet	mosquito	False	test
frog	alligator	False	test
missile	hobby	False	test
dishwasher	famine	False	test
elephant	coriander	False	test
giraffe	potassium	False	test
lemon	peel	False	test
bowl	container	True	test
robin	harbor	False	test
sieve	fin	False	test
vulture	plumage	False	test
fighter	glider	False	test
helicopter	steel	False	test
train	metre	False	test
wardrobe	wood	False	test
carp	fish	True	test
dress	clothing	True	test
wardrobe	posterity	False	test
chair	foot	False	test
grape	montanes	False	test
swan	animal	True	test
banana	desolation	False	test
beet	limbo	False	test
dagger	shotgun	False	test
cranberry	brother	False	test
clarinet	washington	False	test
yacht	jet	False	test
cathedral	infarction	False	test
horse	beast	True	test
ferry	helicopter	False	test
dress	dozen	False	test
saw	pincer	False	test
frigate	verb	False	test
pig	counterpart	False	test
vest	overview	False	test
cockroach	grasshopper	False	test
hospital	concrete	False	test
bowl	food	False	test
table	dresser	False	test
ambulance	top	False	test
cucumber	esplanade	False	test
cathedral	amendment	False	test
falcon	underdog	False	test
car	glider	False	test
bull	sugar	False	test
glove	brainchild	False	test
cello	hand	False	test
pub	force	False	test
piano	back	False	test
gorilla	appreciation	False	test
tiger	accident	False	test
ant	arthropod	True	test
bomb	sword	False	test
bear	document	False	test
truck	moped	False	test
tiger	disk	False	test
battleship	porthole	False	test
sword	bazooka	False	test
pub	lounge	False	test
wardrobe	pants	False	test
pineapple	strawberry	False	test
frigate	motorcycle	False	test
hat	impunity	False	test
tanker	bulkhead	False	test
sparrow	cape	False	test
wardrobe	blouse	False	test
hornet	burner	False	test
wrench	dive	False	test
spinach	food	True	test
oven	palette	False	test
cloak	by-election	False	test
squirrel	deer	False	test
pub	thousand	False	test
frigate	artefact	True	test
cod	mouth	False	test
sieve	developer	False	test
rifle	arm	True	test
dress	intolerance	False	test
wasp	grasshopper	False	test
castle	hospital	False	test
fridge	route	False	test
gorilla	mammal	True	test
bomber	craft	True	test
butterfly	leg	False	test
cloak	clothing	True	test
dagger	pike	False	test
bear	cow	False	test
herring	mackerel	False	test
wardrobe	sofa	False	test
piano	saxophone	False	test
tanker	microsite	False	test
cauliflower	lettuce	False	test
violin	oboe	False	test
vest	pullover	False	test
cabbage	produce	True	test
helicopter	screenwriter	False	test
cat	rocket	False	test
goat	dog	False	test
cannon	holder	False	test
cedar	fir	False	test
wrench	buck	False	test
tiger	bull	False	test
pig	squirrel	False	test
turtle	scale	False	test
owl	animal	True	test
robe	bra	False	test
robe	garment	True	test
sword	grip	False	test
radish	parsley	False	test
truck	census	False	test
giraffe	donkey	False	test
spade	ice	False	test
deer	foot	False	test
dress	modulus	False	test
squirrel	cat	False	test
cedar	burl	False	test
crow	relict	False	test
bag	object	True	test
scarf	poem	False	test
train	caboose	False	test
glove	protector	False	test
villa	camera	False	test
robe	glove	False	test
wasp	series	False	test
box	inside	False	test
stereo	headphone	False	test
robe	ruminant	False	test
coyote	gene	False	test
lime	justice	False	test
table	metal	False	test
coyote	excess	False	test
restaurant	meal	False	test
cannon	squid	False	test
bag	posting	False	test
fighter	n	False	test
motorcycle	wedding	False	test
goat	shelf-life	False	test
turtle	charge	False	test
dress	vest	False	test
radio	antenna	False	test
sword	demagogue	False	test
bear	claw	False	test
lemon	intolerance	False	test
toaster	fridge	False	test
penguin	falcon	False	test
motorcycle	hook	False	test
pineapple	pm	False	test
ferry	genetics	False	test
dove	wharf	False	test
falcon	vertebrate	True	test
bear	plasticine	False	test
grape	endorsement	False	test
cat	animal	True	test
goose	robin	False	test
scooter	truck	False	test
motorcycle	release	False	test
clarinet	ballpark	False	test
giraffe	oven	False	test
peach	cherry	False	test
gun	adventure	False	test
revolver	trigger	False	test
pub	format	False	test
saw	tug	False	test
cypress	wombat	False	test
helicopter	rotor	False	test
coat	cuff	False	test
pistol	remake	False	test
bed	promoter	False	test
moth	insect	True	test
axe	shovel	False	test
hawk	co-operative	False	test
blouse	silk	False	test
onion	utilitarianism	False	test
spear	end	False	test
sparrow	feather	False	test
screwdriver	tweezers	False	test
bull	beaver	False	test
butterfly	color	False	test
rabbit	pig	False	test
cow	occurrence	False	test
scarf	tower	False	test
bus	tea	False	test
parsley	disgust	False	test
villa	format	False	test
missile	revolver	False	test
helicopter	wheel	False	test
turtle	toilet	False	test
radio	oven	False	test
cod	column	False	test
jet	t	False	test
shirt	recording	False	test
whale	artefact	False	test
vest	space	False	test
willow	wood	False	test
cat	manpower	False	test
celery	produce	True	test
bear	fox	False	test
vulture	christening	False	test
robin	handicap	False	test
desk	actress	False	test
violin	device	True	test
spoon	plastic	False	test
deer	lymphoma	False	test
hotel	stairs	False	test
chair	artefact	True	test
sword	end	False	test
shirt	cause	False	test
vulture	feather	False	test
bull	local	False	test
elephant	worship	False	test
coat	nutter	False	test
fridge	steel	False	test
salmon	convenience	False	test
grape	economy	False	test
cloak	blouse	False	test
robin	lapse	False	test
restaurant	waitress	False	test
car	window	False	test
dagger	hilt	False	test
desk	Care	False	test
squirrel	squad	False	test
bomb	exam	False	test
horse	herbivore	True	test
horse	stepfather	False	test
eagle	swan	False	test
fighter	bomber	False	test
axe	coast	False	test
coyote	Host	False	test
hotel	window	False	test
vulture	atheism	False	test
pear	chemical	False	test
dress	taxpayer	False	test
castle	donut	False	test
castle	library	False	test
rabbit	pet	True	test
bomber	train	False	test
freezer	fund	False	test
goat	pig	False	test
wardrobe	pm	False	test
dove	plume	False	test
truck	floor	False	test
corkscrew	scalpel	False	test
horse	pig	False	test
bomber	contribution	False	test
screwdriver	object	True	test
coyote	resort	False	test
grenade	shotgun	False	test
knife	rail	False	test
cannon	defendant	False	test
parsley	cabbage	False	test
cow	eye	False	test
apple	Goth	False	test
hornet	butterfly	False	test
cloak	haemoglobin	False	test
scarf	underpants	False	test
hatchet	scissors	False	test
van	windshield	False	test
clarinet	di	False	test
wasp	locust	False	test
jet	window	False	test
mug	content	False	test
jacket	smutte	False	test
bottle	rd	False	test
catfish	cloning	False	test
coat	syndicate	False	test
dove	piety	False	test
bull	animal	True	test
eagle	goose	False	test
fridge	release	False	test
grasshopper	line	False	test
castle	edifice	True	test
shirt	barrel	False	test
wrench	watering	False	test
stereo	inch	False	test
bomber	believer	False	test
corkscrew	joy	False	test
mug	bowl	False	test
violin	anticipation	False	test
sieve	chisel	False	test
blouse	leg-no	False	test
blouse	transcription	False	test
fox	UFO	False	test
radio	circuit	False	test
lizard	injury	False	test
spade	utensil	True	test
cathedral	restaurant	False	test
violin	bridge	False	test
glove	ppl	False	test
bottle	liquid	False	test
car	petrol	False	test
catfish	ranking	False	test
dolphin	catfish	False	test
elm	illusion	False	test
phone	sanctity	False	test
dove	sparrow	False	test
sparrow	motive	False	test
cannon	bottom	False	test
cloak	mask	False	test
yacht	sail	False	test
villa	edifice	True	test
beaver	chair	False	test
plum	stone	False	test
robin	swallow	False	test
carrot	injection	False	test
library	door	False	test
yacht	camp	False	test
apricot	self-harm	False	test
bear	mouth	False	test
goose	isle	False	test
alligator	frog	False	test
violin	piano	False	test
guitar	saxophone	False	test
yacht	bedroom	False	test
glider	economics	False	test
lizard	draftee	False	test
freezer	agenda	False	test
radio	stove	False	test
train	track	False	test
battleship	quote	False	test
battleship	seizure	False	test
shirt	B	False	test
coyote	dolphin	False	test
bomb	Kalashnikov	False	test
scooter	mudguard	False	test
dagger	Freemason	False	test
coat	front	False	test
chisel	end	False	test
carp	champagne	False	test
ambulance	bicycle	False	test
truck	none	False	test
coconut	mango	False	test
spoon	tranquilliser	False	test
piano	wood	False	test
piano	superfluid	False	test
screwdriver	metal	False	test
willow	tree	True	test
stereo	wire	False	test
spoon	freeway	False	test
knife	cloud	False	test
stereo	plastic	False	test
goose	cinematography	False	test
rat	courtyard	False	test
catfish	vestige	False	test
motorcycle	ratio	False	test
wardrobe	clothes	False	test
cottage	flavour	False	test
hospital	unit	False	test
whale	blowhole	False	test
fighter	train	False	test
bus	answer	False	test
cat	feminism	False	test
beaver	amateur	False	test
vest	commodity	True	test
cathedral	nave	False	test
parsley	pet	False	test
turnip	produce	True	test
piano	pedal	False	test
jar	coffee	False	test
sword	blade	False	test
eagle	page	False	test
beaver	rabbit	False	test
hornet	insect	True	test
restaurant	sponsorship	False	test
castle	avoidance	False	test
yacht	perfume	False	test
dagger	point	False	test
motorcycle	seat	False	test
cabbage	potato	False	test
axe	adaptation	False	test
vest	medication	False	test
motorcycle	ferry	False	test
ferry	trench	False	test
dove	owl	False	test
eagle	qualification	False	test
jar	food	False	test
helicopter	thank	False	test
cedar	acacia	False	test
coyote	B	False	test
restaurant	roof	False	test
spoon	tableware	True	test
blouse	artifact	True	test
giraffe	hoof	False	test
truck	ferry	False	test
celery	parsley	False	test
elephant	squirrel	False	test
stereo	solo	False	test
lion	missionary	False	test
dove	vulture	False	test
stereo	view	False	test
beetle	cricket	False	test
saw	wood	False	test
deer	capo	False	test
freezer	microphone	False	test
stove	gas	False	test
shirt	conclusion	False	test
library	partner	False	test
wasp	thousand	False	test
car	motor	False	test
deer	spacecraft	False	test
deer	eye	False	test
goose	swan	False	test
plum	grapefruit	False	test
revolver	apostle	False	test
coat	socks	False	test
scooter	light	False	test
bowl	bottle	False	test
apricot	pineapple	False	test
wrench	metal	False	test
chair	bourgeois	False	test
jacket	back	False	test
bag	cent	False	test
pear	discovery	False	test
robin	wing	False	test
woodpecker	eye	False	test
yacht	fin	False	test
corn	ceramic-ion	False	test
phone	salvation	False	test
pear	seed	False	test
cello	top	False	test
glove	sweater	False	test
truck	motor	False	test
cucumber	appliance	False	test
helicopter	tail	False	test
robin	hospitalisation	False	test
scarf	sweatshirt	False	test
truck	radiator	False	test
fridge	species	False	test
freezer	metal	False	test
cranberry	quarantine	False	test
musket	verification	False	test
blouse	ballot	False	test
lemon	proportion	False	test
deer	suppression	False	test
castle	garden	False	test
sparrow	citizen	False	test
whale	intuition	False	test
cabbage	Madame	False	test
whale	vertebrate	True	test
hat	keyhole	False	test
willow	totality	False	test
cypress	demo	False	test
scarf	stockings	False	test
deer	antler	False	test
pig	manager	False	test
tuna	scale	False	test
van	mirror	False	test
screwdriver	assist	False	test
beet	celery	False	test
tanker	porthole	False	test
mug	architect	False	test
coat	dress	False	test
stove	metal	False	test
jacket	loyalist	False	test
cedar	bathroom	False	test
squirrel	wharve	False	test
cloak	cohort	False	test
violin	neck	False	test
cypress	fir	False	test
carp	cod	False	test
wrench	gamma-ray	False	test
pine	accusation	False	test
bottle	Ch	False	test
castle	room	False	test
spear	instruction	False	test
elephant	rumor	False	test
cucumber	cabbage	False	test
clarinet	hole	False	test
jacket	confusion	False	test
giraffe	grant	False	test
jar	interior	False	test
goose	head	False	test
hammer	telethon	False	test
lettuce	nod	False	test
broccoli	sentence	False	test
donkey	cat	False	test
banana	birthday	False	test
alligator	beast	True	test
gorilla	whale	False	test
helicopter	crew	False	test
oven	experience	False	test
rake	bodywork	False	test
couch	armrest	False	test
truck	engine	False	test
rabbit	dog	False	test
owl	pheasant	False	test
cottage	merchant	False	test
radio	affinity	False	test
table	furnishing	True	test
oven	general	False	test
beaver	oxide	False	test
freezer	moniker	False	test
car	base	False	test
shirt	bra	False	test
swan	waterbird	True	test
banana	strategy	False	test
castle	update	False	test
moth	youth	False	test
woodpecker	rump	False	test
flute	artifact	True	test
cathedral	window	False	test
potato	peel	False	test
ferry	vehicle	True	test
whale	fat	False	test
turnip	broccoli	False	test
turtle	cashier	False	test
woodpecker	eagle	False	test
violin	checking	False	test
phone	dishwasher	False	test
rifle	auditorium	False	test
beaver	digger	False	test
eagle	falcon	False	test
television	telephone	False	test
cello	format	False	test
turtle	tail	False	test
bomber	washer	False	test
cathedral	choir	False	test
spade	reservoir	False	test
goat	gap	False	test
radio	headphone	False	test
ant	hornet	False	test
wardrobe	jacket	False	test
sofa	wardrobe	False	test
couch	dresser	False	test
vest	socks	False	test
ambulance	denial	False	test
bed	sheet	False	test
broccoli	tour	False	test
jacket	stocking	False	test
grasshopper	bug	True	test
stereo	kit	False	test
helicopter	back	False	test
dagger	poster	False	test
chisel	mallet	False	test
falcon	communion	False	test
helicopter	silk	False	test
corkscrew	plier	False	test
moth	hornet	False	test
radio	loudspeaker	False	test
blouse	advantage	False	test
phone	server	False	test
goat	right	False	test
truck	deficit	False	test
hawk	eagle	False	test
scarf	massimamente	False	test
dove	swan	False	test
scarf	vest	False	test
wasp	ladybug	False	test
blouse	metric	False	test
rifle	hockey	False	test
shovel	implement	True	test
cottage	garden	False	test
oven	grill	False	test
pheasant	lake	False	test
spear	device	True	test
dagger	laboratory	False	test
cello	violin	False	test
jet	gas	False	test
hospital	squinancywort	False	test
van	vitality	False	test
stereo	toy	False	test
battleship	flood	False	test
coat	watch	False	test
train	battleship	False	test
broccoli	leaf	False	test
elm	burst	False	test
crow	reformer	False	test
cottage	dwelling	True	test
catfish	cinchona	False	test
gun	somebody	False	test
ferry	amino	False	test
pear	fraud	False	test
ferry	rime	False	test
dolphin	elephant	False	test
car	sweat	False	test
battleship	motorboat	False	test
bomber	fuselage	False	test
pineapple	produce	True	test
truck	bomber	False	test
robe	woodland	False	test
cherry	derby	False	test
ferry	artefact	True	test
frog	terminal	False	test
vest	robe	False	test
alligator	lizard	False	test
bomber	finance	False	test
horse	ungulate	True	test
poplar	gene	False	test
lion	predator	True	test
rifle	breech	False	test
pigeon	penguin	False	test
cherry	lime	False	test
hat	pullover	False	test
shirt	l	False	test
rifle	recommendation	False	test
tanker	supermarket	False	test
coat	hem	False	test
jar	drinkware	True	test
battleship	kayak	False	test
tanker	poop	False	test
goat	bear	False	test
donkey	bull	False	test
helicopter	footage	False	test
mug	object	True	test
tanker	bow	False	test
catfish	cod	False	test
blouse	hem	False	test
carp	temperature	False	test
rat	snout	False	test
hat	sweater	False	test
fighter	brake	False	test
van	colour	False	test
bookcase	chair	False	test
revolver	shotgun	False	test
parsley	Sassoon	False	test
coat	re-evaluated	False	test
oven	conversation	False	test
cow	whale	False	test
cello	common	False	test
parsley	undertaker	False	test
saw	object	True	test
wardrobe	freshwater	False	test
motorcycle	photography	False	test
dresser	logo	False	test
restaurant	tissue	False	test
car	calibre	False	test
couch	object	True	test
pigeon	ten-year	False	test
flute	recharge	False	test
truck	windscreen	False	test
radish	pharmacology	False	test
violin	scroll	False	test
revolver	object	True	test
rabbit	VHF	False	test
spoon	celebs	False	test
onion	crook	False	test
goat	coyote	False	test
cranberry	lime	False	test
rifle	vow	False	test
screwdriver	spade	False	test
trout	bone	False	test
broccoli	subcontinent	False	test
jacket	dress	False	test
cauliflower	stem	False	test
musket	dagger	False	test
peach	organiser	False	test
knife	tool	True	test
cod	method	False	test
pub	concrete	False	test
scarf	cravat	False	test
broccoli	beans	False	test
hospital	barley	False	test
axe	skunk	False	test
frigate	hotel	False	test
restaurant	bottle	False	test
moth	head	False	test
tiger	jaguar	False	test
rifle	holder	False	test
robe	funder	False	test
beaver	dog	False	test
guitar	hat-trick	False	test
corkscrew	napkin	False	test
cat	doorway	False	test
car	mirror	False	test
dress	neckline	False	test
cottage	funding	False	test
motorcycle	lid	False	test
oak	putty	False	test
guitar	back	False	test
restaurant	outset	False	test
table	noon	False	test
dress	sweatshirt	False	test
carp	skin	False	test
couch	one-off	False	test
giraffe	animal	True	test
coconut	creditor	False	test
dishwasher	dentist	False	test
hatchet	iron	False	test
coyote	fox	False	test
lettuce	cauliflower	False	test
penguin	animal	True	test
musket	knife	False	test
lion	cat	False	test
chair	metal	False	test
hospital	revolutionary	False	test
goose	een	False	test
cottage	state	False	test
cat	excitation	False	test
bomber	artifact	True	test
willow	grammar-school	False	test
jar	increase	False	test
oven	cannot	False	test
knife	tip	False	test
glider	youth	False	test
hotel	ceiling	False	test
pine	journal	False	test
cello	homotopy	False	test
television	cable	False	test
scooter	seat	False	test
car	belt	False	test
dishwasher	island	False	test
knife	artefact	True	test
motorcycle	steam	False	test
car	bumper	False	test
truck	Christianity	False	test
lemon	pornography	False	test
cathedral	status	False	test
dishwasher	inside	False	test
table	debtor	False	test
cod	gender	False	test
helicopter	percent	False	test
cat	tooth	False	test
hammer	FSA	False	test
poplar	sacrament	False	test
ambulance	aqueduct	False	test
battleship	fighter	False	test
hat	artifact	True	test
bed	official	False	test
broccoli	beet	False	test
sword	domain	False	test
beetle	hornet	False	test
cod	goldfish	False	test
phone	entrepreneur	False	test
missile	sword	False	test
banana	papaya	False	test
wasp	fly	False	test
ambulance	testing	False	test
stereo	washer	False	test
grenade	spear	False	test
shirt	pulp	False	test
van	door	False	test
plum	upsurge	False	test
jacket	hat	False	test
potato	parsley	False	test
sparrow	beak	False	test
banana	apricot	False	test
scooter	complexion	False	test
library	construction	True	test
woodpecker	neurobiology	False	test
restaurant	building	True	test
chisel	betel	False	test
hat	underpants	False	test
grape	grapefruit	False	test
moth	fly	False	test
coat	pub	False	test
vulture	moor	False	test
goose	pigeon	False	test
grasshopper	CR	False	test
cypress	und	False	test
library	window	False	test
cello	scroll	False	test
grapefruit	turbine	False	test
bomb	carnival	False	test
lemon	tangerine	False	test
oven	stereo	False	test
washer	telephone	False	test
rake	shovel	False	test
truck	gladiator	False	test
cottage	councillor	False	test
squirrel	whale	False	test
musket	barrel	False	test
box	playground	False	test
donkey	fox	False	test
castle	hotel	False	test
carp	polling	False	test
scarf	stop	False	test
motorcycle	fender	False	test
coyote	engineer	False	test
screwdriver	nutrition	False	test
hatchet	cape	False	test
hatchet	tangerine	False	test
lizard	leg	False	test
wardrobe	chair	False	test
bus	motorcycle	False	test
celery	corn	False	test
villa	cartridge	False	test
bear	muzzle	False	test
hatchet	fork	False	test
wasp	stroke	False	test
bus	heading	False	test
sheep	computer	False	test
whale	supremacy	False	test
corn	colossus	False	test
pheasant	creature	True	test
grenade	bow	False	test
sheep	listening	False	test
spinach	opportunity	False	test
washer	silver	False	test
bull	dog	False	test
tanker	kibbutz	False	test
motorcycle	metal	False	test
vest	pant	False	test
jar	tumbler	False	test
battleship	Serbia	False	test
dagger	activity	False	test
vulture	war	False	test
knife	steel	False	test
cockroach	fibrosis	False	test
potato	eye	False	test
tuna	installation	False	test
bear	whale	False	test
castle	handheld	False	test
robe	beard	False	test
lizard	head	False	test
saw	metal	False	test
beet	sister	False	test
hospital	ward	False	test
clarinet	vigil	False	test
bed	expression	False	test
vest	nameserver	False	test
plum	persecution	False	test
poplar	declarator	False	test
oak	poplar	False	test
pub	hospital	False	test
donkey	creature	True	test
blouse	hope	False	test
helicopter	aeroplane	False	test
fox	pink	False	test
turtle	paradigm	False	test
cello	offspring	False	test
frog	president	False	test
revolver	hatchet	False	test
hornet	body	False	test
donkey	read	False	test
eagle	downtime	False	test
willow	height	False	test
shirt	patronage	False	test
television	wife	False	test
chair	bookcase	False	test
scooter	fibre	False	test
pigeon	tiara	False	test
corkscrew	beatification	False	test
guitar	vote	False	test
robin	CFC	False	test
pistol	syndrome	False	test
sieve	wrench	False	test
rake	fork	False	test
sparrow	football	False	test
missile	arm	True	test
cypress	needle	False	test
grasshopper	convenience	False	test
pub	top-up	False	test
cow	lion	False	test
cat	carnivore	True	test
glove	glass	False	test
fork	conveyancer	False	test
bomber	tubing	False	test
glove	scarf	False	test
frog	eurostar	False	test
coat	garment	True	test
radish	bulb	False	test
rake	twelfth	False	test
jacket	ox	False	test
cat	method	False	test
pub	inside	False	test
motorcycle	oxygen	False	test
pheasant	swan	False	test
guitar	artifact	True	test
turnip	Indus	False	test
tanker	indoctrination	False	test
falcon	person	False	test
blouse	back	False	test
bed	dresser	False	test
coyote	elephant	False	test
beet	symposium	False	test
goat	squirrel	False	test
jar	riff	False	test
birch	warehouse	False	test
axe	chisel	False	test
crow	counsel	False	test
ambulance	gas	False	test
castle	portion	False	test
sofa	velvet	False	test
alligator	foot	False	test
cannon	shotgun	False	test
coat	lerdelimumab	False	test
potato	starch	False	test
swan	spaceman	False	test
train	beast	False	test
ferry	retailing	False	test
helicopter	lettuce	False	test
bed	sofa	False	test
ambulance	bomber	False	test
rabbit	horse	False	test
goat	taxation	False	test
bottle	peerage	False	test
restaurant	practice	False	test
toaster	stereo	False	test
oak	leaf	False	test
birch	elm	False	test
train	tongue	False	test
knife	linen	False	test
saw	Herat	False	test
garlic	sword-grip	False	test
dolphin	rat	False	test
train	policy-making	False	test
glider	party	False	test
jacket	monarch	False	test
cauliflower	che	False	test
radio	artifact	True	test
axe	ostrich	False	test
bookcase	staffing	False	test
corn	cabbage	False	test
gun	approval	False	test
cypress	workbench	False	test
ferry	servant	False	test
villa	accommodation	True	test
banana	panelist	False	test
cat	ditch	False	test
cow	beaver	False	test
freezer	investigation	False	test
coyote	titanium	False	test
fridge	learner	False	test
cedar	root	False	test
cow	indigence	False	test
helicopter	seat	False	test
trumpet	jail	False	test
robe	modernisation	False	test
bull	director	False	test
sofa	armrest	False	test
glider	transport	True	test
scooter	petrol	False	test
spoon	retro-utopianism	False	test
ambulance	navigation	False	test
pheasant	animal	True	test
beaver	rat	False	test
sweater	trousers	False	test
violin	cart	False	test
fox	relevance	False	test
helicopter	purchase	False	test
cucumber	mischief	False	test
rifle	ayries	False	test
train	degree	False	test
shirt	brow-clutching	False	test
grapefruit	seed	False	test
sparrow	mit	False	test
acacia	cedar	False	test
saw	mallet	False	test
jar	plate	False	test
hatchet	spear	False	test
cello	string	False	test
castle	skyscraper	False	test
beaver	pig	False	test
gun	parent	False	test
hospital	cottage	False	test
pig	giraffe	False	test
cypress	precursor	False	test
chair	Mormonism	False	test
gorilla	squirrel	False	test
van	dont	False	test
television	Thank	False	test
pigeon	swim	False	test
tiger	sloop	False	test
fox	property	False	test
cedar	revenge	False	test
jar	mug	False	test
glove	waterside	False	test
sweater	speculation	False	test
whale	schizophrenia	False	test
flute	mandolin	False	test
mackerel	creature	True	test
grasshopper	locust	False	test
hatchet	niece	False	test
blouse	tempo	False	test
lettuce	net	False	test
cedar	treetop	False	test
gorilla	rabbit	False	test
sweater	built-in	False	test
oven	dishwasher	False	test
hospital	state	False	test
pistol	bomb	False	test
spinach	box-office	False	test
goldfish	salmon	False	test
glider	none	False	test
cow	payroll	False	test
hospital	currency	False	test
donkey	waistcoat	False	test
alligator	carnivore	True	test
dove	wedge	False	test
flute	piano	False	test
goldfish	guppy	False	test
ferry	flycatcher	False	test
pheasant	crow	False	test
bus	clash	False	test
dress	average	False	test
wardrobe	furniture	True	test
car	pm	False	test
goat	dimorphism	False	test
jet	jet	False	test
cottage	alcohol	False	test
bookcase	fighting	False	test
cypress	pine	False	test
restaurant	inn	False	test
peach	produce	True	test
saw	tweezer	False	test
saxophone	woodwind	True	test
pub	concentration	False	test
truck	postcard	False	test
clarinet	fat	False	test
robe	equity	False	test
rifle	pistol	False	test
turtle	apoptosis	False	test
trout	fin	False	test
dress	front	False	test
elm	pavilion	False	test
lizard	someone	False	test
scooter	fender	False	test
pear	core	False	test
knife	interchange	False	test
rake	mic	False	test
vest	psychopath	False	test
bomber	ambulance	False	test
glider	scooter	False	test
spade	neuro-physiologists	False	test
battleship	bomber	False	test
bomber	plinth	False	test
horse	dog	False	test
lion	whale	False	test
robe	rail	False	test
vulture	eye	False	test
spade	iron	False	test
cottage	fluency	False	test
fox	carpospore	False	test
woodpecker	root	False	test
mackerel	dolphin	False	test
alligator	teenager	False	test
knife	corkscrew	False	test
knife	plastic	False	test
spoon	scissors	False	test
corkscrew	hyped	False	test
dress	pocket	False	test
oven	debut	False	test
car	goody	False	test
coat	banner	False	test
goldfish	creature	True	test
television	stereo	False	test
gorilla	chimpanzee	False	test
revolver	rifle	False	test
frigate	disadvantage	False	test
cathedral	consumer	False	test
beaver	lion	False	test
cathedral	tower	False	test
car	roof	False	test
battleship	vehicle	True	test
goat	elephant	False	test
fork	pliers	False	test
bomber	wheel	False	test
jacket	fabric	False	test
oven	pitfall	False	test
stove	burner	False	test
frog	leg	False	test
onion	peel	False	test
horse	Judaism	False	test
swan	travel	False	test
moth	spacetime	False	test
ferry	management	False	test
mackerel	earl	False	test
sieve	saw	False	test
desk	adjudicator	False	test
goldfish	humanitarian	False	test
goose	rump	False	test
spoon	hammer	False	test
grapefruit	sheriff	False	test
catfish	scale	False	test
butterfly	license	False	test
beet	carrot	False	test
castle	eye	False	test
sofa	combo	False	test
hatchet	circumference	False	test
vulture	dismay	False	test
hat	logo	False	test
sparrow	pigeon	False	test
battleship	lipid	False	test
battleship	lack	False	test
cottage	edifice	True	test
carrot	radish	False	test
couch	cider	False	test
yacht	fiction	False	test
beaver	unemployment	False	test
cherry	epidemic	False	test
motorcycle	conveyance	True	test
rat	coyote	False	test
television	dishwasher	False	test
screwdriver	jacket	False	test
restaurant	stock	False	test
jet	tanker	False	test
cloak	workload	False	test
jacket	arete	False	test
sweater	captive	False	test
car	chest	False	test
fork	scissor	False	test
scarf	sweater	False	test
coconut	lemon	False	test
blouse	gag	False	test
corkscrew	zoning	False	test
pig	skin	False	test
dolphin	pig	False	test
hornet	cricket	False	test
frigate	wisdom	False	test
pig	deadline	False	test
vest	wear	True	test
train	waterway	False	test
strawberry	tambon	False	test
cow	dolphin	False	test
owl	character	False	test
piano	permit	False	test
van	metal	False	test
elephant	muzzle	False	test
glider	component	False	test
pig	elephant	False	test
spear	steel	False	test
scarf	priesthood	False	test
broccoli	stalk	False	test
table	drawer	False	test
rake	tweezer	False	test
corkscrew	fork	False	test
mug	ward	False	test
revolver	parallel	False	test
train	fighter	False	test
oven	behavior	False	test
crow	beak	False	test
dress	socks	False	test
tiger	canoe	False	test
cat	layer	False	test
giraffe	mouth	False	test
catfish	whale	False	test
hatchet	chisel	False	test
cathedral	project	False	test
apple	banana	False	test
corn	spinach	False	test
battleship	frame	False	test
elephant	skin	False	test
eagle	pigeon	False	test
sweater	artefact	True	test
crow	brandy	False	test
fighter	propeller	False	test
fighter	jet	False	test
bowl	shock	False	test
corkscrew	tweezer	False	test
dove	robin	False	test
chisel	breakbeat	False	test
rifle	grenade	False	test
toaster	radio	False	test
castle	communicans	False	test
cow	creature	True	test
frigate	bulwark	False	test
bomb	musket	False	test
donkey	reaction	False	test
freezer	dishwasher	False	test
pig	pattern	False	test
gun	ammo	False	test
cottage	box	False	test
fighter	light	False	test
missile	bow	False	test
elephant	lion	False	test
spoon	chisel	False	test
violin	artifact	True	test
motorcycle	ton	False	test
scooter	exclusion	False	test
dagger	drafting	False	test
cranberry	priori	False	test
cannon	bronze	False	test
scarf	prefetch	False	test
cannon	t	False	test
sweater	dress	False	test
bed	table	False	test
train	bioethanol	False	test
table	bed	False	test
fighter	plane	True	test
eagle	predator	True	test
cow	sheep	False	test
shirt	periodicity	False	test
toaster	steel	False	test
celery	lettuce	False	test
missile	spear	False	test
train	viewpoint	False	test
shirt	fabric	False	test
hat	helmet	False	test
cauliflower	veggie	True	test
fork	deregulation	False	test
yacht	truck	False	test
cannon	memory	False	test
helicopter	ambulance	False	test
lettuce	turnip	False	test
cathedral	warehouse	False	test
goat	spot	False	test
fighter	horror	False	test
bottle	mug	False	test
horse	mane	False	test
hospital	maternity	False	test
sweater	residuums	False	test
willow	chapelry	False	test
dagger	commune	False	test
desk	cave	False	test
washer	download	False	test
salmon	scale	False	test
hat	bonnet	False	test
lion	tiger	False	test
toaster	television	False	test
sweater	cotton	False	test
goat	Victorian	False	test
rake	drill	False	test
hospital	sustainability	False	test
beetle	insect	True	test
whale	preservation	False	test
fork	axe	False	test
mug	milk	False	test
coyote	bear	False	test
bomb	artefact	True	test
goat	parasite	False	test
spinach	potato	False	test
gorilla	nose	False	test
train	car	False	test
toaster	engine	False	test
glider	offering	False	test
cherry	peach	False	test
train	back	False	test
pheasant	woodpecker	False	test
woodpecker	pity	False	test
shirt	mis-characterisations	False	test
cottage	restaurant	False	test
sieve	shovel	False	test
corn	decompression	False	test
bowl	restriction	False	test
hatchet	landfill	False	test
cathedral	drama	False	test
sweater	dialog	False	test
musket	scheme	False	test
saw	tweezers	False	test
scooter	yacht	False	test
revolver	hypertext	False	test
cello	clarinet	False	test
glove	bonfire	False	test
stereo	artefact	True	test
dove	falcon	False	test
phone	party	False	test
shirt	casework	False	test
motorcycle	gas	False	test
wardrobe	herbicide	False	test
sheep	rabbit	False	test
hat	scarf	False	test
tiger	goat	False	test
corkscrew	mater	False	test
birch	plant	True	test
bottle	wine	False	test
whale	dog	False	test
dolphin	onus	False	test
falcon	eye	False	test
cloak	syphilis	False	test
cherry	pit	False	test
bomber	gap	False	test
shirt	hat	False	test
hawk	passenger	False	test
carrot	SSA	False	test
vest	raincoat	False	test
giraffe	pluralist	False	test
television	metal	False	test
trout	carp	False	test
violin	pouch	False	test
oak	branch	False	test
jacket	blouse	False	test
turtle	bed	False	test
ant	specialist	False	test
pub	utility	False	test
rat	entertainment	False	test
bus	census	False	test
tanker	vodka	False	test
goat	sheep	False	test
apple	marshland	False	test
ambulance	van	False	test
sparrow	curvature	False	test
cello	million	False	test
catfish	dolphin	False	test
battleship	wale	False	test
radish	broccoli	False	test
revolver	poster	False	test
robin	neck	False	test
potato	lifetime	False	test
lion	goat	False	test
castle	interval	False	test
mackerel	pity	False	test
cloak	material	False	test
hotel	structure	True	test
onion	scallion	False	test
beaver	erosion	False	test
villa	motor	False	test
yacht	endnotes	False	test
blouse	vest	False	test
gorilla	function	False	test
pigeon	blackbird	False	test
vulture	nursery	False	test
cannon	tyre	False	test
knife	spade	False	test
cello	blowtorch	False	test
truck	handbrake	False	test
revolver	seagoon	False	test
dress	artifact	True	test
cottage	ceiling	False	test
sparrow	sentence	False	test
saxophone	oboe	False	test
restaurant	exemption	False	test
bowl	artefact	True	test
truck	metal	False	test
eagle	stuff	False	test
sheep	harmonization	False	test
oven	gas	False	test
restaurant	danger	False	test
jet	light	False	test
scooter	plate	False	test
robe	object	True	test
giraffe	vertebrate	True	test
peach	apricot	False	test
lime	mini	False	test
shovel	rmours	False	test
beetle	advisor	False	test
chisel	TB	False	test
robe	jacket	False	test
hospital	risk	False	test
corn	broccoli	False	test
truck	window	False	test
lettuce	backbone	False	test
frigate	inspiration	False	test
scarf	lego	False	test
washer	personnel	False	test
frigate	melody	False	test
cod	vertebrate	True	test
plum	subjugation	False	test
lime	civilization	False	test
villa	interior	False	test
motorcycle	tractor	False	test
motorcycle	bone	False	test
glove	beret	False	test
catfish	tuna	False	test
cat	cougar	False	test
pistol	voip	False	test
lion	head	False	test
helicopter	window	False	test
bus	punter	False	test
beaver	muzzle	False	test
tiger	carnivore	True	test
deer	tiger	False	test
hornet	leg	False	test
grape	lime	False	test
frigate	fighter	False	test
sweater	councilman	False	test
bus	plate	False	test
scooter	ambulance	False	test
frigate	mast	False	test
crow	plume	False	test
cannon	missile	False	test
scarf	apron	False	test
restaurant	customer	False	test
jacket	hem	False	test
shirt	underpants	False	test
coconut	strawberry	False	test
truck	phospholipid	False	test
eagle	vulture	False	test
pub	villa	False	test
van	battleship	False	test
villa	site	True	test
rabbit	palette	False	test
fridge	drawer	False	test
glove	goose	False	test
helicopter	selling	False	test
celery	peninsula	False	test
pear	plum	False	test
sweater	stockings	False	test
stereo	era	False	test
vulture	creature	True	test
tuna	animal	True	test
tuna	mouth	False	test
trumpet	abseil	False	test
herring	frost	False	test
plum	cherry	False	test
giraffe	violin	False	test
missile	papacy	False	test
apricot	sub-paragraph	False	test
apricot	lemon	False	test
robin	directive	False	test
alligator	continent	False	test
poplar	program	False	test
cauliflower	spinach	False	test
jacket	zipper	False	test
washer	television	False	test
train	rear	False	test
bottle	box	False	test
oven	appliance	True	test
robe	commodity	True	test
guitar	washing	False	test
musket	breakfast	False	test
gun	monk	False	test
frigate	induction	False	test
train	top	False	test
scooter	patient	False	test
revolver	grip	False	test
trout	mineral	False	test
frog	chordate	True	test
apple	modification	False	test
knife	sword	False	test
pigeon	bail	False	test
ferry	kayak	False	test
cathedral	training	False	test
spinach	consultees	False	test
shovel	artifact	True	test
pigeon	romance	False	test
cathedral	building	True	test
ambulance	windscreen	False	test
jet	calorie	False	test
fox	leg	False	test
motorcycle	rear	False	test
pigeon	eagle	False	test
television	prosecution	False	test
violin	consent	False	test
hatchet	tow-worthiness	False	test
hammer	artefact	True	test
revolver	lock	False	test
dress	apron	False	test
herring	order	False	test
swan	asphalt	False	test
elephant	isp	False	test
freezer	flap	False	test
pineapple	apricot	False	test
bull	pig	False	test
missile	elector	False	test
restaurant	menu	False	test
bomber	battleship	False	test
flute	krill	False	test
desk	top	False	test
carp	whisker	False	test
rat	rabbit	False	test
violin	ukulele	False	test
blouse	trouser	False	test
fox	mammal	True	test
cello	species	False	test
oak	treetop	False	test
carp	catfish	False	test
castle	pub	False	test
deer	giraffe	False	test
willow	webmasters	False	test
table	participation	False	test
gorilla	mouth	False	test
celery	turnip	False	test
yacht	opponent	False	test
van	infantry	False	test
wrench	sieve	False	test
hat	mask	False	test
pheasant	game	True	test
corn	grain	True	test
sweater	ground	False	test
helicopter	paste	False	test
oak	burl	False	test
gorilla	puree	False	test
dagger	monarchy	False	test
motorcycle	parsonage	False	test
strawberry	banana	False	test
glove	informer	False	test
television	approach	False	test
radish	cauliflower	False	test
restaurant	chef	False	test
grenade	detonator	False	test
pub	store	False	test
cathedral	transept	False	test
pub	library	False	test
moth	ladybug	False	test
box	cleaner	False	test
lime	amazement	False	test
acacia	boat	False	test
turnip	registry	False	test
whale	dentist	False	test
oven	difficulty	False	test
scarf	specialitity	False	test
jacket	gameplay	False	test
cow	ear	False	test
battleship	excess	False	test
fox	broadsword	False	test
bottle	reform	False	test
frigate	rank	False	test
radish	produce	True	test
grenade	water	False	test
elephant	retrovirus	False	test
ambulance	moped	False	test
whale	oil	False	test
revolver	bullet	False	test
dolphin	bull	False	test
dove	patient	False	test
bed	artifact	True	test
jar	object	True	test
gun	bomb	False	test
beaver	progression	False	test
whale	rejection	False	test
giraffe	technique	False	test
shovel	twenty-two	False	test
giraffe	spiritualism	False	test
salmon	seafood	True	test
broccoli	vegetable	True	test
woodpecker	head	False	test
dove	bird	True	test
mug	kitchenware	True	test
clarinet	mortar	False	test
saw	algae	False	test
desk	iron	False	test
missile	weekend	False	test
chisel	advice	False	test
donkey	whale	False	test
pineapple	joe	False	test
onion	broccoli	False	test
hotel	restaurant	False	test
cat	ear	False	test
castle	defense	True	test
robin	breast	False	test
lime	newcomer	False	test
revolver	entitlement	False	test
turtle	philosophy	False	test
pig	Pole	False	test
pigeon	sparrow	False	test
stereo	therapist	False	test
potato	skin	False	test
squirrel	bear	False	test
dress	vehicle	False	test
frigate	sub-committee	False	test
lion	airman	False	test
sheep	coyote	False	test
jet	countryside	False	test
oven	radio	False	test
robe	at	False	test
broccoli	flower	False	test
rake	hatchet	False	test
hammer	fare	False	test
tiger	predator	True	test
hospital	door	False	test
goose	monograph	False	test
oak	vacancy	False	test
cranberry	food	True	test
car	barrier	False	test
lion	paw	False	test
ambulance	gap	False	test
lemon	pear	False	test
birch	leaf	False	test
vulture	launcher	False	test
moth	dairy	False	test
dress	scraper	False	test
oak	stump	False	test
fighter	yacht	False	test
swan	overdraft	False	test
alligator	tail	False	test
truck	van	False	test
corn	impairment	False	test
hospital	quot	False	test
horse	mandolin	False	test
onion	salvation	False	test
whale	comfort	False	test
pear	algorithm	False	test
van	original	False	test
turnip	dyslexia	False	test
donkey	animal	True	test
gorilla	tiger	False	test
gorilla	trial	False	test
pistol	cartridge	False	test
beetle	exoskeleton	False	test
trumpet	oboe	False	test
scooter	horn	False	test
library	defatting	False	test
cloak	commodity	True	test
hammer	object	True	test
cloak	scarf	False	test
beetle	arthropod	True	test
garlic	bulb	False	test
jet	cockpit	False	test
stereo	thank	False	test
cockroach	creature	True	test
yacht	anchor	False	test
glider	ferry	False	test
deer	duchy	False	test
bomber	piece	False	test
celery	golfer	False	test
musket	circuit	False	test
lettuce	food	True	test
washer	door	False	test
cathedral	safety	False	test
saw	artefact	True	test
radio	opportunity	False	test
pear	stem	False	test
willow	root	False	test
truck	homeland	False	test
cabbage	captivity	False	test
bus	rear	False	test
sweater	back	False	test
fox	psu	False	test
cello	high-throughput	False	test
couch	sofa	False	test
goose	cost-effectiveness	False	test
ferry	street	False	test
cranberry	endowment	False	test
elm	root	False	test
ant	loop	False	test
cypress	willow	False	test
scooter	van	False	test
car	soil	False	test
bag	metadata	False	test
sheep	muzzle	False	test
spoon	nutcracker	False	test
acacia	conductivity	False	test
shovel	life	False	test
falcon	sparrow	False	test
cockroach	ceremony	False	test
onion	spinach	False	test
hotel	variety	False	test
revolver	vine	False	test
sweater	baker	False	test
grenade	replacement	False	test
fridge	habitat	False	test
helicopter	commonality	False	test
pub	waitress	False	test
elephant	profile	False	test
cat	meningitis	False	test
dishwasher	pill	False	test
guitar	fret	False	test
violin	physiotherapist	False	test
motorcycle	fighter	False	test
cello	tuner	False	test
gorilla	giraffe	False	test
rabbit	alarm	False	test
frigate	funnel	False	test
corkscrew	pliers	False	test
ambulance	break	False	test
ant	plagiarism	False	test
hawk	prism	False	test
crow	shire	False	test
pheasant	trilogy	False	test
gorilla	water	False	test
dolphin	vendetta	False	test
dolphin	rabbit	False	test
ambulance	accelerator	False	test
grapefruit	pineapple	False	test
van	seatbelt	False	test
blouse	pocket	False	test
sheep	transit	False	test
fighter	fuselage	False	test
beet	aluminum	False	test
moth	ant	False	test
snake	protagonist	False	test
pigeon	eye	False	test
cello	parking	False	test
apple	produce	True	test
donkey	ge	False	test
cathedral	castle	False	test
desk	drawer	False	test
elm	pituitary	False	test
falcon	beak	False	test
screwdriver	head	False	test
cucumber	unwillingness	False	test
pistol	barrel	False	test
glove	openchoice	False	test
rat	construction	False	test
horse	shoe	False	test
knife	weapon	True	test
cranberry	currant	False	test
pigeon	nous	False	test
freezer	ideal	False	test
hospital	elevator	False	test
axe	hammer	False	test
beaver	section	False	test
van	plate	False	test
clarinet	object	True	test
trumpet	sax	False	test
whale	axon	False	test
ambulance	frigate	False	test
toaster	convention	False	test
birch	limb	False	test
turnip	cabbage	False	test
tanker	fore	False	test
ant	overpass	False	test
pheasant	roundhouse	False	test
lion	waterbed	False	test
dolphin	partition	False	test
robin	culture	False	test
cauliflower	onion	False	test
peach	coconut	False	test
piano	followup	False	test
woodpecker	chordate	True	test
castle	accommodation	True	test
dove	eagle	False	test
truck	vision	False	test
bomber	yacht	False	test
lion	mane	False	test
clarinet	closure	False	test
cow	animal	True	test
restaurant	lounge	False	test
jacket	clothing	True	test
restaurant	garden	False	test
grenade	pin	False	test
coconut	fella	False	test
robin	accident	False	test
vest	object	True	test
library	floor	False	test
saxophone	harp	False	test
vest	anaesthesia	False	test
jacket	fleece	False	test
bookcase	bed	False	test
rake	utensil	True	test
fridge	pedal	False	test
cod	combatant	False	test
grapefruit	banana	False	test
yacht	steel	False	test
corkscrew	implement	True	test
cypress	crown	False	test
helicopter	ferry	False	test
pine	cholesterol	False	test
chisel	utensil	True	test
fox	audit	False	test
freezer	washer	False	test
elm	trunk	False	test
rat	mammal	True	test
screwdriver	artifact	True	test
battleship	keel	False	test
rake	chisel	False	test
cow	nose	False	test
flute	banjo	False	test
saw	iron	False	test
lime	grapefruit	False	test
scarf	ppb	False	test
poplar	pine	False	test
fighter	ferry	False	test
motorcycle	round	False	test
blouse	monotropitin	False	test
shovel	circumstance	False	test
flute	garlic	False	test
cucumber	kink	False	test
van	reservoir	False	test
whale	fader	False	test
grape	plum	False	test
gorilla	dog	False	test
tanker	bus	False	test
revolver	elevator	False	test
grenade	implement	True	test
cedar	evergreen	True	test
bus	brake	False	test
deer	elephant	False	test
car	vehicle	True	test
jacket	enrolment	False	test
bus	wheel	False	test
cucumber	buffer	False	test
blouse	hat	False	test
coyote	major	False	test
clarinet	artifact	True	test
dolphin	beaver	False	test
tiger	bowl	False	test
sword	grenade	False	test
goat	activity	False	test
swan	condominium	False	test
pine	cock	False	test
chisel	wrench	False	test
pigeon	gules	False	test
musket	wer	False	test
frog	force	False	test
musket	vacuum	False	test
bomb	marketing	False	test
ambulance	clue	False	test
scarf	bra	False	test
hospital	education	False	test
lettuce	beans	False	test
ambulance	furnishing	False	test
stove	john	False	test
television	wire	False	test
fighter	approach	False	test
bus	belt	False	test
shovel	axe	False	test
helicopter	pilot	False	test
jacket	philosophy	False	test
saw	fauna	False	test
grasshopper	local	False	test
coat	opposition	False	test
grasshopper	cockroach	False	test
dolphin	cod	False	test
hat	top	False	test
dress	object	True	test
axe	popularization	False	test
missile	propellant	False	test
herring	whale	False	test
cranberry	depreciation	False	test
acacia	stumble	False	test
falcon	plume	False	test
moth	silverfish	False	test
frigate	skeleton	False	test
spear	vacuum	False	test
table	virtuoso	False	test
robe	stockings	False	test
grape	banana	False	test
beaver	hamster	False	test
box	key	False	test
goldfish	governance	False	test
penguin	island	False	test
musket	metal	False	test
knife	rake	False	test
fridge	inside	False	test
knife	life	False	test
cello	trumpet	False	test
coat	anddesign	False	test
pub	enforcement	False	test
chair	wood	False	test
dolphin	expression	False	test
tiger	sect	False	test
rabbit	squirrel	False	test
donkey	hair	False	test
cannon	remover	False	test
pine	gaiety	False	test
blouse	commodity	True	test
whale	racing	False	test
battleship	superfluid	False	test
deer	chordate	True	test
cathedral	char	False	test
yacht	patience	False	test
cow	head	False	test
freezer	motor	False	test
goldfish	pharmacist	False	test
lizard	skin	False	test
grasshopper	mosquito	False	test
deer	pig	False	test
restaurant	economy	False	test
yacht	raft	False	test
pig	vertebrate	True	test
swan	prosecutor	False	test
giraffe	jukebox	False	test
shirt	hobby	False	test
sweater	blessing	False	test
giraffe	elearning	False	test
dress	unity	False	test
hotel	exterior	False	test
hammer	authorisation	False	test
glove	sock	False	test
car	bus	False	test
truck	winning	False	test
truck	music	False	test
bus	truck	False	test
fox	lion	False	test
hammer	shovel	False	test
truck	ambulance	False	test
cottage	inn	False	test
cottage	commuter	False	test
glider	bomber	False	test
frigate	mouth	False	test
falcon	head	False	test
mug	milling	False	test
onion	specialism	False	test
wrench	infact	False	test
robe	fold	False	test
musket	stove	False	test
vulture	scavenger	True	test
turtle	frog	False	test
spade	artifact	True	test
grapefruit	produce	True	test
goose	Caesar	False	test
banana	gamble	False	test
screwdriver	oceanography	False	test
shovel	constellation	False	test
goat	benediction	False	test
tiger	compound	False	test
corn	house	False	test
castle	emails	False	test
parsley	minibus	False	test
frigate	transparency	False	test
flute	siege	False	test
couch	maestro	False	test
dress	underpants	False	test
radio	icing	False	test
horse	snout	False	test
mug	co-author	False	test
chisel	wallpaper	False	test
hornet	cockroach	False	test
ambulance	rear	False	test
chisel	fear	False	test
gorilla	licence	False	test
television	outing	False	test
beaver	cart	False	test
sieve	distension	False	test
donkey	punishment	False	test
bed	peninsula	False	test
fox	flour	False	test
gun	pike	False	test
glider	top	False	test
hat	junior	False	test
robe	buy	False	test
beetle	bee	False	test
dress	contact	False	test
hatchet	harassment	False	test
whale	goldfish	False	test
glider	metal	False	test
spoon	axe	False	test
cannon	glucose	False	test
pineapple	pear	False	test
washer	appliance	True	test
wrench	steel	False	test
vest	wool	False	test
axe	vruttanama	False	test
penguin	strand	False	test
helicopter	gas	False	test
hammer	steel	False	test
rat	fox	False	test
trumpet	squad	False	test
corkscrew	panache	False	test
sweater	commemoration	False	test
penguin	lifter	False	test
cottage	web	False	test
cherry	stem	False	test
yacht	mast	False	test
freezer	culture	False	test
flute	postmodernity	False	test
cat	nonzero	False	test
beet	junior	False	test
hatchet	synapse	False	test
sweater	fleece	False	test
falcon	pigeon	False	test
vulture	militancy	False	test
saw	scissors	False	test
hornet	tournament	False	test
beaver	worker	False	test
dress	hound	False	test
scarf	dress	False	test
scooter	opera	False	test
washer	affluence	False	test
whale	participation	False	test
bull	coyote	False	test
bus	crocodile	False	test
shovel	sou	False	test
freezer	admission	False	test
bomber	west	False	test
tiger	conservation	False	test
sparrow	swan	False	test
rifle	on-air	False	test
hammer	grt	False	test
lizard	carnivore	True	test
rifle	remover	False	test
phone	appliance	True	test
frigate	engine	False	test
apple	somebody	False	test
bomb	revolver	False	test
pistol	anyone	False	test
car	conveyance	True	test
corkscrew	data	False	test
scarf	fabric	False	test
fork	utensil	True	test
van	artefact	True	test
onion	vegetable	True	test
radio	freezer	False	test
shovel	screwdriver	False	test
sparrow	eagle	False	test
trumpet	drum	False	test
trumpet	poverty	False	test
television	system	True	test
grasshopper	leg	False	test
scarf	bamboccianti	False	test
donkey	groundsman	False	test
banana	strawberry	False	test
alligator	snake	False	test
donkey	pane	False	test
hospital	castle	False	test
vulture	condemnation	False	test
yacht	motorist	False	test
coyote	dynamics	False	test
catfish	message	False	test
jar	chalice	False	test
fox	rat	False	test
axe	dagger	False	test
tanker	premium	False	test
pig	behalf	False	test
dove	culture	False	test
bull	stomach	False	test
turtle	eye	False	test
dress	liturgy	False	test
rake	implement	True	test
restaurant	truth	False	test
pigeon	cornerstone	False	test
elephant	basic	False	test
dolphin	tender	False	test
pig	rye	False	test
library	minimum	False	test
goldfish	mouth	False	test
cannon	detritus	False	test
sheep	valet	False	test
robe	warbler	False	test
pig	handball	False	test
cow	memorial	False	test
guitar	violin	False	test
wrench	democratisation	False	test
pine	trunk	False	test
battleship	ferry	False	test
gun	ammunition	False	test
ferry	harvest	False	test
hat	jury	False	test
van	facility	False	test
washer	plug	False	test
coat	fur	False	test
chisel	rake	False	test
coconut	control	False	test
grapefruit	juice	False	test
woodpecker	constriction	False	test
bus	bumper	False	test
violin	secretion	False	test
apple	wife	False	test
bowl	syntax	False	test
strawberry	atonement	False	test
dolphin	airplay	False	test
dolphin	sulphur	False	test
goose	wing	False	test
birch	host	False	test
spade	childbirth	False	test
frigate	sail	False	test
cloak	pattern	False	test
cat	head	False	test
cauliflower	ware	False	test
hornet	arthropod	True	test
bottle	irritation	False	test
fork	cooperation	False	test
dresser	preview	False	test
spinach	sweatshirt	False	test
vest	sock	False	test
bottle	texture	False	test
catfish	crew	False	test
rake	royal	False	test
elm	branch	False	test
jar	vaccination	False	test
rat	tail	False	test
violin	emergency	False	test
helicopter	bargain	False	test
fighter	joy	False	test
broccoli	corn	False	test
van	bumper	False	test
goat	gorilla	False	test
washer	text	False	test
spoon	wood	False	test
pub	boot	False	test
willow	nightclub	False	test
coyote	bull	False	test
tiger	choir	False	test
garlic	petrol	False	test
frog	opponent	False	test
axe	start-up	False	test
knife	scalpel	False	test
fighter	volunteer	False	test
tanker	NFS	False	test
cypress	analysis	False	test
garlic	prisoner	False	test
helicopter	propeller	False	test
corn	cucumber	False	test
tiger	beaver	False	test
rat	no-one	False	test
bull	hustings	False	test
carp	barbel	False	test
beaver	goat	False	test
squirrel	bull	False	test
swan	owl	False	test
cranberry	lis	False	test
radio	ping	False	test
elephant	mammoth	False	test
bottle	translation	False	test
bus	cheetah	False	test
cloak	artifact	True	test
battleship	propeller	False	test
butterfly	arthropod	True	test
giraffe	defamation	False	test
horse	chordate	True	test
rat	beaver	False	test
cockroach	announcer	False	test
oven	steel	False	test
jet	passenger	False	test
lion	disengagement	False	test
dress	internship	False	test
shovel	spoon	False	test
celery	leaf	False	test
beetle	wasp	False	test
knife	increase	False	test
penguin	inquirer	False	test
cottage	stair	False	test
car	dissolution	False	test
desk	filmmaker	False	test
radio	telephone	False	test
turtle	snake	False	test
piano	flute	False	test
dagger	light	False	test
fighter	ambulance	False	test
cloak	bra	False	test
dress	baker	False	test
glove	stockings	False	test
tiger	cat	False	test
ferry	tornado	False	test
corn	riding	False	test
bomber	rudder	False	test
plum	premium	False	test
apricot	food	True	test
jet	unison	False	test
chisel	licensing	False	test
donkey	scope	False	test
sieve	hammer	False	test
ambulance	aspect	False	test
dagger	hatchet	False	test
rat	degree	False	test
pheasant	Druid	False	test
garlic	idea	False	test
cat	gorilla	False	test
scarf	console	False	test
corn	radish	False	test
cedar	insurance	False	test
car	antibiotic	False	test
stove	phone	False	test
cedar	pe	False	test
clarinet	metal	False	test
corn	carbohydrate	False	test
giraffe	off-road	False	test
bear	ranking	False	test
spade	rampage	False	test
giraffe	Borehole	False	test
ambulance	conveyance	True	test
crow	robin	False	test
cherry	pineapple	False	test
hawk	wing	False	test
elephant	proboscis	False	test
lime	marrow	False	test
herring	head	False	test
grenade	steel	False	test
coat	vest	False	test
dove	foot	False	test
eagle	sparrow	False	test
rat	horse	False	test
herring	deadline	False	test
rake	adam	False	test
glider	rocket	False	test
vulture	minima	False	test
cat	collar	False	test
ambulance	theology	False	test
snake	cloister	False	test
frigate	raft	False	test
donkey	rat	False	test
spoon	interchange	False	test
carrot	produce	True	test
hawk	IRA	False	test
deer	mutuality	False	test
crow	awe	False	test
pub	look	False	test
falcon	dove	False	test
corkscrew	handle	False	test
yacht	reception	False	test
stereo	circuit	False	test
bomb	implement	True	test
trout	vertebrate	True	test
scarf	debt	False	test
plum	produce	True	test
spoon	amber	False	test
van	color	False	test
woodpecker	encouragement	False	test
tanker	helicopter	False	test
cod	damper	False	test
sheep	beast	True	test
cloak	greenbelt	False	test
robe	vest	False	test
sieve	dirham	False	test
van	horn	False	test
tanker	galley	False	test
jacket	sweater	False	test
cathedral	satellite	False	test
cat	mouth	False	test
horse	cow	False	test
frog	skin	False	test
shirt	coat	False	test
motorcycle	frame	False	test
elephant	accountant	False	test
pig	sheep	False	test
goat	authority	False	test
ferry	vessel	True	test
frigate	captain	False	test
television	colony	False	test
gorilla	cat	False	test
glove	mask	False	test
sweater	good	True	test
ferry	cabin	False	test
dishwasher	cluster	False	test
hat	transfusion	False	test
pub	runner-up	False	test
bookcase	airport	False	test
ambulance	spectrometer	False	test
pub	hotel	False	test
apricot	indebtedness	False	test
coat	tail	False	test
train	interior	False	test
carp	salmon	False	test
whale	food	True	test
tanker	oil	False	test
grape	blueberry	False	test
missile	shotgun	False	test
sheep	thaim	False	test
bomb	steel	False	test
hat	clothing	True	test
oven	freezer	False	test
hammer	tweezer	False	test
bottle	circuitry	False	test
castle	adjudication	False	test
flute	metal	False	test
glider	pinnacle	False	test
cathedral	library	False	test
tanker	b-side	False	test
tanker	placer	False	test
bottle	label	False	test
robe	facility	False	test
elephant	ear	False	test
cat	deer	False	test
library	staff	False	test
bottle	content	False	test
whale	squirrel	False	test
robin	falcon	False	test
crow	blackbird	False	test
apple	peach	False	test
saxophone	metal	False	test
cucumber	peel	False	test
glider	woodland	False	test
battleship	crew	False	test
rifle	gun	False	test
dove	make-up	False	test
fighter	chestnut	False	test
willow	battleship	False	test
piano	banjo	False	test
car	reality	False	test
battleship	raft	False	test
tanker	ferry	False	test
ant	mosquito	False	test
villa	actress	False	test
turtle	sycamore	False	test
squirrel	nose	False	test
knife	fork	False	test
pub	marketing	False	test
fork	chisel	False	test
ambulance	gum	False	test
ambulance	engine	False	test
motorcycle	handlebar	False	test
axe	scissors	False	test
shirt	clothes	True	test
frigate	ship	True	test
yacht	frigate	False	test
motorcycle	playoff	False	test
bear	horse	False	test
clarinet	bagpipe	False	test
cloak	glitch	False	test
table	top	False	test
jacket	covering	True	test
cow	tiger	False	test
missile	recollection	False	test
ant	gem	False	test
bookcase	inside	False	test
lime	peel	False	test
toaster	top	False	test
beet	hypertension	False	test
tiger	ensuite	False	test
corkscrew	saw	False	test
scarf	mimic	False	test
goat	beard	False	test
garlic	truss	False	test
cod	gill	False	test
stereo	reservation	False	test
lion	muzzle	False	test
box	tin	False	test
car	strategy	False	test
lemon	vitamin	False	test
oven	telephone	False	test
chisel	item	False	test
carrot	world-view	False	test
knife	utensil	True	test
elm	birch	False	test
cow	pig	False	test
castle	street	False	test
bus	engine	False	test
goose	ad-hoc	False	test
spoon	steel	False	test
cod	bed	False	test
phone	receiver	False	test
rat	rodent	True	test
scooter	mirror	False	test
spear	head	False	test
glider	windshield	False	test
jet	fuel	False	test
beet	lettuce	False	test
cat	badminton	False	test
bus	vehicle	True	test
hospital	pub	False	test
apple	grapefruit	False	test
cathedral	throughput	False	test
jacket	wool	False	test
glider	topic	False	test
vest	indoctrination	False	test
hatchet	pincers	False	test
bus	function	False	test
frigate	prow	False	test
elephant	dog	False	test
tiger	leopard	False	test
coyote	regiment	False	test
jet	door	False	test
pheasant	vertebrate	True	test
owl	predator	True	test
knife	cutlery	True	test
corkscrew	rake	False	test
snake	lizard	False	test
cat	essence	False	test
stereo	ticket	False	test
cow	nomen	False	test
pistol	mat	False	test
wasp	unification	False	test
pine	mesosphere	False	test
cockroach	fiction	False	test
musket	device	True	test
lemon	citrus	True	test
bottle	cap	False	test
train	jet	False	test
car	jet	False	test
hatchet	errno	False	test
hospital	doctor	False	test
rake	yo	False	test
piano	cello	False	test
lion	coyote	False	test
apricot	juice	False	test
gorilla	eye	False	test
truck	bottle	False	test
jet	sale	False	test
pistol	coach	False	test
catfish	creature	True	test
grapefruit	fireman	False	test
giraffe	bull	False	test
castle	fortification	True	test
frigate	warship	True	test
bus	trust	False	test
sieve	caliphate	False	test
pub	alcohol	False	test
library	state	False	test
saw	Faust	False	test
mackerel	seafood	True	test
poplar	stump	False	test
carp	chordate	True	test
oven	emulator	False	test
jacket	cloak	False	test
jacket	sleeve	False	test
spade	pincer	False	test
stove	stereo	False	test
mug	bulletin	False	test
strawberry	native	False	test
ambulance	meadow	False	test
squirrel	accuracy	False	test
villa	inn	False	test
violin	top	False	test
battleship	artifact	True	test
truck	artefact	True	test
owl	crow	False	test
hatchet	poke	False	test
glider	flap	False	test
sofa	arm	False	test
cloak	extract	False	test
hat	beret	False	test
castle	raise	False	test
poplar	crown	False	test
wrench	infermiera	False	test
oven	washer	False	test
washer	impact	False	test
cauliflower	workplace	False	test
bus	pardon	False	test
owl	protestation	False	test
musket	ledge	False	test
bomb	daybreak	False	test
helicopter	orientation	False	test
herring	re-examination	False	test
bus	classic	False	test
snake	tongue	False	test
vulture	bird	True	test
cabbage	carrot	False	test
couch	snap	False	test
pub	deposit	False	test
truck	coincidence	False	test
elephant	mac	False	test
tanker	audience	False	test
deer	goat	False	test
crow	antibiotic	False	test
pistol	bow	False	test
bottle	gbp	False	test
wardrobe	neutrality	False	test
frog	breast	False	test
turtle	projector	False	test
mug	existence	False	test
pheasant	hallmark	False	test
eagle	raptor	True	test
hospital	machine	False	test
violin	bass	False	test
stereo	loudspeaker	False	test
oak	rabbi	False	test
bomber	truck	False	test
bull	ya	False	test
strawberry	cherry	False	test
grenade	cannon	False	test
pub	customer	False	test
pine	cone	False	test
tanker	seine	False	test
violin	fit	False	test
carrot	majority	False	test
restaurant	headset	False	test
spoon	brownstone	False	test
whale	bull	False	test
pine	needle	False	test
hat	socks	False	test
beet	potato	False	test
goldfish	whale	False	test
corkscrew	motorist	False	test
glider	awareness	False	test
bus	radiation	False	test
sheep	courtier	False	test
dress	material	False	test
sieve	tester	False	test
swan	neck	False	test
spoon	rake	False	test
bookcase	artefact	True	test
blouse	advowson	False	test
vest	material	False	test
spoon	libertarianism	False	test
van	fuel	False	test
coat	good	True	test
cloak	object	True	test
ferry	train	False	test
wardrobe	underwear	False	test
pub	kid	False	test
woodpecker	crow	False	test
pub	block	False	test
turnip	spinach	False	test
deer	dog	False	test
dolphin	creature	True	test
coconut	produce	True	test
shovel	utensil	True	test
horse	muzzle	False	test
pig	eye	False	test
rifle	bypass	False	test
cathedral	portal	False	test
sweater	wait	False	test
jet	rear	False	test
fighter	rudder	False	test
saw	steel	False	test
lion	beast	True	test
bull	bassist	False	test
jar	cap	False	test
beetle	brake	False	test
snake	grammar-school	False	test
corkscrew	tool	True	test
carp	blight	False	test
sweater	clothing	True	test
broccoli	onion	False	test
revolver	stock	False	test
axe	screwdriver	False	test
spoon	permeability	False	test
grenade	recruitment	False	test
bear	vertebrate	True	test
sweater	Corinthian	False	test
cathedral	vowel	False	test
sheep	acrylic	False	test
knife	wrench	False	test
fighter	metal	False	test
truck	windshield	False	test
fork	leg	False	test
dress	bra	False	test
frigate	acceptance	False	test
pine	groundhog	False	test
deer	rabbit	False	test
bomber	door	False	test
horse	dolphin	False	test
dove	swallow	False	test
woodpecker	goose	False	test
bear	peg	False	test
sheep	hardwood	False	test
whale	tuna	False	test
swan	post-graduate	False	test
screwdriver	P	False	test
hotel	garage	False	test
poplar	remuneration	False	test
glider	secretariat	False	test
car	opposite	False	test
car	madman	False	test
gun	handle	False	test
celery	lizard	False	test
toaster	illusion	False	test
grenade	sentencing	False	test
turtle	lizard	False	test
fighter	papyrus	False	test
banana	skin	False	test
rifle	device	True	test
train	pair	False	test
chisel	drill	False	test
car	battleship	False	test
jacket	trouser	False	test
chisel	hammer	False	test
whale	beaver	False	test
knife	escapee	False	test
phone	shoe	False	test
beet	turnip	False	test
tuna	trout	False	test
radish	manifold	False	test
screwdriver	drain	False	test
dishwasher	phone	False	test
bomb	follower	False	test
turnip	shoulder	False	test
cottage	nose	False	test
box	nicotine	False	test
yacht	cm	False	test
chair	proceeding	False	test
pig	bull	False	test
cello	specific	False	test
robe	famine	False	test
screwdriver	steel	False	test
apple	acne	False	test
washer	detergent	False	test
shovel	attribute	False	test
dresser	crockery	False	test
clarinet	woodwind	True	test
truck	paper	False	test
glider	ringer	False	test
woodpecker	pigeon	False	test
screwdriver	reverie	False	test
robe	resurrection	False	test
spear	posting	False	test
library	remission	False	test
cannon	achiever	False	test
washer	dishwasher	False	test
bomber	cockpit	False	test
desk	sofa	False	test
wrench	circus	False	test
revolver	evening	False	test
van	conveyance	True	test
ambulance	brake	False	test
penguin	seabird	True	test
cod	scale	False	test
restaurant	construction	True	test
hat	raincoat	False	test
hammer	mallet	False	test
villa	pub	False	test
pineapple	perforation	False	test
strawberry	encapsulation	False	test
sieve	disciple	False	test
giraffe	herbivore	True	test
grape	cherry	False	test
cod	dolphin	False	test
spade	rake	False	test
radish	potato	False	test
shirt	backpacking	False	test
corkscrew	lobby	False	test
hawk	dove	False	test
butterfly	colour	False	test
jet	craft	True	test
ferry	challenge	False	test
hospital	obligation	False	test
scooter	ridge	False	test
elm	stump	False	test
sword	battalion	False	test
fighter	booklet	False	test
axe	religion	False	test
rabbit	beast	True	test
desk	wood	False	test
musket	ammunition	False	test
shovel	iron	False	test
rabbit	street	False	test
ferry	bent	False	test
onion	food	True	test
wrench	brazil	False	test
coat	artifact	True	test
elm	willow	False	test
cloak	apparel	True	test
squirrel	tail	False	test
ambulance	web	False	test
table	th	False	test
pineapple	grapefruit	False	test
axe	photon	False	test
ferry	raft	False	test
hat	trousers	False	test
horse	feedback	False	test
fighter	paternity	False	test
knife	pagan	False	test
scooter	mailbox	False	test
coyote	cat	False	test
saw	axe	False	test
piano	investor	False	test
revolver	gun	False	test
bomber	ferry	False	test
sieve	mine	False	test
dishwasher	discrimination	False	test
jet	jersey	False	test
bus	fighter	False	test
pear	bookmaker	False	test
corkscrew	system	False	test
bear	association	False	test
castle	researcher	False	test
mug	edge	False	test
dagger	pistol	False	test
pheasant	address	False	test
sieve	fork	False	test
revolver	user	False	test
battleship	birch	False	test
stereo	supply	False	test
turtle	tortoise	False	test
guitar	favour	False	test
penguin	teddy	False	test
piano	organ	False	test
jacket	scrutiny	False	test
scarf	fringe	False	test
pig	leg	False	test
radio	gasket	False	test
cockroach	silverfish	False	test
pear	reinsurance	False	test
grapefruit	oboe	False	test
lion	horse	False	test
fork	wrench	False	test
hotel	tavern	False	test
bookcase	contravention	False	test
spade	rescuer	False	test
elephant	jail	False	test
pub	stone	False	test
cypress	broadcast	False	test
ferry	canoe	False	test
coyote	squirrel	False	test
grenade	haunting	False	test
sparrow	falcon	False	test
stove	perspective	False	test
coat	stroke	False	test
tuna	winner	False	test
penguin	documentation	False	test
spoon	handle	False	test
yacht	cult	False	test
couch	table	False	test
pear	grape	False	test
lizard	tongue	False	test
helicopter	kick	False	test
van	inside	False	test
frigate	intrigue	False	test
grasshopper	bus	False	test
cathedral	bench	False	test
turtle	amphibian	True	test
goat	print	False	test
rabbit	eye	False	test
cherry	defence	False	test
violin	past	False	test
library	cathedral	False	test
hawk	sign	False	test
cherry	ala	False	test
train	electricity	False	test
woodpecker	animal	True	test
flute	GMA	False	test
snake	deprivation	False	test
cod	trio	False	test
rifle	motivation	False	test
cathedral	urgency	False	test
tuna	cod	False	test
cranberry	skin	False	test
sparrow	head	False	test
toaster	show	False	test
sheep	indigence	False	test
box	basket	False	test
garlic	parsley	False	test
piano	harp	False	test
jacket	arm	False	test
trout	catfish	False	test
horse	head	False	test
rat	remit	False	test
hatchet	biography	False	test
cow	satisfaction	False	test
tanker	thermosphere	False	test
peach	dominions	False	test
stove	top	False	test
whale	fragment	False	test
phone	toaster	False	test
strawberry	accountancy	False	test
peach	separation	False	test
turnip	additive	False	test
moth	approx	False	test
villa	ceiling	False	test
dress	good	True	test
penguin	sensor	False	test
ambulance	elasticity	False	test
swan	sparrow	False	test
stereo	speaker	False	test
glove	underpants	False	test
library	bookstore	False	test
hat	leather	False	test
dagger	arm	True	test
cat	bull	False	test
hatchet	gap	False	test
dove	musicianship	False	test
chisel	head	False	test
fox	bottle	False	test
banana	cessation	False	test
cabbage	parsley	False	test
corkscrew	spear	False	test
goat	tiger	False	test
shirt	apparel	True	test
trumpet	debate	False	test
fridge	engineer	False	test
saxophone	statute	False	test
banana	pear	False	test
car	vestige	False	test
goat	horn	False	test
deer	bear	False	test
corkscrew	chisel	False	test
pineapple	speculator	False	test
couch	velvet	False	test
frigate	rice	False	test
grenade	difficulty	False	test
garlic	potato	False	test
hammer	midfielders	False	test
bull	enthronement	False	test
scarf	cashmere	False	test
scarf	garrison	False	test
dove	dishcloth	False	test
bed	dad	False	test
shirt	commodity	True	test
horse	lion	False	test
penguin	hypermedia	False	test
tiger	ear	False	test
clarinet	mandolin	False	test
robe	scrub	False	test
truck	bicycle	False	test
birch	story	False	test
owl	veracity	False	test
pear	pineapple	False	test
dolphin	parliament	False	test
mug	kite	False	test
yacht	corn	False	test
freezer	rule	False	test
oven	microwave	False	test
hotel	alteration	False	test
cow	print	False	test
piano	sieve	False	test
cello	bout	False	test
phone	gadget	True	test
bomber	chromosome	False	test
library	Maldive	False	test
bus	deforestation	False	test
ant	head	False	test
wrench	handle	False	test
yacht	artefact	True	test
deer	muzzle	False	test
tiger	wouldnt	False	test
knife	cable	False	test
eagle	insignia	False	test
truck	seatbelt	False	test
donkey	ungulate	True	test
robin	vertebrate	True	test
bottle	profit	False	test
spoon	survivor	False	test
cucumber	vegetable	True	test
horse	tuberculosis	False	test
onion	cucumber	False	test
restaurant	cottage	False	test
coyote	jackal	False	test
jacket	pocket	False	test
parsley	cauliflower	False	test
moth	wasp	False	test
library	shelf	False	test
helicopter	fighter	False	test
fox	giraffe	False	test
wardrobe	artifact	True	test
bed	mattress	False	test
truck	trailer	False	test
robin	combatant	False	test
pear	banana	False	test
truck	fuel	False	test
sofa	activist	False	test
lion	rat	False	test
musket	middle	False	test
hospital	etc	False	test
flute	O	False	test
cathedral	punk	False	test
hotel	building	True	test
hatchet	scissor	False	test
fighter	bus	False	test
hotel	Ms	False	test
spade	screwdriver	False	test
axe	tweezers	False	test
butterfly	crime	False	test
frigate	win	False	test
chair	thief	False	test
giraffe	dog	False	test
spoon	kitchenware	True	test
bull	orbit	False	test
banana	sore	False	test
van	window	False	test
birch	noise	False	test
yacht	engine	False	test
screwdriver	knife	False	test
crow	bannister	False	test
bag	inaccuracy	False	test
sheep	square	False	test
knife	pliers	False	test
ambulance	gasoline	False	test
fork	handle	False	test
ambulance	fighter	False	test
elephant	animal	True	test
bomber	law	False	test
castle	cathedral	False	test
bookcase	arm	False	test
gorilla	snowdrift	False	test
plum	worktop	False	test
carrot	croquet	False	test
hat	cap	False	test
freezer	steel	False	test
grasshopper	subway	False	test
hammer	plier	False	test
coat	itinerary	False	test
revolver	ammo	False	test
rat	booth	False	test
acacia	trunk	False	test
snake	scale	False	test
pigeon	interview	False	test
fox	elegance	False	test
cat	scion	False	test
sheep	glove	False	test
knife	plier	False	test
bear	bobby	False	test
giraffe	ungulate	True	test
castle	dwelling	True	test
cathedral	gearbox	False	test
giraffe	horizon	False	test
chair	couch	False	test
hatchet	head	False	test
helicopter	frigate	False	test
cauliflower	corn	False	test
hammer	ashram	False	test
fork	metal	False	test
fighter	fuel	False	test
helicopter	light	False	test
lizard	frog	False	test
scarf	jacket	False	test
bus	jet	False	test
tuna	carb	False	test
dagger	kelp	False	test
turnip	horseradish	False	test
parsley	crater	False	test
swan	diary	False	test
pub	recession	False	test
bottle	bowl	False	test
bus	acquisition	False	test
onion	cauliflower	False	test
cottage	housing	True	test
cherry	lemon	False	test
robin	pigeon	False	test
coat	fold	False	test
freezer	food	False	test
sieve	abundance	False	test
radish	mileage	False	test
shirt	wrangling	False	test
bus	accelerator	False	test
elephant	leg	False	test
cathedral	bishop	False	test
carrot	veggie	True	test
radio	author	False	test
ferry	tea	False	test
wrench	weak	False	test
cathedral	arch	False	test
lion	squirrel	False	test
horse	nose	False	test
bus	mother	False	test
bowl	continuum	False	test
dress	oz	False	test
tuna	shell	False	test
acacia	manuscript	False	test
revolver	muzzle	False	test
trout	phobia	False	test
hospital	path	False	test
pear	juice	False	test
stereo	wale	False	test
moth	body	False	test
scarf	beret	False	test
wrench	chisel	False	test
flute	phone	False	test
missile	pike	False	test
penguin	dove	False	test
car	nicotine	False	test
sheep	forgiveness	False	test
castle	inside	False	test
television	consequence	False	test
carp	merchandising	False	test
cabbage	head	False	test
apricot	grape	False	test
glove	covering	True	test
bull	mammal	True	test
sweater	apron	False	test
owl	raptor	True	test
clarinet	Persian	False	test
hotel	parking	False	test
plum	cranberry	False	test
dolphin	Feb	False	test
bomber	railroad	False	test
truck	bonnet	False	test
dishwasher	pan	False	test
tanker	vehicle	True	test
parsley	celery	False	test
screwdriver	vintner	False	test
sweater	adres	False	test
yacht	wellbeing	False	test
bomb	pistol	False	test
cod	mackerel	False	test
rifle	vomiting	False	test
hammer	artifact	True	test
revolver	remover	False	test
coat	oder	False	test
dove	subcommittee	False	test
oven	sore	False	test
hawk	head	False	test
pine	customer	False	test
car	brake	False	test
bowl	disc	False	test
dress	legislation	False	test
van	ferry	False	test
donkey	rabbit	False	test
acacia	wood	False	test
deer	ruminant	True	test
snake	modifier	False	test
beaver	coffee-table	False	test
stereo	scenario	False	test
potato	overhead-travelling	False	test
trumpet	trombone	False	test
spinach	laboratory	False	test
coconut	shell	False	test
toaster	freezer	False	test
stove	discipline	False	test
toaster	supply	False	test
hammer	kda	False	test
jar	bowl	False	test
car	garden	False	test
cathedral	wall	False	test
cat	extradition	False	test
cow	cat	False	test
cranberry	rearguard	False	test
hatchet	screwdriver	False	test
knife	point	False	test
fighter	management	False	test
fox	trustee	False	test
cello	thread	False	test
saw	edge	False	test
gorilla	transgender	False	test
horse	zebra	False	test
van	jet	False	test
battleship	canoe	False	test
ambulance	crew	False	test
wasp	beetle	False	test
carrot	vitamin	False	test
shovel	tweezer	False	test
fork	modality	False	test
pine	booking	False	test
elephant	firebox	False	test
jacket	stockings	False	test
table	surface	False	test
fork	thoroughfare	False	test
revolver	weapon	True	test
squirrel	gorilla	False	test
lemon	pineapple	False	test
van	headlight	False	test
spade	sash	False	test
snake	frog	False	test
cathedral	stairs	False	test
cucumber	watermelon	False	test
phone	button	False	test
car	stock	False	test
tiger	cow	False	test
jacket	pylorus-sparing	False	test
battleship	camel	False	test
sweater	stroke	False	test
pig	lard	False	test
elephant	legionary	False	test
bookcase	object	True	test
wasp	stinger	False	test
moth	order	False	test
jar	g-blogs	False	test
pig	beaver	False	test
goldfish	chordate	True	test
gun	pistol	False	test
squirrel	hamster	False	test
goose	vertebrate	True	test
television	future	False	test
blouse	bricklayer	False	test
sword	steel	False	test
clarinet	resignation	False	test
tanker	mountaintop	False	test
stove	cheer	False	test
ambulance	sauna	False	test
motorcycle	color	False	test
sieve	artifact	True	test
lettuce	whirlwind	False	test
spear	gun	False	test
cloak	grt	False	test
cello	div	False	test
table	emda	False	test
bear	ear	False	test
jet	ferry	False	test
willow	juicer	False	test
fighter	wheel	False	test
cherry	pear	False	test
motorcycle	front	False	test
axe	saw	False	test
swan	penguin	False	test
hotel	stair	False	test
fighter	bomb	False	test
bomber	equilibrium	False	test
bomb	agent	False	test
coat	pant	False	test
crow	swan	False	test
spoon	pliers	False	test
ambulance	model	False	test
revolver	merchandising	False	test
cod	openness	False	test
cow	relativism	False	test
shirt	trainee	False	test
plum	juice	False	test
cannon	artefact	True	test
corn	European	False	test
rifle	poetry	False	test
sparrow	chordate	True	test
villa	wood	False	test
bottle	artefact	True	test
sheep	sorcerer	False	test
rabbit	cow	False	test
revolver	chap	False	test
musket	i-mode	False	test
whale	peer	False	test
dress	paranoia	False	test
whale	rat	False	test
sheep	udder	False	test
lizard	gecko	False	test
pub	chair	False	test
beetle	creature	True	test
mackerel	skin	False	test
scarf	clothing	True	test
lettuce	vegetable	True	test
wasp	cyclone	False	test
poplar	tree	True	test
van	hair	False	test
stereo	oven	False	test
sofa	furnishing	True	test
radio	learndirect	False	test
wrench	iron	False	test
bear	dog	False	test
herring	creator	False	test
fork	proxy	False	test
dagger	sheath	False	test
woodpecker	beak	False	test
cow	stomach	False	test
tanker	helm	False	test
plum	gunman	False	test
cat	eye	False	test
spear	hatchet	False	test
grapefruit	pulp	False	test
stove	paving	False	test
cherry	stone	False	test
grapefruit	closure	False	test
beaver	chordate	True	test
van	island	False	test
cedar	cypress	False	test
cherry	plum	False	test
beetle	head	False	test
ant	headline	False	test
grasshopper	patient	False	test
bus	windshield	False	test
sparrow	deadline	False	test
woodpecker	dropout	False	test
bowl	unit	False	test
mug	glass	False	test
car	scooter	False	test
lime	esprit	False	test
jet	artifact	True	test
television	toaster	False	test
potato	spinach	False	test
violin	aggregate	False	test
birch	trunk	False	test
saw	shovel	False	test
hotel	personality	False	test
chisel	waistcoat	False	test
horse	rabbit	False	test
cucumber	corrosion	False	test
tuna	language	False	test
gorilla	proposal	False	test
grasshopper	antenna	False	test
radish	layout	False	test
cucumber	beet	False	test
grape	contempt	False	test
mackerel	salmon	False	test
flute	instrument	True	test
sofa	stool	False	test
sword	shotgun	False	test
willow	birch	False	test
goat	chordate	True	test
lime	apple	False	test
ambulance	replacement	False	test
hammer	ware	False	test
saxophone	trombone	False	test
car	hood	False	test
butterfly	actuator	False	test
cloak	torque	False	test
robin	eye	False	test
bear	lion	False	test
coyote	ear	False	test
phone	theft	False	test
saxophone	object	True	test
jet	conveyance	True	test
parsley	beans	False	test
van	motorbike	False	test
fighter	town	False	test
toaster	telephone	False	test
blouse	robe	False	test
sweater	hee	False	test
bowl	prairie	False	test
penguin	hawk	False	test
violin	artefact	True	test
owl	woodpecker	False	test
shirt	ram-ram	False	test
scarf	socks	False	test
grasshopper	cricket	False	test
spinach	celery	False	test
glove	bite	False	test
rifle	earth	False	test
bag	domination	False	test
gun	metal	False	test
dove	blink	False	test
squirrel	mouse	False	test
bottle	readership	False	test
sheep	chordate	True	test
cockroach	insect	True	test
deer	telephone	False	test
dishwasher	opportunity	False	test
radish	veggie	True	test
moth	inflorescence	False	test
pistol	rifle	False	test
jacket	justice	False	test
robin	woodpecker	False	test
fighter	window	False	test
lizard	dash	False	test
sieve	spoon	False	test
spear	capital	False	test
giraffe	iv	False	test
goose	juxtaposition	False	test
bookcase	couch	False	test
hatchet	saw	False	test
pub	vicinity	False	test
screwdriver	point	False	test
ambulance	statue	False	test
grenade	petrol	False	test
saxophone	guitar	False	test
flute	priory	False	test
library	hotel	False	test
cow	fox	False	test
deer	workplace	False	test
goat	harmonic	False	test
lizard	turtle	False	test
spoon	knife	False	test
trumpet	outlet	False	test
whale	thats	False	test
dove	subsea	False	test
sparrow	reveller	False	test
bowl	failure	False	test
couch	proxy	False	test
fox	nose	False	test
horse	homeowner	False	test
bowl	pamphlet	False	test
battleship	plantation	False	test
coyote	nose	False	test
poplar	naff	False	test
corkscrew	ps	False	test
hat	diameter	False	test
revolver	artefact	True	test
battleship	ship	True	test
bottle	water	False	test
cabbage	beans	False	test
saxophone	disdain	False	test
coat	wear	True	test
washer	hovercraft	False	test
dove	eye	False	test
gun	step	False	test
shirt	collar	False	test
library	person	False	test
musket	postmodern	False	test
rake	difference	False	test
dagger	gun	False	test
washer	historian	False	test
tanker	keel	False	test
screwdriver	scissor	False	test
eagle	pinion	False	test
cauliflower	lemming	False	test
pigeon	disdain	False	test
missile	employer	False	test
box	planning	False	test
spinach	produce	True	test
dresser	accordance	False	test
tuna	fin	False	test
coconut	anticipation	False	test
oven	tee	False	test
spoon	napkin	False	test
washer	ext	False	test
hat	mitten	False	test
rake	corkscrew	False	test
cow	eighty	False	test
moth	winner	False	test
hammer	wrench	False	test
hat	stocking	False	test
clarinet	armament	False	test
scooter	bicycle	False	test
sheep	role	False	test
dolphin	goat	False	test
cloak	sock	False	test
cello	acolyte	False	test
gorilla	deer	False	test
bear	leg	False	test
pine	elocution	False	test
mug	dishware	True	test
cat	fox	False	test
horse	deer	False	test
rifle	nucleotide	False	test
freezer	telephone	False	test
coat	assumption	False	test
scarf	nickname	False	test
swan	frustration	False	test
cathedral	sacristy	False	test
broccoli	bomb	False	test
pear	deterrence	False	test
helicopter	fuselage	False	test
flute	pianoforte	False	test
lime	skin	False	test
pigeon	doorstep	False	test
penguin	lectureship	False	test
celery	remininscences	False	test
carrot	deprivation	False	test
axe	motivation	False	test
spinach	broccoli	False	test
bus	windscreen	False	test
sweater	bond	False	test
truck	tank	False	test
bomb	disease	False	test
dolphin	carp	False	test
battleship	bulkhead	False	test
pistol	ammo	False	test
carp	vertebrate	True	test
musket	cannon	False	test
gun	breaking	False	test
eagle	coastline	False	test
spear	positioning	False	test
cow	mouth	False	test
cockroach	ant	False	test
desk	peace	False	test
sofa	death	False	test
bus	interior	False	test
sheep	vertebrate	True	test
grasshopper	cinchona	False	test
tanker	frame	False	test
corn	food	True
Download .txt
gitextract_oqtkw7yk/

├── .gitignore
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── LICENSE
├── README.md
├── compile_table.py
├── data/
│   ├── bibless.tsv
│   ├── bless.tsv
│   ├── eval.tsv
│   ├── hyperlex_rnd.tsv
│   ├── leds.tsv
│   ├── shwartz.tsv
│   └── wbless.tsv
├── download_data.sh
├── example.tsv
├── generate_table.sh
├── hypernymysuite/
│   ├── __init__.py
│   ├── base.py
│   ├── evaluation.py
│   ├── pattern.py
│   ├── reader.py
│   └── unsup.py
├── main.py
├── requirements.txt
└── setup.py
Download .txt
SYMBOL INDEX (85 symbols across 7 files)

FILE: compile_table.py
  function nice_grouping (line 41) | def nice_grouping(df):
  function fprint (line 47) | def fprint(x):
  function gather_metrics (line 56) | def gather_metrics(results):
  function output_latex (line 107) | def output_latex(nice_subset):
  function output_html (line 111) | def output_html(nice_subset):
  function output_console (line 117) | def output_console(subset):
  function __flatten_dict (line 121) | def __flatten_dict(d, joiner="_"):
  function read_json_log (line 132) | def read_json_log(filename):
  function main (line 161) | def main():

FILE: hypernymysuite/base.py
  class HypernymySuiteModel (line 21) | class HypernymySuiteModel(object):
    method __init__ (line 45) | def __init__(self):
    method predict (line 48) | def predict(self, hypo, hyper):
    method predict_many (line 64) | def predict_many(self, hypos, hypers):
  class Precomputed (line 80) | class Precomputed(HypernymySuiteModel):
    method __init__ (line 85) | def __init__(self, precomputed):
    method predict (line 104) | def predict(self, hypo, hyper):

FILE: hypernymysuite/evaluation.py
  class Dataset (line 41) | class Dataset(object):
    method __init__ (line 53) | def __init__(self, filename, vocabdict, ycolumn="label"):
    method __len__ (line 89) | def __len__(self):
    method hypos (line 93) | def hypos(self):
    method hypers (line 97) | def hypers(self):
    method invocab_mask (line 101) | def invocab_mask(self):
    method oov_mask (line 105) | def oov_mask(self):
    method val_mask (line 109) | def val_mask(self):
    method test_mask (line 113) | def test_mask(self):
    method train_mask (line 117) | def train_mask(self):
    method train_inv_mask (line 121) | def train_inv_mask(self):
    method val_inv_mask (line 125) | def val_inv_mask(self):
    method test_inv_mask (line 129) | def test_inv_mask(self):
    method y (line 133) | def y(self):
  function correlation_setup (line 137) | def correlation_setup(filename, model):
  function bless_directionality_setup (line 172) | def bless_directionality_setup(model):
  function wbless_setup (line 213) | def wbless_setup(model):
  function bibless_setup (line 252) | def bibless_setup(model):
  function ap_at_k (line 302) | def ap_at_k(y_true, y_score, k):
  function siege_setup (line 314) | def siege_setup(filename, model):
  function all_evaluations (line 353) | def all_evaluations(model, extra_args=None):

FILE: hypernymysuite/pattern.py
  class PatternBasedModel (line 25) | class PatternBasedModel(HypernymySuiteModel):
    method __init__ (line 30) | def __init__(self, patterns_filename):
    method predict (line 39) | def predict(self, hypo, hyper):
    method __str__ (line 42) | def __str__(self):
  class RawCountModel (line 46) | class RawCountModel(PatternBasedModel):
    method predict (line 51) | def predict(self, hypo, hyper):
    method __str__ (line 56) | def __str__(self):
  class PPMIModel (line 60) | class PPMIModel(RawCountModel):
    method __init__ (line 66) | def __init__(self, patterns_filename):
    method __str__ (line 84) | def __str__(self):
  class _SvdMixIn (line 88) | class _SvdMixIn(object):
    method __init__ (line 94) | def __init__(self, pattern_filename, k):
    method predict (line 102) | def predict(self, hypo, hyper):
    method predict_many (line 107) | def predict_many(self, hypos, hypers):
    method __str__ (line 114) | def __str__(self):
  class SvdRawModel (line 118) | class SvdRawModel(_SvdMixIn, RawCountModel):
  class SvdPpmiModel (line 126) | class SvdPpmiModel(_SvdMixIn, PPMIModel):
  class RandomBaseline (line 134) | class RandomBaseline(PatternBasedModel):
    method __init__ (line 140) | def __init__(self, filename, k=10, seed=42):
    method predict (line 146) | def predict(self, hypo, hyper):
    method __str__ (line 151) | def __str__(self):

FILE: hypernymysuite/reader.py
  function __try_three_columns (line 30) | def __try_three_columns(string):
  function __load_sparse_matrix (line 42) | def __load_sparse_matrix(filename, same_vocab):
  function read_sparse_matrix (line 87) | def read_sparse_matrix(filename, allow_binary_cache=False, same_vocab=Fa...

FILE: hypernymysuite/unsup.py
  function invCL (line 24) | def invCL(x_row, y_row):
  function clarkeDE (line 37) | def clarkeDE(x_row, y_row):
  function weeds_prec (line 55) | def weeds_prec(x_row, y_row):
  function mdot (line 75) | def mdot(x, y):
  function cosine (line 88) | def cosine(x, y):
  class POSSearchDict (line 101) | class POSSearchDict(object):
    method __init__ (line 108) | def __init__(self, lookup):
    method __contains__ (line 112) | def __contains__(self, item):
    method get (line 119) | def get(self, item, default):
    method __getitem__ (line 125) | def __getitem__(self, item):
  class SparseMatrixBaseline (line 137) | class SparseMatrixBaseline(HypernymySuiteModel):
    method __init__ (line 142) | def __init__(self, space_filename, pos_tagged_space=None):
    method forward (line 162) | def forward(self, inputs):
  class UnsupervisedBaseline (line 166) | class UnsupervisedBaseline(SparseMatrixBaseline):
    method __init__ (line 177) | def __init__(self, space_filename, measurefn):
    method predict (line 181) | def predict(self, hypo, hyper):
  class SLQS (line 189) | class SLQS(SparseMatrixBaseline):
    method __init__ (line 200) | def __init__(self, space_filename, topk):
    method compute_row_entropy (line 220) | def compute_row_entropy(self, i):
    method predict (line 235) | def predict(self, hypo, hyper):
  class SLQS_Cos (line 246) | class SLQS_Cos(SLQS):
    method __init__ (line 251) | def __init__(self, space_filename, topk):
    method predict (line 255) | def predict(self, hypo, hyper):

FILE: main.py
  function main (line 25) | def main():
Condensed preview — 25 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (4,075K chars).
[
  {
    "path": ".gitignore",
    "chars": 6,
    "preview": "*.pyc\n"
  },
  {
    "path": "CODE_OF_CONDUCT.md",
    "chars": 245,
    "preview": "# Code of Conduct\n\nFacebook has adopted a Code of Conduct that we expect project participants to adhere to. Please read "
  },
  {
    "path": "CONTRIBUTING.md",
    "chars": 1355,
    "preview": "# Contributing to HypernymySuite\nWe want to make contributing to this project as easy and transparent as\npossible.\n\n## P"
  },
  {
    "path": "LICENSE",
    "chars": 19332,
    "preview": "Attribution-NonCommercial 4.0 International\n\n=======================================================================\n\nCr"
  },
  {
    "path": "README.md",
    "chars": 3465,
    "preview": "# Hypernymy Suite\n\nHypernymySuite is a tool for evaluating some hypernymy detection modules. Its\npredominant focus is re"
  },
  {
    "path": "compile_table.py",
    "chars": 6295,
    "preview": "#!/usr/bin/env python3\n\n# Copyright (c) 2017-present, Facebook, Inc.\n# All rights reserved.\n#\n# This source code is lice"
  },
  {
    "path": "data/bibless.tsv",
    "chars": 37667,
    "preview": "word1\tword2\trelation\tlabel\npheasant\tgame\thyper\t1\npheasant\tbird\thyper\t1\npheasant\tvertebrate\thyper\t1\npheasant\tcreature\thyp"
  },
  {
    "path": "data/bless.tsv",
    "chars": 364389,
    "preview": "word1\tword2\tlabel\tfold\nmissile\tskating\tFalse\tval\nbus\tradiator\tFalse\tval\nbeaver\trecession\tFalse\tval\ncloak\tpullover\tFalse\t"
  },
  {
    "path": "data/eval.tsv",
    "chars": 400751,
    "preview": "word1\tword2\tlabel\trelation\tfold\ncomfort\tstress\tFalse\tantonym\tval\ncomfort\tstress\tFalse\tantonym\tval\nice\tsolid\tTrue\thyper\tv"
  },
  {
    "path": "data/hyperlex_rnd.tsv",
    "chars": 85088,
    "preview": "word1\tword2\tpos\tlabel\tscore\tfold\nmascara\tlipstick\tN\tcohyp\t0.71\ttrain\nnylon\tcotton\tN\tcohyp\t0.82\ttrain\nmonkey\thumor\tN\tno-r"
  },
  {
    "path": "data/leds.tsv",
    "chars": 73597,
    "preview": "word1\tword2\tlabel\tfold\nbookmark\tperformer\tFalse\tval\nconsistency\thardness\tFalse\tval\nlizard\tentertainer\tFalse\tval\netching\t"
  },
  {
    "path": "data/shwartz.tsv",
    "chars": 1397533,
    "preview": "word1\tword2\tlabel\tfold\ntaiji\tsawada\tFalse\tval\nplatform\tfrench\tFalse\tval\ngolo\triver\tTrue\tval\nswithun\tbishop\tFalse\tval\nisi"
  },
  {
    "path": "data/wbless.tsv",
    "chars": 51267,
    "preview": "word1\tword2\tlabel\trelation\tfold\nfrigate\tcraft\tTrue\thyper\tval\ntrouble\tcarp\tFalse\tother\tval\nfox\tmouth\tFalse\tother\tval\nfoot"
  },
  {
    "path": "download_data.sh",
    "chars": 6323,
    "preview": "#!/bin/bash\n#\n# Copyright (c) 2017-present, Facebook, Inc.\n# All rights reserved.\n#\n# This source code is licensed under"
  },
  {
    "path": "example.tsv",
    "chars": 1044475,
    "preview": "hypo\thyper\tsim\tis_oov\n1840s\t1850s\t0.127720\t0\n1850s\t1860s\t0.193895\t0\n1880s\t1890s\t0.051568\t0\n1890s\t1900s\t0.065130\t0\n1910s\t"
  },
  {
    "path": "generate_table.sh",
    "chars": 1519,
    "preview": "#!/bin/bash\n\n# Copyright (c) 2017-present, Facebook, Inc.\n# All rights reserved.\n#\n# This source code is licensed under "
  },
  {
    "path": "hypernymysuite/__init__.py",
    "chars": 273,
    "preview": "# Copyright (c) 2017-present, Facebook, Inc.\n# All rights reserved.\n#\n# This source code is licensed under the license f"
  },
  {
    "path": "hypernymysuite/base.py",
    "chars": 3435,
    "preview": "#!/usr/bin/env python\n\n# Copyright (c) 2017-present, Facebook, Inc.\n# All rights reserved.\n#\n# This source code is licen"
  },
  {
    "path": "hypernymysuite/evaluation.py",
    "chars": 12002,
    "preview": "#!/usr/bin/env python\n\n# Copyright (c) 2017-present, Facebook, Inc.\n# All rights reserved.\n#\n# This source code is licen"
  },
  {
    "path": "hypernymysuite/pattern.py",
    "chars": 4137,
    "preview": "#!/usr/bin/env python\n\n# Copyright (c) 2017-present, Facebook, Inc.\n# All rights reserved.\n#\n# This source code is licen"
  },
  {
    "path": "hypernymysuite/reader.py",
    "chars": 3958,
    "preview": "#!/usr/bin/env python\n\n# Copyright (c) 2017-present, Facebook, Inc.\n# All rights reserved.\n#\n# This source code is licen"
  },
  {
    "path": "hypernymysuite/unsup.py",
    "chars": 7595,
    "preview": "#!/usr/bin/env python\n\n# Copyright (c) 2017-present, Facebook, Inc.\n# All rights reserved.\n#\n# This source code is licen"
  },
  {
    "path": "main.py",
    "chars": 2252,
    "preview": "#!/usr/bin/env python\n\n# Copyright (c) 2017-present, Facebook, Inc.\n# All rights reserved.\n#\n# This source code is licen"
  },
  {
    "path": "requirements.txt",
    "chars": 37,
    "preview": "numpy\nscipy\nscikit-learn\nnltk\npandas\n"
  },
  {
    "path": "setup.py",
    "chars": 999,
    "preview": "#!/usr/bin/env python\n\n# Copyright (c) 2017-present, Facebook, Inc.\n# All rights reserved.\n#\n# This source code is licen"
  }
]

About this extraction

This page contains the full source code of the facebookresearch/hypernymysuite GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 25 files (3.4 MB), approximately 883.0k tokens, and a symbol index with 85 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!