feat: wordnet 3.0 added for standalone
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +1 -0
- WordNet-3.0/AUTHORS +6 -0
- WordNet-3.0/COPYING +31 -0
- WordNet-3.0/ChangeLog +9 -0
- WordNet-3.0/INSTALL +312 -0
- WordNet-3.0/LICENSE +31 -0
- WordNet-3.0/Makefile +569 -0
- WordNet-3.0/Makefile.am +2 -0
- WordNet-3.0/Makefile.in +569 -0
- WordNet-3.0/NEWS +0 -0
- WordNet-3.0/README +101 -0
- WordNet-3.0/acinclude.m4 +333 -0
- WordNet-3.0/aclocal.m4 +1021 -0
- WordNet-3.0/compile +136 -0
- WordNet-3.0/config.h +87 -0
- WordNet-3.0/config.h.in +86 -0
- WordNet-3.0/config.log +653 -0
- WordNet-3.0/config.status +1217 -0
- WordNet-3.0/configure +0 -0
- WordNet-3.0/configure.ac +74 -0
- WordNet-3.0/depcomp +522 -0
- WordNet-3.0/dict/Makefile +314 -0
- WordNet-3.0/dict/Makefile.am +2 -0
- WordNet-3.0/dict/Makefile.in +314 -0
- WordNet-3.0/dict/adj.exc +1490 -0
- WordNet-3.0/dict/adv.exc +7 -0
- WordNet-3.0/dict/cntlist +0 -0
- WordNet-3.0/dict/cntlist.rev +0 -0
- WordNet-3.0/dict/data.adj +0 -0
- WordNet-3.0/dict/data.adv +0 -0
- WordNet-3.0/dict/data.noun +3 -0
- WordNet-3.0/dict/data.verb +0 -0
- WordNet-3.0/dict/frames.vrb +35 -0
- WordNet-3.0/dict/index.adj +0 -0
- WordNet-3.0/dict/index.adv +0 -0
- WordNet-3.0/dict/index.noun +0 -0
- WordNet-3.0/dict/index.sense +0 -0
- WordNet-3.0/dict/index.verb +0 -0
- WordNet-3.0/dict/lexnames +45 -0
- WordNet-3.0/dict/log.grind.3.0 +89 -0
- WordNet-3.0/dict/noun.exc +2054 -0
- WordNet-3.0/dict/sentidx.vrb +3421 -0
- WordNet-3.0/dict/sents.vrb +170 -0
- WordNet-3.0/dict/verb.Framestext +35 -0
- WordNet-3.0/dict/verb.exc +2401 -0
- WordNet-3.0/doc/Makefile +426 -0
- WordNet-3.0/doc/Makefile.am +1 -0
- WordNet-3.0/doc/Makefile.in +426 -0
- WordNet-3.0/doc/html/Makefile +313 -0
- WordNet-3.0/doc/html/Makefile.am +2 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 35 |
openie-assembly-5.0-SNAPSHOT.jar filter=lfs diff=lfs merge=lfs -text
|
| 36 |
data/languageModel filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 35 |
openie-assembly-5.0-SNAPSHOT.jar filter=lfs diff=lfs merge=lfs -text
|
| 36 |
data/languageModel filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
WordNet-3.0/dict/data.noun filter=lfs diff=lfs merge=lfs -text
|
WordNet-3.0/AUTHORS
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Cognitive Science Laboratory
|
| 2 |
+
Princeton University
|
| 3 |
+
|
| 4 |
+
http://wordnet.princeton.edu
|
| 5 |
+
wordnet@princeton.edu
|
| 6 |
+
|
WordNet-3.0/COPYING
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
WordNet Release 3.0
|
| 2 |
+
|
| 3 |
+
This software and database is being provided to you, the LICENSEE, by
|
| 4 |
+
Princeton University under the following license. By obtaining, using
|
| 5 |
+
and/or copying this software and database, you agree that you have
|
| 6 |
+
read, understood, and will comply with these terms and conditions.:
|
| 7 |
+
|
| 8 |
+
Permission to use, copy, modify and distribute this software and
|
| 9 |
+
database and its documentation for any purpose and without fee or
|
| 10 |
+
royalty is hereby granted, provided that you agree to comply with
|
| 11 |
+
the following copyright notice and statements, including the disclaimer,
|
| 12 |
+
and that the same appear on ALL copies of the software, database and
|
| 13 |
+
documentation, including modifications that you make for internal
|
| 14 |
+
use or for distribution.
|
| 15 |
+
|
| 16 |
+
WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.
|
| 17 |
+
|
| 18 |
+
THIS SOFTWARE AND DATABASE IS PROVIDED "AS IS" AND PRINCETON
|
| 19 |
+
UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
|
| 20 |
+
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PRINCETON
|
| 21 |
+
UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES OF MERCHANT-
|
| 22 |
+
ABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE
|
| 23 |
+
OF THE LICENSED SOFTWARE, DATABASE OR DOCUMENTATION WILL NOT
|
| 24 |
+
INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR
|
| 25 |
+
OTHER RIGHTS.
|
| 26 |
+
|
| 27 |
+
The name of Princeton University or Princeton may not be used in
|
| 28 |
+
advertising or publicity pertaining to distribution of the software
|
| 29 |
+
and/or database. Title to copyright in this software, database and
|
| 30 |
+
any associated documentation shall at all times remain with
|
| 31 |
+
Princeton University and LICENSEE agrees to preserve same.
|
WordNet-3.0/ChangeLog
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Changes between WordNet 2.1 and 3.0
|
| 2 |
+
|
| 3 |
+
Some changes were made to the graphical interface and WordNet library
|
| 4 |
+
with regard to adjective and adverb searches. The adjective search
|
| 5 |
+
"Synonyms/Related Nouns" was relabeled "Synonyms", and, similarly, the
|
| 6 |
+
adverb search "Synonyms/Stem Adjectives" was relabled "Synonyms". A
|
| 7 |
+
separate "Related Noun" search was inserted for adjectives, and a
|
| 8 |
+
separate "Base Adjective" search was added for adverbs.
|
| 9 |
+
|
WordNet-3.0/INSTALL
ADDED
|
@@ -0,0 +1,312 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
WordNet 3.0 Installation Instructions
|
| 3 |
+
|
| 4 |
+
Beginning with Version 2.1, we have changed the Unix package to a GNU
|
| 5 |
+
Autotools package. With Autotools, a system independent installation
|
| 6 |
+
process builds and installs WordNet on your specific platform. Read
|
| 7 |
+
both the `Basic Installation' and `WordNet Installation' sections
|
| 8 |
+
below before attempting to build and install WordNet.
|
| 9 |
+
|
| 10 |
+
See the `Running WordNet' section for important information concerning
|
| 11 |
+
environment variables and the commands to run WordNet.
|
| 12 |
+
|
| 13 |
+
The WordNet browser makes use of the open source Tcl and Tk
|
| 14 |
+
packages. Many systems come with either or both pre-installed. If
|
| 15 |
+
your system doesn't (some systems have Tcl installed, but not Tk)
|
| 16 |
+
Tcl/Tk can be downloaded from:
|
| 17 |
+
|
| 18 |
+
Linux - http://www.tcl.tk/
|
| 19 |
+
|
| 20 |
+
OS X - http://tcltkaqua.sourceforge.net/ (note that 10.4 comes with
|
| 21 |
+
Tcl/Tk preinstalled, but earlier versions may not)
|
| 22 |
+
|
| 23 |
+
Some Linux systems come with the Tcl/Tk libraries installed, but not
|
| 24 |
+
all the header files. If your build fails due to missing Tk headers, a
|
| 25 |
+
subset that may be sufficient on your system can be found in the
|
| 26 |
+
"include/tk" directory. Copy the header files to the "include" directory
|
| 27 |
+
and try the make again. If it fails, you should download and install
|
| 28 |
+
a full copy of Tcl and/or Tk from the site above.
|
| 29 |
+
|
| 30 |
+
Tcl and Tk must be installed BEFORE you build and install WordNet. You
|
| 31 |
+
must also have a C compiler before installing Tcl/Tk or WordNet.
|
| 32 |
+
WordNet has been built and tested with the GNU gcc compiler. This is
|
| 33 |
+
pre-installed on most Unix systems, and can be downloaded from:
|
| 34 |
+
|
| 35 |
+
http://gcc.gnu.org/
|
| 36 |
+
|
| 37 |
+
Basic Installation
|
| 38 |
+
==================
|
| 39 |
+
|
| 40 |
+
********************************************************************
|
| 41 |
+
These are generic installation instructions. Details specific to
|
| 42 |
+
WordNet follow in the `WordNet Installation' section below.
|
| 43 |
+
********************************************************************
|
| 44 |
+
|
| 45 |
+
The `configure' shell script attempts to guess correct values for
|
| 46 |
+
various system-dependent variables used during compilation. It uses
|
| 47 |
+
those values to create a `Makefile' in each directory of the package.
|
| 48 |
+
It may also create one or more `.h' files containing system-dependent
|
| 49 |
+
definitions. Finally, it creates a shell script `config.status' that
|
| 50 |
+
you can run in the future to recreate the current configuration, and a
|
| 51 |
+
file `config.log' containing compiler output (useful mainly for
|
| 52 |
+
debugging `configure').
|
| 53 |
+
|
| 54 |
+
It can also use an optional file (typically called `config.cache'
|
| 55 |
+
and enabled with `--cache-file=config.cache' or simply `-C') that saves
|
| 56 |
+
the results of its tests to speed up reconfiguring. (Caching is
|
| 57 |
+
disabled by default to prevent problems with accidental use of stale
|
| 58 |
+
cache files.)
|
| 59 |
+
|
| 60 |
+
The simplest way to compile this package is:
|
| 61 |
+
|
| 62 |
+
1. `cd' to the directory containing the package's source code and type
|
| 63 |
+
`./configure' to configure the package for your system. If you're
|
| 64 |
+
using `csh' on an old version of System V, you might need to type
|
| 65 |
+
`sh ./configure' instead to prevent `csh' from trying to execute
|
| 66 |
+
`configure' itself.
|
| 67 |
+
|
| 68 |
+
Running `configure' takes awhile. While running, it prints some
|
| 69 |
+
messages telling which features it is checking for.
|
| 70 |
+
|
| 71 |
+
2. Type `make' to compile the package.
|
| 72 |
+
|
| 73 |
+
3. Type `make install' to install the programs and any data files and
|
| 74 |
+
documentation.
|
| 75 |
+
|
| 76 |
+
4. You can remove the program binaries and object files from the
|
| 77 |
+
source code directory by typing `make clean'. To also remove the
|
| 78 |
+
files that `configure' created (so you can compile the package for
|
| 79 |
+
a different kind of computer), type `make distclean'. There is
|
| 80 |
+
also a `make maintainer-clean' target, but that is intended mainly
|
| 81 |
+
for the package's developers. If you use it, you may have to get
|
| 82 |
+
all sorts of other programs in order to regenerate files that came
|
| 83 |
+
with the distribution.
|
| 84 |
+
|
| 85 |
+
Compilers and Options
|
| 86 |
+
=====================
|
| 87 |
+
|
| 88 |
+
Some systems require unusual options for compilation or linking that
|
| 89 |
+
the `configure' script does not know about. Run `./configure --help'
|
| 90 |
+
for details on some of the pertinent environment variables.
|
| 91 |
+
|
| 92 |
+
You can give `configure' initial values for configuration parameters
|
| 93 |
+
by setting variables in the command line or in the environment. Here
|
| 94 |
+
is an example:
|
| 95 |
+
|
| 96 |
+
./configure CC=c89 CFLAGS=-O2 LIBS=-lposix
|
| 97 |
+
|
| 98 |
+
*Note Defining Variables::, for more details.
|
| 99 |
+
|
| 100 |
+
Compiling For Multiple Architectures
|
| 101 |
+
====================================
|
| 102 |
+
|
| 103 |
+
You can compile the package for more than one kind of computer at the
|
| 104 |
+
same time, by placing the object files for each architecture in their
|
| 105 |
+
own directory. To do this, you must use a version of `make' that
|
| 106 |
+
supports the `VPATH' variable, such as GNU `make'. `cd' to the
|
| 107 |
+
directory where you want the object files and executables to go and run
|
| 108 |
+
the `configure' script. `configure' automatically checks for the
|
| 109 |
+
source code in the directory that `configure' is in and in `..'.
|
| 110 |
+
|
| 111 |
+
If you have to use a `make' that does not support the `VPATH'
|
| 112 |
+
variable, you have to compile the package for one architecture at a
|
| 113 |
+
time in the source code directory. After you have installed the
|
| 114 |
+
package for one architecture, use `make distclean' before reconfiguring
|
| 115 |
+
for another architecture.
|
| 116 |
+
|
| 117 |
+
Installation Names
|
| 118 |
+
==================
|
| 119 |
+
|
| 120 |
+
By default, `make install' will install the package's files in
|
| 121 |
+
`/usr/local/bin', `/usr/local/man', etc. You can specify an
|
| 122 |
+
installation prefix other than `/usr/local' by giving `configure' the
|
| 123 |
+
option `--prefix=PATH'.
|
| 124 |
+
|
| 125 |
+
You can specify separate installation prefixes for
|
| 126 |
+
architecture-specific files and architecture-independent files. If you
|
| 127 |
+
give `configure' the option `--exec-prefix=PATH', the package will use
|
| 128 |
+
PATH as the prefix for installing programs and libraries.
|
| 129 |
+
Documentation and other data files will still use the regular prefix.
|
| 130 |
+
|
| 131 |
+
In addition, if you use an unusual directory layout you can give
|
| 132 |
+
options like `--bindir=PATH' to specify different values for particular
|
| 133 |
+
kinds of files. Run `configure --help' for a list of the directories
|
| 134 |
+
you can set and what kinds of files go in them.
|
| 135 |
+
|
| 136 |
+
If the package supports it, you can cause programs to be installed
|
| 137 |
+
with an extra prefix or suffix on their names by giving `configure' the
|
| 138 |
+
option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
|
| 139 |
+
|
| 140 |
+
Optional Features
|
| 141 |
+
=================
|
| 142 |
+
|
| 143 |
+
Some packages pay attention to `--enable-FEATURE' options to
|
| 144 |
+
`configure', where FEATURE indicates an optional part of the package.
|
| 145 |
+
They may also pay attention to `--with-PACKAGE' options, where PACKAGE
|
| 146 |
+
is something like `gnu-as' or `x' (for the X Window System). The
|
| 147 |
+
`README' should mention any `--enable-' and `--with-' options that the
|
| 148 |
+
package recognizes.
|
| 149 |
+
|
| 150 |
+
For packages that use the X Window System, `configure' can usually
|
| 151 |
+
find the X include and library files automatically, but if it doesn't,
|
| 152 |
+
you can use the `configure' options `--x-includes=DIR' and
|
| 153 |
+
`--x-libraries=DIR' to specify their locations.
|
| 154 |
+
|
| 155 |
+
Specifying the System Type
|
| 156 |
+
==========================
|
| 157 |
+
|
| 158 |
+
There may be some features `configure' cannot figure out
|
| 159 |
+
automatically, but needs to determine by the type of machine the package
|
| 160 |
+
will run on. Usually, assuming the package is built to be run on the
|
| 161 |
+
_same_ architectures, `configure' can figure that out, but if it prints
|
| 162 |
+
a message saying it cannot guess the machine type, give it the
|
| 163 |
+
`--build=TYPE' option. TYPE can either be a short name for the system
|
| 164 |
+
type, such as `sun4', or a canonical name which has the form:
|
| 165 |
+
|
| 166 |
+
CPU-COMPANY-SYSTEM
|
| 167 |
+
|
| 168 |
+
where SYSTEM can have one of these forms:
|
| 169 |
+
|
| 170 |
+
OS KERNEL-OS
|
| 171 |
+
|
| 172 |
+
See the file `config.sub' for the possible values of each field. If
|
| 173 |
+
`config.sub' isn't included in this package, then this package doesn't
|
| 174 |
+
need to know the machine type.
|
| 175 |
+
|
| 176 |
+
If you are _building_ compiler tools for cross-compiling, you should
|
| 177 |
+
use the `--target=TYPE' option to select the type of system they will
|
| 178 |
+
produce code for.
|
| 179 |
+
|
| 180 |
+
If you want to _use_ a cross compiler, that generates code for a
|
| 181 |
+
platform different from the build platform, you should specify the
|
| 182 |
+
"host" platform (i.e., that on which the generated programs will
|
| 183 |
+
eventually be run) with `--host=TYPE'.
|
| 184 |
+
|
| 185 |
+
Sharing Defaults
|
| 186 |
+
================
|
| 187 |
+
|
| 188 |
+
If you want to set default values for `configure' scripts to share,
|
| 189 |
+
you can create a site shell script called `config.site' that gives
|
| 190 |
+
default values for variables like `CC', `cache_file', and `prefix'.
|
| 191 |
+
`configure' looks for `PREFIX/share/config.site' if it exists, then
|
| 192 |
+
`PREFIX/etc/config.site' if it exists. Or, you can set the
|
| 193 |
+
`CONFIG_SITE' environment variable to the location of the site script.
|
| 194 |
+
A warning: not all `configure' scripts look for a site script.
|
| 195 |
+
|
| 196 |
+
Defining Variables
|
| 197 |
+
==================
|
| 198 |
+
|
| 199 |
+
Variables not defined in a site shell script can be set in the
|
| 200 |
+
environment passed to `configure'. However, some packages may run
|
| 201 |
+
configure again during the build, and the customized values of these
|
| 202 |
+
variables may be lost. In order to avoid this problem, you should set
|
| 203 |
+
them in the `configure' command line, using `VAR=value'. For example:
|
| 204 |
+
|
| 205 |
+
./configure CC=/usr/local2/bin/gcc
|
| 206 |
+
|
| 207 |
+
will cause the specified gcc to be used as the C compiler (unless it is
|
| 208 |
+
overridden in the site shell script).
|
| 209 |
+
|
| 210 |
+
`configure' Invocation
|
| 211 |
+
======================
|
| 212 |
+
|
| 213 |
+
`configure' recognizes the following options to control how it
|
| 214 |
+
operates.
|
| 215 |
+
|
| 216 |
+
`--help'
|
| 217 |
+
`-h'
|
| 218 |
+
Print a summary of the options to `configure', and exit.
|
| 219 |
+
|
| 220 |
+
`--version'
|
| 221 |
+
`-V'
|
| 222 |
+
Print the version of Autoconf used to generate the `configure'
|
| 223 |
+
script, and exit.
|
| 224 |
+
|
| 225 |
+
`--cache-file=FILE'
|
| 226 |
+
Enable the cache: use and save the results of the tests in FILE,
|
| 227 |
+
traditionally `config.cache'. FILE defaults to `/dev/null' to
|
| 228 |
+
disable caching.
|
| 229 |
+
|
| 230 |
+
`--config-cache'
|
| 231 |
+
`-C'
|
| 232 |
+
Alias for `--cache-file=config.cache'.
|
| 233 |
+
|
| 234 |
+
`--quiet'
|
| 235 |
+
`--silent'
|
| 236 |
+
`-q'
|
| 237 |
+
Do not print messages saying which checks are being made. To
|
| 238 |
+
suppress all normal output, redirect it to `/dev/null' (any error
|
| 239 |
+
messages will still be shown).
|
| 240 |
+
|
| 241 |
+
`--srcdir=DIR'
|
| 242 |
+
Look for the package's source code in directory DIR. Usually
|
| 243 |
+
`configure' can determine that directory automatically.
|
| 244 |
+
|
| 245 |
+
`configure' also accepts some other, not widely useful, options. Run
|
| 246 |
+
`configure --help' for more details.
|
| 247 |
+
|
| 248 |
+
|
| 249 |
+
WordNet Installation
|
| 250 |
+
====================
|
| 251 |
+
|
| 252 |
+
By default, WordNet is installed in `/usr/local/WordNet-3.0'. You
|
| 253 |
+
must usually be the `root' user to install something here. If you
|
| 254 |
+
choose to install WordNet in a different location, you must use the
|
| 255 |
+
`--prefix=' option to `configure' and specify an installation
|
| 256 |
+
directory.
|
| 257 |
+
|
| 258 |
+
WordNet relies on the Tcl/Tk package, which you must have installed on
|
| 259 |
+
your system prior to building the WordNet package. If you have
|
| 260 |
+
installed Tcl/Tk in a non-standard location, you must specify the
|
| 261 |
+
`--with-tcl=' and `--with-tk=' options to `configure' and specify the
|
| 262 |
+
directory that contains the `tclConfig.sh' and `tkConfig.sh'
|
| 263 |
+
configuration scripts, respectively. (Note that these are usually the
|
| 264 |
+
same directories.)
|
| 265 |
+
|
| 266 |
+
If you're running OS X and installed the Aqua Tcl/Tk package from the
|
| 267 |
+
web site above, use the following settings:
|
| 268 |
+
|
| 269 |
+
--with-tcl=/Library/Frameworks/Tcl.framework
|
| 270 |
+
--with-tk=/Library/Frameworks/Tk.framework
|
| 271 |
+
|
| 272 |
+
If `configure' can't find either `tclConfig.sh' or `tkConfig.sh', it
|
| 273 |
+
will print an error and stop processing.
|
| 274 |
+
|
| 275 |
+
After successfully running `configure', you must then build and
|
| 276 |
+
install WordNet using these commands:
|
| 277 |
+
|
| 278 |
+
make
|
| 279 |
+
make install
|
| 280 |
+
|
| 281 |
+
Running WordNet
|
| 282 |
+
===============
|
| 283 |
+
|
| 284 |
+
In order to run WordNet, you must set your PATH variable to include
|
| 285 |
+
the directory that contains the WordNet binraries. By default, WordNet
|
| 286 |
+
is installed in `/usr/local/WordNet-3.0'.
|
| 287 |
+
|
| 288 |
+
Several other environment variables may need to be set in order to
|
| 289 |
+
run WordNet on your system:
|
| 290 |
+
|
| 291 |
+
PATH - should include either `/usr/local/WordNet-3.0/bin' or the path
|
| 292 |
+
you specified with the `--prefix=' option to `configure', unless you
|
| 293 |
+
installed WordNet in a directory that is already in your path.
|
| 294 |
+
|
| 295 |
+
WNHOME - if you did not install in the default location, you must set
|
| 296 |
+
this environment variable to the value you specified on the `prefix='
|
| 297 |
+
option. This tells the WordNet browser where to find the database files.
|
| 298 |
+
|
| 299 |
+
LD_LIBRARY_PATH - may need to be set to the location of the Tcl/Tk
|
| 300 |
+
libraries.
|
| 301 |
+
|
| 302 |
+
TK_LIBRARY - on OS X, may need to be set to the directory that
|
| 303 |
+
contains the `tk.tcl' file (usually a subidrectory of where the Tk
|
| 304 |
+
library is installed).
|
| 305 |
+
|
| 306 |
+
The command `wnb' starts the WordNet browser application. If any
|
| 307 |
+
of the above variables is not set, or not set properly, an error will
|
| 308 |
+
occur when you run `wnb'.
|
| 309 |
+
|
| 310 |
+
The command line interface is run with the `wn' command. The `PATH' and
|
| 311 |
+
`WNHOME' environment variables must also be set.
|
| 312 |
+
|
WordNet-3.0/LICENSE
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
WordNet Release 3.0
|
| 2 |
+
|
| 3 |
+
This software and database is being provided to you, the LICENSEE, by
|
| 4 |
+
Princeton University under the following license. By obtaining, using
|
| 5 |
+
and/or copying this software and database, you agree that you have
|
| 6 |
+
read, understood, and will comply with these terms and conditions.:
|
| 7 |
+
|
| 8 |
+
Permission to use, copy, modify and distribute this software and
|
| 9 |
+
database and its documentation for any purpose and without fee or
|
| 10 |
+
royalty is hereby granted, provided that you agree to comply with
|
| 11 |
+
the following copyright notice and statements, including the disclaimer,
|
| 12 |
+
and that the same appear on ALL copies of the software, database and
|
| 13 |
+
documentation, including modifications that you make for internal
|
| 14 |
+
use or for distribution.
|
| 15 |
+
|
| 16 |
+
WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.
|
| 17 |
+
|
| 18 |
+
THIS SOFTWARE AND DATABASE IS PROVIDED "AS IS" AND PRINCETON
|
| 19 |
+
UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
|
| 20 |
+
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PRINCETON
|
| 21 |
+
UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES OF MERCHANT-
|
| 22 |
+
ABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE
|
| 23 |
+
OF THE LICENSED SOFTWARE, DATABASE OR DOCUMENTATION WILL NOT
|
| 24 |
+
INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR
|
| 25 |
+
OTHER RIGHTS.
|
| 26 |
+
|
| 27 |
+
The name of Princeton University or Princeton may not be used in
|
| 28 |
+
advertising or publicity pertaining to distribution of the software
|
| 29 |
+
and/or database. Title to copyright in this software, database and
|
| 30 |
+
any associated documentation shall at all times remain with
|
| 31 |
+
Princeton University and LICENSEE agrees to preserve same.
|
WordNet-3.0/Makefile
ADDED
|
@@ -0,0 +1,569 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Makefile.in generated by automake 1.9 from Makefile.am.
|
| 2 |
+
# Makefile. Generated from Makefile.in by configure.
|
| 3 |
+
|
| 4 |
+
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
| 5 |
+
# 2003, 2004 Free Software Foundation, Inc.
|
| 6 |
+
# This Makefile.in is free software; the Free Software Foundation
|
| 7 |
+
# gives unlimited permission to copy and/or distribute it,
|
| 8 |
+
# with or without modifications, as long as this notice is preserved.
|
| 9 |
+
|
| 10 |
+
# This program is distributed in the hope that it will be useful,
|
| 11 |
+
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
| 12 |
+
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
| 13 |
+
# PARTICULAR PURPOSE.
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
srcdir = .
|
| 17 |
+
top_srcdir = .
|
| 18 |
+
|
| 19 |
+
pkgdatadir = $(datadir)/WordNet
|
| 20 |
+
pkglibdir = $(libdir)/WordNet
|
| 21 |
+
pkgincludedir = $(includedir)/WordNet
|
| 22 |
+
top_builddir = .
|
| 23 |
+
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
| 24 |
+
INSTALL = /usr/bin/install -c
|
| 25 |
+
install_sh_DATA = $(install_sh) -c -m 644
|
| 26 |
+
install_sh_PROGRAM = $(install_sh) -c
|
| 27 |
+
install_sh_SCRIPT = $(install_sh) -c
|
| 28 |
+
INSTALL_HEADER = $(INSTALL_DATA)
|
| 29 |
+
transform = $(program_transform_name)
|
| 30 |
+
NORMAL_INSTALL = :
|
| 31 |
+
PRE_INSTALL = :
|
| 32 |
+
POST_INSTALL = :
|
| 33 |
+
NORMAL_UNINSTALL = :
|
| 34 |
+
PRE_UNINSTALL = :
|
| 35 |
+
POST_UNINSTALL = :
|
| 36 |
+
subdir = .
|
| 37 |
+
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
|
| 38 |
+
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
|
| 39 |
+
$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
|
| 40 |
+
compile depcomp install-sh missing
|
| 41 |
+
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
| 42 |
+
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
|
| 43 |
+
$(top_srcdir)/configure.ac
|
| 44 |
+
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
| 45 |
+
$(ACLOCAL_M4)
|
| 46 |
+
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
| 47 |
+
configure.lineno configure.status.lineno
|
| 48 |
+
mkinstalldirs = $(install_sh) -d
|
| 49 |
+
CONFIG_HEADER = config.h
|
| 50 |
+
CONFIG_CLEAN_FILES =
|
| 51 |
+
SOURCES =
|
| 52 |
+
DIST_SOURCES =
|
| 53 |
+
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
| 54 |
+
html-recursive info-recursive install-data-recursive \
|
| 55 |
+
install-exec-recursive install-info-recursive \
|
| 56 |
+
install-recursive installcheck-recursive installdirs-recursive \
|
| 57 |
+
pdf-recursive ps-recursive uninstall-info-recursive \
|
| 58 |
+
uninstall-recursive
|
| 59 |
+
ETAGS = etags
|
| 60 |
+
CTAGS = ctags
|
| 61 |
+
DIST_SUBDIRS = $(SUBDIRS)
|
| 62 |
+
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
| 63 |
+
distdir = $(PACKAGE)-$(VERSION)
|
| 64 |
+
top_distdir = $(distdir)
|
| 65 |
+
am__remove_distdir = \
|
| 66 |
+
{ test ! -d $(distdir) \
|
| 67 |
+
|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
|
| 68 |
+
&& rm -fr $(distdir); }; }
|
| 69 |
+
DIST_ARCHIVES = $(distdir).tar.gz
|
| 70 |
+
GZIP_ENV = --best
|
| 71 |
+
distuninstallcheck_listfiles = find . -type f -print
|
| 72 |
+
distcleancheck_listfiles = find . -type f -print
|
| 73 |
+
ACLOCAL = ${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run aclocal-1.9
|
| 74 |
+
AMDEP_FALSE = #
|
| 75 |
+
AMDEP_TRUE =
|
| 76 |
+
AMTAR = ${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run tar
|
| 77 |
+
AUTOCONF = ${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run autoconf
|
| 78 |
+
AUTOHEADER = ${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run autoheader
|
| 79 |
+
AUTOMAKE = ${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run automake-1.9
|
| 80 |
+
AWK = mawk
|
| 81 |
+
CC = /usr/bin/gcc
|
| 82 |
+
CCDEPMODE = depmode=gcc3
|
| 83 |
+
CFLAGS = -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive
|
| 84 |
+
CPP = /usr/bin/gcc -E
|
| 85 |
+
CPPFLAGS =
|
| 86 |
+
CYGPATH_W = echo
|
| 87 |
+
DEFS = -DHAVE_CONFIG_H
|
| 88 |
+
DEPDIR = .deps
|
| 89 |
+
ECHO_C =
|
| 90 |
+
ECHO_N = -n
|
| 91 |
+
ECHO_T =
|
| 92 |
+
EGREP = grep -E
|
| 93 |
+
EXEEXT =
|
| 94 |
+
INSTALL_DATA = ${INSTALL} -m 644
|
| 95 |
+
INSTALL_PROGRAM = ${INSTALL}
|
| 96 |
+
INSTALL_SCRIPT = ${INSTALL}
|
| 97 |
+
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
|
| 98 |
+
LDFLAGS =
|
| 99 |
+
LIBOBJS =
|
| 100 |
+
LIBS =
|
| 101 |
+
LTLIBOBJS =
|
| 102 |
+
MAKEINFO = ${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run makeinfo
|
| 103 |
+
OBJEXT = o
|
| 104 |
+
PACKAGE = WordNet
|
| 105 |
+
PACKAGE_BUGREPORT = wordnet@princeton.edu
|
| 106 |
+
PACKAGE_NAME = WordNet
|
| 107 |
+
PACKAGE_STRING = WordNet 3.0
|
| 108 |
+
PACKAGE_TARNAME = wordnet
|
| 109 |
+
PACKAGE_VERSION = 3.0
|
| 110 |
+
PATH_SEPARATOR = :
|
| 111 |
+
RANLIB = ranlib
|
| 112 |
+
SET_MAKE =
|
| 113 |
+
SHELL = /bin/bash
|
| 114 |
+
STRIP =
|
| 115 |
+
TCL_INCLUDE_SPEC = -I/usr/include/tcl8.6
|
| 116 |
+
TCL_LIB_SPEC = -L/usr/lib/x86_64-linux-gnu -ltcl8.6
|
| 117 |
+
TK_LIBS = -lX11 -lXss -lXext -lXft -lfontconfig -lfreetype -lpthread -ldl -lz -lpthread -lieee -lm
|
| 118 |
+
TK_LIB_SPEC = -L/usr/lib/x86_64-linux-gnu -ltk8.6
|
| 119 |
+
TK_PREFIX = /usr
|
| 120 |
+
TK_XINCLUDES =
|
| 121 |
+
VERSION = 3.0
|
| 122 |
+
ac_ct_CC = /usr/bin/gcc
|
| 123 |
+
ac_ct_RANLIB = ranlib
|
| 124 |
+
ac_ct_STRIP =
|
| 125 |
+
ac_prefix = /usr/local/WordNet-3.0
|
| 126 |
+
am__fastdepCC_FALSE = #
|
| 127 |
+
am__fastdepCC_TRUE =
|
| 128 |
+
am__include = include
|
| 129 |
+
am__leading_dot = .
|
| 130 |
+
am__quote =
|
| 131 |
+
am__tar = ${AMTAR} chof - "$$tardir"
|
| 132 |
+
am__untar = ${AMTAR} xf -
|
| 133 |
+
bindir = ${exec_prefix}/bin
|
| 134 |
+
build_alias =
|
| 135 |
+
datadir = ${prefix}/share
|
| 136 |
+
exec_prefix = ${prefix}
|
| 137 |
+
host_alias =
|
| 138 |
+
includedir = ${prefix}/include
|
| 139 |
+
infodir = ${prefix}/info
|
| 140 |
+
install_sh = /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/install-sh
|
| 141 |
+
libdir = ${exec_prefix}/lib
|
| 142 |
+
libexecdir = ${exec_prefix}/libexec
|
| 143 |
+
localstatedir = ${prefix}/var
|
| 144 |
+
mandir = ${prefix}/man
|
| 145 |
+
mkdir_p = mkdir -p --
|
| 146 |
+
oldincludedir = /usr/include
|
| 147 |
+
prefix = /usr/local/WordNet-3.0
|
| 148 |
+
program_transform_name = s,x,x,
|
| 149 |
+
sbindir = ${exec_prefix}/sbin
|
| 150 |
+
sharedstatedir = ${prefix}/com
|
| 151 |
+
sysconfdir = ${prefix}/etc
|
| 152 |
+
target_alias =
|
| 153 |
+
EXTRA_DIST = README ChangeLog COPYING INSTALL AUTHORS LICENSE doc dict include
|
| 154 |
+
SUBDIRS = doc dict include lib src
|
| 155 |
+
all: config.h
|
| 156 |
+
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
| 157 |
+
|
| 158 |
+
.SUFFIXES:
|
| 159 |
+
am--refresh:
|
| 160 |
+
@:
|
| 161 |
+
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
| 162 |
+
@for dep in $?; do \
|
| 163 |
+
case '$(am__configure_deps)' in \
|
| 164 |
+
*$$dep*) \
|
| 165 |
+
echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
|
| 166 |
+
cd $(srcdir) && $(AUTOMAKE) --gnu \
|
| 167 |
+
&& exit 0; \
|
| 168 |
+
exit 1;; \
|
| 169 |
+
esac; \
|
| 170 |
+
done; \
|
| 171 |
+
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
|
| 172 |
+
cd $(top_srcdir) && \
|
| 173 |
+
$(AUTOMAKE) --gnu Makefile
|
| 174 |
+
.PRECIOUS: Makefile
|
| 175 |
+
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
| 176 |
+
@case '$?' in \
|
| 177 |
+
*config.status*) \
|
| 178 |
+
echo ' $(SHELL) ./config.status'; \
|
| 179 |
+
$(SHELL) ./config.status;; \
|
| 180 |
+
*) \
|
| 181 |
+
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
|
| 182 |
+
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
|
| 183 |
+
esac;
|
| 184 |
+
|
| 185 |
+
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
| 186 |
+
$(SHELL) ./config.status --recheck
|
| 187 |
+
|
| 188 |
+
$(top_srcdir)/configure: $(am__configure_deps)
|
| 189 |
+
cd $(srcdir) && $(AUTOCONF)
|
| 190 |
+
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
| 191 |
+
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
| 192 |
+
|
| 193 |
+
config.h: stamp-h1
|
| 194 |
+
@if test ! -f $@; then \
|
| 195 |
+
rm -f stamp-h1; \
|
| 196 |
+
$(MAKE) stamp-h1; \
|
| 197 |
+
else :; fi
|
| 198 |
+
|
| 199 |
+
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
| 200 |
+
@rm -f stamp-h1
|
| 201 |
+
cd $(top_builddir) && $(SHELL) ./config.status config.h
|
| 202 |
+
$(srcdir)/config.h.in: $(am__configure_deps)
|
| 203 |
+
cd $(top_srcdir) && $(AUTOHEADER)
|
| 204 |
+
rm -f stamp-h1
|
| 205 |
+
touch $@
|
| 206 |
+
|
| 207 |
+
distclean-hdr:
|
| 208 |
+
-rm -f config.h stamp-h1
|
| 209 |
+
uninstall-info-am:
|
| 210 |
+
|
| 211 |
+
# This directory's subdirectories are mostly independent; you can cd
|
| 212 |
+
# into them and run `make' without going through this Makefile.
|
| 213 |
+
# To change the values of `make' variables: instead of editing Makefiles,
|
| 214 |
+
# (1) if the variable is set in `config.status', edit `config.status'
|
| 215 |
+
# (which will cause the Makefiles to be regenerated when you run `make');
|
| 216 |
+
# (2) otherwise, pass the desired values on the `make' command line.
|
| 217 |
+
$(RECURSIVE_TARGETS):
|
| 218 |
+
@set fnord $$MAKEFLAGS; amf=$$2; \
|
| 219 |
+
dot_seen=no; \
|
| 220 |
+
target=`echo $@ | sed s/-recursive//`; \
|
| 221 |
+
list='$(SUBDIRS)'; for subdir in $$list; do \
|
| 222 |
+
echo "Making $$target in $$subdir"; \
|
| 223 |
+
if test "$$subdir" = "."; then \
|
| 224 |
+
dot_seen=yes; \
|
| 225 |
+
local_target="$$target-am"; \
|
| 226 |
+
else \
|
| 227 |
+
local_target="$$target"; \
|
| 228 |
+
fi; \
|
| 229 |
+
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
| 230 |
+
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
| 231 |
+
done; \
|
| 232 |
+
if test "$$dot_seen" = "no"; then \
|
| 233 |
+
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
| 234 |
+
fi; test -z "$$fail"
|
| 235 |
+
|
| 236 |
+
mostlyclean-recursive clean-recursive distclean-recursive \
|
| 237 |
+
maintainer-clean-recursive:
|
| 238 |
+
@set fnord $$MAKEFLAGS; amf=$$2; \
|
| 239 |
+
dot_seen=no; \
|
| 240 |
+
case "$@" in \
|
| 241 |
+
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
| 242 |
+
*) list='$(SUBDIRS)' ;; \
|
| 243 |
+
esac; \
|
| 244 |
+
rev=''; for subdir in $$list; do \
|
| 245 |
+
if test "$$subdir" = "."; then :; else \
|
| 246 |
+
rev="$$subdir $$rev"; \
|
| 247 |
+
fi; \
|
| 248 |
+
done; \
|
| 249 |
+
rev="$$rev ."; \
|
| 250 |
+
target=`echo $@ | sed s/-recursive//`; \
|
| 251 |
+
for subdir in $$rev; do \
|
| 252 |
+
echo "Making $$target in $$subdir"; \
|
| 253 |
+
if test "$$subdir" = "."; then \
|
| 254 |
+
local_target="$$target-am"; \
|
| 255 |
+
else \
|
| 256 |
+
local_target="$$target"; \
|
| 257 |
+
fi; \
|
| 258 |
+
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
| 259 |
+
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
| 260 |
+
done && test -z "$$fail"
|
| 261 |
+
tags-recursive:
|
| 262 |
+
list='$(SUBDIRS)'; for subdir in $$list; do \
|
| 263 |
+
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
| 264 |
+
done
|
| 265 |
+
ctags-recursive:
|
| 266 |
+
list='$(SUBDIRS)'; for subdir in $$list; do \
|
| 267 |
+
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
| 268 |
+
done
|
| 269 |
+
|
| 270 |
+
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
| 271 |
+
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
| 272 |
+
unique=`for i in $$list; do \
|
| 273 |
+
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
| 274 |
+
done | \
|
| 275 |
+
$(AWK) ' { files[$$0] = 1; } \
|
| 276 |
+
END { for (i in files) print i; }'`; \
|
| 277 |
+
mkid -fID $$unique
|
| 278 |
+
tags: TAGS
|
| 279 |
+
|
| 280 |
+
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
| 281 |
+
$(TAGS_FILES) $(LISP)
|
| 282 |
+
tags=; \
|
| 283 |
+
here=`pwd`; \
|
| 284 |
+
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
| 285 |
+
include_option=--etags-include; \
|
| 286 |
+
empty_fix=.; \
|
| 287 |
+
else \
|
| 288 |
+
include_option=--include; \
|
| 289 |
+
empty_fix=; \
|
| 290 |
+
fi; \
|
| 291 |
+
list='$(SUBDIRS)'; for subdir in $$list; do \
|
| 292 |
+
if test "$$subdir" = .; then :; else \
|
| 293 |
+
test ! -f $$subdir/TAGS || \
|
| 294 |
+
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
|
| 295 |
+
fi; \
|
| 296 |
+
done; \
|
| 297 |
+
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
| 298 |
+
unique=`for i in $$list; do \
|
| 299 |
+
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
| 300 |
+
done | \
|
| 301 |
+
$(AWK) ' { files[$$0] = 1; } \
|
| 302 |
+
END { for (i in files) print i; }'`; \
|
| 303 |
+
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
| 304 |
+
test -n "$$unique" || unique=$$empty_fix; \
|
| 305 |
+
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
| 306 |
+
$$tags $$unique; \
|
| 307 |
+
fi
|
| 308 |
+
ctags: CTAGS
|
| 309 |
+
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
| 310 |
+
$(TAGS_FILES) $(LISP)
|
| 311 |
+
tags=; \
|
| 312 |
+
here=`pwd`; \
|
| 313 |
+
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
| 314 |
+
unique=`for i in $$list; do \
|
| 315 |
+
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
| 316 |
+
done | \
|
| 317 |
+
$(AWK) ' { files[$$0] = 1; } \
|
| 318 |
+
END { for (i in files) print i; }'`; \
|
| 319 |
+
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
| 320 |
+
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
| 321 |
+
$$tags $$unique
|
| 322 |
+
|
| 323 |
+
GTAGS:
|
| 324 |
+
here=`$(am__cd) $(top_builddir) && pwd` \
|
| 325 |
+
&& cd $(top_srcdir) \
|
| 326 |
+
&& gtags -i $(GTAGS_ARGS) $$here
|
| 327 |
+
|
| 328 |
+
distclean-tags:
|
| 329 |
+
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
| 330 |
+
|
| 331 |
+
distdir: $(DISTFILES)
|
| 332 |
+
$(am__remove_distdir)
|
| 333 |
+
mkdir $(distdir)
|
| 334 |
+
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
| 335 |
+
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
| 336 |
+
list='$(DISTFILES)'; for file in $$list; do \
|
| 337 |
+
case $$file in \
|
| 338 |
+
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
| 339 |
+
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
| 340 |
+
esac; \
|
| 341 |
+
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
| 342 |
+
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
| 343 |
+
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
| 344 |
+
dir="/$$dir"; \
|
| 345 |
+
$(mkdir_p) "$(distdir)$$dir"; \
|
| 346 |
+
else \
|
| 347 |
+
dir=''; \
|
| 348 |
+
fi; \
|
| 349 |
+
if test -d $$d/$$file; then \
|
| 350 |
+
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
| 351 |
+
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
| 352 |
+
fi; \
|
| 353 |
+
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
| 354 |
+
else \
|
| 355 |
+
test -f $(distdir)/$$file \
|
| 356 |
+
|| cp -p $$d/$$file $(distdir)/$$file \
|
| 357 |
+
|| exit 1; \
|
| 358 |
+
fi; \
|
| 359 |
+
done
|
| 360 |
+
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
| 361 |
+
if test "$$subdir" = .; then :; else \
|
| 362 |
+
test -d "$(distdir)/$$subdir" \
|
| 363 |
+
|| $(mkdir_p) "$(distdir)/$$subdir" \
|
| 364 |
+
|| exit 1; \
|
| 365 |
+
distdir=`$(am__cd) $(distdir) && pwd`; \
|
| 366 |
+
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
|
| 367 |
+
(cd $$subdir && \
|
| 368 |
+
$(MAKE) $(AM_MAKEFLAGS) \
|
| 369 |
+
top_distdir="$$top_distdir" \
|
| 370 |
+
distdir="$$distdir/$$subdir" \
|
| 371 |
+
distdir) \
|
| 372 |
+
|| exit 1; \
|
| 373 |
+
fi; \
|
| 374 |
+
done
|
| 375 |
+
-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
|
| 376 |
+
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
| 377 |
+
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
| 378 |
+
! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
|
| 379 |
+
|| chmod -R a+r $(distdir)
|
| 380 |
+
dist-gzip: distdir
|
| 381 |
+
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
| 382 |
+
$(am__remove_distdir)
|
| 383 |
+
|
| 384 |
+
dist-bzip2: distdir
|
| 385 |
+
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
|
| 386 |
+
$(am__remove_distdir)
|
| 387 |
+
|
| 388 |
+
dist-tarZ: distdir
|
| 389 |
+
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
| 390 |
+
$(am__remove_distdir)
|
| 391 |
+
|
| 392 |
+
dist-shar: distdir
|
| 393 |
+
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
| 394 |
+
$(am__remove_distdir)
|
| 395 |
+
|
| 396 |
+
dist-zip: distdir
|
| 397 |
+
-rm -f $(distdir).zip
|
| 398 |
+
zip -rq $(distdir).zip $(distdir)
|
| 399 |
+
$(am__remove_distdir)
|
| 400 |
+
|
| 401 |
+
dist dist-all: distdir
|
| 402 |
+
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
| 403 |
+
$(am__remove_distdir)
|
| 404 |
+
|
| 405 |
+
# This target untars the dist file and tries a VPATH configuration. Then
|
| 406 |
+
# it guarantees that the distribution is self-contained by making another
|
| 407 |
+
# tarfile.
|
| 408 |
+
distcheck: dist
|
| 409 |
+
case '$(DIST_ARCHIVES)' in \
|
| 410 |
+
*.tar.gz*) \
|
| 411 |
+
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
|
| 412 |
+
*.tar.bz2*) \
|
| 413 |
+
bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
|
| 414 |
+
*.tar.Z*) \
|
| 415 |
+
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
| 416 |
+
*.shar.gz*) \
|
| 417 |
+
GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
|
| 418 |
+
*.zip*) \
|
| 419 |
+
unzip $(distdir).zip ;;\
|
| 420 |
+
esac
|
| 421 |
+
chmod -R a-w $(distdir); chmod a+w $(distdir)
|
| 422 |
+
mkdir $(distdir)/_build
|
| 423 |
+
mkdir $(distdir)/_inst
|
| 424 |
+
chmod a-w $(distdir)
|
| 425 |
+
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
| 426 |
+
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
| 427 |
+
&& cd $(distdir)/_build \
|
| 428 |
+
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
|
| 429 |
+
$(DISTCHECK_CONFIGURE_FLAGS) \
|
| 430 |
+
&& $(MAKE) $(AM_MAKEFLAGS) \
|
| 431 |
+
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
| 432 |
+
&& $(MAKE) $(AM_MAKEFLAGS) check \
|
| 433 |
+
&& $(MAKE) $(AM_MAKEFLAGS) install \
|
| 434 |
+
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
| 435 |
+
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \
|
| 436 |
+
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
|
| 437 |
+
distuninstallcheck \
|
| 438 |
+
&& chmod -R a-w "$$dc_install_base" \
|
| 439 |
+
&& ({ \
|
| 440 |
+
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \
|
| 441 |
+
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
|
| 442 |
+
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
|
| 443 |
+
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
|
| 444 |
+
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
|
| 445 |
+
} || { rm -rf "$$dc_destdir"; exit 1; }) \
|
| 446 |
+
&& rm -rf "$$dc_destdir" \
|
| 447 |
+
&& $(MAKE) $(AM_MAKEFLAGS) dist \
|
| 448 |
+
&& rm -rf $(DIST_ARCHIVES) \
|
| 449 |
+
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck
|
| 450 |
+
$(am__remove_distdir)
|
| 451 |
+
@(echo "$(distdir) archives ready for distribution: "; \
|
| 452 |
+
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
| 453 |
+
sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
|
| 454 |
+
distuninstallcheck:
|
| 455 |
+
@cd $(distuninstallcheck_dir) \
|
| 456 |
+
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|
| 457 |
+
|| { echo "ERROR: files left after uninstall:" ; \
|
| 458 |
+
if test -n "$(DESTDIR)"; then \
|
| 459 |
+
echo " (check DESTDIR support)"; \
|
| 460 |
+
fi ; \
|
| 461 |
+
$(distuninstallcheck_listfiles) ; \
|
| 462 |
+
exit 1; } >&2
|
| 463 |
+
distcleancheck: distclean
|
| 464 |
+
@if test '$(srcdir)' = . ; then \
|
| 465 |
+
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
|
| 466 |
+
exit 1 ; \
|
| 467 |
+
fi
|
| 468 |
+
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|
| 469 |
+
|| { echo "ERROR: files left in build directory after distclean:" ; \
|
| 470 |
+
$(distcleancheck_listfiles) ; \
|
| 471 |
+
exit 1; } >&2
|
| 472 |
+
check-am: all-am
|
| 473 |
+
check: check-recursive
|
| 474 |
+
all-am: Makefile config.h
|
| 475 |
+
installdirs: installdirs-recursive
|
| 476 |
+
installdirs-am:
|
| 477 |
+
install: install-recursive
|
| 478 |
+
install-exec: install-exec-recursive
|
| 479 |
+
install-data: install-data-recursive
|
| 480 |
+
uninstall: uninstall-recursive
|
| 481 |
+
|
| 482 |
+
install-am: all-am
|
| 483 |
+
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
| 484 |
+
|
| 485 |
+
installcheck: installcheck-recursive
|
| 486 |
+
install-strip:
|
| 487 |
+
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
| 488 |
+
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
| 489 |
+
`test -z '$(STRIP)' || \
|
| 490 |
+
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
| 491 |
+
mostlyclean-generic:
|
| 492 |
+
|
| 493 |
+
clean-generic:
|
| 494 |
+
|
| 495 |
+
distclean-generic:
|
| 496 |
+
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
| 497 |
+
|
| 498 |
+
maintainer-clean-generic:
|
| 499 |
+
@echo "This command is intended for maintainers to use"
|
| 500 |
+
@echo "it deletes files that may require special tools to rebuild."
|
| 501 |
+
clean: clean-recursive
|
| 502 |
+
|
| 503 |
+
clean-am: clean-generic mostlyclean-am
|
| 504 |
+
|
| 505 |
+
distclean: distclean-recursive
|
| 506 |
+
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
| 507 |
+
-rm -f Makefile
|
| 508 |
+
distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
|
| 509 |
+
|
| 510 |
+
dvi: dvi-recursive
|
| 511 |
+
|
| 512 |
+
dvi-am:
|
| 513 |
+
|
| 514 |
+
html: html-recursive
|
| 515 |
+
|
| 516 |
+
info: info-recursive
|
| 517 |
+
|
| 518 |
+
info-am:
|
| 519 |
+
|
| 520 |
+
install-data-am:
|
| 521 |
+
|
| 522 |
+
install-exec-am:
|
| 523 |
+
|
| 524 |
+
install-info: install-info-recursive
|
| 525 |
+
|
| 526 |
+
install-man:
|
| 527 |
+
|
| 528 |
+
installcheck-am:
|
| 529 |
+
|
| 530 |
+
maintainer-clean: maintainer-clean-recursive
|
| 531 |
+
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
| 532 |
+
-rm -rf $(top_srcdir)/autom4te.cache
|
| 533 |
+
-rm -f Makefile
|
| 534 |
+
maintainer-clean-am: distclean-am maintainer-clean-generic
|
| 535 |
+
|
| 536 |
+
mostlyclean: mostlyclean-recursive
|
| 537 |
+
|
| 538 |
+
mostlyclean-am: mostlyclean-generic
|
| 539 |
+
|
| 540 |
+
pdf: pdf-recursive
|
| 541 |
+
|
| 542 |
+
pdf-am:
|
| 543 |
+
|
| 544 |
+
ps: ps-recursive
|
| 545 |
+
|
| 546 |
+
ps-am:
|
| 547 |
+
|
| 548 |
+
uninstall-am: uninstall-info-am
|
| 549 |
+
|
| 550 |
+
uninstall-info: uninstall-info-recursive
|
| 551 |
+
|
| 552 |
+
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
|
| 553 |
+
check-am clean clean-generic clean-recursive ctags \
|
| 554 |
+
ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
|
| 555 |
+
dist-tarZ dist-zip distcheck distclean distclean-generic \
|
| 556 |
+
distclean-hdr distclean-recursive distclean-tags \
|
| 557 |
+
distcleancheck distdir distuninstallcheck dvi dvi-am html \
|
| 558 |
+
html-am info info-am install install-am install-data \
|
| 559 |
+
install-data-am install-exec install-exec-am install-info \
|
| 560 |
+
install-info-am install-man install-strip installcheck \
|
| 561 |
+
installcheck-am installdirs installdirs-am maintainer-clean \
|
| 562 |
+
maintainer-clean-generic maintainer-clean-recursive \
|
| 563 |
+
mostlyclean mostlyclean-generic mostlyclean-recursive pdf \
|
| 564 |
+
pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
|
| 565 |
+
uninstall-info-am
|
| 566 |
+
|
| 567 |
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
| 568 |
+
# Otherwise a system limit (for SysV at least) may be exceeded.
|
| 569 |
+
.NOEXPORT:
|
WordNet-3.0/Makefile.am
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
EXTRA_DIST = README ChangeLog COPYING INSTALL AUTHORS LICENSE doc dict include
|
| 2 |
+
SUBDIRS = doc dict include lib src
|
WordNet-3.0/Makefile.in
ADDED
|
@@ -0,0 +1,569 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Makefile.in generated by automake 1.9 from Makefile.am.
|
| 2 |
+
# @configure_input@
|
| 3 |
+
|
| 4 |
+
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
| 5 |
+
# 2003, 2004 Free Software Foundation, Inc.
|
| 6 |
+
# This Makefile.in is free software; the Free Software Foundation
|
| 7 |
+
# gives unlimited permission to copy and/or distribute it,
|
| 8 |
+
# with or without modifications, as long as this notice is preserved.
|
| 9 |
+
|
| 10 |
+
# This program is distributed in the hope that it will be useful,
|
| 11 |
+
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
| 12 |
+
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
| 13 |
+
# PARTICULAR PURPOSE.
|
| 14 |
+
|
| 15 |
+
@SET_MAKE@
|
| 16 |
+
srcdir = @srcdir@
|
| 17 |
+
top_srcdir = @top_srcdir@
|
| 18 |
+
VPATH = @srcdir@
|
| 19 |
+
pkgdatadir = $(datadir)/@PACKAGE@
|
| 20 |
+
pkglibdir = $(libdir)/@PACKAGE@
|
| 21 |
+
pkgincludedir = $(includedir)/@PACKAGE@
|
| 22 |
+
top_builddir = .
|
| 23 |
+
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
| 24 |
+
INSTALL = @INSTALL@
|
| 25 |
+
install_sh_DATA = $(install_sh) -c -m 644
|
| 26 |
+
install_sh_PROGRAM = $(install_sh) -c
|
| 27 |
+
install_sh_SCRIPT = $(install_sh) -c
|
| 28 |
+
INSTALL_HEADER = $(INSTALL_DATA)
|
| 29 |
+
transform = $(program_transform_name)
|
| 30 |
+
NORMAL_INSTALL = :
|
| 31 |
+
PRE_INSTALL = :
|
| 32 |
+
POST_INSTALL = :
|
| 33 |
+
NORMAL_UNINSTALL = :
|
| 34 |
+
PRE_UNINSTALL = :
|
| 35 |
+
POST_UNINSTALL = :
|
| 36 |
+
subdir = .
|
| 37 |
+
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
|
| 38 |
+
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
|
| 39 |
+
$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
|
| 40 |
+
compile depcomp install-sh missing
|
| 41 |
+
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
| 42 |
+
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
|
| 43 |
+
$(top_srcdir)/configure.ac
|
| 44 |
+
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
| 45 |
+
$(ACLOCAL_M4)
|
| 46 |
+
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
| 47 |
+
configure.lineno configure.status.lineno
|
| 48 |
+
mkinstalldirs = $(install_sh) -d
|
| 49 |
+
CONFIG_HEADER = config.h
|
| 50 |
+
CONFIG_CLEAN_FILES =
|
| 51 |
+
SOURCES =
|
| 52 |
+
DIST_SOURCES =
|
| 53 |
+
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
| 54 |
+
html-recursive info-recursive install-data-recursive \
|
| 55 |
+
install-exec-recursive install-info-recursive \
|
| 56 |
+
install-recursive installcheck-recursive installdirs-recursive \
|
| 57 |
+
pdf-recursive ps-recursive uninstall-info-recursive \
|
| 58 |
+
uninstall-recursive
|
| 59 |
+
ETAGS = etags
|
| 60 |
+
CTAGS = ctags
|
| 61 |
+
DIST_SUBDIRS = $(SUBDIRS)
|
| 62 |
+
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
| 63 |
+
distdir = $(PACKAGE)-$(VERSION)
|
| 64 |
+
top_distdir = $(distdir)
|
| 65 |
+
am__remove_distdir = \
|
| 66 |
+
{ test ! -d $(distdir) \
|
| 67 |
+
|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
|
| 68 |
+
&& rm -fr $(distdir); }; }
|
| 69 |
+
DIST_ARCHIVES = $(distdir).tar.gz
|
| 70 |
+
GZIP_ENV = --best
|
| 71 |
+
distuninstallcheck_listfiles = find . -type f -print
|
| 72 |
+
distcleancheck_listfiles = find . -type f -print
|
| 73 |
+
ACLOCAL = @ACLOCAL@
|
| 74 |
+
AMDEP_FALSE = @AMDEP_FALSE@
|
| 75 |
+
AMDEP_TRUE = @AMDEP_TRUE@
|
| 76 |
+
AMTAR = @AMTAR@
|
| 77 |
+
AUTOCONF = @AUTOCONF@
|
| 78 |
+
AUTOHEADER = @AUTOHEADER@
|
| 79 |
+
AUTOMAKE = @AUTOMAKE@
|
| 80 |
+
AWK = @AWK@
|
| 81 |
+
CC = @CC@
|
| 82 |
+
CCDEPMODE = @CCDEPMODE@
|
| 83 |
+
CFLAGS = @CFLAGS@
|
| 84 |
+
CPP = @CPP@
|
| 85 |
+
CPPFLAGS = @CPPFLAGS@
|
| 86 |
+
CYGPATH_W = @CYGPATH_W@
|
| 87 |
+
DEFS = @DEFS@
|
| 88 |
+
DEPDIR = @DEPDIR@
|
| 89 |
+
ECHO_C = @ECHO_C@
|
| 90 |
+
ECHO_N = @ECHO_N@
|
| 91 |
+
ECHO_T = @ECHO_T@
|
| 92 |
+
EGREP = @EGREP@
|
| 93 |
+
EXEEXT = @EXEEXT@
|
| 94 |
+
INSTALL_DATA = @INSTALL_DATA@
|
| 95 |
+
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
| 96 |
+
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
| 97 |
+
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
| 98 |
+
LDFLAGS = @LDFLAGS@
|
| 99 |
+
LIBOBJS = @LIBOBJS@
|
| 100 |
+
LIBS = @LIBS@
|
| 101 |
+
LTLIBOBJS = @LTLIBOBJS@
|
| 102 |
+
MAKEINFO = @MAKEINFO@
|
| 103 |
+
OBJEXT = @OBJEXT@
|
| 104 |
+
PACKAGE = @PACKAGE@
|
| 105 |
+
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
| 106 |
+
PACKAGE_NAME = @PACKAGE_NAME@
|
| 107 |
+
PACKAGE_STRING = @PACKAGE_STRING@
|
| 108 |
+
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
| 109 |
+
PACKAGE_VERSION = @PACKAGE_VERSION@
|
| 110 |
+
PATH_SEPARATOR = @PATH_SEPARATOR@
|
| 111 |
+
RANLIB = @RANLIB@
|
| 112 |
+
SET_MAKE = @SET_MAKE@
|
| 113 |
+
SHELL = @SHELL@
|
| 114 |
+
STRIP = @STRIP@
|
| 115 |
+
TCL_INCLUDE_SPEC = @TCL_INCLUDE_SPEC@
|
| 116 |
+
TCL_LIB_SPEC = @TCL_LIB_SPEC@
|
| 117 |
+
TK_LIBS = @TK_LIBS@
|
| 118 |
+
TK_LIB_SPEC = @TK_LIB_SPEC@
|
| 119 |
+
TK_PREFIX = @TK_PREFIX@
|
| 120 |
+
TK_XINCLUDES = @TK_XINCLUDES@
|
| 121 |
+
VERSION = @VERSION@
|
| 122 |
+
ac_ct_CC = @ac_ct_CC@
|
| 123 |
+
ac_ct_RANLIB = @ac_ct_RANLIB@
|
| 124 |
+
ac_ct_STRIP = @ac_ct_STRIP@
|
| 125 |
+
ac_prefix = @ac_prefix@
|
| 126 |
+
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
| 127 |
+
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
| 128 |
+
am__include = @am__include@
|
| 129 |
+
am__leading_dot = @am__leading_dot@
|
| 130 |
+
am__quote = @am__quote@
|
| 131 |
+
am__tar = @am__tar@
|
| 132 |
+
am__untar = @am__untar@
|
| 133 |
+
bindir = @bindir@
|
| 134 |
+
build_alias = @build_alias@
|
| 135 |
+
datadir = @datadir@
|
| 136 |
+
exec_prefix = @exec_prefix@
|
| 137 |
+
host_alias = @host_alias@
|
| 138 |
+
includedir = @includedir@
|
| 139 |
+
infodir = @infodir@
|
| 140 |
+
install_sh = @install_sh@
|
| 141 |
+
libdir = @libdir@
|
| 142 |
+
libexecdir = @libexecdir@
|
| 143 |
+
localstatedir = @localstatedir@
|
| 144 |
+
mandir = @mandir@
|
| 145 |
+
mkdir_p = @mkdir_p@
|
| 146 |
+
oldincludedir = @oldincludedir@
|
| 147 |
+
prefix = @prefix@
|
| 148 |
+
program_transform_name = @program_transform_name@
|
| 149 |
+
sbindir = @sbindir@
|
| 150 |
+
sharedstatedir = @sharedstatedir@
|
| 151 |
+
sysconfdir = @sysconfdir@
|
| 152 |
+
target_alias = @target_alias@
|
| 153 |
+
EXTRA_DIST = README ChangeLog COPYING INSTALL AUTHORS LICENSE doc dict include
|
| 154 |
+
SUBDIRS = doc dict include lib src
|
| 155 |
+
all: config.h
|
| 156 |
+
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
| 157 |
+
|
| 158 |
+
.SUFFIXES:
|
| 159 |
+
am--refresh:
|
| 160 |
+
@:
|
| 161 |
+
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
| 162 |
+
@for dep in $?; do \
|
| 163 |
+
case '$(am__configure_deps)' in \
|
| 164 |
+
*$$dep*) \
|
| 165 |
+
echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
|
| 166 |
+
cd $(srcdir) && $(AUTOMAKE) --gnu \
|
| 167 |
+
&& exit 0; \
|
| 168 |
+
exit 1;; \
|
| 169 |
+
esac; \
|
| 170 |
+
done; \
|
| 171 |
+
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
|
| 172 |
+
cd $(top_srcdir) && \
|
| 173 |
+
$(AUTOMAKE) --gnu Makefile
|
| 174 |
+
.PRECIOUS: Makefile
|
| 175 |
+
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
| 176 |
+
@case '$?' in \
|
| 177 |
+
*config.status*) \
|
| 178 |
+
echo ' $(SHELL) ./config.status'; \
|
| 179 |
+
$(SHELL) ./config.status;; \
|
| 180 |
+
*) \
|
| 181 |
+
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
|
| 182 |
+
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
|
| 183 |
+
esac;
|
| 184 |
+
|
| 185 |
+
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
| 186 |
+
$(SHELL) ./config.status --recheck
|
| 187 |
+
|
| 188 |
+
$(top_srcdir)/configure: $(am__configure_deps)
|
| 189 |
+
cd $(srcdir) && $(AUTOCONF)
|
| 190 |
+
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
| 191 |
+
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
| 192 |
+
|
| 193 |
+
config.h: stamp-h1
|
| 194 |
+
@if test ! -f $@; then \
|
| 195 |
+
rm -f stamp-h1; \
|
| 196 |
+
$(MAKE) stamp-h1; \
|
| 197 |
+
else :; fi
|
| 198 |
+
|
| 199 |
+
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
| 200 |
+
@rm -f stamp-h1
|
| 201 |
+
cd $(top_builddir) && $(SHELL) ./config.status config.h
|
| 202 |
+
$(srcdir)/config.h.in: $(am__configure_deps)
|
| 203 |
+
cd $(top_srcdir) && $(AUTOHEADER)
|
| 204 |
+
rm -f stamp-h1
|
| 205 |
+
touch $@
|
| 206 |
+
|
| 207 |
+
distclean-hdr:
|
| 208 |
+
-rm -f config.h stamp-h1
|
| 209 |
+
uninstall-info-am:
|
| 210 |
+
|
| 211 |
+
# This directory's subdirectories are mostly independent; you can cd
|
| 212 |
+
# into them and run `make' without going through this Makefile.
|
| 213 |
+
# To change the values of `make' variables: instead of editing Makefiles,
|
| 214 |
+
# (1) if the variable is set in `config.status', edit `config.status'
|
| 215 |
+
# (which will cause the Makefiles to be regenerated when you run `make');
|
| 216 |
+
# (2) otherwise, pass the desired values on the `make' command line.
|
| 217 |
+
$(RECURSIVE_TARGETS):
|
| 218 |
+
@set fnord $$MAKEFLAGS; amf=$$2; \
|
| 219 |
+
dot_seen=no; \
|
| 220 |
+
target=`echo $@ | sed s/-recursive//`; \
|
| 221 |
+
list='$(SUBDIRS)'; for subdir in $$list; do \
|
| 222 |
+
echo "Making $$target in $$subdir"; \
|
| 223 |
+
if test "$$subdir" = "."; then \
|
| 224 |
+
dot_seen=yes; \
|
| 225 |
+
local_target="$$target-am"; \
|
| 226 |
+
else \
|
| 227 |
+
local_target="$$target"; \
|
| 228 |
+
fi; \
|
| 229 |
+
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
| 230 |
+
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
| 231 |
+
done; \
|
| 232 |
+
if test "$$dot_seen" = "no"; then \
|
| 233 |
+
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
| 234 |
+
fi; test -z "$$fail"
|
| 235 |
+
|
| 236 |
+
mostlyclean-recursive clean-recursive distclean-recursive \
|
| 237 |
+
maintainer-clean-recursive:
|
| 238 |
+
@set fnord $$MAKEFLAGS; amf=$$2; \
|
| 239 |
+
dot_seen=no; \
|
| 240 |
+
case "$@" in \
|
| 241 |
+
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
| 242 |
+
*) list='$(SUBDIRS)' ;; \
|
| 243 |
+
esac; \
|
| 244 |
+
rev=''; for subdir in $$list; do \
|
| 245 |
+
if test "$$subdir" = "."; then :; else \
|
| 246 |
+
rev="$$subdir $$rev"; \
|
| 247 |
+
fi; \
|
| 248 |
+
done; \
|
| 249 |
+
rev="$$rev ."; \
|
| 250 |
+
target=`echo $@ | sed s/-recursive//`; \
|
| 251 |
+
for subdir in $$rev; do \
|
| 252 |
+
echo "Making $$target in $$subdir"; \
|
| 253 |
+
if test "$$subdir" = "."; then \
|
| 254 |
+
local_target="$$target-am"; \
|
| 255 |
+
else \
|
| 256 |
+
local_target="$$target"; \
|
| 257 |
+
fi; \
|
| 258 |
+
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
| 259 |
+
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
| 260 |
+
done && test -z "$$fail"
|
| 261 |
+
tags-recursive:
|
| 262 |
+
list='$(SUBDIRS)'; for subdir in $$list; do \
|
| 263 |
+
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
| 264 |
+
done
|
| 265 |
+
ctags-recursive:
|
| 266 |
+
list='$(SUBDIRS)'; for subdir in $$list; do \
|
| 267 |
+
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
| 268 |
+
done
|
| 269 |
+
|
| 270 |
+
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
| 271 |
+
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
| 272 |
+
unique=`for i in $$list; do \
|
| 273 |
+
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
| 274 |
+
done | \
|
| 275 |
+
$(AWK) ' { files[$$0] = 1; } \
|
| 276 |
+
END { for (i in files) print i; }'`; \
|
| 277 |
+
mkid -fID $$unique
|
| 278 |
+
tags: TAGS
|
| 279 |
+
|
| 280 |
+
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
| 281 |
+
$(TAGS_FILES) $(LISP)
|
| 282 |
+
tags=; \
|
| 283 |
+
here=`pwd`; \
|
| 284 |
+
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
| 285 |
+
include_option=--etags-include; \
|
| 286 |
+
empty_fix=.; \
|
| 287 |
+
else \
|
| 288 |
+
include_option=--include; \
|
| 289 |
+
empty_fix=; \
|
| 290 |
+
fi; \
|
| 291 |
+
list='$(SUBDIRS)'; for subdir in $$list; do \
|
| 292 |
+
if test "$$subdir" = .; then :; else \
|
| 293 |
+
test ! -f $$subdir/TAGS || \
|
| 294 |
+
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
|
| 295 |
+
fi; \
|
| 296 |
+
done; \
|
| 297 |
+
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
| 298 |
+
unique=`for i in $$list; do \
|
| 299 |
+
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
| 300 |
+
done | \
|
| 301 |
+
$(AWK) ' { files[$$0] = 1; } \
|
| 302 |
+
END { for (i in files) print i; }'`; \
|
| 303 |
+
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
| 304 |
+
test -n "$$unique" || unique=$$empty_fix; \
|
| 305 |
+
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
| 306 |
+
$$tags $$unique; \
|
| 307 |
+
fi
|
| 308 |
+
ctags: CTAGS
|
| 309 |
+
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
| 310 |
+
$(TAGS_FILES) $(LISP)
|
| 311 |
+
tags=; \
|
| 312 |
+
here=`pwd`; \
|
| 313 |
+
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
| 314 |
+
unique=`for i in $$list; do \
|
| 315 |
+
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
| 316 |
+
done | \
|
| 317 |
+
$(AWK) ' { files[$$0] = 1; } \
|
| 318 |
+
END { for (i in files) print i; }'`; \
|
| 319 |
+
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
| 320 |
+
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
| 321 |
+
$$tags $$unique
|
| 322 |
+
|
| 323 |
+
GTAGS:
|
| 324 |
+
here=`$(am__cd) $(top_builddir) && pwd` \
|
| 325 |
+
&& cd $(top_srcdir) \
|
| 326 |
+
&& gtags -i $(GTAGS_ARGS) $$here
|
| 327 |
+
|
| 328 |
+
distclean-tags:
|
| 329 |
+
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
| 330 |
+
|
| 331 |
+
distdir: $(DISTFILES)
|
| 332 |
+
$(am__remove_distdir)
|
| 333 |
+
mkdir $(distdir)
|
| 334 |
+
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
| 335 |
+
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
| 336 |
+
list='$(DISTFILES)'; for file in $$list; do \
|
| 337 |
+
case $$file in \
|
| 338 |
+
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
| 339 |
+
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
| 340 |
+
esac; \
|
| 341 |
+
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
| 342 |
+
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
| 343 |
+
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
| 344 |
+
dir="/$$dir"; \
|
| 345 |
+
$(mkdir_p) "$(distdir)$$dir"; \
|
| 346 |
+
else \
|
| 347 |
+
dir=''; \
|
| 348 |
+
fi; \
|
| 349 |
+
if test -d $$d/$$file; then \
|
| 350 |
+
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
| 351 |
+
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
| 352 |
+
fi; \
|
| 353 |
+
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
| 354 |
+
else \
|
| 355 |
+
test -f $(distdir)/$$file \
|
| 356 |
+
|| cp -p $$d/$$file $(distdir)/$$file \
|
| 357 |
+
|| exit 1; \
|
| 358 |
+
fi; \
|
| 359 |
+
done
|
| 360 |
+
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
| 361 |
+
if test "$$subdir" = .; then :; else \
|
| 362 |
+
test -d "$(distdir)/$$subdir" \
|
| 363 |
+
|| $(mkdir_p) "$(distdir)/$$subdir" \
|
| 364 |
+
|| exit 1; \
|
| 365 |
+
distdir=`$(am__cd) $(distdir) && pwd`; \
|
| 366 |
+
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
|
| 367 |
+
(cd $$subdir && \
|
| 368 |
+
$(MAKE) $(AM_MAKEFLAGS) \
|
| 369 |
+
top_distdir="$$top_distdir" \
|
| 370 |
+
distdir="$$distdir/$$subdir" \
|
| 371 |
+
distdir) \
|
| 372 |
+
|| exit 1; \
|
| 373 |
+
fi; \
|
| 374 |
+
done
|
| 375 |
+
-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
|
| 376 |
+
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
| 377 |
+
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
| 378 |
+
! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
|
| 379 |
+
|| chmod -R a+r $(distdir)
|
| 380 |
+
dist-gzip: distdir
|
| 381 |
+
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
| 382 |
+
$(am__remove_distdir)
|
| 383 |
+
|
| 384 |
+
dist-bzip2: distdir
|
| 385 |
+
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
|
| 386 |
+
$(am__remove_distdir)
|
| 387 |
+
|
| 388 |
+
dist-tarZ: distdir
|
| 389 |
+
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
| 390 |
+
$(am__remove_distdir)
|
| 391 |
+
|
| 392 |
+
dist-shar: distdir
|
| 393 |
+
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
| 394 |
+
$(am__remove_distdir)
|
| 395 |
+
|
| 396 |
+
dist-zip: distdir
|
| 397 |
+
-rm -f $(distdir).zip
|
| 398 |
+
zip -rq $(distdir).zip $(distdir)
|
| 399 |
+
$(am__remove_distdir)
|
| 400 |
+
|
| 401 |
+
dist dist-all: distdir
|
| 402 |
+
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
| 403 |
+
$(am__remove_distdir)
|
| 404 |
+
|
| 405 |
+
# This target untars the dist file and tries a VPATH configuration. Then
|
| 406 |
+
# it guarantees that the distribution is self-contained by making another
|
| 407 |
+
# tarfile.
|
| 408 |
+
distcheck: dist
|
| 409 |
+
case '$(DIST_ARCHIVES)' in \
|
| 410 |
+
*.tar.gz*) \
|
| 411 |
+
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
|
| 412 |
+
*.tar.bz2*) \
|
| 413 |
+
bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
|
| 414 |
+
*.tar.Z*) \
|
| 415 |
+
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
| 416 |
+
*.shar.gz*) \
|
| 417 |
+
GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
|
| 418 |
+
*.zip*) \
|
| 419 |
+
unzip $(distdir).zip ;;\
|
| 420 |
+
esac
|
| 421 |
+
chmod -R a-w $(distdir); chmod a+w $(distdir)
|
| 422 |
+
mkdir $(distdir)/_build
|
| 423 |
+
mkdir $(distdir)/_inst
|
| 424 |
+
chmod a-w $(distdir)
|
| 425 |
+
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
| 426 |
+
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
| 427 |
+
&& cd $(distdir)/_build \
|
| 428 |
+
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
|
| 429 |
+
$(DISTCHECK_CONFIGURE_FLAGS) \
|
| 430 |
+
&& $(MAKE) $(AM_MAKEFLAGS) \
|
| 431 |
+
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
| 432 |
+
&& $(MAKE) $(AM_MAKEFLAGS) check \
|
| 433 |
+
&& $(MAKE) $(AM_MAKEFLAGS) install \
|
| 434 |
+
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
| 435 |
+
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \
|
| 436 |
+
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
|
| 437 |
+
distuninstallcheck \
|
| 438 |
+
&& chmod -R a-w "$$dc_install_base" \
|
| 439 |
+
&& ({ \
|
| 440 |
+
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \
|
| 441 |
+
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
|
| 442 |
+
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
|
| 443 |
+
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
|
| 444 |
+
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
|
| 445 |
+
} || { rm -rf "$$dc_destdir"; exit 1; }) \
|
| 446 |
+
&& rm -rf "$$dc_destdir" \
|
| 447 |
+
&& $(MAKE) $(AM_MAKEFLAGS) dist \
|
| 448 |
+
&& rm -rf $(DIST_ARCHIVES) \
|
| 449 |
+
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck
|
| 450 |
+
$(am__remove_distdir)
|
| 451 |
+
@(echo "$(distdir) archives ready for distribution: "; \
|
| 452 |
+
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
| 453 |
+
sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
|
| 454 |
+
distuninstallcheck:
|
| 455 |
+
@cd $(distuninstallcheck_dir) \
|
| 456 |
+
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|
| 457 |
+
|| { echo "ERROR: files left after uninstall:" ; \
|
| 458 |
+
if test -n "$(DESTDIR)"; then \
|
| 459 |
+
echo " (check DESTDIR support)"; \
|
| 460 |
+
fi ; \
|
| 461 |
+
$(distuninstallcheck_listfiles) ; \
|
| 462 |
+
exit 1; } >&2
|
| 463 |
+
distcleancheck: distclean
|
| 464 |
+
@if test '$(srcdir)' = . ; then \
|
| 465 |
+
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
|
| 466 |
+
exit 1 ; \
|
| 467 |
+
fi
|
| 468 |
+
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|
| 469 |
+
|| { echo "ERROR: files left in build directory after distclean:" ; \
|
| 470 |
+
$(distcleancheck_listfiles) ; \
|
| 471 |
+
exit 1; } >&2
|
| 472 |
+
check-am: all-am
|
| 473 |
+
check: check-recursive
|
| 474 |
+
all-am: Makefile config.h
|
| 475 |
+
installdirs: installdirs-recursive
|
| 476 |
+
installdirs-am:
|
| 477 |
+
install: install-recursive
|
| 478 |
+
install-exec: install-exec-recursive
|
| 479 |
+
install-data: install-data-recursive
|
| 480 |
+
uninstall: uninstall-recursive
|
| 481 |
+
|
| 482 |
+
install-am: all-am
|
| 483 |
+
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
| 484 |
+
|
| 485 |
+
installcheck: installcheck-recursive
|
| 486 |
+
install-strip:
|
| 487 |
+
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
| 488 |
+
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
| 489 |
+
`test -z '$(STRIP)' || \
|
| 490 |
+
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
| 491 |
+
mostlyclean-generic:
|
| 492 |
+
|
| 493 |
+
clean-generic:
|
| 494 |
+
|
| 495 |
+
distclean-generic:
|
| 496 |
+
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
| 497 |
+
|
| 498 |
+
maintainer-clean-generic:
|
| 499 |
+
@echo "This command is intended for maintainers to use"
|
| 500 |
+
@echo "it deletes files that may require special tools to rebuild."
|
| 501 |
+
clean: clean-recursive
|
| 502 |
+
|
| 503 |
+
clean-am: clean-generic mostlyclean-am
|
| 504 |
+
|
| 505 |
+
distclean: distclean-recursive
|
| 506 |
+
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
| 507 |
+
-rm -f Makefile
|
| 508 |
+
distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
|
| 509 |
+
|
| 510 |
+
dvi: dvi-recursive
|
| 511 |
+
|
| 512 |
+
dvi-am:
|
| 513 |
+
|
| 514 |
+
html: html-recursive
|
| 515 |
+
|
| 516 |
+
info: info-recursive
|
| 517 |
+
|
| 518 |
+
info-am:
|
| 519 |
+
|
| 520 |
+
install-data-am:
|
| 521 |
+
|
| 522 |
+
install-exec-am:
|
| 523 |
+
|
| 524 |
+
install-info: install-info-recursive
|
| 525 |
+
|
| 526 |
+
install-man:
|
| 527 |
+
|
| 528 |
+
installcheck-am:
|
| 529 |
+
|
| 530 |
+
maintainer-clean: maintainer-clean-recursive
|
| 531 |
+
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
| 532 |
+
-rm -rf $(top_srcdir)/autom4te.cache
|
| 533 |
+
-rm -f Makefile
|
| 534 |
+
maintainer-clean-am: distclean-am maintainer-clean-generic
|
| 535 |
+
|
| 536 |
+
mostlyclean: mostlyclean-recursive
|
| 537 |
+
|
| 538 |
+
mostlyclean-am: mostlyclean-generic
|
| 539 |
+
|
| 540 |
+
pdf: pdf-recursive
|
| 541 |
+
|
| 542 |
+
pdf-am:
|
| 543 |
+
|
| 544 |
+
ps: ps-recursive
|
| 545 |
+
|
| 546 |
+
ps-am:
|
| 547 |
+
|
| 548 |
+
uninstall-am: uninstall-info-am
|
| 549 |
+
|
| 550 |
+
uninstall-info: uninstall-info-recursive
|
| 551 |
+
|
| 552 |
+
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
|
| 553 |
+
check-am clean clean-generic clean-recursive ctags \
|
| 554 |
+
ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
|
| 555 |
+
dist-tarZ dist-zip distcheck distclean distclean-generic \
|
| 556 |
+
distclean-hdr distclean-recursive distclean-tags \
|
| 557 |
+
distcleancheck distdir distuninstallcheck dvi dvi-am html \
|
| 558 |
+
html-am info info-am install install-am install-data \
|
| 559 |
+
install-data-am install-exec install-exec-am install-info \
|
| 560 |
+
install-info-am install-man install-strip installcheck \
|
| 561 |
+
installcheck-am installdirs installdirs-am maintainer-clean \
|
| 562 |
+
maintainer-clean-generic maintainer-clean-recursive \
|
| 563 |
+
mostlyclean mostlyclean-generic mostlyclean-recursive pdf \
|
| 564 |
+
pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
|
| 565 |
+
uninstall-info-am
|
| 566 |
+
|
| 567 |
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
| 568 |
+
# Otherwise a system limit (for SysV at least) may be exceeded.
|
| 569 |
+
.NOEXPORT:
|
WordNet-3.0/NEWS
ADDED
|
File without changes
|
WordNet-3.0/README
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
This is the README file for WordNet 3.0
|
| 3 |
+
|
| 4 |
+
1. About WordNet
|
| 5 |
+
|
| 6 |
+
WordNet was developed at Princeton University's Cognitive Science
|
| 7 |
+
Laboratory under the direction of George Miller, James S. McDonnell
|
| 8 |
+
Distinguished University Professor of Psychology, Emeritus. Over the
|
| 9 |
+
years many linguists, lexicographers, students, and software engineers
|
| 10 |
+
have contributed to the project.
|
| 11 |
+
|
| 12 |
+
WordNet is an online lexical reference system. Word forms in WordNet
|
| 13 |
+
are represented in their familiar orthography; word meanings are
|
| 14 |
+
represented by synonym sets (synsets) - lists of synonymous word forms
|
| 15 |
+
that are interchangeable in some context. Two kinds of relations are
|
| 16 |
+
recognized: lexical and semantic. Lexical relations hold between word
|
| 17 |
+
forms; semantic relations hold between word meanings.
|
| 18 |
+
|
| 19 |
+
To learn more about WordNet, the book "WordNet: An Electronic Lexical
|
| 20 |
+
Database," containing an updated version of "Five Papers on WordNet"
|
| 21 |
+
and additional papers by WordNet users, is available from MIT Press:
|
| 22 |
+
|
| 23 |
+
http://mitpress.mit.edu/book-home.tcl?isbn=026206197X
|
| 24 |
+
|
| 25 |
+
2. The WordNet Web Site
|
| 26 |
+
|
| 27 |
+
We maintain a Web site at:
|
| 28 |
+
|
| 29 |
+
http://wordnet.princeton.edu
|
| 30 |
+
|
| 31 |
+
Information about WordNet, access to our online interface, and the
|
| 32 |
+
various WordNet packages that you can download are available from our
|
| 33 |
+
web site. All of the software documentation is available online, as
|
| 34 |
+
well as a FAQ. On this site we also have information about other
|
| 35 |
+
applications that use WordNet. If you have an application that you
|
| 36 |
+
would like included, please send e-mail to the above address.
|
| 37 |
+
|
| 38 |
+
3. Contacting Us
|
| 39 |
+
|
| 40 |
+
Ongoing deveopment work and WordNet related projects are done by a
|
| 41 |
+
small group of researchers, lexicographers, and systems programmers.
|
| 42 |
+
Since our resources are VERY limited, we request that you please
|
| 43 |
+
confine correspondence to WordNet topics only. Please check the
|
| 44 |
+
documentation, FAQ, and other resources for the answer to your
|
| 45 |
+
question or problem before contacting us.
|
| 46 |
+
|
| 47 |
+
If you have trouble installing or downloading WordNet, have a bug to
|
| 48 |
+
report, or any other problem, please refer to the online FAQ file
|
| 49 |
+
first. If you can heal thyself, please do so. The FAQ will be
|
| 50 |
+
updated over time. And if you do find a previously unreported
|
| 51 |
+
problem, please use our Bug Report Form:
|
| 52 |
+
|
| 53 |
+
http://wordnet.princeton.edu/cgi-bin/bugsubmit.pl
|
| 54 |
+
|
| 55 |
+
When reporting a problem, please be as specific as possible, stating
|
| 56 |
+
the computer platform you are using, which interface you are using,
|
| 57 |
+
and the exact error. The more details you can provide, the more
|
| 58 |
+
likely it is that you will get an answer.
|
| 59 |
+
|
| 60 |
+
There is a WordNet user discussion group mailing list that we invite
|
| 61 |
+
our users to join. Users use this list to ask questions of one
|
| 62 |
+
another, announce extensions to WordNet that they've developed, and
|
| 63 |
+
other topics of general usefulness to the user community.
|
| 64 |
+
|
| 65 |
+
Information on joining the user discussion list, reporting bugs and other
|
| 66 |
+
contact information is in found on our website at:
|
| 67 |
+
|
| 68 |
+
http://wordnet.princeton.edu/contact
|
| 69 |
+
|
| 70 |
+
4. Current Release
|
| 71 |
+
|
| 72 |
+
WordNet Version 3.0 is the latest version available for download. Two
|
| 73 |
+
basic database packages are available - one for Windows and one for
|
| 74 |
+
Unix platforms (including Mac OS X). See the file ChangeLog (Unix) or
|
| 75 |
+
CHANGES.txt (Windows) for a list of changes from previous versions.
|
| 76 |
+
|
| 77 |
+
WordNet packages can either be downloaded from our web site via:
|
| 78 |
+
|
| 79 |
+
http://wordnet.princeton.edu/obtain
|
| 80 |
+
|
| 81 |
+
The Windows package is a self-extracting archive that installs itself
|
| 82 |
+
when you double-click on it.
|
| 83 |
+
|
| 84 |
+
Beginning with Version 2.1, we changed the Unix package to a GNU Autotools
|
| 85 |
+
package. The WordNet browser makes use of the open source Tcl and Tk
|
| 86 |
+
packages. Many systems come with either or both pre-installed. If
|
| 87 |
+
your system doesn't (some systems have Tcl installed, but not Tk)
|
| 88 |
+
Tcl/Tk can be downloaded from:
|
| 89 |
+
|
| 90 |
+
http://www.tcl.tk/
|
| 91 |
+
|
| 92 |
+
Tcl and Tk must be installed BEFORE you compile WordNet. You must also
|
| 93 |
+
have a C compiler before installing Tcl/Tk or WordNet. WordNet has
|
| 94 |
+
been built and tested with the GNU gcc compiler. This is
|
| 95 |
+
pre-installed on most Unix systems, and can be downloaded from:
|
| 96 |
+
|
| 97 |
+
http://gcc.gnu.org/
|
| 98 |
+
|
| 99 |
+
See the file INSTALL for detailed WordNet installation instructions.
|
| 100 |
+
|
| 101 |
+
|
WordNet-3.0/acinclude.m4
ADDED
|
@@ -0,0 +1,333 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#------------------------------------------------------------------------
|
| 2 |
+
# SC_PATH_TCLCONFIG --
|
| 3 |
+
#
|
| 4 |
+
# Locate the tclConfig.sh file and perform a sanity check on
|
| 5 |
+
# the Tcl compile flags
|
| 6 |
+
#
|
| 7 |
+
# Arguments:
|
| 8 |
+
# none
|
| 9 |
+
#
|
| 10 |
+
# Results:
|
| 11 |
+
#
|
| 12 |
+
# Adds the following arguments to configure:
|
| 13 |
+
# --with-tcl=...
|
| 14 |
+
#
|
| 15 |
+
# Defines the following vars:
|
| 16 |
+
# TCL_BIN_DIR Full path to the directory containing
|
| 17 |
+
# the tclConfig.sh file
|
| 18 |
+
#------------------------------------------------------------------------
|
| 19 |
+
|
| 20 |
+
AC_DEFUN(SC_PATH_TCLCONFIG, [
|
| 21 |
+
#
|
| 22 |
+
# Ok, lets find the tcl configuration
|
| 23 |
+
# First, look for one uninstalled.
|
| 24 |
+
# the alternative search directory is invoked by --with-tcl
|
| 25 |
+
#
|
| 26 |
+
|
| 27 |
+
if test x"${no_tcl}" = x ; then
|
| 28 |
+
# we reset no_tcl in case something fails here
|
| 29 |
+
no_tcl=true
|
| 30 |
+
AC_ARG_WITH(tcl, [ --with-tcl directory containing tcl configuration (tclConfig.sh)], with_tclconfig=${withval})
|
| 31 |
+
AC_MSG_CHECKING([for Tcl configuration])
|
| 32 |
+
AC_CACHE_VAL(ac_cv_c_tclconfig,[
|
| 33 |
+
|
| 34 |
+
# First check to see if --with-tcl was specified.
|
| 35 |
+
if test x"${with_tclconfig}" != x ; then
|
| 36 |
+
if test -f "${with_tclconfig}/tclConfig.sh" ; then
|
| 37 |
+
ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
|
| 38 |
+
else
|
| 39 |
+
AC_MSG_ERROR([${with_tclconfig} directory doesn't contain tclConfig.sh])
|
| 40 |
+
fi
|
| 41 |
+
fi
|
| 42 |
+
|
| 43 |
+
# then check for a private Tcl installation
|
| 44 |
+
if test x"${ac_cv_c_tclconfig}" = x ; then
|
| 45 |
+
for i in \
|
| 46 |
+
../tcl \
|
| 47 |
+
`ls -dr ../tcl[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \
|
| 48 |
+
`ls -dr ../tcl[[8-9]].[[0-9]] 2>/dev/null` \
|
| 49 |
+
`ls -dr ../tcl[[8-9]].[[0-9]]* 2>/dev/null` \
|
| 50 |
+
../../tcl \
|
| 51 |
+
`ls -dr ../../tcl[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \
|
| 52 |
+
`ls -dr ../../tcl[[8-9]].[[0-9]] 2>/dev/null` \
|
| 53 |
+
`ls -dr ../../tcl[[8-9]].[[0-9]]* 2>/dev/null` \
|
| 54 |
+
../../../tcl \
|
| 55 |
+
`ls -dr ../../../tcl[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \
|
| 56 |
+
`ls -dr ../../../tcl[[8-9]].[[0-9]] 2>/dev/null` \
|
| 57 |
+
`ls -dr ../../../tcl[[8-9]].[[0-9]]* 2>/dev/null` ; do
|
| 58 |
+
if test -f "$i/unix/tclConfig.sh" ; then
|
| 59 |
+
ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
|
| 60 |
+
break
|
| 61 |
+
fi
|
| 62 |
+
done
|
| 63 |
+
fi
|
| 64 |
+
|
| 65 |
+
# check in a few common install locations
|
| 66 |
+
if test x"${ac_cv_c_tclconfig}" = x ; then
|
| 67 |
+
for i in `ls -d ${libdir} 2>/dev/null` \
|
| 68 |
+
`ls -d /usr/local/lib 2>/dev/null` \
|
| 69 |
+
`ls -d /usr/contrib/lib 2>/dev/null` \
|
| 70 |
+
`ls -d /usr/lib 2>/dev/null` \
|
| 71 |
+
`ls -d /usr/lib64 2>/dev/null` \
|
| 72 |
+
; do
|
| 73 |
+
if test -f "$i/tclConfig.sh" ; then
|
| 74 |
+
ac_cv_c_tclconfig=`(cd $i; pwd)`
|
| 75 |
+
break
|
| 76 |
+
fi
|
| 77 |
+
done
|
| 78 |
+
fi
|
| 79 |
+
|
| 80 |
+
# check in a few other private locations
|
| 81 |
+
if test x"${ac_cv_c_tclconfig}" = x ; then
|
| 82 |
+
for i in \
|
| 83 |
+
${srcdir}/../tcl \
|
| 84 |
+
`ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \
|
| 85 |
+
`ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]] 2>/dev/null` \
|
| 86 |
+
`ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]]* 2>/dev/null` ; do
|
| 87 |
+
if test -f "$i/unix/tclConfig.sh" ; then
|
| 88 |
+
ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
|
| 89 |
+
break
|
| 90 |
+
fi
|
| 91 |
+
done
|
| 92 |
+
fi
|
| 93 |
+
])
|
| 94 |
+
|
| 95 |
+
if test x"${ac_cv_c_tclconfig}" = x ; then
|
| 96 |
+
TCL_BIN_DIR="# no Tcl configs found"
|
| 97 |
+
AC_MSG_WARN(Can't find Tcl configuration definitions)
|
| 98 |
+
exit 0
|
| 99 |
+
else
|
| 100 |
+
no_tcl=
|
| 101 |
+
TCL_BIN_DIR=${ac_cv_c_tclconfig}
|
| 102 |
+
AC_MSG_RESULT(found $TCL_BIN_DIR/tclConfig.sh)
|
| 103 |
+
fi
|
| 104 |
+
fi
|
| 105 |
+
])
|
| 106 |
+
|
| 107 |
+
#------------------------------------------------------------------------
|
| 108 |
+
# SC_PATH_TKCONFIG --
|
| 109 |
+
#
|
| 110 |
+
# Locate the tkConfig.sh file
|
| 111 |
+
#
|
| 112 |
+
# Arguments:
|
| 113 |
+
# none
|
| 114 |
+
#
|
| 115 |
+
# Results:
|
| 116 |
+
#
|
| 117 |
+
# Adds the following arguments to configure:
|
| 118 |
+
# --with-tk=...
|
| 119 |
+
#
|
| 120 |
+
# Defines the following vars:
|
| 121 |
+
# TK_BIN_DIR Full path to the directory containing
|
| 122 |
+
# the tkConfig.sh file
|
| 123 |
+
#------------------------------------------------------------------------
|
| 124 |
+
|
| 125 |
+
AC_DEFUN(SC_PATH_TKCONFIG, [
|
| 126 |
+
#
|
| 127 |
+
# Ok, lets find the tk configuration
|
| 128 |
+
# First, look for one uninstalled.
|
| 129 |
+
# the alternative search directory is invoked by --with-tk
|
| 130 |
+
#
|
| 131 |
+
|
| 132 |
+
if test x"${no_tk}" = x ; then
|
| 133 |
+
# we reset no_tk in case something fails here
|
| 134 |
+
no_tk=true
|
| 135 |
+
AC_ARG_WITH(tk, [ --with-tk directory containing tk configuration (tkConfig.sh)], with_tkconfig=${withval})
|
| 136 |
+
AC_MSG_CHECKING([for Tk configuration])
|
| 137 |
+
AC_CACHE_VAL(ac_cv_c_tkconfig,[
|
| 138 |
+
|
| 139 |
+
# First check to see if --with-tkconfig was specified.
|
| 140 |
+
if test x"${with_tkconfig}" != x ; then
|
| 141 |
+
if test -f "${with_tkconfig}/tkConfig.sh" ; then
|
| 142 |
+
ac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)`
|
| 143 |
+
else
|
| 144 |
+
AC_MSG_ERROR([${with_tkconfig} directory doesn't contain tkConfig.sh])
|
| 145 |
+
fi
|
| 146 |
+
fi
|
| 147 |
+
|
| 148 |
+
# then check for a private Tk library
|
| 149 |
+
if test x"${ac_cv_c_tkconfig}" = x ; then
|
| 150 |
+
for i in \
|
| 151 |
+
../tk \
|
| 152 |
+
`ls -dr ../tk[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \
|
| 153 |
+
`ls -dr ../tk[[8-9]].[[0-9]] 2>/dev/null` \
|
| 154 |
+
`ls -dr ../tk[[8-9]].[[0-9]]* 2>/dev/null` \
|
| 155 |
+
../../tk \
|
| 156 |
+
`ls -dr ../../tk[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \
|
| 157 |
+
`ls -dr ../../tk[[8-9]].[[0-9]] 2>/dev/null` \
|
| 158 |
+
`ls -dr ../../tk[[8-9]].[[0-9]]* 2>/dev/null` \
|
| 159 |
+
../../../tk \
|
| 160 |
+
`ls -dr ../../../tk[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \
|
| 161 |
+
`ls -dr ../../../tk[[8-9]].[[0-9]] 2>/dev/null` \
|
| 162 |
+
`ls -dr ../../../tk[[8-9]].[[0-9]]* 2>/dev/null` ; do
|
| 163 |
+
if test -f "$i/unix/tkConfig.sh" ; then
|
| 164 |
+
ac_cv_c_tkconfig=`(cd $i/unix; pwd)`
|
| 165 |
+
break
|
| 166 |
+
fi
|
| 167 |
+
done
|
| 168 |
+
fi
|
| 169 |
+
# check in a few common install locations
|
| 170 |
+
if test x"${ac_cv_c_tkconfig}" = x ; then
|
| 171 |
+
for i in `ls -d ${libdir} 2>/dev/null` \
|
| 172 |
+
`ls -d /usr/local/lib 2>/dev/null` \
|
| 173 |
+
`ls -d /usr/contrib/lib 2>/dev/null` \
|
| 174 |
+
`ls -d /usr/lib 2>/dev/null` \
|
| 175 |
+
`ls -d /usr/lib64 2>/dev/null` \
|
| 176 |
+
; do
|
| 177 |
+
if test -f "$i/tkConfig.sh" ; then
|
| 178 |
+
ac_cv_c_tkconfig=`(cd $i; pwd)`
|
| 179 |
+
break
|
| 180 |
+
fi
|
| 181 |
+
done
|
| 182 |
+
fi
|
| 183 |
+
# check in a few other private locations
|
| 184 |
+
if test x"${ac_cv_c_tkconfig}" = x ; then
|
| 185 |
+
for i in \
|
| 186 |
+
${srcdir}/../tk \
|
| 187 |
+
`ls -dr ${srcdir}/../tk[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \
|
| 188 |
+
`ls -dr ${srcdir}/../tk[[8-9]].[[0-9]] 2>/dev/null` \
|
| 189 |
+
`ls -dr ${srcdir}/../tk[[8-9]].[[0-9]]* 2>/dev/null` ; do
|
| 190 |
+
if test -f "$i/unix/tkConfig.sh" ; then
|
| 191 |
+
ac_cv_c_tkconfig=`(cd $i/unix; pwd)`
|
| 192 |
+
break
|
| 193 |
+
fi
|
| 194 |
+
done
|
| 195 |
+
fi
|
| 196 |
+
])
|
| 197 |
+
if test x"${ac_cv_c_tkconfig}" = x ; then
|
| 198 |
+
TK_BIN_DIR="# no Tk configs found"
|
| 199 |
+
AC_MSG_WARN(Can't find Tk configuration definitions)
|
| 200 |
+
exit 0
|
| 201 |
+
else
|
| 202 |
+
no_tk=
|
| 203 |
+
TK_BIN_DIR=${ac_cv_c_tkconfig}
|
| 204 |
+
AC_MSG_RESULT(found $TK_BIN_DIR/tkConfig.sh)
|
| 205 |
+
fi
|
| 206 |
+
fi
|
| 207 |
+
|
| 208 |
+
])
|
| 209 |
+
|
| 210 |
+
#------------------------------------------------------------------------
|
| 211 |
+
# SC_LOAD_TCLCONFIG --
|
| 212 |
+
#
|
| 213 |
+
# Load the tclConfig.sh file
|
| 214 |
+
#
|
| 215 |
+
# Arguments:
|
| 216 |
+
#
|
| 217 |
+
# Requires the following vars to be set:
|
| 218 |
+
# TCL_BIN_DIR
|
| 219 |
+
#
|
| 220 |
+
# Results:
|
| 221 |
+
#
|
| 222 |
+
# Subst the following vars:
|
| 223 |
+
# TCL_BIN_DIR
|
| 224 |
+
# TCL_SRC_DIR
|
| 225 |
+
# TCL_LIB_FILE
|
| 226 |
+
#
|
| 227 |
+
#------------------------------------------------------------------------
|
| 228 |
+
|
| 229 |
+
AC_DEFUN(SC_LOAD_TCLCONFIG, [
|
| 230 |
+
AC_MSG_CHECKING([for existence of $TCL_BIN_DIR/tclConfig.sh])
|
| 231 |
+
|
| 232 |
+
if test -f "$TCL_BIN_DIR/tclConfig.sh" ; then
|
| 233 |
+
AC_MSG_RESULT([loading])
|
| 234 |
+
. $TCL_BIN_DIR/tclConfig.sh
|
| 235 |
+
else
|
| 236 |
+
AC_MSG_RESULT([file not found])
|
| 237 |
+
fi
|
| 238 |
+
|
| 239 |
+
#
|
| 240 |
+
# If the TCL_BIN_DIR is the build directory (not the install directory),
|
| 241 |
+
# then set the common variable name to the value of the build variables.
|
| 242 |
+
# For example, the variable TCL_LIB_SPEC will be set to the value
|
| 243 |
+
# of TCL_BUILD_LIB_SPEC. An extension should make use of TCL_LIB_SPEC
|
| 244 |
+
# instead of TCL_BUILD_LIB_SPEC since it will work with both an
|
| 245 |
+
# installed and uninstalled version of Tcl.
|
| 246 |
+
#
|
| 247 |
+
|
| 248 |
+
if test -f $TCL_BIN_DIR/Makefile ; then
|
| 249 |
+
TCL_LIB_SPEC=${TCL_BUILD_LIB_SPEC}
|
| 250 |
+
TCL_STUB_LIB_SPEC=${TCL_BUILD_STUB_LIB_SPEC}
|
| 251 |
+
TCL_STUB_LIB_PATH=${TCL_BUILD_STUB_LIB_PATH}
|
| 252 |
+
fi
|
| 253 |
+
|
| 254 |
+
#
|
| 255 |
+
# eval is required to do the TCL_DBGX substitution
|
| 256 |
+
#
|
| 257 |
+
|
| 258 |
+
eval "TCL_LIB_FILE=\"${TCL_LIB_FILE}\""
|
| 259 |
+
eval "TCL_LIB_FLAG=\"${TCL_LIB_FLAG}\""
|
| 260 |
+
eval "TCL_LIB_SPEC=\"${TCL_LIB_SPEC}\""
|
| 261 |
+
eval "TCL_INCLUDE_SPEC=\"${TCL_INCLUDE_SPEC}\""
|
| 262 |
+
|
| 263 |
+
eval "TCL_STUB_LIB_FILE=\"${TCL_STUB_LIB_FILE}\""
|
| 264 |
+
eval "TCL_STUB_LIB_FLAG=\"${TCL_STUB_LIB_FLAG}\""
|
| 265 |
+
eval "TCL_STUB_LIB_SPEC=\"${TCL_STUB_LIB_SPEC}\""
|
| 266 |
+
|
| 267 |
+
# AC_SUBST(TCL_VERSION)
|
| 268 |
+
# AC_SUBST(TCL_BIN_DIR)
|
| 269 |
+
# AC_SUBST(TCL_SRC_DIR)
|
| 270 |
+
|
| 271 |
+
# AC_SUBST(TCL_LIB_FILE)
|
| 272 |
+
# AC_SUBST(TCL_LIB_FLAG)
|
| 273 |
+
AC_SUBST(TCL_LIB_SPEC)
|
| 274 |
+
AC_SUBST(TCL_INCLUDE_SPEC)
|
| 275 |
+
|
| 276 |
+
# AC_SUBST(TCL_STUB_LIB_FILE)
|
| 277 |
+
# AC_SUBST(TCL_STUB_LIB_FLAG)
|
| 278 |
+
# AC_SUBST(TCL_STUB_LIB_SPEC)
|
| 279 |
+
])
|
| 280 |
+
|
| 281 |
+
#------------------------------------------------------------------------
|
| 282 |
+
# SC_LOAD_TKCONFIG --
|
| 283 |
+
#
|
| 284 |
+
# Load the tkConfig.sh file
|
| 285 |
+
#
|
| 286 |
+
# Arguments:
|
| 287 |
+
#
|
| 288 |
+
# Requires the following vars to be set:
|
| 289 |
+
# TK_BIN_DIR
|
| 290 |
+
#
|
| 291 |
+
# Results:
|
| 292 |
+
#
|
| 293 |
+
# Sets the following vars that should be in tkConfig.sh:
|
| 294 |
+
# TK_BIN_DIR
|
| 295 |
+
#------------------------------------------------------------------------
|
| 296 |
+
|
| 297 |
+
AC_DEFUN(SC_LOAD_TKCONFIG, [
|
| 298 |
+
AC_MSG_CHECKING([for existence of $TK_BIN_DIR/tkConfig.sh])
|
| 299 |
+
|
| 300 |
+
if test -f "$TK_BIN_DIR/tkConfig.sh" ; then
|
| 301 |
+
AC_MSG_RESULT([loading])
|
| 302 |
+
. $TK_BIN_DIR/tkConfig.sh
|
| 303 |
+
else
|
| 304 |
+
AC_MSG_RESULT([could not find $TK_BIN_DIR/tkConfig.sh])
|
| 305 |
+
fi
|
| 306 |
+
|
| 307 |
+
AC_SUBST(TK_LIB_SPEC)
|
| 308 |
+
AC_SUBST(TK_LIBS)
|
| 309 |
+
AC_SUBST(TK_XINCLUDES)
|
| 310 |
+
AC_SUBST(TK_PREFIX)
|
| 311 |
+
|
| 312 |
+
# AC_SUBST(TK_VERSION)
|
| 313 |
+
# AC_SUBST(TK_BIN_DIR)
|
| 314 |
+
# AC_SUBST(TK_SRC_DIR)
|
| 315 |
+
# AC_SUBST(TK_LIB_FILE)
|
| 316 |
+
])
|
| 317 |
+
|
| 318 |
+
dnl From Bruno Haible.
|
| 319 |
+
|
| 320 |
+
AC_DEFUN([AC_LANGINFO_CODESET],
|
| 321 |
+
[
|
| 322 |
+
AC_CACHE_CHECK([for nl_langinfo and CODESET], am_cv_langinfo_codeset,
|
| 323 |
+
[AC_TRY_LINK([#include <langinfo.h>],
|
| 324 |
+
[char* cs = nl_langinfo(CODESET);],
|
| 325 |
+
am_cv_langinfo_codeset=yes,
|
| 326 |
+
am_cv_langinfo_codeset=no)
|
| 327 |
+
])
|
| 328 |
+
if test $am_cv_langinfo_codeset = yes; then
|
| 329 |
+
AC_DEFINE(HAVE_LANGINFO_CODESET, 1,
|
| 330 |
+
[Define if you have <langinfo.h> and nl_langinfo(CODESET).])
|
| 331 |
+
fi
|
| 332 |
+
])
|
| 333 |
+
|
WordNet-3.0/aclocal.m4
ADDED
|
@@ -0,0 +1,1021 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# generated automatically by aclocal 1.9 -*- Autoconf -*-
|
| 2 |
+
|
| 3 |
+
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
|
| 4 |
+
# Free Software Foundation, Inc.
|
| 5 |
+
# This file is free software; the Free Software Foundation
|
| 6 |
+
# gives unlimited permission to copy and/or distribute it,
|
| 7 |
+
# with or without modifications, as long as this notice is preserved.
|
| 8 |
+
|
| 9 |
+
# This program is distributed in the hope that it will be useful,
|
| 10 |
+
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
| 11 |
+
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
| 12 |
+
# PARTICULAR PURPOSE.
|
| 13 |
+
|
| 14 |
+
# -*- Autoconf -*-
|
| 15 |
+
# Copyright (C) 2002, 2003 Free Software Foundation, Inc.
|
| 16 |
+
# Generated from amversion.in; do not edit by hand.
|
| 17 |
+
|
| 18 |
+
# This program is free software; you can redistribute it and/or modify
|
| 19 |
+
# it under the terms of the GNU General Public License as published by
|
| 20 |
+
# the Free Software Foundation; either version 2, or (at your option)
|
| 21 |
+
# any later version.
|
| 22 |
+
|
| 23 |
+
# This program is distributed in the hope that it will be useful,
|
| 24 |
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 25 |
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 26 |
+
# GNU General Public License for more details.
|
| 27 |
+
|
| 28 |
+
# You should have received a copy of the GNU General Public License
|
| 29 |
+
# along with this program; if not, write to the Free Software
|
| 30 |
+
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
| 31 |
+
|
| 32 |
+
# AM_AUTOMAKE_VERSION(VERSION)
|
| 33 |
+
# ----------------------------
|
| 34 |
+
# Automake X.Y traces this macro to ensure aclocal.m4 has been
|
| 35 |
+
# generated from the m4 files accompanying Automake X.Y.
|
| 36 |
+
AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
|
| 37 |
+
|
| 38 |
+
# AM_SET_CURRENT_AUTOMAKE_VERSION
|
| 39 |
+
# -------------------------------
|
| 40 |
+
# Call AM_AUTOMAKE_VERSION so it can be traced.
|
| 41 |
+
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
|
| 42 |
+
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
|
| 43 |
+
[AM_AUTOMAKE_VERSION([1.9])])
|
| 44 |
+
|
| 45 |
+
# AM_AUX_DIR_EXPAND
|
| 46 |
+
|
| 47 |
+
# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
|
| 48 |
+
|
| 49 |
+
# This program is free software; you can redistribute it and/or modify
|
| 50 |
+
# it under the terms of the GNU General Public License as published by
|
| 51 |
+
# the Free Software Foundation; either version 2, or (at your option)
|
| 52 |
+
# any later version.
|
| 53 |
+
|
| 54 |
+
# This program is distributed in the hope that it will be useful,
|
| 55 |
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 56 |
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 57 |
+
# GNU General Public License for more details.
|
| 58 |
+
|
| 59 |
+
# You should have received a copy of the GNU General Public License
|
| 60 |
+
# along with this program; if not, write to the Free Software
|
| 61 |
+
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
| 62 |
+
# 02111-1307, USA.
|
| 63 |
+
|
| 64 |
+
# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
|
| 65 |
+
# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to
|
| 66 |
+
# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
|
| 67 |
+
#
|
| 68 |
+
# Of course, Automake must honor this variable whenever it calls a
|
| 69 |
+
# tool from the auxiliary directory. The problem is that $srcdir (and
|
| 70 |
+
# therefore $ac_aux_dir as well) can be either absolute or relative,
|
| 71 |
+
# depending on how configure is run. This is pretty annoying, since
|
| 72 |
+
# it makes $ac_aux_dir quite unusable in subdirectories: in the top
|
| 73 |
+
# source directory, any form will work fine, but in subdirectories a
|
| 74 |
+
# relative path needs to be adjusted first.
|
| 75 |
+
#
|
| 76 |
+
# $ac_aux_dir/missing
|
| 77 |
+
# fails when called from a subdirectory if $ac_aux_dir is relative
|
| 78 |
+
# $top_srcdir/$ac_aux_dir/missing
|
| 79 |
+
# fails if $ac_aux_dir is absolute,
|
| 80 |
+
# fails when called from a subdirectory in a VPATH build with
|
| 81 |
+
# a relative $ac_aux_dir
|
| 82 |
+
#
|
| 83 |
+
# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
|
| 84 |
+
# are both prefixed by $srcdir. In an in-source build this is usually
|
| 85 |
+
# harmless because $srcdir is `.', but things will broke when you
|
| 86 |
+
# start a VPATH build or use an absolute $srcdir.
|
| 87 |
+
#
|
| 88 |
+
# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
|
| 89 |
+
# iff we strip the leading $srcdir from $ac_aux_dir. That would be:
|
| 90 |
+
# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
|
| 91 |
+
# and then we would define $MISSING as
|
| 92 |
+
# MISSING="\${SHELL} $am_aux_dir/missing"
|
| 93 |
+
# This will work as long as MISSING is not called from configure, because
|
| 94 |
+
# unfortunately $(top_srcdir) has no meaning in configure.
|
| 95 |
+
# However there are other variables, like CC, which are often used in
|
| 96 |
+
# configure, and could therefore not use this "fixed" $ac_aux_dir.
|
| 97 |
+
#
|
| 98 |
+
# Another solution, used here, is to always expand $ac_aux_dir to an
|
| 99 |
+
# absolute PATH. The drawback is that using absolute paths prevent a
|
| 100 |
+
# configured tree to be moved without reconfiguration.
|
| 101 |
+
|
| 102 |
+
AC_DEFUN([AM_AUX_DIR_EXPAND],
|
| 103 |
+
[dnl Rely on autoconf to set up CDPATH properly.
|
| 104 |
+
AC_PREREQ([2.50])dnl
|
| 105 |
+
# expand $ac_aux_dir to an absolute path
|
| 106 |
+
am_aux_dir=`cd $ac_aux_dir && pwd`
|
| 107 |
+
])
|
| 108 |
+
|
| 109 |
+
# AM_CONDITIONAL -*- Autoconf -*-
|
| 110 |
+
|
| 111 |
+
# Copyright (C) 1997, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
|
| 112 |
+
|
| 113 |
+
# This program is free software; you can redistribute it and/or modify
|
| 114 |
+
# it under the terms of the GNU General Public License as published by
|
| 115 |
+
# the Free Software Foundation; either version 2, or (at your option)
|
| 116 |
+
# any later version.
|
| 117 |
+
|
| 118 |
+
# This program is distributed in the hope that it will be useful,
|
| 119 |
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 120 |
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 121 |
+
# GNU General Public License for more details.
|
| 122 |
+
|
| 123 |
+
# You should have received a copy of the GNU General Public License
|
| 124 |
+
# along with this program; if not, write to the Free Software
|
| 125 |
+
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
| 126 |
+
# 02111-1307, USA.
|
| 127 |
+
|
| 128 |
+
# serial 6
|
| 129 |
+
|
| 130 |
+
# AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
| 131 |
+
# -------------------------------------
|
| 132 |
+
# Define a conditional.
|
| 133 |
+
AC_DEFUN([AM_CONDITIONAL],
|
| 134 |
+
[AC_PREREQ(2.52)dnl
|
| 135 |
+
ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
|
| 136 |
+
[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
|
| 137 |
+
AC_SUBST([$1_TRUE])
|
| 138 |
+
AC_SUBST([$1_FALSE])
|
| 139 |
+
if $2; then
|
| 140 |
+
$1_TRUE=
|
| 141 |
+
$1_FALSE='#'
|
| 142 |
+
else
|
| 143 |
+
$1_TRUE='#'
|
| 144 |
+
$1_FALSE=
|
| 145 |
+
fi
|
| 146 |
+
AC_CONFIG_COMMANDS_PRE(
|
| 147 |
+
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
|
| 148 |
+
AC_MSG_ERROR([[conditional "$1" was never defined.
|
| 149 |
+
Usually this means the macro was only invoked conditionally.]])
|
| 150 |
+
fi])])
|
| 151 |
+
|
| 152 |
+
# serial 7 -*- Autoconf -*-
|
| 153 |
+
|
| 154 |
+
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
|
| 155 |
+
# Free Software Foundation, Inc.
|
| 156 |
+
|
| 157 |
+
# This program is free software; you can redistribute it and/or modify
|
| 158 |
+
# it under the terms of the GNU General Public License as published by
|
| 159 |
+
# the Free Software Foundation; either version 2, or (at your option)
|
| 160 |
+
# any later version.
|
| 161 |
+
|
| 162 |
+
# This program is distributed in the hope that it will be useful,
|
| 163 |
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 164 |
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 165 |
+
# GNU General Public License for more details.
|
| 166 |
+
|
| 167 |
+
# You should have received a copy of the GNU General Public License
|
| 168 |
+
# along with this program; if not, write to the Free Software
|
| 169 |
+
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
| 170 |
+
# 02111-1307, USA.
|
| 171 |
+
|
| 172 |
+
|
| 173 |
+
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
|
| 174 |
+
# written in clear, in which case automake, when reading aclocal.m4,
|
| 175 |
+
# will think it sees a *use*, and therefore will trigger all it's
|
| 176 |
+
# C support machinery. Also note that it means that autoscan, seeing
|
| 177 |
+
# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
|
| 178 |
+
|
| 179 |
+
|
| 180 |
+
|
| 181 |
+
# _AM_DEPENDENCIES(NAME)
|
| 182 |
+
# ----------------------
|
| 183 |
+
# See how the compiler implements dependency checking.
|
| 184 |
+
# NAME is "CC", "CXX", "GCJ", or "OBJC".
|
| 185 |
+
# We try a few techniques and use that to set a single cache variable.
|
| 186 |
+
#
|
| 187 |
+
# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
|
| 188 |
+
# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
|
| 189 |
+
# dependency, and given that the user is not expected to run this macro,
|
| 190 |
+
# just rely on AC_PROG_CC.
|
| 191 |
+
AC_DEFUN([_AM_DEPENDENCIES],
|
| 192 |
+
[AC_REQUIRE([AM_SET_DEPDIR])dnl
|
| 193 |
+
AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
|
| 194 |
+
AC_REQUIRE([AM_MAKE_INCLUDE])dnl
|
| 195 |
+
AC_REQUIRE([AM_DEP_TRACK])dnl
|
| 196 |
+
|
| 197 |
+
ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
|
| 198 |
+
[$1], CXX, [depcc="$CXX" am_compiler_list=],
|
| 199 |
+
[$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
|
| 200 |
+
[$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
|
| 201 |
+
[depcc="$$1" am_compiler_list=])
|
| 202 |
+
|
| 203 |
+
AC_CACHE_CHECK([dependency style of $depcc],
|
| 204 |
+
[am_cv_$1_dependencies_compiler_type],
|
| 205 |
+
[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
|
| 206 |
+
# We make a subdir and do the tests there. Otherwise we can end up
|
| 207 |
+
# making bogus files that we don't know about and never remove. For
|
| 208 |
+
# instance it was reported that on HP-UX the gcc test will end up
|
| 209 |
+
# making a dummy file named `D' -- because `-MD' means `put the output
|
| 210 |
+
# in D'.
|
| 211 |
+
mkdir conftest.dir
|
| 212 |
+
# Copy depcomp to subdir because otherwise we won't find it if we're
|
| 213 |
+
# using a relative directory.
|
| 214 |
+
cp "$am_depcomp" conftest.dir
|
| 215 |
+
cd conftest.dir
|
| 216 |
+
# We will build objects and dependencies in a subdirectory because
|
| 217 |
+
# it helps to detect inapplicable dependency modes. For instance
|
| 218 |
+
# both Tru64's cc and ICC support -MD to output dependencies as a
|
| 219 |
+
# side effect of compilation, but ICC will put the dependencies in
|
| 220 |
+
# the current directory while Tru64 will put them in the object
|
| 221 |
+
# directory.
|
| 222 |
+
mkdir sub
|
| 223 |
+
|
| 224 |
+
am_cv_$1_dependencies_compiler_type=none
|
| 225 |
+
if test "$am_compiler_list" = ""; then
|
| 226 |
+
am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
|
| 227 |
+
fi
|
| 228 |
+
for depmode in $am_compiler_list; do
|
| 229 |
+
# Setup a source with many dependencies, because some compilers
|
| 230 |
+
# like to wrap large dependency lists on column 80 (with \), and
|
| 231 |
+
# we should not choose a depcomp mode which is confused by this.
|
| 232 |
+
#
|
| 233 |
+
# We need to recreate these files for each test, as the compiler may
|
| 234 |
+
# overwrite some of them when testing with obscure command lines.
|
| 235 |
+
# This happens at least with the AIX C compiler.
|
| 236 |
+
: > sub/conftest.c
|
| 237 |
+
for i in 1 2 3 4 5 6; do
|
| 238 |
+
echo '#include "conftst'$i'.h"' >> sub/conftest.c
|
| 239 |
+
# Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
|
| 240 |
+
# Solaris 8's {/usr,}/bin/sh.
|
| 241 |
+
touch sub/conftst$i.h
|
| 242 |
+
done
|
| 243 |
+
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
|
| 244 |
+
|
| 245 |
+
case $depmode in
|
| 246 |
+
nosideeffect)
|
| 247 |
+
# after this tag, mechanisms are not by side-effect, so they'll
|
| 248 |
+
# only be used when explicitly requested
|
| 249 |
+
if test "x$enable_dependency_tracking" = xyes; then
|
| 250 |
+
continue
|
| 251 |
+
else
|
| 252 |
+
break
|
| 253 |
+
fi
|
| 254 |
+
;;
|
| 255 |
+
none) break ;;
|
| 256 |
+
esac
|
| 257 |
+
# We check with `-c' and `-o' for the sake of the "dashmstdout"
|
| 258 |
+
# mode. It turns out that the SunPro C++ compiler does not properly
|
| 259 |
+
# handle `-M -o', and we need to detect this.
|
| 260 |
+
if depmode=$depmode \
|
| 261 |
+
source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
|
| 262 |
+
depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
|
| 263 |
+
$SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
|
| 264 |
+
>/dev/null 2>conftest.err &&
|
| 265 |
+
grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
|
| 266 |
+
grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
|
| 267 |
+
${MAKE-make} -s -f confmf > /dev/null 2>&1; then
|
| 268 |
+
# icc doesn't choke on unknown options, it will just issue warnings
|
| 269 |
+
# or remarks (even with -Werror). So we grep stderr for any message
|
| 270 |
+
# that says an option was ignored or not supported.
|
| 271 |
+
# When given -MP, icc 7.0 and 7.1 complain thusly:
|
| 272 |
+
# icc: Command line warning: ignoring option '-M'; no argument required
|
| 273 |
+
# The diagnosis changed in icc 8.0:
|
| 274 |
+
# icc: Command line remark: option '-MP' not supported
|
| 275 |
+
if (grep 'ignoring option' conftest.err ||
|
| 276 |
+
grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
|
| 277 |
+
am_cv_$1_dependencies_compiler_type=$depmode
|
| 278 |
+
break
|
| 279 |
+
fi
|
| 280 |
+
fi
|
| 281 |
+
done
|
| 282 |
+
|
| 283 |
+
cd ..
|
| 284 |
+
rm -rf conftest.dir
|
| 285 |
+
else
|
| 286 |
+
am_cv_$1_dependencies_compiler_type=none
|
| 287 |
+
fi
|
| 288 |
+
])
|
| 289 |
+
AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
|
| 290 |
+
AM_CONDITIONAL([am__fastdep$1], [
|
| 291 |
+
test "x$enable_dependency_tracking" != xno \
|
| 292 |
+
&& test "$am_cv_$1_dependencies_compiler_type" = gcc3])
|
| 293 |
+
])
|
| 294 |
+
|
| 295 |
+
|
| 296 |
+
# AM_SET_DEPDIR
|
| 297 |
+
# -------------
|
| 298 |
+
# Choose a directory name for dependency files.
|
| 299 |
+
# This macro is AC_REQUIREd in _AM_DEPENDENCIES
|
| 300 |
+
AC_DEFUN([AM_SET_DEPDIR],
|
| 301 |
+
[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
|
| 302 |
+
AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
|
| 303 |
+
])
|
| 304 |
+
|
| 305 |
+
|
| 306 |
+
# AM_DEP_TRACK
|
| 307 |
+
# ------------
|
| 308 |
+
AC_DEFUN([AM_DEP_TRACK],
|
| 309 |
+
[AC_ARG_ENABLE(dependency-tracking,
|
| 310 |
+
[ --disable-dependency-tracking speeds up one-time build
|
| 311 |
+
--enable-dependency-tracking do not reject slow dependency extractors])
|
| 312 |
+
if test "x$enable_dependency_tracking" != xno; then
|
| 313 |
+
am_depcomp="$ac_aux_dir/depcomp"
|
| 314 |
+
AMDEPBACKSLASH='\'
|
| 315 |
+
fi
|
| 316 |
+
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
|
| 317 |
+
AC_SUBST([AMDEPBACKSLASH])
|
| 318 |
+
])
|
| 319 |
+
|
| 320 |
+
# Generate code to set up dependency tracking. -*- Autoconf -*-
|
| 321 |
+
|
| 322 |
+
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
|
| 323 |
+
# Free Software Foundation, Inc.
|
| 324 |
+
|
| 325 |
+
# This program is free software; you can redistribute it and/or modify
|
| 326 |
+
# it under the terms of the GNU General Public License as published by
|
| 327 |
+
# the Free Software Foundation; either version 2, or (at your option)
|
| 328 |
+
# any later version.
|
| 329 |
+
|
| 330 |
+
# This program is distributed in the hope that it will be useful,
|
| 331 |
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 332 |
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 333 |
+
# GNU General Public License for more details.
|
| 334 |
+
|
| 335 |
+
# You should have received a copy of the GNU General Public License
|
| 336 |
+
# along with this program; if not, write to the Free Software
|
| 337 |
+
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
| 338 |
+
# 02111-1307, USA.
|
| 339 |
+
|
| 340 |
+
#serial 2
|
| 341 |
+
|
| 342 |
+
# _AM_OUTPUT_DEPENDENCY_COMMANDS
|
| 343 |
+
# ------------------------------
|
| 344 |
+
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
|
| 345 |
+
[for mf in $CONFIG_FILES; do
|
| 346 |
+
# Strip MF so we end up with the name of the file.
|
| 347 |
+
mf=`echo "$mf" | sed -e 's/:.*$//'`
|
| 348 |
+
# Check whether this is an Automake generated Makefile or not.
|
| 349 |
+
# We used to match only the files named `Makefile.in', but
|
| 350 |
+
# some people rename them; so instead we look at the file content.
|
| 351 |
+
# Grep'ing the first line is not enough: some people post-process
|
| 352 |
+
# each Makefile.in and add a new line on top of each file to say so.
|
| 353 |
+
# So let's grep whole file.
|
| 354 |
+
if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
|
| 355 |
+
dirpart=`AS_DIRNAME("$mf")`
|
| 356 |
+
else
|
| 357 |
+
continue
|
| 358 |
+
fi
|
| 359 |
+
# Extract the definition of DEPDIR, am__include, and am__quote
|
| 360 |
+
# from the Makefile without running `make'.
|
| 361 |
+
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
|
| 362 |
+
test -z "$DEPDIR" && continue
|
| 363 |
+
am__include=`sed -n 's/^am__include = //p' < "$mf"`
|
| 364 |
+
test -z "am__include" && continue
|
| 365 |
+
am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
|
| 366 |
+
# When using ansi2knr, U may be empty or an underscore; expand it
|
| 367 |
+
U=`sed -n 's/^U = //p' < "$mf"`
|
| 368 |
+
# Find all dependency output files, they are included files with
|
| 369 |
+
# $(DEPDIR) in their names. We invoke sed twice because it is the
|
| 370 |
+
# simplest approach to changing $(DEPDIR) to its actual value in the
|
| 371 |
+
# expansion.
|
| 372 |
+
for file in `sed -n "
|
| 373 |
+
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
|
| 374 |
+
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
|
| 375 |
+
# Make sure the directory exists.
|
| 376 |
+
test -f "$dirpart/$file" && continue
|
| 377 |
+
fdir=`AS_DIRNAME(["$file"])`
|
| 378 |
+
AS_MKDIR_P([$dirpart/$fdir])
|
| 379 |
+
# echo "creating $dirpart/$file"
|
| 380 |
+
echo '# dummy' > "$dirpart/$file"
|
| 381 |
+
done
|
| 382 |
+
done
|
| 383 |
+
])# _AM_OUTPUT_DEPENDENCY_COMMANDS
|
| 384 |
+
|
| 385 |
+
|
| 386 |
+
# AM_OUTPUT_DEPENDENCY_COMMANDS
|
| 387 |
+
# -----------------------------
|
| 388 |
+
# This macro should only be invoked once -- use via AC_REQUIRE.
|
| 389 |
+
#
|
| 390 |
+
# This code is only required when automatic dependency tracking
|
| 391 |
+
# is enabled. FIXME. This creates each `.P' file that we will
|
| 392 |
+
# need in order to bootstrap the dependency handling code.
|
| 393 |
+
AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
|
| 394 |
+
[AC_CONFIG_COMMANDS([depfiles],
|
| 395 |
+
[test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
|
| 396 |
+
[AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
|
| 397 |
+
])
|
| 398 |
+
|
| 399 |
+
# Do all the work for Automake. -*- Autoconf -*-
|
| 400 |
+
|
| 401 |
+
# This macro actually does too much some checks are only needed if
|
| 402 |
+
# your package does certain things. But this isn't really a big deal.
|
| 403 |
+
|
| 404 |
+
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
|
| 405 |
+
# Free Software Foundation, Inc.
|
| 406 |
+
|
| 407 |
+
# This program is free software; you can redistribute it and/or modify
|
| 408 |
+
# it under the terms of the GNU General Public License as published by
|
| 409 |
+
# the Free Software Foundation; either version 2, or (at your option)
|
| 410 |
+
# any later version.
|
| 411 |
+
|
| 412 |
+
# This program is distributed in the hope that it will be useful,
|
| 413 |
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 414 |
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 415 |
+
# GNU General Public License for more details.
|
| 416 |
+
|
| 417 |
+
# You should have received a copy of the GNU General Public License
|
| 418 |
+
# along with this program; if not, write to the Free Software
|
| 419 |
+
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
| 420 |
+
# 02111-1307, USA.
|
| 421 |
+
|
| 422 |
+
# serial 11
|
| 423 |
+
|
| 424 |
+
# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
|
| 425 |
+
# AM_INIT_AUTOMAKE([OPTIONS])
|
| 426 |
+
# -----------------------------------------------
|
| 427 |
+
# The call with PACKAGE and VERSION arguments is the old style
|
| 428 |
+
# call (pre autoconf-2.50), which is being phased out. PACKAGE
|
| 429 |
+
# and VERSION should now be passed to AC_INIT and removed from
|
| 430 |
+
# the call to AM_INIT_AUTOMAKE.
|
| 431 |
+
# We support both call styles for the transition. After
|
| 432 |
+
# the next Automake release, Autoconf can make the AC_INIT
|
| 433 |
+
# arguments mandatory, and then we can depend on a new Autoconf
|
| 434 |
+
# release and drop the old call support.
|
| 435 |
+
AC_DEFUN([AM_INIT_AUTOMAKE],
|
| 436 |
+
[AC_PREREQ([2.58])dnl
|
| 437 |
+
dnl Autoconf wants to disallow AM_ names. We explicitly allow
|
| 438 |
+
dnl the ones we care about.
|
| 439 |
+
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
|
| 440 |
+
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
|
| 441 |
+
AC_REQUIRE([AC_PROG_INSTALL])dnl
|
| 442 |
+
# test to see if srcdir already configured
|
| 443 |
+
if test "`cd $srcdir && pwd`" != "`pwd`" &&
|
| 444 |
+
test -f $srcdir/config.status; then
|
| 445 |
+
AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
|
| 446 |
+
fi
|
| 447 |
+
|
| 448 |
+
# test whether we have cygpath
|
| 449 |
+
if test -z "$CYGPATH_W"; then
|
| 450 |
+
if (cygpath --version) >/dev/null 2>/dev/null; then
|
| 451 |
+
CYGPATH_W='cygpath -w'
|
| 452 |
+
else
|
| 453 |
+
CYGPATH_W=echo
|
| 454 |
+
fi
|
| 455 |
+
fi
|
| 456 |
+
AC_SUBST([CYGPATH_W])
|
| 457 |
+
|
| 458 |
+
# Define the identity of the package.
|
| 459 |
+
dnl Distinguish between old-style and new-style calls.
|
| 460 |
+
m4_ifval([$2],
|
| 461 |
+
[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
|
| 462 |
+
AC_SUBST([PACKAGE], [$1])dnl
|
| 463 |
+
AC_SUBST([VERSION], [$2])],
|
| 464 |
+
[_AM_SET_OPTIONS([$1])dnl
|
| 465 |
+
AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
|
| 466 |
+
AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
|
| 467 |
+
|
| 468 |
+
_AM_IF_OPTION([no-define],,
|
| 469 |
+
[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
|
| 470 |
+
AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
|
| 471 |
+
|
| 472 |
+
# Some tools Automake needs.
|
| 473 |
+
AC_REQUIRE([AM_SANITY_CHECK])dnl
|
| 474 |
+
AC_REQUIRE([AC_ARG_PROGRAM])dnl
|
| 475 |
+
AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
|
| 476 |
+
AM_MISSING_PROG(AUTOCONF, autoconf)
|
| 477 |
+
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
|
| 478 |
+
AM_MISSING_PROG(AUTOHEADER, autoheader)
|
| 479 |
+
AM_MISSING_PROG(MAKEINFO, makeinfo)
|
| 480 |
+
AM_PROG_INSTALL_SH
|
| 481 |
+
AM_PROG_INSTALL_STRIP
|
| 482 |
+
AC_REQUIRE([AM_PROG_MKDIR_P])dnl
|
| 483 |
+
# We need awk for the "check" target. The system "awk" is bad on
|
| 484 |
+
# some platforms.
|
| 485 |
+
AC_REQUIRE([AC_PROG_AWK])dnl
|
| 486 |
+
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
|
| 487 |
+
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
|
| 488 |
+
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
|
| 489 |
+
[_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
|
| 490 |
+
[_AM_PROG_TAR([v7])])])
|
| 491 |
+
_AM_IF_OPTION([no-dependencies],,
|
| 492 |
+
[AC_PROVIDE_IFELSE([AC_PROG_CC],
|
| 493 |
+
[_AM_DEPENDENCIES(CC)],
|
| 494 |
+
[define([AC_PROG_CC],
|
| 495 |
+
defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
|
| 496 |
+
AC_PROVIDE_IFELSE([AC_PROG_CXX],
|
| 497 |
+
[_AM_DEPENDENCIES(CXX)],
|
| 498 |
+
[define([AC_PROG_CXX],
|
| 499 |
+
defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
|
| 500 |
+
])
|
| 501 |
+
])
|
| 502 |
+
|
| 503 |
+
|
| 504 |
+
# When config.status generates a header, we must update the stamp-h file.
|
| 505 |
+
# This file resides in the same directory as the config header
|
| 506 |
+
# that is generated. The stamp files are numbered to have different names.
|
| 507 |
+
|
| 508 |
+
# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
|
| 509 |
+
# loop where config.status creates the headers, so we can generate
|
| 510 |
+
# our stamp files there.
|
| 511 |
+
AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
|
| 512 |
+
[# Compute $1's index in $config_headers.
|
| 513 |
+
_am_stamp_count=1
|
| 514 |
+
for _am_header in $config_headers :; do
|
| 515 |
+
case $_am_header in
|
| 516 |
+
$1 | $1:* )
|
| 517 |
+
break ;;
|
| 518 |
+
* )
|
| 519 |
+
_am_stamp_count=`expr $_am_stamp_count + 1` ;;
|
| 520 |
+
esac
|
| 521 |
+
done
|
| 522 |
+
echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
|
| 523 |
+
|
| 524 |
+
# AM_PROG_INSTALL_SH
|
| 525 |
+
# ------------------
|
| 526 |
+
# Define $install_sh.
|
| 527 |
+
|
| 528 |
+
# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
|
| 529 |
+
|
| 530 |
+
# This program is free software; you can redistribute it and/or modify
|
| 531 |
+
# it under the terms of the GNU General Public License as published by
|
| 532 |
+
# the Free Software Foundation; either version 2, or (at your option)
|
| 533 |
+
# any later version.
|
| 534 |
+
|
| 535 |
+
# This program is distributed in the hope that it will be useful,
|
| 536 |
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 537 |
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 538 |
+
# GNU General Public License for more details.
|
| 539 |
+
|
| 540 |
+
# You should have received a copy of the GNU General Public License
|
| 541 |
+
# along with this program; if not, write to the Free Software
|
| 542 |
+
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
| 543 |
+
# 02111-1307, USA.
|
| 544 |
+
|
| 545 |
+
AC_DEFUN([AM_PROG_INSTALL_SH],
|
| 546 |
+
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
|
| 547 |
+
install_sh=${install_sh-"$am_aux_dir/install-sh"}
|
| 548 |
+
AC_SUBST(install_sh)])
|
| 549 |
+
|
| 550 |
+
# -*- Autoconf -*-
|
| 551 |
+
# Copyright (C) 2003 Free Software Foundation, Inc.
|
| 552 |
+
|
| 553 |
+
# This program is free software; you can redistribute it and/or modify
|
| 554 |
+
# it under the terms of the GNU General Public License as published by
|
| 555 |
+
# the Free Software Foundation; either version 2, or (at your option)
|
| 556 |
+
# any later version.
|
| 557 |
+
|
| 558 |
+
# This program is distributed in the hope that it will be useful,
|
| 559 |
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 560 |
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 561 |
+
# GNU General Public License for more details.
|
| 562 |
+
|
| 563 |
+
# You should have received a copy of the GNU General Public License
|
| 564 |
+
# along with this program; if not, write to the Free Software
|
| 565 |
+
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
| 566 |
+
# 02111-1307, USA.
|
| 567 |
+
|
| 568 |
+
# serial 1
|
| 569 |
+
|
| 570 |
+
# Check whether the underlying file-system supports filenames
|
| 571 |
+
# with a leading dot. For instance MS-DOS doesn't.
|
| 572 |
+
AC_DEFUN([AM_SET_LEADING_DOT],
|
| 573 |
+
[rm -rf .tst 2>/dev/null
|
| 574 |
+
mkdir .tst 2>/dev/null
|
| 575 |
+
if test -d .tst; then
|
| 576 |
+
am__leading_dot=.
|
| 577 |
+
else
|
| 578 |
+
am__leading_dot=_
|
| 579 |
+
fi
|
| 580 |
+
rmdir .tst 2>/dev/null
|
| 581 |
+
AC_SUBST([am__leading_dot])])
|
| 582 |
+
|
| 583 |
+
# Check to see how 'make' treats includes. -*- Autoconf -*-
|
| 584 |
+
|
| 585 |
+
# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
|
| 586 |
+
|
| 587 |
+
# This program is free software; you can redistribute it and/or modify
|
| 588 |
+
# it under the terms of the GNU General Public License as published by
|
| 589 |
+
# the Free Software Foundation; either version 2, or (at your option)
|
| 590 |
+
# any later version.
|
| 591 |
+
|
| 592 |
+
# This program is distributed in the hope that it will be useful,
|
| 593 |
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 594 |
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 595 |
+
# GNU General Public License for more details.
|
| 596 |
+
|
| 597 |
+
# You should have received a copy of the GNU General Public License
|
| 598 |
+
# along with this program; if not, write to the Free Software
|
| 599 |
+
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
| 600 |
+
# 02111-1307, USA.
|
| 601 |
+
|
| 602 |
+
# serial 2
|
| 603 |
+
|
| 604 |
+
# AM_MAKE_INCLUDE()
|
| 605 |
+
# -----------------
|
| 606 |
+
# Check to see how make treats includes.
|
| 607 |
+
AC_DEFUN([AM_MAKE_INCLUDE],
|
| 608 |
+
[am_make=${MAKE-make}
|
| 609 |
+
cat > confinc << 'END'
|
| 610 |
+
am__doit:
|
| 611 |
+
@echo done
|
| 612 |
+
.PHONY: am__doit
|
| 613 |
+
END
|
| 614 |
+
# If we don't find an include directive, just comment out the code.
|
| 615 |
+
AC_MSG_CHECKING([for style of include used by $am_make])
|
| 616 |
+
am__include="#"
|
| 617 |
+
am__quote=
|
| 618 |
+
_am_result=none
|
| 619 |
+
# First try GNU make style include.
|
| 620 |
+
echo "include confinc" > confmf
|
| 621 |
+
# We grep out `Entering directory' and `Leaving directory'
|
| 622 |
+
# messages which can occur if `w' ends up in MAKEFLAGS.
|
| 623 |
+
# In particular we don't look at `^make:' because GNU make might
|
| 624 |
+
# be invoked under some other name (usually "gmake"), in which
|
| 625 |
+
# case it prints its new name instead of `make'.
|
| 626 |
+
if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
|
| 627 |
+
am__include=include
|
| 628 |
+
am__quote=
|
| 629 |
+
_am_result=GNU
|
| 630 |
+
fi
|
| 631 |
+
# Now try BSD make style include.
|
| 632 |
+
if test "$am__include" = "#"; then
|
| 633 |
+
echo '.include "confinc"' > confmf
|
| 634 |
+
if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
|
| 635 |
+
am__include=.include
|
| 636 |
+
am__quote="\""
|
| 637 |
+
_am_result=BSD
|
| 638 |
+
fi
|
| 639 |
+
fi
|
| 640 |
+
AC_SUBST([am__include])
|
| 641 |
+
AC_SUBST([am__quote])
|
| 642 |
+
AC_MSG_RESULT([$_am_result])
|
| 643 |
+
rm -f confinc confmf
|
| 644 |
+
])
|
| 645 |
+
|
| 646 |
+
# -*- Autoconf -*-
|
| 647 |
+
|
| 648 |
+
|
| 649 |
+
# Copyright (C) 1997, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
|
| 650 |
+
|
| 651 |
+
# This program is free software; you can redistribute it and/or modify
|
| 652 |
+
# it under the terms of the GNU General Public License as published by
|
| 653 |
+
# the Free Software Foundation; either version 2, or (at your option)
|
| 654 |
+
# any later version.
|
| 655 |
+
|
| 656 |
+
# This program is distributed in the hope that it will be useful,
|
| 657 |
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 658 |
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 659 |
+
# GNU General Public License for more details.
|
| 660 |
+
|
| 661 |
+
# You should have received a copy of the GNU General Public License
|
| 662 |
+
# along with this program; if not, write to the Free Software
|
| 663 |
+
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
| 664 |
+
# 02111-1307, USA.
|
| 665 |
+
|
| 666 |
+
# serial 3
|
| 667 |
+
|
| 668 |
+
# AM_MISSING_PROG(NAME, PROGRAM)
|
| 669 |
+
# ------------------------------
|
| 670 |
+
AC_DEFUN([AM_MISSING_PROG],
|
| 671 |
+
[AC_REQUIRE([AM_MISSING_HAS_RUN])
|
| 672 |
+
$1=${$1-"${am_missing_run}$2"}
|
| 673 |
+
AC_SUBST($1)])
|
| 674 |
+
|
| 675 |
+
|
| 676 |
+
# AM_MISSING_HAS_RUN
|
| 677 |
+
# ------------------
|
| 678 |
+
# Define MISSING if not defined so far and test if it supports --run.
|
| 679 |
+
# If it does, set am_missing_run to use it, otherwise, to nothing.
|
| 680 |
+
AC_DEFUN([AM_MISSING_HAS_RUN],
|
| 681 |
+
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
|
| 682 |
+
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
|
| 683 |
+
# Use eval to expand $SHELL
|
| 684 |
+
if eval "$MISSING --run true"; then
|
| 685 |
+
am_missing_run="$MISSING --run "
|
| 686 |
+
else
|
| 687 |
+
am_missing_run=
|
| 688 |
+
AC_MSG_WARN([`missing' script is too old or missing])
|
| 689 |
+
fi
|
| 690 |
+
])
|
| 691 |
+
|
| 692 |
+
# AM_PROG_MKDIR_P
|
| 693 |
+
# ---------------
|
| 694 |
+
# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
|
| 695 |
+
|
| 696 |
+
# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
|
| 697 |
+
|
| 698 |
+
# This program is free software; you can redistribute it and/or modify
|
| 699 |
+
# it under the terms of the GNU General Public License as published by
|
| 700 |
+
# the Free Software Foundation; either version 2, or (at your option)
|
| 701 |
+
# any later version.
|
| 702 |
+
|
| 703 |
+
# This program is distributed in the hope that it will be useful,
|
| 704 |
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 705 |
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 706 |
+
# GNU General Public License for more details.
|
| 707 |
+
|
| 708 |
+
# You should have received a copy of the GNU General Public License
|
| 709 |
+
# along with this program; if not, write to the Free Software
|
| 710 |
+
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
| 711 |
+
# 02111-1307, USA.
|
| 712 |
+
|
| 713 |
+
# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
|
| 714 |
+
# created by `make install' are always world readable, even if the
|
| 715 |
+
# installer happens to have an overly restrictive umask (e.g. 077).
|
| 716 |
+
# This was a mistake. There are at least two reasons why we must not
|
| 717 |
+
# use `-m 0755':
|
| 718 |
+
# - it causes special bits like SGID to be ignored,
|
| 719 |
+
# - it may be too restrictive (some setups expect 775 directories).
|
| 720 |
+
#
|
| 721 |
+
# Do not use -m 0755 and let people choose whatever they expect by
|
| 722 |
+
# setting umask.
|
| 723 |
+
#
|
| 724 |
+
# We cannot accept any implementation of `mkdir' that recognizes `-p'.
|
| 725 |
+
# Some implementations (such as Solaris 8's) are not thread-safe: if a
|
| 726 |
+
# parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c'
|
| 727 |
+
# concurrently, both version can detect that a/ is missing, but only
|
| 728 |
+
# one can create it and the other will error out. Consequently we
|
| 729 |
+
# restrict ourselves to GNU make (using the --version option ensures
|
| 730 |
+
# this.)
|
| 731 |
+
AC_DEFUN([AM_PROG_MKDIR_P],
|
| 732 |
+
[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
|
| 733 |
+
# We used to keeping the `.' as first argument, in order to
|
| 734 |
+
# allow $(mkdir_p) to be used without argument. As in
|
| 735 |
+
# $(mkdir_p) $(somedir)
|
| 736 |
+
# where $(somedir) is conditionally defined. However this is wrong
|
| 737 |
+
# for two reasons:
|
| 738 |
+
# 1. if the package is installed by a user who cannot write `.'
|
| 739 |
+
# make install will fail,
|
| 740 |
+
# 2. the above comment should most certainly read
|
| 741 |
+
# $(mkdir_p) $(DESTDIR)$(somedir)
|
| 742 |
+
# so it does not work when $(somedir) is undefined and
|
| 743 |
+
# $(DESTDIR) is not.
|
| 744 |
+
# To support the latter case, we have to write
|
| 745 |
+
# test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
|
| 746 |
+
# so the `.' trick is pointless.
|
| 747 |
+
mkdir_p='mkdir -p --'
|
| 748 |
+
else
|
| 749 |
+
# On NextStep and OpenStep, the `mkdir' command does not
|
| 750 |
+
# recognize any option. It will interpret all options as
|
| 751 |
+
# directories to create, and then abort because `.' already
|
| 752 |
+
# exists.
|
| 753 |
+
for d in ./-p ./--version;
|
| 754 |
+
do
|
| 755 |
+
test -d $d && rmdir $d
|
| 756 |
+
done
|
| 757 |
+
# $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
|
| 758 |
+
if test -f "$ac_aux_dir/mkinstalldirs"; then
|
| 759 |
+
mkdir_p='$(mkinstalldirs)'
|
| 760 |
+
else
|
| 761 |
+
mkdir_p='$(install_sh) -d'
|
| 762 |
+
fi
|
| 763 |
+
fi
|
| 764 |
+
AC_SUBST([mkdir_p])])
|
| 765 |
+
|
| 766 |
+
# Helper functions for option handling. -*- Autoconf -*-
|
| 767 |
+
|
| 768 |
+
# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
|
| 769 |
+
|
| 770 |
+
# This program is free software; you can redistribute it and/or modify
|
| 771 |
+
# it under the terms of the GNU General Public License as published by
|
| 772 |
+
# the Free Software Foundation; either version 2, or (at your option)
|
| 773 |
+
# any later version.
|
| 774 |
+
|
| 775 |
+
# This program is distributed in the hope that it will be useful,
|
| 776 |
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 777 |
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 778 |
+
# GNU General Public License for more details.
|
| 779 |
+
|
| 780 |
+
# You should have received a copy of the GNU General Public License
|
| 781 |
+
# along with this program; if not, write to the Free Software
|
| 782 |
+
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
| 783 |
+
# 02111-1307, USA.
|
| 784 |
+
|
| 785 |
+
# serial 2
|
| 786 |
+
|
| 787 |
+
# _AM_MANGLE_OPTION(NAME)
|
| 788 |
+
# -----------------------
|
| 789 |
+
AC_DEFUN([_AM_MANGLE_OPTION],
|
| 790 |
+
[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
|
| 791 |
+
|
| 792 |
+
# _AM_SET_OPTION(NAME)
|
| 793 |
+
# ------------------------------
|
| 794 |
+
# Set option NAME. Presently that only means defining a flag for this option.
|
| 795 |
+
AC_DEFUN([_AM_SET_OPTION],
|
| 796 |
+
[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
|
| 797 |
+
|
| 798 |
+
# _AM_SET_OPTIONS(OPTIONS)
|
| 799 |
+
# ----------------------------------
|
| 800 |
+
# OPTIONS is a space-separated list of Automake options.
|
| 801 |
+
AC_DEFUN([_AM_SET_OPTIONS],
|
| 802 |
+
[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
|
| 803 |
+
|
| 804 |
+
# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
|
| 805 |
+
# -------------------------------------------
|
| 806 |
+
# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
|
| 807 |
+
AC_DEFUN([_AM_IF_OPTION],
|
| 808 |
+
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
|
| 809 |
+
|
| 810 |
+
#
|
| 811 |
+
# Check to make sure that the build environment is sane.
|
| 812 |
+
#
|
| 813 |
+
|
| 814 |
+
# Copyright (C) 1996, 1997, 2000, 2001, 2003 Free Software Foundation, Inc.
|
| 815 |
+
|
| 816 |
+
# This program is free software; you can redistribute it and/or modify
|
| 817 |
+
# it under the terms of the GNU General Public License as published by
|
| 818 |
+
# the Free Software Foundation; either version 2, or (at your option)
|
| 819 |
+
# any later version.
|
| 820 |
+
|
| 821 |
+
# This program is distributed in the hope that it will be useful,
|
| 822 |
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 823 |
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 824 |
+
# GNU General Public License for more details.
|
| 825 |
+
|
| 826 |
+
# You should have received a copy of the GNU General Public License
|
| 827 |
+
# along with this program; if not, write to the Free Software
|
| 828 |
+
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
| 829 |
+
# 02111-1307, USA.
|
| 830 |
+
|
| 831 |
+
# serial 3
|
| 832 |
+
|
| 833 |
+
# AM_SANITY_CHECK
|
| 834 |
+
# ---------------
|
| 835 |
+
AC_DEFUN([AM_SANITY_CHECK],
|
| 836 |
+
[AC_MSG_CHECKING([whether build environment is sane])
|
| 837 |
+
# Just in case
|
| 838 |
+
sleep 1
|
| 839 |
+
echo timestamp > conftest.file
|
| 840 |
+
# Do `set' in a subshell so we don't clobber the current shell's
|
| 841 |
+
# arguments. Must try -L first in case configure is actually a
|
| 842 |
+
# symlink; some systems play weird games with the mod time of symlinks
|
| 843 |
+
# (eg FreeBSD returns the mod time of the symlink's containing
|
| 844 |
+
# directory).
|
| 845 |
+
if (
|
| 846 |
+
set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
|
| 847 |
+
if test "$[*]" = "X"; then
|
| 848 |
+
# -L didn't work.
|
| 849 |
+
set X `ls -t $srcdir/configure conftest.file`
|
| 850 |
+
fi
|
| 851 |
+
rm -f conftest.file
|
| 852 |
+
if test "$[*]" != "X $srcdir/configure conftest.file" \
|
| 853 |
+
&& test "$[*]" != "X conftest.file $srcdir/configure"; then
|
| 854 |
+
|
| 855 |
+
# If neither matched, then we have a broken ls. This can happen
|
| 856 |
+
# if, for instance, CONFIG_SHELL is bash and it inherits a
|
| 857 |
+
# broken ls alias from the environment. This has actually
|
| 858 |
+
# happened. Such a system could not be considered "sane".
|
| 859 |
+
AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
|
| 860 |
+
alias in your environment])
|
| 861 |
+
fi
|
| 862 |
+
|
| 863 |
+
test "$[2]" = conftest.file
|
| 864 |
+
)
|
| 865 |
+
then
|
| 866 |
+
# Ok.
|
| 867 |
+
:
|
| 868 |
+
else
|
| 869 |
+
AC_MSG_ERROR([newly created file is older than distributed files!
|
| 870 |
+
Check your system clock])
|
| 871 |
+
fi
|
| 872 |
+
AC_MSG_RESULT(yes)])
|
| 873 |
+
|
| 874 |
+
# AM_PROG_INSTALL_STRIP
|
| 875 |
+
|
| 876 |
+
# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
|
| 877 |
+
|
| 878 |
+
# This program is free software; you can redistribute it and/or modify
|
| 879 |
+
# it under the terms of the GNU General Public License as published by
|
| 880 |
+
# the Free Software Foundation; either version 2, or (at your option)
|
| 881 |
+
# any later version.
|
| 882 |
+
|
| 883 |
+
# This program is distributed in the hope that it will be useful,
|
| 884 |
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 885 |
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 886 |
+
# GNU General Public License for more details.
|
| 887 |
+
|
| 888 |
+
# You should have received a copy of the GNU General Public License
|
| 889 |
+
# along with this program; if not, write to the Free Software
|
| 890 |
+
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
| 891 |
+
# 02111-1307, USA.
|
| 892 |
+
|
| 893 |
+
# One issue with vendor `install' (even GNU) is that you can't
|
| 894 |
+
# specify the program used to strip binaries. This is especially
|
| 895 |
+
# annoying in cross-compiling environments, where the build's strip
|
| 896 |
+
# is unlikely to handle the host's binaries.
|
| 897 |
+
# Fortunately install-sh will honor a STRIPPROG variable, so we
|
| 898 |
+
# always use install-sh in `make install-strip', and initialize
|
| 899 |
+
# STRIPPROG with the value of the STRIP variable (set by the user).
|
| 900 |
+
AC_DEFUN([AM_PROG_INSTALL_STRIP],
|
| 901 |
+
[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
|
| 902 |
+
# Installed binaries are usually stripped using `strip' when the user
|
| 903 |
+
# run `make install-strip'. However `strip' might not be the right
|
| 904 |
+
# tool to use in cross-compilation environments, therefore Automake
|
| 905 |
+
# will honor the `STRIP' environment variable to overrule this program.
|
| 906 |
+
dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
|
| 907 |
+
if test "$cross_compiling" != no; then
|
| 908 |
+
AC_CHECK_TOOL([STRIP], [strip], :)
|
| 909 |
+
fi
|
| 910 |
+
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
|
| 911 |
+
AC_SUBST([INSTALL_STRIP_PROGRAM])])
|
| 912 |
+
|
| 913 |
+
# Check how to create a tarball. -*- Autoconf -*-
|
| 914 |
+
|
| 915 |
+
# Copyright (C) 2004 Free Software Foundation, Inc.
|
| 916 |
+
|
| 917 |
+
# This program is free software; you can redistribute it and/or modify
|
| 918 |
+
# it under the terms of the GNU General Public License as published by
|
| 919 |
+
# the Free Software Foundation; either version 2, or (at your option)
|
| 920 |
+
# any later version.
|
| 921 |
+
|
| 922 |
+
# This program is distributed in the hope that it will be useful,
|
| 923 |
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 924 |
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 925 |
+
# GNU General Public License for more details.
|
| 926 |
+
|
| 927 |
+
# You should have received a copy of the GNU General Public License
|
| 928 |
+
# along with this program; if not, write to the Free Software
|
| 929 |
+
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
| 930 |
+
# 02111-1307, USA.
|
| 931 |
+
|
| 932 |
+
# serial 1
|
| 933 |
+
|
| 934 |
+
|
| 935 |
+
# _AM_PROG_TAR(FORMAT)
|
| 936 |
+
# --------------------
|
| 937 |
+
# Check how to create a tarball in format FORMAT.
|
| 938 |
+
# FORMAT should be one of `v7', `ustar', or `pax'.
|
| 939 |
+
#
|
| 940 |
+
# Substitute a variable $(am__tar) that is a command
|
| 941 |
+
# writing to stdout a FORMAT-tarball containing the directory
|
| 942 |
+
# $tardir.
|
| 943 |
+
# tardir=directory && $(am__tar) > result.tar
|
| 944 |
+
#
|
| 945 |
+
# Substitute a variable $(am__untar) that extract such
|
| 946 |
+
# a tarball read from stdin.
|
| 947 |
+
# $(am__untar) < result.tar
|
| 948 |
+
AC_DEFUN([_AM_PROG_TAR],
|
| 949 |
+
[# Always define AMTAR for backward compatibility.
|
| 950 |
+
AM_MISSING_PROG([AMTAR], [tar])
|
| 951 |
+
m4_if([$1], [v7],
|
| 952 |
+
[am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
|
| 953 |
+
[m4_case([$1], [ustar],, [pax],,
|
| 954 |
+
[m4_fatal([Unknown tar format])])
|
| 955 |
+
AC_MSG_CHECKING([how to create a $1 tar archive])
|
| 956 |
+
# Loop over all known methods to create a tar archive until one works.
|
| 957 |
+
_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
|
| 958 |
+
_am_tools=${am_cv_prog_tar_$1-$_am_tools}
|
| 959 |
+
# Do not fold the above two line into one, because Tru64 sh and
|
| 960 |
+
# Solaris sh will not grok spaces in the rhs of `-'.
|
| 961 |
+
for _am_tool in $_am_tools
|
| 962 |
+
do
|
| 963 |
+
case $_am_tool in
|
| 964 |
+
gnutar)
|
| 965 |
+
for _am_tar in tar gnutar gtar;
|
| 966 |
+
do
|
| 967 |
+
AM_RUN_LOG([$_am_tar --version]) && break
|
| 968 |
+
done
|
| 969 |
+
am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
|
| 970 |
+
am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
|
| 971 |
+
am__untar="$_am_tar -xf -"
|
| 972 |
+
;;
|
| 973 |
+
plaintar)
|
| 974 |
+
# Must skip GNU tar: if it does not support --format= it doesn't create
|
| 975 |
+
# ustar tarball either.
|
| 976 |
+
(tar --version) >/dev/null 2>&1 && continue
|
| 977 |
+
am__tar='tar chf - "$$tardir"'
|
| 978 |
+
am__tar_='tar chf - "$tardir"'
|
| 979 |
+
am__untar='tar xf -'
|
| 980 |
+
;;
|
| 981 |
+
pax)
|
| 982 |
+
am__tar='pax -L -x $1 -w "$$tardir"'
|
| 983 |
+
am__tar_='pax -L -x $1 -w "$tardir"'
|
| 984 |
+
am__untar='pax -r'
|
| 985 |
+
;;
|
| 986 |
+
cpio)
|
| 987 |
+
am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
|
| 988 |
+
am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
|
| 989 |
+
am__untar='cpio -i -H $1 -d'
|
| 990 |
+
;;
|
| 991 |
+
none)
|
| 992 |
+
am__tar=false
|
| 993 |
+
am__tar_=false
|
| 994 |
+
am__untar=false
|
| 995 |
+
;;
|
| 996 |
+
esac
|
| 997 |
+
|
| 998 |
+
# If the value was cached, stop now. We just wanted to have am__tar
|
| 999 |
+
# and am__untar set.
|
| 1000 |
+
test -n "${am_cv_prog_tar_$1}" && break
|
| 1001 |
+
|
| 1002 |
+
# tar/untar a dummy directory, and stop if the command works
|
| 1003 |
+
rm -rf conftest.dir
|
| 1004 |
+
mkdir conftest.dir
|
| 1005 |
+
echo GrepMe > conftest.dir/file
|
| 1006 |
+
AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
|
| 1007 |
+
rm -rf conftest.dir
|
| 1008 |
+
if test -s conftest.tar; then
|
| 1009 |
+
AM_RUN_LOG([$am__untar <conftest.tar])
|
| 1010 |
+
grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
|
| 1011 |
+
fi
|
| 1012 |
+
done
|
| 1013 |
+
rm -rf conftest.dir
|
| 1014 |
+
|
| 1015 |
+
AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
|
| 1016 |
+
AC_MSG_RESULT([$am_cv_prog_tar_$1])])
|
| 1017 |
+
AC_SUBST([am__tar])
|
| 1018 |
+
AC_SUBST([am__untar])
|
| 1019 |
+
]) # _AM_PROG_TAR
|
| 1020 |
+
|
| 1021 |
+
m4_include([acinclude.m4])
|
WordNet-3.0/compile
ADDED
|
@@ -0,0 +1,136 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#! /bin/sh
|
| 2 |
+
# Wrapper for compilers which do not understand `-c -o'.
|
| 3 |
+
|
| 4 |
+
scriptversion=2003-11-09.00
|
| 5 |
+
|
| 6 |
+
# Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc.
|
| 7 |
+
# Written by Tom Tromey <tromey@cygnus.com>.
|
| 8 |
+
#
|
| 9 |
+
# This program is free software; you can redistribute it and/or modify
|
| 10 |
+
# it under the terms of the GNU General Public License as published by
|
| 11 |
+
# the Free Software Foundation; either version 2, or (at your option)
|
| 12 |
+
# any later version.
|
| 13 |
+
#
|
| 14 |
+
# This program is distributed in the hope that it will be useful,
|
| 15 |
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 16 |
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 17 |
+
# GNU General Public License for more details.
|
| 18 |
+
#
|
| 19 |
+
# You should have received a copy of the GNU General Public License
|
| 20 |
+
# along with this program; if not, write to the Free Software
|
| 21 |
+
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
| 22 |
+
|
| 23 |
+
# As a special exception to the GNU General Public License, if you
|
| 24 |
+
# distribute this file as part of a program that contains a
|
| 25 |
+
# configuration script generated by Autoconf, you may include it under
|
| 26 |
+
# the same distribution terms that you use for the rest of that program.
|
| 27 |
+
|
| 28 |
+
# This file is maintained in Automake, please report
|
| 29 |
+
# bugs to <bug-automake@gnu.org> or send patches to
|
| 30 |
+
# <automake-patches@gnu.org>.
|
| 31 |
+
|
| 32 |
+
case $1 in
|
| 33 |
+
'')
|
| 34 |
+
echo "$0: No command. Try \`$0 --help' for more information." 1>&2
|
| 35 |
+
exit 1;
|
| 36 |
+
;;
|
| 37 |
+
-h | --h*)
|
| 38 |
+
cat <<\EOF
|
| 39 |
+
Usage: compile [--help] [--version] PROGRAM [ARGS]
|
| 40 |
+
|
| 41 |
+
Wrapper for compilers which do not understand `-c -o'.
|
| 42 |
+
Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
|
| 43 |
+
arguments, and rename the output as expected.
|
| 44 |
+
|
| 45 |
+
If you are trying to build a whole package this is not the
|
| 46 |
+
right script to run: please start by reading the file `INSTALL'.
|
| 47 |
+
|
| 48 |
+
Report bugs to <bug-automake@gnu.org>.
|
| 49 |
+
EOF
|
| 50 |
+
exit 0
|
| 51 |
+
;;
|
| 52 |
+
-v | --v*)
|
| 53 |
+
echo "compile $scriptversion"
|
| 54 |
+
exit 0
|
| 55 |
+
;;
|
| 56 |
+
esac
|
| 57 |
+
|
| 58 |
+
|
| 59 |
+
prog=$1
|
| 60 |
+
shift
|
| 61 |
+
|
| 62 |
+
ofile=
|
| 63 |
+
cfile=
|
| 64 |
+
args=
|
| 65 |
+
while test $# -gt 0; do
|
| 66 |
+
case "$1" in
|
| 67 |
+
-o)
|
| 68 |
+
# configure might choose to run compile as `compile cc -o foo foo.c'.
|
| 69 |
+
# So we do something ugly here.
|
| 70 |
+
ofile=$2
|
| 71 |
+
shift
|
| 72 |
+
case "$ofile" in
|
| 73 |
+
*.o | *.obj)
|
| 74 |
+
;;
|
| 75 |
+
*)
|
| 76 |
+
args="$args -o $ofile"
|
| 77 |
+
ofile=
|
| 78 |
+
;;
|
| 79 |
+
esac
|
| 80 |
+
;;
|
| 81 |
+
*.c)
|
| 82 |
+
cfile=$1
|
| 83 |
+
args="$args $1"
|
| 84 |
+
;;
|
| 85 |
+
*)
|
| 86 |
+
args="$args $1"
|
| 87 |
+
;;
|
| 88 |
+
esac
|
| 89 |
+
shift
|
| 90 |
+
done
|
| 91 |
+
|
| 92 |
+
if test -z "$ofile" || test -z "$cfile"; then
|
| 93 |
+
# If no `-o' option was seen then we might have been invoked from a
|
| 94 |
+
# pattern rule where we don't need one. That is ok -- this is a
|
| 95 |
+
# normal compilation that the losing compiler can handle. If no
|
| 96 |
+
# `.c' file was seen then we are probably linking. That is also
|
| 97 |
+
# ok.
|
| 98 |
+
exec "$prog" $args
|
| 99 |
+
fi
|
| 100 |
+
|
| 101 |
+
# Name of file we expect compiler to create.
|
| 102 |
+
cofile=`echo $cfile | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
|
| 103 |
+
|
| 104 |
+
# Create the lock directory.
|
| 105 |
+
# Note: use `[/.-]' here to ensure that we don't use the same name
|
| 106 |
+
# that we are using for the .o file. Also, base the name on the expected
|
| 107 |
+
# object file name, since that is what matters with a parallel build.
|
| 108 |
+
lockdir=`echo $cofile | sed -e 's|[/.-]|_|g'`.d
|
| 109 |
+
while true; do
|
| 110 |
+
if mkdir $lockdir > /dev/null 2>&1; then
|
| 111 |
+
break
|
| 112 |
+
fi
|
| 113 |
+
sleep 1
|
| 114 |
+
done
|
| 115 |
+
# FIXME: race condition here if user kills between mkdir and trap.
|
| 116 |
+
trap "rmdir $lockdir; exit 1" 1 2 15
|
| 117 |
+
|
| 118 |
+
# Run the compile.
|
| 119 |
+
"$prog" $args
|
| 120 |
+
status=$?
|
| 121 |
+
|
| 122 |
+
if test -f "$cofile"; then
|
| 123 |
+
mv "$cofile" "$ofile"
|
| 124 |
+
fi
|
| 125 |
+
|
| 126 |
+
rmdir $lockdir
|
| 127 |
+
exit $status
|
| 128 |
+
|
| 129 |
+
# Local Variables:
|
| 130 |
+
# mode: shell-script
|
| 131 |
+
# sh-indentation: 2
|
| 132 |
+
# eval: (add-hook 'write-file-hooks 'time-stamp)
|
| 133 |
+
# time-stamp-start: "scriptversion="
|
| 134 |
+
# time-stamp-format: "%:y-%02m-%02d.%02H"
|
| 135 |
+
# time-stamp-end: "$"
|
| 136 |
+
# End:
|
WordNet-3.0/config.h
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/* config.h. Generated by configure. */
|
| 2 |
+
/* config.h.in. Generated from configure.ac by autoheader. */
|
| 3 |
+
|
| 4 |
+
/* Default installation prefix. */
|
| 5 |
+
#define DEFAULTPATH "/usr/local/WordNet-3.0/dict"
|
| 6 |
+
|
| 7 |
+
/* Define to 1 if you have the <inttypes.h> header file. */
|
| 8 |
+
#define HAVE_INTTYPES_H 1
|
| 9 |
+
|
| 10 |
+
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
|
| 11 |
+
#define HAVE_LANGINFO_CODESET 1
|
| 12 |
+
|
| 13 |
+
/* Define to 1 if you have the <locale.h> header file. */
|
| 14 |
+
#define HAVE_LOCALE_H 1
|
| 15 |
+
|
| 16 |
+
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
|
| 17 |
+
to 0 otherwise. */
|
| 18 |
+
#define HAVE_MALLOC 1
|
| 19 |
+
|
| 20 |
+
/* Define to 1 if you have the <malloc.h> header file. */
|
| 21 |
+
#define HAVE_MALLOC_H 1
|
| 22 |
+
|
| 23 |
+
/* Define to 1 if you have the <memory.h> header file. */
|
| 24 |
+
#define HAVE_MEMORY_H 1
|
| 25 |
+
|
| 26 |
+
/* Define to 1 if you have the <stdint.h> header file. */
|
| 27 |
+
#define HAVE_STDINT_H 1
|
| 28 |
+
|
| 29 |
+
/* Define to 1 if you have the <stdlib.h> header file. */
|
| 30 |
+
#define HAVE_STDLIB_H 1
|
| 31 |
+
|
| 32 |
+
/* Define to 1 if you have the `strchr' function. */
|
| 33 |
+
#define HAVE_STRCHR 1
|
| 34 |
+
|
| 35 |
+
/* Define to 1 if you have the `strdup' function. */
|
| 36 |
+
#define HAVE_STRDUP 1
|
| 37 |
+
|
| 38 |
+
/* Define to 1 if you have the <strings.h> header file. */
|
| 39 |
+
#define HAVE_STRINGS_H 1
|
| 40 |
+
|
| 41 |
+
/* Define to 1 if you have the <string.h> header file. */
|
| 42 |
+
#define HAVE_STRING_H 1
|
| 43 |
+
|
| 44 |
+
/* Define to 1 if you have the `strrchr' function. */
|
| 45 |
+
#define HAVE_STRRCHR 1
|
| 46 |
+
|
| 47 |
+
/* Define to 1 if you have the `strstr' function. */
|
| 48 |
+
#define HAVE_STRSTR 1
|
| 49 |
+
|
| 50 |
+
/* Define to 1 if you have the `strtol' function. */
|
| 51 |
+
#define HAVE_STRTOL 1
|
| 52 |
+
|
| 53 |
+
/* Define to 1 if you have the <sys/stat.h> header file. */
|
| 54 |
+
#define HAVE_SYS_STAT_H 1
|
| 55 |
+
|
| 56 |
+
/* Define to 1 if you have the <sys/types.h> header file. */
|
| 57 |
+
#define HAVE_SYS_TYPES_H 1
|
| 58 |
+
|
| 59 |
+
/* Define to 1 if you have the <unistd.h> header file. */
|
| 60 |
+
#define HAVE_UNISTD_H 1
|
| 61 |
+
|
| 62 |
+
/* Name of package */
|
| 63 |
+
#define PACKAGE "WordNet"
|
| 64 |
+
|
| 65 |
+
/* Define to the address where bug reports for this package should be sent. */
|
| 66 |
+
#define PACKAGE_BUGREPORT "wordnet@princeton.edu"
|
| 67 |
+
|
| 68 |
+
/* Define to the full name of this package. */
|
| 69 |
+
#define PACKAGE_NAME "WordNet"
|
| 70 |
+
|
| 71 |
+
/* Define to the full name and version of this package. */
|
| 72 |
+
#define PACKAGE_STRING "WordNet 3.0"
|
| 73 |
+
|
| 74 |
+
/* Define to the one symbol short name of this package. */
|
| 75 |
+
#define PACKAGE_TARNAME "wordnet"
|
| 76 |
+
|
| 77 |
+
/* Define to the version of this package. */
|
| 78 |
+
#define PACKAGE_VERSION "3.0"
|
| 79 |
+
|
| 80 |
+
/* Define to 1 if you have the ANSI C header files. */
|
| 81 |
+
#define STDC_HEADERS 1
|
| 82 |
+
|
| 83 |
+
/* Version number of package */
|
| 84 |
+
#define VERSION "3.0"
|
| 85 |
+
|
| 86 |
+
/* Define to rpl_malloc if the replacement function should be used. */
|
| 87 |
+
/* #undef malloc */
|
WordNet-3.0/config.h.in
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/* config.h.in. Generated from configure.ac by autoheader. */
|
| 2 |
+
|
| 3 |
+
/* Default installation prefix. */
|
| 4 |
+
#undef DEFAULTPATH
|
| 5 |
+
|
| 6 |
+
/* Define to 1 if you have the <inttypes.h> header file. */
|
| 7 |
+
#undef HAVE_INTTYPES_H
|
| 8 |
+
|
| 9 |
+
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
|
| 10 |
+
#undef HAVE_LANGINFO_CODESET
|
| 11 |
+
|
| 12 |
+
/* Define to 1 if you have the <locale.h> header file. */
|
| 13 |
+
#undef HAVE_LOCALE_H
|
| 14 |
+
|
| 15 |
+
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
|
| 16 |
+
to 0 otherwise. */
|
| 17 |
+
#undef HAVE_MALLOC
|
| 18 |
+
|
| 19 |
+
/* Define to 1 if you have the <malloc.h> header file. */
|
| 20 |
+
#undef HAVE_MALLOC_H
|
| 21 |
+
|
| 22 |
+
/* Define to 1 if you have the <memory.h> header file. */
|
| 23 |
+
#undef HAVE_MEMORY_H
|
| 24 |
+
|
| 25 |
+
/* Define to 1 if you have the <stdint.h> header file. */
|
| 26 |
+
#undef HAVE_STDINT_H
|
| 27 |
+
|
| 28 |
+
/* Define to 1 if you have the <stdlib.h> header file. */
|
| 29 |
+
#undef HAVE_STDLIB_H
|
| 30 |
+
|
| 31 |
+
/* Define to 1 if you have the `strchr' function. */
|
| 32 |
+
#undef HAVE_STRCHR
|
| 33 |
+
|
| 34 |
+
/* Define to 1 if you have the `strdup' function. */
|
| 35 |
+
#undef HAVE_STRDUP
|
| 36 |
+
|
| 37 |
+
/* Define to 1 if you have the <strings.h> header file. */
|
| 38 |
+
#undef HAVE_STRINGS_H
|
| 39 |
+
|
| 40 |
+
/* Define to 1 if you have the <string.h> header file. */
|
| 41 |
+
#undef HAVE_STRING_H
|
| 42 |
+
|
| 43 |
+
/* Define to 1 if you have the `strrchr' function. */
|
| 44 |
+
#undef HAVE_STRRCHR
|
| 45 |
+
|
| 46 |
+
/* Define to 1 if you have the `strstr' function. */
|
| 47 |
+
#undef HAVE_STRSTR
|
| 48 |
+
|
| 49 |
+
/* Define to 1 if you have the `strtol' function. */
|
| 50 |
+
#undef HAVE_STRTOL
|
| 51 |
+
|
| 52 |
+
/* Define to 1 if you have the <sys/stat.h> header file. */
|
| 53 |
+
#undef HAVE_SYS_STAT_H
|
| 54 |
+
|
| 55 |
+
/* Define to 1 if you have the <sys/types.h> header file. */
|
| 56 |
+
#undef HAVE_SYS_TYPES_H
|
| 57 |
+
|
| 58 |
+
/* Define to 1 if you have the <unistd.h> header file. */
|
| 59 |
+
#undef HAVE_UNISTD_H
|
| 60 |
+
|
| 61 |
+
/* Name of package */
|
| 62 |
+
#undef PACKAGE
|
| 63 |
+
|
| 64 |
+
/* Define to the address where bug reports for this package should be sent. */
|
| 65 |
+
#undef PACKAGE_BUGREPORT
|
| 66 |
+
|
| 67 |
+
/* Define to the full name of this package. */
|
| 68 |
+
#undef PACKAGE_NAME
|
| 69 |
+
|
| 70 |
+
/* Define to the full name and version of this package. */
|
| 71 |
+
#undef PACKAGE_STRING
|
| 72 |
+
|
| 73 |
+
/* Define to the one symbol short name of this package. */
|
| 74 |
+
#undef PACKAGE_TARNAME
|
| 75 |
+
|
| 76 |
+
/* Define to the version of this package. */
|
| 77 |
+
#undef PACKAGE_VERSION
|
| 78 |
+
|
| 79 |
+
/* Define to 1 if you have the ANSI C header files. */
|
| 80 |
+
#undef STDC_HEADERS
|
| 81 |
+
|
| 82 |
+
/* Version number of package */
|
| 83 |
+
#undef VERSION
|
| 84 |
+
|
| 85 |
+
/* Define to rpl_malloc if the replacement function should be used. */
|
| 86 |
+
#undef malloc
|
WordNet-3.0/config.log
ADDED
|
@@ -0,0 +1,653 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This file contains any messages produced by compilers while
|
| 2 |
+
running configure, to aid debugging if configure makes a mistake.
|
| 3 |
+
|
| 4 |
+
It was created by WordNet configure 3.0, which was
|
| 5 |
+
generated by GNU Autoconf 2.59. Invocation command line was
|
| 6 |
+
|
| 7 |
+
$ ./configure CFLAGS=-I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive CC=/usr/bin/gcc
|
| 8 |
+
|
| 9 |
+
## --------- ##
|
| 10 |
+
## Platform. ##
|
| 11 |
+
## --------- ##
|
| 12 |
+
|
| 13 |
+
hostname = harinder-OptiPlex-9020
|
| 14 |
+
uname -m = x86_64
|
| 15 |
+
uname -r = 3.19.0-25-generic
|
| 16 |
+
uname -s = Linux
|
| 17 |
+
uname -v = #26-Ubuntu SMP Fri Jul 24 21:17:31 UTC 2015
|
| 18 |
+
|
| 19 |
+
/usr/bin/uname -p = unknown
|
| 20 |
+
/bin/uname -X = unknown
|
| 21 |
+
|
| 22 |
+
/bin/arch = unknown
|
| 23 |
+
/usr/bin/arch -k = unknown
|
| 24 |
+
/usr/convex/getsysinfo = unknown
|
| 25 |
+
hostinfo = unknown
|
| 26 |
+
/bin/machine = unknown
|
| 27 |
+
/usr/bin/oslevel = unknown
|
| 28 |
+
/bin/universe = unknown
|
| 29 |
+
|
| 30 |
+
PATH: /opt/lampp/bin
|
| 31 |
+
PATH: /usr/local/heroku/bin
|
| 32 |
+
PATH: /home/harinder/anaconda2/bin
|
| 33 |
+
PATH: /usr/local/sbin
|
| 34 |
+
PATH: /usr/local/bin
|
| 35 |
+
PATH: /usr/sbin
|
| 36 |
+
PATH: /usr/bin
|
| 37 |
+
PATH: /sbin
|
| 38 |
+
PATH: /bin
|
| 39 |
+
PATH: /usr/games
|
| 40 |
+
PATH: /usr/local/games
|
| 41 |
+
|
| 42 |
+
|
| 43 |
+
## ----------- ##
|
| 44 |
+
## Core tests. ##
|
| 45 |
+
## ----------- ##
|
| 46 |
+
|
| 47 |
+
configure:1371: checking for gcc
|
| 48 |
+
configure:1397: result: /usr/bin/gcc
|
| 49 |
+
configure:1641: checking for C compiler version
|
| 50 |
+
configure:1644: /usr/bin/gcc --version </dev/null >&5
|
| 51 |
+
gcc (Ubuntu 4.9.2-10ubuntu13) 4.9.2
|
| 52 |
+
Copyright (C) 2014 Free Software Foundation, Inc.
|
| 53 |
+
This is free software; see the source for copying conditions. There is NO
|
| 54 |
+
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
| 55 |
+
|
| 56 |
+
configure:1647: $? = 0
|
| 57 |
+
configure:1649: /usr/bin/gcc -v </dev/null >&5
|
| 58 |
+
Using built-in specs.
|
| 59 |
+
COLLECT_GCC=/usr/bin/gcc
|
| 60 |
+
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper
|
| 61 |
+
Target: x86_64-linux-gnu
|
| 62 |
+
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.9.2-10ubuntu13' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
|
| 63 |
+
Thread model: posix
|
| 64 |
+
gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu13)
|
| 65 |
+
configure:1652: $? = 0
|
| 66 |
+
configure:1654: /usr/bin/gcc -V </dev/null >&5
|
| 67 |
+
gcc: error: unrecognized command line option '-V'
|
| 68 |
+
gcc: fatal error: no input files
|
| 69 |
+
compilation terminated.
|
| 70 |
+
configure:1657: $? = 4
|
| 71 |
+
configure:1680: checking for C compiler default output file name
|
| 72 |
+
configure:1683: /usr/bin/gcc -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive conftest.c >&5
|
| 73 |
+
cc1: warning: command line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
| 74 |
+
configure:1686: $? = 0
|
| 75 |
+
configure:1732: result: a.out
|
| 76 |
+
configure:1737: checking whether the C compiler works
|
| 77 |
+
configure:1743: ./a.out
|
| 78 |
+
configure:1746: $? = 0
|
| 79 |
+
configure:1763: result: yes
|
| 80 |
+
configure:1770: checking whether we are cross compiling
|
| 81 |
+
configure:1772: result: no
|
| 82 |
+
configure:1775: checking for suffix of executables
|
| 83 |
+
configure:1777: /usr/bin/gcc -o conftest -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive conftest.c >&5
|
| 84 |
+
cc1: warning: command line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
| 85 |
+
configure:1780: $? = 0
|
| 86 |
+
configure:1805: result:
|
| 87 |
+
configure:1811: checking for suffix of object files
|
| 88 |
+
configure:1832: /usr/bin/gcc -c -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive conftest.c >&5
|
| 89 |
+
cc1: warning: command line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
| 90 |
+
configure:1835: $? = 0
|
| 91 |
+
configure:1857: result: o
|
| 92 |
+
configure:1861: checking whether we are using the GNU C compiler
|
| 93 |
+
configure:1885: /usr/bin/gcc -c -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive conftest.c >&5
|
| 94 |
+
cc1: warning: command line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
| 95 |
+
configure:1891: $? = 0
|
| 96 |
+
configure:1895: test -z
|
| 97 |
+
|| test ! -s conftest.err
|
| 98 |
+
configure:1898: $? = 0
|
| 99 |
+
configure:1901: test -s conftest.o
|
| 100 |
+
configure:1904: $? = 0
|
| 101 |
+
configure:1917: result: yes
|
| 102 |
+
configure:1923: checking whether /usr/bin/gcc accepts -g
|
| 103 |
+
configure:1944: /usr/bin/gcc -c -g conftest.c >&5
|
| 104 |
+
configure:1950: $? = 0
|
| 105 |
+
configure:1954: test -z
|
| 106 |
+
|| test ! -s conftest.err
|
| 107 |
+
configure:1957: $? = 0
|
| 108 |
+
configure:1960: test -s conftest.o
|
| 109 |
+
configure:1963: $? = 0
|
| 110 |
+
configure:1974: result: yes
|
| 111 |
+
configure:1991: checking for /usr/bin/gcc option to accept ANSI C
|
| 112 |
+
configure:2061: /usr/bin/gcc -c -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive conftest.c >&5
|
| 113 |
+
cc1: warning: command line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
| 114 |
+
configure:2067: $? = 0
|
| 115 |
+
configure:2071: test -z
|
| 116 |
+
|| test ! -s conftest.err
|
| 117 |
+
configure:2074: $? = 0
|
| 118 |
+
configure:2077: test -s conftest.o
|
| 119 |
+
configure:2080: $? = 0
|
| 120 |
+
configure:2098: result: none needed
|
| 121 |
+
configure:2116: /usr/bin/gcc -c -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive conftest.c >&5
|
| 122 |
+
cc1: warning: command line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
| 123 |
+
conftest.c:2:3: error: unknown type name 'choke'
|
| 124 |
+
choke me
|
| 125 |
+
^
|
| 126 |
+
conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
|
| 127 |
+
configure:2122: $? = 1
|
| 128 |
+
configure: failed program was:
|
| 129 |
+
| #ifndef __cplusplus
|
| 130 |
+
| choke me
|
| 131 |
+
| #endif
|
| 132 |
+
configure:2296: checking for ranlib
|
| 133 |
+
configure:2312: found /usr/bin/ranlib
|
| 134 |
+
configure:2323: result: ranlib
|
| 135 |
+
configure:2373: checking for a BSD-compatible install
|
| 136 |
+
configure:2428: result: /usr/bin/install -c
|
| 137 |
+
configure:2447: checking how to run the C preprocessor
|
| 138 |
+
configure:2482: /usr/bin/gcc -E conftest.c
|
| 139 |
+
configure:2488: $? = 0
|
| 140 |
+
configure:2520: /usr/bin/gcc -E conftest.c
|
| 141 |
+
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
|
| 142 |
+
#include <ac_nonexistent.h>
|
| 143 |
+
^
|
| 144 |
+
compilation terminated.
|
| 145 |
+
configure:2526: $? = 1
|
| 146 |
+
configure: failed program was:
|
| 147 |
+
| /* confdefs.h. */
|
| 148 |
+
|
|
| 149 |
+
| #define PACKAGE_NAME "WordNet"
|
| 150 |
+
| #define PACKAGE_TARNAME "wordnet"
|
| 151 |
+
| #define PACKAGE_VERSION "3.0"
|
| 152 |
+
| #define PACKAGE_STRING "WordNet 3.0"
|
| 153 |
+
| #define PACKAGE_BUGREPORT "wordnet@princeton.edu"
|
| 154 |
+
| /* end confdefs.h. */
|
| 155 |
+
| #include <ac_nonexistent.h>
|
| 156 |
+
configure:2565: result: /usr/bin/gcc -E
|
| 157 |
+
configure:2589: /usr/bin/gcc -E conftest.c
|
| 158 |
+
configure:2595: $? = 0
|
| 159 |
+
configure:2627: /usr/bin/gcc -E conftest.c
|
| 160 |
+
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
|
| 161 |
+
#include <ac_nonexistent.h>
|
| 162 |
+
^
|
| 163 |
+
compilation terminated.
|
| 164 |
+
configure:2633: $? = 1
|
| 165 |
+
configure: failed program was:
|
| 166 |
+
| /* confdefs.h. */
|
| 167 |
+
|
|
| 168 |
+
| #define PACKAGE_NAME "WordNet"
|
| 169 |
+
| #define PACKAGE_TARNAME "wordnet"
|
| 170 |
+
| #define PACKAGE_VERSION "3.0"
|
| 171 |
+
| #define PACKAGE_STRING "WordNet 3.0"
|
| 172 |
+
| #define PACKAGE_BUGREPORT "wordnet@princeton.edu"
|
| 173 |
+
| /* end confdefs.h. */
|
| 174 |
+
| #include <ac_nonexistent.h>
|
| 175 |
+
configure:2677: checking for egrep
|
| 176 |
+
configure:2687: result: grep -E
|
| 177 |
+
configure:2692: checking for ANSI C header files
|
| 178 |
+
configure:2717: /usr/bin/gcc -c -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive conftest.c >&5
|
| 179 |
+
cc1: warning: command line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
| 180 |
+
configure:2723: $? = 0
|
| 181 |
+
configure:2727: test -z
|
| 182 |
+
|| test ! -s conftest.err
|
| 183 |
+
configure:2730: $? = 0
|
| 184 |
+
configure:2733: test -s conftest.o
|
| 185 |
+
configure:2736: $? = 0
|
| 186 |
+
configure:2825: /usr/bin/gcc -o conftest -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive conftest.c >&5
|
| 187 |
+
cc1: warning: command line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
| 188 |
+
conftest.c: In function 'main':
|
| 189 |
+
conftest.c:26:7: warning: incompatible implicit declaration of built-in function 'exit'
|
| 190 |
+
exit(2);
|
| 191 |
+
^
|
| 192 |
+
configure:2828: $? = 0
|
| 193 |
+
configure:2830: ./conftest
|
| 194 |
+
configure:2833: $? = 0
|
| 195 |
+
configure:2848: result: yes
|
| 196 |
+
configure:2872: checking for sys/types.h
|
| 197 |
+
configure:2888: /usr/bin/gcc -c -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive conftest.c >&5
|
| 198 |
+
cc1: warning: command line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
| 199 |
+
configure:2894: $? = 0
|
| 200 |
+
configure:2898: test -z
|
| 201 |
+
|| test ! -s conftest.err
|
| 202 |
+
configure:2901: $? = 0
|
| 203 |
+
configure:2904: test -s conftest.o
|
| 204 |
+
configure:2907: $? = 0
|
| 205 |
+
configure:2918: result: yes
|
| 206 |
+
configure:2872: checking for sys/stat.h
|
| 207 |
+
configure:2888: /usr/bin/gcc -c -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive conftest.c >&5
|
| 208 |
+
cc1: warning: command line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
| 209 |
+
configure:2894: $? = 0
|
| 210 |
+
configure:2898: test -z
|
| 211 |
+
|| test ! -s conftest.err
|
| 212 |
+
configure:2901: $? = 0
|
| 213 |
+
configure:2904: test -s conftest.o
|
| 214 |
+
configure:2907: $? = 0
|
| 215 |
+
configure:2918: result: yes
|
| 216 |
+
configure:2872: checking for stdlib.h
|
| 217 |
+
configure:2888: /usr/bin/gcc -c -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive conftest.c >&5
|
| 218 |
+
cc1: warning: command line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
| 219 |
+
configure:2894: $? = 0
|
| 220 |
+
configure:2898: test -z
|
| 221 |
+
|| test ! -s conftest.err
|
| 222 |
+
configure:2901: $? = 0
|
| 223 |
+
configure:2904: test -s conftest.o
|
| 224 |
+
configure:2907: $? = 0
|
| 225 |
+
configure:2918: result: yes
|
| 226 |
+
configure:2872: checking for string.h
|
| 227 |
+
configure:2888: /usr/bin/gcc -c -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive conftest.c >&5
|
| 228 |
+
cc1: warning: command line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
| 229 |
+
configure:2894: $? = 0
|
| 230 |
+
configure:2898: test -z
|
| 231 |
+
|| test ! -s conftest.err
|
| 232 |
+
configure:2901: $? = 0
|
| 233 |
+
configure:2904: test -s conftest.o
|
| 234 |
+
configure:2907: $? = 0
|
| 235 |
+
configure:2918: result: yes
|
| 236 |
+
configure:2872: checking for memory.h
|
| 237 |
+
configure:2888: /usr/bin/gcc -c -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive conftest.c >&5
|
| 238 |
+
cc1: warning: command line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
| 239 |
+
configure:2894: $? = 0
|
| 240 |
+
configure:2898: test -z
|
| 241 |
+
|| test ! -s conftest.err
|
| 242 |
+
configure:2901: $? = 0
|
| 243 |
+
configure:2904: test -s conftest.o
|
| 244 |
+
configure:2907: $? = 0
|
| 245 |
+
configure:2918: result: yes
|
| 246 |
+
configure:2872: checking for strings.h
|
| 247 |
+
configure:2888: /usr/bin/gcc -c -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive conftest.c >&5
|
| 248 |
+
cc1: warning: command line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
| 249 |
+
configure:2894: $? = 0
|
| 250 |
+
configure:2898: test -z
|
| 251 |
+
|| test ! -s conftest.err
|
| 252 |
+
configure:2901: $? = 0
|
| 253 |
+
configure:2904: test -s conftest.o
|
| 254 |
+
configure:2907: $? = 0
|
| 255 |
+
configure:2918: result: yes
|
| 256 |
+
configure:2872: checking for inttypes.h
|
| 257 |
+
configure:2888: /usr/bin/gcc -c -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive conftest.c >&5
|
| 258 |
+
cc1: warning: command line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
| 259 |
+
configure:2894: $? = 0
|
| 260 |
+
configure:2898: test -z
|
| 261 |
+
|| test ! -s conftest.err
|
| 262 |
+
configure:2901: $? = 0
|
| 263 |
+
configure:2904: test -s conftest.o
|
| 264 |
+
configure:2907: $? = 0
|
| 265 |
+
configure:2918: result: yes
|
| 266 |
+
configure:2872: checking for stdint.h
|
| 267 |
+
configure:2888: /usr/bin/gcc -c -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive conftest.c >&5
|
| 268 |
+
cc1: warning: command line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
| 269 |
+
configure:2894: $? = 0
|
| 270 |
+
configure:2898: test -z
|
| 271 |
+
|| test ! -s conftest.err
|
| 272 |
+
configure:2901: $? = 0
|
| 273 |
+
configure:2904: test -s conftest.o
|
| 274 |
+
configure:2907: $? = 0
|
| 275 |
+
configure:2918: result: yes
|
| 276 |
+
configure:2872: checking for unistd.h
|
| 277 |
+
configure:2888: /usr/bin/gcc -c -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive conftest.c >&5
|
| 278 |
+
cc1: warning: command line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
| 279 |
+
configure:2894: $? = 0
|
| 280 |
+
configure:2898: test -z
|
| 281 |
+
|| test ! -s conftest.err
|
| 282 |
+
configure:2901: $? = 0
|
| 283 |
+
configure:2904: test -s conftest.o
|
| 284 |
+
configure:2907: $? = 0
|
| 285 |
+
configure:2918: result: yes
|
| 286 |
+
configure:2947: checking locale.h usability
|
| 287 |
+
configure:2959: /usr/bin/gcc -c -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive conftest.c >&5
|
| 288 |
+
cc1: warning: command line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
| 289 |
+
configure:2965: $? = 0
|
| 290 |
+
configure:2969: test -z
|
| 291 |
+
|| test ! -s conftest.err
|
| 292 |
+
configure:2972: $? = 0
|
| 293 |
+
configure:2975: test -s conftest.o
|
| 294 |
+
configure:2978: $? = 0
|
| 295 |
+
configure:2988: result: yes
|
| 296 |
+
configure:2992: checking locale.h presence
|
| 297 |
+
configure:3002: /usr/bin/gcc -E conftest.c
|
| 298 |
+
configure:3008: $? = 0
|
| 299 |
+
configure:3028: result: yes
|
| 300 |
+
configure:3063: checking for locale.h
|
| 301 |
+
configure:3070: result: yes
|
| 302 |
+
configure:2947: checking malloc.h usability
|
| 303 |
+
configure:2959: /usr/bin/gcc -c -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive conftest.c >&5
|
| 304 |
+
cc1: warning: command line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
| 305 |
+
configure:2965: $? = 0
|
| 306 |
+
configure:2969: test -z
|
| 307 |
+
|| test ! -s conftest.err
|
| 308 |
+
configure:2972: $? = 0
|
| 309 |
+
configure:2975: test -s conftest.o
|
| 310 |
+
configure:2978: $? = 0
|
| 311 |
+
configure:2988: result: yes
|
| 312 |
+
configure:2992: checking malloc.h presence
|
| 313 |
+
configure:3002: /usr/bin/gcc -E conftest.c
|
| 314 |
+
configure:3008: $? = 0
|
| 315 |
+
configure:3028: result: yes
|
| 316 |
+
configure:3063: checking for malloc.h
|
| 317 |
+
configure:3070: result: yes
|
| 318 |
+
configure:2938: checking for stdlib.h
|
| 319 |
+
configure:2943: result: yes
|
| 320 |
+
configure:2938: checking for string.h
|
| 321 |
+
configure:2943: result: yes
|
| 322 |
+
configure:3092: checking for stdlib.h
|
| 323 |
+
configure:3097: result: yes
|
| 324 |
+
configure:3237: checking for GNU libc compatible malloc
|
| 325 |
+
configure:3266: /usr/bin/gcc -o conftest -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive conftest.c >&5
|
| 326 |
+
cc1: warning: command line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
| 327 |
+
configure:3269: $? = 0
|
| 328 |
+
configure:3271: ./conftest
|
| 329 |
+
configure:3274: $? = 0
|
| 330 |
+
configure:3288: result: yes
|
| 331 |
+
configure:3326: checking for strchr
|
| 332 |
+
configure:3383: /usr/bin/gcc -o conftest -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive conftest.c >&5
|
| 333 |
+
cc1: warning: command line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
| 334 |
+
conftest.c:49:6: warning: conflicting types for built-in function 'strchr'
|
| 335 |
+
char strchr ();
|
| 336 |
+
^
|
| 337 |
+
configure:3389: $? = 0
|
| 338 |
+
configure:3393: test -z
|
| 339 |
+
|| test ! -s conftest.err
|
| 340 |
+
configure:3396: $? = 0
|
| 341 |
+
configure:3399: test -s conftest
|
| 342 |
+
configure:3402: $? = 0
|
| 343 |
+
configure:3414: result: yes
|
| 344 |
+
configure:3326: checking for strdup
|
| 345 |
+
configure:3383: /usr/bin/gcc -o conftest -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive conftest.c >&5
|
| 346 |
+
cc1: warning: command line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
| 347 |
+
conftest.c:50:6: warning: conflicting types for built-in function 'strdup'
|
| 348 |
+
char strdup ();
|
| 349 |
+
^
|
| 350 |
+
configure:3389: $? = 0
|
| 351 |
+
configure:3393: test -z
|
| 352 |
+
|| test ! -s conftest.err
|
| 353 |
+
configure:3396: $? = 0
|
| 354 |
+
configure:3399: test -s conftest
|
| 355 |
+
configure:3402: $? = 0
|
| 356 |
+
configure:3414: result: yes
|
| 357 |
+
configure:3326: checking for strrchr
|
| 358 |
+
configure:3383: /usr/bin/gcc -o conftest -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive conftest.c >&5
|
| 359 |
+
cc1: warning: command line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
| 360 |
+
conftest.c:51:6: warning: conflicting types for built-in function 'strrchr'
|
| 361 |
+
char strrchr ();
|
| 362 |
+
^
|
| 363 |
+
configure:3389: $? = 0
|
| 364 |
+
configure:3393: test -z
|
| 365 |
+
|| test ! -s conftest.err
|
| 366 |
+
configure:3396: $? = 0
|
| 367 |
+
configure:3399: test -s conftest
|
| 368 |
+
configure:3402: $? = 0
|
| 369 |
+
configure:3414: result: yes
|
| 370 |
+
configure:3326: checking for strstr
|
| 371 |
+
configure:3383: /usr/bin/gcc -o conftest -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive conftest.c >&5
|
| 372 |
+
cc1: warning: command line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
| 373 |
+
conftest.c:52:6: warning: conflicting types for built-in function 'strstr'
|
| 374 |
+
char strstr ();
|
| 375 |
+
^
|
| 376 |
+
configure:3389: $? = 0
|
| 377 |
+
configure:3393: test -z
|
| 378 |
+
|| test ! -s conftest.err
|
| 379 |
+
configure:3396: $? = 0
|
| 380 |
+
configure:3399: test -s conftest
|
| 381 |
+
configure:3402: $? = 0
|
| 382 |
+
configure:3414: result: yes
|
| 383 |
+
configure:3326: checking for strtol
|
| 384 |
+
configure:3383: /usr/bin/gcc -o conftest -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive conftest.c >&5
|
| 385 |
+
cc1: warning: command line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
| 386 |
+
configure:3389: $? = 0
|
| 387 |
+
configure:3393: test -z
|
| 388 |
+
|| test ! -s conftest.err
|
| 389 |
+
configure:3396: $? = 0
|
| 390 |
+
configure:3399: test -s conftest
|
| 391 |
+
configure:3402: $? = 0
|
| 392 |
+
configure:3414: result: yes
|
| 393 |
+
configure:3428: checking for nl_langinfo and CODESET
|
| 394 |
+
configure:3449: /usr/bin/gcc -o conftest -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive conftest.c >&5
|
| 395 |
+
cc1: warning: command line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
| 396 |
+
configure:3455: $? = 0
|
| 397 |
+
configure:3459: test -z
|
| 398 |
+
|| test ! -s conftest.err
|
| 399 |
+
configure:3462: $? = 0
|
| 400 |
+
configure:3465: test -s conftest
|
| 401 |
+
configure:3468: $? = 0
|
| 402 |
+
configure:3481: result: yes
|
| 403 |
+
configure:3493: checking whether build environment is sane
|
| 404 |
+
configure:3536: result: yes
|
| 405 |
+
configure:3601: checking for gawk
|
| 406 |
+
configure:3630: result: no
|
| 407 |
+
configure:3601: checking for mawk
|
| 408 |
+
configure:3617: found /usr/bin/mawk
|
| 409 |
+
configure:3627: result: mawk
|
| 410 |
+
configure:3637: checking whether make sets $(MAKE)
|
| 411 |
+
configure:3657: result: yes
|
| 412 |
+
configure:3687: checking for style of include used by make
|
| 413 |
+
configure:3715: result: GNU
|
| 414 |
+
configure:3891: checking dependency style of /usr/bin/gcc
|
| 415 |
+
configure:3981: result: gcc3
|
| 416 |
+
configure:4016: checking for Tcl configuration
|
| 417 |
+
configure:4096: result: found /usr/lib/tclConfig.sh
|
| 418 |
+
configure:4117: checking for Tk configuration
|
| 419 |
+
configure:4194: result: found /usr/lib/tkConfig.sh
|
| 420 |
+
configure:4201: checking for existence of /usr/lib/tclConfig.sh
|
| 421 |
+
configure:4205: result: loading
|
| 422 |
+
configure:4255: checking for existence of /usr/lib/tkConfig.sh
|
| 423 |
+
configure:4259: result: loading
|
| 424 |
+
configure:4411: creating ./config.status
|
| 425 |
+
|
| 426 |
+
## ---------------------- ##
|
| 427 |
+
## Running config.status. ##
|
| 428 |
+
## ---------------------- ##
|
| 429 |
+
|
| 430 |
+
This file was extended by WordNet config.status 3.0, which was
|
| 431 |
+
generated by GNU Autoconf 2.59. Invocation command line was
|
| 432 |
+
|
| 433 |
+
CONFIG_FILES =
|
| 434 |
+
CONFIG_HEADERS =
|
| 435 |
+
CONFIG_LINKS =
|
| 436 |
+
CONFIG_COMMANDS =
|
| 437 |
+
$ ./config.status
|
| 438 |
+
|
| 439 |
+
on harinder-OptiPlex-9020
|
| 440 |
+
|
| 441 |
+
config.status:710: creating Makefile
|
| 442 |
+
config.status:710: creating dict/Makefile
|
| 443 |
+
config.status:710: creating doc/Makefile
|
| 444 |
+
config.status:710: creating doc/html/Makefile
|
| 445 |
+
config.status:710: creating doc/man/Makefile
|
| 446 |
+
config.status:710: creating doc/pdf/Makefile
|
| 447 |
+
config.status:710: creating doc/ps/Makefile
|
| 448 |
+
config.status:710: creating include/Makefile
|
| 449 |
+
config.status:710: creating include/tk/Makefile
|
| 450 |
+
config.status:710: creating src/Makefile
|
| 451 |
+
config.status:710: creating lib/Makefile
|
| 452 |
+
config.status:710: creating lib/wnres/Makefile
|
| 453 |
+
config.status:814: creating config.h
|
| 454 |
+
config.status:946: config.h is unchanged
|
| 455 |
+
config.status:1126: executing depfiles commands
|
| 456 |
+
config.status:1126: executing default commands
|
| 457 |
+
configure:5736: result:
|
| 458 |
+
WordNet is now configured
|
| 459 |
+
|
| 460 |
+
Installation directory: /usr/local/WordNet-3.0
|
| 461 |
+
|
| 462 |
+
To build and install WordNet:
|
| 463 |
+
|
| 464 |
+
make
|
| 465 |
+
make install
|
| 466 |
+
|
| 467 |
+
To run, environment variables should be set as follows:
|
| 468 |
+
|
| 469 |
+
PATH - include ${exec_prefix}/bin
|
| 470 |
+
WNHOME - if not using default installation location, set to /usr/local/WordNet-3.0
|
| 471 |
+
|
| 472 |
+
See INSTALL file for details and additional environment variables
|
| 473 |
+
which may need to be set on your system.
|
| 474 |
+
|
| 475 |
+
|
| 476 |
+
|
| 477 |
+
## ---------------- ##
|
| 478 |
+
## Cache variables. ##
|
| 479 |
+
## ---------------- ##
|
| 480 |
+
|
| 481 |
+
ac_cv_c_compiler_gnu=yes
|
| 482 |
+
ac_cv_c_tclconfig=/usr/lib
|
| 483 |
+
ac_cv_c_tkconfig=/usr/lib
|
| 484 |
+
ac_cv_env_CC_set=set
|
| 485 |
+
ac_cv_env_CC_value=/usr/bin/gcc
|
| 486 |
+
ac_cv_env_CFLAGS_set=set
|
| 487 |
+
ac_cv_env_CFLAGS_value='-I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive'
|
| 488 |
+
ac_cv_env_CPPFLAGS_set=
|
| 489 |
+
ac_cv_env_CPPFLAGS_value=
|
| 490 |
+
ac_cv_env_CPP_set=
|
| 491 |
+
ac_cv_env_CPP_value=
|
| 492 |
+
ac_cv_env_LDFLAGS_set=
|
| 493 |
+
ac_cv_env_LDFLAGS_value=
|
| 494 |
+
ac_cv_env_build_alias_set=
|
| 495 |
+
ac_cv_env_build_alias_value=
|
| 496 |
+
ac_cv_env_host_alias_set=
|
| 497 |
+
ac_cv_env_host_alias_value=
|
| 498 |
+
ac_cv_env_target_alias_set=
|
| 499 |
+
ac_cv_env_target_alias_value=
|
| 500 |
+
ac_cv_exeext=
|
| 501 |
+
ac_cv_func_malloc_0_nonnull=yes
|
| 502 |
+
ac_cv_func_strchr=yes
|
| 503 |
+
ac_cv_func_strdup=yes
|
| 504 |
+
ac_cv_func_strrchr=yes
|
| 505 |
+
ac_cv_func_strstr=yes
|
| 506 |
+
ac_cv_func_strtol=yes
|
| 507 |
+
ac_cv_header_inttypes_h=yes
|
| 508 |
+
ac_cv_header_locale_h=yes
|
| 509 |
+
ac_cv_header_malloc_h=yes
|
| 510 |
+
ac_cv_header_memory_h=yes
|
| 511 |
+
ac_cv_header_stdc=yes
|
| 512 |
+
ac_cv_header_stdint_h=yes
|
| 513 |
+
ac_cv_header_stdlib_h=yes
|
| 514 |
+
ac_cv_header_string_h=yes
|
| 515 |
+
ac_cv_header_strings_h=yes
|
| 516 |
+
ac_cv_header_sys_stat_h=yes
|
| 517 |
+
ac_cv_header_sys_types_h=yes
|
| 518 |
+
ac_cv_header_unistd_h=yes
|
| 519 |
+
ac_cv_objext=o
|
| 520 |
+
ac_cv_path_install='/usr/bin/install -c'
|
| 521 |
+
ac_cv_prog_AWK=mawk
|
| 522 |
+
ac_cv_prog_CPP='/usr/bin/gcc -E'
|
| 523 |
+
ac_cv_prog_ac_ct_CC=/usr/bin/gcc
|
| 524 |
+
ac_cv_prog_ac_ct_RANLIB=ranlib
|
| 525 |
+
ac_cv_prog_cc_g=yes
|
| 526 |
+
ac_cv_prog_cc_stdc=
|
| 527 |
+
ac_cv_prog_egrep='grep -E'
|
| 528 |
+
ac_cv_prog_make_make_set=yes
|
| 529 |
+
am_cv_CC_dependencies_compiler_type=gcc3
|
| 530 |
+
am_cv_langinfo_codeset=yes
|
| 531 |
+
|
| 532 |
+
## ----------------- ##
|
| 533 |
+
## Output variables. ##
|
| 534 |
+
## ----------------- ##
|
| 535 |
+
|
| 536 |
+
ACLOCAL='${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run aclocal-1.9'
|
| 537 |
+
AMDEPBACKSLASH='\'
|
| 538 |
+
AMDEP_FALSE='#'
|
| 539 |
+
AMDEP_TRUE=''
|
| 540 |
+
AMTAR='${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run tar'
|
| 541 |
+
AUTOCONF='${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run autoconf'
|
| 542 |
+
AUTOHEADER='${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run autoheader'
|
| 543 |
+
AUTOMAKE='${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run automake-1.9'
|
| 544 |
+
AWK='mawk'
|
| 545 |
+
CC='/usr/bin/gcc'
|
| 546 |
+
CCDEPMODE='depmode=gcc3'
|
| 547 |
+
CFLAGS='-I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive'
|
| 548 |
+
CPP='/usr/bin/gcc -E'
|
| 549 |
+
CPPFLAGS=''
|
| 550 |
+
CYGPATH_W='echo'
|
| 551 |
+
DEFS='-DHAVE_CONFIG_H'
|
| 552 |
+
DEPDIR='.deps'
|
| 553 |
+
ECHO_C=''
|
| 554 |
+
ECHO_N='-n'
|
| 555 |
+
ECHO_T=''
|
| 556 |
+
EGREP='grep -E'
|
| 557 |
+
EXEEXT=''
|
| 558 |
+
INSTALL_DATA='${INSTALL} -m 644'
|
| 559 |
+
INSTALL_PROGRAM='${INSTALL}'
|
| 560 |
+
INSTALL_SCRIPT='${INSTALL}'
|
| 561 |
+
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
|
| 562 |
+
LDFLAGS=''
|
| 563 |
+
LIBOBJS=''
|
| 564 |
+
LIBS=''
|
| 565 |
+
LTLIBOBJS=''
|
| 566 |
+
MAKEINFO='${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run makeinfo'
|
| 567 |
+
OBJEXT='o'
|
| 568 |
+
PACKAGE='WordNet'
|
| 569 |
+
PACKAGE_BUGREPORT='wordnet@princeton.edu'
|
| 570 |
+
PACKAGE_NAME='WordNet'
|
| 571 |
+
PACKAGE_STRING='WordNet 3.0'
|
| 572 |
+
PACKAGE_TARNAME='wordnet'
|
| 573 |
+
PACKAGE_VERSION='3.0'
|
| 574 |
+
PATH_SEPARATOR=':'
|
| 575 |
+
RANLIB='ranlib'
|
| 576 |
+
SET_MAKE=''
|
| 577 |
+
SHELL='/bin/bash'
|
| 578 |
+
STRIP=''
|
| 579 |
+
TCL_INCLUDE_SPEC='-I/usr/include/tcl8.6'
|
| 580 |
+
TCL_LIB_SPEC='-L/usr/lib/x86_64-linux-gnu -ltcl8.6'
|
| 581 |
+
TK_LIBS='-lX11 -lXss -lXext -lXft -lfontconfig -lfreetype -lpthread -ldl -lz -lpthread -lieee -lm'
|
| 582 |
+
TK_LIB_SPEC='-L/usr/lib/x86_64-linux-gnu -ltk8.6'
|
| 583 |
+
TK_PREFIX='/usr'
|
| 584 |
+
TK_XINCLUDES=''
|
| 585 |
+
VERSION='3.0'
|
| 586 |
+
ac_ct_CC='/usr/bin/gcc'
|
| 587 |
+
ac_ct_RANLIB='ranlib'
|
| 588 |
+
ac_ct_STRIP=''
|
| 589 |
+
ac_prefix='/usr/local/WordNet-3.0'
|
| 590 |
+
am__fastdepCC_FALSE='#'
|
| 591 |
+
am__fastdepCC_TRUE=''
|
| 592 |
+
am__include='include'
|
| 593 |
+
am__leading_dot='.'
|
| 594 |
+
am__quote=''
|
| 595 |
+
am__tar='${AMTAR} chof - "$$tardir"'
|
| 596 |
+
am__untar='${AMTAR} xf -'
|
| 597 |
+
bindir='${exec_prefix}/bin'
|
| 598 |
+
build_alias=''
|
| 599 |
+
datadir='${prefix}/share'
|
| 600 |
+
exec_prefix='${prefix}'
|
| 601 |
+
host_alias=''
|
| 602 |
+
includedir='${prefix}/include'
|
| 603 |
+
infodir='${prefix}/info'
|
| 604 |
+
install_sh='/home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/install-sh'
|
| 605 |
+
libdir='${exec_prefix}/lib'
|
| 606 |
+
libexecdir='${exec_prefix}/libexec'
|
| 607 |
+
localstatedir='${prefix}/var'
|
| 608 |
+
mandir='${prefix}/man'
|
| 609 |
+
mkdir_p='mkdir -p --'
|
| 610 |
+
oldincludedir='/usr/include'
|
| 611 |
+
prefix='/usr/local/WordNet-3.0'
|
| 612 |
+
program_transform_name='s,x,x,'
|
| 613 |
+
sbindir='${exec_prefix}/sbin'
|
| 614 |
+
sharedstatedir='${prefix}/com'
|
| 615 |
+
sysconfdir='${prefix}/etc'
|
| 616 |
+
target_alias=''
|
| 617 |
+
|
| 618 |
+
## ----------- ##
|
| 619 |
+
## confdefs.h. ##
|
| 620 |
+
## ----------- ##
|
| 621 |
+
|
| 622 |
+
#define DEFAULTPATH "/usr/local/WordNet-3.0/dict"
|
| 623 |
+
#define HAVE_INTTYPES_H 1
|
| 624 |
+
#define HAVE_LANGINFO_CODESET 1
|
| 625 |
+
#define HAVE_LOCALE_H 1
|
| 626 |
+
#define HAVE_MALLOC 1
|
| 627 |
+
#define HAVE_MALLOC_H 1
|
| 628 |
+
#define HAVE_MEMORY_H 1
|
| 629 |
+
#define HAVE_STDINT_H 1
|
| 630 |
+
#define HAVE_STDLIB_H 1
|
| 631 |
+
#define HAVE_STDLIB_H 1
|
| 632 |
+
#define HAVE_STDLIB_H 1
|
| 633 |
+
#define HAVE_STRCHR 1
|
| 634 |
+
#define HAVE_STRDUP 1
|
| 635 |
+
#define HAVE_STRINGS_H 1
|
| 636 |
+
#define HAVE_STRING_H 1
|
| 637 |
+
#define HAVE_STRING_H 1
|
| 638 |
+
#define HAVE_STRRCHR 1
|
| 639 |
+
#define HAVE_STRSTR 1
|
| 640 |
+
#define HAVE_STRTOL 1
|
| 641 |
+
#define HAVE_SYS_STAT_H 1
|
| 642 |
+
#define HAVE_SYS_TYPES_H 1
|
| 643 |
+
#define HAVE_UNISTD_H 1
|
| 644 |
+
#define PACKAGE "WordNet"
|
| 645 |
+
#define PACKAGE_BUGREPORT "wordnet@princeton.edu"
|
| 646 |
+
#define PACKAGE_NAME "WordNet"
|
| 647 |
+
#define PACKAGE_STRING "WordNet 3.0"
|
| 648 |
+
#define PACKAGE_TARNAME "wordnet"
|
| 649 |
+
#define PACKAGE_VERSION "3.0"
|
| 650 |
+
#define STDC_HEADERS 1
|
| 651 |
+
#define VERSION "3.0"
|
| 652 |
+
|
| 653 |
+
configure: exit 0
|
WordNet-3.0/config.status
ADDED
|
@@ -0,0 +1,1217 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#! /bin/bash
|
| 2 |
+
# Generated by configure.
|
| 3 |
+
# Run this file to recreate the current configuration.
|
| 4 |
+
# Compiler output produced by configure, useful for debugging
|
| 5 |
+
# configure, is in config.log if it exists.
|
| 6 |
+
|
| 7 |
+
debug=false
|
| 8 |
+
ac_cs_recheck=false
|
| 9 |
+
ac_cs_silent=false
|
| 10 |
+
SHELL=${CONFIG_SHELL-/bin/bash}
|
| 11 |
+
## --------------------- ##
|
| 12 |
+
## M4sh Initialization. ##
|
| 13 |
+
## --------------------- ##
|
| 14 |
+
|
| 15 |
+
# Be Bourne compatible
|
| 16 |
+
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
|
| 17 |
+
emulate sh
|
| 18 |
+
NULLCMD=:
|
| 19 |
+
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
|
| 20 |
+
# is contrary to our usage. Disable this feature.
|
| 21 |
+
alias -g '${1+"$@"}'='"$@"'
|
| 22 |
+
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
|
| 23 |
+
set -o posix
|
| 24 |
+
fi
|
| 25 |
+
DUALCASE=1; export DUALCASE # for MKS sh
|
| 26 |
+
|
| 27 |
+
# Support unset when possible.
|
| 28 |
+
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
|
| 29 |
+
as_unset=unset
|
| 30 |
+
else
|
| 31 |
+
as_unset=false
|
| 32 |
+
fi
|
| 33 |
+
|
| 34 |
+
|
| 35 |
+
# Work around bugs in pre-3.0 UWIN ksh.
|
| 36 |
+
$as_unset ENV MAIL MAILPATH
|
| 37 |
+
PS1='$ '
|
| 38 |
+
PS2='> '
|
| 39 |
+
PS4='+ '
|
| 40 |
+
|
| 41 |
+
# NLS nuisances.
|
| 42 |
+
for as_var in \
|
| 43 |
+
LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
|
| 44 |
+
LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
|
| 45 |
+
LC_TELEPHONE LC_TIME
|
| 46 |
+
do
|
| 47 |
+
if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
|
| 48 |
+
eval $as_var=C; export $as_var
|
| 49 |
+
else
|
| 50 |
+
$as_unset $as_var
|
| 51 |
+
fi
|
| 52 |
+
done
|
| 53 |
+
|
| 54 |
+
# Required to use basename.
|
| 55 |
+
if expr a : '\(a\)' >/dev/null 2>&1; then
|
| 56 |
+
as_expr=expr
|
| 57 |
+
else
|
| 58 |
+
as_expr=false
|
| 59 |
+
fi
|
| 60 |
+
|
| 61 |
+
if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
|
| 62 |
+
as_basename=basename
|
| 63 |
+
else
|
| 64 |
+
as_basename=false
|
| 65 |
+
fi
|
| 66 |
+
|
| 67 |
+
|
| 68 |
+
# Name of the executable.
|
| 69 |
+
as_me=`$as_basename "$0" ||
|
| 70 |
+
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
|
| 71 |
+
X"$0" : 'X\(//\)$' \| \
|
| 72 |
+
X"$0" : 'X\(/\)$' \| \
|
| 73 |
+
. : '\(.\)' 2>/dev/null ||
|
| 74 |
+
echo X/"$0" |
|
| 75 |
+
sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
|
| 76 |
+
/^X\/\(\/\/\)$/{ s//\1/; q; }
|
| 77 |
+
/^X\/\(\/\).*/{ s//\1/; q; }
|
| 78 |
+
s/.*/./; q'`
|
| 79 |
+
|
| 80 |
+
|
| 81 |
+
# PATH needs CR, and LINENO needs CR and PATH.
|
| 82 |
+
# Avoid depending upon Character Ranges.
|
| 83 |
+
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
|
| 84 |
+
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
|
| 85 |
+
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
|
| 86 |
+
as_cr_digits='0123456789'
|
| 87 |
+
as_cr_alnum=$as_cr_Letters$as_cr_digits
|
| 88 |
+
|
| 89 |
+
# The user is always right.
|
| 90 |
+
if test "${PATH_SEPARATOR+set}" != set; then
|
| 91 |
+
echo "#! /bin/sh" >conf$$.sh
|
| 92 |
+
echo "exit 0" >>conf$$.sh
|
| 93 |
+
chmod +x conf$$.sh
|
| 94 |
+
if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
|
| 95 |
+
PATH_SEPARATOR=';'
|
| 96 |
+
else
|
| 97 |
+
PATH_SEPARATOR=:
|
| 98 |
+
fi
|
| 99 |
+
rm -f conf$$.sh
|
| 100 |
+
fi
|
| 101 |
+
|
| 102 |
+
|
| 103 |
+
as_lineno_1=$LINENO
|
| 104 |
+
as_lineno_2=$LINENO
|
| 105 |
+
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
|
| 106 |
+
test "x$as_lineno_1" != "x$as_lineno_2" &&
|
| 107 |
+
test "x$as_lineno_3" = "x$as_lineno_2" || {
|
| 108 |
+
# Find who we are. Look in the path if we contain no path at all
|
| 109 |
+
# relative or not.
|
| 110 |
+
case $0 in
|
| 111 |
+
*[\\/]* ) as_myself=$0 ;;
|
| 112 |
+
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
| 113 |
+
for as_dir in $PATH
|
| 114 |
+
do
|
| 115 |
+
IFS=$as_save_IFS
|
| 116 |
+
test -z "$as_dir" && as_dir=.
|
| 117 |
+
test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
|
| 118 |
+
done
|
| 119 |
+
|
| 120 |
+
;;
|
| 121 |
+
esac
|
| 122 |
+
# We did not find ourselves, most probably we were run as `sh COMMAND'
|
| 123 |
+
# in which case we are not to be found in the path.
|
| 124 |
+
if test "x$as_myself" = x; then
|
| 125 |
+
as_myself=$0
|
| 126 |
+
fi
|
| 127 |
+
if test ! -f "$as_myself"; then
|
| 128 |
+
{ { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
|
| 129 |
+
echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
|
| 130 |
+
{ (exit 1); exit 1; }; }
|
| 131 |
+
fi
|
| 132 |
+
case $CONFIG_SHELL in
|
| 133 |
+
'')
|
| 134 |
+
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
| 135 |
+
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
|
| 136 |
+
do
|
| 137 |
+
IFS=$as_save_IFS
|
| 138 |
+
test -z "$as_dir" && as_dir=.
|
| 139 |
+
for as_base in sh bash ksh sh5; do
|
| 140 |
+
case $as_dir in
|
| 141 |
+
/*)
|
| 142 |
+
if ("$as_dir/$as_base" -c '
|
| 143 |
+
as_lineno_1=$LINENO
|
| 144 |
+
as_lineno_2=$LINENO
|
| 145 |
+
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
|
| 146 |
+
test "x$as_lineno_1" != "x$as_lineno_2" &&
|
| 147 |
+
test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
|
| 148 |
+
$as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
|
| 149 |
+
$as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
|
| 150 |
+
CONFIG_SHELL=$as_dir/$as_base
|
| 151 |
+
export CONFIG_SHELL
|
| 152 |
+
exec "$CONFIG_SHELL" "$0" ${1+"$@"}
|
| 153 |
+
fi;;
|
| 154 |
+
esac
|
| 155 |
+
done
|
| 156 |
+
done
|
| 157 |
+
;;
|
| 158 |
+
esac
|
| 159 |
+
|
| 160 |
+
# Create $as_me.lineno as a copy of $as_myself, but with $LINENO
|
| 161 |
+
# uniformly replaced by the line number. The first 'sed' inserts a
|
| 162 |
+
# line-number line before each line; the second 'sed' does the real
|
| 163 |
+
# work. The second script uses 'N' to pair each line-number line
|
| 164 |
+
# with the numbered line, and appends trailing '-' during
|
| 165 |
+
# substitution so that $LINENO is not a special case at line end.
|
| 166 |
+
# (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
|
| 167 |
+
# second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
|
| 168 |
+
sed '=' <$as_myself |
|
| 169 |
+
sed '
|
| 170 |
+
N
|
| 171 |
+
s,$,-,
|
| 172 |
+
: loop
|
| 173 |
+
s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
|
| 174 |
+
t loop
|
| 175 |
+
s,-$,,
|
| 176 |
+
s,^['$as_cr_digits']*\n,,
|
| 177 |
+
' >$as_me.lineno &&
|
| 178 |
+
chmod +x $as_me.lineno ||
|
| 179 |
+
{ { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
|
| 180 |
+
echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
|
| 181 |
+
{ (exit 1); exit 1; }; }
|
| 182 |
+
|
| 183 |
+
# Don't try to exec as it changes $[0], causing all sort of problems
|
| 184 |
+
# (the dirname of $[0] is not the place where we might find the
|
| 185 |
+
# original and so on. Autoconf is especially sensible to this).
|
| 186 |
+
. ./$as_me.lineno
|
| 187 |
+
# Exit status is that of the last command.
|
| 188 |
+
exit
|
| 189 |
+
}
|
| 190 |
+
|
| 191 |
+
|
| 192 |
+
case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
|
| 193 |
+
*c*,-n*) ECHO_N= ECHO_C='
|
| 194 |
+
' ECHO_T=' ' ;;
|
| 195 |
+
*c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
|
| 196 |
+
*) ECHO_N= ECHO_C='\c' ECHO_T= ;;
|
| 197 |
+
esac
|
| 198 |
+
|
| 199 |
+
if expr a : '\(a\)' >/dev/null 2>&1; then
|
| 200 |
+
as_expr=expr
|
| 201 |
+
else
|
| 202 |
+
as_expr=false
|
| 203 |
+
fi
|
| 204 |
+
|
| 205 |
+
rm -f conf$$ conf$$.exe conf$$.file
|
| 206 |
+
echo >conf$$.file
|
| 207 |
+
if ln -s conf$$.file conf$$ 2>/dev/null; then
|
| 208 |
+
# We could just check for DJGPP; but this test a) works b) is more generic
|
| 209 |
+
# and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
|
| 210 |
+
if test -f conf$$.exe; then
|
| 211 |
+
# Don't use ln at all; we don't have any links
|
| 212 |
+
as_ln_s='cp -p'
|
| 213 |
+
else
|
| 214 |
+
as_ln_s='ln -s'
|
| 215 |
+
fi
|
| 216 |
+
elif ln conf$$.file conf$$ 2>/dev/null; then
|
| 217 |
+
as_ln_s=ln
|
| 218 |
+
else
|
| 219 |
+
as_ln_s='cp -p'
|
| 220 |
+
fi
|
| 221 |
+
rm -f conf$$ conf$$.exe conf$$.file
|
| 222 |
+
|
| 223 |
+
if mkdir -p . 2>/dev/null; then
|
| 224 |
+
as_mkdir_p=:
|
| 225 |
+
else
|
| 226 |
+
test -d ./-p && rmdir ./-p
|
| 227 |
+
as_mkdir_p=false
|
| 228 |
+
fi
|
| 229 |
+
|
| 230 |
+
as_executable_p="test -f"
|
| 231 |
+
|
| 232 |
+
# Sed expression to map a string onto a valid CPP name.
|
| 233 |
+
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
|
| 234 |
+
|
| 235 |
+
# Sed expression to map a string onto a valid variable name.
|
| 236 |
+
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
|
| 237 |
+
|
| 238 |
+
|
| 239 |
+
# IFS
|
| 240 |
+
# We need space, tab and new line, in precisely that order.
|
| 241 |
+
as_nl='
|
| 242 |
+
'
|
| 243 |
+
IFS=" $as_nl"
|
| 244 |
+
|
| 245 |
+
# CDPATH.
|
| 246 |
+
$as_unset CDPATH
|
| 247 |
+
|
| 248 |
+
exec 6>&1
|
| 249 |
+
|
| 250 |
+
# Open the log real soon, to keep \$[0] and so on meaningful, and to
|
| 251 |
+
# report actual input values of CONFIG_FILES etc. instead of their
|
| 252 |
+
# values after options handling. Logging --version etc. is OK.
|
| 253 |
+
exec 5>>config.log
|
| 254 |
+
{
|
| 255 |
+
echo
|
| 256 |
+
sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
|
| 257 |
+
## Running $as_me. ##
|
| 258 |
+
_ASBOX
|
| 259 |
+
} >&5
|
| 260 |
+
cat >&5 <<_CSEOF
|
| 261 |
+
|
| 262 |
+
This file was extended by WordNet $as_me 3.0, which was
|
| 263 |
+
generated by GNU Autoconf 2.59. Invocation command line was
|
| 264 |
+
|
| 265 |
+
CONFIG_FILES = $CONFIG_FILES
|
| 266 |
+
CONFIG_HEADERS = $CONFIG_HEADERS
|
| 267 |
+
CONFIG_LINKS = $CONFIG_LINKS
|
| 268 |
+
CONFIG_COMMANDS = $CONFIG_COMMANDS
|
| 269 |
+
$ $0 $@
|
| 270 |
+
|
| 271 |
+
_CSEOF
|
| 272 |
+
echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
|
| 273 |
+
echo >&5
|
| 274 |
+
config_files=" Makefile dict/Makefile doc/Makefile doc/html/Makefile doc/man/Makefile doc/pdf/Makefile doc/ps/Makefile include/Makefile include/tk/Makefile src/Makefile lib/Makefile lib/wnres/Makefile"
|
| 275 |
+
config_headers=" config.h"
|
| 276 |
+
config_commands=" depfiles default"
|
| 277 |
+
|
| 278 |
+
ac_cs_usage="\
|
| 279 |
+
\`$as_me' instantiates files from templates according to the
|
| 280 |
+
current configuration.
|
| 281 |
+
|
| 282 |
+
Usage: $0 [OPTIONS] [FILE]...
|
| 283 |
+
|
| 284 |
+
-h, --help print this help, then exit
|
| 285 |
+
-V, --version print version number, then exit
|
| 286 |
+
-q, --quiet do not print progress messages
|
| 287 |
+
-d, --debug don't remove temporary files
|
| 288 |
+
--recheck update $as_me by reconfiguring in the same conditions
|
| 289 |
+
--file=FILE[:TEMPLATE]
|
| 290 |
+
instantiate the configuration file FILE
|
| 291 |
+
--header=FILE[:TEMPLATE]
|
| 292 |
+
instantiate the configuration header FILE
|
| 293 |
+
|
| 294 |
+
Configuration files:
|
| 295 |
+
$config_files
|
| 296 |
+
|
| 297 |
+
Configuration headers:
|
| 298 |
+
$config_headers
|
| 299 |
+
|
| 300 |
+
Configuration commands:
|
| 301 |
+
$config_commands
|
| 302 |
+
|
| 303 |
+
Report bugs to <bug-autoconf@gnu.org>."
|
| 304 |
+
ac_cs_version="\
|
| 305 |
+
WordNet config.status 3.0
|
| 306 |
+
configured by ./configure, generated by GNU Autoconf 2.59,
|
| 307 |
+
with options \"'CFLAGS=-I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive' 'CC=/usr/bin/gcc'\"
|
| 308 |
+
|
| 309 |
+
Copyright (C) 2003 Free Software Foundation, Inc.
|
| 310 |
+
This config.status script is free software; the Free Software Foundation
|
| 311 |
+
gives unlimited permission to copy, distribute and modify it."
|
| 312 |
+
srcdir=.
|
| 313 |
+
INSTALL="/usr/bin/install -c"
|
| 314 |
+
# If no file are specified by the user, then we need to provide default
|
| 315 |
+
# value. By we need to know if files were specified by the user.
|
| 316 |
+
ac_need_defaults=:
|
| 317 |
+
while test $# != 0
|
| 318 |
+
do
|
| 319 |
+
case $1 in
|
| 320 |
+
--*=*)
|
| 321 |
+
ac_option=`expr "x$1" : 'x\([^=]*\)='`
|
| 322 |
+
ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
|
| 323 |
+
ac_shift=:
|
| 324 |
+
;;
|
| 325 |
+
-*)
|
| 326 |
+
ac_option=$1
|
| 327 |
+
ac_optarg=$2
|
| 328 |
+
ac_shift=shift
|
| 329 |
+
;;
|
| 330 |
+
*) # This is not an option, so the user has probably given explicit
|
| 331 |
+
# arguments.
|
| 332 |
+
ac_option=$1
|
| 333 |
+
ac_need_defaults=false;;
|
| 334 |
+
esac
|
| 335 |
+
|
| 336 |
+
case $ac_option in
|
| 337 |
+
# Handling of the options.
|
| 338 |
+
-recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
|
| 339 |
+
ac_cs_recheck=: ;;
|
| 340 |
+
--version | --vers* | -V )
|
| 341 |
+
echo "$ac_cs_version"; exit 0 ;;
|
| 342 |
+
--he | --h)
|
| 343 |
+
# Conflict between --help and --header
|
| 344 |
+
{ { echo "$as_me:$LINENO: error: ambiguous option: $1
|
| 345 |
+
Try \`$0 --help' for more information." >&5
|
| 346 |
+
echo "$as_me: error: ambiguous option: $1
|
| 347 |
+
Try \`$0 --help' for more information." >&2;}
|
| 348 |
+
{ (exit 1); exit 1; }; };;
|
| 349 |
+
--help | --hel | -h )
|
| 350 |
+
echo "$ac_cs_usage"; exit 0 ;;
|
| 351 |
+
--debug | --d* | -d )
|
| 352 |
+
debug=: ;;
|
| 353 |
+
--file | --fil | --fi | --f )
|
| 354 |
+
$ac_shift
|
| 355 |
+
CONFIG_FILES="$CONFIG_FILES $ac_optarg"
|
| 356 |
+
ac_need_defaults=false;;
|
| 357 |
+
--header | --heade | --head | --hea )
|
| 358 |
+
$ac_shift
|
| 359 |
+
CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
|
| 360 |
+
ac_need_defaults=false;;
|
| 361 |
+
-q | -quiet | --quiet | --quie | --qui | --qu | --q \
|
| 362 |
+
| -silent | --silent | --silen | --sile | --sil | --si | --s)
|
| 363 |
+
ac_cs_silent=: ;;
|
| 364 |
+
|
| 365 |
+
# This is an error.
|
| 366 |
+
-*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
|
| 367 |
+
Try \`$0 --help' for more information." >&5
|
| 368 |
+
echo "$as_me: error: unrecognized option: $1
|
| 369 |
+
Try \`$0 --help' for more information." >&2;}
|
| 370 |
+
{ (exit 1); exit 1; }; } ;;
|
| 371 |
+
|
| 372 |
+
*) ac_config_targets="$ac_config_targets $1" ;;
|
| 373 |
+
|
| 374 |
+
esac
|
| 375 |
+
shift
|
| 376 |
+
done
|
| 377 |
+
|
| 378 |
+
ac_configure_extra_args=
|
| 379 |
+
|
| 380 |
+
if $ac_cs_silent; then
|
| 381 |
+
exec 6>/dev/null
|
| 382 |
+
ac_configure_extra_args="$ac_configure_extra_args --silent"
|
| 383 |
+
fi
|
| 384 |
+
|
| 385 |
+
if $ac_cs_recheck; then
|
| 386 |
+
echo "running /bin/bash ./configure " 'CFLAGS=-I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive' 'CC=/usr/bin/gcc' $ac_configure_extra_args " --no-create --no-recursion" >&6
|
| 387 |
+
exec /bin/bash ./configure 'CFLAGS=-I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive' 'CC=/usr/bin/gcc' $ac_configure_extra_args --no-create --no-recursion
|
| 388 |
+
fi
|
| 389 |
+
|
| 390 |
+
#
|
| 391 |
+
# INIT-COMMANDS section.
|
| 392 |
+
#
|
| 393 |
+
|
| 394 |
+
AMDEP_TRUE="" ac_aux_dir="."
|
| 395 |
+
|
| 396 |
+
for ac_config_target in $ac_config_targets
|
| 397 |
+
do
|
| 398 |
+
case "$ac_config_target" in
|
| 399 |
+
# Handling of arguments.
|
| 400 |
+
"Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
|
| 401 |
+
"dict/Makefile" ) CONFIG_FILES="$CONFIG_FILES dict/Makefile" ;;
|
| 402 |
+
"doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
|
| 403 |
+
"doc/html/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/html/Makefile" ;;
|
| 404 |
+
"doc/man/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/man/Makefile" ;;
|
| 405 |
+
"doc/pdf/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/pdf/Makefile" ;;
|
| 406 |
+
"doc/ps/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/ps/Makefile" ;;
|
| 407 |
+
"include/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
|
| 408 |
+
"include/tk/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/tk/Makefile" ;;
|
| 409 |
+
"src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
|
| 410 |
+
"lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
|
| 411 |
+
"lib/wnres/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/wnres/Makefile" ;;
|
| 412 |
+
"depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
|
| 413 |
+
"default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
|
| 414 |
+
"config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
|
| 415 |
+
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
|
| 416 |
+
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
|
| 417 |
+
{ (exit 1); exit 1; }; };;
|
| 418 |
+
esac
|
| 419 |
+
done
|
| 420 |
+
|
| 421 |
+
# If the user did not use the arguments to specify the items to instantiate,
|
| 422 |
+
# then the envvar interface is used. Set only those that are not.
|
| 423 |
+
# We use the long form for the default assignment because of an extremely
|
| 424 |
+
# bizarre bug on SunOS 4.1.3.
|
| 425 |
+
if $ac_need_defaults; then
|
| 426 |
+
test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
|
| 427 |
+
test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
|
| 428 |
+
test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
|
| 429 |
+
fi
|
| 430 |
+
|
| 431 |
+
# Have a temporary directory for convenience. Make it in the build tree
|
| 432 |
+
# simply because there is no reason to put it here, and in addition,
|
| 433 |
+
# creating and moving files from /tmp can sometimes cause problems.
|
| 434 |
+
# Create a temporary directory, and hook for its removal unless debugging.
|
| 435 |
+
$debug ||
|
| 436 |
+
{
|
| 437 |
+
trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
|
| 438 |
+
trap '{ (exit 1); exit 1; }' 1 2 13 15
|
| 439 |
+
}
|
| 440 |
+
|
| 441 |
+
# Create a (secure) tmp directory for tmp files.
|
| 442 |
+
|
| 443 |
+
{
|
| 444 |
+
tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
|
| 445 |
+
test -n "$tmp" && test -d "$tmp"
|
| 446 |
+
} ||
|
| 447 |
+
{
|
| 448 |
+
tmp=./confstat$$-$RANDOM
|
| 449 |
+
(umask 077 && mkdir $tmp)
|
| 450 |
+
} ||
|
| 451 |
+
{
|
| 452 |
+
echo "$me: cannot create a temporary directory in ." >&2
|
| 453 |
+
{ (exit 1); exit 1; }
|
| 454 |
+
}
|
| 455 |
+
|
| 456 |
+
|
| 457 |
+
#
|
| 458 |
+
# CONFIG_FILES section.
|
| 459 |
+
#
|
| 460 |
+
|
| 461 |
+
# No need to generate the scripts if there are no CONFIG_FILES.
|
| 462 |
+
# This happens for instance when ./config.status config.h
|
| 463 |
+
if test -n "$CONFIG_FILES"; then
|
| 464 |
+
# Protect against being on the right side of a sed subst in config.status.
|
| 465 |
+
sed 's/,@/@@/; s/@,/@@/; s/,;t t$/@;t t/; /@;t t$/s/[\\&,]/\\&/g;
|
| 466 |
+
s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOF
|
| 467 |
+
s,@SHELL@,/bin/bash,;t t
|
| 468 |
+
s,@PATH_SEPARATOR@,:,;t t
|
| 469 |
+
s,@PACKAGE_NAME@,WordNet,;t t
|
| 470 |
+
s,@PACKAGE_TARNAME@,wordnet,;t t
|
| 471 |
+
s,@PACKAGE_VERSION@,3.0,;t t
|
| 472 |
+
s,@PACKAGE_STRING@,WordNet 3.0,;t t
|
| 473 |
+
s,@PACKAGE_BUGREPORT@,wordnet@princeton.edu,;t t
|
| 474 |
+
s,@exec_prefix@,${prefix},;t t
|
| 475 |
+
s,@prefix@,/usr/local/WordNet-3.0,;t t
|
| 476 |
+
s,@program_transform_name@,s,x,x,,;t t
|
| 477 |
+
s,@bindir@,${exec_prefix}/bin,;t t
|
| 478 |
+
s,@sbindir@,${exec_prefix}/sbin,;t t
|
| 479 |
+
s,@libexecdir@,${exec_prefix}/libexec,;t t
|
| 480 |
+
s,@datadir@,${prefix}/share,;t t
|
| 481 |
+
s,@sysconfdir@,${prefix}/etc,;t t
|
| 482 |
+
s,@sharedstatedir@,${prefix}/com,;t t
|
| 483 |
+
s,@localstatedir@,${prefix}/var,;t t
|
| 484 |
+
s,@libdir@,${exec_prefix}/lib,;t t
|
| 485 |
+
s,@includedir@,${prefix}/include,;t t
|
| 486 |
+
s,@oldincludedir@,/usr/include,;t t
|
| 487 |
+
s,@infodir@,${prefix}/info,;t t
|
| 488 |
+
s,@mandir@,${prefix}/man,;t t
|
| 489 |
+
s,@build_alias@,,;t t
|
| 490 |
+
s,@host_alias@,,;t t
|
| 491 |
+
s,@target_alias@,,;t t
|
| 492 |
+
s,@DEFS@,-DHAVE_CONFIG_H,;t t
|
| 493 |
+
s,@ECHO_C@,,;t t
|
| 494 |
+
s,@ECHO_N@,-n,;t t
|
| 495 |
+
s,@ECHO_T@,,;t t
|
| 496 |
+
s,@LIBS@,,;t t
|
| 497 |
+
s,@CC@,/usr/bin/gcc,;t t
|
| 498 |
+
s,@CFLAGS@,-I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive,;t t
|
| 499 |
+
s,@LDFLAGS@,,;t t
|
| 500 |
+
s,@CPPFLAGS@,,;t t
|
| 501 |
+
s,@ac_ct_CC@,/usr/bin/gcc,;t t
|
| 502 |
+
s,@EXEEXT@,,;t t
|
| 503 |
+
s,@OBJEXT@,o,;t t
|
| 504 |
+
s,@RANLIB@,ranlib,;t t
|
| 505 |
+
s,@ac_ct_RANLIB@,ranlib,;t t
|
| 506 |
+
s,@INSTALL_PROGRAM@,${INSTALL},;t t
|
| 507 |
+
s,@INSTALL_SCRIPT@,${INSTALL},;t t
|
| 508 |
+
s,@INSTALL_DATA@,${INSTALL} -m 644,;t t
|
| 509 |
+
s,@CPP@,/usr/bin/gcc -E,;t t
|
| 510 |
+
s,@EGREP@,grep -E,;t t
|
| 511 |
+
s,@LIBOBJS@,,;t t
|
| 512 |
+
s,@CYGPATH_W@,echo,;t t
|
| 513 |
+
s,@PACKAGE@,WordNet,;t t
|
| 514 |
+
s,@VERSION@,3.0,;t t
|
| 515 |
+
s,@ACLOCAL@,${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run aclocal-1.9,;t t
|
| 516 |
+
s,@AUTOCONF@,${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run autoconf,;t t
|
| 517 |
+
s,@AUTOMAKE@,${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run automake-1.9,;t t
|
| 518 |
+
s,@AUTOHEADER@,${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run autoheader,;t t
|
| 519 |
+
s,@MAKEINFO@,${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run makeinfo,;t t
|
| 520 |
+
s,@install_sh@,/home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/install-sh,;t t
|
| 521 |
+
s,@STRIP@,,;t t
|
| 522 |
+
s,@ac_ct_STRIP@,,;t t
|
| 523 |
+
s,@INSTALL_STRIP_PROGRAM@,${SHELL} $(install_sh) -c -s,;t t
|
| 524 |
+
s,@mkdir_p@,mkdir -p --,;t t
|
| 525 |
+
s,@AWK@,mawk,;t t
|
| 526 |
+
s,@SET_MAKE@,,;t t
|
| 527 |
+
s,@am__leading_dot@,.,;t t
|
| 528 |
+
s,@AMTAR@,${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run tar,;t t
|
| 529 |
+
s,@am__tar@,${AMTAR} chof - "$$tardir",;t t
|
| 530 |
+
s,@am__untar@,${AMTAR} xf -,;t t
|
| 531 |
+
s,@DEPDIR@,.deps,;t t
|
| 532 |
+
s,@am__include@,include,;t t
|
| 533 |
+
s,@am__quote@,,;t t
|
| 534 |
+
s,@AMDEP_TRUE@,,;t t
|
| 535 |
+
s,@AMDEP_FALSE@,#,;t t
|
| 536 |
+
s,@AMDEPBACKSLASH@,\,;t t
|
| 537 |
+
s,@CCDEPMODE@,depmode=gcc3,;t t
|
| 538 |
+
s,@am__fastdepCC_TRUE@,,;t t
|
| 539 |
+
s,@am__fastdepCC_FALSE@,#,;t t
|
| 540 |
+
s,@TCL_LIB_SPEC@,-L/usr/lib/x86_64-linux-gnu -ltcl8.6,;t t
|
| 541 |
+
s,@TCL_INCLUDE_SPEC@,-I/usr/include/tcl8.6,;t t
|
| 542 |
+
s,@TK_LIB_SPEC@,-L/usr/lib/x86_64-linux-gnu -ltk8.6,;t t
|
| 543 |
+
s,@TK_LIBS@,-lX11 -lXss -lXext -lXft -lfontconfig -lfreetype -lpthread -ldl -lz -lpthread -lieee -lm,;t t
|
| 544 |
+
s,@TK_XINCLUDES@,,;t t
|
| 545 |
+
s,@TK_PREFIX@,/usr,;t t
|
| 546 |
+
s,@ac_prefix@,/usr/local/WordNet-3.0,;t t
|
| 547 |
+
s,@LTLIBOBJS@,,;t t
|
| 548 |
+
CEOF
|
| 549 |
+
|
| 550 |
+
# Split the substitutions into bite-sized pieces for seds with
|
| 551 |
+
# small command number limits, like on Digital OSF/1 and HP-UX.
|
| 552 |
+
ac_max_sed_lines=48
|
| 553 |
+
ac_sed_frag=1 # Number of current file.
|
| 554 |
+
ac_beg=1 # First line for current file.
|
| 555 |
+
ac_end=$ac_max_sed_lines # Line after last line for current file.
|
| 556 |
+
ac_more_lines=:
|
| 557 |
+
ac_sed_cmds=
|
| 558 |
+
while $ac_more_lines; do
|
| 559 |
+
if test $ac_beg -gt 1; then
|
| 560 |
+
sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
|
| 561 |
+
else
|
| 562 |
+
sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
|
| 563 |
+
fi
|
| 564 |
+
if test ! -s $tmp/subs.frag; then
|
| 565 |
+
ac_more_lines=false
|
| 566 |
+
else
|
| 567 |
+
# The purpose of the label and of the branching condition is to
|
| 568 |
+
# speed up the sed processing (if there are no `@' at all, there
|
| 569 |
+
# is no need to browse any of the substitutions).
|
| 570 |
+
# These are the two extra sed commands mentioned above.
|
| 571 |
+
(echo ':t
|
| 572 |
+
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
|
| 573 |
+
if test -z "$ac_sed_cmds"; then
|
| 574 |
+
ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
|
| 575 |
+
else
|
| 576 |
+
ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
|
| 577 |
+
fi
|
| 578 |
+
ac_sed_frag=`expr $ac_sed_frag + 1`
|
| 579 |
+
ac_beg=$ac_end
|
| 580 |
+
ac_end=`expr $ac_end + $ac_max_sed_lines`
|
| 581 |
+
fi
|
| 582 |
+
done
|
| 583 |
+
if test -z "$ac_sed_cmds"; then
|
| 584 |
+
ac_sed_cmds=cat
|
| 585 |
+
fi
|
| 586 |
+
fi # test -n "$CONFIG_FILES"
|
| 587 |
+
|
| 588 |
+
for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
|
| 589 |
+
# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
|
| 590 |
+
case $ac_file in
|
| 591 |
+
- | *:- | *:-:* ) # input from stdin
|
| 592 |
+
cat >$tmp/stdin
|
| 593 |
+
ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
|
| 594 |
+
ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
|
| 595 |
+
*:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
|
| 596 |
+
ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
|
| 597 |
+
* ) ac_file_in=$ac_file.in ;;
|
| 598 |
+
esac
|
| 599 |
+
|
| 600 |
+
# Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
|
| 601 |
+
ac_dir=`(dirname "$ac_file") 2>/dev/null ||
|
| 602 |
+
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
| 603 |
+
X"$ac_file" : 'X\(//\)[^/]' \| \
|
| 604 |
+
X"$ac_file" : 'X\(//\)$' \| \
|
| 605 |
+
X"$ac_file" : 'X\(/\)' \| \
|
| 606 |
+
. : '\(.\)' 2>/dev/null ||
|
| 607 |
+
echo X"$ac_file" |
|
| 608 |
+
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
|
| 609 |
+
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
|
| 610 |
+
/^X\(\/\/\)$/{ s//\1/; q; }
|
| 611 |
+
/^X\(\/\).*/{ s//\1/; q; }
|
| 612 |
+
s/.*/./; q'`
|
| 613 |
+
{ if $as_mkdir_p; then
|
| 614 |
+
mkdir -p "$ac_dir"
|
| 615 |
+
else
|
| 616 |
+
as_dir="$ac_dir"
|
| 617 |
+
as_dirs=
|
| 618 |
+
while test ! -d "$as_dir"; do
|
| 619 |
+
as_dirs="$as_dir $as_dirs"
|
| 620 |
+
as_dir=`(dirname "$as_dir") 2>/dev/null ||
|
| 621 |
+
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
| 622 |
+
X"$as_dir" : 'X\(//\)[^/]' \| \
|
| 623 |
+
X"$as_dir" : 'X\(//\)$' \| \
|
| 624 |
+
X"$as_dir" : 'X\(/\)' \| \
|
| 625 |
+
. : '\(.\)' 2>/dev/null ||
|
| 626 |
+
echo X"$as_dir" |
|
| 627 |
+
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
|
| 628 |
+
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
|
| 629 |
+
/^X\(\/\/\)$/{ s//\1/; q; }
|
| 630 |
+
/^X\(\/\).*/{ s//\1/; q; }
|
| 631 |
+
s/.*/./; q'`
|
| 632 |
+
done
|
| 633 |
+
test ! -n "$as_dirs" || mkdir $as_dirs
|
| 634 |
+
fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
|
| 635 |
+
echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
|
| 636 |
+
{ (exit 1); exit 1; }; }; }
|
| 637 |
+
|
| 638 |
+
ac_builddir=.
|
| 639 |
+
|
| 640 |
+
if test "$ac_dir" != .; then
|
| 641 |
+
ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
|
| 642 |
+
# A "../" for each directory in $ac_dir_suffix.
|
| 643 |
+
ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
|
| 644 |
+
else
|
| 645 |
+
ac_dir_suffix= ac_top_builddir=
|
| 646 |
+
fi
|
| 647 |
+
|
| 648 |
+
case $srcdir in
|
| 649 |
+
.) # No --srcdir option. We are building in place.
|
| 650 |
+
ac_srcdir=.
|
| 651 |
+
if test -z "$ac_top_builddir"; then
|
| 652 |
+
ac_top_srcdir=.
|
| 653 |
+
else
|
| 654 |
+
ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
|
| 655 |
+
fi ;;
|
| 656 |
+
[\\/]* | ?:[\\/]* ) # Absolute path.
|
| 657 |
+
ac_srcdir=$srcdir$ac_dir_suffix;
|
| 658 |
+
ac_top_srcdir=$srcdir ;;
|
| 659 |
+
*) # Relative path.
|
| 660 |
+
ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
|
| 661 |
+
ac_top_srcdir=$ac_top_builddir$srcdir ;;
|
| 662 |
+
esac
|
| 663 |
+
|
| 664 |
+
# Do not use `cd foo && pwd` to compute absolute paths, because
|
| 665 |
+
# the directories may not exist.
|
| 666 |
+
case `pwd` in
|
| 667 |
+
.) ac_abs_builddir="$ac_dir";;
|
| 668 |
+
*)
|
| 669 |
+
case "$ac_dir" in
|
| 670 |
+
.) ac_abs_builddir=`pwd`;;
|
| 671 |
+
[\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
|
| 672 |
+
*) ac_abs_builddir=`pwd`/"$ac_dir";;
|
| 673 |
+
esac;;
|
| 674 |
+
esac
|
| 675 |
+
case $ac_abs_builddir in
|
| 676 |
+
.) ac_abs_top_builddir=${ac_top_builddir}.;;
|
| 677 |
+
*)
|
| 678 |
+
case ${ac_top_builddir}. in
|
| 679 |
+
.) ac_abs_top_builddir=$ac_abs_builddir;;
|
| 680 |
+
[\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
|
| 681 |
+
*) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
|
| 682 |
+
esac;;
|
| 683 |
+
esac
|
| 684 |
+
case $ac_abs_builddir in
|
| 685 |
+
.) ac_abs_srcdir=$ac_srcdir;;
|
| 686 |
+
*)
|
| 687 |
+
case $ac_srcdir in
|
| 688 |
+
.) ac_abs_srcdir=$ac_abs_builddir;;
|
| 689 |
+
[\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
|
| 690 |
+
*) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
|
| 691 |
+
esac;;
|
| 692 |
+
esac
|
| 693 |
+
case $ac_abs_builddir in
|
| 694 |
+
.) ac_abs_top_srcdir=$ac_top_srcdir;;
|
| 695 |
+
*)
|
| 696 |
+
case $ac_top_srcdir in
|
| 697 |
+
.) ac_abs_top_srcdir=$ac_abs_builddir;;
|
| 698 |
+
[\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
|
| 699 |
+
*) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
|
| 700 |
+
esac;;
|
| 701 |
+
esac
|
| 702 |
+
|
| 703 |
+
|
| 704 |
+
case $INSTALL in
|
| 705 |
+
[\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
|
| 706 |
+
*) ac_INSTALL=$ac_top_builddir$INSTALL ;;
|
| 707 |
+
esac
|
| 708 |
+
|
| 709 |
+
if test x"$ac_file" != x-; then
|
| 710 |
+
{ echo "$as_me:$LINENO: creating $ac_file" >&5
|
| 711 |
+
echo "$as_me: creating $ac_file" >&6;}
|
| 712 |
+
rm -f "$ac_file"
|
| 713 |
+
fi
|
| 714 |
+
# Let's still pretend it is `configure' which instantiates (i.e., don't
|
| 715 |
+
# use $as_me), people would be surprised to read:
|
| 716 |
+
# /* config.h. Generated by config.status. */
|
| 717 |
+
if test x"$ac_file" = x-; then
|
| 718 |
+
configure_input=
|
| 719 |
+
else
|
| 720 |
+
configure_input="$ac_file. "
|
| 721 |
+
fi
|
| 722 |
+
configure_input=$configure_input"Generated from `echo $ac_file_in |
|
| 723 |
+
sed 's,.*/,,'` by configure."
|
| 724 |
+
|
| 725 |
+
# First look for the input files in the build tree, otherwise in the
|
| 726 |
+
# src tree.
|
| 727 |
+
ac_file_inputs=`IFS=:
|
| 728 |
+
for f in $ac_file_in; do
|
| 729 |
+
case $f in
|
| 730 |
+
-) echo $tmp/stdin ;;
|
| 731 |
+
[\\/$]*)
|
| 732 |
+
# Absolute (can't be DOS-style, as IFS=:)
|
| 733 |
+
test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
|
| 734 |
+
echo "$as_me: error: cannot find input file: $f" >&2;}
|
| 735 |
+
{ (exit 1); exit 1; }; }
|
| 736 |
+
echo "$f";;
|
| 737 |
+
*) # Relative
|
| 738 |
+
if test -f "$f"; then
|
| 739 |
+
# Build tree
|
| 740 |
+
echo "$f"
|
| 741 |
+
elif test -f "$srcdir/$f"; then
|
| 742 |
+
# Source tree
|
| 743 |
+
echo "$srcdir/$f"
|
| 744 |
+
else
|
| 745 |
+
# /dev/null tree
|
| 746 |
+
{ { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
|
| 747 |
+
echo "$as_me: error: cannot find input file: $f" >&2;}
|
| 748 |
+
{ (exit 1); exit 1; }; }
|
| 749 |
+
fi;;
|
| 750 |
+
esac
|
| 751 |
+
done` || { (exit 1); exit 1; }
|
| 752 |
+
sed "/^[ ]*VPATH[ ]*=/{
|
| 753 |
+
s/:*\$(srcdir):*/:/;
|
| 754 |
+
s/:*\${srcdir}:*/:/;
|
| 755 |
+
s/:*@srcdir@:*/:/;
|
| 756 |
+
s/^\([^=]*=[ ]*\):*/\1/;
|
| 757 |
+
s/:*$//;
|
| 758 |
+
s/^[^=]*=[ ]*$//;
|
| 759 |
+
}
|
| 760 |
+
|
| 761 |
+
:t
|
| 762 |
+
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
|
| 763 |
+
s,@configure_input@,$configure_input,;t t
|
| 764 |
+
s,@srcdir@,$ac_srcdir,;t t
|
| 765 |
+
s,@abs_srcdir@,$ac_abs_srcdir,;t t
|
| 766 |
+
s,@top_srcdir@,$ac_top_srcdir,;t t
|
| 767 |
+
s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
|
| 768 |
+
s,@builddir@,$ac_builddir,;t t
|
| 769 |
+
s,@abs_builddir@,$ac_abs_builddir,;t t
|
| 770 |
+
s,@top_builddir@,$ac_top_builddir,;t t
|
| 771 |
+
s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
|
| 772 |
+
s,@INSTALL@,$ac_INSTALL,;t t
|
| 773 |
+
" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
|
| 774 |
+
rm -f $tmp/stdin
|
| 775 |
+
if test x"$ac_file" != x-; then
|
| 776 |
+
mv $tmp/out $ac_file
|
| 777 |
+
else
|
| 778 |
+
cat $tmp/out
|
| 779 |
+
rm -f $tmp/out
|
| 780 |
+
fi
|
| 781 |
+
|
| 782 |
+
done
|
| 783 |
+
|
| 784 |
+
#
|
| 785 |
+
# CONFIG_HEADER section.
|
| 786 |
+
#
|
| 787 |
+
|
| 788 |
+
# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
|
| 789 |
+
# NAME is the cpp macro being defined and VALUE is the value it is being given.
|
| 790 |
+
#
|
| 791 |
+
# ac_d sets the value in "#define NAME VALUE" lines.
|
| 792 |
+
ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
|
| 793 |
+
ac_dB='[ ].*$,\1#\2'
|
| 794 |
+
ac_dC=' '
|
| 795 |
+
ac_dD=',;t'
|
| 796 |
+
# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
|
| 797 |
+
ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
|
| 798 |
+
ac_uB='$,\1#\2define\3'
|
| 799 |
+
ac_uC=' '
|
| 800 |
+
ac_uD=',;t'
|
| 801 |
+
|
| 802 |
+
for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
|
| 803 |
+
# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
|
| 804 |
+
case $ac_file in
|
| 805 |
+
- | *:- | *:-:* ) # input from stdin
|
| 806 |
+
cat >$tmp/stdin
|
| 807 |
+
ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
|
| 808 |
+
ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
|
| 809 |
+
*:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
|
| 810 |
+
ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
|
| 811 |
+
* ) ac_file_in=$ac_file.in ;;
|
| 812 |
+
esac
|
| 813 |
+
|
| 814 |
+
test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
|
| 815 |
+
echo "$as_me: creating $ac_file" >&6;}
|
| 816 |
+
|
| 817 |
+
# First look for the input files in the build tree, otherwise in the
|
| 818 |
+
# src tree.
|
| 819 |
+
ac_file_inputs=`IFS=:
|
| 820 |
+
for f in $ac_file_in; do
|
| 821 |
+
case $f in
|
| 822 |
+
-) echo $tmp/stdin ;;
|
| 823 |
+
[\\/$]*)
|
| 824 |
+
# Absolute (can't be DOS-style, as IFS=:)
|
| 825 |
+
test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
|
| 826 |
+
echo "$as_me: error: cannot find input file: $f" >&2;}
|
| 827 |
+
{ (exit 1); exit 1; }; }
|
| 828 |
+
# Do quote $f, to prevent DOS paths from being IFS'd.
|
| 829 |
+
echo "$f";;
|
| 830 |
+
*) # Relative
|
| 831 |
+
if test -f "$f"; then
|
| 832 |
+
# Build tree
|
| 833 |
+
echo "$f"
|
| 834 |
+
elif test -f "$srcdir/$f"; then
|
| 835 |
+
# Source tree
|
| 836 |
+
echo "$srcdir/$f"
|
| 837 |
+
else
|
| 838 |
+
# /dev/null tree
|
| 839 |
+
{ { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
|
| 840 |
+
echo "$as_me: error: cannot find input file: $f" >&2;}
|
| 841 |
+
{ (exit 1); exit 1; }; }
|
| 842 |
+
fi;;
|
| 843 |
+
esac
|
| 844 |
+
done` || { (exit 1); exit 1; }
|
| 845 |
+
# Remove the trailing spaces.
|
| 846 |
+
sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
|
| 847 |
+
|
| 848 |
+
# Handle all the #define templates only if necessary.
|
| 849 |
+
if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then
|
| 850 |
+
# If there are no defines, we may have an empty if/fi
|
| 851 |
+
:
|
| 852 |
+
cat >$tmp/defines.sed <<CEOF
|
| 853 |
+
/^[ ]*#[ ]*define/!b
|
| 854 |
+
t clr
|
| 855 |
+
: clr
|
| 856 |
+
${ac_dA}PACKAGE_NAME${ac_dB}PACKAGE_NAME${ac_dC}"WordNet"${ac_dD}
|
| 857 |
+
${ac_dA}PACKAGE_TARNAME${ac_dB}PACKAGE_TARNAME${ac_dC}"wordnet"${ac_dD}
|
| 858 |
+
${ac_dA}PACKAGE_VERSION${ac_dB}PACKAGE_VERSION${ac_dC}"3.0"${ac_dD}
|
| 859 |
+
${ac_dA}PACKAGE_STRING${ac_dB}PACKAGE_STRING${ac_dC}"WordNet 3.0"${ac_dD}
|
| 860 |
+
${ac_dA}PACKAGE_BUGREPORT${ac_dB}PACKAGE_BUGREPORT${ac_dC}"wordnet@princeton.edu"${ac_dD}
|
| 861 |
+
${ac_dA}STDC_HEADERS${ac_dB}STDC_HEADERS${ac_dC}1${ac_dD}
|
| 862 |
+
${ac_dA}HAVE_SYS_TYPES_H${ac_dB}HAVE_SYS_TYPES_H${ac_dC}1${ac_dD}
|
| 863 |
+
${ac_dA}HAVE_SYS_STAT_H${ac_dB}HAVE_SYS_STAT_H${ac_dC}1${ac_dD}
|
| 864 |
+
${ac_dA}HAVE_STDLIB_H${ac_dB}HAVE_STDLIB_H${ac_dC}1${ac_dD}
|
| 865 |
+
${ac_dA}HAVE_STRING_H${ac_dB}HAVE_STRING_H${ac_dC}1${ac_dD}
|
| 866 |
+
${ac_dA}HAVE_MEMORY_H${ac_dB}HAVE_MEMORY_H${ac_dC}1${ac_dD}
|
| 867 |
+
${ac_dA}HAVE_STRINGS_H${ac_dB}HAVE_STRINGS_H${ac_dC}1${ac_dD}
|
| 868 |
+
${ac_dA}HAVE_INTTYPES_H${ac_dB}HAVE_INTTYPES_H${ac_dC}1${ac_dD}
|
| 869 |
+
${ac_dA}HAVE_STDINT_H${ac_dB}HAVE_STDINT_H${ac_dC}1${ac_dD}
|
| 870 |
+
${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD}
|
| 871 |
+
${ac_dA}HAVE_LOCALE_H${ac_dB}HAVE_LOCALE_H${ac_dC}1${ac_dD}
|
| 872 |
+
${ac_dA}HAVE_MALLOC_H${ac_dB}HAVE_MALLOC_H${ac_dC}1${ac_dD}
|
| 873 |
+
${ac_dA}HAVE_STDLIB_H${ac_dB}HAVE_STDLIB_H${ac_dC}1${ac_dD}
|
| 874 |
+
${ac_dA}HAVE_STRING_H${ac_dB}HAVE_STRING_H${ac_dC}1${ac_dD}
|
| 875 |
+
${ac_dA}HAVE_STDLIB_H${ac_dB}HAVE_STDLIB_H${ac_dC}1${ac_dD}
|
| 876 |
+
${ac_dA}HAVE_MALLOC${ac_dB}HAVE_MALLOC${ac_dC}1${ac_dD}
|
| 877 |
+
${ac_dA}HAVE_STRCHR${ac_dB}HAVE_STRCHR${ac_dC}1${ac_dD}
|
| 878 |
+
${ac_dA}HAVE_STRDUP${ac_dB}HAVE_STRDUP${ac_dC}1${ac_dD}
|
| 879 |
+
${ac_dA}HAVE_STRRCHR${ac_dB}HAVE_STRRCHR${ac_dC}1${ac_dD}
|
| 880 |
+
${ac_dA}HAVE_STRSTR${ac_dB}HAVE_STRSTR${ac_dC}1${ac_dD}
|
| 881 |
+
${ac_dA}HAVE_STRTOL${ac_dB}HAVE_STRTOL${ac_dC}1${ac_dD}
|
| 882 |
+
${ac_dA}HAVE_LANGINFO_CODESET${ac_dB}HAVE_LANGINFO_CODESET${ac_dC}1${ac_dD}
|
| 883 |
+
${ac_dA}PACKAGE${ac_dB}PACKAGE${ac_dC}"WordNet"${ac_dD}
|
| 884 |
+
${ac_dA}VERSION${ac_dB}VERSION${ac_dC}"3.0"${ac_dD}
|
| 885 |
+
${ac_dA}DEFAULTPATH${ac_dB}DEFAULTPATH${ac_dC}"/usr/local/WordNet-3.0/dict"${ac_dD}
|
| 886 |
+
CEOF
|
| 887 |
+
sed -f $tmp/defines.sed $tmp/in >$tmp/out
|
| 888 |
+
rm -f $tmp/in
|
| 889 |
+
mv $tmp/out $tmp/in
|
| 890 |
+
|
| 891 |
+
fi # grep
|
| 892 |
+
|
| 893 |
+
# Handle all the #undef templates
|
| 894 |
+
cat >$tmp/undefs.sed <<CEOF
|
| 895 |
+
/^[ ]*#[ ]*undef/!b
|
| 896 |
+
t clr
|
| 897 |
+
: clr
|
| 898 |
+
${ac_uA}PACKAGE_NAME${ac_uB}PACKAGE_NAME${ac_uC}"WordNet"${ac_uD}
|
| 899 |
+
${ac_uA}PACKAGE_TARNAME${ac_uB}PACKAGE_TARNAME${ac_uC}"wordnet"${ac_uD}
|
| 900 |
+
${ac_uA}PACKAGE_VERSION${ac_uB}PACKAGE_VERSION${ac_uC}"3.0"${ac_uD}
|
| 901 |
+
${ac_uA}PACKAGE_STRING${ac_uB}PACKAGE_STRING${ac_uC}"WordNet 3.0"${ac_uD}
|
| 902 |
+
${ac_uA}PACKAGE_BUGREPORT${ac_uB}PACKAGE_BUGREPORT${ac_uC}"wordnet@princeton.edu"${ac_uD}
|
| 903 |
+
${ac_uA}STDC_HEADERS${ac_uB}STDC_HEADERS${ac_uC}1${ac_uD}
|
| 904 |
+
${ac_uA}HAVE_SYS_TYPES_H${ac_uB}HAVE_SYS_TYPES_H${ac_uC}1${ac_uD}
|
| 905 |
+
${ac_uA}HAVE_SYS_STAT_H${ac_uB}HAVE_SYS_STAT_H${ac_uC}1${ac_uD}
|
| 906 |
+
${ac_uA}HAVE_STDLIB_H${ac_uB}HAVE_STDLIB_H${ac_uC}1${ac_uD}
|
| 907 |
+
${ac_uA}HAVE_STRING_H${ac_uB}HAVE_STRING_H${ac_uC}1${ac_uD}
|
| 908 |
+
${ac_uA}HAVE_MEMORY_H${ac_uB}HAVE_MEMORY_H${ac_uC}1${ac_uD}
|
| 909 |
+
${ac_uA}HAVE_STRINGS_H${ac_uB}HAVE_STRINGS_H${ac_uC}1${ac_uD}
|
| 910 |
+
${ac_uA}HAVE_INTTYPES_H${ac_uB}HAVE_INTTYPES_H${ac_uC}1${ac_uD}
|
| 911 |
+
${ac_uA}HAVE_STDINT_H${ac_uB}HAVE_STDINT_H${ac_uC}1${ac_uD}
|
| 912 |
+
${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD}
|
| 913 |
+
${ac_uA}HAVE_LOCALE_H${ac_uB}HAVE_LOCALE_H${ac_uC}1${ac_uD}
|
| 914 |
+
${ac_uA}HAVE_MALLOC_H${ac_uB}HAVE_MALLOC_H${ac_uC}1${ac_uD}
|
| 915 |
+
${ac_uA}HAVE_STDLIB_H${ac_uB}HAVE_STDLIB_H${ac_uC}1${ac_uD}
|
| 916 |
+
${ac_uA}HAVE_STRING_H${ac_uB}HAVE_STRING_H${ac_uC}1${ac_uD}
|
| 917 |
+
${ac_uA}HAVE_STDLIB_H${ac_uB}HAVE_STDLIB_H${ac_uC}1${ac_uD}
|
| 918 |
+
${ac_uA}HAVE_MALLOC${ac_uB}HAVE_MALLOC${ac_uC}1${ac_uD}
|
| 919 |
+
${ac_uA}HAVE_STRCHR${ac_uB}HAVE_STRCHR${ac_uC}1${ac_uD}
|
| 920 |
+
${ac_uA}HAVE_STRDUP${ac_uB}HAVE_STRDUP${ac_uC}1${ac_uD}
|
| 921 |
+
${ac_uA}HAVE_STRRCHR${ac_uB}HAVE_STRRCHR${ac_uC}1${ac_uD}
|
| 922 |
+
${ac_uA}HAVE_STRSTR${ac_uB}HAVE_STRSTR${ac_uC}1${ac_uD}
|
| 923 |
+
${ac_uA}HAVE_STRTOL${ac_uB}HAVE_STRTOL${ac_uC}1${ac_uD}
|
| 924 |
+
${ac_uA}HAVE_LANGINFO_CODESET${ac_uB}HAVE_LANGINFO_CODESET${ac_uC}1${ac_uD}
|
| 925 |
+
${ac_uA}PACKAGE${ac_uB}PACKAGE${ac_uC}"WordNet"${ac_uD}
|
| 926 |
+
${ac_uA}VERSION${ac_uB}VERSION${ac_uC}"3.0"${ac_uD}
|
| 927 |
+
${ac_uA}DEFAULTPATH${ac_uB}DEFAULTPATH${ac_uC}"/usr/local/WordNet-3.0/dict"${ac_uD}
|
| 928 |
+
s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
|
| 929 |
+
CEOF
|
| 930 |
+
sed -f $tmp/undefs.sed $tmp/in >$tmp/out
|
| 931 |
+
rm -f $tmp/in
|
| 932 |
+
mv $tmp/out $tmp/in
|
| 933 |
+
|
| 934 |
+
# Let's still pretend it is `configure' which instantiates (i.e., don't
|
| 935 |
+
# use $as_me), people would be surprised to read:
|
| 936 |
+
# /* config.h. Generated by config.status. */
|
| 937 |
+
if test x"$ac_file" = x-; then
|
| 938 |
+
echo "/* Generated by configure. */" >$tmp/config.h
|
| 939 |
+
else
|
| 940 |
+
echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
|
| 941 |
+
fi
|
| 942 |
+
cat $tmp/in >>$tmp/config.h
|
| 943 |
+
rm -f $tmp/in
|
| 944 |
+
if test x"$ac_file" != x-; then
|
| 945 |
+
if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
|
| 946 |
+
{ echo "$as_me:$LINENO: $ac_file is unchanged" >&5
|
| 947 |
+
echo "$as_me: $ac_file is unchanged" >&6;}
|
| 948 |
+
else
|
| 949 |
+
ac_dir=`(dirname "$ac_file") 2>/dev/null ||
|
| 950 |
+
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
| 951 |
+
X"$ac_file" : 'X\(//\)[^/]' \| \
|
| 952 |
+
X"$ac_file" : 'X\(//\)$' \| \
|
| 953 |
+
X"$ac_file" : 'X\(/\)' \| \
|
| 954 |
+
. : '\(.\)' 2>/dev/null ||
|
| 955 |
+
echo X"$ac_file" |
|
| 956 |
+
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
|
| 957 |
+
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
|
| 958 |
+
/^X\(\/\/\)$/{ s//\1/; q; }
|
| 959 |
+
/^X\(\/\).*/{ s//\1/; q; }
|
| 960 |
+
s/.*/./; q'`
|
| 961 |
+
{ if $as_mkdir_p; then
|
| 962 |
+
mkdir -p "$ac_dir"
|
| 963 |
+
else
|
| 964 |
+
as_dir="$ac_dir"
|
| 965 |
+
as_dirs=
|
| 966 |
+
while test ! -d "$as_dir"; do
|
| 967 |
+
as_dirs="$as_dir $as_dirs"
|
| 968 |
+
as_dir=`(dirname "$as_dir") 2>/dev/null ||
|
| 969 |
+
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
| 970 |
+
X"$as_dir" : 'X\(//\)[^/]' \| \
|
| 971 |
+
X"$as_dir" : 'X\(//\)$' \| \
|
| 972 |
+
X"$as_dir" : 'X\(/\)' \| \
|
| 973 |
+
. : '\(.\)' 2>/dev/null ||
|
| 974 |
+
echo X"$as_dir" |
|
| 975 |
+
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
|
| 976 |
+
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
|
| 977 |
+
/^X\(\/\/\)$/{ s//\1/; q; }
|
| 978 |
+
/^X\(\/\).*/{ s//\1/; q; }
|
| 979 |
+
s/.*/./; q'`
|
| 980 |
+
done
|
| 981 |
+
test ! -n "$as_dirs" || mkdir $as_dirs
|
| 982 |
+
fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
|
| 983 |
+
echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
|
| 984 |
+
{ (exit 1); exit 1; }; }; }
|
| 985 |
+
|
| 986 |
+
rm -f $ac_file
|
| 987 |
+
mv $tmp/config.h $ac_file
|
| 988 |
+
fi
|
| 989 |
+
else
|
| 990 |
+
cat $tmp/config.h
|
| 991 |
+
rm -f $tmp/config.h
|
| 992 |
+
fi
|
| 993 |
+
# Compute $ac_file's index in $config_headers.
|
| 994 |
+
_am_stamp_count=1
|
| 995 |
+
for _am_header in $config_headers :; do
|
| 996 |
+
case $_am_header in
|
| 997 |
+
$ac_file | $ac_file:* )
|
| 998 |
+
break ;;
|
| 999 |
+
* )
|
| 1000 |
+
_am_stamp_count=`expr $_am_stamp_count + 1` ;;
|
| 1001 |
+
esac
|
| 1002 |
+
done
|
| 1003 |
+
echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
|
| 1004 |
+
$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
| 1005 |
+
X$ac_file : 'X\(//\)[^/]' \| \
|
| 1006 |
+
X$ac_file : 'X\(//\)$' \| \
|
| 1007 |
+
X$ac_file : 'X\(/\)' \| \
|
| 1008 |
+
. : '\(.\)' 2>/dev/null ||
|
| 1009 |
+
echo X$ac_file |
|
| 1010 |
+
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
|
| 1011 |
+
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
|
| 1012 |
+
/^X\(\/\/\)$/{ s//\1/; q; }
|
| 1013 |
+
/^X\(\/\).*/{ s//\1/; q; }
|
| 1014 |
+
s/.*/./; q'`/stamp-h$_am_stamp_count
|
| 1015 |
+
done
|
| 1016 |
+
|
| 1017 |
+
#
|
| 1018 |
+
# CONFIG_COMMANDS section.
|
| 1019 |
+
#
|
| 1020 |
+
for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
|
| 1021 |
+
ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
|
| 1022 |
+
ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
|
| 1023 |
+
ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
|
| 1024 |
+
$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
| 1025 |
+
X"$ac_dest" : 'X\(//\)[^/]' \| \
|
| 1026 |
+
X"$ac_dest" : 'X\(//\)$' \| \
|
| 1027 |
+
X"$ac_dest" : 'X\(/\)' \| \
|
| 1028 |
+
. : '\(.\)' 2>/dev/null ||
|
| 1029 |
+
echo X"$ac_dest" |
|
| 1030 |
+
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
|
| 1031 |
+
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
|
| 1032 |
+
/^X\(\/\/\)$/{ s//\1/; q; }
|
| 1033 |
+
/^X\(\/\).*/{ s//\1/; q; }
|
| 1034 |
+
s/.*/./; q'`
|
| 1035 |
+
{ if $as_mkdir_p; then
|
| 1036 |
+
mkdir -p "$ac_dir"
|
| 1037 |
+
else
|
| 1038 |
+
as_dir="$ac_dir"
|
| 1039 |
+
as_dirs=
|
| 1040 |
+
while test ! -d "$as_dir"; do
|
| 1041 |
+
as_dirs="$as_dir $as_dirs"
|
| 1042 |
+
as_dir=`(dirname "$as_dir") 2>/dev/null ||
|
| 1043 |
+
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
| 1044 |
+
X"$as_dir" : 'X\(//\)[^/]' \| \
|
| 1045 |
+
X"$as_dir" : 'X\(//\)$' \| \
|
| 1046 |
+
X"$as_dir" : 'X\(/\)' \| \
|
| 1047 |
+
. : '\(.\)' 2>/dev/null ||
|
| 1048 |
+
echo X"$as_dir" |
|
| 1049 |
+
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
|
| 1050 |
+
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
|
| 1051 |
+
/^X\(\/\/\)$/{ s//\1/; q; }
|
| 1052 |
+
/^X\(\/\).*/{ s//\1/; q; }
|
| 1053 |
+
s/.*/./; q'`
|
| 1054 |
+
done
|
| 1055 |
+
test ! -n "$as_dirs" || mkdir $as_dirs
|
| 1056 |
+
fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
|
| 1057 |
+
echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
|
| 1058 |
+
{ (exit 1); exit 1; }; }; }
|
| 1059 |
+
|
| 1060 |
+
ac_builddir=.
|
| 1061 |
+
|
| 1062 |
+
if test "$ac_dir" != .; then
|
| 1063 |
+
ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
|
| 1064 |
+
# A "../" for each directory in $ac_dir_suffix.
|
| 1065 |
+
ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
|
| 1066 |
+
else
|
| 1067 |
+
ac_dir_suffix= ac_top_builddir=
|
| 1068 |
+
fi
|
| 1069 |
+
|
| 1070 |
+
case $srcdir in
|
| 1071 |
+
.) # No --srcdir option. We are building in place.
|
| 1072 |
+
ac_srcdir=.
|
| 1073 |
+
if test -z "$ac_top_builddir"; then
|
| 1074 |
+
ac_top_srcdir=.
|
| 1075 |
+
else
|
| 1076 |
+
ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
|
| 1077 |
+
fi ;;
|
| 1078 |
+
[\\/]* | ?:[\\/]* ) # Absolute path.
|
| 1079 |
+
ac_srcdir=$srcdir$ac_dir_suffix;
|
| 1080 |
+
ac_top_srcdir=$srcdir ;;
|
| 1081 |
+
*) # Relative path.
|
| 1082 |
+
ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
|
| 1083 |
+
ac_top_srcdir=$ac_top_builddir$srcdir ;;
|
| 1084 |
+
esac
|
| 1085 |
+
|
| 1086 |
+
# Do not use `cd foo && pwd` to compute absolute paths, because
|
| 1087 |
+
# the directories may not exist.
|
| 1088 |
+
case `pwd` in
|
| 1089 |
+
.) ac_abs_builddir="$ac_dir";;
|
| 1090 |
+
*)
|
| 1091 |
+
case "$ac_dir" in
|
| 1092 |
+
.) ac_abs_builddir=`pwd`;;
|
| 1093 |
+
[\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
|
| 1094 |
+
*) ac_abs_builddir=`pwd`/"$ac_dir";;
|
| 1095 |
+
esac;;
|
| 1096 |
+
esac
|
| 1097 |
+
case $ac_abs_builddir in
|
| 1098 |
+
.) ac_abs_top_builddir=${ac_top_builddir}.;;
|
| 1099 |
+
*)
|
| 1100 |
+
case ${ac_top_builddir}. in
|
| 1101 |
+
.) ac_abs_top_builddir=$ac_abs_builddir;;
|
| 1102 |
+
[\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
|
| 1103 |
+
*) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
|
| 1104 |
+
esac;;
|
| 1105 |
+
esac
|
| 1106 |
+
case $ac_abs_builddir in
|
| 1107 |
+
.) ac_abs_srcdir=$ac_srcdir;;
|
| 1108 |
+
*)
|
| 1109 |
+
case $ac_srcdir in
|
| 1110 |
+
.) ac_abs_srcdir=$ac_abs_builddir;;
|
| 1111 |
+
[\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
|
| 1112 |
+
*) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
|
| 1113 |
+
esac;;
|
| 1114 |
+
esac
|
| 1115 |
+
case $ac_abs_builddir in
|
| 1116 |
+
.) ac_abs_top_srcdir=$ac_top_srcdir;;
|
| 1117 |
+
*)
|
| 1118 |
+
case $ac_top_srcdir in
|
| 1119 |
+
.) ac_abs_top_srcdir=$ac_abs_builddir;;
|
| 1120 |
+
[\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
|
| 1121 |
+
*) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
|
| 1122 |
+
esac;;
|
| 1123 |
+
esac
|
| 1124 |
+
|
| 1125 |
+
|
| 1126 |
+
{ echo "$as_me:$LINENO: executing $ac_dest commands" >&5
|
| 1127 |
+
echo "$as_me: executing $ac_dest commands" >&6;}
|
| 1128 |
+
case $ac_dest in
|
| 1129 |
+
depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
|
| 1130 |
+
# Strip MF so we end up with the name of the file.
|
| 1131 |
+
mf=`echo "$mf" | sed -e 's/:.*$//'`
|
| 1132 |
+
# Check whether this is an Automake generated Makefile or not.
|
| 1133 |
+
# We used to match only the files named `Makefile.in', but
|
| 1134 |
+
# some people rename them; so instead we look at the file content.
|
| 1135 |
+
# Grep'ing the first line is not enough: some people post-process
|
| 1136 |
+
# each Makefile.in and add a new line on top of each file to say so.
|
| 1137 |
+
# So let's grep whole file.
|
| 1138 |
+
if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
|
| 1139 |
+
dirpart=`(dirname "$mf") 2>/dev/null ||
|
| 1140 |
+
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
| 1141 |
+
X"$mf" : 'X\(//\)[^/]' \| \
|
| 1142 |
+
X"$mf" : 'X\(//\)$' \| \
|
| 1143 |
+
X"$mf" : 'X\(/\)' \| \
|
| 1144 |
+
. : '\(.\)' 2>/dev/null ||
|
| 1145 |
+
echo X"$mf" |
|
| 1146 |
+
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
|
| 1147 |
+
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
|
| 1148 |
+
/^X\(\/\/\)$/{ s//\1/; q; }
|
| 1149 |
+
/^X\(\/\).*/{ s//\1/; q; }
|
| 1150 |
+
s/.*/./; q'`
|
| 1151 |
+
else
|
| 1152 |
+
continue
|
| 1153 |
+
fi
|
| 1154 |
+
# Extract the definition of DEPDIR, am__include, and am__quote
|
| 1155 |
+
# from the Makefile without running `make'.
|
| 1156 |
+
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
|
| 1157 |
+
test -z "$DEPDIR" && continue
|
| 1158 |
+
am__include=`sed -n 's/^am__include = //p' < "$mf"`
|
| 1159 |
+
test -z "am__include" && continue
|
| 1160 |
+
am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
|
| 1161 |
+
# When using ansi2knr, U may be empty or an underscore; expand it
|
| 1162 |
+
U=`sed -n 's/^U = //p' < "$mf"`
|
| 1163 |
+
# Find all dependency output files, they are included files with
|
| 1164 |
+
# $(DEPDIR) in their names. We invoke sed twice because it is the
|
| 1165 |
+
# simplest approach to changing $(DEPDIR) to its actual value in the
|
| 1166 |
+
# expansion.
|
| 1167 |
+
for file in `sed -n "
|
| 1168 |
+
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
|
| 1169 |
+
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
|
| 1170 |
+
# Make sure the directory exists.
|
| 1171 |
+
test -f "$dirpart/$file" && continue
|
| 1172 |
+
fdir=`(dirname "$file") 2>/dev/null ||
|
| 1173 |
+
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
| 1174 |
+
X"$file" : 'X\(//\)[^/]' \| \
|
| 1175 |
+
X"$file" : 'X\(//\)$' \| \
|
| 1176 |
+
X"$file" : 'X\(/\)' \| \
|
| 1177 |
+
. : '\(.\)' 2>/dev/null ||
|
| 1178 |
+
echo X"$file" |
|
| 1179 |
+
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
|
| 1180 |
+
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
|
| 1181 |
+
/^X\(\/\/\)$/{ s//\1/; q; }
|
| 1182 |
+
/^X\(\/\).*/{ s//\1/; q; }
|
| 1183 |
+
s/.*/./; q'`
|
| 1184 |
+
{ if $as_mkdir_p; then
|
| 1185 |
+
mkdir -p $dirpart/$fdir
|
| 1186 |
+
else
|
| 1187 |
+
as_dir=$dirpart/$fdir
|
| 1188 |
+
as_dirs=
|
| 1189 |
+
while test ! -d "$as_dir"; do
|
| 1190 |
+
as_dirs="$as_dir $as_dirs"
|
| 1191 |
+
as_dir=`(dirname "$as_dir") 2>/dev/null ||
|
| 1192 |
+
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
| 1193 |
+
X"$as_dir" : 'X\(//\)[^/]' \| \
|
| 1194 |
+
X"$as_dir" : 'X\(//\)$' \| \
|
| 1195 |
+
X"$as_dir" : 'X\(/\)' \| \
|
| 1196 |
+
. : '\(.\)' 2>/dev/null ||
|
| 1197 |
+
echo X"$as_dir" |
|
| 1198 |
+
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
|
| 1199 |
+
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
|
| 1200 |
+
/^X\(\/\/\)$/{ s//\1/; q; }
|
| 1201 |
+
/^X\(\/\).*/{ s//\1/; q; }
|
| 1202 |
+
s/.*/./; q'`
|
| 1203 |
+
done
|
| 1204 |
+
test ! -n "$as_dirs" || mkdir $as_dirs
|
| 1205 |
+
fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
|
| 1206 |
+
echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
|
| 1207 |
+
{ (exit 1); exit 1; }; }; }
|
| 1208 |
+
|
| 1209 |
+
# echo "creating $dirpart/$file"
|
| 1210 |
+
echo '# dummy' > "$dirpart/$file"
|
| 1211 |
+
done
|
| 1212 |
+
done
|
| 1213 |
+
;;
|
| 1214 |
+
esac
|
| 1215 |
+
done
|
| 1216 |
+
|
| 1217 |
+
{ (exit 0); exit 0; }
|
WordNet-3.0/configure
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
WordNet-3.0/configure.ac
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# -*- Autoconf -*-
|
| 2 |
+
# Process this file with autoconf to produce a configure script.
|
| 3 |
+
|
| 4 |
+
AC_PREREQ(2.59)
|
| 5 |
+
AC_INIT(WordNet, 3.0, [wordnet@princeton.edu], wordnet)
|
| 6 |
+
AC_CONFIG_SRCDIR([config.h.in])
|
| 7 |
+
AC_CONFIG_HEADER([config.h])
|
| 8 |
+
|
| 9 |
+
# Checks for programs.
|
| 10 |
+
AC_PROG_CC
|
| 11 |
+
AC_PROG_RANLIB
|
| 12 |
+
AC_PROG_INSTALL
|
| 13 |
+
|
| 14 |
+
# Checks for header files.
|
| 15 |
+
AC_HEADER_STDC
|
| 16 |
+
AC_CHECK_HEADERS([locale.h malloc.h stdlib.h string.h])
|
| 17 |
+
|
| 18 |
+
# Checks for typedefs, structures, and compiler characteristics.
|
| 19 |
+
|
| 20 |
+
# Checks for library functions.
|
| 21 |
+
AC_FUNC_MALLOC
|
| 22 |
+
AC_CHECK_FUNCS([strchr strdup strrchr strstr strtol])
|
| 23 |
+
|
| 24 |
+
# Set HAVE_LANGINFO_CODESET if nl_langinfo is found
|
| 25 |
+
|
| 26 |
+
AC_LANGINFO_CODESET
|
| 27 |
+
|
| 28 |
+
AM_INIT_AUTOMAKE(WordNet, 3.0)
|
| 29 |
+
|
| 30 |
+
SC_PATH_TCLCONFIG
|
| 31 |
+
SC_PATH_TKCONFIG
|
| 32 |
+
SC_LOAD_TCLCONFIG
|
| 33 |
+
SC_LOAD_TKCONFIG
|
| 34 |
+
|
| 35 |
+
# Set default installation prefix.
|
| 36 |
+
AC_PREFIX_DEFAULT([/usr/local/WordNet-3.0])
|
| 37 |
+
ac_prefix=$prefix
|
| 38 |
+
if test "x$ac_prefix" = "xNONE"; then
|
| 39 |
+
ac_prefix=$ac_default_prefix
|
| 40 |
+
fi
|
| 41 |
+
AC_SUBST(ac_prefix)
|
| 42 |
+
AH_TEMPLATE([DEFAULTPATH],[The default search path for WordNet data files])
|
| 43 |
+
AC_DEFINE_UNQUOTED(DEFAULTPATH, ["$ac_prefix/dict"], [Default installation prefix.])
|
| 44 |
+
|
| 45 |
+
#AC_DEFINE_UNQUOTED(DEFAULTPATH,"${prefix}/dict")
|
| 46 |
+
|
| 47 |
+
# This doesn't do anything
|
| 48 |
+
AC_CONFIG_COMMANDS([default])
|
| 49 |
+
|
| 50 |
+
AC_CONFIG_FILES(Makefile dict/Makefile doc/Makefile doc/html/Makefile doc/man/Makefile doc/pdf/Makefile doc/ps/Makefile include/Makefile include/tk/Makefile
|
| 51 |
+
src/Makefile lib/Makefile lib/wnres/Makefile)
|
| 52 |
+
|
| 53 |
+
AC_OUTPUT
|
| 54 |
+
|
| 55 |
+
AC_MSG_RESULT(
|
| 56 |
+
[
|
| 57 |
+
WordNet is now configured
|
| 58 |
+
|
| 59 |
+
Installation directory: ${prefix}
|
| 60 |
+
|
| 61 |
+
To build and install WordNet:
|
| 62 |
+
|
| 63 |
+
make
|
| 64 |
+
make install
|
| 65 |
+
|
| 66 |
+
To run, environment variables should be set as follows:
|
| 67 |
+
|
| 68 |
+
PATH - include ${bindir}
|
| 69 |
+
WNHOME - if not using default installation location, set to ${prefix}
|
| 70 |
+
|
| 71 |
+
See INSTALL file for details and additional environment variables
|
| 72 |
+
which may need to be set on your system.
|
| 73 |
+
|
| 74 |
+
])
|
WordNet-3.0/depcomp
ADDED
|
@@ -0,0 +1,522 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#! /bin/sh
|
| 2 |
+
# depcomp - compile a program generating dependencies as side-effects
|
| 3 |
+
|
| 4 |
+
scriptversion=2004-05-31.23
|
| 5 |
+
|
| 6 |
+
# Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
|
| 7 |
+
|
| 8 |
+
# This program is free software; you can redistribute it and/or modify
|
| 9 |
+
# it under the terms of the GNU General Public License as published by
|
| 10 |
+
# the Free Software Foundation; either version 2, or (at your option)
|
| 11 |
+
# any later version.
|
| 12 |
+
|
| 13 |
+
# This program is distributed in the hope that it will be useful,
|
| 14 |
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 15 |
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 16 |
+
# GNU General Public License for more details.
|
| 17 |
+
|
| 18 |
+
# You should have received a copy of the GNU General Public License
|
| 19 |
+
# along with this program; if not, write to the Free Software
|
| 20 |
+
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
| 21 |
+
# 02111-1307, USA.
|
| 22 |
+
|
| 23 |
+
# As a special exception to the GNU General Public License, if you
|
| 24 |
+
# distribute this file as part of a program that contains a
|
| 25 |
+
# configuration script generated by Autoconf, you may include it under
|
| 26 |
+
# the same distribution terms that you use for the rest of that program.
|
| 27 |
+
|
| 28 |
+
# Originally written by Alexandre Oliva <oliva@dcc.unicamp.br>.
|
| 29 |
+
|
| 30 |
+
case $1 in
|
| 31 |
+
'')
|
| 32 |
+
echo "$0: No command. Try \`$0 --help' for more information." 1>&2
|
| 33 |
+
exit 1;
|
| 34 |
+
;;
|
| 35 |
+
-h | --h*)
|
| 36 |
+
cat <<\EOF
|
| 37 |
+
Usage: depcomp [--help] [--version] PROGRAM [ARGS]
|
| 38 |
+
|
| 39 |
+
Run PROGRAMS ARGS to compile a file, generating dependencies
|
| 40 |
+
as side-effects.
|
| 41 |
+
|
| 42 |
+
Environment variables:
|
| 43 |
+
depmode Dependency tracking mode.
|
| 44 |
+
source Source file read by `PROGRAMS ARGS'.
|
| 45 |
+
object Object file output by `PROGRAMS ARGS'.
|
| 46 |
+
DEPDIR directory where to store dependencies.
|
| 47 |
+
depfile Dependency file to output.
|
| 48 |
+
tmpdepfile Temporary file to use when outputing dependencies.
|
| 49 |
+
libtool Whether libtool is used (yes/no).
|
| 50 |
+
|
| 51 |
+
Report bugs to <bug-automake@gnu.org>.
|
| 52 |
+
EOF
|
| 53 |
+
exit 0
|
| 54 |
+
;;
|
| 55 |
+
-v | --v*)
|
| 56 |
+
echo "depcomp $scriptversion"
|
| 57 |
+
exit 0
|
| 58 |
+
;;
|
| 59 |
+
esac
|
| 60 |
+
|
| 61 |
+
if test -z "$depmode" || test -z "$source" || test -z "$object"; then
|
| 62 |
+
echo "depcomp: Variables source, object and depmode must be set" 1>&2
|
| 63 |
+
exit 1
|
| 64 |
+
fi
|
| 65 |
+
|
| 66 |
+
# Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po.
|
| 67 |
+
depfile=${depfile-`echo "$object" |
|
| 68 |
+
sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
|
| 69 |
+
tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
|
| 70 |
+
|
| 71 |
+
rm -f "$tmpdepfile"
|
| 72 |
+
|
| 73 |
+
# Some modes work just like other modes, but use different flags. We
|
| 74 |
+
# parameterize here, but still list the modes in the big case below,
|
| 75 |
+
# to make depend.m4 easier to write. Note that we *cannot* use a case
|
| 76 |
+
# here, because this file can only contain one case statement.
|
| 77 |
+
if test "$depmode" = hp; then
|
| 78 |
+
# HP compiler uses -M and no extra arg.
|
| 79 |
+
gccflag=-M
|
| 80 |
+
depmode=gcc
|
| 81 |
+
fi
|
| 82 |
+
|
| 83 |
+
if test "$depmode" = dashXmstdout; then
|
| 84 |
+
# This is just like dashmstdout with a different argument.
|
| 85 |
+
dashmflag=-xM
|
| 86 |
+
depmode=dashmstdout
|
| 87 |
+
fi
|
| 88 |
+
|
| 89 |
+
case "$depmode" in
|
| 90 |
+
gcc3)
|
| 91 |
+
## gcc 3 implements dependency tracking that does exactly what
|
| 92 |
+
## we want. Yay! Note: for some reason libtool 1.4 doesn't like
|
| 93 |
+
## it if -MD -MP comes after the -MF stuff. Hmm.
|
| 94 |
+
"$@" -MT "$object" -MD -MP -MF "$tmpdepfile"
|
| 95 |
+
stat=$?
|
| 96 |
+
if test $stat -eq 0; then :
|
| 97 |
+
else
|
| 98 |
+
rm -f "$tmpdepfile"
|
| 99 |
+
exit $stat
|
| 100 |
+
fi
|
| 101 |
+
mv "$tmpdepfile" "$depfile"
|
| 102 |
+
;;
|
| 103 |
+
|
| 104 |
+
gcc)
|
| 105 |
+
## There are various ways to get dependency output from gcc. Here's
|
| 106 |
+
## why we pick this rather obscure method:
|
| 107 |
+
## - Don't want to use -MD because we'd like the dependencies to end
|
| 108 |
+
## up in a subdir. Having to rename by hand is ugly.
|
| 109 |
+
## (We might end up doing this anyway to support other compilers.)
|
| 110 |
+
## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like
|
| 111 |
+
## -MM, not -M (despite what the docs say).
|
| 112 |
+
## - Using -M directly means running the compiler twice (even worse
|
| 113 |
+
## than renaming).
|
| 114 |
+
if test -z "$gccflag"; then
|
| 115 |
+
gccflag=-MD,
|
| 116 |
+
fi
|
| 117 |
+
"$@" -Wp,"$gccflag$tmpdepfile"
|
| 118 |
+
stat=$?
|
| 119 |
+
if test $stat -eq 0; then :
|
| 120 |
+
else
|
| 121 |
+
rm -f "$tmpdepfile"
|
| 122 |
+
exit $stat
|
| 123 |
+
fi
|
| 124 |
+
rm -f "$depfile"
|
| 125 |
+
echo "$object : \\" > "$depfile"
|
| 126 |
+
alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
|
| 127 |
+
## The second -e expression handles DOS-style file names with drive letters.
|
| 128 |
+
sed -e 's/^[^:]*: / /' \
|
| 129 |
+
-e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile"
|
| 130 |
+
## This next piece of magic avoids the `deleted header file' problem.
|
| 131 |
+
## The problem is that when a header file which appears in a .P file
|
| 132 |
+
## is deleted, the dependency causes make to die (because there is
|
| 133 |
+
## typically no way to rebuild the header). We avoid this by adding
|
| 134 |
+
## dummy dependencies for each header file. Too bad gcc doesn't do
|
| 135 |
+
## this for us directly.
|
| 136 |
+
tr ' ' '
|
| 137 |
+
' < "$tmpdepfile" |
|
| 138 |
+
## Some versions of gcc put a space before the `:'. On the theory
|
| 139 |
+
## that the space means something, we add a space to the output as
|
| 140 |
+
## well.
|
| 141 |
+
## Some versions of the HPUX 10.20 sed can't process this invocation
|
| 142 |
+
## correctly. Breaking it into two sed invocations is a workaround.
|
| 143 |
+
sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
|
| 144 |
+
rm -f "$tmpdepfile"
|
| 145 |
+
;;
|
| 146 |
+
|
| 147 |
+
hp)
|
| 148 |
+
# This case exists only to let depend.m4 do its work. It works by
|
| 149 |
+
# looking at the text of this script. This case will never be run,
|
| 150 |
+
# since it is checked for above.
|
| 151 |
+
exit 1
|
| 152 |
+
;;
|
| 153 |
+
|
| 154 |
+
sgi)
|
| 155 |
+
if test "$libtool" = yes; then
|
| 156 |
+
"$@" "-Wp,-MDupdate,$tmpdepfile"
|
| 157 |
+
else
|
| 158 |
+
"$@" -MDupdate "$tmpdepfile"
|
| 159 |
+
fi
|
| 160 |
+
stat=$?
|
| 161 |
+
if test $stat -eq 0; then :
|
| 162 |
+
else
|
| 163 |
+
rm -f "$tmpdepfile"
|
| 164 |
+
exit $stat
|
| 165 |
+
fi
|
| 166 |
+
rm -f "$depfile"
|
| 167 |
+
|
| 168 |
+
if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files
|
| 169 |
+
echo "$object : \\" > "$depfile"
|
| 170 |
+
|
| 171 |
+
# Clip off the initial element (the dependent). Don't try to be
|
| 172 |
+
# clever and replace this with sed code, as IRIX sed won't handle
|
| 173 |
+
# lines with more than a fixed number of characters (4096 in
|
| 174 |
+
# IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines;
|
| 175 |
+
# the IRIX cc adds comments like `#:fec' to the end of the
|
| 176 |
+
# dependency line.
|
| 177 |
+
tr ' ' '
|
| 178 |
+
' < "$tmpdepfile" \
|
| 179 |
+
| sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \
|
| 180 |
+
tr '
|
| 181 |
+
' ' ' >> $depfile
|
| 182 |
+
echo >> $depfile
|
| 183 |
+
|
| 184 |
+
# The second pass generates a dummy entry for each header file.
|
| 185 |
+
tr ' ' '
|
| 186 |
+
' < "$tmpdepfile" \
|
| 187 |
+
| sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
|
| 188 |
+
>> $depfile
|
| 189 |
+
else
|
| 190 |
+
# The sourcefile does not contain any dependencies, so just
|
| 191 |
+
# store a dummy comment line, to avoid errors with the Makefile
|
| 192 |
+
# "include basename.Plo" scheme.
|
| 193 |
+
echo "#dummy" > "$depfile"
|
| 194 |
+
fi
|
| 195 |
+
rm -f "$tmpdepfile"
|
| 196 |
+
;;
|
| 197 |
+
|
| 198 |
+
aix)
|
| 199 |
+
# The C for AIX Compiler uses -M and outputs the dependencies
|
| 200 |
+
# in a .u file. In older versions, this file always lives in the
|
| 201 |
+
# current directory. Also, the AIX compiler puts `$object:' at the
|
| 202 |
+
# start of each line; $object doesn't have directory information.
|
| 203 |
+
# Version 6 uses the directory in both cases.
|
| 204 |
+
stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
|
| 205 |
+
tmpdepfile="$stripped.u"
|
| 206 |
+
if test "$libtool" = yes; then
|
| 207 |
+
"$@" -Wc,-M
|
| 208 |
+
else
|
| 209 |
+
"$@" -M
|
| 210 |
+
fi
|
| 211 |
+
stat=$?
|
| 212 |
+
|
| 213 |
+
if test -f "$tmpdepfile"; then :
|
| 214 |
+
else
|
| 215 |
+
stripped=`echo "$stripped" | sed 's,^.*/,,'`
|
| 216 |
+
tmpdepfile="$stripped.u"
|
| 217 |
+
fi
|
| 218 |
+
|
| 219 |
+
if test $stat -eq 0; then :
|
| 220 |
+
else
|
| 221 |
+
rm -f "$tmpdepfile"
|
| 222 |
+
exit $stat
|
| 223 |
+
fi
|
| 224 |
+
|
| 225 |
+
if test -f "$tmpdepfile"; then
|
| 226 |
+
outname="$stripped.o"
|
| 227 |
+
# Each line is of the form `foo.o: dependent.h'.
|
| 228 |
+
# Do two passes, one to just change these to
|
| 229 |
+
# `$object: dependent.h' and one to simply `dependent.h:'.
|
| 230 |
+
sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
|
| 231 |
+
sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
|
| 232 |
+
else
|
| 233 |
+
# The sourcefile does not contain any dependencies, so just
|
| 234 |
+
# store a dummy comment line, to avoid errors with the Makefile
|
| 235 |
+
# "include basename.Plo" scheme.
|
| 236 |
+
echo "#dummy" > "$depfile"
|
| 237 |
+
fi
|
| 238 |
+
rm -f "$tmpdepfile"
|
| 239 |
+
;;
|
| 240 |
+
|
| 241 |
+
icc)
|
| 242 |
+
# Intel's C compiler understands `-MD -MF file'. However on
|
| 243 |
+
# icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
|
| 244 |
+
# ICC 7.0 will fill foo.d with something like
|
| 245 |
+
# foo.o: sub/foo.c
|
| 246 |
+
# foo.o: sub/foo.h
|
| 247 |
+
# which is wrong. We want:
|
| 248 |
+
# sub/foo.o: sub/foo.c
|
| 249 |
+
# sub/foo.o: sub/foo.h
|
| 250 |
+
# sub/foo.c:
|
| 251 |
+
# sub/foo.h:
|
| 252 |
+
# ICC 7.1 will output
|
| 253 |
+
# foo.o: sub/foo.c sub/foo.h
|
| 254 |
+
# and will wrap long lines using \ :
|
| 255 |
+
# foo.o: sub/foo.c ... \
|
| 256 |
+
# sub/foo.h ... \
|
| 257 |
+
# ...
|
| 258 |
+
|
| 259 |
+
"$@" -MD -MF "$tmpdepfile"
|
| 260 |
+
stat=$?
|
| 261 |
+
if test $stat -eq 0; then :
|
| 262 |
+
else
|
| 263 |
+
rm -f "$tmpdepfile"
|
| 264 |
+
exit $stat
|
| 265 |
+
fi
|
| 266 |
+
rm -f "$depfile"
|
| 267 |
+
# Each line is of the form `foo.o: dependent.h',
|
| 268 |
+
# or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
|
| 269 |
+
# Do two passes, one to just change these to
|
| 270 |
+
# `$object: dependent.h' and one to simply `dependent.h:'.
|
| 271 |
+
sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
|
| 272 |
+
# Some versions of the HPUX 10.20 sed can't process this invocation
|
| 273 |
+
# correctly. Breaking it into two sed invocations is a workaround.
|
| 274 |
+
sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" |
|
| 275 |
+
sed -e 's/$/ :/' >> "$depfile"
|
| 276 |
+
rm -f "$tmpdepfile"
|
| 277 |
+
;;
|
| 278 |
+
|
| 279 |
+
tru64)
|
| 280 |
+
# The Tru64 compiler uses -MD to generate dependencies as a side
|
| 281 |
+
# effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
|
| 282 |
+
# At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put
|
| 283 |
+
# dependencies in `foo.d' instead, so we check for that too.
|
| 284 |
+
# Subdirectories are respected.
|
| 285 |
+
dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
|
| 286 |
+
test "x$dir" = "x$object" && dir=
|
| 287 |
+
base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
|
| 288 |
+
|
| 289 |
+
if test "$libtool" = yes; then
|
| 290 |
+
# Dependencies are output in .lo.d with libtool 1.4.
|
| 291 |
+
# With libtool 1.5 they are output both in $dir.libs/$base.o.d
|
| 292 |
+
# and in $dir.libs/$base.o.d and $dir$base.o.d. We process the
|
| 293 |
+
# latter, because the former will be cleaned when $dir.libs is
|
| 294 |
+
# erased.
|
| 295 |
+
tmpdepfile1="$dir.libs/$base.lo.d"
|
| 296 |
+
tmpdepfile2="$dir$base.o.d"
|
| 297 |
+
tmpdepfile3="$dir.libs/$base.d"
|
| 298 |
+
"$@" -Wc,-MD
|
| 299 |
+
else
|
| 300 |
+
tmpdepfile1="$dir$base.o.d"
|
| 301 |
+
tmpdepfile2="$dir$base.d"
|
| 302 |
+
tmpdepfile3="$dir$base.d"
|
| 303 |
+
"$@" -MD
|
| 304 |
+
fi
|
| 305 |
+
|
| 306 |
+
stat=$?
|
| 307 |
+
if test $stat -eq 0; then :
|
| 308 |
+
else
|
| 309 |
+
rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
|
| 310 |
+
exit $stat
|
| 311 |
+
fi
|
| 312 |
+
|
| 313 |
+
if test -f "$tmpdepfile1"; then
|
| 314 |
+
tmpdepfile="$tmpdepfile1"
|
| 315 |
+
elif test -f "$tmpdepfile2"; then
|
| 316 |
+
tmpdepfile="$tmpdepfile2"
|
| 317 |
+
else
|
| 318 |
+
tmpdepfile="$tmpdepfile3"
|
| 319 |
+
fi
|
| 320 |
+
if test -f "$tmpdepfile"; then
|
| 321 |
+
sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
|
| 322 |
+
# That's a tab and a space in the [].
|
| 323 |
+
sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
|
| 324 |
+
else
|
| 325 |
+
echo "#dummy" > "$depfile"
|
| 326 |
+
fi
|
| 327 |
+
rm -f "$tmpdepfile"
|
| 328 |
+
;;
|
| 329 |
+
|
| 330 |
+
#nosideeffect)
|
| 331 |
+
# This comment above is used by automake to tell side-effect
|
| 332 |
+
# dependency tracking mechanisms from slower ones.
|
| 333 |
+
|
| 334 |
+
dashmstdout)
|
| 335 |
+
# Important note: in order to support this mode, a compiler *must*
|
| 336 |
+
# always write the preprocessed file to stdout, regardless of -o.
|
| 337 |
+
"$@" || exit $?
|
| 338 |
+
|
| 339 |
+
# Remove the call to Libtool.
|
| 340 |
+
if test "$libtool" = yes; then
|
| 341 |
+
while test $1 != '--mode=compile'; do
|
| 342 |
+
shift
|
| 343 |
+
done
|
| 344 |
+
shift
|
| 345 |
+
fi
|
| 346 |
+
|
| 347 |
+
# Remove `-o $object'.
|
| 348 |
+
IFS=" "
|
| 349 |
+
for arg
|
| 350 |
+
do
|
| 351 |
+
case $arg in
|
| 352 |
+
-o)
|
| 353 |
+
shift
|
| 354 |
+
;;
|
| 355 |
+
$object)
|
| 356 |
+
shift
|
| 357 |
+
;;
|
| 358 |
+
*)
|
| 359 |
+
set fnord "$@" "$arg"
|
| 360 |
+
shift # fnord
|
| 361 |
+
shift # $arg
|
| 362 |
+
;;
|
| 363 |
+
esac
|
| 364 |
+
done
|
| 365 |
+
|
| 366 |
+
test -z "$dashmflag" && dashmflag=-M
|
| 367 |
+
# Require at least two characters before searching for `:'
|
| 368 |
+
# in the target name. This is to cope with DOS-style filenames:
|
| 369 |
+
# a dependency such as `c:/foo/bar' could be seen as target `c' otherwise.
|
| 370 |
+
"$@" $dashmflag |
|
| 371 |
+
sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile"
|
| 372 |
+
rm -f "$depfile"
|
| 373 |
+
cat < "$tmpdepfile" > "$depfile"
|
| 374 |
+
tr ' ' '
|
| 375 |
+
' < "$tmpdepfile" | \
|
| 376 |
+
## Some versions of the HPUX 10.20 sed can't process this invocation
|
| 377 |
+
## correctly. Breaking it into two sed invocations is a workaround.
|
| 378 |
+
sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
|
| 379 |
+
rm -f "$tmpdepfile"
|
| 380 |
+
;;
|
| 381 |
+
|
| 382 |
+
dashXmstdout)
|
| 383 |
+
# This case only exists to satisfy depend.m4. It is never actually
|
| 384 |
+
# run, as this mode is specially recognized in the preamble.
|
| 385 |
+
exit 1
|
| 386 |
+
;;
|
| 387 |
+
|
| 388 |
+
makedepend)
|
| 389 |
+
"$@" || exit $?
|
| 390 |
+
# Remove any Libtool call
|
| 391 |
+
if test "$libtool" = yes; then
|
| 392 |
+
while test $1 != '--mode=compile'; do
|
| 393 |
+
shift
|
| 394 |
+
done
|
| 395 |
+
shift
|
| 396 |
+
fi
|
| 397 |
+
# X makedepend
|
| 398 |
+
shift
|
| 399 |
+
cleared=no
|
| 400 |
+
for arg in "$@"; do
|
| 401 |
+
case $cleared in
|
| 402 |
+
no)
|
| 403 |
+
set ""; shift
|
| 404 |
+
cleared=yes ;;
|
| 405 |
+
esac
|
| 406 |
+
case "$arg" in
|
| 407 |
+
-D*|-I*)
|
| 408 |
+
set fnord "$@" "$arg"; shift ;;
|
| 409 |
+
# Strip any option that makedepend may not understand. Remove
|
| 410 |
+
# the object too, otherwise makedepend will parse it as a source file.
|
| 411 |
+
-*|$object)
|
| 412 |
+
;;
|
| 413 |
+
*)
|
| 414 |
+
set fnord "$@" "$arg"; shift ;;
|
| 415 |
+
esac
|
| 416 |
+
done
|
| 417 |
+
obj_suffix="`echo $object | sed 's/^.*\././'`"
|
| 418 |
+
touch "$tmpdepfile"
|
| 419 |
+
${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@"
|
| 420 |
+
rm -f "$depfile"
|
| 421 |
+
cat < "$tmpdepfile" > "$depfile"
|
| 422 |
+
sed '1,2d' "$tmpdepfile" | tr ' ' '
|
| 423 |
+
' | \
|
| 424 |
+
## Some versions of the HPUX 10.20 sed can't process this invocation
|
| 425 |
+
## correctly. Breaking it into two sed invocations is a workaround.
|
| 426 |
+
sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
|
| 427 |
+
rm -f "$tmpdepfile" "$tmpdepfile".bak
|
| 428 |
+
;;
|
| 429 |
+
|
| 430 |
+
cpp)
|
| 431 |
+
# Important note: in order to support this mode, a compiler *must*
|
| 432 |
+
# always write the preprocessed file to stdout.
|
| 433 |
+
"$@" || exit $?
|
| 434 |
+
|
| 435 |
+
# Remove the call to Libtool.
|
| 436 |
+
if test "$libtool" = yes; then
|
| 437 |
+
while test $1 != '--mode=compile'; do
|
| 438 |
+
shift
|
| 439 |
+
done
|
| 440 |
+
shift
|
| 441 |
+
fi
|
| 442 |
+
|
| 443 |
+
# Remove `-o $object'.
|
| 444 |
+
IFS=" "
|
| 445 |
+
for arg
|
| 446 |
+
do
|
| 447 |
+
case $arg in
|
| 448 |
+
-o)
|
| 449 |
+
shift
|
| 450 |
+
;;
|
| 451 |
+
$object)
|
| 452 |
+
shift
|
| 453 |
+
;;
|
| 454 |
+
*)
|
| 455 |
+
set fnord "$@" "$arg"
|
| 456 |
+
shift # fnord
|
| 457 |
+
shift # $arg
|
| 458 |
+
;;
|
| 459 |
+
esac
|
| 460 |
+
done
|
| 461 |
+
|
| 462 |
+
"$@" -E |
|
| 463 |
+
sed -n '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' |
|
| 464 |
+
sed '$ s: \\$::' > "$tmpdepfile"
|
| 465 |
+
rm -f "$depfile"
|
| 466 |
+
echo "$object : \\" > "$depfile"
|
| 467 |
+
cat < "$tmpdepfile" >> "$depfile"
|
| 468 |
+
sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile"
|
| 469 |
+
rm -f "$tmpdepfile"
|
| 470 |
+
;;
|
| 471 |
+
|
| 472 |
+
msvisualcpp)
|
| 473 |
+
# Important note: in order to support this mode, a compiler *must*
|
| 474 |
+
# always write the preprocessed file to stdout, regardless of -o,
|
| 475 |
+
# because we must use -o when running libtool.
|
| 476 |
+
"$@" || exit $?
|
| 477 |
+
IFS=" "
|
| 478 |
+
for arg
|
| 479 |
+
do
|
| 480 |
+
case "$arg" in
|
| 481 |
+
"-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI")
|
| 482 |
+
set fnord "$@"
|
| 483 |
+
shift
|
| 484 |
+
shift
|
| 485 |
+
;;
|
| 486 |
+
*)
|
| 487 |
+
set fnord "$@" "$arg"
|
| 488 |
+
shift
|
| 489 |
+
shift
|
| 490 |
+
;;
|
| 491 |
+
esac
|
| 492 |
+
done
|
| 493 |
+
"$@" -E |
|
| 494 |
+
sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
|
| 495 |
+
rm -f "$depfile"
|
| 496 |
+
echo "$object : \\" > "$depfile"
|
| 497 |
+
. "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile"
|
| 498 |
+
echo " " >> "$depfile"
|
| 499 |
+
. "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s::\1\::p' >> "$depfile"
|
| 500 |
+
rm -f "$tmpdepfile"
|
| 501 |
+
;;
|
| 502 |
+
|
| 503 |
+
none)
|
| 504 |
+
exec "$@"
|
| 505 |
+
;;
|
| 506 |
+
|
| 507 |
+
*)
|
| 508 |
+
echo "Unknown depmode $depmode" 1>&2
|
| 509 |
+
exit 1
|
| 510 |
+
;;
|
| 511 |
+
esac
|
| 512 |
+
|
| 513 |
+
exit 0
|
| 514 |
+
|
| 515 |
+
# Local Variables:
|
| 516 |
+
# mode: shell-script
|
| 517 |
+
# sh-indentation: 2
|
| 518 |
+
# eval: (add-hook 'write-file-hooks 'time-stamp)
|
| 519 |
+
# time-stamp-start: "scriptversion="
|
| 520 |
+
# time-stamp-format: "%:y-%02m-%02d.%02H"
|
| 521 |
+
# time-stamp-end: "$"
|
| 522 |
+
# End:
|
WordNet-3.0/dict/Makefile
ADDED
|
@@ -0,0 +1,314 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Makefile.in generated by automake 1.9 from Makefile.am.
|
| 2 |
+
# dict/Makefile. Generated from Makefile.in by configure.
|
| 3 |
+
|
| 4 |
+
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
| 5 |
+
# 2003, 2004 Free Software Foundation, Inc.
|
| 6 |
+
# This Makefile.in is free software; the Free Software Foundation
|
| 7 |
+
# gives unlimited permission to copy and/or distribute it,
|
| 8 |
+
# with or without modifications, as long as this notice is preserved.
|
| 9 |
+
|
| 10 |
+
# This program is distributed in the hope that it will be useful,
|
| 11 |
+
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
| 12 |
+
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
| 13 |
+
# PARTICULAR PURPOSE.
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
srcdir = .
|
| 18 |
+
top_srcdir = ..
|
| 19 |
+
|
| 20 |
+
pkgdatadir = $(datadir)/WordNet
|
| 21 |
+
pkglibdir = $(libdir)/WordNet
|
| 22 |
+
pkgincludedir = $(includedir)/WordNet
|
| 23 |
+
top_builddir = ..
|
| 24 |
+
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
| 25 |
+
INSTALL = /usr/bin/install -c
|
| 26 |
+
install_sh_DATA = $(install_sh) -c -m 644
|
| 27 |
+
install_sh_PROGRAM = $(install_sh) -c
|
| 28 |
+
install_sh_SCRIPT = $(install_sh) -c
|
| 29 |
+
INSTALL_HEADER = $(INSTALL_DATA)
|
| 30 |
+
transform = $(program_transform_name)
|
| 31 |
+
NORMAL_INSTALL = :
|
| 32 |
+
PRE_INSTALL = :
|
| 33 |
+
POST_INSTALL = :
|
| 34 |
+
NORMAL_UNINSTALL = :
|
| 35 |
+
PRE_UNINSTALL = :
|
| 36 |
+
POST_UNINSTALL = :
|
| 37 |
+
subdir = dict
|
| 38 |
+
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
| 39 |
+
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
| 40 |
+
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
|
| 41 |
+
$(top_srcdir)/configure.ac
|
| 42 |
+
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
| 43 |
+
$(ACLOCAL_M4)
|
| 44 |
+
mkinstalldirs = $(install_sh) -d
|
| 45 |
+
CONFIG_HEADER = $(top_builddir)/config.h
|
| 46 |
+
CONFIG_CLEAN_FILES =
|
| 47 |
+
SOURCES =
|
| 48 |
+
DIST_SOURCES =
|
| 49 |
+
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
| 50 |
+
am__vpath_adj = case $$p in \
|
| 51 |
+
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
| 52 |
+
*) f=$$p;; \
|
| 53 |
+
esac;
|
| 54 |
+
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
| 55 |
+
am__installdirs = "$(DESTDIR)$(dictdir)"
|
| 56 |
+
dictDATA_INSTALL = $(INSTALL_DATA)
|
| 57 |
+
DATA = $(dict_DATA)
|
| 58 |
+
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
| 59 |
+
ACLOCAL = ${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run aclocal-1.9
|
| 60 |
+
AMDEP_FALSE = #
|
| 61 |
+
AMDEP_TRUE =
|
| 62 |
+
AMTAR = ${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run tar
|
| 63 |
+
AUTOCONF = ${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run autoconf
|
| 64 |
+
AUTOHEADER = ${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run autoheader
|
| 65 |
+
AUTOMAKE = ${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run automake-1.9
|
| 66 |
+
AWK = mawk
|
| 67 |
+
CC = /usr/bin/gcc
|
| 68 |
+
CCDEPMODE = depmode=gcc3
|
| 69 |
+
CFLAGS = -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive
|
| 70 |
+
CPP = /usr/bin/gcc -E
|
| 71 |
+
CPPFLAGS =
|
| 72 |
+
CYGPATH_W = echo
|
| 73 |
+
DEFS = -DHAVE_CONFIG_H
|
| 74 |
+
DEPDIR = .deps
|
| 75 |
+
ECHO_C =
|
| 76 |
+
ECHO_N = -n
|
| 77 |
+
ECHO_T =
|
| 78 |
+
EGREP = grep -E
|
| 79 |
+
EXEEXT =
|
| 80 |
+
INSTALL_DATA = ${INSTALL} -m 644
|
| 81 |
+
INSTALL_PROGRAM = ${INSTALL}
|
| 82 |
+
INSTALL_SCRIPT = ${INSTALL}
|
| 83 |
+
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
|
| 84 |
+
LDFLAGS =
|
| 85 |
+
LIBOBJS =
|
| 86 |
+
LIBS =
|
| 87 |
+
LTLIBOBJS =
|
| 88 |
+
MAKEINFO = ${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run makeinfo
|
| 89 |
+
OBJEXT = o
|
| 90 |
+
PACKAGE = WordNet
|
| 91 |
+
PACKAGE_BUGREPORT = wordnet@princeton.edu
|
| 92 |
+
PACKAGE_NAME = WordNet
|
| 93 |
+
PACKAGE_STRING = WordNet 3.0
|
| 94 |
+
PACKAGE_TARNAME = wordnet
|
| 95 |
+
PACKAGE_VERSION = 3.0
|
| 96 |
+
PATH_SEPARATOR = :
|
| 97 |
+
RANLIB = ranlib
|
| 98 |
+
SET_MAKE =
|
| 99 |
+
SHELL = /bin/bash
|
| 100 |
+
STRIP =
|
| 101 |
+
TCL_INCLUDE_SPEC = -I/usr/include/tcl8.6
|
| 102 |
+
TCL_LIB_SPEC = -L/usr/lib/x86_64-linux-gnu -ltcl8.6
|
| 103 |
+
TK_LIBS = -lX11 -lXss -lXext -lXft -lfontconfig -lfreetype -lpthread -ldl -lz -lpthread -lieee -lm
|
| 104 |
+
TK_LIB_SPEC = -L/usr/lib/x86_64-linux-gnu -ltk8.6
|
| 105 |
+
TK_PREFIX = /usr
|
| 106 |
+
TK_XINCLUDES =
|
| 107 |
+
VERSION = 3.0
|
| 108 |
+
ac_ct_CC = /usr/bin/gcc
|
| 109 |
+
ac_ct_RANLIB = ranlib
|
| 110 |
+
ac_ct_STRIP =
|
| 111 |
+
ac_prefix = /usr/local/WordNet-3.0
|
| 112 |
+
am__fastdepCC_FALSE = #
|
| 113 |
+
am__fastdepCC_TRUE =
|
| 114 |
+
am__include = include
|
| 115 |
+
am__leading_dot = .
|
| 116 |
+
am__quote =
|
| 117 |
+
am__tar = ${AMTAR} chof - "$$tardir"
|
| 118 |
+
am__untar = ${AMTAR} xf -
|
| 119 |
+
bindir = ${exec_prefix}/bin
|
| 120 |
+
build_alias =
|
| 121 |
+
datadir = ${prefix}/share
|
| 122 |
+
exec_prefix = ${prefix}
|
| 123 |
+
host_alias =
|
| 124 |
+
includedir = ${prefix}/include
|
| 125 |
+
infodir = ${prefix}/info
|
| 126 |
+
install_sh = /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/install-sh
|
| 127 |
+
libdir = ${exec_prefix}/lib
|
| 128 |
+
libexecdir = ${exec_prefix}/libexec
|
| 129 |
+
localstatedir = ${prefix}/var
|
| 130 |
+
mandir = ${prefix}/man
|
| 131 |
+
mkdir_p = mkdir -p --
|
| 132 |
+
oldincludedir = /usr/include
|
| 133 |
+
prefix = /usr/local/WordNet-3.0
|
| 134 |
+
program_transform_name = s,x,x,
|
| 135 |
+
sbindir = ${exec_prefix}/sbin
|
| 136 |
+
sharedstatedir = ${prefix}/com
|
| 137 |
+
sysconfdir = ${prefix}/etc
|
| 138 |
+
target_alias =
|
| 139 |
+
dictdir = $(prefix)/dict
|
| 140 |
+
dict_DATA = adj.exc adv.exc cntlist cntlist.rev data.adj data.adv data.noun data.verb frames.vrb index.adj index.adv index.noun index.sense index.verb log.grind.3.0 noun.exc sentidx.vrb sents.vrb verb.Framestext verb.exc lexnames
|
| 141 |
+
all: all-am
|
| 142 |
+
|
| 143 |
+
.SUFFIXES:
|
| 144 |
+
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
| 145 |
+
@for dep in $?; do \
|
| 146 |
+
case '$(am__configure_deps)' in \
|
| 147 |
+
*$$dep*) \
|
| 148 |
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
| 149 |
+
&& exit 0; \
|
| 150 |
+
exit 1;; \
|
| 151 |
+
esac; \
|
| 152 |
+
done; \
|
| 153 |
+
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu dict/Makefile'; \
|
| 154 |
+
cd $(top_srcdir) && \
|
| 155 |
+
$(AUTOMAKE) --gnu dict/Makefile
|
| 156 |
+
.PRECIOUS: Makefile
|
| 157 |
+
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
| 158 |
+
@case '$?' in \
|
| 159 |
+
*config.status*) \
|
| 160 |
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
| 161 |
+
*) \
|
| 162 |
+
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
| 163 |
+
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
| 164 |
+
esac;
|
| 165 |
+
|
| 166 |
+
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
| 167 |
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
| 168 |
+
|
| 169 |
+
$(top_srcdir)/configure: $(am__configure_deps)
|
| 170 |
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
| 171 |
+
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
| 172 |
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
| 173 |
+
uninstall-info-am:
|
| 174 |
+
install-dictDATA: $(dict_DATA)
|
| 175 |
+
@$(NORMAL_INSTALL)
|
| 176 |
+
test -z "$(dictdir)" || $(mkdir_p) "$(DESTDIR)$(dictdir)"
|
| 177 |
+
@list='$(dict_DATA)'; for p in $$list; do \
|
| 178 |
+
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
| 179 |
+
f=$(am__strip_dir) \
|
| 180 |
+
echo " $(dictDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(dictdir)/$$f'"; \
|
| 181 |
+
$(dictDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(dictdir)/$$f"; \
|
| 182 |
+
done
|
| 183 |
+
|
| 184 |
+
uninstall-dictDATA:
|
| 185 |
+
@$(NORMAL_UNINSTALL)
|
| 186 |
+
@list='$(dict_DATA)'; for p in $$list; do \
|
| 187 |
+
f=$(am__strip_dir) \
|
| 188 |
+
echo " rm -f '$(DESTDIR)$(dictdir)/$$f'"; \
|
| 189 |
+
rm -f "$(DESTDIR)$(dictdir)/$$f"; \
|
| 190 |
+
done
|
| 191 |
+
tags: TAGS
|
| 192 |
+
TAGS:
|
| 193 |
+
|
| 194 |
+
ctags: CTAGS
|
| 195 |
+
CTAGS:
|
| 196 |
+
|
| 197 |
+
|
| 198 |
+
distdir: $(DISTFILES)
|
| 199 |
+
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
| 200 |
+
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
| 201 |
+
list='$(DISTFILES)'; for file in $$list; do \
|
| 202 |
+
case $$file in \
|
| 203 |
+
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
| 204 |
+
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
| 205 |
+
esac; \
|
| 206 |
+
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
| 207 |
+
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
| 208 |
+
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
| 209 |
+
dir="/$$dir"; \
|
| 210 |
+
$(mkdir_p) "$(distdir)$$dir"; \
|
| 211 |
+
else \
|
| 212 |
+
dir=''; \
|
| 213 |
+
fi; \
|
| 214 |
+
if test -d $$d/$$file; then \
|
| 215 |
+
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
| 216 |
+
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
| 217 |
+
fi; \
|
| 218 |
+
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
| 219 |
+
else \
|
| 220 |
+
test -f $(distdir)/$$file \
|
| 221 |
+
|| cp -p $$d/$$file $(distdir)/$$file \
|
| 222 |
+
|| exit 1; \
|
| 223 |
+
fi; \
|
| 224 |
+
done
|
| 225 |
+
check-am: all-am
|
| 226 |
+
check: check-am
|
| 227 |
+
all-am: Makefile $(DATA)
|
| 228 |
+
installdirs:
|
| 229 |
+
for dir in "$(DESTDIR)$(dictdir)"; do \
|
| 230 |
+
test -z "$$dir" || $(mkdir_p) "$$dir"; \
|
| 231 |
+
done
|
| 232 |
+
install: install-am
|
| 233 |
+
install-exec: install-exec-am
|
| 234 |
+
install-data: install-data-am
|
| 235 |
+
uninstall: uninstall-am
|
| 236 |
+
|
| 237 |
+
install-am: all-am
|
| 238 |
+
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
| 239 |
+
|
| 240 |
+
installcheck: installcheck-am
|
| 241 |
+
install-strip:
|
| 242 |
+
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
| 243 |
+
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
| 244 |
+
`test -z '$(STRIP)' || \
|
| 245 |
+
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
| 246 |
+
mostlyclean-generic:
|
| 247 |
+
|
| 248 |
+
clean-generic:
|
| 249 |
+
|
| 250 |
+
distclean-generic:
|
| 251 |
+
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
| 252 |
+
|
| 253 |
+
maintainer-clean-generic:
|
| 254 |
+
@echo "This command is intended for maintainers to use"
|
| 255 |
+
@echo "it deletes files that may require special tools to rebuild."
|
| 256 |
+
clean: clean-am
|
| 257 |
+
|
| 258 |
+
clean-am: clean-generic mostlyclean-am
|
| 259 |
+
|
| 260 |
+
distclean: distclean-am
|
| 261 |
+
-rm -f Makefile
|
| 262 |
+
distclean-am: clean-am distclean-generic
|
| 263 |
+
|
| 264 |
+
dvi: dvi-am
|
| 265 |
+
|
| 266 |
+
dvi-am:
|
| 267 |
+
|
| 268 |
+
html: html-am
|
| 269 |
+
|
| 270 |
+
info: info-am
|
| 271 |
+
|
| 272 |
+
info-am:
|
| 273 |
+
|
| 274 |
+
install-data-am: install-dictDATA
|
| 275 |
+
|
| 276 |
+
install-exec-am:
|
| 277 |
+
|
| 278 |
+
install-info: install-info-am
|
| 279 |
+
|
| 280 |
+
install-man:
|
| 281 |
+
|
| 282 |
+
installcheck-am:
|
| 283 |
+
|
| 284 |
+
maintainer-clean: maintainer-clean-am
|
| 285 |
+
-rm -f Makefile
|
| 286 |
+
maintainer-clean-am: distclean-am maintainer-clean-generic
|
| 287 |
+
|
| 288 |
+
mostlyclean: mostlyclean-am
|
| 289 |
+
|
| 290 |
+
mostlyclean-am: mostlyclean-generic
|
| 291 |
+
|
| 292 |
+
pdf: pdf-am
|
| 293 |
+
|
| 294 |
+
pdf-am:
|
| 295 |
+
|
| 296 |
+
ps: ps-am
|
| 297 |
+
|
| 298 |
+
ps-am:
|
| 299 |
+
|
| 300 |
+
uninstall-am: uninstall-dictDATA uninstall-info-am
|
| 301 |
+
|
| 302 |
+
.PHONY: all all-am check check-am clean clean-generic distclean \
|
| 303 |
+
distclean-generic distdir dvi dvi-am html html-am info info-am \
|
| 304 |
+
install install-am install-data install-data-am \
|
| 305 |
+
install-dictDATA install-exec install-exec-am install-info \
|
| 306 |
+
install-info-am install-man install-strip installcheck \
|
| 307 |
+
installcheck-am installdirs maintainer-clean \
|
| 308 |
+
maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
|
| 309 |
+
pdf-am ps ps-am uninstall uninstall-am uninstall-dictDATA \
|
| 310 |
+
uninstall-info-am
|
| 311 |
+
|
| 312 |
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
| 313 |
+
# Otherwise a system limit (for SysV at least) may be exceeded.
|
| 314 |
+
.NOEXPORT:
|
WordNet-3.0/dict/Makefile.am
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dictdir = $(prefix)/dict
|
| 2 |
+
dict_DATA = adj.exc adv.exc cntlist cntlist.rev data.adj data.adv data.noun data.verb frames.vrb index.adj index.adv index.noun index.sense index.verb log.grind.3.0 noun.exc sentidx.vrb sents.vrb verb.Framestext verb.exc lexnames
|
WordNet-3.0/dict/Makefile.in
ADDED
|
@@ -0,0 +1,314 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Makefile.in generated by automake 1.9 from Makefile.am.
|
| 2 |
+
# @configure_input@
|
| 3 |
+
|
| 4 |
+
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
| 5 |
+
# 2003, 2004 Free Software Foundation, Inc.
|
| 6 |
+
# This Makefile.in is free software; the Free Software Foundation
|
| 7 |
+
# gives unlimited permission to copy and/or distribute it,
|
| 8 |
+
# with or without modifications, as long as this notice is preserved.
|
| 9 |
+
|
| 10 |
+
# This program is distributed in the hope that it will be useful,
|
| 11 |
+
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
| 12 |
+
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
| 13 |
+
# PARTICULAR PURPOSE.
|
| 14 |
+
|
| 15 |
+
@SET_MAKE@
|
| 16 |
+
|
| 17 |
+
srcdir = @srcdir@
|
| 18 |
+
top_srcdir = @top_srcdir@
|
| 19 |
+
VPATH = @srcdir@
|
| 20 |
+
pkgdatadir = $(datadir)/@PACKAGE@
|
| 21 |
+
pkglibdir = $(libdir)/@PACKAGE@
|
| 22 |
+
pkgincludedir = $(includedir)/@PACKAGE@
|
| 23 |
+
top_builddir = ..
|
| 24 |
+
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
| 25 |
+
INSTALL = @INSTALL@
|
| 26 |
+
install_sh_DATA = $(install_sh) -c -m 644
|
| 27 |
+
install_sh_PROGRAM = $(install_sh) -c
|
| 28 |
+
install_sh_SCRIPT = $(install_sh) -c
|
| 29 |
+
INSTALL_HEADER = $(INSTALL_DATA)
|
| 30 |
+
transform = $(program_transform_name)
|
| 31 |
+
NORMAL_INSTALL = :
|
| 32 |
+
PRE_INSTALL = :
|
| 33 |
+
POST_INSTALL = :
|
| 34 |
+
NORMAL_UNINSTALL = :
|
| 35 |
+
PRE_UNINSTALL = :
|
| 36 |
+
POST_UNINSTALL = :
|
| 37 |
+
subdir = dict
|
| 38 |
+
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
| 39 |
+
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
| 40 |
+
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
|
| 41 |
+
$(top_srcdir)/configure.ac
|
| 42 |
+
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
| 43 |
+
$(ACLOCAL_M4)
|
| 44 |
+
mkinstalldirs = $(install_sh) -d
|
| 45 |
+
CONFIG_HEADER = $(top_builddir)/config.h
|
| 46 |
+
CONFIG_CLEAN_FILES =
|
| 47 |
+
SOURCES =
|
| 48 |
+
DIST_SOURCES =
|
| 49 |
+
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
| 50 |
+
am__vpath_adj = case $$p in \
|
| 51 |
+
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
| 52 |
+
*) f=$$p;; \
|
| 53 |
+
esac;
|
| 54 |
+
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
| 55 |
+
am__installdirs = "$(DESTDIR)$(dictdir)"
|
| 56 |
+
dictDATA_INSTALL = $(INSTALL_DATA)
|
| 57 |
+
DATA = $(dict_DATA)
|
| 58 |
+
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
| 59 |
+
ACLOCAL = @ACLOCAL@
|
| 60 |
+
AMDEP_FALSE = @AMDEP_FALSE@
|
| 61 |
+
AMDEP_TRUE = @AMDEP_TRUE@
|
| 62 |
+
AMTAR = @AMTAR@
|
| 63 |
+
AUTOCONF = @AUTOCONF@
|
| 64 |
+
AUTOHEADER = @AUTOHEADER@
|
| 65 |
+
AUTOMAKE = @AUTOMAKE@
|
| 66 |
+
AWK = @AWK@
|
| 67 |
+
CC = @CC@
|
| 68 |
+
CCDEPMODE = @CCDEPMODE@
|
| 69 |
+
CFLAGS = @CFLAGS@
|
| 70 |
+
CPP = @CPP@
|
| 71 |
+
CPPFLAGS = @CPPFLAGS@
|
| 72 |
+
CYGPATH_W = @CYGPATH_W@
|
| 73 |
+
DEFS = @DEFS@
|
| 74 |
+
DEPDIR = @DEPDIR@
|
| 75 |
+
ECHO_C = @ECHO_C@
|
| 76 |
+
ECHO_N = @ECHO_N@
|
| 77 |
+
ECHO_T = @ECHO_T@
|
| 78 |
+
EGREP = @EGREP@
|
| 79 |
+
EXEEXT = @EXEEXT@
|
| 80 |
+
INSTALL_DATA = @INSTALL_DATA@
|
| 81 |
+
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
| 82 |
+
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
| 83 |
+
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
| 84 |
+
LDFLAGS = @LDFLAGS@
|
| 85 |
+
LIBOBJS = @LIBOBJS@
|
| 86 |
+
LIBS = @LIBS@
|
| 87 |
+
LTLIBOBJS = @LTLIBOBJS@
|
| 88 |
+
MAKEINFO = @MAKEINFO@
|
| 89 |
+
OBJEXT = @OBJEXT@
|
| 90 |
+
PACKAGE = @PACKAGE@
|
| 91 |
+
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
| 92 |
+
PACKAGE_NAME = @PACKAGE_NAME@
|
| 93 |
+
PACKAGE_STRING = @PACKAGE_STRING@
|
| 94 |
+
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
| 95 |
+
PACKAGE_VERSION = @PACKAGE_VERSION@
|
| 96 |
+
PATH_SEPARATOR = @PATH_SEPARATOR@
|
| 97 |
+
RANLIB = @RANLIB@
|
| 98 |
+
SET_MAKE = @SET_MAKE@
|
| 99 |
+
SHELL = @SHELL@
|
| 100 |
+
STRIP = @STRIP@
|
| 101 |
+
TCL_INCLUDE_SPEC = @TCL_INCLUDE_SPEC@
|
| 102 |
+
TCL_LIB_SPEC = @TCL_LIB_SPEC@
|
| 103 |
+
TK_LIBS = @TK_LIBS@
|
| 104 |
+
TK_LIB_SPEC = @TK_LIB_SPEC@
|
| 105 |
+
TK_PREFIX = @TK_PREFIX@
|
| 106 |
+
TK_XINCLUDES = @TK_XINCLUDES@
|
| 107 |
+
VERSION = @VERSION@
|
| 108 |
+
ac_ct_CC = @ac_ct_CC@
|
| 109 |
+
ac_ct_RANLIB = @ac_ct_RANLIB@
|
| 110 |
+
ac_ct_STRIP = @ac_ct_STRIP@
|
| 111 |
+
ac_prefix = @ac_prefix@
|
| 112 |
+
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
| 113 |
+
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
| 114 |
+
am__include = @am__include@
|
| 115 |
+
am__leading_dot = @am__leading_dot@
|
| 116 |
+
am__quote = @am__quote@
|
| 117 |
+
am__tar = @am__tar@
|
| 118 |
+
am__untar = @am__untar@
|
| 119 |
+
bindir = @bindir@
|
| 120 |
+
build_alias = @build_alias@
|
| 121 |
+
datadir = @datadir@
|
| 122 |
+
exec_prefix = @exec_prefix@
|
| 123 |
+
host_alias = @host_alias@
|
| 124 |
+
includedir = @includedir@
|
| 125 |
+
infodir = @infodir@
|
| 126 |
+
install_sh = @install_sh@
|
| 127 |
+
libdir = @libdir@
|
| 128 |
+
libexecdir = @libexecdir@
|
| 129 |
+
localstatedir = @localstatedir@
|
| 130 |
+
mandir = @mandir@
|
| 131 |
+
mkdir_p = @mkdir_p@
|
| 132 |
+
oldincludedir = @oldincludedir@
|
| 133 |
+
prefix = @prefix@
|
| 134 |
+
program_transform_name = @program_transform_name@
|
| 135 |
+
sbindir = @sbindir@
|
| 136 |
+
sharedstatedir = @sharedstatedir@
|
| 137 |
+
sysconfdir = @sysconfdir@
|
| 138 |
+
target_alias = @target_alias@
|
| 139 |
+
dictdir = $(prefix)/dict
|
| 140 |
+
dict_DATA = adj.exc adv.exc cntlist cntlist.rev data.adj data.adv data.noun data.verb frames.vrb index.adj index.adv index.noun index.sense index.verb log.grind.3.0 noun.exc sentidx.vrb sents.vrb verb.Framestext verb.exc lexnames
|
| 141 |
+
all: all-am
|
| 142 |
+
|
| 143 |
+
.SUFFIXES:
|
| 144 |
+
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
| 145 |
+
@for dep in $?; do \
|
| 146 |
+
case '$(am__configure_deps)' in \
|
| 147 |
+
*$$dep*) \
|
| 148 |
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
| 149 |
+
&& exit 0; \
|
| 150 |
+
exit 1;; \
|
| 151 |
+
esac; \
|
| 152 |
+
done; \
|
| 153 |
+
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu dict/Makefile'; \
|
| 154 |
+
cd $(top_srcdir) && \
|
| 155 |
+
$(AUTOMAKE) --gnu dict/Makefile
|
| 156 |
+
.PRECIOUS: Makefile
|
| 157 |
+
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
| 158 |
+
@case '$?' in \
|
| 159 |
+
*config.status*) \
|
| 160 |
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
| 161 |
+
*) \
|
| 162 |
+
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
| 163 |
+
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
| 164 |
+
esac;
|
| 165 |
+
|
| 166 |
+
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
| 167 |
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
| 168 |
+
|
| 169 |
+
$(top_srcdir)/configure: $(am__configure_deps)
|
| 170 |
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
| 171 |
+
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
| 172 |
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
| 173 |
+
uninstall-info-am:
|
| 174 |
+
install-dictDATA: $(dict_DATA)
|
| 175 |
+
@$(NORMAL_INSTALL)
|
| 176 |
+
test -z "$(dictdir)" || $(mkdir_p) "$(DESTDIR)$(dictdir)"
|
| 177 |
+
@list='$(dict_DATA)'; for p in $$list; do \
|
| 178 |
+
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
| 179 |
+
f=$(am__strip_dir) \
|
| 180 |
+
echo " $(dictDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(dictdir)/$$f'"; \
|
| 181 |
+
$(dictDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(dictdir)/$$f"; \
|
| 182 |
+
done
|
| 183 |
+
|
| 184 |
+
uninstall-dictDATA:
|
| 185 |
+
@$(NORMAL_UNINSTALL)
|
| 186 |
+
@list='$(dict_DATA)'; for p in $$list; do \
|
| 187 |
+
f=$(am__strip_dir) \
|
| 188 |
+
echo " rm -f '$(DESTDIR)$(dictdir)/$$f'"; \
|
| 189 |
+
rm -f "$(DESTDIR)$(dictdir)/$$f"; \
|
| 190 |
+
done
|
| 191 |
+
tags: TAGS
|
| 192 |
+
TAGS:
|
| 193 |
+
|
| 194 |
+
ctags: CTAGS
|
| 195 |
+
CTAGS:
|
| 196 |
+
|
| 197 |
+
|
| 198 |
+
distdir: $(DISTFILES)
|
| 199 |
+
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
| 200 |
+
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
| 201 |
+
list='$(DISTFILES)'; for file in $$list; do \
|
| 202 |
+
case $$file in \
|
| 203 |
+
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
| 204 |
+
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
| 205 |
+
esac; \
|
| 206 |
+
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
| 207 |
+
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
| 208 |
+
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
| 209 |
+
dir="/$$dir"; \
|
| 210 |
+
$(mkdir_p) "$(distdir)$$dir"; \
|
| 211 |
+
else \
|
| 212 |
+
dir=''; \
|
| 213 |
+
fi; \
|
| 214 |
+
if test -d $$d/$$file; then \
|
| 215 |
+
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
| 216 |
+
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
| 217 |
+
fi; \
|
| 218 |
+
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
| 219 |
+
else \
|
| 220 |
+
test -f $(distdir)/$$file \
|
| 221 |
+
|| cp -p $$d/$$file $(distdir)/$$file \
|
| 222 |
+
|| exit 1; \
|
| 223 |
+
fi; \
|
| 224 |
+
done
|
| 225 |
+
check-am: all-am
|
| 226 |
+
check: check-am
|
| 227 |
+
all-am: Makefile $(DATA)
|
| 228 |
+
installdirs:
|
| 229 |
+
for dir in "$(DESTDIR)$(dictdir)"; do \
|
| 230 |
+
test -z "$$dir" || $(mkdir_p) "$$dir"; \
|
| 231 |
+
done
|
| 232 |
+
install: install-am
|
| 233 |
+
install-exec: install-exec-am
|
| 234 |
+
install-data: install-data-am
|
| 235 |
+
uninstall: uninstall-am
|
| 236 |
+
|
| 237 |
+
install-am: all-am
|
| 238 |
+
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
| 239 |
+
|
| 240 |
+
installcheck: installcheck-am
|
| 241 |
+
install-strip:
|
| 242 |
+
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
| 243 |
+
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
| 244 |
+
`test -z '$(STRIP)' || \
|
| 245 |
+
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
| 246 |
+
mostlyclean-generic:
|
| 247 |
+
|
| 248 |
+
clean-generic:
|
| 249 |
+
|
| 250 |
+
distclean-generic:
|
| 251 |
+
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
| 252 |
+
|
| 253 |
+
maintainer-clean-generic:
|
| 254 |
+
@echo "This command is intended for maintainers to use"
|
| 255 |
+
@echo "it deletes files that may require special tools to rebuild."
|
| 256 |
+
clean: clean-am
|
| 257 |
+
|
| 258 |
+
clean-am: clean-generic mostlyclean-am
|
| 259 |
+
|
| 260 |
+
distclean: distclean-am
|
| 261 |
+
-rm -f Makefile
|
| 262 |
+
distclean-am: clean-am distclean-generic
|
| 263 |
+
|
| 264 |
+
dvi: dvi-am
|
| 265 |
+
|
| 266 |
+
dvi-am:
|
| 267 |
+
|
| 268 |
+
html: html-am
|
| 269 |
+
|
| 270 |
+
info: info-am
|
| 271 |
+
|
| 272 |
+
info-am:
|
| 273 |
+
|
| 274 |
+
install-data-am: install-dictDATA
|
| 275 |
+
|
| 276 |
+
install-exec-am:
|
| 277 |
+
|
| 278 |
+
install-info: install-info-am
|
| 279 |
+
|
| 280 |
+
install-man:
|
| 281 |
+
|
| 282 |
+
installcheck-am:
|
| 283 |
+
|
| 284 |
+
maintainer-clean: maintainer-clean-am
|
| 285 |
+
-rm -f Makefile
|
| 286 |
+
maintainer-clean-am: distclean-am maintainer-clean-generic
|
| 287 |
+
|
| 288 |
+
mostlyclean: mostlyclean-am
|
| 289 |
+
|
| 290 |
+
mostlyclean-am: mostlyclean-generic
|
| 291 |
+
|
| 292 |
+
pdf: pdf-am
|
| 293 |
+
|
| 294 |
+
pdf-am:
|
| 295 |
+
|
| 296 |
+
ps: ps-am
|
| 297 |
+
|
| 298 |
+
ps-am:
|
| 299 |
+
|
| 300 |
+
uninstall-am: uninstall-dictDATA uninstall-info-am
|
| 301 |
+
|
| 302 |
+
.PHONY: all all-am check check-am clean clean-generic distclean \
|
| 303 |
+
distclean-generic distdir dvi dvi-am html html-am info info-am \
|
| 304 |
+
install install-am install-data install-data-am \
|
| 305 |
+
install-dictDATA install-exec install-exec-am install-info \
|
| 306 |
+
install-info-am install-man install-strip installcheck \
|
| 307 |
+
installcheck-am installdirs maintainer-clean \
|
| 308 |
+
maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
|
| 309 |
+
pdf-am ps ps-am uninstall uninstall-am uninstall-dictDATA \
|
| 310 |
+
uninstall-info-am
|
| 311 |
+
|
| 312 |
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
| 313 |
+
# Otherwise a system limit (for SysV at least) may be exceeded.
|
| 314 |
+
.NOEXPORT:
|
WordNet-3.0/dict/adj.exc
ADDED
|
@@ -0,0 +1,1490 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
acer acer
|
| 2 |
+
after after
|
| 3 |
+
airier airy
|
| 4 |
+
airiest airy
|
| 5 |
+
all-arounder all-arounder
|
| 6 |
+
angrier angry
|
| 7 |
+
angriest angry
|
| 8 |
+
archer archer
|
| 9 |
+
artier arty
|
| 10 |
+
artiest arty
|
| 11 |
+
ashier ashy
|
| 12 |
+
ashiest ashy
|
| 13 |
+
assaulter assaulter
|
| 14 |
+
attacker attacker
|
| 15 |
+
backer backer
|
| 16 |
+
baggier baggy
|
| 17 |
+
baggiest baggy
|
| 18 |
+
balkier balky
|
| 19 |
+
balkiest balky
|
| 20 |
+
balmier balmy
|
| 21 |
+
balmiest balmy
|
| 22 |
+
bandier bandy
|
| 23 |
+
bandiest bandy
|
| 24 |
+
bargainer bargainer
|
| 25 |
+
barmier barmy
|
| 26 |
+
barmiest barmy
|
| 27 |
+
battier batty
|
| 28 |
+
battiest batty
|
| 29 |
+
baulkier baulky
|
| 30 |
+
baulkiest baulky
|
| 31 |
+
bawdier bawdy
|
| 32 |
+
bawdiest bawdy
|
| 33 |
+
bayer bayer
|
| 34 |
+
beadier beady
|
| 35 |
+
beadiest beady
|
| 36 |
+
beastlier beastly
|
| 37 |
+
beastliest beastly
|
| 38 |
+
beater beater
|
| 39 |
+
beefier beefy
|
| 40 |
+
beefiest beefy
|
| 41 |
+
beerier beery
|
| 42 |
+
beeriest beery
|
| 43 |
+
bendier bendy
|
| 44 |
+
bendiest bendy
|
| 45 |
+
best good
|
| 46 |
+
better good well
|
| 47 |
+
bigger big
|
| 48 |
+
biggest big
|
| 49 |
+
bitchier bitchy
|
| 50 |
+
bitchiest bitchy
|
| 51 |
+
biter biter
|
| 52 |
+
bittier bitty
|
| 53 |
+
bittiest bitty
|
| 54 |
+
blearier bleary
|
| 55 |
+
bleariest bleary
|
| 56 |
+
bloodier bloody
|
| 57 |
+
bloodiest bloody
|
| 58 |
+
bloodthirstier bloodthirsty
|
| 59 |
+
bloodthirstiest bloodthirsty
|
| 60 |
+
blowier blowy
|
| 61 |
+
blowiest blowy
|
| 62 |
+
blowsier blowsy
|
| 63 |
+
blowsiest blowsy
|
| 64 |
+
blowzier blowzy
|
| 65 |
+
blowziest blowzy
|
| 66 |
+
bluer blue
|
| 67 |
+
bluest blue
|
| 68 |
+
boner boner
|
| 69 |
+
bonier bony
|
| 70 |
+
boniest bony
|
| 71 |
+
bonnier bonny
|
| 72 |
+
bonniest bonny
|
| 73 |
+
boozier boozy
|
| 74 |
+
booziest boozy
|
| 75 |
+
boskier bosky
|
| 76 |
+
boskiest bosky
|
| 77 |
+
bossier bossy
|
| 78 |
+
bossiest bossy
|
| 79 |
+
botchier botchy
|
| 80 |
+
botchiest botchy
|
| 81 |
+
bother bother
|
| 82 |
+
bouncier bouncy
|
| 83 |
+
bounciest bouncy
|
| 84 |
+
bounder bounder
|
| 85 |
+
bower bower
|
| 86 |
+
brainier brainy
|
| 87 |
+
brainiest brainy
|
| 88 |
+
brashier brashy
|
| 89 |
+
brashiest brashy
|
| 90 |
+
brassier brassy
|
| 91 |
+
brassiest brassy
|
| 92 |
+
brawnier brawny
|
| 93 |
+
brawniest brawny
|
| 94 |
+
breathier breathy
|
| 95 |
+
breathiest breathy
|
| 96 |
+
breezier breezy
|
| 97 |
+
breeziest breezy
|
| 98 |
+
brinier briny
|
| 99 |
+
briniest briny
|
| 100 |
+
britisher britisher
|
| 101 |
+
broadcaster broadcaster
|
| 102 |
+
brooder brooder
|
| 103 |
+
broodier broody
|
| 104 |
+
broodiest broody
|
| 105 |
+
bubblier bubbly
|
| 106 |
+
bubbliest bubbly
|
| 107 |
+
buggier buggy
|
| 108 |
+
buggiest buggy
|
| 109 |
+
bulkier bulky
|
| 110 |
+
bulkiest bulky
|
| 111 |
+
bumpier bumpy
|
| 112 |
+
bumpiest bumpy
|
| 113 |
+
bunchier bunchy
|
| 114 |
+
bunchiest bunchy
|
| 115 |
+
burlier burly
|
| 116 |
+
burliest burly
|
| 117 |
+
burrier burry
|
| 118 |
+
burriest burry
|
| 119 |
+
burster burster
|
| 120 |
+
bushier bushy
|
| 121 |
+
bushiest bushy
|
| 122 |
+
busier busy
|
| 123 |
+
busiest busy
|
| 124 |
+
buster buster
|
| 125 |
+
bustier busty
|
| 126 |
+
bustiest busty
|
| 127 |
+
cagier cagey
|
| 128 |
+
cagiest cagey
|
| 129 |
+
camper camper
|
| 130 |
+
cannier canny
|
| 131 |
+
canniest canny
|
| 132 |
+
canter canter
|
| 133 |
+
cantier canty
|
| 134 |
+
cantiest canty
|
| 135 |
+
caster caster
|
| 136 |
+
catchier catchy
|
| 137 |
+
catchiest catchy
|
| 138 |
+
cattier catty
|
| 139 |
+
cattiest catty
|
| 140 |
+
cer cer
|
| 141 |
+
chancier chancy
|
| 142 |
+
chanciest chancy
|
| 143 |
+
charier chary
|
| 144 |
+
chariest chary
|
| 145 |
+
chattier chatty
|
| 146 |
+
chattiest chatty
|
| 147 |
+
cheekier cheeky
|
| 148 |
+
cheekiest cheeky
|
| 149 |
+
cheerier cheery
|
| 150 |
+
cheeriest cheery
|
| 151 |
+
cheesier cheesy
|
| 152 |
+
cheesiest cheesy
|
| 153 |
+
chestier chesty
|
| 154 |
+
chestiest chesty
|
| 155 |
+
chewier chewy
|
| 156 |
+
chewiest chewy
|
| 157 |
+
chillier chilly
|
| 158 |
+
chilliest chilly
|
| 159 |
+
chintzier chintzy
|
| 160 |
+
chintziest chintzy
|
| 161 |
+
chippier chippy
|
| 162 |
+
chippiest chippy
|
| 163 |
+
choosier choosy
|
| 164 |
+
choosiest choosy
|
| 165 |
+
choppier choppy
|
| 166 |
+
choppiest choppy
|
| 167 |
+
chubbier chubby
|
| 168 |
+
chubbiest chubby
|
| 169 |
+
chuffier chuffy
|
| 170 |
+
chuffiest chuffy
|
| 171 |
+
chummier chummy
|
| 172 |
+
chummiest chummy
|
| 173 |
+
chunkier chunky
|
| 174 |
+
chunkiest chunky
|
| 175 |
+
churchier churchy
|
| 176 |
+
churchiest churchy
|
| 177 |
+
clammier clammy
|
| 178 |
+
clammiest clammy
|
| 179 |
+
classier classy
|
| 180 |
+
classiest classy
|
| 181 |
+
cleanlier cleanly
|
| 182 |
+
cleanliest cleanly
|
| 183 |
+
clerklier clerkly
|
| 184 |
+
clerkliest clerkly
|
| 185 |
+
cloudier cloudy
|
| 186 |
+
cloudiest cloudy
|
| 187 |
+
clubbier clubby
|
| 188 |
+
clubbiest clubby
|
| 189 |
+
clumsier clumsy
|
| 190 |
+
clumsiest clumsy
|
| 191 |
+
cockier cocky
|
| 192 |
+
cockiest cocky
|
| 193 |
+
coder coder
|
| 194 |
+
collier colly
|
| 195 |
+
colliest colly
|
| 196 |
+
comelier comely
|
| 197 |
+
comeliest comely
|
| 198 |
+
comfier comfy
|
| 199 |
+
comfiest comfy
|
| 200 |
+
cornier corny
|
| 201 |
+
corniest corny
|
| 202 |
+
cosier cosy
|
| 203 |
+
cosiest cosy
|
| 204 |
+
costlier costly
|
| 205 |
+
costliest costly
|
| 206 |
+
costumer costumer
|
| 207 |
+
counterfeiter counterfeiter
|
| 208 |
+
courtlier courtly
|
| 209 |
+
courtliest courtly
|
| 210 |
+
cozier cozy
|
| 211 |
+
coziest cozy
|
| 212 |
+
crabbier crabby
|
| 213 |
+
crabbiest crabby
|
| 214 |
+
cracker cracker
|
| 215 |
+
craftier crafty
|
| 216 |
+
craftiest crafty
|
| 217 |
+
craggier craggy
|
| 218 |
+
craggiest craggy
|
| 219 |
+
crankier cranky
|
| 220 |
+
crankiest cranky
|
| 221 |
+
crasher crasher
|
| 222 |
+
crawlier crawly
|
| 223 |
+
crawliest crawly
|
| 224 |
+
crazier crazy
|
| 225 |
+
craziest crazy
|
| 226 |
+
creamer creamer
|
| 227 |
+
creamier creamy
|
| 228 |
+
creamiest creamy
|
| 229 |
+
creepier creepy
|
| 230 |
+
creepiest creepy
|
| 231 |
+
crispier crispy
|
| 232 |
+
crispiest crispy
|
| 233 |
+
crumbier crumby
|
| 234 |
+
crumbiest crumby
|
| 235 |
+
crumblier crumbly
|
| 236 |
+
crumbliest crumbly
|
| 237 |
+
crummier crummy
|
| 238 |
+
crummiest crummy
|
| 239 |
+
crustier crusty
|
| 240 |
+
crustiest crusty
|
| 241 |
+
curlier curly
|
| 242 |
+
curliest curly
|
| 243 |
+
customer customer
|
| 244 |
+
cuter cute
|
| 245 |
+
daffier daffy
|
| 246 |
+
daffiest daffy
|
| 247 |
+
daintier dainty
|
| 248 |
+
daintiest dainty
|
| 249 |
+
dandier dandy
|
| 250 |
+
dandiest dandy
|
| 251 |
+
deadlier deadly
|
| 252 |
+
deadliest deadly
|
| 253 |
+
dealer dealer
|
| 254 |
+
deserter deserter
|
| 255 |
+
dewier dewy
|
| 256 |
+
dewiest dewy
|
| 257 |
+
dicier dicey
|
| 258 |
+
diciest dicey
|
| 259 |
+
dimer dimer
|
| 260 |
+
dimmer dim
|
| 261 |
+
dimmest dim
|
| 262 |
+
dingier dingy
|
| 263 |
+
dingiest dingy
|
| 264 |
+
dinkier dinky
|
| 265 |
+
dinkiest dinky
|
| 266 |
+
dippier dippy
|
| 267 |
+
dippiest dippy
|
| 268 |
+
dirtier dirty
|
| 269 |
+
dirtiest dirty
|
| 270 |
+
dishier dishy
|
| 271 |
+
dishiest dishy
|
| 272 |
+
dizzier dizzy
|
| 273 |
+
dizziest dizzy
|
| 274 |
+
dodgier dodgy
|
| 275 |
+
dodgiest dodgy
|
| 276 |
+
dopier dopey
|
| 277 |
+
dopiest dopey
|
| 278 |
+
dottier dotty
|
| 279 |
+
dottiest dotty
|
| 280 |
+
doughier doughy
|
| 281 |
+
doughiest doughy
|
| 282 |
+
doughtier doughty
|
| 283 |
+
doughtiest doughty
|
| 284 |
+
dowdier dowdy
|
| 285 |
+
dowdiest dowdy
|
| 286 |
+
dowier dowie dowy
|
| 287 |
+
dowiest dowie dowy
|
| 288 |
+
downer downer
|
| 289 |
+
downier downy
|
| 290 |
+
downiest downy
|
| 291 |
+
dozier dozy
|
| 292 |
+
doziest dozy
|
| 293 |
+
drabber drab
|
| 294 |
+
drabbest drab
|
| 295 |
+
draftier drafty
|
| 296 |
+
draftiest drafty
|
| 297 |
+
draggier draggy
|
| 298 |
+
draggiest draggy
|
| 299 |
+
draughtier draughty
|
| 300 |
+
draughtiest draughty
|
| 301 |
+
dreamier dreamy
|
| 302 |
+
dreamiest dreamy
|
| 303 |
+
drearier dreary
|
| 304 |
+
dreariest dreary
|
| 305 |
+
dreggier dreggy
|
| 306 |
+
dreggiest dreggy
|
| 307 |
+
dresser dresser
|
| 308 |
+
dressier dressy
|
| 309 |
+
dressiest dressy
|
| 310 |
+
drier dry
|
| 311 |
+
driest dry
|
| 312 |
+
drippier drippy
|
| 313 |
+
drippiest drippy
|
| 314 |
+
drowsier drowsy
|
| 315 |
+
drowsiest drowsy
|
| 316 |
+
dryer dry
|
| 317 |
+
dryest dry
|
| 318 |
+
dumpier dumpy
|
| 319 |
+
dumpiest dumpy
|
| 320 |
+
dunner dun
|
| 321 |
+
dunnest dun
|
| 322 |
+
duskier dusky
|
| 323 |
+
duskiest dusky
|
| 324 |
+
dustier dusty
|
| 325 |
+
dustiest dusty
|
| 326 |
+
earlier early
|
| 327 |
+
earliest early
|
| 328 |
+
earthier earthy
|
| 329 |
+
earthiest earthy
|
| 330 |
+
earthlier earthly
|
| 331 |
+
earthliest earthly
|
| 332 |
+
easier easy
|
| 333 |
+
easiest easy
|
| 334 |
+
easter easter
|
| 335 |
+
eastsider eastsider
|
| 336 |
+
edger edger
|
| 337 |
+
edgier edgy
|
| 338 |
+
edgiest edgy
|
| 339 |
+
eerier eerie
|
| 340 |
+
eeriest eerie
|
| 341 |
+
emptier empty
|
| 342 |
+
emptiest empty
|
| 343 |
+
faker faker
|
| 344 |
+
fancier fancy
|
| 345 |
+
fanciest fancy
|
| 346 |
+
fatter fat
|
| 347 |
+
fattest fat
|
| 348 |
+
fattier fatty
|
| 349 |
+
fattiest fatty
|
| 350 |
+
faultier faulty
|
| 351 |
+
faultiest faulty
|
| 352 |
+
feistier feisty
|
| 353 |
+
feistiest feisty
|
| 354 |
+
feller feller
|
| 355 |
+
fiddlier fiddly
|
| 356 |
+
fiddliest fiddly
|
| 357 |
+
filmier filmy
|
| 358 |
+
filmiest filmy
|
| 359 |
+
filthier filthy
|
| 360 |
+
filthiest filthy
|
| 361 |
+
finnier finny
|
| 362 |
+
finniest finny
|
| 363 |
+
first-rater first-rater
|
| 364 |
+
first-stringer first-stringer
|
| 365 |
+
fishier fishy
|
| 366 |
+
fishiest fishy
|
| 367 |
+
fitter fit
|
| 368 |
+
fittest fit
|
| 369 |
+
flabbier flabby
|
| 370 |
+
flabbiest flabby
|
| 371 |
+
flaggier flaggy
|
| 372 |
+
flaggiest flaggy
|
| 373 |
+
flakier flaky
|
| 374 |
+
flakiest flaky
|
| 375 |
+
flasher flasher
|
| 376 |
+
flashier flashy
|
| 377 |
+
flashiest flashy
|
| 378 |
+
flatter flat
|
| 379 |
+
flattest flat
|
| 380 |
+
flauntier flaunty
|
| 381 |
+
flauntiest flaunty
|
| 382 |
+
fledgier fledgy
|
| 383 |
+
fledgiest fledgy
|
| 384 |
+
fleecier fleecy
|
| 385 |
+
fleeciest fleecy
|
| 386 |
+
fleshier fleshy
|
| 387 |
+
fleshiest fleshy
|
| 388 |
+
fleshlier fleshly
|
| 389 |
+
fleshliest fleshly
|
| 390 |
+
flightier flighty
|
| 391 |
+
flightiest flighty
|
| 392 |
+
flimsier flimsy
|
| 393 |
+
flimsiest flimsy
|
| 394 |
+
flintier flinty
|
| 395 |
+
flintiest flinty
|
| 396 |
+
floatier floaty
|
| 397 |
+
floatiest floaty
|
| 398 |
+
floppier floppy
|
| 399 |
+
floppiest floppy
|
| 400 |
+
flossier flossy
|
| 401 |
+
flossiest flossy
|
| 402 |
+
fluffier fluffy
|
| 403 |
+
fluffiest fluffy
|
| 404 |
+
flukier fluky
|
| 405 |
+
flukiest fluky
|
| 406 |
+
foamier foamy
|
| 407 |
+
foamiest foamy
|
| 408 |
+
foggier foggy
|
| 409 |
+
foggiest foggy
|
| 410 |
+
folder folder
|
| 411 |
+
folksier folksy
|
| 412 |
+
folksiest folksy
|
| 413 |
+
foolhardier foolhardy
|
| 414 |
+
foolhardiest foolhardy
|
| 415 |
+
fore-and-after fore-and-after
|
| 416 |
+
foreigner foreigner
|
| 417 |
+
forest forest
|
| 418 |
+
founder founder
|
| 419 |
+
foxier foxy
|
| 420 |
+
foxiest foxy
|
| 421 |
+
fratchier fratchy
|
| 422 |
+
fratchiest fratchy
|
| 423 |
+
freakier freaky
|
| 424 |
+
freakiest freaky
|
| 425 |
+
freer free
|
| 426 |
+
freest free
|
| 427 |
+
frenchier frenchy
|
| 428 |
+
frenchiest frenchy
|
| 429 |
+
friendlier friendly
|
| 430 |
+
friendliest friendly
|
| 431 |
+
friskier frisky
|
| 432 |
+
friskiest frisky
|
| 433 |
+
frizzier frizzy
|
| 434 |
+
frizziest frizzy
|
| 435 |
+
frizzlier frizzly
|
| 436 |
+
frizzliest frizzly
|
| 437 |
+
frostier frosty
|
| 438 |
+
frostiest frosty
|
| 439 |
+
frouzier frouzy
|
| 440 |
+
frouziest frouzy
|
| 441 |
+
frowsier frowsy
|
| 442 |
+
frowsiest frowsy
|
| 443 |
+
frowzier frowzy
|
| 444 |
+
frowziest frowzy
|
| 445 |
+
fruitier fruity
|
| 446 |
+
fruitiest fruity
|
| 447 |
+
funkier funky
|
| 448 |
+
funkiest funky
|
| 449 |
+
funnier funny
|
| 450 |
+
funniest funny
|
| 451 |
+
furrier furry
|
| 452 |
+
furriest furry
|
| 453 |
+
fussier fussy
|
| 454 |
+
fussiest fussy
|
| 455 |
+
fustier fusty
|
| 456 |
+
fustiest fusty
|
| 457 |
+
fuzzier fuzzy
|
| 458 |
+
fuzziest fuzzy
|
| 459 |
+
gabbier gabby
|
| 460 |
+
gabbiest gabby
|
| 461 |
+
gamier gamy
|
| 462 |
+
gamiest gamy
|
| 463 |
+
gammier gammy
|
| 464 |
+
gammiest gammy
|
| 465 |
+
gassier gassy
|
| 466 |
+
gassiest gassy
|
| 467 |
+
gaudier gaudy
|
| 468 |
+
gaudiest gaudy
|
| 469 |
+
gauzier gauzy
|
| 470 |
+
gauziest gauzy
|
| 471 |
+
gawkier gawky
|
| 472 |
+
gawkiest gawky
|
| 473 |
+
ghastlier ghastly
|
| 474 |
+
ghastliest ghastly
|
| 475 |
+
ghostlier ghostly
|
| 476 |
+
ghostliest ghostly
|
| 477 |
+
giddier giddy
|
| 478 |
+
giddiest giddy
|
| 479 |
+
gladder glad
|
| 480 |
+
gladdest glad
|
| 481 |
+
glassier glassy
|
| 482 |
+
glassiest glassy
|
| 483 |
+
glibber glib
|
| 484 |
+
glibbest glib
|
| 485 |
+
gloomier gloomy
|
| 486 |
+
gloomiest gloomy
|
| 487 |
+
glossier glossy
|
| 488 |
+
glossiest glossy
|
| 489 |
+
glummer glum
|
| 490 |
+
glummest glum
|
| 491 |
+
godlier godly
|
| 492 |
+
godliest godly
|
| 493 |
+
goer goer
|
| 494 |
+
goner goner
|
| 495 |
+
goodlier goodly
|
| 496 |
+
goodliest goodly
|
| 497 |
+
goofier goofy
|
| 498 |
+
goofiest goofy
|
| 499 |
+
gooier gooey
|
| 500 |
+
gooiest gooey
|
| 501 |
+
goosier goosy
|
| 502 |
+
goosiest goosy
|
| 503 |
+
gorier gory
|
| 504 |
+
goriest gory
|
| 505 |
+
gradelier gradely
|
| 506 |
+
gradeliest gradely
|
| 507 |
+
grader grader
|
| 508 |
+
grainier grainy
|
| 509 |
+
grainiest grainy
|
| 510 |
+
grassier grassy
|
| 511 |
+
grassiest grassy
|
| 512 |
+
greasier greasy
|
| 513 |
+
greasiest greasy
|
| 514 |
+
greedier greedy
|
| 515 |
+
greediest greedy
|
| 516 |
+
grimmer grim
|
| 517 |
+
grimmest grim
|
| 518 |
+
grislier grisly
|
| 519 |
+
grisliest grisly
|
| 520 |
+
grittier gritty
|
| 521 |
+
grittiest gritty
|
| 522 |
+
grizzlier grizzly
|
| 523 |
+
grizzliest grizzly
|
| 524 |
+
groggier groggy
|
| 525 |
+
groggiest groggy
|
| 526 |
+
groovier groovy
|
| 527 |
+
grooviest groovy
|
| 528 |
+
grottier grotty
|
| 529 |
+
grottiest grotty
|
| 530 |
+
grounder grounder
|
| 531 |
+
grouper grouper
|
| 532 |
+
groutier grouty
|
| 533 |
+
groutiest grouty
|
| 534 |
+
grubbier grubby
|
| 535 |
+
grubbiest grubby
|
| 536 |
+
grumpier grumpy
|
| 537 |
+
grumpiest grumpy
|
| 538 |
+
guest guest
|
| 539 |
+
guiltier guilty
|
| 540 |
+
guiltiest guilty
|
| 541 |
+
gummier gummy
|
| 542 |
+
gummiest gummy
|
| 543 |
+
gushier gushy
|
| 544 |
+
gushiest gushy
|
| 545 |
+
gustier gusty
|
| 546 |
+
gustiest gusty
|
| 547 |
+
gutsier gutsy
|
| 548 |
+
gutsiest gutsy
|
| 549 |
+
hairier hairy
|
| 550 |
+
hairiest hairy
|
| 551 |
+
halfways halfway
|
| 552 |
+
halter halter
|
| 553 |
+
hammier hammy
|
| 554 |
+
hammiest hammy
|
| 555 |
+
handier handy
|
| 556 |
+
handiest handy
|
| 557 |
+
happier happy
|
| 558 |
+
happiest happy
|
| 559 |
+
hardier hardy
|
| 560 |
+
hardiest hardy
|
| 561 |
+
hastier hasty
|
| 562 |
+
hastiest hasty
|
| 563 |
+
haughtier haughty
|
| 564 |
+
haughtiest haughty
|
| 565 |
+
hazier hazy
|
| 566 |
+
haziest hazy
|
| 567 |
+
header header
|
| 568 |
+
headier heady
|
| 569 |
+
headiest heady
|
| 570 |
+
healthier healthy
|
| 571 |
+
healthiest healthy
|
| 572 |
+
heartier hearty
|
| 573 |
+
heartiest hearty
|
| 574 |
+
heavier heavy
|
| 575 |
+
heaviest heavy
|
| 576 |
+
heftier hefty
|
| 577 |
+
heftiest hefty
|
| 578 |
+
hepper hep
|
| 579 |
+
heppest hep
|
| 580 |
+
herbier herby
|
| 581 |
+
herbiest herby
|
| 582 |
+
hinder hind
|
| 583 |
+
hipper hip
|
| 584 |
+
hippest hip
|
| 585 |
+
hippier hippy
|
| 586 |
+
hippiest hippy
|
| 587 |
+
hoarier hoary
|
| 588 |
+
hoariest hoary
|
| 589 |
+
holier holy
|
| 590 |
+
holiest holy
|
| 591 |
+
homelier homely
|
| 592 |
+
homeliest homely
|
| 593 |
+
homer homer
|
| 594 |
+
homier homey
|
| 595 |
+
homiest homey
|
| 596 |
+
hornier horny
|
| 597 |
+
horniest horny
|
| 598 |
+
horsier horsy
|
| 599 |
+
horsiest horsy
|
| 600 |
+
hotter hot
|
| 601 |
+
hottest hot
|
| 602 |
+
humpier humpy
|
| 603 |
+
humpiest humpy
|
| 604 |
+
hunger hunger
|
| 605 |
+
hungrier hungry
|
| 606 |
+
hungriest hungry
|
| 607 |
+
huskier husky
|
| 608 |
+
huskiest husky
|
| 609 |
+
icier icy
|
| 610 |
+
iciest icy
|
| 611 |
+
inkier inky
|
| 612 |
+
inkiest inky
|
| 613 |
+
insider insider
|
| 614 |
+
interest interest
|
| 615 |
+
jaggier jaggy
|
| 616 |
+
jaggiest jaggy
|
| 617 |
+
jammier jammy
|
| 618 |
+
jammiest jammy
|
| 619 |
+
jauntier jaunty
|
| 620 |
+
jauntiest jaunty
|
| 621 |
+
jazzier jazzy
|
| 622 |
+
jazziest jazzy
|
| 623 |
+
jerkier jerky
|
| 624 |
+
jerkiest jerky
|
| 625 |
+
jointer jointer
|
| 626 |
+
jollier jolly
|
| 627 |
+
jolliest jolly
|
| 628 |
+
juicier juicy
|
| 629 |
+
juiciest juicy
|
| 630 |
+
jumpier jumpy
|
| 631 |
+
jumpiest jumpy
|
| 632 |
+
kindlier kindly
|
| 633 |
+
kindliest kindly
|
| 634 |
+
kinkier kinky
|
| 635 |
+
kinkiest kinky
|
| 636 |
+
knottier knotty
|
| 637 |
+
knottiest knotty
|
| 638 |
+
knurlier knurly
|
| 639 |
+
knurliest knurly
|
| 640 |
+
kookier kooky
|
| 641 |
+
kookiest kooky
|
| 642 |
+
lacier lacy
|
| 643 |
+
laciest lacy
|
| 644 |
+
lairier lairy
|
| 645 |
+
lairiest lairy
|
| 646 |
+
lakier laky
|
| 647 |
+
lakiest laky
|
| 648 |
+
lander lander
|
| 649 |
+
lankier lanky
|
| 650 |
+
lankiest lanky
|
| 651 |
+
lathier lathy
|
| 652 |
+
lathiest lathy
|
| 653 |
+
layer layer
|
| 654 |
+
lazier lazy
|
| 655 |
+
laziest lazy
|
| 656 |
+
leafier leafy
|
| 657 |
+
leafiest leafy
|
| 658 |
+
leakier leaky
|
| 659 |
+
leakiest leaky
|
| 660 |
+
learier leary
|
| 661 |
+
leariest leary
|
| 662 |
+
leer leer
|
| 663 |
+
leerier leery
|
| 664 |
+
leeriest leery
|
| 665 |
+
left-hander left-hander
|
| 666 |
+
left-winger left-winger
|
| 667 |
+
leggier leggy
|
| 668 |
+
leggiest leggy
|
| 669 |
+
lengthier lengthy
|
| 670 |
+
lengthiest lengthy
|
| 671 |
+
ler ler
|
| 672 |
+
leveler leveler
|
| 673 |
+
limier limy
|
| 674 |
+
limiest limy
|
| 675 |
+
lippier lippy
|
| 676 |
+
lippiest lippy
|
| 677 |
+
liter liter
|
| 678 |
+
livelier lively
|
| 679 |
+
liveliest lively
|
| 680 |
+
liver liver
|
| 681 |
+
loather loather
|
| 682 |
+
loftier lofty
|
| 683 |
+
loftiest lofty
|
| 684 |
+
logier logy
|
| 685 |
+
logiest logy
|
| 686 |
+
lonelier lonely
|
| 687 |
+
loneliest lonely
|
| 688 |
+
loner loner
|
| 689 |
+
loonier loony
|
| 690 |
+
looniest loony
|
| 691 |
+
loopier loopy
|
| 692 |
+
loopiest loopy
|
| 693 |
+
lordlier lordly
|
| 694 |
+
lordliest lordly
|
| 695 |
+
lousier lousy
|
| 696 |
+
lousiest lousy
|
| 697 |
+
lovelier lovely
|
| 698 |
+
loveliest lovely
|
| 699 |
+
lowlander lowlander
|
| 700 |
+
lowlier lowly
|
| 701 |
+
lowliest lowly
|
| 702 |
+
luckier lucky
|
| 703 |
+
luckiest lucky
|
| 704 |
+
lumpier lumpy
|
| 705 |
+
lumpiest lumpy
|
| 706 |
+
lunier luny
|
| 707 |
+
luniest luny
|
| 708 |
+
lustier lusty
|
| 709 |
+
lustiest lusty
|
| 710 |
+
madder mad
|
| 711 |
+
maddest mad
|
| 712 |
+
mainer mainer
|
| 713 |
+
maligner maligner
|
| 714 |
+
maltier malty
|
| 715 |
+
maltiest malty
|
| 716 |
+
mangier mangy
|
| 717 |
+
mangiest mangy
|
| 718 |
+
mankier manky
|
| 719 |
+
mankiest manky
|
| 720 |
+
manlier manly
|
| 721 |
+
manliest manly
|
| 722 |
+
mariner mariner
|
| 723 |
+
marshier marshy
|
| 724 |
+
marshiest marshy
|
| 725 |
+
massier massy
|
| 726 |
+
massiest massy
|
| 727 |
+
matter matter
|
| 728 |
+
maungier maungy
|
| 729 |
+
maungiest maungy
|
| 730 |
+
mazier mazy
|
| 731 |
+
maziest mazy
|
| 732 |
+
mealier mealy
|
| 733 |
+
mealiest mealy
|
| 734 |
+
measlier measly
|
| 735 |
+
measliest measly
|
| 736 |
+
meatier meaty
|
| 737 |
+
meatiest meaty
|
| 738 |
+
meeter meeter
|
| 739 |
+
merrier merry
|
| 740 |
+
merriest merry
|
| 741 |
+
messier messy
|
| 742 |
+
messiest messy
|
| 743 |
+
miffier miffy
|
| 744 |
+
miffiest miffy
|
| 745 |
+
mightier mighty
|
| 746 |
+
mightiest mighty
|
| 747 |
+
milcher milcher
|
| 748 |
+
milker milker
|
| 749 |
+
milkier milky
|
| 750 |
+
milkiest milky
|
| 751 |
+
mingier mingy
|
| 752 |
+
mingiest mingy
|
| 753 |
+
minter minter
|
| 754 |
+
mirkier mirky
|
| 755 |
+
mirkiest mirky
|
| 756 |
+
miser miser
|
| 757 |
+
mistier misty
|
| 758 |
+
mistiest misty
|
| 759 |
+
mocker mocker
|
| 760 |
+
modeler modeler
|
| 761 |
+
modest modest
|
| 762 |
+
moldier moldy
|
| 763 |
+
moldiest moldy
|
| 764 |
+
moodier moody
|
| 765 |
+
moodiest moody
|
| 766 |
+
moonier moony
|
| 767 |
+
mooniest moony
|
| 768 |
+
mothier mothy
|
| 769 |
+
mothiest mothy
|
| 770 |
+
mouldier mouldy
|
| 771 |
+
mouldiest mouldy
|
| 772 |
+
mousier mousy
|
| 773 |
+
mousiest mousy
|
| 774 |
+
mouthier mouthy
|
| 775 |
+
mouthiest mouthy
|
| 776 |
+
muckier mucky
|
| 777 |
+
muckiest mucky
|
| 778 |
+
muddier muddy
|
| 779 |
+
muddiest muddy
|
| 780 |
+
muggier muggy
|
| 781 |
+
muggiest muggy
|
| 782 |
+
multiplexer multiplexer
|
| 783 |
+
murkier murky
|
| 784 |
+
murkiest murky
|
| 785 |
+
mushier mushy
|
| 786 |
+
mushiest mushy
|
| 787 |
+
muskier musky
|
| 788 |
+
muskiest musky
|
| 789 |
+
muster muster
|
| 790 |
+
mustier musty
|
| 791 |
+
mustiest musty
|
| 792 |
+
muzzier muzzy
|
| 793 |
+
muzziest muzzy
|
| 794 |
+
nappier nappy
|
| 795 |
+
nappiest nappy
|
| 796 |
+
nastier nasty
|
| 797 |
+
nastiest nasty
|
| 798 |
+
nattier natty
|
| 799 |
+
nattiest natty
|
| 800 |
+
naughtier naughty
|
| 801 |
+
naughtiest naughty
|
| 802 |
+
needier needy
|
| 803 |
+
neediest needy
|
| 804 |
+
nervier nervy
|
| 805 |
+
nerviest nervy
|
| 806 |
+
newsier newsy
|
| 807 |
+
newsiest newsy
|
| 808 |
+
niftier nifty
|
| 809 |
+
niftiest nifty
|
| 810 |
+
nippier nippy
|
| 811 |
+
nippiest nippy
|
| 812 |
+
nittier nitty
|
| 813 |
+
nittiest nitty
|
| 814 |
+
noisier noisy
|
| 815 |
+
noisiest noisy
|
| 816 |
+
northeasterner northeasterner
|
| 817 |
+
norther norther
|
| 818 |
+
northerner northerner
|
| 819 |
+
nosier nosy
|
| 820 |
+
nosiest nosy
|
| 821 |
+
number number
|
| 822 |
+
nuttier nutty
|
| 823 |
+
nuttiest nutty
|
| 824 |
+
offer off
|
| 825 |
+
offer offer
|
| 826 |
+
oilier oily
|
| 827 |
+
oiliest oily
|
| 828 |
+
old-timer old-timer
|
| 829 |
+
oliver oliver
|
| 830 |
+
oozier oozy
|
| 831 |
+
ooziest oozy
|
| 832 |
+
opener opener
|
| 833 |
+
outsider outsider
|
| 834 |
+
overcomer overcomer
|
| 835 |
+
overnighter overnighter
|
| 836 |
+
owner owner
|
| 837 |
+
pallier pally
|
| 838 |
+
palliest pally
|
| 839 |
+
palmier palmy
|
| 840 |
+
palmiest palmy
|
| 841 |
+
paltrier paltry
|
| 842 |
+
paltriest paltry
|
| 843 |
+
pappier pappy
|
| 844 |
+
pappiest pappy
|
| 845 |
+
parkier parky
|
| 846 |
+
parkiest parky
|
| 847 |
+
part-timer part-timer
|
| 848 |
+
passer passer
|
| 849 |
+
paster paster
|
| 850 |
+
pastier pasty
|
| 851 |
+
pastiest pasty
|
| 852 |
+
patchier patchy
|
| 853 |
+
patchiest patchy
|
| 854 |
+
pater pater
|
| 855 |
+
pawkier pawky
|
| 856 |
+
pawkiest pawky
|
| 857 |
+
peachier peachy
|
| 858 |
+
peachiest peachy
|
| 859 |
+
pearler pearler
|
| 860 |
+
pearlier pearly
|
| 861 |
+
pearliest pearly
|
| 862 |
+
pedaler pedaler
|
| 863 |
+
peppier peppy
|
| 864 |
+
peppiest peppy
|
| 865 |
+
perkier perky
|
| 866 |
+
perkiest perky
|
| 867 |
+
peskier pesky
|
| 868 |
+
peskiest pesky
|
| 869 |
+
peter peter
|
| 870 |
+
pettier petty
|
| 871 |
+
pettiest petty
|
| 872 |
+
phonier phony
|
| 873 |
+
phoniest phony
|
| 874 |
+
pickier picky
|
| 875 |
+
pickiest picky
|
| 876 |
+
piggier piggy
|
| 877 |
+
piggiest piggy
|
| 878 |
+
pinier piny
|
| 879 |
+
piniest piny
|
| 880 |
+
pitchier pitchy
|
| 881 |
+
pitchiest pitchy
|
| 882 |
+
pithier pithy
|
| 883 |
+
pithiest pithy
|
| 884 |
+
planer planer
|
| 885 |
+
plashier plashy
|
| 886 |
+
plashiest plashy
|
| 887 |
+
platier platy
|
| 888 |
+
platiest platy
|
| 889 |
+
player player
|
| 890 |
+
pluckier plucky
|
| 891 |
+
pluckiest plucky
|
| 892 |
+
plumber plumber
|
| 893 |
+
plumier plumy
|
| 894 |
+
plumiest plumy
|
| 895 |
+
plummier plummy
|
| 896 |
+
plummiest plummy
|
| 897 |
+
podgier podgy
|
| 898 |
+
podgiest podgy
|
| 899 |
+
pokier poky
|
| 900 |
+
pokiest poky
|
| 901 |
+
polisher polisher
|
| 902 |
+
porkier porky
|
| 903 |
+
porkiest porky
|
| 904 |
+
porter porter
|
| 905 |
+
portlier portly
|
| 906 |
+
portliest portly
|
| 907 |
+
poster poster
|
| 908 |
+
pottier potty
|
| 909 |
+
pottiest potty
|
| 910 |
+
preachier preachy
|
| 911 |
+
preachiest preachy
|
| 912 |
+
presenter presenter
|
| 913 |
+
pretender pretender
|
| 914 |
+
prettier pretty
|
| 915 |
+
prettiest pretty
|
| 916 |
+
pricier pricy
|
| 917 |
+
priciest pricy
|
| 918 |
+
pricklier prickly
|
| 919 |
+
prickliest prickly
|
| 920 |
+
priestlier priestly
|
| 921 |
+
priestliest priestly
|
| 922 |
+
primer primer
|
| 923 |
+
primmer prim
|
| 924 |
+
primmest prim
|
| 925 |
+
princelier princely
|
| 926 |
+
princeliest princely
|
| 927 |
+
printer printer
|
| 928 |
+
prissier prissy
|
| 929 |
+
prissiest prissy
|
| 930 |
+
privateer privateer
|
| 931 |
+
privier privy
|
| 932 |
+
priviest privy
|
| 933 |
+
prompter prompter
|
| 934 |
+
prosier prosy
|
| 935 |
+
prosiest prosy
|
| 936 |
+
pudgier pudgy
|
| 937 |
+
pudgiest pudgy
|
| 938 |
+
puffer puffer
|
| 939 |
+
puffier puffy
|
| 940 |
+
puffiest puffy
|
| 941 |
+
pulpier pulpy
|
| 942 |
+
pulpiest pulpy
|
| 943 |
+
punchier punchy
|
| 944 |
+
punchiest punchy
|
| 945 |
+
punier puny
|
| 946 |
+
puniest puny
|
| 947 |
+
pushier pushy
|
| 948 |
+
pushiest pushy
|
| 949 |
+
pussier pussy
|
| 950 |
+
pussiest pussy
|
| 951 |
+
quaggier quaggy
|
| 952 |
+
quaggiest quaggy
|
| 953 |
+
quakier quaky
|
| 954 |
+
quakiest quaky
|
| 955 |
+
queasier queasy
|
| 956 |
+
queasiest queasy
|
| 957 |
+
queenlier queenly
|
| 958 |
+
queenliest queenly
|
| 959 |
+
racier racy
|
| 960 |
+
raciest racy
|
| 961 |
+
rainier rainy
|
| 962 |
+
rainiest rainy
|
| 963 |
+
randier randy
|
| 964 |
+
randiest randy
|
| 965 |
+
rangier rangy
|
| 966 |
+
rangiest rangy
|
| 967 |
+
ranker ranker
|
| 968 |
+
rattier ratty
|
| 969 |
+
rattiest ratty
|
| 970 |
+
rattlier rattly
|
| 971 |
+
rattliest rattly
|
| 972 |
+
raunchier raunchy
|
| 973 |
+
raunchiest raunchy
|
| 974 |
+
readier ready
|
| 975 |
+
readiest ready
|
| 976 |
+
recorder recorder
|
| 977 |
+
redder red
|
| 978 |
+
reddest red
|
| 979 |
+
reedier reedy
|
| 980 |
+
reediest reedy
|
| 981 |
+
renter renter
|
| 982 |
+
retailer retailer
|
| 983 |
+
right-hander right-hander
|
| 984 |
+
right-winger right-winger
|
| 985 |
+
rimier rimy
|
| 986 |
+
rimiest rimy
|
| 987 |
+
riskier risky
|
| 988 |
+
riskiest risky
|
| 989 |
+
ritzier ritzy
|
| 990 |
+
ritziest ritzy
|
| 991 |
+
roaster roaster
|
| 992 |
+
rockier rocky
|
| 993 |
+
rockiest rocky
|
| 994 |
+
roilier roily
|
| 995 |
+
roiliest roily
|
| 996 |
+
rookier rooky
|
| 997 |
+
rookiest rooky
|
| 998 |
+
roomier roomy
|
| 999 |
+
roomiest roomy
|
| 1000 |
+
ropier ropy
|
| 1001 |
+
ropiest ropy
|
| 1002 |
+
rosier rosy
|
| 1003 |
+
rosiest rosy
|
| 1004 |
+
rowdier rowdy
|
| 1005 |
+
rowdiest rowdy
|
| 1006 |
+
ruddier ruddy
|
| 1007 |
+
ruddiest ruddy
|
| 1008 |
+
runnier runny
|
| 1009 |
+
runniest runny
|
| 1010 |
+
rusher rusher
|
| 1011 |
+
rushier rushy
|
| 1012 |
+
rushiest rushy
|
| 1013 |
+
rustier rusty
|
| 1014 |
+
rustiest rusty
|
| 1015 |
+
ruttier rutty
|
| 1016 |
+
ruttiest rutty
|
| 1017 |
+
sadder sad
|
| 1018 |
+
saddest sad
|
| 1019 |
+
salter salter
|
| 1020 |
+
saltier salty
|
| 1021 |
+
saltiest salty
|
| 1022 |
+
sampler sampler
|
| 1023 |
+
sandier sandy
|
| 1024 |
+
sandiest sandy
|
| 1025 |
+
sappier sappy
|
| 1026 |
+
sappiest sappy
|
| 1027 |
+
sassier sassy
|
| 1028 |
+
sassiest sassy
|
| 1029 |
+
saucier saucy
|
| 1030 |
+
sauciest saucy
|
| 1031 |
+
savvier savvy
|
| 1032 |
+
savviest savvy
|
| 1033 |
+
scabbier scabby
|
| 1034 |
+
scabbiest scabby
|
| 1035 |
+
scalier scaly
|
| 1036 |
+
scaliest scaly
|
| 1037 |
+
scantier scanty
|
| 1038 |
+
scantiest scanty
|
| 1039 |
+
scarier scary
|
| 1040 |
+
scariest scary
|
| 1041 |
+
scraggier scraggy
|
| 1042 |
+
scraggiest scraggy
|
| 1043 |
+
scragglier scraggly
|
| 1044 |
+
scraggliest scraggly
|
| 1045 |
+
scraper scraper
|
| 1046 |
+
scrappier scrappy
|
| 1047 |
+
scrappiest scrappy
|
| 1048 |
+
scrawnier scrawny
|
| 1049 |
+
scrawniest scrawny
|
| 1050 |
+
screwier screwy
|
| 1051 |
+
screwiest screwy
|
| 1052 |
+
scrubbier scrubby
|
| 1053 |
+
scrubbiest scrubby
|
| 1054 |
+
scruffier scruffy
|
| 1055 |
+
scruffiest scruffy
|
| 1056 |
+
scungier scungy
|
| 1057 |
+
scungiest scungy
|
| 1058 |
+
scurvier scurvy
|
| 1059 |
+
scurviest scurvy
|
| 1060 |
+
seamier seamy
|
| 1061 |
+
seamiest seamy
|
| 1062 |
+
second-rater second-rater
|
| 1063 |
+
seconder seconder
|
| 1064 |
+
seedier seedy
|
| 1065 |
+
seediest seedy
|
| 1066 |
+
seemlier seemly
|
| 1067 |
+
seemliest seemly
|
| 1068 |
+
serer serer
|
| 1069 |
+
sexier sexy
|
| 1070 |
+
sexiest sexy
|
| 1071 |
+
shabbier shabby
|
| 1072 |
+
shabbiest shabby
|
| 1073 |
+
shadier shady
|
| 1074 |
+
shadiest shady
|
| 1075 |
+
shaggier shaggy
|
| 1076 |
+
shaggiest shaggy
|
| 1077 |
+
shakier shaky
|
| 1078 |
+
shakiest shaky
|
| 1079 |
+
shapelier shapely
|
| 1080 |
+
shapeliest shapely
|
| 1081 |
+
shier shy
|
| 1082 |
+
shiest shy
|
| 1083 |
+
shiftier shifty
|
| 1084 |
+
shiftiest shifty
|
| 1085 |
+
shinier shiny
|
| 1086 |
+
shiniest shiny
|
| 1087 |
+
shirtier shirty
|
| 1088 |
+
shirtiest shirty
|
| 1089 |
+
shoddier shoddy
|
| 1090 |
+
shoddiest shoddy
|
| 1091 |
+
showier showy
|
| 1092 |
+
showiest showy
|
| 1093 |
+
shrubbier shrubby
|
| 1094 |
+
shrubbiest shrubby
|
| 1095 |
+
shyer shy
|
| 1096 |
+
shyest shy
|
| 1097 |
+
sicklier sickly
|
| 1098 |
+
sickliest sickly
|
| 1099 |
+
sightlier sightly
|
| 1100 |
+
sightliest sightly
|
| 1101 |
+
signaler signaler
|
| 1102 |
+
signer signer
|
| 1103 |
+
silkier silky
|
| 1104 |
+
silkiest silky
|
| 1105 |
+
sillier silly
|
| 1106 |
+
silliest silly
|
| 1107 |
+
sketchier sketchy
|
| 1108 |
+
sketchiest sketchy
|
| 1109 |
+
skewer skewer
|
| 1110 |
+
skimpier skimpy
|
| 1111 |
+
skimpiest skimpy
|
| 1112 |
+
skinnier skinny
|
| 1113 |
+
skinniest skinny
|
| 1114 |
+
slaphappier slaphappy
|
| 1115 |
+
slaphappiest slaphappy
|
| 1116 |
+
slatier slaty
|
| 1117 |
+
slatiest slaty
|
| 1118 |
+
slaver slaver
|
| 1119 |
+
sleazier sleazy
|
| 1120 |
+
sleaziest sleazy
|
| 1121 |
+
sleepier sleepy
|
| 1122 |
+
sleepiest sleepy
|
| 1123 |
+
slier sly
|
| 1124 |
+
sliest sly
|
| 1125 |
+
slimier slimy
|
| 1126 |
+
slimiest slimy
|
| 1127 |
+
slimmer slim
|
| 1128 |
+
slimmest slim
|
| 1129 |
+
slimsier slimsy
|
| 1130 |
+
slimsiest slimsy
|
| 1131 |
+
slinkier slinky
|
| 1132 |
+
slinkiest slinky
|
| 1133 |
+
slippier slippy
|
| 1134 |
+
slippiest slippy
|
| 1135 |
+
sloppier sloppy
|
| 1136 |
+
sloppiest sloppy
|
| 1137 |
+
slyer sly
|
| 1138 |
+
slyest sly
|
| 1139 |
+
smarmier smarmy
|
| 1140 |
+
smarmiest smarmy
|
| 1141 |
+
smellier smelly
|
| 1142 |
+
smelliest smelly
|
| 1143 |
+
smokier smoky
|
| 1144 |
+
smokiest smoky
|
| 1145 |
+
smugger smug
|
| 1146 |
+
smuggest smug
|
| 1147 |
+
snakier snaky
|
| 1148 |
+
snakiest snaky
|
| 1149 |
+
snappier snappy
|
| 1150 |
+
snappiest snappy
|
| 1151 |
+
snatchier snatchy
|
| 1152 |
+
snatchiest snatchy
|
| 1153 |
+
snazzier snazzy
|
| 1154 |
+
snazziest snazzy
|
| 1155 |
+
sneaker sneaker
|
| 1156 |
+
sniffier sniffy
|
| 1157 |
+
sniffiest sniffy
|
| 1158 |
+
snootier snooty
|
| 1159 |
+
snootiest snooty
|
| 1160 |
+
snottier snotty
|
| 1161 |
+
snottiest snotty
|
| 1162 |
+
snowier snowy
|
| 1163 |
+
snowiest snowy
|
| 1164 |
+
snuffer snuffer
|
| 1165 |
+
snuffier snuffy
|
| 1166 |
+
snuffiest snuffy
|
| 1167 |
+
snugger snug
|
| 1168 |
+
snuggest snug
|
| 1169 |
+
soapier soapy
|
| 1170 |
+
soapiest soapy
|
| 1171 |
+
soggier soggy
|
| 1172 |
+
soggiest soggy
|
| 1173 |
+
solder solder
|
| 1174 |
+
sonsier sonsy
|
| 1175 |
+
sonsiest sonsy
|
| 1176 |
+
sootier sooty
|
| 1177 |
+
sootiest sooty
|
| 1178 |
+
soppier soppy
|
| 1179 |
+
soppiest soppy
|
| 1180 |
+
sorrier sorry
|
| 1181 |
+
sorriest sorry
|
| 1182 |
+
soupier soupy
|
| 1183 |
+
soupiest soupy
|
| 1184 |
+
souther souther
|
| 1185 |
+
southerner southerner
|
| 1186 |
+
speedier speedy
|
| 1187 |
+
speediest speedy
|
| 1188 |
+
spicier spicy
|
| 1189 |
+
spiciest spicy
|
| 1190 |
+
spiffier spiffy
|
| 1191 |
+
spiffiest spiffy
|
| 1192 |
+
spikier spiky
|
| 1193 |
+
spikiest spiky
|
| 1194 |
+
spindlier spindly
|
| 1195 |
+
spindliest spindly
|
| 1196 |
+
spinier spiny
|
| 1197 |
+
spiniest spiny
|
| 1198 |
+
splashier splashy
|
| 1199 |
+
splashiest splashy
|
| 1200 |
+
spongier spongy
|
| 1201 |
+
spongiest spongy
|
| 1202 |
+
spookier spooky
|
| 1203 |
+
spookiest spooky
|
| 1204 |
+
spoonier spoony
|
| 1205 |
+
spooniest spoony
|
| 1206 |
+
sportier sporty
|
| 1207 |
+
sportiest sporty
|
| 1208 |
+
spottier spotty
|
| 1209 |
+
spottiest spotty
|
| 1210 |
+
spreader spreader
|
| 1211 |
+
sprier spry
|
| 1212 |
+
spriest spry
|
| 1213 |
+
sprightlier sprightly
|
| 1214 |
+
sprightliest sprightly
|
| 1215 |
+
springer springer
|
| 1216 |
+
springier springy
|
| 1217 |
+
springiest springy
|
| 1218 |
+
squashier squashy
|
| 1219 |
+
squashiest squashy
|
| 1220 |
+
squatter squat
|
| 1221 |
+
squattest squat
|
| 1222 |
+
squattier squatty
|
| 1223 |
+
squattiest squatty
|
| 1224 |
+
squiffier squiffy
|
| 1225 |
+
squiffiest squiffy
|
| 1226 |
+
stagier stagy
|
| 1227 |
+
stagiest stagy
|
| 1228 |
+
stalkier stalky
|
| 1229 |
+
stalkiest stalky
|
| 1230 |
+
stapler stapler
|
| 1231 |
+
starchier starchy
|
| 1232 |
+
starchiest starchy
|
| 1233 |
+
starer starer
|
| 1234 |
+
starest starest
|
| 1235 |
+
starrier starry
|
| 1236 |
+
starriest starry
|
| 1237 |
+
statelier stately
|
| 1238 |
+
stateliest stately
|
| 1239 |
+
steadier steady
|
| 1240 |
+
steadiest steady
|
| 1241 |
+
stealthier stealthy
|
| 1242 |
+
stealthiest stealthy
|
| 1243 |
+
steamier steamy
|
| 1244 |
+
steamiest steamy
|
| 1245 |
+
stingier stingy
|
| 1246 |
+
stingiest stingy
|
| 1247 |
+
stiper striper
|
| 1248 |
+
stocker stocker
|
| 1249 |
+
stockier stocky
|
| 1250 |
+
stockiest stocky
|
| 1251 |
+
stodgier stodgy
|
| 1252 |
+
stodgiest stodgy
|
| 1253 |
+
stonier stony
|
| 1254 |
+
stoniest stony
|
| 1255 |
+
stormier stormy
|
| 1256 |
+
stormiest stormy
|
| 1257 |
+
streakier streaky
|
| 1258 |
+
streakiest streaky
|
| 1259 |
+
streamier streamy
|
| 1260 |
+
streamiest streamy
|
| 1261 |
+
stretcher stretcher
|
| 1262 |
+
stretchier stretchy
|
| 1263 |
+
stretchiest stretchy
|
| 1264 |
+
stringier stringy
|
| 1265 |
+
stringiest stringy
|
| 1266 |
+
stripier stripy
|
| 1267 |
+
stripiest stripy
|
| 1268 |
+
stronger strong
|
| 1269 |
+
strongest strong
|
| 1270 |
+
stroppier stroppy
|
| 1271 |
+
stroppiest stroppy
|
| 1272 |
+
stuffier stuffy
|
| 1273 |
+
stuffiest stuffy
|
| 1274 |
+
stumpier stumpy
|
| 1275 |
+
stumpiest stumpy
|
| 1276 |
+
sturdier sturdy
|
| 1277 |
+
sturdiest sturdy
|
| 1278 |
+
submariner submariner
|
| 1279 |
+
sulkier sulky
|
| 1280 |
+
sulkiest sulky
|
| 1281 |
+
sultrier sultry
|
| 1282 |
+
sultriest sultry
|
| 1283 |
+
sunnier sunny
|
| 1284 |
+
sunniest sunny
|
| 1285 |
+
surlier surly
|
| 1286 |
+
surliest surly
|
| 1287 |
+
swagger swagger
|
| 1288 |
+
swankier swanky
|
| 1289 |
+
swankiest swanky
|
| 1290 |
+
swarthier swarthy
|
| 1291 |
+
swarthiest swarthy
|
| 1292 |
+
sweatier sweaty
|
| 1293 |
+
sweatiest sweaty
|
| 1294 |
+
tackier tacky
|
| 1295 |
+
tackiest tacky
|
| 1296 |
+
talkier talky
|
| 1297 |
+
talkiest talky
|
| 1298 |
+
tangier tangy
|
| 1299 |
+
tangiest tangy
|
| 1300 |
+
tanner tan
|
| 1301 |
+
tannest tan
|
| 1302 |
+
tardier tardy
|
| 1303 |
+
tardiest tardy
|
| 1304 |
+
tastier tasty
|
| 1305 |
+
tastiest tasty
|
| 1306 |
+
tattier tatty
|
| 1307 |
+
tattiest tatty
|
| 1308 |
+
tawdrier tawdry
|
| 1309 |
+
tawdriest tawdry
|
| 1310 |
+
techier techy
|
| 1311 |
+
techiest techy
|
| 1312 |
+
teenager teenager
|
| 1313 |
+
teenier teeny
|
| 1314 |
+
teeniest teeny
|
| 1315 |
+
teetotaler teetotaler
|
| 1316 |
+
tester tester
|
| 1317 |
+
testier testy
|
| 1318 |
+
testiest testy
|
| 1319 |
+
tetchier tetchy
|
| 1320 |
+
tetchiest tetchy
|
| 1321 |
+
thinner thin
|
| 1322 |
+
thinnest thin
|
| 1323 |
+
third-rater third-rater
|
| 1324 |
+
thirstier thirsty
|
| 1325 |
+
thirstiest thirsty
|
| 1326 |
+
thornier thorny
|
| 1327 |
+
thorniest thorny
|
| 1328 |
+
threadier thready
|
| 1329 |
+
threadiest thready
|
| 1330 |
+
thriftier thrifty
|
| 1331 |
+
thriftiest thrifty
|
| 1332 |
+
throatier throaty
|
| 1333 |
+
throatiest throaty
|
| 1334 |
+
tidier tidy
|
| 1335 |
+
tidiest tidy
|
| 1336 |
+
timelier timely
|
| 1337 |
+
timeliest timely
|
| 1338 |
+
tinier tiny
|
| 1339 |
+
tiniest tiny
|
| 1340 |
+
tinnier tinny
|
| 1341 |
+
tinniest tinny
|
| 1342 |
+
tipsier tipsy
|
| 1343 |
+
tipsiest tipsy
|
| 1344 |
+
tonier tony
|
| 1345 |
+
toniest tony
|
| 1346 |
+
toothier toothy
|
| 1347 |
+
toothiest toothy
|
| 1348 |
+
toper toper
|
| 1349 |
+
touchier touchy
|
| 1350 |
+
touchiest touchy
|
| 1351 |
+
trader trader
|
| 1352 |
+
trashier trashy
|
| 1353 |
+
trashiest trashy
|
| 1354 |
+
trendier trendy
|
| 1355 |
+
trendiest trendy
|
| 1356 |
+
trickier tricky
|
| 1357 |
+
trickiest tricky
|
| 1358 |
+
tricksier tricksy
|
| 1359 |
+
tricksiest tricksy
|
| 1360 |
+
trimer trimer
|
| 1361 |
+
trimmer trim
|
| 1362 |
+
trimmest trim
|
| 1363 |
+
truer true
|
| 1364 |
+
truest true
|
| 1365 |
+
trustier trusty
|
| 1366 |
+
trustiest trusty
|
| 1367 |
+
tubbier tubby
|
| 1368 |
+
tubbiest tubby
|
| 1369 |
+
turfier turfy
|
| 1370 |
+
turfiest turfy
|
| 1371 |
+
tweedier tweedy
|
| 1372 |
+
tweediest tweedy
|
| 1373 |
+
twiggier twiggy
|
| 1374 |
+
twiggiest twiggy
|
| 1375 |
+
uglier ugly
|
| 1376 |
+
ugliest ugly
|
| 1377 |
+
unfriendlier unfriendly
|
| 1378 |
+
unfriendliest unfriendly
|
| 1379 |
+
ungainlier ungainly
|
| 1380 |
+
ungainliest ungainly
|
| 1381 |
+
ungodlier ungodly
|
| 1382 |
+
ungodliest ungodly
|
| 1383 |
+
unhappier unhappy
|
| 1384 |
+
unhappiest unhappy
|
| 1385 |
+
unhealthier unhealthy
|
| 1386 |
+
unhealthiest unhealthy
|
| 1387 |
+
unholier unholy
|
| 1388 |
+
unholiest unholy
|
| 1389 |
+
unrulier unruly
|
| 1390 |
+
unruliest unruly
|
| 1391 |
+
untidier untidy
|
| 1392 |
+
untidiest untidy
|
| 1393 |
+
vastier vasty
|
| 1394 |
+
vastiest vasty
|
| 1395 |
+
vest vest
|
| 1396 |
+
viewier viewy
|
| 1397 |
+
viewiest viewy
|
| 1398 |
+
wackier wacky
|
| 1399 |
+
wackiest wacky
|
| 1400 |
+
wanner wan
|
| 1401 |
+
wannest wan
|
| 1402 |
+
warier wary
|
| 1403 |
+
wariest wary
|
| 1404 |
+
washier washy
|
| 1405 |
+
washiest washy
|
| 1406 |
+
waster waster
|
| 1407 |
+
wavier wavy
|
| 1408 |
+
waviest wavy
|
| 1409 |
+
waxier waxy
|
| 1410 |
+
waxiest waxy
|
| 1411 |
+
weaklier weakly
|
| 1412 |
+
weakliest weakly
|
| 1413 |
+
wealthier wealthy
|
| 1414 |
+
wealthiest wealthy
|
| 1415 |
+
wearier weary
|
| 1416 |
+
weariest weary
|
| 1417 |
+
webbier webby
|
| 1418 |
+
webbiest webby
|
| 1419 |
+
weedier weedy
|
| 1420 |
+
weediest weedy
|
| 1421 |
+
weenier weeny
|
| 1422 |
+
weeniest weeny
|
| 1423 |
+
weensier weensy
|
| 1424 |
+
weensiest weensy
|
| 1425 |
+
weepier weepy
|
| 1426 |
+
weepiest weepy
|
| 1427 |
+
weightier weighty
|
| 1428 |
+
weightiest weighty
|
| 1429 |
+
welsher welsher
|
| 1430 |
+
wetter wet
|
| 1431 |
+
wettest wet
|
| 1432 |
+
whackier whacky
|
| 1433 |
+
whackiest whacky
|
| 1434 |
+
whimsier whimsy
|
| 1435 |
+
whimsiest whimsy
|
| 1436 |
+
wholesaler wholesaler
|
| 1437 |
+
wieldier wieldy
|
| 1438 |
+
wieldiest wieldy
|
| 1439 |
+
wilier wily
|
| 1440 |
+
wiliest wily
|
| 1441 |
+
windier windy
|
| 1442 |
+
windiest windy
|
| 1443 |
+
winier winy
|
| 1444 |
+
winiest winy
|
| 1445 |
+
winterier wintery
|
| 1446 |
+
winteriest wintery
|
| 1447 |
+
wintrier wintry
|
| 1448 |
+
wintriest wintry
|
| 1449 |
+
wirier wiry
|
| 1450 |
+
wiriest wiry
|
| 1451 |
+
wispier wispy
|
| 1452 |
+
wispiest wispy
|
| 1453 |
+
wittier witty
|
| 1454 |
+
wittiest witty
|
| 1455 |
+
wonkier wonky
|
| 1456 |
+
wonkiest wonky
|
| 1457 |
+
woodier woody
|
| 1458 |
+
woodiest woody
|
| 1459 |
+
woodsier woodsy
|
| 1460 |
+
woodsiest woodsy
|
| 1461 |
+
woollier woolly
|
| 1462 |
+
woolliest woolly
|
| 1463 |
+
woozier woozy
|
| 1464 |
+
wooziest woozy
|
| 1465 |
+
wordier wordy
|
| 1466 |
+
wordiest wordy
|
| 1467 |
+
worldlier worldly
|
| 1468 |
+
worldliest worldly
|
| 1469 |
+
wormier wormy
|
| 1470 |
+
wormiest wormy
|
| 1471 |
+
worse bad
|
| 1472 |
+
worst bad
|
| 1473 |
+
worthier worthy
|
| 1474 |
+
worthiest worthy
|
| 1475 |
+
wrier wry
|
| 1476 |
+
wriest wry
|
| 1477 |
+
wryer wry
|
| 1478 |
+
wryest wry
|
| 1479 |
+
yarer yare
|
| 1480 |
+
yarest yare
|
| 1481 |
+
yeastier yeasty
|
| 1482 |
+
yeastiest yeasty
|
| 1483 |
+
younger young
|
| 1484 |
+
youngest young
|
| 1485 |
+
yummier yummy
|
| 1486 |
+
yummiest yummy
|
| 1487 |
+
zanier zany
|
| 1488 |
+
zaniest zany
|
| 1489 |
+
zippier zippy
|
| 1490 |
+
zippiest zippy
|
WordNet-3.0/dict/adv.exc
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
best well
|
| 2 |
+
better well
|
| 3 |
+
deeper deeply
|
| 4 |
+
farther far
|
| 5 |
+
further far
|
| 6 |
+
harder hard
|
| 7 |
+
hardest hard
|
WordNet-3.0/dict/cntlist
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
WordNet-3.0/dict/cntlist.rev
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
WordNet-3.0/dict/data.adj
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
WordNet-3.0/dict/data.adv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
WordNet-3.0/dict/data.noun
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:489f145e0f68877c0be5bd0eb4117adaaac52f38f6204eb8d85dbe2158b614cc
|
| 3 |
+
size 15300280
|
WordNet-3.0/dict/data.verb
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
WordNet-3.0/dict/frames.vrb
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
1 Something ----s
|
| 2 |
+
2 Somebody ----s
|
| 3 |
+
3 It is ----ing
|
| 4 |
+
4 Something is ----ing PP
|
| 5 |
+
5 Something ----s something Adjective/Noun
|
| 6 |
+
6 Something ----s Adjective/Noun
|
| 7 |
+
7 Somebody ----s Adjective
|
| 8 |
+
8 Somebody ----s something
|
| 9 |
+
9 Somebody ----s somebody
|
| 10 |
+
10 Something ----s somebody
|
| 11 |
+
11 Something ----s something
|
| 12 |
+
12 Something ----s to somebody
|
| 13 |
+
13 Somebody ----s on something
|
| 14 |
+
14 Somebody ----s somebody something
|
| 15 |
+
15 Somebody ----s something to somebody
|
| 16 |
+
16 Somebody ----s something from somebody
|
| 17 |
+
17 Somebody ----s somebody with something
|
| 18 |
+
18 Somebody ----s somebody of something
|
| 19 |
+
19 Somebody ----s something on somebody
|
| 20 |
+
20 Somebody ----s somebody PP
|
| 21 |
+
21 Somebody ----s something PP
|
| 22 |
+
22 Somebody ----s PP
|
| 23 |
+
23 Somebody's (body part) ----s
|
| 24 |
+
24 Somebody ----s somebody to INFINITIVE
|
| 25 |
+
25 Somebody ----s somebody INFINITIVE
|
| 26 |
+
26 Somebody ----s that CLAUSE
|
| 27 |
+
27 Somebody ----s to somebody
|
| 28 |
+
28 Somebody ----s to INFINITIVE
|
| 29 |
+
29 Somebody ----s whether INFINITIVE
|
| 30 |
+
30 Somebody ----s somebody into V-ing something
|
| 31 |
+
31 Somebody ----s something with something
|
| 32 |
+
32 Somebody ----s INFINITIVE
|
| 33 |
+
33 Somebody ----s VERB-ing
|
| 34 |
+
34 It ----s that CLAUSE
|
| 35 |
+
35 Something ----s INFINITIVE
|
WordNet-3.0/dict/index.adj
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
WordNet-3.0/dict/index.adv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
WordNet-3.0/dict/index.noun
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
WordNet-3.0/dict/index.sense
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
WordNet-3.0/dict/index.verb
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
WordNet-3.0/dict/lexnames
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
00 adj.all 3
|
| 2 |
+
01 adj.pert 3
|
| 3 |
+
02 adv.all 4
|
| 4 |
+
03 noun.Tops 1
|
| 5 |
+
04 noun.act 1
|
| 6 |
+
05 noun.animal 1
|
| 7 |
+
06 noun.artifact 1
|
| 8 |
+
07 noun.attribute 1
|
| 9 |
+
08 noun.body 1
|
| 10 |
+
09 noun.cognition 1
|
| 11 |
+
10 noun.communication 1
|
| 12 |
+
11 noun.event 1
|
| 13 |
+
12 noun.feeling 1
|
| 14 |
+
13 noun.food 1
|
| 15 |
+
14 noun.group 1
|
| 16 |
+
15 noun.location 1
|
| 17 |
+
16 noun.motive 1
|
| 18 |
+
17 noun.object 1
|
| 19 |
+
18 noun.person 1
|
| 20 |
+
19 noun.phenomenon 1
|
| 21 |
+
20 noun.plant 1
|
| 22 |
+
21 noun.possession 1
|
| 23 |
+
22 noun.process 1
|
| 24 |
+
23 noun.quantity 1
|
| 25 |
+
24 noun.relation 1
|
| 26 |
+
25 noun.shape 1
|
| 27 |
+
26 noun.state 1
|
| 28 |
+
27 noun.substance 1
|
| 29 |
+
28 noun.time 1
|
| 30 |
+
29 verb.body 2
|
| 31 |
+
30 verb.change 2
|
| 32 |
+
31 verb.cognition 2
|
| 33 |
+
32 verb.communication 2
|
| 34 |
+
33 verb.competition 2
|
| 35 |
+
34 verb.consumption 2
|
| 36 |
+
35 verb.contact 2
|
| 37 |
+
36 verb.creation 2
|
| 38 |
+
37 verb.emotion 2
|
| 39 |
+
38 verb.motion 2
|
| 40 |
+
39 verb.perception 2
|
| 41 |
+
40 verb.possession 2
|
| 42 |
+
41 verb.social 2
|
| 43 |
+
42 verb.stative 2
|
| 44 |
+
43 verb.weather 2
|
| 45 |
+
44 adj.ppl 3
|
WordNet-3.0/dict/log.grind.3.0
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Processing adj.all...
|
| 2 |
+
Processing adj.pert...
|
| 3 |
+
Processing adv.all...
|
| 4 |
+
Processing noun.Tops...
|
| 5 |
+
noun.Tops, line 7: warning: No hypernyms in synset
|
| 6 |
+
Processing noun.act...
|
| 7 |
+
Processing noun.animal...
|
| 8 |
+
Processing noun.artifact...
|
| 9 |
+
Processing noun.attribute...
|
| 10 |
+
Processing noun.body...
|
| 11 |
+
Processing noun.cognition...
|
| 12 |
+
Processing noun.communication...
|
| 13 |
+
Processing noun.event...
|
| 14 |
+
Processing noun.feeling...
|
| 15 |
+
Processing noun.food...
|
| 16 |
+
Processing noun.group...
|
| 17 |
+
Processing noun.location...
|
| 18 |
+
Processing noun.motive...
|
| 19 |
+
Processing noun.object...
|
| 20 |
+
Processing noun.person...
|
| 21 |
+
Processing noun.phenomenon...
|
| 22 |
+
Processing noun.plant...
|
| 23 |
+
Processing noun.possession...
|
| 24 |
+
Processing noun.process...
|
| 25 |
+
Processing noun.quantity...
|
| 26 |
+
Processing noun.relation...
|
| 27 |
+
Processing noun.shape...
|
| 28 |
+
Processing noun.state...
|
| 29 |
+
Processing noun.substance...
|
| 30 |
+
Processing noun.time...
|
| 31 |
+
Processing verb.body...
|
| 32 |
+
Processing verb.change...
|
| 33 |
+
Processing verb.cognition...
|
| 34 |
+
Processing verb.communication...
|
| 35 |
+
Processing verb.competition...
|
| 36 |
+
Processing verb.consumption...
|
| 37 |
+
Processing verb.contact...
|
| 38 |
+
Processing verb.creation...
|
| 39 |
+
Processing verb.emotion...
|
| 40 |
+
Processing verb.motion...
|
| 41 |
+
Processing verb.perception...
|
| 42 |
+
Processing verb.possession...
|
| 43 |
+
Processing verb.social...
|
| 44 |
+
Processing verb.stative...
|
| 45 |
+
Processing verb.weather...
|
| 46 |
+
Processing adj.ppl...
|
| 47 |
+
|
| 48 |
+
*** Statistics for ground files:
|
| 49 |
+
|
| 50 |
+
82115 noun synsets
|
| 51 |
+
13767 verb synsets
|
| 52 |
+
3812 adj synsets
|
| 53 |
+
3621 adv synsets
|
| 54 |
+
3651 pertainym synsets
|
| 55 |
+
10693 adjective satellite synsets
|
| 56 |
+
117659 synsets in total (including satellite and pertainym synsets)
|
| 57 |
+
82115 noun synsets have definitional glosses
|
| 58 |
+
13767 verb synsets have definitional glosses
|
| 59 |
+
3812 adj synsets have definitional glosses
|
| 60 |
+
3621 adv synsets have definitional glosses
|
| 61 |
+
3651 pertainym synsets have definitional glosses
|
| 62 |
+
10693 adjective satellite synsets have definitional glosses
|
| 63 |
+
117659 definitional glosses in total (including adjective satellite synsets)
|
| 64 |
+
225000 pointers in total
|
| 65 |
+
206978 synonyms in synsets
|
| 66 |
+
147306 unique word phrases
|
| 67 |
+
83118 word phrases of length 1
|
| 68 |
+
54533 word phrases of length 2
|
| 69 |
+
7766 word phrases of length 3
|
| 70 |
+
1454 word phrases of length 4
|
| 71 |
+
298 word phrases of length 5
|
| 72 |
+
80 word phrases of length 6
|
| 73 |
+
28 word phrases of length 7
|
| 74 |
+
20 word phrases of length 8
|
| 75 |
+
9 word phrases of length 9
|
| 76 |
+
|
| 77 |
+
Resolving pointers...
|
| 78 |
+
Done resolving pointers...
|
| 79 |
+
Getting sense counts...
|
| 80 |
+
Done with sense counts...
|
| 81 |
+
Figuring out byte offsets...
|
| 82 |
+
Dumping data files...
|
| 83 |
+
Done dumping data files...
|
| 84 |
+
Cannot open file: cntlist
|
| 85 |
+
Cannot order senses
|
| 86 |
+
Dumping index files...
|
| 87 |
+
Done dumping index files...
|
| 88 |
+
Dumping sense index...
|
| 89 |
+
Done dumping sense index...
|
WordNet-3.0/dict/noun.exc
ADDED
|
@@ -0,0 +1,2054 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
aardwolves aardwolf
|
| 2 |
+
abaci abacus
|
| 3 |
+
aboideaux aboideau
|
| 4 |
+
aboiteaux aboiteau
|
| 5 |
+
abscissae abscissa
|
| 6 |
+
acanthi acanthus
|
| 7 |
+
acari acarus
|
| 8 |
+
acciaccature acciaccatura
|
| 9 |
+
acetabula acetabulum
|
| 10 |
+
achaemenidae achaemenid
|
| 11 |
+
achaemenides achaemenid
|
| 12 |
+
acicula aciculum
|
| 13 |
+
aciculae acicula
|
| 14 |
+
acini acinus
|
| 15 |
+
acre-feet acre-foot
|
| 16 |
+
acromia acromion
|
| 17 |
+
actiniae actinia
|
| 18 |
+
actinozoa actinozoan
|
| 19 |
+
addenda addendum
|
| 20 |
+
adenocarcinomata adenocarcinoma
|
| 21 |
+
adenomata adenoma
|
| 22 |
+
adieux adieu
|
| 23 |
+
adyta adytum
|
| 24 |
+
aecia aecium
|
| 25 |
+
aecidia aecidium
|
| 26 |
+
aerobia aerobium
|
| 27 |
+
agents-general agent-general
|
| 28 |
+
aggiornamenti aggiornamento
|
| 29 |
+
agnomina agnomen
|
| 30 |
+
agones agon
|
| 31 |
+
agorae agora
|
| 32 |
+
agouties agouti
|
| 33 |
+
aides-de-camp aide-de-camp
|
| 34 |
+
aides-memoire aide-memoire
|
| 35 |
+
aids-de-camp aid-de-camp
|
| 36 |
+
alae ala
|
| 37 |
+
alewives alewife
|
| 38 |
+
alkalies alkali
|
| 39 |
+
allodia allodium
|
| 40 |
+
alluvia alluvium
|
| 41 |
+
alodia alodium
|
| 42 |
+
alto-relievos alto-relievo alto-rilievo
|
| 43 |
+
altocumuli altocumulus
|
| 44 |
+
altostrati altostratus
|
| 45 |
+
alulae alula
|
| 46 |
+
alumnae alumna
|
| 47 |
+
alumni alumnus
|
| 48 |
+
alveoli alveolus
|
| 49 |
+
amanuenses amanuensis
|
| 50 |
+
ambulacra ambulacrum
|
| 51 |
+
amebae ameba
|
| 52 |
+
amici_curiae amicus_curiae
|
| 53 |
+
amnia amnion
|
| 54 |
+
amniocenteses amniocentesis
|
| 55 |
+
amoebae amoeba
|
| 56 |
+
amoebiases amoebiasis
|
| 57 |
+
amoraim amora
|
| 58 |
+
amoretti amoretto
|
| 59 |
+
amorini amorino
|
| 60 |
+
amphiarthroses amphiarthrosis
|
| 61 |
+
amphicia amphithecium
|
| 62 |
+
amphimixes amphimixis
|
| 63 |
+
amphioxi amphioxus
|
| 64 |
+
amphisbaenae amphisbaena
|
| 65 |
+
amphorae amphora
|
| 66 |
+
ampullae ampulla
|
| 67 |
+
amygdalae amygdala
|
| 68 |
+
anabases anabasis
|
| 69 |
+
anacolutha anacoluthon
|
| 70 |
+
anacruses anacrusis
|
| 71 |
+
anaerobia anaerobium
|
| 72 |
+
anagnorises anagnorisis
|
| 73 |
+
analemmata analemma
|
| 74 |
+
analyses analysis
|
| 75 |
+
anamneses anamnesis
|
| 76 |
+
anamorphoses anamorphosis
|
| 77 |
+
anastomoses anastomosis
|
| 78 |
+
anatyxes anaptyxis
|
| 79 |
+
ancones ancon ancone
|
| 80 |
+
androclinia androclinium
|
| 81 |
+
androecia androecium
|
| 82 |
+
androsphinges androsphinx
|
| 83 |
+
andtheridia antheridium
|
| 84 |
+
angelfishes angelfish
|
| 85 |
+
angiomata angioma
|
| 86 |
+
animalcula animalculum
|
| 87 |
+
anlagen anlage
|
| 88 |
+
annattos anatto annatto
|
| 89 |
+
annuli annulus
|
| 90 |
+
antae anta
|
| 91 |
+
antalkalies antalkali
|
| 92 |
+
antefixa antefix
|
| 93 |
+
antennae antenna
|
| 94 |
+
antependia antependium
|
| 95 |
+
anthelia anthelion
|
| 96 |
+
anthelices anthelix
|
| 97 |
+
anthemia anthemion
|
| 98 |
+
antheridia antheridium
|
| 99 |
+
anthodia anthodium
|
| 100 |
+
anthozoa anthozoan
|
| 101 |
+
anthraces anthrax
|
| 102 |
+
anticlinoria anticlinorium
|
| 103 |
+
antihelices antihelix
|
| 104 |
+
antiheroes antihero
|
| 105 |
+
antisera antiserum
|
| 106 |
+
antitheses antithesis
|
| 107 |
+
antitragi antitragus
|
| 108 |
+
antra antrum
|
| 109 |
+
anus anus
|
| 110 |
+
aortae aorta
|
| 111 |
+
aphelia aphelion
|
| 112 |
+
aphides aphis
|
| 113 |
+
apices apex
|
| 114 |
+
apodoses apodosis
|
| 115 |
+
apomixes apomixis
|
| 116 |
+
aponeuroses aponeurosis
|
| 117 |
+
apophyses apophysis
|
| 118 |
+
aposiopeses aposiopesis
|
| 119 |
+
apothecia apothecium
|
| 120 |
+
apotheoses apotheosis
|
| 121 |
+
apparatus apparatus
|
| 122 |
+
appendices appendix
|
| 123 |
+
appoggiature appoggiatura
|
| 124 |
+
apsides apsis
|
| 125 |
+
aquae aqua
|
| 126 |
+
aquaria aquarium
|
| 127 |
+
araglis argali
|
| 128 |
+
arboreta arboretum
|
| 129 |
+
arcana arcanum
|
| 130 |
+
archegonia archegonium
|
| 131 |
+
archerfishes archerfish
|
| 132 |
+
archesporia archesporium
|
| 133 |
+
archipelagoes archipelago
|
| 134 |
+
arcs-boutants arc-boutant
|
| 135 |
+
areolae areola
|
| 136 |
+
argali argali
|
| 137 |
+
argumenta argumentum
|
| 138 |
+
ariette arietta
|
| 139 |
+
aristae arista
|
| 140 |
+
armamentaria armamentarium
|
| 141 |
+
arses arsis
|
| 142 |
+
artal rotl
|
| 143 |
+
artel rotl
|
| 144 |
+
arterioscleroses arteriosclerosis
|
| 145 |
+
aruspices aruspex
|
| 146 |
+
asceses ascesis
|
| 147 |
+
asci ascus
|
| 148 |
+
ascidia ascidium
|
| 149 |
+
ascogonia ascogonium
|
| 150 |
+
ashes ash
|
| 151 |
+
ashkenazim ashkenazi
|
| 152 |
+
aspergilla aspergillum
|
| 153 |
+
aspergilli aspergillus
|
| 154 |
+
aspergilloses aspergillosis
|
| 155 |
+
aspersoria aspersorium
|
| 156 |
+
assegais assagai assegai
|
| 157 |
+
astragali astragalus
|
| 158 |
+
asyndeta asyndeton
|
| 159 |
+
atheromata atheroma
|
| 160 |
+
atheroscleroses atherosclerosis
|
| 161 |
+
atmolyses atmolysis
|
| 162 |
+
atria atrium
|
| 163 |
+
attorneys-at-law attorney-at-law
|
| 164 |
+
auditoria auditorium
|
| 165 |
+
aurae aura
|
| 166 |
+
aurar eyir
|
| 167 |
+
aurar eyrir
|
| 168 |
+
aurei aureus
|
| 169 |
+
auriculae auricula
|
| 170 |
+
aurorae aurora
|
| 171 |
+
auspices auspex auspice
|
| 172 |
+
autocatalyses autocatalysis
|
| 173 |
+
autochthones autochthon
|
| 174 |
+
automata automaton
|
| 175 |
+
autos-da-fe auto-da-fe
|
| 176 |
+
avitaminoses avitaminosis
|
| 177 |
+
axes ax axis
|
| 178 |
+
axillae axilla
|
| 179 |
+
bacchantes bacchant bacchante
|
| 180 |
+
bacchii bacchius
|
| 181 |
+
bacilli bacillus
|
| 182 |
+
bacteriostases bacteriostasis
|
| 183 |
+
bacula baculum
|
| 184 |
+
bains-marie bain-marie
|
| 185 |
+
bains_marie bain_marie
|
| 186 |
+
ballistae ballista
|
| 187 |
+
bambini bambino
|
| 188 |
+
bandeaux bandeau
|
| 189 |
+
banditti bandit
|
| 190 |
+
bani ban
|
| 191 |
+
banjoes banjo
|
| 192 |
+
barklice barklouse
|
| 193 |
+
barramundies barramundi
|
| 194 |
+
bases base basis
|
| 195 |
+
bases-on-balls base_on_balls
|
| 196 |
+
bases_on_balls base_on_balls
|
| 197 |
+
basidia basidium
|
| 198 |
+
basileis basileus
|
| 199 |
+
bassi basso
|
| 200 |
+
bastinadoes bastinado
|
| 201 |
+
bateaux bateau
|
| 202 |
+
batfishes batfish
|
| 203 |
+
beadsmen beadsman bedesman
|
| 204 |
+
beaux beau
|
| 205 |
+
beches-de-mer beche-de-mer
|
| 206 |
+
beeves beef
|
| 207 |
+
behooves behoof
|
| 208 |
+
bersaglieri bersagliere
|
| 209 |
+
bhishties bheesty bhishti
|
| 210 |
+
bibliothecae bibliotheca
|
| 211 |
+
bicennaries bicentenary bicentennial
|
| 212 |
+
bijoux bijou
|
| 213 |
+
bilboes bilbo
|
| 214 |
+
billets-doux billet-doux
|
| 215 |
+
billfishes billfish
|
| 216 |
+
bimboes bimbo
|
| 217 |
+
bisectrices bisectrix
|
| 218 |
+
blackfeet blackfoot
|
| 219 |
+
blackfishes blackfish
|
| 220 |
+
blastemata blastema
|
| 221 |
+
blastulae blastula
|
| 222 |
+
blindfishes blindfish
|
| 223 |
+
blowfishes blowfish
|
| 224 |
+
bluefishes bluefish
|
| 225 |
+
boarfishes boarfish
|
| 226 |
+
bok boschbok
|
| 227 |
+
boleti boletus
|
| 228 |
+
bolivares bolivar
|
| 229 |
+
bolsheviki bolshevik
|
| 230 |
+
bonefishes bonefish
|
| 231 |
+
bongoes bongo
|
| 232 |
+
bonitoes bonito
|
| 233 |
+
booklice booklouse
|
| 234 |
+
bookshelves bookshelf
|
| 235 |
+
boraces borax
|
| 236 |
+
borborygmi borborygmus
|
| 237 |
+
bordereaux bordereau
|
| 238 |
+
botargoes botargo
|
| 239 |
+
box-kodaks box_kodak
|
| 240 |
+
boxfishes boxfish
|
| 241 |
+
brachia brachium
|
| 242 |
+
brainchildren brainchild
|
| 243 |
+
branchiae branchia
|
| 244 |
+
brants brant brent
|
| 245 |
+
bravadoes bravado
|
| 246 |
+
bravoes bravo
|
| 247 |
+
bregmata bregma
|
| 248 |
+
brethren brother
|
| 249 |
+
broadcast_media broadcast_medium
|
| 250 |
+
broadleaves broadleaf
|
| 251 |
+
bronchi bronchus
|
| 252 |
+
brothers-in-law brother-in-law
|
| 253 |
+
bryozoa bryozoan
|
| 254 |
+
buboes bubo
|
| 255 |
+
buckoes bucko
|
| 256 |
+
buckteeth bucktooth
|
| 257 |
+
buffaloes buffalo
|
| 258 |
+
bullae bulla
|
| 259 |
+
bunde bund
|
| 260 |
+
bureaux bureau
|
| 261 |
+
bureaux_de_change bureau_de_change
|
| 262 |
+
bursae bursa
|
| 263 |
+
bushbok boschbok
|
| 264 |
+
bushboks boschbok
|
| 265 |
+
busses bus
|
| 266 |
+
butterfishes butterfish
|
| 267 |
+
byssi byssus
|
| 268 |
+
cacti cactus
|
| 269 |
+
caducei caduceus
|
| 270 |
+
caeca caecum
|
| 271 |
+
caesurae caesura
|
| 272 |
+
calami calamus
|
| 273 |
+
calathi calathus
|
| 274 |
+
calcanei calcaneum calcaneus
|
| 275 |
+
calces calx
|
| 276 |
+
calculi calculus
|
| 277 |
+
caldaria caldarium
|
| 278 |
+
calices calix
|
| 279 |
+
calicoes calico
|
| 280 |
+
calli callus
|
| 281 |
+
calves calf
|
| 282 |
+
calyces calyx
|
| 283 |
+
cambia cambium
|
| 284 |
+
camerae camera
|
| 285 |
+
canaliculi canaliculus
|
| 286 |
+
candelabra candelabrum
|
| 287 |
+
candlefishes candlefish
|
| 288 |
+
canthi canthus
|
| 289 |
+
canulae canula
|
| 290 |
+
canzoni canzone
|
| 291 |
+
capita caput
|
| 292 |
+
capitula capitulum
|
| 293 |
+
capricci capriccio
|
| 294 |
+
carabinieri carabiniere
|
| 295 |
+
carbonadoes carbonado
|
| 296 |
+
carcinomata carcinoma
|
| 297 |
+
cargoes cargo
|
| 298 |
+
carides caryatid
|
| 299 |
+
carinae carina
|
| 300 |
+
caroli carolus
|
| 301 |
+
carpi carpus
|
| 302 |
+
carpogonia carpogonium
|
| 303 |
+
carryings-on carrying-on
|
| 304 |
+
caryopses caryopsis
|
| 305 |
+
caryopsides caryopsis
|
| 306 |
+
castrati castrato
|
| 307 |
+
catabases catabasis
|
| 308 |
+
cataclases cataclasis
|
| 309 |
+
cataloes catalo
|
| 310 |
+
catalyses catalysis
|
| 311 |
+
catenae catena
|
| 312 |
+
catfishes catfish
|
| 313 |
+
cathari cathar
|
| 314 |
+
cathexes cathexis
|
| 315 |
+
cattaloes cattalo
|
| 316 |
+
caudices caudex
|
| 317 |
+
caules caulis
|
| 318 |
+
cavatine cavatina
|
| 319 |
+
cavefishes cavefish
|
| 320 |
+
cavetti cavetto
|
| 321 |
+
cavo-rilievi cavo-rilievo
|
| 322 |
+
ceca cecum
|
| 323 |
+
cellae cella
|
| 324 |
+
cembali cembalo
|
| 325 |
+
centesimi centesimo
|
| 326 |
+
centra centrum
|
| 327 |
+
cephalothoraces cephalothorax
|
| 328 |
+
cercariae cercaria
|
| 329 |
+
cercariiae cercaria
|
| 330 |
+
cerci cercus
|
| 331 |
+
cerebella cerebellum
|
| 332 |
+
cerebra cerebrum
|
| 333 |
+
cervices cervix
|
| 334 |
+
cestuses caestus
|
| 335 |
+
cesurae cesura
|
| 336 |
+
chadarim cheder
|
| 337 |
+
chaetae chaeta
|
| 338 |
+
chaises_longues chaise_longue
|
| 339 |
+
chalazae chalaza
|
| 340 |
+
challoth hallah
|
| 341 |
+
chalutzim chalutz
|
| 342 |
+
chapaties chapati
|
| 343 |
+
chapatties chapatti
|
| 344 |
+
chapeaux chapeau
|
| 345 |
+
chasidim chasid
|
| 346 |
+
chassidim chassid
|
| 347 |
+
chateaux chateau
|
| 348 |
+
chazanim chazan
|
| 349 |
+
chedarim cheder
|
| 350 |
+
chefs-d'ouvre chef-d'ouvre
|
| 351 |
+
chelae chela
|
| 352 |
+
chelicerae chelicera
|
| 353 |
+
cherubim cherub
|
| 354 |
+
chevaux-de-frise cheval-de-frise
|
| 355 |
+
chiasmata chiasma
|
| 356 |
+
chiasmi chiasmus
|
| 357 |
+
children child
|
| 358 |
+
chillies chilli
|
| 359 |
+
chinese_eddoes chinese_eddo
|
| 360 |
+
chitarroni chitarrone
|
| 361 |
+
chlamydes chlamys
|
| 362 |
+
chlamyses chlamys
|
| 363 |
+
chondromata chondroma
|
| 364 |
+
choragi choragus
|
| 365 |
+
choriambi choriambus
|
| 366 |
+
choux chou
|
| 367 |
+
chromonemata chromonema
|
| 368 |
+
chrysalides chrysalis
|
| 369 |
+
chuvashes chuvash
|
| 370 |
+
ciboria ciborium
|
| 371 |
+
cicadae cicada
|
| 372 |
+
cicale cicala
|
| 373 |
+
cicatrices cicatrix
|
| 374 |
+
ciceroni cicerone
|
| 375 |
+
cicisbei cicisbeo
|
| 376 |
+
cilia cilium
|
| 377 |
+
cimices cimex
|
| 378 |
+
cineraria cinerarium
|
| 379 |
+
cingula cingulum
|
| 380 |
+
cirri cirrus
|
| 381 |
+
cirrocumuli cirrocumulus
|
| 382 |
+
cirrostrati cirrostratus
|
| 383 |
+
ciscoes cisco
|
| 384 |
+
cisternae cisterna
|
| 385 |
+
clani clarino
|
| 386 |
+
clanos clarino
|
| 387 |
+
claroes claro
|
| 388 |
+
clepsydrae clepsydra
|
| 389 |
+
clinandria clinandrium
|
| 390 |
+
clingfishes clingfish
|
| 391 |
+
clitella clitellum
|
| 392 |
+
cloacae cloaca
|
| 393 |
+
clostridia clostridium
|
| 394 |
+
cloverleaves cloverleaf
|
| 395 |
+
clypei clypeus
|
| 396 |
+
coagula coagulum
|
| 397 |
+
coalfishes coalfish
|
| 398 |
+
cocci coccus
|
| 399 |
+
coccyges coccyx
|
| 400 |
+
cochleae cochlea
|
| 401 |
+
codfishes codfish
|
| 402 |
+
codices codex
|
| 403 |
+
coelentera coelenteron
|
| 404 |
+
coenuri coenurus
|
| 405 |
+
cognomina cognomen
|
| 406 |
+
cognosenti cognosente
|
| 407 |
+
cola colon
|
| 408 |
+
coleorhizae coleorhiza
|
| 409 |
+
collegia collegium
|
| 410 |
+
colloquia colloquium
|
| 411 |
+
colluvia colluvium
|
| 412 |
+
collyria collyrium
|
| 413 |
+
colones colon
|
| 414 |
+
colossi colossus
|
| 415 |
+
columbaria columbarium
|
| 416 |
+
columellae columella
|
| 417 |
+
comae coma
|
| 418 |
+
comatulae comatula
|
| 419 |
+
comedones comedo
|
| 420 |
+
comics comic_strip comic
|
| 421 |
+
commandoes commando
|
| 422 |
+
concertanti concertante
|
| 423 |
+
concerti concerto
|
| 424 |
+
concerti_grossi concerto_grosso
|
| 425 |
+
concertini concertino
|
| 426 |
+
conchae concha
|
| 427 |
+
condottieri condottiere
|
| 428 |
+
condylomata condyloma
|
| 429 |
+
confervae conferva
|
| 430 |
+
congii congius
|
| 431 |
+
conidia conidium
|
| 432 |
+
conjunctivae conjunctiva
|
| 433 |
+
conquistadores conquistador
|
| 434 |
+
consortia consortium
|
| 435 |
+
contagia contagium
|
| 436 |
+
continua continuum
|
| 437 |
+
contralti contralto
|
| 438 |
+
conversazioni conversazione
|
| 439 |
+
convolvuli convolvulus
|
| 440 |
+
cooks-general cook-general
|
| 441 |
+
copulae copula
|
| 442 |
+
corbiculae corbicula
|
| 443 |
+
coria corium
|
| 444 |
+
corneae cornea
|
| 445 |
+
cornua cornu
|
| 446 |
+
coronae corona
|
| 447 |
+
corpora corpus
|
| 448 |
+
corpora_lutea corpus_luteum
|
| 449 |
+
corpora_striata corpus_striatum
|
| 450 |
+
corrigenda corrigendum
|
| 451 |
+
cortices cortex
|
| 452 |
+
cortinae cortina
|
| 453 |
+
corybantes corybant
|
| 454 |
+
coryphaei coryphaeus
|
| 455 |
+
costae costa
|
| 456 |
+
cothurni cothurnus
|
| 457 |
+
courts_martial court_martial
|
| 458 |
+
couteaux couteau
|
| 459 |
+
cowfishes cowfish
|
| 460 |
+
coxae coxa
|
| 461 |
+
cramboes crambo
|
| 462 |
+
crania cranium
|
| 463 |
+
crases crasis
|
| 464 |
+
crawfishes crawfish
|
| 465 |
+
crayfishes crayfish
|
| 466 |
+
credenda credendum
|
| 467 |
+
crematoria crematorium
|
| 468 |
+
crescendi crescendo
|
| 469 |
+
cribella cribellum
|
| 470 |
+
crises crisis
|
| 471 |
+
crissa crissum
|
| 472 |
+
cristae crista
|
| 473 |
+
criteria criterion
|
| 474 |
+
cruces crux
|
| 475 |
+
crura crus
|
| 476 |
+
crusadoes crusado
|
| 477 |
+
cruzadoes cruzado
|
| 478 |
+
crying cry
|
| 479 |
+
cryings cry
|
| 480 |
+
ctenidia ctenidium
|
| 481 |
+
cubicula cubiculum
|
| 482 |
+
culices culex
|
| 483 |
+
culpae culpa
|
| 484 |
+
culs-de-sac cul-de-sac
|
| 485 |
+
culti cultus
|
| 486 |
+
cumuli cumulus
|
| 487 |
+
cumulonimbi cumulonimbus
|
| 488 |
+
cumulostrati cumulostratus
|
| 489 |
+
curiae curia
|
| 490 |
+
curricula curriculum
|
| 491 |
+
custodes custos
|
| 492 |
+
cutes cutis
|
| 493 |
+
cuticulae cuticula
|
| 494 |
+
cuttlefishes cuttlefish
|
| 495 |
+
cyclopes cyclops
|
| 496 |
+
cycloses cyclosis
|
| 497 |
+
cylices cylix
|
| 498 |
+
cylikes cylix
|
| 499 |
+
cymae cyma
|
| 500 |
+
cymatia cymatium
|
| 501 |
+
cypselae cypsela
|
| 502 |
+
cysticerci cysticercus
|
| 503 |
+
dadoes dado
|
| 504 |
+
dagoes dago
|
| 505 |
+
damselfishes damselfish
|
| 506 |
+
data datum
|
| 507 |
+
daughters-in-law daughter-in-law
|
| 508 |
+
daymio daimio
|
| 509 |
+
daymios daimio
|
| 510 |
+
dealfishes dealfish
|
| 511 |
+
decemviri decemvir
|
| 512 |
+
decennia decennium
|
| 513 |
+
deciduae decidua
|
| 514 |
+
definienda definiendum
|
| 515 |
+
definientia definiens
|
| 516 |
+
delphinia delphinium
|
| 517 |
+
denarii denarius
|
| 518 |
+
dentalia dentalium
|
| 519 |
+
dermatoses dermatosis
|
| 520 |
+
desiderata desideratum
|
| 521 |
+
desperadoes desperado
|
| 522 |
+
devilfishes devilfish
|
| 523 |
+
diaereses diaeresis
|
| 524 |
+
diaerses diaeresis
|
| 525 |
+
diagnoses diagnosis
|
| 526 |
+
dialyses dialysis
|
| 527 |
+
diaphyses diaphysis
|
| 528 |
+
diapophyses diapophysis
|
| 529 |
+
diarthroses diarthrosis
|
| 530 |
+
diastalses diastalsis
|
| 531 |
+
diastases diastasis
|
| 532 |
+
diastemata diastema
|
| 533 |
+
diastemata diastema
|
| 534 |
+
diathses diathesis
|
| 535 |
+
diazoes diazo
|
| 536 |
+
dibbukkim dibbuk
|
| 537 |
+
dichasia dichasium
|
| 538 |
+
dicta dictum
|
| 539 |
+
didoes dido
|
| 540 |
+
diereses dieresis
|
| 541 |
+
dieses diesis
|
| 542 |
+
differentiae differentia
|
| 543 |
+
dilettanti dilettante
|
| 544 |
+
diluvia diluvium
|
| 545 |
+
dingoes dingo
|
| 546 |
+
diplococci diplococcus
|
| 547 |
+
directors-general director-general
|
| 548 |
+
disci discus
|
| 549 |
+
discoboli discobolos discobolus
|
| 550 |
+
dive diva
|
| 551 |
+
diverticula diverticulum
|
| 552 |
+
divertimenti divertimento
|
| 553 |
+
djinn djinni djinny
|
| 554 |
+
dodoes dodo
|
| 555 |
+
dogfishes dogfish
|
| 556 |
+
dogmata dogma
|
| 557 |
+
dogteeth dogtooth
|
| 558 |
+
dollarfishes dollarfish
|
| 559 |
+
domatia domatium
|
| 560 |
+
dominoes domino
|
| 561 |
+
dormice dormouse
|
| 562 |
+
dorsa dorsum
|
| 563 |
+
drachmae drachma
|
| 564 |
+
drawknives drawknife
|
| 565 |
+
drosophilae drosophila
|
| 566 |
+
drumfishes drumfish
|
| 567 |
+
dryades dryad
|
| 568 |
+
dui duo
|
| 569 |
+
duona duodenum
|
| 570 |
+
duonas duodenum
|
| 571 |
+
dupondii dupondius
|
| 572 |
+
duumviri duumvir
|
| 573 |
+
dwarves dwarf
|
| 574 |
+
dybbukkim dybbuk
|
| 575 |
+
ecchymoses ecchymosis
|
| 576 |
+
ecclesiae ecclesia
|
| 577 |
+
ecdyses ecdysis
|
| 578 |
+
echidnae echidna
|
| 579 |
+
echini echinus
|
| 580 |
+
echinococci echinococcus
|
| 581 |
+
echoes echo
|
| 582 |
+
ectozoa ectozoan
|
| 583 |
+
eddoes eddo
|
| 584 |
+
edemata edema
|
| 585 |
+
effluvia effluvium
|
| 586 |
+
eidola eidolon
|
| 587 |
+
eisegeses eisegesis
|
| 588 |
+
eisteddfodau eisteddfod
|
| 589 |
+
elenchi elenchus
|
| 590 |
+
ellipses ellipsis
|
| 591 |
+
eluvia eluvium
|
| 592 |
+
elves elf
|
| 593 |
+
elytra elytron elytrum
|
| 594 |
+
embargoes embargo
|
| 595 |
+
emboli embolus
|
| 596 |
+
emphases emphasis
|
| 597 |
+
emporia emporium
|
| 598 |
+
enarthroses enarthrosis
|
| 599 |
+
encephala encephalon
|
| 600 |
+
encephalitides encephalitis
|
| 601 |
+
encephalomata encephaloma
|
| 602 |
+
enchiridia enchiridion
|
| 603 |
+
enchondromata enchondroma
|
| 604 |
+
encomia encomium
|
| 605 |
+
endamebae endameba
|
| 606 |
+
endamoebae endamoeba
|
| 607 |
+
endocardia endocardium
|
| 608 |
+
endocrania endocranium
|
| 609 |
+
endometria endometrium
|
| 610 |
+
endostea endosteum
|
| 611 |
+
endostoses endostosis
|
| 612 |
+
endothecia endothecium
|
| 613 |
+
endothelia endothelium
|
| 614 |
+
endotheliomata endothelioma
|
| 615 |
+
endozoa endozoan
|
| 616 |
+
enemata enema
|
| 617 |
+
enneahedra enneahedron
|
| 618 |
+
entamebae entameba
|
| 619 |
+
entamoebae entamoeba
|
| 620 |
+
entases entasis
|
| 621 |
+
entera enteron
|
| 622 |
+
entia ens
|
| 623 |
+
entozoa entozoan entozoon
|
| 624 |
+
epencephala epencephalon
|
| 625 |
+
epentheses epenthesis
|
| 626 |
+
epexegeses epexegesis
|
| 627 |
+
ephemera ephemeron
|
| 628 |
+
ephemerae ephemera
|
| 629 |
+
ephemerides ephemeris
|
| 630 |
+
ephori ephor
|
| 631 |
+
epicalyces epicalyx
|
| 632 |
+
epicanthi epicanthus
|
| 633 |
+
epicardia epicardium
|
| 634 |
+
epicedia epicedium
|
| 635 |
+
epicleses epiclesis
|
| 636 |
+
epididymides epididymis
|
| 637 |
+
epigastria epigastrium
|
| 638 |
+
epiglottides epiglottis
|
| 639 |
+
epimysia epimysium
|
| 640 |
+
epiphenomena epiphenomenon
|
| 641 |
+
epiphyses epiphysis
|
| 642 |
+
episterna episternum
|
| 643 |
+
epithalamia epithalamion epithalamium
|
| 644 |
+
epithelia epithelium
|
| 645 |
+
epitheliomata epithelioma
|
| 646 |
+
epizoa epizoan epizoon
|
| 647 |
+
epyllia epyllion
|
| 648 |
+
equilibria equilibrium
|
| 649 |
+
equiseta equisetum
|
| 650 |
+
eringoes eringo
|
| 651 |
+
errata erratum
|
| 652 |
+
eryngoes eryngo
|
| 653 |
+
esophagi esophagus
|
| 654 |
+
etyma etymon
|
| 655 |
+
eucalypti eucalyptus
|
| 656 |
+
eupatridae eupatrid
|
| 657 |
+
euripi euripus
|
| 658 |
+
exanthemata exanthema
|
| 659 |
+
executrices executrix
|
| 660 |
+
exegeses exegesis
|
| 661 |
+
exempla exemplum
|
| 662 |
+
exordia exordium
|
| 663 |
+
exostoses exostosis
|
| 664 |
+
extrema extremum
|
| 665 |
+
eyeteeth eyetooth
|
| 666 |
+
fabliaux fabliau
|
| 667 |
+
faciae facia
|
| 668 |
+
faculae facula
|
| 669 |
+
faeroese faeroese
|
| 670 |
+
fallfishes fallfish
|
| 671 |
+
famuli famulus
|
| 672 |
+
farmers-general farmer-general
|
| 673 |
+
faroese faroese
|
| 674 |
+
farragoes farrago
|
| 675 |
+
fasciae fascia
|
| 676 |
+
fasciculi fasciculus
|
| 677 |
+
fathers-in-law father-in-law
|
| 678 |
+
fatsoes fatso
|
| 679 |
+
faunae fauna
|
| 680 |
+
feculae fecula
|
| 681 |
+
fedayeen fedayee
|
| 682 |
+
feet foot
|
| 683 |
+
fellaheen fellah
|
| 684 |
+
fellahin fellah
|
| 685 |
+
felones_de_se felo_de_se
|
| 686 |
+
felos_de_se felo_de_se
|
| 687 |
+
femora femur
|
| 688 |
+
fenestellae fenestella
|
| 689 |
+
fenestrae fenestra
|
| 690 |
+
feriae feria
|
| 691 |
+
fermate fermata
|
| 692 |
+
ferulae ferula
|
| 693 |
+
festschriften festschrift
|
| 694 |
+
fetiales fetial
|
| 695 |
+
fezzes fez
|
| 696 |
+
fiascoes fiasco
|
| 697 |
+
fibrillae fibrilla
|
| 698 |
+
fibromata fibroma
|
| 699 |
+
fibulae fibula
|
| 700 |
+
ficoes fico
|
| 701 |
+
fideicommissa fideicommissum
|
| 702 |
+
fieldmice fieldmouse
|
| 703 |
+
figs. fig.
|
| 704 |
+
fila filum
|
| 705 |
+
filariiae filaria
|
| 706 |
+
filefishes filefish
|
| 707 |
+
fimbriae fimbria
|
| 708 |
+
fishes fish
|
| 709 |
+
fishwives fishwife
|
| 710 |
+
fistulae fistula
|
| 711 |
+
flabella flabellum
|
| 712 |
+
flagella flagellum
|
| 713 |
+
flagstaves flagstaff
|
| 714 |
+
flambeaux flambeau
|
| 715 |
+
flamines flamen
|
| 716 |
+
flamingoes flamingo
|
| 717 |
+
flatfeet flatfoot
|
| 718 |
+
flatfishes flatfish
|
| 719 |
+
fleurs-de-lis fleur-de-lis
|
| 720 |
+
fleurs-de-lys fleur-de-lys
|
| 721 |
+
flights_of_stairs flight_of_stairs
|
| 722 |
+
flittermice flittermouse
|
| 723 |
+
flocci floccus
|
| 724 |
+
flocculi flocculus
|
| 725 |
+
florae flora
|
| 726 |
+
floreant. floreat
|
| 727 |
+
florilegia florilegium
|
| 728 |
+
flowers-de-luce flower-de-luce
|
| 729 |
+
flyleaves flyleaf
|
| 730 |
+
foci focus
|
| 731 |
+
folia folium
|
| 732 |
+
fora forum
|
| 733 |
+
foramina foramen
|
| 734 |
+
forceps forceps
|
| 735 |
+
forefeet forefoot
|
| 736 |
+
foreteeth foretooth
|
| 737 |
+
formicaria formicarium
|
| 738 |
+
formulae formula
|
| 739 |
+
fornices fornix
|
| 740 |
+
fortes fortis
|
| 741 |
+
fossae fossa
|
| 742 |
+
foveae fovea
|
| 743 |
+
foveolae foveola
|
| 744 |
+
fractocumuli fractocumulus
|
| 745 |
+
fractostrati fractostratus
|
| 746 |
+
fraena fraenum
|
| 747 |
+
frauen frau
|
| 748 |
+
frena frenum
|
| 749 |
+
frenula frenulum
|
| 750 |
+
frescoes fresco
|
| 751 |
+
fricandeaux fricandeau
|
| 752 |
+
fricandoes fricando
|
| 753 |
+
frijoles frijol
|
| 754 |
+
frogfishes frogfish
|
| 755 |
+
frontes frons
|
| 756 |
+
frusta frustum
|
| 757 |
+
fuci fucus
|
| 758 |
+
fulcra fulcrum
|
| 759 |
+
fumatoria fumatorium
|
| 760 |
+
fundi fundus
|
| 761 |
+
fungi fungus
|
| 762 |
+
funiculi funiculus
|
| 763 |
+
furcula furculum
|
| 764 |
+
furculae furcula
|
| 765 |
+
furfures furfur
|
| 766 |
+
galeae galea
|
| 767 |
+
gambadoes gambado
|
| 768 |
+
gametangia gametangium
|
| 769 |
+
gametoecia gametoecium
|
| 770 |
+
gammadia gammadion
|
| 771 |
+
ganglia ganglion
|
| 772 |
+
garfishes garfish
|
| 773 |
+
gas gas
|
| 774 |
+
gasses gas
|
| 775 |
+
gastrulae gastrula
|
| 776 |
+
gateaux gateau
|
| 777 |
+
gazeboes gazebo
|
| 778 |
+
geckoes gecko
|
| 779 |
+
geese goose
|
| 780 |
+
gelsemia gelsemium
|
| 781 |
+
gemboks gemsbok
|
| 782 |
+
gembucks gemsbuck
|
| 783 |
+
gemeinschaften gemeinschaft
|
| 784 |
+
gemmae gemma
|
| 785 |
+
genera genus
|
| 786 |
+
generatrices generatrix
|
| 787 |
+
geneses genesis
|
| 788 |
+
genii genius
|
| 789 |
+
gentes gens
|
| 790 |
+
gentlemen-at-arms gentleman-at-arms
|
| 791 |
+
gentlemen-farmers gentleman-farmer
|
| 792 |
+
genua genu
|
| 793 |
+
genus genus
|
| 794 |
+
germina germen
|
| 795 |
+
gesellschaften gesellschaft
|
| 796 |
+
gestalten gestalt
|
| 797 |
+
ghettoes ghetto
|
| 798 |
+
gingivae gingiva
|
| 799 |
+
gingkoes gingko
|
| 800 |
+
ginglymi ginglymus
|
| 801 |
+
ginkgoes ginkgo
|
| 802 |
+
gippoes gippo
|
| 803 |
+
glabellae glabella
|
| 804 |
+
gladioli gladiolus
|
| 805 |
+
glandes glans
|
| 806 |
+
gliomata glioma
|
| 807 |
+
glissandi glissando
|
| 808 |
+
globefishes globefish
|
| 809 |
+
globigerinae globigerina
|
| 810 |
+
glochidcia glochidium
|
| 811 |
+
glochidia glochidium
|
| 812 |
+
glomeruli glomerulus
|
| 813 |
+
glossae glossa
|
| 814 |
+
glottides glottis
|
| 815 |
+
glutaei glutaeus
|
| 816 |
+
glutei gluteus
|
| 817 |
+
gnoses gnosis
|
| 818 |
+
goatfishes goatfish
|
| 819 |
+
goboes gobo
|
| 820 |
+
godchildren godchild
|
| 821 |
+
goes go
|
| 822 |
+
goings-over going-over
|
| 823 |
+
goldfishes goldfish
|
| 824 |
+
gomphoses gomphosis
|
| 825 |
+
gonia gonion
|
| 826 |
+
gonidia gonidium
|
| 827 |
+
gonococci gonococcus
|
| 828 |
+
goodwives goodwife
|
| 829 |
+
goosefishes goosefish
|
| 830 |
+
gorgoneia gorgoneion
|
| 831 |
+
gospopoda gospodin
|
| 832 |
+
governors_general governor_general
|
| 833 |
+
goyim goy
|
| 834 |
+
gps gps
|
| 835 |
+
grafen graf
|
| 836 |
+
graffiti graffito
|
| 837 |
+
grandchildren grandchild
|
| 838 |
+
grants-in-aid grant-in-aid
|
| 839 |
+
granulomata granuloma
|
| 840 |
+
gravamina gravamen
|
| 841 |
+
grig-gris gris-gris
|
| 842 |
+
groszy grosz
|
| 843 |
+
grottoes grotto
|
| 844 |
+
guilder guilde
|
| 845 |
+
guilders guilde guilder
|
| 846 |
+
guitarfishes guitarfish
|
| 847 |
+
gummata gumma
|
| 848 |
+
gurnard gurnar
|
| 849 |
+
gurnards gurnar gurnard
|
| 850 |
+
guttae gutta
|
| 851 |
+
gymnasia gymnasium
|
| 852 |
+
gynaecea gynaeceum
|
| 853 |
+
gynaecia gynaecium
|
| 854 |
+
gynecea gynecium
|
| 855 |
+
gynecia gynecium
|
| 856 |
+
gynoecea gynoecium
|
| 857 |
+
gynoecia gynoecium
|
| 858 |
+
gyri gyrus
|
| 859 |
+
hadarim heder
|
| 860 |
+
hadjes hadj
|
| 861 |
+
haematolyses haematolysis
|
| 862 |
+
haematomata haematoma
|
| 863 |
+
haematozoa haematozoon
|
| 864 |
+
haemodialyses haemodialysis
|
| 865 |
+
haemolyses haemolysis
|
| 866 |
+
haemoptyses haemoptysis
|
| 867 |
+
haeredes haeres
|
| 868 |
+
haftaroth haftarah
|
| 869 |
+
hagfishes hagfish
|
| 870 |
+
haggadas haggada haggadah
|
| 871 |
+
haggadoth haggada
|
| 872 |
+
hajjes hajj
|
| 873 |
+
haleru haler
|
| 874 |
+
halfpence halfpenny
|
| 875 |
+
hallot hallah
|
| 876 |
+
halloth hallah
|
| 877 |
+
halluces hallux
|
| 878 |
+
haloes halo
|
| 879 |
+
halteres halter haltere
|
| 880 |
+
halves half
|
| 881 |
+
hamuli hamulus
|
| 882 |
+
hangers-on hanger-on
|
| 883 |
+
haphtaroth haphtarah
|
| 884 |
+
haredim haredi
|
| 885 |
+
haruspices haruspex
|
| 886 |
+
hasidim hasid
|
| 887 |
+
hassidim hassid
|
| 888 |
+
haustella haustellum
|
| 889 |
+
haustoria haustorium
|
| 890 |
+
hazzanim hazzan
|
| 891 |
+
hectocotyli hectocotylus
|
| 892 |
+
heirs-at-law heir-at-law
|
| 893 |
+
heldentenore heldentenor
|
| 894 |
+
helices helix
|
| 895 |
+
heliozoa heliozoan
|
| 896 |
+
hematolyses hematolysis
|
| 897 |
+
hematomata hematoma
|
| 898 |
+
hematozoa hematozoon
|
| 899 |
+
hemelytra hemelytron
|
| 900 |
+
hemielytra hemielytron
|
| 901 |
+
hemodialyses hemodialysis
|
| 902 |
+
hemolyses hemolysis
|
| 903 |
+
hemoptyses hemoptysis
|
| 904 |
+
hendecahedra hendecahedron
|
| 905 |
+
hens-and-chickens hen-and-chickens
|
| 906 |
+
heraclidae heraclid
|
| 907 |
+
heraklidae heraklid
|
| 908 |
+
herbaria herbarium
|
| 909 |
+
hermae herm herma
|
| 910 |
+
hermai herma
|
| 911 |
+
herniae hernia
|
| 912 |
+
heroes hero
|
| 913 |
+
herren herr
|
| 914 |
+
hetaerae hetaera
|
| 915 |
+
hetairai hetaira
|
| 916 |
+
hibernacula hibernaculum
|
| 917 |
+
hieracosphinges hieracosphinx
|
| 918 |
+
hila hilum
|
| 919 |
+
hili hilus
|
| 920 |
+
himatia himation
|
| 921 |
+
hippocampi hippocampus
|
| 922 |
+
hippopotami hippopotamus
|
| 923 |
+
his his
|
| 924 |
+
hoboes hobo
|
| 925 |
+
hogfishes hogfish
|
| 926 |
+
homunculi homunculus
|
| 927 |
+
honoraria honorarium
|
| 928 |
+
hooves hoof
|
| 929 |
+
horologia horologium
|
| 930 |
+
houses_of_cards house_of_cards
|
| 931 |
+
housewives housewife
|
| 932 |
+
humeri humerus
|
| 933 |
+
hydrae hydra
|
| 934 |
+
hydromedusae hydromedusa
|
| 935 |
+
hydrozoa hydrozoan
|
| 936 |
+
hymenoptera hymenopteran
|
| 937 |
+
hynia hymenium
|
| 938 |
+
hyniums hymenium
|
| 939 |
+
hypanthia hypanthium
|
| 940 |
+
hyperostoses hyperostosis
|
| 941 |
+
hyphae hypha
|
| 942 |
+
hypnoses hypnosis
|
| 943 |
+
hypochondria hypochondrium
|
| 944 |
+
hypogastria hypogastrium
|
| 945 |
+
hypogea hypogeum
|
| 946 |
+
hypophyses hypophysis
|
| 947 |
+
hypostases hypostasis
|
| 948 |
+
hypothalami hypothalamus
|
| 949 |
+
hypotheses hypothesis
|
| 950 |
+
hyraces hyrax
|
| 951 |
+
iambi iamb
|
| 952 |
+
ibices ibex
|
| 953 |
+
ibo igbo
|
| 954 |
+
ichthyosauri ichthyosaurus
|
| 955 |
+
ichthyosauruses ichthyosaur ichthyosaurus
|
| 956 |
+
iconostases iconostas iconostasis
|
| 957 |
+
icosahedra icosahedron
|
| 958 |
+
ideata ideatum
|
| 959 |
+
igorrorote igorrote
|
| 960 |
+
ilia ilium
|
| 961 |
+
imagines imago
|
| 962 |
+
imagoes imago
|
| 963 |
+
imperia imperium
|
| 964 |
+
impies impi
|
| 965 |
+
incubi incubus
|
| 966 |
+
incudes incus
|
| 967 |
+
indices index
|
| 968 |
+
indigoes indigo
|
| 969 |
+
indumenta indumentum
|
| 970 |
+
indusia indusium
|
| 971 |
+
infundibula infundibulum
|
| 972 |
+
ingushes ingush
|
| 973 |
+
innuendoes innuendo
|
| 974 |
+
inocula inoculum
|
| 975 |
+
inquisitors-general inquisitor-general
|
| 976 |
+
insectaria insectarium
|
| 977 |
+
insulae insula
|
| 978 |
+
intagli intaglio
|
| 979 |
+
interleaves interleaf
|
| 980 |
+
intermezzi intermezzo
|
| 981 |
+
interreges interrex
|
| 982 |
+
interregna interregnum
|
| 983 |
+
intimae intima
|
| 984 |
+
involucella involucellum
|
| 985 |
+
involucra involucre
|
| 986 |
+
involucra involucrum
|
| 987 |
+
irides iris
|
| 988 |
+
irs irs
|
| 989 |
+
is is
|
| 990 |
+
ischia ischium
|
| 991 |
+
isthmi isthmus
|
| 992 |
+
jackeroos jackaroo jackeroo
|
| 993 |
+
jackfishes jackfish
|
| 994 |
+
jackknives jackknife
|
| 995 |
+
jacks-in-the-box jack-in-the-box
|
| 996 |
+
jambeaux jambeau
|
| 997 |
+
jellyfishes jellyfish
|
| 998 |
+
jewelfishes jewelfish
|
| 999 |
+
jewfishes jewfish
|
| 1000 |
+
jingoes jingo
|
| 1001 |
+
jinn jinni
|
| 1002 |
+
joes jo joe
|
| 1003 |
+
judge_advocates_general judge_advocate_general
|
| 1004 |
+
jura jus
|
| 1005 |
+
kaddishim kaddish
|
| 1006 |
+
kalmuck kalmuc
|
| 1007 |
+
kalmucks kalmuc kalmuck
|
| 1008 |
+
katabases katabasis
|
| 1009 |
+
keeshonden keeshond
|
| 1010 |
+
kibbutzim kibbutz
|
| 1011 |
+
killifishes killifish
|
| 1012 |
+
kingfishes kingfish
|
| 1013 |
+
kings-of-arms king-of-arms
|
| 1014 |
+
knights_bachelor knight_bachelor
|
| 1015 |
+
knights_bachelors knight_bachelor
|
| 1016 |
+
knights_templar knight_templar
|
| 1017 |
+
knights_templars knight_templar
|
| 1018 |
+
knives knife
|
| 1019 |
+
kohlrabies kohlrabi
|
| 1020 |
+
kronen krone
|
| 1021 |
+
kroner krone
|
| 1022 |
+
kronur krona
|
| 1023 |
+
krooni kroon
|
| 1024 |
+
kylikes kylix
|
| 1025 |
+
labara labarum
|
| 1026 |
+
labella labellum
|
| 1027 |
+
labia labium
|
| 1028 |
+
labra labrum
|
| 1029 |
+
lactobacilli lactobacillus
|
| 1030 |
+
lacunae lacuna
|
| 1031 |
+
lacunaria lacunar
|
| 1032 |
+
ladies-in-waiting lady-in-waiting
|
| 1033 |
+
lamellae lamella
|
| 1034 |
+
lamiae lamia
|
| 1035 |
+
laminae lamina
|
| 1036 |
+
lapilli lapillus
|
| 1037 |
+
lapithae lapith
|
| 1038 |
+
larvae larva
|
| 1039 |
+
larynges larynx
|
| 1040 |
+
lassoes lasso
|
| 1041 |
+
lati lat
|
| 1042 |
+
latices latex
|
| 1043 |
+
latifundia latifundium
|
| 1044 |
+
latu lat
|
| 1045 |
+
lavaboes lavabo
|
| 1046 |
+
leaves leaf leave
|
| 1047 |
+
lecythi lecythus
|
| 1048 |
+
leges lex
|
| 1049 |
+
lei leu
|
| 1050 |
+
lemmata lemma
|
| 1051 |
+
lemnisci lemniscus
|
| 1052 |
+
lenes lenis
|
| 1053 |
+
lentigines lentigo
|
| 1054 |
+
leonides leonid
|
| 1055 |
+
lepidoptera lepidopteran
|
| 1056 |
+
leprosaria leprosarium
|
| 1057 |
+
lepta lepton
|
| 1058 |
+
leptocephali leptocephalus
|
| 1059 |
+
leucocytozoa leucocytozoan
|
| 1060 |
+
leva lev
|
| 1061 |
+
librae libra
|
| 1062 |
+
libretti libretto
|
| 1063 |
+
lice louse
|
| 1064 |
+
lieder lied
|
| 1065 |
+
ligulae ligula
|
| 1066 |
+
limbi limbus
|
| 1067 |
+
limina limen
|
| 1068 |
+
limites limes
|
| 1069 |
+
limuli limulus
|
| 1070 |
+
lingoes lingo
|
| 1071 |
+
linguae lingua
|
| 1072 |
+
linguae_francae lingua_franca
|
| 1073 |
+
lionfishes lionfish
|
| 1074 |
+
lipomata lipoma
|
| 1075 |
+
lire lira
|
| 1076 |
+
liriodendra liriodendron
|
| 1077 |
+
lisente sente
|
| 1078 |
+
listente sente
|
| 1079 |
+
litai lit litas
|
| 1080 |
+
litu litas
|
| 1081 |
+
lives life
|
| 1082 |
+
lixivia lixivium
|
| 1083 |
+
loaves loaf
|
| 1084 |
+
loci locus
|
| 1085 |
+
loculi loculus
|
| 1086 |
+
loggie loggia
|
| 1087 |
+
logia logion
|
| 1088 |
+
lomenta lomentum
|
| 1089 |
+
longobardi longobard
|
| 1090 |
+
loricae lorica
|
| 1091 |
+
loups-garous loup-garou
|
| 1092 |
+
luba luba
|
| 1093 |
+
lubritoria lubritorium
|
| 1094 |
+
lumbus lumbi
|
| 1095 |
+
lumina lumen
|
| 1096 |
+
lumpfishes lumpfish
|
| 1097 |
+
lungfishes lungfish
|
| 1098 |
+
lunulae lunula
|
| 1099 |
+
lures lur lure
|
| 1100 |
+
lustra lustre
|
| 1101 |
+
lyings-in lying-in
|
| 1102 |
+
lymphangitides lymphangitis
|
| 1103 |
+
lymphomata lymphoma
|
| 1104 |
+
lymphopoieses lymphopoiesis
|
| 1105 |
+
lyses lysis
|
| 1106 |
+
lyttae lytta
|
| 1107 |
+
maare maar
|
| 1108 |
+
macaronies macaroni
|
| 1109 |
+
maccaronies maccaroni
|
| 1110 |
+
machzorim machzor
|
| 1111 |
+
macronuclei macronucleus
|
| 1112 |
+
macrosporangia macrosporangium
|
| 1113 |
+
maculae macula
|
| 1114 |
+
madornos madrono
|
| 1115 |
+
maestri maestro
|
| 1116 |
+
mafiosi mafioso
|
| 1117 |
+
magi magus
|
| 1118 |
+
magmata magma
|
| 1119 |
+
magnificoes magnifico
|
| 1120 |
+
mahzorim mahzor
|
| 1121 |
+
major-axes major_axis
|
| 1122 |
+
major_axes major_axis
|
| 1123 |
+
makuta likuta
|
| 1124 |
+
mallei malleus
|
| 1125 |
+
malleoli malleolus
|
| 1126 |
+
maloti loti
|
| 1127 |
+
mamillae mamilla
|
| 1128 |
+
mammae mamma
|
| 1129 |
+
mammillae mammilla
|
| 1130 |
+
mandingoes mandingo
|
| 1131 |
+
mangoes mango
|
| 1132 |
+
manifestoes manifesto
|
| 1133 |
+
manteaux manteau
|
| 1134 |
+
mantes mantis
|
| 1135 |
+
manubria manubrium
|
| 1136 |
+
marchese marchesa
|
| 1137 |
+
marchesi marchese
|
| 1138 |
+
maremme maremma
|
| 1139 |
+
markkaa markka
|
| 1140 |
+
marsupia marsupium
|
| 1141 |
+
marvels-of-peru marvel-of-peru
|
| 1142 |
+
mass_media mass_medium
|
| 1143 |
+
masses mass masse
|
| 1144 |
+
masters-at-arms master-at-arms
|
| 1145 |
+
matrices matrix
|
| 1146 |
+
matzoth matzo
|
| 1147 |
+
mausolea mausoleum
|
| 1148 |
+
maxillae maxilla
|
| 1149 |
+
maxima maximum
|
| 1150 |
+
media medium
|
| 1151 |
+
mediae media
|
| 1152 |
+
mediastina mediastinum
|
| 1153 |
+
medullae medulla
|
| 1154 |
+
medullae_oblongatae medulla_oblongata
|
| 1155 |
+
medusae medusa
|
| 1156 |
+
megara megaron
|
| 1157 |
+
megasporangia megasporangium
|
| 1158 |
+
megilloth megillah
|
| 1159 |
+
meioses meiosis
|
| 1160 |
+
melanomata melanoma
|
| 1161 |
+
melismata melisma
|
| 1162 |
+
mementoes memento
|
| 1163 |
+
memoranda memorandum
|
| 1164 |
+
men man
|
| 1165 |
+
men-at-arms man-at-arms
|
| 1166 |
+
men-o'-war man-of-war
|
| 1167 |
+
men-of-war man-of-war
|
| 1168 |
+
men_of_letters man_of_letters
|
| 1169 |
+
menisci meniscus
|
| 1170 |
+
menservants manservant
|
| 1171 |
+
menstrua menstruum
|
| 1172 |
+
mesdames madame
|
| 1173 |
+
mesdemoiselles mademoiselle
|
| 1174 |
+
mesentera mesenteron
|
| 1175 |
+
mesothoraces mesothorax
|
| 1176 |
+
messeigneurs monseigneur
|
| 1177 |
+
messieurs monsieur
|
| 1178 |
+
mestizoes mestizo
|
| 1179 |
+
metacarpi metacarpus
|
| 1180 |
+
metamorphoses metamorphosis
|
| 1181 |
+
metanephroi metanephros
|
| 1182 |
+
metastases metastasis
|
| 1183 |
+
metatarsi metatarsus
|
| 1184 |
+
metatheses metathesis
|
| 1185 |
+
metathoraces metathorax
|
| 1186 |
+
metazoa metazoan
|
| 1187 |
+
metempsychoses metempsychosis
|
| 1188 |
+
metencephala metencephalon
|
| 1189 |
+
mezuzoth mezuzah
|
| 1190 |
+
miasmata miasma
|
| 1191 |
+
mice mouse
|
| 1192 |
+
microanalyses microanalysis
|
| 1193 |
+
micrococci micrococcus
|
| 1194 |
+
micronuclei micronucleus
|
| 1195 |
+
microsporangia microsporangium
|
| 1196 |
+
midrashim midrash
|
| 1197 |
+
midwives midwife
|
| 1198 |
+
milia milium
|
| 1199 |
+
milieux milieu
|
| 1200 |
+
militated_against militate_against
|
| 1201 |
+
milkfishes milkfish
|
| 1202 |
+
millennia millennium
|
| 1203 |
+
minae mina
|
| 1204 |
+
minima minimum
|
| 1205 |
+
ministeria ministerium
|
| 1206 |
+
minutiae minutia
|
| 1207 |
+
minyanim minyan
|
| 1208 |
+
mioses miosis
|
| 1209 |
+
miracidia miracidium
|
| 1210 |
+
miri mir
|
| 1211 |
+
mishnayoth mishna mishnah
|
| 1212 |
+
mitochondria mitochondrion
|
| 1213 |
+
mitzvoth mitzvah
|
| 1214 |
+
modioli modiolus
|
| 1215 |
+
moduli modulus
|
| 1216 |
+
momenta momentum
|
| 1217 |
+
moments_of_truth moment_of_truth
|
| 1218 |
+
momi momus
|
| 1219 |
+
monades monad monas
|
| 1220 |
+
monkfishes monkfish
|
| 1221 |
+
monochasia monochasium
|
| 1222 |
+
monopodia monopodium
|
| 1223 |
+
monoptera monopteron
|
| 1224 |
+
monopteroi monopteros
|
| 1225 |
+
monsignori monsignor
|
| 1226 |
+
monts-de-piete mont-de-piete
|
| 1227 |
+
mooncalves mooncalf
|
| 1228 |
+
moonfishes moonfish
|
| 1229 |
+
morae mora
|
| 1230 |
+
moratoria moratorium
|
| 1231 |
+
morceaux morceau
|
| 1232 |
+
morescoes moresco
|
| 1233 |
+
moriscoes morisco
|
| 1234 |
+
morphallaxes morphallaxis
|
| 1235 |
+
morphoses morphosis
|
| 1236 |
+
morses morse mors
|
| 1237 |
+
morulae morula
|
| 1238 |
+
mosasauri mosasaurus
|
| 1239 |
+
moshavim moshav
|
| 1240 |
+
moslim moslem
|
| 1241 |
+
moslims moslem
|
| 1242 |
+
mosquitoes mosquito
|
| 1243 |
+
mothers-in-law mother-in-law
|
| 1244 |
+
mothers_superior mother_superior
|
| 1245 |
+
mottoes motto
|
| 1246 |
+
movers_and_shakers mover_and_shaker
|
| 1247 |
+
mucosae mucosa
|
| 1248 |
+
mucrones mucro
|
| 1249 |
+
mudejares mudejar
|
| 1250 |
+
mudfishes mudfish
|
| 1251 |
+
mulattoes mulatto
|
| 1252 |
+
multiparae multipara
|
| 1253 |
+
murices murex
|
| 1254 |
+
muskallunge muskellunge
|
| 1255 |
+
mycelia mycelium
|
| 1256 |
+
mycetomata mycetoma
|
| 1257 |
+
mycobacteria mycobacterium
|
| 1258 |
+
mycorrhizae mycorrhiza
|
| 1259 |
+
myelencephala myelencephalon
|
| 1260 |
+
myiases myiasis
|
| 1261 |
+
myocardia myocardium
|
| 1262 |
+
myofibrillae myofibrilla
|
| 1263 |
+
myomata myoma
|
| 1264 |
+
myoses myosis
|
| 1265 |
+
myrmidones myrmidon
|
| 1266 |
+
mythoi mythos
|
| 1267 |
+
myxomata myxoma
|
| 1268 |
+
naevi naevus
|
| 1269 |
+
naiades naiad
|
| 1270 |
+
naoi naos
|
| 1271 |
+
narcissi narcissus
|
| 1272 |
+
nares naris
|
| 1273 |
+
nasopharynges nasopharynx
|
| 1274 |
+
natatoria natatorium
|
| 1275 |
+
naumachiae naumachia
|
| 1276 |
+
nauplii nauplius
|
| 1277 |
+
nautili nautilus
|
| 1278 |
+
navahoes navaho
|
| 1279 |
+
navajoes navajo
|
| 1280 |
+
nebulae nebula
|
| 1281 |
+
necropoleis necropolis
|
| 1282 |
+
needlefishes needlefish
|
| 1283 |
+
negrilloes negrillo
|
| 1284 |
+
negritoes negrito
|
| 1285 |
+
negroes negro
|
| 1286 |
+
nemeses nemesis
|
| 1287 |
+
nephridia nephridium
|
| 1288 |
+
nereides nereid
|
| 1289 |
+
neurohypophyses neurohypophysis
|
| 1290 |
+
neuromata neuroma
|
| 1291 |
+
neuroptera neuropteron
|
| 1292 |
+
neuroses neurosis
|
| 1293 |
+
nevi nevus
|
| 1294 |
+
nibelungen nibelung
|
| 1295 |
+
nidi nidus
|
| 1296 |
+
nielli niello
|
| 1297 |
+
nilgai nilgai
|
| 1298 |
+
nimbi nimbus
|
| 1299 |
+
nimbostrati nimbostratus
|
| 1300 |
+
noctilucae noctiluca
|
| 1301 |
+
nodi nodus
|
| 1302 |
+
noes no
|
| 1303 |
+
nomina nomen
|
| 1304 |
+
nota notum
|
| 1305 |
+
noumena noumenon
|
| 1306 |
+
novae nova
|
| 1307 |
+
novelle novella
|
| 1308 |
+
novenae novena
|
| 1309 |
+
nubeculae nubecula
|
| 1310 |
+
nucelli nucellus
|
| 1311 |
+
nuchae nucha
|
| 1312 |
+
nuclei nucleus
|
| 1313 |
+
nucleoli nucleolus
|
| 1314 |
+
nulliparae nullipara
|
| 1315 |
+
numbfishes numbfish
|
| 1316 |
+
numina numen
|
| 1317 |
+
nymphae nympha
|
| 1318 |
+
oarfishes oarfish
|
| 1319 |
+
oases oasis
|
| 1320 |
+
obeli obelus
|
| 1321 |
+
objets_d'art objet_d'art
|
| 1322 |
+
obligati obligato
|
| 1323 |
+
oboli obolus
|
| 1324 |
+
occipita occiput
|
| 1325 |
+
oceanaria oceanarium
|
| 1326 |
+
oceanides oceanid
|
| 1327 |
+
ocelli ocellus
|
| 1328 |
+
ochreae ochrea
|
| 1329 |
+
ocreae ochrea ocrea
|
| 1330 |
+
octahedra octahedron
|
| 1331 |
+
octopi octopus
|
| 1332 |
+
oculi oculus
|
| 1333 |
+
odea odeum
|
| 1334 |
+
oedemata edema oedema
|
| 1335 |
+
oesophagi esophagus oesophagus
|
| 1336 |
+
oldwives oldwife
|
| 1337 |
+
olea oleum
|
| 1338 |
+
omasa omasum
|
| 1339 |
+
omayyades omayyad
|
| 1340 |
+
omenta omentum
|
| 1341 |
+
ommatidia ommatidium
|
| 1342 |
+
ommiades ommiad
|
| 1343 |
+
onagri onager
|
| 1344 |
+
oogonia oogonium
|
| 1345 |
+
oothecae ootheca
|
| 1346 |
+
operas_seria opera_seria
|
| 1347 |
+
opercula operculum
|
| 1348 |
+
optic_axes optic_axis
|
| 1349 |
+
optima optimum
|
| 1350 |
+
ora os
|
| 1351 |
+
organa organon organum
|
| 1352 |
+
organums organa organum
|
| 1353 |
+
orthoptera orthopteron
|
| 1354 |
+
osar os
|
| 1355 |
+
oscula osculum
|
| 1356 |
+
ossa os
|
| 1357 |
+
osteomata osteoma
|
| 1358 |
+
ostia ostium
|
| 1359 |
+
ottomans othman ottoman
|
| 1360 |
+
ova ovum
|
| 1361 |
+
ovoli ovolo
|
| 1362 |
+
ovotestes ovotestis
|
| 1363 |
+
oxen ox
|
| 1364 |
+
oxymora oxymoron
|
| 1365 |
+
paddlefishes paddlefish
|
| 1366 |
+
paise paisa
|
| 1367 |
+
paleae palea
|
| 1368 |
+
palestrae palestra
|
| 1369 |
+
palingeneses palingenesis
|
| 1370 |
+
pallia pallium
|
| 1371 |
+
palmettoes palmetto
|
| 1372 |
+
palpi palpus
|
| 1373 |
+
pancratia pancratium
|
| 1374 |
+
panettoni panettone
|
| 1375 |
+
paparazzi paparazzo
|
| 1376 |
+
paperknives paperknife
|
| 1377 |
+
papillae papilla
|
| 1378 |
+
papillomata papilloma
|
| 1379 |
+
pappi pappus
|
| 1380 |
+
papulae papula
|
| 1381 |
+
papyri papyrus
|
| 1382 |
+
parabases parabasis
|
| 1383 |
+
paraleipses paraleipsis paralipsis
|
| 1384 |
+
paralyses paralysis
|
| 1385 |
+
paramecia paramecium
|
| 1386 |
+
paramenta parament
|
| 1387 |
+
paraphyses paraphysis
|
| 1388 |
+
parapodia parapodium
|
| 1389 |
+
parapraxes parapraxis
|
| 1390 |
+
paraselenae paraselene
|
| 1391 |
+
parashoth parashah
|
| 1392 |
+
parasyntheta parasyntheton
|
| 1393 |
+
parazoa parazoan
|
| 1394 |
+
parentheses parenthesis
|
| 1395 |
+
parerga parergon
|
| 1396 |
+
parhelia parhelion
|
| 1397 |
+
parietes paries
|
| 1398 |
+
paris-mutuels pari-mutuel
|
| 1399 |
+
parrotfishes parrotfish
|
| 1400 |
+
parulides parulis
|
| 1401 |
+
pasos_dobles paso_doble
|
| 1402 |
+
passers-by passer-by
|
| 1403 |
+
pastorali pastorale
|
| 1404 |
+
patagia patagium
|
| 1405 |
+
patellae patella
|
| 1406 |
+
patinae patina
|
| 1407 |
+
patresfamilias paterfamilias
|
| 1408 |
+
pease pea
|
| 1409 |
+
peccadilloes peccadillo
|
| 1410 |
+
pectines pecten
|
| 1411 |
+
pedaloes pedalo
|
| 1412 |
+
pedes pes
|
| 1413 |
+
pekingese pekinese
|
| 1414 |
+
pelves pelvis
|
| 1415 |
+
pence penny
|
| 1416 |
+
penes penis
|
| 1417 |
+
penetralium penetralia
|
| 1418 |
+
penicillia penicillium
|
| 1419 |
+
penknives penknife
|
| 1420 |
+
pennae penna
|
| 1421 |
+
pennia penni
|
| 1422 |
+
pentahedra pentahedron
|
| 1423 |
+
pentimenti pentimento
|
| 1424 |
+
penumbrae penumbra
|
| 1425 |
+
pepla peplum
|
| 1426 |
+
pericardia pericardium
|
| 1427 |
+
perichondria perichondrium
|
| 1428 |
+
pericrania pericranium
|
| 1429 |
+
peridia peridium
|
| 1430 |
+
perigonia perigonium
|
| 1431 |
+
perihelia perihelion
|
| 1432 |
+
perinea perineum
|
| 1433 |
+
perinephria perinephrium
|
| 1434 |
+
perionychia perionychium
|
| 1435 |
+
periostea periosteum
|
| 1436 |
+
periphrases periphrasis
|
| 1437 |
+
peristalses peristalsis
|
| 1438 |
+
perithecia perithecium
|
| 1439 |
+
peritonea peritoneum
|
| 1440 |
+
personae persona
|
| 1441 |
+
petechiae petechia
|
| 1442 |
+
pfennige pfennig
|
| 1443 |
+
phalanges phalange phalanx
|
| 1444 |
+
phalli phallus
|
| 1445 |
+
pharynges pharynx
|
| 1446 |
+
phenomena phenomenon
|
| 1447 |
+
phi-phenomena phi-phenomenon
|
| 1448 |
+
philodendra philodendron
|
| 1449 |
+
phlyctenae phlyctaena phlyctena
|
| 1450 |
+
phyla phylum
|
| 1451 |
+
phylae phyle
|
| 1452 |
+
phyllotaxes phyllotaxis
|
| 1453 |
+
phylloxerae phylloxera
|
| 1454 |
+
phylogeneses phylogenesis
|
| 1455 |
+
pieds-a-terre pied-a-terre
|
| 1456 |
+
pigfishes pigfish
|
| 1457 |
+
pilea pileum
|
| 1458 |
+
pilei pileus
|
| 1459 |
+
pineta pinetum
|
| 1460 |
+
pinfishes pinfish
|
| 1461 |
+
pinkoes pinko
|
| 1462 |
+
pinnae pinna
|
| 1463 |
+
pinnulae pinnula
|
| 1464 |
+
pipefishes pipefish
|
| 1465 |
+
pirogi pirog
|
| 1466 |
+
piscinae piscina
|
| 1467 |
+
pithecanthropi pithecanthropus
|
| 1468 |
+
pithoi pithos
|
| 1469 |
+
placeboes placebo
|
| 1470 |
+
placentae placenta
|
| 1471 |
+
planetaria planetarium
|
| 1472 |
+
planulae planula
|
| 1473 |
+
plasmodesmata plasmodesma
|
| 1474 |
+
plasmodia plasmodium
|
| 1475 |
+
plateaux plateau
|
| 1476 |
+
plectra plectron plectrum
|
| 1477 |
+
plena plenum
|
| 1478 |
+
pleura pleuron
|
| 1479 |
+
pleurae pleura
|
| 1480 |
+
plicae plica
|
| 1481 |
+
ploughmen ploughman plowman
|
| 1482 |
+
pneumobacilli pneumobacillus
|
| 1483 |
+
pneumococci pneumococcus
|
| 1484 |
+
pocketknives pocketknife
|
| 1485 |
+
podetia podetium
|
| 1486 |
+
podia podium
|
| 1487 |
+
poleis polis
|
| 1488 |
+
pollices pollex
|
| 1489 |
+
pollinia pollinium
|
| 1490 |
+
polychasia polychasium
|
| 1491 |
+
polyhedra polyhedron
|
| 1492 |
+
polyparia polyparium
|
| 1493 |
+
polypi polypus
|
| 1494 |
+
polyzoa polyzoan
|
| 1495 |
+
polyzoaria polyzoarium
|
| 1496 |
+
pontes pons
|
| 1497 |
+
pontifices pontifex
|
| 1498 |
+
portamenti portamento
|
| 1499 |
+
porticoes portico
|
| 1500 |
+
portmanteaux portmanteau
|
| 1501 |
+
postliminia postliminium
|
| 1502 |
+
potatoes potato
|
| 1503 |
+
praenomina praenomen
|
| 1504 |
+
praxes praxis
|
| 1505 |
+
predelle predella
|
| 1506 |
+
premaxillae premaxilla
|
| 1507 |
+
prenomina prenomen
|
| 1508 |
+
prese presa
|
| 1509 |
+
primi primo
|
| 1510 |
+
primigravidae primigravida
|
| 1511 |
+
primiparae primipara
|
| 1512 |
+
primordia primordium
|
| 1513 |
+
principia principium
|
| 1514 |
+
proboscides proboscis
|
| 1515 |
+
proces-verbaux proces-verbal
|
| 1516 |
+
proglottides proglottid proglottis
|
| 1517 |
+
prognoses prognosis
|
| 1518 |
+
prolegomena prolegomenon
|
| 1519 |
+
prolepses prolepsis
|
| 1520 |
+
promycelia promycelium
|
| 1521 |
+
pronephra pronephros
|
| 1522 |
+
pronephroi pronephros
|
| 1523 |
+
pronuclei pronucleus
|
| 1524 |
+
propositi propositus
|
| 1525 |
+
proptoses proptosis
|
| 1526 |
+
propyla propylon
|
| 1527 |
+
propylaea propylaeum
|
| 1528 |
+
proscenia proscenium
|
| 1529 |
+
prosencephala prosencephalon
|
| 1530 |
+
prostheses prosthesis
|
| 1531 |
+
prostomia prostomium
|
| 1532 |
+
protases protasis
|
| 1533 |
+
prothalamia prothalamion prothalamium
|
| 1534 |
+
prothalli prothallus
|
| 1535 |
+
prothallia prothallium
|
| 1536 |
+
prothoraces prothorax
|
| 1537 |
+
protonemata protonema
|
| 1538 |
+
protozoa protozoan
|
| 1539 |
+
proventriculi proventriculus
|
| 1540 |
+
provisoes proviso
|
| 1541 |
+
prytanea prytaneum
|
| 1542 |
+
psalteria psalterium
|
| 1543 |
+
pseudopodia pseudopodium
|
| 1544 |
+
psychoneuroses psychoneurosis
|
| 1545 |
+
psychoses psychosis
|
| 1546 |
+
pterygia pterygium
|
| 1547 |
+
pterylae pteryla
|
| 1548 |
+
ptoses ptosis
|
| 1549 |
+
pubes pubis
|
| 1550 |
+
pudenda pudendum
|
| 1551 |
+
puli pul
|
| 1552 |
+
pulvilli pulvillus
|
| 1553 |
+
pulvini pulvinus
|
| 1554 |
+
punchinelloes punchinello
|
| 1555 |
+
pupae pupa
|
| 1556 |
+
puparia puparium
|
| 1557 |
+
putamina putamen
|
| 1558 |
+
putti putto
|
| 1559 |
+
pycnidia pycnidium
|
| 1560 |
+
pygidia pygidium
|
| 1561 |
+
pylori pylorus
|
| 1562 |
+
pyxides pyxis
|
| 1563 |
+
pyxidia pyxidium
|
| 1564 |
+
qaddishim qaddish
|
| 1565 |
+
quadrennia quadrennium
|
| 1566 |
+
quadrigae quadriga
|
| 1567 |
+
qualia quale
|
| 1568 |
+
quanta quantum
|
| 1569 |
+
quarterstaves quarterstaff
|
| 1570 |
+
quezales quezal
|
| 1571 |
+
quinquennia quinquennium
|
| 1572 |
+
quizzes quiz
|
| 1573 |
+
rabatos rabato rebato
|
| 1574 |
+
rabbitfishes rabbitfish
|
| 1575 |
+
rachides rhachis
|
| 1576 |
+
radices radix
|
| 1577 |
+
radii radius
|
| 1578 |
+
radulae radula
|
| 1579 |
+
ramenta ramentum
|
| 1580 |
+
rami ramus
|
| 1581 |
+
ranulae ranula
|
| 1582 |
+
ranunculi ranunculus
|
| 1583 |
+
raphae raphe
|
| 1584 |
+
raphides raphide raphis
|
| 1585 |
+
ratfishes ratfish
|
| 1586 |
+
reales real
|
| 1587 |
+
rearmice rearmouse
|
| 1588 |
+
recta rectum
|
| 1589 |
+
recti rectus
|
| 1590 |
+
rectrices rectrix
|
| 1591 |
+
redfishes redfish
|
| 1592 |
+
rediae redia
|
| 1593 |
+
referenda referendum
|
| 1594 |
+
refugia refugium
|
| 1595 |
+
reguli regulus
|
| 1596 |
+
reis real
|
| 1597 |
+
relata relatum
|
| 1598 |
+
remiges remex
|
| 1599 |
+
reremice rearmouse reremouse
|
| 1600 |
+
reseaux reseau
|
| 1601 |
+
residua residuum
|
| 1602 |
+
responsa responsum
|
| 1603 |
+
retia rete
|
| 1604 |
+
retiarii retiarius
|
| 1605 |
+
reticula reticulum
|
| 1606 |
+
retinacula retinaculum
|
| 1607 |
+
retinae retina
|
| 1608 |
+
rhabdomyomata rhabdomyoma
|
| 1609 |
+
rhachides rhachis
|
| 1610 |
+
rhachises rachis rhachis
|
| 1611 |
+
rhinencephala rhinencephalon
|
| 1612 |
+
rhizobia rhizobium
|
| 1613 |
+
rhombi rhombus
|
| 1614 |
+
rhonchi rhonchus
|
| 1615 |
+
rhyta rhyton
|
| 1616 |
+
ribbonfishes ribbonfish
|
| 1617 |
+
ricercacari ricercare
|
| 1618 |
+
ricercari ricercare
|
| 1619 |
+
rickettsiae rickettsia
|
| 1620 |
+
rilievi rilievo
|
| 1621 |
+
rimae rima
|
| 1622 |
+
robes-de-chambre robe-de-chambre
|
| 1623 |
+
rockfishes rockfish
|
| 1624 |
+
roma rom
|
| 1625 |
+
romans-fleuves roman-fleuve
|
| 1626 |
+
rondeaux rondeau
|
| 1627 |
+
rosaria rosarium
|
| 1628 |
+
rosefishes rosefish
|
| 1629 |
+
rostella rostellum
|
| 1630 |
+
rostra rostrum
|
| 1631 |
+
rouleaux rouleau
|
| 1632 |
+
rugae ruga
|
| 1633 |
+
rumina rumen
|
| 1634 |
+
runners-up runner-up
|
| 1635 |
+
sacra sacrum
|
| 1636 |
+
sacraria sacrarium
|
| 1637 |
+
saguaros saguaro sahuaro
|
| 1638 |
+
sailfishes sailfish
|
| 1639 |
+
salespeople salesperson
|
| 1640 |
+
salmonellae salmonella
|
| 1641 |
+
salpae salpa
|
| 1642 |
+
salpinges salpinx
|
| 1643 |
+
saltarelli saltarello
|
| 1644 |
+
salvoes salvo
|
| 1645 |
+
sancta sanctum
|
| 1646 |
+
sanitaria sanitarium
|
| 1647 |
+
santimi santims
|
| 1648 |
+
saphenae saphena
|
| 1649 |
+
sarcophagi sarcophagus
|
| 1650 |
+
sartorii sartorius
|
| 1651 |
+
sassanidae sassanid
|
| 1652 |
+
sawfishes sawfish
|
| 1653 |
+
scaldfishes scaldfish
|
| 1654 |
+
scaleni scalenus
|
| 1655 |
+
scapulae scapula
|
| 1656 |
+
scarabaei scarabaeus
|
| 1657 |
+
scarves scarf
|
| 1658 |
+
schatchonim schatchen shadchan
|
| 1659 |
+
schemata schema
|
| 1660 |
+
scherzandi scherzando
|
| 1661 |
+
scherzi scherzo
|
| 1662 |
+
schmoes schmo
|
| 1663 |
+
scholia scholium
|
| 1664 |
+
schuln schul
|
| 1665 |
+
schutzstaffeln schutzstaffel
|
| 1666 |
+
scirrhi scirrhus
|
| 1667 |
+
scleromata scleroma
|
| 1668 |
+
scleroses sclerosis
|
| 1669 |
+
sclerotia sclerotium
|
| 1670 |
+
scoleces scolex
|
| 1671 |
+
scolices scolex
|
| 1672 |
+
scopulae scopula
|
| 1673 |
+
scoriae scoria
|
| 1674 |
+
scotomata scotoma
|
| 1675 |
+
scriptoria scriptorium
|
| 1676 |
+
scrota scrotum
|
| 1677 |
+
scudi scudo
|
| 1678 |
+
scuta scutum
|
| 1679 |
+
scutella scutellum
|
| 1680 |
+
scyphi scyphus
|
| 1681 |
+
scyphistomae scyphistoma
|
| 1682 |
+
scyphozoa scyphozoan
|
| 1683 |
+
secondi secondo
|
| 1684 |
+
secretaries-general secretary-general
|
| 1685 |
+
segni segno
|
| 1686 |
+
seleucidae seleucid
|
| 1687 |
+
selves self
|
| 1688 |
+
senores senor
|
| 1689 |
+
sensilla sensillum
|
| 1690 |
+
senti sent
|
| 1691 |
+
senussis senusi senussi
|
| 1692 |
+
separatrices separatrix
|
| 1693 |
+
sephardim sephardi
|
| 1694 |
+
septa septum
|
| 1695 |
+
septaria septarium
|
| 1696 |
+
septennia septennium
|
| 1697 |
+
sequelae sequela
|
| 1698 |
+
sequestra sequestrum
|
| 1699 |
+
sera serum
|
| 1700 |
+
seraphim seraph
|
| 1701 |
+
sestertia sestertium
|
| 1702 |
+
setae seta
|
| 1703 |
+
sgraffiti sgraffito
|
| 1704 |
+
shabbasim shabbas
|
| 1705 |
+
shabbatim shabbat
|
| 1706 |
+
shackoes shacko
|
| 1707 |
+
shadchanim shadchan
|
| 1708 |
+
shadchans schatchen shadchan
|
| 1709 |
+
shakoes shako
|
| 1710 |
+
shammosim shammas shammes
|
| 1711 |
+
sheatfishes sheatfish
|
| 1712 |
+
sheaves sheaf
|
| 1713 |
+
shellfishes shellfish
|
| 1714 |
+
shelves shelf
|
| 1715 |
+
shinleaves shinleaf
|
| 1716 |
+
shittim shittah
|
| 1717 |
+
shmoes shmo
|
| 1718 |
+
shofroth shofar shophar
|
| 1719 |
+
shophroth shophar
|
| 1720 |
+
shrewmice shrewmouse
|
| 1721 |
+
shuln shul
|
| 1722 |
+
siddurim siddur
|
| 1723 |
+
sigloi siglos
|
| 1724 |
+
signore signora
|
| 1725 |
+
signori signior signore
|
| 1726 |
+
signorine signorina
|
| 1727 |
+
siliquae siliqua
|
| 1728 |
+
silvae silva
|
| 1729 |
+
silverfishes silverfish
|
| 1730 |
+
simulacra simulacrum
|
| 1731 |
+
sincipita sinciput
|
| 1732 |
+
sinfonie sinfonia
|
| 1733 |
+
sisters-in-law sister-in-law
|
| 1734 |
+
sistra sistrum
|
| 1735 |
+
situlae situla
|
| 1736 |
+
smalti smalto
|
| 1737 |
+
snaggleteeth snaggletooth
|
| 1738 |
+
snailfishes snailfish
|
| 1739 |
+
snipefishes snipefish
|
| 1740 |
+
socmen socman sokeman
|
| 1741 |
+
sola solum
|
| 1742 |
+
solaria solarium
|
| 1743 |
+
solatia solatium
|
| 1744 |
+
soldi soldo
|
| 1745 |
+
soles sol sole
|
| 1746 |
+
solfeggi solfeggio
|
| 1747 |
+
soli solo
|
| 1748 |
+
solidi solidus
|
| 1749 |
+
somata soma
|
| 1750 |
+
sons-in-law son-in-law
|
| 1751 |
+
soprani soprano
|
| 1752 |
+
sordini sordino
|
| 1753 |
+
sori sorus
|
| 1754 |
+
soroses sorosis
|
| 1755 |
+
sovkhozy sovkhoz
|
| 1756 |
+
spadefishes spadefish
|
| 1757 |
+
spadices spadix
|
| 1758 |
+
spearfishes spearfish
|
| 1759 |
+
spectra spectrum
|
| 1760 |
+
specula speculum
|
| 1761 |
+
spermatia spermatium
|
| 1762 |
+
spermatogonia spermatogonium
|
| 1763 |
+
spermatozoa spermatozoon
|
| 1764 |
+
spermogonia spermogonium
|
| 1765 |
+
sphinges sphinx
|
| 1766 |
+
spicae spica
|
| 1767 |
+
spicula spiculum
|
| 1768 |
+
spirilla spirillum
|
| 1769 |
+
splayfeet splayfoot
|
| 1770 |
+
splenii splenius
|
| 1771 |
+
sporangia sporangium
|
| 1772 |
+
sporogonia sporogonium
|
| 1773 |
+
sporozoa sporozoan
|
| 1774 |
+
springhase springhaas
|
| 1775 |
+
spumoni spumone
|
| 1776 |
+
sputa sputum
|
| 1777 |
+
squamae squama
|
| 1778 |
+
squashes squash
|
| 1779 |
+
squillae squilla
|
| 1780 |
+
squirrelfishes squirrelfish
|
| 1781 |
+
squizzes squiz
|
| 1782 |
+
stadia stadium
|
| 1783 |
+
stamina stamen
|
| 1784 |
+
staminodia staminodium
|
| 1785 |
+
stapedes stapes
|
| 1786 |
+
staphylococci staphylococcus
|
| 1787 |
+
staretsy starets
|
| 1788 |
+
starfishes starfish
|
| 1789 |
+
startsy starets
|
| 1790 |
+
stelae stele
|
| 1791 |
+
stemmata stemma
|
| 1792 |
+
stenoses stenosis
|
| 1793 |
+
stepchildren stepchild
|
| 1794 |
+
sterna sternum
|
| 1795 |
+
stigmata stigma
|
| 1796 |
+
stimuli stimulus
|
| 1797 |
+
stipites stipes
|
| 1798 |
+
stirpes stirps
|
| 1799 |
+
stoae stoa
|
| 1800 |
+
stockfishes stockfish
|
| 1801 |
+
stomata stoma
|
| 1802 |
+
stomodaea stomodaeum
|
| 1803 |
+
stomodea stomodeum
|
| 1804 |
+
stonefishes stonefish
|
| 1805 |
+
stotinki stotinka
|
| 1806 |
+
stotkini stotinka
|
| 1807 |
+
strappadoes strappado
|
| 1808 |
+
strata stratum
|
| 1809 |
+
strati stratus
|
| 1810 |
+
stratocumuli stratocumulus
|
| 1811 |
+
street_children street_child
|
| 1812 |
+
streptococci streptococcus
|
| 1813 |
+
stretti stretto
|
| 1814 |
+
striae stria
|
| 1815 |
+
strobili strobilus
|
| 1816 |
+
stromata stroma
|
| 1817 |
+
strumae struma
|
| 1818 |
+
stuccoes stucco
|
| 1819 |
+
styli stylus
|
| 1820 |
+
stylopes stylops
|
| 1821 |
+
stylopodia stylopodium
|
| 1822 |
+
subcortices subcortex
|
| 1823 |
+
subdeliria subdelirium
|
| 1824 |
+
subgenera subgenus
|
| 1825 |
+
subindices subindex
|
| 1826 |
+
submucosae submucosa
|
| 1827 |
+
subphyla subphylum
|
| 1828 |
+
substrasta substratum
|
| 1829 |
+
succedanea succedaneum
|
| 1830 |
+
succubi succubus
|
| 1831 |
+
suckerfishes suckerfish
|
| 1832 |
+
suckfishes suckfish
|
| 1833 |
+
sudaria sudarium
|
| 1834 |
+
sudatoria sudatorium
|
| 1835 |
+
sudatoria sudatorium
|
| 1836 |
+
sulci sulcus
|
| 1837 |
+
summae summa
|
| 1838 |
+
sunfishes sunfish
|
| 1839 |
+
supercargoes supercargo
|
| 1840 |
+
superheroes superhero
|
| 1841 |
+
supernovae supernova
|
| 1842 |
+
superstrata superstratum
|
| 1843 |
+
surgeonfishes surgeonfish
|
| 1844 |
+
swamies swami
|
| 1845 |
+
sweetiewives sweetiewife
|
| 1846 |
+
swellfishes swellfish
|
| 1847 |
+
swordfishes swordfish
|
| 1848 |
+
syconia syconium
|
| 1849 |
+
syllabi syllabus
|
| 1850 |
+
syllepses syllepsis
|
| 1851 |
+
symphyses symphysis
|
| 1852 |
+
sympodia sympodium
|
| 1853 |
+
symposia symposium
|
| 1854 |
+
synapses synapsis
|
| 1855 |
+
synarthroses synarthrosis
|
| 1856 |
+
synclinoria synclinorium
|
| 1857 |
+
syncytia syncytium
|
| 1858 |
+
syndesmoses syndesmosis
|
| 1859 |
+
synopses synopsis
|
| 1860 |
+
syntagmata syntagma
|
| 1861 |
+
syntheses synthesis
|
| 1862 |
+
syphilomata syphiloma
|
| 1863 |
+
syringes syrinx
|
| 1864 |
+
syssarcoses syssarcosis
|
| 1865 |
+
tableaux tableau
|
| 1866 |
+
taeniae taenia tenia
|
| 1867 |
+
tali talus
|
| 1868 |
+
tallaisim tallith
|
| 1869 |
+
tallithes tallith
|
| 1870 |
+
tallitoth tallith
|
| 1871 |
+
tapeta tapetum
|
| 1872 |
+
tarantulae tarantula
|
| 1873 |
+
tarsi tarsus
|
| 1874 |
+
tarsometatarsi tarsometatarsus
|
| 1875 |
+
taxa taxon
|
| 1876 |
+
taxes tax taxis
|
| 1877 |
+
taxies taxi
|
| 1878 |
+
tectrices tectrix
|
| 1879 |
+
teeth tooth
|
| 1880 |
+
tegmina tegmen
|
| 1881 |
+
telae tela
|
| 1882 |
+
telamones telamon
|
| 1883 |
+
telangiectases telangiectasia telangiectasis
|
| 1884 |
+
telia telium
|
| 1885 |
+
tempi tempo
|
| 1886 |
+
tenacula tenaculum
|
| 1887 |
+
tenderfeet tenderfoot
|
| 1888 |
+
teniae tenia
|
| 1889 |
+
tenues tenuis
|
| 1890 |
+
teraphim teraph
|
| 1891 |
+
terata teras
|
| 1892 |
+
teredines teredo
|
| 1893 |
+
terga tergum
|
| 1894 |
+
termini terminus
|
| 1895 |
+
terraria terrarium
|
| 1896 |
+
terzetti terzetto
|
| 1897 |
+
tesserae tessera
|
| 1898 |
+
testae testa
|
| 1899 |
+
testes testis
|
| 1900 |
+
testudines testudo
|
| 1901 |
+
tetrahedra tetrahedron
|
| 1902 |
+
tetraskelia tetraskelion
|
| 1903 |
+
thalamencephala thalamencephalon
|
| 1904 |
+
thalami thalamus
|
| 1905 |
+
thalli thallus
|
| 1906 |
+
theatres-in-the-round theatre-in-the-round
|
| 1907 |
+
thecae theca
|
| 1908 |
+
therses thyrse
|
| 1909 |
+
thesauri thesaurus
|
| 1910 |
+
theses thesis
|
| 1911 |
+
thickleaves thickleaf
|
| 1912 |
+
thieves thief
|
| 1913 |
+
tholoi tholos
|
| 1914 |
+
thoraces thorax
|
| 1915 |
+
thrombi thrombus
|
| 1916 |
+
thymi thymus
|
| 1917 |
+
thyrsi thyrsus
|
| 1918 |
+
tibiae tibia
|
| 1919 |
+
tilefishes tilefish
|
| 1920 |
+
tintinnabula tintinnabulum
|
| 1921 |
+
titmice titmouse
|
| 1922 |
+
toadfishes toadfish
|
| 1923 |
+
tobaccoes tobacco
|
| 1924 |
+
tomatoes tomato
|
| 1925 |
+
tomenta tomentum
|
| 1926 |
+
tondi tondo
|
| 1927 |
+
tonneaux tonneau
|
| 1928 |
+
tophi tophus
|
| 1929 |
+
topoi topos
|
| 1930 |
+
tori torus
|
| 1931 |
+
tornadoes tornado
|
| 1932 |
+
torpedoes torpedo
|
| 1933 |
+
torsi torso
|
| 1934 |
+
touracos touraco turaco
|
| 1935 |
+
trabeculae trabecula
|
| 1936 |
+
tracheae trachea
|
| 1937 |
+
traditores traditor
|
| 1938 |
+
tragi tragus
|
| 1939 |
+
trapezia trapezium
|
| 1940 |
+
trapezohedra trapezohedron
|
| 1941 |
+
traumata trauma
|
| 1942 |
+
treponemata treponema
|
| 1943 |
+
trichinae trichina
|
| 1944 |
+
triclinia triclinium
|
| 1945 |
+
triennia triennium
|
| 1946 |
+
triforia triforium
|
| 1947 |
+
triggerfishes triggerfish
|
| 1948 |
+
trihedra trihedron
|
| 1949 |
+
triskelia triskelion
|
| 1950 |
+
trisoctahedra trisoctahedron
|
| 1951 |
+
triumviri triumvir
|
| 1952 |
+
trivia trivium
|
| 1953 |
+
trochleae trochlea
|
| 1954 |
+
tropaeola tropaeolum
|
| 1955 |
+
trous-de-loup trou-de-loup
|
| 1956 |
+
trousseaux trousseau
|
| 1957 |
+
trunkfishes trunkfish
|
| 1958 |
+
trymata tryma
|
| 1959 |
+
tubae tuba
|
| 1960 |
+
turves turf
|
| 1961 |
+
tympana tympanum
|
| 1962 |
+
tyros tiro tyro
|
| 1963 |
+
ubermenschen ubermensch
|
| 1964 |
+
uglies ugli
|
| 1965 |
+
uigurs uighur
|
| 1966 |
+
ulnae ulna
|
| 1967 |
+
ultimata ultimatum
|
| 1968 |
+
umbilici umbilicus
|
| 1969 |
+
umbones umbo
|
| 1970 |
+
umbrae umbra
|
| 1971 |
+
unci uncus
|
| 1972 |
+
uncidia uredium
|
| 1973 |
+
uredines uredo
|
| 1974 |
+
uredinia uredinium
|
| 1975 |
+
uredosori uredosorus
|
| 1976 |
+
urethrae urethra
|
| 1977 |
+
urinalyses urinalysis
|
| 1978 |
+
uteri uterus
|
| 1979 |
+
utriculi utriculus
|
| 1980 |
+
uvulae uvula
|
| 1981 |
+
vacua vacuum
|
| 1982 |
+
vagi vagus vagus
|
| 1983 |
+
vaginae vagina
|
| 1984 |
+
valleculae vallecula
|
| 1985 |
+
vaporetti vaporetto
|
| 1986 |
+
varices varix
|
| 1987 |
+
vasa vas
|
| 1988 |
+
vascula vasculum
|
| 1989 |
+
vela velum
|
| 1990 |
+
velamina velamen
|
| 1991 |
+
velaria velarium
|
| 1992 |
+
venae vena
|
| 1993 |
+
venae_cavae vena_cava
|
| 1994 |
+
ventriculi ventriculus
|
| 1995 |
+
vermes vermis
|
| 1996 |
+
verrucae verruca
|
| 1997 |
+
vertebrae vertebra
|
| 1998 |
+
vertices vertex
|
| 1999 |
+
vertigines vertigo
|
| 2000 |
+
vertigoes vertigo
|
| 2001 |
+
vesicae vesica
|
| 2002 |
+
vetoes veto
|
| 2003 |
+
vexilla vexillum
|
| 2004 |
+
viatica viaticum
|
| 2005 |
+
viatores viator
|
| 2006 |
+
vibracula vibraculum
|
| 2007 |
+
vibrissae vibrissa
|
| 2008 |
+
vice-chairman vice-chairman
|
| 2009 |
+
villi villus
|
| 2010 |
+
vimina vimen
|
| 2011 |
+
vincula vinculum
|
| 2012 |
+
viragoes virago
|
| 2013 |
+
vires vis
|
| 2014 |
+
virtuosi virtuoso
|
| 2015 |
+
vitae vita
|
| 2016 |
+
vitelli vitellus
|
| 2017 |
+
vittae vitta
|
| 2018 |
+
vivaria vivarium
|
| 2019 |
+
voces vox
|
| 2020 |
+
volcanoes volcano
|
| 2021 |
+
volkslieder volkslied
|
| 2022 |
+
volte volta
|
| 2023 |
+
volvae volva
|
| 2024 |
+
vorticellae vorticella
|
| 2025 |
+
vortices vortex
|
| 2026 |
+
vulvae vulva
|
| 2027 |
+
wagons-lits wagon-lit
|
| 2028 |
+
wahhabis wahabi wahhabi
|
| 2029 |
+
wanderjahre wanderjahr
|
| 2030 |
+
weakfishes weakfish
|
| 2031 |
+
werewolves werewolf
|
| 2032 |
+
wharves wharf
|
| 2033 |
+
whippers-in whipper-in
|
| 2034 |
+
whitefishes whitefish
|
| 2035 |
+
wives wife
|
| 2036 |
+
wolffishes wolffish
|
| 2037 |
+
wolves wolf
|
| 2038 |
+
woodlice woodlouse
|
| 2039 |
+
wreckfishes wreckfish
|
| 2040 |
+
wunderkinder wunderkind
|
| 2041 |
+
xiphisterna xiphisternum
|
| 2042 |
+
yeshivahs yeshiva
|
| 2043 |
+
yeshivoth yeshiva
|
| 2044 |
+
yogin yogi
|
| 2045 |
+
yourselves yourself
|
| 2046 |
+
zamindaris zamindari zemindari
|
| 2047 |
+
zecchini zecchino
|
| 2048 |
+
zeroes zero
|
| 2049 |
+
zoa zoon
|
| 2050 |
+
zoaeae zoaea zoea
|
| 2051 |
+
zoeae zoea
|
| 2052 |
+
zoeas zoaea
|
| 2053 |
+
zoonoses zoonosis
|
| 2054 |
+
zoosporangia zoosporangium
|
WordNet-3.0/dict/sentidx.vrb
ADDED
|
@@ -0,0 +1,3421 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
abash%2:37:00:: 126,127
|
| 2 |
+
abhor%2:37:00:: 138,139,15
|
| 3 |
+
abide%2:31:00:: 15
|
| 4 |
+
abominate%2:37:00:: 138,139,15
|
| 5 |
+
abound%2:42:01:: 152,151
|
| 6 |
+
abridge%2:30:00:: 111
|
| 7 |
+
absorb%2:31:03:: 159
|
| 8 |
+
abuse%2:41:00:: 140
|
| 9 |
+
accelerate%2:30:00:: 131
|
| 10 |
+
accept%2:40:03:: 15
|
| 11 |
+
acclaim%2:32:00:: 139
|
| 12 |
+
accumulate%2:30:00:: 151
|
| 13 |
+
accumulate%2:40:00:: 38
|
| 14 |
+
accuse%2:32:01:: 140
|
| 15 |
+
ache%2:39:00:: 144
|
| 16 |
+
ache%2:39:01:: 14
|
| 17 |
+
acid-wash%2:35:00:: 117
|
| 18 |
+
acquire%2:40:00:: 4
|
| 19 |
+
acquit%2:32:00:: 140
|
| 20 |
+
actualize%2:36:00:: 115
|
| 21 |
+
ad-lib%2:36:00:: 145
|
| 22 |
+
add%2:32:01:: 112
|
| 23 |
+
adjoin%2:35:03:: 23,24
|
| 24 |
+
admire%2:39:00:: 15
|
| 25 |
+
admit%2:40:00:: 15
|
| 26 |
+
admonish%2:32:02:: 15
|
| 27 |
+
adopt%2:36:00:: 115
|
| 28 |
+
adore%2:37:00:: 15,139
|
| 29 |
+
adorn%2:36:00:: 75
|
| 30 |
+
adorn%2:42:00:: 76
|
| 31 |
+
adulate%2:32:00:: 15
|
| 32 |
+
advance%2:30:01:: 133
|
| 33 |
+
advance%2:38:00:: 104
|
| 34 |
+
advance%2:40:00:: 91,92
|
| 35 |
+
advertize%2:32:00:: 139
|
| 36 |
+
advise%2:32:00:: 15,123
|
| 37 |
+
advise%2:32:02:: 123
|
| 38 |
+
affect%2:37:00:: 126,127
|
| 39 |
+
affirm%2:32:00:: 112
|
| 40 |
+
afflict%2:37:00:: 126
|
| 41 |
+
affright%2:37:00:: 126
|
| 42 |
+
affront%2:32:00:: 159
|
| 43 |
+
age%2:30:01:: 14
|
| 44 |
+
aggrieve%2:37:00:: 126
|
| 45 |
+
aggroup%2:33:00:: 151
|
| 46 |
+
agitate%2:37:00:: 126,127
|
| 47 |
+
agitate%2:38:00:: 151
|
| 48 |
+
agonise%2:37:01:: 126
|
| 49 |
+
agonize%2:37:01:: 126
|
| 50 |
+
agree%2:32:00:: 14,129
|
| 51 |
+
agree%2:32:01:: 137
|
| 52 |
+
agree%2:32:04:: 14,129
|
| 53 |
+
aid%2:41:00:: 15
|
| 54 |
+
aim%2:31:00:: 137
|
| 55 |
+
airmail%2:32:00:: 87,88
|
| 56 |
+
alarm%2:37:00:: 126
|
| 57 |
+
alienate%2:37:00:: 159
|
| 58 |
+
allay%2:37:00:: 127
|
| 59 |
+
allege%2:32:00:: 112
|
| 60 |
+
allocate%2:40:00:: 91,92
|
| 61 |
+
allot%2:40:02:: 33,34
|
| 62 |
+
allow%2:32:00:: 123
|
| 63 |
+
alter%2:36:00:: 117
|
| 64 |
+
amass%2:30:00:: 151
|
| 65 |
+
amass%2:40:00:: 38
|
| 66 |
+
amaze%2:31:00:: 127,159
|
| 67 |
+
amaze%2:31:01:: 126,127
|
| 68 |
+
amble%2:38:00:: 1
|
| 69 |
+
ambulate%2:38:00:: 14
|
| 70 |
+
amputate%2:35:00:: 143
|
| 71 |
+
amuse%2:32:00:: 15
|
| 72 |
+
amuse%2:41:00:: 159,15
|
| 73 |
+
analyse%2:31:00:: 139
|
| 74 |
+
analyze%2:31:00:: 139
|
| 75 |
+
anathematize%2:32:00:: 139
|
| 76 |
+
anathemize%2:32:01:: 139
|
| 77 |
+
ancylose%2:29:00:: 144
|
| 78 |
+
anesthetize%2:29:00:: 143
|
| 79 |
+
anger%2:37:00:: 126
|
| 80 |
+
anger%2:37:01:: 160
|
| 81 |
+
angle%2:33:00:: 161
|
| 82 |
+
anguish%2:37:00:: 126
|
| 83 |
+
anguish%2:37:02:: 160
|
| 84 |
+
ankylose%2:29:00:: 144
|
| 85 |
+
annotate%2:36:00:: 115
|
| 86 |
+
announce%2:32:02:: 112
|
| 87 |
+
annoy%2:37:00:: 126,159
|
| 88 |
+
answer%2:32:00:: 112
|
| 89 |
+
antagonise%2:37:00:: 159
|
| 90 |
+
antagonize%2:37:00:: 159
|
| 91 |
+
anticipate%2:31:00:: 138
|
| 92 |
+
antique%2:40:00:: 161
|
| 93 |
+
appal%2:37:00:: 126,159
|
| 94 |
+
appal%2:37:01:: 126
|
| 95 |
+
appall%2:37:00:: 126,159
|
| 96 |
+
appear%2:30:00:: 134
|
| 97 |
+
appear%2:39:00:: 137
|
| 98 |
+
appease%2:37:00:: 159
|
| 99 |
+
append%2:32:00:: 112
|
| 100 |
+
apply%2:32:00:: 137
|
| 101 |
+
appoint%2:41:00:: 123
|
| 102 |
+
appreciate%2:40:00:: 139
|
| 103 |
+
approach%2:32:00:: 123
|
| 104 |
+
approach%2:38:00:: 14
|
| 105 |
+
aquaplane%2:38:01:: 131
|
| 106 |
+
arbitrate%2:32:00:: 14
|
| 107 |
+
archive%2:35:00:: 70
|
| 108 |
+
argue%2:32:00:: 14,129
|
| 109 |
+
argue%2:32:02:: 14,129
|
| 110 |
+
arise%2:29:00:: 14
|
| 111 |
+
arise%2:38:00:: 14
|
| 112 |
+
arise%2:41:00:: 97
|
| 113 |
+
arouse%2:37:01:: 159
|
| 114 |
+
arraign%2:41:00:: 140
|
| 115 |
+
arrange%2:29:00:: 146
|
| 116 |
+
arrange%2:35:00:: 21,37
|
| 117 |
+
arrange%2:36:00:: 115
|
| 118 |
+
arrive%2:38:00:: 109
|
| 119 |
+
arrive_at%2:38:00:: 105
|
| 120 |
+
ascend%2:38:02:: 136
|
| 121 |
+
ascertain%2:31:01:: 112
|
| 122 |
+
ascertain%2:32:00:: 113
|
| 123 |
+
ask%2:32:00:: 113
|
| 124 |
+
ask%2:32:01:: 123
|
| 125 |
+
ask%2:32:04:: 93
|
| 126 |
+
ask%2:32:05:: 123
|
| 127 |
+
asphyxiate%2:35:00:: 140
|
| 128 |
+
aspire%2:31:00:: 137
|
| 129 |
+
assay%2:41:00:: 137
|
| 130 |
+
assemble%2:41:00:: 151
|
| 131 |
+
assemble%2:41:03:: 140
|
| 132 |
+
assert%2:32:00:: 112
|
| 133 |
+
assert%2:32:01:: 112
|
| 134 |
+
asseverate%2:32:00:: 112
|
| 135 |
+
assign%2:40:01:: 89,90
|
| 136 |
+
assign%2:41:00:: 123
|
| 137 |
+
assist%2:41:01:: 15
|
| 138 |
+
assist%2:41:02:: 15
|
| 139 |
+
assuage%2:37:00:: 159
|
| 140 |
+
assure%2:37:00:: 127
|
| 141 |
+
astonish%2:31:00:: 127,159
|
| 142 |
+
astound%2:31:00:: 127,159
|
| 143 |
+
attain%2:38:01:: 105
|
| 144 |
+
attaint%2:41:00:: 159
|
| 145 |
+
attempt%2:41:00:: 137
|
| 146 |
+
attend_to%2:41:01:: 15
|
| 147 |
+
attest%2:32:01:: 112
|
| 148 |
+
attest%2:32:02:: 112
|
| 149 |
+
author%2:36:00:: 115
|
| 150 |
+
aver%2:32:00:: 112
|
| 151 |
+
aver%2:32:01:: 112
|
| 152 |
+
avow%2:32:00:: 112
|
| 153 |
+
award%2:40:01:: 91,29
|
| 154 |
+
awe%2:37:00:: 15,159
|
| 155 |
+
ax%2:35:00:: 147
|
| 156 |
+
axe%2:35:00:: 147
|
| 157 |
+
babble%2:32:00:: 14
|
| 158 |
+
babble%2:32:02:: 14
|
| 159 |
+
back%2:40:00:: 139
|
| 160 |
+
back_up%2:41:00:: 15
|
| 161 |
+
backfire%2:39:00:: 10
|
| 162 |
+
backpack%2:38:00:: 14,26
|
| 163 |
+
badger%2:32:00:: 123
|
| 164 |
+
badger%2:37:00:: 15
|
| 165 |
+
baffle%2:31:00:: 126,127,159
|
| 166 |
+
bag%2:35:00:: 71
|
| 167 |
+
bag%2:40:01:: 69
|
| 168 |
+
bake%2:30:00:: 116
|
| 169 |
+
balance%2:42:01:: 162,163
|
| 170 |
+
bald%2:30:00:: 97
|
| 171 |
+
ball_over%2:37:00:: 126,127,159
|
| 172 |
+
ban%2:41:00:: 139
|
| 173 |
+
bandage%2:29:00:: 143
|
| 174 |
+
bang%2:35:01:: 141
|
| 175 |
+
bang_out%2:36:00:: 145
|
| 176 |
+
bank%2:40:00:: 69
|
| 177 |
+
bankroll%2:40:00:: 139
|
| 178 |
+
banquet%2:34:00:: 14
|
| 179 |
+
banquet%2:34:01:: 15
|
| 180 |
+
baptise%2:32:00:: 170
|
| 181 |
+
baptize%2:32:00:: 170
|
| 182 |
+
barbecue%2:30:00:: 116
|
| 183 |
+
bare%2:30:00:: 147
|
| 184 |
+
bargain%2:40:00:: 14,129
|
| 185 |
+
bargain_down%2:40:00:: 15
|
| 186 |
+
bark%2:32:01:: 112
|
| 187 |
+
bark%2:35:00:: 147
|
| 188 |
+
barter%2:40:00:: 14,129
|
| 189 |
+
baste%2:35:01:: 140
|
| 190 |
+
bat%2:35:00:: 130
|
| 191 |
+
bathe%2:29:00:: 97,98
|
| 192 |
+
batter%2:35:00:: 140
|
| 193 |
+
battle%2:33:00:: 14,15
|
| 194 |
+
bawl%2:32:00:: 14
|
| 195 |
+
bawl_out%2:32:00:: 15
|
| 196 |
+
bayonet%2:35:00:: 140
|
| 197 |
+
be%2:42:03:: 109
|
| 198 |
+
beach%2:38:00:: 72
|
| 199 |
+
beam%2:43:03:: 149,150
|
| 200 |
+
bear%2:31:00:: 15
|
| 201 |
+
bear_on%2:32:00:: 15
|
| 202 |
+
beat%2:33:00:: 130
|
| 203 |
+
beat%2:35:01:: 140
|
| 204 |
+
beat%2:36:00:: 128
|
| 205 |
+
beat_down%2:40:00:: 15
|
| 206 |
+
beat_out%2:33:00:: 130
|
| 207 |
+
beat_up%2:35:01:: 140
|
| 208 |
+
beautify%2:36:00:: 75
|
| 209 |
+
bebop%2:38:00:: 114
|
| 210 |
+
becharm%2:37:00:: 159
|
| 211 |
+
become%2:30:00:: 109
|
| 212 |
+
bedaze%2:39:00:: 126,159
|
| 213 |
+
bedevil%2:31:00:: 159
|
| 214 |
+
beep%2:39:00:: 153,154
|
| 215 |
+
beg%2:32:00:: 123,137
|
| 216 |
+
begin%2:30:00:: 138,137
|
| 217 |
+
begin%2:32:03:: 111
|
| 218 |
+
begrudge%2:37:01:: 92
|
| 219 |
+
beguile%2:37:00:: 159
|
| 220 |
+
behead%2:35:00:: 140
|
| 221 |
+
behold%2:39:00:: 70,98
|
| 222 |
+
beleaguer%2:37:00:: 15
|
| 223 |
+
believe%2:31:00:: 123
|
| 224 |
+
believe%2:31:03:: 112
|
| 225 |
+
believe%2:31:04:: 112
|
| 226 |
+
bellow%2:32:01:: 155,156
|
| 227 |
+
belly_dance%2:36:00:: 97
|
| 228 |
+
belong%2:42:03:: 42
|
| 229 |
+
belt%2:35:00:: 130
|
| 230 |
+
belt_out%2:36:00:: 145
|
| 231 |
+
bemuse%2:37:00:: 126,127
|
| 232 |
+
bend%2:35:00:: 12
|
| 233 |
+
bend%2:38:00:: 13
|
| 234 |
+
benumb%2:39:00:: 126,159
|
| 235 |
+
bequeath%2:40:00:: 91,92
|
| 236 |
+
berate%2:32:00:: 15
|
| 237 |
+
berry%2:35:00:: 161
|
| 238 |
+
bespatter%2:35:00:: 48
|
| 239 |
+
best%2:33:00:: 130
|
| 240 |
+
bet%2:33:00:: 69
|
| 241 |
+
betray%2:41:00:: 15
|
| 242 |
+
betray%2:41:01:: 15
|
| 243 |
+
bewilder%2:31:00:: 126,127,159
|
| 244 |
+
bewilder%2:37:00:: 126,127,159
|
| 245 |
+
bicker%2:32:00:: 14,129
|
| 246 |
+
bicycle%2:38:00:: 29,30
|
| 247 |
+
bid%2:32:00:: 123
|
| 248 |
+
bike%2:38:00:: 29,30
|
| 249 |
+
bilk%2:41:00:: 148
|
| 250 |
+
bind%2:35:07:: 140
|
| 251 |
+
birch%2:35:00:: 140
|
| 252 |
+
bird%2:33:00:: 161
|
| 253 |
+
birdnest%2:35:00:: 161
|
| 254 |
+
birdwatch%2:33:00:: 161
|
| 255 |
+
blackberry%2:35:00:: 161
|
| 256 |
+
blacklist%2:41:00:: 139
|
| 257 |
+
blackmail%2:41:00:: 123
|
| 258 |
+
blanch%2:30:00:: 116
|
| 259 |
+
blanket%2:35:00:: 77
|
| 260 |
+
blanket%2:42:00:: 78
|
| 261 |
+
blare%2:39:00:: 153,154
|
| 262 |
+
blast%2:39:00:: 153,154
|
| 263 |
+
blat%2:32:00:: 155,156
|
| 264 |
+
blate%2:32:00:: 155,156
|
| 265 |
+
blather%2:32:00:: 14
|
| 266 |
+
blaze%2:43:01:: 149,150
|
| 267 |
+
bleat%2:32:00:: 155,156
|
| 268 |
+
bleed%2:29:00:: 144
|
| 269 |
+
bleed%2:40:09:: 148
|
| 270 |
+
blindfold%2:35:00:: 140
|
| 271 |
+
blink%2:39:00:: 149,150
|
| 272 |
+
blister%2:30:00:: 144
|
| 273 |
+
bloat%2:30:00:: 144
|
| 274 |
+
block%2:30:02:: 69
|
| 275 |
+
block%2:41:01:: 125
|
| 276 |
+
blow%2:43:00:: 122
|
| 277 |
+
blow_out_of_the_water%2:37:00:: 126,127
|
| 278 |
+
blow_up%2:30:02:: 144
|
| 279 |
+
blow_up%2:32:00:: 111
|
| 280 |
+
blubber%2:29:00:: 14
|
| 281 |
+
bludgeon%2:35:00:: 130
|
| 282 |
+
blue-pencil%2:30:00:: 111
|
| 283 |
+
bluff%2:32:00:: 15
|
| 284 |
+
blunder_out%2:32:00:: 112
|
| 285 |
+
blurt_out%2:32:00:: 112
|
| 286 |
+
bob%2:29:00:: 146
|
| 287 |
+
boggle%2:31:00:: 126,127,159
|
| 288 |
+
boil%2:30:00:: 116
|
| 289 |
+
boil%2:30:01:: 104
|
| 290 |
+
boil%2:30:02:: 105
|
| 291 |
+
boil%2:37:00:: 160
|
| 292 |
+
boil%2:38:00:: 104
|
| 293 |
+
bolt%2:34:00:: 35
|
| 294 |
+
bolt_down%2:34:00:: 35
|
| 295 |
+
boom%2:30:00:: 135
|
| 296 |
+
boom%2:39:00:: 153,154
|
| 297 |
+
boom%2:43:00:: 122,135
|
| 298 |
+
boot%2:35:00:: 140
|
| 299 |
+
booze%2:34:00:: 97
|
| 300 |
+
bop%2:38:00:: 14
|
| 301 |
+
bore%2:37:00:: 159
|
| 302 |
+
bother%2:37:02:: 126
|
| 303 |
+
bother%2:37:03:: 126,159
|
| 304 |
+
bounce%2:35:03:: 4
|
| 305 |
+
bounce%2:38:02:: 5,99
|
| 306 |
+
bounce%2:40:00:: 3
|
| 307 |
+
bounce%2:40:01:: 2
|
| 308 |
+
bowdlerise%2:30:00:: 111
|
| 309 |
+
bowdlerize%2:30:00:: 111
|
| 310 |
+
bowl_over%2:31:00:: 126,127,159
|
| 311 |
+
box%2:35:00:: 130
|
| 312 |
+
box%2:35:01:: 14,15
|
| 313 |
+
box%2:35:02:: 71
|
| 314 |
+
braid%2:35:00:: 146
|
| 315 |
+
brail%2:33:00:: 161
|
| 316 |
+
brain%2:35:00:: 130
|
| 317 |
+
brainwash%2:32:00:: 123
|
| 318 |
+
braise%2:30:00:: 116
|
| 319 |
+
brake%2:38:01:: 131
|
| 320 |
+
brawl%2:32:00:: 14
|
| 321 |
+
break%2:29:04:: 143
|
| 322 |
+
break%2:30:00:: 7,100
|
| 323 |
+
break%2:30:05:: 131
|
| 324 |
+
break%2:30:08:: 133
|
| 325 |
+
break%2:30:10:: 6
|
| 326 |
+
break%2:38:00:: 14
|
| 327 |
+
break-dance%2:38:00:: 14
|
| 328 |
+
break_bread%2:34:00:: 14
|
| 329 |
+
break_dance%2:38:00:: 14
|
| 330 |
+
break_down%2:29:00:: 14
|
| 331 |
+
break_down%2:30:00:: 131
|
| 332 |
+
break_down%2:35:01:: 141
|
| 333 |
+
break_down%2:37:00:: 14
|
| 334 |
+
break_open%2:35:01:: 141
|
| 335 |
+
breakfast%2:34:00:: 14
|
| 336 |
+
breathe%2:32:00:: 14
|
| 337 |
+
bribe%2:40:00:: 15
|
| 338 |
+
bring%2:32:03:: 123
|
| 339 |
+
bring%2:38:00:: 33,34
|
| 340 |
+
bring_in%2:40:01:: 69
|
| 341 |
+
bring_out%2:32:00:: 111
|
| 342 |
+
bring_up%2:38:00:: 43
|
| 343 |
+
bristle%2:42:00:: 152
|
| 344 |
+
brocade%2:36:00:: 117
|
| 345 |
+
broider%2:36:00:: 117
|
| 346 |
+
broil%2:30:00:: 116
|
| 347 |
+
broker%2:40:00:: 14
|
| 348 |
+
brood%2:31:00:: 160
|
| 349 |
+
brood%2:42:01:: 164,165
|
| 350 |
+
brook%2:31:00:: 15
|
| 351 |
+
browbeat%2:32:00:: 124
|
| 352 |
+
brown%2:30:00:: 116
|
| 353 |
+
brown-nose%2:32:00:: 15
|
| 354 |
+
browse%2:34:00:: 14
|
| 355 |
+
browse%2:35:01:: 106
|
| 356 |
+
browse%2:40:00:: 161
|
| 357 |
+
bruise%2:35:00:: 143
|
| 358 |
+
brunch%2:34:00:: 14
|
| 359 |
+
brush%2:35:02:: 117
|
| 360 |
+
brush%2:35:10:: 48
|
| 361 |
+
buff%2:35:00:: 12
|
| 362 |
+
buffalo%2:37:00:: 15
|
| 363 |
+
bug%2:37:00:: 123
|
| 364 |
+
bug%2:39:00:: 140
|
| 365 |
+
build%2:36:00:: 37
|
| 366 |
+
bulge%2:42:00:: 152
|
| 367 |
+
bully%2:32:00:: 124,140
|
| 368 |
+
bumble%2:38:00:: 14
|
| 369 |
+
bump%2:38:00:: 97
|
| 370 |
+
bump_off%2:41:00:: 15
|
| 371 |
+
bunco%2:41:00:: 148
|
| 372 |
+
burn%2:30:00:: 7,101
|
| 373 |
+
burn%2:30:02:: 147
|
| 374 |
+
burn%2:43:01:: 149,150
|
| 375 |
+
burn%2:43:02:: 147
|
| 376 |
+
burn_down%2:30:02:: 147
|
| 377 |
+
burnish%2:35:00:: 12
|
| 378 |
+
burst%2:42:00:: 152
|
| 379 |
+
bury%2:41:00:: 15
|
| 380 |
+
buss%2:35:00:: 15
|
| 381 |
+
bustle%2:38:00:: 151,152
|
| 382 |
+
butcher%2:35:00:: 140
|
| 383 |
+
butt%2:35:00:: 130
|
| 384 |
+
butter_up%2:32:00:: 15
|
| 385 |
+
buy%2:31:09:: 111
|
| 386 |
+
buy%2:40:00:: 4
|
| 387 |
+
buy%2:40:02:: 15
|
| 388 |
+
buy_out%2:40:00:: 43
|
| 389 |
+
buy_up%2:40:00:: 43
|
| 390 |
+
buzz%2:42:00:: 152,151
|
| 391 |
+
cabbage%2:40:00:: 71
|
| 392 |
+
cable%2:32:00:: 93,94
|
| 393 |
+
cache%2:40:00:: 38
|
| 394 |
+
cackle%2:32:01:: 14
|
| 395 |
+
cage%2:41:00:: 73
|
| 396 |
+
cage_in%2:41:00:: 73
|
| 397 |
+
cajole%2:32:00:: 124
|
| 398 |
+
cakewalk%2:38:00:: 14
|
| 399 |
+
calk%2:35:00:: 141
|
| 400 |
+
call%2:32:01:: 15,97
|
| 401 |
+
call%2:32:02:: 170
|
| 402 |
+
call%2:32:05:: 15
|
| 403 |
+
call%2:32:07:: 15
|
| 404 |
+
call_on%2:32:00:: 123
|
| 405 |
+
call_out%2:32:01:: 112
|
| 406 |
+
call_up%2:32:00:: 15,97
|
| 407 |
+
calm%2:37:00:: 159
|
| 408 |
+
calm_down%2:37:00:: 159
|
| 409 |
+
camouflage%2:39:00:: 97,98
|
| 410 |
+
can%2:30:00:: 116
|
| 411 |
+
canalize%2:38:00:: 85
|
| 412 |
+
cane%2:35:00:: 140
|
| 413 |
+
canoe%2:38:00:: 27,28
|
| 414 |
+
canter%2:38:01:: 20
|
| 415 |
+
canter%2:38:03:: 22
|
| 416 |
+
cantillate%2:32:00:: 145
|
| 417 |
+
captivate%2:37:00:: 159
|
| 418 |
+
capture%2:37:00:: 159
|
| 419 |
+
care%2:37:00:: 137
|
| 420 |
+
care%2:37:02:: 14
|
| 421 |
+
care_for%2:29:00:: 143
|
| 422 |
+
care_for%2:37:08:: 15,139
|
| 423 |
+
caress%2:35:00:: 14,15
|
| 424 |
+
carol%2:36:00:: 14
|
| 425 |
+
carpet%2:35:01:: 77
|
| 426 |
+
carpet%2:42:00:: 78
|
| 427 |
+
carry%2:42:01:: 35
|
| 428 |
+
cascade_down%2:38:00:: 104
|
| 429 |
+
case%2:35:01:: 71
|
| 430 |
+
cast%2:35:00:: 36
|
| 431 |
+
cast%2:36:00:: 115
|
| 432 |
+
cast%2:41:14:: 139
|
| 433 |
+
cat%2:35:00:: 140
|
| 434 |
+
catapult%2:35:01:: 36
|
| 435 |
+
catch%2:39:02:: 139
|
| 436 |
+
caulk%2:35:00:: 141
|
| 437 |
+
cause%2:32:00:: 123
|
| 438 |
+
cease%2:42:00:: 138
|
| 439 |
+
censor%2:41:00:: 139
|
| 440 |
+
certify%2:32:00:: 112
|
| 441 |
+
chaffer%2:40:00:: 13,129
|
| 442 |
+
chagrin%2:37:01:: 159
|
| 443 |
+
chain_up%2:35:00:: 140
|
| 444 |
+
chair%2:32:00:: 14
|
| 445 |
+
challenge%2:32:00:: 123
|
| 446 |
+
change%2:30:01:: 102
|
| 447 |
+
change%2:30:02:: 29
|
| 448 |
+
change%2:30:03:: 97
|
| 449 |
+
change%2:30:04:: 69
|
| 450 |
+
change%2:38:00:: 97
|
| 451 |
+
channel%2:38:00:: 85
|
| 452 |
+
chant%2:32:00:: 145
|
| 453 |
+
chant%2:32:01:: 14
|
| 454 |
+
charcoal%2:36:00:: 115
|
| 455 |
+
charge%2:32:02:: 140
|
| 456 |
+
charge%2:41:00:: 123
|
| 457 |
+
charm%2:32:00:: 124
|
| 458 |
+
charm%2:37:00:: 15,159
|
| 459 |
+
chase%2:38:00:: 11
|
| 460 |
+
chase%2:41:00:: 15
|
| 461 |
+
chase_after%2:38:00:: 11
|
| 462 |
+
chase_after%2:41:00:: 15
|
| 463 |
+
chat%2:32:00:: 14,129
|
| 464 |
+
chat_up%2:32:00:: 15
|
| 465 |
+
chatter%2:32:00:: 14
|
| 466 |
+
chatter%2:32:01:: 14,129
|
| 467 |
+
chatter%2:32:02:: 157,158
|
| 468 |
+
cheat%2:41:00:: 148,15
|
| 469 |
+
cheat%2:41:01:: 14
|
| 470 |
+
cheat%2:41:09:: 15
|
| 471 |
+
cheat_on%2:41:00:: 15
|
| 472 |
+
check%2:31:00:: 166,167
|
| 473 |
+
check%2:32:10:: 113
|
| 474 |
+
check%2:40:00:: 117
|
| 475 |
+
check%2:41:04:: 111
|
| 476 |
+
check%2:41:14:: 130
|
| 477 |
+
check%2:42:09:: 111
|
| 478 |
+
check_into%2:31:00:: 111
|
| 479 |
+
check_out%2:31:00:: 111
|
| 480 |
+
check_out%2:42:06:: 111
|
| 481 |
+
check_over%2:31:00:: 111
|
| 482 |
+
check_up_on%2:31:00:: 111
|
| 483 |
+
checkmate%2:33:00:: 15
|
| 484 |
+
cheer%2:37:02:: 127
|
| 485 |
+
cheer_up%2:32:01:: 127
|
| 486 |
+
cherish%2:37:00:: 139
|
| 487 |
+
chew_out%2:32:00:: 15
|
| 488 |
+
chew_up%2:32:00:: 15
|
| 489 |
+
chill%2:30:00:: 104
|
| 490 |
+
chill%2:30:01:: 105
|
| 491 |
+
chill%2:37:00:: 126
|
| 492 |
+
chip%2:35:00:: 12
|
| 493 |
+
chip%2:35:01:: 13,100
|
| 494 |
+
chitchat%2:32:00:: 14,129
|
| 495 |
+
choir%2:36:00:: 14
|
| 496 |
+
choose%2:31:00:: 123
|
| 497 |
+
choose%2:31:02:: 123
|
| 498 |
+
chop%2:35:00:: 116
|
| 499 |
+
chop%2:35:01:: 116
|
| 500 |
+
chop_down%2:35:00:: 147
|
| 501 |
+
chop_up%2:35:00:: 116
|
| 502 |
+
choreograph%2:36:00:: 115
|
| 503 |
+
chorus%2:36:00:: 14
|
| 504 |
+
christen%2:32:00:: 170
|
| 505 |
+
chuck%2:35:00:: 4
|
| 506 |
+
chug%2:39:00:: 153,154
|
| 507 |
+
churn%2:38:00:: 104
|
| 508 |
+
churn_out%2:36:01:: 145
|
| 509 |
+
churn_up%2:37:00:: 159
|
| 510 |
+
cinematize%2:36:00:: 115
|
| 511 |
+
cite%2:32:01:: 139
|
| 512 |
+
cite%2:32:02:: 95,96
|
| 513 |
+
clack%2:39:00:: 153,154
|
| 514 |
+
claim%2:32:00:: 137
|
| 515 |
+
clam%2:35:00:: 161
|
| 516 |
+
clang%2:39:00:: 153,154
|
| 517 |
+
clangor%2:39:01:: 153,154
|
| 518 |
+
classify%2:41:00:: 139
|
| 519 |
+
clatter%2:39:00:: 153,154
|
| 520 |
+
clean%2:29:00:: 98
|
| 521 |
+
clean%2:30:02:: 116
|
| 522 |
+
clean%2:35:00:: 117
|
| 523 |
+
clean%2:35:02:: 83
|
| 524 |
+
cleanse%2:29:00:: 98
|
| 525 |
+
clear%2:30:01:: 83
|
| 526 |
+
clear%2:30:02:: 84
|
| 527 |
+
clear%2:32:00:: 140
|
| 528 |
+
clear%2:40:00:: 69
|
| 529 |
+
click_open%2:35:00:: 141
|
| 530 |
+
climb%2:30:01:: 133
|
| 531 |
+
climb%2:38:00:: 25,26
|
| 532 |
+
clobber%2:35:00:: 130
|
| 533 |
+
clobber%2:35:01:: 140
|
| 534 |
+
clog%2:36:00:: 14
|
| 535 |
+
clomp%2:38:00:: 151,152
|
| 536 |
+
close%2:35:00:: 141
|
| 537 |
+
close%2:35:06:: 142
|
| 538 |
+
close%2:41:00:: 135
|
| 539 |
+
close_down%2:41:00:: 135
|
| 540 |
+
clout%2:35:00:: 130
|
| 541 |
+
club%2:35:00:: 130
|
| 542 |
+
clump%2:38:00:: 151,152
|
| 543 |
+
clump%2:38:01:: 151
|
| 544 |
+
clunk%2:39:00:: 153,154
|
| 545 |
+
cluster%2:38:00:: 151
|
| 546 |
+
co-author%2:36:00:: 115
|
| 547 |
+
coat%2:35:00:: 77
|
| 548 |
+
coat%2:35:01:: 78
|
| 549 |
+
coax%2:32:00:: 124
|
| 550 |
+
coddle%2:30:00:: 128
|
| 551 |
+
coerce%2:41:00:: 123
|
| 552 |
+
coggle%2:38:00:: 1
|
| 553 |
+
coif%2:29:00:: 146
|
| 554 |
+
coiffe%2:29:00:: 146
|
| 555 |
+
coiffure%2:29:00:: 146
|
| 556 |
+
coil%2:35:00:: 46,47
|
| 557 |
+
collapse%2:29:00:: 14
|
| 558 |
+
collapse%2:38:00:: 135
|
| 559 |
+
collect%2:40:00:: 151
|
| 560 |
+
collide%2:35:00:: 131
|
| 561 |
+
collide_with%2:35:00:: 108,15
|
| 562 |
+
collogue%2:32:00:: 14,129
|
| 563 |
+
color%2:30:00:: 146
|
| 564 |
+
comb%2:29:00:: 146
|
| 565 |
+
comb%2:35:00:: 166,167
|
| 566 |
+
comb%2:35:01:: 146
|
| 567 |
+
comb_out%2:29:00:: 146
|
| 568 |
+
come%2:38:00:: 28
|
| 569 |
+
come%2:38:04:: 131
|
| 570 |
+
come%2:39:00:: 14
|
| 571 |
+
come_across%2:39:00:: 109
|
| 572 |
+
come_down%2:38:00:: 136
|
| 573 |
+
come_near%2:38:00:: 14
|
| 574 |
+
come_of_age%2:41:00:: 14
|
| 575 |
+
come_through%2:41:00:: 135
|
| 576 |
+
come_through%2:42:00:: 135
|
| 577 |
+
come_up%2:38:00:: 134
|
| 578 |
+
come_up%2:38:02:: 1
|
| 579 |
+
comfort%2:37:01:: 127
|
| 580 |
+
command%2:32:00:: 123
|
| 581 |
+
commence%2:30:00:: 138
|
| 582 |
+
commend%2:32:00:: 139
|
| 583 |
+
commend%2:32:02:: 138
|
| 584 |
+
commiserate%2:37:00:: 14
|
| 585 |
+
commission%2:41:00:: 123
|
| 586 |
+
commit%2:41:00:: 123
|
| 587 |
+
communicate%2:32:01:: 94
|
| 588 |
+
compel%2:41:00:: 123
|
| 589 |
+
complain%2:32:00:: 112
|
| 590 |
+
complete%2:30:02:: 111
|
| 591 |
+
complot%2:31:00:: 137
|
| 592 |
+
compose%2:36:01:: 115,145
|
| 593 |
+
compose%2:36:03:: 115
|
| 594 |
+
con%2:41:00:: 148
|
| 595 |
+
conceal%2:39:01:: 98
|
| 596 |
+
conceive%2:36:00:: 115
|
| 597 |
+
conceptualise%2:36:00:: 115
|
| 598 |
+
conceptualize%2:36:00:: 115
|
| 599 |
+
concern%2:42:01:: 126
|
| 600 |
+
conciliate%2:37:00:: 159
|
| 601 |
+
conclude%2:31:00:: 112
|
| 602 |
+
concoct%2:36:00:: 115
|
| 603 |
+
concur%2:32:00:: 14,129
|
| 604 |
+
condemn%2:32:01:: 140
|
| 605 |
+
condense%2:30:01:: 104
|
| 606 |
+
condense%2:30:03:: 105
|
| 607 |
+
condition%2:29:00:: 146
|
| 608 |
+
condole_with%2:37:00:: 15
|
| 609 |
+
confer%2:32:00:: 15,129
|
| 610 |
+
confide%2:32:00:: 112
|
| 611 |
+
confine%2:35:01:: 140
|
| 612 |
+
confine%2:41:00:: 140
|
| 613 |
+
confirm%2:32:00:: 112
|
| 614 |
+
confound%2:31:02:: 159
|
| 615 |
+
confuse%2:37:00:: 126,127,159
|
| 616 |
+
conga%2:38:00:: 14
|
| 617 |
+
conglomerate%2:30:00:: 151
|
| 618 |
+
congregate%2:38:00:: 151
|
| 619 |
+
conjecture%2:31:00:: 112
|
| 620 |
+
conk%2:35:00:: 139
|
| 621 |
+
conk_out%2:30:00:: 131
|
| 622 |
+
consider%2:32:00:: 102
|
| 623 |
+
consider%2:32:02:: 138
|
| 624 |
+
console%2:37:00:: 127,159
|
| 625 |
+
conspire%2:31:00:: 137
|
| 626 |
+
constellate%2:38:00:: 151
|
| 627 |
+
consternate%2:37:00:: 126,127
|
| 628 |
+
construct%2:36:00:: 37
|
| 629 |
+
consult%2:32:00:: 14,15
|
| 630 |
+
consult%2:32:02:: 14,15
|
| 631 |
+
consult%2:32:05:: 15,129
|
| 632 |
+
consume%2:34:03:: 35
|
| 633 |
+
content%2:37:00:: 127
|
| 634 |
+
continue%2:38:00:: 26
|
| 635 |
+
continue%2:42:01:: 138,137
|
| 636 |
+
contra_danse%2:38:00:: 14
|
| 637 |
+
contract%2:32:00:: 137
|
| 638 |
+
contradance%2:38:00:: 14
|
| 639 |
+
contredanse%2:38:00:: 14
|
| 640 |
+
contrive%2:36:00:: 115
|
| 641 |
+
contrive%2:36:01:: 137
|
| 642 |
+
contuse%2:35:00:: 143
|
| 643 |
+
convene%2:38:00:: 151
|
| 644 |
+
converse%2:32:00:: 14,129
|
| 645 |
+
convert%2:32:00:: 15,159
|
| 646 |
+
convey%2:32:00:: 94
|
| 647 |
+
convey%2:40:10:: 87
|
| 648 |
+
convince%2:32:00:: 123
|
| 649 |
+
coo%2:32:01:: 14
|
| 650 |
+
cook%2:30:00:: 116
|
| 651 |
+
cook%2:36:00:: 116
|
| 652 |
+
cool%2:30:00:: 104
|
| 653 |
+
cool%2:30:01:: 105
|
| 654 |
+
cool_down%2:30:00:: 105
|
| 655 |
+
cool_down%2:30:01:: 104
|
| 656 |
+
copyedit%2:31:00:: 111
|
| 657 |
+
copyread%2:31:00:: 111
|
| 658 |
+
copyright%2:40:00:: 139,145
|
| 659 |
+
core_out%2:35:00:: 147
|
| 660 |
+
corrode%2:30:00:: 131
|
| 661 |
+
corrupt%2:40:00:: 15
|
| 662 |
+
counsel%2:32:00:: 15,123
|
| 663 |
+
count%2:32:00:: 69
|
| 664 |
+
count%2:32:03:: 102
|
| 665 |
+
counter%2:32:00:: 112
|
| 666 |
+
country-dance%2:38:00:: 14
|
| 667 |
+
court%2:41:10:: 14,15
|
| 668 |
+
cover%2:32:02:: 111
|
| 669 |
+
cover%2:35:00:: 75
|
| 670 |
+
cover%2:35:01:: 76
|
| 671 |
+
covet%2:37:00:: 69
|
| 672 |
+
cow%2:37:00:: 15
|
| 673 |
+
cowhide%2:35:00:: 140
|
| 674 |
+
crab%2:33:00:: 161
|
| 675 |
+
crack%2:30:01:: 13,100
|
| 676 |
+
crack%2:30:05:: 12
|
| 677 |
+
crack%2:35:00:: 130
|
| 678 |
+
cram%2:35:00:: 50
|
| 679 |
+
cram%2:35:10:: 50
|
| 680 |
+
crank%2:38:00:: 131
|
| 681 |
+
crank_up%2:38:00:: 131
|
| 682 |
+
crape%2:35:00:: 146
|
| 683 |
+
crash%2:35:00:: 131
|
| 684 |
+
crash%2:35:01:: 13
|
| 685 |
+
crash%2:38:02:: 132
|
| 686 |
+
crash-dive%2:38:00:: 136
|
| 687 |
+
crate%2:35:00:: 71
|
| 688 |
+
crave%2:34:00:: 35
|
| 689 |
+
crawl%2:38:00:: 152,152
|
| 690 |
+
crayon%2:36:00:: 115
|
| 691 |
+
creak%2:39:00:: 142
|
| 692 |
+
crease%2:30:10:: 19,101
|
| 693 |
+
crease%2:35:00:: 18
|
| 694 |
+
create%2:36:03:: 139
|
| 695 |
+
create%2:36:13:: 139
|
| 696 |
+
creep%2:38:00:: 151,152
|
| 697 |
+
creep%2:38:04:: 1
|
| 698 |
+
cremate%2:30:00:: 15
|
| 699 |
+
crib%2:40:00:: 71
|
| 700 |
+
crimp%2:35:00:: 146
|
| 701 |
+
crinkle%2:30:10:: 19,101
|
| 702 |
+
crinkle%2:35:00:: 18
|
| 703 |
+
critique%2:32:00:: 139
|
| 704 |
+
crochet%2:36:01:: 117
|
| 705 |
+
croon%2:32:00:: 14
|
| 706 |
+
crop%2:35:00:: 147
|
| 707 |
+
crop%2:35:01:: 106
|
| 708 |
+
crop%2:35:10:: 73
|
| 709 |
+
cross%2:38:00:: 32
|
| 710 |
+
cross%2:38:03:: 23,24
|
| 711 |
+
cross%2:41:00:: 15
|
| 712 |
+
crouch%2:35:00:: 162,163
|
| 713 |
+
crow%2:32:00:: 160
|
| 714 |
+
crowd%2:42:00:: 151
|
| 715 |
+
crucify%2:41:00:: 140
|
| 716 |
+
cruise%2:38:02:: 10
|
| 717 |
+
cruise%2:38:03:: 29
|
| 718 |
+
crumble%2:38:00:: 135
|
| 719 |
+
crumple%2:30:10:: 19,101
|
| 720 |
+
crumple%2:35:00:: 18
|
| 721 |
+
crush%2:30:00:: 12
|
| 722 |
+
crush%2:30:08:: 13
|
| 723 |
+
crush%2:33:00:: 130
|
| 724 |
+
crush%2:37:00:: 126
|
| 725 |
+
cry%2:32:03:: 155,156
|
| 726 |
+
cry%2:32:07:: 112
|
| 727 |
+
cube%2:35:00:: 116
|
| 728 |
+
cuddle%2:35:00:: 14,15
|
| 729 |
+
cuff%2:35:00:: 130
|
| 730 |
+
cuff%2:35:01:: 140
|
| 731 |
+
cultivate%2:36:00:: 56
|
| 732 |
+
curl%2:35:00:: 146
|
| 733 |
+
curl%2:35:01:: 46,47
|
| 734 |
+
curry%2:29:00:: 73
|
| 735 |
+
curse%2:32:02:: 140
|
| 736 |
+
customise%2:30:00:: 37
|
| 737 |
+
customize%2:36:00:: 37
|
| 738 |
+
cut%2:30:06:: 145
|
| 739 |
+
cut%2:30:07:: 145
|
| 740 |
+
cut%2:32:00:: 2
|
| 741 |
+
cut%2:35:00:: 70
|
| 742 |
+
cut%2:35:14:: 98
|
| 743 |
+
cut%2:35:15:: 56
|
| 744 |
+
cut%2:36:00:: 117
|
| 745 |
+
cut%2:36:05:: 145
|
| 746 |
+
cut_back%2:35:00:: 147
|
| 747 |
+
cut_down%2:35:00:: 130
|
| 748 |
+
cut_down%2:35:01:: 56
|
| 749 |
+
cut_down%2:35:02:: 147
|
| 750 |
+
cut_down%2:35:03:: 147
|
| 751 |
+
cut_in%2:38:00:: 131
|
| 752 |
+
cut_in%2:40:00:: 15
|
| 753 |
+
cut_off%2:35:01:: 143
|
| 754 |
+
cut_up%2:30:00:: 111
|
| 755 |
+
cut_up%2:35:00:: 117
|
| 756 |
+
dab%2:35:01:: 48
|
| 757 |
+
dally%2:31:01:: 129
|
| 758 |
+
dally%2:32:00:: 129
|
| 759 |
+
dance%2:36:00:: 14
|
| 760 |
+
dance%2:38:01:: 151,152
|
| 761 |
+
dangle%2:35:00:: 40
|
| 762 |
+
dangle%2:42:00:: 164,165
|
| 763 |
+
dare%2:32:00:: 123
|
| 764 |
+
dash_off%2:36:00:: 115
|
| 765 |
+
date%2:41:01:: 15,14
|
| 766 |
+
daub%2:35:02:: 48,63
|
| 767 |
+
daunt%2:37:00:: 159
|
| 768 |
+
daze%2:39:00:: 126,159
|
| 769 |
+
debate%2:31:00:: 14,15
|
| 770 |
+
debate%2:32:00:: 14,120
|
| 771 |
+
debate%2:32:02:: 138
|
| 772 |
+
decapitate%2:35:00:: 140
|
| 773 |
+
decide%2:31:00:: 137
|
| 774 |
+
deck%2:35:00:: 130
|
| 775 |
+
deck%2:36:00:: 75
|
| 776 |
+
deck%2:42:00:: 76
|
| 777 |
+
declare%2:32:05:: 112
|
| 778 |
+
declassify%2:41:00:: 139
|
| 779 |
+
decline%2:30:01:: 133,135
|
| 780 |
+
decline%2:32:00:: 137
|
| 781 |
+
decline%2:40:00:: 69
|
| 782 |
+
decompress%2:29:00:: 14
|
| 783 |
+
deconstruct%2:32:00:: 139
|
| 784 |
+
deduct%2:40:00:: 69
|
| 785 |
+
deep-fat-fry%2:30:00:: 116
|
| 786 |
+
deep-fry%2:30:00:: 116
|
| 787 |
+
deep_freeze%2:30:00:: 116
|
| 788 |
+
defeat%2:33:00:: 130
|
| 789 |
+
defend%2:41:00:: 140
|
| 790 |
+
deflect%2:33:00:: 130
|
| 791 |
+
defoliate%2:30:00:: 147
|
| 792 |
+
deform%2:35:01:: 12
|
| 793 |
+
defraud%2:41:00:: 148
|
| 794 |
+
defy%2:32:00:: 123
|
| 795 |
+
deject%2:37:00:: 126
|
| 796 |
+
delay%2:42:00:: 107
|
| 797 |
+
delegate%2:41:00:: 123
|
| 798 |
+
deliberate%2:32:00:: 14,129
|
| 799 |
+
delight%2:34:00:: 160
|
| 800 |
+
delight%2:37:00:: 127
|
| 801 |
+
delight%2:37:02:: 127
|
| 802 |
+
deliver%2:35:00:: 87
|
| 803 |
+
deluge%2:30:00:: 79
|
| 804 |
+
demand%2:32:00:: 137
|
| 805 |
+
demand%2:32:02:: 2
|
| 806 |
+
demolish%2:33:00:: 10
|
| 807 |
+
demolish%2:37:00:: 126
|
| 808 |
+
demonstrate%2:32:00:: 112
|
| 809 |
+
demoralize%2:37:00:: 126
|
| 810 |
+
denudate%2:30:00:: 147
|
| 811 |
+
denude%2:30:00:: 147
|
| 812 |
+
deny%2:32:00:: 112
|
| 813 |
+
deny%2:32:01:: 112
|
| 814 |
+
deny%2:40:00:: 92
|
| 815 |
+
depart%2:38:01:: 131
|
| 816 |
+
deplete%2:34:00:: 148
|
| 817 |
+
deplore%2:32:01:: 112
|
| 818 |
+
deposit%2:40:00:: 69
|
| 819 |
+
depress%2:37:00:: 126
|
| 820 |
+
deprive%2:40:01:: 148
|
| 821 |
+
depute%2:41:03:: 123
|
| 822 |
+
descant%2:32:00:: 14
|
| 823 |
+
descant%2:32:01:: 14
|
| 824 |
+
descant_on%2:36:00:: 145
|
| 825 |
+
descend%2:38:00:: 136
|
| 826 |
+
desert%2:31:00:: 15
|
| 827 |
+
design%2:36:01:: 115
|
| 828 |
+
design%2:36:02:: 115,117
|
| 829 |
+
design%2:36:07:: 115
|
| 830 |
+
designate%2:41:00:: 123
|
| 831 |
+
desire%2:37:00:: 137
|
| 832 |
+
desire%2:37:02:: 137
|
| 833 |
+
despair%2:37:00:: 14,160
|
| 834 |
+
despise%2:37:00:: 15
|
| 835 |
+
destroy%2:33:00:: 130
|
| 836 |
+
detain%2:41:00:: 140
|
| 837 |
+
deter%2:32:00:: 15,123
|
| 838 |
+
determine%2:31:00:: 137
|
| 839 |
+
determine%2:32:01:: 113
|
| 840 |
+
detest%2:37:00:: 139,15
|
| 841 |
+
devastate%2:30:01:: 126
|
| 842 |
+
develop%2:30:10:: 14
|
| 843 |
+
develop%2:36:00:: 115
|
| 844 |
+
devil%2:36:00:: 116
|
| 845 |
+
devil%2:37:00:: 159
|
| 846 |
+
devise%2:36:00:: 115
|
| 847 |
+
devour%2:34:00:: 35
|
| 848 |
+
devour%2:34:01:: 35
|
| 849 |
+
dice%2:35:00:: 116
|
| 850 |
+
dicker%2:40:00:: 14,129
|
| 851 |
+
diddle%2:41:00:: 148
|
| 852 |
+
die%2:30:01:: 135
|
| 853 |
+
die%2:30:04:: 131
|
| 854 |
+
digest%2:31:00:: 139
|
| 855 |
+
digest%2:34:00:: 116
|
| 856 |
+
dilly-dally%2:42:00:: 117
|
| 857 |
+
dine%2:34:01:: 14
|
| 858 |
+
dine_in%2:34:00:: 14
|
| 859 |
+
dine_out%2:34:00:: 14
|
| 860 |
+
dip%2:30:01:: 133
|
| 861 |
+
dip%2:38:01:: 134
|
| 862 |
+
direct%2:32:00:: 123
|
| 863 |
+
direct%2:36:00:: 139
|
| 864 |
+
disaffect%2:37:00:: 159
|
| 865 |
+
disallow%2:32:00:: 139
|
| 866 |
+
disappear%2:30:00:: 131,14
|
| 867 |
+
disappear%2:39:00:: 134
|
| 868 |
+
disappoint%2:37:00:: 159,126
|
| 869 |
+
disarm%2:37:00:: 15
|
| 870 |
+
discharge%2:32:00:: 140
|
| 871 |
+
disclose%2:32:00:: 112
|
| 872 |
+
discombobulate%2:37:00:: 126,127
|
| 873 |
+
discomfit%2:37:00:: 159
|
| 874 |
+
discompose%2:37:00:: 159
|
| 875 |
+
disconcert%2:37:01:: 159
|
| 876 |
+
disconcert%2:37:02:: 126
|
| 877 |
+
discontent%2:37:00:: 159
|
| 878 |
+
discourage%2:32:01:: 125
|
| 879 |
+
discourage%2:32:02:: 15,125
|
| 880 |
+
discourage%2:37:00:: 126
|
| 881 |
+
discourse%2:32:02:: 14,129
|
| 882 |
+
discover%2:31:01:: 112
|
| 883 |
+
discredit%2:32:00:: 159
|
| 884 |
+
discuss%2:32:00:: 15,129
|
| 885 |
+
disdain%2:37:00:: 15
|
| 886 |
+
disenchant%2:37:00:: 159
|
| 887 |
+
disentangle%2:29:00:: 146
|
| 888 |
+
disentangle%2:35:00:: 146
|
| 889 |
+
disgrace%2:41:00:: 159
|
| 890 |
+
disgruntle%2:37:00:: 159
|
| 891 |
+
disguise%2:39:00:: 98
|
| 892 |
+
disgust%2:37:00:: 159
|
| 893 |
+
dish%2:34:00:: 116
|
| 894 |
+
dish_out%2:34:00:: 116
|
| 895 |
+
dish_up%2:34:00:: 116
|
| 896 |
+
dishearten%2:37:00:: 159,126
|
| 897 |
+
dishonor%2:41:00:: 159
|
| 898 |
+
dishonour%2:41:00:: 159
|
| 899 |
+
disillusion%2:37:00:: 159
|
| 900 |
+
dislike%2:37:00:: 15,139
|
| 901 |
+
dismay%2:37:00:: 126,159
|
| 902 |
+
dismay%2:37:01:: 126,159
|
| 903 |
+
dismember%2:35:00:: 140
|
| 904 |
+
dispatch%2:38:00:: 111
|
| 905 |
+
dispatch%2:41:01:: 15
|
| 906 |
+
dispirit%2:37:00:: 126
|
| 907 |
+
displease%2:37:00:: 126,159
|
| 908 |
+
disport%2:41:00:: 159
|
| 909 |
+
dispossess%2:40:00:: 148
|
| 910 |
+
disquiet%2:37:00:: 126
|
| 911 |
+
disrobe%2:29:01:: 97,98
|
| 912 |
+
dissatisfy%2:37:00:: 159
|
| 913 |
+
dissuade%2:32:00:: 15,123
|
| 914 |
+
distend%2:30:01:: 144
|
| 915 |
+
distract%2:37:02:: 126,159
|
| 916 |
+
distress%2:37:00:: 126
|
| 917 |
+
distribute%2:41:00:: 139
|
| 918 |
+
distrust%2:31:00:: 140
|
| 919 |
+
disturb%2:30:00:: 15
|
| 920 |
+
disturb%2:37:00:: 126,159
|
| 921 |
+
dive%2:38:00:: 133,136
|
| 922 |
+
dive%2:38:02:: 166,167
|
| 923 |
+
divert%2:41:00:: 159
|
| 924 |
+
divest%2:40:01:: 148
|
| 925 |
+
divorce%2:41:00:: 14,15
|
| 926 |
+
divulge%2:32:00:: 112
|
| 927 |
+
do%2:29:04:: 146
|
| 928 |
+
do%2:36:00:: 115
|
| 929 |
+
do_in%2:35:00:: 140
|
| 930 |
+
dock%2:35:00:: 72
|
| 931 |
+
dodder%2:38:00:: 1
|
| 932 |
+
dog%2:38:00:: 15
|
| 933 |
+
domineer%2:37:00:: 15
|
| 934 |
+
double%2:30:00:: 102,103
|
| 935 |
+
double_crochet%2:36:00:: 117
|
| 936 |
+
double_stitch%2:36:00:: 117
|
| 937 |
+
doubt%2:31:00:: 112,113
|
| 938 |
+
douse%2:30:00:: 81
|
| 939 |
+
douse%2:42:09:: 82
|
| 940 |
+
down%2:33:00:: 130
|
| 941 |
+
down%2:34:01:: 35
|
| 942 |
+
down%2:35:00:: 130
|
| 943 |
+
dowse%2:30:00:: 81
|
| 944 |
+
dowse%2:42:09:: 82
|
| 945 |
+
draft%2:36:00:: 115
|
| 946 |
+
drag%2:35:02:: 166,167
|
| 947 |
+
drag%2:38:02:: 1
|
| 948 |
+
drain%2:30:01:: 105
|
| 949 |
+
drain%2:30:04:: 159
|
| 950 |
+
drain%2:38:00:: 104
|
| 951 |
+
dramatise%2:32:00:: 111
|
| 952 |
+
dramatise%2:36:00:: 115
|
| 953 |
+
dramatize%2:32:00:: 111
|
| 954 |
+
dramatize%2:36:00:: 115
|
| 955 |
+
draw_near%2:38:00:: 14
|
| 956 |
+
dread%2:37:00:: 15
|
| 957 |
+
dream_up%2:36:00:: 115
|
| 958 |
+
dredge%2:35:01:: 166,167
|
| 959 |
+
drench%2:30:00:: 81
|
| 960 |
+
drench%2:30:01:: 80
|
| 961 |
+
dress%2:29:00:: 97,98
|
| 962 |
+
dress%2:29:02:: 143
|
| 963 |
+
dress%2:29:04:: 146
|
| 964 |
+
dress%2:29:06:: 73
|
| 965 |
+
dress%2:35:00:: 116
|
| 966 |
+
dress%2:36:00:: 116
|
| 967 |
+
dress_down%2:32:00:: 15
|
| 968 |
+
dribble%2:35:10:: 44
|
| 969 |
+
dribble%2:38:00:: 45
|
| 970 |
+
drink%2:34:00:: 97,106
|
| 971 |
+
drink%2:34:01:: 97
|
| 972 |
+
drip%2:35:10:: 44
|
| 973 |
+
drive%2:35:07:: 20
|
| 974 |
+
drive%2:38:00:: 26
|
| 975 |
+
drive%2:38:01:: 11
|
| 976 |
+
drive%2:41:02:: 123
|
| 977 |
+
drive%2:42:00:: 131
|
| 978 |
+
drive_up%2:38:00:: 131
|
| 979 |
+
drizzle%2:35:00:: 48
|
| 980 |
+
drizzle%2:43:00:: 122
|
| 981 |
+
drone%2:32:00:: 14
|
| 982 |
+
drone_on%2:32:00:: 14
|
| 983 |
+
drool%2:37:00:: 160
|
| 984 |
+
drool_over%2:37:00:: 15
|
| 985 |
+
drop%2:30:00:: 133
|
| 986 |
+
drop%2:35:03:: 147
|
| 987 |
+
drop%2:38:00:: 132
|
| 988 |
+
drop%2:38:01:: 6
|
| 989 |
+
drop%2:42:04:: 39
|
| 990 |
+
drown%2:30:01:: 140
|
| 991 |
+
drub%2:35:00:: 130
|
| 992 |
+
dry_clean%2:35:00:: 117
|
| 993 |
+
dub%2:32:00:: 170
|
| 994 |
+
dub%2:32:01:: 139
|
| 995 |
+
duck%2:38:01:: 136
|
| 996 |
+
dumbfound%2:31:00:: 126,127
|
| 997 |
+
dump%2:38:00:: 50
|
| 998 |
+
dust%2:35:02:: 51
|
| 999 |
+
dust%2:35:03:: 52
|
| 1000 |
+
dye%2:30:00:: 146
|
| 1001 |
+
e-mail%2:32:00:: 93,94
|
| 1002 |
+
earn%2:40:01:: 69
|
| 1003 |
+
ease%2:37:00:: 127
|
| 1004 |
+
eat%2:34:00:: 35
|
| 1005 |
+
eat%2:34:01:: 14
|
| 1006 |
+
eat%2:34:02:: 106
|
| 1007 |
+
eat%2:34:13:: 35
|
| 1008 |
+
eat%2:37:00:: 126
|
| 1009 |
+
eat_in%2:34:00:: 14
|
| 1010 |
+
eat_into%2:37:00:: 126
|
| 1011 |
+
eat_on%2:37:00:: 126
|
| 1012 |
+
eat_out%2:34:00:: 14
|
| 1013 |
+
eat_up%2:34:00:: 35
|
| 1014 |
+
eat_up%2:34:03:: 35
|
| 1015 |
+
echo%2:39:00:: 158
|
| 1016 |
+
edify%2:32:00:: 159
|
| 1017 |
+
edit%2:30:00:: 111
|
| 1018 |
+
edit%2:30:01:: 145
|
| 1019 |
+
edit_out%2:30:00:: 145
|
| 1020 |
+
elaborate%2:32:00:: 112
|
| 1021 |
+
elate%2:37:00:: 127,159
|
| 1022 |
+
elect%2:41:00:: 169
|
| 1023 |
+
electrify%2:37:00:: 127
|
| 1024 |
+
electrocute%2:41:00:: 140
|
| 1025 |
+
elevate%2:38:00:: 43
|
| 1026 |
+
eliminate%2:30:00:: 140
|
| 1027 |
+
elude%2:42:00:: 159
|
| 1028 |
+
embarrass%2:37:00:: 159,15
|
| 1029 |
+
embellish%2:32:00:: 111
|
| 1030 |
+
embellish%2:36:00:: 75
|
| 1031 |
+
embellish%2:42:00:: 76
|
| 1032 |
+
embezzle%2:40:00:: 69
|
| 1033 |
+
embolden%2:37:00:: 127
|
| 1034 |
+
embrace%2:35:00:: 14,15
|
| 1035 |
+
embroider%2:32:00:: 111
|
| 1036 |
+
embroider%2:36:00:: 117
|
| 1037 |
+
employ%2:34:00:: 73
|
| 1038 |
+
empty%2:30:01:: 86
|
| 1039 |
+
empty%2:35:00:: 85
|
| 1040 |
+
enamor%2:37:00:: 159
|
| 1041 |
+
encase%2:35:00:: 71
|
| 1042 |
+
enchain%2:35:00:: 140
|
| 1043 |
+
enchant%2:37:00:: 127
|
| 1044 |
+
enchant%2:37:01:: 159
|
| 1045 |
+
encourage%2:32:00:: 123
|
| 1046 |
+
encourage%2:37:00:: 127
|
| 1047 |
+
encourage%2:41:00:: 123
|
| 1048 |
+
end%2:30:01:: 138
|
| 1049 |
+
endanger%2:42:00:: 73
|
| 1050 |
+
endure%2:31:00:: 15
|
| 1051 |
+
enervate%2:37:00:: 126
|
| 1052 |
+
enfeeble%2:30:00:: 159
|
| 1053 |
+
engage%2:31:00:: 98,159
|
| 1054 |
+
engineer%2:31:01:: 115
|
| 1055 |
+
engross%2:31:00:: 159
|
| 1056 |
+
enjoin%2:32:00:: 123
|
| 1057 |
+
enjoy%2:34:00:: 139,145
|
| 1058 |
+
enjoy%2:37:01:: 123
|
| 1059 |
+
enlarge%2:30:00:: 103
|
| 1060 |
+
enlarge%2:30:03:: 102
|
| 1061 |
+
enlarge%2:32:04:: 112
|
| 1062 |
+
enlighten%2:32:00:: 159
|
| 1063 |
+
enquire%2:32:00:: 113
|
| 1064 |
+
enrage%2:37:00:: 159,15
|
| 1065 |
+
enrapture%2:37:00:: 127,159
|
| 1066 |
+
ensnare%2:41:00:: 140
|
| 1067 |
+
entangle%2:35:00:: 146
|
| 1068 |
+
entertain%2:41:00:: 15,159
|
| 1069 |
+
enthral%2:37:00:: 127
|
| 1070 |
+
enthrall%2:37:00:: 127,159
|
| 1071 |
+
enthuse%2:32:00:: 14,160
|
| 1072 |
+
enthuse%2:37:00:: 127,159
|
| 1073 |
+
entice%2:32:00:: 123
|
| 1074 |
+
entitle%2:41:00:: 123
|
| 1075 |
+
entomb%2:41:00:: 15
|
| 1076 |
+
entrance%2:29:00:: 159
|
| 1077 |
+
entrap%2:41:00:: 140
|
| 1078 |
+
entrust%2:40:00:: 123
|
| 1079 |
+
entrust%2:40:01:: 91,92
|
| 1080 |
+
envisage%2:36:00:: 115
|
| 1081 |
+
envision%2:36:00:: 115
|
| 1082 |
+
envy%2:37:01:: 15
|
| 1083 |
+
epilate%2:29:00:: 146
|
| 1084 |
+
escape%2:42:00:: 159
|
| 1085 |
+
essay%2:41:00:: 137
|
| 1086 |
+
esteem%2:31:01:: 15
|
| 1087 |
+
estrange%2:37:00:: 159
|
| 1088 |
+
evangelize%2:32:00:: 14
|
| 1089 |
+
evaporate%2:30:00:: 104,105
|
| 1090 |
+
evolve%2:36:00:: 115
|
| 1091 |
+
exact%2:32:00:: 2
|
| 1092 |
+
exalt%2:37:01:: 127
|
| 1093 |
+
examine%2:31:00:: 139
|
| 1094 |
+
examine%2:39:00:: 168
|
| 1095 |
+
exasperate%2:37:00:: 126
|
| 1096 |
+
excavate%2:35:01:: 147
|
| 1097 |
+
exchange%2:40:00:: 71
|
| 1098 |
+
excite%2:37:00:: 159
|
| 1099 |
+
excite%2:37:01:: 159
|
| 1100 |
+
excite%2:37:03:: 126,127
|
| 1101 |
+
exclaim%2:32:00:: 112
|
| 1102 |
+
exculpate%2:32:00:: 140
|
| 1103 |
+
excuse%2:32:04:: 15
|
| 1104 |
+
execrate%2:32:00:: 139
|
| 1105 |
+
execrate%2:37:00:: 139
|
| 1106 |
+
execute%2:41:00:: 140
|
| 1107 |
+
exempt%2:32:00:: 15
|
| 1108 |
+
exercise%2:29:00:: 97,98
|
| 1109 |
+
exercise%2:29:01:: 73
|
| 1110 |
+
exhaust%2:29:00:: 159
|
| 1111 |
+
exhaust%2:40:00:: 69
|
| 1112 |
+
exhilarate%2:37:00:: 127,159
|
| 1113 |
+
exhort%2:32:00:: 15,123
|
| 1114 |
+
exhort%2:32:01:: 123
|
| 1115 |
+
exit%2:38:00:: 72
|
| 1116 |
+
exonerate%2:32:00:: 140
|
| 1117 |
+
expand%2:30:01:: 135
|
| 1118 |
+
expatiate%2:32:00:: 112
|
| 1119 |
+
expect%2:31:00:: 137
|
| 1120 |
+
expect%2:32:00:: 123
|
| 1121 |
+
expend%2:34:00:: 69
|
| 1122 |
+
explain%2:32:00:: 139
|
| 1123 |
+
explain%2:32:01:: 112
|
| 1124 |
+
explicate%2:32:00:: 139
|
| 1125 |
+
explore%2:31:00:: 113
|
| 1126 |
+
explore%2:31:02:: 166
|
| 1127 |
+
export%2:40:00:: 139
|
| 1128 |
+
express-mail%2:32:00:: 88
|
| 1129 |
+
expurgate%2:30:00:: 111
|
| 1130 |
+
exterminate%2:35:01:: 140
|
| 1131 |
+
extol%2:32:00:: 139
|
| 1132 |
+
exult%2:32:00:: 160
|
| 1133 |
+
exult%2:37:00:: 14
|
| 1134 |
+
eye%2:39:00:: 15
|
| 1135 |
+
eyeball%2:39:00:: 15
|
| 1136 |
+
face%2:42:00:: 24
|
| 1137 |
+
fail%2:30:00:: 131
|
| 1138 |
+
falcon%2:33:00:: 161
|
| 1139 |
+
fall%2:38:00:: 136
|
| 1140 |
+
fall_flat%2:41:00:: 135
|
| 1141 |
+
fall_in_love%2:30:00:: 14
|
| 1142 |
+
fall_off%2:30:00:: 133
|
| 1143 |
+
fall_through%2:41:00:: 135
|
| 1144 |
+
falter%2:32:00:: 14
|
| 1145 |
+
falter%2:38:00:: 14
|
| 1146 |
+
fancy%2:37:00:: 35,15
|
| 1147 |
+
fascinate%2:37:01:: 159
|
| 1148 |
+
fashion%2:36:00:: 117
|
| 1149 |
+
fatigue%2:29:00:: 15
|
| 1150 |
+
favor%2:41:00:: 15,116
|
| 1151 |
+
favor%2:41:01:: 15
|
| 1152 |
+
favor%2:41:03:: 123
|
| 1153 |
+
favour%2:41:00:: 15,116
|
| 1154 |
+
favour%2:41:03:: 123
|
| 1155 |
+
fawn%2:32:00:: 14
|
| 1156 |
+
fax%2:32:00:: 93,94
|
| 1157 |
+
faze%2:37:00:: 126,159
|
| 1158 |
+
fear%2:37:00:: 15
|
| 1159 |
+
fear%2:37:03:: 112
|
| 1160 |
+
feast%2:34:00:: 14
|
| 1161 |
+
feast%2:34:01:: 15
|
| 1162 |
+
feed%2:30:00:: 147
|
| 1163 |
+
feed%2:34:00:: 106
|
| 1164 |
+
feed%2:34:01:: 33,34
|
| 1165 |
+
feed%2:34:04:: 73
|
| 1166 |
+
feel%2:31:00:: 112
|
| 1167 |
+
feel%2:37:00:: 109
|
| 1168 |
+
feel%2:39:10:: 166
|
| 1169 |
+
feel%2:42:00:: 120
|
| 1170 |
+
feel_for%2:37:00:: 15
|
| 1171 |
+
feel_like%2:37:00:: 138
|
| 1172 |
+
fell%2:35:00:: 147
|
| 1173 |
+
felt%2:35:00:: 117
|
| 1174 |
+
fertilize%2:30:00:: 147
|
| 1175 |
+
fetter%2:35:00:: 140
|
| 1176 |
+
fight%2:33:00:: 14,15
|
| 1177 |
+
filch%2:40:00:: 71
|
| 1178 |
+
file%2:32:00:: 70
|
| 1179 |
+
file_away%2:35:00:: 70
|
| 1180 |
+
fill%2:30:01:: 49
|
| 1181 |
+
fill%2:42:00:: 74
|
| 1182 |
+
fill_up%2:30:00:: 49
|
| 1183 |
+
film%2:32:00:: 139
|
| 1184 |
+
film%2:36:00:: 115,145
|
| 1185 |
+
filter%2:38:00:: 45
|
| 1186 |
+
finance%2:40:00:: 139
|
| 1187 |
+
find%2:31:10:: 112
|
| 1188 |
+
find%2:40:00:: 38
|
| 1189 |
+
find%2:40:02:: 38
|
| 1190 |
+
find_out%2:31:00:: 112
|
| 1191 |
+
find_out%2:32:01:: 113
|
| 1192 |
+
fingerprint%2:36:00:: 140
|
| 1193 |
+
finish%2:30:02:: 138
|
| 1194 |
+
finish%2:34:00:: 35
|
| 1195 |
+
fire%2:30:01:: 147
|
| 1196 |
+
fish%2:33:00:: 166,167
|
| 1197 |
+
fit%2:30:00:: 117
|
| 1198 |
+
fit%2:30:01:: 117
|
| 1199 |
+
fit%2:42:02:: 131
|
| 1200 |
+
fix%2:30:01:: 43
|
| 1201 |
+
fix%2:36:00:: 116
|
| 1202 |
+
flabbergast%2:31:00:: 126,127,159
|
| 1203 |
+
flail%2:35:00:: 140
|
| 1204 |
+
flame%2:43:01:: 149,150
|
| 1205 |
+
flare%2:43:01:: 149,150
|
| 1206 |
+
flash%2:39:00:: 149,150
|
| 1207 |
+
flash-freeze%2:30:00:: 116
|
| 1208 |
+
flatter%2:32:00:: 15
|
| 1209 |
+
fleece%2:40:00:: 148
|
| 1210 |
+
flex%2:38:00:: 13
|
| 1211 |
+
flick%2:43:00:: 149,150
|
| 1212 |
+
flicker%2:43:00:: 149,150
|
| 1213 |
+
fling_off%2:36:00:: 115
|
| 1214 |
+
flip%2:35:00:: 4
|
| 1215 |
+
flip%2:38:00:: 9
|
| 1216 |
+
flirt%2:32:00:: 129
|
| 1217 |
+
float%2:38:01:: 131
|
| 1218 |
+
float%2:38:02:: 6
|
| 1219 |
+
flock%2:38:00:: 151
|
| 1220 |
+
flog%2:35:00:: 140
|
| 1221 |
+
flog%2:35:01:: 140
|
| 1222 |
+
floor%2:35:00:: 130
|
| 1223 |
+
floor%2:37:00:: 126,127,159
|
| 1224 |
+
flop%2:38:01:: 162,163
|
| 1225 |
+
flop%2:41:00:: 135
|
| 1226 |
+
flounce%2:38:00:: 26
|
| 1227 |
+
flourish%2:30:01:: 135
|
| 1228 |
+
flow%2:38:00:: 45
|
| 1229 |
+
flow_away%2:30:00:: 104
|
| 1230 |
+
flow_off%2:30:00:: 104
|
| 1231 |
+
fluff%2:29:00:: 146
|
| 1232 |
+
flummox%2:31:00:: 126,127
|
| 1233 |
+
flump%2:38:00:: 132
|
| 1234 |
+
flump_down%2:38:00:: 132
|
| 1235 |
+
flurry%2:37:00:: 126,127
|
| 1236 |
+
fluster%2:37:00:: 126,127
|
| 1237 |
+
flutter%2:38:02:: 151,152
|
| 1238 |
+
fly%2:38:00:: 164,165
|
| 1239 |
+
fly%2:38:04:: 32
|
| 1240 |
+
fly_by%2:38:01:: 131
|
| 1241 |
+
fly_open%2:35:00:: 142
|
| 1242 |
+
fold%2:30:00:: 18
|
| 1243 |
+
fold%2:30:10:: 19,101
|
| 1244 |
+
fold%2:41:00:: 135
|
| 1245 |
+
fold_up%2:30:10:: 19,101
|
| 1246 |
+
fold_up%2:35:00:: 18
|
| 1247 |
+
folk_dance%2:38:00:: 14
|
| 1248 |
+
follow%2:31:14:: 139
|
| 1249 |
+
follow%2:36:00:: 15
|
| 1250 |
+
follow%2:38:00:: 15,11
|
| 1251 |
+
follow%2:38:13:: 11
|
| 1252 |
+
follow%2:39:13:: 140
|
| 1253 |
+
follow%2:41:02:: 4
|
| 1254 |
+
forage%2:34:00:: 106
|
| 1255 |
+
forbid%2:32:00:: 139
|
| 1256 |
+
force%2:36:00:: 123
|
| 1257 |
+
force%2:41:00:: 123
|
| 1258 |
+
foregather%2:41:00:: 151
|
| 1259 |
+
forgather%2:41:00:: 151
|
| 1260 |
+
forget%2:31:00:: 111
|
| 1261 |
+
forget%2:31:01:: 111
|
| 1262 |
+
forget%2:31:02:: 38
|
| 1263 |
+
forget%2:31:03:: 137
|
| 1264 |
+
formulate%2:36:00:: 115
|
| 1265 |
+
forsake%2:31:00:: 15
|
| 1266 |
+
forward%2:38:00:: 87,88
|
| 1267 |
+
founder%2:41:00:: 135
|
| 1268 |
+
fowl%2:33:00:: 161
|
| 1269 |
+
fowl%2:33:01:: 161
|
| 1270 |
+
foxhunt%2:33:00:: 161
|
| 1271 |
+
foxtrot%2:38:00:: 14
|
| 1272 |
+
fracture%2:29:00:: 143
|
| 1273 |
+
fracture%2:29:02:: 7
|
| 1274 |
+
fracture%2:30:10:: 6,100
|
| 1275 |
+
frame%2:41:00:: 140
|
| 1276 |
+
free%2:41:00:: 140
|
| 1277 |
+
freeze%2:30:00:: 104
|
| 1278 |
+
freeze%2:30:02:: 116
|
| 1279 |
+
freeze%2:30:03:: 69
|
| 1280 |
+
freeze%2:43:10:: 122
|
| 1281 |
+
freeze-dry%2:30:00:: 116
|
| 1282 |
+
french-fry%2:30:00:: 116
|
| 1283 |
+
fret%2:37:00:: 14
|
| 1284 |
+
fret%2:37:02:: 126
|
| 1285 |
+
fret%2:37:03:: 160
|
| 1286 |
+
fricassee%2:30:00:: 116
|
| 1287 |
+
fright%2:37:00:: 126
|
| 1288 |
+
frighten%2:37:00:: 126
|
| 1289 |
+
frighten_away%2:37:00:: 15,126
|
| 1290 |
+
frighten_off%2:37:00:: 15,126
|
| 1291 |
+
frizz%2:35:00:: 146
|
| 1292 |
+
frizzle%2:30:00:: 116
|
| 1293 |
+
frizzle%2:35:00:: 146
|
| 1294 |
+
frogmarch%2:35:00:: 140
|
| 1295 |
+
frogmarch%2:38:00:: 140
|
| 1296 |
+
front%2:42:00:: 24
|
| 1297 |
+
frustrate%2:37:00:: 159
|
| 1298 |
+
fry%2:30:00:: 116
|
| 1299 |
+
fry%2:41:00:: 140
|
| 1300 |
+
fuck%2:35:00:: 14,15
|
| 1301 |
+
full%2:30:00:: 134
|
| 1302 |
+
fume%2:37:00:: 14,160
|
| 1303 |
+
function%2:35:00:: 131
|
| 1304 |
+
fund%2:40:00:: 123
|
| 1305 |
+
funnel%2:35:00:: 44
|
| 1306 |
+
fuss%2:37:00:: 160
|
| 1307 |
+
gag%2:39:00:: 140
|
| 1308 |
+
gain%2:30:00:: 134
|
| 1309 |
+
gain%2:40:00:: 69
|
| 1310 |
+
gain%2:40:01:: 69
|
| 1311 |
+
gall%2:37:00:: 159
|
| 1312 |
+
gallop%2:38:01:: 20
|
| 1313 |
+
gallop%2:38:03:: 22
|
| 1314 |
+
galvanize%2:37:00:: 126,127,159
|
| 1315 |
+
gang-rape%2:41:00:: 140
|
| 1316 |
+
gaol%2:41:00:: 140
|
| 1317 |
+
garnish%2:36:00:: 116
|
| 1318 |
+
garotte%2:35:00:: 140
|
| 1319 |
+
garrotte%2:35:00:: 140
|
| 1320 |
+
gash%2:35:00:: 145
|
| 1321 |
+
gather%2:41:02:: 140
|
| 1322 |
+
gaze%2:39:00:: 26
|
| 1323 |
+
gel%2:29:00:: 146
|
| 1324 |
+
generalise%2:32:00:: 14
|
| 1325 |
+
generalize%2:32:00:: 14
|
| 1326 |
+
get%2:30:00:: 109
|
| 1327 |
+
get%2:30:12:: 138
|
| 1328 |
+
get%2:32:00:: 123
|
| 1329 |
+
get%2:37:11:: 126
|
| 1330 |
+
get%2:40:00:: 4
|
| 1331 |
+
get_down%2:37:00:: 159
|
| 1332 |
+
get_hold_of%2:35:00:: 4
|
| 1333 |
+
get_married%2:41:00:: 14
|
| 1334 |
+
get_to%2:37:00:: 159
|
| 1335 |
+
get_together%2:41:03:: 140
|
| 1336 |
+
get_up%2:38:00:: 43
|
| 1337 |
+
get_up%2:38:01:: 14
|
| 1338 |
+
get_word%2:31:00:: 112
|
| 1339 |
+
ghost%2:36:00:: 115
|
| 1340 |
+
ghost%2:37:00:: 127
|
| 1341 |
+
ghostwrite%2:36:00:: 115
|
| 1342 |
+
give%2:40:03:: 33,34
|
| 1343 |
+
give%2:40:06:: 87,88
|
| 1344 |
+
give_away%2:32:00:: 112
|
| 1345 |
+
give_out%2:30:00:: 131
|
| 1346 |
+
give_the_eye%2:39:00:: 15
|
| 1347 |
+
give_the_once_over%2:39:00:: 15
|
| 1348 |
+
give_up%2:42:00:: 138
|
| 1349 |
+
give_way%2:38:00:: 131
|
| 1350 |
+
gladden%2:37:00:: 127
|
| 1351 |
+
glance%2:39:00:: 26
|
| 1352 |
+
glare%2:29:00:: 16
|
| 1353 |
+
gleam%2:39:00:: 149,150
|
| 1354 |
+
glean%2:35:00:: 56
|
| 1355 |
+
glide%2:38:00:: 10
|
| 1356 |
+
glide%2:38:02:: 11
|
| 1357 |
+
glimmer%2:39:00:: 149,150
|
| 1358 |
+
glint%2:39:00:: 149,150
|
| 1359 |
+
glisten%2:39:00:: 149,150
|
| 1360 |
+
glitter%2:39:00:: 149,150
|
| 1361 |
+
gloat%2:32:00:: 160,14
|
| 1362 |
+
gloat%2:39:00:: 160
|
| 1363 |
+
glorify%2:32:00:: 139
|
| 1364 |
+
glow%2:43:00:: 149,150
|
| 1365 |
+
glower%2:29:01:: 26
|
| 1366 |
+
go%2:30:03:: 131
|
| 1367 |
+
go%2:30:04:: 45
|
| 1368 |
+
go%2:33:00:: 14
|
| 1369 |
+
go%2:35:00:: 131
|
| 1370 |
+
go%2:38:00:: 1
|
| 1371 |
+
go%2:42:04:: 42
|
| 1372 |
+
go_after%2:38:01:: 15
|
| 1373 |
+
go_away%2:30:00:: 131
|
| 1374 |
+
go_away%2:38:00:: 14
|
| 1375 |
+
go_away%2:39:00:: 134
|
| 1376 |
+
go_down%2:38:01:: 134
|
| 1377 |
+
go_down%2:38:02:: 136
|
| 1378 |
+
go_for%2:37:00:: 35
|
| 1379 |
+
go_on%2:42:00:: 138
|
| 1380 |
+
go_over%2:31:01:: 111
|
| 1381 |
+
go_past%2:38:00:: 131
|
| 1382 |
+
go_through%2:34:00:: 35
|
| 1383 |
+
go_under%2:38:08:: 134
|
| 1384 |
+
go_up%2:30:00:: 133
|
| 1385 |
+
go_up%2:38:10:: 136
|
| 1386 |
+
gobble%2:34:00:: 35
|
| 1387 |
+
gobble_up%2:34:00:: 35
|
| 1388 |
+
gossip%2:32:00:: 14,129
|
| 1389 |
+
grace%2:36:00:: 75
|
| 1390 |
+
grace%2:42:00:: 76
|
| 1391 |
+
grant%2:40:03:: 91,92
|
| 1392 |
+
grasp%2:31:00:: 139,111
|
| 1393 |
+
grate%2:37:00:: 126
|
| 1394 |
+
gratify%2:34:00:: 15
|
| 1395 |
+
gratify%2:37:00:: 159
|
| 1396 |
+
gravel%2:37:00:: 159
|
| 1397 |
+
graze%2:34:02:: 14
|
| 1398 |
+
graze%2:35:01:: 106
|
| 1399 |
+
graze%2:35:02:: 143
|
| 1400 |
+
graze%2:35:10:: 73
|
| 1401 |
+
grieve%2:37:00:: 14
|
| 1402 |
+
grieve%2:37:01:: 126
|
| 1403 |
+
grill%2:30:00:: 116
|
| 1404 |
+
grind%2:38:00:: 97
|
| 1405 |
+
groan%2:32:00:: 155,156
|
| 1406 |
+
groom%2:29:03:: 73
|
| 1407 |
+
ground%2:35:03:: 141
|
| 1408 |
+
group%2:33:00:: 151
|
| 1409 |
+
grouse%2:33:00:: 161
|
| 1410 |
+
grow%2:30:00:: 135
|
| 1411 |
+
grow%2:30:01:: 56
|
| 1412 |
+
grow%2:30:02:: 144
|
| 1413 |
+
grow%2:30:03:: 109
|
| 1414 |
+
grow%2:30:04:: 14
|
| 1415 |
+
grow%2:30:10:: 14
|
| 1416 |
+
grow%2:36:00:: 56
|
| 1417 |
+
grow_up%2:41:00:: 14
|
| 1418 |
+
growl%2:32:00:: 155,156
|
| 1419 |
+
grumble%2:39:00:: 153,154
|
| 1420 |
+
guarantee%2:32:01:: 91,92
|
| 1421 |
+
guess%2:31:00:: 112
|
| 1422 |
+
guide%2:38:00:: 22
|
| 1423 |
+
guillotine%2:35:00:: 140
|
| 1424 |
+
gulp%2:34:01:: 14
|
| 1425 |
+
gush%2:32:00:: 160
|
| 1426 |
+
guttle%2:34:00:: 35
|
| 1427 |
+
gyp%2:41:00:: 148
|
| 1428 |
+
hack%2:30:00:: 111
|
| 1429 |
+
hack%2:35:02:: 116
|
| 1430 |
+
haggle%2:40:00:: 14,129
|
| 1431 |
+
hail%2:32:02:: 139
|
| 1432 |
+
hail%2:43:00:: 122
|
| 1433 |
+
halt%2:38:01:: 131,73
|
| 1434 |
+
halt%2:38:05:: 73
|
| 1435 |
+
hamstring%2:37:00:: 159
|
| 1436 |
+
hand%2:40:00:: 33,34
|
| 1437 |
+
handcuff%2:35:00:: 140
|
| 1438 |
+
handwash%2:35:00:: 117
|
| 1439 |
+
hang%2:35:00:: 40
|
| 1440 |
+
hang%2:35:03:: 39
|
| 1441 |
+
hang%2:35:04:: 141
|
| 1442 |
+
hang%2:35:05:: 142
|
| 1443 |
+
hang%2:35:06:: 164,165
|
| 1444 |
+
hang%2:41:00:: 140
|
| 1445 |
+
hang_up%2:35:01:: 40
|
| 1446 |
+
hanker%2:37:00:: 137
|
| 1447 |
+
harmonize%2:36:00:: 14
|
| 1448 |
+
harry%2:37:00:: 15
|
| 1449 |
+
harvest%2:35:00:: 56
|
| 1450 |
+
hash%2:35:00:: 116
|
| 1451 |
+
hassle%2:37:00:: 15
|
| 1452 |
+
hatch%2:36:00:: 115
|
| 1453 |
+
hate%2:37:00:: 15,139
|
| 1454 |
+
haunt%2:37:00:: 127,159
|
| 1455 |
+
have%2:34:00:: 52
|
| 1456 |
+
have%2:40:00:: 69
|
| 1457 |
+
have%2:40:03:: 2,69,35
|
| 1458 |
+
have_got%2:40:00:: 69
|
| 1459 |
+
hawk%2:33:00:: 161
|
| 1460 |
+
head%2:38:00:: 26
|
| 1461 |
+
heap%2:30:00:: 49
|
| 1462 |
+
heap%2:35:00:: 50
|
| 1463 |
+
hear%2:31:00:: 112
|
| 1464 |
+
hear%2:39:00:: 145
|
| 1465 |
+
hearten%2:37:00:: 159
|
| 1466 |
+
heat%2:30:00:: 104
|
| 1467 |
+
heat%2:30:01:: 105
|
| 1468 |
+
heat_up%2:30:00:: 105
|
| 1469 |
+
heat_up%2:30:01:: 104
|
| 1470 |
+
help%2:34:00:: 15
|
| 1471 |
+
help%2:34:04:: 98
|
| 1472 |
+
help%2:41:00:: 123
|
| 1473 |
+
help%2:42:00:: 15
|
| 1474 |
+
hem_and_haw%2:32:00:: 107
|
| 1475 |
+
henna%2:30:00:: 146
|
| 1476 |
+
herd%2:38:00:: 151
|
| 1477 |
+
hero-worship%2:37:00:: 15
|
| 1478 |
+
hesitate%2:42:01:: 107
|
| 1479 |
+
hew%2:35:00:: 147
|
| 1480 |
+
hibachi%2:30:00:: 116
|
| 1481 |
+
hide%2:39:00:: 97,98
|
| 1482 |
+
hide%2:39:01:: 97,98
|
| 1483 |
+
higgle%2:40:00:: 14,129
|
| 1484 |
+
hike%2:38:00:: 14,26
|
| 1485 |
+
hint%2:32:00:: 112
|
| 1486 |
+
hiss%2:32:01:: 112
|
| 1487 |
+
hit%2:35:00:: 130
|
| 1488 |
+
hit%2:35:01:: 108
|
| 1489 |
+
hit%2:35:03:: 4
|
| 1490 |
+
hit%2:35:05:: 77
|
| 1491 |
+
hit%2:38:00:: 105
|
| 1492 |
+
hit%2:41:00:: 15
|
| 1493 |
+
hive_up%2:40:00:: 38
|
| 1494 |
+
hoard%2:40:00:: 38
|
| 1495 |
+
hoard%2:40:01:: 38
|
| 1496 |
+
hobble%2:38:00:: 26
|
| 1497 |
+
hog-tie%2:35:00:: 140
|
| 1498 |
+
hoist%2:35:10:: 21
|
| 1499 |
+
hold%2:31:08:: 112
|
| 1500 |
+
hold%2:35:00:: 140
|
| 1501 |
+
hold%2:38:05:: 73
|
| 1502 |
+
hold%2:40:02:: 69
|
| 1503 |
+
hold%2:42:13:: 73
|
| 1504 |
+
hold_back%2:40:00:: 69
|
| 1505 |
+
hold_back%2:42:00:: 107
|
| 1506 |
+
hold_dear%2:37:00:: 15,139
|
| 1507 |
+
hold_off%2:42:00:: 107
|
| 1508 |
+
hold_out%2:42:00:: 135
|
| 1509 |
+
hold_out%2:42:01:: 19
|
| 1510 |
+
hold_out%2:42:02:: 107
|
| 1511 |
+
hold_up%2:42:00:: 135
|
| 1512 |
+
holler%2:32:06:: 14,112
|
| 1513 |
+
hollow%2:35:00:: 147
|
| 1514 |
+
hollow_out%2:35:00:: 147
|
| 1515 |
+
hoof%2:38:00:: 1
|
| 1516 |
+
hook%2:35:02:: 130
|
| 1517 |
+
hook%2:40:00:: 71
|
| 1518 |
+
hoot%2:32:00:: 155,156
|
| 1519 |
+
hop%2:38:04:: 151,152
|
| 1520 |
+
hope%2:37:01:: 137
|
| 1521 |
+
horrify%2:37:01:: 126
|
| 1522 |
+
horse-trade%2:32:00:: 14,129
|
| 1523 |
+
horsewhip%2:35:00:: 140
|
| 1524 |
+
host%2:34:00:: 15
|
| 1525 |
+
hotfoot%2:38:00:: 26
|
| 1526 |
+
hover%2:38:00:: 164,165
|
| 1527 |
+
hover%2:42:05:: 164,165
|
| 1528 |
+
howl%2:32:01:: 10
|
| 1529 |
+
howl%2:32:03:: 155,156
|
| 1530 |
+
huckster%2:40:00:: 14,129
|
| 1531 |
+
huddle%2:38:01:: 151
|
| 1532 |
+
huddle_together%2:38:00:: 151
|
| 1533 |
+
hug%2:35:01:: 14,15
|
| 1534 |
+
hum%2:32:00:: 145,14
|
| 1535 |
+
hum%2:42:00:: 153,154
|
| 1536 |
+
humble%2:37:00:: 15
|
| 1537 |
+
humiliate%2:37:00:: 15
|
| 1538 |
+
hunt%2:33:00:: 166,167
|
| 1539 |
+
hurl%2:35:00:: 36
|
| 1540 |
+
hurt%2:29:01:: 143
|
| 1541 |
+
hurt%2:29:02:: 14
|
| 1542 |
+
hurt%2:37:00:: 15,159
|
| 1543 |
+
hurt%2:37:01:: 15
|
| 1544 |
+
hurt%2:39:00:: 144
|
| 1545 |
+
hurt%2:39:01:: 14
|
| 1546 |
+
hurtle%2:35:00:: 36
|
| 1547 |
+
hymn%2:32:00:: 14
|
| 1548 |
+
hymn%2:36:00:: 14
|
| 1549 |
+
hype_up%2:37:00:: 126,127
|
| 1550 |
+
hypertrophy%2:29:00:: 144
|
| 1551 |
+
hypnotize%2:29:00:: 15
|
| 1552 |
+
hypothecate%2:31:00:: 112
|
| 1553 |
+
hypothesize%2:31:00:: 112
|
| 1554 |
+
ice%2:30:00:: 143
|
| 1555 |
+
idolize%2:37:00:: 15
|
| 1556 |
+
ill-treat%2:41:00:: 140
|
| 1557 |
+
ill-use%2:41:00:: 140
|
| 1558 |
+
imagine%2:31:01:: 112
|
| 1559 |
+
immerse%2:35:00:: 36
|
| 1560 |
+
immobilize%2:33:00:: 130
|
| 1561 |
+
immobilize%2:35:00:: 130
|
| 1562 |
+
immure%2:41:00:: 140
|
| 1563 |
+
impale%2:35:01:: 140
|
| 1564 |
+
impel%2:36:00:: 123
|
| 1565 |
+
imperil%2:42:00:: 73
|
| 1566 |
+
implore%2:32:00:: 123
|
| 1567 |
+
import%2:40:00:: 139
|
| 1568 |
+
importune%2:32:00:: 123
|
| 1569 |
+
impregnate%2:30:00:: 81,82
|
| 1570 |
+
impress%2:37:00:: 159
|
| 1571 |
+
impress%2:37:01:: 126,127
|
| 1572 |
+
imprison%2:41:00:: 140
|
| 1573 |
+
improve%2:30:00:: 103
|
| 1574 |
+
improve%2:30:01:: 102
|
| 1575 |
+
improvise%2:36:00:: 145
|
| 1576 |
+
incarcerate%2:41:00:: 140
|
| 1577 |
+
incense%2:37:01:: 126,159
|
| 1578 |
+
incite%2:36:00:: 123
|
| 1579 |
+
increase%2:30:00:: 103
|
| 1580 |
+
increase%2:30:02:: 102
|
| 1581 |
+
incriminate%2:32:00:: 140
|
| 1582 |
+
indict%2:41:00:: 140
|
| 1583 |
+
induce%2:32:00:: 123
|
| 1584 |
+
indulge%2:34:00:: 15
|
| 1585 |
+
indulge%2:34:12:: 98
|
| 1586 |
+
infer%2:31:01:: 112
|
| 1587 |
+
influence%2:32:00:: 123
|
| 1588 |
+
infuriate%2:37:00:: 126,159
|
| 1589 |
+
ingest%2:34:00:: 35
|
| 1590 |
+
inject%2:29:00:: 143
|
| 1591 |
+
inject%2:35:00:: 53,54
|
| 1592 |
+
injure%2:37:00:: 15
|
| 1593 |
+
inquire%2:32:01:: 113
|
| 1594 |
+
inseminate%2:35:00:: 55
|
| 1595 |
+
insinuate%2:32:00:: 112
|
| 1596 |
+
insist%2:31:00:: 112
|
| 1597 |
+
insist%2:32:03:: 137
|
| 1598 |
+
inspect%2:39:00:: 168
|
| 1599 |
+
inspire%2:32:00:: 123
|
| 1600 |
+
inspire%2:32:01:: 123
|
| 1601 |
+
inspire%2:37:00:: 159
|
| 1602 |
+
instal%2:35:00:: 141
|
| 1603 |
+
install%2:35:00:: 141
|
| 1604 |
+
instigate%2:32:01:: 123
|
| 1605 |
+
instrumentate%2:36:00:: 115
|
| 1606 |
+
insult%2:32:00:: 15,159
|
| 1607 |
+
intend%2:31:00:: 137
|
| 1608 |
+
inter%2:41:00:: 15
|
| 1609 |
+
intercede%2:32:00:: 14,129
|
| 1610 |
+
interdict%2:32:00:: 139
|
| 1611 |
+
interest%2:42:01:: 126
|
| 1612 |
+
interpret%2:31:00:: 139,111
|
| 1613 |
+
interpret%2:36:00:: 145
|
| 1614 |
+
interrupt%2:30:03:: 15
|
| 1615 |
+
intersect%2:38:00:: 23,24
|
| 1616 |
+
interview%2:32:00:: 15
|
| 1617 |
+
interview%2:32:01:: 15
|
| 1618 |
+
interview%2:32:02:: 14
|
| 1619 |
+
intimate%2:32:00:: 112
|
| 1620 |
+
intimidate%2:37:00:: 15
|
| 1621 |
+
intimidate%2:37:01:: 15
|
| 1622 |
+
intone%2:32:00:: 145
|
| 1623 |
+
intoxicate%2:37:00:: 127,159
|
| 1624 |
+
intrigue%2:42:00:: 159
|
| 1625 |
+
intrust%2:40:00:: 123
|
| 1626 |
+
inundate%2:30:00:: 79
|
| 1627 |
+
invent%2:36:00:: 115
|
| 1628 |
+
investigate%2:32:00:: 168
|
| 1629 |
+
investigate%2:32:01:: 113
|
| 1630 |
+
invigorate%2:30:00:: 159
|
| 1631 |
+
invite%2:32:00:: 123
|
| 1632 |
+
invite%2:35:12:: 15
|
| 1633 |
+
invite%2:41:00:: 123
|
| 1634 |
+
irk%2:37:00:: 159
|
| 1635 |
+
iron%2:35:00:: 117
|
| 1636 |
+
iron_out%2:35:00:: 117
|
| 1637 |
+
irritate%2:37:00:: 126,159
|
| 1638 |
+
issue%2:32:02:: 2
|
| 1639 |
+
issue%2:41:00:: 91,92
|
| 1640 |
+
jab%2:35:01:: 130
|
| 1641 |
+
jabber%2:32:00:: 14
|
| 1642 |
+
jacklight%2:33:00:: 161
|
| 1643 |
+
jail%2:41:00:: 140
|
| 1644 |
+
jam%2:35:00:: 50
|
| 1645 |
+
jam%2:35:01:: 141
|
| 1646 |
+
jam%2:35:03:: 143
|
| 1647 |
+
jampack%2:35:00:: 50
|
| 1648 |
+
jangle%2:39:00:: 8
|
| 1649 |
+
jar%2:35:10:: 71
|
| 1650 |
+
jar%2:37:00:: 159
|
| 1651 |
+
jazz%2:36:00:: 145
|
| 1652 |
+
jeopardize%2:42:00:: 73
|
| 1653 |
+
jig%2:38:00:: 14
|
| 1654 |
+
jilt%2:31:00:: 15
|
| 1655 |
+
jingle%2:39:00:: 8
|
| 1656 |
+
jitterbug%2:38:00:: 14
|
| 1657 |
+
jive%2:36:00:: 14
|
| 1658 |
+
jog%2:38:00:: 14
|
| 1659 |
+
jolly_along%2:32:00:: 127
|
| 1660 |
+
jolly_up%2:32:00:: 127
|
| 1661 |
+
jolt%2:37:00:: 159
|
| 1662 |
+
jounce%2:38:00:: 5
|
| 1663 |
+
joy%2:37:01:: 127
|
| 1664 |
+
jubilate%2:32:00:: 14,160
|
| 1665 |
+
judge%2:41:09:: 140
|
| 1666 |
+
jug%2:41:00:: 140
|
| 1667 |
+
julienne%2:35:00:: 116
|
| 1668 |
+
jump%2:38:00:: 20
|
| 1669 |
+
jump%2:38:01:: 22
|
| 1670 |
+
jump%2:38:07:: 131
|
| 1671 |
+
jump_for_joy%2:37:00:: 14,160
|
| 1672 |
+
jumpstart%2:38:00:: 131
|
| 1673 |
+
kayo%2:35:00:: 140
|
| 1674 |
+
keel_over%2:38:00:: 131
|
| 1675 |
+
keep%2:40:00:: 69
|
| 1676 |
+
keep%2:41:01:: 125
|
| 1677 |
+
keep%2:42:01:: 15
|
| 1678 |
+
keep%2:42:03:: 121
|
| 1679 |
+
keep%2:42:07:: 138
|
| 1680 |
+
keep_an_eye_on%2:41:00:: 4
|
| 1681 |
+
keep_back%2:40:01:: 69
|
| 1682 |
+
kennel%2:41:00:: 73
|
| 1683 |
+
kick%2:35:00:: 140
|
| 1684 |
+
kick_around%2:41:00:: 140
|
| 1685 |
+
kill%2:35:00:: 140
|
| 1686 |
+
kill_off%2:35:00:: 140
|
| 1687 |
+
kink%2:35:00:: 146
|
| 1688 |
+
kink_up%2:35:00:: 146
|
| 1689 |
+
kiss%2:35:00:: 15
|
| 1690 |
+
kneel%2:35:00:: 162,163
|
| 1691 |
+
knife%2:35:00:: 140
|
| 1692 |
+
knit%2:36:00:: 117
|
| 1693 |
+
knock_cold%2:35:00:: 140
|
| 1694 |
+
knock_down%2:35:01:: 130
|
| 1695 |
+
knock_off%2:35:00:: 140
|
| 1696 |
+
knock_off%2:36:00:: 115
|
| 1697 |
+
knock_out%2:35:00:: 140
|
| 1698 |
+
know%2:31:00:: 98
|
| 1699 |
+
know%2:31:01:: 14
|
| 1700 |
+
know%2:31:04:: 32
|
| 1701 |
+
lace%2:36:00:: 117
|
| 1702 |
+
lace_into%2:35:00:: 130
|
| 1703 |
+
lade%2:35:01:: 49
|
| 1704 |
+
laden%2:35:01:: 49
|
| 1705 |
+
ladle%2:35:01:: 44
|
| 1706 |
+
lag%2:41:00:: 140
|
| 1707 |
+
lam%2:35:00:: 140
|
| 1708 |
+
lam_into%2:35:00:: 130
|
| 1709 |
+
lambast%2:32:00:: 15
|
| 1710 |
+
lambast%2:35:00:: 140
|
| 1711 |
+
lambaste%2:32:00:: 15
|
| 1712 |
+
lambaste%2:35:00:: 140
|
| 1713 |
+
lament%2:32:00:: 112
|
| 1714 |
+
land%2:38:00:: 136
|
| 1715 |
+
lapidate%2:35:00:: 140
|
| 1716 |
+
lard%2:36:00:: 116
|
| 1717 |
+
lash%2:35:01:: 140
|
| 1718 |
+
last%2:42:01:: 135
|
| 1719 |
+
lather%2:29:00:: 143
|
| 1720 |
+
lather%2:35:01:: 140
|
| 1721 |
+
laud%2:32:00:: 139
|
| 1722 |
+
launder%2:35:00:: 117
|
| 1723 |
+
lavish%2:40:00:: 59
|
| 1724 |
+
lay%2:35:01:: 21
|
| 1725 |
+
lay_aside%2:40:00:: 69
|
| 1726 |
+
lay_into%2:35:00:: 130
|
| 1727 |
+
lay_to_rest%2:41:00:: 15
|
| 1728 |
+
lead%2:32:00:: 123
|
| 1729 |
+
lead%2:38:01:: 22
|
| 1730 |
+
lead%2:41:00:: 123
|
| 1731 |
+
lean%2:35:00:: 41
|
| 1732 |
+
leap%2:38:00:: 20
|
| 1733 |
+
leap%2:38:10:: 22
|
| 1734 |
+
learn%2:31:00:: 137
|
| 1735 |
+
learn%2:31:01:: 112
|
| 1736 |
+
learn%2:32:02:: 113
|
| 1737 |
+
lease%2:40:01:: 89,90
|
| 1738 |
+
leave%2:30:03:: 15
|
| 1739 |
+
leave%2:31:02:: 38
|
| 1740 |
+
leave%2:31:05:: 38,34
|
| 1741 |
+
leave%2:38:00:: 72
|
| 1742 |
+
leave%2:38:01:: 109
|
| 1743 |
+
leave%2:40:01:: 91,92
|
| 1744 |
+
leave%2:40:06:: 91,92
|
| 1745 |
+
leave%2:41:00:: 29
|
| 1746 |
+
leaven%2:38:00:: 35
|
| 1747 |
+
lecture%2:32:01:: 14
|
| 1748 |
+
lend%2:40:00:: 89,90
|
| 1749 |
+
lengthen%2:30:01:: 117
|
| 1750 |
+
let_down%2:37:00:: 159
|
| 1751 |
+
let_off%2:32:00:: 15
|
| 1752 |
+
let_on%2:32:00:: 112
|
| 1753 |
+
liaise%2:32:00:: 14,129
|
| 1754 |
+
liberate%2:41:02:: 140
|
| 1755 |
+
lick%2:35:01:: 130
|
| 1756 |
+
lie%2:42:00:: 162,163
|
| 1757 |
+
lift%2:38:00:: 43
|
| 1758 |
+
lift%2:40:00:: 71
|
| 1759 |
+
lift%2:40:03:: 73
|
| 1760 |
+
lift_off%2:38:00:: 136
|
| 1761 |
+
lift_up%2:37:00:: 127,159
|
| 1762 |
+
like%2:37:01:: 123
|
| 1763 |
+
like%2:37:04:: 15
|
| 1764 |
+
like%2:37:05:: 139
|
| 1765 |
+
limp%2:38:00:: 26
|
| 1766 |
+
limp%2:38:01:: 26
|
| 1767 |
+
liquidate%2:35:00:: 140
|
| 1768 |
+
live%2:42:04:: 135
|
| 1769 |
+
live_on%2:42:00:: 135
|
| 1770 |
+
liven_up%2:30:00:: 159
|
| 1771 |
+
load%2:35:01:: 49
|
| 1772 |
+
load%2:35:10:: 50
|
| 1773 |
+
load_up%2:35:00:: 49
|
| 1774 |
+
loan%2:40:00:: 89,90
|
| 1775 |
+
loathe%2:37:00:: 138,139,15
|
| 1776 |
+
log_z's%2:29:00:: 14
|
| 1777 |
+
loll%2:42:01:: 162,163
|
| 1778 |
+
lollop%2:38:00:: 1
|
| 1779 |
+
long%2:37:02:: 137
|
| 1780 |
+
look%2:29:00:: 118
|
| 1781 |
+
look%2:39:00:: 26
|
| 1782 |
+
look%2:39:01:: 109
|
| 1783 |
+
look_back%2:39:00:: 26
|
| 1784 |
+
look_backward%2:39:00:: 26
|
| 1785 |
+
look_for%2:35:00:: 2,15,105
|
| 1786 |
+
look_into%2:31:00:: 111
|
| 1787 |
+
loom%2:42:06:: 164,165
|
| 1788 |
+
loop%2:35:00:: 46,47
|
| 1789 |
+
loose%2:41:00:: 140
|
| 1790 |
+
loosen_up%2:29:00:: 14
|
| 1791 |
+
loosen_up%2:29:01:: 159
|
| 1792 |
+
loot%2:40:01:: 71
|
| 1793 |
+
lop%2:35:00:: 147
|
| 1794 |
+
lose%2:40:02:: 69
|
| 1795 |
+
lose%2:40:06:: 69
|
| 1796 |
+
lose_it%2:37:00:: 14
|
| 1797 |
+
lounge%2:35:00:: 162,163
|
| 1798 |
+
love%2:37:01:: 15
|
| 1799 |
+
love%2:37:02:: 123
|
| 1800 |
+
lower%2:38:00:: 21
|
| 1801 |
+
lull%2:37:00:: 159
|
| 1802 |
+
lumber%2:38:00:: 1
|
| 1803 |
+
lunch%2:34:00:: 14
|
| 1804 |
+
lynch%2:41:00:: 140
|
| 1805 |
+
machine_wash%2:35:00:: 117
|
| 1806 |
+
macrame%2:36:00:: 117
|
| 1807 |
+
madden%2:37:00:: 126
|
| 1808 |
+
madrigal%2:36:00:: 14
|
| 1809 |
+
mail%2:32:00:: 87,88
|
| 1810 |
+
maintain%2:32:00:: 112
|
| 1811 |
+
make%2:32:00:: 123
|
| 1812 |
+
make%2:36:01:: 139
|
| 1813 |
+
make%2:36:05:: 115
|
| 1814 |
+
make%2:36:07:: 116
|
| 1815 |
+
make%2:36:09:: 139
|
| 1816 |
+
make%2:36:13:: 37
|
| 1817 |
+
make%2:38:00:: 105
|
| 1818 |
+
make%2:40:01:: 69
|
| 1819 |
+
make%2:41:03:: 114
|
| 1820 |
+
make_it%2:42:00:: 135
|
| 1821 |
+
make_out%2:32:00:: 2
|
| 1822 |
+
manacle%2:35:00:: 140
|
| 1823 |
+
mangle%2:35:01:: 117
|
| 1824 |
+
manipulate%2:29:00:: 143
|
| 1825 |
+
map%2:36:03:: 115
|
| 1826 |
+
map_out%2:36:03:: 115
|
| 1827 |
+
marcel%2:29:00:: 146
|
| 1828 |
+
march%2:38:00:: 1
|
| 1829 |
+
march%2:38:01:: 1
|
| 1830 |
+
march%2:38:04:: 140
|
| 1831 |
+
march%2:38:10:: 20
|
| 1832 |
+
marinade%2:30:00:: 116
|
| 1833 |
+
marinate%2:30:00:: 116
|
| 1834 |
+
marry%2:41:00:: 14,15
|
| 1835 |
+
marvel%2:32:00:: 160
|
| 1836 |
+
marvel%2:32:12:: 160
|
| 1837 |
+
mass%2:38:00:: 151
|
| 1838 |
+
massacre%2:30:00:: 140
|
| 1839 |
+
massage%2:29:00:: 143
|
| 1840 |
+
mat%2:35:00:: 146
|
| 1841 |
+
match%2:30:01:: 117
|
| 1842 |
+
maturate%2:30:00:: 14
|
| 1843 |
+
mature%2:30:00:: 14
|
| 1844 |
+
mean%2:31:00:: 137
|
| 1845 |
+
mediate%2:32:00:: 14
|
| 1846 |
+
meet%2:33:00:: 14,15
|
| 1847 |
+
meet%2:35:00:: 23,24
|
| 1848 |
+
meet%2:41:00:: 151
|
| 1849 |
+
meet%2:41:03:: 14,15
|
| 1850 |
+
memorize%2:31:00:: 111
|
| 1851 |
+
menace%2:42:00:: 15
|
| 1852 |
+
mend%2:30:00:: 117
|
| 1853 |
+
menstruate%2:29:00:: 97
|
| 1854 |
+
mention%2:32:01:: 139
|
| 1855 |
+
mesmerize%2:29:00:: 15
|
| 1856 |
+
mess%2:34:00:: 14
|
| 1857 |
+
micro-cook%2:30:00:: 116
|
| 1858 |
+
microwave%2:30:00:: 116
|
| 1859 |
+
miff%2:37:00:: 15,159
|
| 1860 |
+
milk%2:34:00:: 148
|
| 1861 |
+
mince%2:35:00:: 116
|
| 1862 |
+
mince%2:38:00:: 1
|
| 1863 |
+
minstrel%2:36:00:: 14
|
| 1864 |
+
misadvise%2:32:00:: 15
|
| 1865 |
+
misconceive%2:31:01:: 139
|
| 1866 |
+
miscount%2:32:00:: 69
|
| 1867 |
+
misguide%2:32:00:: 15
|
| 1868 |
+
misinterpret%2:31:01:: 139,111
|
| 1869 |
+
misinterpret%2:31:02:: 139,111
|
| 1870 |
+
misplay%2:36:00:: 145
|
| 1871 |
+
misread%2:31:00:: 139,111
|
| 1872 |
+
miss%2:37:00:: 138
|
| 1873 |
+
mistreat%2:41:00:: 140
|
| 1874 |
+
mistrust%2:31:00:: 140
|
| 1875 |
+
misunderstand%2:31:01:: 139,111
|
| 1876 |
+
mix_up%2:31:00:: 159
|
| 1877 |
+
mizzle%2:43:00:: 122
|
| 1878 |
+
moan%2:32:00:: 155,156
|
| 1879 |
+
model%2:36:00:: 115
|
| 1880 |
+
model%2:39:00:: 117
|
| 1881 |
+
moderate%2:32:00:: 14
|
| 1882 |
+
modulate%2:36:00:: 145
|
| 1883 |
+
moil%2:38:00:: 104
|
| 1884 |
+
mold%2:36:02:: 115
|
| 1885 |
+
molest%2:37:00:: 15
|
| 1886 |
+
mollify%2:37:00:: 159
|
| 1887 |
+
moon%2:41:01:: 160
|
| 1888 |
+
mop_up%2:33:00:: 130
|
| 1889 |
+
mope%2:37:00:: 160
|
| 1890 |
+
moralise%2:32:00:: 14
|
| 1891 |
+
moralize%2:32:00:: 14
|
| 1892 |
+
mortify%2:37:01:: 159
|
| 1893 |
+
mosey%2:38:00:: 1
|
| 1894 |
+
mosh%2:38:00:: 14
|
| 1895 |
+
mothball%2:40:00:: 117
|
| 1896 |
+
motivate%2:36:00:: 123
|
| 1897 |
+
motor%2:38:00:: 26
|
| 1898 |
+
mount%2:35:00:: 37
|
| 1899 |
+
mourn%2:37:00:: 15
|
| 1900 |
+
mourn%2:37:01:: 14
|
| 1901 |
+
mousse%2:29:00:: 146
|
| 1902 |
+
mouth_off%2:32:00:: 14
|
| 1903 |
+
move%2:33:00:: 14
|
| 1904 |
+
move%2:36:00:: 123
|
| 1905 |
+
move%2:37:00:: 126,127,159
|
| 1906 |
+
move%2:38:01:: 11
|
| 1907 |
+
move%2:38:02:: 14
|
| 1908 |
+
move%2:38:03:: 10
|
| 1909 |
+
move_over%2:38:00:: 131
|
| 1910 |
+
move_up%2:38:01:: 14
|
| 1911 |
+
mow%2:35:00:: 56
|
| 1912 |
+
mow_down%2:30:00:: 140
|
| 1913 |
+
mulct%2:41:00:: 148
|
| 1914 |
+
multiply%2:30:00:: 102,103
|
| 1915 |
+
mumble%2:32:00:: 14,112
|
| 1916 |
+
murder%2:41:00:: 140
|
| 1917 |
+
murmur%2:32:00:: 14
|
| 1918 |
+
mushroom%2:35:00:: 161
|
| 1919 |
+
mutter%2:32:01:: 14,112
|
| 1920 |
+
muzzle%2:39:00:: 140
|
| 1921 |
+
mystify%2:31:00:: 126,127,159
|
| 1922 |
+
nag%2:31:00:: 123
|
| 1923 |
+
name%2:32:03:: 170
|
| 1924 |
+
name%2:41:01:: 114
|
| 1925 |
+
nark%2:37:00:: 159
|
| 1926 |
+
narrate%2:32:00:: 111
|
| 1927 |
+
nauseate%2:37:00:: 159
|
| 1928 |
+
need%2:34:00:: 35,123,137
|
| 1929 |
+
need%2:42:00:: 123
|
| 1930 |
+
neglect%2:31:05:: 15
|
| 1931 |
+
negociate%2:32:00:: 14,129
|
| 1932 |
+
negotiate%2:32:00:: 14,129
|
| 1933 |
+
nest%2:35:01:: 161
|
| 1934 |
+
nestle%2:35:00:: 162,163
|
| 1935 |
+
net_fish%2:33:00:: 161
|
| 1936 |
+
netmail%2:32:00:: 93,94
|
| 1937 |
+
nettle%2:37:00:: 159
|
| 1938 |
+
nibble%2:34:01:: 35
|
| 1939 |
+
nickname%2:32:00:: 170
|
| 1940 |
+
niggle%2:37:00:: 160
|
| 1941 |
+
nobble%2:40:00:: 71
|
| 1942 |
+
nobble%2:41:00:: 148
|
| 1943 |
+
nominate%2:41:01:: 123
|
| 1944 |
+
nonplus%2:31:00:: 126,127
|
| 1945 |
+
nose%2:33:00:: 130
|
| 1946 |
+
nosedive%2:38:00:: 136
|
| 1947 |
+
nosh%2:34:00:: 14
|
| 1948 |
+
nudge%2:32:00:: 123
|
| 1949 |
+
nuke%2:30:04:: 116
|
| 1950 |
+
numb%2:39:00:: 126,159
|
| 1951 |
+
nurse%2:29:00:: 143
|
| 1952 |
+
nut%2:35:00:: 161
|
| 1953 |
+
nuzzle%2:35:02:: 14,15
|
| 1954 |
+
obligate%2:41:00:: 123
|
| 1955 |
+
oblige%2:41:00:: 123
|
| 1956 |
+
observe%2:39:00:: 168
|
| 1957 |
+
observe%2:41:00:: 4
|
| 1958 |
+
obsess%2:37:00:: 127
|
| 1959 |
+
obsess%2:37:03:: 160
|
| 1960 |
+
occupy%2:31:00:: 98
|
| 1961 |
+
occupy%2:42:04:: 126
|
| 1962 |
+
offend%2:37:00:: 15
|
| 1963 |
+
offend%2:37:02:: 126,159
|
| 1964 |
+
offer%2:40:02:: 89,90
|
| 1965 |
+
offer%2:41:00:: 123,137
|
| 1966 |
+
ogle%2:39:00:: 15
|
| 1967 |
+
oink%2:32:00:: 106
|
| 1968 |
+
opalesce%2:43:00:: 8
|
| 1969 |
+
open%2:35:00:: 141
|
| 1970 |
+
open%2:35:06:: 142
|
| 1971 |
+
open%2:41:00:: 135
|
| 1972 |
+
open_up%2:32:00:: 14
|
| 1973 |
+
open_up%2:35:00:: 141
|
| 1974 |
+
open_up%2:35:06:: 142
|
| 1975 |
+
open_up%2:41:00:: 135
|
| 1976 |
+
operate%2:29:00:: 143
|
| 1977 |
+
operate%2:35:03:: 131
|
| 1978 |
+
operate_on%2:29:00:: 143
|
| 1979 |
+
oppose%2:32:01:: 15
|
| 1980 |
+
orchestrate%2:36:00:: 115,145
|
| 1981 |
+
order%2:32:01:: 123
|
| 1982 |
+
osculate%2:35:00:: 15
|
| 1983 |
+
outbrave%2:33:00:: 15
|
| 1984 |
+
outcry%2:33:00:: 15
|
| 1985 |
+
outdo%2:33:00:: 15
|
| 1986 |
+
outdo%2:33:01:: 130
|
| 1987 |
+
outdraw%2:33:00:: 130
|
| 1988 |
+
outface%2:39:00:: 15
|
| 1989 |
+
outfight%2:33:00:: 130
|
| 1990 |
+
outflank%2:33:00:: 130
|
| 1991 |
+
outfox%2:33:00:: 15
|
| 1992 |
+
outgrow%2:33:00:: 15
|
| 1993 |
+
outline%2:36:03:: 115
|
| 1994 |
+
outmaneuver%2:33:00:: 130
|
| 1995 |
+
outmanoeuvre%2:33:00:: 130
|
| 1996 |
+
outmarch%2:33:00:: 15
|
| 1997 |
+
outplay%2:33:00:: 15
|
| 1998 |
+
outpoint%2:33:00:: 130
|
| 1999 |
+
outrage%2:37:01:: 126,159
|
| 2000 |
+
outroar%2:33:00:: 15
|
| 2001 |
+
outrun%2:38:00:: 15
|
| 2002 |
+
outsail%2:33:00:: 15
|
| 2003 |
+
outscore%2:33:00:: 130
|
| 2004 |
+
outshine%2:33:00:: 15
|
| 2005 |
+
outshout%2:33:00:: 15
|
| 2006 |
+
outsmart%2:33:00:: 15
|
| 2007 |
+
outsmart%2:33:01:: 130
|
| 2008 |
+
outweigh%2:33:00:: 15
|
| 2009 |
+
outwit%2:33:00:: 15
|
| 2010 |
+
oven_broil%2:30:00:: 116
|
| 2011 |
+
ovenbake%2:30:00:: 116
|
| 2012 |
+
overawe%2:37:00:: 15,159
|
| 2013 |
+
overboil%2:30:01:: 116
|
| 2014 |
+
overcome%2:33:02:: 130
|
| 2015 |
+
overcome%2:33:03:: 130
|
| 2016 |
+
overcook%2:30:00:: 116
|
| 2017 |
+
overhear%2:39:00:: 112
|
| 2018 |
+
overmaster%2:33:00:: 130
|
| 2019 |
+
overpower%2:33:00:: 130
|
| 2020 |
+
overreach%2:33:00:: 15
|
| 2021 |
+
overtake%2:38:00:: 131
|
| 2022 |
+
overturn%2:38:00:: 131
|
| 2023 |
+
overwhelm%2:33:00:: 130
|
| 2024 |
+
owe%2:40:00:: 91,92
|
| 2025 |
+
oyster%2:35:00:: 161
|
| 2026 |
+
pace%2:38:00:: 26
|
| 2027 |
+
pacify%2:37:00:: 159
|
| 2028 |
+
pack%2:29:00:: 143
|
| 2029 |
+
pack%2:35:00:: 50
|
| 2030 |
+
pack%2:38:01:: 14
|
| 2031 |
+
pack%2:42:00:: 35
|
| 2032 |
+
package%2:35:00:: 71
|
| 2033 |
+
pad%2:38:00:: 26
|
| 2034 |
+
paddle%2:35:07:: 140
|
| 2035 |
+
paddle%2:38:04:: 1
|
| 2036 |
+
pain%2:37:00:: 126
|
| 2037 |
+
paint%2:35:00:: 141
|
| 2038 |
+
paint%2:35:01:: 72
|
| 2039 |
+
paint%2:36:00:: 15
|
| 2040 |
+
paint%2:36:01:: 14
|
| 2041 |
+
palaver%2:32:00:: 14,129
|
| 2042 |
+
pan%2:32:00:: 139
|
| 2043 |
+
pan-broil%2:30:00:: 116
|
| 2044 |
+
pan-fry%2:30:00:: 116
|
| 2045 |
+
pan_roast%2:30:00:: 116
|
| 2046 |
+
panic%2:37:00:: 14
|
| 2047 |
+
panic%2:37:01:: 126
|
| 2048 |
+
parade%2:38:00:: 1
|
| 2049 |
+
parade%2:38:01:: 20
|
| 2050 |
+
parboil%2:30:00:: 116
|
| 2051 |
+
pare%2:35:02:: 116
|
| 2052 |
+
parley%2:32:00:: 14,129
|
| 2053 |
+
parry%2:33:00:: 130
|
| 2054 |
+
part%2:35:01:: 146
|
| 2055 |
+
pass%2:38:01:: 131
|
| 2056 |
+
pass%2:38:05:: 131
|
| 2057 |
+
pass%2:40:00:: 33,34
|
| 2058 |
+
pass_by%2:38:00:: 131
|
| 2059 |
+
pass_on%2:40:01:: 87
|
| 2060 |
+
pass_on%2:40:03:: 111
|
| 2061 |
+
pass_up%2:40:00:: 69
|
| 2062 |
+
paste%2:35:00:: 130
|
| 2063 |
+
pasture%2:35:00:: 106
|
| 2064 |
+
pasture%2:35:10:: 73
|
| 2065 |
+
patch%2:30:00:: 117
|
| 2066 |
+
patch%2:35:00:: 117
|
| 2067 |
+
patch_up%2:30:00:: 117
|
| 2068 |
+
patrol%2:41:00:: 166,167
|
| 2069 |
+
patronize%2:40:00:: 139
|
| 2070 |
+
pause%2:42:00:: 107
|
| 2071 |
+
pay%2:40:00:: 123
|
| 2072 |
+
pay%2:40:02:: 137
|
| 2073 |
+
pay%2:40:04:: 97
|
| 2074 |
+
pay%2:41:00:: 69
|
| 2075 |
+
pearl%2:35:00:: 161
|
| 2076 |
+
peck%2:35:00:: 15
|
| 2077 |
+
peck_at%2:34:00:: 35
|
| 2078 |
+
peel%2:35:00:: 116
|
| 2079 |
+
peer%2:39:00:: 16
|
| 2080 |
+
peeve%2:37:00:: 159
|
| 2081 |
+
pelt%2:43:00:: 122
|
| 2082 |
+
pen%2:36:00:: 115
|
| 2083 |
+
pen_up%2:35:00:: 140
|
| 2084 |
+
perambulate%2:38:00:: 14
|
| 2085 |
+
perch%2:35:00:: 164,165
|
| 2086 |
+
perch%2:35:10:: 41
|
| 2087 |
+
perform%2:36:01:: 115
|
| 2088 |
+
peril%2:42:00:: 15
|
| 2089 |
+
perjure%2:32:00:: 98
|
| 2090 |
+
perm%2:29:00:: 146
|
| 2091 |
+
permit%2:32:00:: 123
|
| 2092 |
+
perplex%2:31:00:: 126,127,159
|
| 2093 |
+
perspire%2:29:00:: 14
|
| 2094 |
+
persuade%2:32:00:: 123
|
| 2095 |
+
perturb%2:37:00:: 126
|
| 2096 |
+
pester%2:37:00:: 123
|
| 2097 |
+
pet%2:35:00::
|
| 2098 |
+
petition%2:32:00:: 137
|
| 2099 |
+
phone%2:32:00:: 15,97
|
| 2100 |
+
pick_at%2:34:00:: 35
|
| 2101 |
+
pick_out%2:31:00:: 123
|
| 2102 |
+
pick_up%2:39:01:: 94
|
| 2103 |
+
pick_up%2:40:00:: 43
|
| 2104 |
+
pickle%2:30:00:: 116
|
| 2105 |
+
picnic%2:34:00:: 14
|
| 2106 |
+
piece%2:35:02:: 117
|
| 2107 |
+
pile%2:35:00:: 41
|
| 2108 |
+
pile_up%2:40:00:: 38
|
| 2109 |
+
pilfer%2:40:00:: 71
|
| 2110 |
+
pin%2:35:03:: 130
|
| 2111 |
+
pinch%2:35:00:: 147
|
| 2112 |
+
pinch%2:40:00:: 69
|
| 2113 |
+
pinion%2:35:00:: 140
|
| 2114 |
+
pip%2:33:00:: 130
|
| 2115 |
+
pique%2:37:00:: 159
|
| 2116 |
+
pirate%2:40:00:: 139
|
| 2117 |
+
pistol-whip%2:35:00:: 140
|
| 2118 |
+
pitch%2:35:00:: 4
|
| 2119 |
+
pitch%2:38:00:: 136
|
| 2120 |
+
pitch_into%2:35:00:: 130
|
| 2121 |
+
pity%2:37:00:: 15
|
| 2122 |
+
placate%2:37:00:: 159
|
| 2123 |
+
place%2:35:00:: 21
|
| 2124 |
+
plagiarise%2:40:00:: 70
|
| 2125 |
+
plagiarize%2:40:00:: 70
|
| 2126 |
+
plague%2:37:00:: 15
|
| 2127 |
+
plait%2:35:00:: 146
|
| 2128 |
+
plan%2:31:00:: 139
|
| 2129 |
+
plan%2:31:01:: 137
|
| 2130 |
+
plan%2:36:00:: 137
|
| 2131 |
+
plant%2:31:00:: 111
|
| 2132 |
+
plant%2:35:00:: 56
|
| 2133 |
+
plaster%2:29:00:: 143
|
| 2134 |
+
plaster%2:35:10:: 57
|
| 2135 |
+
plaster%2:35:11:: 58
|
| 2136 |
+
play%2:31:01:: 129
|
| 2137 |
+
play%2:33:02:: 14,15
|
| 2138 |
+
play%2:36:00:: 145
|
| 2139 |
+
play%2:36:05:: 139
|
| 2140 |
+
play%2:36:12:: 14
|
| 2141 |
+
pleach%2:35:01:: 146
|
| 2142 |
+
plead%2:32:00:: 137
|
| 2143 |
+
please%2:37:00:: 127,159
|
| 2144 |
+
pledge%2:32:00:: 137
|
| 2145 |
+
plop%2:35:00:: 162,163
|
| 2146 |
+
plot%2:31:00:: 137
|
| 2147 |
+
plug%2:32:00:: 139
|
| 2148 |
+
plug%2:35:00:: 139
|
| 2149 |
+
plumb%2:31:02:: 166,167
|
| 2150 |
+
plummet%2:38:00:: 133
|
| 2151 |
+
plump%2:38:01:: 133
|
| 2152 |
+
plunder%2:40:02:: 71
|
| 2153 |
+
plunge%2:35:01:: 36
|
| 2154 |
+
plunge%2:38:01:: 133,136
|
| 2155 |
+
plunk%2:38:00:: 133
|
| 2156 |
+
poach%2:30:00:: 116
|
| 2157 |
+
poach%2:33:00:: 166,167
|
| 2158 |
+
pocket%2:40:00:: 69
|
| 2159 |
+
pocket%2:40:01:: 69
|
| 2160 |
+
poison%2:35:00:: 140
|
| 2161 |
+
poleax%2:35:00:: 147
|
| 2162 |
+
poleaxe%2:35:00:: 147
|
| 2163 |
+
polish%2:35:00:: 12
|
| 2164 |
+
polish_off%2:34:00:: 35
|
| 2165 |
+
poll%2:35:00:: 147
|
| 2166 |
+
pollard%2:35:00:: 147
|
| 2167 |
+
pommel%2:35:00:: 130
|
| 2168 |
+
poniard%2:35:00:: 140
|
| 2169 |
+
pose%2:35:02:: 21
|
| 2170 |
+
position%2:35:00:: 21
|
| 2171 |
+
post%2:32:02:: 87
|
| 2172 |
+
pother%2:37:01:: 126
|
| 2173 |
+
poultice%2:29:00:: 143
|
| 2174 |
+
pound%2:38:01:: 1
|
| 2175 |
+
pour%2:38:02:: 45
|
| 2176 |
+
pour%2:38:03:: 44
|
| 2177 |
+
pour%2:43:00:: 122
|
| 2178 |
+
power-dive%2:38:00:: 136
|
| 2179 |
+
powwow%2:32:00:: 14,129
|
| 2180 |
+
practice%2:36:00:: 145
|
| 2181 |
+
practise%2:36:00:: 145
|
| 2182 |
+
praise%2:32:00:: 139
|
| 2183 |
+
prance%2:38:00:: 1
|
| 2184 |
+
prate%2:32:00:: 14
|
| 2185 |
+
prawn%2:35:00:: 161
|
| 2186 |
+
pray%2:32:01:: 137
|
| 2187 |
+
preach%2:32:02:: 14
|
| 2188 |
+
preachify%2:32:00:: 14
|
| 2189 |
+
precook%2:36:00:: 116
|
| 2190 |
+
preen%2:29:00:: 97,98
|
| 2191 |
+
prefer%2:31:00:: 123
|
| 2192 |
+
prefer%2:37:00:: 123
|
| 2193 |
+
prelude%2:36:00:: 145
|
| 2194 |
+
premier%2:36:00:: 145
|
| 2195 |
+
premiere%2:36:00:: 145
|
| 2196 |
+
prepare%2:36:01:: 116
|
| 2197 |
+
prerecord%2:32:00:: 145
|
| 2198 |
+
present%2:36:00:: 115
|
| 2199 |
+
preserve%2:30:00:: 116
|
| 2200 |
+
preserve%2:40:01:: 139
|
| 2201 |
+
press%2:32:00:: 15,123
|
| 2202 |
+
pressure%2:41:00:: 123
|
| 2203 |
+
pressure-cook%2:30:00:: 116
|
| 2204 |
+
prevent%2:41:00:: 125
|
| 2205 |
+
preview%2:39:00:: 139
|
| 2206 |
+
prime%2:35:00:: 141
|
| 2207 |
+
primp%2:29:00:: 97,98
|
| 2208 |
+
print%2:36:02:: 111
|
| 2209 |
+
prise%2:31:00:: 116
|
| 2210 |
+
prize%2:31:00:: 116
|
| 2211 |
+
prize%2:40:00:: 139
|
| 2212 |
+
probe%2:32:00:: 166,167
|
| 2213 |
+
proceed%2:38:00:: 26
|
| 2214 |
+
process%2:38:00:: 1
|
| 2215 |
+
proclaim%2:32:00:: 112
|
| 2216 |
+
procrastinate%2:42:00:: 107
|
| 2217 |
+
prod%2:35:00:: 123
|
| 2218 |
+
produce%2:36:00:: 139
|
| 2219 |
+
produce%2:36:05:: 56
|
| 2220 |
+
profess%2:32:00:: 137
|
| 2221 |
+
prohibit%2:32:00:: 139
|
| 2222 |
+
project%2:36:01:: 115
|
| 2223 |
+
promenade%2:38:00:: 28
|
| 2224 |
+
promise%2:32:00:: 123
|
| 2225 |
+
promise%2:32:01:: 91,92
|
| 2226 |
+
promote%2:32:00:: 139
|
| 2227 |
+
prompt%2:32:00:: 123
|
| 2228 |
+
prompt%2:36:00:: 123
|
| 2229 |
+
propel%2:36:00:: 123
|
| 2230 |
+
prophesy%2:32:01:: 14
|
| 2231 |
+
propose%2:32:00:: 123,137
|
| 2232 |
+
prosecute%2:41:00:: 140
|
| 2233 |
+
prospect%2:31:00:: 166,167
|
| 2234 |
+
prove%2:32:00:: 112
|
| 2235 |
+
prove%2:38:00:: 35
|
| 2236 |
+
provide%2:34:00:: 33,34
|
| 2237 |
+
provoke%2:32:00:: 123
|
| 2238 |
+
provoke%2:37:01:: 159
|
| 2239 |
+
prowl%2:38:00:: 166,167
|
| 2240 |
+
prune%2:35:00:: 147
|
| 2241 |
+
psych_up%2:37:00:: 126,127
|
| 2242 |
+
publish%2:32:00:: 111
|
| 2243 |
+
publish%2:36:00:: 115
|
| 2244 |
+
publish%2:36:01:: 111
|
| 2245 |
+
pucker%2:35:00:: 18
|
| 2246 |
+
pucker%2:35:02:: 19
|
| 2247 |
+
puddle%2:38:00:: 14
|
| 2248 |
+
puff%2:30:00:: 144
|
| 2249 |
+
puff_out%2:30:00:: 144
|
| 2250 |
+
puff_up%2:30:01:: 144
|
| 2251 |
+
pull_in%2:40:00:: 69
|
| 2252 |
+
pull_through%2:42:00:: 135
|
| 2253 |
+
pulsate%2:38:00:: 151,152
|
| 2254 |
+
pulse%2:38:00:: 151,152
|
| 2255 |
+
pummel%2:35:00:: 130
|
| 2256 |
+
pump%2:38:01:: 44
|
| 2257 |
+
punch%2:35:00:: 130
|
| 2258 |
+
purchase%2:40:00:: 4
|
| 2259 |
+
purl%2:36:02:: 117
|
| 2260 |
+
purloin%2:40:00:: 71
|
| 2261 |
+
purport%2:32:00:: 137
|
| 2262 |
+
purr%2:39:00:: 153,154
|
| 2263 |
+
pursue%2:38:00:: 11
|
| 2264 |
+
push%2:32:00:: 139
|
| 2265 |
+
push%2:32:01:: 15
|
| 2266 |
+
push%2:38:00:: 50
|
| 2267 |
+
pussyfoot%2:38:00:: 1
|
| 2268 |
+
put%2:35:00:: 21
|
| 2269 |
+
put_away%2:34:00:: 35
|
| 2270 |
+
put_away%2:41:00:: 140
|
| 2271 |
+
put_behind_bars%2:41:00:: 140
|
| 2272 |
+
put_in%2:35:00:: 141
|
| 2273 |
+
put_off%2:37:00:: 159
|
| 2274 |
+
put_off%2:37:02:: 126
|
| 2275 |
+
put_off%2:37:04:: 159
|
| 2276 |
+
put_on%2:36:02:: 116
|
| 2277 |
+
put_out%2:32:00:: 139
|
| 2278 |
+
put_to_death%2:41:00:: 140
|
| 2279 |
+
put_up%2:30:00:: 116
|
| 2280 |
+
puzzle%2:31:00:: 126,127,159
|
| 2281 |
+
puzzle%2:37:03:: 160
|
| 2282 |
+
quadruple%2:30:00:: 102,103
|
| 2283 |
+
quarrel%2:32:00:: 14,129
|
| 2284 |
+
quarry%2:34:00:: 166,167
|
| 2285 |
+
question%2:32:02:: 113
|
| 2286 |
+
question%2:32:09:: 15
|
| 2287 |
+
quibble%2:32:00:: 14,129
|
| 2288 |
+
quick-freeze%2:30:00:: 116
|
| 2289 |
+
quickstep%2:38:00:: 14
|
| 2290 |
+
quiet%2:37:00:: 159
|
| 2291 |
+
quilt%2:36:00:: 117
|
| 2292 |
+
quit%2:42:04:: 138
|
| 2293 |
+
quiver%2:38:04:: 151,152
|
| 2294 |
+
quote%2:32:00:: 95,96
|
| 2295 |
+
rabbit%2:33:00:: 161
|
| 2296 |
+
race%2:33:00:: 131
|
| 2297 |
+
race%2:38:00:: 26
|
| 2298 |
+
race%2:38:10:: 11
|
| 2299 |
+
radio%2:32:00:: 93,94
|
| 2300 |
+
raft%2:38:00:: 27,28
|
| 2301 |
+
rag%2:32:00:: 15
|
| 2302 |
+
rag%2:36:00:: 145
|
| 2303 |
+
rag%2:37:01:: 159
|
| 2304 |
+
rage%2:37:00:: 160
|
| 2305 |
+
rage%2:42:01:: 14
|
| 2306 |
+
raid%2:38:00:: 168
|
| 2307 |
+
rain%2:43:00:: 122
|
| 2308 |
+
rain_buckets%2:43:00:: 122
|
| 2309 |
+
rain_cats_and_dogs%2:43:00:: 122
|
| 2310 |
+
rain_down%2:43:00:: 122
|
| 2311 |
+
raise%2:36:03:: 73
|
| 2312 |
+
raise%2:38:00:: 43
|
| 2313 |
+
raise%2:38:01:: 35
|
| 2314 |
+
raise%2:40:00:: 69
|
| 2315 |
+
rally%2:30:00:: 133,135
|
| 2316 |
+
ram%2:35:03:: 50
|
| 2317 |
+
ramble%2:38:01:: 29,30
|
| 2318 |
+
range%2:35:02:: 106
|
| 2319 |
+
rankle%2:37:00:: 126
|
| 2320 |
+
ransack%2:35:02:: 168
|
| 2321 |
+
rant%2:32:00:: 14
|
| 2322 |
+
rap%2:32:00:: 14
|
| 2323 |
+
rape%2:41:00:: 140
|
| 2324 |
+
rasp%2:32:00:: 14
|
| 2325 |
+
rate%2:31:00:: 139
|
| 2326 |
+
rattle%2:39:00:: 153,154
|
| 2327 |
+
rattle_on%2:32:00:: 14
|
| 2328 |
+
rave%2:32:00:: 160
|
| 2329 |
+
rave%2:32:01:: 14,160
|
| 2330 |
+
ravish%2:37:00:: 127
|
| 2331 |
+
ravish%2:41:00:: 140
|
| 2332 |
+
re-create%2:31:00:: 115
|
| 2333 |
+
reach%2:38:01:: 25
|
| 2334 |
+
read%2:31:01:: 95,96
|
| 2335 |
+
ready%2:36:00:: 116
|
| 2336 |
+
realize%2:31:00:: 112
|
| 2337 |
+
realize%2:36:00:: 115
|
| 2338 |
+
reap%2:35:00:: 56
|
| 2339 |
+
reason%2:31:01:: 112
|
| 2340 |
+
reason%2:32:00:: 129,14
|
| 2341 |
+
reassert%2:32:00:: 112
|
| 2342 |
+
reassure%2:32:00:: 15
|
| 2343 |
+
reassure%2:37:00:: 127,159
|
| 2344 |
+
rebel%2:41:00:: 97
|
| 2345 |
+
rebound%2:30:00:: 133,135
|
| 2346 |
+
rebuild%2:36:00:: 37
|
| 2347 |
+
rebuke%2:32:00:: 15
|
| 2348 |
+
recall%2:31:00:: 111
|
| 2349 |
+
receive%2:35:00:: 15
|
| 2350 |
+
receive%2:39:00:: 94
|
| 2351 |
+
receive%2:40:00:: 2,69,35
|
| 2352 |
+
recite%2:32:01:: 95
|
| 2353 |
+
reckon%2:31:02:: 112
|
| 2354 |
+
recline%2:35:00:: 162,163
|
| 2355 |
+
recommend%2:32:00:: 139
|
| 2356 |
+
reconstruct%2:36:00:: 37
|
| 2357 |
+
record%2:32:01:: 145
|
| 2358 |
+
recount%2:32:00:: 111
|
| 2359 |
+
recoup%2:40:01:: 69
|
| 2360 |
+
redact%2:30:00:: 111
|
| 2361 |
+
redesign%2:36:00:: 115
|
| 2362 |
+
reference%2:36:00:: 115
|
| 2363 |
+
refresh%2:30:00:: 159
|
| 2364 |
+
refund%2:40:00:: 91,92
|
| 2365 |
+
refuse%2:32:00:: 137
|
| 2366 |
+
refuse%2:40:00:: 69
|
| 2367 |
+
refuse%2:40:01:: 92
|
| 2368 |
+
regain%2:40:01:: 38
|
| 2369 |
+
regard%2:39:00:: 15
|
| 2370 |
+
regenerate%2:29:00:: 127
|
| 2371 |
+
regret%2:37:00:: 137
|
| 2372 |
+
rehearse%2:36:00:: 145
|
| 2373 |
+
reimburse%2:40:00:: 69
|
| 2374 |
+
reinterpret%2:31:00:: 139,111
|
| 2375 |
+
reject%2:40:00:: 69
|
| 2376 |
+
rejoice%2:32:00:: 160
|
| 2377 |
+
rejoin%2:32:00:: 112
|
| 2378 |
+
rejuvenate%2:30:00:: 127
|
| 2379 |
+
relax%2:29:00:: 14
|
| 2380 |
+
relax%2:29:01:: 159
|
| 2381 |
+
relay%2:32:00:: 93,94
|
| 2382 |
+
release%2:32:00:: 139
|
| 2383 |
+
release%2:41:00:: 140
|
| 2384 |
+
relent%2:42:00:: 14
|
| 2385 |
+
relieve%2:32:00:: 98
|
| 2386 |
+
relieve%2:32:01:: 15
|
| 2387 |
+
relieve%2:37:00:: 127
|
| 2388 |
+
relieve%2:40:00:: 148
|
| 2389 |
+
relieve%2:41:01:: 15
|
| 2390 |
+
relish%2:37:00:: 139
|
| 2391 |
+
remain%2:30:00:: 109
|
| 2392 |
+
remand%2:41:00:: 140
|
| 2393 |
+
remarry%2:41:00:: 14
|
| 2394 |
+
remember%2:31:00:: 111
|
| 2395 |
+
remember%2:31:01:: 137
|
| 2396 |
+
remind%2:31:00:: 123
|
| 2397 |
+
remove%2:30:00:: 141
|
| 2398 |
+
render%2:36:03:: 145
|
| 2399 |
+
render%2:40:00:: 91,29
|
| 2400 |
+
rent%2:40:01:: 89,90
|
| 2401 |
+
reopen%2:35:00:: 141
|
| 2402 |
+
repaint%2:35:00:: 141,72
|
| 2403 |
+
repair%2:30:00:: 43
|
| 2404 |
+
repay%2:40:00:: 91,92
|
| 2405 |
+
repeat%2:32:00:: 111
|
| 2406 |
+
repel%2:37:00:: 159
|
| 2407 |
+
replay%2:36:00:: 145
|
| 2408 |
+
reply%2:32:00:: 112
|
| 2409 |
+
report%2:32:00:: 112
|
| 2410 |
+
report%2:32:02:: 15
|
| 2411 |
+
report%2:32:04:: 94
|
| 2412 |
+
report%2:32:13:: 111
|
| 2413 |
+
repose%2:35:02:: 162,163
|
| 2414 |
+
represent%2:41:06:: 140
|
| 2415 |
+
reproduce%2:36:03:: 115
|
| 2416 |
+
reproof%2:32:00:: 15
|
| 2417 |
+
repulse%2:37:00:: 159
|
| 2418 |
+
request%2:32:02:: 137,123
|
| 2419 |
+
require%2:32:00:: 123
|
| 2420 |
+
require%2:32:01:: 123
|
| 2421 |
+
require%2:34:00:: 35,123
|
| 2422 |
+
reseal%2:35:00:: 141
|
| 2423 |
+
research%2:32:00:: 139
|
| 2424 |
+
resell%2:40:00:: 33,34
|
| 2425 |
+
resent%2:37:00:: 15,139
|
| 2426 |
+
resew%2:35:00:: 117
|
| 2427 |
+
reshoot%2:32:00:: 139
|
| 2428 |
+
resist%2:41:00:: 138
|
| 2429 |
+
resolve%2:31:02:: 137
|
| 2430 |
+
resonate%2:39:00:: 158
|
| 2431 |
+
resound%2:39:01:: 158
|
| 2432 |
+
respect%2:31:00:: 15
|
| 2433 |
+
respond%2:32:00:: 112
|
| 2434 |
+
rest%2:29:00:: 14
|
| 2435 |
+
rest%2:32:00:: 14
|
| 2436 |
+
rest%2:35:00:: 14
|
| 2437 |
+
rest%2:35:01:: 164,165
|
| 2438 |
+
rest%2:35:04:: 41
|
| 2439 |
+
restart%2:38:00:: 131
|
| 2440 |
+
restore%2:30:01:: 43
|
| 2441 |
+
restrain%2:35:00:: 140
|
| 2442 |
+
retain%2:31:00:: 111
|
| 2443 |
+
retell%2:32:00:: 111
|
| 2444 |
+
retort%2:32:00:: 112
|
| 2445 |
+
retrieve%2:31:00:: 111
|
| 2446 |
+
retry%2:41:06:: 140
|
| 2447 |
+
return%2:38:00:: 1
|
| 2448 |
+
return%2:38:12:: 87
|
| 2449 |
+
return%2:40:00:: 91,92
|
| 2450 |
+
reveal%2:32:00:: 112
|
| 2451 |
+
reverberate%2:39:00:: 158
|
| 2452 |
+
revere%2:37:01:: 15
|
| 2453 |
+
review%2:32:00:: 139
|
| 2454 |
+
revitalize%2:30:00:: 127
|
| 2455 |
+
revolt%2:37:00:: 159
|
| 2456 |
+
rewrite%2:36:00:: 115
|
| 2457 |
+
rhapsodize%2:32:00:: 14,160
|
| 2458 |
+
rhumba%2:38:00:: 14
|
| 2459 |
+
rick%2:29:00:: 143
|
| 2460 |
+
riffle%2:39:10:: 168
|
| 2461 |
+
rifle%2:35:13:: 166,167
|
| 2462 |
+
rile%2:37:00:: 159
|
| 2463 |
+
ring%2:32:00:: 15,97
|
| 2464 |
+
ring%2:39:04:: 158
|
| 2465 |
+
rinse%2:35:00:: 117
|
| 2466 |
+
rinse%2:35:02:: 117
|
| 2467 |
+
rinse_off%2:35:00:: 117
|
| 2468 |
+
rip%2:35:00:: 18
|
| 2469 |
+
rise%2:29:08:: 14
|
| 2470 |
+
rise%2:30:00:: 133
|
| 2471 |
+
rise%2:38:05:: 14
|
| 2472 |
+
rise%2:38:06:: 14
|
| 2473 |
+
rise%2:38:08:: 134
|
| 2474 |
+
rise%2:41:00:: 97
|
| 2475 |
+
rise_up%2:41:00:: 97
|
| 2476 |
+
roam%2:38:00:: 29,30
|
| 2477 |
+
roar%2:32:01:: 153,154
|
| 2478 |
+
roar%2:32:03:: 14,112
|
| 2479 |
+
roar%2:32:05:: 106
|
| 2480 |
+
roar%2:38:00:: 26
|
| 2481 |
+
roast%2:30:00:: 116
|
| 2482 |
+
rob%2:40:00:: 148
|
| 2483 |
+
roil%2:38:00:: 104
|
| 2484 |
+
roll%2:30:08:: 104
|
| 2485 |
+
roll%2:35:00:: 46,47
|
| 2486 |
+
roll%2:38:00:: 99
|
| 2487 |
+
roll%2:38:01:: 131
|
| 2488 |
+
roll%2:39:00:: 153,154
|
| 2489 |
+
romance%2:37:00:: 15
|
| 2490 |
+
romance%2:41:00:: 15
|
| 2491 |
+
rook%2:41:00:: 148
|
| 2492 |
+
roost%2:35:00:: 164,165
|
| 2493 |
+
rough_up%2:35:00:: 140
|
| 2494 |
+
round_up%2:35:00:: 140
|
| 2495 |
+
rouse%2:37:04:: 126,127
|
| 2496 |
+
rout%2:33:01:: 130
|
| 2497 |
+
rove%2:38:00:: 29,30
|
| 2498 |
+
row%2:38:00:: 27,28
|
| 2499 |
+
rub%2:35:00:: 52,51
|
| 2500 |
+
ruffle%2:37:00:: 159
|
| 2501 |
+
rumble%2:39:00:: 153,154
|
| 2502 |
+
ruminate%2:34:00:: 106
|
| 2503 |
+
rumple%2:30:10:: 19,101
|
| 2504 |
+
rumple%2:35:01:: 18
|
| 2505 |
+
run%2:33:01:: 131
|
| 2506 |
+
run%2:35:00:: 131
|
| 2507 |
+
run%2:36:01:: 139
|
| 2508 |
+
run%2:38:00:: 20
|
| 2509 |
+
run%2:38:01:: 45
|
| 2510 |
+
run%2:38:10:: 22
|
| 2511 |
+
run_into%2:35:01:: 108
|
| 2512 |
+
run_on%2:32:00:: 14
|
| 2513 |
+
run_out%2:38:01:: 104
|
| 2514 |
+
run_through%2:34:00:: 35
|
| 2515 |
+
run_up%2:36:00:: 117
|
| 2516 |
+
rupture%2:35:00:: 16
|
| 2517 |
+
rush%2:38:00:: 26
|
| 2518 |
+
rush%2:38:10:: 11
|
| 2519 |
+
rust%2:30:00:: 131
|
| 2520 |
+
rustle%2:39:00:: 155,156
|
| 2521 |
+
rustle%2:40:00:: 73
|
| 2522 |
+
sacrifice%2:35:00:: 140
|
| 2523 |
+
sadden%2:37:01:: 126,159
|
| 2524 |
+
sag%2:38:00:: 162,163
|
| 2525 |
+
sail%2:38:03:: 27,28
|
| 2526 |
+
salivate%2:37:00:: 160
|
| 2527 |
+
salt%2:30:00:: 116
|
| 2528 |
+
salve%2:29:00:: 143
|
| 2529 |
+
samba%2:38:00:: 14
|
| 2530 |
+
sample%2:34:00:: 35,116
|
| 2531 |
+
sand_cast%2:36:00:: 115
|
| 2532 |
+
sashay%2:38:00:: 1
|
| 2533 |
+
satellite%2:32:00:: 94
|
| 2534 |
+
satisfy%2:37:00:: 159
|
| 2535 |
+
saturate%2:30:04:: 81
|
| 2536 |
+
saunter%2:38:00:: 1
|
| 2537 |
+
saute%2:30:00:: 116
|
| 2538 |
+
save%2:40:01:: 69
|
| 2539 |
+
save%2:41:00:: 125
|
| 2540 |
+
save_up%2:40:00:: 60
|
| 2541 |
+
savor%2:37:00:: 139
|
| 2542 |
+
savor%2:39:00:: 116
|
| 2543 |
+
savor%2:39:01:: 116
|
| 2544 |
+
savour%2:37:00:: 139
|
| 2545 |
+
savour%2:39:00:: 116
|
| 2546 |
+
savour%2:39:01:: 116
|
| 2547 |
+
say%2:32:01:: 112
|
| 2548 |
+
scallop%2:35:00:: 161
|
| 2549 |
+
scan%2:39:01:: 168
|
| 2550 |
+
scandalize%2:37:00:: 126,159
|
| 2551 |
+
scare%2:37:00:: 126,15
|
| 2552 |
+
scare%2:37:04:: 159
|
| 2553 |
+
scare_away%2:37:00:: 15
|
| 2554 |
+
scare_off%2:37:00:: 126
|
| 2555 |
+
scatter%2:35:00:: 51
|
| 2556 |
+
scavenge%2:35:01:: 166,167
|
| 2557 |
+
sclaff%2:35:00:: 130
|
| 2558 |
+
scold%2:32:00:: 15
|
| 2559 |
+
scollop%2:35:00:: 161
|
| 2560 |
+
scoop%2:33:00:: 130
|
| 2561 |
+
score%2:36:00:: 139
|
| 2562 |
+
scorn%2:37:00:: 15
|
| 2563 |
+
scour%2:35:03:: 166,167
|
| 2564 |
+
scout%2:39:00:: 166,167
|
| 2565 |
+
scrag%2:35:00:: 140
|
| 2566 |
+
scramble%2:35:00:: 128
|
| 2567 |
+
scrape%2:35:01:: 143
|
| 2568 |
+
screak%2:39:00:: 153,154
|
| 2569 |
+
scream%2:32:01:: 14
|
| 2570 |
+
scream%2:39:00:: 155,156
|
| 2571 |
+
screech%2:39:00:: 153,154
|
| 2572 |
+
screen%2:39:00:: 139
|
| 2573 |
+
screw%2:35:04:: 14,15
|
| 2574 |
+
script%2:36:00:: 139
|
| 2575 |
+
scrounge%2:40:00:: 166,167
|
| 2576 |
+
scrub%2:35:00:: 116
|
| 2577 |
+
scrunch%2:35:00:: 18
|
| 2578 |
+
scrunch%2:35:02:: 162,163
|
| 2579 |
+
scrunch_up%2:35:00:: 18
|
| 2580 |
+
scrutinize%2:39:00:: 168
|
| 2581 |
+
scuffle%2:38:00:: 1
|
| 2582 |
+
sculpt%2:36:00:: 115
|
| 2583 |
+
sculpture%2:36:00:: 115
|
| 2584 |
+
scythe%2:35:00:: 56
|
| 2585 |
+
seal%2:33:00:: 161
|
| 2586 |
+
seal%2:35:03:: 141
|
| 2587 |
+
seal_off%2:35:00:: 141
|
| 2588 |
+
search%2:35:00:: 15,2,105
|
| 2589 |
+
search%2:35:01:: 140
|
| 2590 |
+
search%2:39:00:: 166,167
|
| 2591 |
+
see%2:31:01:: 112
|
| 2592 |
+
see%2:32:00:: 113
|
| 2593 |
+
see%2:39:00:: 139
|
| 2594 |
+
see%2:39:03:: 139
|
| 2595 |
+
see%2:41:00:: 15
|
| 2596 |
+
see%2:41:12:: 15
|
| 2597 |
+
seek%2:35:00:: 2,105,15
|
| 2598 |
+
seek%2:41:00:: 137
|
| 2599 |
+
seem%2:39:00:: 137
|
| 2600 |
+
seethe%2:30:00:: 104
|
| 2601 |
+
seethe%2:30:03:: 104
|
| 2602 |
+
seethe%2:37:00:: 14
|
| 2603 |
+
seethe%2:42:00:: 152
|
| 2604 |
+
seine%2:33:00:: 161
|
| 2605 |
+
select%2:31:00:: 123
|
| 2606 |
+
sell%2:32:00:: 111
|
| 2607 |
+
sell%2:40:00:: 33,34
|
| 2608 |
+
sell%2:41:00:: 15
|
| 2609 |
+
sell%2:42:00:: 131
|
| 2610 |
+
send%2:32:00:: 87,88
|
| 2611 |
+
send%2:38:00:: 87,88
|
| 2612 |
+
send_for%2:32:00:: 15
|
| 2613 |
+
sentence%2:32:00:: 140
|
| 2614 |
+
serenade%2:36:00:: 15
|
| 2615 |
+
sermonize%2:32:00:: 14
|
| 2616 |
+
serve%2:34:00:: 116
|
| 2617 |
+
serve%2:34:01:: 15
|
| 2618 |
+
serve%2:41:01:: 15
|
| 2619 |
+
serve_up%2:34:00:: 116
|
| 2620 |
+
set%2:29:05:: 146
|
| 2621 |
+
set%2:35:00:: 21
|
| 2622 |
+
set%2:35:15:: 143
|
| 2623 |
+
set%2:36:00:: 115
|
| 2624 |
+
set%2:38:00:: 134
|
| 2625 |
+
set_about%2:30:00:: 138
|
| 2626 |
+
set_down%2:38:01:: 136
|
| 2627 |
+
set_forth%2:38:00:: 1
|
| 2628 |
+
set_off%2:38:00:: 1
|
| 2629 |
+
set_out%2:38:00:: 1
|
| 2630 |
+
set_to_music%2:36:00:: 115
|
| 2631 |
+
set_up%2:35:00:: 21,37
|
| 2632 |
+
set_up%2:35:02:: 141
|
| 2633 |
+
set_up%2:41:00:: 140
|
| 2634 |
+
sew%2:36:00:: 117
|
| 2635 |
+
shackle%2:35:00:: 140
|
| 2636 |
+
shackle%2:35:01:: 140
|
| 2637 |
+
shadow%2:38:00:: 15
|
| 2638 |
+
shag%2:38:00:: 14
|
| 2639 |
+
shake%2:37:00:: 159,126
|
| 2640 |
+
shake%2:38:02:: 151,152
|
| 2641 |
+
shake_up%2:37:00:: 159
|
| 2642 |
+
shame%2:33:00:: 15
|
| 2643 |
+
shame%2:41:00:: 159
|
| 2644 |
+
shame%2:41:01:: 123,159
|
| 2645 |
+
shampoo%2:29:00:: 146
|
| 2646 |
+
shark%2:33:00:: 161
|
| 2647 |
+
shatter%2:30:00:: 13
|
| 2648 |
+
shatter%2:30:01:: 12
|
| 2649 |
+
shave%2:29:00:: 146
|
| 2650 |
+
shave%2:35:01:: 146
|
| 2651 |
+
shave%2:35:03:: 116
|
| 2652 |
+
shell_stitch%2:36:00:: 117
|
| 2653 |
+
shelve%2:35:10:: 71
|
| 2654 |
+
shift%2:38:01:: 151
|
| 2655 |
+
shimmer%2:43:00:: 149,150
|
| 2656 |
+
shimmy%2:36:00:: 14
|
| 2657 |
+
shine%2:35:00:: 12
|
| 2658 |
+
shine%2:43:00:: 149,150
|
| 2659 |
+
shine%2:43:01:: 8
|
| 2660 |
+
ship%2:38:00:: 87,88
|
| 2661 |
+
shirr%2:30:00:: 128
|
| 2662 |
+
shlep%2:38:00:: 1
|
| 2663 |
+
shmooze%2:32:00:: 14,129
|
| 2664 |
+
shock%2:37:00:: 126,159
|
| 2665 |
+
shock%2:37:01:: 126,127
|
| 2666 |
+
shock%2:37:02:: 159
|
| 2667 |
+
shoot%2:32:01:: 139
|
| 2668 |
+
shoot%2:35:00:: 53,54
|
| 2669 |
+
shoot%2:41:00:: 140
|
| 2670 |
+
shop%2:40:01:: 161
|
| 2671 |
+
shorten%2:30:07:: 111
|
| 2672 |
+
shorten%2:30:09:: 146
|
| 2673 |
+
shout%2:32:00:: 14
|
| 2674 |
+
shout%2:32:08:: 112
|
| 2675 |
+
shove%2:38:01:: 50
|
| 2676 |
+
shovel_in%2:34:00:: 35
|
| 2677 |
+
show%2:32:00:: 112
|
| 2678 |
+
show%2:39:01:: 134
|
| 2679 |
+
show%2:39:02:: 95,96
|
| 2680 |
+
show_up%2:39:00:: 134
|
| 2681 |
+
shower%2:29:00:: 97,98
|
| 2682 |
+
shower%2:34:12:: 60
|
| 2683 |
+
shower%2:35:00:: 61,62
|
| 2684 |
+
shower%2:40:00:: 60
|
| 2685 |
+
shower%2:43:00:: 122
|
| 2686 |
+
shower_down%2:43:00:: 122
|
| 2687 |
+
shriek%2:32:00:: 157,158
|
| 2688 |
+
shrill%2:32:00:: 157,158
|
| 2689 |
+
shrimp%2:33:00:: 161
|
| 2690 |
+
shrink%2:30:00:: 101
|
| 2691 |
+
shrink%2:30:11:: 103
|
| 2692 |
+
shrivel%2:30:11:: 103
|
| 2693 |
+
shroud%2:35:01:: 77
|
| 2694 |
+
shroud%2:42:02:: 78
|
| 2695 |
+
shuffle%2:38:00:: 1
|
| 2696 |
+
shut%2:35:00:: 141
|
| 2697 |
+
shut%2:35:06:: 142
|
| 2698 |
+
shut_down%2:41:00:: 135
|
| 2699 |
+
shutter%2:35:00:: 141
|
| 2700 |
+
sicken%2:37:00:: 159
|
| 2701 |
+
sideswipe%2:35:00:: 130
|
| 2702 |
+
sign%2:32:01:: 94,93
|
| 2703 |
+
signal%2:32:00:: 93,94
|
| 2704 |
+
signalize%2:32:01:: 94
|
| 2705 |
+
simmer%2:30:00:: 116
|
| 2706 |
+
sing%2:32:00:: 14
|
| 2707 |
+
sing%2:32:08:: 157,158
|
| 2708 |
+
sing%2:36:00:: 14
|
| 2709 |
+
sing%2:36:01:: 145
|
| 2710 |
+
single_crochet%2:36:00:: 117
|
| 2711 |
+
single_out%2:31:00:: 123
|
| 2712 |
+
single_stitch%2:36:00:: 117
|
| 2713 |
+
singsong%2:32:00:: 145
|
| 2714 |
+
sink%2:38:00:: 97
|
| 2715 |
+
sink%2:38:02:: 72
|
| 2716 |
+
siphon%2:35:00:: 44
|
| 2717 |
+
sit%2:35:00:: 162,163
|
| 2718 |
+
skate%2:38:00:: 27,28
|
| 2719 |
+
ski%2:38:00:: 25,26
|
| 2720 |
+
skid%2:38:03:: 131
|
| 2721 |
+
skin%2:35:00:: 116
|
| 2722 |
+
skin%2:35:01:: 147
|
| 2723 |
+
skin%2:35:02:: 143
|
| 2724 |
+
skreak%2:39:00:: 153,154
|
| 2725 |
+
skulk%2:38:00:: 15
|
| 2726 |
+
sky%2:35:00:: 4
|
| 2727 |
+
slam%2:35:01:: 141
|
| 2728 |
+
slam%2:38:00:: 14
|
| 2729 |
+
slam_dance%2:38:00:: 14
|
| 2730 |
+
slap%2:35:00:: 130
|
| 2731 |
+
slash%2:35:00:: 145
|
| 2732 |
+
slash%2:35:01:: 147
|
| 2733 |
+
slash%2:35:02:: 140
|
| 2734 |
+
slather%2:35:00:: 48,63
|
| 2735 |
+
slaughter%2:30:00:: 140
|
| 2736 |
+
slay%2:41:00:: 15
|
| 2737 |
+
sleek_down%2:29:00:: 146
|
| 2738 |
+
sleep%2:29:00:: 14
|
| 2739 |
+
sleepwalk%2:38:00:: 14
|
| 2740 |
+
sleet%2:43:00:: 122
|
| 2741 |
+
slice%2:35:00:: 116
|
| 2742 |
+
slice_up%2:35:00:: 116
|
| 2743 |
+
slick%2:29:00:: 146
|
| 2744 |
+
slick_down%2:29:00:: 146
|
| 2745 |
+
slide%2:38:00:: 6
|
| 2746 |
+
slide%2:38:02:: 7
|
| 2747 |
+
sling%2:35:00:: 36
|
| 2748 |
+
slink%2:38:00:: 1
|
| 2749 |
+
slip%2:40:10:: 33,34
|
| 2750 |
+
slobber_over%2:37:00:: 15
|
| 2751 |
+
slog%2:35:00:: 130
|
| 2752 |
+
slog%2:38:00:: 26
|
| 2753 |
+
slop%2:35:00:: 44
|
| 2754 |
+
slouch%2:38:00:: 1
|
| 2755 |
+
slouch%2:38:01:: 162,163
|
| 2756 |
+
slow_down%2:29:00:: 14
|
| 2757 |
+
slug%2:35:00:: 130
|
| 2758 |
+
sluice%2:43:00:: 122
|
| 2759 |
+
sluice_down%2:43:00:: 122
|
| 2760 |
+
slumber%2:29:00:: 14
|
| 2761 |
+
slump%2:30:00:: 133
|
| 2762 |
+
slump%2:38:01:: 162,163
|
| 2763 |
+
slur%2:36:00:: 145
|
| 2764 |
+
slurp%2:34:00:: 35
|
| 2765 |
+
smack%2:35:01:: 15
|
| 2766 |
+
smack%2:35:02:: 130
|
| 2767 |
+
smart%2:39:00:: 144
|
| 2768 |
+
smash%2:30:00:: 12
|
| 2769 |
+
smear%2:35:01:: 65,66
|
| 2770 |
+
smell%2:39:00:: 118
|
| 2771 |
+
smell%2:39:01:: 168
|
| 2772 |
+
smite%2:35:00:: 130
|
| 2773 |
+
smooth%2:35:01:: 12
|
| 2774 |
+
smoothen%2:35:01:: 12
|
| 2775 |
+
smother%2:35:00:: 140
|
| 2776 |
+
smother%2:35:02:: 77
|
| 2777 |
+
smother%2:42:00:: 78
|
| 2778 |
+
smudge%2:35:00:: 65,66
|
| 2779 |
+
smuggle%2:40:00:: 33,34
|
| 2780 |
+
smutch%2:35:00:: 65,66
|
| 2781 |
+
snack%2:34:00:: 14
|
| 2782 |
+
snail%2:35:00:: 161
|
| 2783 |
+
snap%2:32:00:: 112
|
| 2784 |
+
snap%2:35:01:: 16,17
|
| 2785 |
+
snare%2:35:00:: 73
|
| 2786 |
+
snarf%2:40:00:: 71
|
| 2787 |
+
snarl%2:32:00:: 14,112
|
| 2788 |
+
snarl%2:35:00:: 146
|
| 2789 |
+
sneak%2:38:00:: 1
|
| 2790 |
+
sneak%2:40:00:: 69
|
| 2791 |
+
sneak%2:41:00:: 87,88,33,34
|
| 2792 |
+
snipe%2:33:01:: 161
|
| 2793 |
+
snivel%2:32:00:: 14
|
| 2794 |
+
snow%2:43:00:: 122
|
| 2795 |
+
soak%2:30:00:: 82
|
| 2796 |
+
soak%2:30:01:: 81
|
| 2797 |
+
soak%2:35:00:: 140
|
| 2798 |
+
soap%2:29:00:: 143
|
| 2799 |
+
sober%2:30:02:: 126,159
|
| 2800 |
+
sock%2:35:00:: 130
|
| 2801 |
+
soft-soap%2:32:00:: 14
|
| 2802 |
+
soft-soap%2:32:01:: 124
|
| 2803 |
+
soften%2:42:00:: 14
|
| 2804 |
+
solace%2:37:00:: 127
|
| 2805 |
+
solicit%2:41:00:: 15
|
| 2806 |
+
solmizate%2:36:01:: 145
|
| 2807 |
+
somnambulate%2:38:00:: 14
|
| 2808 |
+
soothe%2:37:00:: 127,159
|
| 2809 |
+
sorrow%2:37:00:: 14,160
|
| 2810 |
+
sound%2:39:00:: 158
|
| 2811 |
+
sound%2:39:06:: 109
|
| 2812 |
+
souse%2:30:00:: 116
|
| 2813 |
+
sow%2:35:00:: 56
|
| 2814 |
+
sow%2:35:02:: 55
|
| 2815 |
+
spar%2:32:00:: 14,129
|
| 2816 |
+
spare%2:41:00:: 125
|
| 2817 |
+
sparkle%2:43:00:: 149,150
|
| 2818 |
+
spat%2:32:00:: 14,129
|
| 2819 |
+
spatter%2:35:01:: 48
|
| 2820 |
+
speak%2:32:02:: 14
|
| 2821 |
+
speak_in_tongues%2:32:00:: 14
|
| 2822 |
+
speak_up%2:32:03:: 14
|
| 2823 |
+
specify%2:32:00:: 112
|
| 2824 |
+
speculate%2:31:01:: 112
|
| 2825 |
+
speechify%2:32:00:: 14
|
| 2826 |
+
speed%2:30:00:: 131
|
| 2827 |
+
speed%2:38:00:: 131
|
| 2828 |
+
speed%2:38:01:: 131
|
| 2829 |
+
speed%2:38:03:: 26
|
| 2830 |
+
speed_up%2:30:00:: 131
|
| 2831 |
+
spellbind%2:29:00:: 159
|
| 2832 |
+
spend%2:40:00:: 59,69
|
| 2833 |
+
spend%2:40:01:: 69
|
| 2834 |
+
spend%2:42:00:: 107
|
| 2835 |
+
spew%2:29:01:: 44
|
| 2836 |
+
spill%2:35:04:: 44
|
| 2837 |
+
spill%2:38:00:: 45
|
| 2838 |
+
spin%2:38:01:: 8,99
|
| 2839 |
+
spin%2:38:02:: 9
|
| 2840 |
+
spiral%2:42:00:: 47
|
| 2841 |
+
spit%2:29:00:: 44
|
| 2842 |
+
spite%2:37:00:: 15
|
| 2843 |
+
splash%2:35:04:: 48
|
| 2844 |
+
splatter%2:35:00:: 48
|
| 2845 |
+
splint%2:29:00:: 143
|
| 2846 |
+
splinter%2:41:00:: 6
|
| 2847 |
+
splinter%2:41:01:: 7
|
| 2848 |
+
split%2:30:01:: 7
|
| 2849 |
+
split%2:35:00:: 6
|
| 2850 |
+
split_up%2:41:00:: 14
|
| 2851 |
+
splutter%2:32:00:: 153,154
|
| 2852 |
+
sponge%2:35:03:: 161
|
| 2853 |
+
sponsor%2:40:00:: 139
|
| 2854 |
+
spook%2:37:00:: 159
|
| 2855 |
+
spoon%2:35:00:: 44
|
| 2856 |
+
spoonfeed%2:32:00:: 95
|
| 2857 |
+
sprain%2:29:00:: 143
|
| 2858 |
+
sprawl%2:35:00:: 162,163
|
| 2859 |
+
spray%2:35:03:: 48
|
| 2860 |
+
spread%2:35:12:: 48
|
| 2861 |
+
spread-eagle%2:33:00:: 130
|
| 2862 |
+
sprinkle%2:30:00:: 48
|
| 2863 |
+
sprint%2:38:00:: 14
|
| 2864 |
+
spritz%2:35:00:: 44
|
| 2865 |
+
spritz%2:35:02:: 48
|
| 2866 |
+
spue%2:29:01:: 44
|
| 2867 |
+
sputter%2:32:00:: 153,154
|
| 2868 |
+
square_dance%2:38:00:: 14
|
| 2869 |
+
squat%2:35:00:: 162,163
|
| 2870 |
+
squeak%2:39:00:: 153,154
|
| 2871 |
+
squeal%2:32:01:: 155,156
|
| 2872 |
+
squeeze%2:35:00:: 15
|
| 2873 |
+
squeeze%2:38:00:: 50
|
| 2874 |
+
squelch%2:38:00:: 28
|
| 2875 |
+
squint%2:39:00:: 26
|
| 2876 |
+
squirrel_away%2:40:00:: 38
|
| 2877 |
+
squirt%2:35:00:: 48
|
| 2878 |
+
squirt%2:35:10:: 44
|
| 2879 |
+
squish%2:35:00:: 44
|
| 2880 |
+
stab%2:35:02:: 140
|
| 2881 |
+
stable%2:41:00:: 73
|
| 2882 |
+
stack%2:35:00:: 41
|
| 2883 |
+
stack%2:35:01:: 49,50
|
| 2884 |
+
stage%2:36:00:: 115
|
| 2885 |
+
stage_direct%2:36:00:: 115
|
| 2886 |
+
stagger%2:38:01:: 1
|
| 2887 |
+
stake%2:33:00:: 69
|
| 2888 |
+
stake%2:35:02:: 140
|
| 2889 |
+
stalk%2:38:00:: 1
|
| 2890 |
+
stalk%2:38:03:: 166
|
| 2891 |
+
stall%2:42:00:: 107
|
| 2892 |
+
stammer%2:32:00:: 14
|
| 2893 |
+
stamp%2:38:00:: 1
|
| 2894 |
+
stand%2:31:00:: 15
|
| 2895 |
+
stand%2:35:00:: 42
|
| 2896 |
+
stand%2:35:01:: 21
|
| 2897 |
+
stand_by%2:42:02:: 107
|
| 2898 |
+
stand_up%2:38:00:: 14
|
| 2899 |
+
stare%2:29:00:: 26
|
| 2900 |
+
stare%2:39:00:: 26
|
| 2901 |
+
stare_down%2:39:00:: 15
|
| 2902 |
+
start%2:30:00:: 138,137
|
| 2903 |
+
start%2:38:02:: 131
|
| 2904 |
+
start_out%2:38:00:: 1
|
| 2905 |
+
startle%2:37:00:: 126,127
|
| 2906 |
+
stash%2:40:00:: 38
|
| 2907 |
+
state%2:32:00:: 112
|
| 2908 |
+
stay%2:30:00:: 109
|
| 2909 |
+
steal%2:40:00:: 69
|
| 2910 |
+
steam%2:30:00:: 116
|
| 2911 |
+
steamroller%2:33:00:: 15
|
| 2912 |
+
steer%2:38:00:: 72
|
| 2913 |
+
stew%2:30:00:: 116
|
| 2914 |
+
stick%2:35:02:: 50
|
| 2915 |
+
stick_about%2:42:00:: 107
|
| 2916 |
+
stick_around%2:42:00:: 107
|
| 2917 |
+
still%2:37:01:: 127
|
| 2918 |
+
still-fish%2:33:00:: 161
|
| 2919 |
+
stimulate%2:32:01:: 123
|
| 2920 |
+
stimulate%2:37:00:: 159
|
| 2921 |
+
sting%2:37:00:: 159
|
| 2922 |
+
stir%2:37:00:: 159
|
| 2923 |
+
stir%2:37:01:: 159
|
| 2924 |
+
stir%2:38:00:: 151,152
|
| 2925 |
+
stir%2:38:01:: 116
|
| 2926 |
+
stir_fry%2:30:00:: 116
|
| 2927 |
+
stitch%2:35:00:: 117
|
| 2928 |
+
stock%2:40:02:: 64
|
| 2929 |
+
stomach%2:31:00:: 15
|
| 2930 |
+
stomp%2:38:00:: 1
|
| 2931 |
+
stone%2:35:00:: 140
|
| 2932 |
+
stonewash%2:35:00:: 117
|
| 2933 |
+
stop%2:38:00:: 131,73
|
| 2934 |
+
stop%2:41:00:: 125
|
| 2935 |
+
stop%2:42:00:: 138
|
| 2936 |
+
storm%2:33:00:: 25
|
| 2937 |
+
storm%2:35:00:: 25
|
| 2938 |
+
storm%2:43:01:: 122
|
| 2939 |
+
straighten%2:30:02:: 146
|
| 2940 |
+
straighten_out%2:35:01:: 146
|
| 2941 |
+
strangle%2:35:00:: 140
|
| 2942 |
+
strangulate%2:35:00:: 140
|
| 2943 |
+
strap%2:35:01:: 140
|
| 2944 |
+
streak%2:38:01:: 14
|
| 2945 |
+
stream%2:43:00:: 122
|
| 2946 |
+
stretch%2:30:00:: 101
|
| 2947 |
+
strew%2:35:00:: 67
|
| 2948 |
+
strew%2:35:04:: 68
|
| 2949 |
+
strike%2:35:00:: 130
|
| 2950 |
+
strike%2:35:01:: 108
|
| 2951 |
+
strike%2:37:00:: 126,127
|
| 2952 |
+
strike_down%2:35:00:: 147
|
| 2953 |
+
string_up%2:41:00:: 140
|
| 2954 |
+
strip%2:29:01:: 97
|
| 2955 |
+
strip%2:30:05:: 147
|
| 2956 |
+
strip%2:30:12:: 140
|
| 2957 |
+
strip%2:35:00:: 147
|
| 2958 |
+
strip%2:40:03:: 148
|
| 2959 |
+
strip-search%2:35:00:: 140
|
| 2960 |
+
stroke%2:32:00:: 15
|
| 2961 |
+
stroll%2:38:00:: 28
|
| 2962 |
+
strong-arm%2:35:00:: 140
|
| 2963 |
+
strong-arm%2:37:00:: 140
|
| 2964 |
+
strut%2:38:00:: 1
|
| 2965 |
+
study%2:31:02:: 139
|
| 2966 |
+
stuff%2:35:00:: 49
|
| 2967 |
+
stuff%2:38:00:: 50
|
| 2968 |
+
stumble%2:38:00:: 14
|
| 2969 |
+
stump%2:31:00:: 159
|
| 2970 |
+
stump%2:38:00:: 1
|
| 2971 |
+
stun%2:35:00:: 130
|
| 2972 |
+
stupefy%2:31:00:: 126,127
|
| 2973 |
+
stutter%2:32:00:: 14
|
| 2974 |
+
style%2:36:00:: 146
|
| 2975 |
+
subedit%2:31:00:: 111
|
| 2976 |
+
submit%2:32:00:: 112
|
| 2977 |
+
subside%2:30:00:: 104
|
| 2978 |
+
subtitle%2:40:00:: 139
|
| 2979 |
+
succeed%2:41:00:: 135
|
| 2980 |
+
suckle%2:34:01:: 106
|
| 2981 |
+
sue%2:41:00:: 137
|
| 2982 |
+
suffer%2:29:00:: 14
|
| 2983 |
+
suffer%2:31:00:: 15
|
| 2984 |
+
suffer%2:37:00:: 14
|
| 2985 |
+
suffer%2:39:00:: 14
|
| 2986 |
+
suffocate%2:35:00:: 140
|
| 2987 |
+
suffuse%2:30:01:: 81,82
|
| 2988 |
+
suggest%2:32:00:: 123,137
|
| 2989 |
+
suggest%2:32:04:: 112
|
| 2990 |
+
support%2:41:00:: 15
|
| 2991 |
+
suppose%2:32:00:: 112
|
| 2992 |
+
surpass%2:38:00:: 131
|
| 2993 |
+
surprise%2:31:00:: 126,127
|
| 2994 |
+
surprise%2:41:00:: 15
|
| 2995 |
+
survey%2:39:00:: 168
|
| 2996 |
+
survey%2:39:13:: 140
|
| 2997 |
+
survive%2:42:01:: 135
|
| 2998 |
+
suspect%2:32:02:: 123
|
| 2999 |
+
suspend%2:30:01:: 40
|
| 3000 |
+
suss_out%2:31:00:: 111
|
| 3001 |
+
swab%2:35:01:: 48
|
| 3002 |
+
swagger%2:38:00:: 1
|
| 3003 |
+
swallow%2:34:00:: 35
|
| 3004 |
+
swan%2:32:00:: 112
|
| 3005 |
+
swarm%2:38:00:: 151
|
| 3006 |
+
swarm%2:42:00:: 152
|
| 3007 |
+
swat%2:35:00:: 130
|
| 3008 |
+
sway%2:38:00:: 151,152
|
| 3009 |
+
swear%2:32:02:: 137
|
| 3010 |
+
swear%2:32:03:: 112
|
| 3011 |
+
sweat%2:29:00:: 144,14
|
| 3012 |
+
sweet-talk%2:32:00:: 124
|
| 3013 |
+
swell%2:30:00:: 144
|
| 3014 |
+
swell_up%2:30:00:: 144
|
| 3015 |
+
swig%2:35:00:: 130
|
| 3016 |
+
swim%2:38:00:: 31,32
|
| 3017 |
+
swim%2:38:01:: 131
|
| 3018 |
+
swindle%2:41:00:: 148
|
| 3019 |
+
swing%2:38:00:: 7
|
| 3020 |
+
swing%2:38:02:: 6
|
| 3021 |
+
swing%2:42:00:: 39
|
| 3022 |
+
swipe%2:35:00:: 130
|
| 3023 |
+
swob%2:35:01:: 48
|
| 3024 |
+
sympathize%2:37:00:: 14
|
| 3025 |
+
sympathize_with%2:37:00:: 15
|
| 3026 |
+
tail%2:38:00:: 15
|
| 3027 |
+
tailgate%2:38:00:: 131
|
| 3028 |
+
tailor%2:36:00:: 117
|
| 3029 |
+
tailor-make%2:36:00:: 117
|
| 3030 |
+
take%2:30:00:: 141
|
| 3031 |
+
take%2:31:01:: 123
|
| 3032 |
+
take%2:32:02:: 15
|
| 3033 |
+
take%2:34:00:: 52
|
| 3034 |
+
take%2:35:00:: 4
|
| 3035 |
+
take%2:38:00:: 22
|
| 3036 |
+
take%2:38:02:: 72
|
| 3037 |
+
take%2:38:10:: 33,34
|
| 3038 |
+
take%2:40:01:: 25
|
| 3039 |
+
take%2:40:02:: 70
|
| 3040 |
+
take%2:40:06:: 107
|
| 3041 |
+
take%2:40:07:: 15
|
| 3042 |
+
take%2:42:10:: 35
|
| 3043 |
+
take_a_look%2:39:00:: 26
|
| 3044 |
+
take_aback%2:37:00:: 126,127,159
|
| 3045 |
+
take_after%2:36:00:: 15
|
| 3046 |
+
take_away%2:30:01:: 141
|
| 3047 |
+
take_in%2:34:00:: 35
|
| 3048 |
+
take_in%2:35:01:: 15
|
| 3049 |
+
take_in%2:39:06:: 139
|
| 3050 |
+
take_in%2:40:00:: 69
|
| 3051 |
+
take_off%2:29:03:: 117
|
| 3052 |
+
take_off%2:38:00:: 131,1
|
| 3053 |
+
take_off%2:38:02:: 136
|
| 3054 |
+
take_on%2:40:00:: 15
|
| 3055 |
+
take_out%2:40:01:: 35
|
| 3056 |
+
talk%2:32:01:: 14
|
| 3057 |
+
talk%2:32:03:: 14
|
| 3058 |
+
talk%2:32:05:: 14
|
| 3059 |
+
talk_shop%2:32:00:: 14,129
|
| 3060 |
+
talk_turkey%2:32:00:: 14,129
|
| 3061 |
+
tangle%2:35:00:: 146
|
| 3062 |
+
tango%2:38:00:: 14
|
| 3063 |
+
tap%2:38:00:: 1
|
| 3064 |
+
tap%2:38:01:: 14
|
| 3065 |
+
tap_dance%2:36:00:: 14
|
| 3066 |
+
tapdance%2:38:00:: 14
|
| 3067 |
+
tape%2:32:00:: 145
|
| 3068 |
+
tape%2:32:03:: 139
|
| 3069 |
+
tape_record%2:32:00:: 145
|
| 3070 |
+
taste%2:34:00:: 35
|
| 3071 |
+
taste%2:39:02:: 118
|
| 3072 |
+
taxi%2:38:00:: 28
|
| 3073 |
+
taxi%2:38:01:: 131
|
| 3074 |
+
teach%2:32:00:: 95,96
|
| 3075 |
+
tear%2:35:00:: 18
|
| 3076 |
+
tear_apart%2:32:00:: 139
|
| 3077 |
+
tear_into%2:35:00:: 130
|
| 3078 |
+
tease%2:29:00:: 146
|
| 3079 |
+
tease%2:37:00:: 15
|
| 3080 |
+
teem%2:42:00:: 152
|
| 3081 |
+
telecast%2:32:00:: 94
|
| 3082 |
+
telegraph%2:32:00:: 93,94
|
| 3083 |
+
telephone%2:32:00:: 15,97
|
| 3084 |
+
telex%2:32:00:: 93,94
|
| 3085 |
+
tell%2:32:01:: 111
|
| 3086 |
+
tell%2:32:02:: 123
|
| 3087 |
+
tell%2:32:04:: 112
|
| 3088 |
+
tempt%2:32:00:: 123
|
| 3089 |
+
tempt%2:32:01:: 123
|
| 3090 |
+
terminate%2:30:01:: 111
|
| 3091 |
+
terrify%2:37:00:: 126
|
| 3092 |
+
terrorize%2:37:00:: 126
|
| 3093 |
+
terrorize%2:41:00:: 15
|
| 3094 |
+
testify%2:32:01:: 112
|
| 3095 |
+
thaw%2:30:00:: 116
|
| 3096 |
+
theorise%2:31:00:: 112
|
| 3097 |
+
theorize%2:31:00:: 112
|
| 3098 |
+
think%2:31:01:: 112
|
| 3099 |
+
think%2:31:06:: 137
|
| 3100 |
+
think%2:31:08:: 14
|
| 3101 |
+
think_of%2:36:00:: 115
|
| 3102 |
+
think_up%2:36:00:: 115
|
| 3103 |
+
thrash%2:35:00:: 140
|
| 3104 |
+
thrash%2:35:02:: 130
|
| 3105 |
+
thrash%2:38:00:: 14
|
| 3106 |
+
threaten%2:32:00:: 15
|
| 3107 |
+
thresh%2:35:00:: 140
|
| 3108 |
+
thresh%2:35:01:: 130
|
| 3109 |
+
thrill%2:37:01:: 126,159
|
| 3110 |
+
thrive%2:30:00:: 135
|
| 3111 |
+
throb%2:38:01:: 151,152
|
| 3112 |
+
throng%2:38:00:: 151,152
|
| 3113 |
+
throttle%2:35:00:: 140
|
| 3114 |
+
throw%2:36:00:: 115
|
| 3115 |
+
throw%2:37:00:: 126,127,159
|
| 3116 |
+
thrum%2:39:01:: 153,154
|
| 3117 |
+
thrust%2:38:02:: 50
|
| 3118 |
+
thump%2:35:00:: 130
|
| 3119 |
+
thunder%2:32:01:: 10
|
| 3120 |
+
thunder%2:38:00:: 153,154
|
| 3121 |
+
thunder%2:43:00:: 122
|
| 3122 |
+
thwack%2:35:00:: 130
|
| 3123 |
+
tickle%2:39:00:: 143
|
| 3124 |
+
tie_down%2:35:00:: 140
|
| 3125 |
+
tie_up%2:35:00:: 140
|
| 3126 |
+
tin%2:30:00:: 116
|
| 3127 |
+
tip%2:38:00:: 1
|
| 3128 |
+
tip_off%2:32:01:: 15
|
| 3129 |
+
tip_over%2:38:00:: 131
|
| 3130 |
+
tiptoe%2:38:00:: 1
|
| 3131 |
+
tire%2:37:01:: 159
|
| 3132 |
+
tire_out%2:29:00:: 15
|
| 3133 |
+
titillate%2:37:00:: 127
|
| 3134 |
+
tittle-tattle%2:32:00:: 14
|
| 3135 |
+
toddle%2:38:00:: 1
|
| 3136 |
+
tolerate%2:31:00:: 15
|
| 3137 |
+
toot%2:39:00:: 153,154
|
| 3138 |
+
tootle%2:39:00:: 153,154
|
| 3139 |
+
top%2:35:00:: 147
|
| 3140 |
+
torment%2:29:00:: 140
|
| 3141 |
+
torment%2:37:00:: 126
|
| 3142 |
+
torture%2:29:00:: 140
|
| 3143 |
+
torture%2:37:00:: 126
|
| 3144 |
+
toss%2:35:00:: 116
|
| 3145 |
+
toss%2:35:04:: 4
|
| 3146 |
+
toss%2:35:05:: 4
|
| 3147 |
+
toss%2:38:00:: 9
|
| 3148 |
+
toss_off%2:36:00:: 115
|
| 3149 |
+
totter%2:38:01:: 1
|
| 3150 |
+
touch%2:34:00:: 35
|
| 3151 |
+
touch%2:35:01:: 23,24
|
| 3152 |
+
touch%2:37:00:: 126,159
|
| 3153 |
+
track%2:38:00:: 166
|
| 3154 |
+
trade%2:40:02:: 90
|
| 3155 |
+
trail%2:38:00:: 11
|
| 3156 |
+
traipse%2:38:00:: 1
|
| 3157 |
+
tramp%2:38:00:: 1
|
| 3158 |
+
trample%2:38:00:: 1
|
| 3159 |
+
tranquilize%2:37:00:: 15
|
| 3160 |
+
tranquillize%2:37:00:: 159
|
| 3161 |
+
transcribe%2:36:00:: 115
|
| 3162 |
+
transfer%2:35:00:: 87
|
| 3163 |
+
transfer%2:38:02:: 97
|
| 3164 |
+
transmit%2:40:10:: 93,94
|
| 3165 |
+
transport%2:37:00:: 127,159
|
| 3166 |
+
transport%2:38:00:: 87
|
| 3167 |
+
transpose%2:36:00:: 115
|
| 3168 |
+
trap%2:35:00:: 73
|
| 3169 |
+
trap%2:35:02:: 130
|
| 3170 |
+
trash%2:32:00:: 139
|
| 3171 |
+
travel%2:38:00:: 29,30
|
| 3172 |
+
travel%2:38:04:: 97
|
| 3173 |
+
travel_by%2:38:01:: 131
|
| 3174 |
+
travel_rapidly%2:38:00:: 131
|
| 3175 |
+
trawl%2:33:00:: 166,167
|
| 3176 |
+
tread%2:38:00:: 1
|
| 3177 |
+
treasure%2:37:00:: 15,139
|
| 3178 |
+
treasure%2:40:00:: 139
|
| 3179 |
+
treat%2:29:00:: 143
|
| 3180 |
+
tremble%2:38:00:: 151,152
|
| 3181 |
+
trickle%2:38:00:: 45
|
| 3182 |
+
trifle%2:31:01:: 129
|
| 3183 |
+
trill%2:32:00:: 157,158
|
| 3184 |
+
trim%2:35:01:: 146
|
| 3185 |
+
trim%2:35:02:: 147
|
| 3186 |
+
trim%2:36:00:: 116
|
| 3187 |
+
triple%2:30:00:: 102,103
|
| 3188 |
+
triumph%2:32:00:: 14
|
| 3189 |
+
troll%2:33:00:: 166,167
|
| 3190 |
+
troop%2:38:00:: 1
|
| 3191 |
+
troop%2:38:01:: 1
|
| 3192 |
+
trot%2:38:01:: 20
|
| 3193 |
+
trot%2:38:02:: 22
|
| 3194 |
+
trouble%2:37:00:: 126
|
| 3195 |
+
trouble%2:37:01:: 126
|
| 3196 |
+
trounce%2:33:00:: 130
|
| 3197 |
+
trounce%2:35:00:: 140
|
| 3198 |
+
trudge%2:38:01:: 26
|
| 3199 |
+
trump%2:33:00:: 130
|
| 3200 |
+
trumpet%2:32:02:: 157,158
|
| 3201 |
+
trust%2:31:00:: 15
|
| 3202 |
+
trust%2:41:00:: 123
|
| 3203 |
+
try%2:29:00:: 117
|
| 3204 |
+
try%2:34:00:: 35
|
| 3205 |
+
try%2:37:01:: 15
|
| 3206 |
+
try%2:41:00:: 137
|
| 3207 |
+
try%2:41:06:: 140
|
| 3208 |
+
try_on%2:29:00:: 117
|
| 3209 |
+
try_out%2:34:00:: 35
|
| 3210 |
+
tuck%2:35:00:: 50
|
| 3211 |
+
tuck_away%2:34:00:: 35
|
| 3212 |
+
tuck_in%2:34:00:: 35
|
| 3213 |
+
tumble%2:30:00:: 133
|
| 3214 |
+
turn%2:29:00:: 143
|
| 3215 |
+
turn%2:30:03:: 109
|
| 3216 |
+
turn%2:35:06:: 6
|
| 3217 |
+
turn%2:38:00:: 11
|
| 3218 |
+
turn%2:38:01:: 9
|
| 3219 |
+
turn_down%2:40:00:: 69
|
| 3220 |
+
turn_off%2:37:00:: 159
|
| 3221 |
+
turn_on%2:37:00:: 159
|
| 3222 |
+
turn_out%2:29:00:: 14
|
| 3223 |
+
turn_over%2:38:02:: 131
|
| 3224 |
+
turn_over%2:38:09:: 9
|
| 3225 |
+
twinkle%2:39:00:: 149,150
|
| 3226 |
+
twinkle%2:43:00:: 8
|
| 3227 |
+
twirl%2:38:00:: 7
|
| 3228 |
+
twirl%2:38:01:: 6
|
| 3229 |
+
twist%2:29:00:: 143
|
| 3230 |
+
twist%2:30:00:: 46
|
| 3231 |
+
twist%2:38:02:: 14
|
| 3232 |
+
tyrannize%2:37:00:: 15
|
| 3233 |
+
ululate%2:32:00:: 157,158
|
| 3234 |
+
unbar%2:35:00:: 141
|
| 3235 |
+
unbend%2:29:01:: 14
|
| 3236 |
+
unbolt%2:35:00:: 141
|
| 3237 |
+
unbosom%2:32:00:: 98
|
| 3238 |
+
unburden%2:40:00:: 148
|
| 3239 |
+
undercoat%2:35:00:: 141,72
|
| 3240 |
+
understand%2:31:00:: 139,111
|
| 3241 |
+
understand%2:31:02:: 123
|
| 3242 |
+
undertake%2:32:01:: 137
|
| 3243 |
+
underwrite%2:32:01:: 139
|
| 3244 |
+
undress%2:29:00:: 97,98
|
| 3245 |
+
undress%2:30:00:: 140
|
| 3246 |
+
unfreeze%2:30:00:: 116
|
| 3247 |
+
unhinge%2:37:00:: 126
|
| 3248 |
+
unlax%2:29:01:: 159
|
| 3249 |
+
unlock%2:35:00:: 141
|
| 3250 |
+
unloose%2:41:00:: 140
|
| 3251 |
+
unman%2:37:00:: 126
|
| 3252 |
+
unnerve%2:37:00:: 126
|
| 3253 |
+
unsettle%2:37:00:: 126
|
| 3254 |
+
unsnarl%2:35:00:: 146
|
| 3255 |
+
unstrain%2:29:00:: 159
|
| 3256 |
+
untie%2:35:00:: 140
|
| 3257 |
+
uplift%2:37:00:: 127,159
|
| 3258 |
+
upset%2:33:00:: 130
|
| 3259 |
+
upset%2:37:00:: 126
|
| 3260 |
+
upset%2:37:01:: 159
|
| 3261 |
+
upstage%2:33:00:: 15
|
| 3262 |
+
urge%2:32:00:: 15,123
|
| 3263 |
+
urge%2:32:01:: 123
|
| 3264 |
+
urge_on%2:32:00:: 15
|
| 3265 |
+
use%2:34:00:: 69
|
| 3266 |
+
use%2:34:01:: 73
|
| 3267 |
+
use%2:41:14:: 123
|
| 3268 |
+
utilise%2:34:00:: 73
|
| 3269 |
+
utilize%2:34:00:: 73
|
| 3270 |
+
value%2:31:01:: 15
|
| 3271 |
+
vanish%2:30:00:: 131
|
| 3272 |
+
vanish%2:39:00:: 134
|
| 3273 |
+
vanquish%2:33:00:: 130
|
| 3274 |
+
vaporize%2:30:01:: 104,105
|
| 3275 |
+
venerate%2:37:00:: 15
|
| 3276 |
+
versify%2:36:00:: 115
|
| 3277 |
+
veto%2:32:00:: 139
|
| 3278 |
+
vex%2:37:00:: 126,159
|
| 3279 |
+
videotape%2:32:00:: 139,145
|
| 3280 |
+
view%2:39:02:: 139
|
| 3281 |
+
violate%2:35:01:: 140
|
| 3282 |
+
visit%2:32:00:: 14,15
|
| 3283 |
+
visit%2:41:00:: 15
|
| 3284 |
+
visualize%2:36:00:: 115
|
| 3285 |
+
vocalize%2:32:00:: 14
|
| 3286 |
+
vocalize%2:36:00:: 145,14
|
| 3287 |
+
volunteer%2:41:01:: 137
|
| 3288 |
+
vow%2:32:00:: 137
|
| 3289 |
+
vroom%2:32:00:: 153,154
|
| 3290 |
+
waddle%2:38:00:: 1
|
| 3291 |
+
wade%2:38:00:: 31
|
| 3292 |
+
wail%2:32:00:: 155,156
|
| 3293 |
+
wait%2:42:00:: 107
|
| 3294 |
+
wait%2:42:01:: 137
|
| 3295 |
+
wait_on%2:41:00:: 15
|
| 3296 |
+
walk%2:38:00:: 14,1
|
| 3297 |
+
walk%2:38:01:: 22
|
| 3298 |
+
walk%2:38:02:: 20
|
| 3299 |
+
walk%2:38:05:: 22
|
| 3300 |
+
walk_about%2:38:00:: 14
|
| 3301 |
+
walk_around%2:38:00:: 14
|
| 3302 |
+
walk_on_air%2:37:00:: 14
|
| 3303 |
+
wallop%2:35:00:: 130
|
| 3304 |
+
waltz%2:38:00:: 14
|
| 3305 |
+
waltz_around%2:38:00:: 14
|
| 3306 |
+
wander%2:38:00:: 29,30
|
| 3307 |
+
wane%2:30:01:: 134
|
| 3308 |
+
want%2:31:01:: 123
|
| 3309 |
+
want%2:34:00:: 35,123,137
|
| 3310 |
+
want%2:37:00:: 123
|
| 3311 |
+
warble%2:32:00:: 145
|
| 3312 |
+
warble%2:32:01:: 157
|
| 3313 |
+
warehouse%2:40:00:: 71
|
| 3314 |
+
warn%2:32:01:: 15
|
| 3315 |
+
wash%2:29:00:: 97,98
|
| 3316 |
+
wash%2:35:00:: 117
|
| 3317 |
+
wash%2:35:02:: 117
|
| 3318 |
+
wash_down%2:34:00:: 35
|
| 3319 |
+
wash_out%2:35:01:: 117
|
| 3320 |
+
waste%2:35:00:: 140
|
| 3321 |
+
watch%2:32:09:: 113
|
| 3322 |
+
watch%2:39:01:: 166,167
|
| 3323 |
+
watch%2:39:05:: 139
|
| 3324 |
+
watch%2:41:00:: 4
|
| 3325 |
+
watch_over%2:41:00:: 4
|
| 3326 |
+
water-wash%2:35:00:: 117
|
| 3327 |
+
watercolor%2:36:00:: 14
|
| 3328 |
+
waterproof%2:35:00:: 72
|
| 3329 |
+
wave%2:29:00:: 146
|
| 3330 |
+
wave%2:35:01:: 146
|
| 3331 |
+
wax%2:30:01:: 134
|
| 3332 |
+
wear%2:29:03:: 129
|
| 3333 |
+
wear_down%2:29:00:: 15
|
| 3334 |
+
wear_out%2:29:00:: 15
|
| 3335 |
+
weary%2:29:00:: 129
|
| 3336 |
+
weave%2:36:00:: 117
|
| 3337 |
+
wed%2:41:00:: 14
|
| 3338 |
+
wedge%2:35:01:: 50
|
| 3339 |
+
weigh%2:32:00:: 102
|
| 3340 |
+
weigh_down%2:37:00:: 126
|
| 3341 |
+
weigh_on%2:37:00:: 126
|
| 3342 |
+
welt%2:35:00:: 140
|
| 3343 |
+
whack%2:35:00:: 130
|
| 3344 |
+
whale%2:33:00:: 161
|
| 3345 |
+
wham%2:35:00:: 130
|
| 3346 |
+
whang%2:35:01:: 130
|
| 3347 |
+
wheedle%2:32:00:: 124
|
| 3348 |
+
whelk%2:33:00:: 161
|
| 3349 |
+
whine%2:32:01:: 14
|
| 3350 |
+
whip%2:33:00:: 130
|
| 3351 |
+
whip%2:35:00:: 140
|
| 3352 |
+
whip_up%2:36:00:: 116
|
| 3353 |
+
whir%2:39:00:: 153,154
|
| 3354 |
+
whirl%2:38:01:: 7
|
| 3355 |
+
whirl%2:38:02:: 6
|
| 3356 |
+
whirr%2:39:00:: 153,154
|
| 3357 |
+
whisk_by%2:38:00:: 141
|
| 3358 |
+
whisper%2:32:00:: 14
|
| 3359 |
+
whistle%2:39:00:: 157,158
|
| 3360 |
+
whomp%2:33:00:: 130
|
| 3361 |
+
whomp%2:35:00:: 130
|
| 3362 |
+
whomp_up%2:36:00:: 116
|
| 3363 |
+
will%2:40:00:: 91,92
|
| 3364 |
+
win%2:33:00:: 97
|
| 3365 |
+
win%2:40:00:: 69
|
| 3366 |
+
win_over%2:32:00:: 15,159
|
| 3367 |
+
wind%2:35:06:: 46,47
|
| 3368 |
+
wind_up%2:37:00:: 159
|
| 3369 |
+
wine_and_dine%2:34:00:: 14
|
| 3370 |
+
wipe_out%2:34:00:: 35
|
| 3371 |
+
wire%2:32:00:: 93,94
|
| 3372 |
+
wish%2:37:00:: 123
|
| 3373 |
+
wish%2:37:02:: 123,137
|
| 3374 |
+
withhold%2:40:00:: 69
|
| 3375 |
+
withhold%2:40:01:: 69
|
| 3376 |
+
wolf%2:34:00:: 35
|
| 3377 |
+
wolf_down%2:34:00:: 35
|
| 3378 |
+
wonder%2:32:01:: 113
|
| 3379 |
+
wonder%2:32:12:: 160
|
| 3380 |
+
woo%2:41:00:: 15
|
| 3381 |
+
work%2:29:00:: 73
|
| 3382 |
+
work%2:35:02:: 131
|
| 3383 |
+
work%2:38:00:: 26
|
| 3384 |
+
work%2:41:01:: 73
|
| 3385 |
+
work%2:41:02:: 14
|
| 3386 |
+
work%2:41:04:: 110
|
| 3387 |
+
worry%2:37:00:: 112
|
| 3388 |
+
worry%2:37:01:: 126
|
| 3389 |
+
worry%2:42:00:: 126
|
| 3390 |
+
worship%2:37:00:: 15
|
| 3391 |
+
worst%2:33:00:: 130
|
| 3392 |
+
wound%2:37:00:: 15
|
| 3393 |
+
wow%2:37:00:: 15,159
|
| 3394 |
+
wrap%2:35:02:: 46,47
|
| 3395 |
+
wrawl%2:32:00:: 155,156
|
| 3396 |
+
wrench%2:29:00:: 143
|
| 3397 |
+
wrestle%2:32:00:: 129
|
| 3398 |
+
wrick%2:29:00:: 143
|
| 3399 |
+
wrinkle%2:30:10:: 19,101
|
| 3400 |
+
wrinkle%2:35:00:: 18
|
| 3401 |
+
write%2:32:00:: 93,94
|
| 3402 |
+
write%2:36:00:: 139
|
| 3403 |
+
write%2:36:02:: 115
|
| 3404 |
+
write%2:36:04:: 115
|
| 3405 |
+
write_out%2:32:00:: 2
|
| 3406 |
+
write_out%2:36:00:: 115
|
| 3407 |
+
write_up%2:36:00:: 115
|
| 3408 |
+
writhe%2:38:00:: 151,152
|
| 3409 |
+
x-ray%2:32:00:: 143
|
| 3410 |
+
yack%2:32:00:: 14,129
|
| 3411 |
+
yack_away%2:32:00:: 14
|
| 3412 |
+
yammer%2:32:01:: 155,156
|
| 3413 |
+
yearn%2:37:00:: 137
|
| 3414 |
+
yell%2:32:00:: 14
|
| 3415 |
+
yield%2:38:00:: 131
|
| 3416 |
+
yield%2:42:00:: 14
|
| 3417 |
+
yodel%2:32:00:: 157
|
| 3418 |
+
yowl%2:32:01:: 155,156
|
| 3419 |
+
zap%2:30:00:: 116
|
| 3420 |
+
zigzag%2:38:00:: 26
|
| 3421 |
+
zip_by%2:38:00:: 131
|
WordNet-3.0/dict/sents.vrb
ADDED
|
@@ -0,0 +1,170 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
1 The children %s to the playground
|
| 2 |
+
10 The cars %s down the avenue
|
| 3 |
+
100 These glasses %s easily
|
| 4 |
+
101 These fabrics %s easily
|
| 5 |
+
102 They %s their earnings this year
|
| 6 |
+
103 Their earnings %s this year
|
| 7 |
+
104 The water %ss
|
| 8 |
+
105 They %s the water
|
| 9 |
+
106 The animals %s
|
| 10 |
+
107 They %s a long time
|
| 11 |
+
108 The car %ss the tree
|
| 12 |
+
109 John will %s angry
|
| 13 |
+
11 They %s the car down the avenue
|
| 14 |
+
110 They %s in the city
|
| 15 |
+
111 They won't %s the story
|
| 16 |
+
112 They %s that there was a traffic accident
|
| 17 |
+
113 They %s whether there was a traffic accident
|
| 18 |
+
114 They %s her vice president
|
| 19 |
+
115 Did he %s his major works over a short period of time?
|
| 20 |
+
116 The chefs %s the vegetables
|
| 21 |
+
117 They %s the cape
|
| 22 |
+
118 The food does %s good
|
| 23 |
+
119 The music does %s good
|
| 24 |
+
12 They %s the glass tubes
|
| 25 |
+
120 The cool air does %s good
|
| 26 |
+
121 This food does %s well
|
| 27 |
+
122 It was %sing all day long
|
| 28 |
+
123 They %s him to write the letter
|
| 29 |
+
124 They %s him into writing the letter
|
| 30 |
+
125 They %s him from writing the letter
|
| 31 |
+
126 The bad news will %s him
|
| 32 |
+
127 The good news will %s her
|
| 33 |
+
128 The chef wants to %s the eggs
|
| 34 |
+
129 Sam wants to %s with Sue
|
| 35 |
+
13 The glass tubes %s
|
| 36 |
+
130 The fighter managed to %s his opponent
|
| 37 |
+
131 These cars won't %s
|
| 38 |
+
132 The branches %s from the trees
|
| 39 |
+
133 The stock market is going to %s
|
| 40 |
+
134 The moon will soon %s
|
| 41 |
+
135 The business is going to %s
|
| 42 |
+
136 The airplane is sure to %s
|
| 43 |
+
137 They %s to move
|
| 44 |
+
138 They %s moving
|
| 45 |
+
139 Sam and Sue %s the movie
|
| 46 |
+
14 Sam and Sue %s
|
| 47 |
+
140 They want to %s the prisoners
|
| 48 |
+
141 They want to %s the doors
|
| 49 |
+
142 The doors %s
|
| 50 |
+
143 Did he %s his foot?
|
| 51 |
+
144 Did his feet %s?
|
| 52 |
+
145 They will %s the duet
|
| 53 |
+
146 They %s their hair
|
| 54 |
+
147 They %s the trees
|
| 55 |
+
148 They %s him of all his money
|
| 56 |
+
149 Lights %s on the horizon
|
| 57 |
+
15 Sam cannot %s Sue
|
| 58 |
+
150 The horizon is %sing with lights
|
| 59 |
+
151 The crowds %s in the streets
|
| 60 |
+
152 The streets %s with crowds
|
| 61 |
+
153 Cars %s in the streets
|
| 62 |
+
154 The streets %s with cars
|
| 63 |
+
155 You can hear animals %s in the meadows
|
| 64 |
+
156 The meadows %s with animals
|
| 65 |
+
157 The birds %s in the woods
|
| 66 |
+
158 The woods %s with many kinds of birds
|
| 67 |
+
159 The performance is likely to %s Sue
|
| 68 |
+
16 The ropes %s
|
| 69 |
+
160 Sam and Sue %s over the results of the experiment
|
| 70 |
+
161 In the summer they like to go out and %s
|
| 71 |
+
162 The children %s in the rocking chair
|
| 72 |
+
163 There %s some children in the rocking chair
|
| 73 |
+
164 Some big birds %s in the tree
|
| 74 |
+
165 There %s some big birds in the tree
|
| 75 |
+
166 The men %s the area for animals
|
| 76 |
+
167 The men %s for animals in the area
|
| 77 |
+
168 The customs agents %s the bags for drugs
|
| 78 |
+
169 They %s him as chairman
|
| 79 |
+
17 The strong winds %s the rope
|
| 80 |
+
170 They %s him "Bobby"
|
| 81 |
+
18 They %s the sheets
|
| 82 |
+
19 The sheets didn't %s
|
| 83 |
+
2 The banks %s the check
|
| 84 |
+
20 The horses %s across the field
|
| 85 |
+
21 They %s the bags on the table
|
| 86 |
+
22 The men %s the horses across the field
|
| 87 |
+
23 Our properties %s at this point
|
| 88 |
+
24 His fields %s mine at this point
|
| 89 |
+
25 They %s the hill
|
| 90 |
+
26 They %s up the hill
|
| 91 |
+
27 They %s the river
|
| 92 |
+
28 They %s down the river
|
| 93 |
+
29 They %s the countryside
|
| 94 |
+
3 The checks %s
|
| 95 |
+
30 They %s in the countryside
|
| 96 |
+
31 These men %s across the river
|
| 97 |
+
32 These men %s the river
|
| 98 |
+
33 They %s the food to the people
|
| 99 |
+
34 They %s the people the food
|
| 100 |
+
35 They %s more bread
|
| 101 |
+
36 They %s the object in the water
|
| 102 |
+
37 The men %s the bookshelves
|
| 103 |
+
38 They %s the money in the closet
|
| 104 |
+
39 The lights %s from the ceiling
|
| 105 |
+
4 The children %s the ball
|
| 106 |
+
40 They %s the lights from the ceiling
|
| 107 |
+
41 They %s their rifles on the cabinet
|
| 108 |
+
42 The chairs %s in the corner
|
| 109 |
+
43 The men %s the chairs
|
| 110 |
+
44 The women %s water into the bowl
|
| 111 |
+
45 Water and oil %s into the bowl
|
| 112 |
+
46 They %s the wire around the stick
|
| 113 |
+
47 The wires %s around the stick
|
| 114 |
+
48 They %s the bread with melted butter
|
| 115 |
+
49 They %s the cart with boxes
|
| 116 |
+
5 The balls %s
|
| 117 |
+
50 They %s the books into the box
|
| 118 |
+
51 They %s sugar over the cake
|
| 119 |
+
52 They %s the cake with sugar
|
| 120 |
+
53 They %s the fruit with a chemical
|
| 121 |
+
54 They %s a chemical into the fruit
|
| 122 |
+
55 They %s the field with rye
|
| 123 |
+
56 They %s rye in the field
|
| 124 |
+
57 They %s notices on the doors
|
| 125 |
+
58 They %s the doors with notices
|
| 126 |
+
59 They %s money on their grandchild
|
| 127 |
+
6 The girls %s the wooden sticks
|
| 128 |
+
60 They %s their grandchild with money
|
| 129 |
+
61 They %s coins on the image
|
| 130 |
+
62 They %s the image with coins
|
| 131 |
+
63 They %s butter on the bread
|
| 132 |
+
64 They %s the lake with fish
|
| 133 |
+
65 The children %s the paper with grease
|
| 134 |
+
66 The children %s grease onto the paper
|
| 135 |
+
67 They %s papers over the floor
|
| 136 |
+
68 They %s the floor with papers
|
| 137 |
+
69 They %s the money
|
| 138 |
+
7 The wooden sticks %s
|
| 139 |
+
70 They %s the newspapers
|
| 140 |
+
71 They %s the goods
|
| 141 |
+
72 The men %s the boat
|
| 142 |
+
73 They %s the animals
|
| 143 |
+
74 The books %s the box
|
| 144 |
+
75 They %s the halls with holly
|
| 145 |
+
76 Holly flowers %s the halls
|
| 146 |
+
77 The wind storms %s the area with dust and dirt
|
| 147 |
+
78 Dust and dirt %s the area
|
| 148 |
+
79 The swollen rivers %s the area with water
|
| 149 |
+
8 The coins %s
|
| 150 |
+
80 The waters %s the area
|
| 151 |
+
81 They %s the cloth with water and alcohol
|
| 152 |
+
82 Water and alcohol %s the cloth
|
| 153 |
+
83 They %s the snow from the path
|
| 154 |
+
84 They %s the path of the snow
|
| 155 |
+
85 They %s the water from the sink
|
| 156 |
+
86 They %s the sink of water
|
| 157 |
+
87 They %s the parcel to their parents
|
| 158 |
+
88 They %s them the parcel
|
| 159 |
+
89 They %s cars to the tourists
|
| 160 |
+
9 They %s the coin
|
| 161 |
+
90 They %s the tourists their cars
|
| 162 |
+
91 They %s the money to them
|
| 163 |
+
92 They %s them the money
|
| 164 |
+
93 They %s them the information
|
| 165 |
+
94 They %s the information to them
|
| 166 |
+
95 The parents %s a French poem to the children
|
| 167 |
+
96 The parents %s the children a French poem
|
| 168 |
+
97 They %s
|
| 169 |
+
98 They %s themselves
|
| 170 |
+
99 These balls %s easily
|
WordNet-3.0/dict/verb.Framestext
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
1 Something ----s
|
| 2 |
+
2 Somebody ----s
|
| 3 |
+
3 It is ----ing
|
| 4 |
+
4 Something is ----ing PP
|
| 5 |
+
5 Something ----s something Adjective/Noun
|
| 6 |
+
6 Something ----s Adjective/Noun
|
| 7 |
+
7 Somebody ----s Adjective
|
| 8 |
+
8 Somebody ----s something
|
| 9 |
+
9 Somebody ----s somebody
|
| 10 |
+
10 Something ----s somebody
|
| 11 |
+
11 Something ----s something
|
| 12 |
+
12 Something ----s to somebody
|
| 13 |
+
13 Somebody ----s on something
|
| 14 |
+
14 Somebody ----s somebody something
|
| 15 |
+
15 Somebody ----s something to somebody
|
| 16 |
+
16 Somebody ----s something from somebody
|
| 17 |
+
17 Somebody ----s somebody with something
|
| 18 |
+
18 Somebody ----s somebody of something
|
| 19 |
+
19 Somebody ----s something on somebody
|
| 20 |
+
20 Somebody ----s somebody PP
|
| 21 |
+
21 Somebody ----s something PP
|
| 22 |
+
22 Somebody ----s PP
|
| 23 |
+
23 Somebody's (body part) ----s
|
| 24 |
+
24 Somebody ----s somebody to INFINITIVE
|
| 25 |
+
25 Somebody ----s somebody INFINITIVE
|
| 26 |
+
26 Somebody ----s that CLAUSE
|
| 27 |
+
27 Somebody ----s to somebody
|
| 28 |
+
28 Somebody ----s to INFINITIVE
|
| 29 |
+
29 Somebody ----s whether INFINITIVE
|
| 30 |
+
30 Somebody ----s somebody into V-ing something
|
| 31 |
+
31 Somebody ----s something with something
|
| 32 |
+
32 Somebody ----s INFINITIVE
|
| 33 |
+
33 Somebody ----s VERB-ing
|
| 34 |
+
34 It ----s that CLAUSE
|
| 35 |
+
35 Something ----s INFINITIVE
|
WordNet-3.0/dict/verb.exc
ADDED
|
@@ -0,0 +1,2401 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
abetted abet
|
| 2 |
+
abetting abet
|
| 3 |
+
abhorred abhor
|
| 4 |
+
abhorring abhor
|
| 5 |
+
abode abide
|
| 6 |
+
abought aby
|
| 7 |
+
about-shipped about-ship
|
| 8 |
+
about-shipping about-ship
|
| 9 |
+
abutted abut
|
| 10 |
+
abutting abut
|
| 11 |
+
abye aby
|
| 12 |
+
accompanied accompany
|
| 13 |
+
acetified acetify
|
| 14 |
+
acidified acidify
|
| 15 |
+
acquitted acquit
|
| 16 |
+
acquitting acquit
|
| 17 |
+
ad-libbed ad-lib
|
| 18 |
+
ad-libbing ad-lib
|
| 19 |
+
addrest address
|
| 20 |
+
admitted admit
|
| 21 |
+
admitting admit
|
| 22 |
+
aerified aerify
|
| 23 |
+
air-dried air-dry
|
| 24 |
+
airdropped airdrop
|
| 25 |
+
airdropping airdrop
|
| 26 |
+
alkalified alkalify
|
| 27 |
+
allied ally
|
| 28 |
+
allotted allot
|
| 29 |
+
allotting allot
|
| 30 |
+
allowed_for allow_for
|
| 31 |
+
allowing_for allow_for
|
| 32 |
+
allows_for allow_for
|
| 33 |
+
am be
|
| 34 |
+
ammonified ammonify
|
| 35 |
+
amnestied amnesty
|
| 36 |
+
amplified amplify
|
| 37 |
+
anglified anglify
|
| 38 |
+
annulled annul
|
| 39 |
+
annulling annul
|
| 40 |
+
appalled appal appall
|
| 41 |
+
appalling appal appall
|
| 42 |
+
applied apply
|
| 43 |
+
arcked arc
|
| 44 |
+
arcking arc
|
| 45 |
+
are be
|
| 46 |
+
argufied argufy
|
| 47 |
+
arisen arise
|
| 48 |
+
arose arise
|
| 49 |
+
ate eat
|
| 50 |
+
atrophied atrophy
|
| 51 |
+
averred aver
|
| 52 |
+
averring aver
|
| 53 |
+
awoke awake
|
| 54 |
+
awoken awake
|
| 55 |
+
babied baby
|
| 56 |
+
baby-sat baby-sit
|
| 57 |
+
baby-sitting baby-sit
|
| 58 |
+
back-pedalled back-pedal
|
| 59 |
+
back-pedalling back-pedal
|
| 60 |
+
backbit backbite
|
| 61 |
+
backbitten backbite
|
| 62 |
+
backslid backslide
|
| 63 |
+
backslidden backslide
|
| 64 |
+
bade bid
|
| 65 |
+
bagged bag
|
| 66 |
+
bagging bag
|
| 67 |
+
ballyragged ballyrag
|
| 68 |
+
ballyragging ballyrag
|
| 69 |
+
bandied bandy
|
| 70 |
+
banned ban
|
| 71 |
+
banning ban
|
| 72 |
+
barred bar
|
| 73 |
+
barrelled barrel
|
| 74 |
+
barrelling barrel
|
| 75 |
+
barring bar
|
| 76 |
+
basified basify
|
| 77 |
+
batted bat
|
| 78 |
+
batting bat
|
| 79 |
+
bayonetted bayonet
|
| 80 |
+
bayonetting bayonet
|
| 81 |
+
beaten beat
|
| 82 |
+
beatified beatify
|
| 83 |
+
beautified beautify
|
| 84 |
+
became become
|
| 85 |
+
became_known become_known
|
| 86 |
+
becomes_known become_known
|
| 87 |
+
bed bed
|
| 88 |
+
bedded bed
|
| 89 |
+
bedding bed
|
| 90 |
+
bedevilled bedevil
|
| 91 |
+
bedevilling bedevil
|
| 92 |
+
bedimmed bedim
|
| 93 |
+
bedimming bedim
|
| 94 |
+
been be
|
| 95 |
+
befallen befall
|
| 96 |
+
befell befall
|
| 97 |
+
befitted befit
|
| 98 |
+
befitting befit
|
| 99 |
+
befogged befog
|
| 100 |
+
befogging befog
|
| 101 |
+
began begin
|
| 102 |
+
begat beget
|
| 103 |
+
begetting beget
|
| 104 |
+
begged beg
|
| 105 |
+
begging beg
|
| 106 |
+
beginning begin
|
| 107 |
+
begirt begird
|
| 108 |
+
begot beget
|
| 109 |
+
begotten beget
|
| 110 |
+
begun begin
|
| 111 |
+
beheld behold
|
| 112 |
+
beholden behold
|
| 113 |
+
bejewelled bejewel
|
| 114 |
+
bejewelling bejewel
|
| 115 |
+
bellied belly
|
| 116 |
+
belly-flopped belly-flop
|
| 117 |
+
belly-flopping belly-flop
|
| 118 |
+
belying belie
|
| 119 |
+
benefitted benefit
|
| 120 |
+
benefitting benefit
|
| 121 |
+
benempt bename
|
| 122 |
+
bent bend
|
| 123 |
+
berried berry
|
| 124 |
+
besetting beset
|
| 125 |
+
besought beseech
|
| 126 |
+
bespoke bespeak
|
| 127 |
+
bespoken bespeak
|
| 128 |
+
bestirred bestir
|
| 129 |
+
bestirring bestir
|
| 130 |
+
bestrewn bestrew
|
| 131 |
+
bestrid bestride
|
| 132 |
+
bestridden bestride
|
| 133 |
+
bestrode bestride
|
| 134 |
+
betaken betake
|
| 135 |
+
bethought bethink
|
| 136 |
+
betook betake
|
| 137 |
+
betted bet
|
| 138 |
+
betting bet
|
| 139 |
+
bevelled bevel
|
| 140 |
+
bevelling bevel
|
| 141 |
+
biassed bias
|
| 142 |
+
biassing bias
|
| 143 |
+
bidden bid
|
| 144 |
+
bidding bid
|
| 145 |
+
bing bing
|
| 146 |
+
binned bin
|
| 147 |
+
binning bin
|
| 148 |
+
bird-dogged bird-dog
|
| 149 |
+
bird-dogging bird-dog
|
| 150 |
+
bit bite
|
| 151 |
+
bitted bit
|
| 152 |
+
bitten bite
|
| 153 |
+
bitting bit
|
| 154 |
+
bivouacked bivouac
|
| 155 |
+
bivouacking bivouac
|
| 156 |
+
blabbed blab
|
| 157 |
+
blabbing blab
|
| 158 |
+
blackberried blackberry
|
| 159 |
+
blacklegged blackleg
|
| 160 |
+
blacklegging blackleg
|
| 161 |
+
blatted blat
|
| 162 |
+
blatting blat
|
| 163 |
+
bled bleed
|
| 164 |
+
blest bless
|
| 165 |
+
blew blow
|
| 166 |
+
blew_one's_nose blow_one's_nose
|
| 167 |
+
blipped blip
|
| 168 |
+
blipping blip
|
| 169 |
+
blobbed blob
|
| 170 |
+
blobbing blob
|
| 171 |
+
bloodied bloody
|
| 172 |
+
blotted blot
|
| 173 |
+
blotting blot
|
| 174 |
+
blowing_one's_nose blow_one's_nose
|
| 175 |
+
blown blow
|
| 176 |
+
blows_one's_nose blow_one's_nose
|
| 177 |
+
blubbed blub
|
| 178 |
+
blubbing blub
|
| 179 |
+
blue-pencilled blue-pencil
|
| 180 |
+
blue-pencilling blue-pencil
|
| 181 |
+
blurred blur
|
| 182 |
+
blurring blur
|
| 183 |
+
bobbed bob
|
| 184 |
+
bobbing bob
|
| 185 |
+
bodied body
|
| 186 |
+
bogged-down bog-down
|
| 187 |
+
bogged_down bog_down
|
| 188 |
+
bogging-down bog-down
|
| 189 |
+
bogging_down bog_down
|
| 190 |
+
bogs-down bog-down
|
| 191 |
+
bogs_down bog_down
|
| 192 |
+
booby-trapped booby-trap
|
| 193 |
+
booby-trapping booby-trap
|
| 194 |
+
bootlegged bootleg
|
| 195 |
+
bootlegging bootleg
|
| 196 |
+
bopped bop
|
| 197 |
+
bopping bop
|
| 198 |
+
bore bear
|
| 199 |
+
born bear
|
| 200 |
+
borne bear
|
| 201 |
+
bottle-fed bottle-feed
|
| 202 |
+
bought buy
|
| 203 |
+
bound bind
|
| 204 |
+
bragged brag
|
| 205 |
+
bragging brag
|
| 206 |
+
breast-fed breast-feed
|
| 207 |
+
bred breed
|
| 208 |
+
brevetted brevet
|
| 209 |
+
brevetting brevet
|
| 210 |
+
brimmed brim
|
| 211 |
+
brimming brim
|
| 212 |
+
broke break
|
| 213 |
+
broken break
|
| 214 |
+
brought bring
|
| 215 |
+
browbeaten browbeat
|
| 216 |
+
brutified brutify
|
| 217 |
+
budded bud
|
| 218 |
+
budding bud
|
| 219 |
+
bugged bug
|
| 220 |
+
bugging bug
|
| 221 |
+
built build
|
| 222 |
+
bulldogging bulldog
|
| 223 |
+
bullied bully
|
| 224 |
+
bullshitted bullshit
|
| 225 |
+
bullshitting bullshit
|
| 226 |
+
bullwhipped bullwhip
|
| 227 |
+
bullwhipping bullwhip
|
| 228 |
+
bullyragged bullyrag
|
| 229 |
+
bullyragging bullyrag
|
| 230 |
+
bummed bum
|
| 231 |
+
bumming bum
|
| 232 |
+
buried bury
|
| 233 |
+
burnt burn
|
| 234 |
+
burred bur
|
| 235 |
+
burring bur
|
| 236 |
+
bushelled bushel
|
| 237 |
+
bushelling bushel
|
| 238 |
+
busied busy
|
| 239 |
+
bypast bypass
|
| 240 |
+
caballed cabal
|
| 241 |
+
caballing cabal
|
| 242 |
+
caddied caddie caddy
|
| 243 |
+
caddies caddie caddy
|
| 244 |
+
caddying caddie caddy
|
| 245 |
+
calcified calcify
|
| 246 |
+
came come
|
| 247 |
+
canalled canal
|
| 248 |
+
canalling canal
|
| 249 |
+
cancelled cancel
|
| 250 |
+
cancelling cancel
|
| 251 |
+
candied candy
|
| 252 |
+
canned can
|
| 253 |
+
canning can
|
| 254 |
+
canopied canopy
|
| 255 |
+
capped cap
|
| 256 |
+
capping cap
|
| 257 |
+
carburetted carburet
|
| 258 |
+
carburetting carburet
|
| 259 |
+
carillonned carillon
|
| 260 |
+
carillonning carillon
|
| 261 |
+
carnied carny
|
| 262 |
+
carnified carnify
|
| 263 |
+
carolled carol
|
| 264 |
+
carolling carol
|
| 265 |
+
carried carry
|
| 266 |
+
casefied casefy
|
| 267 |
+
catnapped catnap
|
| 268 |
+
catnapping catnap
|
| 269 |
+
catted cat
|
| 270 |
+
catting cat
|
| 271 |
+
caught catch
|
| 272 |
+
cavilled cavil
|
| 273 |
+
cavilling cavil
|
| 274 |
+
certified certify
|
| 275 |
+
channelled channel
|
| 276 |
+
channelling channel
|
| 277 |
+
chapped chap
|
| 278 |
+
chapping chap
|
| 279 |
+
charred char
|
| 280 |
+
charring char
|
| 281 |
+
chatted chat
|
| 282 |
+
chatting chat
|
| 283 |
+
chevied chivy
|
| 284 |
+
chevies chivy
|
| 285 |
+
chevying chivy
|
| 286 |
+
chid chide
|
| 287 |
+
chidden chide
|
| 288 |
+
chinned chin
|
| 289 |
+
chinning chin
|
| 290 |
+
chipped chip
|
| 291 |
+
chipping chip
|
| 292 |
+
chiselled chisel
|
| 293 |
+
chiselling chisel
|
| 294 |
+
chitchatted chitchat
|
| 295 |
+
chitchatting chitchat
|
| 296 |
+
chivied chivy
|
| 297 |
+
chivved chiv
|
| 298 |
+
chivvied chivy
|
| 299 |
+
chivvies chivy
|
| 300 |
+
chivving chiv
|
| 301 |
+
chivvying chivy
|
| 302 |
+
chondrified chondrify
|
| 303 |
+
chopped chop
|
| 304 |
+
chopping chop
|
| 305 |
+
chose choose
|
| 306 |
+
chosen choose
|
| 307 |
+
chugged chug
|
| 308 |
+
chugging chug
|
| 309 |
+
chummed chum
|
| 310 |
+
chumming chum
|
| 311 |
+
citified citify
|
| 312 |
+
clad clothe
|
| 313 |
+
cladding clad
|
| 314 |
+
clammed clam
|
| 315 |
+
clamming clam
|
| 316 |
+
clapped clap
|
| 317 |
+
clapping clap
|
| 318 |
+
clarified clarify
|
| 319 |
+
classified classify
|
| 320 |
+
cleft cleave
|
| 321 |
+
clemmed clem
|
| 322 |
+
clemming clem
|
| 323 |
+
clept clepe
|
| 324 |
+
clipped clip
|
| 325 |
+
clipping clip
|
| 326 |
+
clogged clog
|
| 327 |
+
clogging clog
|
| 328 |
+
clopped clop
|
| 329 |
+
clopping clop
|
| 330 |
+
clotted clot
|
| 331 |
+
clotting clot
|
| 332 |
+
clove cleave
|
| 333 |
+
cloven cleave
|
| 334 |
+
clubbed club
|
| 335 |
+
clubbing club
|
| 336 |
+
clung cling
|
| 337 |
+
co-opted coopt
|
| 338 |
+
co-opting coopt
|
| 339 |
+
co-opts coopts
|
| 340 |
+
co-ordinate coordinate
|
| 341 |
+
co-ordinated coordinate
|
| 342 |
+
co-ordinates coordinate
|
| 343 |
+
co-ordinating coordinate
|
| 344 |
+
co-starred co-star
|
| 345 |
+
co-starring co-star
|
| 346 |
+
cockneyfied cockneyfy
|
| 347 |
+
codded cod
|
| 348 |
+
codding cod
|
| 349 |
+
codified codify
|
| 350 |
+
cogged cog
|
| 351 |
+
cogging cog
|
| 352 |
+
coiffed coif
|
| 353 |
+
coiffing coif
|
| 354 |
+
collied colly
|
| 355 |
+
combatted combat
|
| 356 |
+
combatting combat
|
| 357 |
+
committed commit
|
| 358 |
+
committing commit
|
| 359 |
+
compelled compel
|
| 360 |
+
compelling compel
|
| 361 |
+
complied comply
|
| 362 |
+
complotted complot
|
| 363 |
+
complotting complot
|
| 364 |
+
concurred concur
|
| 365 |
+
concurring concur
|
| 366 |
+
confabbed confab
|
| 367 |
+
confabbing confab
|
| 368 |
+
conferred confer
|
| 369 |
+
conferring confer
|
| 370 |
+
conned con
|
| 371 |
+
conning con
|
| 372 |
+
controlled control
|
| 373 |
+
controlling control
|
| 374 |
+
copied copy
|
| 375 |
+
copped cop
|
| 376 |
+
copping cop
|
| 377 |
+
coquetted coquet
|
| 378 |
+
coquetting coquet
|
| 379 |
+
corralled corral
|
| 380 |
+
corralling corral
|
| 381 |
+
counselled counsel
|
| 382 |
+
counselling counsel
|
| 383 |
+
counterplotted counterplot
|
| 384 |
+
counterplotting counterplot
|
| 385 |
+
countersank countersink
|
| 386 |
+
countersunk countersink
|
| 387 |
+
court-martialled court-martial
|
| 388 |
+
court-martialling court-martial
|
| 389 |
+
crabbed crab
|
| 390 |
+
crabbing crab
|
| 391 |
+
crammed cram
|
| 392 |
+
cramming cram
|
| 393 |
+
crapped crap
|
| 394 |
+
crapping crap
|
| 395 |
+
crept creep
|
| 396 |
+
cribbed crib
|
| 397 |
+
cribbing crib
|
| 398 |
+
cried cry
|
| 399 |
+
cropped crop
|
| 400 |
+
cropping crop
|
| 401 |
+
crossbred crossbreed
|
| 402 |
+
crosscutting crosscut
|
| 403 |
+
crucified crucify
|
| 404 |
+
cubbed cub
|
| 405 |
+
cubbing cub
|
| 406 |
+
cudgelled cudgel
|
| 407 |
+
cudgelling cudgel
|
| 408 |
+
cupelled cupel
|
| 409 |
+
cupelling cupel
|
| 410 |
+
cupped cup
|
| 411 |
+
cupping cup
|
| 412 |
+
curetted curet
|
| 413 |
+
curettes curet
|
| 414 |
+
curetting curet
|
| 415 |
+
curried curry
|
| 416 |
+
curst curse
|
| 417 |
+
curtsied curtsy
|
| 418 |
+
curvetted curvet
|
| 419 |
+
curvetting curvet
|
| 420 |
+
cutting cut
|
| 421 |
+
dabbed dab
|
| 422 |
+
dabbing dab
|
| 423 |
+
dagged dag
|
| 424 |
+
dagging dag
|
| 425 |
+
dallied dally
|
| 426 |
+
dammed dam
|
| 427 |
+
damming dam
|
| 428 |
+
damnified damnify
|
| 429 |
+
dandified dandify
|
| 430 |
+
dapped dap
|
| 431 |
+
dapping dap
|
| 432 |
+
dealt deal
|
| 433 |
+
debarred debar
|
| 434 |
+
debarring debar
|
| 435 |
+
debugged debug
|
| 436 |
+
debugging debug
|
| 437 |
+
debussed debus
|
| 438 |
+
debusses debus
|
| 439 |
+
debussing debus
|
| 440 |
+
decalcified decalcify
|
| 441 |
+
declassified declassify
|
| 442 |
+
decontrolled decontrol
|
| 443 |
+
decontrolling decontrol
|
| 444 |
+
decried decry
|
| 445 |
+
deep-freeze deepfreeze
|
| 446 |
+
deep-freezed deepfreeze
|
| 447 |
+
deep-freezes deepfreeze
|
| 448 |
+
deep-fried deep-fry
|
| 449 |
+
deferred defer
|
| 450 |
+
deferring defer
|
| 451 |
+
defied defy
|
| 452 |
+
degassed degas
|
| 453 |
+
degasses degas
|
| 454 |
+
degassing degas
|
| 455 |
+
dehumidified dehumidify
|
| 456 |
+
deified deify
|
| 457 |
+
demitted demit
|
| 458 |
+
demitting demit
|
| 459 |
+
demobbed demob
|
| 460 |
+
demobbing demob
|
| 461 |
+
demulsified demulsify
|
| 462 |
+
demurred demur
|
| 463 |
+
demurring demur
|
| 464 |
+
demystified demystify
|
| 465 |
+
denazified denazify
|
| 466 |
+
denied deny
|
| 467 |
+
denitrified denitrify
|
| 468 |
+
denned den
|
| 469 |
+
denning den
|
| 470 |
+
descried descry
|
| 471 |
+
deterred deter
|
| 472 |
+
deterring deter
|
| 473 |
+
detoxified detoxify
|
| 474 |
+
devilled devil
|
| 475 |
+
devilling devil
|
| 476 |
+
devitrified devitrify
|
| 477 |
+
diagrammed diagram
|
| 478 |
+
diagramming diagram
|
| 479 |
+
dialled dial
|
| 480 |
+
dialling dial
|
| 481 |
+
dibbed dib
|
| 482 |
+
dibbing dib
|
| 483 |
+
did do
|
| 484 |
+
digging dig
|
| 485 |
+
dignified dignify
|
| 486 |
+
dilly-dallied dilly-dally
|
| 487 |
+
dimmed dim
|
| 488 |
+
dimming dim
|
| 489 |
+
dinned din
|
| 490 |
+
dinning din
|
| 491 |
+
dipped dip
|
| 492 |
+
dipping dip
|
| 493 |
+
dirtied dirty
|
| 494 |
+
disannulled disannul
|
| 495 |
+
disannulling disannul
|
| 496 |
+
disbarred disbar
|
| 497 |
+
disbarring disbar
|
| 498 |
+
disbudded disbud
|
| 499 |
+
disbudding disbud
|
| 500 |
+
disembodied disembody
|
| 501 |
+
disembowelled disembowel
|
| 502 |
+
disembowelling disembowel
|
| 503 |
+
disenthralled disenthral disenthrall
|
| 504 |
+
disenthralling disenthral disenthrall
|
| 505 |
+
disenthralls disenthral
|
| 506 |
+
disenthrals disenthrall
|
| 507 |
+
dishevelled dishevel
|
| 508 |
+
dishevelling dishevel
|
| 509 |
+
disinterred disinter
|
| 510 |
+
disinterring disinter
|
| 511 |
+
dispelled dispel
|
| 512 |
+
dispelling dispel
|
| 513 |
+
disqualified disqualify
|
| 514 |
+
dissatisfied dissatisfy
|
| 515 |
+
distilled distil distill
|
| 516 |
+
distilling distil distill
|
| 517 |
+
diversified diversify
|
| 518 |
+
divvied divvy
|
| 519 |
+
dizzied dizzy
|
| 520 |
+
dogged dog
|
| 521 |
+
dogging dog
|
| 522 |
+
doglegged dogleg
|
| 523 |
+
doglegging dogleg
|
| 524 |
+
dollied dolly
|
| 525 |
+
done do
|
| 526 |
+
donned don
|
| 527 |
+
donning don
|
| 528 |
+
dotted dot
|
| 529 |
+
dotting dot
|
| 530 |
+
dought dow
|
| 531 |
+
dove dive
|
| 532 |
+
drabbed drab
|
| 533 |
+
drabbing drab
|
| 534 |
+
dragged drag
|
| 535 |
+
dragging drag
|
| 536 |
+
drank drink
|
| 537 |
+
drawn draw
|
| 538 |
+
dreamt dream
|
| 539 |
+
drew draw
|
| 540 |
+
dried dry
|
| 541 |
+
dripped drip
|
| 542 |
+
dripping drip
|
| 543 |
+
drivelled drivel
|
| 544 |
+
drivelling drivel
|
| 545 |
+
driven drive
|
| 546 |
+
dropped drop
|
| 547 |
+
dropping drop
|
| 548 |
+
drove drive
|
| 549 |
+
drubbed drub
|
| 550 |
+
drubbing drub
|
| 551 |
+
drugged drug
|
| 552 |
+
drugging drug
|
| 553 |
+
drummed drum
|
| 554 |
+
drumming drum
|
| 555 |
+
drunk drink
|
| 556 |
+
dubbed dub
|
| 557 |
+
dubbing dub
|
| 558 |
+
duelled duel
|
| 559 |
+
duelling duel
|
| 560 |
+
dug dig
|
| 561 |
+
dulcified dulcify
|
| 562 |
+
dummied dummy
|
| 563 |
+
dunned dun
|
| 564 |
+
dunning dun
|
| 565 |
+
dwelt dwell
|
| 566 |
+
dying die
|
| 567 |
+
easied easy
|
| 568 |
+
eaten eat
|
| 569 |
+
eavesdropped eavesdrop
|
| 570 |
+
eavesdropping eavesdrop
|
| 571 |
+
eddied eddy
|
| 572 |
+
edified edify
|
| 573 |
+
ego-tripped ego-trip
|
| 574 |
+
ego-tripping ego-trip
|
| 575 |
+
electrified electrify
|
| 576 |
+
embedded embed
|
| 577 |
+
embedding embed
|
| 578 |
+
embodied embody
|
| 579 |
+
embussed embus
|
| 580 |
+
embusses embus
|
| 581 |
+
embussing embus
|
| 582 |
+
emitted emit
|
| 583 |
+
emitting emit
|
| 584 |
+
empanelled empanel
|
| 585 |
+
empanelling empanel
|
| 586 |
+
emptied empty
|
| 587 |
+
emulsified emulsify
|
| 588 |
+
enamelled enamel
|
| 589 |
+
enamelling enamel
|
| 590 |
+
englutted englut
|
| 591 |
+
englutting englut
|
| 592 |
+
enrolled enrol enroll
|
| 593 |
+
enrolling enrol enroll
|
| 594 |
+
enthralled enthral enthrall
|
| 595 |
+
enthralling enthral enthrall
|
| 596 |
+
entrammelled entrammel
|
| 597 |
+
entrammelling entrammel
|
| 598 |
+
entrapped entrap
|
| 599 |
+
entrapping entrap
|
| 600 |
+
envied envy
|
| 601 |
+
enwound enwind
|
| 602 |
+
enwrapped enwrap
|
| 603 |
+
enwrapping enwrap
|
| 604 |
+
equalled equal
|
| 605 |
+
equalling equal
|
| 606 |
+
equipped equip
|
| 607 |
+
equipping equip
|
| 608 |
+
espied espy
|
| 609 |
+
esterified esterify
|
| 610 |
+
estopped estop
|
| 611 |
+
estopping estop
|
| 612 |
+
etherified etherify
|
| 613 |
+
excelled excel
|
| 614 |
+
excelling excel
|
| 615 |
+
exemplified exemplify
|
| 616 |
+
expelled expel
|
| 617 |
+
expelling expel
|
| 618 |
+
extolled extol extoll
|
| 619 |
+
extolling extol extoll
|
| 620 |
+
facetted facet
|
| 621 |
+
facetting facet
|
| 622 |
+
fagged fag
|
| 623 |
+
fagging fag
|
| 624 |
+
fallen fall
|
| 625 |
+
falsified falsify
|
| 626 |
+
fancied fancy
|
| 627 |
+
fanned fan
|
| 628 |
+
fanning fan
|
| 629 |
+
fantasied fantasy
|
| 630 |
+
fatted fat
|
| 631 |
+
fatting fat
|
| 632 |
+
featherbedded featherbed
|
| 633 |
+
featherbedding featherbed
|
| 634 |
+
fed feed
|
| 635 |
+
feed feed fee
|
| 636 |
+
fell fall
|
| 637 |
+
felt feel
|
| 638 |
+
ferried ferry
|
| 639 |
+
fibbed fib
|
| 640 |
+
fibbing fib
|
| 641 |
+
figged fig
|
| 642 |
+
figging fig
|
| 643 |
+
filled_up fill_up
|
| 644 |
+
fine-drawn fine-draw
|
| 645 |
+
fine-drew fine-draw
|
| 646 |
+
finned fin
|
| 647 |
+
finning fin
|
| 648 |
+
fitted fit
|
| 649 |
+
fitting fit
|
| 650 |
+
flagged flag
|
| 651 |
+
flagging flag
|
| 652 |
+
flammed flam
|
| 653 |
+
flamming flam
|
| 654 |
+
flannelled flannel
|
| 655 |
+
flannelling flannel
|
| 656 |
+
flapped flap
|
| 657 |
+
flapping flap
|
| 658 |
+
flatted flat
|
| 659 |
+
flatting flat
|
| 660 |
+
fled flee
|
| 661 |
+
flew fly
|
| 662 |
+
flimflammed flimflam
|
| 663 |
+
flimflamming flimflam
|
| 664 |
+
flip-flopped flip-flop
|
| 665 |
+
flip-flopping flip-flop
|
| 666 |
+
flipped flip
|
| 667 |
+
flipping flip
|
| 668 |
+
flitted flit
|
| 669 |
+
flitting flit
|
| 670 |
+
flogged flog
|
| 671 |
+
flogging flog
|
| 672 |
+
floodlit floodlight
|
| 673 |
+
flopped flop
|
| 674 |
+
flopping flop
|
| 675 |
+
flown fly
|
| 676 |
+
flubbed flub
|
| 677 |
+
flubbing flub
|
| 678 |
+
flung fling
|
| 679 |
+
flurried flurry
|
| 680 |
+
flyblew flyblow
|
| 681 |
+
flyblown flyblow
|
| 682 |
+
fobbed fob
|
| 683 |
+
fobbing fob
|
| 684 |
+
fogged fog
|
| 685 |
+
fogging fog
|
| 686 |
+
footslogged footslog
|
| 687 |
+
footslogging footslog
|
| 688 |
+
forbad forbid
|
| 689 |
+
forbade forbid
|
| 690 |
+
forbidden forbid
|
| 691 |
+
forbidding forbid
|
| 692 |
+
forbore forbear
|
| 693 |
+
forborne forbear
|
| 694 |
+
force-fed force-feed
|
| 695 |
+
fordid fordo
|
| 696 |
+
fordone fordo
|
| 697 |
+
foredid foredo
|
| 698 |
+
foredone foredo
|
| 699 |
+
foregone forego
|
| 700 |
+
foreknew foreknow
|
| 701 |
+
foreknown foreknow
|
| 702 |
+
foreran forerun
|
| 703 |
+
forerunning forerun
|
| 704 |
+
foresaw foresee
|
| 705 |
+
foreseen foresee
|
| 706 |
+
foreshown foreshow
|
| 707 |
+
forespoke forespeak
|
| 708 |
+
forespoken forespeak
|
| 709 |
+
foretold foretell
|
| 710 |
+
forewent forego
|
| 711 |
+
forgave forgive
|
| 712 |
+
forgetting forget
|
| 713 |
+
forgiven forgive
|
| 714 |
+
forgone forgo
|
| 715 |
+
forgot forget
|
| 716 |
+
forgotten forget
|
| 717 |
+
formatted format
|
| 718 |
+
formatting format
|
| 719 |
+
forsaken forsake
|
| 720 |
+
forsook forsake
|
| 721 |
+
forspoke forspeak
|
| 722 |
+
forspoken forspeak
|
| 723 |
+
forswore forswear
|
| 724 |
+
forsworn forswear
|
| 725 |
+
fortified fortify
|
| 726 |
+
forwent forgo
|
| 727 |
+
fought fight
|
| 728 |
+
found find
|
| 729 |
+
foxtrotted foxtrot
|
| 730 |
+
foxtrotting foxtrot
|
| 731 |
+
frapped frap
|
| 732 |
+
frapping frap
|
| 733 |
+
freeze-dried freeze-dry
|
| 734 |
+
frenchified frenchify
|
| 735 |
+
frenzied frenzy
|
| 736 |
+
fretted fret
|
| 737 |
+
fretting fret
|
| 738 |
+
fried fry
|
| 739 |
+
frigged frig
|
| 740 |
+
frigging frig
|
| 741 |
+
fritted frit fritt
|
| 742 |
+
fritting frit fritt
|
| 743 |
+
frivolled frivol
|
| 744 |
+
frivolling frivol
|
| 745 |
+
frogged frog
|
| 746 |
+
frogging frog
|
| 747 |
+
frolicked frolic
|
| 748 |
+
frolicking frolic
|
| 749 |
+
froze freeze
|
| 750 |
+
frozen freeze
|
| 751 |
+
fructified fructify
|
| 752 |
+
fuelled fuel
|
| 753 |
+
fuelling fuel
|
| 754 |
+
fulfilled fulfil fulfill
|
| 755 |
+
fulfilling fulfil fulfill
|
| 756 |
+
funned fun
|
| 757 |
+
funnelled funnel
|
| 758 |
+
funnelling funnel
|
| 759 |
+
funning fun
|
| 760 |
+
furred fur
|
| 761 |
+
furring fur
|
| 762 |
+
gadded gad
|
| 763 |
+
gadding gad
|
| 764 |
+
gagged gag
|
| 765 |
+
gagging gag
|
| 766 |
+
gainsaid gainsay
|
| 767 |
+
gambolled gambol
|
| 768 |
+
gambolling gambol
|
| 769 |
+
gammed gam
|
| 770 |
+
gamming gam
|
| 771 |
+
gan gin
|
| 772 |
+
ganned gan
|
| 773 |
+
ganning gan
|
| 774 |
+
gapped gap
|
| 775 |
+
gapping gap
|
| 776 |
+
gasified gasify
|
| 777 |
+
gassed gas
|
| 778 |
+
gasses gas
|
| 779 |
+
gassing gas
|
| 780 |
+
gave give
|
| 781 |
+
gelled gel
|
| 782 |
+
gelling gel
|
| 783 |
+
gelt geld
|
| 784 |
+
gemmed gem
|
| 785 |
+
gemming gem
|
| 786 |
+
genned-up gen-up
|
| 787 |
+
genning-up gen-up
|
| 788 |
+
gens-up gen-up
|
| 789 |
+
gets_lost get_lost
|
| 790 |
+
gets_started get_started
|
| 791 |
+
getting get
|
| 792 |
+
getting_lost get_lost
|
| 793 |
+
getting_started get_started
|
| 794 |
+
ghostwritten ghostwrite
|
| 795 |
+
ghostwrote ghostwrite
|
| 796 |
+
gibbed gib
|
| 797 |
+
gibbing gib
|
| 798 |
+
giddied giddy
|
| 799 |
+
giftwrapped giftwrap
|
| 800 |
+
giftwrapping giftwrap
|
| 801 |
+
gigged gig
|
| 802 |
+
gigging gig
|
| 803 |
+
gilt gild
|
| 804 |
+
ginned gin
|
| 805 |
+
ginning gin
|
| 806 |
+
gipped gip
|
| 807 |
+
gipping gip
|
| 808 |
+
girt gird
|
| 809 |
+
given give
|
| 810 |
+
glommed glom
|
| 811 |
+
glomming glom
|
| 812 |
+
gloried glory
|
| 813 |
+
glorified glorify
|
| 814 |
+
glutted glut
|
| 815 |
+
glutting glut
|
| 816 |
+
gnawn gnaw
|
| 817 |
+
goes_deep go_deep
|
| 818 |
+
going_deep go_deep
|
| 819 |
+
gollied golly
|
| 820 |
+
gone go
|
| 821 |
+
gone_deep go_deep
|
| 822 |
+
goose-stepped goose-step
|
| 823 |
+
goose-stepping goose-step
|
| 824 |
+
got get
|
| 825 |
+
got_lost get_lost
|
| 826 |
+
got_started get_started
|
| 827 |
+
gotten get
|
| 828 |
+
gotten_lost get_lost
|
| 829 |
+
grabbed grab
|
| 830 |
+
grabbing grab
|
| 831 |
+
gratified gratify
|
| 832 |
+
gravelled gravel
|
| 833 |
+
gravelling gravel
|
| 834 |
+
graven grave
|
| 835 |
+
grew grow
|
| 836 |
+
grinned grin
|
| 837 |
+
grinning grin
|
| 838 |
+
gripped grip
|
| 839 |
+
gripping grip
|
| 840 |
+
gript grip
|
| 841 |
+
gritted grit
|
| 842 |
+
gritting grit
|
| 843 |
+
ground grind
|
| 844 |
+
grovelled grovel
|
| 845 |
+
grovelling grovel
|
| 846 |
+
grown grow
|
| 847 |
+
grubbed grub
|
| 848 |
+
grubbing grub
|
| 849 |
+
guarantied guaranty
|
| 850 |
+
gullied gully
|
| 851 |
+
gummed gum
|
| 852 |
+
gumming gum
|
| 853 |
+
gunned gun
|
| 854 |
+
gunning gun
|
| 855 |
+
gypped gyp
|
| 856 |
+
gypping gyp
|
| 857 |
+
hacksawn hacksaw
|
| 858 |
+
had have
|
| 859 |
+
had_a_feeling have_a_feeling
|
| 860 |
+
had_left have_left
|
| 861 |
+
had_the_feeling have_the_feeling
|
| 862 |
+
hammed ham
|
| 863 |
+
hamming ham
|
| 864 |
+
hamstrung hamstring
|
| 865 |
+
hand-knitted hand-knit
|
| 866 |
+
hand-knitting hand-knit
|
| 867 |
+
handfed handfeed
|
| 868 |
+
handicapped handicap
|
| 869 |
+
handicapping handicap
|
| 870 |
+
handselled handsel
|
| 871 |
+
handselling handsel
|
| 872 |
+
harried harry
|
| 873 |
+
has have
|
| 874 |
+
has_a_feeling have_a_feeling
|
| 875 |
+
has_left have_left
|
| 876 |
+
has_the_feeling have_the_feeling
|
| 877 |
+
hatchelled hatchel
|
| 878 |
+
hatchelling hatchel
|
| 879 |
+
hatted hat
|
| 880 |
+
hatting hat
|
| 881 |
+
having_a_feeling have_a_feeling
|
| 882 |
+
having_left have_left
|
| 883 |
+
having_the_feeling have_the_feeling
|
| 884 |
+
heard hear
|
| 885 |
+
hedgehopped hedgehop
|
| 886 |
+
hedgehopping hedgehop
|
| 887 |
+
held hold
|
| 888 |
+
hemmed hem
|
| 889 |
+
hemming hem
|
| 890 |
+
hewn hew
|
| 891 |
+
hiccupped hiccup
|
| 892 |
+
hiccupping hiccup
|
| 893 |
+
hid hide
|
| 894 |
+
hidden hide
|
| 895 |
+
high-hatted high-hat
|
| 896 |
+
high-hatting high-hat
|
| 897 |
+
hinnied hinny
|
| 898 |
+
hitting hit
|
| 899 |
+
hobbed hob
|
| 900 |
+
hobbing hob
|
| 901 |
+
hobnobbed hobnob
|
| 902 |
+
hobnobbing hobnob
|
| 903 |
+
hocus-pocussed hocus-pocus
|
| 904 |
+
hocus-pocussing hocus-pocus
|
| 905 |
+
hocussed hocus
|
| 906 |
+
hocussing hocus
|
| 907 |
+
hogged hog
|
| 908 |
+
hogging hog
|
| 909 |
+
hogtying hogtie
|
| 910 |
+
honied honey
|
| 911 |
+
hopped hop
|
| 912 |
+
hopping hop
|
| 913 |
+
horrified horrify
|
| 914 |
+
horsewhipped horsewhip
|
| 915 |
+
horsewhipping horsewhip
|
| 916 |
+
houselled housel
|
| 917 |
+
houselling housel
|
| 918 |
+
hove heave
|
| 919 |
+
hovelled hovel
|
| 920 |
+
hovelling hovel
|
| 921 |
+
hugged hug
|
| 922 |
+
hugging hug
|
| 923 |
+
humbugged humbug
|
| 924 |
+
humbugging humbug
|
| 925 |
+
humidified humidify
|
| 926 |
+
hummed hum
|
| 927 |
+
humming hum
|
| 928 |
+
hung hang
|
| 929 |
+
hurried hurry
|
| 930 |
+
hypertrophied hypertrophy
|
| 931 |
+
identified identify
|
| 932 |
+
imbedded imbed
|
| 933 |
+
imbedding imbed
|
| 934 |
+
impanelled impanel
|
| 935 |
+
impanelling impanel
|
| 936 |
+
impelled impel
|
| 937 |
+
impelling impel
|
| 938 |
+
implied imply
|
| 939 |
+
inbred inbreed
|
| 940 |
+
incurred incur
|
| 941 |
+
incurring incur
|
| 942 |
+
indemnified indemnify
|
| 943 |
+
indwelt indwell
|
| 944 |
+
inferred infer
|
| 945 |
+
inferring infer
|
| 946 |
+
initialled initial
|
| 947 |
+
initialling initial
|
| 948 |
+
inlaid inlay
|
| 949 |
+
insetting inset
|
| 950 |
+
inspanned inspan
|
| 951 |
+
inspanning inspan
|
| 952 |
+
installed instal install
|
| 953 |
+
installing instal install
|
| 954 |
+
intensified intensify
|
| 955 |
+
interbred interbreed
|
| 956 |
+
intercropped intercrop
|
| 957 |
+
intercropping intercrop
|
| 958 |
+
intercutting intercut
|
| 959 |
+
interlaid interlay
|
| 960 |
+
interlapped interlap
|
| 961 |
+
interlapping interlap
|
| 962 |
+
intermarried intermarry
|
| 963 |
+
intermitted intermit
|
| 964 |
+
intermitting intermit
|
| 965 |
+
interpled interplead
|
| 966 |
+
interred inter
|
| 967 |
+
interring inter
|
| 968 |
+
interstratified interstratify
|
| 969 |
+
interwove interweave
|
| 970 |
+
interwoven interweave
|
| 971 |
+
intromitted intromit
|
| 972 |
+
intromitting intromit
|
| 973 |
+
inwove inweave
|
| 974 |
+
inwoven inweave
|
| 975 |
+
inwrapped inwrap
|
| 976 |
+
inwrapping inwrap
|
| 977 |
+
is be
|
| 978 |
+
jabbed jab
|
| 979 |
+
jabbing jab
|
| 980 |
+
jagged jag
|
| 981 |
+
jagging jag
|
| 982 |
+
jammed jam
|
| 983 |
+
jamming jam
|
| 984 |
+
japanned japan
|
| 985 |
+
japanning japan
|
| 986 |
+
jarred jar
|
| 987 |
+
jarring jar
|
| 988 |
+
jellied jelly
|
| 989 |
+
jellified jellify
|
| 990 |
+
jemmied jemmy
|
| 991 |
+
jerry-built jerry-build
|
| 992 |
+
jetted jet
|
| 993 |
+
jetting jet
|
| 994 |
+
jewelled jewel
|
| 995 |
+
jewelling jewel
|
| 996 |
+
jibbed jib
|
| 997 |
+
jibbing jib
|
| 998 |
+
jigged jig
|
| 999 |
+
jigging jig
|
| 1000 |
+
jimmied jimmy
|
| 1001 |
+
jitterbugged jitterbug
|
| 1002 |
+
jitterbugging jitterbug
|
| 1003 |
+
jobbed job
|
| 1004 |
+
jobbing job
|
| 1005 |
+
jog-trotted jog-trot
|
| 1006 |
+
jog-trotting jog-trot
|
| 1007 |
+
jogged jog
|
| 1008 |
+
jogging jog
|
| 1009 |
+
joined_battle join_battle
|
| 1010 |
+
joined_forces join_forces
|
| 1011 |
+
joining_battle join_battle
|
| 1012 |
+
joining_forces join_forces
|
| 1013 |
+
joins_battle join_battle
|
| 1014 |
+
joins_forces join_forces
|
| 1015 |
+
jollied jolly
|
| 1016 |
+
jollified jollify
|
| 1017 |
+
jotted jot
|
| 1018 |
+
jotting jot
|
| 1019 |
+
joy-ridden joy-ride
|
| 1020 |
+
joy-rode joy-ride
|
| 1021 |
+
joypopped joypop
|
| 1022 |
+
joypopping joypop
|
| 1023 |
+
jugged jug
|
| 1024 |
+
jugging jug
|
| 1025 |
+
jumped_off jump_off
|
| 1026 |
+
jumping_off jump_off
|
| 1027 |
+
jumps_off jump_off
|
| 1028 |
+
justified justify
|
| 1029 |
+
jutted jut
|
| 1030 |
+
jutting jut
|
| 1031 |
+
kenned ken
|
| 1032 |
+
kennelled kennel
|
| 1033 |
+
kennelling kennel
|
| 1034 |
+
kenning ken
|
| 1035 |
+
kent ken
|
| 1036 |
+
kept keep
|
| 1037 |
+
kernelled kernel
|
| 1038 |
+
kernelling kernel
|
| 1039 |
+
kidded kid
|
| 1040 |
+
kidding kid
|
| 1041 |
+
kidnapped kidnap
|
| 1042 |
+
kidnapping kidnap
|
| 1043 |
+
kipped kip
|
| 1044 |
+
kipping kip
|
| 1045 |
+
knapped knap
|
| 1046 |
+
knapping knap
|
| 1047 |
+
kneecapped kneecap
|
| 1048 |
+
kneecapping kneecap
|
| 1049 |
+
knelt kneel
|
| 1050 |
+
knew know
|
| 1051 |
+
knitted knit
|
| 1052 |
+
knitting knit
|
| 1053 |
+
knobbed knob
|
| 1054 |
+
knobbing knob
|
| 1055 |
+
knotted knot
|
| 1056 |
+
knotting knot
|
| 1057 |
+
known know
|
| 1058 |
+
ko'd ko
|
| 1059 |
+
ko'ing ko
|
| 1060 |
+
ko's ko
|
| 1061 |
+
labelled label
|
| 1062 |
+
labelling label
|
| 1063 |
+
laden lade
|
| 1064 |
+
ladyfied ladify
|
| 1065 |
+
ladyfies ladify
|
| 1066 |
+
ladyfying ladify
|
| 1067 |
+
lagged lag
|
| 1068 |
+
lagging lag
|
| 1069 |
+
laid lay
|
| 1070 |
+
lain lie
|
| 1071 |
+
lallygagged lallygag
|
| 1072 |
+
lallygagging lallygag
|
| 1073 |
+
lammed lam
|
| 1074 |
+
lamming lam
|
| 1075 |
+
lapidified lapidify
|
| 1076 |
+
lapped lap
|
| 1077 |
+
lapping lap
|
| 1078 |
+
laurelled laurel
|
| 1079 |
+
laurelling laurel
|
| 1080 |
+
lay lie
|
| 1081 |
+
layed_for lie_for
|
| 1082 |
+
laying_for lie_for
|
| 1083 |
+
lays_for lie_for
|
| 1084 |
+
leant lean
|
| 1085 |
+
leapfrogged leapfrog
|
| 1086 |
+
leapfrogging leapfrog
|
| 1087 |
+
leapt leap
|
| 1088 |
+
learnt learn
|
| 1089 |
+
leaves_undone leave_undone
|
| 1090 |
+
leaving_undone leave_undone
|
| 1091 |
+
led lead
|
| 1092 |
+
left leave
|
| 1093 |
+
left_undone leave_undone
|
| 1094 |
+
lent lend
|
| 1095 |
+
letting let
|
| 1096 |
+
levelled level
|
| 1097 |
+
levelling level
|
| 1098 |
+
levied levy
|
| 1099 |
+
libelled libel
|
| 1100 |
+
libelling libel
|
| 1101 |
+
lignified lignify
|
| 1102 |
+
lipped lip
|
| 1103 |
+
lipping lip
|
| 1104 |
+
liquefied liquefy
|
| 1105 |
+
liquified liquify
|
| 1106 |
+
lit light
|
| 1107 |
+
lobbed lob
|
| 1108 |
+
lobbied lobby
|
| 1109 |
+
lobbing lob
|
| 1110 |
+
logged log
|
| 1111 |
+
logging log
|
| 1112 |
+
looked_towards look_towards
|
| 1113 |
+
looking_towards look_towards
|
| 1114 |
+
looks_towards look_towards
|
| 1115 |
+
lopped lop
|
| 1116 |
+
lopping lop
|
| 1117 |
+
lost lose
|
| 1118 |
+
lotted lot
|
| 1119 |
+
lotting lot
|
| 1120 |
+
lugged lug
|
| 1121 |
+
lugging lug
|
| 1122 |
+
lullabied lullaby
|
| 1123 |
+
lying lie
|
| 1124 |
+
machine-gunned machine-gun
|
| 1125 |
+
machine-gunning machine-gun
|
| 1126 |
+
madded mad
|
| 1127 |
+
madding mad
|
| 1128 |
+
made make
|
| 1129 |
+
magnified magnify
|
| 1130 |
+
manned man
|
| 1131 |
+
manning man
|
| 1132 |
+
manumitted manumit
|
| 1133 |
+
manumitting manumit
|
| 1134 |
+
mapped map
|
| 1135 |
+
mapping map
|
| 1136 |
+
marcelled marcel
|
| 1137 |
+
marcelling marcel
|
| 1138 |
+
marred mar
|
| 1139 |
+
married marry
|
| 1140 |
+
marring mar
|
| 1141 |
+
marshalled marshal
|
| 1142 |
+
marshalling marshal
|
| 1143 |
+
marvelled marvel
|
| 1144 |
+
marvelling marvel
|
| 1145 |
+
matted mat
|
| 1146 |
+
matting mat
|
| 1147 |
+
meant mean
|
| 1148 |
+
medalled medal
|
| 1149 |
+
medalling medal
|
| 1150 |
+
met meet
|
| 1151 |
+
metalled metal
|
| 1152 |
+
metalling metal
|
| 1153 |
+
metrified metrify
|
| 1154 |
+
might may
|
| 1155 |
+
militated_against militate_against
|
| 1156 |
+
militates_against militate_against
|
| 1157 |
+
militating_against militate_against
|
| 1158 |
+
mimicked mimic
|
| 1159 |
+
mimicking mimic
|
| 1160 |
+
minified minify
|
| 1161 |
+
misapplied misapply
|
| 1162 |
+
misbecame misbecome
|
| 1163 |
+
miscarried miscarry
|
| 1164 |
+
misdealt misdeal
|
| 1165 |
+
misfitted misfit
|
| 1166 |
+
misfitting misfit
|
| 1167 |
+
misgave misgive
|
| 1168 |
+
misgiven misgive
|
| 1169 |
+
mishitting mishit
|
| 1170 |
+
mislaid mislay
|
| 1171 |
+
misled mislead
|
| 1172 |
+
mispled misplead
|
| 1173 |
+
misspelt misspell
|
| 1174 |
+
misspent misspend
|
| 1175 |
+
mistaken mistake
|
| 1176 |
+
mistook mistake
|
| 1177 |
+
misunderstood misunderstand
|
| 1178 |
+
mobbed mob
|
| 1179 |
+
mobbing mob
|
| 1180 |
+
modelled model
|
| 1181 |
+
modelling model
|
| 1182 |
+
modified modify
|
| 1183 |
+
mollified mollify
|
| 1184 |
+
molten melt
|
| 1185 |
+
mopped mop
|
| 1186 |
+
mopping mop
|
| 1187 |
+
mortified mortify
|
| 1188 |
+
mown mow
|
| 1189 |
+
mudded mud
|
| 1190 |
+
muddied muddy
|
| 1191 |
+
mudding mud
|
| 1192 |
+
mugged mug
|
| 1193 |
+
mugging mug
|
| 1194 |
+
multiplied multiply
|
| 1195 |
+
mummed mum
|
| 1196 |
+
mummified mummify
|
| 1197 |
+
mumming mum
|
| 1198 |
+
mutinied mutiny
|
| 1199 |
+
mystified mystify
|
| 1200 |
+
nabbed nab
|
| 1201 |
+
nabbing nab
|
| 1202 |
+
nagged nag
|
| 1203 |
+
nagging nag
|
| 1204 |
+
napped nap
|
| 1205 |
+
napping nap
|
| 1206 |
+
netted net
|
| 1207 |
+
netting net
|
| 1208 |
+
nibbed nib
|
| 1209 |
+
nibbing nib
|
| 1210 |
+
nickelled nickel
|
| 1211 |
+
nickelling nickel
|
| 1212 |
+
nid-nodded nid-nod
|
| 1213 |
+
nid-nodding nid-nod
|
| 1214 |
+
nidified nidify
|
| 1215 |
+
nigrified nigrify
|
| 1216 |
+
nipped nip
|
| 1217 |
+
nipping nip
|
| 1218 |
+
nitrified nitrify
|
| 1219 |
+
nodded nod
|
| 1220 |
+
nodding nod
|
| 1221 |
+
non-prossed non-pros
|
| 1222 |
+
non-prosses non-pros
|
| 1223 |
+
non-prossing non-pros
|
| 1224 |
+
nonplussed nonplus
|
| 1225 |
+
nonplusses nonplus
|
| 1226 |
+
nonplussing nonplus
|
| 1227 |
+
notified notify
|
| 1228 |
+
nullified nullify
|
| 1229 |
+
nutted nut
|
| 1230 |
+
nutting nut
|
| 1231 |
+
objectified objectify
|
| 1232 |
+
occupied occupy
|
| 1233 |
+
occurred occur
|
| 1234 |
+
occurring occur
|
| 1235 |
+
offsetting offset
|
| 1236 |
+
omitted omit
|
| 1237 |
+
omitting omit
|
| 1238 |
+
ossified ossify
|
| 1239 |
+
outbidden outbid
|
| 1240 |
+
outbidding outbid
|
| 1241 |
+
outbred outbreed
|
| 1242 |
+
outcried outcry
|
| 1243 |
+
outcropped outcrop
|
| 1244 |
+
outcropping outcrop
|
| 1245 |
+
outdid outdo
|
| 1246 |
+
outdone outdo
|
| 1247 |
+
outdrawn outdraw
|
| 1248 |
+
outdrew outdraw
|
| 1249 |
+
outfitted outfit
|
| 1250 |
+
outfitting outfit
|
| 1251 |
+
outfought outfight
|
| 1252 |
+
outgassed outgas
|
| 1253 |
+
outgasses outgas
|
| 1254 |
+
outgassing outgas
|
| 1255 |
+
outgeneralled outgeneral
|
| 1256 |
+
outgeneralling outgeneral
|
| 1257 |
+
outgone outgo
|
| 1258 |
+
outgrew outgrow
|
| 1259 |
+
outgrown outgrow
|
| 1260 |
+
outlaid outlay
|
| 1261 |
+
outmanned outman
|
| 1262 |
+
outmanning outman
|
| 1263 |
+
outputted output
|
| 1264 |
+
outputting output
|
| 1265 |
+
outran outrun
|
| 1266 |
+
outridden outride
|
| 1267 |
+
outrode outride
|
| 1268 |
+
outrunning outrun
|
| 1269 |
+
outshone outshine
|
| 1270 |
+
outshot outshoot
|
| 1271 |
+
outsold outsell
|
| 1272 |
+
outspanned outspan
|
| 1273 |
+
outspanning outspan
|
| 1274 |
+
outstood outstand
|
| 1275 |
+
outstripped outstrip
|
| 1276 |
+
outstripping outstrip
|
| 1277 |
+
outthought outthink
|
| 1278 |
+
outwent outgo
|
| 1279 |
+
outwitted outwit
|
| 1280 |
+
outwitting outwit
|
| 1281 |
+
outwore outwear
|
| 1282 |
+
outworn outwear
|
| 1283 |
+
overbidden overbid
|
| 1284 |
+
overbidding overbid
|
| 1285 |
+
overblew overblow
|
| 1286 |
+
overblown overblow
|
| 1287 |
+
overbore overbear
|
| 1288 |
+
overborne overbear
|
| 1289 |
+
overbuilt overbuild
|
| 1290 |
+
overcame overcome
|
| 1291 |
+
overcropped overcrop
|
| 1292 |
+
overcropping overcrop
|
| 1293 |
+
overdid overdo
|
| 1294 |
+
overdone overdo
|
| 1295 |
+
overdrawn overdraw
|
| 1296 |
+
overdrew overdraw
|
| 1297 |
+
overdriven overdrive
|
| 1298 |
+
overdrove overdrive
|
| 1299 |
+
overflew overfly
|
| 1300 |
+
overflown overflow overfly
|
| 1301 |
+
overgrew overgrow
|
| 1302 |
+
overgrown overgrow
|
| 1303 |
+
overheard overhear
|
| 1304 |
+
overhung overhang
|
| 1305 |
+
overlaid overlay
|
| 1306 |
+
overlain overlie
|
| 1307 |
+
overlapped overlap
|
| 1308 |
+
overlapping overlap
|
| 1309 |
+
overlay overlie
|
| 1310 |
+
overlying overlie
|
| 1311 |
+
overmanned overman
|
| 1312 |
+
overmanning overman
|
| 1313 |
+
overpaid overpay
|
| 1314 |
+
overpast overpass
|
| 1315 |
+
overran overrun
|
| 1316 |
+
overridden override
|
| 1317 |
+
overrode override
|
| 1318 |
+
overrunning overrun
|
| 1319 |
+
oversaw oversee
|
| 1320 |
+
overseen oversee
|
| 1321 |
+
oversetting overset
|
| 1322 |
+
oversewn oversew
|
| 1323 |
+
overshot overshoot
|
| 1324 |
+
oversimplified oversimplify
|
| 1325 |
+
overslept oversleep
|
| 1326 |
+
oversold oversell
|
| 1327 |
+
overspent overspend
|
| 1328 |
+
overspilt overspill
|
| 1329 |
+
overstepped overstep
|
| 1330 |
+
overstepping overstep
|
| 1331 |
+
overtaken overtake
|
| 1332 |
+
overthrew overthrow
|
| 1333 |
+
overthrown overthrow
|
| 1334 |
+
overtook overtake
|
| 1335 |
+
overtopped overtop
|
| 1336 |
+
overtopping overtop
|
| 1337 |
+
overwound overwind
|
| 1338 |
+
overwritten overwrite
|
| 1339 |
+
overwrote overwrite
|
| 1340 |
+
pacified pacify
|
| 1341 |
+
padded pad
|
| 1342 |
+
padding pad
|
| 1343 |
+
paid pay
|
| 1344 |
+
palled pal
|
| 1345 |
+
palling pal
|
| 1346 |
+
palsied palsy
|
| 1347 |
+
pandied pandy
|
| 1348 |
+
panelled panel
|
| 1349 |
+
panelling panel
|
| 1350 |
+
panicked panic
|
| 1351 |
+
panicking panic
|
| 1352 |
+
panned pan
|
| 1353 |
+
panning pan
|
| 1354 |
+
parallelled parallel
|
| 1355 |
+
parallelling parallel
|
| 1356 |
+
parcelled parcel
|
| 1357 |
+
parcelling parcel
|
| 1358 |
+
parodied parody
|
| 1359 |
+
parried parry
|
| 1360 |
+
partaken partake
|
| 1361 |
+
partook partake
|
| 1362 |
+
pasquil pasquinade
|
| 1363 |
+
pasquilled pasquinade
|
| 1364 |
+
pasquilling pasquinade
|
| 1365 |
+
pasquils pasquinade
|
| 1366 |
+
patrolled patrol
|
| 1367 |
+
patrolling patrol
|
| 1368 |
+
patted pat
|
| 1369 |
+
patting pat
|
| 1370 |
+
pedalled pedal
|
| 1371 |
+
pedalling pedal
|
| 1372 |
+
pegged peg
|
| 1373 |
+
pegging peg
|
| 1374 |
+
pencilled pencil
|
| 1375 |
+
pencilling pencil
|
| 1376 |
+
penned pen
|
| 1377 |
+
penning pen
|
| 1378 |
+
pent pen
|
| 1379 |
+
pepped pep
|
| 1380 |
+
pepping pep
|
| 1381 |
+
permitted permit
|
| 1382 |
+
permitting permit
|
| 1383 |
+
personified personify
|
| 1384 |
+
petrified petrify
|
| 1385 |
+
petted pet
|
| 1386 |
+
pettifogged pettifog
|
| 1387 |
+
pettifogging pettifog
|
| 1388 |
+
petting pet
|
| 1389 |
+
phantasied phantasy
|
| 1390 |
+
photocopied photocopy
|
| 1391 |
+
photomapped photomap
|
| 1392 |
+
photomapping photomap
|
| 1393 |
+
photosetting photoset
|
| 1394 |
+
physicked physic
|
| 1395 |
+
physicking physic
|
| 1396 |
+
picnicked picnic
|
| 1397 |
+
picnicking picnic
|
| 1398 |
+
pigged pig
|
| 1399 |
+
pigging pig
|
| 1400 |
+
pilloried pillory
|
| 1401 |
+
pinch-hitting pinch-hit
|
| 1402 |
+
pinned pin
|
| 1403 |
+
pinning pin
|
| 1404 |
+
pipped pip
|
| 1405 |
+
pipping pip
|
| 1406 |
+
pistol-whipped pistol-whip
|
| 1407 |
+
pistol-whipping pistol-whip
|
| 1408 |
+
pistolled pistol
|
| 1409 |
+
pistolling pistol
|
| 1410 |
+
pitapatted pitapat
|
| 1411 |
+
pitapatting pitapat
|
| 1412 |
+
pitied pity
|
| 1413 |
+
pitted pit
|
| 1414 |
+
pitting pit
|
| 1415 |
+
planned plan
|
| 1416 |
+
planning plan
|
| 1417 |
+
platted plat
|
| 1418 |
+
platting plat
|
| 1419 |
+
played_a_part play_a_part
|
| 1420 |
+
playing_a_part play_a_part
|
| 1421 |
+
plays_a_part play_a_part
|
| 1422 |
+
pled plead
|
| 1423 |
+
plied ply
|
| 1424 |
+
plodded plod
|
| 1425 |
+
plodding plod
|
| 1426 |
+
plopped plop
|
| 1427 |
+
plopping plop
|
| 1428 |
+
plotted plot
|
| 1429 |
+
plotting plot
|
| 1430 |
+
plugged plug
|
| 1431 |
+
plugging plug
|
| 1432 |
+
podded pod
|
| 1433 |
+
podding pod
|
| 1434 |
+
pommelled pommel
|
| 1435 |
+
pommelling pommel
|
| 1436 |
+
popes popes
|
| 1437 |
+
popped pop
|
| 1438 |
+
popping pop
|
| 1439 |
+
potted pot
|
| 1440 |
+
potting pot
|
| 1441 |
+
preachified preachify
|
| 1442 |
+
precancelled precancel
|
| 1443 |
+
precancelling precancel
|
| 1444 |
+
preferred prefer
|
| 1445 |
+
preferring prefer
|
| 1446 |
+
preoccupied preoccupy
|
| 1447 |
+
prepaid prepay
|
| 1448 |
+
presignified presignify
|
| 1449 |
+
pretermitted pretermit
|
| 1450 |
+
pretermitting pretermit
|
| 1451 |
+
prettied pretty
|
| 1452 |
+
prettified prettify
|
| 1453 |
+
pried pry
|
| 1454 |
+
prigged prig
|
| 1455 |
+
prigging prig
|
| 1456 |
+
primmed prim
|
| 1457 |
+
primming prim
|
| 1458 |
+
prodded prod
|
| 1459 |
+
prodding prod
|
| 1460 |
+
programmed program
|
| 1461 |
+
programmes program
|
| 1462 |
+
programming program
|
| 1463 |
+
prologed prologue
|
| 1464 |
+
prologing prologue
|
| 1465 |
+
prologs prologue
|
| 1466 |
+
propelled propel
|
| 1467 |
+
propelling propel
|
| 1468 |
+
prophesied prophesy
|
| 1469 |
+
propped prop
|
| 1470 |
+
propping prop
|
| 1471 |
+
proven prove
|
| 1472 |
+
pubbed pub
|
| 1473 |
+
pubbing pub
|
| 1474 |
+
pugged pug
|
| 1475 |
+
pugging pug
|
| 1476 |
+
pummelled pummel
|
| 1477 |
+
pummelling pummel
|
| 1478 |
+
punned pun
|
| 1479 |
+
punning pun
|
| 1480 |
+
pupped pup
|
| 1481 |
+
pupping pup
|
| 1482 |
+
purified purify
|
| 1483 |
+
put-putted put-put
|
| 1484 |
+
put-putting put-put
|
| 1485 |
+
putrefied putrefy
|
| 1486 |
+
puttied putty
|
| 1487 |
+
putting put
|
| 1488 |
+
qualified qualify
|
| 1489 |
+
quantified quantify
|
| 1490 |
+
quarrelled quarrel
|
| 1491 |
+
quarrelling quarrel
|
| 1492 |
+
quarried quarry
|
| 1493 |
+
quartersawn quartersaw
|
| 1494 |
+
queried query
|
| 1495 |
+
quick-froze quick-freeze
|
| 1496 |
+
quick-frozen quick-freeze
|
| 1497 |
+
quickstepped quickstep
|
| 1498 |
+
quickstepping quickstep
|
| 1499 |
+
quipped quip
|
| 1500 |
+
quipping quip
|
| 1501 |
+
quitted quit
|
| 1502 |
+
quitting quit
|
| 1503 |
+
quizzed quiz
|
| 1504 |
+
quizzes quiz
|
| 1505 |
+
quizzing quiz
|
| 1506 |
+
ragged rag
|
| 1507 |
+
ragging rag
|
| 1508 |
+
rallied rally
|
| 1509 |
+
ramified ramify
|
| 1510 |
+
rammed ram
|
| 1511 |
+
ramming ram
|
| 1512 |
+
ran run
|
| 1513 |
+
rang ring
|
| 1514 |
+
rapped rap
|
| 1515 |
+
rappelled rappel
|
| 1516 |
+
rappelling rappel
|
| 1517 |
+
rapping rap
|
| 1518 |
+
rarefied rarefy
|
| 1519 |
+
ratified ratify
|
| 1520 |
+
ratted rat
|
| 1521 |
+
ratting rat
|
| 1522 |
+
ravelled ravel
|
| 1523 |
+
ravelling ravel
|
| 1524 |
+
razor-cutting razor-cut
|
| 1525 |
+
re-trod re-tread
|
| 1526 |
+
re-trodden re-tread
|
| 1527 |
+
rebelled rebel
|
| 1528 |
+
rebelling rebel
|
| 1529 |
+
rebuilt rebuild
|
| 1530 |
+
rebutted rebut
|
| 1531 |
+
rebutting rebut
|
| 1532 |
+
recapped recap
|
| 1533 |
+
recapping recap
|
| 1534 |
+
reclassified reclassify
|
| 1535 |
+
recommitted recommit
|
| 1536 |
+
recommitting recommit
|
| 1537 |
+
recopied recopy
|
| 1538 |
+
rectified rectify
|
| 1539 |
+
recurred recur
|
| 1540 |
+
recurring recur
|
| 1541 |
+
red red
|
| 1542 |
+
red-pencilled red-pencil
|
| 1543 |
+
red-pencilling red-pencil
|
| 1544 |
+
redded red redd
|
| 1545 |
+
redding red redd
|
| 1546 |
+
redid redo
|
| 1547 |
+
redone redo
|
| 1548 |
+
referred refer
|
| 1549 |
+
referring refer
|
| 1550 |
+
refitted refit
|
| 1551 |
+
refitting refit
|
| 1552 |
+
reft reave
|
| 1553 |
+
refuelled refuel
|
| 1554 |
+
refuelling refuel
|
| 1555 |
+
regretted regret
|
| 1556 |
+
regretting regret
|
| 1557 |
+
reheard rehear
|
| 1558 |
+
reified reify
|
| 1559 |
+
relied rely
|
| 1560 |
+
remade remake
|
| 1561 |
+
remarried remarry
|
| 1562 |
+
remitted remit
|
| 1563 |
+
remitting remit
|
| 1564 |
+
rent rend
|
| 1565 |
+
repaid repay
|
| 1566 |
+
repelled repel
|
| 1567 |
+
repelling repel
|
| 1568 |
+
replevied replevy
|
| 1569 |
+
replied reply
|
| 1570 |
+
repotted repot
|
| 1571 |
+
repotting repot
|
| 1572 |
+
reran rerun
|
| 1573 |
+
rerunning rerun
|
| 1574 |
+
resat resit
|
| 1575 |
+
resetting reset
|
| 1576 |
+
resewn resew
|
| 1577 |
+
resitting resit
|
| 1578 |
+
retaken retake
|
| 1579 |
+
rethought rethink
|
| 1580 |
+
retold retell
|
| 1581 |
+
retook retake
|
| 1582 |
+
retransmitted retransmit
|
| 1583 |
+
retransmitting retransmit
|
| 1584 |
+
retried retry
|
| 1585 |
+
retrofitted retrofit
|
| 1586 |
+
retrofitting retrofit
|
| 1587 |
+
retted ret
|
| 1588 |
+
retting ret
|
| 1589 |
+
reunified reunify
|
| 1590 |
+
revelled revel
|
| 1591 |
+
revelling revel
|
| 1592 |
+
revetted revet
|
| 1593 |
+
revetting revet
|
| 1594 |
+
revivified revivify
|
| 1595 |
+
revved rev
|
| 1596 |
+
revving rev
|
| 1597 |
+
rewound rewind
|
| 1598 |
+
rewritten rewrite
|
| 1599 |
+
rewrote rewrite
|
| 1600 |
+
ribbed rib
|
| 1601 |
+
ribbing rib
|
| 1602 |
+
ricochetted ricochet
|
| 1603 |
+
ricochetting ricochet
|
| 1604 |
+
ridded rid
|
| 1605 |
+
ridden ride
|
| 1606 |
+
ridding rid
|
| 1607 |
+
rigged rig
|
| 1608 |
+
rigging rig
|
| 1609 |
+
rigidified rigidify
|
| 1610 |
+
rimmed rim
|
| 1611 |
+
rimming rim
|
| 1612 |
+
ripped rip
|
| 1613 |
+
ripping rip
|
| 1614 |
+
risen rise
|
| 1615 |
+
rivalled rival
|
| 1616 |
+
rivalling rival
|
| 1617 |
+
riven rive
|
| 1618 |
+
robbed rob
|
| 1619 |
+
robbing rob
|
| 1620 |
+
rode ride
|
| 1621 |
+
rose rise
|
| 1622 |
+
rotted rot
|
| 1623 |
+
rotting rot
|
| 1624 |
+
rough-dried rough-dry
|
| 1625 |
+
rough-hewn rough-hew
|
| 1626 |
+
rove reeve
|
| 1627 |
+
rowelled rowel
|
| 1628 |
+
rowelling rowel
|
| 1629 |
+
rubbed rub
|
| 1630 |
+
rubbing rub
|
| 1631 |
+
rung ring
|
| 1632 |
+
running run
|
| 1633 |
+
rutted rut
|
| 1634 |
+
rutting rut
|
| 1635 |
+
saccharified saccharify
|
| 1636 |
+
sagged sag
|
| 1637 |
+
sagging sag
|
| 1638 |
+
said say
|
| 1639 |
+
salaried salary
|
| 1640 |
+
salified salify
|
| 1641 |
+
sallied sally
|
| 1642 |
+
sanctified sanctify
|
| 1643 |
+
sandbagged sandbag
|
| 1644 |
+
sandbagging sandbag
|
| 1645 |
+
sang sing
|
| 1646 |
+
sank sink
|
| 1647 |
+
saponified saponify
|
| 1648 |
+
sapped sap
|
| 1649 |
+
sapping sap
|
| 1650 |
+
sat sit
|
| 1651 |
+
satisfied satisfy
|
| 1652 |
+
savvied savvy
|
| 1653 |
+
saw see
|
| 1654 |
+
sawn saw
|
| 1655 |
+
scagged scag
|
| 1656 |
+
scagging scag
|
| 1657 |
+
scanned scan
|
| 1658 |
+
scanning scan
|
| 1659 |
+
scarified scarify
|
| 1660 |
+
scarred scar
|
| 1661 |
+
scarring scar
|
| 1662 |
+
scatted scat
|
| 1663 |
+
scatting scat
|
| 1664 |
+
scorified scorify
|
| 1665 |
+
scragged scrag
|
| 1666 |
+
scragging scrag
|
| 1667 |
+
scrammed scram
|
| 1668 |
+
scramming scram
|
| 1669 |
+
scrapped scrap
|
| 1670 |
+
scrapping scrap
|
| 1671 |
+
scried scry
|
| 1672 |
+
scrubbed scrub
|
| 1673 |
+
scrubbing scrub
|
| 1674 |
+
scrummed scrum
|
| 1675 |
+
scrumming scrum
|
| 1676 |
+
scudded scud
|
| 1677 |
+
scudding scud
|
| 1678 |
+
scummed scum
|
| 1679 |
+
scumming scum
|
| 1680 |
+
scurried scurry
|
| 1681 |
+
seed seed
|
| 1682 |
+
seen see
|
| 1683 |
+
sent send
|
| 1684 |
+
setting set
|
| 1685 |
+
sewn sew
|
| 1686 |
+
shagged shag
|
| 1687 |
+
shagging shag
|
| 1688 |
+
shaken shake
|
| 1689 |
+
shaken_hands shake_hands
|
| 1690 |
+
shakes_hands shake_hands
|
| 1691 |
+
shaking_hands shake_hands
|
| 1692 |
+
shammed sham
|
| 1693 |
+
shamming sham
|
| 1694 |
+
sharecropped sharecrop
|
| 1695 |
+
sharecropping sharecrop
|
| 1696 |
+
shat shit
|
| 1697 |
+
shaven shave
|
| 1698 |
+
shed shed
|
| 1699 |
+
shedding shed
|
| 1700 |
+
shellacked shellac
|
| 1701 |
+
shellacking shellac
|
| 1702 |
+
shent shend
|
| 1703 |
+
shewn shew
|
| 1704 |
+
shied shy
|
| 1705 |
+
shikarred shikar
|
| 1706 |
+
shikarring shikar
|
| 1707 |
+
shillyshallied shillyshally
|
| 1708 |
+
shimmed shim
|
| 1709 |
+
shimmied shimmy
|
| 1710 |
+
shimming shim
|
| 1711 |
+
shinned shin
|
| 1712 |
+
shinning shin
|
| 1713 |
+
shipped ship
|
| 1714 |
+
shipping ship
|
| 1715 |
+
shitted shit
|
| 1716 |
+
shitting shit
|
| 1717 |
+
shod shoe
|
| 1718 |
+
shone shine
|
| 1719 |
+
shook shake
|
| 1720 |
+
shook_hands shake_hands
|
| 1721 |
+
shopped shop
|
| 1722 |
+
shopping shop
|
| 1723 |
+
shot shoot
|
| 1724 |
+
shotgunned shotgun
|
| 1725 |
+
shotgunning shotgun
|
| 1726 |
+
shotted shot
|
| 1727 |
+
shotting shot
|
| 1728 |
+
shovelled shovel
|
| 1729 |
+
shovelling shovel
|
| 1730 |
+
shown show
|
| 1731 |
+
shrank shrink
|
| 1732 |
+
shredded shred
|
| 1733 |
+
shredding shred
|
| 1734 |
+
shrink-wrapped shrink-wrap
|
| 1735 |
+
shrink-wrapping shrink-wrap
|
| 1736 |
+
shrivelled shrivel
|
| 1737 |
+
shrivelling shrivel
|
| 1738 |
+
shriven shrive
|
| 1739 |
+
shrove shrive
|
| 1740 |
+
shrugged shrug
|
| 1741 |
+
shrugging shrug
|
| 1742 |
+
shrunk shrink
|
| 1743 |
+
shrunken shrink
|
| 1744 |
+
shunned shun
|
| 1745 |
+
shunning shun
|
| 1746 |
+
shutting shut
|
| 1747 |
+
sicked sic
|
| 1748 |
+
sicking sic
|
| 1749 |
+
sideslipped sideslip
|
| 1750 |
+
sideslipping sideslip
|
| 1751 |
+
sidestepped sidestep
|
| 1752 |
+
sidestepping sidestep
|
| 1753 |
+
sightsaw sightsee
|
| 1754 |
+
sightseen sightsee
|
| 1755 |
+
signalled signal
|
| 1756 |
+
signalling signal
|
| 1757 |
+
signified signify
|
| 1758 |
+
silicified silicify
|
| 1759 |
+
simplified simplify
|
| 1760 |
+
singing sing singe
|
| 1761 |
+
single-stepped single-step
|
| 1762 |
+
single-stepping single-step
|
| 1763 |
+
sinned sin
|
| 1764 |
+
sinning sin
|
| 1765 |
+
sipped sip
|
| 1766 |
+
sipping sip
|
| 1767 |
+
sitting sit
|
| 1768 |
+
skellied skelly
|
| 1769 |
+
skenned sken
|
| 1770 |
+
skenning sken
|
| 1771 |
+
sketted sket
|
| 1772 |
+
sketting sket
|
| 1773 |
+
ski'd ski
|
| 1774 |
+
skidded skid
|
| 1775 |
+
skidding skid
|
| 1776 |
+
skimmed skim
|
| 1777 |
+
skimming skim
|
| 1778 |
+
skin-popped skin-pop
|
| 1779 |
+
skin-popping skin-pop
|
| 1780 |
+
skinned skin
|
| 1781 |
+
skinning skin
|
| 1782 |
+
skinny-dipped skinny-dip
|
| 1783 |
+
skinny-dipping skinny-dip
|
| 1784 |
+
skipped skip
|
| 1785 |
+
skipping skip
|
| 1786 |
+
skivvied skivvy
|
| 1787 |
+
skydove skydive
|
| 1788 |
+
slabbed slab
|
| 1789 |
+
slabbing slab
|
| 1790 |
+
slagged slag
|
| 1791 |
+
slagging slag
|
| 1792 |
+
slain slay
|
| 1793 |
+
slammed slam
|
| 1794 |
+
slamming slam
|
| 1795 |
+
slapped slap
|
| 1796 |
+
slapping slap
|
| 1797 |
+
slatted slat
|
| 1798 |
+
slatting slat
|
| 1799 |
+
sledding sled
|
| 1800 |
+
slept sleep
|
| 1801 |
+
slew slay
|
| 1802 |
+
slid slide
|
| 1803 |
+
slidden slide
|
| 1804 |
+
slipped slip
|
| 1805 |
+
slipping slip
|
| 1806 |
+
slitting slit
|
| 1807 |
+
slogged slog
|
| 1808 |
+
slogging slog
|
| 1809 |
+
slopped slop
|
| 1810 |
+
slopping slop
|
| 1811 |
+
slotted slot
|
| 1812 |
+
slotting slot
|
| 1813 |
+
slugged slug
|
| 1814 |
+
slugging slug
|
| 1815 |
+
slummed slum
|
| 1816 |
+
slumming slum
|
| 1817 |
+
slung sling
|
| 1818 |
+
slunk slink
|
| 1819 |
+
slurred slur
|
| 1820 |
+
slurring slur
|
| 1821 |
+
smelt smell
|
| 1822 |
+
smit smite
|
| 1823 |
+
smitten smite
|
| 1824 |
+
smote smite
|
| 1825 |
+
smutted smut
|
| 1826 |
+
smutting smut
|
| 1827 |
+
snagged snag
|
| 1828 |
+
snagging snag
|
| 1829 |
+
snapped snap
|
| 1830 |
+
snapping snap
|
| 1831 |
+
snedded sned
|
| 1832 |
+
snedding sned
|
| 1833 |
+
snipped snip
|
| 1834 |
+
snipping snip
|
| 1835 |
+
snivelled snivel
|
| 1836 |
+
snivelling snivel
|
| 1837 |
+
snogged snog
|
| 1838 |
+
snogging snog
|
| 1839 |
+
snubbed snub
|
| 1840 |
+
snubbing snub
|
| 1841 |
+
snuck sneak
|
| 1842 |
+
snugged snug
|
| 1843 |
+
snugging snug
|
| 1844 |
+
sobbed sob
|
| 1845 |
+
sobbing sob
|
| 1846 |
+
sodded sod
|
| 1847 |
+
sodding sod
|
| 1848 |
+
soft-pedalled soft-pedal
|
| 1849 |
+
soft-pedalling soft-pedal
|
| 1850 |
+
sold sell
|
| 1851 |
+
solemnified solemnify
|
| 1852 |
+
solidified solidify
|
| 1853 |
+
soothsaid soothsay
|
| 1854 |
+
sopped sop
|
| 1855 |
+
sopping sop
|
| 1856 |
+
sought seek
|
| 1857 |
+
sown sow
|
| 1858 |
+
spagged spag
|
| 1859 |
+
spagging spag
|
| 1860 |
+
spancelled spancel
|
| 1861 |
+
spancelling spancel
|
| 1862 |
+
spanned span
|
| 1863 |
+
spanning span
|
| 1864 |
+
sparred spar
|
| 1865 |
+
sparring spar
|
| 1866 |
+
spat spit
|
| 1867 |
+
spatted spat
|
| 1868 |
+
spatting spat
|
| 1869 |
+
specified specify
|
| 1870 |
+
sped speed
|
| 1871 |
+
speechified speechify
|
| 1872 |
+
spellbound spellbind
|
| 1873 |
+
spelt spell
|
| 1874 |
+
spent spend
|
| 1875 |
+
spied spy
|
| 1876 |
+
spilt spill
|
| 1877 |
+
spin-dried spin-dry
|
| 1878 |
+
spinning spin
|
| 1879 |
+
spiralled spiral
|
| 1880 |
+
spiralling spiral
|
| 1881 |
+
spitted spit
|
| 1882 |
+
spitting spit
|
| 1883 |
+
splitting split
|
| 1884 |
+
spoilt spoil
|
| 1885 |
+
spoke speak
|
| 1886 |
+
spoken speak
|
| 1887 |
+
spoon-fed spoon-feed
|
| 1888 |
+
spotlit spotlight
|
| 1889 |
+
spotted spot
|
| 1890 |
+
spotting spot
|
| 1891 |
+
sprang spring
|
| 1892 |
+
sprigged sprig
|
| 1893 |
+
sprigging sprig
|
| 1894 |
+
sprung spring
|
| 1895 |
+
spudded spud
|
| 1896 |
+
spudding spud
|
| 1897 |
+
spun spin
|
| 1898 |
+
spurred spur
|
| 1899 |
+
spurring spur
|
| 1900 |
+
squatted squat
|
| 1901 |
+
squatting squat
|
| 1902 |
+
squibbed squib
|
| 1903 |
+
squibbing squib
|
| 1904 |
+
squidded squid
|
| 1905 |
+
squidding squid
|
| 1906 |
+
squilgee squeegee
|
| 1907 |
+
stabbed stab
|
| 1908 |
+
stabbing stab
|
| 1909 |
+
stall-fed stall-feed
|
| 1910 |
+
stank stink
|
| 1911 |
+
starred star
|
| 1912 |
+
starring star
|
| 1913 |
+
steadied steady
|
| 1914 |
+
stellified stellify
|
| 1915 |
+
stemmed stem
|
| 1916 |
+
stemming stem
|
| 1917 |
+
stems_from stem_from
|
| 1918 |
+
stencilled stencil
|
| 1919 |
+
stencilling stencil
|
| 1920 |
+
stepped step
|
| 1921 |
+
stepping step
|
| 1922 |
+
stetted stet
|
| 1923 |
+
stetting stet
|
| 1924 |
+
stied sty
|
| 1925 |
+
stilettoeing stiletto
|
| 1926 |
+
stirred stir
|
| 1927 |
+
stirring stir
|
| 1928 |
+
stole steal
|
| 1929 |
+
stolen steal
|
| 1930 |
+
stood stand
|
| 1931 |
+
stopped stop
|
| 1932 |
+
stopping stop
|
| 1933 |
+
storied story
|
| 1934 |
+
stotted stot
|
| 1935 |
+
stotting stot
|
| 1936 |
+
stove stave
|
| 1937 |
+
strapped strap
|
| 1938 |
+
strapping strap
|
| 1939 |
+
stratified stratify
|
| 1940 |
+
strewn strew
|
| 1941 |
+
stridden stride
|
| 1942 |
+
stripped strip
|
| 1943 |
+
stripping strip
|
| 1944 |
+
striven strive
|
| 1945 |
+
strode stride
|
| 1946 |
+
stropped strop
|
| 1947 |
+
stropping strop
|
| 1948 |
+
strove strive
|
| 1949 |
+
strown strow
|
| 1950 |
+
struck strike
|
| 1951 |
+
strummed strum
|
| 1952 |
+
strumming strum
|
| 1953 |
+
strung string
|
| 1954 |
+
strutted strut
|
| 1955 |
+
strutting strut
|
| 1956 |
+
stubbed stub
|
| 1957 |
+
stubbing stub
|
| 1958 |
+
stuck stick
|
| 1959 |
+
studded stud
|
| 1960 |
+
studding stud
|
| 1961 |
+
studied study
|
| 1962 |
+
stultified stultify
|
| 1963 |
+
stummed stum
|
| 1964 |
+
stumming stum
|
| 1965 |
+
stung sting
|
| 1966 |
+
stunk stink
|
| 1967 |
+
stunned stun
|
| 1968 |
+
stunning stun
|
| 1969 |
+
stupefied stupefy
|
| 1970 |
+
stymying stymie
|
| 1971 |
+
subbed sub
|
| 1972 |
+
subbing sub
|
| 1973 |
+
subjectified subjectify
|
| 1974 |
+
subletting sublet
|
| 1975 |
+
submitted submit
|
| 1976 |
+
submitting submit
|
| 1977 |
+
subtotalled subtotal
|
| 1978 |
+
subtotalling subtotal
|
| 1979 |
+
sullied sully
|
| 1980 |
+
sulphuretted sulphuret
|
| 1981 |
+
sulphuretting sulphuret
|
| 1982 |
+
summed sum
|
| 1983 |
+
summing sum
|
| 1984 |
+
sung sing
|
| 1985 |
+
sunk sink
|
| 1986 |
+
sunken sink
|
| 1987 |
+
sunned sun
|
| 1988 |
+
sunning sun
|
| 1989 |
+
supped sup
|
| 1990 |
+
supping sup
|
| 1991 |
+
supplied supply
|
| 1992 |
+
swabbed swab
|
| 1993 |
+
swabbing swab
|
| 1994 |
+
swagged swag
|
| 1995 |
+
swagging swag
|
| 1996 |
+
swam swim
|
| 1997 |
+
swapped swap
|
| 1998 |
+
swapping swap
|
| 1999 |
+
swatted swat
|
| 2000 |
+
swatting swat
|
| 2001 |
+
swept sweep
|
| 2002 |
+
swigged swig
|
| 2003 |
+
swigging swig
|
| 2004 |
+
swimming swim
|
| 2005 |
+
swivelled swivel
|
| 2006 |
+
swivelling swivel
|
| 2007 |
+
swollen swell
|
| 2008 |
+
swopped swap
|
| 2009 |
+
swopping swap
|
| 2010 |
+
swops swap
|
| 2011 |
+
swore swear
|
| 2012 |
+
sworn swear
|
| 2013 |
+
swotted swot
|
| 2014 |
+
swotting swot
|
| 2015 |
+
swum swim
|
| 2016 |
+
swung swing
|
| 2017 |
+
syllabified syllabify
|
| 2018 |
+
symbolled symbol
|
| 2019 |
+
symbolling symbol
|
| 2020 |
+
tabbed tab
|
| 2021 |
+
tabbing tab
|
| 2022 |
+
tagged tag
|
| 2023 |
+
tagging tag
|
| 2024 |
+
taken take
|
| 2025 |
+
taken_a_side take_a_side
|
| 2026 |
+
taken_pains take_pains
|
| 2027 |
+
taken_steps take_steps
|
| 2028 |
+
takes_a_side take_a_side
|
| 2029 |
+
takes_pains take_pains
|
| 2030 |
+
takes_steps take_steps
|
| 2031 |
+
taking_a_side take_a_side
|
| 2032 |
+
taking_pains take_pains
|
| 2033 |
+
taking_steps take_steps
|
| 2034 |
+
talcked talc
|
| 2035 |
+
talcking talc
|
| 2036 |
+
tallied tally
|
| 2037 |
+
tally-ho'd tally-ho
|
| 2038 |
+
tammied tammy
|
| 2039 |
+
tanned tan
|
| 2040 |
+
tanning tan
|
| 2041 |
+
tapped tap
|
| 2042 |
+
tapping tap
|
| 2043 |
+
tarred tar
|
| 2044 |
+
tarried tarry
|
| 2045 |
+
tarring tar
|
| 2046 |
+
tasselled tassel
|
| 2047 |
+
tasselling tassel
|
| 2048 |
+
tatted tat
|
| 2049 |
+
tatting tat
|
| 2050 |
+
taught teach
|
| 2051 |
+
taxis taxis
|
| 2052 |
+
taxying taxi
|
| 2053 |
+
teaselled teasel
|
| 2054 |
+
teaselling teasel
|
| 2055 |
+
tedded ted
|
| 2056 |
+
tedding ted
|
| 2057 |
+
tepefied tepefy
|
| 2058 |
+
terrified terrify
|
| 2059 |
+
testes testes
|
| 2060 |
+
testified testify
|
| 2061 |
+
thinking_the_world_of think_the_world_of
|
| 2062 |
+
thinks_the_world_of think_the_world_of
|
| 2063 |
+
thinned thin
|
| 2064 |
+
thinning thin
|
| 2065 |
+
thought think
|
| 2066 |
+
thought_the_world_of think_the_world_of
|
| 2067 |
+
threw throw
|
| 2068 |
+
threw_out throw_out
|
| 2069 |
+
thriven thrive
|
| 2070 |
+
throbbed throb
|
| 2071 |
+
throbbing throb
|
| 2072 |
+
throve thrive
|
| 2073 |
+
throwing_out throw_out
|
| 2074 |
+
thrown throw
|
| 2075 |
+
thrown_out throw_out
|
| 2076 |
+
throws_out throw_out
|
| 2077 |
+
thrummed thrum
|
| 2078 |
+
thrumming thrum
|
| 2079 |
+
thudded thud
|
| 2080 |
+
thudding thud
|
| 2081 |
+
tidied tidy
|
| 2082 |
+
tinned tin
|
| 2083 |
+
tinning tin
|
| 2084 |
+
tinselled tinsel
|
| 2085 |
+
tinselling tinsel
|
| 2086 |
+
tipped tip
|
| 2087 |
+
tipping tip
|
| 2088 |
+
tittupped tittup
|
| 2089 |
+
tittupping tittup
|
| 2090 |
+
toadied toady
|
| 2091 |
+
togged tog
|
| 2092 |
+
togging tog
|
| 2093 |
+
told tell
|
| 2094 |
+
took take
|
| 2095 |
+
took_a_side take_a_side
|
| 2096 |
+
took_pains take_pains
|
| 2097 |
+
took_steps take_steps
|
| 2098 |
+
topped top
|
| 2099 |
+
topping top
|
| 2100 |
+
tore tear
|
| 2101 |
+
torn tear
|
| 2102 |
+
torrefied torrefy
|
| 2103 |
+
torrify torrefy
|
| 2104 |
+
totalled total
|
| 2105 |
+
totalling total
|
| 2106 |
+
totted tot
|
| 2107 |
+
totting tot
|
| 2108 |
+
towelled towel
|
| 2109 |
+
towelling towel
|
| 2110 |
+
trafficked traffic
|
| 2111 |
+
trafficking traffic
|
| 2112 |
+
trameled trammel
|
| 2113 |
+
trameling trammel
|
| 2114 |
+
tramelled trammel
|
| 2115 |
+
tramelling trammel
|
| 2116 |
+
tramels trammel
|
| 2117 |
+
trammed tram
|
| 2118 |
+
tramming tram
|
| 2119 |
+
transferred transfer
|
| 2120 |
+
transferring transfer
|
| 2121 |
+
transfixt transfix
|
| 2122 |
+
tranship transship
|
| 2123 |
+
transhipped tranship
|
| 2124 |
+
transhipping tranship
|
| 2125 |
+
transmitted transmit
|
| 2126 |
+
transmitting transmit
|
| 2127 |
+
transmogrified transmogrify
|
| 2128 |
+
transshipped transship
|
| 2129 |
+
transshipping transship
|
| 2130 |
+
trapanned trapan
|
| 2131 |
+
trapanning trapan
|
| 2132 |
+
trapped trap
|
| 2133 |
+
trapping trap
|
| 2134 |
+
travelled travel
|
| 2135 |
+
travelling travel
|
| 2136 |
+
travestied travesty
|
| 2137 |
+
trekked trek
|
| 2138 |
+
trekking trek
|
| 2139 |
+
trepanned trepan
|
| 2140 |
+
trepanning trepan
|
| 2141 |
+
tried try
|
| 2142 |
+
trigged trig
|
| 2143 |
+
trigging trig
|
| 2144 |
+
trimmed trim
|
| 2145 |
+
trimming trim
|
| 2146 |
+
tripped trip
|
| 2147 |
+
tripping trip
|
| 2148 |
+
trod tread
|
| 2149 |
+
trodden tread
|
| 2150 |
+
trogged trog
|
| 2151 |
+
trogging trog
|
| 2152 |
+
trotted trot
|
| 2153 |
+
trotting trot
|
| 2154 |
+
trowelled trowel
|
| 2155 |
+
trowelling trowel
|
| 2156 |
+
tugged tug
|
| 2157 |
+
tugging tug
|
| 2158 |
+
tumefied tumefy
|
| 2159 |
+
tunned tun
|
| 2160 |
+
tunnelled tunnel
|
| 2161 |
+
tunnelling tunnel
|
| 2162 |
+
tunning tun
|
| 2163 |
+
tupped tup
|
| 2164 |
+
tupping tup
|
| 2165 |
+
tut-tutted tut-tut
|
| 2166 |
+
tut-tutting tut-tut
|
| 2167 |
+
twigged twig
|
| 2168 |
+
twigging twig
|
| 2169 |
+
twinned twin
|
| 2170 |
+
twinning twin
|
| 2171 |
+
twitted twit
|
| 2172 |
+
twitting twit
|
| 2173 |
+
tying tie
|
| 2174 |
+
typesetting typeset
|
| 2175 |
+
typewritten typewrite
|
| 2176 |
+
typewrote typewrite
|
| 2177 |
+
typified typify
|
| 2178 |
+
uglified uglify
|
| 2179 |
+
unbarred unbar
|
| 2180 |
+
unbarring unbar
|
| 2181 |
+
unbent unbend
|
| 2182 |
+
unbound unbind
|
| 2183 |
+
uncapped uncap
|
| 2184 |
+
uncapping uncap
|
| 2185 |
+
unclad unclothe
|
| 2186 |
+
unclogged unclog
|
| 2187 |
+
unclogging unclog
|
| 2188 |
+
underbidding underbid
|
| 2189 |
+
underbought underbuy
|
| 2190 |
+
undercutting undercut
|
| 2191 |
+
underfed underfeed
|
| 2192 |
+
undergirt undergird
|
| 2193 |
+
undergone undergo
|
| 2194 |
+
underlaid underlay
|
| 2195 |
+
underlain underlie
|
| 2196 |
+
underlay underlie
|
| 2197 |
+
underletting underlet
|
| 2198 |
+
underlying underlie
|
| 2199 |
+
underpaid underpay
|
| 2200 |
+
underpinned underpin
|
| 2201 |
+
underpinning underpin
|
| 2202 |
+
underpropped underprop
|
| 2203 |
+
underpropping underprop
|
| 2204 |
+
undersetting underset
|
| 2205 |
+
undershot undershoot
|
| 2206 |
+
undersold undersell
|
| 2207 |
+
understood understand
|
| 2208 |
+
understudied understudy
|
| 2209 |
+
undertaken undertake
|
| 2210 |
+
undertook undertake
|
| 2211 |
+
underwent undergo
|
| 2212 |
+
underwritten underwrite
|
| 2213 |
+
underwrote underwrite
|
| 2214 |
+
undid undo
|
| 2215 |
+
undone undo
|
| 2216 |
+
unfitted unfit
|
| 2217 |
+
unfitting unfit
|
| 2218 |
+
unfroze unfreeze
|
| 2219 |
+
unfrozen unfreeze
|
| 2220 |
+
unified unify
|
| 2221 |
+
unkennelled unkennel
|
| 2222 |
+
unkennelling unkennel
|
| 2223 |
+
unknitted unknit
|
| 2224 |
+
unknitting unknit
|
| 2225 |
+
unlaid unlay
|
| 2226 |
+
unlearnt unlearn
|
| 2227 |
+
unmade unmake
|
| 2228 |
+
unmanned unman
|
| 2229 |
+
unmanning unman
|
| 2230 |
+
unpegged unpeg
|
| 2231 |
+
unpegging unpeg
|
| 2232 |
+
unpinned unpin
|
| 2233 |
+
unpinning unpin
|
| 2234 |
+
unplugged unplug
|
| 2235 |
+
unplugging unplug
|
| 2236 |
+
unravelled unravel
|
| 2237 |
+
unravelling unravel
|
| 2238 |
+
unrigged unrig
|
| 2239 |
+
unrigging unrig
|
| 2240 |
+
unripped unrip
|
| 2241 |
+
unripping unrip
|
| 2242 |
+
unrove unreeve
|
| 2243 |
+
unsaid unsay
|
| 2244 |
+
unshipped unship
|
| 2245 |
+
unshipping unship
|
| 2246 |
+
unslung unsling
|
| 2247 |
+
unsnapped unsnap
|
| 2248 |
+
unsnapping unsnap
|
| 2249 |
+
unspoke unspeak
|
| 2250 |
+
unspoken unspeak
|
| 2251 |
+
unsteadied unsteady
|
| 2252 |
+
unstepped unstep
|
| 2253 |
+
unstepping unstep
|
| 2254 |
+
unstopped unstop
|
| 2255 |
+
unstopping unstop
|
| 2256 |
+
unstrung unstring
|
| 2257 |
+
unstuck unstick
|
| 2258 |
+
unswore unswear
|
| 2259 |
+
unsworn unswear
|
| 2260 |
+
untaught unteach
|
| 2261 |
+
unthought unthink
|
| 2262 |
+
untidied untidy
|
| 2263 |
+
untrod untread
|
| 2264 |
+
untrodden untread
|
| 2265 |
+
untying untie
|
| 2266 |
+
unwound unwind
|
| 2267 |
+
unwrapped unwrap
|
| 2268 |
+
unwrapping unwrap
|
| 2269 |
+
unzipped unzip
|
| 2270 |
+
unzipping unzip
|
| 2271 |
+
upbuilt upbuild
|
| 2272 |
+
upheld uphold
|
| 2273 |
+
uphove upheave
|
| 2274 |
+
upped up
|
| 2275 |
+
uppercutting uppercut
|
| 2276 |
+
upping up
|
| 2277 |
+
uprisen uprise
|
| 2278 |
+
uprose uprise
|
| 2279 |
+
upsetting upset
|
| 2280 |
+
upsprang upspring
|
| 2281 |
+
upsprung upspring
|
| 2282 |
+
upswept upsweep
|
| 2283 |
+
upswollen upswell
|
| 2284 |
+
upswung upswing
|
| 2285 |
+
vagged vag
|
| 2286 |
+
vagging vag
|
| 2287 |
+
varied vary
|
| 2288 |
+
vatted vat
|
| 2289 |
+
vatting vat
|
| 2290 |
+
verbified verbify
|
| 2291 |
+
verified verify
|
| 2292 |
+
versified versify
|
| 2293 |
+
vetted vet
|
| 2294 |
+
vetting vet
|
| 2295 |
+
victualled victual
|
| 2296 |
+
victualling victual
|
| 2297 |
+
vilified vilify
|
| 2298 |
+
vitrified vitrify
|
| 2299 |
+
vitriolled vitriol
|
| 2300 |
+
vitriolling vitriol
|
| 2301 |
+
vivified vivify
|
| 2302 |
+
vying vie
|
| 2303 |
+
wadded wad
|
| 2304 |
+
waddied waddy
|
| 2305 |
+
wadding wad
|
| 2306 |
+
wadsetted wadset
|
| 2307 |
+
wadsetting wadset
|
| 2308 |
+
wagged wag
|
| 2309 |
+
wagging wag
|
| 2310 |
+
wanned wan
|
| 2311 |
+
wanning wan
|
| 2312 |
+
warred war
|
| 2313 |
+
warring war
|
| 2314 |
+
was be
|
| 2315 |
+
water-ski'd water-ski
|
| 2316 |
+
waylaid waylay
|
| 2317 |
+
wearied weary
|
| 2318 |
+
weatherstripped weatherstrip
|
| 2319 |
+
weatherstripping weatherstrip
|
| 2320 |
+
webbed web
|
| 2321 |
+
webbing web
|
| 2322 |
+
wedded wed
|
| 2323 |
+
wedding wed
|
| 2324 |
+
weed weed
|
| 2325 |
+
went go
|
| 2326 |
+
went_deep go_deep
|
| 2327 |
+
wept weep
|
| 2328 |
+
were be
|
| 2329 |
+
wetted wet
|
| 2330 |
+
wetting wet
|
| 2331 |
+
whammed wham
|
| 2332 |
+
whamming wham
|
| 2333 |
+
whapped whap
|
| 2334 |
+
whapping whap
|
| 2335 |
+
whetted whet
|
| 2336 |
+
whetting whet
|
| 2337 |
+
whinnied whinny
|
| 2338 |
+
whipped whip
|
| 2339 |
+
whipping whip
|
| 2340 |
+
whipsawn whipsaw
|
| 2341 |
+
whirred whir
|
| 2342 |
+
whirring whir
|
| 2343 |
+
whistle-stopped whistle-stop
|
| 2344 |
+
whistle-stopping whistle-stop
|
| 2345 |
+
whizzed whiz
|
| 2346 |
+
whizzes whiz
|
| 2347 |
+
whizzing whiz
|
| 2348 |
+
whopped whop
|
| 2349 |
+
whopping whop
|
| 2350 |
+
wigged wig
|
| 2351 |
+
wigging wig
|
| 2352 |
+
wigwagged wigwag
|
| 2353 |
+
wigwagging wigwag
|
| 2354 |
+
wildcatted wildcat
|
| 2355 |
+
wildcatting wildcat
|
| 2356 |
+
window-shopped window-shop
|
| 2357 |
+
window-shopping window-shop
|
| 2358 |
+
winning win
|
| 2359 |
+
winterfed winterfeed
|
| 2360 |
+
wiredrawn wiredraw
|
| 2361 |
+
wiredrew wiredraw
|
| 2362 |
+
withdrawn withdraw
|
| 2363 |
+
withdrew withdraw
|
| 2364 |
+
withheld withhold
|
| 2365 |
+
withstood withstand
|
| 2366 |
+
woke wake
|
| 2367 |
+
woken wake
|
| 2368 |
+
won win
|
| 2369 |
+
wonned won
|
| 2370 |
+
wonning won
|
| 2371 |
+
wore wear
|
| 2372 |
+
worn wear
|
| 2373 |
+
worried worry
|
| 2374 |
+
worshipped worship
|
| 2375 |
+
worshipping worship
|
| 2376 |
+
wound wind
|
| 2377 |
+
wove weave
|
| 2378 |
+
woven weave
|
| 2379 |
+
wrapped wrap
|
| 2380 |
+
wrapping wrap
|
| 2381 |
+
wried wry
|
| 2382 |
+
written write
|
| 2383 |
+
wrote write
|
| 2384 |
+
wrought work
|
| 2385 |
+
wrung wring
|
| 2386 |
+
yakked yak
|
| 2387 |
+
yakking yak
|
| 2388 |
+
yapped yap
|
| 2389 |
+
yapping yap
|
| 2390 |
+
ycleped clepe
|
| 2391 |
+
yclept clepe
|
| 2392 |
+
yenned yen
|
| 2393 |
+
yenning yen
|
| 2394 |
+
yodelled yodel
|
| 2395 |
+
yodelling yodel
|
| 2396 |
+
zapped zap
|
| 2397 |
+
zapping zap
|
| 2398 |
+
zigzagged zigzag
|
| 2399 |
+
zigzagging zigzag
|
| 2400 |
+
zipped zip
|
| 2401 |
+
zipping zip
|
WordNet-3.0/doc/Makefile
ADDED
|
@@ -0,0 +1,426 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Makefile.in generated by automake 1.9 from Makefile.am.
|
| 2 |
+
# doc/Makefile. Generated from Makefile.in by configure.
|
| 3 |
+
|
| 4 |
+
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
| 5 |
+
# 2003, 2004 Free Software Foundation, Inc.
|
| 6 |
+
# This Makefile.in is free software; the Free Software Foundation
|
| 7 |
+
# gives unlimited permission to copy and/or distribute it,
|
| 8 |
+
# with or without modifications, as long as this notice is preserved.
|
| 9 |
+
|
| 10 |
+
# This program is distributed in the hope that it will be useful,
|
| 11 |
+
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
| 12 |
+
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
| 13 |
+
# PARTICULAR PURPOSE.
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
srcdir = .
|
| 17 |
+
top_srcdir = ..
|
| 18 |
+
|
| 19 |
+
pkgdatadir = $(datadir)/WordNet
|
| 20 |
+
pkglibdir = $(libdir)/WordNet
|
| 21 |
+
pkgincludedir = $(includedir)/WordNet
|
| 22 |
+
top_builddir = ..
|
| 23 |
+
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
| 24 |
+
INSTALL = /usr/bin/install -c
|
| 25 |
+
install_sh_DATA = $(install_sh) -c -m 644
|
| 26 |
+
install_sh_PROGRAM = $(install_sh) -c
|
| 27 |
+
install_sh_SCRIPT = $(install_sh) -c
|
| 28 |
+
INSTALL_HEADER = $(INSTALL_DATA)
|
| 29 |
+
transform = $(program_transform_name)
|
| 30 |
+
NORMAL_INSTALL = :
|
| 31 |
+
PRE_INSTALL = :
|
| 32 |
+
POST_INSTALL = :
|
| 33 |
+
NORMAL_UNINSTALL = :
|
| 34 |
+
PRE_UNINSTALL = :
|
| 35 |
+
POST_UNINSTALL = :
|
| 36 |
+
subdir = doc
|
| 37 |
+
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
| 38 |
+
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
| 39 |
+
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
|
| 40 |
+
$(top_srcdir)/configure.ac
|
| 41 |
+
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
| 42 |
+
$(ACLOCAL_M4)
|
| 43 |
+
mkinstalldirs = $(install_sh) -d
|
| 44 |
+
CONFIG_HEADER = $(top_builddir)/config.h
|
| 45 |
+
CONFIG_CLEAN_FILES =
|
| 46 |
+
SOURCES =
|
| 47 |
+
DIST_SOURCES =
|
| 48 |
+
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
| 49 |
+
html-recursive info-recursive install-data-recursive \
|
| 50 |
+
install-exec-recursive install-info-recursive \
|
| 51 |
+
install-recursive installcheck-recursive installdirs-recursive \
|
| 52 |
+
pdf-recursive ps-recursive uninstall-info-recursive \
|
| 53 |
+
uninstall-recursive
|
| 54 |
+
ETAGS = etags
|
| 55 |
+
CTAGS = ctags
|
| 56 |
+
DIST_SUBDIRS = $(SUBDIRS)
|
| 57 |
+
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
| 58 |
+
ACLOCAL = ${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run aclocal-1.9
|
| 59 |
+
AMDEP_FALSE = #
|
| 60 |
+
AMDEP_TRUE =
|
| 61 |
+
AMTAR = ${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run tar
|
| 62 |
+
AUTOCONF = ${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run autoconf
|
| 63 |
+
AUTOHEADER = ${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run autoheader
|
| 64 |
+
AUTOMAKE = ${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run automake-1.9
|
| 65 |
+
AWK = mawk
|
| 66 |
+
CC = /usr/bin/gcc
|
| 67 |
+
CCDEPMODE = depmode=gcc3
|
| 68 |
+
CFLAGS = -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive
|
| 69 |
+
CPP = /usr/bin/gcc -E
|
| 70 |
+
CPPFLAGS =
|
| 71 |
+
CYGPATH_W = echo
|
| 72 |
+
DEFS = -DHAVE_CONFIG_H
|
| 73 |
+
DEPDIR = .deps
|
| 74 |
+
ECHO_C =
|
| 75 |
+
ECHO_N = -n
|
| 76 |
+
ECHO_T =
|
| 77 |
+
EGREP = grep -E
|
| 78 |
+
EXEEXT =
|
| 79 |
+
INSTALL_DATA = ${INSTALL} -m 644
|
| 80 |
+
INSTALL_PROGRAM = ${INSTALL}
|
| 81 |
+
INSTALL_SCRIPT = ${INSTALL}
|
| 82 |
+
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
|
| 83 |
+
LDFLAGS =
|
| 84 |
+
LIBOBJS =
|
| 85 |
+
LIBS =
|
| 86 |
+
LTLIBOBJS =
|
| 87 |
+
MAKEINFO = ${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run makeinfo
|
| 88 |
+
OBJEXT = o
|
| 89 |
+
PACKAGE = WordNet
|
| 90 |
+
PACKAGE_BUGREPORT = wordnet@princeton.edu
|
| 91 |
+
PACKAGE_NAME = WordNet
|
| 92 |
+
PACKAGE_STRING = WordNet 3.0
|
| 93 |
+
PACKAGE_TARNAME = wordnet
|
| 94 |
+
PACKAGE_VERSION = 3.0
|
| 95 |
+
PATH_SEPARATOR = :
|
| 96 |
+
RANLIB = ranlib
|
| 97 |
+
SET_MAKE =
|
| 98 |
+
SHELL = /bin/bash
|
| 99 |
+
STRIP =
|
| 100 |
+
TCL_INCLUDE_SPEC = -I/usr/include/tcl8.6
|
| 101 |
+
TCL_LIB_SPEC = -L/usr/lib/x86_64-linux-gnu -ltcl8.6
|
| 102 |
+
TK_LIBS = -lX11 -lXss -lXext -lXft -lfontconfig -lfreetype -lpthread -ldl -lz -lpthread -lieee -lm
|
| 103 |
+
TK_LIB_SPEC = -L/usr/lib/x86_64-linux-gnu -ltk8.6
|
| 104 |
+
TK_PREFIX = /usr
|
| 105 |
+
TK_XINCLUDES =
|
| 106 |
+
VERSION = 3.0
|
| 107 |
+
ac_ct_CC = /usr/bin/gcc
|
| 108 |
+
ac_ct_RANLIB = ranlib
|
| 109 |
+
ac_ct_STRIP =
|
| 110 |
+
ac_prefix = /usr/local/WordNet-3.0
|
| 111 |
+
am__fastdepCC_FALSE = #
|
| 112 |
+
am__fastdepCC_TRUE =
|
| 113 |
+
am__include = include
|
| 114 |
+
am__leading_dot = .
|
| 115 |
+
am__quote =
|
| 116 |
+
am__tar = ${AMTAR} chof - "$$tardir"
|
| 117 |
+
am__untar = ${AMTAR} xf -
|
| 118 |
+
bindir = ${exec_prefix}/bin
|
| 119 |
+
build_alias =
|
| 120 |
+
datadir = ${prefix}/share
|
| 121 |
+
exec_prefix = ${prefix}
|
| 122 |
+
host_alias =
|
| 123 |
+
includedir = ${prefix}/include
|
| 124 |
+
infodir = ${prefix}/info
|
| 125 |
+
install_sh = /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/install-sh
|
| 126 |
+
libdir = ${exec_prefix}/lib
|
| 127 |
+
libexecdir = ${exec_prefix}/libexec
|
| 128 |
+
localstatedir = ${prefix}/var
|
| 129 |
+
mandir = ${prefix}/man
|
| 130 |
+
mkdir_p = mkdir -p --
|
| 131 |
+
oldincludedir = /usr/include
|
| 132 |
+
prefix = /usr/local/WordNet-3.0
|
| 133 |
+
program_transform_name = s,x,x,
|
| 134 |
+
sbindir = ${exec_prefix}/sbin
|
| 135 |
+
sharedstatedir = ${prefix}/com
|
| 136 |
+
sysconfdir = ${prefix}/etc
|
| 137 |
+
target_alias =
|
| 138 |
+
SUBDIRS = html man pdf ps
|
| 139 |
+
all: all-recursive
|
| 140 |
+
|
| 141 |
+
.SUFFIXES:
|
| 142 |
+
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
| 143 |
+
@for dep in $?; do \
|
| 144 |
+
case '$(am__configure_deps)' in \
|
| 145 |
+
*$$dep*) \
|
| 146 |
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
| 147 |
+
&& exit 0; \
|
| 148 |
+
exit 1;; \
|
| 149 |
+
esac; \
|
| 150 |
+
done; \
|
| 151 |
+
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
|
| 152 |
+
cd $(top_srcdir) && \
|
| 153 |
+
$(AUTOMAKE) --gnu doc/Makefile
|
| 154 |
+
.PRECIOUS: Makefile
|
| 155 |
+
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
| 156 |
+
@case '$?' in \
|
| 157 |
+
*config.status*) \
|
| 158 |
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
| 159 |
+
*) \
|
| 160 |
+
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
| 161 |
+
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
| 162 |
+
esac;
|
| 163 |
+
|
| 164 |
+
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
| 165 |
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
| 166 |
+
|
| 167 |
+
$(top_srcdir)/configure: $(am__configure_deps)
|
| 168 |
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
| 169 |
+
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
| 170 |
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
| 171 |
+
uninstall-info-am:
|
| 172 |
+
|
| 173 |
+
# This directory's subdirectories are mostly independent; you can cd
|
| 174 |
+
# into them and run `make' without going through this Makefile.
|
| 175 |
+
# To change the values of `make' variables: instead of editing Makefiles,
|
| 176 |
+
# (1) if the variable is set in `config.status', edit `config.status'
|
| 177 |
+
# (which will cause the Makefiles to be regenerated when you run `make');
|
| 178 |
+
# (2) otherwise, pass the desired values on the `make' command line.
|
| 179 |
+
$(RECURSIVE_TARGETS):
|
| 180 |
+
@set fnord $$MAKEFLAGS; amf=$$2; \
|
| 181 |
+
dot_seen=no; \
|
| 182 |
+
target=`echo $@ | sed s/-recursive//`; \
|
| 183 |
+
list='$(SUBDIRS)'; for subdir in $$list; do \
|
| 184 |
+
echo "Making $$target in $$subdir"; \
|
| 185 |
+
if test "$$subdir" = "."; then \
|
| 186 |
+
dot_seen=yes; \
|
| 187 |
+
local_target="$$target-am"; \
|
| 188 |
+
else \
|
| 189 |
+
local_target="$$target"; \
|
| 190 |
+
fi; \
|
| 191 |
+
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
| 192 |
+
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
| 193 |
+
done; \
|
| 194 |
+
if test "$$dot_seen" = "no"; then \
|
| 195 |
+
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
| 196 |
+
fi; test -z "$$fail"
|
| 197 |
+
|
| 198 |
+
mostlyclean-recursive clean-recursive distclean-recursive \
|
| 199 |
+
maintainer-clean-recursive:
|
| 200 |
+
@set fnord $$MAKEFLAGS; amf=$$2; \
|
| 201 |
+
dot_seen=no; \
|
| 202 |
+
case "$@" in \
|
| 203 |
+
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
| 204 |
+
*) list='$(SUBDIRS)' ;; \
|
| 205 |
+
esac; \
|
| 206 |
+
rev=''; for subdir in $$list; do \
|
| 207 |
+
if test "$$subdir" = "."; then :; else \
|
| 208 |
+
rev="$$subdir $$rev"; \
|
| 209 |
+
fi; \
|
| 210 |
+
done; \
|
| 211 |
+
rev="$$rev ."; \
|
| 212 |
+
target=`echo $@ | sed s/-recursive//`; \
|
| 213 |
+
for subdir in $$rev; do \
|
| 214 |
+
echo "Making $$target in $$subdir"; \
|
| 215 |
+
if test "$$subdir" = "."; then \
|
| 216 |
+
local_target="$$target-am"; \
|
| 217 |
+
else \
|
| 218 |
+
local_target="$$target"; \
|
| 219 |
+
fi; \
|
| 220 |
+
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
| 221 |
+
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
| 222 |
+
done && test -z "$$fail"
|
| 223 |
+
tags-recursive:
|
| 224 |
+
list='$(SUBDIRS)'; for subdir in $$list; do \
|
| 225 |
+
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
| 226 |
+
done
|
| 227 |
+
ctags-recursive:
|
| 228 |
+
list='$(SUBDIRS)'; for subdir in $$list; do \
|
| 229 |
+
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
| 230 |
+
done
|
| 231 |
+
|
| 232 |
+
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
| 233 |
+
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
| 234 |
+
unique=`for i in $$list; do \
|
| 235 |
+
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
| 236 |
+
done | \
|
| 237 |
+
$(AWK) ' { files[$$0] = 1; } \
|
| 238 |
+
END { for (i in files) print i; }'`; \
|
| 239 |
+
mkid -fID $$unique
|
| 240 |
+
tags: TAGS
|
| 241 |
+
|
| 242 |
+
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
| 243 |
+
$(TAGS_FILES) $(LISP)
|
| 244 |
+
tags=; \
|
| 245 |
+
here=`pwd`; \
|
| 246 |
+
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
| 247 |
+
include_option=--etags-include; \
|
| 248 |
+
empty_fix=.; \
|
| 249 |
+
else \
|
| 250 |
+
include_option=--include; \
|
| 251 |
+
empty_fix=; \
|
| 252 |
+
fi; \
|
| 253 |
+
list='$(SUBDIRS)'; for subdir in $$list; do \
|
| 254 |
+
if test "$$subdir" = .; then :; else \
|
| 255 |
+
test ! -f $$subdir/TAGS || \
|
| 256 |
+
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
|
| 257 |
+
fi; \
|
| 258 |
+
done; \
|
| 259 |
+
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
| 260 |
+
unique=`for i in $$list; do \
|
| 261 |
+
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
| 262 |
+
done | \
|
| 263 |
+
$(AWK) ' { files[$$0] = 1; } \
|
| 264 |
+
END { for (i in files) print i; }'`; \
|
| 265 |
+
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
| 266 |
+
test -n "$$unique" || unique=$$empty_fix; \
|
| 267 |
+
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
| 268 |
+
$$tags $$unique; \
|
| 269 |
+
fi
|
| 270 |
+
ctags: CTAGS
|
| 271 |
+
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
| 272 |
+
$(TAGS_FILES) $(LISP)
|
| 273 |
+
tags=; \
|
| 274 |
+
here=`pwd`; \
|
| 275 |
+
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
| 276 |
+
unique=`for i in $$list; do \
|
| 277 |
+
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
| 278 |
+
done | \
|
| 279 |
+
$(AWK) ' { files[$$0] = 1; } \
|
| 280 |
+
END { for (i in files) print i; }'`; \
|
| 281 |
+
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
| 282 |
+
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
| 283 |
+
$$tags $$unique
|
| 284 |
+
|
| 285 |
+
GTAGS:
|
| 286 |
+
here=`$(am__cd) $(top_builddir) && pwd` \
|
| 287 |
+
&& cd $(top_srcdir) \
|
| 288 |
+
&& gtags -i $(GTAGS_ARGS) $$here
|
| 289 |
+
|
| 290 |
+
distclean-tags:
|
| 291 |
+
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
| 292 |
+
|
| 293 |
+
distdir: $(DISTFILES)
|
| 294 |
+
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
| 295 |
+
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
| 296 |
+
list='$(DISTFILES)'; for file in $$list; do \
|
| 297 |
+
case $$file in \
|
| 298 |
+
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
| 299 |
+
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
| 300 |
+
esac; \
|
| 301 |
+
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
| 302 |
+
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
| 303 |
+
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
| 304 |
+
dir="/$$dir"; \
|
| 305 |
+
$(mkdir_p) "$(distdir)$$dir"; \
|
| 306 |
+
else \
|
| 307 |
+
dir=''; \
|
| 308 |
+
fi; \
|
| 309 |
+
if test -d $$d/$$file; then \
|
| 310 |
+
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
| 311 |
+
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
| 312 |
+
fi; \
|
| 313 |
+
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
| 314 |
+
else \
|
| 315 |
+
test -f $(distdir)/$$file \
|
| 316 |
+
|| cp -p $$d/$$file $(distdir)/$$file \
|
| 317 |
+
|| exit 1; \
|
| 318 |
+
fi; \
|
| 319 |
+
done
|
| 320 |
+
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
| 321 |
+
if test "$$subdir" = .; then :; else \
|
| 322 |
+
test -d "$(distdir)/$$subdir" \
|
| 323 |
+
|| $(mkdir_p) "$(distdir)/$$subdir" \
|
| 324 |
+
|| exit 1; \
|
| 325 |
+
distdir=`$(am__cd) $(distdir) && pwd`; \
|
| 326 |
+
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
|
| 327 |
+
(cd $$subdir && \
|
| 328 |
+
$(MAKE) $(AM_MAKEFLAGS) \
|
| 329 |
+
top_distdir="$$top_distdir" \
|
| 330 |
+
distdir="$$distdir/$$subdir" \
|
| 331 |
+
distdir) \
|
| 332 |
+
|| exit 1; \
|
| 333 |
+
fi; \
|
| 334 |
+
done
|
| 335 |
+
check-am: all-am
|
| 336 |
+
check: check-recursive
|
| 337 |
+
all-am: Makefile
|
| 338 |
+
installdirs: installdirs-recursive
|
| 339 |
+
installdirs-am:
|
| 340 |
+
install: install-recursive
|
| 341 |
+
install-exec: install-exec-recursive
|
| 342 |
+
install-data: install-data-recursive
|
| 343 |
+
uninstall: uninstall-recursive
|
| 344 |
+
|
| 345 |
+
install-am: all-am
|
| 346 |
+
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
| 347 |
+
|
| 348 |
+
installcheck: installcheck-recursive
|
| 349 |
+
install-strip:
|
| 350 |
+
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
| 351 |
+
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
| 352 |
+
`test -z '$(STRIP)' || \
|
| 353 |
+
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
| 354 |
+
mostlyclean-generic:
|
| 355 |
+
|
| 356 |
+
clean-generic:
|
| 357 |
+
|
| 358 |
+
distclean-generic:
|
| 359 |
+
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
| 360 |
+
|
| 361 |
+
maintainer-clean-generic:
|
| 362 |
+
@echo "This command is intended for maintainers to use"
|
| 363 |
+
@echo "it deletes files that may require special tools to rebuild."
|
| 364 |
+
clean: clean-recursive
|
| 365 |
+
|
| 366 |
+
clean-am: clean-generic mostlyclean-am
|
| 367 |
+
|
| 368 |
+
distclean: distclean-recursive
|
| 369 |
+
-rm -f Makefile
|
| 370 |
+
distclean-am: clean-am distclean-generic distclean-tags
|
| 371 |
+
|
| 372 |
+
dvi: dvi-recursive
|
| 373 |
+
|
| 374 |
+
dvi-am:
|
| 375 |
+
|
| 376 |
+
html: html-recursive
|
| 377 |
+
|
| 378 |
+
info: info-recursive
|
| 379 |
+
|
| 380 |
+
info-am:
|
| 381 |
+
|
| 382 |
+
install-data-am:
|
| 383 |
+
|
| 384 |
+
install-exec-am:
|
| 385 |
+
|
| 386 |
+
install-info: install-info-recursive
|
| 387 |
+
|
| 388 |
+
install-man:
|
| 389 |
+
|
| 390 |
+
installcheck-am:
|
| 391 |
+
|
| 392 |
+
maintainer-clean: maintainer-clean-recursive
|
| 393 |
+
-rm -f Makefile
|
| 394 |
+
maintainer-clean-am: distclean-am maintainer-clean-generic
|
| 395 |
+
|
| 396 |
+
mostlyclean: mostlyclean-recursive
|
| 397 |
+
|
| 398 |
+
mostlyclean-am: mostlyclean-generic
|
| 399 |
+
|
| 400 |
+
pdf: pdf-recursive
|
| 401 |
+
|
| 402 |
+
pdf-am:
|
| 403 |
+
|
| 404 |
+
ps: ps-recursive
|
| 405 |
+
|
| 406 |
+
ps-am:
|
| 407 |
+
|
| 408 |
+
uninstall-am: uninstall-info-am
|
| 409 |
+
|
| 410 |
+
uninstall-info: uninstall-info-recursive
|
| 411 |
+
|
| 412 |
+
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
|
| 413 |
+
clean clean-generic clean-recursive ctags ctags-recursive \
|
| 414 |
+
distclean distclean-generic distclean-recursive distclean-tags \
|
| 415 |
+
distdir dvi dvi-am html html-am info info-am install \
|
| 416 |
+
install-am install-data install-data-am install-exec \
|
| 417 |
+
install-exec-am install-info install-info-am install-man \
|
| 418 |
+
install-strip installcheck installcheck-am installdirs \
|
| 419 |
+
installdirs-am maintainer-clean maintainer-clean-generic \
|
| 420 |
+
maintainer-clean-recursive mostlyclean mostlyclean-generic \
|
| 421 |
+
mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
|
| 422 |
+
uninstall uninstall-am uninstall-info-am
|
| 423 |
+
|
| 424 |
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
| 425 |
+
# Otherwise a system limit (for SysV at least) may be exceeded.
|
| 426 |
+
.NOEXPORT:
|
WordNet-3.0/doc/Makefile.am
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
SUBDIRS = html man pdf ps
|
WordNet-3.0/doc/Makefile.in
ADDED
|
@@ -0,0 +1,426 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Makefile.in generated by automake 1.9 from Makefile.am.
|
| 2 |
+
# @configure_input@
|
| 3 |
+
|
| 4 |
+
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
| 5 |
+
# 2003, 2004 Free Software Foundation, Inc.
|
| 6 |
+
# This Makefile.in is free software; the Free Software Foundation
|
| 7 |
+
# gives unlimited permission to copy and/or distribute it,
|
| 8 |
+
# with or without modifications, as long as this notice is preserved.
|
| 9 |
+
|
| 10 |
+
# This program is distributed in the hope that it will be useful,
|
| 11 |
+
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
| 12 |
+
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
| 13 |
+
# PARTICULAR PURPOSE.
|
| 14 |
+
|
| 15 |
+
@SET_MAKE@
|
| 16 |
+
srcdir = @srcdir@
|
| 17 |
+
top_srcdir = @top_srcdir@
|
| 18 |
+
VPATH = @srcdir@
|
| 19 |
+
pkgdatadir = $(datadir)/@PACKAGE@
|
| 20 |
+
pkglibdir = $(libdir)/@PACKAGE@
|
| 21 |
+
pkgincludedir = $(includedir)/@PACKAGE@
|
| 22 |
+
top_builddir = ..
|
| 23 |
+
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
| 24 |
+
INSTALL = @INSTALL@
|
| 25 |
+
install_sh_DATA = $(install_sh) -c -m 644
|
| 26 |
+
install_sh_PROGRAM = $(install_sh) -c
|
| 27 |
+
install_sh_SCRIPT = $(install_sh) -c
|
| 28 |
+
INSTALL_HEADER = $(INSTALL_DATA)
|
| 29 |
+
transform = $(program_transform_name)
|
| 30 |
+
NORMAL_INSTALL = :
|
| 31 |
+
PRE_INSTALL = :
|
| 32 |
+
POST_INSTALL = :
|
| 33 |
+
NORMAL_UNINSTALL = :
|
| 34 |
+
PRE_UNINSTALL = :
|
| 35 |
+
POST_UNINSTALL = :
|
| 36 |
+
subdir = doc
|
| 37 |
+
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
| 38 |
+
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
| 39 |
+
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
|
| 40 |
+
$(top_srcdir)/configure.ac
|
| 41 |
+
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
| 42 |
+
$(ACLOCAL_M4)
|
| 43 |
+
mkinstalldirs = $(install_sh) -d
|
| 44 |
+
CONFIG_HEADER = $(top_builddir)/config.h
|
| 45 |
+
CONFIG_CLEAN_FILES =
|
| 46 |
+
SOURCES =
|
| 47 |
+
DIST_SOURCES =
|
| 48 |
+
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
| 49 |
+
html-recursive info-recursive install-data-recursive \
|
| 50 |
+
install-exec-recursive install-info-recursive \
|
| 51 |
+
install-recursive installcheck-recursive installdirs-recursive \
|
| 52 |
+
pdf-recursive ps-recursive uninstall-info-recursive \
|
| 53 |
+
uninstall-recursive
|
| 54 |
+
ETAGS = etags
|
| 55 |
+
CTAGS = ctags
|
| 56 |
+
DIST_SUBDIRS = $(SUBDIRS)
|
| 57 |
+
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
| 58 |
+
ACLOCAL = @ACLOCAL@
|
| 59 |
+
AMDEP_FALSE = @AMDEP_FALSE@
|
| 60 |
+
AMDEP_TRUE = @AMDEP_TRUE@
|
| 61 |
+
AMTAR = @AMTAR@
|
| 62 |
+
AUTOCONF = @AUTOCONF@
|
| 63 |
+
AUTOHEADER = @AUTOHEADER@
|
| 64 |
+
AUTOMAKE = @AUTOMAKE@
|
| 65 |
+
AWK = @AWK@
|
| 66 |
+
CC = @CC@
|
| 67 |
+
CCDEPMODE = @CCDEPMODE@
|
| 68 |
+
CFLAGS = @CFLAGS@
|
| 69 |
+
CPP = @CPP@
|
| 70 |
+
CPPFLAGS = @CPPFLAGS@
|
| 71 |
+
CYGPATH_W = @CYGPATH_W@
|
| 72 |
+
DEFS = @DEFS@
|
| 73 |
+
DEPDIR = @DEPDIR@
|
| 74 |
+
ECHO_C = @ECHO_C@
|
| 75 |
+
ECHO_N = @ECHO_N@
|
| 76 |
+
ECHO_T = @ECHO_T@
|
| 77 |
+
EGREP = @EGREP@
|
| 78 |
+
EXEEXT = @EXEEXT@
|
| 79 |
+
INSTALL_DATA = @INSTALL_DATA@
|
| 80 |
+
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
| 81 |
+
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
| 82 |
+
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
| 83 |
+
LDFLAGS = @LDFLAGS@
|
| 84 |
+
LIBOBJS = @LIBOBJS@
|
| 85 |
+
LIBS = @LIBS@
|
| 86 |
+
LTLIBOBJS = @LTLIBOBJS@
|
| 87 |
+
MAKEINFO = @MAKEINFO@
|
| 88 |
+
OBJEXT = @OBJEXT@
|
| 89 |
+
PACKAGE = @PACKAGE@
|
| 90 |
+
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
| 91 |
+
PACKAGE_NAME = @PACKAGE_NAME@
|
| 92 |
+
PACKAGE_STRING = @PACKAGE_STRING@
|
| 93 |
+
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
| 94 |
+
PACKAGE_VERSION = @PACKAGE_VERSION@
|
| 95 |
+
PATH_SEPARATOR = @PATH_SEPARATOR@
|
| 96 |
+
RANLIB = @RANLIB@
|
| 97 |
+
SET_MAKE = @SET_MAKE@
|
| 98 |
+
SHELL = @SHELL@
|
| 99 |
+
STRIP = @STRIP@
|
| 100 |
+
TCL_INCLUDE_SPEC = @TCL_INCLUDE_SPEC@
|
| 101 |
+
TCL_LIB_SPEC = @TCL_LIB_SPEC@
|
| 102 |
+
TK_LIBS = @TK_LIBS@
|
| 103 |
+
TK_LIB_SPEC = @TK_LIB_SPEC@
|
| 104 |
+
TK_PREFIX = @TK_PREFIX@
|
| 105 |
+
TK_XINCLUDES = @TK_XINCLUDES@
|
| 106 |
+
VERSION = @VERSION@
|
| 107 |
+
ac_ct_CC = @ac_ct_CC@
|
| 108 |
+
ac_ct_RANLIB = @ac_ct_RANLIB@
|
| 109 |
+
ac_ct_STRIP = @ac_ct_STRIP@
|
| 110 |
+
ac_prefix = @ac_prefix@
|
| 111 |
+
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
| 112 |
+
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
| 113 |
+
am__include = @am__include@
|
| 114 |
+
am__leading_dot = @am__leading_dot@
|
| 115 |
+
am__quote = @am__quote@
|
| 116 |
+
am__tar = @am__tar@
|
| 117 |
+
am__untar = @am__untar@
|
| 118 |
+
bindir = @bindir@
|
| 119 |
+
build_alias = @build_alias@
|
| 120 |
+
datadir = @datadir@
|
| 121 |
+
exec_prefix = @exec_prefix@
|
| 122 |
+
host_alias = @host_alias@
|
| 123 |
+
includedir = @includedir@
|
| 124 |
+
infodir = @infodir@
|
| 125 |
+
install_sh = @install_sh@
|
| 126 |
+
libdir = @libdir@
|
| 127 |
+
libexecdir = @libexecdir@
|
| 128 |
+
localstatedir = @localstatedir@
|
| 129 |
+
mandir = @mandir@
|
| 130 |
+
mkdir_p = @mkdir_p@
|
| 131 |
+
oldincludedir = @oldincludedir@
|
| 132 |
+
prefix = @prefix@
|
| 133 |
+
program_transform_name = @program_transform_name@
|
| 134 |
+
sbindir = @sbindir@
|
| 135 |
+
sharedstatedir = @sharedstatedir@
|
| 136 |
+
sysconfdir = @sysconfdir@
|
| 137 |
+
target_alias = @target_alias@
|
| 138 |
+
SUBDIRS = html man pdf ps
|
| 139 |
+
all: all-recursive
|
| 140 |
+
|
| 141 |
+
.SUFFIXES:
|
| 142 |
+
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
| 143 |
+
@for dep in $?; do \
|
| 144 |
+
case '$(am__configure_deps)' in \
|
| 145 |
+
*$$dep*) \
|
| 146 |
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
| 147 |
+
&& exit 0; \
|
| 148 |
+
exit 1;; \
|
| 149 |
+
esac; \
|
| 150 |
+
done; \
|
| 151 |
+
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
|
| 152 |
+
cd $(top_srcdir) && \
|
| 153 |
+
$(AUTOMAKE) --gnu doc/Makefile
|
| 154 |
+
.PRECIOUS: Makefile
|
| 155 |
+
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
| 156 |
+
@case '$?' in \
|
| 157 |
+
*config.status*) \
|
| 158 |
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
| 159 |
+
*) \
|
| 160 |
+
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
| 161 |
+
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
| 162 |
+
esac;
|
| 163 |
+
|
| 164 |
+
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
| 165 |
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
| 166 |
+
|
| 167 |
+
$(top_srcdir)/configure: $(am__configure_deps)
|
| 168 |
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
| 169 |
+
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
| 170 |
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
| 171 |
+
uninstall-info-am:
|
| 172 |
+
|
| 173 |
+
# This directory's subdirectories are mostly independent; you can cd
|
| 174 |
+
# into them and run `make' without going through this Makefile.
|
| 175 |
+
# To change the values of `make' variables: instead of editing Makefiles,
|
| 176 |
+
# (1) if the variable is set in `config.status', edit `config.status'
|
| 177 |
+
# (which will cause the Makefiles to be regenerated when you run `make');
|
| 178 |
+
# (2) otherwise, pass the desired values on the `make' command line.
|
| 179 |
+
$(RECURSIVE_TARGETS):
|
| 180 |
+
@set fnord $$MAKEFLAGS; amf=$$2; \
|
| 181 |
+
dot_seen=no; \
|
| 182 |
+
target=`echo $@ | sed s/-recursive//`; \
|
| 183 |
+
list='$(SUBDIRS)'; for subdir in $$list; do \
|
| 184 |
+
echo "Making $$target in $$subdir"; \
|
| 185 |
+
if test "$$subdir" = "."; then \
|
| 186 |
+
dot_seen=yes; \
|
| 187 |
+
local_target="$$target-am"; \
|
| 188 |
+
else \
|
| 189 |
+
local_target="$$target"; \
|
| 190 |
+
fi; \
|
| 191 |
+
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
| 192 |
+
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
| 193 |
+
done; \
|
| 194 |
+
if test "$$dot_seen" = "no"; then \
|
| 195 |
+
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
| 196 |
+
fi; test -z "$$fail"
|
| 197 |
+
|
| 198 |
+
mostlyclean-recursive clean-recursive distclean-recursive \
|
| 199 |
+
maintainer-clean-recursive:
|
| 200 |
+
@set fnord $$MAKEFLAGS; amf=$$2; \
|
| 201 |
+
dot_seen=no; \
|
| 202 |
+
case "$@" in \
|
| 203 |
+
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
| 204 |
+
*) list='$(SUBDIRS)' ;; \
|
| 205 |
+
esac; \
|
| 206 |
+
rev=''; for subdir in $$list; do \
|
| 207 |
+
if test "$$subdir" = "."; then :; else \
|
| 208 |
+
rev="$$subdir $$rev"; \
|
| 209 |
+
fi; \
|
| 210 |
+
done; \
|
| 211 |
+
rev="$$rev ."; \
|
| 212 |
+
target=`echo $@ | sed s/-recursive//`; \
|
| 213 |
+
for subdir in $$rev; do \
|
| 214 |
+
echo "Making $$target in $$subdir"; \
|
| 215 |
+
if test "$$subdir" = "."; then \
|
| 216 |
+
local_target="$$target-am"; \
|
| 217 |
+
else \
|
| 218 |
+
local_target="$$target"; \
|
| 219 |
+
fi; \
|
| 220 |
+
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
| 221 |
+
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
| 222 |
+
done && test -z "$$fail"
|
| 223 |
+
tags-recursive:
|
| 224 |
+
list='$(SUBDIRS)'; for subdir in $$list; do \
|
| 225 |
+
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
| 226 |
+
done
|
| 227 |
+
ctags-recursive:
|
| 228 |
+
list='$(SUBDIRS)'; for subdir in $$list; do \
|
| 229 |
+
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
| 230 |
+
done
|
| 231 |
+
|
| 232 |
+
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
| 233 |
+
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
| 234 |
+
unique=`for i in $$list; do \
|
| 235 |
+
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
| 236 |
+
done | \
|
| 237 |
+
$(AWK) ' { files[$$0] = 1; } \
|
| 238 |
+
END { for (i in files) print i; }'`; \
|
| 239 |
+
mkid -fID $$unique
|
| 240 |
+
tags: TAGS
|
| 241 |
+
|
| 242 |
+
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
| 243 |
+
$(TAGS_FILES) $(LISP)
|
| 244 |
+
tags=; \
|
| 245 |
+
here=`pwd`; \
|
| 246 |
+
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
| 247 |
+
include_option=--etags-include; \
|
| 248 |
+
empty_fix=.; \
|
| 249 |
+
else \
|
| 250 |
+
include_option=--include; \
|
| 251 |
+
empty_fix=; \
|
| 252 |
+
fi; \
|
| 253 |
+
list='$(SUBDIRS)'; for subdir in $$list; do \
|
| 254 |
+
if test "$$subdir" = .; then :; else \
|
| 255 |
+
test ! -f $$subdir/TAGS || \
|
| 256 |
+
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
|
| 257 |
+
fi; \
|
| 258 |
+
done; \
|
| 259 |
+
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
| 260 |
+
unique=`for i in $$list; do \
|
| 261 |
+
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
| 262 |
+
done | \
|
| 263 |
+
$(AWK) ' { files[$$0] = 1; } \
|
| 264 |
+
END { for (i in files) print i; }'`; \
|
| 265 |
+
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
| 266 |
+
test -n "$$unique" || unique=$$empty_fix; \
|
| 267 |
+
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
| 268 |
+
$$tags $$unique; \
|
| 269 |
+
fi
|
| 270 |
+
ctags: CTAGS
|
| 271 |
+
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
| 272 |
+
$(TAGS_FILES) $(LISP)
|
| 273 |
+
tags=; \
|
| 274 |
+
here=`pwd`; \
|
| 275 |
+
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
| 276 |
+
unique=`for i in $$list; do \
|
| 277 |
+
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
| 278 |
+
done | \
|
| 279 |
+
$(AWK) ' { files[$$0] = 1; } \
|
| 280 |
+
END { for (i in files) print i; }'`; \
|
| 281 |
+
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
| 282 |
+
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
| 283 |
+
$$tags $$unique
|
| 284 |
+
|
| 285 |
+
GTAGS:
|
| 286 |
+
here=`$(am__cd) $(top_builddir) && pwd` \
|
| 287 |
+
&& cd $(top_srcdir) \
|
| 288 |
+
&& gtags -i $(GTAGS_ARGS) $$here
|
| 289 |
+
|
| 290 |
+
distclean-tags:
|
| 291 |
+
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
| 292 |
+
|
| 293 |
+
distdir: $(DISTFILES)
|
| 294 |
+
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
| 295 |
+
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
| 296 |
+
list='$(DISTFILES)'; for file in $$list; do \
|
| 297 |
+
case $$file in \
|
| 298 |
+
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
| 299 |
+
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
| 300 |
+
esac; \
|
| 301 |
+
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
| 302 |
+
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
| 303 |
+
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
| 304 |
+
dir="/$$dir"; \
|
| 305 |
+
$(mkdir_p) "$(distdir)$$dir"; \
|
| 306 |
+
else \
|
| 307 |
+
dir=''; \
|
| 308 |
+
fi; \
|
| 309 |
+
if test -d $$d/$$file; then \
|
| 310 |
+
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
| 311 |
+
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
| 312 |
+
fi; \
|
| 313 |
+
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
| 314 |
+
else \
|
| 315 |
+
test -f $(distdir)/$$file \
|
| 316 |
+
|| cp -p $$d/$$file $(distdir)/$$file \
|
| 317 |
+
|| exit 1; \
|
| 318 |
+
fi; \
|
| 319 |
+
done
|
| 320 |
+
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
| 321 |
+
if test "$$subdir" = .; then :; else \
|
| 322 |
+
test -d "$(distdir)/$$subdir" \
|
| 323 |
+
|| $(mkdir_p) "$(distdir)/$$subdir" \
|
| 324 |
+
|| exit 1; \
|
| 325 |
+
distdir=`$(am__cd) $(distdir) && pwd`; \
|
| 326 |
+
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
|
| 327 |
+
(cd $$subdir && \
|
| 328 |
+
$(MAKE) $(AM_MAKEFLAGS) \
|
| 329 |
+
top_distdir="$$top_distdir" \
|
| 330 |
+
distdir="$$distdir/$$subdir" \
|
| 331 |
+
distdir) \
|
| 332 |
+
|| exit 1; \
|
| 333 |
+
fi; \
|
| 334 |
+
done
|
| 335 |
+
check-am: all-am
|
| 336 |
+
check: check-recursive
|
| 337 |
+
all-am: Makefile
|
| 338 |
+
installdirs: installdirs-recursive
|
| 339 |
+
installdirs-am:
|
| 340 |
+
install: install-recursive
|
| 341 |
+
install-exec: install-exec-recursive
|
| 342 |
+
install-data: install-data-recursive
|
| 343 |
+
uninstall: uninstall-recursive
|
| 344 |
+
|
| 345 |
+
install-am: all-am
|
| 346 |
+
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
| 347 |
+
|
| 348 |
+
installcheck: installcheck-recursive
|
| 349 |
+
install-strip:
|
| 350 |
+
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
| 351 |
+
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
| 352 |
+
`test -z '$(STRIP)' || \
|
| 353 |
+
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
| 354 |
+
mostlyclean-generic:
|
| 355 |
+
|
| 356 |
+
clean-generic:
|
| 357 |
+
|
| 358 |
+
distclean-generic:
|
| 359 |
+
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
| 360 |
+
|
| 361 |
+
maintainer-clean-generic:
|
| 362 |
+
@echo "This command is intended for maintainers to use"
|
| 363 |
+
@echo "it deletes files that may require special tools to rebuild."
|
| 364 |
+
clean: clean-recursive
|
| 365 |
+
|
| 366 |
+
clean-am: clean-generic mostlyclean-am
|
| 367 |
+
|
| 368 |
+
distclean: distclean-recursive
|
| 369 |
+
-rm -f Makefile
|
| 370 |
+
distclean-am: clean-am distclean-generic distclean-tags
|
| 371 |
+
|
| 372 |
+
dvi: dvi-recursive
|
| 373 |
+
|
| 374 |
+
dvi-am:
|
| 375 |
+
|
| 376 |
+
html: html-recursive
|
| 377 |
+
|
| 378 |
+
info: info-recursive
|
| 379 |
+
|
| 380 |
+
info-am:
|
| 381 |
+
|
| 382 |
+
install-data-am:
|
| 383 |
+
|
| 384 |
+
install-exec-am:
|
| 385 |
+
|
| 386 |
+
install-info: install-info-recursive
|
| 387 |
+
|
| 388 |
+
install-man:
|
| 389 |
+
|
| 390 |
+
installcheck-am:
|
| 391 |
+
|
| 392 |
+
maintainer-clean: maintainer-clean-recursive
|
| 393 |
+
-rm -f Makefile
|
| 394 |
+
maintainer-clean-am: distclean-am maintainer-clean-generic
|
| 395 |
+
|
| 396 |
+
mostlyclean: mostlyclean-recursive
|
| 397 |
+
|
| 398 |
+
mostlyclean-am: mostlyclean-generic
|
| 399 |
+
|
| 400 |
+
pdf: pdf-recursive
|
| 401 |
+
|
| 402 |
+
pdf-am:
|
| 403 |
+
|
| 404 |
+
ps: ps-recursive
|
| 405 |
+
|
| 406 |
+
ps-am:
|
| 407 |
+
|
| 408 |
+
uninstall-am: uninstall-info-am
|
| 409 |
+
|
| 410 |
+
uninstall-info: uninstall-info-recursive
|
| 411 |
+
|
| 412 |
+
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
|
| 413 |
+
clean clean-generic clean-recursive ctags ctags-recursive \
|
| 414 |
+
distclean distclean-generic distclean-recursive distclean-tags \
|
| 415 |
+
distdir dvi dvi-am html html-am info info-am install \
|
| 416 |
+
install-am install-data install-data-am install-exec \
|
| 417 |
+
install-exec-am install-info install-info-am install-man \
|
| 418 |
+
install-strip installcheck installcheck-am installdirs \
|
| 419 |
+
installdirs-am maintainer-clean maintainer-clean-generic \
|
| 420 |
+
maintainer-clean-recursive mostlyclean mostlyclean-generic \
|
| 421 |
+
mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
|
| 422 |
+
uninstall uninstall-am uninstall-info-am
|
| 423 |
+
|
| 424 |
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
| 425 |
+
# Otherwise a system limit (for SysV at least) may be exceeded.
|
| 426 |
+
.NOEXPORT:
|
WordNet-3.0/doc/html/Makefile
ADDED
|
@@ -0,0 +1,313 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Makefile.in generated by automake 1.9 from Makefile.am.
|
| 2 |
+
# doc/html/Makefile. Generated from Makefile.in by configure.
|
| 3 |
+
|
| 4 |
+
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
| 5 |
+
# 2003, 2004 Free Software Foundation, Inc.
|
| 6 |
+
# This Makefile.in is free software; the Free Software Foundation
|
| 7 |
+
# gives unlimited permission to copy and/or distribute it,
|
| 8 |
+
# with or without modifications, as long as this notice is preserved.
|
| 9 |
+
|
| 10 |
+
# This program is distributed in the hope that it will be useful,
|
| 11 |
+
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
| 12 |
+
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
| 13 |
+
# PARTICULAR PURPOSE.
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
srcdir = .
|
| 18 |
+
top_srcdir = ../..
|
| 19 |
+
|
| 20 |
+
pkgdatadir = $(datadir)/WordNet
|
| 21 |
+
pkglibdir = $(libdir)/WordNet
|
| 22 |
+
pkgincludedir = $(includedir)/WordNet
|
| 23 |
+
top_builddir = ../..
|
| 24 |
+
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
| 25 |
+
INSTALL = /usr/bin/install -c
|
| 26 |
+
install_sh_DATA = $(install_sh) -c -m 644
|
| 27 |
+
install_sh_PROGRAM = $(install_sh) -c
|
| 28 |
+
install_sh_SCRIPT = $(install_sh) -c
|
| 29 |
+
INSTALL_HEADER = $(INSTALL_DATA)
|
| 30 |
+
transform = $(program_transform_name)
|
| 31 |
+
NORMAL_INSTALL = :
|
| 32 |
+
PRE_INSTALL = :
|
| 33 |
+
POST_INSTALL = :
|
| 34 |
+
NORMAL_UNINSTALL = :
|
| 35 |
+
PRE_UNINSTALL = :
|
| 36 |
+
POST_UNINSTALL = :
|
| 37 |
+
subdir = doc/html
|
| 38 |
+
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
| 39 |
+
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
| 40 |
+
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
|
| 41 |
+
$(top_srcdir)/configure.ac
|
| 42 |
+
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
| 43 |
+
$(ACLOCAL_M4)
|
| 44 |
+
mkinstalldirs = $(install_sh) -d
|
| 45 |
+
CONFIG_HEADER = $(top_builddir)/config.h
|
| 46 |
+
CONFIG_CLEAN_FILES =
|
| 47 |
+
SOURCES =
|
| 48 |
+
DIST_SOURCES =
|
| 49 |
+
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
| 50 |
+
am__vpath_adj = case $$p in \
|
| 51 |
+
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
| 52 |
+
*) f=$$p;; \
|
| 53 |
+
esac;
|
| 54 |
+
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
| 55 |
+
am__installdirs = "$(DESTDIR)$(htmldir)"
|
| 56 |
+
htmlDATA_INSTALL = $(INSTALL_DATA)
|
| 57 |
+
DATA = $(html_DATA)
|
| 58 |
+
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
| 59 |
+
ACLOCAL = ${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run aclocal-1.9
|
| 60 |
+
AMDEP_FALSE = #
|
| 61 |
+
AMDEP_TRUE =
|
| 62 |
+
AMTAR = ${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run tar
|
| 63 |
+
AUTOCONF = ${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run autoconf
|
| 64 |
+
AUTOHEADER = ${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run autoheader
|
| 65 |
+
AUTOMAKE = ${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run automake-1.9
|
| 66 |
+
AWK = mawk
|
| 67 |
+
CC = /usr/bin/gcc
|
| 68 |
+
CCDEPMODE = depmode=gcc3
|
| 69 |
+
CFLAGS = -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -fpermissive
|
| 70 |
+
CPP = /usr/bin/gcc -E
|
| 71 |
+
CPPFLAGS =
|
| 72 |
+
CYGPATH_W = echo
|
| 73 |
+
DEFS = -DHAVE_CONFIG_H
|
| 74 |
+
DEPDIR = .deps
|
| 75 |
+
ECHO_C =
|
| 76 |
+
ECHO_N = -n
|
| 77 |
+
ECHO_T =
|
| 78 |
+
EGREP = grep -E
|
| 79 |
+
EXEEXT =
|
| 80 |
+
INSTALL_DATA = ${INSTALL} -m 644
|
| 81 |
+
INSTALL_PROGRAM = ${INSTALL}
|
| 82 |
+
INSTALL_SCRIPT = ${INSTALL}
|
| 83 |
+
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
|
| 84 |
+
LDFLAGS =
|
| 85 |
+
LIBOBJS =
|
| 86 |
+
LIBS =
|
| 87 |
+
LTLIBOBJS =
|
| 88 |
+
MAKEINFO = ${SHELL} /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/missing --run makeinfo
|
| 89 |
+
OBJEXT = o
|
| 90 |
+
PACKAGE = WordNet
|
| 91 |
+
PACKAGE_BUGREPORT = wordnet@princeton.edu
|
| 92 |
+
PACKAGE_NAME = WordNet
|
| 93 |
+
PACKAGE_STRING = WordNet 3.0
|
| 94 |
+
PACKAGE_TARNAME = wordnet
|
| 95 |
+
PACKAGE_VERSION = 3.0
|
| 96 |
+
PATH_SEPARATOR = :
|
| 97 |
+
RANLIB = ranlib
|
| 98 |
+
SET_MAKE =
|
| 99 |
+
SHELL = /bin/bash
|
| 100 |
+
STRIP =
|
| 101 |
+
TCL_INCLUDE_SPEC = -I/usr/include/tcl8.6
|
| 102 |
+
TCL_LIB_SPEC = -L/usr/lib/x86_64-linux-gnu -ltcl8.6
|
| 103 |
+
TK_LIBS = -lX11 -lXss -lXext -lXft -lfontconfig -lfreetype -lpthread -ldl -lz -lpthread -lieee -lm
|
| 104 |
+
TK_LIB_SPEC = -L/usr/lib/x86_64-linux-gnu -ltk8.6
|
| 105 |
+
TK_PREFIX = /usr
|
| 106 |
+
TK_XINCLUDES =
|
| 107 |
+
VERSION = 3.0
|
| 108 |
+
ac_ct_CC = /usr/bin/gcc
|
| 109 |
+
ac_ct_RANLIB = ranlib
|
| 110 |
+
ac_ct_STRIP =
|
| 111 |
+
ac_prefix = /usr/local/WordNet-3.0
|
| 112 |
+
am__fastdepCC_FALSE = #
|
| 113 |
+
am__fastdepCC_TRUE =
|
| 114 |
+
am__include = include
|
| 115 |
+
am__leading_dot = .
|
| 116 |
+
am__quote =
|
| 117 |
+
am__tar = ${AMTAR} chof - "$$tardir"
|
| 118 |
+
am__untar = ${AMTAR} xf -
|
| 119 |
+
bindir = ${exec_prefix}/bin
|
| 120 |
+
build_alias =
|
| 121 |
+
datadir = ${prefix}/share
|
| 122 |
+
exec_prefix = ${prefix}
|
| 123 |
+
host_alias =
|
| 124 |
+
includedir = ${prefix}/include
|
| 125 |
+
infodir = ${prefix}/info
|
| 126 |
+
install_sh = /home/harinder/Documents/IITD_MTP/swarna/WordNet-3.0/install-sh
|
| 127 |
+
libdir = ${exec_prefix}/lib
|
| 128 |
+
libexecdir = ${exec_prefix}/libexec
|
| 129 |
+
localstatedir = ${prefix}/var
|
| 130 |
+
mandir = ${prefix}/man
|
| 131 |
+
mkdir_p = mkdir -p --
|
| 132 |
+
oldincludedir = /usr/include
|
| 133 |
+
prefix = /usr/local/WordNet-3.0
|
| 134 |
+
program_transform_name = s,x,x,
|
| 135 |
+
sbindir = ${exec_prefix}/sbin
|
| 136 |
+
sharedstatedir = ${prefix}/com
|
| 137 |
+
sysconfdir = ${prefix}/etc
|
| 138 |
+
target_alias =
|
| 139 |
+
htmldir = $(prefix)/doc/html
|
| 140 |
+
html_DATA = binsrch.3WN.html cntlist.5WN.html grind.1WN.html lexnames.5WN.html morph.3WN.html morphy.7WN.html senseidx.5WN.html uniqbeg.7WN.html wn.1WN.html wnb.1WN.html wndb.5WN.html wngloss.7WN.html wngroups.7WN.html wninput.5WN.html wnintro.1WN.html wnintro.3WN.html wnintro.5WN.html wnintro.7WN.html wnlicens.7WN.html wnpkgs.7WN.html wnsearch.3WN.html wnstats.7WN.html wnutil.3WN.html
|
| 141 |
+
all: all-am
|
| 142 |
+
|
| 143 |
+
.SUFFIXES:
|
| 144 |
+
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
| 145 |
+
@for dep in $?; do \
|
| 146 |
+
case '$(am__configure_deps)' in \
|
| 147 |
+
*$$dep*) \
|
| 148 |
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
| 149 |
+
&& exit 0; \
|
| 150 |
+
exit 1;; \
|
| 151 |
+
esac; \
|
| 152 |
+
done; \
|
| 153 |
+
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/html/Makefile'; \
|
| 154 |
+
cd $(top_srcdir) && \
|
| 155 |
+
$(AUTOMAKE) --gnu doc/html/Makefile
|
| 156 |
+
.PRECIOUS: Makefile
|
| 157 |
+
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
| 158 |
+
@case '$?' in \
|
| 159 |
+
*config.status*) \
|
| 160 |
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
| 161 |
+
*) \
|
| 162 |
+
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
| 163 |
+
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
| 164 |
+
esac;
|
| 165 |
+
|
| 166 |
+
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
| 167 |
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
| 168 |
+
|
| 169 |
+
$(top_srcdir)/configure: $(am__configure_deps)
|
| 170 |
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
| 171 |
+
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
| 172 |
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
| 173 |
+
uninstall-info-am:
|
| 174 |
+
install-htmlDATA: $(html_DATA)
|
| 175 |
+
@$(NORMAL_INSTALL)
|
| 176 |
+
test -z "$(htmldir)" || $(mkdir_p) "$(DESTDIR)$(htmldir)"
|
| 177 |
+
@list='$(html_DATA)'; for p in $$list; do \
|
| 178 |
+
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
| 179 |
+
f=$(am__strip_dir) \
|
| 180 |
+
echo " $(htmlDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(htmldir)/$$f'"; \
|
| 181 |
+
$(htmlDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(htmldir)/$$f"; \
|
| 182 |
+
done
|
| 183 |
+
|
| 184 |
+
uninstall-htmlDATA:
|
| 185 |
+
@$(NORMAL_UNINSTALL)
|
| 186 |
+
@list='$(html_DATA)'; for p in $$list; do \
|
| 187 |
+
f=$(am__strip_dir) \
|
| 188 |
+
echo " rm -f '$(DESTDIR)$(htmldir)/$$f'"; \
|
| 189 |
+
rm -f "$(DESTDIR)$(htmldir)/$$f"; \
|
| 190 |
+
done
|
| 191 |
+
tags: TAGS
|
| 192 |
+
TAGS:
|
| 193 |
+
|
| 194 |
+
ctags: CTAGS
|
| 195 |
+
CTAGS:
|
| 196 |
+
|
| 197 |
+
|
| 198 |
+
distdir: $(DISTFILES)
|
| 199 |
+
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
| 200 |
+
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
| 201 |
+
list='$(DISTFILES)'; for file in $$list; do \
|
| 202 |
+
case $$file in \
|
| 203 |
+
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
| 204 |
+
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
| 205 |
+
esac; \
|
| 206 |
+
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
| 207 |
+
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
| 208 |
+
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
| 209 |
+
dir="/$$dir"; \
|
| 210 |
+
$(mkdir_p) "$(distdir)$$dir"; \
|
| 211 |
+
else \
|
| 212 |
+
dir=''; \
|
| 213 |
+
fi; \
|
| 214 |
+
if test -d $$d/$$file; then \
|
| 215 |
+
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
| 216 |
+
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
| 217 |
+
fi; \
|
| 218 |
+
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
| 219 |
+
else \
|
| 220 |
+
test -f $(distdir)/$$file \
|
| 221 |
+
|| cp -p $$d/$$file $(distdir)/$$file \
|
| 222 |
+
|| exit 1; \
|
| 223 |
+
fi; \
|
| 224 |
+
done
|
| 225 |
+
check-am: all-am
|
| 226 |
+
check: check-am
|
| 227 |
+
all-am: Makefile $(DATA)
|
| 228 |
+
installdirs:
|
| 229 |
+
for dir in "$(DESTDIR)$(htmldir)"; do \
|
| 230 |
+
test -z "$$dir" || $(mkdir_p) "$$dir"; \
|
| 231 |
+
done
|
| 232 |
+
install: install-am
|
| 233 |
+
install-exec: install-exec-am
|
| 234 |
+
install-data: install-data-am
|
| 235 |
+
uninstall: uninstall-am
|
| 236 |
+
|
| 237 |
+
install-am: all-am
|
| 238 |
+
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
| 239 |
+
|
| 240 |
+
installcheck: installcheck-am
|
| 241 |
+
install-strip:
|
| 242 |
+
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
| 243 |
+
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
| 244 |
+
`test -z '$(STRIP)' || \
|
| 245 |
+
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
| 246 |
+
mostlyclean-generic:
|
| 247 |
+
|
| 248 |
+
clean-generic:
|
| 249 |
+
|
| 250 |
+
distclean-generic:
|
| 251 |
+
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
| 252 |
+
|
| 253 |
+
maintainer-clean-generic:
|
| 254 |
+
@echo "This command is intended for maintainers to use"
|
| 255 |
+
@echo "it deletes files that may require special tools to rebuild."
|
| 256 |
+
clean: clean-am
|
| 257 |
+
|
| 258 |
+
clean-am: clean-generic mostlyclean-am
|
| 259 |
+
|
| 260 |
+
distclean: distclean-am
|
| 261 |
+
-rm -f Makefile
|
| 262 |
+
distclean-am: clean-am distclean-generic
|
| 263 |
+
|
| 264 |
+
dvi: dvi-am
|
| 265 |
+
|
| 266 |
+
dvi-am:
|
| 267 |
+
|
| 268 |
+
html: html-am
|
| 269 |
+
|
| 270 |
+
info: info-am
|
| 271 |
+
|
| 272 |
+
info-am:
|
| 273 |
+
|
| 274 |
+
install-data-am: install-htmlDATA
|
| 275 |
+
|
| 276 |
+
install-exec-am:
|
| 277 |
+
|
| 278 |
+
install-info: install-info-am
|
| 279 |
+
|
| 280 |
+
install-man:
|
| 281 |
+
|
| 282 |
+
installcheck-am:
|
| 283 |
+
|
| 284 |
+
maintainer-clean: maintainer-clean-am
|
| 285 |
+
-rm -f Makefile
|
| 286 |
+
maintainer-clean-am: distclean-am maintainer-clean-generic
|
| 287 |
+
|
| 288 |
+
mostlyclean: mostlyclean-am
|
| 289 |
+
|
| 290 |
+
mostlyclean-am: mostlyclean-generic
|
| 291 |
+
|
| 292 |
+
pdf: pdf-am
|
| 293 |
+
|
| 294 |
+
pdf-am:
|
| 295 |
+
|
| 296 |
+
ps: ps-am
|
| 297 |
+
|
| 298 |
+
ps-am:
|
| 299 |
+
|
| 300 |
+
uninstall-am: uninstall-htmlDATA uninstall-info-am
|
| 301 |
+
|
| 302 |
+
.PHONY: all all-am check check-am clean clean-generic distclean \
|
| 303 |
+
distclean-generic distdir dvi dvi-am html html-am info info-am \
|
| 304 |
+
install install-am install-data install-data-am install-exec \
|
| 305 |
+
install-exec-am install-htmlDATA install-info install-info-am \
|
| 306 |
+
install-man install-strip installcheck installcheck-am \
|
| 307 |
+
installdirs maintainer-clean maintainer-clean-generic \
|
| 308 |
+
mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
|
| 309 |
+
uninstall-am uninstall-htmlDATA uninstall-info-am
|
| 310 |
+
|
| 311 |
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
| 312 |
+
# Otherwise a system limit (for SysV at least) may be exceeded.
|
| 313 |
+
.NOEXPORT:
|
WordNet-3.0/doc/html/Makefile.am
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
htmldir = $(prefix)/doc/html
|
| 2 |
+
html_DATA = binsrch.3WN.html cntlist.5WN.html grind.1WN.html lexnames.5WN.html morph.3WN.html morphy.7WN.html senseidx.5WN.html uniqbeg.7WN.html wn.1WN.html wnb.1WN.html wndb.5WN.html wngloss.7WN.html wngroups.7WN.html wninput.5WN.html wnintro.1WN.html wnintro.3WN.html wnintro.5WN.html wnintro.7WN.html wnlicens.7WN.html wnpkgs.7WN.html wnsearch.3WN.html wnstats.7WN.html wnutil.3WN.html
|