From f8eb18c202d56f84975091408e9162cf9d7c0dba Mon Sep 17 00:00:00 2001 From: molleindustria Date: Sun, 3 May 2020 08:33:49 -0400 Subject: [PATCH] Likelike online Omoma version Added modding functions and examples of room specific behavior in (clientMod and serverMod). Basic structures for NPC, semi-permanent objects, room-based soundtrack. Refactor sprite drawing - now called "things" and stored in and object --- data.js | 346 ++- dictionary.json | 1 + node_modules/.bin/json2yaml | 1 + node_modules/.bin/yaml2json | 1 + node_modules/argparse/CHANGELOG.md | 185 ++ node_modules/argparse/LICENSE | 21 + node_modules/argparse/README.md | 257 ++ node_modules/argparse/index.js | 3 + node_modules/argparse/lib/action.js | 146 + node_modules/argparse/lib/action/append.js | 53 + .../argparse/lib/action/append/constant.js | 47 + node_modules/argparse/lib/action/count.js | 40 + node_modules/argparse/lib/action/help.js | 47 + node_modules/argparse/lib/action/store.js | 50 + .../argparse/lib/action/store/constant.js | 43 + .../argparse/lib/action/store/false.js | 27 + .../argparse/lib/action/store/true.js | 26 + .../argparse/lib/action/subparsers.js | 149 + node_modules/argparse/lib/action/version.js | 47 + node_modules/argparse/lib/action_container.js | 482 ++++ node_modules/argparse/lib/argparse.js | 14 + node_modules/argparse/lib/argument/error.js | 50 + .../argparse/lib/argument/exclusive.js | 54 + node_modules/argparse/lib/argument/group.js | 75 + node_modules/argparse/lib/argument_parser.js | 1161 ++++++++ node_modules/argparse/lib/const.js | 21 + .../argparse/lib/help/added_formatters.js | 87 + node_modules/argparse/lib/help/formatter.js | 795 ++++++ node_modules/argparse/lib/namespace.js | 76 + node_modules/argparse/lib/utils.js | 57 + node_modules/argparse/package.json | 70 + node_modules/balanced-match/.npmignore | 5 + node_modules/balanced-match/LICENSE.md | 21 + node_modules/balanced-match/README.md | 91 + node_modules/balanced-match/index.js | 59 + node_modules/balanced-match/package.json | 77 + node_modules/brace-expansion/LICENSE | 21 + node_modules/brace-expansion/README.md | 129 + node_modules/brace-expansion/index.js | 201 ++ node_modules/brace-expansion/package.json | 75 + node_modules/concat-map/.travis.yml | 4 + node_modules/concat-map/LICENSE | 18 + node_modules/concat-map/README.markdown | 62 + node_modules/concat-map/example/map.js | 6 + node_modules/concat-map/index.js | 13 + node_modules/concat-map/package.json | 88 + node_modules/concat-map/test/map.js | 39 + node_modules/fs.realpath/LICENSE | 43 + node_modules/fs.realpath/README.md | 33 + node_modules/fs.realpath/index.js | 66 + node_modules/fs.realpath/old.js | 303 +++ node_modules/fs.realpath/package.json | 59 + node_modules/glob/LICENSE | 21 + node_modules/glob/README.md | 375 +++ node_modules/glob/changelog.md | 67 + node_modules/glob/common.js | 240 ++ node_modules/glob/glob.js | 790 ++++++ node_modules/glob/package.json | 79 + node_modules/glob/sync.js | 486 ++++ node_modules/inflight/LICENSE | 15 + node_modules/inflight/README.md | 37 + node_modules/inflight/inflight.js | 54 + node_modules/inflight/package.json | 58 + node_modules/minimatch/LICENSE | 15 + node_modules/minimatch/README.md | 209 ++ node_modules/minimatch/minimatch.js | 923 +++++++ node_modules/minimatch/package.json | 63 + node_modules/once/LICENSE | 15 + node_modules/once/README.md | 79 + node_modules/once/once.js | 42 + node_modules/once/package.json | 67 + node_modules/path-is-absolute/index.js | 20 + node_modules/path-is-absolute/license | 21 + node_modules/path-is-absolute/package.json | 75 + node_modules/path-is-absolute/readme.md | 59 + node_modules/rita/LICENSE | 675 +++++ node_modules/rita/README.md | 84 + node_modules/rita/gulpfile.js | 398 +++ node_modules/rita/lib/rita-tiny.js | 6 + node_modules/rita/lib/rita.js | 37 + node_modules/rita/package.json | 84 + node_modules/rita/test/LibStructure-tests.js | 162 ++ node_modules/rita/test/RiGrammar-tests.js | 1026 +++++++ node_modules/rita/test/RiMarkov-tests.js | 701 +++++ node_modules/rita/test/RiString-tests.js | 1437 ++++++++++ node_modules/rita/test/RiTa-tests.js | 1861 +++++++++++++ node_modules/rita/test/UrlLoading-tests.js | 491 ++++ .../rita/test/html/data/haikuGrammar.json | 10 + .../rita/test/html/data/haikuGrammar.yaml | 9 + .../rita/test/html/data/haikuGrammar2.json | 122 + .../rita/test/html/data/haikuGrammar2.yaml | 120 + node_modules/rita/test/html/data/kafka.txt | 2196 +++++++++++++++ .../rita/test/html/data/sentence1.json | 8 + .../rita/test/html/data/sentence1.yaml | 8 + .../rita/test/html/data/sentence2.json | 17 + .../rita/test/html/data/sentence2.yaml | 14 + node_modules/rita/test/html/data/tate.txt | 1 + .../rita/test/html/data/wittgenstein.txt | 2238 +++++++++++++++ node_modules/rita/test/qunit-helpers.js | 90 + node_modules/rita/tonic.js | 6 + node_modules/sprintf-js/.npmignore | 1 + node_modules/sprintf-js/LICENSE | 24 + node_modules/sprintf-js/README.md | 88 + node_modules/sprintf-js/bower.json | 14 + node_modules/sprintf-js/demo/angular.html | 20 + .../sprintf-js/dist/angular-sprintf.min.js | 4 + .../dist/angular-sprintf.min.js.map | 1 + .../sprintf-js/dist/angular-sprintf.min.map | 1 + node_modules/sprintf-js/dist/sprintf.min.js | 4 + .../sprintf-js/dist/sprintf.min.js.map | 1 + node_modules/sprintf-js/dist/sprintf.min.map | 1 + node_modules/sprintf-js/gruntfile.js | 36 + node_modules/sprintf-js/package.json | 54 + .../sprintf-js/src/angular-sprintf.js | 18 + node_modules/sprintf-js/src/sprintf.js | 208 ++ node_modules/sprintf-js/test/test.js | 82 + node_modules/wrappy/LICENSE | 15 + node_modules/wrappy/README.md | 36 + node_modules/wrappy/package.json | 59 + node_modules/wrappy/wrappy.js | 33 + node_modules/yamljs/.npmignore | 5 + node_modules/yamljs/.travis.yml | 7 + node_modules/yamljs/Cakefile | 117 + node_modules/yamljs/LICENSE | 19 + node_modules/yamljs/README.md | 154 ++ node_modules/yamljs/bin/json2yaml | 186 ++ node_modules/yamljs/bin/yaml2json | 200 ++ node_modules/yamljs/bower.json | 19 + node_modules/yamljs/cli/json2yaml.js | 185 ++ node_modules/yamljs/cli/yaml2json.js | 199 ++ node_modules/yamljs/demo/demo.html | 114 + node_modules/yamljs/dist/yaml.debug.js | 1905 +++++++++++++ node_modules/yamljs/dist/yaml.js | 1904 +++++++++++++ node_modules/yamljs/dist/yaml.legacy.js | 2087 ++++++++++++++ node_modules/yamljs/dist/yaml.min.js | 1 + node_modules/yamljs/index.js | 3 + node_modules/yamljs/lib/Dumper.js | 53 + node_modules/yamljs/lib/Escaper.js | 56 + .../yamljs/lib/Exception/DumpException.js | 27 + .../yamljs/lib/Exception/ParseException.js | 27 + .../yamljs/lib/Exception/ParseMore.js | 27 + node_modules/yamljs/lib/Inline.js | 485 ++++ node_modules/yamljs/lib/Parser.js | 603 +++++ node_modules/yamljs/lib/Pattern.js | 119 + node_modules/yamljs/lib/Unescaper.js | 83 + node_modules/yamljs/lib/Utils.js | 297 ++ node_modules/yamljs/lib/Yaml.js | 104 + node_modules/yamljs/package.json | 66 + node_modules/yamljs/src/Dumper.coffee | 56 + node_modules/yamljs/src/Escaper.coffee | 80 + .../yamljs/src/Exception/DumpException.coffee | 12 + .../src/Exception/ParseException.coffee | 12 + .../yamljs/src/Exception/ParseMore.coffee | 12 + node_modules/yamljs/src/Inline.coffee | 488 ++++ node_modules/yamljs/src/Parser.coffee | 651 +++++ node_modules/yamljs/src/Pattern.coffee | 144 + node_modules/yamljs/src/Unescaper.coffee | 96 + node_modules/yamljs/src/Utils.coffee | 349 +++ node_modules/yamljs/src/Yaml.coffee | 118 + node_modules/yamljs/test/SpecRunner.html | 24 + .../yamljs/test/lib/jasmine-2.0.0/MIT.LICENSE | 20 + .../yamljs/test/lib/jasmine-2.0.0/boot.js | 181 ++ .../yamljs/test/lib/jasmine-2.0.0/console.js | 160 ++ .../test/lib/jasmine-2.0.0/jasmine-html.js | 359 +++ .../yamljs/test/lib/jasmine-2.0.0/jasmine.css | 55 + .../yamljs/test/lib/jasmine-2.0.0/jasmine.js | 2402 +++++++++++++++++ .../lib/jasmine-2.0.0/jasmine_favicon.png | Bin 0 -> 2057 bytes node_modules/yamljs/test/spec/YamlSpec.coffee | 1474 ++++++++++ node_modules/yamljs/test/spec/YamlSpec.js | 764 ++++++ node_modules/yamljs/test/spec/example.yml | 4 + package-lock.json | 115 + package.json | 1 + public/assets/DJStop.mp3 | Bin 0 -> 25683 bytes public/assets/VIP-couch.png | Bin 0 -> 1665 bytes public/assets/VIP-seats.png | Bin 0 -> 1691 bytes public/assets/VIP-table.png | Bin 0 -> 1848 bytes public/assets/VIPRoom-areas.png | Bin 0 -> 1958 bytes public/assets/VIPRoom-bg.png | Bin 0 -> 2335 bytes public/assets/beat1.mp3 | Bin 0 -> 263746 bytes public/assets/beat1.ogg | Bin 0 -> 490125 bytes public/assets/beat2.mp3 | Bin 0 -> 136042 bytes public/assets/beat2.ogg | Bin 0 -> 270550 bytes public/assets/beat3.mp3 | Bin 0 -> 598956 bytes public/assets/beat3.ogg | Bin 0 -> 1113813 bytes public/assets/beat3.xmp | 140 + public/assets/censorshipRoom-areas.png | Bin 0 -> 665 bytes public/assets/char0.png | Bin 303 -> 0 bytes public/assets/char1.png | Bin 330 -> 0 bytes public/assets/char2.png | Bin 372 -> 0 bytes public/assets/child-boyfriend-emote.png | Bin 0 -> 237 bytes public/assets/child-boyfriend.png | Bin 0 -> 330 bytes public/assets/child1-emote.png | Bin 0 -> 276 bytes public/assets/child1.png | Bin 0 -> 333 bytes public/assets/child2-emote.png | Bin 0 -> 195 bytes public/assets/child2.png | Bin 0 -> 255 bytes public/assets/child3-emote.png | Bin 0 -> 231 bytes public/assets/child3.png | Bin 0 -> 318 bytes public/assets/darkRoom.png | Bin 0 -> 951 bytes public/assets/elephant-no-outline.png | Bin 0 -> 1917 bytes public/assets/elephant.png | Bin 0 -> 1995 bytes public/assets/familyRoom-areas.png | Bin 0 -> 984 bytes public/assets/familyRoom-bg.png | Bin 0 -> 2624 bytes public/assets/familyRoom-couch1.png | Bin 0 -> 1669 bytes public/assets/familyRoom-couch2.png | Bin 0 -> 1894 bytes public/assets/familyRoom-table.png | Bin 0 -> 1914 bytes public/assets/firstFloor-areas.png | Bin 0 -> 1017 bytes public/assets/firstFloor.png | Bin 0 -> 1335 bytes public/assets/fly-emote.png | Bin 0 -> 114 bytes public/assets/fly.png | Bin 0 -> 141 bytes public/assets/harvey.png | Bin 243 -> 1504 bytes public/assets/husband-emote.png | Bin 0 -> 222 bytes public/assets/husband.png | Bin 0 -> 309 bytes public/assets/leftRoom-areas.png | Bin 0 -> 661 bytes public/assets/leftRoom.png | Bin 0 -> 1146 bytes public/assets/likelike-areas-pico.png | Bin 0 -> 681 bytes public/assets/likelike-areas.png | Bin 2397 -> 1956 bytes public/assets/likelike-backyard-areas.png | Bin 1659 -> 1682 bytes public/assets/likelike-backyard-chairs.png | Bin 1625 -> 1782 bytes public/assets/likelike-backyard-pico.png | Bin 0 -> 5181 bytes public/assets/likelike-backyard.png | Bin 11094 -> 5181 bytes public/assets/likelike-bg-first.png | Bin 0 -> 4224 bytes public/assets/likelike-bg-pico.png | Bin 0 -> 4170 bytes public/assets/likelike-bg.png | Bin 9126 -> 4224 bytes public/assets/likelike-outside-omoma.png | Bin 0 -> 2982 bytes public/assets/likelikeOutside-areas.png | Bin 1722 -> 1633 bytes public/assets/likelikeOutside-bg.png | Bin 11109 -> 4962 bytes public/assets/milkman-emote.png | Bin 0 -> 228 bytes public/assets/milkman.png | Bin 0 -> 303 bytes public/assets/museumGuard.png | Bin 0 -> 1538 bytes public/assets/pico-cabinet.png | Bin 0 -> 336 bytes public/assets/rightRoom-areas.png | Bin 0 -> 678 bytes public/assets/rightRoom.png | Bin 0 -> 1125 bytes public/assets/rossEye.png | Bin 0 -> 5000 bytes public/assets/rossEye.psd | Bin 0 -> 75179 bytes public/assets/sculpture1.png | Bin 0 -> 1777 bytes public/assets/sculpture2.png | Bin 0 -> 2031 bytes public/assets/sculpture3.png | Bin 0 -> 2023 bytes public/assets/sculpture4.png | Bin 0 -> 3079 bytes public/assets/secondFloor-areas.png | Bin 0 -> 791 bytes public/assets/secondFloor.png | Bin 0 -> 1299 bytes public/assets/sheep-idle.png | Bin 0 -> 180 bytes public/assets/sheep-walk.png | Bin 0 -> 207 bytes public/assets/smoothCrap-full.ogg | Bin 0 -> 3409939 bytes public/assets/smoothCrap.ogg | Bin 0 -> 1162124 bytes public/assets/speaker-room.png | Bin 0 -> 2849 bytes public/assets/thirdFloor.png | Bin 0 -> 1716 bytes public/assets/top-cabinet-pico.png | Bin 0 -> 1877 bytes public/assets/top-cabinet.png | Bin 165 -> 1463 bytes public/assets/tv.png | Bin 0 -> 1882 bytes public/assets/uncle-emote.png | Bin 0 -> 243 bytes public/assets/uncle.png | Bin 0 -> 327 bytes public/assets/wife-emote.png | Bin 0 -> 246 bytes public/assets/wife.png | Bin 0 -> 345 bytes public/client.js | 634 +++-- public/clientMod.js | 404 +++ public/index.html | 24 +- public/mod.js | 84 - server.js | 303 ++- serverMod.js | 560 +++- 259 files changed, 40576 insertions(+), 358 deletions(-) create mode 100644 dictionary.json create mode 120000 node_modules/.bin/json2yaml create mode 120000 node_modules/.bin/yaml2json create mode 100644 node_modules/argparse/CHANGELOG.md create mode 100644 node_modules/argparse/LICENSE create mode 100644 node_modules/argparse/README.md create mode 100644 node_modules/argparse/index.js create mode 100644 node_modules/argparse/lib/action.js create mode 100644 node_modules/argparse/lib/action/append.js create mode 100644 node_modules/argparse/lib/action/append/constant.js create mode 100644 node_modules/argparse/lib/action/count.js create mode 100644 node_modules/argparse/lib/action/help.js create mode 100644 node_modules/argparse/lib/action/store.js create mode 100644 node_modules/argparse/lib/action/store/constant.js create mode 100644 node_modules/argparse/lib/action/store/false.js create mode 100644 node_modules/argparse/lib/action/store/true.js create mode 100644 node_modules/argparse/lib/action/subparsers.js create mode 100644 node_modules/argparse/lib/action/version.js create mode 100644 node_modules/argparse/lib/action_container.js create mode 100644 node_modules/argparse/lib/argparse.js create mode 100644 node_modules/argparse/lib/argument/error.js create mode 100644 node_modules/argparse/lib/argument/exclusive.js create mode 100644 node_modules/argparse/lib/argument/group.js create mode 100644 node_modules/argparse/lib/argument_parser.js create mode 100644 node_modules/argparse/lib/const.js create mode 100644 node_modules/argparse/lib/help/added_formatters.js create mode 100644 node_modules/argparse/lib/help/formatter.js create mode 100644 node_modules/argparse/lib/namespace.js create mode 100644 node_modules/argparse/lib/utils.js create mode 100644 node_modules/argparse/package.json create mode 100644 node_modules/balanced-match/.npmignore create mode 100644 node_modules/balanced-match/LICENSE.md create mode 100644 node_modules/balanced-match/README.md create mode 100644 node_modules/balanced-match/index.js create mode 100644 node_modules/balanced-match/package.json create mode 100644 node_modules/brace-expansion/LICENSE create mode 100644 node_modules/brace-expansion/README.md create mode 100644 node_modules/brace-expansion/index.js create mode 100644 node_modules/brace-expansion/package.json create mode 100644 node_modules/concat-map/.travis.yml create mode 100644 node_modules/concat-map/LICENSE create mode 100644 node_modules/concat-map/README.markdown create mode 100644 node_modules/concat-map/example/map.js create mode 100644 node_modules/concat-map/index.js create mode 100644 node_modules/concat-map/package.json create mode 100644 node_modules/concat-map/test/map.js create mode 100644 node_modules/fs.realpath/LICENSE create mode 100644 node_modules/fs.realpath/README.md create mode 100644 node_modules/fs.realpath/index.js create mode 100644 node_modules/fs.realpath/old.js create mode 100644 node_modules/fs.realpath/package.json create mode 100644 node_modules/glob/LICENSE create mode 100644 node_modules/glob/README.md create mode 100644 node_modules/glob/changelog.md create mode 100644 node_modules/glob/common.js create mode 100644 node_modules/glob/glob.js create mode 100644 node_modules/glob/package.json create mode 100644 node_modules/glob/sync.js create mode 100644 node_modules/inflight/LICENSE create mode 100644 node_modules/inflight/README.md create mode 100644 node_modules/inflight/inflight.js create mode 100644 node_modules/inflight/package.json create mode 100644 node_modules/minimatch/LICENSE create mode 100644 node_modules/minimatch/README.md create mode 100644 node_modules/minimatch/minimatch.js create mode 100644 node_modules/minimatch/package.json create mode 100644 node_modules/once/LICENSE create mode 100644 node_modules/once/README.md create mode 100644 node_modules/once/once.js create mode 100644 node_modules/once/package.json create mode 100644 node_modules/path-is-absolute/index.js create mode 100644 node_modules/path-is-absolute/license create mode 100644 node_modules/path-is-absolute/package.json create mode 100644 node_modules/path-is-absolute/readme.md create mode 100755 node_modules/rita/LICENSE create mode 100644 node_modules/rita/README.md create mode 100644 node_modules/rita/gulpfile.js create mode 100644 node_modules/rita/lib/rita-tiny.js create mode 100644 node_modules/rita/lib/rita.js create mode 100644 node_modules/rita/package.json create mode 100644 node_modules/rita/test/LibStructure-tests.js create mode 100644 node_modules/rita/test/RiGrammar-tests.js create mode 100644 node_modules/rita/test/RiMarkov-tests.js create mode 100644 node_modules/rita/test/RiString-tests.js create mode 100644 node_modules/rita/test/RiTa-tests.js create mode 100644 node_modules/rita/test/UrlLoading-tests.js create mode 100644 node_modules/rita/test/html/data/haikuGrammar.json create mode 100644 node_modules/rita/test/html/data/haikuGrammar.yaml create mode 100644 node_modules/rita/test/html/data/haikuGrammar2.json create mode 100644 node_modules/rita/test/html/data/haikuGrammar2.yaml create mode 100644 node_modules/rita/test/html/data/kafka.txt create mode 100644 node_modules/rita/test/html/data/sentence1.json create mode 100644 node_modules/rita/test/html/data/sentence1.yaml create mode 100644 node_modules/rita/test/html/data/sentence2.json create mode 100644 node_modules/rita/test/html/data/sentence2.yaml create mode 100644 node_modules/rita/test/html/data/tate.txt create mode 100644 node_modules/rita/test/html/data/wittgenstein.txt create mode 100644 node_modules/rita/test/qunit-helpers.js create mode 100755 node_modules/rita/tonic.js create mode 100644 node_modules/sprintf-js/.npmignore create mode 100644 node_modules/sprintf-js/LICENSE create mode 100644 node_modules/sprintf-js/README.md create mode 100644 node_modules/sprintf-js/bower.json create mode 100644 node_modules/sprintf-js/demo/angular.html create mode 100644 node_modules/sprintf-js/dist/angular-sprintf.min.js create mode 100644 node_modules/sprintf-js/dist/angular-sprintf.min.js.map create mode 100644 node_modules/sprintf-js/dist/angular-sprintf.min.map create mode 100644 node_modules/sprintf-js/dist/sprintf.min.js create mode 100644 node_modules/sprintf-js/dist/sprintf.min.js.map create mode 100644 node_modules/sprintf-js/dist/sprintf.min.map create mode 100644 node_modules/sprintf-js/gruntfile.js create mode 100644 node_modules/sprintf-js/package.json create mode 100644 node_modules/sprintf-js/src/angular-sprintf.js create mode 100644 node_modules/sprintf-js/src/sprintf.js create mode 100644 node_modules/sprintf-js/test/test.js create mode 100644 node_modules/wrappy/LICENSE create mode 100644 node_modules/wrappy/README.md create mode 100644 node_modules/wrappy/package.json create mode 100644 node_modules/wrappy/wrappy.js create mode 100644 node_modules/yamljs/.npmignore create mode 100644 node_modules/yamljs/.travis.yml create mode 100644 node_modules/yamljs/Cakefile create mode 100644 node_modules/yamljs/LICENSE create mode 100644 node_modules/yamljs/README.md create mode 100755 node_modules/yamljs/bin/json2yaml create mode 100755 node_modules/yamljs/bin/yaml2json create mode 100644 node_modules/yamljs/bower.json create mode 100644 node_modules/yamljs/cli/json2yaml.js create mode 100644 node_modules/yamljs/cli/yaml2json.js create mode 100644 node_modules/yamljs/demo/demo.html create mode 100644 node_modules/yamljs/dist/yaml.debug.js create mode 100644 node_modules/yamljs/dist/yaml.js create mode 100644 node_modules/yamljs/dist/yaml.legacy.js create mode 100644 node_modules/yamljs/dist/yaml.min.js create mode 100644 node_modules/yamljs/index.js create mode 100644 node_modules/yamljs/lib/Dumper.js create mode 100644 node_modules/yamljs/lib/Escaper.js create mode 100644 node_modules/yamljs/lib/Exception/DumpException.js create mode 100644 node_modules/yamljs/lib/Exception/ParseException.js create mode 100644 node_modules/yamljs/lib/Exception/ParseMore.js create mode 100644 node_modules/yamljs/lib/Inline.js create mode 100644 node_modules/yamljs/lib/Parser.js create mode 100644 node_modules/yamljs/lib/Pattern.js create mode 100644 node_modules/yamljs/lib/Unescaper.js create mode 100644 node_modules/yamljs/lib/Utils.js create mode 100644 node_modules/yamljs/lib/Yaml.js create mode 100644 node_modules/yamljs/package.json create mode 100644 node_modules/yamljs/src/Dumper.coffee create mode 100644 node_modules/yamljs/src/Escaper.coffee create mode 100644 node_modules/yamljs/src/Exception/DumpException.coffee create mode 100644 node_modules/yamljs/src/Exception/ParseException.coffee create mode 100644 node_modules/yamljs/src/Exception/ParseMore.coffee create mode 100644 node_modules/yamljs/src/Inline.coffee create mode 100644 node_modules/yamljs/src/Parser.coffee create mode 100644 node_modules/yamljs/src/Pattern.coffee create mode 100644 node_modules/yamljs/src/Unescaper.coffee create mode 100644 node_modules/yamljs/src/Utils.coffee create mode 100644 node_modules/yamljs/src/Yaml.coffee create mode 100755 node_modules/yamljs/test/SpecRunner.html create mode 100755 node_modules/yamljs/test/lib/jasmine-2.0.0/MIT.LICENSE create mode 100755 node_modules/yamljs/test/lib/jasmine-2.0.0/boot.js create mode 100755 node_modules/yamljs/test/lib/jasmine-2.0.0/console.js create mode 100755 node_modules/yamljs/test/lib/jasmine-2.0.0/jasmine-html.js create mode 100755 node_modules/yamljs/test/lib/jasmine-2.0.0/jasmine.css create mode 100755 node_modules/yamljs/test/lib/jasmine-2.0.0/jasmine.js create mode 100755 node_modules/yamljs/test/lib/jasmine-2.0.0/jasmine_favicon.png create mode 100644 node_modules/yamljs/test/spec/YamlSpec.coffee create mode 100644 node_modules/yamljs/test/spec/YamlSpec.js create mode 100644 node_modules/yamljs/test/spec/example.yml create mode 100644 public/assets/DJStop.mp3 create mode 100755 public/assets/VIP-couch.png create mode 100755 public/assets/VIP-seats.png create mode 100755 public/assets/VIP-table.png create mode 100755 public/assets/VIPRoom-areas.png create mode 100755 public/assets/VIPRoom-bg.png create mode 100644 public/assets/beat1.mp3 create mode 100644 public/assets/beat1.ogg create mode 100644 public/assets/beat2.mp3 create mode 100644 public/assets/beat2.ogg create mode 100644 public/assets/beat3.mp3 create mode 100644 public/assets/beat3.ogg create mode 100644 public/assets/beat3.xmp create mode 100755 public/assets/censorshipRoom-areas.png delete mode 100644 public/assets/char0.png delete mode 100644 public/assets/char1.png delete mode 100644 public/assets/char2.png create mode 100644 public/assets/child-boyfriend-emote.png create mode 100644 public/assets/child-boyfriend.png create mode 100644 public/assets/child1-emote.png create mode 100644 public/assets/child1.png create mode 100644 public/assets/child2-emote.png create mode 100644 public/assets/child2.png create mode 100644 public/assets/child3-emote.png create mode 100644 public/assets/child3.png create mode 100644 public/assets/darkRoom.png create mode 100644 public/assets/elephant-no-outline.png create mode 100644 public/assets/elephant.png create mode 100755 public/assets/familyRoom-areas.png create mode 100755 public/assets/familyRoom-bg.png create mode 100755 public/assets/familyRoom-couch1.png create mode 100755 public/assets/familyRoom-couch2.png create mode 100755 public/assets/familyRoom-table.png create mode 100755 public/assets/firstFloor-areas.png create mode 100644 public/assets/firstFloor.png create mode 100644 public/assets/fly-emote.png create mode 100644 public/assets/fly.png create mode 100644 public/assets/husband-emote.png create mode 100644 public/assets/husband.png create mode 100755 public/assets/leftRoom-areas.png create mode 100644 public/assets/leftRoom.png create mode 100644 public/assets/likelike-areas-pico.png create mode 100644 public/assets/likelike-backyard-pico.png create mode 100644 public/assets/likelike-bg-first.png create mode 100644 public/assets/likelike-bg-pico.png create mode 100644 public/assets/likelike-outside-omoma.png create mode 100644 public/assets/milkman-emote.png create mode 100644 public/assets/milkman.png create mode 100644 public/assets/museumGuard.png create mode 100644 public/assets/pico-cabinet.png create mode 100755 public/assets/rightRoom-areas.png create mode 100644 public/assets/rightRoom.png create mode 100644 public/assets/rossEye.png create mode 100644 public/assets/rossEye.psd create mode 100755 public/assets/sculpture1.png create mode 100755 public/assets/sculpture2.png create mode 100755 public/assets/sculpture3.png create mode 100644 public/assets/sculpture4.png create mode 100755 public/assets/secondFloor-areas.png create mode 100644 public/assets/secondFloor.png create mode 100644 public/assets/sheep-idle.png create mode 100644 public/assets/sheep-walk.png create mode 100644 public/assets/smoothCrap-full.ogg create mode 100644 public/assets/smoothCrap.ogg create mode 100644 public/assets/speaker-room.png create mode 100644 public/assets/thirdFloor.png create mode 100644 public/assets/top-cabinet-pico.png create mode 100644 public/assets/tv.png create mode 100644 public/assets/uncle-emote.png create mode 100644 public/assets/uncle.png create mode 100644 public/assets/wife-emote.png create mode 100644 public/assets/wife.png create mode 100644 public/clientMod.js delete mode 100644 public/mod.js diff --git a/data.js b/data.js index 13fa0e4..5dc59a3 100644 --- a/data.js +++ b/data.js @@ -9,9 +9,94 @@ module.exports.SETTINGS = { INTRO_TEXT: "Click/tap to move" }; +//miscellaneous assets to preload +module.exports.IMAGES = [ + ["sheepIdle", "sheep-idle.png"], + ["sheepWalk", "sheep-walk.png"], + ["wifeWalk", "wife.png"], + ["wifeEmote", "wife-emote.png"], + ["husbandWalk", "husband.png"], + ["husbandEmote", "husband-emote.png"], + ["child1Walk", "child1.png"], + ["child1Emote", "child1-emote.png"], + ["child2Walk", "child2.png"], + ["child2Emote", "child2-emote.png"], + ["child3Walk", "child3.png"], + ["child3Emote", "child3-emote.png"], + ["uncleWalk", "uncle.png"], + ["uncleEmote", "uncle-emote.png"], + ["milkmanWalk", "milkman.png"], + ["milkmanEmote", "milkman-emote.png"], + ["boyfriendWalk", "child-boyfriend.png"], + ["boyfriendEmote", "child-boyfriend-emote.png"], + ["flyWalk", "fly.png"], + ["flyEmote", "fly-emote.png"] +]; + +//miscellaneous sounds to preload +module.exports.SOUNDS = [ + ["beat1", "beat1.ogg"], //credit https://www.youtube.com/watch?v=ugLVpZm69DE + ["beat2", "beat2.ogg"], // credit https://www.youtube.com/watch?v=dPdoxIz0w24 + ["beat3", "beat3.ogg"], //credit https://www.youtube.com/watch?v=XShEWT4MwJs + ["DJStop", "DJStop.mp3"] +]; + module.exports.ROOMS = { likelike: { + //the background graphics, it can be a spreadsheet + bg: "likelike-bg-pico.png", + //if spreadsheet frames + frames: 2, + //if animated, animation speed in refreshes (frame dependent) + frameDelay: 30, + //normally 2, avatars can be scaled to simulate camera distance + avatarScale: 2, + //a shade to tint the avatars to simulate light color, #FFFFFF normal + tint: "#ffbbb8", + //the html body color can be changed + pageBg: "#ab5236", + //minimum height for the speech bubbles + bubblesY: 50, + //if spawning directly in this room, top left and bottom right point defining the rectangular spawn area (random within it) + spawn: [84, 92, 121, 99], + //graphics with active areas Sierra Online adventures style + //color coded as below, #FFFFFF is walkable, transparent is obstacle + area: "likelike-areas-pico.png", + //each color can trigger a command, the destination needs to be reached first + //the "h" is replaced by # to identify color + areaColors: { + //enter command changes room + //room: id of the room to enter + //label: what to display on rollover + //point: where to walk after click + //enterPoint: where to spawn in the next room + //obstacle: is the area walkable + hffec27: { cmd: "enter", room: "likelikeBackyard", label: "Backyard", point: [6, 88], enterPoint: [116, 69], obstacle: false }, + h00e436: { cmd: "enter", room: "likelikeOutside", label: "Street", point: [102, 98], enterPoint: [103, 84], obstacle: false }, + hab5236: { cmd: "enter", room: "firstFloor", label: "oMoMA", point: [116, 85], enterPoint: [63, 98], obstacle: false }, + + //text displays a text only on the client + //txt: the text + //align: center or left + //lines: manual number of lines, p5 doesn't understand line breaks + //url: uptionally open a page on click + hff004d: { cmd: "text", txt: "ENNUIGI\nby Josh Millard, 2015\nClick to play.\nControls: Arrow keys.", align: "left", lines: 4, url: "https://www.lexaloffle.com/bbs/?tid=2232", label: "An existential game", point: [34, 78], obstacle: true }, + hff77a8: { cmd: "text", txt: "STRUNG OUT IN HEAVEN'S HIGH\nby Sean S. LeBlanc\nand Ian Martin, 2016\nClick to play.\nControls: Arrow keys + Z.", align: "left", lines: 5, url: "https://www.lexaloffle.com/bbs/?tid=3941", label: "A trippy game", point: [64, 78], obstacle: true }, + hffccaa: { cmd: "text", txt: "GET COMFORTABLE\nby mcccclean, 2018\nClick to play.\nControls: Arrow keys.", align: "left", lines: 4, url: "https://mcccclean.itch.io/get-comfortable", label: "A snuggly game", point: [92, 78], obstacle: true }, + h83769c: { cmd: "text", txt: "HYBRIS\nby Benjamin Soule', 2015\nClick to play.\nControls: Arrow keys + Z.", align: "left", lines: 4, url: "https://www.lexaloffle.com/bbs/?tid=2897", label: "A viral game", point: [16, 82], obstacle: true }, + }, + //list of sprites to create in the room + //sprites are rendered according to depth sort so they can appear above the avatars unlike the background + //they can be animated, mouse reactive and trigger commands like the areas above + things: { + //sprite spreadsheets only 1 row ok? + cabinet: { file: "top-cabinet-pico.png", frames: 1, frameDelay: 1, position: [24, 89], label: "A huggy game", command: { cmd: "text", txt: "EMBRACE\nby Remy Devaux, 2018\nClick to play.\nControls: Arrow keys.", align: "left", lines: 4, url: "https://trasevol-dog.itch.io/embrace", label: "A huggy game", point: [33, 92] } } + } + }, + + + likelikeBitsy: { //the background graphics, it can be a spreadsheet bg: "likelike-bg.png", //if spreadsheet frames @@ -54,17 +139,17 @@ module.exports.ROOMS = { h83769c: { cmd: "text", txt: "MOSS AS TEXTURE AS SPACE\nFOLDING ONTO ITSELF\nby Pol Clarissou, 2019\nWASD or Arrow keys to move.\nClick to play.", align: "left", lines: 5, url: "https://polclarissou.itch.io/moss-as-texture-as-space-folding-onto-itself", label: "A mossy game", point: [16, 82], obstacle: true }, hffa300: { cmd: "text", txt: "LIKELIKE\npresents:\nAn Itsy Bitsy Crisis\nCatastrophes and Rebirths in Bitsy", align: "center", lines: 4, label: "Wall text", point: [119, 95], obstacle: false } }, - //array of sprites to create in the room + //list of sprites to create in the room //sprites are rendered according to depth sort so they can appear above the avatars unlike the background //they can be animated, mouse reactive and trigger commands like the areas above - sprites: [ + things: { //sprite spreadsheets only 1 row ok? - { file: "top-cabinet.png", frames: 1, frameDelay: 1, position: [24, 89], label: "A time traveling game", command: { cmd: "text", txt: "THE LAST HUMAN TOUCH\nby Cephalopodunk, 2018\nWASD or Arrow keys to move.\nClick to play.", align: "left", lines: 4, url: "https://cephalopodunk.itch.io/the-last-human-touch", label: "A time traveling game", point: [33, 92] } } - ] + cabinet: { file: "top-cabinet.png", frames: 1, frameDelay: 1, position: [24, 89], label: "A time traveling game", command: { cmd: "text", txt: "THE LAST HUMAN TOUCH\nby Cephalopodunk, 2018\nWASD or Arrow keys to move.\nClick to play.", align: "left", lines: 4, url: "https://cephalopodunk.itch.io/the-last-human-touch", label: "A time traveling game", point: [33, 92] } } + } }, likelikeOutside: { - bg: "likelikeOutside-bg.png", + bg: "likelike-outside-omoma.png", frames: 2, frameDelay: 30, avatarScale: 2, @@ -78,6 +163,7 @@ module.exports.ROOMS = { hff77a8: { cmd: "enter", room: "likelike", label: "Enter LIKELIKE", point: [100, 84], enterPoint: [104, 98], obstacle: false }, } }, + likelikeBackyard: { bg: "likelike-backyard.png", frames: 2, @@ -92,12 +178,15 @@ module.exports.ROOMS = { //h will be replaced by # hff77a8: { cmd: "enter", room: "likelike", label: "Enter LIKELIKE", point: [119, 69], enterPoint: [5, 88], obstacle: false }, }, - sprites: [ + things: { //spreadsheets only 1 row ok? - { file: "harvey.png", frames: 2, frameDelay: 10, position: [102, 77], label: "Harvey", command: { cmd: "text", txt: "*You pet the dog*", align: "center", lines: 1, point: [101, 84] } }, - { file: "likelike-backyard-chairs.png", position: [33, 44] }, - - ] + harvey: { file: "harvey.png", frames: 2, frameDelay: 10, position: [102, 77], label: "Harvey", command: { cmd: "text", txt: "*You pet the dog*", align: "center", lines: 1, point: [101, 84] } }, + chairs: { file: "likelike-backyard-chairs.png", position: [33, 44] }, + cabinet: { + file: "pico-cabinet.png", frames: 2, frameDelay: 10, position: [92, 26], label: "Looping animations?", + command: { cmd: "text", txt: "TWEETCARTS\nby Varius Creators\nThe code of each of these PICO-8 generated animations fits into a single tweet (280 chars).", align: "left", lines: 5, url: "https://twitter.com/molleindustria/timelines/1254605222455934978", label: "Short animations?", point: [96, 46] } + } + } }, //just an empty room for testing mods @@ -111,5 +200,240 @@ module.exports.ROOMS = { bubblesY: 50, spawn: [15, 77, 113, 96] - } + }, + + firstFloor: { + bg: "firstFloor.png", + avatarScale: 2, + pageBg: "#e1cdcd", + area: "firstFloor-areas.png", + tint: "#FFFFFF", + bubblesY: 46, + spawn: [15, 77, 113, 96], + areaColors: { + //left + hffec27: { cmd: "enter", room: "cnsnntrm", label: "cnsnnt rm", point: [10, 86], enterPoint: [114, 86], obstacle: false }, + //right + h00e436: { cmd: "enter", room: "mirrorRoom", label: "Mirror Room", point: [117, 86], enterPoint: [12, 86], obstacle: false }, + //up + h29adff: { cmd: "enter", room: "secondFloor", label: "2nd Floor", point: [30, 73], enterPoint: [99, 73], obstacle: false }, + //wall text + ha8e72e: { cmd: "text", txt: "ONLINE MUSEUM OF MULTIPLAYER ART\nA survey of contemporary playful art. You have to talk and interact with other visitors to get the art.", align: "left", lines: 5, label: "Wall text", point: [50, 73], obstacle: false }, + hb7250b: { cmd: "text", txt: "Anomaly\nMixed media, subjectively perceived.", align: "left", lines: 3, label: "Installation?", point: [75, 77], obstacle: false }, + hbe1250: { cmd: "enter", room: "likelike", label: "LIKELIKE Arcade", point: [63, 98], enterPoint: [116, 85], obstacle: false }, + + }, + things: { + //sprite spreadsheets only 1 row ok? + sculpture1: { file: "sculpture1.png", position: [70, 22], visible: false }, + sculpture2: { file: "sculpture2.png", position: [70, 22], visible: false }, + sculpture3: { file: "sculpture3.png", position: [70, 22], visible: false }, + sculpture4: { file: "sculpture4.png", position: [70, 22], frames: 4, frameDelay: 10, visible: false }, + } + }, + + secondFloor: { + + bg: "secondFloor.png", + avatarScale: 2, + pageBg: "#e1cdcd", + area: "secondFloor-areas.png", + tint: "#FFFFFF", + bubblesY: 46, + spawn: [15, 77, 113, 96], + areaColors: { + //left + hffec27: { cmd: "enter", room: "censorshipRoom", label: "Censorship Room", point: [10, 86], enterPoint: [114, 86], obstacle: false }, + //right + h00e436: { cmd: "enter", room: "rhymeRoom", label: "Rhyme Room", point: [117, 86], enterPoint: [12, 86], obstacle: false }, + //down + hff77a8: { cmd: "enter", room: "firstFloor", label: "1st Floor", point: [99, 73], enterPoint: [30, 73], obstacle: false }, + //up + h29adff: { cmd: "enter", room: "thirdFloor", label: "3rd Floor", point: [30, 73], enterPoint: [99, 73], obstacle: false }, + + }, + }, + + thirdFloor: { + + bg: "thirdFloor.png", + avatarScale: 2, + pageBg: "#e1cdcd", + area: "secondFloor-areas.png", + tint: "#FFFFFF", + bubblesY: 46, + spawn: [15, 77, 113, 96], + areaColors: { + + //left + hffec27: { cmd: "enter", room: "darkRoom", label: "Dark Room", point: [10, 86], enterPoint: [114, 86], obstacle: false }, + + //right + h00e436: { cmd: "enter", room: "familyRoom", label: "Family Room", point: [117, 86], enterPoint: [10, 77], obstacle: false }, + + //VIP + h29adff: { cmd: "enter", room: "VIPRoom", label: "VIP Room", point: [30, 73], enterPoint: [64, 79], obstacle: false }, + + //down + hff77a8: { cmd: "enter", room: "secondFloor", label: "2nd Floor", point: [99, 73], enterPoint: [30, 73], obstacle: false }, + }, + + }, + + cnsnntrm: { + bg: "leftRoom.png", + avatarScale: 2, + pageBg: "#e1cdcd", + area: "leftRoom-areas.png", + tint: "#FFFFFF", + bubblesY: 46, + spawn: [15, 77, 113, 96], + areaColors: { + //right + h00e436: { cmd: "enter", room: "firstFloor", label: "Hall", point: [117, 86], enterPoint: [12, 86], obstacle: false }, + }, + things: { + //sprite spreadsheets only 1 row ok? + guard: { file: "museumGuard.png", frames: 1, frameDelay: 30, position: [13, 56], label: "Museum guard" } + } + + }, + + + mirrorRoom: { + bg: "rightRoom.png", + avatarScale: 2, + pageBg: "#e1cdcd", + area: "rightRoom-areas.png", + tint: "#FFFFFF", + bubblesY: 46, + spawn: [15, 77, 113, 96], + areaColors: { + //left + hffec27: { cmd: "enter", room: "firstFloor", label: "Hall", point: [10, 86], enterPoint: [114, 86], obstacle: false }, + } + + }, + + censorshipRoom: { + bg: "leftRoom.png", + avatarScale: 2, + pageBg: "#e1cdcd", + area: "censorshipRoom-areas.png", + tint: "#FFFFFF", + bubblesY: 46, + spawn: [15, 77, 113, 96], + areaColors: { + //right + h00e436: { cmd: "enter", room: "secondFloor", label: "Hall", point: [117, 86], enterPoint: [12, 86], obstacle: false }, + + }, + things: { + //sprite spreadsheets only 1 row ok? + elephant: { file: "elephant-no-outline.png", frames: 4, frameDelay: 30, position: [42, 51] } + } + }, + + rhymeRoom: { + bg: "speaker-room.png", + avatarScale: 2, + frames: 3, + frameDelay: 10, + pageBg: "#e1cdcd", + area: "rightRoom-areas.png", + tint: "#FFFFFF", + bubblesY: 46, + spawn: [15, 77, 113, 96], + areaColors: { + //left + hffec27: { cmd: "enter", room: "secondFloor", label: "Hall", point: [10, 86], enterPoint: [114, 86], obstacle: false }, + + } + + }, + + darkRoom: { + bg: "darkRoom.png", + avatarScale: 2, + frames: 3, + frameDelay: 10, + pageBg: "#221c17", + area: "leftRoom-areas.png", + tint: "#342c24", + bubblesY: 46, + spawn: [15, 77, 113, 96], + areaColors: { + //right + h00e436: { cmd: "enter", room: "thirdFloor", label: "Hall", point: [117, 86], enterPoint: [12, 86], obstacle: false }, + + } + + }, + + familyRoom: { + bg: "familyRoom-bg.png", + avatarScale: 2, + pageBg: "#6a2545", + area: "familyRoom-areas.png", + tint: "#f7e9e9", + bubblesY: 40, + secret: false, + spawn: [12, 70, 16, 90], + areaColors: { + //left door + hffec27: { cmd: "enter", room: "thirdFloor", label: "Hall", point: [10, 77], enterPoint: [114, 86], obstacle: false }, + hffccaa: { cmd: "text", label: "Book", txt: "Fifty Shades of Grey", align: "center", lines: 1, point: [16, 61] }, + hff77a8: { cmd: "text", label: "Book", txt: "Fifty Shades Darker", align: "center", lines: 1, point: [16, 61] }, + hff9d81: { cmd: "text", label: "Book", txt: "Fifty Shades Freed", align: "center", lines: 1, point: [16, 61] }, + //action requires a custom listener in the serverMod listening to actionId + hff6c24: { cmd: "action", actionId: "TVInteract", label: "TV", point: [39, 69], obstacle: false }, + h008751: { cmd: "text", label: "Picture", txt: "Family at Disneyworld", align: "center", lines: 1, point: [52, 61] }, + ha8e72e: { cmd: "text", label: "Picture", txt: "Wedding picture", align: "center", lines: 1, point: [57, 61] }, + h00e436: { cmd: "text", label: "?", txt: "A short red hair", align: "center", lines: 1, point: [8, 90], obstacle: false }, + h29adff: { cmd: "text", label: "?", txt: "Female underwear", align: "center", lines: 1, point: [113, 62] }, + hff004d: { cmd: "text", label: "Plant", txt: "It's in bad shape", align: "center", lines: 1, point: [26, 61] }, + }, + things: { + //sprite spreadsheets only 1 row ok? + couch2: { file: "familyRoom-couch2.png", position: [53, 54] }, + couch1: { file: "familyRoom-couch1.png", position: [26, 63] }, + table: { file: "familyRoom-table.png", position: [81, 74] }, + TV: { file: "tv.png", id: "TV", position: [33, 45], frames: 13, frameDelay: 60, visible: false }, + } + + }, + + VIPRoom: { + bg: "VIPRoom-bg.png", + avatarScale: 2, + pageBg: "#742f29", + area: "VIPRoom-areas.png", + tint: "#f7cdba", + bubblesY: 40, + secret: true, + spawn: [56, 76, 69, 80], + //music: "smoothCrap.ogg", + musicVolume: 0.5, + areaColors: { + //right + hff004d: { cmd: "text", label: "Painting", txt: "An original Rothko?", align: "center", lines: 1, point: [27, 65], obstacle: false }, + h00e436: { cmd: "text", label: "Window", txt: "Can you see the incline from here?", align: "center", lines: 1, point: [33, 59], obstacle: false }, + hffec27: { cmd: "text", label: "Window", txt: "The Paris of Appalachia", align: "center", lines: 1, point: [53, 59], obstacle: false }, + h29adff: { cmd: "text", label: "Window", txt: "Ah... the city of bridges!", align: "center", lines: 1, point: [73, 59], obstacle: false }, + hff6c24: { cmd: "text", label: "Window", txt: "Gentrification is beautiful", align: "center", lines: 1, point: [83, 59], obstacle: false }, + hffccaa: { cmd: "text", label: "Cocktail", txt: "*You drink an Old fashioned*", align: "center", lines: 1, point: [45, 76], obstacle: false }, + hff77a8: { cmd: "text", label: "Champagne", txt: "It's a magnum bottle", align: "center", lines: 1, point: [38, 76], obstacle: false }, + hb7250b: { cmd: "text", label: "Caviar tartines", txt: "*You eat a tartine*", align: "center", lines: 1, point: [31, 76], obstacle: false }, + hab5236: { cmd: "text", label: "Chocolate fountain", txt: "A little bit tacky", align: "center", lines: 1, point: [24, 76], obstacle: false }, + h065ab5: { cmd: "enter", room: "thirdFloor", label: "Hall", point: [64, 79], enterPoint: [30, 73], obstacle: false } + }, + things: { + //sprite spreadsheets only 1 row ok? + VIPSeats: { file: "VIP-seats.png", position: [43, 56] }, + VIPTable: { file: "VIP-table.png", position: [20, 65] }, + VIPCouch: { file: "VIP-couch.png", position: [87, 68] }, + } + + }, + }; \ No newline at end of file diff --git a/dictionary.json b/dictionary.json new file mode 100644 index 0000000..9101a4d --- /dev/null +++ b/dictionary.json @@ -0,0 +1 @@ +["a","aa","aah","aahed","aahing","aahs","aal","aalii","aaliis","aals","aardvark","aardvarks","aardwolf","aardwolves","aargh","aarrgh","aarrghh","aarti","aartis","aas","aasvogel","aasvogels","ab","aba","abac","abaca","abacas","abaci","aback","abacs","abacterial","abactinal","abactinally","abactor","abactors","abacus","abacuses","abaft","abaka","abakas","abalone","abalones","abamp","abampere","abamperes","abamps","aband","abanded","abanding","abandon","abandoned","abandonedly","abandonee","abandonees","abandoner","abandoners","abandoning","abandonment","abandonments","abandons","abandonware","abandonwares","abands","abapical","abas","abase","abased","abasedly","abasement","abasements","abaser","abasers","abases","abash","abashed","abashedly","abashes","abashing","abashless","abashment","abashments","abasia","abasias","abasing","abask","abatable","abate","abated","abatement","abatements","abater","abaters","abates","abating","abatis","abatises","abator","abators","abattis","abattises","abattoir","abattoirs","abattu","abature","abatures","abaxial","abaxile","abaya","abayas","abb","abba","abbacies","abbacy","abbas","abbatial","abbe","abbed","abbes","abbess","abbesses","abbey","abbeys","abbot","abbotcies","abbotcy","abbots","abbotship","abbotships","abbreviate","abbreviated","abbreviates","abbreviating","abbreviation","abbreviations","abbreviator","abbreviators","abbreviatory","abbreviature","abbreviatures","abbs","abcee","abcees","abcoulomb","abcoulombs","abdabs","abdicable","abdicant","abdicate","abdicated","abdicates","abdicating","abdication","abdications","abdicative","abdicator","abdicators","abdomen","abdomens","abdomina","abdominal","abdominally","abdominals","abdominoplasty","abdominous","abduce","abduced","abducens","abducent","abducentes","abduces","abducing","abduct","abducted","abductee","abductees","abducting","abduction","abductions","abductor","abductores","abductors","abducts","abeam","abear","abearing","abears","abecedarian","abecedarians","abed","abegging","abeigh","abele","abeles","abelia","abelian","abelias","abelmosk","abelmosks","aberdevine","aberdevines","abernethies","abernethy","aberrance","aberrances","aberrancies","aberrancy","aberrant","aberrantly","aberrants","aberrate","aberrated","aberrates","aberrating","aberration","aberrational","aberrations","abessive","abessives","abet","abetment","abetments","abets","abettal","abettals","abetted","abetter","abetters","abetting","abettor","abettors","abeyance","abeyances","abeyancies","abeyancy","abeyant","abfarad","abfarads","abhenries","abhenry","abhenrys","abhominable","abhor","abhorred","abhorrence","abhorrences","abhorrencies","abhorrency","abhorrent","abhorrently","abhorrer","abhorrers","abhorring","abhorrings","abhors","abid","abidance","abidances","abidden","abide","abided","abider","abiders","abides","abiding","abidingly","abidings","abies","abietic","abigail","abigails","abilities","ability","abiogeneses","abiogenesis","abiogenetic","abiogenetically","abiogenic","abiogenically","abiogenist","abiogenists","abiological","abioses","abiosis","abiotic","abiotically","abiotrophic","abiotrophies","abiotrophy","abirritant","abirritants","abirritate","abirritated","abirritates","abirritating","abitur","abiturient","abiturients","abiturs","abject","abjected","abjecting","abjection","abjections","abjectly","abjectness","abjectnesses","abjects","abjoint","abjointed","abjointing","abjoints","abjunction","abjunctions","abjuration","abjurations","abjure","abjured","abjurer","abjurers","abjures","abjuring","ablactation","ablactations","ablate","ablated","ablates","ablating","ablation","ablations","ablatitious","ablatival","ablative","ablatively","ablatives","ablator","ablators","ablaut","ablauts","ablaze","able","abled","ablegate","ablegates","ableism","ableisms","ableist","ableists","abler","ables","ablest","ablet","ablets","abling","ablings","ablins","abloom","ablow","abluent","abluents","ablush","abluted","ablution","ablutionary","ablutions","ablutomane","ablutomanes","ably","abmho","abmhos","abnegate","abnegated","abnegates","abnegating","abnegation","abnegations","abnegator","abnegators","abnormal","abnormalism","abnormalisms","abnormalities","abnormality","abnormally","abnormals","abnormities","abnormity","abnormous","abo","aboard","abode","aboded","abodement","abodements","abodes","aboding","abohm","abohms","aboideau","aboideaus","aboideaux","aboil","aboiteau","aboiteaus","aboiteaux","abolish","abolishable","abolished","abolisher","abolishers","abolishes","abolishing","abolishment","abolishments","abolition","abolitional","abolitionary","abolitionism","abolitionisms","abolitionist","abolitionists","abolitions","abolla","abollae","abollas","aboma","abomas","abomasa","abomasal","abomasi","abomasum","abomasus","abominable","abominableness","abominably","abominate","abominated","abominates","abominating","abomination","abominations","abominator","abominators","abondance","abondances","abonnement","abonnements","aboon","aboral","aborally","abord","aborded","abording","abords","abore","aborigen","aborigens","aborigin","aboriginal","aboriginalism","aboriginalisms","aboriginalities","aboriginality","aboriginally","aboriginals","aborigine","aborigines","aborigins","aborne","aborning","abort","aborted","abortee","abortees","aborter","aborters","aborticide","aborticides","abortifacient","abortifacients","aborting","abortion","abortional","abortionist","abortionists","abortions","abortive","abortively","abortiveness","abortivenesses","aborts","abortuaries","abortuary","abortus","abortuses","abos","abought","aboulia","aboulias","aboulic","abound","abounded","abounding","abounds","about","abouts","above","aboveboard","aboveground","aboves","abracadabra","abracadabras","abrachia","abrachias","abradable","abradant","abradants","abrade","abraded","abrader","abraders","abrades","abrading","abraid","abraided","abraiding","abraids","abram","abranchial","abranchiate","abrasax","abrasaxes","abrasion","abrasions","abrasive","abrasively","abrasiveness","abrasivenesses","abrasives","abraxas","abraxases","abray","abrayed","abraying","abrays","abrazo","abrazos","abreact","abreacted","abreacting","abreaction","abreactions","abreactive","abreacts","abreast","abrege","abreges","abri","abricock","abricocks","abridgable","abridge","abridgeable","abridged","abridgement","abridgements","abridger","abridgers","abridges","abridging","abridgment","abridgments","abrim","abrin","abrins","abris","abroach","abroad","abroads","abrogable","abrogate","abrogated","abrogates","abrogating","abrogation","abrogations","abrogative","abrogator","abrogators","abrooke","abrooked","abrookes","abrooking","abrosia","abrosias","abrupt","abrupter","abruptest","abruption","abruptions","abruptly","abruptness","abruptnesses","abrupts","abs","abscess","abscessed","abscesses","abscessing","abscind","abscinded","abscinding","abscinds","abscise","abscised","abscises","abscisic","abscisin","abscising","abscisins","absciss","abscissa","abscissae","abscissas","abscisse","abscisses","abscissin","abscissins","abscission","abscissions","abscond","absconded","abscondence","abscondences","absconder","absconders","absconding","absconds","abseil","abseiled","abseiling","abseilings","abseils","absence","absences","absent","absented","absentee","absenteeism","absenteeisms","absentees","absenter","absenters","absenting","absently","absentminded","absentmindedly","absentmindedness","absentmindednesses","absents","absey","abseys","absinth","absinthe","absinthes","absinthiated","absinthism","absinthisms","absinths","absit","absits","absolute","absolutely","absoluteness","absolutenesses","absoluter","absolutes","absolutest","absolution","absolutions","absolutise","absolutised","absolutises","absolutising","absolutism","absolutisms","absolutist","absolutistic","absolutists","absolutive","absolutize","absolutized","absolutizes","absolutizing","absolutory","absolvable","absolve","absolved","absolvent","absolvents","absolver","absolvers","absolves","absolving","absolvitor","absolvitors","absonant","absorb","absorbabilities","absorbability","absorbable","absorbance","absorbances","absorbancies","absorbancy","absorbant","absorbants","absorbate","absorbates","absorbed","absorbedly","absorbefacient","absorbefacients","absorbencies","absorbency","absorbent","absorbents","absorber","absorbers","absorbing","absorbingly","absorbs","absorptance","absorptances","absorptiometer","absorptiometers","absorption","absorptions","absorptive","absorptiveness","absorptivities","absorptivity","absquatulate","absquatulated","absquatulates","absquatulating","abstain","abstained","abstainer","abstainers","abstaining","abstains","abstemious","abstemiously","abstemiousness","abstemiousnesses","abstention","abstentionism","abstentionisms","abstentionist","abstentionists","abstentions","abstentious","absterge","absterged","abstergent","abstergents","absterges","absterging","abstersion","abstersions","abstersive","abstersives","abstinence","abstinences","abstinencies","abstinency","abstinent","abstinently","abstract","abstractable","abstracted","abstractedly","abstractedness","abstractednesses","abstracter","abstracters","abstractest","abstracting","abstraction","abstractional","abstractionism","abstractionisms","abstractionist","abstractionists","abstractions","abstractive","abstractively","abstractives","abstractly","abstractness","abstractnesses","abstractor","abstractors","abstracts","abstrict","abstricted","abstricting","abstriction","abstrictions","abstricts","abstruse","abstrusely","abstruseness","abstrusenesses","abstruser","abstrusest","abstrusities","abstrusity","absurd","absurder","absurdest","absurdism","absurdisms","absurdist","absurdists","absurdities","absurdity","absurdly","absurdness","absurdnesses","absurds","abthane","abthanes","abubble","abuilding","abulia","abulias","abulic","abuna","abunas","abundance","abundances","abundancies","abundancy","abundant","abundantly","abune","aburst","abusable","abusage","abusages","abuse","abused","abuser","abusers","abuses","abusing","abusion","abusions","abusive","abusively","abusiveness","abusivenesses","abut","abutilon","abutilons","abutment","abutments","abuts","abuttal","abuttals","abutted","abutter","abutters","abutting","abuzz","abvolt","abvolts","abwatt","abwatts","aby","abye","abyeing","abyes","abying","abys","abysm","abysmal","abysmally","abysms","abyss","abyssal","abysses","abyssopelagic","acacia","acacias","academe","academes","academia","academias","academic","academical","academicalism","academicalisms","academically","academicals","academician","academicians","academicism","academicisms","academics","academies","academism","academisms","academist","academists","academy","acai","acais","acajou","acajous","acalculia","acalculias","acaleph","acalephae","acalephan","acalephans","acalephe","acalephes","acalephs","acanaceous","acanth","acantha","acanthaceous","acanthae","acanthas","acanthi","acanthin","acanthine","acanthins","acanthocephalan","acanthocephalans","acanthoid","acanthous","acanths","acanthus","acanthuses","acapnia","acapnias","acarbose","acarboses","acari","acarian","acariases","acariasis","acaricidal","acaricide","acaricides","acarid","acaridan","acaridans","acaridean","acarideans","acaridian","acaridians","acaridomatia","acaridomatium","acarids","acarine","acarines","acarodomatia","acarodomatium","acaroid","acarologies","acarologist","acarologists","acarology","acarophilies","acarophily","acarpellous","acarpelous","acarpous","acarus","acatalectic","acatalectics","acatalepsies","acatalepsy","acataleptic","acataleptics","acatamathesia","acatamathesias","acater","acaters","acates","acathisia","acathisias","acatour","acatours","acaudal","acaudate","acaulescent","acauline","acaulose","acaulous","acca","accable","accas","accede","acceded","accedence","accedences","acceder","acceders","accedes","acceding","accelerable","accelerando","accelerandos","accelerant","accelerants","accelerate","accelerated","accelerates","accelerating","acceleratingly","acceleration","accelerations","accelerative","accelerator","accelerators","acceleratory","accelerometer","accelerometers","accend","accended","accending","accends","accension","accensions","accent","accented","accenting","accentless","accentor","accentors","accents","accentual","accentualities","accentuality","accentually","accentuate","accentuated","accentuates","accentuating","accentuation","accentuations","accept","acceptabilities","acceptability","acceptable","acceptableness","acceptablenesses","acceptably","acceptance","acceptances","acceptancies","acceptancy","acceptant","acceptants","acceptation","acceptations","accepted","acceptedly","acceptee","acceptees","accepter","accepters","acceptilation","acceptilations","accepting","acceptingly","acceptingness","acceptingnesses","acceptive","acceptivities","acceptivity","acceptor","acceptors","accepts","access","accessaries","accessarily","accessariness","accessarinesses","accessary","accessed","accesses","accessibilities","accessibility","accessible","accessibleness","accessiblenesses","accessibly","accessing","accession","accessional","accessioned","accessioning","accessions","accessorial","accessories","accessorii","accessorily","accessoriness","accessorinesses","accessorise","accessorised","accessorises","accessorising","accessorius","accessorize","accessorized","accessorizes","accessorizing","accessory","acciaccatura","acciaccaturas","acciaccature","accidence","accidences","accident","accidental","accidentalism","accidentalisms","accidentalities","accidentality","accidentally","accidentalness","accidentalnesses","accidentals","accidented","accidently","accidentologies","accidentology","accidents","accidia","accidias","accidie","accidies","accinge","accinged","accinges","accinging","accipiter","accipiters","accipitral","accipitrine","accipitrines","accite","accited","accites","acciting","acclaim","acclaimed","acclaimer","acclaimers","acclaiming","acclaims","acclamation","acclamations","acclamatory","acclimatable","acclimatation","acclimatations","acclimate","acclimated","acclimates","acclimating","acclimation","acclimations","acclimatisable","acclimatisation","acclimatise","acclimatised","acclimatiser","acclimatisers","acclimatises","acclimatising","acclimatizable","acclimatization","acclimatizations","acclimatize","acclimatized","acclimatizer","acclimatizers","acclimatizes","acclimatizing","acclivities","acclivitous","acclivity","acclivous","accloy","accloyed","accloying","accloys","accoast","accoasted","accoasting","accoasts","accoied","accoil","accoils","accolade","accoladed","accolades","accolading","accommodable","accommodate","accommodated","accommodates","accommodating","accommodatingly","accommodation","accommodational","accommodationist","accommodationists","accommodations","accommodative","accommodativeness","accommodativenesses","accommodator","accommodators","accompanied","accompanier","accompaniers","accompanies","accompaniment","accompaniments","accompanist","accompanists","accompany","accompanying","accompanyist","accompanyists","accomplice","accomplices","accomplish","accomplishable","accomplished","accomplisher","accomplishers","accomplishes","accomplishing","accomplishment","accomplishments","accompt","accomptable","accomptant","accomptants","accompted","accompting","accompts","accorage","accoraged","accorages","accoraging","accord","accordable","accordance","accordances","accordancies","accordancy","accordant","accordantly","accorded","accorder","accorders","according","accordingly","accordion","accordionist","accordionists","accordions","accords","accost","accostable","accosted","accosting","accosts","accouchement","accouchements","accoucheur","accoucheurs","accoucheuse","accoucheuses","account","accountabilities","accountability","accountable","accountableness","accountablenesses","accountably","accountancies","accountancy","accountant","accountants","accountantship","accountantships","accounted","accounting","accountings","accounts","accouplement","accouplements","accourage","accouraged","accourages","accouraging","accourt","accourted","accourting","accourts","accoustrement","accoustrements","accouter","accoutered","accoutering","accouterment","accouterments","accouters","accoutre","accoutred","accoutrement","accoutrements","accoutres","accoutring","accoy","accoyed","accoying","accoyld","accoys","accredit","accreditable","accreditation","accreditations","accredited","accrediting","accredits","accrescence","accrescences","accrescent","accrete","accreted","accretes","accreting","accretion","accretionary","accretions","accretive","accrew","accrewed","accrewing","accrews","accroides","accruable","accrual","accruals","accrue","accrued","accruement","accruements","accrues","accruing","accubation","accubations","accultural","acculturate","acculturated","acculturates","acculturating","acculturation","acculturational","acculturations","acculturative","accumbencies","accumbency","accumbent","accumulable","accumulate","accumulated","accumulates","accumulating","accumulation","accumulations","accumulative","accumulatively","accumulativeness","accumulativenesses","accumulator","accumulators","accuracies","accuracy","accurate","accurately","accurateness","accuratenesses","accurse","accursed","accursedly","accursedness","accursednesses","accurses","accursing","accurst","accusable","accusably","accusal","accusals","accusant","accusants","accusation","accusations","accusatival","accusative","accusatively","accusatives","accusatorial","accusatory","accuse","accused","accusement","accusements","accuser","accusers","accuses","accusing","accusingly","accustom","accustomary","accustomation","accustomations","accustomed","accustomedness","accustomednesses","accustoming","accustoms","accustrement","accustrements","ace","aced","acedia","acedias","aceldama","aceldamas","acellular","acentric","acentrics","acephalic","acephalous","acequia","acequias","acer","aceraceous","acerate","acerated","acerb","acerbate","acerbated","acerbates","acerbating","acerber","acerbest","acerbic","acerbically","acerbities","acerbity","acerola","acerolas","acerose","acerous","acers","acervate","acervately","acervation","acervations","acervuli","acervulus","aces","acescence","acescences","acescencies","acescency","acescent","acescents","aceta","acetabula","acetabular","acetabulum","acetabulums","acetal","acetaldehyde","acetaldehydes","acetals","acetamid","acetamide","acetamides","acetamids","acetaminophen","acetaminophens","acetanilid","acetanilide","acetanilides","acetanilids","acetate","acetated","acetates","acetazolamide","acetazolamides","acetic","acetification","acetifications","acetified","acetifier","acetifiers","acetifies","acetify","acetifying","acetin","acetins","acetometer","acetometers","acetonaemia","acetonaemias","acetone","acetonemia","acetonemias","acetones","acetonic","acetonitrile","acetonitriles","acetonuria","acetonurias","acetophenetidin","acetophenetidins","acetose","acetous","acetoxyl","acetoxyls","acetum","acetyl","acetylate","acetylated","acetylates","acetylating","acetylation","acetylations","acetylative","acetylcholine","acetylcholines","acetylcholinesterase","acetylcholinesterases","acetylene","acetylenes","acetylenic","acetylic","acetylide","acetylides","acetyls","acetylsalicylate","acetylsalicylates","acetylsalicylic","ach","achaenia","achaenium","achaeniums","achaenocarp","achaenocarps","achage","achages","achalasia","achalasias","achar","acharne","achars","acharya","acharyas","achates","ache","ached","achene","achenes","achenia","achenial","achenium","acheniums","aches","achier","achiest","achievable","achieve","achieved","achievement","achievements","achiever","achievers","achieves","achieving","achillea","achilleas","achimenes","achiness","achinesses","aching","achingly","achings","achiote","achiotes","achiral","achkan","achkans","achlamydeous","achlorhydria","achlorhydrias","achlorhydric","acholia","acholias","achondrite","achondrites","achondritic","achondroplasia","achondroplasias","achondroplastic","achoo","achromat","achromatic","achromatically","achromaticities","achromaticity","achromatin","achromatins","achromatisation","achromatise","achromatised","achromatises","achromatising","achromatism","achromatisms","achromatization","achromatize","achromatized","achromatizes","achromatizing","achromatopsia","achromatopsias","achromatous","achromats","achromic","achromous","achy","aciclovir","aciclovirs","acicula","aciculae","acicular","aciculas","aciculate","aciculated","aciculum","aciculums","acid","acidanthera","acidantheras","acidemia","acidemias","acider","acidest","acidhead","acidheads","acidic","acidically","acidier","acidiest","acidifiable","acidification","acidifications","acidified","acidifier","acidifiers","acidifies","acidify","acidifying","acidimeter","acidimeters","acidimetric","acidimetrical","acidimetrically","acidimetries","acidimetry","acidities","acidity","acidly","acidness","acidnesses","acidometer","acidometers","acidophil","acidophile","acidophiles","acidophilic","acidophilous","acidophils","acidophilus","acidophiluses","acidoses","acidosis","acidotic","acids","acidulate","acidulated","acidulates","acidulating","acidulation","acidulations","acidulent","acidulous","aciduria","acidurias","acidy","acierage","acierages","acierate","acierated","acierates","acierating","acieration","acierations","aciform","acinaceous","acinaciform","acinar","acinetobacter","acinetobacters","acing","acini","acinic","aciniform","acinose","acinous","acinus","ackee","ackees","acker","ackers","acknew","acknow","acknowing","acknowledge","acknowledgeable","acknowledgeably","acknowledged","acknowledgedly","acknowledgement","acknowledgements","acknowledger","acknowledgers","acknowledges","acknowledging","acknowledgment","acknowledgments","acknown","acknowne","acknows","aclinic","acmatic","acme","acmes","acmic","acmite","acmites","acne","acned","acnes","acnodal","acnode","acnodes","acock","acoelomate","acoelomates","acoelous","acoemeti","acold","acolouthic","acolouthite","acolouthites","acolouthos","acolouthoses","acoluthic","acolyte","acolytes","acolyth","acolyths","aconite","aconites","aconitic","aconitine","aconitines","aconitum","aconitums","acorn","acorned","acorns","acosmism","acosmisms","acosmist","acosmists","acotyledon","acotyledonous","acotyledons","acouchi","acouchies","acouchis","acouchy","acoustic","acoustical","acoustically","acoustician","acousticians","acoustics","acquaint","acquaintance","acquaintances","acquaintanceship","acquaintanceships","acquainted","acquainting","acquaints","acquest","acquests","acquiesce","acquiesced","acquiescence","acquiescences","acquiescent","acquiescently","acquiescents","acquiesces","acquiescing","acquiescingly","acquight","acquighting","acquights","acquirabilities","acquirability","acquirable","acquiral","acquirals","acquire","acquired","acquiree","acquirees","acquirement","acquirements","acquirer","acquirers","acquires","acquiring","acquis","acquisition","acquisitional","acquisitions","acquisitive","acquisitively","acquisitiveness","acquisitivenesses","acquisitor","acquisitors","acquist","acquists","acquit","acquite","acquites","acquiting","acquitment","acquitments","acquits","acquittal","acquittals","acquittance","acquittanced","acquittances","acquittancing","acquitted","acquitter","acquitters","acquitting","acrasia","acrasias","acrasin","acrasins","acratic","acrawl","acre","acreage","acreages","acred","acres","acrid","acrider","acridest","acridin","acridine","acridines","acridins","acridities","acridity","acridly","acridness","acridnesses","acriflavin","acriflavine","acriflavines","acriflavins","acrimonies","acrimonious","acrimoniously","acrimoniousness","acrimoniousnesses","acrimony","acritarch","acritarchs","acritical","acroamatic","acroamatical","acrobat","acrobatic","acrobatically","acrobatics","acrobatism","acrobatisms","acrobats","acrocarpous","acrocentric","acrocentrics","acrocyanoses","acrocyanosis","acrodont","acrodonts","acrodrome","acrodromous","acrogen","acrogenic","acrogenous","acrogenously","acrogens","acrolect","acrolects","acrolein","acroleins","acrolith","acrolithic","acroliths","acromegalic","acromegalics","acromegalies","acromegaly","acromia","acromial","acromion","acromions","acronic","acronical","acronically","acronycal","acronycally","acronychal","acronychally","acronym","acronymania","acronymanias","acronymic","acronymically","acronymous","acronyms","acroparesthesia","acropetal","acropetally","acrophobe","acrophobes","acrophobia","acrophobias","acrophobic","acrophobics","acrophonetic","acrophonic","acrophonies","acrophony","acropolis","acropolises","acrosomal","acrosome","acrosomes","acrospire","acrospires","across","acrostic","acrostical","acrostically","acrostics","acroter","acroteria","acroterial","acroterion","acroterium","acroteriums","acroters","acrotic","acrotism","acrotisms","acrylamide","acrylamides","acrylate","acrylates","acrylic","acrylics","acrylonitrile","acrylonitriles","acrylyl","acrylyls","act","acta","actabilities","actability","actable","actant","actants","acted","actin","actinal","actinally","acting","actings","actinia","actiniae","actinian","actinians","actinias","actinic","actinically","actinide","actinides","actiniform","actinism","actinisms","actinium","actiniums","actinobacilli","actinobacillus","actinobiologies","actinobiology","actinochemistry","actinoid","actinoids","actinolite","actinolites","actinomere","actinomeres","actinometer","actinometers","actinometric","actinometrical","actinometries","actinometry","actinomorphic","actinomorphies","actinomorphous","actinomorphy","actinomyces","actinomycete","actinomycetes","actinomycetous","actinomycin","actinomycins","actinomycoses","actinomycosis","actinomycotic","actinon","actinons","actinopod","actinopods","actinotherapies","actinotherapy","actinouranium","actinouraniums","actinozoan","actins","action","actionable","actionably","actioned","actioner","actioners","actioning","actionist","actionists","actionless","actions","activate","activated","activates","activating","activation","activations","activator","activators","active","actively","activeness","activenesses","actives","activise","activised","activises","activising","activism","activisms","activist","activistic","activists","activities","activity","activize","activized","activizes","activizing","actomyosin","actomyosins","acton","actons","actor","actorish","actorly","actors","actress","actresses","actressy","acts","actual","actualisation","actualisations","actualise","actualised","actualises","actualising","actualist","actualists","actualite","actualites","actualities","actuality","actualization","actualizations","actualize","actualized","actualizes","actualizing","actually","actuals","actuarial","actuarially","actuaries","actuary","actuate","actuated","actuates","actuating","actuation","actuations","actuator","actuators","acture","actures","acuate","acuities","acuity","aculeate","aculeated","aculeates","aculei","aculeus","acumen","acumens","acuminate","acuminated","acuminates","acuminating","acumination","acuminations","acuminous","acupoint","acupoints","acupressure","acupressures","acupunctural","acupuncture","acupunctures","acupuncturist","acupuncturists","acushla","acushlas","acutance","acutances","acute","acutely","acuteness","acutenesses","acuter","acutes","acutest","acyclic","acyclovir","acyclovirs","acyl","acylate","acylated","acylates","acylating","acylation","acylations","acyloin","acyloins","acyls","ad","adactylous","adage","adages","adagial","adagio","adagios","adamance","adamances","adamancies","adamancy","adamant","adamantean","adamantine","adamantly","adamants","adamsite","adamsites","adapt","adaptabilities","adaptability","adaptable","adaptableness","adaptablenesses","adaptation","adaptational","adaptationally","adaptations","adaptative","adapted","adaptedness","adaptednesses","adapter","adapters","adapting","adaption","adaptions","adaptive","adaptively","adaptiveness","adaptivenesses","adaptivities","adaptivity","adaptogen","adaptogenic","adaptogens","adaptor","adaptors","adapts","adaw","adawed","adawing","adaws","adaxial","adays","add","addable","addax","addaxes","addebted","added","addedly","addeem","addeemed","addeeming","addeems","addend","addenda","addends","addendum","addendums","adder","adders","adderstone","adderstones","adderwort","adderworts","addible","addict","addicted","addictedness","addictednesses","addicting","addiction","addictions","addictive","addicts","addies","adding","addings","addio","additament","additaments","addition","additional","additionalities","additionality","additionally","additions","addititious","additive","additively","additives","additivities","additivity","additory","addle","addled","addlement","addlements","addlepated","addles","addling","addoom","addoomed","addooming","addooms","addorsed","address","addressabilities","addressability","addressable","addressed","addressee","addressees","addresser","addressers","addresses","addressing","addressor","addressors","addrest","adds","adduce","adduceable","adduced","adducent","adducer","adducers","adduces","adducible","adducing","adduct","adducted","adducting","adduction","adductions","adductive","adductor","adductors","adducts","addy","adeem","adeemed","adeeming","adeems","adelantado","adelantados","ademption","ademptions","adenectomies","adenectomy","adenine","adenines","adenitis","adenitises","adenocarcinoma","adenocarcinomas","adenocarcinomata","adenocarcinomatous","adenohypophyseal","adenohypophyses","adenohypophysial","adenohypophysis","adenoid","adenoidal","adenoidectomies","adenoidectomy","adenoids","adenoma","adenomas","adenomata","adenomatous","adenopathies","adenopathy","adenoses","adenosine","adenosines","adenosis","adenoviral","adenovirus","adenoviruses","adenyl","adenylic","adenyls","adept","adepter","adeptest","adeptly","adeptness","adeptnesses","adepts","adequacies","adequacy","adequate","adequately","adequateness","adequatenesses","adequative","adermin","adermins","adespota","adessive","adessives","adhan","adhans","adharma","adharmas","adherable","adhere","adhered","adherence","adherences","adherend","adherends","adherent","adherently","adherents","adherer","adherers","adheres","adhering","adhesion","adhesional","adhesions","adhesive","adhesively","adhesiveness","adhesivenesses","adhesives","adhibit","adhibited","adhibiting","adhibition","adhibitions","adhibits","adhocracies","adhocracy","adiabatic","adiabatically","adiabatics","adiactinic","adiaphora","adiaphorism","adiaphorisms","adiaphorist","adiaphoristic","adiaphorists","adiaphoron","adiaphorous","adiathermancies","adiathermancy","adiathermanous","adiathermic","adieu","adieus","adieux","adios","adipic","adipocere","adipoceres","adipocerous","adipocyte","adipocytes","adipose","adiposes","adiposis","adiposities","adiposity","adipous","adipsia","adipsias","adit","adits","adjacence","adjacences","adjacencies","adjacency","adjacent","adjacently","adjacents","adjectival","adjectivally","adjective","adjectively","adjectives","adjigo","adjigos","adjoin","adjoined","adjoining","adjoins","adjoint","adjoints","adjourn","adjourned","adjourning","adjournment","adjournments","adjourns","adjudge","adjudged","adjudgement","adjudgements","adjudges","adjudging","adjudgment","adjudgments","adjudicate","adjudicated","adjudicates","adjudicating","adjudication","adjudications","adjudicative","adjudicator","adjudicators","adjudicatory","adjunct","adjunction","adjunctions","adjunctive","adjunctively","adjunctly","adjuncts","adjuration","adjurations","adjuratory","adjure","adjured","adjurer","adjurers","adjures","adjuring","adjuror","adjurors","adjust","adjustabilities","adjustability","adjustable","adjustably","adjusted","adjuster","adjusters","adjusting","adjustive","adjustment","adjustmental","adjustments","adjustor","adjustors","adjusts","adjutage","adjutages","adjutancies","adjutancy","adjutant","adjutants","adjuvancies","adjuvancy","adjuvant","adjuvants","adland","adlands","adman","admass","admasses","admeasure","admeasured","admeasurement","admeasurements","admeasures","admeasuring","admen","admin","adminicle","adminicles","adminicular","adminiculate","adminiculated","adminiculates","adminiculating","administer","administered","administering","administers","administrable","administrant","administrants","administrate","administrated","administrates","administrating","administration","administrations","administrative","administratively","administrator","administrators","administratrices","administratrix","admins","admirabilities","admirability","admirable","admirableness","admirablenesses","admirably","admiral","admirals","admiralship","admiralships","admiralties","admiralty","admirance","admirances","admiration","admirations","admirative","admiraunce","admiraunces","admire","admired","admirer","admirers","admires","admiring","admiringly","admissibilities","admissibility","admissible","admissibleness","admissibly","admission","admissions","admissive","admit","admits","admittable","admittance","admittances","admitted","admittedly","admittee","admittees","admitter","admitters","admitting","admix","admixed","admixes","admixing","admixt","admixture","admixtures","admonish","admonished","admonisher","admonishers","admonishes","admonishing","admonishingly","admonishment","admonishments","admonition","admonitions","admonitive","admonitor","admonitorily","admonitors","admonitory","adnascent","adnate","adnation","adnations","adnexa","adnexal","adnominal","adnominals","adnoun","adnouns","ado","adobe","adobelike","adobes","adobo","adobos","adolescence","adolescences","adolescent","adolescently","adolescents","adonis","adonise","adonised","adonises","adonising","adonize","adonized","adonizes","adonizing","adoors","adopt","adoptabilities","adoptability","adoptable","adopted","adoptee","adoptees","adopter","adopters","adoptianism","adoptianisms","adoptianist","adoptianists","adopting","adoption","adoptionism","adoptionisms","adoptionist","adoptionists","adoptions","adoptious","adoptive","adoptively","adopts","adorabilities","adorability","adorable","adorableness","adorablenesses","adorably","adoration","adorations","adore","adored","adorer","adorers","adores","adoring","adoringly","adorn","adorned","adorner","adorners","adorning","adornment","adornments","adorns","ados","adown","adoze","adpress","adpressed","adpresses","adpressing","adrad","adread","adreaded","adreading","adreads","adred","adrenal","adrenalectomies","adrenalectomized","adrenalectomy","adrenalin","adrenaline","adrenalines","adrenalins","adrenalised","adrenalized","adrenally","adrenals","adrenergic","adrenergically","adrenochrome","adrenochromes","adrenocortical","adrenocorticosteroid","adrenocorticosteroids","adrenocorticotrophic","adrenocorticotrophin","adrenocorticotrophins","adrenocorticotropic","adrenocorticotropin","adrenocorticotropins","adrift","adroit","adroiter","adroitest","adroitly","adroitness","adroitnesses","adry","ads","adscititious","adscititiously","adscript","adscription","adscriptions","adscripts","adsorb","adsorbabilities","adsorbability","adsorbable","adsorbate","adsorbates","adsorbed","adsorbent","adsorbents","adsorber","adsorbers","adsorbing","adsorbs","adsorption","adsorptions","adsorptive","adsuki","adsukis","adsum","aduki","adukis","adularescence","adularescences","adularescent","adularia","adularias","adulate","adulated","adulates","adulating","adulation","adulations","adulator","adulators","adulatory","adult","adulterant","adulterants","adulterate","adulterated","adulterates","adulterating","adulteration","adulterations","adulterator","adulterators","adulterer","adulterers","adulteress","adulteresses","adulteries","adulterine","adulterines","adulterise","adulterised","adulterises","adulterising","adulterize","adulterized","adulterizes","adulterizing","adulterous","adulterously","adultery","adultescent","adultescents","adulthood","adulthoods","adultlike","adultly","adultness","adultnesses","adultress","adultresses","adults","adumbral","adumbrate","adumbrated","adumbrates","adumbrating","adumbration","adumbrations","adumbrative","adumbratively","adunc","aduncate","aduncated","aduncities","aduncity","aduncous","adust","adusted","adusting","adusts","advance","advanced","advancement","advancements","advancer","advancers","advances","advancing","advancingly","advantage","advantageable","advantaged","advantageous","advantageously","advantageousness","advantageousnesses","advantages","advantaging","advect","advected","advecting","advection","advections","advective","advects","advene","advened","advenes","advening","advent","adventitia","adventitial","adventitias","adventitious","adventitiously","adventive","adventives","advents","adventure","adventured","adventureful","adventurer","adventurers","adventures","adventuresome","adventuresomeness","adventuresomenesses","adventuress","adventuresses","adventuring","adventurism","adventurisms","adventurist","adventuristic","adventurists","adventurous","adventurously","adventurousness","adventurousnesses","adverb","adverbial","adverbialise","adverbialised","adverbialises","adverbialising","adverbialize","adverbialized","adverbializes","adverbializing","adverbially","adverbials","adverbs","adversaria","adversarial","adversaries","adversariness","adversarinesses","adversary","adversative","adversatively","adversatives","adverse","adversely","adverseness","adversenesses","adverser","adversest","adversities","adversity","advert","adverted","advertence","advertences","advertencies","advertency","advertent","advertently","adverting","advertise","advertised","advertisement","advertisements","advertiser","advertisers","advertises","advertising","advertisings","advertize","advertized","advertizement","advertizements","advertizer","advertizers","advertizes","advertizing","advertizings","advertorial","advertorials","adverts","advew","advewed","advewing","advews","advice","adviceful","advices","advisabilities","advisability","advisable","advisableness","advisablenesses","advisably","advisatory","advise","advised","advisedly","advisedness","advisednesses","advisee","advisees","advisement","advisements","adviser","advisers","advisership","adviserships","advises","advising","advisings","advisor","advisorate","advisorates","advisories","advisors","advisory","advocaat","advocaats","advocacies","advocacy","advocate","advocated","advocates","advocating","advocation","advocations","advocative","advocator","advocators","advocatory","advoutrer","advoutrers","advoutries","advoutry","advowson","advowsons","adward","adwarded","adwarding","adwards","adware","adwares","adwoman","adwomen","adynamia","adynamias","adynamic","adyta","adytum","adz","adze","adzed","adzes","adzing","adzuki","adzukis","ae","aecia","aecial","aecidia","aecidial","aecidiospore","aecidiospores","aecidium","aecidospore","aecidospores","aeciospore","aeciospores","aecium","aedes","aedicule","aedicules","aedile","aediles","aedileship","aedileships","aedine","aefald","aefauld","aegirine","aegirines","aegirite","aegirites","aegis","aegises","aeglogue","aeglogues","aegrotat","aegrotats","aemule","aemuled","aemules","aemuling","aeneous","aeneus","aeolian","aeolipile","aeolipiles","aeolipyle","aeolipyles","aeolotropic","aeolotropies","aeolotropy","aeon","aeonian","aeonic","aeons","aepyornis","aepyornises","aequorin","aequorins","aerate","aerated","aerates","aerating","aeration","aerations","aerator","aerators","aerenchyma","aerenchymas","aerenchymata","aerenchymatous","aerial","aerialist","aerialists","aerialities","aeriality","aerially","aerials","aerie","aeried","aerier","aeries","aeriest","aerification","aerifications","aerified","aerifies","aeriform","aerify","aerifying","aerily","aero","aeroacoustics","aeroballistics","aerobat","aerobatic","aerobatics","aerobats","aerobe","aerobes","aerobia","aerobic","aerobically","aerobicise","aerobicised","aerobicises","aerobicising","aerobicist","aerobicists","aerobicize","aerobicized","aerobicizes","aerobicizing","aerobics","aerobiological","aerobiologies","aerobiologist","aerobiologists","aerobiology","aerobiont","aerobionts","aerobioses","aerobiosis","aerobiotic","aerobiotically","aerobium","aerobomb","aerobombs","aerobot","aerobots","aerobrake","aerobraked","aerobrakes","aerobraking","aerobrakings","aerodart","aerodarts","aerodigestive","aerodonetics","aerodrome","aerodromes","aeroduct","aeroducts","aerodynamic","aerodynamical","aerodynamically","aerodynamicist","aerodynamicists","aerodynamics","aerodyne","aerodynes","aeroelastic","aeroelastician","aeroelasticians","aeroelasticities","aeroelasticity","aeroembolism","aeroembolisms","aerofoil","aerofoils","aerogel","aerogels","aerogenerator","aerogenerators","aerogram","aerogramme","aerogrammes","aerograms","aerograph","aerographies","aerographs","aerography","aerohydroplane","aerohydroplanes","aerolite","aerolites","aerolith","aerolithologies","aerolithology","aeroliths","aerolitic","aerologic","aerological","aerologies","aerologist","aerologists","aerology","aeromagnetic","aeromancies","aeromancy","aeromechanic","aeromechanical","aeromechanics","aeromedical","aeromedicine","aeromedicines","aerometer","aerometers","aerometric","aerometries","aerometry","aeromotor","aeromotors","aeronaut","aeronautic","aeronautical","aeronautically","aeronautics","aeronauts","aeroneuroses","aeroneurosis","aeronomer","aeronomers","aeronomic","aeronomical","aeronomies","aeronomist","aeronomists","aeronomy","aeropause","aeropauses","aerophagia","aerophagias","aerophagies","aerophagy","aerophobe","aerophobes","aerophobia","aerophobias","aerophobic","aerophone","aerophones","aerophore","aerophores","aerophyte","aerophytes","aeroplane","aeroplanes","aeroplankton","aeroplanktons","aeropulse","aeropulses","aeros","aerosat","aerosats","aeroscope","aeroscopes","aeroshell","aeroshells","aerosiderite","aerosiderites","aerosol","aerosolisation","aerosolisations","aerosolise","aerosolised","aerosolises","aerosolising","aerosolization","aerosolizations","aerosolize","aerosolized","aerosolizes","aerosolizing","aerosols","aerospace","aerospaces","aerosphere","aerospheres","aerospike","aerospikes","aerostat","aerostatic","aerostatical","aerostatics","aerostation","aerostations","aerostats","aerostructure","aerostructures","aerotactic","aerotaxes","aerotaxis","aerothermodynamic","aerothermodynamics","aerotone","aerotones","aerotrain","aerotrains","aerotropic","aerotropism","aerotropisms","aeruginous","aerugo","aerugos","aery","aesc","aesces","aesculin","aesculins","aesir","aestheses","aesthesia","aesthesias","aesthesiogen","aesthesiogenic","aesthesiogens","aesthesis","aesthete","aesthetes","aesthetic","aesthetical","aesthetically","aesthetician","aestheticians","aestheticise","aestheticised","aestheticises","aestheticising","aestheticism","aestheticisms","aestheticist","aestheticists","aestheticize","aestheticized","aestheticizes","aestheticizing","aesthetics","aestival","aestivate","aestivated","aestivates","aestivating","aestivation","aestivations","aestivator","aestivators","aether","aethereal","aetherealities","aethereality","aethereally","aetheric","aethers","aethrioscope","aethrioscopes","aetiological","aetiologically","aetiologies","aetiologist","aetiologists","aetiology","afald","afar","afara","afaras","afars","afawld","afear","afeard","afeared","afearing","afears","afebrile","aff","affabilities","affability","affable","affably","affair","affaire","affaires","affairs","affear","affeard","affeare","affeared","affeares","affearing","affears","affect","affectabilities","affectability","affectable","affectation","affectations","affected","affectedly","affectedness","affectednesses","affecter","affecters","affecting","affectingly","affection","affectional","affectionally","affectionate","affectionately","affectioned","affectioning","affectionless","affections","affective","affectively","affectiveness","affectivenesses","affectivities","affectivity","affectless","affectlessness","affectlessnesses","affects","affeer","affeered","affeering","affeerment","affeerments","affeers","affenpinscher","affenpinschers","afferent","afferently","afferents","affettuoso","affiance","affianced","affiances","affiancing","affiant","affiants","affiche","affiches","afficionado","afficionados","affidavit","affidavits","affied","affies","affiliable","affiliate","affiliated","affiliates","affiliating","affiliation","affiliations","affinal","affine","affined","affinely","affines","affinities","affinitive","affinity","affirm","affirmable","affirmance","affirmances","affirmant","affirmants","affirmation","affirmations","affirmative","affirmatively","affirmatives","affirmatory","affirmed","affirmer","affirmers","affirming","affirmingly","affirms","affix","affixable","affixal","affixation","affixations","affixed","affixer","affixers","affixes","affixial","affixing","affixment","affixments","affixture","affixtures","afflated","afflation","afflations","afflatus","afflatuses","afflict","afflicted","afflicter","afflicters","afflicting","afflictings","affliction","afflictions","afflictive","afflictively","afflicts","affluence","affluences","affluencies","affluency","affluent","affluential","affluentials","affluently","affluentness","affluentnesses","affluents","affluenza","affluenzas","afflux","affluxes","affluxion","affluxions","affoord","affoorded","affoording","affoords","afforce","afforced","afforcement","afforcements","afforces","afforcing","afford","affordabilities","affordability","affordable","affordably","afforded","affording","affords","afforest","afforestable","afforestation","afforestations","afforested","afforesting","afforests","affranchise","affranchised","affranchisement","affranchises","affranchising","affrap","affrapped","affrapping","affraps","affray","affrayed","affrayer","affrayers","affraying","affrays","affreightment","affreightments","affrended","affret","affrets","affricate","affricated","affricates","affricating","affrication","affrications","affricative","affricatives","affright","affrighted","affrightedly","affrighten","affrightened","affrightening","affrightens","affrightful","affrighting","affrightment","affrightments","affrights","affront","affronte","affronted","affrontee","affronting","affrontingly","affrontings","affrontive","affronts","affusion","affusions","affy","affyde","affying","afghan","afghani","afghanis","afghans","aficionada","aficionadas","aficionado","aficionados","afield","afire","aflaj","aflame","aflatoxin","aflatoxins","afloat","aflutter","afoot","afore","aforehand","aforementioned","aforesaid","aforethought","aforethoughts","aforetime","afoul","afraid","afreet","afreets","afresh","afrit","afrits","afro","afront","afrormosia","afrormosias","afros","aft","after","afterbirth","afterbirths","afterbodies","afterbody","afterbrain","afterbrains","afterburner","afterburners","afterburning","afterburnings","aftercare","aftercares","afterclap","afterclaps","afterdamp","afterdamps","afterdeck","afterdecks","aftereffect","aftereffects","aftereye","aftereyed","aftereyeing","aftereyes","aftereying","aftergame","aftergames","afterglow","afterglows","aftergrass","aftergrasses","aftergrowth","aftergrowths","afterguard","afterguards","afterheat","afterheats","afterimage","afterimages","afterings","afterlife","afterlifes","afterlives","aftermarket","aftermarkets","aftermath","aftermaths","aftermost","afternoon","afternoons","afterpain","afterpains","afterparties","afterparty","afterpeak","afterpeaks","afterpiece","afterpieces","afters","aftersales","aftersensation","aftersensations","aftershaft","aftershafts","aftershave","aftershaves","aftershock","aftershocks","aftershow","aftershows","aftersun","aftersuns","aftersupper","aftersuppers","afterswarm","afterswarms","aftertaste","aftertastes","aftertax","afterthought","afterthoughts","aftertime","aftertimes","afterward","afterwards","afterword","afterwords","afterworld","afterworlds","aftmost","aftosa","aftosas","ag","aga","agacant","agacante","agacerie","agaceries","again","against","agalactia","agalactias","agalloch","agallochs","agalmatolite","agalmatolites","agalwood","agalwoods","agama","agamas","agamete","agametes","agami","agamic","agamically","agamid","agamids","agamis","agammaglobulinemia","agammaglobulinemias","agammaglobulinemic","agamogeneses","agamogenesis","agamogenetic","agamogonies","agamogony","agamoid","agamoids","agamont","agamonts","agamospermies","agamospermy","agamous","agapae","agapai","agapanthus","agapanthuses","agape","agapeic","agapes","agar","agaric","agaricaceous","agarics","agarose","agaroses","agars","agas","agast","agate","agates","agateware","agatewares","agathodaimon","agathodaimons","agatise","agatised","agatises","agatising","agatize","agatized","agatizes","agatizing","agatoid","agave","agaves","agaze","agazed","age","aged","agedly","agedness","agednesses","agee","ageing","ageings","ageism","ageisms","ageist","ageists","agelast","agelastic","agelasts","ageless","agelessly","agelessness","agelessnesses","agelong","agemate","agemates","agen","agencies","agency","agenda","agendaless","agendas","agendum","agendums","agene","agenes","ageneses","agenesia","agenesias","agenesis","agenetic","agenise","agenised","agenises","agenising","agenize","agenized","agenizes","agenizing","agent","agented","agential","agenting","agentings","agentival","agentive","agentives","agentivities","agentivity","agentries","agentry","agents","ager","ageratum","ageratums","agers","ages","ageusia","ageusias","aggada","aggadah","aggadahs","aggadas","aggadic","aggadot","aggadoth","agger","aggers","aggie","aggies","aggiornamenti","aggiornamento","aggiornamentos","agglomerate","agglomerated","agglomerates","agglomerating","agglomeration","agglomerations","agglomerative","agglutinabilities","agglutinability","agglutinable","agglutinant","agglutinants","agglutinate","agglutinated","agglutinates","agglutinating","agglutination","agglutinations","agglutinative","agglutinin","agglutinins","agglutinogen","agglutinogenic","agglutinogens","aggrace","aggraced","aggraces","aggracing","aggradation","aggradations","aggrade","aggraded","aggrades","aggrading","aggrandise","aggrandised","aggrandisement","aggrandisements","aggrandiser","aggrandisers","aggrandises","aggrandising","aggrandize","aggrandized","aggrandizement","aggrandizements","aggrandizer","aggrandizers","aggrandizes","aggrandizing","aggrate","aggrated","aggrates","aggrating","aggravate","aggravated","aggravates","aggravating","aggravatingly","aggravation","aggravations","aggregate","aggregated","aggregately","aggregateness","aggregatenesses","aggregates","aggregating","aggregation","aggregational","aggregations","aggregative","aggregatively","aggregator","aggregators","aggress","aggressed","aggresses","aggressing","aggression","aggressions","aggressive","aggressively","aggressiveness","aggressivenesses","aggressivities","aggressivity","aggressor","aggressors","aggri","aggrieve","aggrieved","aggrievedly","aggrievement","aggrievements","aggrieves","aggrieving","aggro","aggros","aggry","agha","aghas","aghast","agila","agilas","agile","agilely","agileness","agilenesses","agiler","agilest","agilities","agility","agin","aging","agings","aginner","aginners","agio","agios","agiotage","agiotages","agism","agisms","agist","agisted","agister","agisters","agisting","agistment","agistments","agistor","agistors","agists","agita","agitable","agitans","agitas","agitate","agitated","agitatedly","agitates","agitating","agitation","agitational","agitations","agitative","agitato","agitator","agitators","agitpop","agitpops","agitprop","agitprops","aglare","agleam","aglee","aglet","aglets","agley","aglimmer","aglitter","agloo","agloos","aglossal","aglossate","aglossia","aglossias","aglow","aglu","aglus","agly","aglycon","aglycone","aglycones","aglycons","agma","agmas","agminate","agnail","agnails","agname","agnamed","agnames","agnate","agnates","agnathan","agnathans","agnathous","agnatic","agnatical","agnatically","agnation","agnations","agnise","agnised","agnises","agnising","agnize","agnized","agnizes","agnizing","agnoiologies","agnoiology","agnomen","agnomens","agnomina","agnominal","agnosia","agnosias","agnosic","agnostic","agnosticism","agnosticisms","agnostics","ago","agog","agoge","agoges","agogic","agogics","agoing","agon","agonal","agone","agones","agonic","agonies","agonise","agonised","agonisedly","agonises","agonising","agonisingly","agonist","agonistes","agonistic","agonistical","agonistically","agonistics","agonists","agonize","agonized","agonizedly","agonizes","agonizing","agonizingly","agonothetes","agons","agony","agood","agora","agorae","agoraphobe","agoraphobes","agoraphobia","agoraphobias","agoraphobic","agoraphobics","agoras","agorot","agoroth","agouta","agoutas","agouti","agouties","agoutis","agouty","agrafe","agrafes","agraffe","agraffes","agranulocyte","agranulocytes","agranulocytoses","agranulocytosis","agranuloses","agranulosis","agrapha","agraphia","agraphias","agraphic","agraphon","agrarian","agrarianism","agrarianisms","agrarians","agraste","agravic","agree","agreeabilities","agreeability","agreeable","agreeableness","agreeablenesses","agreeably","agreed","agreeing","agreement","agreements","agrees","agregation","agregations","agrege","agreges","agremens","agrement","agrements","agrestal","agrestial","agrestic","agria","agrias","agribusiness","agribusinesses","agribusinessman","agribusinessmen","agrichemical","agrichemicals","agricultural","agriculturalist","agriculturalists","agriculturally","agriculture","agricultures","agriculturist","agriculturists","agrimonies","agrimony","agrin","agriologies","agriology","agriproduct","agriproducts","agrise","agrised","agrises","agrising","agritourism","agritourisms","agritourist","agritourists","agrize","agrized","agrizes","agrizing","agrobiological","agrobiologies","agrobiologist","agrobiologists","agrobiology","agrobusiness","agrobusinesses","agrochemical","agrochemicals","agrodolce","agrodolces","agroforester","agroforesters","agroforestries","agroforestry","agroindustrial","agroindustries","agroindustry","agrologic","agrological","agrologies","agrologist","agrologists","agrology","agronomial","agronomic","agronomical","agronomically","agronomics","agronomies","agronomist","agronomists","agronomy","agrostemma","agrostemmas","agrostemmata","agrostological","agrostologies","agrostologist","agrostologists","agrostology","agroterrorism","agroterrorisms","agrotourism","agrotourisms","agrotourist","agrotourists","aground","agrypnia","agrypnias","agrypnotic","agrypnotics","agryze","agryzed","agryzes","agryzing","ags","agterskot","agterskots","aguacate","aguacates","aguardiente","aguardientes","ague","agued","aguelike","agues","agueweed","agueweeds","aguise","aguised","aguises","aguish","aguishly","aguising","aguize","aguized","aguizes","aguizing","aguna","agunah","agunot","aguti","agutis","ah","aha","ahchoo","ahead","aheap","ahed","aheight","ahem","ahemeral","ahent","ahi","ahigh","ahimsa","ahimsas","ahind","ahing","ahint","ahis","ahistoric","ahistorical","ahold","aholds","ahorse","ahorseback","ahoy","ahs","ahull","ahungered","ahungry","ahuru","ahuruhuru","ahuruhurus","ahurus","ai","aia","aias","aiblins","aichmophobia","aichmophobias","aid","aida","aidance","aidances","aidant","aidas","aide","aided","aider","aiders","aides","aidful","aiding","aidless","aidman","aidmen","aidoi","aidos","aids","aieries","aiery","aiga","aigas","aight","aiglet","aiglets","aigret","aigrets","aigrette","aigrettes","aiguille","aiguilles","aiguillette","aiguillettes","aikido","aikidos","aikona","ail","ailanthic","ailanthus","ailanthuses","ailanto","ailantos","ailed","aileron","ailerons","ailette","ailettes","ailing","ailment","ailments","ailourophile","ailourophiles","ailourophilia","ailourophilias","ailourophilic","ailourophobe","ailourophobes","ailourophobia","ailourophobias","ailourophobic","ails","ailurophile","ailurophiles","ailurophilia","ailurophilias","ailurophilic","ailurophobe","ailurophobes","ailurophobia","ailurophobias","ailurophobic","aim","aimed","aimer","aimers","aimful","aimfully","aiming","aimless","aimlessly","aimlessness","aimlessnesses","aims","ain","aine","ainee","ainga","aingas","ains","ainsell","ainsells","aioli","aiolis","air","airbag","airbags","airbase","airbases","airboard","airboarding","airboardings","airboards","airboat","airboats","airborne","airbound","airbrick","airbricks","airbrush","airbrushed","airbrushes","airbrushing","airburst","airbursted","airbursting","airbursts","airbus","airbuses","airbusses","aircheck","airchecks","aircoach","aircoaches","aircon","aircons","aircraft","aircraftman","aircraftmen","aircraftsman","aircraftsmen","aircraftswoman","aircraftswomen","aircraftwoman","aircraftwomen","aircrew","aircrews","airdate","airdates","airdrawn","airdrome","airdromes","airdrop","airdropped","airdropping","airdrops","aired","airer","airers","airest","airfare","airfares","airfield","airfields","airflow","airflows","airfoil","airfoils","airframe","airframes","airfreight","airfreighted","airfreighting","airfreights","airgap","airgaps","airglow","airglows","airgraph","airgraphs","airgun","airguns","airhead","airheaded","airheads","airhole","airholes","airier","airiest","airily","airiness","airinesses","airing","airings","airless","airlessness","airlessnesses","airlift","airlifted","airlifting","airlifts","airlike","airline","airliner","airliners","airlines","airlock","airlocks","airmail","airmailed","airmailing","airmails","airman","airmanship","airmanships","airmen","airmobile","airn","airned","airning","airns","airpark","airparks","airplane","airplanes","airplay","airplays","airport","airports","airpost","airposts","airpower","airpowers","airproof","airproofed","airproofing","airproofs","airprox","airproxes","airs","airscape","airscapes","airscrew","airscrews","airshaft","airshafts","airshed","airsheds","airship","airships","airshot","airshots","airshow","airshows","airsick","airsickness","airsicknesses","airside","airsides","airspace","airspaces","airspeed","airspeeds","airstop","airstops","airstream","airstreams","airstrike","airstrikes","airstrip","airstrips","airt","airted","airth","airthed","airthing","airths","airtight","airtightness","airtightnesses","airtime","airtimes","airting","airts","airward","airwards","airwave","airwaves","airway","airways","airwise","airwoman","airwomen","airworthier","airworthiest","airworthiness","airworthinesses","airworthy","airy","ais","aisle","aisled","aisleless","aisles","aisleway","aisleways","aisling","aislings","ait","aitch","aitchbone","aitchbones","aitches","aits","aitu","aitus","aiver","aivers","aizle","aizles","ajar","ajee","ajiva","ajivas","ajowan","ajowans","ajuga","ajugas","ajutage","ajutages","ajwan","ajwans","aka","akaryote","akaryotes","akaryotic","akas","akatea","akateas","akathisia","akathisias","ake","akeake","akeakes","aked","akedah","akedahs","akee","akees","akela","akelas","akene","akenes","akenial","akes","akhara","akharas","akimbo","akin","akineses","akinesia","akinesias","akinesis","akinetic","aking","akiraho","akirahos","akita","akitas","akkas","akolouthos","akolouthoses","akoluthos","akoluthoses","akrasia","akrasias","akratic","akvavit","akvavits","al","ala","alaap","alaaps","alabamine","alabamines","alabandine","alabandines","alabandite","alabandites","alabaster","alabasters","alabastrine","alablaster","alablasters","alachlor","alachlors","alack","alackaday","alacrities","alacritous","alacrity","alae","alaiment","alaiments","alalagmoi","alalagmos","alalia","alalias","alameda","alamedas","alamo","alamode","alamodes","alamort","alamos","alan","aland","alands","alane","alang","alangs","alanin","alanine","alanines","alanins","alannah","alannahs","alans","alant","alants","alanyl","alanyls","alap","alapa","alapas","alaps","alar","alarm","alarmable","alarmed","alarmedly","alarming","alarmingly","alarmism","alarmisms","alarmist","alarmists","alarms","alarum","alarumed","alaruming","alarums","alary","alas","alaska","alaskas","alastor","alastors","alastrim","alastrims","alate","alated","alates","alation","alations","alay","alayed","alaying","alays","alb","alba","albacore","albacores","albarelli","albarello","albarellos","albas","albata","albatas","albatross","albatrosses","albe","albedo","albedoes","albedos","albee","albeit","alberghi","albergo","albert","albertite","albertites","alberts","albescence","albescences","albescent","albespine","albespines","albespyne","albespynes","albicore","albicores","albinal","albiness","albinesses","albinic","albinism","albinisms","albinistic","albino","albinoism","albinoisms","albinos","albinotic","albite","albites","albitic","albitical","albitise","albitised","albitises","albitising","albitize","albitized","albitizes","albitizing","albizia","albizias","albizzia","albizzias","albs","albugineous","albugo","albugos","album","albumblatt","albumblatter","albumblatts","albumen","albumenise","albumenised","albumenises","albumenising","albumenize","albumenized","albumenizes","albumenizing","albumens","albumin","albuminate","albuminates","albuminise","albuminised","albuminises","albuminising","albuminize","albuminized","albuminizes","albuminizing","albuminoid","albuminoids","albuminous","albumins","albuminuria","albuminurias","albuminuric","albumose","albumoses","albums","alburnous","alburnum","alburnums","albuterol","albuterols","alcade","alcades","alcahest","alcahests","alcaic","alcaiceria","alcaicerias","alcaics","alcaide","alcaides","alcalde","alcaldes","alcarraza","alcarrazas","alcatras","alcatrases","alcayde","alcaydes","alcazar","alcazars","alchemic","alchemical","alchemically","alchemies","alchemise","alchemised","alchemises","alchemising","alchemist","alchemistic","alchemistical","alchemists","alchemize","alchemized","alchemizes","alchemizing","alchemy","alchera","alcheras","alcheringa","alcheringas","alchymies","alchymy","alcid","alcidine","alcids","alco","alcohol","alcoholic","alcoholically","alcoholicities","alcoholicity","alcoholics","alcoholisation","alcoholisations","alcoholise","alcoholised","alcoholises","alcoholising","alcoholism","alcoholisms","alcoholization","alcoholizations","alcoholize","alcoholized","alcoholizes","alcoholizing","alcoholometer","alcoholometers","alcoholometries","alcoholometry","alcohols","alcolock","alcolocks","alcool","alcools","alcopop","alcopops","alcorza","alcorzas","alcos","alcove","alcoved","alcoves","alcyonarian","alcyonarians","aldea","aldeas","aldehyde","aldehydes","aldehydic","alder","alderflies","alderfly","alderman","aldermanic","aldermanities","aldermanity","aldermanlike","aldermanly","aldermanries","aldermanry","aldermanship","aldermanships","aldermen","aldern","alders","alderwoman","alderwomen","aldicarb","aldicarbs","aldohexose","aldohexoses","aldol","aldolase","aldolases","aldolisation","aldolisations","aldolization","aldolizations","aldols","aldopentose","aldopentoses","aldose","aldoses","aldosterone","aldosterones","aldosteronism","aldosteronisms","aldoxime","aldoximes","aldrin","aldrins","ale","aleatoric","aleatories","aleatory","alebench","alebenches","alec","alecithal","aleck","alecks","alecost","alecosts","alecs","alee","alef","alefs","aleft","alegar","alegars","alegge","aleggeaunce","aleggeaunces","alegged","alegges","alegging","alehouse","alehouses","alembic","alembicated","alembication","alembications","alembics","alembroth","alembroths","alencon","alencons","alength","aleph","alephs","alepine","alepines","alerce","alerces","alerion","alerions","alert","alerted","alerter","alertest","alerting","alertly","alertness","alertnesses","alerts","ales","alethic","aleuron","aleurone","aleurones","aleuronic","aleurons","alevin","alevins","alew","alewashed","alewife","alewives","alews","alexander","alexanders","alexanderses","alexandrine","alexandrines","alexandrite","alexandrites","alexia","alexias","alexic","alexin","alexine","alexines","alexinic","alexins","alexipharmakon","alexipharmakons","alexipharmic","alexipharmics","aleye","aleyed","aleyes","aleying","alf","alfa","alfaki","alfakis","alfalfa","alfalfas","alfaqui","alfaquin","alfaquins","alfaquis","alfas","alfereces","alferez","alfilaria","alfilarias","alfileria","alfilerias","alforja","alforjas","alfredo","alfresco","alfs","alga","algae","algaecide","algaecides","algal","algaroba","algarobas","algarroba","algarrobas","algarrobo","algarrobos","algas","algate","algates","algebra","algebraic","algebraical","algebraically","algebraist","algebraists","algebras","algerine","algerines","algeses","algesia","algesias","algesic","algesis","algetic","algicidal","algicide","algicides","algid","algidities","algidity","algidness","algidnesses","algin","alginate","alginates","alginic","algins","algoid","algolagnia","algolagniac","algolagniacs","algolagnias","algolagnic","algolagnist","algolagnists","algological","algologically","algologies","algologist","algologists","algology","algometer","algometers","algometries","algometry","algophobia","algophobias","algor","algorism","algorismic","algorisms","algorithm","algorithmic","algorithmically","algorithms","algors","alguacil","alguacils","alguazil","alguazils","algum","algums","alias","aliased","aliases","aliasing","aliasings","alibi","alibied","alibies","alibiing","alibis","alible","alicant","alicants","alicyclic","alidad","alidade","alidades","alidads","alien","alienabilities","alienability","alienable","alienage","alienages","alienate","alienated","alienates","alienating","alienation","alienations","alienator","alienators","aliened","alienee","alienees","aliener","alieners","aliening","alienism","alienisms","alienist","alienists","alienly","alienness","aliennesses","alienor","alienors","aliens","alif","aliform","alifs","aligarta","aligartas","alight","alighted","alighting","alightment","alightments","alights","align","aligned","aligner","aligners","aligning","alignment","alignments","aligns","alike","alikeness","alikenesses","aliment","alimental","alimentary","alimentation","alimentations","alimentative","alimented","alimenting","alimentiveness","aliments","alimonied","alimonies","alimony","aline","alineation","alineations","alined","alinement","alinements","aliner","aliners","alines","alining","aliped","alipeds","aliphatic","aliquant","aliquot","aliquots","alisma","alismaceous","alismas","alison","alisons","alist","alit","aliteracies","aliteracy","aliterate","aliterates","aliunde","alive","aliveness","alivenesses","aliya","aliyah","aliyahs","aliyas","aliyos","aliyot","aliyoth","alizari","alizarin","alizarine","alizarines","alizarins","alizaris","alkahest","alkahestic","alkahests","alkalescence","alkalescences","alkalescencies","alkalescency","alkalescent","alkali","alkalic","alkalies","alkalified","alkalifies","alkalify","alkalifying","alkalimeter","alkalimeters","alkalimetric","alkalimetries","alkalimetry","alkalin","alkaline","alkalinisation","alkalinisations","alkalinise","alkalinised","alkalinises","alkalinising","alkalinities","alkalinity","alkalinization","alkalinizations","alkalinize","alkalinized","alkalinizes","alkalinizing","alkalis","alkalisable","alkalise","alkalised","alkaliser","alkalisers","alkalises","alkalising","alkalizable","alkalize","alkalized","alkalizer","alkalizers","alkalizes","alkalizing","alkaloid","alkaloidal","alkaloids","alkaloses","alkalosis","alkalotic","alkane","alkanes","alkanet","alkanets","alkannin","alkannins","alkene","alkenes","alkie","alkies","alkine","alkines","alko","alkos","alkoxide","alkoxides","alkoxy","alky","alkyd","alkyds","alkyl","alkylate","alkylated","alkylates","alkylating","alkylation","alkylations","alkylic","alkyls","alkyne","alkynes","all","allanite","allanites","allantoic","allantoid","allantoidal","allantoides","allantoids","allantoin","allantoins","allantois","allantoises","allargando","allative","allatives","allay","allayed","allayer","allayers","allaying","allayings","allayment","allayments","allays","allcomers","alledge","alledged","alledges","alledging","allee","allees","allegation","allegations","allege","allegeance","allegeances","alleged","allegedly","alleger","allegers","alleges","allegge","allegged","allegges","allegging","allegiance","allegiances","allegiant","allegiants","alleging","allegoric","allegorical","allegorically","allegoricalness","allegoricalnesses","allegories","allegorisation","allegorisations","allegorise","allegorised","allegoriser","allegorisers","allegorises","allegorising","allegorist","allegorists","allegorization","allegorizations","allegorize","allegorized","allegorizer","allegorizers","allegorizes","allegorizing","allegory","allegretto","allegrettos","allegro","allegros","allel","allele","alleles","allelic","allelism","allelisms","allelomorph","allelomorphic","allelomorphism","allelomorphisms","allelomorphs","allelopathic","allelopathies","allelopathy","allels","alleluia","alleluiah","alleluiahs","alleluias","allemande","allemandes","allenarly","allergen","allergenic","allergenicities","allergenicity","allergens","allergic","allergics","allergies","allergin","allergins","allergist","allergists","allergy","allerion","allerions","allethrin","allethrins","alleviant","alleviants","alleviate","alleviated","alleviates","alleviating","alleviation","alleviations","alleviative","alleviator","alleviators","alleviatory","alley","alleycat","alleycats","alleyed","alleys","alleyway","alleyways","allhallond","allhallowen","allhallown","allheal","allheals","allhollown","alliable","alliaceous","alliance","alliances","allice","allices","allicholies","allicholy","allicin","allicins","allied","allies","alligarta","alligartas","alligate","alligated","alligates","alligating","alligation","alligations","alligator","alligators","allineation","allineations","allis","allises","alliterate","alliterated","alliterates","alliterating","alliteration","alliterations","alliterative","alliteratively","allium","alliums","allness","allnesses","allnight","allnighter","allnighters","alloantibodies","alloantibody","alloantigen","alloantigens","allobar","allobars","allocable","allocarpies","allocarpy","allocatable","allocate","allocated","allocates","allocating","allocation","allocations","allocator","allocators","allocheiria","allocheirias","allochiria","allochirias","allochthonous","allocution","allocutions","allod","allodia","allodial","allodium","allodiums","allods","allodynia","allodynias","allogamies","allogamous","allogamy","allogeneic","allogenic","allograft","allografted","allografting","allografts","allograph","allographic","allographs","alloiostrophos","allomeric","allomerism","allomerisms","allomerous","allometric","allometries","allometry","allomone","allomones","allomorph","allomorphic","allomorphism","allomorphisms","allomorphs","allonge","allonges","allons","allonym","allonymous","allonyms","allopath","allopathic","allopathically","allopathies","allopathist","allopathists","allopaths","allopathy","allopatric","allopatrically","allopatries","allopatry","allophane","allophanes","allophone","allophones","allophonic","alloplasm","alloplasmic","alloplasms","alloplastic","allopolyploid","allopolyploidies","allopolyploids","allopolyploidy","allopurinol","allopurinols","allosaur","allosaurs","allosaurus","allosauruses","allosteric","allosterically","allosteries","allostery","allot","allotetraploid","allotetraploidies","allotetraploids","allotetraploidy","allotheism","allotheisms","allotment","allotments","allotriomorphic","allotrope","allotropes","allotropic","allotropically","allotropies","allotropism","allotropisms","allotropous","allotropy","allots","allotted","allottee","allottees","allotter","allotteries","allotters","allottery","allotting","allotype","allotypes","allotypic","allotypically","allotypies","allotypy","allover","allovers","allow","allowabilities","allowability","allowable","allowableness","allowablenesses","allowables","allowably","allowance","allowanced","allowances","allowancing","allowed","allowedly","allowing","allows","alloxan","alloxans","alloy","alloyed","alloying","alloys","allozyme","allozymes","alls","allseed","allseeds","allsorts","allspice","allspices","allude","alluded","alludes","alluding","allure","allured","allurement","allurements","allurer","allurers","allures","alluring","alluringly","allusion","allusions","allusive","allusively","allusiveness","allusivenesses","alluvia","alluvial","alluvials","alluvion","alluvions","alluvium","alluviums","allweather","allweathers","ally","allychollies","allycholly","allying","allyl","allylic","allyls","allyou","alma","almacantar","almacantars","almagest","almagests","almah","almahs","almain","almains","almanac","almanack","almanacks","almanacs","almandine","almandines","almandite","almandites","almas","alme","almeh","almehs","almemar","almemars","almeries","almery","almes","almightily","almightiness","almightinesses","almighty","almirah","almirahs","almner","almners","almond","almonds","almondy","almoner","almoners","almonries","almonry","almost","almous","alms","almsgiver","almsgivers","almsgiving","almsgivings","almshouse","almshouses","almsman","almsmen","almswoman","almswomen","almucantar","almucantars","almuce","almuces","almud","almude","almudes","almuds","almug","almugs","alnage","alnager","alnagers","alnages","alnico","alnicoes","alnicos","alocasia","alocasias","alod","alodia","alodial","alodium","alodiums","alods","aloe","aloed","aloes","aloetic","aloetics","aloft","alogia","alogias","alogical","alogically","aloha","alohas","aloin","aloins","alone","alonely","aloneness","alonenesses","along","alongshore","alongshoreman","alongshoremen","alongside","alongst","aloo","aloof","aloofly","aloofness","aloofnesses","aloos","alopecia","alopecias","alopecic","alopecoid","aloud","alow","alowe","alp","alpaca","alpacas","alpacca","alpaccas","alpargata","alpargatas","alpeen","alpeens","alpenglow","alpenglows","alpenhorn","alpenhorns","alpenstock","alpenstocks","alpestrine","alpha","alphabet","alphabetarian","alphabetarians","alphabeted","alphabetic","alphabetical","alphabetically","alphabetiform","alphabeting","alphabetisation","alphabetise","alphabetised","alphabetiser","alphabetisers","alphabetises","alphabetising","alphabetization","alphabetizations","alphabetize","alphabetized","alphabetizer","alphabetizers","alphabetizes","alphabetizing","alphabets","alphameric","alphamerical","alphamerically","alphametic","alphametics","alphanumeric","alphanumerical","alphanumerically","alphanumerics","alphas","alphasort","alphasorted","alphasorting","alphasorts","alphatest","alphatested","alphatesting","alphatests","alphorn","alphorns","alphosis","alphosises","alphyl","alphyls","alpine","alpinely","alpines","alpinism","alpinisms","alpinist","alpinists","alps","already","alright","als","alsike","alsikes","also","alsoon","alsoone","alstroemeria","alstroemerias","alt","altaltissimo","altaltissimos","altar","altarage","altarages","altarpiece","altarpieces","altars","altarwise","altazimuth","altazimuths","alter","alterabilities","alterability","alterable","alterably","alterant","alterants","alteration","alterations","alterative","alteratives","altercate","altercated","altercates","altercating","altercation","altercations","altercative","altered","alterer","alterers","altering","alterities","alterity","altern","alternance","alternances","alternant","alternants","alternat","alternate","alternated","alternately","alternates","alternatim","alternating","alternation","alternations","alternative","alternatively","alternativeness","alternativenesses","alternatives","alternator","alternators","alternats","alterne","alternes","alters","altesse","altesses","alteza","altezas","altezza","altezzas","althaea","althaeas","althea","altheas","altho","althorn","althorns","although","altigraph","altigraphs","altimeter","altimeters","altimetrical","altimetrically","altimetries","altimetry","altiplano","altiplanos","altisonant","altissimo","altissimos","altitonant","altitude","altitudes","altitudinal","altitudinarian","altitudinarians","altitudinous","alto","altocumuli","altocumulus","altogether","altogethers","altoist","altoists","altoruffled","altos","altostrati","altostratus","altrices","altricial","altricials","altruism","altruisms","altruist","altruistic","altruistically","altruists","alts","alu","aludel","aludels","alula","alulae","alular","alulas","alum","alumin","alumina","aluminas","aluminate","aluminates","alumine","alumines","aluminic","aluminiferous","aluminise","aluminised","aluminises","aluminising","aluminium","aluminiums","aluminize","aluminized","aluminizes","aluminizing","aluminosilicate","aluminosilicates","aluminosities","aluminosity","aluminothermies","aluminothermy","aluminous","alumins","aluminum","aluminums","alumish","alumium","alumiums","alumna","alumnae","alumni","alumnus","alumroot","alumroots","alums","alumstone","alumstones","alunite","alunites","alure","alures","alus","alvearies","alveary","alveated","alveolar","alveolarly","alveolars","alveolate","alveolation","alveolations","alveole","alveoles","alveoli","alveolitis","alveolitises","alveolus","alvine","alway","always","alycompaine","alycompaines","alyssum","alyssums","am","ama","amabile","amadavat","amadavats","amadoda","amadou","amadous","amah","amahs","amain","amakosi","amakwerekwere","amalgam","amalgamate","amalgamated","amalgamates","amalgamating","amalgamation","amalgamations","amalgamative","amalgamator","amalgamators","amalgams","amandine","amandines","amandla","amandlas","amanita","amanitas","amanitin","amanitins","amantadine","amantadines","amanuenses","amanuensis","amaracus","amaracuses","amarant","amarantaceous","amaranth","amaranthaceous","amaranthine","amaranths","amarantin","amarantine","amarants","amarelle","amarelles","amaretti","amaretto","amarettos","amarna","amarone","amarones","amaryllid","amaryllidaceous","amaryllids","amaryllis","amaryllises","amas","amass","amassable","amassed","amasser","amassers","amasses","amassing","amassment","amassments","amate","amated","amates","amateur","amateurish","amateurishly","amateurishness","amateurishnesses","amateurism","amateurisms","amateurs","amateurship","amateurships","amating","amation","amations","amative","amatively","amativeness","amativenesses","amatol","amatols","amatorial","amatorially","amatorian","amatorious","amatory","amauroses","amaurosis","amaurotic","amaut","amauts","amaze","amazed","amazedly","amazedness","amazednesses","amazement","amazements","amazes","amazing","amazingly","amazon","amazonian","amazonians","amazonite","amazonites","amazons","amazonstone","amazonstones","ambach","ambaches","ambage","ambages","ambagious","ambagitory","amban","ambans","ambari","ambaries","ambaris","ambary","ambassador","ambassadorial","ambassadors","ambassadorship","ambassadorships","ambassadress","ambassadresses","ambassage","ambassages","ambassies","ambassy","ambatch","ambatches","ambeer","ambeers","amber","ambered","ambergris","ambergrises","amberies","amberina","amberinas","amberite","amberites","amberjack","amberjacks","amberoid","amberoids","amberous","ambers","ambery","ambiance","ambiances","ambidentate","ambidexter","ambidexterities","ambidexterity","ambidexterous","ambidexters","ambidextrous","ambidextrously","ambience","ambiences","ambient","ambients","ambiguities","ambiguity","ambiguous","ambiguously","ambiguousness","ambiguousnesses","ambilateral","ambiophonies","ambiophony","ambipolar","ambisexual","ambisexualities","ambisexuality","ambisexuals","ambit","ambition","ambitioned","ambitioning","ambitionless","ambitions","ambitious","ambitiously","ambitiousness","ambitiousnesses","ambits","ambitty","ambivalence","ambivalences","ambivalencies","ambivalency","ambivalent","ambivalently","ambiversion","ambiversions","ambivert","ambiverts","amble","ambled","ambler","amblers","ambles","ambling","amblings","amblygonite","amblygonites","amblyopia","amblyopias","amblyopic","ambo","amboceptor","amboceptors","amboina","amboinas","ambones","ambos","ambosexual","amboyna","amboynas","ambries","ambroid","ambroids","ambrosia","ambrosial","ambrosially","ambrosian","ambrosias","ambrotype","ambrotypes","ambry","ambsace","ambsaces","ambulacra","ambulacral","ambulacrum","ambulance","ambulanceman","ambulancemen","ambulances","ambulancewoman","ambulancewomen","ambulant","ambulants","ambulate","ambulated","ambulates","ambulating","ambulation","ambulations","ambulator","ambulatories","ambulatorily","ambulators","ambulatory","ambulette","ambulettes","ambuscade","ambuscaded","ambuscader","ambuscaders","ambuscades","ambuscading","ambuscado","ambuscadoes","ambuscados","ambush","ambushed","ambusher","ambushers","ambushes","ambushing","ambushment","ambushments","ame","amearst","ameba","amebae","ameban","amebas","amebean","amebiases","amebiasis","amebic","amebocyte","amebocytes","ameboid","ameer","ameerate","ameerates","ameers","ameioses","ameiosis","amelcorn","amelcorns","amelia","amelias","ameliorable","ameliorant","ameliorants","ameliorate","ameliorated","ameliorates","ameliorating","amelioration","ameliorations","ameliorative","ameliorator","ameliorators","amelioratory","ameloblast","ameloblasts","amelogeneses","amelogenesis","amen","amenabilities","amenability","amenable","amenableness","amenablenesses","amenably","amenage","amenaged","amenages","amenaging","amenaunce","amenaunces","amend","amendable","amendatory","amende","amended","amender","amenders","amendes","amending","amendment","amendments","amends","amene","amened","amening","amenities","amenity","amenorrhea","amenorrheas","amenorrheic","amenorrhoea","amenorrhoeas","amens","ament","amenta","amentaceous","amental","amentia","amentias","amentiferous","aments","amentum","amerce","amerceable","amerced","amercement","amercements","amercer","amercers","amerces","amerciable","amerciament","amerciaments","amercing","americium","americiums","ames","amesace","amesaces","ametabolic","ametabolism","ametabolisms","ametabolous","amethyst","amethystine","amethysts","ametropia","ametropias","ametropic","ami","amia","amiabilities","amiability","amiable","amiableness","amiablenesses","amiably","amianthine","amianthoid","amianthoidal","amianthus","amianthuses","amiantus","amiantuses","amias","amicabilities","amicability","amicable","amicableness","amicablenesses","amicably","amice","amices","amici","amicus","amid","amidase","amidases","amide","amides","amidic","amidin","amidine","amidines","amidins","amidmost","amido","amidogen","amidogens","amidol","amidols","amidone","amidones","amids","amidship","amidships","amidst","amie","amies","amiga","amigas","amigo","amigos","amildar","amildars","amin","amine","amines","aminic","aminities","aminity","amino","aminoaciduria","aminoacidurias","aminobenzoic","aminobutene","aminobutenes","aminopeptidase","aminopeptidases","aminophenazone","aminophenazones","aminophenol","aminophenols","aminophylline","aminophyllines","aminopterin","aminopterins","aminopyrine","aminopyrines","aminotransferase","aminotransferases","amins","amir","amirate","amirates","amirs","amis","amises","amiss","amisses","amissibilities","amissibility","amissible","amissing","amities","amitoses","amitosis","amitotic","amitotically","amitriptyline","amitriptylines","amitrole","amitroles","amitryptyline","amitryptylines","amity","amla","amlas","amman","ammans","ammeter","ammeters","ammine","ammines","ammino","ammiral","ammirals","ammo","ammocete","ammocetes","ammocoete","ammocoetes","ammon","ammonal","ammonals","ammonate","ammonates","ammonia","ammoniac","ammoniacal","ammoniacs","ammoniacum","ammoniacums","ammonias","ammoniate","ammoniated","ammoniates","ammoniating","ammoniation","ammoniations","ammonic","ammonical","ammonification","ammonifications","ammonified","ammonifies","ammonify","ammonifying","ammonite","ammonites","ammonitic","ammonium","ammoniums","ammono","ammonoid","ammonoids","ammonolyses","ammonolysis","ammons","ammophilous","ammos","ammunition","ammunitioned","ammunitioning","ammunitions","amnesia","amnesiac","amnesiacs","amnesias","amnesic","amnesics","amnestic","amnestied","amnesties","amnesty","amnestying","amnia","amnic","amnio","amniocenteses","amniocentesis","amnion","amnionic","amnions","amnios","amniote","amniotes","amniotic","amniotomies","amniotomy","amobarbital","amobarbitals","amoeba","amoebae","amoebaean","amoeban","amoebas","amoebean","amoebiases","amoebiasis","amoebic","amoebiform","amoebocyte","amoebocytes","amoeboid","amok","amoks","amokura","amokuras","amole","amoles","amomum","amomums","among","amongst","amontillado","amontillados","amoove","amooved","amooves","amooving","amoral","amoralism","amoralisms","amoralist","amoralists","amoralities","amorality","amorally","amorance","amorances","amorant","amorce","amorces","amoret","amorets","amoretti","amoretto","amorettos","amorini","amorino","amorism","amorisms","amorist","amoristic","amorists","amornings","amorosa","amorosas","amorosities","amorosity","amoroso","amorosos","amorous","amorously","amorousness","amorousnesses","amorphism","amorphisms","amorphous","amorphously","amorphousness","amorphousnesses","amort","amortisable","amortisation","amortisations","amortise","amortised","amortisement","amortisements","amortises","amortising","amortizable","amortization","amortizations","amortize","amortized","amortizement","amortizements","amortizes","amortizing","amosite","amosites","amotion","amotions","amount","amounted","amounting","amounts","amour","amourette","amourettes","amours","amove","amoved","amoves","amoving","amowt","amowts","amoxicillin","amoxicillins","amoxycillin","amoxycillins","amp","ampassies","ampassy","amped","ampelographies","ampelography","ampelopses","ampelopsis","amperage","amperages","ampere","amperes","amperometric","ampersand","ampersands","amperzand","amperzands","amphetamine","amphetamines","amphiarthroses","amphiarthrosis","amphiaster","amphiasters","amphibia","amphibian","amphibians","amphibiotic","amphibious","amphibiously","amphibiousness","amphibiousnesses","amphiblastic","amphiblastula","amphiblastulae","amphibole","amphiboles","amphibolic","amphibolies","amphibolite","amphibolites","amphibological","amphibologies","amphibology","amphibolous","amphiboly","amphibrach","amphibrachic","amphibrachs","amphichroic","amphichromatic","amphicoelous","amphictyon","amphictyonic","amphictyonies","amphictyons","amphictyony","amphidentate","amphidiploid","amphidiploidies","amphidiploids","amphidiploidy","amphigastria","amphigastrium","amphigoric","amphigories","amphigory","amphigouri","amphigouris","amphimacer","amphimacers","amphimictic","amphimixes","amphimixis","amphioxi","amphioxus","amphioxuses","amphipath","amphipathic","amphiphile","amphiphiles","amphiphilic","amphiploid","amphiploidies","amphiploids","amphiploidy","amphipod","amphipodous","amphipods","amphiprostylar","amphiprostyle","amphiprostyles","amphiprotic","amphisbaena","amphisbaenae","amphisbaenas","amphisbaenic","amphiscian","amphiscians","amphistomatal","amphistomatic","amphistomous","amphistylar","amphistylars","amphitheater","amphitheaters","amphitheatral","amphitheatre","amphitheatres","amphitheatric","amphitheatrical","amphitheatrically","amphithecia","amphithecium","amphitricha","amphitrichous","amphitropous","ampholyte","ampholytes","amphora","amphorae","amphoral","amphoras","amphoric","amphoteric","ampicillin","ampicillins","amping","ample","ampleness","amplenesses","ampler","amplest","amplexicaul","amplexus","amplexuses","ampliation","ampliations","ampliative","amplidyne","amplidynes","amplifiable","amplification","amplifications","amplified","amplifier","amplifiers","amplifies","amplify","amplifying","amplitude","amplitudes","amplosome","amplosomes","amply","ampoule","ampoules","amps","ampul","ampule","ampules","ampulla","ampullaceal","ampullaceous","ampullae","ampullar","ampullary","ampullosities","ampullosity","ampuls","amputate","amputated","amputates","amputating","amputation","amputations","amputator","amputators","amputee","amputees","amreeta","amreetas","amrit","amrita","amritas","amritattva","amritattvas","amrits","amsinckia","amsinckias","amtman","amtmans","amtrac","amtrack","amtracks","amtracs","amu","amuck","amucks","amulet","amuletic","amulets","amus","amusable","amuse","amuseable","amused","amusedly","amusement","amusements","amuser","amusers","amuses","amusette","amusettes","amusia","amusias","amusic","amusing","amusingly","amusingness","amusingnesses","amusive","amusiveness","amusivenesses","amygdal","amygdala","amygdalaceous","amygdalae","amygdalate","amygdale","amygdales","amygdalin","amygdaline","amygdalins","amygdaloid","amygdaloidal","amygdaloids","amygdals","amygdule","amygdules","amyl","amylaceous","amylase","amylases","amylene","amylenes","amylic","amylogen","amylogens","amyloid","amyloidal","amyloidoses","amyloidosis","amyloidosises","amyloids","amylolyses","amylolysis","amylolytic","amylopectin","amylopectins","amyloplast","amyloplasts","amylopsin","amylopsins","amylose","amyloses","amyls","amylum","amylums","amyotonia","amyotonias","amyotrophic","amyotrophies","amyotrophy","an","ana","anabaena","anabaenas","anabantid","anabantids","anabaptise","anabaptised","anabaptises","anabaptising","anabaptism","anabaptisms","anabaptist","anabaptistic","anabaptists","anabaptize","anabaptized","anabaptizes","anabaptizing","anabas","anabases","anabasis","anabatic","anabioses","anabiosis","anabiotic","anableps","anablepses","anabolic","anabolism","anabolisms","anabolite","anabolites","anabolitic","anabranch","anabranches","anacardiaceous","anacardium","anacardiums","anacatharses","anacatharsis","anacathartic","anacathartics","anacharis","anacharises","anachorism","anachorisms","anachronic","anachronical","anachronically","anachronism","anachronisms","anachronistic","anachronistically","anachronous","anachronously","anaclastic","anaclinal","anaclises","anaclisis","anaclitic","anacolutha","anacoluthia","anacoluthias","anacoluthic","anacoluthically","anacoluthon","anacoluthons","anaconda","anacondas","anacoustic","anacreontic","anacreontically","anacreontics","anacruses","anacrusis","anacrustic","anadem","anadems","anadiploses","anadiplosis","anadromous","anadyomene","anaemia","anaemias","anaemic","anaemically","anaerobe","anaerobes","anaerobia","anaerobic","anaerobically","anaerobiont","anaerobionts","anaerobioses","anaerobiosis","anaerobiotic","anaerobium","anaestheses","anaesthesia","anaesthesias","anaesthesiology","anaesthesis","anaesthetic","anaesthetically","anaesthetics","anaesthetise","anaesthetised","anaesthetises","anaesthetising","anaesthetist","anaesthetists","anaesthetize","anaesthetized","anaesthetizes","anaesthetizing","anageneses","anagenesis","anaglyph","anaglyphic","anaglyphical","anaglyphies","anaglyphs","anaglyphy","anaglyptic","anaglyptical","anagnorises","anagnorisis","anagoge","anagoges","anagogic","anagogical","anagogically","anagogies","anagogy","anagram","anagrammatic","anagrammatical","anagrammatically","anagrammatise","anagrammatised","anagrammatises","anagrammatising","anagrammatism","anagrammatisms","anagrammatist","anagrammatists","anagrammatization","anagrammatizations","anagrammatize","anagrammatized","anagrammatizes","anagrammatizing","anagrammed","anagrammer","anagrammers","anagramming","anagrams","anal","analcime","analcimes","analcimic","analcite","analcites","analecta","analectic","analects","analemma","analemmas","analemmata","analemmatic","analeptic","analeptics","analgesia","analgesias","analgesic","analgesics","analgetic","analgetics","analgia","analgias","analities","anality","anally","analog","analoga","analogic","analogical","analogically","analogies","analogise","analogised","analogises","analogising","analogism","analogisms","analogist","analogists","analogize","analogized","analogizes","analogizing","analogon","analogons","analogous","analogously","analogousness","analogousnesses","analogs","analogue","analogues","analogy","analphabet","analphabete","analphabetes","analphabetic","analphabetics","analphabetism","analphabetisms","analphabets","analysable","analysand","analysands","analysation","analysations","analyse","analysed","analyser","analysers","analyses","analysing","analysis","analyst","analysts","analyte","analytes","analytic","analytical","analytically","analyticities","analyticity","analytics","analyzabilities","analyzability","analyzable","analyzation","analyzations","analyze","analyzed","analyzer","analyzers","analyzes","analyzing","anamneses","anamnesis","anamnestic","anamnestically","anamniote","anamniotes","anamniotic","anamorphic","anamorphism","anamorphisms","anamorphoscope","anamorphoscopes","anamorphoses","anamorphosis","anamorphous","anan","anana","ananas","ananases","anandamide","anandamides","anandrous","ananke","anankes","ananthous","anapaest","anapaestic","anapaestical","anapaests","anapest","anapestic","anapestics","anapests","anaphase","anaphases","anaphasic","anaphor","anaphora","anaphoral","anaphoras","anaphoreses","anaphoresis","anaphoric","anaphorical","anaphorically","anaphors","anaphrodisia","anaphrodisiac","anaphrodisiacs","anaphrodisias","anaphylactic","anaphylactically","anaphylactoid","anaphylaxes","anaphylaxies","anaphylaxis","anaphylaxy","anaplasia","anaplasias","anaplasmoses","anaplasmosis","anaplastic","anaplasties","anaplasty","anapleroses","anaplerosis","anaplerotic","anaptyctic","anaptyctical","anaptyxes","anaptyxis","anarch","anarchal","anarchial","anarchic","anarchical","anarchically","anarchies","anarchise","anarchised","anarchises","anarchising","anarchism","anarchisms","anarchist","anarchistic","anarchistically","anarchists","anarchize","anarchized","anarchizes","anarchizing","anarchs","anarchy","anarthria","anarthrias","anarthric","anarthrous","anarthrously","anarthrousness","anas","anasarca","anasarcas","anasarcous","anastases","anastasis","anastatic","anastigmat","anastigmatic","anastigmatism","anastigmatisms","anastigmats","anastomose","anastomosed","anastomoses","anastomosing","anastomosis","anastomotic","anastrophe","anastrophes","anastrozole","anastrozoles","anata","anatas","anatase","anatases","anatexes","anatexis","anathema","anathemas","anathemata","anathematical","anathematise","anathematised","anathematises","anathematising","anathematize","anathematized","anathematizes","anathematizing","anatman","anatmans","anatomic","anatomical","anatomically","anatomies","anatomisation","anatomisations","anatomise","anatomised","anatomiser","anatomisers","anatomises","anatomising","anatomist","anatomists","anatomization","anatomizations","anatomize","anatomized","anatomizer","anatomizers","anatomizes","anatomizing","anatomy","anatoxin","anatoxins","anatropies","anatropous","anatropy","anatta","anattas","anatto","anattos","anaxial","anburies","anbury","ance","ancestor","ancestored","ancestorial","ancestoring","ancestors","ancestral","ancestrally","ancestrals","ancestress","ancestresses","ancestries","ancestry","ancho","anchor","anchorage","anchorages","anchored","anchoress","anchoresses","anchoret","anchoretic","anchoretical","anchorets","anchorette","anchorettes","anchoring","anchorite","anchorites","anchoritic","anchoritical","anchoritically","anchorless","anchorman","anchormen","anchorpeople","anchorperson","anchorpersons","anchors","anchorwoman","anchorwomen","anchos","anchoveta","anchovetas","anchovetta","anchovettas","anchovies","anchovy","anchusa","anchusas","anchusin","anchusins","anchylose","anchylosed","anchyloses","anchylosing","anchylosis","anchylotic","ancient","ancienter","ancientest","anciently","ancientness","ancientnesses","ancientries","ancientry","ancients","ancile","ancilia","ancilla","ancillae","ancillaries","ancillary","ancillas","ancipital","ancipitous","ancle","ancles","ancome","ancomes","ancon","anconal","ancone","anconeal","ancones","anconoid","ancora","ancress","ancresses","ancylostomiases","ancylostomiasis","and","andalusite","andalusites","andante","andantes","andantini","andantino","andantinos","andesine","andesines","andesite","andesites","andesitic","andesyte","andesytes","andiron","andirons","andouille","andouilles","andouillette","andouillettes","andradite","andradites","andro","androcentric","androcentrism","androcentrisms","androcephalous","androclinia","androclinium","androdioecious","androdioecism","androdioecisms","androecia","androecial","androecium","androeciums","androgen","androgeneses","androgenesis","androgenetic","androgenic","androgenous","androgens","androgyne","androgynes","androgynies","androgynophore","androgynophores","androgynous","androgyny","android","androids","andrologies","andrologist","andrologists","andrology","andromeda","andromedas","andromedotoxin","andromedotoxins","andromonoecious","andromonoecism","andromonoecisms","andropause","andropauses","androphore","androphores","andros","androsphinges","androsphinx","androsphinxes","androsterone","androsterones","ands","andvile","andviles","ane","anear","aneared","anearing","anears","aneath","anecdota","anecdotage","anecdotages","anecdotal","anecdotalism","anecdotalisms","anecdotalist","anecdotalists","anecdotally","anecdote","anecdotes","anecdotic","anecdotical","anecdotically","anecdotist","anecdotists","anecdyses","anecdysis","anechoic","anelace","anelaces","anelastic","anelasticities","anelasticity","anele","aneled","aneles","aneling","anelli","anemia","anemias","anemic","anemically","anemochore","anemochores","anemochorous","anemogram","anemograms","anemograph","anemographic","anemographies","anemographs","anemography","anemologies","anemology","anemometer","anemometers","anemometric","anemometrical","anemometries","anemometry","anemone","anemones","anemophilies","anemophilous","anemophily","anemophobia","anemophobias","anemoscope","anemoscopes","anemoses","anemosis","anencephalia","anencephalias","anencephalic","anencephalies","anencephaly","anenst","anent","anergia","anergias","anergic","anergies","anergy","anerly","aneroid","aneroids","anes","anesthesia","anesthesias","anesthesiologies","anesthesiologist","anesthesiologists","anesthesiology","anesthetic","anesthetically","anesthetics","anesthetise","anesthetised","anesthetises","anesthetising","anesthetist","anesthetists","anesthetization","anesthetize","anesthetized","anesthetizes","anesthetizing","anestra","anestri","anestrous","anestrum","anestrus","anestruses","anethol","anethole","anetholes","anethols","anetic","aneuploid","aneuploidies","aneuploids","aneuploidy","aneurin","aneurins","aneurism","aneurismal","aneurismally","aneurismatic","aneurisms","aneurysm","aneurysmal","aneurysmally","aneurysmatic","aneurysms","anew","anfractuosities","anfractuosity","anfractuous","anga","angakok","angakoks","angaria","angarias","angaries","angary","angas","angashore","angashores","angekkok","angekkoks","angekok","angekoks","angel","angeled","angelfish","angelfishes","angelhood","angelhoods","angelic","angelica","angelical","angelically","angelicas","angeling","angelolatries","angelolatry","angelologies","angelologist","angelologists","angelology","angelophanies","angelophany","angels","angelus","angeluses","anger","angered","angering","angerless","angerly","angers","angico","angicos","angina","anginal","anginas","anginose","anginous","angiocardiographic","angiocardiographies","angiocardiography","angiocarpous","angiogeneses","angiogenesis","angiogenic","angiogram","angiograms","angiographic","angiographies","angiography","angiologies","angiology","angioma","angiomas","angiomata","angiomatous","angioplasties","angioplasty","angiosarcoma","angiosarcomas","angiosarcomata","angiosperm","angiospermal","angiospermous","angiosperms","angiostomatous","angiostomous","angiotensin","angiotensins","angklung","angklungs","angle","angleberries","angleberry","angled","angledozer","angledozers","angledug","angledugs","anglepod","anglepods","angler","anglerfish","anglerfishes","anglers","angles","anglesite","anglesites","angletwitch","angletwitches","anglewise","angleworm","angleworms","anglice","anglicisation","anglicisations","anglicise","anglicised","anglicises","anglicising","anglicism","anglicisms","anglicist","anglicists","anglicization","anglicizations","anglicize","anglicized","anglicizes","anglicizing","anglified","anglifies","anglify","anglifying","angling","anglings","anglist","anglistics","anglists","anglo","anglomania","anglomaniac","anglomaniacs","anglomanias","anglophil","anglophile","anglophiles","anglophilia","anglophilias","anglophilic","anglophils","anglophobe","anglophobes","anglophobia","anglophobiac","anglophobias","anglophobic","anglophone","anglophones","anglophonic","anglos","angola","angophora","angophoras","angora","angoras","angostura","angosturas","angrier","angries","angriest","angrily","angriness","angrinesses","angry","angst","angstier","angstiest","angstrom","angstroms","angsts","angsty","anguifauna","anguifaunae","anguifaunas","anguiform","anguilliform","anguine","anguiped","anguipede","anguish","anguished","anguishes","anguishing","angular","angularities","angularity","angularly","angularness","angularnesses","angulate","angulated","angulates","angulating","angulation","angulations","angulose","angulous","angustifoliate","angustirostrate","angwantibo","angwantibos","anharmonic","anhedonia","anhedonias","anhedonic","anhedral","anhelation","anhelations","anhidroses","anhidrosis","anhidrotic","anhidrotics","anhinga","anhingas","anhungered","anhungred","anhydrase","anhydrases","anhydride","anhydrides","anhydrite","anhydrites","anhydrous","ani","anicca","aniccas","aniconic","aniconism","aniconisms","aniconist","aniconists","anicut","anicuts","anidroses","anidrosis","anigh","anight","anil","anile","anilin","anilinctus","anilinctuses","aniline","anilines","anilingus","anilinguses","anilins","anilities","anility","anils","anima","animacies","animacy","animadversion","animadversions","animadvert","animadverted","animadverter","animadverters","animadverting","animadverts","animal","animalcula","animalcular","animalcule","animalcules","animalculism","animalculisms","animalculist","animalculists","animalculum","animalian","animalic","animalier","animaliers","animalisation","animalisations","animalise","animalised","animalises","animalising","animalism","animalisms","animalist","animalistic","animalists","animalities","animality","animalization","animalizations","animalize","animalized","animalizes","animalizing","animallike","animally","animals","animas","animate","animated","animatedly","animately","animateness","animatenesses","animater","animaters","animates","animatic","animatics","animating","animatingly","animation","animations","animatism","animatisms","animatist","animatists","animato","animator","animators","animatronic","animatronically","animatronics","anime","animes","animi","animis","animism","animisms","animist","animistic","animists","animosities","animosity","animus","animuses","anion","anionic","anions","aniridia","aniridias","aniridic","anis","anise","aniseed","aniseeds","aniseikonia","aniseikonias","aniseikonic","anises","anisette","anisettes","anisic","anisocercal","anisodactyl","anisodactylous","anisodactyls","anisogamies","anisogamous","anisogamy","anisole","anisoles","anisomeric","anisomerous","anisometric","anisometropia","anisometropias","anisometropic","anisomorphic","anisophyllies","anisophyllous","anisophylly","anisotropic","anisotropically","anisotropies","anisotropism","anisotropisms","anisotropy","anker","ankerite","ankerites","ankers","ankh","ankhs","ankle","anklebone","anklebones","ankled","ankles","anklet","anklets","ankling","anklong","anklongs","anklung","anklungs","ankus","ankuses","ankush","ankushes","ankylosaur","ankylosaurs","ankylosaurus","ankylosauruses","ankylose","ankylosed","ankyloses","ankylosing","ankylosis","ankylostomiases","ankylostomiasis","ankylotic","anlace","anlaces","anlage","anlagen","anlages","anlas","anlases","ann","anna","annabergite","annabergites","annal","annalise","annalised","annalises","annalising","annalist","annalistic","annalists","annalize","annalized","annalizes","annalizing","annals","annas","annat","annates","annats","annatta","annattas","annatto","annattos","anneal","annealed","annealer","annealers","annealing","annealings","anneals","annectent","annelid","annelidan","annelidans","annelids","annex","annexable","annexation","annexational","annexationism","annexationisms","annexationist","annexationists","annexations","annexe","annexed","annexes","annexing","annexion","annexions","annexment","annexments","annexure","annexures","annicut","annicuts","annihilable","annihilate","annihilated","annihilates","annihilating","annihilation","annihilationism","annihilations","annihilative","annihilator","annihilators","annihilatory","anniversaries","anniversary","anno","annona","annonas","annotatable","annotate","annotated","annotates","annotating","annotation","annotations","annotative","annotator","annotators","announce","announced","announcement","announcements","announcer","announcers","announces","announcing","annoy","annoyance","annoyances","annoyed","annoyer","annoyers","annoying","annoyingly","annoys","anns","annual","annualise","annualised","annualises","annualising","annualize","annualized","annualizes","annualizing","annually","annuals","annuitant","annuitants","annuities","annuity","annul","annular","annularities","annularity","annularly","annulars","annulate","annulated","annulates","annulation","annulations","annulet","annulets","annuli","annullable","annulled","annulling","annulment","annulments","annulose","annuls","annulus","annuluses","annunciate","annunciated","annunciates","annunciating","annunciation","annunciations","annunciative","annunciator","annunciators","annunciatory","annuntiate","annuntiated","annuntiates","annuntiating","anoa","anoas","anobiid","anobiids","anodal","anodally","anode","anodes","anodic","anodically","anodisation","anodisations","anodise","anodised","anodises","anodising","anodization","anodizations","anodize","anodized","anodizes","anodizing","anodontia","anodontias","anodyne","anodynes","anodynic","anoeses","anoesis","anoestra","anoestri","anoestrous","anoestrum","anoestrus","anoetic","anoint","anointed","anointer","anointers","anointing","anointment","anointments","anoints","anole","anoles","anolyte","anolytes","anomalies","anomalistic","anomalistical","anomalistically","anomalous","anomalously","anomalousness","anomalousnesses","anomaly","anomic","anomie","anomies","anomy","anon","anonaceous","anonym","anonyma","anonymas","anonymise","anonymised","anonymises","anonymising","anonymities","anonymity","anonymize","anonymized","anonymizes","anonymizing","anonymous","anonymously","anonymousness","anonymousnesses","anonyms","anoopsia","anoopsias","anopheles","anopheline","anophelines","anopia","anopias","anopsia","anopsias","anorak","anoraks","anorectal","anorectic","anorectics","anoretic","anoretics","anorexia","anorexias","anorexic","anorexics","anorexies","anorexigenic","anorexy","anorthic","anorthite","anorthites","anorthitic","anorthosite","anorthosites","anorthositic","anosmatic","anosmia","anosmias","anosmic","another","anotherguess","anough","anourous","anovulant","anovulants","anovular","anovulation","anovulations","anovulatory","anow","anoxaemia","anoxaemias","anoxaemic","anoxemia","anoxemias","anoxemic","anoxia","anoxias","anoxic","ans","ansa","ansae","ansate","ansated","anserine","anserines","anserous","answer","answerabilities","answerability","answerable","answerableness","answerably","answered","answerer","answerers","answering","answerless","answerphone","answerphones","answers","ant","anta","antacid","antacids","antae","antagonisable","antagonisation","antagonisations","antagonise","antagonised","antagonises","antagonising","antagonism","antagonisms","antagonist","antagonistic","antagonistically","antagonists","antagonizable","antagonization","antagonizations","antagonize","antagonized","antagonizes","antagonizing","antalgic","antalgics","antalkali","antalkalies","antalkaline","antalkalines","antalkalis","antaphrodisiac","antaphrodisiacs","antar","antara","antaras","antarctic","antars","antarthritic","antarthritics","antas","antasthmatic","antasthmatics","antbear","antbears","antbird","antbirds","ante","anteater","anteaters","antebellum","antecede","anteceded","antecedence","antecedences","antecedent","antecedently","antecedents","antecedes","anteceding","antecessor","antecessors","antechamber","antechambers","antechapel","antechapels","antechoir","antechoirs","anted","antedate","antedated","antedates","antedating","antediluvial","antediluvially","antediluvian","antediluvians","anteed","antefix","antefixa","antefixae","antefixal","antefixes","anteing","antelope","antelopes","antelucan","antemeridian","antemortem","antemundane","antenatal","antenatally","antenatals","antenati","antenna","antennae","antennal","antennary","antennas","antenniferous","antenniform","antennular","antennule","antennules","antenuptial","anteorbital","antepast","antepasts","antependia","antependium","antependiums","antepenult","antepenultima","antepenultimas","antepenultimate","antepenultimates","antepenults","anteposition","antepositions","anteprandial","anterior","anteriorities","anteriority","anteriorly","anterograde","anteroom","anterooms","antes","antetype","antetypes","anteversion","anteversions","antevert","anteverted","anteverting","anteverts","anthelia","anthelices","anthelion","anthelions","anthelix","anthelixes","anthelminthic","anthelminthics","anthelmintic","anthelmintics","anthem","anthemed","anthemia","anthemic","antheming","anthemion","anthems","anthemwise","anther","antheral","antherid","antheridia","antheridial","antheridium","antherids","antherozoid","antherozoids","antherozooid","antherozooids","anthers","anthersmut","anthersmuts","antheses","anthesis","anthill","anthills","anthocarp","anthocarpous","anthocarps","anthochlore","anthochlores","anthocyan","anthocyanin","anthocyanins","anthocyans","anthodia","anthodium","anthoid","anthological","anthologies","anthologise","anthologised","anthologiser","anthologisers","anthologises","anthologising","anthologist","anthologists","anthologize","anthologized","anthologizer","anthologizers","anthologizes","anthologizing","anthology","anthomania","anthomaniac","anthomaniacs","anthomanias","anthophilous","anthophore","anthophores","anthophyllite","anthophyllites","anthotaxies","anthotaxy","anthoxanthin","anthoxanthins","anthozoan","anthozoans","anthozoic","anthracene","anthracenes","anthraces","anthracic","anthracite","anthracites","anthracitic","anthracnose","anthracnoses","anthracoid","anthracoses","anthracosis","anthranilate","anthranilates","anthraquinone","anthraquinones","anthrax","anthraxes","anthropic","anthropical","anthropobiology","anthropocentric","anthropocentrically","anthropocentricities","anthropocentricity","anthropocentrism","anthropocentrisms","anthropogeneses","anthropogenesis","anthropogenetic","anthropogenic","anthropogenies","anthropogeny","anthropogonies","anthropogony","anthropography","anthropoid","anthropoidal","anthropoids","anthropolatries","anthropolatry","anthropological","anthropologically","anthropologies","anthropologist","anthropologists","anthropology","anthropometric","anthropometries","anthropometrist","anthropometry","anthropomorph","anthropomorphic","anthropomorphically","anthropomorphism","anthropomorphisms","anthropomorphist","anthropomorphists","anthropomorphization","anthropomorphizations","anthropomorphize","anthropomorphized","anthropomorphizes","anthropomorphizing","anthropomorphs","anthropopathic","anthropopathies","anthropopathism","anthropopathisms","anthropopathy","anthropophagi","anthropophagic","anthropophagies","anthropophagite","anthropophagous","anthropophagus","anthropophagy","anthropophobia","anthropophobias","anthropophobic","anthropophobics","anthropophuism","anthropophuisms","anthropophyte","anthropophytes","anthropopsychic","anthroposophic","anthroposophies","anthroposophist","anthroposophy","anthropotomies","anthropotomy","anthurium","anthuriums","anti","antiabortion","antiabortionist","antiabortionists","antiabuse","antiacademic","antiacademics","antiacne","antiaditis","antiaditises","antiadministration","antiaggression","antiaging","antiair","antiaircraft","antiaircrafts","antialcohol","antialcoholism","antialcoholisms","antialien","antiallergenic","antiallergenics","antianemia","antianxiety","antiapartheid","antiapartheids","antiaphrodisiac","antiaphrodisiacs","antiar","antiarin","antiarins","antiaristocratic","antiarmor","antiarrhythmic","antiarrhythmics","antiars","antiarthritic","antiarthritics","antiarthritis","antiassimilation","antiassimilations","antiasthma","antiasthmatic","antiasthmatics","antiatom","antiatoms","antiauthoritarian","antiauthoritarianism","antiauthoritarianisms","antiauthority","antiauxin","antiauxins","antibacchii","antibacchius","antibacklash","antibacterial","antibacterials","antiballistic","antibarbarus","antibarbaruses","antibaryon","antibaryons","antibias","antibilious","antibillboard","antibioses","antibiosis","antibiotic","antibiotically","antibiotics","antiblack","antiblackism","antiblackisms","antibodies","antibody","antiboss","antibourgeois","antiboycott","antiboycotts","antibug","antibureaucratic","antiburglar","antiburglary","antibuser","antibusers","antibusiness","antibusing","antic","anticaking","antical","antically","anticancer","anticapitalism","anticapitalisms","anticapitalist","anticapitalists","anticar","anticarcinogen","anticarcinogenic","anticarcinogens","anticaries","anticatalyst","anticatalysts","anticathode","anticathodes","anticatholic","anticellulite","anticensorship","antichlor","antichloristic","antichlors","antichoice","antichoicer","antichoicers","anticholesterol","anticholinergic","anticholinergics","anticholinesterase","anticholinesterases","antichrist","antichristian","antichristianly","antichrists","antichthones","antichurch","anticigarette","anticipant","anticipants","anticipatable","anticipate","anticipated","anticipates","anticipating","anticipation","anticipations","anticipative","anticipatively","anticipator","anticipatorily","anticipators","anticipatory","anticise","anticised","anticises","anticising","anticity","anticivic","anticivism","anticivisms","anticize","anticized","anticizes","anticizing","antick","anticke","anticked","anticking","anticks","anticlassical","anticlastic","anticlerical","anticlericalism","anticlericalisms","anticlericalist","anticlericalists","anticlericals","anticlimactic","anticlimactical","anticlimactically","anticlimax","anticlimaxes","anticlinal","anticlinals","anticline","anticlines","anticling","anticlinoria","anticlinorium","anticlinoriums","anticlockwise","anticlotting","anticly","anticoagulant","anticoagulants","anticodon","anticodons","anticoincidence","anticold","anticollision","anticolonial","anticolonialism","anticolonialisms","anticolonialist","anticolonialists","anticolonials","anticommercial","anticommercialism","anticommercialisms","anticommunism","anticommunisms","anticommunist","anticommunists","anticompetitive","anticonglomerate","anticonservation","anticonservationist","anticonservationists","anticonservations","anticonsumer","anticonsumers","anticonventional","anticonvulsant","anticonvulsants","anticonvulsive","anticonvulsives","anticorporate","anticorrosion","anticorrosive","anticorrosives","anticorruption","anticorruptions","anticounterfeiting","anticous","anticrack","anticreative","anticrime","anticruelty","antics","anticult","anticults","anticultural","anticyclone","anticyclones","anticyclonic","antidandruff","antidazzle","antidefamation","antidemocratic","antidepressant","antidepressants","antidepression","antidepressions","antiderivative","antiderivatives","antidesegregation","antidesertification","antidesiccant","antidesiccants","antidevelopment","antidiabetic","antidiarrheal","antidiarrheals","antidilution","antidiscrimination","antidiuretic","antidiuretics","antidogmatic","antidora","antidotal","antidotally","antidote","antidoted","antidotes","antidoting","antidraft","antidromic","antidromically","antidrug","antidumping","antidune","antidunes","antieconomic","antieducational","antiegalitarian","antielectron","antielectrons","antielite","antielites","antielitism","antielitisms","antielitist","antielitists","antiemetic","antiemetics","antient","antientropic","antients","antiepilepsy","antiepileptic","antiepileptics","antierotic","antiestablishment","antiestrogen","antiestrogens","antievolution","antievolutionary","antievolutionism","antievolutionisms","antievolutionist","antievolutionists","antifamily","antifascism","antifascisms","antifascist","antifascists","antifashion","antifashionable","antifashions","antifat","antifatigue","antifebrile","antifebriles","antifederalist","antifederalists","antifemale","antifeminine","antifeminism","antifeminisms","antifeminist","antifeminists","antiferromagnet","antiferromagnetic","antiferromagnetically","antiferromagnetism","antiferromagnetisms","antiferromagnets","antifertility","antifilibuster","antifilibusters","antiflu","antifluoridationist","antifluoridationists","antifoam","antifoaming","antifog","antifogging","antiforeclosure","antiforeign","antiforeigner","antiformalist","antiformalists","antifouling","antifoulings","antifraud","antifreeze","antifreezes","antifriction","antifrictions","antifungal","antifungals","antifur","antigambling","antigang","antigay","antigen","antigene","antigenes","antigenic","antigenically","antigenicities","antigenicity","antigens","antiglare","antiglobulin","antiglobulins","antigovernment","antigraft","antigravities","antigravity","antigropeloes","antigropelos","antigrowth","antiguerrilla","antiguerrillas","antigun","antihalation","antihalations","antihelices","antihelix","antihelixes","antihelminthic","antihelminthics","antihero","antiheroes","antiheroic","antiheroine","antiheroines","antiherpes","antihierarchical","antihijack","antihistamine","antihistamines","antihistaminic","antihistaminics","antihistorical","antihomosexual","antihuman","antihumanism","antihumanisms","antihumanistic","antihumanitarian","antihumanitarians","antihunter","antihunting","antihuntings","antihydrogen","antihydrogens","antihypertensive","antihypertensives","antihysteric","antihysterics","antijacobin","antijacobins","antijam","antijamming","antijammings","antikickback","antiking","antikings","antiknock","antiknocks","antilabor","antileak","antileft","antilegomena","antileprosy","antilepton","antileptons","antileukemic","antiliberal","antiliberalism","antiliberalisms","antiliberals","antilibertarian","antilibertarians","antilife","antilifer","antilifers","antiliterate","antiliterates","antilitter","antilittering","antilock","antilog","antilogarithm","antilogarithmic","antilogarithms","antilogical","antilogies","antilogous","antilogs","antilogy","antilopine","antilynching","antimacassar","antimacassars","antimacho","antimagnetic","antimalaria","antimalarial","antimalarials","antimale","antiman","antimanagement","antimanagements","antimarijuana","antimarket","antimask","antimasks","antimasque","antimasques","antimaterialism","antimaterialisms","antimaterialist","antimaterialists","antimatter","antimatters","antimechanist","antimechanists","antimere","antimeres","antimerger","antimeric","antimerism","antimerisms","antimetabole","antimetaboles","antimetabolic","antimetabolics","antimetabolite","antimetabolites","antimetaphysical","antimetatheses","antimetathesis","antimicrobial","antimicrobials","antimilitarism","antimilitarisms","antimilitarist","antimilitarists","antimilitary","antimine","antimiscegenation","antimissile","antimissiles","antimitotic","antimitotics","antimnemonic","antimnemonics","antimodern","antimodernist","antimodernists","antimoderns","antimonarchical","antimonarchist","antimonarchists","antimonate","antimonates","antimonial","antimonials","antimoniate","antimoniates","antimonic","antimonide","antimonides","antimonies","antimonious","antimonite","antimonites","antimonopolist","antimonopolists","antimonopoly","antimonous","antimony","antimonyl","antimonyls","antimosquito","antimuon","antimuons","antimusic","antimusical","antimusics","antimutagen","antimutagens","antimycin","antimycins","antimycotic","antinarrative","antinarratives","antinational","antinationalist","antinationalists","antinatural","antinature","antinatures","antinausea","antineoplastic","antinephritic","antinephritics","antinepotism","antinepotisms","antineutrino","antineutrinos","antineutron","antineutrons","anting","antings","antinodal","antinode","antinodes","antinoise","antinoises","antinome","antinomes","antinomian","antinomianism","antinomianisms","antinomians","antinomic","antinomical","antinomically","antinomies","antinomy","antinovel","antinovelist","antinovelists","antinovels","antinuclear","antinuclearist","antinuclearists","antinucleon","antinucleons","antinuke","antinuker","antinukers","antinukes","antiobesities","antiobesity","antiobscenities","antiobscenity","antiodontalgic","antiodontalgics","antiorganization","antiorganizations","antioxidant","antioxidants","antiozonant","antiozonants","antipapal","antiparallel","antiparallels","antiparasitic","antiparasitics","antiparticle","antiparticles","antiparties","antiparty","antipasti","antipasto","antipastos","antipathetic","antipathetical","antipathetically","antipathic","antipathies","antipathist","antipathists","antipathy","antiperiodic","antiperiodics","antiperistalses","antiperistalsis","antiperistaltic","antiperistases","antiperistasis","antipersonnel","antiperspirant","antiperspirants","antipesticide","antipetalous","antiphlogistic","antiphlogistics","antiphon","antiphonal","antiphonally","antiphonals","antiphonaries","antiphonary","antiphoner","antiphoners","antiphonic","antiphonical","antiphonically","antiphonies","antiphons","antiphony","antiphrases","antiphrasis","antiphrastic","antiphrastical","antipill","antipiracies","antipiracy","antiplague","antiplagues","antiplaque","antipleasure","antipleasures","antipoaching","antipodal","antipodals","antipode","antipodean","antipodeans","antipodes","antipoetic","antipolar","antipole","antipoles","antipolice","antipolitical","antipolitics","antipollution","antipollutions","antipope","antipopes","antipopular","antiporn","antipornographic","antipornography","antipot","antipoverty","antipredator","antipredators","antipress","antiprofiteering","antiprogressive","antiprostitution","antiproton","antiprotons","antipruritic","antipruritics","antipsychiatry","antipsychotic","antipsychotics","antipyic","antipyics","antipyreses","antipyresis","antipyretic","antipyretics","antipyrine","antipyrines","antiquarian","antiquarianism","antiquarianisms","antiquarians","antiquaries","antiquark","antiquarks","antiquary","antiquate","antiquated","antiquatedness","antiquates","antiquating","antiquation","antiquations","antique","antiqued","antiquely","antiqueness","antiquenesses","antiquer","antiquers","antiques","antiquey","antiquing","antiquitarian","antiquitarians","antiquities","antiquity","antirabies","antirachitic","antirachitics","antiracism","antiracisms","antiracist","antiracists","antiracketeering","antiradar","antiradars","antiradical","antiradicalism","antiradicalisms","antirape","antirational","antirationalism","antirationalisms","antirationalist","antirationalists","antirationalities","antirationality","antirealism","antirealisms","antirealist","antirealists","antirecession","antirecessionary","antirecessions","antired","antireductionism","antireductionisms","antireductionist","antireductionists","antireflection","antireflective","antireform","antiregulatory","antirejection","antireligion","antireligious","antirepublican","antirepublicans","antiretroviral","antiretrovirals","antirevolutionaries","antirevolutionary","antirheumatic","antirheumatics","antiriot","antiritualism","antiritualisms","antirock","antiroll","antiromantic","antiromanticism","antiromanticisms","antiromantics","antiroyal","antiroyalist","antiroyalists","antirrhinum","antirrhinums","antirust","antirusts","antis","antisag","antisatellite","antischizophrenia","antischizophrenic","antiscian","antiscians","antiscience","antisciences","antiscientific","antiscorbutic","antiscorbutics","antiscriptural","antisecrecy","antisegregation","antiseizure","antisense","antisentimental","antisepalous","antiseparatist","antiseparatists","antisepses","antisepsis","antiseptic","antiseptically","antisepticise","antisepticised","antisepticises","antisepticising","antisepticism","antisepticisms","antisepticize","antisepticized","antisepticizes","antisepticizing","antiseptics","antisera","antiserum","antiserums","antisex","antisexist","antisexists","antisexual","antisexualities","antisexuality","antishake","antishakes","antishark","antiship","antishock","antishocks","antishoplifting","antiskid","antislaveries","antislavery","antisleep","antislip","antismog","antismoke","antismoker","antismokers","antismoking","antismuggling","antismut","antisnob","antisnobs","antisocial","antisocialism","antisocialisms","antisocialist","antisocialists","antisocialities","antisociality","antisocially","antisolar","antispam","antispasmodic","antispasmodics","antispast","antispastic","antispasts","antispeculation","antispeculative","antispending","antistat","antistate","antistatic","antistatics","antistats","antistick","antistories","antistory","antistress","antistrike","antistrophe","antistrophes","antistrophic","antistrophically","antistrophon","antistrophons","antistudent","antistyle","antistyles","antisubmarine","antisubsidy","antisubversion","antisubversions","antisubversive","antisubversives","antisuicide","antisymmetric","antisyphilitic","antisyphilitics","antisyzygies","antisyzygy","antitakeover","antitank","antitarnish","antitax","antitechnological","antitechnologies","antitechnology","antiterrorism","antiterrorisms","antiterrorist","antiterrorists","antithalian","antitheft","antitheism","antitheisms","antitheist","antitheistic","antitheists","antitheoretical","antitheses","antithesis","antithet","antithetic","antithetical","antithetically","antithets","antithrombin","antithrombins","antithrombotic","antithrombotics","antithyroid","antitobacco","antitotalitarian","antitoxic","antitoxin","antitoxins","antitrade","antitrades","antitraditional","antitragi","antitragus","antitranspirant","antitrinitarian","antitrust","antitruster","antitrusters","antitubercular","antituberculosis","antituberculous","antitumor","antitumoral","antitumors","antitussive","antitussives","antitypal","antitype","antitypes","antityphoid","antitypic","antitypical","antitypically","antiulcer","antiunemployment","antiunion","antiuniversities","antiuniversity","antiurban","antivenene","antivenenes","antivenin","antivenins","antivenom","antivenoms","antiviolence","antiviral","antivirals","antivirus","antiviruses","antivitamin","antivitamins","antivivisection","antivivisectionist","antivivisectionists","antiwar","antiwear","antiweed","antiwelfare","antiwhaling","antiwhite","antiwoman","antiworld","antiworlds","antiwrinkle","antler","antlered","antlers","antlia","antliae","antliate","antlike","antlion","antlions","antoninianus","antoninianuses","antonomasia","antonomasias","antonomastic","antonym","antonymic","antonymies","antonymous","antonyms","antonymy","antpitta","antpittas","antra","antral","antre","antres","antrorse","antrorsely","antrum","antrums","ants","antsier","antsiest","antsiness","antsinesses","antsy","antwackie","anucleate","anucleated","anural","anuran","anurans","anureses","anuresis","anuretic","anuria","anurias","anuric","anurous","anus","anuses","anvil","anviled","anviling","anvilled","anvilling","anvils","anviltop","anviltops","anxieties","anxiety","anxiolytic","anxiolytics","anxious","anxiously","anxiousness","anxiousnesses","any","anybodies","anybody","anyhow","anymore","anyon","anyone","anyones","anyons","anyplace","anyroad","anything","anythingarian","anythingarians","anythings","anytime","anyway","anyways","anywhen","anywhere","anywheres","anywhither","anywise","anziani","ao","aorist","aoristic","aoristically","aorists","aorta","aortae","aortal","aortas","aortic","aortitis","aortitises","aortographic","aortographies","aortography","aoudad","aoudads","apace","apache","apaches","apadana","apadanas","apage","apagoge","apagoges","apagogic","apagogical","apagogically","apaid","apanage","apanaged","apanages","aparejo","aparejos","apart","apartheid","apartheids","aparthotel","aparthotels","apartment","apartmental","apartments","apartness","apartnesses","apatetic","apathaton","apathatons","apathetic","apathetical","apathetically","apathies","apathy","apatite","apatites","apatosaur","apatosaurs","apatosaurus","apatosauruses","apay","apayd","apaying","apays","ape","apeak","aped","apedom","apedoms","apeek","apehood","apehoods","apelike","apeman","apemen","apepsia","apepsias","apepsies","apepsy","aper","apercu","apercus","aperient","aperients","aperies","aperiodic","aperiodically","aperiodicities","aperiodicity","aperitif","aperitifs","aperitive","aperitives","apers","apert","apertness","apertnesses","apertural","aperture","apertured","apertures","apery","apes","apeshit","apetalies","apetalous","apetaly","apex","apexes","apgar","aphaereses","aphaeresis","aphaeretic","aphagia","aphagias","aphakia","aphakias","aphanipterous","aphanite","aphanites","aphanitic","aphasia","aphasiac","aphasiacs","aphasias","aphasic","aphasics","aphelandra","aphelandras","aphelia","aphelian","aphelion","aphelions","apheliotropic","apheliotropism","apheliotropisms","aphereses","apheresis","apheretic","apheses","aphesis","aphetic","aphetically","aphetise","aphetised","aphetises","aphetising","aphetize","aphetized","aphetizes","aphetizing","aphicide","aphicides","aphid","aphides","aphidian","aphidians","aphidicide","aphidicides","aphidious","aphids","aphis","apholate","apholates","aphonia","aphonias","aphonic","aphonics","aphonies","aphonous","aphony","aphorise","aphorised","aphoriser","aphorisers","aphorises","aphorising","aphorism","aphorisms","aphorist","aphoristic","aphoristically","aphorists","aphorize","aphorized","aphorizer","aphorizers","aphorizes","aphorizing","aphotic","aphrodisia","aphrodisiac","aphrodisiacal","aphrodisiacs","aphrodisias","aphrodite","aphrodites","aphtha","aphthae","aphthous","aphyllies","aphyllous","aphylly","apiaceous","apian","apiarian","apiarians","apiaries","apiarist","apiarists","apiary","apical","apically","apicals","apices","apician","apiculate","apiculi","apicultural","apiculture","apicultures","apiculturist","apiculturists","apiculus","apiece","apiezon","apimania","apimanias","aping","apiol","apiologies","apiology","apiols","apish","apishly","apishness","apishnesses","apism","apisms","apitherapies","apitherapy","apivorous","aplacental","aplanat","aplanatic","aplanatically","aplanatism","aplanatisms","aplanats","aplanetic","aplanogamete","aplanogametes","aplanospore","aplanospores","aplasia","aplasias","aplastic","aplenty","aplite","aplites","aplitic","aplomb","aplombs","aplustre","aplustres","apnea","apneal","apneas","apneic","apneuses","apneusis","apneustic","apnoea","apnoeal","apnoeas","apnoeic","apo","apoapses","apoapsides","apoapsis","apocalypse","apocalypses","apocalyptic","apocalyptical","apocalyptically","apocalypticism","apocalypticisms","apocalyptism","apocalyptisms","apocalyptist","apocalyptists","apocarp","apocarpies","apocarpous","apocarps","apocarpy","apocatastases","apocatastasis","apochromat","apochromatic","apochromatism","apochromatisms","apochromats","apocopate","apocopated","apocopates","apocopating","apocopation","apocopations","apocope","apocopes","apocopic","apocrine","apocrypha","apocryphal","apocryphally","apocryphalness","apocryphalnesses","apocryphon","apocynaceous","apocynthion","apocynthions","apod","apodal","apode","apodeictic","apodeictical","apodeictically","apodes","apodictic","apodictical","apodictically","apodoses","apodosis","apodous","apods","apodyterium","apodyteriums","apoenzyme","apoenzymes","apogaeic","apogamic","apogamies","apogamous","apogamously","apogamy","apogeal","apogean","apogee","apogees","apogeic","apogeotropic","apogeotropism","apogeotropisms","apograph","apographs","apolaustic","apolaustics","apolipoprotein","apolipoproteins","apolitical","apoliticalities","apoliticality","apolitically","apoliticism","apoliticisms","apollo","apollonian","apollonicon","apollonicons","apollos","apolog","apologal","apologetic","apologetical","apologetically","apologetics","apologia","apologiae","apologias","apologies","apologise","apologised","apologiser","apologisers","apologises","apologising","apologist","apologists","apologize","apologized","apologizer","apologizers","apologizes","apologizing","apologs","apologue","apologues","apology","apolune","apolunes","apomict","apomictic","apomictical","apomictically","apomicts","apomixes","apomixis","apomorphia","apomorphias","apomorphine","apomorphines","aponeuroses","aponeurosis","aponeurotic","apoop","apopemptic","apophases","apophasis","apophatic","apophlegmatic","apophlegmatics","apophonies","apophony","apophthegm","apophthegmatic","apophthegmatise","apophthegmatist","apophthegmatize","apophthegms","apophyge","apophyges","apophyllite","apophyllites","apophysate","apophyseal","apophyses","apophysial","apophysis","apoplast","apoplasts","apoplectic","apoplectical","apoplectically","apoplectics","apoplex","apoplexed","apoplexes","apoplexies","apoplexing","apoplexy","apoprotein","apoproteins","apoptoses","apoptosis","apoptotic","aporetic","aporia","aporias","aport","apos","aposematic","aposematically","aposiopeses","aposiopesis","aposiopetic","apositia","apositias","apositic","aposporic","apospories","aposporous","apospory","apostacies","apostacy","apostasies","apostasy","apostate","apostates","apostatic","apostatical","apostatise","apostatised","apostatises","apostatising","apostatize","apostatized","apostatizes","apostatizing","apostil","apostille","apostilles","apostils","apostle","apostles","apostleship","apostleships","apostolate","apostolates","apostolic","apostolical","apostolically","apostolicism","apostolicisms","apostolicities","apostolicity","apostolise","apostolised","apostolises","apostolising","apostolize","apostolized","apostolizes","apostolizing","apostrophe","apostrophes","apostrophic","apostrophise","apostrophised","apostrophises","apostrophising","apostrophize","apostrophized","apostrophizes","apostrophizing","apostrophus","apostrophuses","apothecaries","apothecary","apothece","apotheces","apothecia","apothecial","apothecium","apothegm","apothegmatic","apothegmatical","apothegmatise","apothegmatised","apothegmatises","apothegmatising","apothegmatist","apothegmatists","apothegmatize","apothegmatized","apothegmatizes","apothegmatizing","apothegms","apothem","apothems","apotheoses","apotheosis","apotheosise","apotheosised","apotheosises","apotheosising","apotheosize","apotheosized","apotheosizes","apotheosizing","apotropaic","apotropaically","apotropaism","apotropaisms","apotropous","apozem","apozems","app","appaid","appair","appaired","appairing","appairs","appal","appall","appalled","appalling","appallingly","appalls","appaloosa","appaloosas","appals","appalti","appalto","appanage","appanaged","appanages","apparat","apparatchik","apparatchiki","apparatchiks","apparats","apparatus","apparatuses","apparel","appareled","appareling","apparelled","apparelling","apparelment","apparelments","apparels","apparencies","apparency","apparent","apparently","apparentness","apparentnesses","apparents","apparition","apparitional","apparitions","apparitor","apparitors","appartement","appartements","appassionato","appay","appayd","appaying","appays","appeach","appeached","appeaches","appeaching","appeachment","appeachments","appeal","appealabilities","appealability","appealable","appealed","appealer","appealers","appealing","appealingly","appealingness","appealingnesses","appeals","appear","appearance","appearances","appeared","appearer","appearers","appearing","appears","appeasable","appease","appeased","appeasement","appeasements","appeaser","appeasers","appeases","appeasing","appeasingly","appel","appellant","appellants","appellate","appellation","appellational","appellations","appellative","appellatively","appellatives","appellee","appellees","appellor","appellors","appels","append","appendage","appendages","appendant","appendants","appendectomies","appendectomy","appended","appendent","appendents","appendicectomies","appendicectomy","appendices","appendicites","appendicitides","appendicitis","appendicitises","appendicle","appendicles","appendicular","appendicularian","appendiculate","appending","appendix","appendixes","appends","apperceive","apperceived","apperceives","apperceiving","apperception","apperceptions","apperceptive","appercipient","apperil","apperill","apperills","apperils","appertain","appertainance","appertainances","appertained","appertaining","appertainment","appertainments","appertains","appertinent","appertinents","appestat","appestats","appeteezement","appeteezements","appetence","appetences","appetencies","appetency","appetent","appetible","appetise","appetised","appetisement","appetisements","appetiser","appetisers","appetises","appetising","appetisingly","appetite","appetites","appetition","appetitions","appetitive","appetize","appetized","appetizer","appetizers","appetizes","appetizing","appetizingly","applaud","applaudable","applaudably","applauded","applauder","applauders","applauding","applaudingly","applauds","applause","applauses","applausive","applausively","apple","applecart","applecarts","appledrain","appledrains","applejack","applejacks","appleringie","appleringies","apples","applesauce","applesauces","applet","applets","appley","appliable","appliance","appliances","applicabilities","applicability","applicable","applicableness","applicably","applicant","applicants","applicate","application","applications","applicative","applicatively","applicator","applicators","applicatory","applied","applier","appliers","applies","applique","appliqued","appliqueing","appliques","apply","applying","appoggiatura","appoggiaturas","appoggiature","appoint","appointed","appointee","appointees","appointer","appointers","appointing","appointive","appointment","appointments","appointor","appointors","appoints","apport","apportion","apportionable","apportioned","apportioner","apportioners","apportioning","apportionment","apportionments","apportions","apports","apposable","appose","apposed","apposer","apposers","apposes","apposing","apposite","appositely","appositeness","appositenesses","apposition","appositional","appositions","appositive","appositively","appositives","appraisable","appraisal","appraisals","appraise","appraised","appraisee","appraisees","appraisement","appraisements","appraiser","appraisers","appraises","appraising","appraisingly","appraisive","appraisively","appreciable","appreciably","appreciate","appreciated","appreciates","appreciating","appreciation","appreciations","appreciative","appreciatively","appreciativeness","appreciativenesses","appreciator","appreciatorily","appreciators","appreciatory","apprehend","apprehended","apprehending","apprehends","apprehensible","apprehensibly","apprehension","apprehensions","apprehensive","apprehensively","apprehensiveness","apprehensivenesses","apprentice","apprenticed","apprenticehood","apprenticehoods","apprenticement","apprenticements","apprentices","apprenticeship","apprenticeships","apprenticing","appress","appressed","appresses","appressing","appressoria","appressorium","apprise","apprised","appriser","apprisers","apprises","apprising","apprisings","apprize","apprized","apprizer","apprizers","apprizes","apprizing","apprizings","appro","approach","approachabilities","approachability","approachable","approached","approaches","approaching","approbate","approbated","approbates","approbating","approbation","approbations","approbative","approbatory","approof","approofs","appropinquate","appropinquated","appropinquates","appropinquating","appropinquation","appropinque","appropinqued","appropinques","appropinquing","appropinquities","appropinquity","appropriable","appropriacies","appropriacy","appropriate","appropriated","appropriately","appropriateness","appropriatenesses","appropriates","appropriating","appropriation","appropriations","appropriative","appropriator","appropriators","appros","approvable","approvably","approval","approvals","approvance","approvances","approve","approved","approver","approvers","approves","approving","approvingly","approximal","approximate","approximated","approximately","approximates","approximating","approximation","approximations","approximative","apps","appui","appuied","appuis","appulse","appulses","appulsive","appulsively","appurtenance","appurtenances","appurtenant","appurtenants","appuy","appuyed","appuying","appuys","apractic","apraxia","apraxias","apraxic","apres","apricate","apricated","apricates","apricating","aprication","aprications","apricock","apricocks","apricot","apricots","apriorism","apriorisms","apriorist","apriorists","apriorities","apriority","apron","aproned","apronful","apronfuls","aproning","apronlike","aprons","apropos","aprotic","apsaras","apsarases","apse","apses","apsidal","apsides","apsidiole","apsidioles","apsis","apso","apsos","apt","aptamer","aptamers","apted","apter","apteral","apteria","apterism","apterisms","apterium","apterous","apterygial","apteryx","apteryxes","aptest","apting","aptitude","aptitudes","aptitudinal","aptitudinally","aptly","aptness","aptnesses","aptote","aptotes","aptotic","apts","apyrase","apyrases","apyretic","apyrexia","apyrexias","aqua","aquabatic","aquabatics","aquaboard","aquaboards","aquacade","aquacades","aquaceutical","aquaceuticals","aquacultural","aquaculture","aquacultures","aquaculturist","aquaculturists","aquadrome","aquadromes","aquae","aquaerobics","aquafarm","aquafarmed","aquafarming","aquafarms","aquafer","aquafers","aquafit","aquafitness","aquafitnesses","aquafits","aquafortis","aquafortises","aquafortist","aquafortists","aqualeather","aqualeathers","aqualung","aqualungs","aquamanale","aquamanales","aquamanile","aquamaniles","aquamarine","aquamarines","aquanaut","aquanautics","aquanauts","aquaphobe","aquaphobes","aquaphobia","aquaphobias","aquaphobic","aquaphobics","aquaplane","aquaplaned","aquaplaner","aquaplaners","aquaplanes","aquaplaning","aquaplanings","aquaporin","aquaporins","aquarelle","aquarelles","aquarellist","aquarellists","aquaria","aquarial","aquarian","aquarians","aquariist","aquariists","aquarist","aquarists","aquarium","aquariums","aquarobic","aquarobics","aquas","aquashow","aquashows","aquatic","aquatically","aquatics","aquatint","aquatinta","aquatintas","aquatinted","aquatinter","aquatinters","aquatinting","aquatintist","aquatintists","aquatints","aquatone","aquatones","aquavit","aquavits","aqueduct","aqueducts","aqueous","aqueously","aquicultural","aquiculture","aquicultures","aquiculturist","aquiculturists","aquifer","aquiferous","aquifers","aquifoliaceous","aquilegia","aquilegias","aquiline","aquilinities","aquilinity","aquilon","aquilons","aquiver","ar","araara","araaras","araba","arabas","arabesk","arabesks","arabesque","arabesqued","arabesques","arabic","arabica","arabicas","arabicisation","arabicisations","arabicise","arabicised","arabicises","arabicising","arabicization","arabicizations","arabicize","arabicized","arabicizes","arabicizing","arabilities","arability","arabin","arabinose","arabinoses","arabinoside","arabinosides","arabins","arabis","arabisation","arabisations","arabise","arabised","arabises","arabising","arabization","arabizations","arabize","arabized","arabizes","arabizing","arable","arables","araceous","arachidonic","arachis","arachises","arachnid","arachnidan","arachnidans","arachnids","arachnoid","arachnoidal","arachnoiditis","arachnoiditises","arachnoids","arachnological","arachnologies","arachnologist","arachnologists","arachnology","arachnophobe","arachnophobes","arachnophobia","arachnophobias","arachnophobic","arachnophobics","araeometer","araeometers","araeometric","araeometrical","araeometries","araeometry","araeostyle","araeostyles","araeosystyle","araeosystyles","aragonite","aragonites","aragonitic","araise","araised","araises","araising","arak","araks","aralia","araliaceous","aralias","arame","arames","aramid","aramids","araneid","araneidan","araneids","araneous","arapaima","arapaimas","araponga","arapongas","arapunga","arapungas","arar","araroba","ararobas","arars","araucaria","araucarian","araucarias","arayse","araysed","arayses","araysing","arb","arba","arbalest","arbalester","arbalesters","arbalests","arbalist","arbalister","arbalisters","arbalists","arbas","arbelest","arbelests","arbiter","arbiters","arbitrable","arbitrage","arbitraged","arbitrager","arbitragers","arbitrages","arbitrageur","arbitrageurs","arbitraging","arbitral","arbitrament","arbitraments","arbitrarily","arbitrariness","arbitrarinesses","arbitrary","arbitrate","arbitrated","arbitrates","arbitrating","arbitration","arbitrational","arbitrations","arbitrative","arbitrator","arbitrators","arbitratrices","arbitratrix","arbitratrixes","arbitrement","arbitrements","arbitress","arbitresses","arbitrium","arbitriums","arblast","arblaster","arblasters","arblasts","arbor","arboraceous","arboreal","arboreally","arbored","arboreous","arbores","arborescence","arborescences","arborescent","arboret","arboreta","arborets","arboretum","arboretums","arboricultural","arboriculture","arboricultures","arboriculturist","arborio","arborios","arborisation","arborisations","arborise","arborised","arborises","arborising","arborist","arborists","arborization","arborizations","arborize","arborized","arborizes","arborizing","arborous","arbors","arborvitae","arborvitaes","arbour","arboured","arbours","arboviral","arbovirus","arboviruses","arbs","arbuscle","arbuscles","arbuscular","arbute","arbutean","arbutes","arbutus","arbutuses","arc","arcade","arcaded","arcades","arcadia","arcadian","arcadians","arcadias","arcading","arcadings","arcana","arcanas","arcane","arcanely","arcaneness","arcanenesses","arcanist","arcanists","arcanum","arcanums","arcature","arcatures","arccosine","arccosines","arced","arch","archaea","archaeal","archaean","archaeans","archaebacteria","archaebacterium","archaei","archaeoastronomies","archaeoastronomy","archaeobotanies","archaeobotanist","archaeobotany","archaeological","archaeologically","archaeologies","archaeologist","archaeologists","archaeology","archaeometric","archaeometries","archaeometrist","archaeometrists","archaeometry","archaeon","archaeopteryx","archaeopteryxes","archaeornis","archaeornises","archaeozoology","archaeus","archaezoologies","archaezoology","archaic","archaical","archaically","archaicism","archaicisms","archaise","archaised","archaiser","archaisers","archaises","archaising","archaism","archaisms","archaist","archaistic","archaists","archaize","archaized","archaizer","archaizers","archaizes","archaizing","archangel","archangelic","archangels","archbishop","archbishopric","archbishoprics","archbishops","archconservative","archconservatives","archdeacon","archdeaconries","archdeaconry","archdeacons","archdiocesan","archdiocese","archdioceses","archdruid","archdruids","archducal","archduchess","archduchesses","archduchies","archduchy","archduke","archdukedom","archdukedoms","archdukes","archean","arched","archegonia","archegonial","archegoniate","archegoniates","archegonium","archei","archenemies","archenemy","archentera","archenteric","archenteron","archenterons","archeoastronomy","archeobotanies","archeobotanist","archeobotanists","archeobotany","archeological","archeologically","archeologies","archeologist","archeologists","archeology","archeomagnetism","archeometries","archeometry","archeozoologies","archeozoologist","archeozoology","archer","archeress","archeresses","archerfish","archerfishes","archeries","archers","archery","arches","archespore","archespores","archesporia","archesporial","archesporium","archest","archetypal","archetypally","archetype","archetypes","archetypical","archetypically","archeus","archfiend","archfiends","archfoe","archfoes","archgenethliac","archgenethliacs","archicarp","archicarps","archidiaconal","archidiaconate","archidiaconates","archiepiscopacy","archiepiscopal","archiepiscopally","archiepiscopate","archiepiscopates","archil","archilowe","archilowes","archils","archimage","archimages","archimandrite","archimandrites","archine","archines","arching","archings","archipelagian","archipelagic","archipelago","archipelagoes","archipelagos","archiphoneme","archiphonemes","archiplasm","archiplasmic","archiplasms","architect","architected","architecting","architectonic","architectonically","architectonics","architects","architectural","architecturally","architecture","architectures","architrave","architraved","architraves","architype","architypes","archival","archive","archived","archives","archiving","archivist","archivists","archivolt","archivolts","archlet","archlets","archlute","archlutes","archly","archness","archnesses","archologies","archology","archon","archons","archonship","archonships","archontate","archontates","archontic","archoplasm","archoplasmic","archoplasms","archosaur","archosaurian","archosaurs","archpriest","archpriesthood","archpriesthoods","archpriests","archpriestship","archpriestships","archrival","archrivals","archstone","archstones","archway","archways","archwise","arciform","arcing","arcings","arcked","arcking","arckings","arcmin","arcmins","arcminute","arcminutes","arco","arcograph","arcographs","arcologies","arcology","arcos","arcs","arcsec","arcsecond","arcseconds","arcsecs","arcsine","arcsines","arctangent","arctangents","arctic","arctically","arctics","arctiid","arctiids","arctoid","arctophil","arctophile","arctophiles","arctophilia","arctophilias","arctophilies","arctophilist","arctophilists","arctophils","arctophily","arcuate","arcuated","arcuately","arcuation","arcuations","arcubalist","arcubalists","arcus","arcuses","ard","ardeb","ardebs","ardencies","ardency","ardent","ardently","ardor","ardors","ardour","ardours","ardri","ardrigh","ardrighs","ardris","ards","arduous","arduously","arduousness","arduousnesses","are","area","areach","areached","areaches","areaching","aread","areading","areads","areae","areal","areally","arear","areas","areaway","areaways","areca","arecas","arecoline","arecolines","ared","aredd","arede","aredes","areding","arefaction","arefactions","arefied","arefies","arefy","arefying","areg","areic","arena","arenaceous","arenas","arenation","arenations","arene","arenes","arenicolous","arenite","arenites","arenitic","arenose","arenous","areocentric","areographic","areographies","areography","areola","areolae","areolar","areolas","areolate","areolated","areolation","areolations","areole","areoles","areologies","areology","areometer","areometers","areostyle","areostyles","areosystile","areosystiles","arepa","arepas","arere","ares","aret","arete","aretes","arethusa","arethusas","arets","arett","aretted","aretting","aretts","arew","arf","arfs","arfvedsonite","arfvedsonites","argal","argala","argalas","argali","argalis","argals","argan","argand","argands","argans","argemone","argemones","argent","argental","argentic","argentiferous","argentine","argentines","argentite","argentites","argentous","argents","argentum","argentums","argh","arghan","arghans","argil","argillaceous","argilliferous","argillite","argillites","argillitic","argils","arginase","arginases","arginine","arginines","argle","argled","argles","argling","argol","argols","argon","argonaut","argonautic","argonauts","argonon","argonons","argons","argosies","argosy","argot","argotic","argots","arguable","arguably","argue","argued","arguer","arguers","argues","argufied","argufier","argufiers","argufies","argufy","argufying","arguing","arguli","argulus","argument","argumenta","argumentation","argumentations","argumentative","argumentatively","argumentive","arguments","argumentum","argumentums","argus","arguses","argute","argutely","arguteness","argutenesses","argyle","argyles","argyll","argylls","argyria","argyrias","argyrite","argyrites","argyrodite","argyrodites","arhat","arhats","arhatship","arhatships","arhythmia","arhythmias","arhythmic","aria","ariary","arias","ariboflavinoses","ariboflavinosis","ariboflavinosises","arid","arider","aridest","aridities","aridity","aridly","aridness","aridnesses","ariel","ariels","arietta","ariettas","ariette","ariettes","aright","ariki","arikis","aril","ariled","arillary","arillate","arillated","arilli","arillode","arillodes","arilloid","arillus","arils","ariose","ariosi","arioso","ariosos","ariot","aripple","aris","arise","arisen","arises","arish","arishes","arising","arista","aristae","aristas","aristate","aristo","aristocracies","aristocracy","aristocrat","aristocratic","aristocratical","aristocratically","aristocratism","aristocratisms","aristocrats","aristolochia","aristolochias","aristologies","aristology","aristos","aristotle","aristotles","arithmetic","arithmetical","arithmetically","arithmetician","arithmeticians","arithmetics","arithmomania","arithmomanias","arithmometer","arithmometers","arithmophobia","arithmophobias","ark","arked","arking","arkite","arkites","arkose","arkoses","arkosic","arks","arle","arled","arles","arling","arm","armada","armadas","armadillo","armadillos","armagnac","armagnacs","armament","armamentaria","armamentarium","armamentariums","armaments","armature","armatured","armatures","armaturing","armband","armbands","armchair","armchairs","armed","armer","armers","armet","armets","armful","armfuls","armgaunt","armhole","armholes","armies","armiger","armigeral","armigero","armigeros","armigerous","armigers","armil","armilla","armillae","armillaria","armillarias","armillary","armillas","armils","arming","armings","armipotence","armipotences","armipotent","armistice","armistices","armless","armlet","armlets","armlike","armload","armloads","armlock","armlocked","armlocking","armlocks","armoire","armoires","armonica","armonicas","armor","armored","armorer","armorers","armorial","armorially","armorials","armories","armoring","armorist","armorists","armorless","armors","armory","armour","armoured","armourer","armourers","armouries","armouring","armourless","armours","armoury","armozeen","armozeens","armozine","armozines","armpit","armpits","armrest","armrests","arms","armsful","armure","armures","army","armyworm","armyworms","arna","arnas","arnatto","arnattos","arnica","arnicas","arnotto","arnottos","arnut","arnuts","aroba","arobas","aroha","arohas","aroid","aroids","aroint","arointed","arointing","aroints","arolla","arollas","aroma","aromas","aromatase","aromatases","aromatherapies","aromatherapist","aromatherapists","aromatherapy","aromatic","aromatically","aromaticities","aromaticity","aromatics","aromatisation","aromatisations","aromatise","aromatised","aromatises","aromatising","aromatization","aromatizations","aromatize","aromatized","aromatizes","aromatizing","arose","around","arousable","arousal","arousals","arouse","aroused","arouser","arousers","arouses","arousing","arow","aroynt","aroynted","aroynting","aroynts","arpa","arpas","arpeggiate","arpeggiated","arpeggiates","arpeggiating","arpeggiation","arpeggiations","arpeggio","arpeggione","arpeggiones","arpeggios","arpen","arpens","arpent","arpents","arpillera","arpilleras","arquebus","arquebusade","arquebusades","arquebuses","arquebusier","arquebusiers","arracacha","arracachas","arrack","arracks","arragonite","arragonites","arrah","arraign","arraigned","arraigner","arraigners","arraigning","arraignings","arraignment","arraignments","arraigns","arrange","arrangeable","arranged","arrangement","arrangements","arranger","arrangers","arranges","arranging","arrant","arrantly","arras","arrased","arrasene","arrasenes","arrases","arraught","array","arrayal","arrayals","arrayed","arrayer","arrayers","arraying","arrayment","arrayments","arrays","arrear","arrearage","arrearages","arrears","arrect","arreede","arreedes","arreeding","arrest","arrestable","arrestant","arrestants","arrestation","arrestations","arrested","arrestee","arrestees","arrester","arresters","arresting","arrestingly","arrestive","arrestment","arrestments","arrestor","arrestors","arrests","arret","arrets","arrhenotokies","arrhenotoky","arrhizal","arrhythmia","arrhythmias","arrhythmic","arriage","arriages","arriba","arride","arrided","arrides","arriding","arriere","arriero","arrieros","arris","arrises","arrish","arrishes","arrival","arrivals","arrivance","arrivances","arrivancies","arrivancy","arrive","arrived","arrivederci","arriver","arrivers","arrives","arriving","arrivisme","arrivismes","arriviste","arrivistes","arroba","arrobas","arrogance","arrogances","arrogancies","arrogancy","arrogant","arrogantly","arrogate","arrogated","arrogates","arrogating","arrogation","arrogations","arrogative","arrogator","arrogators","arrondissement","arrondissements","arrow","arrowed","arrowgrass","arrowgrasses","arrowhead","arrowheads","arrowing","arrowless","arrowlike","arrowroot","arrowroots","arrows","arrowwood","arrowwoods","arrowworm","arrowworms","arrowy","arroyo","arroyos","ars","arse","arsed","arsehole","arseholed","arseholes","arsenal","arsenals","arsenate","arsenates","arseniate","arseniates","arsenic","arsenical","arsenicals","arsenics","arsenide","arsenides","arsenious","arsenite","arsenites","arseno","arsenopyrite","arsenopyrites","arsenous","arses","arsey","arsheen","arsheens","arshin","arshine","arshines","arshins","arsier","arsiest","arsine","arsines","arsing","arsino","arsis","arsmetrick","arsmetricks","arson","arsonist","arsonists","arsonite","arsonites","arsonous","arsons","arsphenamine","arsphenamines","arsy","art","artal","artefact","artefacts","artefactual","artel","artels","artemisia","artemisias","artemisinin","artemisinins","arterial","arterialisation","arterialise","arterialised","arterialises","arterialising","arterialization","arterialize","arterialized","arterializes","arterializing","arterially","arterials","arteries","arteriogram","arteriograms","arteriographic","arteriographies","arteriography","arteriolar","arteriole","arterioles","arterioscleroses","arteriosclerosis","arteriosclerotic","arteriosclerotics","arteriotomies","arteriotomy","arteriovenous","arteritides","arteritis","arteritises","artery","artesian","artful","artfully","artfulness","artfulnesses","arthouse","arthouses","arthralgia","arthralgias","arthralgic","arthrectomies","arthrectomy","arthritic","arthritically","arthritics","arthritides","arthritis","arthritises","arthrodeses","arthrodesis","arthrodia","arthrodiae","arthrodial","arthrographies","arthrography","arthromere","arthromeres","arthromeric","arthropathies","arthropathy","arthroplasties","arthroplasty","arthropod","arthropodal","arthropodan","arthropodous","arthropods","arthroscope","arthroscopes","arthroscopic","arthroscopies","arthroscopy","arthroses","arthrosis","arthrospore","arthrospores","arthrosporic","arthrosporous","arti","artic","artichoke","artichokes","article","articled","articles","articling","artics","articulable","articulacies","articulacy","articular","articulate","articulated","articulately","articulateness","articulatenesses","articulates","articulating","articulation","articulations","articulative","articulator","articulators","articulatory","artier","arties","artiest","artifact","artifacts","artifactual","artifice","artificer","artificers","artifices","artificial","artificialise","artificialised","artificialises","artificialising","artificialities","artificiality","artificialize","artificialized","artificializes","artificializing","artificially","artificialness","artificialnesses","artilleries","artillerist","artillerists","artillery","artilleryman","artillerymen","artily","artiness","artinesses","artiodactyl","artiodactylous","artiodactyls","artis","artisan","artisanal","artisans","artisanship","artisanships","artist","artiste","artistes","artistic","artistical","artistically","artistries","artistry","artists","artless","artlessly","artlessness","artlessnesses","artocarpus","artocarpuses","arts","artsier","artsies","artsiest","artsiness","artsinesses","artsman","artsmen","artsy","artwork","artworks","arty","arugola","arugolas","arugula","arugulas","aruhe","aruhes","arum","arums","arundinaceous","aruspex","aruspices","arval","arvicole","arvicoles","arvicoline","arvo","arvos","ary","aryballoid","aryballos","aryballoses","aryl","aryls","arytaenoid","arytaenoids","arytenoid","arytenoidal","arytenoids","arythmia","arythmias","arythmic","as","asafetida","asafetidas","asafoetida","asafoetidas","asana","asanas","asar","asarabacca","asarabaccas","asarum","asarums","asbestic","asbestiform","asbestine","asbestos","asbestoses","asbestosis","asbestous","asbestus","asbestuses","ascared","ascariases","ascariasis","ascarid","ascarides","ascarids","ascaris","ascaunt","ascend","ascendable","ascendance","ascendances","ascendancies","ascendancy","ascendant","ascendantly","ascendants","ascended","ascendence","ascendences","ascendencies","ascendency","ascendent","ascendents","ascender","ascenders","ascendeur","ascendeurs","ascendible","ascending","ascends","ascension","ascensional","ascensionist","ascensionists","ascensions","ascensive","ascent","ascents","ascertain","ascertainable","ascertainably","ascertained","ascertaining","ascertainment","ascertainments","ascertains","asceses","ascesis","ascetic","ascetical","ascetically","asceticism","asceticisms","ascetics","asci","ascian","ascians","ascidia","ascidian","ascidians","ascidiate","ascidium","ascites","ascitic","ascitical","ascititious","asclepiad","asclepiadaceous","asclepiads","asclepias","asclepiases","ascocarp","ascocarpic","ascocarps","ascogonia","ascogonium","ascomycete","ascomycetes","ascomycetous","asconce","ascorbate","ascorbates","ascorbic","ascospore","ascospores","ascosporic","ascot","ascots","ascribable","ascribe","ascribed","ascribes","ascribing","ascription","ascriptions","ascriptive","ascus","asdic","asdics","asea","aseismic","aseities","aseity","asepalous","asepses","asepsis","aseptate","aseptic","aseptically","asepticise","asepticised","asepticises","asepticising","asepticism","asepticisms","asepticize","asepticized","asepticizes","asepticizing","aseptics","asexual","asexualities","asexuality","asexually","ash","ashake","ashame","ashamed","ashamedly","ashamedness","ashamednesses","ashames","ashaming","ashcake","ashcakes","ashcan","ashcans","ashed","ashen","asheries","ashery","ashes","ashet","ashets","ashfall","ashfalls","ashier","ashiest","ashine","ashiness","ashinesses","ashing","ashiver","ashkey","ashkeys","ashlar","ashlared","ashlaring","ashlarings","ashlars","ashler","ashlered","ashlering","ashlerings","ashlers","ashless","ashman","ashmen","ashore","ashplant","ashplants","ashraf","ashram","ashrama","ashramas","ashramite","ashramites","ashrams","ashtanga","ashtangas","ashtray","ashtrays","ashy","asiago","asiagos","aside","asides","asinico","asinicos","asinine","asininely","asininities","asininity","ask","askance","askanced","askances","askancing","askant","askanted","askanting","askants","askari","askaris","asked","asker","askers","askeses","askesis","askew","askewness","askewnesses","asking","askings","asklent","askoi","askos","asks","aslake","aslaked","aslakes","aslaking","aslant","asleep","aslope","aslosh","asmear","asmoulder","asocial","asocials","asp","asparaginase","asparaginases","asparagine","asparagines","asparagus","asparaguses","asparkle","aspartame","aspartames","aspartate","aspartates","aspartic","aspect","aspectable","aspected","aspecting","aspects","aspectual","aspen","aspens","asper","asperate","asperated","asperates","asperating","aspergation","aspergations","asperge","asperged","asperger","aspergers","asperges","aspergill","aspergilla","aspergilli","aspergilloses","aspergillosis","aspergills","aspergillum","aspergillums","aspergillus","asperging","asperities","asperity","aspermia","aspermias","asperous","aspers","asperse","aspersed","asperser","aspersers","asperses","aspersing","aspersion","aspersions","aspersive","aspersively","aspersoir","aspersoirs","aspersor","aspersoria","aspersories","aspersorium","aspersoriums","aspersors","aspersory","asphalt","asphalted","asphalter","asphalters","asphaltic","asphalting","asphaltite","asphaltites","asphalts","asphaltum","asphaltums","aspheric","aspherical","aspheterise","aspheterised","aspheterises","aspheterising","aspheterism","aspheterisms","aspheterize","aspheterized","aspheterizes","aspheterizing","asphodel","asphodels","asphyxia","asphyxial","asphyxiant","asphyxiants","asphyxias","asphyxiate","asphyxiated","asphyxiates","asphyxiating","asphyxiation","asphyxiations","asphyxiator","asphyxiators","asphyxies","asphyxy","aspic","aspick","aspicks","aspics","aspidia","aspidioid","aspidistra","aspidistras","aspidium","aspine","aspines","aspirant","aspirants","aspirata","aspiratae","aspirate","aspirated","aspirates","aspirating","aspiration","aspirational","aspirations","aspirator","aspirators","aspiratory","aspire","aspired","aspirer","aspirers","aspires","aspirin","aspiring","aspiringly","aspiringness","aspiringnesses","aspirins","aspis","aspises","aspish","asplanchnic","asplenium","aspleniums","asport","asportation","asportations","asported","asporting","asports","aspout","asprawl","aspread","aspro","aspros","asprout","asps","asquat","asquint","asrama","asramas","ass","assafetida","assafetidas","assafoetida","assafoetidas","assagai","assagaied","assagaiing","assagais","assai","assail","assailable","assailant","assailants","assailed","assailer","assailers","assailing","assailment","assailments","assails","assais","assam","assams","assart","assarted","assarting","assarts","assassin","assassinate","assassinated","assassinates","assassinating","assassination","assassinations","assassinator","assassinators","assassins","assault","assaulted","assaulter","assaulters","assaulting","assaultive","assaultively","assaultiveness","assaultivenesses","assaults","assay","assayable","assayed","assayer","assayers","assaying","assayings","assays","assegaai","assegaaied","assegaaiing","assegaais","assegai","assegaied","assegaiing","assegais","assemblage","assemblages","assemblagist","assemblagists","assemblance","assemblances","assemblaunce","assemblaunces","assemble","assembled","assembler","assemblers","assembles","assemblies","assembling","assembly","assemblyman","assemblymen","assemblywoman","assemblywomen","assent","assentaneous","assentation","assentations","assentator","assentators","assented","assenter","assenters","assentient","assentients","assenting","assentingly","assentive","assentiveness","assentivenesses","assentor","assentors","assents","assert","assertable","asserted","assertedly","asserter","asserters","assertible","asserting","assertion","assertions","assertive","assertively","assertiveness","assertivenesses","assertor","assertoric","assertors","assertory","asserts","asses","assess","assessable","assessed","assesses","assessing","assessment","assessments","assessor","assessorial","assessors","assessorship","assessorships","asset","assetless","assets","assever","asseverate","asseverated","asseverates","asseverating","asseveratingly","asseveration","asseverations","asseverative","assevered","assevering","assevers","assez","asshole","assholes","assibilate","assibilated","assibilates","assibilating","assibilation","assibilations","assiduities","assiduity","assiduous","assiduously","assiduousness","assiduousnesses","assiege","assieged","assieges","assieging","assiento","assientos","assign","assignabilities","assignability","assignable","assignably","assignat","assignation","assignations","assignats","assigned","assignee","assignees","assigner","assigners","assigning","assignment","assignments","assignor","assignors","assigns","assimilabilities","assimilability","assimilable","assimilably","assimilate","assimilated","assimilates","assimilating","assimilation","assimilationism","assimilationisms","assimilationist","assimilationists","assimilations","assimilative","assimilatively","assimilator","assimilators","assimilatory","assist","assistance","assistances","assistant","assistants","assistantship","assistantships","assisted","assister","assisters","assisting","assistive","assistor","assistors","assists","assize","assized","assizer","assizers","assizes","assizing","asslike","associabilities","associability","associable","associate","associated","associates","associateship","associateships","associating","association","associational","associationism","associationisms","associationist","associationistic","associationists","associations","associative","associatively","associativities","associativity","associator","associators","associatory","assoil","assoiled","assoiling","assoilment","assoilments","assoils","assoilzie","assoilzied","assoilzieing","assoilzies","assonance","assonances","assonant","assonantal","assonants","assonate","assonated","assonates","assonating","assort","assortative","assortatively","assorted","assortedness","assortednesses","assorter","assorters","assorting","assortive","assortment","assortments","assorts","assot","assots","assott","assotted","assotting","assuage","assuaged","assuagement","assuagements","assuager","assuagers","assuages","assuaging","assuagings","assuasive","assubjugate","assubjugated","assubjugates","assubjugating","assuefaction","assuefactions","assuetude","assuetudes","assumabilities","assumability","assumable","assumably","assume","assumed","assumedly","assumer","assumers","assumes","assuming","assumingly","assumings","assumpsit","assumpsits","assumption","assumptions","assumptive","assumptively","assurable","assurance","assurances","assure","assured","assuredly","assuredness","assurednesses","assureds","assurer","assurers","assures","assurgencies","assurgency","assurgent","assuring","assuror","assurors","asswage","asswaged","asswages","asswaging","assythment","assythments","astable","astacological","astacologies","astacologist","astacologists","astacology","astarboard","astare","astart","astarted","astarting","astarts","astasia","astasias","astatic","astatically","astaticism","astaticisms","astatide","astatides","astatine","astatines","astatki","astatkis","asteism","asteisms","astelic","astelies","astely","aster","astereognoses","astereognosis","asteria","asterias","asteriated","asterid","asteridian","asteridians","asterids","asterisk","asterisked","asterisking","asteriskless","asterisks","asterism","asterisms","astern","asternal","asteroid","asteroidal","asteroidean","asteroideans","asteroids","asters","astert","asterted","asterting","asterts","asthenia","asthenias","asthenic","asthenics","asthenies","asthenopia","asthenopias","asthenopic","asthenosphere","asthenospheres","asthenospheric","astheny","asthma","asthmas","asthmatic","asthmatical","asthmatically","asthmatics","asthore","asthores","astichous","astigmatic","astigmatically","astigmatics","astigmatism","astigmatisms","astigmia","astigmias","astilbe","astilbes","astir","astomatal","astomatous","astomous","astone","astoned","astones","astonied","astonies","astoning","astonish","astonished","astonishes","astonishing","astonishingly","astonishment","astonishments","astony","astonying","astoop","astound","astounded","astounding","astoundingly","astoundment","astoundments","astounds","astrachan","astrachans","astraddle","astragal","astragali","astragals","astragalus","astrakhan","astrakhans","astral","astrally","astrals","astrand","astrantia","astrantias","astraphobia","astraphobias","astraphobic","astrapophobia","astrapophobias","astray","astrict","astricted","astricting","astriction","astrictions","astrictive","astrictively","astricts","astride","astringe","astringed","astringence","astringences","astringencies","astringency","astringent","astringently","astringents","astringer","astringers","astringes","astringing","astrobiologies","astrobiologist","astrobiologists","astrobiology","astrobleme","astroblemes","astrobotanies","astrobotany","astrochemistry","astrocompass","astrocompasses","astrocyte","astrocytes","astrocytic","astrocytoma","astrocytomas","astrocytomata","astrodome","astrodomes","astrodynamicist","astrodynamics","astrofell","astrofells","astrogeologies","astrogeologist","astrogeologists","astrogeology","astrohatch","astrohatches","astroid","astroids","astrolabe","astrolabes","astrolatries","astrolatry","astrologer","astrologers","astrologic","astrological","astrologically","astrologies","astrologist","astrologists","astrology","astrometric","astrometrical","astrometries","astrometry","astronaut","astronautic","astronautical","astronautically","astronautics","astronauts","astronavigation","astronavigator","astronavigators","astronomer","astronomers","astronomic","astronomical","astronomically","astronomies","astronomise","astronomised","astronomises","astronomising","astronomize","astronomized","astronomizes","astronomizing","astronomy","astrophel","astrophels","astrophobia","astrophobias","astrophobic","astrophotograph","astrophotographer","astrophotographers","astrophotographies","astrophotographs","astrophotography","astrophysical","astrophysically","astrophysicist","astrophysicists","astrophysics","astrosphere","astrospheres","astrotourism","astrotourisms","astrotourist","astrotourists","astroturfer","astroturfers","astroturfing","astroturfings","astrut","astucious","astuciously","astucities","astucity","astun","astunned","astunning","astuns","astute","astutely","astuteness","astutenesses","astuter","astutest","astylar","asudden","asunder","aswarm","asway","aswim","aswing","aswirl","aswoon","asyla","asylee","asylees","asyllabic","asylum","asylums","asymmetric","asymmetrical","asymmetrically","asymmetries","asymmetry","asymptomatic","asymptomatically","asymptote","asymptotes","asymptotic","asymptotical","asymptotically","asynapses","asynapsis","asynartete","asynartetes","asynartetic","asynchronies","asynchronism","asynchronisms","asynchronous","asynchronously","asynchrony","asyndeta","asyndetic","asyndetically","asyndeton","asyndetons","asynergia","asynergias","asynergies","asynergy","asyntactic","asystole","asystoles","asystolic","asystolism","asystolisms","at","ataata","ataatas","atabal","atabals","atabeg","atabegs","atabek","atabeks","atabrin","atabrine","atabrines","atabrins","atacamite","atacamites","atactic","ataghan","ataghans","atalaya","atalayas","ataman","atamans","atamasco","atamascos","atap","ataps","ataractic","ataractics","ataraxia","ataraxias","ataraxic","ataraxics","ataraxies","ataraxy","atavic","atavism","atavisms","atavist","atavistic","atavistically","atavists","ataxia","ataxias","ataxic","ataxics","ataxies","ataxy","atchieve","atchieved","atchieves","atchieving","ate","atebrin","atebrins","atechnic","atelectases","atelectasis","atelectatic","ateleioses","ateleiosis","atelic","atelier","ateliers","atemoya","atemoyas","atemporal","atenolol","atenolols","ates","athame","athames","athanasies","athanasy","athanor","athanors","atheise","atheised","atheises","atheising","atheism","atheisms","atheist","atheistic","atheistical","atheistically","atheists","atheize","atheized","atheizes","atheizing","atheling","athelings","athematic","athematically","athenaeum","athenaeums","atheneum","atheneums","atheological","atheologies","atheology","atheoretical","atheous","atherine","atherines","athermancies","athermancy","athermanous","atherogeneses","atherogenesis","atherogenic","atheroma","atheromas","atheromata","atheromatous","atheroscleroses","atherosclerosis","atherosclerotic","atheteses","athetesis","athetise","athetised","athetises","athetising","athetize","athetized","athetizes","athetizing","athetoid","athetoses","athetosic","athetosis","athetotic","athirst","athleta","athletas","athlete","athletes","athletic","athletically","athleticism","athleticisms","athletics","athodyd","athodyds","athrill","athrob","athrocyte","athrocytes","athrocytoses","athrocytosis","athwart","athwartship","athwartships","atigi","atigis","atilt","atimies","atimy","atingle","atishoo","atishoos","atlantes","atlas","atlases","atlatl","atlatls","atma","atman","atmans","atmas","atmologies","atmologist","atmologists","atmology","atmolyse","atmolysed","atmolyses","atmolysing","atmolysis","atmolyze","atmolyzed","atmolyzes","atmolyzing","atmometer","atmometers","atmometries","atmometry","atmosphere","atmosphered","atmospheres","atmospheric","atmospherical","atmospherically","atmospherics","atoc","atocia","atocias","atocs","atok","atokal","atoke","atokes","atokous","atoks","atoll","atolls","atom","atomic","atomical","atomically","atomicities","atomicity","atomics","atomies","atomisation","atomisations","atomise","atomised","atomiser","atomisers","atomises","atomising","atomism","atomisms","atomist","atomistic","atomistical","atomistically","atomists","atomization","atomizations","atomize","atomized","atomizer","atomizers","atomizes","atomizing","atoms","atomy","atonable","atonal","atonalism","atonalisms","atonalist","atonalists","atonalities","atonality","atonally","atone","atoneable","atoned","atonement","atonements","atoner","atoners","atones","atonia","atonias","atonic","atonicities","atonicity","atonics","atonies","atoning","atoningly","atony","atop","atopic","atopies","atopy","atrabiliar","atrabilious","atrabiliousness","atrabiliousnesses","atracurium","atracuriums","atrament","atramental","atramentous","atraments","atrazine","atrazines","atremble","atresia","atresias","atresic","atretic","atria","atrial","atrioventricular","atrip","atrium","atriums","atrocious","atrociously","atrociousness","atrociousnesses","atrocities","atrocity","atrophia","atrophias","atrophic","atrophied","atrophies","atrophy","atrophying","atropia","atropias","atropin","atropine","atropines","atropins","atropism","atropisms","atropous","ats","att","attaboy","attach","attachable","attache","attached","attacher","attachers","attaches","attaching","attachment","attachments","attack","attackable","attacked","attacker","attackers","attacking","attackman","attackmen","attacks","attagirl","attain","attainabilities","attainability","attainable","attainableness","attainder","attainders","attained","attainer","attainers","attaining","attainment","attainments","attains","attaint","attainted","attainting","attaintment","attaintments","attaints","attainture","attaintures","attap","attaps","attar","attars","attask","attasked","attasking","attasks","attaskt","attemper","attempered","attempering","attemperment","attemperments","attempers","attempt","attemptability","attemptable","attempted","attempter","attempters","attempting","attempts","attend","attendance","attendances","attendancies","attendancy","attendant","attendants","attended","attendee","attendees","attendement","attendements","attender","attenders","attending","attendings","attendment","attendments","attends","attent","attentat","attentats","attention","attentional","attentions","attentive","attentively","attentiveness","attentivenesses","attents","attenuant","attenuants","attenuate","attenuated","attenuates","attenuating","attenuation","attenuations","attenuator","attenuators","attercop","attercops","attest","attestable","attestant","attestants","attestation","attestations","attestative","attestator","attestators","attested","attester","attesters","attesting","attestor","attestors","attests","attic","atticise","atticised","atticises","atticising","atticism","atticisms","atticist","atticists","atticize","atticized","atticizes","atticizing","attics","attire","attired","attirement","attirements","attires","attiring","attirings","attitude","attitudes","attitudinal","attitudinally","attitudinarian","attitudinarians","attitudinise","attitudinised","attitudiniser","attitudinisers","attitudinises","attitudinising","attitudinisings","attitudinize","attitudinized","attitudinizer","attitudinizers","attitudinizes","attitudinizing","attitudinizings","attolaser","attolasers","attollens","attollent","attollents","attonce","attone","attoned","attones","attoning","attophysics","attorn","attorned","attorney","attorneydom","attorneydoms","attorneyed","attorneying","attorneyism","attorneyisms","attorneys","attorneyship","attorneyships","attorning","attornment","attornments","attorns","attract","attractable","attractance","attractances","attractancies","attractancy","attractant","attractants","attracted","attracter","attracters","attracting","attractingly","attraction","attractions","attractive","attractively","attractiveness","attractivenesses","attractor","attractors","attracts","attrahens","attrahent","attrahents","attrap","attrapped","attrapping","attraps","attributable","attribute","attributed","attributer","attributers","attributes","attributing","attribution","attributional","attributions","attributive","attributively","attributiveness","attributives","attributor","attributors","attrist","attristed","attristing","attrists","attrit","attrite","attrited","attrites","attriting","attrition","attritional","attritions","attritive","attrits","attritted","attritting","attuent","attuite","attuited","attuites","attuiting","attuition","attuitional","attuitions","attuitive","attuitively","attune","attuned","attunement","attunements","attunes","attuning","atua","atuas","atwain","atweel","atween","atwitter","atwixt","atypic","atypical","atypicalities","atypicality","atypically","aua","auas","aubade","aubades","auberge","auberges","aubergine","aubergines","aubergiste","aubergistes","aubretia","aubretias","aubrieta","aubrietas","aubrietia","aubrietias","auburn","auburns","auceps","aucepses","auction","auctionary","auctioned","auctioneer","auctioneered","auctioneering","auctioneers","auctioning","auctions","auctorial","aucuba","aucubas","audacious","audaciously","audaciousness","audaciousnesses","audacities","audacity","audad","audads","audial","audibilities","audibility","audible","audibled","audibleness","audiblenesses","audibles","audibling","audibly","audience","audiences","audiencia","audiencias","audient","audients","audile","audiles","auding","audings","audio","audiobook","audiobooks","audiocassette","audiocassettes","audiogenic","audiogram","audiograms","audiograph","audiographs","audiologic","audiological","audiologically","audiologies","audiologist","audiologists","audiology","audiometer","audiometers","audiometric","audiometrically","audiometrician","audiometricians","audiometries","audiometrist","audiometrists","audiometry","audiophil","audiophile","audiophiles","audiophils","audios","audiotape","audiotaped","audiotapes","audiotaping","audiotyping","audiotypings","audiotypist","audiotypists","audiovisual","audiovisually","audiovisuals","audiphone","audiphones","audit","auditable","audited","auditee","auditees","auditing","audition","auditioned","auditioner","auditioners","auditioning","auditions","auditive","auditives","auditor","auditoria","auditorial","auditories","auditorily","auditorium","auditoriums","auditors","auditorship","auditorships","auditory","auditress","auditresses","audits","aue","auf","aufgabe","aufgabes","aufs","augend","augends","auger","augers","aught","aughts","augite","augites","augitic","augment","augmentable","augmentation","augmentations","augmentative","augmentatively","augmentatives","augmented","augmenter","augmenters","augmenting","augmentor","augmentors","augments","augur","augural","augured","augurer","augurers","auguries","auguring","augurs","augurship","augurships","augury","august","auguste","auguster","augustes","augustest","augustly","augustness","augustnesses","augusts","auk","auklet","auklets","auks","aula","aularian","aularians","aulas","auld","aulder","auldest","aulic","aulnage","aulnager","aulnagers","aulnages","auloi","aulos","aumail","aumailed","aumailing","aumails","aumbries","aumbry","aumil","aumils","aune","aunes","aunt","aunter","aunters","aunthood","aunthoods","auntie","aunties","auntlier","auntliest","auntlike","auntly","aunts","aunty","aura","aurae","aural","auralities","aurality","aurally","aurar","auras","aurate","aurated","aurates","aureate","aureately","aureateness","aureatenesses","aurei","aureities","aureity","aurelia","aurelian","aurelians","aurelias","aureola","aureolae","aureolas","aureole","aureoled","aureoles","aureoling","aures","aureus","auric","auricle","auricled","auricles","auricula","auriculae","auricular","auricularly","auriculars","auriculas","auriculate","auriculated","auriculately","auriferous","aurified","aurifies","auriform","aurify","aurifying","auris","auriscope","auriscopes","auriscopic","aurist","aurists","aurochs","aurochses","aurora","aurorae","auroral","aurorally","auroras","aurorean","aurous","aurum","aurums","auscultate","auscultated","auscultates","auscultating","auscultation","auscultations","auscultative","auscultator","auscultators","auscultatory","ausform","ausformed","ausforming","ausforms","auslander","auslanders","auspex","auspicate","auspicated","auspicates","auspicating","auspice","auspices","auspicious","auspiciously","auspiciousness","auspiciousnesses","austenite","austenites","austenitic","austere","austerely","austereness","austerenesses","austerer","austerest","austerities","austerity","austral","australes","australis","australite","australites","australopithecine","australopithecines","australs","austringer","austringers","ausubo","ausubos","autacoid","autacoids","autarch","autarchic","autarchical","autarchies","autarchist","autarchists","autarchs","autarchy","autarkic","autarkical","autarkies","autarkist","autarkists","autarky","autecious","autecism","autecisms","autecologic","autecological","autecologies","autecology","auteur","auteurism","auteurisms","auteurist","auteurists","auteurs","authentic","authentical","authentically","authenticate","authenticated","authenticates","authenticating","authentication","authentications","authenticator","authenticators","authenticities","authenticity","authigenic","author","authorcraft","authorcrafts","authored","authoress","authoresses","authorial","authoring","authorings","authorisable","authorisation","authorisations","authorise","authorised","authoriser","authorisers","authorises","authorish","authorising","authorism","authorisms","authoritarian","authoritarianism","authoritarianisms","authoritarians","authoritative","authoritatively","authoritativeness","authoritativenesses","authorities","authority","authorizable","authorization","authorizations","authorize","authorized","authorizer","authorizers","authorizes","authorizing","authorless","authors","authorship","authorships","autism","autisms","autist","autistic","autistically","autistics","autists","auto","autoallogamies","autoallogamy","autoantibodies","autoantibody","autobahn","autobahnen","autobahns","autobiographer","autobiographers","autobiographic","autobiographical","autobiographically","autobiographies","autobiography","autobus","autobuses","autobusses","autocade","autocades","autocar","autocarp","autocarps","autocars","autocatalyse","autocatalysed","autocatalyses","autocatalysing","autocatalysis","autocatalytic","autocatalytically","autocatalyze","autocatalyzed","autocatalyzes","autocatalyzing","autocephalic","autocephalies","autocephalous","autocephaly","autochanger","autochangers","autochthon","autochthonal","autochthones","autochthonic","autochthonies","autochthonism","autochthonisms","autochthonous","autochthonously","autochthons","autochthony","autocidal","autoclave","autoclaved","autoclaves","autoclaving","autocoid","autocoids","autocoprophagy","autocorrelation","autocorrelations","autocracies","autocracy","autocrat","autocratic","autocratical","autocratically","autocrats","autocrime","autocrimes","autocrine","autocritique","autocritiques","autocross","autocrosses","autocue","autocues","autocutie","autocuties","autocycle","autocycles","autodestruct","autodestructed","autodestructing","autodestructive","autodestructs","autodidact","autodidactic","autodidacticism","autodidacts","autodyne","autodynes","autoecious","autoeciously","autoecism","autoecisms","autoed","autoerotic","autoeroticism","autoeroticisms","autoerotism","autoerotisms","autoexposure","autoexposures","autoflare","autoflares","autofocus","autofocuses","autogamic","autogamies","autogamous","autogamy","autogeneses","autogenesis","autogenetic","autogenic","autogenics","autogenies","autogenous","autogenously","autogeny","autogiro","autogiros","autograft","autografted","autografting","autografts","autograph","autographed","autographic","autographical","autographically","autographies","autographing","autographs","autography","autogravure","autogravures","autoguide","autoguides","autogyro","autogyros","autoharp","autoharps","autohypnoses","autohypnosis","autohypnotic","autoicous","autoimmune","autoimmunities","autoimmunity","autoimmunization","autoimmunizations","autoinfection","autoinfections","autoing","autoinoculation","autointoxication","autointoxications","autoionisation","autoionisations","autoionization","autoionizations","autojumble","autojumbles","autokineses","autokinesis","autokinetic","autolatries","autolatry","autoloading","autologies","autologous","autology","autolysate","autolysates","autolyse","autolysed","autolyses","autolysin","autolysing","autolysins","autolysis","autolytic","autolyzate","autolyzates","autolyze","autolyzed","autolyzes","autolyzing","automagic","automagically","automaker","automakers","automan","automat","automata","automatable","automate","automated","automates","automatic","automatical","automatically","automaticities","automaticity","automatics","automating","automation","automations","automatisation","automatisations","automatise","automatised","automatises","automatising","automatism","automatisms","automatist","automatists","automatization","automatizations","automatize","automatized","automatizes","automatizing","automaton","automatons","automatous","automats","automen","autometer","autometers","automobile","automobiled","automobiles","automobilia","automobiling","automobilism","automobilisms","automobilist","automobilists","automobilities","automobility","automorphic","automorphically","automorphism","automorphisms","automotive","autonomic","autonomical","autonomically","autonomics","autonomies","autonomist","autonomists","autonomous","autonomously","autonomy","autonym","autonyms","autopen","autopens","autophagia","autophagias","autophagies","autophagous","autophagy","autophanous","autophobia","autophobias","autophobies","autophoby","autophonies","autophony","autophyte","autophytes","autophytic","autophytically","autopilot","autopilots","autopista","autopistas","autoplastic","autoplasties","autoplasty","autopoint","autopoints","autopolyploid","autopolyploidies","autopolyploids","autopolyploidy","autopsia","autopsias","autopsic","autopsied","autopsies","autopsist","autopsists","autopsy","autopsying","autoptic","autoptical","autoptically","autoput","autoputs","autoradiogram","autoradiograms","autoradiograph","autoradiographic","autoradiographies","autoradiographs","autoradiography","autoreplies","autoreply","autorickshaw","autorickshaws","autorotate","autorotated","autorotates","autorotating","autorotation","autorotations","autoroute","autoroutes","autos","autosave","autosaved","autosaves","autosaving","autoschediasm","autoschediasms","autoschediastic","autoschediaze","autoschediazed","autoschediazes","autoschediazing","autoscopic","autoscopies","autoscopy","autosexing","autosomal","autosomally","autosome","autosomes","autospore","autospores","autostabilities","autostability","autostrada","autostradas","autostrade","autosuggest","autosuggested","autosuggesting","autosuggestion","autosuggestions","autosuggestive","autosuggests","autotelic","autoteller","autotellers","autotest","autotests","autotetraploid","autotetraploidies","autotetraploids","autotetraploidy","autotheism","autotheisms","autotheist","autotheists","autotimer","autotimers","autotomic","autotomies","autotomise","autotomised","autotomises","autotomising","autotomize","autotomized","autotomizes","autotomizing","autotomous","autotomy","autotoxaemia","autotoxaemias","autotoxemia","autotoxemias","autotoxic","autotoxin","autotoxins","autotransformer","autotransformers","autotransfusion","autotransfusions","autotroph","autotrophic","autotrophically","autotrophies","autotrophs","autotrophy","autotune","autotunes","autotype","autotyped","autotypes","autotypic","autotypies","autotyping","autotypography","autotypy","autovac","autovacs","autowinder","autowinders","autoworker","autoworkers","autoxidation","autoxidations","autumn","autumnal","autumnally","autumns","autumny","autunite","autunites","auxanometer","auxanometers","auxeses","auxesis","auxetic","auxetics","auxiliar","auxiliaries","auxiliars","auxiliary","auxin","auxinic","auxins","auxochrome","auxochromes","auxocyte","auxocytes","auxometer","auxometers","auxospore","auxospores","auxotonic","auxotroph","auxotrophic","auxotrophies","auxotrophs","auxotrophy","ava","avadavat","avadavats","avail","availabilities","availability","available","availableness","availablenesses","availably","availe","availed","availes","availful","availing","availingly","avails","aval","avalanche","avalanched","avalanches","avalanching","avale","avaled","avales","avaling","avant","avanti","avantist","avantists","avanturine","avanturines","avarice","avarices","avaricious","avariciously","avariciousness","avariciousnesses","avas","avascular","avascularities","avascularity","avast","avatar","avatars","avaunt","avaunted","avaunting","avaunts","ave","avel","avellan","avellane","avels","avenaceous","avenge","avenged","avengeful","avengement","avengements","avenger","avengeress","avengeresses","avengers","avenges","avenging","avenir","avenirs","avens","avenses","aventail","aventaile","aventailes","aventails","aventre","aventred","aventres","aventring","aventure","aventures","aventurin","aventurine","aventurines","aventurins","avenue","avenues","aver","average","averaged","averagely","averageness","averagenesses","averages","averaging","averagings","averment","averments","averrable","averred","averring","averruncate","averruncated","averruncates","averruncating","averruncation","averruncations","averruncator","averruncators","avers","averse","aversely","averseness","aversenesses","aversion","aversions","aversive","aversively","aversiveness","aversivenesses","aversives","avert","avertable","averted","avertedly","averter","averters","avertible","avertiment","avertiments","averting","averts","aves","avgas","avgases","avgasses","avgolemono","avgolemonos","avian","avianise","avianised","avianises","avianising","avianize","avianized","avianizes","avianizing","avians","aviaries","aviarist","aviarists","aviary","aviate","aviated","aviates","aviatic","aviating","aviation","aviations","aviator","aviators","aviatress","aviatresses","aviatrice","aviatrices","aviatrix","aviatrixes","avicular","aviculture","avicultures","aviculturist","aviculturists","avid","avider","avidest","avidin","avidins","avidities","avidity","avidly","avidness","avidnesses","aviette","aviettes","avifauna","avifaunae","avifaunal","avifaunas","aviform","avigator","avigators","avine","avion","avionic","avionics","avions","avirulent","avisandum","avisandums","avise","avised","avisement","avisements","avises","avising","aviso","avisos","avital","avitaminoses","avitaminosis","avitaminotic","avizandum","avizandums","avize","avized","avizefull","avizes","avizing","avo","avocado","avocadoes","avocados","avocation","avocational","avocationally","avocations","avocet","avocets","avodire","avodires","avoid","avoidable","avoidably","avoidance","avoidances","avoidant","avoided","avoider","avoiders","avoiding","avoids","avoirdupois","avoirdupoises","avoision","avoisions","avoparcin","avoparcins","avos","avoset","avosets","avouch","avouchable","avouched","avoucher","avouchers","avouches","avouching","avouchment","avouchments","avoure","avoures","avouterer","avouterers","avoutrer","avoutrers","avoutries","avoutry","avow","avowable","avowableness","avowablenesses","avowably","avowal","avowals","avowed","avowedly","avower","avowers","avowing","avowries","avowry","avows","avoyer","avoyers","avruga","avrugas","avulse","avulsed","avulses","avulsing","avulsion","avulsions","avuncular","avuncularities","avuncularity","avuncularly","avunculate","avunculates","avvogadore","avvogadores","avyze","avyzed","avyzes","avyzing","aw","awa","await","awaited","awaiter","awaiters","awaiting","awaits","awake","awaked","awaken","awakened","awakener","awakeners","awakening","awakenings","awakens","awakes","awaking","awakings","awanting","award","awardable","awarded","awardee","awardees","awarder","awarders","awarding","awards","aware","awareness","awarenesses","awarer","awarest","awarn","awarned","awarning","awarns","awash","awatch","awato","awatos","awave","away","awayday","awaydays","awayes","awayness","awaynesses","aways","awdl","awdls","awe","awearied","aweary","aweather","awed","awee","aweel","aweigh","aweing","aweless","awelessness","awelessnesses","awes","awesome","awesomely","awesomeness","awesomenesses","awestricken","awestruck","aweto","awetos","awful","awfuller","awfullest","awfully","awfulness","awfulnesses","awfy","awhape","awhaped","awhapes","awhaping","awhato","awhatos","awheel","awheels","awheto","awhetos","awhile","awhirl","awing","awk","awks","awkward","awkwarder","awkwardest","awkwardish","awkwardly","awkwardness","awkwardnesses","awl","awlbird","awlbirds","awless","awls","awlwort","awlworts","awmous","awmrie","awmries","awmry","awn","awned","awner","awners","awnier","awniest","awning","awninged","awnings","awnless","awns","awny","awoke","awoken","awol","awols","awork","awrack","awrong","awry","awsome","ax","axal","axe","axebird","axebirds","axed","axel","axels","axeman","axemen","axenic","axenically","axerophthol","axerophthols","axes","axial","axialities","axiality","axially","axil","axile","axilemma","axilemmas","axilla","axillae","axillar","axillaries","axillars","axillary","axillas","axils","axing","axinite","axinites","axinomancies","axinomancy","axiological","axiologically","axiologies","axiologist","axiologists","axiology","axiom","axiomatic","axiomatical","axiomatically","axiomatics","axiomatisation","axiomatisations","axiomatise","axiomatised","axiomatises","axiomatising","axiomatization","axiomatizations","axiomatize","axiomatized","axiomatizes","axiomatizing","axioms","axion","axions","axis","axised","axises","axisymmetric","axisymmetrical","axisymmetries","axisymmetry","axite","axites","axle","axled","axles","axletree","axletrees","axlike","axman","axmen","axoid","axoids","axolemma","axolemmas","axolemmata","axolotl","axolotls","axon","axonal","axone","axonemal","axoneme","axonemes","axones","axonic","axonometric","axonometries","axonometry","axons","axoplasm","axoplasmic","axoplasms","axseed","axseeds","ay","ayah","ayahs","ayahuasca","ayahuascas","ayahuasco","ayahuascos","ayatollah","ayatollahs","aye","ayelp","ayenbite","ayenbites","ayes","aygre","ayin","ayins","ayont","ayre","ayres","ayrie","ayries","ays","ayu","ayuntamiento","ayuntamientos","ayurveda","ayurvedas","ayurvedic","ayurvedics","ayus","ayword","aywords","azalea","azaleas","azan","azans","azathioprine","azathioprines","azedarach","azedarachs","azeotrope","azeotropes","azeotropic","azeotropies","azeotropy","azerty","azide","azides","azido","azidothymidine","azidothymidines","azimuth","azimuthal","azimuthally","azimuths","azine","azines","azione","aziones","azlon","azlons","azo","azobenzene","azobenzenes","azoic","azole","azoles","azolla","azollas","azon","azonal","azonic","azons","azoospermia","azoospermias","azoospermic","azotaemia","azotaemias","azotaemic","azote","azoted","azotemia","azotemias","azotemic","azotes","azoth","azoths","azotic","azotise","azotised","azotises","azotising","azotize","azotized","azotizes","azotizing","azotobacter","azotobacters","azotous","azoturia","azoturias","azuki","azukis","azulejo","azulejos","azure","azurean","azures","azurine","azurines","azurite","azurites","azurn","azury","azygies","azygos","azygoses","azygospore","azygospores","azygous","azygously","azygy","azym","azyme","azymes","azymite","azymites","azymous","azyms","ba","baa","baaed","baaing","baaings","baal","baalebatim","baalebos","baalim","baalism","baalisms","baals","baas","baases","baaskaap","baaskaaps","baaskap","baaskaps","baasskap","baasskaps","baba","babaco","babacoote","babacootes","babacos","babalas","babas","babassu","babassus","babbelas","babbitries","babbitry","babbitt","babbitted","babbitting","babbittries","babbittry","babbitts","babblative","babble","babbled","babblement","babblements","babbler","babblers","babbles","babblier","babbliest","babbling","babblings","babbly","babe","babel","babeldom","babeldoms","babelesque","babelish","babelism","babelisms","babels","babes","babesia","babesias","babesiases","babesiasis","babesioses","babesiosis","babesiosises","babiche","babiches","babied","babier","babies","babiest","babingtonite","babingtonites","babiroussa","babiroussas","babirusa","babirusas","babirussa","babirussas","babka","babkas","bablah","bablahs","baboo","babool","babools","baboon","babooneries","baboonery","baboonish","baboons","baboos","baboosh","babooshes","babouche","babouches","babu","babuche","babuches","babudom","babudoms","babuism","babuisms","babul","babuls","babus","babushka","babushkas","baby","babydoll","babydolls","babyfood","babyfoods","babyhood","babyhoods","babying","babyish","babyishly","babyproof","babyproofed","babyproofing","babyproofs","babysat","babysit","babysits","babysitter","babysitters","babysitting","bac","bacalao","bacalaos","bacca","baccae","baccalaurean","baccalaureate","baccalaureates","baccara","baccaras","baccarat","baccarats","baccare","baccas","baccate","baccated","bacchanal","bacchanalia","bacchanalian","bacchanalianism","bacchanalians","bacchanals","bacchant","bacchante","bacchantes","bacchants","bacchiac","bacchian","bacchic","bacchii","bacchius","baccies","bacciferous","bacciform","baccivorous","bacco","baccoes","baccos","baccy","bach","bacha","bacharach","bacharachs","bachas","bachcha","bachchas","bached","bachelor","bachelordom","bachelordoms","bachelorette","bachelorettes","bachelorhood","bachelorhoods","bachelorism","bachelorisms","bachelors","bachelorship","bachelorships","baches","baching","bachs","bacillaemia","bacillaemias","bacillar","bacillary","bacillemia","bacillemias","bacilli","bacillicide","bacillicides","bacilliform","bacilluria","bacillurias","bacillus","bacitracin","bacitracins","back","backache","backaches","backare","backband","backbands","backbeat","backbeats","backbench","backbencher","backbenchers","backbenches","backbend","backbends","backbit","backbite","backbiter","backbiters","backbites","backbiting","backbitings","backbitten","backblock","backblocker","backblockers","backblocks","backboard","backboards","backbond","backbonds","backbone","backboned","backboneless","backbones","backbreaker","backbreakers","backbreaking","backburn","backburned","backburning","backburns","backcast","backcasting","backcasts","backchat","backchats","backchatted","backchatting","backcheck","backchecked","backchecking","backchecks","backcloth","backcloths","backcomb","backcombed","backcombing","backcombs","backcountries","backcountry","backcourt","backcourtman","backcourtmen","backcourts","backcross","backcrossed","backcrosses","backcrossing","backdate","backdated","backdates","backdating","backdoor","backdown","backdowns","backdraft","backdrafts","backdraught","backdraughts","backdrop","backdropped","backdropping","backdrops","backdropt","backed","backer","backers","backet","backets","backfall","backfalls","backfield","backfields","backfile","backfiles","backfill","backfilled","backfilling","backfillings","backfills","backfire","backfired","backfires","backfiring","backfisch","backfisches","backfit","backfits","backfitted","backfitting","backfittings","backflip","backflipped","backflipping","backflips","backflow","backflows","backgammon","backgammoned","backgammoning","backgammons","background","backgrounded","backgrounder","backgrounders","backgrounding","backgrounds","backhand","backhanded","backhandedly","backhandedness","backhander","backhanders","backhanding","backhands","backhaul","backhauled","backhauling","backhauls","backhoe","backhoed","backhoeing","backhoes","backhouse","backhouses","backie","backies","backing","backings","backland","backlands","backlash","backlashed","backlasher","backlashers","backlashes","backlashing","backless","backlift","backlifts","backlight","backlighted","backlighting","backlights","backlist","backlisted","backlisting","backlists","backlit","backload","backloaded","backloading","backloads","backlog","backlogged","backlogging","backlogs","backlot","backlots","backmarker","backmarkers","backmost","backout","backouts","backpack","backpacked","backpacker","backpackers","backpacking","backpackings","backpacks","backpedal","backpedaled","backpedaling","backpedalled","backpedalling","backpedals","backpiece","backpieces","backplate","backplates","backra","backras","backrest","backrests","backroom","backrooms","backrush","backrushes","backs","backsaw","backsaws","backscatter","backscattered","backscattering","backscatterings","backscatters","backscratch","backscratched","backscratcher","backscratchers","backscratches","backscratching","backscratchings","backseat","backseats","backset","backsets","backsey","backseys","backsheesh","backsheeshed","backsheeshes","backsheeshing","backshish","backshished","backshishes","backshishing","backshore","backshores","backside","backsides","backsight","backsights","backslap","backslapped","backslapper","backslappers","backslapping","backslaps","backslash","backslashes","backslid","backslidden","backslide","backslider","backsliders","backslides","backsliding","backslidings","backspace","backspaced","backspacer","backspacers","backspaces","backspacing","backspeer","backspeered","backspeering","backspeers","backspeir","backspeired","backspeiring","backspeirs","backspin","backspins","backsplash","backsplashes","backstab","backstabbed","backstabber","backstabbers","backstabbing","backstabbings","backstabs","backstage","backstages","backstair","backstairs","backstall","backstalls","backstamp","backstamped","backstamping","backstamps","backstarting","backstay","backstays","backstitch","backstitched","backstitches","backstitching","backstop","backstopped","backstopping","backstops","backstories","backstory","backstreet","backstreets","backstretch","backstretches","backstroke","backstrokes","backswept","backswing","backswings","backsword","backswordman","backswordmen","backswords","backswordsman","backswordsmen","backtrack","backtracked","backtracking","backtrackings","backtracks","backup","backups","backveld","backvelder","backvelders","backvelds","backward","backwardation","backwardations","backwardly","backwardness","backwardnesses","backwards","backwash","backwashed","backwashes","backwashing","backwater","backwaters","backwood","backwoods","backwoodsman","backwoodsmen","backwoodsy","backword","backwords","backwork","backworker","backworkers","backworks","backwrap","backwraps","backyard","backyards","baclava","baclavas","baclofen","baclofens","bacon","baconer","baconers","bacons","bacs","bacteraemia","bacteraemias","bacteremia","bacteremias","bacteremic","bacteria","bacterial","bacterially","bacterials","bacterian","bacterias","bacteric","bactericidal","bactericidally","bactericide","bactericides","bacterin","bacterins","bacteriochlorophyll","bacteriochlorophylls","bacteriocin","bacteriocins","bacterioid","bacterioids","bacteriologic","bacteriological","bacteriologically","bacteriologies","bacteriologist","bacteriologists","bacteriology","bacteriolyses","bacteriolysin","bacteriolysins","bacteriolysis","bacteriolytic","bacteriophage","bacteriophages","bacteriophagic","bacteriophagies","bacteriophagous","bacteriophagy","bacteriorhodopsin","bacteriorhodopsins","bacterioses","bacteriosis","bacteriostases","bacteriostasis","bacteriostat","bacteriostatic","bacteriostats","bacteriotoxin","bacteriotoxins","bacterisation","bacterisations","bacterise","bacterised","bacterises","bacterising","bacterium","bacteriuria","bacteriurias","bacterization","bacterizations","bacterize","bacterized","bacterizes","bacterizing","bacteroid","bacteroids","bacteruria","bacterurias","bacula","baculiform","baculine","baculite","baculites","baculovirus","baculoviruses","baculum","baculums","bad","badass","badassed","badasses","baddeleyite","baddeleyites","badder","badderlock","badderlocks","baddest","baddie","baddies","baddish","baddy","bade","badge","badged","badgeless","badger","badgered","badgering","badgerly","badgers","badges","badging","badinage","badinaged","badinages","badinaging","badinerie","badineries","badious","badland","badlands","badly","badman","badmash","badmashes","badmen","badminton","badmintons","badmouth","badmouthed","badmouthing","badmouths","badness","badnesses","bads","badware","badwares","bael","baels","baetyl","baetyls","baff","baffed","baffies","baffing","baffle","baffled","bafflegab","bafflegabs","bafflement","bafflements","baffler","bafflers","baffles","baffling","bafflingly","baffs","baffy","baft","bafts","bag","bagarre","bagarres","bagass","bagasse","bagasses","bagassoses","bagassosis","bagatelle","bagatelles","bagel","bagels","bagful","bagfuls","baggage","baggages","bagged","bagger","baggers","baggie","baggier","baggies","baggiest","baggily","bagginess","bagginesses","bagging","baggings","baggit","baggits","baggy","bagh","baghouse","baghouses","baghs","bagie","bagies","bagless","baglike","bagman","bagmen","bagnette","bagnettes","bagnio","bagnios","bagpipe","bagpiped","bagpiper","bagpipers","bagpipes","bagpiping","bagpipings","bags","bagsful","bagswinger","bagswingers","baguet","baguets","baguette","baguettes","baguio","baguios","bagwash","bagwashes","bagwig","bagwigs","bagworm","bagworms","bah","bahada","bahadas","bahadur","bahadurs","baht","bahts","bahu","bahus","bahut","bahuts","bahuvrihi","bahuvrihis","baidarka","baidarkas","baignoire","baignoires","bail","bailable","bailbond","bailbonds","bailed","bailee","bailees","bailer","bailers","bailey","baileys","bailie","bailies","bailieship","bailieships","bailiff","bailiffs","bailiffship","bailiffships","bailing","bailiwick","bailiwicks","bailli","bailliage","bailliages","baillie","baillies","baillieship","baillieships","baillis","bailment","bailments","bailor","bailors","bailout","bailouts","bails","bailsman","bailsmen","bainin","bainins","bainite","bainites","bairn","bairnish","bairnlier","bairnliest","bairnlike","bairnly","bairns","baisemain","baisemains","bait","baited","baiter","baiters","baitfish","baitfishes","baith","baiting","baitings","baits","baiza","baizas","baize","baized","baizes","baizing","bajada","bajadas","bajan","bajans","bajra","bajras","bajree","bajrees","bajri","bajris","baju","bajus","bake","bakeapple","bakeapples","bakeboard","bakeboards","baked","bakehouse","bakehouses","bakelite","bakelites","bakemeat","bakemeats","baken","bakeoff","bakeoffs","baker","bakeries","bakers","bakery","bakes","bakeshop","bakeshops","bakestone","bakestones","bakeware","bakewares","bakgat","bakhshish","bakhshished","bakhshishes","bakhshishing","baking","bakings","bakkie","bakkies","baklava","baklavas","baklawa","baklawas","bakra","bakras","baksheesh","baksheeshed","baksheeshes","baksheeshing","bakshish","bakshished","bakshishes","bakshishing","bal","balaclava","balaclavas","baladin","baladine","baladines","baladins","balalaika","balalaikas","balance","balanceable","balanced","balancer","balancers","balances","balancing","balancings","balanitis","balanitises","balas","balases","balata","balatas","balboa","balboas","balbriggan","balbriggans","balbutient","balconet","balconets","balconette","balconettes","balconied","balconies","balcony","bald","baldachin","baldachino","baldachinos","baldachins","baldaquin","baldaquins","balded","balder","balderdash","balderdashes","balderlocks","balderlockses","baldest","baldfaced","baldhead","baldheaded","baldheads","baldicoot","baldicoots","baldie","baldier","baldies","baldiest","balding","baldish","baldly","baldmoney","baldmoneys","baldness","baldnesses","baldpate","baldpated","baldpates","baldric","baldrick","baldricks","baldrics","balds","baldy","bale","balection","balections","baled","baleen","baleens","balefire","balefires","baleful","balefully","balefulness","balefulnesses","baler","balers","bales","balibuntal","balibuntals","baling","balisaur","balisaurs","balise","balises","balista","balistae","balistas","balk","balkanisation","balkanisations","balkanise","balkanised","balkanises","balkanising","balkanization","balkanizations","balkanize","balkanized","balkanizes","balkanizing","balked","balker","balkers","balkier","balkiest","balkily","balkiness","balkinesses","balking","balkingly","balkings","balkline","balklines","balks","balky","ball","ballabile","ballabiles","ballabili","ballad","ballade","balladed","balladeer","balladeered","balladeering","balladeers","ballades","balladic","balladin","balladine","balladines","ballading","balladins","balladist","balladists","balladmonger","balladmongers","balladries","balladry","ballads","ballan","ballans","ballant","ballanted","ballanting","ballants","ballanwrasse","ballanwrasses","ballast","ballasted","ballaster","ballasters","ballasting","ballasts","ballat","ballated","ballating","ballats","ballbreaker","ballbreakers","ballcarrier","ballcarriers","ballclay","ballclays","ballcock","ballcocks","balled","baller","ballerina","ballerinas","ballerine","ballers","ballet","balleted","balletic","balletically","balleting","balletomane","balletomanes","balletomania","balletomanias","ballets","ballflower","ballflowers","ballgame","ballgames","ballhandling","ballhandlings","ballhawk","ballhawks","ballicatter","ballicatters","ballies","balling","ballings","ballista","ballistae","ballistas","ballistic","ballistically","ballistics","ballistite","ballistites","ballistospore","ballistospores","ballium","balliums","ballocks","ballocksed","ballockses","ballocksing","ballon","ballonet","ballonets","ballonne","ballonnes","ballons","balloon","ballooned","ballooning","balloonings","balloonist","balloonists","balloons","ballot","balloted","ballotee","ballotees","balloter","balloters","balloting","ballotini","ballots","ballottement","ballottements","ballow","ballows","ballpark","ballparks","ballpeen","ballplayer","ballplayers","ballpoint","ballpoints","ballroom","ballrooms","balls","ballsier","ballsiest","ballsiness","ballsinesses","ballsy","ballup","ballups","ballute","ballutes","bally","ballyard","ballyards","ballyhoo","ballyhooed","ballyhooing","ballyhoos","ballyrag","ballyragged","ballyragging","ballyrags","balm","balmacaan","balmacaans","balmed","balmier","balmiest","balmily","balminess","balminesses","balming","balmlike","balmoral","balmoralities","balmorality","balmorals","balms","balmy","balneal","balnearies","balneary","balneation","balneations","balneological","balneologies","balneologist","balneologists","balneology","balneotherapies","balneotherapy","baloney","baloneys","baloo","baloos","bals","balsa","balsam","balsamed","balsamic","balsamiferous","balsaminaceous","balsaming","balsams","balsamy","balsas","balsawood","balsawoods","balthasar","balthasars","balthazar","balthazars","balti","baltic","baltis","balu","balun","baluns","balus","baluster","balustered","balusters","balustrade","balustraded","balustrades","balzarine","balzarines","bam","bambi","bambini","bambino","bambinos","bambis","bamboo","bamboos","bamboozle","bamboozled","bamboozlement","bamboozlements","bamboozler","bamboozlers","bamboozles","bamboozling","bammed","bammer","bammers","bamming","bampot","bampots","bams","ban","banak","banaks","banal","banaler","banalest","banalisation","banalisations","banalise","banalised","banalises","banalising","banalities","banality","banalization","banalizations","banalize","banalized","banalizes","banalizing","banally","banana","bananas","banausian","banausic","banc","bancassurance","bancassurances","bancassurer","bancassurers","banco","bancos","bancs","band","banda","bandage","bandaged","bandager","bandagers","bandages","bandaging","bandaid","bandalore","bandalores","bandana","bandanas","bandanna","bandannas","bandar","bandari","bandaris","bandars","bandas","bandbox","bandboxes","bandbrake","bandbrakes","bandeau","bandeaus","bandeaux","banded","bandeira","bandeirante","bandeirantes","bandeiras","bandelet","bandelets","bandelier","bandeliers","bander","banderilla","banderillas","banderillero","banderilleros","banderol","banderole","banderoles","banderols","banders","bandersnatch","bandersnatches","bandfish","bandfishes","bandh","bandhs","bandicoot","bandicooted","bandicooting","bandicoots","bandied","bandier","bandies","bandiest","bandiness","bandinesses","banding","bandings","bandit","bandito","banditos","banditries","banditry","bandits","banditti","bandittis","bandleader","bandleaders","bandmaster","bandmasters","bandmate","bandmates","bandobast","bandobasts","bandobust","bandobusts","bandog","bandogs","bandoleer","bandoleered","bandoleers","bandoleon","bandoleons","bandolero","bandoleros","bandolier","bandoliered","bandoliers","bandoline","bandolined","bandolines","bandolining","bandoneon","bandoneons","bandonion","bandonions","bandook","bandooks","bandora","bandoras","bandore","bandores","bandrol","bandrols","bands","bandsaw","bandsaws","bandshell","bandshells","bandsman","bandsmen","bandspreading","bandspreadings","bandstand","bandstands","bandster","bandsters","bandura","banduras","bandwagon","bandwagons","bandwidth","bandwidths","bandy","bandying","bandyings","bandyman","bandymen","bane","baneberries","baneberry","baned","baneful","banefully","banefulness","banefulnesses","banes","bang","bangalay","bangalays","bangalore","bangalow","bangalows","banged","banger","bangers","banging","bangkok","bangkoks","bangle","bangled","bangles","bangs","bangsring","bangsrings","bangster","bangsters","bangtail","bangtails","bani","bania","banian","banians","banias","baning","banish","banished","banisher","banishers","banishes","banishing","banishment","banishments","banister","banistered","banisters","banjax","banjaxed","banjaxes","banjaxing","banjo","banjoes","banjoist","banjoists","banjos","banjulele","banjuleles","bank","bankabilities","bankability","bankable","bankbook","bankbooks","bankcard","bankcards","banked","banker","bankerly","bankers","banket","bankets","banking","bankings","bankit","bankits","banknote","banknotes","bankroll","bankrolled","bankroller","bankrollers","bankrolling","bankrolls","bankrupt","bankruptcies","bankruptcy","bankrupted","bankrupting","bankrupts","banks","banksia","banksias","bankside","banksides","banksman","banksmen","banlieue","banlieues","bannable","banned","banner","bannerall","banneralls","bannered","banneret","bannerets","bannerette","bannerettes","bannering","bannerol","bannerols","banners","bannet","bannets","banning","bannister","bannisters","bannock","bannocks","banns","banoffee","banoffees","banoffi","banoffis","banquet","banqueted","banqueteer","banqueteers","banqueter","banqueters","banqueting","banquetings","banquets","banquette","banquettes","bans","bansela","banselas","banshee","banshees","banshie","banshies","bant","bantam","bantams","bantamweight","bantamweights","banted","banteng","bantengs","banter","bantered","banterer","banterers","bantering","banteringly","banterings","banters","banties","banting","bantingism","bantingisms","bantings","bantling","bantlings","bants","bantu","bantus","banty","banxring","banxrings","banya","banyan","banyans","banyas","banzai","banzais","baobab","baobabs","bap","baphometic","baps","baptise","baptised","baptiser","baptisers","baptises","baptisia","baptisias","baptising","baptism","baptismal","baptismally","baptisms","baptist","baptisteries","baptistery","baptistries","baptistry","baptists","baptize","baptized","baptizer","baptizers","baptizes","baptizing","bapu","bapus","bar","baracan","baracans","barachois","baraesthesia","baraesthesias","baragouin","baragouins","barasinga","barasingas","barasingha","barasinghas","barathea","baratheas","barathrum","barathrums","baraza","barazas","barb","barbal","barbaresque","barbarian","barbarianism","barbarianisms","barbarians","barbaric","barbarically","barbarisation","barbarisations","barbarise","barbarised","barbarises","barbarising","barbarism","barbarisms","barbarities","barbarity","barbarization","barbarizations","barbarize","barbarized","barbarizes","barbarizing","barbarous","barbarously","barbarousness","barbarousnesses","barbasco","barbascoes","barbascos","barbastel","barbastelle","barbastelles","barbastels","barbate","barbated","barbe","barbecue","barbecued","barbecuer","barbecuers","barbecues","barbecuing","barbed","barbel","barbell","barbellate","barbells","barbels","barbeque","barbequed","barbeques","barbequing","barber","barbered","barbering","barberries","barberry","barbers","barbershop","barbershops","barbes","barbet","barbets","barbette","barbettes","barbican","barbicans","barbicel","barbicels","barbie","barbies","barbing","barbital","barbitals","barbitone","barbitones","barbiturate","barbiturates","barbituric","barbless","barbola","barbolas","barbotine","barbotines","barbs","barbule","barbules","barbut","barbuts","barbwire","barbwires","barby","barca","barcarole","barcaroles","barcarolle","barcarolles","barcas","barchan","barchane","barchanes","barchans","barcode","barcoded","barcodes","bard","bardash","bardashes","barde","barded","bardes","bardic","bardie","bardier","bardies","bardiest","barding","bardism","bardisms","bardling","bardlings","bardo","bardolater","bardolaters","bardolatries","bardolatrous","bardolatry","bardos","bards","bardship","bardships","bardy","bare","bareback","barebacked","barebacking","barebacks","bareboat","bareboats","barebone","bareboned","barebones","bared","barefaced","barefacedly","barefacedness","barefacednesses","barefit","barefoot","barefooted","barege","bareges","baregine","baregines","barehand","barehanded","barehanding","barehands","barehead","bareheaded","bareland","barelegged","barely","bareness","barenesses","barer","bares","baresark","baresarks","barest","baresthesia","baresthesias","barf","barfed","barfing","barflies","barfly","barfs","barful","bargain","bargained","bargainer","bargainers","bargaining","bargainings","bargains","bargander","barganders","barge","bargeboard","bargeboards","barged","bargee","bargees","bargeese","bargello","bargellos","bargeman","bargemaster","bargemasters","bargemen","bargepole","bargepoles","barges","bargest","bargests","barghest","barghests","barging","bargoon","bargoons","bargoose","barguest","barguests","barhop","barhopped","barhopping","barhops","bariatric","bariatrics","baric","barilla","barillas","baring","barish","barista","baristas","barite","barites","baritonal","baritone","baritones","barium","bariums","bark","barkan","barkans","barkantine","barkantines","barked","barkeep","barkeeper","barkeepers","barkeeps","barken","barkened","barkening","barkens","barkentine","barkentines","barker","barkers","barkhan","barkhans","barkier","barkiest","barking","barkless","barks","barky","barleduc","barleducs","barless","barley","barleycorn","barleycorns","barleys","barlow","barlows","barm","barmaid","barmaids","barman","barmbrack","barmbracks","barmen","barmie","barmier","barmiest","barminess","barminesses","barmitsvah","barmitsvahs","barmitzvah","barmitzvahs","barmkin","barmkins","barmpot","barmpots","barms","barmy","barn","barnacle","barnacled","barnacles","barnbrack","barnbracks","barned","barnet","barnets","barney","barneyed","barneying","barneys","barnier","barniest","barning","barnlike","barns","barnsbreaking","barnsbreakings","barnstorm","barnstormed","barnstormer","barnstormers","barnstorming","barnstormings","barnstorms","barny","barnyard","barnyards","barocco","baroccos","baroceptor","baroceptors","barock","barocks","barodynamics","barognoses","barognosis","barogram","barograms","barograph","barographic","barographs","barolo","barolos","barometer","barometers","barometric","barometrical","barometrically","barometries","barometry","barometz","barometzes","baron","baronage","baronages","baroness","baronesses","baronet","baronetage","baronetages","baronetcies","baronetcy","baronetess","baronetesses","baronetical","baronets","barong","barongs","baronial","baronies","baronne","baronnes","barons","barony","barophile","barophiles","barophilic","barophoreses","barophoresis","baroque","baroquely","baroques","baroreceptor","baroreceptors","barosaur","barosaurs","baroscope","baroscopes","baroscopic","barostat","barostats","barotitis","barotitises","barotrauma","barotraumas","barotraumata","barouche","barouches","barp","barperson","barpersons","barps","barquantine","barquantines","barque","barquentine","barquentines","barques","barquette","barquettes","barra","barrable","barracan","barracans","barrace","barraces","barrack","barracked","barracker","barrackers","barracking","barrackings","barracks","barracoon","barracoons","barracouta","barracoutas","barracuda","barracudas","barrage","barraged","barrages","barraging","barramunda","barramundas","barramundi","barramundies","barramundis","barranca","barrancas","barranco","barrancos","barras","barrat","barrater","barraters","barrator","barrators","barratries","barratrous","barratrously","barratry","barrats","barre","barred","barreed","barrefull","barreing","barrel","barrelage","barrelages","barreled","barrelful","barrelfuls","barrelhead","barrelheads","barrelhouse","barrelhouses","barreling","barrelled","barrelling","barrels","barrelsful","barren","barrener","barrenest","barrenly","barrenness","barrennesses","barrens","barrenwort","barrenworts","barres","barret","barretor","barretors","barretries","barretrous","barretrously","barretry","barrets","barrette","barretter","barretters","barrettes","barricade","barricaded","barricader","barricaders","barricades","barricading","barricado","barricadoed","barricadoes","barricadoing","barricados","barrico","barricoes","barricos","barrie","barrier","barriered","barriering","barriers","barries","barriest","barring","barrings","barrio","barrios","barrister","barristerial","barristers","barristership","barristerships","barro","barroom","barrooms","barrow","barrowful","barrowfuls","barrows","barrulet","barrulets","barry","bars","barstool","barstools","bartend","bartended","bartender","bartenders","bartending","bartends","barter","bartered","barterer","barterers","bartering","barters","bartisan","bartisans","bartizan","bartizaned","bartizans","barton","bartons","bartsia","bartsias","barware","barwares","barwood","barwoods","barycentre","barycentres","barycentric","barye","baryes","baryon","baryonic","baryons","barysphere","baryspheres","baryta","barytas","baryte","barytes","barytic","baryton","barytone","barytones","barytons","bas","basal","basally","basalt","basaltes","basaltic","basaltine","basalts","basaltware","basaltwares","basan","basanite","basanites","basans","basant","basants","bascinet","bascinets","bascule","bascules","base","baseball","baseballer","baseballers","baseballs","baseband","basebands","baseboard","baseboards","baseborn","baseburner","baseburners","based","baseej","baselard","baselards","baseless","baselessly","baselessness","baselessnesses","baseline","baseliner","baseliners","baselines","basely","baseman","basemen","basement","basementless","basements","basen","baseness","basenesses","basenji","basenjis","baseplate","baseplates","baser","baserunner","baserunners","baserunning","baserunnings","bases","basest","bash","bashaw","bashawism","bashawisms","bashaws","bashawship","bashawships","bashed","basher","bashers","bashes","bashful","bashfully","bashfulness","bashfulnesses","bashibazouk","bashibazouks","bashing","bashings","bashless","bashlik","bashliks","bashlyk","bashlyks","bashment","bashments","basho","basic","basically","basicities","basicity","basicranial","basics","basidia","basidial","basidiocarp","basidiocarps","basidiomycete","basidiomycetes","basidiomycetous","basidiospore","basidiospores","basidiosporous","basidium","basification","basifications","basified","basifier","basifiers","basifies","basifixed","basifugal","basify","basifying","basij","basil","basilar","basilary","basilect","basilects","basilic","basilica","basilicae","basilical","basilican","basilicas","basilicon","basilicons","basilisk","basilisks","basils","basin","basinal","basined","basinet","basinets","basinful","basinfuls","basing","basinlike","basins","basion","basions","basipetal","basipetally","basis","bask","basked","basket","basketball","basketballs","basketful","basketfuls","basketlike","basketries","basketry","baskets","basketsful","basketweave","basketweaver","basketweavers","basketweaves","basketwork","basketworks","basking","basks","basmati","basmatis","basmitzvah","basmitzvahs","basnet","basnets","basoche","basoches","bason","basons","basophil","basophile","basophiles","basophilia","basophilias","basophilic","basophils","basque","basqued","basques","basquine","basquines","bass","basse","bassed","basser","basses","bassest","basset","basseted","basseting","bassets","bassett","bassetted","bassetting","bassetts","bassi","bassier","bassiest","bassinet","bassinets","bassing","bassist","bassists","bassline","basslines","bassly","bassness","bassnesses","basso","bassoon","bassoonist","bassoonists","bassoons","bassos","basswood","basswoods","bassy","bast","basta","bastard","bastardies","bastardisation","bastardisations","bastardise","bastardised","bastardises","bastardising","bastardism","bastardisms","bastardization","bastardizations","bastardize","bastardized","bastardizes","bastardizing","bastardly","bastardries","bastardry","bastards","bastardy","baste","basted","baster","basters","bastes","basti","bastide","bastides","bastile","bastiles","bastille","bastilles","bastinade","bastinaded","bastinades","bastinading","bastinado","bastinadoed","bastinadoes","bastinadoing","basting","bastings","bastion","bastioned","bastions","bastis","bastle","bastles","bastnaesite","bastnaesites","bastnasite","bastnasites","basto","bastos","basts","basuco","basucos","bat","batable","batata","batatas","batavia","batavias","batboy","batboys","batch","batched","batcher","batchers","batches","batching","batchings","bate","bateau","bateaux","bated","bateless","bateleur","bateleurs","batement","batements","bates","batfish","batfishes","batfowl","batfowled","batfowler","batfowlers","batfowling","batfowlings","batfowls","batgirl","batgirls","bath","bathcube","bathcubes","bathe","bathed","bather","bathers","bathes","bathetic","bathetically","bathhouse","bathhouses","bathing","bathless","bathmat","bathmats","bathmic","bathmism","bathmisms","bathmitsvah","bathmitsvahs","bathmitzvah","bathmitzvahs","bathmizvah","bathmizvahs","bathochrome","bathochromes","bathochromic","batholite","batholites","batholith","batholithic","batholiths","batholitic","bathometer","bathometers","bathometric","bathometrically","bathometries","bathometry","bathophilous","bathophobia","bathophobias","bathorse","bathorses","bathos","bathoses","bathrobe","bathrobes","bathroom","bathrooms","baths","bathtub","bathtubs","bathwater","bathwaters","bathyal","bathybius","bathybiuses","bathygraphical","bathylimnetic","bathylite","bathylites","bathylith","bathylithic","bathyliths","bathylitic","bathymeter","bathymeters","bathymetric","bathymetrical","bathymetrically","bathymetries","bathymetry","bathypelagic","bathyscape","bathyscapes","bathyscaph","bathyscaphe","bathyscaphes","bathyscaphs","bathysphere","bathyspheres","bathythermograph","bathythermographs","batik","batiked","batiking","batiks","bating","batiste","batistes","batler","batlers","batlet","batlets","batlike","batman","batmen","batmitzvah","batmitzvahs","batological","batologies","batologist","batologists","batology","baton","batoned","batoning","batons","batoon","batooned","batooning","batoons","batrachia","batrachian","batrachians","batrachophobia","batrachophobias","batrachophobic","bats","batsman","batsmanship","batsmanships","batsmen","batswing","batswoman","batswomen","batt","batta","battailous","battalia","battalias","battalion","battalions","battas","batteau","batteaux","batted","batteilant","battel","batteled","batteler","battelers","batteling","battelled","battelling","battels","battement","battements","batten","battened","battener","batteners","battening","battenings","battens","batter","battered","batterer","batterers","batterie","batteries","battering","batterings","battero","batteros","batters","battery","battier","batties","battiest","battik","battiks","battill","battilled","battilling","battills","battiness","battinesses","batting","battings","battle","battleax","battleaxe","battleaxes","battlebus","battlebuses","battlebusses","battled","battledoor","battledoors","battledore","battledores","battledress","battledresses","battlefield","battlefields","battlefront","battlefronts","battleground","battlegrounds","battlement","battlemented","battlements","battlepiece","battlepieces","battleplane","battleplanes","battler","battlers","battles","battleship","battleships","battlewagon","battlewagons","battling","battological","battologies","battology","batts","battu","battue","battues","battuta","battutas","battuto","battutos","batty","batwing","batwoman","batwomen","baubee","baubees","bauble","baubles","baubling","bauchle","bauchled","bauchles","bauchling","baud","baudekin","baudekins","baudric","baudrick","baudricke","baudrickes","baudricks","baudrics","baudrons","baudronses","bauds","bauera","baueras","bauhinia","bauhinias","bauk","bauked","bauking","bauks","baulk","baulked","baulker","baulkers","baulkier","baulkiest","baulkily","baulkiness","baulkinesses","baulking","baulks","baulky","baur","baurs","bausond","bauxite","bauxites","bauxitic","bavardage","bavardages","bavarois","bavaroises","bavin","bavins","bawbee","bawbees","bawble","bawbles","bawcock","bawcocks","bawd","bawdier","bawdies","bawdiest","bawdily","bawdiness","bawdinesses","bawdkin","bawdkins","bawdric","bawdrics","bawdries","bawdry","bawds","bawdy","bawdyhouse","bawdyhouses","bawl","bawled","bawler","bawlers","bawley","bawleys","bawling","bawlings","bawls","bawn","bawneen","bawneens","bawns","bawr","bawrs","bawsunt","bawtie","bawties","bawty","baxter","baxters","bay","bayadeer","bayadeers","bayadere","bayaderes","bayamo","bayamos","bayard","bayards","bayberries","bayberry","baye","bayed","bayes","baying","bayle","bayles","bayman","baymen","bayonet","bayoneted","bayoneting","bayonets","bayonetted","bayonetting","bayou","bayous","bays","bayt","bayted","bayting","bayts","baywood","baywoods","bayyan","bayyans","bazaar","bazaars","bazar","bazars","bazazz","bazazzes","bazillion","bazillions","bazoo","bazooka","bazookas","bazooms","bazoos","bazouki","bazoukis","bazzazz","bazzazzes","bdellium","bdelliums","be","beach","beachball","beachballs","beachboy","beachboys","beachcomb","beachcombed","beachcomber","beachcombers","beachcombing","beachcombings","beachcombs","beached","beaches","beachfront","beachfronts","beachgoer","beachgoers","beachhead","beachheads","beachier","beachiest","beaching","beachside","beachwear","beachwears","beachy","beacon","beaconed","beaconing","beacons","bead","beadblast","beadblasted","beadblaster","beadblasters","beadblasting","beadblasts","beaded","beader","beaders","beadhouse","beadhouses","beadier","beadiest","beadily","beadiness","beadinesses","beading","beadings","beadle","beadledom","beadledoms","beadlehood","beadlehoods","beadles","beadleship","beadleships","beadlike","beadman","beadmen","beadroll","beadrolls","beads","beadsman","beadsmen","beadswoman","beadswomen","beadwork","beadworks","beady","beagle","beagled","beagler","beaglers","beagles","beagling","beaglings","beak","beaked","beaker","beakerful","beakerfuls","beakers","beakier","beakiest","beakless","beaklike","beaks","beaky","beam","beamed","beamer","beamers","beamier","beamiest","beamily","beaminess","beaminesses","beaming","beamingly","beamings","beamish","beamishly","beamless","beamlet","beamlets","beamlike","beams","beamy","bean","beanbag","beanbags","beanball","beanballs","beaned","beaneries","beanery","beanfeast","beanfeasts","beanie","beanies","beaning","beanlike","beano","beanos","beanpole","beanpoles","beans","beanstalk","beanstalks","beany","bear","bearabilities","bearability","bearable","bearableness","bearablenesses","bearably","bearbaiting","bearbaitings","bearberries","bearberry","bearbine","bearbines","bearcat","bearcats","beard","bearded","beardedness","beardednesses","beardie","beardier","beardies","beardiest","bearding","beardless","beardlessness","beardlessnesses","beards","beardtongue","beardtongues","beardy","beare","beared","bearer","bearers","beares","beargrass","beargrasses","bearhug","bearhugs","bearing","bearings","bearish","bearishly","bearishness","bearishnesses","bearlike","bearnaise","bearnaises","bears","bearskin","bearskins","bearward","bearwards","bearwood","bearwoods","beast","beasted","beasthood","beasthoods","beastie","beasties","beastily","beasting","beastings","beastlier","beastliest","beastlike","beastliness","beastlinesses","beastly","beasts","beat","beatable","beatbox","beatboxer","beatboxers","beatboxes","beatboxing","beatboxings","beaten","beater","beaters","beath","beathed","beathing","beaths","beatier","beatiest","beatific","beatifical","beatifically","beatification","beatifications","beatified","beatifies","beatify","beatifying","beating","beatings","beatitude","beatitudes","beatless","beatnik","beatniks","beats","beaty","beau","beaucoup","beaucoups","beaufet","beaufets","beauffet","beauffets","beaufin","beaufins","beauish","beaujolais","beaujolaises","beaumontage","beaumontages","beaumontague","beaumontagues","beaus","beaut","beauteous","beauteously","beauteousness","beauteousnesses","beautician","beauticians","beautied","beauties","beautification","beautifications","beautified","beautifier","beautifiers","beautifies","beautiful","beautifuler","beautifulest","beautifuller","beautifullest","beautifully","beautifulness","beautifulnesses","beautify","beautifying","beauts","beauty","beautying","beaux","beauxite","beauxites","beaver","beaverboard","beaverboards","beavered","beaveries","beavering","beavers","beavery","bebeerine","bebeerines","bebeeru","bebeerus","beblood","beblooded","beblooding","bebloods","beblubbered","bebop","bebopped","bebopper","beboppers","bebopping","bebops","bebung","bebungs","becall","becalled","becalling","becalls","becalm","becalmed","becalming","becalms","became","becap","becapped","becapping","becaps","becarpet","becarpeted","becarpeting","becarpets","becasse","becasses","because","beccaccia","beccaccias","beccafico","beccaficos","bechalk","bechalked","bechalking","bechalks","bechamel","bechamels","bechance","bechanced","bechances","bechancing","becharm","becharmed","becharming","becharms","beck","becke","becked","beckes","becket","beckets","becking","beckon","beckoned","beckoner","beckoners","beckoning","beckonings","beckons","becks","beclamor","beclamored","beclamoring","beclamors","beclasp","beclasped","beclasping","beclasps","becloak","becloaked","becloaking","becloaks","beclog","beclogged","beclogging","beclogs","beclothe","beclothed","beclothes","beclothing","becloud","beclouded","beclouding","beclouds","beclown","beclowned","beclowning","beclowns","become","becomes","becoming","becomingly","becomingness","becomingnesses","becomings","becoward","becowarded","becowarding","becowards","becquerel","becquerels","becrawl","becrawled","becrawling","becrawls","becrime","becrimed","becrimes","becriming","becrowd","becrowded","becrowding","becrowds","becrust","becrusted","becrusting","becrusts","becudgel","becudgeled","becudgeling","becudgelled","becudgelling","becudgels","becurl","becurled","becurling","becurls","becurse","becursed","becurses","becursing","becurst","bed","bedabble","bedabbled","bedabbles","bedabbling","bedad","bedaggle","bedaggled","bedaggles","bedaggling","bedamn","bedamned","bedamning","bedamns","bedarken","bedarkened","bedarkening","bedarkens","bedash","bedashed","bedashes","bedashing","bedaub","bedaubed","bedaubing","bedaubs","bedawin","bedawins","bedaze","bedazed","bedazes","bedazing","bedazzle","bedazzled","bedazzlement","bedazzlements","bedazzles","bedazzling","bedbath","bedbaths","bedboard","bedboards","bedbug","bedbugs","bedchair","bedchairs","bedchamber","bedchambers","bedclothes","bedcover","bedcovering","bedcoverings","bedcovers","beddable","bedded","bedder","bedders","bedding","beddings","bede","bedeafen","bedeafened","bedeafening","bedeafens","bedeck","bedecked","bedecking","bedecks","bedeguar","bedeguars","bedehouse","bedehouses","bedel","bedell","bedells","bedellship","bedellships","bedels","bedelship","bedelships","bedeman","bedemen","bederal","bederals","bedes","bedesman","bedesmen","bedevil","bedeviled","bedeviling","bedevilled","bedevilling","bedevilment","bedevilments","bedevils","bedew","bedewed","bedewing","bedews","bedfast","bedfellow","bedfellows","bedframe","bedframes","bedgown","bedgowns","bedhead","bedheads","bediaper","bediapered","bediapering","bediapers","bedide","bedight","bedighted","bedighting","bedights","bedim","bedimmed","bedimming","bedimmings","bedimple","bedimpled","bedimples","bedimpling","bedims","bedirtied","bedirties","bedirty","bedirtying","bedizen","bedizened","bedizening","bedizenment","bedizenments","bedizens","bedlam","bedlamism","bedlamisms","bedlamite","bedlamites","bedlamp","bedlamps","bedlams","bedless","bedlike","bedmaker","bedmakers","bedmate","bedmates","bedotted","bedouin","bedouins","bedpan","bedpans","bedplate","bedplates","bedpost","bedposts","bedpresser","bedpressers","bedquilt","bedquilts","bedraggle","bedraggled","bedraggles","bedraggling","bedrail","bedrails","bedral","bedrals","bedrape","bedraped","bedrapes","bedraping","bedrench","bedrenched","bedrenches","bedrenching","bedrid","bedridden","bedright","bedrights","bedrite","bedrites","bedrivel","bedriveled","bedriveling","bedrivelled","bedrivelling","bedrivels","bedrock","bedrocks","bedroll","bedrolls","bedroom","bedroomed","bedrooms","bedrop","bedropped","bedropping","bedrops","bedropt","bedrug","bedrugged","bedrugging","bedrugs","beds","bedsheet","bedsheets","bedside","bedsides","bedsit","bedsits","bedsitter","bedsitters","bedsitting","bedsocks","bedsonia","bedsoniae","bedsonias","bedsore","bedsores","bedspread","bedspreads","bedspring","bedsprings","bedstand","bedstands","bedstead","bedsteads","bedstraw","bedstraws","bedtick","bedticks","bedtime","bedtimes","bedu","beduck","beducked","beducking","beducks","beduin","beduins","bedumb","bedumbed","bedumbing","bedumbs","bedunce","bedunced","bedunces","beduncing","bedung","bedunged","bedunging","bedungs","bedust","bedusted","bedusting","bedusts","bedward","bedwards","bedwarf","bedwarfed","bedwarfing","bedwarfs","bedwarmer","bedwarmers","bedwetter","bedwetters","bedyde","bedye","bedyed","bedyeing","bedyes","bee","beebee","beebees","beebread","beebreads","beech","beechdrops","beechen","beeches","beechier","beechiest","beechmast","beechmasts","beechnut","beechnuts","beechwood","beechwoods","beechy","beedi","beedie","beedies","beef","beefalo","beefaloes","beefalos","beefburger","beefburgers","beefcake","beefcakes","beefeater","beefeaters","beefed","beefier","beefiest","beefily","beefiness","beefinesses","beefing","beefless","beefs","beefsteak","beefsteaks","beefwood","beefwoods","beefy","beegah","beegahs","beehive","beehives","beekeeper","beekeepers","beekeeping","beekeepings","beelike","beeline","beelined","beelines","beelining","been","beenah","beenahs","beento","beentos","beep","beeped","beeper","beepers","beeping","beeps","beer","beerage","beerages","beerhall","beerhalls","beerier","beeriest","beerily","beeriness","beerinesses","beers","beery","bees","beesome","beesting","beestings","beestung","beeswax","beeswaxed","beeswaxes","beeswaxing","beeswing","beeswinged","beeswings","beet","beeted","beetflies","beetfly","beeting","beetle","beetlebrain","beetlebrained","beetlebrains","beetled","beetlehead","beetleheaded","beetleheads","beetler","beetlers","beetles","beetling","beetmaster","beetmasters","beetmister","beetmisters","beetroot","beetroots","beets","beeves","beeyard","beeyards","beezer","beezers","befall","befallen","befalling","befalls","befana","befanas","befeld","befell","beffana","beffanas","befinger","befingered","befingering","befingers","befinned","befit","befits","befitted","befitting","befittingly","beflag","beflagged","beflagging","beflags","beflea","befleaed","befleaing","befleas","befleck","beflecked","beflecking","beflecks","beflower","beflowered","beflowering","beflowers","beflum","beflummed","beflumming","beflums","befoam","befoamed","befoaming","befoams","befog","befogged","befogging","befogs","befool","befooled","befooling","befools","before","beforehand","beforetime","befortune","befortuned","befortunes","befortuning","befoul","befouled","befouler","befoulers","befouling","befoulment","befoulments","befouls","befret","befrets","befretted","befretting","befriend","befriended","befriender","befrienders","befriending","befriends","befringe","befringed","befringes","befringing","befuddle","befuddled","befuddlement","befuddlements","befuddles","befuddling","beg","begad","begall","begalled","begalling","begalls","began","begar","begars","begat","begaze","begazed","begazes","begazing","begem","begemmed","begemming","begems","beget","begets","begetter","begetters","begetting","beggar","beggardom","beggardoms","beggared","beggarhood","beggarhoods","beggaries","beggaring","beggarliness","beggarlinesses","beggarly","beggars","beggarweed","beggarweeds","beggary","begged","begging","beggingly","beggings","beghard","beghards","begift","begifted","begifting","begifts","begild","begilded","begilding","begilds","begilt","begin","beginne","beginner","beginners","beginnes","beginning","beginningless","beginnings","begins","begird","begirded","begirding","begirdle","begirdled","begirdles","begirdling","begirds","begirt","begirting","beglad","begladded","begladding","beglads","beglamor","beglamored","beglamoring","beglamors","beglamour","beglamoured","beglamouring","beglamours","beglerbeg","beglerbegs","begloom","begloomed","beglooming","beglooms","begnaw","begnawed","begnawing","begnaws","bego","begoes","begoggled","begoing","begone","begonia","begonias","begorah","begored","begorra","begorrah","begot","begotten","begrim","begrime","begrimed","begrimes","begriming","begrimmed","begrimming","begrims","begroan","begroaned","begroaning","begroans","begrudge","begrudged","begrudger","begrudgeries","begrudgers","begrudgery","begrudges","begrudging","begrudgingly","begs","beguile","beguiled","beguilement","beguilements","beguiler","beguilers","beguiles","beguiling","beguilingly","beguin","beguinage","beguinages","beguine","beguines","beguins","begulf","begulfed","begulfing","begulfs","begum","begums","begun","begunk","begunked","begunking","begunks","behalf","behalves","behappen","behappened","behappening","behappens","behatted","behave","behaved","behaver","behavers","behaves","behaving","behavior","behavioral","behaviorally","behaviorism","behaviorisms","behaviorist","behavioristic","behaviorists","behaviors","behaviour","behavioural","behaviourally","behaviourism","behaviourisms","behaviourist","behaviouristic","behaviourists","behaviours","behead","beheadal","beheadals","beheaded","beheader","beheaders","beheading","beheadings","beheads","beheld","behemoth","behemoths","behest","behests","behight","behighting","behights","behind","behindhand","behinds","behold","beholden","beholder","beholders","beholding","beholdings","beholds","behoof","behoofs","behoove","behooved","behooves","behooving","behote","behotes","behoting","behove","behoved","behoveful","behovely","behoves","behoving","behowl","behowled","behowling","behowls","beige","beigel","beigels","beiges","beigier","beigiest","beigne","beignes","beignet","beignets","beigy","bein","being","beingless","beingness","beingnesses","beings","beinked","beinness","beinnesses","bejabbers","bejabers","bejade","bejaded","bejades","bejading","bejant","bejants","bejeebers","bejeezus","bejesuit","bejesuited","bejesuiting","bejesuits","bejesus","bejesuses","bejewel","bejeweled","bejeweling","bejewelled","bejewelling","bejewels","bejumble","bejumbled","bejumbles","bejumbling","bekah","bekahs","bekiss","bekissed","bekisses","bekissing","beknave","beknaved","beknaves","beknaving","beknight","beknighted","beknighting","beknights","beknot","beknots","beknotted","beknotting","beknown","bel","belabor","belabored","belaboring","belabors","belabour","belaboured","belabouring","belabours","belace","belaced","belaces","belacing","beladied","beladies","belady","beladying","belah","belahs","belamies","belamoure","belamoures","belamy","belar","belars","belate","belated","belatedly","belatedness","belatednesses","belates","belating","belaud","belauded","belauding","belauds","belay","belayed","belayer","belayers","belaying","belays","belch","belched","belcher","belchers","belches","belching","beldam","beldame","beldames","beldams","beleaguer","beleaguered","beleaguering","beleaguerment","beleaguerments","beleaguers","beleap","beleaped","beleaping","beleaps","beleapt","belee","beleed","beleeing","belees","belemnite","belemnites","belemnoid","belfried","belfries","belfry","belga","belgard","belgards","belgas","belie","belied","belief","beliefless","beliefs","belier","beliers","belies","believabilities","believability","believable","believably","believe","believed","believer","believers","believes","believing","believingly","believings","belike","beliquor","beliquored","beliquoring","beliquors","belittle","belittled","belittlement","belittlements","belittler","belittlers","belittles","belittling","belittlingly","belive","bell","belladonna","belladonnas","bellamoure","bellamoures","bellarmine","bellarmines","bellbind","bellbinds","bellbird","bellbirds","bellboy","bellboys","bellcote","bellcotes","belle","belled","belleek","belleeks","belles","belleter","belleters","belletrism","belletrisms","belletrist","belletristic","belletristical","belletrists","bellettrist","bellettrists","bellflower","bellflowers","bellfounder","bellfounders","bellfoundries","bellfoundry","bellhanger","bellhangers","bellhop","bellhops","bellibone","bellibones","bellicose","bellicosely","bellicosities","bellicosity","bellied","bellies","belligerati","belligerence","belligerences","belligerencies","belligerency","belligerent","belligerently","belligerents","belling","bellings","bellman","bellmen","bellock","bellocked","bellocking","bellocks","bellow","bellowed","bellower","bellowers","bellowing","bellows","bellpull","bellpulls","bells","bellwether","bellwethers","bellwort","bellworts","belly","bellyache","bellyached","bellyacher","bellyachers","bellyaches","bellyaching","bellyband","bellybands","bellybutton","bellybuttons","bellyful","bellyfuls","bellying","bellyings","bellylike","belomancies","belomancy","belon","belong","belonged","belonger","belongers","belonging","belongingness","belongingnesses","belongings","belongs","belons","belove","beloved","beloveds","beloves","beloving","below","belowdecks","belowground","belows","belowstairs","bels","belshazzar","belshazzars","belt","beltcourse","beltcourses","belted","belter","belters","belting","beltings","beltless","beltline","beltlines","beltman","beltmen","belts","beltway","beltways","beluga","belugas","belvedere","belvederes","belying","bema","bemad","bemadam","bemadamed","bemadaming","bemadams","bemadded","bemadden","bemaddened","bemaddening","bemaddens","bemadding","bemads","bemas","bemata","bemaul","bemauled","bemauling","bemauls","bemazed","bembex","bembexes","bembix","bembixes","bemean","bemeaned","bemeaning","bemeans","bemeant","bemedal","bemedaled","bemedalled","bemedalling","bemedals","bemete","bemeted","bemetes","bemeting","bemingle","bemingled","bemingles","bemingling","bemire","bemired","bemires","bemiring","bemist","bemisted","bemisting","bemists","bemix","bemixed","bemixes","bemixing","bemixt","bemoan","bemoaned","bemoaner","bemoaners","bemoaning","bemoanings","bemoans","bemock","bemocked","bemocking","bemocks","bemoil","bemoiled","bemoiling","bemoils","bemonster","bemonstered","bemonstering","bemonsters","bemouth","bemouthed","bemouthing","bemouths","bemud","bemudded","bemudding","bemuddle","bemuddled","bemuddles","bemuddling","bemuds","bemuffle","bemuffled","bemuffles","bemuffling","bemurmur","bemurmured","bemurmuring","bemurmurs","bemuse","bemused","bemusedly","bemusement","bemusements","bemuses","bemusing","bemuzzle","bemuzzled","bemuzzles","bemuzzling","ben","benadryl","benadryls","bename","benamed","benames","benaming","bench","benched","bencher","benchers","benchership","bencherships","benches","benchier","benchiest","benching","benchland","benchlands","benchless","benchmark","benchmarked","benchmarking","benchmarkings","benchmarks","benchtop","benchwarmer","benchwarmers","benchy","bend","bendable","benday","bendayed","bendaying","bendays","bended","bendee","bendees","bender","benders","bendier","bendiest","bending","bendingly","bendings","bendlet","bendlets","bends","bendways","bendwise","bendy","bendys","bene","beneath","benedicite","benedicites","benedick","benedicks","benedict","benediction","benedictional","benedictions","benedictive","benedictory","benedicts","benedictus","benedictuses","benedight","benefact","benefacted","benefacting","benefaction","benefactions","benefactor","benefactors","benefactory","benefactress","benefactresses","benefacts","benefic","benefice","beneficed","beneficence","beneficences","beneficent","beneficential","beneficently","benefices","beneficial","beneficially","beneficialness","beneficialnesses","beneficials","beneficiaries","beneficiary","beneficiate","beneficiated","beneficiates","beneficiating","beneficiation","beneficiations","beneficing","benefit","benefited","benefiter","benefiters","benefiting","benefits","benefitted","benefitting","benempt","benempted","beneplacito","benes","benet","benets","benetted","benetting","benevolence","benevolences","benevolent","benevolently","benevolentness","benevolentnesses","benga","bengaline","bengalines","bengas","beni","benight","benighted","benightedly","benightedness","benightednesses","benighten","benightened","benightening","benightenings","benightens","benighter","benighters","benighting","benightings","benightment","benightments","benights","benign","benignancies","benignancy","benignant","benignantly","benigner","benignest","benignities","benignity","benignly","benis","beniseed","beniseeds","benison","benisons","benitier","benitiers","benj","benjamin","benjamins","benjes","benne","bennes","bennet","bennets","benni","bennies","bennis","benny","benomyl","benomyls","bens","bent","bentgrass","bentgrasses","benthal","benthic","benthoal","benthon","benthonic","benthons","benthopelagic","benthos","benthoscope","benthoscopes","benthoses","bentier","bentiest","bento","bentonite","bentonites","bentonitic","bentos","bents","bentwood","bentwoods","benty","benumb","benumbed","benumbedness","benumbednesses","benumbing","benumbingly","benumbment","benumbments","benumbs","benzal","benzaldehyde","benzaldehydes","benzals","benzanthracene","benzanthracenes","benzene","benzenecarbonyl","benzenes","benzenoid","benzenoids","benzidin","benzidine","benzidines","benzidins","benzil","benzils","benzimidazole","benzimidazoles","benzin","benzine","benzines","benzins","benzoapyrene","benzoapyrenes","benzoate","benzoates","benzocaine","benzocaines","benzodiazepine","benzodiazepines","benzofuran","benzofurans","benzoic","benzoin","benzoins","benzol","benzole","benzoles","benzoline","benzolines","benzols","benzophenone","benzophenones","benzoquinone","benzoquinones","benzoyl","benzoyls","benzpyrene","benzpyrenes","benzyl","benzylic","benzylidine","benzylidines","benzyls","bepaint","bepainted","bepainting","bepaints","bepat","bepatched","bepats","bepatted","bepatting","bepearl","bepearled","bepearling","bepearls","bepelt","bepelted","bepelting","bepelts","bepepper","bepeppered","bepeppering","bepeppers","bepester","bepestered","bepestering","bepesters","bepimple","bepimpled","bepimples","bepimpling","bepitied","bepities","bepity","bepitying","beplaster","beplastered","beplastering","beplasters","beplumed","bepommel","bepommelled","bepommelling","bepommels","bepowder","bepowdered","bepowdering","bepowders","bepraise","bepraised","bepraises","bepraising","beprose","beprosed","beproses","beprosing","bepuff","bepuffed","bepuffing","bepuffs","bequeath","bequeathable","bequeathal","bequeathals","bequeathed","bequeather","bequeathers","bequeathing","bequeathment","bequeathments","bequeaths","bequest","bequests","berake","beraked","berakes","beraking","berascal","berascaled","berascaling","berascals","berate","berated","berates","berating","beray","berayed","beraying","berays","berbere","berberes","berberidaceous","berberin","berberine","berberines","berberins","berberis","berberises","berbice","berceau","berceaux","berceuse","berceuses","berdache","berdaches","berdash","berdashes","bere","bereave","bereaved","bereavement","bereavements","bereaven","bereaver","bereavers","bereaves","bereaving","bereft","beres","beret","berets","beretta","berettas","berg","bergama","bergamas","bergamask","bergamasks","bergamot","bergamots","bergander","berganders","bergen","bergenia","bergenias","bergens","bergere","bergeres","bergfall","bergfalls","berghaan","berghaans","bergmehl","bergmehls","bergomask","bergomasks","bergs","bergschrund","bergschrunds","bergylt","bergylts","berhyme","berhymed","berhymes","berhyming","beribboned","beriberi","beriberis","berimbau","berimbaus","berime","berimed","berimes","beriming","beringed","berk","berkelium","berkeliums","berko","berks","berley","berleyed","berleying","berleys","berlin","berline","berlines","berlins","berm","berme","bermed","bermes","berming","berms","bermudas","bernicle","bernicles","berob","berobbed","berobbing","berobed","berobs","berouged","berret","berrets","berretta","berrettas","berried","berries","berrigan","berrigans","berry","berryfruit","berryfruits","berrying","berryings","berryless","berrylike","bersagliere","bersaglieri","berseem","berseems","berserk","berserker","berserkers","berserkly","berserks","berth","bertha","berthage","berthages","berthas","berthe","berthed","berthes","berthing","berths","bertillonage","bertillonages","beryl","beryline","beryllia","beryllias","beryllioses","berylliosis","beryllium","berylliums","beryls","bes","besaint","besainted","besainting","besaints","besang","besat","besaw","bescatter","bescattered","bescattering","bescatters","bescorch","bescorched","bescorches","bescorching","bescour","bescoured","bescouring","bescours","bescrawl","bescrawled","bescrawling","bescrawls","bescreen","bescreened","bescreening","bescreens","bescribble","bescribbled","bescribbles","bescribbling","besee","beseech","beseeched","beseecher","beseechers","beseeches","beseeching","beseechingly","beseechingness","beseechings","beseeing","beseeke","beseekes","beseeking","beseem","beseemed","beseeming","beseemingly","beseemingness","beseemingnesses","beseemings","beseemly","beseems","beseen","besees","beses","beset","besetment","besetments","besets","besetter","besetters","besetting","beshadow","beshadowed","beshadowing","beshadows","beshame","beshamed","beshames","beshaming","beshine","beshines","beshining","beshiver","beshivered","beshivering","beshivers","beshone","beshout","beshouted","beshouting","beshouts","beshrew","beshrewed","beshrewing","beshrews","beshroud","beshrouded","beshrouding","beshrouds","beside","besides","besiege","besieged","besiegement","besiegements","besieger","besiegers","besieges","besieging","besiegingly","besiegings","besigh","besighed","besighing","besighs","besing","besinging","besings","besit","besits","besitting","beslave","beslaved","beslaver","beslavered","beslavering","beslavers","beslaves","beslaving","beslime","beslimed","beslimes","besliming","beslobber","beslobbered","beslobbering","beslobbers","beslubber","beslubbered","beslubbering","beslubbers","besmear","besmeared","besmearer","besmearers","besmearing","besmears","besmile","besmiled","besmiles","besmiling","besmirch","besmirched","besmirches","besmirching","besmoke","besmoked","besmokes","besmoking","besmooth","besmoothed","besmoothing","besmooths","besmudge","besmudged","besmudges","besmudging","besmut","besmutch","besmutched","besmutches","besmutching","besmuts","besmutted","besmutting","besnow","besnowed","besnowing","besnows","besognio","besognios","besoin","besoins","besom","besomed","besoming","besoms","besonian","besonians","besoothe","besoothed","besoothes","besoothing","besort","besorted","besorting","besorts","besot","besots","besotted","besottedly","besottedness","besottednesses","besotting","besought","besouled","bespake","bespangle","bespangled","bespangles","bespangling","bespat","bespate","bespatter","bespattered","bespattering","bespatters","bespeak","bespeaking","bespeaks","bespeckle","bespeckled","bespeckles","bespeckling","bespectacled","besped","bespeed","bespeeding","bespeeds","bespice","bespiced","bespices","bespicing","bespit","bespits","bespitting","bespoke","bespoken","besport","besported","besporting","besports","bespot","bespots","bespotted","bespottedness","bespottednesses","bespotting","bespouse","bespoused","bespouses","bespousing","bespout","bespouted","bespouting","bespouts","bespread","bespreading","bespreads","besprent","besprinkle","besprinkled","besprinkles","besprinkling","best","bestad","bestadde","bestain","bestained","bestaining","bestains","bestar","bestarred","bestarring","bestars","bestead","besteaded","besteading","besteads","bested","besti","bestial","bestialise","bestialised","bestialises","bestialising","bestialism","bestialisms","bestialities","bestiality","bestialize","bestialized","bestializes","bestializing","bestially","bestials","bestiaries","bestiary","bestick","besticking","besticks","bestill","bestilled","bestilling","bestills","besting","bestir","bestirred","bestirring","bestirs","bestis","bestorm","bestormed","bestorming","bestorms","bestow","bestowal","bestowals","bestowed","bestower","bestowers","bestowing","bestowment","bestowments","bestows","bestraddle","bestraddled","bestraddles","bestraddling","bestraught","bestreak","bestreaked","bestreaking","bestreaks","bestrew","bestrewed","bestrewing","bestrewn","bestrews","bestrid","bestridable","bestridden","bestride","bestrides","bestriding","bestrode","bestrow","bestrowed","bestrowing","bestrown","bestrows","bests","bestseller","bestsellerdom","bestsellerdoms","bestsellers","bestselling","bestuck","bestud","bestudded","bestudding","bestuds","besuited","besung","beswarm","beswarmed","beswarming","beswarms","bet","beta","betacarotene","betacarotenes","betacism","betacisms","betacyanin","betacyanins","betaine","betaines","betake","betaken","betakes","betaking","betas","betatopic","betatron","betatrons","betatter","betattered","betattering","betatters","betaxed","betcha","bete","beted","beteem","beteeme","beteemed","beteemes","beteeming","beteems","betel","betelnut","betelnuts","betels","betes","beth","bethank","bethanked","bethanking","bethankit","bethankits","bethanks","bethel","bethels","bethesda","bethesdas","bethink","bethinking","bethinks","bethorn","bethorned","bethorning","bethorns","bethought","bethrall","bethralled","bethralling","bethralls","beths","bethumb","bethumbed","bethumbing","bethumbs","bethump","bethumped","bethumping","bethumps","bethwack","bethwacked","bethwacking","bethwacks","betid","betide","betided","betides","betiding","betight","betime","betimed","betimes","betiming","beting","betise","betises","betitle","betitled","betitles","betitling","betoil","betoiled","betoiling","betoils","betoken","betokened","betokening","betokens","beton","betonies","betons","betony","betook","betoss","betossed","betosses","betossing","betray","betrayal","betrayals","betrayed","betrayer","betrayers","betraying","betrays","betread","betreading","betreads","betrim","betrimmed","betrimming","betrims","betrod","betrodden","betroth","betrothal","betrothals","betrothed","betrotheds","betrothing","betrothment","betrothments","betroths","bets","betta","bettas","betted","better","bettered","bettering","betterings","betterment","betterments","bettermost","betterness","betternesses","betters","betties","betting","bettings","bettong","bettongs","bettor","bettors","betty","betulaceous","betumbled","between","betweenbrain","betweenbrains","betweenities","betweenity","betweenness","betweennesses","betweens","betweentime","betweentimes","betweenwhiles","betwixt","beuncled","beurre","beurres","bevatron","bevatrons","bevel","beveled","beveler","bevelers","beveling","bevelled","beveller","bevellers","bevelling","bevellings","bevelment","bevelments","bevels","bever","beverage","beverages","bevers","bevies","bevomit","bevomited","bevomiting","bevomits","bevor","bevors","bevue","bevues","bevvied","bevvies","bevvy","bevvying","bevy","bewail","bewailed","bewailer","bewailers","bewailing","bewailingly","bewailings","bewails","beware","bewared","bewares","bewaring","bewearied","bewearies","beweary","bewearying","beweep","beweeping","beweeps","beweltered","bewent","bewept","bewet","bewets","bewetted","bewetting","bewhiskered","bewhore","bewhored","bewhores","bewhoring","bewig","bewigged","bewigging","bewigs","bewilder","bewildered","bewilderedly","bewilderedness","bewilderednesses","bewildering","bewilderingly","bewilderment","bewilderments","bewilders","bewinged","bewitch","bewitched","bewitcher","bewitcheries","bewitchers","bewitchery","bewitches","bewitching","bewitchingly","bewitchment","bewitchments","beworm","bewormed","beworming","beworms","beworried","beworries","beworry","beworrying","bewrap","bewrapped","bewrapping","bewraps","bewrapt","bewray","bewrayed","bewrayer","bewrayers","bewraying","bewrays","bey","beylic","beylics","beylik","beyliks","beyond","beyonds","beys","bez","bezant","bezants","bezazz","bezazzes","bezel","bezels","bezes","bezil","bezils","bezique","beziques","bezoar","bezoardic","bezoars","bezonian","bezonians","bezzant","bezzants","bezzazz","bezzazzes","bezzle","bezzled","bezzles","bezzling","bhagee","bhagees","bhai","bhais","bhajan","bhajans","bhajee","bhajees","bhaji","bhajia","bhajis","bhakta","bhaktas","bhakti","bhaktis","bhang","bhangra","bhangras","bhangs","bharal","bharals","bhat","bhavan","bhavans","bhawan","bhawans","bheestie","bheesties","bheesty","bhel","bhelpuri","bhelpuris","bhels","bhikhu","bhikhus","bhikkhuni","bhikkhunis","bhindi","bhindis","bhishti","bhishtis","bhistee","bhistees","bhisti","bhistie","bhisties","bhistis","bhoona","bhoonas","bhoot","bhoots","bhuna","bhunas","bhut","bhuts","bi","biacetyl","biacetyls","biach","biaches","biali","bialies","bialis","bialy","bialys","biannual","biannually","biannuals","biannulate","bias","biased","biasedly","biases","biasing","biasings","biasness","biasnesses","biassed","biassedly","biasses","biassing","biatch","biatches","biathlete","biathletes","biathlon","biathlons","biauricular","biauriculate","biaxal","biaxial","biaxially","bib","bibacious","bibasic","bibation","bibations","bibb","bibbed","bibber","bibberies","bibbers","bibbery","bibbing","bibble","bibbles","bibbs","bibcock","bibcocks","bibelot","bibelots","bibful","bibfuls","bible","bibles","bibless","biblical","biblically","biblicism","biblicisms","biblicist","biblicists","biblike","bibliographer","bibliographers","bibliographic","bibliographical","bibliographically","bibliographies","bibliography","bibliolater","bibliolaters","bibliolatries","bibliolatrist","bibliolatrists","bibliolatrous","bibliolatry","bibliological","bibliologies","bibliologist","bibliologists","bibliology","bibliomancies","bibliomancy","bibliomane","bibliomanes","bibliomania","bibliomaniac","bibliomaniacal","bibliomaniacs","bibliomanias","bibliopegic","bibliopegies","bibliopegist","bibliopegists","bibliopegy","bibliophagist","bibliophagists","bibliophil","bibliophile","bibliophiles","bibliophilic","bibliophilies","bibliophilism","bibliophilisms","bibliophilist","bibliophilistic","bibliophilists","bibliophils","bibliophily","bibliophobia","bibliophobias","bibliopole","bibliopoles","bibliopolic","bibliopolical","bibliopolies","bibliopolist","bibliopolists","bibliopoly","bibliotheca","bibliothecae","bibliothecal","bibliothecaries","bibliothecary","bibliothecas","bibliotherapies","bibliotherapy","bibliotic","bibliotics","bibliotist","bibliotists","biblist","biblists","bibs","bibulous","bibulously","bibulousness","bibulousnesses","bicameral","bicameralism","bicameralisms","bicameralist","bicameralists","bicapsular","bicarb","bicarbonate","bicarbonates","bicarbs","bicarpellary","bicaudal","biccies","biccy","bice","bicentenaries","bicentenary","bicentennial","bicentennials","bicentric","bicep","bicephalous","biceps","bicepses","bices","bichir","bichirs","bichloride","bichlorides","bichord","bichromate","bichromated","bichromates","bichrome","bicipital","bicker","bickered","bickerer","bickerers","bickering","bickerings","bickers","bickie","bickies","bicoastal","bicollateral","bicolor","bicolored","bicolors","bicolour","bicoloured","bicolours","bicomponent","biconcave","biconcavities","biconcavity","biconditional","biconditionals","biconvex","biconvexities","biconvexity","bicorn","bicornate","bicorne","bicornes","bicorns","bicornuate","bicorporate","bicron","bicrons","bicultural","biculturalism","biculturalisms","bicuspid","bicuspidate","bicuspidates","bicuspids","bicycle","bicycled","bicycler","bicyclers","bicycles","bicyclic","bicyclical","bicycling","bicyclist","bicyclists","bid","bidarka","bidarkas","bidarkee","bidarkees","biddabilities","biddability","biddable","biddableness","biddablenesses","biddably","bidden","bidder","bidders","biddies","bidding","biddings","biddy","bide","bided","bident","bidental","bidentals","bidentate","bidentated","bidents","bider","biders","bides","bidet","bidets","bidi","bidialectal","bidialectalism","bidialectalisms","biding","bidings","bidirectional","bidirectionally","bidis","bidon","bidons","bidonville","bidonvilles","bids","bield","bielded","bieldier","bieldiest","bielding","bields","bieldy","bien","biennale","biennales","biennia","biennial","biennially","biennials","biennium","bienniums","bienseance","bienseances","bier","bierkeller","bierkellers","biers","biestings","biface","bifaces","bifacial","bifacially","bifarious","bifariously","biff","biffed","biffer","biffers","biffies","biffin","biffing","biffins","biffo","biffos","biffs","biffy","bifid","bifidities","bifidity","bifidly","bifilar","bifilarly","biflagellate","biflex","bifocal","bifocaled","bifocals","bifold","bifoliate","bifoliolate","biforate","biforked","biform","biformed","biftah","biftahs","bifter","bifters","bifunctional","bifurcate","bifurcated","bifurcates","bifurcating","bifurcation","bifurcations","big","biga","bigae","bigamies","bigamist","bigamists","bigamous","bigamously","bigamy","bigarade","bigarades","bigaroon","bigaroons","bigarreau","bigarreaus","bigeminal","bigeminies","bigeminy","bigener","bigeneric","bigeners","bigeye","bigeyes","bigfeet","bigfoot","bigfooted","bigfooting","bigfoots","bigg","bigged","bigger","biggest","biggety","biggie","biggies","biggin","bigging","biggings","biggins","biggish","biggity","biggon","biggons","biggs","biggy","bigha","bighas","bighead","bigheaded","bigheadedly","bigheadedness","bigheadednesses","bigheads","bighearted","bigheartedly","bigheartedness","bigheartednesses","bighorn","bighorns","bight","bighted","bighting","bights","bigly","bigmouth","bigmouthed","bigmouths","bigness","bignesses","bignonia","bignoniaceous","bignonias","bigos","bigoses","bigot","bigoted","bigotedly","bigotries","bigotry","bigots","bigs","bigstick","bigtime","biguanide","biguanides","bigwig","bigwigs","bihourly","bijection","bijections","bijective","bijou","bijous","bijouterie","bijouteries","bijoux","bijugate","bijugous","bijwoner","bijwoners","bike","biked","biker","bikers","bikes","bikeway","bikeways","bikie","bikies","biking","bikings","bikini","bikinied","bikinis","bikkie","bikkies","bilabial","bilabials","bilabiate","bilander","bilanders","bilateral","bilateralism","bilateralisms","bilaterally","bilayer","bilayers","bilberries","bilberry","bilbies","bilbo","bilboa","bilboas","bilboes","bilbos","bilby","bildungsroman","bildungsromane","bildungsromans","bile","bilection","bilections","biled","biles","bilestone","bilestones","bilevel","bilevels","bilge","bilged","bilges","bilgewater","bilgewaters","bilgier","bilgiest","bilging","bilgy","bilharzia","bilharzial","bilharzias","bilharziases","bilharziasis","bilharzioses","bilharziosis","bilian","bilians","biliaries","biliary","bilimbi","bilimbing","bilimbings","bilimbis","bilinear","biling","bilingual","bilingualism","bilingualisms","bilingually","bilinguals","bilinguist","bilinguists","bilious","biliously","biliousness","biliousnesses","bilirubin","bilirubins","biliteral","biliverdin","biliverdins","bilk","bilked","bilker","bilkers","bilking","bilks","bill","billable","billabong","billabongs","billboard","billboarded","billboarding","billboards","billbook","billbooks","billbug","billbugs","billed","biller","billers","billet","billeted","billetee","billetees","billeter","billeters","billeting","billets","billfish","billfishes","billfold","billfolds","billhead","billheads","billhook","billhooks","billiard","billiards","billie","billies","billing","billings","billingsgate","billingsgates","billion","billionaire","billionaires","billions","billionth","billionths","billman","billmen","billon","billons","billow","billowed","billowier","billowiest","billowiness","billowinesses","billowing","billowings","billows","billowy","billposter","billposters","billposting","billpostings","bills","billsticker","billstickers","billsticking","billstickings","billy","billyboy","billyboys","billycan","billycans","billycock","billycocks","billyo","billyoh","billyohs","billyos","bilobar","bilobate","bilobated","bilobed","bilobular","bilocation","bilocations","bilocular","biloculate","bilsted","bilsteds","biltong","biltongs","bima","bimah","bimahs","bimanal","bimanous","bimanual","bimanually","bimas","bimbashi","bimbashis","bimbette","bimbettes","bimble","bimbo","bimboes","bimbos","bimensal","bimester","bimesters","bimestrial","bimestrially","bimetal","bimetallic","bimetallics","bimetallism","bimetallisms","bimetallist","bimetallistic","bimetallists","bimetals","bimethyl","bimethyls","bimillenaries","bimillenary","bimillennia","bimillennial","bimillennials","bimillennium","bimillenniums","bimodal","bimodalities","bimodality","bimolecular","bimolecularly","bimonthlies","bimonthly","bimorph","bimorphemic","bimorphs","bin","binal","binaries","binarism","binarisms","binary","binate","binately","binational","binaural","binaurally","bind","bindable","binder","binderies","binders","bindery","bindhi","bindhis","bindi","binding","bindingly","bindingness","bindingnesses","bindings","bindis","bindle","bindles","binds","bindweed","bindweeds","bine","biner","biners","binervate","bines","bing","binge","binged","bingeing","binger","bingers","binges","binghi","binghis","bingies","binging","bingle","bingled","bingles","bingling","bingo","bingoes","bingos","bings","bingy","biniou","binious","binit","binits","bink","binks","binman","binmen","binnacle","binnacles","binned","binning","binocle","binocles","binocs","binocular","binocularities","binocularity","binocularly","binoculars","binomial","binomially","binomials","binominal","binominals","binovular","bins","bint","bints","binturong","binturongs","binuclear","binucleate","binucleated","bio","bioaccumulate","bioaccumulated","bioaccumulates","bioaccumulating","bioaccumulation","bioacoustics","bioactive","bioactivities","bioactivity","bioaeration","bioaerations","bioaeronautics","bioassay","bioassayed","bioassaying","bioassays","bioastronautics","bioavailabilities","bioavailability","bioavailable","biobank","biobanks","bioblast","bioblasts","biocatalyst","biocatalysts","biocatalytic","biocellate","biocenologies","biocenology","biocenose","biocenoses","biocenosis","biocenotic","biochemic","biochemical","biochemically","biochemicals","biochemist","biochemistries","biochemistry","biochemists","biochip","biochips","biocidal","biocide","biocides","bioclastic","bioclean","bioclimatic","bioclimatology","biocoenologies","biocoenology","biocoenoses","biocoenosis","biocoenotic","biocompatibilities","biocompatibility","biocompatible","biocomputing","biocomputings","biocontrol","biocontrols","bioconversion","bioconversions","biocycle","biocycles","biodata","biodegradabilities","biodegradability","biodegradable","biodegradation","biodegradations","biodegrade","biodegraded","biodegrades","biodegrading","biodestructible","biodeterioration","biodeteriorations","biodiesel","biodiesels","biodiversities","biodiversity","biodot","biodots","biodynamic","biodynamical","biodynamics","bioecological","bioecologically","bioecologies","bioecologist","bioecologists","bioecology","bioelectric","bioelectrical","bioelectricities","bioelectricity","bioenergetic","bioenergetics","bioenergies","bioenergy","bioengineer","bioengineered","bioengineering","bioengineerings","bioengineers","bioethanol","bioethanols","bioethic","bioethical","bioethicist","bioethicists","bioethics","biofact","biofacts","biofeedback","biofeedbacks","biofilm","biofilms","bioflavonoid","bioflavonoids","biofouler","biofoulers","biofouling","biofoulings","biofuel","biofueled","biofuels","biog","biogas","biogases","biogasses","biogen","biogeneses","biogenesis","biogenetic","biogenetical","biogenetically","biogenetics","biogenic","biogenies","biogenous","biogens","biogeny","biogeochemical","biogeochemicals","biogeochemistries","biogeochemistry","biogeographer","biogeographers","biogeographic","biogeographical","biogeographies","biogeography","biograph","biographed","biographee","biographees","biographer","biographers","biographic","biographical","biographically","biographies","biographing","biographise","biographised","biographises","biographising","biographize","biographized","biographizes","biographizing","biographs","biography","biogs","biohazard","biohazardous","biohazards","bioherm","bioherms","bioindustries","bioindustry","bioinformatics","biologic","biological","biologically","biologicals","biologics","biologies","biologism","biologisms","biologist","biologistic","biologists","biology","bioluminescence","bioluminescences","bioluminescent","biolyses","biolysis","biolytic","biomagnetics","biomarker","biomarkers","biomass","biomasses","biomaterial","biomaterials","biomathematical","biomathematician","biomathematicians","biomathematics","biome","biomechanical","biomechanically","biomechanics","biomedical","biomedicine","biomedicines","biomes","biometeorological","biometeorologies","biometeorology","biometer","biometers","biometric","biometrical","biometrically","biometrician","biometricians","biometrics","biometries","biometry","biomimetic","biomimetics","biomimicries","biomimicry","biomining","biominings","biomolecular","biomolecule","biomolecules","biomorph","biomorphic","biomorphs","bionic","bionics","bionomic","bionomically","bionomics","bionomies","bionomist","bionomists","bionomy","biont","biontic","bionts","bioparent","bioparents","biopesticidal","biopesticide","biopesticides","biophilia","biophilias","biophor","biophore","biophores","biophors","biophysical","biophysically","biophysicist","biophysicists","biophysics","biopic","biopics","biopiracies","biopiracy","biopirate","biopirates","bioplasm","bioplasmic","bioplasms","bioplast","bioplasts","biopoieses","biopoiesis","biopolymer","biopolymers","bioprospecting","bioprospectings","biopsic","biopsied","biopsies","biopsy","biopsychologies","biopsychology","biopsying","bioptic","bioreactor","bioreactors","bioreagent","bioreagents","bioregion","bioregional","bioregionalism","bioregionalisms","bioregionalist","bioregionalists","bioregions","bioremediation","bioremediations","biorhythm","biorhythmic","biorhythmically","biorhythmics","biorhythms","bios","biosafeties","biosafety","biosatellite","biosatellites","bioscience","biosciences","bioscientific","bioscientist","bioscientists","bioscope","bioscopes","bioscopies","bioscopy","biosensor","biosensors","biosocial","biosocially","biosolid","biosolids","biosphere","biospheres","biospheric","biostable","biostatic","biostatically","biostatics","biostatistical","biostatistician","biostatisticians","biostatistics","biostratigraphic","biostratigraphies","biostratigraphy","biostrome","biostromes","biosurgeries","biosurgery","biosyntheses","biosynthesis","biosynthetic","biosynthetically","biosystematic","biosystematics","biosystematist","biosystematists","biota","biotas","biotech","biotechnical","biotechnological","biotechnologies","biotechnologist","biotechnologists","biotechnology","biotechs","biotelemetric","biotelemetries","biotelemetry","bioterror","bioterrors","biotic","biotical","biotically","biotics","biotin","biotins","biotite","biotites","biotitic","biotope","biotopes","biotoxin","biotoxins","biotransformation","biotransformations","biotron","biotrons","biotroph","biotrophs","bioturbation","bioturbations","bioturbed","biotype","biotypes","biotypic","biovular","bioweapon","bioweapons","bipack","bipacks","biparental","biparentally","biparietal","biparous","biparted","bipartisan","bipartisanism","bipartisanisms","bipartisanship","bipartisanships","bipartite","bipartitely","bipartition","bipartitions","biparty","biped","bipedal","bipedalism","bipedalisms","bipedalities","bipedality","bipedally","bipeds","bipetalous","biphasic","biphenyl","biphenyls","bipinnaria","bipinnarias","bipinnate","bipinnately","biplane","biplanes","bipod","bipods","bipolar","bipolarisation","bipolarisations","bipolarise","bipolarised","bipolarises","bipolarising","bipolarities","bipolarity","bipolarization","bipolarizations","bipolarize","bipolarized","bipolarizes","bipolarizing","biprism","biprisms","bipropellant","bipropellants","bipyramid","bipyramidal","bipyramids","biquadrate","biquadrates","biquadratic","biquadratics","biquarterly","biquintile","biquintiles","biracial","biracialism","biracialisms","biracially","biradial","biradical","biradicals","biramose","biramous","birch","birchbark","birchbarks","birched","birchen","birches","birching","birchir","birchirs","bird","birdbath","birdbaths","birdbrain","birdbrained","birdbrains","birdcage","birdcages","birdcall","birdcalls","birddog","birddogged","birddogging","birddogs","birded","birder","birders","birdfarm","birdfarms","birdfeed","birdfeeds","birdhouse","birdhouses","birdie","birdied","birdieing","birdies","birding","birdings","birdlife","birdlike","birdlime","birdlimed","birdlimes","birdliming","birdman","birdmen","birds","birdseed","birdseeds","birdseye","birdseyes","birdsfoot","birdsfoots","birdshot","birdshots","birdsong","birdsongs","birdwatch","birdwatched","birdwatcher","birdwatchers","birdwatches","birdwatching","birdwatchings","birdwing","birdwings","birefringence","birefringences","birefringent","bireme","biremes","biretta","birettas","biriani","birianis","biriyani","biriyanis","birk","birken","birkie","birkier","birkies","birkiest","birks","birl","birle","birled","birler","birlers","birles","birlieman","birliemen","birling","birlings","birlinn","birlinns","birls","biro","biros","birostrate","birr","birred","birretta","birrettas","birring","birrotch","birrs","birse","birses","birsier","birsiest","birsle","birsled","birsles","birsling","birsy","birth","birthdate","birthdates","birthday","birthdays","birthdom","birthdoms","birthed","birthing","birthings","birthmark","birthmarks","birthname","birthnames","birthnight","birthnights","birthplace","birthplaces","birthrate","birthrates","birthright","birthrights","birthroot","birthroots","births","birthstone","birthstones","birthwort","birthworts","biryani","biryanis","bis","biscacha","biscachas","biscotti","biscotto","biscuit","biscuits","biscuity","bise","bisect","bisected","bisecting","bisection","bisectional","bisectionally","bisections","bisector","bisectors","bisectrices","bisectrix","bisects","biserial","biseriate","biserrate","bises","bisexual","bisexualism","bisexualisms","bisexualities","bisexuality","bisexually","bisexuals","bish","bishes","bishop","bishopbird","bishopbirds","bishopdom","bishopdoms","bishoped","bishopess","bishopesses","bishoping","bishopric","bishoprics","bishops","bishopweed","bishopweeds","bisk","bisks","bismar","bismars","bismillah","bismuth","bismuthal","bismuthic","bismuthinite","bismuthinites","bismuthous","bismuths","bisnaga","bisnagas","bisociation","bisociations","bisociative","bisom","bisoms","bison","bisons","bisontine","bisphenol","bisphenols","bisphosphonate","bisphosphonates","bisque","bisques","bissextile","bissextiles","bisson","bist","bistable","bistables","bistate","bister","bistered","bisters","bistort","bistorts","bistouries","bistoury","bistre","bistred","bistres","bistro","bistroic","bistros","bisulcate","bisulfate","bisulfates","bisulfide","bisulfides","bisulfite","bisulfites","bisulphate","bisulphates","bisulphide","bisulphides","bisulphite","bisulphites","bisymmetric","bisymmetrical","bisymmetrically","bisymmetries","bisymmetry","bit","bitable","bitartrate","bitartrates","bitch","bitched","bitchen","bitcheries","bitchery","bitches","bitchfest","bitchfests","bitchier","bitchiest","bitchily","bitchiness","bitchinesses","bitching","bitchy","bite","biteable","biteplate","biteplates","biter","biters","bites","bitesize","bitewing","bitewings","biting","bitingly","bitings","bitless","bitmap","bitmapped","bitmapping","bitmaps","bito","bitonal","bitonalities","bitonality","bitos","bitou","bits","bitser","bitsers","bitsier","bitsiest","bitstock","bitstocks","bitstream","bitstreams","bitsy","bitt","bittacle","bittacles","bitte","bitted","bitten","bitter","bitterbark","bitterbarks","bitterbrush","bitterbrushes","bittercress","bittercresses","bittered","bitterer","bitterest","bittering","bitterish","bitterling","bitterlings","bitterly","bittern","bitterness","bitternesses","bitterns","bitternut","bitternuts","bitterroot","bitterroots","bitters","bittersweet","bittersweetly","bittersweetness","bittersweetnesses","bittersweets","bitterweed","bitterweeds","bitterwood","bitterwoods","bittie","bittier","bitties","bittiest","bittiness","bittinesses","bitting","bittings","bittock","bittocks","bittor","bittors","bittour","bittours","bitts","bittur","bitturs","bitty","bitumed","bitumen","bitumens","bituminate","bituminated","bituminates","bituminating","bituminisation","bituminisations","bituminise","bituminised","bituminises","bituminising","bituminization","bituminizations","bituminize","bituminized","bituminizes","bituminizing","bituminous","biunique","biuniqueness","biuniquenesses","bivalence","bivalences","bivalencies","bivalency","bivalent","bivalents","bivalvate","bivalve","bivalved","bivalves","bivalvular","bivariant","bivariants","bivariate","bivariates","bivia","bivinyl","bivinyls","bivious","bivium","bivouac","bivouacked","bivouacking","bivouacks","bivouacs","bivvied","bivvies","bivvy","bivvying","biweeklies","biweekly","biyearly","biz","bizarre","bizarrely","bizarreness","bizarrenesses","bizarrerie","bizarreries","bizarres","bizarro","bizarros","bizazz","bizazzes","bizcacha","bizcachas","bize","bizes","biznaga","biznagas","bizonal","bizone","bizones","bizzes","bizzies","bizzo","bizzos","bizzy","blab","blabbed","blabber","blabbered","blabbering","blabbermouth","blabbermouths","blabbers","blabbing","blabbings","blabby","blabs","black","blackamoor","blackamoors","blackball","blackballed","blackballing","blackballings","blackballs","blackband","blackbands","blackberried","blackberries","blackberry","blackberrying","blackberryings","blackbird","blackbirded","blackbirder","blackbirders","blackbirding","blackbirdings","blackbirds","blackboard","blackboards","blackbodies","blackbody","blackboy","blackboys","blackbuck","blackbucks","blackbutt","blackbutts","blackcap","blackcaps","blackcock","blackcocks","blackcurrant","blackcurrants","blackdamp","blackdamps","blacked","blacken","blackened","blackener","blackeners","blackening","blackenings","blackens","blacker","blackest","blackface","blackfaced","blackfaces","blackfin","blackfins","blackfish","blackfishes","blackflies","blackfly","blackgame","blackgames","blackguard","blackguarded","blackguarding","blackguardism","blackguardisms","blackguardly","blackguards","blackgum","blackgums","blackhander","blackhanders","blackhead","blackheaded","blackheads","blackheart","blackhearts","blacking","blackings","blackish","blackishly","blackjack","blackjacked","blackjacking","blackjacks","blackland","blacklands","blacklead","blackleads","blackleg","blacklegged","blacklegging","blacklegs","blacklist","blacklisted","blacklister","blacklisters","blacklisting","blacklistings","blacklists","blackly","blackmail","blackmailed","blackmailer","blackmailers","blackmailing","blackmails","blackness","blacknesses","blackout","blackouts","blackpoll","blackpolls","blacks","blacksmith","blacksmithing","blacksmithings","blacksmiths","blacksnake","blacksnakes","blackstrap","blacktail","blacktails","blackthorn","blackthorns","blacktop","blacktopped","blacktopping","blacktops","blackwash","blackwashed","blackwashes","blackwashing","blackwater","blackwaters","blackwood","blackwoods","blad","bladded","bladder","bladdered","bladderlike","bladdernose","bladdernoses","bladdernut","bladdernuts","bladders","bladderwort","bladderworts","bladderwrack","bladderwracks","bladdery","bladding","blade","bladed","bladeless","bladelike","blader","bladers","blades","bladework","bladeworks","bladier","bladiest","blading","bladings","blads","blady","blae","blaeberries","blaeberry","blaer","blaes","blaest","blaff","blaffs","blag","blagged","blagger","blaggers","blagging","blaggings","blags","blague","blaguer","blaguers","blagues","blagueur","blagueurs","blah","blahed","blahing","blahs","blain","blains","blaise","blaize","blam","blamable","blamableness","blamablenesses","blamably","blame","blameable","blameableness","blameablenesses","blameably","blamed","blameful","blamefully","blamefulness","blamefulnesses","blameless","blamelessly","blamelessness","blamelessnesses","blamer","blamers","blames","blameworthiness","blameworthinesses","blameworthy","blaming","blams","blanch","blanched","blancher","blanchers","blanches","blanching","blanchisseuse","blanchisseuses","blancmange","blancmanges","blanco","blancoed","blancoing","blancos","bland","blanded","blander","blandest","blanding","blandish","blandished","blandisher","blandishers","blandishes","blandishing","blandishment","blandishments","blandly","blandness","blandnesses","blands","blank","blanked","blanker","blankest","blanket","blanketed","blanketflower","blanketflowers","blanketing","blanketings","blanketlike","blankets","blanketweed","blanketweeds","blankety","blanking","blankings","blankly","blankness","blanknesses","blanks","blanquet","blanquets","blanquette","blanquettes","blare","blared","blares","blaring","blarney","blarneyed","blarneying","blarneys","blart","blarted","blarting","blarts","blase","blash","blashes","blashier","blashiest","blashy","blaspheme","blasphemed","blasphemer","blasphemers","blasphemes","blasphemies","blaspheming","blasphemous","blasphemously","blasphemousness","blasphemousnesses","blasphemy","blast","blasted","blastema","blastemal","blastemas","blastemata","blastematic","blastemic","blaster","blasters","blastie","blastier","blasties","blastiest","blasting","blastings","blastment","blastments","blastochyle","blastochyles","blastocoel","blastocoele","blastocoeles","blastocoelic","blastocoels","blastocyst","blastocysts","blastoderm","blastodermic","blastoderms","blastodisc","blastodiscs","blastoff","blastoffs","blastogeneses","blastogenesis","blastogenetic","blastogenic","blastoid","blastoids","blastoma","blastomas","blastomata","blastomere","blastomeres","blastomeric","blastomycoses","blastomycosis","blastopor","blastoporal","blastopore","blastopores","blastoporic","blastopors","blastosphere","blastospheres","blastospore","blastospores","blasts","blastula","blastulae","blastular","blastulas","blastulation","blastulations","blasty","blat","blatancies","blatancy","blatant","blatantly","blate","blater","blatest","blather","blathered","blatherer","blatherers","blathering","blathers","blatherskite","blatherskites","blats","blatt","blattant","blatted","blatter","blattered","blattering","blatters","blatting","blatts","blaubok","blauboks","blaud","blauded","blauding","blauds","blaw","blawed","blawing","blawn","blawort","blaworts","blaws","blaxploitation","blaxploitations","blay","blays","blazar","blazars","blaze","blazed","blazer","blazered","blazers","blazes","blazing","blazingly","blazon","blazoned","blazoner","blazoners","blazoning","blazonings","blazonries","blazonry","blazons","bleach","bleachable","bleached","bleacher","bleacheries","bleacherite","bleacherites","bleachers","bleachery","bleaches","bleaching","bleachings","bleak","bleaker","bleakest","bleakish","bleakly","bleakness","bleaknesses","bleaks","bleaky","blear","bleared","blearer","blearest","bleareyed","blearier","bleariest","blearily","bleariness","blearinesses","blearing","blears","bleary","bleat","bleated","bleater","bleaters","bleating","bleatings","bleats","bleb","blebbier","blebbiest","blebbing","blebbings","blebby","blebs","bled","blee","bleed","bleeder","bleeders","bleeding","bleedings","bleeds","bleep","bleeped","bleeper","bleepers","bleeping","bleeps","blees","blellum","blellums","blemish","blemished","blemisher","blemishers","blemishes","blemishing","blemishment","blemishments","blench","blenched","blencher","blenchers","blenches","blenching","blend","blende","blended","blender","blenders","blendes","blending","blendings","blends","blennies","blennioid","blennioids","blennorrhea","blennorrheas","blennorrhoea","blennorrhoeas","blenny","blent","bleomycin","bleomycins","blepharism","blepharisms","blepharitic","blepharitis","blepharitises","blepharoplast","blepharoplasties","blepharoplasts","blepharoplasty","blepharospasm","blepharospasms","blert","blerts","blesbok","blesboks","blesbuck","blesbucks","bless","blessed","blesseder","blessedest","blessedly","blessedness","blessednesses","blesser","blessers","blesses","blessing","blessings","blest","blet","blether","bletheranskate","bletheranskates","bletheration","bletherations","blethered","bletherer","bletherers","blethering","bletherings","blethers","bletherskate","bletherskates","blets","bletted","bletting","bleuatre","blew","blewart","blewarts","blewits","blewitses","bley","bleys","blight","blighted","blighter","blighters","blighties","blighting","blightingly","blightings","blights","blighty","bliksem","blimbing","blimbings","blimey","blimp","blimpish","blimpishly","blimpishness","blimpishnesses","blimps","blimy","blin","blind","blindage","blindages","blinded","blinder","blinders","blindest","blindfish","blindfishes","blindfold","blindfolded","blindfolding","blindfolds","blindgut","blindguts","blinding","blindingly","blindings","blindless","blindly","blindness","blindnesses","blinds","blindside","blindsided","blindsides","blindsiding","blindsight","blindsights","blindstorey","blindstoreys","blindstories","blindstory","blindworm","blindworms","bling","blinger","blingest","blingier","blingiest","blinging","blinglish","blinglishes","blings","blingy","blini","blinis","blink","blinkard","blinkards","blinked","blinker","blinkered","blinkering","blinkers","blinking","blinks","blinned","blinning","blins","blintz","blintze","blintzes","bliny","blip","blipped","blipping","blips","blipvert","blipverts","bliss","blissed","blisses","blissful","blissfully","blissfulness","blissfulnesses","blissing","blissless","blist","blister","blistered","blisterier","blisteriest","blistering","blisteringly","blisters","blistery","blit","blite","blites","blithe","blitheful","blithely","blitheness","blithenesses","blither","blithered","blithering","blithers","blithesome","blithesomely","blithesomeness","blithest","blits","blitted","blitter","blitters","blitting","blitz","blitzed","blitzer","blitzers","blitzes","blitzing","blitzkrieg","blitzkriegs","blive","blizzard","blizzardly","blizzards","blizzardy","bloat","bloated","bloatedness","bloatednesses","bloater","bloaters","bloating","bloatings","bloats","bloatware","bloatwares","blob","blobbed","blobbier","blobbiest","blobbing","blobby","blobs","bloc","block","blockable","blockade","blockaded","blockader","blockaders","blockades","blockading","blockage","blockages","blockboard","blockboards","blockbust","blockbusted","blockbuster","blockbusters","blockbusting","blockbustings","blockbusts","blocked","blocker","blockers","blockhead","blockheaded","blockheadedly","blockheadedness","blockheads","blockhole","blockholes","blockhouse","blockhouses","blockie","blockier","blockies","blockiest","blockiness","blockinesses","blocking","blockings","blockish","blockishly","blockishness","blockishnesses","blocks","blockship","blockships","blockwork","blockworks","blocky","blocs","blog","blogged","blogger","bloggerati","bloggers","blogging","bloggings","blogosphere","blogospheres","blogring","blogrings","blogroll","blogrolls","blogs","blogstream","blogstreams","blokart","blokarting","blokartings","blokarts","bloke","blokedom","blokedoms","blokeish","blokeishness","blokeishnesses","blokes","blokey","blokier","blokiest","blokish","blokishness","blokishnesses","bloncket","blond","blonde","blondeness","blondenesses","blonder","blondes","blondest","blondine","blondined","blondines","blonding","blondings","blondining","blondish","blondness","blondnesses","blonds","blood","bloodbath","bloodbaths","bloodcurdling","bloodcurdlingly","blooded","bloodfin","bloodfins","bloodguilt","bloodguiltiness","bloodguiltinesses","bloodguilts","bloodguilty","bloodhound","bloodhounds","bloodied","bloodier","bloodies","bloodiest","bloodily","bloodiness","bloodinesses","blooding","bloodings","bloodless","bloodlessly","bloodlessness","bloodlessnesses","bloodletter","bloodletters","bloodletting","bloodlettings","bloodlike","bloodline","bloodlines","bloodlust","bloodlusts","bloodmobile","bloodmobiles","bloodred","bloodroot","bloodroots","bloods","bloodshed","bloodsheds","bloodshot","bloodsprent","bloodstain","bloodstained","bloodstains","bloodstock","bloodstocks","bloodstone","bloodstones","bloodstream","bloodstreams","bloodsucker","bloodsuckers","bloodsucking","bloodthirstier","bloodthirstiest","bloodthirstily","bloodthirstiness","bloodthirstinesses","bloodthirsty","bloodwood","bloodwoods","bloodworm","bloodworms","bloodwort","bloodworts","bloody","bloodying","blooey","blooie","blook","blooks","bloom","bloomed","bloomer","bloomeries","bloomers","bloomery","bloomier","bloomiest","blooming","bloomless","blooms","bloomy","bloop","blooped","blooper","bloopers","blooping","bloops","bloosme","bloosmed","bloosmes","bloosming","blootered","bloquiste","bloquistes","blore","blores","blossom","blossomed","blossoming","blossomings","blossomless","blossoms","blossomy","blot","blotch","blotched","blotches","blotchier","blotchiest","blotchily","blotchiness","blotchinesses","blotching","blotchings","blotchy","blotless","blots","blotted","blotter","blotters","blottesque","blottesques","blottier","blottiest","blotting","blottings","blotto","blotty","bloubok","blouboks","blouse","bloused","blouses","blousier","blousiest","blousily","blousing","blouson","blousons","blousy","bloviate","bloviated","bloviates","bloviating","bloviation","bloviations","blow","blowback","blowbacks","blowball","blowballs","blowby","blowbys","blowdown","blowdowns","blowed","blower","blowers","blowfish","blowfishes","blowflies","blowfly","blowgun","blowguns","blowhard","blowhards","blowhole","blowholes","blowie","blowier","blowies","blowiest","blowiness","blowinesses","blowing","blowings","blowjob","blowjobs","blowlamp","blowlamps","blown","blowoff","blowoffs","blowout","blowouts","blowpipe","blowpipes","blows","blowse","blowsed","blowses","blowsier","blowsiest","blowsily","blowsiness","blowsinesses","blowsy","blowtorch","blowtorched","blowtorches","blowtorching","blowtube","blowtubes","blowup","blowups","blowy","blowze","blowzed","blowzes","blowzier","blowziest","blowzily","blowziness","blowzinesses","blowzy","blub","blubbed","blubber","blubbered","blubberer","blubberers","blubberier","blubberiest","blubbering","blubbers","blubbery","blubbing","blubs","blucher","bluchers","blude","bludes","bludge","bludged","bludgeon","bludgeoned","bludgeoner","bludgeoners","bludgeoning","bludgeons","bludger","bludgers","bludges","bludging","bludie","bludier","bludiest","bludy","blue","blueback","bluebacks","blueball","blueballs","bluebeard","bluebeards","bluebeat","bluebeats","bluebell","bluebells","blueberries","blueberry","bluebill","bluebills","bluebird","bluebirds","blueblood","bluebloods","bluebonnet","bluebonnets","bluebook","bluebooks","bluebottle","bluebottles","bluebreast","bluebreasts","bluebuck","bluebucks","bluebush","bluebushes","bluecap","bluecaps","bluecoat","bluecoats","bluecurls","blued","bluefin","bluefins","bluefish","bluefishes","bluegill","bluegills","bluegown","bluegowns","bluegrass","bluegrasses","bluegum","bluegums","bluehead","blueheads","blueing","blueings","blueish","blueishness","blueishnesses","bluejack","bluejacket","bluejackets","bluejacking","bluejackings","bluejacks","bluejay","bluejays","bluejeans","blueline","blueliner","blueliners","bluelines","bluely","blueness","bluenesses","bluenose","bluenosed","bluenoses","bluepoint","bluepoints","blueprint","blueprinted","blueprinting","blueprints","bluer","blues","blueshift","blueshifted","blueshifts","bluesier","bluesiest","bluesman","bluesmen","bluesnarfing","bluesnarfings","bluest","bluestem","bluestems","bluestocking","bluestockings","bluestone","bluestones","bluesy","bluet","bluethroat","bluethroats","bluetick","blueticks","bluetit","bluetits","bluetongue","bluetongues","bluets","bluette","bluettes","blueweed","blueweeds","bluewing","bluewings","bluewood","bluewoods","bluey","blueys","bluff","bluffable","bluffed","bluffer","bluffers","bluffest","bluffing","bluffly","bluffness","bluffnesses","bluffs","bluggier","bluggiest","bluggy","bluid","bluidier","bluidiest","bluids","bluidy","bluier","bluiest","bluing","bluings","bluish","bluishness","bluishnesses","blume","blumed","blumes","bluming","blunder","blunderbuss","blunderbusses","blundered","blunderer","blunderers","blundering","blunderingly","blunderings","blunders","blunge","blunged","blunger","blungers","blunges","blunging","blunk","blunked","blunker","blunkers","blunking","blunks","blunt","blunted","blunter","bluntest","blunthead","bluntheads","blunting","bluntish","bluntly","bluntness","bluntnesses","blunts","blur","blurb","blurbed","blurbing","blurbist","blurbists","blurbs","blurred","blurredly","blurredness","blurrednesses","blurrier","blurriest","blurrily","blurriness","blurrinesses","blurring","blurringly","blurry","blurs","blurt","blurted","blurter","blurters","blurting","blurtings","blurts","blush","blushed","blusher","blushers","blushes","blushet","blushets","blushful","blushing","blushingly","blushings","blushless","blushlessly","bluster","blustered","blusterer","blusterers","blusterier","blusteriest","blustering","blusteringly","blusterings","blusterous","blusterously","blusters","blustery","blustrous","blutwurst","blutwursts","blype","blypes","bo","boa","boab","boabs","boak","boaked","boaking","boaks","boar","board","boardable","boarded","boarder","boarders","boarding","boardinghouse","boardinghouses","boardings","boardlike","boardman","boardmen","boardroom","boardrooms","boards","boardsailing","boardsailings","boardsailor","boardsailors","boardwalk","boardwalks","boarfish","boarfishes","boarhound","boarhounds","boarish","boarishly","boarishness","boarishnesses","boars","boart","boarts","boas","boast","boasted","boaster","boasters","boastful","boastfully","boastfulness","boastfulnesses","boasting","boastingly","boastings","boastless","boasts","boat","boatable","boatbill","boatbills","boatbuilder","boatbuilders","boatbuilding","boatbuildings","boated","boatel","boatels","boater","boaters","boatful","boatfuls","boathook","boathooks","boathouse","boathouses","boatie","boaties","boating","boatings","boatlift","boatlifted","boatlifting","boatlifts","boatlike","boatload","boatloads","boatman","boatmen","boatneck","boatnecks","boats","boatsman","boatsmen","boatswain","boatswains","boattail","boattails","boatyard","boatyards","bob","boba","bobac","bobacs","bobak","bobaks","bobas","bobbed","bobbejaan","bobbejaans","bobber","bobberies","bobbers","bobbery","bobbies","bobbin","bobbinet","bobbinets","bobbing","bobbins","bobbish","bobbitt","bobbitted","bobbitting","bobbitts","bobble","bobbled","bobblehead","bobbleheads","bobbles","bobblier","bobbliest","bobbling","bobbly","bobby","bobbysock","bobbysocks","bobbysox","bobbysoxer","bobbysoxers","bobcat","bobcats","bobeche","bobeches","bobfloat","bobfloats","boblet","boblets","bobol","bobolink","bobolinks","bobolled","bobolling","bobols","bobotie","boboties","bobowler","bobowlers","bobs","bobsled","bobsledded","bobsledder","bobsledders","bobsledding","bobsleddings","bobsleds","bobsleigh","bobsleighed","bobsleighing","bobsleighs","bobstay","bobstays","bobtail","bobtailed","bobtailing","bobtails","bobweight","bobweights","bobwheel","bobwheels","bobwhite","bobwhites","bobwig","bobwigs","bocaccio","bocaccios","bocage","bocages","bocca","boccas","bocce","bocces","bocci","boccia","boccias","boccie","boccies","boccis","bocconcini","boche","boches","bock","bocked","bockedy","bocking","bocks","boconcini","bod","bodach","bodachs","bodacious","bodaciously","boddhisattva","boddhisattvas","boddle","boddles","bode","boded","bodeful","bodega","bodegas","bodeguero","bodegueros","bodement","bodements","bodes","bodge","bodged","bodger","bodgers","bodges","bodgie","bodgier","bodgies","bodgiest","bodging","bodhi","bodhisattva","bodhisattvas","bodhran","bodhrans","bodice","bodices","bodied","bodies","bodikin","bodikins","bodiless","bodily","boding","bodingly","bodings","bodkin","bodkins","bodle","bodles","bodrag","bodrags","bods","body","bodyboard","bodyboarded","bodyboarding","bodyboardings","bodyboards","bodybuilder","bodybuilders","bodybuilding","bodybuildings","bodycheck","bodychecked","bodychecking","bodychecks","bodyguard","bodyguarded","bodyguarding","bodyguards","bodying","bodyline","bodylines","bodyshell","bodyshells","bodysuit","bodysuits","bodysurf","bodysurfed","bodysurfer","bodysurfers","bodysurfing","bodysurfings","bodysurfs","bodywork","bodyworker","bodyworkers","bodyworks","boehmite","boehmites","boep","boeps","boerbul","boerbull","boerbulls","boerbuls","boeremusiek","boeremusieks","boerewors","boereworses","boertjie","boertjies","boet","boets","boeuf","boff","boffed","boffin","boffing","boffins","boffo","boffola","boffolas","boffos","boffs","bog","bogan","bogans","bogart","bogarted","bogarting","bogarts","bogbean","bogbeans","bogey","bogeyed","bogeying","bogeyism","bogeyisms","bogeyman","bogeymen","bogeys","boggard","boggards","boggart","boggarts","bogged","bogger","boggers","boggier","boggiest","bogginess","bogginesses","bogging","boggish","boggle","boggled","boggler","bogglers","boggles","boggling","boggy","bogie","bogied","bogieing","bogies","bogland","boglands","bogle","bogled","bogles","bogling","bogman","bogmen","bogoak","bogoaks","bogong","bogongs","bogs","bogtrotter","bogtrotters","bogtrotting","bogtrottings","bogus","bogusly","bogusness","bogusnesses","bogwood","bogwoods","bogy","bogyism","bogyisms","bogyman","bogymen","boh","bohea","boheas","bohemia","bohemian","bohemianism","bohemianisms","bohemians","bohemias","boho","bohos","bohrium","bohriums","bohs","bohunk","bohunks","boi","boil","boilable","boiled","boiler","boileries","boilermaker","boilermakers","boilerplate","boilerplated","boilerplates","boilerplating","boilers","boilersuit","boilersuits","boilery","boiling","boilingly","boilings","boiloff","boiloffs","boilover","boilovers","boils","boing","boinged","boinging","boings","boink","boinked","boinking","boinks","bois","boiserie","boiseries","boisterous","boisterously","boisterousness","boisterousnesses","boite","boites","bok","boke","boked","bokeh","bokes","boking","bokmakierie","bokmakieries","boko","bokos","boks","bola","bolar","bolas","bolases","bold","bolden","boldened","boldening","boldens","bolder","boldest","boldface","boldfaced","boldfaces","boldfacing","boldly","boldness","boldnesses","bolds","bole","bolection","bolections","bolero","boleros","boles","bolete","boletes","boleti","boletus","boletuses","bolide","bolides","boline","bolines","bolivar","bolivares","bolivars","bolivia","boliviano","bolivianos","bolivias","bolix","bolixed","bolixes","bolixing","boll","bollard","bollards","bolled","bollen","bolletrie","bolletries","bolling","bollix","bollixed","bollixes","bollixing","bollock","bollocked","bollocking","bollockings","bollocks","bollocksed","bollockses","bollocksing","bollox","bolloxed","bolloxes","bolloxing","bolls","bollworm","bollworms","bolo","bologna","bolognas","bolognese","bologneses","bolograph","bolographs","bolometer","bolometers","bolometric","bolometrically","bolometries","bolometry","boloney","boloneys","bolos","bolshevik","bolsheviki","bolsheviks","bolshevism","bolshevisms","bolshevize","bolshevized","bolshevizes","bolshevizing","bolshie","bolshier","bolshies","bolshiest","bolshy","bolson","bolsons","bolster","bolstered","bolsterer","bolsterers","bolstering","bolsterings","bolsters","bolt","bolted","bolter","bolters","bolthead","boltheads","bolthole","boltholes","bolting","boltings","boltless","boltlike","boltonia","boltonias","boltrope","boltropes","bolts","bolus","boluses","boma","bomas","bomb","bombable","bombacaceous","bombard","bombarde","bombarded","bombarder","bombarders","bombardes","bombardier","bombardiers","bombarding","bombardment","bombardments","bombardon","bombardons","bombards","bombasine","bombasines","bombast","bombasted","bombaster","bombasters","bombastic","bombastically","bombasting","bombasts","bombax","bombaxes","bombazine","bombazines","bombe","bombed","bomber","bombers","bombes","bombesin","bombesins","bombilate","bombilated","bombilates","bombilating","bombilation","bombilations","bombinate","bombinated","bombinates","bombinating","bombination","bombinations","bombing","bombings","bomblet","bomblets","bombload","bombloads","bombo","bombora","bomboras","bombos","bombproof","bombproofed","bombproofing","bombproofs","bombs","bombshell","bombshells","bombsight","bombsights","bombsite","bombsites","bombycid","bombycids","bombycoid","bombyx","bombyxes","bommie","bommies","bon","bona","bonaci","bonacis","bonamani","bonamano","bonamia","bonamias","bonamiases","bonamiasis","bonanza","bonanzas","bonassus","bonassuses","bonasus","bonasuses","bonbon","bonbonniere","bonbonnieres","bonbons","bonce","bonces","bond","bondable","bondage","bondager","bondagers","bondages","bonded","bonder","bonders","bondholder","bondholders","bonding","bondings","bondless","bondmaid","bondmaids","bondman","bondmanship","bondmanships","bondmen","bonds","bondservant","bondservants","bondsman","bondsmen","bondstone","bondstones","bondswoman","bondswomen","bonduc","bonducs","bondwoman","bondwomen","bone","boneblack","boneblacks","boned","bonefish","bonefishes","bonefishing","bonefishings","bonehead","boneheaded","boneheadedness","boneheadednesses","boneheads","boneless","bonemeal","bonemeals","boner","boners","bones","boneset","bonesets","bonesetter","bonesetters","boneshaker","boneshakers","bonetired","boney","boneyard","boneyards","boneyer","boneyest","bonfire","bonfires","bong","bonged","bonging","bongo","bongoes","bongoist","bongoists","bongos","bongrace","bongraces","bongs","bonham","bonhams","bonhomie","bonhomies","bonhommie","bonhommies","bonhomous","boniato","boniatos","bonibell","bonibells","bonie","bonier","boniest","boniface","bonifaces","bonilasse","bonilasses","boniness","boninesses","boning","bonings","bonism","bonisms","bonist","bonists","bonita","bonitas","bonito","bonitoes","bonitos","bonjour","bonk","bonkbuster","bonkbusters","bonked","bonkers","bonking","bonkings","bonks","bonne","bonnes","bonnet","bonneted","bonneting","bonnets","bonnibell","bonnibells","bonnie","bonnier","bonnies","bonniest","bonnilasse","bonnilasses","bonnily","bonniness","bonninesses","bonnock","bonnocks","bonny","bonnyclabber","bonnyclabbers","bonobo","bonobos","bonsai","bonsela","bonselas","bonsella","bonsellas","bonsoir","bonspell","bonspells","bonspiel","bonspiels","bontebok","bonteboks","bonus","bonuses","bonxie","bonxies","bony","bonza","bonze","bonzer","bonzes","boo","booai","booais","booay","booays","boob","boobed","boobhead","boobheads","boobialla","boobiallas","boobie","boobies","boobing","boobird","boobirds","boobish","booboisie","booboisies","booboo","boobook","boobooks","booboos","boobs","booby","boobyish","boobyism","boobyisms","boocoo","boocoos","boodie","boodied","boodies","boodle","boodled","boodler","boodlers","boodles","boodling","boody","boodying","booed","boofhead","boofheads","boofier","boofiest","boofy","boogaloo","boogalooed","boogalooing","boogaloos","booger","boogerman","boogermen","boogers","boogey","boogeyed","boogeying","boogeyman","boogeymen","boogeys","boogie","boogied","boogieing","boogieman","boogiemen","boogies","boogy","boogying","boogyman","boogymen","booh","boohai","boohais","boohed","boohing","boohoo","boohooed","boohooing","boohoos","boohs","booing","boojum","boojums","book","bookable","bookbinder","bookbinderies","bookbinders","bookbindery","bookbinding","bookbindings","bookcase","bookcases","bookcrossing","bookcrossings","booked","bookend","bookends","booker","bookers","bookful","bookfuls","bookie","bookier","bookies","bookiest","booking","bookings","bookish","bookishly","bookishness","bookishnesses","bookkeeper","bookkeepers","bookkeeping","bookkeepings","bookland","booklands","bookless","booklet","booklets","booklice","booklight","booklights","booklore","booklores","booklouse","bookmaker","bookmakers","bookmaking","bookmakings","bookman","bookmark","bookmarked","bookmarker","bookmarkers","bookmarking","bookmarks","bookmen","bookmobile","bookmobiles","bookoo","bookoos","bookplate","bookplates","bookrack","bookracks","bookrest","bookrests","books","bookseller","booksellers","bookselling","booksellings","bookshelf","bookshelves","bookshop","bookshops","booksie","booksier","booksiest","bookstall","bookstalls","bookstand","bookstands","bookstore","bookstores","booksy","bookwork","bookworks","bookworm","bookworms","booky","bool","booled","booling","bools","boom","boombox","boomboxes","boomed","boomer","boomerang","boomeranged","boomeranging","boomerangs","boomers","boomier","boomiest","booming","boomingly","boomings","boomkin","boomkins","boomlet","boomlets","booms","boomslang","boomslangs","boomtown","boomtowns","boomy","boon","boondock","boondocks","boondoggle","boondoggled","boondoggler","boondogglers","boondoggles","boondoggling","booner","booners","boong","boonga","boongaries","boongary","boongas","boongs","boonies","boonless","boons","boor","boord","boorde","boordes","boords","boorish","boorishly","boorishness","boorishnesses","boorka","boorkas","boors","boortree","boortrees","boos","boose","boosed","booses","booshit","boosing","boost","boosted","booster","boosterish","boosterism","boosterisms","boosters","boosting","boosts","boot","bootable","bootblack","bootblacks","bootcut","booted","bootee","bootees","booteries","bootery","booth","boothose","booths","bootie","booties","bootikin","bootikins","booting","bootjack","bootjacks","bootlace","bootlaces","bootlast","bootlasts","bootleg","bootlegged","bootlegger","bootleggers","bootlegging","bootleggings","bootlegs","bootless","bootlessly","bootlessness","bootlessnesses","bootlick","bootlicked","bootlicker","bootlickers","bootlicking","bootlickings","bootlicks","bootloader","bootloaders","bootmaker","bootmakers","bootmaking","bootmakings","boots","bootstrap","bootstrapped","bootstrapping","bootstraps","booty","bootylicious","booze","boozed","boozer","boozers","boozes","boozey","boozier","booziest","boozily","booziness","boozinesses","boozing","boozings","boozy","bop","bopeep","bopeeps","bopped","bopper","boppers","bopping","bops","bor","bora","boraces","borachio","borachios","boracic","boracite","boracites","borage","borages","boraginaceous","borak","boraks","boral","borals","borane","boranes","boras","borate","borated","borates","borating","borax","boraxes","borazon","borazons","borborygmal","borborygmi","borborygmic","borborygmus","bord","bordar","bordars","borde","bordeaux","bordel","bordello","bordellos","bordels","border","bordereau","bordereaux","bordered","borderer","borderers","bordering","borderland","borderlands","borderless","borderline","borderlines","borders","bordes","bordraging","bordragings","bords","bordure","bordures","bore","boreal","borealis","boreas","boreases","borecole","borecoles","bored","boredom","boredoms","boree","boreen","boreens","borees","borehole","boreholes","borel","borer","borers","bores","borescope","borescopes","boresome","borghetto","borghettos","borgo","borgos","boric","boride","borides","boring","boringly","boringness","boringnesses","borings","bork","borked","borking","borks","borlotti","borm","bormed","borming","borms","born","borna","borne","borneol","borneols","bornite","bornites","bornitic","bornyl","bornyls","borohydride","borohydrides","boron","boronia","boronias","boronic","borons","borosilicate","borosilicates","borough","boroughs","borrel","borrelia","borrelias","borrell","borrow","borrowed","borrower","borrowers","borrowing","borrowings","borrows","bors","borsch","borsches","borscht","borschts","borshch","borshches","borsht","borshts","borsic","borsics","borstal","borstall","borstalls","borstals","bort","bortier","bortiest","borts","bortsch","bortsches","borty","bortz","bortzes","borzoi","borzois","bos","bosberaad","bosberaads","bosbok","bosboks","boscage","boscages","boschbok","boschboks","bosche","bosches","boschvark","boschvarks","boschveld","boschvelds","bosh","boshbok","boshboks","boshes","boshta","boshter","boshvark","boshvarks","bosie","bosies","bosk","boskage","boskages","bosker","bosket","boskets","boskier","boskiest","boskiness","boskinesses","bosks","bosky","bosom","bosomed","bosomier","bosomiest","bosoming","bosoms","bosomy","boson","bosonic","bosons","bosque","bosques","bosquet","bosquets","boss","bossboy","bossboys","bossdom","bossdoms","bossed","bosser","bosses","bossest","bosset","bossets","bossier","bossies","bossiest","bossily","bossiness","bossinesses","bossing","bossings","bossism","bossisms","bossy","bossyboots","bostangi","bostangis","bosthoon","bosthoons","boston","bostons","bostryx","bostryxes","bosun","bosuns","bot","bota","botanic","botanica","botanical","botanically","botanicals","botanicas","botanics","botanies","botanise","botanised","botaniser","botanisers","botanises","botanising","botanist","botanists","botanize","botanized","botanizer","botanizers","botanizes","botanizing","botanomancies","botanomancy","botany","botargo","botargoes","botargos","botas","botch","botched","botchedly","botcher","botcheries","botchers","botchery","botches","botchier","botchiest","botchily","botchiness","botchinesses","botching","botchings","botchy","bote","botel","botels","botes","botflies","botfly","both","bothan","bothans","bother","botheration","botherations","bothered","bothering","bothers","bothersome","bothie","bothies","bothole","botholes","bothria","bothrium","bothriums","bothy","bothyman","bothymen","botnet","botnets","botone","botonee","botonnee","botryoid","botryoidal","botryose","botrytis","botrytises","bots","bott","bottarga","bottargas","botte","botted","bottega","bottegas","bottes","botties","bottine","bottines","botting","bottle","bottlebrush","bottlebrushes","bottled","bottleful","bottlefuls","bottleneck","bottlenecked","bottlenecking","bottlenecks","bottlenose","bottlenoses","bottler","bottlers","bottles","bottling","bottlings","bottom","bottomed","bottomer","bottomers","bottoming","bottomings","bottomland","bottomlands","bottomless","bottomlessly","bottomlessness","bottomlessnesses","bottommost","bottomness","bottomnesses","bottomries","bottomry","bottoms","bottomset","bottony","botts","botty","botulin","botulinal","botulins","botulinum","botulinums","botulinus","botulinuses","botulism","botulisms","boubou","boubous","bouche","bouchee","bouchees","bouches","boucle","bouclee","bouclees","boucles","bouderie","bouderies","boudin","boudins","boudoir","boudoirs","bouffant","bouffants","bouffe","bouffes","bougainvilia","bougainvilias","bougainvillaea","bougainvillaeas","bougainvillea","bougainvilleas","bouge","bouged","bouges","bouget","bougets","bough","boughed","boughless","boughpot","boughpots","boughs","bought","boughten","boughts","bougie","bougies","bouging","bouillabaisse","bouillabaisses","bouilli","bouillis","bouillon","bouillons","bouillotte","bouillottes","bouk","bouks","boulder","bouldered","boulderer","boulderers","bouldering","boulderings","boulders","bouldery","boule","boules","boulevard","boulevardier","boulevardiers","boulevards","bouleversement","bouleversements","boulle","boulles","boullework","boulleworks","boult","boulted","boulter","boulters","boulting","boultings","boults","boun","bounce","bounced","bouncedown","bouncedowns","bouncer","bouncers","bounces","bouncier","bounciest","bouncily","bounciness","bouncinesses","bouncing","bouncingly","bouncy","bound","boundable","boundaries","boundary","bounded","boundedness","boundednesses","bounden","bounder","bounderish","bounders","bounding","boundless","boundlessly","boundlessness","boundlessnesses","boundness","boundnesses","bounds","bouned","bouning","bouns","bounteous","bounteously","bounteousness","bounteousnesses","bountied","bounties","bountiful","bountifully","bountifulness","bountifulnesses","bountree","bountrees","bounty","bountyhed","bountyheds","bouquet","bouquetiere","bouquetieres","bouquets","bourasque","bourasques","bourbon","bourbonism","bourbonisms","bourbons","bourd","bourder","bourders","bourdon","bourdons","bourds","bourg","bourgeois","bourgeoise","bourgeoises","bourgeoisie","bourgeoisies","bourgeoisification","bourgeoisifications","bourgeoisified","bourgeoisifies","bourgeoisify","bourgeoisifying","bourgeon","bourgeoned","bourgeoning","bourgeons","bourgs","bourguignon","bourguignonne","bourkha","bourkhas","bourlaw","bourlaws","bourn","bourne","bournes","bourns","bourree","bourrees","bourride","bourrides","bourse","bourses","boursier","boursiers","boursin","boursins","bourtree","bourtrees","bouse","boused","bouses","bousier","bousiest","bousing","bousingken","bousingkens","bousouki","bousoukia","bousoukis","boustrophedon","boustrophedonic","boustrophedons","bousy","bout","boutade","boutades","boutique","boutiques","boutiquey","bouton","boutonne","boutonnee","boutonniere","boutonnieres","boutons","bouts","bouvardia","bouvardias","bouvier","bouviers","bouzouki","bouzoukia","bouzoukis","bovate","bovates","bovid","bovids","bovine","bovinely","bovines","bovinities","bovinity","bovver","bovvers","bow","bowat","bowats","bowbent","bowdlerisation","bowdlerisations","bowdlerise","bowdlerised","bowdleriser","bowdlerisers","bowdlerises","bowdlerising","bowdlerism","bowdlerisms","bowdlerization","bowdlerizations","bowdlerize","bowdlerized","bowdlerizer","bowdlerizers","bowdlerizes","bowdlerizing","bowed","bowel","boweled","boweling","bowelled","bowelless","bowelling","bowels","bower","bowerbird","bowerbirds","bowered","boweries","bowering","bowers","bowerwoman","bowerwomen","bowery","bowes","bowet","bowets","bowfin","bowfins","bowfront","bowget","bowgets","bowhead","bowheads","bowhunter","bowhunters","bowie","bowing","bowingly","bowings","bowknot","bowknots","bowl","bowlder","bowlders","bowled","bowleg","bowlegged","bowlegs","bowler","bowlers","bowless","bowlful","bowlfuls","bowlike","bowline","bowlines","bowling","bowlings","bowllike","bowls","bowman","bowmen","bowne","bowned","bownes","bowning","bowpot","bowpots","bowr","bowrs","bows","bowsaw","bowsaws","bowse","bowsed","bowser","bowsers","bowses","bowsey","bowseys","bowshot","bowshots","bowsie","bowsies","bowsing","bowsprit","bowsprits","bowstring","bowstringed","bowstringing","bowstrings","bowstrung","bowwow","bowwowed","bowwowing","bowwows","bowyang","bowyangs","bowyer","bowyers","box","boxball","boxballs","boxberries","boxberry","boxboard","boxboards","boxcar","boxcars","boxed","boxen","boxer","boxercise","boxercises","boxers","boxes","boxfish","boxfishes","boxful","boxfuls","boxhaul","boxhauled","boxhauling","boxhauls","boxier","boxiest","boxily","boxiness","boxinesses","boxing","boxings","boxkeeper","boxkeepers","boxlike","boxplot","boxplots","boxroom","boxrooms","boxthorn","boxthorns","boxties","boxty","boxwallah","boxwallahs","boxwood","boxwoods","boxy","boy","boyar","boyard","boyards","boyarism","boyarisms","boyars","boyau","boyaux","boychick","boychicks","boychik","boychiks","boycott","boycotted","boycotter","boycotters","boycotting","boycotts","boyed","boyf","boyfriend","boyfriends","boyfs","boyg","boygs","boyhood","boyhoods","boying","boyish","boyishly","boyishness","boyishnesses","boykie","boykies","boyla","boylas","boyo","boyos","boys","boysenberries","boysenberry","boyshorts","boysier","boysiest","boysy","bozo","bozos","bozzetti","bozzetto","bra","braai","braaied","braaiing","braais","braaivleis","braaivleises","braata","braatas","braatases","brabble","brabbled","brabblement","brabblements","brabbler","brabblers","brabbles","brabbling","braccate","braccia","braccio","brace","braced","bracelet","bracelets","bracer","bracero","braceros","bracers","braces","brach","brachah","brachahs","braches","brachet","brachets","brachia","brachial","brachials","brachiate","brachiated","brachiates","brachiating","brachiation","brachiations","brachiator","brachiators","brachiocephalic","brachiopod","brachiopods","brachiosaurus","brachiosauruses","brachistochrone","brachium","brachot","brachs","brachyaxes","brachyaxis","brachycephal","brachycephalic","brachycephalics","brachycephalies","brachycephalism","brachycephalous","brachycephals","brachycephaly","brachycerous","brachydactyl","brachydactylic","brachydactylies","brachydactylism","brachydactylous","brachydactyly","brachydiagonal","brachydiagonals","brachydome","brachydomes","brachygraphies","brachygraphy","brachylogies","brachylogous","brachylogy","brachyodont","brachypinakoid","brachypinakoids","brachyprism","brachyprisms","brachypterism","brachypterisms","brachypterous","brachytherapies","brachytherapy","brachyural","brachyuran","brachyurans","brachyurous","bracing","bracingly","bracings","braciola","braciolas","braciole","bracioles","brack","bracken","brackens","bracket","bracketed","bracketing","bracketings","brackets","brackish","brackishness","brackishnesses","bracks","braconid","braconids","bract","bracteal","bracteate","bracteates","bracted","bracteolate","bracteole","bracteoles","bractless","bractlet","bractlets","bracts","brad","bradawl","bradawls","bradded","bradding","bradoon","bradoons","brads","bradycardia","bradycardiac","bradycardias","bradykinesia","bradykinesias","bradykinin","bradykinins","bradypeptic","bradypeptics","bradyseism","bradyseisms","brae","braeheid","braeheids","braes","brag","bragadisme","bragadismes","braggadocio","braggadocios","braggadocious","braggart","braggartism","braggartisms","braggartly","braggarts","bragged","bragger","braggers","braggest","braggier","braggiest","bragging","braggingly","braggings","braggy","bragly","brags","brahma","brahman","brahmani","brahmanis","brahmanism","brahmanisms","brahmanist","brahmanists","brahmans","brahmas","brahmin","brahminism","brahminisms","brahminist","brahminists","brahmins","braid","braide","braided","braider","braiders","braidest","braiding","braidings","braids","brail","brailed","brailing","braille","brailled","brailler","braillers","brailles","braillewriter","braillewriters","brailling","braillist","braillists","brails","brain","brainbox","brainboxes","braincase","braincases","brainchild","brainchildren","braindead","brained","brainfart","brainfarts","brainfood","brainfoods","brainiac","brainiacs","brainier","brainiest","brainily","braininess","braininesses","braining","brainish","brainless","brainlessly","brainlessness","brainlessnesses","brainpan","brainpans","brainpower","brainpowers","brains","brainsick","brainsickly","brainsickness","brainsicknesses","brainstem","brainstems","brainstorm","brainstormed","brainstormer","brainstormers","brainstorming","brainstormings","brainstorms","brainteaser","brainteasers","brainwash","brainwashed","brainwasher","brainwashers","brainwashes","brainwashing","brainwashings","brainwave","brainwaves","brainy","braird","brairded","brairding","brairds","braise","braised","braises","braising","braize","braizes","brak","brake","brakeage","brakeages","braked","brakeless","brakeman","brakemen","brakes","brakesman","brakesmen","brakier","brakiest","braking","braks","braky","braless","bramble","brambled","brambles","bramblier","brambliest","brambling","bramblings","brambly","brame","brames","bran","brancard","brancards","branch","branched","brancher","brancheries","branchers","branchery","branches","branchia","branchiae","branchial","branchiate","branchier","branchiest","branching","branchings","branchiopod","branchiopods","branchiostegal","branchless","branchlet","branchlets","branchlike","branchline","branchlines","branchy","brand","brandade","brandades","branded","brander","brandered","brandering","branders","brandied","brandies","branding","brandings","brandise","brandises","brandish","brandished","brandisher","brandishers","brandishes","brandishing","brandless","brandling","brandlings","brandreth","brandreths","brands","brandy","brandying","brane","branes","branfulness","branfulnesses","brangle","brangled","brangles","brangling","branglings","brank","branked","brankier","brankiest","branking","branks","brankursine","brankursines","branky","branle","branles","branned","branner","branners","brannier","branniest","brannigan","brannigans","branning","branny","brans","bransle","bransles","brant","brantail","brantails","brantle","brantles","brants","bras","brasco","brascos","brasero","braseros","brases","brash","brashed","brasher","brashes","brashest","brashier","brashiest","brashiness","brashinesses","brashing","brashly","brashness","brashnesses","brashy","brasier","brasiers","brasil","brasilein","brasileins","brasilin","brasilins","brasils","brass","brassage","brassages","brassard","brassards","brassart","brassarts","brassbound","brassed","brasserie","brasseries","brasses","brasset","brassets","brassfounder","brassfounders","brassfounding","brassfoundings","brassica","brassicaceous","brassicas","brassie","brassier","brassiere","brassieres","brassies","brassiest","brassily","brassiness","brassinesses","brassing","brassish","brassware","brasswares","brassy","brast","brasting","brasts","brat","bratchet","bratchets","bratling","bratlings","bratpack","bratpacker","bratpackers","bratpacks","brats","brattice","bratticed","brattices","bratticing","bratticings","brattier","brattiest","brattiness","brattinesses","brattish","brattished","brattishes","brattishing","brattishings","brattle","brattled","brattles","brattling","brattlings","bratty","bratwurst","bratwursts","braunch","braunched","braunches","braunching","braunite","braunites","braunschweiger","braunschweigers","brava","bravado","bravadoed","bravadoes","bravadoing","bravados","bravas","brave","braved","bravely","braveness","bravenesses","braver","braveries","bravers","bravery","braves","bravest","bravi","braving","bravissimo","bravo","bravoed","bravoes","bravoing","bravos","bravura","bravuras","bravure","braw","brawer","brawest","brawl","brawled","brawler","brawlers","brawlie","brawlier","brawliest","brawling","brawlings","brawls","brawly","brawn","brawned","brawnier","brawniest","brawnily","brawniness","brawninesses","brawns","brawny","braws","braxies","braxy","bray","brayed","brayer","brayers","braying","brays","braza","brazas","braze","brazed","brazeless","brazen","brazened","brazening","brazenly","brazenness","brazennesses","brazenries","brazenry","brazens","brazer","brazers","brazes","brazier","brazieries","braziers","braziery","brazil","brazilein","brazileins","brazilin","brazilins","brazils","brazilwood","brazilwoods","brazing","breach","breached","breacher","breachers","breaches","breaching","bread","breadbasket","breadbaskets","breadberries","breadberry","breadboard","breadboarded","breadboarding","breadboards","breadbox","breadboxes","breadcrumb","breadcrumbed","breadcrumbing","breadcrumbs","breaded","breadfruit","breadfruits","breadhead","breadheads","breadier","breadiest","breading","breadless","breadline","breadlines","breadnut","breadnuts","breadroom","breadrooms","breadroot","breadroots","breads","breadstick","breadsticks","breadstuff","breadstuffs","breadth","breadths","breadthways","breadthwise","breadwinner","breadwinners","breadwinning","breadwinnings","bready","break","breakable","breakableness","breakablenesses","breakables","breakage","breakages","breakaway","breakaways","breakback","breakbeat","breakbeats","breakbone","breakdance","breakdanced","breakdancer","breakdancers","breakdances","breakdancing","breakdancings","breakdown","breakdowns","breaker","breakers","breakeven","breakevens","breakfast","breakfasted","breakfaster","breakfasters","breakfasting","breakfasts","breakfront","breakfronts","breaking","breakings","breakneck","breakoff","breakoffs","breakout","breakouts","breakpoint","breakpoints","breaks","breaksaway","breakthrough","breakthroughs","breaktime","breaktimes","breakup","breakups","breakwall","breakwalls","breakwater","breakwaters","bream","breamed","breaming","breams","breare","breares","breaskit","breaskits","breast","breastbone","breastbones","breasted","breastfed","breastfeed","breastfeeding","breastfeedings","breastfeeds","breasting","breastpin","breastpins","breastplate","breastplates","breastplough","breastploughs","breastrail","breastrails","breasts","breaststroke","breaststroker","breaststrokers","breaststrokes","breastsummer","breastsummers","breastwork","breastworks","breath","breathabilities","breathability","breathable","breathalyse","breathalysed","breathalyser","breathalysers","breathalyses","breathalysing","breathalyze","breathalyzed","breathalyzer","breathalyzers","breathalyzes","breathalyzing","breatharian","breatharianism","breatharianisms","breatharians","breathe","breathed","breather","breathers","breathes","breathful","breathier","breathiest","breathily","breathiness","breathinesses","breathing","breathings","breathless","breathlessly","breathlessness","breathlessnesses","breaths","breathtaking","breathtakingly","breathy","breccia","breccial","breccias","brecciate","brecciated","brecciates","brecciating","brecciation","brecciations","brecham","brechams","brechan","brechans","bred","brede","breded","bredes","bredie","bredies","breding","bredren","bredrens","bredrin","bredrins","breds","bree","breech","breechblock","breechblocks","breechcloth","breechcloths","breechclout","breechclouts","breeched","breeches","breeching","breechings","breechless","breechloader","breechloaders","breed","breeder","breeders","breeding","breedings","breeds","breeks","breem","breenge","breenged","breenges","breenging","breer","breered","breering","breers","brees","breese","breeses","breest","breests","breeze","breezed","breezeless","breezes","breezeway","breezeways","breezier","breeziest","breezily","breeziness","breezinesses","breezing","breezy","bregma","bregmata","bregmate","bregmatic","brehon","brehons","brei","breid","breids","breiing","breinge","breinged","breinges","breinging","breis","breist","breists","brekkies","brekky","breloque","breloques","breme","bremsstrahlung","bremsstrahlungs","bren","brenne","brennes","brenning","brens","brent","brenter","brentest","brents","brer","brere","breres","brers","bresaola","bresaolas","bressummer","bressummers","bretasche","bretasches","bretesse","bretesses","brethren","breton","bretons","brettice","bretticed","brettices","bretticing","breunnerite","breunnerites","breve","breves","brevet","brevetcies","brevetcy","brevete","breveted","breveting","brevets","brevetted","brevetting","breviaries","breviary","breviate","breviates","brevier","breviers","brevipennate","brevis","brevises","brevities","brevity","brew","brewage","brewages","brewed","brewer","breweries","brewers","brewery","brewing","brewings","brewis","brewises","brewmaster","brewmasters","brewpub","brewpubs","brews","brewski","brewskies","brewskis","brewster","brewsters","brey","breyed","breying","breys","briar","briard","briards","briared","briarroot","briarroots","briars","briarwood","briarwoods","briary","bribable","bribe","bribeable","bribed","bribee","bribees","briber","briberies","bribers","bribery","bribes","bribing","bricabrac","bricabracs","bricht","brichter","brichtest","brick","brickbat","brickbats","brickclay","brickclays","brickearth","brickearths","bricked","bricken","brickfield","brickfielder","brickfielders","brickfields","brickie","brickier","brickies","brickiest","bricking","brickings","brickkiln","brickkilns","bricklayer","bricklayers","bricklaying","bricklayings","brickle","brickles","bricklike","brickmaker","brickmakers","brickmaking","brickmakings","bricks","brickwall","brickwalls","brickwork","brickworks","bricky","brickyard","brickyards","bricolage","bricolages","bricole","bricoles","bridal","bridally","bridals","bride","bridecake","bridecakes","brided","bridegroom","bridegrooms","bridemaid","bridemaiden","bridemaidens","bridemaids","brideman","bridemen","brides","bridesmaid","bridesmaids","bridesman","bridesmen","bridewealth","bridewealths","bridewell","bridewells","bridgable","bridge","bridgeable","bridgeboard","bridgeboards","bridged","bridgehead","bridgeheads","bridgeless","bridges","bridgework","bridgeworks","bridging","bridgings","bridie","bridies","briding","bridle","bridled","bridler","bridlers","bridles","bridleway","bridleways","bridlewise","bridling","bridoon","bridoons","brie","brief","briefcase","briefcases","briefed","briefer","briefers","briefest","briefing","briefings","briefless","briefly","briefness","briefnesses","briefs","brier","briered","brierier","brieriest","brierroot","brierroots","briers","brierwood","brierwoods","briery","bries","brig","brigade","brigaded","brigades","brigadier","brigadiers","brigading","brigalow","brigalows","brigand","brigandage","brigandages","brigandine","brigandines","brigandries","brigandry","brigands","brigantine","brigantines","bright","brighten","brightened","brightener","brighteners","brightening","brightens","brighter","brightest","brightish","brightly","brightness","brightnesses","brights","brightsome","brightwork","brightworks","brigs","brigue","brigued","brigues","briguing","briguings","brik","briki","brikis","briks","brill","briller","brillest","brilliance","brilliances","brilliancies","brilliancy","brilliant","brilliante","brillianted","brilliantine","brilliantines","brillianting","brilliantly","brilliantness","brilliantnesses","brilliants","brillo","brillos","brills","brim","brimful","brimfull","brimfullness","brimfullnesses","brimfully","brimfulness","brimfulnesses","briming","brimings","brimless","brimmed","brimmer","brimmers","brimming","brims","brimstone","brimstones","brimstony","brin","brinded","brindisi","brindisis","brindle","brindled","brindles","brine","brined","brineless","brinelling","brinellings","briner","briners","brines","bring","bringdown","bringdowns","bringer","bringers","bringing","bringings","brings","brinier","brinies","briniest","brininess","brininesses","brining","brinish","brinjal","brinjals","brinjarries","brinjarry","brink","brinkman","brinkmanship","brinkmanships","brinkmen","brinks","brinksmanship","brinksmanships","brinnies","brinny","brins","briny","brio","brioche","brioches","briolette","briolettes","brionies","briony","brios","briquet","briquets","briquette","briquetted","briquettes","briquetting","bris","brisance","brisances","brisant","brise","brises","brisk","brisked","brisken","briskened","briskening","briskens","brisker","briskest","brisket","briskets","briskier","briskiest","brisking","briskish","briskly","briskness","brisknesses","brisks","brisky","brisling","brislings","briss","brisses","bristle","bristlecone","bristlecones","bristled","bristlelike","bristles","bristletail","bristletails","bristlier","bristliest","bristliness","bristlinesses","bristling","bristly","bristol","bristols","brisure","brisures","brit","britannia","britannias","britches","brith","briths","brits","britschka","britschkas","britska","britskas","britt","brittania","brittanias","brittle","brittled","brittlely","brittleness","brittlenesses","brittler","brittles","brittlest","brittling","brittly","britts","britzka","britzkas","britzska","britzskas","brize","brizes","bro","broach","broached","broacher","broachers","broaches","broaching","broad","broadax","broadaxe","broadaxes","broadband","broadbands","broadbean","broadbeans","broadbill","broadbills","broadbrim","broadbrims","broadbrush","broadcast","broadcasted","broadcaster","broadcasters","broadcasting","broadcastings","broadcasts","broadcloth","broadcloths","broaden","broadened","broadener","broadeners","broadening","broadens","broader","broadest","broadish","broadleaf","broadleaves","broadline","broadlines","broadloom","broadlooms","broadly","broadness","broadnesses","broadpiece","broadpieces","broads","broadscale","broadsheet","broadsheets","broadside","broadsided","broadsides","broadsiding","broadsword","broadswords","broadtail","broadtails","broadway","broadways","broadwise","brobdingnagian","brocade","brocaded","brocades","brocading","brocage","brocages","brocard","brocards","brocatel","brocatelle","brocatelles","brocatels","broccoli","broccolini","broccolinis","broccolis","broch","brochan","brochans","broche","broched","broches","brochette","brochettes","broching","brocho","brochos","brochs","brochure","brochures","brock","brockage","brockages","brocked","brocket","brockets","brockit","brockram","brockrams","brocks","brocoli","brocolis","brod","brodded","brodding","broddle","broddled","broddles","broddling","brodekin","brodekins","brodkin","brodkins","brods","broekies","brog","brogan","brogans","brogged","brogging","brogh","broghs","brogs","brogue","brogueish","brogueries","broguery","brogues","broguish","broider","broidered","broiderer","broiderers","broideries","broidering","broiderings","broiders","broidery","broil","broiled","broiler","broilers","broiling","broils","brokage","brokages","broke","broked","broken","brokenhearted","brokenheartedly","brokenly","brokenness","brokennesses","broker","brokerage","brokerages","brokered","brokeries","brokering","brokerings","brokers","brokery","brokes","broking","brokings","brolga","brolgas","brollies","brolly","bromal","bromals","bromate","bromated","bromates","bromating","brome","bromegrass","bromegrasses","bromelain","bromelains","bromelia","bromeliaceous","bromeliad","bromeliads","bromelias","bromelin","bromelins","bromeosin","bromeosins","bromes","bromhidroses","bromhidrosis","bromic","bromid","bromide","bromides","bromidic","bromidroses","bromidrosis","bromids","bromin","brominate","brominated","brominates","brominating","bromination","brominations","bromine","bromines","brominism","brominisms","bromins","bromise","bromised","bromises","bromising","bromism","bromisms","bromize","bromized","bromizes","bromizing","brommer","brommers","bromo","bromocriptine","bromocriptines","bromoform","bromoforms","bromos","bromouracil","bromouracils","bronc","bronchi","bronchia","bronchial","bronchially","bronchiectases","bronchiectasis","bronchiolar","bronchiole","bronchioles","bronchiolitis","bronchiolitises","bronchites","bronchitic","bronchitics","bronchitides","bronchitis","bronchitises","bronchium","broncho","bronchodilator","bronchodilators","bronchogenic","bronchographies","bronchography","bronchopneumonia","bronchopneumonias","bronchos","bronchoscope","bronchoscopes","bronchoscopic","bronchoscopical","bronchoscopies","bronchoscopist","bronchoscopists","bronchoscopy","bronchospasm","bronchospasms","bronchospastic","bronchus","bronco","broncobuster","broncobusters","broncos","broncs","brond","bronds","brondyron","brondyrons","brontobyte","brontobytes","brontosaur","brontosaurs","brontosaurus","brontosauruses","bronze","bronzed","bronzen","bronzer","bronzers","bronzes","bronzier","bronziest","bronzified","bronzifies","bronzify","bronzifying","bronzing","bronzings","bronzite","bronzites","bronzy","broo","brooch","brooched","brooches","brooching","brood","brooded","brooder","brooders","broodier","broodiest","broodily","broodiness","broodinesses","brooding","broodingly","broodings","broodless","broodmare","broodmares","broods","broody","brook","brookable","brooked","brookie","brookies","brooking","brookite","brookites","brooklet","brooklets","brooklike","brooklime","brooklimes","brooks","brookweed","brookweeds","brool","brools","broom","broomball","broomballer","broomballers","broomballs","broomcorn","broomcorns","broomed","broomier","broomiest","brooming","broomrape","broomrapes","brooms","broomstaff","broomstaffs","broomstick","broomsticks","broomy","broos","broose","brooses","bros","brose","broses","brosier","brosiest","brosy","broth","brothel","brothels","brother","brothered","brotherhood","brotherhoods","brothering","brotherlike","brotherliness","brotherlinesses","brotherly","brothers","brothier","brothiest","broths","brothy","brough","brougham","broughams","broughs","brought","broughta","broughtas","broughtases","brouhaha","brouhahas","brouze","brouzes","brow","browallia","browallias","browband","browbands","browbeat","browbeaten","browbeater","browbeaters","browbeating","browbeatings","browbeats","browed","browless","brown","browned","browner","brownest","brownfield","brownfields","brownie","brownier","brownies","browniest","browning","brownings","brownish","brownness","brownnesses","brownnose","brownnosed","brownnoser","brownnosers","brownnoses","brownnosing","brownout","brownouts","browns","brownshirt","brownshirts","brownstone","brownstones","browntail","browny","browridge","browridges","brows","browsable","browsables","browse","browsed","browser","browsers","browses","browsier","browsiest","browsing","browsings","browst","browsts","browsy","brr","brrr","bru","brucella","brucellae","brucellas","brucelloses","brucellosis","bruchid","bruchids","brucin","brucine","brucines","brucins","brucite","brucites","bruckle","brugh","brughs","brugmansia","brugmansias","bruhaha","bruhahas","bruilzie","bruilzies","bruin","bruins","bruise","bruised","bruiser","bruisers","bruises","bruising","bruisings","bruit","bruited","bruiter","bruiters","bruiting","bruits","brule","brules","brulot","brulots","brulyie","brulyies","brulzie","brulzies","brumal","brumbies","brumby","brume","brumes","brummagem","brummagems","brummer","brummers","brumous","brunch","brunched","bruncher","brunchers","brunches","brunching","brunet","brunets","brunette","brunettes","brung","brunizem","brunizems","brunt","brunted","brunting","brunts","brus","bruschetta","bruschettas","bruschette","brush","brushabilities","brushability","brushback","brushbacks","brushed","brusher","brushers","brushes","brushfire","brushfires","brushier","brushiest","brushing","brushings","brushland","brushlands","brushless","brushlike","brushmark","brushmarks","brushoff","brushoffs","brushup","brushups","brushwheel","brushwheels","brushwood","brushwoods","brushwork","brushworks","brushy","brusk","brusker","bruskest","brusque","brusquely","brusqueness","brusquenesses","brusquer","brusquerie","brusqueries","brusquest","brussels","brussen","brust","brusting","brusts","brut","brutal","brutalisation","brutalisations","brutalise","brutalised","brutalises","brutalising","brutalism","brutalisms","brutalist","brutalists","brutalities","brutality","brutalization","brutalizations","brutalize","brutalized","brutalizes","brutalizing","brutally","brute","bruted","brutelike","brutely","bruteness","brutenesses","bruter","bruters","brutes","brutified","brutifies","brutify","brutifying","bruting","brutings","brutish","brutishly","brutishness","brutishnesses","brutism","brutisms","bruts","brux","bruxed","bruxes","bruxing","bruxism","bruxisms","bryological","bryologies","bryologist","bryologists","bryology","bryonies","bryony","bryophyllum","bryophyllums","bryophyte","bryophytes","bryophytic","bryozoan","bryozoans","buat","buats","buaze","buazes","bub","buba","bubal","bubale","bubales","bubaline","bubalis","bubalises","bubals","bubas","bubba","bubbas","bubbies","bubble","bubbled","bubblegum","bubblegums","bubblehead","bubbleheaded","bubbleheads","bubbler","bubblers","bubbles","bubblier","bubblies","bubbliest","bubbling","bubbly","bubby","bubinga","bubingas","bubkes","bubkis","bubo","buboed","buboes","bubonic","bubonocele","bubonoceles","bubs","bubu","bubukle","bubukles","bubus","bucardo","bucardos","bucatini","buccal","buccally","buccaneer","buccaneered","buccaneering","buccaneerings","buccaneerish","buccaneers","buccanier","buccaniered","buccaniering","buccaniers","buccina","buccinas","buccinator","buccinators","buccinatory","bucellas","bucellases","bucentaur","bucentaurs","buchu","buchus","buck","buckaroo","buckaroos","buckayro","buckayros","buckbean","buckbeans","buckboard","buckboards","buckbrush","buckbrushes","bucked","buckeen","buckeens","bucker","buckeroo","buckeroos","buckers","bucket","bucketed","bucketful","bucketfuls","bucketing","bucketings","buckets","bucketsful","buckeye","buckeyes","buckhorn","buckhorns","buckhound","buckhounds","buckie","buckies","bucking","buckings","buckish","buckishly","buckjumper","buckjumpers","buckjumping","buckjumpings","buckle","buckled","buckler","bucklered","bucklering","bucklers","buckles","buckling","bucklings","buckminsterfullerene","buckminsterfullerenes","bucko","buckoes","buckos","buckra","buckrake","buckrakes","buckram","buckramed","buckraming","buckrams","buckras","bucks","bucksaw","bucksaws","buckshee","buckshees","buckshish","buckshished","buckshishes","buckshishing","buckshot","buckshots","buckskin","buckskinned","buckskins","bucksom","bucktail","bucktails","buckteeth","buckthorn","buckthorns","bucktooth","bucktoothed","bucku","buckus","buckwheat","buckwheats","buckyball","buckyballs","buckytube","buckytubes","bucolic","bucolical","bucolically","bucolics","bud","buda","budas","budded","budder","budders","buddha","buddhas","buddied","buddier","buddies","buddiest","budding","buddings","buddle","buddled","buddleia","buddleias","buddles","buddling","buddy","buddying","budge","budged","budger","budgeree","budgerigar","budgerigars","budgero","budgeros","budgerow","budgerows","budgers","budges","budget","budgetary","budgeted","budgeteer","budgeteers","budgeter","budgeters","budgeting","budgets","budgie","budgies","budging","budi","budis","budless","budlike","budmash","budmashes","budo","budos","buds","budworm","budworms","buff","buffa","buffable","buffalo","buffaloberries","buffaloberry","buffaloed","buffaloes","buffalofish","buffalofishes","buffaloing","buffalos","buffe","buffed","buffel","buffer","buffered","buffering","buffers","buffest","buffet","buffeted","buffeter","buffeters","buffeting","buffetings","buffets","buffi","buffier","buffiest","buffing","buffings","bufflehead","buffleheads","buffo","buffoon","buffooneries","buffoonery","buffoonish","buffoons","buffos","buffs","buffy","bufo","bufos","bufotalin","bufotalins","bufotenine","bufotenines","buftie","bufties","bufty","bug","bugaboo","bugaboos","bugbane","bugbanes","bugbear","bugbears","bugeye","bugeyes","buggan","buggane","bugganes","buggans","bugged","bugger","buggered","buggeries","buggering","buggers","buggery","buggier","buggies","buggiest","buggin","bugginess","bugginesses","bugging","buggings","buggins","buggy","bughouse","bughouses","bugle","bugled","bugler","buglers","bugles","buglet","buglets","bugleweed","bugleweeds","bugling","bugloss","buglosses","bugong","bugongs","bugout","bugouts","bugs","bugseed","bugseeds","bugsha","bugshas","bugwort","bugworts","buhl","buhls","buhlwork","buhlworks","buhr","buhrs","buhrstone","buhrstones","buhund","buhunds","buibui","buibuis","buik","buiks","build","buildable","builddown","builddowns","builded","builder","builders","building","buildings","builds","buildup","buildups","built","buirdlier","buirdliest","buirdly","buist","buisted","buisting","buists","buke","bukes","bukkake","bukkakes","bukshee","bukshees","bukshi","bukshis","bulb","bulbar","bulbed","bulbel","bulbels","bulbiferous","bulbil","bulbils","bulbing","bulblet","bulblets","bulbosities","bulbosity","bulbous","bulbously","bulbousness","bulbousnesses","bulbs","bulbul","bulbuls","bulge","bulged","bulger","bulgers","bulges","bulghur","bulghurs","bulgier","bulgiest","bulgine","bulgines","bulginess","bulginesses","bulging","bulgingly","bulgur","bulgurs","bulgy","bulimia","bulimiac","bulimias","bulimic","bulimics","bulimies","bulimus","bulimuses","bulimy","bulk","bulkage","bulkages","bulked","bulker","bulkers","bulkhead","bulkheads","bulkier","bulkiest","bulkily","bulkiness","bulkinesses","bulking","bulkings","bulks","bulky","bull","bulla","bullace","bullaces","bullae","bullaries","bullary","bullate","bullbaiting","bullbaitings","bullbars","bullbat","bullbats","bullbrier","bullbriers","bulldog","bulldogged","bulldogger","bulldoggers","bulldogging","bulldoggings","bulldogs","bulldoze","bulldozed","bulldozer","bulldozers","bulldozes","bulldozing","bulldust","bulldusts","bulldyke","bulldykes","bulled","buller","bullered","bullering","bullers","bullet","bulleted","bulletin","bulletined","bulleting","bulletining","bulletins","bulletproof","bulletproofed","bulletproofing","bulletproofs","bulletrie","bulletries","bullets","bulletwood","bulletwoods","bullfight","bullfighter","bullfighters","bullfighting","bullfightings","bullfights","bullfinch","bullfinches","bullfrog","bullfrogs","bullgine","bullgines","bullhead","bullheaded","bullheadedly","bullheadedness","bullheadednesses","bullheads","bullhorn","bullhorns","bullied","bullier","bullies","bulliest","bulling","bullings","bullion","bullionist","bullionists","bullions","bullish","bullishly","bullishness","bullishnesses","bullmastiff","bullmastiffs","bullneck","bullnecked","bullnecks","bullnose","bullnoses","bullock","bullocked","bullockies","bullocking","bullocks","bullocky","bullosa","bullous","bullpen","bullpens","bullpout","bullpouts","bullring","bullrings","bullroarer","bullroarers","bullrush","bullrushes","bulls","bullshat","bullshit","bullshits","bullshitted","bullshitter","bullshitters","bullshitting","bullshittings","bullshot","bullshots","bullsnake","bullsnakes","bullterrier","bullterriers","bullwaddie","bullwaddies","bullwaddy","bullweed","bullweeds","bullwhack","bullwhacked","bullwhacking","bullwhacks","bullwhip","bullwhipped","bullwhipping","bullwhips","bully","bullyboy","bullyboys","bullycide","bullycides","bullying","bullyism","bullyisms","bullyrag","bullyragged","bullyragging","bullyrags","bulnbuln","bulnbulns","bulrush","bulrushes","bulrushy","bulse","bulses","bulwaddee","bulwaddees","bulwaddies","bulwaddy","bulwark","bulwarked","bulwarking","bulwarks","bum","bumalo","bumaloti","bumalotis","bumbag","bumbags","bumbailiff","bumbailiffs","bumbaze","bumbazed","bumbazes","bumbazing","bumbershoot","bumbershoots","bumble","bumblebee","bumblebees","bumbleberries","bumbleberry","bumbled","bumbledom","bumbledoms","bumbler","bumblers","bumbles","bumbling","bumblingly","bumblings","bumbo","bumboat","bumboats","bumbos","bumelia","bumelias","bumf","bumfluff","bumfluffs","bumfreezer","bumfreezers","bumfs","bumfuck","bumfucks","bumfuzzle","bumfuzzled","bumfuzzles","bumfuzzling","bumkin","bumkins","bummalo","bummalos","bummaloti","bummalotis","bummaree","bummarees","bummed","bummel","bummels","bummer","bummers","bummest","bumming","bummle","bummled","bummles","bummling","bummock","bummocks","bump","bumped","bumper","bumpered","bumpering","bumpers","bumph","bumphs","bumpier","bumpiest","bumpily","bumpiness","bumpinesses","bumping","bumpings","bumpkin","bumpkinish","bumpkinly","bumpkins","bumpologies","bumpology","bumps","bumpsadaisy","bumptious","bumptiously","bumptiousness","bumptiousnesses","bumpy","bums","bumster","bumsters","bumsucker","bumsuckers","bumsucking","bumsuckings","bun","buna","bunas","bunce","bunced","bunces","bunch","bunchberries","bunchberry","bunched","bunches","bunchgrass","bunchgrasses","bunchier","bunchiest","bunchily","bunchiness","bunchinesses","bunching","bunchings","bunchy","buncing","bunco","buncoed","buncoing","buncombe","buncombes","buncos","bund","bunde","bunded","bundh","bundhs","bundied","bundies","bunding","bundist","bundists","bundle","bundled","bundler","bundlers","bundles","bundling","bundlings","bundobust","bundobusts","bundook","bundooks","bunds","bundt","bundts","bundu","bundus","bundwall","bundwalls","bundy","bundying","bunfight","bunfights","bung","bungaloid","bungaloids","bungalow","bungalows","bunged","bungee","bungees","bunger","bungers","bungey","bungeys","bunghole","bungholes","bungie","bungies","bunging","bungle","bungled","bungler","bunglers","bungles","bunglesome","bungling","bunglingly","bunglings","bungs","bungwall","bungwalls","bungy","bunia","bunias","bunion","bunions","bunje","bunjee","bunjees","bunjes","bunjie","bunjies","bunjy","bunk","bunked","bunker","bunkered","bunkering","bunkers","bunkhouse","bunkhouses","bunking","bunkmate","bunkmates","bunko","bunkoed","bunkoing","bunkos","bunks","bunkum","bunkums","bunn","bunnet","bunnets","bunnia","bunnias","bunnies","bunns","bunny","bunodont","bunraku","bunrakus","buns","bunsen","bunsens","bunt","buntal","buntals","bunted","bunter","bunters","buntier","buntiest","bunting","buntings","buntline","buntlines","bunts","bunty","bunya","bunyas","bunyip","bunyips","buoy","buoyage","buoyages","buoyance","buoyances","buoyancies","buoyancy","buoyant","buoyantly","buoyantness","buoyantnesses","buoyed","buoying","buoys","bupivacaine","bupivacaines","bupkes","bupkis","bupkus","buplever","buplevers","buppie","buppies","buppy","buprenorphine","buprenorphines","buprestid","buprestids","bupropion","bupropions","buqsha","buqshas","bur","bura","buran","burans","buras","burb","burble","burbled","burbler","burblers","burbles","burblier","burbliest","burbling","burblings","burbly","burbot","burbots","burbs","burd","burdash","burdashes","burden","burdened","burdener","burdeners","burdening","burdenous","burdens","burdensome","burdie","burdies","burdizzo","burdizzos","burdock","burdocks","burds","bureau","bureaucracies","bureaucracy","bureaucrat","bureaucratese","bureaucrateses","bureaucratic","bureaucratically","bureaucratise","bureaucratised","bureaucratises","bureaucratising","bureaucratism","bureaucratisms","bureaucratist","bureaucratists","bureaucratization","bureaucratizations","bureaucratize","bureaucratized","bureaucratizes","bureaucratizing","bureaucrats","bureaus","bureaux","buret","burets","burette","burettes","burg","burgage","burgages","burganet","burganets","burgee","burgees","burgeon","burgeoned","burgeoning","burgeons","burger","burgers","burgess","burgesses","burgh","burghal","burgher","burghers","burghs","burghul","burghuls","burglar","burglared","burglaries","burglaring","burglarious","burglariously","burglarise","burglarised","burglarises","burglarising","burglarize","burglarized","burglarizes","burglarizing","burglarproof","burglars","burglary","burgle","burgled","burgles","burgling","burgomaster","burgomasters","burgonet","burgonets","burgoo","burgoos","burgout","burgouts","burgrave","burgraves","burgs","burgundies","burgundy","burhel","burhels","burial","burials","buried","burier","buriers","buries","burin","burinist","burinists","burins","buriti","buritis","burk","burka","burkas","burke","burked","burker","burkers","burkes","burkha","burkhas","burking","burkite","burkites","burks","burl","burladero","burladeros","burlap","burlaps","burled","burler","burlers","burlesk","burlesks","burlesque","burlesqued","burlesquely","burlesquer","burlesquers","burlesques","burlesquing","burletta","burlettas","burley","burleycue","burleycues","burleyed","burleying","burleys","burlier","burliest","burlily","burliness","burlinesses","burling","burls","burly","burn","burnable","burnables","burned","burner","burners","burnet","burnets","burnettise","burnettised","burnettises","burnettising","burnettize","burnettized","burnettizes","burnettizing","burnie","burnies","burning","burningly","burnings","burnish","burnishable","burnished","burnisher","burnishers","burnishes","burnishing","burnishings","burnishment","burnishments","burnoose","burnoosed","burnooses","burnous","burnouse","burnoused","burnouses","burnout","burnouts","burns","burnside","burnsides","burnt","buroo","buroos","burp","burped","burpee","burpees","burping","burps","burqa","burqas","burr","burramundi","burramundis","burramys","burramyses","burrawang","burrawangs","burred","burrel","burrell","burrells","burrels","burrer","burrers","burrhel","burrhels","burrier","burriest","burring","burrito","burritos","burro","burros","burrow","burrowed","burrower","burrowers","burrowing","burrows","burrowstown","burrowstowns","burrs","burrstone","burrstones","burry","burs","bursa","bursae","bursal","bursar","bursarial","bursaries","bursars","bursarship","bursarships","bursary","bursas","bursate","burse","burseed","burseeds","bursera","burseraceous","burses","bursicon","bursicons","bursiculate","bursiform","bursitis","bursitises","burst","bursted","bursten","burster","bursters","bursting","burstone","burstones","bursts","burthen","burthened","burthening","burthens","burthensome","burton","burtons","burweed","burweeds","bury","burying","bus","busbar","busbars","busbies","busboy","busboys","busby","bused","busera","buseras","buses","busgirl","busgirls","bush","bushbabies","bushbaby","bushbashing","bushbashings","bushbuck","bushbucks","bushcraft","bushcrafts","bushed","bushel","busheled","busheler","bushelers","busheling","bushelled","busheller","bushellers","bushelling","bushellings","bushelman","bushelmen","bushels","bushelwoman","bushelwomen","busher","bushers","bushes","bushfire","bushfires","bushflies","bushfly","bushgoat","bushgoats","bushhammer","bushhammers","bushido","bushidos","bushie","bushier","bushies","bushiest","bushily","bushiness","bushinesses","bushing","bushings","bushland","bushlands","bushless","bushlike","bushman","bushmanship","bushmanships","bushmaster","bushmasters","bushmeat","bushmeats","bushmen","bushpig","bushpigs","bushranger","bushrangers","bushranging","bushrangings","bushtit","bushtits","bushveld","bushvelds","bushwa","bushwah","bushwahs","bushwalk","bushwalked","bushwalker","bushwalkers","bushwalking","bushwalkings","bushwalks","bushwas","bushwhack","bushwhacked","bushwhacker","bushwhackers","bushwhacking","bushwhackings","bushwhacks","bushwoman","bushwomen","bushy","busied","busier","busies","busiest","busily","business","businesses","businesslike","businessman","businessmen","businesspeople","businessperson","businesspersons","businesswoman","businesswomen","businessy","busing","busings","busk","busked","busker","buskers","busket","buskets","buskin","buskined","busking","buskings","buskins","busks","busky","busload","busloads","busman","busmen","buss","bussed","busses","bussing","bussings","bussu","bussus","bust","bustard","bustards","busted","bustee","bustees","buster","busters","busti","bustic","busticate","busticated","busticates","busticating","bustics","bustier","bustiers","bustiest","bustiness","bustinesses","busting","bustings","bustis","bustle","bustled","bustler","bustlers","bustles","bustline","bustlines","bustling","bustlingly","busts","busty","busulfan","busulfans","busuuti","busuutis","busy","busybodied","busybodies","busybody","busybodying","busybodyings","busying","busyness","busynesses","busywork","busyworks","but","butadiene","butadienes","butane","butanes","butanoic","butanol","butanols","butanone","butanones","butch","butcher","butcherbird","butcherbirds","butchered","butcherer","butcherers","butcheries","butchering","butcherings","butcherly","butchers","butchery","butches","butchest","butching","butchings","butchness","butchnesses","bute","butene","butenedioic","butenes","buteo","buteonine","buteonines","buteos","butes","butle","butled","butler","butlerage","butlerages","butlered","butleries","butlering","butlers","butlership","butlerships","butlery","butles","butling","butment","butments","buts","butsudan","butsudans","butt","buttals","butte","butted","butter","butterball","butterballs","butterbur","butterburs","buttercup","buttercups","butterdock","butterdocks","buttered","butterfat","butterfats","butterfingered","butterfingers","butterfish","butterfishes","butterflied","butterflies","butterfly","butterflyer","butterflyers","butterflying","butterier","butteries","butteriest","butterine","butterines","butteriness","butterinesses","buttering","butterless","buttermilk","buttermilks","butternut","butternuts","butters","butterscotch","butterscotches","butterweed","butterweeds","butterwort","butterworts","buttery","buttes","butthead","buttheads","butties","butting","buttinski","buttinskies","buttinskis","buttinsky","buttle","buttled","buttles","buttling","buttock","buttocked","buttocking","buttocks","button","buttonball","buttonballs","buttonbush","buttonbushes","buttoned","buttoner","buttoners","buttonheld","buttonhold","buttonholding","buttonholds","buttonhole","buttonholed","buttonholer","buttonholers","buttonholes","buttonholing","buttonhook","buttonhooked","buttonhooking","buttonhooks","buttoning","buttonless","buttonmould","buttonmoulds","buttons","buttonwood","buttonwoods","buttony","buttress","buttressed","buttresses","buttressing","butts","buttstock","buttstocks","butty","buttyman","buttymen","butut","bututs","butyl","butylate","butylated","butylates","butylating","butylation","butylations","butylene","butylenes","butyls","butyraceous","butyral","butyraldehyde","butyraldehydes","butyrals","butyrate","butyrates","butyric","butyrin","butyrins","butyrophenone","butyrophenones","butyrous","butyryl","butyryls","buvette","buvettes","buxom","buxomer","buxomest","buxomly","buxomness","buxomnesses","buy","buyable","buyables","buyback","buybacks","buyer","buyers","buying","buyings","buyoff","buyoffs","buyout","buyouts","buys","buzkashi","buzkashis","buzuki","buzukia","buzukis","buzz","buzzard","buzzards","buzzbait","buzzbaits","buzzcut","buzzcuts","buzzed","buzzer","buzzers","buzzes","buzzier","buzziest","buzzing","buzzingly","buzzings","buzzkill","buzzkiller","buzzkillers","buzzkills","buzzwig","buzzwigs","buzzword","buzzwords","buzzy","bwana","bwanas","bwazi","bwazis","by","bycatch","bycatches","bycoket","bycokets","byde","byded","bydes","byding","bye","byelaw","byelaws","byes","bygone","bygones","byke","byked","bykes","byking","bylander","bylanders","bylane","bylanes","bylaw","bylaws","byline","bylined","byliner","byliners","bylines","bylining","bylive","byname","bynames","bynempt","bypass","bypassed","bypasses","bypassing","bypast","bypath","bypaths","byplace","byplaces","byplay","byplays","byproduct","byproducts","byre","byreman","byremen","byres","byrewoman","byrewomen","byrl","byrlady","byrlakin","byrlaw","byrlaws","byrled","byrling","byrls","byrnie","byrnies","byroad","byroads","byroom","byrooms","bys","byssaceous","byssal","byssi","byssine","byssinoses","byssinosis","byssoid","byssus","byssuses","bystander","bystanders","bystreet","bystreets","bytalk","bytalks","byte","bytes","bytownite","bytownites","byway","byways","bywoner","bywoners","byword","bywords","bywork","byworks","byzant","byzantine","byzants","caa","caaed","caaing","caas","caatinga","caatingas","cab","caba","cabal","cabala","cabalas","cabaletta","cabalettas","cabalette","cabalism","cabalisms","cabalist","cabalistic","cabalistical","cabalists","caballed","caballer","caballero","caballeros","caballers","caballine","caballing","cabals","cabana","cabanas","cabaret","cabarets","cabas","cabbage","cabbaged","cabbages","cabbagetown","cabbagetowns","cabbageworm","cabbageworms","cabbagey","cabbaging","cabbagy","cabbala","cabbalah","cabbalahs","cabbalas","cabbalism","cabbalisms","cabbalist","cabbalistic","cabbalistical","cabbalists","cabbed","cabbie","cabbies","cabbing","cabby","cabdriver","cabdrivers","caber","cabernet","cabernets","cabers","cabestro","cabestros","cabezon","cabezone","cabezones","cabezons","cabildo","cabildos","cabin","cabined","cabinet","cabinetmaker","cabinetmakers","cabinetmaking","cabinetmakings","cabinetries","cabinetry","cabinets","cabinetwork","cabinetworks","cabining","cabinmate","cabinmates","cabins","cable","cablecast","cablecasted","cablecasting","cablecasts","cabled","cablegram","cablegrams","cabler","cablers","cables","cablet","cablets","cablevision","cablevisions","cableway","cableways","cabling","cablings","cabman","cabmen","cabob","cabobbed","cabobbing","cabobs","caboc","caboceer","caboceers","caboched","cabochon","cabochons","cabocs","cabomba","cabombas","caboodle","caboodles","caboose","cabooses","caboshed","cabotage","cabotages","cabover","cabre","cabresta","cabrestas","cabresto","cabrestos","cabretta","cabrettas","cabrie","cabries","cabrilla","cabrillas","cabrio","cabriole","cabrioles","cabriolet","cabriolets","cabrios","cabrit","cabrits","cabs","cabstand","cabstands","caca","cacafogo","cacafogos","cacafuego","cacafuegos","cacao","cacaos","cacas","cacciatora","cacciatore","cachaca","cachacas","cachaemia","cachaemias","cachaemic","cachalot","cachalots","cache","cachectic","cachectical","cached","cachepot","cachepots","caches","cachet","cacheted","cacheting","cachets","cachexia","cachexias","cachexic","cachexies","cachexy","caching","cachinnate","cachinnated","cachinnates","cachinnating","cachinnation","cachinnations","cachinnatory","cacholong","cacholongs","cacholot","cacholots","cachou","cachous","cachucha","cachuchas","cacique","caciques","caciquism","caciquisms","cack","cackermander","cackermanders","cackier","cackiest","cackle","cackleberries","cackleberry","cackled","cackler","cacklers","cackles","cackling","cacks","cacky","cacodaemon","cacodaemons","cacodemon","cacodemonic","cacodemons","cacodoxies","cacodoxy","cacodyl","cacodylic","cacodyls","cacoepies","cacoepistic","cacoepy","cacoethes","cacoethic","cacogastric","cacogenic","cacogenics","cacographer","cacographers","cacographic","cacographical","cacographies","cacography","cacolet","cacolets","cacologies","cacology","cacomistle","cacomistles","cacomixl","cacomixle","cacomixles","cacomixls","caconym","caconymies","caconyms","caconymy","cacoon","cacoons","cacophonic","cacophonical","cacophonically","cacophonies","cacophonious","cacophonous","cacophonously","cacophony","cacotopia","cacotopian","cacotopias","cacotrophies","cacotrophy","cactaceous","cacti","cactiform","cactoblastes","cactoblastis","cactoid","cactus","cactuses","cacumen","cacumina","cacuminal","cacuminals","cacuminous","cad","cadaga","cadagas","cadagi","cadagis","cadaster","cadasters","cadastral","cadastrally","cadastre","cadastres","cadaver","cadaveric","cadaverine","cadaverines","cadaverous","cadaverously","cadaverousness","cadavers","caddice","caddices","caddie","caddied","caddies","caddis","caddised","caddises","caddisflies","caddisfly","caddish","caddishly","caddishness","caddishnesses","caddisworm","caddisworms","caddy","caddying","caddyss","caddysses","cade","cadeau","cadeaux","cadee","cadees","cadelle","cadelles","cadence","cadenced","cadences","cadencies","cadencing","cadency","cadent","cadential","cadenza","cadenzas","cades","cadet","cadets","cadetship","cadetships","cadge","cadged","cadger","cadgers","cadges","cadgier","cadgiest","cadging","cadgy","cadi","cadie","cadies","cadis","cadmic","cadmium","cadmiums","cadrans","cadranses","cadre","cadres","cads","caduac","caduacs","caducean","caducei","caduceus","caducities","caducity","caducous","caeca","caecal","caecally","caecilian","caecilians","caecitis","caecitises","caecum","caenogeneses","caenogenesis","caenogenetic","caeoma","caeomas","caerule","caerulean","caesalpinoid","caesar","caesarean","caesareans","caesarian","caesarians","caesarism","caesarisms","caesaropapism","caesaropapisms","caesars","caese","caesious","caesium","caesiums","caespitose","caespitosely","caestus","caestuses","caesura","caesurae","caesural","caesuras","caesuric","cafard","cafards","cafe","cafes","cafeteria","cafeterias","cafetiere","cafetieres","cafetoria","cafetorium","cafetoriums","caff","caffein","caffeinated","caffeinating","caffeine","caffeines","caffeinic","caffeinism","caffeinisms","caffeins","caffeism","caffeisms","caffila","caffilas","caffs","cafila","cafilas","caftan","caftaned","caftans","cag","caganer","caganers","cage","caged","cageful","cagefuls","cagelike","cageling","cagelings","cager","cagers","cages","cagework","cageworks","cagey","cageyness","cageynesses","cagier","cagiest","cagily","caginess","caginesses","caging","cagmag","cagmagged","cagmagging","cagmags","cagot","cagots","cagoul","cagoule","cagoules","cagouls","cags","cagy","cagyness","cagynesses","cahier","cahiers","cahoot","cahoots","cahow","cahows","caid","caids","caillach","caillachs","caille","cailleach","cailleachs","cailles","cailliach","cailliachs","caimac","caimacam","caimacams","caimacs","caiman","caimans","cain","cainogeneses","cainogenesis","cainogenetic","cains","caique","caiques","caird","cairds","cairn","cairned","cairngorm","cairngorms","cairnier","cairniest","cairns","cairny","caisson","caissons","caitiff","caitiffs","caitive","caitives","cajaput","cajaputs","cajeput","cajeputs","cajole","cajoled","cajolement","cajolements","cajoler","cajoleries","cajolers","cajolery","cajoles","cajoling","cajolingly","cajon","cajones","cajun","cajuput","cajuputs","cake","caked","cakes","cakewalk","cakewalked","cakewalker","cakewalkers","cakewalking","cakewalks","cakey","cakier","cakiest","cakiness","cakinesses","caking","cakings","caky","calabash","calabashes","calabaza","calabazas","calabogus","calaboguses","calaboose","calabooses","calabrese","calabreses","caladium","caladiums","calaloo","calaloos","calalu","calalus","calamanco","calamancoes","calamancos","calamander","calamanders","calamar","calamari","calamaries","calamaris","calamars","calamary","calamata","calamatas","calami","calamine","calamined","calamines","calamining","calamint","calamints","calamite","calamites","calamities","calamitous","calamitously","calamitousness","calamity","calamondin","calamondins","calamus","calando","calandria","calandrias","calanthe","calanthes","calash","calashes","calathea","calatheas","calathi","calathos","calathus","calavance","calavances","calaverite","calaverites","calcanea","calcaneal","calcanean","calcanei","calcaneum","calcaneus","calcar","calcarate","calcareous","calcareously","calcaria","calcariferous","calcariform","calcarine","calcars","calceamenta","calceamentum","calceate","calceated","calceates","calceating","calced","calcedonies","calcedonio","calcedonios","calcedony","calceiform","calceolaria","calceolarias","calceolate","calces","calcic","calcicole","calcicoles","calcicolous","calciferol","calciferols","calciferous","calcific","calcification","calcifications","calcified","calcifies","calcifugal","calcifuge","calcifuges","calcifugous","calcify","calcifying","calcigerous","calcimine","calcimined","calcimines","calcimining","calcinable","calcination","calcinations","calcine","calcined","calcines","calcining","calcinoses","calcinosis","calcite","calcites","calcitic","calcitonin","calcitonins","calcium","calciums","calcrete","calcretes","calcsinter","calcsinters","calcspar","calcspars","calctufa","calctufas","calctuff","calctuffs","calculabilities","calculability","calculable","calculably","calcular","calculary","calculate","calculated","calculatedly","calculatedness","calculatednesses","calculates","calculating","calculatingly","calculation","calculational","calculations","calculative","calculator","calculators","calculi","calculose","calculous","calculus","calculuses","caldaria","caldarium","caldera","calderas","caldron","caldrons","caleche","caleches","calefacient","calefacients","calefaction","calefactions","calefactive","calefactor","calefactories","calefactors","calefactory","calefied","calefies","calefy","calefying","calembour","calembours","calendal","calendar","calendared","calendarer","calendarers","calendaring","calendarisation","calendarise","calendarised","calendarises","calendarising","calendarist","calendarists","calendarization","calendarize","calendarized","calendarizes","calendarizing","calendars","calender","calendered","calenderer","calenderers","calendering","calenderings","calenders","calendrer","calendrers","calendric","calendrical","calendries","calendry","calends","calendula","calendulas","calenture","calentures","calesa","calesas","calescence","calescences","calescent","calf","calfdozer","calfdozers","calfless","calflick","calflicks","calflike","calfs","calfskin","calfskins","caliatour","caliatours","caliber","calibered","calibers","calibrate","calibrated","calibrater","calibraters","calibrates","calibrating","calibration","calibrations","calibrator","calibrators","calibre","calibred","calibres","calices","caliche","caliches","calicle","calicles","calico","calicoes","calicos","calicular","calid","calidities","calidity","calif","califate","califates","califont","califonts","californium","californiums","califs","caliginosities","caliginosity","caliginous","caligo","caligoes","caligos","calima","calimas","calimocho","calimochos","caliologies","caliology","calipash","calipashes","calipee","calipees","caliper","calipered","calipering","calipers","caliph","caliphal","caliphate","caliphates","caliphs","calisaya","calisayas","calisthenic","calisthenics","caliver","calivers","calix","calk","calked","calker","calkers","calkin","calking","calkings","calkins","calks","call","calla","callable","callaides","callais","callaloo","callaloos","callan","callans","callant","callants","callas","callback","callbacks","callboard","callboards","callboy","callboys","called","callee","callees","caller","callers","callet","callets","calliature","calliatures","callid","callidities","callidity","calligram","calligramme","calligrammes","calligrams","calligrapher","calligraphers","calligraphic","calligraphical","calligraphically","calligraphies","calligraphist","calligraphists","calligraphy","calling","callings","calliope","calliopes","calliopsis","callipash","callipashes","callipee","callipees","calliper","callipered","callipering","callipers","callipygean","callipygian","callipygous","callistemon","callistemons","callisthenic","callisthenics","callithump","callithumpian","callithumps","callop","callops","callose","calloses","callosities","callosity","callous","calloused","callouses","callousing","callously","callousness","callousnesses","callow","callower","callowest","callowness","callownesses","callows","calls","calltime","calltimes","calluna","callunas","callus","callused","calluses","callusing","calm","calmant","calmants","calmative","calmatives","calmed","calmer","calmest","calmier","calmiest","calming","calmingly","calmings","calmly","calmness","calmnesses","calmodulin","calmodulins","calms","calmstane","calmstanes","calmstone","calmstones","calmy","calo","calomel","calomels","calorescence","calorescences","calorescent","caloric","calorically","caloricities","caloricity","calorics","calorie","calories","calorific","calorifically","calorification","calorifications","calorifier","calorifiers","calorimeter","calorimeters","calorimetric","calorimetrical","calorimetrically","calorimetries","calorimetry","calorise","calorised","calorises","calorising","calorist","calorists","calorize","calorized","calorizes","calorizing","calory","calos","calotte","calottes","calotype","calotypes","calotypist","calotypists","caloyer","caloyers","calp","calpa","calpac","calpack","calpacks","calpacs","calpain","calpains","calpas","calps","calque","calqued","calques","calquing","caltha","calthas","calthrop","calthrops","caltrap","caltraps","caltrop","caltrops","calumba","calumbas","calumet","calumets","calumniable","calumniate","calumniated","calumniates","calumniating","calumniation","calumniations","calumniator","calumniators","calumniatory","calumnies","calumnious","calumniously","calumny","calutron","calutrons","calvados","calvadoses","calvaria","calvarial","calvarian","calvarias","calvaries","calvarium","calvariums","calvary","calve","calved","calver","calvered","calvering","calvers","calves","calving","calvities","calx","calxes","calycanthemies","calycanthemy","calycanthus","calycanthuses","calycate","calyceal","calyces","calyciform","calycinal","calycine","calycle","calycled","calycles","calycoid","calycoideous","calycular","calyculate","calycule","calycules","calyculi","calyculus","calypso","calypsoes","calypsonian","calypsonians","calypsos","calypter","calyptera","calypteras","calypters","calyptra","calyptras","calyptrate","calyptrogen","calyptrogens","calyx","calyxes","calzone","calzones","calzoni","cam","cama","camaieu","camaieux","camail","camailed","camails","caman","camanachd","camanachds","camans","camaraderie","camaraderies","camarilla","camarillas","camaron","camarons","camas","camases","camash","camashes","camass","camasses","camber","cambered","cambering","camberings","cambers","cambia","cambial","cambiform","cambism","cambisms","cambist","cambistries","cambistry","cambists","cambium","cambiums","camboge","camboges","cambogia","cambogias","camboose","cambooses","cambrel","cambrels","cambric","cambrics","camcorder","camcorders","came","camel","camelback","camelbacks","cameleer","cameleers","cameleon","cameleons","cameleopard","cameleopards","camelhair","camelhairs","camelia","camelias","camelid","camelids","cameline","camelines","camelish","camellia","camellias","camellike","cameloid","cameloids","camelopard","camelopards","camelot","camelots","camelries","camelry","camels","cameo","cameoed","cameoing","cameos","camera","camerae","cameral","cameraman","cameramen","cameraperson","camerapersons","cameras","camerated","cameration","camerations","camerawoman","camerawomen","camerawork","cameraworks","camerlengo","camerlengos","camerlingo","camerlingos","cames","camese","cameses","camiknickers","camiknicks","camion","camions","camis","camisa","camisade","camisades","camisado","camisadoes","camisados","camisas","camise","camises","camisia","camisias","camisole","camisoles","camlet","camlets","cammed","cammie","cammies","camming","camo","camogie","camogies","camomile","camomiles","camoodi","camoodis","camorra","camorras","camorrist","camorrista","camorristi","camorrists","camos","camote","camotes","camouflage","camouflageable","camouflaged","camouflages","camouflagic","camouflaging","camouflet","camouflets","camoufleur","camoufleurs","camp","campagna","campagnas","campagne","campaign","campaigned","campaigner","campaigners","campaigning","campaigns","campana","campanas","campanero","campaneros","campaniform","campanile","campaniles","campanili","campanist","campanists","campanologer","campanologers","campanological","campanologies","campanologist","campanologists","campanology","campanula","campanulaceous","campanular","campanulas","campanulate","campcraft","campcrafts","campeachy","campeador","campeadors","camped","camper","camperies","campers","campery","campesino","campesinos","campest","campestral","campestrian","campfire","campfires","campground","campgrounds","camphane","camphanes","camphene","camphenes","camphine","camphines","camphire","camphires","camphol","camphols","camphone","camphones","camphor","camphoraceous","camphorate","camphorated","camphorates","camphorating","camphoric","camphors","campi","campier","campiest","campily","campimetries","campimetry","campiness","campinesses","camping","campings","campion","campions","cample","campled","camples","campling","camply","campness","campnesses","campo","campodeid","campodeids","campodeiform","campong","campongs","camporee","camporees","campos","campout","campouts","camps","campshirt","campshirts","campsite","campsites","campstool","campstools","campus","campused","campuses","campusing","campy","campylobacter","campylobacters","campylotropous","cams","camshaft","camshafts","camsho","camshoch","camstairy","camstane","camstanes","camsteary","camsteerie","camstone","camstones","camus","camuses","camwood","camwoods","can","canada","canadas","canaigre","canaigres","canaille","canailles","canakin","canakins","canal","canalboat","canalboats","canaled","canalicular","canaliculate","canaliculated","canaliculi","canaliculus","canaling","canalisation","canalisations","canalise","canalised","canalises","canalising","canalization","canalizations","canalize","canalized","canalizes","canalizing","canalled","canaller","canallers","canalling","canals","canape","canapes","canard","canards","canaried","canaries","canary","canarying","canasta","canastas","canaster","canasters","canbank","canbanks","cancan","cancans","cancel","cancelable","cancelation","cancelations","cancelbot","cancelbots","canceled","canceleer","canceleered","canceleering","canceleers","canceler","cancelers","cancelier","canceliered","canceliering","canceliers","canceling","cancellable","cancellarial","cancellarian","cancellariate","cancellariates","cancellate","cancellated","cancellation","cancellations","cancelled","canceller","cancellers","cancelli","cancelling","cancellous","cancels","cancer","cancerate","cancerated","cancerates","cancerating","canceration","cancerations","cancered","cancerophobia","cancerophobias","cancerous","cancerously","cancerphobia","cancerphobias","cancers","cancha","canchas","cancionero","cancioneros","cancriform","cancrine","cancrizans","cancroid","cancroids","candela","candelabra","candelabras","candelabrum","candelabrums","candelas","candelilla","candelillas","candent","candescence","candescences","candescent","candescently","candid","candida","candidacies","candidacy","candidal","candidas","candidate","candidates","candidateship","candidateships","candidature","candidatures","candider","candidest","candidiases","candidiasis","candidly","candidness","candidnesses","candids","candie","candied","candies","candiru","candirus","candle","candleberries","candleberry","candled","candlefish","candlefishes","candleholder","candleholders","candlelight","candlelighted","candlelighter","candlelighters","candlelights","candlelit","candlenut","candlenuts","candlepin","candlepins","candlepower","candlepowers","candler","candlers","candles","candlesnuffer","candlesnuffers","candlestick","candlesticks","candlewick","candlewicks","candlewood","candlewoods","candling","candock","candocks","candor","candors","candour","candours","candy","candyfloss","candyflosses","candygram","candygrams","candying","candyman","candymen","candytuft","candytufts","cane","canebrake","canebrakes","caned","canefruit","canefruits","canegrub","canegrubs","caneh","canehs","canella","canellas","canellini","canephor","canephora","canephoras","canephore","canephores","canephors","canephorus","canephoruses","caner","caners","canes","canescence","canescences","canescent","caneware","canewares","canfield","canfields","canful","canfuls","cang","cangle","cangled","cangles","cangling","cangs","cangue","cangues","canicular","canid","canids","canier","caniest","canikin","canikins","canine","canines","caning","canings","caninities","caninity","canistel","canistels","canister","canistered","canistering","canisterisation","canisterise","canisterised","canisterises","canisterising","canisterization","canisterize","canisterized","canisterizes","canisterizing","canisters","canities","canker","cankered","cankeredly","cankeredness","cankerednesses","cankering","cankerous","cankers","cankerworm","cankerworms","cankery","cankle","cankles","cann","canna","cannabic","cannabin","cannabinoid","cannabinoids","cannabinol","cannabinols","cannabins","cannabis","cannabises","cannach","cannachs","cannae","cannas","canned","cannel","cannellini","cannelloni","cannelon","canneloni","cannelons","cannels","cannelure","cannelures","canner","canneries","canners","cannery","cannibal","cannibalisation","cannibalise","cannibalised","cannibalises","cannibalising","cannibalism","cannibalisms","cannibalistic","cannibalization","cannibalizations","cannibalize","cannibalized","cannibalizes","cannibalizing","cannibally","cannibals","cannie","cannier","canniest","cannikin","cannikins","cannily","canniness","canninesses","canning","cannings","cannister","cannisters","cannoli","cannolis","cannon","cannonade","cannonaded","cannonades","cannonading","cannonball","cannonballed","cannonballing","cannonballs","cannoned","cannoneer","cannoneers","cannonier","cannoniers","cannoning","cannonries","cannonry","cannons","cannot","canns","cannula","cannulae","cannular","cannulas","cannulate","cannulated","cannulates","cannulating","cannulation","cannulations","canny","canoe","canoeable","canoed","canoeing","canoeings","canoeist","canoeists","canoer","canoers","canoes","canoewood","canoewoods","canola","canolas","canon","canoness","canonesses","canonic","canonical","canonically","canonicals","canonicate","canonicates","canonicities","canonicity","canonisation","canonisations","canonise","canonised","canoniser","canonisers","canonises","canonising","canonist","canonistic","canonists","canonization","canonizations","canonize","canonized","canonizer","canonizers","canonizes","canonizing","canonries","canonry","canons","canoodle","canoodled","canoodler","canoodlers","canoodles","canoodling","canophilia","canophilias","canophilist","canophilists","canophobia","canophobias","canopic","canopied","canopies","canopy","canopying","canorous","canorously","canorousness","canorousnesses","cans","cansful","canso","cansos","canst","canstick","cansticks","cant","cantabank","cantabanks","cantabile","cantabiles","cantal","cantala","cantalas","cantaloup","cantaloupe","cantaloupes","cantaloups","cantals","cantankerous","cantankerously","cantankerousness","cantankerousnesses","cantar","cantars","cantata","cantatas","cantate","cantates","cantatrice","cantatrices","cantatrici","cantdog","cantdogs","canted","canteen","canteens","canter","canterburies","canterbury","canterburys","cantered","cantering","canters","cantest","canthal","canthari","cantharid","cantharidal","cantharides","cantharidian","cantharidic","cantharidin","cantharidins","cantharids","cantharis","cantharus","canthaxanthin","canthaxanthine","canthaxanthines","canthaxanthins","canthi","canthitis","canthitises","canthook","canthooks","canthus","cantic","canticle","canticles","cantico","canticoed","canticoing","canticos","canticoy","canticoyed","canticoying","canticoys","canticum","canticums","cantier","cantiest","cantilena","cantilenas","cantilever","cantilevered","cantilevering","cantilevers","cantillate","cantillated","cantillates","cantillating","cantillation","cantillations","cantillatory","cantily","cantina","cantinas","cantiness","cantinesses","canting","cantingly","cantings","cantion","cantions","cantle","cantled","cantles","cantlet","cantlets","cantling","canto","canton","cantonal","cantoned","cantoning","cantonisation","cantonisations","cantonise","cantonised","cantonises","cantonising","cantonization","cantonizations","cantonize","cantonized","cantonizes","cantonizing","cantonment","cantonments","cantons","cantor","cantorial","cantoris","cantors","cantos","cantraip","cantraips","cantrap","cantraps","cantred","cantreds","cantref","cantrefs","cantrip","cantrips","cants","cantus","canty","canula","canulae","canular","canulas","canulate","canulated","canulates","canulating","canulation","canulations","canvas","canvasback","canvasbacks","canvased","canvaser","canvasers","canvases","canvasing","canvaslike","canvass","canvassed","canvasser","canvassers","canvasses","canvassing","canvassings","cany","canyon","canyoneer","canyoneers","canyoning","canyonings","canyons","canzona","canzonas","canzone","canzones","canzonet","canzonets","canzonetta","canzonettas","canzonette","canzoni","caoutchouc","caoutchoucs","cap","capa","capabilities","capability","capable","capableness","capablenesses","capabler","capablest","capably","capacious","capaciously","capaciousness","capaciousnesses","capacitance","capacitances","capacitate","capacitated","capacitates","capacitating","capacitation","capacitations","capacities","capacitive","capacitively","capacitor","capacitors","capacity","caparison","caparisoned","caparisoning","caparisons","capas","cape","caped","capelan","capelans","capelet","capelets","capelin","capeline","capelines","capelins","capellet","capellets","capelline","capellines","capellini","capellmeister","capellmeisters","caper","capercaillie","capercaillies","capercailzie","capercailzies","capered","caperer","caperers","capering","caperingly","capernoited","capernoitie","capernoities","capernoity","capers","capes","capeskin","capeskins","capework","capeworks","capex","capexes","capful","capfuls","caph","caphs","capi","capias","capiases","capillaceous","capillaire","capillaires","capillaries","capillarities","capillarity","capillary","capillitia","capillitium","capillitiums","caping","capita","capital","capitalisation","capitalisations","capitalise","capitalised","capitalises","capitalising","capitalism","capitalisms","capitalist","capitalistic","capitalistically","capitalists","capitalization","capitalizations","capitalize","capitalized","capitalizes","capitalizing","capitally","capitals","capitan","capitani","capitano","capitanos","capitans","capitate","capitated","capitation","capitations","capitative","capitayn","capitayns","capitella","capitellum","capitol","capitolian","capitoline","capitols","capitula","capitulant","capitulants","capitular","capitularies","capitularly","capitulars","capitulary","capitulate","capitulated","capitulates","capitulating","capitulation","capitulations","capitulator","capitulators","capitulatory","capitulum","capiz","capizes","caple","caples","capless","caplet","caplets","caplin","caplins","capmaker","capmakers","capnomancies","capnomancy","capo","capocchia","capocchias","capodastro","capodastros","capoeira","capoeiras","capon","caponata","caponatas","caponier","caponiere","caponieres","caponiers","caponise","caponised","caponises","caponising","caponize","caponized","caponizes","caponizing","capons","caporal","caporals","capos","capot","capotasto","capotastos","capote","capotes","capots","capotted","capotting","capouch","capouches","capparidaceous","capped","cappelletti","capper","cappernoities","cappernoity","cappers","capping","cappings","cappuccini","cappuccino","cappuccinos","caprate","caprates","capreolate","capric","capricci","capriccio","capriccios","capriccioso","caprice","caprices","capricious","capriciously","capriciousness","capriciousnesses","caprid","caprids","caprification","caprifications","caprified","caprifies","caprifig","caprifigs","caprifoil","caprifoils","caprifole","caprifoles","caprifoliaceous","capriform","caprify","caprifying","caprine","capriole","caprioled","caprioles","caprioling","capris","caproate","caproates","caprock","caprocks","caproic","caprolactam","caprolactams","caprylate","caprylates","caprylic","caps","capsaicin","capsaicins","capsicin","capsicins","capsicum","capsicums","capsid","capsidal","capsids","capsizable","capsizal","capsizals","capsize","capsized","capsizes","capsizing","capsomer","capsomere","capsomeres","capsomers","capstan","capstans","capstone","capstones","capsular","capsulary","capsulate","capsulated","capsulation","capsulations","capsule","capsuled","capsules","capsuling","capsulise","capsulised","capsulises","capsulising","capsulize","capsulized","capsulizes","capsulizing","captain","captaincies","captaincy","captained","captaining","captainries","captainry","captains","captainship","captainships","captan","captans","caption","captioned","captioning","captionless","captions","captious","captiously","captiousness","captiousnesses","captivance","captivances","captivate","captivated","captivates","captivating","captivatingly","captivation","captivations","captivator","captivators","captivaunce","captivaunces","captive","captived","captives","captiving","captivities","captivity","captopril","captoprils","captor","captors","capture","captured","capturer","capturers","captures","capturing","capuccio","capuccios","capuche","capuched","capuches","capuchin","capuchins","capuera","capueras","capul","capuls","caput","capybara","capybaras","car","carabao","carabaos","carabid","carabids","carabin","carabine","carabineer","carabineers","carabiner","carabinero","carabineros","carabiners","carabines","carabinier","carabiniere","carabinieri","carabiniers","carabins","caracal","caracals","caracara","caracaras","carack","caracks","caracol","caracole","caracoled","caracoler","caracolers","caracoles","caracoling","caracolled","caracolling","caracols","caract","caracts","caracul","caraculs","carafe","carafes","caragana","caraganas","carageen","carageenan","carageenans","carageens","caramba","carambola","carambolas","carambole","caramboled","caramboles","caramboling","caramel","caramelisation","caramelisations","caramelise","caramelised","caramelises","caramelising","caramelization","caramelizations","caramelize","caramelized","caramelizes","caramelizing","caramelled","caramelling","caramels","carangid","carangids","carangoid","carangoids","caranna","carannas","carap","carapace","carapaced","carapaces","carapacial","carapax","carapaxes","caraps","carassow","carassows","carat","carate","carates","carats","carauna","caraunas","caravan","caravance","caravances","caravaned","caravaneer","caravaneers","caravaner","caravaners","caravanette","caravanettes","caravaning","caravanings","caravanned","caravanner","caravanners","caravanning","caravannings","caravans","caravansarai","caravansarais","caravansaries","caravansary","caravanserai","caravanserais","caravel","caravelle","caravelles","caravels","caraway","caraways","carb","carbachol","carbachols","carbamate","carbamates","carbamazepine","carbamazepines","carbamic","carbamide","carbamides","carbamidine","carbamidines","carbamino","carbamoyl","carbamoyls","carbamyl","carbamyls","carbanion","carbanions","carbarn","carbarns","carbaryl","carbaryls","carbazole","carbazoles","carbeen","carbeens","carbene","carbenes","carbide","carbides","carbies","carbimazole","carbimazoles","carbine","carbineer","carbineers","carbines","carbinier","carbiniers","carbinol","carbinols","carbo","carbocyclic","carbohydrase","carbohydrases","carbohydrate","carbohydrates","carbolated","carbolic","carbolics","carbolise","carbolised","carbolises","carbolising","carbolize","carbolized","carbolizes","carbolizing","carbon","carbonaceous","carbonade","carbonades","carbonado","carbonadoed","carbonadoes","carbonadoing","carbonados","carbonara","carbonaras","carbonate","carbonated","carbonates","carbonating","carbonation","carbonations","carbonatite","carbonatites","carbonette","carbonettes","carbonic","carboniferous","carbonisation","carbonisations","carbonise","carbonised","carboniser","carbonisers","carbonises","carbonising","carbonium","carboniums","carbonization","carbonizations","carbonize","carbonized","carbonizer","carbonizers","carbonizes","carbonizing","carbonless","carbonnade","carbonnades","carbonous","carbons","carbonyl","carbonylate","carbonylated","carbonylates","carbonylating","carbonylation","carbonylations","carbonylic","carbonyls","carbora","carboras","carbos","carboxyl","carboxylase","carboxylases","carboxylate","carboxylated","carboxylates","carboxylating","carboxylation","carboxylations","carboxylic","carboxyls","carboxymethylcellulose","carboxymethylcelluloses","carboxypeptidase","carboxypeptidases","carboy","carboyed","carboys","carbs","carbuncle","carbuncled","carbuncles","carbuncular","carburate","carburated","carburates","carburating","carburation","carburations","carburet","carbureted","carbureter","carbureters","carbureting","carburetion","carburetions","carburetor","carburetors","carburets","carburetted","carburetter","carburetters","carburetting","carburettor","carburettors","carburisation","carburisations","carburise","carburised","carburises","carburising","carburization","carburizations","carburize","carburized","carburizes","carburizing","carby","carbylamine","carbylamines","carcajou","carcajous","carcake","carcakes","carcanet","carcanets","carcase","carcased","carcases","carcasing","carcass","carcassed","carcasses","carcassing","carcel","carcels","carceral","carcinogen","carcinogeneses","carcinogenesis","carcinogenic","carcinogenicities","carcinogenicity","carcinogens","carcinoid","carcinoids","carcinological","carcinologies","carcinologist","carcinologists","carcinology","carcinoma","carcinomas","carcinomata","carcinomatoid","carcinomatoses","carcinomatosis","carcinomatosises","carcinomatous","carcinosarcoma","carcinosarcomas","carcinosarcomata","carcinoses","carcinosis","card","cardamine","cardamines","cardamom","cardamoms","cardamon","cardamons","cardamum","cardamums","cardan","cardboard","cardboards","cardboardy","cardcase","cardcases","cardecu","cardecue","cardecues","cardecus","carded","carder","carders","cardholder","cardholders","cardi","cardia","cardiac","cardiacal","cardiacs","cardiae","cardialgia","cardialgias","cardialgic","cardialgies","cardialgy","cardias","cardie","cardies","cardigan","cardiganed","cardigans","cardinal","cardinalate","cardinalates","cardinalatial","cardinalitial","cardinalities","cardinality","cardinally","cardinals","cardinalship","cardinalships","carding","cardings","cardio","cardiocenteses","cardiocentesis","cardiogenic","cardiogram","cardiograms","cardiograph","cardiographer","cardiographers","cardiographic","cardiographical","cardiographies","cardiographs","cardiography","cardioid","cardioids","cardiological","cardiologies","cardiologist","cardiologists","cardiology","cardiomegalies","cardiomegaly","cardiomotor","cardiomyopathies","cardiomyopathy","cardiopathies","cardiopathy","cardioplegia","cardioplegias","cardiopulmonary","cardiorespiratory","cardios","cardiothoracic","cardiotonic","cardiotonics","cardiovascular","cardis","carditic","carditis","carditises","cardon","cardons","cardoon","cardoons","cardophagi","cardophagus","cardphone","cardphones","cardplayer","cardplayers","cardpunch","cardpunches","cards","cardsharp","cardsharper","cardsharpers","cardsharping","cardsharpings","cardsharps","carduaceous","carduus","carduuses","cardy","care","cared","careen","careenage","careenages","careened","careener","careeners","careening","careens","career","careered","careerer","careerers","careering","careerism","careerisms","careerist","careerists","careers","carefree","carefreeness","carefreenesses","careful","carefuller","carefullest","carefully","carefulness","carefulnesses","caregiver","caregivers","caregiving","caregivings","careless","carelessly","carelessness","carelessnesses","careline","carelines","careme","caremes","carer","carers","cares","caress","caressed","caresser","caressers","caresses","caressing","caressingly","caressings","caressive","caressively","caret","caretake","caretaken","caretaker","caretakers","caretakes","caretaking","caretakings","caretook","carets","careware","carewares","careworker","careworkers","careworn","carex","carfare","carfares","carfax","carfaxes","carfox","carfoxes","carfuffle","carfuffled","carfuffles","carfuffling","carful","carfuls","cargeese","cargo","cargoed","cargoes","cargoing","cargoose","cargos","carhop","carhopped","carhopping","carhops","cariacou","cariacous","cariama","cariamas","caribe","caribes","caribou","caribous","caricatura","caricatural","caricaturas","caricature","caricatured","caricatures","caricaturing","caricaturist","caricaturists","carices","caried","cariere","carieres","caries","carillon","carilloned","carilloning","carillonist","carillonists","carillonned","carillonneur","carillonneurs","carillonning","carillons","carina","carinae","carinal","carinas","carinate","carinated","caring","caringly","carings","carioca","cariocas","cariogenic","cariole","carioles","cariose","cariosities","cariosity","carious","cariousness","cariousnesses","caritas","caritases","caritates","carjack","carjacked","carjacker","carjackers","carjacking","carjackings","carjacks","carjacou","carjacous","cark","carked","carking","carks","carl","carle","carles","carless","carlin","carline","carlines","carling","carlings","carlins","carlish","carload","carloads","carlock","carlocks","carlot","carlots","carls","carmagnole","carmagnoles","carmaker","carmakers","carman","carmelite","carmelites","carmen","carminative","carminatives","carmine","carmines","carn","carnage","carnages","carnahuba","carnahubas","carnal","carnalise","carnalised","carnalises","carnalising","carnalism","carnalisms","carnalist","carnalists","carnalities","carnality","carnalize","carnalized","carnalizes","carnalizing","carnalled","carnalling","carnallite","carnallites","carnally","carnals","carnaptious","carnaroli","carnarolis","carnassial","carnassials","carnation","carnationed","carnations","carnauba","carnaubas","carnelian","carnelians","carneous","carnet","carnets","carney","carneyed","carneying","carneys","carnie","carnied","carnier","carnies","carniest","carnifex","carnifexes","carnification","carnifications","carnificial","carnified","carnifies","carnify","carnifying","carnitine","carnitines","carnival","carnivalesque","carnivals","carnivora","carnivore","carnivores","carnivories","carnivorous","carnivorously","carnivorousness","carnivorousnesses","carnivory","carnosaur","carnosaurs","carnose","carnosities","carnosity","carnotite","carnotites","carns","carny","carnying","carnyx","carnyxes","caroach","caroaches","carob","carobs","caroch","caroche","caroches","carol","caroled","caroler","carolers","caroli","caroling","carolings","carolled","caroller","carollers","carolling","carollings","carols","carolus","caroluses","carom","caromed","caromel","caromelled","caromelling","caromels","caroming","caroms","caron","carons","carotene","carotenes","carotenoid","carotenoids","carotid","carotidal","carotids","carotin","carotinoid","carotinoids","carotins","carousal","carousals","carouse","caroused","carousel","carousels","carouser","carousers","carouses","carousing","carousingly","carousings","carp","carpaccio","carpaccios","carpal","carpale","carpales","carpalia","carpals","carped","carpel","carpellary","carpellate","carpellates","carpels","carpentaria","carpentarias","carpenter","carpentered","carpentering","carpenters","carpentries","carpentry","carper","carpers","carpet","carpetbag","carpetbagged","carpetbagger","carpetbaggeries","carpetbaggers","carpetbaggery","carpetbagging","carpetbags","carpeted","carpeting","carpetings","carpetmonger","carpetmongers","carpets","carpetweed","carpetweeds","carphologies","carphology","carphone","carphones","carpi","carping","carpingly","carpings","carpogonia","carpogonial","carpogonium","carpological","carpologies","carpologist","carpologists","carpology","carpometacarpi","carpometacarpus","carpool","carpooled","carpooler","carpoolers","carpooling","carpoolings","carpools","carpophagous","carpophore","carpophores","carport","carports","carpospore","carpospores","carps","carpus","carr","carrack","carracks","carract","carracts","carrageen","carrageenan","carrageenans","carrageenin","carrageenins","carrageens","carragheen","carragheenan","carragheenans","carragheenin","carragheenins","carragheens","carrat","carrats","carraway","carraways","carrect","carrects","carrefour","carrefours","carrel","carrell","carrells","carrels","carriage","carriageable","carriages","carriageway","carriageways","carrick","carried","carrier","carriers","carries","carriole","carrioles","carrion","carrions","carritch","carritches","carriwitchet","carriwitchets","carroch","carroches","carrom","carromed","carroming","carroms","carron","carronade","carronades","carrot","carrotier","carrotiest","carrotin","carrotins","carrots","carrottop","carrottopped","carrottops","carroty","carrousel","carrousels","carrs","carry","carryall","carryalls","carryback","carrybacks","carrycot","carrycots","carryforward","carryforwards","carrying","carryon","carryons","carryout","carryouts","carryover","carryovers","carrytale","carrytales","cars","carse","carses","carsey","carseys","carshare","carshared","carshares","carsharing","carsharings","carsick","carsickness","carsicknesses","cart","carta","cartable","cartage","cartages","cartas","carte","carted","cartel","cartelisation","cartelisations","cartelise","cartelised","cartelises","cartelising","cartelism","cartelisms","cartelist","cartelists","cartelization","cartelizations","cartelize","cartelized","cartelizes","cartelizing","cartels","carter","carters","cartes","cartful","cartfuls","carthamine","carthamines","carthorse","carthorses","cartilage","cartilages","cartilaginous","carting","cartload","cartloads","cartogram","cartograms","cartographer","cartographers","cartographic","cartographical","cartographically","cartographies","cartography","cartological","cartologies","cartology","cartomancies","cartomancy","carton","cartonage","cartonages","cartoned","cartoning","cartonnage","cartonnages","cartons","cartoon","cartooned","cartooning","cartoonings","cartoonish","cartoonishly","cartoonist","cartoonists","cartoonlike","cartoons","cartoony","cartop","cartophile","cartophiles","cartophilic","cartophilies","cartophilist","cartophilists","cartophily","cartopper","cartoppers","cartouch","cartouche","cartouches","cartridge","cartridges","cartroad","cartroads","carts","cartularies","cartulary","cartway","cartways","cartwheel","cartwheeled","cartwheeler","cartwheelers","cartwheeling","cartwheels","cartwright","cartwrights","carucage","carucages","carucate","carucates","caruncle","caruncles","caruncular","carunculate","carunculated","carunculous","carvacrol","carvacrols","carve","carved","carvel","carvels","carven","carver","carveries","carvers","carvery","carves","carvies","carving","carvings","carvy","carwash","carwashes","caryatic","caryatid","caryatidal","caryatidean","caryatides","caryatidic","caryatids","caryopses","caryopsides","caryopsis","caryopteris","caryopterises","caryotin","caryotins","casa","casaba","casabas","casas","casava","casavas","casbah","casbahs","cascabel","cascabels","cascable","cascables","cascade","cascaded","cascades","cascading","cascadura","cascaduras","cascara","cascaras","cascarilla","cascarillas","caschrom","caschroms","casco","cascos","case","casease","caseases","caseate","caseated","caseates","caseating","caseation","caseations","casebearer","casebearers","casebook","casebooks","casebound","cased","casefied","casefies","casefy","casefying","caseic","casein","caseinate","caseinates","caseinogen","caseinogens","caseins","caseload","caseloads","casemaker","casemakers","caseman","casemate","casemated","casemates","casemen","casement","casemented","casements","casemix","casemixes","caseose","caseoses","caseous","casern","caserne","casernes","caserns","cases","casette","casettes","casevac","casevaced","casevacing","casevacs","casework","caseworker","caseworkers","caseworks","caseworm","caseworms","cash","cashable","cashaw","cashaws","cashback","cashbacks","cashbook","cashbooks","cashbox","cashboxes","cashed","cashes","cashew","cashews","cashier","cashiered","cashierer","cashierers","cashiering","cashierings","cashierment","cashierments","cashiers","cashing","cashless","cashmere","cashmeres","cashoo","cashoos","cashpoint","cashpoints","casimere","casimeres","casimire","casimires","casing","casinghead","casingheads","casings","casini","casino","casinos","casita","casitas","cask","casked","casket","casketed","casketing","caskets","caskier","caskiest","casking","casks","caskstand","caskstands","casky","caspase","caspases","casque","casqued","casques","cassaba","cassabas","cassareep","cassareeps","cassata","cassatas","cassation","cassations","cassava","cassavas","cassena","cassenas","cassene","cassenes","casserole","casseroled","casseroles","casseroling","cassette","cassettes","cassia","cassias","cassimere","cassimeres","cassina","cassinas","cassine","cassines","cassingle","cassingles","cassino","cassinos","cassiopeium","cassiopeiums","cassis","cassises","cassiterite","cassiterites","cassock","cassocked","cassocks","cassolette","cassolettes","cassonade","cassonades","cassone","cassones","cassoulet","cassoulets","cassowaries","cassowary","casspir","casspirs","cassumunar","cassumunars","cast","castabilities","castability","castable","castanet","castanets","castanospermine","castaway","castaways","caste","casted","casteism","casteisms","casteless","castella","castellan","castellans","castellated","castellation","castellations","castellum","castellums","caster","casters","castes","castigate","castigated","castigates","castigating","castigation","castigations","castigator","castigators","castigatory","casting","castings","castle","castled","castles","castling","castock","castocks","castoff","castoffs","castor","castoreum","castoreums","castories","castors","castory","castral","castrametation","castrametations","castrate","castrated","castrater","castraters","castrates","castrati","castrating","castration","castrations","castrato","castrator","castrators","castratory","castratos","casts","casual","casualisation","casualisations","casualise","casualised","casualises","casualising","casualism","casualisms","casualization","casualizations","casualize","casualized","casualizes","casualizing","casually","casualness","casualnesses","casuals","casualties","casualty","casuarina","casuarinas","casuist","casuistic","casuistical","casuistically","casuistries","casuistry","casuists","casus","cat","catabases","catabasis","catabatic","catabolic","catabolically","catabolise","catabolised","catabolises","catabolising","catabolism","catabolisms","catabolite","catabolites","catabolize","catabolized","catabolizes","catabolizing","catacaustic","catacaustics","catachreses","catachresis","catachrestic","catachrestical","catachrestically","cataclases","cataclasis","cataclasm","cataclasmic","cataclasms","cataclastic","cataclinal","cataclysm","cataclysmal","cataclysmic","cataclysmically","cataclysms","catacomb","catacombs","catacoustics","catacumbal","catadioptric","catadioptrical","catadromous","catafalco","catafalcoes","catafalque","catafalques","catalase","catalases","catalatic","catalectic","catalectics","catalepsies","catalepsy","cataleptic","cataleptically","cataleptics","catalexes","catalexis","catallactic","catallactically","catallactics","catalo","cataloes","catalog","cataloged","cataloger","catalogers","catalogic","cataloging","catalogise","catalogised","catalogises","catalogising","catalogize","catalogized","catalogizes","catalogizing","catalogs","catalogue","catalogued","cataloguer","cataloguers","catalogues","cataloguing","cataloguise","cataloguised","cataloguises","cataloguising","cataloguist","cataloguists","cataloguize","cataloguized","cataloguizes","cataloguizing","catalos","catalpa","catalpas","catalyse","catalysed","catalyser","catalysers","catalyses","catalysing","catalysis","catalyst","catalysts","catalytic","catalytical","catalytically","catalyze","catalyzed","catalyzer","catalyzers","catalyzes","catalyzing","catamaran","catamarans","catamenia","catamenial","catamite","catamites","catamount","catamountain","catamountains","catamounts","catananche","catananches","catapan","catapans","cataphonic","cataphonics","cataphor","cataphora","cataphoras","cataphoreses","cataphoresis","cataphoretic","cataphoretically","cataphoric","cataphorically","cataphors","cataphract","cataphractic","cataphracts","cataphyll","cataphyllary","cataphylls","cataphysical","cataplasia","cataplasias","cataplasm","cataplasms","cataplastic","cataplectic","cataplexies","cataplexy","catapult","catapulted","catapultic","catapultier","catapultiers","catapulting","catapults","cataract","cataractous","cataracts","catarhine","catarrh","catarrhal","catarrhally","catarrhine","catarrhines","catarrhous","catarrhs","catasta","catastas","catastases","catastasis","catastrophe","catastrophes","catastrophic","catastrophically","catastrophism","catastrophisms","catastrophist","catastrophists","catatonia","catatonias","catatonic","catatonically","catatonics","catatonies","catatony","catawba","catawbas","catbird","catbirds","catboat","catboats","catbrier","catbriers","catcall","catcalled","catcaller","catcallers","catcalling","catcalls","catch","catchable","catchall","catchalls","catchcries","catchcry","catched","catchen","catcher","catchers","catches","catchflies","catchfly","catchier","catchiest","catchiness","catchinesses","catching","catchings","catchment","catchments","catchpennies","catchpenny","catchphrase","catchphrases","catchpole","catchpoles","catchpoll","catchpolls","catcht","catchup","catchups","catchwater","catchweed","catchweeds","catchweight","catchword","catchwords","catchy","catclaw","catclaws","catcon","catcons","cate","catecheses","catechesis","catechetic","catechetical","catechetically","catechetics","catechin","catechins","catechisation","catechisations","catechise","catechised","catechiser","catechisers","catechises","catechising","catechisings","catechism","catechismal","catechisms","catechist","catechistic","catechistical","catechistically","catechists","catechization","catechizations","catechize","catechized","catechizer","catechizers","catechizes","catechizing","catechizings","catechol","catecholamine","catecholaminergic","catecholamines","catechols","catechu","catechumen","catechumenal","catechumenate","catechumenates","catechumenical","catechumenism","catechumenisms","catechumens","catechumenship","catechumenships","catechus","categorematic","categorial","categorially","categoric","categorical","categorically","categoricalness","categories","categorisation","categorisations","categorise","categorised","categorises","categorising","categorist","categorists","categorization","categorizations","categorize","categorized","categorizes","categorizing","category","catelog","catelogs","catena","catenaccio","catenaccios","catenae","catenane","catenanes","catenarian","catenaries","catenary","catenas","catenate","catenated","catenates","catenating","catenation","catenations","catenoid","catenoids","catenulate","cater","cateran","caterans","catercorner","catercornered","catered","caterer","caterers","cateress","cateresses","catering","caterings","caterpillar","caterpillars","caters","caterwaul","caterwauled","caterwauler","caterwaulers","caterwauling","caterwaulings","caterwauls","cates","catface","catfaces","catfacing","catfacings","catfall","catfalls","catfight","catfights","catfish","catfishes","catflap","catflaps","catgut","catguts","catharise","catharised","catharises","catharising","catharize","catharized","catharizes","catharizing","catharses","catharsis","cathartic","cathartical","cathartically","cathartics","cathead","catheads","cathect","cathected","cathectic","cathecting","cathects","cathedra","cathedrae","cathedral","cathedrals","cathedras","cathedratic","cathepsin","cathepsins","catheptic","catheter","catheterisation","catheterise","catheterised","catheterises","catheterising","catheterism","catheterisms","catheterization","catheterizations","catheterize","catheterized","catheterizes","catheterizing","catheters","cathetometer","cathetometers","cathetus","cathetuses","cathexes","cathexis","cathisma","cathismas","cathodal","cathodally","cathode","cathodes","cathodic","cathodical","cathodically","cathodograph","cathodographer","cathodographers","cathodographies","cathodographs","cathodography","cathole","catholes","catholic","catholically","catholicate","catholicates","catholicisation","catholicise","catholicised","catholicises","catholicising","catholicism","catholicisms","catholicities","catholicity","catholicization","catholicize","catholicized","catholicizes","catholicizing","catholicly","catholicoi","catholicon","catholicons","catholicos","catholicoses","catholics","catholyte","catholytes","cathood","cathoods","cathouse","cathouses","cation","cationic","cationically","cations","catjang","catjangs","catkin","catkinate","catkins","catlike","catlin","catling","catlings","catlins","catmint","catmints","catnap","catnaper","catnapers","catnapped","catnapper","catnappers","catnapping","catnaps","catnep","catneps","catnip","catnips","catolyte","catolytes","catoptric","catoptrical","catoptrics","catrigged","cats","catskin","catskins","catspaw","catspaws","catsuit","catsuits","catsup","catsups","cattabu","cattabus","cattail","cattails","cattalo","cattaloes","cattalos","catted","catteries","cattery","cattie","cattier","catties","cattiest","cattily","cattiness","cattinesses","catting","cattish","cattishly","cattishness","cattishnesses","cattle","cattleman","cattlemen","cattleya","cattleyas","catty","catwalk","catwalks","catworks","catworm","catworms","cauchemar","cauchemars","caucus","caucused","caucuses","caucusing","caucussed","caucusses","caucussing","cauda","caudad","caudae","caudal","caudally","caudate","caudated","caudates","caudation","caudations","caudex","caudexes","caudices","caudicle","caudicles","caudillismo","caudillismos","caudillo","caudillos","caudle","caudled","caudles","caudling","caudron","caudrons","cauf","caught","cauk","cauker","caukers","cauks","caul","cauld","caulder","cauldest","cauldrife","cauldron","cauldrons","caulds","caules","caulescent","caulicle","caulicles","caulicolous","cauliculate","cauliculi","cauliculus","cauliculuses","cauliflories","cauliflorous","cauliflory","cauliflower","caulifloweret","cauliflowerets","cauliflowers","cauliform","cauligenous","caulinary","cauline","caulis","caulk","caulked","caulker","caulkers","caulking","caulkings","caulks","caulome","caulomes","cauls","caum","caumed","cauming","caums","caumstane","caumstanes","caumstone","caumstones","caup","caups","causa","causabilities","causability","causable","causae","causal","causalgia","causalgias","causalgic","causalities","causality","causally","causals","causation","causational","causationism","causationisms","causationist","causationists","causations","causative","causatively","causativeness","causativenesses","causatives","cause","caused","causeless","causelessly","causelessness","causelessnesses","causen","causer","causerie","causeries","causers","causes","causeway","causewayed","causewaying","causeways","causey","causeyed","causeys","causing","caustic","caustical","caustically","causticities","causticity","causticness","causticnesses","caustics","cautel","cautelous","cautels","cauter","cauterant","cauterants","cauteries","cauterisation","cauterisations","cauterise","cauterised","cauterises","cauterising","cauterism","cauterisms","cauterization","cauterizations","cauterize","cauterized","cauterizes","cauterizing","cauters","cautery","caution","cautionary","cautioned","cautioner","cautioners","cautioning","cautionries","cautionry","cautions","cautious","cautiously","cautiousness","cautiousnesses","cauves","cava","cavalcade","cavalcaded","cavalcades","cavalcading","cavalero","cavaleros","cavaletti","cavalier","cavaliered","cavaliering","cavalierish","cavalierism","cavalierisms","cavalierly","cavaliers","cavalla","cavallas","cavalletti","cavallies","cavally","cavalries","cavalry","cavalryman","cavalrymen","cavas","cavass","cavasses","cavatina","cavatinas","cavatine","cave","caveat","caveated","caveating","caveator","caveators","caveats","caved","cavefish","cavefishes","cavel","cavelike","cavels","caveman","cavemen","cavendish","cavendishes","caver","cavern","caverned","cavernicolous","caverning","cavernous","cavernously","caverns","cavernulous","cavers","caves","cavesson","cavessons","cavetti","cavetto","cavettos","caviar","caviare","caviares","caviarie","caviaries","caviars","cavicorn","cavicorns","cavie","cavier","caviers","cavies","cavil","caviled","caviler","cavilers","caviling","cavillation","cavillations","cavilled","caviller","cavillers","cavilling","cavillings","cavils","caving","cavings","cavitary","cavitate","cavitated","cavitates","cavitating","cavitation","cavitations","cavitied","cavities","cavity","cavort","cavorted","cavorter","cavorters","cavorting","cavorts","cavy","caw","cawed","cawing","cawings","cawk","cawker","cawkers","cawks","caws","caxon","caxons","cay","cayenne","cayenned","cayennes","cayman","caymans","cays","cayuse","cayuses","caz","cazique","caziques","ceanothus","ceanothuses","ceas","cease","ceased","ceasefire","ceasefires","ceaseless","ceaselessly","ceaselessness","ceaselessnesses","ceases","ceasing","ceasings","ceaze","ceazed","ceazes","ceazing","cebadilla","cebadillas","cebid","cebids","ceboid","ceboids","ceca","cecal","cecally","cecils","cecities","cecitis","cecitises","cecity","cecropia","cecropias","cecropin","cecropins","cecum","cecutiencies","cecutiency","cedar","cedarbird","cedarbirds","cedared","cedarn","cedars","cedarwood","cedarwoods","cedary","cede","ceded","ceder","ceders","cedes","cedi","cedilla","cedillas","ceding","cedis","cedrate","cedrates","cedrelaceous","cedrine","cedula","cedulas","cee","cees","ceiba","ceibas","ceil","ceiled","ceiler","ceilers","ceili","ceilidh","ceilidhs","ceiling","ceilinged","ceilings","ceilis","ceilometer","ceilometers","ceils","ceinture","ceintures","cel","celadon","celadons","celandine","celandines","celeb","celebrant","celebrants","celebrate","celebrated","celebratedness","celebratednesses","celebrates","celebrating","celebration","celebrations","celebrative","celebrator","celebrators","celebratory","celebrities","celebrity","celebs","celebutante","celebutantes","celecoxib","celecoxibs","celeriac","celeriacs","celeries","celerities","celerity","celery","celesta","celestas","celeste","celestes","celestial","celestially","celestials","celestine","celestines","celestite","celestites","celiac","celiacs","celibacies","celibacy","celibatarian","celibate","celibates","celibatic","cell","cella","cellae","cellar","cellarage","cellarages","cellared","cellarer","cellarers","cellaret","cellarets","cellarette","cellarettes","cellaring","cellarist","cellarists","cellarman","cellarmen","cellarous","cellars","cellarway","cellarways","cellblock","cellblocks","celled","cellentani","cellentanis","celli","celliferous","celling","cellist","cellists","cellmate","cellmates","cello","cellobiose","cellobioses","celloidin","celloidins","cellophane","cellophanes","cellos","cellose","celloses","cellphone","cellphones","cells","cellular","cellularities","cellularity","cellulars","cellulase","cellulases","cellulated","cellule","cellules","celluliferous","cellulite","cellulites","cellulitides","cellulitis","cellulitises","celluloid","celluloids","cellulolytic","cellulose","celluloses","cellulosic","cellulosics","cellulous","celom","celomata","celomic","celoms","celosia","celosias","celotex","celotexes","cels","celsitude","celsitudes","celt","celts","cembali","cembalist","cembalists","cembalo","cembalos","cembra","cembras","cement","cementa","cementation","cementations","cementatory","cemented","cementer","cementers","cementing","cementite","cementites","cementitious","cements","cementum","cementums","cemeteries","cemetery","cemitare","cemitares","cenacle","cenacles","cendre","cenestheses","cenesthesia","cenesthesias","cenesthesis","cenesthetic","cenobite","cenobites","cenobitic","cenobitical","cenogeneses","cenogenesis","cenogenetic","cenogenetically","cenospecies","cenotaph","cenotaphic","cenotaphs","cenote","cenotes","cenozoic","cens","cense","censed","censer","censers","censes","censing","censor","censorable","censored","censorial","censorian","censoring","censorious","censoriously","censoriousness","censoriousnesses","censors","censorship","censorships","censual","censurabilities","censurability","censurable","censurableness","censurably","censure","censured","censurer","censurers","censures","censuring","census","censused","censuses","censusing","cent","centage","centages","centai","cental","centals","centare","centares","centas","centaur","centaurea","centaureas","centaurian","centauric","centauries","centaurs","centaury","centavo","centavos","centenarian","centenarianism","centenarianisms","centenarians","centenaries","centenary","centenier","centeniers","centennial","centennially","centennials","center","centerboard","centerboards","centered","centeredness","centerednesses","centerfold","centerfolds","centering","centerings","centerless","centerline","centerlines","centerpiece","centerpieces","centers","centeses","centesimal","centesimally","centesimals","centesimi","centesimo","centesimos","centesis","centiare","centiares","centigrade","centigrades","centigram","centigramme","centigrammes","centigrams","centile","centiles","centiliter","centiliters","centilitre","centilitres","centillion","centillions","centillionth","centillionths","centime","centimes","centimeter","centimeters","centimetre","centimetres","centimetric","centimo","centimorgan","centimorgans","centimos","centinel","centinell","centinells","centinels","centipede","centipedes","centipoise","centipoises","centner","centners","cento","centoist","centoists","centonate","centonel","centonell","centonells","centonels","centones","centonist","centonists","centos","centra","central","centraler","centralest","centralisation","centralisations","centralise","centralised","centraliser","centralisers","centralises","centralising","centralism","centralisms","centralist","centralistic","centralists","centralities","centrality","centralization","centralizations","centralize","centralized","centralizer","centralizers","centralizes","centralizing","centrally","centrals","centre","centreboard","centreboards","centred","centrefold","centrefolds","centreing","centreings","centreline","centrelines","centrepiece","centrepieces","centres","centric","centrical","centrically","centricalness","centricalnesses","centricities","centricity","centries","centrifugal","centrifugalise","centrifugalised","centrifugalises","centrifugalize","centrifugalized","centrifugalizes","centrifugally","centrifugals","centrifugation","centrifugations","centrifuge","centrifuged","centrifugence","centrifugences","centrifuges","centrifuging","centring","centrings","centriole","centrioles","centripetal","centripetalism","centripetalisms","centripetally","centrism","centrisms","centrist","centrists","centrobaric","centroclinal","centrode","centrodes","centroid","centroidal","centroids","centrolecithal","centromere","centromeres","centromeric","centrosome","centrosomes","centrosomic","centrosphere","centrospheres","centrosymmetric","centrum","centrums","centry","cents","centu","centum","centums","centumvir","centumvirate","centumvirates","centumviri","centuple","centupled","centuples","centuplicate","centuplicated","centuplicates","centuplicating","centuplication","centuplications","centupling","centurial","centuriation","centuriations","centuriator","centuriators","centuries","centurion","centurions","century","ceorl","ceorlish","ceorls","cep","cepaceous","cepage","cepages","cepe","cepes","cephalad","cephalagra","cephalagras","cephalalgia","cephalalgias","cephalalgic","cephalate","cephalexin","cephalexins","cephalic","cephalically","cephalics","cephalin","cephalins","cephalisation","cephalisations","cephalitis","cephalitises","cephalization","cephalizations","cephalocele","cephaloceles","cephalochordate","cephalometer","cephalometers","cephalometric","cephalometries","cephalometry","cephalopod","cephalopodan","cephalopodans","cephalopodic","cephalopodous","cephalopods","cephaloridine","cephaloridines","cephalosporin","cephalosporins","cephalothin","cephalothins","cephalothoraces","cephalothoracic","cephalothorax","cephalothoraxes","cephalotomies","cephalotomy","cephalous","cepheid","cepheids","ceps","ceraceous","ceramal","ceramals","ceramic","ceramicist","ceramicists","ceramics","ceramide","ceramides","ceramist","ceramists","ceramographies","ceramography","cerargyrite","cerargyrites","cerasin","cerasins","cerastes","cerastium","cerastiums","cerate","cerated","cerates","ceratin","ceratins","ceratitis","ceratitises","ceratodus","ceratoduses","ceratoid","ceratopsian","ceratopsians","ceratopsid","ceratopsids","cerberean","cerberian","cercal","cercaria","cercariae","cercarial","cercarian","cercarians","cercarias","cerci","cercis","cercises","cercopid","cercopids","cercopithecid","cercopithecids","cercopithecoid","cercopithecoids","cercus","cere","cereal","cerealist","cerealists","cereals","cerebella","cerebellar","cerebellic","cerebellous","cerebellum","cerebellums","cerebra","cerebral","cerebralism","cerebralisms","cerebralist","cerebralists","cerebrally","cerebrals","cerebrate","cerebrated","cerebrates","cerebrating","cerebration","cerebrations","cerebric","cerebriform","cerebritis","cerebritises","cerebroid","cerebroside","cerebrosides","cerebrospinal","cerebrotonia","cerebrotonias","cerebrotonic","cerebrovascular","cerebrum","cerebrums","cerecloth","cerecloths","cered","cerement","cerements","ceremonial","ceremonialism","ceremonialisms","ceremonialist","ceremonialists","ceremonially","ceremonials","ceremonies","ceremonious","ceremoniously","ceremoniousness","ceremoniousnesses","ceremony","cereous","ceres","ceresin","ceresine","ceresines","ceresins","cereus","cereuses","cerge","cerges","ceria","cerias","ceric","ceriferous","cering","ceriph","ceriphs","cerise","cerises","cerite","cerites","cerium","ceriums","cermet","cermets","cerne","cerned","cernes","cerning","cernuous","cero","cerograph","cerographic","cerographical","cerographies","cerographist","cerographists","cerographs","cerography","ceromancies","ceromancy","ceroon","ceroons","ceroplastic","ceroplastics","ceros","cerotic","cerotype","cerotypes","cerous","cerrado","cerrados","cerrial","cerris","cerrises","cert","certain","certainer","certainest","certainly","certainties","certainty","certes","certie","certifiable","certifiably","certificate","certificated","certificates","certificating","certification","certifications","certificatories","certificatory","certified","certifier","certifiers","certifies","certify","certifying","certiorari","certioraris","certitude","certitudes","certs","certy","cerule","cerulean","ceruleans","cerulein","ceruleins","ceruleous","ceruloplasmin","ceruloplasmins","cerumen","cerumens","ceruminous","ceruse","ceruses","cerusite","cerusites","cerussite","cerussites","cervelas","cervelases","cervelat","cervelats","cerveza","cervezas","cervical","cervices","cervicites","cervicitides","cervicitis","cervicitises","cervicographies","cervicography","cervicum","cervicums","cervid","cervids","cervine","cervix","cervixes","cesarean","cesareans","cesarevich","cesareviches","cesarevitch","cesarevitches","cesarevna","cesarevnas","cesarewich","cesarewiches","cesarewitch","cesarewitches","cesarian","cesarians","cesious","cesium","cesiums","cespitose","cespitosely","cess","cessation","cessations","cesse","cessed","cesser","cessers","cesses","cessing","cession","cessionaries","cessionary","cessions","cesspit","cesspits","cesspool","cesspools","cesta","cestas","cesti","cestode","cestodes","cestoi","cestoid","cestoidean","cestoideans","cestoids","cestos","cestoses","cestui","cestuis","cestus","cestuses","cesura","cesurae","cesural","cesuras","cesure","cesures","cetacean","cetaceans","cetaceous","cetane","cetanes","cete","ceteosaurus","ceteosauruses","ceterach","ceterachs","cetes","cetological","cetologies","cetologist","cetologists","cetology","cetrimide","cetrimides","cetuximab","cetuximabs","cetyl","cetyls","cetywall","cetywalls","cevadilla","cevadillas","cevapcici","ceviche","ceviches","cevitamic","ceylanite","ceylanites","ceylonite","ceylonites","cezve","cezves","ch","cha","chabazite","chabazites","chablis","chabouk","chabouks","chabuk","chabuks","chace","chaced","chaces","chachka","chachkas","chacing","chack","chacked","chacking","chacks","chacma","chacmas","chaco","chacoes","chaconine","chaconines","chaconne","chaconnes","chacos","chad","chadar","chadarim","chadars","chaddar","chaddars","chaddor","chaddors","chadless","chado","chador","chadors","chados","chadri","chads","chaebol","chaebols","chaenomeles","chaenomeleses","chaeta","chaetae","chaetal","chaetiferous","chaetodon","chaetodons","chaetognath","chaetognaths","chaetopod","chaetopods","chafe","chafed","chafer","chafers","chafes","chaff","chaffed","chaffer","chaffered","chafferer","chafferers","chafferies","chaffering","chaffers","chaffery","chaffier","chaffiest","chaffinch","chaffinches","chaffing","chaffingly","chaffings","chaffron","chaffrons","chaffs","chaffy","chafing","chaft","chafts","chagan","chagans","chagrin","chagrined","chagrining","chagrinned","chagrinning","chagrins","chai","chain","chainbrake","chainbrakes","chaine","chained","chaines","chainfall","chainfalls","chaining","chainless","chainlet","chainlets","chainman","chainmen","chainplate","chainplates","chains","chainsaw","chainsawed","chainsawing","chainsaws","chainshot","chainshots","chainstitch","chainstitches","chainwheel","chainwheels","chainwork","chainworks","chair","chairborne","chairbound","chairdays","chaired","chairing","chairlift","chairlifts","chairman","chairmaned","chairmaning","chairmanned","chairmanning","chairmans","chairmanship","chairmanships","chairmen","chairperson","chairpersons","chairs","chairwoman","chairwomen","chais","chaise","chaiseless","chaises","chakalaka","chakalakas","chakra","chakras","chal","chalah","chalahs","chalan","chalans","chalaza","chalazae","chalazal","chalazas","chalazia","chalazion","chalazions","chalazogamic","chalazogamies","chalazogamy","chalcanthite","chalcanthites","chalcedonic","chalcedonies","chalcedony","chalcedonyx","chalcedonyxes","chalcid","chalcids","chalcocite","chalcocites","chalcogen","chalcogenide","chalcogenides","chalcogens","chalcographer","chalcographers","chalcographic","chalcographical","chalcographies","chalcographist","chalcographists","chalcography","chalcolithic","chalcopyrite","chalcopyrites","chalder","chalders","chaldron","chaldrons","chaleh","chalehs","chalet","chalets","chalice","chaliced","chalices","chalicothere","chalicotheres","chalk","chalkboard","chalkboards","chalked","chalkface","chalkfaces","chalkier","chalkiest","chalkiness","chalkinesses","chalking","chalklike","chalkpit","chalkpits","chalks","chalkstone","chalkstones","chalky","challa","challah","challahs","challan","challans","challas","challenge","challengeable","challenged","challenger","challengers","challenges","challenging","challengingly","challie","challies","challis","challises","challot","challoth","chally","chalone","chalones","chalonic","chalot","chaloth","chals","chalumeau","chalumeaus","chalumeaux","chalupa","chalupas","chalutz","chalutzes","chalutzim","chalybean","chalybeate","chalybeates","chalybite","chalybites","cham","chamade","chamades","chamaeleon","chamaeleons","chamaephyte","chamaephytes","chamber","chambered","chamberer","chamberers","chamberhand","chamberhands","chambering","chamberings","chamberlain","chamberlains","chamberlainship","chambermaid","chambermaids","chamberpot","chamberpots","chambers","chambranle","chambranles","chambray","chambrays","chambre","chameleon","chameleonic","chameleonlike","chameleons","chamelot","chamelots","chametz","chametzes","chamfer","chamfered","chamferer","chamferers","chamfering","chamfers","chamfrain","chamfrains","chamfron","chamfrons","chamisa","chamisal","chamisals","chamisas","chamise","chamises","chamiso","chamisos","chamlet","chamlets","chammied","chammies","chammy","chammying","chamois","chamoised","chamoises","chamoising","chamoix","chamomile","chamomiles","champ","champac","champaca","champacas","champacs","champagne","champagnes","champaign","champaigns","champak","champaks","champart","champarts","champed","champer","champers","champerties","champertous","champerty","champier","champiest","champignon","champignons","champing","champion","championed","championess","championesses","championing","champions","championship","championships","champleve","champleves","champs","champy","chams","chana","chanas","chance","chanced","chanceful","chancel","chanceless","chancelleries","chancellery","chancellor","chancellories","chancellors","chancellorship","chancellorships","chancellory","chancels","chancer","chanceries","chancers","chancery","chances","chancey","chancier","chanciest","chancily","chanciness","chancinesses","chancing","chancre","chancres","chancroid","chancroidal","chancroids","chancrous","chancy","chandelier","chandeliered","chandeliers","chandelle","chandelled","chandelles","chandelling","chandler","chandleries","chandlering","chandlerings","chandlerly","chandlers","chandlery","chanfron","chanfrons","chang","changa","change","changeabilities","changeability","changeable","changeableness","changeablenesses","changeably","changed","changeful","changefully","changefulness","changefulnesses","changeless","changelessly","changelessness","changelessnesses","changeling","changelings","changeover","changeovers","changer","changeround","changerounds","changers","changes","changeup","changeups","changing","changs","chank","chanks","channel","channeled","channeler","channelers","channeling","channelisation","channelisations","channelise","channelised","channelises","channelising","channelization","channelizations","channelize","channelized","channelizes","channelizing","channelled","channeller","channellers","channelling","channels","channer","channers","chanoyo","chanoyos","chanoyu","chanoyus","chanson","chansonette","chansonettes","chansonnier","chansonniers","chansons","chant","chantable","chantage","chantages","chantarelle","chantarelles","chantecler","chanteclers","chanted","chanter","chanterelle","chanterelles","chanters","chanteuse","chanteuses","chantey","chanteys","chanticleer","chanticleers","chantie","chanties","chantilly","chanting","chantingly","chantings","chantor","chantors","chantress","chantresses","chantries","chantry","chants","chanty","chanukiah","chanukiahs","chao","chaologies","chaologist","chaologists","chaology","chaordic","chaos","chaoses","chaotic","chaotically","chap","chaparajos","chaparejos","chaparral","chaparrals","chapati","chapaties","chapatis","chapatti","chapatties","chapattis","chapbook","chapbooks","chape","chapeau","chapeaus","chapeaux","chapel","chapeless","chapelries","chapelry","chapels","chaperon","chaperonage","chaperonages","chaperone","chaperoned","chaperones","chaperoning","chaperons","chapes","chapess","chapesses","chapfallen","chapiter","chapiters","chapka","chapkas","chaplain","chaplaincies","chaplaincy","chaplainries","chaplainry","chaplains","chaplainship","chaplainships","chapless","chaplet","chapleted","chaplets","chapman","chapmanship","chapmanships","chapmen","chappal","chappals","chappati","chappatis","chapped","chappess","chappesses","chappie","chappier","chappies","chappiest","chapping","chappy","chaprassi","chaprassies","chaprassis","chaps","chapstick","chapsticks","chapt","chaptalisation","chaptalisations","chaptalise","chaptalised","chaptalises","chaptalising","chaptalization","chaptalizations","chaptalize","chaptalized","chaptalizes","chaptalizing","chapter","chapteral","chaptered","chapterhouse","chapterhouses","chaptering","chapters","chaptrel","chaptrels","chaqueta","chaquetas","char","chara","charabanc","charabancs","characid","characids","characin","characinoid","characins","charact","character","charactered","characterful","characteries","charactering","characterisable","characterise","characterised","characteriser","characterisers","characterises","characterising","characterism","characterisms","characteristic","characteristically","characteristics","characterizable","characterization","characterizations","characterize","characterized","characterizer","characterizers","characterizes","characterizing","characterless","characterological","characterologically","characterology","characters","charactery","characts","charade","charades","charanga","charangas","charango","charangos","charas","charases","charbroil","charbroiled","charbroiler","charbroilers","charbroiling","charbroils","charcoal","charcoaled","charcoaling","charcoals","charcoaly","charcuterie","charcuteries","chard","chardonnay","chardonnays","chards","chare","chared","chares","charet","charets","charge","chargeabilities","chargeability","chargeable","chargeableness","chargeably","chargeback","chargebacks","charged","chargeful","chargehand","chargehands","chargeless","charger","chargers","charges","chargesheet","chargesheets","charging","chargrill","chargrilled","chargrilling","chargrills","charidee","charidees","charier","chariest","charily","chariness","charinesses","charing","chariot","charioted","charioteer","charioteered","charioteering","charioteers","charioting","chariots","charism","charisma","charismas","charismata","charismatic","charismatics","charisms","charitable","charitableness","charitablenesses","charitably","charities","charity","charivari","charivaried","charivariing","charivaris","chark","charka","charkas","charked","charkha","charkhas","charking","charks","charladies","charlady","charlatan","charlatanic","charlatanical","charlatanism","charlatanisms","charlatanistic","charlatanries","charlatanry","charlatans","charleston","charlestoned","charlestoning","charlestons","charley","charleys","charlie","charlier","charlies","charlock","charlocks","charlotte","charlottes","charm","charmed","charmer","charmers","charmeuse","charmeuses","charmful","charming","charminger","charmingest","charmingly","charmless","charmlessly","charmonia","charmonium","charms","charneco","charnecos","charnel","charnels","charoset","charoseth","charoseths","charosets","charpai","charpais","charpie","charpies","charpoy","charpoys","charqui","charquid","charquis","charr","charred","charrier","charriest","charring","charro","charros","charrs","charry","chars","chart","charta","chartable","chartaceous","chartas","charted","charter","chartered","charterer","charterers","chartering","charterparties","charterparty","charters","charthouse","charthouses","charting","chartism","chartisms","chartist","chartists","chartless","chartographer","chartographers","chartographic","chartographical","chartographies","chartography","chartreuse","chartreuses","charts","chartularies","chartulary","charver","charvers","charwoman","charwomen","chary","chas","chase","chaseable","chased","chaseport","chaseports","chaser","chasers","chases","chasing","chasings","chasm","chasmal","chasmed","chasmic","chasmier","chasmiest","chasmogamic","chasmogamies","chasmogamous","chasmogamy","chasms","chasmy","chasse","chassed","chasseed","chasseing","chassepot","chassepots","chasses","chasseur","chasseurs","chassis","chaste","chastely","chasten","chastened","chastener","chasteners","chasteness","chastenesses","chastening","chasteningly","chastenment","chastenments","chastens","chaster","chastest","chastisable","chastise","chastised","chastisement","chastisements","chastiser","chastisers","chastises","chastising","chastities","chastity","chasuble","chasubles","chat","chatbot","chatbots","chatchka","chatchkas","chatchke","chatchkes","chateau","chateaubriand","chateaubriands","chateaus","chateaux","chatelain","chatelaine","chatelaines","chatelains","chatline","chatlines","chaton","chatons","chatoyance","chatoyances","chatoyancies","chatoyancy","chatoyant","chatoyants","chatroom","chatrooms","chats","chatta","chattas","chatted","chattel","chattels","chatter","chatterati","chatterbox","chatterboxes","chattered","chatterer","chatterers","chattering","chatterings","chatters","chattery","chatti","chattier","chatties","chattiest","chattily","chattiness","chattinesses","chatting","chattis","chatty","chaudfroid","chaudfroids","chaufe","chaufed","chaufer","chaufers","chaufes","chauff","chauffed","chauffer","chauffers","chauffeur","chauffeured","chauffeuring","chauffeurs","chauffeuse","chauffeused","chauffeuses","chauffeusing","chauffing","chauffs","chaufing","chaulmoogra","chaulmoogras","chaulmugra","chaulmugras","chaumer","chaumers","chaunce","chaunced","chaunces","chauncing","chaunge","chaunged","chaunges","chaunging","chaunt","chaunted","chaunter","chaunters","chaunting","chauntress","chauntresses","chauntries","chauntry","chaunts","chausses","chaussure","chaussures","chautauqua","chautauquas","chauvin","chauvinism","chauvinisms","chauvinist","chauvinistic","chauvinistically","chauvinists","chauvins","chav","chave","chavender","chavenders","chavette","chavettes","chavish","chavs","chavtastic","chavvier","chavviest","chavvy","chaw","chawbacon","chawbacons","chawdron","chawdrons","chawed","chawer","chawers","chawing","chawk","chawks","chaws","chay","chaya","chayas","chayote","chayotes","chayroot","chayroots","chays","chazan","chazanim","chazans","chazzan","chazzanim","chazzans","chazzen","chazzenim","chazzens","che","cheap","cheaped","cheapen","cheapened","cheapener","cheapeners","cheapening","cheapens","cheaper","cheapest","cheapie","cheapies","cheaping","cheapish","cheapishly","cheapjack","cheapjacks","cheaply","cheapness","cheapnesses","cheapo","cheapos","cheaps","cheapskate","cheapskates","cheapy","cheat","cheatable","cheated","cheater","cheateries","cheaters","cheatery","cheating","cheatingly","cheatings","cheats","chebec","chebecs","chechako","chechakoes","chechakos","chechaquo","chechaquos","chechia","chechias","check","checkable","checkbook","checkbooks","checkclerk","checkclerks","checked","checker","checkerberries","checkerberry","checkerbloom","checkerblooms","checkerboard","checkerboards","checkered","checkering","checkers","checkier","checkiest","checking","checklaton","checklatons","checkless","checklist","checklisted","checklisting","checklists","checkmark","checkmarked","checkmarking","checkmarks","checkmate","checkmated","checkmates","checkmating","checkoff","checkoffs","checkout","checkouts","checkpoint","checkpoints","checkrail","checkrails","checkrein","checkreins","checkroom","checkrooms","checkrow","checkrowed","checkrowing","checkrows","checks","checksum","checksums","checkup","checkups","checkweigher","checkweighers","checky","cheddar","cheddars","cheddary","cheddite","cheddites","cheder","cheders","chedite","chedites","cheechako","cheechakoes","cheechakos","cheechalko","cheechalkoes","cheechalkos","cheek","cheekbone","cheekbones","cheeked","cheekful","cheekfuls","cheekier","cheekiest","cheekily","cheekiness","cheekinesses","cheeking","cheekless","cheekpiece","cheekpieces","cheekpouch","cheekpouches","cheeks","cheekteeth","cheektooth","cheeky","cheep","cheeped","cheeper","cheepers","cheeping","cheeps","cheer","cheered","cheerer","cheerers","cheerful","cheerfuller","cheerfullest","cheerfully","cheerfulness","cheerfulnesses","cheerier","cheeriest","cheerily","cheeriness","cheerinesses","cheering","cheeringly","cheerio","cheerios","cheerishness","cheerishnesses","cheerlead","cheerleader","cheerleaders","cheerleading","cheerleads","cheerled","cheerless","cheerlessly","cheerlessness","cheerlessnesses","cheerly","cheero","cheeros","cheers","cheery","cheese","cheeseboard","cheeseboards","cheeseburger","cheeseburgers","cheesecake","cheesecakes","cheesecloth","cheesecloths","cheesecutter","cheesecutters","cheesed","cheesehopper","cheesehoppers","cheesemite","cheesemites","cheesemonger","cheesemongers","cheeseparer","cheeseparers","cheeseparing","cheeseparings","cheesepress","cheesepresses","cheeses","cheesesteak","cheesesteaks","cheesetaster","cheesetasters","cheesevat","cheesevats","cheesewire","cheesewires","cheesewood","cheesewoods","cheesewring","cheesewrings","cheesier","cheesiest","cheesily","cheesiness","cheesinesses","cheesing","cheesy","cheetah","cheetahs","cheewink","cheewinks","chef","chefdom","chefdoms","chefed","cheffed","cheffing","chefing","chefs","chegoe","chegoes","cheilitis","cheilitises","cheka","chekas","chekist","chekists","chela","chelae","chelas","chelaship","chelaships","chelatable","chelate","chelated","chelates","chelating","chelation","chelations","chelator","chelators","chelicera","chelicerae","cheliceral","chelicerate","chelicerates","cheliferous","cheliform","cheliped","chelipeds","chellup","chellups","cheloid","cheloidal","cheloids","chelone","chelones","chelonian","chelonians","chelp","chelped","chelping","chelps","cheluviation","cheluviations","chemautotroph","chemautotrophic","chemautotrophs","chemiatric","chemic","chemical","chemically","chemicals","chemicked","chemicking","chemics","chemiluminescence","chemiluminescences","chemiluminescent","chemiosmoses","chemiosmosis","chemiosmotic","chemise","chemises","chemisette","chemisettes","chemism","chemisms","chemisorb","chemisorbed","chemisorbing","chemisorbs","chemisorption","chemisorptions","chemist","chemistries","chemistry","chemists","chemitype","chemitypes","chemitypies","chemitypy","chemmies","chemmy","chemo","chemoattractant","chemoautotroph","chemoautotrophic","chemoautotrophies","chemoautotrophs","chemoautotrophy","chemoautroph","chemoautrophs","chemoceptor","chemoceptors","chemokine","chemokines","chemokineses","chemokinesis","chemolithotroph","chemonasties","chemonasty","chemoprophylactic","chemoprophylaxes","chemoprophylaxis","chemopsychiatry","chemoreception","chemoreceptions","chemoreceptive","chemoreceptor","chemoreceptors","chemos","chemosmoses","chemosmosis","chemosmotic","chemosorb","chemosorbed","chemosorbing","chemosorbs","chemosphere","chemospheres","chemospheric","chemostat","chemostats","chemosurgeries","chemosurgery","chemosurgical","chemosyntheses","chemosynthesis","chemosynthetic","chemotactic","chemotactically","chemotaxes","chemotaxis","chemotaxonomic","chemotaxonomies","chemotaxonomist","chemotaxonomists","chemotaxonomy","chemotherapeutic","chemotherapeutically","chemotherapeutics","chemotherapies","chemotherapist","chemotherapists","chemotherapy","chemotropic","chemotropically","chemotropism","chemotropisms","chempaduk","chempaduks","chemurgic","chemurgical","chemurgies","chemurgy","chenar","chenars","chenet","chenets","chenille","chenilles","chenix","chenixes","chenopod","chenopodiaceous","chenopods","cheongsam","cheongsams","cheque","chequebook","chequebooks","chequer","chequerboard","chequerboards","chequered","chequering","chequers","chequerwise","chequerwork","chequerworks","cheques","chequier","chequiest","chequing","chequy","cher","cheralite","cheralites","chere","cherimoya","cherimoyas","cherimoyer","cherimoyers","cherish","cherishable","cherished","cherisher","cherishers","cherishes","cherishing","cherishingly","cherishment","cherishments","chermoula","chermoulas","chernozem","chernozemic","chernozems","cheroot","cheroots","cherried","cherrier","cherries","cherriest","cherry","cherrying","cherrylike","cherrystone","cherrystones","chersonese","chersoneses","chert","chertier","chertiest","cherts","cherty","cherub","cherubic","cherubical","cherubically","cherubim","cherubimic","cherubims","cherubin","cherubins","cherublike","cherubs","cherup","cheruped","cheruping","cherups","chervil","chervils","chervonets","cheshire","cheshires","chesil","chesils","chesnut","chesnuts","chess","chessboard","chessboards","chessboxing","chessboxings","chessel","chessels","chesses","chessman","chessmen","chesspiece","chesspieces","chessylite","chessylites","chest","chested","chesterfield","chesterfields","chestful","chestfuls","chestier","chestiest","chestily","chestiness","chestinesses","chesting","chestnut","chestnuts","chests","chesty","chetah","chetahs","cheth","cheths","chetnik","chetniks","chetrum","chetrums","cheval","chevalet","chevalets","chevalier","chevaliers","chevelure","chevelures","cheven","chevens","cheverel","cheverels","cheveril","cheverils","cheveron","cheverons","cheverye","cheveryes","chevesaile","chevesailes","chevet","chevets","chevied","chevies","cheville","chevilles","chevin","chevins","cheviot","cheviots","chevisance","chevisances","chevre","chevres","chevret","chevrets","chevrette","chevrettes","chevron","chevroned","chevrons","chevrony","chevrotain","chevrotains","chevy","chevying","chew","chewable","chewed","chewer","chewers","chewet","chewets","chewie","chewier","chewies","chewiest","chewiness","chewinesses","chewing","chewink","chewinks","chews","chewy","chez","chi","chia","chiack","chiacked","chiacking","chiackings","chiacks","chianti","chiantis","chiao","chiarezza","chiarezze","chiaroscurism","chiaroscurisms","chiaroscurist","chiaroscurists","chiaroscuro","chiaroscuros","chias","chiasm","chiasma","chiasmal","chiasmas","chiasmata","chiasmatic","chiasmi","chiasmic","chiasms","chiasmus","chiastic","chiastolite","chiastolites","chiaus","chiaused","chiauses","chiausing","chib","chibbed","chibbing","chibol","chibols","chibouk","chibouks","chibouque","chibouques","chibs","chic","chica","chicalote","chicalotes","chicana","chicanas","chicane","chicaned","chicaner","chicaneries","chicaners","chicanery","chicanes","chicaning","chicanings","chicano","chicanos","chicas","chiccories","chiccory","chicer","chicest","chich","chicha","chichas","chiches","chichi","chichier","chichiest","chichis","chick","chickabiddies","chickabiddy","chickadee","chickadees","chickaree","chickarees","chickee","chickees","chicken","chickened","chickenhearted","chickening","chickenpox","chickenpoxes","chickens","chickenshit","chickenshits","chickling","chicklings","chickories","chickory","chickpea","chickpeas","chicks","chickweed","chickweeds","chicle","chicles","chicly","chicness","chicnesses","chico","chicon","chicons","chicories","chicory","chicos","chics","chid","chidden","chide","chided","chider","chiders","chides","chiding","chidingly","chidings","chidlings","chief","chiefdom","chiefdoms","chiefer","chieferies","chiefery","chiefess","chiefesses","chiefest","chiefless","chiefling","chieflings","chiefly","chiefries","chiefry","chiefs","chiefship","chiefships","chieftain","chieftaincies","chieftaincy","chieftainess","chieftainesses","chieftainries","chieftainry","chieftains","chieftainship","chieftainships","chiel","chield","chields","chiels","chiffchaff","chiffchaffs","chiffon","chiffonade","chiffonades","chiffonier","chiffoniers","chiffonnier","chiffonniers","chiffons","chiffony","chifforobe","chifforobes","chigetai","chigetais","chigga","chiggas","chigger","chiggers","chignon","chignoned","chignons","chigoe","chigoes","chigre","chigres","chihuahua","chihuahuas","chik","chikara","chikaras","chikhor","chikhors","chikor","chikors","chiks","chilblain","chilblained","chilblains","child","childbearing","childbearings","childbed","childbeds","childbirth","childbirths","childcare","childcares","childcrowing","childcrowings","childe","childed","childer","childermas","childermases","childes","childhood","childhoods","childing","childish","childishly","childishness","childishnesses","childless","childlessness","childlessnesses","childlier","childliest","childlike","childlikeness","childlikenesses","childly","childminder","childminders","childness","childnesses","childproof","childproofed","childproofing","childproofs","children","childs","chile","chiles","chili","chiliad","chiliadal","chiliadic","chiliads","chiliagon","chiliagons","chiliahedra","chiliahedron","chiliahedrons","chiliarch","chiliarchies","chiliarchs","chiliarchy","chiliasm","chiliasms","chiliast","chiliastic","chiliasts","chilidog","chilidogs","chilies","chilis","chill","chillada","chilladas","chilled","chiller","chillers","chillest","chilli","chillier","chillies","chilliest","chillily","chilliness","chillinesses","chilling","chillingly","chillings","chillis","chillness","chillnesses","chills","chillum","chillums","chilly","chilopod","chilopodan","chilopodans","chilopodous","chilopods","chiltepin","chiltepins","chimaera","chimaeras","chimaeric","chimaerism","chimaerisms","chimar","chimars","chimb","chimbley","chimbleys","chimblies","chimbly","chimbs","chime","chimed","chimer","chimera","chimeras","chimere","chimeres","chimeric","chimerical","chimerically","chimericalness","chimerid","chimerids","chimerism","chimerisms","chimers","chimes","chimichanga","chimichangas","chiminea","chimineas","chiming","chimla","chimlas","chimley","chimleys","chimney","chimneyboard","chimneyboards","chimneybreast","chimneybreasts","chimneyed","chimneying","chimneylike","chimneypiece","chimneypieces","chimneypot","chimneypots","chimneys","chimo","chimp","chimpanzee","chimpanzees","chimps","chin","china","chinaberries","chinaberry","chinachina","chinachinas","chinaman","chinamen","chinampa","chinampas","chinar","chinaroot","chinaroots","chinars","chinas","chinaware","chinawares","chinbone","chinbones","chincapin","chincapins","chinch","chincherinchee","chincherinchees","chinches","chinchier","chinchiest","chinchilla","chinchillas","chinchy","chincough","chincoughs","chindit","chindits","chine","chined","chines","chinese","chining","chink","chinkapin","chinkapins","chinkara","chinkaras","chinked","chinkerinchee","chinkerinchees","chinkie","chinkier","chinkies","chinkiest","chinking","chinks","chinky","chinless","chinned","chinning","chino","chinoiserie","chinoiseries","chinone","chinones","chinook","chinooks","chinos","chinovnik","chinovniks","chinquapin","chinquapins","chins","chinstrap","chinstraps","chints","chintses","chintz","chintzes","chintzier","chintziest","chintzy","chinwag","chinwagged","chinwagging","chinwags","chionodoxa","chionodoxas","chip","chipboard","chipboards","chipmuck","chipmucks","chipmunk","chipmunks","chipochia","chipochias","chipolata","chipolatas","chipotle","chipotles","chippable","chipped","chipper","chippered","chippering","chippers","chippie","chippier","chippies","chippiest","chippiness","chippinesses","chipping","chippings","chippy","chips","chipset","chipsets","chiquichiqui","chiquichiquis","chiragra","chiragras","chiragric","chiragrical","chiral","chiralities","chirality","chirimoya","chirimoyas","chirk","chirked","chirker","chirkest","chirking","chirks","chirl","chirled","chirling","chirls","chirm","chirmed","chirming","chirms","chiro","chirognomies","chirognomy","chirograph","chirographer","chirographers","chirographic","chirographical","chirographies","chirographist","chirographists","chirographs","chirography","chirologies","chirologist","chirologists","chirology","chiromancer","chiromancers","chiromancies","chiromancy","chiromantic","chiromantical","chironomer","chironomers","chironomic","chironomid","chironomids","chironomies","chironomy","chiropodial","chiropodies","chiropodist","chiropodists","chiropody","chiropractic","chiropractics","chiropractor","chiropractors","chiropter","chiropteran","chiropterans","chiropterous","chiropters","chiros","chirp","chirped","chirper","chirpers","chirpier","chirpiest","chirpily","chirpiness","chirpinesses","chirping","chirps","chirpy","chirr","chirre","chirred","chirren","chirres","chirring","chirrs","chirrup","chirruped","chirruper","chirrupers","chirruping","chirrups","chirrupy","chirt","chirted","chirting","chirts","chiru","chirurgeon","chirurgeonly","chirurgeons","chirurgeries","chirurgery","chirurgical","chirus","chis","chisel","chiseled","chiseler","chiselers","chiseling","chiselled","chiseller","chisellers","chiselling","chisellings","chisels","chit","chital","chitals","chitarrone","chitarroni","chitchat","chitchats","chitchatted","chitchatting","chitin","chitinoid","chitinous","chitins","chitlin","chitling","chitlings","chitlins","chiton","chitons","chitosan","chitosans","chits","chittagong","chittagongs","chitted","chitter","chittered","chittering","chitterings","chitterling","chitterlings","chitters","chittier","chitties","chittiest","chitting","chitty","chiv","chivalric","chivalries","chivalrous","chivalrously","chivalrousness","chivalrousnesses","chivalry","chivaree","chivareed","chivareeing","chivarees","chivari","chivaried","chivaries","chivariing","chive","chived","chives","chivied","chivies","chiving","chivs","chivved","chivvied","chivvies","chivving","chivvy","chivvying","chivy","chivying","chiyogami","chiyogamis","chiz","chizz","chizzed","chizzes","chizzing","chlamydate","chlamydeous","chlamydes","chlamydia","chlamydiae","chlamydial","chlamydias","chlamydomonades","chlamydomonas","chlamydospore","chlamydospores","chlamys","chlamyses","chloanthite","chloanthites","chloasma","chloasmas","chloasmata","chloracetic","chloracne","chloracnes","chloral","chloralism","chloralisms","chloralose","chloralosed","chloraloses","chlorals","chlorambucil","chlorambucils","chloramine","chloramines","chloramphenicol","chloramphenicols","chlorargyrite","chlorargyrites","chlorate","chlorates","chlordan","chlordane","chlordanes","chlordans","chlordiazepoxide","chlordiazepoxides","chlorella","chlorellas","chlorenchyma","chlorenchymas","chlorenchymata","chlorhexidine","chlorhexidines","chloric","chlorid","chloridate","chloridated","chloridates","chloridating","chloride","chlorides","chloridic","chloridise","chloridised","chloridises","chloridising","chloridize","chloridized","chloridizes","chloridizing","chlorids","chlorimeter","chlorimeters","chlorimetric","chlorimetries","chlorimetry","chlorin","chlorinate","chlorinated","chlorinates","chlorinating","chlorination","chlorinations","chlorinator","chlorinators","chlorine","chlorines","chlorinise","chlorinised","chlorinises","chlorinising","chlorinities","chlorinity","chlorinize","chlorinized","chlorinizes","chlorinizing","chlorins","chlorite","chlorites","chloritic","chloritisation","chloritisations","chloritization","chloritizations","chloroacetic","chloroargyrite","chlorobenzene","chlorobenzenes","chlorobromide","chlorobromides","chlorocruorin","chlorocruorins","chlorodyne","chlorodynes","chlorofluorocarbon","chlorofluorocarbons","chlorofluoromethane","chlorofluoromethanes","chloroform","chloroformed","chloroformer","chloroformers","chloroforming","chloroformist","chloroformists","chloroforms","chlorohydrin","chlorohydrins","chlorometer","chlorometers","chloromethane","chloromethanes","chlorometric","chlorometries","chlorometry","chlorophyl","chlorophyll","chlorophylloid","chlorophyllous","chlorophylls","chlorophyls","chlorophytum","chlorophytums","chloropicrin","chloropicrins","chloroplast","chloroplastal","chloroplastic","chloroplasts","chloroprene","chloroprenes","chloroquin","chloroquine","chloroquines","chloroquins","chloroses","chlorosis","chlorothiazide","chlorothiazides","chlorotic","chlorous","chlorpicrin","chlorpicrins","chlorpromazine","chlorpromazines","chlorpropamide","chlorpropamides","chlortetracycline","chlortetracyclines","chlorthalidone","chlorthalidones","choana","choanae","choanocyte","choanocytes","chobdar","chobdars","choc","chocaholic","chocaholics","choccier","choccies","chocciest","choccy","chocho","chochos","chock","chockablock","chocked","chocker","chockful","chockfull","chocking","chocko","chockos","chocks","chockstone","chockstones","choco","chocoholic","chocoholics","chocolate","chocolates","chocolatey","chocolatier","chocolatiers","chocolatiest","chocolaty","chocos","chocs","choctaw","choctaws","chode","choenix","choenixes","chog","chogs","choice","choiceful","choicely","choiceness","choicenesses","choicer","choices","choicest","choir","choirboy","choirboys","choired","choirgirl","choirgirls","choiring","choirlike","choirman","choirmaster","choirmasters","choirmen","choirs","choirscreen","choirscreens","choirstalls","choke","chokeable","chokeberries","chokeberry","chokebore","chokebores","chokecherries","chokecherry","chokecoil","chokecoils","choked","chokedamp","chokedamps","chokehold","chokeholds","choker","chokers","chokes","chokey","chokeys","chokidar","chokidars","chokier","chokies","chokiest","choking","chokingly","choko","chokos","chokra","chokras","chokri","chokris","choky","chola","cholaemia","cholaemias","cholaemic","cholagogic","cholagogue","cholagogues","cholangiogram","cholangiograms","cholangiographic","cholangiographies","cholangiography","cholas","cholate","cholates","cholecalciferol","cholecalciferols","cholecyst","cholecystectomies","cholecystectomized","cholecystectomy","cholecystites","cholecystitides","cholecystitis","cholecystitises","cholecystokinin","cholecystokinins","cholecystostomy","cholecystotomy","cholecysts","cholelith","cholelithiases","cholelithiasis","choleliths","cholemia","cholemias","cholent","cholents","choler","cholera","choleraic","choleras","choleric","cholerically","cholericly","choleroid","cholers","cholestases","cholestasis","cholestatic","cholesteric","cholesterin","cholesterins","cholesterol","cholesterolemia","cholesterols","cholestyramine","cholestyramines","choli","choliamb","choliambic","choliambics","choliambs","cholic","choline","cholinergic","cholinergically","cholines","cholinesterase","cholinesterases","cholis","cholla","chollas","chollers","cholo","cholos","choltries","choltry","chometz","chometzes","chommie","chommies","chomophyte","chomophytes","chomp","chomped","chomper","chompers","chomping","chomps","chon","chondral","chondre","chondres","chondri","chondrichthyan","chondrichthyans","chondrification","chondrified","chondrifies","chondrify","chondrifying","chondrin","chondrins","chondriosomal","chondriosome","chondriosomes","chondrite","chondrites","chondritic","chondritis","chondritises","chondroblast","chondroblasts","chondrocrania","chondrocranium","chondrocraniums","chondrogeneses","chondrogenesis","chondroid","chondroitin","chondroitins","chondroma","chondromas","chondromata","chondromatoses","chondromatosis","chondromatous","chondrophorine","chondrophorines","chondroskeleton","chondrostian","chondrostians","chondrule","chondrules","chondrus","choof","choofed","choofing","choofs","chook","chooked","chookie","chookies","chooking","chooks","choom","chooms","choon","choons","choose","chooser","choosers","chooses","choosey","choosier","choosiest","choosing","choosy","chop","chopfallen","chophouse","chophouses","chopin","chopine","chopines","chopins","choplogic","choplogics","chopped","chopper","choppered","choppering","choppers","choppier","choppiest","choppily","choppiness","choppinesses","chopping","choppings","choppy","chops","chopsockies","chopsocky","chopstick","chopsticks","choragi","choragic","choragus","choraguses","choral","chorale","chorales","choralist","choralists","chorally","chorals","chord","chorda","chordae","chordal","chordamesoderm","chordamesodermal","chordamesoderms","chordate","chordates","chorded","chordee","chordees","chording","chordings","chordophone","chordophones","chordophonic","chordotomies","chordotomy","chords","chordwise","chore","chorea","choreal","choreas","choreatic","chored","choree","chorees","choregi","choregic","choregraph","choregraphed","choregrapher","choregraphers","choregraphic","choregraphies","choregraphing","choregraphs","choregraphy","choregus","choreguses","choreic","choreiform","choreman","choremen","choreodrama","choreodramas","choreograph","choreographed","choreographer","choreographers","choreographic","choreographically","choreographies","choreographing","choreographs","choreography","choreoid","choreologies","choreologist","choreologists","choreology","chorepiscopal","chores","choreus","choreuses","choria","chorial","choriamb","choriambi","choriambic","choriambics","choriambs","choriambus","choriambuses","choric","chorine","chorines","choring","chorioallantoic","chorioallantoides","chorioallantois","choriocarcinoma","choriocarcinomas","choriocarcinomata","chorioid","chorioids","chorion","chorionic","chorions","chorisation","chorisations","chorises","chorisis","chorism","chorisms","chorist","chorister","choristers","chorists","chorization","chorizations","chorizo","chorizont","chorizontist","chorizontists","chorizonts","chorizos","chorographer","chorographers","chorographic","chorographical","chorographies","chorography","choroid","choroidal","choroiditis","choroiditises","choroids","chorological","chorologies","chorologist","chorologists","chorology","choropleth","choropleths","chorrie","chorries","chorten","chortens","chortle","chortled","chortler","chortlers","chortles","chortling","chorus","chorused","choruses","chorusing","chorusmaster","chorusmasters","chorussed","chorusses","chorussing","chose","chosen","choses","chota","chott","chotts","chou","choucroute","choucroutes","chough","choughs","choultries","choultry","chounter","chountered","chountering","chounters","chouse","choused","chouser","chousers","chouses","choush","choushes","chousing","chout","chouts","choux","chow","chowchow","chowchows","chowder","chowdered","chowderhead","chowderheaded","chowderheads","chowdering","chowders","chowed","chowhound","chowhounds","chowing","chowk","chowkidar","chowkidars","chowks","chowri","chowries","chowris","chowry","chows","chowse","chowsed","chowses","chowsing","chowtime","chowtimes","chrematist","chrematistic","chrematistics","chrematists","chresard","chresards","chrestomathic","chrestomathical","chrestomathies","chrestomathy","chrism","chrisma","chrismal","chrismals","chrismation","chrismations","chrismatories","chrismatory","chrismon","chrismons","chrisms","chrisom","chrisoms","christcross","christcrosses","christen","christened","christener","christeners","christening","christenings","christens","christian","christiania","christianias","christians","christie","christies","christom","christoms","christophanies","christophany","christy","chroma","chromaffin","chromakey","chromakeys","chromas","chromate","chromates","chromatic","chromatically","chromaticism","chromaticisms","chromaticities","chromaticity","chromaticness","chromaticnesses","chromatics","chromatid","chromatids","chromatin","chromatinic","chromatins","chromatist","chromatists","chromatogram","chromatograms","chromatograph","chromatographed","chromatographer","chromatographers","chromatographic","chromatographically","chromatographies","chromatographing","chromatographs","chromatography","chromatoid","chromatologies","chromatologist","chromatologists","chromatology","chromatolyses","chromatolysis","chromatolytic","chromatophore","chromatophores","chromatophoric","chromatophorous","chromatopsia","chromatopsias","chromatosphere","chromatospheres","chromatype","chromatypes","chrome","chromed","chromel","chromels","chromene","chromenes","chromes","chromic","chromide","chromides","chromidia","chromidium","chromier","chromiest","chrominance","chrominances","chroming","chromings","chromise","chromised","chromises","chromising","chromite","chromites","chromium","chromiums","chromize","chromized","chromizes","chromizing","chromo","chromocenter","chromocenters","chromodynamics","chromogen","chromogenic","chromogens","chromogram","chromograms","chromolithograph","chromolithographed","chromolithographer","chromolithographers","chromolithographic","chromolithographies","chromolithographing","chromolithographs","chromolithography","chromomere","chromomeres","chromomeric","chromonema","chromonemal","chromonemata","chromonematic","chromonemic","chromophil","chromophilic","chromophobe","chromophore","chromophores","chromophoric","chromophorous","chromoplast","chromoplasts","chromoprotein","chromoproteins","chromos","chromoscope","chromoscopes","chromosomal","chromosomally","chromosome","chromosomes","chromosphere","chromospheres","chromospheric","chromotherapies","chromotherapy","chromotype","chromotypes","chromous","chromoxylograph","chromy","chromyl","chromyls","chronaxie","chronaxies","chronaxy","chronic","chronical","chronically","chronicities","chronicity","chronicle","chronicled","chronicler","chroniclers","chronicles","chronicling","chronics","chronobiologic","chronobiological","chronobiologies","chronobiologist","chronobiologists","chronobiology","chronogram","chronogrammatic","chronograms","chronograph","chronographer","chronographers","chronographic","chronographies","chronographs","chronography","chronologer","chronologers","chronologic","chronological","chronologically","chronologies","chronologise","chronologised","chronologises","chronologising","chronologist","chronologists","chronologize","chronologized","chronologizes","chronologizing","chronology","chronometer","chronometers","chronometric","chronometrical","chronometrically","chronometries","chronometry","chronon","chronons","chronoscope","chronoscopes","chronoscopic","chronotherapies","chronotherapy","chronotron","chronotrons","chrysalid","chrysalidal","chrysalides","chrysalids","chrysalis","chrysalises","chrysanth","chrysanthemum","chrysanthemums","chrysanths","chrysarobin","chrysarobins","chrysoberyl","chrysoberyls","chrysocolla","chrysocollas","chrysocracies","chrysocracy","chrysolite","chrysolites","chrysolitic","chrysomelid","chrysomelids","chrysophan","chrysophans","chrysophilite","chrysophilites","chrysophyte","chrysophytes","chrysoprase","chrysoprases","chrysotile","chrysotiles","chthonian","chthonic","chub","chubasco","chubascos","chubbier","chubbiest","chubbily","chubbiness","chubbinesses","chubby","chubs","chuck","chuckawalla","chuckawallas","chucked","chucker","chuckers","chuckhole","chuckholes","chuckie","chuckies","chucking","chuckle","chuckled","chucklehead","chuckleheaded","chuckleheads","chuckler","chucklers","chuckles","chucklesome","chuckling","chucklingly","chucklings","chucks","chuckwalla","chuckwallas","chucky","chuddah","chuddahs","chuddar","chuddars","chudder","chudders","chuddies","chuddy","chufa","chufas","chuff","chuffed","chuffer","chuffest","chuffier","chuffiest","chuffiness","chuffinesses","chuffing","chuffs","chuffy","chug","chugalug","chugalugged","chugalugging","chugalugs","chugged","chugger","chuggers","chugging","chugs","chukar","chukars","chukka","chukkar","chukkars","chukkas","chukker","chukkers","chukor","chukors","chum","chumash","chumashes","chumashim","chumley","chumleys","chummage","chummages","chummed","chummier","chummies","chummiest","chummily","chumminess","chumminesses","chumming","chummy","chump","chumped","chumping","chumpings","chumps","chums","chumship","chumships","chunder","chundered","chundering","chunderous","chunders","chunk","chunked","chunkier","chunkiest","chunkily","chunkiness","chunkinesses","chunking","chunkings","chunks","chunky","chunnel","chunnels","chunner","chunnered","chunnering","chunners","chunter","chuntered","chuntering","chunters","chupati","chupatis","chupatti","chupatties","chupattis","chupatty","chuppa","chuppah","chuppahs","chuppas","chuppot","chuppoth","chuprassies","chuprassy","chur","church","churched","churches","churchgoer","churchgoers","churchgoing","churchgoings","churchianities","churchianity","churchier","churchiest","churching","churchings","churchism","churchisms","churchless","churchlier","churchliest","churchliness","churchlinesses","churchly","churchman","churchmanly","churchmanship","churchmanships","churchmen","churchpeople","churchward","churchwarden","churchwardens","churchwards","churchway","churchways","churchwoman","churchwomen","churchy","churchyard","churchyards","churidar","churidars","churinga","churingas","churl","churlish","churlishly","churlishness","churlishnesses","churls","churn","churned","churner","churners","churning","churnings","churnmilk","churnmilks","churns","churr","churred","churrigueresco","churrigueresque","churring","churro","churros","churrs","churrus","churruses","chuse","chuses","chusing","chut","chute","chuted","chutes","chuting","chutist","chutists","chutnee","chutnees","chutney","chutneys","chutzpa","chutzpah","chutzpahs","chutzpas","chyack","chyacked","chyacking","chyacks","chylaceous","chylde","chyle","chyles","chyliferous","chylification","chylifications","chylified","chylifies","chylify","chylifying","chylomicron","chylomicrons","chylous","chyluria","chylurias","chyme","chymes","chymic","chymics","chymiferous","chymification","chymifications","chymified","chymifies","chymify","chymifying","chymist","chymistries","chymistry","chymists","chymosin","chymosins","chymotrypsin","chymotrypsinogen","chymotrypsinogens","chymotrypsins","chymotryptic","chymous","chynd","chypre","chypres","chytrid","chytrids","ciabatta","ciabattas","ciabatte","ciao","cibachrome","cibachromes","cibation","cibations","cibol","cibols","ciboria","ciborium","ciboule","ciboules","cicada","cicadae","cicadas","cicadellid","cicadellids","cicala","cicalas","cicale","cicatrice","cicatrices","cicatrichule","cicatrichules","cicatricial","cicatricle","cicatricles","cicatricose","cicatricula","cicatriculas","cicatrisant","cicatrisation","cicatrisations","cicatrise","cicatrised","cicatriser","cicatrisers","cicatrises","cicatrising","cicatrix","cicatrixes","cicatrizant","cicatrization","cicatrizations","cicatrize","cicatrized","cicatrizer","cicatrizers","cicatrizes","cicatrizing","cicelies","cicely","cicero","cicerone","ciceroned","ciceroneing","cicerones","ciceroni","ciceros","cichlid","cichlidae","cichlids","cichloid","cichoraceous","cicinnus","cicinnuses","cicisbei","cicisbeism","cicisbeisms","cicisbeo","cicisbeos","ciclaton","ciclatons","ciclatoun","ciclatouns","ciclosporin","ciclosporins","cicoree","cicorees","cicuta","cicutas","cicutine","cicutines","cid","cidaris","cidarises","cide","cided","cider","ciderkin","ciderkins","ciders","cidery","cides","ciding","cids","ciel","cieled","cieling","cielings","ciels","cierge","cierges","cig","cigar","cigaret","cigarets","cigarette","cigarettes","cigarillo","cigarillos","cigarlike","cigars","ciggie","ciggies","ciggy","cigs","ciguatera","ciguateras","cilantro","cilantros","cilia","ciliary","ciliate","ciliated","ciliately","ciliates","ciliation","ciliations","cilice","cilices","cilicious","ciliolate","cilium","cill","cills","cimar","cimars","cimbalom","cimbaloms","cimelia","cimetidine","cimetidines","cimex","cimices","cimier","cimiers","ciminite","ciminites","cimmerian","cimolite","cimolites","cinch","cinched","cinches","cinching","cinchings","cinchona","cinchonaceous","cinchonas","cinchonic","cinchonidine","cinchonidines","cinchonine","cinchonines","cinchoninic","cinchonisation","cinchonisations","cinchonise","cinchonised","cinchonises","cinchonising","cinchonism","cinchonisms","cinchonization","cinchonizations","cinchonize","cinchonized","cinchonizes","cinchonizing","cincinnate","cincinnus","cincinnuses","cinct","cincture","cinctured","cinctures","cincturing","cinder","cindered","cindering","cinderous","cinders","cindery","cine","cineangiography","cineast","cineaste","cineastes","cineasts","cinema","cinemagoer","cinemagoers","cinemas","cinematheque","cinematheques","cinematic","cinematically","cinematise","cinematised","cinematises","cinematising","cinematize","cinematized","cinematizes","cinematizing","cinematograph","cinematographed","cinematographer","cinematographers","cinematographic","cinematographically","cinematographies","cinematographs","cinematography","cinemicrography","cineol","cineole","cineoles","cineols","cinephile","cinephiles","cineplex","cineplexes","cineramic","cineraria","cinerarias","cinerarium","cinerary","cineration","cinerations","cinerator","cinerators","cinerea","cinereal","cinereas","cinereous","cinerin","cinerins","cineritious","cines","cingula","cingular","cingulate","cingulated","cingulum","cinnabar","cinnabaric","cinnabarine","cinnabars","cinnamic","cinnamon","cinnamonic","cinnamons","cinnamony","cinnamyl","cinnamyls","cinnarizine","cinnarizines","cinquain","cinquains","cinque","cinquecentist","cinquecentisti","cinquecentists","cinquecento","cinquecentos","cinquefoil","cinquefoils","cinques","cion","cions","cioppino","cioppinos","cipher","ciphered","cipherer","cipherers","ciphering","cipherings","ciphers","ciphertext","ciphertexts","ciphonies","ciphony","cipolin","cipolins","cipollino","cipollinos","cippi","cippus","ciprofloxacin","ciprofloxacins","circa","circadian","circar","circars","circassian","circassians","circassienne","circassiennes","circensial","circensian","circinate","circinately","circiter","circle","circled","circler","circlers","circles","circlet","circlets","circling","circlings","circlip","circlips","circs","circuit","circuital","circuited","circuiteer","circuiteers","circuities","circuiting","circuitous","circuitously","circuitousness","circuitousnesses","circuitries","circuitry","circuits","circuity","circulable","circular","circularisation","circularise","circularised","circulariser","circularisers","circularises","circularising","circularities","circularity","circularization","circularizations","circularize","circularized","circularizer","circularizers","circularizes","circularizing","circularly","circularness","circularnesses","circulars","circulatable","circulate","circulated","circulates","circulating","circulatings","circulation","circulations","circulative","circulator","circulators","circulatory","circumambages","circumambagious","circumambience","circumambiences","circumambiency","circumambient","circumambiently","circumambulate","circumambulated","circumambulates","circumambulating","circumambulation","circumambulations","circumambulator","circumbendibus","circumcenter","circumcenters","circumcentre","circumcentres","circumcircle","circumcircles","circumcise","circumcised","circumciser","circumcisers","circumcises","circumcising","circumcision","circumcisions","circumduce","circumduced","circumduces","circumducing","circumduct","circumducted","circumducting","circumduction","circumductions","circumductory","circumducts","circumference","circumferences","circumferential","circumferentor","circumferentors","circumflect","circumflected","circumflecting","circumflects","circumflex","circumflexes","circumflexion","circumflexions","circumfluence","circumfluences","circumfluent","circumfluous","circumforanean","circumforaneous","circumfuse","circumfused","circumfuses","circumfusile","circumfusing","circumfusion","circumfusions","circumgyrate","circumgyrated","circumgyrates","circumgyrating","circumgyration","circumgyrations","circumgyratory","circumincession","circuminsession","circumjacencies","circumjacency","circumjacent","circumlittoral","circumlocute","circumlocuted","circumlocutes","circumlocuting","circumlocution","circumlocutions","circumlocutory","circumlunar","circummure","circummured","circummures","circummuring","circumnavigable","circumnavigate","circumnavigated","circumnavigates","circumnavigating","circumnavigation","circumnavigations","circumnavigator","circumnavigators","circumnutate","circumnutated","circumnutates","circumnutating","circumnutation","circumnutations","circumnutatory","circumpolar","circumpose","circumposed","circumposes","circumposing","circumposition","circumpositions","circumscissile","circumscribable","circumscribe","circumscribed","circumscriber","circumscribers","circumscribes","circumscribing","circumscription","circumscriptions","circumscriptive","circumsolar","circumspect","circumspection","circumspections","circumspective","circumspectly","circumspectness","circumstance","circumstanced","circumstances","circumstancing","circumstantial","circumstantialities","circumstantiality","circumstantially","circumstantials","circumstantiate","circumstantiated","circumstantiates","circumstantiating","circumstellar","circumvallate","circumvallated","circumvallates","circumvallating","circumvallation","circumvallations","circumvent","circumvented","circumventer","circumventers","circumventing","circumvention","circumventions","circumventive","circumventor","circumventors","circumvents","circumvolution","circumvolutions","circumvolutory","circumvolve","circumvolved","circumvolves","circumvolving","circus","circuses","circussy","circusy","cire","cires","cirl","cirls","cirque","cirques","cirrate","cirrhipede","cirrhipedes","cirrhosed","cirrhoses","cirrhosis","cirrhotic","cirrhotics","cirri","cirriform","cirrigrade","cirriped","cirripede","cirripedes","cirripeds","cirrocumuli","cirrocumulus","cirrose","cirrostrati","cirrostrative","cirrostratus","cirrous","cirrus","cirsoid","cis","cisalpine","cisco","ciscoes","ciscos","ciseleur","ciseleurs","ciselure","ciselures","cislunar","cismontane","cispadane","cisplatin","cisplatins","cispontine","cissier","cissies","cissiest","cissified","cissing","cissings","cissoid","cissoids","cissus","cissuses","cissy","cist","cistaceous","cisted","cistern","cisterna","cisternae","cisternal","cisterns","cistic","cistron","cistronic","cistrons","cists","cistus","cistuses","cistvaen","cistvaens","cit","citable","citadel","citadels","cital","citals","citation","citational","citations","citator","citators","citatory","cite","citeable","cited","citer","citers","cites","citess","citesses","cithara","citharas","citharist","citharistic","citharists","cither","cithern","citherns","cithers","cithren","cithrens","citied","cities","citification","citifications","citified","citifies","citify","citifying","citigrade","citing","citizen","citizeness","citizenesses","citizenise","citizenised","citizenises","citizenising","citizenize","citizenized","citizenizes","citizenizing","citizenly","citizenries","citizenry","citizens","citizenship","citizenships","cito","citola","citolas","citole","citoles","citral","citrals","citrange","citranges","citrate","citrated","citrates","citreous","citric","citriculture","citricultures","citriculturist","citriculturists","citrin","citrine","citrines","citrinin","citrinins","citrins","citron","citronella","citronellal","citronellals","citronellas","citronellol","citronellols","citrons","citrous","citrulline","citrullines","citrus","citruses","citrussy","citrusy","cits","cittern","citterns","city","cityfication","cityfications","cityfied","cityfies","cityfy","cityfying","cityscape","cityscapes","cityward","citywide","cive","cives","civet","civetlike","civets","civic","civically","civicism","civicisms","civics","civie","civies","civil","civilian","civilianisation","civilianise","civilianised","civilianises","civilianising","civilianization","civilianizations","civilianize","civilianized","civilianizes","civilianizing","civilians","civilisable","civilisation","civilisational","civilisations","civilise","civilised","civiliser","civilisers","civilises","civilising","civilist","civilists","civilities","civility","civilizable","civilization","civilizational","civilizations","civilize","civilized","civilizer","civilizers","civilizes","civilizing","civilly","civilness","civilnesses","civils","civism","civisms","civvies","civvy","cizers","clabber","clabbered","clabbering","clabbers","clach","clachan","clachans","clachs","clack","clackbox","clackboxes","clackdish","clackdishes","clacked","clacker","clackers","clacking","clacks","clad","claddagh","claddaghs","cladded","cladder","cladders","claddie","claddies","cladding","claddings","clade","clades","cladism","cladisms","cladist","cladistic","cladistically","cladistics","cladists","cladoceran","cladocerans","cladode","cladodes","cladodial","cladogeneses","cladogenesis","cladogenetic","cladogenetically","cladogram","cladograms","cladophyll","cladophylla","cladophylls","cladophyllum","cladosporia","cladosporium","cladosporiums","clads","claes","clafouti","clafoutis","clag","clagged","claggier","claggiest","clagging","claggy","clags","claim","claimable","claimant","claimants","claimed","claimer","claimers","claiming","claims","clairaudience","clairaudiences","clairaudient","clairaudiently","clairaudients","claircolle","claircolles","clairschach","clairschachs","clairvoyance","clairvoyances","clairvoyancies","clairvoyancy","clairvoyant","clairvoyantly","clairvoyants","clam","clamancies","clamancy","clamant","clamantly","clamatorial","clambake","clambakes","clambe","clamber","clambered","clamberer","clamberers","clambering","clambers","clame","clames","clamjamfries","clamjamfry","clamjamphrie","clamjamphries","clamlike","clammed","clammer","clammers","clammier","clammiest","clammily","clamminess","clamminesses","clamming","clammy","clamor","clamored","clamorer","clamorers","clamoring","clamorous","clamorously","clamorousness","clamorousnesses","clamors","clamour","clamoured","clamourer","clamourers","clamouring","clamours","clamp","clampdown","clampdowns","clamped","clamper","clampered","clampering","clampers","clamping","clamps","clams","clamshell","clamshells","clamworm","clamworms","clan","clandestine","clandestinely","clandestineness","clandestinenesses","clandestinities","clandestinity","clang","clangbox","clangboxes","clanged","clanger","clangers","clanging","clangings","clangor","clangored","clangoring","clangorous","clangorously","clangors","clangour","clangoured","clangouring","clangours","clangs","clanjamfray","clanjamfrays","clank","clanked","clankier","clankiest","clanking","clankingly","clankings","clanks","clanky","clannish","clannishly","clannishness","clannishnesses","clans","clanship","clanships","clansman","clansmen","clanswoman","clanswomen","clap","clapboard","clapboarded","clapboarding","clapboards","clapbread","clapbreads","clapdish","clapdishes","clapnet","clapnets","clapometer","clapometers","clapped","clapper","clapperboard","clapperboards","clapperboy","clapperboys","clapperclaw","clapperclawed","clapperclawer","clapperclawers","clapperclawing","clapperclaws","clappered","clappering","clapperings","clappers","clapping","clappings","claps","clapt","claptrap","claptrapperies","claptrappery","claptraps","claque","claquer","claquers","claques","claqueur","claqueurs","clarabella","clarabellas","clarain","clarains","clarence","clarences","clarendon","clarendons","claret","clareted","clareting","clarets","claribella","claribellas","clarichord","clarichords","claries","clarification","clarifications","clarified","clarifier","clarifiers","clarifies","clarify","clarifying","clarinet","clarinetist","clarinetists","clarinets","clarinettist","clarinettists","clarini","clarino","clarinos","clarion","clarioned","clarionet","clarionets","clarioning","clarions","clarities","clarity","clarkia","clarkias","claro","claroes","claros","clarsach","clarsachs","clart","clarted","clarthead","clartheads","clartier","clartiest","clarting","clarts","clarty","clary","clash","clashed","clasher","clashers","clashes","clashing","clashingly","clashings","clasp","clasped","clasper","claspers","clasping","claspings","clasps","claspt","class","classable","classed","classer","classers","classes","classible","classic","classical","classicalism","classicalisms","classicalist","classicalists","classicalities","classicality","classically","classicalness","classicalnesses","classicals","classicise","classicised","classicises","classicising","classicism","classicisms","classicist","classicistic","classicists","classicize","classicized","classicizes","classicizing","classico","classics","classier","classiest","classifiable","classific","classification","classifications","classificatory","classified","classifier","classifiers","classifies","classify","classifying","classily","classiness","classinesses","classing","classings","classis","classism","classisms","classist","classists","classless","classlessness","classlessnesses","classman","classmate","classmates","classmen","classon","classons","classroom","classrooms","classwork","classworks","classy","clast","clastic","clastics","clasts","clat","clatch","clatched","clatches","clatching","clathrate","clathrates","clats","clatted","clatter","clattered","clatterer","clatterers","clattering","clatteringly","clatters","clattery","clatting","claucht","clauchted","clauchting","clauchts","claudication","claudications","claught","claughted","claughting","claughts","clausal","clause","clauses","claustra","claustral","claustration","claustrations","claustrophobe","claustrophobes","claustrophobia","claustrophobias","claustrophobic","claustrophobically","claustrum","clausula","clausulae","clausular","claut","clauted","clauting","clauts","clavate","clavated","clavately","clavation","clavations","clave","clavecin","clavecinist","clavecinists","clavecins","claver","clavered","clavering","clavers","claves","clavi","clavicembalo","clavicembalos","clavichord","clavichordist","clavichordists","clavichords","clavicle","clavicles","clavicorn","clavicorns","clavicula","claviculae","clavicular","claviculate","clavicytheria","clavicytherium","clavie","clavier","clavierist","clavieristic","clavierists","claviers","clavies","claviform","claviger","clavigerous","clavigers","clavis","clavulate","clavus","claw","clawback","clawbacks","clawed","clawer","clawers","clawhammer","clawing","clawless","clawlike","claws","claxon","claxons","clay","claybank","claybanks","clayed","clayey","clayier","clayiest","claying","clayish","claylike","claymation","claymations","claymore","claymores","claypan","claypans","clays","claystone","claystones","claytonia","claytonias","clayware","claywares","clean","cleanabilities","cleanability","cleanable","cleaned","cleaner","cleaners","cleanest","cleanhanded","cleaning","cleanings","cleanlier","cleanliest","cleanlily","cleanliness","cleanlinesses","cleanly","cleanness","cleannesses","cleans","cleansable","cleanse","cleansed","cleanser","cleansers","cleanses","cleansing","cleansings","cleanskin","cleanskins","cleanup","cleanups","clear","clearable","clearage","clearages","clearance","clearances","clearcole","clearcoled","clearcoles","clearcoling","clearcut","clearcuts","clearcutting","cleared","clearer","clearers","clearest","cleareyed","clearheaded","clearheadedly","clearheadedness","clearheadednesses","clearing","clearinghouse","clearinghouses","clearings","clearly","clearness","clearnesses","clears","clearskin","clearskins","clearstoried","clearstories","clearstory","clearway","clearways","clearweed","clearweeds","clearwing","clearwings","cleat","cleated","cleating","cleats","cleavabilities","cleavability","cleavable","cleavableness","cleavablenesses","cleavage","cleavages","cleave","cleaved","cleaver","cleavers","cleaves","cleaving","cleavings","cleche","cleck","clecked","cleckier","cleckiest","clecking","cleckings","clecks","clecky","cleek","cleeked","cleeking","cleekit","cleeks","cleep","cleeped","cleeping","cleeps","cleeve","cleeves","clef","clefs","cleft","clefted","clefting","clefts","cleg","clegs","cleidoic","cleik","cleiks","cleistogamic","cleistogamies","cleistogamous","cleistogamously","cleistogamy","cleithral","clem","clematis","clematises","clemencies","clemency","clement","clementine","clementines","clemently","clemmed","clemming","clems","clenbuterol","clenbuterols","clench","clenched","clencher","clenchers","clenches","clenching","cleome","cleomes","cleopatra","cleopatras","clepe","cleped","clepes","cleping","clepsydra","clepsydrae","clepsydras","clept","cleptocracies","cleptocracy","cleptomania","cleptomaniac","cleptomaniacs","cleptomanias","clerestoried","clerestories","clerestory","clergiable","clergies","clergy","clergyable","clergyman","clergymen","clergywoman","clergywomen","cleric","clerical","clericalism","clericalisms","clericalist","clericalists","clerically","clericals","clericate","clericates","clericities","clericity","clerics","clerid","clerids","clerihew","clerihews","clerisies","clerisy","clerk","clerkdom","clerkdoms","clerked","clerkess","clerkesses","clerking","clerkish","clerklier","clerkliest","clerklike","clerkliness","clerklinesses","clerkling","clerklings","clerkly","clerks","clerkship","clerkships","cleromancies","cleromancy","cleruch","cleruchia","cleruchial","cleruchias","cleruchies","cleruchs","cleruchy","cleuch","cleuchs","cleugh","cleughs","cleve","cleveite","cleveites","clever","cleveralities","cleverality","cleverdick","cleverdicks","cleverer","cleverest","cleverish","cleverly","cleverness","clevernesses","cleves","clevis","clevises","clew","clewed","clewing","clews","clianthus","clianthuses","cliche","cliched","clicheed","cliches","click","clickable","clicked","clicker","clickers","clicket","clicketed","clicketing","clickets","clicking","clickings","clickless","clicks","clickstream","clickstreams","clickwrap","clickwraps","clied","client","clientage","clientages","cliental","clientele","clienteles","clientless","clients","clientship","clientships","clies","cliff","cliffed","cliffhang","cliffhanger","cliffhangers","cliffhanging","cliffhangings","cliffhangs","cliffhung","cliffier","cliffiest","clifflike","cliffs","cliffy","clift","clifted","cliftier","cliftiest","clifts","clifty","climacteric","climacterical","climacterically","climacterics","climactic","climactical","climactically","climatal","climate","climated","climates","climatic","climatical","climatically","climating","climatise","climatised","climatises","climatising","climatize","climatized","climatizes","climatizing","climatographies","climatography","climatologic","climatological","climatologically","climatologies","climatologist","climatologists","climatology","climature","climatures","climax","climaxed","climaxes","climaxing","climaxless","climb","climbable","climbdown","climbdowns","climbed","climber","climbers","climbing","climbings","climbs","clime","climes","clinal","clinally","clinamen","clinamens","clinandria","clinandrium","clinch","clinched","clincher","clinchers","clinches","clinching","clinchingly","clindamycin","clindamycins","cline","clines","cling","clinged","clinger","clingers","clingfilm","clingfilms","clingfish","clingfishes","clingier","clingiest","clinginess","clinginesses","clinging","clingingly","clingingness","clingingnesses","clings","clingstone","clingstones","clingy","clinic","clinical","clinically","clinicalness","clinicalnesses","clinician","clinicians","clinicopathologic","clinicopathological","clinicopathologically","clinics","clinique","cliniques","clink","clinked","clinker","clinkered","clinkering","clinkers","clinking","clinks","clinkstone","clinkstones","clinoaxes","clinoaxis","clinochlore","clinochlores","clinodiagonal","clinodiagonals","clinometer","clinometers","clinometric","clinometrical","clinometries","clinometry","clinopinacoid","clinopinacoids","clinopinakoid","clinopinakoids","clinopyroxene","clinopyroxenes","clinostat","clinostats","clinquant","clinquants","clint","clintonia","clintonias","clints","cliometric","cliometrical","cliometrician","cliometricians","cliometrics","clip","clipart","cliparts","clipboard","clipboards","clipe","cliped","clipes","cliping","clippable","clipped","clipper","clippers","clippie","clippies","clipping","clippings","clips","clipshear","clipshears","clipsheet","clipsheets","clipt","clique","cliqued","cliques","cliquey","cliquier","cliquiest","cliquiness","cliquinesses","cliquing","cliquish","cliquishly","cliquishness","cliquishnesses","cliquism","cliquisms","cliquy","clishmaclaver","clishmaclavers","clistogamies","clistogamy","clit","clitella","clitellar","clitellum","clithral","clitic","cliticise","cliticised","cliticises","cliticising","cliticize","cliticized","cliticizes","cliticizing","clitics","clitoral","clitorectomies","clitorectomy","clitoric","clitoridectomies","clitoridectomy","clitorides","clitoris","clitorises","clits","clitter","clittered","clittering","clitters","clivers","clivia","clivias","cloaca","cloacae","cloacal","cloacaline","cloacas","cloacinal","cloacitis","cloacitises","cloak","cloaked","cloaking","cloakroom","cloakrooms","cloaks","cloam","cloams","clobber","clobbered","clobbering","clobbers","clochard","clochards","cloche","cloches","clock","clocked","clocker","clockers","clocking","clockings","clocklike","clockmaker","clockmakers","clocks","clockwise","clockwork","clockworks","clod","clodded","cloddier","cloddiest","clodding","cloddish","cloddishly","cloddishness","cloddishnesses","cloddy","clodhopper","clodhoppers","clodhopping","clodly","clodpate","clodpated","clodpates","clodpole","clodpoles","clodpoll","clodpolls","clods","cloff","cloffs","clofibrate","clofibrates","clog","clogdance","clogdances","clogged","clogger","cloggers","cloggier","cloggiest","cloggily","clogginess","clogginesses","clogging","cloggings","cloggy","clogs","cloison","cloisonnage","cloisonnages","cloisonne","cloisonnes","cloisons","cloister","cloistered","cloisterer","cloisterers","cloistering","cloisters","cloistral","cloistress","cloistresses","cloke","cloked","clokes","cloking","clomb","clomiphene","clomiphenes","clomp","clomped","clomping","clomps","clon","clonal","clonally","clonazepam","clonazepams","clone","cloned","cloner","cloners","clones","clonic","clonicities","clonicity","clonidine","clonidines","cloning","clonings","clonism","clonisms","clonk","clonked","clonking","clonks","clons","clonus","clonuses","cloop","cloops","cloot","clootie","cloots","clop","clopped","clopping","clops","cloque","cloques","closable","close","closeable","closed","closedown","closedowns","closefisted","closehead","closeheads","closely","closemouthed","closeness","closenesses","closeout","closeouts","closer","closers","closes","closest","closestool","closestools","closet","closeted","closetful","closetfuls","closeting","closets","closeup","closeups","closing","closings","clostridia","clostridial","clostridian","clostridium","clostridiums","closure","closured","closures","closuring","clot","clotbur","clotburs","clote","clotes","cloth","clothbound","clothe","clothed","clothes","clotheshorse","clotheshorses","clothesline","clotheslined","clotheslines","clotheslining","clothespin","clothespins","clothespress","clothespresses","clothier","clothiers","clothing","clothings","clothlike","cloths","clotpoll","clotpolls","clots","clotted","clotter","clottered","clottering","clotters","clottier","clottiest","clottiness","clottinesses","clotting","clottings","clottish","clotty","cloture","clotured","clotures","cloturing","clou","cloud","cloudage","cloudages","cloudberries","cloudberry","cloudburst","cloudbursts","clouded","cloudier","cloudiest","cloudily","cloudiness","cloudinesses","clouding","cloudings","cloudland","cloudlands","cloudless","cloudlessly","cloudlessness","cloudlessnesses","cloudlet","cloudlets","cloudlike","clouds","cloudscape","cloudscapes","cloudtown","cloudtowns","cloudy","clough","cloughs","clour","cloured","clouring","clours","clous","clout","clouted","clouter","clouterly","clouters","clouting","clouts","clove","cloven","clover","clovered","clovergrass","clovergrasses","cloverleaf","cloverleafs","cloverleaves","clovers","clovery","cloves","clovis","clow","clowder","clowders","clown","clowned","clowneries","clownery","clownfish","clownfishes","clowning","clownings","clownish","clownishly","clownishness","clownishnesses","clowns","clows","cloxacillin","cloxacillins","cloy","cloye","cloyed","cloyes","cloying","cloyingly","cloyless","cloyment","cloyments","cloys","cloysome","clozapine","clozapines","cloze","clozes","club","clubabilities","clubability","clubable","clubbabilities","clubbability","clubbable","clubbed","clubber","clubbers","clubbier","clubbiest","clubbily","clubbiness","clubbinesses","clubbing","clubbings","clubbish","clubbism","clubbisms","clubbist","clubbists","clubby","clubface","clubfaces","clubfeet","clubfoot","clubfooted","clubhand","clubhands","clubhaul","clubhauled","clubhauling","clubhauls","clubhead","clubheads","clubhouse","clubhouses","clubland","clublands","clubman","clubmanship","clubmanships","clubmaster","clubmasters","clubmen","clubroom","clubrooms","clubroot","clubroots","clubrush","clubrushes","clubs","clubwoman","clubwomen","cluck","clucked","cluckier","cluckiest","clucking","clucks","clucky","cludgie","cludgies","clue","clued","clueing","clueless","clues","cluing","clumber","clumbers","clump","clumped","clumper","clumpers","clumpier","clumpiest","clumpiness","clumpinesses","clumping","clumpish","clumplike","clumps","clumpy","clumsier","clumsiest","clumsily","clumsiness","clumsinesses","clumsy","clunch","clunches","clung","clunk","clunked","clunker","clunkers","clunkier","clunkiest","clunking","clunks","clunky","clupeid","clupeids","clupeoid","clupeoids","clusia","clusias","cluster","clustered","clustering","clusteringly","clusters","clustery","clutch","clutched","clutches","clutching","clutchy","clutter","cluttered","cluttering","clutters","cluttery","cly","clying","clype","clypeal","clypeate","clyped","clypei","clypeiform","clypes","clypeus","clyping","clyster","clysters","cnemial","cnemides","cnemis","cnida","cnidae","cnidarian","cnidarians","cnidoblast","cnidoblasts","coacervate","coacervated","coacervates","coacervating","coacervation","coacervations","coach","coachable","coachbuilder","coachbuilders","coachbuilding","coachbuildings","coachbuilt","coachdog","coachdogs","coached","coachee","coachees","coacher","coachers","coaches","coachier","coachies","coachiest","coaching","coachings","coachline","coachlines","coachload","coachloads","coachman","coachmen","coachwhip","coachwhips","coachwood","coachwoods","coachwork","coachworks","coachy","coact","coacted","coacting","coaction","coactions","coactive","coactively","coactivities","coactivity","coactor","coactors","coacts","coadaptation","coadaptations","coadapted","coadjacencies","coadjacency","coadjacent","coadjutant","coadjutants","coadjutor","coadjutors","coadjutorship","coadjutorships","coadjutress","coadjutresses","coadjutrices","coadjutrix","coadjutrixes","coadministration","coadministrations","coadmire","coadmired","coadmires","coadmiring","coadmit","coadmits","coadmitted","coadmitting","coadunate","coadunated","coadunates","coadunating","coadunation","coadunations","coadunative","coaeval","coaevals","coagencies","coagency","coagent","coagents","coagula","coagulabilities","coagulability","coagulable","coagulant","coagulants","coagulase","coagulases","coagulate","coagulated","coagulates","coagulating","coagulation","coagulations","coagulative","coagulator","coagulators","coagulatory","coagulum","coagulums","coaita","coaitas","coal","coala","coalas","coalball","coalballs","coalbin","coalbins","coalbox","coalboxes","coaled","coaler","coalers","coalesce","coalesced","coalescence","coalescences","coalescent","coalesces","coalescing","coalface","coalfaces","coalfield","coalfields","coalfish","coalfishes","coalhole","coalholes","coalhouse","coalhouses","coalier","coaliest","coalification","coalifications","coalified","coalifies","coalify","coalifying","coaling","coalise","coalised","coalises","coalising","coalition","coalitional","coalitioner","coalitioners","coalitionism","coalitionisms","coalitionist","coalitionists","coalitions","coalize","coalized","coalizes","coalizing","coalless","coalman","coalmaster","coalmasters","coalmen","coalmine","coalminer","coalminers","coalmines","coalpit","coalpits","coals","coalsack","coalsacks","coalshed","coalsheds","coaly","coalyard","coalyards","coaming","coamings","coanchor","coanchored","coanchoring","coanchors","coannex","coannexed","coannexes","coannexing","coappear","coappeared","coappearing","coappears","coapt","coaptation","coaptations","coapted","coapting","coapts","coarb","coarbs","coarctate","coarctated","coarctates","coarctating","coarctation","coarctations","coarse","coarsely","coarsen","coarsened","coarseness","coarsenesses","coarsening","coarsens","coarser","coarsest","coarsish","coassist","coassisted","coassisting","coassists","coassume","coassumed","coassumes","coassuming","coast","coastal","coastally","coasted","coasteering","coasteerings","coaster","coasters","coastguard","coastguardman","coastguardmen","coastguards","coastguardsman","coastguardsmen","coasting","coastings","coastland","coastlands","coastline","coastlines","coasts","coastward","coastwards","coastwise","coat","coatdress","coatdresses","coate","coated","coatee","coatees","coater","coaters","coates","coati","coatimundi","coatimundis","coating","coatings","coatis","coatless","coatrack","coatracks","coatroom","coatrooms","coats","coatstand","coatstands","coattail","coattails","coattend","coattended","coattending","coattends","coattest","coattested","coattesting","coattests","coauthor","coauthored","coauthoring","coauthors","coauthorship","coauthorships","coax","coaxal","coaxed","coaxer","coaxers","coaxes","coaxial","coaxially","coaxing","coaxingly","cob","cobaea","cobaeas","cobalamin","cobalamins","cobalt","cobaltic","cobaltiferous","cobaltine","cobaltines","cobaltite","cobaltites","cobaltous","cobalts","cobb","cobbed","cobber","cobbers","cobbier","cobbiest","cobbing","cobble","cobbled","cobbler","cobbleries","cobblers","cobblery","cobbles","cobblestone","cobblestoned","cobblestones","cobblestoning","cobbling","cobblings","cobbs","cobby","cobelligerent","cobelligerents","cobia","cobias","coble","cobles","cobloaf","cobloaves","cobnut","cobnuts","cobra","cobras","cobric","cobriform","cobs","coburg","coburgs","cobweb","cobwebbed","cobwebberies","cobwebbery","cobwebbier","cobwebbiest","cobwebbing","cobwebby","cobwebs","cobza","cobzas","coca","cocain","cocaine","cocaines","cocainisation","cocainisations","cocainise","cocainised","cocainises","cocainising","cocainism","cocainisms","cocainist","cocainists","cocainization","cocainizations","cocainize","cocainized","cocainizes","cocainizing","cocains","cocaptain","cocaptained","cocaptaining","cocaptains","cocarboxylase","cocarboxylases","cocarcinogen","cocarcinogenic","cocarcinogens","cocas","cocatalyst","cocatalysts","coccal","cocci","coccic","coccid","coccidia","coccidioidomycoses","coccidioidomycosis","coccidioses","coccidiosis","coccidiostat","coccidiostats","coccidium","coccids","cocciferous","coccineous","cocco","coccoid","coccoidal","coccoids","coccolite","coccolites","coccolith","coccoliths","coccos","coccous","coccus","coccygeal","coccyges","coccygian","coccyx","coccyxes","coch","cochair","cochaired","cochairing","cochairman","cochairmen","cochairperson","cochairpersons","cochairs","cochairwoman","cochairwomen","cochampion","cochampions","coches","cochin","cochineal","cochineals","cochins","cochlea","cochleae","cochlear","cochleare","cochleares","cochleariform","cochlears","cochleas","cochleate","cochleated","cocinera","cocineras","cock","cockabullies","cockabully","cockade","cockaded","cockades","cockaleekie","cockaleekies","cockalorum","cockalorums","cockamamie","cockamamy","cockapoo","cockapoos","cockateel","cockateels","cockatiel","cockatiels","cockatoo","cockatoos","cockatrice","cockatrices","cockbill","cockbilled","cockbilling","cockbills","cockbird","cockbirds","cockboat","cockboats","cockchafer","cockchafers","cockcrow","cockcrowing","cockcrowings","cockcrows","cocked","cocker","cockered","cockerel","cockerels","cockering","cockernonies","cockernony","cockers","cocket","cockets","cockeye","cockeyed","cockeyedly","cockeyedness","cockeyednesses","cockeyes","cockfight","cockfighting","cockfightings","cockfights","cockhorse","cockhorses","cockieleekie","cockieleekies","cockier","cockies","cockiest","cockily","cockiness","cockinesses","cocking","cockish","cockle","cockleboat","cockleboats","cocklebur","cockleburs","cockled","cockleert","cockleerts","cockleman","cocklemen","cockler","cocklers","cockles","cockleshell","cockleshells","cocklike","cockling","cocklings","cockloft","cocklofts","cockmatch","cockmatches","cockney","cockneydom","cockneydoms","cockneyfication","cockneyfied","cockneyfies","cockneyfy","cockneyfying","cockneyish","cockneyism","cockneyisms","cockneys","cocknification","cocknifications","cocknified","cocknifies","cocknify","cocknifying","cockpit","cockpits","cockroach","cockroaches","cocks","cockscomb","cockscombs","cocksfoot","cocksfoots","cockshies","cockshot","cockshots","cockshut","cockshuts","cockshy","cocksier","cocksiest","cocksiness","cocksinesses","cockspur","cockspurs","cocksucker","cocksuckers","cocksure","cocksurely","cocksureness","cocksurenesses","cockswain","cockswained","cockswaining","cockswains","cocksy","cocktail","cocktailed","cocktailing","cocktails","cockteaser","cockteasers","cockthrowing","cockthrowings","cockup","cockups","cocky","cockyleekies","cockyleeky","coco","cocoa","cocoanut","cocoanuts","cocoas","cocobola","cocobolas","cocobolo","cocobolos","cocomat","cocomats","cocomposer","cocomposers","coconscious","coconsciouses","coconsciousness","coconspirator","coconspirators","coconut","coconuts","cocoon","cocooned","cocooneries","cocoonery","cocooning","cocoonings","cocoons","cocopan","cocopans","cocoplum","cocoplums","cocos","cocotte","cocottes","cocounsel","cocounseled","cocounseling","cocounselled","cocounselling","cocounsels","cocoyam","cocoyams","cocozelle","cocozelles","cocreate","cocreated","cocreates","cocreating","cocreator","cocreators","coctile","coction","coctions","cocultivate","cocultivated","cocultivates","cocultivating","cocultivation","cocultivations","coculture","cocultured","cocultures","coculturing","cocurator","cocurators","cocurricular","cocuswood","cocuswoods","cod","coda","codable","codas","codded","codder","codders","codding","coddle","coddled","coddler","coddlers","coddles","coddling","code","codebook","codebooks","codebtor","codebtors","codec","codeclination","codeclinations","codecs","coded","codefendant","codefendants","codeia","codeias","codein","codeina","codeinas","codeine","codeines","codeins","codeless","coden","codename","codenames","codens","codependence","codependences","codependencies","codependency","codependent","codependents","coder","coderive","coderived","coderives","coderiving","coders","codes","codesign","codesigned","codesigning","codesigns","codetermination","codeterminations","codetta","codettas","codevelop","codeveloped","codeveloper","codevelopers","codeveloping","codevelops","codeword","codewords","codex","codfish","codfishes","codger","codgers","codices","codicil","codicillary","codicils","codicological","codicologies","codicology","codifiabilities","codifiability","codification","codifications","codified","codifier","codifiers","codifies","codify","codifying","codilla","codillas","codille","codilles","coding","codings","codirect","codirected","codirecting","codirection","codirections","codirector","codirectors","codirects","codiscover","codiscovered","codiscoverer","codiscoverers","codiscovering","codiscovers","codist","codists","codlin","codling","codlings","codlins","codologies","codology","codomain","codomains","codominance","codominances","codominant","codominants","codon","codons","codpiece","codpieces","codrive","codriven","codriver","codrivers","codrives","codriving","codrove","cods","codswallop","codswallops","coed","coedit","coedited","coediting","coeditor","coeditors","coedits","coeds","coeducation","coeducational","coeducationally","coeducations","coeffect","coeffects","coefficient","coefficients","coehorn","coehorns","coelacanth","coelacanthic","coelacanths","coelanaglyphic","coelentera","coelenterate","coelenterates","coelenteric","coelenteron","coeliac","coeliacs","coelom","coelomata","coelomate","coelomates","coelomatic","coelome","coelomes","coelomic","coeloms","coelostat","coelostats","coelurosaur","coelurosaurs","coembodied","coembodies","coembody","coembodying","coemploy","coemployed","coemploying","coemploys","coempt","coempted","coempting","coemption","coemptions","coempts","coenacle","coenacles","coenact","coenacted","coenacting","coenacts","coenaestheses","coenaesthesia","coenaesthesias","coenaesthesis","coenamor","coenamored","coenamoring","coenamors","coendure","coendured","coendures","coenduring","coenenchyma","coenenchymas","coenenchymata","coenestheses","coenesthesia","coenesthesias","coenesthesis","coenesthetic","coenobia","coenobite","coenobites","coenobitic","coenobitical","coenobitism","coenobitisms","coenobium","coenocyte","coenocytes","coenocytic","coenosarc","coenosarcs","coenospecies","coenosteum","coenosteums","coenure","coenures","coenuri","coenurus","coenzymatic","coenzymatically","coenzyme","coenzymes","coequal","coequalities","coequality","coequally","coequalness","coequalnesses","coequals","coequate","coequated","coequates","coequating","coerce","coerced","coercer","coercers","coerces","coercible","coercibly","coercimeter","coercimeters","coercing","coercion","coercionist","coercionists","coercions","coercive","coercively","coerciveness","coercivenesses","coercivities","coercivity","coerect","coerected","coerecting","coerects","coesite","coesites","coessential","coessentiality","coessentially","coessentialness","coetaneous","coetaneously","coetaneousness","coeternal","coeternally","coeternities","coeternity","coeval","coevalities","coevality","coevally","coevals","coevolution","coevolutionary","coevolutions","coevolve","coevolved","coevolves","coevolving","coexecutor","coexecutors","coexecutrices","coexecutrix","coexecutrixes","coexert","coexerted","coexerting","coexerts","coexist","coexisted","coexistence","coexistences","coexistent","coexisting","coexists","coextend","coextended","coextending","coextends","coextension","coextensions","coextensive","coextensively","cofactor","cofactors","cofavorite","cofavorites","cofeature","cofeatured","cofeatures","cofeaturing","coff","coffed","coffee","coffeecake","coffeecakes","coffeehouse","coffeehouses","coffeemaker","coffeemakers","coffeepot","coffeepots","coffees","coffer","cofferdam","cofferdams","coffered","coffering","coffers","coffin","coffined","coffing","coffining","coffinite","coffinites","coffins","coffle","coffled","coffles","coffling","coffret","coffrets","coffs","cofinance","cofinanced","cofinances","cofinancing","cofiring","cofirings","cofound","cofounded","cofounder","cofounders","cofounding","cofounds","coft","cofunction","cofunctions","cog","cogence","cogences","cogencies","cogency","cogener","cogeneration","cogenerations","cogenerator","cogenerators","cogeners","cogent","cogently","cogged","cogger","coggers","coggie","coggies","cogging","coggings","coggle","coggled","coggles","cogglier","coggliest","coggling","coggly","cogie","cogies","cogitable","cogitate","cogitated","cogitates","cogitating","cogitatingly","cogitation","cogitations","cogitative","cogitatively","cogitativeness","cogitator","cogitators","cogito","cogitos","cognac","cognacs","cognate","cognately","cognateness","cognatenesses","cognates","cognation","cognations","cognisable","cognisably","cognisance","cognisances","cognisant","cognise","cognised","cogniser","cognisers","cognises","cognising","cognition","cognitional","cognitions","cognitive","cognitively","cognitivism","cognitivisms","cognitivities","cognitivity","cognizable","cognizably","cognizance","cognizances","cognizant","cognize","cognized","cognizer","cognizers","cognizes","cognizing","cognomen","cognomens","cognomina","cognominal","cognominally","cognominate","cognominated","cognominates","cognominating","cognomination","cognominations","cognosce","cognosced","cognoscente","cognoscenti","cognosces","cognoscible","cognoscing","cognovit","cognovits","cogon","cogons","cogs","cogue","cogues","cogway","cogways","cogwheel","cogwheels","cohab","cohabit","cohabitant","cohabitants","cohabitation","cohabitations","cohabited","cohabitee","cohabitees","cohabiter","cohabiters","cohabiting","cohabits","cohabs","cohead","coheaded","coheading","coheads","coheir","coheiress","coheiresses","coheirs","cohen","cohens","cohere","cohered","coherence","coherences","coherencies","coherency","coherent","coherently","coherer","coherers","coheres","cohering","coheritor","coheritors","cohesibilities","cohesibility","cohesible","cohesion","cohesionless","cohesions","cohesive","cohesively","cohesiveness","cohesivenesses","cohibit","cohibited","cohibiting","cohibition","cohibitions","cohibitive","cohibits","coho","cohobate","cohobated","cohobates","cohobating","cohoe","cohoes","cohog","cohogs","coholder","coholders","cohomological","cohomologies","cohomology","cohorn","cohorns","cohort","cohortative","cohortatives","cohorts","cohos","cohosh","cohoshes","cohost","cohosted","cohostess","cohostessed","cohostesses","cohostessing","cohosting","cohosts","cohousing","cohousings","cohune","cohunes","cohyponym","cohyponyms","coif","coifed","coiffe","coiffed","coiffes","coiffeur","coiffeurs","coiffeuse","coiffeuses","coiffing","coiffure","coiffured","coiffures","coiffuring","coifing","coifs","coign","coigne","coigned","coignes","coigning","coigns","coil","coilabilities","coilability","coiled","coiler","coilers","coiling","coils","coin","coinable","coinage","coinages","coincide","coincided","coincidence","coincidences","coincidencies","coincidency","coincident","coincidental","coincidentally","coincidently","coincides","coinciding","coined","coiner","coiners","coinfect","coinfected","coinfecting","coinfects","coinfer","coinferred","coinferring","coinfers","coinhere","coinhered","coinherence","coinherences","coinheres","coinhering","coinheritance","coinheritances","coinheritor","coinheritors","coining","coinings","coinmate","coinmates","coinop","coins","coinstantaneity","coinstantaneous","coinsurance","coinsurances","coinsure","coinsured","coinsurer","coinsurers","coinsures","coinsuring","cointer","cointerred","cointerring","cointers","cointreau","cointreaus","coinvent","coinvented","coinventing","coinventor","coinventors","coinvents","coinvestigator","coinvestigators","coinvestor","coinvestors","coir","coirs","coistrel","coistrels","coistril","coistrils","coit","coital","coitally","coition","coitional","coitions","coits","coitus","coituses","cojoin","cojoined","cojoining","cojoins","cojones","coke","coked","cokehead","cokeheads","cokelike","cokernut","cokernuts","cokes","cokeses","cokier","cokiest","coking","cokuloris","cokulorises","coky","col","cola","colander","colanders","colas","colatitude","colatitudes","colbies","colby","colbys","colcannon","colcannons","colchica","colchicine","colchicines","colchicum","colchicums","colcothar","colcothars","cold","coldblood","coldbloods","coldcock","coldcocked","coldcocking","coldcocks","colder","coldest","coldhearted","coldheartedly","coldheartedness","coldheartednesses","coldhouse","coldhouses","coldie","coldies","coldish","coldly","coldness","coldnesses","colds","cole","colead","coleader","coleaders","coleading","coleads","colectomies","colectomy","coled","colemanite","colemanites","coleopter","coleoptera","coleopteral","coleopteran","coleopterans","coleopterist","coleopterists","coleopteron","coleopterons","coleopterous","coleopters","coleoptile","coleoptiles","coleorhiza","coleorhizae","coleorhizas","coleorrhiza","coleorrhizae","coleorrhizas","coles","coleseed","coleseeds","coleslaw","coleslaws","colessee","colessees","colessor","colessors","colestipol","colestipols","coletit","coletits","coleus","coleuses","colewort","coleworts","coley","coleys","colibri","colibris","colic","colicin","colicine","colicines","colicins","colickier","colickiest","colicky","colicroot","colicroots","colics","colicweed","colicweeds","colies","coliform","coliforms","colin","colinear","colinearities","colinearity","colins","coliphage","coliphages","coliseum","coliseums","colistin","colistins","colitic","colitis","colitises","coll","collaborate","collaborated","collaborates","collaborating","collaboration","collaborationism","collaborationisms","collaborationist","collaborationists","collaborations","collaborative","collaboratively","collaboratives","collaborator","collaborators","collage","collaged","collagen","collagenase","collagenases","collagenic","collagenous","collagens","collages","collaging","collagist","collagists","collapsability","collapsable","collapsar","collapsars","collapse","collapsed","collapses","collapsibilities","collapsibility","collapsible","collapsing","collar","collarbone","collarbones","collard","collards","collared","collaret","collarets","collarette","collarettes","collaring","collarless","collars","collatable","collate","collated","collateral","collateralise","collateralised","collateralises","collateralising","collateralities","collaterality","collateralize","collateralized","collateralizes","collateralizing","collaterally","collaterals","collates","collating","collation","collations","collative","collator","collators","colleague","colleagued","colleagues","colleagueship","colleagueships","colleaguing","collect","collectable","collectables","collectanea","collected","collectedly","collectedness","collectednesses","collectible","collectibles","collecting","collectings","collection","collections","collective","collectively","collectiveness","collectives","collectivise","collectivised","collectivises","collectivising","collectivism","collectivisms","collectivist","collectivistic","collectivistically","collectivists","collectivities","collectivity","collectivization","collectivizations","collectivize","collectivized","collectivizes","collectivizing","collector","collectorate","collectorates","collectors","collectorship","collectorships","collects","colled","colleen","colleens","college","colleger","collegers","colleges","collegia","collegial","collegialism","collegialisms","collegialities","collegiality","collegially","collegian","collegianer","collegianers","collegians","collegiate","collegiately","collegiates","collegium","collegiums","collembolan","collembolans","collembolous","collenchyma","collenchymas","collenchymata","collenchymatous","collet","colleted","colleterial","colleting","collets","colliculi","colliculus","collide","collided","collider","colliders","collides","colliding","collie","collied","collier","collieries","colliers","colliery","collies","collieshangie","collieshangies","colligate","colligated","colligates","colligating","colligation","colligations","colligative","collimate","collimated","collimates","collimating","collimation","collimations","collimator","collimators","collinear","collinearities","collinearity","collinearly","colling","collings","collins","collinses","collinsia","collinsias","colliquable","colliquant","colliquate","colliquated","colliquates","colliquating","colliquation","colliquations","colliquative","colliquescence","colliquescences","collision","collisional","collisionally","collisions","collocate","collocated","collocates","collocating","collocation","collocational","collocations","collocutor","collocutors","collocutory","collodion","collodions","collodium","collodiums","collogue","collogued","collogues","colloguing","colloid","colloidal","colloidalities","colloidality","colloidally","colloids","collop","collops","colloque","colloqued","colloques","colloquia","colloquial","colloquialism","colloquialisms","colloquialist","colloquialists","colloquialities","colloquiality","colloquially","colloquialness","colloquials","colloquied","colloquies","colloquing","colloquise","colloquised","colloquises","colloquising","colloquist","colloquists","colloquium","colloquiums","colloquize","colloquized","colloquizes","colloquizing","colloquy","colloquying","collotype","collotypes","collotypic","collotypies","collotypy","colls","colluctation","colluctations","collude","colluded","colluder","colluders","colludes","colluding","collusion","collusions","collusive","collusively","colluvia","colluvial","colluvies","colluvium","colluviums","colly","collying","collyria","collyrium","collyriums","collywobbles","colobi","colobid","coloboma","colobomas","colobomata","colobus","colobuses","colocate","colocated","colocates","colocating","colocynth","colocynths","colog","cologarithm","cologarithms","cologne","cologned","colognes","cologs","colombard","colombards","colon","colone","colonel","colonelcies","colonelcy","colonelling","colonellings","colonels","colonelship","colonelships","colones","coloni","colonial","colonialise","colonialised","colonialises","colonialising","colonialism","colonialisms","colonialist","colonialistic","colonialists","colonialize","colonialized","colonializes","colonializing","colonially","colonialness","colonialnesses","colonials","colonic","colonics","colonies","colonisable","colonisation","colonisationist","colonisations","colonise","colonised","coloniser","colonisers","colonises","colonising","colonist","colonists","colonitis","colonitises","colonizable","colonization","colonizationist","colonizationists","colonizations","colonize","colonized","colonizer","colonizers","colonizes","colonizing","colonnade","colonnaded","colonnades","colonoscope","colonoscopes","colonoscopies","colonoscopy","colons","colonus","colony","colophon","colophonies","colophons","colophony","coloquintida","coloquintidas","color","colorable","colorably","colorado","colorant","colorants","coloration","colorations","coloratura","coloraturas","colorature","coloratures","colorblind","colorblindness","colorblindnesses","colorbred","colorbreed","colorbreeding","colorbreeds","colorcast","colorcasted","colorcasting","colorcasts","colorectal","colored","coloreds","colorer","colorers","colorfast","colorfastness","colorfastnesses","colorful","colorfully","colorfulness","colorfulnesses","colorific","colorimeter","colorimeters","colorimetric","colorimetrical","colorimetrically","colorimetries","colorimetry","coloring","colorings","colorisation","colorisations","colorise","colorised","coloriser","colorisers","colorises","colorising","colorism","colorisms","colorist","coloristic","coloristically","colorists","colorization","colorizations","colorize","colorized","colorizer","colorizers","colorizes","colorizing","colorless","colorlessly","colorlessness","colorlessnesses","colorman","colormen","colorpoint","colorpoints","colors","colorway","colorways","colory","colossal","colossally","colosseum","colosseums","colossi","colossus","colossuses","colostomies","colostomy","colostral","colostric","colostrous","colostrum","colostrums","colotomies","colotomy","colour","colourabilities","colourability","colourable","colourableness","colourably","colourant","colourants","colouration","colourations","coloured","coloureds","colourer","colourers","colourfast","colourfastness","colourful","colourfully","colourfulness","colourfulnesses","colouring","colourings","colourisation","colourisations","colourise","colourised","colourises","colourising","colourist","colouristic","colourists","colourization","colourizations","colourize","colourized","colourizes","colourizing","colourless","colourlessly","colourlessness","colourman","colourmen","colourpoint","colourpoints","colours","colourwash","colourwashed","colourwashes","colourwashing","colourway","colourways","coloury","colpitis","colpitises","colportage","colportages","colporteur","colporteurs","colposcope","colposcopes","colposcopical","colposcopically","colposcopies","colposcopy","colpotomies","colpotomy","cols","colt","coltan","coltans","colted","colter","colters","colting","coltish","coltishly","coltishness","coltishnesses","colts","coltsfoot","coltsfoots","coltwood","coltwoods","colubriad","colubriads","colubrid","colubrids","colubriform","colubrine","colugo","colugos","columbaria","columbaries","columbarium","columbary","columbate","columbates","columbic","columbine","columbines","columbite","columbites","columbium","columbiums","columbous","columel","columella","columellae","columellar","columels","column","columnal","columnar","columnarities","columnarity","columnated","columnea","columneas","columned","columniated","columniation","columniations","columnist","columnistic","columnists","columns","colure","colures","coly","colza","colzas","coma","comade","comae","comake","comaker","comakers","comakes","comaking","comal","comanage","comanaged","comanagement","comanagements","comanager","comanagers","comanages","comanaging","comanchero","comancheros","comarb","comarbs","comart","comarts","comas","comate","comates","comatic","comatik","comatiks","comatose","comatosely","comatula","comatulae","comatulid","comatulids","comb","combat","combatable","combatant","combatants","combated","combater","combaters","combating","combative","combatively","combativeness","combativenesses","combats","combatted","combatting","combe","combed","comber","combers","combes","combi","combier","combies","combiest","combinabilities","combinability","combinable","combinate","combination","combinational","combinations","combinative","combinatorial","combinatorially","combinatorics","combinatory","combine","combined","combineds","combiner","combiners","combines","combing","combings","combining","combinings","combis","comble","combles","combless","comblike","combo","combos","combover","combovers","combretum","combretums","combs","comburgess","comburgesses","combust","combusted","combustibilities","combustibility","combustible","combustibleness","combustibles","combustibly","combusting","combustion","combustions","combustious","combustive","combustives","combustor","combustors","combusts","combwise","comby","come","comeback","comebacks","comeddle","comeddled","comeddles","comeddling","comedian","comedians","comedic","comedically","comedienne","comediennes","comedies","comedietta","comediettas","comedo","comedogenic","comedones","comedos","comedown","comedowns","comedy","comelier","comeliest","comelily","comeliness","comelinesses","comely","comember","comembers","comeover","comeovers","comer","comers","comes","comestible","comestibles","comet","cometary","cometh","comether","comethers","cometic","cometographies","cometography","cometologies","cometology","comets","comeuppance","comeuppances","comfier","comfiest","comfiness","comfinesses","comfit","comfits","comfiture","comfitures","comfort","comfortable","comfortableness","comfortablenesses","comfortably","comforted","comforter","comforters","comforting","comfortingly","comfortless","comfortlessly","comfortlessness","comforts","comfrey","comfreys","comfy","comic","comical","comicalities","comicality","comically","comicalness","comicalnesses","comice","comices","comics","coming","comingle","comingled","comingles","comingling","comings","comique","comiques","comitadji","comitadjis","comital","comitative","comitatives","comitatus","comitatuses","comitia","comitial","comitias","comities","comity","comix","comm","comma","command","commandable","commandant","commandants","commandantship","commandantships","commanded","commandeer","commandeered","commandeering","commandeers","commander","commanderies","commanders","commandership","commanderships","commandery","commanding","commandingly","commandment","commandments","commando","commandoes","commandos","commands","commas","commata","commeasurable","commeasure","commeasured","commeasures","commeasuring","commemorable","commemorate","commemorated","commemorates","commemorating","commemoration","commemorational","commemorations","commemorative","commemoratively","commemoratives","commemorator","commemorators","commemoratory","commence","commenced","commencement","commencements","commencer","commencers","commences","commencing","commend","commendable","commendableness","commendably","commendam","commendams","commendation","commendations","commendator","commendators","commendatory","commended","commender","commenders","commending","commends","commensal","commensalism","commensalisms","commensalities","commensality","commensally","commensals","commensurabilities","commensurability","commensurable","commensurably","commensurate","commensurately","commensuration","commensurations","comment","commentarial","commentariat","commentariats","commentaries","commentary","commentate","commentated","commentates","commentating","commentation","commentations","commentator","commentatorial","commentators","commented","commenter","commenters","commenting","commentor","commentors","comments","commer","commerce","commerced","commerces","commercial","commercialese","commercialeses","commercialise","commercialised","commercialises","commercialising","commercialism","commercialisms","commercialist","commercialistic","commercialists","commercialities","commerciality","commercialization","commercializations","commercialize","commercialized","commercializes","commercializing","commercially","commercials","commercing","commere","commeres","commerge","commerged","commerges","commerging","commers","commie","commies","comminate","comminated","comminates","comminating","commination","comminations","comminative","comminatory","commingle","commingled","commingles","commingling","comminute","comminuted","comminutes","comminuting","comminution","comminutions","commis","commiserable","commiserate","commiserated","commiserates","commiserating","commiseratingly","commiseration","commiserations","commiserative","commiseratively","commiserator","commiserators","commissaire","commissaires","commissar","commissarial","commissariat","commissariats","commissaries","commissars","commissary","commissaryship","commissaryships","commission","commissionaire","commissionaires","commissional","commissionary","commissioned","commissioner","commissioners","commissionership","commissionerships","commissioning","commissions","commissural","commissure","commissures","commit","commitment","commitments","commits","committable","committal","committals","committed","committee","committeeman","committeemen","committees","committeeship","committeeships","committeewoman","committeewomen","committer","committers","committing","commix","commixed","commixes","commixing","commixt","commixtion","commixtions","commixture","commixtures","commo","commode","commodes","commodification","commodifications","commodified","commodifies","commodify","commodifying","commodious","commodiously","commodiousness","commodiousnesses","commodities","commoditise","commoditised","commoditises","commoditising","commoditize","commoditized","commoditizes","commoditizing","commodity","commodo","commodore","commodores","common","commonable","commonage","commonages","commonalities","commonality","commonalties","commonalty","commoned","commoner","commoners","commonest","commoney","commoneys","commonhold","commonholds","commoning","commonings","commonly","commonness","commonnesses","commonplace","commonplaced","commonplaceness","commonplacenesses","commonplaces","commonplacing","commons","commonsense","commonsensible","commonsensical","commonsensically","commonweal","commonweals","commonwealth","commonwealths","commorant","commorants","commorientes","commos","commot","commote","commotes","commotion","commotional","commotions","commots","commove","commoved","commoves","commoving","comms","communal","communalisation","communalise","communalised","communaliser","communalisers","communalises","communalising","communalism","communalisms","communalist","communalistic","communalists","communalities","communality","communalization","communalize","communalized","communalizer","communalizers","communalizes","communalizing","communally","communard","communards","communautaire","communautaires","commune","communed","communer","communers","communes","communicabilities","communicability","communicable","communicableness","communicablenesses","communicably","communicant","communicants","communicate","communicated","communicatee","communicatees","communicates","communicating","communication","communicational","communications","communicative","communicatively","communicativeness","communicativenesses","communicator","communicators","communicatory","communing","communings","communion","communional","communionally","communions","communique","communiques","communisation","communisations","communise","communised","communises","communising","communism","communisms","communist","communistic","communistically","communists","communitaire","communitaires","communitarian","communitarianism","communitarianisms","communitarians","communities","community","communization","communizations","communize","communized","communizes","communizing","commutabilities","commutability","commutable","commutableness","commutate","commutated","commutates","commutating","commutation","commutations","commutative","commutatively","commutativities","commutativity","commutator","commutators","commute","commuted","commuter","commuters","commutes","commuting","commutual","commy","comodo","comonomer","comonomers","comorbid","comose","comous","comp","compact","compacted","compactedly","compactedness","compactednesses","compacter","compacters","compactest","compactible","compactified","compactifies","compactify","compactifying","compacting","compaction","compactions","compactly","compactness","compactnesses","compactor","compactors","compacts","compacture","compactures","compadre","compadres","compage","compages","compaginate","compaginated","compaginates","compaginating","compagination","compaginations","compand","companded","compander","companders","companding","compandor","compandors","compands","companiable","companied","companies","companing","companion","companionabilities","companionability","companionable","companionableness","companionablenesses","companionably","companionate","companioned","companionhood","companionhoods","companioning","companionless","companions","companionship","companionships","companionway","companionways","company","companying","comparabilities","comparability","comparable","comparableness","comparablenesses","comparably","comparatist","comparatists","comparative","comparatively","comparativeness","comparativenesses","comparatives","comparativist","comparativists","comparator","comparators","compare","compared","comparer","comparers","compares","comparing","comparison","comparisons","compart","comparted","comparting","compartment","compartmental","compartmentalise","compartmentalised","compartmentalises","compartmentalising","compartmentalization","compartmentalizations","compartmentalize","compartmentalized","compartmentalizes","compartmentalizing","compartmentally","compartmentation","compartmentations","compartmented","compartmenting","compartments","comparts","compas","compass","compassable","compassed","compasses","compassing","compassings","compassion","compassionable","compassionate","compassionated","compassionately","compassionateness","compassionatenesses","compassionates","compassionating","compassioned","compassioning","compassionless","compassions","compast","compatibilities","compatibility","compatible","compatibleness","compatiblenesses","compatibles","compatibly","compatriot","compatriotic","compatriotism","compatriotisms","compatriots","compear","compearance","compearances","compearant","compearants","compeared","compearing","compears","comped","compeer","compeered","compeering","compeers","compel","compellable","compellably","compellation","compellations","compellative","compellatives","compelled","compeller","compellers","compelling","compellingly","compels","compend","compendia","compendious","compendiously","compendiousness","compendiousnesses","compendium","compendiums","compends","compensabilities","compensability","compensable","compensate","compensated","compensates","compensating","compensation","compensational","compensations","compensative","compensator","compensators","compensatory","comper","compere","compered","comperes","compering","compers","compesce","compesced","compesces","compescing","compete","competed","competence","competences","competencies","competency","competent","competently","competentness","competentnesses","competes","competing","competition","competitions","competitive","competitively","competitiveness","competitivenesses","competitor","competitors","compilation","compilations","compilator","compilators","compilatory","compile","compiled","compilement","compilements","compiler","compilers","compiles","compiling","comping","compital","complacence","complacences","complacencies","complacency","complacent","complacently","complain","complainant","complainants","complained","complainer","complainers","complaining","complainingly","complainings","complains","complaint","complaints","complaisance","complaisances","complaisant","complaisantly","complanate","complanation","complanations","compleat","complect","complected","complecting","complects","complement","complemental","complementally","complementaries","complementarily","complementariness","complementarinesses","complementarities","complementarity","complementary","complementation","complementations","complemented","complementing","complementiser","complementisers","complementizer","complementizers","complements","completable","complete","completed","completely","completeness","completenesses","completer","completers","completes","completest","completing","completion","completions","completist","completists","completive","completory","complex","complexation","complexations","complexed","complexedness","complexednesses","complexer","complexes","complexest","complexified","complexifies","complexify","complexifying","complexing","complexion","complexional","complexioned","complexionless","complexions","complexities","complexity","complexly","complexness","complexnesses","complexometric","complexone","complexones","complexus","complexuses","compliable","compliableness","compliably","compliance","compliances","compliancies","compliancy","compliant","compliantly","compliantness","compliantnesses","complicacies","complicacy","complicant","complicate","complicated","complicatedly","complicatedness","complicatednesses","complicates","complicating","complication","complications","complicative","complice","complices","complicit","complicities","complicitous","complicity","complied","complier","compliers","complies","compliment","complimental","complimentarily","complimentary","complimented","complimenter","complimenters","complimenting","compliments","complin","compline","complines","complins","complish","complished","complishes","complishing","complot","complots","complotted","complotter","complotters","complotting","compluvia","compluvium","compluviums","comply","complying","compo","compone","componencies","componency","component","componental","componential","components","compony","comport","comportance","comportances","comported","comporting","comportment","comportments","comports","compos","compose","composed","composedly","composedness","composednesses","composer","composers","composes","composing","composite","composited","compositely","compositeness","compositenesses","composites","compositing","composition","compositional","compositionally","compositions","compositive","compositor","compositorial","compositors","compositous","compossibility","compossible","compost","compostable","composted","composter","composters","composting","composts","composture","compostured","compostures","composturing","composure","composures","compot","compotation","compotations","compotationship","compotator","compotators","compotatory","compote","compotes","compotier","compotiers","compots","compound","compoundable","compounded","compounder","compounders","compounding","compounds","comprador","compradore","compradores","compradors","comprehend","comprehended","comprehendible","comprehending","comprehends","comprehensibilities","comprehensibility","comprehensible","comprehensibleness","comprehensiblenesses","comprehensibly","comprehension","comprehensions","comprehensive","comprehensively","comprehensiveness","comprehensivenesses","comprehensives","comprehensivise","comprehensivize","compress","compressed","compressedly","compresses","compressibilities","compressibility","compressible","compressibly","compressing","compression","compressional","compressions","compressive","compressively","compressor","compressors","compressure","compressures","comprimario","comprimarios","comprint","comprinted","comprinting","comprints","comprisable","comprisal","comprisals","comprise","comprised","comprises","comprising","comprize","comprized","comprizes","comprizing","compromise","compromised","compromiser","compromisers","compromises","compromising","compromisingly","comprovincial","comps","compt","comptable","compted","compter","compters","comptible","compting","comptroll","comptrolled","comptroller","comptrollers","comptrollership","comptrollerships","comptrolling","comptrolls","compts","compulsative","compulsatory","compulse","compulsed","compulses","compulsing","compulsion","compulsionist","compulsionists","compulsions","compulsitor","compulsitors","compulsive","compulsively","compulsiveness","compulsivenesses","compulsives","compulsivities","compulsivity","compulsories","compulsorily","compulsoriness","compulsory","compunction","compunctions","compunctious","compunctiously","compurgation","compurgations","compurgator","compurgatorial","compurgators","compurgatory","compursion","compursions","computabilities","computability","computable","computant","computants","computation","computational","computationally","computations","computative","computator","computators","compute","computed","computer","computerate","computerdom","computerdoms","computerese","computereses","computerisable","computerisation","computerise","computerised","computerises","computerising","computerist","computerists","computerizable","computerization","computerizations","computerize","computerized","computerizes","computerizing","computerless","computerlike","computernik","computerniks","computerphobe","computerphobes","computerphobia","computerphobias","computerphobic","computers","computes","computing","computings","computist","computists","comrade","comradeliness","comradelinesses","comradely","comraderies","comradery","comrades","comradeship","comradeships","coms","comstocker","comstockeries","comstockers","comstockery","comstockism","comstockisms","comsymp","comsymps","comte","comtes","comus","comuses","con","conacre","conacred","conacreism","conacreisms","conacres","conacring","conaria","conarial","conarium","conation","conational","conations","conative","conatus","concanavalin","concanavalins","concatenate","concatenated","concatenates","concatenating","concatenation","concatenations","concause","concauses","concave","concaved","concavely","concaveness","concavenesses","concaves","concaving","concavities","concavity","conceal","concealable","concealed","concealer","concealers","concealing","concealingly","concealment","concealments","conceals","concede","conceded","concededly","conceder","conceders","concedes","conceding","concedo","conceit","conceited","conceitedly","conceitedness","conceitednesses","conceitful","conceiting","conceitless","conceits","conceity","conceivabilities","conceivability","conceivable","conceivableness","conceivablenesses","conceivably","conceive","conceived","conceiver","conceivers","conceives","conceiving","concelebrant","concelebrants","concelebrate","concelebrated","concelebrates","concelebrating","concelebration","concelebrations","concent","concenter","concentered","concentering","concenters","concentrate","concentrated","concentratedly","concentrates","concentrating","concentration","concentrations","concentrative","concentratively","concentrator","concentrators","concentre","concentred","concentres","concentric","concentrical","concentrically","concentricities","concentricity","concentring","concents","concentus","concept","conceptacle","conceptacles","concepti","conception","conceptional","conceptions","conceptious","conceptive","concepts","conceptual","conceptualise","conceptualised","conceptualiser","conceptualisers","conceptualises","conceptualising","conceptualism","conceptualisms","conceptualist","conceptualistic","conceptualistically","conceptualists","conceptualities","conceptuality","conceptualization","conceptualizations","conceptualize","conceptualized","conceptualizer","conceptualizers","conceptualizes","conceptualizing","conceptually","conceptus","conceptuses","concern","concernancies","concernancy","concerned","concernedly","concernedness","concernednesses","concerning","concernment","concernments","concerns","concert","concertante","concertantes","concertanti","concerted","concertedly","concertedness","concertednesses","concertgoer","concertgoers","concertgoing","concertgoings","concerti","concertina","concertinaed","concertinaing","concertinas","concerting","concertini","concertinist","concertinists","concertino","concertinos","concertise","concertised","concertises","concertising","concertize","concertized","concertizes","concertizing","concertmaster","concertmasters","concertmeister","concertmeisters","concerto","concertos","concerts","concertstuck","concertstucks","concessible","concession","concessionaire","concessionaires","concessional","concessionaries","concessionary","concessioner","concessioners","concessionist","concessionists","concessionnaire","concessions","concessive","concessively","concetti","concettism","concettisms","concettist","concettists","concetto","conch","concha","conchae","conchal","conchas","conchate","conche","conched","conches","conchie","conchies","conchiferous","conchiform","conchiglie","conching","conchiolin","conchiolins","conchitis","conchitises","concho","conchoid","conchoidal","conchoidally","conchoids","conchological","conchologies","conchologist","conchologists","conchology","conchos","conchs","conchy","concierge","concierges","conciliable","conciliar","conciliarly","conciliary","conciliate","conciliated","conciliates","conciliating","conciliation","conciliations","conciliative","conciliator","conciliatorily","conciliators","conciliatory","concinnities","concinnity","concinnous","concipiencies","concipiency","concipient","concise","concised","concisely","conciseness","concisenesses","conciser","concises","concisest","concising","concision","concisions","conclamation","conclamations","conclave","conclaves","conclavist","conclavists","conclude","concluded","concluder","concluders","concludes","concluding","conclusion","conclusionary","conclusions","conclusive","conclusively","conclusiveness","conclusivenesses","conclusory","concoct","concocted","concocter","concocters","concocting","concoction","concoctions","concoctive","concoctor","concoctors","concocts","concolor","concolorate","concolorous","concomitance","concomitances","concomitancies","concomitancy","concomitant","concomitantly","concomitants","concord","concordal","concordance","concordances","concordant","concordantly","concordat","concordats","concorded","concordial","concording","concords","concorporate","concorporated","concorporates","concorporating","concours","concourse","concourses","concreate","concreated","concreates","concreating","concremation","concremations","concrescence","concrescences","concrescent","concrete","concreted","concretely","concreteness","concretenesses","concretes","concreting","concretion","concretionary","concretions","concretisation","concretisations","concretise","concretised","concretises","concretising","concretism","concretisms","concretist","concretists","concretive","concretively","concretization","concretizations","concretize","concretized","concretizes","concretizing","concrew","concrewed","concrewing","concrews","concubinage","concubinages","concubinaries","concubinary","concubine","concubines","concubitancies","concubitancy","concubitant","concubitants","concupies","concupiscence","concupiscences","concupiscent","concupiscible","concupy","concur","concurred","concurrence","concurrences","concurrencies","concurrency","concurrent","concurrently","concurrents","concurring","concurringly","concurs","concuss","concussed","concusses","concussing","concussion","concussions","concussive","concyclic","concyclically","cond","condemn","condemnable","condemnably","condemnation","condemnations","condemnatory","condemned","condemner","condemners","condemning","condemningly","condemnor","condemnors","condemns","condensability","condensable","condensate","condensated","condensates","condensating","condensation","condensational","condensations","condense","condensed","condenser","condenseries","condensers","condensery","condenses","condensibility","condensible","condensing","conder","conders","condescend","condescended","condescendence","condescendences","condescending","condescendingly","condescends","condescension","condescensions","condiddle","condiddled","condiddles","condiddling","condie","condies","condign","condignly","condignness","condignnesses","condiment","condimental","condimented","condimenting","condiments","condisciple","condisciples","condition","conditionable","conditional","conditionalities","conditionality","conditionally","conditionals","conditionate","conditionated","conditionates","conditionating","conditioned","conditioner","conditioners","conditioning","conditionings","conditions","condo","condoes","condolatory","condole","condoled","condolement","condolements","condolence","condolences","condolent","condoler","condolers","condoles","condoling","condolingly","condom","condominium","condominiums","condoms","condonable","condonation","condonations","condone","condoned","condoner","condoners","condones","condoning","condor","condores","condors","condos","condottiere","condottieri","conduce","conduced","conducement","conducements","conducer","conducers","conduces","conducible","conducing","conducingly","conducive","conduciveness","conducivenesses","conduct","conductance","conductances","conducted","conducti","conductibilities","conductibility","conductible","conductimetric","conducting","conductiometric","conduction","conductional","conductions","conductive","conductively","conductivities","conductivity","conductometric","conductor","conductorial","conductors","conductorship","conductorships","conductress","conductresses","conducts","conductus","conduit","conduits","conduplicate","conduplication","conduplications","condylar","condyle","condyles","condyloid","condyloma","condylomas","condylomata","condylomatous","cone","coned","coneflower","coneflowers","conelrad","conelrads","conenose","conenoses","conepate","conepates","conepatl","conepatls","cones","coney","coneys","conf","confab","confabbed","confabbing","confabs","confabular","confabulate","confabulated","confabulates","confabulating","confabulation","confabulations","confabulator","confabulators","confabulatory","confarreate","confarreation","confarreations","confect","confected","confecting","confection","confectionaries","confectionary","confectioner","confectioneries","confectioners","confectionery","confections","confects","confederacies","confederacy","confederal","confederate","confederated","confederates","confederating","confederation","confederations","confederative","confer","conferee","conferees","conference","conferences","conferencier","conferenciers","conferencing","conferencings","conferential","conferment","conferments","conferrable","conferral","conferrals","conferred","conferree","conferrees","conferrence","conferrences","conferrer","conferrers","conferring","confers","conferva","confervae","conferval","confervas","confervoid","confervoids","confess","confessable","confessant","confessants","confessed","confessedly","confesses","confessing","confession","confessional","confessionalism","confessionalisms","confessionalist","confessionalists","confessionally","confessionals","confessionaries","confessionary","confessions","confessor","confessoress","confessoresses","confessors","confessorship","confessorships","confest","confestly","confetti","confetto","confidant","confidante","confidantes","confidants","confide","confided","confidence","confidences","confidencies","confidency","confident","confidential","confidentialities","confidentiality","confidentially","confidently","confidents","confider","confiders","confides","confiding","confidingly","confidingness","confidingnesses","configurate","configurated","configurates","configurating","configuration","configurational","configurationally","configurations","configurative","configure","configured","configures","configuring","confinable","confine","confineable","confined","confinedly","confinedness","confinednesses","confineless","confinement","confinements","confiner","confiners","confines","confining","confirm","confirmabilities","confirmability","confirmable","confirmand","confirmands","confirmation","confirmational","confirmations","confirmative","confirmator","confirmators","confirmatory","confirmed","confirmedly","confirmedness","confirmednesses","confirmee","confirmees","confirmer","confirmers","confirming","confirmings","confirmor","confirmors","confirms","confiscable","confiscatable","confiscate","confiscated","confiscates","confiscating","confiscation","confiscations","confiscator","confiscators","confiscatory","confiserie","confiseries","confiseur","confiseurs","confit","confiteor","confiteors","confits","confiture","confitures","confix","confixed","confixes","confixing","conflagrant","conflagrate","conflagrated","conflagrates","conflagrating","conflagration","conflagrations","conflagrative","conflate","conflated","conflates","conflating","conflation","conflations","conflict","conflicted","conflictful","conflicting","conflictingly","confliction","conflictions","conflictive","conflictory","conflicts","conflictual","confluence","confluences","confluent","confluently","confluents","conflux","confluxes","confocal","confocally","conform","conformability","conformable","conformableness","conformably","conformal","conformance","conformances","conformation","conformational","conformations","conformed","conformer","conformers","conforming","conformingly","conformism","conformisms","conformist","conformists","conformities","conformity","conforms","confound","confoundable","confounded","confoundedly","confoundedness","confounder","confounders","confounding","confoundingly","confounds","confraternal","confraternities","confraternity","confrere","confreres","confrerie","confreries","confront","confrontal","confrontals","confrontation","confrontational","confrontationist","confrontationists","confrontations","confronte","confronted","confronter","confronters","confronting","confrontment","confrontments","confronts","confs","confusabilities","confusability","confusable","confusables","confuse","confused","confusedly","confusedness","confusednesses","confuses","confusible","confusibles","confusing","confusingly","confusion","confusional","confusions","confutable","confutation","confutations","confutative","confute","confuted","confutement","confutements","confuter","confuters","confutes","confuting","conga","congaed","congaing","congas","conge","congeal","congealable","congealableness","congealed","congealer","congealers","congealing","congealment","congealments","congeals","conged","congee","congeed","congeeing","congees","congeing","congelation","congelations","congener","congeneric","congenerical","congenerics","congenerous","congeners","congenetic","congenial","congenialities","congeniality","congenially","congenialness","congenialnesses","congenic","congenital","congenitally","congenitalness","conger","congeries","congers","conges","congest","congested","congestible","congesting","congestion","congestions","congestive","congests","congiaries","congiary","congii","congius","conglobate","conglobated","conglobates","conglobating","conglobation","conglobations","conglobe","conglobed","conglobes","conglobing","conglobulate","conglobulated","conglobulates","conglobulating","conglobulation","conglobulations","conglomerate","conglomerated","conglomerates","conglomerateur","conglomerateurs","conglomeratic","conglomerating","conglomeration","conglomerations","conglomerative","conglomerator","conglomerators","conglutinant","conglutinate","conglutinated","conglutinates","conglutinating","conglutination","conglutinations","conglutinative","conglutinator","conglutinators","congo","congoes","congos","congou","congous","congrats","congratters","congratulable","congratulant","congratulants","congratulate","congratulated","congratulates","congratulating","congratulation","congratulations","congratulative","congratulator","congratulators","congratulatory","congree","congreed","congreeing","congrees","congreet","congreeted","congreeting","congreets","congregant","congregants","congregate","congregated","congregates","congregating","congregation","congregational","congregationalism","congregationalisms","congregationalist","congregationalists","congregations","congregative","congregator","congregators","congress","congressed","congresses","congressing","congressional","congressionally","congressman","congressmen","congresspeople","congressperson","congresspersons","congresswoman","congresswomen","congrue","congrued","congruence","congruences","congruencies","congruency","congruent","congruently","congrues","congruing","congruities","congruity","congruous","congruously","congruousness","congruousnesses","coni","conia","conias","conic","conical","conically","conicine","conicines","conicities","conicity","conics","conidia","conidial","conidian","conidiophore","conidiophores","conidiophorous","conidiospore","conidiospores","conidium","conies","conifer","coniferous","conifers","coniform","coniine","coniines","conima","conimas","conin","conine","conines","coning","conins","coniologies","coniology","conioses","coniosis","conirostral","conium","coniums","conject","conjected","conjecting","conjects","conjecturable","conjecturably","conjectural","conjecturally","conjecture","conjectured","conjecturer","conjecturers","conjectures","conjecturing","conjee","conjeed","conjeeing","conjees","conjoin","conjoined","conjoiner","conjoiners","conjoining","conjoins","conjoint","conjointly","conjugable","conjugal","conjugalities","conjugality","conjugally","conjugant","conjugants","conjugate","conjugated","conjugately","conjugateness","conjugatenesses","conjugates","conjugating","conjugatings","conjugation","conjugational","conjugationally","conjugations","conjugative","conjugator","conjugators","conjunct","conjunction","conjunctional","conjunctionally","conjunctions","conjunctiva","conjunctivae","conjunctival","conjunctivas","conjunctive","conjunctively","conjunctiveness","conjunctives","conjunctivites","conjunctivitides","conjunctivitis","conjunctivitises","conjunctly","conjuncts","conjunctural","conjuncture","conjunctures","conjunto","conjuntos","conjuration","conjurations","conjurator","conjurators","conjure","conjured","conjurement","conjurements","conjurer","conjurers","conjures","conjuries","conjuring","conjurings","conjuror","conjurors","conjury","conk","conked","conker","conkers","conkier","conkiest","conking","conks","conky","conn","connascence","connascences","connascencies","connascency","connascent","connate","connately","connateness","connatenesses","connation","connations","connatural","connaturalise","connaturalised","connaturalises","connaturalising","connaturalities","connaturality","connaturalize","connaturalized","connaturalizes","connaturalizing","connaturally","connaturalness","connature","connatures","conne","connect","connectable","connected","connectedly","connectedness","connectednesses","connecter","connecters","connectible","connecting","connection","connectional","connectionism","connectionisms","connections","connective","connectively","connectives","connectivities","connectivity","connector","connectors","connects","conned","conner","conners","connes","connexion","connexional","connexions","connexive","connie","connies","conning","connings","conniption","conniptions","connivance","connivances","connivancies","connivancy","connive","connived","connivence","connivences","connivencies","connivency","connivent","connivently","conniver","conniveries","connivers","connivery","connives","conniving","connivingly","connoisseur","connoisseurs","connoisseurship","connoisseurships","connotate","connotated","connotates","connotating","connotation","connotational","connotations","connotative","connotatively","connote","connoted","connotes","connoting","connotive","connotively","conns","connubial","connubialism","connubialisms","connubialities","connubiality","connubially","connumerate","connumerated","connumerates","connumerating","connumeration","connumerations","conodont","conodonts","conoid","conoidal","conoidally","conoidic","conoidical","conoids","conominee","conominees","conoscente","conoscenti","conquer","conquerable","conquerableness","conquered","conquerer","conquerers","conqueress","conqueresses","conquering","conqueringly","conqueror","conquerors","conquers","conquest","conquests","conquian","conquians","conquistador","conquistadores","conquistadors","cons","consanguine","consanguineous","consanguineously","consanguinities","consanguinity","conscience","conscienceless","consciences","conscient","conscientious","conscientiously","conscientiousness","conscientiousnesses","conscientise","conscientised","conscientises","conscientising","conscientize","conscientized","conscientizes","conscientizing","conscionable","conscionably","conscious","consciouses","consciously","consciousness","consciousnesses","conscribe","conscribed","conscribes","conscribing","conscript","conscripted","conscripting","conscription","conscriptional","conscriptionist","conscriptions","conscripts","consecrate","consecrated","consecratedness","consecrates","consecrating","consecration","consecrations","consecrative","consecrator","consecrators","consecratory","consectaneous","consectaries","consectary","consecution","consecutions","consecutive","consecutively","consecutiveness","consecutivenesses","conseil","conseils","consenescence","consenescences","consenescencies","consenescency","consension","consensions","consensual","consensually","consensus","consensuses","consent","consentaneities","consentaneity","consentaneous","consentaneously","consented","consenter","consenters","consentience","consentiences","consentient","consenting","consentingly","consents","consequence","consequenced","consequences","consequencing","consequent","consequential","consequentialities","consequentiality","consequentially","consequentialness","consequentialnesses","consequently","consequents","conservable","conservancies","conservancy","conservant","conservation","conservational","conservationist","conservationists","conservations","conservatise","conservatised","conservatises","conservatising","conservatism","conservatisms","conservative","conservatively","conservativeness","conservativenesses","conservatives","conservatize","conservatized","conservatizes","conservatizing","conservatoire","conservatoires","conservator","conservatoria","conservatorial","conservatories","conservatorium","conservatoriums","conservators","conservatorship","conservatorships","conservatory","conservatrices","conservatrix","conservatrixes","conserve","conserved","conserver","conservers","conserves","conserving","consider","considerable","considerables","considerably","considerance","considerances","considerate","considerately","considerateness","consideratenesses","consideration","considerations","considerative","consideratively","considered","considerer","considerers","considering","consideringly","considers","consigliere","consiglieres","consiglieri","consign","consignable","consignation","consignations","consignatories","consignatory","consigned","consignee","consignees","consigner","consigners","consignified","consignifies","consignify","consignifying","consigning","consignment","consignments","consignor","consignors","consigns","consilience","consiliences","consilient","consimilar","consimilarities","consimilarity","consimilities","consimilitude","consimilitudes","consimility","consist","consisted","consistence","consistences","consistencies","consistency","consistent","consistently","consisting","consistorial","consistorian","consistories","consistory","consists","consociate","consociated","consociates","consociating","consociation","consociational","consociations","consocies","consol","consolable","consolate","consolated","consolates","consolating","consolation","consolations","consolatories","consolatory","consolatrices","consolatrix","consolatrixes","console","consoled","consolement","consolements","consoler","consolers","consoles","consolidate","consolidated","consolidates","consolidating","consolidation","consolidations","consolidative","consolidator","consolidators","consoling","consolingly","consols","consolute","consomme","consommes","consonance","consonances","consonancies","consonancy","consonant","consonantal","consonantally","consonantly","consonants","consonous","consort","consortable","consorted","consorter","consorters","consortia","consortial","consorting","consortism","consortisms","consortium","consortiums","consorts","conspecific","conspecifics","conspectuities","conspectuity","conspectus","conspectuses","conspicuities","conspicuity","conspicuous","conspicuously","conspicuousness","conspicuousnesses","conspiracies","conspiracy","conspirant","conspiration","conspirational","conspirations","conspirator","conspiratorial","conspiratorially","conspirators","conspiratory","conspiratress","conspiratresses","conspire","conspired","conspirer","conspirers","conspires","conspiring","conspiringly","conspue","conspued","conspues","conspuing","conspurcation","conspurcations","constable","constables","constableship","constableships","constablewick","constablewicks","constabularies","constabulary","constancies","constancy","constant","constantan","constantans","constantly","constants","constatation","constatations","constate","constated","constates","constating","constative","constatives","constellate","constellated","constellates","constellating","constellation","constellational","constellations","constellatory","conster","constered","constering","consternate","consternated","consternates","consternating","consternation","consternations","consters","constipate","constipated","constipates","constipating","constipation","constipations","constituencies","constituency","constituent","constituently","constituents","constitute","constituted","constituter","constituters","constitutes","constituting","constitution","constitutional","constitutionalism","constitutionalisms","constitutionalist","constitutionalists","constitutionalities","constitutionality","constitutionalization","constitutionalizations","constitutionalize","constitutionalized","constitutionalizes","constitutionalizing","constitutionally","constitutionals","constitutionist","constitutionless","constitutions","constitutive","constitutively","constitutor","constitutors","constrain","constrainable","constrained","constrainedly","constrainer","constrainers","constraining","constrains","constraint","constraints","constrict","constricted","constricting","constriction","constrictions","constrictive","constrictively","constrictor","constrictors","constricts","constringe","constringed","constringence","constringences","constringencies","constringency","constringent","constringes","constringing","construability","construable","construal","construals","construct","constructable","constructed","constructer","constructers","constructible","constructing","construction","constructional","constructionally","constructionism","constructionist","constructionists","constructions","constructive","constructively","constructiveness","constructivenesses","constructivism","constructivisms","constructivist","constructivists","constructor","constructors","constructs","constructure","constructures","construe","construed","construer","construers","construes","construing","constuprate","constuprated","constuprates","constuprating","constupration","constuprations","consubsist","consubsisted","consubsisting","consubsists","consubstantial","consubstantiate","consubstantiation","consubstantiations","consuetude","consuetudes","consuetudinary","consul","consulage","consulages","consular","consulars","consulate","consulates","consuls","consulship","consulships","consult","consulta","consultable","consultancies","consultancy","consultant","consultants","consultantship","consultantships","consultas","consultation","consultations","consultative","consultatively","consultatory","consulted","consultee","consultees","consulter","consulters","consulting","consultive","consultor","consultors","consultory","consults","consumable","consumables","consume","consumed","consumedly","consumer","consumerism","consumerisms","consumerist","consumeristic","consumerists","consumers","consumership","consumerships","consumes","consuming","consumingly","consumings","consummate","consummated","consummately","consummates","consummating","consummation","consummations","consummative","consummator","consummators","consummatory","consumpt","consumption","consumptions","consumptive","consumptively","consumptiveness","consumptives","consumptivities","consumptivity","consumpts","contabescence","contabescences","contabescent","contact","contactable","contacted","contactee","contactees","contacting","contactless","contactor","contactors","contacts","contactual","contactually","contadina","contadinas","contadine","contadini","contadino","contagia","contagion","contagionist","contagionists","contagions","contagious","contagiously","contagiousness","contagiousnesses","contagium","contain","containable","contained","container","containerboard","containerboards","containerisation","containerisations","containerise","containerised","containerises","containerising","containerization","containerizations","containerize","containerized","containerizes","containerizing","containerless","containerport","containerports","containers","containership","containerships","containing","containment","containments","contains","contaminable","contaminant","contaminants","contaminate","contaminated","contaminates","contaminating","contamination","contaminations","contaminative","contaminator","contaminators","contango","contangoed","contangoes","contangoing","contangos","conte","conteck","contecks","contemn","contemned","contemner","contemners","contemnible","contemnibly","contemning","contemnor","contemnors","contemns","contemper","contemperation","contemperations","contemperature","contemperatures","contempered","contempering","contempers","contemplable","contemplant","contemplants","contemplate","contemplated","contemplates","contemplating","contemplation","contemplations","contemplatist","contemplatists","contemplative","contemplatively","contemplativeness","contemplativenesses","contemplatives","contemplator","contemplators","contempo","contemporanean","contemporaneans","contemporaneities","contemporaneity","contemporaneous","contemporaneously","contemporaneousness","contemporaneousnesses","contemporaries","contemporarily","contemporary","contemporise","contemporised","contemporises","contemporising","contemporize","contemporized","contemporizes","contemporizing","contempt","contemptibilities","contemptibility","contemptible","contemptibleness","contemptiblenesses","contemptibly","contempts","contemptuous","contemptuously","contemptuousness","contemptuousnesses","contend","contended","contendent","contendents","contender","contenders","contending","contendingly","contendings","contends","contenement","contenements","content","contentation","contentations","contented","contentedly","contentedness","contentednesses","contenting","contention","contentions","contentious","contentiously","contentiousness","contentiousnesses","contentless","contently","contentment","contentments","contents","conterminal","conterminally","conterminant","conterminate","conterminous","conterminously","contes","contessa","contessas","contesseration","contesserations","contest","contestability","contestable","contestableness","contestably","contestant","contestants","contestation","contestations","contested","contester","contesters","contesting","contestingly","contests","context","contextless","contexts","contextual","contextualise","contextualised","contextualises","contextualising","contextualize","contextualized","contextualizes","contextualizing","contextually","contextural","contexture","contextures","conticent","contignation","contignations","contiguities","contiguity","contiguous","contiguously","contiguousness","contiguousnesses","continence","continences","continencies","continency","continent","continental","continentalism","continentalisms","continentalist","continentalists","continentally","continentals","continently","continents","contingence","contingences","contingencies","contingency","contingent","contingently","contingents","continua","continuable","continual","continualities","continuality","continually","continualness","continualnesses","continuance","continuances","continuant","continuants","continuate","continuation","continuations","continuative","continuatively","continuatives","continuator","continuators","continue","continued","continuedly","continuedness","continuednesses","continuer","continuers","continues","continuing","continuingly","continuities","continuity","continuo","continuos","continuous","continuously","continuousness","continuousnesses","continuum","continuums","contline","contlines","conto","contorniate","contorniates","contorno","contornos","contort","contorted","contortedly","contortedness","contortednesses","contorting","contortion","contortional","contortionate","contortioned","contortionism","contortionisms","contortionist","contortionistic","contortionists","contortions","contortive","contorts","contos","contour","contoured","contouring","contours","contra","contraband","contrabandism","contrabandisms","contrabandist","contrabandists","contrabands","contrabass","contrabasses","contrabassi","contrabassist","contrabassists","contrabasso","contrabassoon","contrabassoons","contrabassos","contrabbassi","contrabbasso","contrabbassos","contraception","contraceptions","contraceptive","contraceptives","contraclockwise","contract","contractability","contractable","contracted","contractedly","contractedness","contractibilities","contractibility","contractible","contractibly","contractile","contractilities","contractility","contracting","contraction","contractional","contractionary","contractions","contractive","contractively","contractiveness","contractor","contractors","contracts","contractual","contractually","contractural","contracture","contractures","contracyclical","contradance","contradances","contradict","contradictable","contradicted","contradicter","contradicters","contradicting","contradiction","contradictions","contradictious","contradictive","contradictively","contradictor","contradictories","contradictorily","contradictoriness","contradictorinesses","contradictors","contradictory","contradicts","contradistinction","contradistinctions","contradistinctive","contradistinctively","contradistinguish","contradistinguished","contradistinguishes","contradistinguishing","contrafagotto","contrafagottos","contraflow","contraflows","contragestion","contragestions","contragestive","contragestives","contrahent","contrahents","contrail","contrails","contraindicant","contraindicants","contraindicate","contraindicated","contraindicates","contraindicating","contraindication","contraindications","contrair","contralateral","contralti","contralto","contraltos","contranatant","contraoctave","contraoctaves","contraplex","contraposition","contrapositions","contrapositive","contrapositives","contrapposto","contrappostos","contraprop","contrapropeller","contraprops","contraption","contraptions","contrapuntal","contrapuntalist","contrapuntally","contrapuntist","contrapuntists","contrarian","contrarians","contraried","contraries","contrarieties","contrariety","contrarily","contrariness","contrarinesses","contrarious","contrariously","contrariousness","contrariwise","contrary","contrarying","contras","contrasexual","contrasexuals","contrast","contrastable","contrastably","contrasted","contrasting","contrastive","contrastively","contrasts","contrasty","contrat","contrate","contraterrene","contrats","contravallation","contravene","contravened","contravener","contraveners","contravenes","contravening","contravention","contraventions","contrayerva","contrayervas","contrecoup","contrecoups","contredance","contredances","contredanse","contredanses","contretemps","contributable","contributaries","contributary","contribute","contributed","contributes","contributing","contribution","contributions","contributive","contributively","contributor","contributories","contributors","contributory","contrist","contristation","contristations","contristed","contristing","contrists","contrite","contritely","contriteness","contritenesses","contrition","contritions","contriturate","contriturated","contriturates","contriturating","contrivable","contrivance","contrivances","contrive","contrived","contrivement","contrivements","contriver","contrivers","contrives","contriving","control","controle","controllabilities","controllability","controllable","controllably","controlled","controller","controllers","controllership","controllerships","controlling","controlment","controlments","controls","controul","controuled","controuling","controuls","controverse","controverses","controversial","controversialism","controversialisms","controversialist","controversialists","controversially","controversies","controversy","controvert","controverted","controverter","controverters","controvertible","controvertibly","controverting","controvertist","controvertists","controverts","contubernal","contubernyal","contumacies","contumacious","contumaciously","contumacities","contumacity","contumacy","contumelies","contumelious","contumeliously","contumely","contund","contunded","contunding","contunds","contuse","contused","contuses","contusing","contusion","contusioned","contusions","contusive","conundrum","conundrums","conurban","conurbation","conurbations","conurbia","conurbias","conure","conures","conus","convalesce","convalesced","convalescence","convalescences","convalescencies","convalescency","convalescent","convalescently","convalescents","convalesces","convalescing","convect","convected","convecting","convection","convectional","convections","convective","convector","convectors","convects","convenable","convenance","convenances","convene","convened","convener","conveners","convenership","convenerships","convenes","convenience","conveniences","conveniencies","conveniency","convenient","conveniently","convening","convenor","convenors","convenorship","convenorships","convent","convented","conventicle","conventicled","conventicler","conventiclers","conventicles","conventicling","conventing","convention","conventional","conventionalise","conventionalism","conventionalisms","conventionalist","conventionalists","conventionalities","conventionality","conventionalization","conventionalizations","conventionalize","conventionalized","conventionalizes","conventionalizing","conventionally","conventionals","conventionary","conventioneer","conventioneers","conventioner","conventioners","conventionist","conventionists","conventions","convents","conventual","conventually","conventuals","converge","converged","convergence","convergences","convergencies","convergency","convergent","converges","converging","conversable","conversableness","conversably","conversance","conversances","conversancies","conversancy","conversant","conversantly","conversation","conversational","conversationalist","conversationalists","conversationally","conversationism","conversationist","conversations","conversative","conversazione","conversaziones","conversazioni","converse","conversed","conversely","converser","conversers","converses","conversing","conversion","conversional","conversionary","conversions","converso","conversos","convert","convertaplane","convertaplanes","converted","convertend","convertends","converter","converters","convertibilities","convertibility","convertible","convertibleness","convertiblenesses","convertibles","convertibly","converting","convertiplane","convertiplanes","convertite","convertites","convertive","convertoplane","convertoplanes","convertor","convertors","converts","convex","convexed","convexedly","convexes","convexing","convexities","convexity","convexly","convexness","convexnesses","convey","conveyable","conveyal","conveyals","conveyance","conveyancer","conveyancers","conveyances","conveyancing","conveyancings","conveyed","conveyer","conveyers","conveying","conveyor","conveyorisation","conveyorise","conveyorised","conveyorises","conveyorising","conveyorization","conveyorizations","conveyorize","conveyorized","conveyorizes","conveyorizing","conveyors","conveys","convicinities","convicinity","convict","convictable","convicted","convictible","convicting","conviction","convictional","convictions","convictism","convictisms","convictive","convictively","convicts","convince","convinced","convincement","convincements","convincer","convincers","convinces","convincible","convincing","convincingly","convincingness","convincingnesses","convive","convived","convives","convivial","convivialist","convivialists","convivialities","conviviality","convivially","conviving","convo","convocate","convocated","convocates","convocating","convocation","convocational","convocationist","convocationists","convocations","convocative","convocator","convocators","convoke","convoked","convoker","convokers","convokes","convoking","convolute","convoluted","convolutedly","convolutedness","convolutely","convolutes","convoluting","convolution","convolutional","convolutionary","convolutions","convolve","convolved","convolves","convolving","convolvulaceous","convolvuli","convolvulus","convolvuluses","convos","convoy","convoyed","convoying","convoys","convulsant","convulsants","convulse","convulsed","convulses","convulsible","convulsing","convulsion","convulsional","convulsionaries","convulsionary","convulsionist","convulsionists","convulsions","convulsive","convulsively","convulsiveness","convulsivenesses","cony","coo","cooch","cooches","coocoo","cooed","cooee","cooeed","cooeeing","cooees","cooer","cooers","cooey","cooeyed","cooeying","cooeys","coof","coofs","cooing","cooingly","cooings","cook","cookable","cookbook","cookbooks","cooked","cooker","cookeries","cookers","cookery","cookey","cookeys","cookhouse","cookhouses","cookie","cookies","cooking","cookings","cookless","cookmaid","cookmaids","cookoff","cookoffs","cookout","cookouts","cookroom","cookrooms","cooks","cookshack","cookshacks","cookshop","cookshops","cookstove","cookstoves","cooktop","cooktops","cookware","cookwares","cooky","cool","coolabah","coolabahs","coolamon","coolamons","coolant","coolants","cooldown","cooldowns","cooled","cooler","coolers","coolest","coolheaded","coolhouse","coolhouses","coolibah","coolibahs","coolibar","coolibars","coolie","coolies","cooling","coolingly","coolingness","coolingnesses","coolings","coolish","coolly","coolness","coolnesses","cools","coolth","coolths","cooly","coom","coomb","coombe","coombes","coombs","coomceiled","coomed","coomier","coomiest","cooming","cooms","coomy","coon","cooncan","cooncans","coondog","coondogs","coonhound","coonhounds","coons","coonskin","coonskins","coontie","coonties","coonty","coop","cooped","cooper","cooperage","cooperages","cooperate","cooperated","cooperates","cooperating","cooperation","cooperationist","cooperationists","cooperations","cooperative","cooperatively","cooperativeness","cooperativenesses","cooperatives","cooperativities","cooperativity","cooperator","cooperators","coopered","cooperies","coopering","cooperings","coopers","coopery","cooping","coops","coopt","cooptation","cooptations","cooptative","coopted","coopting","cooption","cooptions","coopts","coordinal","coordinance","coordinances","coordinate","coordinated","coordinately","coordinateness","coordinatenesses","coordinates","coordinating","coordination","coordinations","coordinative","coordinator","coordinators","coorie","cooried","coorieing","coories","coos","coosen","coosened","coosening","coosens","cooser","coosers","coosin","coosined","coosining","coosins","coost","coot","cootch","cootched","cootches","cootching","cooter","cooters","cootie","cooties","cootikin","cootikins","coots","cooze","coozes","cop","copacetic","copaiba","copaibas","copaiva","copaivas","copal","copalm","copalms","copals","coparcenaries","coparcenary","coparcener","coparceneries","coparceners","coparcenery","coparcenies","coparceny","coparent","coparented","coparenting","coparents","copartner","copartnered","copartneries","copartnering","copartners","copartnership","copartnerships","copartnery","copasetic","copastor","copastors","copataine","copatriot","copatriots","copatron","copatrons","copay","copayment","copayments","copays","cope","copeck","copecks","coped","copemate","copemates","copen","copens","copepod","copepods","coper","copered","copering","copers","copes","copesetic","copestone","copestones","copied","copier","copiers","copies","copihue","copihues","copilot","copilots","coping","copings","copingstone","copingstones","copious","copiously","copiousness","copiousnesses","copita","copitas","coplanar","coplanarities","coplanarity","coplot","coplots","coplotted","coplotting","copolymer","copolymeric","copolymerise","copolymerised","copolymerises","copolymerising","copolymerization","copolymerizations","copolymerize","copolymerized","copolymerizes","copolymerizing","copolymers","copout","copouts","copped","copper","copperah","copperahs","copperas","copperases","coppered","copperhead","copperheads","coppering","copperings","copperish","copperplate","copperplates","coppers","copperskin","copperskins","coppersmith","coppersmiths","copperwork","copperworks","copperworm","copperworms","coppery","coppice","coppiced","coppices","coppicing","coppicings","coppies","coppin","copping","coppins","copple","copples","coppra","coppras","coppy","copra","coprah","coprahs","copras","copremia","copremias","copremic","copresence","copresences","copresent","copresented","copresenting","copresents","copresident","copresidents","coprince","coprinces","coprincipal","coprincipals","coprisoner","coprisoners","coprocessing","coprocessings","coprocessor","coprocessors","coproduce","coproduced","coproducer","coproducers","coproduces","coproducing","coproduct","coproduction","coproductions","coproducts","coprolalia","coprolaliac","coprolalias","coprolite","coprolites","coprolith","coproliths","coprolitic","coprologies","coprology","copromoter","copromoters","coprophagan","coprophagans","coprophagic","coprophagies","coprophagist","coprophagists","coprophagous","coprophagy","coprophilia","coprophiliac","coprophiliacs","coprophilias","coprophilic","coprophilous","coproprietor","coproprietors","coproprietorship","coproprietorships","coprosma","coprosmas","coprosperities","coprosperity","coprosterol","coprosterols","coprozoic","cops","copse","copsed","copses","copsewood","copsewoods","copshop","copshops","copsier","copsiest","copsing","copsy","copter","copters","copublish","copublished","copublisher","copublishers","copublishes","copublishing","copula","copulae","copular","copulas","copulate","copulated","copulates","copulating","copulation","copulations","copulative","copulatively","copulatives","copulatory","copurified","copurifies","copurify","copurifying","copy","copyable","copybook","copybooks","copyboy","copyboys","copycat","copycats","copycatted","copycatting","copydesk","copydesks","copyedit","copyedited","copyediting","copyedits","copyfight","copyfights","copygirl","copygirls","copygraph","copygraphs","copyhold","copyholder","copyholders","copyholds","copying","copyism","copyisms","copyist","copyists","copyleft","copylefted","copylefting","copylefts","copyread","copyreader","copyreaders","copyreading","copyreadings","copyreads","copyright","copyrightable","copyrighted","copyrighter","copyrighters","copyrighting","copyrights","copytaker","copytakers","copywriter","copywriters","copywriting","copywritings","coquelicot","coquelicots","coquet","coquetries","coquetry","coquets","coquette","coquetted","coquettes","coquetting","coquettish","coquettishly","coquettishness","coquettishnesses","coquilla","coquillas","coquille","coquilles","coquimbite","coquimbites","coquina","coquinas","coquito","coquitos","cor","coraciiform","coracle","coracles","coracoid","coracoids","coradicate","coraggio","coral","coralbells","coralberries","coralberry","coralla","corallaceous","coralliferous","coralliform","coralligenous","coralline","corallines","corallite","corallites","coralloid","coralloidal","corallum","coralroot","coralroots","corals","coralwort","coralworts","coram","coranach","coranachs","coranto","corantoes","corantos","corban","corbans","corbe","corbeau","corbeaus","corbeil","corbeille","corbeilles","corbeils","corbel","corbeled","corbeling","corbelings","corbelled","corbelling","corbellings","corbels","corbes","corbicula","corbiculae","corbiculate","corbie","corbies","corbina","corbinas","corby","corcass","corcasses","cord","cordage","cordages","cordate","cordately","cordectomies","cordectomy","corded","cordelle","cordelled","cordelles","cordelling","corder","corders","cordgrass","cordgrasses","cordial","cordialise","cordialised","cordialises","cordialising","cordialities","cordiality","cordialize","cordialized","cordializes","cordializing","cordially","cordialness","cordialnesses","cordials","cordierite","cordierites","cordiform","cordillera","cordilleran","cordilleras","cordiner","cordiners","cording","cordings","cordite","cordites","cordless","cordlesses","cordlike","cordoba","cordobas","cordocenteses","cordocentesis","cordon","cordoned","cordoning","cordonnet","cordonnets","cordons","cordotomies","cordotomy","cordovan","cordovans","cords","corduroy","corduroyed","corduroying","corduroys","cordwain","cordwainer","cordwaineries","cordwainers","cordwainery","cordwains","cordwood","cordwoods","cordyline","cordylines","core","corecipient","corecipients","cored","coredeem","coredeemed","coredeeming","coredeems","coreferential","coregent","coregents","coregonine","coreign","coreigns","corelate","corelated","corelates","corelating","corelation","corelations","corelative","corelatives","coreless","coreligionist","coreligionists","corella","corellas","coremia","coremium","coreopsis","coreopsises","corepressor","corepressors","corequisite","corequisites","corer","corers","cores","coresearcher","coresearchers","coresident","coresidential","coresidents","corespondent","corespondents","corey","coreys","corf","corfhouse","corfhouses","corgi","corgis","coria","coriaceous","coriander","corianders","cories","coring","corinthianise","corinthianised","corinthianises","corinthianising","corinthianize","corinthianized","corinthianizes","corinthianizing","corious","corium","coriums","corival","corivalled","corivalling","corivalries","corivalry","corivals","corivalship","corivalships","corixid","corixids","cork","corkage","corkages","corkboard","corkboards","corkborer","corkborers","corked","corker","corkers","corkier","corkiest","corkiness","corkinesses","corking","corkir","corkirs","corklike","corks","corkscrew","corkscrewed","corkscrewing","corkscrews","corktree","corktrees","corkwing","corkwings","corkwood","corkwoods","corky","corm","cormel","cormels","cormidia","cormidium","cormlike","cormoid","cormophyte","cormophytes","cormophytic","cormorant","cormorants","cormous","corms","cormus","cormuses","corn","cornaceous","cornacre","cornacres","cornage","cornages","cornball","cornballs","cornborer","cornborers","cornbraid","cornbraided","cornbraiding","cornbraids","cornbrandies","cornbrandy","cornbrash","cornbrashes","cornbread","cornbreads","corncake","corncakes","corncob","corncobs","corncockle","corncockles","corncrake","corncrakes","corncrib","corncribs","cornea","corneae","corneal","corneas","corned","corneitis","corneitises","cornel","cornelian","cornelians","cornels","cornemuse","cornemuses","corneous","corner","cornerback","cornerbacks","cornered","cornering","cornerman","cornermen","corners","cornerstone","cornerstones","cornerways","cornerwise","cornet","cornetcies","cornetcy","cornetist","cornetists","cornets","cornett","cornetti","cornettini","cornettino","cornettist","cornettists","cornetto","cornetts","cornfed","cornfield","cornfields","cornflag","cornflags","cornflake","cornflakes","cornflies","cornflour","cornflours","cornflower","cornflowers","cornfly","cornhusk","cornhusker","cornhuskers","cornhusking","cornhuskings","cornhusks","corni","cornice","corniced","cornices","corniche","corniches","cornichon","cornichons","cornicing","cornicle","cornicles","cornicula","corniculate","corniculum","corniculums","cornier","corniest","corniferous","cornific","cornification","cornifications","cornified","cornifies","corniform","cornify","cornifying","cornigerous","cornily","corniness","corninesses","corning","cornist","cornists","cornland","cornlands","cornloft","cornlofts","cornmeal","cornmeals","cornmill","cornmills","cornmoth","cornmoths","corno","cornopean","cornopeans","cornpipe","cornpipes","cornpone","cornpones","cornrow","cornrowed","cornrowing","cornrows","corns","cornstalk","cornstalks","cornstarch","cornstarches","cornstone","cornstones","cornu","cornua","cornual","cornucopia","cornucopian","cornucopias","cornus","cornuses","cornute","cornuted","cornutes","cornuting","cornuto","cornutos","cornworm","cornworms","corny","corocore","corocores","corocoro","corocoros","corodies","corody","corolla","corollaceous","corollaries","corollary","corollas","corollate","corollifloral","corolliflorous","corolliform","corolline","coromandel","coromandels","corona","coronach","coronachs","coronae","coronagraph","coronagraphs","coronal","coronally","coronals","coronaries","coronary","coronas","coronate","coronated","coronates","coronating","coronation","coronations","coronavirus","coronaviruses","coronel","coronels","coroner","coroners","coronership","coronerships","coronet","coroneted","coronets","coronis","coronises","coronium","coroniums","coronograph","coronographs","coronoid","corotate","corotated","corotates","corotating","corotation","corotations","corozo","corozos","corpora","corporal","corporale","corporales","corporalities","corporality","corporally","corporals","corporalship","corporalships","corporas","corporases","corporate","corporately","corporateness","corporatenesses","corporates","corporation","corporations","corporatise","corporatised","corporatises","corporatising","corporatism","corporatisms","corporatist","corporatists","corporative","corporativism","corporativisms","corporatize","corporatized","corporatizes","corporatizing","corporator","corporators","corporeal","corporealise","corporealised","corporealises","corporealising","corporealism","corporealisms","corporealist","corporealists","corporealities","corporeality","corporealize","corporealized","corporealizes","corporealizing","corporeally","corporealness","corporealnesses","corporeities","corporeity","corporification","corporified","corporifies","corporify","corporifying","corposant","corposants","corps","corpse","corpsed","corpses","corpsing","corpsman","corpsmen","corpulence","corpulences","corpulencies","corpulency","corpulent","corpulently","corpus","corpuscle","corpuscles","corpuscular","corpuscularian","corpuscularians","corpuscularity","corpuscule","corpuscules","corpuses","corrade","corraded","corrades","corrading","corral","corralled","corralling","corrals","corrasion","corrasions","corrasive","correa","correas","correct","correctable","corrected","correcter","correctest","correctible","correcting","correction","correctional","correctioner","correctioners","corrections","correctitude","correctitudes","corrective","correctively","correctives","correctly","correctness","correctnesses","corrector","correctors","correctory","corrects","corregidor","corregidors","correlatable","correlate","correlated","correlates","correlating","correlation","correlational","correlations","correlative","correlatively","correlativeness","correlatives","correlativities","correlativity","correlator","correlators","correligionist","correligionists","correption","correptions","correspond","corresponded","correspondence","correspondences","correspondencies","correspondency","correspondent","correspondently","correspondents","corresponding","correspondingly","corresponds","corresponsive","corrida","corridas","corridor","corridors","corrie","corries","corrigenda","corrigendum","corrigent","corrigents","corrigibilities","corrigibility","corrigible","corrigibly","corrival","corrivalled","corrivalling","corrivalries","corrivalry","corrivals","corrivalship","corrivalships","corroborable","corroborant","corroborate","corroborated","corroborates","corroborating","corroboration","corroborations","corroborative","corroboratively","corroboratives","corroborator","corroborators","corroboratory","corroboree","corroboreed","corroboreeing","corroborees","corrodant","corrodants","corrode","corroded","corrodent","corrodents","corroder","corroders","corrodes","corrodibilities","corrodibility","corrodible","corrodies","corroding","corrody","corrosibilities","corrosibility","corrosible","corrosion","corrosions","corrosive","corrosively","corrosiveness","corrosivenesses","corrosives","corrugate","corrugated","corrugates","corrugating","corrugation","corrugations","corrugator","corrugators","corrupt","corrupted","corrupter","corrupters","corruptest","corruptibilities","corruptibility","corruptible","corruptibleness","corruptibly","corrupting","corruption","corruptionist","corruptionists","corruptions","corruptive","corruptively","corruptly","corruptness","corruptnesses","corruptor","corruptors","corrupts","cors","corsac","corsacs","corsage","corsages","corsair","corsairs","corse","corselet","corselets","corselette","corselettes","corses","corset","corseted","corsetier","corsetiere","corsetieres","corsetiers","corseting","corsetries","corsetry","corsets","corsey","corseys","corsive","corsives","corslet","corsleted","corslets","corsned","corsneds","corso","corsos","cortege","corteges","cortex","cortexes","cortical","cortically","corticate","corticated","cortication","cortications","cortices","corticoid","corticoids","corticolous","corticose","corticosteroid","corticosteroids","corticosterone","corticosterones","corticotrophic","corticotrophin","corticotrophins","corticotropic","corticotropin","corticotropins","cortile","cortili","cortin","cortina","cortinas","cortins","cortisol","cortisols","cortisone","cortisones","coruler","corulers","corundum","corundums","coruscant","coruscate","coruscated","coruscates","coruscating","coruscation","coruscations","corvee","corvees","corves","corvet","corveted","corveting","corvets","corvette","corvetted","corvettes","corvetting","corvid","corvids","corvina","corvinas","corvine","corvus","corvuses","cory","corybant","corybantes","corybantic","corybantism","corybantisms","corybants","corydaline","corydalines","corydalis","corydalises","corylopses","corylopsis","corylus","coryluses","corymb","corymbed","corymbose","corymbosely","corymbous","corymbs","corynebacteria","corynebacterial","corynebacterium","coryneform","coryphaei","coryphaeus","coryphe","coryphee","coryphees","coryphene","coryphenes","coryphes","coryza","coryzal","coryzas","cos","coscinomancies","coscinomancy","coscript","coscripted","coscripting","coscripts","cose","cosec","cosecant","cosecants","cosech","cosechs","cosecs","cosed","coseismal","coseismals","coseismic","coseismics","cosentient","coses","coset","cosets","cosey","coseys","cosh","coshed","cosher","coshered","cosherer","cosherers","cosheries","coshering","cosherings","coshers","coshery","coshes","coshing","cosie","cosied","cosier","cosiers","cosies","cosiest","cosign","cosignatories","cosignatory","cosigned","cosigner","cosigners","cosignificative","cosigning","cosigns","cosily","cosine","cosines","cosiness","cosinesses","cosing","cosmea","cosmeas","cosmeceutical","cosmeceuticals","cosmeses","cosmesis","cosmetic","cosmetical","cosmetically","cosmetician","cosmeticians","cosmeticise","cosmeticised","cosmeticises","cosmeticising","cosmeticism","cosmeticisms","cosmeticize","cosmeticized","cosmeticizes","cosmeticizing","cosmeticologies","cosmeticology","cosmetics","cosmetologies","cosmetologist","cosmetologists","cosmetology","cosmic","cosmical","cosmically","cosmid","cosmids","cosmin","cosmine","cosmines","cosmins","cosmism","cosmisms","cosmist","cosmists","cosmochemical","cosmochemist","cosmochemistries","cosmochemistry","cosmochemists","cosmocrat","cosmocratic","cosmocrats","cosmodrome","cosmodromes","cosmogenic","cosmogenies","cosmogeny","cosmogonal","cosmogonic","cosmogonical","cosmogonies","cosmogonist","cosmogonists","cosmogony","cosmographer","cosmographers","cosmographic","cosmographical","cosmographies","cosmographist","cosmographists","cosmography","cosmoid","cosmolatries","cosmolatry","cosmoline","cosmolined","cosmolines","cosmolining","cosmologic","cosmological","cosmologically","cosmologies","cosmologist","cosmologists","cosmology","cosmonaut","cosmonautics","cosmonauts","cosmoplastic","cosmopolis","cosmopolises","cosmopolitan","cosmopolitanism","cosmopolitanisms","cosmopolitans","cosmopolite","cosmopolites","cosmopolitic","cosmopolitical","cosmopolitics","cosmopolitism","cosmopolitisms","cosmorama","cosmoramas","cosmoramic","cosmos","cosmoses","cosmosphere","cosmospheres","cosmotheism","cosmotheisms","cosmothetic","cosmothetical","cosmotron","cosmotrons","cosphered","cosponsor","cosponsored","cosponsoring","cosponsors","cosponsorship","cosponsorships","coss","cossack","cossacks","cosses","cosset","cosseted","cosseting","cossets","cossie","cossies","cost","costa","costae","costal","costalgia","costalgias","costally","costals","costar","costard","costardmonger","costardmongers","costards","costarred","costarring","costars","costate","costated","coste","costean","costeaned","costeaning","costeanings","costeans","costed","coster","costermonger","costermongers","costers","costes","costing","costings","costive","costively","costiveness","costivenesses","costless","costlessly","costlier","costliest","costliness","costlinesses","costly","costmaries","costmary","costotomies","costotomy","costrel","costrels","costs","costume","costumed","costumer","costumeries","costumers","costumery","costumes","costumey","costumier","costumiers","costuming","costus","costuses","cosurfactant","cosurfactants","cosy","cosying","cot","cotan","cotangent","cotangential","cotangents","cotans","cote","coteau","coteaux","coted","cotelette","cotelettes","coteline","cotelines","cotemporaneous","cotemporary","cotenancies","cotenancy","cotenant","cotenants","coterie","coteries","coterminous","coterminously","cotes","coth","coths","cothurn","cothurnal","cothurni","cothurns","cothurnus","coticular","cotidal","cotillion","cotillions","cotillon","cotillons","coting","cotinga","cotingas","cotinine","cotinines","cotise","cotised","cotises","cotising","cotland","cotlands","cotoneaster","cotoneasters","cotquean","cotqueans","cotransduce","cotransduced","cotransduces","cotransducing","cotransduction","cotransductions","cotransfer","cotransferred","cotransferring","cotransfers","cotransport","cotransported","cotransporting","cotransports","cotrustee","cotrustees","cots","cott","cotta","cottabus","cottabuses","cottae","cottage","cottaged","cottager","cottagers","cottages","cottagey","cottaging","cottagings","cottar","cottars","cottas","cotted","cotter","cottered","cottering","cotterless","cotters","cottid","cottids","cottier","cottierism","cottierisms","cottiers","cotting","cottise","cottised","cottises","cottising","cottoid","cotton","cottonade","cottonades","cottoned","cottoning","cottonmouth","cottonmouths","cottonocracies","cottonocracy","cottons","cottonseed","cottonseeds","cottontail","cottontails","cottonweed","cottonweeds","cottonwood","cottonwoods","cottony","cottown","cottowns","cotts","cottus","cottuses","coturnix","coturnixes","cotwal","cotwals","cotylae","cotyle","cotyledon","cotyledonal","cotyledonary","cotyledonoid","cotyledonous","cotyledons","cotyles","cotyliform","cotyloid","cotyloidal","cotyloidals","cotyloids","cotylosaur","cotylosaurs","cotype","cotypes","coucal","coucals","couch","couchant","couche","couched","couchee","couchees","coucher","couchers","couches","couchette","couchettes","couching","couchings","coude","cougan","cougans","cougar","cougars","cough","coughed","cougher","coughers","coughing","coughings","coughs","couguar","couguars","could","couldest","couldst","coulee","coulees","coulibiac","coulibiaca","coulibiacas","coulibiacs","coulis","coulises","coulisse","coulisses","couloir","couloirs","coulomb","coulombic","coulombmeter","coulombmeters","coulombs","coulometer","coulometers","coulometric","coulometrically","coulometries","coulometry","coulter","coulters","coumaric","coumarilic","coumarin","coumarins","coumarone","coumarones","coumarou","coumarous","council","councillor","councillors","councillorship","councillorships","councilman","councilmanic","councilmen","councilor","councilors","councilorship","councilorships","councils","councilwoman","councilwomen","counsel","counselable","counseled","counselee","counselees","counseling","counselings","counsellable","counselled","counselling","counsellings","counsellor","counsellors","counsellorship","counsellorships","counselor","counselors","counselorship","counselorships","counsels","count","countabilities","countability","countable","countably","countback","countbacks","countdown","countdowns","counted","countenance","countenanced","countenancer","countenancers","countenances","countenancing","counter","counteraccusation","counteraccusations","counteract","counteracted","counteracting","counteraction","counteractions","counteractive","counteractively","counteracts","counteradaptation","counteradaptations","counteradvertising","counteradvertisings","counteragent","counteragents","counteraggression","counteraggressions","counterargue","counterargued","counterargues","counterarguing","counterargument","counterarguments","counterassault","counterassaults","counterattack","counterattacked","counterattacker","counterattackers","counterattacking","counterattacks","counterbade","counterbalance","counterbalanced","counterbalances","counterbalancing","counterbase","counterbases","counterbid","counterbidden","counterbidder","counterbidders","counterbidding","counterbids","counterblast","counterblasts","counterblockade","counterblockaded","counterblockades","counterblockading","counterblow","counterblows","counterbluff","counterbluffs","counterbond","counterbonds","counterbore","counterbored","counterbores","counterboring","counterbrace","counterbraced","counterbraces","counterbracing","counterbuff","counterbuffed","counterbuffing","counterbuffs","countercampaign","countercampaigns","counterchange","counterchanged","counterchanges","counterchanging","countercharge","countercharged","countercharges","countercharging","countercharm","countercharmed","countercharming","countercharms","countercheck","counterchecked","counterchecking","counterchecks","counterclaim","counterclaimant","counterclaimed","counterclaiming","counterclaims","counterclockwise","countercommercial","countercomplaint","countercomplaints","counterconditioning","counterconditionings","counterconspiracies","counterconspiracy","counterconvention","counterconventions","countercountermeasure","countercountermeasures","countercoup","countercoups","countercries","countercriticism","countercriticisms","countercry","countercultural","counterculturalism","counterculturalisms","counterculture","countercultures","counterculturist","counterculturists","countercurrent","countercurrently","countercurrents","countercyclical","countercyclically","counterdemand","counterdemands","counterdemonstrate","counterdemonstrated","counterdemonstrates","counterdemonstrating","counterdemonstration","counterdemonstrations","counterdemonstrator","counterdemonstrators","counterdeployment","counterdeployments","counterdraw","counterdrawing","counterdrawn","counterdraws","counterdrew","countered","countereducational","countereffort","counterefforts","counterespionage","counterespionages","counterevidence","counterevidences","counterexample","counterexamples","counterfactual","counterfactuals","counterfect","counterfeisance","counterfeit","counterfeited","counterfeiter","counterfeiters","counterfeiting","counterfeitly","counterfeits","counterfesaunce","counterfire","counterfired","counterfires","counterfiring","counterflow","counterflows","counterfoil","counterfoils","counterforce","counterforces","counterfort","counterforts","counterglow","counterglows","countergovernment","countergovernments","counterguerilla","counterguerillas","counterguerrilla","counterguerrillas","counterhypotheses","counterhypothesis","counterimage","counterimages","counterincentive","counterincentives","counterinflation","counterinflationary","counterinfluence","counterinfluenced","counterinfluences","counterinfluencing","countering","counterinstance","counterinstances","counterinstitution","counterinstitutions","counterinsurgencies","counterinsurgency","counterinsurgent","counterinsurgents","counterintelligence","counterintelligences","counterinterpretation","counterinterpretations","counterintuitive","counterintuitively","counterion","counterions","counterirritant","counterirritants","counterlight","counterlights","counterman","countermand","countermandable","countermanded","countermanding","countermands","countermarch","countermarched","countermarches","countermarching","countermark","countermarks","countermeasure","countermeasures","countermelodies","countermelody","countermemo","countermemos","countermen","countermine","countermined","countermines","countermining","countermobilization","countermobilizations","countermotion","countermotions","countermove","countermoved","countermovement","countermovements","countermoves","countermoving","countermure","countermured","countermures","countermuring","countermyth","countermyths","counteroffensive","counteroffensives","counteroffer","counteroffers","counterorder","counterordered","counterordering","counterorders","counterpace","counterpaces","counterpane","counterpanes","counterpart","counterparties","counterparts","counterparty","counterpeise","counterpeised","counterpeises","counterpeising","counterpetition","counterpetitioned","counterpetitioning","counterpetitions","counterpicket","counterpicketed","counterpicketing","counterpickets","counterplan","counterplans","counterplay","counterplayer","counterplayers","counterplays","counterplea","counterplead","counterpleaded","counterpleading","counterpleads","counterpleas","counterpled","counterplot","counterplots","counterplotted","counterplotting","counterploy","counterploys","counterpoint","counterpointed","counterpointing","counterpoints","counterpoise","counterpoised","counterpoises","counterpoising","counterpose","counterposed","counterposes","counterposing","counterpower","counterpowers","counterpressure","counterpressures","counterproductive","counterprogramming","counterprogrammings","counterproject","counterprojects","counterproof","counterproofs","counterpropaganda","counterpropagandas","counterproposal","counterproposals","counterprotest","counterprotests","counterpunch","counterpunched","counterpuncher","counterpunchers","counterpunches","counterpunching","counterquestion","counterquestioned","counterquestioning","counterquestions","counterraid","counterraided","counterraiding","counterraids","counterrallied","counterrallies","counterrally","counterrallying","counterreaction","counterreactions","counterreform","counterreformation","counterreformations","counterreformer","counterreformers","counterreforms","counterresponse","counterresponses","counterretaliation","counterretaliations","counterrevolution","counterrevolutionaries","counterrevolutionary","counterrevolutions","counters","countersank","counterscarp","counterscarps","counterscientific","counterseal","countersealed","countersealing","counterseals","countershading","countershadings","countershaft","countershafts","countershot","countershots","countersign","countersignature","countersignatures","countersigned","countersigning","countersigns","countersink","countersinking","countersinks","countersniper","countersnipers","counterspell","counterspells","counterspies","counterspy","counterspying","counterspyings","counterstain","counterstained","counterstaining","counterstains","counterstate","counterstated","counterstatement","counterstatements","counterstates","counterstating","counterstep","counterstepped","counterstepping","countersteps","counterstrategies","counterstrategist","counterstrategists","counterstrategy","counterstream","counterstreams","counterstricken","counterstrike","counterstrikes","counterstriking","counterstroke","counterstrokes","counterstruck","counterstyle","counterstyles","countersubject","countersubjects","countersue","countersued","countersues","countersuggestion","countersuggestions","countersuing","countersuit","countersuits","countersunk","countersurveillance","countersurveillances","countertactic","countertactics","countertendencies","countertendency","countertenor","countertenors","counterterror","counterterrorism","counterterrorisms","counterterrorist","counterterrorists","counterterrors","counterthreat","counterthreats","counterthrust","counterthrusts","countertop","countertops","countertrade","countertraded","countertrades","countertrading","countertradition","countertraditions","countertransference","countertransferences","countertrend","countertrends","countertype","countertypes","countervail","countervailable","countervailed","countervailing","countervails","counterview","counterviews","counterviolence","counterviolences","counterweigh","counterweighed","counterweighing","counterweighs","counterweight","counterweighted","counterweighting","counterweights","counterword","counterwords","counterwork","counterworked","counterworker","counterworkers","counterworking","counterworks","counterworld","counterworlds","countess","countesses","countian","countians","counties","counting","countinghouse","countinghouses","countless","countlessly","countline","countlines","countries","countrified","countrol","countrolled","countrolling","countrols","country","countryfied","countryish","countryman","countrymen","countryseat","countryseats","countryside","countrysides","countrywide","countrywoman","countrywomen","counts","countship","countships","county","coup","coupe","couped","coupee","coupees","couper","coupers","coupes","couping","couple","coupled","coupledom","coupledoms","couplement","couplements","coupler","couplers","couples","couplet","couplets","coupling","couplings","coupon","couponing","couponings","coupons","coups","coupure","coupures","cour","courage","courageful","courageous","courageously","courageousness","courageousnesses","courages","courant","courante","courantes","couranto","courantoes","courantos","courants","courb","courbaril","courbarils","courbed","courbette","courbettes","courbing","courbs","courd","coure","coured","coures","courgette","courgettes","courie","couried","courieing","courier","couriered","couriering","couriers","couries","couring","courlan","courlans","cours","course","coursebook","coursebooks","coursed","courser","coursers","courses","courseware","coursewares","coursework","courseworks","coursing","coursings","court","courtcraft","courtcrafts","courted","courteous","courteously","courteousness","courteousnesses","courter","courters","courtesan","courtesans","courtesied","courtesies","courtesy","courtesying","courtezan","courtezans","courthouse","courthouses","courtier","courtierism","courtierisms","courtierlike","courtierly","courtiers","courting","courtings","courtlet","courtlets","courtlier","courtliest","courtlike","courtliness","courtlinesses","courtling","courtlings","courtly","courtroom","courtrooms","courts","courtship","courtships","courtside","courtsides","courtyard","courtyards","couscous","couscouses","couscousou","couscousous","cousin","cousinage","cousinages","cousinhood","cousinhoods","cousinly","cousinries","cousinry","cousins","cousinship","cousinships","couta","coutas","couteau","couteaux","couter","couters","couth","couther","couthest","couthie","couthier","couthiest","couths","couthy","coutil","coutille","coutilles","coutils","couture","coutures","couturier","couturiere","couturieres","couturiers","couvade","couvades","couvert","couverts","couzin","couzins","covalence","covalences","covalencies","covalency","covalent","covalently","covariance","covariances","covariant","covariants","covariate","covariates","covariation","covariations","covaried","covaries","covary","covarying","cove","coved","covelet","covelets","covelline","covellines","covellite","covellites","coven","covenant","covenantal","covenantally","covenanted","covenantee","covenantees","covenanter","covenanters","covenanting","covenantor","covenantors","covenants","covens","covent","covents","cover","coverable","coverage","coverages","coverall","coveralled","coveralls","covered","coverer","coverers","covering","coverings","coverless","coverlet","coverlets","coverlid","coverlids","covermount","covermounted","covermounting","covermounts","covers","coversed","coversine","coversines","coverslip","coverslips","covert","covertly","covertness","covertnesses","coverts","coverture","covertures","coverup","coverups","coves","covet","covetable","coveted","coveter","coveters","coveting","covetingly","covetise","covetises","covetiveness","covetivenesses","covetous","covetously","covetousness","covetousnesses","covets","covey","coveys","covin","coving","covings","covinous","covins","covyne","covynes","cow","cowage","cowages","cowal","cowals","cowan","cowans","coward","cowarded","cowardice","cowardices","cowarding","cowardliness","cowardlinesses","cowardly","cowardries","cowardry","cowards","cowardship","cowardships","cowbane","cowbanes","cowbell","cowbells","cowberries","cowberry","cowbind","cowbinds","cowbird","cowbirds","cowboy","cowboyed","cowboying","cowboys","cowcatcher","cowcatchers","cowed","cowedly","cower","cowered","cowering","coweringly","cowers","cowfeeder","cowfeeders","cowfeteria","cowfeterias","cowfish","cowfishes","cowflap","cowflaps","cowflop","cowflops","cowgirl","cowgirls","cowgrass","cowgrasses","cowhage","cowhages","cowhand","cowhands","cowheard","cowheards","cowheel","cowheels","cowherb","cowherbs","cowherd","cowherds","cowhide","cowhided","cowhides","cowhiding","cowhouse","cowhouses","cowier","cowiest","cowing","cowinner","cowinners","cowish","cowitch","cowitches","cowk","cowked","cowking","cowks","cowl","cowled","cowlick","cowlicks","cowling","cowlings","cowls","cowlstaff","cowlstaffs","cowlstaves","cowman","cowmen","coworker","coworkers","cowp","cowpat","cowpats","cowpea","cowpeas","cowped","cowpie","cowpies","cowping","cowplop","cowplops","cowpoke","cowpokes","cowpox","cowpoxes","cowps","cowpuncher","cowpunchers","cowrie","cowries","cowrite","cowriter","cowriters","cowrites","cowriting","cowritten","cowrote","cowry","cows","cowshed","cowsheds","cowskin","cowskins","cowslip","cowslips","cowtree","cowtrees","cowy","cox","coxa","coxae","coxal","coxalgia","coxalgias","coxalgic","coxalgies","coxalgy","coxcomb","coxcombic","coxcombical","coxcombicality","coxcombically","coxcombries","coxcombry","coxcombs","coxcomical","coxed","coxes","coxib","coxibs","coxier","coxiest","coxiness","coxinesses","coxing","coxitides","coxitis","coxless","coxswain","coxswained","coxswaining","coxswains","coxy","coy","coydog","coydogs","coyed","coyer","coyest","coying","coyish","coyishly","coyishness","coyishnesses","coyly","coyness","coynesses","coyote","coyotes","coyotillo","coyotillos","coypou","coypous","coypu","coypus","coys","coystrel","coystrels","coystril","coystrils","coz","coze","cozed","cozen","cozenage","cozenages","cozened","cozener","cozeners","cozening","cozens","cozes","cozey","cozeys","cozie","cozied","cozier","coziers","cozies","coziest","cozily","coziness","cozinesses","cozing","cozy","cozying","cozzes","craal","craaled","craaling","craals","crab","crabapple","crabapples","crabbed","crabbedly","crabbedness","crabbednesses","crabber","crabbers","crabbier","crabbiest","crabbily","crabbiness","crabbinesses","crabbing","crabbit","crabby","crabeater","crabeaters","crabgrass","crabgrasses","crablike","crabmeat","crabmeats","crabs","crabstick","crabsticks","crabwise","crabwood","crabwoods","crachach","crack","cracka","crackajack","crackajacks","crackas","crackback","crackbacks","crackberries","crackberry","crackbrain","crackbrained","crackbrains","crackdown","crackdowns","cracked","cracker","crackerjack","crackerjacks","crackers","cracket","crackets","crackhead","crackheads","cracking","crackings","crackjaw","crackjaws","crackle","crackled","crackles","crackleware","cracklewares","cracklier","crackliest","crackling","cracklings","crackly","cracknel","cracknels","crackpot","crackpots","cracks","cracksman","cracksmen","crackup","crackups","cracky","cracovienne","cracoviennes","cracowe","cracowes","cradle","cradled","cradler","cradlers","cradles","cradlesong","cradlesongs","cradlewalk","cradlewalks","cradling","cradlings","craft","crafted","crafter","crafters","craftier","craftiest","craftily","craftiness","craftinesses","crafting","craftless","craftmanship","craftmanships","crafts","craftsman","craftsmanlike","craftsmanly","craftsmanship","craftsmanships","craftsmen","craftspeople","craftsperson","craftspersons","craftswoman","craftswomen","craftwork","craftworks","crafty","crag","cragfast","cragged","craggedness","craggednesses","craggier","craggiest","craggily","cragginess","cragginesses","craggy","crags","cragsman","cragsmen","craic","craics","craig","craigfluke","craigflukes","craigs","crake","crakeberries","crakeberry","craked","crakes","craking","cram","crambe","crambes","crambo","cramboclink","cramboclinks","cramboes","crambos","crame","crames","cramesies","cramesy","cramfull","crammable","crammed","crammer","crammers","cramming","cramoisie","cramoisies","cramoisy","cramp","crampbark","crampbarks","cramped","cramper","crampers","crampet","crampets","crampfish","crampfishes","crampier","crampiest","cramping","crampit","crampits","crampon","cramponed","cramponing","crampons","crampoon","crampoons","cramps","crampy","crams","cran","cranachan","cranachans","cranage","cranages","cranberries","cranberry","cranch","cranched","cranches","cranching","crane","craned","craneflies","cranefly","cranes","cranesbill","cranesbills","crania","cranial","cranially","craniate","craniates","craniectomies","craniectomy","craning","craniocerebral","craniofacial","craniognomies","craniognomy","craniological","craniologically","craniologies","craniologist","craniologists","craniology","craniometer","craniometers","craniometric","craniometrical","craniometries","craniometrist","craniometrists","craniometry","craniopagi","craniopagus","craniosacral","cranioscopies","cranioscopist","cranioscopists","cranioscopy","craniotomies","craniotomy","cranium","craniums","crank","crankcase","crankcases","cranked","cranker","crankest","crankhandle","crankhandles","crankier","crankiest","crankily","crankiness","crankinesses","cranking","crankish","crankle","crankled","crankles","crankling","crankly","crankness","cranknesses","crankous","crankpin","crankpins","cranks","crankshaft","crankshafts","cranky","crannied","crannies","crannog","crannoge","crannoges","crannogs","cranny","crannying","cranreuch","cranreuchs","crans","crants","crantses","crap","crapaud","crapauds","crape","craped","crapehanger","crapehangers","crapehanging","crapehangings","crapelike","crapes","crapier","crapiest","craping","craple","craples","crapola","crapolas","crapped","crapper","crappers","crappie","crappier","crappies","crappiest","crapping","crappy","craps","crapshoot","crapshooter","crapshooters","crapshoots","crapulence","crapulences","crapulent","crapulently","crapulosities","crapulosity","crapulous","crapulously","crapulousness","crapulousnesses","crapy","craquelure","craquelures","crare","crares","crases","crash","crashed","crasher","crashers","crashes","crashing","crashingly","crashpad","crashpads","crashworthiness","crashworthinesses","crashworthy","crasis","crass","crassamenta","crassamentum","crasser","crassest","crassitude","crassitudes","crassly","crassness","crassnesses","crassulacean","crassulaceous","cratch","cratches","crate","crated","crateful","cratefuls","crater","cratered","crateriform","cratering","craterings","craterless","craterlet","craterlets","craterlike","craterous","craters","crates","crathur","crathurs","crating","craton","cratonic","cratons","cratur","craturs","craunch","craunchable","craunched","craunches","craunchier","craunchiest","craunchiness","craunchinesses","craunching","craunchy","cravat","cravats","cravatted","cravatting","crave","craved","craven","cravened","cravening","cravenly","cravenness","cravennesses","cravens","craver","cravers","craves","craving","cravings","craw","crawdad","crawdaddies","crawdaddy","crawdads","crawfish","crawfished","crawfishes","crawfishing","crawl","crawled","crawler","crawlers","crawlier","crawliest","crawling","crawlingly","crawlings","crawls","crawlspace","crawlspaces","crawlway","crawlways","crawly","craws","cray","crayer","crayers","crayfish","crayfishes","crayon","crayoned","crayoner","crayoners","crayoning","crayonist","crayonists","crayons","crays","craythur","craythurs","craze","crazed","crazes","crazier","crazies","craziest","crazily","craziness","crazinesses","crazing","crazy","crazyweed","crazyweeds","creach","creachs","creagh","creaghs","creak","creaked","creakier","creakiest","creakily","creakiness","creakinesses","creaking","creakingly","creaks","creaky","cream","creamcups","creamed","creamer","creameries","creamers","creamery","creamier","creamiest","creamily","creaminess","creaminesses","creaming","creamlaid","creamlike","creampuff","creampuffs","creams","creamware","creamwares","creamwove","creamy","creance","creances","creant","crease","creased","creaseless","creaser","creasers","creases","creasier","creasiest","creasing","creasote","creasoted","creasotes","creasoting","creasy","creatable","create","created","creates","creatic","creatin","creatine","creatines","creating","creatinine","creatinines","creatins","creation","creational","creationism","creationisms","creationist","creationistic","creationists","creations","creative","creatively","creativeness","creativenesses","creatives","creativities","creativity","creator","creators","creatorship","creatorships","creatress","creatresses","creatrix","creatrixes","creatural","creature","creaturehood","creaturehoods","creatureliness","creaturelinesses","creaturely","creatures","creatureship","creatureships","creche","creches","cred","credal","credence","credences","credenda","credendum","credent","credential","credentialed","credentialing","credentialism","credentialisms","credentialled","credentialling","credentials","credenza","credenzas","credibilities","credibility","credible","credibleness","crediblenesses","credibly","credit","creditabilities","creditability","creditable","creditableness","creditablenesses","creditably","credited","crediting","creditless","creditor","creditors","credits","creditworthiness","creditworthinesses","creditworthy","credo","credos","creds","credulities","credulity","credulous","credulously","credulousness","credulousnesses","cree","creed","creedal","creeds","creeing","creek","creekier","creekiest","creeks","creeky","creel","creeled","creeling","creels","creep","creepage","creepages","creeped","creeper","creepered","creepers","creepie","creepier","creepies","creepiest","creepily","creepiness","creepinesses","creeping","creepingly","creepmouse","creeps","creepy","crees","creese","creesed","creeses","creesh","creeshed","creeshes","creeshier","creeshiest","creeshing","creeshy","creesing","crem","cremaillere","cremailleres","cremains","cremant","cremaster","cremasters","cremate","cremated","cremates","cremating","cremation","cremationism","cremationisms","cremationist","cremationists","cremations","cremator","crematoria","crematorial","crematories","crematorium","crematoriums","cremators","crematory","creme","cremes","cremini","creminis","cremocarp","cremocarps","cremona","cremonas","cremor","cremorne","cremornes","cremors","cremosin","crems","cremsin","crena","crenas","crenate","crenated","crenately","crenation","crenations","crenature","crenatures","crenel","crenelate","crenelated","crenelates","crenelating","crenelation","crenelations","creneled","creneling","crenellate","crenellated","crenellates","crenellating","crenellation","crenellations","crenelle","crenelled","crenelles","crenelling","crenels","crenshaw","crenshaws","crenulate","crenulated","crenulation","crenulations","creodont","creodonts","creole","creoles","creolian","creolians","creolisation","creolisations","creolise","creolised","creolises","creolising","creolist","creolists","creolization","creolizations","creolize","creolized","creolizes","creolizing","creophagies","creophagous","creophagy","creosol","creosols","creosote","creosoted","creosotes","creosotic","creosoting","crepance","crepances","crepe","creped","crepehanger","crepehangers","crepehanging","crepehangings","creperie","creperies","crepes","crepey","crepier","crepiest","crepiness","crepinesses","creping","crepitant","crepitate","crepitated","crepitates","crepitating","crepitation","crepitations","crepitative","crepitus","crepituses","crepoline","crepolines","crepon","crepons","creps","crept","crepuscle","crepuscles","crepuscular","crepuscule","crepuscules","crepusculous","crepy","crescendi","crescendo","crescendoed","crescendoes","crescendoing","crescendos","crescent","crescentade","crescentades","crescented","crescentic","crescents","crescive","crescively","crescograph","crescographs","cresol","cresols","cress","cresses","cresset","cressets","cressier","cressiest","cressy","crest","cresta","crestal","crested","crestfallen","crestfallenly","crestfallenness","crestfallennesses","cresting","crestings","crestless","creston","crestons","crests","cresyl","cresylic","cresyls","cretaceous","cretaceouses","cretaceously","cretic","cretics","cretin","cretinise","cretinised","cretinises","cretinising","cretinism","cretinisms","cretinize","cretinized","cretinizes","cretinizing","cretinoid","cretinoids","cretinous","cretins","cretism","cretisms","cretonne","cretonnes","cretons","creutzer","creutzers","crevalle","crevalles","crevasse","crevassed","crevasses","crevassing","crevette","crevettes","crevice","creviced","crevices","crew","crewcut","crewcuts","crewe","crewed","crewel","crewelist","crewelists","crewelled","crewelleries","crewellery","crewelling","crewels","crewelwork","crewelworks","crewes","crewing","crewless","crewman","crewmate","crewmates","crewmen","crewneck","crewnecks","crews","cria","criant","crias","crib","cribbage","cribbages","cribbed","cribber","cribbers","cribbing","cribbings","cribble","cribbled","cribbles","cribbling","cribella","cribellar","cribellum","crible","cribrate","cribration","cribrations","cribriform","cribrose","cribrous","cribs","cribwork","cribworks","cricetid","cricetids","crick","cricked","cricket","cricketed","cricketer","cricketers","cricketing","cricketings","crickets","crickey","cricking","cricks","cricky","cricoid","cricoids","cried","crier","criers","cries","crikey","crim","crime","crimed","crimeful","crimeless","crimen","crimes","crimewave","crimewaves","crimina","criminal","criminalese","criminaleses","criminalisation","criminalise","criminalised","criminalises","criminalising","criminalist","criminalistics","criminalists","criminalities","criminality","criminalization","criminalizations","criminalize","criminalized","criminalizes","criminalizing","criminally","criminals","criminate","criminated","criminates","criminating","crimination","criminations","criminative","criminator","criminators","criminatory","crimine","criming","crimini","criminis","criminogenic","criminologic","criminological","criminologically","criminologies","criminologist","criminologists","criminology","criminous","criminousness","criminousnesses","criminy","crimmer","crimmers","crimp","crimped","crimper","crimpers","crimpier","crimpiest","crimping","crimple","crimpled","crimples","crimpling","crimps","crimpy","crims","crimson","crimsoned","crimsoning","crimsonness","crimsonnesses","crimsons","crinal","crinate","crinated","crine","crined","crines","cringe","cringed","cringeling","cringelings","cringer","cringers","cringes","cringeworthy","cringing","cringingly","cringings","cringle","cringles","crinicultural","crinigerous","crining","crinite","crinites","crinkle","crinkled","crinkleroot","crinkleroots","crinkles","crinklier","crinklies","crinkliest","crinkling","crinkly","crinoid","crinoidal","crinoidean","crinoideans","crinoids","crinolette","crinolettes","crinoline","crinolined","crinolines","crinose","crinum","crinums","criollo","criollos","crios","crioses","cripe","cripes","cripple","crippled","crippledom","crippledoms","crippler","cripplers","cripples","crippleware","cripplewares","crippling","cripplingly","cripplings","cris","crise","crises","crisic","crisis","crisp","crispate","crispated","crispation","crispations","crispature","crispatures","crispbread","crispbreads","crisped","crispen","crispened","crispening","crispens","crisper","crispers","crispest","crisphead","crispheads","crispier","crispies","crispiest","crispily","crispin","crispiness","crispinesses","crisping","crispins","crisply","crispness","crispnesses","crisps","crispy","crissa","crissal","crisscross","crisscrossed","crisscrosses","crisscrossing","crissum","crista","cristae","cristate","cristated","cristiform","cristobalite","cristobalites","crit","criteria","criterial","criterion","criterions","criterium","criteriums","crith","crithidial","crithomancies","crithomancy","criths","critic","critical","criticalities","criticality","critically","criticalness","criticalnesses","criticaster","criticasters","criticisable","criticise","criticised","criticiser","criticisers","criticises","criticising","criticisingly","criticism","criticisms","criticizable","criticize","criticized","criticizer","criticizers","criticizes","criticizing","criticizingly","critics","critique","critiqued","critiques","critiquing","crits","critter","critters","crittur","critturs","crivens","crivvens","croak","croaked","croaker","croakers","croakier","croakiest","croakily","croakiness","croakinesses","croaking","croakings","croaks","croaky","croc","croceate","crocein","croceine","croceines","croceins","croceous","croche","croches","crochet","crocheted","crocheter","crocheters","crocheting","crochetings","crochets","croci","crocidolite","crocidolites","crocine","crock","crocked","crockeries","crockery","crocket","crocketed","crockets","crocking","crockpot","crockpots","crocks","crocodile","crocodiles","crocodilian","crocodilians","crocoisite","crocoisites","crocoite","crocoites","crocosmia","crocosmias","crocs","crocus","crocuses","croft","crofted","crofter","crofters","crofting","croftings","crofts","crog","crogged","croggies","crogging","croggy","crogs","croissant","croissants","crojik","crojiks","crokinole","crokinoles","cromack","cromacks","cromb","crombec","crombecs","crombed","crombing","crombs","crome","cromed","cromes","croming","cromlech","cromlechs","cromorna","cromornas","cromorne","cromornes","crone","crones","cronet","cronets","cronies","cronish","cronk","cronker","cronkest","crony","cronyism","cronyisms","croodle","croodled","croodles","croodling","crook","crookback","crookbacked","crookbacks","crooked","crookeder","crookedest","crookedly","crookedness","crookednesses","crooker","crookeries","crookery","crookest","crooking","crookneck","crooknecks","crooks","crool","crooled","crooling","crools","croon","crooned","crooner","crooners","crooning","croonings","croons","croove","crooves","crop","cropbound","cropduster","cropdusters","cropful","cropfull","cropfuls","cropland","croplands","cropless","cropped","cropper","croppers","croppie","croppies","cropping","croppings","croppy","crops","cropsick","croquante","croquantes","croquet","croqueted","croqueting","croquets","croquette","croquettes","croquignole","croquignoles","croquis","crore","crorepati","crorepatis","crores","crosier","crosiered","crosiers","cross","crossabilities","crossability","crossable","crossandra","crossandras","crossarm","crossarms","crossband","crossbanded","crossbanding","crossbandings","crossbands","crossbar","crossbarred","crossbarring","crossbars","crossbeam","crossbeams","crossbearer","crossbearers","crossbench","crossbencher","crossbenchers","crossbenches","crossbill","crossbills","crossbirth","crossbirths","crossbit","crossbite","crossbites","crossbiting","crossbitten","crossbones","crossbow","crossbower","crossbowers","crossbowman","crossbowmen","crossbows","crossbred","crossbreds","crossbreed","crossbreeding","crossbreedings","crossbreeds","crossbuck","crossbucks","crosscheck","crosschecked","crosschecking","crosschecks","crossclaim","crossclaims","crosscourt","crosscurrent","crosscurrents","crosscut","crosscuts","crosscutting","crosscuttings","crosse","crossed","crosser","crossers","crosses","crossest","crossette","crossettes","crossfall","crossfalls","crossfield","crossfire","crossfires","crossfish","crossfishes","crosshair","crosshairs","crosshatch","crosshatched","crosshatches","crosshatching","crosshatchings","crosshead","crossheads","crossing","crossings","crossish","crossjack","crossjacks","crosslet","crosslets","crosslight","crosslights","crosslinguistic","crosslinguistically","crossly","crossness","crossnesses","crossopterygian","crossopterygians","crossover","crossovers","crosspatch","crosspatches","crosspiece","crosspieces","crossroad","crossroads","crossruff","crossruffed","crossruffing","crossruffs","crosstalk","crosstalks","crosstie","crosstied","crossties","crosstown","crosstree","crosstrees","crosswalk","crosswalks","crossway","crossways","crosswind","crosswinds","crosswise","crossword","crosswords","crosswort","crossworts","crost","crostini","crostinis","crostino","crotal","crotala","crotalaria","crotalarias","crotaline","crotalism","crotalisms","crotals","crotalum","crotch","crotched","crotches","crotchet","crotcheted","crotcheteer","crotcheteers","crotchetier","crotchetiest","crotchetiness","crotchetinesses","crotchets","crotchety","croton","crotonbug","crotonbugs","crotonic","crotons","crottle","crottles","crouch","crouched","crouches","crouching","croup","croupade","croupades","croupe","crouped","crouper","croupers","croupes","croupier","croupiers","croupiest","croupily","croupiness","croupinesses","crouping","croupon","croupons","croupous","croups","croupy","crouse","crousely","croustade","croustades","crout","croute","croutes","crouton","croutons","crouts","crow","crowbar","crowbarred","crowbarring","crowbars","crowberries","crowberry","crowboot","crowboots","crowd","crowded","crowdedly","crowdedness","crowdednesses","crowder","crowders","crowdie","crowdies","crowding","crowds","crowdsource","crowdsourced","crowdsources","crowdsourcing","crowdsourcings","crowdy","crowea","croweas","crowed","crower","crowers","crowfeet","crowfoot","crowfoots","crowing","crowingly","crowkeeper","crowkeepers","crown","crowned","crowner","crowners","crownet","crownets","crowning","crownings","crownland","crownlands","crownless","crownlet","crownlets","crownpiece","crownpieces","crowns","crownwork","crownworks","crows","crowsfeet","crowsfoot","crowstep","crowstepped","crowsteps","croze","crozer","crozers","crozes","crozier","croziers","crozzled","cru","crubeen","crubeens","cruces","crucial","crucially","crucian","crucians","cruciate","cruciately","cruciates","crucible","crucibles","crucifer","cruciferous","crucifers","crucified","crucifier","crucifiers","crucifies","crucifix","crucifixes","crucifixion","crucifixions","cruciform","cruciformly","cruciforms","crucify","crucifying","cruciverbal","cruciverbalism","cruciverbalisms","cruciverbalist","cruciverbalists","cruck","crucks","crud","crudded","cruddier","cruddiest","crudding","cruddle","cruddled","cruddles","cruddling","cruddy","crude","crudely","crudeness","crudenesses","cruder","crudes","crudest","crudites","crudities","crudity","cruds","crudy","crue","cruel","crueler","cruelest","crueller","cruellest","cruells","cruelly","cruelness","cruelnesses","cruels","cruelties","cruelty","crues","cruet","cruets","cruft","cruftier","cruftiest","crufty","cruise","cruised","cruiser","cruisers","cruiserweight","cruiserweights","cruises","cruiseway","cruiseways","cruisewear","cruisewears","cruisie","cruisies","cruising","cruisings","cruive","cruives","cruizie","cruizies","cruller","crullers","crumb","crumbcloth","crumbcloths","crumbed","crumber","crumbers","crumbier","crumbiest","crumbing","crumble","crumbled","crumbles","crumblier","crumblies","crumbliest","crumbliness","crumblinesses","crumbling","crumblings","crumbly","crumbs","crumbum","crumbums","crumby","crumen","crumenal","crumenals","crumens","crumhorn","crumhorns","crummack","crummacks","crummie","crummier","crummies","crummiest","crumminess","crumminesses","crummock","crummocks","crummy","crump","crumped","crumper","crumpest","crumpet","crumpets","crumpier","crumpiest","crumping","crumple","crumpled","crumples","crumplier","crumpliest","crumpling","crumplings","crumply","crumps","crumpy","crunch","crunchable","crunched","cruncher","crunchers","crunches","crunchie","crunchier","crunchies","crunchiest","crunchily","crunchiness","crunchinesses","crunching","crunchings","crunchy","crunk","crunked","crunkle","crunkled","crunkles","crunkling","crunks","crunodal","crunode","crunodes","cruor","cruores","cruors","crupper","cruppers","crura","crural","crus","crusade","crusaded","crusader","crusaders","crusades","crusading","crusado","crusadoes","crusados","cruse","cruses","cruset","crusets","crush","crushabilities","crushability","crushable","crushed","crusher","crushers","crushes","crushing","crushingly","crushproof","crusian","crusians","crusie","crusies","crusily","crust","crusta","crustacea","crustacean","crustaceans","crustaceous","crustae","crustal","crustate","crustated","crustation","crustations","crusted","crustier","crusties","crustiest","crustily","crustiness","crustinesses","crusting","crustless","crustose","crusts","crusty","crusy","crutch","crutched","crutches","crutching","crutchings","cruve","cruves","crux","cruxes","cruzado","cruzadoes","cruzados","cruzeiro","cruzeiros","cruzie","cruzies","crwth","crwths","cry","crybabies","crybaby","crying","cryingly","cryings","crymotherapies","crymotherapy","cryobank","cryobanks","cryobiological","cryobiologies","cryobiologist","cryobiologists","cryobiology","cryocable","cryocables","cryoconite","cryoconites","cryogen","cryogenic","cryogenically","cryogenics","cryogenies","cryogens","cryogeny","cryoglobulin","cryoglobulins","cryohydrate","cryohydrates","cryolite","cryolites","cryometer","cryometers","cryometric","cryometries","cryometry","cryonic","cryonics","cryophilic","cryophorus","cryophoruses","cryophysics","cryophyte","cryophytes","cryoplankton","cryoplanktons","cryoprecipitate","cryopreservation","cryopreservations","cryopreserve","cryopreserved","cryopreserves","cryopreserving","cryoprobe","cryoprobes","cryoprotectant","cryoprotectants","cryoprotective","cryoscope","cryoscopes","cryoscopic","cryoscopies","cryoscopy","cryostat","cryostatic","cryostats","cryosurgeon","cryosurgeons","cryosurgeries","cryosurgery","cryosurgical","cryotherapies","cryotherapy","cryotron","cryotrons","crypt","cryptadia","cryptaesthesia","cryptaesthesias","cryptaesthetic","cryptal","cryptanalyses","cryptanalysis","cryptanalyst","cryptanalysts","cryptanalytic","cryptanalytical","cryptarithm","cryptarithms","cryptesthesia","cryptesthesias","cryptic","cryptical","cryptically","crypto","cryptobiont","cryptobionts","cryptobioses","cryptobiosis","cryptoclastic","cryptococcal","cryptococci","cryptococcoses","cryptococcosis","cryptococcus","cryptocrystalline","cryptogam","cryptogamian","cryptogamic","cryptogamies","cryptogamist","cryptogamists","cryptogamous","cryptogams","cryptogamy","cryptogenic","cryptogram","cryptograms","cryptograph","cryptographer","cryptographers","cryptographic","cryptographical","cryptographically","cryptographies","cryptographist","cryptographists","cryptographs","cryptography","cryptologic","cryptological","cryptologies","cryptologist","cryptologists","cryptology","cryptomeria","cryptomerias","cryptometer","cryptometers","cryptomnesia","cryptomnesias","cryptomnesic","crypton","cryptons","cryptonym","cryptonymous","cryptonyms","cryptophyte","cryptophytes","cryptophytic","cryptorchid","cryptorchidism","cryptorchidisms","cryptorchids","cryptorchism","cryptorchisms","cryptos","cryptosporidia","cryptosporidium","cryptozoic","cryptozoite","cryptozoites","cryptozoologies","cryptozoologist","cryptozoologists","cryptozoology","crypts","crystal","crystalisable","crystalisation","crystalisations","crystalise","crystalised","crystaliser","crystalisers","crystalises","crystalising","crystalizable","crystalization","crystalizations","crystalize","crystalized","crystalizer","crystalizers","crystalizes","crystalizing","crystalline","crystallines","crystallinities","crystallinity","crystallisable","crystallisation","crystallise","crystallised","crystalliser","crystallisers","crystallises","crystallising","crystallite","crystallites","crystallitic","crystallitis","crystallitises","crystallizable","crystallization","crystallizations","crystallize","crystallized","crystallizer","crystallizers","crystallizes","crystallizing","crystallographer","crystallographers","crystallographic","crystallographically","crystallographies","crystallography","crystalloid","crystalloidal","crystalloids","crystallomancy","crystals","csardas","csardases","ctene","ctenes","ctenidia","ctenidium","cteniform","ctenoid","ctenophoran","ctenophorans","ctenophore","ctenophores","cuadrilla","cuadrillas","cuatro","cuatros","cub","cubage","cubages","cubane","cubanelle","cubanelles","cubanes","cubature","cubatures","cubbed","cubbier","cubbies","cubbiest","cubbing","cubbings","cubbish","cubbishly","cubby","cubbyhole","cubbyholes","cube","cubeb","cubebs","cubed","cuber","cubers","cubes","cubhood","cubhoods","cubic","cubica","cubical","cubically","cubicalness","cubicalnesses","cubicas","cubicities","cubicity","cubicle","cubicles","cubicly","cubics","cubicula","cubiculum","cubiform","cubing","cubism","cubisms","cubist","cubistic","cubistically","cubists","cubit","cubital","cubiti","cubits","cubitus","cubituses","cubless","cuboid","cuboidal","cuboids","cubs","cucking","cuckold","cuckolded","cuckolding","cuckoldise","cuckoldised","cuckoldises","cuckoldising","cuckoldize","cuckoldized","cuckoldizes","cuckoldizing","cuckoldly","cuckoldom","cuckoldoms","cuckoldries","cuckoldry","cuckolds","cuckoo","cuckooed","cuckooflower","cuckooflowers","cuckooing","cuckoopint","cuckoopints","cuckoos","cuculiform","cucullate","cucullated","cucullately","cucumber","cucumbers","cucumiform","cucurbit","cucurbitaceous","cucurbital","cucurbits","cud","cudbear","cudbears","cudden","cuddens","cuddie","cuddies","cuddin","cuddins","cuddle","cuddled","cuddler","cuddlers","cuddles","cuddlesome","cuddlier","cuddliest","cuddling","cuddly","cuddy","cudgel","cudgeled","cudgeler","cudgelers","cudgeling","cudgelled","cudgeller","cudgellers","cudgelling","cudgellings","cudgels","cudgerie","cudgeries","cuds","cudweed","cudweeds","cue","cued","cueing","cueings","cueist","cueists","cues","cuesta","cuestas","cuff","cuffed","cuffin","cuffing","cuffins","cuffle","cuffled","cuffles","cuffless","cuffling","cufflink","cufflinks","cuffo","cuffs","cuffuffle","cuffuffles","cuif","cuifs","cuing","cuirass","cuirassed","cuirasses","cuirassier","cuirassiers","cuirassing","cuish","cuishes","cuisinart","cuisinarts","cuisine","cuisines","cuisinier","cuisiniers","cuisse","cuisser","cuissers","cuisses","cuit","cuiter","cuitered","cuitering","cuiters","cuitikin","cuitikins","cuits","cuittle","cuittled","cuittles","cuittling","cuke","cukes","culch","culches","culchie","culchies","culet","culets","culex","culexes","culices","culicid","culicids","culiciform","culicine","culicines","culinarian","culinarians","culinarily","culinary","cull","cullay","cullays","culled","cullender","cullenders","culler","cullers","cullet","cullets","cullied","cullies","culling","cullings","cullion","cullionly","cullions","cullis","cullises","culls","cully","cullying","cullyism","cullyisms","culm","culmed","culmen","culmiferous","culmina","culminant","culminate","culminated","culminates","culminating","culmination","culminations","culming","culms","culotte","culottes","culpa","culpabilities","culpability","culpable","culpableness","culpablenesses","culpably","culpae","culpatory","culprit","culprits","cult","cultch","cultches","culter","culters","culti","cultic","cultier","cultiest","cultigen","cultigens","cultish","cultishly","cultishness","cultishnesses","cultism","cultisms","cultist","cultists","cultivabilities","cultivability","cultivable","cultivar","cultivars","cultivatable","cultivate","cultivated","cultivates","cultivating","cultivation","cultivations","cultivator","cultivators","cultlike","cultrate","cultrated","cultriform","cults","culturable","cultural","culturally","culturati","culture","cultured","cultureless","cultures","culturing","culturist","culturists","cultus","cultuses","culty","culver","culverin","culverineer","culverineers","culverins","culvers","culvert","culvertage","culvertages","culvertailed","culverts","cum","cumacean","cumaceans","cumaric","cumarin","cumarins","cumarone","cumarones","cumbent","cumber","cumberbund","cumberbunds","cumbered","cumberer","cumberers","cumbering","cumberless","cumberment","cumberments","cumbers","cumbersome","cumbersomely","cumbersomeness","cumbersomenesses","cumbia","cumbias","cumbrance","cumbrances","cumbrous","cumbrously","cumbrousness","cumbrousnesses","cumbungi","cumbungis","cumec","cumecs","cumin","cumins","cummer","cummerbund","cummerbunds","cummers","cummin","cummingtonite","cummingtonites","cummins","cumquat","cumquats","cums","cumshaw","cumshaws","cumulate","cumulated","cumulately","cumulates","cumulating","cumulation","cumulations","cumulative","cumulatively","cumulativeness","cumulativenesses","cumulet","cumulets","cumuli","cumuliform","cumulocirri","cumulocirrus","cumulonimbi","cumulonimbus","cumulonimbuses","cumulose","cumulostrati","cumulostratus","cumulous","cumulus","cunabula","cunctation","cunctations","cunctatious","cunctative","cunctator","cunctators","cunctatory","cundies","cundum","cundums","cundy","cuneal","cuneate","cuneated","cuneately","cuneatic","cunei","cuneiform","cuneiforms","cunette","cunettes","cuneus","cuniform","cuniforms","cunjevoi","cunjevois","cunner","cunners","cunnilinctus","cunnilinctuses","cunnilingus","cunnilinguses","cunning","cunninger","cunningest","cunningly","cunningness","cunningnesses","cunnings","cunt","cunted","cunting","cuntish","cunts","cunty","cup","cupbearer","cupbearers","cupboard","cupboarded","cupboarding","cupboards","cupcake","cupcakes","cupel","cupeled","cupeler","cupelers","cupeling","cupellation","cupellations","cupelled","cupeller","cupellers","cupelling","cupels","cupferron","cupferrons","cupful","cupfuls","cupgall","cupgalls","cuphead","cupheads","cupid","cupidinous","cupidities","cupidity","cupids","cuplike","cupman","cupmen","cupola","cupolaed","cupolaing","cupolar","cupolas","cupolated","cuppa","cuppas","cupped","cupper","cuppers","cuppier","cuppiest","cupping","cuppings","cuppy","cuprammonium","cuprammoniums","cupreous","cupressus","cupressuses","cupric","cupriferous","cuprite","cuprites","cupronickel","cupronickels","cuprous","cuprum","cuprums","cups","cupsful","cupula","cupulae","cupular","cupulate","cupule","cupules","cupuliferous","cur","curabilities","curability","curable","curableness","curablenesses","curably","curacao","curacaos","curacies","curacoa","curacoas","curacy","curagh","curaghs","curandera","curanderas","curandero","curanderos","curara","curaras","curare","curares","curari","curarine","curarines","curaris","curarisation","curarisations","curarise","curarised","curarises","curarising","curarization","curarizations","curarize","curarized","curarizes","curarizing","curassow","curassows","curat","curate","curated","curates","curateship","curateships","curating","curation","curative","curatively","curativeness","curativenesses","curatives","curator","curatorial","curators","curatorship","curatorships","curatory","curatrix","curatrixes","curats","curb","curbable","curbed","curber","curbers","curbing","curbings","curbless","curbs","curbside","curbsides","curbstone","curbstones","curch","curchef","curchefs","curches","curculio","curculios","curcuma","curcumas","curcumin","curcumine","curcumines","curcumins","curd","curded","curdier","curdiest","curdiness","curdinesses","curding","curdle","curdled","curdler","curdlers","curdles","curdling","curds","curdy","cure","cured","cureless","curer","curers","cures","curet","curets","curettage","curettages","curette","curetted","curettement","curettements","curettes","curetting","curf","curfew","curfews","curfs","curfuffle","curfuffled","curfuffles","curfuffling","curia","curiae","curial","curialism","curialisms","curialist","curialistic","curialists","curias","curie","curies","curiet","curietherapies","curietherapy","curiets","curing","curio","curios","curiosa","curiosities","curiosity","curious","curiouser","curiousest","curiously","curiousness","curiousnesses","curite","curites","curium","curiums","curl","curled","curler","curlers","curlew","curlews","curli","curlicue","curlicued","curlicues","curlicuing","curlier","curlies","curliest","curliewurlie","curliewurlies","curlily","curliness","curlinesses","curling","curlings","curlpaper","curlpapers","curls","curly","curlycue","curlycues","curmudgeon","curmudgeonliness","curmudgeonlinesses","curmudgeonly","curmudgeons","curmurring","curmurrings","curn","curnaptious","curney","curnier","curniest","curns","curny","curpel","curpels","curr","currach","currachs","curragh","curraghs","currajong","currajongs","curran","currans","currant","currantier","currantiest","currants","curranty","currawong","currawongs","curred","currejong","currejongs","currencies","currency","current","currently","currentness","currentnesses","currents","curricle","curricles","curricula","curricular","curriculum","curriculums","currie","curried","currier","currieries","curriers","curriery","curries","currijong","currijongs","curring","currish","currishly","currishness","currishnesses","currs","curry","currycomb","currycombed","currycombing","currycombs","currying","curryings","curs","cursal","curse","cursed","curseder","cursedest","cursedly","cursedness","cursednesses","curselarie","cursenary","curser","cursers","curses","cursi","cursing","cursings","cursitor","cursitors","cursitory","cursive","cursively","cursiveness","cursivenesses","cursives","cursor","cursorary","cursores","cursorial","cursorily","cursoriness","cursorinesses","cursors","cursory","curst","curstness","curstnesses","cursus","curt","curtail","curtailed","curtailer","curtailers","curtailing","curtailment","curtailments","curtails","curtain","curtained","curtaining","curtainless","curtains","curtal","curtalax","curtalaxe","curtalaxes","curtals","curtana","curtanas","curtate","curtation","curtations","curtaxe","curtaxes","curter","curtesies","curtest","curtesy","curtilage","curtilages","curtly","curtness","curtnesses","curtsey","curtseyed","curtseying","curtseys","curtsied","curtsies","curtsy","curtsying","curule","curvaceous","curvaceously","curvacious","curvate","curvated","curvation","curvations","curvative","curvature","curvatures","curve","curveball","curveballed","curveballing","curveballs","curved","curvedly","curvedness","curvednesses","curves","curvesome","curvet","curveted","curveting","curvets","curvetted","curvetting","curvey","curvicaudate","curvicostate","curvier","curviest","curvifoliate","curviform","curvilineal","curvilineally","curvilinear","curvilinearities","curvilinearity","curvilinearly","curviness","curvinesses","curving","curvirostral","curvital","curvities","curvity","curvy","cuscus","cuscuses","cusec","cusecs","cush","cushat","cushats","cushaw","cushaws","cushes","cushie","cushier","cushies","cushiest","cushily","cushiness","cushinesses","cushion","cushioned","cushionet","cushionets","cushioning","cushionless","cushions","cushiony","cushty","cushy","cusk","cusks","cusp","cuspal","cuspate","cuspated","cusped","cuspid","cuspidal","cuspidate","cuspidated","cuspidation","cuspidations","cuspides","cuspidor","cuspidore","cuspidores","cuspidors","cuspids","cuspier","cuspiest","cuspis","cusps","cuspy","cuss","cussed","cussedly","cussedness","cussednesses","cusser","cussers","cusses","cussing","cusso","cussos","cussword","cusswords","custard","custards","custardy","custock","custocks","custode","custodes","custodial","custodian","custodians","custodianship","custodianships","custodier","custodiers","custodies","custody","custom","customable","customaries","customarily","customariness","customarinesses","customary","customed","customer","customers","customhouse","customhouses","customisation","customisations","customise","customised","customiser","customisers","customises","customising","customization","customizations","customize","customized","customizer","customizers","customizes","customizing","customs","customshouse","customshouses","custos","custrel","custrels","custumal","custumals","custumaries","custumary","cusum","cusums","cut","cutabilities","cutability","cutaneous","cutaneously","cutaway","cutaways","cutback","cutbacks","cutbank","cutbanks","cutch","cutcha","cutcheries","cutcherries","cutcherry","cutchery","cutches","cutdown","cutdowns","cute","cutely","cuteness","cutenesses","cuter","cutes","cutesie","cutesier","cutesiest","cutest","cutesy","cutey","cuteys","cutglass","cutgrass","cutgrasses","cuticle","cuticles","cuticula","cuticulae","cuticular","cutie","cuties","cutikin","cutikins","cutin","cutinisation","cutinisations","cutinise","cutinised","cutinises","cutinising","cutinization","cutinizations","cutinize","cutinized","cutinizes","cutinizing","cutins","cutis","cutises","cutlas","cutlases","cutlass","cutlasses","cutler","cutleries","cutlers","cutlery","cutlet","cutlets","cutline","cutlines","cutoff","cutoffs","cutout","cutouts","cutover","cutovers","cutpurse","cutpurses","cuts","cutscene","cutscenes","cuttable","cuttage","cuttages","cutter","cutters","cutthroat","cutthroats","cuttier","cutties","cuttiest","cutting","cuttingly","cuttings","cuttle","cuttlebone","cuttlebones","cuttled","cuttlefish","cuttlefishes","cuttles","cuttling","cutto","cuttoe","cuttoes","cutty","cutup","cutups","cutwater","cutwaters","cutwork","cutworks","cutworm","cutworms","cuvee","cuvees","cuvette","cuvettes","cuz","cuzzes","cuzzie","cuzzies","cwm","cwms","cwtch","cwtched","cwtches","cwtching","cyan","cyanamid","cyanamide","cyanamides","cyanamids","cyanate","cyanates","cyanic","cyanid","cyanidation","cyanidations","cyanide","cyanided","cyanides","cyaniding","cyanidings","cyanids","cyanin","cyanine","cyanines","cyanins","cyanise","cyanised","cyanises","cyanising","cyanite","cyanites","cyanitic","cyanize","cyanized","cyanizes","cyanizing","cyano","cyanoacetylene","cyanoacetylenes","cyanoacrylate","cyanoacrylates","cyanobacteria","cyanobacterium","cyanocobalamin","cyanocobalamine","cyanocobalamines","cyanocobalamins","cyanoethylate","cyanoethylated","cyanoethylates","cyanoethylating","cyanoethylation","cyanoethylations","cyanogen","cyanogenamide","cyanogenamides","cyanogeneses","cyanogenesis","cyanogenetic","cyanogenic","cyanogens","cyanohydrin","cyanohydrins","cyanometer","cyanometers","cyanophyte","cyanophytes","cyanosed","cyanoses","cyanosis","cyanotic","cyanotype","cyanotypes","cyans","cyanurate","cyanurates","cyanuret","cyanurets","cyathi","cyathia","cyathiform","cyathium","cyathus","cyber","cyberathlete","cyberathletes","cyberathletics","cybercafe","cybercafes","cybercast","cybercasts","cyberchondria","cyberchondriac","cyberchondriacs","cyberchondrias","cybercrime","cybercrimes","cybercriminal","cybercriminals","cybernate","cybernated","cybernates","cybernating","cybernation","cybernations","cybernaut","cybernauts","cybernetic","cybernetical","cybernetically","cybernetician","cyberneticians","cyberneticist","cyberneticists","cybernetics","cyberpet","cyberpets","cyberphobia","cyberphobias","cyberphobic","cyberporn","cyberporns","cyberpunk","cyberpunks","cybersecurities","cybersecurity","cybersex","cybersexes","cyberspace","cyberspaces","cybersquatter","cybersquatters","cybersquatting","cybersquattings","cyberterrorism","cyberterrorisms","cyberterrorist","cyberterrorists","cyberwar","cyberwars","cyborg","cyborgs","cybrarian","cybrarians","cybrid","cybrids","cycad","cycadaceous","cycadeoid","cycadeoids","cycadophyte","cycadophytes","cycads","cycas","cycases","cycasin","cycasins","cyclamate","cyclamates","cyclamen","cyclamens","cyclandelate","cyclandelates","cyclanthaceous","cyclase","cyclases","cyclazocine","cyclazocines","cycle","cyclecar","cyclecars","cycled","cyclepath","cyclepaths","cycler","cycleries","cyclers","cyclery","cycles","cycleway","cycleways","cyclic","cyclical","cyclicalities","cyclicality","cyclically","cyclicals","cyclicism","cyclicisms","cyclicities","cyclicity","cyclicly","cyclin","cycling","cyclings","cyclins","cyclisation","cyclisations","cyclise","cyclised","cyclises","cyclising","cyclist","cyclists","cyclitol","cyclitols","cyclization","cyclizations","cyclize","cyclized","cyclizes","cyclizine","cyclizines","cyclizing","cyclo","cycloaddition","cycloadditions","cycloaliphatic","cycloalkane","cycloalkanes","cyclobarbitone","cyclobarbitones","cyclodextrin","cyclodextrins","cyclodialyses","cyclodialysis","cyclodiene","cyclodienes","cyclogeneses","cyclogenesis","cyclogiro","cyclogiros","cyclograph","cyclographic","cyclographs","cyclohexane","cyclohexanes","cyclohexanone","cyclohexanones","cycloheximide","cycloheximides","cyclohexylamine","cyclohexylamines","cycloid","cycloidal","cycloidally","cycloidian","cycloidians","cycloids","cyclolith","cycloliths","cyclometer","cyclometers","cyclometries","cyclometry","cyclonal","cyclone","cyclones","cyclonic","cyclonical","cyclonically","cyclonite","cyclonites","cycloolefin","cycloolefinic","cycloolefins","cyclopaedia","cyclopaedias","cyclopaedic","cyclopaedist","cyclopaedists","cycloparaffin","cycloparaffins","cyclopean","cyclopedia","cyclopedias","cyclopedic","cyclopedist","cyclopedists","cyclopentadiene","cyclopentane","cyclopentanes","cyclopentolate","cyclopentolates","cyclopes","cyclophosphamide","cyclophosphamides","cyclopian","cyclopic","cycloplegia","cycloplegias","cycloplegic","cyclopropane","cyclopropanes","cyclops","cyclorama","cycloramas","cycloramic","cyclos","cycloserine","cycloserines","cycloses","cyclosis","cyclospermous","cyclosporin","cyclosporine","cyclosporines","cyclosporins","cyclostomate","cyclostomatous","cyclostome","cyclostomes","cyclostomous","cyclostyle","cyclostyled","cyclostyles","cyclostyling","cyclothyme","cyclothymes","cyclothymia","cyclothymiac","cyclothymiacs","cyclothymias","cyclothymic","cyclothymics","cyclotomic","cyclotron","cyclotrons","cyclus","cycluses","cyder","cyders","cyeses","cyesis","cygnet","cygnets","cylices","cylinder","cylindered","cylindering","cylinders","cylindraceous","cylindric","cylindrical","cylindricality","cylindrically","cylindricalness","cylindricities","cylindricity","cylindriform","cylindrite","cylindrites","cylindroid","cylindroids","cylix","cyma","cymae","cymagraph","cymagraphs","cymar","cymars","cymas","cymatia","cymatics","cymatium","cymbal","cymbaleer","cymbaleers","cymbaler","cymbalers","cymbalist","cymbalists","cymbalo","cymbaloes","cymbalom","cymbaloms","cymbalos","cymbals","cymbidia","cymbidium","cymbidiums","cymbiform","cymbling","cymblings","cyme","cymene","cymenes","cymes","cymiferous","cymlin","cymling","cymlings","cymlins","cymogene","cymogenes","cymograph","cymographic","cymographs","cymoid","cymol","cymols","cymophane","cymophanes","cymophanous","cymose","cymosely","cymotrichies","cymotrichous","cymotrichy","cymous","cynanche","cynanches","cynegetic","cynghanedd","cynghanedds","cynic","cynical","cynically","cynicalness","cynicalnesses","cynicism","cynicisms","cynics","cynodont","cynodonts","cynomolgi","cynomolgus","cynophilia","cynophilias","cynophilist","cynophilists","cynophobia","cynophobias","cynopodous","cynosural","cynosure","cynosures","cyperaceous","cypher","cyphered","cyphering","cyphers","cypres","cypreses","cypress","cypresses","cyprian","cyprians","cyprid","cyprides","cyprids","cyprine","cyprinid","cyprinids","cyprinodont","cyprinodonts","cyprinoid","cyprinoids","cypripedia","cypripedium","cypripediums","cypris","cyproheptadine","cyproheptadines","cyproterone","cyproterones","cyprus","cypruses","cypsela","cypselae","cyst","cysteamine","cysteamines","cystectomies","cystectomy","cystein","cysteine","cysteines","cysteinic","cysteins","cystic","cysticerci","cysticercoid","cysticercoids","cysticercoses","cysticercosis","cysticercus","cystid","cystidean","cystideans","cystids","cystiform","cystine","cystines","cystinoses","cystinosis","cystinuria","cystinurias","cystitides","cystitis","cystitises","cystocarp","cystocarpic","cystocarps","cystocele","cystoceles","cystogenous","cystographies","cystography","cystoid","cystoids","cystolith","cystolithiases","cystolithiasis","cystoliths","cystoscope","cystoscopes","cystoscopic","cystoscopies","cystoscopy","cystostomies","cystostomy","cystotomies","cystotomy","cysts","cytase","cytases","cytaster","cytasters","cyte","cytes","cytidine","cytidines","cytidylic","cytisi","cytisine","cytisines","cytisus","cytochalasin","cytochalasins","cytochemical","cytochemistries","cytochemistry","cytochrome","cytochromes","cytode","cytodes","cytodiagnoses","cytodiagnosis","cytodifferentiation","cytodifferentiations","cytogeneses","cytogenesis","cytogenetic","cytogenetical","cytogenetically","cytogeneticist","cytogeneticists","cytogenetics","cytogenies","cytogeny","cytoid","cytokine","cytokines","cytokineses","cytokinesis","cytokinetic","cytokinin","cytokinins","cytologic","cytological","cytologically","cytologies","cytologist","cytologists","cytology","cytolyses","cytolysin","cytolysins","cytolysis","cytolytic","cytomegalic","cytomegalovirus","cytomegaloviruses","cytomembrane","cytomembranes","cytometer","cytometers","cytometric","cytometries","cytometry","cyton","cytons","cytopathic","cytopathogenic","cytopathogenicities","cytopathogenicity","cytopathologies","cytopathology","cytopenia","cytopenias","cytophilic","cytophotometric","cytophotometries","cytophotometry","cytoplasm","cytoplasmic","cytoplasmically","cytoplasms","cytoplast","cytoplastic","cytoplasts","cytosine","cytosines","cytoskeletal","cytoskeleton","cytoskeletons","cytosol","cytosolic","cytosols","cytosome","cytosomes","cytostatic","cytostatically","cytostatics","cytotaxes","cytotaxis","cytotaxonomic","cytotaxonomically","cytotaxonomies","cytotaxonomist","cytotaxonomists","cytotaxonomy","cytotechnologies","cytotechnologist","cytotechnologists","cytotechnology","cytotoxic","cytotoxicities","cytotoxicity","cytotoxin","cytotoxins","czapka","czapkas","czar","czardas","czardases","czardom","czardoms","czarevich","czareviches","czarevitch","czarevitches","czarevna","czarevnas","czarina","czarinas","czarism","czarisms","czarist","czarists","czaritsa","czaritsas","czaritza","czaritzas","czars","da","daal","daals","dab","dabba","dabbas","dabbed","dabber","dabbers","dabbing","dabbities","dabbity","dabble","dabbled","dabbler","dabblers","dabbles","dabbling","dabblingly","dabblings","dabchick","dabchicks","dabs","dabster","dabsters","dace","daces","dacha","dachas","dachshund","dachshunds","dacite","dacites","dack","dacked","dacker","dackered","dackering","dackers","dacking","dacks","dacoit","dacoitage","dacoitages","dacoities","dacoits","dacoity","dacquoise","dacquoises","dacron","dacrons","dactyl","dactylar","dactyli","dactylic","dactylically","dactylics","dactyliography","dactyliologies","dactyliology","dactyliomancies","dactyliomancy","dactylist","dactylists","dactylogram","dactylograms","dactylographer","dactylographers","dactylographic","dactylographies","dactylography","dactylologies","dactylology","dactyloscopies","dactyloscopy","dactyls","dactylus","dad","dada","dadah","dadahs","dadaism","dadaisms","dadaist","dadaistic","dadaists","dadas","dadded","daddies","dadding","daddle","daddled","daddles","daddling","daddock","daddocks","daddy","dadgum","dado","dadoed","dadoes","dadoing","dados","dads","dae","daedal","daedalean","daedalian","daedalic","daeing","daemon","daemones","daemonic","daemons","daes","daff","daffadowndilly","daffed","daffier","daffies","daffiest","daffily","daffiness","daffinesses","daffing","daffings","daffodil","daffodillies","daffodilly","daffodils","daffs","daffy","daft","daftar","daftars","dafter","daftest","daftie","dafties","daftly","daftness","daftnesses","dag","dagaba","dagabas","dagga","daggas","dagged","dagger","daggerboard","daggerboards","daggered","daggering","daggerlike","daggers","daggier","daggiest","dagging","daggings","daggle","daggled","daggles","daggling","daggy","daglock","daglocks","dago","dagoba","dagobas","dagoes","dagos","dags","daguerrean","daguerreotype","daguerreotyped","daguerreotyper","daguerreotypers","daguerreotypes","daguerreotypies","daguerreotyping","daguerreotypist","daguerreotypists","daguerreotypy","dagwood","dagwoods","dah","dahabeah","dahabeahs","dahabeeah","dahabeeahs","dahabeeyah","dahabeeyahs","dahabiah","dahabiahs","dahabieh","dahabiehs","dahabiya","dahabiyah","dahabiyahs","dahabiyas","dahabiyeh","dahabiyehs","dahl","dahlia","dahlias","dahls","dahoon","dahoons","dahs","daidle","daidled","daidles","daidling","daidzein","daidzeins","daiker","daikered","daikering","daikers","daiko","daikon","daikons","daikos","dailies","dailiness","dailinesses","daily","dailyness","dailynesses","daimen","daimio","daimios","daimoku","daimokus","daimon","daimones","daimonic","daimons","daimyo","daimyos","daine","dained","daines","daining","daint","daintier","dainties","daintiest","daintily","daintiness","daintinesses","dainty","daiquiri","daiquiris","dairies","dairy","dairying","dairyings","dairymaid","dairymaids","dairyman","dairymen","dais","daises","daishiki","daishikis","daisied","daisies","daisy","daisywheel","daisywheels","dak","daker","dakered","dakerhen","dakerhens","dakering","dakers","dakoit","dakoiti","dakoities","dakoitis","dakoits","dakoity","daks","dal","dalapon","dalapons","dalasi","dalasis","dale","daled","daledh","daledhs","daleds","dales","dalesman","dalesmen","daleth","daleths","dalgyte","dalgytes","dali","dalis","dalle","dalles","dalliance","dalliances","dallied","dallier","dalliers","dallies","dallop","dallops","dally","dallying","dalmahoy","dalmahoys","dalmatian","dalmatians","dalmatic","dalmatics","dals","dalt","dalton","daltonian","daltonic","daltonism","daltonisms","daltons","dalts","dam","damage","damageabilities","damageability","damageable","damaged","damager","damagers","damages","damaging","damagingly","daman","damans","damar","damars","damasceene","damasceened","damasceenes","damasceening","damascene","damascened","damascenes","damascening","damascenings","damask","damasked","damaskeen","damaskeened","damaskeening","damaskeens","damaskin","damaskined","damasking","damaskining","damaskins","damasks","damasquin","damasquined","damasquining","damasquins","damassin","damassins","damboard","damboards","dambrod","dambrods","dame","dames","damewort","dameworts","damfool","damiana","damianas","daminozide","daminozides","dammar","dammars","damme","dammed","dammer","dammers","damming","dammit","damn","damnabilities","damnability","damnable","damnableness","damnablenesses","damnably","damnation","damnations","damnatory","damndest","damndests","damned","damneder","damnedest","damnedests","damner","damners","damnification","damnifications","damnified","damnifies","damnify","damnifying","damning","damningly","damns","damoisel","damoiselle","damoiselles","damoisels","damosel","damosels","damozel","damozels","damp","dampcourse","dampcourses","damped","dampen","dampened","dampener","dampeners","dampening","dampens","damper","dampers","dampest","dampier","dampiest","damping","dampings","dampish","dampishness","dampishnesses","damply","dampness","dampnesses","damps","dampy","dams","damsel","damselfish","damselfishes","damselflies","damselfly","damsels","damson","damsons","dan","danazol","danazols","dance","danceable","danced","dancehall","dancehalls","dancer","dancers","dances","dancette","dancettee","dancettes","dancetty","dancey","dancical","dancicals","dancier","danciest","dancing","dancings","dancy","dandelion","dandelions","dander","dandered","dandering","danders","dandiacal","dandier","dandies","dandiest","dandification","dandifications","dandified","dandifies","dandify","dandifying","dandily","dandiprat","dandiprats","dandle","dandled","dandler","dandlers","dandles","dandling","dandriff","dandriffs","dandruff","dandruffs","dandruffy","dandy","dandyfunk","dandyfunks","dandyish","dandyishly","dandyism","dandyisms","dandyprat","dandyprats","danegeld","danegelds","danegelt","danegelts","danelagh","danelaghs","danelaw","danelaws","daneweed","daneweeds","danewort","daneworts","dang","danged","danger","dangered","dangering","dangerless","dangerous","dangerously","dangerousness","dangerousnesses","dangers","danging","dangle","dangled","dangler","danglers","dangles","danglier","dangliest","dangling","danglingly","danglings","dangly","dangs","danio","danios","danish","danishes","dank","danker","dankest","dankish","dankly","dankness","danknesses","danks","dannebrog","dannebrogs","dannies","danny","dans","danseur","danseurs","danseuse","danseuses","dant","danted","danthonia","danthonias","danting","danton","dantoned","dantoning","dantons","dants","dap","daphne","daphnes","daphnia","daphnias","daphnid","daphnids","dapped","dapper","dapperer","dapperest","dapperling","dapperlings","dapperly","dapperness","dappernesses","dappers","dapping","dapple","dappled","dapples","dappling","daps","dapsone","dapsones","daquiri","daquiris","daraf","darafs","darb","darbar","darbars","darbies","darbs","darcies","darcy","darcys","dare","dared","daredevil","daredevilries","daredevilry","daredevils","daredeviltries","daredeviltry","dareful","darer","darers","dares","daresay","darg","darga","dargah","dargahs","dargas","dargle","dargles","dargs","dari","daric","darics","daring","daringly","daringness","daringnesses","darings","dariole","darioles","daris","dark","darked","darken","darkened","darkener","darkeners","darkening","darkens","darker","darkest","darkey","darkeys","darkfield","darkie","darkies","darking","darkish","darkle","darkled","darkles","darklier","darkliest","darkling","darklings","darkly","darkmans","darkness","darknesses","darknet","darknets","darkroom","darkrooms","darks","darksome","darky","darling","darlingly","darlingness","darlingnesses","darlings","darn","darnation","darnations","darndest","darndests","darned","darneder","darnedest","darnedests","darnel","darnels","darner","darners","darning","darnings","darns","darogha","daroghas","darraign","darraigne","darraigned","darraignes","darraigning","darraignment","darraignments","darraigns","darrain","darraine","darrained","darraines","darraining","darrains","darrayn","darrayned","darrayning","darrayns","darre","darred","darres","darring","darshan","darshans","dart","dartboard","dartboards","darted","darter","darters","darting","dartingly","dartitis","dartitises","dartle","dartled","dartles","dartling","dartre","dartres","dartrous","darts","darzi","darzis","das","dash","dashboard","dashboards","dashed","dasheen","dasheens","dasheki","dashekis","dasher","dashers","dashes","dashi","dashier","dashiest","dashiki","dashikis","dashing","dashingly","dashis","dashpot","dashpots","dashy","dassie","dassies","dastard","dastardies","dastardliness","dastardlinesses","dastardly","dastardness","dastardnesses","dastards","dastardy","dasymeter","dasymeters","dasypaedal","dasyphyllous","dasypod","dasypods","dasyure","dasyures","data","databank","databanks","database","databased","databases","databasing","datable","databus","databuses","databusses","datacard","datacards","datacomms","dataflow","dataglove","datagloves","datagram","datagrams","datal","dataller","datallers","datals","datamation","datamations","dataria","datarias","dataries","datary","dataveillance","dataveillances","datcha","datchas","date","dateable","datebook","datebooks","dated","datedly","datedness","datednesses","dateless","dateline","datelined","datelines","datelining","dater","daters","dates","dating","datings","datival","dative","datively","datives","dato","datolite","datolites","datos","datto","dattos","datum","datums","datura","daturas","daturic","daturine","daturines","daub","daube","daubed","dauber","dauberies","daubers","daubery","daubes","daubier","daubiest","daubing","daubingly","daubings","daubries","daubry","daubs","dauby","daud","dauded","dauding","dauds","daughter","daughterhood","daughterhoods","daughterless","daughterliness","daughterling","daughterlings","daughterly","daughters","dault","daults","daunder","daundered","daundering","daunders","dauner","daunered","daunering","dauners","daunomycin","daunomycins","daunorubicin","daunorubicins","daunt","daunted","daunter","daunters","daunting","dauntingly","dauntless","dauntlessly","dauntlessness","dauntlessnesses","daunton","dauntoned","dauntoning","dauntons","daunts","dauphin","dauphine","dauphines","dauphiness","dauphinesses","dauphins","daur","daured","dauring","daurs","daut","dauted","dautie","dauties","dauting","dauts","daven","davened","davening","davenport","davenports","davens","davidia","davidias","davies","davit","davits","davy","daw","dawah","dawahs","dawbake","dawbakes","dawbries","dawbry","dawcock","dawcocks","dawd","dawded","dawding","dawdle","dawdled","dawdler","dawdlers","dawdles","dawdling","dawdlingly","dawds","dawed","dawen","dawing","dawish","dawk","dawks","dawn","dawned","dawner","dawnered","dawnering","dawners","dawney","dawning","dawnings","dawnlike","dawns","daws","dawsonite","dawsonites","dawt","dawted","dawtie","dawties","dawting","dawts","day","dayan","dayanim","dayans","daybed","daybeds","dayboat","dayboats","daybook","daybooks","dayboy","dayboys","daybreak","daybreaks","daycare","daycares","daycentre","daycentres","daych","dayched","dayches","dayching","daydream","daydreamed","daydreamer","daydreamers","daydreaming","daydreamlike","daydreams","daydreamt","daydreamy","dayflies","dayflower","dayflowers","dayfly","daygirl","daygirls","dayglo","dayglow","dayglows","daylight","daylighted","daylighting","daylightings","daylights","daylilies","daylily","daylit","daylong","daymare","daymares","daymark","daymarks","daynt","daypack","daypacks","dayroom","dayrooms","days","daysack","daysacks","daysailer","daysailers","daysailor","daysailors","dayshell","dayshells","dayside","daysides","daysman","daysmen","dayspring","daysprings","daystar","daystars","daytale","daytaler","daytalers","daytales","daytime","daytimes","daywear","daywears","daywork","dayworker","dayworkers","dayworks","daze","dazed","dazedly","dazedness","dazednesses","dazer","dazers","dazes","dazing","dazzle","dazzled","dazzlement","dazzlements","dazzler","dazzlers","dazzles","dazzling","dazzlingly","dazzlings","de","deacidification","deacidifications","deacidified","deacidifies","deacidify","deacidifying","deacon","deaconed","deaconess","deaconesses","deaconhood","deaconhoods","deaconing","deaconries","deaconry","deacons","deaconship","deaconships","deactivate","deactivated","deactivates","deactivating","deactivation","deactivations","deactivator","deactivators","dead","deadbeat","deadbeats","deadbolt","deadbolts","deadboy","deadboys","deaded","deaden","deadened","deadener","deadeners","deadening","deadeningly","deadenings","deadens","deader","deaders","deadest","deadeye","deadeyes","deadfall","deadfalls","deadhead","deadheaded","deadheading","deadheads","deadhouse","deadhouses","deading","deadlier","deadliest","deadlift","deadlifted","deadlifting","deadlifts","deadlight","deadlights","deadline","deadlined","deadlines","deadliness","deadlinesses","deadlining","deadlock","deadlocked","deadlocking","deadlocks","deadly","deadman","deadmen","deadness","deadnesses","deadpan","deadpanned","deadpanner","deadpanners","deadpanning","deadpans","deads","deadstock","deadstocks","deadstroke","deadweight","deadweights","deadwood","deadwoods","deaerate","deaerated","deaerates","deaerating","deaeration","deaerations","deaerator","deaerators","deaf","deafblind","deafen","deafened","deafening","deafeningly","deafenings","deafens","deafer","deafest","deafish","deafly","deafness","deafnesses","deair","deaired","deairing","deairs","deal","dealate","dealated","dealates","dealation","dealations","dealbate","dealbation","dealbations","dealer","dealers","dealership","dealerships","dealfish","dealfishes","dealing","dealings","deals","dealt","deambulatories","deambulatory","deaminase","deaminases","deaminate","deaminated","deaminates","deaminating","deamination","deaminations","deaminisation","deaminisations","deaminise","deaminised","deaminises","deaminising","deaminization","deaminizations","deaminize","deaminized","deaminizes","deaminizing","dean","deaned","deaner","deaneries","deaners","deanery","deaning","deans","deanship","deanships","dear","dearbought","deare","deared","dearer","deares","dearest","dearests","dearie","dearies","dearing","dearling","dearlings","dearly","dearn","dearness","dearnesses","dearnful","dearnly","dearns","dears","dearth","dearths","dearticulate","dearticulated","dearticulates","dearticulating","deary","deash","deashed","deashes","deashing","deasil","deasils","deasiul","deasiuls","deasoil","deasoils","deaspirate","deaspirated","deaspirates","deaspirating","deaspiration","deaspirations","death","deathbed","deathbeds","deathblow","deathblows","deathcup","deathcups","deathful","deathier","deathiest","deathless","deathlessly","deathlessness","deathlessnesses","deathlier","deathliest","deathlike","deathliness","deathlinesses","deathly","deaths","deathsman","deathsmen","deathtrap","deathtraps","deathward","deathwards","deathwatch","deathwatches","deathy","deattribute","deattributed","deattributes","deattributing","deave","deaved","deaves","deaving","deaw","deawie","deaws","deawy","deb","debacle","debacles","debag","debagged","debagging","debaggings","debags","debar","debarcation","debarcations","debark","debarkation","debarkations","debarked","debarker","debarkers","debarking","debarks","debarment","debarments","debarrass","debarrassed","debarrasses","debarrassing","debarred","debarring","debars","debase","debased","debasedness","debasednesses","debasement","debasements","debaser","debasers","debases","debasing","debasingly","debatable","debatably","debate","debateable","debated","debateful","debatement","debatements","debater","debaters","debates","debating","debatingly","debauch","debauched","debauchedly","debauchedness","debauchednesses","debauchee","debauchees","debaucher","debaucheries","debauchers","debauchery","debauches","debauching","debauchment","debauchments","debbier","debbies","debbiest","debby","debe","debeak","debeaked","debeaking","debeaks","debeard","debearded","debearding","debeards","debel","debelled","debelling","debels","debenture","debentured","debentures","debes","debile","debilitate","debilitated","debilitates","debilitating","debilitation","debilitations","debilitative","debilities","debility","debit","debited","debiting","debitor","debitors","debits","debonair","debonaire","debonairly","debonairness","debonairnesses","debone","deboned","deboner","deboners","debones","deboning","debonnaire","debosh","deboshed","deboshes","deboshing","deboss","debossed","debosses","debossing","debouch","debouche","debouched","debouches","debouching","debouchment","debouchments","debouchure","debouchures","debride","debrided","debridement","debridements","debrides","debriding","debrief","debriefed","debriefer","debriefers","debriefing","debriefings","debriefs","debris","debruise","debruised","debruises","debruising","debs","debt","debted","debtee","debtees","debtless","debtor","debtors","debts","debud","debudded","debudding","debuds","debug","debugged","debugger","debuggers","debugging","debugs","debunk","debunked","debunker","debunkers","debunking","debunks","debur","deburr","deburred","deburring","deburrs","deburs","debus","debused","debuses","debusing","debussed","debusses","debussing","debut","debutant","debutante","debutantes","debutants","debuted","debuting","debuts","debye","debyes","decachord","decachords","decad","decadal","decade","decadence","decadences","decadencies","decadency","decadent","decadently","decadents","decades","decads","decaf","decaff","decaffeinate","decaffeinated","decaffeinates","decaffeinating","decaffeination","decaffeinations","decaffs","decafs","decagon","decagonal","decagonally","decagons","decagram","decagramme","decagrammes","decagrams","decagynian","decagynous","decahedra","decahedral","decahedron","decahedrons","decal","decalcification","decalcifications","decalcified","decalcifier","decalcifiers","decalcifies","decalcify","decalcifying","decalcomania","decalcomanias","decaled","decalescence","decalescences","decalescent","decaling","decaliter","decaliters","decalitre","decalitres","decalled","decalling","decalog","decalogist","decalogists","decalogs","decalogue","decalogues","decals","decameronic","decamerous","decameter","decameters","decamethonium","decamethoniums","decametre","decametres","decametric","decamp","decamped","decamping","decampment","decampments","decamps","decanal","decanally","decandrian","decandrous","decane","decanedioic","decanes","decani","decanically","decanoic","decant","decantate","decantated","decantates","decantating","decantation","decantations","decanted","decanter","decanters","decanting","decants","decapitalise","decapitalised","decapitalises","decapitalising","decapitalize","decapitalized","decapitalizes","decapitalizing","decapitate","decapitated","decapitates","decapitating","decapitation","decapitations","decapitator","decapitators","decapod","decapodal","decapodan","decapodans","decapodous","decapods","decapsulate","decapsulated","decapsulates","decapsulating","decapsulation","decapsulations","decarb","decarbed","decarbing","decarbonate","decarbonated","decarbonates","decarbonating","decarbonation","decarbonations","decarbonator","decarbonators","decarbonisation","decarbonise","decarbonised","decarboniser","decarbonisers","decarbonises","decarbonising","decarbonization","decarbonize","decarbonized","decarbonizer","decarbonizers","decarbonizes","decarbonizing","decarboxylase","decarboxylases","decarboxylate","decarboxylated","decarboxylates","decarboxylating","decarboxylation","decarboxylations","decarbs","decarburation","decarburations","decarburisation","decarburise","decarburised","decarburises","decarburising","decarburization","decarburizations","decarburize","decarburized","decarburizes","decarburizing","decare","decares","decastere","decasteres","decastich","decastichs","decastyle","decastyles","decasualisation","decasualization","decasualizations","decasyllabic","decasyllabics","decasyllable","decasyllables","decathlete","decathletes","decathlon","decathlons","decaudate","decaudated","decaudates","decaudating","decay","decayable","decayed","decayer","decayers","decaying","decayless","decays","deccie","deccies","decease","deceased","deceases","deceasing","decedent","decedents","deceit","deceitful","deceitfully","deceitfulness","deceitfulnesses","deceits","deceivabilities","deceivability","deceivable","deceivableness","deceivably","deceive","deceived","deceiver","deceivers","deceives","deceiving","deceivingly","deceivings","decelerate","decelerated","decelerates","decelerating","deceleration","decelerations","decelerator","decelerators","decelerometer","decelerometers","deceleron","decelerons","decemvir","decemviral","decemvirate","decemvirates","decemviri","decemvirs","decenaries","decenary","decencies","decency","decennaries","decennary","decennia","decennial","decennially","decennials","decennium","decenniums","decennoval","decent","decenter","decentered","decentering","decenters","decentest","decently","decentness","decentnesses","decentralise","decentralised","decentralises","decentralising","decentralist","decentralists","decentralization","decentralizations","decentralize","decentralized","decentralizes","decentralizing","decentre","decentred","decentres","decentring","deceptibilities","deceptibility","deceptible","deception","deceptional","deceptions","deceptious","deceptive","deceptively","deceptiveness","deceptivenesses","deceptory","decerebrate","decerebrated","decerebrates","decerebrating","decerebration","decerebrations","decerebrise","decerebrised","decerebrises","decerebrising","decerebrize","decerebrized","decerebrizes","decerebrizing","decern","decerned","decerning","decerns","decertification","decertifications","decertified","decertifies","decertify","decertifying","decession","decessions","decheance","decheances","dechlorinate","dechlorinated","dechlorinates","dechlorinating","dechlorination","dechlorinations","dechristianise","dechristianised","dechristianises","dechristianize","dechristianized","dechristianizes","deciare","deciares","decibel","decibels","decidabilities","decidability","decidable","decide","decided","decidedly","decidedness","decidednesses","decider","deciders","decides","deciding","decidua","deciduae","decidual","deciduas","deciduate","deciduous","deciduously","deciduousness","deciduousnesses","decigram","decigramme","decigrammes","decigrams","decile","deciles","deciliter","deciliters","decilitre","decilitres","decillion","decillions","decillionth","decillionths","decimal","decimalisation","decimalisations","decimalise","decimalised","decimalises","decimalising","decimalism","decimalisms","decimalist","decimalists","decimalization","decimalizations","decimalize","decimalized","decimalizes","decimalizing","decimally","decimals","decimate","decimated","decimates","decimating","decimation","decimations","decimator","decimators","decime","decimes","decimeter","decimeters","decimetre","decimetres","decimetric","decinormal","decipher","decipherability","decipherable","deciphered","decipherer","decipherers","deciphering","decipherment","decipherments","deciphers","decision","decisional","decisioned","decisioning","decisions","decisive","decisively","decisiveness","decisivenesses","decisory","decistere","decisteres","decitizenise","decitizenised","decitizenises","decitizenising","decitizenize","decitizenized","decitizenizes","decitizenizing","decivilise","decivilised","decivilises","decivilising","decivilize","decivilized","decivilizes","decivilizing","deck","deckchair","deckchairs","decked","deckel","deckels","decker","deckers","deckhand","deckhands","deckhouse","deckhouses","decking","deckings","deckle","deckled","deckles","decko","deckoed","deckoing","deckos","decks","declaim","declaimant","declaimants","declaimed","declaimer","declaimers","declaiming","declaimings","declaims","declamation","declamations","declamatorily","declamatory","declarable","declarant","declarants","declaration","declarations","declarative","declaratively","declarator","declaratorily","declarators","declaratory","declare","declared","declaredly","declarer","declarers","declares","declaring","declass","declasse","declassed","declassee","declasses","declassifiable","declassification","declassifications","declassified","declassifies","declassify","declassifying","declassing","declaw","declawed","declawing","declaws","declension","declensional","declensionally","declensions","declinable","declinal","declinant","declinate","declination","declinational","declinations","declinator","declinators","declinatory","declinature","declinatures","decline","declined","decliner","decliners","declines","declining","declinist","declinists","declinometer","declinometers","declivities","declivitous","declivity","declivous","declutch","declutched","declutches","declutching","declutter","decluttered","decluttering","declutters","deco","decoct","decocted","decoctible","decocting","decoction","decoctions","decoctive","decocts","decocture","decoctures","decode","decoded","decoder","decoders","decodes","decoding","decoherence","decoherences","decoherer","decoherers","decoke","decoked","decokes","decoking","decollate","decollated","decollates","decollating","decollation","decollations","decollator","decollators","decolletage","decolletages","decollete","decolletes","decolonisation","decolonisations","decolonise","decolonised","decolonises","decolonising","decolonization","decolonizations","decolonize","decolonized","decolonizes","decolonizing","decolor","decolorant","decolorants","decolorate","decolorated","decolorates","decolorating","decoloration","decolorations","decolored","decoloring","decolorisation","decolorisations","decolorise","decolorised","decoloriser","decolorisers","decolorises","decolorising","decolorization","decolorizations","decolorize","decolorized","decolorizer","decolorizers","decolorizes","decolorizing","decolors","decolour","decoloured","decolouring","decolourisation","decolourise","decolourised","decolourises","decolourising","decolourization","decolourize","decolourized","decolourizes","decolourizing","decolours","decommission","decommissioned","decommissioner","decommissioners","decommissioning","decommissions","decommit","decommits","decommitted","decommitting","decompensate","decompensated","decompensates","decompensating","decompensation","decompensations","decomplex","decomposabilities","decomposability","decomposable","decompose","decomposed","decomposer","decomposers","decomposes","decomposing","decomposite","decomposition","decompositions","decompound","decompoundable","decompounded","decompounding","decompounds","decompress","decompressed","decompresses","decompressing","decompression","decompressions","decompressive","decompressor","decompressors","deconcentrate","deconcentrated","deconcentrates","deconcentrating","deconcentration","deconcentrations","decondition","deconditioned","deconditioning","deconditions","decongest","decongestant","decongestants","decongested","decongesting","decongestion","decongestions","decongestive","decongests","deconsecrate","deconsecrated","deconsecrates","deconsecrating","deconsecration","deconsecrations","deconstruct","deconstructed","deconstructing","deconstruction","deconstructionist","deconstructionists","deconstructions","deconstructive","deconstructor","deconstructors","deconstructs","decontaminant","decontaminants","decontaminate","decontaminated","decontaminates","decontaminating","decontamination","decontaminations","decontaminative","decontaminator","decontaminators","decontrol","decontrolled","decontrolling","decontrols","decor","decorate","decorated","decorates","decorating","decoration","decorations","decorative","decoratively","decorativeness","decorativenesses","decorator","decorators","decorous","decorously","decorousness","decorousnesses","decors","decorticate","decorticated","decorticates","decorticating","decortication","decortications","decorticator","decorticators","decorum","decorums","decos","decoupage","decoupaged","decoupages","decoupaging","decouple","decoupled","decoupler","decouplers","decouples","decoupling","decouplings","decoy","decoyed","decoyer","decoyers","decoying","decoys","decrassified","decrassifies","decrassify","decrassifying","decrease","decreased","decreases","decreasing","decreasingly","decreasings","decree","decreeable","decreed","decreeing","decreer","decreers","decrees","decreet","decreets","decrement","decremental","decremented","decrementing","decrements","decrepit","decrepitate","decrepitated","decrepitates","decrepitating","decrepitation","decrepitations","decrepitly","decrepitness","decrepitnesses","decrepitude","decrepitudes","decrescence","decrescences","decrescendo","decrescendos","decrescent","decretal","decretalist","decretalists","decretals","decretist","decretists","decretive","decretory","decrew","decrewed","decrewing","decrews","decrial","decrials","decried","decrier","decriers","decries","decriminalise","decriminalised","decriminalises","decriminalising","decriminalization","decriminalizations","decriminalize","decriminalized","decriminalizes","decriminalizing","decrown","decrowned","decrowning","decrowns","decrustation","decrustations","decry","decrying","decrypt","decrypted","decrypting","decryption","decryptions","decrypts","dectet","dectets","decubital","decubiti","decubitus","decuman","decumans","decumbence","decumbences","decumbencies","decumbency","decumbent","decumbently","decumbiture","decumbitures","decuple","decupled","decuples","decupling","decuria","decurias","decuries","decurion","decurionate","decurionates","decurions","decurrencies","decurrency","decurrent","decurrently","decursion","decursions","decursive","decursively","decurvation","decurvations","decurve","decurved","decurves","decurving","decury","decussate","decussated","decussately","decussates","decussating","decussation","decussations","dedal","dedalian","dedans","dedicant","dedicants","dedicate","dedicated","dedicatedly","dedicatee","dedicatees","dedicates","dedicating","dedication","dedicational","dedications","dedicative","dedicator","dedicatorial","dedicators","dedicatory","dedifferentiate","dedifferentiated","dedifferentiates","dedifferentiating","dedifferentiation","dedifferentiations","dedimus","dedimuses","dedramatise","dedramatised","dedramatises","dedramatising","dedramatize","dedramatized","dedramatizes","dedramatizing","deduce","deduced","deducement","deducements","deduces","deducibilities","deducibility","deducible","deducibleness","deduciblenesses","deducibly","deducing","deduct","deducted","deductibilities","deductibility","deductible","deductibles","deducting","deduction","deductions","deductive","deductively","deducts","deduplicate","deduplicated","deduplicates","deduplicating","deduplication","deduplications","dee","deed","deeded","deeder","deedest","deedful","deedier","deediest","deedily","deeding","deedless","deeds","deedy","deeing","deejay","deejayed","deejaying","deejays","deek","deely","deem","deemed","deeming","deems","deemster","deemsters","deemstership","deemsterships","deen","deens","deep","deepen","deepened","deepener","deepeners","deepening","deepens","deeper","deepest","deepfelt","deepfreeze","deepfreezes","deepfreezing","deepfroze","deepfrozen","deepie","deepies","deeply","deepmost","deepness","deepnesses","deeps","deepwater","deepwaterman","deepwatermen","deer","deerberries","deerberry","deere","deerflies","deerfly","deergrass","deergrasses","deerhound","deerhounds","deerlet","deerlets","deerlike","deers","deerskin","deerskins","deerstalker","deerstalkers","deerstalking","deerstalkings","deerweed","deerweeds","deeryard","deeryards","dees","deescalate","deescalated","deescalates","deescalating","deescalation","deescalations","deet","deets","deev","deeve","deeved","deeves","deeving","deevs","deewan","deewans","def","deface","defaceable","defaced","defacement","defacements","defacer","defacers","defaces","defacing","defacingly","defaecate","defaecated","defaecates","defaecating","defaecation","defaecations","defaecator","defaecators","defalcate","defalcated","defalcates","defalcating","defalcation","defalcations","defalcator","defalcators","defamation","defamations","defamatorily","defamatory","defame","defamed","defamer","defamers","defames","defaming","defamings","defang","defanged","defanging","defangs","defast","defaste","defat","defats","defatted","defatting","default","defaulted","defaulter","defaulters","defaulting","defaults","defeasance","defeasanced","defeasances","defeasibilities","defeasibility","defeasible","defeasibleness","defeat","defeated","defeater","defeaters","defeating","defeatism","defeatisms","defeatist","defeatists","defeats","defeature","defeatured","defeatures","defeaturing","defecate","defecated","defecates","defecating","defecation","defecations","defecator","defecators","defect","defected","defectibilities","defectibility","defectible","defecting","defection","defectionist","defectionists","defections","defective","defectively","defectiveness","defectivenesses","defectives","defector","defectors","defects","defeminisation","defeminisations","defeminise","defeminised","defeminises","defeminising","defeminization","defeminizations","defeminize","defeminized","defeminizes","defeminizing","defence","defenced","defenceless","defencelessly","defencelessness","defenceman","defencemen","defences","defencing","defend","defendable","defendant","defendants","defended","defender","defenders","defending","defends","defenestrate","defenestrated","defenestrates","defenestrating","defenestration","defenestrations","defensative","defensatives","defense","defensed","defenseless","defenselessly","defenselessness","defenselessnesses","defenseman","defensemen","defenses","defensibilities","defensibility","defensible","defensibleness","defensibly","defensing","defensive","defensively","defensiveness","defensivenesses","defensives","defer","deferable","deference","deferences","deferent","deferential","deferentially","deferents","deferment","deferments","deferrable","deferrables","deferral","deferrals","deferred","deferrer","deferrers","deferring","defers","defervescence","defervescences","defervescencies","defervescency","defeudalise","defeudalised","defeudalises","defeudalising","defeudalize","defeudalized","defeudalizes","defeudalizing","deffer","deffest","deffly","deffo","defi","defiance","defiances","defiant","defiantly","defiantness","defiantnesses","defibrillate","defibrillated","defibrillates","defibrillating","defibrillation","defibrillations","defibrillator","defibrillators","defibrinate","defibrinated","defibrinates","defibrinating","defibrination","defibrinations","defibrinise","defibrinised","defibrinises","defibrinising","defibrinize","defibrinized","defibrinizes","defibrinizing","deficience","deficiences","deficiencies","deficiency","deficient","deficiently","deficientness","deficientnesses","deficients","deficit","deficits","defied","defier","defiers","defies","defilade","defiladed","defilades","defilading","defile","defiled","defilement","defilements","defiler","defilers","defiles","defiliation","defiliations","defiling","definabilities","definability","definable","definably","define","defined","definement","definements","definer","definers","defines","definienda","definiendum","definiens","definientia","defining","definite","definitely","definiteness","definitenesses","definition","definitional","definitions","definitise","definitised","definitises","definitising","definitive","definitively","definitiveness","definitivenesses","definitives","definitize","definitized","definitizes","definitizing","definitude","definitudes","defis","deflagrability","deflagrable","deflagrate","deflagrated","deflagrates","deflagrating","deflagration","deflagrations","deflagrator","deflagrators","deflate","deflated","deflater","deflaters","deflates","deflating","deflation","deflationary","deflationist","deflationists","deflations","deflator","deflators","deflea","defleaed","defleaing","defleas","deflect","deflectable","deflected","deflecting","deflection","deflectional","deflections","deflective","deflector","deflectors","deflects","deflex","deflexed","deflexes","deflexing","deflexion","deflexional","deflexions","deflexure","deflexures","deflocculant","deflocculants","deflocculate","deflocculated","deflocculates","deflocculating","deflocculation","deflocculations","deflorate","deflorated","deflorates","deflorating","defloration","deflorations","deflower","deflowered","deflowerer","deflowerers","deflowering","deflowers","defluent","defluxion","defluxions","defo","defoam","defoamed","defoamer","defoamers","defoaming","defoams","defocus","defocused","defocuses","defocusing","defocussed","defocusses","defocussing","defog","defogged","defogger","defoggers","defogging","defogs","defoliant","defoliants","defoliate","defoliated","defoliates","defoliating","defoliation","defoliations","defoliator","defoliators","deforce","deforced","deforcement","deforcements","deforcer","deforcers","deforces","deforciant","deforciants","deforciation","deforciations","deforcing","deforest","deforestation","deforestations","deforested","deforester","deforesters","deforesting","deforests","deform","deformabilities","deformability","deformable","deformalise","deformalised","deformalises","deformalising","deformalize","deformalized","deformalizes","deformalizing","deformation","deformational","deformations","deformative","deformed","deformedly","deformedness","deformednesses","deformer","deformers","deforming","deformities","deformity","deforms","defoul","defouled","defouling","defouls","defrag","defragged","defragger","defraggers","defragging","defraggings","defragment","defragmented","defragmenting","defragments","defrags","defraud","defraudation","defraudations","defrauded","defrauder","defrauders","defrauding","defraudment","defraudments","defrauds","defray","defrayable","defrayal","defrayals","defrayed","defrayer","defrayers","defraying","defrayment","defrayments","defrays","defreeze","defreezes","defreezing","defrock","defrocked","defrocking","defrocks","defrost","defrosted","defroster","defrosters","defrosting","defrosts","defroze","defrozen","deft","defter","deftest","deftly","deftness","deftnesses","defuel","defueled","defueling","defuelled","defuelling","defuels","defunct","defunction","defunctions","defunctive","defunctness","defunctnesses","defuncts","defund","defunded","defunding","defunds","defuse","defused","defuser","defusers","defuses","defusing","defuze","defuzed","defuzes","defuzing","defy","defying","deg","degage","degame","degames","degami","degamis","degarnish","degarnished","degarnishes","degarnishing","degas","degases","degassed","degasser","degassers","degasses","degassing","degauss","degaussed","degausser","degaussers","degausses","degaussing","degearing","degearings","degender","degendered","degendering","degenders","degeneracies","degeneracy","degenerate","degenerated","degenerately","degenerateness","degeneratenesses","degenerates","degenerating","degeneration","degenerationist","degenerations","degenerative","degenerous","degerm","degermed","degerming","degerms","degged","degging","deglaciated","deglaciation","deglaciations","deglamorisation","deglamorise","deglamorised","deglamorises","deglamorising","deglamorization","deglamorizations","deglamorize","deglamorized","deglamorizes","deglamorizing","deglaze","deglazed","deglazes","deglazing","deglutinate","deglutinated","deglutinates","deglutinating","deglutination","deglutinations","deglutition","deglutitions","deglutitive","deglutitory","degout","degouts","degradabilities","degradability","degradable","degradation","degradations","degradative","degrade","degraded","degradedly","degrader","degraders","degrades","degrading","degradingly","degradingness","degradingnesses","degranulation","degranulations","degras","degreasant","degreasants","degrease","degreased","degreaser","degreasers","degreases","degreasing","degree","degreed","degreeless","degrees","degression","degressions","degressive","degressively","degringolade","degringoladed","degringolades","degringolading","degringoler","degringolered","degringolering","degringolers","degs","degu","degum","degummed","degumming","degums","degus","degust","degustate","degustated","degustates","degustating","degustation","degustations","degustatory","degusted","degusting","degusts","dehisce","dehisced","dehiscence","dehiscences","dehiscent","dehisces","dehiscing","dehorn","dehorned","dehorner","dehorners","dehorning","dehorns","dehort","dehortation","dehortations","dehortative","dehortatory","dehorted","dehorter","dehorters","dehorting","dehorts","dehumanisation","dehumanisations","dehumanise","dehumanised","dehumanises","dehumanising","dehumanization","dehumanizations","dehumanize","dehumanized","dehumanizes","dehumanizing","dehumidification","dehumidifications","dehumidified","dehumidifier","dehumidifiers","dehumidifies","dehumidify","dehumidifying","dehydrate","dehydrated","dehydrater","dehydraters","dehydrates","dehydrating","dehydration","dehydrations","dehydrator","dehydrators","dehydrochlorinase","dehydrochlorinases","dehydrochlorinate","dehydrochlorinated","dehydrochlorinates","dehydrochlorinating","dehydrochlorination","dehydrochlorinations","dehydrogenase","dehydrogenases","dehydrogenate","dehydrogenated","dehydrogenates","dehydrogenating","dehydrogenation","dehydrogenations","dehydrogenise","dehydrogenised","dehydrogenises","dehydrogenising","dehydrogenize","dehydrogenized","dehydrogenizes","dehydrogenizing","dehydroretinol","dehydroretinols","dehypnotisation","dehypnotise","dehypnotised","dehypnotises","dehypnotising","dehypnotization","dehypnotize","dehypnotized","dehypnotizes","dehypnotizing","dei","deice","deiced","deicer","deicers","deices","deicidal","deicide","deicides","deicing","deictic","deictically","deictics","deid","deider","deidest","deids","deif","deifer","deifest","deific","deifical","deification","deifications","deified","deifier","deifiers","deifies","deiform","deify","deifying","deign","deigned","deigning","deigns","deil","deils","deindex","deindexed","deindexes","deindexing","deindividuation","deindustrialise","deindustrialization","deindustrializations","deindustrialize","deindustrialized","deindustrializes","deindustrializing","deinonychus","deinonychuses","deinosaur","deinosaurs","deinothere","deinotheres","deinotherium","deinotheriums","deinstitutionalization","deinstitutionalizations","deinstitutionalize","deinstitutionalized","deinstitutionalizes","deinstitutionalizing","deionisation","deionisations","deionise","deionised","deioniser","deionisers","deionises","deionising","deionization","deionizations","deionize","deionized","deionizer","deionizers","deionizes","deionizing","deiparous","deipnosophist","deipnosophists","deiseal","deiseals","deisheal","deisheals","deism","deisms","deist","deistic","deistical","deistically","deists","deities","deity","deixes","deixis","deixises","deject","dejecta","dejected","dejectedly","dejectedness","dejectednesses","dejecting","dejection","dejections","dejectory","dejects","dejeune","dejeuner","dejeuners","dejeunes","dekagram","dekagrams","dekaliter","dekaliters","dekalitre","dekalitres","dekalogies","dekalogy","dekameter","dekameters","dekametre","dekametres","dekametric","dekare","dekares","deke","deked","dekeing","dekes","deking","dekko","dekkoed","dekkoing","dekkos","del","delaine","delaines","delaminate","delaminated","delaminates","delaminating","delamination","delaminations","delapse","delapsed","delapses","delapsing","delapsion","delapsions","delassement","delassements","delate","delated","delates","delating","delation","delations","delator","delators","delay","delayable","delayed","delayer","delayering","delayerings","delayers","delaying","delayingly","delays","dele","delead","deleaded","deleading","deleads","deleave","deleaved","deleaves","deleaving","deleble","delectabilities","delectability","delectable","delectableness","delectables","delectably","delectate","delectated","delectates","delectating","delectation","delectations","deled","delegable","delegacies","delegacy","delegate","delegated","delegatee","delegatees","delegates","delegating","delegation","delegations","delegator","delegators","delegitimation","delegitimations","delegitimise","delegitimised","delegitimises","delegitimising","delegitimize","delegitimized","delegitimizes","delegitimizing","deleing","delenda","deles","deletable","delete","deleted","deleterious","deleteriously","deleteriousness","deleteriousnesses","deletes","deleting","deletion","deletions","deletive","deletory","deleverage","deleveraged","deleverages","deleveraging","delf","delfs","delft","delfts","delftware","delftwares","deli","delibate","delibated","delibates","delibating","delibation","delibations","deliberate","deliberated","deliberately","deliberateness","deliberatenesses","deliberates","deliberating","deliberation","deliberations","deliberative","deliberatively","deliberativeness","deliberativenesses","deliberator","deliberators","delible","delicacies","delicacy","delicate","delicately","delicateness","delicatenesses","delicates","delicatessen","delicatessens","delice","delices","delicious","deliciously","deliciousness","deliciousnesses","delict","delicts","deligation","deligations","delight","delighted","delightedly","delightedness","delightednesses","delighter","delighters","delightful","delightfully","delightfulness","delightfulnesses","delighting","delightless","delights","delightsome","delime","delimed","delimes","deliming","delimit","delimitate","delimitated","delimitates","delimitating","delimitation","delimitations","delimitative","delimited","delimiter","delimiters","delimiting","delimits","delineable","delineate","delineated","delineates","delineating","delineation","delineations","delineative","delineator","delineators","delineavit","delinquencies","delinquency","delinquent","delinquently","delinquents","deliquesce","deliquesced","deliquescence","deliquescences","deliquescent","deliquesces","deliquescing","deliquium","deliquiums","deliration","delirations","deliria","deliriant","delirifacient","delirifacients","delirious","deliriously","deliriousness","deliriousnesses","delirium","deliriums","delis","delish","delist","delisted","delisting","delists","delitescence","delitescences","delitescent","deliver","deliverabilities","deliverability","deliverable","deliverance","deliverances","delivered","deliverer","deliverers","deliveries","delivering","deliverly","delivers","delivery","deliveryman","deliverymen","dell","dellies","dells","delly","delo","delocalisation","delocalisations","delocalise","delocalised","delocalises","delocalising","delocalization","delocalizations","delocalize","delocalized","delocalizes","delocalizing","delope","deloped","delopes","deloping","delos","delouse","deloused","delouser","delousers","delouses","delousing","delph","delphic","delphically","delphin","delphinia","delphinium","delphiniums","delphinoid","delphs","dels","delt","delta","deltaic","deltas","deltic","deltiologies","deltiologist","deltiologists","deltiology","deltoid","deltoidei","deltoideus","deltoids","delts","delubrum","delubrums","deludable","delude","deluded","deluder","deluders","deludes","deluding","deludingly","deluge","deluged","deluges","deluging","delundung","delundungs","delusion","delusional","delusionary","delusionist","delusionists","delusions","delusive","delusively","delusiveness","delusivenesses","delusory","deluster","delustered","delustering","delusters","delustrant","delustrants","deluxe","delve","delved","delver","delvers","delves","delving","demagnetisation","demagnetise","demagnetised","demagnetiser","demagnetisers","demagnetises","demagnetising","demagnetization","demagnetizations","demagnetize","demagnetized","demagnetizer","demagnetizers","demagnetizes","demagnetizing","demagog","demagoged","demagogic","demagogical","demagogically","demagogies","demagoging","demagogism","demagogisms","demagogs","demagogue","demagogued","demagogueries","demagoguery","demagogues","demagoguing","demagoguism","demagoguisms","demagogy","demain","demaine","demaines","demains","deman","demand","demandable","demandant","demandants","demanded","demander","demanders","demanding","demandingly","demandingness","demandingnesses","demands","demanned","demanning","demannings","demans","demantoid","demantoids","demarcate","demarcated","demarcates","demarcating","demarcation","demarcations","demarcator","demarcators","demarche","demarches","demark","demarkation","demarkations","demarked","demarket","demarketed","demarketing","demarkets","demarking","demarks","demast","demasted","demasting","demasts","dematerialise","dematerialised","dematerialises","dematerialising","dematerialization","dematerializations","dematerialize","dematerialized","dematerializes","dematerializing","demayne","demaynes","deme","demean","demeane","demeaned","demeanes","demeaning","demeanor","demeanors","demeanour","demeanours","demeans","demeasnure","demeasnures","dement","dementate","dementated","dementates","dementating","demented","dementedly","dementedness","dementednesses","dementi","dementia","demential","dementias","dementing","dementis","dements","demerara","demeraran","demeraras","demerge","demerged","demerger","demergered","demergering","demergers","demerges","demerging","demerit","demerited","demeriting","demeritorious","demeritoriously","demerits","demersal","demerse","demersed","demerses","demersing","demersion","demersions","demes","demesne","demesnes","demeton","demetons","demibastion","demibastions","demic","demicanton","demicantons","demies","demigod","demigoddess","demigoddesses","demigods","demigration","demigrations","demijohn","demijohns","demilitarise","demilitarised","demilitarises","demilitarising","demilitarization","demilitarizations","demilitarize","demilitarized","demilitarizes","demilitarizing","demilune","demilunes","demimondaine","demimondaines","demimonde","demimondes","demineralise","demineralised","demineraliser","demineralisers","demineralises","demineralising","demineralization","demineralizations","demineralize","demineralized","demineralizer","demineralizers","demineralizes","demineralizing","demipique","demipiques","demirelief","demireliefs","demirep","demirepdom","demirepdoms","demireps","demisable","demise","demised","demisemiquaver","demisemiquavers","demises","demising","demiss","demission","demissions","demissive","demissly","demist","demisted","demister","demisters","demisting","demists","demit","demitasse","demitasses","demits","demitted","demitting","demiurge","demiurgeous","demiurges","demiurgic","demiurgical","demiurgically","demiurgus","demiurguses","demiveg","demiveges","demivegges","demivierge","demivierges","demivolt","demivolte","demivoltes","demivolts","demiworld","demiworlds","demo","demob","demobbed","demobbing","demobilisation","demobilisations","demobilise","demobilised","demobilises","demobilising","demobilization","demobilizations","demobilize","demobilized","demobilizes","demobilizing","demobs","democracies","democracy","democrat","democratic","democratical","democratically","democraties","democratifiable","democratisation","democratise","democratised","democratiser","democratisers","democratises","democratising","democratist","democratists","democratization","democratizations","democratize","democratized","democratizer","democratizers","democratizes","democratizing","democrats","democraty","demode","demoded","demodulate","demodulated","demodulates","demodulating","demodulation","demodulations","demodulator","demodulators","demoed","demographer","demographers","demographic","demographical","demographically","demographics","demographies","demographist","demographists","demography","demoing","demoiselle","demoiselles","demolish","demolished","demolisher","demolishers","demolishes","demolishing","demolishment","demolishments","demolition","demolitionist","demolitionists","demolitions","demologies","demology","demon","demoness","demonesses","demonetarise","demonetarised","demonetarises","demonetarising","demonetarize","demonetarized","demonetarizes","demonetarizing","demonetisation","demonetisations","demonetise","demonetised","demonetises","demonetising","demonetization","demonetizations","demonetize","demonetized","demonetizes","demonetizing","demoniac","demoniacal","demoniacally","demoniacism","demoniacisms","demoniacs","demonian","demonianism","demonianisms","demonic","demonical","demonically","demonisation","demonisations","demonise","demonised","demonises","demonising","demonism","demonisms","demonist","demonists","demonization","demonizations","demonize","demonized","demonizes","demonizing","demonocracies","demonocracy","demonolater","demonolaters","demonolatries","demonolatry","demonologic","demonological","demonologies","demonologist","demonologists","demonology","demonomania","demonomanias","demonries","demonry","demons","demonstrabilities","demonstrability","demonstrable","demonstrably","demonstrate","demonstrated","demonstrates","demonstrating","demonstration","demonstrational","demonstrations","demonstrative","demonstratively","demonstrativeness","demonstrativenesses","demonstratives","demonstrator","demonstrators","demonstratory","demonym","demonyms","demoralisation","demoralisations","demoralise","demoralised","demoraliser","demoralisers","demoralises","demoralising","demoralisingly","demoralization","demoralizations","demoralize","demoralized","demoralizer","demoralizers","demoralizes","demoralizing","demoralizingly","demos","demoscene","demoscenes","demoses","demote","demoted","demotes","demotic","demoticist","demoticists","demotics","demoting","demotion","demotions","demotist","demotists","demotivate","demotivated","demotivates","demotivating","demount","demountable","demounted","demounting","demounts","dempster","dempsters","dempt","demulcent","demulcents","demulsification","demulsified","demulsifier","demulsifiers","demulsifies","demulsify","demulsifying","demultiplexer","demultiplexers","demur","demure","demured","demurely","demureness","demurenesses","demurer","demures","demurest","demuring","demurrable","demurrage","demurrages","demurral","demurrals","demurred","demurrer","demurrers","demurring","demurs","demutualisation","demutualise","demutualised","demutualises","demutualising","demutualization","demutualize","demutualized","demutualizes","demutualizing","demy","demyelinate","demyelinated","demyelinates","demyelinating","demyelination","demyelinations","demyship","demyships","demystification","demystifications","demystified","demystifies","demystify","demystifying","demythologise","demythologised","demythologiser","demythologisers","demythologises","demythologising","demythologization","demythologizations","demythologize","demythologized","demythologizer","demythologizers","demythologizes","demythologizing","den","denar","denari","denaries","denarii","denarius","denars","denary","denationalise","denationalised","denationalises","denationalising","denationalization","denationalizations","denationalize","denationalized","denationalizes","denationalizing","denaturalise","denaturalised","denaturalises","denaturalising","denaturalization","denaturalizations","denaturalize","denaturalized","denaturalizes","denaturalizing","denaturant","denaturants","denaturation","denaturations","denature","denatured","denatures","denaturing","denaturise","denaturised","denaturises","denaturising","denaturize","denaturized","denaturizes","denaturizing","denay","denayed","denaying","denays","denazification","denazifications","denazified","denazifies","denazify","denazifying","dendrachate","dendrachates","dendriform","dendrimer","dendrimers","dendrite","dendrites","dendritic","dendritical","dendritically","dendrobium","dendrobiums","dendrochronological","dendrochronologically","dendrochronologies","dendrochronologist","dendrochronologists","dendrochronology","dendroglyph","dendroglyphs","dendrogram","dendrograms","dendroid","dendroidal","dendrolatries","dendrolatry","dendrologic","dendrological","dendrologies","dendrologist","dendrologists","dendrologous","dendrology","dendrometer","dendrometers","dendron","dendrons","dendrophis","dendrophises","dene","denegation","denegations","denervate","denervated","denervates","denervating","denervation","denervations","denes","denet","denets","denetted","denetting","dengue","dengues","deni","deniabilities","deniability","deniable","deniably","denial","denials","denied","denier","deniers","denies","denigrate","denigrated","denigrates","denigrating","denigration","denigrations","denigrative","denigrator","denigrators","denigratory","denim","denimed","denims","denis","denisation","denisations","denitrate","denitrated","denitrates","denitrating","denitration","denitrations","denitrification","denitrifications","denitrificator","denitrificators","denitrified","denitrifier","denitrifiers","denitrifies","denitrify","denitrifying","denization","denizations","denizen","denizened","denizening","denizens","denizenship","denizenships","denned","dennet","dennets","denning","denominable","denominal","denominate","denominated","denominates","denominating","denomination","denominational","denominationalism","denominationalisms","denominations","denominative","denominatively","denominatives","denominator","denominators","denotable","denotate","denotated","denotates","denotating","denotation","denotations","denotative","denotatively","denote","denoted","denotement","denotements","denotes","denoting","denotive","denouement","denouements","denounce","denounced","denouncement","denouncements","denouncer","denouncers","denounces","denouncing","dens","dense","densely","denseness","densenesses","denser","densest","densification","densifications","densified","densifier","densifiers","densifies","densify","densifying","densimeter","densimeters","densimetric","densimetries","densimetry","densities","densitometer","densitometers","densitometric","densitometries","densitometry","density","dent","dental","dentalia","dentalities","dentality","dentalium","dentaliums","dentally","dentals","dentaria","dentarias","dentaries","dentary","dentate","dentated","dentately","dentation","dentations","dented","dentel","dentelle","dentelles","dentels","dentex","dentexes","denticle","denticles","denticulate","denticulated","denticulately","denticulation","denticulations","dentiform","dentifrice","dentifrices","dentigerous","dentil","dentilabial","dentiled","dentilingual","dentilinguals","dentils","dentin","dentinal","dentine","dentines","denting","dentins","dentirostral","dentist","dentistries","dentistry","dentists","dentition","dentitions","dentoid","dents","dentulous","dentural","denture","dentures","denturist","denturists","denuclearise","denuclearised","denuclearises","denuclearising","denuclearization","denuclearizations","denuclearize","denuclearized","denuclearizes","denuclearizing","denudate","denudated","denudates","denudating","denudation","denudations","denude","denuded","denudement","denudements","denuder","denuders","denudes","denuding","denumerabilities","denumerability","denumerable","denumerably","denunciate","denunciated","denunciates","denunciating","denunciation","denunciations","denunciative","denunciator","denunciators","denunciatory","deny","denying","denyingly","deobstruent","deobstruents","deodand","deodands","deodar","deodara","deodaras","deodars","deodate","deodates","deodorant","deodorants","deodorisation","deodorisations","deodorise","deodorised","deodoriser","deodorisers","deodorises","deodorising","deodorization","deodorizations","deodorize","deodorized","deodorizer","deodorizers","deodorizes","deodorizing","deontic","deontics","deontological","deontologies","deontologist","deontologists","deontology","deoppilate","deoppilated","deoppilates","deoppilating","deoppilation","deoppilations","deoppilative","deorbit","deorbited","deorbiting","deorbits","deoxidate","deoxidated","deoxidates","deoxidating","deoxidation","deoxidations","deoxidisation","deoxidisations","deoxidise","deoxidised","deoxidiser","deoxidisers","deoxidises","deoxidising","deoxidization","deoxidizations","deoxidize","deoxidized","deoxidizer","deoxidizers","deoxidizes","deoxidizing","deoxy","deoxycortone","deoxycortones","deoxygenate","deoxygenated","deoxygenates","deoxygenating","deoxygenation","deoxygenations","deoxygenise","deoxygenised","deoxygenises","deoxygenising","deoxygenize","deoxygenized","deoxygenizes","deoxygenizing","deoxyribonuclease","deoxyribonucleases","deoxyribonucleotide","deoxyribonucleotides","deoxyribose","deoxyriboses","depaint","depainted","depainting","depaints","depanneur","depanneurs","depart","departed","departee","departees","departement","departements","departer","departers","departing","departings","department","departmental","departmentalise","departmentalism","departmentalization","departmentalizations","departmentalize","departmentalized","departmentalizes","departmentalizing","departmentally","departments","departs","departure","departures","depasture","depastured","depastures","depasturing","depauperate","depauperated","depauperates","depauperating","depauperise","depauperised","depauperises","depauperising","depauperize","depauperized","depauperizes","depauperizing","depeche","depeches","depeinct","depeincted","depeincting","depeincts","depend","dependabilities","dependability","dependable","dependableness","dependablenesses","dependably","dependance","dependances","dependancies","dependancy","dependant","dependants","depended","dependence","dependences","dependencies","dependency","dependent","dependently","dependents","depending","dependingly","depends","depeople","depeopled","depeoples","depeopling","deperm","depermed","deperming","deperms","depersonalise","depersonalised","depersonalises","depersonalising","depersonalization","depersonalizations","depersonalize","depersonalized","depersonalizes","depersonalizing","dephlegmate","dephlegmated","dephlegmates","dephlegmating","dephlegmation","dephlegmations","dephlegmator","dephlegmators","dephlogisticate","dephosphorylate","dephosphorylated","dephosphorylates","dephosphorylating","dephosphorylation","dephosphorylations","depict","depicted","depicter","depicters","depicting","depiction","depictions","depictive","depictor","depictors","depicts","depicture","depictured","depictures","depicturing","depigment","depigmentation","depigmentations","depigmented","depigmenting","depigments","depilate","depilated","depilates","depilating","depilation","depilations","depilator","depilatories","depilators","depilatory","deplane","deplaned","deplanes","deplaning","depletable","deplete","depleted","depleter","depleters","depletes","depleting","depletion","depletions","depletive","depletory","deplorabilities","deplorability","deplorable","deplorableness","deplorablenesses","deplorably","deploration","deplorations","deplore","deplored","deplorer","deplorers","deplores","deploring","deploringly","deploy","deployable","deployed","deployer","deployers","deploying","deployment","deployments","deploys","deplumation","deplumations","deplume","deplumed","deplumes","depluming","depolarisation","depolarisations","depolarise","depolarised","depolariser","depolarisers","depolarises","depolarising","depolarization","depolarizations","depolarize","depolarized","depolarizer","depolarizers","depolarizes","depolarizing","depolish","depolished","depolishes","depolishing","depoliticise","depoliticised","depoliticises","depoliticising","depoliticization","depoliticizations","depoliticize","depoliticized","depoliticizes","depoliticizing","depolymerise","depolymerised","depolymerises","depolymerising","depolymerization","depolymerizations","depolymerize","depolymerized","depolymerizes","depolymerizing","depone","deponed","deponent","deponents","depones","deponing","depopulate","depopulated","depopulates","depopulating","depopulation","depopulations","depopulator","depopulators","deport","deportable","deportation","deportations","deported","deportee","deportees","deporter","deporters","deporting","deportment","deportments","deports","deposable","deposal","deposals","depose","deposed","deposer","deposers","deposes","deposing","deposit","depositaries","depositary","depositation","depositations","deposited","depositing","deposition","depositional","depositions","depositive","depositor","depositories","depositors","depository","deposits","depot","depots","depravation","depravations","deprave","depraved","depravedly","depravedness","depravednesses","depravement","depravements","depraver","depravers","depraves","depraving","depravingly","depravities","depravity","deprecable","deprecate","deprecated","deprecates","deprecating","deprecatingly","deprecation","deprecations","deprecative","deprecatively","deprecator","deprecatorily","deprecators","deprecatory","depreciable","depreciate","depreciated","depreciates","depreciating","depreciatingly","depreciation","depreciations","depreciative","depreciator","depreciators","depreciatory","depredate","depredated","depredates","depredating","depredation","depredations","depredator","depredators","depredatory","deprehend","deprehended","deprehending","deprehends","deprenyl","deprenyls","depress","depressant","depressants","depressed","depresses","depressible","depressing","depressingly","depression","depressions","depressive","depressively","depressiveness","depressives","depressomotor","depressomotors","depressor","depressors","depressurise","depressurised","depressurises","depressurising","depressurization","depressurizations","depressurize","depressurized","depressurizes","depressurizing","deprivable","deprival","deprivals","deprivation","deprivations","deprivative","deprive","deprived","deprivement","deprivements","depriver","deprivers","deprives","depriving","deprogram","deprogramed","deprograming","deprogramme","deprogrammed","deprogrammer","deprogrammers","deprogrammes","deprogramming","deprograms","depside","depsides","depth","depthless","depths","depurant","depurants","depurate","depurated","depurates","depurating","depuration","depurations","depurative","depuratives","depurator","depurators","depuratory","deputable","deputation","deputations","depute","deputed","deputes","deputies","deputing","deputisation","deputisations","deputise","deputised","deputises","deputising","deputization","deputizations","deputize","deputized","deputizes","deputizing","deputy","dequeue","dequeued","dequeueing","dequeues","dequeuing","deracialise","deracialised","deracialises","deracialising","deracialize","deracialized","deracializes","deracializing","deracinate","deracinated","deracinates","deracinating","deracination","deracinations","deracine","deraign","deraigned","deraigning","deraignment","deraignments","deraigns","derail","derailed","derailer","derailers","derailing","derailleur","derailleurs","derailment","derailments","derails","derange","deranged","derangement","derangements","deranger","derangers","deranges","deranging","derat","derate","derated","derates","derating","deratings","deration","derationed","derationing","derations","derats","deratted","deratting","deray","derayed","deraying","derays","derbies","derby","dere","derealisation","derealisations","derealization","derealizations","derecognise","derecognised","derecognises","derecognising","derecognition","derecognitions","derecognize","derecognized","derecognizes","derecognizing","dered","deregister","deregistered","deregistering","deregisters","deregistration","deregistrations","deregulate","deregulated","deregulates","deregulating","deregulation","deregulations","deregulator","deregulators","deregulatory","derelict","dereliction","derelictions","derelicts","dereligionise","dereligionised","dereligionises","dereligionising","dereligionize","dereligionized","dereligionizes","dereligionizing","derepress","derepressed","derepresses","derepressing","derepression","derepressions","derequisition","derequisitioned","derequisitions","deres","derestrict","derestricted","derestricting","derestriction","derestrictions","derestricts","derham","derhams","deride","derided","derider","deriders","derides","deriding","deridingly","derig","derigged","derigging","derigs","dering","deringer","deringers","derisible","derision","derisions","derisive","derisively","derisiveness","derisivenesses","derisory","derivable","derivably","derivate","derivates","derivation","derivational","derivationist","derivationists","derivations","derivatisation","derivatisations","derivatise","derivatised","derivatises","derivatising","derivative","derivatively","derivativeness","derivativenesses","derivatives","derivatization","derivatizations","derivatize","derivatized","derivatizes","derivatizing","derive","derived","deriver","derivers","derives","deriving","derm","derma","dermabrasion","dermabrasions","dermal","dermapteran","dermapterans","dermas","dermatic","dermatites","dermatitides","dermatitis","dermatitises","dermatogen","dermatogens","dermatoglyphic","dermatoglyphics","dermatographia","dermatographias","dermatographic","dermatographies","dermatography","dermatoid","dermatologic","dermatological","dermatologies","dermatologist","dermatologists","dermatology","dermatomal","dermatome","dermatomes","dermatomic","dermatomyositis","dermatophyte","dermatophytes","dermatophytic","dermatophytoses","dermatophytosis","dermatoplastic","dermatoplasties","dermatoplasty","dermatoses","dermatosis","dermestid","dermestids","dermic","dermis","dermises","dermographies","dermography","dermoid","dermoids","derms","dern","dernful","dernier","dernly","derns","dero","derogate","derogated","derogately","derogates","derogating","derogation","derogations","derogative","derogatively","derogatorily","derogatoriness","derogatory","deros","derrick","derricked","derricking","derricks","derriere","derrieres","derries","derringer","derringers","derris","derrises","derro","derros","derry","derth","derths","derv","dervish","dervishes","dervs","desacralisation","desacralise","desacralised","desacralises","desacralising","desacralization","desacralizations","desacralize","desacralized","desacralizes","desacralizing","desagrement","desagrements","desalinate","desalinated","desalinates","desalinating","desalination","desalinations","desalinator","desalinators","desalinisation","desalinisations","desalinise","desalinised","desalinises","desalinising","desalinization","desalinizations","desalinize","desalinized","desalinizes","desalinizing","desalt","desalted","desalter","desalters","desalting","desaltings","desalts","desand","desanded","desanding","desands","desaturation","desaturations","descale","descaled","descales","descaling","descant","descanted","descanter","descanters","descanting","descants","descend","descendable","descendant","descendants","descended","descendent","descendents","descender","descenders","descendeur","descendeurs","descendible","descending","descendings","descends","descension","descensional","descensions","descent","descents","deschool","deschooled","deschooler","deschoolers","deschooling","deschoolings","deschools","descramble","descrambled","descrambler","descramblers","descrambles","descrambling","describable","describe","described","describer","describers","describes","describing","descried","descrier","descriers","descries","description","descriptions","descriptive","descriptively","descriptiveness","descriptivenesses","descriptivism","descriptivisms","descriptivist","descriptor","descriptors","descrive","descrived","descrives","descriving","descry","descrying","desecrate","desecrated","desecrater","desecraters","desecrates","desecrating","desecration","desecrations","desecrator","desecrators","deseed","deseeded","deseeding","deseeds","desegregate","desegregated","desegregates","desegregating","desegregation","desegregations","deselect","deselected","deselecting","deselection","deselections","deselects","desensitisation","desensitise","desensitised","desensitiser","desensitisers","desensitises","desensitising","desensitization","desensitizations","desensitize","desensitized","desensitizer","desensitizers","desensitizes","desensitizing","deserpidine","deserpidines","desert","deserted","deserter","deserters","desertic","desertification","desertifications","desertified","desertifies","desertify","desertifying","deserting","desertion","desertions","desertisation","desertisations","desertization","desertizations","desertless","deserts","deserve","deserved","deservedly","deservedness","deservednesses","deserver","deservers","deserves","deserving","deservingly","deservingness","deservingnesses","deservings","desex","desexed","desexes","desexing","desexualisation","desexualise","desexualised","desexualises","desexualising","desexualization","desexualizations","desexualize","desexualized","desexualizes","desexualizing","deshabille","deshabilles","deshi","desi","desiccant","desiccants","desiccate","desiccated","desiccates","desiccating","desiccation","desiccations","desiccative","desiccatives","desiccator","desiccators","desiderata","desiderate","desiderated","desiderates","desiderating","desideration","desiderations","desiderative","desideratives","desideratum","desiderium","desideriums","design","designable","designate","designated","designates","designating","designation","designations","designative","designator","designators","designatory","designed","designedly","designee","designees","designer","designers","designful","designing","designingly","designings","designless","designment","designments","designs","desilver","desilvered","desilvering","desilverisation","desilverise","desilverised","desilverises","desilverising","desilverization","desilverize","desilverized","desilverizes","desilverizing","desilvers","desine","desined","desinence","desinences","desinent","desinential","desines","desining","desipience","desipiences","desipient","desipramine","desipramines","desirabilities","desirability","desirable","desirableness","desirablenesses","desirables","desirably","desire","desired","desireless","desirer","desirers","desires","desiring","desirous","desirously","desirousness","desirousnesses","desist","desistance","desistances","desisted","desistence","desistences","desisting","desists","desk","deskbound","deskfast","deskfasts","deskill","deskilled","deskilling","deskillings","deskills","desking","deskings","deskman","deskmen","desknote","desknotes","desks","desktop","desktops","desman","desmans","desmid","desmidian","desmids","desmine","desmines","desmodium","desmodiums","desmodromic","desmoid","desmoids","desmosomal","desmosome","desmosomes","desnood","desnooded","desnooding","desnoods","desobligeante","desobligeantes","desoeuvre","desolate","desolated","desolately","desolateness","desolatenesses","desolater","desolaters","desolates","desolating","desolatingly","desolation","desolations","desolator","desolators","desolatory","desorb","desorbed","desorbing","desorbs","desoriente","desorption","desorptions","desoxy","desoxyribose","desoxyriboses","despair","despaired","despairer","despairers","despairful","despairing","despairingly","despairs","despatch","despatched","despatcher","despatchers","despatches","despatching","desperado","desperadoes","desperados","desperate","desperately","desperateness","desperatenesses","desperation","desperations","despicabilities","despicability","despicable","despicableness","despicablenesses","despicably","despight","despights","despiritualise","despiritualised","despiritualises","despiritualize","despiritualized","despiritualizes","despiritualizing","despisable","despisal","despisals","despise","despised","despisedness","despisednesses","despisement","despisements","despiser","despisers","despises","despising","despite","despited","despiteful","despitefully","despitefulness","despitefulnesses","despiteous","despiteously","despites","despiting","despoil","despoiled","despoiler","despoilers","despoiling","despoilment","despoilments","despoils","despoliation","despoliations","despond","desponded","despondence","despondences","despondencies","despondency","despondent","despondently","desponding","despondingly","despondings","desponds","despot","despotat","despotate","despotates","despotats","despotic","despotical","despotically","despoticalness","despotism","despotisms","despotocracies","despotocracy","despots","despumate","despumated","despumates","despumating","despumation","despumations","desquamate","desquamated","desquamates","desquamating","desquamation","desquamations","desquamative","desquamatory","desse","dessert","desserts","dessertspoon","dessertspoonful","dessertspoonfuls","dessertspoons","dessertspoonsful","desses","dessiatine","dessiatines","dessignment","dessignments","dessyatine","dessyatines","destabilisation","destabilise","destabilised","destabiliser","destabilisers","destabilises","destabilising","destabilization","destabilizations","destabilize","destabilized","destabilizer","destabilizers","destabilizes","destabilizing","destain","destained","destaining","destains","destemper","destempered","destempering","destempers","destinate","destinated","destinates","destinating","destination","destinations","destine","destined","destines","destinies","destining","destiny","destitute","destituted","destituteness","destitutenesses","destitutes","destituting","destitution","destitutions","destock","destocked","destocking","destocks","destrier","destriers","destroy","destroyable","destroyed","destroyer","destroyers","destroying","destroys","destruct","destructed","destructibilities","destructibility","destructible","destructing","destruction","destructional","destructionist","destructionists","destructions","destructive","destructively","destructiveness","destructivenesses","destructives","destructivist","destructivists","destructivities","destructivity","destructo","destructor","destructors","destructos","destructs","desuetude","desuetudes","desugar","desugared","desugaring","desugars","desulfur","desulfured","desulfuring","desulfurisation","desulfurise","desulfurised","desulfurises","desulfurising","desulfurization","desulfurizations","desulfurize","desulfurized","desulfurizes","desulfurizing","desulfurs","desulphur","desulphurate","desulphurated","desulphurates","desulphurating","desulphuration","desulphurations","desulphured","desulphuring","desulphurise","desulphurised","desulphuriser","desulphurisers","desulphurises","desulphurising","desulphurize","desulphurized","desulphurizer","desulphurizers","desulphurizes","desulphurizing","desulphurs","desultorily","desultoriness","desultorinesses","desultory","desyatin","desyatins","desyne","desyned","desynes","desyning","detach","detachabilities","detachability","detachable","detachably","detached","detachedly","detachedness","detachednesses","detacher","detachers","detaches","detaching","detachment","detachments","detail","detailed","detailedly","detailedness","detailednesses","detailer","detailers","detailing","detailings","details","detain","detainable","detained","detainee","detainees","detainer","detainers","detaining","detainment","detainments","detains","detangle","detangled","detangler","detanglers","detangles","detangling","detassel","detasseled","detasseling","detasselled","detasselling","detassels","detect","detectabilities","detectability","detectable","detected","detecter","detecters","detectible","detecting","detection","detections","detective","detectivelike","detectives","detectivist","detectivists","detectophone","detectophones","detector","detectorist","detectorists","detectors","detects","detent","detente","detentes","detention","detentions","detentist","detentists","detents","detenu","detenue","detenues","detenus","deter","deterge","deterged","detergence","detergences","detergencies","detergency","detergent","detergents","deterger","detergers","deterges","deterging","deteriorate","deteriorated","deteriorates","deteriorating","deterioration","deteriorations","deteriorative","deteriorism","deteriorisms","deteriorities","deteriority","determent","determents","determinability","determinable","determinableness","determinablenesses","determinably","determinacies","determinacy","determinant","determinantal","determinants","determinate","determinated","determinately","determinateness","determinatenesses","determinates","determinating","determination","determinations","determinative","determinatively","determinatives","determinator","determinators","determine","determined","determinedly","determinedness","determinednesses","determiner","determiners","determines","determining","determinism","determinisms","determinist","deterministic","deterministically","determinists","deterrabilities","deterrability","deterrable","deterred","deterrence","deterrences","deterrent","deterrently","deterrents","deterrer","deterrers","deterring","deters","detersion","detersions","detersive","detersives","detest","detestabilities","detestability","detestable","detestableness","detestablenesses","detestably","detestation","detestations","detested","detester","detesters","detesting","detests","dethatch","dethatched","dethatches","dethatching","dethrone","dethroned","dethronement","dethronements","dethroner","dethroners","dethrones","dethroning","dethronings","detick","deticked","deticker","detickers","deticking","deticks","detinue","detinues","detonabilities","detonability","detonable","detonatable","detonate","detonated","detonates","detonating","detonation","detonations","detonative","detonator","detonators","detorsion","detorsions","detort","detorted","detorting","detortion","detortions","detorts","detour","detoured","detouring","detours","detox","detoxed","detoxes","detoxicant","detoxicants","detoxicate","detoxicated","detoxicates","detoxicating","detoxication","detoxications","detoxification","detoxifications","detoxified","detoxifies","detoxify","detoxifying","detoxing","detract","detracted","detracting","detractingly","detractings","detraction","detractions","detractive","detractively","detractor","detractors","detractory","detractress","detractresses","detracts","detrain","detrained","detraining","detrainment","detrainments","detrains","detraque","detraquee","detraquees","detraques","detribalisation","detribalise","detribalised","detribalises","detribalising","detribalization","detribalizations","detribalize","detribalized","detribalizes","detribalizing","detriment","detrimental","detrimentally","detrimentals","detriments","detrital","detrition","detritions","detritovore","detritovores","detritus","detrude","detruded","detrudes","detruding","detruncate","detruncated","detruncates","detruncating","detruncation","detruncations","detrusion","detrusions","detrusor","detrusors","detumescence","detumescences","detumescent","detune","detuned","detunes","detuning","deuce","deuced","deucedly","deuces","deucing","deuddarn","deuddarns","deus","deuteragonist","deuteragonists","deuteranomalies","deuteranomalous","deuteranomaly","deuteranope","deuteranopes","deuteranopia","deuteranopias","deuteranopic","deuterate","deuterated","deuterates","deuterating","deuteration","deuterations","deuteric","deuteride","deuterides","deuterium","deuteriums","deuterocanonical","deuterogamies","deuterogamist","deuterogamists","deuterogamy","deuteron","deuterons","deuteroplasm","deuteroplasms","deuteroscopic","deuteroscopies","deuteroscopy","deuterostome","deuterostomes","deuterotokies","deuterotoky","deuton","deutons","deutoplasm","deutoplasmic","deutoplasms","deutoplastic","deutzia","deutzias","dev","deva","devall","devalled","devalling","devalls","devalorisation","devalorisations","devalorise","devalorised","devalorises","devalorising","devalorization","devalorizations","devalorize","devalorized","devalorizes","devalorizing","devaluate","devaluated","devaluates","devaluating","devaluation","devaluations","devalue","devalued","devalues","devaluing","devanagari","devanagaris","devas","devastate","devastated","devastates","devastating","devastatingly","devastation","devastations","devastative","devastator","devastators","devastavit","devastavits","devein","deveined","deveining","deveins","devel","develed","develing","develled","develling","develop","developable","develope","developed","developer","developers","developes","developing","development","developmental","developmentally","developments","developpe","developpes","develops","devels","deverbal","deverbals","deverbative","deverbatives","devest","devested","devesting","devests","deviance","deviances","deviancies","deviancy","deviant","deviants","deviate","deviated","deviates","deviating","deviation","deviationism","deviationisms","deviationist","deviationists","deviations","deviative","deviator","deviators","deviatory","device","deviceful","devices","devil","devildom","devildoms","deviled","deviless","devilesses","devilet","devilets","devilfish","devilfishes","deviling","devilings","devilish","devilishly","devilishness","devilishnesses","devilism","devilisms","devilkin","devilkins","devilled","devilling","devilment","devilments","devilries","devilry","devils","devilship","devilships","deviltries","deviltry","devilwood","devilwoods","devious","deviously","deviousness","deviousnesses","devisable","devisal","devisals","devise","devised","devisee","devisees","deviser","devisers","devises","devising","devisor","devisors","devitalisation","devitalisations","devitalise","devitalised","devitalises","devitalising","devitalization","devitalizations","devitalize","devitalized","devitalizes","devitalizing","devitrification","devitrifications","devitrified","devitrifies","devitrify","devitrifying","devling","devlings","devocalise","devocalised","devocalises","devocalising","devocalize","devocalized","devocalizes","devocalizing","devoice","devoiced","devoices","devoicing","devoid","devoir","devoirs","devolution","devolutionary","devolutionist","devolutionists","devolutions","devolve","devolved","devolvement","devolvements","devolves","devolving","devon","devonian","devonport","devonports","devons","devore","devores","devot","devote","devoted","devotedly","devotedness","devotednesses","devotee","devotees","devotement","devotements","devotes","devoting","devotion","devotional","devotionalist","devotionalists","devotionalities","devotionality","devotionally","devotionalness","devotionals","devotionist","devotionists","devotions","devots","devour","devoured","devourer","devourers","devouring","devouringly","devourment","devourments","devours","devout","devouter","devoutest","devoutly","devoutness","devoutnesses","devs","devvel","devvelled","devvelling","devvels","dew","dewan","dewani","dewanis","dewannies","dewanny","dewans","dewar","dewars","dewater","dewatered","dewaterer","dewaterers","dewatering","dewaterings","dewaters","dewax","dewaxed","dewaxes","dewaxing","dewberries","dewberry","dewclaw","dewclawed","dewclaws","dewdrop","dewdrops","dewed","dewfall","dewfalls","dewfull","dewier","dewiest","dewily","dewiness","dewinesses","dewing","dewitt","dewitted","dewitting","dewitts","dewlap","dewlapped","dewlaps","dewlapt","dewless","dewool","dewooled","dewooling","dewools","deworm","dewormed","dewormer","dewormers","deworming","deworms","dewpoint","dewpoints","dews","dewy","dex","dexamethasone","dexamethasones","dexamphetamine","dexamphetamines","dexes","dexie","dexies","dexiotropic","dexter","dexterities","dexterity","dexterous","dexterously","dexterousness","dexterousnesses","dexters","dexterwise","dextral","dextralities","dextrality","dextrally","dextran","dextranase","dextranases","dextrans","dextrin","dextrine","dextrines","dextrins","dextro","dextroamphetamine","dextroamphetamines","dextrocardia","dextrocardiac","dextrocardiacs","dextrocardias","dextroglucose","dextroglucoses","dextrogyrate","dextrogyre","dextrorotary","dextrorotation","dextrorotations","dextrorotatory","dextrorsal","dextrorse","dextrorsely","dextrose","dextroses","dextrous","dextrously","dextrousness","dextrousnesses","dexy","dey","deys","dezinc","dezinced","dezincing","dezincked","dezincking","dezincs","dhak","dhaks","dhal","dhals","dhamma","dhammas","dhansak","dhansaks","dharma","dharmas","dharmic","dharmsala","dharmsalas","dharmshala","dharmshalas","dharna","dharnas","dhimmi","dhimmis","dhobi","dhobis","dhol","dhole","dholes","dholl","dholls","dhols","dhoolies","dhooly","dhoora","dhooras","dhooti","dhootie","dhooties","dhootis","dhoti","dhotis","dhourra","dhourras","dhow","dhows","dhurna","dhurnas","dhurra","dhurras","dhurrie","dhurries","dhuti","dhutis","di","diabase","diabases","diabasic","diabetes","diabetic","diabetical","diabetics","diabetogenic","diabetologist","diabetologists","diable","diablerie","diableries","diablery","diables","diabolic","diabolical","diabolically","diabolicalness","diabolicalnesses","diabolise","diabolised","diabolises","diabolising","diabolism","diabolisms","diabolist","diabolists","diabolize","diabolized","diabolizes","diabolizing","diabolo","diabologies","diabology","diabolologies","diabolology","diabolos","diacatholicon","diacatholicons","diacaustic","diacaustics","diacetyl","diacetyls","diachronic","diachronically","diachronies","diachronism","diachronisms","diachronistic","diachronous","diachrony","diachylon","diachylons","diachylum","diachylums","diacid","diacidic","diacids","diacodion","diacodions","diacodium","diacodiums","diaconal","diaconate","diaconates","diaconicon","diaconicons","diacoustic","diacoustics","diacritic","diacritical","diacritically","diacritics","diact","diactinal","diactine","diactinic","diactinism","diactinisms","diadelphous","diadem","diademed","diademing","diadems","diadochi","diadochies","diadochy","diadrom","diadromous","diadroms","diaereses","diaeresis","diaeretic","diageneses","diagenesis","diagenetic","diagenetically","diageotropic","diageotropism","diageotropisms","diaglyph","diaglyphs","diagnosability","diagnosable","diagnose","diagnoseable","diagnosed","diagnoses","diagnosing","diagnosis","diagnostic","diagnostical","diagnostically","diagnostician","diagnosticians","diagnostics","diagometer","diagometers","diagonal","diagonalisable","diagonalisation","diagonalise","diagonalised","diagonalises","diagonalising","diagonalizable","diagonalization","diagonalizations","diagonalize","diagonalized","diagonalizes","diagonalizing","diagonally","diagonals","diagram","diagramed","diagraming","diagrammable","diagrammatic","diagrammatical","diagrammatically","diagrammed","diagramming","diagrams","diagraph","diagraphic","diagraphs","diagrid","diagrids","diaheliotropic","diaheliotropism","diakineses","diakinesis","dial","dialect","dialectal","dialectally","dialectic","dialectical","dialectically","dialectician","dialecticians","dialecticism","dialecticisms","dialectics","dialectological","dialectologically","dialectologies","dialectologist","dialectologists","dialectology","dialects","dialed","dialer","dialers","dialing","dialings","dialist","dialists","diallage","diallages","diallagic","diallagoid","dialled","diallel","dialler","diallers","dialling","diallings","diallist","diallists","dialog","dialoged","dialoger","dialogers","dialogic","dialogical","dialogically","dialoging","dialogise","dialogised","dialogises","dialogising","dialogism","dialogisms","dialogist","dialogistic","dialogistical","dialogists","dialogite","dialogites","dialogize","dialogized","dialogizes","dialogizing","dialogs","dialogue","dialogued","dialoguer","dialoguers","dialogues","dialoguing","dials","dialypetalous","dialysabilities","dialysability","dialysable","dialysate","dialysates","dialysation","dialysations","dialyse","dialysed","dialyser","dialysers","dialyses","dialysing","dialysis","dialytic","dialytically","dialyzabilities","dialyzability","dialyzable","dialyzate","dialyzates","dialyzation","dialyzations","dialyze","dialyzed","dialyzer","dialyzers","dialyzes","dialyzing","diamagnet","diamagnetic","diamagnetically","diamagnetism","diamagnetisms","diamagnets","diamante","diamantes","diamantiferous","diamantine","diameter","diameters","diametral","diametrally","diametric","diametrical","diametrically","diamide","diamides","diamin","diamine","diamines","diamins","diamond","diamondback","diamondbacks","diamonded","diamondiferous","diamonding","diamonds","diamorphine","diamorphines","diamyl","diandries","diandrous","diandry","diane","dianodal","dianoetic","dianoia","dianoias","dianthus","dianthuses","diapase","diapases","diapason","diapasonal","diapasonic","diapasons","diapause","diapaused","diapauses","diapausing","diapedeses","diapedesis","diapedetic","diapente","diapentes","diaper","diapered","diapering","diaperings","diapers","diaphaneities","diaphaneity","diaphanometer","diaphanometers","diaphanous","diaphanously","diaphanousness","diaphanousnesses","diaphone","diaphones","diaphonic","diaphonies","diaphony","diaphorase","diaphorases","diaphoreses","diaphoresis","diaphoretic","diaphoretics","diaphototropic","diaphototropies","diaphototropism","diaphototropy","diaphragm","diaphragmal","diaphragmatic","diaphragmatically","diaphragmatitis","diaphragmed","diaphragming","diaphragms","diaphyseal","diaphyses","diaphysial","diaphysis","diapir","diapiric","diapirism","diapirisms","diapirs","diapophyses","diapophysial","diapophysis","diapositive","diapositives","diapsid","diapsids","diapyeses","diapyesis","diapyetic","diapyetics","diarch","diarchal","diarchic","diarchical","diarchies","diarchy","diarial","diarian","diaries","diarise","diarised","diarises","diarising","diarist","diaristic","diarists","diarize","diarized","diarizes","diarizing","diarrhea","diarrheal","diarrheas","diarrheic","diarrhetic","diarrhoea","diarrhoeal","diarrhoeas","diarrhoeic","diarthrodial","diarthroses","diarthrosis","diary","diascia","diascias","diascope","diascopes","diascordium","diascordiums","diaskeuast","diaskeuasts","diaspora","diasporas","diaspore","diaspores","diasporic","diastalses","diastalsis","diastaltic","diastase","diastases","diastasic","diastasis","diastatic","diastem","diastema","diastemas","diastemata","diastematic","diastems","diaster","diastereoisomer","diastereoisomeric","diastereoisomerism","diastereoisomerisms","diastereoisomers","diastereomer","diastereomeric","diastereomers","diasters","diastole","diastoles","diastolic","diastral","diastrophic","diastrophically","diastrophism","diastrophisms","diastyle","diastyles","diatessaron","diatessarons","diathermacies","diathermacy","diathermal","diathermancies","diathermancy","diathermaneity","diathermanous","diathermia","diathermias","diathermic","diathermies","diathermous","diathermy","diatheses","diathesis","diathetic","diatom","diatomaceous","diatomic","diatomicities","diatomicity","diatomist","diatomists","diatomite","diatomites","diatoms","diatonic","diatonically","diatonicism","diatonicisms","diatreta","diatretum","diatretums","diatribe","diatribes","diatribist","diatribists","diatron","diatrons","diatropic","diatropism","diatropisms","diaxon","diaxons","diazepam","diazepams","diazeuctic","diazeuxes","diazeuxis","diazin","diazine","diazines","diazinon","diazinons","diazins","diazo","diazoes","diazole","diazoles","diazomethane","diazomethanes","diazonium","diazoniums","diazos","diazotisation","diazotisations","diazotise","diazotised","diazotises","diazotising","diazotization","diazotizations","diazotize","diazotized","diazotizes","diazotizing","dib","dibasic","dibasicities","dibasicity","dibbed","dibber","dibbers","dibbing","dibble","dibbled","dibbler","dibblers","dibbles","dibbling","dibbs","dibbuk","dibbukim","dibbukkim","dibbuks","dibenzofuran","dibenzofurans","dibranchiate","dibranchiates","dibromide","dibromides","dibs","dibutyl","dicacious","dicacities","dicacity","dicacodyl","dicacodyls","dicamba","dicambas","dicarboxylic","dicarpellary","dicast","dicasteries","dicastery","dicastic","dicasts","dice","diced","dicentra","dicentras","dicentric","dicentrics","dicephalism","dicephalisms","dicephalous","dicer","dicers","dices","dicey","dich","dichasia","dichasial","dichasially","dichasium","dichlamydeous","dichloracetic","dichloride","dichlorides","dichlorobenzene","dichlorobenzenes","dichlorodifluoromethane","dichlorodifluoromethanes","dichloroethane","dichloroethanes","dichloromethane","dichlorvos","dichlorvoses","dichogamic","dichogamies","dichogamous","dichogamy","dichondra","dichondras","dichoptic","dichord","dichords","dichotic","dichotically","dichotomic","dichotomies","dichotomisation","dichotomise","dichotomised","dichotomises","dichotomising","dichotomist","dichotomists","dichotomization","dichotomizations","dichotomize","dichotomized","dichotomizes","dichotomizing","dichotomous","dichotomously","dichotomousness","dichotomousnesses","dichotomy","dichroic","dichroiscope","dichroiscopes","dichroiscopic","dichroism","dichroisms","dichroite","dichroites","dichroitic","dichromat","dichromate","dichromates","dichromatic","dichromaticism","dichromaticisms","dichromatics","dichromatism","dichromatisms","dichromats","dichromic","dichromism","dichromisms","dichrooscope","dichrooscopes","dichrooscopic","dichroscope","dichroscopes","dichroscopic","dicht","dichted","dichting","dichts","dicier","diciest","dicing","dicings","dick","dickcissel","dickcissels","dicked","dickens","dickenses","dicker","dickered","dickering","dickers","dickey","dickeybird","dickeybirds","dickeys","dickhead","dickheads","dickie","dickier","dickies","dickiest","dicking","dickings","dicks","dicktier","dicktiest","dickty","dicky","dickybird","dickybirds","diclinies","diclinism","diclinisms","diclinous","dicliny","dicot","dicots","dicotyl","dicotyledon","dicotyledonous","dicotyledons","dicotyls","dicoumarin","dicoumarins","dicoumarol","dicoumarols","dicrotal","dicrotic","dicrotism","dicrotisms","dicrotous","dict","dicta","dictate","dictated","dictates","dictating","dictation","dictational","dictations","dictator","dictatorial","dictatorially","dictatorialness","dictatorialnesses","dictators","dictatorship","dictatorships","dictatory","dictatress","dictatresses","dictatrices","dictatrix","dictatrixes","dictature","dictatures","dicted","dictier","dictiest","dicting","diction","dictional","dictionally","dictionaries","dictionary","dictions","dicts","dictum","dictums","dicty","dictyogen","dictyogens","dictyopteran","dictyopterans","dictyosome","dictyosomes","dictyostele","dictyosteles","dicumarol","dicumarols","dicyclic","dicyclies","dicycly","dicynodont","dicynodonts","did","didact","didactic","didactical","didactically","didacticism","didacticisms","didactics","didacts","didactyl","didactylism","didactylisms","didactylous","didactyls","didakai","didakais","didakei","didakeis","didapper","didappers","didascalic","didder","diddered","diddering","didders","diddicoy","diddicoys","diddier","diddies","diddiest","diddle","diddled","diddler","diddlers","diddles","diddley","diddleys","diddlies","diddling","diddly","diddlysquat","diddy","didelphian","didelphic","didelphid","didelphids","didelphine","didelphous","didgeridoo","didgeridoos","didicoi","didicois","didicoy","didicoys","didie","didies","didjeridoo","didjeridoos","didjeridu","didjeridus","dido","didoes","didos","didrachm","didrachma","didrachmas","didrachms","didst","didy","didymium","didymiums","didymous","didynamian","didynamies","didynamous","didynamy","die","dieb","dieback","diebacks","diebs","diecious","dieciously","dieciousness","dieciousnesses","died","diedral","diedrals","diedre","diedres","dieffenbachia","dieffenbachias","diegeses","diegesis","diegetic","diehard","diehards","dieing","diel","dieldrin","dieldrins","dielectric","dielectrically","dielectrics","dielytra","dielytras","diemaker","diemakers","diencephala","diencephalic","diencephalon","diencephalons","diene","dienes","dieoff","dieoffs","diereses","dieresis","dieretic","dies","diesel","dieseled","dieseling","dieselings","dieselisation","dieselisations","dieselise","dieselised","dieselises","dieselising","dieselization","dieselizations","dieselize","dieselized","dieselizes","dieselizing","diesels","dieses","diesinker","diesinkers","diesis","diester","diesters","diestock","diestocks","diestrous","diestrum","diestrums","diestrus","diestruses","diet","dietarian","dietarians","dietaries","dietarily","dietary","dieted","dieter","dieters","dietetic","dietetical","dietetically","dietetics","diether","diethers","diethyl","diethylamide","diethylamides","diethylamine","diethylamines","diethylcarbamazine","diethylcarbamazines","diethylene","diethylenes","diethyls","diethylstilbestrol","diethylstilbestrols","dietician","dieticians","dietine","dietines","dieting","dietings","dietist","dietists","dietitian","dietitians","diets","dif","diff","diffarreation","diffarreations","differ","differed","difference","differenced","differences","differencied","differencies","differencing","differency","differencying","different","differentia","differentiabilities","differentiability","differentiable","differentiae","differential","differentially","differentials","differentiate","differentiated","differentiates","differentiating","differentiation","differentiations","differentiator","differentiators","differently","differentness","differentnesses","differing","differs","difficile","difficult","difficulties","difficultly","difficulty","diffidence","diffidences","diffident","diffidently","diffluent","difform","difformities","difformity","diffract","diffracted","diffracting","diffraction","diffractions","diffractive","diffractively","diffractiveness","diffractometer","diffractometers","diffractometric","diffractometries","diffractometry","diffracts","diffrangibility","diffrangible","diffs","diffuse","diffused","diffusedly","diffusedness","diffusednesses","diffusely","diffuseness","diffusenesses","diffuser","diffusers","diffuses","diffusibilities","diffusibility","diffusible","diffusibleness","diffusing","diffusion","diffusional","diffusionism","diffusionisms","diffusionist","diffusionists","diffusions","diffusive","diffusively","diffusiveness","diffusivenesses","diffusivities","diffusivity","diffusor","diffusors","difs","difunctional","difunctionals","dig","digamies","digamist","digamists","digamma","digammas","digamous","digamy","digastric","digastrics","digeneses","digenesis","digenetic","digerati","digest","digestant","digestants","digested","digestedly","digester","digesters","digestibilities","digestibility","digestible","digestibleness","digestibly","digestif","digestifs","digesting","digestion","digestional","digestions","digestive","digestively","digestives","digestor","digestors","digests","diggable","digged","digger","diggers","digging","diggings","dight","dighted","dighting","dights","digicam","digicams","digipack","digipacks","digit","digital","digitalin","digitalins","digitalis","digitalisation","digitalisations","digitalise","digitalised","digitalises","digitalising","digitalism","digitalisms","digitalization","digitalizations","digitalize","digitalized","digitalizes","digitalizing","digitally","digitals","digitate","digitated","digitately","digitation","digitations","digitiform","digitigrade","digitigrades","digitisation","digitisations","digitise","digitised","digitiser","digitisers","digitises","digitising","digitization","digitizations","digitize","digitized","digitizer","digitizers","digitizes","digitizing","digitonin","digitonins","digitorium","digitoriums","digitoxigenin","digitoxigenins","digitoxin","digitoxins","digitron","digitrons","digits","digitule","digitules","digladiate","digladiated","digladiates","digladiating","digladiation","digladiations","digladiator","digladiators","diglossia","diglossias","diglossic","diglot","diglots","diglottic","diglyceride","diglycerides","diglyph","diglyphs","dignification","dignifications","dignified","dignifiedly","dignifiedness","dignifiednesses","dignifies","dignify","dignifying","dignitaries","dignitary","dignities","dignity","digonal","digoneutic","digoneutism","digoneutisms","digoxin","digoxins","digraph","digraphic","digraphically","digraphs","digress","digressed","digresser","digressers","digresses","digressing","digression","digressional","digressionary","digressions","digressive","digressively","digressiveness","digressivenesses","digs","digynian","digynous","dihedra","dihedral","dihedrals","dihedron","dihedrons","dihybrid","dihybridism","dihybridisms","dihybrids","dihydric","dihydrocodeine","dihydrocodeines","dihydroergotamine","dihydroergotamines","dihydrogen","dihydroxyacetone","dihydroxyacetones","dijudicate","dijudicated","dijudicates","dijudicating","dijudication","dijudications","dika","dikas","dikast","dikasts","dikdik","dikdiks","dike","diked","diker","dikers","dikes","diketone","dikey","dikier","dikiest","diking","dikkop","dikkops","diktat","diktats","dilacerate","dilacerated","dilacerates","dilacerating","dilaceration","dilacerations","dilapidate","dilapidated","dilapidates","dilapidating","dilapidation","dilapidations","dilapidator","dilapidators","dilatabilities","dilatability","dilatable","dilatableness","dilatablenesses","dilatably","dilatancies","dilatancy","dilatant","dilatants","dilatate","dilatation","dilatational","dilatations","dilatator","dilatators","dilate","dilated","dilater","dilaters","dilates","dilating","dilation","dilations","dilative","dilatometer","dilatometers","dilatometric","dilatometries","dilatometry","dilator","dilatorily","dilatoriness","dilatorinesses","dilators","dilatory","dildo","dildoe","dildoes","dildos","dilemma","dilemmas","dilemmatic","dilemmic","dilettante","dilettanteish","dilettanteism","dilettanteisms","dilettantes","dilettanti","dilettantish","dilettantism","dilettantisms","diligence","diligences","diligent","diligently","dill","dilled","dilli","dillier","dillies","dilliest","dilling","dillings","dillis","dills","dilly","dillydallied","dillydallies","dillydally","dillydallying","diltiazem","diltiazems","dilucidate","dilucidated","dilucidates","dilucidating","dilucidation","dilucidations","diluent","diluents","dilutable","dilutables","dilute","diluted","dilutee","dilutees","diluteness","dilutenesses","diluter","diluters","dilutes","diluting","dilution","dilutionary","dilutions","dilutive","dilutor","dilutors","diluvia","diluvial","diluvialism","diluvialisms","diluvialist","diluvialists","diluvian","diluvion","diluvions","diluvium","diluviums","dim","dimble","dimbles","dime","dimenhydrinate","dimenhydrinates","dimension","dimensional","dimensionalities","dimensionality","dimensionally","dimensioned","dimensioning","dimensionless","dimensions","dimer","dimercaprol","dimercaprols","dimeric","dimerisation","dimerisations","dimerise","dimerised","dimerises","dimerising","dimerism","dimerisms","dimerization","dimerizations","dimerize","dimerized","dimerizes","dimerizing","dimerous","dimers","dimes","dimeter","dimeters","dimethoate","dimethoates","dimethyl","dimethylamine","dimethylamines","dimethylaniline","dimethylhydrazine","dimethylhydrazines","dimethylnitrosamine","dimethylnitrosamines","dimethyls","dimethyltryptamine","dimethyltryptamines","dimetric","dimidiate","dimidiated","dimidiates","dimidiating","dimidiation","dimidiations","diminish","diminishable","diminished","diminishes","diminishing","diminishingly","diminishings","diminishment","diminishments","diminuendo","diminuendoes","diminuendos","diminution","diminutions","diminutival","diminutive","diminutively","diminutiveness","diminutivenesses","diminutives","dimissory","dimities","dimity","dimly","dimmable","dimmed","dimmer","dimmers","dimmest","dimming","dimmings","dimmish","dimness","dimnesses","dimorph","dimorphic","dimorphism","dimorphisms","dimorphous","dimorphs","dimout","dimouts","dimp","dimple","dimpled","dimplement","dimplements","dimples","dimplier","dimpliest","dimpling","dimply","dimps","dimpsies","dimpsy","dims","dimwit","dimwits","dimwitted","dimyarian","din","dinanderie","dinanderies","dinar","dinarchies","dinarchy","dinars","dindle","dindled","dindles","dindling","dine","dined","diner","dineric","dinero","dineros","diners","dines","dinette","dinettes","dinful","ding","dingbat","dingbats","dingdong","dingdonged","dingdonging","dingdongs","dinge","dinged","dinger","dingers","dinges","dingeses","dingey","dingeys","dinghies","dinghy","dingied","dingier","dingies","dingiest","dingily","dinginess","dinginesses","dinging","dingle","dingleberries","dingleberry","dingles","dingo","dingoed","dingoes","dingoing","dings","dingus","dinguses","dingy","dingying","dinic","dinics","dining","dinitro","dinitrobenzene","dinitrobenzenes","dinitrogen","dinitrophenol","dinitrophenols","dink","dinked","dinker","dinkest","dinkey","dinkeys","dinkie","dinkier","dinkies","dinkiest","dinking","dinkly","dinks","dinkum","dinkums","dinky","dinmont","dinmonts","dinna","dinnae","dinned","dinner","dinnered","dinnering","dinnerless","dinners","dinnertime","dinnertimes","dinnerware","dinnerwares","dinning","dinnle","dinnled","dinnles","dinnling","dino","dinoceras","dinocerases","dinoflagellate","dinoflagellates","dinomania","dinomanias","dinos","dinosaur","dinosaurian","dinosauric","dinosaurs","dinothere","dinotheres","dinotherium","dinotheriums","dinoturbation","dinoturbations","dins","dint","dinted","dinting","dintless","dints","dinucleotide","dinucleotides","diobol","diobolon","diobolons","diobols","diocesan","diocesans","diocese","dioceses","diode","diodes","dioecies","dioecious","dioeciously","dioeciousness","dioeciousnesses","dioecism","dioecisms","dioecy","dioestrus","dioestruses","dioicous","dioicously","dioicousness","dioicousnesses","diol","diolefin","diolefins","diols","dionysiac","dionysian","diophysite","diophysites","diopside","diopsides","diopsidic","dioptase","dioptases","diopter","diopters","dioptometer","dioptometers","dioptometries","dioptometry","dioptral","dioptrate","dioptre","dioptres","dioptric","dioptrical","dioptrically","dioptrics","diorama","dioramas","dioramic","diorism","diorisms","dioristic","dioristical","dioristically","diorite","diorites","dioritic","diorthoses","diorthosis","diorthotic","dioscoreaceous","diosgenin","diosgenins","diota","diotas","diothelete","diotheletes","diotheletic","diotheletical","diothelism","diothelisms","diothelite","diothelites","dioxan","dioxane","dioxanes","dioxans","dioxid","dioxide","dioxides","dioxids","dioxin","dioxins","dioxonitric","dip","dipchick","dipchicks","dipeptidase","dipeptidases","dipeptide","dipeptides","dipetalous","diphase","diphasic","diphenhydramine","diphenhydramines","diphenyl","diphenylamine","diphenylamines","diphenylenimine","diphenylhydantoin","diphenylhydantoins","diphenylketone","diphenylketones","diphenyls","diphone","diphones","diphosgene","diphosgenes","diphosphate","diphosphates","diphtheria","diphtherial","diphtherias","diphtheric","diphtheritic","diphtheritis","diphtheritises","diphtheroid","diphtheroids","diphthong","diphthongal","diphthongally","diphthonged","diphthongic","diphthonging","diphthongise","diphthongised","diphthongises","diphthongising","diphthongization","diphthongizations","diphthongize","diphthongized","diphthongizes","diphthongizing","diphthongs","diphycercal","diphyletic","diphyllous","diphyodont","diphyodonts","diphysite","diphysites","diphysitism","diphysitisms","diplegia","diplegias","diplegic","dipleidoscope","dipleidoscopes","diplex","diplexer","diplexers","diplobiont","diplobiontic","diplobionts","diploblastic","diplocardiac","diplococcal","diplococci","diplococcic","diplococcus","diplodocus","diplodocuses","diploe","diploes","diplogen","diplogeneses","diplogenesis","diplogens","diploic","diploid","diploidic","diploidies","diploids","diploidy","diploma","diplomacies","diplomacy","diplomaed","diplomaing","diplomas","diplomat","diplomata","diplomate","diplomated","diplomates","diplomatese","diplomateses","diplomatic","diplomatical","diplomatically","diplomatics","diplomating","diplomatise","diplomatised","diplomatises","diplomatising","diplomatist","diplomatists","diplomatize","diplomatized","diplomatizes","diplomatizing","diplomatologies","diplomatology","diplomats","diplon","diplonema","diplonemas","diplons","diplont","diplontic","diplonts","diplophase","diplophases","diplopia","diplopias","diplopic","diplopod","diplopods","diploses","diplosis","diplostemonous","diplotene","diplotenes","diplozoa","diplozoic","diplozoon","dipnet","dipnets","dipnetted","dipnetting","dipnoan","dipnoans","dipnoous","dipodic","dipodies","dipody","dipolar","dipole","dipoles","dippable","dipped","dipper","dipperful","dipperfuls","dippers","dippier","dippiest","dippiness","dippinesses","dipping","dippings","dippy","diprionidian","dipropellant","dipropellants","diprotic","diprotodon","diprotodons","diprotodont","diprotodontid","diprotodontids","diprotodonts","dips","dipsades","dipsas","dipshit","dipshits","dipso","dipsomania","dipsomaniac","dipsomaniacal","dipsomaniacs","dipsomanias","dipsos","dipstick","dipsticks","dipswitch","dipswitches","dipt","diptera","dipteral","dipteran","dipterans","dipteras","dipterist","dipterists","dipterocarp","dipterocarpous","dipterocarps","dipteroi","dipteron","dipterons","dipteros","dipteroses","dipterous","diptyca","diptycas","diptych","diptychs","diquark","diquarks","diquat","diquats","diram","dirams","dirdam","dirdams","dirdum","dirdums","dire","direct","directed","directedness","directednesses","directer","directest","directing","direction","directional","directionalities","directionality","directionless","directionlessness","directionlessnesses","directions","directive","directives","directivities","directivity","directly","directness","directnesses","director","directorate","directorates","directorial","directorially","directories","directors","directorship","directorships","directory","directress","directresses","directrice","directrices","directrix","directrixes","directs","direful","direfully","direfulness","direfulnesses","direly","dirempt","dirempted","dirempting","diremption","diremptions","dirempts","direness","direnesses","direr","direst","dirge","dirgeful","dirgelike","dirges","dirham","dirhams","dirhem","dirhems","dirige","dirigent","diriges","dirigibilities","dirigibility","dirigible","dirigibles","dirigism","dirigisme","dirigismes","dirigisms","dirigiste","diriment","dirk","dirke","dirked","dirkes","dirking","dirks","dirl","dirled","dirling","dirls","dirndl","dirndls","dirt","dirtbag","dirtbags","dirted","dirtied","dirtier","dirties","dirtiest","dirtily","dirtiness","dirtinesses","dirting","dirts","dirty","dirtying","dis","disa","disabilities","disability","disable","disabled","disablement","disablements","disabler","disablers","disables","disabling","disablism","disablisms","disablist","disablists","disabusal","disabusals","disabuse","disabused","disabuses","disabusing","disaccharid","disaccharidase","disaccharidases","disaccharide","disaccharides","disaccharids","disaccommodate","disaccommodated","disaccommodates","disaccord","disaccordant","disaccorded","disaccording","disaccords","disaccredit","disaccredited","disaccrediting","disaccredits","disaccustom","disaccustomed","disaccustoming","disaccustoms","disacknowledge","disacknowledged","disacknowledges","disadorn","disadorned","disadorning","disadorns","disadvance","disadvanced","disadvances","disadvancing","disadvantage","disadvantaged","disadvantagedness","disadvantagednesses","disadvantageous","disadvantageously","disadvantageousness","disadvantageousnesses","disadvantages","disadvantaging","disadventure","disadventures","disadventurous","disaffect","disaffected","disaffectedly","disaffectedness","disaffecting","disaffection","disaffectionate","disaffections","disaffects","disaffiliate","disaffiliated","disaffiliates","disaffiliating","disaffiliation","disaffiliations","disaffirm","disaffirmance","disaffirmances","disaffirmation","disaffirmations","disaffirmed","disaffirming","disaffirms","disafforest","disafforested","disafforesting","disafforestment","disafforests","disaggregate","disaggregated","disaggregates","disaggregating","disaggregation","disaggregations","disaggregative","disagree","disagreeability","disagreeable","disagreeableness","disagreeablenesses","disagreeables","disagreeably","disagreed","disagreeing","disagreement","disagreements","disagrees","disallied","disallies","disallow","disallowable","disallowance","disallowances","disallowed","disallowing","disallows","disally","disallying","disambiguate","disambiguated","disambiguates","disambiguating","disambiguation","disambiguations","disamenities","disamenity","disanalogies","disanalogous","disanalogy","disanchor","disanchored","disanchoring","disanchors","disanimate","disanimated","disanimates","disanimating","disannex","disannexed","disannexes","disannexing","disannul","disannulled","disannuller","disannullers","disannulling","disannullings","disannulment","disannulments","disannuls","disanoint","disanointed","disanointing","disanoints","disapparel","disapparelled","disapparelling","disapparels","disappear","disappearance","disappearances","disappeared","disappearing","disappears","disapplication","disapplications","disapplied","disapplies","disapply","disapplying","disappoint","disappointed","disappointedly","disappointing","disappointingly","disappointment","disappointments","disappoints","disapprobation","disapprobations","disapprobative","disapprobatory","disappropriate","disappropriated","disappropriates","disapproval","disapprovals","disapprove","disapproved","disapprover","disapprovers","disapproves","disapproving","disapprovingly","disarm","disarmament","disarmaments","disarmed","disarmer","disarmers","disarming","disarmingly","disarms","disarrange","disarranged","disarrangement","disarrangements","disarranges","disarranging","disarray","disarrayed","disarraying","disarrays","disarticulate","disarticulated","disarticulates","disarticulating","disarticulation","disarticulations","disarticulator","disarticulators","disas","disassemble","disassembled","disassembler","disassemblers","disassembles","disassemblies","disassembling","disassembly","disassimilate","disassimilated","disassimilates","disassimilating","disassimilation","disassimilative","disassociate","disassociated","disassociates","disassociating","disassociation","disassociations","disaster","disasters","disastrous","disastrously","disattire","disattired","disattires","disattiring","disattribution","disattributions","disattune","disattuned","disattunes","disattuning","disauthorise","disauthorised","disauthorises","disauthorising","disauthorize","disauthorized","disauthorizes","disauthorizing","disavaunce","disavaunced","disavaunces","disavauncing","disaventrous","disaventure","disaventures","disavouch","disavouched","disavouches","disavouching","disavow","disavowable","disavowal","disavowals","disavowed","disavowedly","disavower","disavowers","disavowing","disavows","disband","disbanded","disbanding","disbandment","disbandments","disbands","disbar","disbark","disbarked","disbarking","disbarks","disbarment","disbarments","disbarred","disbarring","disbars","disbelief","disbeliefs","disbelieve","disbelieved","disbeliever","disbelievers","disbelieves","disbelieving","disbelievingly","disbench","disbenched","disbenches","disbenching","disbenefit","disbenefits","disbodied","disbosom","disbosomed","disbosoming","disbosoms","disbound","disbowel","disboweled","disboweling","disbowelled","disbowelling","disbowels","disbranch","disbranched","disbranches","disbranching","disbud","disbudded","disbudding","disbuds","disburden","disburdened","disburdening","disburdenment","disburdenments","disburdens","disbursable","disbursal","disbursals","disburse","disbursed","disbursement","disbursements","disburser","disbursers","disburses","disbursing","disburthen","disburthened","disburthening","disburthens","disc","discage","discaged","discages","discaging","discal","discalceate","discalceates","discalced","discandering","discanderings","discandie","discandied","discandies","discandy","discandying","discandyings","discant","discanted","discanter","discanters","discanting","discants","discapacitate","discapacitated","discapacitates","discapacitating","discard","discardable","discarded","discarder","discarders","discarding","discardment","discardments","discards","discarnate","discase","discased","discases","discasing","disced","discept","disceptation","disceptations","disceptatious","disceptator","disceptatorial","disceptators","discepted","discepting","discepts","discern","discernable","discernably","discerned","discerner","discerners","discernible","discernibly","discerning","discerningly","discernment","discernments","discerns","discerp","discerped","discerpibility","discerpible","discerping","discerps","discerptible","discerption","discerptions","discerptive","discharge","dischargeable","discharged","dischargee","dischargees","discharger","dischargers","discharges","discharging","dischuffed","dischurch","dischurched","dischurches","dischurching","disci","discide","discided","discides","disciding","disciform","discinct","discing","disciple","discipled","disciples","discipleship","discipleships","disciplinable","disciplinal","disciplinant","disciplinants","disciplinarian","disciplinarians","disciplinarily","disciplinarities","disciplinarity","disciplinarium","disciplinariums","disciplinary","discipline","disciplined","discipliner","discipliners","disciplines","discipling","disciplining","discipular","discission","discissions","disclaim","disclaimed","disclaimer","disclaimers","disclaiming","disclaims","disclamation","disclamations","disclike","disclimax","disclimaxes","disclose","disclosed","discloser","disclosers","discloses","disclosing","disclost","disclosure","disclosures","disco","discoboli","discobolos","discobolus","discoboluses","discoed","discoer","discoers","discographer","discographers","discographic","discographical","discographies","discography","discoid","discoidal","discoids","discoing","discologies","discologist","discologists","discology","discolor","discoloration","discolorations","discolored","discoloring","discolorment","discolorments","discolors","discolour","discolouration","discolourations","discoloured","discolouring","discolourment","discolourments","discolours","discomboberate","discomboberated","discomboberates","discombobulate","discombobulated","discombobulates","discombobulating","discombobulation","discombobulations","discomedusan","discomedusans","discomfit","discomfited","discomfiter","discomfiters","discomfiting","discomfits","discomfiture","discomfitures","discomfort","discomfortable","discomforted","discomforting","discomforts","discommend","discommendable","discommendation","discommended","discommending","discommends","discommission","discommissioned","discommissions","discommode","discommoded","discommodes","discommoding","discommodious","discommodiously","discommodities","discommodity","discommon","discommoned","discommoning","discommons","discommunities","discommunity","discompose","discomposed","discomposedly","discomposes","discomposing","discomposingly","discomposure","discomposures","discomycete","discomycetes","discomycetous","disconcert","disconcerted","disconcertedly","disconcerting","disconcertingly","disconcertion","disconcertions","disconcertment","disconcertments","disconcerts","disconfirm","disconfirmation","disconfirmed","disconfirming","disconfirms","disconformable","disconformities","disconformity","disconnect","disconnected","disconnectedly","disconnectedness","disconnectednesses","disconnecter","disconnecters","disconnecting","disconnection","disconnections","disconnective","disconnects","disconnexion","disconnexions","disconsent","disconsented","disconsenting","disconsents","disconsolate","disconsolately","disconsolateness","disconsolatenesses","disconsolation","disconsolations","discontent","discontented","discontentedly","discontentedness","discontentednesses","discontentful","discontenting","discontentment","discontentments","discontents","discontiguities","discontiguity","discontiguous","discontinuance","discontinuances","discontinuation","discontinuations","discontinue","discontinued","discontinuer","discontinuers","discontinues","discontinuing","discontinuities","discontinuity","discontinuous","discontinuously","discophile","discophiles","discophoran","discophorans","discophorous","discord","discordance","discordances","discordancies","discordancy","discordant","discordantly","discorded","discordful","discording","discords","discorporate","discos","discotheque","discotheques","discounsel","discounselled","discounselling","discounsels","discount","discountable","discounted","discountenance","discountenanced","discountenances","discountenancing","discounter","discounters","discounting","discounts","discourage","discourageable","discouraged","discouragement","discouragements","discourager","discouragers","discourages","discouraging","discouragingly","discoure","discoured","discoures","discouring","discoursal","discourse","discoursed","discourser","discoursers","discourses","discoursing","discoursive","discourteise","discourteous","discourteously","discourteousness","discourteousnesses","discourtesies","discourtesy","discover","discoverable","discovered","discoverer","discoverers","discoveries","discovering","discovers","discovert","discoverture","discovertures","discovery","discredit","discreditable","discreditably","discredited","discrediting","discredits","discreet","discreeter","discreetest","discreetly","discreetness","discreetnesses","discrepance","discrepances","discrepancies","discrepancy","discrepant","discrepantly","discrete","discretely","discreteness","discretenesses","discreter","discretest","discretion","discretional","discretionally","discretionarily","discretionary","discretions","discretive","discretively","discriminabilities","discriminability","discriminable","discriminably","discriminant","discriminants","discriminate","discriminated","discriminately","discriminates","discriminating","discriminatingly","discrimination","discriminational","discriminations","discriminative","discriminator","discriminatorily","discriminators","discriminatory","discrown","discrowned","discrowning","discrowns","discs","disculpate","disculpated","disculpates","disculpating","discumber","discumbered","discumbering","discumbers","discure","discured","discures","discuring","discursion","discursions","discursist","discursists","discursive","discursively","discursiveness","discursivenesses","discursory","discursus","discursuses","discus","discuses","discuss","discussable","discussant","discussants","discussed","discusser","discussers","discusses","discussible","discussing","discussion","discussional","discussions","discussive","discutient","discutients","disdain","disdained","disdainful","disdainfully","disdainfulness","disdainfulnesses","disdaining","disdains","disease","diseased","diseasedness","diseasednesses","diseaseful","diseases","diseasing","diseconomies","diseconomy","disedge","disedged","disedges","disedging","disembark","disembarkation","disembarkations","disembarked","disembarking","disembarkment","disembarkments","disembarks","disembarrass","disembarrassed","disembarrasses","disembarrassing","disembellish","disembellished","disembellishes","disembellishing","disembitter","disembittered","disembittering","disembitters","disembodied","disembodies","disembodiment","disembodiments","disembody","disembodying","disembogue","disembogued","disemboguement","disemboguements","disembogues","disemboguing","disembosom","disembosomed","disembosoming","disembosoms","disembowel","disemboweled","disemboweling","disembowelled","disembowelling","disembowelment","disembowelments","disembowels","disembrangle","disembrangled","disembrangles","disembrangling","disembroil","disembroiled","disembroiling","disembroils","disemburden","disemburdened","disemburdening","disemburdens","disemploy","disemployed","disemploying","disemployment","disemployments","disemploys","disempower","disempowered","disempowering","disempowerment","disempowerments","disempowers","disemvowel","disemvowelled","disemvowelling","disemvowels","disenable","disenabled","disenablement","disenablements","disenables","disenabling","disenchain","disenchained","disenchaining","disenchains","disenchant","disenchanted","disenchanter","disenchanters","disenchanting","disenchantingly","disenchantment","disenchantments","disenchantress","disenchants","disenclose","disenclosed","disencloses","disenclosing","disencumber","disencumbered","disencumbering","disencumberment","disencumbers","disencumbrance","disencumbrances","disendow","disendowed","disendower","disendowers","disendowing","disendowment","disendowments","disendows","disenfranchise","disenfranchised","disenfranchisement","disenfranchisements","disenfranchises","disenfranchising","disengage","disengaged","disengagedness","disengagement","disengagements","disengages","disengaging","disennoble","disennobled","disennobles","disennobling","disenrol","disenrolled","disenrolling","disenrols","disenshroud","disenshrouded","disenshrouding","disenshrouds","disenslave","disenslaved","disenslaves","disenslaving","disentail","disentailed","disentailing","disentailment","disentailments","disentails","disentangle","disentangled","disentanglement","disentanglements","disentangles","disentangling","disenthral","disenthrall","disenthralled","disenthralling","disenthrallment","disenthralls","disenthralment","disenthralments","disenthrals","disenthrone","disenthroned","disenthrones","disenthroning","disentitle","disentitled","disentitles","disentitling","disentomb","disentombed","disentombing","disentombs","disentrail","disentrailed","disentrailing","disentrails","disentrain","disentrained","disentraining","disentrainment","disentrainments","disentrains","disentrance","disentranced","disentrancement","disentrances","disentrancing","disentrayle","disentrayled","disentrayles","disentrayling","disentwine","disentwined","disentwines","disentwining","disenvelop","disenveloped","disenveloping","disenvelops","disenviron","disenvironed","disenvironing","disenvirons","disepalous","disequilibrate","disequilibrated","disequilibrates","disequilibrating","disequilibration","disequilibrations","disequilibria","disequilibrium","disequilibriums","disespouse","disespoused","disespouses","disespousing","disestablish","disestablished","disestablishes","disestablishing","disestablishment","disestablishmentarian","disestablishmentarians","disestablishments","disesteem","disesteemed","disesteeming","disesteems","disestimation","disestimations","diseur","diseurs","diseuse","diseuses","disfame","disfames","disfavor","disfavored","disfavoring","disfavors","disfavour","disfavoured","disfavourer","disfavourers","disfavouring","disfavours","disfeature","disfeatured","disfeaturement","disfeaturements","disfeatures","disfeaturing","disfellowship","disfellowshiped","disfellowships","disfiguration","disfigurations","disfigure","disfigured","disfigurement","disfigurements","disfigurer","disfigurers","disfigures","disfiguring","disflesh","disfleshed","disfleshes","disfleshing","disfluencies","disfluency","disfluent","disforest","disforestation","disforestations","disforested","disforesting","disforests","disform","disformed","disforming","disforms","disfranchise","disfranchised","disfranchisement","disfranchisements","disfranchises","disfranchising","disfrock","disfrocked","disfrocking","disfrocks","disfunction","disfunctional","disfunctions","disfurnish","disfurnished","disfurnishes","disfurnishing","disfurnishment","disfurnishments","disgarnish","disgarnished","disgarnishes","disgarnishing","disgarrison","disgarrisoned","disgarrisoning","disgarrisons","disgavel","disgavelled","disgavelling","disgavels","disgest","disgested","disgesting","disgestion","disgestions","disgests","disglorified","disglorifies","disglorify","disglorifying","disgodded","disgorge","disgorged","disgorgement","disgorgements","disgorger","disgorgers","disgorges","disgorging","disgospelling","disgown","disgowned","disgowning","disgowns","disgrace","disgraced","disgraceful","disgracefully","disgracefulness","disgracefulnesses","disgracer","disgracers","disgraces","disgracing","disgracious","disgradation","disgradations","disgrade","disgraded","disgrades","disgrading","disgregation","disgregations","disgruntle","disgruntled","disgruntlement","disgruntlements","disgruntles","disgruntling","disguisable","disguise","disguised","disguisedly","disguisedness","disguisednesses","disguiseless","disguisement","disguisements","disguiser","disguisers","disguises","disguising","disguisings","disgust","disgusted","disgustedly","disgustedness","disgustednesses","disgustful","disgustfully","disgustfulness","disgusting","disgustingly","disgustingness","disgusts","dish","dishabilitate","dishabilitated","dishabilitates","dishabilitating","dishabilitation","dishabille","dishabilles","dishabit","dishabited","dishabiting","dishabits","dishable","dishabled","dishables","dishabling","dishallow","dishallowed","dishallowing","dishallows","disharmonic","disharmonies","disharmonious","disharmoniously","disharmonise","disharmonised","disharmonises","disharmonising","disharmonize","disharmonized","disharmonizes","disharmonizing","disharmony","dishcloth","dishcloths","dishclout","dishclouts","dishdash","dishdasha","dishdashas","dishdashes","dishearten","disheartened","disheartening","dishearteningly","disheartenment","disheartenments","disheartens","dished","dishelm","dishelmed","dishelming","dishelms","disherison","disherisons","disherit","disherited","disheriting","disheritor","disheritors","disherits","dishes","dishevel","disheveled","disheveling","dishevelled","dishevelling","dishevelment","dishevelments","dishevels","dishful","dishfuls","dishier","dishiest","dishing","dishings","dishlike","dishome","dishomed","dishomes","dishoming","dishonest","dishonesties","dishonestly","dishonesty","dishonor","dishonorable","dishonorableness","dishonorablenesses","dishonorably","dishonorary","dishonored","dishonorer","dishonorers","dishonoring","dishonors","dishonour","dishonourable","dishonourably","dishonoured","dishonourer","dishonourers","dishonouring","dishonours","dishorn","dishorned","dishorning","dishorns","dishorse","dishorsed","dishorses","dishorsing","dishouse","dishoused","dishouses","dishousing","dishpan","dishpans","dishrag","dishrags","dishtowel","dishtowels","dishumour","dishumoured","dishumouring","dishumours","dishware","dishwares","dishwasher","dishwashers","dishwater","dishwaters","dishy","disillude","disilluded","disilludes","disilluding","disilluminate","disilluminated","disilluminates","disilluminating","disillusion","disillusionary","disillusioned","disillusioning","disillusionise","disillusionised","disillusionises","disillusionize","disillusionized","disillusionizes","disillusionment","disillusionments","disillusions","disillusive","disimagine","disimagined","disimagines","disimagining","disimmure","disimmured","disimmures","disimmuring","disimpassioned","disimprison","disimprisoned","disimprisoning","disimprisonment","disimprisons","disimprove","disimproved","disimproves","disimproving","disincarcerate","disincarcerated","disincarcerates","disincentive","disincentives","disinclination","disinclinations","disincline","disinclined","disinclines","disinclining","disinclose","disinclosed","disincloses","disinclosing","disincorporate","disincorporated","disincorporates","disinfect","disinfectant","disinfectants","disinfected","disinfecting","disinfection","disinfections","disinfector","disinfectors","disinfects","disinfest","disinfestant","disinfestants","disinfestation","disinfestations","disinfested","disinfesting","disinfests","disinflation","disinflationary","disinflations","disinform","disinformation","disinformations","disinformed","disinforming","disinforms","disingenuities","disingenuity","disingenuous","disingenuously","disingenuousness","disingenuousnesses","disinherison","disinherisons","disinherit","disinheritance","disinheritances","disinherited","disinheriting","disinherits","disinhibit","disinhibited","disinhibiting","disinhibition","disinhibitions","disinhibitory","disinhibits","disinhume","disinhumed","disinhumes","disinhuming","disintegrable","disintegrate","disintegrated","disintegrates","disintegrating","disintegration","disintegrations","disintegrative","disintegrator","disintegrators","disinter","disinterest","disinterested","disinterestedly","disinterestedness","disinterestednesses","disinteresting","disinterests","disintermediation","disintermediations","disinterment","disinterments","disinterred","disinterring","disinters","disinthral","disinthralled","disinthralling","disinthrals","disintoxicate","disintoxicated","disintoxicates","disintoxicating","disintoxication","disintoxications","disintricate","disintricated","disintricates","disintricating","disinure","disinured","disinures","disinuring","disinvent","disinvented","disinventing","disinvents","disinvest","disinvested","disinvesting","disinvestiture","disinvestitures","disinvestment","disinvestments","disinvests","disinvigorate","disinvigorated","disinvigorates","disinvigorating","disinvite","disinvited","disinvites","disinviting","disinvolve","disinvolved","disinvolves","disinvolving","disjaskit","disject","disjected","disjecting","disjection","disjections","disjects","disjoin","disjoinable","disjoined","disjoining","disjoins","disjoint","disjointed","disjointedly","disjointedness","disjointednesses","disjointing","disjoints","disjunct","disjunction","disjunctions","disjunctive","disjunctively","disjunctives","disjunctor","disjunctors","disjuncts","disjuncture","disjunctures","disjune","disjunes","disk","disked","diskette","diskettes","disking","diskless","disklike","disks","disleaf","disleafed","disleafing","disleafs","disleal","disleave","disleaved","disleaves","disleaving","dislikable","dislike","dislikeable","disliked","dislikeful","disliken","dislikened","dislikeness","dislikenesses","dislikening","dislikens","disliker","dislikers","dislikes","disliking","dislimb","dislimbed","dislimbing","dislimbs","dislimn","dislimned","dislimning","dislimns","dislink","dislinked","dislinking","dislinks","disload","disloaded","disloading","disloads","dislocate","dislocated","dislocatedly","dislocates","dislocating","dislocation","dislocations","dislodge","dislodged","dislodgement","dislodgements","dislodges","dislodging","dislodgment","dislodgments","disloign","disloigned","disloigning","disloigns","disloyal","disloyally","disloyalties","disloyalty","dislustre","dislustred","dislustres","dislustring","dismal","dismaler","dismalest","dismalities","dismality","dismaller","dismallest","dismally","dismalness","dismalnesses","dismals","disman","dismanned","dismanning","dismans","dismantle","dismantled","dismantlement","dismantlements","dismantler","dismantlers","dismantles","dismantling","dismask","dismasked","dismasking","dismasks","dismast","dismasted","dismasting","dismastment","dismastments","dismasts","dismay","dismayd","dismayed","dismayedness","dismayednesses","dismayful","dismayfully","dismaying","dismayingly","dismayl","dismayled","dismayling","dismayls","dismays","disme","dismember","dismembered","dismemberer","dismemberers","dismembering","dismemberment","dismemberments","dismembers","dismes","dismiss","dismissal","dismissals","dismissed","dismisses","dismissible","dismissing","dismission","dismissions","dismissive","dismissively","dismissory","dismoded","dismount","dismountable","dismounted","dismounting","dismounts","dismutation","dismutations","disnaturalise","disnaturalised","disnaturalises","disnaturalising","disnaturalize","disnaturalized","disnaturalizes","disnaturalizing","disnatured","disnest","disnested","disnesting","disnests","disobedience","disobediences","disobedient","disobediently","disobey","disobeyed","disobeyer","disobeyers","disobeying","disobeys","disobligation","disobligations","disobligatory","disoblige","disobliged","disobligement","disobligements","disobliges","disobliging","disobligingly","disobligingness","disodium","disomic","disomies","disomy","disoperation","disoperations","disorbed","disorder","disordered","disorderedly","disorderedness","disorderednesses","disordering","disorderlies","disorderliness","disorderlinesses","disorderly","disorders","disordinate","disordinately","disorganic","disorganisation","disorganise","disorganised","disorganiser","disorganisers","disorganises","disorganising","disorganization","disorganizations","disorganize","disorganized","disorganizer","disorganizers","disorganizes","disorganizing","disorient","disorientate","disorientated","disorientates","disorientating","disorientation","disorientations","disoriented","disorienting","disorients","disown","disowned","disowner","disowners","disowning","disownment","disownments","disowns","dispace","dispaced","dispaces","dispacing","disparage","disparaged","disparagement","disparagements","disparager","disparagers","disparages","disparaging","disparagingly","disparate","disparately","disparateness","disparatenesses","disparates","disparities","disparity","dispark","disparked","disparking","disparks","dispart","disparted","disparting","disparts","dispassion","dispassionate","dispassionately","dispassionateness","dispassionatenesses","dispassions","dispatch","dispatched","dispatcher","dispatchers","dispatches","dispatchful","dispatching","dispathies","dispathy","dispauper","dispaupered","dispaupering","dispauperise","dispauperised","dispauperises","dispauperising","dispauperize","dispauperized","dispauperizes","dispauperizing","dispaupers","dispeace","dispeaces","dispel","dispelled","dispeller","dispellers","dispelling","dispels","dispence","dispenced","dispences","dispencing","dispend","dispended","dispending","dispends","dispensabilities","dispensability","dispensable","dispensableness","dispensably","dispensaries","dispensary","dispensation","dispensational","dispensations","dispensative","dispensatively","dispensator","dispensatories","dispensatorily","dispensators","dispensatory","dispense","dispensed","dispenser","dispensers","dispenses","dispensing","dispeople","dispeopled","dispeoples","dispeopling","dispermous","dispersal","dispersals","dispersant","dispersants","disperse","dispersed","dispersedly","dispersedness","dispersednesses","disperser","dispersers","disperses","dispersible","dispersing","dispersion","dispersions","dispersive","dispersively","dispersiveness","dispersivenesses","dispersoid","dispersoids","dispirit","dispirited","dispiritedly","dispiritedness","dispiritednesses","dispiriting","dispiritingly","dispiritment","dispiritments","dispirits","dispiteous","dispiteously","dispiteousness","displace","displaceable","displaced","displacement","displacements","displacer","displacers","displaces","displacing","displant","displantation","displantations","displanted","displanting","displants","display","displayable","displayed","displayer","displayers","displaying","displays","disple","displeasance","displeasances","displeasant","displease","displeased","displeasedly","displeasedness","displeases","displeasing","displeasingly","displeasingness","displeasure","displeasured","displeasures","displeasuring","displed","displenish","displenished","displenishes","displenishing","displenishment","displenishments","disples","displing","displode","disploded","displodes","disploding","displosion","displosions","displume","displumed","displumes","displuming","dispondaic","dispondee","dispondees","dispone","disponed","disponee","disponees","disponer","disponers","dispones","disponge","disponged","disponges","disponging","disponing","disport","disported","disporting","disportment","disportments","disports","disposabilities","disposability","disposable","disposableness","disposables","disposal","disposals","dispose","disposed","disposedly","disposer","disposers","disposes","disposing","disposingly","disposings","disposition","dispositional","dispositioned","dispositions","dispositive","dispositively","dispositor","dispositors","dispossess","dispossessed","dispossesses","dispossessing","dispossession","dispossessions","dispossessor","dispossessors","dispossessory","dispost","disposted","disposting","disposts","disposure","disposures","disprad","dispraise","dispraised","dispraiser","dispraisers","dispraises","dispraising","dispraisingly","dispread","dispreading","dispreads","dispred","dispredden","dispredding","dispreds","disprinced","disprison","disprisoned","disprisoning","disprisons","disprivacied","disprivilege","disprivileged","disprivileges","disprivileging","disprize","disprized","disprizes","disprizing","disprofess","disprofessed","disprofesses","disprofessing","disprofit","disprofits","disproof","disproofs","disproove","disprooved","disprooves","disprooving","dispropertied","disproperties","disproperty","dispropertying","disproportion","disproportional","disproportionate","disproportionated","disproportionately","disproportionates","disproportionating","disproportionation","disproportionations","disproportioned","disproportioning","disproportions","dispropriate","dispropriated","dispropriates","dispropriating","disprovable","disproval","disprovals","disprove","disproved","disproven","disprover","disprovers","disproves","disprovide","disprovided","disprovides","disproviding","disproving","dispunge","dispunged","dispunges","dispunging","dispurse","dispursed","dispurses","dispursing","dispurvey","dispurveyance","dispurveyances","dispurveyed","dispurveying","dispurveys","disputabilities","disputability","disputable","disputableness","disputably","disputant","disputants","disputation","disputations","disputatious","disputatiously","disputatiousness","disputatiousnesses","disputative","disputatively","disputativeness","dispute","disputed","disputer","disputers","disputes","disputing","disqualifiable","disqualification","disqualifications","disqualified","disqualifier","disqualifiers","disqualifies","disqualify","disqualifying","disquantitied","disquantities","disquantity","disquantitying","disquiet","disquieted","disquietedly","disquietedness","disquieten","disquietened","disquietening","disquietens","disquietful","disquieting","disquietingly","disquietive","disquietly","disquietness","disquietnesses","disquietous","disquiets","disquietude","disquietudes","disquisition","disquisitional","disquisitionary","disquisitions","disquisitive","disquisitory","disrank","disranked","disranking","disranks","disrate","disrated","disrates","disrating","disregard","disregarded","disregarder","disregarders","disregardful","disregardfully","disregarding","disregards","disrelated","disrelation","disrelations","disrelish","disrelished","disrelishes","disrelishing","disremember","disremembered","disremembering","disremembers","disrepair","disrepairs","disreputabilities","disreputability","disreputable","disreputableness","disreputablenesses","disreputably","disreputation","disreputations","disrepute","disreputes","disrespect","disrespectabilities","disrespectability","disrespectable","disrespected","disrespectful","disrespectfully","disrespectfulness","disrespectfulnesses","disrespecting","disrespects","disrobe","disrobed","disrobement","disrobements","disrober","disrobers","disrobes","disrobing","disroot","disrooted","disrooting","disroots","disrupt","disrupted","disrupter","disrupters","disrupting","disruption","disruptions","disruptive","disruptively","disruptiveness","disruptivenesses","disruptor","disruptors","disrupts","diss","dissatisfaction","dissatisfactions","dissatisfactory","dissatisfied","dissatisfiedly","dissatisfies","dissatisfy","dissatisfying","dissave","dissaved","dissaves","dissaving","dissavings","disseat","disseated","disseating","disseats","dissect","dissected","dissectible","dissecting","dissectings","dissection","dissections","dissective","dissector","dissectors","dissects","dissed","disseise","disseised","disseisee","disseisees","disseises","disseisin","disseising","disseisins","disseisor","disseisors","disseize","disseized","disseizee","disseizees","disseizes","disseizin","disseizing","disseizins","disseizor","disseizors","disselboom","disselbooms","dissemblance","dissemblances","dissemble","dissembled","dissembler","dissemblers","dissembles","dissemblies","dissembling","dissemblingly","dissemblings","dissembly","disseminate","disseminated","disseminates","disseminating","dissemination","disseminations","disseminative","disseminator","disseminators","disseminule","disseminules","dissension","dissensions","dissensus","dissensuses","dissent","dissented","dissenter","dissenterish","dissenterism","dissenterisms","dissenters","dissentience","dissentiences","dissentiencies","dissentiency","dissentient","dissentiently","dissentients","dissenting","dissentingly","dissention","dissentions","dissentious","dissents","dissepiment","dissepimental","dissepiments","dissert","dissertate","dissertated","dissertates","dissertating","dissertation","dissertational","dissertationist","dissertations","dissertative","dissertator","dissertators","disserted","disserting","disserts","disserve","disserved","disserves","disservice","disserviceable","disservices","disserving","disses","dissever","disseverance","disseverances","disseveration","disseverations","dissevered","dissevering","disseverment","disseverments","dissevers","dissheathe","dissheathed","dissheathes","dissheathing","disshiver","disshivered","disshivering","disshivers","dissidence","dissidences","dissident","dissidently","dissidents","dissight","dissights","dissilience","dissiliences","dissilient","dissimilar","dissimilarities","dissimilarity","dissimilarly","dissimilars","dissimilate","dissimilated","dissimilates","dissimilating","dissimilation","dissimilations","dissimilative","dissimilatory","dissimile","dissimiles","dissimilitude","dissimilitudes","dissimulate","dissimulated","dissimulates","dissimulating","dissimulation","dissimulations","dissimulative","dissimulator","dissimulators","dissing","dissipable","dissipate","dissipated","dissipatedly","dissipatedness","dissipatednesses","dissipater","dissipaters","dissipates","dissipating","dissipation","dissipations","dissipative","dissipator","dissipators","dissociabilities","dissociability","dissociable","dissociableness","dissociably","dissocial","dissocialise","dissocialised","dissocialises","dissocialising","dissocialities","dissociality","dissocialize","dissocialized","dissocializes","dissocializing","dissociate","dissociated","dissociates","dissociating","dissociation","dissociations","dissociative","dissolubilities","dissolubility","dissoluble","dissolubleness","dissolute","dissolutely","dissoluteness","dissolutenesses","dissolutes","dissolution","dissolutionism","dissolutionisms","dissolutionist","dissolutionists","dissolutions","dissolutive","dissolvability","dissolvable","dissolvableness","dissolve","dissolved","dissolvent","dissolvents","dissolver","dissolvers","dissolves","dissolving","dissolvings","dissonance","dissonances","dissonancies","dissonancy","dissonant","dissonantly","dissuadable","dissuade","dissuaded","dissuader","dissuaders","dissuades","dissuading","dissuasion","dissuasions","dissuasive","dissuasively","dissuasiveness","dissuasivenesses","dissuasives","dissuasories","dissuasory","dissunder","dissundered","dissundering","dissunders","dissyllabic","dissyllable","dissyllables","dissymmetric","dissymmetrical","dissymmetries","dissymmetry","distaff","distaffs","distain","distained","distaining","distains","distal","distally","distance","distanced","distanceless","distances","distancing","distant","distantly","distantness","distantnesses","distaste","distasted","distasteful","distastefully","distastefulness","distastefulnesses","distastes","distasting","distaves","distelfink","distelfinks","distemper","distemperate","distemperature","distemperatures","distempered","distempering","distempers","distend","distended","distender","distenders","distending","distends","distensibilities","distensibility","distensible","distensile","distension","distensions","distensive","distent","distention","distentions","disthene","disthenes","disthrone","disthroned","disthrones","disthroning","disthronise","disthronised","disthronises","disthronising","disthronize","disthronized","disthronizes","disthronizing","distich","distichal","distichous","distichously","distichs","distil","distill","distillable","distilland","distillands","distillate","distillates","distillation","distillations","distillatory","distilled","distiller","distilleries","distillers","distillery","distilling","distillings","distills","distilment","distilments","distils","distinct","distincter","distinctest","distinction","distinctions","distinctive","distinctively","distinctiveness","distinctivenesses","distinctives","distinctly","distinctness","distinctnesses","distincture","distinctures","distingue","distinguee","distinguish","distinguishabilities","distinguishability","distinguishable","distinguishably","distinguished","distinguisher","distinguishers","distinguishes","distinguishing","distinguishment","distome","distomes","distort","distorted","distortedly","distortedness","distortednesses","distorter","distorters","distorting","distortion","distortional","distortions","distortive","distorts","distract","distractable","distracted","distractedly","distractedness","distracter","distracters","distractibilities","distractibility","distractible","distracting","distractingly","distraction","distractions","distractive","distractively","distracts","distrail","distrails","distrain","distrainable","distrained","distrainee","distrainees","distrainer","distrainers","distraining","distrainment","distrainments","distrainor","distrainors","distrains","distraint","distraints","distrait","distraite","distraught","distraughtly","distress","distressed","distresser","distressers","distresses","distressful","distressfully","distressfulness","distressfulnesses","distressing","distressingly","distressings","distribuend","distribuends","distributable","distributaries","distributary","distribute","distributed","distributee","distributees","distributer","distributers","distributes","distributing","distribution","distributional","distributions","distributive","distributively","distributives","distributivities","distributivity","distributor","distributors","distributorship","distributorships","district","districted","districting","districts","distringas","distringases","distrix","distrixes","distrouble","distroubled","distroubles","distroubling","distrust","distrusted","distruster","distrusters","distrustful","distrustfully","distrustfulness","distrustfulnesses","distrusting","distrustless","distrusts","distune","distuned","distunes","distuning","disturb","disturbance","disturbances","disturbant","disturbants","disturbative","disturbed","disturber","disturbers","disturbing","disturbingly","disturbs","distyle","distyles","disubstituted","disulfate","disulfates","disulfid","disulfide","disulfides","disulfids","disulfiram","disulfirams","disulfoton","disulfotons","disulphate","disulphates","disulphide","disulphides","disulphuret","disulphurets","disulphuric","disunion","disunionist","disunionists","disunions","disunite","disunited","disuniter","disuniters","disunites","disunities","disuniting","disunity","disusage","disusages","disuse","disused","disuses","disusing","disutilities","disutility","disvalue","disvalued","disvalues","disvaluing","disvouch","disvouched","disvouches","disvouching","disworship","disworships","disyllabic","disyllabified","disyllabifies","disyllabify","disyllabifying","disyllabism","disyllabisms","disyllable","disyllables","disyoke","disyoked","disyokes","disyoking","dit","dita","dital","ditals","ditas","ditch","ditchdigger","ditchdiggers","ditched","ditcher","ditchers","ditches","ditching","ditchless","ditchwater","ditchwaters","dite","dited","dites","dithecal","dithecous","ditheism","ditheisms","ditheist","ditheistic","ditheistical","ditheists","dithelete","ditheletes","ditheletic","ditheletical","ditheletism","ditheletisms","dithelism","dithelisms","dithelitism","dithelitisms","dither","dithered","ditherer","ditherers","ditherier","ditheriest","dithering","dithers","dithery","dithiocarbamate","dithiocarbamates","dithiol","dithionate","dithionates","dithionic","dithionite","dithionites","dithionous","dithyramb","dithyrambic","dithyrambically","dithyrambist","dithyrambists","dithyrambs","diting","ditokous","ditone","ditones","ditransitive","ditransitives","ditriglyph","ditriglyphic","ditriglyphs","ditrochean","ditrochee","ditrochees","dits","ditsier","ditsiest","ditsiness","ditsinesses","ditsy","ditt","dittander","dittanders","dittanies","dittany","dittay","dittays","ditted","dittied","ditties","ditting","dittit","ditto","dittoed","dittographic","dittographies","dittography","dittoing","dittologies","dittology","dittos","ditts","ditty","dittying","ditz","ditzes","ditzier","ditziest","ditziness","ditzinesses","ditzy","diureses","diuresis","diuretic","diuretically","diureticalness","diuretics","diurnal","diurnalist","diurnalists","diurnally","diurnals","diuron","diurons","diuturnal","diuturnities","diuturnity","div","diva","divagate","divagated","divagates","divagating","divagation","divagations","divalence","divalences","divalencies","divalency","divalent","divalents","divan","divans","divaricate","divaricated","divaricately","divaricates","divaricating","divaricatingly","divarication","divarications","divaricator","divaricators","divas","dive","divebomb","divebombed","divebombing","divebombs","dived","divellent","divellicate","divellicated","divellicates","divellicating","diver","diverge","diverged","divergement","divergements","divergence","divergences","divergencies","divergency","divergent","divergently","diverges","diverging","divergingly","divers","diverse","diversed","diversely","diverseness","diversenesses","diverses","diversifiable","diversification","diversifications","diversified","diversifier","diversifiers","diversifies","diversiform","diversify","diversifying","diversing","diversion","diversional","diversionary","diversionist","diversionists","diversions","diversities","diversity","diversly","divert","diverted","diverter","diverters","divertibilities","divertibility","divertible","diverticula","diverticular","diverticulate","diverticulated","diverticulites","diverticulitides","diverticulitis","diverticulitises","diverticuloses","diverticulosis","diverticulosises","diverticulum","divertimenti","divertimento","divertimentos","diverting","divertingly","divertisement","divertisements","divertissement","divertissements","divertive","diverts","dives","divest","divested","divestible","divesting","divestiture","divestitures","divestment","divestments","divests","divesture","divestures","divi","dividable","dividant","divide","divided","dividedly","dividedness","dividednesses","dividend","dividendless","dividends","divider","dividers","divides","dividing","dividings","dividivi","dividivis","dividual","dividuous","divied","divinable","divination","divinations","divinator","divinatorial","divinators","divinatory","divine","divined","divinely","divineness","divinenesses","diviner","divineress","divineresses","diviners","divines","divinest","diving","divings","divinified","divinifies","divinify","divinifying","divining","divinisation","divinisations","divinise","divinised","divinises","divinising","divinities","divinity","divinization","divinizations","divinize","divinized","divinizes","divinizing","divis","divisibilities","divisibility","divisible","divisibleness","divisiblenesses","divisibly","divisim","division","divisional","divisionally","divisionary","divisionism","divisionisms","divisionist","divisionists","divisions","divisive","divisively","divisiveness","divisivenesses","divisor","divisors","divna","divo","divorce","divorceable","divorced","divorcee","divorcees","divorcement","divorcements","divorcer","divorcers","divorces","divorcing","divorcive","divos","divot","divots","divs","divulgate","divulgated","divulgater","divulgaters","divulgates","divulgating","divulgation","divulgations","divulgator","divulgators","divulge","divulged","divulgement","divulgements","divulgence","divulgences","divulger","divulgers","divulges","divulging","divulse","divulsed","divulses","divulsing","divulsion","divulsions","divulsive","divvied","divvier","divvies","divviest","divvy","divvying","divying","diwan","diwans","dixi","dixie","dixies","dixit","dixits","dixy","diya","diyas","dizain","dizains","dizen","dizened","dizening","dizenment","dizenments","dizens","dizygotic","dizygous","dizzard","dizzards","dizzied","dizzier","dizzies","dizziest","dizzily","dizziness","dizzinesses","dizzy","dizzying","dizzyingly","djebel","djebels","djellaba","djellabah","djellabahs","djellabas","djembe","djembes","djibbah","djibbahs","djin","djinn","djinni","djinns","djinny","djins","do","doab","doable","doabs","doat","doated","doater","doaters","doating","doatings","doats","dob","dobbed","dobber","dobbers","dobbie","dobbies","dobbin","dobbing","dobbins","dobby","dobchick","dobchicks","dobhash","dobhashes","dobie","dobies","dobla","doblas","doblon","doblones","doblons","dobra","dobras","dobro","dobros","dobs","dobson","dobsonflies","dobsonfly","dobsons","doby","doc","docent","docents","docentship","docentships","docetic","dochmiac","dochmiacal","dochmii","dochmius","dochmiuses","docht","docibilities","docibility","docible","docibleness","dociblenesses","docile","docilely","dociler","docilest","docilities","docility","docimasies","docimastic","docimasy","docimologies","docimology","dock","dockage","dockages","docked","docken","dockens","docker","dockers","docket","docketed","docketing","dockets","dockhand","dockhands","docking","dockings","dockisation","dockisations","dockise","dockised","dockises","dockising","dockization","dockizations","dockize","dockized","dockizes","dockizing","dockland","docklands","dockmaster","dockmasters","docks","dockside","docksides","dockworker","dockworkers","dockyard","dockyards","doco","docos","docquet","docqueted","docqueting","docquets","docs","doctor","doctoral","doctorand","doctorands","doctorate","doctorated","doctorates","doctorating","doctored","doctoress","doctoresses","doctorial","doctoring","doctorless","doctorly","doctors","doctorship","doctorships","doctress","doctresses","doctrinaire","doctrinaires","doctrinairism","doctrinairisms","doctrinal","doctrinalities","doctrinality","doctrinally","doctrinarian","doctrinarianism","doctrinarians","doctrinarism","doctrinarisms","doctrine","doctrines","doctrinism","doctrinisms","doctrinist","doctrinists","docudrama","docudramas","document","documentable","documental","documentalist","documentalists","documentarian","documentarians","documentaries","documentarily","documentarise","documentarised","documentarises","documentarising","documentarist","documentarists","documentarize","documentarized","documentarizes","documentarizing","documentary","documentation","documentational","documentations","documented","documenter","documenters","documenting","documents","docusoap","docusoaps","dod","doddard","dodded","dodder","doddered","dodderer","dodderers","dodderier","dodderiest","doddering","dodders","doddery","doddier","doddies","doddiest","dodding","doddipoll","doddipolls","doddle","doddles","doddy","doddypoll","doddypolls","dodecagon","dodecagonal","dodecagons","dodecagynian","dodecagynous","dodecahedra","dodecahedral","dodecahedron","dodecahedrons","dodecandrous","dodecanoic","dodecaphonic","dodecaphonically","dodecaphonies","dodecaphonism","dodecaphonisms","dodecaphonist","dodecaphonists","dodecaphony","dodecastyle","dodecastyles","dodecasyllabic","dodecasyllable","dodecasyllables","dodge","dodgeball","dodgeballs","dodged","dodgem","dodgems","dodger","dodgeries","dodgers","dodgery","dodges","dodgier","dodgiest","dodginess","dodginesses","dodging","dodgings","dodgy","dodkin","dodkins","dodman","dodmans","dodo","dodoes","dodoism","dodoisms","dodos","dods","doe","doek","doeks","doen","doer","doers","does","doeskin","doeskins","doest","doeth","dof","doff","doffed","doffer","doffers","doffing","doffs","dog","dogaressa","dogaressas","dogate","dogates","dogbane","dogbanes","dogberries","dogberry","dogberryism","dogberryisms","dogbolt","dogbolts","dogcart","dogcarts","dogcatcher","dogcatchers","dogdom","dogdoms","doge","dogear","dogeared","dogearing","dogears","dogeate","dogeates","dogedom","dogedoms","doges","dogeship","dogeships","dogey","dogeys","dogface","dogfaces","dogfight","dogfighting","dogfightings","dogfights","dogfish","dogfishes","dogfought","dogfox","dogfoxes","dogged","doggeder","doggedest","doggedly","doggedness","doggednesses","dogger","doggerel","doggerels","doggeries","doggerman","doggermen","doggers","doggery","doggess","doggesses","doggie","doggier","doggies","doggiest","dogginess","dogginesses","dogging","doggings","doggish","doggishly","doggishness","doggishnesses","doggo","doggone","doggoned","doggoneder","doggonedest","doggoner","doggones","doggonest","doggoning","doggrel","doggrels","doggy","doghanged","doghole","dogholes","doghouse","doghouses","dogie","dogies","dogleg","doglegged","doglegging","doglegs","doglike","dogma","dogman","dogmas","dogmata","dogmatic","dogmatical","dogmatically","dogmaticalness","dogmaticalnesses","dogmatics","dogmatisation","dogmatisations","dogmatise","dogmatised","dogmatiser","dogmatisers","dogmatises","dogmatising","dogmatism","dogmatisms","dogmatist","dogmatists","dogmatization","dogmatizations","dogmatize","dogmatized","dogmatizer","dogmatizers","dogmatizes","dogmatizing","dogmatologies","dogmatology","dogmatory","dogmen","dognap","dognaped","dognaper","dognapers","dognaping","dognapings","dognapped","dognapper","dognappers","dognapping","dognappings","dognaps","dogrobber","dogrobbers","dogs","dogsbodied","dogsbodies","dogsbody","dogsbodying","dogship","dogships","dogshores","dogskin","dogskins","dogsled","dogsledded","dogsledder","dogsledders","dogsledding","dogsleds","dogsleep","dogsleeps","dogteeth","dogtooth","dogtown","dogtowns","dogtrot","dogtrots","dogtrotted","dogtrotting","dogvane","dogvanes","dogwatch","dogwatches","dogwood","dogwoods","dogy","doh","dohs","dohyo","dohyos","doiled","doilies","doilt","doilter","doiltest","doily","doing","doings","doit","doited","doitit","doitkin","doitkins","doits","dojo","dojos","dol","dolabrate","dolabriform","dolce","dolcelatte","dolcelattes","dolcemente","dolces","dolcetto","dolcettos","dolci","doldrums","dole","doled","doleful","dolefuller","dolefullest","dolefully","dolefulness","dolefulnesses","dolent","dolente","dolerite","dolerites","doleritic","doles","dolesome","dolesomely","dolia","dolichocephal","dolichocephalic","dolichocephalies","dolichocephals","dolichocephaly","dolichos","dolichosaurus","dolichosauruses","dolichoses","dolichuri","dolichurus","dolichuruses","dolina","dolinas","doline","dolines","doling","dolium","doll","dollar","dollarbird","dollarbirds","dollared","dollarfish","dollarfishes","dollarisation","dollarisations","dollarise","dollarised","dollarises","dollarising","dollarization","dollarizations","dollarize","dollarized","dollarizes","dollarizing","dollarless","dollarocracies","dollarocracy","dollars","dollarship","dollarships","dolldom","dolldoms","dolled","dollhood","dollhoods","dollhouse","dollhouses","dollied","dollier","dolliers","dollies","dolliness","dollinesses","dolling","dollish","dollishly","dollishness","dollishnesses","dollop","dolloped","dolloping","dollops","dolls","dolly","dollybird","dollybirds","dollying","dolma","dolmades","dolman","dolmans","dolmas","dolmen","dolmenic","dolmens","dolomite","dolomites","dolomitic","dolomitisation","dolomitisations","dolomitise","dolomitised","dolomitises","dolomitising","dolomitization","dolomitizations","dolomitize","dolomitized","dolomitizes","dolomitizing","dolor","doloriferous","dolorific","dolorimetries","dolorimetry","doloroso","dolorous","dolorously","dolorousness","dolorousnesses","dolors","dolos","dolosse","dolostone","dolostones","dolour","dolours","dolphin","dolphinaria","dolphinarium","dolphinariums","dolphinet","dolphinets","dolphinfish","dolphinfishes","dolphins","dols","dolt","doltish","doltishly","doltishness","doltishnesses","dolts","dom","domain","domainal","domaine","domaines","domains","domal","domanial","domatia","domatium","dome","domed","domelike","domes","domesday","domesdays","domestic","domesticable","domestical","domestically","domesticate","domesticated","domesticates","domesticating","domestication","domestications","domesticative","domesticator","domesticators","domesticise","domesticised","domesticises","domesticising","domesticities","domesticity","domesticize","domesticized","domesticizes","domesticizing","domestics","domett","dometts","domic","domical","domically","domicil","domicile","domiciled","domiciles","domiciliary","domiciliate","domiciliated","domiciliates","domiciliating","domiciliation","domiciliations","domiciling","domicils","domier","domiest","dominance","dominances","dominancies","dominancy","dominant","dominantly","dominants","dominate","dominated","dominates","dominating","dominatingly","domination","dominations","dominative","dominator","dominators","dominatrices","dominatrix","dominatrixes","domine","dominee","domineer","domineered","domineering","domineeringly","domineeringness","domineeringnesses","domineers","dominees","domines","doming","dominical","dominick","dominicker","dominickers","dominicks","dominie","dominies","dominion","dominions","dominique","dominiques","dominium","dominiums","domino","dominoes","dominos","domoic","doms","domy","don","dona","donah","donahs","donaries","donary","donas","donataries","donatary","donate","donated","donates","donating","donation","donations","donatism","donatisms","donatistic","donatistical","donative","donatives","donator","donatories","donators","donatory","donder","dondered","dondering","donders","done","donee","donees","doneness","donenesses","donepezil","donepezils","doner","dong","donga","dongas","donged","donging","dongle","dongles","dongola","dongolas","dongs","doning","donings","donjon","donjons","donkey","donkeys","donkeywork","donkeyworks","donko","donkos","donna","donnard","donnart","donnas","donnat","donnats","donne","donned","donnee","donnees","donnerd","donnered","donnert","donnes","donnicker","donnickers","donnies","donniker","donnikers","donning","donnish","donnishly","donnishness","donnishnesses","donnism","donnisms","donnot","donnots","donny","donnybrook","donnybrooks","donor","donors","donorship","donorships","dons","donship","donships","donsie","donsier","donsiest","donsy","donut","donuts","donutted","donutting","donzel","donzels","doo","doob","doobie","doobies","doobrey","doobreys","doobrie","doobries","doobs","dooce","dooced","dooces","doocing","doocot","doocots","doodad","doodads","doodah","doodahs","doodies","doodle","doodlebug","doodlebugs","doodled","doodler","doodlers","doodles","doodling","doodoo","doodoos","doody","doofer","doofers","doofus","doofuses","doohickey","doohickeys","doohickies","dook","dooked","dooket","dookets","dooking","dooks","dool","doolally","doolan","doolans","doole","doolee","doolees","dooles","doolie","doolies","dools","dooly","doom","doomed","doomful","doomfully","doomier","doomiest","doomily","dooming","dooms","doomsayer","doomsayers","doomsaying","doomsayings","doomsday","doomsdayer","doomsdayers","doomsdays","doomsman","doomsmen","doomster","doomsters","doomwatch","doomwatched","doomwatcher","doomwatchers","doomwatches","doomwatching","doomwatchings","doomy","doon","doona","doonas","door","doorbell","doorbells","doorcase","doorcases","doorframe","doorframes","doorjamb","doorjambs","doorkeeper","doorkeepers","doorknob","doorknobs","doorknock","doorknocked","doorknocker","doorknockers","doorknocking","doorknocks","doorless","doorman","doormat","doormats","doormen","doorn","doornail","doornails","doornboom","doornbooms","doorns","doorplate","doorplates","doorpost","doorposts","doors","doorsill","doorsills","doorsman","doorsmen","doorstep","doorstepped","doorstepper","doorsteppers","doorstepping","doorsteppings","doorsteps","doorstone","doorstones","doorstop","doorstops","doorway","doorways","doorwoman","doorwomen","dooryard","dooryards","doos","doosra","doosras","doowop","doowops","doozer","doozers","doozie","doozies","doozy","dop","dopa","dopamine","dopaminergic","dopamines","dopant","dopants","dopas","dopatta","dopattas","dope","doped","dopehead","dopeheads","doper","dopers","dopes","dopesheet","dopesheets","dopester","dopesters","dopey","dopeyness","dopeynesses","dopiaza","dopiazas","dopier","dopiest","dopily","dopiness","dopinesses","doping","dopings","dopped","doppelganger","doppelgangers","dopper","doppers","doppie","doppies","dopping","doppings","doppio","doppios","dopplerite","dopplerites","dops","dopy","dor","dorad","dorado","dorados","dorads","dorb","dorba","dorbas","dorbeetle","dorbeetles","dorbs","dorbug","dorbugs","dore","doree","dorees","dores","dorhawk","dorhawks","doric","doridoid","doridoids","dories","doris","dorise","dorised","dorises","dorising","dorize","dorized","dorizes","dorizing","dork","dorkier","dorkiest","dorkiness","dorkinesses","dorkish","dorks","dorky","dorlach","dorlachs","dorm","dormancies","dormancy","dormant","dormants","dormer","dormered","dormers","dormice","dormie","dormient","dormin","dormins","dormition","dormitions","dormitive","dormitives","dormitories","dormitory","dormouse","dorms","dormy","dorneck","dornecks","dornick","dornicks","dornock","dornocks","doronicum","doronicums","dorp","dorper","dorpers","dorps","dorr","dorred","dorring","dorrs","dors","dorsa","dorsad","dorsal","dorsally","dorsals","dorse","dorsel","dorsels","dorser","dorsers","dorses","dorsibranchiate","dorsiferous","dorsifixed","dorsiflex","dorsiflexion","dorsiflexions","dorsigrade","dorsiventral","dorsiventralities","dorsiventrality","dorsiventrally","dorsolateral","dorsolumbar","dorsoventral","dorsoventralities","dorsoventrality","dorsoventrally","dorsum","dort","dorted","dorter","dorters","dortier","dortiest","dortiness","dortinesses","dorting","dortour","dortours","dorts","dorty","dory","dos","dosage","dosages","dose","dosed","doseh","dosehs","dosemeter","dosemeters","doser","dosers","doses","dosh","doshes","dosimeter","dosimeters","dosimetric","dosimetrician","dosimetricians","dosimetries","dosimetrist","dosimetrists","dosimetry","dosing","dosiologies","dosiology","dosologies","dosology","doss","dossal","dossals","dossed","dossel","dossels","dosser","dosseret","dosserets","dossers","dosses","dosshouse","dosshouses","dossier","dossiers","dossil","dossils","dossing","dost","dot","dotage","dotages","dotal","dotant","dotants","dotard","dotardly","dotards","dotation","dotations","dotcom","dotcommer","dotcommers","dotcoms","dote","doted","doter","doters","dotes","doth","dotier","dotiest","doting","dotingly","dotings","dotish","dots","dotted","dottel","dottels","dotter","dotterel","dotterels","dotters","dottier","dottiest","dottily","dottiness","dottinesses","dotting","dottle","dottled","dottler","dottles","dottlest","dottrel","dottrels","dotty","doty","douane","douanes","douanier","douaniers","douar","douars","double","doubled","doubleheader","doubleheaders","doubleness","doublenesses","doubler","doublers","doubles","doublespeak","doublespeaker","doublespeakers","doublespeaks","doublet","doublethink","doublethinks","doubleton","doubletons","doubletree","doubletrees","doublets","doubling","doublings","doubloon","doubloons","doublure","doublures","doubly","doubt","doubtable","doubtably","doubted","doubter","doubters","doubtful","doubtfully","doubtfulness","doubtfulnesses","doubtfuls","doubting","doubtingly","doubtings","doubtless","doubtlessly","doubtlessness","doubtlessnesses","doubts","douc","douce","doucely","douceness","doucenesses","doucepere","douceperes","doucer","doucest","doucet","doucets","douceur","douceurs","douche","douchebag","douchebags","douched","douches","douching","doucine","doucines","doucs","dough","doughball","doughballs","doughboy","doughboys","doughface","doughfaced","doughfaces","doughier","doughiest","doughiness","doughinesses","doughlike","doughnut","doughnutlike","doughnuts","doughnutted","doughnutting","doughnuttings","doughs","dought","doughtier","doughtiest","doughtily","doughtiness","doughtinesses","doughty","doughy","douk","douked","douking","douks","doula","doulas","douleia","douleias","doulocracies","doulocracy","doum","douma","doumas","doums","doun","doup","doupioni","doupionis","douppioni","douppionis","doups","dour","doura","dourah","dourahs","douras","dourer","dourest","dourine","dourines","dourly","dourness","dournesses","douroucouli","douroucoulis","douse","doused","douser","dousers","douses","dousing","dout","douted","douter","douters","douting","douts","doux","douzeper","douzepers","dove","dovecot","dovecote","dovecotes","dovecots","doved","doveish","doveishness","doveishnesses","dovekey","dovekeys","dovekie","dovekies","dovelet","dovelets","dovelike","doven","dovened","dovening","dovens","dover","dovered","dovering","dovers","doves","dovetail","dovetailed","dovetailing","dovetailings","dovetails","dovie","dovier","doviest","doving","dovish","dovishness","dovishnesses","dow","dowable","dowager","dowagers","dowar","dowars","dowd","dowdier","dowdies","dowdiest","dowdily","dowdiness","dowdinesses","dowds","dowdy","dowdyish","dowdyism","dowdyisms","dowed","dowel","doweled","doweling","dowelings","dowelled","dowelling","dowellings","dowels","dower","dowered","doweries","dowering","dowerless","dowers","dowery","dowf","dowfness","dowfnesses","dowie","dowier","dowiest","dowing","dowitcher","dowitchers","dowl","dowlas","dowlases","dowle","dowles","dowlier","dowliest","dowlne","dowlnes","dowlney","dowls","dowly","down","downa","downbeat","downbeats","downbow","downbows","downburst","downbursts","downcast","downcasts","downcome","downcomer","downcomers","downcomes","downcourt","downdraft","downdrafts","downdraught","downdraughts","downed","downer","downers","downfall","downfallen","downfalls","downfield","downflow","downflows","downforce","downforces","downgrade","downgraded","downgrades","downgrading","downhaul","downhauls","downhearted","downheartedly","downheartedness","downheartednesses","downhill","downhiller","downhillers","downhills","downhole","downier","downiest","downiness","downinesses","downing","downland","downlands","downless","downlight","downlighter","downlighters","downlights","downlike","downlink","downlinked","downlinking","downlinks","download","downloadable","downloaded","downloading","downloads","downlooked","downmost","downpipe","downpipes","downplay","downplayed","downplaying","downplays","downpour","downpours","downrange","downregulation","downregulations","downright","downrightly","downrightness","downrightnesses","downriver","downrush","downrushes","downs","downscale","downscaled","downscales","downscaling","downshift","downshifted","downshifter","downshifters","downshifting","downshiftings","downshifts","downside","downsides","downsize","downsized","downsizer","downsizers","downsizes","downsizing","downsizings","downslide","downslides","downslope","downspin","downspins","downspout","downspouts","downstage","downstages","downstair","downstairs","downstairses","downstate","downstater","downstaters","downstates","downstream","downstroke","downstrokes","downswing","downswings","downthrow","downthrows","downtick","downticks","downtime","downtimes","downtown","downtowner","downtowners","downtowns","downtrend","downtrended","downtrending","downtrends","downtrod","downtrodden","downturn","downturned","downturns","downward","downwardly","downwardness","downwardnesses","downwards","downwash","downwashes","downwind","downy","downzone","downzoned","downzones","downzoning","dowp","dowps","dowries","dowry","dows","dowsabel","dowsabels","dowse","dowsed","dowser","dowsers","dowses","dowset","dowsets","dowsing","dowt","dowts","doxapram","doxaprams","doxastic","doxastics","doxie","doxies","doxographer","doxographers","doxographic","doxographies","doxography","doxological","doxologically","doxologies","doxology","doxorubicin","doxorubicins","doxy","doxycycline","doxycyclines","doy","doyen","doyenne","doyennes","doyens","doyley","doyleys","doylies","doyly","doys","doze","dozed","dozen","dozened","dozening","dozens","dozenth","dozenths","dozer","dozers","dozes","dozier","doziest","dozily","doziness","dozinesses","dozing","dozings","dozy","drab","drabbed","drabber","drabbers","drabbest","drabbet","drabbets","drabbier","drabbiest","drabbiness","drabbinesses","drabbing","drabbish","drabble","drabbled","drabbler","drabblers","drabbles","drabbling","drabblings","drabby","drabette","drabettes","drabler","drablers","drably","drabness","drabnesses","drabs","drac","dracaena","dracaenas","dracena","dracenas","drachm","drachma","drachmae","drachmai","drachmas","drachms","drack","draco","dracone","dracones","draconian","draconianism","draconianisms","draconic","draconically","draconism","draconisms","draconites","dracontiases","dracontiasis","dracontic","dracunculus","dracunculuses","drad","draff","draffier","draffiest","draffish","draffs","draffy","draft","draftable","drafted","draftee","draftees","drafter","drafters","draftier","draftiest","draftily","draftiness","draftinesses","drafting","draftings","drafts","draftsman","draftsmanship","draftsmanships","draftsmen","draftsperson","draftspersons","drafty","drag","dragee","dragees","dragged","dragger","draggers","draggier","draggiest","dragging","draggingly","draggings","draggle","draggled","draggles","draggletailed","draggling","draggy","draghound","draghounds","dragline","draglines","dragnet","dragnets","dragoman","dragomans","dragomen","dragon","dragoness","dragonesses","dragonet","dragonets","dragonflies","dragonfly","dragonhead","dragonheads","dragonise","dragonised","dragonises","dragonish","dragonising","dragonism","dragonisms","dragonize","dragonized","dragonizes","dragonizing","dragonlike","dragonnade","dragonnaded","dragonnades","dragonnading","dragonne","dragonroot","dragonroots","dragons","dragoon","dragoonage","dragoonages","dragooned","dragooning","dragoons","dragrope","dragropes","drags","dragsman","dragsmen","dragster","dragsters","dragstrip","dragstrips","drail","drailed","drailing","drails","drain","drainable","drainage","drainages","drained","drainer","drainers","draining","drainlayer","drainlayers","drainpipe","drainpipes","drains","draisene","draisenes","draisine","draisines","drake","drakes","drakestone","drakestones","dram","drama","dramadies","dramady","dramas","dramatic","dramatical","dramatically","dramaticism","dramaticisms","dramatics","dramatisable","dramatisation","dramatisations","dramatise","dramatised","dramatiser","dramatisers","dramatises","dramatising","dramatist","dramatists","dramatizable","dramatization","dramatizations","dramatize","dramatized","dramatizer","dramatizers","dramatizes","dramatizing","dramaturg","dramaturge","dramaturges","dramaturgic","dramaturgical","dramaturgically","dramaturgies","dramaturgist","dramaturgists","dramaturgs","dramaturgy","dramedies","dramedy","drammach","drammachs","drammed","dramming","drammock","drammocks","drams","dramshop","dramshops","drangway","drangways","drank","drant","dranted","dranting","drants","drap","drapabilities","drapability","drapable","drape","drapeabilities","drapeability","drapeable","draped","draper","draperied","draperies","drapers","drapery","draperying","drapes","drapet","drapets","drapey","drapier","drapiers","drapiest","draping","drapped","drappie","drappies","drapping","drappy","draps","drastic","drastically","drastics","drat","dratchell","dratchells","drats","dratted","dratting","draught","draughtboard","draughtboards","draughted","draughter","draughters","draughtier","draughtiest","draughtily","draughtiness","draughtinesses","draughting","draughtman","draughtmen","draughts","draughtsman","draughtsmanship","draughtsmen","draughtswoman","draughtswomen","draughty","draunt","draunted","draunting","draunts","drave","draw","drawable","drawback","drawbacks","drawbar","drawbars","drawbore","drawbores","drawbridge","drawbridges","drawdown","drawdowns","drawee","drawees","drawer","drawerful","drawerfuls","drawers","drawing","drawings","drawknife","drawknives","drawl","drawled","drawler","drawlers","drawlier","drawliest","drawling","drawlingly","drawlingness","drawlingnesses","drawls","drawly","drawn","drawnwork","drawnworks","drawplate","drawplates","draws","drawshave","drawshaves","drawstring","drawstrings","drawtube","drawtubes","dray","drayage","drayages","drayed","drayhorse","drayhorses","draying","drayman","draymen","drays","drazel","drazels","dread","dreaded","dreader","dreaders","dreadful","dreadfully","dreadfulness","dreadfulnesses","dreadfuls","dreading","dreadless","dreadlessly","dreadlessness","dreadlessnesses","dreadlock","dreadlocked","dreadlocks","dreadly","dreadnaught","dreadnaughts","dreadnought","dreadnoughts","dreads","dream","dreamboat","dreamboats","dreamed","dreamer","dreameries","dreamers","dreamery","dreamful","dreamfully","dreamfulness","dreamfulnesses","dreamhole","dreamholes","dreamier","dreamiest","dreamily","dreaminess","dreaminesses","dreaming","dreamingly","dreamings","dreamland","dreamlands","dreamless","dreamlessly","dreamlessness","dreamlessnesses","dreamlike","dreams","dreamscape","dreamscapes","dreamt","dreamtime","dreamtimes","dreamwhile","dreamwhiles","dreamworld","dreamworlds","dreamy","drear","dreare","drearer","dreares","drearest","drearier","drearies","dreariest","drearihead","dreariheads","drearihood","drearihoods","drearily","dreariment","dreariments","dreariness","drearinesses","drearing","drearings","drearisome","drears","dreary","dreck","dreckier","dreckiest","drecks","drecksill","drecksills","drecky","dredge","dredged","dredger","dredgers","dredges","dredging","dredgings","dree","dreed","dreeing","drees","dreg","dreggier","dreggiest","dregginess","dregginesses","dreggish","dreggy","dregs","dreich","dreicher","dreichest","dreidel","dreidels","dreidl","dreidls","dreigh","dreigher","dreighest","dreikanter","dreikanters","drek","dreks","drench","drenched","drencher","drenchers","drenches","drenching","drenchings","drent","drepanid","drepanids","drepanium","drepaniums","drere","dreres","drerihead","dreriheads","dress","dressage","dressages","dressed","dresser","dressers","dresses","dressguard","dressguards","dressier","dressiest","dressily","dressiness","dressinesses","dressing","dressings","dressmade","dressmake","dressmaker","dressmakers","dressmakes","dressmaking","dressmakings","dressy","drest","drevill","drevills","drew","drey","dreys","drib","dribbed","dribber","dribbers","dribbing","dribble","dribbled","dribbler","dribblers","dribbles","dribblet","dribblets","dribblier","dribbliest","dribbling","dribbly","driblet","driblets","dribs","drice","drices","dricksie","dricksier","dricksiest","dried","driegh","drier","driers","dries","driest","drift","driftage","driftages","drifted","drifter","drifters","driftier","driftiest","drifting","driftingly","driftless","driftpin","driftpins","drifts","driftwood","driftwoods","drifty","drill","drillabilities","drillability","drillable","drilled","driller","drillers","drillhole","drillholes","drilling","drillings","drillmaster","drillmasters","drills","drillship","drillships","drillstock","drillstocks","drily","drink","drinkabilities","drinkability","drinkable","drinkableness","drinkablenesses","drinkables","drinkably","drinker","drinkers","drinking","drinkings","drinks","drip","dripless","dripped","dripper","drippers","drippier","drippiest","drippily","dripping","drippings","drippy","drips","dripstone","dripstones","dript","drisheen","drisheens","drivabilities","drivability","drivable","drive","driveabilities","driveability","driveable","drivel","driveled","driveler","drivelers","driveline","drivelines","driveling","drivelled","driveller","drivellers","drivelling","drivels","driven","drivenness","drivennesses","driver","driverless","drivers","drives","driveshaft","driveshafts","drivethrough","drivethroughs","drivetrain","drivetrains","driveway","driveways","driving","drivingly","drivings","drizzle","drizzled","drizzles","drizzlier","drizzliest","drizzling","drizzlingly","drizzly","droger","drogers","drogher","droghers","drogue","drogues","droguet","droguets","droich","droichier","droichiest","droichs","droichy","droid","droids","droil","droiled","droiling","droils","droit","droits","drole","droler","droles","drolest","droll","drolled","droller","drolleries","drollery","drollest","drolling","drollings","drollish","drollness","drollnesses","drolls","drolly","drome","dromedare","dromedares","dromedaries","dromedary","dromes","dromic","dromical","dromoi","dromon","dromond","dromonds","dromons","dromophobia","dromophobias","dromos","drone","droned","droner","droners","drones","drongo","drongoes","drongos","dronier","droniest","droning","droningly","dronish","dronishly","dronishness","dronishnesses","dronklap","dronklaps","dronkverdriet","drony","droob","droobs","droog","droogish","droogs","drook","drooked","drooking","drookings","drookit","drooks","drool","drooled","droolier","drooliest","drooling","drools","drooly","droome","droomes","droop","drooped","droopier","droopiest","droopily","droopiness","droopinesses","drooping","droopingly","droops","droopy","drop","dropcloth","dropcloths","dropflies","dropfly","dropforge","dropforged","dropforges","dropforging","drophead","dropheads","dropkick","dropkicker","dropkickers","dropkicks","droplet","droplets","droplight","droplights","droplock","dropout","dropouts","droppable","dropped","dropper","dropperful","dropperfuls","droppers","droppersful","dropping","droppings","dropple","dropples","drops","dropshot","dropshots","dropsical","dropsically","dropsied","dropsies","dropsonde","dropsondes","dropstone","dropstones","dropsy","dropt","dropwise","dropwort","dropworts","drosera","droseraceous","droseras","droshkies","droshky","droskies","drosky","drosometer","drosometers","drosophila","drosophilae","drosophilas","dross","drosses","drossier","drossiest","drossiness","drossinesses","drossy","drostdies","drostdy","drostdys","drought","droughtier","droughtiest","droughtiness","droughtinesses","droughts","droughty","drouk","drouked","drouking","droukings","droukit","drouks","drouth","drouthier","drouthiest","drouthiness","drouthinesses","drouths","drouthy","drove","droved","drover","drovers","droves","droving","drovings","drow","drown","drownd","drownded","drownding","drownds","drowned","drowner","drowners","drowning","drownings","drowns","drows","drowse","drowsed","drowses","drowsier","drowsiest","drowsihead","drowsiheads","drowsihed","drowsiheds","drowsily","drowsiness","drowsinesses","drowsing","drowsy","drub","drubbed","drubber","drubbers","drubbing","drubbings","drubs","drucken","druckenness","druckennesses","drudge","drudged","drudger","drudgeries","drudgers","drudgery","drudges","drudging","drudgingly","drudgism","drudgisms","drug","drugged","drugger","druggers","drugget","druggets","druggie","druggier","druggies","druggiest","drugging","druggist","druggists","druggy","druglord","druglords","drugmaker","drugmakers","drugs","drugstore","drugstores","druid","druidess","druidesses","druidic","druidical","druidism","druidisms","druidries","druidry","druids","drum","drumbeat","drumbeater","drumbeaters","drumbeating","drumbeatings","drumbeats","drumble","drumbled","drumbledor","drumbledors","drumbledrane","drumbledranes","drumbles","drumbling","drumfire","drumfires","drumfish","drumfishes","drumhead","drumheads","drumlier","drumliest","drumlike","drumlin","drumlins","drumly","drummed","drummer","drummers","drummies","drumming","drummock","drummocks","drummy","drumroll","drumrolls","drums","drumstick","drumsticks","drunk","drunkard","drunkards","drunkathon","drunkathons","drunken","drunkenly","drunkenness","drunkennesses","drunker","drunkest","drunks","drupaceous","drupe","drupel","drupelet","drupelets","drupels","drupes","druse","drusen","druses","drusier","drusiest","drusy","druthers","druxier","druxiest","druxy","dry","dryable","dryad","dryades","dryadic","dryads","dryasdust","dryasdusts","drybeat","drybeaten","drybeating","drybeats","dryer","dryers","dryest","drying","dryings","dryish","dryland","drylot","drylots","dryly","drymouth","drymouths","dryness","drynesses","dryopithecine","dryopithecines","drypoint","drypoints","drys","drysalter","drysalteries","drysalters","drysaltery","drystone","drysuit","drysuits","drywall","drywalled","drywalling","drywalls","drywell","drywells","dso","dsobo","dsobos","dsomo","dsomos","dsos","duad","duads","dual","dualin","dualins","dualise","dualised","dualises","dualising","dualism","dualisms","dualist","dualistic","dualistically","dualists","dualities","duality","dualize","dualized","dualizes","dualizing","dualled","dualling","dually","duals","duan","duans","duar","duarchies","duarchy","duars","duathlon","duathlons","dub","dubbed","dubber","dubbers","dubbin","dubbing","dubbings","dubbins","dubbo","dubbos","dubieties","dubiety","dubiosities","dubiosity","dubious","dubiously","dubiousness","dubiousnesses","dubitable","dubitably","dubitancies","dubitancy","dubitate","dubitated","dubitates","dubitating","dubitation","dubitations","dubitative","dubitatively","dubnium","dubniums","dubonnet","dubonnets","dubs","dubstep","dubsteps","ducal","ducally","ducat","ducatoon","ducatoons","ducats","ducdame","duce","duces","duchess","duchesse","duchessed","duchesses","duchessing","duchies","duchy","duci","duck","duckbill","duckbills","duckboard","duckboards","ducked","ducker","duckers","duckfoot","duckie","duckier","duckies","duckiest","ducking","duckings","duckling","ducklings","duckmole","duckmoles","duckpin","duckpins","ducks","duckshove","duckshoved","duckshover","duckshovers","duckshoves","duckshoving","ducktail","ducktails","duckwalk","duckwalked","duckwalking","duckwalks","duckweed","duckweeds","ducky","duct","ductal","ducted","ductile","ductilely","ductileness","ductilenesses","ductilities","ductility","ducting","ductings","ductless","ducts","ductule","ductules","ductwork","ductworks","dud","dudder","dudderies","dudders","duddery","duddie","duddier","duddiest","duddy","dude","duded","dudeen","dudeens","dudes","dudgeon","dudgeons","dudheen","dudheens","duding","dudish","dudishly","dudism","dudisms","duds","due","duecento","duecentos","dued","dueful","duel","dueled","dueler","duelers","dueling","duelist","duelists","duelled","dueller","duellers","duelli","duelling","duellings","duellist","duellists","duello","duellos","duels","duelsome","duende","duendes","dueness","duenesses","duenna","duennas","duennaship","duennaships","dues","duet","dueted","dueting","duets","duett","duetted","duetti","duetting","duettino","duettinos","duettist","duettists","duetto","duettos","duetts","duff","duffed","duffel","duffels","duffer","dufferdom","dufferdoms","dufferism","dufferisms","duffers","duffest","duffing","duffings","duffle","duffles","duffs","dufus","dufuses","dug","dugite","dugites","dugong","dugongs","dugout","dugouts","dugs","duh","duhkha","duhkhas","dui","duiker","duikerbok","duikerboks","duikers","duing","duit","duits","duka","dukas","duke","duked","dukedom","dukedoms","dukeling","dukelings","dukeries","dukery","dukes","dukeship","dukeships","duking","dukka","dukkah","dukkahs","dukkas","dukkeripen","dukkeripens","dukkha","dukkhas","dulcamara","dulcamaras","dulcet","dulcetly","dulcetness","dulcetnesses","dulcets","dulcian","dulciana","dulcianas","dulcians","dulcification","dulcifications","dulcified","dulcifies","dulcifluous","dulcify","dulcifying","dulciloquies","dulciloquy","dulcimer","dulcimers","dulcimore","dulcimores","dulcinea","dulcineas","dulcite","dulcites","dulcitol","dulcitols","dulcitude","dulcitudes","dulcose","dulcoses","dule","dules","dulia","dulias","dull","dullard","dullards","dulled","duller","dullest","dullier","dulliest","dulling","dullish","dullishly","dullness","dullnesses","dulls","dullsville","dullsvilles","dully","dulness","dulnesses","dulocracies","dulocracy","duloses","dulosis","dulotic","dulse","dulses","duly","duma","dumaist","dumaists","dumas","dumb","dumbbell","dumbbells","dumbcane","dumbcanes","dumbed","dumber","dumbest","dumbfound","dumbfounded","dumbfounder","dumbfoundered","dumbfoundering","dumbfounders","dumbfounding","dumbfounds","dumbhead","dumbheads","dumbing","dumbledore","dumbledores","dumbly","dumbness","dumbnesses","dumbo","dumbos","dumbs","dumbshit","dumbshits","dumbshow","dumbshows","dumbstricken","dumbstruck","dumbwaiter","dumbwaiters","dumdum","dumdums","dumela","dumfound","dumfounded","dumfounder","dumfoundered","dumfoundering","dumfounders","dumfounding","dumfounds","dumka","dumky","dummelhead","dummelheads","dummerer","dummerers","dummied","dummier","dummies","dummiest","dumminess","dumminesses","dummkopf","dummkopfs","dummy","dummying","dumortierite","dumortierites","dumose","dumosities","dumosity","dumous","dump","dumpbin","dumpbins","dumpcart","dumpcarts","dumped","dumpee","dumpees","dumper","dumpers","dumpier","dumpies","dumpiest","dumpily","dumpiness","dumpinesses","dumping","dumpings","dumpish","dumpishly","dumpishness","dumpishnesses","dumple","dumpled","dumples","dumpling","dumplings","dumps","dumpsite","dumpsites","dumpster","dumpsters","dumptruck","dumptrucks","dumpy","dun","dunam","dunams","dunce","duncedom","duncedoms","duncelike","dunceries","duncery","dunces","dunch","dunched","dunches","dunching","duncical","duncish","duncishly","dunder","dunderfunk","dunderfunks","dunderhead","dunderheaded","dunderheadism","dunderheadisms","dunderheads","dunderpate","dunderpates","dunders","dundrearies","dune","duneland","dunelands","dunelike","dunes","dung","dungaree","dungareed","dungarees","dunged","dungeon","dungeoned","dungeoner","dungeoners","dungeoning","dungeons","dunger","dungers","dungheap","dungheaps","dunghill","dunghills","dungier","dungiest","dunging","dungmere","dungmeres","dungs","dungy","duniewassal","duniewassals","dunite","dunites","dunitic","duniwassal","duniwassals","dunk","dunked","dunker","dunkers","dunking","dunks","dunlin","dunlins","dunnage","dunnages","dunnakin","dunnakins","dunnart","dunnarts","dunned","dunner","dunness","dunnesses","dunnest","dunnier","dunnies","dunniest","dunniewassal","dunniewassals","dunning","dunnings","dunnish","dunnite","dunnites","dunno","dunnock","dunnocks","dunny","duns","dunsh","dunshed","dunshes","dunshing","dunt","dunted","dunting","dunts","duo","duobinary","duodecennial","duodecillion","duodecillions","duodecimal","duodecimally","duodecimals","duodecimo","duodecimos","duodena","duodenal","duodenary","duodenectomies","duodenectomy","duodenitis","duodenitises","duodenum","duodenums","duolog","duologs","duologue","duologues","duomi","duomo","duomos","duopolies","duopolistic","duopoly","duopsonies","duopsony","duos","duotone","duotones","dup","dupabilities","dupability","dupable","dupatta","dupattas","dupe","duped","duper","duperies","dupers","dupery","dupes","duping","dupion","dupions","duple","duplet","duplets","duplex","duplexed","duplexer","duplexers","duplexes","duplexing","duplexities","duplexity","duplicabilities","duplicability","duplicable","duplicand","duplicands","duplicate","duplicated","duplicately","duplicates","duplicating","duplication","duplications","duplicative","duplicator","duplicators","duplicature","duplicatures","duplicident","duplicities","duplicitous","duplicitously","duplicity","duplied","duplies","duply","duplying","dupondii","dupondius","dupped","duppies","dupping","duppy","dups","dura","durabilities","durability","durable","durableness","durablenesses","durables","durably","dural","durals","duralumin","duraluminium","duraluminiums","duralumins","duramen","duramens","durance","durances","durant","durants","duras","duration","durational","durations","durative","duratives","durbar","durbars","durchkomponiert","durchkomponirt","durdum","durdums","dure","dured","dureful","dures","duress","duresse","duresses","durgah","durgahs","durgan","durgans","durgier","durgiest","durgy","durian","durians","duricrust","duricrusts","during","durion","durions","durmast","durmasts","durn","durndest","durned","durneder","durnedest","durning","durns","duro","duroc","durocs","durometer","durometers","duros","duroy","duroys","durr","durra","durras","durrie","durries","durrs","durry","durst","durukuli","durukulis","durum","durums","durzi","durzis","dush","dushed","dushes","dushing","dusk","dusked","dusken","duskened","duskening","duskens","dusker","duskest","duskier","duskiest","duskily","duskiness","duskinesses","dusking","duskish","duskishly","duskishness","duskishnesses","duskly","duskness","dusknesses","dusks","dusky","dust","dustbin","dustbins","dustcart","dustcarts","dustcoat","dustcoats","dustcover","dustcovers","dusted","duster","dusters","dustheap","dustheaps","dustier","dustiest","dustily","dustiness","dustinesses","dusting","dustings","dustless","dustlike","dustman","dustmen","dustoff","dustoffs","dustpan","dustpans","dustproof","dustrag","dustrags","dusts","dustsheet","dustsheets","duststorm","duststorms","dustup","dustups","dusty","dutch","dutches","dutchman","dutchmen","duteous","duteously","duteousness","duteousnesses","dutiabilities","dutiability","dutiable","dutied","duties","dutiful","dutifully","dutifulness","dutifulnesses","duty","duumvir","duumviral","duumvirate","duumvirates","duumviri","duumvirs","duvet","duvetine","duvetines","duvets","duvetyn","duvetyne","duvetynes","duvetyns","dux","duxelles","duxes","duyker","duykers","dvandva","dvandvas","dvornik","dvorniks","dwaal","dwaals","dwale","dwales","dwalm","dwalmed","dwalming","dwalms","dwam","dwammed","dwamming","dwams","dwang","dwangs","dwarf","dwarfed","dwarfer","dwarfest","dwarfing","dwarfish","dwarfishly","dwarfishness","dwarfishnesses","dwarfism","dwarfisms","dwarflike","dwarfness","dwarfnesses","dwarfs","dwarves","dwaum","dwaumed","dwauming","dwaums","dweeb","dweebier","dweebiest","dweebish","dweebs","dweeby","dwell","dwelled","dweller","dwellers","dwelling","dwellings","dwells","dwelt","dwile","dwiles","dwindle","dwindled","dwindlement","dwindlements","dwindles","dwindling","dwine","dwined","dwines","dwining","dyable","dyad","dyadic","dyadically","dyadics","dyads","dyarchal","dyarchic","dyarchical","dyarchies","dyarchy","dybbuk","dybbukim","dybbukkim","dybbuks","dye","dyeabilities","dyeability","dyeable","dyed","dyeing","dyeings","dyeline","dyelines","dyer","dyers","dyes","dyester","dyesters","dyestuff","dyestuffs","dyeweed","dyeweeds","dyewood","dyewoods","dying","dyingly","dyingness","dyingnesses","dyings","dyke","dyked","dykes","dykey","dykier","dykiest","dyking","dykon","dykons","dynameter","dynameters","dynamic","dynamical","dynamically","dynamicist","dynamicists","dynamics","dynamise","dynamised","dynamises","dynamising","dynamism","dynamisms","dynamist","dynamistic","dynamists","dynamitard","dynamitards","dynamite","dynamited","dynamiter","dynamiters","dynamites","dynamitic","dynamiting","dynamize","dynamized","dynamizes","dynamizing","dynamo","dynamoelectric","dynamogeneses","dynamogenesis","dynamogenies","dynamogeny","dynamograph","dynamographs","dynamometer","dynamometers","dynamometric","dynamometrical","dynamometries","dynamometry","dynamos","dynamotor","dynamotors","dynast","dynastic","dynastical","dynastically","dynasties","dynasts","dynasty","dynatron","dynatrons","dyne","dynein","dyneins","dynel","dynels","dynes","dynode","dynodes","dynorphin","dynorphins","dyophysite","dyophysites","dyothelete","dyotheletes","dyotheletic","dyotheletical","dyotheletism","dyotheletisms","dyothelism","dyothelisms","dyothelite","dyothelites","dyothelitic","dyothelitical","dysaesthesia","dysaesthesias","dysaesthetic","dysarthria","dysarthrias","dysbindin","dysbindins","dyscalculia","dyscalculias","dyschroa","dyschroas","dyschroia","dyschroias","dyscrasia","dyscrasias","dyscrasic","dyscrasite","dyscrasites","dyscratic","dysenteric","dysenteries","dysentery","dysfunction","dysfunctional","dysfunctions","dysgeneses","dysgenesis","dysgenic","dysgenics","dysgraphia","dysgraphias","dysgraphic","dysharmonic","dyskinesia","dyskinesias","dyskinetic","dyslalia","dyslalias","dyslectic","dyslectics","dyslexia","dyslexias","dyslexic","dyslexics","dyslogies","dyslogistic","dyslogistically","dyslogy","dysmelia","dysmelias","dysmelic","dysmenorrhea","dysmenorrheal","dysmenorrheas","dysmenorrheic","dysmenorrhoea","dysmenorrhoeal","dysmenorrhoeas","dysmenorrhoeic","dysmorphic","dysmorphophobia","dysodil","dysodile","dysodiles","dysodils","dysodyle","dysodyles","dyspareunia","dyspareunias","dyspathetic","dyspathies","dyspathy","dyspepsia","dyspepsias","dyspepsies","dyspepsy","dyspeptic","dyspeptical","dyspeptically","dyspeptics","dysphagia","dysphagias","dysphagic","dysphagies","dysphagy","dysphasia","dysphasias","dysphasic","dysphasics","dysphemism","dysphemisms","dysphemistic","dysphonia","dysphonias","dysphonic","dysphoria","dysphorias","dysphoric","dysplasia","dysplasias","dysplastic","dyspnea","dyspneal","dyspneas","dyspneic","dyspnoea","dyspnoeal","dyspnoeas","dyspnoeic","dyspnoic","dyspraxia","dyspraxias","dyspraxic","dysprosium","dysprosiums","dysrhythmia","dysrhythmias","dysrhythmic","dyssynergia","dyssynergias","dystaxia","dystaxias","dystectic","dysteleological","dysteleologies","dysteleologist","dysteleologists","dysteleology","dysthesia","dysthesias","dysthetic","dysthymia","dysthymiac","dysthymiacs","dysthymias","dysthymic","dysthymics","dystocia","dystocial","dystocias","dystonia","dystonias","dystonic","dystopia","dystopian","dystopians","dystopias","dystrophia","dystrophias","dystrophic","dystrophies","dystrophin","dystrophins","dystrophy","dysuria","dysurias","dysuric","dysuries","dysury","dytiscid","dytiscids","dyvour","dyvouries","dyvours","dyvoury","dzeren","dzerens","dzho","dzhos","dziggetai","dziggetais","dzo","dzos","ea","each","eachwhere","eadish","eadishes","eager","eagerer","eagerest","eagerly","eagerness","eagernesses","eagers","eagle","eagled","eaglehawk","eaglehawks","eagles","eaglestone","eaglestones","eaglet","eaglets","eaglewood","eaglewoods","eagling","eagre","eagres","ealdorman","ealdormen","eale","eales","ean","eaned","eaning","eanling","eanlings","eans","ear","earache","earaches","earball","earballs","earbash","earbashed","earbasher","earbashers","earbashes","earbashing","earbashings","earbob","earbobs","earbud","earbuds","earcon","earcons","eard","earded","earding","eardrop","eardrops","eardrum","eardrums","eards","eared","earflap","earflaps","earful","earfuls","earing","earings","earl","earlap","earlaps","earldom","earldoms","earless","earlier","earlierise","earlierised","earlierises","earlierising","earlierize","earlierized","earlierizes","earlierizing","earlies","earliest","earlike","earliness","earlinesses","earlobe","earlobes","earlock","earlocks","earls","earlship","earlships","early","earlywood","earlywoods","earmark","earmarked","earmarking","earmarks","earmuff","earmuffs","earn","earned","earner","earners","earnest","earnestly","earnestness","earnestnesses","earnests","earning","earnings","earns","earphone","earphones","earpick","earpicks","earpiece","earpieces","earplug","earplugs","earring","earringed","earrings","ears","earshot","earshots","earsplitting","earst","earstone","earstones","earth","earthborn","earthbound","earthed","earthen","earthenware","earthenwares","earthfall","earthfalls","earthfast","earthflax","earthflaxes","earthier","earthiest","earthily","earthiness","earthinesses","earthing","earthlier","earthlies","earthliest","earthlight","earthlights","earthlike","earthliness","earthlinesses","earthling","earthlings","earthly","earthman","earthmen","earthmover","earthmovers","earthmoving","earthmovings","earthnut","earthnuts","earthpea","earthpeas","earthquake","earthquaked","earthquakes","earthquaking","earthrise","earthrises","earths","earthset","earthsets","earthshaker","earthshakers","earthshaking","earthshakingly","earthshattering","earthshine","earthshines","earthstar","earthstars","earthward","earthwards","earthwax","earthwaxes","earthwolf","earthwolves","earthwoman","earthwomen","earthwork","earthworks","earthworm","earthworms","earthy","earwax","earwaxes","earwig","earwigged","earwigging","earwiggings","earwiggy","earwigs","earwitness","earwitnesses","earworm","earworms","eas","ease","eased","easeful","easefully","easefulness","easefulnesses","easel","easeled","easeless","easels","easement","easements","easer","easers","eases","easied","easier","easies","easiest","easily","easiness","easinesses","easing","easings","easle","easles","eassel","easselgate","easselward","eassil","east","eastabout","eastbound","easted","easter","easterlies","easterling","easterlings","easterly","eastermost","eastern","easterner","easterners","easternmost","easters","easting","eastings","eastland","eastlands","eastlin","eastling","eastlings","eastlins","eastmost","easts","eastward","eastwardly","eastwards","easy","easygoing","easygoingness","easygoingnesses","easying","eat","eatable","eatables","eatage","eatages","eatche","eatches","eaten","eater","eaterie","eateries","eaters","eatery","eath","eathe","eathly","eating","eatings","eats","eau","eaus","eaux","eave","eaved","eaves","eavesdrip","eavesdrips","eavesdrop","eavesdropped","eavesdropper","eavesdroppers","eavesdropping","eavesdroppings","eavesdrops","eavestrough","eavestroughs","ebauche","ebauches","ebayer","ebayers","ebaying","ebayings","ebb","ebbed","ebbet","ebbets","ebbing","ebbless","ebbs","ebenezer","ebenezers","ebeniste","ebenistes","ebionise","ebionised","ebionises","ebionising","ebionism","ebionisms","ebionitic","ebionitism","ebionitisms","ebionize","ebionized","ebionizes","ebionizing","ebon","ebonics","ebonies","ebonise","ebonised","ebonises","ebonising","ebonist","ebonists","ebonite","ebonites","ebonize","ebonized","ebonizes","ebonizing","ebons","ebony","ebook","ebooks","eboulement","eboulements","ebracteate","ebracteolate","ebriate","ebriated","ebrieties","ebriety","ebrillade","ebrillades","ebriose","ebriosities","ebriosity","ebullience","ebulliences","ebulliencies","ebulliency","ebullient","ebulliently","ebulliometer","ebulliometers","ebulliometries","ebulliometry","ebullioscope","ebullioscopes","ebullioscopic","ebullioscopical","ebullioscopies","ebullioscopy","ebullition","ebullitions","eburnation","eburnations","eburnean","eburneous","eburnification","eburnifications","ecad","ecads","ecardinate","ecarinate","ecarte","ecartes","ecaudate","ecblasteses","ecblastesis","ecbole","ecboles","ecbolic","ecbolics","eccaleobion","eccaleobions","ecce","eccentric","eccentrical","eccentrically","eccentricities","eccentricity","eccentrics","ecchymosed","ecchymoses","ecchymosis","ecchymotic","ecclesia","ecclesiae","ecclesial","ecclesiarch","ecclesiarchs","ecclesiast","ecclesiastic","ecclesiastical","ecclesiastically","ecclesiasticism","ecclesiasticisms","ecclesiastics","ecclesiasts","ecclesiolater","ecclesiolaters","ecclesiolatries","ecclesiolatry","ecclesiological","ecclesiologies","ecclesiologist","ecclesiologists","ecclesiology","ecco","eccoprotic","eccoprotics","eccremocarpus","eccremocarpuses","eccrine","eccrinologies","eccrinology","eccrises","eccrisis","eccritic","eccritics","ecdemic","ecdyses","ecdysial","ecdysiast","ecdysiasts","ecdysis","ecdyson","ecdysone","ecdysones","ecdysons","ecesic","ecesis","ecesises","ech","echappe","echappes","echard","echards","eche","eched","echelle","echelles","echelon","echeloned","echeloning","echelons","eches","echeveria","echeverias","echidna","echidnae","echidnas","echidnine","echidnines","echinacea","echinaceas","echinate","echinated","eching","echini","echinococci","echinococcoses","echinococcosis","echinococcus","echinoderm","echinodermal","echinodermatous","echinoderms","echinoid","echinoids","echinus","echinuses","echium","echiums","echiuran","echiurans","echiuroid","echiuroids","echo","echocardiogram","echocardiograms","echocardiographer","echocardiographers","echocardiographic","echocardiographies","echocardiography","echoed","echoer","echoers","echoes","echoey","echogram","echograms","echograph","echographies","echographs","echography","echoic","echoically","echoier","echoiest","echoing","echoise","echoised","echoises","echoising","echoism","echoisms","echoist","echoists","echoize","echoized","echoizes","echoizing","echolalia","echolalias","echolalic","echoless","echolocation","echolocations","echopraxes","echopraxia","echopraxias","echopraxis","echos","echovirus","echoviruses","echt","eclair","eclaircissement","eclaircissements","eclairs","eclampsia","eclampsias","eclampsies","eclampsy","eclamptic","eclat","eclats","eclectic","eclectically","eclecticism","eclecticisms","eclectics","eclipse","eclipsed","eclipser","eclipsers","eclipses","eclipsing","eclipsis","eclipsises","ecliptic","ecliptically","ecliptics","eclogite","eclogites","eclogue","eclogues","eclose","eclosed","ecloses","eclosing","eclosion","eclosions","eco","ecocatastrophe","ecocatastrophes","ecocentric","ecocidal","ecocide","ecocides","ecoclimate","ecoclimates","ecod","ecofeminism","ecofeminisms","ecofeminist","ecofeminists","ecofreak","ecofreaks","ecofriendly","ecolodge","ecolodges","ecologic","ecological","ecologically","ecologies","ecologist","ecologists","ecology","ecomap","ecomaps","ecommerce","ecommerces","econobox","econoboxes","econometric","econometrical","econometrically","econometrician","econometricians","econometrics","econometrist","econometrists","economic","economical","economically","economics","economies","economisation","economisations","economise","economised","economiser","economisers","economises","economising","economism","economisms","economist","economistic","economists","economization","economizations","economize","economized","economizer","economizers","economizes","economizing","economy","econut","econuts","ecophobia","ecophobias","ecophysiological","ecophysiologies","ecophysiology","ecorche","ecorches","ecoregion","ecoregions","ecos","ecospecies","ecospecific","ecosphere","ecospheres","ecossaise","ecossaises","ecostate","ecosystem","ecosystems","ecotage","ecotages","ecotarian","ecotarians","ecotecture","ecotectures","ecoterrorism","ecoterrorisms","ecoterrorist","ecoterrorists","ecotonal","ecotone","ecotones","ecotour","ecotourism","ecotourisms","ecotourist","ecotourists","ecotours","ecotoxic","ecotoxicologies","ecotoxicologist","ecotoxicology","ecotype","ecotypes","ecotypic","ecotypically","ecphoneses","ecphonesis","ecphractic","ecphractics","ecphrases","ecphrasis","ecraseur","ecraseurs","ecritoire","ecritoires","ecru","ecrus","ecstases","ecstasied","ecstasies","ecstasis","ecstasise","ecstasised","ecstasises","ecstasising","ecstasize","ecstasized","ecstasizes","ecstasizing","ecstasy","ecstasying","ecstatic","ecstatically","ecstatics","ectases","ectasia","ectasias","ectasis","ectatic","ecthlipses","ecthlipsis","ecthyma","ecthymas","ecthymata","ectoblast","ectoblastic","ectoblasts","ectocrine","ectocrines","ectoderm","ectodermal","ectodermic","ectoderms","ectoenzyme","ectoenzymes","ectogeneses","ectogenesis","ectogenetic","ectogenic","ectogenically","ectogenies","ectogenous","ectogeny","ectomere","ectomeres","ectomeric","ectomorph","ectomorphic","ectomorphies","ectomorphs","ectomorphy","ectomycorrhiza","ectomycorrhizae","ectomycorrhizas","ectoparasite","ectoparasites","ectoparasitic","ectophyte","ectophytes","ectophytic","ectopia","ectopias","ectopic","ectopically","ectopies","ectoplasm","ectoplasmic","ectoplasms","ectoplastic","ectoproct","ectoprocts","ectopy","ectosarc","ectosarcous","ectosarcs","ectotherm","ectothermic","ectotherms","ectotrophic","ectozoa","ectozoan","ectozoans","ectozoic","ectozoon","ectropic","ectropion","ectropions","ectropium","ectropiums","ectypal","ectype","ectypes","ectypographies","ectypography","ecu","ecuelle","ecuelles","ecumenic","ecumenical","ecumenicalism","ecumenicalisms","ecumenically","ecumenicism","ecumenicisms","ecumenicist","ecumenicists","ecumenicities","ecumenicity","ecumenics","ecumenism","ecumenisms","ecumenist","ecumenists","ecurie","ecuries","ecus","eczema","eczemas","eczematous","ed","edacious","edaciously","edaciousness","edaciousnesses","edacities","edacity","edamame","edamames","edaphic","edaphically","edaphologies","edaphology","eddied","eddies","eddish","eddishes","eddo","eddoes","eddy","eddying","edelweiss","edelweisses","edema","edemas","edemata","edematose","edematous","edenic","edental","edentate","edentates","edentulate","edentulous","edge","edgebone","edgebones","edged","edgeless","edger","edgers","edges","edgeways","edgewise","edgier","edgiest","edgily","edginess","edginesses","edging","edgings","edgy","edh","edhs","edibilities","edibility","edible","edibleness","ediblenesses","edibles","edict","edictal","edictally","edicts","edification","edifications","edificatory","edifice","edifices","edificial","edified","edifier","edifiers","edifies","edify","edifying","edifyingly","edile","ediles","edit","editable","edited","editing","editings","edition","editioned","editioning","editions","editor","editorial","editorialise","editorialised","editorialiser","editorialisers","editorialises","editorialising","editorialist","editorialists","editorialization","editorializations","editorialize","editorialized","editorializer","editorializers","editorializes","editorializing","editorially","editorials","editors","editorship","editorships","editress","editresses","editrices","editrix","editrixes","edits","edriophthalmian","edriophthalmic","edriophthalmous","eds","educabilities","educability","educable","educables","educatabilities","educatability","educatable","educate","educated","educatedness","educatednesses","educates","educating","education","educational","educationalist","educationalists","educationally","educationese","educationeses","educationist","educationists","educations","educative","educator","educators","educatory","educe","educed","educement","educements","educes","educible","educing","educt","eduction","eductions","eductive","eductor","eductors","educts","edulcorant","edulcorate","edulcorated","edulcorates","edulcorating","edulcoration","edulcorations","edulcorative","edulcorator","edulcorators","edutainment","edutainments","ee","eech","eeched","eeches","eeching","eejit","eejits","eek","eel","eelfare","eelfares","eelgrass","eelgrasses","eelier","eeliest","eellike","eelpout","eelpouts","eels","eelworm","eelworms","eelwrack","eelwracks","eely","een","eerie","eerier","eeriest","eerily","eeriness","eerinesses","eery","eeven","eevens","eevn","eevning","eevnings","eevns","ef","eff","effable","efface","effaceable","effaced","effacement","effacements","effacer","effacers","effaces","effacing","effect","effected","effecter","effecters","effectible","effecting","effective","effectively","effectiveness","effectivenesses","effectives","effectivities","effectivity","effectless","effector","effectors","effects","effectual","effectualities","effectuality","effectually","effectualness","effectualnesses","effectuate","effectuated","effectuates","effectuating","effectuation","effectuations","effed","effeir","effeired","effeiring","effeirs","effeminacies","effeminacy","effeminate","effeminated","effeminately","effeminateness","effeminates","effeminating","effeminise","effeminised","effeminises","effeminising","effeminize","effeminized","effeminizes","effeminizing","effendi","effendis","effere","effered","efference","efferences","efferent","efferently","efferents","efferes","effering","effervesce","effervesced","effervescence","effervescences","effervescencies","effervescency","effervescent","effervescently","effervesces","effervescible","effervescing","effervescingly","effete","effetely","effeteness","effetenesses","efficacies","efficacious","efficaciously","efficaciousness","efficaciousnesses","efficacities","efficacity","efficacy","efficience","efficiences","efficiencies","efficiency","efficient","efficiently","efficients","effierce","effierced","effierces","effiercing","effigial","effigies","effigurate","effiguration","effigurations","effigy","effing","effings","effleurage","effleuraged","effleurages","effleuraging","effloresce","effloresced","efflorescence","efflorescences","efflorescent","effloresces","efflorescing","effluence","effluences","effluent","effluents","effluvia","effluvial","effluvium","effluviums","efflux","effluxes","effluxion","effluxions","efforce","efforced","efforces","efforcing","effort","effortful","effortfully","effortfulness","effortfulnesses","effortless","effortlessly","effortlessness","effortlessnesses","efforts","effraide","effray","effrays","effronteries","effrontery","effs","effulge","effulged","effulgence","effulgences","effulgent","effulgently","effulges","effulging","effuse","effused","effuses","effusing","effusiometer","effusiometers","effusion","effusions","effusive","effusively","effusiveness","effusivenesses","efs","eft","eftest","efts","eftsoon","eftsoons","egad","egads","egal","egalitarian","egalitarianism","egalitarianisms","egalitarians","egalite","egalites","egalities","egality","egally","egarement","egarements","egence","egences","egencies","egency","eger","egers","egest","egesta","egested","egesting","egestion","egestions","egestive","egests","egg","eggar","eggars","eggbeater","eggbeaters","eggcup","eggcups","egged","egger","eggeries","eggers","eggery","eggfruit","eggfruits","egghead","eggheaded","eggheadedness","eggheadednesses","eggheads","eggier","eggiest","egging","eggler","egglers","eggless","eggmass","eggmasses","eggnog","eggnogs","eggplant","eggplants","eggs","eggshell","eggshells","eggwash","eggwashes","eggwhisk","eggwhisks","eggy","egis","egises","eglandular","eglandulose","eglantine","eglantines","eglatere","eglateres","eglomise","egma","egmas","ego","egocentric","egocentrically","egocentricities","egocentricity","egocentrics","egocentrism","egocentrisms","egoism","egoisms","egoist","egoistic","egoistical","egoistically","egoists","egoities","egoity","egoless","egomania","egomaniac","egomaniacal","egomaniacally","egomaniacs","egomanias","egos","egotheism","egotheisms","egotise","egotised","egotises","egotising","egotism","egotisms","egotist","egotistic","egotistical","egotistically","egotists","egotize","egotized","egotizes","egotizing","egregious","egregiously","egregiousness","egregiousnesses","egress","egressed","egresses","egressing","egression","egressions","egressive","egressives","egret","egrets","egurgitate","egurgitated","egurgitates","egurgitating","egyptian","egyptians","eh","ehed","ehing","ehs","eicosanoid","eicosanoids","eide","eident","eider","eiderdown","eiderdowns","eiders","eidetic","eidetically","eidetics","eidograph","eidographs","eidola","eidolic","eidolon","eidolons","eidos","eigenfrequency","eigenfunction","eigenfunctions","eigenmode","eigenmodes","eigentone","eigentones","eigenvalue","eigenvalues","eigenvector","eigenvectors","eight","eightball","eightballs","eighteen","eighteenmo","eighteenmos","eighteens","eighteenth","eighteenthly","eighteenths","eightfoil","eightfoils","eightfold","eighth","eighthly","eighths","eighties","eightieth","eightieths","eightpence","eightpences","eightpenny","eights","eightscore","eightscores","eightsman","eightsmen","eightsome","eightsomes","eightvo","eightvos","eighty","eigne","eik","eiked","eiking","eikon","eikones","eikons","eiks","eild","eilding","eildings","eilds","eina","eine","einkorn","einkorns","einstein","einsteinium","einsteiniums","einsteins","eirack","eiracks","eirenic","eirenical","eirenically","eirenicon","eirenicons","eisegeses","eisegesis","eisel","eisell","eisells","eisels","eish","eisteddfod","eisteddfodau","eisteddfodic","eisteddfods","eiswein","eisweins","either","ejaculate","ejaculated","ejaculates","ejaculating","ejaculation","ejaculations","ejaculative","ejaculator","ejaculators","ejaculatory","eject","ejecta","ejectable","ejectamenta","ejected","ejecting","ejection","ejections","ejective","ejectively","ejectives","ejectment","ejectments","ejector","ejectors","ejects","eke","eked","ekes","eking","ekistic","ekistical","ekistician","ekisticians","ekistics","ekka","ekkas","eklogite","eklogites","ekphrases","ekphrasis","ekpwele","ekpweles","ektexine","ektexines","ekuele","el","elaborate","elaborated","elaborately","elaborateness","elaboratenesses","elaborates","elaborating","elaboration","elaborations","elaborative","elaborator","elaboratories","elaborators","elaboratory","elaeolite","elaeolites","elaeoptene","elaeoptenes","elain","elains","elaiosome","elaiosomes","elan","elance","elanced","elances","elancing","eland","elands","elanet","elanets","elans","elaphine","elapid","elapids","elapine","elapse","elapsed","elapses","elapsing","elasmobranch","elasmobranchs","elasmosaur","elasmosaurs","elastance","elastances","elastane","elastanes","elastase","elastases","elastic","elastically","elasticate","elasticated","elasticates","elasticating","elastication","elastications","elasticise","elasticised","elasticises","elasticising","elasticities","elasticity","elasticize","elasticized","elasticizes","elasticizing","elasticness","elasticnesses","elastics","elastin","elastins","elastomer","elastomeric","elastomers","elate","elated","elatedly","elatedness","elatednesses","elater","elaterid","elaterids","elaterin","elaterins","elaterite","elaterites","elaterium","elateriums","elaters","elates","elating","elation","elations","elative","elatives","elbow","elbowed","elbowing","elbowroom","elbowrooms","elbows","elchee","elchees","elchi","elchis","eld","elder","elderberries","elderberry","eldercare","eldercares","elderlies","elderliness","elderlinesses","elderly","elders","eldership","elderships","eldest","eldin","elding","eldings","eldins","eldorado","eldorados","eldress","eldresses","eldrich","eldritch","elds","elecampane","elecampanes","elect","electabilities","electability","electable","elected","electee","electees","electing","election","electioneer","electioneered","electioneerer","electioneerers","electioneering","electioneerings","electioneers","elections","elective","electively","electiveness","electivenesses","electives","electivities","electivity","elector","electoral","electorally","electorate","electorates","electoress","electoresses","electorial","electorially","electors","electorship","electorships","electress","electresses","electret","electrets","electric","electrical","electrically","electricals","electrician","electricians","electricities","electricity","electrics","electrifiable","electrification","electrifications","electrified","electrifier","electrifiers","electrifies","electrify","electrifying","electrifyingly","electrisation","electrisations","electrise","electrised","electrises","electrising","electrization","electrizations","electrize","electrized","electrizes","electrizing","electro","electroacoustic","electroacoustics","electroactive","electroactivity","electroanalyses","electroanalysis","electroanalytic","electroanalytical","electrobiology","electrocardiogram","electrocardiograms","electrocardiograph","electrocardiographic","electrocardiographically","electrocardiographies","electrocardiographs","electrocardiography","electrocautery","electrocement","electrocements","electrochemic","electrochemical","electrochemically","electrochemist","electrochemistries","electrochemistry","electrochemists","electroclash","electroclashes","electroconvulsive","electrocorticogram","electrocorticograms","electroculture","electrocultures","electrocute","electrocuted","electrocutes","electrocuting","electrocution","electrocutions","electrocyte","electrocytes","electrode","electrodeposit","electrodeposited","electrodepositing","electrodeposition","electrodepositions","electrodeposits","electrodermal","electrodes","electrodesiccation","electrodesiccations","electrodialyses","electrodialysis","electrodialytic","electrodynamic","electrodynamics","electrodynamometer","electrodynamometers","electroed","electroencephalogram","electroencephalograms","electroencephalograph","electroencephalographer","electroencephalographers","electroencephalographic","electroencephalographically","electroencephalographies","electroencephalographs","electroencephalography","electrofishing","electrofishings","electrofluor","electrofluors","electroform","electroformed","electroforming","electroformings","electroforms","electrogen","electrogeneses","electrogenesis","electrogenic","electrogens","electrogilding","electrogildings","electrogram","electrograms","electrograph","electrographic","electrographies","electrographs","electrography","electrohydraulic","electroing","electrojet","electrojets","electrokinetic","electrokinetics","electroless","electrolier","electroliers","electrologies","electrologist","electrologists","electrology","electroluminescence","electroluminescences","electroluminescent","electrolysation","electrolyse","electrolysed","electrolyser","electrolysers","electrolyses","electrolysing","electrolysis","electrolyte","electrolytes","electrolytic","electrolytically","electrolytics","electrolyzation","electrolyze","electrolyzed","electrolyzer","electrolyzers","electrolyzes","electrolyzing","electromagnet","electromagnetic","electromagnetically","electromagnetism","electromagnetisms","electromagnets","electromechanical","electromechanically","electromer","electromeric","electromerism","electromerisms","electromers","electrometallurgies","electrometallurgy","electrometer","electrometers","electrometric","electrometrical","electrometries","electrometry","electromotance","electromotances","electromotive","electromotor","electromotors","electromyogram","electromyograms","electromyograph","electromyographic","electromyographically","electromyographies","electromyographs","electromyography","electron","electronegative","electronegativities","electronegativity","electronic","electronica","electronically","electronicas","electronics","electrons","electronvolt","electronvolts","electrooculogram","electrooculograms","electrooculographies","electrooculography","electroosmoses","electroosmosis","electroosmotic","electropherogram","electropherograms","electrophile","electrophiles","electrophilic","electrophilicities","electrophilicity","electrophone","electrophones","electrophonic","electrophorese","electrophoresed","electrophoreses","electrophoresing","electrophoresis","electrophoretic","electrophoretically","electrophoretogram","electrophoretograms","electrophori","electrophorus","electrophoruses","electrophotographic","electrophotographies","electrophotography","electrophysiologic","electrophysiological","electrophysiologically","electrophysiologies","electrophysiologist","electrophysiologists","electrophysiology","electroplate","electroplated","electroplater","electroplaters","electroplates","electroplating","electroplatings","electropolar","electropositive","electroreceptor","electroretinogram","electroretinograms","electroretinograph","electroretinographic","electroretinographies","electroretinographs","electroretinography","electrorheology","electros","electroscope","electroscopes","electroscopic","electroshock","electroshocks","electrosonde","electrosondes","electrostatic","electrostatically","electrostatics","electrosurgeries","electrosurgery","electrosurgical","electrotechnics","electrotherapies","electrotherapy","electrothermal","electrothermally","electrothermic","electrothermics","electrothermies","electrothermy","electrotint","electrotints","electrotonic","electrotonically","electrotonus","electrotonuses","electrotype","electrotyped","electrotyper","electrotypers","electrotypes","electrotypic","electrotypies","electrotyping","electrotypist","electrotypists","electrotypy","electrovalence","electrovalences","electrovalency","electrovalent","electrovalently","electroweak","electrowinning","electrowinnings","electrum","electrums","elects","electuaries","electuary","eledoisin","eledoisins","eleemosynary","elegance","elegances","elegancies","elegancy","elegant","elegantly","elegiac","elegiacal","elegiacally","elegiacs","elegiast","elegiasts","elegies","elegise","elegised","elegises","elegising","elegist","elegists","elegit","elegits","elegize","elegized","elegizes","elegizing","elegy","element","elemental","elementalism","elementalisms","elementally","elementals","elementarily","elementariness","elementarinesses","elementary","elements","elemi","elemis","elench","elenchi","elenchic","elenchs","elenchtic","elenchus","elenctic","eleoptene","eleoptenes","elephant","elephantiases","elephantiasic","elephantiasis","elephantine","elephantoid","elephants","eleutherarch","eleutherarchs","eleutheri","eleutherian","eleutherococci","eleutherococcus","eleutherodactyl","eleutheromania","eleutheromanias","eleutherophobia","eleutherophobic","elevate","elevated","elevateds","elevates","elevating","elevation","elevational","elevations","elevator","elevators","elevatory","eleven","elevens","elevenses","eleventh","eleventhly","elevenths","elevon","elevons","elf","elfed","elfhood","elfhoods","elfin","elfing","elfins","elfish","elfishly","elfishness","elfishnesses","elfland","elflands","elflike","elflock","elflocks","elfs","elhi","eliad","eliads","eliche","eliches","elicit","elicitable","elicitation","elicitations","elicited","eliciting","elicitor","elicitors","elicits","elide","elided","elides","elidible","eliding","eligibilities","eligibility","eligible","eligibles","eligibly","eliminabilities","eliminability","eliminable","eliminant","eliminants","eliminate","eliminated","eliminates","eliminating","elimination","eliminations","eliminative","eliminator","eliminators","eliminatory","elint","elints","elision","elisions","elite","elites","elitism","elitisms","elitist","elitists","elixir","elixirs","elk","elkhorn","elkhound","elkhounds","elks","ell","ellagic","ellipse","ellipses","ellipsis","ellipsograph","ellipsographs","ellipsoid","ellipsoidal","ellipsoids","elliptic","elliptical","elliptically","ellipticalness","ellipticals","ellipticities","ellipticity","ellops","ellopses","ells","ellwand","ellwands","elm","elmen","elmier","elmiest","elms","elmwood","elmwoods","elmy","elocute","elocuted","elocutes","elocuting","elocution","elocutionary","elocutionist","elocutionists","elocutions","elocutory","elodea","elodeas","eloge","eloges","elogies","elogist","elogists","elogium","elogiums","elogy","eloign","eloigned","eloigner","eloigners","eloigning","eloignment","eloignments","eloigns","eloin","eloined","eloiner","eloiners","eloining","eloinment","eloinments","eloins","elongate","elongated","elongates","elongating","elongation","elongations","elope","eloped","elopement","elopements","eloper","elopers","elopes","eloping","elops","elopses","eloquence","eloquences","eloquent","eloquently","elpee","elpees","els","else","elsewhere","elsewhither","elsewise","elshin","elshins","elsin","elsins","elt","eltchi","eltchis","elts","eluant","eluants","eluate","eluates","elucidate","elucidated","elucidates","elucidating","elucidation","elucidations","elucidative","elucidator","elucidators","elucidatory","elucubrate","elucubrated","elucubrates","elucubrating","elucubration","elucubrations","elude","eluded","eluder","eluders","eludes","eludible","eluding","eluent","eluents","elusion","elusions","elusive","elusively","elusiveness","elusivenesses","elusoriness","elusorinesses","elusory","elute","eluted","elutes","eluting","elution","elutions","elutor","elutors","elutriate","elutriated","elutriates","elutriating","elutriation","elutriations","elutriator","elutriators","eluvia","eluvial","eluviate","eluviated","eluviates","eluviating","eluviation","eluviations","eluvium","eluviums","elvan","elvanite","elvanites","elvans","elver","elvers","elves","elvish","elvishly","elvishness","elvishnesses","elysian","elytra","elytral","elytriform","elytrigerous","elytroid","elytron","elytrous","elytrum","em","emaciate","emaciated","emaciates","emaciating","emaciation","emaciations","emacs","emacsen","email","emailed","emailer","emailers","emailing","emailings","emails","emalangeni","emanant","emanate","emanated","emanates","emanating","emanation","emanational","emanations","emanatist","emanatists","emanative","emanator","emanators","emanatory","emancipate","emancipated","emancipates","emancipating","emancipation","emancipationist","emancipationists","emancipations","emancipative","emancipator","emancipators","emancipatory","emancipist","emancipists","emarginate","emarginated","emarginately","emarginates","emarginating","emargination","emarginations","emasculate","emasculated","emasculates","emasculating","emasculation","emasculations","emasculative","emasculator","emasculators","emasculatory","embace","embaces","embacing","embail","embailed","embailing","embails","embale","embaled","embales","embaling","emball","emballed","emballing","emballings","emballs","embalm","embalmed","embalmer","embalmers","embalming","embalmings","embalmment","embalmments","embalms","embank","embanked","embanker","embankers","embanking","embankment","embankments","embanks","embar","embarcadero","embarcaderos","embarcation","embarcations","embargo","embargoed","embargoes","embargoing","embark","embarkation","embarkations","embarked","embarking","embarkment","embarkments","embarks","embarquement","embarquements","embarrass","embarrassable","embarrassed","embarrassedly","embarrasses","embarrassing","embarrassingly","embarrassment","embarrassments","embarred","embarring","embarrings","embars","embase","embased","embasement","embasements","embases","embasing","embassade","embassades","embassador","embassadors","embassage","embassages","embassies","embassy","embaste","embathe","embathed","embathes","embathing","embattle","embattled","embattlement","embattlements","embattles","embattling","embay","embayed","embaying","embayld","embayment","embayments","embays","embed","embedded","embedding","embeddings","embedment","embedments","embeds","embellish","embellished","embellisher","embellishers","embellishes","embellishing","embellishingly","embellishment","embellishments","ember","embers","embezzle","embezzled","embezzlement","embezzlements","embezzler","embezzlers","embezzles","embezzling","embitter","embittered","embitterer","embitterers","embittering","embitterings","embitterment","embitterments","embitters","emblaze","emblazed","emblazer","emblazers","emblazes","emblazing","emblazon","emblazoned","emblazoner","emblazoners","emblazoning","emblazonment","emblazonments","emblazonries","emblazonry","emblazons","emblem","emblema","emblemata","emblematic","emblematical","emblematically","emblematise","emblematised","emblematises","emblematising","emblematist","emblematists","emblematize","emblematized","emblematizes","emblematizing","emblemed","emblements","embleming","emblemise","emblemised","emblemises","emblemising","emblemize","emblemized","emblemizes","emblemizing","emblems","emblic","emblics","embloom","embloomed","emblooming","emblooms","emblossom","emblossomed","emblossoming","emblossoms","embodied","embodier","embodiers","embodies","embodiment","embodiments","embody","embodying","embog","embogged","embogging","embogs","embogue","embogued","embogues","emboguing","emboil","emboiled","emboiling","emboils","emboitement","emboitements","embolden","emboldened","emboldener","emboldeners","emboldening","emboldens","embolectomies","embolectomy","emboli","embolic","embolies","embolisation","embolisations","embolise","embolised","embolises","embolising","embolism","embolismal","embolismic","embolisms","embolization","embolizations","embolize","embolized","embolizes","embolizing","embolus","emboluses","emboly","embonpoint","embonpoints","emborder","embordered","embordering","emborders","emboscata","emboscatas","embosk","embosked","embosking","embosks","embosom","embosomed","embosoming","embosoms","emboss","embossable","embossed","embosser","embossers","embosses","embossing","embossment","embossments","embost","embothrium","embothriums","embouchure","embouchures","embound","embounded","embounding","embounds","embourgeoise","embourgeoised","embourgeoisement","embourgeoisements","embourgeoises","embourgeoising","embow","embowed","embowel","emboweled","emboweling","embowelled","embowelling","embowelment","embowelments","embowels","embower","embowered","embowering","embowerment","embowerments","embowers","embowing","embowment","embowments","embows","embox","emboxed","emboxes","emboxing","embrace","embraceable","embraced","embracement","embracements","embraceor","embraceors","embracer","embraceries","embracers","embracery","embraces","embracing","embracingly","embracingness","embracingnesses","embracive","embraid","embraided","embraiding","embraids","embranchment","embranchments","embrangle","embrangled","embranglement","embranglements","embrangles","embrangling","embrasor","embrasors","embrasure","embrasured","embrasures","embrave","embraved","embraves","embraving","embrazure","embrazures","embread","embreaded","embreading","embreads","embreathe","embreathed","embreathes","embreathing","embrittle","embrittled","embrittlement","embrittlements","embrittles","embrittling","embrocate","embrocated","embrocates","embrocating","embrocation","embrocations","embroglio","embroglios","embroider","embroidered","embroiderer","embroiderers","embroideries","embroidering","embroiders","embroidery","embroil","embroiled","embroiler","embroilers","embroiling","embroilment","embroilments","embroils","embrown","embrowned","embrowning","embrowns","embrue","embrued","embruement","embruements","embrues","embruing","embrute","embruted","embrutes","embruting","embryectomies","embryectomy","embryo","embryogeneses","embryogenesis","embryogenetic","embryogenic","embryogenies","embryogeny","embryoid","embryoids","embryologic","embryological","embryologically","embryologies","embryologist","embryologists","embryology","embryon","embryonal","embryonate","embryonated","embryonic","embryonically","embryons","embryophyte","embryophytes","embryos","embryotic","embryotically","embryotomies","embryotomy","embryulcia","embryulcias","embus","embused","embuses","embusied","embusies","embusing","embusque","embusques","embussed","embusses","embussing","embusy","embusying","emcee","emceed","emceeing","emcees","emdash","emdashes","eme","emeer","emeerate","emeerates","emeers","emend","emendable","emendals","emendate","emendated","emendates","emendating","emendation","emendations","emendator","emendators","emendatory","emended","emender","emenders","emending","emends","emerald","emeralds","emeraude","emeraudes","emerge","emerged","emergence","emergences","emergencies","emergency","emergent","emergently","emergents","emerges","emerging","emeried","emeries","emerita","emeritae","emeritas","emeriti","emeritus","emerod","emerods","emeroid","emeroids","emerse","emersed","emersion","emersions","emery","emerying","emes","emeses","emesis","emetic","emetical","emetically","emetics","emetin","emetine","emetines","emetins","emetophobia","emetophobias","emeu","emeus","emeute","emeutes","emf","emfs","emic","emicant","emicate","emicated","emicates","emicating","emication","emications","emiction","emictions","emictory","emigrant","emigrants","emigrate","emigrated","emigrates","emigrating","emigration","emigrational","emigrationist","emigrationists","emigrations","emigratory","emigre","emigres","eminence","eminences","eminencies","eminency","eminent","eminential","eminently","emir","emirate","emirates","emirs","emissaries","emissary","emissile","emission","emissions","emissive","emissivities","emissivity","emit","emits","emittance","emittances","emitted","emitter","emitters","emitting","emlets","emma","emmarble","emmarbled","emmarbles","emmarbling","emmas","emmenagogic","emmenagogue","emmenagogues","emmenologies","emmenology","emmer","emmers","emmesh","emmeshed","emmeshes","emmeshing","emmet","emmetrope","emmetropes","emmetropia","emmetropias","emmetropic","emmets","emmew","emmewed","emmewing","emmews","emmove","emmoved","emmoves","emmoving","emmy","emmys","emo","emodin","emodins","emollescence","emollescences","emolliate","emolliated","emolliates","emolliating","emollience","emolliences","emollient","emollients","emollition","emollitions","emolument","emolumental","emolumentary","emoluments","emong","emonges","emongest","emongst","emos","emote","emoted","emoter","emoters","emotes","emoticon","emoticons","emoting","emotion","emotionable","emotional","emotionalise","emotionalised","emotionalises","emotionalising","emotionalism","emotionalisms","emotionalist","emotionalistic","emotionalists","emotionalities","emotionality","emotionalize","emotionalized","emotionalizes","emotionalizing","emotionally","emotionless","emotionlessly","emotionlessness","emotionlessnesses","emotions","emotive","emotively","emotiveness","emotivenesses","emotivism","emotivisms","emotivities","emotivity","emove","emoved","emoves","emoving","empacket","empacketed","empacketing","empackets","empaestic","empaire","empaired","empaires","empairing","empale","empaled","empalement","empalements","empaler","empalers","empales","empaling","empanada","empanadas","empanel","empaneled","empaneling","empanelled","empanelling","empanelment","empanelments","empanels","empanoplied","empanoplies","empanoply","empanoplying","emparadise","emparadised","emparadises","emparadising","empare","empared","empares","emparing","emparl","emparlaunce","emparlaunces","emparled","emparling","emparls","empart","emparted","emparting","emparts","empassionate","empassioned","empathetic","empathetically","empathic","empathically","empathies","empathise","empathised","empathises","empathising","empathist","empathists","empathize","empathized","empathizes","empathizing","empathy","empatron","empatroned","empatroning","empatrons","empayre","empayred","empayres","empayring","empeach","empeached","empeaches","empeaching","empennage","empennages","empeople","empeopled","empeoples","empeopling","emperce","emperced","emperces","empercing","emperies","emperise","emperised","emperises","emperish","emperished","emperishes","emperishing","emperising","emperize","emperized","emperizes","emperizing","emperor","emperors","emperorship","emperorships","empery","emphases","emphasis","emphasise","emphasised","emphasises","emphasising","emphasize","emphasized","emphasizes","emphasizing","emphatic","emphatical","emphatically","emphaticalness","emphatics","emphlyses","emphlysis","emphractic","emphractics","emphysema","emphysemas","emphysematous","emphysemic","emphysemics","emphyteuses","emphyteusis","emphyteutic","empiecement","empiecements","empierce","empierced","empierces","empiercing","empight","empire","empires","empiric","empirical","empirically","empiricalness","empiricalnesses","empiricals","empiricism","empiricisms","empiricist","empiricists","empirics","empiricutic","emplace","emplaced","emplacement","emplacements","emplaces","emplacing","emplane","emplaned","emplanes","emplaning","emplaster","emplastered","emplastering","emplasters","emplastic","emplastics","emplastron","emplastrons","emplastrum","emplastrums","empleach","empleached","empleaches","empleaching","emplecton","emplectons","emplectum","emplectums","emplonge","emplonged","emplonges","emplonging","employ","employabilities","employability","employable","employables","employe","employed","employee","employees","employer","employers","employes","employing","employment","employments","employs","emplume","emplumed","emplumes","empluming","empoison","empoisoned","empoisoning","empoisonment","empoisonments","empoisons","empolder","empoldered","empoldering","empolders","emporia","emporium","emporiums","empoverish","empoverished","empoverisher","empoverishers","empoverishes","empoverishing","empoverishment","empoverishments","empower","empowered","empowering","empowerment","empowerments","empowers","empress","empresse","empressement","empressements","empresses","emprise","emprises","emprize","emprizes","empt","empted","emptiable","emptied","emptier","emptiers","empties","emptiest","emptily","emptiness","emptinesses","empting","emptings","emptins","emption","emptional","emptions","empts","empty","emptying","emptyings","emptyses","emptysis","empurple","empurpled","empurples","empurpling","empusa","empusas","empuse","empuses","empyema","empyemas","empyemata","empyemic","empyeses","empyesis","empyreal","empyrean","empyreans","empyreuma","empyreumata","empyreumatic","empyreumatical","empyreumatise","empyreumatised","empyreumatises","empyreumatising","empyreumatize","empyreumatized","empyreumatizes","empyreumatizing","ems","emu","emulate","emulated","emulates","emulating","emulation","emulations","emulative","emulatively","emulator","emulators","emulatress","emulatresses","emule","emuled","emules","emulge","emulged","emulgence","emulgences","emulgent","emulges","emulging","emuling","emulous","emulously","emulousness","emulousnesses","emulsible","emulsifiable","emulsification","emulsifications","emulsified","emulsifier","emulsifiers","emulsifies","emulsify","emulsifying","emulsin","emulsins","emulsion","emulsionise","emulsionised","emulsionises","emulsionising","emulsionize","emulsionized","emulsionizes","emulsionizing","emulsions","emulsive","emulsoid","emulsoidal","emulsoids","emulsor","emulsors","emunction","emunctions","emunctories","emunctory","emunge","emunged","emunges","emunging","emure","emured","emures","emuring","emus","emyd","emyde","emydes","emyds","emys","en","enable","enabled","enablement","enablements","enabler","enablers","enables","enabling","enact","enactable","enacted","enacting","enaction","enactions","enactive","enactment","enactments","enactor","enactors","enactory","enacts","enacture","enactures","enalapril","enalaprils","enallage","enallages","enamel","enameled","enameler","enamelers","enameling","enamelist","enamelists","enamelled","enameller","enamellers","enamelling","enamellings","enamellist","enamellists","enamels","enamelware","enamelwares","enamelwork","enamelworks","enamine","enamines","enamor","enamorado","enamorados","enamoration","enamorations","enamored","enamoring","enamors","enamour","enamoured","enamouring","enamours","enanthema","enanthemas","enantiodromia","enantiodromias","enantiodromic","enantiomer","enantiomeric","enantiomers","enantiomorph","enantiomorphic","enantiomorphies","enantiomorphism","enantiomorphisms","enantiomorphous","enantiomorphs","enantiomorphy","enantiopathies","enantiopathy","enantioses","enantiosis","enantiostylies","enantiostylous","enantiostyly","enantiotropic","enantiotropies","enantiotropy","enarch","enarched","enarches","enarching","enargite","enargites","enarm","enarmed","enarming","enarms","enarration","enarrations","enarthrodial","enarthroses","enarthrosis","enate","enates","enatic","enation","enations","enaunter","encaenia","encaenias","encage","encaged","encages","encaging","encalm","encalmed","encalming","encalms","encamp","encamped","encamping","encampment","encampments","encamps","encanthis","encanthises","encapsulate","encapsulated","encapsulates","encapsulating","encapsulation","encapsulations","encapsule","encapsuled","encapsules","encapsuling","encarnalise","encarnalised","encarnalises","encarnalising","encarnalize","encarnalized","encarnalizes","encarnalizing","encarpus","encarpuses","encase","encased","encasement","encasements","encases","encash","encashable","encashed","encashes","encashing","encashment","encashments","encasing","encastre","encaustic","encaustically","encaustics","encave","encaved","encaves","encaving","enceinte","enceintes","encephala","encephalalgia","encephalalgias","encephalic","encephalin","encephaline","encephalines","encephalins","encephalitic","encephalitides","encephalitis","encephalitises","encephalitogen","encephalitogenic","encephalitogens","encephalocele","encephaloceles","encephalogram","encephalograms","encephalograph","encephalographies","encephalographs","encephalography","encephaloid","encephaloma","encephalomas","encephalomata","encephalomyelitides","encephalomyelitis","encephalomyocarditis","encephalomyocarditises","encephalon","encephalons","encephalopathic","encephalopathies","encephalopathy","encephalotomies","encephalotomy","encephalous","enchafe","enchafed","enchafes","enchafing","enchain","enchained","enchaining","enchainment","enchainments","enchains","enchant","enchanted","enchanter","enchanters","enchanting","enchantingly","enchantment","enchantments","enchantress","enchantresses","enchants","encharge","encharged","encharges","encharging","encharm","encharmed","encharming","encharms","enchase","enchased","enchaser","enchasers","enchases","enchasing","encheason","encheasons","encheer","encheered","encheering","encheers","encheiridion","encheiridions","enchilada","enchiladas","enchiridia","enchiridion","enchiridions","enchondroma","enchondromas","enchondromata","enchondromatous","enchorial","enchoric","encierro","encierros","encina","encinal","encinas","encincture","encinctured","encinctures","encincturing","encipher","enciphered","encipherer","encipherers","enciphering","encipherment","encipherments","enciphers","encircle","encircled","encirclement","encirclements","encircles","encircling","enclasp","enclasped","enclasping","enclasps","enclave","enclaved","enclaves","enclaving","enclises","enclisis","enclitic","enclitically","enclitics","encloister","encloistered","encloistering","encloisters","enclosable","enclose","enclosed","encloser","enclosers","encloses","enclosing","enclosure","enclosures","enclothe","enclothed","enclothes","enclothing","encloud","enclouded","enclouding","enclouds","encodable","encode","encoded","encodement","encodements","encoder","encoders","encodes","encoding","encoignure","encoignures","encolour","encoloured","encolouring","encolours","encolpion","encolpions","encolpium","encolpiums","encolure","encolures","encomendero","encomenderos","encomia","encomiast","encomiastic","encomiastical","encomiastically","encomiasts","encomienda","encomiendas","encomion","encomium","encomiums","encompass","encompassed","encompasses","encompassing","encompassment","encompassments","encopreses","encopresis","encopretic","encore","encored","encores","encoring","encounter","encountered","encounterer","encounterers","encountering","encounters","encourage","encouraged","encouragement","encouragements","encourager","encouragers","encourages","encouraging","encouragingly","encouragings","encradle","encradled","encradles","encradling","encraties","encraty","encrease","encreased","encreases","encreasing","encrimson","encrimsoned","encrimsoning","encrimsons","encrinal","encrinic","encrinital","encrinite","encrinites","encrinitic","encroach","encroached","encroacher","encroachers","encroaches","encroaching","encroachingly","encroachment","encroachments","encrust","encrustation","encrustations","encrusted","encrusting","encrustment","encrustments","encrusts","encrypt","encrypted","encrypting","encryption","encryptions","encrypts","enculturate","enculturated","enculturates","enculturating","enculturation","enculturations","enculturative","encumber","encumbered","encumbering","encumberingly","encumberment","encumberments","encumbers","encumbrance","encumbrancer","encumbrancers","encumbrances","encurtain","encurtained","encurtaining","encurtains","encyclic","encyclical","encyclicals","encyclics","encyclopaedia","encyclopaedias","encyclopaedic","encyclopaedism","encyclopaedisms","encyclopaedist","encyclopaedists","encyclopedia","encyclopedian","encyclopedias","encyclopedic","encyclopedical","encyclopedically","encyclopedism","encyclopedisms","encyclopedist","encyclopedists","encyst","encystation","encystations","encysted","encysting","encystment","encystments","encysts","end","endamage","endamaged","endamagement","endamagements","endamages","endamaging","endameba","endamebae","endamebas","endamebic","endamoeba","endamoebae","endamoebas","endanger","endangered","endangerer","endangerers","endangering","endangerment","endangerments","endangers","endarch","endarchies","endarchy","endart","endarted","endarterectomies","endarterectomy","endarting","endarts","endash","endashes","endbrain","endbrains","endear","endeared","endearing","endearingly","endearingness","endearingnesses","endearment","endearments","endears","endeavor","endeavored","endeavorer","endeavorers","endeavoring","endeavors","endeavour","endeavoured","endeavourer","endeavourers","endeavouring","endeavourment","endeavourments","endeavours","endecagon","endecagons","ended","endeictic","endeixes","endeixis","endeixises","endemial","endemic","endemical","endemically","endemicities","endemicity","endemics","endemiologies","endemiology","endemism","endemisms","endenizen","endenizened","endenizening","endenizens","ender","endergonic","endermatic","endermic","endermical","enderon","enderons","enders","endew","endewed","endewing","endews","endexine","endexines","endgame","endgames","endgate","endgates","ending","endings","endiron","endirons","endite","endited","endites","enditing","endive","endives","endlang","endleaf","endleafs","endleaves","endless","endlessly","endlessness","endlessnesses","endlong","endmost","endnote","endnotes","endobiotic","endoblast","endoblastic","endoblasts","endocardia","endocardiac","endocardial","endocarditic","endocarditis","endocarditises","endocardium","endocarp","endocarpal","endocarpic","endocarps","endocast","endocasts","endocentric","endochondral","endochylous","endocrania","endocranial","endocranium","endocrinal","endocrine","endocrines","endocrinic","endocrinologic","endocrinological","endocrinologies","endocrinologist","endocrinologists","endocrinology","endocrinopathic","endocrinopathy","endocrinous","endocritic","endocuticle","endocuticles","endocytic","endocytoses","endocytosis","endocytosises","endocytotic","endoderm","endodermal","endodermic","endodermis","endodermises","endoderms","endodontal","endodontic","endodontically","endodontics","endodontist","endodontists","endodyne","endoenzyme","endoenzymes","endoergic","endogamic","endogamies","endogamous","endogamy","endogen","endogenic","endogenies","endogenous","endogenously","endogens","endogeny","endolithic","endolymph","endolymphatic","endolymphs","endometria","endometrial","endometrioses","endometriosis","endometriosises","endometrites","endometritides","endometritis","endometritises","endometrium","endomitoses","endomitosis","endomitotic","endomixes","endomixis","endomixises","endomorph","endomorphic","endomorphies","endomorphism","endomorphisms","endomorphs","endomorphy","endomycorrhiza","endoneuria","endoneurium","endonuclease","endonucleases","endonucleolytic","endoparasite","endoparasites","endoparasitic","endoparasitism","endoparasitisms","endopeptidase","endopeptidases","endoperoxide","endoperoxides","endophagies","endophagous","endophagy","endophyllous","endophyte","endophytes","endophytic","endophytically","endoplasm","endoplasmic","endoplasms","endoplastic","endopleura","endopleuras","endopod","endopodite","endopodites","endopods","endopolyploid","endopolyploidies","endopolyploidy","endoproct","endoprocts","endoradiosonde","endoradiosondes","endorhizal","endorphin","endorphins","endorsable","endorsation","endorsations","endorse","endorsed","endorsee","endorsees","endorsement","endorsements","endorser","endorsers","endorses","endorsing","endorsive","endorsor","endorsors","endosarc","endosarcs","endoscope","endoscopes","endoscopic","endoscopically","endoscopies","endoscopist","endoscopists","endoscopy","endoskeletal","endoskeleton","endoskeletons","endosmometer","endosmometers","endosmometric","endosmos","endosmose","endosmoses","endosmosis","endosmotic","endosmotically","endosome","endosomes","endosperm","endospermic","endosperms","endospore","endospores","endosporous","endoss","endossed","endosses","endossing","endostea","endosteal","endosteally","endosteum","endostoses","endostosis","endostyle","endostyles","endosulfan","endosulfans","endosymbiont","endosymbionts","endosymbioses","endosymbiosis","endosymbiotic","endothecia","endothecial","endothecium","endothelia","endothelial","endothelioid","endothelioma","endotheliomas","endotheliomata","endothelium","endotherm","endothermal","endothermic","endothermically","endothermies","endothermism","endothermisms","endotherms","endothermy","endotoxic","endotoxin","endotoxins","endotracheal","endotrophic","endow","endowed","endower","endowers","endowing","endowment","endowments","endows","endozoa","endozoic","endozoon","endpaper","endpapers","endplate","endplates","endplay","endplayed","endplaying","endplays","endpoint","endpoints","endrin","endrins","ends","endship","endships","endue","endued","endues","enduing","endungeon","endungeoned","endungeoning","endungeons","endurabilities","endurability","endurable","endurableness","endurablenesses","endurably","endurance","endurances","endure","endured","endurer","endurers","endures","enduring","enduringly","enduringness","enduringnesses","enduro","enduros","endways","endwise","endyses","endysis","endzone","endzones","ene","enema","enemas","enemata","enemies","enemy","energetic","energetical","energetically","energetics","energic","energid","energids","energies","energisation","energisations","energise","energised","energiser","energisers","energises","energising","energization","energizations","energize","energized","energizer","energizers","energizes","energizing","energumen","energumens","energy","enervate","enervated","enervates","enervating","enervation","enervations","enervative","enervator","enervators","enerve","enerved","enerves","enerving","enes","enew","enewed","enewing","enews","enface","enfaced","enfacement","enfacements","enfaces","enfacing","enfant","enfants","enfeeble","enfeebled","enfeeblement","enfeeblements","enfeebler","enfeeblers","enfeebles","enfeebling","enfelon","enfeloned","enfeloning","enfelons","enfeoff","enfeoffed","enfeoffing","enfeoffment","enfeoffments","enfeoffs","enfested","enfestered","enfetter","enfettered","enfettering","enfetters","enfever","enfevered","enfevering","enfevers","enfierce","enfierced","enfierces","enfiercing","enfilade","enfiladed","enfilades","enfilading","enfiled","enfire","enfired","enfires","enfiring","enfix","enfixed","enfixes","enfixing","enflame","enflamed","enflames","enflaming","enflesh","enfleshed","enfleshes","enfleshing","enfleurage","enfleurages","enflower","enflowered","enflowering","enflowers","enfold","enfolded","enfolder","enfolders","enfolding","enfoldment","enfoldments","enfolds","enforce","enforceabilities","enforceability","enforceable","enforced","enforcedly","enforcement","enforcements","enforcer","enforcers","enforces","enforcing","enforest","enforested","enforesting","enforests","enform","enformed","enforming","enforms","enfouldered","enframe","enframed","enframement","enframements","enframes","enframing","enfranchise","enfranchised","enfranchisement","enfranchisements","enfranchiser","enfranchisers","enfranchises","enfranchising","enfree","enfreed","enfreedom","enfreedomed","enfreedoming","enfreedoms","enfreeing","enfrees","enfreeze","enfreezes","enfreezing","enfrosen","enfroze","enfrozen","eng","engage","engaged","engagedly","engagee","engagement","engagements","engager","engagers","engages","engaging","engagingly","engagingness","engagingnesses","engaol","engaoled","engaoling","engaols","engarland","engarlanded","engarlanding","engarlands","engarrison","engarrisoned","engarrisoning","engarrisons","engender","engendered","engenderer","engenderers","engendering","engenderment","engenderments","engenders","engendrure","engendrures","engendure","engendures","engild","engilded","engilding","engilds","engilt","engine","engined","engineer","engineered","engineering","engineerings","engineers","enginer","engineries","enginers","enginery","engines","engining","enginous","engird","engirded","engirding","engirdle","engirdled","engirdles","engirdling","engirds","engirt","englacial","englacially","english","englished","englishes","englishing","englobe","englobed","englobes","englobing","engloom","engloomed","englooming","englooms","englut","engluts","englutted","englutting","engobe","engobes","engore","engored","engores","engorge","engorged","engorgement","engorgements","engorges","engorging","engoring","engouement","engouements","engouled","engoument","engouments","engrace","engraced","engraces","engracing","engraff","engraffed","engraffing","engraffs","engraft","engraftation","engraftations","engrafted","engrafting","engraftment","engraftments","engrafts","engrail","engrailed","engrailing","engrailment","engrailments","engrails","engrain","engrained","engrainedly","engrainedness","engrainednesses","engrainer","engrainers","engraining","engrains","engram","engramma","engrammas","engrammatic","engramme","engrammes","engrammic","engrams","engrasp","engrasped","engrasping","engrasps","engrave","engraved","engraven","engraver","engraveries","engravers","engravery","engraves","engraving","engravings","engrenage","engrenages","engrieve","engrieved","engrieves","engrieving","engroove","engrooved","engrooves","engrooving","engross","engrossed","engrossedly","engrosser","engrossers","engrosses","engrossing","engrossingly","engrossment","engrossments","engs","enguard","enguarded","enguarding","enguards","engulf","engulfed","engulfing","engulfment","engulfments","engulfs","engulph","engulphed","engulphing","engulphs","engyscope","engyscopes","enhalo","enhaloed","enhaloes","enhaloing","enhalos","enhance","enhanced","enhancement","enhancements","enhancer","enhancers","enhances","enhancing","enhancive","enharmonic","enharmonical","enharmonically","enhearse","enhearsed","enhearses","enhearsing","enhearten","enheartened","enheartening","enheartens","enhunger","enhungered","enhungering","enhungers","enhydrite","enhydrites","enhydritic","enhydros","enhydroses","enhydrous","enhypostasia","enhypostasias","enhypostatic","enhypostatise","enhypostatised","enhypostatises","enhypostatising","enhypostatize","enhypostatized","enhypostatizes","enhypostatizing","eniac","eniacs","enigma","enigmas","enigmata","enigmatic","enigmatical","enigmatically","enigmatise","enigmatised","enigmatises","enigmatising","enigmatist","enigmatists","enigmatize","enigmatized","enigmatizes","enigmatizing","enigmatography","enisle","enisled","enisles","enisling","enjamb","enjambed","enjambement","enjambements","enjambing","enjambment","enjambments","enjambs","enjoin","enjoinder","enjoinders","enjoined","enjoiner","enjoiners","enjoining","enjoinment","enjoinments","enjoins","enjoy","enjoyable","enjoyableness","enjoyablenesses","enjoyably","enjoyed","enjoyer","enjoyers","enjoying","enjoyment","enjoyments","enjoys","enkephalin","enkephaline","enkephalines","enkephalins","enkernel","enkernelled","enkernelling","enkernels","enkindle","enkindled","enkindler","enkindlers","enkindles","enkindling","enlace","enlaced","enlacement","enlacements","enlaces","enlacing","enlard","enlarded","enlarding","enlards","enlarge","enlargeable","enlarged","enlargedly","enlargedness","enlargednesses","enlargement","enlargements","enlargen","enlargened","enlargening","enlargens","enlarger","enlargers","enlarges","enlarging","enleve","enlevement","enlevements","enlight","enlighted","enlighten","enlightened","enlightener","enlighteners","enlightening","enlightenment","enlightenments","enlightens","enlighting","enlights","enlink","enlinked","enlinking","enlinks","enlist","enlisted","enlistee","enlistees","enlister","enlisters","enlisting","enlistment","enlistments","enlists","enlit","enliven","enlivened","enlivener","enliveners","enlivening","enlivenment","enlivenments","enlivens","enlock","enlocked","enlocking","enlocks","enlumine","enlumined","enlumines","enlumining","enmesh","enmeshed","enmeshes","enmeshing","enmeshment","enmeshments","enmew","enmewed","enmewing","enmews","enmities","enmity","enmossed","enmove","enmoved","enmoves","enmoving","ennage","ennages","ennead","enneadic","enneads","enneagon","enneagonal","enneagons","enneagram","enneagrams","enneahedra","enneahedral","enneahedron","enneahedrons","enneandrian","enneandrous","enneastyle","ennoble","ennobled","ennoblement","ennoblements","ennobler","ennoblers","ennobles","ennobling","ennog","ennogs","ennui","ennuied","ennuis","ennuye","ennuyed","ennuyee","ennuying","enodal","enoki","enokidake","enokidakes","enokis","enokitake","enokitakes","enol","enolase","enolases","enolic","enological","enologies","enologist","enologists","enology","enols","enomoties","enomoty","enophile","enophiles","enorm","enormities","enormity","enormous","enormously","enormousness","enormousnesses","enoses","enosis","enosises","enough","enoughs","enounce","enounced","enouncement","enouncements","enounces","enouncing","enow","enows","enphytotic","enplane","enplaned","enplanes","enplaning","enprint","enprints","enqueue","enqueued","enqueueing","enqueues","enqueuing","enquiration","enquirations","enquire","enquired","enquirer","enquirers","enquires","enquiries","enquiring","enquiry","enrace","enraced","enraces","enracing","enrage","enraged","enragedly","enragement","enragements","enrages","enraging","enranckle","enranckled","enranckles","enranckling","enrange","enranged","enranges","enranging","enrank","enranked","enranking","enranks","enrapt","enrapture","enraptured","enraptures","enrapturing","enraunge","enraunged","enraunges","enraunging","enravish","enravished","enravishes","enravishing","enregiment","enregimented","enregimenting","enregiments","enregister","enregistered","enregistering","enregisters","enrheum","enrheumed","enrheuming","enrheums","enrich","enriched","enricher","enrichers","enriches","enriching","enrichment","enrichments","enridged","enring","enringed","enringing","enrings","enriven","enrobe","enrobed","enrober","enrobers","enrobes","enrobing","enrol","enroll","enrolled","enrollee","enrollees","enroller","enrollers","enrolling","enrollment","enrollments","enrolls","enrolment","enrolments","enrols","enroot","enrooted","enrooting","enroots","enrough","enroughed","enroughing","enroughs","enround","enrounded","enrounding","enrounds","ens","ensample","ensampled","ensamples","ensampling","ensanguinated","ensanguine","ensanguined","ensanguines","ensanguining","ensate","enschedule","enscheduled","enschedules","enscheduling","ensconce","ensconced","ensconces","ensconcing","enscroll","enscrolled","enscrolling","enscrolls","enseal","ensealed","ensealing","enseals","enseam","enseamed","enseaming","enseams","ensear","enseared","ensearing","ensears","ensemble","ensembles","ensepulchre","ensepulchred","ensepulchres","ensepulchring","enserf","enserfed","enserfing","enserfment","enserfments","enserfs","ensew","ensewed","ensewing","ensews","ensheath","ensheathe","ensheathed","ensheathes","ensheathing","ensheaths","enshell","enshelled","enshelling","enshells","enshelter","ensheltered","ensheltering","enshelters","enshield","enshielded","enshielding","enshields","enshrine","enshrined","enshrinee","enshrinees","enshrinement","enshrinements","enshrines","enshrining","enshroud","enshrouded","enshrouding","enshrouds","ensiform","ensign","ensigncies","ensigncy","ensigned","ensigning","ensigns","ensignship","ensignships","ensilabilities","ensilability","ensilage","ensilaged","ensilageing","ensilages","ensilaging","ensile","ensiled","ensiles","ensiling","enskied","enskies","ensky","enskyed","enskying","enslave","enslaved","enslavement","enslavements","enslaver","enslavers","enslaves","enslaving","ensnare","ensnared","ensnarement","ensnarements","ensnarer","ensnarers","ensnares","ensnaring","ensnarl","ensnarled","ensnarling","ensnarls","ensorcel","ensorceled","ensorceling","ensorcell","ensorcelled","ensorcelling","ensorcellment","ensorcellments","ensorcells","ensorcels","ensoul","ensouled","ensouling","ensoulment","ensoulments","ensouls","ensphere","ensphered","enspheres","ensphering","enstamp","enstamped","enstamping","enstamps","enstatite","enstatites","ensteep","ensteeped","ensteeping","ensteeps","enstructured","enstyle","enstyled","enstyles","enstyling","ensue","ensued","ensues","ensuing","ensure","ensured","ensurer","ensurers","ensures","ensuring","enswathe","enswathed","enswathement","enswathements","enswathes","enswathing","ensweep","ensweeping","ensweeps","enswept","entablature","entablatures","entablement","entablements","entail","entailed","entailer","entailers","entailing","entailment","entailments","entails","entame","entameba","entamebae","entamebas","entamed","entames","entaming","entamoeba","entamoebae","entamoebas","entangle","entangled","entanglement","entanglements","entangler","entanglers","entangles","entangling","entases","entasia","entasias","entasis","entastic","entayle","entayled","entayles","entayling","entelechies","entelechy","entellus","entelluses","entender","entendered","entendering","entenders","entente","ententes","enter","entera","enterable","enteral","enterally","enterate","enterchaunge","enterchaunged","enterchaunges","enterchaunging","enterdeale","enterdealed","enterdeales","enterdealing","enterectomies","enterectomy","entered","enterer","enterers","enteric","enterics","entering","enterings","enteritides","enteritis","enteritises","enterobacteria","enterobacterial","enterobacterium","enterobiases","enterobiasis","enterocele","enteroceles","enterocenteses","enterocentesis","enterochromaffin","enterococcal","enterococci","enterococcus","enterocoel","enterocoele","enterocoeles","enterocoelic","enterocoelous","enterocoels","enterocolitis","enterocolitises","enterogastrone","enterogastrones","enterohepatitis","enterokinase","enterokinases","enterolith","enteroliths","enteron","enterons","enteropathies","enteropathogenic","enteropathy","enteropneust","enteropneustal","enteropneusts","enteroptoses","enteroptosis","enterostomal","enterostomies","enterostomy","enterotomies","enterotomy","enterotoxin","enterotoxins","enteroviral","enterovirus","enteroviruses","enterprise","enterprised","enterpriser","enterprisers","enterprises","enterprising","enterprisingly","enters","entertain","entertained","entertainer","entertainers","entertaining","entertainingly","entertainings","entertainment","entertainments","entertains","entertake","entertaken","entertakes","entertaking","entertissued","entertook","entete","entetee","enthalpies","enthalpy","enthetic","enthral","enthraldom","enthraldoms","enthrall","enthralled","enthraller","enthrallers","enthralling","enthrallment","enthrallments","enthralls","enthralment","enthralments","enthrals","enthrone","enthroned","enthronement","enthronements","enthrones","enthroning","enthronisation","enthronisations","enthronise","enthronised","enthronises","enthronising","enthronization","enthronizations","enthronize","enthronized","enthronizes","enthronizing","enthuse","enthused","enthuses","enthusiasm","enthusiasms","enthusiast","enthusiastic","enthusiastical","enthusiastically","enthusiasts","enthusing","enthymematic","enthymematical","enthymeme","enthymemes","entia","entice","enticeable","enticed","enticement","enticements","enticer","enticers","entices","enticing","enticingly","enticingness","enticingnesses","enticings","entire","entirely","entireness","entirenesses","entires","entireties","entirety","entitative","entities","entitle","entitled","entitlement","entitlements","entitles","entitling","entity","entoblast","entoblastic","entoblasts","entoderm","entodermal","entodermic","entoderms","entoil","entoiled","entoiling","entoilment","entoilments","entoils","entomb","entombed","entombing","entombment","entombments","entombs","entomic","entomofauna","entomofaunae","entomofaunas","entomologic","entomological","entomologically","entomologies","entomologise","entomologised","entomologises","entomologising","entomologist","entomologists","entomologize","entomologized","entomologizes","entomologizing","entomology","entomophagies","entomophagous","entomophagy","entomophilies","entomophilous","entomophily","entomostracan","entomostracans","entomostracous","entophytal","entophyte","entophytes","entophytic","entophytous","entopic","entoplastra","entoplastral","entoplastron","entoproct","entoprocts","entoptic","entoptics","entotic","entourage","entourages","entozoa","entozoal","entozoan","entozoans","entozoic","entozoon","entrail","entrailed","entrailing","entrails","entrain","entrained","entrainement","entrainements","entrainer","entrainers","entraining","entrainment","entrainments","entrains","entrall","entralles","entrammel","entrammelled","entrammelling","entrammels","entrance","entranced","entrancement","entrancements","entrances","entranceway","entranceways","entrancing","entrancingly","entrant","entrants","entrap","entrapment","entrapments","entrapped","entrapper","entrappers","entrapping","entraps","entreasure","entreasured","entreasures","entreasuring","entreat","entreatable","entreated","entreaties","entreating","entreatingly","entreative","entreatment","entreatments","entreats","entreaty","entrechat","entrechats","entrecote","entrecotes","entree","entrees","entremes","entremesse","entremesses","entremets","entrench","entrenched","entrencher","entrenchers","entrenches","entrenching","entrenchment","entrenchments","entrepot","entrepots","entrepreneur","entrepreneurial","entrepreneurialism","entrepreneurialisms","entrepreneurially","entrepreneurs","entrepreneurship","entrepreneurships","entrepreneuse","entrepreneuses","entresol","entresols","entrez","entries","entrism","entrisms","entrist","entrists","entrold","entropic","entropically","entropies","entropion","entropions","entropium","entropiums","entropy","entrust","entrusted","entrusting","entrustment","entrustments","entrusts","entry","entryism","entryisms","entryist","entryists","entryway","entryways","entwine","entwined","entwinement","entwinements","entwines","entwining","entwist","entwisted","entwisting","entwists","enucleate","enucleated","enucleates","enucleating","enucleation","enucleations","enuf","enumerabilities","enumerability","enumerable","enumerate","enumerated","enumerates","enumerating","enumeration","enumerations","enumerative","enumerator","enumerators","enunciable","enunciate","enunciated","enunciates","enunciating","enunciation","enunciations","enunciative","enunciatively","enunciator","enunciators","enunciatory","enure","enured","enuredness","enurednesses","enurement","enurements","enures","enureses","enuresis","enuresises","enuretic","enuretics","enuring","enurn","enurned","enurning","enurns","envassal","envassalled","envassalling","envassals","envault","envaulted","envaulting","envaults","enveigle","enveigled","enveigles","enveigling","envelop","envelope","enveloped","enveloper","envelopers","envelopes","enveloping","envelopment","envelopments","envelops","envenom","envenomed","envenoming","envenomisation","envenomisations","envenomization","envenomizations","envenoms","envermeil","envermeiled","envermeiling","envermeils","enviable","enviableness","enviablenesses","enviably","envied","envier","enviers","envies","envious","enviously","enviousness","enviousnesses","enviro","environ","environed","environics","environing","environment","environmental","environmentalism","environmentalisms","environmentalist","environmentalists","environmentally","environments","environs","enviros","envisage","envisaged","envisagement","envisagements","envisages","envisaging","envision","envisioned","envisioning","envisions","envoi","envois","envoy","envoys","envoyship","envoyships","envy","envying","envyingly","envyings","enwall","enwalled","enwalling","enwallow","enwallowed","enwallowing","enwallows","enwalls","enwheel","enwheeled","enwheeling","enwheels","enwind","enwinding","enwinds","enwomb","enwombed","enwombing","enwombs","enwound","enwrap","enwrapment","enwrapments","enwrapped","enwrapping","enwrappings","enwraps","enwreath","enwreathe","enwreathed","enwreathes","enwreathing","enwreaths","enzian","enzians","enzone","enzoned","enzones","enzoning","enzootic","enzootically","enzootics","enzym","enzymatic","enzymatically","enzyme","enzymes","enzymic","enzymically","enzymological","enzymologies","enzymologist","enzymologists","enzymology","enzymolyses","enzymolysis","enzymolytic","enzyms","eoan","eobiont","eobionts","eocene","eohippus","eohippuses","eolian","eolienne","eoliennes","eolipile","eolipiles","eolith","eolithic","eoliths","eolopile","eolopiles","eon","eonian","eonism","eonisms","eons","eorl","eorls","eosin","eosine","eosines","eosinic","eosinophil","eosinophile","eosinophiles","eosinophilia","eosinophilias","eosinophilic","eosinophilous","eosinophils","eosins","eothen","epacrid","epacrids","epacris","epacrises","epact","epacts","epaenetic","epagoge","epagoges","epagogic","epagomenal","epanadiploses","epanadiplosis","epanalepses","epanalepsis","epanaleptic","epanaphora","epanaphoral","epanaphoras","epanodos","epanodoses","epanorthoses","epanorthosis","epanorthotic","eparch","eparchate","eparchates","eparchial","eparchies","eparchs","eparchy","epatant","epaule","epaulement","epaulements","epaules","epaulet","epaulets","epaulette","epauletted","epaulettes","epaxial","epazote","epazotes","epedaphic","epee","epeeist","epeeists","epees","epeira","epeiras","epeiric","epeirid","epeirids","epeirogeneses","epeirogenesis","epeirogenetic","epeirogenic","epeirogenically","epeirogenies","epeirogeny","epencephala","epencephalic","epencephalon","epencephalons","ependyma","ependymal","ependymas","epentheses","epenthesis","epenthetic","epeolatries","epeolatry","eperdu","eperdue","epergne","epergnes","epexegeses","epexegesis","epexegetic","epexegetical","epexegetically","epha","ephah","ephahs","ephas","ephebe","ephebes","ephebi","ephebic","epheboi","ephebophilia","ephebophilias","ephebos","ephebus","ephedra","ephedras","ephedrin","ephedrine","ephedrines","ephedrins","ephelides","ephelis","ephemera","ephemerae","ephemeral","ephemeralities","ephemerality","ephemerally","ephemeralness","ephemeralnesses","ephemerals","ephemeras","ephemerid","ephemerides","ephemeridian","ephemerids","ephemeris","ephemerist","ephemerists","ephemeron","ephemerons","ephemeropteran","ephemeropterans","ephemerous","ephialtes","ephod","ephods","ephor","ephoral","ephoralties","ephoralty","ephorate","ephorates","ephori","ephors","epibioses","epibiosis","epibiotic","epiblast","epiblastic","epiblasts","epiblem","epiblems","epibolic","epibolies","epiboly","epic","epical","epically","epicalyces","epicalyx","epicalyxes","epicanthi","epicanthic","epicanthus","epicardia","epicardiac","epicardial","epicardium","epicarp","epicarps","epicede","epicedes","epicedia","epicedial","epicedian","epicedium","epicene","epicenes","epicenism","epicenisms","epicenter","epicenters","epicentra","epicentral","epicentre","epicentres","epicentrum","epicheirema","epicheiremas","epichlorohydrin","epichlorohydrins","epicier","epiciers","epicism","epicisms","epicist","epicists","epicleses","epiclesis","epiclike","epicondyle","epicondyles","epicondylitis","epicondylitises","epicontinental","epicormic","epicotyl","epicotyls","epicrania","epicranium","epicrises","epicrisis","epicritic","epics","epicure","epicurean","epicureanism","epicureanisms","epicureans","epicures","epicurise","epicurised","epicurises","epicurising","epicurism","epicurisms","epicurize","epicurized","epicurizes","epicurizing","epicuticle","epicuticles","epicuticular","epicycle","epicycles","epicyclic","epicyclical","epicycloid","epicycloidal","epicycloids","epideictic","epideictical","epidemic","epidemical","epidemically","epidemicities","epidemicity","epidemics","epidemiologic","epidemiological","epidemiologically","epidemiologies","epidemiologist","epidemiologists","epidemiology","epidendrone","epidendrones","epidendrum","epidendrums","epiderm","epidermal","epidermic","epidermis","epidermises","epidermoid","epidermolyses","epidermolysis","epiderms","epidiascope","epidiascopes","epidictic","epididymal","epididymides","epididymis","epididymites","epididymitides","epididymitis","epididymitises","epidiorite","epidiorites","epidosite","epidosites","epidote","epidotes","epidotic","epidotisation","epidotisations","epidotised","epidotization","epidotizations","epidotized","epidural","epidurals","epifauna","epifaunae","epifaunal","epifaunas","epifocal","epigaeal","epigaean","epigaeous","epigamic","epigastria","epigastrial","epigastric","epigastrium","epigeal","epigean","epigeic","epigene","epigeneses","epigenesis","epigenesist","epigenesists","epigenetic","epigenetically","epigeneticist","epigeneticists","epigenetics","epigenic","epigenist","epigenists","epigenous","epigeous","epiglottal","epiglottic","epiglottides","epiglottis","epiglottises","epignathous","epigon","epigone","epigones","epigoni","epigonic","epigonism","epigonisms","epigonous","epigons","epigonus","epigram","epigrammatic","epigrammatical","epigrammatically","epigrammatise","epigrammatised","epigrammatiser","epigrammatisers","epigrammatises","epigrammatising","epigrammatism","epigrammatisms","epigrammatist","epigrammatists","epigrammatize","epigrammatized","epigrammatizer","epigrammatizers","epigrammatizes","epigrammatizing","epigrams","epigraph","epigraphed","epigrapher","epigraphers","epigraphic","epigraphical","epigraphically","epigraphies","epigraphing","epigraphist","epigraphists","epigraphs","epigraphy","epigynies","epigynous","epigyny","epilate","epilated","epilates","epilating","epilation","epilations","epilator","epilators","epilepsies","epilepsy","epileptic","epileptical","epileptically","epileptics","epileptiform","epileptogenic","epileptoid","epilimnia","epilimnion","epilimnions","epilithic","epilobium","epilobiums","epilog","epilogic","epilogise","epilogised","epilogises","epilogising","epilogist","epilogistic","epilogists","epilogize","epilogized","epilogizes","epilogizing","epilogs","epilogue","epilogued","epilogues","epiloguing","epiloguise","epiloguised","epiloguises","epiloguising","epiloguize","epiloguized","epiloguizes","epiloguizing","epimeletic","epimer","epimerase","epimerases","epimere","epimeres","epimeric","epimerise","epimerised","epimerises","epimerising","epimerism","epimerisms","epimerize","epimerized","epimerizes","epimerizing","epimers","epimorphic","epimorphoses","epimorphosis","epimysia","epimysium","epinaoi","epinaos","epinastic","epinastically","epinasties","epinasty","epinephrin","epinephrine","epinephrines","epinephrins","epineural","epineuria","epineurial","epineurium","epineuriums","epinician","epinicion","epinicions","epinikian","epinikion","epinikions","epinosic","epipelagic","epipetalous","epiphanic","epiphanies","epiphanous","epiphany","epiphenomena","epiphenomenal","epiphenomenalism","epiphenomenalisms","epiphenomenally","epiphenomenon","epiphonema","epiphonemas","epiphragm","epiphragms","epiphyllous","epiphyseal","epiphyses","epiphysial","epiphysis","epiphytal","epiphyte","epiphytes","epiphytic","epiphytical","epiphytically","epiphytism","epiphytisms","epiphytologies","epiphytology","epiphytotic","epiphytotics","epiplastra","epiplastral","epiplastron","epiploic","epiploon","epiploons","epipolic","epipolism","epipolisms","epirogenetic","epirogenic","epirogenies","epirogeny","epirrhema","epirrhemas","epirrhematic","episcia","episcias","episcopacies","episcopacy","episcopal","episcopalian","episcopalianism","episcopalians","episcopalism","episcopalisms","episcopally","episcopant","episcopants","episcopate","episcopated","episcopates","episcopating","episcope","episcopes","episcopies","episcopise","episcopised","episcopises","episcopising","episcopize","episcopized","episcopizes","episcopizing","episcopy","episematic","episemon","episemons","episepalous","episiotomies","episiotomy","episodal","episode","episodes","episodial","episodic","episodical","episodically","episomal","episomally","episome","episomes","epispastic","epispastics","episperm","episperms","epispore","epispores","epistases","epistasies","epistasis","epistasy","epistatic","epistaxes","epistaxis","epistaxises","epistemic","epistemically","epistemics","epistemological","epistemologically","epistemologies","epistemologist","epistemologists","epistemology","episterna","episternal","episternum","episternums","epistilbite","epistilbites","epistle","epistled","epistler","epistlers","epistles","epistling","epistolarian","epistolarians","epistolaries","epistolary","epistolatory","epistoler","epistolers","epistolet","epistolets","epistolic","epistolical","epistolise","epistolised","epistolises","epistolising","epistolist","epistolists","epistolize","epistolized","epistolizes","epistolizing","epistolography","epistome","epistomes","epistrophe","epistrophes","epistyle","epistyles","epitaph","epitaphed","epitapher","epitaphers","epitaphial","epitaphian","epitaphic","epitaphing","epitaphist","epitaphists","epitaphs","epitases","epitasis","epitaxes","epitaxial","epitaxially","epitaxic","epitaxies","epitaxis","epitaxy","epithalamia","epithalamic","epithalamion","epithalamium","epithalamiums","epitheca","epithecae","epithelia","epithelial","epithelialise","epithelialised","epithelialises","epithelialising","epithelialization","epithelializations","epithelialize","epithelialized","epithelializes","epithelializing","epithelioid","epithelioma","epitheliomas","epitheliomata","epitheliomatous","epithelisation","epithelisations","epithelise","epithelised","epithelises","epithelising","epithelium","epitheliums","epithelization","epithelizations","epithelize","epithelized","epithelizes","epithelizing","epithem","epithema","epithemata","epithems","epithermal","epitheses","epithesis","epithet","epitheted","epithetic","epithetical","epithetically","epitheting","epitheton","epithetons","epithets","epithymetic","epitome","epitomes","epitomic","epitomical","epitomisation","epitomisations","epitomise","epitomised","epitomiser","epitomisers","epitomises","epitomising","epitomist","epitomists","epitomization","epitomizations","epitomize","epitomized","epitomizer","epitomizers","epitomizes","epitomizing","epitonic","epitope","epitopes","epitrachelion","epitrachelions","epitrite","epitrites","epitrochoid","epitrochoids","epizeuxes","epizeuxis","epizeuxises","epizoa","epizoan","epizoans","epizoic","epizoism","epizoisms","epizoite","epizoites","epizoon","epizootic","epizootically","epizootics","epizooties","epizootiologic","epizootiological","epizootiologies","epizootiology","epizooty","epoch","epocha","epochal","epochally","epochas","epochs","epode","epodes","epodic","eponychium","eponychiums","eponym","eponymic","eponymies","eponymous","eponymously","eponyms","eponymy","epopee","epopees","epopoeia","epopoeias","epopt","epopts","epos","eposes","epoxidation","epoxidations","epoxide","epoxides","epoxidise","epoxidised","epoxidises","epoxidising","epoxidize","epoxidized","epoxidizes","epoxidizing","epoxied","epoxies","epoxy","epoxyed","epoxying","epris","eprise","eprouvette","eprouvettes","epsilon","epsilonic","epsilons","epsomite","epsomites","epuise","epuisee","epulary","epulation","epulations","epulides","epulis","epulises","epulotic","epulotics","epurate","epurated","epurates","epurating","epuration","epurations","epyllia","epyllion","epyllions","equabilities","equability","equable","equableness","equablenesses","equably","equal","equaled","equali","equaling","equalisation","equalisations","equalise","equalised","equaliser","equalisers","equalises","equalising","equalitarian","equalitarianism","equalitarianisms","equalitarians","equalities","equality","equalization","equalizations","equalize","equalized","equalizer","equalizers","equalizes","equalizing","equalled","equalling","equally","equalness","equalnesses","equals","equanimities","equanimity","equanimous","equanimously","equant","equants","equatabilities","equatability","equatable","equate","equated","equates","equating","equation","equational","equationally","equations","equative","equator","equatorial","equatorially","equatorials","equators","equatorward","equerries","equerry","equestrian","equestrianism","equestrianisms","equestrians","equestrienne","equestriennes","equiangular","equiangularity","equibalance","equibalanced","equibalances","equibalancing","equicaloric","equid","equidifferent","equidistance","equidistances","equidistant","equidistantly","equids","equifinal","equifinally","equilateral","equilaterally","equilaterals","equilibrant","equilibrants","equilibrate","equilibrated","equilibrates","equilibrating","equilibration","equilibrations","equilibrator","equilibrators","equilibratory","equilibria","equilibrist","equilibristic","equilibrists","equilibrities","equilibrity","equilibrium","equilibriums","equimolal","equimolar","equimolecular","equimultiple","equimultiples","equinal","equine","equinely","equines","equinia","equinias","equinities","equinity","equinoctial","equinoctially","equinoctials","equinox","equinoxes","equinumerous","equip","equipage","equipaged","equipages","equipaging","equiparate","equiparated","equiparates","equiparating","equiparation","equiparations","equipartition","equipartitions","equipe","equipes","equipment","equipments","equipoise","equipoised","equipoises","equipoising","equipollence","equipollences","equipollencies","equipollency","equipollent","equipollently","equipollents","equiponderance","equiponderances","equiponderancy","equiponderant","equiponderate","equiponderated","equiponderates","equiponderating","equipotent","equipotential","equipotentials","equipped","equipper","equippers","equipping","equiprobability","equiprobable","equips","equiseta","equisetaceous","equisetic","equisetiform","equisetum","equisetums","equitabilities","equitability","equitable","equitableness","equitablenesses","equitably","equitant","equitation","equitations","equites","equities","equity","equivalence","equivalences","equivalencies","equivalency","equivalent","equivalently","equivalents","equivalve","equivocal","equivocalities","equivocality","equivocally","equivocalness","equivocalnesses","equivocate","equivocated","equivocates","equivocating","equivocatingly","equivocation","equivocations","equivocator","equivocators","equivocatory","equivoke","equivokes","equivoque","equivoques","er","era","eradiate","eradiated","eradiates","eradiating","eradiation","eradiations","eradicable","eradicably","eradicant","eradicants","eradicate","eradicated","eradicates","eradicating","eradication","eradications","eradicative","eradicator","eradicators","eras","erasabilities","erasability","erasable","erase","erased","erasement","erasements","eraser","erasers","erases","erasing","erasion","erasions","erasure","erasures","erathem","erathems","erbia","erbias","erbium","erbiums","ere","erect","erectable","erected","erecter","erecters","erectile","erectilities","erectility","erecting","erection","erections","erective","erectly","erectness","erectnesses","erector","erectors","erects","ered","erelong","eremacauses","eremacausis","eremic","eremital","eremite","eremites","eremitic","eremitical","eremitish","eremitism","eremitisms","eremuri","eremurus","eremuruses","erenow","erepsin","erepsins","eres","erethic","erethism","erethismic","erethisms","erethistic","erethitic","erev","erevs","erewhile","erewhiles","erf","erg","ergastic","ergastoplasm","ergastoplasmic","ergastoplasms","ergatandromorph","ergataner","ergataners","ergate","ergates","ergative","ergatives","ergativities","ergativity","ergatocracies","ergatocracy","ergatogyne","ergatogynes","ergatoid","ergatomorph","ergatomorphic","ergatomorphs","ergo","ergodic","ergodicities","ergodicity","ergogenic","ergogram","ergograms","ergograph","ergographs","ergomania","ergomaniac","ergomaniacs","ergomanias","ergometer","ergometers","ergometric","ergometries","ergometry","ergon","ergonomic","ergonomically","ergonomics","ergonomist","ergonomists","ergonovine","ergonovines","ergons","ergophobia","ergophobias","ergos","ergosterol","ergosterols","ergot","ergotamine","ergotamines","ergotic","ergotise","ergotised","ergotises","ergotising","ergotism","ergotisms","ergotize","ergotized","ergotizes","ergotizing","ergots","ergs","erhu","erhus","eriach","eriachs","eric","erica","ericaceous","ericas","erick","ericks","ericoid","erics","erigeron","erigerons","erinaceous","ering","eringo","eringoes","eringos","erinite","erinites","erinus","erinuses","eriometer","eriometers","erionite","erionites","eriophorous","eriophorum","eriophorums","eriophyid","eriophyids","eriostemon","eriostemons","eristic","eristical","eristically","eristics","erk","erks","erlang","erlangs","erlking","erlkings","erm","ermelin","ermelins","ermine","ermined","ermines","ern","erne","erned","ernes","erning","erns","erodable","erode","eroded","erodent","erodents","erodes","erodibilities","erodibility","erodible","eroding","erodium","erodiums","erogeneities","erogeneity","erogenic","erogenous","eros","erose","erosely","eroses","erosible","erosion","erosional","erosionally","erosions","erosive","erosiveness","erosivenesses","erosivities","erosivity","erostrate","erotema","erotemas","eroteme","erotemes","eroteses","erotesis","erotetic","erotic","erotica","erotical","erotically","eroticisation","eroticisations","eroticise","eroticised","eroticises","eroticising","eroticism","eroticisms","eroticist","eroticists","eroticization","eroticizations","eroticize","eroticized","eroticizes","eroticizing","erotics","erotisation","erotisations","erotise","erotised","erotises","erotising","erotism","erotisms","erotization","erotizations","erotize","erotized","erotizes","erotizing","erotogenic","erotogenous","erotological","erotologies","erotologist","erotologists","erotology","erotomania","erotomaniac","erotomaniacs","erotomanias","erotophobia","erotophobias","err","errable","errancies","errancy","errand","errands","errant","errantly","errantries","errantry","errants","errata","erratas","erratic","erratical","erratically","erraticism","erraticisms","erratics","erratum","erred","errhine","errhines","erring","erringly","errings","erroneous","erroneously","erroneousness","erroneousnesses","error","errorist","errorists","errorless","errors","errs","ers","ersatz","ersatzes","erses","erst","erstwhile","erubescence","erubescences","erubescencies","erubescency","erubescent","erubescite","erubescites","erucic","eruciform","eruct","eructate","eructated","eructates","eructating","eructation","eructations","eructative","eructed","eructing","eructs","erudite","eruditely","eruditeness","eruditenesses","erudites","erudition","eruditions","erugo","erugos","erumpent","erupt","erupted","eruptible","erupting","eruption","eruptional","eruptions","eruptive","eruptively","eruptiveness","eruptivenesses","eruptives","eruptivities","eruptivity","erupts","eruv","eruvim","eruvin","eruvs","ervalenta","ervalentas","erven","ervil","ervils","eryngium","eryngiums","eryngo","eryngoes","eryngos","erysipelas","erysipelases","erysipelatous","erysipeloid","erysipeloids","erythema","erythemal","erythemas","erythematic","erythematous","erythemic","erythorbate","erythorbates","erythraemia","erythraemias","erythremia","erythremias","erythrina","erythrinas","erythrism","erythrismal","erythrisms","erythristic","erythrite","erythrites","erythritic","erythritol","erythritols","erythroblast","erythroblastic","erythroblastoses","erythroblastosis","erythroblasts","erythrocyte","erythrocytes","erythrocytic","erythroid","erythromelalgia","erythromycin","erythromycins","erythron","erythronium","erythroniums","erythrons","erythropenia","erythropenias","erythrophobia","erythrophobias","erythropoieses","erythropoiesis","erythropoietic","erythropoietin","erythropoietins","erythropsia","erythropsias","erythrosin","erythrosine","erythrosines","erythrosins","es","escabeche","escabeches","escadrille","escadrilles","escalade","escaladed","escalader","escaladers","escalades","escalading","escalado","escaladoes","escalate","escalated","escalates","escalating","escalation","escalations","escalator","escalators","escalatory","escalier","escaliers","escallonia","escallonias","escallop","escalloped","escalloping","escallops","escalop","escalope","escaloped","escalopes","escaloping","escalops","escamotage","escamotages","escapable","escapade","escapades","escapado","escapadoes","escape","escaped","escapee","escapees","escapeless","escapement","escapements","escaper","escapers","escapes","escaping","escapism","escapisms","escapist","escapists","escapologies","escapologist","escapologists","escapology","escar","escargot","escargots","escarmouche","escarmouches","escarole","escaroles","escarp","escarped","escarping","escarpment","escarpments","escarps","escars","eschalot","eschalots","eschar","escharotic","escharotics","eschars","eschatologic","eschatological","eschatologically","eschatologies","eschatologist","eschatologists","eschatology","eschaton","escheat","escheatable","escheatage","escheatages","escheated","escheating","escheatment","escheatments","escheator","escheators","escheats","eschew","eschewal","eschewals","eschewed","eschewer","eschewers","eschewing","eschews","eschscholtzia","eschscholtzias","eschscholzia","eschscholzias","esclandre","esclandres","escolar","escolars","escopette","escopettes","escort","escortage","escortages","escorted","escorting","escorts","escot","escoted","escoting","escots","escotted","escotting","escribano","escribanos","escribe","escribed","escribes","escribing","escritoire","escritoires","escritorial","escroc","escrocs","escrol","escroll","escrolls","escrols","escrow","escrowed","escrowing","escrows","escuage","escuages","escudo","escudos","esculent","esculents","escutcheon","escutcheoned","escutcheons","esemplasies","esemplastic","esemplastically","esemplasy","eserine","eserines","eses","esile","esiles","eskar","eskars","esker","eskers","eskies","esky","esloin","esloined","esloining","esloins","esloyne","esloyned","esloynes","esloyning","esne","esnecies","esnecy","esnes","esophageal","esophagi","esophagoscope","esophagoscopes","esophagus","esophaguses","esoteric","esoterica","esoterically","esotericism","esotericisms","esotericist","esotericists","esoteries","esoterism","esoterisms","esotery","esotropia","esotropias","esotropic","espada","espadas","espadrille","espadrilles","espagnole","espagnoles","espagnolette","espagnolettes","espalier","espaliered","espaliering","espaliers","espanol","espanoles","esparto","espartos","especial","especially","esperance","esperances","espial","espials","espied","espiegle","espieglerie","espiegleries","espier","espiers","espies","espionage","espionages","esplanade","esplanades","espousal","espousals","espouse","espoused","espouser","espousers","espouses","espousing","espressivo","espresso","espressos","esprit","esprits","espumoso","espumosos","espy","espying","esquire","esquired","esquires","esquiress","esquiresses","esquiring","esquisse","esquisses","ess","essay","essayed","essayer","essayers","essayette","essayettes","essaying","essayish","essayist","essayistic","essayists","essays","esse","essence","essences","essential","essentialise","essentialised","essentialises","essentialising","essentialism","essentialisms","essentialist","essentialists","essentialities","essentiality","essentialize","essentialized","essentializes","essentializing","essentially","essentialness","essentialnesses","essentials","esses","essive","essives","essoin","essoiner","essoiners","essoins","essonite","essonites","essoyne","essoynes","est","establish","establishable","established","establisher","establishers","establishes","establishing","establishment","establishmentarian","establishmentarianism","establishmentarianisms","establishmentarians","establishments","estacade","estacades","estafette","estafettes","estaminet","estaminets","estancia","estancias","estanciero","estancieros","estate","estated","estates","estatesman","estatesmen","estating","esteem","esteemed","esteeming","esteems","ester","esterase","esterases","esterification","esterifications","esterified","esterifies","esterify","esterifying","esters","estheses","esthesia","esthesias","esthesiogen","esthesiogens","esthesis","esthesises","esthete","esthetes","esthetic","esthetical","esthetically","esthetician","estheticians","estheticism","estheticisms","esthetics","estimable","estimableness","estimablenesses","estimably","estimate","estimated","estimates","estimating","estimation","estimations","estimative","estimator","estimators","estipulate","estival","estivate","estivated","estivates","estivating","estivation","estivations","estivator","estivators","estoc","estocs","estoile","estoiles","estop","estoppage","estoppages","estopped","estoppel","estoppels","estopping","estops","estover","estovers","estrade","estrades","estradiol","estradiols","estragon","estragons","estral","estramazone","estramazones","estrange","estranged","estrangedness","estrangednesses","estrangelo","estrangelos","estrangement","estrangements","estranger","estrangers","estranges","estranghelo","estranghelos","estranging","estrapade","estrapades","estray","estrayed","estraying","estrays","estreat","estreated","estreating","estreats","estrepe","estreped","estrepement","estrepements","estrepes","estreping","estrich","estriches","estridge","estridges","estrildid","estrildids","estrin","estrins","estriol","estriols","estro","estrogen","estrogenic","estrogenically","estrogens","estrone","estrones","estros","estrous","estrual","estrum","estrums","estrus","estruses","ests","estuarial","estuarian","estuaries","estuarine","estuary","esurience","esuriences","esuriencies","esuriency","esurient","esuriently","et","eta","etacism","etacisms","etaerio","etaerios","etage","etagere","etageres","etages","etalage","etalages","etalon","etalons","etamin","etamine","etamines","etamins","etape","etapes","etas","etat","etatism","etatisme","etatismes","etatisms","etatist","etatiste","etatistes","etats","etcetera","etceteras","etch","etchant","etchants","etched","etcher","etchers","etches","etching","etchings","eten","etens","etepimeletic","eternal","eternalisation","eternalisations","eternalise","eternalised","eternalises","eternalising","eternalist","eternalists","eternalities","eternality","eternalization","eternalizations","eternalize","eternalized","eternalizes","eternalizing","eternally","eternalness","eternalnesses","eternals","eterne","eternisation","eternisations","eternise","eternised","eternises","eternising","eternities","eternity","eternization","eternizations","eternize","eternized","eternizes","eternizing","etesian","etesians","eth","ethal","ethals","ethambutol","ethambutols","ethanal","ethanals","ethane","ethanedioic","ethanediol","ethanediols","ethanes","ethanoate","ethanoates","ethanoic","ethanol","ethanolamine","ethanolamines","ethanols","ethanoyl","ethanoyls","ethe","ethene","ethenes","etheostomine","ethephon","ethephons","ether","ethercap","ethercaps","ethereal","etherealisation","etherealise","etherealised","etherealises","etherealising","etherealities","ethereality","etherealization","etherealizations","etherealize","etherealized","etherealizes","etherealizing","ethereally","etherealness","etherealnesses","ethereous","etherial","etheric","etherical","etherification","etherifications","etherified","etherifies","etherify","etherifying","etherion","etherions","etherisation","etherisations","etherise","etherised","etheriser","etherisers","etherises","etherish","etherising","etherism","etherisms","etherist","etherists","etherization","etherizations","etherize","etherized","etherizer","etherizers","etherizes","etherizing","etheromania","etheromaniac","etheromaniacs","etheromanias","ethers","ethic","ethical","ethicalities","ethicality","ethically","ethicalness","ethicalnesses","ethicals","ethician","ethicians","ethicise","ethicised","ethicises","ethicising","ethicism","ethicisms","ethicist","ethicists","ethicize","ethicized","ethicizes","ethicizing","ethics","ethinyl","ethinyls","ethion","ethionamide","ethionamides","ethionine","ethionines","ethions","ethiops","ethiopses","ethmoid","ethmoidal","ethmoids","ethnarch","ethnarchies","ethnarchs","ethnarchy","ethnic","ethnical","ethnically","ethnicism","ethnicisms","ethnicities","ethnicity","ethnics","ethnobiologies","ethnobiology","ethnobotanical","ethnobotanies","ethnobotanist","ethnobotanists","ethnobotany","ethnocentric","ethnocentricities","ethnocentricity","ethnocentrism","ethnocentrisms","ethnocide","ethnocides","ethnogenic","ethnogenies","ethnogenist","ethnogenists","ethnogeny","ethnographer","ethnographers","ethnographic","ethnographica","ethnographical","ethnographically","ethnographies","ethnography","ethnohistorian","ethnohistorians","ethnohistoric","ethnohistorical","ethnohistories","ethnohistory","ethnolinguist","ethnolinguistic","ethnolinguists","ethnologic","ethnological","ethnologically","ethnologies","ethnologist","ethnologists","ethnology","ethnomedicine","ethnomedicines","ethnomethodologies","ethnomethodologist","ethnomethodologists","ethnomethodology","ethnomusicological","ethnomusicologies","ethnomusicologist","ethnomusicologists","ethnomusicology","ethnonym","ethnonyms","ethnos","ethnoscience","ethnosciences","ethnoses","ethogram","ethograms","ethologic","ethological","ethologically","ethologies","ethologist","ethologists","ethology","ethonone","ethonones","ethos","ethoses","ethoxide","ethoxides","ethoxies","ethoxy","ethoxyethane","ethoxyethanes","ethoxyl","ethoxyls","eths","ethyl","ethylamine","ethylamines","ethylate","ethylated","ethylates","ethylating","ethylation","ethylations","ethylbenzene","ethylbenzenes","ethylene","ethylenediaminetetraacetate","ethylenediaminetetraacetates","ethylenes","ethylenic","ethylic","ethyls","ethyne","ethynes","ethynyl","ethynyls","etic","etiolate","etiolated","etiolates","etiolating","etiolation","etiolations","etiolin","etiolins","etiologic","etiological","etiologically","etiologies","etiologist","etiologists","etiology","etiquette","etiquettes","etna","etnas","etoile","etoiles","etonogestrel","etonogestrels","etouffee","etouffees","etourderie","etourderies","etourdi","etourdie","etranger","etrangere","etrangeres","etrangers","etrenne","etrennes","etrier","etriers","ettercap","ettercaps","ettin","ettins","ettle","ettled","ettles","ettling","etude","etudes","etui","etuis","etwee","etwees","etyma","etymic","etymologica","etymological","etymologically","etymologicon","etymologicum","etymologies","etymologise","etymologised","etymologises","etymologising","etymologist","etymologists","etymologize","etymologized","etymologizes","etymologizing","etymology","etymon","etymons","etypic","etypical","eubacteria","eubacterium","eucain","eucaine","eucaines","eucains","eucalypt","eucalypti","eucalyptol","eucalyptole","eucalyptoles","eucalyptols","eucalypts","eucalyptus","eucalyptuses","eucaryon","eucaryons","eucaryot","eucaryote","eucaryotes","eucaryotic","eucaryots","eucharis","eucharises","eucharistic","euchloric","euchlorin","euchlorine","euchlorines","euchlorins","euchologia","euchologies","euchologion","euchology","euchre","euchred","euchres","euchring","euchromatic","euchromatin","euchromatins","euclase","euclases","euclidean","euclidian","eucrite","eucrites","eucritic","eucryphia","eucryphias","eucyclic","eudaemon","eudaemonia","eudaemonias","eudaemonic","eudaemonics","eudaemonies","eudaemonism","eudaemonisms","eudaemonist","eudaemonistic","eudaemonistical","eudaemonists","eudaemons","eudaemony","eudaimon","eudaimonism","eudaimonisms","eudaimons","eudemon","eudemonia","eudemonias","eudemonic","eudemonics","eudemonism","eudemonisms","eudemonist","eudemonistic","eudemonistical","eudemonists","eudemons","eudialyte","eudialytes","eudicotyledon","eudicotyledons","eudiometer","eudiometers","eudiometric","eudiometrical","eudiometrically","eudiometries","eudiometry","eugarie","eugaries","euge","eugenecist","eugenecists","eugenia","eugenias","eugenic","eugenical","eugenically","eugenicist","eugenicists","eugenics","eugenism","eugenisms","eugenist","eugenists","eugenol","eugenols","eugeosynclinal","eugeosyncline","eugeosynclines","eugh","eughen","eughs","euglena","euglenas","euglenid","euglenids","euglenoid","euglenoids","euglobulin","euglobulins","euharmonic","euhemerise","euhemerised","euhemerises","euhemerising","euhemerism","euhemerisms","euhemerist","euhemeristic","euhemerists","euhemerize","euhemerized","euhemerizes","euhemerizing","euk","eukaryon","eukaryons","eukaryot","eukaryote","eukaryotes","eukaryotic","eukaryots","euked","euking","euks","eulachan","eulachans","eulachon","eulachons","eulogia","eulogiae","eulogias","eulogies","eulogise","eulogised","eulogiser","eulogisers","eulogises","eulogising","eulogist","eulogistic","eulogistical","eulogistically","eulogists","eulogium","eulogiums","eulogize","eulogized","eulogizer","eulogizers","eulogizes","eulogizing","eulogy","eumelanin","eumelanins","eumerism","eumerisms","eumong","eumongs","eumung","eumungs","eunuch","eunuchise","eunuchised","eunuchises","eunuchising","eunuchism","eunuchisms","eunuchize","eunuchized","eunuchizes","eunuchizing","eunuchoid","eunuchoidism","eunuchoidisms","eunuchoids","eunuchs","euoi","euonymin","euonymins","euonymus","euonymuses","euouae","euouaes","eupad","eupads","eupatorium","eupatoriums","eupatrid","eupatridae","eupatrids","eupepsia","eupepsias","eupepsies","eupepsy","eupeptic","eupepticities","eupepticity","euphausiacean","euphausiaceans","euphausid","euphausids","euphausiid","euphausiids","euphemise","euphemised","euphemiser","euphemisers","euphemises","euphemising","euphemism","euphemisms","euphemist","euphemistic","euphemistically","euphemists","euphemize","euphemized","euphemizer","euphemizers","euphemizes","euphemizing","euphenic","euphenics","euphobia","euphobias","euphon","euphonia","euphonias","euphonic","euphonical","euphonically","euphonies","euphonious","euphoniously","euphoniousness","euphoniousnesses","euphonise","euphonised","euphonises","euphonising","euphonism","euphonisms","euphonium","euphoniums","euphonize","euphonized","euphonizes","euphonizing","euphons","euphony","euphorbia","euphorbiaceous","euphorbias","euphorbium","euphorbiums","euphoria","euphoriant","euphoriants","euphorias","euphoric","euphorically","euphories","euphory","euphotic","euphrasia","euphrasias","euphrasies","euphrasy","euphroe","euphroes","euphuise","euphuised","euphuises","euphuising","euphuism","euphuisms","euphuist","euphuistic","euphuistical","euphuistically","euphuists","euphuize","euphuized","euphuizes","euphuizing","euplastic","euplastics","euploid","euploidies","euploids","euploidy","eupnea","eupneas","eupneic","eupnoea","eupnoeas","eupnoeic","eureka","eurekas","eurhythmic","eurhythmical","eurhythmics","eurhythmies","eurhythmist","eurhythmists","eurhythmy","euripi","euripus","euripuses","euro","eurobond","eurobonds","eurocheque","eurocheques","eurocrat","eurocrats","eurocreep","eurocreeps","eurocurrencies","eurocurrency","eurodeposit","eurodeposits","eurodollar","eurodollars","eurokies","eurokous","euroky","euromarket","euromarkets","euronote","euronotes","europhile","europhiles","europhilia","europhilias","europhobia","europhobias","europhobic","europium","europiums","europop","europops","euros","euroterminal","euroterminals","eurybath","eurybathic","eurybaths","euryhaline","euryokies","euryokous","euryoky","eurypterid","eurypterids","eurypteroid","eurypteroids","eurytherm","eurythermal","eurythermic","eurythermous","eurytherms","eurythmic","eurythmical","eurythmics","eurythmies","eurythmy","eurytopic","eusocial","eusol","eusols","eusporangiate","eustacies","eustacy","eustasies","eustasy","eustatic","eustatically","eustele","eusteles","eustyle","eustyles","eutaxia","eutaxias","eutaxies","eutaxite","eutaxites","eutaxitic","eutaxy","eutectic","eutectics","eutectoid","eutectoids","eutexia","eutexias","euthanase","euthanased","euthanases","euthanasia","euthanasias","euthanasiast","euthanasiasts","euthanasic","euthanasies","euthanasing","euthanasy","euthanatise","euthanatised","euthanatises","euthanatising","euthanatize","euthanatized","euthanatizes","euthanatizing","euthanaze","euthanazed","euthanazes","euthanazing","euthanise","euthanised","euthanises","euthanising","euthanize","euthanized","euthanizes","euthanizing","euthenics","euthenist","euthenists","eutherian","eutherians","euthymia","euthymias","euthyroid","euthyroids","eutrapelia","eutrapelias","eutrapelies","eutrapely","eutrophic","eutrophication","eutrophications","eutrophies","eutrophy","eutropic","eutropies","eutropous","eutropy","euxenite","euxenites","evacuant","evacuants","evacuate","evacuated","evacuates","evacuating","evacuation","evacuations","evacuative","evacuatives","evacuator","evacuators","evacuee","evacuees","evadable","evade","evaded","evader","evaders","evades","evadible","evading","evadingly","evagation","evagations","evaginate","evaginated","evaginates","evaginating","evagination","evaginations","evaluable","evaluate","evaluated","evaluates","evaluating","evaluation","evaluations","evaluative","evaluator","evaluators","evanesce","evanesced","evanescence","evanescences","evanescent","evanescently","evanesces","evanescing","evangel","evangeliar","evangeliaries","evangeliarion","evangeliarions","evangeliarium","evangeliariums","evangeliars","evangeliary","evangelic","evangelical","evangelicalism","evangelicalisms","evangelically","evangelicalness","evangelicals","evangelicism","evangelicisms","evangelies","evangelisation","evangelisations","evangelise","evangelised","evangeliser","evangelisers","evangelises","evangelising","evangelism","evangelisms","evangelist","evangelistaries","evangelistarion","evangelistary","evangelistic","evangelistically","evangelists","evangelization","evangelizations","evangelize","evangelized","evangelizer","evangelizers","evangelizes","evangelizing","evangels","evangely","evanish","evanished","evanishes","evanishing","evanishment","evanishments","evanition","evanitions","evaporabilities","evaporability","evaporable","evaporate","evaporated","evaporates","evaporating","evaporation","evaporations","evaporative","evaporator","evaporators","evaporimeter","evaporimeters","evaporite","evaporites","evaporitic","evaporograph","evaporographs","evaporometer","evaporometers","evapotranspiration","evapotranspirations","evasible","evasion","evasional","evasions","evasive","evasively","evasiveness","evasivenesses","eve","evection","evectional","evections","evejar","evejars","even","evened","evenement","evenements","evener","eveners","evenest","evenfall","evenfalls","evenhanded","evenhandedly","evenhandedness","evenhandednesses","evening","evenings","evenly","evenness","evennesses","evens","evensong","evensongs","event","evented","eventer","eventers","eventful","eventfully","eventfulness","eventfulnesses","eventide","eventides","eventing","eventings","eventless","eventrate","eventrated","eventrates","eventrating","eventration","eventrations","events","eventual","eventualise","eventualised","eventualises","eventualising","eventualities","eventuality","eventualize","eventualized","eventualizes","eventualizing","eventually","eventuate","eventuated","eventuates","eventuating","eventuation","eventuations","ever","everblooming","everduring","everglade","everglades","evergreen","evergreens","everlasting","everlastingly","everlastingness","everlastingnesses","everlastings","evermore","evernet","evernets","eversible","eversion","eversions","evert","everted","everting","evertor","evertors","everts","everwhere","everwhich","every","everybody","everyday","everydayness","everydaynesses","everydays","everyman","everymen","everyone","everyplace","everything","everyway","everywhen","everywhence","everywhere","everywhither","everywoman","everywomen","eves","evet","evets","evhoe","evict","evicted","evictee","evictees","evicting","eviction","evictions","evictor","evictors","evicts","evidence","evidenced","evidences","evidencing","evident","evidential","evidentially","evidentiary","evidently","evidents","evil","evildoer","evildoers","evildoing","evildoings","eviler","evilest","eviller","evillest","evilly","evilness","evilnesses","evils","evince","evinced","evincement","evincements","evinces","evincible","evincibly","evincing","evincive","evirate","evirated","evirates","evirating","eviscerate","eviscerated","eviscerates","eviscerating","evisceration","eviscerations","eviscerator","eviscerators","evitable","evitate","evitated","evitates","evitating","evitation","evitations","evite","evited","eviternal","eviternally","eviternities","eviternity","evites","eviting","evo","evocable","evocate","evocated","evocates","evocating","evocation","evocations","evocative","evocatively","evocativeness","evocativenesses","evocator","evocators","evocatory","evoe","evohe","evoke","evoked","evoker","evokers","evokes","evoking","evolue","evolues","evolute","evoluted","evolutes","evoluting","evolution","evolutional","evolutionarily","evolutionary","evolutionism","evolutionisms","evolutionist","evolutionistic","evolutionists","evolutions","evolutive","evolvable","evolve","evolved","evolvement","evolvements","evolvent","evolver","evolvers","evolves","evolving","evonymus","evonymuses","evos","evovae","evovaes","evulgate","evulgated","evulgates","evulgating","evulse","evulsed","evulses","evulsing","evulsion","evulsions","evzone","evzones","ewe","ewer","ewers","ewes","ewest","ewftes","ewghen","ewhow","ewk","ewked","ewking","ewks","ewt","ewts","ex","exabyte","exabytes","exacerbate","exacerbated","exacerbates","exacerbating","exacerbation","exacerbations","exacerbescence","exacerbescences","exact","exacta","exactable","exactas","exacted","exacter","exacters","exactest","exacting","exactingly","exactingness","exactingnesses","exaction","exactions","exactitude","exactitudes","exactly","exactment","exactments","exactness","exactnesses","exactor","exactors","exactress","exactresses","exacts","exacum","exacums","exaggerate","exaggerated","exaggeratedly","exaggeratedness","exaggeratednesses","exaggerates","exaggerating","exaggeratingly","exaggeration","exaggerations","exaggerative","exaggerator","exaggerators","exaggeratory","exahertz","exahertzes","exalbuminous","exalt","exaltation","exaltations","exalted","exaltedly","exaltedness","exaltednesses","exalter","exalters","exalting","exalts","exam","examen","examens","examinabilities","examinability","examinable","examinant","examinants","examinate","examinates","examination","examinational","examinations","examinator","examinators","examine","examined","examinee","examinees","examiner","examiners","examinership","examinerships","examines","examining","examplar","examplars","example","exampled","examples","exampling","exams","exanimate","exanimation","exanimations","exanthem","exanthema","exanthemas","exanthemata","exanthematic","exanthematous","exanthems","exapted","exaptive","exarate","exaration","exarations","exarch","exarchal","exarchate","exarchates","exarchies","exarchist","exarchists","exarchs","exarchy","exasperate","exasperated","exasperatedly","exasperater","exasperaters","exasperates","exasperating","exasperatingly","exasperation","exasperations","exasperative","exasperator","exasperators","excamb","excambed","excambing","excambion","excambions","excambium","excambiums","excambs","excarnate","excarnated","excarnates","excarnating","excarnation","excarnations","excaudate","excavate","excavated","excavates","excavating","excavation","excavational","excavations","excavator","excavators","exceed","exceedable","exceeded","exceeder","exceeders","exceeding","exceedingly","exceeds","excel","excelled","excellence","excellences","excellencies","excellency","excellent","excellently","excelling","excels","excelsior","excelsiors","excentric","excentrics","except","exceptant","exceptants","excepted","excepting","exception","exceptionabilities","exceptionability","exceptionable","exceptionably","exceptional","exceptionalism","exceptionalisms","exceptionalities","exceptionality","exceptionally","exceptionalness","exceptionalnesses","exceptionals","exceptions","exceptious","exceptive","exceptless","exceptor","exceptors","excepts","excerpt","excerpta","excerpted","excerpter","excerpters","excerptible","excerpting","excerptings","excerption","excerptions","excerptor","excerptors","excerpts","excerptum","excess","excessed","excesses","excessing","excessive","excessively","excessiveness","excessivenesses","exchange","exchangeabilities","exchangeability","exchangeable","exchangeably","exchanged","exchanger","exchangers","exchanges","exchanging","excheat","excheats","exchequer","exchequered","exchequering","exchequers","excide","excided","excides","exciding","excimer","excimers","excipient","excipients","exciple","exciples","excisable","excise","excised","exciseman","excisemen","excises","excising","excision","excisional","excisions","excitabilities","excitability","excitable","excitableness","excitablenesses","excitably","excitancies","excitancy","excitant","excitants","excitation","excitations","excitative","excitatory","excite","excited","excitedly","excitedness","excitednesses","excitement","excitements","exciter","exciters","excites","exciting","excitingly","exciton","excitonic","excitons","excitor","excitors","exclaim","exclaimed","exclaimer","exclaimers","exclaiming","exclaims","exclamation","exclamational","exclamations","exclamative","exclamatorily","exclamatory","exclaustration","exclaustrations","exclave","exclaves","exclosure","exclosures","excludabilities","excludability","excludable","exclude","excluded","excludee","excludees","excluder","excluders","excludes","excludible","excluding","exclusion","exclusionary","exclusionism","exclusionisms","exclusionist","exclusionists","exclusions","exclusive","exclusively","exclusiveness","exclusivenesses","exclusives","exclusivism","exclusivisms","exclusivist","exclusivists","exclusivities","exclusivity","exclusory","excogitable","excogitate","excogitated","excogitates","excogitating","excogitation","excogitations","excogitative","excogitator","excogitators","excommunicable","excommunicate","excommunicated","excommunicates","excommunicating","excommunication","excommunications","excommunicative","excommunicator","excommunicators","excommunicatory","excommunion","excommunions","excoriate","excoriated","excoriates","excoriating","excoriation","excoriations","excorticate","excorticated","excorticates","excorticating","excortication","excortications","excrement","excrementa","excremental","excrementitial","excrementitious","excrements","excrementum","excrescence","excrescences","excrescencies","excrescency","excrescent","excrescential","excrescently","excreta","excretal","excrete","excreted","excreter","excreters","excretes","excreting","excretion","excretions","excretive","excretories","excretory","excruciate","excruciated","excruciates","excruciating","excruciatingly","excruciation","excruciations","excubant","excudit","exculpable","exculpate","exculpated","exculpates","exculpating","exculpation","exculpations","exculpatory","excurrent","excurse","excursed","excurses","excursing","excursion","excursioned","excursioning","excursionise","excursionised","excursionises","excursionising","excursionist","excursionists","excursionize","excursionized","excursionizes","excursionizing","excursions","excursive","excursively","excursiveness","excursivenesses","excursus","excursuses","excusable","excusableness","excusablenesses","excusably","excusal","excusals","excusatory","excuse","excused","excuser","excusers","excuses","excusing","excusingly","excusive","exeat","exeats","exec","execrable","execrableness","execrablenesses","execrably","execrate","execrated","execrates","execrating","execration","execrations","execrative","execratively","execrator","execrators","execratory","execs","executable","executables","executancies","executancy","executant","executants","executaries","executary","execute","executed","executer","executers","executes","executing","execution","executioner","executioners","executions","executive","executively","executives","executor","executorial","executors","executorship","executorships","executory","executress","executresses","executrices","executries","executrix","executrixes","executry","exed","exedra","exedrae","exeem","exeemed","exeeming","exeems","exegeses","exegesis","exegete","exegetes","exegetic","exegetical","exegetically","exegetics","exegetist","exegetists","exeme","exemed","exemes","exeming","exempla","exemplar","exemplarily","exemplariness","exemplarinesses","exemplarities","exemplarity","exemplars","exemplary","exemple","exemples","exemplifiable","exemplification","exemplifications","exemplificative","exemplified","exemplifier","exemplifiers","exemplifies","exemplify","exemplifying","exemplum","exempt","exempted","exempting","exemption","exemptions","exemptive","exempts","exenterate","exenterated","exenterates","exenterating","exenteration","exenterations","exequatur","exequaturs","exequial","exequies","exequy","exercisable","exercise","exercised","exerciser","exercisers","exercises","exercising","exercitation","exercitations","exercycle","exercycles","exergaming","exergamings","exergies","exergonic","exergual","exergue","exergues","exergy","exert","exertainment","exertainments","exerted","exerting","exertion","exertions","exertive","exerts","exes","exeunt","exfiltrate","exfiltrated","exfiltrating","exfiltration","exfoliant","exfoliants","exfoliate","exfoliated","exfoliates","exfoliating","exfoliation","exfoliations","exfoliative","exfoliator","exfoliators","exhalable","exhalant","exhalants","exhalation","exhalations","exhale","exhaled","exhalent","exhalents","exhales","exhaling","exhaust","exhausted","exhaustedly","exhauster","exhausters","exhaustibilities","exhaustibility","exhaustible","exhausting","exhaustingly","exhaustion","exhaustions","exhaustive","exhaustively","exhaustiveness","exhaustivenesses","exhaustivities","exhaustivity","exhaustless","exhaustlessly","exhaustlessness","exhaustlessnesses","exhausts","exhedra","exhedrae","exheredate","exheredated","exheredates","exheredating","exheredation","exheredations","exhibit","exhibited","exhibiter","exhibiters","exhibiting","exhibition","exhibitioner","exhibitioners","exhibitionism","exhibitionisms","exhibitionist","exhibitionistic","exhibitionistically","exhibitionists","exhibitions","exhibitive","exhibitively","exhibitor","exhibitors","exhibitory","exhibits","exhilarant","exhilarants","exhilarate","exhilarated","exhilarates","exhilarating","exhilaratingly","exhilaration","exhilarations","exhilarative","exhilarator","exhilarators","exhilaratory","exhort","exhortation","exhortations","exhortative","exhortatory","exhorted","exhorter","exhorters","exhorting","exhorts","exhumate","exhumated","exhumates","exhumating","exhumation","exhumations","exhume","exhumed","exhumer","exhumers","exhumes","exhuming","exies","exigeant","exigeante","exigence","exigences","exigencies","exigency","exigent","exigently","exigents","exigible","exiguities","exiguity","exiguous","exiguously","exiguousness","exiguousnesses","exilable","exile","exiled","exilement","exilements","exiler","exilers","exiles","exilian","exilic","exiling","exilities","exility","eximious","eximiously","exine","exines","exing","exist","existed","existence","existences","existent","existential","existentialism","existentialisms","existentialist","existentialistic","existentialistically","existentialists","existentially","existentials","existents","existing","exists","exit","exitance","exitances","exited","exiting","exitless","exits","exo","exobiological","exobiologies","exobiologist","exobiologists","exobiology","exocarp","exocarps","exocentric","exocrine","exocrines","exocuticle","exocuticles","exocyclic","exocytic","exocytose","exocytosed","exocytoses","exocytosing","exocytosis","exocytotic","exode","exoderm","exodermal","exodermis","exodermises","exoderms","exodes","exodic","exodist","exodists","exodoi","exodontia","exodontias","exodontics","exodontist","exodontists","exodos","exodus","exoduses","exoenzyme","exoenzymes","exoergic","exoerythrocytic","exogamic","exogamies","exogamous","exogamy","exogen","exogenetic","exogenism","exogenisms","exogenous","exogenously","exogens","exomion","exomions","exomis","exomises","exon","exonerate","exonerated","exonerates","exonerating","exoneration","exonerations","exonerative","exonerator","exonerators","exonic","exons","exonuclease","exonucleases","exonumia","exonumist","exonumists","exonym","exonyms","exoparasite","exoparasites","exoparasitic","exopeptidase","exopeptidases","exophagies","exophagous","exophagy","exophoric","exophthalmia","exophthalmias","exophthalmic","exophthalmos","exophthalmoses","exophthalmus","exophthalmuses","exoplanet","exoplanets","exoplasm","exoplasms","exopod","exopodite","exopodites","exopoditic","exopods","exorabilities","exorability","exorable","exoration","exorations","exorbitance","exorbitances","exorbitancies","exorbitancy","exorbitant","exorbitantly","exorbitate","exorbitated","exorbitates","exorbitating","exorcise","exorcised","exorciser","exorcisers","exorcises","exorcising","exorcism","exorcisms","exorcist","exorcistic","exorcistical","exorcists","exorcize","exorcized","exorcizer","exorcizers","exorcizes","exorcizing","exordia","exordial","exordium","exordiums","exoskeletal","exoskeleton","exoskeletons","exosmic","exosmose","exosmoses","exosmosis","exosmotic","exosphere","exospheres","exospheric","exospherical","exosporal","exospore","exospores","exosporia","exosporium","exosporous","exostoses","exostosis","exoteric","exoterical","exoterically","exotericism","exotericisms","exothermal","exothermally","exothermic","exothermically","exothermicities","exothermicity","exotic","exotica","exotically","exoticism","exoticisms","exoticist","exoticists","exoticness","exoticnesses","exotics","exotism","exotisms","exotoxic","exotoxin","exotoxins","exotropia","exotropias","exotropic","expand","expandabilities","expandability","expandable","expanded","expander","expanders","expanding","expandor","expandors","expands","expanse","expanses","expansibilities","expansibility","expansible","expansibly","expansile","expansion","expansional","expansionary","expansionism","expansionisms","expansionist","expansionistic","expansionists","expansions","expansive","expansively","expansiveness","expansivenesses","expansivities","expansivity","expat","expatiate","expatiated","expatiates","expatiating","expatiation","expatiations","expatiative","expatiator","expatiators","expatiatory","expatriate","expatriated","expatriates","expatriating","expatriation","expatriations","expatriatism","expatriatisms","expats","expect","expectable","expectably","expectance","expectances","expectancies","expectancy","expectant","expectantly","expectants","expectation","expectational","expectations","expectative","expectatives","expected","expectedly","expectedness","expectednesses","expecter","expecters","expecting","expectingly","expectings","expectorant","expectorants","expectorate","expectorated","expectorates","expectorating","expectoration","expectorations","expectorative","expectorator","expectorators","expects","expedience","expediences","expediencies","expediency","expedient","expediential","expedientially","expediently","expedients","expeditate","expeditated","expeditates","expeditating","expeditation","expeditations","expedite","expedited","expeditely","expediter","expediters","expedites","expediting","expedition","expeditionary","expeditions","expeditious","expeditiously","expeditiousness","expeditiousnesses","expeditive","expeditor","expeditors","expel","expellable","expellant","expellants","expelled","expellee","expellees","expellent","expellents","expeller","expellers","expelling","expels","expend","expendabilities","expendability","expendable","expendables","expendably","expended","expender","expenders","expending","expenditure","expenditures","expends","expense","expensed","expenses","expensing","expensive","expensively","expensiveness","expensivenesses","experience","experienceable","experienced","experienceless","experiencer","experiencers","experiences","experiencing","experiential","experientialism","experientialist","experientially","experiment","experimental","experimentalise","experimentalism","experimentalisms","experimentalist","experimentalists","experimentalize","experimentally","experimentation","experimentations","experimentative","experimented","experimenter","experimenters","experimenting","experimentist","experimentists","experiments","expert","experted","experting","expertise","expertised","expertises","expertising","expertism","expertisms","expertize","expertized","expertizes","expertizing","expertly","expertness","expertnesses","experts","expiable","expiate","expiated","expiates","expiating","expiation","expiations","expiator","expiators","expiatory","expirable","expirant","expirants","expiration","expirations","expiratory","expire","expired","expirer","expirers","expires","expiries","expiring","expiry","expiscate","expiscated","expiscates","expiscating","expiscation","expiscations","expiscatory","explain","explainable","explained","explainer","explainers","explaining","explains","explanation","explanations","explanative","explanatively","explanatorily","explanatory","explant","explantation","explantations","explanted","explanting","explants","expletive","expletively","expletives","expletory","explicable","explicably","explicate","explicated","explicates","explicating","explication","explications","explicative","explicatively","explicator","explicators","explicatory","explicit","explicitly","explicitness","explicitnesses","explicits","explode","exploded","exploder","exploders","explodes","exploding","exploit","exploitable","exploitage","exploitages","exploitation","exploitations","exploitative","exploitatively","exploited","exploiter","exploiters","exploiting","exploitive","exploits","exploration","explorational","explorationist","explorationists","explorations","explorative","exploratively","exploratory","explore","explored","explorer","explorers","explores","exploring","explosible","explosion","explosions","explosive","explosively","explosiveness","explosivenesses","explosives","expo","exponent","exponential","exponentially","exponentials","exponentiation","exponentiations","exponents","exponible","export","exportabilities","exportability","exportable","exportation","exportations","exported","exporter","exporters","exporting","exports","expos","exposable","exposal","exposals","expose","exposed","exposedness","exposednesses","exposer","exposers","exposes","exposing","exposit","exposited","expositing","exposition","expositional","expositions","expositive","expositively","expositor","expositorily","expositors","expository","expositress","expositresses","exposits","expostulate","expostulated","expostulates","expostulating","expostulatingly","expostulation","expostulations","expostulative","expostulator","expostulators","expostulatory","exposture","expostures","exposure","exposures","expound","expounded","expounder","expounders","expounding","expounds","express","expressage","expressages","expressed","expresser","expressers","expresses","expressible","expressing","expression","expressional","expressionism","expressionisms","expressionist","expressionistic","expressionistically","expressionists","expressionless","expressionlessly","expressionlessness","expressionlessnesses","expressions","expressive","expressively","expressiveness","expressivenesses","expressivities","expressivity","expressly","expressman","expressmen","expressness","expressnesses","expresso","expressos","expressure","expressures","expressway","expressways","exprobrate","exprobrated","exprobrates","exprobrating","exprobration","exprobrations","exprobrative","exprobratory","expromission","expromissions","expromissor","expromissors","expropriable","expropriate","expropriated","expropriates","expropriating","expropriation","expropriations","expropriator","expropriators","expugn","expugnable","expugnation","expugnations","expugned","expugning","expugns","expulse","expulsed","expulses","expulsing","expulsion","expulsions","expulsive","expunct","expuncted","expuncting","expunction","expunctions","expuncts","expunge","expunged","expunger","expungers","expunges","expunging","expurgate","expurgated","expurgates","expurgating","expurgation","expurgations","expurgator","expurgatorial","expurgators","expurgatory","expurge","expurged","expurges","expurging","exquisite","exquisitely","exquisiteness","exquisitenesses","exquisites","exsanguinate","exsanguinated","exsanguinates","exsanguinating","exsanguination","exsanguinations","exsanguine","exsanguined","exsanguineous","exsanguinities","exsanguinity","exsanguinous","exscind","exscinded","exscinding","exscinds","exsecant","exsecants","exsect","exsected","exsecting","exsection","exsections","exsects","exsert","exserted","exsertile","exserting","exsertion","exsertions","exserts","exsiccant","exsiccate","exsiccated","exsiccates","exsiccating","exsiccation","exsiccations","exsiccative","exsiccator","exsiccators","exsolution","exsolutions","exstipulate","exstrophies","exstrophy","exsuccous","exsufflate","exsufflated","exsufflates","exsufflating","exsufflation","exsufflations","exsufflicate","extant","extasies","extasy","extatic","extemporal","extemporally","extemporaneities","extemporaneity","extemporaneous","extemporaneously","extemporaneousness","extemporaneousnesses","extemporarily","extemporariness","extemporary","extempore","extempores","extemporisation","extemporisations","extemporise","extemporised","extemporiser","extemporisers","extemporises","extemporising","extemporization","extemporizations","extemporize","extemporized","extemporizer","extemporizers","extemporizes","extemporizing","extend","extendabilities","extendability","extendable","extendant","extended","extendedly","extendedness","extendednesses","extender","extenders","extendibilities","extendibility","extendible","extending","extends","extense","extensibilities","extensibility","extensible","extensibleness","extensification","extensile","extensimeter","extensimeters","extension","extensional","extensionalism","extensionalisms","extensionalities","extensionality","extensionally","extensionist","extensionists","extensions","extensities","extensity","extensive","extensively","extensiveness","extensivenesses","extensivisation","extensivization","extensometer","extensometers","extensor","extensors","extent","extents","extenuate","extenuated","extenuates","extenuating","extenuatingly","extenuatings","extenuation","extenuations","extenuative","extenuator","extenuators","extenuatory","exterior","exteriorisation","exteriorise","exteriorised","exteriorises","exteriorising","exteriorities","exteriority","exteriorization","exteriorizations","exteriorize","exteriorized","exteriorizes","exteriorizing","exteriorly","exteriors","exterminable","exterminate","exterminated","exterminates","exterminating","extermination","exterminations","exterminative","exterminator","exterminators","exterminatory","extermine","extermined","extermines","extermining","extern","external","externalisation","externalisations","externalise","externalised","externalises","externalising","externalism","externalisms","externalist","externalists","externalities","externality","externalization","externalizations","externalize","externalized","externalizes","externalizing","externally","externals","externat","externats","externe","externes","externs","externship","externships","exteroceptive","exteroceptor","exteroceptors","exterritorial","exterritorialities","exterritoriality","exterritorially","extinct","extincted","extincting","extinction","extinctions","extinctive","extincts","extincture","extinctures","extine","extines","extinguish","extinguishable","extinguishant","extinguishants","extinguished","extinguisher","extinguishers","extinguishes","extinguishing","extinguishment","extinguishments","extirp","extirpable","extirpate","extirpated","extirpates","extirpating","extirpation","extirpations","extirpative","extirpator","extirpators","extirpatory","extirped","extirping","extirps","extol","extold","extoll","extolled","extoller","extollers","extolling","extollingly","extolls","extolment","extolments","extols","extorsive","extorsively","extort","extorted","extorter","extorters","extorting","extortion","extortionary","extortionate","extortionately","extortioner","extortioners","extortionist","extortionists","extortions","extortive","extorts","extra","extrabold","extrabolds","extracanonical","extracellular","extracellularly","extrachromosomal","extracorporeal","extracorporeally","extracranial","extract","extractabilities","extractability","extractable","extractant","extractants","extracted","extractible","extracting","extraction","extractions","extractive","extractively","extractives","extractor","extractors","extracts","extracurricular","extracurriculars","extraditable","extradite","extradited","extradites","extraditing","extradition","extraditions","extrados","extradoses","extradotal","extradural","extradurals","extraembryonic","extrafloral","extraforaneous","extragalactic","extrahepatic","extrait","extraits","extrajudicial","extrajudicially","extralegal","extralegally","extralimital","extralimitary","extralinguistic","extralinguistically","extraliterary","extralities","extrality","extralogical","extramarital","extramaritally","extrametrical","extramundane","extramural","extramurally","extramusical","extraneities","extraneity","extraneous","extraneously","extraneousness","extraneousnesses","extranet","extranets","extranuclear","extraordinaire","extraordinaries","extraordinarily","extraordinariness","extraordinarinesses","extraordinary","extrapolate","extrapolated","extrapolates","extrapolating","extrapolation","extrapolations","extrapolative","extrapolator","extrapolators","extrapolatory","extrapose","extraposed","extraposes","extraposing","extraposition","extrapositions","extrapyramidal","extras","extrasensory","extrasolar","extrasystole","extrasystoles","extraterrestrial","extraterrestrials","extraterritorial","extraterritorialities","extraterritoriality","extratextual","extratropical","extraught","extrauterine","extravagance","extravagances","extravagancies","extravagancy","extravagant","extravagantly","extravaganza","extravaganzas","extravagate","extravagated","extravagates","extravagating","extravagation","extravagations","extravasate","extravasated","extravasates","extravasating","extravasation","extravasations","extravascular","extravehicular","extraversion","extraversions","extraversive","extraversively","extravert","extraverted","extraverting","extraverts","extreat","extreats","extrema","extremal","extremals","extreme","extremely","extremeness","extremenesses","extremer","extremes","extremest","extremism","extremisms","extremist","extremists","extremities","extremity","extremophile","extremophiles","extremum","extricable","extricate","extricated","extricates","extricating","extrication","extrications","extrinsic","extrinsical","extrinsicality","extrinsically","extrorsal","extrorse","extroversion","extroversions","extroversive","extroversively","extrovert","extroverted","extroverting","extroverts","extrudabilities","extrudability","extrudable","extrude","extruded","extruder","extruders","extrudes","extruding","extrusible","extrusile","extrusion","extrusions","extrusive","extrusory","extubate","extubated","extubates","extubating","exuberance","exuberances","exuberancies","exuberancy","exuberant","exuberantly","exuberate","exuberated","exuberates","exuberating","exudate","exudates","exudation","exudations","exudative","exude","exuded","exudes","exuding","exul","exulcerate","exulcerated","exulcerates","exulcerating","exulceration","exulcerations","exuls","exult","exultance","exultances","exultancies","exultancy","exultant","exultantly","exultation","exultations","exulted","exulting","exultingly","exults","exurb","exurban","exurbanite","exurbanites","exurbia","exurbias","exurbs","exuvia","exuviae","exuvial","exuviate","exuviated","exuviates","exuviating","exuviation","exuviations","exuvium","eyalet","eyalets","eyas","eyases","eyass","eyasses","eye","eyeable","eyeball","eyeballed","eyeballing","eyeballs","eyebank","eyebanks","eyebar","eyebars","eyebath","eyebaths","eyebeam","eyebeams","eyeblack","eyeblacks","eyeblink","eyeblinks","eyebolt","eyebolts","eyebright","eyebrights","eyebrow","eyebrowed","eyebrowing","eyebrowless","eyebrows","eyecup","eyecups","eyed","eyedness","eyednesses","eyedropper","eyedroppers","eyedrops","eyefold","eyefolds","eyeful","eyefuls","eyeglass","eyeglasses","eyehole","eyeholes","eyehook","eyehooks","eyeing","eyelash","eyelashes","eyeless","eyelet","eyeleted","eyeleteer","eyeleteers","eyeleting","eyelets","eyeletted","eyeletting","eyelevel","eyeliad","eyeliads","eyelid","eyelids","eyelift","eyelifts","eyelike","eyeliner","eyeliners","eyen","eyeopener","eyeopeners","eyepiece","eyepieces","eyepoint","eyepoints","eyepopper","eyepoppers","eyer","eyers","eyes","eyeshade","eyeshades","eyeshadow","eyeshadows","eyeshine","eyeshines","eyeshot","eyeshots","eyesight","eyesights","eyesome","eyesore","eyesores","eyespot","eyespots","eyestalk","eyestalks","eyestone","eyestones","eyestrain","eyestrains","eyestrings","eyeteeth","eyetooth","eyewash","eyewashes","eyewater","eyewaters","eyewear","eyewears","eyewink","eyewinks","eyewitness","eyewitnesses","eying","eyliad","eyliads","eyne","eyot","eyots","eyra","eyras","eyre","eyres","eyrie","eyries","eyrir","eyry","fa","faa","faaing","faan","faas","fab","fabaceous","fabber","fabbest","fabbier","fabbiest","fabby","fable","fabled","fabler","fablers","fables","fabliau","fabliaux","fabling","fablings","fabric","fabricant","fabricants","fabricate","fabricated","fabricates","fabricating","fabrication","fabrications","fabricative","fabricator","fabricators","fabricked","fabricking","fabrics","fabs","fabular","fabulate","fabulated","fabulates","fabulating","fabulator","fabulators","fabulise","fabulised","fabulises","fabulising","fabulist","fabulistic","fabulists","fabulize","fabulized","fabulizes","fabulizing","fabulosities","fabulosity","fabulous","fabulously","fabulousness","fabulousnesses","faburden","faburdens","facade","facades","face","faceable","facebar","facebars","facebook","facebooked","facebooking","facebooks","facecloth","facecloths","faced","facedown","facedowns","faceless","facelessness","facelessnesses","facelift","facelifted","facelifting","facelifts","facemail","facemails","faceman","facemask","facemasks","facemen","faceplate","faceplates","faceprint","faceprints","facer","facers","faces","facet","facete","faceted","facetely","facetiae","faceting","facetious","facetiously","facetiousness","facetiousnesses","facets","facetted","facetting","faceup","faceworker","faceworkers","facia","faciae","facial","facialist","facialists","facially","facials","facias","faciend","faciends","facies","facile","facilely","facileness","facilenesses","facilitate","facilitated","facilitates","facilitating","facilitation","facilitations","facilitative","facilitator","facilitators","facilitatory","facilities","facility","facinerious","facing","facings","facinorous","facinorousness","faconne","faconnes","facsimile","facsimiled","facsimileing","facsimiles","facsimilist","facsimilists","fact","factful","factice","factices","facticities","facticity","faction","factional","factionalism","factionalisms","factionalist","factionalists","factionally","factionaries","factionary","factionist","factionists","factions","factious","factiously","factiousness","factiousnesses","factis","factises","factitious","factitiously","factitiousness","factitiousnesses","factitive","factitively","factive","factoid","factoidal","factoids","factor","factorabilities","factorability","factorable","factorage","factorages","factored","factorial","factorially","factorials","factories","factoring","factorings","factorisation","factorisations","factorise","factorised","factorises","factorising","factorization","factorizations","factorize","factorized","factorizes","factorizing","factors","factorship","factorships","factory","factorylike","factotum","factotums","facts","factsheet","factsheets","factual","factualism","factualisms","factualist","factualistic","factualists","factualities","factuality","factually","factualness","factualnesses","factum","factums","facture","factures","facula","faculae","facular","facultative","facultatively","faculties","faculty","facundities","facundity","fad","fadable","fadaise","fadaises","faddier","faddiest","faddiness","faddinesses","faddish","faddishly","faddishness","faddishnesses","faddism","faddisms","faddist","faddists","faddle","faddled","faddles","faddling","faddy","fade","fadeaway","fadeaways","faded","fadedly","fadedness","fadednesses","fadein","fadeins","fadeless","fadelessly","fadeout","fadeouts","fader","faders","fades","fadeur","fadeurs","fadge","fadged","fadges","fadging","fadier","fadiest","fading","fadings","fadlike","fado","fadometer","fadometers","fados","fads","fady","fae","faecal","faeces","faena","faenas","faerie","faeries","faery","faff","faffed","faffing","faffs","fag","fagaceous","fagged","faggeries","faggery","faggier","faggiest","fagging","faggings","faggot","faggoted","faggoting","faggotings","faggotries","faggotry","faggots","faggoty","faggy","fagin","fagins","fagot","fagoted","fagoter","fagoters","fagoting","fagotings","fagots","fagotti","fagottist","fagottists","fagotto","fags","fah","fahlband","fahlbands","fahlerz","fahlerzes","fahlore","fahlores","fahs","faible","faibles","faience","faiences","faik","faiked","faikes","faiking","faiks","fail","failed","failing","failingly","failings","faille","failles","fails","failure","failures","fain","faine","faineance","faineances","faineancies","faineancy","faineant","faineantise","faineantises","faineants","fained","fainer","faines","fainest","faining","fainites","fainly","fainne","fainnes","fainness","fainnesses","fains","faint","fainted","fainter","fainters","faintest","fainthearted","faintheartedly","faintheartedness","faintheartednesses","faintier","faintiest","fainting","faintingly","faintings","faintish","faintishness","faintishnesses","faintly","faintness","faintnesses","faints","fainty","fair","faired","fairer","fairest","fairfaced","fairgoer","fairgoers","fairground","fairgrounds","fairies","fairily","fairing","fairings","fairish","fairishly","fairlead","fairleader","fairleaders","fairleads","fairly","fairness","fairnesses","fairnitickle","fairnitickles","fairniticle","fairniticles","fairnytickle","fairnytickles","fairnyticle","fairnyticles","fairs","fairway","fairways","fairy","fairydom","fairydoms","fairyfloss","fairyflosses","fairyhood","fairyhoods","fairyism","fairyisms","fairyland","fairylands","fairylike","fairytale","fairytales","faith","faithed","faither","faithers","faithful","faithfully","faithfulness","faithfulnesses","faithfuls","faithing","faithless","faithlessly","faithlessness","faithlessnesses","faiths","faithworthiness","faithworthy","faitor","faitors","faitour","faitours","faix","fajita","fajitas","fake","faked","fakeer","fakeers","fakement","fakements","faker","fakeries","fakers","fakery","fakes","fakey","fakie","fakier","fakies","fakiest","faking","fakir","fakirism","fakirisms","fakirs","falafel","falafels","falaj","falangism","falangisms","falangist","falangists","falbala","falbalas","falcade","falcades","falcate","falcated","falcation","falcations","falces","falchion","falchions","falciform","falcon","falconer","falconers","falconet","falconets","falconiform","falconine","falconoid","falconries","falconry","falcons","falcula","falculae","falculas","falculate","faldage","faldages","falderal","falderaled","falderaling","falderals","falderol","falderols","faldetta","faldettas","faldistories","faldistory","faldstool","faldstools","fall","fallacies","fallacious","fallaciously","fallaciousness","fallaciousnesses","fallacy","fallal","fallaleries","fallalery","fallalish","fallalishly","fallals","fallaway","fallaways","fallback","fallbacks","fallboard","fallboards","fallen","faller","fallers","fallfish","fallfishes","fallibilism","fallibilisms","fallibilist","fallibilists","fallibilities","fallibility","fallible","fallibleness","falliblenesses","fallibly","falling","fallings","falloff","falloffs","fallout","fallouts","fallow","fallowed","fallower","fallowest","fallowing","fallowness","fallownesses","fallows","falls","false","falsed","falseface","falsefaces","falsehood","falsehoods","falsely","falseness","falsenesses","falser","falsers","falses","falsest","falsetto","falsettos","falsework","falseworks","falsidical","falsie","falsies","falsifiabilities","falsifiability","falsifiable","falsification","falsifications","falsified","falsifier","falsifiers","falsifies","falsify","falsifying","falsing","falsish","falsism","falsisms","falsities","falsity","faltboat","faltboats","falter","faltered","falterer","falterers","faltering","falteringly","falterings","falters","falx","fame","famed","fameless","fames","familial","familiar","familiarisation","familiarise","familiarised","familiariser","familiarisers","familiarises","familiarising","familiarities","familiarity","familiarization","familiarizations","familiarize","familiarized","familiarizer","familiarizers","familiarizes","familiarizing","familiarly","familiarness","familiarnesses","familiars","families","familism","familisms","familistic","famille","familles","family","famine","famines","faming","famish","famished","famishes","famishing","famishment","famishments","famous","famoused","famouses","famousing","famously","famousness","famousnesses","famuli","famulus","fan","fanal","fanals","fanatic","fanatical","fanatically","fanaticalness","fanaticalnesses","fanaticise","fanaticised","fanaticises","fanaticising","fanaticism","fanaticisms","fanaticize","fanaticized","fanaticizes","fanaticizing","fanatics","fanbase","fanbases","fanboy","fanboys","fanciable","fancied","fancier","fanciers","fancies","fanciest","fancified","fancifies","fanciful","fancifully","fancifulness","fancifulnesses","fancify","fancifying","fanciless","fancily","fanciness","fancinesses","fancy","fancying","fancywork","fancyworks","fand","fandangle","fandangles","fandango","fandangoes","fandangos","fanded","fanding","fandom","fandoms","fands","fane","fanega","fanegada","fanegadas","fanegas","fanes","fanfarade","fanfarades","fanfare","fanfared","fanfares","fanfaring","fanfaron","fanfarona","fanfaronade","fanfaronaded","fanfaronades","fanfaronading","fanfaronas","fanfarons","fanfic","fanfics","fanfold","fanfolded","fanfolding","fanfolds","fang","fanga","fangas","fanged","fanging","fangle","fangled","fangles","fangless","fanglike","fangling","fango","fangos","fangs","fanion","fanions","fanjet","fanjets","fank","fankle","fankled","fankles","fankling","fanks","fanlight","fanlights","fanlike","fanned","fannel","fannell","fannells","fannels","fanner","fanners","fannied","fannies","fanning","fannings","fanny","fannying","fano","fanon","fanons","fanos","fans","fansite","fansites","fansub","fansubs","fantabulous","fantad","fantads","fantail","fantailed","fantails","fantasia","fantasias","fantasie","fantasied","fantasies","fantasise","fantasised","fantasiser","fantasisers","fantasises","fantasising","fantasist","fantasists","fantasize","fantasized","fantasizer","fantasizers","fantasizes","fantasizing","fantasm","fantasmal","fantasmally","fantasmic","fantasmically","fantasms","fantasque","fantasques","fantast","fantastic","fantastical","fantasticalities","fantasticality","fantastically","fantasticalness","fantasticalnesses","fantasticate","fantasticated","fantasticates","fantasticating","fantastication","fantastications","fantasticism","fantasticisms","fantastico","fantasticoes","fantastics","fantastries","fantastry","fantasts","fantasy","fantasying","fantasyland","fantasylands","fanteeg","fanteegs","fantigue","fantigues","fantoccini","fantod","fantods","fantom","fantoms","fantoosh","fanum","fanums","fanwise","fanwort","fanworts","fanzine","fanzines","fap","faqir","faqirs","faquir","faquirs","far","farad","faradaic","faraday","faradays","faradic","faradisation","faradisations","faradise","faradised","faradiser","faradisers","faradises","faradising","faradism","faradisms","faradization","faradizations","faradize","faradized","faradizer","faradizers","faradizes","faradizing","farads","farand","farandine","farandines","farandole","farandoles","faraway","farawayness","farawaynesses","faraways","farborough","farboroughs","farce","farced","farcemeat","farcemeats","farcer","farcers","farces","farceur","farceurs","farceuse","farceuses","farci","farcical","farcicalities","farcicality","farcically","farcicalness","farcicalnesses","farcie","farcied","farcies","farcified","farcifies","farcify","farcifying","farcin","farcing","farcings","farcins","farcy","fard","fardage","fardages","farded","fardel","fardels","farden","fardens","farding","fardings","fards","fare","farebox","fareboxes","fared","farer","farers","fares","farewell","farewelled","farewelling","farewells","farfal","farfalle","farfalles","farfals","farfel","farfels","farfet","farfetchedness","farfetchednesses","farina","farinaceous","farinas","faring","farinha","farinhas","farinose","farinosely","farkleberries","farkleberry","farl","farle","farles","farls","farm","farmable","farmed","farmer","farmeress","farmeresses","farmerette","farmerettes","farmeries","farmers","farmery","farmhand","farmhands","farmhouse","farmhouses","farming","farmings","farmland","farmlands","farmost","farms","farmstead","farmsteads","farmwife","farmwives","farmwork","farmworker","farmworkers","farmworks","farmyard","farmyards","farnarkel","farnarkeled","farnarkeling","farnarkelings","farnarkels","farnesol","farnesols","farness","farnesses","faro","farolito","farolitos","faros","farouche","farraginous","farrago","farragoes","farragos","farrand","farrandine","farrandines","farrant","farred","farren","farrens","farrier","farrieries","farriers","farriery","farring","farrow","farrowed","farrowing","farrows","farruca","farrucas","fars","farse","farsed","farseeing","farses","farside","farsides","farsighted","farsightedly","farsightedness","farsightednesses","farsing","fart","farted","farter","farters","farthel","farthels","farther","farthermore","farthermost","farthest","farthing","farthingale","farthingales","farthingland","farthinglands","farthingless","farthings","farthingsworth","farthingsworths","farting","fartlek","fartleks","farts","fas","fasces","fasci","fascia","fasciae","fascial","fascias","fasciate","fasciated","fasciately","fasciation","fasciations","fascicle","fascicled","fascicles","fascicular","fascicularly","fasciculate","fasciculated","fasciculately","fasciculation","fasciculations","fascicule","fascicules","fasciculi","fasciculus","fasciitis","fasciitises","fascinate","fascinated","fascinatedly","fascinates","fascinating","fascinatingly","fascination","fascinations","fascinative","fascinator","fascinators","fascine","fascines","fascio","fasciola","fasciolas","fasciole","fascioles","fascioliases","fascioliasis","fascis","fascism","fascismi","fascismo","fascisms","fascist","fascista","fascisti","fascistic","fascistically","fascists","fascitis","fascitises","fash","fashed","fasheries","fashery","fashes","fashing","fashion","fashionabilities","fashionability","fashionable","fashionableness","fashionablenesses","fashionables","fashionably","fashioned","fashioner","fashioners","fashioning","fashionist","fashionista","fashionistas","fashionists","fashionmonger","fashionmongers","fashionmonging","fashions","fashiony","fashious","fashiousness","fashiousnesses","fast","fastback","fastbacks","fastball","fastballer","fastballers","fastballs","fasted","fasten","fastened","fastener","fasteners","fastening","fastenings","fastens","faster","fasters","fastest","fasti","fastidious","fastidiously","fastidiousness","fastidiousnesses","fastie","fasties","fastigiate","fastigiated","fastigium","fastigiums","fasting","fastings","fastish","fastly","fastness","fastnesses","fasts","fastuous","fat","fatal","fatalism","fatalisms","fatalist","fatalistic","fatalistically","fatalists","fatalities","fatality","fatally","fatalness","fatalnesses","fatback","fatbacks","fatbird","fatbirds","fatbrained","fate","fated","fateful","fatefully","fatefulness","fatefulnesses","fates","fathead","fatheaded","fatheadedly","fatheadedness","fatheadednesses","fatheads","father","fathered","fatherhood","fatherhoods","fathering","fatherings","fatherland","fatherlands","fatherless","fatherlessness","fatherlike","fatherliness","fatherlinesses","fatherly","fathers","fathership","fatherships","fathom","fathomable","fathomed","fathomer","fathomers","fathometer","fathometers","fathoming","fathomless","fathomlessly","fathomlessness","fathomlessnesses","fathoms","fatidic","fatidical","fatidically","fatigabilities","fatigability","fatigable","fatigableness","fatigablenesses","fatigate","fatigated","fatigates","fatigating","fatiguable","fatiguableness","fatigue","fatigued","fatigueless","fatigues","fatiguing","fatiguingly","fating","fatiscence","fatiscences","fatiscent","fatless","fatlike","fatling","fatlings","fatly","fatness","fatnesses","fats","fatshedera","fatshederas","fatsia","fatsias","fatso","fatsoes","fatsos","fatstock","fatstocks","fatted","fatten","fattenable","fattened","fattener","fatteners","fattening","fattenings","fattens","fatter","fattest","fattier","fatties","fattiest","fattily","fattiness","fattinesses","fatting","fattish","fattism","fattisms","fattist","fattists","fattrels","fatty","fatuities","fatuitous","fatuity","fatuous","fatuously","fatuousness","fatuousnesses","fatwa","fatwah","fatwahed","fatwahing","fatwahs","fatwaing","fatwas","fatwood","fatwoods","faubourg","faubourgs","faucal","faucals","fauces","faucet","faucets","fauchion","fauchions","fauchon","fauchons","faucial","faugh","faulchion","faulchions","fauld","faulds","fault","faulted","faultfinder","faultfinders","faultfinding","faultfindings","faultful","faultier","faultiest","faultily","faultiness","faultinesses","faulting","faultless","faultlessly","faultlessness","faultlessnesses","faultline","faultlines","faults","faulty","faun","fauna","faunae","faunal","faunally","faunas","faunist","faunistic","faunistically","faunists","faunlike","fauns","faunula","faunulae","faunule","faunules","faur","faurd","faurer","faurest","faustian","faut","fauted","fauteuil","fauteuils","fauting","fautor","fautors","fauts","fauve","fauves","fauvette","fauvettes","fauvism","fauvisms","fauvist","fauvists","faux","fauxbourdon","fauxbourdons","fava","favas","fave","favel","favela","favelas","favell","favella","favellas","faveolate","faver","faves","favest","favicon","favicons","favism","favisms","favonian","favor","favorable","favorableness","favorablenesses","favorably","favored","favoredness","favorednesses","favorer","favorers","favoring","favoringly","favorite","favorites","favoritism","favoritisms","favorless","favors","favose","favour","favourable","favourableness","favourably","favoured","favouredness","favourednesses","favourer","favourers","favouring","favouringly","favourite","favourites","favouritism","favouritisms","favourless","favours","favous","favrile","favriles","favus","favuses","faw","fawn","fawned","fawner","fawners","fawnier","fawniest","fawning","fawningly","fawningness","fawningnesses","fawnings","fawnlike","fawns","fawny","faws","fax","faxed","faxes","faxing","fay","fayalite","fayalites","fayed","fayence","fayences","fayer","fayest","faying","fayne","fayned","faynes","fayning","fayre","fayres","fays","faze","fazed","fazenda","fazendas","fazendeiro","fazendeiros","fazes","fazing","fe","feague","feagued","feagues","feaguing","feal","fealed","fealing","feals","fealties","fealty","fear","feare","feared","fearer","fearers","feares","fearful","fearfuller","fearfullest","fearfully","fearfulness","fearfulnesses","fearing","fearless","fearlessly","fearlessness","fearlessnesses","fearnaught","fearnaughts","fearnought","fearnoughts","fears","fearsome","fearsomely","fearsomeness","fearsomenesses","feart","feasance","feasances","fease","feased","feases","feasibilities","feasibility","feasible","feasibleness","feasiblenesses","feasibly","feasing","feast","feasted","feaster","feasters","feastful","feasting","feastings","feastless","feasts","feat","feated","feateous","feateously","feater","featest","feather","featherbed","featherbedded","featherbedding","featherbeddings","featherbeds","featherbrain","featherbrained","featherbrains","feathered","featheredge","featheredged","featheredges","featheredging","featherhead","featherheaded","featherheads","featherier","featheriest","featheriness","featherinesses","feathering","featherings","featherless","featherlight","feathers","featherstitch","featherstitched","featherstitches","featherstitching","featherweight","featherweights","feathery","feating","featlier","featliest","featliness","featlinesses","featly","featous","feats","featuous","feature","featured","featureless","featurelessness","featurely","features","featurette","featurettes","featuring","feaze","feazed","feazes","feazing","feblesse","feblesses","febricities","febricity","febricula","febriculas","febricule","febricules","febrifacient","febrifacients","febriferous","febrific","febrifugal","febrifuge","febrifuges","febrile","febrilities","febrility","fecal","feces","fecht","fechter","fechters","fechting","fechts","fecial","fecials","fecit","feck","fecked","feckin","fecking","feckless","fecklessly","fecklessness","fecklessnesses","feckly","fecks","fecula","feculae","feculas","feculence","feculences","feculencies","feculency","feculent","fecund","fecundate","fecundated","fecundates","fecundating","fecundation","fecundations","fecundator","fecundators","fecundatory","fecundities","fecundity","fed","fedarie","fedaries","fedayee","fedayeen","fedelini","fedelinis","federacies","federacy","federal","federalese","federaleses","federalisation","federalisations","federalise","federalised","federalises","federalising","federalism","federalisms","federalist","federalistic","federalists","federalization","federalizations","federalize","federalized","federalizes","federalizing","federally","federals","federarie","federaries","federary","federate","federated","federates","federating","federation","federations","federative","federatively","federator","federators","fedex","fedexed","fedexes","fedexing","fedora","fedoras","feds","fee","feeb","feeble","feebled","feebleminded","feeblemindedly","feeblemindedness","feeblemindednesses","feebleness","feeblenesses","feebler","feebles","feeblest","feebling","feeblish","feebly","feebs","feed","feedable","feedback","feedbacks","feedbag","feedbags","feedbox","feedboxes","feeder","feeders","feedgrain","feedgrains","feedhole","feedholes","feeding","feedings","feedingstuff","feedingstuffs","feedlot","feedlots","feeds","feedstock","feedstocks","feedstuff","feedstuffs","feedthrough","feedthroughs","feedwater","feedwaters","feedyard","feedyards","feeing","feel","feelbad","feeler","feelers","feeless","feelgood","feeling","feelingless","feelingly","feelingness","feelingnesses","feelings","feels","feen","feens","feer","feered","feerie","feeries","feerin","feering","feerings","feerins","feers","fees","feese","feesed","feeses","feesing","feet","feetfirst","feetless","feeze","feezed","feezes","feezing","feg","fegaries","fegary","fegs","feh","fehm","fehme","fehmic","fehs","feign","feigned","feignedly","feignedness","feignednesses","feigner","feigners","feigning","feigningly","feignings","feigns","feijoa","feijoada","feijoadas","feijoas","feint","feinted","feinter","feintest","feinting","feints","feirie","feirier","feiriest","feis","feiseanna","feist","feistier","feistiest","feistily","feistiness","feistinesses","feists","feisty","felafel","felafels","felch","felched","felches","felching","feldgrau","feldgraus","feldschar","feldschars","feldscher","feldschers","feldsher","feldshers","feldspar","feldspars","feldspath","feldspathic","feldspathoid","feldspathoids","feldspathose","feldspaths","felicia","felicias","felicific","felicitate","felicitated","felicitates","felicitating","felicitation","felicitations","felicitator","felicitators","feliciter","felicities","felicitous","felicitously","felicitousness","felicitousnesses","felicity","felid","felids","feline","felinely","felineness","felinenesses","felines","felinities","felinity","fell","fella","fellable","fellah","fellaheen","fellahin","fellahs","fellas","fellate","fellated","fellates","fellating","fellatio","fellation","fellations","fellatios","fellator","fellators","fellatrices","fellatrix","fellatrixes","felled","feller","fellers","fellest","fellies","felling","fellings","fellmonger","fellmongered","fellmongeries","fellmongering","fellmongerings","fellmongers","fellmongery","fellness","fellnesses","felloe","felloes","fellow","fellowed","fellowing","fellowly","fellowman","fellowmen","fellows","fellowship","fellowshiped","fellowshiping","fellowshipped","fellowshipping","fellowships","fells","felly","felon","felonies","felonious","feloniously","feloniousness","feloniousnesses","felonous","felonries","felonry","felons","felony","felsic","felsite","felsites","felsitic","felspar","felspars","felspathic","felspathoid","felspathoids","felspathose","felstone","felstones","felt","felted","felter","feltered","feltering","felters","feltier","feltiest","felting","feltings","feltlike","felts","felty","felucca","feluccas","felwort","felworts","fem","femal","female","femaleness","femalenesses","females","femalities","femality","femals","feme","femerall","femeralls","femes","femetaries","femetary","femicidal","femicide","femicides","feminacies","feminacy","feminal","feminalities","feminality","feminazi","feminazis","femineities","femineity","feminie","feminilities","feminility","feminine","femininely","feminineness","femininenesses","feminines","femininism","femininisms","femininities","femininity","feminisation","feminisations","feminise","feminised","feminises","feminising","feminism","feminisms","feminist","feministic","feminists","feminities","feminity","feminization","feminizations","feminize","feminized","feminizes","feminizing","femiter","femiters","femme","femmes","femmier","femmiest","femmy","femora","femoral","fems","femtosecond","femtoseconds","femur","femurs","fen","fenagle","fenagled","fenagles","fenagling","fence","fenced","fenceless","fencelessness","fencelessnesses","fencelike","fencer","fencerow","fencerows","fencers","fences","fencible","fencibles","fencing","fencings","fend","fended","fender","fendered","fenderless","fenders","fendier","fendiest","fending","fends","fendy","fenestella","fenestellae","fenestellas","fenestra","fenestrae","fenestral","fenestrals","fenestras","fenestrate","fenestrated","fenestration","fenestrations","feni","fenis","fenitar","fenitars","fenks","fenland","fenlands","fenman","fenmen","fennec","fennecs","fennel","fennelflower","fennelflowers","fennels","fennier","fennies","fenniest","fennish","fenny","fens","fent","fentanyl","fentanyls","fenthion","fenthions","fents","fenugreek","fenugreeks","fenuron","fenurons","feod","feodal","feodaries","feodary","feods","feoff","feoffed","feoffee","feoffees","feoffer","feoffers","feoffing","feoffment","feoffments","feoffor","feoffors","feoffs","fer","feracious","feracities","feracity","feral","feralised","feralized","ferals","ferbam","ferbams","fere","ferer","feres","ferest","feretories","feretory","feria","feriae","ferial","ferias","ferine","ferities","ferity","ferlie","ferlied","ferlier","ferlies","ferliest","ferly","ferlying","ferm","fermata","fermatas","fermate","ferment","fermentability","fermentable","fermentation","fermentations","fermentative","fermentatively","fermented","fermenter","fermenters","fermentescible","fermenting","fermentitious","fermentive","fermentor","fermentors","ferments","fermi","fermion","fermionic","fermions","fermis","fermium","fermiums","ferms","fern","fernallies","fernally","fernbird","fernbirds","ferneries","fernery","fernier","ferniest","ferning","fernings","ferninst","fernitickle","fernitickles","ferniticle","ferniticles","fernless","fernlike","ferns","fernshaw","fernshaws","ferntickle","ferntickled","ferntickles","fernticle","fernticled","fernticles","ferny","fernytickle","fernytickles","fernyticle","fernyticles","ferocious","ferociously","ferociousness","ferociousnesses","ferocities","ferocity","ferrandine","ferrandines","ferrate","ferrates","ferredoxin","ferredoxins","ferrel","ferreled","ferreling","ferrelled","ferrelling","ferrels","ferreous","ferret","ferreted","ferreter","ferreters","ferreting","ferretings","ferrets","ferrety","ferriage","ferriages","ferric","ferricyanic","ferricyanide","ferricyanides","ferricyanogen","ferricyanogens","ferried","ferries","ferriferous","ferrimagnet","ferrimagnetic","ferrimagnetically","ferrimagnetism","ferrimagnetisms","ferrimagnets","ferrite","ferrites","ferritic","ferritin","ferritins","ferrocene","ferrocenes","ferrochrome","ferrochromes","ferrochromium","ferrochromiums","ferroconcrete","ferroconcretes","ferrocyanic","ferrocyanide","ferrocyanides","ferrocyanogen","ferrocyanogens","ferroelectric","ferroelectricities","ferroelectricity","ferroelectrics","ferrograms","ferrographies","ferrography","ferromagnesian","ferromagnet","ferromagnetic","ferromagnetism","ferromagnetisms","ferromagnets","ferromanganese","ferromanganeses","ferromolybdenum","ferronickel","ferronickels","ferroniere","ferronieres","ferronniere","ferronnieres","ferroprussiate","ferroprussiates","ferrosilicon","ferrosilicons","ferrosoferric","ferrotype","ferrotyped","ferrotypes","ferrotyping","ferrous","ferrugineous","ferruginous","ferrugo","ferrugos","ferrule","ferruled","ferrules","ferruling","ferrum","ferrums","ferry","ferryboat","ferryboats","ferrying","ferryman","ferrymen","fertigate","fertigated","fertigates","fertigating","fertigation","fertigations","fertile","fertilely","fertileness","fertilenesses","fertiler","fertilest","fertilisable","fertilisation","fertilisations","fertilise","fertilised","fertiliser","fertilisers","fertilises","fertilising","fertilities","fertility","fertilizable","fertilization","fertilizations","fertilize","fertilized","fertilizer","fertilizers","fertilizes","fertilizing","ferula","ferulaceous","ferulae","ferulas","ferule","feruled","ferules","feruling","fervencies","fervency","fervent","ferventer","ferventest","fervently","ferventness","ferventnesses","fervescent","fervid","fervider","fervidest","fervidities","fervidity","fervidly","fervidness","fervidnesses","fervor","fervorous","fervors","fervour","fervours","fes","fescennine","fescue","fescues","fess","fesse","fessed","fesses","fessing","fesswise","fest","festa","festal","festally","festals","festas","fester","festered","festering","festers","festier","festiest","festilogies","festilogy","festinate","festinated","festinately","festinates","festinating","festination","festinations","festival","festivalgoer","festivalgoers","festivals","festive","festively","festiveness","festivenesses","festivities","festivity","festivous","festologies","festology","festoon","festooned","festooneries","festoonery","festooning","festoons","fests","festschrift","festschriften","festschrifts","festy","fet","feta","fetal","fetas","fetation","fetations","fetch","fetched","fetcher","fetchers","fetches","fetching","fetchingly","fete","feted","feterita","feteritas","fetes","fetial","fetiales","fetialis","fetials","fetich","fetiche","fetiches","fetichise","fetichised","fetichises","fetichising","fetichism","fetichisms","fetichist","fetichistic","fetichists","fetichize","fetichized","fetichizes","fetichizing","feticidal","feticide","feticides","fetid","fetider","fetidest","fetidities","fetidity","fetidly","fetidness","fetidnesses","feting","fetiparous","fetish","fetishes","fetishisation","fetishisations","fetishise","fetishised","fetishises","fetishising","fetishism","fetishisms","fetishist","fetishistic","fetishistically","fetishists","fetishization","fetishizations","fetishize","fetishized","fetishizes","fetishizing","fetlock","fetlocked","fetlocks","fetologies","fetologist","fetologists","fetology","fetoprotein","fetoproteins","fetor","fetors","fetoscope","fetoscopes","fetoscopies","fetoscopy","fets","fett","fetta","fettas","fetted","fetter","fettered","fetterer","fetterers","fettering","fetterless","fetterlock","fetterlocks","fetters","fetting","fettle","fettled","fettler","fettlers","fettles","fettling","fettlings","fetts","fettuccine","fettuccines","fettuccini","fettucine","fettucines","fettucini","fettucinis","fetus","fetuses","fetwa","fetwas","feu","feuar","feuars","feud","feudal","feudalisation","feudalisations","feudalise","feudalised","feudalises","feudalising","feudalism","feudalisms","feudalist","feudalistic","feudalists","feudalities","feudality","feudalization","feudalizations","feudalize","feudalized","feudalizes","feudalizing","feudally","feudaries","feudary","feudatories","feudatory","feuded","feuding","feudings","feudist","feudists","feuds","feued","feuillete","feuilletes","feuilleton","feuilletonism","feuilletonisms","feuilletonist","feuilletonistic","feuilletonists","feuilletons","feuing","feus","feutre","feutred","feutres","feutring","fever","fevered","feverfew","feverfews","fevering","feverish","feverishly","feverishness","feverishnesses","feverless","feverous","feverously","feverroot","feverroots","fevers","feverweed","feverweeds","feverwort","feverworts","few","fewer","fewest","fewmet","fewmets","fewness","fewnesses","fews","fewter","fewtered","fewtering","fewters","fewtrils","fey","feyed","feyer","feyest","feying","feyly","feyness","feynesses","feys","fez","fezes","fezzed","fezzes","fezzy","fiacre","fiacres","fiancailles","fiance","fiancee","fiancees","fiances","fianchetti","fianchetto","fianchettoed","fianchettoes","fianchettoing","fianchettos","fiar","fiars","fiaschi","fiasco","fiascoes","fiascos","fiat","fiated","fiating","fiats","fiaunt","fiaunts","fib","fibbed","fibber","fibberies","fibbers","fibbery","fibbing","fiber","fiberboard","fiberboards","fibered","fiberfill","fiberfills","fiberglass","fiberglassed","fiberglasses","fiberglassing","fiberisation","fiberisations","fiberise","fiberised","fiberises","fiberising","fiberization","fiberizations","fiberize","fiberized","fiberizes","fiberizing","fiberless","fiberlike","fibers","fiberscope","fiberscopes","fibranne","fibrannes","fibrate","fibrates","fibre","fibreboard","fibreboards","fibred","fibrefill","fibrefills","fibreglass","fibreglasses","fibreless","fibreoptic","fibres","fibrescope","fibrescopes","fibriform","fibril","fibrilar","fibrilla","fibrillae","fibrillar","fibrillary","fibrillate","fibrillated","fibrillates","fibrillating","fibrillation","fibrillations","fibrilliform","fibrillin","fibrillins","fibrillose","fibrillous","fibrils","fibrin","fibrinogen","fibrinogenic","fibrinogenous","fibrinogens","fibrinoid","fibrinoids","fibrinolyses","fibrinolysin","fibrinolysins","fibrinolysis","fibrinolytic","fibrinopeptide","fibrinopeptides","fibrinous","fibrins","fibro","fibroblast","fibroblastic","fibroblasts","fibrocartilage","fibrocartilages","fibrocement","fibrocements","fibrocystic","fibrocyte","fibrocytes","fibroid","fibroids","fibroin","fibroins","fibroline","fibrolines","fibrolite","fibrolites","fibroma","fibromas","fibromata","fibromatous","fibromyalgia","fibromyalgias","fibronectin","fibronectins","fibros","fibrosarcoma","fibrosarcomas","fibrosarcomata","fibrose","fibrosed","fibroses","fibrosing","fibrosis","fibrosites","fibrositides","fibrositis","fibrositises","fibrotic","fibrous","fibrously","fibrousness","fibrousnesses","fibrovascular","fibs","fibster","fibsters","fibula","fibulae","fibular","fibulas","fice","fices","fiche","fiches","fichu","fichus","ficin","ficins","fickle","fickled","fickleness","ficklenesses","fickler","fickles","ficklest","fickling","fickly","fico","ficoes","ficos","fictile","fiction","fictional","fictionalise","fictionalised","fictionalises","fictionalising","fictionalities","fictionality","fictionalization","fictionalizations","fictionalize","fictionalized","fictionalizes","fictionalizing","fictionally","fictioneer","fictioneering","fictioneerings","fictioneers","fictionisation","fictionisations","fictionise","fictionised","fictionises","fictionising","fictionist","fictionists","fictionization","fictionizations","fictionize","fictionized","fictionizes","fictionizing","fictions","fictitious","fictitiously","fictitiousness","fictitiousnesses","fictive","fictively","fictiveness","fictivenesses","fictor","fictors","ficus","ficuses","fid","fiddious","fiddioused","fiddiouses","fiddiousing","fiddle","fiddleback","fiddlebacks","fiddled","fiddlededee","fiddledeedee","fiddlehead","fiddleheads","fiddleneck","fiddlenecks","fiddler","fiddlers","fiddles","fiddlestick","fiddlesticks","fiddlewood","fiddlewoods","fiddley","fiddleys","fiddlier","fiddliest","fiddling","fiddly","fideicommissa","fideicommissary","fideicommissum","fideism","fideisms","fideist","fideistic","fideists","fidelismo","fidelismos","fidelista","fidelistas","fidelities","fidelity","fides","fidge","fidged","fidges","fidget","fidgeted","fidgeter","fidgeters","fidgetier","fidgetiest","fidgetiness","fidgetinesses","fidgeting","fidgetingly","fidgets","fidgety","fidging","fidibus","fidibuses","fido","fidos","fids","fiducial","fiducially","fiduciaries","fiduciarily","fiduciary","fie","fief","fiefdom","fiefdoms","fiefs","field","fieldboots","fieldcraft","fieldcrafts","fielded","fielder","fielders","fieldfare","fieldfares","fielding","fieldings","fieldmice","fieldmouse","fieldpiece","fieldpieces","fields","fieldsman","fieldsmen","fieldstone","fieldstones","fieldstrip","fieldstripped","fieldstripping","fieldstrips","fieldstript","fieldvole","fieldvoles","fieldward","fieldwards","fieldwork","fieldworker","fieldworkers","fieldworks","fiend","fiendish","fiendishly","fiendishness","fiendishnesses","fiendlike","fiends","fient","fients","fier","fierce","fiercely","fierceness","fiercenesses","fiercer","fiercest","fiere","fieres","fierier","fieriest","fierily","fieriness","fierinesses","fiers","fiery","fiest","fiesta","fiestas","fife","fifed","fifer","fifers","fifes","fifing","fifteen","fifteener","fifteeners","fifteens","fifteenth","fifteenthly","fifteenths","fifth","fifthly","fifths","fifties","fiftieth","fiftieths","fifty","fiftyish","fig","figeater","figeaters","figged","figgeries","figgery","figging","fight","fightable","fightback","fightbacks","fighter","fighters","fighting","fightings","fights","figjam","figjams","figment","figments","figo","figos","figs","figuline","figulines","figurabilities","figurability","figurable","figural","figurally","figurant","figurante","figurantes","figurants","figurate","figurately","figuration","figurations","figurative","figuratively","figurativeness","figurativenesses","figure","figured","figuredly","figurehead","figureheads","figureless","figurer","figurers","figures","figurework","figureworks","figurine","figurines","figuring","figurist","figurists","figwort","figworts","fike","fiked","fikeries","fikery","fikes","fikier","fikiest","fiking","fikish","fiky","fil","fila","filabeg","filabegs","filaceous","filacer","filacers","filaggrin","filaggrins","filagree","filagreed","filagreeing","filagrees","filament","filamentary","filamentous","filaments","filander","filanders","filar","filaree","filarees","filaria","filariae","filarial","filarian","filariases","filariasis","filariid","filariids","filasse","filasses","filatories","filatory","filature","filatures","filazer","filazers","filberd","filberds","filbert","filberts","filch","filched","filcher","filchers","filches","filching","filchingly","filchings","file","fileable","filecard","filecards","filed","filefish","filefishes","filemot","filemots","filename","filenames","filer","filers","files","filet","fileted","fileting","filets","filfot","filfots","filial","filially","filialness","filialnesses","filiate","filiated","filiates","filiating","filiation","filiations","filibeg","filibegs","filibuster","filibustered","filibusterer","filibusterers","filibustering","filibusterings","filibusterism","filibusterisms","filibusterous","filibusters","filicidal","filicide","filicides","filicinean","filiform","filigrain","filigrains","filigrane","filigranes","filigree","filigreed","filigreeing","filigrees","filii","filing","filings","filiopietistic","filioque","filioques","filipendulous","filister","filisters","filius","fill","fillable","fillagree","fillagreed","fillagreeing","fillagrees","fille","filled","filler","fillers","filles","fillester","fillesters","fillet","filleted","filleting","fillets","fillibeg","fillibegs","fillies","filling","fillings","fillip","filliped","fillipeen","fillipeens","filliping","fillips","fillister","fillisters","fillo","fillos","fills","filly","film","filmable","filmcard","filmcards","filmdom","filmdoms","filmed","filmer","filmers","filmgoer","filmgoers","filmgoing","filmi","filmic","filmically","filmier","filmiest","filmily","filminess","filminesses","filming","filmis","filmish","filmland","filmlands","filmless","filmlike","filmmaker","filmmakers","filmmaking","filmmakings","filmographies","filmography","films","filmset","filmsets","filmsetter","filmsetters","filmsetting","filmsettings","filmstrip","filmstrips","filmy","filo","filoplume","filoplumes","filopodia","filopodium","filos","filose","filoselle","filoselles","filovirus","filoviruses","fils","filter","filterabilities","filterability","filterable","filterableness","filtered","filterer","filterers","filtering","filters","filth","filthier","filthiest","filthily","filthiness","filthinesses","filths","filthy","filtrabilities","filtrability","filtrable","filtratable","filtrate","filtrated","filtrates","filtrating","filtration","filtrations","filtre","filum","fimble","fimbles","fimbria","fimbriae","fimbrial","fimbriate","fimbriated","fimbriates","fimbriating","fimbriation","fimbriations","fimbrillate","fimicolous","fin","finable","finableness","finablenesses","finagle","finagled","finagler","finaglers","finagles","finagling","final","finale","finales","finalis","finalisation","finalisations","finalise","finalised","finaliser","finalisers","finalises","finalising","finalism","finalisms","finalist","finalistic","finalists","finalities","finality","finalization","finalizations","finalize","finalized","finalizer","finalizers","finalizes","finalizing","finally","finals","finance","financed","finances","financial","financialist","financialists","financially","financier","financiered","financiering","financiers","financing","financings","finback","finbacks","finca","fincas","finch","finched","finches","find","findable","finder","finders","finding","findings","findram","findrams","finds","fine","fineable","fineableness","fineablenesses","fined","fineer","fineered","fineering","fineers","fineish","fineless","finely","fineness","finenesses","finer","fineries","finers","finery","fines","finespun","finesse","finessed","finesser","finessers","finesses","finessing","finessings","finest","finfish","finfishes","finfoot","finfoots","fingan","fingans","finger","fingerboard","fingerboards","fingerbowl","fingerbowls","fingerbreadth","fingerbreadths","fingered","fingerer","fingerers","fingerglass","fingerglasses","fingerguard","fingerguards","fingerhold","fingerholds","fingerhole","fingerholes","fingering","fingerings","fingerless","fingerlike","fingerling","fingerlings","fingermark","fingermarks","fingernail","fingernails","fingerpick","fingerpicked","fingerpicking","fingerpickings","fingerpicks","fingerplate","fingerplates","fingerpost","fingerposts","fingerprint","fingerprinted","fingerprinting","fingerprintings","fingerprints","fingers","fingerstall","fingerstalls","fingertip","fingertips","fini","finial","finialed","finials","finical","finicalities","finicality","finically","finicalness","finicalnesses","finicketier","finicketiest","finickety","finickier","finickiest","finickin","finickiness","finickinesses","finicking","finickings","finicky","finikin","finiking","fining","finings","finis","finises","finish","finished","finisher","finishers","finishes","finishing","finishings","finite","finitely","finiteness","finitenesses","finites","finitism","finitisms","finito","finitude","finitudes","finjan","finjans","fink","finked","finking","finks","finless","finlike","finmark","finmarks","finnac","finnack","finnacks","finnacs","finnan","finnans","finned","finner","finners","finnesko","finnickier","finnickiest","finnicky","finnier","finniest","finning","finnmark","finnmarks","finnochio","finnochios","finnock","finnocks","finnsko","finny","fino","finocchio","finocchios","finochio","finochios","finos","fins","finsko","fioratura","fioraturae","fiord","fiords","fiorin","fiorins","fioritura","fioriture","fippence","fippences","fipple","fipples","fiqh","fiqhs","fique","fiques","fir","fire","fireable","firearm","firearmed","firearms","fireback","firebacks","fireball","fireballer","fireballers","fireballing","fireballs","firebase","firebases","firebird","firebirds","fireboard","fireboards","fireboat","fireboats","firebomb","firebombed","firebomber","firebombers","firebombing","firebombings","firebombs","firebox","fireboxes","firebrand","firebrands","firebrat","firebrats","firebreak","firebreaks","firebrick","firebricks","firebug","firebugs","firebush","firebushes","fireclay","fireclays","firecracker","firecrackers","firecrest","firecrests","fired","firedamp","firedamps","firedog","firedogs","firedragon","firedragons","firedrake","firedrakes","firefang","firefanged","firefanging","firefangs","firefight","firefighter","firefighters","firefighting","firefightings","firefights","fireflies","firefloat","firefloats","fireflood","firefloods","firefly","fireguard","fireguards","firehall","firehalls","firehouse","firehouses","fireless","firelight","firelighter","firelighters","firelights","firelit","firelock","firelocks","fireman","firemanic","firemark","firemarks","firemen","firepan","firepans","firepink","firepinks","fireplace","fireplaced","fireplaces","fireplug","fireplugs","firepot","firepots","firepower","firepowers","fireproof","fireproofed","fireproofing","fireproofings","fireproofs","firer","fireroom","firerooms","firers","fires","firescreen","firescreens","fireship","fireships","fireside","firesides","firestone","firestones","firestorm","firestorms","firethorn","firethorns","firetrap","firetraps","firetruck","firetrucks","firewall","firewalled","firewalling","firewalls","firewarden","firewardens","firewater","firewaters","fireweed","fireweeds","firewoman","firewomen","firewood","firewoods","firework","fireworks","fireworm","fireworms","firie","firies","firing","firings","firk","firked","firkin","firking","firkins","firks","firlot","firlots","firm","firmament","firmamental","firmaments","firman","firmans","firmed","firmer","firmers","firmest","firming","firmless","firmly","firmness","firmnesses","firms","firmware","firmwares","firn","firns","firrier","firriest","firring","firrings","firry","firs","first","firstborn","firstborns","firstfruits","firsthand","firstling","firstlings","firstly","firstness","firstnesses","firsts","firth","firths","firwood","firwoods","fisc","fiscal","fiscalist","fiscalists","fiscally","fiscals","fiscs","fisgig","fisgigs","fish","fishabilities","fishability","fishable","fishball","fishballs","fishbolt","fishbolts","fishbone","fishbones","fishbowl","fishbowls","fishburger","fishburgers","fishcake","fishcakes","fished","fisher","fisherfolk","fisheries","fisherman","fishermen","fishers","fisherwoman","fisherwomen","fishery","fishes","fisheye","fisheyes","fishfinger","fishfingers","fishful","fishgig","fishgigs","fishhook","fishhooks","fishier","fishiest","fishified","fishifies","fishify","fishifying","fishily","fishiness","fishinesses","fishing","fishings","fishkill","fishkills","fishless","fishlike","fishline","fishlines","fishmeal","fishmeals","fishmonger","fishmongers","fishnet","fishnets","fishplate","fishplates","fishpole","fishpoles","fishpond","fishponds","fishskin","fishskins","fishtail","fishtailed","fishtailing","fishtails","fishway","fishways","fishwife","fishwifely","fishwives","fishworm","fishworms","fishy","fishyback","fishybacks","fisk","fisked","fisking","fisks","fisnomie","fisnomies","fissate","fissicostate","fissile","fissilingual","fissilities","fissility","fission","fissionabilities","fissionability","fissionable","fissionables","fissional","fissioned","fissioning","fissions","fissipalmate","fissiparism","fissiparisms","fissiparities","fissiparity","fissiparous","fissiparously","fissiparousness","fissiparousnesses","fissiped","fissipedal","fissipede","fissipedes","fissipeds","fissirostral","fissive","fissle","fissled","fissles","fissling","fissural","fissure","fissured","fissures","fissuring","fist","fisted","fistfight","fistfights","fistful","fistfuls","fistiana","fistic","fistical","fisticuff","fisticuffs","fistier","fistiest","fisting","fistmele","fistmeles","fistnote","fistnotes","fists","fistula","fistulae","fistular","fistulas","fistulate","fistulose","fistulous","fisty","fit","fitch","fitche","fitchee","fitches","fitchet","fitchets","fitchew","fitchews","fitchy","fitful","fitfully","fitfulness","fitfulnesses","fitlier","fitliest","fitly","fitment","fitments","fitna","fitnas","fitness","fitnesses","fits","fitt","fittable","fitte","fitted","fitter","fitters","fittes","fittest","fitting","fittingly","fittingness","fittingnesses","fittings","fitts","five","fivefinger","fivefingers","fivefold","fivepence","fivepences","fivepenny","fivepin","fivepins","fiver","fivers","fives","fix","fixable","fixate","fixated","fixates","fixatif","fixatifs","fixating","fixation","fixations","fixative","fixatives","fixature","fixatures","fixed","fixedly","fixedness","fixednesses","fixer","fixers","fixes","fixing","fixings","fixit","fixities","fixity","fixive","fixt","fixture","fixtureless","fixtures","fixure","fixures","fiz","fizgig","fizgigged","fizgigging","fizgigs","fizz","fizzed","fizzen","fizzenless","fizzens","fizzer","fizzers","fizzes","fizzgig","fizzgigs","fizzier","fizziest","fizziness","fizzinesses","fizzing","fizzings","fizzle","fizzled","fizzles","fizzling","fizzy","fjeld","fjelds","fjord","fjordic","fjords","flab","flabbergast","flabbergasted","flabbergasting","flabbergastingly","flabbergasts","flabbier","flabbiest","flabbily","flabbiness","flabbinesses","flabby","flabella","flabellate","flabellation","flabellations","flabelliform","flabellum","flabellums","flabs","flaccid","flaccider","flaccidest","flaccidities","flaccidity","flaccidly","flaccidness","flaccidnesses","flack","flacked","flacker","flackered","flackeries","flackering","flackers","flackery","flacket","flackets","flacking","flacks","flacon","flacons","flaff","flaffed","flaffer","flaffered","flaffering","flaffers","flaffing","flaffs","flag","flagella","flagellant","flagellantism","flagellantisms","flagellants","flagellar","flagellate","flagellated","flagellates","flagellating","flagellation","flagellations","flagellator","flagellators","flagellatory","flagelliferous","flagelliform","flagellin","flagellins","flagellomania","flagellomaniac","flagellomaniacs","flagellomanias","flagellum","flagellums","flageolet","flageolets","flagged","flagger","flaggers","flaggier","flaggiest","flagginess","flagginesses","flagging","flaggingly","flaggings","flaggy","flagitate","flagitated","flagitates","flagitating","flagitation","flagitations","flagitious","flagitiously","flagitiousness","flagitiousnesses","flagless","flagman","flagmen","flagon","flagons","flagpole","flagpoles","flagrance","flagrances","flagrancies","flagrancy","flagrant","flagrantly","flagrantness","flagrantnesses","flags","flagship","flagships","flagstaff","flagstaffs","flagstaves","flagstick","flagsticks","flagstone","flagstones","flail","flailed","flailing","flails","flair","flairs","flak","flake","flaked","flaker","flakers","flakes","flakey","flakier","flakies","flakiest","flakily","flakiness","flakinesses","flaking","flaks","flaky","flam","flambe","flambeau","flambeaus","flambeaux","flambee","flambeed","flambeeing","flambees","flambeing","flambes","flamboyance","flamboyances","flamboyancies","flamboyancy","flamboyant","flamboyante","flamboyantes","flamboyantly","flamboyants","flame","flamed","flameless","flamelet","flamelets","flamelike","flamen","flamenco","flamencos","flamens","flameout","flameouts","flameproof","flameproofed","flameproofer","flameproofers","flameproofing","flameproofs","flamer","flamers","flames","flamethrower","flamethrowers","flamfew","flamfews","flamier","flamiest","flamines","flaming","flamingly","flamingo","flamingoes","flamingos","flaminical","flamm","flammabilities","flammability","flammable","flammables","flammed","flammiferous","flamming","flamms","flammulated","flammulation","flammulations","flammule","flammules","flams","flamy","flan","flancard","flancards","flanch","flanched","flanches","flanching","flanchings","flanconade","flanconades","flanerie","flaneries","flanes","flaneur","flaneurs","flange","flanged","flangeless","flanger","flangers","flanges","flanging","flank","flanked","flanken","flanker","flankered","flankering","flankers","flanking","flanks","flannel","flannelboard","flannelboards","flanneled","flannelet","flannelets","flannelette","flannelettes","flannelgraph","flannelgraphs","flanneling","flannelled","flannelling","flannelly","flannelmouthed","flannels","flannen","flannens","flannie","flannies","flanny","flans","flap","flapdoodle","flapdoodles","flaperon","flaperons","flapjack","flapjacks","flapless","flappable","flapped","flapper","flapperhood","flapperhoods","flapperish","flappers","flappier","flappiest","flapping","flappings","flappy","flaps","flaptrack","flaptracks","flare","flareback","flarebacks","flared","flares","flareup","flareups","flarier","flariest","flaring","flaringly","flary","flaser","flasers","flash","flashback","flashbacked","flashbacking","flashbacks","flashboard","flashboards","flashbulb","flashbulbs","flashcard","flashcards","flashcube","flashcubes","flashed","flasher","flashers","flashes","flashest","flashforward","flashgun","flashguns","flashier","flashiest","flashily","flashiness","flashinesses","flashing","flashings","flashlamp","flashlamps","flashlight","flashlights","flashmobbing","flashmobbings","flashover","flashovers","flashpacker","flashpackers","flashtube","flashtubes","flashy","flask","flasket","flaskets","flasks","flat","flatback","flatbacks","flatbed","flatbeds","flatboat","flatboats","flatbread","flatbreads","flatcap","flatcaps","flatcar","flatcars","flatette","flatettes","flatfeet","flatfish","flatfishes","flatfoot","flatfooted","flatfooting","flatfoots","flathead","flatheads","flatiron","flatirons","flatland","flatlander","flatlanders","flatlands","flatlet","flatlets","flatline","flatlined","flatliner","flatliners","flatlines","flatling","flatlings","flatlining","flatlong","flatly","flatmate","flatmates","flatness","flatnesses","flatpack","flatpacks","flats","flatscreen","flatscreens","flatshare","flatshares","flatstick","flatted","flatten","flattened","flattener","flatteners","flattening","flattens","flatter","flatterable","flattered","flatterer","flatterers","flatteries","flattering","flatteringly","flatterous","flatterously","flatters","flattery","flattest","flattie","flatties","flatting","flattings","flattish","flattop","flattops","flatty","flatulate","flatulated","flatulating","flatulence","flatulences","flatulencies","flatulency","flatulent","flatulently","flatuous","flatus","flatuses","flatware","flatwares","flatwash","flatwashes","flatways","flatwise","flatwork","flatworks","flatworm","flatworms","flaught","flaughted","flaughter","flaughtered","flaughtering","flaughters","flaughting","flaughts","flaunch","flaunched","flaunches","flaunching","flaunchings","flaune","flaunes","flaunt","flaunted","flaunter","flaunters","flauntier","flauntiest","flauntily","flauntiness","flauntinesses","flaunting","flauntingly","flaunts","flaunty","flauta","flautas","flautist","flautists","flava","flavanol","flavanols","flavanone","flavanones","flavas","flavescent","flavin","flavine","flavines","flavins","flavivirus","flaviviruses","flavone","flavones","flavonoid","flavonoids","flavonol","flavonols","flavoprotein","flavoproteins","flavopurpurin","flavopurpurins","flavor","flavored","flavorer","flavorers","flavorful","flavorfully","flavoring","flavorings","flavorist","flavorists","flavorless","flavorous","flavors","flavorsome","flavory","flavour","flavourdynamics","flavoured","flavourer","flavourers","flavourful","flavourfully","flavouring","flavourings","flavourless","flavours","flavoursome","flavoury","flaw","flawed","flawier","flawiest","flawing","flawless","flawlessly","flawlessness","flawlessnesses","flawn","flawns","flaws","flawy","flax","flaxen","flaxes","flaxier","flaxiest","flaxseed","flaxseeds","flaxy","flay","flayed","flayer","flayers","flaying","flays","flaysome","flea","fleabag","fleabags","fleabane","fleabanes","fleabite","fleabites","fleadh","fleadhs","fleahopper","fleahoppers","fleam","fleams","fleapit","fleapits","fleas","fleasome","fleawort","fleaworts","fleche","fleches","flechette","flechettes","fleck","flecked","flecker","fleckered","fleckering","fleckers","fleckier","fleckiest","flecking","fleckless","flecks","flecky","flection","flectional","flectionless","flections","fled","fledge","fledged","fledgeling","fledgelings","fledges","fledgier","fledgiest","fledging","fledgling","fledglings","fledgy","flee","fleece","fleeced","fleeceless","fleecer","fleecers","fleeces","fleech","fleeched","fleeches","fleeching","fleechings","fleechment","fleechments","fleecie","fleecier","fleecies","fleeciest","fleecily","fleeciness","fleecinesses","fleecing","fleecy","fleeing","fleer","fleered","fleerer","fleerers","fleering","fleeringly","fleerings","fleers","flees","fleet","fleeted","fleeter","fleetest","fleeting","fleetingly","fleetingness","fleetingnesses","fleetly","fleetness","fleetnesses","fleets","fleg","flegged","flegging","flegs","flehmen","flehmened","flehmening","flehmens","fleishig","fleishik","fleme","flemes","fleming","flemish","flemished","flemishes","flemishing","flemit","flench","flenched","flencher","flenchers","flenches","flenching","flense","flensed","flenser","flensers","flenses","flensing","flesh","fleshed","flesher","fleshers","fleshes","fleshhood","fleshhoods","fleshier","fleshiest","fleshily","fleshiness","fleshinesses","fleshing","fleshings","fleshless","fleshlier","fleshliest","fleshliness","fleshlinesses","fleshling","fleshlings","fleshly","fleshment","fleshments","fleshmonger","fleshmongers","fleshpot","fleshpots","fleshworm","fleshworms","fleshy","fletch","fletched","fletcher","fletchers","fletches","fletching","fletchings","fletton","flettons","fleuret","fleurets","fleurette","fleurettes","fleuron","fleurons","fleury","flew","flewed","flews","flex","flexagon","flexagons","flexecutive","flexecutives","flexed","flexes","flexibilities","flexibility","flexible","flexibleness","flexiblenesses","flexibly","flexicurities","flexicurity","flexihours","flexile","flexing","flexion","flexional","flexionless","flexions","flexitarian","flexitarianism","flexitarianisms","flexitarians","flexitime","flexitimes","flexo","flexographic","flexographically","flexographies","flexography","flexor","flexors","flexos","flextime","flextimer","flextimers","flextimes","flexuose","flexuous","flexuously","flexural","flexure","flexures","fley","fleyed","fleying","fleys","flibbert","flibbertigibbet","flibbertigibbets","flibbertigibbety","flibberts","flic","flichter","flichtered","flichtering","flichters","flick","flickable","flicked","flicker","flickered","flickering","flickeringly","flickers","flickertail","flickertails","flickery","flicking","flicks","flics","flied","flier","fliers","flies","fliest","flight","flighted","flightier","flightiest","flightily","flightiness","flightinesses","flighting","flightless","flights","flighty","flim","flimflam","flimflammed","flimflammer","flimflammeries","flimflammers","flimflammery","flimflamming","flimflams","flimp","flimped","flimping","flimps","flims","flimsier","flimsies","flimsiest","flimsily","flimsiness","flimsinesses","flimsy","flinch","flinched","flincher","flinchers","flinches","flinching","flinchingly","flinchings","flinder","flinders","flindersia","flindersias","fling","flinger","flingers","flinging","flings","flinkite","flinkites","flint","flinted","flinthead","flintheads","flintier","flintiest","flintified","flintifies","flintify","flintifying","flintily","flintiness","flintinesses","flinting","flintlike","flintlock","flintlocks","flints","flinty","flip","flipbook","flipbooks","flipflop","flipflopped","flipflopping","flipflops","flippancies","flippancy","flippant","flippantly","flippantness","flippantnesses","flipped","flipper","flippers","flippest","flippier","flippiest","flipping","flippy","flips","flipside","flipsides","flir","flirs","flirt","flirtation","flirtations","flirtatious","flirtatiously","flirtatiousness","flirtatiousnesses","flirted","flirter","flirters","flirtier","flirtiest","flirting","flirtingly","flirtings","flirtish","flirts","flirty","flisk","flisked","fliskier","fliskiest","flisking","flisks","flisky","flit","flitch","flitched","flitches","flitching","flite","flited","flites","fliting","flits","flitt","flitted","flitter","flittered","flittering","flittermice","flittermouse","flittern","flitterns","flitters","flitting","flittings","flivver","flivvers","flix","flixed","flixes","flixing","float","floatabilities","floatability","floatable","floatage","floatages","floatant","floatants","floatation","floatations","floatcut","floated","floatel","floatels","floater","floaters","floatier","floatiest","floating","floatingly","floatings","floatplane","floatplanes","floats","floaty","flob","flobbed","flobbing","flobs","floc","flocced","flocci","floccillation","floccillations","floccing","floccose","flocculant","flocculants","floccular","flocculate","flocculated","flocculates","flocculating","flocculation","flocculations","flocculator","flocculators","floccule","flocculence","flocculences","flocculencies","flocculency","flocculent","flocculently","floccules","flocculi","flocculus","floccus","flock","flocked","flockier","flockiest","flocking","flockings","flockless","flocks","flocky","flocs","floe","floes","flog","floggable","flogged","flogger","floggers","flogging","floggings","flogs","flokati","flokatis","flong","flongs","flood","floodable","flooded","flooder","flooders","floodgate","floodgates","flooding","floodings","floodless","floodlight","floodlighted","floodlighting","floodlightings","floodlights","floodlit","floodmark","floodmarks","floodplain","floodplains","floods","floodtide","floodtides","floodwall","floodwalls","floodwater","floodwaters","floodway","floodways","flooey","flooie","floor","floorage","floorages","floorboard","floorboards","floorcloth","floorcloths","floored","floorer","floorers","floorhead","floorheads","flooring","floorings","floorless","floors","floorshow","floorshows","floorwalker","floorwalkers","floosie","floosies","floosy","floozie","floozies","floozy","flop","flophouse","flophouses","flopover","flopovers","flopped","flopper","floppers","floppier","floppies","floppiest","floppily","floppiness","floppinesses","flopping","floppy","flops","floptical","flor","flora","florae","floral","florally","florals","floras","floreant","floreat","floreated","florence","florences","florentine","florentines","florescence","florescences","florescent","floret","florets","floriated","floriation","floriations","floribunda","floribundas","floricane","floricanes","floricultural","floriculture","floricultures","floriculturist","floriculturists","florid","floridean","florideans","florideous","florider","floridest","floridities","floridity","floridly","floridness","floridnesses","florier","floriest","floriferous","floriferousness","floriferousnesses","floriform","florigen","florigenic","florigens","florilegia","florilegium","florin","florins","florist","floristic","floristically","floristics","floristries","floristry","florists","flors","floruit","floruits","florula","florulae","florule","florules","flory","floscular","floscule","floscules","flosculous","flosh","floshes","floss","flossed","flosser","flossers","flosses","flossie","flossier","flossies","flossiest","flossily","flossing","flossings","flossy","flota","flotage","flotages","flotant","flotas","flotation","flotations","flote","flotel","flotels","flotes","flotilla","flotillas","flotsam","flotsams","flounce","flounced","flounces","flouncier","flounciest","flouncing","flouncings","flouncy","flounder","floundered","floundering","flounders","flour","floured","flourier","flouriest","flouring","flourish","flourished","flourisher","flourishers","flourishes","flourishing","flourishingly","flourishy","flourless","flours","floury","flouse","floused","flouses","floush","floushed","floushes","floushing","flousing","flout","flouted","flouter","flouters","flouting","floutingly","floutingstock","floutingstocks","flouts","flow","flowage","flowages","flowchart","flowcharting","flowchartings","flowcharts","flowed","flower","flowerage","flowerages","flowerbed","flowerbeds","flowered","flowerer","flowerers","floweret","flowerets","flowerette","flowerettes","flowerful","flowerier","floweriest","flowerily","floweriness","flowerinesses","flowering","flowerings","flowerless","flowerlike","flowerpot","flowerpots","flowers","flowery","flowing","flowingly","flowingness","flowingnesses","flowmeter","flowmeters","flown","flows","flowstone","flowstones","flox","flu","fluate","fluates","flub","flubbed","flubber","flubbers","flubbing","flubdub","flubdubs","flubs","fluctuant","fluctuate","fluctuated","fluctuates","fluctuating","fluctuation","fluctuational","fluctuations","flue","flued","fluegelhorn","fluegelhorns","fluellen","fluellens","fluellin","fluellins","fluence","fluences","fluencies","fluency","fluent","fluently","fluentness","fluentnesses","fluents","flueric","fluerics","flues","fluework","flueworks","fluey","fluff","fluffed","fluffer","fluffers","fluffier","fluffiest","fluffily","fluffiness","fluffinesses","fluffing","fluffs","fluffy","flugel","flugelhorn","flugelhornist","flugelhornists","flugelhorns","flugelman","flugelmen","flugels","fluid","fluidal","fluidally","fluidextract","fluidextracts","fluidic","fluidics","fluidified","fluidifies","fluidify","fluidifying","fluidisation","fluidisations","fluidise","fluidised","fluidiser","fluidisers","fluidises","fluidising","fluidities","fluidity","fluidization","fluidizations","fluidize","fluidized","fluidizer","fluidizers","fluidizes","fluidizing","fluidlike","fluidly","fluidness","fluidnesses","fluidram","fluidrams","fluids","fluier","fluiest","fluish","fluke","fluked","flukes","flukey","flukier","flukiest","flukily","flukiness","flukinesses","fluking","fluky","flume","flumed","flumes","fluming","flummeries","flummery","flummox","flummoxed","flummoxes","flummoxing","flump","flumped","flumping","flumps","flung","flunitrazepam","flunitrazepams","flunk","flunked","flunker","flunkers","flunkey","flunkeydom","flunkeydoms","flunkeyish","flunkeyism","flunkeyisms","flunkeys","flunkie","flunkies","flunking","flunks","flunky","flunkyism","flunkyisms","fluor","fluorapatite","fluorapatites","fluorene","fluorenes","fluoresce","fluoresced","fluorescein","fluoresceine","fluoresceines","fluoresceins","fluorescence","fluorescences","fluorescent","fluorescents","fluorescer","fluorescers","fluoresces","fluorescing","fluoric","fluorid","fluoridate","fluoridated","fluoridates","fluoridating","fluoridation","fluoridations","fluoride","fluorides","fluoridise","fluoridised","fluoridises","fluoridising","fluoridize","fluoridized","fluoridizes","fluoridizing","fluorids","fluorimeter","fluorimeters","fluorimetric","fluorimetries","fluorimetry","fluorin","fluorinate","fluorinated","fluorinates","fluorinating","fluorination","fluorinations","fluorine","fluorines","fluorins","fluorite","fluorites","fluoroacetate","fluoroacetates","fluorocarbon","fluorocarbons","fluorochrome","fluorochromes","fluorographic","fluorographies","fluorography","fluorometer","fluorometers","fluorometric","fluorometries","fluorometry","fluorophore","fluorophores","fluoroscope","fluoroscoped","fluoroscopes","fluoroscopic","fluoroscopically","fluoroscopies","fluoroscoping","fluoroscopist","fluoroscopists","fluoroscopy","fluoroses","fluorosis","fluorotic","fluorotype","fluorotypes","fluorouracil","fluorouracils","fluors","fluorspar","fluorspars","fluoxetine","fluoxetines","fluphenazine","fluphenazines","flurr","flurred","flurried","flurries","flurring","flurrs","flurry","flurrying","flus","flush","flushable","flushed","flusher","flushers","flushes","flushest","flushier","flushiest","flushing","flushings","flushness","flushnesses","flushwork","flushworks","flushy","fluster","flustered","flusteredly","flustering","flusterment","flusterments","flusters","flustery","flustrate","flustrated","flustrates","flustrating","flustration","flustrations","flute","fluted","flutelike","flutemouth","flutemouths","fluter","fluters","flutes","flutey","flutier","flutiest","flutina","flutinas","fluting","flutings","flutist","flutists","flutter","flutterboard","flutterboards","fluttered","flutterer","flutterers","fluttering","flutteringly","flutters","fluttery","fluty","fluvial","fluvialist","fluvialists","fluviatic","fluviatile","fluviomarine","fluvoxamine","fluvoxamines","flux","fluxed","fluxes","fluxgate","fluxgates","fluxing","fluxion","fluxional","fluxionally","fluxionary","fluxionist","fluxionists","fluxions","fluxive","fluxmeter","fluxmeters","fluyt","fluyts","fly","flyable","flyaway","flyaways","flyback","flybacks","flybane","flybanes","flybelt","flybelts","flyblew","flyblow","flyblowing","flyblown","flyblows","flyboat","flyboats","flybook","flybooks","flyboy","flyboys","flybridge","flybridges","flyby","flybys","flycatcher","flycatchers","flyer","flyers","flyest","flyhand","flyhands","flying","flyings","flyleaf","flyleaves","flyless","flymaker","flymakers","flyman","flymen","flyoff","flyoffs","flyover","flyovers","flypaper","flypapers","flypast","flypasts","flype","flyped","flypes","flyping","flypitch","flypitcher","flypitchers","flypitches","flyposter","flyposters","flyposting","flypostings","flyrodder","flyrodders","flysch","flysches","flyscreen","flyscreens","flysheet","flysheets","flyspeck","flyspecked","flyspecking","flyspecks","flyspray","flysprays","flystrike","flystrikes","flyswatter","flyswatters","flyte","flyted","flytes","flytier","flytiers","flyting","flytings","flytrap","flytraps","flyway","flyways","flyweight","flyweights","flywheel","flywheels","foal","foaled","foalfoot","foalfoots","foaling","foals","foam","foamable","foamed","foamer","foamers","foamflower","foamflowers","foamier","foamiest","foamily","foaminess","foaminesses","foaming","foamingly","foamings","foamless","foamlike","foams","foamy","fob","fobbed","fobbing","fobs","focaccia","focaccias","focal","focalisation","focalisations","focalise","focalised","focalises","focalising","focalization","focalizations","focalize","focalized","focalizes","focalizing","focally","foci","focimeter","focimeters","focometer","focometers","focus","focusable","focused","focuser","focusers","focuses","focusing","focusings","focusless","focussed","focusses","focussing","fodder","foddered","fodderer","fodderers","foddering","fodderings","fodders","fodgel","foe","foedarie","foedaries","foederati","foederatus","foehn","foehns","foeman","foemen","foen","foes","foetal","foetation","foetations","foeticidal","foeticide","foeticides","foetid","foetider","foetidest","foetidly","foetidness","foetidnesses","foetiparous","foetor","foetors","foetoscopies","foetoscopy","foetus","foetuses","fog","fogash","fogashes","fogbound","fogbow","fogbows","fogdog","fogdogs","fogey","fogeydom","fogeydoms","fogeyish","fogeyism","fogeyisms","fogeys","fogfruit","fogfruits","foggage","foggages","fogged","fogger","foggers","foggier","foggiest","foggily","fogginess","fogginesses","fogging","foggy","foghorn","foghorns","fogie","fogies","fogle","fogles","fogless","fogman","fogmen","fogou","fogous","fogram","fogramite","fogramites","fogramities","fogramity","fograms","fogs","fogy","fogydom","fogydoms","fogyish","fogyism","fogyisms","foh","fohn","fohns","foible","foibles","foid","foids","foil","foilable","foilborne","foiled","foiling","foilings","foils","foilsman","foilsmen","foin","foined","foining","foiningly","foins","foison","foisonless","foisons","foist","foisted","foister","foisters","foisting","foists","folacin","folacins","folate","folates","fold","foldable","foldaway","foldaways","foldback","foldbacks","foldboat","foldboats","folded","folder","folderol","folderols","folders","folding","foldings","foldout","foldouts","folds","foldup","foldups","foley","foleys","folia","foliaceous","foliage","foliaged","foliages","foliar","foliate","foliated","foliates","foliating","foliation","foliations","foliature","foliatures","folic","folie","folies","folio","folioed","folioing","foliolate","foliole","folioles","foliolose","folios","foliose","folious","folium","foliums","folk","folkie","folkier","folkies","folkiest","folkish","folkishness","folkishnesses","folkland","folklands","folklife","folklike","folklives","folklore","folklores","folkloric","folklorish","folklorist","folkloristic","folklorists","folkmoot","folkmoots","folkmot","folkmote","folkmotes","folkmots","folks","folksier","folksiest","folksily","folksiness","folksinesses","folksinger","folksingers","folksinging","folksingings","folksong","folksongs","folksonomies","folksonomy","folksy","folktale","folktales","folktronica","folktronicas","folkway","folkways","folky","folles","follicle","follicles","follicular","folliculate","folliculated","folliculin","folliculins","folliculites","folliculitides","folliculitis","folliculitises","folliculose","folliculous","follied","follies","follis","follow","followable","followed","follower","followers","followership","followerships","following","followings","follows","followship","followships","followup","followups","folly","follying","foment","fomentation","fomentations","fomented","fomenter","fomenters","fomenting","foments","fomes","fomite","fomites","fon","fonctionnaire","fonctionnaires","fond","fonda","fondant","fondants","fondas","fonded","fonder","fondest","fonding","fondle","fondled","fondler","fondlers","fondles","fondling","fondlingly","fondlings","fondly","fondness","fondnesses","fonds","fondu","fondue","fondued","fondueing","fondues","fonduing","fondus","fone","fonly","fonned","fonning","fons","font","fontal","fontanel","fontanelle","fontanelles","fontanels","fontange","fontanges","fonticuli","fonticulus","fontina","fontinalis","fontinalises","fontinas","fontlet","fontlets","fonts","foobar","food","foodful","foodie","foodies","foodism","foodisms","foodless","foodlessness","foodlessnesses","foods","foodstuff","foodstuffs","foodways","foody","foofaraw","foofaraws","fool","foolbegged","fooled","fooleries","foolery","foolfish","foolfishes","foolhardier","foolhardiest","foolhardily","foolhardiness","foolhardinesses","foolhardise","foolhardises","foolhardize","foolhardizes","foolhardy","fooling","foolings","foolish","foolisher","foolishest","foolishly","foolishness","foolishnesses","foolproof","fools","foolscap","foolscaps","foosball","foosballs","foot","footage","footages","footbag","footbags","football","footballene","footballenes","footballer","footballers","footballing","footballist","footballists","footballs","footbar","footbars","footbath","footbaths","footboard","footboards","footboy","footboys","footbrake","footbrakes","footbreadth","footbreadths","footbridge","footbridges","footcloth","footcloths","footdragger","footdraggers","footed","footer","footered","footering","footers","footfall","footfalls","footfault","footfaulted","footfaulting","footfaults","footgear","footgears","footguards","foothill","foothills","foothold","footholds","footie","footier","footies","footiest","footing","footings","footlambert","footlamberts","footle","footled","footler","footlers","footles","footless","footlessly","footlessness","footlessnesses","footlight","footlights","footlike","footling","footlings","footlocker","footlockers","footloose","footman","footmark","footmarks","footmen","footmuff","footmuffs","footnote","footnoted","footnotes","footnoting","footpace","footpaces","footpad","footpads","footpage","footpages","footpath","footpaths","footplate","footplateman","footplatemen","footplates","footplatewoman","footplatewomen","footpost","footposts","footprint","footprints","footpump","footpumps","footra","footrace","footraces","footras","footrest","footrests","footrope","footropes","footrule","footrules","foots","footsie","footsies","footslog","footslogged","footslogger","footsloggers","footslogging","footsloggings","footslogs","footsore","footsoreness","footsorenesses","footstalk","footstalks","footstall","footstalls","footstep","footsteps","footstock","footstocks","footstone","footstones","footstool","footstooled","footstools","footsy","footwall","footwalls","footway","footways","footwear","footwears","footweary","footwell","footwells","footwork","footworks","footworn","footy","foozle","foozled","foozler","foozlers","foozles","foozling","foozlings","fop","fopling","foplings","fopped","fopperies","foppery","fopping","foppish","foppishly","foppishness","foppishnesses","fops","for","fora","forage","foraged","forager","foragers","forages","foraging","foram","foramen","foramens","foramina","foraminal","foraminated","foraminifer","foraminifera","foraminiferal","foraminiferan","foraminiferans","foraminiferous","foraminifers","foraminous","forams","forane","forasmuch","foray","forayed","forayer","forayers","foraying","forays","forb","forbad","forbade","forbare","forbear","forbearance","forbearances","forbearant","forbearer","forbearers","forbearing","forbearingly","forbears","forbid","forbidal","forbidals","forbiddal","forbiddals","forbiddance","forbiddances","forbidden","forbiddenly","forbidder","forbidders","forbidding","forbiddingly","forbiddingness","forbiddings","forbids","forbode","forboded","forbodes","forboding","forbore","forborne","forbs","forby","forbye","forcat","forcats","force","forceable","forced","forcedly","forcedness","forcednesses","forceful","forcefully","forcefulness","forcefulnesses","forceless","forcemeat","forcemeats","forceps","forcepses","forcepslike","forcer","forcers","forces","forcibilities","forcibility","forcible","forcibleness","forciblenesses","forcibly","forcing","forcingly","forcipate","forcipated","forcipation","forcipations","forcipes","ford","fordable","forded","fordid","fording","fordless","fordo","fordoes","fordoing","fordone","fordonne","fords","fore","foreanent","forearm","forearmed","forearming","forearms","forebay","forebays","forebear","forebears","forebitt","forebitter","forebitters","forebitts","forebode","foreboded","forebodement","forebodements","foreboder","foreboders","forebodes","forebodies","foreboding","forebodingly","forebodingness","forebodingnesses","forebodings","forebody","foreboom","forebooms","forebrain","forebrains","foreby","forebye","forecabin","forecabins","forecaddie","forecaddies","forecaddy","forecar","forecarriage","forecarriages","forecars","forecast","forecastable","forecasted","forecaster","forecasters","forecasting","forecastings","forecastle","forecastles","forecasts","forecheck","forechecked","forechecker","forecheckers","forechecking","forechecks","forechosen","foreclosable","foreclose","foreclosed","forecloses","foreclosing","foreclosure","foreclosures","forecloth","forecloths","forecourse","forecourses","forecourt","forecourts","foredamned","foredate","foredated","foredates","foredating","foredeck","foredecks","foredid","foredo","foredoes","foredoing","foredone","foredoom","foredoomed","foredooming","foredooms","foreface","forefaces","forefather","forefatherly","forefathers","forefeel","forefeeling","forefeelingly","forefeels","forefeet","forefelt","forefend","forefended","forefending","forefends","forefinger","forefingers","forefoot","forefront","forefronts","foregather","foregathered","foregathering","foregathers","foregleam","foregleams","forego","foregoer","foregoers","foregoes","foregoing","foregoings","foregone","foregoneness","foregonenesses","foreground","foregrounded","foregrounding","foregrounds","foregut","foreguts","forehand","forehanded","forehandedly","forehandedness","forehandednesses","forehanding","forehands","forehead","foreheads","forehent","forehenting","forehents","forehock","forehocks","forehoof","forehoofs","forehooves","foreign","foreigner","foreigners","foreignism","foreignisms","foreignly","foreignness","foreignnesses","forejudge","forejudged","forejudgement","forejudgements","forejudges","forejudging","forejudgment","forejudgments","foreking","forekings","foreknew","foreknow","foreknowable","foreknowing","foreknowingly","foreknowledge","foreknowledges","foreknown","foreknows","forel","foreladies","forelady","forelaid","forelain","foreland","forelands","forelay","forelaying","forelays","foreleg","forelegs","forelend","forelending","forelends","forelent","forelie","forelies","forelift","forelifted","forelifting","forelifts","forelimb","forelimbs","forelock","forelocked","forelocking","forelocks","forels","forelying","foreman","foremanship","foremanships","foremast","foremastman","foremastmen","foremasts","foremean","foremeaning","foremeans","foremeant","foremen","forementioned","foremilk","foremilks","foremost","foremother","foremothers","forename","forenamed","forenames","forenight","forenights","forenoon","forenoons","forensic","forensicalities","forensicality","forensically","forensics","foreordain","foreordained","foreordaining","foreordainment","foreordainments","foreordains","foreordination","foreordinations","forepart","foreparts","forepassed","forepast","forepaw","forepaws","forepayment","forepayments","forepeak","forepeaks","foreplan","foreplanned","foreplanning","foreplans","foreplay","foreplays","forepoint","forepointed","forepointing","forepoints","forequarter","forequarters","foreran","forerank","foreranks","forereach","forereached","forereaches","forereaching","foreread","forereading","forereadings","forereads","forerun","forerunner","forerunners","forerunning","foreruns","fores","foresaid","foresail","foresails","foresaw","foresay","foresaying","foresays","foresee","foreseeabilities","foreseeability","foreseeable","foreseeing","foreseeingly","foreseen","foreseer","foreseers","foresees","foreshadow","foreshadowed","foreshadower","foreshadowers","foreshadowing","foreshadowings","foreshadows","foreshank","foreshanks","foresheet","foresheets","foreshew","foreshewed","foreshewing","foreshewn","foreshews","foreship","foreships","foreshock","foreshocks","foreshore","foreshores","foreshorten","foreshortened","foreshortening","foreshortenings","foreshortens","foreshow","foreshowed","foreshowing","foreshown","foreshows","foreside","foresides","foresight","foresighted","foresightedly","foresightedness","foresightednesses","foresightful","foresightless","foresights","foresignified","foresignifies","foresignify","foresignifying","foreskin","foreskins","foreskirt","foreskirts","foreslack","foreslacked","foreslacking","foreslacks","foreslow","foreslowed","foreslowing","foreslows","forespake","forespeak","forespeaking","forespeaks","forespend","forespending","forespends","forespent","forespoke","forespoken","forest","forestage","forestages","forestair","forestairs","forestal","forestall","forestalled","forestaller","forestallers","forestalling","forestallings","forestallment","forestallments","forestalls","forestalment","forestalments","forestation","forestations","forestay","forestays","forestaysail","forestaysails","foresteal","forested","forester","foresters","forestial","forestine","foresting","forestland","forestlands","forestless","forestries","forestry","forests","foreswear","foreswearing","foreswears","foreswore","foresworn","foretaste","foretasted","foretastes","foretasting","foretaught","foreteach","foreteaches","foreteaching","foreteeth","foretell","foreteller","foretellers","foretelling","foretells","forethink","forethinker","forethinkers","forethinking","forethinks","forethought","forethoughtful","forethoughtfully","forethoughtfulness","forethoughtfulnesses","forethoughts","foretime","foretimes","foretoken","foretokened","foretokening","foretokenings","foretokens","foretold","foretooth","foretop","foretopman","foretopmast","foretopmasts","foretopmen","foretops","foretriangle","foretriangles","forever","forevermore","foreverness","forevernesses","forevers","forevouched","foreward","forewards","forewarn","forewarned","forewarner","forewarners","forewarning","forewarningly","forewarnings","forewarns","foreweigh","foreweighed","foreweighing","foreweighs","forewent","forewind","forewinds","forewing","forewings","forewoman","forewomen","foreword","forewords","foreworn","forex","forexes","foreyard","foreyards","forfair","forfaired","forfairing","forfairn","forfairs","forfaiter","forfaiters","forfaiting","forfaitings","forfault","forfaults","forfeit","forfeitable","forfeited","forfeiter","forfeiters","forfeiting","forfeits","forfeiture","forfeitures","forfend","forfended","forfending","forfends","forfeuchen","forfex","forfexes","forficate","forficulate","forfochen","forfoughen","forfoughten","forgat","forgather","forgathered","forgathering","forgathers","forgave","forge","forgeabilities","forgeability","forgeable","forged","forgeman","forgemen","forger","forgeries","forgers","forgery","forges","forget","forgetful","forgetfully","forgetfulness","forgetfulnesses","forgetive","forgets","forgettable","forgetter","forgetteries","forgetters","forgettery","forgetting","forgettingly","forgettings","forging","forgings","forgivable","forgivably","forgive","forgiven","forgiveness","forgivenesses","forgiver","forgivers","forgives","forgiving","forgivingly","forgivingness","forgivingnesses","forgo","forgoer","forgoers","forgoes","forgoing","forgone","forgot","forgotten","forgottenness","forgottennesses","forhaile","forhailed","forhailes","forhailing","forhent","forhenting","forhents","forhoo","forhooed","forhooie","forhooied","forhooieing","forhooies","forhooing","forhoos","forhow","forhowed","forhowing","forhows","forinsec","forinsecal","forint","forints","forisfamiliate","forisfamiliated","forisfamiliates","forjaskit","forjeskit","forjudge","forjudged","forjudges","forjudging","forjudgment","forjudgments","fork","forkball","forkballs","forked","forkedly","forkedness","forkednesses","forker","forkers","forkful","forkfuls","forkhead","forkheads","forkier","forkiest","forkiness","forkinesses","forking","forkless","forklift","forklifted","forklifting","forklifts","forklike","forks","forksful","forktail","forktails","forky","forlana","forlanas","forlend","forlending","forlends","forlent","forlorn","forlorner","forlornest","forlornly","forlornness","forlornnesses","forlorns","form","formabilities","formability","formable","formably","formal","formaldehyde","formaldehydes","formalin","formalins","formalisable","formalisation","formalisations","formalise","formalised","formaliser","formalisers","formalises","formalising","formalism","formalisms","formalist","formalistic","formalistically","formalists","formaliter","formalities","formality","formalizable","formalization","formalizations","formalize","formalized","formalizer","formalizers","formalizes","formalizing","formally","formalness","formalnesses","formals","formamide","formamides","formant","formants","format","formate","formated","formates","formating","formation","formational","formations","formative","formatively","formativeness","formativenesses","formatives","formats","formatted","formatter","formatters","formatting","forme","formed","formee","former","formerly","formers","formes","formfitting","formful","formiate","formiates","formic","formica","formicant","formicaria","formicaries","formicarium","formicary","formicas","formicate","formicated","formicates","formicating","formication","formications","formidabilities","formidability","formidable","formidableness","formidablenesses","formidably","forming","formings","formless","formlessly","formlessness","formlessnesses","formol","formols","forms","formula","formulae","formulaic","formulaically","formular","formularies","formularisation","formularise","formularised","formulariser","formularisers","formularises","formularising","formularistic","formularization","formularizations","formularize","formularized","formularizer","formularizers","formularizes","formularizing","formulary","formulas","formulate","formulated","formulates","formulating","formulation","formulations","formulator","formulators","formulise","formulised","formulises","formulising","formulism","formulisms","formulist","formulistic","formulists","formulize","formulized","formulizes","formulizing","formwork","formworks","formyl","formyls","fornenst","fornent","fornical","fornicate","fornicated","fornicates","fornicating","fornication","fornications","fornicator","fornicators","fornicatress","fornicatresses","fornices","fornix","forpet","forpets","forpine","forpined","forpines","forpining","forpit","forpits","forrad","forrader","forrarder","forray","forrayed","forraying","forrays","forren","forrit","forsaid","forsake","forsaken","forsakenly","forsakenness","forsakennesses","forsaker","forsakers","forsakes","forsaking","forsakings","forsay","forsaying","forsays","forslack","forslacked","forslacking","forslacks","forsloe","forsloed","forsloeing","forsloes","forslow","forslowed","forslowing","forslows","forsook","forsooth","forspeak","forspeaking","forspeaks","forspend","forspending","forspends","forspent","forspoke","forspoken","forsterite","forsterites","forswatt","forswear","forswearer","forswearers","forswearing","forswears","forswink","forswinked","forswinking","forswinks","forswonck","forswore","forsworn","forswornness","forswornnesses","forswunk","forsythia","forsythias","fort","fortalice","fortalices","forte","forted","fortepianist","fortepianists","fortepiano","fortepianos","fortes","forth","forthcame","forthcome","forthcomes","forthcoming","forthcomingness","forthgoing","forthgoings","forthink","forthinking","forthinks","forthought","forthright","forthrightly","forthrightness","forthrightnesses","forthrights","forthwith","forthy","forties","fortieth","fortieths","fortifiable","fortification","fortifications","fortified","fortifier","fortifiers","fortifies","fortify","fortifying","fortifyingly","fortilage","fortilages","forting","fortis","fortissimi","fortissimo","fortissimos","fortississimo","fortitude","fortitudes","fortitudinous","fortlet","fortlets","fortnight","fortnightlies","fortnightly","fortnights","fortress","fortressed","fortresses","fortressing","fortresslike","forts","fortuities","fortuitism","fortuitisms","fortuitist","fortuitists","fortuitous","fortuitously","fortuitousness","fortuitousnesses","fortuity","fortunate","fortunately","fortunateness","fortunatenesses","fortunates","fortune","fortuned","fortuneless","fortunes","fortuneteller","fortunetellers","fortunetelling","fortunetellings","fortuning","fortunize","fortunized","fortunizes","fortunizing","forty","fortyish","forum","forums","forwander","forwandered","forwandering","forwanders","forward","forwarded","forwarder","forwarders","forwardest","forwarding","forwardings","forwardly","forwardness","forwardnesses","forwards","forwarn","forwarned","forwarning","forwarns","forwaste","forwasted","forwastes","forwasting","forwearied","forwearies","forweary","forwearying","forwent","forwhy","forworn","forza","forzandi","forzando","forzandos","forzati","forzato","forzatos","forze","foscarnet","foscarnets","foss","fossa","fossae","fossas","fossate","fosse","fossed","fosses","fossette","fossettes","fossick","fossicked","fossicker","fossickers","fossicking","fossickings","fossicks","fossil","fossiliferous","fossilisable","fossilisation","fossilisations","fossilise","fossilised","fossilises","fossilising","fossilizable","fossilization","fossilizations","fossilize","fossilized","fossilizes","fossilizing","fossils","fossor","fossorial","fossors","fossula","fossulae","fossulate","foster","fosterage","fosterages","fostered","fosterer","fosterers","fostering","fosterings","fosterling","fosterlings","fosters","fostress","fostresses","fother","fothered","fothergilla","fothergillas","fothering","fothers","fou","fouat","fouats","foud","foudrie","foudries","foudroyant","fouds","fouer","fouest","fouet","fouets","fouette","fouettes","fougade","fougades","fougasse","fougasses","fought","foughten","foughtier","foughtiest","foughty","foul","foulard","foulards","foulbrood","foulbroods","foulder","fouldered","fouldering","foulders","foule","fouled","fouler","foules","foulest","foulie","foulies","fouling","foulings","foully","foulmart","foulmarts","foulmouthed","foulness","foulnesses","fouls","foumart","foumarts","found","foundation","foundational","foundationally","foundationary","foundationer","foundationers","foundationless","foundations","founded","founder","foundered","foundering","founderous","founders","founding","foundings","foundling","foundlings","foundress","foundresses","foundries","foundry","founds","fount","fountain","fountained","fountainhead","fountainheads","fountaining","fountainless","fountains","fountful","founts","four","fourball","fourballs","fourchee","fourchette","fourchettes","fourdrinier","fourdriniers","foureyed","fourfold","fourfoldness","fourfoldnesses","fourgon","fourgons","fourpence","fourpences","fourpennies","fourpenny","fourplay","fourplays","fourplex","fourplexes","fourragere","fourrageres","fours","fourscore","fourscorth","fourses","foursome","foursomes","foursquare","foursquarely","foursquareness","fourteen","fourteener","fourteeners","fourteens","fourteenth","fourteenthly","fourteenths","fourth","fourthly","fourths","fous","foussa","foussas","foustier","foustiest","fousty","fouter","foutered","foutering","fouters","fouth","fouths","foutra","foutras","foutre","foutred","foutres","foutring","fovea","foveae","foveal","foveas","foveate","foveated","foveiform","foveola","foveolae","foveolar","foveolas","foveolate","foveolated","foveole","foveoles","foveolet","foveolets","fowl","fowled","fowler","fowlers","fowling","fowlings","fowlpox","fowlpoxes","fowls","fowth","fowths","fox","foxberries","foxberry","foxed","foxes","foxfire","foxfires","foxfish","foxfishes","foxglove","foxgloves","foxhole","foxholes","foxhound","foxhounds","foxhunt","foxhunted","foxhunter","foxhunters","foxhunting","foxhuntings","foxhunts","foxie","foxier","foxies","foxiest","foxily","foxiness","foxinesses","foxing","foxings","foxlike","foxshark","foxsharks","foxship","foxships","foxskin","foxskins","foxtail","foxtails","foxtrot","foxtrots","foxtrotted","foxtrotting","foxy","foy","foyboat","foyboats","foyer","foyers","foyle","foyled","foyles","foyling","foyne","foyned","foynes","foyning","foys","fozier","foziest","foziness","fozinesses","fozy","fra","frab","frabbed","frabbing","frabbit","frabjous","frabjously","frabs","fracas","fracases","frack","fracking","frackings","fract","fractal","fractalities","fractality","fractals","fracted","fracti","fracting","fraction","fractional","fractionalise","fractionalised","fractionalises","fractionalising","fractionalism","fractionalisms","fractionalist","fractionalists","fractionalization","fractionalizations","fractionalize","fractionalized","fractionalizes","fractionalizing","fractionally","fractionary","fractionate","fractionated","fractionates","fractionating","fractionation","fractionations","fractionator","fractionators","fractioned","fractioning","fractionisation","fractionise","fractionised","fractionises","fractionising","fractionization","fractionize","fractionized","fractionizes","fractionizing","fractionlet","fractionlets","fractions","fractious","fractiously","fractiousness","fractiousnesses","fractocumuli","fractocumulus","fractographies","fractography","fractostrati","fractostratus","fracts","fractur","fracturable","fractural","fracture","fractured","fracturer","fracturers","fractures","fracturing","fracturs","fractus","frae","fraena","fraenum","fraenums","frag","fragged","fragging","fraggings","fragile","fragilely","fragileness","fragilenesses","fragiler","fragilest","fragilities","fragility","fragment","fragmental","fragmentally","fragmentarily","fragmentariness","fragmentarinesses","fragmentary","fragmentate","fragmentated","fragmentates","fragmentating","fragmentation","fragmentations","fragmented","fragmenting","fragmentise","fragmentised","fragmentises","fragmentising","fragmentize","fragmentized","fragmentizes","fragmentizing","fragments","fragor","fragors","fragrance","fragranced","fragrances","fragrancies","fragrancing","fragrancy","fragrant","fragrantly","fragrantness","fragrantnesses","frags","fraicheur","fraicheurs","frail","frailer","frailest","frailish","frailly","frailness","frailnesses","frails","frailtee","frailtees","frailties","frailty","fraim","fraims","fraise","fraised","fraises","fraising","fraktur","frakturs","framable","frambesia","frambesias","framboesia","framboesias","framboise","framboises","frame","frameable","framed","frameless","framer","framers","frames","frameshift","frameshifts","framework","frameworks","framing","framings","frampal","frampler","framplers","frampold","franc","franchise","franchised","franchisee","franchisees","franchisement","franchisements","franchiser","franchisers","franchises","franchising","franchisor","franchisors","francisation","francisations","francise","francised","francises","francising","francium","franciums","francization","francizations","francize","francized","francizes","francizing","franco","francolin","francolins","francomania","francomanias","francophil","francophile","francophiles","francophils","francophobe","francophobes","francophobia","francophobias","francophone","francophones","francs","franger","frangers","frangibilities","frangibility","frangible","frangibleness","frangiblenesses","frangipane","frangipanes","frangipani","frangipanis","frangipanni","franglais","franion","franions","frank","frankable","frankalmoign","frankalmoigns","franked","franker","frankers","frankest","frankfort","frankforts","frankfurt","frankfurter","frankfurters","frankfurts","frankincense","frankincenses","franking","franklin","franklinite","franklinites","franklins","frankly","frankness","franknesses","frankpledge","frankpledges","franks","franseria","franserias","frantic","frantically","franticly","franticness","franticnesses","franzier","franziest","franzy","frap","frape","frappant","frappe","frapped","frappee","frappes","frapping","fraps","fras","frascati","frascatis","frass","frasses","frat","fratch","fratches","fratchety","fratchier","fratchiest","fratching","fratchy","frate","frater","frateries","fraternal","fraternalism","fraternalisms","fraternally","fraternisation","fraternisations","fraternise","fraternised","fraterniser","fraternisers","fraternises","fraternising","fraternities","fraternity","fraternization","fraternizations","fraternize","fraternized","fraternizer","fraternizers","fraternizes","fraternizing","fraters","fratery","frati","fratricidal","fratricide","fratricides","fratries","fratry","frats","frau","fraud","fraudful","fraudfully","frauds","fraudsman","fraudsmen","fraudster","fraudsters","fraudulence","fraudulences","fraudulencies","fraudulency","fraudulent","fraudulently","fraudulentness","fraudulentnesses","fraughan","fraughans","fraught","fraughtage","fraughtages","fraughted","fraughter","fraughtest","fraughting","fraughts","fraulein","frauleins","fraus","frautage","frautages","frawzey","frawzeys","fraxinella","fraxinellas","fray","frayed","fraying","frayings","frays","frazil","frazils","frazzle","frazzled","frazzles","frazzling","freak","freaked","freakeries","freakery","freakful","freakier","freakiest","freakily","freakiness","freakinesses","freaking","freakish","freakishly","freakishness","freakishnesses","freakout","freakouts","freaks","freaky","freckle","freckled","freckles","frecklier","freckliest","freckling","frecklings","freckly","fredaine","fredaines","free","freebase","freebased","freebaser","freebasers","freebases","freebasing","freebee","freebees","freebie","freebies","freeboard","freeboards","freeboot","freebooted","freebooter","freebooteries","freebooters","freebootery","freebooties","freebooting","freebootings","freeboots","freebooty","freeborn","freecooling","freecoolings","freecycle","freecycled","freecycles","freecycling","freed","freediver","freedivers","freediving","freedivings","freedman","freedmen","freedom","freedoms","freedwoman","freedwomen","freeform","freegan","freeganism","freeganisms","freegans","freehand","freehanded","freehandedly","freehandedness","freehandednesses","freehearted","freeheartedly","freehold","freeholder","freeholders","freeholds","freeing","freelance","freelanced","freelancer","freelancers","freelances","freelancing","freeload","freeloaded","freeloader","freeloaders","freeloading","freeloadings","freeloads","freely","freeman","freemartin","freemartins","freemason","freemasonic","freemasonries","freemasonry","freemasons","freemen","freeness","freenesses","freephone","freephones","freer","freeride","freerides","freers","frees","freesheet","freesheets","freesia","freesias","freest","freestanding","freestone","freestones","freestyle","freestyled","freestyler","freestylers","freestyles","freestyling","freestylings","freet","freethinker","freethinkers","freethinking","freethinkings","freetier","freetiest","freets","freety","freeware","freewares","freeway","freeways","freewheel","freewheeled","freewheeler","freewheelers","freewheeling","freewheelingly","freewheelings","freewheels","freewill","freewoman","freewomen","freewrite","freewrites","freewriting","freewritings","freewritten","freewrote","freezable","freeze","freezer","freezers","freezes","freezing","freezingly","freezings","freight","freightage","freightages","freighted","freighter","freighters","freighting","freightless","freights","freit","freitier","freitiest","freits","freity","fremd","fremds","fremescence","fremescences","fremescent","fremit","fremits","fremitus","fremituses","frena","french","frenched","frenches","frenchification","frenchifications","frenchified","frenchifies","frenchify","frenchifying","frenching","frenetic","frenetical","frenetically","freneticism","freneticisms","freneticness","freneticnesses","frenetics","frenne","frennes","frenula","frenular","frenulum","frenulums","frenum","frenums","frenzical","frenzied","frenziedly","frenzies","frenzily","frenzy","frenzying","frequence","frequences","frequencies","frequency","frequent","frequentable","frequentation","frequentations","frequentative","frequentatives","frequented","frequenter","frequenters","frequentest","frequenting","frequently","frequentness","frequentnesses","frequents","frere","freres","frescade","frescades","fresco","frescoed","frescoer","frescoers","frescoes","frescoing","frescoings","frescoist","frescoists","frescos","fresh","freshed","freshen","freshened","freshener","fresheners","freshening","freshens","fresher","fresherdom","fresherdoms","freshers","freshes","freshest","freshet","freshets","freshie","freshies","freshing","freshish","freshly","freshman","freshmanship","freshmanships","freshmen","freshness","freshnesses","freshwater","freshwaters","fresnel","fresnels","fret","fretboard","fretboards","fretful","fretfully","fretfulness","fretfulnesses","fretless","frets","fretsaw","fretsaws","fretsome","fretted","fretter","fretters","frettier","frettiest","fretting","frettings","fretty","fretwork","fretworks","friabilities","friability","friable","friableness","friablenesses","friand","friande","friandes","friands","friar","friarbird","friarbirds","friaries","friarly","friars","friary","frib","fribble","fribbled","fribbler","fribblers","fribbles","fribbling","fribblish","fribs","fricadel","fricadels","fricandeau","fricandeaus","fricandeaux","fricando","fricandoes","fricassee","fricasseed","fricasseeing","fricassees","fricative","fricatives","fricht","frichted","frichting","frichts","fricking","friction","frictional","frictionally","frictionless","frictionlessly","frictions","fridge","fridged","fridges","fridging","fried","friedcake","friedcakes","friend","friended","friending","friendings","friendless","friendlessness","friendlessnesses","friendlier","friendlies","friendliest","friendlily","friendliness","friendlinesses","friendly","friends","friendship","friendships","frier","friers","fries","frieze","friezed","friezelike","friezes","friezing","frig","frigate","frigates","frigatoon","frigatoons","friges","frigged","frigger","friggers","frigging","friggings","fright","frighted","frighten","frightened","frightener","frighteners","frightening","frighteningly","frightens","frightful","frightfully","frightfulness","frightfulnesses","frighting","frights","frightsome","frigid","frigidaria","frigidarium","frigider","frigidest","frigidities","frigidity","frigidly","frigidness","frigidnesses","frigorific","frigorifico","frigorificos","frigot","frigots","frigs","frijol","frijole","frijoles","frikkadel","frikkadels","frill","frilled","friller","frillers","frillier","frillies","frilliest","frilliness","frillinesses","frilling","frillings","frills","frilly","fringe","fringed","fringeless","fringes","fringier","fringiest","fringillaceous","fringillid","fringilliform","fringilline","fringing","fringy","fripon","friponnerie","friponneries","fripons","fripper","fripperer","fripperers","fripperies","frippers","frippery","frippet","frippets","fris","frisbee","frisbees","frise","frisee","frisees","frises","frisette","frisettes","friseur","friseurs","frisk","friska","friskas","frisked","frisker","friskers","frisket","friskets","friskful","friskier","friskiest","friskily","friskiness","friskinesses","frisking","friskingly","friskings","frisks","frisky","frisson","frissons","frist","fristed","fristing","frists","frisure","frisures","frit","frites","fritflies","fritfly","frith","frithborh","frithborhs","friths","frithsoken","frithsokens","frithstool","frithstools","fritillaria","fritillarias","fritillaries","fritillary","frits","fritt","frittata","frittatas","fritted","fritter","frittered","fritterer","fritterers","frittering","fritters","fritting","fritts","friture","fritures","fritz","fritzes","frivol","frivoled","frivoler","frivolers","frivoling","frivolities","frivolity","frivolled","frivoller","frivollers","frivolling","frivolous","frivolously","frivolousness","frivolousnesses","frivols","friz","frize","frized","frizer","frizers","frizes","frizette","frizettes","frizing","frizz","frizzante","frizzed","frizzer","frizzers","frizzes","frizzier","frizzies","frizziest","frizzily","frizziness","frizzinesses","frizzing","frizzle","frizzled","frizzler","frizzlers","frizzles","frizzlier","frizzliest","frizzliness","frizzlinesses","frizzling","frizzly","frizzy","fro","frock","frocked","frocking","frockings","frockless","frocks","froe","froes","frog","frogbit","frogbits","frogeye","frogeyed","frogeyes","frogfish","frogfishes","frogged","froggeries","froggery","froggier","froggiest","frogging","froggings","froggy","froghopper","froghoppers","froglet","froglets","froglike","frogling","froglings","frogman","frogmarch","frogmarched","frogmarches","frogmarching","frogmen","frogmouth","frogmouths","frogs","frogspawn","frogspawns","froideur","froideurs","froing","froings","froise","froises","frolic","frolicked","frolicker","frolickers","frolicking","frolicky","frolics","frolicsome","frolicsomely","frolicsomeness","from","fromage","fromages","fromenties","fromenty","frond","frondage","frondages","fronded","frondent","frondescence","frondescences","frondescent","frondeur","frondeurs","frondiferous","frondless","frondose","frondous","fronds","frons","front","frontage","frontager","frontagers","frontages","frontal","frontalities","frontality","frontally","frontals","frontbencher","frontbenchers","frontcourt","frontcourts","fronted","frontenis","frontenises","fronter","frontes","frontier","frontiered","frontiering","frontiers","frontiersman","frontiersmen","frontierswoman","frontierswomen","fronting","frontispiece","frontispieced","frontispieces","frontispiecing","frontless","frontlessly","frontlet","frontlets","frontline","frontlines","frontlist","frontlists","frontman","frontmen","frontogeneses","frontogenesis","frontogenetic","frontolyses","frontolysis","fronton","frontons","frontoon","frontoons","frontpage","frontpaged","frontpages","frontpaging","frontrunner","frontrunners","frontrunning","frontrunnings","fronts","frontward","frontwards","frontways","frontwise","frore","froren","frorn","frorne","frory","fros","frosh","froshes","frost","frostbit","frostbite","frostbites","frostbiting","frostbitings","frostbitten","frostbound","frosted","frosteds","frostfish","frostfishes","frostier","frostiest","frostily","frostiness","frostinesses","frosting","frostings","frostless","frostlike","frostline","frostlines","frostnip","frostnips","frosts","frostwork","frostworks","frosty","froth","frothed","frother","frotheries","frothers","frothery","frothier","frothiest","frothily","frothiness","frothinesses","frothing","frothless","froths","frothy","frottage","frottages","frotteur","frotteurs","froufrou","froufrous","froughier","froughiest","froughy","frounce","frounced","frounces","frouncing","frouzier","frouziest","frouziness","frouzinesses","frouzy","frow","froward","frowardly","frowardness","frowardnesses","frowards","frowie","frowier","frowiest","frown","frowned","frowner","frowners","frowning","frowningly","frowns","frows","frowsier","frowsiest","frowsiness","frowsinesses","frowst","frowsted","frowster","frowsters","frowstier","frowstiest","frowstiness","frowstinesses","frowsting","frowsts","frowsty","frowsy","frowy","frowzier","frowziest","frowzily","frowziness","frowzinesses","frowzy","froze","frozen","frozenly","frozenness","frozennesses","fructan","fructans","fructed","fructiferous","fructiferously","fructification","fructifications","fructified","fructifier","fructifiers","fructifies","fructify","fructifying","fructive","fructivorous","fructose","fructoses","fructuaries","fructuary","fructuate","fructuated","fructuates","fructuating","fructuation","fructuations","fructuous","fructuously","fructuousness","fructuousnesses","frug","frugal","frugalist","frugalists","frugalities","frugality","frugally","frugalness","frugalnesses","frugged","frugging","frugiferous","frugivore","frugivores","frugivorous","frugs","fruict","fruicts","fruit","fruitage","fruitages","fruitarian","fruitarianism","fruitarianisms","fruitarians","fruitcake","fruitcakes","fruited","fruiter","fruiterer","fruiterers","fruiteress","fruiteresses","fruiteries","fruiters","fruitery","fruitful","fruitfuller","fruitfullest","fruitfully","fruitfulness","fruitfulnesses","fruitier","fruitiest","fruitily","fruitiness","fruitinesses","fruiting","fruitings","fruition","fruitions","fruitive","fruitless","fruitlessly","fruitlessness","fruitlessnesses","fruitlet","fruitlets","fruitlike","fruits","fruitwood","fruitwoods","fruity","frumentaceous","frumentarious","frumentation","frumentations","frumenties","frumenty","frump","frumped","frumpier","frumpiest","frumpily","frumpiness","frumpinesses","frumping","frumpish","frumpishly","frumpishness","frumpishnesses","frumple","frumpled","frumples","frumpling","frumps","frumpy","frusemide","frusemides","frush","frushed","frushes","frushing","frust","frusta","frustrate","frustrated","frustrater","frustraters","frustrates","frustrating","frustratingly","frustration","frustrations","frusts","frustule","frustules","frustum","frustums","frutescence","frutescences","frutescent","frutex","frutices","fruticose","frutified","frutifies","frutify","frutifying","fry","fryable","frybread","frybreads","fryer","fryers","frying","fryings","frypan","frypans","fub","fubar","fubbed","fubberies","fubbery","fubbier","fubbiest","fubbing","fubby","fubs","fubsier","fubsiest","fubsy","fuchsia","fuchsias","fuchsin","fuchsine","fuchsines","fuchsins","fuchsite","fuchsites","fuci","fucivorous","fuck","fucked","fucker","fuckers","fuckhead","fuckheads","fucking","fuckings","fuckoff","fuckoffs","fucks","fuckton","fucktons","fuckup","fuckups","fuckwit","fuckwits","fucoid","fucoidal","fucoids","fucose","fucoses","fucous","fucoxanthin","fucoxanthins","fucus","fucused","fucuses","fud","fuddies","fuddle","fuddled","fuddler","fuddlers","fuddles","fuddling","fuddlings","fuddy","fudge","fudged","fudges","fudging","fuds","fuehrer","fuehrers","fuel","fueled","fueler","fuelers","fueling","fuelled","fueller","fuellers","fuelling","fuels","fuelwood","fuelwoods","fuero","fueros","fuff","fuffed","fuffier","fuffiest","fuffing","fuffs","fuffy","fug","fugacious","fugaciously","fugaciousness","fugaciousnesses","fugacities","fugacity","fugal","fugally","fugato","fugatos","fugged","fuggier","fuggiest","fuggily","fugginess","fugginesses","fugging","fuggy","fughetta","fughettas","fugie","fugies","fugio","fugios","fugitation","fugitations","fugitive","fugitively","fugitiveness","fugitivenesses","fugitives","fugitometer","fugitometers","fugle","fugled","fugleman","fuglemen","fugles","fuglier","fugliest","fugling","fugly","fugs","fugu","fugue","fugued","fuguelike","fugues","fuguing","fuguist","fuguists","fugus","fuhrer","fuhrers","fuji","fujis","fulcra","fulcrate","fulcrum","fulcrums","fulfil","fulfill","fulfilled","fulfiller","fulfillers","fulfilling","fulfillings","fulfillment","fulfillments","fulfills","fulfilment","fulfilments","fulfils","fulgencies","fulgency","fulgent","fulgently","fulgid","fulgor","fulgorous","fulgors","fulgour","fulgours","fulgural","fulgurant","fulgurate","fulgurated","fulgurates","fulgurating","fulguration","fulgurations","fulgurite","fulgurites","fulgurous","fulham","fulhams","fuliginosities","fuliginosity","fuliginous","fuliginously","fuliginousness","full","fullage","fullages","fullam","fullams","fullan","fullans","fullback","fullbacks","fullblood","fullbloods","fulled","fuller","fullered","fullerene","fullerenes","fulleride","fullerides","fulleries","fullering","fullerite","fullerites","fullers","fullery","fullest","fullface","fullfaces","fulling","fullish","fullmouthed","fullness","fullnesses","fulls","fully","fulmar","fulmars","fulminant","fulminants","fulminate","fulminated","fulminates","fulminating","fulmination","fulminations","fulminator","fulminators","fulminatory","fulmine","fulmined","fulmineous","fulmines","fulminic","fulmining","fulminous","fulness","fulnesses","fulsome","fulsomely","fulsomeness","fulsomenesses","fulsomer","fulsomest","fulvid","fulvous","fum","fumado","fumadoes","fumados","fumage","fumages","fumarase","fumarases","fumarate","fumarates","fumaric","fumarole","fumaroles","fumarolic","fumatoria","fumatories","fumatorium","fumatoriums","fumatory","fumble","fumbled","fumbler","fumblers","fumbles","fumbling","fumblingly","fumblingness","fumblingnesses","fume","fumed","fumeless","fumelike","fumer","fumerole","fumeroles","fumers","fumes","fumet","fumets","fumette","fumettes","fumetti","fumetto","fumier","fumiest","fumigant","fumigants","fumigate","fumigated","fumigates","fumigating","fumigation","fumigations","fumigator","fumigators","fumigatory","fuming","fumingly","fumitories","fumitory","fumosities","fumosity","fumous","fums","fumuli","fumulus","fumy","fun","funambulate","funambulated","funambulates","funambulating","funambulation","funambulations","funambulator","funambulators","funambulatory","funambulism","funambulisms","funambulist","funambulists","funboard","funboards","funckia","funckias","function","functional","functionalism","functionalisms","functionalist","functionalistic","functionalists","functionalities","functionality","functionally","functionals","functionaries","functionary","functionate","functionated","functionates","functionating","functioned","functioning","functionless","functions","functor","functors","fund","fundable","fundament","fundamental","fundamentalism","fundamentalisms","fundamentalist","fundamentalistic","fundamentalists","fundamentality","fundamentally","fundamentalness","fundamentals","fundaments","funded","funder","funders","fundholder","fundholders","fundholding","fundholdings","fundi","fundic","fundie","fundies","funding","fundings","fundis","fundless","fundraise","fundraised","fundraiser","fundraisers","fundraises","fundraising","fundraisings","funds","fundus","fundy","funebral","funebre","funebrial","funeral","funerals","funerary","funereal","funereally","funest","funfair","funfairs","funfest","funfests","fung","fungal","fungals","fungi","fungibilities","fungibility","fungible","fungibles","fungic","fungicidal","fungicidally","fungicide","fungicides","fungiform","fungistat","fungistatic","fungistatically","fungistats","fungo","fungoes","fungoid","fungoidal","fungoids","fungosities","fungosity","fungous","fungs","fungus","funguses","funhouse","funhouses","funicle","funicles","funicular","funiculars","funiculate","funiculi","funiculus","funk","funked","funker","funkers","funkhole","funkholes","funkia","funkias","funkier","funkiest","funkily","funkiness","funkinesses","funking","funks","funkster","funksters","funky","funned","funnel","funneled","funnelform","funneling","funnelled","funnelling","funnels","funner","funnest","funnier","funnies","funniest","funnily","funniness","funninesses","funning","funny","funnyman","funnymen","funplex","funplexes","funs","funster","funsters","fur","furacious","furaciousness","furaciousnesses","furacities","furacity","fural","furaldehyde","furaldehydes","furals","furan","furane","furanes","furanose","furanoses","furanoside","furanosides","furans","furazolidone","furazolidones","furbearer","furbearers","furbelow","furbelowed","furbelowing","furbelows","furbish","furbished","furbisher","furbishers","furbishes","furbishing","furca","furcae","furcal","furcate","furcated","furcately","furcates","furcating","furcation","furcations","furciferous","furcraea","furcraeas","furcula","furculae","furcular","furculum","furder","fureur","fureurs","furfair","furfairs","furfur","furfuraceous","furfuraceously","furfural","furfuraldehyde","furfuraldehydes","furfurals","furfuran","furfurans","furfures","furfurol","furfurole","furfuroles","furfurols","furfurous","furfurs","furibund","furies","furiosities","furiosity","furioso","furiosos","furious","furiously","furiousness","furiousnesses","furkid","furkids","furl","furlable","furlana","furlanas","furled","furler","furlers","furless","furling","furlong","furlongs","furlough","furloughed","furloughing","furloughs","furls","furmenties","furmenty","furmeties","furmety","furmities","furmity","furnace","furnaced","furnaces","furnacing","furniment","furniments","furnish","furnished","furnisher","furnishers","furnishes","furnishing","furnishings","furnishment","furnishments","furniture","furnitures","furol","furole","furoles","furols","furor","furore","furores","furors","furosemide","furosemides","furphies","furphy","furr","furred","furrier","furrieries","furriers","furriery","furries","furriest","furrily","furriner","furriners","furriness","furrinesses","furring","furrings","furrow","furrowed","furrower","furrowers","furrowing","furrowless","furrows","furrowy","furrs","furry","furs","furshlugginer","furth","furthcoming","furthcomings","further","furtherance","furtherances","furthered","furtherer","furtherers","furthering","furthermore","furthermost","furthers","furthersome","furthest","furtive","furtively","furtiveness","furtivenesses","furuncle","furuncles","furuncular","furunculoses","furunculosis","furunculous","fury","furze","furzes","furzier","furziest","furzy","fusain","fusains","fusaria","fusarium","fusarol","fusarole","fusaroles","fusarols","fusball","fusballs","fusc","fuscous","fuse","fused","fusee","fusees","fusel","fuselage","fuselages","fuseless","fuselike","fusels","fuses","fushion","fushionless","fushions","fusibilities","fusibility","fusible","fusibleness","fusiblenesses","fusibly","fusidic","fusiform","fusil","fusile","fusileer","fusileers","fusilier","fusiliers","fusillade","fusilladed","fusillades","fusillading","fusillation","fusillations","fusilli","fusillis","fusils","fusing","fusion","fusional","fusionism","fusionisms","fusionist","fusionists","fusionless","fusions","fuss","fussball","fussballs","fussbudget","fussbudgets","fussbudgety","fussed","fusser","fussers","fusses","fussier","fussiest","fussily","fussiness","fussinesses","fussing","fusspot","fusspots","fussy","fust","fustanella","fustanellas","fustanelle","fustanelles","fusted","fustet","fustets","fustian","fustianist","fustianists","fustianize","fustianized","fustianizes","fustianizing","fustians","fustic","fustics","fustier","fustiest","fustigate","fustigated","fustigates","fustigating","fustigation","fustigations","fustigator","fustigators","fustigatory","fustilarian","fustilarians","fustilirian","fustilirians","fustillirian","fustillirians","fustilugs","fustily","fustiness","fustinesses","fusting","fustoc","fustocs","fusts","fusty","fusulinid","fusulinids","fusuma","futchel","futchels","futharc","futharcs","futhark","futharks","futhorc","futhorcs","futhork","futhorks","futile","futilely","futileness","futilenesses","futiler","futilest","futilitarian","futilitarianism","futilitarianisms","futilitarians","futilities","futility","futon","futons","futsal","futsals","futtock","futtocks","futural","future","futureless","futurelessness","futurelessnesses","futures","futurism","futurisms","futurist","futuristic","futuristically","futuristics","futurists","futurities","futurition","futuritions","futurity","futurological","futurologies","futurologist","futurologists","futurology","futz","futzed","futzes","futzing","fuze","fuzed","fuzee","fuzees","fuzes","fuzil","fuzils","fuzing","fuzz","fuzzbox","fuzzboxes","fuzzed","fuzzes","fuzzier","fuzziest","fuzzily","fuzziness","fuzzinesses","fuzzing","fuzzle","fuzzled","fuzzles","fuzzling","fuzztone","fuzztones","fuzzy","fy","fyce","fyces","fyke","fyked","fykes","fyking","fyle","fyles","fylfot","fylfots","fynbos","fynboses","fyrd","fyrds","fytte","fyttes","gab","gabapentin","gabapentins","gabardine","gabardines","gabba","gabbard","gabbards","gabbart","gabbarts","gabbas","gabbed","gabber","gabbers","gabbier","gabbiest","gabbiness","gabbinesses","gabbing","gabble","gabbled","gabblement","gabblements","gabbler","gabblers","gabbles","gabbling","gabblings","gabbro","gabbroic","gabbroid","gabbroitic","gabbros","gabby","gabelle","gabelled","gabeller","gabellers","gabelles","gaberdine","gaberdines","gaberlunzie","gaberlunzies","gabfest","gabfests","gabies","gabion","gabionade","gabionades","gabionage","gabionages","gabioned","gabionnade","gabionnades","gabions","gable","gabled","gablelike","gables","gablet","gablets","gabling","gabnash","gabnashes","gaboon","gaboons","gabs","gaby","gad","gadabout","gadabouts","gadarene","gadded","gadder","gadders","gaddi","gadding","gaddis","gade","gades","gadflies","gadfly","gadge","gadges","gadget","gadgeteer","gadgeteers","gadgetries","gadgetry","gadgets","gadgety","gadgie","gadgies","gadi","gadid","gadids","gadis","gadje","gadjes","gadjo","gadling","gadlings","gadoid","gadoids","gadolinic","gadolinite","gadolinites","gadolinium","gadoliniums","gadroon","gadrooned","gadrooning","gadroonings","gadroons","gads","gadsman","gadsmen","gadso","gadwall","gadwalls","gadzookeries","gadzookery","gadzooks","gae","gaed","gaeing","gaelicise","gaelicised","gaelicises","gaelicising","gaelicism","gaelicisms","gaelicize","gaelicized","gaelicizes","gaelicizing","gaen","gaes","gaff","gaffe","gaffed","gaffer","gaffers","gaffes","gaffing","gaffings","gaffs","gaffsail","gaffsails","gag","gaga","gagaku","gagakus","gage","gageable","gageably","gaged","gager","gagers","gages","gagged","gagger","gaggeries","gaggers","gaggery","gagging","gaggle","gaggled","gaggles","gaggling","gagglings","gaging","gagman","gagmen","gags","gagster","gagsters","gahnite","gahnites","gaid","gaids","gaieties","gaiety","gaijin","gaillard","gaillarde","gaillardia","gaillardias","gaily","gain","gainable","gained","gainer","gainers","gainest","gainful","gainfully","gainfulness","gainfulnesses","gaingiving","gaingivings","gaining","gainings","gainless","gainlessness","gainlessnesses","gainlier","gainliest","gainliness","gainlinesses","gainly","gains","gainsaid","gainsay","gainsayer","gainsayers","gainsaying","gainsayings","gainsays","gainst","gainstrive","gainstrived","gainstriven","gainstrives","gainstriving","gainstrove","gair","gairfowl","gairfowls","gairs","gait","gaita","gaitas","gaited","gaiter","gaitered","gaiterless","gaiters","gaiting","gaits","gaitt","gaitts","gajo","gajos","gak","gaks","gal","gala","galabea","galabeah","galabeahs","galabeas","galabia","galabiah","galabiahs","galabias","galabieh","galabiehs","galabiya","galabiyah","galabiyahs","galabiyas","galactagogue","galactagogues","galactic","galactometer","galactometers","galactometries","galactometry","galactophorous","galactopoieses","galactopoiesis","galactopoietic","galactopoietics","galactorrhea","galactorrheas","galactorrhoea","galactorrhoeas","galactosaemia","galactosaemias","galactosamine","galactosamines","galactose","galactosemia","galactosemias","galactosemic","galactoses","galactosidase","galactosidases","galactoside","galactosides","galactosyl","galactosyls","galage","galages","galago","galagos","galah","galahs","galanga","galangal","galangals","galangas","galant","galantamine","galantamines","galantine","galantines","galanty","galapago","galapagos","galas","galatea","galateas","galavant","galavanted","galavanting","galavants","galax","galaxes","galaxies","galaxy","galbanum","galbanums","galdragon","galdragons","gale","galea","galeae","galeas","galeate","galeated","galeiform","galena","galenas","galengale","galengales","galenic","galenical","galenicals","galenite","galenites","galenoid","galeopithecine","galeopithecoid","galere","galeres","gales","galette","galettes","galilee","galilees","galimatias","galimatiases","galingale","galingales","galiongee","galiongees","galiot","galiots","galipot","galipots","galivant","galivanted","galivanting","galivants","gall","gallabea","gallabeah","gallabeahs","gallabeas","gallabia","gallabiah","gallabiahs","gallabias","gallabieh","gallabiehs","gallabiya","gallabiyah","gallabiyahs","gallabiyas","gallabiyeh","gallabiyehs","gallamine","gallamines","gallant","gallanted","gallanter","gallantest","gallanting","gallantly","gallantness","gallantnesses","gallantries","gallantry","gallants","gallate","gallates","gallbladder","gallbladders","galleass","galleasses","galled","gallein","galleins","galleon","galleons","galleria","gallerias","galleried","galleries","gallerist","gallerists","gallery","gallerygoer","gallerygoers","gallerying","galleryite","galleryites","gallet","galleta","galletas","galleted","galleting","gallets","galley","galleys","gallflies","gallfly","galliambic","galliambics","galliard","galliardise","galliardises","galliards","galliass","galliasses","gallic","gallica","gallican","gallicas","gallicisation","gallicisations","gallicise","gallicised","gallicises","gallicising","gallicism","gallicisms","gallicization","gallicizations","gallicize","gallicized","gallicizes","gallicizing","gallied","gallies","galligaskins","gallimaufries","gallimaufry","gallinacean","gallinaceans","gallinaceous","gallinazo","gallinazos","galling","gallingly","gallinipper","gallinippers","gallinule","gallinules","galliot","galliots","gallipot","gallipots","gallise","gallised","gallises","gallising","gallisise","gallisised","gallisises","gallisising","gallisize","gallisized","gallisizes","gallisizing","gallium","galliums","gallivant","gallivanted","gallivanting","gallivants","gallivat","gallivats","galliwasp","galliwasps","gallize","gallized","gallizes","gallizing","gallnut","gallnuts","gallock","galloglass","galloglasses","gallon","gallonage","gallonages","gallons","galloon","gallooned","galloons","galloot","galloots","gallop","gallopade","gallopaded","gallopades","gallopading","galloped","galloper","gallopers","galloping","gallops","gallous","gallow","gallowed","gallowglass","gallowglasses","gallowing","gallows","gallowses","gallowsness","gallowsnesses","galls","gallsickness","gallsicknesses","gallstone","gallstones","gallumph","gallumphed","gallumphing","gallumphs","gallus","gallused","galluses","gally","gallygaskins","gallying","galoche","galoched","galoches","galoching","galoot","galoots","galop","galopade","galopades","galoped","galopin","galoping","galopins","galopped","galopping","galops","galore","galores","galosh","galoshe","galoshed","galoshes","galoshing","galowses","galravage","galravaged","galravages","galravaging","galravitch","galravitched","galravitches","galravitching","gals","galtonia","galtonias","galumph","galumphed","galumpher","galumphers","galumphing","galumphs","galut","galuth","galuths","galuts","galvanic","galvanical","galvanically","galvanisation","galvanisations","galvanise","galvanised","galvaniser","galvanisers","galvanises","galvanising","galvanism","galvanisms","galvanist","galvanists","galvanization","galvanizations","galvanize","galvanized","galvanizer","galvanizers","galvanizes","galvanizing","galvanometer","galvanometers","galvanometric","galvanometrical","galvanometries","galvanometry","galvanoplastic","galvanoplasties","galvanoplasty","galvanoscope","galvanoscopes","galvanoscopic","galvanoscopies","galvanoscopy","galvanotropic","galvanotropism","galvanotropisms","galvo","galvos","galyac","galyacs","galyak","galyaks","gam","gama","gamahuche","gamahuched","gamahuches","gamahuching","gamaruche","gamaruched","gamaruches","gamaruching","gamas","gamash","gamashes","gamay","gamays","gamb","gamba","gambade","gambades","gambado","gambadoed","gambadoes","gambadoing","gambados","gambas","gambe","gambes","gambeson","gambesons","gambet","gambets","gambetta","gambettas","gambia","gambias","gambier","gambiers","gambir","gambirs","gambist","gambists","gambit","gambited","gambiting","gambits","gamble","gambled","gambler","gamblers","gambles","gambling","gamblings","gambo","gamboes","gamboge","gamboges","gambogian","gambogic","gambol","gamboled","gamboling","gambolled","gambolling","gambols","gambrel","gambrels","gambroon","gambroons","gambs","gambusia","gambusias","game","gamebreaker","gamebreakers","gamecock","gamecocks","gamed","gamekeeper","gamekeepers","gamekeeping","gamekeepings","gamelan","gamelans","gamelike","gamely","gameness","gamenesses","gameplay","gameplays","gamer","gamers","games","gamesier","gamesiest","gamesman","gamesmanship","gamesmanships","gamesmen","gamesome","gamesomely","gamesomeness","gamesomenesses","gamest","gamester","gamesters","gamesy","gametal","gametangia","gametangial","gametangium","gamete","gametes","gametic","gametically","gametocyte","gametocytes","gametogeneses","gametogenesis","gametogenic","gametogenies","gametogenous","gametogeny","gametophore","gametophores","gametophoric","gametophyte","gametophytes","gametophytic","gamey","gameyness","gameynesses","gamgee","gamic","gamier","gamiest","gamification","gamified","gamify","gamily","gamin","gamine","gaminerie","gamineries","gamines","gaminesque","gaminess","gaminesses","gaming","gamings","gamins","gamma","gammadia","gammadion","gammas","gammat","gammatia","gammation","gammats","gamme","gammed","gammer","gammers","gammerstang","gammerstangs","gammes","gammier","gammiest","gamming","gammock","gammocked","gammocking","gammocks","gammon","gammoned","gammoner","gammoners","gammoning","gammonings","gammons","gammy","gamodeme","gamodemes","gamogeneses","gamogenesis","gamogenetic","gamogenetical","gamogenetically","gamone","gamones","gamopetalous","gamophyllous","gamosepalous","gamotropic","gamotropism","gamotropisms","gamp","gampish","gamps","gams","gamut","gamuts","gamy","gamyness","gamynesses","gan","ganache","ganaches","ganch","ganched","ganches","ganching","gander","gandered","gandering","ganderism","ganderisms","ganders","gandy","gane","ganef","ganefs","ganev","ganevs","gang","gangbang","gangbanged","gangbanger","gangbangers","gangbanging","gangbangs","gangboard","gangboards","gangbuster","gangbusters","gangbusting","gangbustings","ganged","ganger","gangers","ganging","gangings","gangland","ganglands","ganglia","ganglial","gangliar","gangliate","gangliated","ganglier","gangliest","gangliform","gangling","ganglion","ganglionated","ganglionic","ganglions","ganglioside","gangliosides","gangly","gangplank","gangplanks","gangplow","gangplows","gangrel","gangrels","gangrene","gangrened","gangrenes","gangrening","gangrenous","gangs","gangshag","gangshagged","gangshagging","gangshags","gangsman","gangsmen","gangsta","gangstas","gangster","gangsterdom","gangsterdoms","gangsterish","gangsterism","gangsterisms","gangsterland","gangsterlands","gangsters","gangue","gangues","gangway","gangways","ganister","ganisters","ganja","ganjah","ganjahs","ganjas","ganned","gannet","gannetries","gannetry","gannets","ganning","gannister","gannisters","ganof","ganofs","ganoid","ganoids","ganoin","ganoine","ganoines","ganoins","gans","gansey","ganseys","gant","ganted","gantelope","gantelopes","ganting","gantlet","gantleted","gantleting","gantlets","gantline","gantlines","gantlope","gantlopes","gantries","gantry","gants","ganymede","ganymedes","gaol","gaolbird","gaolbirds","gaolbreak","gaolbreaks","gaoled","gaoler","gaoleress","gaoleresses","gaolers","gaoling","gaolless","gaols","gap","gape","gaped","gaper","gapers","gapes","gapeseed","gapeseeds","gapeworm","gapeworms","gapier","gapiest","gaping","gapingly","gapings","gapless","gapo","gapos","gaposis","gaposises","gapped","gapper","gappers","gappier","gappiest","gapping","gappings","gappy","gaps","gapy","gar","garage","garaged","garageman","garagemen","garages","garagey","garaging","garagings","garagist","garagiste","garagistes","garagists","garb","garbage","garbageman","garbagemen","garbages","garbagey","garbagy","garbanzo","garbanzos","garbe","garbed","garbes","garbing","garble","garbled","garbler","garblers","garbles","garbless","garbling","garblings","garbo","garboard","garboards","garboil","garboils","garbologies","garbologist","garbologists","garbology","garbos","garbs","garbure","garbures","garcinia","garcinias","garcon","garcons","garda","gardai","gardant","gardants","garden","gardened","gardener","gardeners","gardenful","gardenfuls","gardenia","gardenias","gardening","gardenings","gardenless","gardens","garderobe","garderobes","gardyloo","gardyloos","gare","garefowl","garefowls","garfish","garfishes","garganey","garganeys","gargantua","gargantuan","gargantuas","gargarise","gargarised","gargarises","gargarising","gargarism","gargarisms","gargarize","gargarized","gargarizes","gargarizing","garget","gargets","gargety","gargle","gargled","gargler","garglers","gargles","gargling","gargoyle","gargoyled","gargoyles","gargoylism","gargoylisms","gari","garial","garials","garibaldi","garibaldis","garigue","garigues","garis","garish","garished","garishes","garishing","garishly","garishness","garishnesses","garjan","garjans","garland","garlandage","garlandages","garlanded","garlanding","garlandless","garlandries","garlandry","garlands","garlic","garlicked","garlickier","garlickiest","garlicking","garlicky","garlics","garment","garmented","garmenting","garmentless","garments","garmenture","garmentures","garner","garnered","garnering","garners","garnet","garnetiferous","garnets","garni","garnierite","garnierites","garnish","garnished","garnishee","garnisheed","garnisheeing","garnisheement","garnisheements","garnishees","garnisher","garnishers","garnishes","garnishing","garnishings","garnishment","garnishments","garnishries","garnishry","garniture","garnitures","garote","garoted","garotes","garoting","garotte","garotted","garotter","garotters","garottes","garotting","garottings","garoupa","garoupas","garpike","garpikes","garran","garrans","garre","garred","garres","garret","garreted","garreteer","garreteers","garrets","garrigue","garrigues","garring","garrison","garrisoned","garrisoning","garrisons","garron","garrons","garrot","garrote","garroted","garroter","garroters","garrotes","garroting","garrots","garrotte","garrotted","garrotter","garrotters","garrottes","garrotting","garrottings","garrulities","garrulity","garrulous","garrulously","garrulousness","garrulousnesses","garrya","garryas","garryowen","garryowens","gars","gart","garter","gartered","gartering","garters","garth","garths","garuda","garudas","garum","garums","garvey","garveys","garvie","garvies","garvock","garvocks","gas","gasahol","gasahols","gasalier","gasaliers","gasbag","gasbagged","gasbagging","gasbags","gascon","gasconade","gasconaded","gasconader","gasconaders","gasconades","gasconading","gasconism","gasconisms","gascons","gaseities","gaseity","gaselier","gaseliers","gaseous","gaseousness","gaseousnesses","gases","gasfield","gasfields","gash","gashed","gasher","gashes","gashest","gashful","gashing","gashliness","gashlinesses","gashly","gasholder","gasholders","gashouse","gashouses","gasifiable","gasification","gasifications","gasified","gasifier","gasifiers","gasifies","gasiform","gasify","gasifying","gasket","gaskets","gaskin","gasking","gaskings","gaskins","gasless","gaslight","gaslights","gaslit","gasman","gasmen","gasogene","gasogenes","gasohol","gasohols","gasolene","gasolenes","gasolier","gasoliers","gasoline","gasolines","gasolinic","gasometer","gasometers","gasometric","gasometrical","gasometries","gasometry","gasp","gasped","gasper","gaspereau","gaspereaus","gaspereaux","gaspers","gaspier","gaspiest","gaspiness","gaspinesses","gasping","gaspingly","gaspings","gasps","gaspy","gassed","gasser","gassers","gasses","gassier","gassiest","gassily","gassiness","gassinesses","gassing","gassings","gassy","gast","gasted","gaster","gasteropod","gasteropodous","gasteropods","gasters","gastfull","gastight","gastightness","gastightnesses","gasting","gastness","gastnesse","gastnesses","gastraea","gastraeas","gastraeum","gastraeums","gastral","gastralgia","gastralgias","gastralgic","gastrea","gastreas","gastrectomies","gastrectomy","gastric","gastrin","gastrins","gastritic","gastritides","gastritis","gastritises","gastrocnemii","gastrocnemius","gastrocolic","gastroduodenal","gastroenteric","gastroenteritic","gastroenteritides","gastroenteritis","gastroenteritises","gastroenterological","gastroenterologies","gastroenterologist","gastroenterologists","gastroenterology","gastroesophageal","gastrointestinal","gastrolith","gastroliths","gastrologer","gastrologers","gastrological","gastrologies","gastrologist","gastrologists","gastrology","gastromancies","gastromancy","gastronome","gastronomer","gastronomers","gastronomes","gastronomic","gastronomical","gastronomically","gastronomics","gastronomies","gastronomist","gastronomists","gastronomy","gastropod","gastropodan","gastropodans","gastropodous","gastropods","gastropub","gastropubs","gastroscope","gastroscopes","gastroscopic","gastroscopies","gastroscopist","gastroscopists","gastroscopy","gastrosoph","gastrosopher","gastrosophers","gastrosophies","gastrosophs","gastrosophy","gastrostomies","gastrostomy","gastrotomies","gastrotomy","gastrotrich","gastrotrichs","gastrovascular","gastrula","gastrulae","gastrular","gastrulas","gastrulate","gastrulated","gastrulates","gastrulating","gastrulation","gastrulations","gasts","gasworks","gat","gate","gateau","gateaus","gateaux","gatecrash","gatecrashed","gatecrasher","gatecrashers","gatecrashes","gatecrashing","gated","gatefold","gatefolds","gatehouse","gatehouses","gatekeeper","gatekeepers","gatekeeping","gateleg","gateless","gatelike","gateman","gatemen","gatepost","gateposts","gater","gaters","gates","gateway","gateways","gath","gather","gatherable","gathered","gatherer","gatherers","gathering","gatherings","gathers","gaths","gating","gatings","gatling","gator","gators","gats","gatvol","gau","gauche","gauchely","gaucheness","gauchenesses","gaucher","gaucherie","gaucheries","gauchesco","gauchest","gaucho","gauchos","gaucie","gaucier","gauciest","gaucy","gaud","gaudeamus","gaudeamuses","gauded","gauderies","gaudery","gaudgie","gaudgies","gaudier","gaudies","gaudiest","gaudily","gaudiness","gaudinesses","gauding","gauds","gaudy","gaufer","gaufers","gauffer","gauffered","gauffering","gaufferings","gauffers","gaufre","gaufres","gauge","gaugeable","gaugeably","gauged","gauger","gaugers","gauges","gauging","gaugings","gauje","gaujes","gauleiter","gauleiters","gault","gaulter","gaulters","gaultheria","gaultherias","gaults","gaum","gaumed","gaumier","gaumiest","gauming","gaumless","gaums","gaumy","gaun","gaunch","gaunched","gaunches","gaunching","gaunt","gaunted","gaunter","gauntest","gaunting","gauntlet","gauntleted","gauntleting","gauntlets","gauntly","gauntness","gauntnesses","gauntree","gauntrees","gauntries","gauntry","gaunts","gaup","gauped","gauper","gaupers","gauping","gaups","gaupus","gaupuses","gaur","gaurs","gaus","gauss","gausses","gaussian","gaussmeter","gaussmeters","gauze","gauzelike","gauzes","gauzier","gauziest","gauzily","gauziness","gauzinesses","gauzy","gavage","gavages","gave","gavel","gaveled","gaveling","gavelkind","gavelkinds","gavelled","gavelling","gavelman","gavelmen","gavelock","gavelocks","gavels","gavial","gavialoid","gavials","gavot","gavots","gavotte","gavotted","gavottes","gavotting","gaw","gawcier","gawciest","gawcy","gawd","gawds","gawk","gawked","gawker","gawkers","gawkier","gawkies","gawkiest","gawkihood","gawkihoods","gawkily","gawkiness","gawkinesses","gawking","gawkish","gawkishly","gawkishness","gawkishnesses","gawks","gawky","gawp","gawped","gawper","gawpers","gawping","gawps","gawpus","gawpuses","gaws","gawsie","gawsier","gawsiest","gawsy","gay","gayal","gayals","gaydar","gaydars","gayer","gayest","gayeties","gayety","gayly","gayness","gaynesses","gays","gaysome","gaywings","gazabo","gazaboes","gazabos","gazal","gazals","gazania","gazanias","gazar","gazars","gaze","gazebo","gazeboes","gazebos","gazed","gazeful","gazehound","gazehounds","gazelle","gazelles","gazement","gazements","gazer","gazers","gazes","gazette","gazetted","gazetteer","gazetteered","gazetteering","gazetteerish","gazetteers","gazettes","gazetting","gazier","gaziest","gazillion","gazillionaire","gazillionaires","gazillions","gazing","gazings","gazogene","gazogenes","gazon","gazons","gazoo","gazooka","gazookas","gazoon","gazoons","gazoos","gazpacho","gazpachos","gazump","gazumped","gazumper","gazumpers","gazumping","gazumps","gazunder","gazundered","gazunderer","gazunderers","gazundering","gazunders","gazy","geal","gealed","gealing","gealous","gealousies","gealousy","geals","gean","geans","geanticlinal","geanticline","geanticlines","gear","gearbox","gearboxes","gearcase","gearcases","gearchange","gearchanges","geare","geared","geares","gearhead","gearheads","gearing","gearings","gearless","gears","gearshift","gearshifts","gearwheel","gearwheels","geason","geat","geats","gebur","geburs","geck","gecked","gecking","gecko","geckoes","geckos","gecks","ged","gedact","gedacts","gedankenexperiment","gedankenexperiments","geddit","gedeckt","gedeckts","geds","gee","geebag","geebags","geebung","geebungs","geechee","geechees","geed","geegaw","geegaws","geeing","geek","geekdom","geekdoms","geeked","geekier","geekiest","geekiness","geekinesses","geeks","geekspeak","geekspeaks","geeky","geelbek","geelbeks","geep","geepound","geepounds","geeps","gees","geese","geest","geests","geez","geezah","geezahs","geezer","geezers","gefilte","gefuffle","gefuffled","gefuffles","gefuffling","gefullte","gegenschein","gegenscheins","geggie","geggies","gehlenite","gehlenites","geisha","geishas","geist","geists","geit","geitonogamies","geitonogamous","geitonogamy","geits","gel","gelable","gelada","geladas","gelande","gelandesprung","gelandesprungs","gelant","gelants","gelastic","gelate","gelated","gelates","gelati","gelatin","gelatinate","gelatinated","gelatinates","gelatinating","gelatination","gelatinations","gelatine","gelatines","gelating","gelatinisation","gelatinisations","gelatinise","gelatinised","gelatiniser","gelatinisers","gelatinises","gelatinising","gelatinization","gelatinizations","gelatinize","gelatinized","gelatinizer","gelatinizers","gelatinizes","gelatinizing","gelatinoid","gelatinoids","gelatinous","gelatinously","gelatinousness","gelatinousnesses","gelatins","gelation","gelations","gelatis","gelato","gelatos","gelcap","gelcaps","geld","gelded","gelder","gelders","gelding","geldings","gelds","gelee","gelees","gelid","gelider","gelidest","gelidities","gelidity","gelidly","gelidness","gelidnesses","gelignite","gelignites","gellant","gellants","gelled","gellies","gelliflowre","gelliflowres","gelling","gelly","gelosies","gelosy","gels","gelsemia","gelsemine","gelsemines","gelseminine","gelseminines","gelsemium","gelsemiums","gelt","gelts","gem","gematria","gematrias","gemclip","gemclips","gemeinschaft","gemeinschaften","gemeinschafts","gemel","gemels","gemfibrozil","gemfibrozils","gemfish","gemfishes","geminal","geminally","geminate","geminated","geminately","geminates","geminating","gemination","geminations","gemini","geminies","geminous","geminy","gemlike","gemma","gemmaceous","gemmae","gemman","gemmate","gemmated","gemmates","gemmating","gemmation","gemmations","gemmative","gemmed","gemmen","gemmeous","gemmeries","gemmery","gemmier","gemmiest","gemmiferous","gemmily","gemminess","gemminesses","gemming","gemmiparous","gemmiparously","gemmological","gemmologies","gemmologist","gemmologists","gemmology","gemmulation","gemmulations","gemmule","gemmules","gemmy","gemological","gemologies","gemologist","gemologists","gemology","gemony","gemot","gemote","gemotes","gemots","gems","gemsbok","gemsboks","gemsbuck","gemsbucks","gemshorn","gemshorns","gemstone","gemstones","gemutlich","gemutlichkeit","gemutlichkeits","gen","gena","genal","genappe","genappes","genas","gendarme","gendarmerie","gendarmeries","gendarmery","gendarmes","gender","gendered","gendering","genderise","genderised","genderises","genderising","genderize","genderized","genderizes","genderizing","genderless","genders","gene","genealogic","genealogical","genealogically","genealogies","genealogise","genealogised","genealogises","genealogising","genealogist","genealogists","genealogize","genealogized","genealogizes","genealogizing","genealogy","genecologies","genecology","genera","generable","general","generalate","generalates","generalcies","generalcy","generale","generalia","generalisable","generalisation","generalisations","generalise","generalised","generaliser","generalisers","generalises","generalising","generalissimo","generalissimos","generalist","generalists","generalities","generality","generalizabilities","generalizability","generalizable","generalization","generalizations","generalize","generalized","generalizer","generalizers","generalizes","generalizing","generalled","generalling","generally","generalness","generalnesses","generals","generalship","generalships","generant","generants","generate","generated","generates","generating","generation","generational","generationally","generationism","generationisms","generations","generative","generator","generators","generatrices","generatrix","generic","generical","generically","genericness","genericnesses","generics","generosities","generosity","generous","generously","generousness","generousnesses","genes","geneses","genesis","genet","genethliac","genethliacal","genethliacally","genethliacon","genethliacons","genethliacs","genethlialogic","genethlialogies","genethlialogy","genetic","genetical","genetically","geneticist","geneticists","genetics","genetotrophic","genetrices","genetrix","genetrixes","genets","genette","genettes","geneva","genevas","genevrette","genevrettes","genial","genialise","genialised","genialises","genialising","genialities","geniality","genialize","genialized","genializes","genializing","genially","genialness","genialnesses","genic","genically","genicular","geniculate","geniculated","geniculately","geniculates","geniculating","geniculation","geniculations","genie","genies","genii","genip","genipap","genipaps","genips","genista","genistas","genistein","genisteins","genital","genitalia","genitalial","genitalic","genitally","genitals","genitival","genitivally","genitive","genitively","genitives","genitor","genitors","genitourinary","genitrices","genitrix","genitrixes","geniture","genitures","genius","geniuses","genizah","genizahs","genizot","genizoth","genlock","genlocks","gennaker","gennakers","genned","gennel","gennels","gennet","gennets","gennies","genning","genny","genoa","genoas","genocidaire","genocidaires","genocidal","genocide","genocides","genogram","genograms","genoise","genoises","genom","genome","genomes","genomic","genomics","genoms","genophobia","genophobias","genotoxic","genotype","genotypes","genotypic","genotypical","genotypically","genotypicities","genotypicity","genouillere","genouilleres","genre","genres","genro","genros","gens","gensdarmes","genseng","gensengs","gent","gentamicin","gentamicins","genteel","genteeler","genteelest","genteelise","genteelised","genteelises","genteelish","genteelising","genteelism","genteelisms","genteelize","genteelized","genteelizes","genteelizing","genteelly","genteelness","genteelnesses","gentes","gentian","gentianaceous","gentianella","gentianellas","gentians","gentier","gentiest","gentil","gentile","gentiles","gentilesse","gentilesses","gentilhomme","gentilic","gentilise","gentilised","gentilises","gentilish","gentilising","gentilism","gentilisms","gentilitial","gentilitian","gentilities","gentilitious","gentility","gentilize","gentilized","gentilizes","gentilizing","gentilshommes","gentle","gentled","gentlefolk","gentlefolks","gentlehood","gentlehoods","gentleman","gentlemanhood","gentlemanhoods","gentlemanlike","gentlemanlikeness","gentlemanlikenesses","gentlemanliness","gentlemanlinesses","gentlemanly","gentlemanship","gentlemanships","gentlemen","gentleness","gentlenesse","gentlenesses","gentleperson","gentlepersons","gentler","gentles","gentlest","gentlewoman","gentlewomanly","gentlewomen","gentling","gently","gentoo","gentoos","gentrice","gentrices","gentries","gentrification","gentrifications","gentrified","gentrifier","gentrifiers","gentrifies","gentrify","gentrifying","gentry","gents","genty","genu","genua","genuflect","genuflected","genuflecting","genuflection","genuflections","genuflector","genuflectors","genuflects","genuflexion","genuflexions","genuine","genuinely","genuineness","genuinenesses","genus","genuses","geo","geobotanic","geobotanical","geobotanies","geobotanist","geobotanists","geobotany","geocaching","geocachings","geocarpic","geocarpies","geocarpy","geocentric","geocentrical","geocentrically","geocentricism","geocentricisms","geochemical","geochemically","geochemist","geochemistries","geochemistry","geochemists","geochronologic","geochronological","geochronologically","geochronologies","geochronologist","geochronologists","geochronology","geocorona","geocoronae","geocoronas","geode","geodemographics","geodes","geodesic","geodesical","geodesics","geodesies","geodesist","geodesists","geodesy","geodetic","geodetical","geodetically","geodetics","geodic","geoduck","geoducks","geodynamic","geodynamical","geodynamicist","geodynamicists","geodynamics","geofact","geofacts","geogenies","geogeny","geognoses","geognosies","geognosis","geognost","geognostic","geognostical","geognostically","geognosts","geognosy","geogonic","geogonies","geogony","geographer","geographers","geographic","geographical","geographically","geographies","geography","geohydrologic","geohydrologies","geohydrologist","geohydrologists","geohydrology","geoid","geoidal","geoids","geolatries","geolatry","geolinguistics","geologer","geologers","geologian","geologians","geologic","geological","geologically","geologies","geologise","geologised","geologises","geologising","geologist","geologists","geologize","geologized","geologizes","geologizing","geology","geomagnetic","geomagnetically","geomagnetism","geomagnetisms","geomagnetist","geomagnetists","geomancer","geomancers","geomancies","geomancy","geomant","geomantic","geomants","geomechanics","geomedical","geomedicine","geomedicines","geometer","geometers","geometric","geometrical","geometrically","geometrician","geometricians","geometrics","geometrid","geometrids","geometries","geometrisation","geometrisations","geometrise","geometrised","geometrises","geometrising","geometrist","geometrists","geometrization","geometrizations","geometrize","geometrized","geometrizes","geometrizing","geometry","geomorphic","geomorphogenic","geomorphogenies","geomorphogenist","geomorphogeny","geomorphologic","geomorphological","geomorphologies","geomorphologist","geomorphologists","geomorphology","geomyoid","geophagia","geophagias","geophagies","geophagism","geophagisms","geophagist","geophagists","geophagous","geophagy","geophilic","geophilous","geophone","geophones","geophysical","geophysically","geophysicist","geophysicists","geophysics","geophyte","geophytes","geophytic","geopolitical","geopolitically","geopolitician","geopoliticians","geopolitics","geoponic","geoponical","geoponics","geopressured","geoprobe","geoprobes","georgette","georgettes","georgic","georgical","georgics","geos","geoscience","geosciences","geoscientific","geoscientist","geoscientists","geospatial","geosphere","geospheres","geostatic","geostatics","geostationary","geostrategic","geostrategical","geostrategies","geostrategist","geostrategists","geostrategy","geostrophic","geostrophically","geosynchronous","geosynclinal","geosyncline","geosynclines","geotactic","geotactical","geotactically","geotag","geotagged","geotagging","geotags","geotaxes","geotaxis","geotechnic","geotechnical","geotechnics","geotechnologies","geotechnology","geotectonic","geotectonically","geotectonics","geotextile","geotextiles","geotherm","geothermal","geothermally","geothermic","geothermometer","geothermometers","geotherms","geotropic","geotropically","geotropism","geotropisms","ger","gerah","gerahs","geraniaceous","geranial","geranials","geraniol","geraniols","geranium","geraniums","gerardia","gerardias","geratological","geratologies","geratologist","geratologists","geratology","gerbe","gerbera","gerberas","gerbes","gerbil","gerbille","gerbilles","gerbils","gere","gerent","gerents","gerenuk","gerenuks","geres","gerfalcon","gerfalcons","geriatric","geriatrician","geriatricians","geriatrics","geriatrist","geriatrists","gerle","gerles","germ","germain","germaine","germaines","germains","german","germander","germanders","germane","germanely","germaneness","germanenesses","germanic","germanisation","germanisations","germanise","germanised","germanises","germanising","germanite","germanites","germanium","germaniums","germanization","germanizations","germanize","germanized","germanizes","germanizing","germanous","germans","germed","germen","germens","germfree","germicidal","germicide","germicides","germier","germiest","germin","germina","germinabilities","germinability","germinable","germinal","germinally","germinant","germinate","germinated","germinates","germinating","germination","germinations","germinative","germinator","germinators","germiness","germinesses","germing","germins","germlike","germplasm","germplasms","germproof","germs","germy","gerne","gerned","gernes","gerning","geronimo","gerontic","gerontocracies","gerontocracy","gerontocrat","gerontocratic","gerontocrats","gerontologic","gerontological","gerontologies","gerontologist","gerontologists","gerontology","gerontomorphic","gerontophil","gerontophile","gerontophiles","gerontophilia","gerontophilias","gerontophils","gerontophobe","gerontophobes","gerontophobia","gerontophobias","geropiga","geropigas","gerrymander","gerrymandered","gerrymanderer","gerrymanderers","gerrymandering","gerrymanderings","gerrymanders","gers","gert","gertcha","gerund","gerundial","gerundival","gerundive","gerundively","gerundives","gerunds","gesellschaft","gesellschaften","gesellschafts","gesneria","gesneriad","gesneriads","gesnerias","gessamine","gessamines","gesse","gessed","gesses","gessing","gesso","gessoed","gessoes","gest","gestalt","gestalten","gestaltism","gestaltisms","gestaltist","gestaltists","gestalts","gestant","gestapo","gestapos","gestate","gestated","gestates","gestating","gestation","gestational","gestations","gestative","gestatorial","gestatory","geste","gestes","gestic","gestical","gesticulant","gesticulate","gesticulated","gesticulates","gesticulating","gesticulation","gesticulations","gesticulative","gesticulator","gesticulators","gesticulatory","gests","gestural","gesturally","gesture","gestured","gesturer","gesturers","gestures","gesturing","gesundheit","get","geta","getable","getas","getatable","getaway","getaways","gets","gettable","getter","gettered","gettering","getterings","getters","getting","gettings","getup","getups","geum","geums","gewgaw","gewgawed","gewgaws","gewurztraminer","gewurztraminers","gey","geyan","geyer","geyest","geyser","geyserite","geyserites","geysers","gharial","gharials","gharri","gharries","gharris","gharry","ghast","ghasted","ghastful","ghastfully","ghasting","ghastlier","ghastliest","ghastliness","ghastlinesses","ghastly","ghastness","ghastnesses","ghasts","ghat","ghats","ghaut","ghauts","ghazal","ghazals","ghazel","ghazels","ghazi","ghazies","ghazis","ghee","ghees","gherao","gheraoed","gheraoes","gheraoing","gheraos","gherkin","gherkins","ghesse","ghessed","ghesses","ghessing","ghest","ghetto","ghettoed","ghettoes","ghettoing","ghettoisation","ghettoisations","ghettoise","ghettoised","ghettoises","ghettoising","ghettoization","ghettoizations","ghettoize","ghettoized","ghettoizes","ghettoizing","ghettos","ghi","ghibli","ghiblis","ghilgai","ghilgais","ghillie","ghillied","ghillies","ghillying","ghis","ghost","ghosted","ghostier","ghostiest","ghosting","ghostings","ghostlier","ghostliest","ghostlike","ghostliness","ghostlinesses","ghostly","ghosts","ghostwrite","ghostwriter","ghostwriters","ghostwrites","ghostwriting","ghostwritten","ghostwrote","ghosty","ghoul","ghoulie","ghoulies","ghoulish","ghoulishly","ghoulishness","ghoulishnesses","ghouls","ghrelin","ghrelins","ghubar","ghyll","ghylls","gi","giambeux","giant","giantess","giantesses","gianthood","gianthoods","giantism","giantisms","giantlier","giantliest","giantlike","giantly","giantries","giantry","giants","giantship","giantships","giaour","giaours","giardia","giardias","giardiases","giardiasis","gib","gibbed","gibber","gibbered","gibberellic","gibberellin","gibberellins","gibbering","gibberish","gibberishes","gibbers","gibbet","gibbeted","gibbeting","gibbets","gibbetted","gibbetting","gibbing","gibbon","gibbons","gibbose","gibbosities","gibbosity","gibbous","gibbously","gibbousness","gibbousnesses","gibbsite","gibbsites","gibe","gibed","gibel","gibels","giber","gibers","gibes","gibing","gibingly","giblet","giblets","gibli","giblis","gibs","gibson","gibsons","gibus","gibuses","gid","giddap","gidday","giddied","giddier","giddies","giddiest","giddily","giddiness","giddinesses","giddup","giddy","giddyap","giddying","giddyup","gidgee","gidgees","gidjee","gidjees","gids","gie","gied","gieing","gien","gies","gif","gift","giftable","giftables","gifted","giftedly","giftedness","giftednesses","giftee","giftees","gifting","giftless","gifts","giftshop","giftshops","giftware","giftwares","giftwrap","giftwrapped","giftwrapping","giftwraps","gig","giga","gigabit","gigabits","gigabyte","gigabytes","gigacycle","gigacycles","gigaflop","gigaflops","gigahertz","gigahertzes","gigantean","gigantesque","gigantic","gigantically","giganticide","giganticides","giganticness","giganticnesses","gigantism","gigantisms","gigantologies","gigantology","gigantomachia","gigantomachias","gigantomachies","gigantomachy","gigas","gigaton","gigatons","gigawatt","gigawatts","gigged","gigging","giggit","giggited","giggiting","giggits","giggle","giggled","giggler","gigglers","giggles","gigglesome","gigglier","giggliest","giggling","gigglingly","gigglings","giggly","gighe","giglet","giglets","giglot","giglots","gigman","gigmanities","gigmanity","gigmen","gigolo","gigolos","gigot","gigots","gigs","gigue","gigues","gila","gilas","gilbert","gilberts","gilcup","gilcups","gild","gilded","gilden","gilder","gilders","gildhall","gildhalls","gilding","gildings","gilds","gildsman","gildsmen","gildswoman","gildswomen","gilet","gilets","gilgai","gilgais","gilgie","gilgies","gill","gillaroo","gillaroos","gilled","giller","gillers","gillet","gillets","gillflirt","gillflirts","gillie","gillied","gillies","gilliflower","gilliflowers","gilling","gillion","gillions","gillnet","gillnets","gillnetted","gillnetter","gillnetters","gillnetting","gillravage","gillravaged","gillravages","gillravaging","gillravitch","gillravitched","gillravitches","gillravitching","gills","gilly","gillyflower","gillyflowers","gillying","gillyvor","gillyvors","gilpey","gilpeys","gilpies","gilpy","gilravage","gilravaged","gilravager","gilravagers","gilravages","gilravaging","gilravitch","gilravitched","gilravitches","gilravitching","gilsonite","gilsonites","gilt","giltcup","giltcups","gilthead","giltheads","gilts","giltwood","gimbal","gimbaled","gimbaling","gimballed","gimballing","gimbals","gimcrack","gimcrackeries","gimcrackery","gimcracks","gimel","gimels","gimlet","gimleted","gimleting","gimlets","gimmal","gimmalled","gimmals","gimme","gimmer","gimmers","gimmes","gimmick","gimmicked","gimmickier","gimmickiest","gimmicking","gimmickries","gimmickry","gimmicks","gimmicky","gimmie","gimmies","gimmor","gimmors","gimp","gimped","gimpier","gimpiest","gimping","gimps","gimpy","gin","ging","gingal","gingall","gingalls","gingals","ginge","gingeley","gingeleys","gingeli","gingelies","gingelis","gingelli","gingellies","gingellis","gingelly","gingely","ginger","gingerade","gingerades","gingerbread","gingerbreaded","gingerbreads","gingerbready","gingered","gingering","gingerliness","gingerlinesses","gingerly","gingerous","gingerroot","gingerroots","gingers","gingersnap","gingersnaps","gingery","ginges","gingham","ginghams","gingili","gingilis","gingilli","gingillis","gingiva","gingivae","gingival","gingivectomies","gingivectomy","gingivites","gingivitides","gingivitis","gingivitises","gingko","gingkoes","gingkos","gingle","gingles","ginglimoid","ginglymi","ginglymus","gings","ginhouse","ginhouses","gink","ginkgo","ginkgoes","ginkgos","ginks","ginn","ginned","ginnel","ginnels","ginner","ginneries","ginners","ginnery","ginnier","ginniest","ginning","ginnings","ginny","ginormous","gins","ginseng","ginsengs","ginshop","ginshops","ginzo","ginzoes","gio","giocoso","gios","gip","gipon","gipons","gipped","gipper","gippers","gippies","gipping","gippo","gippoes","gippos","gippy","gips","gipsen","gipsens","gipsied","gipsies","gipsy","gipsydom","gipsydoms","gipsyhood","gipsyhoods","gipsying","gipsyish","gipsywort","gipsyworts","giraffe","giraffes","giraffid","giraffine","giraffish","giraffoid","girandola","girandolas","girandole","girandoles","girasol","girasole","girasoles","girasols","gird","girded","girder","girders","girding","girdingly","girdings","girdle","girdlecake","girdlecakes","girdled","girdler","girdlers","girdles","girdlescone","girdlescones","girdlestead","girdlesteads","girdling","girds","girkin","girkins","girl","girlfriend","girlfriends","girlhood","girlhoods","girlie","girlier","girlies","girliest","girlish","girlishly","girlishness","girlishnesses","girlond","girlonds","girls","girly","girn","girned","girnel","girnels","girner","girners","girnie","girnier","girniest","girning","girns","giro","girolle","girolles","giron","gironic","gironny","girons","giros","girosol","girosols","girr","girrs","girsh","girshes","girt","girted","girth","girthed","girthing","girthline","girthlines","girths","girting","girtline","girtlines","girts","gis","gisarme","gisarmes","gism","gismo","gismologies","gismology","gismos","gisms","gist","gists","git","gitana","gitanas","gitano","gitanos","gite","gites","gits","gittarone","gittarones","gitted","gittern","gitterned","gitterning","gitterns","gittin","gitting","giust","giusted","giusting","giusto","giusts","givable","give","giveable","giveaway","giveaways","giveback","givebacks","gived","given","givenness","givennesses","givens","giver","givers","gives","giving","givings","gizmo","gizmologies","gizmology","gizmos","gizz","gizzard","gizzards","gizzen","gizzened","gizzening","gizzens","gizzes","gjetost","gjetosts","gju","gjus","glabella","glabellae","glabellar","glabrate","glabrescent","glabrous","glabrousness","glabrousnesses","glace","glaceed","glaceing","glaces","glacial","glacialist","glacialists","glacially","glacials","glaciate","glaciated","glaciates","glaciating","glaciation","glaciations","glacier","glaciered","glaciers","glaciologic","glaciological","glaciologies","glaciologist","glaciologists","glaciology","glacis","glacises","glad","gladded","gladden","gladdened","gladdener","gladdeners","gladdening","gladdens","gladder","gladdest","gladdie","gladdies","gladding","gladdon","gladdons","glade","gladelike","glades","gladful","gladfulness","gladfulnesses","gladiate","gladiator","gladiatorial","gladiatorian","gladiators","gladiatorship","gladiatorships","gladiatory","gladier","gladiest","gladiola","gladiolar","gladiolas","gladiole","gladioles","gladioli","gladiolus","gladioluses","gladius","gladiuses","gladlier","gladliest","gladly","gladness","gladnesses","glads","gladsome","gladsomely","gladsomeness","gladsomenesses","gladsomer","gladsomest","gladstone","gladstones","gladwrap","gladwrapped","gladwrapping","gladwraps","glady","glaik","glaiket","glaiketness","glaiketnesses","glaikit","glaikitness","glaikitnesses","glaiks","glair","glaire","glaired","glaireous","glaires","glairier","glairiest","glairin","glairiness","glairinesses","glairing","glairins","glairs","glairy","glaive","glaived","glaives","glam","glammed","glammier","glammiest","glamming","glammy","glamor","glamored","glamoring","glamorisation","glamorisations","glamorise","glamorised","glamoriser","glamorisers","glamorises","glamorising","glamorization","glamorizations","glamorize","glamorized","glamorizer","glamorizers","glamorizes","glamorizing","glamorous","glamorously","glamorousness","glamorousnesses","glamors","glamour","glamoured","glamouring","glamourise","glamourised","glamourises","glamourising","glamourize","glamourized","glamourizes","glamourizing","glamourless","glamourous","glamourously","glamourousness","glamourpuss","glamourpusses","glamours","glamping","glampings","glams","glance","glanced","glancer","glancers","glances","glancing","glancingly","glancings","gland","glandered","glanderous","glanders","glandes","glandiferous","glandiform","glandless","glandlike","glands","glandular","glandularly","glandule","glandules","glanduliferous","glandulous","glandulously","glans","glare","glareal","glared","glareless","glareous","glares","glarier","glariest","glariness","glarinesses","glaring","glaringly","glaringness","glaringnesses","glary","glasnost","glasnostian","glasnostic","glasnosts","glass","glassblower","glassblowers","glassblowing","glassblowings","glassed","glassen","glasses","glassful","glassfuls","glasshouse","glasshouses","glassie","glassier","glassies","glassiest","glassified","glassifies","glassify","glassifying","glassily","glassine","glassines","glassiness","glassinesses","glassing","glassless","glasslike","glassmaker","glassmakers","glassmaking","glassmakings","glassman","glassmen","glasspaper","glasspapered","glasspapering","glasspapers","glassware","glasswares","glasswork","glassworker","glassworkers","glassworks","glassworm","glassworms","glasswort","glassworts","glassy","glassyheaded","glauberite","glauberites","glaucescence","glaucescences","glaucescent","glaucoma","glaucomas","glaucomatous","glauconite","glauconites","glauconitic","glaucous","glaucously","glaucousness","glaucousnesses","glaum","glaumed","glauming","glaums","glaur","glaurier","glauriest","glaurs","glaury","glaze","glazed","glazen","glazer","glazers","glazes","glazier","glazieries","glaziers","glaziery","glaziest","glazily","glaziness","glazinesses","glazing","glazings","glazy","gleam","gleamed","gleamer","gleamers","gleamier","gleamiest","gleaming","gleamingly","gleamings","gleams","gleamy","glean","gleanable","gleaned","gleaner","gleaners","gleaning","gleanings","gleans","gleave","gleaves","gleba","glebae","glebe","glebeless","glebes","glebier","glebiest","glebous","gleby","gled","glede","gledes","gledge","gledged","gledges","gledging","gleds","glee","gleed","gleeds","gleeful","gleefully","gleefulness","gleefulnesses","gleeing","gleek","gleeked","gleeking","gleeks","gleemaiden","gleemaidens","gleeman","gleemen","gleenie","gleenies","glees","gleesome","gleet","gleeted","gleetier","gleetiest","gleeting","gleets","gleety","gleg","glegger","gleggest","glegly","glegness","glegnesses","glei","gleis","gleisation","gleisations","gleization","gleizations","glen","glendoveer","glendoveers","glengarries","glengarry","glenlike","glenoid","glenoidal","glenoids","glens","glent","glented","glenting","glents","gley","gleyed","gleying","gleyings","gleys","glia","gliadin","gliadine","gliadines","gliadins","glial","glias","glib","glibbed","glibber","glibbery","glibbest","glibbing","glibly","glibness","glibnesses","glibs","glid","glidder","gliddery","gliddest","glide","glided","glidepath","glidepaths","glider","gliders","glides","gliding","glidingly","glidings","gliff","gliffing","gliffings","gliffs","glift","glifts","glike","glikes","glim","glime","glimed","glimes","gliming","glimmer","glimmered","glimmering","glimmeringly","glimmerings","glimmers","glimmery","glimpse","glimpsed","glimpser","glimpsers","glimpses","glimpsing","glims","glint","glinted","glintier","glintiest","glinting","glints","glinty","glioblastoma","glioblastomas","glioblastomata","glioma","gliomas","gliomata","gliomatoses","gliomatosis","gliomatous","glioses","gliosis","glisk","glisks","glissade","glissaded","glissader","glissaders","glissades","glissading","glissandi","glissando","glissandos","glisten","glistened","glistening","glisteningly","glistens","glister","glistered","glistering","glisteringly","glisters","glit","glitch","glitches","glitchier","glitchiest","glitchy","glits","glitter","glitterand","glitterati","glittered","glitterier","glitteriest","glittering","glitteringly","glitterings","glitters","glittery","glitz","glitzed","glitzes","glitzier","glitziest","glitzily","glitziness","glitzinesses","glitzing","glitzy","gloam","gloaming","gloamings","gloams","gloat","gloated","gloater","gloaters","gloating","gloatingly","gloats","glob","global","globalisation","globalisations","globalise","globalised","globalises","globalising","globalism","globalisms","globalist","globalists","globalization","globalizations","globalize","globalized","globalizes","globalizing","globally","globate","globated","globbier","globbiest","globby","globe","globed","globefish","globefishes","globeflower","globeflowers","globelike","globes","globesities","globesity","globetrot","globetrots","globetrotted","globetrotter","globetrotters","globetrotting","globetrottings","globi","globigerina","globigerinae","globigerinas","globin","globing","globins","globoid","globoids","globose","globosely","globoseness","globosenesses","globosities","globosity","globous","globs","globular","globularities","globularity","globularly","globularness","globularnesses","globulars","globule","globules","globulet","globulets","globuliferous","globulin","globulins","globulite","globulites","globulous","globus","globy","glochid","glochidia","glochidiate","glochidium","glochids","glockenspiel","glockenspiels","glode","glogg","gloggs","gloire","gloires","glom","glomera","glomerate","glomerated","glomerates","glomerating","glomeration","glomerations","glomerular","glomerulate","glomerule","glomerules","glomeruli","glomerulonephritides","glomerulonephritis","glomerulus","glommed","glomming","gloms","glomus","glonoin","glonoins","gloom","gloomed","gloomful","gloomfully","gloomier","gloomiest","gloomily","gloominess","gloominesses","glooming","gloomings","gloomless","glooms","gloomy","gloop","glooped","gloopier","gloopiest","glooping","gloops","gloopy","glop","glopped","gloppier","gloppiest","glopping","gloppy","glops","gloria","glorias","gloried","glories","glorifiable","glorification","glorifications","glorified","glorifier","glorifiers","glorifies","glorify","glorifying","gloriole","glorioles","gloriosa","gloriosas","glorious","gloriously","gloriousness","gloriousnesses","glory","glorying","gloss","glossa","glossae","glossal","glossarial","glossarially","glossaries","glossarist","glossarists","glossary","glossas","glossator","glossators","glossectomies","glossectomy","glossed","glosseme","glossemes","glosser","glossers","glosses","glossier","glossies","glossiest","glossily","glossina","glossinas","glossiness","glossinesses","glossing","glossingly","glossist","glossists","glossitic","glossitis","glossitises","glossless","glossodynia","glossodynias","glossographer","glossographers","glossographical","glossographies","glossography","glossolalia","glossolalias","glossolalist","glossolalists","glossological","glossologies","glossologist","glossologists","glossology","glossopharyngeal","glossopharyngeals","glossy","glost","glosts","glottal","glottic","glottidean","glottides","glottis","glottises","glottochronological","glottochronologies","glottochronology","glottogonic","glottologies","glottology","glout","glouted","glouting","glouts","glove","gloved","gloveless","glover","glovers","gloves","gloving","glovings","glow","glowed","glower","glowered","glowering","gloweringly","glowers","glowflies","glowfly","glowing","glowingly","glowlamp","glowlamps","glows","glowstick","glowsticks","glowworm","glowworms","gloxinia","gloxinias","gloze","glozed","glozes","glozing","glozings","glucagon","glucagons","glucan","glucans","glucina","glucinas","glucinic","glucinium","gluciniums","glucinum","glucinums","glucocorticoid","glucocorticoids","glucokinase","glucokinases","gluconate","gluconates","gluconeogeneses","gluconeogenesis","gluconeogenic","glucophore","glucophores","glucoprotein","glucoproteins","glucosamine","glucosamines","glucose","glucoses","glucosic","glucosidal","glucosidase","glucosidases","glucoside","glucosides","glucosidic","glucosuria","glucosurias","glucosuric","glucuronidase","glucuronidases","glucuronide","glucuronides","glue","glueball","glueballs","glued","glueing","gluelike","gluepot","gluepots","gluer","gluers","glues","gluey","glueyness","glueynesses","glug","gluggable","glugged","glugging","glugs","gluhwein","gluhweins","gluier","gluiest","gluily","gluiness","gluinesses","gluing","gluish","glum","glumaceous","glume","glumelike","glumella","glumellas","glumes","glumiferous","glumly","glummer","glummest","glumness","glumnesses","glumpier","glumpiest","glumpily","glumpish","glumps","glumpy","glums","glunch","glunched","glunches","glunching","gluon","gluons","glurge","glurges","glut","glutaeal","glutaei","glutaeus","glutamate","glutamates","glutamic","glutaminase","glutaminases","glutamine","glutamines","glutaminic","glutaraldehyde","glutaraldehydes","glutathione","glutathiones","glute","gluteal","glutei","glutelin","glutelins","gluten","glutenin","glutenins","glutenous","glutens","glutes","glutethimide","glutethimides","gluteus","glutinosities","glutinosity","glutinous","glutinously","glutinousness","glutinousnesses","gluts","glutted","glutting","gluttingly","glutton","gluttonies","gluttonise","gluttonised","gluttonises","gluttonish","gluttonising","gluttonize","gluttonized","gluttonizes","gluttonizing","gluttonous","gluttonously","gluttonousness","gluttonousnesses","gluttons","gluttony","glycaemia","glycaemias","glycaemic","glycan","glycans","glycation","glycations","glycemia","glycemias","glycemic","glyceraldehyde","glyceraldehydes","glyceria","glycerias","glyceric","glyceride","glycerides","glyceridic","glycerin","glycerinate","glycerinated","glycerinates","glycerinating","glycerine","glycerines","glycerins","glycerol","glycerols","glyceryl","glyceryls","glycin","glycine","glycines","glycins","glycocoll","glycocolls","glycogen","glycogeneses","glycogenesis","glycogenetic","glycogenic","glycogenolyses","glycogenolysis","glycogenolytic","glycogens","glycol","glycolic","glycolipid","glycolipids","glycollic","glycols","glycolyses","glycolysis","glycolytic","glyconeogeneses","glyconeogenesis","glyconic","glyconics","glycopeptide","glycopeptides","glycophyte","glycophytes","glycophytic","glycoprotein","glycoproteins","glycosaminoglycan","glycosaminoglycans","glycose","glycoses","glycosidase","glycosidases","glycoside","glycosides","glycosidic","glycosidically","glycosuria","glycosurias","glycosuric","glycosyl","glycosylate","glycosylated","glycosylates","glycosylating","glycosylation","glycosylations","glycosyls","glycyl","glycyls","glyoxaline","glyoxalines","glyph","glyphic","glyphograph","glyphographer","glyphographers","glyphographic","glyphographical","glyphographies","glyphographs","glyphography","glyphs","glyptal","glyptals","glyptic","glyptics","glyptodont","glyptodonts","glyptographer","glyptographers","glyptographic","glyptographical","glyptographies","glyptography","glyptotheca","glyptothecae","gmelinite","gmelinites","gnamma","gnaphalium","gnaphaliums","gnar","gnarl","gnarled","gnarlier","gnarliest","gnarling","gnarls","gnarly","gnarr","gnarred","gnarring","gnarrs","gnars","gnash","gnashed","gnasher","gnashers","gnashes","gnashing","gnashingly","gnashings","gnat","gnatcatcher","gnatcatchers","gnathal","gnathic","gnathion","gnathions","gnathite","gnathites","gnathonic","gnathonical","gnathonically","gnathostomatous","gnathostome","gnathostomes","gnatlike","gnatling","gnatlings","gnats","gnattier","gnattiest","gnatty","gnatwren","gnatwrens","gnaw","gnawable","gnawed","gnawer","gnawers","gnawing","gnawingly","gnawings","gnawn","gnaws","gneiss","gneisses","gneissic","gneissitic","gneissoid","gneissose","gnetophyte","gnetophytes","gnocchi","gnomae","gnome","gnomelike","gnomes","gnomic","gnomical","gnomically","gnomish","gnomist","gnomists","gnomon","gnomonic","gnomonical","gnomonically","gnomonics","gnomonologies","gnomonology","gnomons","gnoseologies","gnoseology","gnoses","gnosiologies","gnosiology","gnosis","gnostic","gnostical","gnostically","gnosticism","gnosticisms","gnostics","gnotobiological","gnotobiologies","gnotobiology","gnotobioses","gnotobiosis","gnotobiote","gnotobiotes","gnotobiotic","gnotobiotically","gnotobiotics","gnow","gnows","gnu","gnus","go","goa","goad","goaded","goading","goadlike","goads","goadsman","goadsmen","goadster","goadsters","goaf","goafs","goal","goalball","goalballs","goaled","goalie","goalies","goaling","goalkeeper","goalkeepers","goalkeeping","goalkeepings","goalkicker","goalkickers","goalkicking","goalkickings","goalless","goalmouth","goalmouths","goalpost","goalposts","goals","goaltender","goaltenders","goaltending","goaltendings","goalward","goalwards","goanna","goannas","goary","goas","goat","goatee","goateed","goatees","goatfish","goatfishes","goatherd","goatherds","goatier","goatiest","goatish","goatishly","goatishness","goatishnesses","goatlike","goatling","goatlings","goats","goatsbeard","goatsbeards","goatskin","goatskins","goatsucker","goatsuckers","goatweed","goatweeds","goaty","gob","goban","gobang","gobangs","gobans","gobar","gobbed","gobbeline","gobbelines","gobbet","gobbets","gobbi","gobbier","gobbiest","gobbing","gobble","gobbled","gobbledegook","gobbledegooks","gobbledygook","gobbledygooks","gobbler","gobblers","gobbles","gobbling","gobbo","gobby","gobi","gobies","gobiid","gobiids","gobioid","gobioids","gobis","goblet","goblets","goblin","goblins","gobo","goboes","gobonee","gobony","gobos","gobs","gobshite","gobshites","gobsmacked","gobstopper","gobstoppers","goburra","goburras","goby","god","godchild","godchildren","goddam","goddammed","goddamming","goddamn","goddamndest","goddamned","goddamnedest","goddamning","goddamns","goddams","goddaughter","goddaughters","godded","godden","goddens","goddess","goddesses","goddesshood","goddesshoods","godding","godet","godetia","godetias","godets","godfather","godfathered","godfathering","godfathers","godforsaken","godhead","godheads","godhood","godhoods","godless","godlessly","godlessness","godlessnesses","godlier","godliest","godlike","godlikeness","godlikenesses","godlily","godliness","godlinesses","godling","godlings","godly","godmother","godmothered","godmothering","godmothers","godown","godowns","godparent","godparents","godroon","godrooned","godrooning","godroonings","godroons","gods","godsend","godsends","godship","godships","godslot","godslots","godso","godson","godsons","godspeed","godspeeds","godsquad","godsquads","godward","godwards","godwit","godwits","goe","goel","goels","goer","goers","goes","goest","goeth","goethite","goethites","goetic","goeties","goety","goey","gofer","gofers","goff","goffed","goffer","goffered","goffering","gofferings","goffers","goffing","goffs","gogga","goggas","goggle","gogglebox","goggleboxes","goggled","goggler","gogglers","goggles","gogglier","goggliest","goggling","gogglings","goggly","goglet","goglets","gogo","gogos","gohonzon","gohonzons","goier","goiest","going","goings","goiter","goitered","goiters","goitre","goitred","goitres","goitrogen","goitrogenic","goitrogenicities","goitrogenicity","goitrogens","goitrous","goji","gojis","golconda","golcondas","gold","goldarn","goldarns","goldbeater","goldbeaters","goldbrick","goldbricked","goldbricking","goldbricks","goldbug","goldbugs","goldcrest","goldcrests","golden","goldenberries","goldenberry","goldened","goldener","goldenest","goldeneye","goldeneyes","goldening","goldenly","goldenness","goldennesses","goldenrod","goldenrods","goldens","goldenseal","goldenseals","golder","goldest","goldeye","goldeyes","goldfield","goldfields","goldfinch","goldfinches","goldfinnies","goldfinny","goldfish","goldfishes","goldier","goldiest","goldilocks","goldilockses","goldish","goldless","goldminer","goldminers","golds","goldsinnies","goldsinny","goldsize","goldsizes","goldsmith","goldsmitheries","goldsmithery","goldsmithries","goldsmithry","goldsmiths","goldspink","goldspinks","goldstick","goldsticks","goldstone","goldstones","goldtail","goldthread","goldthreads","goldtone","goldurn","goldurns","goldwork","goldworks","goldy","gole","golem","golems","goles","golf","golfed","golfer","golfers","golfiana","golfianas","golfing","golfings","golfs","golgotha","golgothas","goliard","goliarderies","goliardery","goliardic","goliardies","goliards","goliardy","golias","goliased","goliases","goliasing","goliath","goliathise","goliathised","goliathises","goliathising","goliathize","goliathized","goliathizes","goliathizing","goliaths","gollan","golland","gollands","gollans","gollar","gollared","gollaring","gollars","goller","gollered","gollering","gollers","gollied","gollies","golliwog","golliwogg","golliwoggs","golliwogs","gollop","golloped","golloper","gollopers","golloping","gollops","golly","gollying","gollywog","gollywogs","golomynka","golomynkas","goloptious","golosh","goloshe","goloshed","goloshes","goloshing","goloshoes","golp","golpe","golpes","golps","goluptious","gombeen","gombeenism","gombeenisms","gombeens","gombo","gombos","gombro","gombroon","gombroons","gombros","gomer","gomeral","gomerals","gomerel","gomerels","gomeril","gomerils","gomers","gomoku","gomokus","gompa","gompas","gomphoses","gomphosis","gomuti","gomutis","gomuto","gomutos","gon","gonad","gonadal","gonadectomies","gonadectomised","gonadectomized","gonadectomy","gonadial","gonadic","gonadotrophic","gonadotrophin","gonadotrophins","gonadotropic","gonadotropin","gonadotropins","gonads","gondelay","gondelays","gondola","gondolas","gondolier","gondoliers","gone","gonef","gonefs","goneness","gonenesses","goner","goners","gonfalon","gonfalonier","gonfaloniers","gonfalons","gonfanon","gonfanons","gong","gonged","gonging","gonglike","gongoristic","gongs","gongster","gongsters","gongyo","gongyos","gonia","goniatite","goniatites","goniatitoid","goniatitoids","gonidia","gonidial","gonidic","gonidium","gonif","goniff","goniffs","gonifs","gonimoblast","gonimoblasts","goniometer","goniometers","goniometric","goniometrical","goniometrically","goniometries","goniometry","gonion","gonioscope","gonioscopes","gonium","gonk","gonks","gonna","gonococcal","gonococci","gonococcic","gonococcoid","gonococcus","gonocyte","gonocytes","gonoduct","gonoducts","gonof","gonofs","gonoph","gonophore","gonophores","gonophoric","gonophorous","gonophs","gonopod","gonopods","gonopore","gonopores","gonorrhea","gonorrheal","gonorrheas","gonorrheic","gonorrhoea","gonorrhoeal","gonorrhoeas","gonorrhoeic","gonosome","gonosomes","gons","gonys","gonyses","gonzo","goo","goober","goobers","goobies","gooby","good","goodby","goodbye","goodbyes","goodbys","goodfaced","goodfella","goodfellas","goodfellow","goodfellows","goodfellowship","goodfellowships","goodie","goodier","goodies","goodiest","goodiness","goodinesses","goodish","goodlier","goodliest","goodlihead","goodliheads","goodliness","goodlinesses","goodly","goodlyhead","goodlyheads","goodman","goodmen","goodness","goodnesses","goodnight","goodnights","goods","goodsire","goodsires","goodtime","goodwife","goodwill","goodwilled","goodwills","goodwives","goody","goodyear","goodyears","gooey","gooeyness","gooeynesses","goof","goofball","goofballs","goofed","goofier","goofiest","goofily","goofiness","goofinesses","goofing","goofs","goofy","goog","google","googled","googles","googlewhack","googlewhacks","googlies","googling","googly","googol","googolplex","googolplexes","googols","googs","gooier","gooiest","gooily","gooiness","gooinesses","gook","gooks","gooky","gool","goold","goolds","gooley","gooleys","goolie","goolies","gools","gooly","goombah","goombahs","goombay","goombays","goon","goonda","goondas","gooney","gooneybird","gooneybirds","gooneys","goonie","goonier","goonies","gooniest","goons","goony","goop","gooped","goopier","goopiest","goopiness","goopinesses","goops","goopy","goor","gooral","goorals","goorie","goories","gooroo","gooroos","goors","goory","goos","goosander","goosanders","goose","gooseberries","gooseberry","goosed","goosefish","goosefishes","gooseflesh","goosefleshes","goosefoot","goosefoots","goosegob","goosegobs","goosegog","goosegogs","goosegrass","goosegrasses","gooseherd","gooseherds","gooseneck","goosenecked","goosenecks","gooseries","goosery","gooses","goosey","gooseys","goosier","goosies","goosiest","goosiness","goosinesses","goosing","goosy","gopak","gopaks","gopher","gophered","gophering","gophers","gopherwood","gopherwoods","gopik","gopiks","gopura","gopuram","gopurams","gopuras","gor","gora","goral","gorals","goramies","goramy","goras","gorbellies","gorbelly","gorblimey","gorblimeys","gorblimies","gorblimy","gorcock","gorcocks","gorcrow","gorcrows","gordita","gorditas","gore","gored","gorehound","gorehounds","gores","gorge","gorgeable","gorged","gorgedly","gorgeous","gorgeously","gorgeousness","gorgeousnesses","gorger","gorgerin","gorgerins","gorgers","gorges","gorget","gorgeted","gorgets","gorgia","gorgias","gorging","gorgio","gorgios","gorgon","gorgoneia","gorgoneion","gorgonian","gorgonians","gorgonise","gorgonised","gorgonises","gorgonising","gorgonize","gorgonized","gorgonizes","gorgonizing","gorgons","gorhen","gorhens","gori","gorier","goriest","gorilla","gorillagram","gorillagrams","gorillas","gorillian","gorilline","gorilloid","gorily","goriness","gorinesses","goring","gorings","goris","gorm","gormand","gormandise","gormandised","gormandiser","gormandisers","gormandises","gormandising","gormandisings","gormandism","gormandisms","gormandize","gormandized","gormandizer","gormandizers","gormandizes","gormandizing","gormandizings","gormands","gormed","gormier","gormiest","gorming","gormless","gorms","gormy","gorp","gorped","gorping","gorps","gorse","gorsedd","gorsedds","gorses","gorsier","gorsiest","gorsoon","gorsoons","gorsy","gory","gos","gosh","goshawk","goshawks","gosht","goshts","goslarite","goslarites","goslet","goslets","gosling","goslings","gospel","gospeler","gospelers","gospelise","gospelised","gospelises","gospelising","gospelize","gospelized","gospelizes","gospelizing","gospelled","gospeller","gospellers","gospelling","gospellings","gospellise","gospellised","gospellises","gospellising","gospellize","gospellized","gospellizes","gospellizing","gospelly","gospels","gospoda","gospodar","gospodars","gospodin","gosport","gosports","goss","gossamer","gossamers","gossamery","gossan","gossans","gosse","gossed","gosses","gossib","gossibs","gossing","gossip","gossiped","gossiper","gossipers","gossiping","gossipingly","gossipings","gossipmonger","gossipmongers","gossipped","gossipper","gossippers","gossipping","gossipries","gossipry","gossips","gossipy","gossoon","gossoons","gossypine","gossypol","gossypols","goster","gostered","gostering","gosters","got","gotcha","gotchas","goth","gothic","gothically","gothicise","gothicised","gothicises","gothicising","gothicism","gothicisms","gothicize","gothicized","gothicizes","gothicizing","gothics","gothite","gothites","goths","gotta","gotten","gouache","gouaches","gouch","gouched","gouches","gouching","gouge","gouged","gouger","gougere","gougeres","gougers","gouges","gouging","goujeers","goujon","goujons","gouk","gouks","goulash","goulashes","goura","gourami","gouramies","gouramis","gouras","gourd","gourde","gourdes","gourdier","gourdiest","gourdiness","gourdinesses","gourdlike","gourds","gourdy","gourmand","gourmandise","gourmandised","gourmandises","gourmandising","gourmandism","gourmandisms","gourmandize","gourmandized","gourmandizes","gourmandizing","gourmands","gourmet","gourmets","goustier","goustiest","goustrous","gousty","gout","goutflies","goutfly","goutier","goutiest","goutily","goutiness","goutinesses","gouts","goutte","gouttes","goutweed","goutweeds","goutwort","goutworts","gouty","gouvernante","gouvernantes","gov","govern","governabilities","governability","governable","governableness","governall","governalls","governance","governances","governante","governantes","governed","governess","governessed","governesses","governessing","governessy","governing","government","governmental","governmentalise","governmentalism","governmentalisms","governmentalist","governmentalists","governmentalize","governmentalized","governmentalizes","governmentalizing","governmentally","governmentese","governmenteses","governments","governor","governorate","governorates","governors","governorship","governorships","governs","govs","gowan","gowaned","gowans","gowany","gowd","gowder","gowdest","gowds","gowdspink","gowdspinks","gowf","gowfed","gowfer","gowfers","gowfing","gowfs","gowk","gowks","gowl","gowlan","gowland","gowlands","gowlans","gowled","gowling","gowls","gown","gownboy","gownboys","gowned","gowning","gownman","gownmen","gowns","gownsman","gownsmen","gowpen","gowpenful","gowpenfuls","gowpens","gox","goxes","goy","goyim","goyisch","goyish","goyle","goyles","goys","gozzan","gozzans","graal","graals","grab","grabbable","grabbed","grabber","grabbers","grabbier","grabbiest","grabbing","grabble","grabbled","grabbler","grabblers","grabbles","grabbling","grabby","graben","grabens","grabs","grace","graced","graceful","gracefuller","gracefullest","gracefully","gracefulness","gracefulnesses","graceless","gracelessly","gracelessness","gracelessnesses","graces","gracile","gracileness","gracilenesses","graciles","gracilis","gracilities","gracility","gracing","graciosities","graciosity","gracioso","graciosos","gracious","graciously","graciousness","graciousnesses","grackle","grackles","grad","gradabilities","gradability","gradable","gradableness","gradablenesses","gradables","gradate","gradated","gradates","gradatim","gradating","gradation","gradational","gradationally","gradationed","gradations","gradatory","graddan","graddaned","graddaning","graddans","grade","graded","gradeless","gradelier","gradeliest","gradely","grader","graders","grades","gradient","gradienter","gradienters","gradients","gradin","gradine","gradines","grading","gradings","gradini","gradino","gradins","gradiometer","gradiometers","grads","gradual","gradualism","gradualisms","gradualist","gradualistic","gradualists","gradualities","graduality","gradually","gradualness","gradualnesses","graduals","graduand","graduands","graduate","graduated","graduates","graduateship","graduateships","graduating","graduation","graduations","graduator","graduators","gradus","graduses","graecise","graecised","graecises","graecising","graecize","graecized","graecizes","graecizing","graff","graffed","graffing","graffiti","graffitied","graffitiing","graffiting","graffitis","graffitist","graffitists","graffito","graffs","graft","graftage","graftages","grafted","grafter","grafters","grafting","graftings","grafts","graham","grahams","grail","graile","grailes","grails","grain","grainage","grainages","graine","grained","grainer","grainers","graines","grainfield","grainfields","grainier","grainiest","graininess","graininesses","graining","grainings","grainless","grains","grainy","graip","graips","graith","graithed","graithing","graithly","graiths","grakle","grakles","grallatorial","gralloch","gralloched","gralloching","grallochs","gram","grama","gramaries","gramary","gramarye","gramaryes","gramas","gramash","gramashes","grame","gramercies","gramercy","grames","gramicidin","gramicidins","graminaceous","gramineous","graminicolous","graminivorous","graminologies","graminology","gramma","grammage","grammages","grammalogue","grammalogues","grammar","grammarian","grammarians","grammarless","grammars","grammas","grammatic","grammatical","grammaticalities","grammaticality","grammatically","grammaticalness","grammaticalnesses","grammaticaster","grammaticasters","grammaticise","grammaticised","grammaticises","grammaticising","grammaticism","grammaticisms","grammaticize","grammaticized","grammaticizes","grammaticizing","grammatist","grammatists","grammatologies","grammatologist","grammatologists","grammatology","gramme","grammes","gramoche","gramoches","gramophone","gramophones","gramophonic","gramophonically","gramophonies","gramophonist","gramophonists","gramophony","gramp","grampa","grampas","gramps","grampus","grampuses","grams","gran","grana","granadilla","granadillas","granaries","granary","grand","grandad","grandaddies","grandaddy","grandads","grandam","grandame","grandames","grandams","grandaunt","grandaunts","grandbabies","grandbaby","grandchild","grandchildren","granddad","granddaddies","granddaddy","granddads","granddam","granddams","granddaughter","granddaughters","grande","grandee","grandees","grandeeship","grandeeships","grander","grandest","grandeur","grandeurs","grandfather","grandfathered","grandfathering","grandfatherly","grandfathers","grandiflora","grandiflorae","grandifloras","grandiloquence","grandiloquences","grandiloquent","grandiloquently","grandiloquous","grandiose","grandiosely","grandioseness","grandiosenesses","grandiosities","grandiosity","grandioso","grandkid","grandkids","grandly","grandma","grandmama","grandmamas","grandmamma","grandmammas","grandmas","grandmaster","grandmasters","grandmother","grandmotherly","grandmothers","grandnephew","grandnephews","grandness","grandnesses","grandniece","grandnieces","grandpa","grandpapa","grandpapas","grandparent","grandparental","grandparenthood","grandparenthoods","grandparents","grandpas","grands","grandsir","grandsire","grandsires","grandsirs","grandson","grandsons","grandstand","grandstanded","grandstander","grandstanders","grandstanding","grandstands","grandstood","granduncle","granduncles","granfer","granfers","grange","granger","grangerisation","grangerisations","grangerise","grangerised","grangeriser","grangerisers","grangerises","grangerising","grangerism","grangerisms","grangerization","grangerizations","grangerize","grangerized","grangerizer","grangerizers","grangerizes","grangerizing","grangers","granges","granita","granitas","granite","granitelike","granites","graniteware","granitewares","granitic","granitification","granitiform","granitisation","granitisations","granitise","granitised","granitises","granitising","granitite","granitites","granitization","granitizations","granitize","granitized","granitizes","granitizing","granitoid","granivore","granivores","granivorous","grannam","grannams","grannie","grannied","grannieing","grannies","grannom","grannoms","granny","grannying","grannyish","granodiorite","granodiorites","granodioritic","granola","granolas","granolith","granolithic","granolithics","granoliths","granophyre","granophyres","granophyric","grans","grant","grantable","granted","grantee","grantees","granter","granters","granting","grantor","grantors","grants","grantsman","grantsmanship","grantsmanships","grantsmen","granular","granularities","granularity","granularly","granulary","granulate","granulated","granulater","granulaters","granulates","granulating","granulation","granulations","granulative","granulator","granulators","granule","granules","granuliferous","granuliform","granulite","granulites","granulitic","granulitisation","granulitization","granulocyte","granulocytes","granulocytic","granulocytopoieses","granulocytopoiesis","granuloma","granulomas","granulomata","granulomatous","granulose","granuloses","granulosis","granulous","granum","grape","graped","grapefruit","grapefruits","grapeless","grapelice","grapelike","grapelouse","graperies","grapery","grapes","grapeseed","grapeseeds","grapeshot","grapeshots","grapestone","grapestones","grapetree","grapetrees","grapevine","grapevines","grapey","graph","graphed","grapheme","graphemes","graphemic","graphemically","graphemics","graphene","graphenes","graphic","graphicacies","graphicacy","graphical","graphically","graphicalness","graphicalnesses","graphicly","graphicness","graphicnesses","graphics","graphing","graphite","graphites","graphitic","graphitisable","graphitisation","graphitisations","graphitise","graphitised","graphitises","graphitising","graphitizable","graphitization","graphitizations","graphitize","graphitized","graphitizes","graphitizing","graphitoid","graphium","graphiums","grapholect","grapholects","graphologic","graphological","graphologies","graphologist","graphologists","graphology","graphomania","graphomanias","graphomotor","graphophobia","graphophobias","graphs","grapier","grapiest","grapiness","grapinesses","graping","graple","graplement","graplements","graples","graplin","grapline","graplines","graplins","grapnel","grapnels","grappa","grappas","grapple","grappled","grappler","grapplers","grapples","grappling","grapplings","graptolite","graptolites","graptolitic","grapy","grasp","graspable","grasped","grasper","graspers","grasping","graspingly","graspingness","graspingnesses","graspless","grasps","grass","grassbird","grassbirds","grassed","grasser","grassers","grasses","grassfinch","grassfinches","grasshook","grasshooks","grasshopper","grasshoppers","grassier","grassiest","grassily","grassiness","grassinesses","grassing","grassings","grassland","grasslands","grassless","grasslike","grassplot","grassplots","grassquit","grassquits","grassroot","grassroots","grassum","grassums","grasswrack","grasswracks","grassy","graste","grat","grate","grated","grateful","gratefuller","gratefullest","gratefully","gratefulness","gratefulnesses","grateless","grater","graters","grates","graticulation","graticulations","graticule","graticules","gratification","gratifications","gratified","gratifier","gratifiers","gratifies","gratify","gratifying","gratifyingly","gratillities","gratillity","gratin","gratinate","gratinated","gratinates","gratinating","gratine","gratinee","gratineed","gratineeing","gratinees","grating","gratingly","gratings","gratins","gratis","gratitude","gratitudes","grattoir","grattoirs","gratuities","gratuitous","gratuitously","gratuitousness","gratuitousnesses","gratuity","gratulant","gratulate","gratulated","gratulates","gratulating","gratulation","gratulations","gratulatory","graunch","graunched","grauncher","graunchers","graunches","graunching","graupel","graupels","grav","gravadlax","gravadlaxes","gravamen","gravamens","gravamina","grave","graved","gravel","graveled","graveless","gravelike","graveling","gravelish","gravelled","gravelling","gravelly","gravels","gravely","graven","graveness","gravenesses","graveolent","graver","gravers","graves","graveside","gravesides","gravesite","gravesites","gravest","gravestone","gravestones","graveward","graveyard","graveyards","gravid","gravida","gravidae","gravidas","gravidities","gravidity","gravidly","gravidness","gravidnesses","gravies","gravimeter","gravimeters","gravimetric","gravimetrical","gravimetrically","gravimetries","gravimetry","graving","gravings","graviperception","gravis","gravitas","gravitases","gravitate","gravitated","gravitater","gravitaters","gravitates","gravitating","gravitation","gravitational","gravitationally","gravitations","gravitative","gravities","gravitino","gravitinos","gravitometer","gravitometers","graviton","gravitons","gravity","gravlaks","gravlax","gravlaxes","gravs","gravure","gravures","gravy","gray","grayback","graybacks","graybeard","graybearded","graybeards","grayed","grayer","grayest","grayfish","grayfishes","grayflies","grayfly","grayhound","grayhounds","graying","grayish","graylag","graylags","grayle","grayles","grayling","graylings","grayly","graymail","graymails","grayness","graynesses","grayout","grayouts","grays","grayscale","graywacke","graywackes","graywater","graywaters","grazable","graze","grazeable","grazed","grazer","grazers","grazes","grazier","graziers","grazing","grazingly","grazings","grazioso","grease","greaseball","greaseballs","greaseband","greasebands","greasebush","greasebushes","greased","greaseless","greasepaint","greasepaints","greaseproof","greaseproofs","greaser","greasers","greases","greasewood","greasewoods","greasier","greasies","greasiest","greasily","greasiness","greasinesses","greasing","greasy","great","greatcoat","greatcoated","greatcoats","greaten","greatened","greatening","greatens","greater","greatest","greatests","greathearted","greatheartedly","greatheartedness","greatheartednesses","greatly","greatness","greatnesses","greats","greave","greaved","greaves","greaving","grebe","grebes","grebo","grebos","grece","greces","grecian","grecianise","grecianised","grecianises","grecianising","grecianize","grecianized","grecianizes","grecianizing","grecians","grecise","grecised","grecises","grecising","grecize","grecized","grecizes","grecizing","grecque","grecques","gree","greebo","greeboes","greece","greeces","greed","greedier","greediest","greedily","greediness","greedinesses","greedless","greeds","greedsome","greedy","greegree","greegrees","greeing","greek","greeked","greeking","greekings","green","greenback","greenbacker","greenbackers","greenbackism","greenbackisms","greenbacks","greenbelt","greenbelts","greenbone","greenbones","greenbottle","greenbottles","greenbrier","greenbriers","greenbug","greenbugs","greencloth","greencloths","greened","greener","greeneries","greeners","greenery","greenest","greeneye","greeneyes","greenfield","greenfields","greenfinch","greenfinches","greenflies","greenfly","greengage","greengages","greengrocer","greengroceries","greengrocers","greengrocery","greenhand","greenhands","greenhead","greenheads","greenheart","greenhearts","greenhorn","greenhorns","greenhouse","greenhouses","greenie","greenier","greenies","greeniest","greening","greenings","greenish","greenishness","greenishnesses","greenkeeper","greenkeepers","greenlet","greenlets","greenlight","greenlighted","greenlighting","greenlights","greenling","greenlings","greenlit","greenly","greenmail","greenmailed","greenmailer","greenmailers","greenmailing","greenmails","greenness","greennesses","greenockite","greenockites","greenroom","greenrooms","greens","greensand","greensands","greenshank","greenshanks","greensick","greensickness","greensicknesses","greenskeeper","greenskeepers","greensome","greensomes","greenspeak","greenspeaks","greenstick","greenstone","greenstones","greenstuff","greenstuffs","greensward","greenswards","greenth","greenths","greenwash","greenwashed","greenwashes","greenwashing","greenway","greenways","greenweed","greenweeds","greenwing","greenwings","greenwood","greenwoods","greeny","grees","greese","greeses","greesing","greesings","greet","greete","greeted","greeter","greeters","greetes","greeting","greetings","greets","greffier","greffiers","gregale","gregales","gregarian","gregarianism","gregarianisms","gregarine","gregarines","gregarinian","gregarious","gregariously","gregariousness","gregariousnesses","gregatim","grege","grego","gregos","greige","greiges","grein","greined","greining","greins","greisen","greisenisation","greisenisations","greisenise","greisenised","greisenises","greisenising","greisenization","greisenizations","greisenize","greisenized","greisenizes","greisenizing","greisens","greisly","gremial","gremials","gremlin","gremlins","gremmie","gremmies","gremmy","gremolata","gremolatas","gren","grenache","grenaches","grenade","grenades","grenadier","grenadiers","grenadilla","grenadillas","grenadine","grenadines","grenned","grenning","grens","grese","greses","gressing","gressings","gressorial","gressorious","greve","greves","grevillea","grevilleas","grew","grewed","grewhound","grewhounds","grewing","grews","grewsome","grewsomer","grewsomest","grex","grexes","grey","greyback","greybacks","greybeard","greybearded","greybeards","greyed","greyer","greyest","greyhen","greyhens","greyhound","greyhounds","greying","greyings","greyish","greylag","greylags","greylist","greylisted","greylisting","greylists","greyly","greyness","greynesses","greys","greyscale","greyscales","greystone","greystones","greywacke","greywackes","greywether","greywethers","gribble","gribbles","grice","griced","gricer","gricers","grices","gricing","gricings","grid","gridded","gridder","gridders","griddle","griddlebread","griddlebreads","griddlecake","griddlecakes","griddled","griddles","griddling","gride","grided","gridelin","gridelins","grides","griding","gridiron","gridironed","gridironing","gridirons","gridlock","gridlocked","gridlocking","gridlocks","grids","griece","grieced","grieces","grief","griefer","griefers","griefful","griefless","griefs","griesie","griesly","griesy","grievance","grievances","grievant","grievants","grieve","grieved","griever","grievers","grieves","grieving","grievingly","grievings","grievous","grievously","grievousness","grievousnesses","griff","griffe","griffes","griffin","griffinish","griffinism","griffinisms","griffins","griffon","griffons","griffs","grift","grifted","grifter","grifters","grifting","grifts","grig","grigged","grigging","grigri","grigris","grigs","grike","grikes","grill","grillade","grillades","grillage","grillages","grille","grilled","griller","grilleries","grillers","grillery","grilles","grilling","grillings","grillion","grillions","grillroom","grillrooms","grills","grillsteak","grillsteaks","grillwork","grillworks","grilse","grilses","grim","grimace","grimaced","grimacer","grimacers","grimaces","grimacing","grimacingly","grimalkin","grimalkins","grime","grimed","grimes","grimier","grimiest","grimily","griminess","griminesses","griming","grimlooked","grimly","grimmer","grimmest","grimness","grimnesses","grimoire","grimoires","grimy","grin","grinch","grinches","grind","grinded","grindelia","grindelias","grinder","grinderies","grinders","grindery","grindhouse","grindhouses","grinding","grindingly","grindings","grinds","grindstone","grindstones","gringa","gringas","gringo","gringos","grinned","grinner","grinners","grinning","grinningly","grinnings","grins","griot","griots","grip","gripe","griped","griper","gripers","gripes","gripey","gripier","gripiest","griping","gripingly","griple","gripman","gripmen","grippe","gripped","gripper","grippers","grippes","grippier","grippiest","gripping","grippingly","gripple","gripples","grippy","grips","gripsack","gripsacks","gript","griptape","griptapes","gripy","gris","grisaille","grisailles","grise","grised","grisely","griseofulvin","griseofulvins","griseous","grises","grisette","grisettes","grisgris","grising","griskin","griskins","grisled","grislier","grislies","grisliest","grisliness","grislinesses","grisly","grison","grisons","grissini","grissino","grist","grister","gristers","gristle","gristles","gristlier","gristliest","gristliness","gristlinesses","gristly","gristmill","gristmills","grists","grisy","grit","grith","griths","gritless","grits","gritstone","gritstones","gritted","gritter","gritters","grittest","grittier","grittiest","grittily","grittiness","grittinesses","gritting","grittings","gritty","grivation","grivations","grivet","grivets","grize","grizes","grizzle","grizzled","grizzler","grizzlers","grizzles","grizzlier","grizzlies","grizzliest","grizzling","grizzly","groan","groaned","groaner","groaners","groanful","groaning","groaningly","groanings","groans","groat","groats","groatsworth","groatsworths","grocer","groceries","grocers","grocery","groceteria","groceterias","grocked","grocking","grockle","grockles","grodier","grodiest","grody","grog","grogged","groggeries","groggery","groggier","groggiest","groggily","grogginess","grogginesses","grogging","groggy","grogram","grograms","grogs","grogshop","grogshops","groin","groined","groining","groinings","groins","grok","groked","groking","grokked","grokking","groks","groma","gromas","gromet","gromets","grommet","grommeted","grommeting","grommets","gromwell","gromwells","grone","groned","gronefull","grones","groning","groof","groofs","groolier","grooliest","grooly","groom","groomed","groomer","groomers","grooming","groomings","grooms","groomsman","groomsmen","groove","grooved","grooveless","groovelike","groover","groovers","grooves","groovier","grooviest","groovily","grooviness","groovinesses","grooving","groovy","grope","groped","groper","gropers","gropes","groping","gropingly","grosbeak","grosbeaks","groschen","groschens","groser","grosers","grosert","groserts","groset","grosets","grosgrain","grosgrains","gross","grossart","grossarts","grossed","grosser","grossers","grosses","grossest","grossierete","grossieretes","grossing","grossly","grossness","grossnesses","grossular","grossularite","grossularites","grossulars","grosz","grosze","groszy","grot","grotesque","grotesquely","grotesqueness","grotesquenesses","grotesquer","grotesquerie","grotesqueries","grotesquery","grotesques","grotesquest","grots","grottier","grottiest","grottiness","grottinesses","grotto","grottoed","grottoes","grottos","grotty","grouch","grouched","grouches","grouchier","grouchiest","grouchily","grouchiness","grouchinesses","grouching","grouchy","grouf","groufs","grough","groughs","ground","groundage","groundages","groundbait","groundbaited","groundbaiting","groundbaits","groundbreaker","groundbreakers","groundbreaking","groundbreakings","groundburst","groundbursts","grounded","groundedly","grounden","grounder","grounders","groundfish","groundfishes","groundhog","groundhogs","grounding","groundings","groundless","groundlessly","groundlessness","groundlessnesses","groundling","groundlings","groundman","groundmass","groundmasses","groundmen","groundnut","groundnuts","groundout","groundouts","groundplot","groundplots","groundprox","groundproxes","grounds","groundsel","groundsell","groundsells","groundsels","groundshare","groundshared","groundshares","groundsharing","groundsheet","groundsheets","groundsill","groundsills","groundskeeper","groundskeepers","groundsman","groundsmen","groundspeed","groundspeeds","groundswell","groundswells","groundwater","groundwaters","groundwood","groundwoods","groundwork","groundworks","group","groupable","groupage","groupages","grouped","grouper","groupers","groupie","groupies","grouping","groupings","groupist","groupists","grouplet","grouplets","groupoid","groupoids","groups","groupthink","groupthinks","groupuscule","groupuscules","groupware","groupwares","groupwork","groupworks","groupy","grouse","groused","grouselike","grouser","grousers","grouses","grousest","grousing","grout","grouted","grouter","grouters","groutier","groutiest","grouting","groutings","grouts","grouty","grove","groved","grovel","groveled","groveler","grovelers","groveless","groveling","grovelingly","grovelled","groveller","grovellers","grovelling","grovellingly","grovellings","grovels","groves","grovet","grovets","grow","growable","grower","growers","growing","growingly","growings","growl","growled","growler","growleries","growlers","growlery","growlier","growliest","growliness","growlinesses","growling","growlingly","growlings","growls","growly","grown","grownup","grownups","grows","growth","growthier","growthiest","growthiness","growthinesses","growthist","growthists","growths","growthy","groyne","groynes","grozing","grrl","grrls","grrrl","grrrls","grub","grubbed","grubber","grubbers","grubbier","grubbiest","grubbily","grubbiness","grubbinesses","grubbing","grubble","grubbled","grubbles","grubbling","grubby","grubs","grubstake","grubstaked","grubstaker","grubstakers","grubstakes","grubstaking","grubworm","grubworms","grudge","grudged","grudgeful","grudgeless","grudger","grudgers","grudges","grudging","grudgingly","grudgings","grue","grued","grueing","gruel","grueled","grueler","gruelers","grueling","gruelingly","gruelings","gruelled","grueller","gruellers","gruelling","gruellingly","gruellings","gruels","grues","gruesome","gruesomely","gruesomeness","gruesomenesses","gruesomer","gruesomest","grufe","grufes","gruff","gruffed","gruffer","gruffest","gruffier","gruffiest","gruffily","gruffing","gruffish","gruffly","gruffness","gruffnesses","gruffs","gruffy","grufted","grugru","grugrus","gruiform","gruing","grum","grumble","grumbled","grumbler","grumblers","grumbles","grumblier","grumbliest","grumbling","grumblingly","grumblings","grumbly","grume","grumes","grumly","grummer","grummest","grummet","grummeted","grummeting","grummets","grumness","grumnesses","grumose","grumous","grump","grumped","grumph","grumphed","grumphie","grumphies","grumphing","grumphs","grumphy","grumpier","grumpiest","grumpily","grumpiness","grumpinesses","grumping","grumpish","grumpishly","grumpishness","grumpishnesses","grumps","grumpy","grund","grundies","grundle","grundles","grunge","grunger","grungers","grunges","grungey","grungier","grungiest","grungy","grunion","grunions","grunt","grunted","grunter","grunters","grunting","gruntingly","gruntings","gruntle","gruntled","gruntles","gruntling","grunts","gruppetti","gruppetto","grushie","grutch","grutched","grutches","grutching","grutten","gruyere","gruyeres","gryce","gryces","gryde","gryded","grydes","gryding","gryesy","gryfon","gryfons","gryke","grykes","grype","grypes","gryphon","gryphons","grypt","grysbok","grysboks","grysely","grysie","gu","guacamole","guacamoles","guachamole","guachamoles","guacharo","guacharoes","guacharos","guaco","guacos","guaiac","guaiacol","guaiacols","guaiacs","guaiacum","guaiacums","guaiocum","guaiocums","guan","guana","guanabana","guanabanas","guanaco","guanacos","guanas","guanase","guanases","guanay","guanays","guanazolo","guanazolos","guanethidine","guanethidines","guango","guangos","guanidin","guanidine","guanidines","guanidins","guaniferous","guanin","guanine","guanines","guanins","guano","guanos","guanosine","guanosines","guans","guanxi","guanxis","guanylic","guar","guarana","guaranas","guarani","guaranies","guaranis","guarantee","guaranteed","guaranteeing","guarantees","guarantied","guaranties","guarantor","guarantors","guaranty","guarantying","guard","guardable","guardage","guardages","guardant","guardants","guarddog","guarddogs","guarded","guardedly","guardedness","guardednesses","guardee","guardees","guarder","guarders","guardhouse","guardhouses","guardian","guardians","guardianship","guardianships","guarding","guardless","guardlike","guardrail","guardrails","guardroom","guardrooms","guards","guardship","guardships","guardsman","guardsmen","guarish","guarished","guarishes","guarishing","guars","guava","guavas","guayabera","guayaberas","guayule","guayules","gub","gubbah","gubbahs","gubbed","gubbing","gubbins","gubbinses","gubernacula","gubernacular","gubernaculum","gubernation","gubernations","gubernator","gubernatorial","gubernators","guberniya","guberniyas","gubs","guck","guckier","guckiest","gucks","gucky","guddle","guddled","guddles","guddling","gude","gudeman","gudemen","gudes","gudesire","gudesires","gudewife","gudewives","gudgeon","gudgeoned","gudgeoning","gudgeons","gue","guelder","guenon","guenons","guerdon","guerdoned","guerdoner","guerdoners","guerdoning","guerdons","guereza","guerezas","gueridon","gueridons","guerilla","guerillaism","guerillaisms","guerillas","guerite","guerites","guernsey","guernseys","guerrilla","guerrillaism","guerrillaisms","guerrillas","guerrillero","guerrilleros","gues","guess","guessable","guessed","guesser","guessers","guesses","guessing","guessingly","guessings","guesstimate","guesstimated","guesstimates","guesstimating","guesswork","guessworks","guest","guestbook","guestbooks","guested","guesten","guestened","guestening","guestens","guesthouse","guesthouses","guestimate","guestimated","guestimates","guestimating","guesting","guests","guestwise","guff","guffaw","guffawed","guffawing","guffaws","guffie","guffies","guffs","guga","gugas","guggle","guggled","guggles","guggling","guglet","guglets","guichet","guichets","guid","guidable","guidage","guidages","guidance","guidances","guide","guidebook","guidebooks","guided","guideless","guideline","guidelines","guidepost","guideposts","guider","guiders","guides","guideship","guideships","guideway","guideways","guideword","guidewords","guiding","guidings","guidon","guidons","guids","guidwillie","guild","guilder","guilders","guildhall","guildhalls","guildries","guildry","guilds","guildship","guildships","guildsman","guildsmen","guildswoman","guildswomen","guile","guiled","guileful","guilefully","guilefulness","guilefulnesses","guileless","guilelessly","guilelessness","guilelessnesses","guiler","guilers","guiles","guiling","guillemet","guillemets","guillemot","guillemots","guilloche","guilloched","guilloches","guilloching","guillotine","guillotined","guillotiner","guillotiners","guillotines","guillotining","guilt","guilted","guiltier","guiltiest","guiltily","guiltiness","guiltinesses","guiltless","guiltlessly","guiltlessness","guiltlessnesses","guilts","guilty","guimbard","guimbards","guimp","guimpe","guimped","guimpes","guimping","guimps","guinea","guineas","guipure","guipures","guiro","guiros","guisard","guisards","guise","guised","guiser","guisers","guises","guising","guisings","guitar","guitarfish","guitarfishes","guitarist","guitarists","guitars","guitguit","guitguits","guizer","guizers","gul","gula","gulag","gulags","gular","gulas","gulch","gulched","gulches","gulching","gulden","guldens","gule","gules","gulet","gulets","gulf","gulfed","gulfier","gulfiest","gulfing","gulflike","gulfs","gulfweed","gulfweeds","gulfy","gull","gullable","gullably","gulled","guller","gulleries","gullers","gullery","gullet","gullets","gulley","gulleyed","gulleying","gulleys","gullibilities","gullibility","gullible","gullibly","gullied","gullies","gulling","gullish","gulls","gullwing","gully","gullying","gulosities","gulosity","gulp","gulped","gulper","gulpers","gulph","gulphs","gulpier","gulpiest","gulping","gulpingly","gulps","gulpy","guls","guly","gum","gumball","gumballs","gumbo","gumboil","gumboils","gumboot","gumboots","gumbos","gumbotil","gumbotils","gumdrop","gumdrops","gumlands","gumless","gumlike","gumline","gumlines","gumma","gummas","gummata","gummatous","gummed","gummer","gummers","gummier","gummies","gummiest","gummiferous","gummily","gumminess","gumminesses","gumming","gummings","gummite","gummites","gummose","gummoses","gummosis","gummosities","gummosity","gummous","gummy","gumnut","gumnuts","gump","gumped","gumphion","gumphions","gumping","gumps","gumption","gumptions","gumptious","gums","gumshield","gumshields","gumshoe","gumshoed","gumshoeing","gumshoes","gumsucker","gumsuckers","gumtree","gumtrees","gumweed","gumweeds","gumwood","gumwoods","gun","gunboat","gunboats","guncotton","guncottons","gundies","gundog","gundogs","gundy","gunfight","gunfighter","gunfighters","gunfighting","gunfightings","gunfights","gunfire","gunfires","gunflint","gunflints","gunfought","gung","gunge","gunged","gunges","gungier","gungiest","gunging","gungy","gunhouse","gunhouses","gunite","gunites","gunk","gunkhole","gunkholed","gunkholes","gunkholing","gunkier","gunkiest","gunks","gunky","gunlayer","gunlayers","gunless","gunlock","gunlocks","gunmaker","gunmakers","gunman","gunmanship","gunmanships","gunmen","gunmetal","gunmetals","gunnage","gunnages","gunned","gunnel","gunnels","gunnen","gunner","gunnera","gunneras","gunneries","gunners","gunnership","gunnerships","gunnery","gunnies","gunning","gunnings","gunny","gunnybag","gunnybags","gunnysack","gunnysacks","gunpaper","gunpapers","gunplay","gunplays","gunpoint","gunpoints","gunport","gunports","gunpowder","gunpowders","gunpowdery","gunroom","gunrooms","gunrunner","gunrunners","gunrunning","gunrunnings","guns","gunsel","gunsels","gunship","gunships","gunshot","gunshots","gunsight","gunsights","gunslinger","gunslingers","gunslinging","gunslingings","gunsmith","gunsmithing","gunsmithings","gunsmiths","gunstick","gunsticks","gunstock","gunstocks","gunstone","gunstones","gunter","gunters","gunwale","gunwales","gunyah","gunyahs","gup","guppies","guppy","gups","guqin","guqins","gur","gurami","guramis","gurdwara","gurdwaras","gurge","gurged","gurges","gurging","gurgitation","gurgitations","gurgle","gurgled","gurgles","gurglet","gurglets","gurgling","gurgoyle","gurgoyles","gurjun","gurjuns","gurl","gurled","gurlet","gurlets","gurlier","gurliest","gurling","gurls","gurly","gurn","gurnard","gurnards","gurned","gurnet","gurnets","gurney","gurneys","gurning","gurns","gurrah","gurrahs","gurrier","gurriers","gurries","gurry","gurs","gursh","gurshes","guru","gurudom","gurudoms","guruism","guruisms","gurus","guruship","guruships","gus","gush","gushed","gusher","gushers","gushes","gushier","gushiest","gushily","gushiness","gushinesses","gushing","gushingly","gushy","gusla","guslar","guslars","guslas","gusle","gusles","gusli","guslis","gusset","gusseted","gusseting","gussetings","gussets","gussie","gussied","gussies","gussy","gussying","gust","gustable","gustables","gustation","gustations","gustative","gustatorily","gustatory","gusted","gustful","gustie","gustier","gustiest","gustily","gustiness","gustinesses","gusting","gustless","gusto","gustoes","gustos","gusts","gusty","gut","gutbucket","gutbuckets","gutcher","gutchers","gutful","gutfuls","gutless","gutlessly","gutlessness","gutlessnesses","gutlike","gutrot","gutrots","guts","gutsed","gutser","gutsers","gutses","gutsful","gutsfuls","gutsier","gutsiest","gutsily","gutsiness","gutsinesses","gutsing","gutsy","gutta","guttae","guttas","guttate","guttated","guttates","guttating","guttation","guttations","gutted","gutter","gutterblood","gutterbloods","guttered","guttering","gutterings","gutters","guttersnipe","guttersnipes","guttersnipish","guttery","guttier","gutties","guttiest","guttiferous","gutting","guttle","guttled","guttler","guttlers","guttles","guttling","guttural","gutturalisation","gutturalise","gutturalised","gutturalises","gutturalising","gutturalism","gutturalisms","gutturalities","gutturality","gutturalization","gutturalize","gutturalized","gutturalizes","gutturalizing","gutturally","gutturalness","gutturalnesses","gutturals","gutty","gutzer","gutzers","guv","guvs","guy","guyed","guying","guyle","guyled","guyler","guylers","guyles","guyline","guyliner","guyliners","guylines","guyling","guyot","guyots","guys","guyse","guyses","guzzle","guzzled","guzzler","guzzlers","guzzles","guzzling","gweduc","gweduck","gweducks","gweducs","gwine","gwiniad","gwiniads","gwyniad","gwyniads","gyal","gyals","gybe","gybed","gybes","gybing","gyeld","gyelds","gylden","gym","gymbal","gymbals","gymkhana","gymkhanas","gymmal","gymmals","gymnasia","gymnasial","gymnasiarch","gymnasiarchs","gymnasiast","gymnasiasts","gymnasic","gymnasien","gymnasium","gymnasiums","gymnast","gymnastic","gymnastical","gymnastically","gymnastics","gymnasts","gymnic","gymnorhinal","gymnosoph","gymnosophies","gymnosophist","gymnosophists","gymnosophs","gymnosophy","gymnosperm","gymnospermies","gymnospermous","gymnosperms","gymnospermy","gymp","gymped","gympie","gympies","gymping","gymps","gyms","gymslip","gymslips","gynae","gynaecea","gynaeceum","gynaeceums","gynaecia","gynaecium","gynaecocracies","gynaecocracy","gynaecocratic","gynaecoid","gynaecologic","gynaecological","gynaecologies","gynaecologist","gynaecologists","gynaecology","gynaecomast","gynaecomastia","gynaecomastias","gynaecomasties","gynaecomasts","gynaecomasty","gynaes","gynandries","gynandrism","gynandrisms","gynandromorph","gynandromorphic","gynandromorphies","gynandromorphism","gynandromorphisms","gynandromorphs","gynandromorphy","gynandrous","gynandry","gynarchic","gynarchies","gynarchy","gynecia","gynecic","gynecium","gynecocracies","gynecocracy","gynecocratic","gynecoid","gynecologic","gynecological","gynecologies","gynecologist","gynecologists","gynecology","gynecomastia","gynecomastias","gyniatrics","gyniatries","gyniatry","gynie","gynies","gyniolatries","gyniolatry","gynney","gynneys","gynnies","gynny","gynocracies","gynocracy","gynocratic","gynodioecious","gynodioecism","gynodioecisms","gynoecia","gynoecium","gynogeneses","gynogenesis","gynogenetic","gynomonoecious","gynomonoecism","gynomonoecisms","gynophobe","gynophobes","gynophobia","gynophobias","gynophobic","gynophobics","gynophore","gynophores","gynophoric","gynostemia","gynostemium","gyny","gyoza","gyozas","gyp","gyplure","gyplures","gypped","gypper","gyppers","gyppie","gyppies","gypping","gyppo","gyppos","gyppy","gyps","gypseian","gypseous","gypsied","gypsies","gypsiferous","gypsophila","gypsophilas","gypster","gypsters","gypsum","gypsums","gypsy","gypsydom","gypsydoms","gypsyhood","gypsyhoods","gypsying","gypsyish","gypsyism","gypsyisms","gypsywort","gypsyworts","gyral","gyrally","gyrant","gyrase","gyrases","gyrate","gyrated","gyrates","gyrating","gyration","gyrational","gyrations","gyrator","gyrators","gyratory","gyre","gyred","gyrene","gyrenes","gyres","gyrfalcon","gyrfalcons","gyri","gyring","gyro","gyrocar","gyrocars","gyrocompass","gyrocompasses","gyrocopter","gyrocopters","gyrodyne","gyrodynes","gyrofrequencies","gyrofrequency","gyroidal","gyrolite","gyrolites","gyromagnetic","gyromagnetism","gyromagnetisms","gyromancies","gyromancy","gyron","gyronic","gyronny","gyrons","gyropilot","gyropilots","gyroplane","gyroplanes","gyros","gyroscope","gyroscopes","gyroscopic","gyroscopically","gyroscopics","gyrose","gyrostabiliser","gyrostabilisers","gyrostabilizer","gyrostabilizers","gyrostat","gyrostatic","gyrostatically","gyrostatics","gyrostats","gyrous","gyrovague","gyrovagues","gyrus","gyruses","gyte","gytes","gytrash","gytrashes","gyttja","gyttjas","gyve","gyved","gyves","gyving","ha","haaf","haafs","haanepoot","haanepoots","haar","haars","habanera","habaneras","habanero","habaneros","habdabs","habdalah","habdalahs","haberdasher","haberdasheries","haberdashers","haberdashery","haberdine","haberdines","habergeon","habergeons","habilable","habilatory","habile","habiliment","habiliments","habilitate","habilitated","habilitates","habilitating","habilitation","habilitations","habilitator","habilitators","habit","habitabilities","habitability","habitable","habitableness","habitablenesses","habitably","habitan","habitans","habitant","habitants","habitat","habitation","habitational","habitations","habitats","habitaunce","habitaunces","habited","habiting","habits","habitual","habitually","habitualness","habitualnesses","habituals","habituate","habituated","habituates","habituating","habituation","habituations","habitude","habitudes","habitudinal","habitue","habitues","habitus","hable","haboob","haboobs","habu","habus","hacek","haceks","hacendado","hacendados","hachis","hachure","hachured","hachures","hachuring","hacienda","haciendado","haciendados","haciendas","hack","hackable","hackamore","hackamores","hackberries","hackberry","hackbolt","hackbolts","hackbut","hackbuteer","hackbuteers","hackbuts","hackbutter","hackbutters","hacked","hackee","hackees","hacker","hackeries","hackers","hackery","hackette","hackettes","hackie","hackies","hacking","hackings","hackle","hackled","hackler","hacklers","hackles","hacklet","hacklets","hacklier","hackliest","hackling","hackly","hackman","hackmatack","hackmatacks","hackmen","hackney","hackneyed","hackneying","hackneyism","hackneyisms","hackneyman","hackneymen","hackneys","hacks","hacksaw","hacksawed","hacksawing","hacksawn","hacksaws","hackwork","hackworks","hacqueton","hacquetons","had","hadal","hadarim","hadaway","hadden","haddest","haddie","haddies","hadding","haddock","haddocks","hade","haded","hadedah","hadedahs","hades","hading","hadith","hadiths","hadj","hadjee","hadjees","hadjes","hadji","hadjis","hadrome","hadromes","hadron","hadronic","hadrons","hadrosaur","hadrosaurs","hadrosaurus","hadrosauruses","hads","hadst","hae","haecceities","haecceity","haed","haeing","haem","haemachrome","haemachromes","haemacytometer","haemacytometers","haemagglutinate","haemagglutinin","haemagglutinins","haemagogue","haemagogues","haemal","haemangioma","haemangiomas","haemangiomata","haematal","haematein","haemateins","haematemeses","haematemesis","haematic","haematics","haematin","haematinic","haematinics","haematins","haematite","haematites","haematitic","haematoblast","haematoblastic","haematoblasts","haematocele","haematoceles","haematocrit","haematocrits","haematocryal","haematogeneses","haematogenesis","haematogenetic","haematogenic","haematogenous","haematoid","haematologic","haematological","haematologies","haematologist","haematologists","haematology","haematolyses","haematolysis","haematoma","haematomas","haematomata","haematophagous","haematopoieses","haematopoiesis","haematopoietic","haematoses","haematosis","haematothermal","haematoxylic","haematoxylin","haematoxylins","haematoxylon","haematoxylons","haematozoa","haematozoon","haematuria","haematurias","haematuric","haemic","haemin","haemins","haemochrome","haemochromes","haemocoel","haemocoels","haemoconia","haemoconias","haemocyanin","haemocyanins","haemocyte","haemocytes","haemocytometer","haemocytometers","haemodialyser","haemodialysers","haemodialyses","haemodialysis","haemodialyzer","haemodialyzers","haemoflagellate","haemoglobin","haemoglobins","haemoglobinuria","haemoid","haemolyses","haemolysin","haemolysins","haemolysis","haemolytic","haemonies","haemony","haemophile","haemophiles","haemophilia","haemophiliac","haemophiliacs","haemophilias","haemophilic","haemophilioid","haemopoieses","haemopoiesis","haemopoietic","haemoptyses","haemoptysis","haemorrhage","haemorrhaged","haemorrhages","haemorrhagic","haemorrhaging","haemorrhoid","haemorrhoidal","haemorrhoids","haemostases","haemostasia","haemostasias","haemostasis","haemostat","haemostatic","haemostatics","haemostats","haems","haen","haeredes","haeremai","haeremais","haeres","haes","haet","haets","haff","haffet","haffets","haffit","haffits","hafflin","hafflins","haffs","hafis","hafiz","hafizes","hafnium","hafniums","haft","haftara","haftarah","haftarahs","haftaras","haftarot","haftaroth","hafted","hafter","hafters","hafting","haftorah","haftorahs","haftoros","haftorot","haftoroth","hafts","hag","hagadic","hagadist","hagadists","hagberries","hagberry","hagbolt","hagbolts","hagborn","hagbush","hagbushes","hagbut","hagbuteer","hagbuteers","hagbuts","hagbutter","hagbutters","hagden","hagdens","hagdon","hagdons","hagdown","hagdowns","hagfish","hagfishes","hagg","haggada","haggadah","haggadahs","haggadas","haggadic","haggadical","haggadist","haggadistic","haggadists","haggadot","haggadoth","haggard","haggardly","haggardness","haggardnesses","haggards","hagged","hagging","haggis","haggises","haggish","haggishly","haggishness","haggishnesses","haggle","haggled","haggler","hagglers","haggles","haggling","haggs","hagiarchies","hagiarchy","hagiocracies","hagiocracy","hagiographer","hagiographers","hagiographic","hagiographical","hagiographies","hagiographist","hagiographists","hagiography","hagiolater","hagiolaters","hagiolatries","hagiolatrous","hagiolatry","hagiologic","hagiological","hagiologies","hagiologist","hagiologists","hagiology","hagioscope","hagioscopes","hagioscopic","haglet","haglets","haglike","hagridden","hagride","hagrider","hagriders","hagrides","hagriding","hagrode","hags","hah","haha","hahas","hahnium","hahniums","hahs","haick","haicks","haiduk","haiduks","haik","haika","haikai","haiks","haiku","haikus","hail","hailed","hailer","hailers","hailier","hailiest","hailing","hails","hailshot","hailshots","hailstone","hailstones","hailstorm","hailstorms","haily","haimish","hain","hainch","hainched","hainches","hainching","hained","haining","hainings","hains","haint","haints","haique","haiques","hair","hairball","hairballs","hairband","hairbands","hairbell","hairbells","hairbrained","hairbreadth","hairbreadths","hairbrush","hairbrushes","haircap","haircaps","haircloth","haircloths","haircut","haircuts","haircutter","haircutters","haircutting","haircuttings","hairdo","hairdos","hairdresser","hairdressers","hairdressing","hairdressings","hairdrier","hairdriers","hairdryer","hairdryers","haired","hairgrip","hairgrips","hairier","hairiest","hairif","hairifs","hairiness","hairinesses","hairing","hairless","hairlesses","hairlessness","hairlessnesses","hairlike","hairline","hairlines","hairlock","hairlocks","hairnet","hairnets","hairpiece","hairpieces","hairpin","hairpins","hairs","hairsbreadth","hairsbreadths","hairsplitter","hairsplitters","hairsplitting","hairsplittings","hairspray","hairsprays","hairspring","hairsprings","hairst","hairsted","hairsting","hairstreak","hairstreaks","hairsts","hairstyle","hairstyles","hairstyling","hairstylings","hairstylist","hairstylists","hairtail","hairtails","hairweaving","hairweavings","hairwork","hairworks","hairworm","hairworms","hairy","hairyback","hairybacks","haith","haj","hajes","haji","hajis","hajj","hajjah","hajjahs","hajjes","hajji","hajjis","haka","hakam","hakams","hakari","hakaris","hakas","hake","hakea","hakeas","hakeem","hakeems","hakes","hakim","hakims","haku","hakus","halacha","halachas","halachic","halachist","halachists","halachot","halachoth","halakah","halakahs","halakha","halakhah","halakhahs","halakhas","halakhic","halakhist","halakhists","halakhot","halakhoth","halakic","halakist","halakists","halakoth","halal","halala","halalah","halalahs","halalas","halalled","halalling","halals","halation","halations","halavah","halavahs","halazone","halazones","halberd","halberdier","halberdiers","halberds","halbert","halberts","halcyon","halcyonian","halcyonic","halcyons","hale","haled","haleness","halenesses","haler","halers","haleru","hales","halest","half","halfa","halfas","halfback","halfbacks","halfbeak","halfbeaks","halfen","halfendeale","halfhearted","halfheartedly","halfheartedness","halfheartednesses","halflife","halflin","halfling","halflings","halflins","halflives","halfness","halfnesses","halfpace","halfpaces","halfpence","halfpennies","halfpenny","halfpennyworth","halfpennyworths","halfpipe","halfpipes","halfs","halfseriously","halftime","halftimes","halftone","halftones","halftrack","halftracks","halfway","halfwit","halfwits","halfwitted","halfwittedly","halfwittedness","halibut","halibuts","halicore","halicores","halid","halide","halides","halidom","halidome","halidomes","halidoms","halids","halieutic","halieutics","halimot","halimote","halimotes","halimots","haling","haliotis","haliplankton","haliplanktons","halite","halites","halitoses","halitosis","halitotic","halitous","halitus","halituses","hall","hallah","hallahs","hallal","hallali","hallalis","hallalled","hallalling","hallaloo","hallaloos","hallals","hallan","hallans","halleflinta","halleflintas","hallel","hallels","halleluiah","halleluiahs","hallelujah","hallelujahs","hallian","hallians","halliard","halliards","halling","hallings","hallion","hallions","hallmark","hallmarked","hallmarking","hallmarks","hallo","halloa","halloaed","halloaing","halloas","halloed","halloes","halloing","halloo","hallooed","hallooing","halloos","hallos","hallot","halloth","halloumi","halloumis","hallow","hallowed","hallowedness","hallowednesses","hallower","hallowers","hallowing","hallows","halloysite","halloysites","halls","hallstand","hallstands","hallucal","halluces","hallucinate","hallucinated","hallucinates","hallucinating","hallucination","hallucinational","hallucinations","hallucinative","hallucinator","hallucinators","hallucinatory","hallucinogen","hallucinogenic","hallucinogenics","hallucinogens","hallucinoses","hallucinosis","hallucinosises","hallux","hallway","hallways","hallyon","hallyons","halm","halma","halmas","halms","halo","halobiont","halobiontic","halobionts","halobiotic","halocarbon","halocarbons","halocline","haloclines","haloed","haloes","halogen","halogenate","halogenated","halogenates","halogenating","halogenation","halogenations","halogenoid","halogenous","halogens","halogeton","halogetons","haloid","haloids","haloing","halolike","halomorphic","halon","halons","haloperidol","haloperidols","halophile","halophiles","halophilic","halophilies","halophilous","halophily","halophobe","halophobes","halophyte","halophytes","halophytic","halophytism","halophytisms","halos","halosere","haloseres","halothane","halothanes","haloumi","haloumis","halse","halsed","halser","halsers","halses","halsing","halt","halted","halter","halterbreak","halterbreaking","halterbreaks","halterbroke","halterbroken","haltere","haltered","halteres","haltering","halterneck","halternecks","halters","halting","haltingly","haltingness","haltingnesses","haltings","haltless","halts","halutz","halutzim","halva","halvah","halvahs","halvas","halve","halved","halver","halvers","halves","halving","halyard","halyards","ham","hamada","hamadas","hamadryad","hamadryades","hamadryads","hamadryas","hamadryases","hamal","hamals","hamamelidaceous","hamamelis","hamamelises","hamantasch","hamantaschen","hamarthritis","hamarthritises","hamartia","hamartias","hamartiologies","hamartiology","hamate","hamates","hamaul","hamauls","hamba","hamble","hambled","hambles","hambling","hambone","hamboned","hambones","hamboning","hamburg","hamburger","hamburgers","hamburgs","hame","hamed","hames","hamesucken","hamesuckens","hamewith","hamfatter","hamfattered","hamfattering","hamfatters","haming","hamlet","hamlets","hammada","hammadas","hammal","hammals","hammam","hammams","hammed","hammer","hammercloth","hammercloths","hammered","hammerer","hammerers","hammerhead","hammerheaded","hammerheads","hammering","hammerings","hammerkop","hammerkops","hammerless","hammerlock","hammerlocks","hammerman","hammermen","hammers","hammerstone","hammerstones","hammertoe","hammertoes","hammier","hammiest","hammily","hamminess","hamminesses","hamming","hammock","hammocks","hammy","hamose","hamous","hamper","hampered","hamperedness","hamperednesses","hamperer","hamperers","hampering","hampers","hampster","hampsters","hams","hamshackle","hamshackled","hamshackles","hamshackling","hamster","hamsters","hamstring","hamstringed","hamstringing","hamstrings","hamstrung","hamular","hamulate","hamuli","hamulose","hamulous","hamulus","hamza","hamzah","hamzahs","hamzas","han","hanap","hanaper","hanapers","hanaps","hance","hances","hanch","hanched","hanches","hanching","hand","handax","handaxes","handbag","handbagged","handbagging","handbaggings","handbags","handball","handballed","handballer","handballers","handballing","handballs","handbarrow","handbarrows","handbasket","handbaskets","handbell","handbells","handbill","handbills","handblown","handbook","handbooks","handbrake","handbrakes","handbreadth","handbreadths","handcar","handcars","handcart","handcarts","handclap","handclaps","handclasp","handclasps","handcraft","handcrafted","handcrafting","handcrafts","handcraftsman","handcraftsmanship","handcraftsmanships","handcraftsmen","handcuff","handcuffed","handcuffing","handcuffs","handed","handedness","handednesses","hander","handers","handfast","handfasted","handfasting","handfastings","handfasts","handfed","handfeed","handfeeding","handfeeds","handful","handfuls","handgrip","handgrips","handgun","handguns","handheld","handhelds","handhold","handholding","handholdings","handholds","handicap","handicapped","handicapper","handicappers","handicapping","handicaps","handicraft","handicrafter","handicrafters","handicrafts","handicraftsman","handicraftsmen","handicuffs","handier","handiest","handily","handiness","handinesses","handing","handism","handisms","handiwork","handiworks","handjar","handjars","handjob","handjobs","handkercher","handkerchers","handkerchief","handkerchiefs","handkerchieves","handknit","handknits","handlanger","handlangers","handle","handleable","handlebar","handlebars","handled","handleless","handler","handlers","handles","handless","handlike","handling","handlings","handlist","handlists","handloom","handlooms","handmade","handmaid","handmaiden","handmaidens","handmaids","handoff","handoffs","handout","handouts","handover","handovers","handpass","handpassed","handpasses","handpassing","handphone","handphones","handpick","handpicked","handpicking","handpicks","handplay","handplays","handpress","handpresses","handprint","handprints","handrail","handrailing","handrailings","handrails","handroll","handrolls","hands","handsaw","handsaws","handsbreadth","handsbreadths","handsel","handseled","handseling","handselled","handselling","handsels","handset","handsets","handsewn","handsful","handshake","handshakes","handshaking","handshakings","handsome","handsomely","handsomeness","handsomenesses","handsomer","handsomes","handsomest","handspike","handspikes","handspring","handsprings","handstaff","handstaffs","handstamp","handstamped","handstamping","handstamps","handstand","handstands","handstaves","handstroke","handstrokes","handsturn","handsturns","handtowel","handtowels","handwheel","handwheels","handwork","handworked","handworker","handworkers","handworks","handwoven","handwringer","handwringers","handwringing","handwringings","handwrit","handwrite","handwrites","handwriting","handwritings","handwritten","handwrote","handwrought","handy","handyman","handymen","handyperson","handypersons","handywork","handyworks","hanepoot","hanepoots","hang","hangabilities","hangability","hangable","hangar","hangared","hangaring","hangars","hangbird","hangbirds","hangdog","hangdogs","hanged","hanger","hangers","hangfire","hangfires","hangi","hanging","hangings","hangis","hangman","hangmen","hangnail","hangnails","hangnest","hangnests","hangout","hangouts","hangover","hangovers","hangs","hangtag","hangtags","hangul","hangup","hangups","haniwa","hanjar","hanjars","hank","hanked","hanker","hankered","hankerer","hankerers","hankering","hankerings","hankers","hankie","hankies","hanking","hanks","hanky","hansa","hansardise","hansardised","hansardises","hansardising","hansardize","hansardized","hansardizes","hansardizing","hansas","hanse","hanseatic","hansel","hanseled","hanseling","hanselled","hanselling","hansels","hanses","hansom","hansoms","hant","hantavirus","hantaviruses","hanted","hanting","hantle","hantles","hants","hanukiah","hanukiahs","hanuman","hanumans","hao","haole","haoles","haoma","haomas","haos","hap","hapax","hapaxanthic","hapaxanthous","hapaxes","haphazard","haphazardly","haphazardness","haphazardnesses","haphazardries","haphazardry","haphazards","haphtara","haphtarah","haphtarahs","haphtaras","haphtarot","haphtaroth","hapkido","hapkidos","hapless","haplessly","haplessness","haplessnesses","haplite","haplites","haplitic","haplobiont","haplobiontic","haplobionts","haplographies","haplography","haploid","haploidic","haploidies","haploids","haploidy","haplologic","haplologies","haplology","haplont","haplontic","haplonts","haplopia","haplopias","haploses","haplosis","haplostemonous","haplotype","haplotypes","haply","happed","happen","happenchance","happenchances","happened","happening","happenings","happens","happenstance","happenstances","happied","happier","happies","happiest","happily","happiness","happinesses","happing","happy","happying","haps","hapten","haptene","haptenes","haptenic","haptens","hapteron","hapterons","haptic","haptical","haptics","haptoglobin","haptoglobins","haptotropic","haptotropism","haptotropisms","hapu","hapuka","hapukas","hapuku","hapukus","hapus","haqueton","haquetons","harakeke","harakekes","haram","harambee","harambees","haramda","haramdas","haramdi","haramdis","harams","haramzada","haramzadas","haramzadi","haramzadis","harangue","harangued","haranguer","haranguers","harangues","haranguing","harass","harassed","harassedly","harasser","harassers","harasses","harassing","harassingly","harassings","harassment","harassments","harbinger","harbingered","harbingering","harbingers","harbor","harborage","harborages","harbored","harborer","harborers","harborful","harborfuls","harboring","harborless","harbormaster","harbormasters","harborous","harbors","harborside","harbour","harbourage","harbourages","harboured","harbourer","harbourers","harbouring","harbourless","harbours","hard","hardass","hardasses","hardback","hardbacked","hardbacks","hardbake","hardbakes","hardball","hardballs","hardbeam","hardbeams","hardboard","hardboards","hardboot","hardboots","hardbound","hardbounds","hardcase","hardcore","hardcores","hardcourt","hardcover","hardcovers","hardedge","hardedges","harden","hardened","hardener","hardeners","hardening","hardenings","hardens","harder","hardest","hardface","hardfaces","hardfisted","hardgoods","hardgrass","hardgrasses","hardhack","hardhacks","hardhanded","hardhandedness","hardhandednesses","hardhat","hardhats","hardhead","hardheaded","hardheadedly","hardheadedness","hardheadednesses","hardheads","hardhearted","hardheartedly","hardheartedness","hardheartednesses","hardier","hardies","hardiest","hardihead","hardiheads","hardihood","hardihoods","hardily","hardiment","hardiments","hardiness","hardinesses","hardinggrass","hardinggrasses","hardish","hardline","hardliner","hardliners","hardly","hardman","hardmen","hardmouthed","hardness","hardnesses","hardnose","hardnosed","hardnoses","hardoke","hardokes","hardpack","hardpacks","hardpan","hardpans","hardparts","hardrock","hardrocks","hards","hardscrabble","hardset","hardshell","hardship","hardships","hardstand","hardstanding","hardstandings","hardstands","hardtack","hardtacks","hardtail","hardtails","hardtop","hardtops","hardware","hardwareman","hardwaremen","hardwares","hardwire","hardwired","hardwires","hardwiring","hardwood","hardwoods","hardworking","hardy","hare","harebell","harebells","harebrained","hared","hareem","hareems","hareld","harelds","harelike","harelip","harelipped","harelips","harem","harems","hares","harestail","harestails","harewood","harewoods","hariana","harianas","haricot","haricots","harigalds","harigals","harijan","harijans","harim","harims","haring","hariolate","hariolated","hariolates","hariolating","hariolation","hariolations","harira","hariras","harish","harissa","harissas","hark","harked","harken","harkened","harkener","harkeners","harkening","harkens","harking","harks","harl","harled","harlequin","harlequinade","harlequinades","harlequined","harlequining","harlequins","harling","harlings","harlot","harlotries","harlotry","harlots","harls","harm","harmala","harmalas","harmalin","harmaline","harmalines","harmalins","harman","harmans","harmattan","harmattans","harmdoing","harmdoings","harmed","harmel","harmels","harmer","harmers","harmful","harmfully","harmfulness","harmfulnesses","harmin","harmine","harmines","harming","harmins","harmless","harmlessly","harmlessness","harmlessnesses","harmolodic","harmolodics","harmonic","harmonica","harmonical","harmonically","harmonicas","harmonichord","harmonichords","harmonicist","harmonicists","harmonicon","harmonicons","harmonics","harmonies","harmonious","harmoniously","harmoniousness","harmoniousnesses","harmoniphon","harmoniphone","harmoniphones","harmoniphons","harmonisable","harmonisation","harmonisations","harmonise","harmonised","harmoniser","harmonisers","harmonises","harmonising","harmonist","harmonistic","harmonistically","harmonists","harmonium","harmoniumist","harmoniumists","harmoniums","harmonizable","harmonization","harmonizations","harmonize","harmonized","harmonizer","harmonizers","harmonizes","harmonizing","harmonogram","harmonograms","harmonograph","harmonographs","harmonometer","harmonometers","harmony","harmost","harmosties","harmosts","harmosty","harmotome","harmotomes","harms","harn","harness","harnessed","harnesser","harnessers","harnesses","harnessing","harnessless","harns","haro","haros","haroset","haroseth","haroseths","harosets","harp","harped","harper","harpers","harpies","harpin","harping","harpings","harpins","harpist","harpists","harpoon","harpooned","harpooneer","harpooneers","harpooner","harpooners","harpooning","harpoons","harps","harpsichord","harpsichordist","harpsichordists","harpsichords","harpy","harpylike","harquebus","harquebuse","harquebuses","harquebusier","harquebusiers","harquebuss","harquebusses","harridan","harridans","harried","harrier","harriers","harries","harrow","harrowed","harrower","harrowers","harrowing","harrowingly","harrowings","harrowment","harrowments","harrows","harrumph","harrumphed","harrumphing","harrumphs","harry","harrying","harsh","harshed","harshen","harshened","harshening","harshens","harsher","harshes","harshest","harshing","harshly","harshness","harshnesses","harslet","harslets","hart","hartal","hartals","hartbees","hartbeeses","hartbeest","hartbeests","hartebeest","hartebeests","hartely","harten","hartened","hartening","hartens","hartlesse","harts","hartshorn","hartshorns","harumph","harumphed","harumphing","harumphs","haruspex","haruspical","haruspicate","haruspicated","haruspicates","haruspicating","haruspication","haruspications","haruspices","haruspicies","haruspicy","harvest","harvestable","harvested","harvester","harvesters","harvesting","harvestings","harvestless","harvestman","harvestmen","harvests","harvesttime","harvesttimes","has","hasbian","hasbians","hasenpfeffer","hasenpfeffers","hash","hashed","hasheesh","hasheeshes","hashes","hashhead","hashheads","hashier","hashiest","hashing","hashings","hashish","hashishes","hashmark","hashmarks","hashtag","hashtagged","hashtagging","hashtags","hashy","hask","hasks","haslet","haslets","hasp","hasped","hasping","hasps","hass","hassar","hassars","hassel","hassels","hasses","hassium","hassiums","hassle","hassled","hassles","hassling","hassock","hassocks","hassocky","hast","hasta","hastate","hastated","hastately","haste","hasted","hasteful","hastefully","hasten","hastened","hastener","hasteners","hastening","hastens","hastes","hastier","hastiest","hastily","hastiness","hastinesses","hasting","hastings","hasty","hat","hatable","hatband","hatbands","hatbox","hatboxes","hatbrush","hatbrushes","hatch","hatchabilities","hatchability","hatchable","hatchback","hatchbacks","hatcheck","hatchecks","hatched","hatchel","hatcheled","hatcheling","hatchelled","hatcheller","hatchellers","hatchelling","hatchels","hatcher","hatcheries","hatchers","hatchery","hatches","hatchet","hatchets","hatchettite","hatchettites","hatchety","hatching","hatchings","hatchling","hatchlings","hatchment","hatchments","hatchway","hatchways","hate","hateable","hated","hateful","hatefully","hatefulness","hatefulnesses","hateless","hatelessness","hatelessnesses","hatemonger","hatemongers","hater","haterent","haterents","haters","hates","hateworthy","hatful","hatfuls","hatguard","hatguards","hath","hatha","hating","hatless","hatlessness","hatlessnesses","hatlike","hatmaker","hatmakers","hatpeg","hatpegs","hatpin","hatpins","hatrack","hatracks","hatred","hatreds","hats","hatsful","hatstand","hatstands","hatted","hatter","hattered","hatteria","hatterias","hattering","hatters","hatting","hattings","hattock","hattocks","haubergeon","haubergeons","hauberk","hauberks","haubois","haud","hauding","hauds","hauf","haufs","haugh","haughs","haught","haughtier","haughtiest","haughtily","haughtiness","haughtinesses","haughty","haul","haulage","haulages","hauld","haulds","hauled","hauler","haulers","haulier","hauliers","hauling","haulm","haulmier","haulmiest","haulms","haulmy","hauls","haulst","hault","haulyard","haulyards","haunch","haunched","haunches","haunching","haunt","haunted","haunter","haunters","haunting","hauntingly","hauntings","haunts","hauriant","haurient","hause","haused","hausen","hausens","hauses","hausfrau","hausfrauen","hausfraus","hausing","haussmannise","haussmannised","haussmannises","haussmannising","haussmannize","haussmannized","haussmannizes","haussmannizing","haustella","haustellate","haustellum","haustoria","haustorial","haustorium","haut","hautbois","hautboy","hautboys","haute","hauteur","hauteurs","hauyne","hauynes","havarti","havartis","havdalah","havdalahs","havdoloh","havdolohs","have","havelock","havelocks","haven","havened","havening","havenless","havens","haveour","haveours","haver","havered","haverel","haverels","havering","haverings","havers","haversack","haversacks","haversine","haversines","haves","havildar","havildars","having","havings","havior","haviors","haviour","haviours","havoc","havocked","havocker","havockers","havocking","havocs","haw","hawala","hawalas","hawbuck","hawbucks","hawed","hawfinch","hawfinches","hawing","hawk","hawkbell","hawkbells","hawkbill","hawkbills","hawkbit","hawkbits","hawked","hawker","hawkers","hawkey","hawkeyed","hawkeys","hawkie","hawkies","hawking","hawkings","hawkish","hawkishly","hawkishness","hawkishnesses","hawkit","hawklike","hawkmoth","hawkmoths","hawknose","hawknoses","hawks","hawksbeard","hawksbeards","hawksbill","hawksbills","hawkshaw","hawkshaws","hawkweed","hawkweeds","hawm","hawmed","hawming","hawms","haws","hawse","hawsed","hawsehole","hawseholes","hawsepipe","hawsepipes","hawser","hawsers","hawses","hawsing","hawthorn","hawthorns","hawthorny","hay","hayband","haybands","haybox","hayboxes","haycock","haycocks","hayed","hayer","hayers","hayey","hayfield","hayfields","hayfork","hayforks","hayier","hayiest","haying","hayings","haylage","haylages","hayle","hayles","hayloft","haylofts","haymaker","haymakers","haymaking","haymakings","haymow","haymows","hayrack","hayracks","hayrake","hayrakes","hayrick","hayricks","hayride","hayrides","hays","hayseed","hayseeds","haysel","haysels","haystack","haystacks","hayward","haywards","haywire","haywires","hazan","hazanim","hazans","hazard","hazardable","hazarded","hazarder","hazarders","hazarding","hazardize","hazardizes","hazardous","hazardously","hazardousness","hazardousnesses","hazardries","hazardry","hazards","haze","hazed","hazel","hazelhen","hazelhens","hazelly","hazelnut","hazelnuts","hazels","hazer","hazers","hazes","hazier","haziest","hazily","haziness","hazinesses","hazing","hazings","hazmat","hazmats","hazy","hazzan","hazzanim","hazzans","he","head","headache","headaches","headachey","headachier","headachiest","headachy","headage","headages","headband","headbands","headbang","headbanged","headbanging","headbangings","headbangs","headboard","headboards","headborough","headboroughs","headcase","headcases","headchair","headchairs","headcheese","headcheeses","headcloth","headcloths","headcount","headcounts","headdress","headdresses","headed","headend","headends","header","headers","headfast","headfasts","headfirst","headfish","headfishes","headforemost","headframe","headframes","headfuck","headfucks","headful","headfuls","headgate","headgates","headgear","headgears","headguard","headguards","headhunt","headhunted","headhunter","headhunters","headhunting","headhuntings","headhunts","headier","headiest","headily","headiness","headinesses","heading","headings","headlamp","headlamps","headland","headlands","headlease","headleases","headless","headlessness","headlessnesses","headlight","headlights","headlike","headline","headlined","headliner","headliners","headlines","headlining","headlock","headlocks","headlong","headman","headmark","headmarks","headmaster","headmasterly","headmasters","headmastership","headmasterships","headmen","headmistress","headmistresses","headmistressy","headmost","headnote","headnotes","headpeace","headpeaces","headphone","headphones","headpiece","headpieces","headpin","headpins","headquarter","headquartered","headquartering","headquarters","headrace","headraces","headrail","headrails","headreach","headreached","headreaches","headreaching","headrest","headrests","headrig","headrigs","headring","headrings","headroom","headrooms","headrope","headropes","heads","headsail","headsails","headscarf","headscarves","headset","headsets","headshake","headshakes","headsheets","headship","headships","headshot","headshots","headshrinker","headshrinkers","headsman","headsmen","headspace","headspaces","headspring","headsprings","headsquare","headsquares","headstall","headstalls","headstand","headstands","headstay","headstays","headstick","headsticks","headstock","headstocks","headstone","headstones","headstream","headstreams","headstrong","headstrongly","headstrongness","headwaiter","headwaiters","headwall","headwalls","headward","headwards","headwater","headwaters","headway","headways","headwind","headwinds","headword","headwords","headwork","headworker","headworkers","headworks","heady","heal","healable","heald","healded","healding","healds","healed","healee","healees","healer","healers","healing","healingly","healings","heals","healsome","health","healthcare","healthcares","healthful","healthfully","healthfulness","healthfulnesses","healthier","healthiest","healthily","healthiness","healthinesses","healthism","healthisms","healthless","healthlessness","healths","healthsome","healthy","heame","heap","heaped","heaper","heapers","heapier","heapiest","heaping","heaps","heapstead","heapsteads","heapy","hear","hearable","heard","heards","heare","hearer","hearers","heares","hearie","hearing","hearings","hearken","hearkened","hearkener","hearkeners","hearkening","hearkens","hears","hearsay","hearsays","hearse","hearsed","hearses","hearsier","hearsiest","hearsing","hearsy","heart","heartache","heartaches","heartbeat","heartbeats","heartbreak","heartbreaker","heartbreakers","heartbreaking","heartbreakingly","heartbreaks","heartbroke","heartbroken","heartbrokenly","heartbrokenness","heartburn","heartburning","heartburnings","heartburns","hearted","hearten","heartened","heartener","hearteners","heartening","hearteningly","heartens","heartfelt","heartfree","hearth","hearthrug","hearthrugs","hearths","hearthstone","hearthstones","heartier","hearties","heartiest","heartikin","heartikins","heartily","heartiness","heartinesses","hearting","heartland","heartlands","heartless","heartlessly","heartlessness","heartlessnesses","heartlet","heartlets","heartling","heartlings","heartly","heartpea","heartpeas","heartrending","heartrendingly","hearts","heartsease","heartseases","heartseed","heartseeds","heartsick","heartsickness","heartsicknesses","heartsink","heartsinks","heartsome","heartsomely","heartsomeness","heartsomenesses","heartsore","heartstring","heartstrings","heartthrob","heartthrobs","heartwarming","heartwater","heartwaters","heartwood","heartwoods","heartworm","heartworms","hearty","heast","heaste","heastes","heasts","heat","heatable","heated","heatedly","heatedness","heatednesses","heater","heaters","heath","heathberries","heathberry","heathbird","heathbirds","heathcock","heathcocks","heathen","heathendom","heathendoms","heathenesse","heathenesses","heathenise","heathenised","heathenises","heathenish","heathenishly","heathenishness","heathenising","heathenism","heathenisms","heathenize","heathenized","heathenizes","heathenizing","heathenness","heathennesses","heathenries","heathenry","heathens","heather","heathered","heatherier","heatheriest","heathers","heathery","heathfowl","heathfowls","heathier","heathiest","heathland","heathlands","heathless","heathlike","heaths","heathy","heating","heatings","heatless","heatproof","heats","heatspot","heatspots","heatstroke","heatstrokes","heatwave","heatwaves","heaume","heaumes","heave","heaved","heaven","heavenlier","heavenliest","heavenliness","heavenlinesses","heavenly","heavens","heavenward","heavenwards","heaver","heavers","heaves","heavier","heavies","heaviest","heavily","heaviness","heavinesses","heaving","heavings","heavy","heavyhearted","heavyheartedly","heavyheartedness","heavyheartednesses","heavyset","heavyweight","heavyweights","hebdomad","hebdomadal","hebdomadally","hebdomadar","hebdomadaries","hebdomadars","hebdomadary","hebdomader","hebdomaders","hebdomads","hebe","heben","hebenon","hebenons","hebens","hebephrenia","hebephreniac","hebephreniacs","hebephrenias","hebephrenic","hebephrenics","hebes","hebetant","hebetate","hebetated","hebetates","hebetating","hebetation","hebetations","hebetative","hebetic","hebetude","hebetudes","hebetudinosity","hebetudinous","hebona","hebonas","hebraisation","hebraisations","hebraise","hebraised","hebraises","hebraising","hebraization","hebraizations","hebraize","hebraized","hebraizes","hebraizing","hecatomb","hecatombs","hech","hecht","hechting","hechts","heck","heckelphone","heckelphones","heckle","heckled","heckler","hecklers","heckles","heckling","hecklings","hecks","hecogenin","hecogenins","hectare","hectares","hectic","hectical","hectically","hecticly","hectics","hectocotyli","hectocotylus","hectogram","hectogramme","hectogrammes","hectograms","hectograph","hectographed","hectographic","hectographies","hectographing","hectographs","hectography","hectoliter","hectoliters","hectolitre","hectolitres","hectometer","hectometers","hectometre","hectometres","hector","hectored","hectorer","hectorers","hectoring","hectoringly","hectorings","hectorism","hectorisms","hectorly","hectors","hectorship","hectorships","hectostere","hectosteres","heddle","heddled","heddles","heddling","heder","hedera","hederal","hederas","hederated","heders","hedge","hedgebill","hedgebills","hedged","hedgehog","hedgehogs","hedgehop","hedgehopped","hedgehopper","hedgehoppers","hedgehopping","hedgehoppings","hedgehops","hedgepig","hedgepigs","hedger","hedgerow","hedgerows","hedgers","hedges","hedgier","hedgiest","hedging","hedgingly","hedgings","hedgy","hedonic","hedonically","hedonics","hedonism","hedonisms","hedonist","hedonistic","hedonistically","hedonists","hedyphane","hedyphanes","heed","heeded","heeder","heeders","heedful","heedfully","heedfulness","heedfulnesses","heediness","heedinesses","heeding","heedless","heedlessly","heedlessness","heedlessnesses","heeds","heedy","heehaw","heehawed","heehawing","heehaws","heel","heelball","heelballs","heelbar","heelbars","heeled","heeler","heelers","heeling","heelings","heelless","heelpiece","heelpieces","heelplate","heelplates","heelpost","heelposts","heels","heeltap","heeltaps","heeze","heezed","heezes","heezie","heezies","heezing","heft","hefte","hefted","hefter","hefters","heftier","heftiest","heftily","heftiness","heftinesses","hefting","hefts","hefty","hegari","hegaris","hegemon","hegemonial","hegemonic","hegemonical","hegemonies","hegemonism","hegemonisms","hegemonist","hegemonists","hegemons","hegemony","hegira","hegiras","hegumen","hegumene","hegumenes","hegumenies","hegumenoi","hegumenos","hegumenoses","hegumens","hegumeny","heh","hehs","heid","heids","heifer","heifers","heigh","height","heighten","heightened","heightener","heighteners","heightening","heightens","heighth","heighths","heightism","heightisms","heights","heil","heiled","heiling","heils","heimish","heinie","heinies","heinous","heinously","heinousness","heinousnesses","heir","heirdom","heirdoms","heired","heiress","heiresses","heiring","heirless","heirloom","heirlooms","heirs","heirship","heirships","heishi","heist","heisted","heister","heisters","heisting","heists","heitiki","heitikis","hejab","hejabs","hejira","hejiras","hejra","hejras","heketara","heketaras","hektare","hektares","hektogram","hektograms","helcoid","held","heldentenor","heldentenors","hele","heled","helenium","heleniums","heles","heliac","heliacal","heliacally","helianthemum","helianthemums","helianthus","helianthuses","heliast","heliasts","heliborne","helibus","helibuses","helibusses","helical","helically","helicase","helicases","helices","helichrysum","helichrysums","helicities","helicity","helicline","heliclines","helicograph","helicographs","helicoid","helicoidal","helicoidally","helicoids","helicon","heliconia","heliconias","helicons","helicopt","helicopted","helicopter","helicoptered","helicoptering","helicopters","helicopting","helicopts","helictite","helictites","helideck","helidecks","helidrome","helidromes","helilift","helilifted","helilifting","helilifts","heliman","helimen","heling","helio","heliocentric","heliocentricism","heliocentricity","heliochrome","heliochromes","heliochromic","heliochromies","heliochromy","heliodor","heliodors","heliogram","heliograms","heliograph","heliographed","heliographer","heliographers","heliographic","heliographical","heliographies","heliographing","heliographs","heliography","heliogravure","heliogravures","heliolater","heliolaters","heliolatries","heliolatrous","heliolatry","heliolithic","heliologies","heliology","heliometer","heliometers","heliometric","heliometrical","heliometrically","heliometries","heliometry","heliopause","heliopauses","heliophilous","heliophobic","heliophyte","heliophytes","helios","heliosciophyte","heliosciophytes","helioscope","helioscopes","helioscopic","helioses","heliosis","heliosphere","heliospheres","heliostat","heliostatic","heliostats","heliotactic","heliotaxes","heliotaxis","heliotherapies","heliotherapy","heliotrope","heliotropes","heliotropic","heliotropical","heliotropically","heliotropies","heliotropin","heliotropins","heliotropism","heliotropisms","heliotropy","heliotype","heliotyped","heliotypes","heliotypic","heliotypies","heliotyping","heliotypy","heliozoan","heliozoans","heliozoic","helipad","helipads","helipilot","helipilots","heliport","heliports","helispheric","helispherical","helistop","helistops","helium","heliums","helix","helixes","hell","hellacious","hellaciously","hellbender","hellbenders","hellbent","hellbox","hellboxes","hellbroth","hellbroths","hellcat","hellcats","helldiver","helldivers","hellebore","hellebores","helleborine","helleborines","helled","hellenisation","hellenisations","hellenise","hellenised","hellenises","hellenising","hellenization","hellenizations","hellenize","hellenized","hellenizes","hellenizing","heller","helleri","helleries","helleris","hellers","hellery","hellfire","hellfires","hellgramite","hellgramites","hellgrammite","hellgrammites","hellhole","hellholes","hellhound","hellhounds","hellicat","hellicats","hellier","helliers","helling","hellion","hellions","hellish","hellishly","hellishness","hellishnesses","hellkite","hellkites","hello","helloed","helloes","helloing","hellos","hellova","hells","helluva","hellward","hellwards","helm","helmed","helmer","helmers","helmet","helmeted","helmeting","helmetlike","helmets","helming","helminth","helminthiases","helminthiasis","helminthic","helminthics","helminthoid","helminthologic","helminthologies","helminthologist","helminthology","helminthous","helminths","helmless","helms","helmsman","helmsmanship","helmsmanships","helmsmen","helo","helophyte","helophytes","helos","helot","helotage","helotages","helotism","helotisms","helotries","helotry","helots","help","helpable","helpdesk","helpdesks","helped","helper","helpers","helpful","helpfully","helpfulness","helpfulnesses","helping","helpings","helpless","helplessly","helplessness","helplessnesses","helpline","helplines","helpmate","helpmates","helpmeet","helpmeets","helps","helve","helved","helves","helvetium","helvetiums","helving","hem","hemachrome","hemachromes","hemacytometer","hemacytometers","hemagglutinate","hemagglutinated","hemagglutinates","hemagglutinating","hemagglutination","hemagglutinations","hemagglutinin","hemagglutinins","hemagog","hemagogs","hemagogue","hemagogues","hemal","hemangioma","hemangiomas","hemangiomata","hematal","hematein","hemateins","hematemeses","hematemesis","hematic","hematics","hematin","hematine","hematines","hematinic","hematinics","hematins","hematite","hematites","hematitic","hematoblast","hematoblastic","hematoblasts","hematocele","hematoceles","hematocrit","hematocrits","hematocryal","hematogeneses","hematogenesis","hematogenetic","hematogenic","hematogenous","hematoid","hematologic","hematological","hematologies","hematologist","hematologists","hematology","hematolyses","hematolysis","hematoma","hematomas","hematomata","hematophagous","hematopoieses","hematopoiesis","hematopoietic","hematoporphyrin","hematoporphyrins","hematoses","hematosis","hematothermal","hematoxylin","hematoxylins","hematozoa","hematozoon","hematuria","hematurias","hematuric","heme","hemelytra","hemelytral","hemelytron","hemelytrum","hemeralopia","hemeralopias","hemeralopic","hemerocallis","hemerocallises","hemerythrin","hemerythrins","hemes","hemiacetal","hemiacetals","hemialgia","hemialgias","hemianopia","hemianopias","hemianopsia","hemianopsias","hemianoptic","hemic","hemicellulose","hemicelluloses","hemichordate","hemichordates","hemicrania","hemicranias","hemicryptophyte","hemicrystalline","hemicycle","hemicycles","hemicyclic","hemidemisemiquaver","hemidemisemiquavers","hemielytra","hemielytral","hemielytron","hemihedral","hemihedries","hemihedrism","hemihedrisms","hemihedron","hemihedrons","hemihedry","hemihydrate","hemihydrated","hemihydrates","hemimetabolous","hemimorphic","hemimorphies","hemimorphism","hemimorphisms","hemimorphite","hemimorphites","hemimorphy","hemin","hemina","heminas","hemins","hemiola","hemiolas","hemiolia","hemiolias","hemiolic","hemione","hemiones","hemionus","hemionuses","hemiopia","hemiopias","hemiopic","hemiopsia","hemiopsias","hemiparasite","hemiparasites","hemiparasitic","hemiplegia","hemiplegias","hemiplegic","hemiplegics","hemipod","hemipode","hemipodes","hemipods","hemipter","hemipteral","hemipteran","hemipterans","hemipteron","hemipterons","hemipterous","hemipters","hemispace","hemispaces","hemisphere","hemispheres","hemispheric","hemispherical","hemispheroid","hemispheroidal","hemispheroids","hemistich","hemistichal","hemistichs","hemiterpene","hemiterpenes","hemitropal","hemitrope","hemitropes","hemitropic","hemitropies","hemitropism","hemitropisms","hemitropous","hemitropy","hemizygous","hemline","hemlines","hemlock","hemlocks","hemmed","hemmer","hemmers","hemming","hemochromatoses","hemochromatosis","hemochromatosises","hemochrome","hemochromes","hemocoel","hemocoels","hemocyanin","hemocyanins","hemocyte","hemocytes","hemocytometer","hemocytometers","hemodialyses","hemodialysis","hemodilution","hemodilutions","hemodynamic","hemodynamically","hemodynamics","hemoflagellate","hemoflagellates","hemoglobin","hemoglobinopathies","hemoglobinopathy","hemoglobins","hemoglobinuria","hemoglobinurias","hemoglobinuric","hemoid","hemolymph","hemolymphs","hemolyse","hemolysed","hemolyses","hemolysin","hemolysing","hemolysins","hemolysis","hemolytic","hemolyze","hemolyzed","hemolyzes","hemolyzing","hemophile","hemophiles","hemophilia","hemophiliac","hemophiliacs","hemophilias","hemophilic","hemophilics","hemophilioid","hemopoieses","hemopoiesis","hemopoietic","hemoprotein","hemoproteins","hemoptyses","hemoptysis","hemorrhage","hemorrhaged","hemorrhages","hemorrhagic","hemorrhaging","hemorrhoid","hemorrhoidal","hemorrhoidals","hemorrhoids","hemosiderin","hemosiderins","hemostases","hemostasia","hemostasias","hemostasis","hemostat","hemostatic","hemostatics","hemostats","hemotoxic","hemotoxin","hemotoxins","hemp","hempen","hempie","hempier","hempies","hempiest","hemplike","hemps","hempseed","hempseeds","hempweed","hempweeds","hempy","hems","hemstitch","hemstitched","hemstitcher","hemstitchers","hemstitches","hemstitching","hen","henbane","henbanes","henbit","henbits","hence","henceforth","henceforward","henceforwards","henchman","henchmen","henchperson","henchpersons","henchwoman","henchwomen","hencoop","hencoops","hend","hendecagon","hendecagonal","hendecagons","hendecahedra","hendecahedron","hendecahedrons","hendecasyllabic","hendecasyllabics","hendecasyllable","hendecasyllables","hended","hendiadys","hendiadyses","hending","hends","henequen","henequens","henequin","henequins","henge","henges","henhouse","henhouses","heniquen","heniquens","heniquin","heniquins","henley","henleys","henlike","henna","hennaed","hennaing","hennas","henned","henner","henneries","henners","hennery","hennier","hennies","henniest","hennin","henning","hennins","hennish","hennishly","henny","henotheism","henotheisms","henotheist","henotheistic","henotheists","henotic","henpeck","henpecked","henpeckeries","henpeckery","henpecking","henpecks","henries","henry","henrys","hens","hent","hented","henting","hents","heortological","heortologies","heortologist","heortologists","heortology","hep","hepar","heparin","heparinised","heparinized","heparinoid","heparins","hepars","hepatectomies","hepatectomised","hepatectomized","hepatectomy","hepatic","hepatica","hepaticae","hepatical","hepaticas","hepaticological","hepaticologies","hepaticologist","hepaticologists","hepaticology","hepatics","hepatisation","hepatisations","hepatise","hepatised","hepatises","hepatising","hepatite","hepatites","hepatitides","hepatitis","hepatitises","hepatization","hepatizations","hepatize","hepatized","hepatizes","hepatizing","hepatocellular","hepatocyte","hepatocytes","hepatogenous","hepatologies","hepatologist","hepatologists","hepatology","hepatoma","hepatomas","hepatomata","hepatomegalies","hepatomegaly","hepatopancreas","hepatopancreases","hepatoscopies","hepatoscopy","hepatotoxic","hepatotoxicities","hepatotoxicity","hepcat","hepcats","hephthemimer","hephthemimeral","hephthemimers","hepper","heppest","heps","hepster","hepsters","hept","heptachlor","heptachlors","heptachord","heptachords","heptad","heptadecanoic","heptads","heptagon","heptagonal","heptagons","heptagynous","heptahedra","heptahedral","heptahedron","heptahedrons","heptamerous","heptameter","heptameters","heptametrical","heptandrous","heptane","heptanes","heptangular","heptapodic","heptapodies","heptapody","heptarch","heptarchal","heptarchic","heptarchies","heptarchist","heptarchists","heptarchs","heptarchy","heptastich","heptastichs","heptasyllabic","heptathlete","heptathletes","heptathlon","heptathlons","heptatonic","heptavalent","heptose","heptoses","her","herald","heralded","heraldic","heraldically","heralding","heraldist","heraldists","heraldries","heraldry","heralds","heraldship","heraldships","herb","herbaceous","herbaceously","herbage","herbaged","herbages","herbal","herbalism","herbalisms","herbalist","herbalists","herbals","herbar","herbaria","herbarial","herbarian","herbarians","herbaries","herbarium","herbariums","herbars","herbary","herbed","herbelet","herbelets","herbicidal","herbicidally","herbicide","herbicides","herbier","herbiest","herbist","herbists","herbivora","herbivore","herbivores","herbivories","herbivorous","herbivorously","herbivorousness","herbivory","herbless","herblet","herblets","herblike","herbologies","herbology","herborisation","herborisations","herborise","herborised","herborises","herborising","herborist","herborists","herborization","herborizations","herborize","herborized","herborizes","herborizing","herbose","herbous","herbs","herby","hercogamies","hercogamous","hercogamy","herculean","hercules","herculeses","hercynite","hercynites","herd","herdboy","herdboys","herded","herden","herdens","herder","herders","herdess","herdesses","herdic","herdics","herding","herdlike","herdman","herdmen","herds","herdsman","herdsmen","herdwick","herdwicks","here","hereabout","hereabouts","hereafter","hereafters","hereat","hereaway","hereaways","hereby","heredes","hereditability","hereditable","hereditably","hereditament","hereditaments","hereditarian","hereditarianism","hereditarianist","hereditarians","hereditarily","hereditariness","hereditary","heredities","hereditist","hereditists","heredity","herefrom","herein","hereinabove","hereinafter","hereinbefore","hereinbelow","hereinto","hereness","herenesses","hereof","hereon","heres","heresiarch","heresiarchs","heresies","heresiographer","heresiographers","heresiographies","heresiography","heresiologies","heresiologist","heresiologists","heresiology","heresthetic","heresthetical","heresthetician","herestheticians","heresthetics","heresy","heretic","heretical","heretically","hereticate","hereticated","hereticates","hereticating","heretics","hereto","heretofore","heretofores","heretrices","heretrix","heretrixes","hereunder","hereunto","hereupon","herewith","heried","heries","heriot","heriotable","heriots","herisse","herisson","herissons","heritabilities","heritability","heritable","heritably","heritage","heritages","heritor","heritors","heritress","heritresses","heritrices","heritrix","heritrixes","herkogamies","herkogamy","herl","herling","herlings","herls","herm","herma","hermae","hermaean","hermai","hermandad","hermandads","hermaphrodite","hermaphrodites","hermaphroditic","hermaphroditism","hermaphroditisms","hermatypic","hermeneutic","hermeneutical","hermeneutically","hermeneutics","hermeneutist","hermeneutists","hermetic","hermetical","hermetically","hermeticism","hermeticisms","hermeticities","hermeticity","hermetics","hermetism","hermetisms","hermetist","hermetists","hermit","hermitage","hermitages","hermitess","hermitesses","hermitic","hermitical","hermitically","hermitism","hermitisms","hermitries","hermitry","hermits","herms","hern","hernia","herniae","hernial","hernias","herniate","herniated","herniates","herniating","herniation","herniations","herniorrhaphies","herniorrhaphy","herniotomies","herniotomy","herns","hernshaw","hernshaws","hero","heroes","heroic","heroical","heroically","heroicalness","heroicalnesses","heroicise","heroicised","heroicises","heroicising","heroicize","heroicized","heroicizes","heroicizing","heroicly","heroicness","heroicnesses","heroicomic","heroicomical","heroics","heroin","heroine","heroines","heroinism","heroinisms","heroins","heroise","heroised","heroises","heroising","heroism","heroisms","heroize","heroized","heroizes","heroizing","heron","heronries","heronry","herons","heronsew","heronsews","heronshaw","heronshaws","heroon","heroons","heros","heroship","heroships","herpes","herpeses","herpesvirus","herpesviruses","herpetic","herpetics","herpetofauna","herpetofaunae","herpetofaunas","herpetoid","herpetologic","herpetological","herpetologies","herpetologist","herpetologists","herpetology","herptile","herrenvolk","herrenvolks","herried","herries","herriment","herriments","herring","herringbone","herringboned","herringbones","herringboning","herringer","herringers","herrings","herry","herrying","herryment","herryments","hers","hersall","hersalls","herse","hersed","herself","herses","hership","herships","herstories","herstory","hertz","hertzes","hery","herye","heryed","heryes","herying","hes","hesitance","hesitances","hesitancies","hesitancy","hesitant","hesitantly","hesitate","hesitated","hesitater","hesitaters","hesitates","hesitating","hesitatingly","hesitation","hesitations","hesitative","hesitator","hesitators","hesitatory","hesp","hesped","hesperid","hesperidia","hesperidin","hesperidins","hesperidium","hesperidiums","hesperids","hesping","hesps","hessian","hessians","hessite","hessites","hessonite","hessonites","hest","hesternal","hests","het","hetaera","hetaerae","hetaeras","hetaeric","hetaerism","hetaerismic","hetaerisms","hetaerist","hetaeristic","hetaerists","hetaira","hetairai","hetairas","hetairia","hetairias","hetairic","hetairism","hetairismic","hetairisms","hetairist","hetairistic","hetairists","hete","heterarchies","heterarchy","heterauxeses","heterauxesis","hetero","heteroatom","heteroatoms","heteroauxin","heteroauxins","heteroblastic","heteroblasties","heteroblasty","heterocarpous","heterocercal","heterocercality","heterocercies","heterocercy","heterochromatic","heterochromatin","heterochromatins","heterochromous","heterochronic","heterochronies","heterochronism","heterochronisms","heterochronous","heterochrony","heteroclite","heteroclites","heteroclitic","heteroclitous","heterocont","heteroconts","heterocycle","heterocycles","heterocyclic","heterocyclics","heterocyst","heterocystous","heterocysts","heterodactyl","heterodactylous","heterodactyls","heterodont","heterodox","heterodoxies","heterodoxy","heteroduplex","heteroduplexes","heterodyne","heterodyned","heterodynes","heterodyning","heteroecious","heteroecism","heteroecisms","heteroflexible","heteroflexibles","heterogamete","heterogametes","heterogametic","heterogameties","heterogamety","heterogamies","heterogamous","heterogamy","heterogeneities","heterogeneity","heterogeneous","heterogeneously","heterogeneousness","heterogeneousnesses","heterogeneses","heterogenesis","heterogenetic","heterogenic","heterogenies","heterogenous","heterogeny","heterogonic","heterogonies","heterogonous","heterogonously","heterogony","heterograft","heterografts","heterographic","heterographical","heterographies","heterography","heterogynous","heterokaryon","heterokaryons","heterokaryoses","heterokaryosis","heterokaryosises","heterokaryotic","heterokont","heterokontan","heterokonts","heterolecithal","heterologies","heterologous","heterologously","heterology","heterolyses","heterolysis","heterolytic","heteromerous","heteromorphic","heteromorphies","heteromorphism","heteromorphisms","heteromorphous","heteromorphy","heteronomies","heteronomous","heteronomously","heteronomy","heteronym","heteronymous","heteronymously","heteronyms","heteroousian","heteroousians","heterophil","heterophile","heterophonies","heterophony","heterophyllies","heterophyllous","heterophylly","heteroplasia","heteroplasias","heteroplastic","heteroplasties","heteroplasty","heteroploid","heteroploidies","heteroploids","heteroploidy","heteropod","heteropods","heteropolar","heteropolarity","heteropteran","heteropterans","heteropterous","heteros","heteroscedastic","heteroscian","heteroscians","heteroses","heterosexism","heterosexisms","heterosexist","heterosexists","heterosexual","heterosexualities","heterosexuality","heterosexually","heterosexuals","heterosis","heterosocial","heterosociality","heterosomatous","heterospecific","heterospories","heterosporous","heterospory","heterostrophic","heterostrophies","heterostrophy","heterostyled","heterostylies","heterostylism","heterostylisms","heterostylous","heterostyly","heterotactic","heterotactous","heterotaxes","heterotaxia","heterotaxias","heterotaxic","heterotaxies","heterotaxis","heterotaxy","heterothallic","heterothallies","heterothallism","heterothallisms","heterothally","heterothermal","heterotic","heterotopia","heterotopias","heterotopic","heterotopies","heterotopous","heterotopy","heterotroph","heterotrophic","heterotrophically","heterotrophies","heterotrophs","heterotrophy","heterotypic","heterotypical","heterousian","heterousians","heterozygoses","heterozygosis","heterozygosities","heterozygosity","heterozygote","heterozygotes","heterozygous","hetes","heth","hether","hetherward","heths","heting","hetman","hetmanate","hetmanates","hetmans","hetmanship","hetmanships","hets","hettie","hetties","heuch","heuchera","heucheras","heuchs","heugh","heughs","heulandite","heulandites","heureka","heurekas","heuretic","heuretics","heurism","heurisms","heuristic","heuristically","heuristics","hevea","heveas","hew","hewable","hewed","hewer","hewers","hewgh","hewing","hewings","hewn","hews","hex","hexachlorethane","hexachlorethanes","hexachloride","hexachlorides","hexachloroethane","hexachloroethanes","hexachlorophane","hexachlorophene","hexachlorophenes","hexachord","hexachords","hexacosanoic","hexact","hexactinal","hexactinellid","hexactinellids","hexacts","hexad","hexadactylic","hexadactylous","hexade","hexadecane","hexadecanes","hexadecanoic","hexadecimal","hexadecimals","hexades","hexadic","hexads","hexaemeric","hexaemeron","hexaemerons","hexafluoride","hexafluorides","hexafoil","hexafoils","hexagon","hexagonal","hexagonally","hexagons","hexagram","hexagrammoid","hexagrammoids","hexagrams","hexagynian","hexagynous","hexahedra","hexahedral","hexahedron","hexahedrons","hexahemeric","hexahemeron","hexahemerons","hexahydrate","hexahydrated","hexahydrates","hexameral","hexamerism","hexamerisms","hexamerous","hexameter","hexameters","hexamethonium","hexamethoniums","hexamethylenetetramine","hexamethylenetetramines","hexametral","hexametric","hexametrical","hexametrise","hexametrised","hexametrises","hexametrising","hexametrist","hexametrists","hexametrize","hexametrized","hexametrizes","hexametrizing","hexamine","hexamines","hexandrian","hexandrous","hexane","hexanes","hexangular","hexanoic","hexapla","hexaplar","hexaplarian","hexaplaric","hexaplas","hexaploid","hexaploidies","hexaploids","hexaploidy","hexapod","hexapodal","hexapodic","hexapodies","hexapods","hexapody","hexarch","hexarchies","hexarchy","hexastich","hexastichal","hexastichic","hexastichon","hexastichons","hexastichs","hexastyle","hexastyles","hexateuchal","hexavalent","hexed","hexene","hexenes","hexer","hexerei","hexereis","hexers","hexes","hexing","hexings","hexobarbital","hexobarbitals","hexokinase","hexokinases","hexone","hexones","hexosaminidase","hexosaminidases","hexosan","hexosans","hexose","hexoses","hexyl","hexylene","hexylenes","hexylic","hexylresorcinol","hexylresorcinols","hexyls","hey","heyday","heydays","heydey","heydeys","heyduck","heyducks","heyed","heying","heys","hi","hiant","hiatal","hiatus","hiatuses","hibachi","hibachis","hibakusha","hibakushas","hibernacle","hibernacles","hibernacula","hibernaculum","hibernal","hibernate","hibernated","hibernates","hibernating","hibernation","hibernations","hibernator","hibernators","hibernicise","hibernicised","hibernicises","hibernicising","hibernicize","hibernicized","hibernicizes","hibernicizing","hibernisation","hibernisations","hibernise","hibernised","hibernises","hibernising","hibernization","hibernizations","hibernize","hibernized","hibernizes","hibernizing","hibiscus","hibiscuses","hic","hicatee","hicatees","hiccatee","hiccatees","hiccough","hiccoughed","hiccoughing","hiccoughs","hiccup","hiccuped","hiccuping","hiccupped","hiccupping","hiccups","hiccupy","hick","hickey","hickeys","hickie","hickies","hickish","hickories","hickory","hicks","hickwall","hickwalls","hickymal","hickymals","hid","hidable","hidage","hidages","hidalga","hidalgas","hidalgo","hidalgoish","hidalgoism","hidalgoisms","hidalgos","hidden","hiddenite","hiddenites","hiddenly","hiddenmost","hiddenness","hiddennesses","hidder","hidders","hide","hideaway","hideaways","hidebound","hided","hideless","hideosities","hideosity","hideous","hideously","hideousness","hideousnesses","hideout","hideouts","hider","hiders","hides","hiding","hidings","hidling","hidlings","hidlins","hidroses","hidrosis","hidrotic","hidrotics","hie","hied","hieing","hielaman","hielamans","hieland","hiemal","hiems","hieracium","hieraciums","hieracosphinges","hieracosphinx","hieracosphinxes","hierarch","hierarchal","hierarchic","hierarchical","hierarchically","hierarchies","hierarchise","hierarchised","hierarchises","hierarchising","hierarchism","hierarchisms","hierarchize","hierarchized","hierarchizes","hierarchizing","hierarchs","hierarchy","hieratic","hieratica","hieratical","hieratically","hieraticas","hieratics","hierocracies","hierocracy","hierocrat","hierocratic","hierocratical","hierocrats","hierodule","hierodules","hierodulic","hieroglyph","hieroglyphed","hieroglyphic","hieroglyphical","hieroglyphically","hieroglyphics","hieroglyphing","hieroglyphist","hieroglyphists","hieroglyphs","hierogram","hierogrammat","hierogrammate","hierogrammates","hierogrammatic","hierogrammatist","hierogrammats","hierograms","hierograph","hierographer","hierographers","hierographic","hierographical","hierographies","hierographs","hierography","hierolatries","hierolatry","hierologic","hierological","hierologies","hierologist","hierologists","hierology","hieromancies","hieromancy","hierophant","hierophantic","hierophants","hierophobia","hierophobias","hierophobic","hieroscopies","hieroscopy","hierurgical","hierurgies","hierurgy","hies","hifalutin","higgle","higgled","higgler","higglers","higgles","higgling","higglings","high","highball","highballed","highballing","highballs","highbinder","highbinders","highblooded","highborn","highboy","highboys","highbred","highbrow","highbrowed","highbrowism","highbrowisms","highbrows","highbush","highchair","highchairs","highed","higher","highered","highering","highermost","highers","highest","highfalutin","highfaluting","highfalutings","highfalutins","highflier","highfliers","highflyer","highflyers","highhanded","highhandedly","highhandedness","highhandednesses","highing","highish","highjack","highjacked","highjacker","highjackers","highjacking","highjackings","highjacks","highland","highlander","highlanders","highlands","highlife","highlifes","highlight","highlighted","highlighter","highlighters","highlighting","highlights","highly","highman","highmen","highmost","highness","highnesses","highrise","highrises","highroad","highroads","highs","highspot","highspots","hight","hightail","hightailed","hightailing","hightails","highted","highth","highths","highting","hightop","hightops","hights","highveld","highvelds","highway","highwayman","highwaymen","highways","highwrought","hijab","hijabs","hijack","hijacked","hijacker","hijackers","hijacking","hijackings","hijacks","hijinks","hijra","hijrah","hijrahs","hijras","hike","hiked","hiker","hikers","hikes","hiking","hikoi","hikoied","hikoiing","hikois","hila","hilar","hilarious","hilariously","hilariousness","hilariousnesses","hilarities","hilarity","hilch","hilched","hilches","hilching","hild","hilding","hildings","hili","hill","hillbillies","hillbilly","hillcrest","hillcrests","hilled","hiller","hillers","hillfolk","hillfort","hillforts","hillier","hilliest","hilliness","hillinesses","hilling","hillings","hillmen","hillo","hilloa","hilloaed","hilloaing","hilloas","hillock","hillocked","hillocks","hillocky","hilloed","hilloes","hilloing","hillos","hills","hillside","hillsides","hillslope","hillslopes","hilltop","hilltops","hillwalker","hillwalkers","hillwalking","hillwalkings","hilly","hilt","hilted","hilting","hiltless","hilts","hilum","hilus","him","himatia","himation","himations","himbo","himbos","hims","himself","hin","hinahina","hinahinas","hinau","hinaus","hind","hindberries","hindberry","hindbrain","hindbrains","hindcast","hindcasted","hindcasting","hindcasts","hinder","hinderance","hinderances","hindered","hinderer","hinderers","hindering","hinderingly","hinderings","hinderland","hinderlands","hinderlans","hinderlings","hinderlins","hindermost","hinders","hindfeet","hindfoot","hindforemost","hindgut","hindguts","hindhead","hindheads","hindleg","hindlegs","hindmost","hindquarter","hindquarters","hindrance","hindrances","hinds","hindshank","hindshanks","hindsight","hindsights","hindward","hindwing","hindwings","hing","hinge","hinged","hingeless","hingelike","hinger","hingers","hinges","hinging","hings","hinkier","hinkiest","hinky","hinnied","hinnies","hinny","hinnying","hins","hint","hinted","hinter","hinterland","hinterlands","hinters","hinting","hintingly","hintings","hints","hioi","hiois","hip","hipbone","hipbones","hiphugger","hipless","hiplike","hipline","hiplines","hiply","hipness","hipnesses","hipparch","hipparchs","hippeastrum","hippeastrums","hipped","hippen","hippens","hipper","hippest","hippiatric","hippiatrics","hippiatries","hippiatrist","hippiatrists","hippiatry","hippic","hippie","hippiedom","hippiedoms","hippieish","hippieness","hippienesses","hippier","hippies","hippiest","hippin","hippiness","hippinesses","hipping","hippings","hippins","hippish","hippo","hippocampal","hippocampi","hippocampus","hippocentaur","hippocentaurs","hippocras","hippocrases","hippocrepian","hippodame","hippodames","hippodamist","hippodamists","hippodamous","hippodrome","hippodromes","hippodromic","hippogriff","hippogriffs","hippogryph","hippogryphs","hippologies","hippologist","hippologists","hippology","hippomanes","hippophagies","hippophagist","hippophagists","hippophagous","hippophagy","hippophile","hippophiles","hippophobe","hippophobes","hippopotami","hippopotamian","hippopotamic","hippopotamus","hippopotamuses","hippos","hippuric","hippurite","hippurites","hippuritic","hippus","hippuses","hippy","hippydom","hippydoms","hips","hipshot","hipster","hipsterism","hipsterisms","hipsters","hipt","hirable","hiragana","hiraganas","hirage","hirages","hircine","hircocervus","hircocervuses","hircosities","hircosity","hire","hireable","hireage","hireages","hired","hiree","hirees","hireling","hirelings","hirer","hirers","hires","hiring","hirings","hirling","hirlings","hirple","hirpled","hirples","hirpling","hirrient","hirrients","hirsel","hirseled","hirseling","hirselled","hirselling","hirsels","hirsle","hirsled","hirsles","hirsling","hirstie","hirsute","hirsuteness","hirsutenesses","hirsutism","hirsutisms","hirudin","hirudinean","hirudineans","hirudinoid","hirudinous","hirudins","hirundine","his","hish","hished","hishes","hishing","hisn","hispanicise","hispanicised","hispanicises","hispanicising","hispanicism","hispanicisms","hispanicize","hispanicized","hispanicizes","hispanicizing","hispanidad","hispanidads","hispaniolise","hispaniolised","hispaniolises","hispaniolising","hispaniolize","hispaniolized","hispaniolizes","hispaniolizing","hispanism","hispanisms","hispid","hispidities","hispidity","hiss","hissed","hisself","hisser","hissers","hisses","hissier","hissies","hissiest","hissing","hissingly","hissings","hissy","hist","histamin","histaminase","histaminases","histamine","histaminergic","histamines","histaminic","histamins","histed","histidin","histidine","histidines","histidins","histie","histing","histiocyte","histiocytes","histiocytic","histioid","histiologies","histiology","histiophoroid","histoblast","histoblasts","histochemical","histochemically","histochemist","histochemistries","histochemistry","histochemists","histocompatibilities","histocompatibility","histocompatible","histogen","histogeneses","histogenesis","histogenetic","histogenic","histogenically","histogenies","histogens","histogeny","histogram","histograms","histoid","histologic","histological","histologically","histologies","histologist","histologists","histology","histolyses","histolysis","histolytic","histolytically","histone","histones","histopathologic","histopathological","histopathologically","histopathologies","histopathologist","histopathologists","histopathology","histophysiologic","histophysiological","histophysiologies","histophysiology","histoplasmoses","histoplasmosis","histoplasmosises","historian","historians","historiated","historic","historical","historically","historicalness","historicalnesses","historicise","historicised","historicises","historicising","historicism","historicisms","historicist","historicists","historicities","historicity","historicize","historicized","historicizes","historicizing","historied","histories","historiette","historiettes","historified","historifies","historify","historifying","historiographer","historiographers","historiographic","historiographical","historiographically","historiographies","historiography","historiologies","historiology","historism","historisms","history","historying","histrio","histrion","histrionic","histrionical","histrionically","histrionicism","histrionicisms","histrionics","histrionism","histrionisms","histrions","histrios","hists","hit","hitch","hitched","hitcher","hitchers","hitches","hitchhike","hitchhiked","hitchhiker","hitchhikers","hitchhikes","hitchhiking","hitchier","hitchiest","hitchily","hitching","hitchy","hithe","hither","hithered","hithering","hithermost","hithers","hitherside","hithersides","hitherto","hitherward","hitherwards","hithes","hitless","hitman","hitmen","hits","hittable","hitter","hitters","hitting","hive","hived","hiveless","hivelike","hiver","hivers","hives","hiveward","hivewards","hiving","hiya","hizen","hizens","hizz","hizzed","hizzes","hizzing","hizzoner","hizzoners","hm","hmm","ho","hoa","hoactzin","hoactzines","hoactzins","hoaed","hoagie","hoagies","hoagy","hoaing","hoar","hoard","hoarded","hoarder","hoarders","hoarding","hoardings","hoards","hoared","hoarfrost","hoarfrosts","hoarhead","hoarheads","hoarhound","hoarhounds","hoarier","hoariest","hoarily","hoariness","hoarinesses","hoaring","hoars","hoarse","hoarsely","hoarsen","hoarsened","hoarseness","hoarsenesses","hoarsening","hoarsens","hoarser","hoarsest","hoary","hoas","hoast","hoasted","hoasting","hoastman","hoastmen","hoasts","hoatching","hoatzin","hoatzines","hoatzins","hoax","hoaxed","hoaxer","hoaxers","hoaxes","hoaxing","hob","hobbed","hobber","hobbers","hobbies","hobbing","hobbish","hobbit","hobbitries","hobbitry","hobbits","hobble","hobblebush","hobblebushes","hobbled","hobbledehoy","hobbledehoydom","hobbledehoydoms","hobbledehoyhood","hobbledehoyish","hobbledehoyism","hobbledehoyisms","hobbledehoys","hobbler","hobblers","hobbles","hobbling","hobblingly","hobblings","hobby","hobbyhorse","hobbyhorsed","hobbyhorses","hobbyhorsing","hobbyism","hobbyisms","hobbyist","hobbyists","hobbyless","hobday","hobdayed","hobdaying","hobdays","hobgoblin","hobgoblinism","hobgoblinisms","hobgoblinries","hobgoblinry","hobgoblins","hobjob","hobjobbed","hobjobber","hobjobbers","hobjobbing","hobjobbings","hobjobs","hoblike","hobnail","hobnailed","hobnailing","hobnails","hobnob","hobnobbed","hobnobber","hobnobbers","hobnobbing","hobnobby","hobnobs","hobo","hobodom","hobodoms","hoboed","hoboes","hoboing","hoboism","hoboisms","hobos","hobs","hoc","hochmagandies","hochmagandy","hock","hocked","hocker","hockers","hockey","hockeys","hocking","hockle","hockled","hockles","hockling","hocks","hockshop","hockshops","hocus","hocused","hocuses","hocusing","hocussed","hocusses","hocussing","hod","hodad","hodaddies","hodaddy","hodads","hodded","hodden","hoddens","hoddin","hodding","hoddins","hoddle","hoddled","hoddles","hoddling","hodgepodge","hodgepodges","hodiernal","hodja","hodjas","hodman","hodmandod","hodmandods","hodmen","hodograph","hodographic","hodographs","hodometer","hodometers","hodometries","hodometry","hodoscope","hodoscopes","hods","hoe","hoecake","hoecakes","hoed","hoedown","hoedowns","hoeing","hoelike","hoer","hoers","hoes","hog","hogan","hogans","hogback","hogbacks","hogen","hogens","hogfish","hogfishes","hogg","hogged","hogger","hoggerel","hoggerels","hoggeries","hoggers","hoggery","hogget","hoggets","hoggin","hogging","hoggings","hoggins","hoggish","hoggishly","hoggishness","hoggishnesses","hoggs","hogh","hoghood","hoghoods","hoghs","hoglike","hogmanay","hogmanays","hogmane","hogmanes","hogmenay","hogmenays","hognose","hognosed","hognoses","hognut","hognuts","hogs","hogshead","hogsheads","hogtie","hogtied","hogtieing","hogties","hogtying","hogward","hogwards","hogwash","hogwashes","hogweed","hogweeds","hoh","hoha","hohed","hohing","hohs","hoi","hoick","hoicked","hoicking","hoicks","hoicksed","hoickses","hoicksing","hoiden","hoidened","hoidening","hoidenish","hoidenishness","hoidenishnesses","hoidens","hoik","hoiked","hoiking","hoiks","hoing","hoise","hoised","hoises","hoisin","hoising","hoisins","hoist","hoisted","hoister","hoisters","hoisting","hoistings","hoistman","hoistmen","hoists","hoistway","hoistways","hojatoleslam","hojatoleslams","hojatolislam","hojatolislams","hoka","hokas","hoke","hoked","hokes","hokey","hokeyness","hokeynesses","hokeypokey","hokeypokeys","hoki","hokier","hokiest","hokily","hokiness","hokinesses","hoking","hokis","hokku","hokonui","hokonuis","hokum","hokums","hokypokies","hokypoky","holandric","holarchies","holarchy","holard","holards","hold","holdable","holdall","holdalls","holdback","holdbacks","holddown","holddowns","holden","holder","holderbat","holderbats","holders","holdership","holderships","holdfast","holdfasts","holding","holdings","holdout","holdouts","holdover","holdovers","holds","holdup","holdups","hole","holed","holeless","holes","holesom","holesome","holey","holeyer","holeyest","holibut","holibuts","holiday","holidayed","holidayer","holidayers","holidaying","holidaymaker","holidaymakers","holidays","holier","holies","holiest","holily","holiness","holinesses","holing","holings","holism","holisms","holist","holistic","holistically","holists","holk","holked","holking","holks","holla","hollaed","hollaing","holland","hollandaise","hollandaises","hollands","hollas","holler","hollered","hollering","hollers","hollidam","hollidams","hollies","hollo","holloa","holloaed","holloaing","holloas","holloed","holloes","holloing","holloo","hollooed","hollooing","holloos","hollos","hollow","holloware","hollowares","hollowed","hollower","hollowest","hollowing","hollowly","hollowness","hollownesses","hollows","hollowware","hollowwares","holly","hollyhock","hollyhocks","holm","holmia","holmias","holmic","holmium","holmiums","holms","holobenthic","holoblastic","holoblastically","holocaust","holocaustal","holocaustic","holocausts","holocene","holocrine","holocrystalline","holodiscus","holodiscuses","holoenzyme","holoenzymes","hologamies","hologamy","hologram","holograms","holograph","holographed","holographer","holographers","holographic","holographically","holographies","holographing","holographs","holography","hologynic","hologynies","hologyny","holohedra","holohedral","holohedrism","holohedrisms","holohedron","holohedrons","holometabolic","holometabolism","holometabolisms","holometabolous","holomorphic","holon","holonic","holons","holophotal","holophote","holophotes","holophrase","holophrases","holophrastic","holophyte","holophytes","holophytic","holophytism","holophytisms","holoplankton","holoplanktons","holoptic","holosteric","holothurian","holothurians","holotype","holotypes","holotypic","holozoic","holp","holpen","hols","holstein","holsteins","holster","holstered","holstering","holsters","holt","holts","holy","holydam","holydame","holydames","holydams","holyday","holydays","holystone","holystoned","holystones","holystoning","holytide","holytides","hom","homa","homage","homaged","homager","homagers","homages","homaging","homalographic","homaloid","homaloidal","homaloids","homas","hombre","hombres","homburg","homburgs","home","homebirth","homebirths","homebodies","homebody","homebound","homeboy","homeboys","homebred","homebreds","homebrew","homebrews","homebuilt","homebuyer","homebuyers","homecomer","homecomers","homecoming","homecomings","homecraft","homecrafts","homed","homefelt","homegirl","homegirls","homegrown","homeland","homelands","homeless","homelessness","homelessnesses","homelier","homeliest","homelike","homelily","homeliness","homelinesses","homely","homelyn","homelyns","homemade","homemaker","homemakers","homemaking","homemakings","homeobox","homeoboxes","homeomeric","homeomeries","homeomerous","homeomery","homeomorph","homeomorphic","homeomorphies","homeomorphism","homeomorphisms","homeomorphous","homeomorphs","homeomorphy","homeopath","homeopathic","homeopathically","homeopathies","homeopathist","homeopathists","homeopaths","homeopathy","homeoses","homeosis","homeostases","homeostasis","homeostatic","homeoteleuton","homeoteleutons","homeotherm","homeothermal","homeothermic","homeothermies","homeothermous","homeotherms","homeothermy","homeotic","homeotypic","homeotypical","homeowner","homeowners","homeownership","homeownerships","homepage","homepages","homeplace","homeplaces","homeport","homeported","homeporting","homeports","homer","homered","homeric","homering","homeroom","homerooms","homers","homes","homeschool","homeschooled","homeschooler","homeschoolers","homeschooling","homeschools","homescreetch","homescreetches","homeshoring","homeshorings","homesick","homesickness","homesicknesses","homesite","homesites","homesourcing","homesourcings","homespun","homespuns","homestall","homestalls","homestand","homestands","homestay","homestays","homestead","homesteaded","homesteader","homesteaders","homesteading","homesteadings","homesteads","homestretch","homestretches","hometown","hometowns","homeward","homewards","homeware","homewares","homework","homeworker","homeworkers","homeworking","homeworkings","homeworks","homey","homeyness","homeynesses","homeys","homicidal","homicidally","homicide","homicides","homie","homier","homies","homiest","homiletic","homiletical","homiletically","homiletics","homilies","homilist","homilists","homily","homines","hominess","hominesses","homing","homings","hominian","hominians","hominid","hominids","hominies","hominin","hominine","hominins","hominisation","hominisations","hominise","hominised","hominises","hominising","hominization","hominizations","hominize","hominized","hominizes","hominizing","hominoid","hominoids","hominy","homme","hommes","hommock","hommocks","hommos","hommoses","homo","homoblastic","homoblasties","homoblasty","homocentric","homocentrically","homocercal","homocercies","homocercy","homochlamydeous","homochromatic","homochromatism","homochromatisms","homochromies","homochromous","homochromy","homocyclic","homocysteine","homocysteines","homodont","homodyne","homoeobox","homoeomeric","homoeomeries","homoeomerous","homoeomery","homoeomorph","homoeomorphic","homoeomorphies","homoeomorphism","homoeomorphisms","homoeomorphous","homoeomorphs","homoeomorphy","homoeopath","homoeopathic","homoeopathies","homoeopathist","homoeopathists","homoeopaths","homoeopathy","homoeoses","homoeosis","homoeostases","homoeostasis","homoeostatic","homoeoteleuton","homoeoteleutons","homoeothermal","homoeothermic","homoeothermous","homoeotic","homoeotypic","homoeotypical","homoerotic","homoeroticism","homoeroticisms","homoerotism","homoerotisms","homogametic","homogamic","homogamies","homogamous","homogamy","homogenate","homogenates","homogeneities","homogeneity","homogeneous","homogeneously","homogeneousness","homogeneousnesses","homogeneses","homogenesis","homogenetic","homogenetical","homogenies","homogenisation","homogenisations","homogenise","homogenised","homogeniser","homogenisers","homogenises","homogenising","homogenization","homogenizations","homogenize","homogenized","homogenizer","homogenizers","homogenizes","homogenizing","homogenous","homogeny","homogonies","homogonous","homogonously","homogony","homograft","homografts","homograph","homographic","homographs","homoiomerous","homoiotherm","homoiothermal","homoiothermic","homoiothermies","homoiotherms","homoiothermy","homoiousian","homoiousians","homolog","homologate","homologated","homologates","homologating","homologation","homologations","homologic","homological","homologically","homologies","homologise","homologised","homologiser","homologisers","homologises","homologising","homologize","homologized","homologizer","homologizers","homologizes","homologizing","homologoumena","homologous","homolographic","homologs","homologue","homologues","homologumena","homology","homolosine","homolyses","homolysis","homolytic","homomorph","homomorphic","homomorphies","homomorphism","homomorphisms","homomorphoses","homomorphosis","homomorphous","homomorphs","homomorphy","homonuclear","homonym","homonymic","homonymies","homonymities","homonymity","homonymous","homonymously","homonyms","homonymy","homoousian","homoousians","homophile","homophiles","homophobe","homophobes","homophobia","homophobias","homophobic","homophone","homophones","homophonic","homophonically","homophonies","homophonous","homophony","homophylies","homophyllic","homophyly","homoplasies","homoplasmies","homoplasmy","homoplastic","homoplastically","homoplasties","homoplasty","homoplasy","homopolar","homopolarities","homopolarity","homopolymer","homopolymeric","homopolymers","homopteran","homopterans","homopterous","homorganic","homos","homoscedastic","homoscedasticities","homoscedasticity","homosex","homosexes","homosexual","homosexualism","homosexualisms","homosexualist","homosexualists","homosexualities","homosexuality","homosexually","homosexuals","homosocial","homosocialities","homosociality","homospories","homosporous","homospory","homostylies","homostyly","homotaxes","homotaxial","homotaxially","homotaxic","homotaxis","homothallic","homothallies","homothallism","homothallisms","homothally","homothermal","homothermic","homothermies","homothermous","homothermy","homotonic","homotonies","homotonous","homotony","homotransplant","homotransplantation","homotransplantations","homotransplants","homotypal","homotype","homotypes","homotypic","homotypies","homotypy","homousian","homousians","homozygoses","homozygosis","homozygosities","homozygosity","homozygote","homozygotes","homozygotic","homozygous","homozygously","homs","homuncle","homuncles","homuncular","homuncule","homuncules","homunculi","homunculus","homy","hon","honan","honans","honcho","honchoed","honchoing","honchos","hond","honda","hondas","hondle","hondled","hondles","hondling","honds","hone","honed","honer","honers","hones","honest","honester","honestest","honesties","honestly","honestness","honestnesses","honesty","honewort","honeworts","honey","honeybee","honeybees","honeybun","honeybunch","honeybunches","honeybuns","honeycomb","honeycombed","honeycombing","honeycombings","honeycombs","honeycreeper","honeycreepers","honeydew","honeydewed","honeydews","honeyeater","honeyeaters","honeyed","honeyedly","honeyful","honeyguide","honeyguides","honeying","honeyless","honeymonth","honeymonthed","honeymonthing","honeymonths","honeymoon","honeymooned","honeymooner","honeymooners","honeymooning","honeymoons","honeypot","honeypots","honeys","honeysucker","honeysuckers","honeysuckle","honeysuckled","honeysuckles","honeytrap","honeytraps","hong","hongi","hongied","hongies","hongiing","honging","hongis","hongs","honied","honiedly","honing","honk","honked","honker","honkers","honkey","honkeys","honkie","honkies","honking","honks","honky","honor","honorabilities","honorability","honorable","honorableness","honorablenesses","honorably","honorand","honorands","honoraria","honoraries","honorarily","honorarium","honorariums","honorary","honored","honoree","honorees","honorer","honorers","honorific","honorifical","honorifically","honorifics","honoring","honorless","honors","honour","honourable","honourableness","honourably","honoured","honouree","honourees","honourer","honourers","honouring","honourless","honours","hons","hoo","hooch","hooches","hoochie","hoochies","hood","hooded","hoodedness","hoodednesses","hoodia","hoodias","hoodie","hoodier","hoodies","hoodiest","hooding","hoodless","hoodlike","hoodlum","hoodlumish","hoodlumism","hoodlumisms","hoodlums","hoodman","hoodmen","hoodmold","hoodmolds","hoodoo","hoodooed","hoodooing","hoodooism","hoodooisms","hoodoos","hoods","hoodwink","hoodwinked","hoodwinker","hoodwinkers","hoodwinking","hoodwinks","hoody","hooey","hooeys","hoof","hoofbeat","hoofbeats","hoofbound","hoofed","hoofer","hoofers","hoofing","hoofless","hooflike","hoofprint","hoofprints","hoofrot","hoofrots","hoofs","hook","hooka","hookah","hookahs","hookas","hookcheck","hookchecks","hooked","hookedness","hookednesses","hooker","hookers","hookey","hookeys","hookier","hookies","hookiest","hooking","hookless","hooklet","hooklets","hooklike","hooknose","hooknosed","hooknoses","hooks","hookup","hookups","hookworm","hookworms","hooky","hoolachan","hoolachans","hooley","hooleys","hoolican","hoolicans","hoolie","hoolier","hoolies","hooliest","hooligan","hooliganism","hooliganisms","hooligans","hoolock","hoolocks","hooly","hoon","hooned","hooning","hoons","hoop","hooped","hooper","hoopers","hooping","hoopla","hooplas","hoopless","hooplike","hoopoe","hoopoes","hoopoo","hoopoos","hoops","hoopskirt","hoopskirts","hoopster","hoopsters","hoor","hoorah","hoorahed","hoorahing","hoorahs","hooray","hoorayed","hooraying","hoorays","hoord","hoords","hooroo","hoors","hoosegow","hoosegows","hoosgow","hoosgows","hoosh","hooshed","hooshes","hooshing","hoot","hootanannie","hootanannies","hootananny","hootch","hootches","hooted","hootenannie","hootenannies","hootenanny","hooter","hooters","hootier","hootiest","hooting","hootnannie","hootnannies","hootnanny","hoots","hooty","hoove","hooved","hooven","hoover","hoovered","hoovering","hoovers","hooves","hooving","hop","hopbind","hopbinds","hopbine","hopbines","hopdog","hopdogs","hope","hoped","hopeful","hopefully","hopefulness","hopefulnesses","hopefuls","hopeless","hopelessly","hopelessness","hopelessnesses","hoper","hopers","hopes","hophead","hopheads","hoping","hopingly","hoplite","hoplites","hoplitic","hoplologies","hoplologist","hoplologists","hoplology","hopped","hopper","hoppercar","hoppercars","hoppers","hoppier","hoppiest","hopping","hoppings","hopple","hoppled","hoppler","hopplers","hopples","hoppling","hoppus","hoppy","hops","hopsack","hopsacking","hopsackings","hopsacks","hopscotch","hopscotched","hopscotches","hopscotching","hoptoad","hoptoads","hora","horah","horahs","horal","horary","horas","horde","horded","hordein","hordeins","hordeola","hordeolum","hordes","hording","hordock","hordocks","hore","horehound","horehounds","hori","horiatiki","horiatikis","horis","horizon","horizonal","horizonless","horizons","horizontal","horizontalities","horizontality","horizontally","horizontalness","horizontals","horkey","horkeys","horlicks","horme","hormes","hormeses","hormesis","hormetic","hormic","hormogonia","hormogonium","hormonal","hormonally","hormone","hormonelike","hormones","hormonic","horn","hornbag","hornbags","hornbeak","hornbeaks","hornbeam","hornbeams","hornbill","hornbills","hornblende","hornblendes","hornblendic","hornbook","hornbooks","hornbug","hornbugs","horned","hornedness","hornednesses","horner","horners","hornet","hornets","hornfels","hornful","hornfuls","horngeld","horngelds","hornier","horniest","hornily","horniness","horninesses","horning","hornings","hornish","hornist","hornists","hornito","hornitos","hornless","hornlessness","hornlessnesses","hornlet","hornlets","hornlike","hornpipe","hornpipes","hornpout","hornpouts","horns","hornstone","hornstones","hornswoggle","hornswoggled","hornswoggles","hornswoggling","horntail","horntails","hornwork","hornworks","hornworm","hornworms","hornwort","hornworts","hornwrack","hornwracks","horny","hornyhead","hornyheads","hornywink","hornywinks","horoeka","horoekas","horographer","horographers","horographies","horography","horokaka","horokakas","horologe","horologer","horologers","horologes","horologia","horologic","horological","horologies","horologion","horologions","horologist","horologists","horologium","horologiums","horology","horometrical","horometries","horometry","horopito","horopitos","horopter","horopters","horoscope","horoscopes","horoscopic","horoscopies","horoscopist","horoscopists","horoscopy","horrendous","horrendously","horrendousness","horrent","horrible","horribleness","horriblenesses","horribles","horribly","horrid","horrider","horridest","horridly","horridness","horridnesses","horrific","horrifically","horrification","horrifications","horrified","horrifies","horrify","horrifying","horrifyingly","horripilant","horripilate","horripilated","horripilates","horripilating","horripilation","horripilations","horrisonant","horrisonous","horror","horrors","hors","horse","horseback","horsebacks","horsebean","horsebeans","horsebox","horseboxes","horsecar","horsecars","horsed","horsefeathers","horseflesh","horsefleshes","horseflies","horsefly","horsehair","horsehairs","horsehide","horsehides","horselaugh","horselaughs","horseleech","horseleeches","horseless","horselike","horseman","horsemanship","horsemanships","horsemeat","horsemeats","horsemen","horsemint","horsemints","horseplay","horseplayer","horseplayers","horseplays","horsepond","horseponds","horsepower","horsepowers","horsepox","horsepoxes","horserace","horseraces","horseradish","horseradishes","horses","horseshit","horseshits","horseshod","horseshoe","horseshoed","horseshoeing","horseshoeings","horseshoer","horseshoers","horseshoes","horsetail","horsetails","horseway","horseways","horseweed","horseweeds","horsewhip","horsewhipped","horsewhipper","horsewhippers","horsewhipping","horsewhips","horsewoman","horsewomen","horsey","horsier","horsiest","horsily","horsiness","horsinesses","horsing","horsings","horson","horsons","horst","horste","horstes","horsts","horsy","hortation","hortations","hortative","hortatively","hortatorily","hortatory","horticultural","horticulturally","horticulture","horticultures","horticulturist","horticulturists","hos","hosanna","hosannaed","hosannah","hosannahs","hosannaing","hosannas","hose","hosed","hosel","hoselike","hosels","hoseman","hosemen","hosen","hosepipe","hosepipes","hoser","hosers","hoses","hosey","hoseyed","hoseying","hoseys","hosier","hosieries","hosiers","hosiery","hosing","hospice","hospices","hospitable","hospitableness","hospitably","hospitage","hospitages","hospital","hospitale","hospitaler","hospitalers","hospitales","hospitalisation","hospitalise","hospitalised","hospitalises","hospitalising","hospitalist","hospitalists","hospitalities","hospitality","hospitalization","hospitalizations","hospitalize","hospitalized","hospitalizes","hospitalizing","hospitaller","hospitallers","hospitals","hospitia","hospitium","hospodar","hospodars","hoss","hosses","host","hosta","hostage","hostages","hostas","hosted","hostel","hosteled","hosteler","hostelers","hosteling","hostelings","hostelled","hosteller","hostellers","hostelling","hostellings","hostelries","hostelry","hostels","hostess","hostessed","hostesses","hostessing","hostie","hosties","hostile","hostilely","hostiles","hostilities","hostility","hosting","hostings","hostler","hostlers","hostlesse","hostly","hostries","hostry","hosts","hot","hotbed","hotbeds","hotblood","hotbloods","hotbox","hotboxes","hotcake","hotcakes","hotch","hotched","hotches","hotching","hotchpot","hotchpotch","hotchpotches","hotchpots","hotdog","hotdogged","hotdogger","hotdoggers","hotdogging","hotdogs","hote","hotel","hoteldom","hoteldoms","hotelier","hoteliers","hoteling","hotelings","hotelling","hotellings","hotelman","hotelmen","hotels","hoten","hotfoot","hotfooted","hotfooting","hotfoots","hothead","hotheaded","hotheadedly","hotheadedness","hotheadednesses","hotheads","hothouse","hothoused","hothouses","hothousing","hothousings","hotline","hotlines","hotlink","hotlinks","hotly","hotness","hotnesses","hotplate","hotplates","hotpot","hotpots","hotpress","hotpressed","hotpresses","hotpressing","hotrod","hotrods","hots","hotshot","hotshots","hotspot","hotspots","hotspur","hotspurs","hotted","hottentot","hottentots","hotter","hottered","hottering","hotters","hottest","hottie","hotties","hotting","hottings","hottish","hotty","houdah","houdahs","houdan","houdans","houf","houfed","houff","houffed","houffing","houffs","houfing","houfs","hough","houghed","houghing","houghmagandie","houghmagandies","houghs","houhere","houheres","hoummos","hoummoses","houmous","houmouses","houmus","houmuses","hound","hounded","hounder","hounders","houndfish","houndfishes","hounding","hounds","houndstooth","houngan","houngans","hour","hourglass","hourglasses","houri","houris","hourless","hourlies","hourlong","hourly","hourplate","hourplates","hours","house","houseboat","houseboater","houseboaters","houseboats","housebound","houseboy","houseboys","housebreak","housebreaker","housebreakers","housebreaking","housebreakings","housebreaks","housebroke","housebroken","housecarl","housecarls","houseclean","housecleaned","housecleaning","housecleanings","housecleans","housecoat","housecoats","housecraft","housecrafts","housed","housedress","housedresses","housefather","housefathers","houseflies","housefly","housefront","housefronts","houseful","housefuls","houseguest","houseguests","household","householder","householders","householdership","households","househusband","househusbands","housekeep","housekeeper","housekeepers","housekeeping","housekeepings","housekeeps","housekept","housel","houseled","houseleek","houseleeks","houseless","houselessness","houselessnesses","houselights","houseline","houselines","houseling","houselled","houselling","housellings","housels","housemaid","housemaids","houseman","housemaster","housemasters","housemate","housemates","housemen","housemistress","housemistresses","housemother","housemothers","housepainter","housepainters","houseparent","houseparents","houseperson","housepersons","houseplant","houseplants","houser","houseroom","houserooms","housers","houses","housesat","housesit","housesits","housesitting","housetop","housetops","housewares","housewarming","housewarmings","housewife","housewifeliness","housewifelinesses","housewifely","housewiferies","housewifery","housewifeship","housewifeships","housewifeskep","housewifeskeps","housewifey","housewives","housework","houseworker","houseworkers","houseworks","housey","housier","housiest","housing","housings","housling","houstonia","houstonias","hout","houted","houting","houtings","houts","hove","hovea","hoveas","hoved","hovel","hoveled","hoveling","hovelled","hoveller","hovellers","hovelling","hovels","hoven","hover","hovercraft","hovercrafts","hovered","hoverer","hoverers","hoverflies","hoverfly","hovering","hoveringly","hoverport","hoverports","hovers","hovertrain","hovertrains","hoves","hoving","how","howbe","howbeit","howdah","howdahs","howdie","howdied","howdies","howdy","howdying","howe","howes","however","howf","howfed","howff","howffed","howffing","howffs","howfing","howfs","howitzer","howitzers","howk","howked","howker","howkers","howking","howks","howl","howlback","howlbacks","howled","howler","howlers","howlet","howlets","howling","howlingly","howlings","howlround","howlrounds","howls","howre","howres","hows","howso","howsoever","howtowdie","howtowdies","howzat","howzit","hox","hoxed","hoxes","hoxing","hoy","hoya","hoyas","hoyden","hoydened","hoydenhood","hoydenhoods","hoydening","hoydenish","hoydenishness","hoydenishnesses","hoydenism","hoydenisms","hoydens","hoyed","hoying","hoyle","hoyles","hoys","hryvna","hryvnas","hryvnia","hryvnias","hryvnya","hryvnyas","huanaco","huanacos","huaquero","huaqueros","huarache","huaraches","huaracho","huarachos","hub","hubbies","hubbly","hubbub","hubbuboo","hubbuboos","hubbubs","hubby","hubcap","hubcaps","hubris","hubrises","hubristic","hubristically","hubs","huck","huckaback","huckabacks","hucked","huckery","hucking","huckle","huckleberries","huckleberry","huckleberrying","huckleberryings","hucklebone","hucklebones","huckled","huckles","huckling","hucks","huckster","hucksterage","hucksterages","huckstered","hucksteress","hucksteresses","hucksteries","huckstering","hucksterism","hucksterisms","hucksters","huckstery","huckstress","huckstresses","hudden","huddle","huddled","huddler","huddlers","huddles","huddling","huddup","hudibrastic","hudna","hudnas","hudud","hududs","hue","hued","hueless","huer","huers","hues","huff","huffed","huffer","huffers","huffier","huffiest","huffily","huffiness","huffinesses","huffing","huffings","huffish","huffishly","huffishness","huffishnesses","huffkin","huffkins","huffs","huffy","hug","huge","hugely","hugeness","hugenesses","hugeous","hugeously","hugeousness","hugeousnesses","huger","hugest","huggable","hugged","hugger","huggers","huggier","huggiest","hugging","huggy","hugs","hugy","huh","huhu","huhus","hui","huia","huias","huic","huipil","huipiles","huipils","huis","huisache","huisaches","huissier","huissiers","huitain","huitains","hula","hulas","hule","hules","hulk","hulked","hulkier","hulkiest","hulking","hulks","hulky","hull","hullaballoo","hullaballoos","hullabaloo","hullabaloos","hulled","huller","hullers","hullier","hulliest","hulling","hullo","hulloa","hulloaed","hulloaing","hulloas","hulloed","hulloes","hulloing","hulloo","hullooed","hullooing","hulloos","hullos","hulls","hully","hum","huma","human","humane","humanely","humaneness","humanenesses","humaner","humanest","humanhood","humanhoods","humanisation","humanisations","humanise","humanised","humaniser","humanisers","humanises","humanising","humanism","humanisms","humanist","humanistic","humanistically","humanists","humanitarian","humanitarianism","humanitarianisms","humanitarianist","humanitarians","humanities","humanity","humanization","humanizations","humanize","humanized","humanizer","humanizers","humanizes","humanizing","humankind","humankinds","humanlike","humanly","humanness","humannesses","humanoid","humanoids","humans","humas","humate","humates","humble","humblebee","humblebees","humbled","humbleness","humblenesses","humbler","humblers","humbles","humblesse","humblesses","humblest","humbling","humblingly","humblings","humbly","humbucker","humbuckers","humbug","humbuggable","humbugged","humbugger","humbuggeries","humbuggers","humbuggery","humbugging","humbugs","humbuzz","humbuzzes","humdinger","humdingers","humdrum","humdrumness","humdrumnesses","humdrums","humdudgeon","humdudgeons","humect","humectant","humectants","humectate","humectated","humectates","humectating","humectation","humectations","humected","humecting","humective","humectives","humects","humefied","humefies","humefy","humefying","humeral","humerals","humeri","humerus","humf","humfed","humfing","humfs","humgruffian","humgruffians","humgruffin","humgruffins","humhum","humhums","humic","humicole","humicoles","humicolous","humid","humider","humidest","humidex","humidexes","humidices","humidification","humidifications","humidified","humidifier","humidifiers","humidifies","humidify","humidifying","humidistat","humidistats","humidities","humidity","humidly","humidness","humidnesses","humidor","humidors","humification","humifications","humified","humifies","humify","humifying","humiliant","humiliate","humiliated","humiliates","humiliating","humiliatingly","humiliation","humiliations","humiliative","humiliator","humiliators","humiliatory","humilities","humility","humint","humints","humite","humites","humiture","humitures","humlie","humlies","hummable","hummaum","hummaums","hummed","hummel","hummelled","hummeller","hummellers","hummelling","hummels","hummer","hummers","humming","hummingbird","hummingbirds","hummings","hummle","hummock","hummocked","hummocking","hummocks","hummocky","hummum","hummums","hummus","hummuses","humogen","humogens","humongous","humor","humoral","humoralism","humoralisms","humoralist","humoralists","humorally","humored","humoresk","humoresks","humoresque","humoresques","humorful","humoring","humorist","humoristic","humorists","humorless","humorlessly","humorlessness","humorlessnesses","humorous","humorously","humorousness","humorousnesses","humors","humorsome","humour","humoured","humourful","humouring","humourless","humourlessness","humours","humoursome","humoursomeness","humous","hump","humpback","humpbacked","humpbacks","humped","humpen","humpens","humper","humpers","humph","humphed","humphing","humphs","humpier","humpies","humpiest","humpiness","humpinesses","humping","humpless","humplike","humps","humpties","humpty","humpy","hums","humstrum","humstrums","humungous","humus","humuses","humusy","humvee","humvees","hun","hunch","hunchback","hunchbacked","hunchbacks","hunched","hunches","hunching","hundred","hundreder","hundreders","hundredfold","hundredfolds","hundredor","hundredors","hundreds","hundredth","hundredths","hundredweight","hundredweights","hung","hungan","hungans","hunger","hungered","hungerful","hungering","hungeringly","hungerly","hungers","hungover","hungrier","hungriest","hungrily","hungriness","hungrinesses","hungry","hunh","hunk","hunker","hunkered","hunkering","hunkers","hunkey","hunkeys","hunkie","hunkier","hunkies","hunkiest","hunks","hunkses","hunky","hunnish","huns","hunt","huntable","huntaway","huntaways","hunted","huntedly","hunter","hunters","huntiegowk","huntiegowks","hunting","huntings","huntress","huntresses","hunts","huntsman","huntsmanship","huntsmanships","huntsmen","hup","hupaithric","hupiro","hupiros","huppah","huppahs","hupped","hupping","huppot","huppoth","hups","hurcheon","hurcheons","hurden","hurdens","hurdies","hurdle","hurdled","hurdler","hurdlers","hurdles","hurdling","hurdlings","hurds","hurl","hurlbarrow","hurlbarrows","hurlbat","hurlbats","hurled","hurler","hurlers","hurley","hurleys","hurlies","hurling","hurlings","hurls","hurly","hurra","hurraed","hurrah","hurrahed","hurrahing","hurrahs","hurraing","hurras","hurray","hurrayed","hurraying","hurrays","hurricane","hurricanes","hurricano","hurricanoes","hurried","hurriedly","hurriedness","hurriednesses","hurrier","hurriers","hurries","hurry","hurrying","hurryingly","hurryings","hurst","hursts","hurt","hurter","hurters","hurtful","hurtfully","hurtfulness","hurtfulnesses","hurting","hurtle","hurtleberries","hurtleberry","hurtled","hurtles","hurtless","hurtlessly","hurtlessness","hurtlessnesses","hurtling","hurts","husband","husbandage","husbandages","husbanded","husbander","husbanders","husbanding","husbandland","husbandlands","husbandless","husbandlike","husbandly","husbandman","husbandmen","husbandries","husbandry","husbands","hush","hushabied","hushabies","hushaby","hushabying","hushed","hushedly","husher","hushered","hushering","hushers","hushes","hushful","hushier","hushiest","hushing","hushpuppies","hushpuppy","hushy","husk","husked","husker","huskers","huskier","huskies","huskiest","huskily","huskiness","huskinesses","husking","huskings","husklike","husks","husky","huso","husos","huss","hussar","hussars","husses","hussies","hussif","hussifs","hussy","hustings","hustle","hustled","hustler","hustlers","hustles","hustling","hustlings","huswife","huswifes","huswives","hut","hutch","hutched","hutches","hutchie","hutchies","hutching","hutia","hutias","hutlike","hutment","hutments","huts","hutted","hutting","huttings","hutzpa","hutzpah","hutzpahs","hutzpas","huzoor","huzoors","huzza","huzzaed","huzzah","huzzahed","huzzahing","huzzahs","huzzaing","huzzas","huzzies","huzzy","hwan","hwyl","hwyls","hyacine","hyacines","hyacinth","hyacinthine","hyacinths","hyaena","hyaenas","hyaenic","hyalin","hyaline","hyalines","hyalinisation","hyalinisations","hyalinise","hyalinised","hyalinises","hyalinising","hyalinization","hyalinizations","hyalinize","hyalinized","hyalinizes","hyalinizing","hyalins","hyalite","hyalites","hyalogen","hyalogens","hyaloid","hyaloids","hyalomelan","hyalomelane","hyalomelanes","hyalomelans","hyalonema","hyalonemas","hyalophane","hyalophanes","hyaloplasm","hyaloplasmic","hyaloplasms","hyaluronic","hyaluronidase","hyaluronidases","hybrid","hybridisable","hybridisation","hybridisations","hybridise","hybridised","hybridiser","hybridisers","hybridises","hybridising","hybridism","hybridisms","hybridist","hybridists","hybridities","hybridity","hybridizable","hybridization","hybridizations","hybridize","hybridized","hybridizer","hybridizers","hybridizes","hybridizing","hybridoma","hybridomas","hybridous","hybrids","hybris","hybrises","hybristic","hydantoin","hydantoins","hydathode","hydathodes","hydatid","hydatidiform","hydatids","hydatoid","hydnocarpate","hydnocarpates","hydnocarpic","hydra","hydracid","hydracids","hydrae","hydraemia","hydraemias","hydragog","hydragogs","hydragogue","hydragogues","hydralazine","hydralazines","hydrangea","hydrangeas","hydrant","hydranth","hydranths","hydrants","hydrargyral","hydrargyria","hydrargyrias","hydrargyric","hydrargyrism","hydrargyrisms","hydrargyrum","hydrargyrums","hydrarthroses","hydrarthrosis","hydras","hydrase","hydrases","hydrastine","hydrastines","hydrastinine","hydrastinines","hydrastis","hydrastises","hydrate","hydrated","hydrates","hydrating","hydration","hydrations","hydrator","hydrators","hydraulic","hydraulically","hydraulicked","hydraulicking","hydraulics","hydrazide","hydrazides","hydrazine","hydrazines","hydrazoic","hydremia","hydremias","hydria","hydriae","hydric","hydrically","hydrid","hydride","hydrides","hydrids","hydrilla","hydrillas","hydriodic","hydro","hydroacoustics","hydrobiological","hydrobiologies","hydrobiologist","hydrobiologists","hydrobiology","hydrobromic","hydrocarbon","hydrocarbons","hydrocast","hydrocasts","hydrocele","hydroceles","hydrocellulose","hydrocelluloses","hydrocephalic","hydrocephalics","hydrocephalies","hydrocephaloid","hydrocephalous","hydrocephalus","hydrocephaluses","hydrocephaly","hydrochloric","hydrochloride","hydrochlorides","hydrochlorothiazide","hydrochlorothiazides","hydrochore","hydrochores","hydrochoric","hydrocodone","hydrocodones","hydrocolloid","hydrocolloidal","hydrocolloids","hydrocoral","hydrocoralline","hydrocorallines","hydrocorals","hydrocortisone","hydrocortisones","hydrocrack","hydrocracked","hydrocracker","hydrocrackers","hydrocracking","hydrocrackings","hydrocracks","hydrocyanic","hydrodynamic","hydrodynamical","hydrodynamically","hydrodynamicist","hydrodynamicists","hydrodynamics","hydroelastic","hydroelectric","hydroelectrically","hydroelectricities","hydroelectricity","hydroextractor","hydroextractors","hydrofluoric","hydrofoil","hydrofoils","hydroforming","hydroformings","hydrogel","hydrogels","hydrogen","hydrogenase","hydrogenases","hydrogenate","hydrogenated","hydrogenates","hydrogenating","hydrogenation","hydrogenations","hydrogenator","hydrogenators","hydrogenisation","hydrogenise","hydrogenised","hydrogenises","hydrogenising","hydrogenization","hydrogenize","hydrogenized","hydrogenizes","hydrogenizing","hydrogenolyses","hydrogenolysis","hydrogenous","hydrogens","hydrogeological","hydrogeologies","hydrogeologist","hydrogeologists","hydrogeology","hydrograph","hydrographer","hydrographers","hydrographic","hydrographical","hydrographies","hydrographs","hydrography","hydroid","hydroids","hydrokinetic","hydrokinetical","hydrokinetics","hydrolase","hydrolases","hydrologic","hydrological","hydrologically","hydrologies","hydrologist","hydrologists","hydrology","hydrolysable","hydrolysate","hydrolysates","hydrolysation","hydrolysations","hydrolyse","hydrolysed","hydrolyser","hydrolysers","hydrolyses","hydrolysing","hydrolysis","hydrolyte","hydrolytes","hydrolytic","hydrolytically","hydrolyzable","hydrolyzate","hydrolyzates","hydrolyzation","hydrolyzations","hydrolyze","hydrolyzed","hydrolyzer","hydrolyzers","hydrolyzes","hydrolyzing","hydroma","hydromagnetic","hydromagnetics","hydromancer","hydromancers","hydromancies","hydromancy","hydromania","hydromanias","hydromantic","hydromas","hydromata","hydromechanical","hydromechanics","hydromedusa","hydromedusae","hydromedusan","hydromedusans","hydromedusas","hydromedusoid","hydromedusoids","hydromel","hydromels","hydrometallurgical","hydrometallurgies","hydrometallurgist","hydrometallurgists","hydrometallurgy","hydrometeor","hydrometeorological","hydrometeorologies","hydrometeorologist","hydrometeorologists","hydrometeorology","hydrometeors","hydrometer","hydrometers","hydrometric","hydrometrical","hydrometrically","hydrometries","hydrometry","hydromorphic","hydronaut","hydronauts","hydronephroses","hydronephrosis","hydronephrotic","hydronic","hydronically","hydronium","hydroniums","hydropath","hydropathic","hydropathical","hydropathically","hydropathics","hydropathies","hydropathist","hydropathists","hydropaths","hydropathy","hydroperoxide","hydroperoxides","hydrophane","hydrophanes","hydrophanous","hydrophile","hydrophiles","hydrophilic","hydrophilicities","hydrophilicity","hydrophilies","hydrophilite","hydrophilites","hydrophilous","hydrophily","hydrophobia","hydrophobias","hydrophobic","hydrophobicities","hydrophobicity","hydrophobous","hydrophone","hydrophones","hydrophyte","hydrophytes","hydrophytic","hydrophyton","hydrophytons","hydrophytous","hydropic","hydroplane","hydroplaned","hydroplanes","hydroplaning","hydropneumatic","hydropolyp","hydropolyps","hydroponic","hydroponically","hydroponics","hydropower","hydropowers","hydrops","hydropses","hydropsies","hydropsy","hydroptic","hydropult","hydropults","hydroquinol","hydroquinols","hydroquinone","hydroquinones","hydros","hydroscope","hydroscopes","hydroscopic","hydroscopical","hydrosere","hydroseres","hydroski","hydroskis","hydrosol","hydrosolic","hydrosols","hydrosoma","hydrosomal","hydrosomata","hydrosomatous","hydrosome","hydrosomes","hydrospace","hydrospaces","hydrosphere","hydrospheres","hydrospheric","hydrostat","hydrostatic","hydrostatical","hydrostatically","hydrostatics","hydrostats","hydrosulphate","hydrosulphates","hydrosulphide","hydrosulphides","hydrosulphite","hydrosulphites","hydrosulphuric","hydrosulphurous","hydrotactic","hydrotaxes","hydrotaxis","hydrotheca","hydrothecae","hydrotherapic","hydrotherapies","hydrotherapist","hydrotherapists","hydrotherapy","hydrothermal","hydrothermally","hydrothoraces","hydrothoracic","hydrothorax","hydrothoraxes","hydrotropic","hydrotropically","hydrotropism","hydrotropisms","hydrous","hydrovane","hydrovanes","hydroxide","hydroxides","hydroxonium","hydroxoniums","hydroxy","hydroxyapatite","hydroxyapatites","hydroxybutyrate","hydroxyl","hydroxylamine","hydroxylamines","hydroxylapatite","hydroxylapatites","hydroxylase","hydroxylases","hydroxylate","hydroxylated","hydroxylates","hydroxylating","hydroxylation","hydroxylations","hydroxylic","hydroxyls","hydroxyproline","hydroxyprolines","hydroxytryptamine","hydroxytryptamines","hydroxyurea","hydroxyureas","hydroxyzine","hydroxyzines","hydrozincite","hydrozincites","hydrozoa","hydrozoan","hydrozoans","hydrozoon","hydyne","hydynes","hye","hyed","hyeing","hyen","hyena","hyenas","hyenic","hyenine","hyenoid","hyens","hyes","hyetal","hyetograph","hyetographic","hyetographical","hyetographies","hyetographs","hyetography","hyetologies","hyetology","hyetometer","hyetometers","hyetometrograph","hygeist","hygeists","hygieist","hygieists","hygiene","hygienes","hygienic","hygienically","hygienics","hygienist","hygienists","hygristor","hygristors","hygrochasies","hygrochastic","hygrochasy","hygrodeik","hygrodeiks","hygrograph","hygrographic","hygrographical","hygrographs","hygrologies","hygrology","hygroma","hygromas","hygromata","hygrometer","hygrometers","hygrometric","hygrometrical","hygrometrically","hygrometries","hygrometry","hygrophil","hygrophile","hygrophiles","hygrophilous","hygrophobe","hygrophyte","hygrophytes","hygrophytic","hygroscope","hygroscopes","hygroscopic","hygroscopical","hygroscopically","hygroscopicities","hygroscopicity","hygrostat","hygrostats","hying","hyke","hykes","hyla","hylas","hylding","hyldings","hyle","hyleg","hylegs","hyles","hylic","hylicism","hylicisms","hylicist","hylicists","hylism","hylisms","hylist","hylists","hylobate","hylobates","hylogeneses","hylogenesis","hyloist","hyloists","hylomorphic","hylomorphism","hylomorphisms","hylopathism","hylopathisms","hylopathist","hylopathists","hylophagous","hylophyte","hylophytes","hylotheism","hylotheisms","hylotheist","hylotheists","hylotomous","hylozoic","hylozoical","hylozoism","hylozoisms","hylozoist","hylozoistic","hylozoistically","hylozoists","hymen","hymenaeal","hymenaean","hymenal","hymeneal","hymeneally","hymeneals","hymenean","hymenia","hymenial","hymenium","hymeniums","hymenophore","hymenophores","hymenoplasties","hymenoplasty","hymenoptera","hymenopteran","hymenopterans","hymenopteron","hymenopterons","hymenopterous","hymens","hymn","hymnal","hymnals","hymnaries","hymnary","hymnbook","hymnbooks","hymned","hymnic","hymning","hymnist","hymnists","hymnless","hymnlike","hymnodical","hymnodies","hymnodist","hymnodists","hymnody","hymnographer","hymnographers","hymnographies","hymnography","hymnologic","hymnological","hymnologies","hymnologist","hymnologists","hymnology","hymns","hynde","hyndes","hyoid","hyoidal","hyoidean","hyoids","hyoplastra","hyoplastral","hyoplastron","hyoscine","hyoscines","hyoscyamine","hyoscyamines","hyoscyamus","hyoscyamuses","hyp","hypabyssal","hypabyssally","hypaesthesia","hypaesthesias","hypaesthesic","hypaethral","hypaethron","hypaethrons","hypalgesia","hypalgesias","hypalgesic","hypalgia","hypalgias","hypallactic","hypallage","hypallages","hypanthia","hypanthial","hypanthium","hypate","hypates","hype","hyped","hyper","hyperacid","hyperacidities","hyperacidity","hyperaction","hyperactions","hyperactive","hyperactives","hyperactivities","hyperactivity","hyperacuities","hyperacuity","hyperacuses","hyperacusis","hyperacute","hyperacuteness","hyperadrenalism","hyperaemia","hyperaemias","hyperaemic","hyperaesthesia","hyperaesthesias","hyperaesthesic","hyperaesthetic","hyperaggressive","hyperalert","hyperalgesia","hyperalgesias","hyperalgesic","hyperalimentation","hyperalimentations","hyperarid","hyperarousal","hyperarousals","hyperaware","hyperawareness","hyperawarenesses","hyperbaric","hyperbarically","hyperbatic","hyperbatically","hyperbaton","hyperbatons","hyperbola","hyperbolae","hyperbolas","hyperbole","hyperboles","hyperbolic","hyperbolical","hyperbolically","hyperbolise","hyperbolised","hyperbolises","hyperbolising","hyperbolism","hyperbolisms","hyperbolist","hyperbolists","hyperbolize","hyperbolized","hyperbolizes","hyperbolizing","hyperboloid","hyperboloidal","hyperboloids","hyperborean","hyperboreans","hypercalcaemia","hypercalcaemias","hypercalcemia","hypercalcemias","hypercalcemic","hypercapnia","hypercapnias","hypercapnic","hypercarbia","hypercarbias","hypercatabolism","hypercatabolisms","hypercatalectic","hypercatalexes","hypercatalexis","hypercautious","hypercharge","hypercharged","hypercharges","hypercharging","hypercholesterolemia","hypercholesterolemias","hypercholesterolemic","hypercivilised","hypercivilized","hypercoagulabilities","hypercoagulability","hypercoagulable","hypercolour","hypercolours","hypercompetitive","hypercomplex","hyperconcentration","hyperconcentrations","hyperconscious","hyperconsciousness","hyperconsciousnesses","hypercorrect","hypercorrection","hypercorrections","hypercorrectly","hypercorrectness","hypercorrectnesses","hypercritic","hypercritical","hypercritically","hypercriticise","hypercriticised","hypercriticises","hypercriticism","hypercriticisms","hypercriticize","hypercriticized","hypercriticizes","hypercritics","hypercube","hypercubes","hyperdactyl","hyperdactylies","hyperdactyly","hyperdevelopment","hyperdevelopments","hyperdorian","hyperdulia","hyperdulias","hyperdulic","hyperdulical","hyperefficient","hyperemeses","hyperemesis","hyperemetic","hyperemia","hyperemias","hyperemic","hyperemotional","hyperemotionalities","hyperemotionality","hyperendemic","hyperenergetic","hyperesthesia","hyperesthesias","hyperesthetic","hypereutectic","hypereutectoid","hyperexcitabilities","hyperexcitability","hyperexcitable","hyperexcited","hyperexcitement","hyperexcitements","hyperexcretion","hyperexcretions","hyperextend","hyperextended","hyperextending","hyperextends","hyperextension","hyperextensions","hyperfastidious","hyperfine","hyperfocal","hyperfunction","hyperfunctional","hyperfunctioning","hyperfunctions","hypergamies","hypergamous","hypergamy","hypergeometric","hyperglycaemia","hyperglycaemias","hyperglycaemic","hyperglycemia","hyperglycemias","hyperglycemic","hypergol","hypergolic","hypergolically","hypergols","hyperhidroses","hyperhidrosis","hypericin","hypericins","hypericum","hypericums","hyperidroses","hyperidrosis","hyperimmune","hyperimmunise","hyperimmunised","hyperimmunises","hyperimmunising","hyperimmunization","hyperimmunizations","hyperimmunize","hyperimmunized","hyperimmunizes","hyperimmunizing","hyperinflated","hyperinflation","hyperinflationary","hyperinflations","hyperinnervation","hyperinnervations","hyperinoses","hyperinosis","hyperinotic","hyperinsulinism","hyperinsulinisms","hyperintellectual","hyperintelligent","hyperintense","hyperinvolution","hyperinvolutions","hyperirritabilities","hyperirritability","hyperirritable","hyperkeratoses","hyperkeratosis","hyperkeratotic","hyperkineses","hyperkinesia","hyperkinesias","hyperkinesis","hyperkinetic","hyperlink","hyperlinked","hyperlinking","hyperlinks","hyperlipemia","hyperlipemias","hyperlipemic","hyperlipidaemia","hyperlipidemia","hyperlipidemias","hyperlydian","hypermania","hypermanias","hypermanic","hypermarket","hypermarkets","hypermart","hypermarts","hypermasculine","hypermedia","hypermedias","hypermetabolic","hypermetabolism","hypermetabolisms","hypermeter","hypermeters","hypermetric","hypermetrical","hypermetropia","hypermetropias","hypermetropic","hypermetropical","hypermetropies","hypermetropy","hypermiling","hypermilings","hypermnesia","hypermnesias","hypermnesic","hypermobilities","hypermobility","hypermodern","hypermodernist","hypermodernists","hypermutabilities","hypermutability","hypermutable","hypernationalistic","hypernatraemia","hypernatraemias","hypernova","hypernovae","hypernovas","hypernym","hypernymies","hypernyms","hypernymy","hyperon","hyperons","hyperope","hyperopes","hyperopia","hyperopias","hyperopic","hyperorexia","hyperorexias","hyperosmia","hyperosmias","hyperostoses","hyperostosis","hyperostotic","hyperparasite","hyperparasites","hyperparasitic","hyperparasitism","hyperparasitisms","hyperparathyroidism","hyperparathyroidisms","hyperphagia","hyperphagias","hyperphagic","hyperphrygian","hyperphysical","hyperphysically","hyperpigmentation","hyperpigmentations","hyperpigmented","hyperpituitarism","hyperpituitarisms","hyperpituitary","hyperplane","hyperplanes","hyperplasia","hyperplasias","hyperplastic","hyperploid","hyperploidies","hyperploids","hyperploidy","hyperpnea","hyperpneas","hyperpneic","hyperpnoea","hyperpnoeas","hyperpolarise","hyperpolarised","hyperpolarises","hyperpolarising","hyperpolarization","hyperpolarizations","hyperpolarize","hyperpolarized","hyperpolarizes","hyperpolarizing","hyperpower","hyperpowers","hyperproducer","hyperproducers","hyperproduction","hyperproductions","hyperprosexia","hyperprosexias","hyperpure","hyperpyretic","hyperpyrexia","hyperpyrexial","hyperpyrexias","hyperrational","hyperrationalities","hyperrationality","hyperreactive","hyperreactivities","hyperreactivity","hyperreactor","hyperreactors","hyperreal","hyperrealism","hyperrealisms","hyperrealist","hyperrealistic","hyperrealists","hyperrealities","hyperreality","hyperreals","hyperresponsive","hyperromantic","hyperromantics","hypers","hypersaline","hypersalinities","hypersalinity","hypersalivation","hypersalivations","hypersarcoma","hypersarcomas","hypersarcomata","hypersarcoses","hypersarcosis","hypersecretion","hypersecretions","hypersensitise","hypersensitised","hypersensitises","hypersensitive","hypersensitiveness","hypersensitivenesses","hypersensitivities","hypersensitivity","hypersensitization","hypersensitizations","hypersensitize","hypersensitized","hypersensitizes","hypersensitizing","hypersensual","hypersexual","hypersexualities","hypersexuality","hypersomnia","hypersomnias","hypersomnolence","hypersomnolences","hypersonic","hypersonically","hypersonics","hyperspace","hyperspaces","hyperspatial","hyperstatic","hypersthene","hypersthenes","hypersthenia","hypersthenias","hypersthenic","hypersthenite","hypersthenites","hyperstimulate","hyperstimulated","hyperstimulates","hyperstimulating","hyperstimulation","hyperstimulations","hyperstress","hyperstresses","hypersurface","hypersurfaces","hypersusceptibilities","hypersusceptibility","hypersusceptible","hypertense","hypertension","hypertensions","hypertensive","hypertensives","hypertext","hypertexts","hyperthermal","hyperthermia","hyperthermias","hyperthermic","hyperthermies","hyperthermy","hyperthymia","hyperthymias","hyperthyroid","hyperthyroidism","hyperthyroidisms","hyperthyroids","hypertonia","hypertonias","hypertonic","hypertonicities","hypertonicity","hypertrophic","hypertrophical","hypertrophied","hypertrophies","hypertrophous","hypertrophy","hypertrophying","hypertypical","hyperurbanism","hyperurbanisms","hyperuricemia","hyperuricemias","hypervelocities","hypervelocity","hyperventilate","hyperventilated","hyperventilates","hyperventilating","hyperventilation","hyperventilations","hypervigilance","hypervigilances","hypervigilant","hypervirulent","hyperviscosities","hyperviscosity","hypervitaminoses","hypervitaminosis","hypes","hypester","hypesters","hypesthesia","hypesthesias","hypesthesic","hypethral","hypha","hyphae","hyphal","hyphemia","hyphemias","hyphen","hyphenate","hyphenated","hyphenates","hyphenating","hyphenation","hyphenations","hyphened","hyphenic","hyphening","hyphenisation","hyphenisations","hyphenise","hyphenised","hyphenises","hyphenising","hyphenism","hyphenisms","hyphenization","hyphenizations","hyphenize","hyphenized","hyphenizes","hyphenizing","hyphenless","hyphens","hyphies","hyphy","hyping","hypings","hypinoses","hypinosis","hypnagogic","hypnic","hypnics","hypnoanalyses","hypnoanalysis","hypnoanalytic","hypnobirthing","hypnobirthings","hypnogeneses","hypnogenesis","hypnogenetic","hypnogenic","hypnogenies","hypnogenous","hypnogeny","hypnogogic","hypnoid","hypnoidal","hypnoidise","hypnoidised","hypnoidises","hypnoidising","hypnoidize","hypnoidized","hypnoidizes","hypnoidizing","hypnologic","hypnological","hypnologies","hypnologist","hypnologists","hypnology","hypnone","hypnones","hypnopaedia","hypnopaedias","hypnopompic","hypnoses","hypnosis","hypnotee","hypnotees","hypnotherapies","hypnotherapist","hypnotherapists","hypnotherapy","hypnotic","hypnotically","hypnotics","hypnotisability","hypnotisable","hypnotisation","hypnotisations","hypnotise","hypnotised","hypnotiser","hypnotisers","hypnotises","hypnotising","hypnotism","hypnotisms","hypnotist","hypnotistic","hypnotists","hypnotizabilities","hypnotizability","hypnotizable","hypnotization","hypnotizations","hypnotize","hypnotized","hypnotizer","hypnotizers","hypnotizes","hypnotizing","hypnotoid","hypnum","hypnums","hypo","hypoacid","hypoacidities","hypoacidity","hypoaeolian","hypoallergenic","hypobaric","hypoblast","hypoblastic","hypoblasts","hypobole","hypoboles","hypocalcemia","hypocalcemias","hypocalcemic","hypocaust","hypocausts","hypocenter","hypocenters","hypocentral","hypocentre","hypocentres","hypochlorite","hypochlorites","hypochlorous","hypochondria","hypochondriac","hypochondriacal","hypochondriacally","hypochondriacs","hypochondrias","hypochondriases","hypochondriasis","hypochondriasm","hypochondriasms","hypochondriast","hypochondriasts","hypochondrium","hypocist","hypocists","hypocorism","hypocorisma","hypocorismas","hypocorisms","hypocoristic","hypocoristical","hypocoristically","hypocotyl","hypocotylous","hypocotyls","hypocrisies","hypocrisy","hypocrite","hypocrites","hypocritic","hypocritical","hypocritically","hypocrystalline","hypocycloid","hypocycloidal","hypocycloids","hypoderm","hypoderma","hypodermal","hypodermas","hypodermic","hypodermically","hypodermics","hypodermis","hypodermises","hypoderms","hypodiploid","hypodiploidies","hypodiploidy","hypodorian","hypoed","hypoeutectic","hypoeutectoid","hypogaea","hypogaeal","hypogaean","hypogaeous","hypogaeum","hypogastria","hypogastric","hypogastrium","hypogea","hypogeal","hypogean","hypogene","hypogenic","hypogenous","hypogeous","hypogeum","hypoglossal","hypoglossals","hypoglycaemia","hypoglycaemias","hypoglycaemic","hypoglycemia","hypoglycemias","hypoglycemic","hypoglycemics","hypognathism","hypognathisms","hypognathous","hypogynies","hypogynous","hypogyny","hypoid","hypoing","hypokalemia","hypokalemias","hypokalemic","hypolimnia","hypolimnion","hypolimnions","hypolydian","hypomagnesaemia","hypomagnesemia","hypomagnesemias","hypomania","hypomanias","hypomanic","hypomanics","hypomenorrhea","hypomenorrheas","hypomenorrhoea","hypomenorrhoeas","hypomixolydian","hypomorph","hypomorphic","hypomorphs","hyponastic","hyponastically","hyponasties","hyponasty","hyponatraemia","hyponatraemias","hyponea","hyponeas","hyponitrite","hyponitrites","hyponitrous","hyponoia","hyponoias","hyponym","hyponymies","hyponyms","hyponymy","hypoparathyroidism","hypoparathyroidisms","hypopharynges","hypopharynx","hypopharynxes","hypophosphate","hypophosphates","hypophosphite","hypophosphites","hypophosphoric","hypophosphorous","hypophrygian","hypophyge","hypophyges","hypophyseal","hypophysectomies","hypophysectomize","hypophysectomized","hypophysectomizes","hypophysectomizing","hypophysectomy","hypophyses","hypophysial","hypophysis","hypopituitarism","hypopituitarisms","hypopituitary","hypoplasia","hypoplasias","hypoplastic","hypoplasties","hypoplastra","hypoplastron","hypoplasty","hypoploid","hypoploidies","hypoploids","hypoploidy","hypopnea","hypopneas","hypopneic","hypopnoea","hypopnoeas","hypopyon","hypopyons","hypos","hyposensitise","hyposensitised","hyposensitises","hyposensitising","hyposensitization","hyposensitizations","hyposensitize","hyposensitized","hyposensitizes","hyposensitizing","hypospadias","hypospadiases","hypostases","hypostasis","hypostasisation","hypostasise","hypostasised","hypostasises","hypostasising","hypostasization","hypostasize","hypostasized","hypostasizes","hypostasizing","hypostatic","hypostatical","hypostatically","hypostatisation","hypostatise","hypostatised","hypostatises","hypostatising","hypostatization","hypostatizations","hypostatize","hypostatized","hypostatizes","hypostatizing","hyposthenia","hyposthenias","hyposthenic","hypostome","hypostomes","hypostress","hypostresses","hypostrophe","hypostrophes","hypostyle","hypostyles","hyposulphate","hyposulphates","hyposulphite","hyposulphites","hyposulphuric","hyposulphurous","hypotactic","hypotaxes","hypotaxis","hypotension","hypotensions","hypotensive","hypotensives","hypotenuse","hypotenuses","hypothalami","hypothalamic","hypothalamus","hypothec","hypotheca","hypothecae","hypothecary","hypothecate","hypothecated","hypothecates","hypothecating","hypothecation","hypothecations","hypothecator","hypothecators","hypothecs","hypothenuse","hypothenuses","hypothermal","hypothermia","hypothermias","hypothermic","hypotheses","hypothesis","hypothesise","hypothesised","hypothesiser","hypothesisers","hypothesises","hypothesising","hypothesist","hypothesists","hypothesize","hypothesized","hypothesizer","hypothesizers","hypothesizes","hypothesizing","hypothetic","hypothetical","hypothetically","hypothetise","hypothetised","hypothetises","hypothetising","hypothetize","hypothetized","hypothetizes","hypothetizing","hypothymia","hypothymias","hypothyroid","hypothyroidism","hypothyroidisms","hypothyroids","hypotonia","hypotonias","hypotonic","hypotonicities","hypotonicity","hypotrochoid","hypotrochoids","hypotyposes","hypotyposis","hypoventilation","hypoxaemia","hypoxaemias","hypoxaemic","hypoxanthine","hypoxanthines","hypoxemia","hypoxemias","hypoxemic","hypoxia","hypoxias","hypoxic","hypped","hypping","hyps","hypsochrome","hypsochromes","hypsochromic","hypsographic","hypsographical","hypsographies","hypsography","hypsometer","hypsometers","hypsometric","hypsometrical","hypsometrically","hypsometries","hypsometrist","hypsometrists","hypsometry","hypsophobe","hypsophobes","hypsophobia","hypsophobias","hypsophyll","hypsophyllary","hypsophylls","hypural","hyraces","hyracoid","hyracoidean","hyracoideans","hyracoids","hyrax","hyraxes","hyson","hysons","hyssop","hyssops","hysteranthous","hysterectomies","hysterectomise","hysterectomised","hysterectomises","hysterectomize","hysterectomized","hysterectomizes","hysterectomy","hystereses","hysteresial","hysteresis","hysteretic","hysteretically","hysteria","hysterias","hysteric","hysterical","hysterically","hystericky","hysterics","hysteritis","hysteritises","hysterogenic","hysterogenies","hysterogeny","hysteroid","hysteroidal","hysteromania","hysteromanias","hysterotomies","hysterotomy","hystricomorph","hystricomorphic","hystricomorphs","hyte","hythe","hythes","i","iamb","iambi","iambic","iambically","iambics","iambist","iambists","iambographer","iambographers","iambs","iambus","iambuses","ianthine","iatric","iatrical","iatrochemical","iatrochemist","iatrochemistry","iatrochemists","iatrogenic","iatrogenically","iatrogenicities","iatrogenicity","iatrogenies","iatrogeny","ibadah","ibadat","iberis","iberises","ibex","ibexes","ibices","ibidem","ibis","ibises","ibogaine","ibogaines","ibrik","ibriks","ibuprofen","ibuprofens","ice","iceball","iceballs","iceberg","icebergs","iceblink","iceblinks","iceboat","iceboater","iceboaters","iceboating","iceboatings","iceboats","icebound","icebox","iceboxes","icebreaker","icebreakers","icebreaking","icecap","icecapped","icecaps","iced","icefall","icefalls","icefield","icefields","icehouse","icehouses","icekhana","icekhanas","iceless","icelike","icemaker","icemakers","iceman","icemen","icepack","icepacks","icer","icers","ices","icestone","icestones","icewine","icewines","ich","ichabod","iched","iches","iching","ichneumon","ichneumons","ichnite","ichnites","ichnofossil","ichnofossils","ichnographic","ichnographical","ichnographies","ichnography","ichnolite","ichnolites","ichnological","ichnologies","ichnology","ichor","ichorous","ichors","ichs","ichthic","ichthyic","ichthyocolla","ichthyocollas","ichthyodorulite","ichthyodorylite","ichthyofauna","ichthyofaunae","ichthyofaunal","ichthyofaunas","ichthyoid","ichthyoidal","ichthyoids","ichthyolatries","ichthyolatrous","ichthyolatry","ichthyolite","ichthyolites","ichthyolitic","ichthyologic","ichthyological","ichthyologically","ichthyologies","ichthyologist","ichthyologists","ichthyology","ichthyophagies","ichthyophagist","ichthyophagists","ichthyophagous","ichthyophagy","ichthyopsid","ichthyopsidan","ichthyopsidans","ichthyopsids","ichthyornis","ichthyornises","ichthyosaur","ichthyosauri","ichthyosaurian","ichthyosaurians","ichthyosaurs","ichthyosaurus","ichthyosauruses","ichthyoses","ichthyosis","ichthyotic","ichthys","ichthyses","icicle","icicled","icicles","icier","iciest","icily","iciness","icinesses","icing","icings","ick","icker","ickers","ickier","ickiest","ickily","ickiness","ickinesses","ickle","ickler","icklest","icky","icon","icones","iconic","iconical","iconically","iconicities","iconicity","iconified","iconifies","iconify","iconifying","iconise","iconised","iconises","iconising","iconize","iconized","iconizes","iconizing","iconoclasm","iconoclasms","iconoclast","iconoclastic","iconoclastically","iconoclasts","iconographer","iconographers","iconographic","iconographical","iconographically","iconographies","iconography","iconolater","iconolaters","iconolatries","iconolatrous","iconolatry","iconological","iconologies","iconologist","iconologists","iconology","iconomachies","iconomachist","iconomachists","iconomachy","iconomatic","iconomaticism","iconomaticisms","iconometer","iconometers","iconometries","iconometry","iconophilism","iconophilisms","iconophilist","iconophilists","iconoscope","iconoscopes","iconostas","iconostases","iconostasis","icons","icosahedra","icosahedral","icosahedron","icosahedrons","icosandrian","icosandrous","icositetrahedra","ictal","icteric","icterical","ictericals","icterics","icterid","icterids","icterine","icteritious","icterus","icteruses","ictic","ictus","ictuses","icy","id","idant","idants","ide","idea","ideaed","ideal","idealess","idealisation","idealisations","idealise","idealised","idealiser","idealisers","idealises","idealising","idealism","idealisms","idealist","idealistic","idealistically","idealists","idealities","ideality","idealization","idealizations","idealize","idealized","idealizer","idealizers","idealizes","idealizing","idealless","ideally","idealness","idealnesses","idealogies","idealogue","idealogues","idealogy","ideals","ideas","ideata","ideate","ideated","ideates","ideating","ideation","ideational","ideationally","ideations","ideative","ideatum","idee","idees","idem","idempotencies","idempotency","idempotent","idempotents","ident","identic","identical","identically","identicalness","identicalnesses","identifiable","identifiably","identification","identifications","identified","identifier","identifiers","identifies","identify","identifying","identikit","identikits","identities","identity","idents","ideogram","ideogramic","ideogrammatic","ideogrammic","ideograms","ideograph","ideographic","ideographical","ideographically","ideographies","ideographs","ideography","ideologic","ideological","ideologically","ideologies","ideologise","ideologised","ideologises","ideologising","ideologist","ideologists","ideologize","ideologized","ideologizes","ideologizing","ideologue","ideologues","ideology","ideomotor","ideophone","ideophones","ideopolis","ideopolises","ideopraxist","ideopraxists","ides","idioblast","idioblastic","idioblasts","idiocies","idiocy","idioglossia","idioglossias","idiogram","idiograms","idiograph","idiographic","idiographs","idiolect","idiolectal","idiolectic","idiolects","idiom","idiomatic","idiomatical","idiomatically","idiomaticalness","idiomaticness","idiomaticnesses","idiomorphic","idiomorphically","idiomorphism","idiomorphisms","idioms","idiopathic","idiopathically","idiopathies","idiopathy","idiophone","idiophones","idiophonic","idioplasm","idioplasmatic","idioplasmic","idioplasms","idiorhythmic","idiorrhythmic","idiosyncrasies","idiosyncrasy","idiosyncratic","idiosyncratical","idiosyncratically","idiot","idiotcies","idiotcy","idiothermous","idiotic","idiotical","idiotically","idioticalness","idioticalnesses","idioticon","idioticons","idiotish","idiotism","idiotisms","idiots","idiotype","idiotypes","idiotypic","idle","idled","idlehood","idlehoods","idleness","idlenesses","idler","idlers","idles","idlesse","idlesses","idlest","idling","idly","idocrase","idocrases","idol","idola","idolater","idolaters","idolator","idolators","idolatress","idolatresses","idolatries","idolatrise","idolatrised","idolatriser","idolatrisers","idolatrises","idolatrising","idolatrize","idolatrized","idolatrizer","idolatrizers","idolatrizes","idolatrizing","idolatrous","idolatrously","idolatrousness","idolatrousnesses","idolatry","idolisation","idolisations","idolise","idolised","idoliser","idolisers","idolises","idolising","idolism","idolisms","idolist","idolists","idolization","idolizations","idolize","idolized","idolizer","idolizers","idolizes","idolizing","idoloclast","idoloclasts","idolon","idols","idolum","idoneities","idoneity","idoneous","idoxuridine","idoxuridines","ids","idyl","idylist","idylists","idyll","idyllian","idyllic","idyllically","idyllist","idyllists","idylls","idyls","if","iff","iffier","iffiest","iffiness","iffinesses","iffy","ifs","iftar","iftars","igad","igapo","igapos","igarape","igarapes","igg","igged","igging","iggs","igloo","igloos","iglu","iglus","ignaro","ignaroes","ignaros","ignatia","ignatias","igneous","ignescent","ignescents","ignified","ignifies","ignify","ignifying","ignimbrite","ignimbrites","ignipotent","ignitabilities","ignitability","ignitable","ignite","ignited","igniter","igniters","ignites","ignitibilities","ignitibility","ignitible","igniting","ignition","ignitions","ignitor","ignitors","ignitron","ignitrons","ignobilities","ignobility","ignoble","ignobleness","ignoblenesses","ignobler","ignoblest","ignobly","ignomies","ignominies","ignominious","ignominiously","ignominiousness","ignominiousnesses","ignominy","ignomy","ignorable","ignorami","ignoramus","ignoramuses","ignorance","ignorances","ignorant","ignorantly","ignorantness","ignorantnesses","ignorants","ignoration","ignorations","ignore","ignored","ignorer","ignorers","ignores","ignoring","iguana","iguanas","iguanian","iguanians","iguanid","iguanids","iguanodon","iguanodons","ihram","ihrams","ijtihad","ijtihads","ikan","ikans","ikat","ikats","ikebana","ikebanas","ikon","ikons","ilea","ileac","ileal","ileitides","ileitis","ileitises","ileostomies","ileostomy","ileum","ileus","ileuses","ilex","ilexes","ilia","iliac","iliacus","iliacuses","iliad","iliads","ilial","ilices","ilium","ilk","ilka","ilkaday","ilkadays","ilks","ill","illapse","illapsed","illapses","illapsing","illaqueable","illaqueate","illaqueated","illaqueates","illaqueating","illaqueation","illaqueations","illation","illations","illative","illatively","illatives","illaudable","illaudably","illawarra","illawarras","illegal","illegalisation","illegalisations","illegalise","illegalised","illegalises","illegalising","illegalities","illegality","illegalization","illegalizations","illegalize","illegalized","illegalizes","illegalizing","illegally","illegals","illegibilities","illegibility","illegible","illegibleness","illegiblenesses","illegibly","illegitimacies","illegitimacy","illegitimate","illegitimated","illegitimately","illegitimates","illegitimating","illegitimation","illegitimations","iller","illest","illiad","illiads","illiberal","illiberalise","illiberalised","illiberalises","illiberalising","illiberalism","illiberalisms","illiberalities","illiberality","illiberalize","illiberalized","illiberalizes","illiberalizing","illiberally","illiberalness","illiberalnesses","illicit","illicitly","illicitness","illicitnesses","illimitabilities","illimitability","illimitable","illimitableness","illimitablenesses","illimitably","illimitation","illimitations","illimited","illinium","illiniums","illipe","illipes","illiquation","illiquations","illiquid","illiquidities","illiquidity","illision","illisions","illite","illiteracies","illiteracy","illiterate","illiterately","illiterateness","illiteratenesses","illiterates","illites","illitic","illness","illnesses","illocution","illocutionary","illocutions","illogic","illogical","illogicalities","illogicality","illogically","illogicalness","illogicalnesses","illogics","ills","illth","illths","illude","illuded","illudes","illuding","illume","illumed","illumes","illuminable","illuminance","illuminances","illuminant","illuminants","illuminate","illuminated","illuminates","illuminati","illuminating","illuminatingly","illumination","illuminational","illuminations","illuminative","illuminato","illuminator","illuminators","illumine","illumined","illuminer","illuminers","illumines","illuming","illumining","illuminism","illuminisms","illuminist","illuminists","illupi","illupis","illusion","illusional","illusionary","illusioned","illusionism","illusionisms","illusionist","illusionistic","illusionistically","illusionists","illusions","illusive","illusively","illusiveness","illusivenesses","illusorily","illusoriness","illusorinesses","illusory","illustratable","illustrate","illustrated","illustrateds","illustrates","illustrating","illustration","illustrational","illustrations","illustrative","illustratively","illustrator","illustrators","illustratory","illustrious","illustriously","illustriousness","illustriousnesses","illustrissimo","illuvia","illuvial","illuviate","illuviated","illuviates","illuviating","illuviation","illuviations","illuvium","illuviums","illy","ilmenite","ilmenites","image","imageable","imaged","imageless","imager","imageries","imagers","imagery","images","imaginable","imaginableness","imaginablenesses","imaginably","imaginal","imaginaries","imaginarily","imaginariness","imaginarinesses","imaginary","imagination","imaginational","imaginations","imaginative","imaginatively","imaginativeness","imaginativenesses","imagine","imagined","imagineer","imagineered","imagineering","imagineers","imaginer","imaginers","imagines","imaging","imagings","imagining","imaginings","imaginist","imaginists","imagism","imagisms","imagist","imagistic","imagistically","imagists","imago","imagoes","imagos","imam","imamate","imamates","imams","imaret","imarets","imari","imaris","imaum","imaums","imbalance","imbalanced","imbalances","imbalm","imbalmed","imbalmer","imbalmers","imbalming","imbalms","imbar","imbark","imbarked","imbarking","imbarks","imbarred","imbarring","imbars","imbase","imbased","imbases","imbasing","imbathe","imbathed","imbathes","imbathing","imbecile","imbecilely","imbeciles","imbecilic","imbecilically","imbecilities","imbecility","imbed","imbedded","imbedding","imbeds","imbibe","imbibed","imbiber","imbibers","imbibes","imbibing","imbibition","imbibitional","imbibitions","imbitter","imbittered","imbittering","imbitters","imbizo","imbizos","imblaze","imblazed","imblazes","imblazing","imbodied","imbodies","imbody","imbodying","imbolden","imboldened","imboldening","imboldens","imborder","imbordered","imbordering","imborders","imbosk","imbosked","imbosking","imbosks","imbosom","imbosomed","imbosoming","imbosoms","imboss","imbossed","imbosses","imbossing","imbower","imbowered","imbowering","imbowers","imbrangle","imbrangled","imbrangles","imbrangling","imbrast","imbrex","imbricate","imbricated","imbricately","imbricates","imbricating","imbrication","imbrications","imbrices","imbroccata","imbroccatas","imbroglio","imbroglios","imbrown","imbrowned","imbrowning","imbrowns","imbrue","imbrued","imbruement","imbruements","imbrues","imbruing","imbrute","imbruted","imbrutes","imbruting","imbue","imbued","imbuement","imbuements","imbues","imbuing","imburse","imbursed","imburses","imbursing","imid","imidazole","imidazoles","imide","imides","imidic","imido","imids","iminazole","iminazoles","imine","imines","imino","iminourea","iminoureas","imipramine","imipramines","imitabilities","imitability","imitable","imitableness","imitablenesses","imitancies","imitancy","imitant","imitants","imitate","imitated","imitates","imitating","imitation","imitational","imitations","imitative","imitatively","imitativeness","imitativenesses","imitator","imitators","immaculacies","immaculacy","immaculate","immaculately","immaculateness","immanacle","immanacled","immanacles","immanacling","immanation","immanations","immane","immanely","immanence","immanences","immanencies","immanency","immanent","immanental","immanentism","immanentisms","immanentist","immanentistic","immanentists","immanently","immanities","immanity","immantle","immantled","immantles","immantling","immarcescible","immarginate","immask","immasked","immasking","immasks","immaterial","immaterialise","immaterialised","immaterialises","immaterialising","immaterialism","immaterialisms","immaterialist","immaterialists","immaterialities","immateriality","immaterialize","immaterialized","immaterializes","immaterializing","immaterially","immaterialness","immature","immaturely","immatureness","immaturenesses","immatures","immaturities","immaturity","immeasurability","immeasurable","immeasurableness","immeasurablenesses","immeasurably","immeasured","immediacies","immediacy","immediate","immediately","immediateness","immediatenesses","immediatism","immediatisms","immedicable","immedicableness","immedicably","immemorial","immemorially","immense","immensely","immenseness","immensenesses","immenser","immensest","immensities","immensity","immensurability","immensurable","immerge","immerged","immergence","immergences","immerges","immerging","immeritous","immerse","immersed","immerser","immersers","immerses","immersible","immersing","immersion","immersionism","immersionisms","immersionist","immersionists","immersions","immersive","immesh","immeshed","immeshes","immeshing","immethodical","immethodically","immew","immewed","immewing","immews","immies","immigrant","immigrants","immigrate","immigrated","immigrates","immigrating","immigration","immigrational","immigrations","immigrator","immigrators","immigratory","imminence","imminences","imminencies","imminency","imminent","imminently","imminentness","imminentnesses","immingle","immingled","immingles","immingling","imminute","imminution","imminutions","immiscibilities","immiscibility","immiscible","immiscibly","immiseration","immiserations","immiserisation","immiserisations","immiserise","immiserised","immiserises","immiserising","immiserization","immiserizations","immiserize","immiserized","immiserizes","immiserizing","immission","immissions","immit","immitigability","immitigable","immitigably","immits","immittance","immittances","immitted","immitting","immix","immixed","immixes","immixing","immixture","immixtures","immobile","immobilisation","immobilisations","immobilise","immobilised","immobiliser","immobilisers","immobilises","immobilising","immobilism","immobilisms","immobilities","immobility","immobilization","immobilizations","immobilize","immobilized","immobilizer","immobilizers","immobilizes","immobilizing","immoderacies","immoderacy","immoderate","immoderately","immoderateness","immoderatenesses","immoderation","immoderations","immodest","immodesties","immodestly","immodesty","immolate","immolated","immolates","immolating","immolation","immolations","immolator","immolators","immoment","immomentous","immoral","immoralism","immoralisms","immoralist","immoralists","immoralities","immorality","immorally","immortal","immortalisation","immortalise","immortalised","immortaliser","immortalisers","immortalises","immortalising","immortalities","immortality","immortalization","immortalizations","immortalize","immortalized","immortalizer","immortalizers","immortalizes","immortalizing","immortally","immortals","immortelle","immortelles","immotile","immotilities","immotility","immovabilities","immovability","immovable","immovableness","immovablenesses","immovables","immovably","immoveabilities","immoveability","immoveable","immoveableness","immoveables","immoveably","immune","immunes","immunifacient","immunisation","immunisations","immunise","immunised","immuniser","immunisers","immunises","immunising","immunities","immunity","immunization","immunizations","immunize","immunized","immunizer","immunizers","immunizes","immunizing","immunoassay","immunoassayable","immunoassayist","immunoassayists","immunoassays","immunoblot","immunoblots","immunoblotting","immunoblottings","immunochemical","immunochemically","immunochemist","immunochemistries","immunochemistry","immunochemists","immunocompetence","immunocompetences","immunocompetent","immunocomplex","immunocomplexes","immunocompromised","immunocytochemical","immunocytochemically","immunocytochemistries","immunocytochemistry","immunodeficiencies","immunodeficiency","immunodeficient","immunodiagnoses","immunodiagnosis","immunodiagnostic","immunodiffusion","immunodiffusions","immunoelectrophoreses","immunoelectrophoresis","immunoelectrophoretic","immunoelectrophoretically","immunofluorescence","immunofluorescences","immunofluorescent","immunogen","immunogeneses","immunogenesis","immunogenetic","immunogenetical","immunogenetically","immunogeneticist","immunogeneticists","immunogenetics","immunogenic","immunogenically","immunogenicities","immunogenicity","immunogens","immunoglobulin","immunoglobulins","immunohematologic","immunohematological","immunohematologies","immunohematologist","immunohematologists","immunohematology","immunohistochemical","immunohistochemistries","immunohistochemistry","immunologic","immunological","immunologically","immunologies","immunologist","immunologists","immunology","immunomodulator","immunomodulators","immunomodulatory","immunopathologic","immunopathological","immunopathologies","immunopathologist","immunopathologists","immunopathology","immunophoreses","immunophoresis","immunoprecipitate","immunoprecipitated","immunoprecipitates","immunoprecipitating","immunoprecipitation","immunoprecipitations","immunoreaction","immunoreactions","immunoreactive","immunoreactivities","immunoreactivity","immunoregulation","immunoregulations","immunoregulatory","immunosorbent","immunosorbents","immunosuppress","immunosuppressant","immunosuppressants","immunosuppressed","immunosuppresses","immunosuppressing","immunosuppression","immunosuppressions","immunosuppressive","immunotherapeutic","immunotherapies","immunotherapy","immunotoxic","immunotoxin","immunotoxins","immure","immured","immurement","immurements","immures","immuring","immutabilities","immutability","immutable","immutableness","immutablenesses","immutably","immy","imp","impacable","impact","impacted","impacter","impacters","impactful","impacting","impaction","impactions","impactite","impactites","impactive","impactor","impactors","impacts","impaint","impainted","impainting","impaints","impair","impairable","impaired","impairer","impairers","impairing","impairings","impairment","impairments","impairs","impala","impalas","impale","impaled","impalement","impalements","impaler","impalers","impales","impaling","impalpabilities","impalpability","impalpable","impalpably","impaludism","impaludisms","impanate","impanation","impanations","impanel","impaneled","impaneling","impanelled","impanelling","impanelment","impanelments","impanels","impannel","impannelled","impannelling","impannels","imparadise","imparadised","imparadises","imparadising","imparidigitate","imparipinnate","imparisyllabic","imparities","imparity","impark","imparkation","imparkations","imparked","imparking","imparks","imparl","imparlance","imparlances","imparled","imparling","imparls","impart","impartable","impartation","impartations","imparted","imparter","imparters","impartial","impartialities","impartiality","impartially","impartialness","impartialnesses","impartibilities","impartibility","impartible","impartibly","imparting","impartment","impartments","imparts","impassabilities","impassability","impassable","impassableness","impassablenesses","impassably","impasse","impasses","impassibilities","impassibility","impassible","impassibleness","impassibly","impassion","impassionate","impassioned","impassionedly","impassionedness","impassioning","impassions","impassive","impassively","impassiveness","impassivenesses","impassivities","impassivity","impastation","impastations","impaste","impasted","impastes","impasting","impasto","impastoed","impastos","impatience","impatiences","impatiens","impatient","impatiently","impave","impaved","impaves","impavid","impavidly","impaving","impawn","impawned","impawning","impawns","impeach","impeachability","impeachable","impeached","impeacher","impeachers","impeaches","impeaching","impeachment","impeachments","impearl","impearled","impearling","impearls","impeccabilities","impeccability","impeccable","impeccably","impeccancies","impeccancy","impeccant","impecuniosities","impecuniosity","impecunious","impecuniously","impecuniousness","impecuniousnesses","imped","impedance","impedances","impede","impeded","impeder","impeders","impedes","impediment","impedimenta","impedimental","impedimentary","impediments","impeding","impedingly","impeditive","impedor","impedors","impel","impelled","impellent","impellents","impeller","impellers","impelling","impellor","impellors","impels","impend","impended","impendence","impendences","impendencies","impendency","impendent","impending","impends","impenetrabilities","impenetrability","impenetrable","impenetrably","impenetrate","impenetrated","impenetrates","impenetrating","impenetration","impenetrations","impenitence","impenitences","impenitencies","impenitency","impenitent","impenitently","impenitentness","impenitents","impennate","imperatival","imperative","imperatively","imperativeness","imperativenesses","imperatives","imperator","imperatorial","imperatorially","imperators","imperatorship","imperatorships","imperceable","imperceivable","imperceptible","imperceptibly","imperception","imperceptions","imperceptive","imperceptively","imperceptiveness","imperceptivenesses","imperceptivity","impercipience","impercipiences","impercipient","impercipiently","imperfect","imperfectible","imperfection","imperfections","imperfective","imperfectively","imperfectives","imperfectly","imperfectness","imperfectnesses","imperfects","imperforable","imperforate","imperforated","imperforation","imperforations","imperia","imperial","imperialise","imperialised","imperialises","imperialising","imperialism","imperialisms","imperialist","imperialistic","imperialistically","imperialists","imperialities","imperiality","imperialize","imperialized","imperializes","imperializing","imperially","imperialness","imperialnesses","imperials","imperil","imperiled","imperiling","imperilled","imperilling","imperilment","imperilments","imperils","imperious","imperiously","imperiousness","imperiousnesses","imperishabilities","imperishability","imperishable","imperishableness","imperishablenesses","imperishables","imperishably","imperium","imperiums","impermanence","impermanences","impermanencies","impermanency","impermanent","impermanently","impermeabilities","impermeability","impermeable","impermeableness","impermeably","impermissibilities","impermissibility","impermissible","impermissibly","imperscriptible","imperseverant","impersistent","impersonal","impersonalise","impersonalised","impersonalises","impersonalising","impersonalities","impersonality","impersonalization","impersonalizations","impersonalize","impersonalized","impersonalizes","impersonalizing","impersonally","impersonate","impersonated","impersonates","impersonating","impersonation","impersonations","impersonator","impersonators","impertinence","impertinences","impertinencies","impertinency","impertinent","impertinently","imperturbabilities","imperturbability","imperturbable","imperturbably","imperturbation","imperturbations","imperviability","imperviable","imperviableness","impervious","imperviously","imperviousness","imperviousnesses","impeticos","impeticossed","impeticosses","impeticossing","impetigines","impetiginous","impetigo","impetigos","impetrate","impetrated","impetrates","impetrating","impetration","impetrations","impetrative","impetrator","impetrators","impetratory","impetuosities","impetuosity","impetuous","impetuously","impetuousness","impetuousnesses","impetus","impetuses","imphee","imphees","impi","impictured","impierceable","impies","impieties","impiety","impignorate","impignorated","impignorates","impignorating","impignoration","impignorations","imping","impinge","impinged","impingement","impingements","impingent","impinger","impingers","impinges","impinging","impings","impious","impiously","impiousness","impiousnesses","impis","impish","impishly","impishness","impishnesses","implacabilities","implacability","implacable","implacableness","implacably","implacental","implant","implantable","implantation","implantations","implanted","implanter","implanters","implanting","implants","implate","implated","implates","implating","implausibilities","implausibility","implausible","implausibleness","implausibly","impleach","impleached","impleaches","impleaching","implead","impleadable","impleaded","impleader","impleaders","impleading","impleads","impled","impledge","impledged","impledges","impledging","implement","implemental","implementation","implementations","implemented","implementer","implementers","implementing","implementor","implementors","implements","implete","impleted","impletes","impleting","impletion","impletions","implex","implexes","implexion","implexions","implexuous","implicate","implicated","implicates","implicating","implication","implicational","implications","implicative","implicatively","implicativeness","implicativenesses","implicature","implicatures","implicit","implicities","implicitly","implicitness","implicitnesses","implicity","implied","impliedly","implies","implode","imploded","implodent","implodents","implodes","imploding","imploration","implorations","implorator","implorators","imploratory","implore","implored","implorer","implorers","implores","imploring","imploringly","implosion","implosions","implosive","implosively","implosives","implunge","implunged","implunges","implunging","impluvia","impluvium","imply","implying","impocket","impocketed","impocketing","impockets","impolder","impoldered","impoldering","impolders","impolicies","impolicy","impolite","impolitely","impoliteness","impolitenesses","impoliter","impolitest","impolitic","impolitical","impolitically","impoliticly","impoliticness","impoliticnesses","imponderabilia","imponderabilities","imponderability","imponderable","imponderables","imponderably","imponderous","impone","imponed","imponent","imponents","impones","imponing","imporous","import","importabilities","importability","importable","importance","importances","importancies","importancy","important","importantly","importation","importations","imported","importer","importers","importing","importings","imports","importunacies","importunacy","importunate","importunately","importunateness","importunatenesses","importune","importuned","importunely","importuner","importuners","importunes","importuning","importunings","importunities","importunity","imposable","impose","imposed","imposer","imposers","imposes","imposex","imposexes","imposing","imposingly","imposingness","imposingnesses","imposition","impositions","impossibilism","impossibilisms","impossibilist","impossibilists","impossibilities","impossibility","impossible","impossibleness","impossiblenesses","impossibles","impossibly","impost","imposted","imposter","imposters","imposthumate","imposthumated","imposthumates","imposthumating","imposthumation","imposthumations","imposthume","imposthumed","imposthumes","imposting","impostor","impostorous","impostors","impostrous","imposts","impostumate","impostumated","impostumates","impostumating","impostumation","impostumations","impostume","impostumed","impostumes","imposture","impostures","imposturous","impot","impotence","impotences","impotencies","impotency","impotent","impotently","impotentness","impotentnesses","impotents","impots","impound","impoundable","impoundage","impoundages","impounded","impounder","impounders","impounding","impoundment","impoundments","impounds","impoverish","impoverished","impoverisher","impoverishers","impoverishes","impoverishing","impoverishment","impoverishments","impower","impowered","impowering","impowers","impracticabilities","impracticability","impracticable","impracticably","impractical","impracticalities","impracticality","impractically","impracticalness","imprecate","imprecated","imprecates","imprecating","imprecation","imprecations","imprecatory","imprecise","imprecisely","impreciseness","imprecisenesses","imprecision","imprecisions","impredicative","impregn","impregnabilities","impregnability","impregnable","impregnableness","impregnablenesses","impregnably","impregnant","impregnants","impregnatable","impregnate","impregnated","impregnates","impregnating","impregnation","impregnations","impregnator","impregnators","impregned","impregning","impregns","impresa","impresari","impresario","impresarios","impresas","imprescriptible","imprescriptibly","imprese","impreses","impress","impresse","impressed","impresser","impressers","impresses","impressibilities","impressibility","impressible","impressing","impression","impressionabilities","impressionability","impressionable","impressional","impressionally","impressionism","impressionisms","impressionist","impressionistic","impressionistically","impressionists","impressions","impressive","impressively","impressiveness","impressivenesses","impressment","impressments","impressure","impressures","imprest","imprests","imprimatur","imprimaturs","imprimis","imprint","imprinted","imprinter","imprinters","imprinting","imprintings","imprints","imprison","imprisonable","imprisoned","imprisoner","imprisoners","imprisoning","imprisonment","imprisonments","imprisons","improbabilities","improbability","improbable","improbableness","improbably","improbation","improbations","improbities","improbity","impromptu","impromptus","improper","improperly","improperness","impropernesses","impropriate","impropriated","impropriates","impropriating","impropriation","impropriations","impropriator","impropriators","improprieties","impropriety","improv","improvabilities","improvability","improvable","improvableness","improvably","improve","improved","improvement","improvements","improver","improvers","improves","improvidence","improvidences","improvident","improvidently","improving","improvingly","improvisate","improvisated","improvisates","improvisating","improvisation","improvisational","improvisationally","improvisations","improvisator","improvisatore","improvisatores","improvisatori","improvisatorial","improvisators","improvisatory","improvisatrices","improvisatrix","improvisatrixes","improvise","improvised","improviser","improvisers","improvises","improvising","improvisor","improvisors","improvs","improvvisatore","improvvisatores","improvvisatrice","imprudence","imprudences","imprudent","imprudently","imps","impsonite","impsonites","impudence","impudences","impudencies","impudency","impudent","impudently","impudentness","impudentnesses","impudicities","impudicity","impugn","impugnable","impugnation","impugnations","impugned","impugner","impugners","impugning","impugnment","impugnments","impugns","impuissance","impuissances","impuissant","impulse","impulsed","impulses","impulsing","impulsion","impulsions","impulsive","impulsively","impulsiveness","impulsivenesses","impulsivities","impulsivity","impundulu","impundulus","impunities","impunity","impure","impurely","impureness","impurenesses","impurer","impurest","impurities","impurity","impurple","impurpled","impurples","impurpling","imputabilities","imputability","imputable","imputableness","imputablenesses","imputably","imputation","imputations","imputative","imputatively","impute","imputed","imputer","imputers","imputes","imputing","imshi","imshy","in","inabilities","inability","inabstinence","inabstinences","inaccessibilities","inaccessibility","inaccessible","inaccessibly","inaccuracies","inaccuracy","inaccurate","inaccurately","inaccurateness","inaction","inactions","inactivate","inactivated","inactivates","inactivating","inactivation","inactivations","inactive","inactively","inactiveness","inactivenesses","inactivities","inactivity","inadaptable","inadaptation","inadaptations","inadaptive","inadequacies","inadequacy","inadequate","inadequately","inadequateness","inadequatenesses","inadequates","inadmissibilities","inadmissibility","inadmissible","inadmissibly","inadvertence","inadvertences","inadvertencies","inadvertency","inadvertent","inadvertently","inadvisabilities","inadvisability","inadvisable","inadvisableness","inadvisably","inaidable","inalienabilities","inalienability","inalienable","inalienableness","inalienably","inalterabilities","inalterability","inalterable","inalterableness","inalterablenesses","inalterably","inamorata","inamoratas","inamorato","inamoratos","inane","inanely","inaneness","inanenesses","inaner","inanes","inanest","inanga","inangas","inanimate","inanimately","inanimateness","inanimatenesses","inanimation","inanimations","inanities","inanition","inanitions","inanity","inapparent","inapparently","inappeasable","inappellable","inappetence","inappetences","inappetencies","inappetency","inappetent","inapplicabilities","inapplicability","inapplicable","inapplicably","inapposite","inappositely","inappositeness","inappositenesses","inappreciable","inappreciably","inappreciation","inappreciations","inappreciative","inappreciatively","inappreciativeness","inappreciativenesses","inapprehensible","inapprehension","inapprehensions","inapprehensive","inapproachable","inapproachably","inappropriate","inappropriately","inappropriateness","inappropriatenesses","inapt","inaptitude","inaptitudes","inaptly","inaptness","inaptnesses","inarable","inarch","inarched","inarches","inarching","inarguable","inarguably","inarm","inarmed","inarming","inarms","inarticulacies","inarticulacy","inarticulate","inarticulately","inarticulateness","inarticulatenesses","inarticulates","inarticulation","inarticulations","inartificial","inartificially","inartistic","inartistically","inasmuch","inattention","inattentions","inattentive","inattentively","inattentiveness","inattentivenesses","inaudibilities","inaudibility","inaudible","inaudibleness","inaudiblenesses","inaudibly","inaugural","inaugurals","inaugurate","inaugurated","inaugurates","inaugurating","inauguration","inaugurations","inaugurator","inaugurators","inauguratory","inaurate","inauspicious","inauspiciously","inauspiciousness","inauspiciousnesses","inauthentic","inauthenticities","inauthenticity","inbeing","inbeings","inbent","inboard","inboards","inborn","inbound","inbounded","inbounding","inbounds","inbox","inboxes","inbreak","inbreaks","inbreathe","inbreathed","inbreathes","inbreathing","inbred","inbreds","inbreed","inbreeder","inbreeders","inbreeding","inbreedings","inbreeds","inbring","inbringing","inbringings","inbrings","inbrought","inbuilt","inburning","inburst","inbursts","inby","inbye","incage","incaged","incages","incaging","incalculabilities","incalculability","incalculable","incalculably","incalescence","incalescences","incalescent","incandesce","incandesced","incandescence","incandescences","incandescencies","incandescency","incandescent","incandescently","incandescents","incandesces","incandescing","incant","incantation","incantational","incantations","incantator","incantators","incantatory","incanted","incanting","incants","incapabilities","incapability","incapable","incapableness","incapablenesses","incapables","incapably","incapacious","incapaciousness","incapacitant","incapacitants","incapacitate","incapacitated","incapacitates","incapacitating","incapacitation","incapacitations","incapacities","incapacity","incapsulate","incapsulated","incapsulates","incapsulating","incapsulation","incapsulations","incarcerate","incarcerated","incarcerates","incarcerating","incarceration","incarcerations","incarcerator","incarcerators","incardinate","incardinated","incardinates","incardinating","incardination","incardinations","incarnadine","incarnadined","incarnadines","incarnadining","incarnate","incarnated","incarnates","incarnating","incarnation","incarnations","incarvillea","incarvilleas","incase","incased","incasement","incasements","incases","incasing","incatenation","incatenations","incaution","incautions","incautious","incautiously","incautiousness","incautiousnesses","incave","incaved","incaves","incavi","incaving","incavo","incede","inceded","incedes","inceding","incedingly","incendiaries","incendiarism","incendiarisms","incendiary","incendivities","incendivity","incensation","incensations","incense","incensed","incensement","incensements","incenser","incensers","incenses","incensing","incensor","incensories","incensors","incensory","incent","incented","incenter","incenters","incenting","incentive","incentively","incentives","incentivisation","incentivise","incentivised","incentivises","incentivising","incentivization","incentivize","incentivized","incentivizes","incentivizing","incentre","incentres","incents","incept","incepted","incepting","inception","inceptions","inceptive","inceptively","inceptives","inceptor","inceptors","incepts","incertain","incertainties","incertainty","incertitude","incertitudes","incessancies","incessancy","incessant","incessantly","incessantness","incessantnesses","incest","incests","incestuous","incestuously","incestuousness","incestuousnesses","inch","incharitable","inchase","inchased","inchases","inchasing","inched","incher","inchers","inches","inching","inchmeal","inchoate","inchoated","inchoately","inchoateness","inchoatenesses","inchoates","inchoating","inchoation","inchoations","inchoative","inchoatively","inchoatives","inchpin","inchpins","inchworm","inchworms","incidence","incidences","incident","incidental","incidentally","incidentalness","incidentals","incidents","incinerate","incinerated","incinerates","incinerating","incineration","incinerations","incinerator","incinerators","incipience","incipiences","incipiencies","incipiency","incipient","incipiently","incipit","incipits","incisal","incise","incised","incises","incisiform","incising","incision","incisions","incisive","incisively","incisiveness","incisivenesses","incisor","incisorial","incisors","incisory","incisural","incisure","incisures","incitable","incitant","incitants","incitation","incitations","incitative","incitatives","incite","incited","incitement","incitements","inciter","inciters","incites","inciting","incitingly","incivil","incivilities","incivility","incivism","incivisms","inclasp","inclasped","inclasping","inclasps","incle","inclemencies","inclemency","inclement","inclemently","inclementness","inclementnesses","incles","inclinable","inclinableness","inclination","inclinational","inclinations","inclinatoria","inclinatorium","inclinatory","incline","inclined","incliner","incliners","inclines","inclining","inclinings","inclinometer","inclinometers","inclip","inclipped","inclipping","inclips","inclosable","inclose","inclosed","incloser","inclosers","incloses","inclosing","inclosure","inclosures","includable","include","included","includedness","includednesses","includes","includible","including","inclusion","inclusions","inclusive","inclusively","inclusiveness","inclusivenesses","inclusivities","inclusivity","incoagulable","incoercible","incog","incogitability","incogitable","incogitancies","incogitancy","incogitant","incogitative","incognisable","incognisance","incognisances","incognisant","incognita","incognitas","incognito","incognitos","incognizable","incognizance","incognizances","incognizant","incogs","incoherence","incoherences","incoherencies","incoherency","incoherent","incoherently","incoherentness","incombustibilities","incombustibility","incombustible","incombustibles","incombustibly","income","incomer","incomers","incomes","incoming","incomings","incommensurabilities","incommensurability","incommensurable","incommensurables","incommensurably","incommensurate","incommiscible","incommode","incommoded","incommodes","incommoding","incommodious","incommodiously","incommodiousness","incommodiousnesses","incommodities","incommodity","incommunicabilities","incommunicability","incommunicable","incommunicably","incommunicado","incommunicative","incommutability","incommutable","incommutably","incompact","incomparabilities","incomparability","incomparable","incomparably","incompared","incompatibilities","incompatibility","incompatible","incompatibles","incompatibly","incompetence","incompetences","incompetencies","incompetency","incompetent","incompetently","incompetents","incomplete","incompletely","incompleteness","incompletenesses","incompletion","incompletions","incompliance","incompliances","incompliancies","incompliancy","incompliant","incompliantly","incomposed","incomposite","incompossible","incomprehensibilities","incomprehensibility","incomprehensible","incomprehensibleness","incomprehensiblenesses","incomprehensibly","incomprehension","incomprehensions","incomprehensive","incompressible","incompressibly","incomputability","incomputable","incomputably","incomunicado","inconceivabilities","inconceivability","inconceivable","inconceivableness","inconceivablenesses","inconceivables","inconceivably","inconcinnities","inconcinnity","inconcinnous","inconclusion","inconclusions","inconclusive","inconclusively","inconclusiveness","inconclusivenesses","incondensable","incondensible","incondite","inconditely","inconformities","inconformity","incongruence","incongruences","incongruent","incongruently","incongruities","incongruity","incongruous","incongruously","incongruousness","incongruousnesses","inconie","inconnu","inconnue","inconnues","inconnus","inconscient","inconsciently","inconscionable","inconscious","inconsecutive","inconsecutively","inconsequence","inconsequences","inconsequent","inconsequential","inconsequentialities","inconsequentiality","inconsequentially","inconsequently","inconsiderable","inconsiderableness","inconsiderablenesses","inconsiderably","inconsiderate","inconsiderately","inconsiderateness","inconsideratenesses","inconsideration","inconsiderations","inconsistence","inconsistences","inconsistencies","inconsistency","inconsistent","inconsistently","inconsolability","inconsolable","inconsolableness","inconsolablenesses","inconsolably","inconsonance","inconsonances","inconsonant","inconsonantly","inconspicuous","inconspicuously","inconspicuousness","inconspicuousnesses","inconstancies","inconstancy","inconstant","inconstantly","inconstruable","inconsumable","inconsumably","incontestabilities","incontestability","incontestable","incontestably","incontiguous","incontiguously","incontinence","incontinences","incontinencies","incontinency","incontinent","incontinently","incontrollable","incontrollably","incontrovertible","incontrovertibly","inconvenience","inconvenienced","inconveniences","inconveniencies","inconveniencing","inconveniency","inconvenient","inconveniently","inconversable","inconversant","inconvertibilities","inconvertibility","inconvertible","inconvertibly","inconvincible","inconvincibly","incony","incoordinate","incoordination","incoordinations","incoronate","incoronated","incoronation","incoronations","incorporable","incorporal","incorporall","incorporate","incorporated","incorporates","incorporating","incorporation","incorporations","incorporative","incorporator","incorporators","incorporeal","incorporeality","incorporeally","incorporeities","incorporeity","incorpse","incorpsed","incorpses","incorpsing","incorrect","incorrectly","incorrectness","incorrectnesses","incorrigibilities","incorrigibility","incorrigible","incorrigibleness","incorrigiblenesses","incorrigibles","incorrigibly","incorrodible","incorrosible","incorrupt","incorrupted","incorruptibilities","incorruptibility","incorruptible","incorruptibles","incorruptibly","incorruption","incorruptions","incorruptive","incorruptly","incorruptness","incorruptnesses","incrassate","incrassated","incrassates","incrassating","incrassation","incrassations","incrassative","increasable","increase","increased","increasedly","increaseful","increaser","increasers","increases","increasing","increasingly","increasings","increate","increately","incredibilities","incredibility","incredible","incredibleness","incrediblenesses","incredibly","incredulities","incredulity","incredulous","incredulously","incredulousness","incremate","incremated","incremates","incremating","incremation","incremations","increment","incremental","incrementalism","incrementalisms","incrementalist","incrementalists","incrementally","incrementals","incremented","incrementing","increments","increscent","incretion","incretionary","incretions","incretory","incriminate","incriminated","incriminates","incriminating","incrimination","incriminations","incriminator","incriminators","incriminatory","incross","incrossbred","incrossbreds","incrossbreed","incrossbreeding","incrossbreeds","incrossed","incrosses","incrossing","incrust","incrustant","incrustants","incrustation","incrustations","incrusted","incrusting","incrusts","incubate","incubated","incubates","incubating","incubation","incubational","incubations","incubative","incubator","incubators","incubatory","incubi","incubous","incubus","incubuses","incudal","incudate","incudes","inculcate","inculcated","inculcates","inculcating","inculcation","inculcations","inculcative","inculcator","inculcators","inculcatory","inculpabilities","inculpability","inculpable","inculpableness","inculpably","inculpate","inculpated","inculpates","inculpating","inculpation","inculpations","inculpative","inculpatory","incult","incumbencies","incumbency","incumbent","incumbently","incumbents","incumber","incumbered","incumbering","incumberingly","incumbers","incumbrance","incumbrances","incunable","incunables","incunabula","incunabular","incunabulist","incunabulists","incunabulum","incur","incurabilities","incurability","incurable","incurableness","incurablenesses","incurables","incurably","incuriosities","incuriosity","incurious","incuriously","incuriousness","incuriousnesses","incurrable","incurred","incurrence","incurrences","incurrent","incurring","incurs","incursion","incursions","incursive","incurvate","incurvated","incurvates","incurvating","incurvation","incurvations","incurvature","incurvatures","incurve","incurved","incurves","incurving","incurvities","incurvity","incus","incuse","incused","incuses","incusing","incut","indaba","indabas","indagate","indagated","indagates","indagating","indagation","indagations","indagative","indagator","indagators","indagatory","indamin","indamine","indamines","indamins","indapamide","indapamides","indart","indarted","indarting","indarts","indebted","indebtedness","indebtednesses","indecencies","indecency","indecent","indecenter","indecentest","indecently","indeciduate","indeciduous","indecipherable","indecipherably","indecision","indecisions","indecisive","indecisively","indecisiveness","indecisivenesses","indeclinable","indeclinably","indecomposable","indecorous","indecorously","indecorousness","indecorousnesses","indecorum","indecorums","indeed","indefatigabilities","indefatigability","indefatigable","indefatigableness","indefatigablenesses","indefatigably","indefeasibilities","indefeasibility","indefeasible","indefeasibly","indefectibilities","indefectibility","indefectible","indefectibly","indefensibilities","indefensibility","indefensible","indefensibly","indefinabilities","indefinability","indefinable","indefinableness","indefinablenesses","indefinables","indefinably","indefinite","indefinitely","indefiniteness","indefinitenesses","indefinites","indehiscence","indehiscences","indehiscent","indelibilities","indelibility","indelible","indelibleness","indeliblenesses","indelibly","indelicacies","indelicacy","indelicate","indelicately","indelicateness","indelicatenesses","indemnification","indemnifications","indemnified","indemnifier","indemnifiers","indemnifies","indemnify","indemnifying","indemnities","indemnity","indemonstrable","indemonstrably","indene","indenes","indent","indentation","indentations","indented","indenter","indenters","indenting","indention","indentions","indentor","indentors","indents","indenture","indentured","indentures","indentureship","indentureships","indenturing","independence","independences","independencies","independency","independent","independently","independents","indescribable","indescribableness","indescribablenesses","indescribables","indescribably","indesignate","indestructibilities","indestructibility","indestructible","indestructibleness","indestructiblenesses","indestructibly","indetectable","indetectible","indeterminable","indeterminably","indeterminacies","indeterminacy","indeterminate","indeterminately","indeterminateness","indeterminatenesses","indetermination","indeterminations","indetermined","indeterminism","indeterminisms","indeterminist","indeterministic","indeterminists","indevout","indew","indewed","indewing","indews","index","indexable","indexal","indexation","indexations","indexed","indexer","indexers","indexes","indexical","indexicals","indexing","indexings","indexless","indexterities","indexterity","india","indias","indican","indicans","indicant","indicants","indicatable","indicate","indicated","indicates","indicating","indication","indicational","indications","indicative","indicatively","indicatives","indicator","indicators","indicatory","indices","indicia","indicial","indicias","indicium","indiciums","indicolite","indicolites","indict","indictable","indictably","indicted","indictee","indictees","indicter","indicters","indicting","indiction","indictional","indictions","indictment","indictments","indictor","indictors","indicts","indie","indies","indifference","indifferences","indifferencies","indifferency","indifferent","indifferentism","indifferentisms","indifferentist","indifferentists","indifferently","indifferents","indigen","indigence","indigences","indigencies","indigency","indigene","indigenes","indigenisation","indigenisations","indigenise","indigenised","indigenises","indigenising","indigenities","indigenity","indigenization","indigenizations","indigenize","indigenized","indigenizes","indigenizing","indigenous","indigenously","indigenousness","indigenousnesses","indigens","indigent","indigently","indigents","indigest","indigested","indigestibilities","indigestibility","indigestible","indigestibles","indigestibly","indigestion","indigestions","indigestive","indigests","indign","indignance","indignances","indignant","indignantly","indignation","indignations","indignified","indignifies","indignify","indignifying","indignities","indignity","indignly","indigo","indigoes","indigoid","indigoids","indigolite","indigolites","indigos","indigotic","indigotin","indigotins","indinavir","indinavirs","indirect","indirection","indirections","indirectly","indirectness","indirectnesses","indirubin","indirubins","indiscernible","indiscernibly","indiscerptible","indisciplinable","indiscipline","indisciplined","indisciplines","indiscoverable","indiscreet","indiscreetly","indiscreetness","indiscreetnesses","indiscrete","indiscretely","indiscreteness","indiscretion","indiscretionary","indiscretions","indiscriminate","indiscriminately","indiscriminateness","indiscriminatenesses","indiscriminating","indiscriminatingly","indiscrimination","indiscriminations","indispensabilities","indispensability","indispensable","indispensableness","indispensablenesses","indispensables","indispensably","indispose","indisposed","indisposedness","indisposes","indisposing","indisposition","indispositions","indisputability","indisputable","indisputableness","indisputablenesses","indisputably","indissociable","indissociably","indissolubilities","indissolubility","indissoluble","indissolubleness","indissolublenesses","indissolubly","indissolvable","indissuadable","indissuadably","indistinct","indistinction","indistinctions","indistinctive","indistinctively","indistinctly","indistinctness","indistinctnesses","indistinguishabilities","indistinguishability","indistinguishable","indistinguishableness","indistinguishablenesses","indistinguishably","indistributable","indite","indited","inditement","inditements","inditer","inditers","indites","inditing","indium","indiums","indivertible","indivertibly","individable","individua","individual","individualise","individualised","individualiser","individualisers","individualises","individualising","individualism","individualisms","individualist","individualistic","individualistically","individualists","individualities","individuality","individualization","individualizations","individualize","individualized","individualizer","individualizers","individualizes","individualizing","individually","individuals","individuate","individuated","individuates","individuating","individuation","individuations","individuator","individuators","individuum","indivisibilities","indivisibility","indivisible","indivisibleness","indivisibles","indivisibly","indocible","indocile","indocilities","indocility","indoctrinate","indoctrinated","indoctrinates","indoctrinating","indoctrination","indoctrinations","indoctrinator","indoctrinators","indol","indole","indoleacetic","indolebutyric","indolence","indolences","indolencies","indolency","indolent","indolently","indoles","indols","indomethacin","indomethacins","indomitabilities","indomitability","indomitable","indomitableness","indomitablenesses","indomitably","indoor","indoors","indophenol","indophenols","indorsable","indorse","indorsed","indorsee","indorsees","indorsement","indorsements","indorser","indorsers","indorses","indorsing","indorsor","indorsors","indow","indowed","indowing","indows","indoxyl","indoxyls","indraft","indrafts","indraught","indraughts","indrawn","indrench","indrenched","indrenches","indrenching","indri","indris","indrises","indubious","indubitabilities","indubitability","indubitable","indubitableness","indubitablenesses","indubitably","induce","induced","inducement","inducements","inducer","inducers","induces","induciae","inducibilities","inducibility","inducible","inducing","induct","inductance","inductances","inducted","inductee","inductees","inductile","inductilities","inductility","inducting","induction","inductional","inductions","inductive","inductively","inductiveness","inductivenesses","inductivities","inductivity","inductor","inductors","inducts","indue","indued","indues","induing","indulge","indulged","indulgence","indulgenced","indulgences","indulgencies","indulgencing","indulgency","indulgent","indulgently","indulger","indulgers","indulges","indulging","indulgingly","indulin","induline","indulines","indulins","indult","indults","indumenta","indumentum","indumentums","induna","indunas","induplicate","induplicated","induplication","induplications","indurate","indurated","indurates","indurating","induration","indurations","indurative","indusia","indusial","indusiate","indusium","industrial","industrialise","industrialised","industrialises","industrialising","industrialism","industrialisms","industrialist","industrialists","industrialization","industrializations","industrialize","industrialized","industrializes","industrializing","industrially","industrials","industries","industrious","industriously","industriousness","industriousnesses","industry","industrywide","induviae","induvial","induviate","indwell","indweller","indwellers","indwelling","indwellings","indwells","indwelt","inearth","inearthed","inearthing","inearths","inebriant","inebriants","inebriate","inebriated","inebriates","inebriating","inebriation","inebriations","inebrieties","inebriety","inebrious","inedibilities","inedibility","inedible","inedibly","inedita","inedited","ineducabilities","ineducability","ineducable","ineffabilities","ineffability","ineffable","ineffableness","ineffablenesses","ineffably","ineffaceabilities","ineffaceability","ineffaceable","ineffaceably","ineffective","ineffectively","ineffectiveness","ineffectivenesses","ineffectual","ineffectualities","ineffectuality","ineffectually","ineffectualness","ineffectualnesses","inefficacies","inefficacious","inefficaciously","inefficaciousness","inefficaciousnesses","inefficacities","inefficacity","inefficacy","inefficiencies","inefficiency","inefficient","inefficiently","inefficients","inegalitarian","inelaborate","inelaborately","inelastic","inelastically","inelasticities","inelasticity","inelegance","inelegances","inelegancies","inelegancy","inelegant","inelegantly","ineligibilities","ineligibility","ineligible","ineligibleness","ineligibles","ineligibly","ineloquence","ineloquences","ineloquent","ineloquently","ineluctabilities","ineluctability","ineluctable","ineluctably","ineludibilities","ineludibility","ineludible","ineludibly","inenarrable","inept","inepter","ineptest","ineptitude","ineptitudes","ineptly","ineptness","ineptnesses","inequable","inequalities","inequality","inequation","inequations","inequipotent","inequitable","inequitableness","inequitably","inequities","inequity","inequivalve","inequivalved","ineradicabilities","ineradicability","ineradicable","ineradicably","inerasable","inerasably","inerasible","inerasibly","inerm","inermous","inerrabilities","inerrability","inerrable","inerrableness","inerrablenesses","inerrably","inerrancies","inerrancy","inerrant","inert","inerter","inertest","inertia","inertiae","inertial","inertially","inertias","inertly","inertness","inertnesses","inerts","inerudite","inescapable","inescapably","inesculent","inescutcheon","inescutcheons","inessential","inessentiality","inessentials","inessive","inessives","inestimability","inestimable","inestimableness","inestimably","inevitabilities","inevitability","inevitable","inevitableness","inevitablenesses","inevitables","inevitably","inexact","inexactitude","inexactitudes","inexactly","inexactness","inexactnesses","inexcitable","inexcusability","inexcusable","inexcusableness","inexcusablenesses","inexcusably","inexecrable","inexecutable","inexecution","inexecutions","inexhausted","inexhaustibilities","inexhaustibility","inexhaustible","inexhaustibleness","inexhaustiblenesses","inexhaustibly","inexhaustive","inexistant","inexistence","inexistences","inexistencies","inexistency","inexistent","inexorabilities","inexorability","inexorable","inexorableness","inexorablenesses","inexorably","inexpansible","inexpectancies","inexpectancy","inexpectant","inexpectation","inexpectations","inexpedience","inexpediences","inexpediencies","inexpediency","inexpedient","inexpediently","inexpensive","inexpensively","inexpensiveness","inexpensivenesses","inexperience","inexperienced","inexperiences","inexpert","inexpertly","inexpertness","inexpertnesses","inexperts","inexpiable","inexpiableness","inexpiably","inexplainable","inexplainably","inexplicabilities","inexplicability","inexplicable","inexplicableness","inexplicablenesses","inexplicably","inexplicit","inexplicitly","inexplicitness","inexpressibilities","inexpressibility","inexpressible","inexpressibleness","inexpressiblenesses","inexpressibles","inexpressibly","inexpressive","inexpressively","inexpressiveness","inexpressivenesses","inexpugnability","inexpugnable","inexpugnableness","inexpugnablenesses","inexpugnably","inexpungible","inextended","inextensibility","inextensible","inextension","inextensions","inextinguishable","inextinguishably","inextirpable","inextricabilities","inextricability","inextricable","inextricably","infall","infallibilism","infallibilisms","infallibilist","infallibilists","infallibilities","infallibility","infallible","infallibleness","infallibles","infallibly","infalling","infalls","infame","infamed","infames","infamies","infaming","infamise","infamised","infamises","infamising","infamize","infamized","infamizes","infamizing","infamonise","infamonised","infamonises","infamonising","infamonize","infamonized","infamonizes","infamonizing","infamous","infamously","infamousness","infamousnesses","infamy","infancies","infancy","infangthief","infangthiefs","infant","infanta","infantas","infante","infantes","infanthood","infanthoods","infanticidal","infanticide","infanticides","infantile","infantilisation","infantilise","infantilised","infantilises","infantilising","infantilism","infantilisms","infantilities","infantility","infantilization","infantilizations","infantilize","infantilized","infantilizes","infantilizing","infantine","infantries","infantry","infantryman","infantrymen","infants","infarct","infarcted","infarction","infarctions","infarcts","infare","infares","infatuate","infatuated","infatuatedly","infatuates","infatuating","infatuation","infatuations","infauna","infaunae","infaunal","infaunas","infaust","infeasibilities","infeasibility","infeasible","infeasibleness","infect","infectant","infected","infecter","infecters","infecting","infection","infections","infectious","infectiously","infectiousness","infectiousnesses","infective","infectively","infectiveness","infectivenesses","infectivities","infectivity","infector","infectors","infects","infecund","infecundities","infecundity","infeft","infefted","infefting","infeftment","infeftments","infefts","infelicities","infelicitous","infelicitously","infelicity","infelt","infeoff","infeoffed","infeoffing","infeoffs","infer","inferable","inferably","infere","inference","inferences","inferencing","inferencings","inferential","inferentially","inferiae","inferible","inferior","inferiorities","inferiority","inferiorly","inferiors","infernal","infernalities","infernality","infernally","inferno","infernos","inferrable","inferred","inferrer","inferrers","inferrible","inferring","infers","infertile","infertilely","infertilities","infertility","infest","infestant","infestants","infestation","infestations","infested","infester","infesters","infesting","infests","infeudation","infeudations","infibulate","infibulated","infibulates","infibulating","infibulation","infibulations","inficete","infidel","infidelic","infidelities","infidelity","infidels","infield","infielder","infielders","infields","infieldsman","infieldsmen","infight","infighter","infighters","infighting","infightings","infights","infill","infilled","infilling","infillings","infills","infiltrate","infiltrated","infiltrates","infiltrating","infiltration","infiltrations","infiltrative","infiltrator","infiltrators","infima","infimum","infimums","infinitant","infinitary","infinitate","infinitated","infinitates","infinitating","infinite","infinitely","infiniteness","infinitenesses","infinites","infinitesimal","infinitesimally","infinitesimals","infinities","infinitival","infinitivally","infinitive","infinitively","infinitives","infinitude","infinitudes","infinity","infirm","infirmarer","infirmarers","infirmarian","infirmarians","infirmaries","infirmary","infirmed","infirmer","infirmest","infirming","infirmities","infirmity","infirmly","infirmness","infirmnesses","infirms","infix","infixation","infixations","infixed","infixes","infixing","infixion","infixions","inflamable","inflame","inflamed","inflamer","inflamers","inflames","inflaming","inflamingly","inflammabilities","inflammability","inflammable","inflammableness","inflammablenesses","inflammables","inflammably","inflammation","inflammations","inflammatorily","inflammatory","inflatable","inflatables","inflate","inflated","inflatedly","inflatedness","inflatednesses","inflater","inflaters","inflates","inflating","inflatingly","inflation","inflationary","inflationism","inflationisms","inflationist","inflationists","inflations","inflative","inflator","inflators","inflatus","inflatuses","inflect","inflectable","inflected","inflectedness","inflectednesses","inflecting","inflection","inflectional","inflectionally","inflectionless","inflections","inflective","inflector","inflectors","inflects","inflexed","inflexibilities","inflexibility","inflexible","inflexibleness","inflexiblenesses","inflexibly","inflexion","inflexional","inflexionally","inflexionless","inflexions","inflexure","inflexures","inflict","inflictable","inflicted","inflicter","inflicters","inflicting","infliction","inflictions","inflictive","inflictor","inflictors","inflicts","inflight","inflorescence","inflorescences","inflorescent","inflow","inflowing","inflowings","inflows","influence","influenceable","influenced","influencer","influencers","influences","influencing","influent","influential","influentially","influentials","influents","influenza","influenzal","influenzas","influx","influxes","influxion","influxions","info","infobahn","infobahns","infold","infolded","infolder","infolders","infolding","infoldings","infoldment","infoldments","infolds","infomania","infomanias","infomercial","infomercials","infopreneurial","inforce","inforced","inforces","inforcing","inform","informable","informal","informalities","informality","informally","informant","informants","informatician","informaticians","informatics","information","informational","informationally","informations","informative","informatively","informativeness","informativenesses","informatorily","informatory","informed","informedly","informer","informers","informidable","informing","informingly","informs","infortune","infortunes","infos","infosphere","infospheres","infotainment","infotainments","infotech","infotechs","infought","infra","infracostal","infract","infracted","infracting","infraction","infractions","infractor","infractors","infracts","infragrant","infrahuman","infrahumans","infralapsarian","infralapsarians","inframaxillary","infrangibilities","infrangibility","infrangible","infrangibleness","infrangibly","infraorbital","infraposed","infraposition","infrapositions","infrared","infrareds","infrasonic","infrasound","infrasounds","infraspecific","infrastructural","infrastructure","infrastructures","infrequence","infrequences","infrequencies","infrequency","infrequent","infrequently","infringe","infringed","infringement","infringements","infringer","infringers","infringes","infringing","infructuous","infructuously","infrugal","infula","infulae","infundibula","infundibular","infundibulate","infundibuliform","infundibulum","infuriate","infuriated","infuriately","infuriates","infuriating","infuriatingly","infuriation","infuriations","infuscate","infuscated","infuse","infused","infuser","infusers","infuses","infusibilities","infusibility","infusible","infusibleness","infusiblenesses","infusing","infusion","infusionism","infusionisms","infusionist","infusionists","infusions","infusive","infusoria","infusorial","infusorian","infusorians","infusory","ing","ingan","ingans","ingate","ingates","ingather","ingathered","ingatherer","ingatherers","ingathering","ingatherings","ingathers","ingeminate","ingeminated","ingeminates","ingeminating","ingemination","ingeminations","ingener","ingenerate","ingenerated","ingenerates","ingenerating","ingeneration","ingenerations","ingeners","ingenious","ingeniously","ingeniousness","ingeniousnesses","ingenium","ingeniums","ingenu","ingenue","ingenues","ingenuities","ingenuity","ingenuous","ingenuously","ingenuousness","ingenuousnesses","ingenus","ingest","ingesta","ingested","ingestible","ingesting","ingestion","ingestions","ingestive","ingests","ingine","ingines","ingle","ingleneuk","ingleneuks","inglenook","inglenooks","ingles","inglobe","inglobed","inglobes","inglobing","inglorious","ingloriously","ingloriousness","ingloriousnesses","ingluvial","ingluvies","ingo","ingoes","ingoing","ingoings","ingot","ingoted","ingoting","ingots","ingraft","ingraftation","ingraftations","ingrafted","ingrafting","ingraftment","ingraftments","ingrafts","ingrain","ingrained","ingrainedly","ingrainedness","ingrainednesses","ingrainer","ingrainers","ingraining","ingrains","ingram","ingrate","ingrateful","ingrately","ingrates","ingratiate","ingratiated","ingratiates","ingratiating","ingratiatingly","ingratiation","ingratiations","ingratiatory","ingratitude","ingratitudes","ingravescence","ingravescences","ingravescent","ingredient","ingredients","ingress","ingresses","ingression","ingressions","ingressive","ingressiveness","ingressivenesses","ingressives","ingroove","ingrooved","ingrooves","ingrooving","ingross","ingrossed","ingrosses","ingrossing","inground","ingroup","ingroups","ingrowing","ingrown","ingrownness","ingrownnesses","ingrowth","ingrowths","ingrum","ings","inguinal","ingulf","ingulfed","ingulfing","ingulfment","ingulfments","ingulfs","ingulph","ingulphed","ingulphing","ingulphs","ingurgitate","ingurgitated","ingurgitates","ingurgitating","ingurgitation","ingurgitations","inhabit","inhabitability","inhabitable","inhabitance","inhabitances","inhabitancies","inhabitancy","inhabitant","inhabitants","inhabitation","inhabitations","inhabited","inhabiter","inhabiters","inhabiting","inhabitiveness","inhabitor","inhabitors","inhabitress","inhabitresses","inhabits","inhalant","inhalants","inhalation","inhalational","inhalations","inhalator","inhalatorium","inhalatoriums","inhalators","inhale","inhaled","inhaler","inhalers","inhales","inhaling","inharmonic","inharmonical","inharmonicities","inharmonicity","inharmonies","inharmonious","inharmoniously","inharmoniousness","inharmoniousnesses","inharmony","inhaul","inhauler","inhaulers","inhauls","inhaust","inhausted","inhausting","inhausts","inhearse","inhearsed","inhearses","inhearsing","inherce","inherced","inherces","inhercing","inhere","inhered","inherence","inherences","inherencies","inherency","inherent","inherently","inheres","inhering","inherit","inheritabilities","inheritability","inheritable","inheritableness","inheritablenesses","inheritably","inheritance","inheritances","inherited","inheriting","inheritor","inheritors","inheritress","inheritresses","inheritrices","inheritrix","inheritrixes","inherits","inhesion","inhesions","inhibin","inhibins","inhibit","inhibitable","inhibited","inhibitedly","inhibiter","inhibiters","inhibiting","inhibition","inhibitions","inhibitive","inhibitor","inhibitors","inhibitory","inhibits","inholder","inholders","inholding","inholdings","inhomogeneities","inhomogeneity","inhomogeneous","inhoop","inhooped","inhooping","inhoops","inhospitable","inhospitableness","inhospitablenesses","inhospitably","inhospitalities","inhospitality","inhuman","inhumane","inhumanely","inhumanities","inhumanity","inhumanly","inhumanness","inhumannesses","inhumate","inhumated","inhumates","inhumating","inhumation","inhumations","inhume","inhumed","inhumer","inhumers","inhumes","inhuming","inia","inimical","inimicalities","inimicality","inimically","inimicalness","inimicalnesses","inimicitious","inimitabilities","inimitability","inimitable","inimitableness","inimitablenesses","inimitably","inion","inions","iniquities","iniquitous","iniquitously","iniquitousness","iniquitousnesses","iniquity","inisle","inisled","inisles","inisling","initial","initialed","initialer","initialers","initialing","initialisation","initialisations","initialise","initialised","initialises","initialising","initialism","initialisms","initialization","initializations","initialize","initialized","initializes","initializing","initialled","initialler","initiallers","initialling","initially","initialness","initialnesses","initials","initiate","initiated","initiates","initiating","initiation","initiations","initiative","initiatively","initiatives","initiator","initiatories","initiators","initiatory","initiatress","initiatresses","initiatrices","initiatrix","initiatrixes","inject","injectable","injectables","injectant","injectants","injected","injecting","injection","injections","injective","injector","injectors","injects","injellied","injellies","injelly","injellying","injera","injeras","injoint","injointed","injointing","injoints","injudicial","injudicially","injudicious","injudiciously","injudiciousness","injudiciousnesses","injunct","injuncted","injuncting","injunction","injunctions","injunctive","injunctively","injuncts","injurable","injure","injured","injurer","injurers","injures","injuries","injuring","injurious","injuriously","injuriousness","injuriousnesses","injury","injustice","injustices","ink","inkberries","inkberry","inkblot","inkblots","inked","inker","inkers","inkholder","inkholders","inkhorn","inkhorns","inkhosi","inkhosis","inkier","inkiest","inkiness","inkinesses","inking","inkjet","inkle","inkled","inkles","inkless","inklike","inkling","inklings","inkosi","inkosis","inkpad","inkpads","inkpot","inkpots","inks","inkspot","inkspots","inkstand","inkstands","inkstone","inkstones","inkwell","inkwells","inkwood","inkwoods","inky","inlace","inlaced","inlaces","inlacing","inlaid","inland","inlander","inlanders","inlands","inlay","inlayer","inlayers","inlaying","inlayings","inlays","inlet","inlets","inletting","inlier","inliers","inlock","inlocked","inlocking","inlocks","inly","inlying","inmarriage","inmarriages","inmate","inmates","inmesh","inmeshed","inmeshes","inmeshing","inmigrant","inmigrants","inmost","inn","innage","innages","innards","innate","innately","innateness","innatenesses","innative","innavigable","innavigably","inned","inner","innerly","innermost","innermosts","innerness","innernesses","inners","innersole","innersoles","innerspring","innervate","innervated","innervates","innervating","innervation","innervations","innerve","innerved","innerves","innerving","innerwear","innerwears","inning","innings","innit","innkeeper","innkeepers","innless","innocence","innocences","innocencies","innocency","innocent","innocenter","innocentest","innocently","innocents","innocuities","innocuity","innocuous","innocuously","innocuousness","innocuousnesses","innominable","innominables","innominate","innovate","innovated","innovates","innovating","innovation","innovational","innovationist","innovationists","innovations","innovative","innovatively","innovativeness","innovativenesses","innovator","innovators","innovatory","innoxious","innoxiously","innoxiousness","innoxiousnesses","inns","innuendo","innuendoed","innuendoes","innuendoing","innuendos","innumerability","innumerable","innumerableness","innumerably","innumeracies","innumeracy","innumerate","innumerates","innumerous","innutrient","innutrition","innutritions","innutritious","innyard","innyards","inobedience","inobediences","inobedient","inobediently","inobservable","inobservance","inobservances","inobservant","inobservantly","inobservation","inobservations","inobtrusive","inobtrusively","inobtrusiveness","inoccupation","inoccupations","inocula","inoculabilities","inoculability","inoculable","inoculant","inoculants","inoculate","inoculated","inoculates","inoculating","inoculation","inoculations","inoculative","inoculator","inoculators","inoculatory","inoculum","inoculums","inodorous","inodorously","inodorousness","inodorousnesses","inoffensive","inoffensively","inoffensiveness","inoffensivenesses","inofficious","inofficiously","inofficiousness","inoperabilities","inoperability","inoperable","inoperableness","inoperably","inoperative","inoperativeness","inoperativenesses","inoperculate","inoperculates","inopinate","inopportune","inopportunely","inopportuneness","inopportunenesses","inopportunities","inopportunity","inorb","inorbed","inorbing","inorbs","inordinacies","inordinacy","inordinate","inordinately","inordinateness","inordinatenesses","inordination","inordinations","inorganic","inorganically","inorganisation","inorganisations","inorganised","inorganization","inorganizations","inorganized","inornate","inosculate","inosculated","inosculates","inosculating","inosculation","inosculations","inosine","inosines","inosite","inosites","inositol","inositols","inotropic","inpatient","inpatients","inpayment","inpayments","inphase","inpour","inpoured","inpouring","inpourings","inpours","input","inputs","inputted","inputter","inputters","inputting","inqilab","inqilabs","inquere","inquered","inqueres","inquering","inquest","inquests","inquiet","inquieted","inquieting","inquietly","inquiets","inquietude","inquietudes","inquiline","inquilines","inquilinic","inquilinics","inquilinism","inquilinisms","inquilinities","inquilinity","inquilinous","inquinate","inquinated","inquinates","inquinating","inquination","inquinations","inquiration","inquirations","inquire","inquired","inquirendo","inquirendos","inquirer","inquirers","inquires","inquiries","inquiring","inquiringly","inquiry","inquisition","inquisitional","inquisitionist","inquisitionists","inquisitions","inquisitive","inquisitively","inquisitiveness","inquisitivenesses","inquisitor","inquisitorial","inquisitorially","inquisitors","inquisitress","inquisitresses","inquisiturient","inquorate","inro","inroad","inroads","inrun","inruns","inrush","inrushes","inrushing","inrushings","ins","insalivate","insalivated","insalivates","insalivating","insalivation","insalivations","insalubrious","insalubriously","insalubrities","insalubrity","insalutary","insane","insanely","insaneness","insanenesses","insaner","insanest","insanie","insanies","insanitariness","insanitary","insanitation","insanitations","insanities","insanity","insatiabilities","insatiability","insatiable","insatiableness","insatiablenesses","insatiably","insatiate","insatiately","insatiateness","insatiatenesses","insatieties","insatiety","inscape","inscapes","inscience","insciences","inscient","insconce","insconced","insconces","insconcing","inscribable","inscribableness","inscribe","inscribed","inscriber","inscribers","inscribes","inscribing","inscription","inscriptional","inscriptions","inscriptive","inscriptively","inscroll","inscrolled","inscrolling","inscrolls","inscrutabilities","inscrutability","inscrutable","inscrutableness","inscrutablenesses","inscrutably","insculp","insculped","insculping","insculps","insculpt","insculpture","insculptured","insculptures","insculpturing","inseam","inseamed","inseaming","inseams","insect","insectan","insectaries","insectarium","insectariums","insectary","insectean","insecticidal","insecticidally","insecticide","insecticides","insectiform","insectifuge","insectifuges","insectile","insection","insections","insectivore","insectivores","insectivorous","insectologies","insectologist","insectologists","insectology","insects","insecure","insecurely","insecureness","insecurenesses","insecurities","insecurity","inseem","inseemed","inseeming","inseems","inselberg","inselberge","inselbergs","inseminate","inseminated","inseminates","inseminating","insemination","inseminations","inseminator","inseminators","insensate","insensately","insensateness","insensatenesses","insensibilities","insensibility","insensible","insensibleness","insensiblenesses","insensibly","insensitive","insensitively","insensitiveness","insensitivenesses","insensitivities","insensitivity","insensuous","insentience","insentiences","insentiencies","insentiency","insentient","inseparabilities","inseparability","inseparable","inseparableness","inseparablenesses","inseparables","inseparably","inseparate","insert","insertable","inserted","inserter","inserters","inserting","insertion","insertional","insertions","inserts","insessorial","inset","insets","insetted","insetter","insetters","insetting","inseverable","inshallah","insheath","insheathe","insheathed","insheathes","insheathing","insheaths","inshell","inshelled","inshelling","inshells","inshelter","insheltered","insheltering","inshelters","inship","inshipped","inshipping","inships","inshore","inshrine","inshrined","inshrines","inshrining","inside","insider","insiders","insides","insidious","insidiously","insidiousness","insidiousnesses","insight","insightful","insightfully","insights","insigne","insignia","insignias","insignificance","insignificances","insignificancies","insignificancy","insignificant","insignificantly","insignificative","insincere","insincerely","insincerities","insincerity","insinew","insinewed","insinewing","insinews","insinuate","insinuated","insinuates","insinuating","insinuatingly","insinuation","insinuations","insinuative","insinuator","insinuators","insinuatory","insipid","insipidities","insipidity","insipidly","insipidness","insipidnesses","insipience","insipiences","insipient","insipiently","insist","insisted","insistence","insistences","insistencies","insistency","insistent","insistently","insister","insisters","insisting","insistingly","insists","insnare","insnared","insnarement","insnarements","insnarer","insnarers","insnares","insnaring","insobrieties","insobriety","insociabilities","insociability","insociable","insociably","insofar","insolate","insolated","insolates","insolating","insolation","insolations","insole","insolence","insolences","insolent","insolently","insolents","insoles","insolidities","insolidity","insolubilise","insolubilised","insolubilises","insolubilising","insolubilities","insolubility","insolubilization","insolubilizations","insolubilize","insolubilized","insolubilizes","insolubilizing","insoluble","insolubleness","insolublenesses","insolubles","insolubly","insolvabilities","insolvability","insolvable","insolvably","insolvencies","insolvency","insolvent","insolvents","insomnia","insomniac","insomniacs","insomnias","insomnious","insomnolence","insomnolences","insomuch","insooth","insouciance","insouciances","insouciant","insouciantly","insoul","insouled","insouling","insoulment","insoulments","insouls","insource","insourced","insources","insourcing","insourcings","inspan","inspanned","inspanning","inspans","inspect","inspectable","inspected","inspecting","inspectingly","inspection","inspectional","inspections","inspective","inspector","inspectoral","inspectorate","inspectorates","inspectorial","inspectors","inspectorship","inspectorships","inspects","insphere","insphered","inspheres","insphering","inspirable","inspiration","inspirational","inspirationally","inspirationism","inspirationisms","inspirationist","inspirationists","inspirations","inspirative","inspirator","inspirators","inspiratory","inspire","inspired","inspirer","inspirers","inspires","inspiring","inspiringly","inspirit","inspirited","inspiriter","inspiriters","inspiriting","inspiritingly","inspiritment","inspiritments","inspirits","inspissate","inspissated","inspissates","inspissating","inspissation","inspissations","inspissator","inspissators","instabilities","instability","instable","instal","install","installant","installants","installation","installations","installed","installer","installers","installing","installment","installments","installs","instalment","instalments","instals","instance","instanced","instances","instancies","instancing","instancy","instant","instantaneities","instantaneity","instantaneous","instantaneously","instantaneousness","instantaneousnesses","instanter","instantial","instantiate","instantiated","instantiates","instantiating","instantiation","instantiations","instantly","instantness","instantnesses","instants","instar","instarred","instarring","instars","instate","instated","instatement","instatements","instates","instating","instauration","instaurations","instaurator","instaurators","instead","instep","insteps","instigate","instigated","instigates","instigating","instigatingly","instigation","instigations","instigative","instigator","instigators","instil","instill","instillation","instillations","instilled","instiller","instillers","instilling","instillment","instillments","instills","instilment","instilments","instils","instinct","instinctive","instinctively","instinctivities","instinctivity","instincts","instinctual","instinctually","institorial","institute","instituted","instituter","instituters","institutes","instituting","institution","institutional","institutionalise","institutionalised","institutionalises","institutionalising","institutionalism","institutionalisms","institutionalist","institutionalists","institutionalization","institutionalizations","institutionalize","institutionalized","institutionalizes","institutionalizing","institutionally","institutionary","institutions","institutist","institutists","institutive","institutively","institutor","institutors","instreaming","instreamings","instress","instressed","instresses","instressing","instroke","instrokes","instruct","instructed","instructible","instructing","instruction","instructional","instructions","instructive","instructively","instructiveness","instructivenesses","instructor","instructors","instructorship","instructorships","instructress","instructresses","instructs","instrument","instrumental","instrumentalism","instrumentalisms","instrumentalist","instrumentalists","instrumentalities","instrumentality","instrumentally","instrumentals","instrumentation","instrumentations","instrumented","instrumenting","instruments","insubjection","insubjections","insubordinate","insubordinately","insubordinates","insubordination","insubordinations","insubstantial","insubstantialities","insubstantiality","insubstantially","insucken","insufferable","insufferableness","insufferablenesses","insufferably","insufficience","insufficiences","insufficiencies","insufficiency","insufficient","insufficiently","insufflate","insufflated","insufflates","insufflating","insufflation","insufflations","insufflator","insufflators","insula","insulae","insulant","insulants","insular","insularism","insularisms","insularities","insularity","insularly","insulars","insulate","insulated","insulates","insulating","insulation","insulations","insulator","insulators","insulin","insulinase","insulinases","insulins","insulse","insulsities","insulsity","insult","insultable","insultant","insulted","insulter","insulters","insulting","insultingly","insultment","insultments","insults","insuperability","insuperable","insuperableness","insuperably","insupportable","insupportably","insuppressible","insuppressibly","insurabilities","insurability","insurable","insurance","insurancer","insurancers","insurances","insurant","insurants","insure","insured","insureds","insurer","insurers","insures","insurgence","insurgences","insurgencies","insurgency","insurgent","insurgently","insurgents","insuring","insurmountable","insurmountably","insurrection","insurrectional","insurrectionaries","insurrectionary","insurrectionism","insurrectionist","insurrectionists","insurrections","insusceptibilities","insusceptibility","insusceptible","insusceptibly","insusceptive","insusceptively","inswathe","inswathed","inswathes","inswathing","inswept","inswing","inswinger","inswingers","inswings","intact","intactly","intactness","intactnesses","intagli","intagliated","intaglio","intaglioed","intaglioing","intaglios","intake","intakes","intangibilities","intangibility","intangible","intangibleness","intangiblenesses","intangibles","intangibly","intarsia","intarsias","integer","integers","integrabilities","integrability","integrable","integral","integralities","integrality","integrally","integrals","integrand","integrands","integrant","integrants","integrate","integrated","integrates","integrating","integration","integrationist","integrationists","integrations","integrative","integrator","integrators","integrin","integrins","integrities","integrity","integument","integumental","integumentary","integuments","intel","intellect","intellected","intellection","intellections","intellective","intellectively","intellects","intellectual","intellectualise","intellectualism","intellectualisms","intellectualist","intellectualistic","intellectualists","intellectualities","intellectuality","intellectualization","intellectualizations","intellectualize","intellectualized","intellectualizer","intellectualizers","intellectualizes","intellectualizing","intellectually","intellectualness","intellectualnesses","intellectuals","intelligence","intelligencer","intelligencers","intelligences","intelligent","intelligential","intelligently","intelligentsia","intelligentsias","intelligentzia","intelligentzias","intelligibilities","intelligibility","intelligible","intelligibleness","intelligiblenesses","intelligibly","intels","intemerate","intemerately","intemerateness","intemperance","intemperances","intemperant","intemperants","intemperate","intemperately","intemperateness","intemperatenesses","intempestive","intempestively","intempestivity","intenable","intend","intendance","intendances","intendancies","intendancy","intendant","intendants","intended","intendedly","intendeds","intender","intendered","intendering","intenders","intending","intendment","intendments","intends","intenerate","intenerated","intenerates","intenerating","inteneration","intenerations","intenible","intensate","intensated","intensates","intensating","intensative","intensatives","intense","intensely","intenseness","intensenesses","intenser","intensest","intensification","intensifications","intensified","intensifier","intensifiers","intensifies","intensify","intensifying","intension","intensional","intensionalities","intensionality","intensionally","intensions","intensities","intensitive","intensitives","intensity","intensive","intensively","intensiveness","intensivenesses","intensives","intent","intention","intentional","intentionalities","intentionality","intentionally","intentioned","intentions","intentive","intently","intentness","intentnesses","intents","inter","interabang","interabangs","interact","interactant","interactants","interacted","interacting","interaction","interactional","interactionism","interactionisms","interactionist","interactionists","interactions","interactive","interactively","interactivities","interactivity","interacts","interage","interagency","interallelic","interallied","interambulacra","interambulacral","interambulacrum","interanimation","interanimations","interannual","interarch","interarched","interarches","interarching","interassociation","interassociations","interatomic","interavailabilities","interavailability","interbank","interbasin","interbed","interbedded","interbedding","interbeddings","interbeds","interbehavior","interbehavioral","interbehaviors","interborough","interboroughs","interbrain","interbrains","interbranch","interbred","interbreed","interbreeding","interbreedings","interbreeds","interbroker","intercalar","intercalarily","intercalary","intercalate","intercalated","intercalates","intercalating","intercalation","intercalations","intercalative","intercalibration","intercalibrations","intercampus","intercaste","intercede","interceded","intercedent","interceder","interceders","intercedes","interceding","intercell","intercellular","intercensal","intercept","intercepted","intercepter","intercepters","intercepting","interception","interceptions","interceptive","interceptor","interceptors","intercepts","intercession","intercessional","intercessions","intercessor","intercessorial","intercessors","intercessory","interchain","interchained","interchaining","interchains","interchange","interchangeabilities","interchangeability","interchangeable","interchangeableness","interchangeablenesses","interchangeably","interchanged","interchangement","interchanger","interchangers","interchanges","interchanging","interchannel","interchapter","interchapters","interchromosomal","interchurch","intercipient","intercipients","intercity","interclan","interclass","interclavicle","interclavicles","interclavicular","interclub","interclude","intercluded","intercludes","intercluding","interclusion","interclusions","intercluster","intercoastal","intercollegiate","intercolline","intercolonial","intercolonially","intercolumnar","intercolumniation","intercolumniations","intercom","intercommunal","intercommune","intercommuned","intercommunes","intercommunicate","intercommunicated","intercommunicates","intercommunicating","intercommunication","intercommunications","intercommuning","intercommunion","intercommunions","intercommunities","intercommunity","intercompany","intercompare","intercompared","intercompares","intercomparing","intercomparison","intercomparisons","intercomprehensibilities","intercomprehensibility","intercoms","interconnect","interconnected","interconnectedness","interconnectednesses","interconnecting","interconnection","interconnections","interconnector","interconnectors","interconnects","interconnexion","interconnexions","intercontinental","interconversion","interconversions","interconvert","interconverted","interconvertibilities","interconvertibility","interconvertible","interconverting","interconverts","intercooled","intercooler","intercoolers","intercorporate","intercorrelate","intercorrelated","intercorrelates","intercorrelating","intercorrelation","intercorrelations","intercortical","intercostal","intercostally","intercostals","intercountry","intercounty","intercouple","intercourse","intercourses","intercrater","intercrop","intercropped","intercropping","intercrops","intercross","intercrossed","intercrosses","intercrossing","intercrural","intercrystalline","intercultural","interculturally","interculture","intercultures","intercurrence","intercurrences","intercurrent","intercurrently","intercut","intercuts","intercutting","interdash","interdashed","interdashes","interdashing","interdeal","interdealer","interdealers","interdealing","interdeals","interdealt","interdenominational","interdental","interdentally","interdepartmental","interdepartmentally","interdepend","interdepended","interdependence","interdependences","interdependencies","interdependency","interdependent","interdependently","interdepending","interdepends","interdialectal","interdict","interdicted","interdicting","interdiction","interdictions","interdictive","interdictively","interdictor","interdictors","interdictory","interdicts","interdiffuse","interdiffused","interdiffuses","interdiffusing","interdiffusion","interdiffusions","interdigital","interdigitate","interdigitated","interdigitates","interdigitating","interdigitation","interdigitations","interdine","interdined","interdines","interdining","interdisciplinary","interdistrict","interdivisional","interdominion","interelectrode","interelectrodes","interelectron","interelectronic","interepidemic","interess","interesse","interessed","interesses","interessing","interest","interested","interestedly","interestedness","interesting","interestingly","interestingness","interestingnesses","interests","interethnic","interface","interfaced","interfaces","interfacial","interfacially","interfacing","interfacings","interfaculties","interfaculty","interfaith","interfamilial","interfamily","interfascicular","interfemoral","interfere","interfered","interference","interferences","interferential","interferer","interferers","interferes","interfering","interferingly","interferogram","interferograms","interferometer","interferometers","interferometric","interferometrically","interferometries","interferometry","interferon","interferons","interfertile","interfertilities","interfertility","interfiber","interfile","interfiled","interfiles","interfiling","interfirm","interflow","interflowed","interflowing","interflows","interfluence","interfluences","interfluent","interfluous","interfluve","interfluves","interfluvial","interfold","interfolded","interfolding","interfolds","interfoliate","interfoliated","interfoliates","interfoliating","interfraternity","interfretted","interfrontal","interfuse","interfused","interfuses","interfusing","interfusion","interfusions","intergalactic","intergang","intergeneration","intergenerational","intergenerations","intergeneric","interglacial","interglacials","intergovernmental","intergradation","intergradational","intergradations","intergrade","intergraded","intergrades","intergradient","intergrading","intergraft","intergrafted","intergrafting","intergrafts","intergranular","intergrew","intergroup","intergrow","intergrowing","intergrown","intergrows","intergrowth","intergrowths","interhemispheric","interim","interims","interindividual","interindustry","interinfluence","interinfluenced","interinfluences","interinfluencing","interinstitutional","interinvolve","interinvolved","interinvolves","interinvolving","interionic","interior","interiorisation","interiorise","interiorised","interiorises","interiorising","interiorities","interiority","interiorization","interiorizations","interiorize","interiorized","interiorizes","interiorizing","interiorly","interiors","interisland","interjacencies","interjacency","interjacent","interjaculate","interjaculated","interjaculates","interjaculating","interjaculatory","interject","interjected","interjecting","interjection","interjectional","interjectionally","interjectionary","interjections","interjector","interjectors","interjectory","interjects","interjectural","interjoin","interjoined","interjoining","interjoins","interjurisdictional","interkineses","interkinesis","interknit","interknits","interknitted","interknitting","interknot","interknots","interknotted","interknotting","interlace","interlaced","interlacedly","interlacement","interlacements","interlaces","interlacing","interlacustrine","interlaid","interlaminar","interlaminate","interlaminated","interlaminates","interlaminating","interlamination","interlap","interlapped","interlapping","interlaps","interlard","interlarded","interlarding","interlards","interlay","interlayer","interlayered","interlayering","interlayers","interlaying","interlays","interleaf","interleave","interleaved","interleaves","interleaving","interlend","interlending","interlends","interlent","interleukin","interleukins","interlibrary","interline","interlineal","interlineally","interlinear","interlinearly","interlinears","interlineate","interlineated","interlineates","interlineating","interlineation","interlineations","interlined","interliner","interliners","interlines","interlingua","interlingual","interlingually","interlinguas","interlining","interlinings","interlink","interlinked","interlinking","interlinks","interloan","interloans","interlobular","interlocal","interlocation","interlocations","interlock","interlocked","interlocker","interlockers","interlocking","interlocks","interlocution","interlocutions","interlocutor","interlocutorily","interlocutors","interlocutory","interlocutress","interlocutrice","interlocutrices","interlocutrix","interlocutrixes","interloop","interlooped","interlooping","interloops","interlope","interloped","interloper","interlopers","interlopes","interloping","interlude","interluded","interludes","interludial","interluding","interlunar","interlunary","interlunation","interlunations","intermale","intermarginal","intermarriage","intermarriages","intermarried","intermarries","intermarry","intermarrying","intermat","intermats","intermatted","intermatting","intermaxilla","intermaxillae","intermaxillary","intermeddle","intermeddled","intermeddler","intermeddlers","intermeddles","intermeddling","intermedia","intermediacies","intermediacy","intermedial","intermediaries","intermediary","intermediate","intermediated","intermediately","intermediateness","intermediatenesses","intermediates","intermediating","intermediation","intermediations","intermediator","intermediators","intermediatory","intermedin","intermedins","intermedium","intermembrane","intermenstrual","interment","interments","intermesh","intermeshed","intermeshes","intermeshing","intermetallic","intermetallics","intermezzi","intermezzo","intermezzos","intermigration","intermigrations","interminability","interminable","interminableness","interminablenesses","interminably","intermingle","intermingled","intermingles","intermingling","interministerial","intermission","intermissionless","intermissions","intermissive","intermit","intermitotic","intermits","intermitted","intermittence","intermittences","intermittencies","intermittency","intermittent","intermittently","intermitter","intermitters","intermitting","intermittingly","intermittor","intermittors","intermix","intermixed","intermixes","intermixing","intermixture","intermixtures","intermodal","intermodulation","intermodulations","intermolecular","intermolecularly","intermont","intermontane","intermountain","intermundane","intermural","intermure","intermured","intermures","intermuring","intern","internal","internalisation","internalise","internalised","internalises","internalising","internalities","internality","internalization","internalizations","internalize","internalized","internalizes","internalizing","internally","internalness","internalnesses","internals","international","internationalise","internationalised","internationalises","internationalising","internationalism","internationalisms","internationalist","internationalists","internationalities","internationality","internationalization","internationalizations","internationalize","internationalized","internationalizes","internationalizing","internationally","internationals","interne","internecine","internecive","interned","internee","internees","internes","internet","internets","interneural","interneuron","interneuronal","interneurons","interning","internist","internists","internment","internments","internodal","internode","internodes","internodial","interns","internship","internships","internuclear","internucleon","internucleonic","internucleotide","internuncial","internuncio","internuncios","interobserver","interobservers","interocean","interoceanic","interoceptive","interoceptor","interoceptors","interocular","interoffice","interoperabilities","interoperability","interoperable","interoperative","interoperatives","interorbital","interorgan","interorganizational","interosculant","interosculate","interosculated","interosculates","interosculating","interosculation","interosseal","interosseous","interpage","interpaged","interpages","interpaging","interpandemic","interparietal","interparish","interparochial","interparoxysmal","interparticle","interparty","interpellant","interpellants","interpellate","interpellated","interpellates","interpellating","interpellation","interpellations","interpellator","interpellators","interpenetrable","interpenetrant","interpenetrate","interpenetrated","interpenetrates","interpenetrating","interpenetration","interpenetrations","interperceptual","interpermeate","interpermeated","interpermeates","interpermeating","interpersonal","interpersonally","interpetiolar","interphalangeal","interphase","interphases","interphone","interphones","interpilaster","interpilasters","interplanetary","interplant","interplanted","interplanting","interplants","interplay","interplayed","interplaying","interplays","interplead","interpleaded","interpleader","interpleaders","interpleading","interpleads","interpled","interpleural","interpluvial","interpoint","interpoints","interpolable","interpolar","interpolate","interpolated","interpolater","interpolaters","interpolates","interpolating","interpolation","interpolations","interpolative","interpolator","interpolators","interpone","interponed","interpones","interponing","interpopulation","interpopulational","interposable","interposal","interposals","interpose","interposed","interposer","interposers","interposes","interposing","interposition","interpositions","interpret","interpretabilities","interpretability","interpretable","interpretably","interpretate","interpretated","interpretates","interpretating","interpretation","interpretational","interpretations","interpretative","interpretatively","interpreted","interpreter","interpreters","interpretership","interpretess","interpretesses","interpreting","interpretive","interpretively","interpretress","interpretresses","interprets","interprofessional","interprovincial","interproximal","interpsychic","interpunction","interpunctions","interpunctuate","interpunctuated","interpunctuates","interpupillary","interquartile","interrace","interracial","interracially","interradial","interradially","interradii","interradius","interradiuses","interrail","interrailed","interrailer","interrailers","interrailing","interrails","interramal","interred","interregal","interreges","interregional","interregna","interregnal","interregnum","interregnums","interrelate","interrelated","interrelatedly","interrelatedness","interrelatednesses","interrelates","interrelating","interrelation","interrelations","interrelationship","interrelationships","interreligious","interrenal","interrex","interring","interrobang","interrobangs","interrogable","interrogant","interrogants","interrogate","interrogated","interrogatee","interrogatees","interrogates","interrogating","interrogatingly","interrogation","interrogational","interrogations","interrogative","interrogatively","interrogatives","interrogator","interrogatories","interrogatorily","interrogators","interrogatory","interrogee","interrogees","interrow","interrupt","interrupted","interruptedly","interrupter","interrupters","interruptible","interrupting","interruption","interruptions","interruptive","interruptively","interruptor","interruptors","interrupts","inters","interscapular","interscholastic","interschool","interschools","interscribe","interscribed","interscribes","interscribing","intersect","intersected","intersecting","intersection","intersectional","intersections","intersects","intersegment","intersegmental","intersegments","intersensory","interseptal","intersert","intersertal","interserted","interserting","interserts","interservice","intersession","intersessions","intersex","intersexes","intersexual","intersexualism","intersexualisms","intersexualities","intersexuality","intersexually","intersidereal","intersocietal","intersociety","interspace","interspaced","interspaces","interspacing","interspatial","interspatially","interspecies","interspecific","interspersal","interspersals","intersperse","interspersed","interspersedly","intersperses","interspersing","interspersion","interspersions","interspinal","interspinous","interstadial","interstadials","interstage","interstate","interstates","interstation","interstellar","interstellary","intersterile","intersterilities","intersterility","interstice","interstices","interstimulation","interstimulations","interstimuli","interstimulus","interstitial","interstitially","interstitials","interstrain","interstrains","interstrand","interstrands","interstratification","interstratifications","interstratified","interstratifies","interstratify","interstratifying","intersubjective","intersubjectively","intersubjectivities","intersubjectivity","intersubstitutabilities","intersubstitutability","intersubstitutable","intersystem","intertangle","intertangled","intertanglement","intertangles","intertangling","intertarsal","intertentacular","interterm","interterminal","interterritorial","intertestamental","intertext","intertexts","intertextual","intertextuality","intertextually","intertexture","intertextures","intertidal","intertidally","intertie","interties","intertill","intertillage","intertillages","intertilled","intertilling","intertills","intertissued","intertraffic","intertraffics","intertranslatable","intertrial","intertribal","intertrigo","intertrigos","intertroop","intertropical","intertwine","intertwined","intertwinement","intertwinements","intertwines","intertwining","intertwiningly","intertwinings","intertwist","intertwisted","intertwisting","intertwistingly","intertwists","interunion","interunions","interunit","interuniversity","interurban","interurbans","interval","intervale","intervales","intervalley","intervalleys","intervallic","intervallum","intervallums","intervalometer","intervalometers","intervals","intervarsity","intervein","interveined","interveining","interveins","intervene","intervened","intervener","interveners","intervenes","intervenient","intervening","intervenor","intervenors","intervention","interventional","interventionism","interventionisms","interventionist","interventionists","interventions","interventor","interventors","interventricular","intervertebral","interview","interviewed","interviewee","interviewees","interviewer","interviewers","interviewing","interviews","intervillage","intervisibilities","intervisibility","intervisible","intervisitation","intervisitations","intervital","intervocalic","intervocalically","intervolve","intervolved","intervolves","intervolving","interwar","interweave","interweaved","interweavement","interweavements","interweaver","interweavers","interweaves","interweaving","interweb","interwebs","interwind","interwinding","interwinds","interwork","interworked","interworking","interworkings","interworks","interwound","interwove","interwoven","interwreathe","interwreathed","interwreathes","interwreathing","interwrought","interzonal","interzone","interzones","intestacies","intestacy","intestate","intestates","intestinal","intestinally","intestine","intestines","inthral","inthrall","inthralled","inthralling","inthralls","inthrals","inthrone","inthroned","inthrones","inthroning","inti","intifada","intifadah","intifadahs","intifadas","intifadeh","intifadehs","intil","intima","intimacies","intimacy","intimae","intimal","intimas","intimate","intimated","intimately","intimateness","intimatenesses","intimater","intimaters","intimates","intimating","intimation","intimations","intime","intimidate","intimidated","intimidates","intimidating","intimidatingly","intimidation","intimidations","intimidator","intimidators","intimidatory","intimism","intimisms","intimist","intimiste","intimistes","intimists","intimities","intimity","intinction","intinctions","intine","intines","intire","intis","intitle","intitled","intitles","intitling","intitule","intituled","intitules","intituling","into","intoed","intolerabilities","intolerability","intolerable","intolerableness","intolerablenesses","intolerably","intolerance","intolerances","intolerant","intolerantly","intolerantness","intolerantnesses","intolerants","intoleration","intolerations","intomb","intombed","intombing","intombs","intonaco","intonacos","intonate","intonated","intonates","intonating","intonation","intonational","intonations","intonator","intonators","intone","intoned","intoner","intoners","intones","intoning","intoningly","intonings","intorsion","intorsions","intort","intorted","intorting","intortion","intortions","intorts","intown","intoxicable","intoxicant","intoxicants","intoxicate","intoxicated","intoxicatedly","intoxicates","intoxicating","intoxicatingly","intoxication","intoxications","intoxicative","intoxicator","intoxicators","intoximeter","intoximeters","intra","intracapsular","intracardiac","intracardial","intracardially","intracavitary","intracellular","intracellularly","intracerebral","intracerebrally","intracity","intracompany","intracranial","intracranially","intractabilities","intractability","intractable","intractableness","intractably","intracutaneous","intracutaneously","intrada","intradas","intraday","intradermal","intradermally","intradermic","intradermically","intrados","intradoses","intrafallopian","intrafascicular","intragalactic","intragenic","intramedullary","intramercurial","intramolecular","intramolecularly","intramundane","intramural","intramurally","intramuscular","intramuscularly","intranasal","intranasally","intranational","intranet","intranets","intransigeance","intransigeances","intransigeant","intransigeantly","intransigeants","intransigence","intransigences","intransigencies","intransigency","intransigent","intransigentism","intransigentist","intransigently","intransigents","intransitive","intransitively","intransitiveness","intransitivenesses","intransitivities","intransitivity","intransmissible","intransmutable","intrant","intrants","intranuclear","intraocular","intraocularly","intraparietal","intrapartum","intraperitoneal","intraperitoneally","intrapersonal","intrapetiolar","intraplate","intrapopulation","intrapreneur","intrapreneurial","intrapreneurs","intrapsychic","intrapsychically","intrasexual","intraspecies","intraspecific","intrastate","intratelluric","intrathecal","intrathecally","intrathoracic","intrathoracically","intrauterine","intravasation","intravasations","intravascular","intravascularly","intravenous","intravenouses","intravenously","intraventricular","intraventricularly","intravital","intravitally","intravitam","intrazonal","intreat","intreated","intreatfull","intreating","intreatingly","intreatment","intreatments","intreats","intrench","intrenchant","intrenched","intrencher","intrenchers","intrenches","intrenching","intrenchment","intrenchments","intrepid","intrepidities","intrepidity","intrepidly","intrepidness","intrepidnesses","intricacies","intricacy","intricate","intricately","intricateness","intricatenesses","intrigant","intrigante","intrigantes","intrigants","intriguant","intriguante","intriguantes","intriguants","intrigue","intrigued","intriguer","intriguers","intrigues","intriguing","intriguingly","intrince","intrinsic","intrinsical","intrinsicality","intrinsically","intrinsicalness","intrinsicate","intro","introduce","introduced","introducer","introducers","introduces","introducible","introducing","introduction","introductions","introductive","introductorily","introductory","introfied","introfies","introfy","introfying","introgressant","introgressants","introgression","introgressions","introgressive","introit","introital","introits","introitus","introituses","introject","introjected","introjecting","introjection","introjections","introjective","introjects","introld","intromissible","intromission","intromissions","intromissive","intromit","intromits","intromitted","intromittent","intromitter","intromitters","intromitting","intron","introns","introrse","introrsely","intros","introspect","introspected","introspecting","introspection","introspectional","introspectionism","introspectionisms","introspectionist","introspectionistic","introspectionists","introspections","introspective","introspectively","introspectiveness","introspectivenesses","introspects","introsusception","introversible","introversion","introversions","introversive","introversively","introvert","introverted","introverting","introvertive","introverts","intrude","intruded","intruder","intruders","intrudes","intruding","intrudingly","intrusion","intrusional","intrusionist","intrusionists","intrusions","intrusive","intrusively","intrusiveness","intrusivenesses","intrusives","intrust","intrusted","intrusting","intrustment","intrustments","intrusts","intubate","intubated","intubates","intubating","intubation","intubations","intuit","intuitable","intuited","intuiting","intuition","intuitional","intuitionalism","intuitionalisms","intuitionalist","intuitionalists","intuitionally","intuitionism","intuitionisms","intuitionist","intuitionists","intuitions","intuitive","intuitively","intuitiveness","intuitivenesses","intuitivism","intuitivisms","intuits","intumesce","intumesced","intumescence","intumescences","intumescencies","intumescency","intumescent","intumesces","intumescing","inturbidate","inturbidated","inturbidates","inturbidating","inturn","inturned","inturns","intuse","intuses","intussuscept","intussuscepted","intussuscepting","intussusception","intussusceptions","intussusceptive","intussuscepts","intwine","intwined","intwinement","intwinements","intwines","intwining","intwist","intwisted","intwisting","intwists","inukshuit","inukshuk","inukshuks","inula","inulas","inulase","inulases","inulin","inulins","inumbrate","inumbrated","inumbrates","inumbrating","inunction","inunctions","inundant","inundate","inundated","inundates","inundating","inundation","inundations","inundator","inundators","inundatory","inurbane","inurbanely","inurbanities","inurbanity","inure","inured","inuredness","inurednesses","inurement","inurements","inures","inuring","inurn","inurned","inurning","inurnment","inurnments","inurns","inusitate","inusitation","inusitations","inust","inustion","inustions","inutile","inutilely","inutilities","inutility","inutterable","invadable","invade","invaded","invader","invaders","invades","invading","invaginable","invaginate","invaginated","invaginates","invaginating","invagination","invaginations","invalid","invalidate","invalidated","invalidates","invalidating","invalidation","invalidations","invalidator","invalidators","invalided","invalidhood","invalidhoods","invaliding","invalidings","invalidism","invalidisms","invalidities","invalidity","invalidly","invalidness","invalidnesses","invalids","invaluable","invaluableness","invaluablenesses","invaluably","invar","invariabilities","invariability","invariable","invariableness","invariables","invariably","invariance","invariances","invariancies","invariancy","invariant","invariants","invars","invasion","invasions","invasive","invasively","invasiveness","invasivenesses","inveagle","inveagled","inveagles","inveagling","invecked","invected","invective","invectively","invectiveness","invectivenesses","invectives","inveigh","inveighed","inveigher","inveighers","inveighing","inveighs","inveigle","inveigled","inveiglement","inveiglements","inveigler","inveiglers","inveigles","inveigling","invendibilities","invendibility","invendible","invenit","invent","inventable","invented","inventer","inventers","inventible","inventing","invention","inventional","inventionless","inventions","inventive","inventively","inventiveness","inventivenesses","inventor","inventoriable","inventorial","inventorially","inventoried","inventories","inventors","inventory","inventorying","inventress","inventresses","invents","inveracities","inveracity","inverities","inverity","inverness","invernesses","inverse","inversed","inversely","inverses","inversing","inversion","inversions","inversive","invert","invertase","invertases","invertebral","invertebrate","invertebrates","inverted","invertedly","inverter","inverters","invertibilities","invertibility","invertible","invertin","inverting","invertins","invertor","invertors","inverts","invest","investable","invested","investible","investigable","investigate","investigated","investigates","investigating","investigation","investigational","investigations","investigative","investigator","investigators","investigatory","investing","investitive","investiture","investitures","investment","investments","investor","investors","invests","inveteracies","inveteracy","inveterate","inveterately","inveterateness","invexed","inviabilities","inviability","inviable","inviableness","inviablenesses","inviably","invidious","invidiously","invidiousness","invidiousnesses","invigilate","invigilated","invigilates","invigilating","invigilation","invigilations","invigilator","invigilators","invigorant","invigorants","invigorate","invigorated","invigorates","invigorating","invigoratingly","invigoration","invigorations","invigorative","invigoratively","invigorator","invigorators","invincibilities","invincibility","invincible","invincibleness","invinciblenesses","invincibly","inviolabilities","inviolability","inviolable","inviolableness","inviolablenesses","inviolably","inviolacies","inviolacy","inviolate","inviolated","inviolately","inviolateness","inviolatenesses","invious","invirile","inviscid","invisibilities","invisibility","invisible","invisibleness","invisiblenesses","invisibles","invisibly","invital","invitation","invitational","invitationals","invitations","invitatories","invitatory","invite","invited","invitee","invitees","invitement","invitements","inviter","inviters","invites","inviting","invitingly","invitingness","invitingnesses","invitings","invocable","invocate","invocated","invocates","invocating","invocation","invocational","invocations","invocative","invocator","invocators","invocatory","invoice","invoiced","invoices","invoicing","invoke","invoked","invoker","invokers","invokes","invoking","involucel","involucella","involucellate","involucellated","involucellum","involucels","involucra","involucral","involucrate","involucre","involucres","involucrum","involuntarily","involuntariness","involuntarinesses","involuntary","involute","involuted","involutedly","involutely","involutes","involuting","involution","involutional","involutions","involve","involved","involvedly","involvement","involvements","involver","involvers","involves","involving","invulnerabilities","invulnerability","invulnerable","invulnerableness","invulnerablenesses","invulnerably","invultuation","invultuations","inwall","inwalled","inwalling","inwalls","inward","inwardly","inwardness","inwardnesses","inwards","inweave","inweaved","inweaves","inweaving","inwick","inwicked","inwicking","inwicks","inwind","inwinding","inwinds","inwit","inwith","inwits","inwork","inworked","inworking","inworkings","inworks","inworn","inwound","inwove","inwoven","inwrap","inwrapped","inwrapping","inwraps","inwreathe","inwreathed","inwreathes","inwreathing","inwrought","inyala","inyalas","io","iodate","iodated","iodates","iodating","iodation","iodations","iodic","iodid","iodide","iodides","iodids","iodin","iodinate","iodinated","iodinates","iodinating","iodination","iodinations","iodine","iodines","iodins","iodisation","iodisations","iodise","iodised","iodiser","iodisers","iodises","iodising","iodism","iodisms","iodization","iodizations","iodize","iodized","iodizer","iodizers","iodizes","iodizing","iodoform","iodoforms","iodometric","iodometrical","iodometrically","iodometries","iodometry","iodophile","iodophor","iodophors","iodopsin","iodopsins","iodous","ioduret","iodurets","iodyrite","iodyrites","iolite","iolites","ion","ionic","ionicities","ionicity","ionics","ionisable","ionisation","ionisations","ionise","ionised","ioniser","ionisers","ionises","ionising","ionium","ioniums","ionizable","ionization","ionizations","ionize","ionized","ionizer","ionizers","ionizes","ionizing","ionogen","ionogenic","ionogens","ionomer","ionomers","ionone","ionones","ionopause","ionopauses","ionophore","ionophores","ionophoreses","ionophoresis","ionosonde","ionosondes","ionosphere","ionospheres","ionospheric","ionospherically","ionotropic","ionotropies","ionotropy","ions","iontophoreses","iontophoresis","iontophoretic","iontophoretically","iopanoic","ios","iota","iotacism","iotacisms","iotas","ipecac","ipecacs","ipecacuanha","ipecacuanhas","ipomoea","ipomoeas","ippon","ippons","ipratropium","ipratropiums","iprindole","iprindoles","iproniazid","iproniazids","ipselateral","ipsilateral","ipsilaterally","iracund","iracundities","iracundity","iracundulous","irade","irades","irascibilities","irascibility","irascible","irascibleness","irasciblenesses","irascibly","irate","irately","irateness","iratenesses","irater","iratest","ire","ired","ireful","irefully","irefulness","irefulnesses","ireless","irenic","irenical","irenically","irenicism","irenicisms","irenicon","irenicons","irenics","irenologies","irenology","ires","irid","iridaceous","iridal","irideal","iridectomies","iridectomy","irides","iridescence","iridescences","iridescent","iridescently","iridial","iridian","iridic","iridisation","iridisations","iridise","iridised","iridises","iridising","iridium","iridiums","iridization","iridizations","iridize","iridized","iridizes","iridizing","iridocyte","iridocytes","iridologies","iridologist","iridologists","iridology","iridosmine","iridosmines","iridosmium","iridosmiums","iridotomies","iridotomy","irids","iring","iris","irisate","irisated","irisates","irisating","irisation","irisations","iriscope","iriscopes","irised","irises","irising","iritic","iritis","iritises","irk","irked","irking","irks","irksome","irksomely","irksomeness","irksomenesses","iroko","irokos","iron","ironbark","ironbarks","ironbound","ironclad","ironclads","irone","ironed","ironer","ironers","irones","ironfisted","ironhanded","ironhearted","ironic","ironical","ironically","ironicalness","ironicalnesses","ironier","ironies","ironiest","ironing","ironings","ironise","ironised","ironises","ironising","ironist","ironists","ironize","ironized","ironizes","ironizing","ironless","ironlike","ironman","ironmaster","ironmasters","ironmen","ironmonger","ironmongeries","ironmongers","ironmongery","ironness","ironnesses","irons","ironside","ironsides","ironsmith","ironsmiths","ironstone","ironstones","ironware","ironwares","ironweed","ironweeds","ironwoman","ironwomen","ironwood","ironwoods","ironwork","ironworker","ironworkers","ironworks","irony","irradiance","irradiances","irradiancies","irradiancy","irradiant","irradiate","irradiated","irradiates","irradiating","irradiation","irradiations","irradiative","irradiator","irradiators","irradicable","irradicably","irradicate","irradicated","irradicates","irradicating","irrational","irrationalise","irrationalised","irrationalises","irrationalising","irrationalism","irrationalisms","irrationalist","irrationalistic","irrationalists","irrationalities","irrationality","irrationalize","irrationalized","irrationalizes","irrationalizing","irrationally","irrationalness","irrationals","irreal","irrealisable","irrealities","irreality","irrealizable","irrebuttable","irreceptive","irreciprocal","irreciprocities","irreciprocity","irreclaimable","irreclaimably","irrecognisable","irrecognition","irrecognitions","irrecognizable","irreconcilabilities","irreconcilability","irreconcilable","irreconcilableness","irreconcilablenesses","irreconcilables","irreconcilably","irreconciled","irreconcilement","irrecoverable","irrecoverableness","irrecoverablenesses","irrecoverably","irrecusable","irrecusably","irredeemability","irredeemable","irredeemables","irredeemably","irredenta","irredentas","irredentism","irredentisms","irredentist","irredentists","irreducibilities","irreducibility","irreducible","irreducibleness","irreducibly","irreductibility","irreduction","irreductions","irreflection","irreflections","irreflective","irreflexion","irreflexions","irreflexive","irreformabilities","irreformability","irreformable","irreformably","irrefragabilities","irrefragability","irrefragable","irrefragably","irrefrangible","irrefrangibly","irrefutabilities","irrefutability","irrefutable","irrefutableness","irrefutably","irregardless","irregular","irregularities","irregularity","irregularly","irregulars","irrelated","irrelation","irrelations","irrelative","irrelatively","irrelativeness","irrelevance","irrelevances","irrelevancies","irrelevancy","irrelevant","irrelevantly","irrelievable","irreligion","irreligionist","irreligionists","irreligions","irreligious","irreligiously","irreligiousness","irremeable","irremeably","irremediable","irremediableness","irremediablenesses","irremediably","irremissibility","irremissible","irremissibly","irremission","irremissions","irremissive","irremovabilities","irremovability","irremovable","irremovableness","irremovably","irrenowned","irrepairable","irreparability","irreparable","irreparableness","irreparablenesses","irreparably","irrepealabilities","irrepealability","irrepealable","irrepealably","irreplaceabilities","irreplaceability","irreplaceable","irreplaceableness","irreplaceablenesses","irreplaceably","irrepleviable","irreplevisable","irreprehensible","irreprehensibly","irrepressibilities","irrepressibility","irrepressible","irrepressibly","irreproachabilities","irreproachability","irreproachable","irreproachableness","irreproachablenesses","irreproachably","irreproducibilities","irreproducibility","irreproducible","irreprovable","irreprovably","irresistance","irresistances","irresistibilities","irresistibility","irresistible","irresistibleness","irresistiblenesses","irresistibly","irresolubility","irresoluble","irresolubly","irresolute","irresolutely","irresoluteness","irresolutenesses","irresolution","irresolutions","irresolvability","irresolvable","irresolvably","irrespective","irrespectively","irrespirable","irresponsibilities","irresponsibility","irresponsible","irresponsibleness","irresponsiblenesses","irresponsibles","irresponsibly","irresponsive","irresponsively","irresponsiveness","irresponsivenesses","irrestrainable","irresuscitable","irresuscitably","irretention","irretentions","irretentive","irretentiveness","irretrievabilities","irretrievability","irretrievable","irretrievably","irreverence","irreverences","irreverent","irreverential","irreverently","irreversibilities","irreversibility","irreversible","irreversibly","irrevocabilities","irrevocability","irrevocable","irrevocableness","irrevocablenesses","irrevocably","irridenta","irridentas","irrigable","irrigably","irrigate","irrigated","irrigates","irrigating","irrigation","irrigational","irrigations","irrigative","irrigator","irrigators","irriguous","irrision","irrisions","irrisory","irritabilities","irritability","irritable","irritableness","irritablenesses","irritably","irritancies","irritancy","irritant","irritants","irritate","irritated","irritatedly","irritates","irritating","irritatingly","irritation","irritations","irritative","irritator","irritators","irrotational","irrupt","irrupted","irrupting","irruption","irruptions","irruptive","irruptively","irrupts","irukandji","irukandjis","is","isabel","isabella","isabellas","isabelline","isabellines","isabels","isagoge","isagoges","isagogic","isagogics","isallobar","isallobaric","isallobars","isapostolic","isarithm","isarithms","isatin","isatine","isatines","isatinic","isatins","isba","isbas","ischaemia","ischaemias","ischaemic","ischemia","ischemias","ischemic","ischia","ischiadic","ischial","ischiatic","ischium","ischuretic","ischuretics","ischuria","ischurias","iseikonia","iseikonias","iseikonic","isenergic","isentropic","isentropically","ish","ishes","isinglass","isinglasses","isit","island","islanded","islander","islanders","islanding","islands","isle","isled","isleless","isleman","islemen","isles","islesman","islesmen","islet","isleted","islets","isling","islomania","islomanias","ism","ismatic","ismatical","ismaticalness","ismaticalnesses","isms","isna","isnae","iso","isoagglutinin","isoagglutinins","isoalloxazine","isoalloxazines","isoaminile","isoaminiles","isoamyl","isoamyls","isoantibodies","isoantibody","isoantigen","isoantigenic","isoantigens","isobar","isobare","isobares","isobaric","isobarism","isobarisms","isobarometric","isobars","isobase","isobases","isobath","isobathic","isobaths","isobilateral","isobront","isobronts","isobutane","isobutanes","isobutene","isobutenes","isobutyl","isobutylene","isobutylenes","isobutyls","isocaloric","isocarboxazid","isocarboxazids","isochasm","isochasmic","isochasms","isocheim","isocheimal","isocheimals","isocheimenal","isocheimenals","isocheimic","isocheims","isochimal","isochimals","isochime","isochimes","isochor","isochore","isochores","isochoric","isochors","isochromatic","isochromosome","isochromosomes","isochron","isochronal","isochronally","isochrone","isochrones","isochronise","isochronised","isochronises","isochronising","isochronism","isochronisms","isochronize","isochronized","isochronizes","isochronizing","isochronous","isochronously","isochrons","isochroous","isoclinal","isoclinals","isocline","isoclines","isoclinic","isoclinics","isocracies","isocracy","isocratic","isocrymal","isocrymals","isocryme","isocrymes","isocyanate","isocyanates","isocyanic","isocyanide","isocyanides","isocyclic","isodiametric","isodiametrical","isodiaphere","isodiapheres","isodica","isodicon","isodimorphic","isodimorphism","isodimorphisms","isodimorphous","isodoma","isodomon","isodomous","isodomum","isodont","isodontal","isodontals","isodonts","isodose","isodoses","isodynamic","isodynamics","isoelectric","isoelectronic","isoelectronically","isoenzymatic","isoenzyme","isoenzymes","isoenzymic","isoetes","isoflavone","isoflavones","isoform","isoforms","isogamete","isogametes","isogametic","isogamic","isogamies","isogamous","isogamy","isogeneic","isogenetic","isogenic","isogenies","isogenous","isogeny","isogeotherm","isogeothermal","isogeothermals","isogeothermic","isogeothermics","isogeotherms","isogloss","isoglossal","isoglosses","isoglossic","isoglottal","isoglottic","isogon","isogonal","isogonals","isogone","isogones","isogonic","isogonics","isogonies","isogons","isogony","isograft","isografted","isografting","isografts","isogram","isograms","isograph","isographs","isogriv","isogrivs","isohel","isohels","isohydric","isohyet","isohyetal","isohyetals","isohyets","isoimmunisation","isoimmunization","isokinetic","isokont","isokontan","isokontans","isokonts","isolabilities","isolability","isolable","isolatable","isolate","isolated","isolates","isolating","isolation","isolationism","isolationisms","isolationist","isolationists","isolations","isolative","isolator","isolators","isolead","isoleads","isolecithal","isoleucine","isoleucines","isolex","isolexes","isoline","isolines","isolog","isologous","isologs","isologue","isologues","isomagnetic","isomagnetics","isomer","isomerase","isomerases","isomere","isomeres","isomeric","isomerisation","isomerisations","isomerise","isomerised","isomerises","isomerising","isomerism","isomerisms","isomerization","isomerizations","isomerize","isomerized","isomerizes","isomerizing","isomerous","isomers","isometric","isometrical","isometrically","isometrics","isometries","isometropia","isometropias","isometry","isomorph","isomorphic","isomorphically","isomorphism","isomorphisms","isomorphous","isomorphs","isoniazid","isoniazide","isoniazides","isoniazids","isonitrile","isonitriles","isonome","isonomes","isonomic","isonomies","isonomous","isonomy","isooctane","isooctanes","isopach","isopachs","isopachyte","isopachytes","isoperimeter","isoperimeters","isoperimetrical","isoperimetries","isoperimetry","isophone","isophones","isophotal","isophote","isophotes","isopiestic","isopiestically","isopleth","isoplethic","isopleths","isopod","isopodan","isopodans","isopodous","isopods","isopolities","isopolity","isoprenaline","isoprenalines","isoprene","isoprenes","isoprenoid","isopropyl","isopropyls","isoproterenol","isoproterenols","isopteran","isopterans","isopterous","isopycnal","isopycnals","isopycnic","isopycnics","isorhythmic","isos","isosceles","isoseismal","isoseismals","isoseismic","isoseismics","isosmotic","isosmotically","isospin","isospins","isospondylous","isospories","isosporous","isospory","isostacies","isostacy","isostasies","isostasy","isostatic","isostatically","isostemonous","isosteric","isosthenuria","isosthenurias","isotach","isotachs","isotactic","isoteniscope","isoteniscopes","isotheral","isotherals","isothere","isotheres","isotherm","isothermal","isothermally","isothermals","isotherms","isotone","isotones","isotonic","isotonically","isotonicities","isotonicity","isotope","isotopes","isotopic","isotopically","isotopies","isotopy","isotretinoin","isotretinoins","isotron","isotrons","isotropic","isotropically","isotropies","isotropism","isotropisms","isotropous","isotropy","isotype","isotypes","isotypic","isoxsuprine","isoxsuprines","isozyme","isozymes","isozymic","ispaghula","ispaghulas","issei","isseis","issuable","issuably","issuance","issuances","issuant","issue","issued","issueless","issuer","issuers","issues","issuing","istana","istanas","isthmi","isthmian","isthmians","isthmic","isthmoid","isthmus","isthmuses","istle","istles","it","ita","itacism","itacisms","itacolumite","itacolumites","itaconic","italianate","italianated","italianates","italianating","italianise","italianised","italianises","italianising","italianize","italianized","italianizes","italianizing","italic","italicisation","italicisations","italicise","italicised","italicises","italicising","italicization","italicizations","italicize","italicized","italicizes","italicizing","italics","itas","itch","itched","itches","itchier","itchiest","itchily","itchiness","itchinesses","itching","itchings","itchweed","itchweeds","itchy","item","itemed","iteming","itemisation","itemisations","itemise","itemised","itemiser","itemisers","itemises","itemising","itemization","itemizations","itemize","itemized","itemizer","itemizers","itemizes","itemizing","items","iterance","iterances","iterant","iterate","iterated","iterates","iterating","iteration","iterations","iterative","iteratively","iterativeness","iterativenesses","iteroparities","iteroparity","iteroparous","iterum","ither","ithyphalli","ithyphallic","ithyphallics","ithyphallus","ithyphalluses","itineracies","itineracy","itinerancies","itinerancy","itinerant","itinerantly","itinerants","itineraries","itinerary","itinerate","itinerated","itinerates","itinerating","itineration","itinerations","its","itself","iure","ivermectin","ivermectins","ivied","ivies","ivoried","ivories","ivorist","ivorists","ivory","ivorybill","ivorybills","ivorylike","ivorywood","ivorywoods","ivresse","ivresses","ivy","ivylike","iwi","iwis","ixia","ixias","ixodiases","ixodiasis","ixodid","ixodids","ixora","ixoras","ixtle","ixtles","izar","izard","izards","izars","izvestia","izvestias","izvestiya","izvestiyas","izzard","izzards","izzat","izzats","ja","jaap","jaaps","jab","jabbed","jabber","jabbered","jabberer","jabberers","jabbering","jabberingly","jabberings","jabbers","jabberwock","jabberwockies","jabberwocks","jabberwocky","jabbing","jabbingly","jabble","jabbled","jabbles","jabbling","jabers","jabiru","jabirus","jaborandi","jaborandis","jabot","jaboticaba","jaboticabas","jabots","jabs","jacal","jacales","jacals","jacamar","jacamars","jacana","jacanas","jacaranda","jacarandas","jacare","jacares","jacchus","jacchuses","jacent","jacinth","jacinthe","jacinthes","jacinths","jack","jackal","jackalled","jackalling","jackals","jackanapes","jackanapeses","jackaroo","jackarooed","jackarooing","jackaroos","jackass","jackasseries","jackassery","jackasses","jackboot","jackbooted","jackbooting","jackboots","jackdaw","jackdaws","jacked","jackeen","jackeens","jacker","jackeroo","jackerooed","jackerooing","jackeroos","jackers","jacket","jacketed","jacketing","jacketless","jackets","jackfish","jackfishes","jackfruit","jackfruits","jackhammer","jackhammered","jackhammering","jackhammers","jackies","jacking","jackings","jackknife","jackknifed","jackknifes","jackknifing","jackknives","jackleg","jacklegs","jacklight","jacklighted","jacklighting","jacklights","jackman","jackmen","jackplane","jackplanes","jackpot","jackpots","jackrabbit","jackrabbits","jackroll","jackrolled","jackrolling","jackrolls","jacks","jackscrew","jackscrews","jackshaft","jackshafts","jacksie","jacksies","jacksmelt","jacksmelts","jacksmith","jacksmiths","jacksnipe","jacksnipes","jackstay","jackstays","jackstone","jackstones","jackstraw","jackstraws","jacksy","jacky","jacobin","jacobins","jacobus","jacobuses","jaconet","jaconets","jacquard","jacquards","jacquerie","jacqueries","jactation","jactations","jactitation","jactitations","jaculate","jaculated","jaculates","jaculating","jaculation","jaculations","jaculator","jaculators","jaculatory","jacuzzi","jacuzzis","jade","jaded","jadedly","jadedness","jadednesses","jadeite","jadeites","jadelike","jaderies","jadery","jades","jading","jadish","jadishly","jaditic","jaeger","jaegers","jafa","jafas","jaffa","jaffas","jag","jaga","jagaed","jagaing","jagas","jager","jagers","jagg","jaggaries","jaggary","jagged","jaggeder","jaggedest","jaggedly","jaggedness","jaggednesses","jagger","jaggeries","jaggers","jaggery","jaggheries","jagghery","jaggier","jaggies","jaggiest","jagging","jaggs","jaggy","jaghir","jaghirdar","jaghirdars","jaghire","jaghires","jaghirs","jagir","jagirs","jagless","jagra","jagras","jags","jaguar","jaguarondi","jaguarondis","jaguars","jaguarundi","jaguarundis","jai","jail","jailable","jailbait","jailbaits","jailbird","jailbirds","jailbreak","jailbreaks","jailed","jailer","jaileress","jaileresses","jailers","jailhouse","jailhouses","jailing","jailless","jailor","jailoress","jailoresses","jailors","jails","jak","jake","jakes","jakeses","jakey","jakeys","jakfruit","jakfruits","jaks","jalabib","jalap","jalapeno","jalapenos","jalapic","jalapin","jalapins","jalaps","jalfrezi","jalop","jalopies","jaloppies","jaloppy","jalops","jalopy","jalouse","jaloused","jalouses","jalousie","jalousied","jalousies","jalousing","jam","jamaat","jamaats","jamadar","jamadars","jamahiriya","jamahiriyas","jamb","jambalaya","jambalayas","jambart","jambarts","jambe","jambeau","jambeaux","jambed","jambee","jambees","jamber","jambers","jambes","jambeux","jambier","jambiers","jambing","jambiya","jambiyah","jambiyahs","jambiyas","jambo","jambok","jambokked","jambokking","jamboks","jambolan","jambolana","jambolanas","jambolans","jambone","jambones","jambool","jambools","jamboree","jamborees","jambs","jambu","jambul","jambuls","jambus","jamdani","jamdanis","james","jameses","jamjar","jamjars","jamlike","jammable","jammed","jammer","jammers","jammier","jammies","jammiest","jamming","jammings","jammy","jamon","jampacked","jampan","jampanee","jampanees","jampani","jampanis","jampans","jampot","jampots","jams","jane","janes","jangle","jangled","jangler","janglers","jangles","janglier","jangliest","jangling","janglings","jangly","janiform","janisaries","janisary","janissaries","janissary","janitor","janitorial","janitors","janitorship","janitorships","janitress","janitresses","janitrix","janitrixes","janizar","janizarian","janizaries","janizars","janizary","janker","jankers","jann","jannies","jannock","jannocks","janns","janny","jansky","janskys","jantee","jantier","janties","jantiest","janty","jap","japan","japanise","japanised","japanises","japanising","japanize","japanized","japanizes","japanizing","japanned","japanner","japanners","japanning","japans","jape","japed","japer","japeries","japers","japery","japes","japing","japingly","japings","japonaiserie","japonaiseries","japonica","japonicas","japped","japping","japs","jar","jararaca","jararacas","jararaka","jararakas","jardiniere","jardinieres","jarful","jarfuls","jargon","jargoned","jargoneer","jargoneers","jargonel","jargonelle","jargonelles","jargonels","jargoning","jargonisation","jargonisations","jargonise","jargonised","jargonises","jargonish","jargonising","jargonist","jargonistic","jargonists","jargonization","jargonizations","jargonize","jargonized","jargonizes","jargonizing","jargons","jargony","jargoon","jargoons","jarhead","jarheads","jarina","jarinas","jark","jarkman","jarkmen","jarks","jarl","jarldom","jarldoms","jarls","jarlsberg","jarlsbergs","jarool","jarools","jarosite","jarosites","jarovise","jarovised","jarovises","jarovising","jarovize","jarovized","jarovizes","jarovizing","jarp","jarped","jarping","jarps","jarrah","jarrahs","jarred","jarring","jarringly","jarrings","jars","jarsful","jarta","jartas","jarul","jaruls","jarvey","jarveys","jarvie","jarvies","jasey","jaseys","jasies","jasmin","jasmine","jasmines","jasmins","jasmonate","jasmonates","jasp","jaspe","jasper","jasperise","jasperised","jasperises","jasperising","jasperize","jasperized","jasperizes","jasperizing","jasperous","jaspers","jasperware","jasperwares","jaspery","jaspes","jaspidean","jaspideous","jaspilite","jaspilites","jaspis","jaspises","jasps","jass","jasses","jassid","jassids","jasy","jataka","jatakas","jato","jatos","jatropha","jatrophas","jauk","jauked","jauking","jauks","jaunce","jaunced","jaunces","jauncing","jaundice","jaundiced","jaundices","jaundicing","jaunse","jaunsed","jaunses","jaunsing","jaunt","jaunted","jauntee","jauntie","jauntier","jaunties","jauntiest","jauntily","jauntiness","jauntinesses","jaunting","jauntingly","jaunts","jaunty","jaup","jauped","jauping","jaups","java","javas","javel","javelin","javelina","javelinas","javelined","javelining","javelins","javels","jaw","jawan","jawans","jawari","jawaris","jawbation","jawbations","jawbone","jawboned","jawboner","jawboners","jawbones","jawboning","jawbonings","jawbox","jawboxes","jawbreaker","jawbreakers","jawcrusher","jawcrushers","jawed","jawfall","jawfalls","jawhole","jawholes","jawing","jawings","jawless","jawlike","jawline","jawlines","jaws","jaxie","jaxies","jaxy","jay","jaybird","jaybirds","jaycee","jaycees","jaygee","jaygees","jayhawker","jayhawkers","jays","jayvee","jayvees","jaywalk","jaywalked","jaywalker","jaywalkers","jaywalking","jaywalkings","jaywalks","jazerant","jazerants","jazies","jazy","jazz","jazzbo","jazzbos","jazzed","jazzer","jazzers","jazzes","jazzier","jazziest","jazzily","jazziness","jazzinesses","jazzing","jazzlike","jazzman","jazzmen","jazzy","jealous","jealouse","jealoused","jealouses","jealoushood","jealoushoods","jealousies","jealousing","jealously","jealousness","jealousnesses","jealousy","jean","jeaned","jeanette","jeanettes","jeans","jeat","jeats","jebel","jebels","jedi","jedis","jee","jeed","jeeing","jeel","jeeled","jeelie","jeelied","jeelieing","jeelies","jeeling","jeels","jeely","jeelying","jeep","jeeped","jeepers","jeeping","jeepney","jeepneys","jeeps","jeer","jeered","jeerer","jeerers","jeering","jeeringly","jeerings","jeers","jees","jeez","jefe","jefes","jeff","jeffed","jeffing","jeffs","jehad","jehadeen","jehadi","jehadis","jehadism","jehadisms","jehadist","jehadists","jehads","jehu","jehus","jeistiecor","jeistiecors","jejuna","jejunal","jejune","jejunely","jejuneness","jejunenesses","jejunities","jejunity","jejunostomies","jejunostomy","jejunum","jelab","jelabs","jell","jellaba","jellabah","jellabahs","jellabas","jelled","jellied","jellies","jellification","jellifications","jellified","jellifies","jellify","jellifying","jelling","jello","jellos","jells","jelly","jellybean","jellybeans","jellyfish","jellyfishes","jellygraph","jellygraphed","jellygraphing","jellygraphs","jellying","jellylike","jellyroll","jellyrolls","jelutong","jelutongs","jemadar","jemadars","jembe","jembes","jemidar","jemidars","jemima","jemimas","jemmied","jemmier","jemmies","jemmiest","jemminess","jemminesses","jemmy","jemmying","jennet","jenneting","jennetings","jennets","jennies","jenny","jeofail","jeofails","jeon","jeopard","jeoparded","jeoparder","jeoparders","jeopardied","jeopardies","jeoparding","jeopardise","jeopardised","jeopardises","jeopardising","jeopardize","jeopardized","jeopardizes","jeopardizing","jeopardous","jeopardously","jeopards","jeopardy","jeopardying","jequerities","jequerity","jequirities","jequirity","jerbil","jerbils","jerboa","jerboas","jereed","jereeds","jeremiad","jeremiads","jerepigo","jerepigos","jerfalcon","jerfalcons","jerid","jerids","jerk","jerked","jerker","jerkers","jerkier","jerkies","jerkiest","jerkily","jerkin","jerkiness","jerkinesses","jerking","jerkingly","jerkings","jerkinhead","jerkinheads","jerkins","jerks","jerkwater","jerkwaters","jerky","jeroboam","jeroboams","jerque","jerqued","jerquer","jerquers","jerques","jerquing","jerquings","jerreed","jerreeds","jerrican","jerricans","jerrid","jerrids","jerries","jerry","jerrycan","jerrycans","jerrymander","jerrymandered","jerrymandering","jerrymanders","jersey","jerseyed","jerseys","jess","jessamies","jessamine","jessamines","jessamy","jessant","jesse","jessed","jesserant","jesserants","jesses","jessie","jessies","jessing","jest","jestbook","jestbooks","jested","jestee","jestees","jester","jesters","jestful","jesting","jestingly","jestings","jests","jesuit","jesuitic","jesuitical","jesuitically","jesuitism","jesuitisms","jesuitries","jesuitry","jesuits","jesus","jet","jetbead","jetbeads","jete","jetes","jetfoil","jetfoils","jetlag","jetlags","jetlike","jetliner","jetliners","jeton","jetons","jetport","jetports","jets","jetsam","jetsams","jetsom","jetsoms","jetson","jetsons","jetstream","jetstreams","jettatura","jettaturas","jetted","jettied","jettier","jetties","jettiest","jettiness","jettinesses","jetting","jettison","jettisonable","jettisoned","jettisoning","jettisons","jetton","jettons","jetty","jettying","jetway","jetways","jeu","jeune","jeux","jew","jewed","jewel","jeweled","jeweler","jewelers","jewelfish","jewelfishes","jeweling","jewelled","jeweller","jewelleries","jewellers","jewellery","jewellike","jewelling","jewelries","jewelry","jewels","jewelweed","jewelweeds","jewfish","jewfishes","jewie","jewies","jewing","jews","jezail","jezails","jezebel","jezebels","jhala","jhalas","jhatka","jhatkas","jiao","jiaos","jib","jibb","jibba","jibbah","jibbahs","jibbas","jibbed","jibber","jibbered","jibbering","jibbers","jibbing","jibbings","jibbons","jibboom","jibbooms","jibbs","jibe","jibed","jiber","jibers","jibes","jibing","jibingly","jibs","jicama","jicamas","jickajog","jickajogged","jickajogging","jickajogs","jiff","jiffies","jiffs","jiffy","jig","jigaboo","jigaboos","jigajig","jigajigged","jigajigging","jigajigs","jigajog","jigajogged","jigajogging","jigajogs","jigamaree","jigamarees","jigged","jigger","jiggered","jiggering","jiggermast","jiggermasts","jiggers","jiggier","jiggiest","jigging","jiggings","jiggish","jiggle","jiggled","jiggles","jigglier","jiggliest","jiggling","jiggly","jiggumbob","jiggumbobs","jiggy","jigjig","jigjigged","jigjigging","jigjigs","jiglike","jigot","jigots","jigs","jigsaw","jigsawed","jigsawing","jigsawn","jigsaws","jihad","jihadeen","jihadi","jihadis","jihadism","jihadisms","jihadist","jihadists","jihads","jilbab","jilbabs","jilgie","jilgies","jill","jillaroo","jillaroos","jillet","jillets","jillflirt","jillflirts","jillion","jillions","jillionth","jills","jilt","jilted","jilter","jilters","jilting","jilts","jimcrack","jimcracks","jiminy","jimjam","jimjams","jimmie","jimmied","jimmies","jimminy","jimmy","jimmying","jimp","jimper","jimpest","jimpier","jimpiest","jimply","jimpness","jimpnesses","jimpson","jimpy","jimson","jimsonweed","jimsonweeds","jin","jingal","jingall","jingalls","jingals","jingbang","jingbangs","jingko","jingkoes","jingle","jingled","jingler","jinglers","jingles","jinglet","jinglets","jinglier","jingliest","jingling","jingly","jingo","jingoes","jingoish","jingoism","jingoisms","jingoist","jingoistic","jingoistically","jingoists","jinjili","jinjilis","jink","jinked","jinker","jinkered","jinkering","jinkers","jinking","jinks","jinn","jinne","jinnee","jinni","jinnis","jinns","jinricksha","jinrickshas","jinrickshaw","jinrickshaws","jinrikisha","jinrikishas","jinriksha","jinrikshas","jins","jinx","jinxed","jinxes","jinxing","jipijapa","jipijapas","jipyapa","jipyapas","jirble","jirbled","jirbles","jirbling","jird","jirds","jirga","jirgas","jirkinet","jirkinets","jirre","jism","jisms","jissom","jissoms","jitney","jitneys","jitter","jitterbug","jitterbugged","jitterbugging","jitterbugs","jittered","jitterier","jitteriest","jitteriness","jitterinesses","jittering","jitters","jittery","jiujitsu","jiujitsus","jiujutsu","jiujutsus","jive","jiveass","jived","jiver","jivers","jives","jivey","jivier","jiviest","jiving","jivy","jiz","jizz","jizzes","jnana","jnanas","jo","joanna","joannas","joannes","joanneses","job","jobation","jobations","jobbed","jobber","jobberies","jobbers","jobbery","jobbie","jobbies","jobbing","jobbings","jobcentre","jobcentres","jobe","jobed","jobernowl","jobernowls","jobes","jobholder","jobholders","jobing","jobless","joblessness","joblessnesses","jobname","jobnames","jobs","jobseeker","jobseekers","jobshare","jobshares","jobsworth","jobsworths","jock","jockette","jockettes","jockey","jockeyed","jockeying","jockeyish","jockeyism","jockeyisms","jockeys","jockeyship","jockeyships","jockish","jocko","jockos","jocks","jockstrap","jockstraps","jockteleg","jocktelegs","joco","jocose","jocosely","jocoseness","jocosenesses","jocoserious","jocosities","jocosity","jocular","jocularities","jocularity","jocularly","joculator","joculators","jocund","jocundities","jocundity","jocundly","jocundness","jocundnesses","jodel","jodelled","jodelling","jodels","jodhpur","jodhpurs","joe","joes","joey","joeys","jog","jogged","jogger","joggers","jogging","joggings","joggle","joggled","joggler","jogglers","joggles","joggling","jogpants","jogs","jogtrot","jogtrots","johannes","johanneses","john","johnboat","johnboats","johnnie","johnnies","johnny","johnnycake","johnnycakes","johns","johnson","johnsongrass","johnsongrasses","johnsons","join","joinable","joinder","joinders","joined","joiner","joineries","joiners","joinery","joining","joinings","joins","joint","jointed","jointedly","jointedness","jointednesses","jointer","jointers","jointing","jointings","jointless","jointly","jointness","jointnesses","jointress","jointresses","joints","jointure","jointured","jointures","jointuress","jointuresses","jointuring","jointweed","jointweeds","jointworm","jointworms","joist","joisted","joisting","joists","jojoba","jojobas","joke","joked","joker","jokers","jokes","jokesmith","jokesmiths","jokesome","jokester","jokesters","jokey","jokier","jokiest","jokily","jokiness","jokinesses","joking","jokingly","jokol","joky","jol","jole","joled","joles","joling","joliotium","joliotiums","joll","jolled","joller","jollers","jolley","jolleyer","jolleyers","jolleying","jolleyings","jolleys","jollied","jollier","jolliers","jollies","jolliest","jollification","jollifications","jollified","jollifies","jollify","jollifying","jollily","jolliment","jolliments","jolliness","jollinesses","jolling","jollities","jollity","jollop","jollops","jolls","jolly","jollyboat","jollyboats","jollyer","jollyers","jollyhead","jollyheads","jollying","jollyings","jols","jolt","jolted","jolter","jolterhead","jolterheads","jolters","jolthead","joltheads","joltier","joltiest","joltily","jolting","joltingly","jolts","jolty","jomo","jomon","jomos","joncanoe","joncanoes","jones","jonesed","joneses","jonesing","jong","jongleur","jongleurs","jongs","jonnock","jonnycake","jonnycakes","jonquil","jonquils","jonties","jonty","jook","jooked","jookeries","jookery","jooking","jooks","jor","joram","jorams","jordan","jordans","jordeloo","jordeloos","jors","jorum","jorums","joseph","josephinite","josephinites","josephs","josh","joshed","josher","joshers","joshes","joshing","joshingly","joskin","joskins","joss","josser","jossers","josses","jostle","jostled","jostlement","jostlements","jostler","jostlers","jostles","jostling","jostlings","jot","jota","jotas","jots","jotted","jotter","jotters","jottier","jottiest","jotting","jottings","jotty","jotun","jotunn","jotunns","jotuns","joual","jouals","jougs","jouisance","jouisances","jouk","jouked","joukeries","joukery","jouking","jouks","joule","jouled","joules","jouling","jounce","jounced","jounces","jouncier","jounciest","jouncing","jouncy","jour","journal","journaled","journalese","journaleses","journaling","journalisation","journalisations","journalise","journalised","journaliser","journalisers","journalises","journalising","journalism","journalisms","journalist","journalistic","journalistically","journalists","journalization","journalizations","journalize","journalized","journalizer","journalizers","journalizes","journalizing","journalled","journalling","journals","journey","journeyed","journeyer","journeyers","journeying","journeyman","journeymen","journeys","journeywork","journeyworks","journo","journos","jours","joust","jousted","jouster","jousters","jousting","jousts","jouysaunce","jouysaunces","jovial","jovialities","joviality","jovially","jovialness","jovialnesses","jovialties","jovialty","jovysaunce","jovysaunces","jow","jowar","jowari","jowaris","jowars","jowed","jowing","jowl","jowled","jowler","jowlers","jowlier","jowliest","jowliness","jowlinesses","jowling","jowls","jowly","jows","joy","joyance","joyances","joyed","joyful","joyfuller","joyfullest","joyfully","joyfulness","joyfulnesses","joying","joyless","joylessly","joylessness","joylessnesses","joyous","joyously","joyousness","joyousnesses","joypad","joypads","joypop","joypopped","joypopper","joypoppers","joypopping","joypops","joyridden","joyride","joyrider","joyriders","joyrides","joyriding","joyridings","joyrode","joys","joystick","joysticks","juba","jubas","jubate","jubbah","jubbahs","jube","jubes","jubhah","jubhahs","jubilance","jubilances","jubilancies","jubilancy","jubilant","jubilantly","jubilarian","jubilarians","jubilate","jubilated","jubilates","jubilating","jubilation","jubilations","jubile","jubilee","jubilees","jubiles","juco","jucos","jud","judas","judases","judder","juddered","juddering","judders","juddery","judge","judgeable","judged","judgeless","judgelike","judgement","judgemental","judgementally","judgements","judger","judgers","judges","judgeship","judgeships","judging","judgingly","judgmatic","judgmatical","judgmatically","judgment","judgmental","judgmentally","judgments","judicable","judication","judications","judicative","judicator","judicatorial","judicatories","judicators","judicatory","judicature","judicatures","judicial","judicially","judiciaries","judiciarily","judiciary","judicious","judiciously","judiciousness","judiciousnesses","judies","judo","judogi","judogis","judoist","judoists","judoka","judokas","judos","juds","judy","jug","juga","jugal","jugals","jugate","jugful","jugfuls","jugged","juggernaut","juggernauts","jugging","juggings","juggins","jugginses","juggle","juggled","juggler","juggleries","jugglers","jugglery","juggles","juggling","jugglingly","jugglings","jughead","jugheads","juglandaceous","juglet","juglets","jugs","jugsful","jugula","jugular","jugulars","jugulate","jugulated","jugulates","jugulating","jugulation","jugulations","jugulum","jugum","jugums","juice","juiced","juicehead","juiceheads","juiceless","juicer","juicers","juices","juicier","juiciest","juicily","juiciness","juicinesses","juicing","juicy","jujitsu","jujitsus","juju","jujube","jujubes","jujuism","jujuisms","jujuist","jujuists","jujus","jujutsu","jujutsus","juke","jukebox","jukeboxes","juked","jukes","juking","jukskei","jukskeis","juku","jukus","julep","juleps","julienne","julienned","juliennes","julienning","juliet","juliets","jumar","jumared","jumaring","jumarred","jumarring","jumars","jumart","jumarts","jumbal","jumbals","jumbie","jumbies","jumble","jumbled","jumbler","jumblers","jumbles","jumblier","jumbliest","jumbling","jumblingly","jumbly","jumbo","jumboise","jumboised","jumboises","jumboising","jumboize","jumboized","jumboizes","jumboizing","jumbos","jumbuck","jumbucks","jumby","jumelle","jumelles","jumhouriya","jumhouriyas","jump","jumpable","jumped","jumper","jumpers","jumpier","jumpiest","jumpily","jumpiness","jumpinesses","jumping","jumpingly","jumpings","jumpoff","jumpoffs","jumps","jumpsuit","jumpsuits","jumpy","jun","juncaceous","juncate","juncates","junco","juncoes","juncos","junction","junctional","junctions","junctural","juncture","junctures","juncus","juncuses","juneating","juneatings","jungle","jungled","junglegym","junglegyms","junglelike","jungles","jungli","junglier","jungliest","junglis","junglist","junglists","jungly","junior","juniorate","juniorates","juniorities","juniority","juniors","juniper","junipers","junk","junkanoo","junkanoos","junked","junker","junkers","junket","junketed","junketeer","junketeered","junketeering","junketeers","junketer","junketers","junketing","junketings","junkets","junketted","junketter","junketters","junketting","junkie","junkier","junkies","junkiest","junkiness","junkinesses","junking","junkman","junkmen","junks","junky","junkyard","junkyards","junta","juntas","junto","juntos","jupati","jupatis","jupe","jupes","jupon","jupons","jura","jural","jurally","jurant","jurants","jurassic","jurat","juratory","jurats","jure","jurel","jurels","juridic","juridical","juridically","juried","juries","jurisconsult","jurisconsults","jurisdiction","jurisdictional","jurisdictionally","jurisdictions","jurisdictive","jurisprudence","jurisprudences","jurisprudent","jurisprudential","jurisprudentially","jurisprudents","jurist","juristic","juristical","juristically","jurists","juror","jurors","jury","jurying","juryless","juryman","jurymast","jurymasts","jurymen","jurywoman","jurywomen","jus","jussive","jussives","just","justed","juster","justers","justest","justice","justicer","justicers","justices","justiceship","justiceships","justiciabilities","justiciability","justiciable","justicialism","justicialisms","justiciar","justiciaries","justiciars","justiciarship","justiciarships","justiciary","justifiabilities","justifiability","justifiable","justifiableness","justifiably","justification","justifications","justificative","justificator","justificators","justificatory","justified","justifier","justifiers","justifies","justify","justifying","justing","justle","justled","justles","justling","justly","justness","justnesses","justs","jut","jute","jutelike","jutes","juts","jutted","juttied","jutties","jutting","juttingly","jutty","juttying","juve","juvenal","juvenals","juvenescence","juvenescences","juvenescent","juvenile","juvenilely","juvenileness","juvenilenesses","juveniles","juvenilia","juvenilities","juvenility","juves","juvie","juvies","juxtapose","juxtaposed","juxtaposes","juxtaposing","juxtaposition","juxtapositional","juxtapositions","jymold","jynx","jynxes","ka","kaal","kaama","kaamas","kaas","kab","kabab","kababbed","kababbing","kababs","kabaddi","kabaddis","kabaka","kabakas","kabala","kabalas","kabalism","kabalisms","kabalist","kabalistic","kabalists","kabar","kabaragoya","kabaragoyas","kabars","kabaya","kabayas","kabbala","kabbalah","kabbalahs","kabbalas","kabbalism","kabbalisms","kabbalist","kabbalistic","kabbalists","kabele","kabeles","kabeljou","kabeljous","kabeljouw","kabeljouws","kabiki","kabikis","kabob","kabobbed","kabobbing","kabobs","kabs","kabuki","kabukis","kaccha","kacchas","kacha","kachahri","kachahris","kachcha","kacheri","kacheris","kachina","kachinas","kack","kacks","kadaitcha","kadaitchas","kaddish","kaddishes","kaddishim","kade","kades","kadi","kadis","kae","kaed","kaeing","kaes","kaf","kaffeeklatsch","kaffeeklatsches","kaffir","kaffirboom","kaffirbooms","kaffirs","kaffiyah","kaffiyahs","kaffiyeh","kaffiyehs","kafila","kafilas","kafir","kafirs","kafs","kaftan","kaftans","kago","kagool","kagools","kagos","kagoul","kagoule","kagoules","kagouls","kagu","kagus","kahal","kahals","kahawai","kahawais","kahikatea","kahikateas","kahikatoa","kahikatoas","kahuna","kahunas","kai","kaiak","kaiaked","kaiaking","kaiaks","kaid","kaids","kaie","kaies","kaif","kaifs","kaik","kaika","kaikai","kaikais","kaikas","kaikawaka","kaikawakas","kaikomako","kaikomakos","kaiks","kail","kails","kailyaird","kailyairds","kailyard","kailyards","kaim","kaimakam","kaimakams","kaims","kain","kaing","kainga","kaingas","kainit","kainite","kainites","kainits","kainogeneses","kainogenesis","kainogenetic","kains","kairomone","kairomones","kais","kaiser","kaiserdom","kaiserdoms","kaiserin","kaiserins","kaiserism","kaiserisms","kaisers","kaisership","kaiserships","kaizen","kaizens","kajawah","kajawahs","kajeput","kajeputs","kak","kaka","kakapo","kakapos","kakariki","kakarikis","kakas","kakemono","kakemonos","kaki","kakiemon","kakiemons","kakis","kakistocracies","kakistocracy","kakodyl","kakodyls","kaks","kakuro","kakuros","kalam","kalamata","kalamatas","kalamdan","kalamdans","kalamkari","kalamkaris","kalams","kalanchoe","kalanchoes","kalashnikov","kalashnikovs","kale","kaleidophone","kaleidophones","kaleidoscope","kaleidoscopes","kaleidoscopic","kaleidoscopically","kalendar","kalendared","kalendaring","kalendars","kalends","kales","kalewife","kalewives","kaleyard","kaleyards","kali","kalian","kalians","kalif","kalifate","kalifates","kalifs","kalimba","kalimbas","kalinite","kalinites","kaliph","kaliphate","kaliphates","kaliphs","kalis","kalium","kaliums","kallidin","kallidins","kallikrein","kallikreins","kallitype","kallitypes","kalmia","kalmias","kalong","kalongs","kalooki","kalookie","kalookies","kalookis","kalotype","kalotypes","kalpa","kalpac","kalpacs","kalpak","kalpaks","kalpas","kalpis","kalpises","kalsomine","kalsomined","kalsomines","kalsomining","kaluki","kalukis","kalumpit","kalumpits","kalyptra","kalyptras","kam","kama","kamaaina","kamaainas","kamacite","kamacites","kamahi","kamahis","kamala","kamalas","kamas","kame","kamees","kameeses","kameez","kameezes","kamela","kamelas","kamelaukion","kamelaukions","kamerad","kameraded","kamerading","kamerads","kames","kami","kamichi","kamichis","kamik","kamikaze","kamikazes","kamiks","kamila","kamilas","kamis","kamises","kamme","kamokamo","kamokamos","kampong","kampongs","kamseen","kamseens","kamsin","kamsins","kana","kanae","kanaes","kanaka","kanakas","kanamycin","kanamycins","kanas","kanban","kanbans","kandies","kandy","kane","kaneh","kanehs","kanes","kang","kanga","kangaroo","kangarooed","kangarooing","kangaroos","kangas","kangha","kanghas","kangs","kanji","kanjis","kans","kanses","kant","kantar","kantars","kanted","kantela","kantelas","kantele","kanteles","kanten","kantens","kantha","kanthas","kantikoy","kantikoyed","kantikoying","kantikoys","kanting","kants","kanuka","kanukas","kanzu","kanzus","kaoliang","kaoliangs","kaolin","kaoline","kaolines","kaolinic","kaolinise","kaolinised","kaolinises","kaolinising","kaolinite","kaolinites","kaolinitic","kaolinize","kaolinized","kaolinizes","kaolinizing","kaolinoses","kaolinosis","kaolins","kaon","kaonic","kaons","kapa","kapas","kapellmeister","kapellmeisters","kaph","kaphs","kapok","kapoks","kappa","kappas","kapuka","kapukas","kaput","kaputt","kara","karabiner","karabiners","karaism","karaisms","karait","karaits","karaka","karakas","karakia","karakias","karakul","karakuls","karamu","karamus","karanga","karangaed","karangaing","karangas","karaoke","karaokes","karas","karat","karate","karateist","karateists","karateka","karatekas","karates","karats","karearea","kareareas","karengo","karengos","karite","karites","kark","karked","karking","karks","karma","karmas","karmic","karmically","karn","karns","karo","karoo","karoos","karoro","karoros","karos","karoshi","karoshis","kaross","karosses","karri","karris","karroo","karroos","karsey","karseys","karsies","karst","karstic","karstification","karstifications","karstified","karstifies","karstify","karstifying","karsts","karsy","kart","karter","karters","karting","kartings","karts","karuhiruhi","karuhiruhis","karyogamic","karyogamies","karyogamy","karyogram","karyograms","karyokineses","karyokinesis","karyokinetic","karyologic","karyological","karyologies","karyologist","karyologists","karyology","karyolymph","karyolymphs","karyolyses","karyolysis","karyolytic","karyomapping","karyomappings","karyon","karyons","karyoplasm","karyoplasmic","karyoplasms","karyosome","karyosomes","karyotin","karyotins","karyotype","karyotyped","karyotypes","karyotypic","karyotypical","karyotypically","karyotyping","karzies","karzy","kas","kasbah","kasbahs","kasha","kashas","kasher","kashered","kashering","kashers","kashmir","kashmirs","kashrus","kashruses","kashrut","kashruth","kashruths","kashruts","kasme","kat","kata","katabases","katabasis","katabatic","katabolic","katabolically","katabolism","katabolisms","katabothron","katabothrons","katadromous","katakana","katakanas","katal","katals","katana","katanas","katas","katathermometer","katavothron","katavothrons","katchina","katchinas","katcina","katcinas","kathak","kathakali","kathakalis","kathaks","katharevousa","katharevousas","katharometer","katharometers","katharses","katharsis","kathodal","kathode","kathodes","kathodic","kati","kation","kations","katipo","katipos","katis","katorga","katorgas","kats","katsura","katsuras","katti","kattis","katydid","katydids","katzenjammer","katzenjammers","kaugh","kaughs","kaumatua","kaumatuas","kaupapa","kaupapas","kauri","kauries","kauris","kauru","kaurus","kaury","kava","kavakava","kavakavas","kaval","kavals","kavas","kavass","kavasses","kaw","kawa","kawakawa","kawakawas","kawanatanga","kawanatangas","kawas","kawau","kawaus","kawed","kawing","kaws","kay","kayak","kayaked","kayaker","kayakers","kayaking","kayakings","kayaks","kayle","kayles","kaylied","kayo","kayoed","kayoes","kayoing","kayoings","kayos","kays","kazachki","kazachoc","kazachocs","kazachok","kazatski","kazatskies","kazatsky","kazatzka","kazatzkas","kazi","kazillion","kazillions","kazis","kazoo","kazoos","kbar","kbars","kea","keas","keasar","keasars","keavie","keavies","keb","kebab","kebabbed","kebabbing","kebabs","kebar","kebars","kebbed","kebbie","kebbies","kebbing","kebbock","kebbocks","kebbuck","kebbucks","kebele","kebeles","keblah","keblahs","kebob","kebobbed","kebobbing","kebobs","kebs","keck","kecked","kecking","keckle","keckled","keckles","keckling","kecklings","kecks","keckses","kecksies","kecksy","ked","keddah","keddahs","kedge","kedged","kedger","kedgeree","kedgerees","kedgers","kedges","kedgier","kedgiest","kedging","kedgy","keds","keech","keeches","keef","keefs","keek","keeked","keeker","keekers","keeking","keeks","keel","keelage","keelages","keelboat","keelboats","keeled","keeler","keelers","keelhale","keelhaled","keelhales","keelhaling","keelhaul","keelhauled","keelhauling","keelhaulings","keelhauls","keelie","keelies","keeling","keelings","keelivine","keelivines","keelless","keelman","keelmen","keels","keelson","keelsons","keelyvine","keelyvines","keema","keemas","keen","keened","keener","keeners","keenest","keening","keenings","keenly","keenness","keennesses","keeno","keenos","keens","keep","keepable","keeper","keeperless","keepers","keepership","keeperships","keeping","keepings","keepnet","keepnets","keeps","keepsake","keepsakes","keepsaky","keeshond","keeshonden","keeshonds","keester","keesters","keet","keets","keeve","keeves","kef","keffel","keffels","keffiyah","keffiyahs","keffiyeh","keffiyehs","kefir","kefirs","kefs","keftedes","kefuffle","kefuffled","kefuffles","kefuffling","keg","kegeler","kegelers","kegged","kegger","keggers","kegging","kegler","keglers","kegling","keglings","kegs","kehua","kehuas","keight","keir","keiren","keirens","keiretsu","keiretsus","keirin","keirins","keirs","keister","keisters","keitloa","keitloas","kekeno","kekenos","kekerengu","kekerengus","keks","keksye","keksyes","kelep","keleps","kelim","kelims","kell","kellaut","kellauts","kellies","kells","kelly","keloid","keloidal","keloids","kelp","kelped","kelper","kelpers","kelpie","kelpies","kelping","kelps","kelpy","kelson","kelsons","kelt","kelter","kelters","keltie","kelties","kelts","kelty","kelvin","kelvins","kelyphitic","kemb","kembed","kembing","kembla","kemblas","kembo","kemboed","kemboing","kembos","kembs","kemp","kemped","kemper","kempers","kempier","kempiest","kemping","kempings","kemple","kemples","kemps","kempt","kempy","ken","kenaf","kenafs","kench","kenches","kendo","kendos","kenned","kennel","kenneled","kenneling","kennelled","kennelling","kennelman","kennelmen","kennels","kenner","kenners","kennet","kennets","kennett","kennetted","kennetting","kennetts","kenning","kennings","keno","kenogeneses","kenogenesis","kenogenetic","kenogenetically","kenophobia","kenophobias","kenos","kenoses","kenosis","kenosises","kenotic","kenoticist","kenoticists","kenotics","kenotron","kenotrons","kens","kenspeck","kenspeckle","kent","kente","kented","kentes","kentia","kentias","kenting","kentledge","kentledges","kents","kep","kephalic","kephalics","kephalin","kephalins","kephir","kephirs","kepi","kepis","kepped","keppen","kepping","keppit","keps","kept","keramic","keramics","keratectomies","keratectomy","keratin","keratinisation","keratinisations","keratinise","keratinised","keratinises","keratinising","keratinization","keratinizations","keratinize","keratinized","keratinizes","keratinizing","keratinophilic","keratinous","keratins","keratitides","keratitis","keratitises","keratoconjunctivites","keratoconjunctivitides","keratoconjunctivitis","keratoconjunctivitises","keratogenous","keratoid","keratoma","keratomas","keratomata","keratometer","keratometers","keratophyre","keratophyres","keratoplastic","keratoplasties","keratoplasty","keratose","keratoses","keratosic","keratosis","keratotic","keratotomies","keratotomy","keraunograph","keraunographs","kerb","kerbaya","kerbayas","kerbed","kerbing","kerbings","kerbs","kerbside","kerbsides","kerbstone","kerbstones","kerchief","kerchiefed","kerchiefing","kerchiefs","kerchieves","kerchoo","kerel","kerels","kereru","kererus","kerf","kerfed","kerfing","kerflooey","kerfs","kerfuffle","kerfuffled","kerfuffles","kerfuffling","kerkier","kerkiest","kerky","kerma","kermas","kermes","kermesite","kermesites","kermess","kermesse","kermesses","kermis","kermises","kern","kerne","kerned","kernel","kerneled","kerneling","kernelled","kernelling","kernelly","kernels","kernes","kernicterus","kernicteruses","kerning","kernings","kernish","kernite","kernites","kernmantel","kerns","kero","kerogen","kerogens","keros","kerosene","kerosenes","kerosine","kerosines","kerplunk","kerplunked","kerplunking","kerplunks","kerria","kerrias","kerries","kerry","kersantite","kersantites","kersey","kerseymere","kerseymeres","kerseys","kerve","kerved","kerves","kerving","kerygma","kerygmas","kerygmata","kerygmatic","kesar","kesars","kesh","keshes","kest","kesting","kestrel","kestrels","kests","ket","keta","ketamine","ketamines","ketas","ketch","ketches","ketching","ketchup","ketchups","kete","ketene","ketenes","ketes","ketmia","ketmias","keto","ketogeneses","ketogenesis","ketogenic","ketol","ketols","ketonaemia","ketonaemias","ketone","ketonemia","ketonemias","ketones","ketonic","ketonuria","ketonurias","ketose","ketoses","ketosis","ketosteroid","ketosteroids","ketotic","ketoxime","ketoximes","kets","kettle","kettledrum","kettledrummer","kettledrummers","kettledrums","kettleful","kettlefuls","kettles","kettlestitch","kettlestitches","ketubah","ketubahs","ketubot","ketuboth","kevel","kevels","kevil","kevils","kewl","kewler","kewlest","kewpie","kewpies","kex","kexes","key","keyboard","keyboarded","keyboarder","keyboarders","keyboarding","keyboardings","keyboardist","keyboardists","keyboards","keybugle","keybugles","keybutton","keybuttons","keycard","keycards","keyed","keyhole","keyholes","keying","keyings","keyless","keyline","keylines","keylogger","keyloggers","keylogging","keyloggings","keynote","keynoted","keynoter","keynoters","keynotes","keynoting","keypad","keypads","keypal","keypals","keypunch","keypunched","keypuncher","keypunchers","keypunches","keypunching","keyring","keys","keyset","keysets","keyster","keysters","keystone","keystoned","keystones","keystoning","keystroke","keystroked","keystrokes","keystroking","keystrokings","keyway","keyways","keyword","keywords","keyworker","keyworkers","kgotla","kgotlas","khaddar","khaddars","khadi","khadis","khaf","khafs","khaki","khakilike","khakis","khalat","khalats","khalif","khalifa","khalifah","khalifahs","khalifas","khalifat","khalifate","khalifates","khalifats","khalifs","khamseen","khamseens","khamsin","khamsins","khan","khanate","khanates","khanda","khandas","khanga","khangas","khanjar","khanjars","khans","khansama","khansamah","khansamahs","khansamas","khanum","khanums","khaph","khaphs","kharif","kharifs","khat","khats","khaya","khayal","khayals","khayas","khazen","khazenim","khazens","khazi","khazis","kheda","khedah","khedahs","khedas","khediva","khedival","khedivas","khedivate","khedivates","khedive","khedives","khedivial","khediviate","khediviates","khet","kheth","kheths","khets","khi","khidmutgar","khidmutgars","khilafat","khilafats","khilat","khilats","khilim","khilims","khimar","khimars","khirkah","khirkahs","khis","khitmutgar","khitmutgars","khodja","khodjas","khoja","khojas","khor","khors","khotbah","khotbahs","khotbeh","khotbehs","khoum","khoums","khud","khuds","khurta","khurtas","khuskhus","khuskhuses","khutbah","khutbahs","ki","kiaat","kiaats","kiang","kiangs","kiaugh","kiaughs","kibbe","kibbeh","kibbehs","kibbes","kibbi","kibbis","kibbitz","kibbitzed","kibbitzer","kibbitzers","kibbitzes","kibbitzing","kibble","kibbled","kibbles","kibbling","kibbutz","kibbutzim","kibbutznik","kibbutzniks","kibe","kibei","kibeis","kibes","kibitka","kibitkas","kibitz","kibitzed","kibitzer","kibitzers","kibitzes","kibitzing","kibla","kiblah","kiblahs","kiblas","kibosh","kiboshed","kiboshes","kiboshing","kick","kickable","kickabout","kickabouts","kickaround","kickarounds","kickback","kickbacks","kickball","kickballs","kickboard","kickboards","kickbox","kickboxed","kickboxer","kickboxers","kickboxes","kickboxing","kickboxings","kickdown","kickdowns","kicked","kicker","kickers","kickflip","kickflipped","kickflipping","kickflips","kickier","kickiest","kicking","kickoff","kickoffs","kickout","kickouts","kicks","kickshaw","kickshaws","kickshawses","kicksorter","kicksorters","kickstand","kickstands","kickstart","kickstarted","kickstarting","kickstarts","kickup","kickups","kicky","kid","kidded","kidder","kidders","kiddie","kiddied","kiddier","kiddiers","kiddies","kiddiewink","kiddiewinkie","kiddiewinkies","kiddiewinks","kidding","kiddingly","kiddish","kiddishness","kiddishnesses","kiddle","kiddles","kiddo","kiddoes","kiddos","kiddush","kiddushes","kiddy","kiddying","kiddywink","kiddywinks","kidel","kidels","kidge","kidgie","kidgier","kidgiest","kidglove","kidlet","kidlets","kidlike","kidling","kidlings","kidnap","kidnaped","kidnapee","kidnapees","kidnaper","kidnapers","kidnaping","kidnapings","kidnapped","kidnappee","kidnappees","kidnapper","kidnappers","kidnapping","kidnappings","kidnaps","kidney","kidneylike","kidneys","kidologies","kidologist","kidologists","kidology","kids","kidskin","kidskins","kidstakes","kidult","kidults","kidvid","kidvids","kief","kiefs","kiekie","kiekies","kielbasa","kielbasas","kielbasi","kielbasy","kier","kierie","kieries","kiers","kieselguhr","kieselguhrs","kieselgur","kieselgurs","kieserite","kieserites","kiester","kiesters","kiev","kieve","kieves","kievs","kif","kiff","kifs","kight","kights","kike","kikes","kikoi","kikois","kikumon","kikumons","kikuyu","kikuyus","kild","kilderkin","kilderkins","kilerg","kilergs","kiley","kileys","kilim","kilims","kill","killable","killadar","killadars","killas","killases","killcow","killcows","killcrop","killcrops","killdee","killdeer","killdeers","killdees","killed","killer","killers","killick","killicks","killie","killies","killifish","killifishes","killikinick","killikinicks","killing","killingly","killings","killjoy","killjoys","killock","killocks","killogie","killogies","kills","killut","killuts","kiln","kilned","kilning","kilns","kilo","kilobar","kilobars","kilobase","kilobases","kilobaud","kilobauds","kilobit","kilobits","kilobyte","kilobytes","kilocalorie","kilocalories","kilocurie","kilocuries","kilocycle","kilocycles","kilogauss","kilogausses","kilogram","kilogramme","kilogrammes","kilograms","kilogray","kilograys","kilohertz","kilohertzes","kilojoule","kilojoules","kiloliter","kiloliters","kilolitre","kilolitres","kilometer","kilometers","kilometre","kilometres","kilometric","kilometrical","kilomole","kilomoles","kiloparsec","kiloparsecs","kilopascal","kilopascals","kilopond","kiloponds","kilorad","kilorads","kilos","kiloton","kilotonne","kilotonnes","kilotons","kilovolt","kilovolts","kilowatt","kilowatts","kilp","kilps","kilt","kilted","kilter","kilters","kiltie","kilties","kilting","kiltings","kiltlike","kilts","kilty","kimberlite","kimberlites","kimbo","kimboed","kimboing","kimbos","kimchee","kimchees","kimchi","kimchis","kimmer","kimmers","kimono","kimonoed","kimonos","kin","kina","kinaestheses","kinaesthesia","kinaesthesias","kinaesthesis","kinaesthetic","kinakina","kinakinas","kinara","kinaras","kinas","kinase","kinases","kinchin","kinchins","kincob","kincobs","kind","kinda","kinded","kinder","kindergarten","kindergartener","kindergarteners","kindergartens","kindergartner","kindergartners","kinders","kinderspiel","kinderspiels","kindest","kindhearted","kindheartedly","kindheartedness","kindheartednesses","kindie","kindies","kinding","kindle","kindled","kindler","kindlers","kindles","kindless","kindlessly","kindlier","kindliest","kindlily","kindliness","kindlinesses","kindling","kindlings","kindly","kindness","kindnesses","kindred","kindredness","kindrednesses","kindreds","kindredship","kindredships","kinds","kindy","kine","kinema","kinemas","kinematic","kinematical","kinematically","kinematics","kinematograph","kinematographer","kinematographic","kinematographs","kinematography","kines","kinescope","kinescoped","kinescopes","kinescoping","kineses","kinesiatric","kinesiatrics","kinesic","kinesics","kinesiologies","kinesiologist","kinesiologists","kinesiology","kinesipath","kinesipathic","kinesipathies","kinesipathist","kinesipathists","kinesipaths","kinesipathy","kinesis","kinesitherapies","kinesitherapy","kinestheses","kinesthesia","kinesthesias","kinesthesis","kinesthetic","kinesthetically","kinetheodolite","kinetheodolites","kinetic","kinetical","kinetically","kineticist","kineticists","kinetics","kinetin","kinetins","kinetochore","kinetochores","kinetograph","kinetographs","kinetonuclei","kinetonucleus","kinetonucleuses","kinetoplast","kinetoplasts","kinetoscope","kinetoscopes","kinetosome","kinetosomes","kinfolk","kinfolks","king","kingbird","kingbirds","kingbolt","kingbolts","kingcraft","kingcrafts","kingcup","kingcups","kingdom","kingdomed","kingdomless","kingdoms","kinged","kingfish","kingfisher","kingfishers","kingfishes","kinghood","kinghoods","kinging","kingklip","kingklips","kingle","kingles","kingless","kinglet","kinglets","kinglier","kingliest","kinglihood","kinglihoods","kinglike","kingliness","kinglinesses","kingling","kinglings","kingly","kingmaker","kingmakers","kingpin","kingpins","kingpost","kingposts","kings","kingship","kingships","kingside","kingsides","kingsnake","kingsnakes","kingwood","kingwoods","kinin","kinins","kink","kinkajou","kinkajous","kinked","kinkier","kinkiest","kinkily","kinkiness","kinkinesses","kinking","kinkle","kinkles","kinks","kinky","kinless","kinnikinic","kinnikinick","kinnikinicks","kinnikinics","kinnikinnick","kinnikinnicks","kino","kinone","kinones","kinos","kinred","kinreds","kins","kinsfolk","kinsfolks","kinship","kinships","kinsman","kinsmen","kinswoman","kinswomen","kintledge","kintledges","kiore","kiores","kiosk","kiosks","kip","kipe","kipes","kipp","kippa","kippage","kippages","kippas","kipped","kippen","kipper","kippered","kipperer","kipperers","kippering","kippers","kipping","kipps","kips","kipskin","kipskins","kipunji","kipunjis","kir","kirana","kiranas","kirbeh","kirbehs","kirbigrip","kirbigrips","kirby","kirigami","kirigamis","kirimon","kirimons","kirk","kirked","kirking","kirkings","kirkman","kirkmen","kirks","kirkton","kirktons","kirkward","kirkyaird","kirkyairds","kirkyard","kirkyards","kirmess","kirmesses","kirn","kirned","kirning","kirns","kirpan","kirpans","kirri","kirris","kirs","kirsch","kirsches","kirschwasser","kirschwassers","kirtan","kirtans","kirtle","kirtled","kirtles","kis","kisan","kisans","kish","kishes","kishka","kishkas","kishke","kishkes","kismat","kismats","kismet","kismetic","kismets","kiss","kissable","kissably","kissagram","kissagrams","kissed","kissel","kissels","kisser","kissers","kisses","kissier","kissiest","kissing","kissings","kissogram","kissograms","kisspeptin","kisspeptins","kissy","kist","kisted","kistful","kistfuls","kisting","kists","kistvaen","kistvaens","kit","kitbag","kitbags","kitchen","kitchenalia","kitchenalias","kitchendom","kitchendoms","kitchened","kitchener","kitcheners","kitchenet","kitchenets","kitchenette","kitchenettes","kitchening","kitchens","kitchenware","kitchenwares","kite","kiteboard","kiteboards","kited","kitelike","kitenge","kitenges","kiter","kiters","kites","kitesurfing","kitesurfings","kith","kithara","kitharas","kithe","kithed","kithes","kithing","kiths","kiting","kitings","kitling","kitlings","kits","kitsch","kitsches","kitschier","kitschiest","kitschified","kitschifies","kitschify","kitschifying","kitschily","kitschness","kitschnesses","kitschy","kitset","kitsets","kitted","kittel","kittels","kitten","kittened","kittening","kittenish","kittenishly","kittenishness","kittenishnesses","kittens","kitteny","kitties","kitting","kittiwake","kittiwakes","kittle","kittled","kittler","kittles","kittlest","kittlier","kittliest","kittling","kittly","kittul","kittuls","kitty","kitul","kituls","kiva","kivas","kiwi","kiwifruit","kiwifruits","kiwis","kiwisports","klang","klangfarbe","klangfarbes","klangs","klap","klapped","klapping","klaps","klatch","klatches","klatsch","klatsches","klavern","klaverns","klavier","klaviers","klaxon","klaxoned","klaxoning","klaxons","kleagle","kleagles","klebsiella","klebsiellas","kleenex","kleenexes","kleinhuisie","kleinhuisies","klendusic","klendusities","klendusity","klepht","klephtic","klephtism","klephtisms","klephts","klepto","kleptocracies","kleptocracy","kleptocratic","kleptomania","kleptomaniac","kleptomaniacs","kleptomanias","kleptos","klett","kletterschuh","kletterschuhe","kletts","klezmer","klezmers","klezmorim","klick","klicks","klieg","klik","kliks","klinker","klinkers","klinostat","klinostats","klipdas","klipdases","klipspringer","klipspringers","klister","klisters","klondike","klondiked","klondiker","klondikers","klondikes","klondiking","klondyke","klondyked","klondyker","klondykers","klondykes","klondyking","klong","klongs","klooch","klooches","kloochman","kloochmans","kloochmen","kloof","kloofs","klootch","klootches","klootchman","klootchmans","klootchmen","kludge","kludged","kludges","kludgey","kludgier","kludgiest","kludging","kludgy","kluge","kluged","kluges","kluging","klutz","klutzes","klutzier","klutziest","klutziness","klutzinesses","klutzy","klystron","klystrons","knack","knacked","knacker","knackered","knackeries","knackering","knackers","knackery","knackier","knackiest","knackiness","knackinesses","knacking","knackish","knacks","knackwurst","knackwursts","knacky","knag","knaggier","knaggiest","knagginess","knagginesses","knaggy","knags","knaidel","knaidlach","knap","knapped","knapper","knappers","knapping","knapple","knappled","knapples","knappling","knaps","knapsack","knapsacked","knapsacks","knapweed","knapweeds","knar","knarl","knarlier","knarliest","knarls","knarly","knarred","knarrier","knarriest","knarring","knarry","knars","knaur","knaurs","knave","knaveries","knavery","knaves","knaveship","knaveships","knavish","knavishly","knavishness","knavishnesses","knawe","knawel","knawels","knawes","knead","kneadable","kneaded","kneader","kneaders","kneading","kneads","knee","kneecap","kneecapped","kneecapping","kneecappings","kneecaps","kneed","kneehole","kneeholes","kneeing","kneejerk","kneel","kneeled","kneeler","kneelers","kneeling","kneels","kneepad","kneepads","kneepan","kneepans","kneepiece","kneepieces","knees","kneesies","kneesock","kneesocks","kneidel","kneidels","kneidlach","knell","knelled","knelling","knells","knelt","knesset","knessets","knevell","knevelled","knevelling","knevells","knew","knicker","knickerbocker","knickerbockers","knickered","knickers","knickknack","knickknacks","knickpoint","knickpoints","knicks","knife","knifed","knifeless","knifelike","knifeman","knifemen","knifepoint","knifepoints","knifer","kniferest","kniferests","knifers","knifes","knifing","knifings","knight","knightage","knightages","knighted","knighthead","knightheads","knighthood","knighthoods","knighting","knightless","knightlier","knightliest","knightliness","knightlinesses","knightly","knights","kniphofia","kniphofias","knish","knishes","knit","knitch","knitches","knits","knittable","knitted","knitter","knitters","knitting","knittings","knittle","knittles","knitwear","knitwears","knive","knived","knives","kniving","knob","knobbed","knobber","knobbers","knobbier","knobbiest","knobbiness","knobbinesses","knobbing","knobble","knobbled","knobbles","knobblier","knobbliest","knobbling","knobbly","knobby","knobhead","knobheads","knobkerrie","knobkerries","knoblike","knobs","knobstick","knobsticks","knock","knockabout","knockabouts","knockdown","knockdowns","knocked","knocker","knockers","knocking","knockings","knockless","knockoff","knockoffs","knockout","knockouts","knocks","knockwurst","knockwursts","knoll","knolled","knoller","knollers","knollier","knolliest","knolling","knolls","knolly","knop","knopped","knops","knosp","knosps","knot","knotgrass","knotgrasses","knothole","knotholes","knotless","knotlike","knots","knotted","knotter","knotters","knottier","knottiest","knottily","knottiness","knottinesses","knotting","knottings","knotty","knotweed","knotweeds","knotwork","knotworks","knout","knouted","knouting","knouts","know","knowable","knowableness","knowablenesses","knowe","knower","knowers","knowes","knowhow","knowhows","knowing","knowinger","knowingest","knowingly","knowingness","knowingnesses","knowings","knowledgability","knowledgable","knowledgably","knowledge","knowledgeabilities","knowledgeability","knowledgeable","knowledgeableness","knowledgeablenesses","knowledgeably","knowledged","knowledges","knowledging","known","knowns","knows","knub","knubbier","knubbiest","knubble","knubbled","knubbles","knubblier","knubbliest","knubbling","knubbly","knubby","knubs","knuckle","knuckleball","knuckleballer","knuckleballers","knuckleballs","knucklebone","knucklebones","knuckled","knuckleduster","knuckledusters","knucklehead","knuckleheaded","knuckleheads","knuckler","knucklers","knuckles","knucklier","knuckliest","knuckling","knuckly","knur","knurl","knurled","knurlier","knurliest","knurling","knurlings","knurls","knurly","knurr","knurrs","knurs","knut","knuts","ko","koa","koala","koalas","koan","koans","koap","koaps","koas","kob","koban","kobang","kobangs","kobans","kobo","kobold","kobolds","kobos","kobs","kochia","kochias","koekoea","koekoeas","koeksister","koeksisters","koel","koels","koff","koffs","kofta","koftas","koftgar","koftgari","koftgaris","koftgars","koftwork","koftworks","kogal","kogals","koha","kohanim","kohas","kohekohe","kohekohes","kohen","kohl","kohlrabi","kohlrabies","kohlrabis","kohls","kohutuhutu","kohutuhutus","koi","koine","koines","kois","koji","kojis","koka","kokako","kokakos","kokanee","kokanees","kokas","koker","kokers","kokiri","kokiris","kokobeh","kokopu","kokopus","kokowai","kokowais","kokra","kokras","kokum","kokums","kola","kolacky","kolas","kolbasi","kolbasis","kolbassi","kolbassis","kolhoz","kolhozes","kolhozy","kolinski","kolinskies","kolinsky","kolkhos","kolkhoses","kolkhosy","kolkhoz","kolkhozes","kolkhoznik","kolkhozniki","kolkhozniks","kolkhozy","kolkoz","kolkozes","kolkozy","kolo","kolos","komatik","komatiks","kombu","kombus","komissar","komissars","komitaji","komitajis","komondor","komondorock","komondorok","komondors","kon","konaki","konakis","konbu","konbus","kond","kondo","kondos","koneke","konekes","konfyt","konfyts","kongoni","konimeter","konimeters","konini","koninis","koniologies","koniology","koniscope","koniscopes","konk","konked","konking","konks","konning","kons","koodoo","koodoos","kook","kookaburra","kookaburras","kooked","kookie","kookier","kookiest","kookily","kookiness","kookinesses","kooking","kooks","kooky","koolah","koolahs","koori","koories","kooris","kop","kopasetic","kopeck","kopecks","kopek","kopeks","koph","kophs","kopiyka","kopiykas","kopiyok","kopje","kopjes","koppa","koppas","koppie","koppies","kops","kor","kora","korai","korari","koraris","koras","korat","korats","kore","korero","koreroed","koreroing","koreros","kores","korfball","korfballs","korimako","korimakos","korkir","korkirs","korma","kormas","koro","koromiko","koromikos","korora","kororas","koros","korowai","korowais","kors","koru","korun","koruna","korunas","koruny","korus","kos","koses","kosher","koshered","koshering","koshers","kosmos","kosmoses","koss","kosses","kotahitanga","kotahitangas","kotare","kotares","kotch","kotched","kotches","kotching","koto","kotos","kotow","kotowed","kotower","kotowers","kotowing","kotows","kottabos","kottaboses","kotuku","kotukus","kotukutuku","kotukutukus","kotwal","kotwals","koulan","koulans","koulibiaca","koulibiacas","koumis","koumises","koumiss","koumisses","koumys","koumyses","koumyss","koumysses","kouprey","koupreys","koura","kouras","kourbash","kourbashed","kourbashes","kourbashing","kouroi","kouros","kouskous","kouskouses","kousso","koussos","kow","kowhai","kowhais","kowhaiwhai","kowhaiwhais","kows","kowtow","kowtowed","kowtower","kowtowers","kowtowing","kowtows","kraal","kraaled","kraaling","kraals","krab","krabs","kraft","krafts","krait","kraits","kraken","krakens","krakowiak","krakowiaks","krameria","kramerias","krang","krangs","krans","kranses","krantz","krantzes","kranz","kranzes","krater","kraters","kraut","krauts","kreasote","kreasoted","kreasotes","kreasoting","kreatine","kreatines","kreep","kreeps","kreese","kreesed","kreeses","kreesing","kremlin","kremlinologies","kremlinologist","kremlinologists","kremlinology","kremlins","kreng","krengs","kreosote","kreosoted","kreosotes","kreosoting","kreplach","kreplech","kreutzer","kreutzers","kreuzer","kreuzers","krewe","krewes","kriegspiel","kriegspiels","kriegsspiel","kriegsspiels","krill","krills","krimmer","krimmers","kris","krised","krises","krising","kromeskies","kromesky","krona","krone","kronen","kroner","kronor","kronur","kroon","krooni","kroons","krubi","krubis","krubut","krubuts","krugerrand","krugerrands","kruller","krullers","krumhorn","krumhorns","krumkake","krumkakes","krummholz","krummhorn","krummhorns","krumper","krumpers","krumping","krumpings","krunk","krunked","krunks","kryolite","kryolites","kryolith","kryoliths","kryometer","kryometers","krypses","krypsis","krypton","kryptonite","kryptons","krytron","krytrons","ksar","ksars","kuccha","kucchas","kuchcha","kuchen","kuchens","kudlik","kudliks","kudo","kudos","kudoses","kudu","kudus","kudzu","kudzus","kue","kueh","kues","kufi","kufis","kufiyah","kufiyahs","kugel","kugels","kuia","kuias","kukri","kukris","kuku","kukus","kula","kulak","kulaki","kulaks","kulan","kulans","kulas","kulbasa","kulbasas","kulfi","kulfis","kultur","kulturs","kumara","kumarahou","kumarahous","kumaras","kumari","kumaris","kumbaloi","kumera","kumeras","kumikumi","kumikumis","kumiss","kumisses","kumite","kumites","kummel","kummels","kummerbund","kummerbunds","kumquat","kumquats","kumys","kumyses","kuna","kundalini","kundalinis","kune","kunekune","kunekunes","kunjoos","kunkar","kunkars","kunkur","kunkurs","kunzite","kunzites","kurbash","kurbashed","kurbashes","kurbashing","kurchatovium","kurchatoviums","kurdaitcha","kurdaitchas","kurfuffle","kurfuffled","kurfuffles","kurfuffling","kurgan","kurgans","kuri","kuris","kurrajong","kurrajongs","kurre","kurres","kursaal","kursaals","kurta","kurtas","kurtoses","kurtosis","kurtosises","kuru","kurus","kurvey","kurveyed","kurveying","kurveyor","kurveyors","kurveys","kusso","kussos","kuta","kutas","kutch","kutcha","kutches","kuti","kutis","kutu","kutus","kuvasz","kuvaszok","kuzu","kuzus","kvas","kvases","kvass","kvasses","kvell","kvelled","kvelling","kvells","kvetch","kvetched","kvetcher","kvetchers","kvetches","kvetchier","kvetchiest","kvetchily","kvetchiness","kvetchinesses","kvetching","kvetchy","kwacha","kwachas","kwaito","kwaitos","kwanza","kwanzas","kwashiorkor","kwashiorkors","kwela","kwelas","ky","kyack","kyacks","kyak","kyaks","kyang","kyangs","kyanisation","kyanisations","kyanise","kyanised","kyanises","kyanising","kyanite","kyanites","kyanitic","kyanization","kyanizations","kyanize","kyanized","kyanizes","kyanizing","kyar","kyars","kyat","kyats","kybo","kybos","kybosh","kyboshed","kyboshes","kyboshing","kydst","kye","kyes","kyle","kyles","kylices","kylie","kylies","kylikes","kylin","kylins","kylix","kylloses","kyllosis","kyloe","kyloes","kymogram","kymograms","kymograph","kymographic","kymographies","kymographs","kymography","kynd","kynde","kynded","kyndes","kynding","kynds","kyne","kyogen","kyogens","kype","kypes","kyphoses","kyphosis","kyphotic","kyrie","kyrielle","kyrielles","kyries","kyte","kytes","kythe","kythed","kythes","kything","kyu","kyus","la","laager","laagered","laagering","laagers","laari","laaris","lab","labanotation","labanotations","labara","labarum","labarums","labda","labdacism","labdacisms","labdanum","labdanums","labdas","labefactation","labefactations","labefaction","labefactions","label","labelable","labeled","labeler","labelers","labeling","labella","labellate","labelled","labeller","labellers","labelling","labellings","labellist","labellists","labelloid","labellum","labelmate","labelmates","labels","labia","labial","labialisation","labialisations","labialise","labialised","labialises","labialising","labialism","labialisms","labialities","labiality","labialization","labializations","labialize","labialized","labializes","labializing","labially","labials","labiate","labiated","labiates","labile","labilities","lability","labiodental","labiodentals","labionasal","labionasals","labiovelar","labiovelars","labis","labises","labium","lablab","lablabs","labor","laboratories","laboratory","labored","laboredly","laboredness","laborednesses","laborer","laborers","laboring","laboringly","laborious","laboriously","laboriousness","laboriousnesses","laborism","laborisms","laborist","laborists","laborite","laborites","labors","laborsaving","labour","laboured","labouredly","labouredness","labourednesses","labourer","labourers","labouring","labouringly","labourism","labourisms","labourist","labourists","labours","laboursome","labra","labradoodle","labradoodles","labrador","labradorescent","labradorite","labradorites","labradors","labral","labret","labrets","labrid","labrids","labroid","labroids","labrose","labrum","labrums","labrusca","labrys","labryses","labs","laburnum","laburnums","labyrinth","labyrinthal","labyrinthian","labyrinthic","labyrinthical","labyrinthically","labyrinthine","labyrinthitis","labyrinthitises","labyrinthodont","labyrinthodonts","labyrinths","lac","laccolite","laccolites","laccolith","laccolithic","laccoliths","laccolitic","lace","lacebark","lacebarks","laced","laceless","lacelike","lacer","lacerabilities","lacerability","lacerable","lacerant","lacerate","lacerated","lacerates","lacerating","laceration","lacerations","lacerative","lacers","lacertian","lacertians","lacertid","lacertids","lacertilian","lacertilians","lacertine","laces","lacet","lacets","lacewing","lacewings","lacewood","lacewoods","lacework","laceworks","lacey","laches","lacheses","lachrymal","lachrymals","lachrymaries","lachrymary","lachrymation","lachrymations","lachrymator","lachrymatories","lachrymators","lachrymatory","lachrymose","lachrymosely","lachrymosities","lachrymosity","lacier","laciest","lacily","laciness","lacinesses","lacing","lacings","lacinia","laciniae","laciniate","laciniated","laciniation","laciniations","lack","lackadaisical","lackadaisically","lackadaisy","lackaday","lacked","lacker","lackered","lackering","lackers","lackey","lackeyed","lackeying","lackeys","lacking","lackland","lacklands","lackluster","lacklusters","lacklustre","lacklustres","lacks","lacmus","lacmuses","laconic","laconical","laconically","laconicism","laconicisms","laconism","laconisms","lacquer","lacquered","lacquerer","lacquerers","lacquering","lacquerings","lacquers","lacquerware","lacquerwares","lacquerwork","lacquerworks","lacquey","lacqueyed","lacqueying","lacqueys","lacrimal","lacrimals","lacrimaries","lacrimary","lacrimation","lacrimations","lacrimator","lacrimators","lacrimatory","lacrimoso","lacrosse","lacrosses","lacrymal","lacrymals","lacrymator","lacrymators","lacrymatory","lacs","lactalbumin","lactalbumins","lactam","lactams","lactarian","lactarians","lactary","lactase","lactases","lactate","lactated","lactates","lactating","lactation","lactational","lactationally","lactations","lacteal","lacteally","lacteals","lactean","lacteous","lactescence","lactescences","lactescent","lactic","lactiferous","lactiferousness","lactific","lactifluous","lactivism","lactivisms","lactivist","lactivists","lactobacilli","lactobacillus","lactoflavin","lactoflavins","lactogenic","lactoglobulin","lactoglobulins","lactometer","lactometers","lactone","lactones","lactonic","lactoprotein","lactoproteins","lactoscope","lactoscopes","lactose","lactoses","lactosuria","lactosurias","lactovegetarian","lacuna","lacunae","lacunal","lacunar","lacunaria","lacunars","lacunary","lacunas","lacunate","lacune","lacunes","lacunose","lacunosities","lacunosity","lacustrine","lacy","lad","ladanum","ladanums","ladder","laddered","laddering","ladderlike","ladders","laddery","laddie","laddies","laddish","laddishness","laddishnesses","laddism","laddisms","lade","laded","laden","ladened","ladening","ladens","lader","laders","lades","ladette","ladettes","ladhood","ladhoods","ladies","ladieswear","ladieswears","ladified","ladifies","ladify","ladifying","lading","ladings","ladino","ladinos","ladle","ladled","ladleful","ladlefuls","ladler","ladlers","ladles","ladling","ladron","ladrone","ladrones","ladrons","lads","lady","ladybird","ladybirds","ladyboy","ladyboys","ladybug","ladybugs","ladycow","ladycows","ladyfied","ladyfies","ladyfinger","ladyfingers","ladyfish","ladyfishes","ladyflies","ladyfly","ladyfy","ladyfying","ladyhood","ladyhoods","ladyish","ladyism","ladyisms","ladykin","ladykins","ladylike","ladylikeness","ladylikenesses","ladylove","ladyloves","ladypalm","ladypalms","ladyship","ladyships","laeotropic","laer","laered","laering","laers","laesie","laetare","laetares","laetrile","laetriles","laevigate","laevigated","laevigates","laevigating","laevo","laevogyrate","laevorotary","laevorotation","laevorotations","laevorotatory","laevulin","laevulins","laevulose","laevuloses","lag","lagan","lagans","lagena","lagenas","lagend","lagends","lageniform","lager","lagered","lagering","lagerphone","lagerphones","lagers","laggard","laggardly","laggardness","laggardnesses","laggards","lagged","laggen","laggens","lagger","laggers","laggin","lagging","laggingly","laggings","laggins","lagnappe","lagnappes","lagniappe","lagniappes","lagomorph","lagomorphic","lagomorphous","lagomorphs","lagoon","lagoonal","lagoons","lagrimoso","lags","laguna","lagunas","lagune","lagunes","lah","lahar","lahars","lahs","laic","laical","laically","laich","laichs","laicisation","laicisations","laicise","laicised","laicises","laicising","laicism","laicisms","laicities","laicity","laicization","laicizations","laicize","laicized","laicizes","laicizing","laics","laid","laided","laiding","laidly","laids","laigh","laigher","laighest","laighs","laik","laika","laikas","laiked","laiker","laikers","laiking","laiks","lain","laipse","laipsed","laipses","laipsing","lair","lairage","lairages","laird","lairdly","lairds","lairdship","lairdships","laired","lairier","lairiest","lairing","lairise","lairised","lairises","lairising","lairize","lairized","lairizes","lairizing","lairs","lairy","laisse","laisses","laitance","laitances","laith","laithly","laities","laity","lake","lakebed","lakebeds","laked","lakefront","lakefronts","lakeland","lakelands","lakelet","lakelets","lakelike","lakeport","lakeports","laker","lakers","lakes","lakeshore","lakeshores","lakeside","lakesides","lakh","lakhs","lakier","lakiest","lakin","laking","lakings","lakins","lakish","laksa","laksas","laky","lalang","lalangs","lalapalooza","lalapaloozas","laldie","laldies","laldy","lalique","laliques","lall","lallan","lalland","lallands","lallans","lallapalooza","lallapaloozas","lallation","lallations","lalled","lalling","lallings","lalls","lallygag","lallygagged","lallygagging","lallygags","lam","lama","lamaistic","lamantin","lamantins","lamas","lamaserai","lamaserais","lamaseries","lamasery","lamb","lambada","lambadas","lambast","lambaste","lambasted","lambastes","lambasting","lambasts","lambda","lambdacism","lambdacisms","lambdas","lambdoid","lambdoidal","lambed","lambencies","lambency","lambent","lambently","lamber","lambers","lambert","lamberts","lambie","lambier","lambies","lambiest","lambing","lambings","lambitive","lambitives","lambkill","lambkills","lambkin","lambkins","lamblike","lambling","lamblings","lamboys","lambrequin","lambrequins","lambrusco","lambruscos","lambs","lambskin","lambskins","lamby","lame","lamebrain","lamebrained","lamebrains","lamed","lamedh","lamedhs","lameds","lamella","lamellae","lamellar","lamellarly","lamellas","lamellate","lamellated","lamellately","lamellation","lamellations","lamellibranch","lamellibranchs","lamellicorn","lamellicorns","lamelliform","lamellirostral","lamellirostrate","lamelloid","lamellose","lamellosities","lamellosity","lamely","lameness","lamenesses","lament","lamentable","lamentableness","lamentablenesses","lamentably","lamentation","lamentations","lamented","lamentedly","lamenter","lamenters","lamenting","lamentingly","lamentings","laments","lamer","lames","lamest","lamestream","lamestreams","lameter","lameters","lamia","lamiae","lamias","lamiger","lamigers","lamina","laminable","laminae","laminal","laminals","laminar","laminaria","laminarian","laminarians","laminarias","laminarin","laminarins","laminarise","laminarised","laminarises","laminarising","laminarize","laminarized","laminarizes","laminarizing","laminary","laminas","laminate","laminated","laminates","laminating","lamination","laminations","laminator","laminators","laminectomies","laminectomy","laming","lamington","lamingtons","laminin","laminins","laminitis","laminitises","laminose","laminous","lamish","lamister","lamisters","lamiter","lamiters","lammed","lammer","lammergeier","lammergeiers","lammergeyer","lammergeyers","lammers","lammie","lammies","lammiger","lammigers","lamming","lammings","lammy","lamp","lampad","lampadaries","lampadary","lampadedromies","lampadedromy","lampadephoria","lampadephorias","lampadist","lampadists","lampadomancies","lampadomancy","lampads","lampas","lampases","lampasse","lampasses","lampblack","lampblacks","lampbrush","lamped","lamper","lampern","lamperns","lampers","lamperses","lampholder","lampholders","lamphole","lampholes","lamping","lampings","lampion","lampions","lamplight","lamplighter","lamplighters","lamplights","lamplit","lampoon","lampooned","lampooner","lampooneries","lampooners","lampoonery","lampooning","lampoonist","lampoonists","lampoons","lamppost","lampposts","lamprey","lampreys","lamprophyre","lamprophyres","lamprophyric","lamps","lampshade","lampshades","lampshell","lampshells","lampuka","lampukas","lampuki","lampukis","lampyrid","lampyrids","lams","lamster","lamsters","lana","lanai","lanais","lanas","lanate","lanated","lance","lanced","lancegay","lancegays","lancejack","lancejacks","lancelet","lancelets","lanceolar","lanceolate","lanceolated","lanceolately","lancer","lancers","lances","lancet","lanceted","lancets","lancewood","lancewoods","lanch","lanched","lanches","lanching","lanciers","lanciform","lancinate","lancinated","lancinates","lancinating","lancination","lancinations","lancing","land","landamman","landammann","landammanns","landammans","landau","landaulet","landaulets","landaulette","landaulettes","landaus","landboard","landboarding","landboardings","landboards","landdamne","landdamned","landdamnes","landdamning","landdros","landdroses","landdrost","landdrosts","lande","landed","lander","landers","landes","landfall","landfalls","landfill","landfilled","landfilling","landfillings","landfills","landforce","landforces","landform","landforms","landgrab","landgrabs","landgravate","landgravates","landgrave","landgraves","landgraviate","landgraviates","landgravine","landgravines","landholder","landholders","landholding","landholdings","landing","landings","landladies","landlady","landler","landlers","landless","landlessness","landlessnesses","landline","landlines","landlocked","landloper","landlopers","landlord","landlordism","landlordisms","landlords","landlubber","landlubberliness","landlubberlinesses","landlubberly","landlubbers","landlubbing","landman","landmark","landmarked","landmarking","landmarks","landmass","landmasses","landmen","landmine","landmined","landmines","landmining","landminings","landowner","landowners","landownership","landownerships","landowning","landownings","landrace","landraces","landrail","landrails","lands","landscape","landscaped","landscaper","landscapers","landscapes","landscaping","landscapings","landscapist","landscapists","landshark","landsharks","landside","landsides","landskip","landskipped","landskipping","landskips","landsknecht","landsknechts","landsleit","landslid","landslidden","landslide","landslides","landsliding","landslip","landslips","landsman","landsmen","landwaiter","landwaiters","landward","landwards","landwind","landwinds","lane","lanely","lanes","laneway","laneways","lang","langaha","langahas","langar","langars","langbeinite","langbeinites","langer","langered","langers","langest","langlauf","langlaufer","langlaufers","langlaufs","langley","langleys","langostino","langostinos","langouste","langoustes","langoustine","langoustines","langrage","langrages","langrel","langrels","langridge","langridges","langshan","langshans","langspel","langspels","langspiel","langspiels","langsyne","langsynes","language","languaged","languageless","languages","languaging","langue","langued","langues","languescent","languet","languets","languette","languettes","languid","languidly","languidness","languidnesses","languish","languished","languisher","languishers","languishes","languishing","languishingly","languishings","languishment","languishments","languor","languorous","languorously","languorousness","languors","langur","langurs","laniard","laniards","laniaries","laniary","laniferous","lanigerous","lanital","lanitals","lank","lanked","lanker","lankest","lankier","lankiest","lankily","lankiness","lankinesses","lanking","lankly","lankness","lanknesses","lanks","lanky","lanner","lanneret","lannerets","lanners","lanolated","lanolin","lanoline","lanolines","lanolins","lanose","lanosities","lanosity","lansquenet","lansquenets","lant","lantana","lantanas","lanterloo","lanterloos","lantern","lanterned","lanterning","lanternist","lanternists","lanterns","lanthanide","lanthanides","lanthanon","lanthanons","lanthanum","lanthanums","lanthorn","lanthorns","lants","lantskip","lantskips","lanuginose","lanuginous","lanuginousness","lanugo","lanugos","lanx","lanyard","lanyards","lanzknecht","lanzknechts","laodicean","laodiceans","laogai","laogais","lap","laparoscope","laparoscopes","laparoscopic","laparoscopies","laparoscopist","laparoscopists","laparoscopy","laparotomies","laparotomy","lapboard","lapboards","lapdog","lapdogs","lapel","lapeled","lapelled","lapels","lapful","lapfuls","lapheld","lapidarian","lapidaries","lapidarist","lapidarists","lapidary","lapidate","lapidated","lapidates","lapidating","lapidation","lapidations","lapideous","lapides","lapidescence","lapidescences","lapidescent","lapidicolous","lapidific","lapidification","lapidifications","lapidified","lapidifies","lapidify","lapidifying","lapidist","lapidists","lapilli","lapilliform","lapillus","lapin","lapins","lapis","lapises","lapje","lapjes","lapped","lappel","lappels","lapper","lappered","lappering","lappers","lappet","lappeted","lappets","lappie","lappies","lapping","lappings","laps","lapsable","lapsang","lapsangs","lapse","lapsed","lapser","lapsers","lapses","lapsible","lapsing","lapstone","lapstones","lapstrake","lapstrakes","lapstreak","lapstreaks","lapsus","laptop","laptops","laptray","laptrays","lapwing","lapwings","lapwork","lapworks","laquearia","lar","larboard","larboards","larcener","larceners","larcenies","larcenist","larcenists","larcenous","larcenously","larceny","larch","larchen","larches","lard","lardaceous","lardalite","lardalites","larded","larder","larderer","larderers","larders","lardier","lardiest","larding","lardlike","lardon","lardons","lardoon","lardoons","lards","lardy","lare","laree","larees","lares","largando","large","largehearted","largeheartedness","largeheartednesses","largely","largemouth","largemouths","largen","largened","largeness","largenesses","largening","largens","larger","larges","largess","largesse","largesses","largest","larghetto","larghettos","largish","largition","largitions","largo","largos","lari","lariat","lariated","lariating","lariats","larine","laris","lark","larked","larker","larkers","larkier","larkiest","larkiness","larkinesses","larking","larkish","larkishness","larkishnesses","larks","larksome","larkspur","larkspurs","larky","larmier","larmiers","larn","larnakes","larnax","larned","larney","larneys","larnier","larniest","larning","larns","laroid","larrigan","larrigans","larrikin","larrikinism","larrikinisms","larrikins","larrup","larruped","larruper","larrupers","larruping","larrups","lars","larum","larums","larva","larvae","larval","larvas","larvate","larvated","larvicidal","larvicide","larvicides","larviform","larvikite","larvikites","larviparous","laryngal","laryngals","laryngeal","laryngeally","laryngeals","laryngectomee","laryngectomees","laryngectomies","laryngectomised","laryngectomized","laryngectomy","larynges","laryngismus","laryngismuses","laryngites","laryngitic","laryngitides","laryngitis","laryngitises","laryngologic","laryngological","laryngologies","laryngologist","laryngologists","laryngology","laryngophonies","laryngophony","laryngoscope","laryngoscopes","laryngoscopic","laryngoscopies","laryngoscopist","laryngoscopists","laryngoscopy","laryngospasm","laryngospasms","laryngotomies","laryngotomy","larynx","larynxes","las","lasagna","lasagnas","lasagne","lasagnes","lascar","lascars","lascivious","lasciviously","lasciviousness","lasciviousnesses","lase","lased","laser","laserdisc","laserdiscs","laserdisk","laserdisks","lasers","laserwort","laserworts","lases","lash","lashed","lasher","lashers","lashes","lashing","lashingly","lashings","lashins","lashkar","lashkars","lasing","lasings","lasket","laskets","lasque","lasques","lass","lasses","lassi","lassie","lassies","lassis","lassitude","lassitudes","lasslorn","lasso","lassock","lassocks","lassoed","lassoer","lassoers","lassoes","lassoing","lassos","lassu","lassus","last","lastage","lastages","lastborn","lastborns","lasted","laster","lasters","lasting","lastingly","lastingness","lastingnesses","lastings","lastly","lasts","lat","latah","latahs","latakia","latakias","latch","latched","latches","latchet","latchets","latching","latchkey","latchkeys","latchstring","latchstrings","late","latecomer","latecomers","lated","lateen","lateener","lateeners","lateenrigged","lateens","lately","laten","latence","latences","latencies","latency","latened","lateness","latenesses","latening","latens","latensification","latensifications","latent","latently","latents","later","laterad","lateral","lateraled","lateraling","lateralisation","lateralisations","lateralise","lateralised","lateralises","lateralising","lateralities","laterality","lateralization","lateralizations","lateralize","lateralized","lateralizes","lateralizing","lateralled","lateralling","laterally","laterals","laterborn","laterborns","laterigrade","laterisation","laterisations","laterise","laterised","laterises","laterising","laterite","laterites","lateritic","lateritious","laterization","laterizations","laterize","laterized","laterizes","laterizing","lateroversion","lateroversions","latescence","latescences","latescent","latest","latests","latewake","latewakes","latewood","latewoods","latex","latexes","lath","lathe","lathed","lathee","lathees","lathen","lather","lathered","latherer","latherers","latherier","latheriest","lathering","lathers","lathery","lathes","lathi","lathier","lathiest","lathing","lathings","lathis","lathlike","laths","lathwork","lathworks","lathy","lathyrism","lathyrisms","lathyritic","lathyrus","lathyruses","lati","latices","laticifer","laticiferous","laticifers","laticlave","laticlaves","latifondi","latifundia","latifundio","latifundios","latifundium","latigo","latigoes","latigos","latilla","latillas","latimeria","latimerias","latina","latinas","latinisation","latinisations","latinise","latinised","latinises","latinising","latinities","latinity","latinization","latinizations","latinize","latinized","latinizes","latinizing","latino","latinos","latirostral","latirostrate","latiseptate","latish","latitancies","latitancy","latitant","latitat","latitation","latitations","latitats","latitude","latitudes","latitudinal","latitudinally","latitudinarian","latitudinarianism","latitudinarianisms","latitudinarians","latitudinous","latke","latkes","latosol","latosolic","latosols","latrant","latration","latrations","latria","latrias","latrine","latrines","latrocinia","latrocinies","latrocinium","latrociny","latron","latrons","lats","latte","latten","lattens","latter","latterly","lattermath","lattermaths","lattermost","lattes","lattice","latticed","lattices","latticework","latticeworks","latticing","latticings","latticini","latticinio","latticino","lattin","lattins","latu","lauan","lauans","lauch","lauching","lauchs","laud","laudabilities","laudability","laudable","laudableness","laudablenesses","laudably","laudanum","laudanums","laudation","laudations","laudative","laudatives","laudator","laudatories","laudators","laudatory","lauded","lauder","lauders","lauding","lauds","lauf","laufs","laugh","laughable","laughableness","laughablenesses","laughably","laughed","laugher","laughers","laughful","laughier","laughiest","laughing","laughingly","laughings","laughingstock","laughingstocks","laughline","laughlines","laughs","laughsome","laughter","laughters","laughworthy","laughy","launce","launced","launcegaye","launcegayes","launces","launch","launched","launcher","launchers","launches","launching","launchpad","launchpads","launcing","laund","launder","laundered","launderer","launderers","launderette","launderettes","laundering","launders","laundress","laundresses","laundrette","laundrettes","laundries","laundry","laundryman","laundrymen","laundrywoman","laundrywomen","launds","laura","lauraceous","laurae","lauras","laurdalite","laurdalites","laureate","laureated","laureates","laureateship","laureateships","laureating","laureation","laureations","laurel","laureled","laureling","laurelled","laurelling","laurels","lauric","laurustine","laurustines","laurustinus","laurustinuses","laurvikite","laurvikites","lauryl","lauryls","lauwine","lauwines","lav","lava","lavabo","lavaboes","lavabos","lavaform","lavage","lavages","lavalava","lavalavas","lavalier","lavaliere","lavalieres","lavaliers","lavalike","lavalliere","lavallieres","lavandin","lavandins","lavas","lavash","lavashes","lavatera","lavateras","lavation","lavational","lavations","lavatorial","lavatories","lavatory","lave","laved","laveer","laveered","laveering","laveers","lavement","lavements","lavender","lavendered","lavendering","lavenders","laver","laverbread","laverbreads","laverock","laverocked","laverocking","laverocks","lavers","laves","laving","lavish","lavished","lavisher","lavishers","lavishes","lavishest","lavishing","lavishly","lavishment","lavishments","lavishness","lavishnesses","lavolt","lavolta","lavoltaed","lavoltaing","lavoltas","lavolted","lavolting","lavolts","lavra","lavras","lavrock","lavrocks","lavs","lavvies","lavvy","law","lawbook","lawbooks","lawbreaker","lawbreakers","lawbreaking","lawbreakings","lawcourt","lawcourts","lawed","lawer","lawest","lawfare","lawfares","lawful","lawfully","lawfulness","lawfulnesses","lawgiver","lawgivers","lawgiving","lawgivings","lawin","lawine","lawines","lawing","lawings","lawins","lawk","lawks","lawland","lawlands","lawless","lawlessly","lawlessness","lawlessnesses","lawlike","lawmaker","lawmakers","lawmaking","lawmakings","lawman","lawmen","lawmonger","lawmongers","lawn","lawned","lawnier","lawniest","lawnmower","lawnmowers","lawns","lawny","lawrencium","lawrenciums","laws","lawsuit","lawsuits","lawyer","lawyered","lawyering","lawyerings","lawyerlike","lawyerly","lawyers","lax","laxation","laxations","laxative","laxativeness","laxativenesses","laxatives","laxator","laxators","laxer","laxes","laxest","laxism","laxisms","laxist","laxists","laxities","laxity","laxly","laxness","laxnesses","lay","layabout","layabouts","layaway","layaways","layback","laybacked","laybacking","laybacks","laydeez","layed","layer","layerage","layerages","layered","layering","layerings","layers","layette","layettes","layin","laying","layings","layins","laylock","laylocks","layman","laymen","layoff","layoffs","layout","layouts","layover","layovers","laypeople","layperson","laypersons","lays","layshaft","layshafts","laystall","laystalls","laytime","laytimes","layup","layups","laywoman","laywomen","lazar","lazaret","lazarets","lazarette","lazarettes","lazaretto","lazarettos","lazars","laze","lazed","lazes","lazied","lazier","lazies","laziest","lazily","laziness","lazinesses","lazing","lazo","lazoed","lazoes","lazoing","lazos","lazuli","lazulis","lazulite","lazulites","lazurite","lazurites","lazy","lazybones","lazying","lazyish","lazzarone","lazzaroni","lazzi","lazzo","lea","leach","leachabilities","leachability","leachable","leachate","leachates","leached","leacher","leachers","leaches","leachier","leachiest","leaching","leachings","leachour","leachours","leachy","lead","leaded","leaden","leadened","leadening","leadenly","leadenness","leadennesses","leadens","leader","leaderboard","leaderboards","leaderene","leaderenes","leaderette","leaderettes","leaderless","leaders","leadership","leaderships","leadier","leadiest","leading","leadingly","leadings","leadless","leadman","leadmen","leadoff","leadoffs","leadplant","leadplants","leads","leadscrew","leadscrews","leadsman","leadsmen","leadwork","leadworks","leadwort","leadworts","leady","leaf","leafage","leafages","leafbud","leafbuds","leafcutter","leafed","leaferies","leafery","leafhopper","leafhoppers","leafier","leafiest","leafiness","leafinesses","leafing","leafless","leaflessness","leaflessnesses","leaflet","leafleted","leafleteer","leafleteers","leafleter","leafleters","leafleting","leaflets","leafletted","leafletting","leaflike","leafs","leafstalk","leafstalks","leafworm","leafworms","leafy","league","leagued","leaguer","leaguered","leaguering","leaguers","leagues","leaguing","leak","leakage","leakages","leaked","leaker","leakers","leakier","leakiest","leakily","leakiness","leakinesses","leaking","leakless","leakproof","leaks","leaky","leal","lealer","lealest","leally","lealties","lealty","leam","leamed","leaming","leams","lean","leaned","leaner","leaners","leanest","leaning","leanings","leanly","leanness","leannesses","leans","leant","leany","leap","leaped","leaper","leaperous","leapers","leapfrog","leapfrogged","leapfrogging","leapfrogs","leaping","leaporous","leaprous","leaps","leapt","lear","leare","leared","leares","learier","leariest","leariness","learinesses","learing","learn","learnabilities","learnability","learnable","learned","learnedly","learnedness","learnednesses","learner","learners","learning","learnings","learns","learnt","lears","leary","leas","leasable","lease","leaseback","leasebacks","leased","leasehold","leaseholder","leaseholders","leaseholds","leaser","leasers","leases","leash","leashed","leashes","leashing","leasing","leasings","leasow","leasowe","leasowed","leasowes","leasowing","leasows","least","leastaways","leasts","leastways","leastwise","leasure","leasures","leat","leather","leatherback","leatherbacks","leathered","leatherette","leatherettes","leathergoods","leatherhead","leatherheads","leatherier","leatheriest","leatheriness","leatherinesses","leathering","leatherings","leatherjacket","leatherjackets","leatherleaf","leatherleaves","leatherlike","leathern","leatherneck","leathernecks","leathers","leatherwood","leatherwoods","leathery","leats","leave","leaved","leaven","leavened","leavening","leavenings","leavenous","leavens","leaver","leavers","leaves","leavier","leaviest","leaving","leavings","leavy","leaze","leazes","lebbek","lebbeks","leben","lebens","lebensraum","lebensraums","lebkuchen","lecanora","lecanoras","leccies","leccy","lech","lechaim","lechaims","lechayim","lechayims","leched","lecher","lechered","lecheries","lechering","lecherous","lecherously","lecherousness","lecherousnesses","lechers","lechery","leches","leching","lechwe","lechwes","lecithin","lecithinase","lecithinases","lecithins","lectern","lecterns","lectin","lectins","lection","lectionaries","lectionary","lections","lectisternia","lectisternium","lector","lectorate","lectorates","lectors","lectorship","lectorships","lectotype","lectotypes","lectress","lectresses","lecture","lectured","lecturer","lecturers","lectures","lectureship","lectureships","lecturing","lecturn","lecturns","lecythi","lecythidaceous","lecythis","lecythus","led","ledden","leddens","lederhosen","ledge","ledged","ledger","ledgered","ledgering","ledgers","ledges","ledgier","ledgiest","ledgy","ledum","ledums","lee","leear","leears","leeboard","leeboards","leech","leechcraft","leechcrafts","leechdom","leechdoms","leeched","leechee","leechees","leeches","leeching","leechlike","leed","leeing","leek","leeks","leep","leeped","leeping","leeps","leer","leered","leerier","leeriest","leerily","leeriness","leerinesses","leering","leeringly","leerings","leers","leery","lees","leese","leeses","leesing","leet","leetle","leets","leetspeak","leetspeaks","leeward","leewardly","leewards","leeway","leeways","leeze","left","lefte","lefter","leftest","leftie","lefties","leftish","leftism","leftisms","leftist","leftists","leftmost","leftmosts","leftover","leftovers","lefts","leftward","leftwardly","leftwards","leftwing","lefty","leg","legacies","legacy","legal","legalese","legaleses","legalisation","legalisations","legalise","legalised","legaliser","legalisers","legalises","legalising","legalism","legalisms","legalist","legalistic","legalistically","legalists","legalities","legality","legalization","legalizations","legalize","legalized","legalizer","legalizers","legalizes","legalizing","legally","legals","legataries","legatary","legate","legated","legatee","legatees","legates","legateship","legateships","legatine","legating","legation","legationary","legations","legatissimo","legato","legator","legatorial","legators","legatos","legend","legendaries","legendarily","legendary","legendise","legendised","legendises","legendising","legendist","legendists","legendize","legendized","legendizes","legendizing","legendries","legendry","legends","leger","legerdemain","legerdemainist","legerdemainists","legerdemains","legering","legerings","legerities","legerity","legers","leges","legge","legged","legger","leggers","legges","leggie","leggier","leggiero","leggies","leggiest","leggin","legginess","legginesses","legging","legginged","leggings","leggins","leggism","leggisms","leggy","leghorn","leghorns","legibilities","legibility","legible","legibleness","legiblenesses","legibly","legion","legionaries","legionary","legioned","legionella","legionellae","legionellas","legionnaire","legionnaires","legions","legislate","legislated","legislates","legislating","legislation","legislations","legislative","legislatively","legislatives","legislator","legislatorial","legislators","legislatorship","legislatorships","legislatress","legislatresses","legislature","legislatures","legist","legists","legit","legitim","legitimacies","legitimacy","legitimate","legitimated","legitimately","legitimateness","legitimates","legitimating","legitimation","legitimations","legitimatise","legitimatised","legitimatises","legitimatising","legitimatize","legitimatized","legitimatizes","legitimatizing","legitimator","legitimators","legitimisation","legitimisations","legitimise","legitimised","legitimiser","legitimisers","legitimises","legitimising","legitimism","legitimisms","legitimist","legitimistic","legitimists","legitimization","legitimizations","legitimize","legitimized","legitimizer","legitimizers","legitimizes","legitimizing","legitims","legits","leglan","leglans","leglen","leglens","legless","leglessness","leglessnesses","leglet","leglets","leglike","leglin","leglins","legman","legmen","legong","legongs","legroom","legrooms","legs","legside","legsides","leguaan","leguaans","leguan","leguans","legume","legumes","legumin","leguminous","legumins","legwarmer","legwarmers","legwear","legwears","legwork","legworks","lehaim","lehaims","lehayim","lehayims","lehr","lehrjahre","lehrs","lehua","lehuas","lei","leidger","leidgers","leiger","leigers","leiomyoma","leiomyomas","leiomyomata","leiotrichies","leiotrichous","leiotrichy","leipoa","leipoas","leir","leired","leiring","leirs","leis","leish","leisher","leishest","leishmania","leishmaniae","leishmanial","leishmanias","leishmaniases","leishmaniasis","leishmanioses","leishmaniosis","leisler","leislers","leister","leistered","leistering","leisters","leisurable","leisurably","leisure","leisured","leisureliness","leisurelinesses","leisurely","leisures","leisuring","leitmotif","leitmotifs","leitmotiv","leitmotivs","lek","leke","lekgotla","lekgotlas","lekked","lekker","lekking","lekkings","leks","leku","lekvar","lekvars","lekythi","lekythoi","lekythos","lekythus","leman","lemans","leme","lemed","lemel","lemels","lemes","leming","lemma","lemmas","lemmata","lemmatisation","lemmatisations","lemmatise","lemmatised","lemmatises","lemmatising","lemmatization","lemmatizations","lemmatize","lemmatized","lemmatizes","lemmatizing","lemming","lemminglike","lemmings","lemniscal","lemniscate","lemniscates","lemnisci","lemniscus","lemon","lemonade","lemonades","lemoned","lemonfish","lemonfishes","lemongrass","lemongrasses","lemonier","lemoniest","lemoning","lemonish","lemonlike","lemons","lemonwood","lemonwoods","lemony","lempira","lempiras","lemur","lemures","lemurian","lemurians","lemurine","lemurines","lemurlike","lemuroid","lemuroids","lemurs","lend","lendable","lender","lenders","lending","lendings","lends","lenes","leng","lenged","lenger","lengest","lenging","lengs","length","lengthen","lengthened","lengthener","lengtheners","lengthening","lengthens","lengthful","lengthier","lengthiest","lengthily","lengthiness","lengthinesses","lengthman","lengthmen","lengths","lengthsman","lengthsmen","lengthways","lengthwise","lengthy","lenience","leniences","leniencies","leniency","lenient","leniently","lenients","lenified","lenifies","lenify","lenifying","lenis","lenite","lenited","lenites","lenities","leniting","lenition","lenitions","lenitive","lenitively","lenitives","lenity","leno","lenocinium","lenociniums","lenos","lens","lense","lensed","lenses","lensing","lensless","lensman","lensmen","lent","lentamente","lentando","lenten","lenti","lentic","lenticel","lenticellate","lenticels","lenticle","lenticles","lenticular","lenticularly","lenticulars","lenticule","lenticules","lentiform","lentigines","lentiginose","lentiginous","lentigo","lentil","lentils","lentisc","lentiscs","lentisk","lentisks","lentissimo","lentivirus","lentiviruses","lento","lentoid","lentoids","lentor","lentors","lentos","lentous","lenvoy","lenvoys","leone","leones","leonine","leontiases","leontiasis","leontopodium","leontopodiums","leopard","leopardess","leopardesses","leopards","leotard","leotarded","leotards","lep","leper","lepers","lepid","lepidodendroid","lepidodendroids","lepidolite","lepidolites","lepidomelane","lepidomelanes","lepidoptera","lepidopteran","lepidopterans","lepidopterist","lepidopterists","lepidopterological","lepidopterologies","lepidopterologist","lepidopterologists","lepidopterology","lepidopteron","lepidopterons","lepidopterous","lepidosiren","lepidosirens","lepidote","lepidotes","leporid","leporidae","leporids","leporine","lepped","lepping","lepra","lepras","leprechaun","leprechaunish","leprechauns","leprechawn","leprechawns","lepromatous","leprosaria","leprosarium","leprosariums","leprose","leproserie","leproseries","leprosery","leprosies","leprosities","leprosity","leprosy","leprotic","leprous","leprously","leprousness","leprousnesses","leps","lept","lepta","leptin","leptins","leptocephali","leptocephalic","leptocephalous","leptocephalus","leptocercal","leptodactyl","leptodactylous","leptodactyls","leptokurtic","leptome","leptomes","lepton","leptonic","leptons","leptophos","leptophoses","leptophyllous","leptorrhine","leptosomatic","leptosome","leptosomes","leptosomic","leptospiral","leptospire","leptospires","leptospiroses","leptospirosis","leptotene","leptotenes","lequear","lequears","lere","lered","leres","lering","lerp","lerps","les","lesbian","lesbianism","lesbianisms","lesbians","lesbic","lesbo","lesbos","leses","lesion","lesioned","lesioning","lesions","lespedeza","lespedezas","less","lessee","lessees","lesseeship","lesseeships","lessen","lessened","lessening","lessens","lesser","lesses","lesson","lessoned","lessoning","lessonings","lessons","lessor","lessors","lest","lested","lesting","lests","let","letch","letched","letches","letching","letchings","letdown","letdowns","lethal","lethalities","lethality","lethally","lethals","lethargic","lethargical","lethargically","lethargied","lethargies","lethargise","lethargised","lethargises","lethargising","lethargize","lethargized","lethargizes","lethargizing","lethargy","lethe","lethean","lethee","lethees","lethes","lethied","lethiferous","lets","lettable","letted","letter","letterbox","letterboxed","letterboxes","letterboxing","letterboxings","lettered","letterer","letterers","letterform","letterforms","letterhead","letterheads","lettering","letterings","letterless","letterman","lettermen","lettern","letterns","letterpress","letterpresses","letters","letterset","lettersets","letterspace","letterspaces","letterspacing","letterspacings","letting","lettings","lettre","lettres","lettuce","lettuces","letup","letups","leu","leucaemia","leucaemias","leucaemic","leucaemogen","leucaemogenic","leucaemogens","leucemia","leucemias","leucemic","leuch","leuchaemia","leuchaemias","leuchen","leucin","leucine","leucines","leucins","leucistic","leucite","leucites","leucitic","leucitohedra","leucitohedron","leucitohedrons","leuco","leucoblast","leucoblasts","leucocidin","leucocidins","leucocratic","leucocyte","leucocytes","leucocythaemia","leucocythaemias","leucocytic","leucocytolyses","leucocytolysis","leucocytopenia","leucocytopenias","leucocytoses","leucocytosis","leucocytotic","leucodepleted","leucoderma","leucodermal","leucodermas","leucodermia","leucodermias","leucodermic","leucoma","leucomaine","leucomaines","leucomas","leucopenia","leucopenias","leucopenic","leucoplakia","leucoplakias","leucoplast","leucoplastid","leucoplastids","leucoplasts","leucopoieses","leucopoiesis","leucopoietic","leucorrhoea","leucorrhoeal","leucorrhoeas","leucosin","leucosins","leucotome","leucotomes","leucotomies","leucotomy","leud","leudes","leuds","leugh","leughen","leukaemia","leukaemias","leukaemogeneses","leukaemogenesis","leukemia","leukemias","leukemic","leukemics","leukemogeneses","leukemogenesis","leukemogenic","leukemoid","leukoblast","leukoblasts","leukocyte","leukocytes","leukocytic","leukocytoses","leukocytosis","leukocytosises","leukocytotic","leukoderma","leukodermal","leukodermas","leukodermic","leukodystrophies","leukodystrophy","leukoma","leukomas","leukon","leukons","leukopenia","leukopenias","leukopenic","leukoplakia","leukoplakias","leukoplakic","leukopoieses","leukopoiesis","leukopoietic","leukorrhea","leukorrheal","leukorrheas","leukoses","leukosis","leukotic","leukotomies","leukotomy","leukotriene","leukotrienes","lev","leva","levant","levanted","levanter","levanters","levantine","levantines","levanting","levants","levator","levatores","levators","leve","levee","leveed","leveeing","levees","level","leveled","leveler","levelers","levelheaded","levelheadedness","levelheadednesses","leveling","levelled","leveller","levellers","levellest","levelling","levellings","levelly","levelness","levelnesses","levels","lever","leverage","leveraged","leverages","leveraging","levered","leveret","leverets","levering","levers","leves","leviable","leviathan","leviathans","levied","levier","leviers","levies","levigable","levigate","levigated","levigates","levigating","levigation","levigations","levigator","levigators","levin","levins","levirate","levirates","leviratic","leviratical","leviration","levirations","levis","levitate","levitated","levitates","levitating","levitation","levitational","levitations","levitator","levitators","levite","levites","levitic","levitical","levitically","levities","levity","levo","levodopa","levodopas","levogyre","levorotary","levorotatory","levulin","levulins","levulose","levuloses","levy","levying","lew","lewd","lewder","lewdest","lewdly","lewdness","lewdnesses","lewdsbies","lewdsby","lewdster","lewdsters","lewis","lewises","lewisia","lewisias","lewisite","lewisites","lewisson","lewissons","lex","lexeme","lexemes","lexemic","lexes","lexica","lexical","lexicalisation","lexicalisations","lexicalise","lexicalised","lexicalises","lexicalising","lexicalities","lexicality","lexicalization","lexicalizations","lexicalize","lexicalized","lexicalizes","lexicalizing","lexically","lexicographer","lexicographers","lexicographic","lexicographical","lexicographically","lexicographies","lexicographist","lexicographists","lexicography","lexicological","lexicologically","lexicologies","lexicologist","lexicologists","lexicology","lexicon","lexicons","lexigram","lexigrams","lexigraphic","lexigraphical","lexigraphies","lexigraphy","lexis","lexises","ley","leylandi","leylandii","leylandiis","leylandis","leys","lez","lezes","lezz","lezza","lezzas","lezzes","lezzie","lezzies","lezzy","lherzolite","lherzolites","li","liabilities","liability","liable","liableness","liablenesses","liaise","liaised","liaises","liaising","liaison","liaisons","liana","lianas","liane","lianes","liang","liangs","lianoid","liar","liard","liards","liars","liart","lias","liases","liatris","liatrises","lib","libant","libate","libated","libates","libating","libation","libational","libationary","libations","libatory","libbard","libbards","libbed","libber","libbers","libbing","libecchio","libecchios","libeccio","libeccios","libel","libelant","libelants","libeled","libelee","libelees","libeler","libelers","libeling","libelings","libelist","libelists","libellant","libellants","libelled","libellee","libellees","libeller","libellers","libelling","libellings","libellous","libellously","libelous","libels","liber","liberal","liberalisation","liberalisations","liberalise","liberalised","liberaliser","liberalisers","liberalises","liberalising","liberalism","liberalisms","liberalist","liberalistic","liberalists","liberalities","liberality","liberalization","liberalizations","liberalize","liberalized","liberalizer","liberalizers","liberalizes","liberalizing","liberally","liberalness","liberalnesses","liberals","liberate","liberated","liberates","liberating","liberation","liberationism","liberationisms","liberationist","liberationists","liberations","liberator","liberators","liberatory","libero","liberos","libers","libertarian","libertarianism","libertarianisms","libertarians","liberticidal","liberticide","liberticides","liberties","libertinage","libertinages","libertine","libertines","libertinism","libertinisms","liberty","libidinal","libidinally","libidinist","libidinists","libidinosities","libidinosity","libidinous","libidinously","libidinousness","libidinousnesses","libido","libidos","libken","libkens","liblab","liblabs","libra","librae","libraire","libraires","librairie","librairies","librarian","librarians","librarianship","librarianships","libraries","library","libras","librate","librated","librates","librating","libration","librational","librations","libratory","libretti","librettist","librettists","libretto","librettos","libri","libriform","libs","lice","licence","licenced","licencee","licencees","licencer","licencers","licences","licencing","licensable","license","licensed","licensee","licensees","licenser","licensers","licenses","licensing","licensor","licensors","licensure","licensures","licente","licentiate","licentiates","licentiateship","licentiateships","licentiation","licentiations","licentious","licentiously","licentiousness","licentiousnesses","lich","lichanos","lichanoses","lichee","lichees","lichen","lichened","lichenin","lichening","lichenins","lichenism","lichenisms","lichenist","lichenists","lichenoid","lichenological","lichenologies","lichenologist","lichenologists","lichenology","lichenose","lichenous","lichens","liches","lichgate","lichgates","lichi","lichis","licht","lichted","lichter","lichtest","lichting","lichtlied","lichtlies","lichtly","lichtlying","lichts","lichwake","lichwakes","lichway","lichways","licit","licitly","licitness","licitnesses","lick","licked","licker","lickerish","lickerishly","lickerishness","lickerishnesses","lickers","licking","lickings","lickpennies","lickpenny","licks","lickspit","lickspits","lickspittle","lickspittles","licorice","licorices","lictor","lictorian","lictors","lid","lidar","lidars","lidded","lidding","lidger","lidgers","lidless","lido","lidocaine","lidocaines","lidos","lids","lie","liebfraumilch","liebfraumilchs","lied","lieder","lief","liefer","liefest","liefly","liefs","liege","liegedom","liegedoms","liegeless","liegeman","liegemen","lieger","liegers","lieges","lien","lienable","lienal","liens","lienteric","lienteries","lientery","lier","lierne","liernes","liers","lies","lieu","lieus","lieutenancies","lieutenancy","lieutenant","lieutenantries","lieutenantry","lieutenants","lieutenantship","lieutenantships","lieve","liever","lieves","lievest","life","lifebelt","lifebelts","lifeblood","lifebloods","lifeboat","lifeboats","lifebuoy","lifebuoys","lifecare","lifecares","lifeful","lifeguard","lifeguarded","lifeguarding","lifeguards","lifehack","lifehacks","lifehold","lifeless","lifelessly","lifelessness","lifelessnesses","lifelike","lifelikeness","lifelikenesses","lifeline","lifelines","lifelong","lifemanship","lifemanships","lifer","lifers","lifes","lifesaver","lifesavers","lifesaving","lifesavings","lifesome","lifespan","lifespans","lifestyle","lifestyler","lifestylers","lifestyles","lifetime","lifetimes","lifeway","lifeways","lifework","lifeworks","lifeworld","lifeworlds","lift","liftable","liftback","liftbacks","liftboy","liftboys","lifted","lifter","lifters","liftgate","liftgates","lifting","liftman","liftmen","liftoff","liftoffs","lifts","lifull","lig","ligament","ligamental","ligamentary","ligamentous","ligaments","ligan","ligand","ligands","ligans","ligase","ligases","ligate","ligated","ligates","ligating","ligation","ligations","ligative","ligature","ligatured","ligatures","ligaturing","liger","ligers","ligge","ligged","ligger","liggers","ligges","ligging","liggings","light","lightbulb","lightbulbs","lighted","lighten","lightened","lightener","lighteners","lightening","lightenings","lightens","lighter","lighterage","lighterages","lightered","lightering","lighterman","lightermen","lighters","lightest","lightface","lightfaced","lightfaces","lightfast","lightfastness","lightfastnesses","lightful","lightheaded","lighthearted","lightheartedly","lightheartedness","lightheartednesses","lighthouse","lighthouseman","lighthousemen","lighthouses","lighting","lightings","lightish","lightless","lightlied","lightlies","lightly","lightlying","lightness","lightnesses","lightning","lightninged","lightnings","lightplane","lightplanes","lightproof","lights","lightship","lightships","lightsome","lightsomely","lightsomeness","lightsomenesses","lighttight","lightwave","lightweight","lightweights","lightwood","lightwoods","lignage","lignages","lignaloes","lignan","lignans","ligne","ligneous","lignes","lignicole","lignicolous","lignification","lignifications","lignified","lignifies","ligniform","lignify","lignifying","lignin","lignins","ligniperdous","lignite","lignites","lignitic","lignivorous","lignocaine","lignocaines","lignocellulose","lignocelluloses","lignocellulosic","lignose","lignoses","lignosulfonate","lignosulfonates","lignum","lignums","ligroin","ligroine","ligroines","ligroins","ligs","ligula","ligulae","ligular","ligulas","ligulate","ligulated","ligule","ligules","ligulifloral","liguloid","ligure","ligures","likabilities","likability","likable","likableness","likablenesses","likably","like","likeabilities","likeability","likeable","likeableness","likeablenesses","likeably","liked","likelier","likeliest","likelihood","likelihoods","likeliness","likelinesses","likely","liken","likened","likeness","likenesses","likening","likens","liker","likers","likes","likest","likewake","likewakes","likewalk","likewalks","likewise","likin","liking","likings","likins","likuta","lilac","lilacs","lilangeni","liliaceous","lilied","lilies","lill","lilled","lilling","lilliput","lilliputian","lilliputians","lilliputs","lills","lilo","lilos","lilt","lilted","lilting","liltingly","liltingness","liltingnesses","lilts","lily","lilylike","lima","limacel","limacels","limaceous","limaces","limaciform","limacine","limacologies","limacologist","limacologists","limacology","limacon","limacons","limail","limails","liman","limans","limas","limation","limations","limax","limb","limba","limbas","limbate","limbec","limbeck","limbecks","limbecs","limbed","limber","limbered","limberer","limberest","limbering","limberly","limberness","limbernesses","limbers","limbi","limbic","limbier","limbiest","limbing","limbless","limbmeal","limbo","limbos","limbous","limbs","limburgite","limburgites","limbus","limbuses","limby","lime","limeade","limeades","limed","limekiln","limekilns","limeless","limelight","limelighted","limelighter","limelighters","limelighting","limelights","limelit","limen","limens","limepit","limepits","limerick","limericks","limes","limescale","limescales","limestone","limestones","limewash","limewashes","limewater","limewaters","limey","limeys","limicoline","limicolous","limier","limiest","limina","liminal","liminess","liminesses","liming","limings","limit","limitable","limitableness","limitablenesses","limitarian","limitarians","limitary","limitation","limitational","limitations","limitative","limited","limitedly","limitedness","limitednesses","limiteds","limiter","limiters","limites","limiting","limitingly","limitings","limitless","limitlessly","limitlessness","limitlessnesses","limitrophe","limits","limivorous","limma","limmas","limmer","limmers","limn","limnaeid","limnaeids","limned","limner","limners","limnetic","limnic","limning","limnologic","limnological","limnologically","limnologies","limnologist","limnologists","limnology","limnophilous","limns","limo","limonene","limonenes","limonite","limonites","limonitic","limos","limoses","limosis","limous","limousine","limousines","limp","limpa","limpas","limped","limper","limpers","limpest","limpet","limpets","limpid","limpidities","limpidity","limpidly","limpidness","limpidnesses","limping","limpingly","limpings","limpkin","limpkins","limply","limpness","limpnesses","limps","limpsey","limpsier","limpsiest","limpsy","limuli","limuloid","limuloids","limulus","limuluses","limy","lin","linable","linac","linacs","linage","linages","linalol","linalols","linalool","linalools","linch","linches","linchet","linchets","linchpin","linchpins","lincomycin","lincomycins","lincrusta","lincrustas","lincture","linctures","linctus","linctuses","lind","lindane","lindanes","linden","lindens","lindies","linds","lindworm","lindworms","lindy","line","lineable","lineage","lineages","lineal","linealities","lineality","lineally","lineament","lineamental","lineaments","linear","linearisation","linearisations","linearise","linearised","linearises","linearising","linearities","linearity","linearization","linearizations","linearize","linearized","linearizes","linearizing","linearly","lineate","lineated","lineation","lineations","linebacker","linebackers","linebacking","linebackings","linebred","linebreeding","linebreedings","linecaster","linecasters","linecasting","linecastings","linecut","linecuts","lined","lineless","linelike","lineman","linemen","linen","linens","lineny","lineolate","lineolated","liner","linerboard","linerboards","linerless","liners","lines","linesman","linesmen","lineup","lineups","liney","ling","linga","lingam","lingams","lingas","lingberries","lingberry","lingcod","lingcods","lingel","lingels","linger","lingered","lingerer","lingerers","lingerie","lingeries","lingering","lingeringly","lingerings","lingers","lingier","lingiest","lingle","lingles","lingo","lingoes","lingonberries","lingonberry","lingot","lingots","lings","lingster","lingsters","lingua","linguae","lingual","lingually","linguals","linguas","linguica","linguicas","linguiform","linguine","linguines","linguini","linguinis","linguisa","linguisas","linguist","linguister","linguisters","linguistic","linguistical","linguistically","linguistician","linguisticians","linguistics","linguistries","linguistry","linguists","lingula","lingulae","lingular","lingulas","lingulate","lingulated","lingy","linhay","linhays","linier","liniest","liniment","liniments","linin","lining","linings","linins","linish","linished","linisher","linishers","linishes","linishing","linishings","link","linkable","linkage","linkages","linkboy","linkboys","linked","linker","linkers","linkier","linkiest","linking","linkman","linkmen","linkrot","linkrots","links","linksland","linkslands","linksman","linksmen","linkspan","linkspans","linkster","linksters","linkup","linkups","linkwork","linkworks","linky","linn","linned","linnet","linnets","linney","linneys","linnies","linning","linns","linny","lino","linocut","linocuts","linoleate","linoleates","linoleic","linolenic","linoleum","linoleums","linos","linotype","linotyped","linotyper","linotypers","linotypes","linotyping","lins","linsang","linsangs","linseed","linseeds","linsey","linseys","linstock","linstocks","lint","linted","lintel","lintelled","lintels","linter","linters","lintie","lintier","linties","lintiest","linting","lintless","lintol","lintols","lints","lintseed","lintseeds","lintstock","lintstocks","lintwhite","lintwhites","linty","linum","linums","linuron","linurons","linux","linuxes","liny","lion","lioncel","lioncelle","lioncelles","lioncels","lionel","lionels","lioness","lionesses","lionet","lionets","lionfish","lionfishes","lionhead","lionheads","lionhearted","lionheartedness","lionisation","lionisations","lionise","lionised","lioniser","lionisers","lionises","lionising","lionism","lionisms","lionization","lionizations","lionize","lionized","lionizer","lionizers","lionizes","lionizing","lionlike","lionly","lions","lip","lipa","lipaemia","lipaemias","liparite","liparites","lipas","lipase","lipases","lipe","lipectomies","lipectomy","lipemia","lipemias","lipid","lipide","lipides","lipidic","lipidoplast","lipidoplasts","lipids","lipin","lipins","lipless","liplike","lipo","lipochrome","lipochromes","lipocyte","lipocytes","lipodystrophies","lipodystrophy","lipogeneses","lipogenesis","lipogram","lipogrammatic","lipogrammatism","lipogrammatisms","lipogrammatist","lipogrammatists","lipograms","lipographies","lipography","lipoic","lipoid","lipoidal","lipoids","lipolitic","lipolyses","lipolysis","lipolytic","lipoma","lipomas","lipomata","lipomatoses","lipomatosis","lipomatous","lipophilic","lipoplast","lipoplasts","lipopolysaccharide","lipopolysaccharides","lipoprotein","lipoproteins","lipos","liposculpture","liposculptures","liposomal","liposome","liposomes","liposuck","liposucked","liposucking","liposucks","liposuction","liposuctions","lipotropic","lipotropies","lipotropin","lipotropins","lipotropy","lipped","lippen","lippened","lippening","lippens","lipper","lippered","lippering","lippers","lippie","lippier","lippies","lippiest","lippiness","lippinesses","lipping","lippings","lippitude","lippitudes","lippy","lipread","lipreader","lipreaders","lipreading","lipreadings","lipreads","lips","lipsalve","lipsalves","lipstick","lipsticked","lipsticking","lipsticks","lipuria","lipurias","liquable","liquate","liquated","liquates","liquating","liquation","liquations","liquefacient","liquefacients","liquefaction","liquefactions","liquefactive","liquefiable","liquefied","liquefier","liquefiers","liquefies","liquefy","liquefying","liquesce","liquesced","liquescence","liquescences","liquescencies","liquescency","liquescent","liquesces","liquescing","liqueur","liqueured","liqueuring","liqueurs","liquid","liquidambar","liquidambars","liquidate","liquidated","liquidates","liquidating","liquidation","liquidations","liquidator","liquidators","liquidise","liquidised","liquidiser","liquidisers","liquidises","liquidising","liquidities","liquidity","liquidize","liquidized","liquidizer","liquidizers","liquidizes","liquidizing","liquidly","liquidness","liquidnesses","liquids","liquidus","liquiduses","liquified","liquifies","liquify","liquifying","liquor","liquored","liquorice","liquorices","liquoring","liquorish","liquorishly","liquorishness","liquorishnesses","liquors","lira","liras","lire","liri","liriodendra","liriodendron","liriodendrons","liriope","liriopes","liripipe","liripipes","liripoop","liripoops","lirk","lirked","lirking","lirks","lirot","liroth","lis","lisente","lisk","lisks","lisle","lisles","lisp","lisped","lisper","lispers","lisping","lispingly","lispings","lispound","lispounds","lisps","lispund","lispunds","lissencephalous","lisses","lissom","lissome","lissomely","lissomeness","lissomenesses","lissomly","lissomness","lissomnesses","lissotrichous","list","listable","listed","listee","listees","listel","listels","listen","listenabilities","listenability","listenable","listened","listener","listeners","listenership","listenerships","listening","listenings","listens","lister","listeria","listerial","listerias","listerioses","listeriosis","listers","listeth","listful","listing","listings","listless","listlessly","listlessness","listlessnesses","lists","listserv","listservs","lit","litai","litanies","litany","litas","litchi","litchis","lite","lited","liteness","litenesses","liter","literacies","literacy","literal","literalisation","literalisations","literalise","literalised","literaliser","literalisers","literalises","literalising","literalism","literalisms","literalist","literalistic","literalists","literalities","literality","literalization","literalizations","literalize","literalized","literalizer","literalizers","literalizes","literalizing","literally","literalness","literalnesses","literals","literarily","literariness","literarinesses","literary","literaryism","literaryisms","literate","literately","literateness","literatenesses","literates","literati","literatim","literation","literations","literato","literator","literators","literature","literatured","literatures","literatus","literose","literosities","literosity","liters","lites","lith","litharge","litharges","lithate","lithates","lithe","lithed","lithely","lithemia","lithemias","lithemic","litheness","lithenesses","lither","litherly","lithes","lithesome","lithesomeness","lithesomenesses","lithest","lithia","lithias","lithiases","lithiasis","lithic","lithification","lithifications","lithified","lithifies","lithify","lithifying","lithing","lithistid","lithistids","lithite","lithites","lithium","lithiums","litho","lithochromatic","lithochromatics","lithochromies","lithochromy","lithoclast","lithoclasts","lithocyst","lithocysts","lithodomous","lithoed","lithogenous","lithoglyph","lithoglyphs","lithograph","lithographed","lithographer","lithographers","lithographic","lithographical","lithographically","lithographies","lithographing","lithographs","lithography","lithoid","lithoidal","lithoing","litholapaxies","litholapaxy","litholatries","litholatrous","litholatry","lithologic","lithological","lithologically","lithologies","lithologist","lithologists","lithology","lithomancies","lithomancy","lithomarge","lithomarges","lithometeor","lithometeors","lithonthryptic","lithonthryptics","lithontriptic","lithontriptics","lithontriptist","lithontriptists","lithontriptor","lithontriptors","lithophagous","lithophane","lithophanes","lithophilous","lithophysa","lithophysae","lithophyse","lithophyses","lithophyte","lithophytes","lithophytic","lithopone","lithopones","lithoprint","lithoprints","lithops","lithos","lithosol","lithosols","lithospermum","lithospermums","lithosphere","lithospheres","lithospheric","lithostatic","lithotome","lithotomes","lithotomic","lithotomical","lithotomies","lithotomist","lithotomists","lithotomous","lithotomy","lithotripsies","lithotripsy","lithotripter","lithotripters","lithotriptic","lithotriptics","lithotriptist","lithotriptists","lithotriptor","lithotriptors","lithotrite","lithotrites","lithotritic","lithotritics","lithotrities","lithotritise","lithotritised","lithotritises","lithotritising","lithotritist","lithotritists","lithotritize","lithotritized","lithotritizes","lithotritizing","lithotritor","lithotritors","lithotrity","liths","litigable","litigant","litigants","litigate","litigated","litigates","litigating","litigation","litigations","litigator","litigators","litigious","litigiously","litigiousness","litigiousnesses","liting","litmus","litmuses","litoral","litotes","litotic","litre","litreage","litreages","litres","lits","litten","litter","litterateur","litterateurs","litterbag","litterbags","litterbug","litterbugs","littered","litterer","litterers","littering","littermate","littermates","litters","littery","little","littleneck","littlenecks","littleness","littlenesses","littler","littles","littlest","littleworth","littlie","littlies","littlin","littling","littlings","littlins","littlish","littoral","littorals","litu","liturgic","liturgical","liturgically","liturgics","liturgies","liturgiologies","liturgiologist","liturgiologists","liturgiology","liturgism","liturgisms","liturgist","liturgistic","liturgists","liturgy","lituus","lituuses","livabilities","livability","livable","livableness","livablenesses","live","liveabilities","liveability","liveable","liveableness","liveablenesses","lived","livedo","livedos","livelier","liveliest","livelihead","liveliheads","livelihood","livelihoods","livelily","liveliness","livelinesses","livelod","livelods","livelong","livelongs","livelood","liveloods","lively","liven","livened","livener","liveners","liveness","livenesses","livening","livens","liver","livered","liveried","liveries","livering","liverish","liverishly","liverishness","liverishnesses","liverleaf","liverleaves","liverless","livers","liverwort","liverworts","liverwurst","liverwursts","livery","liveryman","liverymen","lives","livest","livestock","livestocks","livetrap","livetrapped","livetrapping","livetraps","liveware","livewares","liveyer","liveyere","liveyeres","liveyers","livid","livider","lividest","lividities","lividity","lividly","lividness","lividnesses","livier","liviers","living","livingly","livingness","livingnesses","livings","livor","livors","livraison","livraisons","livre","livres","livyer","livyers","lixivia","lixivial","lixiviate","lixiviated","lixiviates","lixiviating","lixiviation","lixiviations","lixivious","lixivium","lixiviums","lizard","lizards","lizzie","lizzies","llama","llamas","llanero","llaneros","llano","llanos","lo","loach","loaches","load","loaded","loaden","loadened","loadening","loadens","loader","loaders","loading","loadings","loadmaster","loadmasters","loads","loadsamoney","loadsamoneys","loadsamonies","loadspace","loadspaces","loadstar","loadstars","loadstone","loadstones","loaf","loafed","loafer","loaferish","loafers","loafing","loafings","loafs","loam","loamed","loamier","loamiest","loaminess","loaminesses","loaming","loamless","loams","loamy","loan","loanable","loanback","loanbacks","loaned","loanee","loanees","loaner","loaners","loaning","loanings","loans","loanshift","loanshifts","loanword","loanwords","loast","loath","loathe","loathed","loathedness","loathednesses","loather","loathers","loathes","loathest","loathful","loathfulness","loathfulnesses","loathing","loathingly","loathings","loathliness","loathlinesses","loathly","loathness","loathnesses","loathsome","loathsomely","loathsomeness","loathsomenesses","loathy","loave","loaved","loaves","loaving","lob","lobar","lobate","lobated","lobately","lobation","lobations","lobbed","lobber","lobbers","lobbied","lobbies","lobbing","lobby","lobbyer","lobbyers","lobbygow","lobbygows","lobbying","lobbyings","lobbyism","lobbyisms","lobbyist","lobbyists","lobe","lobectomies","lobectomy","lobed","lobefin","lobefins","lobeless","lobelet","lobelets","lobelia","lobelias","lobeline","lobelines","lobes","lobi","lobing","lobings","lobiped","loblollies","loblolly","lobo","lobola","lobolas","lobolo","lobolos","lobos","lobose","lobotomies","lobotomise","lobotomised","lobotomises","lobotomising","lobotomize","lobotomized","lobotomizes","lobotomizing","lobotomy","lobs","lobscouse","lobscouses","lobster","lobstered","lobsterer","lobsterers","lobstering","lobsterings","lobsterlike","lobsterman","lobstermen","lobsters","lobstick","lobsticks","lobular","lobularly","lobulate","lobulated","lobulation","lobulations","lobule","lobules","lobuli","lobulose","lobulus","lobus","lobworm","lobworms","loca","local","locale","locales","localisability","localisable","localisation","localisations","localise","localised","localiser","localisers","localises","localising","localism","localisms","localist","localistic","localists","localite","localites","localities","locality","localizabilities","localizability","localizable","localization","localizations","localize","localized","localizer","localizers","localizes","localizing","locally","localness","localnesses","locals","locatable","locate","locateable","located","locater","locaters","locates","locating","location","locational","locationally","locations","locative","locatives","locator","locators","locellate","loch","lochan","lochans","lochia","lochial","lochs","loci","lock","lockable","lockage","lockages","lockaway","lockaways","lockbox","lockboxes","lockdown","lockdowns","locked","locker","lockers","locket","lockets","lockfast","lockful","lockfuls","lockhouse","lockhouses","locking","lockings","lockjaw","lockjaws","lockkeeper","lockkeepers","lockless","lockmaker","lockmakers","lockman","lockmen","locknut","locknuts","lockout","lockouts","lockpick","lockpicks","lockram","lockrams","locks","lockset","locksets","locksman","locksmen","locksmith","locksmitheries","locksmithery","locksmithing","locksmithings","locksmiths","lockstep","locksteps","lockstitch","lockstitched","lockstitches","lockstitching","lockup","lockups","loco","locoed","locoes","locofoco","locofocos","locoing","locoism","locoisms","locoman","locomen","locomobile","locomobiles","locomobilities","locomobility","locomote","locomoted","locomotes","locomoting","locomotion","locomotions","locomotive","locomotively","locomotiveness","locomotives","locomotivities","locomotivity","locomotor","locomotors","locomotory","locoplant","locoplants","locorestive","locos","locoweed","locoweeds","loculament","loculaments","locular","loculate","loculated","loculation","loculations","locule","loculed","locules","loculi","loculicidal","loculus","locum","locums","locuplete","locus","locust","locusta","locustae","locustal","locusted","locusting","locusts","locution","locutionary","locutions","locutories","locutory","lod","lode","loden","lodens","lodes","lodesman","lodesmen","lodestar","lodestars","lodestone","lodestones","lodge","lodgeable","lodged","lodgement","lodgements","lodgepole","lodgepoles","lodger","lodgers","lodges","lodging","lodgings","lodgment","lodgments","lodicula","lodiculae","lodicule","lodicules","lods","loerie","loeries","loess","loessal","loesses","loessial","loessic","loft","lofted","lofter","lofters","loftier","loftiest","loftily","loftiness","loftinesses","lofting","loftless","loftlike","lofts","loftsman","loftsmen","lofty","log","logagraphia","logagraphias","logan","loganberries","loganberry","logania","loganiaceous","loganias","logans","logaoedic","logaoedics","logarithm","logarithmic","logarithmical","logarithmically","logarithms","logboard","logboards","logbook","logbooks","loge","loges","loggat","loggats","logged","logger","loggerhead","loggerheaded","loggerheads","loggers","loggets","loggia","loggias","loggie","loggier","loggiest","logging","loggings","loggish","loggy","logia","logic","logical","logicalities","logicality","logically","logicalness","logicalnesses","logician","logicians","logicise","logicised","logicises","logicising","logicism","logicisms","logicist","logicists","logicize","logicized","logicizes","logicizing","logicless","logics","logie","logier","logies","logiest","logily","login","loginess","loginesses","logins","logion","logions","logistic","logistical","logistically","logistician","logisticians","logistics","logjam","logjammed","logjamming","logjams","logjuice","logjuices","logline","loglines","loglog","loglogs","lognormal","lognormalities","lognormality","lognormally","logo","logodaedalic","logodaedalies","logodaedalus","logodaedaluses","logodaedaly","logoff","logoffs","logogram","logogrammatic","logograms","logograph","logographer","logographers","logographic","logographical","logographically","logographies","logographs","logography","logogriph","logogriphic","logogriphs","logoi","logomach","logomachies","logomachist","logomachists","logomachs","logomachy","logon","logons","logopaedic","logopaedics","logopedic","logopedics","logophile","logophiles","logorrhea","logorrheas","logorrheic","logorrhoea","logorrhoeas","logos","logothete","logothetes","logotype","logotypes","logotypies","logotypy","logout","logouts","logroll","logrolled","logroller","logrollers","logrolling","logrollings","logrolls","logs","logway","logways","logwood","logwoods","logy","lohan","lohans","loid","loided","loiding","loids","loin","loincloth","loincloths","loins","loipe","loipen","loir","loirs","loiter","loitered","loiterer","loiterers","loitering","loiteringly","loiterings","loiters","loke","lokes","lokshen","loligo","loligos","lolium","loliums","loll","lollapalooza","lollapaloozas","lolled","loller","lollers","lollies","lolling","lollingly","lollipop","lollipops","lollop","lolloped","lolloping","lollops","lollopy","lolls","lolly","lollygag","lollygagged","lollygagging","lollygags","lollypop","lollypops","lolog","lologs","loma","lomas","lomata","lome","lomed","lomein","lomeins","loment","lomenta","lomentaceous","loments","lomentum","lomentums","lomes","loming","lompish","lone","lonelier","loneliest","lonelily","loneliness","lonelinesses","lonely","loneness","lonenesses","loner","loners","lonesome","lonesomely","lonesomeness","lonesomenesses","lonesomes","long","longa","longaeval","longaevous","longan","longanimities","longanimity","longanimous","longans","longas","longboard","longboards","longboat","longboats","longbow","longbowman","longbowmen","longbows","longcase","longcloth","longcloths","longe","longed","longeing","longer","longeron","longerons","longers","longes","longest","longeval","longevities","longevity","longevous","longhair","longhaired","longhairs","longhand","longhands","longhead","longheaded","longheadedness","longheadednesses","longheads","longhorn","longhorns","longhouse","longhouses","longicaudate","longicorn","longicorns","longies","longing","longingly","longings","longinquities","longinquity","longipennate","longirostral","longish","longitude","longitudes","longitudinal","longitudinally","longjump","longjumped","longjumping","longjumps","longleaf","longleaves","longline","longlines","longlist","longlisted","longlisting","longlists","longly","longneck","longnecks","longness","longnesses","longprimer","longprimers","longs","longship","longships","longshore","longshoreman","longshoremen","longshoring","longshorings","longsighted","longsightedness","longsightednesses","longsome","longsomely","longsomeness","longsomenesses","longspur","longspurs","longtime","longueur","longueurs","longwall","longwalls","longways","longwearing","longwise","longworm","longworms","lonicera","loniceras","loo","loobier","loobies","loobiest","loobily","looby","looed","looey","looeys","loof","loofa","loofah","loofahs","loofas","loofful","looffuls","loofs","looie","looies","looing","look","lookalike","lookalikes","lookdown","lookdowns","looked","looker","lookers","looking","lookism","lookisms","lookist","lookists","lookout","lookouts","lookover","lookovers","looks","looksism","looksisms","lookup","lookups","loom","loomed","looming","looms","loon","looney","looneys","loonie","loonier","loonies","looniest","loonily","looniness","looninesses","looning","loonings","loons","loony","loop","looped","looper","loopers","loophole","loopholed","loopholes","loopholing","loopier","loopiest","loopily","loopiness","loopinesses","looping","loopings","loops","loopy","loor","loord","loords","loos","loose","loosebox","looseboxes","loosed","loosely","loosen","loosened","loosener","looseners","looseness","loosenesses","loosening","loosens","looser","looses","loosest","loosestrife","loosestrifes","loosie","loosies","loosing","loosings","loot","looted","looten","looter","looters","looting","lootings","loots","looves","looyenwork","looyenworks","lop","lope","loped","loper","lopers","lopes","lopgrass","lopgrasses","lophobranch","lophobranchiate","lophobranchs","lophodont","lophophorate","lophophore","lophophores","loping","lopolith","lopoliths","lopped","lopper","loppered","loppering","loppers","loppier","loppies","loppiest","lopping","loppings","loppy","lops","lopsided","lopsidedly","lopsidedness","lopsidednesses","lopstick","lopsticks","loquacious","loquaciously","loquaciousness","loquaciousnesses","loquacities","loquacity","loquat","loquats","loquitur","lor","loral","loran","lorans","lorate","lorazepam","lorazepams","lorcha","lorchas","lord","lorded","lording","lordings","lordkin","lordkins","lordless","lordlier","lordliest","lordlike","lordliness","lordlinesses","lordling","lordlings","lordly","lordolatries","lordolatry","lordoma","lordomas","lordoses","lordosis","lordotic","lords","lordship","lordships","lordy","lore","loreal","lorel","lorels","lores","lorette","lorettes","lorgnette","lorgnettes","lorgnon","lorgnons","loric","lorica","loricae","loricate","loricated","loricates","loricating","lorication","lorications","lorics","lories","lorikeet","lorikeets","lorimer","lorimers","loriner","loriners","loring","lorings","loriot","loriots","loris","lorises","lorn","lornness","lornnesses","lorrell","lorrells","lorries","lorry","lory","los","losable","losableness","losablenesses","lose","losed","losel","losels","losen","loser","losers","loses","losh","losing","losingly","losings","loslyf","loslyfs","loss","losses","lossier","lossiest","lossless","lossmaker","lossmakers","lossmaking","lossy","lost","lostness","lostnesses","lot","lota","lotah","lotahs","lotas","lote","lotes","loth","lothario","lotharios","lothefull","lother","lothest","lothfull","lothness","lothnesses","lothsome","loti","lotic","lotion","lotions","loto","lotos","lotoses","lots","lotte","lotted","lotter","lotteries","lotters","lottery","lottes","lotting","lotto","lottos","lotus","lotuses","lotusland","lotuslands","lou","louche","louchely","loucher","louchest","loud","louden","loudened","loudening","loudens","louder","loudest","loudhailer","loudhailers","loudish","loudlier","loudliest","loudly","loudmouth","loudmouthed","loudmouths","loudness","loudnesses","loudspeaker","loudspeakers","loued","lough","loughs","louie","louies","louing","louis","louma","loumas","loun","lound","lounded","lounder","loundered","loundering","lounderings","lounders","lounding","lounds","louned","lounge","lounged","lounger","loungers","lounges","loungewear","loungewears","loungey","loungier","loungiest","lounging","loungingly","loungings","loungy","louning","louns","loup","loupe","louped","loupen","loupes","louping","loupit","loups","lour","loure","loured","loures","lourie","lourier","louries","louriest","louring","louringly","lourings","lours","loury","lous","louse","loused","louser","lousers","louses","lousewort","louseworts","lousier","lousiest","lousily","lousiness","lousinesses","lousing","lousy","lout","louted","louting","loutish","loutishly","loutishness","loutishnesses","louts","louvar","louvars","louver","louvered","louvers","louvre","louvred","louvres","lovabilities","lovability","lovable","lovableness","lovablenesses","lovably","lovage","lovages","lovastatin","lovastatins","lovat","lovats","love","loveabilities","loveability","loveable","loveableness","loveablenesses","loveably","lovebird","lovebirds","lovebite","lovebites","lovebug","lovebugs","loved","lovefest","lovefests","loveless","lovelessly","lovelessness","lovelessnesses","lovelier","lovelies","loveliest","lovelight","lovelights","lovelihead","loveliheads","lovelily","loveliness","lovelinesses","lovelock","lovelocks","lovelorn","lovelornness","lovelornnesses","lovely","lovemaker","lovemakers","lovemaking","lovemakings","lover","lovered","loverless","loverly","lovers","loves","loveseat","loveseats","lovesick","lovesickness","lovesicknesses","lovesome","lovestruck","lovevine","lovevines","loveworthy","lovey","loveys","loving","lovingly","lovingness","lovingnesses","lovings","low","lowan","lowans","lowball","lowballed","lowballing","lowballings","lowballs","lowborn","lowboy","lowboys","lowbred","lowbrow","lowbrowed","lowbrowism","lowbrowisms","lowbrows","lowdown","lowdowns","lowe","lowed","lower","lowerable","lowercase","lowercased","lowercases","lowercasing","lowerclassman","lowerclassmen","lowered","lowerier","loweriest","lowering","loweringly","lowerings","lowermost","lowers","lowery","lowes","lowest","lowing","lowings","lowish","lowland","lowlander","lowlanders","lowlands","lowlier","lowliest","lowlife","lowlifer","lowlifers","lowlifes","lowlight","lowlighted","lowlighting","lowlights","lowlihead","lowliheads","lowlily","lowliness","lowlinesses","lowlives","lowly","lown","lownd","lownded","lownding","lownds","lowne","lowned","lownes","lowness","lownesses","lowning","lowns","lowp","lowped","lowping","lowps","lowrider","lowriders","lowrie","lowries","lowry","lows","lowse","lowsed","lowsening","lowsenings","lowser","lowses","lowsest","lowsing","lowsit","lowt","lowted","lowting","lowts","lowveld","lowvelds","lox","loxed","loxes","loxing","loxodrome","loxodromes","loxodromic","loxodromical","loxodromically","loxodromics","loxodromies","loxodromy","loxygen","loxygens","loy","loyal","loyaler","loyalest","loyalism","loyalisms","loyalist","loyalists","loyaller","loyallest","loyally","loyalness","loyalnesses","loyalties","loyalty","loys","lozell","lozells","lozen","lozenge","lozenged","lozenges","lozengy","lozens","luach","luau","luaus","lubbard","lubbards","lubber","lubberliness","lubberlinesses","lubberly","lubbers","lube","lubed","lubes","lubfish","lubfishes","lubing","lubra","lubras","lubric","lubrical","lubricant","lubricants","lubricate","lubricated","lubricates","lubricating","lubrication","lubricational","lubrications","lubricative","lubricator","lubricators","lubricious","lubriciously","lubricities","lubricity","lubricous","lubricously","lubritoria","lubritorium","lubritoriums","lucarne","lucarnes","luce","lucence","lucences","lucencies","lucency","lucent","lucently","lucern","lucerne","lucernes","lucerns","luces","luchot","luchoth","lucid","lucider","lucidest","lucidities","lucidity","lucidly","lucidness","lucidnesses","lucifer","luciferase","luciferases","luciferin","luciferins","luciferous","lucifers","lucifugous","lucigen","lucigens","lucite","lucites","luck","lucked","lucken","luckenbooth","luckenbooths","luckengowan","luckengowans","luckie","luckier","luckies","luckiest","luckily","luckiness","luckinesses","lucking","luckless","lucklessly","lucklessness","lucklessnesses","luckpennies","luckpenny","lucks","lucky","lucrative","lucratively","lucrativeness","lucrativenesses","lucre","lucres","luctation","luctations","lucubrate","lucubrated","lucubrates","lucubrating","lucubration","lucubrations","lucubrator","lucubrators","luculent","luculently","lucuma","lucumas","lucumo","lucumones","lucumos","lud","lude","luderick","ludericks","ludes","ludic","ludically","ludicrous","ludicrously","ludicrousness","ludicrousnesses","ludo","ludos","luds","ludship","ludships","lues","luetic","luetically","luetics","luff","luffa","luffas","luffed","luffing","luffs","luftmensch","luftmenschen","lug","luge","luged","lugeing","lugeings","luger","lugers","luges","luggable","luggables","luggage","luggages","lugged","lugger","luggers","luggie","luggies","lugging","lughole","lugholes","luging","lugings","lugs","lugsail","lugsails","lugubrious","lugubriously","lugubriousness","lugubriousnesses","lugworm","lugworms","luit","luiten","luke","lukewarm","lukewarmish","lukewarmly","lukewarmness","lukewarmnesses","lukewarmth","lukewarmths","lulibub","lulibubs","lull","lullabied","lullabies","lullaby","lullabying","lulled","luller","lullers","lulling","lulls","lulu","lulus","lum","luma","lumas","lumbaginous","lumbago","lumbagos","lumbang","lumbangs","lumbar","lumbars","lumber","lumbered","lumberer","lumberers","lumbering","lumberingly","lumberingness","lumberingnesses","lumberings","lumberjack","lumberjacket","lumberjackets","lumberjacks","lumberly","lumberman","lumbermen","lumbers","lumbersome","lumbersomeness","lumberyard","lumberyards","lumbosacral","lumbrical","lumbricales","lumbricalis","lumbricalises","lumbricals","lumbrici","lumbriciform","lumbricoid","lumbricus","lumbricuses","lumen","lumenal","lumens","lumina","luminaire","luminaires","luminal","luminance","luminances","luminant","luminants","luminaria","luminarias","luminaries","luminarism","luminarisms","luminarist","luminarists","luminary","lumination","luminations","lumine","lumined","lumines","luminesce","luminesced","luminescence","luminescences","luminescent","luminesces","luminescing","luminiferous","lumining","luminism","luminisms","luminist","luminists","luminosities","luminosity","luminous","luminously","luminousness","luminousnesses","lumisterol","lumisterols","lumme","lummier","lummiest","lummox","lummoxes","lummy","lump","lumpectomies","lumpectomy","lumped","lumpen","lumpenly","lumpenproletariat","lumpenproletariats","lumpens","lumper","lumpers","lumpfish","lumpfishes","lumpier","lumpiest","lumpily","lumpiness","lumpinesses","lumping","lumpingly","lumpish","lumpishly","lumpishness","lumpishnesses","lumpkin","lumpkins","lumps","lumpsucker","lumpsuckers","lumpy","lums","luna","lunacies","lunacy","lunanaut","lunanauts","lunar","lunarian","lunarians","lunaries","lunarist","lunarists","lunarnaut","lunarnauts","lunars","lunary","lunas","lunate","lunated","lunately","lunates","lunatic","lunatical","lunatically","lunatics","lunation","lunations","lunch","lunchbox","lunchboxes","lunched","luncheon","luncheoned","luncheonette","luncheonettes","luncheoning","luncheons","luncher","lunchers","lunches","lunching","lunchmeat","lunchmeats","lunchroom","lunchrooms","lunchtime","lunchtimes","lune","lunes","lunet","lunets","lunette","lunettes","lung","lungan","lungans","lunge","lunged","lungee","lungees","lungeing","lunger","lungers","lunges","lungfish","lungfishes","lungful","lungfuls","lungi","lungie","lungies","lunging","lungis","lungless","lungs","lungworm","lungworms","lungwort","lungworts","lungyi","lungyis","lunier","lunies","luniest","luniness","luninesses","lunisolar","lunitidal","lunk","lunker","lunkers","lunkhead","lunkheaded","lunkheads","lunks","lunt","lunted","lunting","lunts","lunula","lunulae","lunular","lunulate","lunulated","lunule","lunules","luny","lunyie","lunyies","lupanar","lupanars","lupin","lupine","lupines","lupins","lupoid","lupous","luppen","lupulin","lupuline","lupulinic","lupulins","lupus","lupuses","lur","lurch","lurched","lurcher","lurchers","lurches","lurching","lurdan","lurdane","lurdanes","lurdans","lurden","lurdens","lure","lured","lurer","lurers","lures","lurex","lurexes","lurgi","lurgies","lurgis","lurgy","lurid","lurider","luridest","luridly","luridness","luridnesses","luring","luringly","lurings","lurk","lurked","lurker","lurkers","lurking","lurkingly","lurkings","lurks","lurries","lurry","lurs","lurve","lurves","luscious","lusciously","lusciousness","lusciousnesses","luser","lusers","lush","lushed","lusher","lushers","lushes","lushest","lushier","lushiest","lushing","lushly","lushness","lushnesses","lushy","lusk","lusked","lusking","luskish","luskishness","luskishnesses","lusks","lust","lusted","luster","lustered","lustering","lusterless","lusters","lusterware","lusterwares","lustful","lustfully","lustfulness","lustfulnesses","lustick","lustier","lustiest","lustihead","lustiheads","lustihood","lustihoods","lustily","lustiness","lustinesses","lusting","lustique","lustless","lustra","lustral","lustrate","lustrated","lustrates","lustrating","lustration","lustrations","lustrative","lustre","lustred","lustreless","lustres","lustreware","lustrewares","lustrine","lustrines","lustring","lustrings","lustrous","lustrously","lustrousness","lustrousnesses","lustrum","lustrums","lusts","lusty","lusus","lususes","lutanist","lutanists","lute","lutea","luteal","lutecium","luteciums","luted","lutefisk","lutefisks","lutein","luteinisation","luteinisations","luteinise","luteinised","luteinises","luteinising","luteinization","luteinizations","luteinize","luteinized","luteinizes","luteinizing","luteins","lutenist","lutenists","luteolin","luteolins","luteolous","luteotrophic","luteotrophin","luteotrophins","luteotropic","luteotropin","luteotropins","luteous","luter","luters","lutes","lutescent","lutestring","lutestrings","lutetium","lutetiums","luteum","lutfisk","lutfisks","luthern","lutherns","luthier","luthiers","luting","lutings","lutist","lutists","lutite","lutites","lutten","lutz","lutzes","luv","luvs","luvvie","luvviedom","luvviedoms","luvvies","luvvy","lux","luxate","luxated","luxates","luxating","luxation","luxations","luxe","luxes","luxmeter","luxmeters","luxulianite","luxulianites","luxullianite","luxullianites","luxulyanite","luxulyanites","luxuriance","luxuriances","luxuriancies","luxuriancy","luxuriant","luxuriantly","luxuriate","luxuriated","luxuriates","luxuriating","luxuriation","luxuriations","luxuries","luxurious","luxuriously","luxuriousness","luxuriousnesses","luxurist","luxurists","luxury","luz","luzern","luzerns","luzzes","lwei","lweis","lyam","lyams","lyard","lyart","lyase","lyases","lycaenid","lycaenids","lycanthrope","lycanthropes","lycanthropic","lycanthropies","lycanthropist","lycanthropists","lycanthropy","lycea","lycee","lycees","lyceum","lyceums","lych","lychee","lychees","lyches","lychgate","lychgates","lychnis","lychnises","lychnoscope","lychnoscopes","lycopene","lycopenes","lycopod","lycopodium","lycopodiums","lycopods","lycra","lycras","lyddite","lyddites","lye","lyes","lyfull","lying","lyingly","lyings","lykewake","lykewakes","lykewalk","lykewalks","lym","lyme","lymes","lymiter","lymiters","lymph","lymphad","lymphadenitis","lymphadenitises","lymphadenopathies","lymphadenopathy","lymphads","lymphangial","lymphangiogram","lymphangiograms","lymphangiographic","lymphangiographies","lymphangiography","lymphangitic","lymphangitides","lymphangitis","lymphangitises","lymphatic","lymphatically","lymphatics","lymphoadenoma","lymphoadenomas","lymphoadenomata","lymphoblast","lymphoblastic","lymphoblasts","lymphocyte","lymphocytes","lymphocytic","lymphocytopenia","lymphocytoses","lymphocytosis","lymphocytosises","lymphocytotic","lymphogram","lymphograms","lymphogranuloma","lymphogranulomas","lymphogranulomata","lymphogranulomatoses","lymphogranulomatosis","lymphographic","lymphographies","lymphography","lymphoid","lymphokine","lymphokines","lymphoma","lymphomas","lymphomata","lymphomatoid","lymphomatoses","lymphomatosis","lymphomatous","lymphopenia","lymphopenias","lymphopoieses","lymphopoiesis","lymphopoietic","lymphosarcoma","lymphosarcomas","lymphosarcomata","lymphotrophic","lymphs","lyms","lynage","lynages","lyncean","lynch","lynched","lyncher","lynchers","lynches","lynchet","lynchets","lynching","lynchings","lynchpin","lynchpins","lyne","lynes","lynx","lynxes","lynxlike","lyolyses","lyolysis","lyomerous","lyonnaise","lyophil","lyophile","lyophiled","lyophilic","lyophilisation","lyophilisations","lyophilise","lyophilised","lyophiliser","lyophilisers","lyophilises","lyophilising","lyophilization","lyophilizations","lyophilize","lyophilized","lyophilizer","lyophilizers","lyophilizes","lyophilizing","lyophobe","lyophobic","lyosorption","lyosorptions","lyra","lyrate","lyrated","lyrately","lyre","lyrebird","lyrebirds","lyres","lyric","lyrical","lyrically","lyricalness","lyricalnesses","lyricise","lyricised","lyricises","lyricising","lyricism","lyricisms","lyricist","lyricists","lyricize","lyricized","lyricizes","lyricizing","lyricon","lyricons","lyrics","lyriform","lyrism","lyrisms","lyrist","lyrists","lysate","lysates","lyse","lysed","lysergic","lysergide","lysergides","lyses","lysigenetic","lysigenic","lysigenous","lysimeter","lysimeters","lysimetric","lysin","lysine","lysines","lysing","lysins","lysis","lysogen","lysogenic","lysogenicities","lysogenicity","lysogenies","lysogenisation","lysogenisations","lysogenise","lysogenised","lysogenises","lysogenising","lysogenization","lysogenizations","lysogenize","lysogenized","lysogenizes","lysogenizing","lysogens","lysogeny","lysol","lysolecithin","lysolecithins","lysols","lysosomal","lysosome","lysosomes","lysozyme","lysozymes","lyssa","lyssas","lyte","lyted","lytes","lythe","lythes","lythraceous","lytic","lytically","lyting","lytta","lyttae","lyttas","ma","maa","maaed","maaing","maar","maare","maars","maas","maases","maatjes","mabe","mabela","mabelas","mabes","mac","macaber","macaberesque","macabre","macabrely","macaco","macacos","macadam","macadamia","macadamias","macadamisation","macadamisations","macadamise","macadamised","macadamiser","macadamisers","macadamises","macadamising","macadamization","macadamizations","macadamize","macadamized","macadamizer","macadamizers","macadamizes","macadamizing","macadams","macahuba","macahubas","macallum","macallums","macaque","macaques","macarise","macarised","macarises","macarising","macarism","macarisms","macarize","macarized","macarizes","macarizing","macaroni","macaronic","macaronically","macaronics","macaronies","macaronis","macaroon","macaroons","macassar","macassars","macaw","macaws","maccabaw","maccabaws","maccaboy","maccaboys","maccaroni","maccaronies","maccaronis","maccheroncini","maccheroncinis","macchia","macchiato","macchiatos","macchie","maccoboy","maccoboys","mace","macebearer","macebearers","maced","macedoine","macedoines","macer","maceral","macerals","maceranduba","macerandubas","macerate","macerated","macerater","maceraters","macerates","macerating","maceration","macerations","macerative","macerator","macerators","macers","maces","mach","machair","machairodont","machairodonts","machairs","machan","machans","mache","macher","machers","maches","machete","machetes","machi","machiavelian","machiavelians","machiavellian","machiavellians","machicolate","machicolated","machicolates","machicolating","machicolation","machicolations","machinabilities","machinability","machinable","machinate","machinated","machinates","machinating","machination","machinations","machinator","machinators","machine","machineabilities","machineability","machineable","machined","machinegun","machinegunned","machinegunning","machineguns","machineless","machinelike","machineman","machinemen","machineries","machinery","machines","machinima","machinimas","machining","machinings","machinist","machinists","machismo","machismos","machmeter","machmeters","macho","machoism","machoisms","machos","machree","machrees","machs","machtpolitik","machtpolitiks","machzor","machzorim","machzors","macing","macintosh","macintoshes","mack","mackerel","mackerels","mackinaw","mackinaws","mackintosh","mackintoshes","mackle","mackled","mackles","mackling","macks","macle","macled","macles","macon","maconochie","maconochies","macons","macoya","macoyas","macrame","macrames","macrami","macramis","macrencephalia","macrencephalias","macrencephalies","macrencephaly","macro","macroaggregate","macroaggregated","macroaggregates","macrobian","macrobiota","macrobiote","macrobiotes","macrobiotic","macrobiotics","macrocarpa","macrocarpas","macrocephalia","macrocephalias","macrocephalic","macrocephalies","macrocephalous","macrocephaly","macroclimate","macroclimates","macroclimatic","macrocode","macrocodes","macrocopies","macrocopy","macrocosm","macrocosmic","macrocosmically","macrocosms","macrocycle","macrocycles","macrocyclic","macrocyst","macrocysts","macrocyte","macrocytes","macrocytic","macrocytoses","macrocytosis","macrodactyl","macrodactylic","macrodactylies","macrodactylous","macrodactyly","macrodiagonal","macrodiagonals","macrodome","macrodomes","macrodont","macroeconomic","macroeconomics","macroevolution","macroevolutionary","macroevolutions","macrofauna","macrofaunae","macrofaunas","macroflora","macroflorae","macrofloras","macrofossil","macrofossils","macrogamete","macrogametes","macroglia","macroglias","macroglobulin","macroglobulinemia","macroglobulinemias","macroglobulinemic","macroglobulins","macrograph","macrographic","macrographs","macroinstruction","macroinstructions","macrolepidoptera","macrolide","macrolides","macrologies","macrology","macromere","macromeres","macromole","macromolecular","macromolecule","macromolecules","macromoles","macron","macrons","macronuclear","macronuclei","macronucleus","macronucleuses","macronutrient","macronutrients","macrophage","macrophages","macrophagic","macrophagous","macrophotograph","macrophotographies","macrophotographs","macrophotography","macrophyla","macrophylum","macrophysics","macrophyte","macrophytes","macrophytic","macropinakoid","macropinakoids","macropod","macropods","macroprism","macroprisms","macropsia","macropsias","macropterous","macros","macroscale","macroscales","macroscopic","macroscopically","macrosociology","macrosporangia","macrosporangium","macrospore","macrospores","macrostructural","macrostructure","macrostructures","macrotous","macrozamia","macrozamias","macrural","macruran","macrurans","macruroid","macrurous","macs","mactation","mactations","macula","maculae","macular","maculas","maculate","maculated","maculates","maculating","maculation","maculations","maculature","maculatures","macule","maculed","macules","maculing","maculose","macumba","macumbas","mad","madafu","madafus","madam","madame","madamed","madames","madaming","madams","madaroses","madarosis","madbrain","madbrained","madcap","madcaps","madded","madden","maddened","maddening","maddeningly","maddeningness","maddeningnesses","maddens","madder","madders","maddest","madding","maddingly","maddish","maddock","maddocks","made","madefaction","madefactions","madefied","madefies","madefy","madefying","madeira","madeiras","madeleine","madeleines","mademoiselle","mademoiselles","maderisation","maderisations","maderise","maderised","maderises","maderising","maderization","maderizations","maderize","maderized","maderizes","maderizing","madge","madges","madhouse","madhouses","madid","madison","madisons","madling","madlings","madly","madman","madmen","madness","madnesses","madonna","madonnaish","madonnas","madonnawise","madoqua","madoquas","madras","madrasa","madrasah","madrasahs","madrasas","madrases","madrassa","madrassah","madrassahs","madrassas","madre","madreporal","madrepore","madrepores","madreporian","madreporians","madreporic","madreporite","madreporites","madreporitic","madres","madrigal","madrigalesque","madrigalian","madrigalist","madrigalists","madrigals","madrilene","madrilenes","madrona","madronas","madrone","madrones","madrono","madronos","mads","madtom","madtoms","maduro","maduros","madwoman","madwomen","madwort","madworts","madzoon","madzoons","mae","maelid","maelids","maelstrom","maelstroms","maenad","maenades","maenadic","maenadically","maenadism","maenadisms","maenads","maerl","maerls","maes","maestoso","maestosos","maestri","maestro","maestros","maffia","maffias","maffick","mafficked","mafficker","maffickers","mafficking","maffickings","mafficks","maffled","mafflin","maffling","mafflings","mafflins","mafia","mafias","mafic","mafics","mafiosi","mafioso","mafiosos","mafted","maftir","maftirs","mag","magainin","magainins","magalog","magalogs","magalogue","magalogues","magazine","magazines","magazinist","magazinists","magdalen","magdalene","magdalenes","magdalens","mage","magenta","magentas","mages","mageship","mageships","magg","magged","maggie","maggies","magging","maggot","maggotier","maggotiest","maggotoria","maggotorium","maggots","maggoty","maggs","magi","magian","magianism","magianisms","magians","magic","magical","magically","magician","magicians","magicked","magicking","magics","magilp","magilps","magism","magisms","magister","magisterial","magisterially","magisterialness","magisteries","magisterium","magisteriums","magisters","magistery","magistracies","magistracy","magistral","magistralities","magistrality","magistrally","magistrals","magistrand","magistrands","magistrate","magistrates","magistrateship","magistrateships","magistratic","magistratical","magistratically","magistrature","magistratures","maglev","maglevs","magma","magmas","magmata","magmatic","magmatism","magmatisms","magnalium","magnaliums","magnanimities","magnanimity","magnanimous","magnanimously","magnanimousness","magnanimousnesses","magnate","magnates","magnateship","magnateships","magnes","magneses","magnesia","magnesial","magnesian","magnesias","magnesic","magnesite","magnesites","magnesium","magnesiums","magnesstone","magnesstones","magnet","magnetar","magnetars","magnetic","magnetical","magnetically","magnetician","magneticians","magnetics","magnetisable","magnetisation","magnetisations","magnetise","magnetised","magnetiser","magnetisers","magnetises","magnetising","magnetism","magnetisms","magnetist","magnetists","magnetite","magnetites","magnetitic","magnetizable","magnetization","magnetizations","magnetize","magnetized","magnetizer","magnetizers","magnetizes","magnetizing","magneto","magnetochemical","magnetoelectric","magnetofluiddynamics","magnetograph","magnetographs","magnetohydrodynamic","magnetohydrodynamics","magnetometer","magnetometers","magnetometric","magnetometries","magnetometry","magnetomotive","magneton","magnetons","magnetopause","magnetopauses","magnetoresistance","magnetoresistances","magnetos","magnetosphere","magnetospheres","magnetospheric","magnetostatic","magnetostatics","magnetostriction","magnetostrictions","magnetostrictive","magnetostrictively","magnetron","magnetrons","magnets","magnifiable","magnific","magnifical","magnifically","magnificat","magnification","magnifications","magnificats","magnificence","magnificences","magnificent","magnificently","magnificentness","magnifico","magnificoes","magnificos","magnified","magnifier","magnifiers","magnifies","magnify","magnifying","magniloquence","magniloquences","magniloquent","magniloquently","magnitude","magnitudes","magnitudinous","magnolia","magnoliaceous","magnolias","magnon","magnons","magnox","magnoxes","magnum","magnums","magnus","magot","magots","magpie","magpies","mags","magsman","magsmen","maguey","magueys","magus","magyar","maha","maharaja","maharajah","maharajahs","maharajas","maharanee","maharanees","maharani","maharanis","maharishi","maharishis","mahatma","mahatmaism","mahatmaisms","mahatmas","mahewu","mahewus","mahimahi","mahimahis","mahjong","mahjongg","mahjonggs","mahjongs","mahlstick","mahlsticks","mahmal","mahmals","mahoe","mahoes","mahoganies","mahogany","mahonia","mahonias","mahout","mahouts","mahseer","mahseers","mahsir","mahsirs","mahua","mahuang","mahuangs","mahuas","mahwa","mahwas","mahzor","mahzorim","mahzors","maiasaur","maiasaura","maiasauras","maiasaurs","maid","maidan","maidans","maided","maiden","maidenhair","maidenhairs","maidenhead","maidenheads","maidenhood","maidenhoods","maidenish","maidenlike","maidenliness","maidenlinesses","maidenly","maidens","maidenweed","maidenweeds","maidhood","maidhoods","maiding","maidish","maidishness","maidishnesses","maidism","maidisms","maidless","maids","maidservant","maidservants","maieutic","maieutical","maieutics","maigre","maigres","maihem","maihems","maik","maiko","maikos","maiks","mail","mailabilities","mailability","mailable","mailbag","mailbags","mailbox","mailboxes","mailcar","mailcars","mailcoach","mailcoaches","maile","mailed","mailer","mailers","mailes","mailgram","mailgrammed","mailgramming","mailgrams","mailing","mailings","maill","mailless","maillot","maillots","maills","mailman","mailmen","mailmerge","mailmerged","mailmerges","mailmerging","mailpouch","mailpouches","mailroom","mailrooms","mails","mailsack","mailsacks","mailshot","mailshots","mailshotted","mailshotting","mailvan","mailvans","maim","maimed","maimedness","maimednesses","maimer","maimers","maiming","maimings","maims","main","mainboom","mainbooms","mainbrace","mainbraces","maindoor","maindoors","mained","mainer","mainest","mainframe","mainframes","maining","mainland","mainlander","mainlanders","mainlands","mainline","mainlined","mainliner","mainliners","mainlines","mainlining","mainlinings","mainly","mainmast","mainmasts","mainor","mainors","mainour","mainours","mainpernor","mainpernors","mainprise","mainprises","mains","mainsail","mainsails","mainsheet","mainsheets","mainspring","mainsprings","mainstay","mainstays","mainstream","mainstreamed","mainstreaming","mainstreamings","mainstreams","mainstreeting","mainstreetings","maintain","maintainabilities","maintainability","maintainable","maintained","maintainer","maintainers","maintaining","maintains","maintenance","maintenanced","maintenances","maintenancing","maintop","maintopmast","maintopmasts","maintops","maintopsail","maintopsails","mainyard","mainyards","maiolica","maiolicas","mair","maire","mairehau","mairehaus","maires","mairs","maise","maises","maisonette","maisonettes","maisonnette","maisonnettes","maist","maister","maisterdome","maisterdomes","maistered","maistering","maisters","maistries","maistring","maistrings","maistry","maists","maize","maizes","majagua","majaguas","majestic","majestical","majestically","majesticalness","majesticness","majesticnesses","majesties","majesty","majlis","majlises","majolica","majolicas","majolicaware","majolicawares","major","majorat","majorats","majordomo","majordomos","majored","majorette","majorettes","majoretting","majorettings","majoring","majoritaire","majoritaires","majoritarian","majoritarianism","majoritarianisms","majoritarians","majorities","majority","majorly","majors","majorship","majorships","majuscular","majuscule","majuscules","mak","makable","makar","makars","make","makeable","makebate","makebates","makefast","makefasts","makeless","makeover","makeovers","maker","makereadies","makeready","makers","makes","makeshift","makeshifts","makeup","makeups","makeweight","makeweights","maki","makimono","makimonos","making","makings","makis","mako","makos","maks","makunouchi","makunouchis","makuta","makutu","makutued","makutuing","makutus","mal","mala","malabsorption","malabsorptions","malacca","malaccas","malachite","malachites","malacia","malacias","malacological","malacologies","malacologist","malacologists","malacology","malacophilies","malacophilous","malacophily","malacophyllous","malacopterygian","malacostracan","malacostracans","malacostracous","maladaptation","maladaptations","maladapted","maladaptive","maladaptively","maladdress","maladdresses","maladies","maladjusted","maladjustive","maladjustment","maladjustments","maladminister","maladministered","maladministering","maladministers","maladministration","maladministrations","maladroit","maladroitly","maladroitness","maladroitnesses","maladroits","malady","malaguena","malaguenas","malaguetta","malaguettas","malaise","malaises","malakatoone","malakatoones","malam","malams","malamute","malamutes","malander","malanders","malanga","malangas","malapert","malapertly","malapertness","malapertnesses","malaperts","malapportioned","malapportionment","malapportionments","malappropriate","malappropriated","malappropriates","malaprop","malapropian","malapropism","malapropisms","malapropist","malapropists","malapropos","malaprops","malar","malaria","malarial","malarian","malarias","malariologies","malariologist","malariologists","malariology","malarious","malarkey","malarkeys","malarkies","malarky","malaroma","malaromas","malars","malas","malassimilation","malate","malates","malathion","malathions","malax","malaxage","malaxages","malaxate","malaxated","malaxates","malaxating","malaxation","malaxations","malaxator","malaxators","malaxed","malaxes","malaxing","malconformation","malcontent","malcontented","malcontentedly","malcontentedness","malcontentednesses","malcontents","maldeployment","maldeployments","maldistribution","maldistributions","male","maleate","maleates","maledicent","maledict","maledicted","maledicting","malediction","maledictions","maledictive","maledictory","maledicts","malefaction","malefactions","malefactor","malefactors","malefactory","malefactress","malefactresses","maleffect","maleffects","malefic","malefically","malefice","maleficence","maleficences","maleficent","malefices","maleficial","maleic","malemiut","malemiuts","malemute","malemutes","maleness","malenesses","malengine","malengines","malentendu","malentendus","males","malevolence","malevolences","malevolent","malevolently","malfeasance","malfeasances","malfeasant","malfeasants","malfed","malformation","malformations","malformed","malfunction","malfunctioned","malfunctioning","malfunctionings","malfunctions","malgrado","malgre","malgred","malgres","malgring","mali","malibu","malic","malice","maliced","malices","malicho","malichos","malicing","malicious","maliciously","maliciousness","maliciousnesses","malign","malignance","malignances","malignancies","malignancy","malignant","malignantly","malignants","maligned","maligner","maligners","maligning","malignities","malignity","malignly","malignment","malignments","maligns","malihini","malihinis","malik","maliks","malimprinted","malimprinting","malimprintings","maline","malines","malinger","malingered","malingerer","malingerers","malingeries","malingering","malingers","malingery","malis","malism","malisms","malison","malisons","malist","malkin","malkins","mall","mallam","mallams","mallander","mallanders","mallard","mallards","mallcore","mallcores","malleabilities","malleability","malleable","malleableness","malleablenesses","malleably","malleate","malleated","malleates","malleating","malleation","malleations","mallecho","mallechos","malled","mallee","mallees","mallei","malleiform","mallemaroking","mallemarokings","mallemuck","mallemucks","mallender","mallenders","malleolar","malleoli","malleolus","malleoluses","mallet","mallets","malleus","malleuses","malling","mallings","mallophagous","mallow","mallowpuff","mallowpuffs","mallows","malls","malm","malmag","malmags","malmier","malmiest","malms","malmsey","malmseys","malmstone","malmstones","malmy","malnourished","malnutrition","malnutritions","maloccluded","malocclusion","malocclusions","malodor","malodorous","malodorously","malodorousness","malodorousnesses","malodors","malodour","malodours","malolactic","malonate","malonates","malonic","malonylurea","malonylureas","maloti","malpighia","malpighiaceous","malposed","malposition","malpositions","malpractice","malpractices","malpractitioner","malpractitioners","malpresentation","mals","malstick","malsticks","malt","maltalent","maltalents","maltase","maltases","malted","malteds","maltese","maltha","malthas","maltier","maltiest","maltiness","maltinesses","malting","maltings","maltman","maltmen","maltol","maltols","maltose","maltoses","maltreat","maltreated","maltreater","maltreaters","maltreating","maltreatment","maltreatments","maltreats","malts","maltster","maltsters","maltworm","maltworms","malty","malva","malvaceous","malvas","malvasia","malvasian","malvasias","malversation","malversations","malvesie","malvesies","malvoisie","malvoisies","malwa","malware","malwares","malwas","mam","mama","mamaguy","mamaguyed","mamaguying","mamaguys","mamakau","mamakaus","mamako","mamakos","mamaku","mamakus","mamaliga","mamaligas","mamas","mamba","mambas","mambo","mamboed","mamboes","mamboing","mambos","mamee","mamees","mamelon","mamelons","mameluco","mamelucos","mameluke","mamelukes","mamey","mameyes","mameys","mamie","mamies","mamilla","mamillae","mamillar","mamillary","mamillate","mamillated","mamillation","mamillations","mamilliform","mamluk","mamluks","mamma","mammae","mammal","mammalian","mammalians","mammaliferous","mammalities","mammality","mammalogical","mammalogies","mammalogist","mammalogists","mammalogy","mammals","mammaplasties","mammaplasty","mammaries","mammary","mammas","mammate","mammati","mammatus","mammectomies","mammectomy","mammee","mammees","mammer","mammered","mammering","mammers","mammet","mammetries","mammetry","mammets","mammey","mammeys","mammie","mammies","mammifer","mammiferous","mammifers","mammiform","mammilla","mammillae","mammillaria","mammillarias","mammillary","mammillate","mammillated","mammitides","mammitis","mammock","mammocked","mammocking","mammocks","mammogenic","mammogram","mammograms","mammograph","mammographic","mammographies","mammographs","mammography","mammon","mammonish","mammonism","mammonisms","mammonist","mammonistic","mammonists","mammonite","mammonites","mammons","mammoplasties","mammoplasty","mammoth","mammoths","mammy","mampara","mamparas","mampoer","mampoers","mams","mamselle","mamselles","mamzer","mamzerim","mamzers","man","mana","manacle","manacled","manacles","manacling","manage","manageabilities","manageability","manageable","manageableness","manageablenesses","manageably","managed","management","managemental","managements","manager","manageress","manageresses","managerial","managerialism","managerialisms","managerialist","managerialists","managerially","managers","managership","managerships","manages","managing","manaia","manaias","manakin","manakins","manana","mananas","manas","manat","manatee","manatees","manati","manatis","manatoid","manats","manatu","manatus","manawa","manawas","mancala","mancalas","mancando","manche","manches","manchester","manchesters","manchet","manchets","manchineel","manchineels","mancipate","mancipated","mancipates","mancipating","mancipation","mancipations","mancipatory","manciple","manciples","mancus","mancuses","mand","mandala","mandalas","mandalic","mandamus","mandamused","mandamuses","mandamusing","mandarin","mandarinate","mandarinates","mandarine","mandarines","mandarinic","mandarinism","mandarinisms","mandarins","mandataries","mandatary","mandate","mandated","mandates","mandating","mandator","mandatories","mandatorily","mandators","mandatory","mandi","mandible","mandibles","mandibular","mandibulate","mandibulated","mandibulates","mandilion","mandilions","mandioc","mandioca","mandiocas","mandiocca","mandioccas","mandiocs","mandir","mandira","mandiras","mandirs","mandis","mandola","mandolas","mandolin","mandoline","mandolines","mandolinist","mandolinists","mandolins","mandom","mandoms","mandora","mandoras","mandorla","mandorlas","mandragora","mandragoras","mandrake","mandrakes","mandrel","mandrels","mandril","mandrill","mandrills","mandrils","manducable","manducate","manducated","manducates","manducating","manducation","manducations","manducatory","mandylion","mandylions","mane","maned","manege","maneged","maneges","maneging","maneh","manehs","maneless","manent","manes","manet","maneuver","maneuverabilities","maneuverability","maneuverable","maneuvered","maneuverer","maneuverers","maneuvering","maneuverings","maneuvers","manful","manfully","manfulness","manfulnesses","mang","manga","mangabeira","mangabeiras","mangabey","mangabeys","mangabies","mangaby","mangal","mangals","mangalsutra","mangalsutras","manganate","manganates","manganese","manganeses","manganesian","manganic","manganiferous","manganin","manganins","manganite","manganites","manganous","mangas","mange","mangeao","mangeaos","manged","mangel","mangels","mangelwurzel","mangelwurzels","mangemange","mangemanges","manger","mangers","manges","mangetout","mangetouts","mangey","mangier","mangiest","mangily","manginess","manginesses","manging","mangle","mangled","mangler","manglers","mangles","mangling","mango","mangoes","mangold","mangolds","mangoldwurzel","mangoldwurzels","mangonel","mangonels","mangos","mangostan","mangostans","mangosteen","mangosteens","mangouste","mangoustes","mangrove","mangroves","mangs","mangulate","mangulated","mangulates","mangulating","mangy","manhandle","manhandled","manhandles","manhandling","manhattan","manhattans","manhole","manholes","manhood","manhoods","manhunt","manhunter","manhunters","manhunts","mani","mania","maniac","maniacal","maniacally","maniacs","manias","manic","manically","manicotti","manicottis","manics","manicure","manicured","manicures","manicuring","manicurist","manicurists","manies","manifest","manifestable","manifestant","manifestants","manifestation","manifestational","manifestations","manifestative","manifested","manifester","manifesters","manifestible","manifesting","manifestly","manifestness","manifestnesses","manifesto","manifestoed","manifestoes","manifestoing","manifestos","manifests","manifold","manifolded","manifolder","manifolders","manifolding","manifoldly","manifoldness","manifoldnesses","manifolds","maniform","manihoc","manihocs","manihot","manihots","manikin","manikins","manila","manilas","manilla","manillas","manille","manilles","manioc","manioca","maniocas","maniocs","maniple","maniples","maniplies","manipulabilities","manipulability","manipulable","manipular","manipulars","manipulatable","manipulate","manipulated","manipulates","manipulating","manipulation","manipulations","manipulative","manipulatively","manipulativeness","manipulativenesses","manipulator","manipulators","manipulatory","manis","manito","manitos","manitou","manitous","manitu","manitus","manjack","manjacks","mankier","mankiest","mankind","mankinds","mankini","mankinis","manky","manless","manlier","manliest","manlihood","manlike","manlikely","manlily","manliness","manlinesses","manly","manmade","manna","mannan","mannans","mannas","manned","mannequin","mannequins","manner","mannered","mannerism","mannerisms","mannerist","manneristic","manneristical","manneristically","mannerists","mannerless","mannerlessness","mannerliness","mannerlinesses","mannerly","manners","manniferous","mannikin","mannikins","manning","mannish","mannishly","mannishness","mannishnesses","mannite","mannites","mannitic","mannitol","mannitols","mannose","mannoses","mano","manoao","manoaos","manoeuvrability","manoeuvrable","manoeuvre","manoeuvred","manoeuvrer","manoeuvrers","manoeuvres","manoeuvring","manoeuvrings","manometer","manometers","manometric","manometrical","manometrically","manometries","manometry","manor","manorial","manorialism","manorialisms","manors","manos","manoscopies","manoscopy","manpack","manpacks","manpower","manpowers","manque","manred","manreds","manrent","manrents","manrider","manriders","manriding","manrikigusari","manrikigusaris","manrope","manropes","mans","mansard","mansarded","mansards","manse","manservant","manses","manshift","manshifts","mansion","mansionaries","mansionary","mansions","manslaughter","manslaughters","manslayer","manslayers","mansonries","mansonry","mansuete","mansuetude","mansuetudes","mansworn","manta","mantas","manteau","manteaus","manteaux","manteel","manteels","mantel","mantelet","mantelets","mantelletta","mantellettas","mantelpiece","mantelpieces","mantels","mantelshelf","mantelshelves","manteltree","manteltrees","mantes","mantic","mantically","manticora","manticoras","manticore","manticores","mantid","mantids","manties","mantilla","mantillas","mantis","mantises","mantissa","mantissas","mantle","mantled","mantles","mantlet","mantletree","mantletrees","mantlets","mantling","mantlings","manto","mantoes","mantos","mantra","mantram","mantrams","mantrap","mantraps","mantras","mantric","mantua","mantuas","manty","manual","manually","manuals","manuary","manubria","manubrial","manubrium","manubriums","manufactories","manufactory","manufacturable","manufactural","manufacture","manufactured","manufacturer","manufacturers","manufactures","manufacturing","manufacturings","manuhiri","manuhiris","manuka","manukas","manul","manuls","manumea","manumeas","manumission","manumissions","manumit","manumits","manumitted","manumitter","manumitters","manumitting","manurance","manurances","manure","manured","manurer","manurers","manures","manurial","manuring","manurings","manus","manuscript","manuscripts","manward","manwards","manwise","many","manyata","manyatas","manyatta","manyattas","manyfold","manyplies","manzanilla","manzanillas","manzanita","manzanitas","manzello","manzellos","maomao","maomaos","maormor","maormors","map","mapau","mapaus","maple","maplelike","maples","mapless","maplike","mapmaker","mapmakers","mapmaking","mapmakings","mappable","mapped","mappemond","mappemonds","mapper","mapperies","mappers","mappery","mapping","mappings","mappist","mappists","maps","mapstick","mapsticks","mapwise","maquette","maquettes","maqui","maquila","maquiladora","maquiladoras","maquilas","maquillage","maquillages","maquis","maquisard","maquisards","mar","mara","marabi","marabis","marabou","marabous","marabout","marabouts","marabunta","marabuntas","maraca","maracas","marae","maraes","maraging","maragings","marah","marahs","maranatha","maranathas","maranta","marantas","marari","mararis","maras","marasca","marascas","maraschino","maraschinos","marasmic","marasmoid","marasmus","marasmuses","marathon","marathoner","marathoners","marathoning","marathonings","marathons","maraud","marauded","marauder","marauders","marauding","maraudings","marauds","maravedi","maravedis","marbelise","marbelised","marbelises","marbelising","marbelize","marbelized","marbelizes","marbelizing","marble","marbled","marbleise","marbleised","marbleises","marbleising","marbleize","marbleized","marbleizes","marbleizing","marbler","marblers","marbles","marblewood","marblewoods","marblier","marbliest","marbling","marblings","marbly","marc","marcantant","marcantants","marcasite","marcasites","marcasitical","marcatissimo","marcato","marcatos","marcel","marcella","marcellas","marcelled","marceller","marcellers","marcelling","marcels","marcescence","marcescences","marcescent","marcescible","march","marchantia","marchantias","marched","marchen","marcher","marchers","marches","marchesa","marchesas","marchese","marchesi","marching","marchioness","marchionesses","marchland","marchlands","marchlike","marchman","marchmen","marchpane","marchpanes","marconi","marconied","marconigram","marconigrams","marconigraph","marconigraphed","marconigraphing","marconigraphs","marconiing","marconis","marcs","mard","mardied","mardier","mardies","mardiest","mardy","mardying","mare","maremma","maremmas","maremme","marengo","marero","mareros","mares","mareschal","mareschals","marg","margaric","margarin","margarine","margarines","margarins","margarita","margaritas","margarite","margarites","margaritic","margaritiferous","margay","margays","marge","margent","margented","margenting","margents","marges","margin","marginal","marginalia","marginalisation","marginalise","marginalised","marginalises","marginalising","marginalism","marginalisms","marginalist","marginalists","marginalities","marginality","marginalization","marginalizations","marginalize","marginalized","marginalizes","marginalizing","marginally","marginals","marginate","marginated","marginates","marginating","margination","marginations","margined","margining","margins","margosa","margosas","margravate","margravates","margrave","margraves","margravial","margraviate","margraviates","margravine","margravines","margs","marguerite","marguerites","maria","mariachi","mariachis","marialite","marialites","mariculture","maricultures","mariculturist","mariculturists","marid","marids","maries","marigold","marigolds","marigram","marigrams","marigraph","marigraphs","marihuana","marihuanas","marijuana","marijuanas","marimba","marimbaphone","marimbaphones","marimbas","marimbist","marimbists","marina","marinade","marinaded","marinades","marinading","marinara","marinaras","marinas","marinate","marinated","marinates","marinating","marination","marinations","marine","mariner","marinera","marineras","mariners","marines","mariniere","marionberries","marionberry","marionette","marionettes","mariposa","mariposas","marischal","marischalled","marischalling","marischals","marish","marishes","maritage","maritages","marital","maritally","maritime","marivaudage","marivaudages","marjoram","marjorams","mark","marka","markas","markdown","markdowns","marked","markedly","markedness","markednesses","marker","markers","market","marketabilities","marketability","marketable","marketableness","marketably","marketed","marketeer","marketeers","marketer","marketers","marketing","marketings","marketisation","marketisations","marketise","marketised","marketises","marketising","marketization","marketizations","marketize","marketized","marketizes","marketizing","marketplace","marketplaces","markets","markhoor","markhoors","markhor","markhors","marking","markings","markka","markkaa","markkas","markman","markmen","marks","marksman","marksmanship","marksmanships","marksmen","markswoman","markswomen","markup","markups","marl","marlacious","marle","marled","marles","marlier","marliest","marlin","marline","marlines","marlinespike","marlinespikes","marling","marlings","marlingspike","marlingspikes","marlins","marlinspike","marlinspikes","marlite","marlites","marlitic","marls","marlstone","marlstones","marly","marm","marmalade","marmalades","marmalise","marmalised","marmalises","marmalising","marmalize","marmalized","marmalizes","marmalizing","marmarise","marmarised","marmarises","marmarising","marmarize","marmarized","marmarizes","marmarizing","marmaroses","marmarosis","marmelise","marmelised","marmelises","marmelising","marmelize","marmelized","marmelizes","marmelizing","marmem","marmite","marmites","marmoreal","marmoreally","marmorean","marmose","marmoses","marmoset","marmosets","marmot","marmots","marms","marocain","marocains","maron","marons","maroon","marooned","marooner","marooners","marooning","maroonings","maroons","maroquin","maroquins","maror","marors","marplot","marplots","marprelate","marprelated","marprelates","marprelating","marque","marquee","marquees","marques","marquess","marquessate","marquessates","marquesses","marqueterie","marqueteries","marquetries","marquetry","marquis","marquisate","marquisates","marquise","marquises","marquisette","marquisettes","marram","marrams","marrano","marranos","marred","marrels","marrer","marrers","marri","marriage","marriageabilities","marriageability","marriageable","marriages","married","marrieds","marrier","marriers","marries","marring","marris","marron","marrons","marrow","marrowbone","marrowbones","marrowed","marrowfat","marrowfats","marrowing","marrowish","marrowless","marrows","marrowskied","marrowskies","marrowsky","marrowskying","marrowy","marrum","marrums","marry","marrying","marryings","mars","marsala","marsalas","marse","marseille","marseilles","marses","marsh","marshal","marshalcies","marshalcy","marshaled","marshaler","marshalers","marshaling","marshall","marshalled","marshaller","marshallers","marshalling","marshallings","marshalls","marshals","marshalship","marshalships","marshbuck","marshbucks","marshes","marshier","marshiest","marshiness","marshinesses","marshland","marshlander","marshlanders","marshlands","marshlike","marshlocks","marshlockses","marshmallow","marshmallows","marshmallowy","marshwort","marshworts","marshy","marsipobranch","marsipobranchs","marsport","marsports","marsquake","marsquakes","marsupia","marsupial","marsupialian","marsupialians","marsupials","marsupian","marsupians","marsupium","marsupiums","mart","martagon","martagons","marted","martel","martellando","martellandos","martellato","martelled","martelling","martello","martellos","martels","marten","martens","martensite","martensites","martensitic","martensitically","martext","martexts","martial","martialism","martialisms","martialist","martialists","martially","martialness","martialnesses","martials","martian","martians","martin","martinet","martinetish","martinetism","martinetisms","martinets","marting","martingal","martingale","martingales","martingals","martini","martinis","martins","martlet","martlets","marts","martyr","martyrdom","martyrdoms","martyred","martyria","martyries","martyring","martyrisation","martyrisations","martyrise","martyrised","martyrises","martyrising","martyrium","martyrization","martyrizations","martyrize","martyrized","martyrizes","martyrizing","martyrly","martyrologic","martyrological","martyrologies","martyrologist","martyrologists","martyrology","martyrs","martyry","marvel","marveled","marveling","marvelled","marvelling","marvellous","marvellously","marvellousness","marvelous","marvelously","marvelousness","marvelousnesses","marvels","marver","marvered","marvering","marvers","marvier","marviest","marvy","marxisant","mary","marybud","marybuds","maryjane","maryjanes","marzipan","marzipans","mas","masa","masala","masalas","masas","mascara","mascaraed","mascaraing","mascaras","mascaron","mascarons","mascarpone","mascarpones","mascle","mascled","mascles","mascon","mascons","mascot","mascots","masculine","masculinely","masculineness","masculinenesses","masculines","masculinisation","masculinise","masculinised","masculinises","masculinising","masculinist","masculinists","masculinities","masculinity","masculinization","masculinizations","masculinize","masculinized","masculinizes","masculinizing","masculist","masculists","masculy","mase","mased","maser","masers","mases","mash","mashallah","mashed","masher","mashers","mashes","mashgiach","mashgiah","mashgichim","mashgihim","mashiach","mashiachs","mashie","mashier","mashies","mashiest","mashing","mashings","mashlam","mashlams","mashlim","mashlims","mashlin","mashlins","mashloch","mashlochs","mashlum","mashlums","mashman","mashmen","mashua","mashuas","mashup","mashups","mashy","masing","masjid","masjids","mask","maskable","maskallonge","maskallonges","maskalonge","maskalonges","maskanonge","maskanonges","masked","maskeg","maskegs","masker","maskers","masking","maskings","maskinonge","maskinonges","maskirovka","maskirovkas","masklike","masks","maslin","maslins","masochism","masochisms","masochist","masochistic","masochistically","masochists","mason","masoned","masonic","masonically","masoning","masonite","masonites","masonried","masonries","masonry","masons","masoolah","masoolahs","masque","masquer","masquerade","masqueraded","masquerader","masqueraders","masquerades","masquerading","masquers","masques","mass","massa","massacre","massacred","massacrer","massacrers","massacres","massacring","massage","massaged","massager","massagers","massages","massaging","massagist","massagists","massaranduba","massarandubas","massas","massasauga","massasaugas","masscult","masscults","masse","massed","massedly","masseranduba","masserandubas","masses","masseter","masseteric","masseters","masseur","masseurs","masseuse","masseuses","massicot","massicots","massier","massiest","massif","massification","massifications","massifs","massiness","massinesses","massing","massive","massively","massiveness","massivenesses","massives","massless","massoola","massoolas","massotherapies","massotherapist","massotherapists","massotherapy","masspriest","masspriests","masstige","masstiges","massy","massymore","massymores","mast","mastaba","mastabah","mastabahs","mastabas","mastectomies","mastectomy","masted","master","masterate","masterates","masterclass","masterclasses","masterdom","masterdoms","mastered","masterful","masterfully","masterfulness","masterfulnesses","masterhood","masterhoods","masteries","mastering","masterings","masterless","masterliness","masterlinesses","masterly","mastermind","masterminded","masterminding","masterminds","masterpiece","masterpieces","masters","mastership","masterships","mastersinger","mastersingers","masterstroke","masterstrokes","masterwork","masterworks","masterwort","masterworts","mastery","mastful","masthead","mastheaded","mastheading","mastheads","masthouse","masthouses","mastic","masticable","masticate","masticated","masticates","masticating","mastication","mastications","masticator","masticatories","masticators","masticatory","mastich","mastiche","mastiches","mastichs","masticot","masticots","mastics","mastier","mastiest","mastiff","mastiffs","mastigophoran","mastigophorans","mastigophore","mastigophores","mastigophoric","mastigophorous","masting","mastitic","mastitides","mastitis","mastitises","mastix","mastixes","mastless","mastlike","mastodon","mastodonic","mastodons","mastodont","mastodontic","mastodonts","mastodynia","mastodynias","mastoid","mastoidal","mastoidectomies","mastoidectomy","mastoidites","mastoiditides","mastoiditis","mastoiditises","mastoids","mastopexies","mastopexy","masts","masturbate","masturbated","masturbates","masturbating","masturbation","masturbations","masturbator","masturbators","masturbatory","masty","masu","masula","masulas","masurium","masuriums","masus","mat","matachin","matachina","matachinas","matachini","matador","matadora","matadoras","matadore","matadores","matadors","matagouri","matagouris","matai","matais","matamata","matamatas","matambala","matata","matatas","matatu","matatus","match","matchable","matchboard","matchboarding","matchboardings","matchboards","matchbook","matchbooks","matchbox","matchboxes","matched","matcher","matchers","matches","matchet","matchets","matching","matchless","matchlessly","matchlessness","matchlessnesses","matchlock","matchlocks","matchmade","matchmake","matchmaker","matchmakers","matchmakes","matchmaking","matchmakings","matchmark","matchmarked","matchmarking","matchmarks","matchplay","matchplays","matchstick","matchsticks","matchup","matchups","matchwood","matchwoods","mate","mated","matelasse","matelasses","mateless","matellasse","matellasses","matelot","matelote","matelotes","matelots","matelotte","matelottes","mater","materfamilias","materfamiliases","material","materialisation","materialise","materialised","materialiser","materialisers","materialises","materialising","materialism","materialisms","materialist","materialistic","materialistical","materialistically","materialists","materialities","materiality","materialization","materializations","materialize","materialized","materializer","materializers","materializes","materializing","materially","materialness","materialnesses","materials","materiel","materiels","maternal","maternalism","maternalisms","maternalistic","maternally","maternities","maternity","maters","mates","mateship","mateships","matey","mateyness","mateynesses","mateys","matfellon","matfellons","matfelon","matfelons","matgrass","matgrasses","math","mathematic","mathematical","mathematically","mathematician","mathematicians","mathematicise","mathematicised","mathematicises","mathematicising","mathematicism","mathematicisms","mathematicize","mathematicized","mathematicizes","mathematicizing","mathematics","mathematisation","mathematise","mathematised","mathematises","mathematising","mathematization","mathematizations","mathematize","mathematized","mathematizes","mathematizing","matheses","mathesis","maths","matico","maticos","matier","maties","matiest","matilda","matildas","matily","matin","matinal","matinee","matinees","matiness","matinesses","mating","matings","matins","matipo","matipos","matjes","matless","matlo","matlos","matlow","matlows","matoke","matokes","matooke","matookes","matrass","matrasses","matres","matresfamilias","matriarch","matriarchal","matriarchalism","matriarchalisms","matriarchate","matriarchates","matriarchic","matriarchies","matriarchs","matriarchy","matric","matrice","matrices","matricidal","matricide","matricides","matriclinic","matriclinous","matrics","matricula","matriculant","matriculants","matricular","matriculas","matriculate","matriculated","matriculates","matriculating","matriculation","matriculations","matriculator","matriculators","matriculatory","matrifocal","matrifocalities","matrifocality","matrilineal","matrilineally","matrilinear","matrilinies","matriliny","matrilocal","matrilocalities","matrilocality","matrilocally","matrimonial","matrimonially","matrimonies","matrimony","matrioshka","matrioshki","matrix","matrixes","matroclinal","matroclinic","matroclinies","matroclinous","matrocliny","matron","matronage","matronages","matronal","matronhood","matronhoods","matronise","matronised","matronises","matronising","matronize","matronized","matronizes","matronizing","matronliness","matronlinesses","matronly","matrons","matronship","matronships","matronymic","matronymics","matross","matrosses","matroyshka","matroyshkas","matryoshka","matryoshki","mats","matsah","matsahs","matsuri","matsuris","matsutake","matsutakes","matt","mattamore","mattamores","matte","matted","mattedly","matter","mattered","matterful","mattering","matterless","matters","mattery","mattes","mattie","matties","mattified","mattifies","mattify","mattifying","mattin","matting","mattings","mattins","mattock","mattocks","mattoid","mattoids","mattrass","mattrasses","mattress","mattresses","matts","maturable","maturate","maturated","maturates","maturating","maturation","maturational","maturations","maturative","mature","matured","maturely","matureness","maturenesses","maturer","maturers","matures","maturest","maturing","maturities","maturity","matutinal","matutinally","matutine","matweed","matweeds","maty","matza","matzah","matzahs","matzas","matzo","matzoh","matzohs","matzoon","matzoons","matzos","matzot","matzoth","maubies","mauby","maud","maudlin","maudlinism","maudlinisms","maudlinly","maudlinness","maudlinnesses","mauds","mauger","maugre","maugred","maugres","maugring","maul","mauled","mauler","maulers","maulgre","maulgred","maulgres","maulgring","mauling","mauls","maulstick","maulsticks","maulvi","maulvis","maumet","maumetries","maumetry","maumets","maun","maund","maunded","maunder","maundered","maunderer","maunderers","maundering","maunderings","maunders","maundies","maunding","maunds","maundy","maungier","maungiest","maungy","maunna","mauri","mauris","mausolea","mausolean","mausoleum","mausoleums","maut","mauther","mauthers","mauts","mauvais","mauvaise","mauve","mauvein","mauveine","mauveines","mauveins","mauver","mauves","mauvest","mauvin","mauvine","mauvines","mauvins","maven","mavens","maverick","mavericked","mavericking","mavericks","mavie","mavies","mavin","mavins","mavis","mavises","mavourneen","mavourneens","mavournin","mavournins","maw","mawbound","mawed","mawger","mawing","mawk","mawkier","mawkiest","mawkin","mawkins","mawkish","mawkishly","mawkishness","mawkishnesses","mawks","mawky","mawmet","mawmetries","mawmetry","mawmets","mawn","mawpus","mawpuses","mawr","mawrs","maws","mawseed","mawseeds","mawther","mawthers","max","maxed","maxes","maxi","maxicoat","maxicoats","maxilla","maxillae","maxillar","maxillaries","maxillary","maxillas","maxilliped","maxillipedary","maxillipede","maxillipedes","maxillipeds","maxillofacial","maxillula","maxillulae","maxim","maxima","maximal","maximalist","maximalists","maximally","maximals","maximaphilies","maximaphily","maximation","maximations","maximin","maximins","maximisation","maximisations","maximise","maximised","maximiser","maximisers","maximises","maximising","maximist","maximists","maximite","maximites","maximization","maximizations","maximize","maximized","maximizer","maximizers","maximizes","maximizing","maxims","maximum","maximumly","maximums","maximus","maximuses","maxing","maxis","maxixe","maxixes","maxwell","maxwells","may","maya","mayan","mayapple","mayapples","mayas","maybe","maybes","maybird","maybirds","maybush","maybushes","mayday","maydays","mayed","mayest","mayflies","mayflower","mayflowers","mayfly","mayhap","mayhappen","mayhem","mayhems","maying","mayings","mayo","mayonnaise","mayonnaises","mayor","mayoral","mayoralties","mayoralty","mayoress","mayoresses","mayors","mayorship","mayorships","mayos","maypole","maypoles","maypop","maypops","mays","mayst","mayster","maysterdome","maysterdomes","maysters","mayvin","mayvins","mayweed","mayweeds","mazaedia","mazaedium","mazard","mazards","mazarinade","mazarinades","mazarine","mazarines","maze","mazed","mazedly","mazedness","mazednesses","mazeful","mazelike","mazeltov","mazement","mazements","mazer","mazers","mazes","mazey","mazhbi","mazhbis","mazier","maziest","mazily","maziness","mazinesses","mazing","mazourka","mazourkas","mazout","mazouts","mazuma","mazumas","mazurka","mazurkas","mazut","mazuts","mazy","mazzard","mazzards","mbaqanga","mbaqangas","mbira","mbiras","me","meacock","meacocks","mead","meadow","meadowland","meadowlands","meadowlark","meadowlarks","meadows","meadowsweet","meadowsweets","meadowy","meads","meager","meagerly","meagerness","meagernesses","meagre","meagrely","meagreness","meagrenesses","meagrer","meagres","meagrest","meal","mealed","mealer","mealers","mealie","mealier","mealies","mealiest","mealiness","mealinesses","mealing","mealless","meals","mealtime","mealtimes","mealworm","mealworms","mealy","mealybug","mealybugs","mealymouthed","mean","meander","meandered","meanderer","meanderers","meandering","meanderingly","meanders","meandrian","meandrous","meane","meaned","meaner","meaners","meanes","meanest","meanie","meanies","meaning","meaningful","meaningfully","meaningfulness","meaningfulnesses","meaningless","meaninglessly","meaninglessness","meaninglessnesses","meaningly","meanings","meanly","meanness","meannesses","means","meant","meantime","meantimes","meanwhile","meanwhiles","meany","meare","meares","mearing","mease","meased","meases","measing","measle","measled","measles","measlier","measliest","measliness","measlinesses","measling","measly","measurabilities","measurability","measurable","measurableness","measurably","measure","measured","measuredly","measuredness","measurednesses","measureless","measurelessly","measurelessness","measurement","measurements","measurer","measurers","measures","measuring","measurings","meat","meatal","meataxe","meataxes","meatball","meatballs","meated","meath","meathe","meathead","meatheads","meathes","meaths","meatier","meatiest","meatily","meatiness","meatinesses","meatless","meatloaf","meatloaves","meatman","meatmen","meatpacking","meatpackings","meats","meatscreen","meatscreens","meatspace","meatspaces","meatus","meatuses","meaty","meawes","meazel","meazels","mebos","meboses","mecamylamine","mecamylamines","mecca","meccas","mechanic","mechanical","mechanicalism","mechanicalisms","mechanically","mechanicalness","mechanicals","mechanician","mechanicians","mechanics","mechanisable","mechanisation","mechanisations","mechanise","mechanised","mechaniser","mechanisers","mechanises","mechanising","mechanism","mechanisms","mechanist","mechanistic","mechanistically","mechanists","mechanizable","mechanization","mechanizations","mechanize","mechanized","mechanizer","mechanizers","mechanizes","mechanizing","mechanochemical","mechanochemistries","mechanochemistry","mechanomorphism","mechanoreception","mechanoreceptions","mechanoreceptive","mechanoreceptor","mechanoreceptors","mechanotherapy","mechatronic","mechatronics","mechitza","mechitzas","mechitzot","meck","mecks","meclizine","meclizines","meconate","meconates","meconic","meconin","meconins","meconium","meconiums","meconopses","meconopsis","med","medacca","medaccas","medaillon","medaillons","medaka","medakas","medal","medaled","medalet","medalets","medaling","medalist","medalists","medalled","medallic","medalling","medallion","medallioned","medallioning","medallions","medallist","medallists","medalplay","medalplays","medals","medcinal","meddle","meddled","meddler","meddlers","meddles","meddlesome","meddlesomely","meddlesomeness","meddlesomenesses","meddling","meddlingly","meddlings","medevac","medevaced","medevacing","medevacked","medevacking","medevacs","medflies","medfly","media","mediacies","mediacy","mediad","mediae","mediaeval","mediaevalism","mediaevalisms","mediaevalist","mediaevalistic","mediaevalists","mediaevally","mediaevals","mediagenic","medial","medially","medials","median","medianly","medians","mediant","mediants","medias","mediastina","mediastinal","mediastinum","mediate","mediated","mediately","mediateness","mediatenesses","mediates","mediating","mediation","mediational","mediations","mediatisation","mediatisations","mediatise","mediatised","mediatises","mediatising","mediative","mediatization","mediatizations","mediatize","mediatized","mediatizes","mediatizing","mediator","mediatorial","mediatorially","mediators","mediatorship","mediatorships","mediatory","mediatress","mediatresses","mediatrices","mediatrix","mediatrixes","medic","medicable","medicably","medicaid","medicaids","medical","medicalisation","medicalisations","medicalise","medicalised","medicalises","medicalising","medicalization","medicalizations","medicalize","medicalized","medicalizes","medicalizing","medically","medicals","medicament","medicamental","medicamentally","medicamentary","medicamented","medicamenting","medicamentous","medicaments","medicant","medicants","medicare","medicares","medicaster","medicasters","medicate","medicated","medicates","medicating","medication","medications","medicative","medicide","medicides","medicinable","medicinal","medicinally","medicinals","medicine","medicined","mediciner","mediciners","medicines","medicining","medick","medicks","medico","medicolegal","medicos","medics","medieval","medievalism","medievalisms","medievalist","medievalistic","medievalists","medievally","medievals","medigap","medigaps","medii","medina","medinas","mediocracies","mediocracy","mediocre","mediocrities","mediocrity","meditate","meditated","meditates","meditating","meditation","meditations","meditative","meditatively","meditativeness","meditativenesses","meditator","meditators","mediterranean","medium","mediumistic","mediums","mediumship","mediumships","medius","mediuses","medivac","medivaced","medivacing","medivacked","medivacking","medivacs","medlar","medlars","medle","medled","medles","medley","medleys","medling","medresa","medresas","medrese","medreses","medresseh","medressehs","meds","medulla","medullae","medullar","medullary","medullas","medullate","medullated","medulloblastoma","medulloblastomas","medulloblastomata","medusa","medusae","medusal","medusan","medusans","medusas","medusiform","medusoid","medusoids","mee","meed","meeds","meek","meeken","meekened","meekening","meekens","meeker","meekest","meekly","meekness","meeknesses","meemie","meemies","meer","meercat","meercats","meered","meering","meerkat","meerkats","meers","meerschaum","meerschaums","mees","meet","meeter","meeters","meetest","meeting","meetinghouse","meetinghouses","meetings","meetly","meetness","meetnesses","meets","meff","meffs","mefloquine","mefloquines","meg","mega","megabar","megabars","megabit","megabits","megabuck","megabucks","megabyte","megabytes","megacephalic","megacephalies","megacephalous","megacephaly","megachurch","megachurches","megacities","megacity","megacorporation","megacorporations","megacurie","megacuries","megacycle","megacycles","megadeal","megadeals","megadeath","megadeaths","megadose","megadoses","megadyne","megadynes","megafarad","megafarads","megafauna","megafaunae","megafaunal","megafaunas","megaflop","megaflops","megaflora","megaflorae","megafloras","megafog","megafogs","megagamete","megagametes","megagametophyte","megagametophytes","megagauss","megagausses","megaherbivore","megaherbivores","megahertz","megahertzes","megahit","megahits","megajoule","megajoules","megakaryocyte","megakaryocytes","megakaryocytic","megalith","megalithic","megaliths","megalitre","megalitres","megaloblast","megaloblastic","megaloblasts","megalocardia","megalocardias","megalocephalic","megalocephalies","megalocephalous","megalocephaly","megalomania","megalomaniac","megalomaniacal","megalomaniacally","megalomaniacs","megalomanias","megalomanic","megalopic","megalopolis","megalopolises","megalopolitan","megalopolitans","megalops","megalopses","megalosaur","megalosauri","megalosaurian","megalosaurians","megalosaurs","megalosaurus","meganewton","meganewtons","megaparsec","megaparsecs","megaphone","megaphoned","megaphones","megaphonic","megaphonically","megaphoning","megaphyll","megaphylls","megapixel","megapixels","megaplex","megaplexes","megapod","megapode","megapodes","megapods","megaproject","megaprojects","megara","megarad","megarads","megaron","megarons","megascope","megascopes","megascopic","megascopically","megasporangia","megasporangium","megaspore","megaspores","megasporic","megasporogeneses","megasporogenesis","megasporophyll","megasporophylls","megass","megasse","megasses","megastar","megastars","megastore","megastores","megastructure","megastructures","megatechnology","megathere","megatheres","megatherian","megaton","megatonic","megatonnage","megatonnages","megatons","megavertebrate","megavertebrates","megavitamin","megavitamins","megavolt","megavolts","megawatt","megawatts","megilla","megillah","megillahs","megillas","megilloth","megilp","megilph","megilphs","megilps","megohm","megohms","megrim","megrims","megs","meh","mehndi","mehndis","meibomian","meikle","mein","meined","meiney","meineys","meinie","meinies","meining","meins","meint","meiny","meiocyte","meiocytes","meiofauna","meiofaunae","meiofaunal","meiofaunas","meionite","meionites","meioses","meiosis","meiospore","meiospores","meiotic","meiotically","meishi","meishis","meister","meisters","meith","meiths","meitnerium","meitneriums","mejlis","mejlises","mekka","mekkas","mekometer","mekometers","mel","mela","melaconite","melaconites","melaleuca","melaleucas","melamdim","melamed","melamine","melamines","melampode","melampodes","melanaemia","melanaemias","melancholia","melancholiac","melancholiacs","melancholiae","melancholias","melancholic","melancholically","melancholics","melancholies","melancholily","melancholiness","melancholious","melancholy","melange","melanges","melanian","melanic","melanics","melanin","melanins","melanisation","melanisations","melanise","melanised","melanises","melanising","melanism","melanisms","melanist","melanistic","melanists","melanite","melanites","melanitic","melanization","melanizations","melanize","melanized","melanizes","melanizing","melano","melanoblast","melanoblasts","melanochroi","melanochroic","melanochroous","melanocyte","melanocytes","melanogeneses","melanogenesis","melanoid","melanoids","melanoma","melanomas","melanomata","melanophore","melanophores","melanos","melanoses","melanosis","melanosities","melanosity","melanosome","melanosomes","melanotic","melanotropin","melanotropins","melanous","melanterite","melanterites","melanuria","melanurias","melanuric","melaphyre","melaphyres","melas","melastomaceous","melastome","melatonin","melatonins","melba","meld","melded","melder","melders","melding","melds","melee","melees","melena","melenas","meliaceous","melic","melick","melicks","melicotton","melicottons","melics","melik","meliks","melilite","melilites","melilot","melilots","melinite","melinites","meliorable","meliorate","meliorated","meliorates","meliorating","melioration","meliorations","meliorative","melioratives","meliorator","meliorators","meliorism","meliorisms","meliorist","melioristic","meliorists","meliorities","meliority","meliphagous","melisma","melismas","melismata","melismatic","melittin","melittins","mell","mellay","mellays","melled","melliferous","mellific","mellification","mellifications","mellifluence","mellifluences","mellifluent","mellifluently","mellifluous","mellifluously","mellifluousness","mellifluousnesses","melling","melliphagous","mellite","mellites","mellitic","mellivorous","mellophone","mellophones","mellotron","mellotrons","mellow","mellowed","mellower","mellowest","mellowing","mellowly","mellowness","mellownesses","mellows","mellowspeak","mellowspeaks","mellowy","mells","melocoton","melocotons","melocotoon","melocotoons","melodeon","melodeons","melodia","melodias","melodic","melodica","melodically","melodicas","melodics","melodies","melodion","melodions","melodious","melodiously","melodiousness","melodiousnesses","melodise","melodised","melodiser","melodisers","melodises","melodising","melodist","melodists","melodize","melodized","melodizer","melodizers","melodizes","melodizing","melodrama","melodramas","melodramatic","melodramatically","melodramatics","melodramatise","melodramatised","melodramatises","melodramatising","melodramatist","melodramatists","melodramatization","melodramatizations","melodramatize","melodramatized","melodramatizes","melodramatizing","melodrame","melodrames","melody","meloid","meloids","melomania","melomaniac","melomaniacs","melomanias","melomanic","melon","melongene","melongenes","melons","meloxicam","meloxicams","melphalan","melphalans","mels","melt","meltabilities","meltability","meltable","meltage","meltages","meltdown","meltdowns","melted","meltemi","meltemis","melter","melters","meltier","meltiest","melting","meltingly","meltingness","meltingnesses","meltings","meltith","meltiths","melton","meltons","melts","meltwater","meltwaters","melty","melungeon","melungeons","mem","member","membered","memberless","members","membership","memberships","membral","membranaceous","membranal","membrane","membraned","membraneous","membranes","membranous","membranously","meme","memento","mementoes","mementos","memes","memetic","memetics","memo","memoir","memoirism","memoirisms","memoirist","memoirists","memoirs","memorabile","memorabilia","memorabilities","memorability","memorable","memorableness","memorablenesses","memorably","memoranda","memorandum","memorandums","memorative","memorial","memorialisation","memorialise","memorialised","memorialiser","memorialisers","memorialises","memorialising","memorialist","memorialists","memorialization","memorialize","memorialized","memorializer","memorializers","memorializes","memorializing","memorially","memorials","memories","memorisable","memorisation","memorisations","memorise","memorised","memoriser","memorisers","memorises","memorising","memoriter","memorizable","memorization","memorizations","memorize","memorized","memorizer","memorizers","memorizes","memorizing","memory","memos","mems","memsahib","memsahibs","men","menace","menaced","menacer","menacers","menaces","menacing","menacingly","menad","menadione","menadiones","menads","menage","menaged","menagerie","menageries","menages","menaging","menaquinone","menaquinones","menarche","menarcheal","menarches","menarchial","menazon","menazons","mend","mendable","mendacious","mendaciously","mendaciousness","mendaciousnesses","mendacities","mendacity","mended","mendelevium","mendeleviums","mender","menders","mendicancies","mendicancy","mendicant","mendicants","mendicities","mendicity","mendigo","mendigos","mending","mendings","mends","mene","mened","meneer","meneers","menes","menfolk","menfolks","meng","menge","menged","menges","menging","mengs","menhaden","menhadens","menhir","menhirs","menial","menially","menials","menilite","menilites","mening","meningeal","meninges","meningioma","meningiomas","meningiomata","meningitic","meningitides","meningitis","meningitises","meningocele","meningoceles","meningococcal","meningococci","meningococcic","meningococcus","meningoencephalitic","meningoencephalitides","meningoencephalitis","meninx","meniscal","meniscate","meniscectomies","meniscectomy","menisci","meniscoid","meniscus","meniscuses","menispermaceous","menispermum","menispermums","meno","menologies","menology","menominee","menominees","menomini","menominis","menopausal","menopause","menopauses","menopausic","menopolis","menopolises","menopome","menopomes","menorah","menorahs","menorrhagia","menorrhagias","menorrhagic","menorrhea","menorrheas","menorrhoea","menorrhoeas","mensa","mensae","mensal","mensas","mensch","menschen","mensches","menschy","mense","mensed","menseful","menseless","menservants","menses","mensh","menshed","menshen","menshes","menshing","mensing","menstrua","menstrual","menstrually","menstruate","menstruated","menstruates","menstruating","menstruation","menstruations","menstruous","menstruum","menstruums","mensual","mensurabilities","mensurability","mensurable","mensural","mensuration","mensurational","mensurations","mensurative","menswear","menswears","ment","menta","mental","mentalese","mentaleses","mentalism","mentalisms","mentalist","mentalistic","mentalistically","mentalists","mentalities","mentality","mentally","mentation","mentations","mentee","mentees","menthaceous","menthene","menthenes","menthol","mentholated","menthols","menticide","menticides","mention","mentionable","mentioned","mentioner","mentioners","mentioning","mentions","mento","mentonniere","mentonnieres","mentor","mentored","mentorial","mentoring","mentorings","mentors","mentorship","mentorships","mentos","mentum","menu","menudo","menudos","menuisier","menuisiers","menus","menyie","menyies","meou","meoued","meouing","meous","meow","meowed","meowing","meows","mepacrine","mepacrines","meperidine","meperidines","mephitic","mephitical","mephitically","mephitis","mephitises","mephitism","mephitisms","meprobamate","meprobamates","meranti","merantis","merbromin","merbromins","merc","mercantile","mercantilism","mercantilisms","mercantilist","mercantilistic","mercantilists","mercaptan","mercaptans","mercaptide","mercaptides","mercapto","mercaptopurine","mercaptopurines","mercat","mercats","mercenaries","mercenarily","mercenariness","mercenarinesses","mercenarism","mercenarisms","mercenary","mercer","merceries","mercerisation","mercerisations","mercerise","mercerised","merceriser","mercerisers","mercerises","mercerising","mercerization","mercerizations","mercerize","mercerized","mercerizer","mercerizers","mercerizes","mercerizing","mercers","mercery","merces","merch","merchandise","merchandised","merchandiser","merchandisers","merchandises","merchandising","merchandisings","merchandize","merchandized","merchandizer","merchandizers","merchandizes","merchandizing","merchandizings","merchant","merchantabilities","merchantability","merchantable","merchanted","merchanting","merchantings","merchantlike","merchantman","merchantmen","merchantries","merchantry","merchants","merches","merchet","merchets","merchild","merchildren","merciable","mercies","mercifide","mercified","mercifies","merciful","mercifully","mercifulness","mercifulnesses","mercify","mercifying","merciless","mercilessly","mercilessness","mercilessnesses","mercs","mercurate","mercurated","mercurates","mercurating","mercuration","mercurations","mercurial","mercurialise","mercurialised","mercurialises","mercurialising","mercurialism","mercurialisms","mercurialist","mercurialists","mercurialities","mercuriality","mercurialize","mercurialized","mercurializes","mercurializing","mercurially","mercurialness","mercurialnesses","mercurials","mercuric","mercuries","mercurise","mercurised","mercurises","mercurising","mercurize","mercurized","mercurizes","mercurizing","mercurous","mercury","mercy","merde","merdes","merdivorous","mere","mered","merel","merell","merells","merels","merely","merengue","merengues","mereological","mereologies","mereology","merer","meres","meresman","meresmen","merest","merestone","merestones","meretricious","meretriciously","meretriciousness","meretriciousnesses","merfolk","merfolks","merganser","mergansers","merge","merged","mergee","mergees","mergence","mergences","merger","mergers","merges","merging","mergings","meri","mericarp","mericarps","meridian","meridians","meridional","meridionalities","meridionality","meridionally","meridionals","meril","merils","merimake","merimakes","mering","merings","meringue","meringues","merino","merinos","meris","merises","merisis","merism","merisms","meristem","meristematic","meristematically","meristems","meristic","meristically","merit","merited","meriting","meritless","meritocracies","meritocracy","meritocrat","meritocratic","meritocrats","meritorious","meritoriously","meritoriousness","meritoriousnesses","merits","merk","merkin","merkins","merks","merl","merle","merles","merlin","merling","merlings","merlins","merlon","merlons","merlot","merlots","merls","mermaid","mermaiden","mermaidens","mermaids","merman","mermen","meroblastic","meroblastically","merocrine","merogeneses","merogenesis","merogenetic","merogonies","merogony","meroistic","merome","meromes","meromorphic","meromyosin","meromyosins","meronym","meronymies","meronyms","meronymy","meropia","meropias","meropic","meropidan","meropidans","meroplankton","meroplanktons","merosome","merosomes","merozoite","merozoites","merpeople","merpeoples","merrier","merries","merriest","merrily","merriment","merriments","merriness","merrinesses","merry","merrymaker","merrymakers","merrymaking","merrymakings","merryman","merrymen","merrythought","merrythoughts","mersalyl","mersalyls","merse","merses","mersion","mersions","merveilleuse","merveilleuses","merveilleux","merveilleuxes","merycism","merycisms","mes","mesa","mesail","mesails","mesal","mesalliance","mesalliances","mesally","mesaraic","mesarch","mesas","mesaticephalic","mesaticephalies","mesaticephalous","mesaticephaly","mescal","mescalin","mescaline","mescalines","mescalins","mescalism","mescalisms","mescals","mesclum","mesclums","mesclun","mescluns","mesdames","mesdemoiselles","mese","meseemed","meseemeth","meseems","mesel","meseled","mesels","mesembryanthemum","mesembryanthemums","mesencephala","mesencephalic","mesencephalon","mesencephalons","mesenchymal","mesenchymatous","mesenchyme","mesenchymes","mesentera","mesenterial","mesenteric","mesenteries","mesenteritis","mesenteritises","mesenteron","mesenteronic","mesentery","meses","meseta","mesetas","mesh","meshed","meshes","meshier","meshiest","meshing","meshings","meshuga","meshugaas","meshugaasen","meshugah","meshugas","meshugasen","meshugga","meshuggah","meshugge","meshuggenah","meshuggenahs","meshuggeneh","meshuggenehs","meshuggener","meshuggeners","meshwork","meshworks","meshy","mesiad","mesial","mesially","mesian","mesic","mesically","mesitylene","mesitylenes","mesmeric","mesmerical","mesmerically","mesmerisation","mesmerisations","mesmerise","mesmerised","mesmeriser","mesmerisers","mesmerises","mesmerising","mesmerism","mesmerisms","mesmerist","mesmerists","mesmerization","mesmerizations","mesmerize","mesmerized","mesmerizer","mesmerizers","mesmerizes","mesmerizing","mesnalties","mesnalty","mesne","mesnes","mesoamerican","mesobenthos","mesobenthoses","mesoblast","mesoblastic","mesoblasts","mesocarp","mesocarps","mesocephalic","mesocephalics","mesocephalies","mesocephalism","mesocephalisms","mesocephalous","mesocephaly","mesocranies","mesocrany","mesocratic","mesocyclone","mesocyclones","mesoderm","mesodermal","mesodermic","mesoderms","mesogastria","mesogastric","mesogastrium","mesoglea","mesogleal","mesogleas","mesogloea","mesogloeas","mesognathies","mesognathism","mesognathisms","mesognathous","mesognathy","mesohippus","mesohippuses","mesokurtic","mesolite","mesolites","mesomere","mesomeres","mesomerism","mesomerisms","mesomorph","mesomorphic","mesomorphies","mesomorphism","mesomorphisms","mesomorphous","mesomorphs","mesomorphy","meson","mesonephric","mesonephroi","mesonephros","mesonephroses","mesonic","mesons","mesopause","mesopauses","mesopelagic","mesophile","mesophiles","mesophilic","mesophyl","mesophyll","mesophyllic","mesophyllous","mesophylls","mesophyls","mesophyte","mesophytes","mesophytic","mesoscale","mesoscaphe","mesoscaphes","mesosome","mesosomes","mesosphere","mesospheres","mesospheric","mesothelia","mesothelial","mesothelioma","mesotheliomas","mesotheliomata","mesothelium","mesotheliums","mesotherapies","mesotherapy","mesothoraces","mesothoracic","mesothorax","mesothoraxes","mesothorium","mesothoriums","mesotron","mesotrons","mesotrophic","mesozoan","mesozoans","mesozoic","mesprise","mesprises","mesprize","mesprizes","mesquin","mesquine","mesquinerie","mesquineries","mesquit","mesquite","mesquites","mesquits","mess","message","messaged","messages","messaging","messagings","messaline","messalines","messan","messans","messed","messeigneurs","messenger","messengered","messengering","messengers","messes","messiah","messiahs","messiahship","messiahships","messianic","messianically","messianism","messianisms","messias","messiases","messier","messiest","messieurs","messily","messiness","messinesses","messing","messman","messmate","messmates","messmen","messuage","messuages","messy","mestee","mestees","mester","mesters","mesteso","mestesoes","mestesos","mestino","mestinoes","mestinos","mestiza","mestizas","mestizo","mestizoes","mestizos","mesto","mestom","mestome","mestomes","mestoms","mestranol","mestranols","met","meta","metabases","metabasis","metabatic","metabolic","metabolically","metabolies","metabolisable","metabolise","metabolised","metabolises","metabolising","metabolism","metabolisms","metabolite","metabolites","metabolizable","metabolize","metabolized","metabolizes","metabolizing","metabolome","metabolomes","metabolomics","metaboly","metabotropic","metacarpal","metacarpals","metacarpi","metacarpus","metacenter","metacenters","metacentre","metacentres","metacentric","metacentrics","metacercaria","metacercariae","metacercarial","metachromatic","metachromatism","metachromatisms","metachronism","metachronisms","metachroses","metachrosis","metacinnabarite","metacognition","metacognitions","metacomputer","metacomputers","metacomputing","metacomputings","metadata","metaethical","metaethics","metafemale","metafemales","metafiction","metafictional","metafictionist","metafictionists","metafictions","metafile","metafiles","metagalactic","metagalaxies","metagalaxy","metage","metageneses","metagenesis","metagenetic","metagenetically","metagenic","metages","metagnathism","metagnathisms","metagnathous","metagrabolise","metagrabolised","metagrabolises","metagrabolising","metagrabolize","metagrabolized","metagrabolizes","metagrabolizing","metagrobolise","metagrobolised","metagrobolises","metagrobolising","metagrobolize","metagrobolized","metagrobolizes","metagrobolizing","metairie","metairies","metal","metalanguage","metalanguages","metaldehyde","metaldehydes","metaled","metalepses","metalepsis","metaleptic","metaleptical","metalhead","metalheads","metaling","metalinguistic","metalinguistics","metalise","metalised","metalises","metalising","metalist","metalists","metalization","metalizations","metalize","metalized","metalizes","metalizing","metalled","metallic","metallically","metallics","metalliding","metallidings","metalliferous","metallike","metalline","metalling","metallings","metallisation","metallisations","metallise","metallised","metallises","metallising","metallist","metallists","metallization","metallizations","metallize","metallized","metallizes","metallizing","metallocene","metallocenes","metallogenetic","metallogenic","metallogenies","metallogeny","metallographer","metallographers","metallographic","metallographically","metallographies","metallographist","metallography","metalloid","metalloidal","metalloids","metallophone","metallophones","metallurgic","metallurgical","metallurgically","metallurgies","metallurgist","metallurgists","metallurgy","metally","metalmark","metalmarks","metals","metalsmith","metalsmiths","metalware","metalwares","metalwork","metalworker","metalworkers","metalworking","metalworkings","metalworks","metamale","metamales","metamathematical","metamathematics","metamer","metameral","metamere","metameres","metameric","metamerically","metamerism","metamerisms","metamers","metamict","metamictisation","metamictization","metamorphic","metamorphically","metamorphism","metamorphisms","metamorphist","metamorphists","metamorphose","metamorphosed","metamorphoses","metamorphosing","metamorphosis","metamorphous","metanalyses","metanalysis","metanarrative","metanarratives","metanephric","metanephroi","metanephros","metanoia","metanoias","metapelet","metaperiodic","metaphase","metaphases","metaphor","metaphoric","metaphorical","metaphorically","metaphorist","metaphorists","metaphors","metaphosphate","metaphosphates","metaphosphoric","metaphrase","metaphrased","metaphrases","metaphrasing","metaphrasis","metaphrast","metaphrastic","metaphrastical","metaphrasts","metaphysic","metaphysical","metaphysically","metaphysician","metaphysicians","metaphysicise","metaphysicised","metaphysicises","metaphysicising","metaphysicist","metaphysicists","metaphysicize","metaphysicized","metaphysicizes","metaphysicizing","metaphysics","metaplases","metaplasia","metaplasias","metaplasis","metaplasm","metaplasmic","metaplasms","metaplastic","metaplot","metapolitical","metapolitics","metapsychic","metapsychical","metapsychics","metapsychological","metapsychologies","metapsychology","metarchon","metarchons","metasequoia","metasequoias","metasilicate","metasilicates","metasilicic","metasoma","metasomas","metasomata","metasomatic","metasomatism","metasomatisms","metasomatoses","metasomatosis","metastabilities","metastability","metastable","metastables","metastably","metastases","metastasis","metastasise","metastasised","metastasises","metastasising","metastasize","metastasized","metastasizes","metastasizing","metastatic","metastatically","metatag","metatags","metatarsal","metatarsals","metatarsi","metatarsus","metate","metates","metatheoretical","metatheories","metatheory","metatherian","metatherians","metatheses","metathesis","metathesise","metathesised","metathesises","metathesising","metathesize","metathesized","metathesizes","metathesizing","metathetic","metathetical","metathetically","metathoraces","metathoracic","metathorax","metathoraxes","metatungstic","metavanadic","metaverse","metaverses","metaxylem","metaxylems","metayage","metayages","metayer","metayers","metazoa","metazoal","metazoan","metazoans","metazoic","metazoon","metcast","metcasts","mete","metecdyses","metecdysis","meted","metempiric","metempirical","metempirically","metempiricism","metempiricisms","metempiricist","metempiricists","metempirics","metempsychoses","metempsychosis","metempsychosist","metencephala","metencephalic","metencephalon","metencephalons","meteor","meteoric","meteorically","meteorism","meteorisms","meteorist","meteorists","meteorital","meteorite","meteorites","meteoritic","meteoritical","meteoriticist","meteoriticists","meteoritics","meteorogram","meteorograms","meteorograph","meteorographic","meteorographs","meteoroid","meteoroidal","meteoroids","meteorolite","meteorolites","meteorologic","meteorological","meteorologically","meteorologies","meteorologist","meteorologists","meteorology","meteorous","meteors","metepa","metepas","meter","meterage","meterages","metered","metering","meters","meterstick","metersticks","metes","metestick","metesticks","metestrous","metestrus","metestruses","metewand","metewands","meteyard","meteyards","metformin","metformins","meth","methacrylate","methacrylates","methacrylic","methadon","methadone","methadones","methadons","methaemoglobin","methaemoglobins","methamphetamine","methamphetamines","methanal","methanals","methanation","methanations","methane","methanes","methanoic","methanol","methanols","methanometer","methanometers","methaqualone","methaqualones","methedrine","methedrines","metheglin","metheglins","methemoglobin","methemoglobinemia","methemoglobinemias","methemoglobins","methenamine","methenamines","methicillin","methicillins","methink","methinketh","methinks","methionine","methionines","metho","method","methodic","methodical","methodically","methodicalness","methodicalnesses","methodisation","methodisations","methodise","methodised","methodiser","methodisers","methodises","methodising","methodism","methodisms","methodist","methodistic","methodists","methodization","methodizations","methodize","methodized","methodizer","methodizers","methodizes","methodizing","methodological","methodologically","methodologies","methodologist","methodologists","methodology","methods","methomania","methomanias","methos","methotrexate","methotrexates","methought","methoxide","methoxides","methoxy","methoxybenzene","methoxybenzenes","methoxychlor","methoxychlors","methoxyflurane","methoxyfluranes","methoxyl","meths","methyl","methylal","methylals","methylamine","methylamines","methylase","methylases","methylate","methylated","methylates","methylating","methylation","methylations","methylator","methylators","methylcellulose","methylcelluloses","methylcholanthrene","methylcholanthrenes","methyldopa","methyldopas","methylene","methylenes","methylic","methylmercuries","methylmercury","methylnaphthalene","methylnaphthalenes","methylphenidate","methylphenidates","methylphenol","methylphenols","methylprednisolone","methylprednisolones","methyls","methylthionine","methylthionines","methylxanthine","methylxanthines","methysergide","methysergides","methyses","methysis","methystic","metic","meticais","metical","meticals","metics","meticulosities","meticulosity","meticulous","meticulously","meticulousness","meticulousnesses","metier","metiers","metif","metifs","meting","metis","metisse","metisses","metoestrous","metoestrus","metoestruses","metol","metols","metonym","metonymic","metonymical","metonymically","metonymies","metonyms","metonymy","metopae","metope","metopes","metopic","metopism","metopisms","metopon","metopons","metoposcopic","metoposcopical","metoposcopies","metoposcopist","metoposcopists","metoposcopy","metopryl","metopryls","metralgia","metralgias","metrazol","metrazols","metre","metred","metres","metric","metrical","metrically","metricate","metricated","metricates","metricating","metrication","metrications","metrician","metricians","metricise","metricised","metricises","metricising","metricism","metricisms","metricist","metricists","metricize","metricized","metricizes","metricizing","metrics","metrification","metrifications","metrified","metrifier","metrifiers","metrifies","metrify","metrifying","metring","metrist","metrists","metritis","metritises","metro","metrologic","metrological","metrologically","metrologies","metrologist","metrologists","metrology","metromania","metromanias","metronidazole","metronidazoles","metronome","metronomes","metronomic","metronomical","metronomically","metronymic","metronymics","metroplex","metroplexes","metropolis","metropolises","metropolitan","metropolitanate","metropolitanise","metropolitanism","metropolitanize","metropolitans","metropolitical","metrorrhagia","metrorrhagias","metros","metrosexual","metrosexuals","metrostyle","metrostyles","mets","mettle","mettled","mettles","mettlesome","mettlesomeness","metump","metumps","meu","meuniere","meus","meuse","meused","meuses","meusing","meve","meved","meves","meving","mevrou","mevrous","mew","mewed","mewing","mewl","mewled","mewler","mewlers","mewling","mewls","mews","mewsed","mewses","mewsing","meynt","mezail","mezails","mezcal","mezcaline","mezcalines","mezcals","meze","mezereon","mezereons","mezereum","mezereums","mezes","mezquit","mezquite","mezquites","mezquits","mezuza","mezuzah","mezuzahs","mezuzas","mezuzot","mezuzoth","mezz","mezzaluna","mezzalunas","mezzanine","mezzanines","mezze","mezzes","mezzo","mezzos","mezzotint","mezzotinted","mezzotinter","mezzotinters","mezzotinting","mezzotinto","mezzotintos","mezzotints","mganga","mgangas","mho","mhorr","mhorrs","mhos","mi","miaou","miaoued","miaouing","miaous","miaow","miaowed","miaowing","miaows","miarolitic","miasm","miasma","miasmal","miasmas","miasmata","miasmatic","miasmatical","miasmatous","miasmic","miasmically","miasmous","miasms","miaul","miauled","miauling","miauls","mib","mibs","mibuna","mibunas","mic","mica","micaceous","micas","micate","micated","micates","micating","micawber","micawbers","mice","micell","micella","micellae","micellar","micellas","micelle","micelles","micells","mich","michael","michaels","miche","miched","micher","michers","miches","michigan","michigans","miching","michings","micht","michts","mick","mickeries","mickery","mickey","mickeyed","mickeying","mickeys","mickies","mickle","mickler","mickles","micklest","micks","micky","mico","micos","micra","micrified","micrifies","micrify","micrifying","micro","microaerophile","microaerophiles","microaerophilic","microampere","microamperes","microanalyses","microanalysis","microanalyst","microanalysts","microanalytic","microanalytical","microanatomical","microanatomies","microanatomy","microarray","microarrays","microbalance","microbalances","microbar","microbarograph","microbarographs","microbars","microbe","microbeam","microbeams","microbes","microbial","microbian","microbic","microbiologic","microbiological","microbiologically","microbiologies","microbiologist","microbiologists","microbiology","microbiota","microblog","microblogger","microbloggers","microblogging","microbloggings","microblogs","microbrew","microbrewer","microbreweries","microbrewers","microbrewery","microbrewing","microbrewings","microbrews","microbubbles","microburst","microbursts","microbus","microbuses","microbusses","microcalorimeter","microcalorimeters","microcalorimetric","microcalorimetries","microcalorimetry","microcap","microcapsule","microcapsules","microcar","microcard","microcards","microcars","microcassette","microcassettes","microcelebrity","microcephal","microcephalic","microcephalics","microcephalies","microcephalous","microcephals","microcephaly","microchemical","microchemistry","microchip","microchipped","microchipping","microchips","microcircuit","microcircuitries","microcircuitry","microcircuits","microcirculation","microcirculations","microcirculatory","microclimate","microclimates","microclimatic","microcline","microclines","micrococcal","micrococci","micrococcus","microcode","microcodes","microcomponent","microcomponents","microcomputer","microcomputers","microcomputing","microcomputings","microcopied","microcopies","microcopy","microcopying","microcopyings","microcosm","microcosmic","microcosmical","microcosmically","microcosmos","microcosmoses","microcosms","microcrack","microcracked","microcracking","microcrackings","microcracks","microcrystal","microcrystalline","microcrystallinities","microcrystallinity","microcrystals","microcultural","microculture","microcultures","microcurie","microcuries","microcyte","microcytes","microcytic","microdensitometer","microdensitometers","microdensitometric","microdensitometries","microdensitometry","microdetection","microdetections","microdetector","microdetectors","microdissection","microdissections","microdont","microdontous","microdot","microdots","microdrive","microdrives","microearthquake","microearthquakes","microeconomic","microeconomics","microelectrode","microelectrodes","microelectronic","microelectronically","microelectronics","microelectrophoreses","microelectrophoresis","microelectrophoretic","microelectrophoretically","microelement","microelements","microencapsulate","microencapsulated","microencapsulates","microencapsulating","microencapsulation","microencapsulations","microenvironment","microenvironmental","microenvironments","microevolution","microevolutionary","microevolutions","microfarad","microfarads","microfauna","microfaunae","microfaunal","microfaunas","microfelsitic","microfiber","microfibers","microfibre","microfibres","microfibril","microfibrillar","microfibrils","microfiche","microfiches","microfilament","microfilaments","microfilaria","microfilariae","microfilarial","microfiling","microfilings","microfilm","microfilmable","microfilmed","microfilmer","microfilmers","microfilming","microfilms","microfilter","microfilters","microfloppies","microfloppy","microflora","microflorae","microfloral","microfloras","microform","microforms","microfossil","microfossils","microfungi","microfungus","microfunguses","microgamete","microgametes","microgametocyte","microgametocytes","microgeneration","microglia","microglias","microgram","micrograms","microgranite","microgranites","microgranitic","micrograph","micrographed","micrographer","micrographers","micrographic","micrographically","micrographics","micrographies","micrographing","micrographs","micrography","microgravities","microgravity","microgreens","microgroove","microgrooves","microhabitat","microhabitats","microhm","microhms","microimage","microimages","microinch","microinches","microinject","microinjected","microinjecting","microinjection","microinjections","microinjects","microinstruction","microinstructions","microjet","microjets","microlepidoptera","microlepidopterous","microlight","microlighting","microlightings","microlights","microlite","microliter","microliters","microlites","microlith","microlithic","microliths","microlitic","microloan","microloans","micrologic","micrological","micrologically","micrologies","micrologist","micrologists","micrology","microluces","microlux","microluxes","micromanage","micromanaged","micromanagement","micromanagements","micromanager","micromanagers","micromanages","micromanaging","micromanipulation","micromanipulations","micromanipulator","micromanipulators","micromarketing","micromarketings","micromere","micromeres","micromesh","micromeshes","micrometeorite","micrometeorites","micrometeoritic","micrometeoroid","micrometeoroids","micrometeorological","micrometeorologies","micrometeorologist","micrometeorologists","micrometeorology","micrometer","micrometers","micromethod","micromethods","micrometre","micrometres","micrometric","micrometrical","micrometries","micrometry","micromho","micromhos","micromicrocurie","micromicrofarad","micromillimetre","micromini","microminiature","microminiaturization","microminiaturizations","microminiaturized","microminis","micromolar","micromole","micromoles","micromorphological","micromorphologies","micromorphology","micron","micronation","micronations","microneedle","microneedles","micronisation","micronisations","micronise","micronised","micronises","micronising","micronization","micronizations","micronize","micronized","micronizes","micronizing","microns","micronuclei","micronucleus","micronucleuses","micronutrient","micronutrients","microorganism","microorganisms","micropaleontologic","micropaleontological","micropaleontologies","micropaleontologist","micropaleontologists","micropaleontology","microparasite","microparasites","microparasitic","microparticle","microparticles","micropayment","micropayments","micropegmatite","micropegmatites","micropegmatitic","microphage","microphages","microphagous","microphone","microphones","microphonic","microphonics","microphotograph","microphotographer","microphotographers","microphotographic","microphotographies","microphotographs","microphotography","microphotometer","microphotometers","microphotometric","microphotometrically","microphotometries","microphotometry","microphyll","microphyllous","microphylls","microphysical","microphysically","microphysics","microphyte","microphytes","microphytic","micropipet","micropipets","micropipette","micropipettes","microplankton","microplanktons","micropolis","micropolises","micropore","micropores","microporosities","microporosity","microporous","micropower","micropowers","microprint","microprinted","microprinting","microprintings","microprints","microprism","microprisms","microprobe","microprobes","microprocessing","microprocessor","microprocessors","microprogram","microprogramming","microprogrammings","microprograms","microprojection","microprojections","microprojector","microprojectors","micropsia","micropsias","micropterous","micropublisher","micropublishers","micropublishing","micropublishings","micropulsation","micropulsations","micropump","micropumps","micropuncture","micropunctures","micropylar","micropyle","micropyles","micropyrometer","micropyrometers","microquake","microquakes","microradiograph","microradiographic","microradiographies","microradiographs","microradiography","microreader","microreaders","microreproduction","microreproductions","micros","microsatellite","microsatellites","microscale","microscales","microscope","microscopes","microscopic","microscopical","microscopically","microscopies","microscopist","microscopists","microscopy","microsecond","microseconds","microseism","microseismic","microseismical","microseismicities","microseismicity","microseisms","microsite","microsites","microskirt","microskirts","microsleep","microsleeps","microsmatic","microsomal","microsome","microsomes","microspecies","microspectrophotometer","microspectrophotometers","microspectrophotometric","microspectrophotometries","microspectrophotometry","microsphere","microspheres","microspherical","microsporangia","microsporangiate","microsporangium","microspore","microspores","microsporic","microsporocyte","microsporocytes","microsporogeneses","microsporogenesis","microsporophyll","microsporophylls","microsporous","microstate","microstates","microstomatous","microstomous","microstructural","microstructure","microstructures","microsurgeon","microsurgeons","microsurgeries","microsurgery","microsurgical","microswitch","microswitches","microtechnic","microtechnics","microtechnique","microtechniques","microtechnology","microtome","microtomes","microtomic","microtomical","microtomies","microtomist","microtomists","microtomy","microtonal","microtonalities","microtonality","microtonally","microtone","microtones","microtubular","microtubule","microtubules","microtunnelling","microvascular","microvasculature","microvasculatures","microvillar","microvilli","microvillous","microvillus","microvolt","microvolts","microwatt","microwatts","microwavable","microwave","microwaveable","microwaved","microwaves","microwaving","microwire","microwires","microworld","microworlds","microwriter","microwriters","micrurgies","micrurgy","mics","miction","mictions","micturate","micturated","micturates","micturating","micturition","micturitions","mid","midair","midairs","midband","midbrain","midbrains","midcap","midcourse","midcult","midcults","midday","middays","middelmannetjie","middelskot","middelskots","midden","middens","middenstead","middensteads","middest","middie","middies","middle","middlebreaker","middlebreakers","middlebrow","middlebrowed","middlebrowism","middlebrowisms","middlebrows","middlebuster","middlebusters","middled","middleman","middlemen","middlemost","middler","middlers","middles","middleware","middlewares","middleweight","middleweights","middling","middlingly","middlings","middorsal","middy","midfield","midfielder","midfielders","midfields","midge","midges","midget","midgets","midgie","midgier","midgies","midgiest","midgut","midguts","midgy","midi","midinette","midinettes","midiron","midirons","midis","midiskirt","midiskirts","midland","midlander","midlanders","midlands","midlatitude","midlatitudes","midleg","midlegs","midlife","midlifer","midlifers","midline","midlines","midlist","midlists","midlittoral","midlittorals","midlives","midmonth","midmonths","midmost","midmosts","midnight","midnightly","midnights","midnoon","midnoons","midpoint","midpoints","midrange","midranges","midrash","midrashic","midrashim","midrashot","midrashoth","midrib","midribs","midriff","midriffs","mids","midsagittal","midsection","midsections","midship","midshipman","midshipmate","midshipmates","midshipmen","midships","midsize","midsized","midsole","midsoles","midspace","midspaces","midst","midstories","midstory","midstream","midstreams","midsts","midsummer","midsummers","midterm","midterms","midtown","midtowns","midwatch","midwatches","midway","midways","midweek","midweekly","midweeks","midwestern","midwife","midwifed","midwiferies","midwifery","midwifes","midwifing","midwinter","midwinters","midwive","midwived","midwives","midwiving","midyear","midyears","mielie","mielies","mien","miens","mieve","mieved","mieves","mieving","mifepristone","mifepristones","miff","miffed","miffier","miffiest","miffily","miffiness","miffinesses","miffing","miffs","miffy","mifty","mig","migg","miggle","miggles","miggs","might","mightest","mightful","mightier","mightiest","mightily","mightiness","mightinesses","mights","mightst","mighty","migmatite","migmatites","mignon","mignonette","mignonettes","mignonne","mignonnes","mignons","migraine","migraines","migraineur","migraineurs","migrainous","migrant","migrants","migrate","migrated","migrates","migrating","migration","migrational","migrationist","migrationists","migrations","migrator","migrators","migratory","migs","miha","mihas","mihi","mihied","mihiing","mihis","mihrab","mihrabs","mijnheer","mijnheers","mikado","mikados","mike","miked","mikes","miking","mikra","mikron","mikrons","mikvah","mikvahs","mikveh","mikvehs","mikvos","mikvot","mikvoth","mil","miladi","miladies","miladis","milady","milage","milages","milch","milchig","milchik","mild","milded","milden","mildened","mildening","mildens","milder","mildest","mildew","mildewed","mildewing","mildews","mildewy","milding","mildly","mildness","mildnesses","milds","mile","mileage","mileages","mileometer","mileometers","milepost","mileposts","miler","milers","miles","milesian","milesimo","milesimos","milestone","milestones","milf","milfoil","milfoils","milfs","milia","miliaria","miliarial","miliarias","miliary","milieu","milieus","milieux","militance","militances","militancies","militancy","militant","militantly","militantness","militantnesses","militants","militar","militaria","militaries","militarily","militarisation","militarisations","militarise","militarised","militarises","militarising","militarism","militarisms","militarist","militaristic","militaristically","militarists","militarization","militarizations","militarize","militarized","militarizes","militarizing","military","militate","militated","militates","militating","militation","militations","militia","militiaman","militiamen","militias","milium","milk","milked","milken","milker","milkers","milkfish","milkfishes","milkier","milkiest","milkily","milkiness","milkinesses","milking","milkings","milkless","milklike","milkmaid","milkmaids","milkman","milkmen","milko","milkos","milks","milkshake","milkshakes","milkshed","milksheds","milksop","milksopism","milksopisms","milksopping","milksoppy","milksops","milktoast","milktoasts","milkweed","milkweeds","milkwood","milkwoods","milkwort","milkworts","milky","mill","millable","millage","millages","millboard","millboards","millcake","millcakes","milldam","milldams","mille","milled","millefeuille","millefeuilles","millefiori","millefioris","millefleur","millefleurs","millenarian","millenarianism","millenarianisms","millenarians","millenaries","millenarism","millenarisms","millenary","millennia","millennial","millennialism","millennialisms","millennialist","millennialists","millennially","millennianism","millennianisms","millenniarism","millenniarisms","millennium","millenniums","milleped","millepede","millepedes","millepeds","millepore","millepores","miller","millerite","millerites","millers","milles","millesimal","millesimally","millesimals","millet","millets","millhand","millhands","millhouse","millhouses","milliampere","milliamperes","milliard","milliards","milliare","milliares","milliaries","milliary","millibar","millibars","millicurie","millicuries","millidegree","millidegrees","millie","millieme","milliemes","millier","milliers","millies","milligal","milligals","milligram","milligramme","milligrammes","milligrams","millihenries","millihenry","millihenrys","millilambert","millilamberts","milliliter","milliliters","millilitre","millilitres","milliluces","millilux","milliluxes","millime","millimes","millimeter","millimeters","millimetre","millimetres","millimho","millimhos","millimicron","millimicrons","millimolar","millimole","millimoles","milline","milliner","millineries","milliners","millinery","millines","milling","millings","milliohm","milliohms","million","millionaire","millionaires","millionairess","millionairesses","millionary","millionfold","millionnaire","millionnaires","millionnairess","millions","millionth","millionths","milliosmol","milliosmols","milliped","millipede","millipedes","millipeds","milliprobe","milliprobes","milliradian","milliradians","millirem","millirems","milliroentgen","milliroentgens","millisecond","milliseconds","millisievert","millisieverts","millivolt","millivolts","milliwatt","milliwatts","millocracies","millocracy","millocrat","millocrats","millpond","millponds","millrace","millraces","millrind","millrinds","millrun","millruns","mills","millscale","millscales","millstone","millstones","millstream","millstreams","milltail","milltails","millwheel","millwheels","millwork","millworks","millwright","millwrights","milneb","milnebs","milo","milometer","milometers","milor","milord","milords","milors","milos","milpa","milpas","milquetoast","milquetoasts","milreis","mils","milsey","milseys","milt","milted","milter","milters","miltier","miltiest","milting","miltonia","miltonias","milts","milty","miltz","miltzes","milvine","mim","mimbar","mimbars","mime","mimed","mimeo","mimeoed","mimeograph","mimeographed","mimeographing","mimeographs","mimeoing","mimeos","mimer","mimers","mimes","mimeses","mimesis","mimesises","mimester","mimesters","mimetic","mimetical","mimetically","mimetite","mimetites","mimic","mimical","mimicked","mimicker","mimickers","mimicking","mimicries","mimicry","mimics","miming","mimivirus","mimiviruses","mimmer","mimmest","mimmick","mimmicked","mimmicking","mimmicks","mimographer","mimographers","mimographies","mimography","mimosa","mimosaceous","mimosae","mimosas","mimsey","mimsier","mimsiest","mimsy","mimulus","mimuluses","mina","minable","minacious","minaciously","minacities","minacity","minae","minar","minaret","minareted","minarets","minars","minas","minatorial","minatorially","minatorily","minatory","minauderie","minauderies","minaudiere","minaudieres","minbar","minbars","mince","minced","mincemeat","mincemeats","mincer","mincers","minces","minceur","mincier","minciest","mincing","mincingly","mincy","mind","mindblower","mindblowers","minded","mindedness","mindednesses","minder","minders","mindfuck","mindfucks","mindful","mindfully","mindfulness","mindfulnesses","minding","mindings","mindless","mindlessly","mindlessness","mindlessnesses","minds","mindset","mindsets","mindshare","mindshares","mine","mineable","mined","minefield","minefields","minehunter","minehunters","minelayer","minelayers","mineola","mineolas","miner","mineral","mineralisable","mineralisation","mineralisations","mineralise","mineralised","mineraliser","mineralisers","mineralises","mineralising","mineralist","mineralists","mineralizable","mineralization","mineralizations","mineralize","mineralized","mineralizer","mineralizers","mineralizes","mineralizing","mineralocorticoid","mineralocorticoids","mineralogic","mineralogical","mineralogically","mineralogies","mineralogise","mineralogised","mineralogises","mineralogising","mineralogist","mineralogists","mineralogize","mineralogized","mineralogizes","mineralogizing","mineralogy","minerals","miners","mines","mineshaft","mineshafts","minestone","minestones","minestrone","minestrones","minesweeper","minesweepers","minesweeping","minesweepings","minette","minettes","minever","minevers","ming","minge","minged","minger","mingers","minges","mingier","mingiest","mingimingi","mingimingis","minginess","minginesses","minging","mingle","mingled","minglement","minglements","mingler","minglers","mingles","mingling","minglingly","minglings","mings","mingy","mini","miniate","miniated","miniates","miniating","miniation","miniations","miniature","miniatured","miniatures","miniaturing","miniaturisation","miniaturise","miniaturised","miniaturises","miniaturising","miniaturist","miniaturistic","miniaturists","miniaturization","miniaturizations","miniaturize","miniaturized","miniaturizes","miniaturizing","minibar","minibars","minibike","minibiker","minibikers","minibikes","minibreak","minibreaks","minibudget","minibudgets","minibus","minibuses","minibusses","minicab","minicabbing","minicabbings","minicabs","minicam","minicamp","minicamps","minicams","minicar","minicars","minicom","minicomputer","minicomputers","minicoms","minicourse","minicourses","minidisc","minidiscs","minidish","minidishes","minidisk","minidisks","minidress","minidresses","minier","miniest","minification","minifications","minified","minifies","minifloppies","minifloppy","minify","minifying","minikin","minikins","minilab","minilabs","minim","minima","minimal","minimalism","minimalisms","minimalist","minimalists","minimally","minimals","minimart","minimarts","minimax","minimaxed","minimaxes","minimaxing","miniment","miniments","minimill","minimills","minimisation","minimisations","minimise","minimised","minimiser","minimisers","minimises","minimising","minimism","minimisms","minimist","minimists","minimization","minimizations","minimize","minimized","minimizer","minimizers","minimizes","minimizing","minimoto","minimotos","minims","minimum","minimums","minimus","minimuses","mining","minings","minion","minions","minipark","miniparks","minipill","minipills","minirugbies","minirugby","minis","minischool","minischools","miniscule","miniscules","miniseries","minish","minished","minishes","minishing","miniski","miniskirt","miniskirted","miniskirts","miniskis","ministate","ministates","minister","ministered","ministeria","ministerial","ministerialist","ministerialists","ministerially","ministering","ministerium","ministers","ministership","ministerships","ministrant","ministrants","ministration","ministrations","ministrative","ministress","ministresses","ministries","ministroke","ministrokes","ministry","minitower","minitowers","minitrack","minitracks","minium","miniums","minivan","minivans","miniver","minivers","minivet","minivets","minivolley","minivolleys","mink","minke","minkes","minks","minneola","minneolas","minnesinger","minnesingers","minnick","minnicked","minnicking","minnicks","minnie","minnies","minnock","minnocked","minnocking","minnocks","minnow","minnows","minny","mino","minor","minorca","minorcas","minored","minoring","minoritaire","minoritaires","minorities","minority","minors","minorship","minorships","minos","minotaur","minoxidil","minoxidils","minshuku","minshukus","minster","minsters","minstrel","minstrels","minstrelsies","minstrelsy","mint","mintage","mintages","minted","minter","minters","mintier","mintiest","minting","mints","minty","minuend","minuends","minuet","minuets","minus","minuscular","minuscule","minuscules","minuses","minute","minuted","minutely","minuteman","minutemen","minuteness","minutenesses","minuter","minutes","minutest","minutia","minutiae","minutial","minuting","minutiose","minx","minxes","minxish","miny","minyan","minyanim","minyans","miocene","miombo","miombos","mioses","miosis","miotic","miotics","mips","miquelet","miquelets","mir","mirabelle","mirabelles","mirabilia","mirabilis","mirabilises","mirable","miracidia","miracidial","miracidium","miracle","miracles","miraculous","miraculously","miraculousness","miraculousnesses","mirador","miradors","mirage","mirages","mirandise","mirandised","mirandises","mirandising","mirandize","mirandized","mirandizes","mirandizing","mirbane","mirbanes","mirchi","mire","mired","mirepoix","mires","mirex","mirexes","miri","mirier","miriest","mirific","mirifical","mirifically","mirin","miriness","mirinesses","miring","mirins","miriti","miritis","mirk","mirker","mirkest","mirkier","mirkiest","mirkily","mirkiness","mirkinesses","mirks","mirky","mirlier","mirliest","mirligoes","mirliton","mirlitons","mirly","miro","miromiro","miromiros","miros","mirror","mirrored","mirroring","mirrorlike","mirrors","mirrorwise","mirs","mirth","mirthful","mirthfully","mirthfulness","mirthfulnesses","mirthless","mirthlessly","mirthlessness","mirthlessnesses","mirths","mirv","mirved","mirving","mirvs","miry","mirza","mirzas","mis","misacceptation","misacceptations","misact","misacted","misacting","misacts","misadapt","misadapted","misadapting","misadapts","misadd","misadded","misadding","misaddress","misaddressed","misaddresses","misaddressing","misadds","misadjust","misadjusted","misadjusting","misadjusts","misadministration","misadministrations","misadventure","misadventured","misadventurer","misadventurers","misadventures","misadventurous","misadvertence","misadvertences","misadvice","misadvices","misadvise","misadvised","misadvisedly","misadvisedness","misadvises","misadvising","misagent","misagents","misaim","misaimed","misaiming","misaims","misalign","misaligned","misaligning","misalignment","misalignments","misaligns","misallege","misalleged","misalleges","misalleging","misalliance","misalliances","misallied","misallies","misallocate","misallocated","misallocates","misallocating","misallocation","misallocations","misallot","misallotment","misallotments","misallots","misallotted","misallotting","misally","misallying","misalter","misaltered","misaltering","misalters","misanalyses","misanalysis","misandries","misandrist","misandrists","misandrous","misandry","misanthrope","misanthropes","misanthropic","misanthropical","misanthropically","misanthropies","misanthropist","misanthropists","misanthropos","misanthroposes","misanthropy","misapplication","misapplications","misapplied","misapplies","misapply","misapplying","misappraisal","misappraisals","misappreciate","misappreciated","misappreciates","misappreciating","misappreciation","misappreciative","misapprehend","misapprehended","misapprehending","misapprehends","misapprehension","misapprehensions","misapprehensive","misappropriate","misappropriated","misappropriates","misappropriating","misappropriation","misappropriations","misarrange","misarranged","misarrangement","misarrangements","misarranges","misarranging","misarray","misarrays","misarticulate","misarticulated","misarticulates","misarticulating","misassay","misassayed","misassaying","misassays","misassemble","misassembled","misassembles","misassembling","misassign","misassigned","misassigning","misassigns","misassumption","misassumptions","misate","misatone","misatoned","misatones","misatoning","misattribute","misattributed","misattributes","misattributing","misattribution","misattributions","misaunter","misaunters","misaver","misaverred","misaverring","misavers","misavised","misaward","misawarded","misawarding","misawards","misbalance","misbalanced","misbalances","misbalancing","misbecame","misbecome","misbecomes","misbecoming","misbecomingness","misbegan","misbegin","misbeginning","misbegins","misbegot","misbegotten","misbegun","misbehave","misbehaved","misbehaver","misbehavers","misbehaves","misbehaving","misbehavior","misbehaviors","misbehaviour","misbehaviours","misbelief","misbeliefs","misbelieve","misbelieved","misbeliever","misbelievers","misbelieves","misbelieving","misbeseem","misbeseemed","misbeseeming","misbeseems","misbestow","misbestowal","misbestowals","misbestowed","misbestowing","misbestows","misbias","misbiased","misbiases","misbiasing","misbiassed","misbiasses","misbiassing","misbill","misbilled","misbilling","misbills","misbind","misbinding","misbinds","misbirth","misbirths","misborn","misbound","misbrand","misbranded","misbranding","misbrands","misbuild","misbuilding","misbuilds","misbuilt","misbutton","misbuttoned","misbuttoning","misbuttons","miscalculate","miscalculated","miscalculates","miscalculating","miscalculation","miscalculations","miscalculator","miscalculators","miscall","miscalled","miscaller","miscallers","miscalling","miscalls","miscanthus","miscanthuses","miscaption","miscaptioned","miscaptioning","miscaptions","miscarriage","miscarriages","miscarried","miscarries","miscarry","miscarrying","miscast","miscasting","miscasts","miscatalog","miscataloged","miscataloging","miscatalogs","miscegen","miscegenate","miscegenated","miscegenates","miscegenating","miscegenation","miscegenational","miscegenations","miscegenator","miscegenators","miscegene","miscegenes","miscegenetic","miscegenist","miscegenists","miscegens","miscegine","miscegines","miscellanarian","miscellanarians","miscellanea","miscellaneous","miscellaneously","miscellaneousness","miscellaneousnesses","miscellanies","miscellanist","miscellanists","miscellany","misch","mischallenge","mischallenges","mischance","mischanced","mischanceful","mischances","mischancing","mischancy","mischannel","mischanneled","mischanneling","mischannelled","mischannelling","mischannels","mischanter","mischanters","mischaracterise","mischaracterization","mischaracterizations","mischaracterize","mischaracterized","mischaracterizes","mischaracterizing","mischarge","mischarged","mischarges","mischarging","mischief","mischiefed","mischiefing","mischiefs","mischievous","mischievously","mischievousness","mischievousnesses","mischmetal","mischmetals","mischoice","mischoices","mischoose","mischooses","mischoosing","mischose","mischosen","miscibilities","miscibility","miscible","miscitation","miscitations","miscite","miscited","miscites","misciting","misclaim","misclaimed","misclaiming","misclaims","misclass","misclassed","misclasses","misclassification","misclassifications","misclassified","misclassifies","misclassify","misclassifying","misclassing","miscode","miscoded","miscodes","miscoding","miscoin","miscoined","miscoining","miscoins","miscolor","miscolored","miscoloring","miscolors","miscolour","miscoloured","miscolouring","miscolours","miscommunication","miscommunications","miscomprehend","miscomprehended","miscomprehends","miscomprehension","miscomprehensions","miscomputation","miscomputations","miscompute","miscomputed","miscomputes","miscomputing","misconceit","misconceited","misconceiting","misconceits","misconceive","misconceived","misconceiver","misconceivers","misconceives","misconceiving","misconception","misconceptions","misconduct","misconducted","misconducting","misconducts","misconjecture","misconjectured","misconjectures","misconjecturing","misconnect","misconnected","misconnecting","misconnection","misconnections","misconnects","misconster","misconstered","misconstering","misconsters","misconstruct","misconstructed","misconstructing","misconstruction","misconstructions","misconstructs","misconstrue","misconstrued","misconstrues","misconstruing","miscontent","miscontented","miscontenting","miscontentment","miscontentments","miscontents","miscook","miscooked","miscooking","miscooks","miscopied","miscopies","miscopy","miscopying","miscorrect","miscorrected","miscorrecting","miscorrection","miscorrections","miscorrects","miscorrelation","miscorrelations","miscounsel","miscounselled","miscounselling","miscounsels","miscount","miscounted","miscounting","miscounts","miscreance","miscreances","miscreancies","miscreancy","miscreant","miscreants","miscreate","miscreated","miscreates","miscreating","miscreation","miscreations","miscreative","miscreator","miscreators","miscreaunce","miscreaunces","miscredit","miscredited","miscrediting","miscredits","miscreed","miscreeds","miscue","miscued","miscueing","miscues","miscuing","miscut","miscuts","miscutting","misdate","misdated","misdates","misdating","misdeal","misdealer","misdealers","misdealing","misdeals","misdealt","misdeed","misdeeds","misdeem","misdeemed","misdeemful","misdeeming","misdeemings","misdeems","misdefine","misdefined","misdefines","misdefining","misdemean","misdemeanant","misdemeanants","misdemeaned","misdemeaning","misdemeanor","misdemeanors","misdemeanour","misdemeanours","misdemeans","misdempt","misdescribe","misdescribed","misdescribes","misdescribing","misdescription","misdescriptions","misdesert","misdeserts","misdevelop","misdeveloped","misdeveloping","misdevelops","misdevotion","misdevotions","misdiagnose","misdiagnosed","misdiagnoses","misdiagnosing","misdiagnosis","misdial","misdialed","misdialing","misdialled","misdialling","misdials","misdid","misdiet","misdiets","misdight","misdirect","misdirected","misdirecting","misdirection","misdirections","misdirects","misdistribution","misdistributions","misdivide","misdivided","misdivides","misdividing","misdivision","misdivisions","misdo","misdoer","misdoers","misdoes","misdoing","misdoings","misdone","misdonne","misdoubt","misdoubted","misdoubtful","misdoubting","misdoubts","misdraw","misdrawing","misdrawings","misdrawn","misdraws","misdread","misdreads","misdrew","misdrive","misdriven","misdrives","misdriving","misdrove","mise","misease","miseases","miseat","miseaten","miseating","miseats","misedit","misedited","misediting","misedits","miseducate","miseducated","miseducates","miseducating","miseducation","miseducations","misemphases","misemphasis","misemphasise","misemphasised","misemphasises","misemphasising","misemphasize","misemphasized","misemphasizes","misemphasizing","misemploy","misemployed","misemploying","misemployment","misemployments","misemploys","misenrol","misenroll","misenrolled","misenrolling","misenrolls","misenrols","misenter","misentered","misentering","misenters","misentreat","misentreated","misentreating","misentreats","misentries","misentry","miser","miserabilism","miserabilisms","miserabilist","miserabilists","miserable","miserableness","miserablenesses","miserables","miserablism","miserablisms","miserablist","miserablists","miserably","misere","miserere","misereres","miseres","misericord","misericorde","misericordes","misericords","miseries","miserlier","miserliest","miserliness","miserlinesses","miserly","misers","misery","mises","misesteem","misesteemed","misesteeming","misesteems","misestimate","misestimated","misestimates","misestimating","misestimation","misestimations","misevaluate","misevaluated","misevaluates","misevaluating","misevaluation","misevaluations","misevent","misevents","misfaith","misfaiths","misfall","misfallen","misfalling","misfalls","misfalne","misfare","misfared","misfares","misfaring","misfarings","misfeasance","misfeasances","misfeasor","misfeasors","misfeature","misfeatured","misfeatures","misfeaturing","misfed","misfeed","misfeeding","misfeeds","misfeign","misfeigned","misfeigning","misfeigns","misfell","misfield","misfielded","misfielding","misfields","misfile","misfiled","misfiles","misfiling","misfire","misfired","misfires","misfiring","misfit","misfits","misfitted","misfitting","misfocus","misfocused","misfocuses","misfocusing","misfocussed","misfocusses","misfocussing","misform","misformation","misformations","misformed","misforming","misforms","misfortune","misfortuned","misfortunes","misframe","misframed","misframes","misframing","misfunction","misfunctioned","misfunctioning","misfunctions","misgauge","misgauged","misgauges","misgauging","misgave","misgive","misgiven","misgives","misgiving","misgivings","misgo","misgoes","misgoing","misgone","misgotten","misgovern","misgovernaunce","misgovernaunces","misgoverned","misgoverning","misgovernment","misgovernments","misgovernor","misgovernors","misgoverns","misgrade","misgraded","misgrades","misgrading","misgraff","misgraft","misgrafted","misgrafting","misgrafts","misgrew","misgrow","misgrowing","misgrown","misgrows","misgrowth","misgrowths","misguess","misguessed","misguesses","misguessing","misguggle","misguggled","misguggles","misguggling","misguidance","misguidances","misguide","misguided","misguidedly","misguidedness","misguidednesses","misguider","misguiders","misguides","misguiding","mishallowed","mishandle","mishandled","mishandles","mishandling","mishanter","mishanters","mishap","mishapped","mishappen","mishappened","mishappening","mishappens","mishapping","mishaps","mishapt","mishear","misheard","mishearing","mishears","mishegaas","mishegaasen","mishegoss","mishguggle","mishguggled","mishguggles","mishguggling","mishit","mishits","mishitting","mishmash","mishmashes","mishmee","mishmees","mishmi","mishmis","mishmosh","mishmoshes","misidentification","misidentifications","misidentified","misidentifies","misidentify","misidentifying","misimpression","misimpressions","misimprove","misimproved","misimprovement","misimprovements","misimproves","misimproving","misinfer","misinferred","misinferring","misinfers","misinform","misinformant","misinformants","misinformation","misinformations","misinformed","misinformer","misinformers","misinforming","misinforms","misinstruct","misinstructed","misinstructing","misinstruction","misinstructions","misinstructs","misintelligence","misintend","misintended","misintending","misintends","misinter","misinterpret","misinterpretation","misinterpretations","misinterpreted","misinterpreter","misinterpreters","misinterpreting","misinterprets","misinterred","misinterring","misinters","misjoin","misjoinder","misjoinders","misjoined","misjoining","misjoins","misjudge","misjudged","misjudgement","misjudgements","misjudger","misjudgers","misjudges","misjudging","misjudgment","misjudgments","miskal","miskals","miskeep","miskeeping","miskeeps","misken","miskenned","miskenning","miskens","miskent","miskept","miskey","miskeyed","miskeying","miskeys","miskick","miskicked","miskicking","miskicks","misknew","misknow","misknowing","misknowledge","misknowledges","misknown","misknows","mislabel","mislabeled","mislabeling","mislabelled","mislabelling","mislabels","mislabor","mislabored","mislaboring","mislabors","mislaid","mislain","mislay","mislayer","mislayers","mislaying","mislays","mislead","misleader","misleaders","misleading","misleadingly","misleads","misleared","mislearn","mislearned","mislearning","mislearns","mislearnt","misled","misleeke","misleeked","misleekes","misleeking","misletoe","misletoes","mislie","mislies","mislight","mislighted","mislighting","mislights","mislike","misliked","misliker","mislikers","mislikes","misliking","mislikings","mislippen","mislippened","mislippening","mislippens","mislit","mislive","mislived","mislives","misliving","mislocate","mislocated","mislocates","mislocating","mislocation","mislocations","mislodge","mislodged","mislodges","mislodging","misluck","mislucked","mislucking","mislucks","mislying","mismade","mismake","mismakes","mismaking","mismanage","mismanaged","mismanagement","mismanagements","mismanager","mismanagers","mismanages","mismanaging","mismanners","mismark","mismarked","mismarking","mismarks","mismarriage","mismarriages","mismarried","mismarries","mismarry","mismarrying","mismatch","mismatched","mismatches","mismatching","mismatchment","mismatchments","mismate","mismated","mismates","mismating","mismeasure","mismeasured","mismeasurement","mismeasurements","mismeasures","mismeasuring","mismeet","mismeeting","mismeets","mismet","mismetre","mismetred","mismetres","mismetring","mismove","mismoved","mismoves","mismoving","misname","misnamed","misnames","misnaming","misnomer","misnomered","misnomering","misnomers","misnumber","misnumbered","misnumbering","misnumbers","miso","misobservance","misobservances","misobserve","misobserved","misobserves","misobserving","misocapnic","misoclere","misogamic","misogamies","misogamist","misogamists","misogamy","misogynic","misogynies","misogynist","misogynistic","misogynistical","misogynists","misogynous","misogyny","misologies","misologist","misologists","misology","misoneism","misoneisms","misoneist","misoneistic","misoneists","misorder","misordered","misordering","misorders","misorient","misorientation","misorientations","misoriented","misorienting","misorients","misos","mispackage","mispackaged","mispackages","mispackaging","mispage","mispaged","mispages","mispaging","mispaint","mispainted","mispainting","mispaints","misparse","misparsed","misparses","misparsing","mispart","misparted","misparting","misparts","mispatch","mispatched","mispatches","mispatching","mispen","mispenned","mispenning","mispens","misperceive","misperceived","misperceives","misperceiving","misperception","misperceptions","mispersuade","mispersuaded","mispersuades","mispersuading","mispersuasion","mispersuasions","misphrase","misphrased","misphrases","misphrasing","mispickel","mispickels","misplace","misplaced","misplacement","misplacements","misplaces","misplacing","misplan","misplanned","misplanning","misplans","misplant","misplanted","misplanting","misplants","misplay","misplayed","misplaying","misplays","misplead","mispleaded","mispleading","mispleadings","mispleads","misplease","mispleased","mispleases","mispleasing","mispled","mispoint","mispointed","mispointing","mispoints","mispoise","mispoised","mispoises","mispoising","misposition","mispositioned","mispositioning","mispositions","mispraise","mispraised","mispraises","mispraising","misprice","mispriced","misprices","mispricing","misprint","misprinted","misprinting","misprints","misprise","misprised","misprises","misprising","misprision","misprisions","misprize","misprized","misprizer","misprizers","misprizes","misprizing","misprogram","misprogramed","misprograming","misprogrammed","misprogramming","misprograms","mispronounce","mispronounced","mispronounces","mispronouncing","mispronunciation","mispronunciations","misproportion","misproportioned","misproportions","misproud","mispunctuate","mispunctuated","mispunctuates","mispunctuating","mispunctuation","mispunctuations","misquotation","misquotations","misquote","misquoted","misquoter","misquoters","misquotes","misquoting","misraise","misraised","misraises","misraising","misrate","misrated","misrates","misrating","misread","misreading","misreadings","misreads","misreckon","misreckoned","misreckoning","misreckonings","misreckons","misrecollection","misrecollections","misrecord","misrecorded","misrecording","misrecords","misrefer","misreference","misreferences","misreferred","misreferring","misrefers","misregard","misregards","misregister","misregistered","misregistering","misregisters","misregistration","misregistrations","misrelate","misrelated","misrelates","misrelating","misrelation","misrelations","misrelied","misrelies","misrely","misrelying","misremember","misremembered","misremembering","misremembers","misrender","misrendered","misrendering","misrenders","misreport","misreported","misreporter","misreporters","misreporting","misreports","misrepresent","misrepresentation","misrepresentations","misrepresentative","misrepresented","misrepresenter","misrepresenters","misrepresenting","misrepresents","misrhymed","misroute","misrouted","misrouteing","misroutes","misrouting","misrule","misruled","misrules","misruling","miss","missa","missable","missae","missaid","missal","missals","missaw","missay","missaying","missayings","missays","misseat","misseated","misseating","misseats","missed","missee","misseeing","misseem","misseemed","misseeming","misseemings","misseems","misseen","missees","missel","missell","misselling","missellings","missells","missels","missend","missending","missends","missense","missenses","missent","misses","misset","missets","missetting","misshape","misshaped","misshapen","misshapenly","misshapenness","misshapennesses","misshaper","misshapers","misshapes","misshaping","missheathed","misshod","misshood","misshoods","missier","missies","missiest","missile","missileer","missileers","missileman","missilemen","missileries","missilery","missiles","missilries","missilry","missing","missingly","missiologies","missiology","mission","missional","missionaries","missionarise","missionarised","missionarises","missionarising","missionarize","missionarized","missionarizes","missionarizing","missionary","missioned","missioner","missioners","missioning","missionisation","missionisations","missionise","missionised","missioniser","missionisers","missionises","missionising","missionization","missionizations","missionize","missionized","missionizer","missionizers","missionizes","missionizing","missions","missis","missises","missish","missishness","missishnesses","missive","missives","missold","missort","missorted","missorting","missorts","missound","missounded","missounding","missounds","missout","missouts","misspace","misspaced","misspaces","misspacing","misspeak","misspeaking","misspeaks","misspell","misspelled","misspelling","misspellings","misspells","misspelt","misspend","misspender","misspenders","misspending","misspends","misspent","misspoke","misspoken","misstamp","misstamped","misstamping","misstamps","misstart","misstarted","misstarting","misstarts","misstate","misstated","misstatement","misstatements","misstates","misstating","missteer","missteered","missteering","missteers","misstep","misstepped","misstepping","missteps","misstop","misstopped","misstopping","misstops","misstricken","misstrike","misstrikes","misstriking","misstruck","misstyle","misstyled","misstyles","misstyling","missuit","missuited","missuiting","missuits","missummation","missummations","missus","missuses","missy","mist","mistakable","mistakably","mistake","mistakeable","mistakeably","mistaken","mistakenly","mistakenness","mistakennesses","mistaker","mistakers","mistakes","mistaking","mistakings","mistal","mistals","mistaught","mistbow","mistbows","misteach","misteaches","misteaching","misted","mistell","mistelling","mistells","mistemper","mistempered","mistempering","mistempers","mistend","mistended","mistending","mistends","mister","mistered","misteries","mistering","misterm","mistermed","misterming","misterms","misters","mistery","misteuk","mistful","misthink","misthinking","misthinks","misthought","misthoughts","misthrew","misthrow","misthrowing","misthrown","misthrows","mistico","misticos","mistier","mistiest","mistigris","mistigrises","mistily","mistime","mistimed","mistimes","mistiming","mistiness","mistinesses","misting","mistings","mistitle","mistitled","mistitles","mistitling","mistle","mistled","mistles","mistletoe","mistletoes","mistling","mistold","mistook","mistouch","mistouched","mistouches","mistouching","mistrace","mistraced","mistraces","mistracing","mistrain","mistrained","mistraining","mistrains","mistral","mistrals","mistranscribe","mistranscribed","mistranscribes","mistranscribing","mistranscription","mistranscriptions","mistranslate","mistranslated","mistranslates","mistranslating","mistranslation","mistranslations","mistrayned","mistreading","mistreadings","mistreat","mistreated","mistreating","mistreatment","mistreatments","mistreats","mistress","mistressed","mistresses","mistressing","mistressless","mistressly","mistrial","mistrials","mistrust","mistrusted","mistruster","mistrusters","mistrustful","mistrustfully","mistrustfulness","mistrustfulnesses","mistrusting","mistrustingly","mistrustless","mistrusts","mistruth","mistruths","mistryst","mistrysted","mistrysting","mistrysts","mists","mistune","mistuned","mistunes","mistuning","mistutor","mistutored","mistutoring","mistutors","misty","mistype","mistyped","mistypes","mistyping","misunderstand","misunderstanding","misunderstandings","misunderstands","misunderstood","misunion","misunions","misusage","misusages","misuse","misused","misuser","misusers","misuses","misusing","misust","misutilisation","misutilisations","misutilization","misutilizations","misvalue","misvalued","misvalues","misvaluing","misventure","misventures","misventurous","misvocalisation","misvocalization","misvocalizations","miswandred","misween","misweened","misweening","misweens","miswend","miswending","miswends","miswent","misword","misworded","miswording","miswordings","miswords","misworship","misworshipped","misworshipping","misworships","miswrit","miswrite","miswrites","miswriting","miswritten","miswrote","misyoke","misyoked","misyokes","misyoking","mitch","mitched","mitches","mitching","mite","miter","mitered","miterer","miterers","mitering","miters","miterwort","miterworts","mites","mither","mithered","mithering","mithers","mithradatic","mithridate","mithridates","mithridatic","mithridatise","mithridatised","mithridatises","mithridatising","mithridatism","mithridatisms","mithridatize","mithridatized","mithridatizes","mithridatizing","miticidal","miticide","miticides","mitier","mitiest","mitigable","mitigant","mitigate","mitigated","mitigates","mitigating","mitigation","mitigations","mitigative","mitigatives","mitigator","mitigators","mitigatory","mitis","mitises","mitochondria","mitochondrial","mitochondrion","mitogen","mitogenetic","mitogenic","mitogenicities","mitogenicity","mitogens","mitomycin","mitomycins","mitoses","mitosis","mitotic","mitotically","mitraille","mitrailles","mitrailleur","mitrailleurs","mitrailleuse","mitrailleuses","mitral","mitre","mitred","mitres","mitrewort","mitreworts","mitriform","mitring","mitsvah","mitsvahs","mitsvoth","mitt","mitten","mittened","mittens","mittimus","mittimuses","mitts","mitumba","mitumbas","mity","mitzvah","mitzvahs","mitzvoth","miurus","miuruses","mix","mixabilities","mixability","mixable","mixdown","mixdowns","mixed","mixedly","mixedness","mixednesses","mixen","mixens","mixer","mixers","mixes","mixible","mixier","mixiest","mixing","mixmaster","mixmasters","mixobarbaric","mixologies","mixologist","mixologists","mixology","mixolydian","mixotrophic","mixt","mixte","mixtion","mixtions","mixture","mixtures","mixup","mixups","mixy","miz","mizen","mizenmast","mizenmasts","mizens","mizmaze","mizmazes","mizuna","mizunas","mizz","mizzen","mizzenmast","mizzenmasts","mizzens","mizzes","mizzle","mizzled","mizzles","mizzlier","mizzliest","mizzling","mizzlings","mizzly","mizzonite","mizzonites","mizzy","mm","mna","mnas","mneme","mnemes","mnemic","mnemon","mnemonic","mnemonical","mnemonically","mnemonics","mnemonist","mnemonists","mnemons","mnemotechnic","mnemotechnics","mnemotechnist","mnemotechnists","mo","moa","moai","moan","moaned","moaner","moaners","moanful","moanfully","moaning","moaningly","moanings","moans","moas","moat","moated","moating","moatlike","moats","mob","mobbed","mobber","mobbers","mobbie","mobbies","mobbing","mobbings","mobbish","mobbishly","mobbism","mobbisms","mobble","mobbled","mobbles","mobbling","mobby","mobcap","mobcaps","mobcast","mobcasted","mobcasting","mobcastings","mobcasts","mobe","mobes","mobey","mobeys","mobie","mobies","mobile","mobiles","mobilisable","mobilisation","mobilisations","mobilise","mobilised","mobiliser","mobilisers","mobilises","mobilising","mobilities","mobility","mobilizable","mobilization","mobilizations","mobilize","mobilized","mobilizer","mobilizers","mobilizes","mobilizing","moble","mobled","mobles","mobling","moblog","moblogger","mobloggers","moblogs","mobocracies","mobocracy","mobocrat","mobocratic","mobocratical","mobocrats","mobs","mobsman","mobsmen","mobster","mobsters","moby","moc","mocassin","mocassins","moccasin","moccasins","moccies","moch","mocha","mochas","mochell","mochells","mochie","mochier","mochiest","mochila","mochilas","mochiness","mochinesses","mochs","mochy","mock","mockable","mockado","mockadoes","mockage","mockages","mocked","mocker","mockered","mockeries","mockering","mockernut","mockernuts","mockers","mockery","mocking","mockingbird","mockingbirds","mockingly","mockings","mockney","mockneys","mocks","mocktail","mocktails","mockumentaries","mockumentary","mockup","mockups","mocock","mococks","mocs","mocuck","mocucks","mocuddum","mocuddums","mod","modafinil","modafinils","modal","modalism","modalisms","modalist","modalistic","modalists","modalities","modality","modally","modals","modded","modder","modders","modding","moddings","mode","model","modeled","modeler","modelers","modeling","modelings","modelist","modelists","modelled","modeller","modellers","modelli","modelling","modellings","modello","modellos","models","modem","modemed","modeming","modems","modena","modenas","moder","moderate","moderated","moderately","moderateness","moderatenesses","moderates","moderating","moderation","moderations","moderatism","moderatisms","moderato","moderator","moderators","moderatorship","moderatorships","moderatos","moderatrices","moderatrix","moderatrixes","modern","moderne","moderner","modernes","modernest","modernisation","modernisations","modernise","modernised","moderniser","modernisers","modernises","modernising","modernism","modernisms","modernist","modernistic","modernistically","modernists","modernities","modernity","modernization","modernizations","modernize","modernized","modernizer","modernizers","modernizes","modernizing","modernly","modernness","modernnesses","moderns","moders","modes","modest","modester","modestest","modesties","modestly","modesty","modge","modged","modges","modging","modi","modica","modicum","modicums","modifiabilities","modifiability","modifiable","modifiableness","modification","modifications","modificative","modificatory","modified","modifier","modifiers","modifies","modify","modifying","modii","modillion","modillions","modiolar","modioli","modiolus","modish","modishly","modishness","modishnesses","modist","modiste","modistes","modists","modius","modiwort","modiworts","mods","modulabilities","modulability","modular","modularised","modularities","modularity","modularized","modularly","modulars","modulate","modulated","modulates","modulating","modulation","modulations","modulative","modulator","modulators","modulatory","module","modules","moduli","modulo","modulus","modus","moe","moellon","moellons","moer","moered","moering","moers","moes","mofette","mofettes","moffette","moffettes","moffie","moffies","mofo","mofos","mofussil","mofussils","mog","moggan","moggans","mogged","moggie","moggies","mogging","moggy","moghul","moghuls","mogs","mogul","moguled","moguls","mohair","mohairs","mohalim","mohawk","mohawks","mohel","mohelim","mohels","mohican","mohicans","mohr","mohrs","mohua","mohuas","mohur","mohurs","moi","moider","moidered","moidering","moiders","moidore","moidores","moieties","moiety","moil","moiled","moiler","moilers","moiling","moilingly","moils","moineau","moineaus","moira","moirai","moire","moires","moiser","moisers","moist","moisted","moisten","moistened","moistener","moisteners","moistening","moistens","moister","moistest","moistful","moistified","moistifies","moistify","moistifying","moisting","moistly","moistness","moistnesses","moists","moisture","moistureless","moistures","moisturise","moisturised","moisturiser","moisturisers","moisturises","moisturising","moisturize","moisturized","moisturizer","moisturizers","moisturizes","moisturizing","moit","moither","moithered","moithering","moithers","moits","mojarra","mojarras","mojito","mojitos","mojo","mojoes","mojos","mokaddam","mokaddams","moke","mokes","moki","mokihi","mokihis","mokis","moko","mokomoko","mokomokos","mokopuna","mokopunas","mokoro","mokoros","mokos","moksha","mokshas","mol","mola","molal","molalities","molality","molar","molarities","molarity","molars","molas","molasse","molasses","molasseses","mold","moldabilities","moldability","moldable","moldavite","moldavites","moldboard","moldboards","molded","molder","moldered","moldering","molders","moldier","moldiest","moldiness","moldinesses","molding","moldings","molds","moldwarp","moldwarps","moldy","mole","molecast","molecasts","molecatcher","molecatchers","molecular","molecularities","molecularity","molecularly","molecule","molecules","molehill","molehills","molendinar","molendinaries","molendinars","molendinary","moles","moleskin","moleskins","molest","molestation","molestations","molested","molester","molesters","molestful","molesting","molests","molies","molimen","molimens","moliminous","moline","molines","molinet","molinets","moll","molla","mollah","mollahs","mollas","mollie","mollies","mollifiable","mollification","mollifications","mollified","mollifier","mollifiers","mollifies","mollify","mollifying","mollities","mollitious","molls","mollusc","mollusca","molluscan","molluscans","molluscicidal","molluscicide","molluscicides","molluscoid","molluscoidal","molluscoids","molluscous","molluscs","molluscum","mollusk","molluskan","molluskans","mollusks","molly","mollycoddle","mollycoddled","mollycoddler","mollycoddlers","mollycoddles","mollycoddling","mollyhawk","mollyhawks","mollymawk","mollymawks","moloch","molochise","molochised","molochises","molochising","molochize","molochized","molochizes","molochizing","molochs","molossi","molossus","mols","molt","molted","molten","moltenly","molter","molters","molting","molto","molts","moly","molybdate","molybdates","molybdenite","molybdenites","molybdenoses","molybdenosis","molybdenous","molybdenum","molybdenums","molybdic","molybdoses","molybdosis","molybdous","mom","mome","moment","momenta","momentaneous","momentany","momentarily","momentariness","momentarinesses","momentary","momently","momento","momentoes","momentos","momentous","momentously","momentousness","momentousnesses","moments","momentum","momentums","momes","momi","momism","momisms","momma","mommas","mommet","mommets","mommies","mommy","moms","momser","momsers","momus","momuses","momzer","momzerim","momzers","mon","mona","monachal","monachism","monachisms","monachist","monachists","monacid","monacidic","monacids","monact","monactinal","monactine","monad","monadal","monadelphous","monades","monadic","monadical","monadically","monadiform","monadism","monadisms","monadistic","monadnock","monadnocks","monadologies","monadology","monads","monal","monals","monandries","monandrous","monandry","monanthous","monarch","monarchal","monarchally","monarchial","monarchic","monarchical","monarchically","monarchies","monarchise","monarchised","monarchises","monarchising","monarchism","monarchisms","monarchist","monarchistic","monarchists","monarchize","monarchized","monarchizes","monarchizing","monarchs","monarchy","monarda","monardas","monas","monases","monasterial","monasteries","monastery","monastic","monastical","monastically","monasticism","monasticisms","monastics","monatomic","monaul","monauls","monaural","monaurally","monaxial","monaxon","monaxonic","monaxons","monazite","monazites","monchiquite","monchiquites","mondain","mondaine","mondaines","mondains","monde","mondegreen","mondegreens","mondes","mondial","mondo","mondos","monecian","monecious","moneciously","monellin","monellins","moneme","monemes","moner","monera","moneran","monerans","monergism","monergisms","moneron","monestrous","monetarily","monetarism","monetarisms","monetarist","monetarists","monetary","moneth","moneths","monetisation","monetisations","monetise","monetised","monetises","monetising","monetization","monetizations","monetize","monetized","monetizes","monetizing","money","moneybag","moneybags","moneychanger","moneychangers","moneyed","moneyer","moneyers","moneygrubbing","moneygrubbings","moneylender","moneylenders","moneylending","moneylendings","moneyless","moneymaker","moneymakers","moneymaking","moneymakings","moneyman","moneymen","moneys","moneyspinning","moneywort","moneyworts","mong","mongcorn","mongcorns","monged","mongeese","monger","mongered","mongeries","mongering","mongerings","mongers","mongery","mongo","mongoe","mongoes","mongol","mongolian","mongolism","mongolisms","mongoloid","mongoloids","mongols","mongoose","mongooses","mongos","mongrel","mongrelisation","mongrelisations","mongrelise","mongrelised","mongreliser","mongrelisers","mongrelises","mongrelising","mongrelism","mongrelisms","mongrelization","mongrelizations","mongrelize","mongrelized","mongrelizer","mongrelizers","mongrelizes","mongrelizing","mongrelly","mongrels","mongs","mongst","monial","monials","monicker","monickers","monie","monied","monies","moniker","monikers","monilia","monilial","monilias","moniliases","moniliasis","moniliform","moniment","moniments","moniplies","monish","monished","monishes","monishing","monism","monisms","monist","monistic","monistical","monistically","monists","monition","monitions","monitive","monitor","monitored","monitorial","monitorially","monitories","monitoring","monitorings","monitors","monitorship","monitorships","monitory","monitress","monitresses","monk","monkeries","monkery","monkey","monkeyed","monkeygland","monkeying","monkeyish","monkeyism","monkeyisms","monkeypod","monkeypods","monkeypot","monkeypots","monkeys","monkeyshine","monkeyshines","monkfish","monkfishes","monkhood","monkhoods","monkish","monkishly","monkishness","monkishnesses","monks","monkshood","monkshoods","mono","monoacid","monoacidic","monoacids","monoamine","monoaminergic","monoamines","monoao","monoaos","monoatomic","monobasic","monoblepses","monoblepsis","monobrow","monobrows","monocarboxylic","monocardian","monocarp","monocarpellary","monocarpic","monocarpous","monocarps","monoceros","monoceroses","monocerous","monochasia","monochasial","monochasium","monochlamydeous","monochloride","monochlorides","monochord","monochords","monochroic","monochroics","monochromasies","monochromasy","monochromat","monochromate","monochromates","monochromatic","monochromatically","monochromaticities","monochromaticity","monochromatics","monochromatism","monochromatisms","monochromator","monochromators","monochromats","monochrome","monochromes","monochromic","monochromical","monochromies","monochromist","monochromists","monochromy","monocle","monocled","monocles","monoclinal","monoclinally","monoclinals","monocline","monoclines","monoclinic","monoclinism","monoclinisms","monoclinous","monoclonal","monoclonals","monocoque","monocoques","monocot","monocots","monocotyl","monocotyledon","monocotyledonous","monocotyledons","monocotyls","monocracies","monocracy","monocrat","monocratic","monocrats","monocrystal","monocrystalline","monocrystals","monocular","monocularly","monoculars","monoculous","monocultural","monoculture","monocultures","monocycle","monocycles","monocyclic","monocyte","monocytes","monocytic","monocytoid","monodactylous","monodelphian","monodelphic","monodelphous","monodic","monodical","monodically","monodies","monodisperse","monodist","monodists","monodont","monodrama","monodramas","monodramatic","monody","monoecies","monoecious","monoeciously","monoecism","monoecisms","monoecy","monoester","monoesters","monofil","monofilament","monofilaments","monofils","monofuel","monofuels","monogamic","monogamies","monogamist","monogamistic","monogamists","monogamous","monogamously","monogamousness","monogamy","monogastric","monogenean","monogeneans","monogeneses","monogenesis","monogenetic","monogenic","monogenically","monogenies","monogenism","monogenisms","monogenist","monogenistic","monogenists","monogenous","monogeny","monogerm","monoglot","monoglots","monoglyceride","monoglycerides","monogonies","monogony","monogram","monogramed","monograming","monogrammatic","monogrammed","monogrammer","monogrammers","monogramming","monograms","monograph","monographed","monographer","monographers","monographic","monographical","monographically","monographies","monographing","monographist","monographists","monographs","monography","monogynian","monogynies","monogynist","monogynists","monogynous","monogyny","monohull","monohulls","monohybrid","monohybrids","monohydrate","monohydrated","monohydrates","monohydric","monohydrogen","monohydroxy","monoicous","monoicously","monokine","monokines","monokini","monokinis","monolater","monolaters","monolatries","monolatrist","monolatrists","monolatrous","monolatry","monolayer","monolayers","monoline","monolingual","monolingualism","monolingualisms","monolinguals","monolinguist","monolinguists","monolith","monolithic","monolithically","monoliths","monolog","monologged","monologging","monologic","monological","monologies","monologise","monologised","monologises","monologising","monologist","monologists","monologize","monologized","monologizes","monologizing","monologs","monologue","monologued","monologues","monologuing","monologuise","monologuised","monologuises","monologuising","monologuist","monologuists","monologuize","monologuized","monologuizes","monologuizing","monology","monomachia","monomachias","monomachies","monomachy","monomania","monomaniac","monomaniacal","monomaniacally","monomaniacs","monomanias","monomark","monomarks","monomer","monomeric","monomerous","monomers","monometallic","monometallism","monometallisms","monometallist","monometallists","monometer","monometers","monometric","monometrical","monomial","monomials","monomode","monomolecular","monomolecularly","monomorphemic","monomorphic","monomorphism","monomorphisms","monomorphous","monomyarian","mononuclear","mononuclears","mononucleate","mononucleated","mononucleoses","mononucleosis","mononucleosises","mononucleotide","mononucleotides","mononym","mononyms","monopetalous","monophagies","monophagous","monophagy","monophase","monophasic","monophobia","monophobias","monophobic","monophobics","monophonic","monophonically","monophonies","monophony","monophosphate","monophosphates","monophthong","monophthongal","monophthongise","monophthongised","monophthongises","monophthongize","monophthongized","monophthongizes","monophthongs","monophyletic","monophylies","monophyllous","monophyly","monophyodont","monophyodonts","monophysite","monophysites","monophysitic","monophysitism","monophysitisms","monopitch","monoplane","monoplanes","monoplegia","monoplegias","monoplegic","monoplegics","monoploid","monoploids","monopod","monopode","monopodes","monopodia","monopodial","monopodially","monopodies","monopodium","monopods","monopody","monopole","monopoles","monopolies","monopolisation","monopolisations","monopolise","monopolised","monopoliser","monopolisers","monopolises","monopolising","monopolism","monopolisms","monopolist","monopolistic","monopolistically","monopolists","monopolization","monopolizations","monopolize","monopolized","monopolizer","monopolizers","monopolizes","monopolizing","monopoly","monoprionidian","monopropellant","monopropellants","monopsonies","monopsonist","monopsonistic","monopsonists","monopsony","monoptera","monopteral","monopteroi","monopteron","monopteros","monopteroses","monoptote","monoptotes","monopulse","monopulses","monorail","monorails","monorchid","monorchidism","monorchidisms","monorchids","monorchism","monorchisms","monorhinal","monorhine","monorhyme","monorhymed","monorhymes","monos","monosaccharide","monosaccharides","monosaturated","monosemies","monosemy","monosepalous","monoses","monosies","monosis","monoski","monoskied","monoskier","monoskiers","monoskiing","monoskiings","monoskis","monosodium","monosome","monosomes","monosomic","monosomics","monosomies","monosomy","monospaced","monospecific","monospecificities","monospecificity","monospermal","monospermous","monostable","monostele","monosteles","monostelic","monostelies","monostely","monostich","monostichic","monostichous","monostichs","monostome","monostomous","monostrophe","monostrophes","monostrophic","monostrophics","monostylar","monostyle","monostylous","monosy","monosyllabic","monosyllabically","monosyllabicities","monosyllabicity","monosyllabism","monosyllabisms","monosyllable","monosyllables","monosymmetric","monosymmetrical","monosymmetries","monosymmetry","monosynaptic","monosynaptically","monotask","monotasked","monotasking","monotaskings","monotasks","monotelephone","monotelephones","monoterpene","monoterpenes","monothalamic","monothalamous","monothecal","monothecous","monotheism","monotheisms","monotheist","monotheistic","monotheistical","monotheistically","monotheists","monothelete","monotheletes","monotheletic","monotheletical","monotheletism","monotheletisms","monothelism","monothelisms","monothelite","monothelites","monothelitism","monothelitisms","monotherapies","monotherapy","monotint","monotints","monotocous","monotone","monotoned","monotones","monotonic","monotonically","monotonicities","monotonicity","monotonies","monotoning","monotonise","monotonised","monotonises","monotonising","monotonize","monotonized","monotonizes","monotonizing","monotonous","monotonously","monotonousness","monotonousnesses","monotony","monotrematous","monotreme","monotremes","monotrichic","monotrichous","monotroch","monotrochs","monotype","monotypes","monotypic","monounsaturate","monounsaturated","monounsaturates","monovalence","monovalences","monovalencies","monovalency","monovalent","monovular","monoxide","monoxides","monoxylon","monoxylons","monoxylous","monozygotic","monozygous","mons","monseigneur","monsieur","monsignor","monsignori","monsignorial","monsignors","monsoon","monsoonal","monsoons","monster","monstera","monsteras","monstered","monstering","monsterings","monsters","monstrance","monstrances","monstrosities","monstrosity","monstrous","monstrously","monstrousness","monstrousnesses","monstruosities","monstruosity","monstruous","montadale","montadales","montage","montaged","montages","montaging","montagnard","montagnards","montan","montane","montanes","montant","montanto","montantos","montants","montaria","montarias","montbretia","montbretias","monte","monteith","monteiths","montelimar","montelimars","montem","montems","montero","monteros","montes","montgolfier","montgolfiers","month","monthlies","monthling","monthlings","monthlong","monthly","months","monticellite","monticellites","monticle","monticles","monticolous","monticulate","monticule","monticules","monticulous","monticulus","monticuluses","monties","montmorillonite","montmorillonites","montmorillonitic","montre","montres","monture","montures","monty","monument","monumental","monumentalise","monumentalised","monumentalises","monumentalising","monumentalities","monumentality","monumentalize","monumentalized","monumentalizes","monumentalizing","monumentally","monumented","monumenting","monuments","monuron","monurons","mony","monyplies","monzonite","monzonites","monzonitic","moo","moobs","mooch","mooched","moocher","moochers","mooches","mooching","mood","moodied","moodier","moodies","moodiest","moodily","moodiness","moodinesses","moods","moody","moodying","mooed","mooi","mooing","mook","mooks","mooktar","mooktars","mool","moola","moolah","moolahs","moolas","mooled","mooley","mooleys","mooli","moolies","mooling","moolis","mooloo","mooloos","mools","moolvi","moolvie","moolvies","moolvis","mooly","moon","moonbeam","moonbeams","moonblind","moonbow","moonbows","mooncake","mooncakes","mooncalf","mooncalves","moonchild","moonchildren","moondust","moondusts","mooned","mooner","mooners","mooneye","mooneyes","moonface","moonfaced","moonfaces","moonfish","moonfishes","moonflower","moonflowers","moong","moonier","moonies","mooniest","moonily","mooniness","mooninesses","mooning","moonish","moonishly","moonless","moonlet","moonlets","moonlight","moonlighted","moonlighter","moonlighters","moonlighting","moonlightings","moonlights","moonlike","moonlit","moonphase","moonphases","moonport","moonports","moonquake","moonquakes","moonraker","moonrakers","moonraking","moonrakings","moonrise","moonrises","moonrock","moonrocks","moonroof","moonroofs","moons","moonsail","moonsails","moonscape","moonscapes","moonseed","moonseeds","moonset","moonsets","moonshee","moonshees","moonshine","moonshined","moonshiner","moonshiners","moonshines","moonshining","moonshiny","moonshot","moonshots","moonstone","moonstones","moonstricken","moonstrike","moonstrikes","moonstruck","moonwalk","moonwalked","moonwalker","moonwalkers","moonwalking","moonwalks","moonward","moonwards","moonwort","moonworts","moony","moop","mooped","mooping","moops","moor","moorage","moorages","moorburn","moorburns","moorbuzzard","moorbuzzards","moorcock","moorcocks","moored","moorfowl","moorfowls","moorhen","moorhens","moorier","mooriest","moorill","moorills","mooring","moorings","moorish","moorland","moorlands","moorlog","moorlogs","moorman","moormen","moors","moorva","moorvas","moorwort","moorworts","moory","moos","moose","moosebird","moosebirds","moosewood","moosewoods","mooseyard","mooseyards","moot","mootable","mooted","mooter","mooters","mootest","mooting","mootings","mootman","mootmen","mootness","mootnesses","moots","moove","mooved","mooves","mooving","mop","mopane","mopanes","mopani","mopanis","mopboard","mopboards","mope","moped","mopeds","mopehawk","mopehawks","moper","moperies","mopers","mopery","mopes","mopey","mophead","mopheads","mopier","mopiest","mopily","mopiness","mopinesses","moping","mopingly","mopish","mopishly","mopishness","mopishnesses","mopoke","mopokes","mopped","mopper","moppers","moppet","moppets","moppier","moppiest","mopping","moppy","mops","mopsies","mopstick","mopsticks","mopsy","mopus","mopuses","mopy","moquette","moquettes","mor","mora","moraceous","morae","morainal","moraine","moraines","morainic","moral","morale","morales","moralisation","moralisations","moralise","moralised","moraliser","moralisers","moralises","moralising","moralism","moralisms","moralist","moralistic","moralistically","moralists","moralities","morality","moralization","moralizations","moralize","moralized","moralizer","moralizers","moralizes","moralizing","morall","moralled","moraller","morallers","moralling","moralls","morally","morals","moras","morass","morasses","morassy","morat","moratoria","moratorium","moratoriums","moratory","morats","moray","morays","morbid","morbider","morbidest","morbidezza","morbidezzas","morbidities","morbidity","morbidly","morbidness","morbidnesses","morbiferous","morbific","morbifically","morbilli","morbilliform","morbillivirus","morbilliviruses","morbillous","morbus","morbuses","morceau","morceaux","morcha","morchas","mordacious","mordaciously","mordaciousness","mordacities","mordacity","mordancies","mordancy","mordant","mordanted","mordanting","mordantly","mordants","mordent","mordents","more","moreen","moreens","moreish","morel","morelle","morelles","morello","morellos","morels","morendo","moreness","morenesses","moreover","morepork","moreporks","mores","moresque","moresques","morgan","morganatic","morganatically","morganite","morganites","morgans","morgay","morgays","morgen","morgens","morgenstern","morgensterns","morgue","morgues","moria","morias","moribund","moribundities","moribundity","moribundly","moriche","moriches","morigerate","morigeration","morigerations","morigerous","morion","morions","morisco","moriscoes","moriscos","morish","morkin","morkins","morling","morlings","mormaor","mormaors","morn","mornay","mornays","morne","morned","mornes","morning","mornings","morns","morocco","moroccos","moron","moronic","moronically","moronism","moronisms","moronities","moronity","morons","morose","morosely","moroseness","morosenesses","moroser","morosest","morosities","morosity","morph","morphactin","morphactins","morphallaxes","morphallaxis","morphean","morphed","morpheme","morphemes","morphemic","morphemically","morphemics","morphetic","morphew","morphews","morphia","morphias","morphic","morphin","morphine","morphines","morphing","morphings","morphinic","morphinism","morphinisms","morphinomania","morphinomaniac","morphinomaniacs","morphinomanias","morphins","morpho","morphogen","morphogeneses","morphogenesis","morphogenetic","morphogenetically","morphogenic","morphogenies","morphogens","morphogeny","morphographer","morphographers","morphographies","morphography","morpholino","morpholinos","morphologic","morphological","morphologically","morphologies","morphologist","morphologists","morphology","morphometric","morphometrically","morphometrics","morphometries","morphometry","morphophoneme","morphophonemes","morphophonemic","morphophonemics","morphos","morphoses","morphosis","morphotic","morphotropic","morphotropies","morphotropy","morphs","morra","morras","morrell","morrells","morrhua","morrhuas","morrice","morrices","morrion","morrions","morris","morrised","morrises","morrising","morro","morros","morrow","morrows","mors","morsal","morse","morsel","morseled","morseling","morselled","morselling","morsels","morses","morsure","morsures","mort","mortadella","mortadellas","mortadelle","mortal","mortalise","mortalised","mortalises","mortalising","mortalities","mortality","mortalize","mortalized","mortalizes","mortalizing","mortally","mortals","mortar","mortarboard","mortarboards","mortared","mortaring","mortarless","mortarman","mortarmen","mortars","mortary","mortbell","mortbells","mortcloth","mortcloths","mortgage","mortgageable","mortgaged","mortgagee","mortgagees","mortgager","mortgagers","mortgages","mortgaging","mortgagor","mortgagors","mortice","morticed","morticer","morticers","mortices","mortician","morticians","morticing","mortiferous","mortiferousness","mortific","mortification","mortifications","mortified","mortifier","mortifiers","mortifies","mortify","mortifying","mortifyingly","mortifyings","mortise","mortised","mortiser","mortisers","mortises","mortising","mortling","mortlings","mortmain","mortmains","morts","mortsafe","mortsafes","mortuaries","mortuary","morula","morulae","morular","morulas","morulation","morulations","morwong","morwongs","moryah","mos","mosaic","mosaically","mosaicism","mosaicisms","mosaicist","mosaicists","mosaicked","mosaicking","mosaiclike","mosaics","mosasaur","mosasauri","mosasaurs","mosasaurus","mosbolletjie","mosbolletjies","moschate","moschatel","moschatels","moschiferous","mose","mosed","moselle","moselles","moses","mosey","moseyed","moseying","moseys","mosh","moshav","moshavim","moshed","mosher","moshers","moshes","moshing","moshings","mosing","mosk","moskonfyt","moskonfyts","mosks","moslings","mosque","mosques","mosquito","mosquitoes","mosquitoey","mosquitos","moss","mossback","mossbacked","mossbacks","mossbluiter","mossbluiters","mossbunker","mossbunkers","mossed","mosser","mossers","mosses","mossgrown","mossie","mossier","mossies","mossiest","mossiness","mossinesses","mossing","mossland","mosslands","mosslike","mosso","mossplant","mossplants","mosstrooper","mosstroopers","mossy","most","moste","mostest","mostests","mostly","mosts","mostwhat","mot","mote","moted","motel","motelier","moteliers","motels","moten","motes","motet","motets","motett","motettist","motettists","motetts","motey","moth","mothball","mothballed","mothballing","mothballs","mothed","mother","motherboard","motherboards","mothercraft","mothercrafts","mothered","motherese","mothereses","motherfucker","motherfuckers","motherfucking","motherhood","motherhoods","motherhouse","motherhouses","mothering","motherings","motherland","motherlands","motherless","motherlessness","motherlessnesses","motherliness","motherlinesses","motherly","mothers","motherwort","motherworts","mothery","mothier","mothiest","mothlike","mothproof","mothproofed","mothproofer","mothproofers","mothproofing","mothproofs","moths","mothy","moti","motier","motiest","motif","motific","motifs","motile","motiles","motilities","motility","motion","motional","motioned","motioner","motioners","motioning","motionist","motionists","motionless","motionlessly","motionlessness","motionlessnesses","motions","motis","motivate","motivated","motivates","motivating","motivation","motivational","motivationally","motivations","motivative","motivator","motivators","motive","motived","motiveless","motivelessly","motivelessness","motives","motivic","motiving","motivities","motivity","motley","motleyer","motleyest","motleys","motlier","motliest","motmot","motmots","motocross","motocrosses","motoneuron","motoneuronal","motoneurons","motor","motorable","motorail","motorails","motorbicycle","motorbicycles","motorbike","motorbiked","motorbikes","motorbiking","motorboat","motorboated","motorboater","motorboaters","motorboating","motorboatings","motorboats","motorbus","motorbuses","motorbusses","motorcade","motorcaded","motorcades","motorcading","motorcar","motorcars","motorcoach","motorcoaches","motorcycle","motorcycled","motorcycles","motorcycling","motorcyclings","motorcyclist","motorcyclists","motordom","motordoms","motored","motorhome","motorhomes","motorial","motoric","motorically","motoring","motorings","motorisation","motorisations","motorise","motorised","motorises","motorising","motorist","motorists","motorium","motoriums","motorization","motorizations","motorize","motorized","motorizes","motorizing","motorless","motorman","motormen","motormouth","motormouths","motors","motorship","motorships","motortruck","motortrucks","motorway","motorways","motory","motoscafi","motoscafo","mots","motser","motsers","mott","motte","mottes","mottier","motties","mottiest","mottle","mottled","mottler","mottlers","mottles","mottling","mottlings","motto","mottoed","mottoes","mottos","motts","motty","motu","motuca","motucas","motus","motza","motzas","mou","mouch","moucharabies","moucharaby","mouchard","mouchards","mouched","moucher","mouchers","mouches","mouching","mouchoir","mouchoirs","moudiewart","moudiewarts","moudiewort","moudieworts","moudiwart","moudiwarts","moudiwort","moudiworts","moue","moues","moufflon","moufflons","mouflon","mouflons","mought","mouille","moujik","moujiks","moulage","moulages","mould","mouldabilities","mouldability","mouldable","mouldboard","mouldboards","moulded","moulder","mouldered","mouldering","moulders","mouldier","mouldiest","mouldiness","mouldinesses","moulding","mouldings","moulds","mouldwarp","mouldwarps","mouldy","mouldywarp","mouldywarps","moulin","moulinet","moulinets","moulins","mouls","moult","moulted","moulten","moulter","moulters","moulting","moultings","moults","mound","moundbird","moundbirds","mounded","mounding","mounds","mounseer","mounseers","mount","mountable","mountain","mountainboard","mountainboarder","mountainboards","mountained","mountaineer","mountaineered","mountaineering","mountaineerings","mountaineers","mountainous","mountainously","mountainousness","mountainousnesses","mountains","mountainside","mountainsides","mountaintop","mountaintops","mountainy","mountant","mountants","mountebank","mountebanked","mountebankeries","mountebankery","mountebanking","mountebankings","mountebankism","mountebankisms","mountebanks","mounted","mountenance","mountenances","mountenaunce","mountenaunces","mounter","mounters","mounting","mountings","mounts","moup","mouped","mouping","moups","mourn","mourned","mourner","mourners","mournful","mournfuller","mournfullest","mournfully","mournfulness","mournfulnesses","mourning","mourningly","mournings","mournival","mournivals","mourns","mous","mousaka","mousakas","mouse","mousebird","mousebirds","moused","mousekin","mousekins","mouselike","mousemat","mousemats","mouseover","mouseovers","mousepad","mousepads","mousepiece","mousepieces","mouser","mouseries","mousers","mousery","mouses","mousetail","mousetails","mousetrap","mousetrapped","mousetrapping","mousetraps","mousey","mousie","mousier","mousies","mousiest","mousily","mousiness","mousinesses","mousing","mousings","mousle","mousled","mousles","mousling","mousme","mousmee","mousmees","mousmes","mousquetaire","mousquetaires","moussaka","moussakas","mousse","moussed","mousseline","mousselines","mousses","moussing","moust","moustache","moustached","moustaches","moustachial","moustachio","moustachios","mousted","mousting","mousts","mousy","moutan","moutans","mouter","moutered","mouterer","mouterers","moutering","mouters","mouth","mouthable","mouthbreather","mouthbreathers","mouthbreeder","mouthbreeders","mouthbrooder","mouthbrooders","mouthed","mouther","mouthers","mouthfeel","mouthfeels","mouthful","mouthfuls","mouthier","mouthiest","mouthily","mouthing","mouthless","mouthlike","mouthpart","mouthparts","mouthpiece","mouthpieces","mouths","mouthwash","mouthwashes","mouthwatering","mouthwateringly","mouthy","mouton","moutonnee","moutons","mouvemente","movabilities","movability","movable","movableness","movablenesses","movables","movably","move","moveabilities","moveability","moveable","moveableness","moveablenesses","moveables","moveably","moved","moveless","movelessly","movelessness","movelessnesses","movement","movements","mover","movers","moves","movie","moviedom","moviedoms","moviegoer","moviegoers","moviegoing","moviegoings","movieland","movielands","moviemaker","moviemakers","moviemaking","moviemakings","movieoke","movieokes","movieola","movieolas","movies","moving","movingly","moviola","moviolas","mow","mowa","mowas","mowburn","mowburned","mowburning","mowburns","mowburnt","mowdie","mowdies","mowdiewart","mowdiewarts","mowdiewort","mowdieworts","mowed","mower","mowers","mowing","mowings","mown","mowra","mowras","mows","moxa","moxas","moxibustion","moxibustions","moxie","moxies","moy","moya","moyas","moyities","moyity","moyl","moyle","moyled","moyles","moyling","moyls","moys","moz","moze","mozed","mozes","mozetta","mozettas","mozette","mozing","mozo","mozos","mozz","mozzarella","mozzarellas","mozzes","mozzetta","mozzettas","mozzette","mozzie","mozzies","mozzle","mozzles","mpret","mprets","mridamgam","mridamgams","mridang","mridanga","mridangam","mridangams","mridangas","mridangs","mu","mucate","mucates","mucedinous","much","muchacha","muchachas","muchacho","muchachos","muchel","muchell","muchells","muchels","muches","muchly","muchness","muchnesses","mucho","mucic","mucid","mucidities","mucidity","mucidness","mucidnesses","muciferous","mucigen","mucigens","mucilage","mucilages","mucilaginous","mucilaginously","mucin","mucinogen","mucinogens","mucinoid","mucinous","mucins","muck","muckamuck","muckamucked","muckamucking","muckamucks","mucked","muckender","muckenders","mucker","muckered","muckering","muckerish","muckers","muckheap","muckheaps","muckier","muckiest","muckily","muckiness","muckinesses","mucking","muckle","muckles","muckluck","mucklucks","muckrake","muckraked","muckraker","muckrakers","muckrakes","muckraking","muckrakings","mucks","muckspread","muckspreader","muckspreaders","muckspreading","muckspreads","mucksweat","mucksweats","muckworm","muckworms","mucky","muckymuck","muckymucks","mucluc","muclucs","mucocutaneous","mucoid","mucoidal","mucoids","mucolytic","mucomembranous","mucopeptide","mucopeptides","mucopolysaccharide","mucopolysaccharides","mucoprotein","mucoproteins","mucopurulent","mucor","mucors","mucosa","mucosae","mucosal","mucosanguineous","mucosas","mucose","mucosities","mucosity","mucous","mucoviscidoses","mucoviscidosis","mucro","mucronate","mucronated","mucronation","mucronations","mucrones","mucros","muculent","mucus","mucuses","mud","mudbath","mudbaths","mudbug","mudbugs","mudcap","mudcapped","mudcapping","mudcaps","mudcat","mudcats","mudded","mudder","mudders","muddied","muddier","muddies","muddiest","muddily","muddiness","muddinesses","mudding","muddle","muddled","muddledness","muddlednesses","muddleheaded","muddleheadedly","muddleheadedness","muddleheadednesses","muddlement","muddlements","muddler","muddlers","muddles","muddlier","muddliest","muddling","muddlingly","muddlings","muddly","muddy","muddying","mudejar","mudejares","mudeye","mudeyes","mudfish","mudfishes","mudflap","mudflaps","mudflat","mudflats","mudflow","mudflows","mudge","mudged","mudger","mudgers","mudges","mudging","mudguard","mudguards","mudhen","mudhens","mudhole","mudholes","mudhook","mudhooks","mudhopper","mudhoppers","mudir","mudiria","mudirias","mudirieh","mudiriehs","mudirs","mudlark","mudlarked","mudlarking","mudlarks","mudlogger","mudloggers","mudlogging","mudloggings","mudpack","mudpacks","mudpuppies","mudpuppy","mudra","mudras","mudrock","mudrocks","mudroom","mudrooms","muds","mudscow","mudscows","mudsill","mudsills","mudskipper","mudskippers","mudslide","mudslides","mudslinger","mudslingers","mudslinging","mudslingings","mudstone","mudstones","mudwort","mudworts","mueddin","mueddins","muenster","muensters","muesli","mueslis","muezzin","muezzins","muff","muffed","muffettee","muffettees","muffin","muffineer","muffineers","muffing","muffins","muffish","muffle","muffled","muffler","mufflered","mufflers","muffles","muffling","muffs","muflon","muflons","mufti","muftis","mug","mugearite","mugearites","mugful","mugfuls","mugg","mugga","muggar","muggars","muggas","mugged","muggee","muggees","mugger","muggers","muggier","muggiest","muggily","mugginess","mugginesses","mugging","muggings","muggins","mugginses","muggish","muggs","muggur","muggurs","muggy","mughal","mughals","mugs","mugshot","mugshots","mugwort","mugworts","mugwump","mugwumperies","mugwumpery","mugwumpish","mugwumpism","mugwumpisms","mugwumps","muhlies","muhly","muid","muids","muil","muils","muir","muirburn","muirburns","muirs","muist","muisted","muisting","muists","mujahedeen","mujahedin","mujahideen","mujahidin","mujik","mujiks","mukhtar","mukhtars","mukluk","mukluks","muktuk","muktuks","mulatta","mulattas","mulatto","mulattoes","mulattos","mulattress","mulattresses","mulberries","mulberry","mulch","mulched","mulches","mulching","mulct","mulcted","mulcting","mulcts","mule","muled","mules","mulesed","muleses","mulesing","mulesings","muleta","muletas","muleteer","muleteers","muley","muleys","mulga","mulgas","muliebrities","muliebrity","muling","mulish","mulishly","mulishness","mulishnesses","mull","mulla","mullah","mullahed","mullahing","mullahism","mullahisms","mullahs","mullarkies","mullarky","mullas","mulled","mullein","mulleins","mullen","mullens","muller","mullered","mullering","mullers","mullet","mullets","mulley","mulleys","mulligan","mulligans","mulligatawnies","mulligatawny","mulligrubs","mulling","mullion","mullioned","mullioning","mullions","mullite","mullites","mullock","mullocks","mullocky","mulloway","mulloways","mulls","mulmul","mulmull","mulmulls","mulmuls","mulse","mulses","mulsh","mulshed","mulshes","mulshing","multangular","multanimous","multarticulate","multeities","multeity","multiaccess","multiaccesses","multiage","multiagency","multiangular","multiarmed","multiarticulate","multiatom","multiauthor","multiaxial","multiband","multibank","multibarrel","multibarreled","multibillion","multibillionaire","multibillionaires","multibillions","multibladed","multibranched","multibuilding","multicamerate","multicampus","multicapitate","multicar","multicarbon","multicast","multicasts","multicauline","multicausal","multicell","multicelled","multicellular","multicellularities","multicellularity","multicenter","multicentral","multicentric","multichain","multichambered","multichannel","multichannels","multicharacter","multicide","multicides","multicipital","multicity","multiclient","multicoated","multicolor","multicolored","multicolors","multicolour","multicoloured","multicolours","multicolumn","multicomponent","multiconductor","multicopy","multicostate","multicounty","multicourse","multicourses","multiculti","multicultis","multicultural","multiculturalism","multiculturalisms","multiculturally","multicurie","multicurrencies","multicurrency","multicuspid","multicuspidate","multicuspids","multicycle","multicycles","multiday","multidentate","multidialectal","multidigitate","multidimensional","multidimensionalities","multidimensionality","multidirectional","multidisc","multidisciplinary","multidiscipline","multidisciplines","multidivisional","multidomain","multidrug","multielectrode","multielement","multiemployer","multiemployers","multiengine","multiengines","multienzyme","multiethnic","multiethnics","multifaced","multifaceted","multifactor","multifactorial","multifactorially","multifamily","multifarious","multifariously","multifariousness","multifariousnesses","multifid","multifidly","multifidous","multifil","multifilament","multifilaments","multifils","multiflash","multiflora","multifloras","multiflorous","multifocal","multifoil","multifoils","multifold","multifoliate","multifoliolate","multiform","multiformities","multiformity","multiforms","multifrequency","multifunction","multifunctional","multigenerational","multigenic","multigerm","multigrade","multigrain","multigrains","multigravida","multigravidae","multigravidas","multigrid","multigroup","multigym","multigyms","multihandicapped","multiheaded","multihospital","multihued","multihull","multihulls","multijet","multijugate","multijugous","multilane","multilanes","multilateral","multilateralism","multilateralisms","multilateralist","multilateralists","multilaterally","multilayer","multilayered","multilevel","multileveled","multiline","multilineal","multilinear","multilingual","multilingualism","multilingualisms","multilingually","multilinguist","multilinguists","multilobate","multilobe","multilobed","multilobes","multilobular","multilobulate","multilocational","multilocular","multiloculate","multiloquence","multiloquences","multiloquent","multiloquies","multiloquous","multiloquy","multimanned","multimedia","multimedias","multimegaton","multimegatons","multimegawatt","multimegawatts","multimember","multimetallic","multimeter","multimeters","multimillennial","multimillion","multimillionaire","multimillionaires","multimillions","multimodal","multimode","multimolecular","multination","multinational","multinationals","multinomial","multinomials","multinominal","multinuclear","multinucleate","multinucleated","multinucleolate","multiorgasmic","multipack","multipacks","multipage","multipaned","multipara","multiparae","multiparameter","multiparas","multiparities","multiparity","multiparous","multipart","multiparticle","multipartite","multiparty","multipartyism","multipartyisms","multipath","multiped","multipede","multipedes","multipeds","multiphase","multiphasic","multiphoton","multipicture","multipiece","multipion","multipiston","multiplane","multiplanes","multiplant","multiplayer","multiplayers","multiple","multiples","multiplet","multiplets","multiplex","multiplexed","multiplexer","multiplexers","multiplexes","multiplexing","multiplexor","multiplexors","multipliable","multiplicable","multiplicand","multiplicands","multiplicate","multiplicates","multiplication","multiplications","multiplicative","multiplicatively","multiplicator","multiplicators","multiplicities","multiplicity","multiplied","multiplier","multipliers","multiplies","multiply","multiplying","multipolar","multipolarities","multipolarity","multipole","multipoles","multiport","multipotent","multipotential","multipower","multipresence","multipresences","multipresent","multiproblem","multiprocessing","multiprocessings","multiprocessor","multiprocessors","multiproduct","multiprogramming","multiprogrammings","multipronged","multipurpose","multiracial","multiracialism","multiracialisms","multiracially","multiramified","multirange","multiregional","multireligious","multirole","multiroom","multiscience","multisciences","multiscreen","multisense","multisensory","multiseptate","multiserial","multiseriate","multiservice","multisided","multisite","multisize","multiskill","multiskilled","multiskilling","multiskillings","multiskills","multisonant","multisource","multispecies","multispectral","multispeed","multispiral","multisport","multistage","multistate","multistemmed","multistep","multistorey","multistoreys","multistoried","multistories","multistory","multistranded","multistrike","multistrikes","multisulcate","multisyllabic","multisystem","multitalented","multitask","multitasked","multitasking","multitaskings","multitasks","multiterminal","multithreading","multithreadings","multitiered","multiton","multitone","multitones","multitool","multitools","multitowered","multitrack","multitracked","multitracking","multitracks","multitrillion","multitrillions","multitude","multitudes","multitudinary","multitudinous","multitudinously","multitudinousness","multitudinousnesses","multiunion","multiunit","multiuse","multiuser","multivalence","multivalences","multivalencies","multivalency","multivalent","multivalents","multivariable","multivariate","multivarious","multiverse","multiverses","multiversities","multiversity","multivibrator","multivibrators","multivious","multivitamin","multivitamins","multivocal","multivocals","multivoltine","multivolume","multiwall","multiwarhead","multiwavelength","multiwindow","multiwindows","multiyear","multocular","multum","multums","multungulate","multungulates","multure","multured","multurer","multurers","multures","multuring","mum","mumble","mumbled","mumblement","mumblements","mumbler","mumblers","mumbles","mumbletypeg","mumbletypegs","mumblier","mumbliest","mumbling","mumblingly","mumblings","mumbly","mumchance","mumchances","mumm","mummed","mummer","mummeries","mummers","mummery","mummia","mummias","mummichog","mummichogs","mummied","mummies","mummification","mummifications","mummified","mummifies","mummiform","mummify","mummifying","mumming","mummings","mummock","mummocks","mumms","mummy","mummying","mump","mumped","mumper","mumpers","mumping","mumpish","mumpishly","mumpishness","mumpishnesses","mumps","mumpsimus","mumpsimuses","mums","mumsier","mumsiest","mumsy","mumu","mumus","mun","munch","munchable","munchables","munched","muncher","munchers","munches","munchies","munching","munchkin","munchkins","mundane","mundanely","mundaneness","mundanenesses","mundaner","mundanest","mundanities","mundanity","mundic","mundics","mundification","mundifications","mundificative","mundified","mundifies","mundify","mundifying","mundungo","mundungos","mundungus","mundunguses","mung","munga","mungas","mungcorn","mungcorns","munge","munged","munges","munging","mungo","mungoes","mungoose","mungooses","mungos","mungs","muni","municipal","municipalise","municipalised","municipalises","municipalising","municipalism","municipalisms","municipalist","municipalists","municipalities","municipality","municipalization","municipalizations","municipalize","municipalized","municipalizes","municipalizing","municipally","municipals","munificence","munificences","munificent","munificently","munificentness","munified","munifience","munifiences","munifies","munify","munifying","muniment","muniments","munis","munite","munited","munites","muniting","munition","munitioned","munitioneer","munitioneers","munitioner","munitioners","munitionette","munitionettes","munitioning","munitions","munnion","munnions","muns","munshi","munshis","munster","munsters","munt","munter","munters","muntin","munting","muntings","muntins","muntjac","muntjacs","muntjak","muntjaks","muntrie","muntries","munts","muntu","muntus","muon","muonic","muonium","muoniums","muons","muppet","muppets","muqaddam","muqaddams","mura","muraena","muraenas","muraenid","muraenids","murage","murages","mural","muraled","muralist","muralists","muralled","murals","muras","murdabad","murder","murderball","murderballs","murdered","murderee","murderees","murderer","murderers","murderess","murderesses","murdering","murderous","murderously","murderousness","murderousnesses","murders","mure","mured","murein","mureins","murena","murenas","mures","murex","murexes","murgeon","murgeoned","murgeoning","murgeons","muriate","muriated","muriates","muriatic","muricate","muricated","murices","murid","murids","muriform","murine","murines","muring","murk","murker","murkest","murkier","murkiest","murkily","murkiness","murkinesses","murkish","murkly","murks","murksome","murky","murl","murlain","murlains","murlan","murlans","murled","murlier","murliest","murlin","murling","murlins","murls","murly","murmur","murmuration","murmurations","murmured","murmurer","murmurers","murmuring","murmuringly","murmurings","murmurous","murmurously","murmurs","murphies","murphy","murr","murra","murragh","murraghs","murrain","murrained","murrains","murram","murrams","murras","murray","murrays","murre","murree","murrees","murrelet","murrelets","murren","murrens","murres","murrey","murreys","murrha","murrhas","murrhine","murrhines","murri","murries","murrin","murrine","murrines","murrins","murrion","murrions","murris","murrs","murry","murther","murthered","murtherer","murtherers","murthering","murthers","murti","murtis","murva","murvas","mus","musaceous","musang","musangs","musar","musars","musca","muscadel","muscadelle","muscadelles","muscadels","muscadet","muscadets","muscadin","muscadine","muscadines","muscadins","muscae","muscardine","muscardines","muscarine","muscarines","muscarinic","muscat","muscatel","muscatels","muscatoria","muscatorium","muscats","muscavado","muscavados","muscid","muscids","muscle","musclebound","muscled","muscleman","musclemen","muscles","musclier","muscliest","muscling","musclings","muscly","muscoid","muscologies","muscology","muscone","muscones","muscose","muscovado","muscovados","muscovite","muscovites","muscovy","muscular","muscularities","muscularity","muscularly","musculation","musculations","musculature","musculatures","musculoskeletal","musculous","muse","mused","museful","musefully","museological","museologies","museologist","museologists","museology","muser","musers","muses","muset","musets","musette","musettes","museum","museums","mush","musha","mushed","musher","mushers","mushes","mushier","mushiest","mushily","mushiness","mushinesses","mushing","mushmouth","mushmouths","mushroom","mushroomed","mushroomer","mushroomers","mushrooming","mushrooms","mushy","music","musical","musicale","musicales","musicalisation","musicalisations","musicalise","musicalised","musicalises","musicalising","musicalities","musicality","musicalization","musicalizations","musicalize","musicalized","musicalizes","musicalizing","musically","musicalness","musicalnesses","musicals","musician","musicianer","musicianers","musicianly","musicians","musicianship","musicianships","musick","musicked","musicker","musickers","musicking","musicks","musicless","musicological","musicologically","musicologies","musicologist","musicologists","musicology","musicotherapies","musicotherapy","musics","musimon","musimons","musing","musingly","musings","musit","musits","musive","musjid","musjids","musk","musked","muskeg","muskegs","muskellunge","muskellunges","musket","musketeer","musketeers","musketoon","musketoons","musketries","musketry","muskets","muskie","muskier","muskies","muskiest","muskily","muskiness","muskinesses","musking","muskit","muskits","muskle","muskles","muskmelon","muskmelons","muskone","muskones","muskox","muskoxen","muskrat","muskrats","muskroot","muskroots","musks","musky","muslin","muslined","muslinet","muslinets","muslins","musmon","musmons","muso","musos","muspike","muspikes","musquash","musquashes","musquetoon","musquetoons","musrol","musrols","muss","musse","mussed","mussel","musselcracker","musselcrackers","musselled","mussels","musses","mussier","mussiest","mussily","mussiness","mussinesses","mussing","mussitate","mussitated","mussitates","mussitating","mussitation","mussitations","mussy","must","mustache","mustached","mustaches","mustachio","mustachioed","mustachios","mustang","mustangs","mustard","mustards","mustardy","musted","mustee","mustees","mustelid","mustelids","musteline","mustelines","muster","mustered","musterer","musterers","mustering","musters","musth","musths","mustier","mustiest","mustily","mustiness","mustinesses","musting","musts","musty","mut","mutabilities","mutability","mutable","mutableness","mutablenesses","mutably","mutagen","mutageneses","mutagenesis","mutagenic","mutagenically","mutagenicities","mutagenicity","mutagenise","mutagenised","mutagenises","mutagenising","mutagenize","mutagenized","mutagenizes","mutagenizing","mutagens","mutanda","mutandum","mutant","mutants","mutase","mutases","mutate","mutated","mutates","mutating","mutation","mutational","mutationally","mutationist","mutationists","mutations","mutative","mutatory","mutch","mutched","mutches","mutching","mutchkin","mutchkins","mute","muted","mutedly","mutely","muteness","mutenesses","muter","mutes","mutessarif","mutessarifat","mutessarifats","mutessarifs","mutest","mutha","muthas","muti","muticate","muticous","mutilate","mutilated","mutilates","mutilating","mutilation","mutilations","mutilative","mutilator","mutilators","mutine","mutined","mutineer","mutineered","mutineering","mutineers","mutines","muting","mutinied","mutinies","mutining","mutinous","mutinously","mutinousness","mutinousnesses","mutiny","mutinying","mutis","mutism","mutisms","muton","mutons","mutoscope","mutoscopes","muts","mutt","mutter","mutteration","mutterations","muttered","mutterer","mutterers","muttering","mutteringly","mutterings","mutters","mutton","muttonbird","muttonbirder","muttonbirders","muttonbirds","muttonchops","muttonfish","muttonfishes","muttonhead","muttonheaded","muttonheads","muttons","muttony","mutts","mutual","mutualisation","mutualisations","mutualise","mutualised","mutualises","mutualising","mutualism","mutualisms","mutualist","mutualistic","mutualists","mutualities","mutuality","mutualization","mutualizations","mutualize","mutualized","mutualizes","mutualizing","mutually","mutualness","mutualnesses","mutuals","mutuca","mutucas","mutuel","mutuels","mutular","mutule","mutules","mutuum","mutuums","muumuu","muumuus","mux","muxed","muxes","muxing","muzaky","muzhik","muzhiks","muzjik","muzjiks","muzz","muzzed","muzzes","muzzier","muzziest","muzzily","muzziness","muzzinesses","muzzing","muzzle","muzzled","muzzler","muzzlers","muzzles","muzzling","muzzy","mvule","mvules","mwah","mwalimu","mwalimus","my","myal","myalgia","myalgias","myalgic","myalism","myalisms","myalist","myalists","myall","myalls","myases","myasis","myasthenia","myasthenias","myasthenic","myasthenics","myc","mycele","myceles","mycelia","mycelial","mycelian","mycelium","mycella","mycellas","myceloid","mycetes","mycetologies","mycetology","mycetoma","mycetomas","mycetomata","mycetomatous","mycetophagous","mycetozoan","mycetozoans","mycobacteria","mycobacterial","mycobacterium","mycobiont","mycobionts","mycodomatia","mycodomatium","mycoflora","mycoflorae","mycofloras","mycologic","mycological","mycologically","mycologies","mycologist","mycologists","mycology","mycophagies","mycophagist","mycophagists","mycophagous","mycophagy","mycophile","mycophiles","mycoplasma","mycoplasmal","mycoplasmas","mycoplasmata","mycoplasmoses","mycoplasmosis","mycorhiza","mycorhizae","mycorhizal","mycorhizas","mycorrhiza","mycorrhizae","mycorrhizal","mycorrhizas","mycoses","mycosis","mycotic","mycotoxicoses","mycotoxicosis","mycotoxin","mycotoxins","mycotoxologies","mycotoxology","mycotrophic","mycovirus","mycoviruses","mycs","mydriases","mydriasis","mydriatic","mydriatics","myelencephala","myelencephalic","myelencephalon","myelencephalons","myelin","myelinated","myeline","myelines","myelinic","myelins","myelitides","myelitis","myelitises","myeloblast","myeloblastic","myeloblasts","myelocyte","myelocytes","myelocytic","myelofibroses","myelofibrosis","myelofibrotic","myelogenous","myelogram","myelograms","myelographies","myelography","myeloid","myeloma","myelomas","myelomata","myelomatoid","myelomatous","myelon","myelons","myelopathic","myelopathies","myelopathy","myeloproliferative","mygale","mygales","myiases","myiasis","myiophilies","myiophilous","myiophily","mylar","mylars","mylodon","mylodons","mylodont","mylodonts","mylohyoid","mylohyoids","mylonite","mylonites","mylonitic","mylonitisation","mylonitisations","mylonitise","mylonitised","mylonitises","mylonitising","mylonitization","mylonitizations","mylonitize","mylonitized","mylonitizes","mylonitizing","myna","mynah","mynahs","mynas","mynheer","mynheers","myoblast","myoblastic","myoblasts","myocardia","myocardial","myocardiograph","myocardiographs","myocardiopathy","myocarditis","myocarditises","myocardium","myoclonic","myoclonus","myoclonuses","myoelectric","myoelectrical","myofibril","myofibrillar","myofibrils","myofilament","myofilaments","myogen","myogenic","myogens","myoglobin","myoglobins","myogram","myograms","myograph","myographic","myographical","myographically","myographies","myographist","myographists","myographs","myography","myoid","myoinositol","myoinositols","myologic","myological","myologies","myologist","myologists","myology","myoma","myomancies","myomancy","myomantic","myomas","myomata","myomatous","myomectomies","myomectomy","myoneural","myopathic","myopathies","myopathy","myope","myopes","myophilies","myophilous","myophily","myopia","myopias","myopic","myopically","myopics","myopies","myops","myopses","myopy","myoscope","myoscopes","myoses","myosin","myosins","myosis","myositis","myositises","myosote","myosotes","myosotis","myosotises","myostatin","myostatins","myotic","myotics","myotome","myotomes","myotonia","myotonias","myotonic","myotube","myotubes","myrbane","myrbanes","myriad","myriadfold","myriadfolds","myriads","myriadth","myriadths","myriapod","myriapodan","myriapodous","myriapods","myrica","myricas","myringa","myringas","myringitis","myringitises","myringoscope","myringoscopes","myringotomies","myringotomy","myriopod","myriopods","myriorama","myrioramas","myrioscope","myrioscopes","myristic","myristicivorous","myrmecochories","myrmecochory","myrmecoid","myrmecologic","myrmecological","myrmecologies","myrmecologist","myrmecologists","myrmecology","myrmecophagous","myrmecophile","myrmecophiles","myrmecophilies","myrmecophilous","myrmecophily","myrmidon","myrmidones","myrmidonian","myrmidons","myrobalan","myrobalans","myrrh","myrrhic","myrrhine","myrrhol","myrrhols","myrrhs","myrtaceous","myrtle","myrtles","myself","mysid","mysids","mysophobia","mysophobias","mysost","mysosts","myspace","myspaced","myspaces","myspacing","mystagog","mystagogic","mystagogical","mystagogically","mystagogies","mystagogs","mystagogue","mystagogues","mystagogus","mystagoguses","mystagogy","mysteries","mysterious","mysteriously","mysteriousness","mysteriousnesses","mystery","mystic","mystical","mystically","mysticalness","mysticalnesses","mysticete","mysticetes","mysticism","mysticisms","mysticly","mystics","mystification","mystifications","mystified","mystifier","mystifiers","mystifies","mystify","mystifying","mystifyingly","mystique","mystiques","myth","mythi","mythic","mythical","mythically","mythicisation","mythicisations","mythicise","mythicised","mythiciser","mythicisers","mythicises","mythicising","mythicism","mythicisms","mythicist","mythicists","mythicization","mythicizations","mythicize","mythicized","mythicizer","mythicizers","mythicizes","mythicizing","mythier","mythiest","mythise","mythised","mythises","mythising","mythism","mythisms","mythist","mythists","mythize","mythized","mythizes","mythizing","mythmaker","mythmakers","mythmaking","mythmakings","mythogeneses","mythogenesis","mythographer","mythographers","mythographies","mythography","mythoi","mythologer","mythologers","mythologian","mythologians","mythologic","mythological","mythologically","mythologies","mythologisation","mythologise","mythologised","mythologiser","mythologisers","mythologises","mythologising","mythologist","mythologists","mythologization","mythologize","mythologized","mythologizer","mythologizers","mythologizes","mythologizing","mythology","mythomane","mythomanes","mythomania","mythomaniac","mythomaniacs","mythomanias","mythopeic","mythopoeia","mythopoeias","mythopoeic","mythopoeism","mythopoeisms","mythopoeist","mythopoeists","mythopoeses","mythopoesis","mythopoet","mythopoetic","mythopoetical","mythopoets","mythos","myths","mythus","mythy","mytiliform","mytiloid","myxameba","myxamebae","myxamebas","myxamoeba","myxamoebae","myxamoebas","myxedema","myxedemas","myxedematous","myxedemic","myxo","myxocyte","myxocytes","myxoedema","myxoedemas","myxoedematous","myxoedemic","myxoid","myxoma","myxomas","myxomata","myxomatoses","myxomatosis","myxomatosises","myxomatous","myxomycete","myxomycetes","myxomycetous","myxos","myxoviral","myxovirus","myxoviruses","mzee","mzees","mzungu","mzungus","na","naam","naams","naan","naans","naartje","naartjes","naartjie","naartjies","nab","nabbed","nabber","nabbers","nabbing","nabe","nabes","nabis","nabk","nabks","nabla","nablas","nabob","naboberies","nabobery","nabobess","nabobesses","nabobish","nabobism","nabobisms","nabobs","nabs","nacarat","nacarats","nacelle","nacelles","nach","nachas","nache","naches","nacho","nachos","nachtmaal","nachtmaals","nacket","nackets","nacre","nacred","nacreous","nacres","nacrite","nacrites","nacrous","nada","nadas","nadir","nadiral","nadirs","nadors","nads","nae","naebodies","naebody","naething","naethings","naeve","naeves","naevi","naevoid","naevus","naff","naffed","naffer","naffest","naffing","naffly","naffness","naffnesses","naffs","nag","naga","nagana","naganas","nagapie","nagapies","nagari","nagaris","nagas","nagged","nagger","naggers","naggier","naggiest","nagging","naggingly","naggings","naggy","nagmaal","nagmaals","nagor","nagors","nags","nah","nahal","nahals","naiad","naiades","naiads","naiant","naif","naifer","naifest","naifly","naifness","naifnesses","naifs","naik","naiks","nail","nailbiter","nailbiters","nailbrush","nailbrushes","nailed","nailer","naileries","nailers","nailery","nailfile","nailfiles","nailfold","nailfolds","nailhead","nailheads","nailing","nailings","nailless","nails","nailset","nailsets","nain","nainsell","nainsells","nainsook","nainsooks","naira","nairas","nairu","nairus","naissance","naissances","naissant","naive","naively","naiveness","naivenesses","naiver","naives","naivest","naivete","naivetes","naiveties","naivety","naivist","naked","nakeder","nakedest","nakedly","nakedness","nakednesses","naker","nakers","nakfa","nakfas","nala","nalas","nalbuphine","nalbuphines","naled","naleds","nalidixic","nalla","nallah","nallahs","nallas","nalorphine","nalorphines","naloxone","naloxones","naltrexone","naltrexones","nam","namable","namaskar","namaskars","namaste","namastes","namaycush","namaycushes","name","nameable","namecheck","namechecked","namechecking","namechecks","named","nameless","namelessly","namelessness","namelessnesses","namely","nameplate","nameplates","namer","namers","names","namesake","namesakes","nametag","nametags","nametape","nametapes","nameworthy","naming","namings","namma","nams","namu","namus","nan","nana","nanas","nance","nances","nancies","nancified","nancy","nandin","nandina","nandinas","nandine","nandines","nandins","nandoo","nandoos","nandrolone","nandrolones","nandu","nandus","nane","nang","nanisation","nanisations","nanism","nanisms","nanite","nanites","nanization","nanizations","nankeen","nankeens","nankin","nankins","nanna","nannas","nannie","nannied","nannies","nannoplankton","nannoplanktons","nanny","nannygai","nannygais","nannying","nannyish","nanobe","nanobes","nanobot","nanobots","nanodot","nanodots","nanogram","nanogramme","nanogrammes","nanograms","nanomaterial","nanomaterials","nanometer","nanometers","nanometre","nanometres","nanook","nanooks","nanoparticle","nanoparticles","nanophysics","nanoplankton","nanoplanktons","nanopore","nanopores","nanopublishing","nanopublishings","nanoscale","nanosecond","nanoseconds","nanotech","nanotechnologies","nanotechnology","nanotechs","nanotesla","nanoteslas","nanotube","nanotubes","nanowatt","nanowatts","nanowire","nanowires","nanoworld","nanoworlds","nans","nanua","nanuas","naoi","naos","naoses","nap","napa","napalm","napalmed","napalming","napalms","napas","nape","naped","naperies","napery","napes","naphtha","naphthalene","naphthalenes","naphthalic","naphthalin","naphthaline","naphthalines","naphthalins","naphthalise","naphthalised","naphthalises","naphthalising","naphthalize","naphthalized","naphthalizes","naphthalizing","naphthas","naphthene","naphthenes","naphthenic","naphthol","naphthols","naphthous","naphthyl","naphthylamine","naphthylamines","naphthyls","naphtol","naphtols","napiform","naping","napkin","napkins","napless","napoleon","napoleonite","napoleonites","napoleons","napoo","napooed","napooing","napoos","nappa","nappas","nappe","napped","napper","nappers","nappes","nappie","nappier","nappies","nappiest","nappiness","nappinesses","napping","nappy","naprapathies","naprapathy","napron","naprons","naproxen","naproxens","naps","naras","narases","narc","narceen","narceens","narcein","narceine","narceines","narceins","narcism","narcisms","narcissi","narcissism","narcissisms","narcissist","narcissistic","narcissists","narcissus","narcissuses","narcist","narcistic","narcists","narco","narcoanalyses","narcoanalysis","narcocatharses","narcocatharsis","narcohypnoses","narcohypnosis","narcolepsies","narcolepsy","narcoleptic","narcoleptics","narcoma","narcomas","narcomata","narcos","narcose","narcoses","narcosis","narcosyntheses","narcosynthesis","narcoterrorism","narcoterrorisms","narcoterrorist","narcoterrorists","narcotic","narcotically","narcotics","narcotine","narcotines","narcotisation","narcotisations","narcotise","narcotised","narcotises","narcotising","narcotism","narcotisms","narcotist","narcotists","narcotization","narcotizations","narcotize","narcotized","narcotizes","narcotizing","narcs","nard","narded","nardine","narding","nardoo","nardoos","nards","nare","nares","narghile","narghiles","narghilies","narghillies","narghilly","narghily","nargile","nargileh","nargilehs","nargiles","nargilies","nargily","narguileh","narguilehs","narial","naric","naricorn","naricorns","narine","naris","nark","narked","narkier","narkiest","narking","narks","narky","narquois","narras","narrases","narratable","narrate","narrated","narrater","narraters","narrates","narrating","narration","narrational","narrations","narrative","narratively","narratives","narratological","narratologies","narratologist","narratologists","narratology","narrator","narrators","narratory","narre","narrow","narrowband","narrowbands","narrowcast","narrowcasted","narrowcasting","narrowcastings","narrowcasts","narrowed","narrower","narrowest","narrowing","narrowings","narrowish","narrowly","narrowness","narrownesses","narrows","narthex","narthexes","nartjie","nartjies","narwal","narwals","narwhal","narwhale","narwhales","narwhals","nary","nas","nasal","nasalisation","nasalisations","nasalise","nasalised","nasalises","nasalising","nasalism","nasalisms","nasalities","nasality","nasalization","nasalizations","nasalize","nasalized","nasalizes","nasalizing","nasally","nasals","nasard","nasards","nascence","nascences","nascencies","nascency","nascent","naseberries","naseberry","nashgab","nashgabs","nashi","nashis","nasial","nasion","nasions","nasofrontal","nasogastric","nasolacrymal","nasopharyngeal","nasopharynges","nasopharynx","nasopharynxes","nassella","nastalik","nastaliks","nastic","nastier","nasties","nastiest","nastily","nastiness","nastinesses","nasturtium","nasturtiums","nasty","nasute","nasutes","nat","natal","natalitial","natalities","natality","natant","natantly","natation","natational","natations","natatoria","natatorial","natatorium","natatoriums","natatory","natch","natches","nates","natheless","nathelesse","nathemo","nathemore","nathless","natiform","nation","national","nationalisation","nationalise","nationalised","nationaliser","nationalisers","nationalises","nationalising","nationalism","nationalisms","nationalist","nationalistic","nationalistically","nationalists","nationalities","nationality","nationalization","nationalizations","nationalize","nationalized","nationalizer","nationalizers","nationalizes","nationalizing","nationally","nationals","nationhood","nationhoods","nationless","nations","nationwide","natis","native","natively","nativeness","nativenesses","natives","nativism","nativisms","nativist","nativistic","nativists","nativities","nativity","natrium","natriums","natriureses","natriuresis","natriuretic","natriuretics","natrolite","natrolites","natron","natrons","nats","natter","nattered","natterer","natterers","nattering","natterjack","natterjacks","natters","nattery","nattier","nattiest","nattily","nattiness","nattinesses","natty","natura","naturae","natural","naturalisation","naturalisations","naturalise","naturalised","naturalises","naturalising","naturalism","naturalisms","naturalist","naturalistic","naturalistically","naturalists","naturalization","naturalizations","naturalize","naturalized","naturalizes","naturalizing","naturally","naturalness","naturalnesses","naturals","nature","natured","natures","naturing","naturism","naturisms","naturist","naturistic","naturists","naturopath","naturopathic","naturopathies","naturopaths","naturopathy","nauch","nauches","naugahyde","naugahydes","naught","naughtier","naughties","naughtiest","naughtily","naughtiness","naughtinesses","naughts","naughty","naumachia","naumachiae","naumachias","naumachies","naumachy","naunt","naunts","nauplial","nauplii","naupliiform","nauplioid","nauplius","nausea","nauseant","nauseants","nauseas","nauseate","nauseated","nauseates","nauseating","nauseatingly","nauseation","nauseations","nauseative","nauseous","nauseously","nauseousness","nauseousnesses","nautch","nautches","nautic","nautical","nautically","nautics","nautili","nautiloid","nautiloids","nautilus","nautiluses","navaid","navaids","naval","navalism","navalisms","navally","navar","navarch","navarchies","navarchs","navarchy","navarho","navarhos","navarin","navarins","navars","nave","navel","navels","navelwort","navelworts","naves","navette","navettes","navew","navews","navicert","navicerts","navicula","navicular","naviculare","naviculares","naviculars","naviculas","navies","navigabilities","navigability","navigable","navigableness","navigablenesses","navigably","navigate","navigated","navigates","navigating","navigation","navigational","navigationally","navigations","navigator","navigators","navvied","navvies","navvy","navvying","navy","naw","nawab","nawabs","nay","nays","naysaid","naysay","naysayer","naysayers","naysaying","naysayings","naysays","naythles","nayward","naywards","nayword","naywords","naze","nazes","nazi","nazification","nazifications","nazified","nazifies","nazify","nazifying","nazir","nazirs","nazis","ne","neafe","neafes","neaffe","neaffes","neal","nealed","nealing","neals","neandertal","neandertaler","neandertalers","neandertals","neanderthal","neanderthaler","neanderthalers","neanderthaloid","neanderthals","neanic","neap","neaped","neaping","neapolitan","neapolitans","neaps","near","nearby","neared","nearer","nearest","nearing","nearlier","nearliest","nearly","nearness","nearnesses","nears","nearshore","nearside","nearsides","nearsighted","nearsightedly","nearsightedness","nearsightednesses","nearthroses","nearthrosis","neat","neaten","neatened","neatening","neatens","neater","neatest","neath","neatherd","neatherds","neatly","neatness","neatnesses","neatnik","neatniks","neats","neb","nebbed","nebbich","nebbichs","nebbing","nebbish","nebbishe","nebbisher","nebbishers","nebbishes","nebbishy","nebbuk","nebbuks","nebeck","nebecks","nebek","nebeks","nebel","nebels","nebenkern","nebenkerns","nebish","nebishes","nebris","nebrises","nebs","nebuchadnezzar","nebuchadnezzars","nebula","nebulae","nebular","nebulas","nebule","nebules","nebulisation","nebulisations","nebulise","nebulised","nebuliser","nebulisers","nebulises","nebulising","nebulium","nebuliums","nebulization","nebulizations","nebulize","nebulized","nebulizer","nebulizers","nebulizes","nebulizing","nebulose","nebulosities","nebulosity","nebulous","nebulously","nebulousness","nebulousnesses","nebuly","necessaire","necessaires","necessarian","necessarianism","necessarianisms","necessarians","necessaries","necessarily","necessariness","necessarinesses","necessary","necessitarian","necessitarianism","necessitarianisms","necessitarians","necessitate","necessitated","necessitates","necessitating","necessitation","necessitations","necessitative","necessitied","necessities","necessitous","necessitously","necessitousness","necessitousnesses","necessity","neck","neckatee","neckatees","neckband","neckbands","neckbeef","neckbeefs","neckcloth","neckcloths","necked","necker","neckerchief","neckerchiefs","neckerchieves","neckers","neckgear","neckgears","necking","neckings","necklace","necklaced","necklaces","necklacing","necklacings","neckless","necklet","necklets","necklike","neckline","necklines","neckpiece","neckpieces","necks","necktie","neckties","neckverse","neckverses","neckwear","neckwears","neckweed","neckweeds","necrobioses","necrobiosis","necrobiotic","necrographer","necrographers","necrolater","necrolaters","necrolatries","necrolatry","necrologic","necrological","necrologies","necrologist","necrologists","necrology","necromancer","necromancers","necromancies","necromancy","necromania","necromaniac","necromaniacs","necromanias","necromantic","necromantical","necromantically","necrophagous","necrophil","necrophile","necrophiles","necrophilia","necrophiliac","necrophiliacs","necrophilias","necrophilic","necrophilies","necrophilism","necrophilisms","necrophilous","necrophils","necrophily","necrophobe","necrophobes","necrophobia","necrophobias","necrophobic","necrophorous","necropoleis","necropoles","necropoli","necropolis","necropolises","necropsied","necropsies","necropsy","necropsying","necroscopic","necroscopical","necroscopies","necroscopy","necrose","necrosed","necroses","necrosing","necrosis","necrotic","necrotise","necrotised","necrotises","necrotising","necrotize","necrotized","necrotizes","necrotizing","necrotomies","necrotomy","necrotroph","necrotrophic","necrotrophs","nectar","nectareal","nectarean","nectared","nectareous","nectareousness","nectarial","nectaried","nectaries","nectariferous","nectarine","nectarines","nectarivorous","nectarous","nectars","nectary","nectocalyces","nectocalyx","ned","neddier","neddies","neddiest","neddish","neddy","nedette","nedettes","neds","nee","need","needcessities","needcessity","needed","needer","needers","needfire","needfires","needful","needfully","needfulness","needfulnesses","needfuls","needier","neediest","needily","neediness","needinesses","needing","needle","needlecord","needlecords","needlecraft","needlecrafts","needled","needlefish","needlefishes","needleful","needlefuls","needlelike","needlepoint","needlepoints","needler","needlers","needles","needless","needlessly","needlessness","needlessnesses","needlestick","needlewoman","needlewomen","needlework","needleworker","needleworkers","needleworks","needlier","needliest","needling","needlings","needly","needment","needments","needs","needy","neeld","neelds","neele","neeles","neem","neemb","neembs","neems","neep","neeps","neesberries","neesberry","neese","neesed","neeses","neesing","neeze","neezed","neezes","neezing","nef","nefandous","nefarious","nefariously","nefariousness","nefariousnesses","nefast","nefs","neg","negate","negated","negater","negaters","negates","negating","negation","negational","negationist","negationists","negations","negative","negatived","negatively","negativeness","negativenesses","negatives","negativing","negativism","negativisms","negativist","negativistic","negativists","negativities","negativity","negaton","negatons","negator","negators","negatory","negatron","negatrons","neglect","neglectable","neglected","neglectedness","neglectednesses","neglecter","neglecters","neglectful","neglectfully","neglectfulness","neglectfulnesses","neglecting","neglectingly","neglection","neglections","neglective","neglector","neglectors","neglects","neglige","negligeable","negligee","negligees","negligence","negligences","negligent","negligently","negliges","negligibilities","negligibility","negligible","negligibleness","negligibly","negociant","negociants","negotiabilities","negotiability","negotiable","negotiant","negotiants","negotiate","negotiated","negotiates","negotiating","negotiation","negotiations","negotiator","negotiators","negotiatory","negotiatress","negotiatresses","negotiatrices","negotiatrix","negotiatrixes","negress","negresses","negritude","negritudes","negro","negroes","negrohead","negroheads","negroid","negroidal","negroids","negroism","negroisms","negroni","negronis","negrophil","negrophile","negrophiles","negrophilism","negrophilisms","negrophilist","negrophilists","negrophils","negrophobe","negrophobes","negrophobia","negrophobias","negs","negus","neguses","neif","neifs","neigh","neighbor","neighbored","neighborhood","neighborhoods","neighboring","neighborless","neighborliness","neighborlinesses","neighborly","neighbors","neighbour","neighboured","neighbourhood","neighbourhoods","neighbouring","neighbourless","neighbourliness","neighbourly","neighbours","neighed","neighing","neighs","neinei","neineis","neist","neither","neive","neives","nek","neks","nekton","nektonic","nektons","nelies","nelis","nellie","nellies","nelly","nelson","nelsons","nelumbium","nelumbiums","nelumbo","nelumbos","nema","nemas","nemathelminth","nemathelminthic","nemathelminths","nematic","nematicidal","nematicide","nematicides","nematoblast","nematoblasts","nematocidal","nematocide","nematocides","nematocyst","nematocystic","nematocysts","nematode","nematodes","nematodiriases","nematodiriasis","nematodirus","nematodiruses","nematoid","nematological","nematologies","nematologist","nematologists","nematology","nematophore","nematophores","nemertean","nemerteans","nemertian","nemertians","nemertine","nemertines","nemeses","nemesia","nemesias","nemesis","nemn","nemned","nemning","nemns","nemophila","nemophilas","nemoral","nemorous","nempt","nene","nenes","nennigai","nennigais","nenuphar","nenuphars","neoanthropic","neoarsphenamine","neoblast","neoblasts","neoclassic","neoclassical","neoclassicism","neoclassicisms","neoclassicist","neoclassicists","neocolonial","neocolonialism","neocolonialisms","neocolonialist","neocolonialists","neocon","neocons","neoconservatism","neoconservatisms","neoconservative","neoconservatives","neocortex","neocortexes","neocortical","neocortices","neodymium","neodymiums","neogene","neogeneses","neogenesis","neogenetic","neogothic","neogothics","neogrammarian","neogrammarians","neoliberal","neoliberalism","neoliberalisms","neoliberals","neolith","neolithic","neoliths","neologian","neologians","neologic","neological","neologically","neologies","neologise","neologised","neologises","neologising","neologism","neologisms","neologist","neologistic","neologistical","neologistically","neologists","neologize","neologized","neologizes","neologizing","neology","neomorph","neomorphs","neomycin","neomycins","neon","neonatal","neonatally","neonate","neonates","neonaticide","neonaticides","neonatologies","neonatologist","neonatologists","neonatology","neoned","neonomian","neonomianism","neonomianisms","neonomians","neons","neoorthodox","neoorthodoxies","neoorthodoxy","neopagan","neopaganise","neopaganised","neopaganises","neopaganising","neopaganism","neopaganisms","neopaganize","neopaganized","neopaganizes","neopaganizing","neopagans","neophile","neophiles","neophilia","neophiliac","neophiliacs","neophilias","neophobe","neophobes","neophobia","neophobias","neophobic","neophyte","neophytes","neophytic","neopilina","neopilinas","neoplasia","neoplasias","neoplasm","neoplasms","neoplastic","neoplasticism","neoplasticisms","neoplasticist","neoplasticists","neoplasties","neoplasty","neoprene","neoprenes","neorealism","neorealisms","neorealist","neorealistic","neorealists","neosoul","neosouls","neostigmine","neostigmines","neoteinia","neoteinias","neotenic","neotenies","neotenous","neoteny","neoteric","neoterical","neoterically","neotericals","neoterics","neoterise","neoterised","neoterises","neoterising","neoterism","neoterisms","neoterist","neoterists","neoterize","neoterized","neoterizes","neoterizing","neotoxin","neotoxins","neotropic","neotropics","neotype","neotypes","neovitalism","neovitalisms","neovitalist","neovitalists","nep","nepenthe","nepenthean","nepenthes","neper","nepers","nepeta","nepetas","nephalism","nephalisms","nephalist","nephalists","nepheline","nephelines","nephelinic","nephelinite","nephelinites","nephelinitic","nephelite","nephelites","nephelometer","nephelometers","nephelometric","nephelometrically","nephelometries","nephelometry","nephew","nephews","nephogram","nephograms","nephograph","nephographs","nephologic","nephological","nephologies","nephologist","nephologists","nephology","nephoscope","nephoscopes","nephralgia","nephralgias","nephralgic","nephralgies","nephralgy","nephrectomies","nephrectomise","nephrectomised","nephrectomises","nephrectomising","nephrectomize","nephrectomized","nephrectomizes","nephrectomizing","nephrectomy","nephric","nephridia","nephridial","nephridium","nephrism","nephrisms","nephrite","nephrites","nephritic","nephritical","nephritics","nephritides","nephritis","nephritises","nephroblastoma","nephroblastomas","nephroid","nephrolepis","nephrolepises","nephrological","nephrologies","nephrologist","nephrologists","nephrology","nephron","nephrons","nephropathic","nephropathies","nephropathy","nephropexies","nephropexy","nephroptoses","nephroptosis","nephroscope","nephroscopes","nephroscopies","nephroscopy","nephroses","nephrosis","nephrostome","nephrostomes","nephrotic","nephrotics","nephrotomies","nephrotomy","nephrotoxic","nephrotoxicities","nephrotoxicity","nepionic","nepit","nepits","nepotic","nepotism","nepotisms","nepotist","nepotistic","nepotists","neps","neptunium","neptuniums","neral","nerals","nerd","nerdic","nerdics","nerdier","nerdiest","nerdiness","nerdinesses","nerdish","nerds","nerdy","nereid","nereides","nereids","nereis","nerine","nerines","nerite","nerites","neritic","nerk","nerka","nerkas","nerks","nerol","neroli","nerolis","nerols","nerts","nertz","nerval","nervate","nervation","nervations","nervature","nervatures","nerve","nerved","nerveless","nervelessly","nervelessness","nervelessnesses","nervelet","nervelets","nerver","nervers","nerves","nervier","nerviest","nervily","nervine","nervines","nerviness","nervinesses","nerving","nervings","nervosities","nervosity","nervous","nervously","nervousness","nervousnesses","nervular","nervule","nervules","nervuration","nervurations","nervure","nervures","nervy","nescience","nesciences","nescient","nescients","nesh","nesher","neshest","neshness","neshnesses","ness","nesselrode","nesselrodes","nesses","nest","nestable","nested","nester","nesters","nestful","nestfuls","nesting","nestings","nestle","nestled","nestler","nestlers","nestles","nestlike","nestling","nestlings","nestor","nestors","nests","net","netball","netballer","netballers","netballs","nete","netes","netful","netfuls","nethead","netheads","netheless","nether","netherlings","nethermore","nethermost","netherstock","netherstocks","netherward","netherwards","netherworld","netherworlds","netiquette","netiquettes","netizen","netizens","netless","netlike","netminder","netminders","netop","netops","netroot","netroots","nets","netspeak","netspeaks","netsuke","netsukes","nett","nettable","netted","netter","netters","nettie","nettier","netties","nettiest","netting","nettings","nettle","nettled","nettlelike","nettler","nettlers","nettles","nettlesome","nettlier","nettliest","nettling","nettly","netts","netty","network","networked","networker","networkers","networking","networkings","networks","neuk","neuks","neum","neumatic","neume","neumes","neumic","neums","neural","neuralgia","neuralgias","neuralgic","neurally","neuraminidase","neuraminidases","neurasthenia","neurastheniac","neurastheniacs","neurasthenias","neurasthenic","neurasthenically","neurasthenics","neuration","neurations","neuraxon","neuraxons","neurectomies","neurectomy","neurilemma","neurilemmal","neurilemmas","neurilities","neurility","neurine","neurines","neurism","neurisms","neurite","neurites","neuritic","neuritics","neuritides","neuritis","neuritises","neuroactive","neuroanatomic","neuroanatomical","neuroanatomies","neuroanatomist","neuroanatomists","neuroanatomy","neurobiological","neurobiologies","neurobiologist","neurobiologists","neurobiology","neuroblast","neuroblastoma","neuroblastomas","neuroblastomata","neuroblasts","neurochemical","neurochemicals","neurochemist","neurochemistries","neurochemistry","neurochemists","neurochip","neurochips","neurocoel","neurocoele","neurocoeles","neurocoels","neurocognitive","neurocomputer","neurocomputers","neurocomputing","neurocomputings","neurodegenerative","neuroectodermal","neuroendocrine","neuroendocrinological","neuroendocrinologies","neuroendocrinologist","neuroendocrinologists","neuroendocrinology","neuroethologies","neuroethology","neurofeedback","neurofeedbacks","neurofibril","neurofibrilar","neurofibrillar","neurofibrillary","neurofibrils","neurofibroma","neurofibromas","neurofibromata","neurofibromatoses","neurofibromatosis","neurofibromatosises","neurogeneses","neurogenesis","neurogenic","neurogenically","neuroglia","neuroglial","neuroglias","neurogram","neurograms","neurohormonal","neurohormone","neurohormones","neurohumor","neurohumoral","neurohumors","neurohypnology","neurohypophyseal","neurohypophyses","neurohypophysial","neurohypophysis","neuroid","neurolemma","neurolemmas","neuroleptic","neuroleptics","neurolinguist","neurolinguistic","neurolinguists","neurologic","neurological","neurologically","neurologies","neurologist","neurologists","neurology","neurolyses","neurolysis","neuroma","neuromarketing","neuromarketings","neuromas","neuromast","neuromasts","neuromata","neuromatous","neuromuscular","neuron","neuronal","neurone","neurones","neuronic","neurons","neuropath","neuropathic","neuropathical","neuropathically","neuropathies","neuropathist","neuropathists","neuropathologic","neuropathological","neuropathologies","neuropathologist","neuropathologists","neuropathology","neuropaths","neuropathy","neuropeptide","neuropeptides","neuropharmacologic","neuropharmacological","neuropharmacologies","neuropharmacologist","neuropharmacologists","neuropharmacology","neurophysiologic","neurophysiological","neurophysiologically","neurophysiologies","neurophysiologist","neurophysiologists","neurophysiology","neuropil","neuropils","neuroplasm","neuroplasms","neuropsychiatric","neuropsychiatrically","neuropsychiatries","neuropsychiatrist","neuropsychiatrists","neuropsychiatry","neuropsychological","neuropsychologies","neuropsychologist","neuropsychologists","neuropsychology","neuroptera","neuropteran","neuropterans","neuropterist","neuropterists","neuropteron","neuropterous","neuroradiological","neuroradiologies","neuroradiologist","neuroradiologists","neuroradiology","neurosal","neuroscience","neurosciences","neuroscientific","neuroscientist","neuroscientists","neurosecretion","neurosecretions","neurosecretory","neurosensory","neuroses","neurosis","neurospora","neurosporas","neurosurgeon","neurosurgeons","neurosurgeries","neurosurgery","neurosurgical","neurosurgically","neurosyphilis","neurosyphilises","neurotic","neurotically","neuroticism","neuroticisms","neurotics","neurotomies","neurotomist","neurotomists","neurotomy","neurotoxic","neurotoxicities","neurotoxicity","neurotoxin","neurotoxins","neurotransmission","neurotransmissions","neurotransmitter","neurotransmitters","neurotrophic","neurotrophies","neurotrophy","neurotropic","neurovascular","neurula","neurulae","neurular","neurulas","neurulation","neurulations","neurypnologies","neurypnology","neustic","neuston","neustonic","neustons","neuter","neutered","neutering","neuters","neutral","neutralisation","neutralisations","neutralise","neutralised","neutraliser","neutralisers","neutralises","neutralising","neutralism","neutralisms","neutralist","neutralistic","neutralists","neutralities","neutrality","neutralization","neutralizations","neutralize","neutralized","neutralizer","neutralizers","neutralizes","neutralizing","neutrally","neutralness","neutralnesses","neutrals","neutretto","neutrettos","neutrino","neutrinoless","neutrinos","neutron","neutronic","neutrons","neutropenia","neutropenias","neutrophil","neutrophile","neutrophiles","neutrophilic","neutrophils","neve","nevel","nevelled","nevelling","nevels","never","nevermind","neverminds","nevermore","nevertheless","neverthemore","neves","nevi","nevoid","nevus","new","newbie","newbies","newborn","newborns","newcome","newcomer","newcomers","newed","newel","newell","newelled","newells","newels","newer","newest","newfangle","newfangled","newfangledly","newfangledness","newfanglednesses","newfangleness","newfanglenesses","newfound","newie","newies","newing","newish","newishly","newishness","newishnesses","newly","newlywed","newlyweds","newmarket","newmarkets","newmown","newness","newnesses","news","newsagencies","newsagency","newsagent","newsagents","newsbeat","newsbeats","newsboy","newsboys","newsbreak","newsbreaks","newscast","newscaster","newscasters","newscasting","newscastings","newscasts","newsdealer","newsdealers","newsdesk","newsdesks","newsed","newses","newsflash","newsflashes","newsgirl","newsgirls","newsgroup","newsgroups","newshawk","newshawks","newshound","newshounds","newsie","newsier","newsies","newsiest","newsiness","newsinesses","newsing","newsless","newsletter","newsletters","newsmagazine","newsmagazines","newsmaker","newsmakers","newsman","newsmen","newsmonger","newsmongers","newspaper","newspaperdom","newspaperdoms","newspapered","newspapering","newspaperism","newspaperisms","newspaperman","newspapermen","newspapers","newspaperwoman","newspaperwomen","newspeak","newspeaks","newspeople","newsperson","newspersons","newsprint","newsprints","newsreader","newsreaders","newsreel","newsreels","newsroom","newsrooms","newsstand","newsstands","newstrade","newstrades","newsweeklies","newsweekly","newswire","newswires","newswoman","newswomen","newsworthiness","newsworthinesses","newsworthy","newswriting","newswritings","newsy","newt","newton","newtons","newts","newwaver","newwavers","next","nextdoor","nextly","nextness","nextnesses","nexts","nexus","nexuses","ngai","ngaio","ngaios","ngana","nganas","ngarara","ngararas","ngati","ngatis","ngoma","ngomas","ngultrum","ngultrums","ngwee","nhandu","nhandus","niacin","niacinamide","niacinamides","niacins","niaiserie","niaiseries","nialamide","nialamides","nib","nibbed","nibbing","nibble","nibbled","nibbler","nibblers","nibbles","nibbling","nibblingly","nibblings","niblick","niblicks","niblike","nibs","nicad","nicads","niccolite","niccolites","nice","niceish","nicely","niceness","nicenesses","nicer","nicest","niceties","nicety","niche","niched","nicher","nichered","nichering","nichers","niches","niching","nicht","nichts","nicish","nick","nickar","nickars","nicked","nickel","nickeled","nickelic","nickeliferous","nickeline","nickelines","nickeling","nickelise","nickelised","nickelises","nickelising","nickelize","nickelized","nickelizes","nickelizing","nickelled","nickelling","nickelodeon","nickelodeons","nickelous","nickels","nicker","nickered","nickering","nickers","nicking","nickle","nickled","nickles","nickling","nicknack","nicknacks","nickname","nicknamed","nicknamer","nicknamers","nicknames","nicknaming","nickpoint","nickpoints","nicks","nickstick","nicksticks","nickum","nickumpoop","nickumpoops","nickums","nicoise","nicol","nicols","nicompoop","nicompoops","nicotian","nicotiana","nicotianas","nicotians","nicotin","nicotinamide","nicotinamides","nicotine","nicotined","nicotines","nicotinic","nicotinism","nicotinisms","nicotins","nicrosilal","nicrosilals","nictate","nictated","nictates","nictating","nictation","nictations","nictitant","nictitate","nictitated","nictitates","nictitating","nictitation","nictitations","nid","nidal","nidamenta","nidamental","nidamentum","nidate","nidated","nidates","nidating","nidation","nidations","niddering","nidderings","nidderling","nidderlings","niddick","niddicks","nide","nided","nidering","niderings","niderling","niderlings","nides","nidget","nidgets","nidi","nidicolous","nidificate","nidificated","nidificates","nidificating","nidification","nidifications","nidified","nidifies","nidifugous","nidify","nidifying","niding","nidings","nidor","nidorous","nidors","nids","nidulation","nidulations","nidus","niduses","nie","niece","nieces","nied","nief","niefs","niellated","nielli","niellist","niellists","niello","nielloed","nielloing","niellos","nies","nieve","nieveful","nievefuls","nieves","nife","nifedipine","nifedipines","nifes","niff","niffed","niffer","niffered","niffering","niffers","niffier","niffiest","niffing","niffnaff","niffnaffed","niffnaffing","niffnaffs","niffs","niffy","niftier","nifties","niftiest","niftily","niftiness","niftinesses","nifty","nigella","nigellas","niger","nigers","niggard","niggarded","niggarding","niggardise","niggardises","niggardize","niggardizes","niggardliness","niggardlinesses","niggardly","niggards","nigger","niggerdom","niggerdoms","niggered","niggerhead","niggerheads","niggering","niggerish","niggerism","niggerisms","niggerling","niggerlings","niggers","niggery","niggle","niggled","niggler","nigglers","niggles","nigglier","niggliest","niggling","nigglingly","nigglings","niggly","nigh","nighed","nigher","nighest","nighing","nighly","nighness","nighnesses","nighs","night","nightbird","nightbirds","nightblind","nightcap","nightcaps","nightclass","nightclasses","nightclothes","nightclub","nightclubbed","nightclubber","nightclubbers","nightclubbing","nightclubbings","nightclubs","nightdress","nightdresses","nighted","nightfall","nightfalls","nightfaring","nightfire","nightfires","nightgear","nightgears","nightglow","nightglows","nightgown","nightgowns","nighthawk","nighthawks","nightie","nighties","nightingale","nightingales","nightjar","nightjars","nightless","nightlife","nightlifes","nightlike","nightlives","nightlong","nightly","nightmare","nightmares","nightmarish","nightmarishly","nightmarishness","nightmary","nightpiece","nightpieces","nightrider","nightriders","nightriding","nightridings","nights","nightscope","nightscopes","nightshade","nightshades","nightshirt","nightshirts","nightside","nightsides","nightspot","nightspots","nightstand","nightstands","nightstick","nightsticks","nighttide","nighttides","nighttime","nighttimes","nightwalker","nightwalkers","nightward","nightwear","nightwears","nighty","nigiri","nigiris","nigrescence","nigrescences","nigrescent","nigricant","nigrified","nigrifies","nigrify","nigrifying","nigritude","nigritudes","nigromancies","nigromancy","nigrosin","nigrosine","nigrosines","nigrosins","nihil","nihilism","nihilisms","nihilist","nihilistic","nihilists","nihilities","nihility","nihils","nihonga","nihongas","nikab","nikabs","nikah","nikahs","nikau","nikaus","nikethamide","nikethamides","nil","nilgai","nilgais","nilgau","nilgaus","nilghai","nilghais","nilghau","nilghaus","nill","nilled","nilling","nills","nilpotent","nilpotents","nils","nim","nimb","nimbed","nimbi","nimble","nimbleness","nimblenesses","nimbler","nimblesse","nimblesses","nimblest","nimblewit","nimblewits","nimblewitted","nimbly","nimbostrati","nimbostratus","nimbs","nimbus","nimbused","nimbuses","nimbyism","nimbyisms","nimbyness","nimbynesses","nimieties","nimiety","nimious","nimmed","nimmer","nimmers","nimming","nimonic","nimps","nimrod","nimrods","nims","nincom","nincompoop","nincompooperies","nincompoopery","nincompoops","nincoms","nincum","nincums","nine","ninebark","ninebarks","ninefold","nineholes","ninepence","ninepences","ninepennies","ninepenny","ninepin","ninepins","nines","ninescore","ninescores","nineteen","nineteens","nineteenth","nineteenthly","nineteenths","nineties","ninetieth","ninetieths","ninety","ninhydrin","ninhydrins","ninja","ninjas","ninjitsu","ninjitsus","ninjutsu","ninjutsus","ninnies","ninny","ninnyhammer","ninnyhammers","ninnyish","ninon","ninons","ninth","ninthly","ninths","niobate","niobates","niobic","niobite","niobites","niobium","niobiums","niobous","nip","nipa","nipas","nipcheese","nipcheeses","nipped","nipper","nippered","nippering","nipperkin","nipperkins","nippers","nippier","nippiest","nippily","nippiness","nippinesses","nipping","nippingly","nipple","nippled","nipples","nipplewort","nippleworts","nippling","nippy","nips","nipter","nipters","niqab","niqabs","niramiai","niramiais","nirl","nirled","nirlie","nirlier","nirliest","nirling","nirlit","nirls","nirly","nirvana","nirvanas","nirvanic","nis","nisberries","nisberry","nisei","niseis","nisgul","nisguls","nish","nishes","nisi","nisse","nisses","nisus","nit","nitchie","nitchies","nite","niter","niterie","niteries","niters","nitery","nites","nither","nithered","nithering","nithers","nithing","nithings","nitid","nitinol","nitinols","niton","nitons","nitpick","nitpicked","nitpicker","nitpickers","nitpickier","nitpickiest","nitpicking","nitpicks","nitpicky","nitramine","nitramines","nitraniline","nitranilines","nitrate","nitrated","nitrates","nitratine","nitratines","nitrating","nitration","nitrations","nitrator","nitrators","nitrazepam","nitrazepams","nitre","nitres","nitric","nitrid","nitride","nitrided","nitrides","nitriding","nitridings","nitrids","nitrifiable","nitrification","nitrifications","nitrified","nitrifier","nitrifiers","nitrifies","nitrify","nitrifying","nitril","nitrile","nitriles","nitrils","nitrite","nitrites","nitro","nitrobacteria","nitrobacterium","nitrobenzene","nitrobenzenes","nitrocellulose","nitrocelluloses","nitrochloroform","nitrocotton","nitrocottons","nitrofuran","nitrofurans","nitrogen","nitrogenase","nitrogenases","nitrogenisation","nitrogenise","nitrogenised","nitrogenises","nitrogenising","nitrogenization","nitrogenize","nitrogenized","nitrogenizes","nitrogenizing","nitrogenous","nitrogens","nitroglycerin","nitroglycerine","nitroglycerines","nitroglycerins","nitrolic","nitrometer","nitrometers","nitromethane","nitromethanes","nitrometric","nitroparaffin","nitroparaffins","nitrophilous","nitros","nitrosamine","nitrosamines","nitrosation","nitrosations","nitroso","nitrosyl","nitrosyls","nitrotoluene","nitrotoluenes","nitrous","nitrox","nitroxes","nitroxyl","nitroxyls","nitry","nitryl","nitryls","nits","nittier","nittiest","nitty","nitwit","nitwits","nitwitted","nitwittedness","nitwittednesses","nitwitteries","nitwittery","nival","nivation","nivations","niveous","nix","nixe","nixed","nixer","nixers","nixes","nixie","nixies","nixing","nixy","nizam","nizamate","nizamates","nizams","nkosi","nkosis","no","noah","noahs","nob","nobbier","nobbiest","nobbily","nobbiness","nobbinesses","nobble","nobbled","nobbler","nobblers","nobbles","nobbling","nobbut","nobby","nobelium","nobeliums","nobilesse","nobilesses","nobiliary","nobilitate","nobilitated","nobilitates","nobilitating","nobilitation","nobilitations","nobilities","nobility","noble","nobleman","noblemen","nobleness","noblenesses","nobler","nobles","noblesse","noblesses","noblest","noblewoman","noblewomen","nobly","nobodies","nobody","nobs","nocake","nocakes","nocent","nocently","nocents","nochel","nocheled","nocheling","nochelled","nochelling","nochels","nociceptive","nociceptor","nociceptors","nocireceptor","nocireceptors","nock","nocked","nocket","nockets","nocking","nocks","noctambulation","noctambulations","noctambulism","noctambulisms","noctambulist","noctambulists","noctilio","noctilios","noctiluca","noctilucae","noctilucas","noctilucence","noctilucences","noctilucent","noctilucous","noctivagant","noctivagation","noctivagations","noctivagous","noctua","noctuaries","noctuary","noctuas","noctuid","noctuids","noctule","noctules","noctuoid","nocturia","nocturias","nocturn","nocturnal","nocturnalities","nocturnality","nocturnally","nocturnals","nocturne","nocturnes","nocturns","nocuous","nocuously","nocuousness","nocuousnesses","nod","nodal","nodalise","nodalised","nodalises","nodalising","nodalities","nodality","nodalize","nodalized","nodalizes","nodalizing","nodally","nodated","nodation","nodations","nodded","nodder","nodders","noddier","noddies","noddiest","nodding","noddingly","noddings","noddle","noddled","noddles","noddling","noddy","node","nodes","nodi","nodical","nodose","nodosities","nodosity","nodous","nods","nodular","nodulated","nodulation","nodulations","nodule","noduled","nodules","nodulose","nodulous","nodus","noel","noels","noematical","noematically","noes","noeses","noesis","noesises","noetic","nog","nogaku","nogg","nogged","noggin","nogging","noggings","noggins","noggs","nogs","noh","nohow","nohowish","noil","noilier","noiliest","noils","noily","noint","nointed","nointer","nointers","nointing","noints","noir","noirish","noirs","noise","noised","noiseful","noiseless","noiselessly","noiselessness","noiselessnesses","noisemaker","noisemakers","noisemaking","noisemakings","noisenik","noiseniks","noises","noisette","noisettes","noisier","noisiest","noisily","noisiness","noisinesses","noising","noisome","noisomely","noisomeness","noisomenesses","noisy","nole","noles","nolition","nolitions","noll","nolls","nolo","nolos","nom","noma","nomad","nomade","nomades","nomadic","nomadically","nomadies","nomadisation","nomadisations","nomadise","nomadised","nomadises","nomadising","nomadism","nomadisms","nomadization","nomadizations","nomadize","nomadized","nomadizes","nomadizing","nomads","nomady","nomarch","nomarchies","nomarchs","nomarchy","nomas","nombles","nombril","nombrils","nome","nomen","nomenclative","nomenclator","nomenclatorial","nomenclators","nomenclatural","nomenclature","nomenclatures","nomenklatura","nomenklaturas","nomes","nomic","nomina","nominable","nominal","nominalisation","nominalisations","nominalise","nominalised","nominalises","nominalising","nominalism","nominalisms","nominalist","nominalistic","nominalists","nominalization","nominalizations","nominalize","nominalized","nominalizes","nominalizing","nominally","nominals","nominate","nominated","nominately","nominates","nominating","nomination","nominations","nominatival","nominativally","nominative","nominatively","nominatives","nominator","nominators","nominee","nominees","nomism","nomisms","nomistic","nomocracies","nomocracy","nomogenies","nomogeny","nomogram","nomograms","nomograph","nomographer","nomographers","nomographic","nomographical","nomographically","nomographies","nomographs","nomography","nomoi","nomologic","nomological","nomologically","nomologies","nomologist","nomologists","nomology","nomos","nomothete","nomothetes","nomothetic","nomothetical","noms","non","nona","nonabrasive","nonabsorbable","nonabsorbent","nonabsorbents","nonabsorptive","nonabstract","nonacademic","nonacademics","nonacceptance","nonacceptances","nonaccidental","nonaccountable","nonaccredited","nonaccrual","nonachievement","nonachievements","nonacid","nonacidic","nonacids","nonacquisitive","nonacting","nonaction","nonactions","nonactivated","nonactive","nonactor","nonactors","nonadaptive","nonaddict","nonaddictive","nonaddicts","nonadditive","nonadditivities","nonadditivity","nonadhesive","nonadiabatic","nonadjacent","nonadmirer","nonadmirers","nonadmission","nonadmissions","nonadult","nonadults","nonaesthetic","nonaffiliated","nonaffluent","nonage","nonaged","nonagenarian","nonagenarians","nonages","nonagesimal","nonagesimals","nonaggression","nonaggressions","nonaggressive","nonagon","nonagonal","nonagons","nonagricultural","nonalcoholic","nonalcoholics","nonaligned","nonalignment","nonalignments","nonallelic","nonallergenic","nonallergic","nonalphabetic","nonaluminum","nonambiguous","nonanalytic","nonanatomic","nonane","nonanes","nonanimal","nonanoic","nonanswer","nonanswers","nonantagonistic","nonanthropological","nonanthropologist","nonanthropologists","nonantibiotic","nonantibiotics","nonantigenic","nonappearance","nonappearances","nonaquatic","nonaqueous","nonarable","nonarbitrariness","nonarbitrarinesses","nonarbitrary","nonarchitect","nonarchitects","nonarchitecture","nonarchitectures","nonargument","nonarguments","nonaristocratic","nonaromatic","nonaromatics","nonart","nonartist","nonartistic","nonartists","nonarts","nonary","nonas","nonascetic","nonascetics","nonaspirin","nonaspirins","nonassertive","nonassociated","nonastronomical","nonathlete","nonathletes","nonathletic","nonatomic","nonattached","nonattachment","nonattachments","nonattendance","nonattendances","nonattender","nonattenders","nonauditory","nonauthor","nonauthoritarian","nonauthors","nonautomated","nonautomatic","nonautomotive","nonautonomous","nonavailabilities","nonavailability","nonbacterial","nonbank","nonbanking","nonbanks","nonbarbiturate","nonbarbiturates","nonbasic","nonbearing","nonbehavioral","nonbeing","nonbeings","nonbelief","nonbeliefs","nonbeliever","nonbelievers","nonbelligerencies","nonbelligerency","nonbelligerent","nonbelligerents","nonbetting","nonbibliographic","nonbinary","nonbinding","nonbiodegradable","nonbiodegradables","nonbiographical","nonbiological","nonbiologically","nonbiologist","nonbiologists","nonbiting","nonblack","nonblacks","nonbodies","nonbody","nonbonded","nonbonding","nonbook","nonbooks","nonbotanist","nonbotanists","nonbrand","nonbreakable","nonbreathing","nonbreeder","nonbreeders","nonbreeding","nonbreedings","nonbroadcast","nonbroadcasts","nonbuilding","nonbuildings","nonburnable","nonbusiness","nonbuying","noncabinet","noncabinets","noncaking","noncallable","noncaloric","noncampus","noncancelable","noncancerous","noncandidacies","noncandidacy","noncandidate","noncandidates","noncannibalistic","noncapital","noncapitalist","noncapitalists","noncapitals","noncarcinogen","noncarcinogenic","noncarcinogens","noncardiac","noncareer","noncarrier","noncarriers","noncash","noncasual","noncausal","nonce","noncelebration","noncelebrations","noncelebrities","noncelebrity","noncellular","noncellulosic","noncentral","noncereal","noncertificated","noncertified","nonces","nonchalance","nonchalances","nonchalant","nonchalantly","noncharacter","noncharacters","noncharismatic","noncharismatics","nonchauvinist","nonchauvinists","nonchemical","nonchemicals","nonchromosomal","nonchronological","nonchurch","nonchurchgoer","nonchurchgoers","noncircular","noncirculating","noncitizen","noncitizens","nonclandestine","nonclass","nonclasses","nonclassical","nonclassified","nonclassroom","nonclassrooms","nonclerical","nonclericals","noncling","nonclinical","nonclogging","noncoding","noncoercive","noncognitive","noncognitivism","noncognitivisms","noncoherent","noncoincidence","noncoincidences","noncoital","noncoking","noncola","noncolas","noncollector","noncollectors","noncollege","noncolleges","noncollegiate","noncollinear","noncolor","noncolored","noncolorfast","noncolors","noncom","noncombat","noncombatant","noncombatants","noncombative","noncombustible","noncombustibles","noncommercial","noncommercials","noncommissioned","noncommitment","noncommitments","noncommittal","noncommittally","noncommitted","noncommunicating","noncommunication","noncommunications","noncommunicative","noncommunist","noncommunists","noncommunities","noncommunity","noncommutative","noncommutativities","noncommutativity","noncomparabilities","noncomparability","noncomparable","noncompatible","noncompetition","noncompetitive","noncompetitor","noncompetitors","noncomplementary","noncomplex","noncompliance","noncompliances","noncompliant","noncomplicated","noncomplying","noncomplyings","noncomposer","noncomposers","noncompound","noncompounds","noncomprehension","noncomprehensions","noncompressible","noncomputer","noncomputerised","noncomputerized","noncoms","nonconceptual","nonconcern","nonconcerns","nonconclusion","nonconclusions","nonconcur","nonconcurred","nonconcurrence","nonconcurrences","nonconcurrent","nonconcurring","nonconcurs","noncondensable","nonconditioned","nonconducting","nonconduction","nonconductions","nonconductive","nonconductor","nonconductors","nonconference","nonconferences","nonconfidence","nonconfidences","nonconfidential","nonconflicting","nonconform","nonconformance","nonconformances","nonconformed","nonconformer","nonconformers","nonconforming","nonconformism","nonconformisms","nonconformist","nonconformists","nonconformities","nonconformity","nonconforms","nonconfrontation","nonconfrontational","nonconfrontations","noncongruent","nonconjugated","nonconnection","nonconnections","nonconscious","nonconsecutive","nonconsensual","nonconservation","nonconservations","nonconservative","nonconservatives","nonconsolidated","nonconstant","nonconstants","nonconstitutional","nonconstruction","nonconstructions","nonconstructive","nonconsumer","nonconsumers","nonconsuming","nonconsumption","nonconsumptions","nonconsumptive","noncontact","noncontacts","noncontagious","noncontemporaries","noncontemporary","noncontiguous","noncontingent","noncontinuous","noncontract","noncontractual","noncontradiction","noncontradictions","noncontradictory","noncontributory","noncontrollable","noncontrolled","noncontrolling","noncontroversial","nonconventional","nonconvertible","noncooperation","noncooperationist","noncooperationists","noncooperations","noncooperative","noncooperator","noncooperators","noncoplanar","noncore","noncorporate","noncorrelation","noncorrelations","noncorrodible","noncorroding","noncorrodings","noncorrosive","noncountries","noncountry","noncounty","noncoverage","noncoverages","noncreative","noncreativities","noncreativity","noncredentialed","noncredit","noncrime","noncrimes","noncriminal","noncriminals","noncrises","noncrisis","noncritical","noncrossover","noncrushable","noncrystalline","nonculinary","noncultivated","noncultivation","noncultivations","noncultural","noncumulative","noncurrent","noncustodial","noncustomer","noncustomers","noncyclic","noncyclical","nondairy","nondance","nondancer","nondancers","nondances","nondeceptive","nondecision","nondecisions","nondecreasing","nondeductibilities","nondeductibility","nondeductible","nondeductive","nondefense","nondeferrable","nondeforming","nondegenerate","nondegenerates","nondegradable","nondegradables","nondegree","nondelegate","nondelegates","nondeliberate","nondelinquent","nondelinquents","nondeliveries","nondelivery","nondemand","nondemanding","nondemands","nondemocratic","nondenominational","nondenominationalism","nondenominationalisms","nondepartmental","nondependent","nondependents","nondepletable","nondepleting","nondeposition","nondepositions","nondepressed","nonderivative","nonderivatives","nondescript","nondescriptive","nondescriptly","nondescriptness","nondescripts","nondesert","nondestructive","nondestructively","nondestructiveness","nondestructivenesses","nondetachable","nondeterministic","nondevelopment","nondevelopments","nondeviant","nondeviants","nondiabetic","nondiabetics","nondialysable","nondialyzable","nondiapausing","nondidactic","nondiffusible","nondimensional","nondiplomatic","nondirected","nondirectional","nondirective","nondisabled","nondisableds","nondisclosure","nondisclosures","nondiscount","nondiscretionary","nondiscrimination","nondiscriminations","nondiscriminatory","nondiscursive","nondisjunction","nondisjunctional","nondisjunctions","nondispersive","nondisruptive","nondistinctive","nondiversified","nondividing","nondoctor","nondoctors","nondoctrinaire","nondocumentaries","nondocumentary","nondogmatic","nondollar","nondomestic","nondomestics","nondomiciled","nondominant","nondominants","nondormant","nondramatic","nondrinker","nondrinkers","nondrinking","nondrip","nondriver","nondrivers","nondrug","nondrying","nondurable","nondurables","none","nonearning","nonearnings","nonecclesiastical","noneconomic","noneconomist","noneconomists","nonedible","nonedibles","noneditorial","noneducation","noneducational","noneducations","noneffective","noneffectives","nonego","nonegos","nonelastic","nonelect","nonelected","nonelection","nonelections","nonelective","nonelectives","nonelectric","nonelectrical","nonelectrics","nonelectrolyte","nonelectrolytes","nonelectronic","nonelectronics","nonelementary","nonelite","nonemergencies","nonemergency","nonemotional","nonemphatic","nonempirical","nonemployee","nonemployees","nonemployment","nonemployments","nonempty","nonencapsulated","nonending","nonenergy","nonenforceabilities","nonenforceability","nonenforcement","nonenforcements","nonengagement","nonengagements","nonengineering","nonengineerings","nonentertainment","nonentertainments","nonentities","nonentity","nonentries","nonentry","nonenzymatic","nonenzymic","nonequal","nonequals","nonequilibria","nonequilibrium","nonequilibriums","nonequivalence","nonequivalences","nonequivalent","nonequivalents","nonerotic","nones","nonessential","nonessentials","nonestablished","nonestablishment","nonestablishments","nonesterified","nonesuch","nonesuches","nonet","nonetheless","nonethical","nonethnic","nonethnics","nonets","nonette","nonettes","nonetti","nonetto","nonettos","nonevaluative","nonevent","nonevents","nonevidence","nonevidences","nonexclusive","nonexecutive","nonexecutives","nonexempt","nonexempts","nonexistence","nonexistences","nonexistent","nonexistential","nonexotic","nonexpendable","nonexperimental","nonexpert","nonexperts","nonexplanatory","nonexploitation","nonexploitations","nonexploitative","nonexploitive","nonexplosive","nonexplosives","nonexposed","nonextant","nonfact","nonfactor","nonfactors","nonfacts","nonfactual","nonfaculty","nonfading","nonfamilial","nonfamilies","nonfamily","nonfan","nonfans","nonfarm","nonfarmer","nonfarmers","nonfat","nonfatal","nonfattening","nonfatty","nonfeasance","nonfeasances","nonfederal","nonfederated","nonfeminist","nonfeminists","nonferrous","nonfeudal","nonfiction","nonfictional","nonfictionally","nonfictions","nonfigurative","nonfilamentous","nonfilial","nonfilterable","nonfinal","nonfinancial","nonfinite","nonfiscal","nonfissionable","nonflammability","nonflammable","nonflowering","nonfluencies","nonfluency","nonfluid","nonfluids","nonfluorescent","nonflying","nonfocal","nonfood","nonforfeitable","nonforfeiture","nonforfeitures","nonformal","nonfossil","nonfraternization","nonfraternizations","nonfreezing","nonfrivolous","nonfrozen","nonfuel","nonfulfillment","nonfulfillments","nonfunctional","nonfunctioning","nonfunded","nong","nongame","nongaseous","nongay","nongays","nongenetic","nongenital","nongeometrical","nonghetto","nonglamorous","nonglare","nonglares","nonglazed","nonglossy","nongolfer","nongolfers","nongonococcal","nongovernment","nongovernmental","nongovernments","nongraded","nongraduate","nongraduates","nongrammatical","nongranular","nongravitational","nongreasy","nongreen","nongregarious","nongrowing","nongrowth","nongs","nonguest","nonguests","nonguilt","nonguilts","nonhalogenated","nonhandicapped","nonhappening","nonhappenings","nonhardy","nonharmonic","nonhazardous","nonheme","nonhemolytic","nonhereditary","nonhero","nonheroes","nonheroic","nonhierarchical","nonhistone","nonhistorical","nonhome","nonhomogeneous","nonhomologous","nonhomosexual","nonhomosexuals","nonhormonal","nonhospital","nonhospitalised","nonhospitalized","nonhospitals","nonhostile","nonhousing","nonhousings","nonhuman","nonhumans","nonhunter","nonhunters","nonhunting","nonhygroscopic","nonhysterical","noni","nonideal","nonidentical","nonidentities","nonidentity","nonideological","nonillion","nonillions","nonillionth","nonillionths","nonimage","nonimages","nonimitative","nonimmigrant","nonimmigrants","nonimmune","nonimpact","nonimplication","nonimplications","nonimportation","nonimportations","noninclusion","noninclusions","nonincreasing","nonincumbent","nonincumbents","nonindependence","nonindependences","nonindigenous","nonindividual","noninductive","nonindustrial","nonindustrialized","nonindustry","noninert","noninfected","noninfectious","noninfective","noninfested","noninflammable","noninflammatory","noninflationary","noninflectional","noninfluence","noninfluences","noninformation","noninformations","noninfringement","noninitial","noninitiate","noninitiates","noninjury","noninsect","noninsecticidal","noninsects","noninstallment","noninstallments","noninstitutional","noninstitutionalized","noninstructional","noninstrumental","noninsurance","noninsurances","noninsured","nonintegral","nonintegrated","nonintellectual","nonintellectuals","noninteracting","noninteractive","noninterchangeable","nonintercourse","nonintercourses","noninterest","noninterests","noninterference","noninterferences","nonintersecting","nonintervention","noninterventionist","noninterventionists","noninterventions","nonintimidating","nonintoxicant","nonintoxicants","nonintoxicating","nonintrusive","nonintuitive","noninvasive","noninvolved","noninvolvement","noninvolvements","nonionic","nonionizing","noniron","nonirradiated","nonirrigated","nonirritant","nonirritants","nonirritating","nonis","nonissue","nonissues","nonjoinder","nonjoinders","nonjoiner","nonjoiners","nonjudgemental","nonjudgmental","nonjudicial","nonjuries","nonjuring","nonjuror","nonjurors","nonjury","nonjusticiable","nonkosher","nonkoshers","nonlabor","nonlandowner","nonlandowners","nonlanguage","nonlanguages","nonlawyer","nonlawyers","nonleaded","nonleafy","nonleague","nonlegal","nonlegume","nonlegumes","nonleguminous","nonlethal","nonlevel","nonlexical","nonliable","nonlibrarian","nonlibrarians","nonlibraries","nonlibrary","nonlife","nonlineal","nonlinear","nonlinearities","nonlinearity","nonlinguistic","nonliquid","nonliquids","nonliteral","nonliterary","nonliterate","nonliterates","nonlives","nonliving","nonlivings","nonlocal","nonlocals","nonlogical","nonloving","nonloyal","nonluminous","nonlyric","nonmagnetic","nonmainstream","nonmajor","nonmajors","nonmalignant","nonmalleable","nonman","nonmanagement","nonmanagements","nonmanagerial","nonmanual","nonmanufacturing","nonmanufacturings","nonmarital","nonmarket","nonmarkets","nonmaterial","nonmaterialistic","nonmathematical","nonmathematician","nonmathematicians","nonmatriculated","nonmature","nonmeaningful","nonmeasurable","nonmeat","nonmechanical","nonmechanistic","nonmedical","nonmeeting","nonmeetings","nonmember","nonmembers","nonmembership","nonmemberships","nonmen","nonmental","nonmercurial","nonmetal","nonmetallic","nonmetals","nonmetameric","nonmetaphorical","nonmetric","nonmetrical","nonmetro","nonmetropolitan","nonmetropolitans","nonmicrobial","nonmigrant","nonmigrants","nonmigratory","nonmilitant","nonmilitants","nonmilitary","nonmimetic","nonminorities","nonminority","nonmobile","nonmodal","nonmodern","nonmoderns","nonmolecular","nonmonetarist","nonmonetarists","nonmonetary","nonmoney","nonmonogamous","nonmoral","nonmortal","nonmortals","nonmotile","nonmotilities","nonmotility","nonmotorised","nonmotorized","nonmoving","nonmunicipal","nonmusic","nonmusical","nonmusicals","nonmusician","nonmusicians","nonmusics","nonmutant","nonmutants","nonmutual","nonmyelinated","nonmystical","nonnarrative","nonnarratives","nonnasal","nonnational","nonnationals","nonnative","nonnatives","nonnatural","nonnaval","nonnecessities","nonnecessity","nonnegative","nonnegligent","nonnegotiable","nonnegotiables","nonnetwork","nonneural","nonnews","nonnies","nonnitrogenous","nonnoble","nonnormal","nonnormative","nonnovel","nonnovels","nonnuclear","nonnucleated","nonnumerical","nonnumericals","nonnutritious","nonnutritive","nonny","nonobese","nonobjective","nonobjectivism","nonobjectivisms","nonobjectivist","nonobjectivists","nonobjectivities","nonobjectivity","nonobscene","nonobservance","nonobservances","nonobservant","nonobvious","nonoccupational","nonoccurrence","nonoccurrences","nonofficial","nonofficials","nonohmic","nonoily","nonoperatic","nonoperating","nonoperational","nonoperative","nonoptimal","nonoral","nonorally","nonorganic","nonorgasmic","nonorthodox","nonoverlapping","nonoverlappings","nonowner","nonowners","nonoxidising","nonoxidizing","nonpagan","nonpagans","nonpaid","nonpapal","nonpapist","nonpapists","nonpar","nonparallel","nonparallels","nonparametric","nonparasitic","nonpareil","nonpareils","nonparent","nonparents","nonparities","nonparity","nonparous","nonparticipant","nonparticipants","nonparticipating","nonparticipation","nonparticipations","nonparticipatory","nonparties","nonpartisan","nonpartisans","nonpartisanship","nonpartisanships","nonpartizan","nonpartizanship","nonparty","nonpasserine","nonpassive","nonpast","nonpasts","nonpathogenic","nonpaying","nonpayment","nonpayments","nonpeak","nonperformance","nonperformances","nonperformer","nonperformers","nonperforming","nonperishable","nonperishables","nonpermanent","nonpermissive","nonpersistent","nonperson","nonpersonal","nonpersons","nonpetroleum","nonpetroleums","nonphilosopher","nonphilosophers","nonphilosophical","nonphonemic","nonphonetic","nonphosphate","nonphosphates","nonphotographic","nonphysical","nonphysician","nonphysicians","nonplanar","nonplastic","nonplastics","nonplay","nonplayer","nonplayers","nonplaying","nonplays","nonpliant","nonplus","nonplused","nonpluses","nonplusing","nonplussed","nonplusses","nonplussing","nonpoetic","nonpoint","nonpoisonous","nonpolar","nonpolarisable","nonpolarizable","nonpolice","nonpolitical","nonpolitically","nonpolitician","nonpoliticians","nonpolluting","nonpoor","nonporous","nonpossession","nonpossessions","nonpostal","nonpractical","nonpracticing","nonpractising","nonpregnant","nonprescription","nonprint","nonproblem","nonproblems","nonproducing","nonproductive","nonproductiveness","nonproductivenesses","nonproductivity","nonprofessional","nonprofessionally","nonprofessionals","nonprofessorial","nonprofit","nonprofits","nonprogram","nonprogrammer","nonprogrammers","nonprograms","nonprogressive","nonprogressives","nonproliferation","nonproliferations","nonproprietaries","nonproprietary","nonpros","nonprossed","nonprosses","nonprossing","nonprotein","nonproven","nonpsychiatric","nonpsychiatrist","nonpsychiatrists","nonpsychological","nonpsychotic","nonpublic","nonpunitive","nonpurposive","nonquantifiable","nonquantitative","nonquota","nonracial","nonracially","nonradioactive","nonrailroad","nonrandom","nonrandomness","nonrandomnesses","nonrated","nonrational","nonreactive","nonreactor","nonreactors","nonreader","nonreaders","nonreading","nonrealistic","nonreappointment","nonreappointments","nonreceipt","nonreceipts","nonreciprocal","nonreciprocals","nonrecognition","nonrecognitions","nonrecombinant","nonrecombinants","nonrecourse","nonrecurrent","nonrecurring","nonrecyclable","nonrecyclables","nonreducing","nonredundant","nonrefillable","nonreflecting","nonreflexive","nonrefundable","nonregulated","nonregulation","nonregulations","nonrelative","nonrelatives","nonrelativistic","nonrelativistically","nonrelevant","nonreligious","nonrenewable","nonrenewal","nonrenewals","nonrepayable","nonrepresentational","nonrepresentationalism","nonrepresentationalisms","nonrepresentative","nonrepresentatives","nonreproducible","nonreproductive","nonresidence","nonresidences","nonresidencies","nonresidency","nonresident","nonresidential","nonresidents","nonresistance","nonresistances","nonresistant","nonresistants","nonresonant","nonrespondent","nonrespondents","nonresponder","nonresponders","nonresponse","nonresponses","nonresponsive","nonrestricted","nonrestrictive","nonretractile","nonretroactive","nonreturn","nonreturnable","nonreturnables","nonreusable","nonreusables","nonreversible","nonrevolutionaries","nonrevolutionary","nonrhotic","nonrhoticities","nonrhoticity","nonrigid","nonrioter","nonrioters","nonrioting","nonrival","nonrivals","nonrotating","nonroutine","nonroutines","nonroyal","nonrubber","nonruling","nonruminant","nonruminants","nonrural","nonsacred","nonsalable","nonsaline","nonsaponifiable","nonscheduled","nonschizophrenic","nonschool","nonscience","nonsciences","nonscientific","nonscientist","nonscientists","nonseasonal","nonsecret","nonsecretor","nonsecretories","nonsecretors","nonsecretory","nonsecrets","nonsectarian","nonsecure","nonsedimentable","nonsegregated","nonsegregation","nonsegregations","nonselected","nonselective","nonself","nonselves","nonsensational","nonsense","nonsenses","nonsensical","nonsensicality","nonsensically","nonsensicalness","nonsensicalnesses","nonsensitive","nonsensuous","nonsentence","nonsentences","nonseptate","nonsequential","nonserial","nonserials","nonserious","nonsexist","nonsexual","nonshrink","nonshrinkable","nonsigner","nonsigners","nonsignificant","nonsignificantly","nonsimultaneous","nonsinkable","nonskater","nonskaters","nonsked","nonskeds","nonskeletal","nonskid","nonskier","nonskiers","nonslip","nonsmoker","nonsmokers","nonsmoking","nonsocial","nonsocialist","nonsocialists","nonsolar","nonsolid","nonsolids","nonsolution","nonsolutions","nonspatial","nonspeaker","nonspeakers","nonspeaking","nonspecialist","nonspecialists","nonspecific","nonspecifically","nonspectacular","nonspecular","nonspeculative","nonspeech","nonspherical","nonsporting","nonstandard","nonstaple","nonstaples","nonstarter","nonstarters","nonstatic","nonstationaries","nonstationary","nonstatistical","nonstative","nonstatives","nonsteady","nonsteroid","nonsteroidal","nonsteroids","nonstick","nonsticky","nonstop","nonstops","nonstories","nonstory","nonstrategic","nonstriated","nonstructural","nonstructured","nonstudent","nonstudents","nonstyle","nonstyles","nonsubject","nonsubjective","nonsubjects","nonsubsidised","nonsubsidized","nonsuccess","nonsuccesses","nonsuch","nonsuches","nonsugar","nonsugars","nonsuit","nonsuited","nonsuiting","nonsuits","nonsuperimposable","nonsupervisory","nonsupport","nonsupports","nonsurgical","nonswimmer","nonswimmers","nonsyllabic","nonsymbolic","nonsymmetric","nonsymmetrical","nonsynchronous","nonsystem","nonsystematic","nonsystemic","nonsystems","nontalker","nontalkers","nontarget","nontariff","nontax","nontaxable","nontaxables","nontaxes","nonteaching","nontechnical","nontemporal","nontemporals","nontenured","nonterminal","nonterminals","nonterminating","nontheatrical","nontheist","nontheistic","nontheists","nontheological","nontheoretical","nontherapeutic","nonthermal","nonthinking","nonthinkings","nonthreatening","nontidal","nontitle","nontobacco","nontobaccos","nontonal","nontonic","nontotalitarian","nontoxic","nontraditional","nontragic","nontransferable","nontransitive","nontreatment","nontreatments","nontribal","nontrivial","nontropical","nontrump","nontruth","nontruths","nonturbulent","nontypical","nonunanimous","nonuniform","nonuniformities","nonuniformity","nonunion","nonunionised","nonunionism","nonunionisms","nonunionist","nonunionists","nonunionized","nonunions","nonunique","nonuniqueness","nonuniquenesses","nonuniversal","nonuniversals","nonuniversities","nonuniversity","nonuple","nonuples","nonuplet","nonuplets","nonurban","nonurgent","nonusable","nonuse","nonuser","nonusers","nonuses","nonusing","nonutilitarian","nonutilitarians","nonutilities","nonutility","nonutopian","nonvacant","nonvalid","nonvalidities","nonvalidity","nonvanishing","nonvascular","nonvector","nonvectors","nonvegetarian","nonvegetarians","nonvenomous","nonvenous","nonverbal","nonverbally","nonvested","nonveteran","nonveterans","nonviable","nonviewer","nonviewers","nonvintage","nonviolence","nonviolences","nonviolent","nonviolently","nonviral","nonvirgin","nonvirgins","nonvirile","nonviscous","nonvisual","nonvital","nonvocal","nonvocals","nonvocational","nonvolatile","nonvolcanic","nonvoluntary","nonvoter","nonvoters","nonvoting","nonwage","nonwar","nonwars","nonwhite","nonwhites","nonwinged","nonwinning","nonwoody","nonwool","nonword","nonwords","nonwork","nonworker","nonworkers","nonworking","nonwoven","nonwovens","nonwriter","nonwriters","nonyellowing","nonyl","nonyls","nonzero","noo","noob","noobs","noodge","noodged","noodges","noodging","noodle","noodled","noodledom","noodledoms","noodles","noodling","noodlings","noogeneses","noogenesis","noogie","noogies","nooit","nook","nookie","nookier","nookies","nookiest","nooklike","nooks","nooky","noologies","noology","noometries","noometry","noon","noonday","noondays","nooned","nooner","nooners","nooning","noonings","noons","noontide","noontides","noontime","noontimes","noop","noops","noose","noosed","nooser","noosers","nooses","noosing","noosphere","noospheres","nootropic","nootropics","nopal","nopales","nopalito","nopalitos","nopals","nope","noplace","nor","noradrenalin","noradrenaline","noradrenalines","noradrenalins","noradrenergic","nordic","norepinephrine","norepinephrines","norethindrone","norethindrones","norethisterone","norethisterones","nori","noria","norias","norimon","norimons","noris","norite","norites","noritic","nork","norks","norland","norlands","norm","norma","normal","normalcies","normalcy","normalisable","normalisation","normalisations","normalise","normalised","normaliser","normalisers","normalises","normalising","normalities","normality","normalizable","normalization","normalizations","normalize","normalized","normalizer","normalizers","normalizes","normalizing","normally","normals","norman","normande","normans","normas","normative","normatively","normativeness","normativenesses","normed","normless","normotensive","normotensives","normothermia","normothermias","normothermic","norms","norovirus","noroviruses","norsel","norselled","norseller","norsellers","norselling","norsels","nortena","nortenas","norteno","nortenos","north","northbound","northcountryman","northcountrymen","northeast","northeaster","northeasterlies","northeasterly","northeastern","northeasternmost","northeasters","northeasts","northeastward","northeastwardly","northeastwards","northed","norther","northered","northering","northerlies","northerliness","northerlinesses","northerly","northermost","northern","northerner","northerners","northernise","northernised","northernises","northernising","northernism","northernisms","northernize","northernized","northernizes","northernizing","northernmost","northerns","northers","northing","northings","northland","northlands","northmost","norths","northward","northwardly","northwards","northwest","northwester","northwesterlies","northwesterly","northwestern","northwesternmost","northwesters","northwests","northwestward","northwestwardly","northwestwards","nortriptyline","nortriptylines","norward","norwards","nos","nose","nosean","noseans","nosebag","nosebags","noseband","nosebanded","nosebands","nosebleed","nosebleeding","nosebleedings","nosebleeds","nosed","nosedive","nosedived","nosedives","nosediving","nosedove","nosegay","nosegays","noseguard","noseguards","noseless","noselike","noselite","noselites","nosepiece","nosepieces","noser","nosers","noses","nosewheel","nosewheels","nosey","noseys","nosh","noshed","nosher","nosherie","nosheries","noshers","noshery","noshes","noshing","nosier","nosies","nosiest","nosily","nosiness","nosinesses","nosing","nosings","nosocomial","nosode","nosodes","nosographer","nosographers","nosographic","nosographies","nosography","nosologic","nosological","nosologically","nosologies","nosologist","nosologists","nosology","nosophobia","nosophobias","nostalgia","nostalgias","nostalgic","nostalgically","nostalgics","nostalgist","nostalgists","nostoc","nostocs","nostoi","nostologic","nostological","nostologies","nostology","nostomania","nostomanias","nostopathies","nostopathy","nostos","nostradamic","nostril","nostrils","nostro","nostrum","nostrums","nosy","not","nota","notabilia","notabilities","notability","notable","notableness","notablenesses","notables","notably","notaeum","notaeums","notaire","notaires","notal","notanda","notandum","notaphilic","notaphilies","notaphilism","notaphilisms","notaphilist","notaphilists","notaphily","notarial","notarially","notaries","notarisation","notarisations","notarise","notarised","notarises","notarising","notarization","notarizations","notarize","notarized","notarizes","notarizing","notary","notaryship","notaryships","notate","notated","notates","notating","notation","notational","notations","notch","notchback","notchbacks","notched","notchel","notcheled","notcheling","notchelled","notchelling","notchels","notcher","notchers","notches","notchier","notchiest","notching","notchings","notchy","note","notebook","notebooks","notecard","notecards","notecase","notecases","noted","notedly","notedness","notednesses","noteless","notelet","notelets","notepad","notepads","notepaper","notepapers","noter","noters","notes","noteworthily","noteworthiness","noteworthinesses","noteworthy","nother","nothing","nothingarian","nothingarianism","nothingarians","nothingism","nothingisms","nothingness","nothingnesses","nothings","notice","noticeabilities","noticeability","noticeable","noticeably","noticed","noticer","noticers","notices","noticing","notifiable","notification","notifications","notified","notifier","notifiers","notifies","notify","notifying","noting","notion","notional","notionalist","notionalists","notionalities","notionality","notionally","notionist","notionists","notions","notitia","notitiae","notitias","notochord","notochordal","notochords","notodontid","notodontids","notonectal","notorieties","notoriety","notorious","notoriously","notoriousness","notoriousnesses","notornis","notornises","nototherium","nototheriums","notoungulate","notoungulates","notour","nott","notturni","notturno","notum","notungulate","notungulates","notwithstanding","nougat","nougatine","nougatines","nougats","nought","noughties","noughts","noul","nould","noulde","noule","noules","nouls","noumena","noumenal","noumenalism","noumenalisms","noumenalist","noumenalists","noumenalities","noumenality","noumenally","noumenon","noun","nounal","nounally","nounier","nouniest","nounless","nouns","nouny","noup","noups","nourice","nourices","nourish","nourishable","nourished","nourisher","nourishers","nourishes","nourishing","nourishingly","nourishment","nourishments","nouriture","nouritures","nourriture","nourritures","noursle","noursled","noursles","noursling","nous","nousell","nouselled","nouselling","nousells","nouses","nousle","nousled","nousles","nousling","nout","nouveau","nouveaux","nouvelle","nouvelles","nova","novaculite","novaculites","novae","novalia","novalike","novas","novate","novated","novates","novating","novation","novations","novel","noveldom","noveldoms","novelese","noveleses","novelette","novelettes","novelettish","novelettist","novelettists","novelisation","novelisations","novelise","novelised","noveliser","novelisers","novelises","novelish","novelising","novelism","novelisms","novelist","novelistic","novelistically","novelists","novelization","novelizations","novelize","novelized","novelizer","novelizers","novelizes","novelizing","novella","novellae","novellas","novelle","novelly","novels","novelties","novelty","november","novemdecillion","novemdecillions","novena","novenae","novenaries","novenary","novenas","novennial","novercal","noverint","noverints","novice","novicehood","novicehoods","novices","noviceship","noviceships","noviciate","noviciates","novitiate","novitiates","novities","novity","novobiocin","novobiocins","novocaine","novocaines","novocentenaries","novocentenary","novodamus","novodamuses","novum","novums","now","nowadays","noway","noways","nowcasting","nowcastings","nowed","nowhence","nowhere","nowheres","nowhither","nowise","nowl","nowls","nown","nowness","nownesses","nows","nowt","nowtier","nowtiest","nowts","nowty","nowy","nox","noxal","noxes","noxious","noxiously","noxiousness","noxiousnesses","noy","noyade","noyades","noyance","noyances","noyau","noyaus","noyed","noyes","noyeses","noying","noyous","noys","noysome","nozzer","nozzers","nozzle","nozzles","nth","nu","nuance","nuanced","nuances","nuancing","nub","nubbed","nubbier","nubbiest","nubbin","nubbiness","nubbinesses","nubbing","nubbins","nubble","nubbled","nubbles","nubblier","nubbliest","nubbling","nubbly","nubby","nubecula","nubeculae","nubia","nubias","nubiferous","nubiform","nubigenous","nubile","nubilities","nubility","nubilose","nubilous","nubs","nubuck","nubucks","nucellar","nucelli","nucellus","nucha","nuchae","nuchal","nuchals","nuciferous","nucivorous","nucleal","nuclear","nuclearisation","nuclearisations","nuclearise","nuclearised","nuclearises","nuclearising","nuclearization","nuclearizations","nuclearize","nuclearized","nuclearizes","nuclearizing","nuclease","nucleases","nucleate","nucleated","nucleates","nucleating","nucleation","nucleations","nucleator","nucleators","nuclei","nucleic","nucleide","nucleides","nuclein","nucleinic","nucleins","nucleocapsid","nucleocapsids","nucleoid","nucleoids","nucleolar","nucleolate","nucleolated","nucleole","nucleoles","nucleoli","nucleolus","nucleon","nucleonic","nucleonically","nucleonics","nucleons","nucleophile","nucleophiles","nucleophilic","nucleophilically","nucleophilicities","nucleophilicity","nucleoplasm","nucleoplasmatic","nucleoplasmic","nucleoplasms","nucleoprotein","nucleoproteins","nucleoside","nucleosides","nucleosomal","nucleosome","nucleosomes","nucleosyntheses","nucleosynthesis","nucleosynthetic","nucleotidase","nucleotidases","nucleotide","nucleotides","nucleus","nucleuses","nuclide","nuclides","nuclidic","nucule","nucules","nudation","nudations","nuddies","nuddy","nude","nudely","nudeness","nudenesses","nuder","nudes","nudest","nudge","nudged","nudger","nudgers","nudges","nudging","nudibranch","nudibranchiate","nudibranchiates","nudibranchs","nudicaudate","nudicaul","nudicaulous","nudie","nudies","nudism","nudisms","nudist","nudists","nudities","nudity","nudnick","nudnicks","nudnik","nudniks","nudzh","nudzhed","nudzhes","nudzhing","nuff","nuffin","nuffins","nuffs","nugae","nugatoriness","nugatorinesses","nugatory","nuggar","nuggars","nugget","nuggeted","nuggeting","nuggets","nuggetted","nuggetting","nuggety","nuisance","nuisancer","nuisancers","nuisances","nuke","nuked","nukes","nuking","null","nulla","nullah","nullahs","nullas","nulled","nullification","nullificationist","nullificationists","nullifications","nullifidian","nullifidians","nullified","nullifier","nullifiers","nullifies","nullify","nullifying","nulling","nullings","nullipara","nulliparae","nulliparas","nulliparities","nulliparity","nulliparous","nullipore","nullipores","nullities","nullity","nullness","nullnesses","nulls","numb","numbat","numbats","numbed","number","numberable","numbered","numberer","numberers","numbering","numberings","numberless","numberlessly","numberlessness","numberplate","numberplates","numbers","numbest","numbfish","numbfishes","numbing","numbingly","numbles","numbly","numbness","numbnesses","numbs","numbskull","numbskulls","numchuck","numchucks","numdah","numdahs","numen","numerabilities","numerability","numerable","numerably","numeracies","numeracy","numeraire","numeraires","numeral","numerally","numerals","numerary","numerate","numerated","numerates","numerating","numeration","numerations","numerative","numerator","numerators","numeric","numerical","numerically","numerics","numerological","numerologies","numerologist","numerologists","numerology","numerosities","numerosity","numerous","numerously","numerousness","numerousnesses","numina","numinous","numinouses","numinousness","numinousnesses","numismatic","numismatically","numismatics","numismatist","numismatists","numismatologies","numismatologist","numismatology","nummary","nummular","nummulary","nummulated","nummulation","nummulations","nummuline","nummulite","nummulites","nummulitic","numnah","numnahs","numpties","numpty","numskull","numskulled","numskulls","nun","nunatak","nunataker","nunataks","nunchaku","nunchakus","nuncheon","nuncheons","nunchucks","nunciature","nunciatures","nuncio","nuncios","nuncle","nuncles","nuncupate","nuncupated","nuncupates","nuncupating","nuncupation","nuncupations","nuncupative","nuncupatory","nundinal","nundine","nundines","nunhood","nunhoods","nunlike","nunnation","nunnations","nunneries","nunnery","nunnish","nunnishness","nunnishnesses","nunny","nuns","nunship","nunships","nuptial","nuptialities","nuptiality","nuptially","nuptials","nur","nuraghe","nuraghi","nuraghic","nurd","nurdier","nurdiest","nurdish","nurdle","nurdled","nurdles","nurdling","nurds","nurdy","nurhag","nurhags","nurl","nurled","nurling","nurls","nurr","nurrs","nurs","nurse","nursed","nursehound","nursehounds","nurselike","nurseling","nurselings","nursemaid","nursemaided","nursemaiding","nursemaids","nurser","nurseries","nursers","nursery","nurserymaid","nurserymaids","nurseryman","nurserymen","nurses","nursing","nursings","nursle","nursled","nursles","nursling","nurslings","nurturable","nurtural","nurturance","nurturances","nurturant","nurture","nurtured","nurturer","nurturers","nurtures","nurturing","nus","nut","nutant","nutarian","nutarians","nutate","nutated","nutates","nutating","nutation","nutational","nutations","nutbrown","nutbutter","nutbutters","nutcase","nutcases","nutcracker","nutcrackers","nutgall","nutgalls","nutgrass","nutgrasses","nuthatch","nuthatches","nuthouse","nuthouses","nutjob","nutjobber","nutjobbers","nutjobs","nutlet","nutlets","nutlike","nutmeal","nutmeals","nutmeat","nutmeats","nutmeg","nutmegged","nutmegging","nutmeggy","nutmegs","nutpecker","nutpeckers","nutpick","nutpicks","nutraceutical","nutraceuticals","nutria","nutrias","nutrient","nutrients","nutrigenetics","nutriment","nutrimental","nutriments","nutrition","nutritional","nutritionally","nutritionary","nutritionist","nutritionists","nutritions","nutritious","nutritiously","nutritiousness","nutritiousnesses","nutritive","nutritively","nutritives","nuts","nutsedge","nutsedges","nutshell","nutshells","nutsier","nutsiest","nutso","nutsy","nutted","nutter","nutteries","nutters","nuttery","nuttier","nuttiest","nuttily","nuttiness","nuttinesses","nutting","nuttings","nutty","nutwood","nutwoods","nuzzer","nuzzers","nuzzle","nuzzled","nuzzler","nuzzlers","nuzzles","nuzzling","ny","nyaff","nyaffed","nyaffing","nyaffs","nyala","nyalas","nyanza","nyanzas","nyas","nyases","nybble","nybbles","nychthemeral","nychthemeron","nychthemerons","nyctaginaceous","nyctalopes","nyctalopia","nyctalopias","nyctalopic","nyctalops","nyctanthous","nyctinastic","nyctinasties","nyctinasty","nyctitropic","nyctitropism","nyctitropisms","nyctophobia","nyctophobias","nyctophobic","nye","nyed","nyes","nying","nylghai","nylghais","nylghau","nylghaus","nylon","nylons","nymph","nympha","nymphae","nymphaea","nymphaeaceous","nymphaeum","nymphaeums","nymphal","nymphalid","nymphalids","nymphean","nymphet","nymphetic","nymphets","nymphette","nymphettes","nymphic","nymphical","nymphish","nymphlike","nymphly","nympho","nympholepsies","nympholepsy","nympholept","nympholeptic","nympholepts","nymphomania","nymphomaniac","nymphomaniacal","nymphomaniacs","nymphomanias","nymphos","nymphs","nys","nyssa","nyssas","nystagmic","nystagmoid","nystagmus","nystagmuses","nystatin","nystatins","o","oaf","oafish","oafishly","oafishness","oafishnesses","oafs","oak","oaked","oaken","oakenshaw","oakenshaws","oaker","oakers","oakier","oakies","oakiest","oaklike","oakling","oaklings","oakmoss","oakmosses","oaks","oakum","oakums","oaky","oanshagh","oanshaghs","oar","oarage","oarages","oared","oarfish","oarfishes","oarier","oariest","oaring","oarless","oarlike","oarlock","oarlocks","oars","oarsman","oarsmanship","oarsmanships","oarsmen","oarswoman","oarswomen","oarweed","oarweeds","oary","oases","oasis","oast","oasthouse","oasthouses","oasts","oat","oatcake","oatcakes","oaten","oater","oaters","oath","oathable","oaths","oatier","oatiest","oatlike","oatmeal","oatmeals","oats","oaty","oaves","ob","oba","obang","obangs","obas","obbligati","obbligato","obbligatos","obcompressed","obconic","obconical","obcordate","obduracies","obduracy","obdurate","obdurated","obdurately","obdurateness","obduratenesses","obdurates","obdurating","obduration","obdurations","obdure","obdured","obdures","obduring","obe","obeah","obeahed","obeahing","obeahism","obeahisms","obeahs","obeche","obeches","obedience","obediences","obedient","obediential","obedientiaries","obedientiary","obediently","obeisance","obeisances","obeisant","obeisantly","obeism","obeisms","obeli","obelia","obelias","obelion","obeliscal","obeliscoid","obelise","obelised","obelises","obelising","obelisk","obeliskoid","obelisks","obelism","obelisms","obelize","obelized","obelizes","obelizing","obelus","obento","obentos","obes","obese","obesely","obeseness","obesenesses","obeser","obesest","obesities","obesity","obesogenic","obey","obeyable","obeyed","obeyer","obeyers","obeying","obeys","obfuscate","obfuscated","obfuscates","obfuscating","obfuscation","obfuscations","obfuscatory","obi","obia","obias","obied","obiing","obiism","obiisms","obiit","obis","obit","obital","obiter","obits","obitual","obituaries","obituarist","obituarists","obituary","object","objected","objectification","objectifications","objectified","objectifies","objectify","objectifying","objecting","objection","objectionable","objectionableness","objectionablenesses","objectionably","objections","objectival","objectivate","objectivated","objectivates","objectivating","objectivation","objectivations","objective","objectively","objectiveness","objectivenesses","objectives","objectivise","objectivised","objectivises","objectivising","objectivism","objectivisms","objectivist","objectivistic","objectivists","objectivities","objectivity","objectivize","objectivized","objectivizes","objectivizing","objectless","objectlessness","objectlessnesses","objector","objectors","objects","objet","objets","objuration","objurations","objure","objured","objures","objurgate","objurgated","objurgates","objurgating","objurgation","objurgations","objurgative","objurgator","objurgators","objurgatory","objuring","oblanceolate","oblast","oblasti","oblasts","oblate","oblately","oblateness","oblatenesses","oblates","oblation","oblational","oblations","oblatory","obligable","obligant","obligants","obligate","obligated","obligately","obligates","obligati","obligating","obligation","obligational","obligations","obligative","obligato","obligator","obligatorily","obligatoriness","obligators","obligatory","obligatos","oblige","obliged","obligee","obligees","obligement","obligements","obliger","obligers","obliges","obliging","obligingly","obligingness","obligingnesses","obligor","obligors","obliquation","obliquations","oblique","obliqued","obliquely","obliqueness","obliquenesses","obliquer","obliques","obliquest","obliquid","obliquing","obliquities","obliquitous","obliquity","obliterate","obliterated","obliterates","obliterating","obliteration","obliterations","obliterative","obliterator","obliterators","oblivion","oblivions","oblivious","obliviously","obliviousness","obliviousnesses","obliviscence","obliviscences","oblong","oblongly","oblongs","obloquial","obloquies","obloquy","obmutescence","obmutescences","obmutescent","obnoxious","obnoxiously","obnoxiousness","obnoxiousnesses","obnubilate","obnubilated","obnubilates","obnubilating","obnubilation","obnubilations","obo","oboe","oboes","oboist","oboists","obol","obolary","obole","oboles","oboli","obols","obolus","obos","obovate","obovately","obovoid","obreption","obreptions","obreptitious","obs","obscene","obscenely","obsceneness","obscenenesses","obscener","obscenest","obscenities","obscenity","obscurant","obscurantic","obscurantism","obscurantisms","obscurantist","obscurantists","obscurants","obscuration","obscurations","obscure","obscured","obscurely","obscurement","obscurements","obscureness","obscurenesses","obscurer","obscurers","obscures","obscurest","obscuring","obscurities","obscurity","obsecrate","obsecrated","obsecrates","obsecrating","obsecration","obsecrations","obsequent","obsequial","obsequie","obsequies","obsequious","obsequiously","obsequiousness","obsequiousnesses","obsequy","observabilities","observability","observable","observableness","observables","observably","observance","observances","observancies","observancy","observant","observantly","observants","observation","observational","observationally","observations","observative","observator","observatories","observators","observatory","observe","observed","observer","observers","observes","observing","observingly","obsess","obsessed","obsesses","obsessing","obsession","obsessional","obsessionally","obsessionist","obsessionists","obsessions","obsessive","obsessively","obsessiveness","obsessivenesses","obsessives","obsessor","obsessors","obsidian","obsidians","obsidional","obsidionary","obsign","obsignate","obsignated","obsignates","obsignating","obsignation","obsignations","obsignatory","obsigned","obsigning","obsigns","obsolesce","obsolesced","obsolescence","obsolescences","obsolescent","obsolescently","obsolesces","obsolescing","obsolete","obsoleted","obsoletely","obsoleteness","obsoletenesses","obsoletes","obsoleting","obsoletion","obsoletions","obsoletism","obsoletisms","obstacle","obstacles","obstetric","obstetrical","obstetrically","obstetrician","obstetricians","obstetrics","obstinacies","obstinacy","obstinate","obstinately","obstinateness","obstinatenesses","obstipation","obstipations","obstreperate","obstreperated","obstreperates","obstreperating","obstreperous","obstreperously","obstreperousness","obstreperousnesses","obstriction","obstrictions","obstropalous","obstropulous","obstruct","obstructed","obstructer","obstructers","obstructing","obstruction","obstructional","obstructionally","obstructionism","obstructionisms","obstructionist","obstructionistic","obstructionists","obstructions","obstructive","obstructively","obstructiveness","obstructivenesses","obstructives","obstructor","obstructors","obstructs","obstruent","obstruents","obtain","obtainabilities","obtainability","obtainable","obtained","obtainer","obtainers","obtaining","obtainment","obtainments","obtains","obtect","obtected","obtemper","obtemperate","obtemperated","obtemperates","obtemperating","obtempered","obtempering","obtempers","obtend","obtended","obtending","obtends","obtention","obtentions","obtest","obtestation","obtestations","obtested","obtesting","obtests","obtrude","obtruded","obtruder","obtruders","obtrudes","obtruding","obtrudings","obtruncate","obtruncated","obtruncates","obtruncating","obtrusion","obtrusions","obtrusive","obtrusively","obtrusiveness","obtrusivenesses","obtund","obtunded","obtundent","obtundents","obtunding","obtundities","obtundity","obtunds","obturate","obturated","obturates","obturating","obturation","obturations","obturator","obturators","obtuse","obtusely","obtuseness","obtusenesses","obtuser","obtusest","obtusities","obtusity","obumbrate","obumbrated","obumbrates","obumbrating","obumbration","obumbrations","obvention","obventions","obverse","obversely","obverses","obversion","obversions","obvert","obverted","obverting","obverts","obviable","obviate","obviated","obviates","obviating","obviation","obviations","obviator","obviators","obvious","obviously","obviousness","obviousnesses","obvolute","obvoluted","obvolution","obvolutions","obvolutive","obvolvent","oca","ocarina","ocarinas","ocas","occam","occamies","occams","occamy","occasion","occasional","occasionalism","occasionalisms","occasionalist","occasionalists","occasionalities","occasionality","occasionally","occasioned","occasioner","occasioners","occasioning","occasions","occident","occidental","occidentalise","occidentalised","occidentalises","occidentalising","occidentalism","occidentalisms","occidentalist","occidentalists","occidentalize","occidentalized","occidentalizes","occidentalizing","occidentally","occidentals","occidents","occies","occipita","occipital","occipitally","occipitals","occiput","occiputs","occlude","occluded","occludent","occludents","occluder","occluders","occludes","occluding","occlusal","occlusion","occlusions","occlusive","occlusiveness","occlusivenesses","occlusives","occlusor","occlusors","occult","occultation","occultations","occulted","occulter","occulters","occulting","occultism","occultisms","occultist","occultists","occultly","occultness","occultnesses","occults","occupance","occupances","occupancies","occupancy","occupant","occupants","occupate","occupated","occupates","occupating","occupation","occupational","occupationally","occupations","occupative","occupied","occupier","occupiers","occupies","occupy","occupying","occur","occurred","occurrence","occurrences","occurrent","occurrents","occurring","occurs","occy","ocean","oceanaria","oceanarium","oceanariums","oceanaut","oceanauts","oceanfront","oceanfronts","oceangoing","oceanic","oceanid","oceanides","oceanids","oceanographer","oceanographers","oceanographic","oceanographical","oceanographically","oceanographies","oceanography","oceanological","oceanologies","oceanologist","oceanologists","oceanology","oceans","ocellar","ocellate","ocellated","ocellation","ocellations","ocelli","ocellus","oceloid","ocelot","ocelots","och","oche","ocher","ochered","ochering","ocherous","ochers","ochery","oches","ochidore","ochidores","ochlocracies","ochlocracy","ochlocrat","ochlocratic","ochlocratical","ochlocratically","ochlocrats","ochlophobia","ochlophobiac","ochlophobiacs","ochlophobias","ochlophobic","ochone","ochraceous","ochre","ochrea","ochreae","ochreate","ochred","ochreous","ochres","ochrey","ochring","ochroid","ochroleucous","ochrous","ochry","ocicat","ocicats","ocker","ockerism","ockerisms","ockers","ockodols","ocotillo","ocotillos","ocrea","ocreae","ocreate","octa","octachord","octachordal","octachords","octad","octadic","octads","octagon","octagonal","octagonally","octagons","octahedra","octahedral","octahedrally","octahedrite","octahedrites","octahedron","octahedrons","octal","octals","octamerous","octameter","octameters","octan","octandrian","octandrous","octane","octanedioic","octanes","octangle","octangles","octangular","octanol","octanols","octans","octant","octantal","octants","octapeptide","octapeptides","octapla","octaplas","octaploid","octaploidies","octaploids","octaploidy","octapodic","octapodies","octapody","octarchies","octarchy","octaroon","octaroons","octas","octastich","octastichon","octastichons","octastichous","octastichs","octastrophic","octastyle","octastyles","octaval","octavalent","octave","octaves","octavo","octavos","octennial","octennially","octet","octets","octett","octette","octettes","octetts","octillion","octillions","octillionth","octillionths","octingenaries","octingenary","octingentenary","octocentenaries","octocentenary","octodecillion","octodecillions","octodecimo","octodecimos","octofid","octogenarian","octogenarians","octogenaries","octogenary","octogynous","octohedra","octohedron","octohedrons","octonarian","octonarians","octonaries","octonarii","octonarius","octonary","octonocular","octopetalous","octopi","octoploid","octoploids","octopod","octopodan","octopodans","octopodes","octopodous","octopods","octopoid","octopus","octopuses","octopush","octopusher","octopushers","octopushes","octoroon","octoroons","octosepalous","octostichous","octostyle","octostyles","octosyllabic","octosyllabics","octosyllable","octosyllables","octothorp","octothorps","octroi","octrois","octuor","octuors","octuple","octupled","octuples","octuplet","octuplets","octuplex","octuplicate","octuplicates","octupling","octuply","octyl","octyls","ocular","ocularist","ocularists","ocularly","oculars","oculate","oculated","oculi","oculist","oculists","oculomotor","oculus","od","oda","odah","odahs","odal","odalique","odaliques","odalisk","odalisks","odalisque","odalisques","odaller","odallers","odals","odas","odd","oddball","oddballs","odder","oddest","oddish","oddities","oddity","oddly","oddment","oddments","oddness","oddnesses","odds","oddsmaker","oddsmakers","oddsman","oddsmen","ode","odea","odeon","odeons","odes","odeum","odeums","odic","odiferous","odious","odiously","odiousness","odiousnesses","odism","odisms","odist","odists","odium","odiums","odograph","odographs","odometer","odometers","odometries","odometry","odonate","odonates","odonatist","odonatists","odonatologies","odonatologist","odonatologists","odonatology","odontalgia","odontalgias","odontalgic","odontalgies","odontalgy","odontic","odontist","odontists","odontoblast","odontoblastic","odontoblasts","odontocete","odontocetes","odontogenic","odontogenies","odontogeny","odontoglossum","odontoglossums","odontograph","odontographies","odontographs","odontography","odontoid","odontoids","odontolite","odontolites","odontologic","odontological","odontologies","odontologist","odontologists","odontology","odontoma","odontomas","odontomata","odontomatous","odontophobia","odontophobias","odontophoral","odontophoran","odontophore","odontophores","odontophorous","odontorhynchous","odontornithes","odontostomatous","odor","odorant","odorants","odorate","odored","odorful","odoriferous","odoriferously","odoriferousness","odoriferousnesses","odorimetries","odorimetry","odoriphore","odoriphores","odorise","odorised","odorises","odorising","odorize","odorized","odorizes","odorizing","odorless","odorous","odorously","odorousness","odorousnesses","odors","odour","odoured","odourful","odourless","odours","ods","odso","odyl","odyle","odyles","odylism","odylisms","odyls","odyssey","odysseys","odzooks","oe","oecist","oecists","oecologic","oecological","oecologically","oecologies","oecologist","oecologists","oecology","oecumenic","oecumenical","oecumenically","oedema","oedemas","oedemata","oedematose","oedematous","oedipal","oedipally","oedipean","oedometer","oedometers","oeillade","oeillades","oenanthic","oenological","oenologies","oenologist","oenologists","oenology","oenomancies","oenomancy","oenomania","oenomanias","oenomel","oenomels","oenometer","oenometers","oenophil","oenophile","oenophiles","oenophilies","oenophilist","oenophilists","oenophils","oenophily","oenothera","oenotheras","oerlikon","oerlikons","oersted","oersteds","oes","oesophageal","oesophagi","oesophagitis","oesophagitises","oesophagoscope","oesophagoscopes","oesophagoscopy","oesophagus","oestradiol","oestradiols","oestral","oestrin","oestrins","oestriol","oestriols","oestrogen","oestrogenic","oestrogenically","oestrogens","oestrone","oestrones","oestrous","oestrum","oestrums","oestrus","oestruses","oeuvre","oeuvres","of","ofay","ofays","off","offal","offals","offbeat","offbeats","offcast","offcasts","offcut","offcuts","offed","offence","offenceful","offenceless","offences","offend","offended","offendedly","offender","offenders","offending","offendress","offendresses","offends","offense","offenseless","offenses","offensive","offensively","offensiveness","offensivenesses","offensives","offer","offerable","offered","offeree","offerees","offerer","offerers","offering","offerings","offeror","offerors","offers","offertories","offertory","offhand","offhanded","offhandedly","offhandedness","offhandednesses","office","officeholder","officeholders","officer","officered","officering","officers","offices","official","officialdom","officialdoms","officialese","officialeses","officialism","officialisms","officialities","officiality","officially","officials","officialties","officialty","officiant","officiants","officiaries","officiary","officiate","officiated","officiates","officiating","officiation","officiations","officiator","officiators","officinal","officinally","officinals","officious","officiously","officiousness","officiousnesses","offie","offies","offing","offings","offish","offishly","offishness","offishnesses","offkey","offline","offload","offloaded","offloading","offloads","offpeak","offprint","offprinted","offprinting","offprints","offput","offputs","offramp","offramps","offs","offsaddle","offsaddled","offsaddles","offsaddling","offscouring","offscourings","offscreen","offscum","offscums","offseason","offseasons","offset","offsetable","offsets","offsetting","offshoot","offshoots","offshore","offshored","offshores","offshoring","offshorings","offside","offsider","offsiders","offsides","offspring","offsprings","offstage","offstages","offtake","offtakes","offtrack","offy","oflag","oflags","oft","often","oftener","oftenest","oftenness","oftennesses","oftentimes","ofter","oftest","ofttimes","ogam","ogamic","ogams","ogdoad","ogdoads","ogee","ogeed","ogees","oggin","oggins","ogham","oghamic","oghamist","oghamists","oghams","ogival","ogive","ogives","ogle","ogled","ogler","oglers","ogles","ogling","oglings","ogmic","ogre","ogreish","ogreishly","ogreism","ogreisms","ogres","ogress","ogresses","ogrish","ogrishly","ogrism","ogrisms","oh","ohed","ohia","ohias","ohing","ohm","ohmage","ohmages","ohmic","ohmically","ohmmeter","ohmmeters","ohms","oho","ohone","ohs","oi","oidia","oidioid","oidium","oik","oikist","oikists","oiks","oil","oilbird","oilbirds","oilcamp","oilcamps","oilcan","oilcans","oilcloth","oilcloths","oilcup","oilcups","oiled","oiler","oileries","oilers","oilery","oilfield","oilfields","oilfired","oilgas","oilgases","oilhole","oilholes","oilier","oiliest","oilily","oiliness","oilinesses","oiling","oillet","oillets","oilman","oilmen","oilnut","oilnuts","oilpaper","oilpapers","oilproof","oils","oilseed","oilseeds","oilskin","oilskins","oilstone","oilstones","oiltight","oilway","oilways","oily","oink","oinked","oinking","oinks","oinologies","oinology","oinomel","oinomels","oint","ointed","ointing","ointment","ointments","oints","ois","oiticica","oiticicas","ojime","ojimes","oka","okapi","okapis","okas","okay","okayed","okaying","okays","oke","okeh","okehs","okes","okeydoke","okeydokey","okimono","okimonos","okra","okras","okta","oktas","old","olde","olden","oldened","oldening","oldens","older","oldest","oldfangled","oldie","oldies","oldish","oldness","oldnesses","olds","oldsquaw","oldsquaws","oldster","oldsters","oldstyle","oldstyles","oldwife","oldwives","oldy","ole","olea","oleaceous","oleaginous","oleaginously","oleaginousness","oleaginousnesses","oleander","oleanders","oleandomycin","oleandomycins","olearia","olearias","oleaster","oleasters","oleate","oleates","olecranal","olecranon","olecranons","olefiant","olefin","olefine","olefines","olefinic","olefins","oleic","oleiferous","olein","oleine","oleines","oleins","olent","oleo","oleograph","oleographic","oleographies","oleographs","oleography","oleomargarin","oleomargarine","oleomargarines","oleomargarins","oleophilic","oleoresin","oleoresinous","oleoresins","oleos","oleraceous","oles","olestra","olestras","oleum","oleums","olfact","olfacted","olfactible","olfacting","olfaction","olfactions","olfactive","olfactologies","olfactologist","olfactologists","olfactology","olfactometer","olfactometers","olfactometries","olfactometry","olfactories","olfactory","olfactronics","olfacts","olibanum","olibanums","olicook","olicooks","olid","oligaemia","oligaemias","oligaemic","oligarch","oligarchal","oligarchic","oligarchical","oligarchically","oligarchies","oligarchs","oligarchy","oligemia","oligemias","oligemic","oligist","oligists","oligocene","oligochaete","oligochaetes","oligochrome","oligochromes","oligoclase","oligoclases","oligocythaemia","oligocythaemias","oligodendrocyte","oligodendrocytes","oligodendroglia","oligodendroglial","oligodendroglias","oligogene","oligogenes","oligomer","oligomeric","oligomerisation","oligomerization","oligomerizations","oligomerous","oligomers","oligonucleotide","oligonucleotides","oligopeptide","oligopeptides","oligophagies","oligophagous","oligophagy","oligopolies","oligopolistic","oligopoly","oligopsonies","oligopsonistic","oligopsony","oligosaccharide","oligosaccharides","oligospermia","oligospermias","oligotrophic","oligotrophies","oligotrophy","oligureses","oliguresis","oliguretic","oliguria","oligurias","oliguric","olingo","olingos","olio","olios","oliphant","oliphants","olitories","olitory","olivaceous","olivary","olive","olivenite","olivenites","oliver","olivers","olives","olivet","olivets","olivine","olivines","olivinic","olivinitic","olla","ollamh","ollamhs","ollas","ollav","ollavs","oller","ollers","ollie","ollies","olm","olms","ologies","ologist","ologists","ologoan","ologoaned","ologoaning","ologoans","ology","ololiuqui","ololiuquis","oloroso","olorosos","olpae","olpe","olpes","olycook","olycooks","olykoek","olykoeks","olympiad","olympiads","olympics","om","omadhaun","omadhauns","omasa","omasal","omasum","omber","ombers","ombre","ombrella","ombrellas","ombres","ombrogenous","ombrometer","ombrometers","ombrophil","ombrophile","ombrophiles","ombrophilous","ombrophils","ombrophobe","ombrophobes","ombrophobous","ombu","ombudsman","ombudsmanship","ombudsmanships","ombudsmen","ombus","omega","omegas","omelet","omelets","omelette","omelettes","omen","omened","omening","omens","omenta","omental","omentum","omentums","omer","omers","omerta","omertas","omicron","omicrons","omigod","omikron","omikrons","ominous","ominously","ominousness","ominousnesses","omissible","omission","omissions","omissive","omissiveness","omissivenesses","omit","omits","omittance","omittances","omitted","omitter","omitters","omitting","omlah","omlahs","ommatea","ommateum","ommatidia","ommatidial","ommatidium","ommatophore","ommatophores","ommatophorous","omneities","omneity","omniana","omniarch","omniarchs","omnibenevolence","omnibenevolent","omnibus","omnibuses","omnibusses","omnicompetence","omnicompetences","omnicompetent","omnidirectional","omnieties","omniety","omnifarious","omnifariously","omnifariousness","omniferous","omnific","omnificence","omnificences","omnificent","omnified","omnifies","omniform","omniformities","omniformity","omnify","omnifying","omnigenous","omnimode","omniparities","omniparity","omniparous","omnipatient","omnipotence","omnipotences","omnipotencies","omnipotency","omnipotent","omnipotently","omnipotents","omnipresence","omnipresences","omnipresent","omnirange","omniranges","omniscience","omnisciences","omniscient","omnisciently","omnium","omniums","omnivora","omnivore","omnivores","omnivories","omnivorous","omnivorously","omnivorousness","omnivory","omohyoid","omohyoids","omophagia","omophagias","omophagic","omophagies","omophagous","omophagy","omophoria","omophorion","omoplate","omoplates","omoplatoscopies","omoplatoscopy","omov","omovs","omphacite","omphacites","omphali","omphalic","omphaloid","omphalomancies","omphalomancy","omphalos","omphaloskepses","omphaloskepsis","omrah","omrahs","oms","on","onager","onagers","onagraceous","onagri","onanism","onanisms","onanist","onanistic","onanists","onbeat","onbeats","onboard","once","oncer","oncers","onces","oncet","onchocerciases","onchocerciasis","oncidium","oncidiums","oncogen","oncogene","oncogenes","oncogeneses","oncogenesis","oncogeneticist","oncogeneticists","oncogenic","oncogenicities","oncogenicity","oncogenous","oncogens","oncologic","oncological","oncologies","oncologist","oncologists","oncology","oncolyses","oncolysis","oncolytic","oncolytics","oncome","oncomes","oncometer","oncometers","oncoming","oncomings","oncornavirus","oncornaviruses","oncost","oncostman","oncostmen","oncosts","oncotomies","oncotomy","oncovirus","oncoviruses","oncus","ondatra","ondatras","ondine","ondines","onding","ondings","ondogram","ondograms","ondograph","ondographs","one","onefold","oneiric","oneirically","oneirocritic","oneirocritical","oneirocriticism","oneirocritics","oneirodynia","oneirodynias","oneirologies","oneirology","oneiromancer","oneiromancers","oneiromancies","oneiromancy","oneiroscopies","oneiroscopist","oneiroscopists","oneiroscopy","onely","oneness","onenesses","oner","onerier","oneriest","onerous","onerously","onerousness","onerousnesses","oners","onery","ones","oneself","onetime","oneyer","oneyers","oneyre","oneyres","onfall","onfalls","onflow","onflows","ongaonga","ongaongas","ongoing","ongoingness","ongoingnesses","ongoings","onie","onion","onioned","onionier","onioniest","onioning","onions","onionskin","onionskins","oniony","oniric","oniscoid","onium","oniums","onkus","onlay","onlays","onliest","online","onliner","onliners","onload","onloaded","onloading","onloads","onlooker","onlookers","onlooking","only","onned","onning","ono","onocentaur","onocentaurs","onomasiologies","onomasiology","onomastic","onomastically","onomastician","onomasticians","onomasticon","onomasticons","onomastics","onomatologies","onomatologist","onomatologists","onomatology","onomatopoeia","onomatopoeias","onomatopoeic","onomatopoeically","onomatopoeses","onomatopoesis","onomatopoetic","onomatopoetically","onomatopoieses","onomatopoiesis","onos","onrush","onrushes","onrushing","ons","onscreen","onset","onsets","onsetter","onsetters","onsetting","onsettings","onshore","onshoring","onshorings","onside","onsides","onslaught","onslaughts","onst","onstage","onstead","onsteads","onstream","ontic","ontically","onto","ontogeneses","ontogenesis","ontogenetic","ontogenetically","ontogenic","ontogenically","ontogenies","ontogeny","ontologic","ontological","ontologically","ontologies","ontologist","ontologists","ontology","onus","onuses","onward","onwardly","onwards","ony","onycha","onychas","onychia","onychias","onychite","onychites","onychitis","onychitises","onychium","onychiums","onychocryptoses","onychocryptosis","onychomancies","onychomancy","onychophagies","onychophagist","onychophagists","onychophagy","onychophoran","onychophorans","onymous","onyx","onyxes","oo","oobit","oobits","oocyst","oocysts","oocyte","oocytes","oodles","oodlins","oof","oofier","oofiest","oofs","ooftish","ooftishes","oofy","oogamete","oogametes","oogamies","oogamous","oogamously","oogamy","oogeneses","oogenesis","oogenetic","oogenies","oogeny","oogonia","oogonial","oogonium","oogoniums","ooh","oohed","oohing","oohs","ooidal","oolachan","oolachans","oolakan","oolakans","oolite","oolites","oolith","ooliths","oolitic","oologic","oological","oologies","oologist","oologists","oology","oolong","oolongs","oom","oomiac","oomiack","oomiacks","oomiacs","oomiak","oomiaks","oompah","oompahed","oompahing","oompahs","oomph","oomphs","ooms","oomycete","oomycetes","oon","oons","oont","oonts","oop","ooped","oophorectomies","oophorectomise","oophorectomised","oophorectomises","oophorectomize","oophorectomized","oophorectomizes","oophorectomy","oophoritic","oophoritis","oophoritises","oophoron","oophorons","oophyte","oophytes","oophytic","ooping","oops","oor","oorali","ooralis","oorial","oorials","oorie","oorier","ooriest","oos","oose","ooses","oosier","oosiest","oosperm","oosperms","oosphere","oospheres","oospore","oospores","oosporic","oosporous","oosy","oot","ootheca","oothecae","oothecal","ootid","ootids","oots","ooze","oozed","oozes","oozier","ooziest","oozily","ooziness","oozinesses","oozing","oozy","op","opacified","opacifier","opacifiers","opacifies","opacify","opacifying","opacities","opacity","opacous","opah","opahs","opal","opaled","opalesce","opalesced","opalescence","opalescences","opalescent","opalescently","opalesces","opalescing","opaline","opalines","opalised","opalized","opals","opaque","opaqued","opaquely","opaqueness","opaquenesses","opaquer","opaques","opaquest","opaquing","opcode","opcodes","ope","oped","opeidoscope","opeidoscopes","open","openabilities","openability","openable","opencast","opened","opener","openers","openest","openhanded","openhandedly","openhandedness","openhandednesses","openhearted","openheartedly","openheartedness","openheartednesses","opening","openings","openly","openmouthed","openmouthedly","openmouthedness","openmouthednesses","openness","opennesses","opens","openside","opensides","openwork","openworks","opepe","opepes","opera","operabilities","operability","operable","operably","operagoer","operagoers","operagoing","operagoings","operand","operands","operant","operantly","operants","operas","operate","operated","operates","operatic","operatically","operatics","operating","operation","operational","operationalism","operationalisms","operationalist","operationalistic","operationalists","operationally","operationism","operationisms","operationist","operationists","operations","operatise","operatised","operatises","operatising","operative","operatively","operativeness","operativenesses","operatives","operativities","operativity","operatize","operatized","operatizes","operatizing","operator","operatorless","operators","opercele","operceles","opercula","opercular","operculars","operculate","operculated","opercule","opercules","operculum","operculums","operetta","operettas","operettist","operettists","operon","operons","operose","operosely","operoseness","operosenesses","operosities","operosity","opes","opgefok","ophicalcite","ophicalcites","ophicleide","ophicleides","ophidian","ophidians","ophidiaria","ophidiarium","ophidiariums","ophiolater","ophiolaters","ophiolatries","ophiolatrous","ophiolatry","ophiolite","ophiolites","ophiolitic","ophiologic","ophiological","ophiologies","ophiologist","ophiologists","ophiology","ophiomorph","ophiomorphic","ophiomorphous","ophiomorphs","ophiophagous","ophiophilist","ophiophilists","ophite","ophites","ophitic","ophiura","ophiuran","ophiurans","ophiuras","ophiurid","ophiurids","ophiuroid","ophiuroids","ophthalmia","ophthalmias","ophthalmic","ophthalmist","ophthalmists","ophthalmitis","ophthalmitises","ophthalmologic","ophthalmological","ophthalmologically","ophthalmologies","ophthalmologist","ophthalmologists","ophthalmology","ophthalmometer","ophthalmometers","ophthalmometry","ophthalmophobia","ophthalmoplegia","ophthalmoscope","ophthalmoscopes","ophthalmoscopic","ophthalmoscopies","ophthalmoscopy","opiate","opiated","opiates","opiating","opificer","opificers","opinable","opine","opined","opines","oping","opinicus","opinicuses","opining","opinion","opinionated","opinionatedly","opinionatedness","opinionatednesses","opinionately","opinionative","opinionatively","opinionativeness","opinionativenesses","opinionator","opinionators","opinioned","opinionist","opinionists","opinions","opioid","opioids","opisometer","opisometers","opisthobranch","opisthobranchs","opisthocoelian","opisthocoelous","opisthodomoi","opisthodomos","opisthoglossal","opisthognathism","opisthognathous","opisthograph","opisthographic","opisthographies","opisthographs","opisthography","opisthosoma","opisthosomata","opisthotonic","opisthotonos","opisthotonoses","opium","opiumism","opiumisms","opiums","opobalsam","opobalsams","opodeldoc","opodeldocs","opopanax","opopanaxes","oporice","oporices","opossum","opossums","opotherapies","opotherapy","oppidan","oppidans","oppignerate","oppignerated","oppignerates","oppignerating","oppignorate","oppignorated","oppignorates","oppignorating","oppignoration","oppignorations","oppilant","oppilate","oppilated","oppilates","oppilating","oppilation","oppilations","oppilative","oppo","opponencies","opponency","opponent","opponents","opportune","opportunely","opportuneness","opportunenesses","opportunism","opportunisms","opportunist","opportunistic","opportunistically","opportunists","opportunities","opportunity","oppos","opposabilities","opposability","opposable","opposably","opposal","opposals","oppose","opposed","opposeless","opposer","opposers","opposes","opposing","opposingly","opposite","oppositely","oppositeness","oppositenesses","opposites","opposition","oppositional","oppositionist","oppositionists","oppositionless","oppositions","oppositive","oppress","oppressed","oppresses","oppressing","oppressingly","oppression","oppressions","oppressive","oppressively","oppressiveness","oppressivenesses","oppressor","oppressors","opprobrious","opprobriously","opprobriousness","opprobriousnesses","opprobrium","opprobriums","oppugn","oppugnancies","oppugnancy","oppugnant","oppugnantly","oppugnants","oppugned","oppugner","oppugners","oppugning","oppugns","ops","opsimath","opsimathies","opsimaths","opsimathy","opsin","opsins","opsiometer","opsiometers","opsomania","opsomaniac","opsomaniacs","opsomanias","opsonic","opsonification","opsonifications","opsonified","opsonifies","opsonify","opsonifying","opsonin","opsonins","opsonisation","opsonisations","opsonise","opsonised","opsonises","opsonising","opsonium","opsoniums","opsonization","opsonizations","opsonize","opsonized","opsonizes","opsonizing","opt","optant","optants","optative","optatively","optatives","opted","opter","opters","optic","optical","optically","optician","opticians","opticist","opticists","optics","optima","optimal","optimalisation","optimalisations","optimalise","optimalised","optimalises","optimalising","optimalities","optimality","optimalization","optimalizations","optimalize","optimalized","optimalizes","optimalizing","optimally","optimate","optimates","optime","optimes","optimisation","optimisations","optimise","optimised","optimiser","optimisers","optimises","optimising","optimism","optimisms","optimist","optimistic","optimistical","optimistically","optimists","optimization","optimizations","optimize","optimized","optimizer","optimizers","optimizes","optimizing","optimum","optimums","opting","option","optional","optionalities","optionality","optionally","optionals","optioned","optionee","optionees","optioning","options","optoacoustic","optoelectronic","optoelectronics","optokinetic","optologies","optologist","optologists","optology","optometer","optometers","optometric","optometrical","optometries","optometrist","optometrists","optometry","optophone","optophones","optronics","opts","opulence","opulences","opulencies","opulency","opulent","opulently","opulus","opuluses","opuntia","opuntias","opus","opuscle","opuscles","opuscula","opuscular","opuscule","opuscules","opusculum","opuses","oquassa","oquassas","or","ora","orach","orache","oraches","oracies","oracle","oracled","oracles","oracling","oracular","oracularities","oracularity","oracularly","oracularness","oracularnesses","oraculous","oraculously","oraculousness","oraculousnesses","oracy","orad","oragious","oral","oralism","oralisms","oralist","oralists","oralities","orality","orally","orals","orang","orange","orangeade","orangeades","oranger","orangerie","orangeries","orangery","oranges","orangest","orangewood","orangewoods","orangey","orangier","orangiest","orangish","orangs","orangutan","orangutans","orangy","orant","orants","oraria","orarian","orarians","orarion","orarions","orarium","orariums","orate","orated","orates","orating","oration","orations","orator","oratorial","oratorian","oratorians","oratorical","oratorically","oratories","oratorio","oratorios","orators","oratory","oratress","oratresses","oratrices","oratrix","oratrixes","orb","orbed","orbicular","orbiculares","orbicularis","orbicularities","orbicularity","orbicularly","orbiculate","orbiculated","orbier","orbiest","orbing","orbit","orbita","orbital","orbitally","orbitals","orbitas","orbited","orbiter","orbiters","orbities","orbiting","orbits","orbity","orbless","orbs","orby","orc","orca","orcas","orcein","orceins","orchard","orcharding","orchardings","orchardist","orchardists","orchardman","orchardmen","orchards","orchat","orchats","orchel","orchella","orchellas","orchels","orcheses","orchesis","orchesographies","orchesography","orchestic","orchestics","orchestra","orchestral","orchestralist","orchestralists","orchestrally","orchestras","orchestrate","orchestrated","orchestrater","orchestraters","orchestrates","orchestrating","orchestration","orchestrational","orchestrations","orchestrator","orchestrators","orchestric","orchestrina","orchestrinas","orchestrion","orchestrions","orchid","orchidaceous","orchidectomies","orchidectomy","orchideous","orchidist","orchidists","orchidlike","orchidologies","orchidologist","orchidologists","orchidology","orchidomania","orchidomaniac","orchidomaniacs","orchidomanias","orchids","orchiectomies","orchiectomy","orchil","orchilla","orchillas","orchils","orchis","orchises","orchitic","orchitis","orchitises","orcin","orcine","orcines","orcinol","orcinols","orcins","orcs","ord","ordain","ordainable","ordained","ordainer","ordainers","ordaining","ordainment","ordainments","ordains","ordalian","ordalium","ordaliums","ordeal","ordeals","order","orderable","ordered","orderer","orderers","ordering","orderings","orderless","orderlies","orderliness","orderlinesses","orderly","orders","ordinaire","ordinaires","ordinal","ordinally","ordinals","ordinance","ordinances","ordinand","ordinands","ordinant","ordinants","ordinar","ordinarier","ordinaries","ordinariest","ordinarily","ordinariness","ordinarinesses","ordinars","ordinary","ordinate","ordinated","ordinately","ordinates","ordinating","ordination","ordinations","ordinee","ordinees","ordines","ordnance","ordnances","ordo","ordonnance","ordonnances","ordos","ords","ordure","ordures","ordurous","ore","oread","oreades","oreads","orecchiette","orecchiettes","orecchietti","orectic","orective","oregano","oreganos","oreide","oreides","oreodont","oreodonts","oreographic","oreographical","oreographically","oreographies","oreography","oreological","oreologies","oreologist","oreologists","oreology","orepearch","orepearched","orepearches","orepearching","ores","orestunck","oreweed","oreweeds","orexin","orexins","orexis","orexises","orf","orfe","orfes","orfray","orfrays","orfs","organ","organa","organdie","organdies","organdy","organelle","organelles","organic","organical","organically","organicism","organicisms","organicist","organicistic","organicists","organicities","organicity","organics","organisability","organisable","organisation","organisational","organisations","organise","organised","organiser","organisers","organises","organising","organism","organismal","organismally","organismic","organismically","organisms","organist","organistrum","organistrums","organists","organities","organity","organizability","organizable","organization","organizational","organizationally","organizations","organize","organized","organizer","organizers","organizes","organizing","organochlorine","organochlorines","organogeneses","organogenesis","organogenetic","organogenies","organogeny","organogram","organograms","organographic","organographical","organographies","organographist","organographists","organography","organoleptic","organoleptically","organological","organologies","organologist","organologists","organology","organomercurial","organomercurials","organometallic","organometallics","organon","organons","organophosphate","organophosphates","organophosphorous","organophosphorus","organophosphoruses","organosol","organosols","organotherapies","organotherapy","organotin","organs","organum","organums","organza","organzas","organzine","organzines","orgasm","orgasmed","orgasmic","orgasmically","orgasming","orgasms","orgastic","orgastically","orgeat","orgeats","orgia","orgiac","orgias","orgiast","orgiastic","orgiastically","orgiasts","orgic","orgies","orgillous","orgone","orgones","orgue","orgues","orgulous","orgy","oribatid","oribatids","oribi","oribis","oricalche","oricalches","orichalc","orichalceous","orichalcs","oriel","orielled","oriels","oriencies","oriency","orient","oriental","orientalise","orientalised","orientalises","orientalising","orientalism","orientalisms","orientalist","orientalists","orientalities","orientality","orientalize","orientalized","orientalizes","orientalizing","orientally","orientals","orientate","orientated","orientates","orientating","orientation","orientational","orientationally","orientations","orientator","orientators","oriented","orienteer","orienteered","orienteering","orienteerings","orienteers","orienter","orienters","orienting","orients","orifex","orifexes","orifice","orifices","orificial","oriflamme","oriflammes","origami","origamis","origan","origane","origanes","origans","origanum","origanums","origin","original","originalities","originality","originally","originals","originate","originated","originates","originating","origination","originations","originative","originatively","originator","originators","origins","orihou","orihous","orillion","orillions","orinasal","orinasally","orinasals","oriole","orioles","orisha","orishas","orismological","orismologies","orismology","orison","orisons","orixa","orixas","orle","orleans","orleanses","orles","orlistat","orlistats","orlon","orlons","orlop","orlops","ormer","ormers","ormolu","ormolus","ornament","ornamental","ornamentally","ornamentals","ornamentation","ornamentations","ornamented","ornamenter","ornamenters","ornamenting","ornamentist","ornamentists","ornaments","ornate","ornately","ornateness","ornatenesses","ornater","ornatest","ornerier","orneriest","orneriness","ornerinesses","ornery","ornis","ornises","ornithes","ornithic","ornithichnite","ornithichnites","ornithine","ornithines","ornithischian","ornithischians","ornithodelphian","ornithodelphic","ornithodelphous","ornithogalum","ornithogalums","ornithoid","ornithologic","ornithological","ornithologically","ornithologies","ornithologist","ornithologists","ornithology","ornithomancies","ornithomancy","ornithomantic","ornithomorph","ornithomorphic","ornithomorphs","ornithophilies","ornithophilous","ornithophily","ornithophobia","ornithophobias","ornithopod","ornithopods","ornithopter","ornithopters","ornithorhynchus","ornithosaur","ornithosaurs","ornithoscopies","ornithoscopy","ornithoses","ornithosis","orobanchaceous","orogen","orogeneses","orogenesis","orogenetic","orogenetically","orogenic","orogenically","orogenies","orogens","orogeny","orographer","orographers","orographic","orographical","orographically","orographies","orography","oroide","oroides","orological","orologically","orologies","orologist","orologists","orology","orometer","orometers","oronasal","oropesa","oropesas","oropharyngeal","oropharynges","oropharynx","oropharynxes","ororotundities","ororotundity","orotund","orotundities","orotundity","orphan","orphanage","orphanages","orphaned","orphanhood","orphanhoods","orphaning","orphanism","orphanisms","orphans","orpharion","orpharions","orpheoreon","orpheoreons","orphic","orphical","orphically","orphism","orphisms","orphrey","orphreyed","orphreys","orpiment","orpiments","orpin","orpine","orpines","orpins","orra","orraman","orramen","orreries","orrery","orrice","orrices","orris","orrises","orrisroot","orrisroots","ors","orseille","orseilles","orsellic","ort","ortanique","ortaniques","orthian","orthicon","orthicons","ortho","orthoaxes","orthoaxis","orthoborate","orthoborates","orthoboric","orthocaine","orthocaines","orthocenter","orthocenters","orthocentre","orthocentres","orthocephalic","orthocephalies","orthocephalous","orthocephaly","orthochromatic","orthochromatism","orthoclase","orthoclases","orthodiagonal","orthodiagonals","orthodontia","orthodontias","orthodontic","orthodontically","orthodontics","orthodontist","orthodontists","orthodox","orthodoxes","orthodoxies","orthodoxly","orthodoxy","orthodromic","orthodromics","orthodromies","orthodromy","orthoepic","orthoepical","orthoepically","orthoepies","orthoepist","orthoepists","orthoepy","orthogeneses","orthogenesis","orthogenetic","orthogenetically","orthogenic","orthogenically","orthogenics","orthognathic","orthognathies","orthognathism","orthognathisms","orthognathous","orthognathy","orthogonal","orthogonalise","orthogonalised","orthogonalises","orthogonalising","orthogonalities","orthogonality","orthogonalization","orthogonalizations","orthogonalize","orthogonalized","orthogonalizes","orthogonalizing","orthogonally","orthograde","orthograph","orthographer","orthographers","orthographic","orthographical","orthographically","orthographies","orthographist","orthographists","orthographs","orthography","orthohydrogen","orthohydrogens","orthology","orthomolecular","orthomorphic","orthonormal","orthopaedic","orthopaedical","orthopaedically","orthopaedics","orthopaedies","orthopaedist","orthopaedists","orthopaedy","orthopedia","orthopedias","orthopedic","orthopedical","orthopedically","orthopedics","orthopedies","orthopedist","orthopedists","orthopedy","orthophosphate","orthophosphates","orthophosphoric","orthophyre","orthophyres","orthophyric","orthopinakoid","orthopinakoids","orthopnoea","orthopnoeas","orthopod","orthopods","orthopraxes","orthopraxies","orthopraxis","orthopraxy","orthoprism","orthoprisms","orthopsychiatric","orthopsychiatries","orthopsychiatrist","orthopsychiatrists","orthopsychiatry","orthopter","orthoptera","orthopteran","orthopterans","orthopterist","orthopterists","orthopteroid","orthopteroids","orthopterology","orthopteron","orthopterous","orthopters","orthoptic","orthoptics","orthoptist","orthoptists","orthopyroxene","orthopyroxenes","orthorexia","orthorexias","orthorhombic","orthos","orthoscope","orthoscopes","orthoscopic","orthoses","orthosilicate","orthosilicates","orthosis","orthostatic","orthostichies","orthostichous","orthostichy","orthotic","orthotics","orthotist","orthotists","orthotone","orthotones","orthotoneses","orthotonesis","orthotonic","orthotopic","orthotropic","orthotropies","orthotropism","orthotropisms","orthotropous","orthotropy","orthotungstic","orthovanadic","orthros","orthroses","ortolan","ortolans","orts","orval","orvals","oryctologies","oryctology","oryx","oryxes","orzo","orzos","os","osar","oscar","oscars","oscheal","oscillate","oscillated","oscillates","oscillating","oscillation","oscillational","oscillations","oscillative","oscillator","oscillators","oscillatory","oscillogram","oscillograms","oscillograph","oscillographic","oscillographically","oscillographies","oscillographs","oscillography","oscilloscope","oscilloscopes","oscilloscopic","oscine","oscines","oscinine","oscitance","oscitances","oscitancies","oscitancy","oscitant","oscitantly","oscitate","oscitated","oscitates","oscitating","oscitation","oscitations","oscula","osculant","oscular","osculate","osculated","osculates","osculating","osculation","osculations","osculatories","osculatory","oscule","oscules","osculum","ose","oses","osetra","osetras","oshac","oshacs","osier","osiered","osieries","osiers","osiery","osmate","osmates","osmatic","osmeteria","osmeterium","osmiate","osmiates","osmic","osmically","osmics","osmidroses","osmidrosis","osmious","osmiridium","osmiridiums","osmium","osmiums","osmol","osmolal","osmolalities","osmolality","osmolar","osmolarities","osmolarity","osmole","osmoles","osmols","osmometer","osmometers","osmometric","osmometrically","osmometries","osmometry","osmoregulation","osmoregulations","osmoregulatory","osmose","osmosed","osmoses","osmosing","osmosis","osmotic","osmotically","osmous","osmund","osmunda","osmundas","osmundine","osmundines","osmunds","osnaburg","osnaburgs","osprey","ospreys","ossa","ossarium","ossariums","ossature","ossatures","ossein","osseins","osselet","osselets","osseous","osseously","osseter","osseters","ossetra","ossetras","ossia","ossicle","ossicles","ossicular","ossiferous","ossific","ossification","ossifications","ossified","ossifier","ossifiers","ossifies","ossifraga","ossifragas","ossifrage","ossifrages","ossify","ossifying","ossivorous","ossobuco","ossobucos","ossuaries","ossuary","osteal","osteichthyan","osteichthyans","osteitic","osteitides","osteitis","osteitises","ostensibilities","ostensibility","ostensible","ostensibly","ostensive","ostensively","ostensoria","ostensories","ostensorium","ostensory","ostent","ostentation","ostentations","ostentatious","ostentatiously","ostentatiousness","ostentatiousnesses","ostents","osteoarthritic","osteoarthritics","osteoarthritides","osteoarthritis","osteoarthroses","osteoarthrosis","osteoblast","osteoblastic","osteoblasts","osteoclases","osteoclasis","osteoclast","osteoclastic","osteoclasts","osteocolla","osteocollas","osteocyte","osteocytes","osteoderm","osteodermal","osteodermatous","osteodermic","osteodermous","osteoderms","osteofibroses","osteofibrosis","osteogen","osteogeneses","osteogenesis","osteogenetic","osteogenic","osteogenies","osteogenous","osteogens","osteogeny","osteographies","osteography","osteoid","osteoids","osteological","osteologically","osteologies","osteologist","osteologists","osteology","osteoma","osteomalacia","osteomalacial","osteomalacias","osteomalacic","osteomas","osteomata","osteomyelitides","osteomyelitis","osteomyelitises","osteopath","osteopathic","osteopathically","osteopathies","osteopathist","osteopathists","osteopaths","osteopathy","osteopetroses","osteopetrosis","osteophyte","osteophytes","osteophytic","osteoplastic","osteoplasties","osteoplasty","osteoporoses","osteoporosis","osteoporotic","osteosarcoma","osteosarcomas","osteosarcomata","osteoses","osteosis","osteosises","osteotome","osteotomes","osteotomies","osteotomy","ostia","ostial","ostiaries","ostiary","ostiate","ostinati","ostinato","ostinatos","ostiolar","ostiolate","ostiole","ostioles","ostium","ostler","ostleress","ostleresses","ostlers","ostmark","ostmarks","ostomate","ostomates","ostomies","ostomy","ostoses","ostosis","ostosises","ostraca","ostracean","ostraceous","ostracisable","ostracise","ostracised","ostraciser","ostracisers","ostracises","ostracising","ostracism","ostracisms","ostracizable","ostracize","ostracized","ostracizer","ostracizers","ostracizes","ostracizing","ostracod","ostracodan","ostracode","ostracoderm","ostracoderms","ostracodes","ostracodous","ostracods","ostracon","ostraka","ostrakon","ostreaceous","ostreger","ostregers","ostreiculture","ostreicultures","ostreiculturist","ostreophage","ostreophages","ostreophagies","ostreophagous","ostreophagy","ostrich","ostriches","ostrichism","ostrichisms","ostrichlike","otaku","otalgia","otalgias","otalgic","otalgies","otalgy","otaries","otarine","otary","other","othergates","otherguess","otherness","othernesses","others","otherwhere","otherwhile","otherwhiles","otherwise","otherworld","otherworldish","otherworldliness","otherworldlinesses","otherworldly","otherworlds","otic","otiose","otiosely","otioseness","otiosenesses","otiosities","otiosity","otitic","otitides","otitis","otitises","otocyst","otocystic","otocysts","otolaryngological","otolaryngologies","otolaryngologist","otolaryngologists","otolaryngology","otolith","otolithic","otoliths","otological","otologies","otologist","otologists","otology","otoplasties","otoplasty","otorhinolaryngological","otorhinolaryngologies","otorhinolaryngologist","otorhinolaryngologists","otorhinolaryngology","otorrhoea","otorrhoeas","otoscleroses","otosclerosis","otoscope","otoscopes","otoscopic","otoscopies","otoscopy","ototoxic","ototoxicities","ototoxicity","ottar","ottars","ottava","ottavas","ottavino","ottavinos","otter","ottered","ottering","otters","otto","ottoman","ottomans","ottos","ottrelite","ottrelites","ou","ouabain","ouabains","ouakari","ouakaris","ouananiche","ouananiches","oubaas","oubaases","oubit","oubits","oubliette","oubliettes","ouch","ouched","ouches","ouching","oucht","ouchts","oud","ouds","ouens","oughlied","oughlies","oughly","oughlying","ought","oughted","oughting","oughtlings","oughtness","oughtnesses","oughts","ouglie","ouglied","ouglieing","ouglies","ouguiya","ouguiyas","ouija","ouijas","ouistiti","ouistitis","ouk","ouks","oulachon","oulachons","oulakan","oulakans","ould","oulder","ouldest","oulk","oulks","oulong","oulongs","ouma","oumas","ounce","ounces","oundy","oup","oupa","oupas","ouped","ouph","ouphe","ouphes","ouphs","ouping","oups","our","ourali","ouralis","ourang","ourangs","ourari","ouraris","ourebi","ourebis","ourie","ourier","ouriest","ourn","ouroboros","ouroboroses","ourologies","ourology","ouroscopies","ouroscopy","ours","ourself","ourselves","ous","ousel","ousels","oust","ousted","ouster","ousters","ousting","oustiti","oustitis","ousts","out","outachieve","outachieved","outachieves","outachieving","outact","outacted","outacting","outacts","outadd","outadded","outadding","outadds","outage","outages","outargue","outargued","outargues","outarguing","outasight","outask","outasked","outasking","outasks","outate","outback","outbacker","outbackers","outbacks","outbake","outbaked","outbakes","outbaking","outbalance","outbalanced","outbalances","outbalancing","outbar","outbargain","outbargained","outbargaining","outbargains","outbark","outbarked","outbarking","outbarks","outbarred","outbarring","outbars","outbawl","outbawled","outbawling","outbawls","outbeam","outbeamed","outbeaming","outbeams","outbeg","outbegged","outbegging","outbegs","outbid","outbidden","outbidder","outbidders","outbidding","outbids","outbitch","outbitched","outbitches","outbitching","outblaze","outblazed","outblazes","outblazing","outbleat","outbleated","outbleating","outbleats","outbless","outblessed","outblesses","outblessing","outbloom","outbloomed","outblooming","outblooms","outbluff","outbluffed","outbluffing","outbluffs","outblush","outblushed","outblushes","outblushing","outbluster","outblustered","outblustering","outblusters","outboard","outboards","outboast","outboasted","outboasting","outboasts","outbought","outbound","outbounds","outbox","outboxed","outboxes","outboxing","outbrag","outbragged","outbragging","outbrags","outbrave","outbraved","outbraves","outbraving","outbrawl","outbrawled","outbrawling","outbrawls","outbrazen","outbrazened","outbrazening","outbrazens","outbreak","outbreaking","outbreaks","outbreathe","outbreathed","outbreathes","outbreathing","outbred","outbreed","outbreeding","outbreedings","outbreeds","outbribe","outbribed","outbribes","outbribing","outbroke","outbroken","outbuild","outbuilding","outbuildings","outbuilds","outbuilt","outbulge","outbulged","outbulges","outbulging","outbulk","outbulked","outbulking","outbulks","outbullied","outbullies","outbully","outbullying","outburn","outburned","outburning","outburns","outburnt","outburst","outbursting","outbursts","outbuy","outbuying","outbuys","outby","outbye","outcall","outcalls","outcaper","outcapered","outcapering","outcapers","outcast","outcaste","outcasted","outcastes","outcasting","outcasts","outcatch","outcatches","outcatching","outcaught","outcavil","outcaviled","outcaviling","outcavilled","outcavilling","outcavils","outcharge","outcharged","outcharges","outcharging","outcharm","outcharmed","outcharming","outcharms","outcheat","outcheated","outcheating","outcheats","outchid","outchidden","outchide","outchided","outchides","outchiding","outcities","outcity","outclass","outclassed","outclasses","outclassing","outclimb","outclimbed","outclimbing","outclimbs","outclomb","outcoach","outcoached","outcoaches","outcoaching","outcome","outcomes","outcompete","outcompeted","outcompetes","outcompeting","outcook","outcooked","outcooking","outcooks","outcount","outcounted","outcounting","outcounts","outcraftied","outcrafties","outcrafty","outcraftying","outcrawl","outcrawled","outcrawling","outcrawls","outcried","outcries","outcrop","outcropped","outcropping","outcroppings","outcrops","outcross","outcrossed","outcrosses","outcrossing","outcrossings","outcrow","outcrowd","outcrowded","outcrowding","outcrowds","outcrowed","outcrowing","outcrows","outcry","outcrying","outcurse","outcursed","outcurses","outcursing","outcurve","outcurves","outdacious","outdance","outdanced","outdances","outdancing","outdare","outdared","outdares","outdaring","outdate","outdated","outdatedly","outdatedness","outdatednesses","outdates","outdating","outdazzle","outdazzled","outdazzles","outdazzling","outdebate","outdebated","outdebates","outdebating","outdeliver","outdelivered","outdelivering","outdelivers","outdesign","outdesigned","outdesigning","outdesigns","outdid","outdistance","outdistanced","outdistances","outdistancing","outdo","outdodge","outdodged","outdodges","outdodging","outdoer","outdoers","outdoes","outdoing","outdone","outdoor","outdoors","outdoorsman","outdoorsmanship","outdoorsmanships","outdoorsmen","outdoorsy","outdrag","outdragged","outdragging","outdrags","outdrank","outdraw","outdrawing","outdrawn","outdraws","outdream","outdreamed","outdreaming","outdreams","outdreamt","outdress","outdressed","outdresses","outdressing","outdrew","outdrink","outdrinking","outdrinks","outdrive","outdriven","outdrives","outdriving","outdrop","outdropped","outdropping","outdrops","outdrove","outdrunk","outduel","outdueled","outdueling","outduelled","outduelling","outduels","outdure","outdured","outdures","outduring","outdwell","outdwelled","outdwelling","outdwells","outdwelt","outearn","outearned","outearning","outearns","outeat","outeaten","outeating","outeats","outecho","outechoed","outechoes","outechoing","outed","outedge","outedges","outer","outercoat","outercoats","outercourse","outercourses","outermost","outers","outerwear","outerwears","outfable","outfabled","outfables","outfabling","outface","outfaced","outfaces","outfacing","outfall","outfalls","outfangthief","outfangthieves","outfast","outfasted","outfasting","outfasts","outfawn","outfawned","outfawning","outfawns","outfeast","outfeasted","outfeasting","outfeasts","outfeel","outfeeling","outfeels","outfelt","outfence","outfenced","outfences","outfencing","outfield","outfielder","outfielders","outfields","outfight","outfighting","outfightings","outfights","outfigure","outfigured","outfigures","outfiguring","outfind","outfinding","outfinds","outfire","outfired","outfires","outfiring","outfish","outfished","outfishes","outfishing","outfit","outfits","outfitted","outfitter","outfitters","outfitting","outfittings","outflank","outflanked","outflanking","outflanks","outflash","outflashed","outflashes","outflashing","outflew","outflies","outfling","outflings","outfloat","outfloated","outfloating","outfloats","outflow","outflowed","outflowing","outflowings","outflown","outflows","outflush","outflushed","outflushes","outflushing","outfly","outflying","outfool","outfooled","outfooling","outfools","outfoot","outfooted","outfooting","outfoots","outfought","outfound","outfox","outfoxed","outfoxes","outfoxing","outfrown","outfrowned","outfrowning","outfrowns","outfumble","outfumbled","outfumbles","outfumbling","outgain","outgained","outgaining","outgains","outgallop","outgalloped","outgalloping","outgallops","outgamble","outgambled","outgambles","outgambling","outgas","outgases","outgassed","outgasses","outgassing","outgassings","outgate","outgates","outgave","outgaze","outgazed","outgazes","outgazing","outgeneral","outgeneraled","outgeneraling","outgeneralled","outgeneralling","outgenerals","outgive","outgiven","outgives","outgiving","outgivings","outglare","outglared","outglares","outglaring","outgleam","outgleamed","outgleaming","outgleams","outglitter","outglittered","outglittering","outglitters","outglow","outglowed","outglowing","outglows","outgnaw","outgnawed","outgnawing","outgnawn","outgnaws","outgo","outgoer","outgoers","outgoes","outgoing","outgoingness","outgoingnesses","outgoings","outgone","outgrew","outgrin","outgrinned","outgrinning","outgrins","outgross","outgrossed","outgrosses","outgrossing","outgroup","outgroups","outgrow","outgrowing","outgrown","outgrows","outgrowth","outgrowths","outguard","outguards","outguess","outguessed","outguesses","outguessing","outguide","outguided","outguides","outguiding","outgun","outgunned","outgunning","outguns","outgush","outgushed","outgushes","outgushing","outhandle","outhandled","outhandles","outhandling","outhaul","outhauler","outhaulers","outhauls","outhear","outheard","outhearing","outhears","outher","outhire","outhired","outhires","outhiring","outhit","outhits","outhitting","outhomer","outhomered","outhomering","outhomers","outhouse","outhouses","outhowl","outhowled","outhowling","outhowls","outhumor","outhumored","outhumoring","outhumors","outhunt","outhunted","outhunting","outhunts","outhustle","outhustled","outhustles","outhustling","outhyre","outhyred","outhyres","outhyring","outing","outings","outintrigue","outintrigued","outintrigues","outintriguing","outjest","outjested","outjesting","outjests","outjet","outjets","outjetting","outjettings","outjinx","outjinxed","outjinxes","outjinxing","outjockey","outjockeyed","outjockeying","outjockeys","outjuggle","outjuggled","outjuggles","outjuggling","outjump","outjumped","outjumping","outjumps","outjut","outjuts","outjutted","outjutting","outjuttings","outkeep","outkeeping","outkeeps","outkept","outkick","outkicked","outkicking","outkicks","outkill","outkilled","outkilling","outkills","outkiss","outkissed","outkisses","outkissing","outlaid","outlain","outland","outlander","outlanders","outlandish","outlandishly","outlandishness","outlandishnesses","outlands","outlash","outlashes","outlast","outlasted","outlasting","outlasts","outlaugh","outlaughed","outlaughing","outlaughs","outlaunce","outlaunced","outlaunces","outlaunch","outlaunched","outlaunches","outlaunching","outlauncing","outlaw","outlawed","outlawing","outlawries","outlawry","outlaws","outlay","outlaying","outlays","outlead","outleading","outleads","outleap","outleaped","outleaping","outleaps","outleapt","outlearn","outlearned","outlearning","outlearns","outlearnt","outled","outler","outlers","outlet","outlets","outlie","outlied","outlier","outliers","outlies","outline","outlinear","outlined","outliner","outliners","outlines","outlining","outlive","outlived","outliver","outlivers","outlives","outliving","outlodging","outlodgings","outlook","outlooked","outlooking","outlooks","outlove","outloved","outloves","outloving","outlustre","outlustred","outlustres","outlustring","outlying","outman","outmaneuver","outmaneuvered","outmaneuvering","outmaneuvers","outmanipulate","outmanipulated","outmanipulates","outmanipulating","outmanned","outmanning","outmanoeuvre","outmanoeuvred","outmanoeuvres","outmanoeuvring","outmans","outmantle","outmantled","outmantles","outmantling","outmarch","outmarched","outmarches","outmarching","outmarriage","outmarriages","outmaster","outmastered","outmastering","outmasters","outmatch","outmatched","outmatches","outmatching","outmeasure","outmeasured","outmeasures","outmeasuring","outmode","outmoded","outmodedly","outmodedness","outmodednesses","outmodes","outmoding","outmost","outmove","outmoved","outmoves","outmoving","outmuscle","outmuscled","outmuscles","outmuscling","outname","outnamed","outnames","outnaming","outness","outnesses","outnight","outnighted","outnighting","outnights","outnumber","outnumbered","outnumbering","outnumbers","outoffice","outoffices","outorganise","outorganised","outorganises","outorganising","outorganize","outorganized","outorganizes","outorganizing","outpace","outpaced","outpaces","outpacing","outpaint","outpainted","outpainting","outpaints","outpart","outparts","outpass","outpassed","outpasses","outpassing","outpassion","outpassioned","outpassioning","outpassions","outpatient","outpatients","outpeep","outpeeped","outpeeping","outpeeps","outpeer","outpeered","outpeering","outpeers","outpeople","outpeopled","outpeoples","outpeopling","outperform","outperformed","outperforming","outperforms","outpitch","outpitched","outpitches","outpitching","outpitied","outpities","outpity","outpitying","outplace","outplaced","outplacement","outplacements","outplacer","outplacers","outplaces","outplacing","outplan","outplanned","outplanning","outplans","outplay","outplayed","outplaying","outplays","outplod","outplodded","outplodding","outplods","outplot","outplots","outplotted","outplotting","outpoint","outpointed","outpointing","outpoints","outpolitick","outpoliticked","outpoliticking","outpoliticks","outpoll","outpolled","outpolling","outpolls","outpopulate","outpopulated","outpopulates","outpopulating","outport","outporter","outporters","outports","outpost","outposts","outpour","outpoured","outpourer","outpourers","outpouring","outpourings","outpours","outpower","outpowered","outpowering","outpowers","outpray","outprayed","outpraying","outprays","outpreach","outpreached","outpreaches","outpreaching","outpreen","outpreened","outpreening","outpreens","outpress","outpressed","outpresses","outpressing","outprice","outpriced","outprices","outpricing","outprize","outprized","outprizes","outprizing","outproduce","outproduced","outproduces","outproducing","outpromise","outpromised","outpromises","outpromising","outpull","outpulled","outpulling","outpulls","outpunch","outpunched","outpunches","outpunching","outpupil","outpupils","outpursue","outpursued","outpursues","outpursuing","outpush","outpushed","outpushes","outpushing","output","outputs","outputted","outputting","outquarters","outquote","outquoted","outquotes","outquoting","outrace","outraced","outraces","outracing","outrage","outraged","outrageous","outrageously","outrageousness","outrageousnesses","outrages","outraging","outraise","outraised","outraises","outraising","outran","outrance","outrances","outrang","outrange","outranged","outranges","outranging","outrank","outranked","outranking","outranks","outrate","outrated","outrates","outrating","outrave","outraved","outraves","outraving","outre","outreach","outreached","outreaches","outreaching","outread","outreading","outreads","outreason","outreasoned","outreasoning","outreasons","outrebound","outrebounded","outrebounding","outrebounds","outreckon","outreckoned","outreckoning","outreckons","outrecuidance","outrecuidances","outred","outredded","outredden","outreddened","outreddening","outreddens","outredding","outreds","outreign","outreigned","outreigning","outreigns","outrelief","outreliefs","outremer","outremers","outreproduce","outreproduced","outreproduces","outreproducing","outridden","outride","outrider","outriders","outrides","outriding","outrig","outrigged","outrigger","outriggers","outrigging","outright","outrightly","outrigs","outring","outringing","outrings","outrival","outrivaled","outrivaling","outrivalled","outrivalling","outrivals","outro","outroar","outroared","outroaring","outroars","outrock","outrocked","outrocking","outrocks","outrode","outroll","outrolled","outrolling","outrolls","outroop","outrooper","outroopers","outroops","outroot","outrooted","outrooting","outroots","outrope","outroper","outropers","outropes","outros","outrow","outrowed","outrowing","outrows","outrun","outrung","outrunner","outrunners","outrunning","outruns","outrush","outrushed","outrushes","outrushing","outs","outsaid","outsail","outsailed","outsailing","outsails","outsang","outsat","outsavor","outsavored","outsavoring","outsavors","outsaw","outsay","outsaying","outsays","outscheme","outschemed","outschemes","outscheming","outscold","outscolded","outscolding","outscolds","outscoop","outscooped","outscooping","outscoops","outscore","outscored","outscores","outscoring","outscorn","outscorned","outscorning","outscorns","outscream","outscreamed","outscreaming","outscreams","outsee","outseeing","outseen","outsees","outsell","outselling","outsells","outsert","outserts","outserve","outserved","outserves","outserving","outset","outsets","outsetting","outsettings","outsettlement","outsettlements","outshame","outshamed","outshames","outshaming","outshine","outshined","outshines","outshining","outshone","outshoot","outshooting","outshoots","outshot","outshots","outshout","outshouted","outshouting","outshouts","outside","outsider","outsiderness","outsidernesses","outsiders","outsides","outsight","outsights","outsin","outsing","outsinging","outsings","outsinned","outsinning","outsins","outsit","outsits","outsitting","outsize","outsized","outsizes","outskate","outskated","outskates","outskating","outskirt","outskirts","outsleep","outsleeping","outsleeps","outslept","outslick","outslicked","outslicking","outslicks","outsmart","outsmarted","outsmarting","outsmarts","outsmell","outsmelled","outsmelling","outsmells","outsmelt","outsmile","outsmiled","outsmiles","outsmiling","outsmoke","outsmoked","outsmokes","outsmoking","outsnore","outsnored","outsnores","outsnoring","outsoar","outsoared","outsoaring","outsoars","outsold","outsole","outsoles","outsource","outsourced","outsources","outsourcing","outsourcings","outspan","outspanned","outspanning","outspans","outsparkle","outsparkled","outsparkles","outsparkling","outspeak","outspeaking","outspeaks","outspeckle","outspeckles","outsped","outspeed","outspeeded","outspeeding","outspeeds","outspell","outspelled","outspelling","outspells","outspelt","outspend","outspending","outspends","outspent","outspoke","outspoken","outspokenly","outspokenness","outspokennesses","outsport","outsported","outsporting","outsports","outsprang","outspread","outspreading","outspreads","outspring","outspringing","outsprings","outsprint","outsprinted","outsprinting","outsprints","outsprung","outstand","outstanding","outstandingly","outstands","outstare","outstared","outstares","outstaring","outstart","outstarted","outstarting","outstarts","outstate","outstated","outstates","outstating","outstation","outstations","outstay","outstayed","outstaying","outstays","outsteer","outsteered","outsteering","outsteers","outstep","outstepped","outstepping","outsteps","outstood","outstrain","outstrained","outstraining","outstrains","outstretch","outstretched","outstretches","outstretching","outstridden","outstride","outstrides","outstriding","outstrike","outstrikes","outstriking","outstrip","outstripped","outstripping","outstrips","outstrive","outstriven","outstrives","outstriving","outstrode","outstroke","outstrokes","outstrove","outstruck","outstudied","outstudies","outstudy","outstudying","outstunt","outstunted","outstunting","outstunts","outsulk","outsulked","outsulking","outsulks","outsum","outsummed","outsumming","outsums","outsung","outswam","outsware","outswear","outswearing","outswears","outsweep","outsweeping","outsweeps","outsweeten","outsweetened","outsweetening","outsweetens","outswell","outswelled","outswelling","outswells","outswept","outswim","outswimming","outswims","outswing","outswinger","outswingers","outswinging","outswings","outswollen","outswore","outsworn","outswum","outswung","outtake","outtaken","outtakes","outtaking","outtalk","outtalked","outtalking","outtalks","outtask","outtasked","outtasking","outtasks","outtell","outtelling","outtells","outthank","outthanked","outthanking","outthanks","outthieve","outthieved","outthieves","outthieving","outthink","outthinking","outthinks","outthought","outthrew","outthrob","outthrobbed","outthrobbing","outthrobs","outthrow","outthrowing","outthrown","outthrows","outthrust","outthrusted","outthrusting","outthrusts","outtold","outtongue","outtongued","outtongues","outtonguing","outtook","outtop","outtopped","outtopping","outtops","outtower","outtowered","outtowering","outtowers","outtrade","outtraded","outtrades","outtrading","outtravel","outtraveled","outtraveling","outtravelled","outtravelling","outtravels","outtrick","outtricked","outtricking","outtricks","outtrot","outtrots","outtrotted","outtrotting","outtrump","outtrumped","outtrumping","outtrumps","outturn","outturns","outvalue","outvalued","outvalues","outvaluing","outvaunt","outvaunted","outvaunting","outvaunts","outvenom","outvenomed","outvenoming","outvenoms","outvie","outvied","outvies","outvillain","outvillained","outvillaining","outvillains","outvoice","outvoiced","outvoices","outvoicing","outvote","outvoted","outvoter","outvoters","outvotes","outvoting","outvying","outwait","outwaited","outwaiting","outwaits","outwalk","outwalked","outwalking","outwalks","outwar","outward","outwardly","outwardness","outwardnesses","outwards","outwarred","outwarring","outwars","outwash","outwashes","outwaste","outwasted","outwastes","outwasting","outwatch","outwatched","outwatches","outwatching","outwear","outwearied","outwearies","outwearing","outwears","outweary","outwearying","outweed","outweeded","outweeding","outweeds","outweep","outweeping","outweeps","outweigh","outweighed","outweighing","outweighs","outwell","outwelled","outwelling","outwells","outwent","outwept","outwhirl","outwhirled","outwhirling","outwhirls","outwick","outwicked","outwicking","outwicks","outwile","outwiled","outwiles","outwiling","outwill","outwilled","outwilling","outwills","outwin","outwind","outwinded","outwinding","outwinds","outwing","outwinged","outwinging","outwings","outwinning","outwins","outwish","outwished","outwishes","outwishing","outwit","outwith","outwits","outwitted","outwitting","outwon","outwore","outwork","outworked","outworker","outworkers","outworking","outworks","outworn","outworth","outworthed","outworthing","outworths","outwound","outwrest","outwrested","outwresting","outwrestle","outwrestled","outwrestles","outwrestling","outwrests","outwrit","outwrite","outwrites","outwriting","outwritten","outwrote","outwrought","outyell","outyelled","outyelling","outyells","outyelp","outyelped","outyelping","outyelps","outyield","outyielded","outyielding","outyields","ouvert","ouverte","ouvirandra","ouvirandras","ouvrage","ouvrages","ouvrier","ouvriere","ouvrieres","ouvriers","ouzel","ouzels","ouzo","ouzos","ova","oval","ovalbumin","ovalbumins","ovalities","ovality","ovally","ovalness","ovalnesses","ovals","ovarial","ovarian","ovariectomies","ovariectomised","ovariectomized","ovariectomy","ovaries","ovariole","ovarioles","ovariotomies","ovariotomist","ovariotomists","ovariotomy","ovarious","ovaritides","ovaritis","ovaritises","ovary","ovate","ovated","ovately","ovates","ovating","ovation","ovational","ovations","ovator","ovators","ovel","ovels","oven","ovenable","ovenbird","ovenbirds","ovened","ovening","ovenlike","ovenproof","ovens","ovenware","ovenwares","ovenwood","ovenwoods","over","overable","overabound","overabounded","overabounding","overabounds","overabstract","overabstracted","overabstracting","overabstracts","overabundance","overabundances","overabundant","overaccentuate","overaccentuated","overaccentuates","overaccentuating","overachieve","overachieved","overachievement","overachievements","overachiever","overachievers","overachieves","overachieving","overact","overacted","overacting","overaction","overactions","overactive","overactivities","overactivity","overacts","overacute","overadjustment","overadjustments","overadvertise","overadvertised","overadvertises","overadvertising","overadvertize","overadvertized","overadvertizes","overadvertizing","overage","overaged","overages","overaggressive","overalert","overall","overalled","overalls","overambitious","overambitiousness","overambitiousnesses","overamplified","overanalyse","overanalysed","overanalyses","overanalysing","overanalysis","overanalytical","overanalyze","overanalyzed","overanalyzes","overanalyzing","overanxieties","overanxiety","overanxious","overapplication","overapplications","overapt","overarch","overarched","overarches","overarching","overarm","overarmed","overarming","overarms","overarousal","overarousals","overarrange","overarranged","overarranges","overarranging","overarticulate","overarticulated","overarticulates","overarticulating","overassert","overasserted","overasserting","overassertion","overassertions","overassertive","overasserts","overassessment","overassessments","overate","overattention","overattentions","overattentive","overawe","overawed","overawes","overawing","overbake","overbaked","overbakes","overbaking","overbalance","overbalanced","overbalances","overbalancing","overbank","overbanks","overbear","overbearing","overbearingly","overbearingness","overbears","overbeat","overbeaten","overbeating","overbeats","overbed","overbejeweled","overbet","overbets","overbetted","overbetting","overbid","overbidden","overbidder","overbidders","overbidding","overbiddings","overbids","overbig","overbill","overbilled","overbilling","overbills","overbite","overbites","overblanket","overblankets","overbleach","overbleached","overbleaches","overbleaching","overblew","overblouse","overblouses","overblow","overblowing","overblown","overblows","overboard","overboil","overboiled","overboiling","overboils","overbold","overboldly","overbook","overbooked","overbooking","overbooks","overboot","overboots","overbore","overborn","overborne","overborrow","overborrowed","overborrowing","overborrows","overbought","overbound","overbounded","overbounding","overbounds","overbrake","overbraked","overbrakes","overbraking","overbreathing","overbreathings","overbred","overbreed","overbreeding","overbreeds","overbridge","overbridged","overbridges","overbridging","overbrief","overbriefed","overbriefing","overbriefs","overbright","overbrim","overbrimmed","overbrimming","overbrims","overbroad","overbrow","overbrowed","overbrowing","overbrows","overbrowse","overbrowsed","overbrowses","overbrowsing","overbrutal","overbuild","overbuilding","overbuilds","overbuilt","overbulk","overbulked","overbulking","overbulks","overburden","overburdened","overburdening","overburdens","overburdensome","overburn","overburned","overburning","overburns","overburnt","overburthen","overburthened","overburthening","overburthens","overbusied","overbusies","overbusy","overbusying","overbuy","overbuying","overbuys","overby","overcall","overcalled","overcalling","overcalls","overcame","overcanopied","overcanopies","overcanopy","overcanopying","overcapacities","overcapacity","overcapitalise","overcapitalised","overcapitalises","overcapitalization","overcapitalizations","overcapitalize","overcapitalized","overcapitalizes","overcapitalizing","overcareful","overcarried","overcarries","overcarry","overcarrying","overcast","overcasted","overcasting","overcastings","overcasts","overcatch","overcatches","overcatching","overcaught","overcaution","overcautioned","overcautioning","overcautions","overcautious","overcentralise","overcentralised","overcentralises","overcentralization","overcentralizations","overcentralize","overcentralized","overcentralizes","overcentralizing","overcharge","overcharged","overcharges","overcharging","overcheap","overcheck","overchecks","overchill","overchilled","overchilling","overchills","overcivil","overcivilised","overcivilized","overclad","overclaim","overclaimed","overclaiming","overclaims","overclass","overclasses","overclassification","overclassifications","overclassified","overclassifies","overclassify","overclassifying","overclean","overcleaned","overcleaning","overcleans","overclear","overcleared","overclearing","overclears","overclock","overclocked","overclocker","overclockers","overclocking","overclockings","overclocks","overclose","overcloud","overclouded","overclouding","overclouds","overcloy","overcloyed","overcloying","overcloys","overclub","overclubbed","overclubbing","overclubs","overcoach","overcoached","overcoaches","overcoaching","overcoat","overcoating","overcoatings","overcoats","overcold","overcolor","overcolored","overcoloring","overcolors","overcolour","overcoloured","overcolouring","overcolours","overcome","overcomer","overcomers","overcomes","overcoming","overcommercialization","overcommercializations","overcommercialize","overcommercialized","overcommercializes","overcommercializing","overcommit","overcommitment","overcommitments","overcommits","overcommitted","overcommitting","overcommunicate","overcommunicated","overcommunicates","overcommunicating","overcommunication","overcommunications","overcompensate","overcompensated","overcompensates","overcompensating","overcompensation","overcompensations","overcompensatory","overcomplex","overcompliance","overcompliances","overcomplicate","overcomplicated","overcomplicates","overcomplicating","overcompress","overcompressed","overcompresses","overcompressing","overconcentration","overconcentrations","overconcern","overconcerned","overconcerning","overconcerns","overconfidence","overconfidences","overconfident","overconfidently","overconscientious","overconscious","overconservative","overconstruct","overconstructed","overconstructing","overconstructs","overconsume","overconsumed","overconsumes","overconsuming","overconsumption","overconsumptions","overcontrol","overcontrolled","overcontrolling","overcontrols","overcook","overcooked","overcooking","overcooks","overcool","overcooled","overcooling","overcools","overcorrect","overcorrected","overcorrecting","overcorrection","overcorrections","overcorrects","overcount","overcounted","overcounting","overcounts","overcover","overcovered","overcovering","overcovers","overcoy","overcram","overcrammed","overcramming","overcrams","overcraw","overcrawed","overcrawing","overcraws","overcredulities","overcredulity","overcredulous","overcritical","overcrop","overcropped","overcropping","overcrops","overcrow","overcrowd","overcrowded","overcrowding","overcrowdings","overcrowds","overcrowed","overcrowing","overcrows","overcultivation","overcultivations","overcure","overcured","overcures","overcuring","overcut","overcuts","overcutting","overdare","overdared","overdares","overdaring","overdated","overdear","overdeck","overdecked","overdecking","overdecks","overdecorate","overdecorated","overdecorates","overdecorating","overdecoration","overdecorations","overdemanding","overdependence","overdependences","overdependent","overdesign","overdesigned","overdesigning","overdesigns","overdetermined","overdevelop","overdeveloped","overdeveloping","overdevelopment","overdevelopments","overdevelops","overdeviate","overdeviated","overdeviates","overdeviating","overdid","overdifferentiation","overdifferentiations","overdight","overdirect","overdirected","overdirecting","overdirects","overdiscount","overdiscounted","overdiscounting","overdiscounts","overdiversities","overdiversity","overdo","overdocument","overdocumented","overdocumenting","overdocuments","overdoer","overdoers","overdoes","overdog","overdogs","overdoing","overdominance","overdominances","overdominant","overdone","overdosage","overdosages","overdose","overdosed","overdoses","overdosing","overdraft","overdrafts","overdramatic","overdramatise","overdramatised","overdramatises","overdramatising","overdramatize","overdramatized","overdramatizes","overdramatizing","overdrank","overdraught","overdraughts","overdraw","overdrawing","overdrawn","overdraws","overdress","overdressed","overdresses","overdressing","overdrew","overdried","overdries","overdrink","overdrinking","overdrinks","overdrive","overdriven","overdrives","overdriving","overdrove","overdrunk","overdry","overdrying","overdub","overdubbed","overdubbing","overdubs","overdue","overdust","overdusted","overdusting","overdusts","overdye","overdyed","overdyeing","overdyer","overdyers","overdyes","overeager","overeagerness","overeagernesses","overearnest","overeasy","overeat","overeaten","overeater","overeaters","overeating","overeats","overed","overedit","overedited","overediting","overedits","overeducate","overeducated","overeducates","overeducating","overeducation","overeducations","overegg","overegged","overegging","overeggs","overelaborate","overelaborated","overelaborates","overelaborating","overelaboration","overelaborations","overembellish","overembellished","overembellishes","overembellishing","overembellishment","overembellishments","overemote","overemoted","overemotes","overemoting","overemotional","overemphases","overemphasis","overemphasise","overemphasised","overemphasises","overemphasising","overemphasize","overemphasized","overemphasizes","overemphasizing","overemphatic","overenamored","overencourage","overencouraged","overencourages","overencouraging","overenergetic","overengineer","overengineered","overengineering","overengineers","overenrolled","overentertained","overenthusiasm","overenthusiasms","overenthusiastic","overenthusiastically","overequipped","overestimate","overestimated","overestimates","overestimating","overestimation","overestimations","overevaluation","overevaluations","overexaggerate","overexaggerated","overexaggerates","overexaggerating","overexaggeration","overexaggerations","overexcitable","overexcite","overexcited","overexcites","overexciting","overexercise","overexercised","overexercises","overexercising","overexert","overexerted","overexerting","overexertion","overexertions","overexerts","overexpand","overexpanded","overexpanding","overexpands","overexpansion","overexpansions","overexpectation","overexpectations","overexplain","overexplained","overexplaining","overexplains","overexplicit","overexploit","overexploitation","overexploitations","overexploited","overexploiting","overexploits","overexpose","overexposed","overexposes","overexposing","overexposure","overexposures","overextend","overextended","overextending","overextends","overextension","overextensions","overextraction","overextractions","overextrapolation","overextrapolations","overextravagant","overexuberant","overeye","overeyed","overeyeing","overeyes","overeying","overfacile","overfall","overfallen","overfalling","overfalls","overfamiliar","overfamiliarities","overfamiliarity","overfar","overfast","overfastidious","overfat","overfatigue","overfatigued","overfatigues","overfavor","overfavored","overfavoring","overfavors","overfear","overfeared","overfearing","overfears","overfed","overfeed","overfeeding","overfeeds","overfell","overfertilise","overfertilised","overfertilises","overfertilising","overfertilization","overfertilizations","overfertilize","overfertilized","overfertilizes","overfertilizing","overfill","overfilled","overfilling","overfills","overfine","overfineness","overfinenesses","overfinished","overfish","overfished","overfishes","overfishing","overfit","overflew","overflies","overflight","overflights","overflood","overflooded","overflooding","overfloods","overflourish","overflourished","overflourishes","overflourishing","overflow","overflowed","overflowing","overflowingly","overflowings","overflown","overflows","overflush","overflushes","overfly","overflying","overfocus","overfocused","overfocuses","overfocusing","overfocussed","overfocusses","overfocussing","overfold","overfolded","overfolding","overfolds","overfond","overfondly","overfondness","overfondnesses","overforward","overforwardness","overfoul","overfrank","overfraught","overfree","overfreedom","overfreedoms","overfreely","overfreight","overfreighting","overfreights","overfulfill","overfulfilled","overfulfilling","overfulfills","overfull","overfullness","overfullnesses","overfulness","overfulnesses","overfund","overfunded","overfunding","overfundings","overfunds","overfussy","overgall","overgalled","overgalling","overgalls","overgang","overganging","overgangs","overgarment","overgarments","overgave","overgear","overgeared","overgearing","overgears","overgeneralise","overgeneralised","overgeneralises","overgeneralization","overgeneralizations","overgeneralize","overgeneralized","overgeneralizes","overgeneralizing","overgenerosities","overgenerosity","overgenerous","overgenerously","overget","overgets","overgetting","overgild","overgilded","overgilding","overgilds","overgilt","overgird","overgirded","overgirding","overgirds","overgirt","overgive","overgiven","overgives","overgiving","overglad","overglamorise","overglamorised","overglamorises","overglamorising","overglamorize","overglamorized","overglamorizes","overglamorizing","overglance","overglanced","overglances","overglancing","overglaze","overglazed","overglazes","overglazing","overgloom","overgloomed","overglooming","overglooms","overgo","overgoad","overgoaded","overgoading","overgoads","overgoes","overgoing","overgoings","overgone","overgorge","overgorged","overgorges","overgorging","overgot","overgovern","overgoverned","overgoverning","overgoverns","overgrade","overgraded","overgrades","overgrading","overgrain","overgrained","overgrainer","overgrainers","overgraining","overgrains","overgrass","overgrassed","overgrasses","overgrassing","overgraze","overgrazed","overgrazes","overgrazing","overgrazings","overgreat","overgreedy","overgreen","overgreened","overgreening","overgreens","overgrew","overground","overgrow","overgrowing","overgrown","overgrows","overgrowth","overgrowths","overhaile","overhailed","overhailes","overhailing","overhair","overhairs","overhale","overhaled","overhales","overhaling","overhand","overhanded","overhanding","overhandle","overhandled","overhandles","overhandling","overhands","overhang","overhanging","overhangs","overhappy","overhard","overharvest","overharvested","overharvesting","overharvests","overhaste","overhastes","overhastily","overhastiness","overhastinesses","overhasty","overhate","overhated","overhates","overhating","overhaul","overhauled","overhauling","overhauls","overhead","overheads","overheap","overheaped","overheaping","overheaps","overhear","overheard","overhearing","overhears","overheat","overheated","overheating","overheatings","overheats","overheld","overhent","overhenting","overhents","overhigh","overhit","overhits","overhitting","overhold","overholding","overholds","overholy","overhomogenise","overhomogenised","overhomogenises","overhomogenize","overhomogenized","overhomogenizes","overhomogenizing","overhonor","overhonored","overhonoring","overhonors","overhope","overhoped","overhopes","overhoping","overhot","overhung","overhunt","overhunted","overhunting","overhuntings","overhunts","overhype","overhyped","overhypes","overhyping","overidealise","overidealised","overidealises","overidealising","overidealize","overidealized","overidealizes","overidealizing","overidentification","overidentifications","overidentified","overidentifies","overidentify","overidentifying","overidle","overimaginative","overimpress","overimpressed","overimpresses","overimpressing","overinclined","overindebtedness","overindebtednesses","overindulge","overindulged","overindulgence","overindulgences","overindulgent","overindulges","overindulging","overindustrialize","overindustrialized","overindustrializes","overindustrializing","overinflate","overinflated","overinflates","overinflating","overinflation","overinflations","overinform","overinformed","overinforming","overinforms","overing","overingenious","overingenuities","overingenuity","overinked","overinsistent","overinsurance","overinsurances","overinsure","overinsured","overinsures","overinsuring","overintellectualization","overintellectualizations","overintellectualize","overintellectualized","overintellectualizes","overintellectualizing","overintense","overintensities","overintensity","overinterpretation","overinterpretations","overinvestment","overinvestments","overissuance","overissuances","overissue","overissued","overissues","overissuing","overjoy","overjoyed","overjoying","overjoys","overjump","overjumped","overjumping","overjumps","overjust","overkeen","overkeep","overkeeping","overkeeps","overkept","overkest","overkill","overkilled","overkilling","overkills","overkind","overkindness","overkindnesses","overking","overkings","overknee","overlabor","overlabored","overlaboring","overlabors","overlabour","overlaboured","overlabouring","overlabours","overlade","overladed","overladen","overlades","overlading","overlaid","overlain","overland","overlanded","overlander","overlanders","overlanding","overlands","overlap","overlapped","overlapping","overlaps","overlard","overlarded","overlarding","overlards","overlarge","overlate","overlaunch","overlaunched","overlaunches","overlaunching","overlavish","overlax","overlay","overlaying","overlayings","overlays","overleaf","overleap","overleaped","overleaping","overleaps","overleapt","overlearn","overlearned","overlearning","overlearns","overlearnt","overleather","overleathers","overleaven","overleavened","overleavening","overleavens","overlend","overlending","overlends","overlength","overlengthen","overlengthened","overlengthening","overlengthens","overlengths","overlent","overlet","overlets","overletting","overlewd","overlie","overlier","overliers","overlies","overlight","overlighted","overlighting","overlights","overlit","overliteral","overliterary","overlive","overlived","overlives","overliving","overload","overloaded","overloading","overloads","overlock","overlocked","overlocker","overlockers","overlocking","overlockings","overlocks","overlong","overlook","overlooked","overlooker","overlookers","overlooking","overlooks","overlord","overlorded","overlording","overlords","overlordship","overlordships","overloud","overlove","overloved","overloves","overloving","overlush","overlusty","overly","overlying","overman","overmanage","overmanaged","overmanages","overmanaging","overmanned","overmannered","overmanning","overmans","overmantel","overmantels","overmany","overmast","overmasted","overmaster","overmastered","overmastering","overmasters","overmasting","overmasts","overmatch","overmatched","overmatches","overmatching","overmatter","overmatters","overmature","overmaturities","overmaturity","overmeasure","overmeasured","overmeasures","overmeasuring","overmedicate","overmedicated","overmedicates","overmedicating","overmedication","overmedications","overmeek","overmelt","overmelted","overmelting","overmelts","overmen","overmerry","overmighty","overmild","overmilk","overmilked","overmilking","overmilks","overmine","overmined","overmines","overmining","overmix","overmixed","overmixes","overmixing","overmodest","overmodestly","overmodulated","overmount","overmounted","overmounting","overmounts","overmuch","overmuches","overmultiplied","overmultiplies","overmultiply","overmultiplying","overmultitude","overmultituded","overmultitudes","overmultituding","overmuscled","overname","overnamed","overnames","overnaming","overnear","overneat","overnet","overnets","overnetted","overnetting","overnew","overnice","overnicely","overniceness","overnicenesses","overnight","overnighted","overnighter","overnighters","overnighting","overnights","overnourish","overnourished","overnourishes","overnourishing","overnutrition","overnutritions","overobvious","overoffice","overofficed","overoffices","overofficing","overoperate","overoperated","overoperates","overoperating","overopinionated","overoptimism","overoptimisms","overoptimist","overoptimistic","overoptimistically","overoptimists","overorchestrate","overorchestrated","overorchestrates","overorchestrating","overorganise","overorganised","overorganises","overorganising","overorganize","overorganized","overorganizes","overorganizing","overornament","overornamented","overornamenting","overornaments","overpack","overpackage","overpackaged","overpackages","overpackaging","overpacked","overpacking","overpacks","overpage","overpaid","overpaint","overpainted","overpainting","overpaints","overpart","overparted","overparticular","overparting","overparts","overpass","overpassed","overpasses","overpassing","overpast","overpay","overpaying","overpayment","overpayments","overpays","overpedal","overpedaled","overpedaling","overpedalled","overpedalling","overpedals","overpeer","overpeered","overpeering","overpeers","overpeople","overpeopled","overpeoples","overpeopling","overperch","overperched","overperches","overperching","overpersuade","overpersuaded","overpersuades","overpersuading","overpersuasion","overpersuasions","overpert","overpicture","overpictured","overpictures","overpicturing","overpitch","overpitched","overpitches","overpitching","overplaced","overplaid","overplaided","overplaids","overplan","overplanned","overplanning","overplans","overplant","overplanted","overplanting","overplants","overplast","overplay","overplayed","overplaying","overplays","overplied","overplies","overplot","overplots","overplotted","overplotting","overplus","overpluses","overplusses","overply","overplying","overpoise","overpoised","overpoises","overpoising","overpopulate","overpopulated","overpopulates","overpopulating","overpopulation","overpopulations","overpost","overposted","overposting","overposts","overpotent","overpower","overpowered","overpowering","overpoweringly","overpowers","overpraise","overpraised","overpraises","overpraising","overprecise","overpreparation","overprepare","overprepared","overprepares","overpreparing","overprescribe","overprescribed","overprescribes","overprescribing","overprescription","overprescriptions","overpress","overpressed","overpresses","overpressing","overpressure","overpressures","overprice","overpriced","overprices","overpricing","overprint","overprinted","overprinting","overprints","overprivileged","overprize","overprized","overprizes","overprizing","overprocess","overprocessed","overprocesses","overprocessing","overproduce","overproduced","overproduces","overproducing","overproduction","overproductions","overprogram","overprogramed","overprograming","overprogrammed","overprogramming","overprograms","overpromise","overpromised","overpromises","overpromising","overpromote","overpromoted","overpromotes","overpromoting","overproof","overproportion","overproportionate","overproportionately","overproportioned","overproportioning","overproportions","overprotect","overprotected","overprotecting","overprotection","overprotections","overprotective","overprotectiveness","overprotectivenesses","overprotects","overproud","overpump","overpumped","overpumping","overpumps","overqualified","overquick","overrack","overracked","overracking","overracks","overrake","overraked","overrakes","overraking","overran","overrank","overrash","overrashly","overrashness","overrashnesses","overrate","overrated","overrates","overrating","overraught","overreach","overreached","overreacher","overreachers","overreaches","overreaching","overreact","overreacted","overreacting","overreaction","overreactions","overreacts","overread","overreading","overreads","overreckon","overreckoned","overreckoning","overreckons","overred","overredded","overredding","overreds","overrefine","overrefined","overrefinement","overrefinements","overrefines","overrefining","overregulate","overregulated","overregulates","overregulating","overregulation","overregulations","overreliance","overreliances","overren","overrenning","overrens","overreport","overreported","overreporting","overreports","overrepresentation","overrepresentations","overrepresented","overrespond","overresponded","overresponding","overresponds","overrich","overridden","override","overrider","overriders","overrides","overriding","overrife","overrigid","overripe","overripen","overripened","overripeness","overripenesses","overripening","overripens","overroast","overroasted","overroasting","overroasts","overrode","overrude","overruff","overruffed","overruffing","overruffs","overrule","overruled","overruler","overrulers","overrules","overruling","overrulings","overrun","overrunner","overrunners","overrunning","overruns","overs","oversad","oversail","oversailed","oversailing","oversails","oversale","oversales","oversalt","oversalted","oversalting","oversalts","oversanguine","oversaturate","oversaturated","oversaturates","oversaturating","oversaturation","oversaturations","oversauce","oversauced","oversauces","oversaucing","oversave","oversaved","oversaves","oversaving","oversaw","overscale","overscaled","overschutcht","overscore","overscored","overscores","overscoring","overscrupulous","overscutched","oversea","overseas","oversecretion","oversecretions","oversee","overseed","overseeded","overseeding","overseeds","overseeing","overseen","overseer","overseers","oversees","oversell","overselling","oversells","oversensitive","oversensitiveness","oversensitivenesses","oversensitivities","oversensitivity","overserious","overseriously","overservice","overserviced","overservices","overservicing","overset","oversets","oversetting","oversew","oversewed","oversewing","oversewn","oversews","oversexed","overshade","overshaded","overshades","overshading","overshadow","overshadowed","overshadowing","overshadows","oversharp","overshine","overshines","overshining","overshirt","overshirts","overshoe","overshoes","overshone","overshoot","overshooting","overshoots","overshot","overshots","overshower","overshowered","overshowering","overshowers","oversick","overside","oversides","oversight","oversights","oversimple","oversimplification","oversimplifications","oversimplified","oversimplifies","oversimplify","oversimplifying","oversimplistic","oversimply","oversize","oversized","oversizes","oversizing","overskip","overskipped","overskipping","overskips","overskirt","overskirts","overslaugh","overslaughed","overslaughing","overslaughs","oversleep","oversleeping","oversleeps","oversleeve","oversleeves","overslept","overslip","overslipped","overslipping","overslips","overslipt","overslow","oversman","oversmen","oversmoke","oversmoked","oversmokes","oversmoking","oversoak","oversoaked","oversoaking","oversoaks","oversoft","oversold","oversolicitous","oversoon","oversophisticated","oversoul","oversouls","oversow","oversowed","oversowing","oversown","oversows","overspecialise","overspecialised","overspecialises","overspecialization","overspecializations","overspecialize","overspecialized","overspecializes","overspecializing","overspeculate","overspeculated","overspeculates","overspeculating","overspeculation","overspeculations","overspend","overspender","overspenders","overspending","overspends","overspent","overspice","overspiced","overspices","overspicing","overspill","overspilled","overspilling","overspills","overspilt","overspin","overspins","overspread","overspreading","overspreads","overstabilities","overstability","overstaff","overstaffed","overstaffing","overstaffs","overstain","overstained","overstaining","overstains","overstand","overstanding","overstands","overstank","overstare","overstared","overstares","overstaring","overstate","overstated","overstatement","overstatements","overstates","overstating","overstay","overstayed","overstayer","overstayers","overstaying","overstays","oversteer","oversteered","oversteering","oversteers","overstep","overstepped","overstepping","oversteps","overstimulate","overstimulated","overstimulates","overstimulating","overstimulation","overstimulations","overstink","overstinking","overstinks","overstir","overstirred","overstirring","overstirs","overstock","overstocked","overstocking","overstocks","overstood","overstories","overstory","overstrain","overstrained","overstraining","overstrains","overstress","overstressed","overstresses","overstressing","overstretch","overstretched","overstretches","overstretching","overstrew","overstrewed","overstrewing","overstrewn","overstrews","overstridden","overstride","overstrides","overstriding","overstrike","overstrikes","overstriking","overstrode","overstrong","overstrooke","overstruck","overstructured","overstrung","overstudied","overstudies","overstudy","overstudying","overstuff","overstuffed","overstuffing","overstuffs","overstunk","oversubscribe","oversubscribed","oversubscribes","oversubscribing","oversubscription","oversubscriptions","oversubtle","oversubtleties","oversubtlety","oversuds","oversudsed","oversudses","oversudsing","oversup","oversupped","oversupping","oversupplied","oversupplies","oversupply","oversupplying","oversups","oversure","oversuspicious","overswam","oversway","overswayed","overswaying","oversways","overswear","overswearing","overswears","oversweet","oversweeten","oversweetened","oversweetening","oversweetens","oversweetness","oversweetnesses","overswell","overswelled","overswelling","overswells","overswim","overswimming","overswims","overswing","overswinging","overswings","overswollen","overswore","oversworn","overswum","overswung","overt","overtake","overtaken","overtakes","overtaking","overtalk","overtalkative","overtalked","overtalking","overtalks","overtame","overtart","overtask","overtasked","overtasking","overtasks","overtaught","overtax","overtaxation","overtaxations","overtaxed","overtaxes","overtaxing","overteach","overteaches","overteaching","overtedious","overteem","overteemed","overteeming","overteems","overthick","overthin","overthink","overthinking","overthinks","overthought","overthrew","overthrow","overthrower","overthrowers","overthrowing","overthrown","overthrows","overthrust","overthrusts","overthwart","overthwarted","overthwarting","overthwarts","overtight","overtighten","overtightened","overtightening","overtightens","overtime","overtimed","overtimely","overtimer","overtimers","overtimes","overtimid","overtiming","overtip","overtipped","overtipping","overtips","overtire","overtired","overtires","overtiring","overtly","overtness","overtnesses","overtoil","overtoiled","overtoiling","overtoils","overtone","overtones","overtook","overtop","overtopped","overtopping","overtoppings","overtops","overtower","overtowered","overtowering","overtowers","overtrade","overtraded","overtrades","overtrading","overtradings","overtrain","overtrained","overtraining","overtrains","overtreat","overtreated","overtreating","overtreatment","overtreatments","overtreats","overtrick","overtricks","overtrim","overtrimmed","overtrimming","overtrims","overtrip","overtripped","overtripping","overtrips","overtrump","overtrumped","overtrumping","overtrumps","overtrust","overtrusted","overtrusting","overtrusts","overture","overtured","overtures","overturing","overturn","overturned","overturner","overturners","overturning","overturns","overtype","overtyped","overtypes","overtyping","overurge","overurged","overurges","overurging","overuse","overused","overuses","overusing","overutilisation","overutilise","overutilised","overutilises","overutilising","overutilization","overutilizations","overutilize","overutilized","overutilizes","overutilizing","overvaluation","overvaluations","overvalue","overvalued","overvalues","overvaluing","overveil","overveiled","overveiling","overveils","overview","overviews","overviolent","overvivid","overvoltage","overvoltages","overvote","overvoted","overvotes","overvoting","overwarm","overwarmed","overwarming","overwarms","overwary","overwash","overwashes","overwatch","overwatched","overwatches","overwatching","overwater","overwatered","overwatering","overwaters","overweak","overwear","overwearied","overwearies","overwearing","overwears","overweary","overwearying","overweather","overweathered","overweathering","overweathers","overween","overweened","overweening","overweeningly","overweeningness","overweenings","overweens","overweigh","overweighed","overweighing","overweighs","overweight","overweighted","overweighting","overweights","overwent","overwet","overwets","overwetted","overwetting","overwhelm","overwhelmed","overwhelming","overwhelmingly","overwhelmings","overwhelms","overwide","overwily","overwind","overwinding","overwinds","overwing","overwinged","overwinging","overwings","overwinter","overwintered","overwintering","overwinters","overwise","overwisely","overwithheld","overwithhold","overwithholding","overwithholds","overword","overwords","overwore","overwork","overworked","overworking","overworks","overworn","overwound","overwrap","overwrapped","overwrapping","overwraps","overwrest","overwrested","overwresting","overwrestle","overwrestled","overwrestles","overwrestling","overwrests","overwrite","overwrites","overwriting","overwritten","overwrote","overwrought","overyear","overyeared","overyearing","overyears","overzeal","overzealous","overzealously","overzealousness","overzealousnesses","overzeals","ovibos","oviboses","ovibovine","ovicidal","ovicide","ovicides","oviducal","oviduct","oviductal","oviducts","oviferous","oviform","ovigerous","ovine","ovines","ovipara","oviparities","oviparity","oviparous","oviparously","oviposit","oviposited","ovipositing","oviposition","ovipositional","ovipositions","ovipositor","ovipositors","oviposits","oviraptor","oviraptors","ovisac","ovisacs","ovist","ovists","ovoid","ovoidal","ovoidals","ovoids","ovolactovegetarian","ovolactovegetarians","ovoli","ovolo","ovolos","ovonic","ovonics","ovotestes","ovotestis","ovoviviparities","ovoviviparity","ovoviviparous","ovoviviparously","ovoviviparousness","ovoviviparousnesses","ovular","ovulary","ovulate","ovulated","ovulates","ovulating","ovulation","ovulations","ovulatory","ovule","ovules","ovuliferous","ovum","ow","owche","owches","owe","owed","owelties","owelty","ower","owerby","owerloup","owerloupen","owerlouping","owerloupit","owerloups","owes","owing","owl","owled","owler","owleries","owlers","owlery","owlet","owlets","owlier","owliest","owling","owlish","owlishly","owlishness","owlishnesses","owllike","owls","owly","own","ownable","owned","owner","ownerless","owners","ownership","ownerships","owning","owns","owre","owrecome","owrecomes","owrelay","owrelays","owres","owreword","owrewords","owrie","owrier","owriest","owse","owsen","owt","owts","ox","oxacillin","oxacillins","oxalacetate","oxalacetates","oxalate","oxalated","oxalates","oxalating","oxalic","oxalis","oxalises","oxaloacetate","oxaloacetates","oxazepam","oxazepams","oxazine","oxazines","oxblood","oxbloods","oxbow","oxbows","oxcart","oxcarts","oxen","oxer","oxers","oxes","oxeye","oxeyes","oxford","oxfords","oxgang","oxgangs","oxgate","oxgates","oxhead","oxheads","oxheart","oxhearts","oxhide","oxhides","oxid","oxidable","oxidant","oxidants","oxidase","oxidases","oxidasic","oxidate","oxidated","oxidates","oxidating","oxidation","oxidational","oxidations","oxidative","oxidatively","oxide","oxides","oxidic","oxidimetric","oxidimetries","oxidimetry","oxidisable","oxidisation","oxidisations","oxidise","oxidised","oxidiser","oxidisers","oxidises","oxidising","oxidizable","oxidization","oxidizations","oxidize","oxidized","oxidizer","oxidizers","oxidizes","oxidizing","oxidoreductase","oxidoreductases","oxids","oxies","oxim","oxime","oximes","oximeter","oximeters","oximetries","oximetry","oxims","oxland","oxlands","oxlike","oxlip","oxlips","oxo","oxonium","oxoniums","oxpecker","oxpeckers","oxslip","oxslips","oxtail","oxtails","oxter","oxtered","oxtering","oxters","oxtongue","oxtongues","oxy","oxyacetylene","oxyacetylenes","oxyacid","oxyacids","oxycephalic","oxycephalies","oxycephalous","oxycephaly","oxycodone","oxycodones","oxygen","oxygenase","oxygenases","oxygenate","oxygenated","oxygenates","oxygenating","oxygenation","oxygenations","oxygenator","oxygenators","oxygenic","oxygenise","oxygenised","oxygeniser","oxygenisers","oxygenises","oxygenising","oxygenize","oxygenized","oxygenizer","oxygenizers","oxygenizes","oxygenizing","oxygenless","oxygenous","oxygens","oxyhaemoglobin","oxyhaemoglobins","oxyhemoglobin","oxyhemoglobins","oxyhydrogen","oxymel","oxymels","oxymora","oxymoron","oxymoronic","oxymoronically","oxymorons","oxyntic","oxyphenbutazone","oxyphenbutazones","oxyphil","oxyphile","oxyphiles","oxyphilic","oxyphils","oxyrhynchus","oxyrhynchuses","oxysalt","oxysalts","oxysome","oxysomes","oxysulphide","oxysulphides","oxytetracycline","oxytetracyclines","oxytocic","oxytocics","oxytocin","oxytocins","oxytone","oxytones","oxytonic","oxyuriases","oxyuriasis","oy","oye","oyer","oyers","oyes","oyeses","oyesses","oyez","oyezes","oys","oyster","oystercatcher","oystercatchers","oystered","oysterer","oysterers","oystering","oysterings","oysterman","oystermen","oysters","oystrige","oystriges","ozaena","ozaenas","ozalid","ozalids","ozeki","ozekis","ozocerite","ozocerites","ozokerite","ozokerites","ozonate","ozonated","ozonates","ozonating","ozonation","ozonations","ozone","ozones","ozonic","ozonide","ozonides","ozoniferous","ozonisation","ozonisations","ozonise","ozonised","ozoniser","ozonisers","ozonises","ozonising","ozonization","ozonizations","ozonize","ozonized","ozonizer","ozonizers","ozonizes","ozonizing","ozonolyses","ozonolysis","ozonosphere","ozonospheres","ozonous","ozzie","ozzies","pa","paal","paals","paan","paans","pablum","pablums","pabouche","pabouches","pabular","pabulous","pabulum","pabulums","pac","paca","pacable","pacas","pacation","pacations","pace","paced","pacemaker","pacemakers","pacemaking","pacemakings","paceman","pacemen","pacer","pacers","paces","pacesetter","pacesetters","pacesetting","paceway","paceways","pacey","pacha","pachadom","pachadoms","pachak","pachaks","pachalic","pachalics","pachas","pachinko","pachinkos","pachisi","pachisis","pachouli","pachoulis","pachuco","pachucos","pachycarpous","pachydactyl","pachydactylous","pachyderm","pachydermal","pachydermatous","pachydermia","pachydermias","pachydermic","pachydermous","pachyderms","pachymeningitis","pachymeter","pachymeters","pachysandra","pachysandras","pachytene","pachytenes","pacier","paciest","pacifiable","pacific","pacificae","pacifical","pacifically","pacificate","pacificated","pacificates","pacificating","pacification","pacifications","pacificator","pacificators","pacificatory","pacificism","pacificisms","pacificist","pacificists","pacified","pacifier","pacifiers","pacifies","pacifism","pacifisms","pacifist","pacifistic","pacifistically","pacifists","pacify","pacifying","pacing","pack","packabilities","packability","packable","package","packaged","packager","packagers","packages","packaging","packagings","packboard","packboards","packcloth","packcloths","packed","packer","packers","packet","packeted","packeting","packets","packfong","packfongs","packframe","packframes","packhorse","packhorses","packing","packinghouse","packinghouses","packings","packly","packman","packmen","packmule","packmules","packness","packnesses","packrat","packrats","packs","packsack","packsacks","packsaddle","packsaddles","packsheet","packsheets","packstaff","packstaffs","packthread","packthreads","packwax","packwaxes","packway","packways","paclitaxel","paclitaxels","paco","pacos","pacs","pact","pacta","paction","pactional","pactioned","pactioning","pactions","pacts","pactum","pacy","pad","padang","padangs","padauk","padauks","padded","padder","padders","paddies","padding","paddings","paddle","paddleball","paddleballs","paddleboard","paddleboards","paddleboat","paddleboats","paddled","paddlefish","paddlefishes","paddler","paddlers","paddles","paddling","paddlings","paddock","paddocked","paddocking","paddocks","paddy","paddymelon","paddymelons","paddywack","paddywacked","paddywacking","paddywacks","paddywhack","paddywhacks","padella","padellas","pademelon","pademelons","paderero","padereroes","padereros","padi","padis","padishah","padishahs","padkos","padle","padles","padlock","padlocked","padlocking","padlocks","padma","padmas","padnag","padnags","padouk","padouks","padre","padres","padri","padrone","padrones","padroni","padronism","padronisms","pads","padsaw","padsaws","padshah","padshahs","paduasoy","paduasoys","padymelon","padymelons","paean","paeanism","paeanisms","paeans","paedagogic","paedagogue","paedagogues","paederast","paederastic","paederasties","paederasts","paederasty","paedeutic","paedeutics","paediatric","paediatrician","paediatricians","paediatrics","paediatries","paediatrist","paediatrists","paediatry","paedo","paedobaptism","paedobaptisms","paedobaptist","paedobaptists","paedodontic","paedodontics","paedogeneses","paedogenesis","paedogenetic","paedogenetically","paedogenic","paedological","paedologies","paedologist","paedologists","paedology","paedomorphic","paedomorphism","paedomorphisms","paedomorphoses","paedomorphosis","paedophile","paedophiles","paedophilia","paedophiliac","paedophiliacs","paedophilias","paedophilic","paedophilics","paedos","paedotribe","paedotribes","paedotrophies","paedotrophy","paella","paellas","paenula","paenulae","paenulas","paeon","paeonic","paeonics","paeonies","paeons","paeony","paesan","paesani","paesano","paesanos","paesans","pagan","pagandom","pagandoms","paganisation","paganisations","paganise","paganised","paganiser","paganisers","paganises","paganish","paganising","paganism","paganisms","paganist","paganistic","paganistically","paganists","paganization","paganizations","paganize","paganized","paganizer","paganizers","paganizes","paganizing","pagans","page","pageant","pageantries","pageantry","pageants","pageboy","pageboys","paged","pageful","pagefuls","pagehood","pagehoods","pager","pagers","pages","pageview","pageviews","paginal","paginate","paginated","paginates","paginating","pagination","paginations","paging","pagings","pagle","pagles","pagod","pagoda","pagodas","pagods","pagri","pagris","pagurian","pagurians","pagurid","pagurids","pah","pahautea","pahauteas","pahlavi","pahlavis","pahoehoe","pahoehoes","pahs","paid","paideutic","paideutics","paidle","paidles","paigle","paigles","paik","paiked","paiking","paiks","pail","pailful","pailfuls","paillard","paillards","paillasse","paillasses","paillette","paillettes","paillon","paillons","pails","pailsful","pain","painch","painches","pained","painful","painfuller","painfullest","painfully","painfulness","painfulnesses","painim","painims","paining","painkiller","painkillers","painkilling","painless","painlessly","painlessness","painlessnesses","pains","painstaker","painstakers","painstaking","painstakingly","painstakingness","painstakings","paint","paintable","paintball","paintballs","paintbox","paintboxes","paintbrush","paintbrushes","painted","painter","painterliness","painterlinesses","painterly","painters","paintier","paintiest","paintiness","paintinesses","painting","paintings","paintress","paintresses","paints","painture","paintures","paintwork","paintworks","painty","paiock","paiocke","paiockes","paiocks","pair","paire","paired","pairer","paires","pairest","pairial","pairials","pairing","pairings","pairs","pairwise","pais","paisa","paisan","paisana","paisanas","paisano","paisanos","paisans","paisas","paise","paisley","paisleys","paitrick","paitricks","pajama","pajamaed","pajamas","pajock","pajocke","pajockes","pajocks","pakahi","pakahis","pakapoo","pakapoos","pakeha","pakehas","pakfong","pakfongs","pakihi","pakihis","pakirikiri","pakirikiris","pakka","pakoko","pakokos","pakora","pakoras","pakthong","pakthongs","paktong","paktongs","pal","palabra","palabras","palace","palaced","palaces","paladin","paladins","palaeanthropic","palaebiologies","palaebiologist","palaebiologists","palaebiology","palaeethnology","palaeoanthropic","palaeobiologic","palaeobiologies","palaeobiologist","palaeobiology","palaeobotanic","palaeobotanical","palaeobotanies","palaeobotanist","palaeobotanists","palaeobotany","palaeoclimate","palaeoclimates","palaeoclimatic","palaeocrystic","palaeocurrent","palaeocurrents","palaeoecologic","palaeoecologies","palaeoecologist","palaeoecology","palaeoethnology","palaeogaea","palaeogaeas","palaeogeography","palaeographer","palaeographers","palaeographic","palaeographical","palaeographies","palaeographist","palaeographists","palaeography","palaeolimnology","palaeolith","palaeolithic","palaeoliths","palaeomagnetic","palaeomagnetism","palaeontography","palaeontologies","palaeontologist","palaeontology","palaeopathology","palaeopedology","palaeophytology","palaeotype","palaeotypes","palaeotypic","palaeozoologies","palaeozoologist","palaeozoology","palaestra","palaestrae","palaestral","palaestras","palaestric","palaestrical","palafitte","palafittes","palagi","palagis","palagonite","palagonites","palais","palama","palamae","palamate","palamino","palaminos","palampore","palampores","palankeen","palankeens","palanquin","palanquins","palapa","palapas","palas","palases","palatabilities","palatability","palatable","palatableness","palatablenesses","palatably","palatal","palatalisation","palatalisations","palatalise","palatalised","palatalises","palatalising","palatalization","palatalizations","palatalize","palatalized","palatalizes","palatalizing","palatally","palatals","palate","palated","palates","palatial","palatially","palatialness","palatialnesses","palatinate","palatinates","palatine","palatines","palating","palaver","palavered","palaverer","palaverers","palavering","palavers","palay","palays","palazzi","palazzo","palazzos","pale","palea","paleaceous","paleae","paleal","paleate","palebuck","palebucks","paled","paleface","palefaces","palely","palempore","palempores","paleness","palenesses","paleoanthropological","paleoanthropologies","paleoanthropologist","paleoanthropologists","paleoanthropology","paleobiologic","paleobiological","paleobiologies","paleobiologist","paleobiologists","paleobiology","paleobotanic","paleobotanical","paleobotanically","paleobotanies","paleobotanist","paleobotanists","paleobotany","paleocene","paleoclimatologies","paleoclimatologist","paleoclimatologists","paleoclimatology","paleoecologic","paleoecological","paleoecologies","paleoecologist","paleoecologists","paleoecology","paleogene","paleogeographic","paleogeographical","paleogeographically","paleogeographies","paleogeography","paleographer","paleographers","paleographic","paleographical","paleographically","paleographies","paleography","paleolith","paleoliths","paleologies","paleology","paleomagnetic","paleomagnetically","paleomagnetism","paleomagnetisms","paleomagnetist","paleomagnetists","paleontologic","paleontological","paleontologies","paleontologist","paleontologists","paleontology","paleopathological","paleopathologies","paleopathologist","paleopathologists","paleopathology","paleosol","paleosols","paleozoic","paleozoological","paleozoologies","paleozoologist","paleozoologists","paleozoology","paler","pales","palest","palestra","palestrae","palestral","palestras","palet","paletot","paletots","palets","palette","palettes","paleways","palewise","palfrenier","palfreniers","palfrey","palfreyed","palfreys","palier","paliest","palification","palifications","paliform","palikar","palikars","palilalia","palilalias","palillogies","palillogy","palimonies","palimony","palimpsest","palimpsests","palindrome","palindromes","palindromic","palindromical","palindromist","palindromists","paling","palingeneses","palingenesia","palingenesias","palingenesies","palingenesis","palingenesist","palingenesists","palingenesy","palingenetic","palingenetical","palings","palinka","palinkas","palinode","palinodes","palinodies","palinody","palinopia","palinopias","palinopsia","palinopsias","palisade","palisaded","palisades","palisading","palisado","palisadoed","palisadoes","palisadoing","palisander","palisanders","palish","palkee","palkees","palki","palkis","pall","palla","palladia","palladic","palladious","palladium","palladiums","palladous","pallae","pallah","pallahs","pallbearer","pallbearers","palled","pallescence","pallescences","pallescent","pallet","palleted","palleting","palletisation","palletisations","palletise","palletised","palletiser","palletisers","palletises","palletising","palletization","palletizations","palletize","palletized","palletizer","palletizers","palletizes","palletizing","pallets","pallette","pallettes","pallia","pallial","palliament","palliaments","palliard","palliards","palliasse","palliasses","palliate","palliated","palliates","palliating","palliation","palliations","palliative","palliatively","palliatives","palliator","palliators","palliatory","pallid","pallider","pallidest","pallidities","pallidity","pallidly","pallidness","pallidnesses","pallied","pallier","pallies","palliest","palling","pallium","palliums","pallone","pallones","pallor","pallors","palls","pally","pallying","palm","palmaceous","palmar","palmarian","palmary","palmate","palmated","palmately","palmatifid","palmation","palmations","palmatipartite","palmatisect","palmcorder","palmcorders","palmed","palmer","palmers","palmerworm","palmerworms","palmette","palmettes","palmetto","palmettoes","palmettos","palmful","palmfuls","palmhouse","palmhouses","palmie","palmier","palmies","palmiest","palmiet","palmiets","palmification","palmifications","palming","palmiped","palmipede","palmipedes","palmipeds","palmist","palmister","palmisters","palmistries","palmistry","palmists","palmitate","palmitates","palmitic","palmitin","palmitins","palmlike","palms","palmtop","palmtops","palmy","palmyra","palmyras","palolo","palolos","palomino","palominos","palooka","palookas","paloverde","paloverdes","palp","palpabilities","palpability","palpable","palpableness","palpablenesses","palpably","palpal","palpate","palpated","palpates","palpating","palpation","palpations","palpator","palpators","palpatory","palpebra","palpebrae","palpebral","palpebras","palpebrate","palpebrated","palpebrates","palpebrating","palped","palpi","palping","palpitant","palpitate","palpitated","palpitates","palpitating","palpitation","palpitations","palps","palpus","pals","palsgrave","palsgraves","palsgravine","palsgravines","palship","palships","palsied","palsier","palsies","palsiest","palstaff","palstaffs","palstave","palstaves","palsy","palsying","palsylike","palter","paltered","palterer","palterers","paltering","palters","paltrier","paltriest","paltrily","paltriness","paltrinesses","paltry","paludal","paludament","paludamenta","paludaments","paludamentum","paludamentums","paludic","paludicolous","paludinal","paludine","paludinous","paludism","paludisms","paludose","paludous","palustral","palustrian","palustrine","paly","palynologic","palynological","palynologically","palynologies","palynologist","palynologists","palynology","pam","pampa","pampas","pampases","pampean","pampeans","pampelmoose","pampelmooses","pampelmouse","pampelmouses","pamper","pampered","pamperedness","pamperednesses","pamperer","pamperers","pampering","pampero","pamperos","pampers","pamphlet","pamphleteer","pamphleteered","pamphleteering","pamphleteerings","pamphleteers","pamphlets","pamphrey","pamphreys","pampoen","pampoens","pampootie","pampooties","pams","pan","panacea","panacean","panaceas","panachaea","panachaeas","panache","panaches","panada","panadas","panaesthesia","panaesthesias","panaesthetism","panaesthetisms","panama","panamas","panaries","panaritium","panaritiums","panarthritis","panarthritises","panary","panatela","panatelas","panatella","panatellas","panax","panaxes","panbroil","panbroiled","panbroiling","panbroils","pancake","pancaked","pancakes","pancaking","pance","pances","pancetta","pancettas","panchax","panchaxes","panchayat","panchayats","pancheon","pancheons","panchion","panchions","panchromatic","panchromatism","panchromatisms","pancosmic","pancosmism","pancosmisms","pancratia","pancratian","pancratiast","pancratiasts","pancratic","pancratist","pancratists","pancratium","pancratiums","pancreas","pancreases","pancreatectomies","pancreatectomized","pancreatectomy","pancreatic","pancreatin","pancreatins","pancreatitides","pancreatitis","pancreatitises","pancreozymin","pancreozymins","pancytopenia","pancytopenias","pand","panda","pandaemonium","pandaemoniums","pandanaceous","pandani","pandanus","pandanuses","pandar","pandared","pandaring","pandars","pandas","pandation","pandations","pandect","pandectist","pandectists","pandects","pandemia","pandemian","pandemias","pandemic","pandemics","pandemoniac","pandemoniacal","pandemonian","pandemonic","pandemonium","pandemoniums","pander","pandered","panderer","panderers","panderess","panderesses","pandering","panderism","panderisms","panderly","pandermite","pandermites","panderous","panders","pandiculation","pandiculations","pandied","pandies","pandit","pandits","pandoor","pandoors","pandora","pandoras","pandore","pandores","pandour","pandours","pandowdies","pandowdy","pands","pandura","panduras","pandurate","pandurated","panduriform","pandy","pandying","pane","paned","paneer","paneers","panegoism","panegoisms","panegyric","panegyrica","panegyrical","panegyrically","panegyricon","panegyrics","panegyries","panegyrise","panegyrised","panegyrises","panegyrising","panegyrist","panegyrists","panegyrize","panegyrized","panegyrizes","panegyrizing","panegyry","paneities","paneity","panel","paneled","paneless","paneling","panelings","panelised","panelist","panelists","panelized","panelled","panelling","panellings","panellist","panellists","panels","panentheism","panentheisms","panentheist","panentheists","panes","panesthesia","panesthesias","panetela","panetelas","panetella","panetellas","panettone","panettones","panettoni","panfish","panfishes","panfried","panfries","panfry","panfrying","panful","panfuls","pang","panga","pangamic","pangamies","pangamy","pangas","panged","pangen","pangene","pangenes","pangeneses","pangenesis","pangenetic","pangenetically","pangens","panging","pangless","pangolin","pangolins","pangram","pangrammatist","pangrammatists","pangrams","pangs","panhandle","panhandled","panhandler","panhandlers","panhandles","panhandling","panharmonicon","panharmonicons","panhellenic","panhellenion","panhellenions","panhellenium","panhelleniums","panhuman","panic","panically","panick","panicked","panickier","panickiest","panicking","panicks","panicky","panicle","panicled","panicles","panicmonger","panicmongers","panics","paniculate","paniculated","paniculately","panicum","panicums","panidiomorphic","panier","paniers","panification","panifications","panim","panims","paning","panini","paninis","panino","panisc","paniscs","panisk","panisks","panjandarum","panjandarums","panjandra","panjandrum","panjandrums","panko","pankos","panleucopenia","panleucopenias","panleukopenia","panleukopenias","panlogism","panlogisms","panmictic","panmixes","panmixia","panmixias","panmixis","panmixises","pannage","pannages","panne","panned","pannelled","panner","panners","pannes","pannick","pannicks","pannicle","pannicles","panniculus","panniculuses","pannier","panniered","panniers","pannikel","pannikell","pannikells","pannikels","pannikin","pannikins","panning","pannings","pannose","pannus","pannuses","panocha","panochas","panoche","panoches","panoistic","panomphaean","panophobia","panophobias","panophthalmia","panophthalmias","panophthalmitis","panoplied","panoplies","panoply","panoptic","panoptical","panoptically","panopticon","panopticons","panorama","panoramas","panoramic","panoramically","panpharmacon","panpharmacons","panpipe","panpipes","panpsychism","panpsychisms","panpsychist","panpsychistic","panpsychists","panradiometer","panradiometers","pans","pansexual","pansexualism","pansexualisms","pansexualist","pansexualists","pansexualities","pansexuality","pansexuals","pansied","pansies","pansophic","pansophical","pansophically","pansophies","pansophism","pansophisms","pansophist","pansophists","pansophy","panspermatic","panspermatism","panspermatisms","panspermatist","panspermatists","panspermia","panspermias","panspermic","panspermies","panspermism","panspermisms","panspermist","panspermists","panspermy","panstick","pansticks","pansy","pant","pantable","pantables","pantagamies","pantagamy","pantagraph","pantagraphs","pantaleon","pantaleons","pantalet","pantalets","pantaletted","pantalettes","pantalon","pantalone","pantalones","pantalons","pantaloon","pantalooned","pantalooneries","pantaloonery","pantaloons","pantdress","pantdresses","pantechnicon","pantechnicons","panted","panter","panters","pantheism","pantheisms","pantheist","pantheistic","pantheistical","pantheistically","pantheists","panthenol","panthenols","pantheologies","pantheologist","pantheologists","pantheology","pantheon","pantheons","panther","pantheress","pantheresses","pantherine","pantherish","panthers","pantie","panties","pantihose","pantile","pantiled","pantiles","pantiling","pantilings","pantine","pantines","panting","pantingly","pantings","pantisocracies","pantisocracy","pantisocrat","pantisocratic","pantisocratical","pantisocratist","pantisocratists","pantisocrats","pantler","pantlers","panto","pantoffle","pantoffles","pantofle","pantofles","pantograph","pantographer","pantographers","pantographic","pantographical","pantographies","pantographs","pantography","pantomime","pantomimed","pantomimes","pantomimic","pantomimical","pantomimically","pantomiming","pantomimist","pantomimists","panton","pantons","pantophagies","pantophagist","pantophagists","pantophagous","pantophagy","pantophobia","pantophobias","pantopragmatic","pantopragmatics","pantos","pantoscope","pantoscopes","pantoscopic","pantothenate","pantothenates","pantothenic","pantoufle","pantoufles","pantoum","pantoums","pantries","pantropic","pantropical","pantry","pantrymaid","pantrymaids","pantryman","pantrymen","pants","pantsuit","pantsuited","pantsuits","pantun","pantuns","panty","pantyhose","pantywaist","pantywaists","panzer","panzerotto","panzerottos","panzers","panzootic","panzootics","paoli","paolo","pap","papa","papable","papacies","papacy","papadam","papadams","papadom","papadoms","papadum","papadums","papain","papains","papal","papalise","papalised","papalises","papalising","papalism","papalisms","papalist","papalists","papalize","papalized","papalizes","papalizing","papally","papaprelatist","papaprelatists","paparazzi","paparazzo","papas","papauma","papaumas","papaveraceous","papaverine","papaverines","papaverous","papaw","papaws","papaya","papayan","papayas","pape","paper","paperback","paperbacked","paperbacker","paperbackers","paperbacking","paperbacks","paperbark","paperbarks","paperboard","paperboards","paperbound","paperbounds","paperboy","paperboys","paperclip","paperclips","papered","paperer","paperers","papergirl","papergirls","paperhanger","paperhangers","paperhanging","paperhangings","paperier","paperiest","paperiness","paperinesses","papering","paperings","paperknife","paperknives","paperless","papermaker","papermakers","papermaking","papermakings","papers","paperware","paperwares","paperweight","paperweights","paperwork","paperworks","papery","papes","papeterie","papeteries","paphian","paphians","papilio","papilionaceous","papilios","papilla","papillae","papillar","papillary","papillate","papillated","papilliferous","papilliform","papillitis","papillitises","papilloma","papillomas","papillomata","papillomatoses","papillomatosis","papillomatous","papillomavirus","papillomaviruses","papillon","papillons","papillose","papillote","papillotes","papillous","papillulate","papillule","papillules","papish","papisher","papishers","papishes","papism","papisms","papist","papistic","papistical","papistically","papistries","papistry","papists","papoose","papooses","papovavirus","papovaviruses","pappadam","pappadams","pappadom","pappadoms","pappardelle","pappardelles","papped","pappi","pappier","pappies","pappiest","papping","pappoose","pappooses","pappose","pappous","pappus","pappuses","pappy","paprica","papricas","paprika","paprikas","paps","papula","papulae","papular","papulation","papulations","papule","papules","papuliferous","papulose","papulous","papyraceous","papyral","papyri","papyrian","papyrine","papyrological","papyrologies","papyrologist","papyrologists","papyrology","papyrus","papyruses","par","para","parabaptism","parabaptisms","parabases","parabasis","parabema","parabemata","parabematic","paraben","parabens","parabioses","parabiosis","parabiotic","parabiotically","parablast","parablastic","parablasts","parable","parabled","parablepses","parablepsies","parablepsis","parablepsy","parableptic","parables","parabling","parabola","parabolanus","parabolanuses","parabolas","parabole","paraboles","parabolic","parabolical","parabolically","parabolisation","parabolisations","parabolise","parabolised","parabolises","parabolising","parabolist","parabolists","parabolization","parabolizations","parabolize","parabolized","parabolizes","parabolizing","paraboloid","paraboloidal","paraboloids","parabrake","parabrakes","paracasein","paracaseins","paracenteses","paracentesis","paracetamol","paracetamols","parachor","parachors","parachronism","parachronisms","parachute","parachuted","parachutes","parachutic","parachuting","parachutist","parachutists","paraclete","paracletes","paracme","paracmes","paracrine","paracrostic","paracrostics","paracuses","paracusis","paracyanogen","paracyanogens","parade","paraded","parader","paraders","parades","paradichlorobenzene","paradichlorobenzenes","paradiddle","paradiddles","paradigm","paradigmatic","paradigmatical","paradigmatically","paradigms","parading","paradisaic","paradisaical","paradisaically","paradisal","paradise","paradisean","paradises","paradisiac","paradisiacal","paradisiacally","paradisial","paradisian","paradisic","paradisical","paradoctor","paradoctors","parador","paradores","paradors","parados","paradoses","paradox","paradoxal","paradoxer","paradoxers","paradoxes","paradoxical","paradoxicalities","paradoxicality","paradoxically","paradoxicalness","paradoxicalnesses","paradoxidian","paradoxies","paradoxist","paradoxists","paradoxologies","paradoxology","paradoxure","paradoxures","paradoxurine","paradoxy","paradrop","paradropped","paradropping","paradrops","parae","paraeneses","paraenesis","paraenetic","paraenetical","paraesthesia","paraesthesias","paraesthetic","paraffin","paraffine","paraffined","paraffines","paraffinic","paraffining","paraffinoid","paraffins","paraffiny","paraffle","paraffles","parafle","parafles","parafoil","parafoils","paraform","paraformaldehyde","paraformaldehydes","paraforms","parage","parageneses","paragenesia","paragenesias","paragenesis","paragenetic","paragenetically","parages","paraglide","paraglided","paraglider","paragliders","paraglides","paragliding","paraglidings","paraglossa","paraglossae","paraglossal","paraglossate","paragnathism","paragnathisms","paragnathous","paragnoses","paragnosis","paragoge","paragoges","paragogic","paragogical","paragogically","paragogue","paragogues","paragon","paragoned","paragoning","paragonite","paragonites","paragons","paragram","paragrammatist","paragrammatists","paragrams","paragraph","paragraphed","paragrapher","paragraphers","paragraphia","paragraphias","paragraphic","paragraphical","paragraphically","paragraphing","paragraphist","paragraphists","paragraphs","paraheliotropic","parahydrogen","parahydrogens","parainfluenza","parainfluenzas","parajournalism","parajournalisms","parakeelya","parakeelyas","parakeet","parakeets","parakelia","parakelias","parakite","parakites","parakiting","parakitings","paralalia","paralalias","paralanguage","paralanguages","paraldehyde","paraldehydes","paralegal","paralegals","paraleipomena","paraleipomenon","paraleipses","paraleipsis","paralexia","paralexias","paralexic","paralimnion","paralimnions","paralinguistic","paralinguistics","paralipomena","paralipomenon","paralipses","paralipsis","parallactic","parallactical","parallactically","parallax","parallaxes","parallel","paralleled","parallelepiped","parallelepipeda","parallelepipeds","paralleling","parallelings","parallelise","parallelised","parallelises","parallelising","parallelism","parallelisms","parallelist","parallelistic","parallelists","parallelize","parallelized","parallelizes","parallelizing","parallelled","parallelling","parallelly","parallelogram","parallelograms","parallelopiped","parallelopipeda","parallelopipeds","parallels","parallelwise","paralogia","paralogias","paralogies","paralogise","paralogised","paralogises","paralogising","paralogism","paralogisms","paralogist","paralogistic","paralogists","paralogize","paralogized","paralogizes","paralogizing","paralogue","paralogues","paralogy","paralympic","paralympics","paralysation","paralysations","paralyse","paralysed","paralyser","paralysers","paralyses","paralysing","paralysingly","paralysis","paralytic","paralytically","paralytics","paralyzation","paralyzations","paralyze","paralyzed","paralyzer","paralyzers","paralyzes","paralyzing","paralyzingly","paramagnet","paramagnetic","paramagnetically","paramagnetism","paramagnetisms","paramagnets","paramastoid","paramastoids","paramatta","paramattas","paramecia","paramecium","parameciums","paramedic","paramedical","paramedicals","paramedico","paramedicos","paramedics","paramenstrua","paramenstruum","paramenstruums","parament","paramenta","paraments","paramese","parameses","parameter","parameterise","parameterised","parameterises","parameterising","parameterization","parameterizations","parameterize","parameterized","parameterizes","parameterizing","parameters","parametral","parametric","parametrical","parametrically","parametrisation","parametrise","parametrised","parametrises","parametrising","parametrization","parametrizations","parametrize","parametrized","parametrizes","parametrizing","paramilitaries","paramilitary","paramnesia","paramnesias","paramo","paramorph","paramorphic","paramorphine","paramorphines","paramorphism","paramorphisms","paramorphous","paramorphs","paramos","paramouncies","paramouncy","paramount","paramountcies","paramountcy","paramountly","paramounts","paramour","paramours","paramylum","paramylums","paramyxovirus","paramyxoviruses","paranephric","paranephros","paranephroses","paranete","paranetes","parang","parangs","paranoea","paranoeas","paranoeic","paranoeics","paranoia","paranoiac","paranoiacs","paranoias","paranoic","paranoically","paranoics","paranoid","paranoidal","paranoids","paranormal","paranormalities","paranormality","paranormally","paranormals","paranthelia","paranthelion","paranthropus","paranthropuses","paranym","paranymph","paranymphs","paranyms","parapara","paraparas","parapareses","paraparesis","paraparetic","parapente","parapentes","parapenting","parapentings","paraperiodic","parapet","parapeted","parapets","paraph","paraphasia","paraphasias","paraphasic","paraphed","paraphernalia","paraphilia","paraphiliac","paraphiliacs","paraphilias","paraphimoses","paraphimosis","paraphing","paraphonia","paraphonias","paraphonic","paraphrasable","paraphrase","paraphrased","paraphraser","paraphrasers","paraphrases","paraphrasing","paraphrast","paraphrastic","paraphrastical","paraphrastically","paraphrasts","paraphraxes","paraphraxia","paraphraxias","paraphraxis","paraphrenia","paraphrenias","paraphs","paraphysate","paraphyses","paraphysis","parapineal","paraplanner","paraplanners","paraplegia","paraplegias","paraplegic","paraplegics","parapodia","parapodial","parapodium","parapophyses","parapophysial","parapophysis","parapraxes","parapraxis","paraprofessional","paraprofessionals","parapsychic","parapsychical","parapsychism","parapsychisms","parapsychological","parapsychologies","parapsychologist","parapsychologists","parapsychology","parapsychoses","parapsychosis","paraquadrate","paraquadrates","paraquat","paraquats","paraquet","paraquets","paraquito","paraquitos","pararhyme","pararhymes","pararosaniline","pararosanilines","pararthria","pararthrias","paras","parasail","parasailed","parasailing","parasailings","parasails","parasang","parasangs","parascending","parascendings","parascenia","parascenium","parasceve","parasceves","parascience","parasciences","paraselenae","paraselene","paraselenic","parasexual","parasexualities","parasexuality","parashah","parashahs","parashioth","parashot","parashoth","parasitaemia","parasitaemias","parasite","parasites","parasitic","parasitical","parasitically","parasiticalness","parasiticidal","parasiticide","parasiticides","parasitisation","parasitisations","parasitise","parasitised","parasitises","parasitising","parasitism","parasitisms","parasitization","parasitizations","parasitize","parasitized","parasitizes","parasitizing","parasitoid","parasitoids","parasitologic","parasitological","parasitologically","parasitologies","parasitologist","parasitologists","parasitology","parasitoses","parasitosis","paraskiing","paraskiings","parasol","parasoled","parasols","parasphenoid","parasphenoids","parastatal","parastatals","parastichies","parastichous","parastichy","parasuicide","parasuicides","parasymbiont","parasymbionts","parasymbioses","parasymbiosis","parasymbiotic","parasympathetic","parasympathetics","parasympathomimetic","parasynapses","parasynapsis","parasynaptic","parasyntheses","parasynthesis","parasyntheta","parasynthetic","parasyntheton","paratactic","paratactical","paratactically","parataniwha","parataniwhas","parataxes","parataxis","paratha","parathas","paratheses","parathesis","parathion","parathions","parathormone","parathormones","parathyroid","parathyroidectomies","parathyroidectomized","parathyroidectomy","parathyroids","paratonic","paratroop","paratrooper","paratroopers","paratroops","paratungstic","paratyphoid","paratyphoids","paravail","paravane","paravanes","paravant","paravaunt","parawalker","parawalkers","parawing","parawings","paraxial","parazoa","parazoan","parazoans","parazoon","parbake","parbaked","parbakes","parbaking","parboil","parboiled","parboiling","parboils","parbreak","parbreaked","parbreaking","parbreaks","parbuckle","parbuckled","parbuckles","parbuckling","parcel","parceled","parceling","parcelled","parcelling","parcels","parcelwise","parcenaries","parcenary","parcener","parceners","parch","parched","parchedly","parchedness","parchednesses","parcheesi","parcheesis","parches","parchesi","parchesis","parching","parchisi","parchisis","parchment","parchmentise","parchmentised","parchmentises","parchmentising","parchmentize","parchmentized","parchmentizes","parchmentizing","parchments","parchmenty","parcimonies","parcimony","parclose","parcloses","pard","pardah","pardahs","pardal","pardale","pardales","pardalis","pardalises","pardalote","pardalotes","pardals","parded","pardee","pardi","pardie","pardine","pardner","pardners","pardon","pardonable","pardonableness","pardonablenesses","pardonably","pardoned","pardoner","pardoners","pardoning","pardonings","pardonless","pardons","pards","pardy","pare","parecious","parecism","parecisms","pared","paregoric","paregorics","pareidolia","pareidolias","pareira","pareiras","parella","parellas","parelle","parelles","parencephala","parencephalon","parenchyma","parenchymal","parenchymas","parenchymata","parenchymatous","pareneses","parenesis","parent","parentage","parentages","parental","parentally","parented","parenteral","parenterally","parentheses","parenthesis","parenthesise","parenthesised","parenthesises","parenthesising","parenthesize","parenthesized","parenthesizes","parenthesizing","parenthetic","parenthetical","parenthetically","parenthood","parenthoods","parenting","parentings","parentless","parents","pareo","pareos","parer","parera","pareras","parerga","parergon","parers","pares","pareses","paresis","paresthesia","paresthesias","paresthetic","paretic","paretics","pareu","pareus","parev","pareve","parfait","parfaits","parfleche","parfleches","parflesh","parfleshes","parfocal","parfocalise","parfocalised","parfocalises","parfocalising","parfocalities","parfocality","parfocalize","parfocalized","parfocalizes","parfocalizing","pargana","parganas","pargasite","pargasites","parge","parged","parges","parget","pargeted","pargeter","pargeters","pargeting","pargetings","pargets","pargetted","pargetter","pargetters","pargetting","pargettings","parging","pargings","pargo","pargos","pargyline","pargylines","parhelia","parheliacal","parhelic","parhelion","parhypate","parhypates","pariah","pariahs","parial","parials","parian","parians","paries","parietal","parietals","parietes","parimutuel","paring","parings","paripinnate","paris","parischan","parischane","parischanes","parischans","parises","parish","parishad","parishads","parishen","parishens","parishes","parishioner","parishioners","parison","parisons","parisyllabic","parities","paritor","paritors","parity","park","parka","parkade","parkades","parkas","parked","parkee","parkees","parker","parkers","parkette","parkettes","parki","parkie","parkier","parkies","parkiest","parkin","parking","parkings","parkins","parkinsonian","parkinsonism","parkinsonisms","parkis","parkish","parkland","parklands","parkleaves","parklike","parkly","parkour","parkours","parks","parkward","parkwards","parkway","parkways","parky","parlance","parlances","parlando","parlante","parlay","parlayed","parlaying","parlays","parle","parled","parlement","parlements","parles","parley","parleyed","parleyer","parleyers","parleying","parleys","parleyvoo","parleyvooed","parleyvooing","parleyvoos","parliament","parliamentarian","parliamentarians","parliamentarily","parliamentarism","parliamentary","parliamenting","parliamentings","parliaments","parlies","parling","parlor","parlors","parlour","parlours","parlous","parlously","parlousness","parlousnesses","parly","parmacitie","parmacities","parmesan","parmesans","parmigiana","parmigiano","paroccipital","parochial","parochialise","parochialised","parochialises","parochialising","parochialism","parochialisms","parochialities","parochiality","parochialize","parochialized","parochializes","parochializing","parochially","parochin","parochine","parochines","parochins","parodic","parodical","parodied","parodies","parodist","parodistic","parodists","parodoi","parodos","parody","parodying","paroecious","paroemia","paroemiac","paroemiacs","paroemial","paroemias","paroemiographer","paroemiography","paroemiologies","paroemiology","paroicous","parol","parolable","parole","paroled","parolee","parolees","paroles","paroling","parols","paronomasia","paronomasias","paronomasies","paronomastic","paronomastical","paronomasy","paronychia","paronychial","paronychias","paronym","paronymic","paronymies","paronymous","paronymously","paronyms","paronymy","paroquet","paroquets","parore","parores","parosmia","parosmias","parotic","parotid","parotides","parotiditic","parotiditis","parotiditises","parotids","parotis","parotitic","parotitis","parotitises","parotoid","parotoids","parous","parousia","parousias","paroxetine","paroxetines","paroxysm","paroxysmal","paroxysmally","paroxysmic","paroxysms","paroxytone","paroxytones","paroxytonic","parp","parpane","parpanes","parped","parpen","parpend","parpends","parpens","parpent","parpents","parping","parpoint","parpoints","parps","parquet","parqueted","parqueting","parquetries","parquetry","parquets","parquetted","parquetting","parr","parra","parrakeet","parrakeets","parral","parrals","parramatta","parramattas","parras","parred","parrel","parrels","parrhesia","parrhesias","parricidal","parricide","parricides","parridge","parridges","parried","parrier","parriers","parries","parring","parritch","parritches","parrock","parrocked","parrocking","parrocks","parroket","parrokets","parroquet","parroquets","parrot","parroted","parroter","parroters","parrotfish","parrotfishes","parroting","parrotries","parrotry","parrots","parroty","parrs","parry","parrying","pars","parsable","parse","parsec","parsecs","parsed","parser","parsers","parses","parsimonies","parsimonious","parsimoniously","parsimony","parsing","parsings","parsley","parsleyed","parsleys","parslied","parsnep","parsneps","parsnip","parsnips","parson","parsonage","parsonages","parsonic","parsonical","parsonish","parsons","part","partake","partaken","partaker","partakers","partakes","partaking","partakings","partan","partans","parted","parter","parterre","parterres","parters","parthenocarpic","parthenocarpies","parthenocarpous","parthenocarpy","parthenogeneses","parthenogenesis","parthenogenetic","parthenogenetically","parthenospore","parthenospores","parti","partial","partialise","partialised","partialises","partialising","partialism","partialisms","partialist","partialists","partialities","partiality","partialize","partialized","partializes","partializing","partialled","partialling","partially","partialness","partialnesses","partials","partibilities","partibility","partible","participable","participant","participantly","participants","participate","participated","participates","participating","participation","participational","participations","participative","participator","participators","participatory","participial","participially","participials","participle","participles","particle","particleboard","particleboards","particles","particular","particularise","particularised","particulariser","particularisers","particularises","particularising","particularism","particularisms","particularist","particularistic","particularists","particularities","particularity","particularization","particularizations","particularize","particularized","particularizer","particularizers","particularizes","particularizing","particularly","particularness","particulars","particulate","particulates","partied","partier","partiers","parties","partim","parting","partings","partis","partisan","partisanly","partisans","partisanship","partisanships","partita","partitas","partite","partition","partitioned","partitioner","partitioners","partitioning","partitionist","partitionists","partitionment","partitionments","partitions","partitive","partitively","partitives","partitura","partituras","partizan","partizans","partizanship","partizanships","partlet","partlets","partly","partner","partnered","partnering","partnerless","partners","partnership","partnerships","parton","partons","partook","partridge","partridgeberries","partridgeberry","partridges","parts","parture","partures","parturiencies","parturiency","parturient","parturients","parturifacient","parturition","parturitions","partway","partwork","partworks","party","partyer","partyers","partygoer","partygoers","partying","partyism","partyisms","parulides","parulis","parulises","parura","paruras","parure","parures","parureses","paruresis","parvanimities","parvanimity","parve","parvenu","parvenue","parvenues","parvenus","parvifoliate","parvis","parvise","parvises","parvo","parvolin","parvoline","parvolines","parvolins","parvos","parvovirus","parvoviruses","pas","pascal","pascals","paschal","paschals","pascual","pase","pasear","paseared","pasearing","pasears","pasela","paselas","paseo","paseos","pases","pash","pasha","pashadom","pashadoms","pashalic","pashalics","pashalik","pashaliks","pashas","pashed","pashes","pashim","pashims","pashing","pashka","pashkas","pashm","pashmina","pashminas","pashms","pasigraphic","pasigraphical","pasigraphies","pasigraphy","pasodoble","pasodobles","paspalum","paspalums","paspies","paspy","pasqueflower","pasqueflowers","pasquil","pasquilant","pasquilants","pasquiler","pasquilers","pasquilled","pasquilling","pasquils","pasquinade","pasquinaded","pasquinader","pasquinaders","pasquinades","pasquinading","pass","passable","passableness","passablenesses","passably","passacaglia","passacaglias","passade","passades","passado","passadoes","passados","passage","passaged","passager","passages","passageway","passageways","passagework","passageworks","passaging","passalong","passalongs","passament","passamented","passamenting","passaments","passamezzo","passamezzos","passant","passata","passatas","passband","passbands","passbook","passbooks","passe","passed","passee","passel","passels","passemeasure","passemeasures","passement","passemented","passementerie","passementeries","passementing","passements","passenger","passengers","passepied","passepieds","passer","passerby","passerine","passerines","passers","passersby","passes","passibilities","passibility","passible","passibleness","passiblenesses","passibly","passiflora","passifloraceous","passifloras","passim","passimeter","passimeters","passing","passingly","passings","passion","passional","passionals","passionaries","passionary","passionate","passionated","passionately","passionateness","passionatenesses","passionates","passionating","passioned","passionflower","passionflowers","passioning","passionless","passionlessly","passionlessness","passions","passivate","passivated","passivates","passivating","passivation","passivations","passive","passively","passiveness","passivenesses","passives","passivism","passivisms","passivist","passivists","passivities","passivity","passkey","passkeys","passless","passman","passmen","passment","passmented","passmenting","passments","passout","passouts","passover","passovers","passport","passports","passus","passuses","password","passwords","past","pasta","pastalike","pastance","pastances","pastas","paste","pasteboard","pasteboards","pasted","pastedown","pastedowns","pastel","pastelist","pastelists","pastellist","pastellists","pastels","paster","pastern","pasterns","pasters","pastes","pasteup","pasteups","pasteurella","pasteurellae","pasteurellas","pasteurisation","pasteurisations","pasteurise","pasteurised","pasteuriser","pasteurisers","pasteurises","pasteurising","pasteurism","pasteurisms","pasteurization","pasteurizations","pasteurize","pasteurized","pasteurizer","pasteurizers","pasteurizes","pasteurizing","pasticci","pasticcio","pasticcios","pastiche","pastiches","pasticheur","pasticheurs","pastie","pastier","pasties","pastiest","pastil","pastille","pastilles","pastils","pastily","pastime","pastimes","pastina","pastinas","pastiness","pastinesses","pasting","pastings","pastis","pastises","pastitsio","pastitsios","pastitso","pastitsos","pastless","pastness","pastnesses","pastor","pastoral","pastorale","pastorales","pastorali","pastoralism","pastoralisms","pastoralist","pastoralists","pastorally","pastoralness","pastoralnesses","pastorals","pastorate","pastorates","pastored","pastoring","pastorium","pastoriums","pastorly","pastors","pastorship","pastorships","pastourelle","pastourelles","pastrami","pastramis","pastries","pastromi","pastromis","pastry","pastrycook","pastrycooks","pasts","pasturable","pasturage","pasturages","pastural","pasture","pastured","pastureland","pasturelands","pastureless","pasturer","pasturers","pastures","pasturing","pasty","pat","pataca","patacas","patagia","patagial","patagium","pataka","patakas","patamar","patamars","pataphysics","patball","patballs","patch","patchable","patchboard","patchboards","patchcocke","patchcockes","patched","patcher","patcheries","patchers","patchery","patches","patchier","patchiest","patchily","patchiness","patchinesses","patching","patchings","patchocke","patchockes","patchouli","patchoulies","patchoulis","patchouly","patchwork","patchworked","patchworking","patchworks","patchy","pate","pated","patella","patellae","patellar","patellas","patellate","patellectomies","patellectomy","patelliform","paten","patencies","patency","patens","patent","patentabilities","patentability","patentable","patented","patentee","patentees","patenting","patently","patentor","patentors","patents","pater","patera","paterae","patercove","patercoves","paterero","patereroes","patereros","paterfamilias","paterfamiliases","paternal","paternalism","paternalisms","paternalist","paternalistic","paternalistically","paternalists","paternally","paternities","paternity","paternoster","paternosters","paters","pates","path","pathbreaking","pathed","pathetic","pathetical","pathetically","pathetics","pathfinder","pathfinders","pathfinding","pathfindings","pathic","pathics","pathing","pathless","pathlessness","pathlessnesses","pathname","pathnames","pathobiologies","pathobiology","pathogen","pathogene","pathogenes","pathogeneses","pathogenesis","pathogenetic","pathogenic","pathogenicities","pathogenicity","pathogenies","pathogenous","pathogens","pathogeny","pathognomies","pathognomonic","pathognomy","pathographies","pathography","pathologic","pathological","pathologically","pathologies","pathologise","pathologised","pathologises","pathologising","pathologist","pathologists","pathologize","pathologized","pathologizes","pathologizing","pathology","pathophobia","pathophobias","pathophysiologic","pathophysiological","pathophysiologies","pathophysiology","pathos","pathoses","paths","pathway","pathways","patible","patibulary","patience","patiences","patient","patiented","patienter","patientest","patienting","patiently","patients","patiki","patikis","patin","patina","patinae","patinaed","patinas","patinate","patinated","patinates","patinating","patination","patinations","patine","patined","patines","patining","patinise","patinised","patinises","patinising","patinize","patinized","patinizes","patinizing","patins","patio","patios","patisserie","patisseries","patissier","patissiers","patka","patkas","patly","patness","patnesses","patois","patonce","patootie","patooties","patresfamilias","patrial","patrialisation","patrialisations","patrialise","patrialised","patrialises","patrialising","patrialism","patrialisms","patrialities","patriality","patrialization","patrializations","patrialize","patrialized","patrializes","patrializing","patrials","patriarch","patriarchal","patriarchalism","patriarchalisms","patriarchally","patriarchate","patriarchates","patriarchies","patriarchism","patriarchisms","patriarchs","patriarchy","patriate","patriated","patriates","patriating","patriation","patriations","patrician","patricianly","patricians","patriciate","patriciates","patricidal","patricide","patricides","patrick","patricks","patriclinic","patriclinous","patrico","patricoes","patrifocal","patrifocalities","patrifocality","patrilineage","patrilineages","patrilineal","patrilineally","patrilinear","patrilinearly","patrilinies","patriliny","patrilocal","patrilocally","patrimonial","patrimonially","patrimonies","patrimony","patriot","patriotic","patriotically","patriotism","patriotisms","patriots","patristic","patristical","patristically","patristicism","patristicisms","patristics","patroclinal","patroclinic","patroclinies","patroclinous","patrocliny","patrol","patrolled","patroller","patrollers","patrolling","patrolman","patrolmen","patrological","patrologies","patrologist","patrologists","patrology","patrols","patrolwoman","patrolwomen","patron","patronage","patronaged","patronages","patronaging","patronal","patroness","patronesses","patronisation","patronisations","patronise","patronised","patroniser","patronisers","patronises","patronising","patronisingly","patronization","patronizations","patronize","patronized","patronizer","patronizers","patronizes","patronizing","patronizingly","patronless","patronly","patronne","patronnes","patrons","patronymic","patronymics","patroon","patroons","patroonship","patroonships","pats","patsies","patsy","pattamar","pattamars","patte","patted","pattee","patten","pattened","pattening","pattens","patter","pattered","patterer","patterers","pattering","pattern","patterned","patterning","patternings","patternless","patterns","patters","pattes","pattie","patties","patting","pattle","pattles","pattress","pattresses","patty","pattypan","pattypans","patu","patulent","patulin","patulins","patulous","patulously","patulousness","patulousnesses","patus","patutuki","patutukis","paty","patzer","patzers","paua","pauas","paucal","paucals","pauciloquent","paucities","paucity","paughtier","paughtiest","paughty","paul","pauldron","pauldrons","paulin","paulins","paulownia","paulownias","pauls","paunce","paunces","paunch","paunched","paunches","paunchier","paunchiest","paunchiness","paunchinesses","paunching","paunchy","pauper","paupered","pauperess","pauperesses","paupering","pauperisation","pauperisations","pauperise","pauperised","pauperises","pauperising","pauperism","pauperisms","pauperization","pauperizations","pauperize","pauperized","pauperizes","pauperizing","paupers","paupiette","paupiettes","pauropod","pauropods","pausal","pause","paused","pauseful","pausefully","pauseless","pauselessly","pauser","pausers","pauses","pausing","pausingly","pausings","pav","pavage","pavages","pavan","pavane","pavanes","pavans","pave","paved","paveed","pavement","pavemented","pavementing","pavements","paven","pavens","paver","pavers","paves","pavid","pavilion","pavilioned","pavilioning","pavilions","pavillon","pavillons","pavin","paving","pavings","pavins","pavior","paviors","paviour","paviours","pavis","pavise","paviser","pavisers","pavises","pavisse","pavisses","pavlova","pavlovas","pavonazzo","pavonazzos","pavone","pavones","pavonian","pavonine","pavs","paw","pawa","pawas","pawaw","pawawed","pawawing","pawaws","pawed","pawer","pawers","pawing","pawk","pawkier","pawkiest","pawkily","pawkiness","pawkinesses","pawks","pawky","pawl","pawls","pawn","pawnable","pawnage","pawnages","pawnbroker","pawnbrokers","pawnbroking","pawnbrokings","pawnce","pawnces","pawned","pawnee","pawnees","pawner","pawners","pawning","pawnor","pawnors","pawns","pawnshop","pawnshops","pawnticket","pawntickets","pawpaw","pawpaws","paws","pax","paxes","paxiuba","paxiubas","paxwax","paxwaxes","pay","payable","payables","payably","payback","paybacks","paycheck","paychecks","payday","paydays","payed","payee","payees","payer","payers","payfone","payfones","paygrade","paygrades","paying","payings","paylist","paylists","payload","payloads","paymaster","paymasters","payment","payments","paynim","paynimries","paynimry","paynims","payoff","payoffs","payola","payolas","payor","payors","payout","payouts","payphone","payphones","payroll","payrolls","pays","paysage","paysages","paysagist","paysagists","paysd","payslip","payslips","pazazz","pazazzes","pazzazz","pazzazzes","pe","pea","peaberries","peaberry","peace","peaceable","peaceableness","peaceablenesses","peaceably","peaced","peaceful","peacefuller","peacefullest","peacefully","peacefulness","peacefulnesses","peacekeeper","peacekeepers","peacekeeping","peacekeepings","peaceless","peacelessness","peacelessnesses","peacemaker","peacemakers","peacemaking","peacemakings","peacenik","peaceniks","peaces","peacetime","peacetimes","peach","peachblow","peachblows","peached","peacher","peacherino","peacherinos","peachers","peaches","peachier","peachiest","peachily","peachiness","peachinesses","peaching","peachy","peacing","peacoat","peacoats","peacock","peacocked","peacockeries","peacockery","peacockier","peacockiest","peacocking","peacockish","peacocks","peacocky","peacod","peacods","peafowl","peafowls","peag","peage","peages","peags","peahen","peahens","peak","peaked","peakedness","peakednesses","peakier","peakiest","peaking","peakish","peakless","peaklike","peaks","peaky","peal","pealed","pealike","pealing","peals","pean","peaned","peaning","peans","peanut","peanuts","peapod","peapods","pear","pearce","pearced","pearces","pearcing","peare","peares","pearl","pearlash","pearlashes","pearled","pearler","pearlers","pearlescence","pearlescences","pearlescent","pearlier","pearlies","pearliest","pearlin","pearliness","pearlinesses","pearling","pearlings","pearlins","pearlised","pearlite","pearlites","pearlitic","pearlized","pearls","pearlwort","pearlworts","pearly","pearmain","pearmains","pearmonger","pearmongers","pears","pearst","peart","pearter","peartest","peartly","peartness","peartnesses","pearwood","pearwoods","peas","peasant","peasantries","peasantry","peasants","peasanty","peascod","peascods","pease","peasecod","peasecods","peased","peasen","peases","peashooter","peashooters","peasing","peason","peasouper","peasoupers","peat","peataries","peatary","peateries","peatery","peatier","peatiest","peatland","peatlands","peatman","peatmen","peats","peatship","peatships","peaty","peavey","peaveys","peavies","peavy","peaze","peazed","peazes","peazing","peba","pebas","pebble","pebbled","pebbledash","pebbledashed","pebbledashes","pebbledashing","pebbles","pebblier","pebbliest","pebbling","pebblings","pebbly","pebrine","pebrines","pec","pecan","pecans","peccabilities","peccability","peccable","peccadillo","peccadilloes","peccadillos","peccancies","peccancy","peccant","peccantly","peccaries","peccary","peccavi","peccavis","pech","pechan","pechans","peched","peching","pechs","peck","pecke","pecked","pecker","peckers","peckerwood","peckerwoods","peckes","peckier","peckiest","pecking","peckings","peckish","peckishly","peckishness","peckishnesses","pecks","pecky","pecorini","pecorino","pecorinos","pecs","pectase","pectases","pectate","pectates","pecten","pectens","pectic","pectin","pectinaceous","pectinal","pectinate","pectinated","pectinately","pectination","pectinations","pectineal","pectines","pectinesterase","pectinesterases","pectinous","pectins","pectisable","pectisation","pectisations","pectise","pectised","pectises","pectising","pectizable","pectization","pectizations","pectize","pectized","pectizes","pectizing","pectolite","pectolites","pectoral","pectorally","pectorals","pectoriloquies","pectoriloquy","pectose","pectoses","peculate","peculated","peculates","peculating","peculation","peculations","peculator","peculators","peculia","peculiar","peculiarise","peculiarised","peculiarises","peculiarising","peculiarities","peculiarity","peculiarize","peculiarized","peculiarizes","peculiarizing","peculiarly","peculiars","peculium","pecuniarily","pecuniary","pecunious","ped","pedagog","pedagogic","pedagogical","pedagogically","pedagogics","pedagogies","pedagogism","pedagogisms","pedagogs","pedagogue","pedagogued","pedagogueries","pedagoguery","pedagogues","pedagoguing","pedagoguish","pedagoguishness","pedagoguism","pedagoguisms","pedagogy","pedal","pedaled","pedaler","pedalers","pedalfer","pedalfers","pedalier","pedaliers","pedaling","pedalled","pedaller","pedallers","pedalling","pedallings","pedalo","pedaloes","pedalos","pedals","pedant","pedantic","pedantical","pedantically","pedanticise","pedanticised","pedanticises","pedanticising","pedanticism","pedanticisms","pedanticize","pedanticized","pedanticizes","pedanticizing","pedantise","pedantised","pedantises","pedantising","pedantism","pedantisms","pedantize","pedantized","pedantizes","pedantizing","pedantocracies","pedantocracy","pedantocrat","pedantocratic","pedantocrats","pedantries","pedantry","pedants","pedate","pedately","pedatifid","pedder","pedders","peddle","peddled","peddler","peddleries","peddlers","peddlery","peddles","peddling","peddlings","pederast","pederastic","pederasties","pederasts","pederasty","pederero","pedereroes","pedereros","pedes","pedeses","pedesis","pedestal","pedestaled","pedestaling","pedestalled","pedestalling","pedestals","pedestrian","pedestrianise","pedestrianised","pedestrianises","pedestrianising","pedestrianism","pedestrianisms","pedestrianize","pedestrianized","pedestrianizes","pedestrianizing","pedestrians","pedetentous","pedetic","pediatric","pediatrician","pediatricians","pediatrics","pediatrist","pediatrists","pedicab","pedicabs","pedicel","pedicellaria","pedicellariae","pedicellate","pedicels","pedicle","pedicled","pedicles","pedicular","pediculate","pediculated","pediculates","pediculation","pediculations","pediculi","pediculoses","pediculosis","pediculosises","pediculous","pediculus","pedicure","pedicured","pedicures","pedicuring","pedicurist","pedicurists","pediform","pedigree","pedigreed","pedigrees","pediment","pedimental","pedimented","pediments","pedipalp","pedipalpi","pedipalps","pedipalpus","pedlar","pedlaries","pedlars","pedlary","pedler","pedleries","pedlers","pedlery","pedocal","pedocalic","pedocals","pedogeneses","pedogenesis","pedogenetic","pedogenic","pedologic","pedological","pedologies","pedologist","pedologists","pedology","pedometer","pedometers","pedophile","pedophiles","pedophilia","pedophiliac","pedophiliacs","pedophilias","pedophilic","pedorthic","pedrail","pedrails","pedrero","pedreroes","pedreros","pedro","pedros","peds","peduncle","peduncled","peduncles","peduncular","pedunculate","pedunculated","pedunculation","pedunculations","pee","peebeen","peebeens","peece","peeces","peed","peeing","peek","peekabo","peekaboo","peekaboos","peekabos","peekapoo","peekapoos","peeked","peeking","peeks","peel","peelable","peeled","peeler","peelers","peelgarlic","peelgarlics","peeling","peelings","peels","peen","peened","peenge","peenged","peengeing","peenges","peenging","peening","peens","peeoy","peeoys","peep","peepe","peeped","peeper","peepers","peepes","peephole","peepholes","peeping","peeps","peepshow","peepshows","peepul","peepuls","peer","peerage","peerages","peered","peeress","peeresses","peerie","peerier","peeries","peeriest","peering","peerless","peerlessly","peerlessness","peerlessnesses","peers","peery","pees","peesweep","peesweeps","peetweet","peetweets","peeve","peeved","peever","peevers","peeves","peeving","peevish","peevishly","peevishness","peevishnesses","peewee","peewees","peewit","peewits","peg","pegasus","pegasuses","pegboard","pegboards","pegbox","pegboxes","pegged","peggies","pegging","peggings","peggy","pegh","peghed","peghing","peghs","peglegged","pegless","peglike","pegmatite","pegmatites","pegmatitic","pegs","peh","pehs","peignoir","peignoirs","pein","peinct","peincted","peincting","peincts","peined","peining","peins","peirastic","peirastically","peise","peised","peises","peishwa","peishwah","peishwahs","peishwas","peising","peize","peized","peizes","peizing","pejorate","pejorated","pejorates","pejorating","pejoration","pejorations","pejorative","pejoratively","pejoratives","pekan","pekans","peke","pekepoo","pekepoos","pekes","pekin","pekins","pekoe","pekoes","pel","pela","pelage","pelages","pelagial","pelagian","pelagians","pelagic","pelagics","pelargonic","pelargonium","pelargoniums","pelas","pele","pelecypod","pelecypods","pelerine","pelerines","peles","pelf","pelfs","pelham","pelhams","pelican","pelicans","pelisse","pelisses","pelite","pelites","pelitic","pell","pellach","pellachs","pellack","pellacks","pellagra","pellagras","pellagrin","pellagrins","pellagrous","pellet","pelletal","pelleted","pelletified","pelletifies","pelletify","pelletifying","pelleting","pelletisation","pelletisations","pelletise","pelletised","pelletiser","pelletisers","pelletises","pelletising","pelletization","pelletizations","pelletize","pelletized","pelletizer","pelletizers","pelletizes","pelletizing","pellets","pellicle","pellicles","pellicular","pellitories","pellitory","pellmell","pellmells","pellock","pellocks","pells","pellucid","pellucidities","pellucidity","pellucidly","pellucidness","pellucidnesses","pellum","pellums","pelma","pelmanism","pelmanisms","pelmas","pelmatic","pelmet","pelmets","peloid","peloids","pelologies","pelology","pelon","peloria","pelorian","pelorias","peloric","pelories","pelorised","pelorism","pelorisms","pelorized","pelorus","peloruses","pelory","pelota","pelotas","pelotherapies","pelotherapy","peloton","pelotons","pels","pelt","pelta","peltae","peltas","peltast","peltasts","peltate","peltately","peltation","peltations","pelted","pelter","peltered","peltering","pelters","pelting","peltingly","peltings","peltless","peltmonger","peltmongers","peltries","peltry","pelts","pelves","pelvic","pelvics","pelviform","pelvimeter","pelvimeters","pelvimetries","pelvimetry","pelvis","pelvises","pelycosaur","pelycosaurs","pembina","pembinas","pembroke","pembrokes","pemican","pemicans","pemmican","pemmicans","pemoline","pemolines","pemphigoid","pemphigous","pemphigus","pemphiguses","pemphix","pemphixes","pen","penal","penalisation","penalisations","penalise","penalised","penalises","penalising","penalities","penality","penalization","penalizations","penalize","penalized","penalizes","penalizing","penally","penalties","penalty","penance","penanced","penances","penancing","penang","penangs","penannular","penates","pence","pencel","pencels","pences","penchant","penchants","pencil","penciled","penciler","pencilers","penciling","pencilings","pencilled","penciller","pencillers","pencilling","pencillings","pencils","pencraft","pencrafts","pend","pendant","pendantly","pendants","pended","pendencies","pendency","pendent","pendentive","pendentives","pendently","pendents","pendicle","pendicler","pendiclers","pendicles","pending","pendragon","pendragons","pendragonship","pendragonships","pends","pendu","pendular","pendulate","pendulated","pendulates","pendulating","pendule","pendules","penduline","pendulosities","pendulosity","pendulous","pendulously","pendulousness","pendulousnesses","pendulum","pendulums","pene","pened","penelopise","penelopised","penelopises","penelopising","penelopize","penelopized","penelopizes","penelopizing","peneplain","peneplains","peneplanation","peneplanations","peneplane","peneplanes","penes","penetrabilities","penetrability","penetrable","penetrableness","penetrably","penetralia","penetralian","penetrance","penetrances","penetrancies","penetrancy","penetrant","penetrants","penetrate","penetrated","penetrates","penetrating","penetratingly","penetration","penetrations","penetrative","penetratively","penetrativeness","penetrator","penetrators","penetrometer","penetrometers","penfold","penfolds","penful","penfuls","pengo","pengos","penguin","penguineries","penguinery","penguinries","penguinry","penguins","penholder","penholders","peni","penial","penicil","penicillamine","penicillamines","penicillate","penicillately","penicillation","penicillations","penicillia","penicilliform","penicillin","penicillinase","penicillinases","penicillins","penicillium","penicilliums","penicils","penie","penies","penile","penill","penillion","pening","peninsula","peninsular","peninsularities","peninsularity","peninsulas","peninsulate","peninsulated","peninsulates","peninsulating","penis","penises","penistone","penistones","penitence","penitences","penitencies","penitency","penitent","penitential","penitentially","penitentials","penitentiaries","penitentiary","penitently","penitents","penk","penknife","penknives","penks","penlight","penlights","penlite","penlites","penman","penmanship","penmanships","penmen","penna","pennaceous","pennae","pennal","pennalism","pennalisms","pennals","penname","pennames","pennant","pennants","pennate","pennated","pennatula","pennatulaceous","pennatulae","pennatulas","penne","penned","penneech","penneechs","penneeck","penneecks","penner","penners","pennes","penni","pennia","pennied","pennies","penniform","penniless","pennilessly","pennilessness","pennilessnesses","pennill","pennillion","pennine","pennines","penning","penninite","penninites","pennis","pennon","pennoncel","pennoncelle","pennoncelles","pennoncels","pennoned","pennons","penny","pennyboy","pennyboys","pennycress","pennycresses","pennyfee","pennyfees","pennyland","pennylands","pennyroyal","pennyroyals","pennyweight","pennyweights","pennywhistle","pennywhistles","pennywinkle","pennywinkles","pennywise","pennywort","pennyworth","pennyworths","pennyworts","penoche","penoches","penological","penologically","penologies","penologist","penologists","penology","penoncel","penoncelle","penoncelles","penoncels","penpoint","penpoints","penpusher","penpushers","penpushing","penpushings","pens","pensee","pensees","pensel","pensels","pensieroso","pensil","pensile","pensileness","pensilenesses","pensilities","pensility","pensils","pension","pensionable","pensionaries","pensionary","pensione","pensioned","pensioneer","pensioner","pensioners","pensiones","pensioning","pensionless","pensionnat","pensionnats","pensions","pensive","pensively","pensiveness","pensivenesses","penstemon","penstemons","penster","pensters","penstock","penstocks","pensum","pensums","pent","pentabarbital","pentabarbitals","pentachlorophenol","pentachlorophenols","pentachord","pentachords","pentacle","pentacles","pentacrinoid","pentacrinoids","pentact","pentactinal","pentacts","pentacyclic","pentad","pentadactyl","pentadactyle","pentadactyles","pentadactylic","pentadactylies","pentadactylism","pentadactylisms","pentadactylous","pentadactyls","pentadactyly","pentadelphous","pentadic","pentads","pentagon","pentagonal","pentagonally","pentagonals","pentagons","pentagram","pentagrams","pentagraph","pentagraphs","pentagynian","pentagynous","pentahedra","pentahedral","pentahedron","pentahedrons","pentalogies","pentalogy","pentalpha","pentalphas","pentameries","pentamerism","pentamerisms","pentamerous","pentamery","pentameter","pentameters","pentamidine","pentamidines","pentandrian","pentandrous","pentane","pentanes","pentangle","pentangles","pentangular","pentanoic","pentanol","pentanols","pentapeptide","pentapeptides","pentaploid","pentaploidies","pentaploids","pentaploidy","pentapodic","pentapodies","pentapody","pentapolis","pentapolises","pentapolitan","pentaprism","pentaprisms","pentaquark","pentaquarks","pentarch","pentarchical","pentarchies","pentarchs","pentarchy","pentastich","pentastichous","pentastichs","pentastyle","pentastyles","pentasyllabic","pentateuchal","pentathla","pentathlete","pentathletes","pentathlon","pentathlons","pentathlum","pentathlums","pentatomic","pentatonic","pentavalent","pentazocine","pentazocines","penteconter","penteconters","pentene","pentenes","penteteric","penthemimer","penthemimeral","penthemimers","penthia","penthias","penthouse","penthoused","penthouses","penthousing","pentice","penticed","pentices","penticing","pentimenti","pentimento","pentise","pentised","pentises","pentising","pentiti","pentito","pentlandite","pentlandites","pentobarbital","pentobarbitals","pentobarbitone","pentobarbitones","pentode","pentodes","pentomic","pentosan","pentosane","pentosanes","pentosans","pentose","pentoses","pentoside","pentosides","pentoxide","pentoxides","pentroof","pentroofs","pents","pentstemon","pentstemons","pentyl","pentylene","pentylenes","pentylenetetrazol","pentylenetetrazols","pentyls","penuche","penuches","penuchi","penuchis","penuchle","penuchles","penuckle","penuckles","penult","penultima","penultimas","penultimate","penultimately","penultimates","penults","penumbra","penumbrae","penumbral","penumbras","penumbrous","penuries","penurious","penuriously","penuriousness","penuriousnesses","penury","penwoman","penwomen","peon","peonage","peonages","peones","peonies","peonism","peonisms","peons","peony","people","peopled","peoplehood","peoplehoods","peopleless","peopler","peoplers","peoples","peopling","pep","peperino","peperinos","peperomia","peperomias","peperoni","peperonis","pepful","pepino","pepinos","pepla","peplos","peploses","peplum","peplumed","peplums","peplus","pepluses","pepo","peponida","peponidas","peponium","peponiums","pepos","pepped","pepper","pepperbox","pepperboxes","peppercorn","peppercorns","peppercorny","peppered","pepperer","pepperers","peppergrass","peppergrasses","pepperidge","pepperidges","pepperier","pepperiest","pepperiness","pepperinesses","peppering","pepperings","peppermill","peppermills","peppermint","peppermints","pepperminty","pepperoni","pepperonis","peppers","peppertree","peppertrees","pepperwort","pepperworts","peppery","peppier","peppiest","peppily","peppiness","peppinesses","pepping","peppy","peps","pepsin","pepsinate","pepsinated","pepsinates","pepsinating","pepsine","pepsines","pepsinogen","pepsinogens","pepsins","peptalk","peptalked","peptalking","peptalks","peptic","pepticities","pepticity","peptics","peptid","peptidase","peptidases","peptide","peptides","peptidic","peptidoglycan","peptidoglycans","peptids","peptisable","peptisation","peptisations","peptise","peptised","peptiser","peptisers","peptises","peptising","peptizable","peptization","peptizations","peptize","peptized","peptizer","peptizers","peptizes","peptizing","peptone","peptones","peptonic","peptonisation","peptonisations","peptonise","peptonised","peptoniser","peptonisers","peptonises","peptonising","peptonization","peptonizations","peptonize","peptonized","peptonizer","peptonizers","peptonizes","peptonizing","pequiste","pequistes","per","peracid","peracidities","peracidity","peracids","peracute","peradventure","peradventures","peraea","peraeon","peraeons","peraeopod","peraeopods","perai","perais","perambulate","perambulated","perambulates","perambulating","perambulation","perambulations","perambulator","perambulators","perambulatory","perborate","perborates","percale","percales","percaline","percalines","percase","perce","perceable","perceant","perced","perceivability","perceivable","perceivably","perceive","perceived","perceiver","perceivers","perceives","perceiving","perceivings","percen","percent","percentage","percentages","percental","percentile","percentiles","percents","percept","perceptibilities","perceptibility","perceptible","perceptibly","perception","perceptional","perceptions","perceptive","perceptively","perceptiveness","perceptivenesses","perceptivities","perceptivity","percepts","perceptual","perceptually","perces","perch","perchance","perched","percher","percheries","percheron","percherons","perchers","perchery","perches","perching","perchings","perchlorate","perchlorates","perchloric","perchloride","perchlorides","perchloroethene","perchloroethylene","perchloroethylenes","perciform","percine","percing","percipience","percipiences","percipiencies","percipiency","percipient","percipiently","percipients","percoct","percoid","percoidean","percoideans","percoids","percolable","percolate","percolated","percolates","percolating","percolation","percolations","percolative","percolator","percolators","percolin","percolins","percurrent","percursory","percuss","percussant","percussed","percusses","percussing","percussion","percussional","percussionist","percussionists","percussions","percussive","percussively","percussiveness","percussivenesses","percussor","percussors","percutaneous","percutaneously","percutient","percutients","perdendo","perdendosi","perdie","perdition","perditionable","perditions","perdu","perdue","perduellion","perduellions","perdues","perdurabilities","perdurability","perdurable","perdurably","perdurance","perdurances","perduration","perdurations","perdure","perdured","perdures","perduring","perdus","perdy","pere","perea","peregal","peregals","peregrin","peregrinate","peregrinated","peregrinates","peregrinating","peregrination","peregrinations","peregrinator","peregrinators","peregrinatory","peregrine","peregrines","peregrinities","peregrinity","peregrins","pereia","pereion","pereions","pereiopod","pereiopods","pereira","pereiras","peremptorily","peremptoriness","peremptorinesses","peremptory","perennate","perennated","perennates","perennating","perennation","perennations","perennial","perennialities","perenniality","perennially","perennials","perennibranch","perennibranchs","perennities","perennity","perentie","perenties","perenty","pereon","pereons","pereopod","pereopods","peres","perestroika","perestroikas","perfay","perfect","perfecta","perfectas","perfectation","perfectations","perfected","perfecter","perfecters","perfectest","perfecti","perfectibilian","perfectibilians","perfectibilism","perfectibilisms","perfectibilist","perfectibilists","perfectibilities","perfectibility","perfectible","perfecting","perfection","perfectionate","perfectionated","perfectionates","perfectionating","perfectionism","perfectionisms","perfectionist","perfectionistic","perfectionists","perfections","perfective","perfectively","perfectiveness","perfectivenesses","perfectives","perfectivities","perfectivity","perfectly","perfectness","perfectnesses","perfecto","perfector","perfectors","perfectos","perfects","perfervid","perfervidities","perfervidity","perfervidly","perfervidness","perfervidnesses","perfervor","perfervors","perfervour","perfervours","perfet","perficient","perfidies","perfidious","perfidiously","perfidiousness","perfidiousnesses","perfidy","perfin","perfing","perfings","perfins","perfluorocarbon","perfoliate","perfoliation","perfoliations","perforable","perforans","perforanses","perforant","perforate","perforated","perforates","perforating","perforation","perforations","perforative","perforator","perforators","perforatory","perforatus","perforatuses","perforce","perform","performabilities","performability","performable","performance","performances","performative","performatively","performatives","performatory","performed","performer","performers","performing","performings","performs","perfume","perfumed","perfumeless","perfumer","perfumeries","perfumers","perfumery","perfumes","perfumier","perfumiers","perfuming","perfumy","perfunctorily","perfunctoriness","perfunctorinesses","perfunctory","perfusate","perfusates","perfuse","perfused","perfuses","perfusing","perfusion","perfusionist","perfusionists","perfusions","perfusive","pergameneous","pergamentaceous","pergola","pergolas","pergunnah","pergunnahs","perhaps","perhapses","peri","periagua","periaguas","periaktoi","periaktos","perianth","perianths","periapses","periapsis","periapt","periapts","periastron","periastrons","periblast","periblasts","periblem","periblems","periboli","periboloi","peribolos","peribolus","pericardia","pericardiac","pericardial","pericardian","pericarditic","pericarditides","pericarditis","pericarditises","pericardium","pericardiums","pericarp","pericarpial","pericarpic","pericarps","pericenter","pericenters","pericentral","pericentre","pericentres","pericentric","perichaetia","perichaetial","perichaetium","perichondral","perichondria","perichondrial","perichondrium","perichoreses","perichoresis","perichylous","periclase","periclases","periclastic","periclinal","pericline","periclines","periclitate","periclitated","periclitates","periclitating","pericon","pericones","pericopae","pericopal","pericope","pericopes","pericopic","pericrania","pericranial","pericranium","pericraniums","periculous","pericycle","pericycles","pericyclic","pericynthia","pericynthion","pericynthions","periderm","peridermal","peridermic","periderms","peridesmia","peridesmium","peridia","peridial","peridinia","peridinian","peridinians","peridinium","peridiniums","peridium","peridiums","peridot","peridote","peridotes","peridotic","peridotite","peridotites","peridotitic","peridots","peridrome","peridromes","periegeses","periegesis","perigastric","perigastritis","perigastritises","perigeal","perigean","perigee","perigees","perigeneses","perigenesis","periglacial","perigon","perigone","perigones","perigonia","perigonial","perigonium","perigons","perigynies","perigynous","perigyny","perihelia","perihelial","perihelion","perihepatic","perihepatitis","perihepatitises","perikarya","perikaryal","perikaryon","peril","periled","periling","perilla","perillas","perilled","perilling","perilous","perilously","perilousness","perilousnesses","perils","perilune","perilunes","perilymph","perilymphs","perimenopausal","perimenopause","perimenopauses","perimeter","perimeters","perimetral","perimetric","perimetrical","perimetrically","perimetries","perimetry","perimorph","perimorphic","perimorphism","perimorphisms","perimorphous","perimorphs","perimysia","perimysium","perimysiums","perinaeum","perinaeums","perinatal","perinatally","perinea","perineal","perinephria","perinephric","perinephritis","perinephritises","perinephrium","perineum","perineums","perineural","perineuria","perineurial","perineuritic","perineuritis","perineuritises","perineurium","period","periodate","periodates","perioded","periodic","periodical","periodicalist","periodicalists","periodically","periodicals","periodicities","periodicity","periodid","periodide","periodides","periodids","perioding","periodisation","periodisations","periodise","periodised","periodises","periodising","periodization","periodizations","periodize","periodized","periodizes","periodizing","periodontal","periodontally","periodontia","periodontias","periodontic","periodontically","periodontics","periodontist","periodontists","periodontitis","periodontitises","periodontologies","periodontology","periods","perionychia","perionychium","periost","periostea","periosteal","periosteum","periostites","periostitic","periostitides","periostitis","periostitises","periostracum","periostracums","periosts","periotic","periotics","peripatetic","peripatetical","peripatetically","peripateticism","peripateticisms","peripatetics","peripatus","peripatuses","peripeteia","peripeteian","peripeteias","peripetia","peripetian","peripetias","peripeties","peripety","peripheral","peripheralities","peripherality","peripherally","peripherals","peripheric","peripherical","peripheries","periphery","periphonic","periphrase","periphrased","periphrases","periphrasing","periphrasis","periphrastic","periphrastical","periphrastically","periphytic","periphyton","periphytons","periplasm","periplasms","periplast","periplasts","periplus","peripluses","periproct","periprocts","peripter","peripteral","peripteries","peripters","periptery","perique","periques","peris","perisarc","perisarcal","perisarcous","perisarcs","periscian","periscians","periscope","periscopes","periscopic","periscopically","periselenia","periselenium","perish","perishabilities","perishability","perishable","perishableness","perishables","perishably","perished","perisher","perishers","perishes","perishing","perishingly","perisperm","perispermal","perispermic","perisperms","perispomenon","perispomenons","perissodactyl","perissodactyle","perissodactyles","perissodactylic","perissodactyls","perissologies","perissology","perissosyllabic","peristalith","peristaliths","peristalses","peristalsis","peristaltic","peristaltically","peristerite","peristerites","peristeronic","peristomal","peristomatic","peristome","peristomes","peristomial","peristrephic","peristylar","peristyle","peristyles","peritectic","perithecia","perithecial","perithecium","periti","peritonaea","peritonaeal","peritonaeum","peritonaeums","peritonea","peritoneal","peritoneally","peritoneoscopy","peritoneum","peritoneums","peritonites","peritonitic","peritonitides","peritonitis","peritonitises","peritrack","peritracks","peritrich","peritricha","peritrichous","peritrichously","peritrichs","peritus","perityphlitis","perityphlitises","perivitelline","periwig","periwigged","periwigging","periwigs","periwinkle","periwinkles","perjink","perjinkety","perjinkities","perjinkity","perjure","perjured","perjurer","perjurers","perjures","perjuries","perjuring","perjurious","perjuriously","perjurous","perjury","perk","perked","perkier","perkiest","perkily","perkin","perkiness","perkinesses","perking","perkins","perkish","perks","perky","perlemoen","perlemoens","perlite","perlites","perlitic","perlocution","perlocutionary","perlocutions","perlous","perlustrate","perlustrated","perlustrates","perlustrating","perlustration","perlustrations","perm","permaculture","permacultures","permafrost","permafrosts","permalink","permalinks","permalloy","permalloys","permanence","permanences","permanencies","permanency","permanent","permanently","permanentness","permanentnesses","permanents","permanganate","permanganates","permanganic","permatan","permatans","permeabilities","permeability","permeable","permeableness","permeablenesses","permeably","permeameter","permeameters","permeance","permeances","permeant","permeants","permease","permeases","permeate","permeated","permeates","permeating","permeation","permeations","permeative","permeator","permeators","permed","permethrin","permethrins","permian","permie","permies","permillage","permillages","perming","permissibilities","permissibility","permissible","permissibleness","permissiblenesses","permissibly","permission","permissions","permissive","permissively","permissiveness","permissivenesses","permit","permits","permittance","permittances","permitted","permittee","permittees","permitter","permitters","permitting","permittivities","permittivity","perms","permutabilities","permutability","permutable","permutableness","permutably","permutate","permutated","permutates","permutating","permutation","permutational","permutations","permute","permuted","permutes","permuting","pern","pernancies","pernancy","pernicious","perniciously","perniciousness","perniciousnesses","pernicketiness","pernickety","pernio","perniones","pernoctate","pernoctated","pernoctates","pernoctating","pernoctation","pernoctations","pernod","pernods","perns","perogi","perogies","perone","peroneal","perones","peroneus","peroneuses","peroral","perorally","perorate","perorated","perorates","perorating","peroration","perorational","perorations","perorator","perorators","perovskia","perovskias","perovskite","perovskites","peroxid","peroxidase","peroxidases","peroxidation","peroxidations","peroxide","peroxided","peroxides","peroxidic","peroxiding","peroxidise","peroxidised","peroxidises","peroxidising","peroxidize","peroxidized","peroxidizes","peroxidizing","peroxids","peroxisomal","peroxisome","peroxisomes","peroxo","peroxy","peroxysulphuric","perp","perpend","perpended","perpendicular","perpendicularities","perpendicularity","perpendicularly","perpendiculars","perpending","perpends","perpent","perpents","perpetrable","perpetrate","perpetrated","perpetrates","perpetrating","perpetration","perpetrations","perpetrator","perpetrators","perpetuable","perpetual","perpetualism","perpetualisms","perpetualist","perpetualists","perpetualities","perpetuality","perpetually","perpetuals","perpetuance","perpetuances","perpetuate","perpetuated","perpetuates","perpetuating","perpetuation","perpetuations","perpetuator","perpetuators","perpetuities","perpetuity","perphenazine","perphenazines","perplex","perplexed","perplexedly","perplexedness","perplexednesses","perplexer","perplexers","perplexes","perplexing","perplexingly","perplexities","perplexity","perps","perquisite","perquisites","perquisition","perquisitions","perquisitor","perquisitors","perradial","perradii","perradius","perrier","perriers","perries","perron","perrons","perruque","perruques","perruquier","perruquiers","perry","persalt","persalts","persant","persaunt","perscrutation","perscrutations","perse","persecute","persecuted","persecutee","persecutees","persecutes","persecuting","persecution","persecutions","persecutive","persecutor","persecutors","persecutory","perseities","perseity","perseline","perselines","perses","perseverance","perseverances","perseverant","perseverate","perseverated","perseverates","perseverating","perseveration","perseverations","perseverative","perseverator","perseverators","persevere","persevered","perseveres","persevering","perseveringly","persicaria","persicarias","persico","persicos","persicot","persicots","persienne","persiennes","persiflage","persiflages","persifleur","persifleurs","persimmon","persimmons","persing","persist","persisted","persistence","persistences","persistencies","persistency","persistent","persistently","persistents","persister","persisters","persisting","persistingly","persistive","persists","persnicketiness","persnicketinesses","persnickety","person","persona","personable","personableness","personablenesses","personably","personae","personage","personages","personal","personalia","personalisation","personalise","personalised","personalises","personalising","personalism","personalisms","personalist","personalistic","personalists","personalities","personality","personalization","personalizations","personalize","personalized","personalizes","personalizing","personally","personals","personalties","personalty","personas","personate","personated","personates","personating","personatings","personation","personations","personative","personator","personators","personhood","personhoods","personifiable","personification","personifications","personified","personifier","personifiers","personifies","personify","personifying","personise","personised","personises","personising","personize","personized","personizes","personizing","personned","personnel","personnels","personpower","personpowers","persons","perspectival","perspective","perspectively","perspectives","perspectivism","perspectivisms","perspectivist","perspectivists","perspex","perspexes","perspicacious","perspicaciously","perspicaciousness","perspicaciousnesses","perspicacities","perspicacity","perspicuities","perspicuity","perspicuous","perspicuously","perspicuousness","perspicuousnesses","perspirable","perspirate","perspirated","perspirates","perspirating","perspiration","perspirations","perspiratory","perspire","perspired","perspires","perspiring","perspiringly","perspiry","perst","perstringe","perstringed","perstringes","perstringing","persuadability","persuadable","persuade","persuaded","persuader","persuaders","persuades","persuading","persuasibility","persuasible","persuasion","persuasions","persuasive","persuasively","persuasiveness","persuasivenesses","persuasives","persuasory","persue","persued","persues","persuing","persulfuric","persulphate","persulphates","persulphuric","perswade","perswaded","perswades","perswading","pert","pertain","pertained","pertaining","pertains","pertake","pertaken","pertakes","pertaking","perter","pertest","perthite","perthites","perthitic","pertinacious","pertinaciously","pertinaciousness","pertinaciousnesses","pertinacities","pertinacity","pertinence","pertinences","pertinencies","pertinency","pertinent","pertinently","pertinents","pertly","pertness","pertnesses","pertook","perts","perturb","perturbable","perturbably","perturbance","perturbances","perturbant","perturbants","perturbate","perturbated","perturbates","perturbating","perturbation","perturbational","perturbations","perturbative","perturbator","perturbatories","perturbators","perturbatory","perturbed","perturbedly","perturber","perturbers","perturbing","perturbingly","perturbs","pertusate","pertuse","pertused","pertusion","pertusions","pertussal","pertusses","pertussis","pertussises","peruke","peruked","perukes","perusable","perusal","perusals","peruse","perused","peruser","perusers","peruses","perusing","perv","pervade","pervaded","pervader","pervaders","pervades","pervading","pervasion","pervasions","pervasive","pervasively","pervasiveness","pervasivenesses","perve","perved","perverse","perversely","perverseness","perversenesses","perverser","perversest","perversion","perversions","perversities","perversity","perversive","pervert","perverted","pervertedly","pervertedness","pervertednesses","perverter","perverters","pervertible","perverting","perverts","perves","perviate","perviated","perviates","perviating","pervicacies","pervicacious","pervicacities","pervicacity","pervicacy","pervier","perviest","perving","pervious","perviously","perviousness","perviousnesses","pervs","pervy","pes","pesade","pesades","pesant","pesante","pesants","pesaunt","pesaunts","peseta","pesetas","pesewa","pesewas","peshwa","peshwas","peskier","peskiest","peskily","peskiness","peskinesses","pesky","peso","pesos","pessaries","pessary","pessima","pessimal","pessimism","pessimisms","pessimist","pessimistic","pessimistical","pessimistically","pessimists","pessimum","pest","pester","pestered","pesterer","pesterers","pestering","pesteringly","pesterment","pesterments","pesterous","pesters","pestful","pesthole","pestholes","pesthouse","pesthouses","pesticidal","pesticide","pesticides","pestier","pestiest","pestiferous","pestiferously","pestiferousness","pestiferousnesses","pestilence","pestilences","pestilent","pestilential","pestilentially","pestilently","pestle","pestled","pestles","pestling","pesto","pestological","pestologies","pestologist","pestologists","pestology","pestos","pests","pesty","pet","petabyte","petabytes","petaflop","petaflops","petahertz","petahertzes","petal","petaled","petaliferous","petaline","petalism","petalisms","petalled","petallike","petalodic","petalodies","petalody","petaloid","petalomania","petalomanias","petalous","petals","petanque","petanques","petar","petara","petaras","petard","petards","petaries","petars","petary","petasos","petasoses","petasus","petasuses","petaurine","petaurist","petaurists","petcharies","petchary","petcock","petcocks","petechia","petechiae","petechial","peter","petered","petering","peterman","petermen","peters","petersham","petershams","pether","pethers","pethidine","pethidines","petillant","petiolar","petiolate","petiolated","petiole","petioled","petioles","petiolule","petiolules","petit","petite","petiteness","petitenesses","petites","petition","petitionary","petitioned","petitioner","petitioners","petitioning","petitionings","petitionist","petitionists","petitions","petitory","petnap","petnaper","petnapers","petnaping","petnapings","petnapped","petnapper","petnappers","petnapping","petnaps","petrale","petrales","petraries","petrary","petre","petrel","petrels","petres","petri","petrifaction","petrifactions","petrifactive","petrific","petrification","petrifications","petrified","petrifier","petrifiers","petrifies","petrify","petrifying","petrissage","petrissages","petrochemical","petrochemically","petrochemicals","petrochemistries","petrochemistry","petrocurrencies","petrocurrency","petrodollar","petrodollars","petrodrome","petrodromes","petrogeneses","petrogenesis","petrogenetic","petrogenies","petrogeny","petroglyph","petroglyphic","petroglyphies","petroglyphs","petroglyphy","petrogram","petrograms","petrographer","petrographers","petrographic","petrographical","petrographically","petrographies","petrography","petrol","petrolage","petrolages","petrolatum","petrolatums","petroleous","petroleum","petroleums","petroleur","petroleurs","petroleuse","petroleuses","petrolhead","petrolheads","petrolic","petroliferous","petrolled","petrolling","petrologic","petrological","petrologically","petrologies","petrologist","petrologists","petrology","petrols","petromoney","petromoneys","petromonies","petronel","petronella","petronellas","petronels","petrophysical","petrophysicist","petrophysicists","petrophysics","petropounds","petrosal","petrosals","petrostate","petrostates","petrous","pets","petsai","petsais","pettable","petted","pettedly","pettedness","pettednesses","petter","petters","petti","pettichaps","pettichapses","petticoat","petticoated","petticoats","pettier","petties","pettiest","pettifog","pettifogged","pettifogger","pettifoggeries","pettifoggers","pettifoggery","pettifogging","pettifoggings","pettifogs","pettily","pettiness","pettinesses","petting","pettings","pettish","pettishly","pettishness","pettishnesses","pettitoes","pettle","pettled","pettles","pettling","petto","petty","petulance","petulances","petulancies","petulancy","petulant","petulantly","petunia","petunias","petuntse","petuntses","petuntze","petuntzes","pew","pewee","pewees","pewholder","pewholders","pewit","pewits","pews","pewter","pewterer","pewterers","pewters","peyote","peyotes","peyotism","peyotisms","peyotist","peyotists","peyotl","peyotls","peyse","peysed","peyses","peysing","peytral","peytrals","peytrel","peytrels","pezant","pezants","pezizoid","pfennig","pfennige","pfennigs","pfenning","pfennings","pfft","pfui","phacelia","phacelias","phacoid","phacoidal","phacolite","phacolites","phacolith","phacoliths","phaeic","phaeism","phaeisms","phaelonion","phaelonions","phaenogam","phaenogamic","phaenogamous","phaenogams","phaenologies","phaenology","phaenomena","phaenomenon","phaenotype","phaenotyped","phaenotypes","phaenotyping","phaeomelanin","phaeomelanins","phaeton","phaetons","phage","phagedaena","phagedaenas","phagedaenic","phagedena","phagedenas","phagedenic","phages","phagocyte","phagocytes","phagocytic","phagocytical","phagocytise","phagocytised","phagocytises","phagocytising","phagocytism","phagocytisms","phagocytize","phagocytized","phagocytizes","phagocytizing","phagocytose","phagocytosed","phagocytoses","phagocytosing","phagocytosis","phagocytotic","phagomania","phagomaniac","phagomaniacs","phagomanias","phagophobia","phagophobias","phagosome","phagosomes","phalangal","phalange","phalangeal","phalanger","phalangers","phalanges","phalangid","phalangids","phalangist","phalangists","phalansterian","phalansteries","phalansterism","phalansterisms","phalansterist","phalansterists","phalanstery","phalanx","phalanxes","phalarope","phalaropes","phalli","phallic","phallically","phallicism","phallicisms","phallicist","phallicists","phallin","phallins","phallism","phallisms","phallist","phallists","phallocentric","phallocentrism","phallocentrisms","phallocrat","phallocratic","phallocrats","phalloid","phalloidin","phalloidins","phallus","phalluses","phanerogam","phanerogamic","phanerogamous","phanerogams","phanerophyte","phanerophytes","phang","phanged","phanging","phangs","phansigar","phansigars","phantasiast","phantasiasts","phantasied","phantasies","phantasim","phantasime","phantasimes","phantasims","phantasm","phantasma","phantasmagoria","phantasmagorial","phantasmagorias","phantasmagoric","phantasmagorical","phantasmagories","phantasmagory","phantasmal","phantasmalian","phantasmalities","phantasmality","phantasmally","phantasmata","phantasmic","phantasmical","phantasmically","phantasms","phantast","phantastic","phantastics","phantastries","phantastry","phantasts","phantasy","phantasying","phantom","phantomatic","phantomish","phantomlike","phantoms","phantomy","phantosme","phantosmes","pharaoh","pharaohs","pharaonic","phare","phares","pharisaic","pharisaical","pharisaically","pharisaicalness","pharisaicalnesses","pharisaism","pharisaisms","pharisee","phariseeism","phariseeisms","pharisees","pharm","pharma","pharmaceutic","pharmaceutical","pharmaceutically","pharmaceuticals","pharmaceutics","pharmaceutist","pharmaceutists","pharmacies","pharmacist","pharmacists","pharmacodynamic","pharmacodynamically","pharmacodynamics","pharmacogenomic","pharmacognosies","pharmacognosist","pharmacognostic","pharmacognostical","pharmacognosy","pharmacokinetic","pharmacokinetics","pharmacologic","pharmacological","pharmacologically","pharmacologies","pharmacologist","pharmacologists","pharmacology","pharmacopeia","pharmacopeial","pharmacopeias","pharmacopoeia","pharmacopoeial","pharmacopoeian","pharmacopoeias","pharmacopoeic","pharmacopoeist","pharmacopoeists","pharmacopolist","pharmacopolists","pharmacotherapies","pharmacotherapy","pharmacy","pharmas","pharmed","pharming","pharmings","pharms","pharos","pharoses","pharyngal","pharyngals","pharyngeal","pharynges","pharyngitic","pharyngitides","pharyngitis","pharyngitises","pharyngological","pharyngologies","pharyngologist","pharyngologists","pharyngology","pharyngoscope","pharyngoscopes","pharyngoscopic","pharyngoscopies","pharyngoscopy","pharyngotomies","pharyngotomy","pharynx","pharynxes","phascogale","phascogales","phase","phaseal","phased","phasedown","phasedowns","phaseless","phaseolin","phaseolins","phaseout","phaseouts","phases","phasic","phasing","phasings","phasis","phasmid","phasmids","phasor","phasors","phat","phatic","phatically","phatter","phattest","pheasant","pheasantries","pheasantry","pheasants","pheazar","pheazars","pheer","pheere","pheeres","pheers","pheese","pheesed","pheeses","pheesing","pheeze","pheezed","pheezes","pheezing","phellem","phellems","phelloderm","phellodermal","phelloderms","phellogen","phellogenetic","phellogenic","phellogens","phelloid","phelloplastic","phelloplastics","phelonia","phelonion","phelonions","phenacaine","phenacaines","phenacetin","phenacetins","phenacite","phenacites","phenakism","phenakisms","phenakistoscope","phenakite","phenakites","phenanthrene","phenanthrenes","phenarsazine","phenarsazines","phenate","phenates","phenazin","phenazine","phenazines","phenazins","phencyclidine","phencyclidines","phene","phenes","phenetic","pheneticist","pheneticists","phenetics","phenetidine","phenetidines","phenetol","phenetole","phenetoles","phenetols","phenformin","phenformins","phengite","phengites","phengophobia","phengophobias","phenic","phenix","phenixes","phenmetrazine","phenmetrazines","phenobarbital","phenobarbitals","phenobarbitone","phenobarbitones","phenocopies","phenocopy","phenocryst","phenocrystic","phenocrysts","phenogam","phenogams","phenol","phenolate","phenolated","phenolates","phenolating","phenolic","phenolics","phenological","phenologically","phenologies","phenologist","phenologists","phenology","phenolphthalein","phenolphthaleins","phenols","phenom","phenomena","phenomenal","phenomenalise","phenomenalised","phenomenalises","phenomenalising","phenomenalism","phenomenalisms","phenomenalist","phenomenalistic","phenomenalistically","phenomenalists","phenomenalities","phenomenality","phenomenalize","phenomenalized","phenomenalizes","phenomenalizing","phenomenally","phenomenas","phenomenise","phenomenised","phenomenises","phenomenising","phenomenism","phenomenisms","phenomenist","phenomenists","phenomenize","phenomenized","phenomenizes","phenomenizing","phenomenological","phenomenologically","phenomenologies","phenomenologist","phenomenologists","phenomenology","phenomenon","phenomenons","phenoms","phenothiazine","phenothiazines","phenotype","phenotyped","phenotypes","phenotypic","phenotypical","phenotypically","phenotyping","phenoxide","phenoxides","phenoxy","phentolamine","phentolamines","phenyl","phenylalanin","phenylalanine","phenylalanines","phenylalanins","phenylamine","phenylamines","phenylbutazone","phenylbutazones","phenylene","phenylenes","phenylephrine","phenylephrines","phenylethylamine","phenylethylamines","phenylic","phenylketonuria","phenylketonurias","phenylketonuric","phenylketonurics","phenylmethyl","phenylmethyls","phenylpropanolamine","phenylpropanolamines","phenyls","phenylthiocarbamide","phenylthiocarbamides","phenylthiourea","phenylthioureas","phenytoin","phenytoins","pheochromocytoma","pheochromocytomas","pheochromocytomata","pheon","pheons","phereses","pheresis","pheromonal","pheromone","pheromones","phese","phesed","pheses","phesing","phew","phi","phial","phialiform","phialled","phialling","phials","philabeg","philabegs","philadelphus","philadelphuses","philamot","philamots","philander","philandered","philanderer","philanderers","philandering","philanderings","philanders","philanthrope","philanthropes","philanthropic","philanthropical","philanthropically","philanthropies","philanthropist","philanthropists","philanthropoid","philanthropoids","philanthropy","philatelic","philatelically","philatelies","philatelist","philatelists","philately","philharmonic","philharmonics","philhellene","philhellenes","philhellenic","philhellenism","philhellenisms","philhellenist","philhellenists","philhorse","philhorses","philibeg","philibegs","philippic","philippics","philippina","philippinas","philippine","philippines","philistia","philistias","philistine","philistines","philistinism","philistinisms","phillabeg","phillabegs","phillibeg","phillibegs","phillipsite","phillipsites","phillumenies","phillumenist","phillumenists","phillumeny","philodendra","philodendron","philodendrons","philogynies","philogynist","philogynists","philogynous","philogyny","philologer","philologers","philologian","philologians","philologic","philological","philologically","philologies","philologist","philologists","philologue","philologues","philology","philomath","philomathic","philomathical","philomathies","philomaths","philomathy","philomel","philomela","philomelas","philomels","philomot","philomots","philopena","philopenas","philopoena","philopoenas","philoprogenitive","philoprogenitiveness","philoprogenitivenesses","philosophaster","philosophasters","philosophe","philosopher","philosopheress","philosophers","philosophes","philosophess","philosophesses","philosophic","philosophical","philosophically","philosophies","philosophise","philosophised","philosophiser","philosophisers","philosophises","philosophising","philosophism","philosophisms","philosophist","philosophistic","philosophists","philosophize","philosophized","philosophizer","philosophizers","philosophizes","philosophizing","philosophy","philoxenia","philoxenias","philter","philtered","philtering","philters","philtra","philtre","philtred","philtres","philtring","philtrum","phimoses","phimosis","phimotic","phinnock","phinnocks","phis","phishing","phishings","phisnomies","phisnomy","phiz","phizes","phizog","phizogs","phizzes","phlebectomies","phlebectomy","phlebitic","phlebitides","phlebitis","phlebitises","phlebogram","phlebograms","phlebographic","phlebographies","phlebography","phlebolite","phlebolites","phlebologies","phlebology","phleboscleroses","phlebosclerosis","phlebotomic","phlebotomical","phlebotomies","phlebotomise","phlebotomised","phlebotomises","phlebotomising","phlebotomist","phlebotomists","phlebotomize","phlebotomized","phlebotomizes","phlebotomizing","phlebotomy","phlegm","phlegmagogic","phlegmagogue","phlegmagogues","phlegmasia","phlegmasias","phlegmatic","phlegmatical","phlegmatically","phlegmaticness","phlegmier","phlegmiest","phlegmon","phlegmonic","phlegmonoid","phlegmonous","phlegmons","phlegms","phlegmy","phloem","phloems","phlogistic","phlogisticate","phlogisticated","phlogisticates","phlogisticating","phlogiston","phlogistons","phlogopite","phlogopites","phlomis","phlomises","phlorizin","phlorizins","phlox","phloxes","phlyctaena","phlyctaenae","phlyctena","phlyctenae","pho","phobia","phobias","phobic","phobics","phobism","phobisms","phobist","phobists","phoca","phocae","phocas","phocine","phocomelia","phocomelias","phocomelic","phocomelies","phocomely","phoebe","phoebes","phoebus","phoebuses","phoenix","phoenixes","phoenixism","phoenixisms","phoenixlike","phoh","pholades","pholas","pholidoses","pholidosis","phon","phonal","phonasthenia","phonasthenias","phonate","phonated","phonates","phonathon","phonathons","phonating","phonation","phonations","phonatory","phonautograph","phonautographic","phonautographs","phone","phonecam","phonecams","phonecard","phonecards","phoned","phonematic","phonematically","phoneme","phonemes","phonemic","phonemically","phonemicisation","phonemicise","phonemicised","phonemicises","phonemicising","phonemicist","phonemicists","phonemicization","phonemicize","phonemicized","phonemicizes","phonemicizing","phonemics","phonendoscope","phonendoscopes","phoner","phoners","phones","phonetic","phonetical","phonetically","phonetician","phoneticians","phoneticisation","phoneticise","phoneticised","phoneticises","phoneticising","phoneticism","phoneticisms","phoneticist","phoneticists","phoneticization","phoneticize","phoneticized","phoneticizes","phoneticizing","phonetics","phonetisation","phonetisations","phonetise","phonetised","phonetises","phonetising","phonetism","phonetisms","phonetist","phonetists","phonetization","phonetizations","phonetize","phonetized","phonetizes","phonetizing","phoney","phoneyed","phoneying","phoneyness","phoneynesses","phoneys","phonic","phonically","phonics","phonied","phonier","phonies","phoniest","phonily","phoniness","phoninesses","phoning","phonmeter","phonmeters","phono","phonocamptic","phonocamptics","phonocardiogram","phonocardiograms","phonocardiograph","phonocardiographic","phonocardiographies","phonocardiographs","phonocardiography","phonochemistry","phonofiddle","phonofiddles","phonogram","phonogramic","phonogramically","phonogrammic","phonogrammically","phonograms","phonograph","phonographer","phonographers","phonographic","phonographically","phonographies","phonographist","phonographists","phonographs","phonography","phonolite","phonolites","phonolitic","phonologic","phonological","phonologically","phonologies","phonologist","phonologists","phonology","phonometer","phonometers","phonometric","phonometrical","phonon","phonons","phonophobia","phonophobias","phonophore","phonophores","phonopore","phonopores","phonos","phonoscope","phonoscopes","phonotactic","phonotactics","phonotype","phonotyped","phonotyper","phonotypers","phonotypes","phonotypic","phonotypical","phonotypies","phonotyping","phonotypist","phonotypists","phonotypy","phons","phony","phonying","phooey","phorate","phorates","phoresies","phoresy","phorminges","phorminx","phormium","phormiums","phoronid","phoronids","phos","phosgene","phosgenes","phosgenite","phosgenites","phosphatase","phosphatases","phosphate","phosphated","phosphates","phosphatic","phosphatide","phosphatides","phosphatidic","phosphatidyl","phosphatidylcholine","phosphatidylcholines","phosphatidylethanolamine","phosphatidylethanolamines","phosphatidyls","phosphating","phosphatisation","phosphatise","phosphatised","phosphatises","phosphatising","phosphatization","phosphatizations","phosphatize","phosphatized","phosphatizes","phosphatizing","phosphaturia","phosphaturias","phosphaturic","phosphene","phosphenes","phosphid","phosphide","phosphides","phosphids","phosphin","phosphine","phosphines","phosphins","phosphite","phosphites","phosphocreatin","phosphocreatine","phosphocreatines","phosphocreatins","phosphodiesterase","phosphodiesterases","phosphoenolpyruvate","phosphoenolpyruvates","phosphofructokinase","phosphofructokinases","phosphoglucomutase","phosphoglucomutases","phosphoglyceraldehyde","phosphoglyceraldehydes","phosphoglycerate","phosphoglycerates","phosphokinase","phosphokinases","phospholipase","phospholipases","phospholipid","phospholipids","phosphomonoesterase","phosphomonoesterases","phosphonic","phosphonium","phosphoniums","phosphoprotein","phosphoproteins","phosphor","phosphorate","phosphorated","phosphorates","phosphorating","phosphore","phosphores","phosphoresce","phosphoresced","phosphorescence","phosphorescences","phosphorescent","phosphorescently","phosphoresces","phosphorescing","phosphoret","phosphorets","phosphoretted","phosphori","phosphoric","phosphorise","phosphorised","phosphorises","phosphorising","phosphorism","phosphorisms","phosphorite","phosphorites","phosphoritic","phosphorize","phosphorized","phosphorizes","phosphorizing","phosphorolyses","phosphorolysis","phosphorolytic","phosphoroscope","phosphoroscopes","phosphorous","phosphors","phosphorus","phosphoruses","phosphoryl","phosphorylase","phosphorylases","phosphorylate","phosphorylated","phosphorylates","phosphorylating","phosphorylation","phosphorylations","phosphorylative","phosphoryls","phosphuret","phosphurets","phosphuretted","phossy","phot","photic","photically","photics","photinia","photinias","photism","photisms","photo","photoactinic","photoactive","photoautotroph","photoautotrophic","photoautotrophically","photoautotrophs","photobathic","photobiologic","photobiological","photobiologies","photobiologist","photobiologists","photobiology","photocard","photocards","photocatalyses","photocatalysis","photocatalytic","photocathode","photocathodes","photocell","photocells","photochemical","photochemically","photochemist","photochemistries","photochemistry","photochemists","photochromic","photochromics","photochromies","photochromism","photochromisms","photochromy","photocoagulation","photocoagulations","photocompose","photocomposed","photocomposer","photocomposers","photocomposes","photocomposing","photocomposition","photocompositions","photoconducting","photoconduction","photoconductive","photoconductivities","photoconductivity","photoconductor","photoconductors","photocopiable","photocopied","photocopier","photocopiers","photocopies","photocopy","photocopying","photocopyings","photocurrent","photocurrents","photodecomposition","photodecompositions","photodegradable","photodetector","photodetectors","photodiode","photodiodes","photodisintegrate","photodisintegrated","photodisintegrates","photodisintegrating","photodisintegration","photodisintegrations","photodissociate","photodissociated","photodissociates","photodissociating","photodissociation","photodissociations","photoduplicate","photoduplicated","photoduplicates","photoduplicating","photoduplication","photoduplications","photodynamic","photodynamically","photodynamics","photoed","photoelastic","photoelasticity","photoelectric","photoelectrical","photoelectrically","photoelectrode","photoelectrodes","photoelectron","photoelectronic","photoelectrons","photoemission","photoemissions","photoemissive","photoengrave","photoengraved","photoengraver","photoengravers","photoengraves","photoengraving","photoengravings","photoexcitation","photoexcitations","photoexcited","photofinisher","photofinishers","photofinishing","photofinishings","photofission","photofissions","photofit","photofits","photoflash","photoflashes","photoflood","photofloods","photofluorogram","photofluorographies","photofluorography","photog","photogelatine","photogen","photogene","photogenes","photogenic","photogenically","photogenies","photogens","photogeny","photogeologic","photogeological","photogeologies","photogeologist","photogeologists","photogeology","photoglyph","photoglyphic","photoglyphies","photoglyphs","photoglyphy","photogram","photogrammetric","photogrammetries","photogrammetrist","photogrammetrists","photogrammetry","photograms","photograph","photographed","photographer","photographers","photographic","photographical","photographically","photographies","photographing","photographist","photographists","photographs","photography","photogravure","photogravures","photogs","photoinduced","photoinduction","photoinductions","photoinductive","photoing","photointerpretation","photointerpretations","photointerpreter","photointerpreters","photoionisation","photoionise","photoionised","photoionises","photoionising","photoionization","photoionizations","photoionize","photoionized","photoionizes","photoionizing","photojournalism","photojournalisms","photojournalist","photojournalistic","photojournalists","photokineses","photokinesis","photokinetic","photolitho","photolithograph","photolithographed","photolithographic","photolithographically","photolithographies","photolithographing","photolithographs","photolithography","photolithos","photoluminesce","photoluminesced","photoluminesces","photolysable","photolyse","photolysed","photolyses","photolysing","photolysis","photolytic","photolytically","photolyzable","photolyze","photolyzed","photolyzes","photolyzing","photomacrograph","photomap","photomapped","photomapping","photomaps","photomask","photomasks","photomechanical","photomechanically","photometer","photometers","photometric","photometrically","photometries","photometrist","photometrists","photometry","photomicrograph","photomicrographic","photomicrographies","photomicrographs","photomicrography","photomontage","photomontages","photomorphogeneses","photomorphogenesis","photomorphogenic","photomosaic","photomosaics","photomultiplier","photomultipliers","photomural","photomurals","photon","photonastic","photonasties","photonasty","photonegative","photoneutron","photoneutrons","photonic","photonics","photonovel","photonovels","photons","photonuclear","photooxidation","photooxidations","photooxidative","photooxidise","photooxidised","photooxidises","photooxidising","photooxidize","photooxidized","photooxidizes","photooxidizing","photoperiod","photoperiodic","photoperiodically","photoperiodism","photoperiodisms","photoperiods","photophase","photophases","photophil","photophilic","photophilies","photophilous","photophils","photophily","photophobe","photophobes","photophobia","photophobias","photophobic","photophone","photophones","photophonic","photophonies","photophony","photophore","photophores","photophoreses","photophoresis","photophosphorylation","photophosphorylations","photopia","photopias","photopic","photoplay","photoplays","photopolarimeter","photopolarimeters","photopolymer","photopolymers","photopositive","photoproduct","photoproduction","photoproductions","photoproducts","photopsia","photopsias","photopsies","photopsy","photoreaction","photoreactions","photoreactivating","photoreactivation","photoreactivations","photorealism","photorealisms","photorealist","photorealistic","photorealists","photoreception","photoreceptions","photoreceptive","photoreceptor","photoreceptors","photoreconnaissance","photoreconnaissances","photoreduce","photoreduced","photoreduces","photoreducing","photoreduction","photoreductions","photorefractive","photoreproduction","photoreproductions","photoresist","photoresists","photorespiration","photorespirations","photos","photoscan","photoscanned","photoscanning","photoscans","photosensitise","photosensitised","photosensitiser","photosensitises","photosensitive","photosensitivities","photosensitivity","photosensitization","photosensitizations","photosensitize","photosensitized","photosensitizer","photosensitizers","photosensitizes","photosensitizing","photoset","photosets","photosetter","photosetters","photosetting","photosettings","photoshoot","photoshoots","photoshop","photoshopped","photoshopping","photoshops","photosphere","photospheres","photospheric","photostat","photostated","photostatic","photostating","photostats","photostatted","photostatting","photosynthate","photosynthates","photosyntheses","photosynthesis","photosynthesise","photosynthesize","photosynthesized","photosynthesizes","photosynthesizing","photosynthetic","photosynthetically","photosystem","photosystems","phototactic","phototactically","phototaxes","phototaxies","phototaxis","phototaxy","phototelegraph","phototelegraphies","phototelegraphs","phototelegraphy","phototherapies","phototherapy","photothermal","photothermally","photothermic","phototonic","phototonus","phototonuses","phototopography","phototoxic","phototoxicities","phototoxicity","phototransistor","phototrope","phototropes","phototroph","phototrophic","phototrophs","phototropic","phototropically","phototropies","phototropism","phototropisms","phototropy","phototube","phototubes","phototype","phototyped","phototypes","phototypeset","phototypesets","phototypesetter","phototypesetters","phototypesetting","phototypesettings","phototypic","phototypically","phototypies","phototyping","phototypography","phototypy","photovoltaic","photovoltaics","photoxylography","photozincograph","phots","phpht","phragmoplast","phragmoplasts","phrasal","phrasally","phrase","phrased","phraseless","phrasemaker","phrasemakers","phrasemaking","phrasemakings","phraseman","phrasemen","phrasemonger","phrasemongering","phrasemongerings","phrasemongers","phraseogram","phraseograms","phraseograph","phraseographic","phraseographies","phraseographs","phraseography","phraseologic","phraseological","phraseologies","phraseologist","phraseologists","phraseology","phraser","phrasers","phrases","phrasier","phrasiest","phrasing","phrasings","phrasy","phratral","phratric","phratries","phratry","phreak","phreaked","phreaker","phreakers","phreaking","phreakings","phreaks","phreatic","phreatophyte","phreatophytes","phreatophytic","phreneses","phrenesiac","phrenesis","phrenetic","phrenetical","phrenetically","phreneticness","phreneticnesses","phrenetics","phrenic","phrenics","phrenism","phrenisms","phrenitic","phrenitides","phrenitis","phrenitises","phrenologic","phrenological","phrenologically","phrenologies","phrenologise","phrenologised","phrenologises","phrenologising","phrenologist","phrenologists","phrenologize","phrenologized","phrenologizes","phrenologizing","phrenology","phrensical","phrensied","phrensies","phrensy","phrensying","phrentick","phrontisteries","phrontistery","phrygana","phryganas","pht","phthalate","phthalates","phthalein","phthaleins","phthalic","phthalin","phthalins","phthalocyanin","phthalocyanine","phthalocyanines","phthalocyanins","phthiriases","phthiriasis","phthises","phthisic","phthisical","phthisicky","phthisics","phthisis","phut","phuts","phutted","phutting","phwoah","phwoar","phycobilin","phycobilins","phycobiont","phycobionts","phycocyan","phycocyanin","phycocyanins","phycocyans","phycoerythrin","phycoerythrins","phycological","phycologies","phycologist","phycologists","phycology","phycomycete","phycomycetes","phycomycetous","phycophaein","phycophaeins","phycoxanthin","phycoxanthins","phyla","phylacteric","phylacterical","phylacteries","phylactery","phylae","phylar","phylarch","phylarchies","phylarchs","phylarchy","phylaxis","phylaxises","phyle","phyleses","phylesis","phylesises","phyletic","phyletically","phyletics","phylic","phyllaries","phyllary","phyllid","phyllids","phyllite","phyllites","phyllitic","phyllo","phylloclad","phylloclade","phylloclades","phylloclads","phyllode","phyllodes","phyllodia","phyllodial","phyllodies","phyllodium","phyllody","phylloid","phylloids","phyllomania","phyllomanias","phyllome","phyllomes","phyllomic","phyllophagous","phylloplane","phylloplanes","phyllopod","phyllopods","phylloquinone","phylloquinones","phyllos","phyllosilicate","phyllosilicates","phyllosphere","phyllospheres","phyllotactic","phyllotactical","phyllotaxes","phyllotaxies","phyllotaxis","phyllotaxy","phylloxera","phylloxerae","phylloxeras","phylogeneses","phylogenesis","phylogenetic","phylogenetically","phylogenic","phylogenies","phylogeny","phylon","phylum","physalia","physalias","physalis","physalises","physed","physeds","physes","physeter","physeters","physharmonica","physharmonicas","physiatric","physiatrical","physiatrics","physiatries","physiatrist","physiatrists","physiatry","physic","physical","physicalism","physicalisms","physicalist","physicalistic","physicalists","physicalities","physicality","physically","physicalness","physicalnesses","physicals","physician","physiciancies","physiciancy","physicianer","physicianers","physicians","physicianship","physicianships","physicism","physicisms","physicist","physicists","physicked","physicking","physicky","physicochemical","physicochemically","physics","physio","physiocracies","physiocracy","physiocrat","physiocratic","physiocrats","physiognomic","physiognomical","physiognomically","physiognomies","physiognomist","physiognomists","physiognomy","physiographer","physiographers","physiographic","physiographical","physiographies","physiography","physiolater","physiolaters","physiolatries","physiolatry","physiologic","physiological","physiologically","physiologies","physiologist","physiologists","physiologus","physiologuses","physiology","physiopathologic","physiopathological","physiopathologies","physiopathology","physios","physiotherapies","physiotherapist","physiotherapists","physiotherapy","physique","physiqued","physiques","physis","physitheism","physitheisms","physitheistic","physoclistous","physostigmin","physostigmine","physostigmines","physostigmins","physostomous","phytane","phytanes","phytin","phytins","phytoalexin","phytoalexins","phytobenthos","phytobenthoses","phytochemical","phytochemically","phytochemicals","phytochemist","phytochemistries","phytochemistry","phytochemists","phytochrome","phytochromes","phytoestrogen","phytoestrogens","phytoflagellate","phytoflagellates","phytogeneses","phytogenesis","phytogenetic","phytogenetical","phytogenic","phytogenies","phytogeny","phytogeographer","phytogeographers","phytogeographic","phytogeographical","phytogeographically","phytogeographies","phytogeography","phytographer","phytographers","phytographic","phytographies","phytography","phytohemagglutinin","phytohemagglutinins","phytohormone","phytohormones","phytoid","phytol","phytolith","phytoliths","phytological","phytologically","phytologies","phytologist","phytologists","phytology","phytols","phyton","phytonadione","phytonadiones","phytonic","phytons","phytopathogen","phytopathogenic","phytopathogens","phytopathological","phytopathologies","phytopathology","phytophagic","phytophagies","phytophagous","phytophagy","phytoplankter","phytoplankters","phytoplankton","phytoplanktonic","phytoplanktons","phytosanitary","phytoses","phytosis","phytosociological","phytosociologies","phytosociology","phytosterol","phytosterols","phytotherapies","phytotherapy","phytotomies","phytotomist","phytotomists","phytotomy","phytotoxic","phytotoxicities","phytotoxicity","phytotoxin","phytotoxins","phytotron","phytotrons","pi","pia","piacevole","piacular","piacularities","piacularity","piaffe","piaffed","piaffer","piaffers","piaffes","piaffing","pial","pian","pianette","pianettes","piani","pianic","pianino","pianinos","pianism","pianisms","pianissimi","pianissimo","pianissimos","pianississimo","pianist","pianiste","pianistes","pianistic","pianistically","pianists","piano","pianoforte","pianofortes","pianolist","pianolists","pianos","pians","piarist","piarists","pias","piasaba","piasabas","piasava","piasavas","piassaba","piassabas","piassava","piassavas","piaster","piasters","piastre","piastres","piazza","piazzas","piazze","piazzian","pibal","pibals","pibroch","pibrochs","pic","pica","picacho","picachos","picadillo","picadillos","picador","picadores","picadors","pical","picamar","picamars","picaninnies","picaninny","picante","picara","picaras","picaresque","picaresques","picarian","picarians","picaro","picaroon","picarooned","picarooning","picaroons","picaros","picas","picayune","picayunes","picayunish","picayunishly","picayunishness","piccadill","piccadillies","piccadillo","piccadilloes","piccadills","piccadilly","piccalilli","piccalillis","piccanin","piccaninnies","piccaninny","piccanins","piccata","piccies","piccolo","piccoloist","piccoloists","piccolos","piccy","pice","picene","picenes","piceous","pichiciego","pichiciegos","picholine","picholines","pichurim","pichurims","piciform","picine","pick","pickaback","pickabacked","pickabacking","pickabacks","pickable","pickadil","pickadill","pickadillies","pickadillo","pickadilloes","pickadills","pickadilly","pickadils","pickaninnies","pickaninny","pickapack","pickapacked","pickapacking","pickapacks","pickaroon","pickaroons","pickax","pickaxe","pickaxed","pickaxes","pickaxing","pickback","pickbacked","pickbacking","pickbacks","picked","pickedness","pickednesses","pickeer","pickeered","pickeerer","pickeerers","pickeering","pickeers","pickelhaube","pickelhaubes","picker","pickerel","pickerels","pickerelweed","pickerelweeds","pickeries","pickers","pickery","picket","picketboat","picketboats","picketed","picketer","picketers","picketing","picketings","pickets","pickier","pickiest","pickily","pickin","pickiness","pickinesses","picking","pickings","pickins","pickle","pickled","pickler","picklers","pickles","pickling","picklock","picklocks","pickmaw","pickmaws","pickoff","pickoffs","pickpocket","pickpockets","pickproof","picks","pickthank","pickthanks","pickup","pickups","pickwick","pickwicks","picky","picloram","piclorams","picnic","picnicked","picnicker","picnickers","picnicking","picnicky","picnics","picocurie","picocuries","picofarad","picofarads","picogram","picograms","picolin","picoline","picolines","picolinic","picolins","picometer","picometers","picometre","picometres","picomole","picomoles","picong","picongs","picornavirus","picornaviruses","picosecond","picoseconds","picot","picote","picoted","picotee","picotees","picoting","picotite","picotites","picots","picowave","picowaved","picowaves","picowaving","picquet","picqueted","picqueting","picquets","picra","picras","picrate","picrated","picrates","picric","picrite","picrites","picritic","picrocarmine","picrocarmines","picrotoxin","picrotoxins","pics","pictarnie","pictarnies","pictogram","pictograms","pictograph","pictographic","pictographies","pictographs","pictography","pictorial","pictorialise","pictorialised","pictorialises","pictorialising","pictorialism","pictorialisms","pictorialist","pictorialists","pictorialization","pictorializations","pictorialize","pictorialized","pictorializes","pictorializing","pictorially","pictorialness","pictorialnesses","pictorials","pictorical","pictorically","pictural","picturals","picture","pictured","picturegoer","picturegoers","picturephone","picturephones","pictures","picturesque","picturesquely","picturesqueness","picturesquenesses","picturing","picturisation","picturisations","picturise","picturised","picturises","picturising","picturization","picturizations","picturize","picturized","picturizes","picturizing","picul","piculet","piculets","piculs","piddle","piddled","piddler","piddlers","piddles","piddlier","piddliest","piddling","piddlingly","piddly","piddock","piddocks","pidgeon","pidgeons","pidgin","pidginisation","pidginisations","pidginise","pidginised","pidginises","pidginising","pidginization","pidginizations","pidginize","pidginized","pidginizes","pidginizing","pidgins","pie","piebald","piebalds","piece","pieced","pieceless","piecemeal","piecemealed","piecemealing","piecemeals","piecen","piecened","piecener","pieceners","piecening","piecens","piecer","piecers","pieces","piecewise","piecework","pieceworker","pieceworkers","pieceworks","piecing","piecings","piecrust","piecrusts","pied","piedfort","piedforts","piedish","piedishes","piedmont","piedmontite","piedmontites","piedmonts","piedness","piednesses","piefort","pieforts","piehole","pieholes","pieing","pieman","piemen","piemontite","piemontites","piend","piends","pieplant","pieplants","piepowder","piepowders","pier","pierage","pierages","pierce","pierceable","pierced","piercer","piercers","pierces","piercing","piercingly","piercingness","piercingnesses","piercings","pierhead","pierheads","pierid","pieridine","pierids","pieris","pierises","pierogi","pierogies","pierrette","pierrettes","pierrot","pierrots","piers","pierst","piert","pierts","pies","piet","pieta","pietas","pieties","pietism","pietisms","pietist","pietistic","pietistical","pietistically","pietists","piets","piety","piezo","piezochemistry","piezoelectric","piezoelectrically","piezoelectricities","piezoelectricity","piezomagnetic","piezomagnetism","piezomagnetisms","piezometer","piezometers","piezometric","piezometrically","piezometries","piezometry","pifferari","pifferaro","piffero","pifferos","piffle","piffled","piffler","pifflers","piffles","piffling","pig","pigboat","pigboats","pigeon","pigeoned","pigeonhole","pigeonholed","pigeonholer","pigeonholers","pigeonholes","pigeonholing","pigeoning","pigeonite","pigeonites","pigeonries","pigeonry","pigeons","pigeonwing","pigeonwings","pigface","pigfaces","pigfeed","pigfeeds","pigfish","pigfishes","pigged","piggeries","piggery","piggie","piggier","piggies","piggiest","piggin","pigginess","pigginesses","pigging","piggings","piggins","piggish","piggishly","piggishness","piggishnesses","piggy","piggyback","piggybacked","piggybacking","piggybacks","pigheaded","pigheadedly","pigheadedness","pigheadednesses","pight","pighted","pighting","pightle","pightles","pights","piglet","piglets","piglike","pigling","piglings","pigmaean","pigmean","pigmeat","pigmeats","pigment","pigmental","pigmentary","pigmentation","pigmentations","pigmented","pigmenting","pigmentosa","pigmentosas","pigments","pigmies","pigmoid","pigmy","pignerate","pignerated","pignerates","pignerating","pignoli","pignolia","pignolias","pignolis","pignora","pignorate","pignorated","pignorates","pignorating","pignoration","pignorations","pignus","pignut","pignuts","pigout","pigouts","pigpen","pigpens","pigs","pigsconce","pigsconces","pigskin","pigskins","pigsney","pigsneys","pigsnie","pigsnies","pigsny","pigstick","pigsticked","pigsticker","pigstickers","pigsticking","pigstickings","pigsticks","pigsties","pigstuck","pigsty","pigswill","pigswills","pigtail","pigtailed","pigtails","pigwash","pigwashes","pigweed","pigweeds","pihoihoi","pihoihois","piing","pika","pikake","pikakes","pikas","pikau","pikaus","pike","piked","pikelet","pikelets","pikeman","pikemen","pikeperch","pikeperches","piker","pikers","pikes","pikestaff","pikestaffs","pikestaves","pikey","pikeys","piki","piking","pikings","pikis","pikul","pikuls","pila","pilaf","pilaff","pilaffs","pilafs","pilao","pilaos","pilar","pilaster","pilastered","pilasters","pilau","pilaus","pilaw","pilaws","pilch","pilchard","pilchards","pilcher","pilchers","pilches","pilcorn","pilcorns","pilcrow","pilcrows","pile","pilea","pileas","pileate","pileated","piled","pilei","pileless","pileorhiza","pileorhizas","pileous","piler","pilers","piles","pileum","pileup","pileups","pileus","pilework","pileworks","pilewort","pileworts","pilfer","pilferable","pilferage","pilferages","pilfered","pilferer","pilferers","pilferies","pilfering","pilferingly","pilferings","pilferproof","pilfers","pilfery","pilgarlic","pilgarlick","pilgarlicks","pilgarlicky","pilgarlics","pilgrim","pilgrimage","pilgrimaged","pilgrimager","pilgrimagers","pilgrimages","pilgrimaging","pilgrimer","pilgrimers","pilgrimise","pilgrimised","pilgrimises","pilgrimising","pilgrimize","pilgrimized","pilgrimizes","pilgrimizing","pilgrims","pili","piliferous","piliform","piling","pilings","pilinut","pilinuts","pilis","pill","pillage","pillaged","pillager","pillagers","pillages","pillaging","pillar","pillared","pillaring","pillarist","pillarists","pillarless","pillars","pillau","pillaus","pillbox","pillboxes","pilled","pillhead","pillheads","pillicock","pillicocks","pillie","pillies","pilling","pillings","pillion","pillioned","pillioning","pillionist","pillionists","pillions","pilliwinks","pillock","pillocks","pilloried","pillories","pillorise","pillorised","pillorises","pillorising","pillorize","pillorized","pillorizes","pillorizing","pillory","pillorying","pillow","pillowcase","pillowcases","pillowed","pillowing","pillows","pillowslip","pillowslips","pillowy","pills","pillworm","pillworms","pillwort","pillworts","pilniewinks","pilocarpin","pilocarpine","pilocarpines","pilocarpins","pilomotor","pilonidal","pilose","pilosities","pilosity","pilot","pilotage","pilotages","piloted","pilotfish","pilotfishes","pilothouse","pilothouses","piloting","pilotings","pilotis","pilotless","pilotman","pilotmen","pilots","pilous","pilow","pilows","pilsener","pilseners","pilsner","pilsners","pilula","pilulae","pilular","pilulas","pilule","pilules","pilum","pilus","pily","pima","pimas","piment","pimento","pimenton","pimentons","pimentos","piments","pimiento","pimientos","pimp","pimped","pimpernel","pimpernels","pimping","pimpings","pimple","pimpled","pimples","pimplier","pimpliest","pimpliness","pimplinesses","pimply","pimpmobile","pimpmobiles","pimps","pin","pina","pinaceous","pinacoid","pinacoidal","pinacoids","pinacotheca","pinacothecae","pinafore","pinafored","pinafores","pinakoid","pinakoidal","pinakoids","pinakothek","pinakotheks","pinang","pinangs","pinas","pinaster","pinasters","pinata","pinatas","pinball","pinballed","pinballing","pinballs","pinboard","pinboards","pinbone","pinbones","pincase","pincases","pincer","pincered","pincering","pincerlike","pincers","pinch","pinchbeck","pinchbecks","pinchbug","pinchbugs","pinchcock","pinchcocks","pinchcommons","pinchcommonses","pincheck","pinchecks","pinched","pincher","pinchers","pinches","pinchfist","pinchfists","pinchgut","pinchguts","pinching","pinchingly","pinchings","pinchpennies","pinchpenny","pinchpoint","pinchpoints","pincushion","pincushions","pindan","pindans","pindaree","pindarees","pindari","pindaris","pinder","pinders","pindling","pindown","pindowns","pine","pineal","pinealectomies","pinealectomise","pinealectomised","pinealectomises","pinealectomize","pinealectomized","pinealectomizes","pinealectomizing","pinealectomy","pineals","pineapple","pineapples","pinecone","pinecones","pined","pinedrops","pineland","pinelands","pinelike","pinene","pinenes","pineries","pinery","pines","pinesap","pinesaps","pineta","pinetum","pinewood","pinewoods","piney","pinfall","pinfalls","pinfeather","pinfeathers","pinfish","pinfishes","pinfold","pinfolded","pinfolding","pinfolds","ping","pinged","pinger","pingers","pinging","pingle","pingled","pingler","pinglers","pingles","pingling","pingo","pingoes","pingos","pingpong","pingpongs","pingrass","pingrasses","pings","pinguefied","pinguefies","pinguefy","pinguefying","pinguid","pinguidities","pinguidity","pinguin","pinguins","pinguitude","pinguitudes","pinhead","pinheaded","pinheadedness","pinheadednesses","pinheads","pinhole","pinholes","pinhooker","pinhookers","pinier","pinies","piniest","pining","pinion","pinioned","pinioning","pinions","pinite","pinites","pinitol","pinitols","pink","pinked","pinken","pinkened","pinkening","pinkens","pinker","pinkers","pinkerton","pinkertons","pinkest","pinkey","pinkeye","pinkeyes","pinkeys","pinkie","pinkier","pinkies","pinkiest","pinkiness","pinkinesses","pinking","pinkings","pinkish","pinkishness","pinkishnesses","pinkly","pinkness","pinknesses","pinko","pinkoes","pinkos","pinkroot","pinkroots","pinks","pinky","pinna","pinnace","pinnaces","pinnacle","pinnacled","pinnacles","pinnacling","pinnae","pinnal","pinnas","pinnate","pinnated","pinnately","pinnatifid","pinnatifidly","pinnation","pinnations","pinnatipartite","pinnatiped","pinnatisect","pinned","pinner","pinners","pinnet","pinnets","pinnie","pinnies","pinniewinkle","pinniewinkles","pinning","pinnings","pinniped","pinnipede","pinnipedes","pinnipedian","pinnipedians","pinnipeds","pinnock","pinnocks","pinnoed","pinnula","pinnulae","pinnular","pinnulas","pinnulate","pinnulated","pinnule","pinnules","pinny","pinnywinkle","pinnywinkles","pinochle","pinochles","pinocle","pinocles","pinocytic","pinocytoses","pinocytosis","pinocytotic","pinocytotically","pinole","pinoles","pinon","pinones","pinons","pinot","pinotage","pinotages","pinots","pinpoint","pinpointed","pinpointing","pinpoints","pinprick","pinpricked","pinpricking","pinpricks","pins","pinscher","pinschers","pinsetter","pinsetters","pinspotter","pinspotters","pinstripe","pinstriped","pinstripes","pinswell","pinswells","pint","pinta","pintable","pintables","pintada","pintadas","pintadera","pintaderas","pintado","pintadoes","pintados","pintail","pintailed","pintails","pintano","pintanos","pintas","pintle","pintles","pinto","pintoes","pintos","pints","pintsize","pintsized","pinup","pinups","pinwale","pinwales","pinweed","pinweeds","pinwheel","pinwheeled","pinwheeling","pinwheels","pinwork","pinworks","pinworm","pinworms","pinwrench","pinwrenches","pinxit","piny","pinyin","pinyon","pinyons","piolet","piolets","pion","pioned","pioneer","pioneered","pioneering","pioneers","pioner","pioners","pioney","pioneys","pionic","pionies","pioning","pionings","pions","piony","piopio","piopios","piosities","piosity","pioted","pious","piously","piousness","piousnesses","pioy","pioye","pioyes","pioys","pip","pipa","pipage","pipages","pipal","pipals","pipas","pipe","pipeage","pipeages","pipeclay","pipeclayed","pipeclaying","pipeclays","piped","pipefish","pipefishes","pipefitter","pipefitters","pipefitting","pipefittings","pipeful","pipefuls","pipeless","pipelike","pipeline","pipelined","pipelines","pipelining","pipelinings","piper","piperaceous","piperazine","piperazines","piperic","piperidine","piperidines","piperine","piperines","piperonal","piperonals","pipers","pipes","pipestem","pipestems","pipestone","pipestones","pipet","pipets","pipette","pipetted","pipettes","pipetting","pipework","pipeworks","pipewort","pipeworts","pipi","pipier","pipiest","pipiness","pipinesses","piping","pipingly","pipings","pipis","pipistrel","pipistrelle","pipistrelles","pipistrels","pipit","pipits","pipiwharauroa","pipiwharauroas","pipkin","pipkins","pipless","pipped","pippier","pippiest","pippin","pipping","pippins","pippy","pips","pipsissewa","pipsissewas","pipsqueak","pipsqueaks","pipul","pipuls","pipy","piquance","piquances","piquancies","piquancy","piquant","piquantly","piquantness","piquantnesses","pique","piqued","piques","piquet","piqueted","piqueting","piquets","piquillo","piquillos","piquing","pir","piracetam","piracetams","piracies","piracy","piragua","piraguas","pirai","pirais","pirana","piranas","piranha","piranhas","pirarucu","pirarucus","pirate","pirated","pirates","piratic","piratical","piratically","pirating","piraya","pirayas","piriform","pirl","pirlicue","pirlicued","pirlicues","pirlicuing","pirls","pirn","pirnie","pirnies","pirnit","pirns","pirog","pirogen","piroghi","pirogi","pirogies","pirogue","pirogues","pirojki","piroplasm","piroplasma","piroplasmata","piroplasms","piroque","piroques","piroshki","pirouette","pirouetted","pirouetter","pirouetters","pirouettes","pirouetting","pirozhki","pirozhok","pirs","pis","piscaries","piscary","piscator","piscatorial","piscatorially","piscators","piscatory","piscatrix","piscatrixes","piscicolous","piscicultural","pisciculturally","pisciculture","piscicultures","pisciculturist","pisciculturists","piscifauna","piscifaunae","piscifaunas","pisciform","piscina","piscinae","piscinal","piscinas","piscine","piscines","piscivore","piscivores","piscivorous","pisco","piscos","pise","pises","pish","pished","pisheog","pisheogs","pisher","pishers","pishes","pishing","pishoge","pishoges","pishogue","pishogues","pisiform","pisiforms","piskies","pisky","pismire","pismires","piso","pisolite","pisolites","pisolith","pisoliths","pisolitic","pisos","piss","pissant","pissants","pissasphalt","pissasphalts","pissed","pisser","pissers","pisses","pisshead","pissheads","pissing","pissoir","pissoirs","pissy","pistache","pistaches","pistachio","pistachios","pistareen","pistareens","piste","pistes","pistil","pistillary","pistillate","pistillode","pistillodes","pistils","pistol","pistole","pistoled","pistoleer","pistoleers","pistolero","pistoleros","pistoles","pistolet","pistolets","pistolier","pistoliers","pistoling","pistolled","pistolling","pistols","piston","pistons","pistou","pistous","pit","pita","pitahaya","pitahayas","pitapat","pitapats","pitapatted","pitapatting","pitara","pitarah","pitarahs","pitaras","pitas","pitaya","pitayas","pitch","pitchbend","pitchbends","pitchblende","pitchblendes","pitched","pitcher","pitcherful","pitcherfuls","pitchers","pitchersful","pitches","pitchfork","pitchforked","pitchforking","pitchforks","pitchier","pitchiest","pitchily","pitchiness","pitchinesses","pitching","pitchings","pitchman","pitchmen","pitchometer","pitchometers","pitchout","pitchouts","pitchperson","pitchpersons","pitchpine","pitchpines","pitchpipe","pitchpipes","pitchpole","pitchpoled","pitchpoles","pitchpoling","pitchstone","pitchstones","pitchwoman","pitchwomen","pitchy","piteous","piteously","piteousness","piteousnesses","pitfall","pitfalls","pith","pithball","pithballs","pithead","pitheads","pithecanthropi","pithecanthropine","pithecanthropines","pithecanthropus","pithecoid","pithed","pithful","pithier","pithiest","pithily","pithiness","pithinesses","pithing","pithless","pithlike","pithoi","pithos","piths","pithy","pitiable","pitiableness","pitiablenesses","pitiably","pitied","pitier","pitiers","pities","pitieth","pitiful","pitifuller","pitifullest","pitifully","pitifulness","pitifulnesses","pitikins","pitiless","pitilessly","pitilessness","pitilessnesses","pitman","pitmans","pitmen","piton","pitons","pitprop","pitprops","pits","pitsaw","pitsaws","pitta","pittance","pittances","pittas","pitted","pitten","pitter","pittered","pittering","pitters","pitting","pittings","pittite","pittites","pittosporum","pittosporums","pituita","pituitaries","pituitary","pituitas","pituite","pituites","pituitrin","pituitrins","pituri","pituris","pity","pitying","pityingly","pityriases","pityriasis","pityroid","pityrosporum","pityrosporums","piu","pium","piums","piupiu","piupius","pivot","pivotable","pivotal","pivotally","pivoted","pivoter","pivoters","pivoting","pivotings","pivotman","pivotmen","pivots","piwakawaka","piwakawakas","pix","pixel","pixelate","pixelated","pixelating","pixelation","pixelations","pixellated","pixels","pixes","pixie","pixieish","pixies","pixilated","pixilation","pixilations","pixillated","pixillation","pixillations","pixiness","pixinesses","pixy","pixyish","pizazz","pizazzes","pizazzy","pize","pized","pizes","pizing","pizza","pizzaiola","pizzalike","pizzas","pizzaz","pizzazes","pizzazz","pizzazzes","pizzazzy","pizzelle","pizzelles","pizzeria","pizzerias","pizzicati","pizzicato","pizzicatos","pizzle","pizzles","plaas","plaases","placabilities","placability","placable","placableness","placablenesses","placably","placard","placarded","placarding","placards","placate","placated","placater","placaters","placates","placating","placatingly","placation","placations","placative","placatory","placcat","placcate","placcates","placcats","place","placeable","placebo","placeboes","placebos","placed","placeholder","placeholders","placekick","placekicked","placekicker","placekickers","placekicking","placekicks","placeless","placelessly","placeman","placemen","placement","placements","placenta","placentae","placental","placentals","placentas","placentate","placentation","placentations","placentiform","placentologies","placentology","placer","placers","places","placet","placets","placid","placider","placidest","placidities","placidity","placidly","placidness","placidnesses","placing","placings","placit","placita","placitory","placits","placitum","plack","placket","plackets","plackless","placks","placoderm","placoderms","placoid","placoids","plafond","plafonds","plagal","plage","plages","plagiaries","plagiarise","plagiarised","plagiariser","plagiarisers","plagiarises","plagiarising","plagiarism","plagiarisms","plagiarist","plagiaristic","plagiarists","plagiarize","plagiarized","plagiarizer","plagiarizers","plagiarizes","plagiarizing","plagiary","plagiocephalies","plagiocephaly","plagioclase","plagioclases","plagioclastic","plagioclimax","plagioclimaxes","plagiostomatous","plagiostome","plagiostomes","plagiostomous","plagiotropic","plagiotropism","plagiotropisms","plagiotropous","plagium","plagiums","plague","plagued","plaguer","plaguers","plagues","plaguesome","plaguey","plaguier","plaguiest","plaguily","plaguing","plaguy","plaice","plaices","plaid","plaided","plaiding","plaidings","plaidman","plaidmen","plaids","plain","plainant","plainants","plainchant","plainchants","plainclothes","plainclothesman","plainclothesmen","plained","plainer","plainest","plainful","plaining","plainings","plainish","plainly","plainness","plainnesses","plains","plainsman","plainsmen","plainsong","plainsongs","plainspoken","plainspokenness","plainspokennesses","plainstanes","plainstones","plaint","plaintext","plaintexts","plaintful","plaintiff","plaintiffs","plaintive","plaintively","plaintiveness","plaintivenesses","plaintless","plaints","plainwork","plainworks","plaister","plaistered","plaistering","plaisters","plait","plaited","plaiter","plaiters","plaiting","plaitings","plaits","plan","planar","planaria","planarian","planarians","planarias","planarities","planarity","planate","planation","planations","planch","planche","planched","planches","planchet","planchets","planchette","planchettes","planching","plane","planed","planeload","planeloads","planeness","planenesses","planer","planers","planes","planeside","planesides","planet","planetaria","planetaries","planetarium","planetariums","planetary","planetesimal","planetesimals","planetic","planetical","planetlike","planetoid","planetoidal","planetoids","planetological","planetologies","planetologist","planetologists","planetology","planets","planetwide","planform","planforms","plangencies","plangency","plangent","plangently","planigraph","planigraphs","planimeter","planimeters","planimetric","planimetrical","planimetrically","planimetries","planimetry","planing","planish","planished","planisher","planishers","planishes","planishing","planisphere","planispheres","planispheric","plank","planked","planking","plankings","planks","plankter","plankters","plankton","planktonic","planktons","planless","planlessly","planlessness","planlessnesses","planned","planner","planners","planning","plannings","planoblast","planoblasts","planogamete","planogametes","planographic","planographies","planography","planometer","planometers","planometric","planometrically","planometries","planometry","planosol","planosols","plans","plant","planta","plantable","plantae","plantage","plantages","plantaginaceous","plantain","plantains","plantar","plantas","plantation","plantations","planted","planter","planters","plantigrade","plantigrades","planting","plantings","plantless","plantlet","plantlets","plantlike","plantling","plantlings","plantocracies","plantocracy","plants","plantsman","plantsmen","plantswoman","plantswomen","plantule","plantules","planula","planulae","planular","planulate","planuliform","planuloid","planuria","planurias","planuries","planury","planxties","planxty","plap","plapped","plapping","plaps","plaque","plaques","plaquette","plaquettes","plash","plashed","plasher","plashers","plashes","plashet","plashets","plashier","plashiest","plashing","plashings","plashy","plasm","plasma","plasmagel","plasmagels","plasmagene","plasmagenes","plasmagenic","plasmalemma","plasmalemmas","plasmaphereses","plasmapheresis","plasmas","plasmasol","plasmasols","plasmatic","plasmatical","plasmic","plasmid","plasmids","plasmin","plasminogen","plasminogens","plasmins","plasmodesm","plasmodesma","plasmodesmas","plasmodesmata","plasmodesms","plasmodia","plasmodial","plasmodium","plasmogamies","plasmogamy","plasmoid","plasmoids","plasmolyse","plasmolysed","plasmolyses","plasmolysing","plasmolysis","plasmolytic","plasmolytically","plasmolyze","plasmolyzed","plasmolyzes","plasmolyzing","plasmon","plasmons","plasmosoma","plasmosomata","plasmosome","plasmosomes","plasms","plast","plaste","plaster","plasterboard","plasterboards","plastered","plasterer","plasterers","plasteriness","plasterinesses","plastering","plasterings","plasters","plasterstone","plasterstones","plasterwork","plasterworks","plastery","plastic","plastically","plasticene","plasticenes","plasticine","plasticines","plasticisation","plasticisations","plasticise","plasticised","plasticiser","plasticisers","plasticises","plasticising","plasticities","plasticity","plasticization","plasticizations","plasticize","plasticized","plasticizer","plasticizers","plasticizes","plasticizing","plasticky","plasticly","plastics","plastid","plastidial","plastids","plastidule","plastidules","plastilina","plastilinas","plastique","plastiques","plastisol","plastisols","plastocyanin","plastocyanins","plastogamies","plastogamy","plastometer","plastometers","plastometric","plastometries","plastometry","plastoquinone","plastoquinones","plastral","plastron","plastrons","plastrum","plastrums","plat","platan","platanaceous","platane","platanes","platanna","platannas","platans","platband","platbands","plate","plateasm","plateasms","plateau","plateaued","plateauing","plateaus","plateaux","plated","plateful","platefuls","plateglass","platelayer","platelayers","platelet","platelets","platelike","platemaker","platemakers","platemaking","platemakings","plateman","platemark","platemarked","platemarking","platemarks","platemen","platen","platens","plater","plateresque","platers","plates","platesful","platform","platformed","platforming","platformings","platforms","platier","platies","platiest","platina","platinas","plating","platings","platinic","platiniferous","platiniridium","platiniridiums","platinisation","platinisations","platinise","platinised","platinises","platinising","platinization","platinizations","platinize","platinized","platinizes","platinizing","platinocyanic","platinocyanide","platinocyanides","platinoid","platinoids","platinotype","platinotypes","platinous","platinum","platinums","platitude","platitudes","platitudinal","platitudinarian","platitudinarians","platitudinise","platitudinised","platitudiniser","platitudinisers","platitudinises","platitudinising","platitudinize","platitudinized","platitudinizer","platitudinizers","platitudinizes","platitudinizing","platitudinous","platitudinously","platonic","platonically","platonics","platonism","platonisms","platoon","platooned","platooning","platoons","plats","platted","platteland","plattelands","platter","platterful","platterfuls","platters","plattersful","platting","plattings","platy","platycephalic","platycephalous","platyfish","platyfishes","platyhelminth","platyhelminthic","platyhelminths","platykurtic","platypi","platypus","platypuses","platyrrhine","platyrrhines","platyrrhinian","platyrrhinians","platys","platysma","platysmas","plaudit","plaudite","plauditory","plaudits","plausibilities","plausibility","plausible","plausibleness","plausiblenesses","plausibly","plausive","plaustral","play","playa","playabilities","playability","playable","playact","playacted","playacting","playactings","playactor","playactors","playacts","playas","playback","playbacks","playbill","playbills","playbook","playbooks","playboy","playboys","playdate","playdates","playday","playdays","playdough","playdoughs","playdown","playdowns","played","player","players","playfellow","playfellows","playfield","playfields","playful","playfully","playfulness","playfulnesses","playgirl","playgirls","playgoer","playgoers","playgoing","playgoings","playground","playgrounds","playgroup","playgroups","playhouse","playhouses","playing","playland","playlands","playleader","playleaders","playless","playlet","playlets","playlike","playlist","playlisted","playlisting","playlists","playmaker","playmakers","playmaking","playmakings","playmate","playmates","playoff","playoffs","playpen","playpens","playroom","playrooms","plays","playschool","playschools","playslip","playslips","playsome","playsuit","playsuits","plaything","playthings","playtime","playtimes","playwear","playwright","playwrighting","playwrightings","playwrights","playwriting","playwritings","plaza","plazas","plea","pleach","pleached","pleaches","pleaching","plead","pleadable","pleaded","pleader","pleaders","pleading","pleadingly","pleadings","pleads","pleaed","pleaing","pleas","pleasable","pleasance","pleasances","pleasant","pleasanter","pleasantest","pleasantly","pleasantness","pleasantnesses","pleasantries","pleasantry","please","pleased","pleasedly","pleaseman","pleasemen","pleaser","pleasers","pleases","pleaseth","pleasing","pleasingly","pleasingness","pleasingnesses","pleasings","pleasurabilities","pleasurability","pleasurable","pleasurableness","pleasurablenesses","pleasurably","pleasure","pleasured","pleasureful","pleasureless","pleasurer","pleasurers","pleasures","pleasuring","pleat","pleated","pleater","pleaters","pleather","pleathers","pleating","pleatless","pleats","pleb","plebbier","plebbiest","plebby","plebe","plebean","plebeian","plebeianise","plebeianised","plebeianises","plebeianising","plebeianism","plebeianisms","plebeianize","plebeianized","plebeianizes","plebeianizing","plebeianly","plebeians","plebes","plebian","plebification","plebifications","plebified","plebifies","plebify","plebifying","plebiscitary","plebiscite","plebiscites","plebs","plecopteran","plecopterans","plecopterous","plectognath","plectognathic","plectognathous","plectognaths","plectopterous","plectra","plectre","plectres","plectron","plectrons","plectrum","plectrums","pled","pledgable","pledge","pledgeable","pledged","pledgee","pledgees","pledgeor","pledgeors","pledger","pledgers","pledges","pledget","pledgets","pledging","pledgor","pledgors","pleiad","pleiades","pleiads","pleinairism","pleinairisms","pleinairist","pleinairists","pleiocene","pleiochasia","pleiochasium","pleiomeries","pleiomerous","pleiomery","pleiotaxies","pleiotaxy","pleiotropic","pleiotropies","pleiotropism","pleiotropisms","pleiotropy","plena","plenaries","plenarily","plenarties","plenarty","plenary","plench","plenches","plenilunar","plenilune","plenilunes","plenipo","plenipoes","plenipos","plenipotence","plenipotences","plenipotencies","plenipotency","plenipotent","plenipotential","plenipotentiaries","plenipotentiary","plenish","plenished","plenisher","plenishers","plenishes","plenishing","plenishings","plenishment","plenishments","plenism","plenisms","plenist","plenists","plenitude","plenitudes","plenitudinous","plenteous","plenteously","plenteousness","plenteousnesses","plenties","plentiful","plentifully","plentifulness","plentifulnesses","plentitude","plentitudes","plenty","plenum","plenums","pleochroic","pleochroism","pleochroisms","pleomorphic","pleomorphies","pleomorphism","pleomorphisms","pleomorphous","pleomorphy","pleon","pleonal","pleonasm","pleonasms","pleonast","pleonaste","pleonastes","pleonastic","pleonastical","pleonastically","pleonasts","pleonectic","pleonexia","pleonexias","pleonic","pleons","pleopod","pleopods","plerion","plerions","plerocercoid","plerocercoids","pleroma","pleromas","pleromatic","plerome","pleromes","plerophoria","plerophorias","plerophories","plerophory","plesh","pleshes","plesiosaur","plesiosaurian","plesiosaurs","plessimeter","plessimeters","plessimetric","plessimetries","plessimetry","plessor","plessors","plethora","plethoras","plethoric","plethorical","plethorically","plethysmogram","plethysmograms","plethysmograph","plethysmographic","plethysmographically","plethysmographies","plethysmographs","plethysmography","pleuch","pleuched","pleuching","pleuchs","pleugh","pleughed","pleughing","pleughs","pleura","pleurae","pleural","pleurapophyses","pleurapophysis","pleuras","pleurisies","pleurisy","pleuritic","pleuritical","pleuritics","pleuritis","pleuritises","pleurocarpous","pleurocenteses","pleurocentesis","pleurodont","pleurodonts","pleurodynia","pleurodynias","pleuron","pleuronia","pleuronias","pleuropneumonia","pleuropneumonias","pleurotomies","pleurotomy","pleuston","pleustonic","pleustons","plew","plews","plex","plexal","plexes","plexiform","plexiglass","plexiglasses","pleximeter","pleximeters","pleximetric","pleximetries","pleximetry","plexor","plexors","plexure","plexures","plexus","plexuses","pliabilities","pliability","pliable","pliableness","pliablenesses","pliably","pliancies","pliancy","pliant","pliantly","pliantness","pliantnesses","plica","plicae","plical","plicate","plicated","plicately","plicateness","plicatenesses","plicates","plicating","plication","plications","plicature","plicatures","plie","plied","plier","pliers","plies","plight","plighted","plighter","plighters","plightful","plighting","plights","plim","plimmed","plimming","plims","plimsol","plimsole","plimsoles","plimsoll","plimsolls","plimsols","pling","plings","plink","plinked","plinker","plinkers","plinkier","plinkiest","plinking","plinkings","plinks","plinky","plinth","plinths","pliocene","pliofilm","pliofilms","pliosaur","pliosaurs","pliotron","pliotrons","pliskie","pliskies","plisky","plisse","plisses","ploat","ploated","ploating","ploats","plod","plodded","plodder","plodders","plodding","ploddingly","ploddingness","ploddingnesses","ploddings","plodge","plodged","plodges","plodging","plods","ploidies","ploidy","plong","plongd","plonge","plonged","plonges","plonging","plongs","plonk","plonked","plonker","plonkers","plonkier","plonkiest","plonking","plonkings","plonko","plonkos","plonks","plonky","plook","plookie","plookier","plookiest","plooks","plooky","plop","plopped","plopping","plops","plosion","plosions","plosive","plosives","plot","plotful","plotless","plotlessness","plotlessnesses","plotline","plotlines","plots","plottage","plottages","plotted","plotter","plottered","plottering","plotters","plottie","plottier","plotties","plottiest","plotting","plottingly","plottings","plotty","plotz","plotzed","plotzes","plotzing","plough","ploughable","ploughboy","ploughboys","ploughed","plougher","ploughers","ploughgate","ploughgates","ploughing","ploughings","ploughland","ploughlands","ploughman","ploughmanship","ploughmanships","ploughmen","ploughs","ploughshare","ploughshares","ploughstaff","ploughstaffs","ploughtail","ploughtails","ploughwise","ploughwright","ploughwrights","plouk","ploukie","ploukier","ploukiest","plouks","plouky","plouter","ploutered","ploutering","plouters","plover","plovers","plovery","plow","plowable","plowback","plowbacks","plowboy","plowboys","plowed","plower","plowers","plowhead","plowheads","plowing","plowland","plowlands","plowman","plowmanship","plowmanships","plowmen","plows","plowshare","plowshares","plowstaff","plowstaffs","plowter","plowtered","plowtering","plowters","ploy","ployed","ploying","ploys","plu","pluck","plucked","plucker","pluckers","pluckier","pluckiest","pluckily","pluckiness","pluckinesses","plucking","plucks","plucky","plue","plues","pluff","pluffed","pluffier","pluffiest","pluffing","pluffs","pluffy","plug","plugboard","plugboards","plugged","plugger","pluggers","plugging","pluggings","plughole","plugholes","plugless","plugola","plugolas","plugs","pluguglies","plugugly","plum","plumage","plumaged","plumages","plumassier","plumassiers","plumate","plumb","plumbable","plumbaginaceous","plumbaginous","plumbago","plumbagos","plumbate","plumbates","plumbed","plumbeous","plumber","plumberies","plumbers","plumbery","plumbic","plumbiferous","plumbing","plumbings","plumbism","plumbisms","plumbisolvency","plumbisolvent","plumbite","plumbites","plumbless","plumbness","plumbnesses","plumbosolvency","plumbosolvent","plumbous","plumbs","plumbum","plumbums","plumcot","plumcots","plumdamas","plumdamases","plume","plumed","plumeless","plumelet","plumelets","plumelike","plumeria","plumerias","plumeries","plumery","plumes","plumier","plumiest","plumigerous","pluming","plumiped","plumipeds","plumist","plumists","plumlike","plummer","plummest","plummet","plummeted","plummeting","plummets","plummier","plummiest","plummy","plumose","plumosely","plumosities","plumosity","plumous","plump","plumped","plumpen","plumpened","plumpening","plumpens","plumper","plumpers","plumpest","plumpie","plumpier","plumpiest","plumping","plumpish","plumply","plumpness","plumpnesses","plumps","plumpy","plums","plumula","plumulaceous","plumulae","plumular","plumularian","plumularians","plumulate","plumule","plumules","plumulose","plumy","plunder","plunderable","plunderage","plunderages","plundered","plunderer","plunderers","plundering","plunderous","plunders","plunge","plunged","plunger","plungers","plunges","plunging","plungings","plunk","plunked","plunker","plunkers","plunkier","plunkiest","plunking","plunks","plunky","pluperfect","pluperfects","plural","pluralisation","pluralisations","pluralise","pluralised","pluraliser","pluralisers","pluralises","pluralising","pluralism","pluralisms","pluralist","pluralistic","pluralistically","pluralists","pluralities","plurality","pluralization","pluralizations","pluralize","pluralized","pluralizer","pluralizers","pluralizes","pluralizing","plurally","plurals","pluriliteral","plurilocular","pluripara","pluriparae","pluriparas","pluripotent","pluripresence","pluripresences","pluriserial","pluriseriate","plurisie","plurisies","plurry","plus","plusage","plusages","plused","pluses","plush","plusher","plushes","plushest","plushier","plushiest","plushily","plushiness","plushinesses","plushly","plushness","plushnesses","plushy","plusing","plussage","plussages","plussed","plusses","plussing","pluteal","plutei","pluteus","pluteuses","plutocracies","plutocracy","plutocrat","plutocratic","plutocratical","plutocratically","plutocrats","plutolatries","plutolatry","plutologies","plutologist","plutologists","plutology","pluton","plutonian","plutonic","plutonism","plutonisms","plutonium","plutoniums","plutonomies","plutonomist","plutonomists","plutonomy","plutons","pluvial","pluvials","pluvian","pluviometer","pluviometers","pluviometric","pluviometrical","pluviometries","pluviometry","pluviose","pluvious","pluvius","ply","plyer","plyers","plying","plyingly","plyometric","plyometrics","plywood","plywoods","pneuma","pneumas","pneumathode","pneumathodes","pneumatic","pneumatical","pneumatically","pneumaticities","pneumaticity","pneumatics","pneumatological","pneumatologies","pneumatologist","pneumatologists","pneumatology","pneumatolyses","pneumatolysis","pneumatolytic","pneumatometer","pneumatometers","pneumatometries","pneumatometry","pneumatophore","pneumatophores","pneumectomies","pneumectomy","pneumobacilli","pneumobacillus","pneumococcal","pneumococci","pneumococcus","pneumoconioses","pneumoconiosis","pneumoconiotic","pneumoconiotics","pneumocystis","pneumocystises","pneumodynamics","pneumogastric","pneumogastrics","pneumogram","pneumograms","pneumograph","pneumographs","pneumokonioses","pneumokoniosis","pneumonectomies","pneumonectomy","pneumonia","pneumonias","pneumonic","pneumonics","pneumonites","pneumonitides","pneumonitis","pneumonitises","pneumothoraces","pneumothorax","pneumothoraxes","po","poa","poaceous","poach","poachable","poached","poacher","poachers","poaches","poachier","poachiest","poachiness","poachinesses","poaching","poachings","poachy","poaka","poakas","poake","poakes","poas","poblano","poblanos","poboy","poboys","pochard","pochards","pochay","pochays","pochette","pochettes","pochoir","pochoirs","pock","pockard","pockards","pocked","pocket","pocketable","pocketbike","pocketbikes","pocketbook","pocketbooks","pocketed","pocketer","pocketers","pocketful","pocketfuls","pocketing","pocketknife","pocketknives","pocketless","pockets","pocketsful","pockier","pockies","pockiest","pockily","pocking","pockmankies","pockmanky","pockmantie","pockmanties","pockmark","pockmarked","pockmarking","pockmarks","pockpit","pockpits","pockpitted","pocks","pocky","poco","pococurante","pococuranteism","pococuranteisms","pococurantes","pococurantism","pococurantisms","pococurantist","pococurantists","pocosen","pocosens","pocosin","pocosins","pocoson","pocosons","poculiform","pod","podagra","podagral","podagras","podagric","podagrical","podagrous","podal","podalic","podargus","podarguses","podcast","podcasted","podcaster","podcasters","podcasting","podcastings","podcasts","podded","poddie","poddier","poddies","poddiest","podding","poddle","poddled","poddles","poddling","poddy","podesta","podestas","podex","podexes","podge","podges","podgier","podgiest","podgily","podginess","podginesses","podgy","podia","podial","podiatric","podiatries","podiatrist","podiatrists","podiatry","podite","podites","poditic","podium","podiums","podley","podleys","podlike","podocarp","podocarps","podoconioses","podoconiosis","podologies","podologist","podologists","podology","podomere","podomeres","podophthalmous","podophylin","podophylins","podophylli","podophyllin","podophyllins","podophyllum","podophyllums","podosphere","podospheres","pods","podsol","podsolic","podsolisation","podsolisations","podsolise","podsolised","podsolises","podsolising","podsolization","podsolizations","podsolize","podsolized","podsolizes","podsolizing","podsols","podzol","podzolic","podzolisation","podzolisations","podzolise","podzolised","podzolises","podzolising","podzolization","podzolizations","podzolize","podzolized","podzolizes","podzolizing","podzols","poechore","poechores","poem","poematic","poems","poenologies","poenology","poep","poepol","poepols","poeps","poesied","poesies","poesy","poesying","poet","poetaster","poetasteries","poetastering","poetasterings","poetasters","poetastery","poetastries","poetastry","poetess","poetesses","poetic","poetical","poetically","poeticalness","poeticalnesses","poeticals","poeticise","poeticised","poeticises","poeticising","poeticism","poeticisms","poeticize","poeticized","poeticizes","poeticizing","poetics","poeticule","poeticules","poetise","poetised","poetiser","poetisers","poetises","poetising","poetize","poetized","poetizer","poetizers","poetizes","poetizing","poetless","poetlike","poetresse","poetresses","poetries","poetry","poets","poetship","poetships","poffle","poffles","pogey","pogeys","pogge","pogges","pogies","pogo","pogoed","pogoer","pogoers","pogoing","pogonia","pogonias","pogonip","pogonips","pogonophoran","pogonophorans","pogonotomies","pogonotomy","pogos","pogrom","pogromed","pogroming","pogromist","pogromists","pogroms","pogy","poh","pohiri","pohiris","pohutukawa","pohutukawas","poi","poignado","poignadoes","poignance","poignances","poignancies","poignancy","poignant","poignantly","poikilitic","poikilocyte","poikilocytes","poikilotherm","poikilothermal","poikilothermic","poikilothermies","poikilothermism","poikilotherms","poikilothermy","poilu","poilus","poinado","poinadoes","poinciana","poincianas","poind","poinded","poinder","poinders","poinding","poindings","poinds","poinsettia","poinsettias","point","pointable","pointe","pointed","pointedly","pointedness","pointednesses","pointel","pointelle","pointelles","pointels","pointer","pointers","pointes","pointier","pointiest","pointille","pointillism","pointillisme","pointillismes","pointillisms","pointillist","pointilliste","pointillistes","pointillistic","pointillists","pointing","pointings","pointless","pointlessly","pointlessness","pointlessnesses","pointman","pointmen","points","pointsman","pointsmen","pointtillist","pointy","pois","poise","poised","poiser","poisers","poises","poisha","poising","poison","poisonable","poisoned","poisoner","poisoners","poisoning","poisonings","poisonous","poisonously","poisonousness","poisonousnesses","poisons","poisonwood","poisonwoods","poisson","poissons","poitin","poitins","poitrel","poitrels","poitrine","poitrines","pokable","pokal","pokals","poke","pokeberries","pokeberry","poked","pokeful","pokefuls","pokelogan","pokelogans","poker","pokerish","pokerishly","pokeroot","pokeroots","pokers","pokerwork","pokerworks","pokes","pokeweed","pokeweeds","pokey","pokeys","pokie","pokier","pokies","pokiest","pokily","pokiness","pokinesses","poking","poky","pol","polacca","polaccas","polacre","polacres","polar","polarimeter","polarimeters","polarimetric","polarimetries","polarimetry","polarisable","polarisation","polarisations","polariscope","polariscopes","polariscopic","polarise","polarised","polariser","polarisers","polarises","polarising","polarities","polarity","polarizabilities","polarizability","polarizable","polarization","polarizations","polarize","polarized","polarizer","polarizers","polarizes","polarizing","polarogram","polarograms","polarograph","polarographic","polarographically","polarographies","polarographs","polarography","polaron","polarons","polars","polder","poldered","poldering","polders","pole","poleax","poleaxe","poleaxed","poleaxes","poleaxing","polecat","polecats","poled","poleis","poleless","polemarch","polemarchs","polemic","polemical","polemically","polemicise","polemicised","polemicises","polemicising","polemicist","polemicists","polemicize","polemicized","polemicizes","polemicizing","polemics","polemise","polemised","polemises","polemising","polemist","polemists","polemize","polemized","polemizes","polemizing","polemoniaceous","polemonium","polemoniums","polenta","polentas","poler","polers","poles","polestar","polestars","poleward","poley","poleyn","poleyns","poleys","polianite","polianites","police","policed","policeman","policemen","policer","policers","polices","policewoman","policewomen","policies","policing","policings","policy","policyholder","policyholders","polies","poling","polings","polio","poliomyelitides","poliomyelitis","poliomyelitises","poliorcetic","poliorcetics","polios","poliovirus","polioviruses","polis","polises","polish","polishable","polished","polisher","polishers","polishes","polishing","polishings","polishment","polishments","politburo","politburos","polite","politely","politeness","politenesses","politer","politesse","politesses","politest","politic","political","politicalise","politicalised","politicalises","politicalising","politicalization","politicalizations","politicalize","politicalized","politicalizes","politicalizing","politically","politicaster","politicasters","politician","politicians","politicisation","politicisations","politicise","politicised","politicises","politicising","politicization","politicizations","politicize","politicized","politicizes","politicizing","politick","politicked","politicker","politickers","politicking","politickings","politicks","politicly","politico","politicoes","politicos","politics","polities","politique","politiques","polity","polje","poljes","polk","polka","polkaed","polkaing","polkas","polked","polking","polks","poll","pollack","pollacks","pollan","pollans","pollard","pollarded","pollarding","pollards","pollaxe","pollaxed","pollaxes","pollaxing","polled","pollee","pollees","pollen","pollenate","pollenated","pollenates","pollenating","pollened","polleniferous","pollening","polleniser","pollenisers","pollenizer","pollenizers","pollenoses","pollenosis","pollenosises","pollens","pollent","poller","pollers","pollex","pollical","pollices","pollicie","pollicies","pollicitation","pollicitations","pollicy","pollies","pollinate","pollinated","pollinates","pollinating","pollination","pollinations","pollinator","pollinators","polling","pollings","pollinia","pollinic","polliniferous","pollinise","pollinised","polliniser","pollinisers","pollinises","pollinising","pollinium","pollinize","pollinized","pollinizer","pollinizers","pollinizes","pollinizing","pollinoses","pollinosis","pollinosises","pollist","pollists","polliwig","polliwigs","polliwog","polliwogs","pollman","pollmen","pollock","pollocks","polls","pollster","pollsters","polltaker","polltakers","pollucite","pollucites","pollusion","pollusions","pollutant","pollutants","pollute","polluted","pollutedly","pollutedness","pollutednesses","polluter","polluters","pollutes","polluting","pollution","pollutions","pollutive","polly","pollyanna","pollyannaish","pollyannaism","pollyannaisms","pollyannas","pollyannish","pollywig","pollywigs","pollywog","pollywogs","polo","poloidal","poloist","poloists","polonaise","polonaises","polonie","polonies","polonise","polonised","polonises","polonising","polonism","polonisms","polonium","poloniums","polonize","polonized","polonizes","polonizing","polony","polos","pols","polt","polted","poltergeist","poltergeists","poltfeet","poltfoot","polting","poltroon","poltrooneries","poltroonery","poltroons","polts","polverine","polverines","poly","polyacid","polyacrylamide","polyacrylamides","polyacrylonitrile","polyacrylonitriles","polyact","polyactinal","polyactine","polyadelphous","polyadic","polyalcohol","polyalcohols","polyamide","polyamides","polyamine","polyamines","polyamories","polyamorous","polyamory","polyandries","polyandrous","polyandry","polyantha","polyanthas","polyanthi","polyanthus","polyanthuses","polyarch","polyarchies","polyarchy","polyatomic","polyaxial","polyaxials","polyaxon","polyaxonic","polyaxons","polybasic","polybasite","polybasites","polybrid","polybrids","polybutadiene","polybutadienes","polycarbonate","polycarbonates","polycarboxylate","polycarboxylic","polycarpellary","polycarpic","polycarpies","polycarpous","polycarpy","polycentric","polycentrism","polycentrisms","polychaete","polychaetes","polychaetous","polychasia","polychasium","polychete","polychetes","polychlorinated","polychloroprene","polychotomies","polychotomous","polychotomy","polychrest","polychrests","polychroic","polychroism","polychroisms","polychromatic","polychromatism","polychromatisms","polychromatophilia","polychromatophilias","polychromatophilic","polychrome","polychromed","polychromes","polychromic","polychromies","polychroming","polychromous","polychromy","polycistronic","polyclinic","polyclinics","polyclonal","polycondensation","polycondensations","polyconic","polycot","polycots","polycotton","polycottons","polycotyledon","polycotyledons","polycrotic","polycrotism","polycrotisms","polycrystal","polycrystalline","polycrystals","polyculture","polycultures","polycyclic","polycyclics","polycystic","polycythaemia","polycythaemias","polycythemia","polycythemias","polycythemic","polydactyl","polydactylies","polydactylism","polydactylisms","polydactylous","polydactyls","polydactyly","polydaemonism","polydaemonisms","polydemic","polydemonism","polydemonisms","polydipsia","polydipsias","polydipsic","polydisperse","polydispersities","polydispersity","polyelectrolyte","polyelectrolytes","polyembryonate","polyembryonic","polyembryonies","polyembryony","polyene","polyenes","polyenic","polyester","polyesterification","polyesterifications","polyesters","polyestrous","polyethene","polyethenes","polyethylene","polyethylenes","polygala","polygalaceous","polygalas","polygam","polygamic","polygamies","polygamise","polygamised","polygamises","polygamising","polygamist","polygamists","polygamize","polygamized","polygamizes","polygamizing","polygamous","polygamously","polygams","polygamy","polygene","polygenes","polygeneses","polygenesis","polygenetic","polygenetically","polygenic","polygenies","polygenism","polygenisms","polygenist","polygenists","polygenous","polygeny","polyglot","polyglotism","polyglotisms","polyglots","polyglott","polyglottal","polyglottic","polyglottism","polyglottisms","polyglottous","polyglotts","polygon","polygonaceous","polygonal","polygonally","polygonatum","polygonatums","polygonies","polygons","polygonum","polygonums","polygony","polygraph","polygraphed","polygrapher","polygraphers","polygraphic","polygraphically","polygraphies","polygraphing","polygraphist","polygraphists","polygraphs","polygraphy","polygynian","polygynies","polygynist","polygynists","polygynous","polygyny","polyhalite","polyhalites","polyhedra","polyhedral","polyhedric","polyhedron","polyhedrons","polyhedroses","polyhedrosis","polyhistor","polyhistorian","polyhistorians","polyhistoric","polyhistories","polyhistors","polyhistory","polyhybrid","polyhybrids","polyhydric","polyhydroxy","polyimide","polyimides","polyisoprene","polyisoprenes","polylemma","polylemmas","polylysine","polylysines","polymastia","polymastias","polymastic","polymasties","polymastism","polymastisms","polymasty","polymath","polymathic","polymathies","polymaths","polymathy","polymer","polymerase","polymerases","polymeric","polymeride","polymerides","polymeries","polymerisation","polymerisations","polymerise","polymerised","polymerises","polymerising","polymerism","polymerisms","polymerization","polymerizations","polymerize","polymerized","polymerizes","polymerizing","polymerous","polymers","polymery","polymorph","polymorphic","polymorphically","polymorphism","polymorphisms","polymorphonuclear","polymorphonuclears","polymorphous","polymorphously","polymorphs","polymyositis","polymyositises","polymyxin","polymyxins","polyneuritides","polyneuritis","polyneuritises","polynia","polynias","polynomial","polynomialism","polynomialisms","polynomials","polynuclear","polynucleate","polynucleotide","polynucleotides","polynya","polynyas","polynyi","polyol","polyolefin","polyolefins","polyols","polyoma","polyomas","polyomino","polyominos","polyonym","polyonymic","polyonymies","polyonymous","polyonyms","polyonymy","polyp","polyparia","polyparies","polyparium","polypary","polype","polyped","polypeds","polypeptide","polypeptides","polypeptidic","polypes","polypetalous","polyphagia","polyphagias","polyphagies","polyphagous","polyphagy","polypharmacies","polypharmacy","polyphase","polyphasic","polyphenol","polyphenolic","polyphenols","polyphiloprogenitive","polyphloesboean","polyphloisbic","polyphon","polyphone","polyphones","polyphonic","polyphonically","polyphonies","polyphonist","polyphonists","polyphonous","polyphonously","polyphons","polyphony","polyphosphoric","polyphyletic","polyphyletically","polyphyllous","polyphyodont","polypi","polypide","polypides","polypidom","polypidoms","polypill","polypills","polypine","polypite","polypites","polyploid","polyploidal","polyploidic","polyploidies","polyploids","polyploidy","polypnea","polypneas","polypneic","polypod","polypodies","polypodous","polypods","polypody","polypoid","polypore","polypores","polyposes","polyposis","polypous","polypropene","polypropenes","polypropylene","polypropylenes","polyprotodont","polyprotodonts","polyps","polyptych","polyptychs","polypus","polypuses","polyrhythm","polyrhythmic","polyrhythmically","polyrhythms","polyribonucleotide","polyribonucleotides","polyribosomal","polyribosome","polyribosomes","polys","polysaccharide","polysaccharides","polysaccharose","polysaccharoses","polysemant","polysemants","polyseme","polysemes","polysemic","polysemies","polysemous","polysemy","polysepalous","polysiloxane","polysiloxanes","polysome","polysomes","polysomic","polysomics","polysomies","polysomy","polysorbate","polysorbates","polystichous","polystylar","polystyle","polystyrene","polystyrenes","polysulfide","polysulfides","polysulphide","polysulphides","polysyllabic","polysyllabical","polysyllabically","polysyllabicism","polysyllabism","polysyllabisms","polysyllable","polysyllables","polysyllogism","polysyllogisms","polysynaptic","polysynaptically","polysyndeton","polysyndetons","polysyntheses","polysynthesis","polysynthesism","polysynthesisms","polysynthetic","polysynthetical","polysynthetism","polysynthetisms","polytechnic","polytechnical","polytechnics","polytene","polytenies","polyteny","polythalamous","polytheism","polytheisms","polytheist","polytheistic","polytheistical","polytheists","polythene","polythenes","polytocous","polytonal","polytonalism","polytonalisms","polytonalist","polytonalists","polytonalities","polytonality","polytonally","polytrophic","polytunnel","polytunnels","polytype","polytypes","polytypic","polytypical","polyunsaturated","polyurethan","polyurethane","polyurethanes","polyurethans","polyuria","polyurias","polyuric","polyvalence","polyvalences","polyvalencies","polyvalency","polyvalent","polyvinyl","polyvinylidene","polyvinylidenes","polyvinyls","polywater","polywaters","polyzoa","polyzoan","polyzoans","polyzoaria","polyzoarial","polyzoaries","polyzoarium","polyzoary","polyzoic","polyzonal","polyzooid","polyzoon","pom","pomace","pomaceous","pomaces","pomade","pomaded","pomades","pomading","pomander","pomanders","pomato","pomatoes","pomatum","pomatums","pombe","pombes","pome","pomegranate","pomegranates","pomelo","pomelos","pomeroy","pomeroys","pomes","pomfret","pomfrets","pomiculture","pomicultures","pomiferous","pommee","pommel","pommele","pommeled","pommeling","pommelled","pommelling","pommels","pommetty","pommie","pommies","pommy","pomo","pomoerium","pomoeriums","pomological","pomologically","pomologies","pomologist","pomologists","pomology","pomos","pomosexual","pomosexuals","pomp","pompadour","pompadoured","pompadours","pompano","pompanos","pompelmoose","pompelmooses","pompelmous","pompelmouse","pompelmouses","pompelo","pompelos","pompey","pompeyed","pompeying","pompeys","pompholygous","pompholyx","pompholyxes","pompier","pompilid","pompilids","pompion","pompions","pompom","pompoms","pompon","pompons","pompoon","pompoons","pomposities","pomposity","pompous","pompously","pompousness","pompousnesses","pomps","pomroy","pomroys","poms","pomwater","pomwaters","ponce","ponceau","ponceaus","ponceaux","ponced","ponces","poncey","poncho","ponchoed","ponchos","poncier","ponciest","poncing","poncy","pond","pondage","pondages","ponded","ponder","ponderabilities","ponderability","ponderable","ponderables","ponderably","ponderal","ponderance","ponderances","ponderancies","ponderancy","ponderate","ponderated","ponderates","ponderating","ponderation","ponderations","pondered","ponderer","ponderers","pondering","ponderingly","ponderment","ponderments","ponderosa","ponderosas","ponderosities","ponderosity","ponderous","ponderously","ponderousness","ponderousnesses","ponders","ponding","pondok","pondokkie","pondokkies","pondoks","ponds","pondweed","pondweeds","pone","ponent","ponerologies","ponerology","pones","poney","poneys","pong","ponga","pongas","ponged","pongee","pongees","pongid","pongids","pongier","pongiest","ponging","pongo","pongoes","pongos","pongs","pongy","poniard","poniarded","poniarding","poniards","ponied","ponies","ponk","ponked","ponking","ponks","pons","pont","pontage","pontages","pontal","pontes","pontianac","pontianacs","pontianak","pontianaks","pontic","ponticello","ponticellos","pontie","ponties","pontifex","pontiff","pontiffs","pontific","pontifical","pontificalities","pontificality","pontifically","pontificals","pontificate","pontificated","pontificates","pontificating","pontification","pontifications","pontificator","pontificators","pontifice","pontifices","pontified","pontifies","pontify","pontifying","pontil","pontile","pontiles","pontils","pontine","pontlevis","pontlevises","ponton","pontoneer","pontoneers","pontonier","pontoniers","pontonnier","pontonniers","pontons","pontoon","pontooned","pontooner","pontooners","pontooning","pontoons","ponts","ponty","pony","ponying","ponyskin","ponyskins","ponytail","ponytailed","ponytails","ponzu","ponzus","poo","pooch","pooched","pooches","pooching","pood","poodle","poodles","poods","pooed","poof","poofier","poofiest","poofs","pooftah","pooftahs","poofter","poofters","poofy","poogye","poogyes","pooh","poohed","poohing","poohs","pooing","pooja","poojah","poojahs","poojas","pook","pooka","pookas","pooking","pookit","pooks","pool","pooled","pooler","poolers","poolhall","poolhalls","pooling","poolroom","poolrooms","pools","poolside","poolsides","poon","poonac","poonacs","poonce","poonced","poonces","pooncing","poons","poontang","poontangs","poop","pooped","pooper","poopers","pooping","poops","poor","poorer","poorest","poorhouse","poorhouses","poori","pooris","poorish","poorlier","poorliest","poorly","poormouth","poormouthed","poormouthing","poormouths","poorness","poornesses","poort","poortith","poortiths","poorts","poorwill","poorwills","poos","poot","pooted","pooter","pooters","pooting","pootle","pootled","pootles","pootling","poots","poove","pooveries","poovery","pooves","poovier","pooviest","poovy","pop","popadum","popadums","popcorn","popcorns","pope","popedom","popedoms","popehood","popehoods","popeless","popelike","popeling","popelings","popera","poperas","poperies","poperin","poperins","popery","popes","popeseye","popeship","popeships","popette","popettes","popeyed","popgun","popguns","popinjay","popinjays","popish","popishly","popjoy","popjoyed","popjoying","popjoys","poplar","poplars","poplin","poplinette","poplinettes","poplins","popliteal","poplitei","popliteus","poplitic","popmobilities","popmobility","popover","popovers","poppa","poppadom","poppadoms","poppadum","poppadums","poppas","popped","popper","poppering","popperings","poppers","poppet","poppets","poppied","poppier","poppies","poppiest","popping","poppish","poppit","poppits","popple","poppled","popples","popplier","poppliest","poppling","popply","poppy","poppycock","poppycocks","poppyhead","poppyheads","poprin","pops","popsicle","popsicles","popsie","popsies","popsock","popsocks","popster","popsters","popstrel","popstrels","popsy","populace","populaces","popular","popularisation","popularisations","popularise","popularised","populariser","popularisers","popularises","popularising","popularities","popularity","popularization","popularizations","popularize","popularized","popularizer","popularizers","popularizes","popularizing","popularly","populars","populate","populated","populates","populating","population","populational","populations","populism","populisms","populist","populistic","populists","populous","populously","populousness","populousnesses","porae","poraes","poral","porangi","porbeagle","porbeagles","porcelain","porcelaineous","porcelainise","porcelainised","porcelainises","porcelainising","porcelainize","porcelainized","porcelainizes","porcelainizing","porcelainlike","porcelainous","porcelains","porcelaneous","porcellaneous","porcellanise","porcellanised","porcellanises","porcellanising","porcellanite","porcellanites","porcellanize","porcellanized","porcellanizes","porcellanizing","porcellanous","porch","porches","porchetta","porchettas","porcine","porcini","porcinis","porcino","porcupine","porcupines","porcupinish","porcupiny","pore","pored","porer","porers","pores","porge","porged","porges","porgie","porgies","porging","porgy","porier","poriest","porifer","poriferal","poriferan","poriferans","poriferous","porifers","porina","porinas","poriness","porinesses","poring","porism","porismatic","porismatical","porisms","poristic","poristical","pork","porked","porker","porkers","porkier","porkies","porkiest","porkiness","porkinesses","porking","porkling","porklings","porkpie","porkpies","porks","porkwood","porkwoods","porky","porlock","porlocked","porlocking","porlocks","porn","pornier","porniest","pornification","pornifications","porno","pornocracies","pornocracy","pornographer","pornographers","pornographic","pornographically","pornographies","pornography","pornos","pornotopia","pornotopian","pornotopias","porns","porny","porogamic","porogamies","porogamy","poromeric","poromerics","poroscope","poroscopes","poroscopic","poroscopies","poroscopy","porose","poroses","porosis","porosities","porosity","porous","porously","porousness","porousnesses","porpentine","porpentines","porpess","porpesse","porpesses","porphyria","porphyrias","porphyric","porphyries","porphyrin","porphyrins","porphyrio","porphyrios","porphyrite","porphyrites","porphyritic","porphyrogenite","porphyrogenites","porphyroid","porphyroids","porphyropsin","porphyropsins","porphyrous","porphyry","porpoise","porpoised","porpoises","porpoising","porporate","porraceous","porrect","porrected","porrecting","porrection","porrections","porrects","porrenger","porrengers","porridge","porridges","porridgy","porriginous","porrigo","porrigos","porringer","porringers","port","porta","portabella","portabellas","portabello","portabellos","portabilities","portability","portable","portables","portably","portage","portaged","portages","portaging","portague","portagues","portal","portaled","portals","portamenti","portamento","portance","portances","portapack","portapacks","portapak","portapaks","portas","portases","portate","portatile","portative","portatives","portcullis","portcullised","portcullises","portcullising","ported","portend","portended","portending","portends","portent","portentous","portentously","portentousness","portentousnesses","portents","porteous","porteouses","porter","porterage","porterages","portered","porteress","porteresses","porterhouse","porterhouses","portering","porterly","porters","portess","portesse","portesses","portfire","portfires","portfolio","portfolios","porthole","portholes","porthors","porthorses","porthos","porthoses","porthouse","porthouses","portico","porticoed","porticoes","porticos","portier","portiere","portiered","portieres","portiest","portigue","portigues","porting","portion","portioned","portioner","portioners","portioning","portionist","portionists","portionless","portions","portland","portlands","portlast","portlasts","portless","portlier","portliest","portliness","portlinesses","portly","portman","portmanteau","portmanteaus","portmanteaux","portmantle","portmantles","portmantua","portmantuas","portmen","portobello","portobellos","portoise","portoises","portolan","portolani","portolano","portolanos","portolans","portous","portouses","portrait","portraited","portraiting","portraitist","portraitists","portraits","portraiture","portraitures","portray","portrayable","portrayal","portrayals","portrayed","portrayer","portrayers","portraying","portrays","portreeve","portreeves","portress","portresses","ports","portside","portulaca","portulacaceous","portulacas","portulan","portulans","porty","porwiggle","porwiggles","pory","pos","posable","posada","posadas","posaune","posaunes","pose","poseable","posed","poser","poserish","posers","poses","poseur","poseurs","poseuse","poseuses","posey","posh","poshed","posher","poshes","poshest","poshing","poshly","poshness","poshnesses","posho","poshos","poshteen","poshteens","posier","posies","posiest","posigrade","posing","posingly","posings","posit","posited","positif","positifs","positing","position","positional","positionally","positioned","positioning","positionings","positions","positive","positively","positiveness","positivenesses","positiver","positives","positivest","positivism","positivisms","positivist","positivistic","positivistically","positivists","positivities","positivity","positon","positons","positron","positronium","positroniums","positrons","posits","posnet","posnets","posole","posoles","posologic","posological","posologies","posology","poss","posse","possed","posser","possers","posses","possess","possessable","possessed","possessedly","possessedness","possessednesses","possesses","possessing","possession","possessional","possessionary","possessionate","possessionates","possessioned","possessionless","possessions","possessive","possessively","possessiveness","possessivenesses","possessives","possessor","possessors","possessorship","possessorships","possessory","posset","posseted","posseting","possets","possibilism","possibilisms","possibilist","possibilists","possibilities","possibility","possible","possibler","possibles","possiblest","possibly","possie","possies","possing","possum","possumed","possuming","possums","post","postabortion","postaccident","postadolescent","postadolescents","postage","postages","postal","postally","postals","postamputation","postanal","postapocalyptic","postarrest","postatomic","postattack","postaxial","postbaccalaureate","postbag","postbags","postbase","postbellum","postbiblical","postbourgeois","postbox","postboxes","postboy","postboys","postburn","postbus","postbuses","postbusses","postcapitalist","postcard","postcarded","postcarding","postcardlike","postcards","postcava","postcavae","postcaval","postcavas","postclassic","postclassical","postcode","postcoded","postcodes","postcoding","postcoital","postcollege","postcolleges","postcollegiate","postcolonial","postconception","postconcert","postconquest","postconsonantal","postconvention","postcopulatory","postcoronary","postcoup","postcranial","postcranially","postcrash","postcrises","postcrisis","postdate","postdated","postdates","postdating","postdeadline","postdebate","postdebutante","postdebutantes","postdelivery","postdepositional","postdepression","postdevaluation","postdiluvial","postdiluvian","postdiluvians","postdive","postdivestiture","postdivorce","postdoc","postdocs","postdoctoral","postdoctorate","postdrug","posted","postediting","posteditings","posteen","posteens","postelection","postembryonal","postembryonic","postemergence","postemergency","postencephalitic","postepileptic","poster","postered","postering","posterior","posteriorities","posteriority","posteriorly","posteriors","posterisation","posterisations","posterities","posterity","posterization","posterizations","postern","posterns","posterolateral","posters","posteruptive","postexercise","postexilian","postexilic","postexperience","postexperimental","postexposure","postface","postfaces","postfault","postfeminism","postfeminisms","postfeminist","postfeminists","postfire","postfix","postfixal","postfixed","postfixes","postfixing","postflight","postform","postformed","postforming","postforms","postfracture","postfractures","postfreeze","postgame","postganglionic","postglacial","postgrad","postgrads","postgraduate","postgraduates","postgraduation","postharvest","posthaste","posthastes","postheat","postheats","posthemorrhagic","postholder","postholders","posthole","postholes","postholiday","postholocaust","posthorse","posthorses","posthospital","posthouse","posthouses","posthumous","posthumously","posthumousness","posthumousnesses","posthypnotic","postical","postiche","postiches","posticous","postie","posties","postil","postiled","postiling","postilion","postilions","postillate","postillated","postillates","postillating","postillation","postillations","postillator","postillators","postilled","postiller","postillers","postilling","postillion","postillions","postils","postimpact","postimperial","postin","postinaugural","postindependence","postindustrial","postinfection","posting","postings","postinjection","postinoculation","postins","postique","postiques","postirradiation","postischemic","postisolation","postlanding","postlapsarian","postlaunch","postliberation","postliminary","postliminia","postliminiary","postliminies","postliminious","postliminium","postliminous","postliminy","postliterate","postlude","postludes","postman","postmarital","postmark","postmarked","postmarking","postmarks","postmastectomy","postmaster","postmasters","postmastership","postmasterships","postmating","postmedieval","postmen","postmenopausal","postmenstrual","postmeridian","postmidnight","postmillenarian","postmillenarianism","postmillenarianisms","postmillenarians","postmillennial","postmillennialism","postmillennialisms","postmillennialist","postmillennialists","postmistress","postmistresses","postmodern","postmodernism","postmodernisms","postmodernist","postmodernists","postmortem","postmortems","postnasal","postnatal","postnatally","postnati","postneonatal","postnuptial","postocular","postop","postoperative","postoperatively","postops","postoral","postorbital","postorgasmic","postpaid","postpartum","postperson","postpersons","postpollination","postponable","postpone","postponed","postponement","postponements","postponence","postponences","postponer","postponers","postpones","postponing","postpose","postposed","postposes","postposing","postposition","postpositional","postpositionally","postpositions","postpositive","postpositively","postpositives","postprandial","postpresidential","postprimary","postprison","postproduction","postproductions","postpsychoanalytic","postpuberty","postpubescent","postpubescents","postpunk","postrace","postrecession","postresurrection","postresurrections","postretirement","postrevolutionary","postrider","postriders","postriot","postromantic","posts","postscenium","postsceniums","postscript","postscripts","postseason","postseasons","postsecondary","postshow","poststimulation","poststimulatory","poststimulus","poststrike","postsurgical","postsynaptic","postsynaptically","postsync","postsynced","postsyncing","postsyncs","posttax","postteen","postteens","posttension","posttensioned","posttensioning","posttensions","posttest","posttests","posttranscriptional","posttransfusion","posttranslational","posttraumatic","posttreatment","posttrial","postulancies","postulancy","postulant","postulants","postulantship","postulantships","postulata","postulate","postulated","postulates","postulating","postulation","postulational","postulationally","postulations","postulator","postulators","postulatory","postulatum","postural","posture","postured","posturer","posturers","postures","posturing","posturings","posturise","posturised","posturises","posturising","posturist","posturists","posturize","posturized","posturizes","posturizing","postvaccinal","postvaccination","postvagotomy","postvasectomy","postviral","postvocalic","postwar","postweaning","postwoman","postwomen","postworkshop","posy","pot","potabilities","potability","potable","potableness","potablenesses","potables","potae","potaes","potage","potager","potagers","potages","potale","potales","potamic","potamogeton","potamogetons","potamological","potamologies","potamologist","potamologists","potamology","potash","potashed","potashes","potashing","potass","potassa","potassas","potasses","potassic","potassium","potassiums","potation","potations","potato","potatobug","potatobugs","potatoes","potatory","potbellied","potbellies","potbelly","potboil","potboiled","potboiler","potboilers","potboiling","potboilings","potboils","potbound","potboy","potboys","potch","potche","potched","potcher","potchers","potches","potching","pote","poted","poteen","poteens","potence","potences","potencies","potency","potent","potentate","potentates","potential","potentialities","potentiality","potentially","potentials","potentiaries","potentiary","potentiate","potentiated","potentiates","potentiating","potentiation","potentiations","potentiator","potentiators","potentilla","potentillas","potentiometer","potentiometers","potentiometric","potentiometries","potentiometry","potentise","potentised","potentises","potentising","potentize","potentized","potentizes","potentizing","potently","potentness","potentnesses","potents","potes","potful","potfuls","potgun","potguns","pothead","potheads","pothecaries","pothecary","potheen","potheens","pother","potherb","potherbs","pothered","pothering","pothers","pothery","potholder","potholders","pothole","potholed","potholer","potholers","potholes","potholing","potholings","pothook","pothooks","pothos","pothouse","pothouses","pothunter","pothunters","pothunting","pothuntings","poticaries","poticary","potiche","potiches","potichomania","potichomanias","potin","poting","potins","potion","potions","potjie","potjies","potlach","potlache","potlaches","potlatch","potlatched","potlatches","potlatching","potlike","potline","potlines","potluck","potlucks","potman","potmen","potometer","potometers","potoo","potoos","potoroo","potoroos","potpie","potpies","potpourri","potpourris","pots","potshard","potshards","potshare","potshares","potsherd","potsherds","potshop","potshops","potshot","potshots","potshotting","potsie","potsies","potsticker","potstickers","potstone","potstones","potsy","pott","pottable","pottage","pottages","potted","potteen","potteens","potter","pottered","potterer","potterers","potteries","pottering","potteringly","potterings","potters","pottery","pottier","potties","pottiest","pottiness","pottinesses","potting","pottingar","pottingars","pottinger","pottingers","pottle","pottles","potto","pottos","potts","potty","pottymouth","pottymouths","potwaller","potwallers","potzer","potzers","pouch","pouched","pouches","pouchful","pouchfuls","pouchier","pouchiest","pouching","pouchy","pouder","pouders","poudre","poudres","pouf","poufed","pouff","pouffe","pouffed","pouffes","pouffier","pouffiest","pouffing","pouffs","pouffy","poufing","poufs","pouftah","pouftahs","poufter","poufters","pouk","pouke","poukes","pouking","poukit","pouks","poulaine","poulaines","poulard","poularde","poulardes","poulards","poulder","poulders","pouldre","pouldres","pouldron","pouldrons","poule","poules","poulp","poulpe","poulpes","poulps","poult","poulter","poulterer","poulterers","poulters","poultice","poulticed","poultices","poulticing","poultries","poultroone","poultroones","poultry","poultryman","poultrymen","poults","pounce","pounced","pouncer","pouncers","pounces","pouncet","pouncets","pounching","pouncing","pound","poundage","poundages","poundal","poundals","poundcake","poundcakes","pounded","pounder","pounders","pounding","poundings","pounds","poupe","pouped","poupes","pouping","poupt","pour","pourable","pourboire","pourboires","poured","pourer","pourers","pourie","pouries","pouring","pouringly","pourings","pourparler","pourparlers","pourpoint","pourpoints","pours","poursew","poursewed","poursewing","poursews","poursue","poursued","poursues","poursuing","poursuit","poursuits","pourtrahed","pourtraict","pourtraicts","pourtray","pourtrayd","pourtrayed","pourtraying","pourtrays","pousada","pousadas","pousowdie","pousowdies","pousse","pousses","poussette","poussetted","poussettes","poussetting","poussie","poussies","poussin","poussins","pout","pouted","pouter","pouters","poutful","pouther","pouthered","pouthering","pouthers","poutier","poutiest","poutine","poutines","pouting","poutingly","poutings","pouts","pouty","poverties","poverty","pow","powan","powans","powder","powdered","powderer","powderers","powderier","powderiest","powdering","powderless","powderlike","powders","powdery","powellise","powellised","powellises","powellising","powellite","powellites","powellize","powellized","powellizes","powellizing","power","powerboat","powerboating","powerboatings","powerboats","powerbroker","powerbrokers","powered","powerful","powerfully","powerfulness","powerfulnesses","powerhouse","powerhouses","powering","powerless","powerlessly","powerlessness","powerlessnesses","powerlifter","powerlifters","powerlifting","powerliftings","powerplay","powerplays","powers","powertrain","powertrains","powfagged","powhiri","powhiris","powin","powins","pown","pownd","pownded","pownding","pownds","powney","powneys","pownie","pownies","powns","powny","powre","powred","powres","powring","pows","powsowdies","powsowdy","powter","powtered","powtering","powters","powwaw","powwow","powwowed","powwowing","powwows","pox","poxed","poxes","poxier","poxiest","poxing","poxvirus","poxviruses","poxy","poynant","poynt","poynted","poynting","poynts","poyou","poyous","poyse","poysed","poyses","poysing","poyson","poysoned","poysoning","poysons","poz","pozole","pozoles","pozz","pozzies","pozzolan","pozzolana","pozzolanas","pozzolanic","pozzolans","pozzuolana","pozzuolanas","pozzy","praam","praams","prabble","prabbles","pracharak","pracharaks","practic","practicabilities","practicability","practicable","practicableness","practicablenesses","practicably","practical","practicalism","practicalisms","practicalist","practicalists","practicalities","practicality","practically","practicalness","practicalnesses","practicals","practice","practiced","practicer","practicers","practices","practician","practicians","practicing","practick","practicks","practics","practicum","practicums","practique","practiques","practisant","practisants","practise","practised","practiser","practisers","practises","practising","practitioner","practitioners","practive","practolol","practolols","prad","prads","praeamble","praeambles","praecipe","praecipes","praecoces","praecocial","praecordial","praedial","praedialities","praediality","praedials","praefect","praefectorial","praefects","praelect","praelected","praelecting","praelects","praeludia","praeludium","praemunire","praemunires","praenomen","praenomens","praenomina","praenominal","praenominally","praepostor","praepostors","praeses","praesidia","praesidium","praesidiums","praetor","praetorial","praetorian","praetorians","praetorium","praetoriums","praetors","praetorship","praetorships","pragmatic","pragmatical","pragmaticality","pragmatically","pragmaticalness","pragmaticism","pragmaticisms","pragmaticist","pragmaticists","pragmatics","pragmatisation","pragmatisations","pragmatise","pragmatised","pragmatiser","pragmatisers","pragmatises","pragmatising","pragmatism","pragmatisms","pragmatist","pragmatistic","pragmatists","pragmatization","pragmatizations","pragmatize","pragmatized","pragmatizer","pragmatizers","pragmatizes","pragmatizing","prahu","prahus","prairie","prairied","prairies","praise","praiseach","praiseachs","praised","praiseful","praiseless","praiser","praisers","praises","praiseworthily","praiseworthiness","praiseworthinesses","praiseworthy","praising","praisingly","praisings","prajna","prajnas","praline","pralines","pralltriller","pralltrillers","pram","prams","prana","pranas","pranayama","pranayamas","prance","pranced","prancer","prancers","prances","prancing","prancingly","prancings","pranck","prancke","prancked","pranckes","prancking","prancks","prandial","prandially","prang","pranged","pranging","prangs","prank","pranked","prankful","prankier","prankiest","pranking","prankingly","prankings","prankish","prankishly","prankishness","prankishnesses","prankle","prankled","prankles","prankling","pranks","pranksome","prankster","pranksters","pranky","prao","praos","prase","praseodymium","praseodymiums","prases","prat","prate","prated","prater","praters","prates","pratfall","pratfallen","pratfalling","pratfalls","pratfell","pratie","praties","pratincole","pratincoles","prating","pratingly","pratings","pratique","pratiques","prats","pratt","pratted","pratting","prattle","prattlebox","prattleboxes","prattled","prattlement","prattlements","prattler","prattlers","prattles","prattling","prattlingly","pratts","praty","prau","praunce","praunced","praunces","prauncing","praus","pravities","pravity","prawle","prawles","prawlin","prawlins","prawn","prawned","prawner","prawners","prawning","prawns","praxeological","praxeologies","praxeology","praxes","praxinoscope","praxinoscopes","praxis","praxises","pray","prayed","prayer","prayerful","prayerfully","prayerfulness","prayerfulnesses","prayerless","prayerlessly","prayerlessness","prayers","praying","prayingly","prayings","prays","pre","preabsorb","preabsorbed","preabsorbing","preabsorbs","preaccuse","preaccused","preaccuses","preaccusing","preace","preaced","preaces","preach","preachable","preached","preacher","preachers","preachership","preacherships","preaches","preachier","preachiest","preachified","preachifies","preachify","preachifying","preachifyings","preachily","preachiness","preachinesses","preaching","preachingly","preachings","preachment","preachments","preachy","preacing","preacquaint","preacquaintance","preacquainted","preacquainting","preacquaints","preacquisition","preact","preacted","preacting","preacts","preadamic","preadamite","preadamites","preadapt","preadaptation","preadaptations","preadapted","preadapting","preadaptive","preadapts","preadjust","preadjusted","preadjusting","preadjusts","preadmission","preadmissions","preadmit","preadmits","preadmitted","preadmitting","preadmonish","preadmonished","preadmonishes","preadmonishing","preadmonition","preadmonitions","preadolescence","preadolescences","preadolescent","preadolescents","preadopt","preadopted","preadopting","preadopts","preadult","preadults","preaged","preagricultural","preallot","preallots","preallotted","preallotting","prealter","prealtered","prealtering","prealters","preamble","preambled","preambles","preambling","preambulary","preambulate","preambulated","preambulates","preambulating","preambulatory","preamp","preamplifier","preamplifiers","preamps","preanal","preanesthetic","preanesthetics","preannounce","preannounced","preannounces","preannouncing","preapplied","preapplies","preapply","preapplying","preappoint","preappointed","preappointing","preappoints","preapprove","preapproved","preapproves","preapproving","prearm","prearmed","prearming","prearms","prearrange","prearranged","prearrangement","prearrangements","prearranges","prearranging","prease","preased","preases","preasing","preasse","preassed","preassembled","preasses","preassign","preassigned","preassigning","preassigns","preassing","preassurance","preassurances","preassure","preassured","preassures","preassuring","preatomic","preattune","preattuned","preattunes","preattuning","preaudience","preaudiences","preaudit","preaudits","preaver","preaverred","preaverring","preavers","preaxial","preaxially","prebade","prebake","prebaked","prebakes","prebaking","prebasal","prebattle","prebend","prebendal","prebendaries","prebendary","prebends","prebiblical","prebid","prebidden","prebidding","prebids","prebill","prebilled","prebilling","prebills","prebind","prebinding","prebinds","prebiologic","prebiological","prebiotic","prebiotics","prebirth","prebirths","prebless","preblessed","preblesses","preblessing","preboard","preboarded","preboarding","preboards","preboil","preboiled","preboiling","preboils","prebook","prebooked","prebooking","prebooks","preboom","preborn","prebought","prebound","prebreakfast","prebudget","prebudgets","prebuild","prebuilding","prebuilds","prebuilt","prebuttal","prebuttals","prebuy","prebuying","prebuys","precalculi","precalculus","precalculuses","precancel","precanceled","precanceling","precancellation","precancellations","precancelled","precancelling","precancels","precancer","precancerous","precancers","precapitalist","precapitalists","precarious","precariously","precariousness","precariousnesses","precast","precasting","precasts","precative","precatory","precaudal","precaution","precautional","precautionary","precautioned","precautioning","precautions","precautious","precava","precavae","precaval","precede","preceded","precedence","precedences","precedencies","precedency","precedent","precedented","precedential","precedentially","precedently","precedents","precedes","preceding","preceese","precensor","precensored","precensoring","precensors","precent","precented","precenting","precentor","precentorial","precentors","precentorship","precentorships","precentress","precentresses","precentrices","precentrix","precentrixes","precents","precepit","precepits","precept","preceptial","preceptive","preceptively","preceptor","preceptoral","preceptorate","preceptorates","preceptorial","preceptorials","preceptories","preceptors","preceptorship","preceptorships","preceptory","preceptress","preceptresses","precepts","precertification","precertifications","precertified","precertifies","precertify","precertifying","preces","precess","precessed","precesses","precessing","precession","precessional","precessionally","precessions","precharge","precharged","precharges","precharging","precheck","prechecked","prechecking","prechecks","prechill","prechilled","prechilling","prechills","prechoose","prechooses","prechoosing","prechose","prechosen","prechristian","precieuse","precieuses","precieux","precinct","precincts","preciosities","preciosity","precious","preciouses","preciously","preciousness","preciousnesses","precipe","precipes","precipice","precipiced","precipices","precipitability","precipitable","precipitance","precipitances","precipitancies","precipitancy","precipitant","precipitantly","precipitantness","precipitantnesses","precipitants","precipitate","precipitated","precipitately","precipitateness","precipitatenesses","precipitates","precipitating","precipitation","precipitations","precipitative","precipitator","precipitators","precipitin","precipitinogen","precipitinogens","precipitins","precipitous","precipitously","precipitousness","precipitousnesses","precis","precise","precised","precisely","preciseness","precisenesses","preciser","precises","precisest","precisian","precisianism","precisianisms","precisianist","precisianists","precisians","precising","precision","precisionism","precisionisms","precisionist","precisionists","precisions","precisive","precited","preclassical","preclean","precleaned","precleaning","precleans","preclear","preclearance","preclearances","precleared","preclearing","preclears","preclinical","preclinically","precludable","preclude","precluded","precludes","precluding","preclusion","preclusions","preclusive","preclusively","precocial","precocials","precocious","precociously","precociousness","precociousnesses","precocities","precocity","precode","precoded","precodes","precoding","precognisant","precognise","precognised","precognises","precognising","precognition","precognitions","precognitive","precognizant","precognize","precognized","precognizes","precognizing","precognosce","precognosced","precognosces","precognoscing","precoital","precollege","precolleges","precollegiate","precolonial","precombustion","precombustions","precommitment","precommitments","precompetitive","precompose","precomposed","precomposes","precomposing","precompute","precomputed","precomputer","precomputers","precomputes","precomputing","preconceit","preconceits","preconceive","preconceived","preconceives","preconceiving","preconception","preconceptions","preconcert","preconcerted","preconcertedly","preconcerting","preconcerts","preconciliar","precondemn","precondemned","precondemning","precondemns","precondition","preconditioned","preconditioning","preconditions","preconisation","preconisations","preconise","preconised","preconises","preconising","preconization","preconizations","preconize","preconized","preconizes","preconizing","preconquest","preconscious","preconsciouses","preconsciously","preconsonantal","preconstruct","preconstructed","preconstructing","preconstruction","preconstructs","preconsume","preconsumed","preconsumes","preconsuming","precontact","precontract","precontracted","precontracting","precontracts","preconvention","preconventions","preconviction","preconvictions","precook","precooked","precooker","precookers","precooking","precooks","precool","precooled","precooling","precools","precopulatory","precordial","precoup","precrash","precrease","precreased","precreases","precreasing","precrisis","precritical","precure","precured","precures","precuring","precurrer","precurrers","precurse","precurses","precursive","precursor","precursors","precursory","precut","precuts","precutting","predaceous","predaceousness","predaceousnesses","predacious","predaciousness","predacities","predacity","predate","predated","predates","predating","predation","predations","predatism","predatisms","predative","predator","predatorily","predatoriness","predatorinesses","predators","predatory","predawn","predawns","predeath","predeaths","predebate","predecease","predeceased","predeceases","predeceasing","predecessor","predecessors","prededuct","prededucted","prededucting","prededucts","predefine","predefined","predefines","predefining","predefinition","predefinitions","predeliveries","predelivery","predella","predellas","predelle","predentate","predeparture","predepartures","predeposit","predeposited","predepositing","predeposits","predesign","predesignate","predesignated","predesignates","predesignating","predesignation","predesignations","predesignatory","predesigned","predesigning","predesigns","predestinable","predestinarian","predestinarianism","predestinarianisms","predestinarians","predestinate","predestinated","predestinates","predestinating","predestination","predestinations","predestinative","predestinator","predestinators","predestine","predestined","predestines","predestinies","predestining","predestiny","predeterminable","predeterminate","predetermination","predeterminations","predetermine","predetermined","predeterminer","predeterminers","predetermines","predetermining","predeterminism","predeterminisms","predevaluation","predevaluations","predevelop","predeveloped","predeveloping","predevelopment","predevelopments","predevelops","predevote","prediabetes","prediabeteses","prediabetic","prediabetics","predial","predialities","prediality","predials","predicabilities","predicability","predicable","predicableness","predicables","predicament","predicamental","predicaments","predicant","predicants","predicate","predicated","predicates","predicating","predication","predications","predicative","predicatively","predicator","predicators","predicatory","predict","predictabilities","predictability","predictable","predictableness","predictably","predicted","predicter","predicters","predicting","prediction","predictions","predictive","predictively","predictor","predictors","predicts","predied","predies","predigest","predigested","predigesting","predigestion","predigestions","predigests","predikant","predikants","predilect","predilected","predilection","predilections","predinner","predinners","predischarge","predischarged","predischarges","predischarging","prediscoveries","prediscovery","predisposal","predisposals","predispose","predisposed","predisposes","predisposing","predisposition","predispositions","predive","prednisolone","prednisolones","prednisone","prednisones","predoctoral","predominance","predominances","predominancies","predominancy","predominant","predominantly","predominate","predominated","predominately","predominates","predominating","predomination","predominations","predominator","predominators","predoom","predoomed","predooming","predooms","predraft","predried","predries","predrill","predrilled","predrilling","predrills","predry","predrying","predusk","predusks","predy","predying","predynastic","pree","preeclampsia","preeclampsias","preeclamptic","preed","preedit","preedited","preediting","preedits","preeing","preelect","preelected","preelecting","preelection","preelections","preelectric","preelects","preembargo","preemergence","preemergent","preemie","preemies","preeminence","preeminences","preeminent","preeminently","preemployment","preemployments","preempt","preempted","preempting","preemption","preemptions","preemptive","preemptively","preemptor","preemptors","preemptory","preempts","preen","preenact","preenacted","preenacting","preenacts","preened","preener","preeners","preening","preenrollment","preenrollments","preens","preerect","preerected","preerecting","preerects","prees","preestablish","preestablished","preestablishes","preestablishing","preethical","preeve","preeved","preeves","preeving","preexcite","preexcited","preexcites","preexciting","preexempt","preexempted","preexempting","preexempts","preexilic","preexist","preexisted","preexistence","preexistences","preexistent","preexisting","preexists","preexperiment","preexperiments","preexpose","preexposed","preexposes","preexposing","prefab","prefabbed","prefabbing","prefabricate","prefabricated","prefabricates","prefabricating","prefabrication","prefabrications","prefabricator","prefabricators","prefabs","preface","prefaced","prefacer","prefacers","prefaces","prefacial","prefacing","prefade","prefaded","prefades","prefading","prefard","prefascist","prefascists","prefatorial","prefatorially","prefatorily","prefatory","prefect","prefectorial","prefects","prefectship","prefectships","prefectural","prefecture","prefectures","prefer","preferabilities","preferability","preferable","preferableness","preferably","preference","preferences","preferential","preferentialism","preferentialist","preferentiality","preferentially","preferment","preferments","preferrable","preferred","preferrer","preferrers","preferring","prefers","prefeudal","prefight","prefigurate","prefigurated","prefigurates","prefigurating","prefiguration","prefigurations","prefigurative","prefiguratively","prefigurativeness","prefigurativenesses","prefigure","prefigured","prefigurement","prefigurements","prefigures","prefiguring","prefile","prefiled","prefiles","prefiling","prefilled","prefinance","prefinanced","prefinances","prefinancing","prefire","prefired","prefires","prefiring","prefix","prefixal","prefixally","prefixed","prefixes","prefixing","prefixion","prefixions","prefixture","prefixtures","preflame","preflight","preflighted","preflighting","preflights","prefloration","preflorations","prefocus","prefocused","prefocuses","prefocusing","prefocussed","prefocusses","prefocussing","prefoliation","prefoliations","preform","preformat","preformation","preformationism","preformationist","preformationists","preformations","preformative","preformats","preformatted","preformatting","preformed","preforming","preforms","preformulate","preformulated","preformulates","preformulating","prefrank","prefranked","prefranking","prefranks","prefreeze","prefreezes","prefreezing","prefreshman","prefreshmen","prefrontal","prefrontals","prefroze","prefrozen","prefulgent","prefund","prefunded","prefunding","prefunds","pregame","pregames","preganglionic","pregenital","preggers","preggier","preggiest","preggy","preglacial","pregnabilities","pregnability","pregnable","pregnance","pregnances","pregnancies","pregnancy","pregnant","pregnantly","pregnenolone","pregnenolones","pregrowth","pregrowths","preguide","preguided","preguides","preguiding","pregustation","pregustations","prehalluces","prehallux","prehandle","prehandled","prehandles","prehandling","preharden","prehardened","prehardening","prehardens","preharvest","preharvests","preheadache","preheat","preheated","preheater","preheaters","preheating","preheats","preheminence","preheminences","prehend","prehended","prehending","prehends","prehensible","prehensile","prehensilities","prehensility","prehension","prehensions","prehensive","prehensor","prehensorial","prehensors","prehensory","prehiring","prehistorian","prehistorians","prehistoric","prehistorical","prehistorically","prehistories","prehistory","prehnite","prehnites","preholiday","prehominid","prehominids","prehuman","prehumans","preif","preife","preifes","preifs","preignition","preignitions","preimplantation","preimpose","preimposed","preimposes","preimposing","preinaugural","preincorporation","preincorporations","preinduction","preinductions","preindustrial","preinform","preinformed","preinforming","preinforms","preinsert","preinserted","preinserting","preinserts","preinterview","preinterviewed","preinterviewing","preinterviews","preinvasion","preinvite","preinvited","preinvites","preinviting","prejink","prejudge","prejudged","prejudgement","prejudgements","prejudger","prejudgers","prejudges","prejudging","prejudgment","prejudgments","prejudicant","prejudicate","prejudicated","prejudicates","prejudicating","prejudication","prejudications","prejudicative","prejudice","prejudiced","prejudices","prejudicial","prejudicially","prejudicialness","prejudicialnesses","prejudicing","prejudize","prejudizes","prekindergarten","prekindergartens","prelacies","prelacy","prelapsarian","prelate","prelates","prelateship","prelateships","prelatess","prelatesses","prelatial","prelatic","prelatical","prelatically","prelaties","prelation","prelations","prelatise","prelatised","prelatises","prelatish","prelatising","prelatism","prelatisms","prelatist","prelatists","prelatize","prelatized","prelatizes","prelatizing","prelature","prelatures","prelaty","prelaunch","prelaunched","prelaunches","prelaunching","prelaw","prelect","prelected","prelecting","prelection","prelections","prelector","prelectors","prelects","prelegal","prelexical","prelibation","prelibations","prelife","prelim","preliminaries","preliminarily","preliminary","prelimit","prelimited","prelimiting","prelimits","prelims","prelingual","prelingually","preliteracies","preliteracy","preliterary","preliterate","preliterates","prelives","preload","preloaded","preloading","preloads","prelocate","prelocated","prelocates","prelocating","prelogical","preloved","prelude","preluded","preluder","preluders","preludes","preludi","preludial","preluding","preludio","preludious","prelunch","preluncheon","prelusion","prelusions","prelusive","prelusively","prelusorily","prelusory","prem","premade","premalignant","preman","premandibular","premandibulars","premanufacture","premanufactured","premanufactures","premanufacturing","premarital","premaritally","premarket","premarketed","premarketing","premarketings","premarkets","premarriage","premarriages","premature","prematurely","prematureness","prematurenesses","prematures","prematurities","prematurity","premaxilla","premaxillae","premaxillaries","premaxillary","premaxillas","premeal","premeasure","premeasured","premeasures","premeasuring","premed","premedic","premedical","premedically","premedicate","premedicated","premedicates","premedicating","premedication","premedications","premedics","premedieval","premeditate","premeditated","premeditatedly","premeditates","premeditating","premeditation","premeditations","premeditative","premeditator","premeditators","premeds","premeet","premeiotic","premen","premenopausal","premenstrual","premenstrually","premerger","premia","premie","premier","premiere","premiered","premieres","premiering","premiers","premiership","premierships","premies","premigration","premillenarian","premillenarianism","premillenarianisms","premillenarians","premillennial","premillennialism","premillennialisms","premillennialist","premillennialists","premillennially","premise","premised","premises","premising","premiss","premissed","premisses","premissing","premium","premiums","premix","premixed","premixes","premixing","premixt","premodern","premodification","premodifications","premodified","premodifies","premodify","premodifying","premoisten","premoistened","premoistening","premoistens","premolar","premolars","premold","premolded","premolding","premolds","premolt","premonish","premonished","premonishes","premonishing","premonishment","premonishments","premonition","premonitions","premonitive","premonitor","premonitorily","premonitors","premonitory","premoral","premorse","premosaic","premotion","premotions","premove","premoved","premovement","premovements","premoves","premoving","prems","premune","premunition","premunitions","premy","premycotic","prename","prenames","prenasal","prenasals","prenatal","prenatally","prenatals","preneed","prenegotiate","prenegotiated","prenegotiates","prenegotiating","prenegotiation","prenegotiations","prenomen","prenomens","prenomina","prenominal","prenominate","prenominated","prenominates","prenominating","prenomination","prenominations","prenoon","prenotification","prenotifications","prenotified","prenotifies","prenotify","prenotifying","prenotion","prenotions","prent","prented","prentice","prenticed","prentices","prenticeship","prenticeships","prenticing","prenting","prents","prenubile","prenumber","prenumbered","prenumbering","prenumbers","prenup","prenups","prenuptial","prenzie","preobtain","preobtained","preobtaining","preobtains","preoccupancies","preoccupancy","preoccupant","preoccupants","preoccupate","preoccupated","preoccupates","preoccupating","preoccupation","preoccupations","preoccupied","preoccupies","preoccupy","preoccupying","preocular","preon","preons","preop","preopening","preoperational","preoperative","preoperatively","preops","preoption","preoptions","preoral","preordain","preordained","preordaining","preordainment","preordainments","preordains","preorder","preordered","preordering","preorders","preordinance","preordinances","preordination","preordinations","preovulatory","preowned","prep","prepack","prepackage","prepackaged","prepackages","prepackaging","prepacked","prepacking","prepacks","prepaid","preparation","preparations","preparative","preparatively","preparatives","preparator","preparatorily","preparators","preparatory","prepare","prepared","preparedly","preparedness","preparednesses","preparer","preparers","prepares","preparing","prepaste","prepasted","prepastes","prepasting","prepatellar","prepave","prepaved","prepaves","prepaving","prepay","prepayable","prepaying","prepayment","prepayments","prepays","prepend","prepense","prepensed","prepensely","prepenses","prepensing","prepensive","preperformance","preperformances","prepill","preplace","preplaced","preplaces","preplacing","preplan","preplanned","preplanning","preplans","preplant","preplanting","prepollence","prepollences","prepollencies","prepollency","prepollent","prepollex","prepollices","preponderance","preponderances","preponderancies","preponderancy","preponderant","preponderantly","preponderate","preponderated","preponderately","preponderates","preponderating","preponderation","preponderations","prepone","preponed","prepones","preponing","preportion","preportioned","preportioning","preportions","prepose","preposed","preposes","preposing","preposition","prepositional","prepositionally","prepositions","prepositive","prepositively","prepositives","prepositor","prepositors","prepossess","prepossessed","prepossesses","prepossessing","prepossessingly","prepossession","prepossessions","preposterous","preposterously","preposterousness","preposterousnesses","prepostor","prepostors","prepotence","prepotences","prepotencies","prepotency","prepotent","prepotently","prepped","preppie","preppier","preppies","preppiest","preppily","preppiness","preppinesses","prepping","preppy","preprandial","prepreg","prepregs","preprepared","prepresidential","prepress","prepresses","preprice","prepriced","preprices","prepricing","preprimaries","preprimary","preprint","preprinted","preprinting","preprints","preprocess","preprocessed","preprocesses","preprocessing","preprocessor","preprocessors","preproduction","preproductions","preprofessional","preprogram","preprogramed","preprograming","preprogrammed","preprogramming","preprograms","preps","prepsychedelic","prepuberal","prepubertal","prepuberties","prepuberty","prepubes","prepubescence","prepubescences","prepubescent","prepubescents","prepubis","prepublication","prepublications","prepuce","prepuces","prepueblo","prepunch","prepunched","prepunches","prepunching","prepunctual","prepupa","prepupae","prepupal","prepupas","prepurchase","prepurchased","prepurchases","prepurchasing","preputial","prequalification","prequalifications","prequalified","prequalifies","prequalify","prequalifying","prequel","prequels","prerace","preradio","prereading","prerecession","prerecord","prerecorded","prerecording","prerecords","prerectal","prereform","preregister","preregistered","preregistering","preregisters","preregistration","preregistrations","prerehearsal","prerelease","prereleased","prereleases","prereleasing","prerenal","prerequire","prerequired","prerequires","prerequiring","prerequisite","prerequisites","preretirement","preretirements","prereturn","prereview","prerevisionist","prerevisionists","prerevolution","prerevolutionary","prerinse","prerinsed","prerinses","prerinsing","preriot","prerock","prerogative","prerogatived","prerogatively","prerogatives","preromantic","prerupt","presa","presage","presaged","presageful","presagefully","presagement","presagements","presager","presagers","presages","presaging","presale","presales","presanctified","presanctifies","presanctify","presanctifying","presbyacouses","presbyacousis","presbyacuses","presbyacusis","presbycouses","presbycousis","presbycuses","presbycusis","presbyope","presbyopes","presbyopia","presbyopias","presbyopic","presbyopics","presbyopies","presbyopy","presbyte","presbyter","presbyteral","presbyterate","presbyterates","presbyterial","presbyterially","presbyterials","presbyterian","presbyterianise","presbyterianism","presbyterianize","presbyterians","presbyteries","presbyters","presbytership","presbyterships","presbytery","presbytes","presbytic","presbytism","presbytisms","preschedule","prescheduled","preschedules","prescheduling","preschool","preschooler","preschoolers","preschools","prescience","presciences","prescient","prescientific","presciently","prescind","prescinded","prescindent","prescinding","prescinds","prescious","prescission","prescissions","prescore","prescored","prescores","prescoring","prescreen","prescreened","prescreening","prescreens","prescribe","prescribed","prescriber","prescribers","prescribes","prescribing","prescribings","prescript","prescriptible","prescription","prescriptions","prescriptive","prescriptively","prescriptivism","prescriptivisms","prescriptivist","prescriptivists","prescripts","prescuta","prescutum","prese","preseason","preseasons","preselect","preselected","preselecting","preselection","preselections","preselector","preselectors","preselects","presell","preselling","presells","presence","presences","presenile","presension","presensions","present","presentabilities","presentability","presentable","presentableness","presentablenesses","presentably","presentation","presentational","presentationism","presentationist","presentations","presentative","presented","presentee","presenteeism","presenteeisms","presentees","presentence","presentenced","presentences","presentencing","presentencings","presenter","presenters","presential","presentialities","presentiality","presentially","presentient","presentiment","presentimental","presentiments","presenting","presentism","presentisms","presentist","presentive","presentiveness","presently","presentment","presentments","presentness","presentnesses","presents","preservabilities","preservability","preservable","preservably","preservation","preservationist","preservationists","preservations","preservative","preservatives","preservatories","preservatory","preserve","preserved","preserver","preservers","preserves","preservice","preserving","preses","preset","presets","presetting","presettle","presettled","presettlement","presettlements","presettles","presettling","preshape","preshaped","preshapes","preshaping","preship","preshipped","preshipping","preships","preshow","preshowed","preshowing","preshown","preshows","preshrank","preshrink","preshrinking","preshrinks","preshrunk","preshrunken","preside","presided","presidencies","presidency","president","presidentess","presidentesses","presidential","presidentially","presidents","presidentship","presidentships","presider","presiders","presides","presidia","presidial","presidiary","presiding","presidio","presidios","presidium","presidiums","presift","presifted","presifting","presifts","presignal","presignaled","presignaling","presignalled","presignalling","presignals","presignified","presignifies","presignify","presignifying","preslaughter","presleep","preslice","presliced","preslices","preslicing","presoak","presoaked","presoaking","presoaks","presold","presolve","presolved","presolves","presolving","presong","presort","presorted","presorting","presorts","prespecified","prespecifies","prespecify","prespecifying","presplit","press","pressboard","pressboards","pressed","presser","pressers","presses","pressfat","pressfats","pressful","pressfuls","pressgang","pressgangs","pressie","pressies","pressing","pressingly","pressingness","pressingnesses","pressings","pression","pressions","pressman","pressmark","pressmarks","pressmen","pressor","pressors","pressroom","pressrooms","pressrun","pressruns","pressure","pressured","pressureless","pressures","pressuring","pressurisation","pressurisations","pressurise","pressurised","pressuriser","pressurisers","pressurises","pressurising","pressurization","pressurizations","pressurize","pressurized","pressurizer","pressurizers","pressurizes","pressurizing","presswoman","presswomen","presswork","pressworks","prest","prestamp","prestamped","prestamping","prestamps","prestation","prestations","prested","prester","presterilise","presterilised","presterilises","presterilising","presterilize","presterilized","presterilizes","presterilizing","presterna","presternum","presternums","presters","prestidigitation","prestidigitations","prestidigitator","prestidigitatorial","prestidigitators","prestidigitatory","prestige","prestigeful","prestiges","prestigiator","prestigiators","prestigious","prestigiously","prestigiousness","prestigiousnesses","presting","prestissimo","prestissimos","presto","prestorage","prestorages","prestore","prestored","prestores","prestoring","prestos","prestress","prestressed","prestresses","prestressing","prestriction","prestrictions","prestrike","prestructure","prestructured","prestructures","prestructuring","prests","presumable","presumably","presume","presumed","presumedly","presumer","presumers","presumes","presuming","presumingly","presummit","presummits","presumption","presumptions","presumptive","presumptively","presumptiveness","presumptuous","presumptuously","presumptuousness","presumptuousnesses","presuppose","presupposed","presupposes","presupposing","presupposition","presuppositional","presuppositions","presurgery","presurmise","presurmises","presurvey","presurveyed","presurveying","presurveys","presweeten","presweetened","presweetening","presweetens","presymptomatic","presynaptic","presynaptically","pretape","pretaped","pretapes","pretaping","pretaste","pretasted","pretastes","pretasting","pretax","pretechnological","preteen","preteens","pretelevision","pretell","pretelling","pretells","pretence","pretenceless","pretences","pretend","pretendant","pretendants","pretended","pretendedly","pretendent","pretendents","pretender","pretenders","pretendership","pretenderships","pretending","pretendingly","pretends","pretense","pretenses","pretension","pretensioned","pretensioning","pretensionless","pretensions","pretensive","pretentious","pretentiously","pretentiousness","pretentiousnesses","preterhuman","preterist","preterists","preterit","preterite","preteriteness","preteritenesses","preterites","preterition","preteritions","preteritive","preterits","preterm","preterminal","pretermination","preterminations","pretermission","pretermissions","pretermit","pretermits","pretermitted","pretermitter","pretermitters","pretermitting","preterms","preternatural","preternaturally","preternaturalness","preternaturalnesses","preterperfect","preterperfects","pretest","pretested","pretesting","pretests","pretext","pretexted","pretexting","pretextings","pretexts","pretheater","pretold","pretonic","pretor","pretorial","pretorian","pretorians","pretors","pretorship","pretorships","pretournament","pretournaments","pretrain","pretrained","pretraining","pretrains","pretravel","pretreat","pretreated","pretreating","pretreatment","pretreatments","pretreats","pretrial","pretrials","pretrim","pretrimmed","pretrimming","pretrims","prettied","prettier","pretties","prettiest","prettification","prettifications","prettified","prettifier","prettifiers","prettifies","prettify","prettifying","prettily","prettiness","prettinesses","pretty","prettying","prettyish","prettyism","prettyisms","pretype","pretyped","pretypes","pretyping","pretzel","pretzels","preunification","preunion","preunions","preunite","preunited","preunites","preuniting","preuniversity","prevail","prevailed","prevailer","prevailers","prevailing","prevailingly","prevailment","prevailments","prevails","prevalence","prevalences","prevalencies","prevalency","prevalent","prevalently","prevalentness","prevalentnesses","prevalents","prevalue","prevalued","prevalues","prevaluing","prevaricate","prevaricated","prevaricates","prevaricating","prevarication","prevarications","prevaricator","prevaricators","preve","preved","prevenancies","prevenancy","prevene","prevened","prevenes","prevenience","preveniences","prevenient","preveniently","prevening","prevent","preventabilities","preventability","preventable","preventably","preventative","preventatives","prevented","preventer","preventers","preventibility","preventible","preventibly","preventing","prevention","preventions","preventive","preventively","preventiveness","preventivenesses","preventives","prevents","preverb","preverbal","preverbs","preves","previable","preview","previewed","previewer","previewers","previewing","previews","preving","previous","previously","previousness","previousnesses","previse","prevised","previses","prevising","prevision","previsional","previsionary","previsioned","previsioning","previsions","previsit","previsited","previsiting","previsits","previsor","previsors","prevocalic","prevocalically","prevocational","prevue","prevued","prevues","prevuing","prewar","prewarm","prewarmed","prewarming","prewarms","prewarn","prewarned","prewarning","prewarns","prewash","prewashed","prewashes","prewashing","preweaning","preweigh","preweighed","preweighing","preweighs","prewire","prewired","prewires","prewiring","prework","preworked","preworking","preworks","preworn","prewrap","prewrapped","prewrapping","prewraps","prewriting","prewritings","prewyn","prewyns","prex","prexes","prexies","prexy","prey","preyed","preyer","preyers","preyful","preying","preys","prez","prezes","prezzie","prezzies","prial","prials","priapean","priapi","priapic","priapism","priapisms","priapus","priapuses","pribble","pribbles","price","priceable","priced","priceless","pricelessly","pricelessness","pricelessnesses","pricer","pricers","prices","pricey","pricier","priciest","pricily","priciness","pricinesses","pricing","pricings","prick","pricked","pricker","prickers","pricket","prickets","prickier","prickiest","pricking","prickings","prickle","prickled","prickles","pricklier","prickliest","prickliness","pricklinesses","prickling","pricklings","prickly","pricks","prickwood","prickwoods","pricky","pricy","pride","prided","prideful","pridefully","pridefulness","pridefulnesses","prideless","prides","pridian","priding","pried","priedieu","priedieus","priedieux","prief","priefe","priefes","priefs","prier","priers","pries","priest","priestcraft","priestcrafts","priested","priestess","priestesses","priesthood","priesthoods","priesting","priestlier","priestliest","priestlike","priestliness","priestlinesses","priestling","priestlings","priestly","priests","priestship","priestships","prieve","prieved","prieves","prieving","prig","prigged","prigger","priggeries","priggers","priggery","prigging","priggings","priggish","priggishly","priggishness","priggishnesses","priggism","priggisms","prigs","prill","prilled","prilling","prills","prim","prima","primacies","primacy","primaeval","primaevally","primage","primages","primal","primalities","primality","primally","primaquine","primaquines","primaries","primarily","primariness","primarinesses","primary","primas","primatal","primatals","primate","primates","primateship","primateships","primatial","primatials","primatic","primatical","primatological","primatologies","primatologist","primatologists","primatology","primavera","primaveras","prime","primed","primely","primeness","primenesses","primer","primero","primeros","primers","primes","primetime","primeur","primeurs","primeval","primevally","primi","primigenial","primigravida","primigravidae","primigravidas","primine","primines","priming","primings","primipara","primiparae","primiparas","primiparities","primiparity","primiparous","primitiae","primitial","primitias","primitive","primitively","primitiveness","primitivenesses","primitives","primitivism","primitivisms","primitivist","primitivistic","primitivists","primitivities","primitivity","primly","primmed","primmer","primmers","primmest","primming","primness","primnesses","primo","primogenial","primogenit","primogenital","primogenitary","primogenitive","primogenitives","primogenitor","primogenitors","primogenitrices","primogenitrix","primogenitrixes","primogenits","primogeniture","primogenitures","primordia","primordial","primordialism","primordialisms","primordialities","primordiality","primordially","primordials","primordium","primos","primp","primped","primping","primps","primrose","primrosed","primroses","primrosing","primrosy","prims","primsie","primsier","primsiest","primula","primulaceous","primulas","primuline","primulines","primus","primuses","primy","prince","princed","princedom","princedoms","princehood","princehoods","princekin","princekins","princelet","princelets","princelier","princeliest","princelike","princeliness","princelinesses","princeling","princelings","princely","princes","princeship","princeships","princess","princesse","princesses","princessly","princified","princing","principal","principalities","principality","principally","principalness","principalnesses","principals","principalship","principalships","principate","principates","principe","principi","principia","principial","principium","principle","principled","principles","principling","princock","princocks","princox","princoxes","prink","prinked","prinker","prinkers","prinking","prinks","print","printabilities","printability","printable","printableness","printablenesses","printed","printer","printeries","printers","printery","printhead","printheads","printing","printings","printless","printmaker","printmakers","printmaking","printmakings","printout","printouts","prints","printwheel","printwheels","printworks","prion","prions","prior","priorate","priorates","prioress","prioresses","priories","priorities","prioritisation","prioritisations","prioritise","prioritised","prioritises","prioritising","prioritization","prioritizations","prioritize","prioritized","prioritizes","prioritizing","priority","priorly","priors","priorship","priorships","priory","prisage","prisages","prise","prised","priser","prisere","priseres","prisers","prises","prising","prism","prismatic","prismatical","prismatically","prismatoid","prismatoidal","prismatoids","prismoid","prismoidal","prismoids","prisms","prismy","prison","prisoned","prisoner","prisoners","prisoning","prisonment","prisonments","prisonous","prisons","priss","prissed","prisses","prissier","prissies","prissiest","prissily","prissiness","prissinesses","prissing","prissy","pristane","pristanes","pristine","pristinely","prithee","privacies","privacy","privado","privadoes","privados","privatdocent","privatdocents","privatdozent","privatdozents","private","privateer","privateered","privateering","privateerings","privateers","privateersman","privateersmen","privately","privateness","privatenesses","privater","privates","privatest","privation","privations","privatisation","privatisations","privatise","privatised","privatiser","privatisers","privatises","privatising","privatism","privatisms","privatist","privatists","privative","privatively","privatives","privatization","privatizations","privatize","privatized","privatizer","privatizers","privatizes","privatizing","privet","privets","privier","privies","priviest","privilege","privileged","privileges","privileging","privily","privities","privity","privy","prizable","prize","prized","prizefight","prizefighter","prizefighters","prizefighting","prizefightings","prizefights","prizeman","prizemen","prizer","prizers","prizes","prizewinner","prizewinners","prizewinning","prizewoman","prizewomen","prizing","pro","proa","proabortion","proaction","proactions","proactive","proaireses","proairesis","proas","prob","probabiliorism","probabiliorisms","probabiliorist","probabiliorists","probabilism","probabilisms","probabilist","probabilistic","probabilistically","probabilists","probabilities","probability","probable","probables","probably","proball","proband","probands","probang","probangs","probate","probated","probates","probating","probation","probational","probationally","probationaries","probationary","probationer","probationers","probationership","probations","probative","probatively","probatory","probe","probeable","probed","probenecid","probenecids","prober","probers","probes","probing","probingly","probiotic","probiotics","probit","probities","probits","probity","problem","problematic","problematical","problematically","problematics","problemist","problemists","problems","proboscidean","proboscideans","proboscides","proboscidian","proboscidians","proboscis","proboscises","probouleutic","probs","probusiness","procacious","procacities","procacity","procaine","procaines","procambia","procambial","procambium","procambiums","procapitalist","procarbazine","procarbazines","procarp","procarps","procaryon","procaryons","procaryote","procaryotes","procaryotic","procathedral","procathedrals","procedural","procedurally","procedurals","procedure","procedures","proceed","proceeded","proceeder","proceeders","proceeding","proceedings","proceeds","proceleusmatic","proceleusmatics","procellarian","procephalic","procercoid","procercoids","procerebra","procerebral","procerebrum","procerebrums","procerities","procerity","process","processabilities","processability","processable","processed","processer","processers","processes","processibilities","processibility","processible","processing","processings","procession","processional","processionalist","processionally","processionals","processionary","processioned","processioner","processioners","processioning","processionings","processions","processor","processors","processual","prochain","prochein","prochoice","prochronism","prochronisms","prochurch","procidence","procidences","procident","procinct","procincts","proclaim","proclaimant","proclaimants","proclaimed","proclaimer","proclaimers","proclaiming","proclaims","proclamation","proclamations","proclamatory","proclises","proclisis","proclitic","proclitics","proclive","proclivities","proclivity","procoelous","proconsul","proconsular","proconsulate","proconsulates","proconsuls","proconsulship","proconsulships","procrastinate","procrastinated","procrastinates","procrastinating","procrastination","procrastinations","procrastinative","procrastinator","procrastinators","procrastinatory","procreant","procreants","procreate","procreated","procreates","procreating","procreation","procreational","procreations","procreative","procreativeness","procreator","procreators","procrustean","procrypses","procrypsis","procryptic","procryptically","proctal","proctalgia","proctalgias","proctitides","proctitis","proctitises","proctodaea","proctodaeal","proctodaeum","proctodaeums","proctodea","proctodeum","proctodeums","proctologic","proctological","proctologies","proctologist","proctologists","proctology","proctor","proctorage","proctorages","proctored","proctorial","proctorially","proctoring","proctorise","proctorised","proctorises","proctorising","proctorize","proctorized","proctorizes","proctorizing","proctors","proctorship","proctorships","proctoscope","proctoscopes","proctoscopic","proctoscopies","proctoscopy","procumbent","procurable","procuracies","procuracy","procural","procurals","procurance","procurances","procuration","procurations","procurator","procuratorial","procuratories","procurators","procuratorship","procuratorships","procuratory","procure","procured","procurement","procurements","procurer","procurers","procures","procuress","procuresses","procureur","procureurs","procuring","procurings","procyonid","procyonids","prod","prodded","prodder","prodders","prodding","prodigal","prodigalise","prodigalised","prodigalises","prodigalising","prodigalities","prodigality","prodigalize","prodigalized","prodigalizes","prodigalizing","prodigally","prodigals","prodigies","prodigiosities","prodigiosity","prodigious","prodigiously","prodigiousness","prodigiousnesses","prodigy","proditor","proditorious","proditors","proditory","prodnose","prodnosed","prodnoses","prodnosing","prodromal","prodromata","prodrome","prodromes","prodromi","prodromic","prodromus","prodrug","prodrugs","prods","produce","produced","producement","producements","producer","producers","produces","producibilities","producibility","producible","producing","product","productibility","productile","production","productional","productions","productive","productively","productiveness","productivenesses","productivities","productivity","products","proem","proembryo","proembryos","proemial","proems","proenzyme","proenzymes","proestrus","proestruses","proette","proettes","prof","proface","profamily","profanation","profanations","profanatory","profane","profaned","profanely","profaneness","profanenesses","profaner","profaners","profanes","profaning","profanities","profanity","profascist","profectitious","profeminist","profess","professed","professedly","professes","professing","profession","professional","professionalise","professionalism","professionalisms","professionalist","professionalization","professionalizations","professionalize","professionalized","professionalizes","professionalizing","professionally","professionals","professions","professor","professorate","professorates","professoress","professoresses","professorial","professorially","professoriat","professoriate","professoriates","professoriats","professors","professorship","professorships","proffer","proffered","profferer","profferers","proffering","proffers","proficience","proficiences","proficiencies","proficiency","proficient","proficiently","proficients","profile","profiled","profiler","profilers","profiles","profiling","profilings","profilist","profilists","profit","profitabilities","profitability","profitable","profitableness","profitablenesses","profitably","profited","profiteer","profiteered","profiteering","profiteerings","profiteers","profiter","profiterole","profiteroles","profiters","profiting","profitings","profitless","profitlessly","profits","profitwise","profligacies","profligacy","profligate","profligately","profligates","profluence","profluences","profluent","proforma","profound","profounder","profoundest","profoundly","profoundness","profoundnesses","profounds","profs","profulgent","profundities","profundity","profuse","profusely","profuseness","profusenesses","profuser","profusers","profusion","profusions","profusive","prog","progenies","progenitive","progenitiveness","progenitor","progenitorial","progenitors","progenitorship","progenitorships","progenitress","progenitresses","progenitrices","progenitrix","progenitrixes","progeniture","progenitures","progeny","progeria","progerias","progestational","progesterone","progesterones","progestin","progestins","progestogen","progestogenic","progestogens","progged","progger","proggers","progging","proggins","progginses","proglottic","proglottid","proglottidean","proglottides","proglottids","proglottis","prognathic","prognathism","prognathisms","prognathous","prognose","prognosed","prognoses","prognosing","prognosis","prognostic","prognosticate","prognosticated","prognosticates","prognosticating","prognostication","prognostications","prognosticative","prognosticator","prognosticators","prognostics","progradation","progradations","prograde","prograded","progrades","prograding","program","programable","programed","programer","programers","programing","programings","programmabilities","programmability","programmable","programmables","programmatic","programmatically","programme","programmed","programmer","programmers","programmes","programming","programmings","programs","progress","progressed","progresses","progressing","progression","progressional","progressionally","progressionary","progressionism","progressionisms","progressionist","progressionists","progressions","progressism","progressisms","progressist","progressists","progressive","progressively","progressiveness","progressivenesses","progressives","progressivism","progressivisms","progressivist","progressivistic","progressivists","progressivities","progressivity","progs","progun","progymnasia","progymnasium","progymnasiums","prohibit","prohibited","prohibiter","prohibiters","prohibiting","prohibition","prohibitionary","prohibitionism","prohibitionisms","prohibitionist","prohibitionists","prohibitions","prohibitive","prohibitively","prohibitiveness","prohibitivenesses","prohibitor","prohibitors","prohibitory","prohibits","proign","proigned","proigning","proigns","proin","proine","proined","proines","proining","proins","proinsulin","proinsulins","project","projectable","projected","projectile","projectiles","projecting","projectings","projection","projectional","projectionist","projectionists","projections","projectisation","projectisations","projective","projectively","projectivities","projectivity","projectization","projectizations","projectment","projectments","projector","projectors","projects","projecture","projectures","projet","projets","prokaryon","prokaryons","prokaryot","prokaryote","prokaryotes","prokaryotic","prokaryots","proke","proked","proker","prokers","prokes","proking","prolabor","prolactin","prolactins","prolamin","prolamine","prolamines","prolamins","prolan","prolans","prolapse","prolapsed","prolapses","prolapsing","prolapsus","prolapsuses","prolate","prolated","prolately","prolateness","prolatenesses","prolates","prolating","prolation","prolations","prolative","prole","proled","proleg","prolegomena","prolegomenal","prolegomenary","prolegomenon","prolegomenous","prolegs","prolepses","prolepsis","proleptic","proleptical","proleptically","proler","prolers","proles","proletarian","proletarianise","proletarianised","proletarianises","proletarianising","proletarianism","proletarianisms","proletarianization","proletarianizations","proletarianize","proletarianized","proletarianizes","proletarianizing","proletarianness","proletarians","proletariat","proletariate","proletariates","proletariats","proletaries","proletary","prolicidal","prolicide","prolicides","proliferate","proliferated","proliferates","proliferating","proliferation","proliferations","proliferative","proliferous","proliferously","prolific","prolificacies","prolificacy","prolifical","prolifically","prolification","prolifications","prolificities","prolificity","prolificness","prolificnesses","proline","prolines","proling","prolix","prolixious","prolixities","prolixity","prolixly","prolixness","prolixnesses","proll","prolled","proller","prollers","prolling","prolls","prolocution","prolocutions","prolocutor","prolocutors","prolocutorship","prolocutorships","prolocutrices","prolocutrix","prolocutrixes","prolog","prologed","prologing","prologise","prologised","prologises","prologising","prologist","prologists","prologize","prologized","prologizes","prologizing","prologs","prologue","prologued","prologues","prologuing","prologuise","prologuised","prologuises","prologuising","prologuize","prologuized","prologuizes","prologuizing","prolong","prolongable","prolongate","prolongated","prolongates","prolongating","prolongation","prolongations","prolonge","prolonged","prolonger","prolongers","prolonges","prolonging","prolongment","prolongments","prolongs","prolusion","prolusions","prolusory","prom","promachos","promachoses","promenade","promenaded","promenader","promenaders","promenades","promenading","prometal","prometals","promethazine","promethazines","prometheum","prometheums","promethium","promethiums","prometric","promilitary","promine","prominence","prominences","prominencies","prominency","prominent","prominently","prominentness","prominentnesses","promines","promiscuities","promiscuity","promiscuous","promiscuously","promiscuousness","promiscuousnesses","promise","promised","promisee","promisees","promiseful","promiseless","promiser","promisers","promises","promising","promisingly","promisor","promisors","promissive","promissor","promissorily","promissors","promissory","prommer","prommers","promo","promodern","promoed","promoing","promonarchist","promontories","promontory","promos","promotabilities","promotability","promotable","promote","promoted","promoter","promoters","promotes","promoting","promotion","promotional","promotions","promotive","promotiveness","promotivenesses","promotor","promotors","prompt","promptbook","promptbooks","prompted","prompter","prompters","promptest","prompting","promptings","promptitude","promptitudes","promptly","promptness","promptnesses","prompts","promptuaries","promptuary","prompture","promptures","proms","promulgate","promulgated","promulgates","promulgating","promulgation","promulgations","promulgator","promulgators","promulge","promulged","promulges","promulging","promusces","promuscidate","promuscides","promuscis","promycelia","promycelial","promycelium","pronaoi","pronaos","pronate","pronated","pronates","pronating","pronation","pronations","pronator","pronatores","pronators","prone","pronely","proneness","pronenesses","pronephra","pronephric","pronephroi","pronephros","pronephroses","proner","prones","pronest","proneur","proneurs","prong","prongbuck","prongbucks","pronged","pronghorn","pronghorns","pronging","prongs","pronk","pronked","pronking","pronkings","pronks","pronominal","pronominalise","pronominalised","pronominalises","pronominalising","pronominalize","pronominalized","pronominalizes","pronominalizing","pronominally","pronota","pronotal","pronotum","pronoun","pronounce","pronounceabilities","pronounceability","pronounceable","pronounced","pronouncedly","pronouncement","pronouncements","pronouncer","pronouncers","pronounces","pronouncing","pronouncings","pronouns","pronto","pronuclear","pronuclearist","pronuclearists","pronuclei","pronucleus","pronucleuses","pronunciamento","pronunciamentoes","pronunciamentos","pronunciation","pronunciational","pronunciations","pronuncio","pronuncios","proo","prooemion","prooemions","prooemium","prooemiums","proof","proofed","proofer","proofers","proofing","proofings","proofless","proofread","proofreader","proofreaders","proofreading","proofreadings","proofreads","proofroom","proofrooms","proofs","prootic","prootics","prop","propaedeutic","propaedeutical","propaedeutics","propagabilities","propagability","propagable","propagableness","propaganda","propagandas","propagandise","propagandised","propagandiser","propagandisers","propagandises","propagandising","propagandism","propagandisms","propagandist","propagandistic","propagandistically","propagandists","propagandize","propagandized","propagandizer","propagandizers","propagandizes","propagandizing","propagate","propagated","propagates","propagating","propagation","propagational","propagations","propagative","propagator","propagators","propage","propaged","propages","propaging","propagula","propagule","propagules","propagulum","propale","propaled","propales","propaling","propane","propanedioic","propanes","propanoic","propanol","propanols","propanone","propanones","proparoxytone","proparoxytones","propel","propellant","propellants","propelled","propellent","propellents","propeller","propellers","propelling","propellor","propellors","propelment","propelments","propels","propenal","propenals","propend","propended","propendent","propending","propends","propene","propenes","propenoic","propenol","propenols","propense","propensely","propenseness","propensenesses","propension","propensions","propensities","propensity","propensive","propenyl","proper","properdin","properdins","properer","properest","properispomena","properispomenon","properly","properness","propernesses","propers","propertied","properties","property","propertying","propertyless","propertylessness","propertylessnesses","prophage","prophages","prophase","prophases","prophasic","prophecies","prophecy","prophesiable","prophesied","prophesier","prophesiers","prophesies","prophesy","prophesying","prophesyings","prophet","prophetess","prophetesses","prophethood","prophethoods","prophetic","prophetical","prophetically","propheticism","propheticisms","prophetism","prophetisms","prophets","prophetship","prophetships","prophylactic","prophylactically","prophylactics","prophylaxes","prophylaxis","prophyll","prophylls","propine","propined","propines","propining","propinquities","propinquity","propionate","propionates","propionic","propitiable","propitiate","propitiated","propitiates","propitiating","propitiation","propitiations","propitiatious","propitiative","propitiator","propitiatories","propitiatorily","propitiators","propitiatory","propitious","propitiously","propitiousness","propitiousnesses","propjet","propjets","proplastid","proplastids","propman","propmen","propodeon","propodeons","propodeum","propodeums","propolis","propolises","propone","proponed","proponent","proponents","propones","proponing","proportion","proportionable","proportionably","proportional","proportionalities","proportionality","proportionally","proportionals","proportionate","proportionated","proportionately","proportionates","proportionating","proportioned","proportioning","proportionings","proportionless","proportionment","proportionments","proportions","proposable","proposal","proposals","propose","proposed","proposer","proposers","proposes","proposing","proposita","propositae","propositi","proposition","propositional","propositionally","propositioned","propositioning","propositions","propositus","propound","propounded","propounder","propounders","propounding","propounds","propoxyphene","propoxyphenes","proppant","proppants","propped","propping","propraetor","propraetorial","propraetorian","propraetors","propranolol","propranolols","propretor","propretors","propria","proprietaries","proprietarily","proprietary","proprieties","proprietor","proprietorial","proprietorially","proprietors","proprietorship","proprietorships","proprietress","proprietresses","proprietrices","proprietrix","proprietrixes","propriety","proprioception","proprioceptions","proprioceptive","proprioceptor","proprioceptors","proprium","proproctor","proproctors","props","proptoses","proptosis","propugnation","propugnations","propulsion","propulsions","propulsive","propulsor","propulsors","propulsory","propyl","propyla","propylaea","propylaeum","propylamine","propylamines","propylene","propylenes","propylic","propylite","propylites","propylitisation","propylitise","propylitised","propylitises","propylitising","propylitization","propylitize","propylitized","propylitizes","propylitizing","propylon","propylons","propyls","proratable","prorate","prorated","prorates","prorating","proration","prorations","prore","prorector","prorectors","proreform","prores","prorogate","prorogated","prorogates","prorogating","prorogation","prorogations","prorogue","prorogued","prorogues","proroguing","pros","prosaic","prosaical","prosaically","prosaicalness","prosaicalnesses","prosaicism","prosaicisms","prosaicness","prosaicnesses","prosaism","prosaisms","prosaist","prosaists","prosateur","prosateurs","prosauropod","prosauropods","proscenia","proscenium","prosceniums","prosciutti","prosciutto","prosciuttos","proscribe","proscribed","proscriber","proscribers","proscribes","proscribing","proscript","proscription","proscriptions","proscriptive","proscriptively","proscripts","prose","prosecco","proseccos","prosect","prosected","prosecting","prosector","prosectorial","prosectors","prosectorship","prosectorships","prosects","prosecutable","prosecute","prosecuted","prosecutes","prosecuting","prosecution","prosecutions","prosecutor","prosecutorial","prosecutors","prosecutrices","prosecutrix","prosecutrixes","prosed","proselike","proselyte","proselyted","proselytes","proselytic","proselyting","proselytisation","proselytise","proselytised","proselytiser","proselytisers","proselytises","proselytising","proselytism","proselytisms","proselytization","proselytizations","proselytize","proselytized","proselytizer","proselytizers","proselytizes","proselytizing","proseman","prosemen","proseminar","proseminars","prosencephala","prosencephalic","prosencephalon","prosenchyma","prosenchymas","prosenchymata","prosenchymatous","proser","prosers","proses","proseucha","proseuchae","proseuche","prosier","prosiest","prosified","prosifies","prosify","prosifying","prosiliencies","prosiliency","prosilient","prosily","prosimian","prosimians","prosiness","prosinesses","prosing","prosings","prosit","proslambanomene","proslavery","proso","prosobranch","prosobranchs","prosodial","prosodian","prosodians","prosodic","prosodical","prosodically","prosodies","prosodist","prosodists","prosody","prosoma","prosomal","prosomas","prosomata","prosopagnosia","prosopagnosias","prosopographer","prosopographers","prosopographical","prosopographies","prosopography","prosopon","prosopons","prosopopeia","prosopopeial","prosopopeias","prosopopoeia","prosopopoeial","prosopopoeias","prosos","prospect","prospected","prospecting","prospectings","prospection","prospections","prospective","prospectively","prospectiveness","prospectives","prospectless","prospector","prospectors","prospects","prospectus","prospectuses","prosper","prospered","prospering","prosperities","prosperity","prosperous","prosperously","prosperousness","prosperousnesses","prospers","pross","prosses","prossie","prossies","prost","prostacyclin","prostacyclins","prostaglandin","prostaglandins","prostanthera","prostantheras","prostate","prostatectomies","prostatectomy","prostates","prostatic","prostatism","prostatisms","prostatites","prostatitides","prostatitis","prostatitises","prosterna","prosternum","prosternums","prostheses","prosthesis","prosthetic","prosthetically","prosthetics","prosthetist","prosthetists","prosthodontia","prosthodontias","prosthodontics","prosthodontist","prosthodontists","prostie","prosties","prostitute","prostituted","prostitutes","prostituting","prostitution","prostitutions","prostitutor","prostitutors","prostomia","prostomial","prostomium","prostomiums","prostrate","prostrated","prostrates","prostrating","prostration","prostrations","prostyle","prostyles","prosumer","prosumers","prosy","prosyllogism","prosyllogisms","protactinium","protactiniums","protagonism","protagonisms","protagonist","protagonists","protamin","protamine","protamines","protamins","protandries","protandrous","protandry","protanomalies","protanomalous","protanomaly","protanope","protanopes","protanopia","protanopias","protanopic","protases","protasis","protatic","protea","proteaceous","protean","proteans","proteas","protease","proteases","protect","protectant","protectants","protected","protecter","protecters","protecting","protectingly","protection","protectionism","protectionisms","protectionist","protectionists","protections","protective","protectively","protectiveness","protectivenesses","protectives","protector","protectoral","protectorate","protectorates","protectorial","protectories","protectorless","protectors","protectorship","protectorships","protectory","protectress","protectresses","protectrices","protectrix","protectrixes","protects","protege","protegee","protegees","proteges","protei","proteid","proteide","proteides","proteids","proteiform","protein","proteinaceous","proteinase","proteinases","proteinic","proteinous","proteins","proteinuria","proteinurias","protend","protended","protending","protends","protense","protenses","protension","protensions","protensities","protensity","protensive","protensively","proteoclastic","proteoglycan","proteoglycans","proteolyse","proteolysed","proteolyses","proteolysing","proteolysis","proteolytic","proteolytically","proteome","proteomes","proteomic","proteomics","proteose","proteoses","proterandries","proterandrous","proterandry","proterogynies","proterogynous","proterogyny","protervities","protervity","protest","protestant","protestants","protestation","protestations","protested","protester","protesters","protesting","protestingly","protestor","protestors","protests","proteus","proteuses","prothalamia","prothalamion","prothalamium","prothalli","prothallia","prothallial","prothallic","prothallium","prothalloid","prothallus","prothalluses","protheses","prothesis","prothetic","prothetically","prothonotarial","prothonotariat","prothonotariats","prothonotaries","prothonotary","prothoraces","prothoracic","prothorax","prothoraxes","prothrombin","prothrombins","prothyl","prothyls","protist","protistan","protistans","protistic","protistologies","protistologist","protistologists","protistology","protists","protium","protiums","proto","protoactinium","protoactiniums","protoavis","protoavises","protochordate","protochordates","protococcal","protocol","protocoled","protocolic","protocoling","protocolise","protocolised","protocolises","protocolising","protocolist","protocolists","protocolize","protocolized","protocolizes","protocolizing","protocolled","protocolling","protocols","protoctist","protoctists","protoderm","protoderms","protogalaxies","protogalaxy","protogenic","protogine","protogines","protogynies","protogynous","protogyny","protohistorian","protohistorians","protohistoric","protohistories","protohistory","protohuman","protohumans","protolanguage","protolanguages","protolithic","protomartyr","protomartyrs","protomorphic","proton","protonate","protonated","protonates","protonating","protonation","protonations","protonema","protonemal","protonemata","protonematal","protonic","protonotarial","protonotariat","protonotariats","protonotaries","protonotary","protons","protopathic","protopathies","protopathy","protophilic","protophloem","protophloems","protophyte","protophytes","protophytic","protoplanet","protoplanetary","protoplanets","protoplasm","protoplasmal","protoplasmatic","protoplasmic","protoplasms","protoplast","protoplastic","protoplasts","protopod","protopods","protoporphyrin","protoporphyrins","protore","protores","protospataire","protospataires","protospathaire","protospathaires","protospatharius","protostar","protostars","protostele","protosteles","protostelic","protostome","protostomes","prototherian","prototherians","prototroph","prototrophic","prototrophies","prototrophs","prototrophy","prototypal","prototype","prototyped","prototypes","prototypic","prototypical","prototypically","prototyping","protoxid","protoxide","protoxides","protoxids","protoxylem","protoxylems","protozoa","protozoal","protozoan","protozoans","protozoic","protozoological","protozoologies","protozoologist","protozoologists","protozoology","protozoon","protozoons","protract","protracted","protractedly","protractedness","protractible","protractile","protracting","protraction","protractions","protractive","protractor","protractors","protracts","protrade","protreptic","protreptical","protreptics","protrudable","protrude","protruded","protrudent","protrudes","protruding","protrusible","protrusile","protrusion","protrusions","protrusive","protrusively","protrusiveness","protrusivenesses","protuberance","protuberances","protuberancies","protuberancy","protuberant","protuberantly","protuberate","protuberated","protuberates","protuberating","protuberation","protuberations","protyl","protyle","protyles","protyls","proud","prouder","proudest","proudful","proudhearted","proudish","proudly","proudness","proudnesses","proul","prouled","prouler","proulers","prouling","prouls","prounion","proustite","proustites","provabilities","provability","provable","provableness","provablenesses","provably","provand","provands","provant","provascular","prove","proveable","proveably","provection","provections","proved","proveditor","proveditore","proveditores","proveditors","provedor","provedore","provedores","provedors","proven","provenance","provenances","provend","provender","provendered","provendering","provenders","provends","provenience","proveniences","provenly","proventricular","proventriculi","proventriculus","prover","proverb","proverbed","proverbial","proverbialise","proverbialised","proverbialises","proverbialising","proverbialism","proverbialisms","proverbialist","proverbialists","proverbialize","proverbialized","proverbializes","proverbializing","proverbially","proverbing","proverbs","provers","proves","proviant","proviants","providable","provide","provided","providence","providences","provident","providential","providentially","providently","provider","providers","provides","providing","providor","providors","province","provinces","provincewide","provincial","provincialise","provincialised","provincialises","provincialising","provincialism","provincialisms","provincialist","provincialists","provincialities","provinciality","provincialization","provincializations","provincialize","provincialized","provincializes","provincializing","provincially","provincials","provine","provined","provines","proving","provings","provining","proviral","provirus","proviruses","provision","provisional","provisionally","provisionals","provisionaries","provisionary","provisioned","provisioner","provisioners","provisioning","provisions","proviso","provisoes","provisor","provisorily","provisors","provisory","provisos","provitamin","provitamins","provocable","provocant","provocants","provocateur","provocateurs","provocation","provocations","provocative","provocatively","provocativeness","provocativenesses","provocatives","provocator","provocators","provocatory","provokable","provoke","provoked","provokement","provokements","provoker","provokers","provokes","provoking","provokingly","provolone","provolones","provost","provostries","provostry","provosts","provostship","provostships","prow","prowar","prower","prowess","prowessed","prowesses","prowest","prowl","prowled","prowler","prowlers","prowling","prowlingly","prowlings","prowls","prows","proxemic","proxemics","proxied","proxies","proximal","proximally","proximate","proximately","proximateness","proximatenesses","proximation","proximations","proximities","proximity","proximo","proxy","proyn","proyne","proyned","proynes","proyning","proyns","prozymite","prozymites","prude","prudence","prudences","prudent","prudential","prudentialism","prudentialisms","prudentialist","prudentialists","prudentialities","prudentiality","prudentially","prudentials","prudently","pruderies","prudery","prudes","prudish","prudishly","prudishness","prudishnesses","pruh","pruina","pruinas","pruine","pruines","pruinose","prunable","prune","pruned","prunella","prunellas","prunelle","prunelles","prunello","prunellos","pruner","pruners","prunes","pruning","prunings","prunt","prunted","prunts","prunus","prunuses","prurience","pruriences","pruriencies","pruriency","prurient","pruriently","pruriginous","prurigo","prurigos","pruritic","pruritus","prurituses","prusik","prusiked","prusiking","prusiks","prussian","prussianisation","prussianise","prussianised","prussianises","prussianising","prussianization","prussianizations","prussianize","prussianized","prussianizes","prussianizing","prussiate","prussiates","prussic","pruta","prutah","prutot","prutoth","pry","pryer","pryers","prying","pryingly","pryings","prys","pryse","prysed","pryses","prysing","prytanea","prytaneum","prythee","psaligraphies","psaligraphy","psalm","psalmbook","psalmbooks","psalmed","psalmic","psalming","psalmist","psalmists","psalmodic","psalmodical","psalmodies","psalmodise","psalmodised","psalmodises","psalmodising","psalmodist","psalmodists","psalmodize","psalmodized","psalmodizes","psalmodizing","psalmody","psalms","psalter","psalteria","psalterian","psalteries","psalterium","psalters","psaltery","psaltress","psaltresses","psaltries","psaltry","psammite","psammites","psammitic","psammon","psammons","psammophil","psammophile","psammophiles","psammophilous","psammophils","psammophyte","psammophytes","psammophytic","pschent","pschents","psellism","psellisms","psellismus","psellismuses","psephism","psephisms","psephite","psephites","psephitic","psephoanalyses","psephoanalysis","psephological","psephologically","psephologies","psephologist","psephologists","psephology","pseud","pseudaesthesia","pseudaesthesias","pseudarthroses","pseudarthrosis","pseudaxes","pseudaxis","pseudepigraph","pseudepigrapha","pseudepigraphic","pseudepigraphies","pseudepigraphon","pseudepigraphs","pseudepigraphy","pseuderies","pseudery","pseudimagines","pseudimago","pseudimagos","pseudish","pseudo","pseudoacid","pseudoacids","pseudoallele","pseudoalleles","pseudoarthroses","pseudoarthrosis","pseudobulb","pseudobulbs","pseudocarp","pseudocarpous","pseudocarps","pseudocholinesterase","pseudocholinesterases","pseudoclassic","pseudoclassicism","pseudoclassicisms","pseudoclassics","pseudocode","pseudocodes","pseudocoel","pseudocoelomate","pseudocoelomates","pseudocoels","pseudocyeses","pseudocyesis","pseudoephedrine","pseudograph","pseudographies","pseudographs","pseudography","pseudologia","pseudologias","pseudologies","pseudologue","pseudologues","pseudology","pseudomartyr","pseudomartyrs","pseudomembrane","pseudomembranes","pseudomonad","pseudomonades","pseudomonads","pseudomonas","pseudomorph","pseudomorphic","pseudomorphism","pseudomorphisms","pseudomorphous","pseudomorphs","pseudomutuality","pseudonym","pseudonymities","pseudonymity","pseudonymous","pseudonymously","pseudonymousness","pseudonymousnesses","pseudonyms","pseudoparenchyma","pseudoparenchymas","pseudoparenchymata","pseudoparenchymatous","pseudopod","pseudopodal","pseudopodia","pseudopodial","pseudopodium","pseudopods","pseudopregnancies","pseudopregnancy","pseudopregnant","pseudorandom","pseudos","pseudoscalar","pseudoscalars","pseudoscience","pseudosciences","pseudoscientific","pseudoscientist","pseudoscientists","pseudoscope","pseudoscopes","pseudoscorpion","pseudoscorpions","pseudosolution","pseudosolutions","pseudosophisticated","pseudosophistication","pseudosophistications","pseudosymmetry","pseudotuberculoses","pseudotuberculosis","pseudovector","pseudovectors","pseuds","pshaw","pshawed","pshawing","pshaws","psi","psilanthropic","psilanthropies","psilanthropism","psilanthropisms","psilanthropist","psilanthropists","psilanthropy","psilocin","psilocins","psilocybin","psilocybins","psilomelane","psilomelanes","psilophyte","psilophytes","psilophytic","psiloses","psilosis","psilotic","psion","psionic","psionics","psions","psis","psittacine","psittacines","psittacoses","psittacosis","psittacosises","psittacotic","psoae","psoai","psoas","psoases","psoatic","psocid","psocids","psora","psoralea","psoraleas","psoralen","psoralens","psoras","psoriases","psoriasis","psoriatic","psoriatics","psoric","psst","pst","psych","psychagogue","psychagogues","psychasthenia","psychasthenias","psychasthenic","psychasthenics","psyche","psyched","psychedelia","psychedelias","psychedelic","psychedelically","psychedelics","psyches","psychiater","psychiaters","psychiatric","psychiatrical","psychiatrically","psychiatries","psychiatrist","psychiatrists","psychiatry","psychic","psychical","psychically","psychicism","psychicisms","psychicist","psychicists","psychics","psyching","psychism","psychisms","psychist","psychists","psycho","psychoacoustic","psychoacoustics","psychoactive","psychoanalyse","psychoanalysed","psychoanalyser","psychoanalysers","psychoanalyses","psychoanalysing","psychoanalysis","psychoanalyst","psychoanalysts","psychoanalytic","psychoanalytical","psychoanalytically","psychoanalyze","psychoanalyzed","psychoanalyzer","psychoanalyzers","psychoanalyzes","psychoanalyzing","psychobabble","psychobabbler","psychobabblers","psychobabbles","psychobillies","psychobilly","psychobiographer","psychobiographers","psychobiographical","psychobiographies","psychobiography","psychobiologic","psychobiological","psychobiologies","psychobiologist","psychobiologists","psychobiology","psychochemical","psychochemicals","psychochemistry","psychodelia","psychodelias","psychodelic","psychodelically","psychodrama","psychodramas","psychodramatic","psychodynamic","psychodynamically","psychodynamics","psychogalvanic","psychogas","psychogases","psychogeneses","psychogenesis","psychogenetic","psychogenetical","psychogenetics","psychogenic","psychogenically","psychogeriatric","psychognoses","psychognosis","psychognostic","psychogonies","psychogony","psychogram","psychograms","psychograph","psychographic","psychographical","psychographics","psychographies","psychographs","psychography","psychohistorian","psychohistorians","psychohistorical","psychohistories","psychohistory","psychoid","psychoids","psychokineses","psychokinesis","psychokinetic","psycholinguist","psycholinguistic","psycholinguistics","psycholinguists","psychologic","psychological","psychologically","psychologies","psychologise","psychologised","psychologises","psychologising","psychologism","psychologisms","psychologist","psychologistic","psychologists","psychologize","psychologized","psychologizes","psychologizing","psychology","psychomachia","psychomachias","psychomachies","psychomachy","psychometer","psychometers","psychometric","psychometrical","psychometrically","psychometrician","psychometricians","psychometrics","psychometries","psychometrist","psychometrists","psychometry","psychomotor","psychoneuroses","psychoneurosis","psychoneurotic","psychoneurotics","psychonomic","psychonomics","psychopath","psychopathic","psychopathically","psychopathics","psychopathies","psychopathist","psychopathists","psychopathologic","psychopathological","psychopathologically","psychopathologies","psychopathologist","psychopathologists","psychopathology","psychopaths","psychopathy","psychopharmacologic","psychopharmacological","psychopharmacologies","psychopharmacologist","psychopharmacologists","psychopharmacology","psychophilies","psychophily","psychophysical","psychophysically","psychophysicist","psychophysicists","psychophysics","psychophysiologic","psychophysiological","psychophysiologically","psychophysiologies","psychophysiologist","psychophysiologists","psychophysiology","psychopomp","psychopomps","psychos","psychoses","psychosexual","psychosexualities","psychosexuality","psychosexually","psychosis","psychosocial","psychosocially","psychosomatic","psychosomatically","psychosomatics","psychosomimetic","psychosurgeon","psychosurgeons","psychosurgeries","psychosurgery","psychosurgical","psychosyntheses","psychosynthesis","psychotechnics","psychotherapeutic","psychotherapeutically","psychotherapies","psychotherapist","psychotherapists","psychotherapy","psychotic","psychotically","psychoticism","psychoticisms","psychotics","psychotomimetic","psychotomimetically","psychotomimetics","psychotoxic","psychotropic","psychotropics","psychrometer","psychrometers","psychrometric","psychrometrical","psychrometries","psychrometry","psychrophilic","psychs","psylla","psyllas","psyllid","psyllids","psyllium","psylliums","psyop","psyops","psywar","psywars","ptarmic","ptarmics","ptarmigan","ptarmigans","pteranodon","pteranodons","pteria","pteridine","pteridines","pteridological","pteridologies","pteridologist","pteridologists","pteridology","pteridomania","pteridomanias","pteridophilist","pteridophilists","pteridophyte","pteridophytes","pteridophytic","pteridophytous","pteridosperm","pteridosperms","pterin","pterins","pterion","pterodactyl","pterodactyle","pterodactyles","pterodactyls","pteroic","pteropod","pteropods","pterosaur","pterosaurian","pterosaurians","pterosaurs","pterygia","pterygial","pterygials","pterygium","pterygiums","pterygoid","pterygoids","pteryla","pterylae","pterylographic","pterylographies","pterylography","pteryloses","pterylosis","ptiloses","ptilosis","ptisan","ptisans","ptochocracies","ptochocracy","ptomain","ptomaine","ptomaines","ptomainic","ptomains","ptooey","ptoses","ptosis","ptotic","ptui","ptyalagogic","ptyalagogue","ptyalagogues","ptyalin","ptyalins","ptyalise","ptyalised","ptyalises","ptyalising","ptyalism","ptyalisms","ptyalize","ptyalized","ptyalizes","ptyalizing","ptyxes","ptyxis","ptyxises","pub","pubbed","pubbing","pubbings","pubco","pubcos","pubcrawler","pubcrawlers","pube","puberal","pubertal","puberties","puberty","puberulent","puberulous","pubes","pubescence","pubescences","pubescent","pubic","pubis","pubises","public","publically","publican","publicans","publication","publications","publicise","publicised","publicises","publicising","publicist","publicists","publicities","publicity","publicize","publicized","publicizes","publicizing","publicly","publicness","publicnesses","publics","publish","publishable","published","publisher","publishers","publishes","publishing","publishings","publishment","publishments","pubs","pucan","pucans","pucciniaceous","puccoon","puccoons","puce","pucelage","pucelages","pucelle","pucelles","pucer","puces","pucest","puck","pucka","pucked","pucker","puckered","puckerer","puckerers","puckerier","puckeriest","puckering","puckerooed","puckers","puckery","puckfist","puckfists","pucking","puckish","puckishly","puckishness","puckishnesses","puckle","puckles","puckout","puckouts","pucks","pud","pudden","puddening","puddenings","puddens","pudder","puddered","puddering","pudders","puddies","pudding","puddings","puddingy","puddle","puddled","puddler","puddlers","puddles","puddlier","puddliest","puddling","puddlings","puddly","puddock","puddocks","puddy","pudencies","pudency","pudenda","pudendal","pudendous","pudendum","pudent","pudge","pudges","pudgier","pudgiest","pudgily","pudginess","pudginesses","pudgy","pudibund","pudibundities","pudibundity","pudic","pudicities","pudicity","pudor","pudors","puds","pudsey","pudsier","pudsiest","pudsy","pudu","pudus","pueblo","pueblos","puer","puered","puerile","puerilely","puerilism","puerilisms","puerilities","puerility","puering","puerpera","puerperae","puerperal","puerperally","puerperia","puerperium","puerperiums","puers","puff","puffball","puffballs","puffbird","puffbirds","puffed","puffer","pufferies","puffers","puffery","puffier","puffiest","puffily","puffin","puffiness","puffinesses","puffing","puffingly","puffings","puffins","puffs","pufftaloonas","puffy","puftaloon","puftaloonies","puftaloons","pug","pugaree","pugarees","puggaree","puggarees","pugged","puggeries","puggery","puggie","puggier","puggies","puggiest","pugginess","pugginesses","pugging","puggings","puggish","puggle","puggled","puggles","puggling","puggree","puggrees","puggries","puggry","puggy","pugh","pugil","pugilism","pugilisms","pugilist","pugilistic","pugilistical","pugilistically","pugilists","pugils","pugmark","pugmarks","pugnacious","pugnaciously","pugnaciousness","pugnaciousnesses","pugnacities","pugnacity","pugree","pugrees","pugs","puh","puha","puhas","puir","puirer","puirest","puirtith","puirtiths","puisne","puisnes","puisny","puissance","puissances","puissant","puissantly","puissaunce","puissaunces","puissaunt","puja","pujah","pujahs","pujari","pujaris","pujas","puka","pukas","pukatea","pukateas","puke","puked","pukeko","pukekos","puker","pukers","pukes","pukey","pukier","pukiest","puking","pukka","puku","pukus","puky","pul","pula","pulao","pulaos","pulas","pulchritude","pulchritudes","pulchritudinous","puldron","puldrons","pule","puled","puler","pulers","pules","puli","pulicene","pulicide","pulicides","pulier","puliest","pulik","puling","pulingly","pulings","pulis","pulk","pulka","pulkas","pulkha","pulkhas","pulks","pull","pullback","pullbacks","pulled","puller","pullers","pullet","pullets","pulley","pulleyed","pulleying","pulleys","pulli","pulling","pullman","pullmans","pullorum","pullout","pullouts","pullover","pullovers","pulls","pullulate","pullulated","pullulates","pullulating","pullulation","pullulations","pullup","pullups","pullus","pulmo","pulmobranch","pulmobranchiate","pulmobranchs","pulmonary","pulmonate","pulmonates","pulmones","pulmonic","pulmonics","pulmotor","pulmotors","pulp","pulpal","pulpally","pulpboard","pulpboards","pulped","pulper","pulpers","pulpier","pulpiest","pulpified","pulpifies","pulpify","pulpifying","pulpily","pulpiness","pulpinesses","pulping","pulpit","pulpital","pulpited","pulpiteer","pulpiteers","pulpiter","pulpiters","pulpitries","pulpitry","pulpits","pulpitum","pulpitums","pulpless","pulpmill","pulpmills","pulpous","pulps","pulpstone","pulpstones","pulpwood","pulpwoods","pulpy","pulque","pulques","puls","pulsant","pulsar","pulsars","pulsatance","pulsatances","pulsate","pulsated","pulsates","pulsatile","pulsatilities","pulsatility","pulsatilla","pulsatillas","pulsating","pulsation","pulsations","pulsative","pulsatively","pulsator","pulsators","pulsatory","pulse","pulsed","pulsejet","pulsejets","pulseless","pulselessness","pulselessnesses","pulser","pulsers","pulses","pulsidge","pulsidges","pulsific","pulsimeter","pulsimeters","pulsing","pulsion","pulsions","pulsojet","pulsojets","pulsometer","pulsometers","pultaceous","pultan","pultans","pulton","pultons","pultoon","pultoons","pultrusion","pultrusions","pultun","pultuns","pulture","pultures","pulu","pulus","pulver","pulverable","pulveration","pulverations","pulvered","pulverine","pulverines","pulvering","pulverisable","pulverisation","pulverisations","pulverise","pulverised","pulveriser","pulverisers","pulverises","pulverising","pulverizable","pulverization","pulverizations","pulverize","pulverized","pulverizer","pulverizers","pulverizes","pulverizing","pulverous","pulvers","pulverulence","pulverulences","pulverulent","pulvil","pulvilio","pulvilios","pulvilised","pulvilized","pulvillar","pulville","pulvilled","pulvilles","pulvilli","pulvilliform","pulvilling","pulvillio","pulvillios","pulvillus","pulvils","pulvinar","pulvinars","pulvinate","pulvinated","pulvini","pulvinule","pulvinules","pulvinus","pulwar","pulwars","puly","puma","pumas","pumelo","pumelos","pumicate","pumicated","pumicates","pumicating","pumice","pumiced","pumiceous","pumicer","pumicers","pumices","pumicing","pumicite","pumicites","pumie","pumies","pummel","pummeled","pummeling","pummelled","pummelling","pummelo","pummelos","pummels","pump","pumped","pumper","pumpernickel","pumpernickels","pumpers","pumphood","pumphoods","pumping","pumpings","pumpion","pumpions","pumpkin","pumpking","pumpkings","pumpkins","pumpkinseed","pumpkinseeds","pumpless","pumplike","pumps","pumy","pun","puna","punaani","punaany","punalua","punaluan","punaluas","punani","punany","punas","punce","punced","punces","punch","punchbag","punchbags","punchball","punchballs","punchboard","punchboards","punchbowl","punchbowls","punched","puncheon","puncheons","puncher","punchers","punches","punchier","punchiest","punchily","punchinello","punchinelloes","punchinellos","punchiness","punchinesses","punching","punchless","punchline","punchlines","punchy","puncing","puncta","punctate","punctated","punctation","punctations","punctator","punctators","punctilio","punctilios","punctilious","punctiliously","punctiliousness","punctiliousnesses","puncto","punctos","punctual","punctualist","punctualists","punctualities","punctuality","punctually","punctuate","punctuated","punctuates","punctuating","punctuation","punctuationist","punctuationists","punctuations","punctuative","punctuator","punctuators","punctulate","punctulated","punctulation","punctulations","punctule","punctules","punctum","puncturable","puncturation","puncturations","puncture","punctured","puncturer","puncturers","punctures","puncturing","pundigrion","pundigrions","pundit","punditic","punditries","punditry","pundits","pundonor","pundonores","pung","punga","pungas","pungence","pungences","pungencies","pungency","pungent","pungently","pungle","pungled","pungles","pungling","pungs","punicaceous","punier","puniest","punily","puniness","puninesses","punish","punishabilities","punishability","punishable","punished","punisher","punishers","punishes","punishing","punishingly","punishment","punishments","punition","punitions","punitive","punitively","punitiveness","punitivenesses","punitory","punji","punjis","punk","punka","punkah","punkahs","punkas","punker","punkers","punkest","punkey","punkeys","punkie","punkier","punkies","punkiest","punkin","punkiness","punkinesses","punkins","punkish","punks","punky","punned","punner","punners","punnet","punnets","punnier","punniest","punning","punningly","punnings","punny","puns","punster","punsters","punt","punted","puntee","puntees","punter","punters","punties","punting","punto","puntos","punts","puntsman","puntsmen","punty","puny","pup","pupa","pupae","pupal","puparia","puparial","puparium","pupas","pupate","pupated","pupates","pupating","pupation","pupations","pupfish","pupfishes","pupigerous","pupil","pupilabilities","pupilability","pupilage","pupilages","pupilar","pupilarities","pupilarity","pupilary","pupillage","pupillages","pupillar","pupillarities","pupillarity","pupillary","pupillate","pupils","pupilship","pupilships","pupiparous","pupped","puppet","puppeteer","puppeteered","puppeteering","puppeteers","puppetlike","puppetries","puppetry","puppets","puppied","puppies","pupping","puppodum","puppodums","puppy","puppydom","puppydoms","puppyhood","puppyhoods","puppying","puppyish","puppyism","puppyisms","puppylike","pups","pupu","pupunha","pupunhas","pupus","pur","purana","puranas","puranic","purblind","purblindly","purblindness","purblindnesses","purchasability","purchasable","purchase","purchased","purchaser","purchasers","purchases","purchasing","purchasings","purda","purdah","purdahed","purdahs","purdas","purdonium","purdoniums","pure","pureblood","purebloods","purebred","purebreds","pured","puree","pureed","pureeing","purees","purely","pureness","purenesses","purer","pures","purest","purfle","purfled","purfler","purflers","purfles","purfling","purflings","purfly","purgation","purgations","purgative","purgatively","purgatives","purgatorial","purgatorially","purgatorian","purgatories","purgatory","purge","purgeable","purged","purger","purgers","purges","purging","purgings","puri","purification","purifications","purificative","purificator","purificators","purificatory","purified","purifier","purifiers","purifies","purify","purifying","purin","purine","purines","puring","purins","puriri","puriris","puris","purism","purisms","purist","puristic","puristical","puristically","purists","puritan","puritanic","puritanical","puritanically","puritanicalness","puritanise","puritanised","puritanises","puritanising","puritanism","puritanisms","puritanize","puritanized","puritanizes","puritanizing","puritans","purities","purity","purl","purled","purler","purlers","purlicue","purlicued","purlicues","purlicuing","purlieu","purlieus","purlin","purline","purlines","purling","purlings","purlins","purloin","purloined","purloiner","purloiners","purloining","purloins","purls","puromycin","puromycins","purpie","purpies","purple","purpled","purpleheart","purplehearts","purpleness","purplenesses","purpler","purples","purplest","purplier","purpliest","purpling","purplish","purply","purport","purported","purportedly","purporting","purportless","purports","purpose","purposed","purposeful","purposefully","purposefulness","purposefulnesses","purposeless","purposelessly","purposelessness","purposelessnesses","purposely","purposes","purposing","purposive","purposively","purposiveness","purposivenesses","purpresture","purprestures","purpura","purpuras","purpure","purpureal","purpures","purpuric","purpurin","purpurins","purpy","purr","purred","purring","purringly","purrings","purrs","purs","purse","pursed","purseful","pursefuls","purselike","purser","pursers","pursership","purserships","purses","pursew","pursewed","pursewing","pursews","pursier","pursiest","pursily","pursiness","pursinesses","pursing","purslain","purslains","purslane","purslanes","pursuable","pursual","pursuals","pursuance","pursuances","pursuant","pursuantly","pursue","pursued","pursuer","pursuers","pursues","pursuing","pursuingly","pursuings","pursuit","pursuits","pursuivant","pursuivants","pursy","purtenance","purtenances","purtier","purtiest","purtraid","purtrayd","purty","purulence","purulences","purulencies","purulency","purulent","purulently","purvey","purveyance","purveyances","purveyed","purveying","purveyor","purveyors","purveys","purview","purviews","pus","puschkinia","puschkinias","puses","push","pushback","pushball","pushballs","pushbike","pushbikes","pushcart","pushcarts","pushchair","pushchairs","pushdown","pushdowns","pushed","pusher","pushers","pushes","pushful","pushfully","pushfulness","pushfulnesses","pushier","pushiest","pushily","pushiness","pushinesses","pushing","pushingly","pushingness","pushingnesses","pushover","pushovers","pushpin","pushpins","pushpit","pushpits","pushrod","pushrods","pushup","pushups","pushy","pusillanimities","pusillanimity","pusillanimous","pusillanimously","pusle","pusled","pusles","pusley","pusleys","puslike","pusling","puss","pussel","pussels","pusser","pussers","pusses","pussier","pussies","pussiest","pussley","pussleys","pusslies","pusslike","pussly","pussy","pussycat","pussycats","pussyfoot","pussyfooted","pussyfooter","pussyfooters","pussyfooting","pussyfoots","pussytoes","pustulant","pustulants","pustular","pustulate","pustulated","pustulates","pustulating","pustulation","pustulations","pustule","pustuled","pustules","pustulous","put","putamen","putamina","putangitangi","putangitangis","putative","putatively","putcheon","putcheons","putcher","putchers","putchock","putchocks","putchuk","putchuks","putdown","putdowns","puteal","puteals","puteli","putelis","putid","putlock","putlocks","putlog","putlogs","putoff","putoffs","putois","puton","putonghua","putonghuas","putons","putout","putouts","putrefacient","putrefaction","putrefactions","putrefactive","putrefiable","putrefied","putrefier","putrefiers","putrefies","putrefy","putrefying","putrescence","putrescences","putrescent","putrescibility","putrescible","putrescibles","putrescine","putrescines","putrid","putrider","putridest","putridities","putridity","putridly","putridness","putridnesses","puts","putsch","putsches","putschist","putschists","putt","putted","puttee","puttees","putten","putter","puttered","putterer","putterers","puttering","putters","putti","puttie","puttied","puttier","puttiers","putties","putting","puttings","putto","puttock","puttocks","putts","putty","puttying","puttyless","puttylike","puttyroot","puttyroots","puture","putures","putz","putzed","putzes","putzing","puy","puys","puzel","puzels","puzzel","puzzels","puzzle","puzzled","puzzledly","puzzledom","puzzledoms","puzzleheaded","puzzleheadedness","puzzleheadednesses","puzzlement","puzzlements","puzzler","puzzlers","puzzles","puzzling","puzzlingly","puzzolana","puzzolanas","pya","pyaemia","pyaemias","pyaemic","pyas","pyat","pyats","pycnic","pycnidia","pycnidial","pycnidiospore","pycnidiospores","pycnidium","pycnite","pycnites","pycnoconidia","pycnoconidium","pycnodysostoses","pycnodysostosis","pycnogonid","pycnogonids","pycnogonoid","pycnometer","pycnometers","pycnometric","pycnon","pycnons","pycnoses","pycnosis","pycnospore","pycnospores","pycnostyle","pycnostyles","pycnotic","pye","pyebald","pyebalds","pyeing","pyelitic","pyelitis","pyelitises","pyelogram","pyelograms","pyelographic","pyelographies","pyelography","pyelonephritic","pyelonephritides","pyelonephritis","pyemia","pyemias","pyemic","pyengadu","pyengadus","pyes","pyet","pyets","pygal","pygals","pygarg","pygargs","pygidia","pygidial","pygidium","pygidiums","pygmaean","pygmean","pygmies","pygmoid","pygmy","pygmyish","pygmyism","pygmyisms","pygostyle","pygostyles","pyic","pyin","pyinkado","pyinkados","pyins","pyjama","pyjamaed","pyjamas","pyknic","pyknics","pyknodysostoses","pyknodysostosis","pyknometer","pyknometers","pyknoses","pyknosis","pyknosome","pyknosomes","pyknotic","pylon","pylons","pylorectomies","pylorectomy","pylori","pyloric","pylorus","pyloruses","pyne","pyned","pynes","pyning","pyoderma","pyodermas","pyodermic","pyogeneses","pyogenesis","pyogenic","pyoid","pyoner","pyoners","pyonings","pyorrhea","pyorrheal","pyorrheas","pyorrheic","pyorrhoea","pyorrhoeal","pyorrhoeas","pyorrhoeic","pyoses","pyosis","pyot","pyots","pyracanth","pyracantha","pyracanthas","pyracanths","pyral","pyralid","pyralidid","pyralidids","pyralids","pyralis","pyralises","pyramid","pyramidal","pyramidally","pyramided","pyramides","pyramidia","pyramidic","pyramidical","pyramidically","pyramiding","pyramidion","pyramidions","pyramidist","pyramidists","pyramidologies","pyramidologist","pyramidologists","pyramidology","pyramidon","pyramidons","pyramids","pyramis","pyramises","pyran","pyranoid","pyranometer","pyranometers","pyranose","pyranoses","pyranoside","pyranosides","pyrans","pyrargyrite","pyrargyrites","pyrazole","pyrazoles","pyre","pyrene","pyreneite","pyreneites","pyrenes","pyrenocarp","pyrenocarps","pyrenoid","pyrenoids","pyrenomycetous","pyres","pyrethrin","pyrethrins","pyrethroid","pyrethroids","pyrethrum","pyrethrums","pyretic","pyretologies","pyretology","pyretotherapies","pyretotherapy","pyrex","pyrexes","pyrexia","pyrexial","pyrexias","pyrexic","pyrgeometer","pyrgeometers","pyrheliometer","pyrheliometers","pyrheliometric","pyric","pyridic","pyridine","pyridines","pyridoxal","pyridoxals","pyridoxamine","pyridoxamines","pyridoxin","pyridoxine","pyridoxines","pyridoxins","pyriform","pyrimethamine","pyrimethamines","pyrimidine","pyrimidines","pyrite","pyrites","pyrithiamine","pyrithiamines","pyritic","pyritical","pyritiferous","pyritise","pyritised","pyritises","pyritising","pyritize","pyritized","pyritizes","pyritizing","pyritohedra","pyritohedral","pyritohedron","pyritous","pyro","pyroballogies","pyroballogy","pyrocatechin","pyrocatechins","pyrocatechol","pyrocatechols","pyroceram","pyrocerams","pyrochemical","pyrochemically","pyroclast","pyroclastic","pyroclastics","pyroclasts","pyroelectric","pyroelectricities","pyroelectricity","pyroelectrics","pyrogallate","pyrogallates","pyrogallic","pyrogallol","pyrogallols","pyrogen","pyrogenetic","pyrogenic","pyrogenicities","pyrogenicity","pyrogenous","pyrogens","pyrognostic","pyrognostics","pyrographer","pyrographers","pyrographic","pyrographies","pyrography","pyrogravure","pyrogravures","pyrokineses","pyrokinesis","pyrola","pyrolas","pyrolater","pyrolaters","pyrolatries","pyrolatry","pyroligneous","pyrolignic","pyrolise","pyrolised","pyrolises","pyrolising","pyrolize","pyrolized","pyrolizes","pyrolizing","pyrologies","pyrology","pyrolusite","pyrolusites","pyrolysable","pyrolysate","pyrolysates","pyrolyse","pyrolysed","pyrolyser","pyrolysers","pyrolyses","pyrolysing","pyrolysis","pyrolytic","pyrolytically","pyrolyzable","pyrolyzate","pyrolyzates","pyrolyze","pyrolyzed","pyrolyzer","pyrolyzers","pyrolyzes","pyrolyzing","pyromagnetic","pyromancer","pyromancers","pyromancies","pyromancy","pyromania","pyromaniac","pyromaniacal","pyromaniacs","pyromanias","pyromantic","pyromeride","pyromerides","pyrometallurgical","pyrometallurgies","pyrometallurgy","pyrometer","pyrometers","pyrometric","pyrometrical","pyrometrically","pyrometries","pyrometry","pyromorphite","pyromorphites","pyrone","pyrones","pyronine","pyronines","pyroninophilic","pyrope","pyropes","pyrophobia","pyrophobias","pyrophobic","pyrophobics","pyrophone","pyrophones","pyrophoric","pyrophorous","pyrophorus","pyrophoruses","pyrophosphate","pyrophosphates","pyrophosphoric","pyrophotograph","pyrophotographs","pyrophotography","pyrophotometer","pyrophotometers","pyrophotometry","pyrophyllite","pyrophyllites","pyropus","pyropuses","pyros","pyroscope","pyroscopes","pyroses","pyrosis","pyrosises","pyrosome","pyrosomes","pyrostat","pyrostatic","pyrostats","pyrosulphate","pyrosulphates","pyrosulphuric","pyrotartrate","pyrotartrates","pyrotechnic","pyrotechnical","pyrotechnically","pyrotechnician","pyrotechnicians","pyrotechnics","pyrotechnies","pyrotechnist","pyrotechnists","pyrotechny","pyrovanadic","pyroxene","pyroxenes","pyroxenic","pyroxenite","pyroxenites","pyroxenitic","pyroxenoid","pyroxenoids","pyroxyle","pyroxyles","pyroxylic","pyroxylin","pyroxyline","pyroxylines","pyroxylins","pyrrhic","pyrrhicist","pyrrhicists","pyrrhics","pyrrhotine","pyrrhotines","pyrrhotite","pyrrhotites","pyrrhous","pyrrhuloxia","pyrrhuloxias","pyrrol","pyrrole","pyrroles","pyrrolic","pyrrolidine","pyrrolidines","pyrrols","pyruvate","pyruvates","pyruvic","pythium","pythiums","pythogenic","python","pythoness","pythonesses","pythonic","pythonomorph","pythonomorphs","pythons","pyuria","pyurias","pyx","pyxed","pyxes","pyxides","pyxidia","pyxidium","pyxie","pyxies","pyxing","pyxis","pzazz","pzazzes","qabala","qabalah","qabalahs","qabalas","qabalism","qabalisms","qabalist","qabalistic","qabalists","qadi","qadis","qaid","qaids","qaimaqam","qaimaqams","qalamdan","qalamdans","qanat","qanats","qasida","qasidas","qat","qats","qawwal","qawwali","qawwalis","qawwals","qi","qibla","qiblas","qigong","qigongs","qin","qindar","qindarka","qindars","qinghaosu","qinghaosus","qins","qintar","qintarka","qintars","qis","qiviut","qiviuts","qoph","qophs","qorma","qormas","qua","quaalude","quaaludes","quack","quacked","quacker","quackeries","quackers","quackery","quackier","quackiest","quacking","quackish","quackism","quackisms","quackle","quackled","quackles","quackling","quacks","quacksalver","quacksalvers","quacksalving","quacky","quad","quadded","quadding","quadplay","quadplays","quadplex","quadplexes","quadragenarian","quadragenarians","quadragesimal","quadrangle","quadrangles","quadrangular","quadrangularly","quadrans","quadrant","quadrantal","quadrantes","quadrants","quadraphonic","quadraphonics","quadraphonies","quadraphony","quadraplegia","quadraplegias","quadraplegic","quadraplegics","quadrat","quadrate","quadrated","quadrates","quadratic","quadratical","quadratically","quadratics","quadrating","quadratrix","quadratrixes","quadrats","quadratura","quadrature","quadratures","quadratus","quadratuses","quadrella","quadrellas","quadrennia","quadrennial","quadrennially","quadrennials","quadrennium","quadrenniums","quadric","quadricentennial","quadricentennials","quadricep","quadriceps","quadricepses","quadricipital","quadricone","quadricones","quadrics","quadriennia","quadriennial","quadriennium","quadrifarious","quadrifid","quadrifoliate","quadriform","quadriga","quadrigae","quadrigas","quadrigeminal","quadrigeminate","quadrigeminous","quadrilateral","quadrilaterals","quadrilingual","quadriliteral","quadriliterals","quadrille","quadrilled","quadriller","quadrillers","quadrilles","quadrilling","quadrillion","quadrillions","quadrillionth","quadrillionths","quadrilocular","quadringenaries","quadringenary","quadrinomial","quadrinomials","quadripartite","quadripartition","quadriphonic","quadriphonics","quadriplegia","quadriplegias","quadriplegic","quadriplegics","quadripole","quadripoles","quadrireme","quadriremes","quadrisect","quadrisected","quadrisecting","quadrisection","quadrisections","quadrisects","quadrisyllabic","quadrisyllable","quadrisyllables","quadrivalence","quadrivalences","quadrivalencies","quadrivalency","quadrivalent","quadrivalents","quadrivia","quadrivial","quadrivium","quadriviums","quadroon","quadroons","quadrophonic","quadrophonics","quadrophonies","quadrophony","quadruman","quadrumane","quadrumanes","quadrumanous","quadrumans","quadrumvir","quadrumvirate","quadrumvirates","quadrumvirs","quadruped","quadrupedal","quadrupeds","quadruple","quadrupled","quadruples","quadruplet","quadruplets","quadruplex","quadruplexed","quadruplexes","quadruplexing","quadruplicate","quadruplicated","quadruplicates","quadruplicating","quadruplication","quadruplications","quadruplicities","quadruplicity","quadruplies","quadrupling","quadruply","quadrupole","quadrupoles","quads","quaere","quaered","quaereing","quaeres","quaeritur","quaesitum","quaesitums","quaestionaries","quaestionary","quaestor","quaestorial","quaestors","quaestorship","quaestorships","quaestuaries","quaestuary","quaff","quaffable","quaffed","quaffer","quaffers","quaffing","quaffs","quag","quagga","quaggas","quaggier","quaggiest","quagginess","quagginesses","quaggy","quagmire","quagmired","quagmires","quagmirier","quagmiriest","quagmiring","quagmiry","quags","quahaug","quahaugs","quahog","quahogs","quai","quaich","quaiches","quaichs","quaigh","quaighs","quail","quailed","quailing","quailings","quails","quaint","quainter","quaintest","quaintly","quaintness","quaintnesses","quair","quairs","quais","quake","quaked","quaker","quakers","quakes","quakier","quakiest","quakily","quakiness","quakinesses","quaking","quakingly","quakings","quaky","quale","qualia","qualifiable","qualification","qualifications","qualificative","qualificatives","qualificator","qualificators","qualificatory","qualified","qualifiedly","qualifier","qualifiers","qualifies","qualify","qualifying","qualifyings","qualitative","qualitatively","qualitied","qualities","quality","qualm","qualmier","qualmiest","qualming","qualmish","qualmishly","qualmishness","qualmishnesses","qualmless","qualms","qualmy","quamash","quamashes","quandang","quandangs","quandaries","quandary","quandong","quandongs","quango","quangocracies","quangocracy","quangos","quannet","quannets","quant","quanta","quantal","quantally","quanted","quantic","quantical","quantics","quantifiable","quantification","quantificational","quantificationally","quantifications","quantified","quantifier","quantifiers","quantifies","quantify","quantifying","quantile","quantiles","quanting","quantisation","quantisations","quantise","quantised","quantiser","quantisers","quantises","quantising","quantitate","quantitated","quantitates","quantitating","quantitation","quantitations","quantitative","quantitatively","quantitativeness","quantitativenesses","quantities","quantitive","quantitively","quantity","quantivalence","quantivalences","quantivalent","quantization","quantizations","quantize","quantized","quantizer","quantizers","quantizes","quantizing","quantometer","quantometers","quantong","quantongs","quants","quantum","quantums","quaquaversal","quaquaversally","quarantine","quarantined","quarantines","quarantining","quare","quarenden","quarendens","quarender","quarenders","quarer","quarest","quark","quarks","quarrel","quarreled","quarreler","quarrelers","quarreling","quarrelled","quarreller","quarrellers","quarrelling","quarrellings","quarrellous","quarrels","quarrelsome","quarrelsomely","quarrelsomeness","quarrelsomenesses","quarrender","quarrenders","quarriable","quarrian","quarrians","quarried","quarrier","quarriers","quarries","quarrington","quarringtons","quarrion","quarrions","quarry","quarrying","quarryings","quarryman","quarrymaster","quarrymasters","quarrymen","quart","quartan","quartans","quartation","quartations","quarte","quarter","quarterage","quarterages","quarterback","quarterbacked","quarterbacking","quarterbackings","quarterbacks","quarterdeck","quarterdecker","quarterdeckers","quarterdecks","quartered","quarterer","quarterers","quarterfinal","quarterfinalist","quarterfinalists","quarterfinals","quartering","quarterings","quarterlies","quarterlife","quarterlight","quarterlights","quarterly","quartermaster","quartermasters","quartermistress","quartern","quarterns","quarteroon","quarteroons","quarters","quartersaw","quartersawed","quartersawing","quartersawn","quartersaws","quarterstaff","quarterstaffs","quarterstaves","quartes","quartet","quartets","quartett","quartette","quartettes","quartetti","quartetto","quartetts","quartic","quartics","quartier","quartiers","quartile","quartiles","quarto","quartodeciman","quartodecimans","quartos","quarts","quartz","quartzes","quartzier","quartziest","quartziferous","quartzite","quartzites","quartzitic","quartzose","quartzous","quartzy","quasar","quasars","quash","quashed","quashee","quashees","quasher","quashers","quashes","quashie","quashies","quashing","quasi","quasicrystal","quasicrystals","quasiparticle","quasiparticles","quasiperiodic","quasiperiodicities","quasiperiodicity","quass","quasses","quassia","quassias","quassin","quassins","quat","quatch","quatched","quatches","quatching","quate","quatercentenaries","quatercentenary","quaternaries","quaternary","quaternate","quaternion","quaternionist","quaternionists","quaternions","quaternities","quaternity","quatorzain","quatorzains","quatorze","quatorzes","quatrain","quatrains","quatre","quatrefeuille","quatrefeuilles","quatrefoil","quatrefoils","quatres","quats","quattrocentism","quattrocentisms","quattrocentist","quattrocentists","quattrocento","quattrocentos","quattuordecillion","quattuordecillions","quaver","quavered","quaverer","quaverers","quaverier","quaveriest","quavering","quaveringly","quaverings","quavers","quavery","quay","quayage","quayages","quayd","quaylike","quays","quayside","quaysides","quazzier","quazziest","quazzy","qubit","qubits","qubyte","qubytes","queach","queaches","queachier","queachiest","queachy","quean","queans","queasier","queasiest","queasily","queasiness","queasinesses","queasy","queazier","queaziest","queazy","quebec","quebecs","quebracho","quebrachos","queechier","queechiest","queechy","queen","queencake","queencakes","queencraft","queencrafts","queendom","queendoms","queened","queenfish","queenfishes","queenhood","queenhoods","queenie","queenier","queenies","queeniest","queening","queenings","queenite","queenites","queenless","queenlet","queenlets","queenlier","queenliest","queenliness","queenlinesses","queenly","queens","queenship","queenships","queenside","queensides","queeny","queer","queerdom","queerdoms","queered","queerer","queerest","queering","queerish","queerities","queerity","queerly","queerness","queernesses","queers","queest","queests","queint","quelch","quelched","quelches","quelching","quelea","queleas","quell","quellable","quelled","queller","quellers","quelling","quells","quelquechose","quelquechoses","queme","quemed","quemes","queming","quena","quenas","quench","quenchable","quenched","quencher","quenchers","quenches","quenching","quenchings","quenchless","quenchlessly","quenelle","quenelles","quep","quercetic","quercetin","quercetins","quercetum","quercetums","quercine","quercitin","quercitins","quercitron","quercitrons","querida","queridas","queried","querier","queriers","queries","querimonies","querimonious","querimoniously","querimony","querist","querists","quern","querns","quernstone","quernstones","quersprung","quersprungs","querulous","querulously","querulousness","querulousnesses","query","querying","queryingly","queryings","quesadilla","quesadillas","quest","questant","questants","quested","quester","questers","questing","questingly","questings","question","questionability","questionable","questionableness","questionablenesses","questionably","questionaries","questionary","questioned","questionee","questionees","questioner","questioners","questioning","questioningly","questionings","questionist","questionists","questionless","questionlessly","questionnaire","questionnaires","questions","questor","questorial","questors","questorship","questorships","questrist","questrists","quests","quetch","quetched","quetches","quetching","quethe","quethes","quething","quetsch","quetsches","quetzal","quetzales","quetzals","queue","queued","queueing","queueings","queuer","queuers","queues","queuing","queuings","quey","queyn","queynie","queynies","queyns","queys","quezal","quezales","quezals","quibble","quibbled","quibbler","quibblers","quibbles","quibbling","quibblingly","quibblings","quiblin","quiblins","quich","quiche","quiched","quiches","quiching","quick","quickbeam","quickbeams","quicken","quickened","quickener","quickeners","quickening","quickenings","quickens","quicker","quickest","quickie","quickies","quicklime","quicklimes","quickly","quickness","quicknesses","quicks","quicksand","quicksands","quickset","quicksets","quicksilver","quicksilvered","quicksilvering","quicksilverings","quicksilverish","quicksilvers","quicksilvery","quickstep","quickstepped","quickstepping","quicksteps","quickthorn","quickthorns","quicky","quid","quidam","quidams","quiddanies","quiddany","quiddit","quidditative","quidditch","quidditches","quiddities","quiddits","quiddity","quiddle","quiddled","quiddler","quiddlers","quiddles","quiddling","quidnunc","quidnuncs","quids","quiesce","quiesced","quiescence","quiescences","quiescencies","quiescency","quiescent","quiescently","quiesces","quiescing","quiet","quieted","quieten","quietened","quietener","quieteners","quietening","quietenings","quietens","quieter","quieters","quietest","quieting","quietings","quietism","quietisms","quietist","quietistic","quietists","quietive","quietives","quietly","quietness","quietnesses","quiets","quietsome","quietude","quietudes","quietus","quietuses","quiff","quiffs","quight","quighted","quighting","quights","quill","quillai","quillaia","quillaias","quillais","quillaja","quillajas","quillback","quillbacks","quilled","quillet","quillets","quilling","quillings","quillman","quillmen","quillon","quillons","quills","quillwork","quillworks","quillwort","quillworts","quilt","quilted","quilter","quilters","quilting","quiltings","quilts","quim","quims","quin","quina","quinacrine","quinacrines","quinaquina","quinaquinas","quinaries","quinary","quinas","quinate","quince","quincentenaries","quincentenary","quincentennial","quincentennials","quinces","quinche","quinched","quinches","quinching","quincuncial","quincuncially","quincunx","quincunxes","quincunxial","quindecagon","quindecagons","quindecaplet","quindecaplets","quindecennial","quindecennials","quindecillion","quindecillions","quine","quinela","quinelas","quinella","quinellas","quines","quingentenaries","quingentenary","quinic","quinidine","quinidines","quinie","quiniela","quinielas","quinies","quinin","quinina","quininas","quinine","quinines","quinins","quinnat","quinnats","quino","quinoa","quinoas","quinoid","quinoidal","quinoids","quinol","quinolin","quinoline","quinolines","quinolins","quinolone","quinolones","quinols","quinone","quinones","quinonoid","quinos","quinquagenarian","quinquagesimal","quinquecostate","quinquefarious","quinquefoliate","quinquennia","quinquenniad","quinquenniads","quinquennial","quinquennially","quinquennials","quinquennium","quinquenniums","quinquepartite","quinquereme","quinqueremes","quinquevalence","quinquevalences","quinquevalency","quinquevalent","quinquina","quinquinas","quinquivalent","quins","quinsied","quinsies","quinsy","quint","quinta","quintain","quintains","quintal","quintals","quintan","quintans","quintar","quintars","quintas","quinte","quintes","quintessence","quintessences","quintessential","quintessentially","quintet","quintets","quintett","quintette","quintettes","quintetti","quintetto","quintetts","quintic","quintics","quintile","quintiles","quintillion","quintillions","quintillionth","quintillionths","quintin","quintins","quintroon","quintroons","quints","quintuple","quintupled","quintuples","quintuplet","quintuplets","quintuplicate","quintuplicated","quintuplicates","quintuplicating","quintuplication","quintupling","quintuply","quinze","quinzes","quip","quipo","quipos","quipped","quipper","quippers","quippier","quippiest","quipping","quippish","quippu","quippus","quippy","quips","quipster","quipsters","quipu","quipus","quire","quired","quires","quiring","quirister","quiristers","quirk","quirked","quirkier","quirkiest","quirkily","quirkiness","quirkinesses","quirking","quirkish","quirks","quirky","quirt","quirted","quirting","quirts","quisling","quislingism","quislingisms","quislings","quist","quists","quit","quitch","quitched","quitches","quitching","quitclaim","quitclaimed","quitclaiming","quitclaims","quite","quited","quites","quiting","quitrent","quitrents","quits","quittal","quittals","quittance","quittanced","quittances","quittancing","quitted","quitter","quitters","quitting","quittor","quittors","quiver","quivered","quiverer","quiverers","quiverful","quiverfuls","quiverier","quiveriest","quivering","quiveringly","quiverings","quiverish","quivers","quivery","quixote","quixotes","quixotic","quixotical","quixotically","quixotism","quixotisms","quixotries","quixotry","quiz","quizmaster","quizmasters","quizzed","quizzer","quizzeries","quizzers","quizzery","quizzes","quizzical","quizzicalities","quizzicality","quizzically","quizzification","quizzifications","quizzified","quizzifies","quizzify","quizzifying","quizziness","quizzinesses","quizzing","quizzings","quoad","quod","quodded","quodding","quodlibet","quodlibetarian","quodlibetarians","quodlibetic","quodlibetical","quodlibetically","quodlibets","quodlin","quodlins","quods","quohog","quohogs","quoif","quoifed","quoifing","quoifs","quoin","quoined","quoining","quoinings","quoins","quoist","quoists","quoit","quoited","quoiter","quoiters","quoiting","quoits","quokka","quokkas","quoll","quolls","quomodo","quomodos","quondam","quonk","quonked","quonking","quonks","quooke","quop","quopped","quopping","quops","quorate","quorum","quorums","quota","quotabilities","quotability","quotable","quotableness","quotablenesses","quotably","quotas","quotation","quotations","quotatious","quotative","quote","quoted","quoter","quoters","quotes","quoteworthy","quoth","quotha","quotidian","quotidians","quotient","quotients","quoting","quotition","quotitions","quotum","quotums","qursh","qurshes","qurush","qurushes","quyte","quyted","quytes","quyting","qwerties","qwerty","qwertys","rabanna","rabannas","rabat","rabatine","rabatines","rabatment","rabatments","rabato","rabatoes","rabatos","rabats","rabatte","rabatted","rabattement","rabattements","rabattes","rabatting","rabattings","rabbet","rabbeted","rabbeting","rabbets","rabbi","rabbies","rabbin","rabbinate","rabbinates","rabbinic","rabbinical","rabbinically","rabbinics","rabbinism","rabbinisms","rabbinist","rabbinistic","rabbinists","rabbinite","rabbinites","rabbins","rabbis","rabbit","rabbitbrush","rabbitbrushes","rabbited","rabbiter","rabbiters","rabbitfish","rabbitfishes","rabbiting","rabbitings","rabbito","rabbitoh","rabbitohs","rabbitos","rabbitries","rabbitry","rabbits","rabbity","rabble","rabbled","rabblement","rabblements","rabbler","rabblers","rabbles","rabbling","rabblings","rabboni","rabbonis","rabi","rabic","rabid","rabider","rabidest","rabidities","rabidity","rabidly","rabidness","rabidnesses","rabies","rabietic","rabis","raca","racahout","racahouts","raccahout","raccahouts","raccoon","raccoons","race","raceable","racecard","racecards","racecourse","racecourses","raced","racegoer","racegoers","racegoing","racegoings","racehorse","racehorses","racemate","racemates","racemation","racemations","raceme","racemed","racemes","racemic","racemisation","racemisations","racemise","racemised","racemises","racemising","racemism","racemisms","racemization","racemizations","racemize","racemized","racemizes","racemizing","racemoid","racemose","racemosely","racemous","racemously","racepath","racepaths","racer","racers","races","racetrack","racetracker","racetrackers","racetracks","racewalk","racewalked","racewalker","racewalkers","racewalking","racewalkings","racewalks","raceway","raceways","rach","rache","raches","rachet","racheted","racheting","rachets","rachial","rachides","rachidial","rachidian","rachilla","rachillae","rachillas","rachiotomies","rachiotomy","rachis","rachischises","rachischisis","rachises","rachitic","rachitides","rachitis","rachitises","racial","racialise","racialised","racialises","racialising","racialism","racialisms","racialist","racialistic","racialists","racialize","racialized","racializes","racializing","racially","raciation","raciations","racier","raciest","racily","raciness","racinesses","racing","racings","racino","racinos","racism","racisms","racist","racists","rack","rackabones","racked","racker","rackers","racket","racketed","racketeer","racketeered","racketeering","racketeerings","racketeers","racketer","racketers","racketier","racketiest","racketing","racketries","racketry","rackets","rackett","racketts","rackety","rackful","rackfuls","racking","rackingly","rackings","rackle","racks","rackwork","rackworks","raclette","raclettes","racloir","racloirs","racon","racons","raconteur","raconteuring","raconteurings","raconteurs","raconteuse","raconteuses","racoon","racoons","racquet","racquetball","racquetballs","racqueted","racqueting","racquets","racy","rad","radar","radars","radarscope","radarscopes","radded","radder","raddest","radding","raddle","raddled","raddleman","raddlemen","raddles","raddling","raddocke","raddockes","rade","radge","radger","radges","radgest","radiable","radial","radiale","radialia","radialisation","radialisations","radialise","radialised","radialises","radialising","radialities","radiality","radialization","radializations","radialize","radialized","radializes","radializing","radially","radials","radian","radiance","radiances","radiancies","radiancy","radians","radiant","radiantly","radiants","radiata","radiatas","radiate","radiated","radiately","radiates","radiating","radiation","radiational","radiationless","radiations","radiative","radiator","radiators","radiatory","radical","radicalisation","radicalisations","radicalise","radicalised","radicalises","radicalising","radicalism","radicalisms","radicalistic","radicalities","radicality","radicalization","radicalizations","radicalize","radicalized","radicalizes","radicalizing","radically","radicalness","radicalnesses","radicals","radicand","radicands","radicant","radicate","radicated","radicates","radicating","radication","radications","radicchio","radicchios","radicel","radicellose","radicels","radices","radicicolous","radiciform","radicivorous","radicle","radicles","radicular","radicule","radicules","radiculose","radiesthesia","radiesthesias","radiesthesist","radiesthesists","radiesthetic","radii","radio","radioactivate","radioactivated","radioactivates","radioactivating","radioactivation","radioactive","radioactively","radioactivities","radioactivity","radioallergosorbent","radioautograph","radioautographic","radioautographies","radioautographs","radioautography","radiobiologic","radiobiological","radiobiologically","radiobiologies","radiobiologist","radiobiologists","radiobiology","radiocarbon","radiocarbons","radiochemical","radiochemically","radiochemist","radiochemistries","radiochemistry","radiochemists","radiochromatogram","radiochromatograms","radioecologies","radioecology","radioed","radioelement","radioelements","radiogenic","radiogold","radiogolds","radiogoniometer","radiogram","radiograms","radiograph","radiographed","radiographer","radiographers","radiographic","radiographically","radiographies","radiographing","radiographs","radiography","radioimmunoassay","radioimmunoassayable","radioimmunoassays","radioing","radioiodine","radioiodines","radioisotope","radioisotopes","radioisotopic","radioisotopically","radiolabel","radiolabeled","radiolabeling","radiolabelled","radiolabelling","radiolabels","radiolarian","radiolarians","radiolocation","radiolocational","radiolocations","radiologic","radiological","radiologically","radiologies","radiologist","radiologists","radiology","radiolucencies","radiolucency","radiolucent","radiolyses","radiolysis","radiolytic","radioman","radiomen","radiometer","radiometers","radiometric","radiometrically","radiometries","radiometry","radiomicrometer","radiomimetic","radionics","radionuclide","radionuclides","radiopacities","radiopacity","radiopager","radiopagers","radiopaging","radiopagings","radiopaque","radiopharmaceutical","radiopharmaceuticals","radiophone","radiophones","radiophonic","radiophonically","radiophonics","radiophonies","radiophonist","radiophonists","radiophony","radiophosphorus","radiophoto","radiophotos","radioprotection","radioprotections","radioprotective","radioresistant","radios","radioscope","radioscopes","radioscopic","radioscopically","radioscopies","radioscopy","radiosensitise","radiosensitised","radiosensitises","radiosensitive","radiosensitivities","radiosensitivity","radiosensitize","radiosensitized","radiosensitizes","radiosonde","radiosondes","radiostrontium","radiostrontiums","radiotelegram","radiotelegrams","radiotelegraph","radiotelegraphies","radiotelegraphs","radiotelegraphy","radiotelemeter","radiotelemeters","radiotelemetric","radiotelemetries","radiotelemetry","radiotelephone","radiotelephones","radiotelephonic","radiotelephonies","radiotelephony","radioteletype","radioteletypes","radiotherapies","radiotherapist","radiotherapists","radiotherapy","radiothermies","radiothermy","radiothon","radiothons","radiothorium","radiothoriums","radiotoxic","radiotracer","radiotracers","radish","radishes","radium","radiums","radius","radiuses","radix","radixes","radome","radomes","radon","radons","rads","radula","radulae","radular","radulas","radulate","raduliform","radwaste","radwastes","rafale","rafales","raff","raffia","raffias","raffinate","raffinates","raffinose","raffinoses","raffish","raffishly","raffishness","raffishnesses","raffle","raffled","raffler","rafflers","raffles","rafflesia","rafflesias","raffling","raffs","raft","rafted","rafter","raftered","raftering","rafterings","rafters","rafting","raftings","raftman","raftmen","rafts","raftsman","raftsmen","rag","raga","ragamuffin","ragamuffins","ragas","ragbag","ragbags","ragbolt","ragbolts","ragde","rage","raged","ragee","ragees","rageful","rager","ragers","rages","ragg","ragga","raggamuffin","raggamuffins","raggas","ragged","raggeder","raggedest","raggedier","raggediest","raggedly","raggedness","raggednesses","raggedy","raggee","raggees","raggeries","raggery","raggier","raggies","raggiest","ragging","raggings","raggle","raggled","raggles","raggling","raggs","raggy","raghead","ragheads","ragi","raging","ragingly","ragings","ragini","raginis","ragis","raglan","raglans","ragman","ragmans","ragmatical","ragmen","ragment","ragments","ragout","ragouted","ragouting","ragouts","ragpicker","ragpickers","rags","ragstone","ragstones","ragtag","ragtags","ragtime","ragtimer","ragtimers","ragtimes","ragtop","ragtops","ragu","raguled","raguly","ragus","ragweed","ragweeds","ragwheel","ragwheels","ragwork","ragworks","ragworm","ragworms","ragwort","ragworts","rah","rahed","rahing","rahs","rahui","rahuis","rai","raia","raias","raid","raided","raider","raiders","raiding","raidings","raids","raik","raiked","raiking","raiks","rail","railage","railages","railbed","railbeds","railbird","railbirds","railbus","railbuses","railbusses","railcar","railcard","railcards","railcars","raile","railed","railer","railers","railes","railhead","railheads","railing","railingly","railings","railleries","raillery","railless","raillies","railly","railman","railmen","railroad","railroaded","railroader","railroaders","railroading","railroadings","railroads","rails","railway","railwayman","railwaymen","railways","railwoman","railwomen","raiment","raiments","rain","rainband","rainbands","rainbird","rainbirds","rainbow","rainbowed","rainbowlike","rainbows","rainbowy","raincheck","rainchecks","raincoat","raincoats","raindate","raindates","raindrop","raindrops","raine","rained","raines","rainfall","rainfalls","rainforest","rainforests","rainier","rainiest","rainily","raininess","raininesses","raining","rainless","rainmaker","rainmakers","rainmaking","rainmakings","rainout","rainouts","rainproof","rainproofed","rainproofing","rainproofs","rains","rainspout","rainspouts","rainsquall","rainsqualls","rainstorm","rainstorms","raintight","rainwash","rainwashed","rainwashes","rainwashing","rainwater","rainwaters","rainwear","rainwears","rainy","raird","rairds","rais","raisable","raise","raiseable","raised","raiser","raisers","raises","raisin","raising","raisings","raisins","raisiny","raisonne","raisonneur","raisonneurs","rait","raita","raitas","raited","raiting","raits","raiyat","raiyats","raiyatwari","raiyatwaris","raj","raja","rajah","rajahs","rajahship","rajahships","rajas","rajaship","rajaships","rajes","rajpramukh","rajpramukhs","rake","raked","rakee","rakees","rakehell","rakehells","rakehelly","rakeoff","rakeoffs","raker","rakeries","rakers","rakery","rakes","rakeshame","rakeshames","raki","rakia","rakias","rakija","rakijas","raking","rakings","rakis","rakish","rakishly","rakishness","rakishnesses","rakshas","rakshasa","rakshasas","rakshases","raku","rakus","rale","rales","rallentandi","rallentando","rallentandos","rallied","rallier","ralliers","rallies","ralliform","ralline","rally","rallycross","rallycrosses","rallye","rallyes","rallying","rallyingly","rallyings","rallyist","rallyists","ralph","ralphed","ralphing","ralphs","ram","ramada","ramadas","ramakin","ramakins","ramal","ramapithecine","ramapithecines","ramate","rambla","ramblas","ramble","rambled","rambler","ramblers","rambles","rambling","ramblingly","ramblings","rambouillet","rambouillets","rambunctious","rambunctiously","rambunctiousness","rambunctiousnesses","rambutan","rambutans","ramcat","ramcats","rameal","ramee","ramees","ramekin","ramekins","ramen","ramens","ramenta","ramentaceous","ramentum","rameous","ramequin","ramequins","ramet","ramets","ramgunshoch","rami","ramie","ramies","ramification","ramifications","ramified","ramifies","ramiform","ramify","ramifying","ramilie","ramilies","ramillie","ramillies","ramin","ramins","ramis","ramjet","ramjets","rammed","rammel","rammels","rammer","rammers","rammier","rammies","rammiest","ramming","rammish","rammishly","rammishness","rammishnesses","rammle","rammles","rammy","ramona","ramonas","ramose","ramosely","ramosities","ramosity","ramous","ramously","ramp","rampacious","rampage","rampaged","rampageous","rampageously","rampageousness","rampageousnesses","rampager","rampagers","rampages","rampaging","rampagings","rampallian","rampallians","rampancies","rampancy","rampant","rampantly","rampart","ramparted","ramparting","ramparts","rampauge","rampauged","rampauges","rampauging","ramped","ramper","rampers","rampick","rampicked","rampicks","rampike","rampikes","ramping","rampings","rampion","rampions","rampire","rampired","rampires","rampole","rampoles","ramps","rampsman","rampsmen","ramrod","ramrodded","ramrodding","ramrods","rams","ramshackle","ramshorn","ramshorns","ramson","ramsons","ramstam","ramtil","ramtilla","ramtillas","ramtils","ramular","ramuli","ramulose","ramulous","ramulus","ramus","ran","rana","ranarian","ranarium","ranariums","ranas","rance","ranced","rancel","rancels","rances","ranch","ranched","rancher","rancheria","rancherias","rancherie","rancheries","ranchero","rancheros","ranchers","ranches","ranching","ranchings","ranchless","ranchlike","ranchman","ranchmen","rancho","ranchos","rancid","rancider","rancidest","rancidities","rancidity","rancidly","rancidness","rancidnesses","rancing","rancor","rancored","rancorous","rancorously","rancorousness","rancorousnesses","rancors","rancour","rancoured","rancours","rand","randan","randans","randed","randem","randems","randie","randier","randies","randiest","randily","randiness","randinesses","randing","randlord","randlords","random","randomisation","randomisations","randomise","randomised","randomiser","randomisers","randomises","randomising","randomization","randomizations","randomize","randomized","randomizer","randomizers","randomizes","randomizing","randomly","randomness","randomnesses","randoms","randomwise","randon","randons","rands","randy","ranee","ranees","rang","ranga","rangas","rangatira","rangatiras","rangatiratanga","rangatiratangas","range","ranged","rangefinder","rangefinders","rangefinding","rangefindings","rangeland","rangelands","ranger","rangers","rangership","rangerships","ranges","rangi","rangier","rangiest","rangily","ranginess","ranginesses","ranging","rangings","rangiora","rangioras","rangis","rangoli","rangolis","rangy","rani","ranid","ranids","raniform","ranine","ranis","ranivorous","rank","ranke","ranked","ranker","rankers","rankes","rankest","ranking","rankings","rankish","rankism","rankisms","rankle","rankled","rankles","rankless","rankling","rankly","rankness","ranknesses","ranks","rankshift","rankshifted","rankshifting","rankshifts","ranpike","ranpikes","ransack","ransacked","ransacker","ransackers","ransacking","ransacks","ransel","ransels","ranshackle","ranshackled","ranshackles","ranshackling","ranshakle","ranshakled","ranshakles","ranshakling","ransom","ransomable","ransomed","ransomer","ransomers","ransoming","ransomless","ransoms","rant","ranted","ranter","ranterism","ranterisms","ranters","ranting","rantingly","rantings","rantipole","rantipoled","rantipoles","rantipoling","rants","ranula","ranular","ranulas","ranunculaceous","ranunculi","ranunculus","ranunculuses","ranzel","ranzelman","ranzelmen","ranzels","raoulia","raoulias","rap","rapacious","rapaciously","rapaciousness","rapaciousnesses","rapacities","rapacity","rape","raped","raper","rapers","rapes","rapeseed","rapeseeds","raphae","raphania","raphanias","raphe","raphes","raphia","raphias","raphide","raphides","raphis","rapid","rapider","rapidest","rapidities","rapidity","rapidly","rapidness","rapidnesses","rapids","rapier","rapiered","rapierlike","rapiers","rapine","rapines","raping","rapini","rapist","rapists","raploch","raplochs","rapparee","rapparees","rappe","rapped","rappee","rappees","rappel","rappeled","rappeling","rappelled","rappelling","rappellings","rappels","rappen","rapper","rappers","rappes","rapping","rappings","rappini","rapport","rapportage","rapportages","rapporteur","rapporteurs","rapports","rapprochement","rapprochements","raps","rapscallion","rapscallions","rapt","raptatorial","raptly","raptness","raptnesses","raptor","raptorial","raptors","rapture","raptured","raptureless","raptures","rapturing","rapturise","rapturised","rapturises","rapturising","rapturist","rapturists","rapturize","rapturized","rapturizes","rapturizing","rapturous","rapturously","rapturousness","rapturousnesses","rare","rarebit","rarebits","rared","raree","rarefaction","rarefactional","rarefactions","rarefactive","rarefiable","rarefication","rareficational","rarefications","rarefied","rarefier","rarefiers","rarefies","rarefy","rarefying","rarely","rareness","rarenesses","rarer","rareripe","rareripes","rares","rarest","rarified","rarifies","rarify","rarifying","raring","rarities","rarity","rark","rarked","rarking","rarks","ras","rasbora","rasboras","rascaille","rascailles","rascal","rascaldom","rascaldoms","rascalism","rascalisms","rascalities","rascality","rascalliest","rascallion","rascallions","rascally","rascals","rascasse","rascasses","raschel","raschels","rase","rased","raser","rasers","rases","rash","rashed","rasher","rashers","rashes","rashest","rashie","rashies","rashing","rashlike","rashly","rashness","rashnesses","rasing","rasmalai","rasmalais","rasorial","rasp","raspatories","raspatory","raspberries","raspberry","rasped","rasper","raspers","raspier","raspiest","raspiness","raspinesses","rasping","raspingly","raspings","raspish","rasps","raspy","rasse","rasses","rassle","rassled","rassles","rassling","rast","rasta","rastafari","rastafarian","rastafarians","raster","rastered","rastering","rasterise","rasterised","rasterises","rasterising","rasterize","rasterized","rasterizes","rasterizing","rasters","rastrum","rastrums","rasure","rasures","rat","rata","ratabilities","ratability","ratable","ratableness","ratablenesses","ratables","ratably","ratafee","ratafees","ratafia","ratafias","ratal","ratals","ratan","ratanies","ratans","ratany","rataplan","rataplanned","rataplanning","rataplans","ratas","ratatat","ratatats","ratatouille","ratatouilles","ratbag","ratbaggeries","ratbaggery","ratbags","ratbite","ratch","ratched","ratches","ratchet","ratcheted","ratcheting","ratchets","ratching","rate","rateabilities","rateability","rateable","rateableness","rateablenesses","rateably","rated","rateen","rateens","ratel","ratels","ratemeter","ratemeters","ratepayer","ratepayers","rater","raters","rates","ratfink","ratfinks","ratfish","ratfishes","rath","ratha","rathas","rathe","rather","ratherest","ratheripe","ratheripes","ratherish","rathest","rathole","ratholes","rathouse","rathouses","rathripe","rathripes","raths","rathskeller","rathskellers","raticide","raticides","ratifiable","ratification","ratifications","ratified","ratifier","ratifiers","ratifies","ratify","ratifying","ratine","ratines","rating","ratings","ratio","ratiocinate","ratiocinated","ratiocinates","ratiocinating","ratiocination","ratiocinations","ratiocinative","ratiocinator","ratiocinators","ratiocinatory","ration","rational","rationale","rationales","rationalisable","rationalisation","rationalise","rationalised","rationaliser","rationalisers","rationalises","rationalising","rationalism","rationalisms","rationalist","rationalistic","rationalistically","rationalists","rationalities","rationality","rationalizable","rationalization","rationalizations","rationalize","rationalized","rationalizer","rationalizers","rationalizes","rationalizing","rationally","rationalness","rationalnesses","rationals","rationed","rationing","rations","ratios","ratite","ratites","ratlike","ratlin","ratline","ratlines","ratling","ratlings","ratlins","rato","ratoo","ratoon","ratooned","ratooner","ratooners","ratooning","ratoons","ratoos","ratos","ratpack","ratpacks","ratproof","rats","ratsbane","ratsbanes","rattail","rattailed","rattails","rattan","rattans","ratted","ratteen","ratteens","ratten","rattened","rattener","ratteners","rattening","rattenings","rattens","ratter","ratteries","ratters","rattery","rattier","rattiest","rattily","rattiness","rattinesses","ratting","rattings","rattish","rattle","rattlebag","rattlebags","rattlebox","rattleboxes","rattlebrain","rattlebrained","rattlebrains","rattled","rattler","rattlers","rattles","rattlesnake","rattlesnakes","rattletrap","rattletraps","rattlier","rattliest","rattlin","rattline","rattlines","rattling","rattlingly","rattlings","rattlins","rattly","ratton","rattons","rattoon","rattooned","rattooning","rattoons","rattrap","rattraps","ratty","ratu","ratus","raucid","raucities","raucity","raucle","raucler","rauclest","raucous","raucously","raucousness","raucousnesses","raught","raun","raunch","raunched","raunches","raunchier","raunchiest","raunchily","raunchiness","raunchinesses","raunching","raunchy","raunge","raunged","raunges","raunging","rauns","raupatu","raupatus","raupo","raupos","rauriki","raurikis","rauwolfia","rauwolfias","rav","ravage","ravaged","ravagement","ravagements","ravager","ravagers","ravages","ravaging","rave","raved","ravel","raveled","raveler","ravelers","ravelin","raveling","ravelings","ravelins","ravelled","raveller","ravellers","ravelling","ravellings","ravelly","ravelment","ravelments","ravels","raven","ravened","ravener","raveners","ravening","raveningly","ravenings","ravenlike","ravenous","ravenously","ravenousness","ravenousnesses","ravens","raver","ravers","raves","ravigote","ravigotes","ravigotte","ravigottes","ravin","ravine","ravined","ravines","raving","ravingly","ravings","ravining","ravins","ravioli","raviolis","ravish","ravished","ravisher","ravishers","ravishes","ravishing","ravishingly","ravishment","ravishments","ravs","raw","rawaru","rawarus","rawbone","rawboned","rawer","rawest","rawhead","rawheads","rawhide","rawhided","rawhides","rawhiding","rawin","rawing","rawings","rawins","rawinsonde","rawinsondes","rawish","rawly","rawmaish","rawmaishes","rawn","rawness","rawnesses","rawns","raws","rax","raxed","raxes","raxing","ray","raya","rayah","rayahs","rayas","rayed","raygrass","raygrasses","raying","rayle","rayled","rayles","rayless","raylessly","raylessness","raylessnesses","raylet","raylets","raylike","rayling","rayne","raynes","rayon","rayons","rays","raze","razed","razee","razeed","razeeing","razees","razer","razers","razes","razing","razmataz","razmatazes","razoo","razoos","razor","razorable","razorback","razorbacks","razorbill","razorbills","razorclam","razorclams","razored","razorfish","razorfishes","razoring","razors","razure","razures","razz","razzamatazz","razzamatazzes","razzberries","razzberry","razzed","razzes","razzia","razzias","razzing","razzle","razzles","razzmatazz","razzmatazzes","re","reabsorb","reabsorbed","reabsorbing","reabsorbs","reabsorption","reabsorptions","reaccede","reacceded","reaccedes","reacceding","reaccelerate","reaccelerated","reaccelerates","reaccelerating","reaccent","reaccented","reaccenting","reaccents","reaccept","reaccepted","reaccepting","reaccepts","reaccession","reaccessions","reacclaim","reacclaimed","reacclaiming","reacclaims","reacclimatise","reacclimatised","reacclimatises","reacclimatising","reacclimatize","reacclimatized","reacclimatizes","reacclimatizing","reaccredit","reaccreditation","reaccreditations","reaccredited","reaccrediting","reaccredits","reaccuse","reaccused","reaccuses","reaccusing","reaccustom","reaccustomed","reaccustoming","reaccustoms","reach","reachable","reached","reacher","reachers","reaches","reaching","reachless","reacquaint","reacquaintance","reacquaintances","reacquainted","reacquainting","reacquaints","reacquire","reacquired","reacquires","reacquiring","reacquisition","reacquisitions","react","reactance","reactances","reactant","reactants","reacted","reacting","reaction","reactional","reactionaries","reactionarism","reactionarisms","reactionarist","reactionarists","reactionary","reactionaryism","reactionaryisms","reactionism","reactionisms","reactionist","reactionists","reactions","reactivate","reactivated","reactivates","reactivating","reactivation","reactivations","reactive","reactively","reactiveness","reactivenesses","reactivities","reactivity","reactor","reactors","reacts","reactuate","reactuated","reactuates","reactuating","read","readabilities","readability","readable","readableness","readablenesses","readably","readapt","readaptation","readaptations","readapted","readapting","readapts","readd","readded","readdict","readdicted","readdicting","readdicts","readding","readdress","readdressed","readdresses","readdressing","readds","reader","readerly","readers","readership","readerships","readied","readier","readies","readiest","readily","readiness","readinesses","reading","readings","readjust","readjustable","readjusted","readjuster","readjusters","readjusting","readjustment","readjustments","readjusts","readme","readmission","readmissions","readmit","readmits","readmittance","readmittances","readmitted","readmitting","readopt","readopted","readopting","readoption","readoptions","readopts","readorn","readorned","readorning","readorns","readout","readouts","reads","readvance","readvanced","readvances","readvancing","readvertise","readvertised","readvertisement","readvertises","readvertising","readvertize","readvertized","readvertizement","readvertizes","readvertizing","readvise","readvised","readvises","readvising","ready","readying","readymade","readymades","reaedified","reaedifies","reaedify","reaedifye","reaedifyed","reaedifyes","reaedifying","reaffirm","reaffirmation","reaffirmations","reaffirmed","reaffirming","reaffirms","reaffix","reaffixed","reaffixes","reaffixing","reafforest","reafforestation","reafforestations","reafforested","reafforesting","reafforests","reagencies","reagency","reagent","reagents","reaggregate","reaggregated","reaggregates","reaggregating","reaggregation","reaggregations","reagin","reaginic","reagins","reak","reaked","reaking","reaks","real","realer","reales","realest","realgar","realgars","realia","realign","realigned","realigning","realignment","realignments","realigns","realisabilities","realisability","realisable","realisably","realisation","realisations","realise","realised","realiser","realisers","realises","realising","realism","realisms","realist","realistic","realistically","realists","realities","reality","realizabilities","realizability","realizable","realizably","realization","realizations","realize","realized","realizer","realizers","realizes","realizing","reallie","reallied","reallies","reallocate","reallocated","reallocates","reallocating","reallocation","reallocations","reallot","reallotment","reallotments","reallots","reallotted","reallotting","really","reallying","realm","realmless","realms","realness","realnesses","realo","realos","realpolitik","realpolitiker","realpolitikers","realpolitiks","reals","realter","realtered","realtering","realters","realtie","realties","realtime","realtone","realtones","realtor","realtors","realty","ream","reame","reamed","reamend","reamended","reamending","reamendment","reamendments","reamends","reamer","reamers","reames","reamier","reamiest","reaming","reams","reamy","rean","reanalyse","reanalysed","reanalyses","reanalysing","reanalysis","reanalyze","reanalyzed","reanalyzes","reanalyzing","reanimate","reanimated","reanimates","reanimating","reanimation","reanimations","reannex","reannexation","reannexations","reannexed","reannexes","reannexing","reanoint","reanointed","reanointing","reanoints","reans","reanswer","reanswered","reanswering","reanswers","reap","reapable","reaped","reaper","reapers","reaphook","reaphooks","reaping","reapparel","reapparelled","reapparelling","reapparels","reappear","reappearance","reappearances","reappeared","reappearing","reappears","reapplication","reapplications","reapplied","reapplies","reapply","reapplying","reappoint","reappointed","reappointing","reappointment","reappointments","reappoints","reapportion","reapportioned","reapportioning","reapportionment","reapportionments","reapportions","reappraisal","reappraisals","reappraise","reappraised","reappraisement","reappraisements","reappraiser","reappraisers","reappraises","reappraising","reappropriate","reappropriated","reappropriates","reappropriating","reapprove","reapproved","reapproves","reapproving","reaps","rear","reared","rearer","rearers","rearguard","rearguards","reargue","reargued","reargues","rearguing","reargument","rearguments","rearhorse","rearhorses","rearing","rearise","rearisen","rearises","rearising","rearly","rearm","rearmament","rearmaments","rearmed","rearmice","rearming","rearmost","rearmouse","rearms","rearose","rearousal","rearousals","rearouse","rearoused","rearouses","rearousing","rearrange","rearranged","rearrangement","rearrangements","rearranger","rearrangers","rearranges","rearranging","rearrest","rearrested","rearresting","rearrests","rears","rearticulate","rearticulated","rearticulates","rearticulating","rearward","rearwards","reascend","reascended","reascending","reascends","reascension","reascensions","reascent","reascents","reason","reasonabilities","reasonability","reasonable","reasonableness","reasonablenesses","reasonably","reasoned","reasonedly","reasoner","reasoners","reasoning","reasonings","reasonless","reasonlessly","reasons","reassail","reassailed","reassailing","reassails","reassemblage","reassemblages","reassemble","reassembled","reassembles","reassemblies","reassembling","reassembly","reassert","reasserted","reasserting","reassertion","reassertions","reasserts","reassess","reassessed","reassesses","reassessing","reassessment","reassessments","reassign","reassigned","reassigning","reassignment","reassignments","reassigns","reassort","reassorted","reassorting","reassortment","reassortments","reassorts","reassume","reassumed","reassumes","reassuming","reassumption","reassumptions","reassurance","reassurances","reassure","reassured","reassurer","reassurers","reassures","reassuring","reassuringly","reast","reasted","reastier","reastiest","reastiness","reastinesses","reasting","reasts","reasty","reata","reatas","reate","reates","reattach","reattached","reattaches","reattaching","reattachment","reattachments","reattack","reattacked","reattacking","reattacks","reattain","reattained","reattaining","reattains","reattempt","reattempted","reattempting","reattempts","reattribute","reattributed","reattributes","reattributing","reattribution","reattributions","reauthorisation","reauthorise","reauthorised","reauthorises","reauthorising","reauthorization","reauthorizations","reauthorize","reauthorized","reauthorizes","reauthorizing","reavail","reavailed","reavailing","reavails","reave","reaved","reaver","reavers","reaves","reaving","reavow","reavowed","reavowing","reavows","reawake","reawaked","reawaken","reawakened","reawakening","reawakenings","reawakens","reawakes","reawaking","reawoke","reawoken","reb","reback","rebacked","rebacking","rebacks","rebadge","rebadged","rebadges","rebadging","rebait","rebaited","rebaiting","rebaits","rebalance","rebalanced","rebalances","rebalancing","rebaptise","rebaptised","rebaptises","rebaptising","rebaptism","rebaptisms","rebaptize","rebaptized","rebaptizes","rebaptizing","rebar","rebarbative","rebarbatively","rebars","rebatable","rebate","rebateable","rebated","rebatement","rebatements","rebater","rebaters","rebates","rebating","rebato","rebatoes","rebatos","rebbe","rebbes","rebbetzin","rebbetzins","rebec","rebeck","rebecks","rebecs","rebegan","rebegin","rebeginning","rebegins","rebegun","rebel","rebeldom","rebeldoms","rebelled","rebeller","rebellers","rebelling","rebellion","rebellions","rebellious","rebelliously","rebelliousness","rebelliousnesses","rebellow","rebellowed","rebellowing","rebellows","rebels","rebid","rebidden","rebidding","rebids","rebill","rebilled","rebilling","rebills","rebind","rebinding","rebinds","rebirth","rebirther","rebirthers","rebirthing","rebirthings","rebirths","rebit","rebite","rebites","rebiting","rebitten","reblend","reblended","reblending","reblends","reblent","reblochon","reblochons","rebloom","rebloomed","reblooming","reblooms","reblossom","reblossomed","reblossoming","reblossoms","reboant","reboard","reboarded","reboarding","reboards","reboation","reboations","rebodied","rebodies","rebody","rebodying","reboil","reboiled","reboiling","reboils","rebook","rebooked","rebooking","rebooks","reboot","rebooted","rebooting","reboots","rebop","rebops","rebore","rebored","rebores","reboring","reborn","reborrow","reborrowed","reborrowing","reborrows","rebottle","rebottled","rebottles","rebottling","rebought","rebound","rebounded","rebounder","rebounders","rebounding","rebounds","rebozo","rebozos","rebrace","rebraced","rebraces","rebracing","rebranch","rebranched","rebranches","rebranching","rebrand","rebranded","rebranding","rebrands","rebred","rebreed","rebreeding","rebreeds","rebroadcast","rebroadcasted","rebroadcasting","rebroadcasts","rebs","rebuff","rebuffed","rebuffing","rebuffs","rebuild","rebuilded","rebuilding","rebuilds","rebuilt","rebukable","rebuke","rebuked","rebukeful","rebukefully","rebuker","rebukers","rebukes","rebuking","rebukingly","reburial","reburials","reburied","reburies","rebury","reburying","rebus","rebuses","rebut","rebutment","rebutments","rebuts","rebuttable","rebuttal","rebuttals","rebutted","rebutter","rebutters","rebutting","rebutton","rebuttoned","rebuttoning","rebuttons","rebuy","rebuying","rebuys","rec","recal","recalcitrance","recalcitrances","recalcitrancies","recalcitrancy","recalcitrant","recalcitrants","recalcitrate","recalcitrated","recalcitrates","recalcitrating","recalcitration","recalcitrations","recalculate","recalculated","recalculates","recalculating","recalculation","recalculations","recalesce","recalesced","recalescence","recalescences","recalescent","recalesces","recalescing","recalibrate","recalibrated","recalibrates","recalibrating","recalibration","recalibrations","recall","recallabilities","recallability","recallable","recalled","recaller","recallers","recalling","recallment","recallments","recalls","recalment","recalments","recals","recamier","recamiers","recanalisation","recanalisations","recanalise","recanalised","recanalises","recanalising","recanalization","recanalizations","recanalize","recanalized","recanalizes","recanalizing","recane","recaned","recanes","recaning","recant","recantation","recantations","recanted","recanter","recanters","recanting","recants","recap","recapitalise","recapitalised","recapitalises","recapitalising","recapitalization","recapitalizations","recapitalize","recapitalized","recapitalizes","recapitalizing","recapitulate","recapitulated","recapitulates","recapitulating","recapitulation","recapitulations","recapitulative","recapitulatory","recappable","recapped","recapping","recaps","recaption","recaptions","recaptor","recaptors","recapture","recaptured","recapturer","recapturers","recaptures","recapturing","recarpet","recarpeted","recarpeting","recarpets","recarried","recarries","recarry","recarrying","recast","recasting","recasts","recatalog","recataloged","recataloging","recatalogs","recatch","recatches","recatching","recaught","recaution","recautioned","recautioning","recautions","recce","recced","recceed","recceing","recces","reccied","reccies","recco","reccos","reccy","reccying","recede","receded","recedes","receding","receipt","receipted","receipting","receiptor","receiptors","receipts","receivabilities","receivability","receivable","receivableness","receivables","receival","receivals","receive","received","receiver","receivers","receivership","receiverships","receives","receiving","receivings","recement","recemented","recementing","recements","recencies","recency","recense","recensed","recenses","recensing","recension","recensions","recensor","recensored","recensoring","recensors","recent","recenter","recentest","recently","recentness","recentnesses","recentralization","recentralizations","recentre","recentred","recentres","recentrifuge","recentrifuged","recentrifuges","recentrifuging","recentring","recept","receptacle","receptacles","receptacula","receptacular","receptaculum","receptibilities","receptibility","receptible","reception","receptionist","receptionists","receptions","receptive","receptively","receptiveness","receptivenesses","receptivities","receptivity","receptor","receptors","recepts","recertification","recertifications","recertified","recertifies","recertify","recertifying","recess","recessed","recesses","recessing","recession","recessional","recessionals","recessionary","recessionista","recessionistas","recessions","recessive","recessively","recessiveness","recessivenesses","recessives","rechallenge","rechallenged","rechallenges","rechallenging","rechange","rechanged","rechanges","rechanging","rechannel","rechanneled","rechanneling","rechannelled","rechannelling","rechannels","recharge","rechargeable","recharged","recharger","rechargers","recharges","recharging","rechart","recharted","recharter","rechartered","rechartering","recharters","recharting","recharts","rechate","rechates","rechauffe","rechauffes","recheat","recheated","recheating","recheats","recheck","rechecked","rechecking","rechecks","recherche","rechew","rechewed","rechewing","rechews","rechie","rechip","rechipped","rechipping","rechippings","rechips","rechlesse","rechoose","rechooses","rechoosing","rechoreograph","rechoreographed","rechoreographing","rechoreographs","rechose","rechosen","rechristen","rechristened","rechristening","rechristens","rechromatograph","rechromatographed","rechromatographies","rechromatographing","rechromatographs","rechromatography","recidivism","recidivisms","recidivist","recidivistic","recidivists","recidivous","recipe","recipes","recipience","recipiences","recipiencies","recipiency","recipient","recipients","reciprocal","reciprocalities","reciprocality","reciprocally","reciprocals","reciprocant","reciprocants","reciprocate","reciprocated","reciprocates","reciprocating","reciprocation","reciprocations","reciprocative","reciprocator","reciprocators","reciprocatory","reciprocities","reciprocity","recircle","recircled","recircles","recircling","recirculate","recirculated","recirculates","recirculating","recirculation","recirculations","recision","recisions","recit","recitable","recital","recitalist","recitalists","recitals","recitation","recitationist","recitationists","recitations","recitative","recitatives","recitativi","recitativo","recitativos","recite","recited","reciter","reciters","recites","reciting","recits","reck","reckan","recked","recking","reckless","recklessly","recklessness","recklessnesses","reckling","recklings","reckon","reckoned","reckoner","reckoners","reckoning","reckonings","reckons","recks","reclad","recladded","recladding","reclads","reclaim","reclaimable","reclaimably","reclaimant","reclaimants","reclaimed","reclaimer","reclaimers","reclaiming","reclaims","reclamation","reclamations","reclame","reclames","reclasp","reclasped","reclasping","reclasps","reclassification","reclassifications","reclassified","reclassifies","reclassify","reclassifying","reclean","recleaned","recleaning","recleans","reclimb","reclimbed","reclimbing","reclimbs","reclinable","reclinate","reclination","reclinations","recline","reclined","recliner","recliners","reclines","reclining","reclosable","reclose","reclosed","recloses","reclosing","reclothe","reclothed","reclothes","reclothing","recluse","reclusely","recluseness","reclusenesses","recluses","reclusion","reclusions","reclusive","reclusively","reclusiveness","reclusivenesses","reclusories","reclusory","recoal","recoaled","recoaling","recoals","recoat","recoated","recoating","recoats","recock","recocked","recocking","recocks","recode","recoded","recodes","recodification","recodifications","recodified","recodifies","recodify","recodifying","recoding","recognisability","recognisable","recognisably","recognisance","recognisances","recognisant","recognise","recognised","recognisee","recognisees","recogniser","recognisers","recognises","recognising","recognisor","recognisors","recognition","recognitions","recognitive","recognitory","recognizabilities","recognizability","recognizable","recognizably","recognizance","recognizances","recognizant","recognize","recognized","recognizee","recognizees","recognizer","recognizers","recognizes","recognizing","recognizor","recognizors","recoil","recoiled","recoiler","recoilers","recoiling","recoilless","recoils","recoin","recoinage","recoinages","recoined","recoining","recoins","recollect","recollected","recollectedly","recollectedness","recollecting","recollection","recollections","recollective","recollectively","recollects","recollet","recollets","recolonisation","recolonisations","recolonise","recolonised","recolonises","recolonising","recolonization","recolonizations","recolonize","recolonized","recolonizes","recolonizing","recolor","recolored","recoloring","recolors","recomb","recombed","recombinant","recombinants","recombination","recombinational","recombinations","recombine","recombined","recombines","recombing","recombining","recombs","recomfort","recomforted","recomforting","recomfortless","recomforts","recomforture","recomfortures","recommence","recommenced","recommencement","recommencements","recommences","recommencing","recommend","recommendable","recommendably","recommendation","recommendations","recommendatory","recommended","recommender","recommenders","recommending","recommends","recommission","recommissioned","recommissioning","recommissions","recommit","recommitment","recommitments","recommits","recommittal","recommittals","recommitted","recommitting","recompact","recompacted","recompacting","recompacts","recompence","recompences","recompensable","recompense","recompensed","recompenser","recompensers","recompenses","recompensing","recompilation","recompilations","recompile","recompiled","recompiles","recompiling","recompose","recomposed","recomposes","recomposing","recomposition","recompositions","recompress","recompressed","recompresses","recompressing","recompression","recompressions","recomputation","recomputations","recompute","recomputed","recomputes","recomputing","recon","reconceive","reconceived","reconceives","reconceiving","reconcentrate","reconcentrated","reconcentrates","reconcentrating","reconcentration","reconcentrations","reconception","reconceptions","reconceptualise","reconceptualization","reconceptualizations","reconceptualize","reconceptualized","reconceptualizes","reconceptualizing","reconcilabilities","reconcilability","reconcilable","reconcilably","reconcile","reconciled","reconcilement","reconcilements","reconciler","reconcilers","reconciles","reconciliation","reconciliations","reconciliatory","reconciling","recondensation","recondensations","recondense","recondensed","recondenses","recondensing","recondite","reconditely","reconditeness","reconditenesses","recondition","reconditioned","reconditioning","reconditions","reconduct","reconducted","reconducting","reconducts","reconfer","reconferred","reconferring","reconfers","reconfigurable","reconfiguration","reconfigurations","reconfigure","reconfigured","reconfigures","reconfiguring","reconfine","reconfined","reconfines","reconfining","reconfirm","reconfirmation","reconfirmations","reconfirmed","reconfirming","reconfirms","reconnaissance","reconnaissances","reconnect","reconnected","reconnecting","reconnection","reconnections","reconnects","reconned","reconning","reconnoissance","reconnoissances","reconnoiter","reconnoitered","reconnoiterer","reconnoiterers","reconnoitering","reconnoiters","reconnoitre","reconnoitred","reconnoitrer","reconnoitrers","reconnoitres","reconnoitring","reconquer","reconquered","reconquering","reconquers","reconquest","reconquests","recons","reconsecrate","reconsecrated","reconsecrates","reconsecrating","reconsecration","reconsecrations","reconsider","reconsideration","reconsiderations","reconsidered","reconsidering","reconsiders","reconsign","reconsigned","reconsigning","reconsigns","reconsole","reconsoled","reconsoles","reconsolidate","reconsolidated","reconsolidates","reconsolidating","reconsolidation","reconsoling","reconstituent","reconstituents","reconstitutable","reconstitute","reconstituted","reconstitutes","reconstituting","reconstitution","reconstitutions","reconstruct","reconstructed","reconstructible","reconstructing","reconstruction","reconstructionism","reconstructionisms","reconstructionist","reconstructionists","reconstructions","reconstructive","reconstructor","reconstructors","reconstructs","reconsult","reconsulted","reconsulting","reconsults","recontact","recontacted","recontacting","recontacts","recontaminate","recontaminated","recontaminates","recontaminating","recontamination","recontaminations","recontextualise","recontextualize","recontextualized","recontextualizes","recontextualizing","recontinue","recontinued","recontinues","recontinuing","recontour","recontoured","recontouring","recontours","reconvalescence","reconvene","reconvened","reconvenes","reconvening","reconversion","reconversions","reconvert","reconverted","reconverting","reconverts","reconvey","reconveyance","reconveyances","reconveyed","reconveying","reconveys","reconvict","reconvicted","reconvicting","reconviction","reconvictions","reconvicts","reconvince","reconvinced","reconvinces","reconvincing","recook","recooked","recooking","recooks","recopied","recopies","recopy","recopying","record","recordable","recordation","recordations","recorded","recorder","recorders","recordership","recorderships","recording","recordings","recordist","recordists","records","recork","recorked","recorking","recorks","recount","recountal","recountals","recounted","recounter","recounters","recounting","recountment","recountments","recounts","recoup","recoupable","recoupe","recouped","recouping","recouple","recoupled","recouples","recoupling","recoupment","recoupments","recoups","recoure","recoured","recoures","recouring","recourse","recoursed","recourses","recoursing","recover","recoverabilities","recoverability","recoverable","recoverableness","recovered","recoveree","recoverees","recoverer","recoverers","recoveries","recovering","recoveror","recoverors","recovers","recovery","recower","recowered","recowering","recowers","recoyle","recoyled","recoyles","recoyling","recrate","recrated","recrates","recrating","recreance","recreances","recreancies","recreancy","recreant","recreantly","recreants","recreate","recreated","recreates","recreating","recreation","recreational","recreationist","recreationists","recreations","recreative","recreatively","recreator","recreators","recrement","recremental","recrementitial","recrementitious","recrements","recriminate","recriminated","recriminates","recriminating","recrimination","recriminations","recriminative","recriminator","recriminators","recriminatory","recross","recrossed","recrosses","recrossing","recrown","recrowned","recrowning","recrowns","recrudesce","recrudesced","recrudescence","recrudescences","recrudescencies","recrudescency","recrudescent","recrudesces","recrudescing","recruit","recruitable","recruital","recruitals","recruited","recruiter","recruiters","recruiting","recruitment","recruitments","recruits","recrystallise","recrystallised","recrystallises","recrystallising","recrystallization","recrystallizations","recrystallize","recrystallized","recrystallizes","recrystallizing","recs","recta","rectal","rectally","rectangle","rectangled","rectangles","rectangular","rectangularities","rectangularity","rectangularly","recti","rectifiabilities","rectifiability","rectifiable","rectification","rectifications","rectified","rectifier","rectifiers","rectifies","rectify","rectifying","rectilineal","rectilineally","rectilinear","rectilinearity","rectilinearly","rection","rections","rectipetalies","rectipetalities","rectipetality","rectipetaly","rectirostral","rectiserial","rectitic","rectitis","rectitises","rectitude","rectitudes","rectitudinous","recto","rectocele","rectoceles","rector","rectoral","rectorate","rectorates","rectoress","rectoresses","rectorial","rectorials","rectories","rectors","rectorship","rectorships","rectory","rectos","rectress","rectresses","rectrices","rectricial","rectrix","rectum","rectums","rectus","recuile","recuiled","recuiles","recuiling","recule","reculed","recules","reculing","recultivate","recultivated","recultivates","recultivating","recumbence","recumbences","recumbencies","recumbency","recumbent","recumbently","recuperable","recuperate","recuperated","recuperates","recuperating","recuperation","recuperations","recuperative","recuperator","recuperators","recuperatory","recur","recure","recured","recureless","recures","recuring","recurred","recurrence","recurrences","recurrencies","recurrency","recurrent","recurrently","recurring","recurringly","recurs","recurse","recursed","recurses","recursing","recursion","recursions","recursive","recursively","recursiveness","recursivenesses","recurvate","recurve","recurved","recurves","recurving","recurvirostral","recusal","recusals","recusance","recusances","recusancies","recusancy","recusant","recusants","recusation","recusations","recuse","recused","recuses","recusing","recut","recuts","recutting","recyclable","recyclables","recyclate","recyclates","recycle","recycleable","recycleables","recycled","recycler","recyclers","recycles","recycling","recyclist","recyclists","red","redact","redacted","redacting","redaction","redactional","redactions","redactor","redactorial","redactors","redacts","redamage","redamaged","redamages","redamaging","redan","redans","redargue","redargued","redargues","redarguing","redate","redated","redates","redating","redback","redbacks","redbait","redbaited","redbaiter","redbaiters","redbaiting","redbaits","redbay","redbays","redbellies","redbelly","redbird","redbirds","redbone","redbones","redbreast","redbreasts","redbrick","redbricks","redbud","redbuds","redbug","redbugs","redcap","redcaps","redcoat","redcoats","redcurrant","redcurrants","redd","redded","redden","reddenda","reddendo","reddendos","reddendum","reddened","reddening","reddens","redder","redders","reddest","reddier","reddiest","redding","reddings","reddish","reddishly","reddishness","reddishnesses","reddle","reddled","reddleman","reddlemen","reddles","reddling","redds","reddy","rede","redeal","redealing","redeals","redealt","redear","redears","redecide","redecided","redecides","redeciding","redecorate","redecorated","redecorates","redecorating","redecoration","redecorations","redecorator","redecorators","redecraft","redecrafts","reded","rededicate","rededicated","rededicates","rededicating","rededication","rededications","redeem","redeemabilities","redeemability","redeemable","redeemableness","redeemably","redeemed","redeemer","redeemers","redeeming","redeemless","redeems","redefeat","redefeated","redefeating","redefeats","redefect","redefected","redefecting","redefects","redefied","redefies","redefine","redefined","redefines","redefining","redefinition","redefinitions","redefy","redefying","redeless","redeliver","redeliverance","redeliverances","redelivered","redeliverer","redeliverers","redeliveries","redelivering","redelivers","redelivery","redemand","redemanded","redemanding","redemands","redemptible","redemption","redemptional","redemptioner","redemptioners","redemptions","redemptive","redemptively","redemptory","redenied","redenies","redeny","redenying","redeploy","redeployed","redeploying","redeployment","redeployments","redeploys","redeposit","redeposited","redepositing","redeposits","redes","redescend","redescended","redescending","redescends","redescribe","redescribed","redescribes","redescribing","redescription","redescriptions","redesign","redesigned","redesigning","redesigns","redetermination","redeterminations","redetermine","redetermined","redetermines","redetermining","redevelop","redeveloped","redeveloper","redevelopers","redeveloping","redevelopment","redevelopments","redevelops","redeye","redeyes","redfin","redfins","redfish","redfishes","redfoot","redfoots","redhanded","redhead","redheaded","redheads","redhorse","redhorses","redia","rediae","redial","redialed","redialing","redialled","redialling","redials","redias","redictate","redictated","redictates","redictating","redid","redigest","redigested","redigesting","redigestion","redigestions","redigests","redigress","redigressed","redigresses","redigressing","reding","redingote","redingotes","redintegrate","redintegrated","redintegrates","redintegrating","redintegration","redintegrations","redintegrative","redip","redipped","redipping","redips","redipt","redirect","redirected","redirecting","redirection","redirections","redirects","redisburse","redisbursed","redisburses","redisbursing","rediscount","rediscountable","rediscounted","rediscounting","rediscounts","rediscover","rediscovered","rediscoverer","rediscoverers","rediscoveries","rediscovering","rediscovers","rediscovery","rediscuss","rediscussed","rediscusses","rediscussing","redisplay","redisplayed","redisplaying","redisplays","redispose","redisposed","redisposes","redisposing","redisposition","redispositions","redissolution","redissolutions","redissolve","redissolved","redissolves","redissolving","redistil","redistill","redistillation","redistillations","redistilled","redistilling","redistills","redistils","redistribute","redistributed","redistributes","redistributing","redistribution","redistributional","redistributionist","redistributionists","redistributions","redistributive","redistrict","redistricted","redistricting","redistricts","redivide","redivided","redivides","redividing","redivision","redivisions","redivivus","redivorce","redivorced","redivorces","redivorcing","redleg","redlegs","redline","redlined","redliner","redliners","redlines","redlining","redlinings","redly","redneck","rednecked","rednecks","redness","rednesses","redo","redock","redocked","redocking","redocks","redoes","redoing","redolence","redolences","redolencies","redolency","redolent","redolently","redon","redone","redonned","redonning","redons","redos","redouble","redoubled","redoublement","redoublements","redoubler","redoublers","redoubles","redoubling","redoubt","redoubtable","redoubtableness","redoubtably","redoubted","redoubting","redoubts","redound","redounded","redounding","redoundings","redounds","redout","redouts","redowa","redowas","redox","redoxes","redpoll","redpolls","redraft","redrafted","redrafting","redrafts","redraw","redrawer","redrawers","redrawing","redrawn","redraws","redream","redreamed","redreaming","redreams","redreamt","redress","redressable","redressal","redressals","redressed","redresser","redressers","redresses","redressible","redressing","redressive","redressor","redressors","redrew","redried","redries","redrill","redrilled","redrilling","redrills","redrive","redriven","redrives","redriving","redroot","redroots","redrove","redruthite","redruthites","redry","redrying","reds","redsear","redshank","redshanks","redshare","redshift","redshifted","redshifts","redshire","redshirt","redshirted","redshirting","redshirts","redshort","redskin","redskins","redstart","redstarts","redstreak","redstreaks","redtail","redtails","redtop","redtops","redub","redubbed","redubbing","redubs","reduce","reduced","reducer","reducers","reduces","reducibilities","reducibility","reducible","reducibleness","reduciblenesses","reducibly","reducing","reductant","reductants","reductase","reductases","reduction","reductional","reductionism","reductionisms","reductionist","reductionistic","reductionists","reductions","reductive","reductively","reductiveness","reductivenesses","reductor","reductors","reduit","reduits","redundance","redundances","redundancies","redundancy","redundant","redundantly","reduplicate","reduplicated","reduplicates","reduplicating","reduplication","reduplications","reduplicative","reduplicatively","reduviid","reduviids","redux","redware","redwares","redwater","redwaters","redwing","redwings","redwood","redwoods","redye","redyed","redyeing","redyes","ree","reearn","reearned","reearning","reearns","reebok","reeboks","reech","reeched","reeches","reechie","reechier","reechiest","reeching","reecho","reechoed","reechoes","reechoing","reechy","reed","reedbed","reedbeds","reedbird","reedbirds","reedbuck","reedbucks","reede","reeded","reeden","reeder","reeders","reedes","reedier","reediest","reedified","reedifies","reedify","reedifying","reedily","reediness","reedinesses","reeding","reedings","reedit","reedited","reediting","reedition","reeditions","reedits","reedlike","reedling","reedlings","reedman","reedmen","reeds","reeducate","reeducated","reeducates","reeducating","reeducation","reeducations","reeducative","reedy","reef","reefable","reefed","reefer","reefers","reefier","reefiest","reefing","reefings","reefs","reefy","reeject","reejected","reejecting","reejects","reek","reeked","reeker","reekers","reekie","reekier","reekiest","reeking","reekingly","reeks","reeky","reel","reelable","reelect","reelected","reelecting","reelection","reelections","reelects","reeled","reeler","reelers","reelevate","reelevated","reelevates","reelevating","reeligibilities","reeligibility","reeligible","reeling","reelingly","reelings","reelman","reelmen","reels","reembark","reembarked","reembarking","reembarks","reembodied","reembodies","reembody","reembodying","reembrace","reembraced","reembraces","reembracing","reembroider","reembroidered","reembroidering","reembroiders","reemerge","reemerged","reemergence","reemergences","reemerges","reemerging","reemission","reemissions","reemit","reemits","reemitted","reemitting","reemphases","reemphasis","reemphasise","reemphasised","reemphasises","reemphasising","reemphasize","reemphasized","reemphasizes","reemphasizing","reemploy","reemployed","reemploying","reemployment","reemployments","reemploys","reen","reenact","reenacted","reenacting","reenactment","reenactments","reenactor","reenactors","reenacts","reencounter","reencountered","reencountering","reencounters","reendow","reendowed","reendowing","reendows","reenergise","reenergised","reenergises","reenergising","reenergize","reenergized","reenergizes","reenergizing","reenforce","reenforced","reenforces","reenforcing","reengage","reengaged","reengagement","reengagements","reengages","reengaging","reengineer","reengineered","reengineering","reengineers","reengrave","reengraved","reengraves","reengraving","reenjoy","reenjoyed","reenjoying","reenjoys","reenlarge","reenlarged","reenlarges","reenlarging","reenlist","reenlisted","reenlisting","reenlistment","reenlistments","reenlists","reenroll","reenrolled","reenrolling","reenrolls","reens","reenslave","reenslaved","reenslaves","reenslaving","reenter","reentered","reentering","reenters","reenthrone","reenthroned","reenthrones","reenthroning","reentrance","reentrances","reentrant","reentrants","reentries","reentry","reequip","reequipment","reequipments","reequipped","reequipping","reequips","reerect","reerected","reerecting","reerects","rees","reescalate","reescalated","reescalates","reescalating","reescalation","reescalations","reest","reestablish","reestablished","reestablishes","reestablishing","reestablishment","reestablishments","reested","reestier","reestiest","reestimate","reestimated","reestimates","reestimating","reesting","reests","reesty","reevaluate","reevaluated","reevaluates","reevaluating","reevaluation","reevaluations","reeve","reeved","reeves","reeving","reevoke","reevoked","reevokes","reevoking","reexamination","reexaminations","reexamine","reexamined","reexamines","reexamining","reexecute","reexecuted","reexecutes","reexecuting","reexhibit","reexhibited","reexhibiting","reexhibits","reexpel","reexpelled","reexpelling","reexpels","reexperience","reexperienced","reexperiences","reexperiencing","reexplain","reexplained","reexplaining","reexplains","reexplore","reexplored","reexplores","reexploring","reexport","reexportation","reexportations","reexported","reexporting","reexports","reexpose","reexposed","reexposes","reexposing","reexposure","reexposures","reexpress","reexpressed","reexpresses","reexpressing","ref","reface","refaced","refaces","refacing","refall","refallen","refalling","refalls","refashion","refashioned","refashioning","refashionment","refashionments","refashions","refasten","refastened","refastening","refastens","refect","refected","refecting","refection","refectioner","refectioners","refections","refective","refectorian","refectorians","refectories","refectory","refects","refed","refeed","refeeding","refeeds","refeel","refeeling","refeels","refel","refell","refelled","refelling","refels","refelt","refence","refenced","refences","refencing","refer","referable","referee","refereed","refereeing","referees","reference","referenced","referencer","referencers","references","referencing","referencings","referenda","referendaries","referendary","referendum","referendums","referent","referential","referentialities","referentiality","referentially","referents","referrable","referral","referrals","referred","referrer","referrers","referrible","referring","refers","reffed","reffing","reffo","reffos","refight","refighting","refights","refigure","refigured","refigures","refiguring","refile","refiled","refiles","refiling","refill","refillable","refilled","refilling","refills","refilm","refilmed","refilming","refilms","refilter","refiltered","refiltering","refilters","refinable","refinance","refinanced","refinances","refinancing","refinancings","refind","refinding","refinds","refine","refined","refinedly","refinedness","refinednesses","refinement","refinements","refiner","refineries","refiners","refinery","refines","refining","refinings","refinish","refinished","refinisher","refinishers","refinishes","refinishing","refire","refired","refires","refiring","refit","refitment","refitments","refits","refitted","refitting","refittings","refix","refixed","refixes","refixing","reflag","reflagged","reflagging","reflags","reflate","reflated","reflates","reflating","reflation","reflationary","reflations","reflect","reflectance","reflectances","reflected","reflecter","reflecters","reflecting","reflectingly","reflection","reflectional","reflectionless","reflections","reflective","reflectively","reflectiveness","reflectivenesses","reflectivities","reflectivity","reflectogram","reflectograms","reflectograph","reflectographs","reflectography","reflectometer","reflectometers","reflectometries","reflectometry","reflector","reflectorise","reflectorised","reflectorises","reflectorising","reflectorize","reflectorized","reflectorizes","reflectorizing","reflectors","reflects","reflet","reflets","reflew","reflex","reflexed","reflexes","reflexibilities","reflexibility","reflexible","reflexing","reflexion","reflexional","reflexions","reflexive","reflexively","reflexiveness","reflexivenesses","reflexives","reflexivities","reflexivity","reflexly","reflexological","reflexologies","reflexologist","reflexologists","reflexology","reflies","refloat","refloated","refloating","refloats","reflood","reflooded","reflooding","refloods","reflow","reflowed","reflower","reflowered","reflowering","reflowerings","reflowers","reflowing","reflowings","reflown","reflows","refluence","refluences","refluent","reflux","refluxed","refluxes","refluxing","refly","reflying","refocillate","refocillated","refocillates","refocillating","refocillation","refocillations","refocus","refocused","refocuses","refocusing","refocussed","refocusses","refocussing","refold","refolded","refolding","refolds","refoot","refooted","refooting","refoots","reforest","reforestation","reforestations","reforested","reforesting","reforests","reforge","reforged","reforges","reforging","reform","reformabilities","reformability","reformable","reformade","reformades","reformado","reformadoes","reformados","reformat","reformate","reformates","reformation","reformational","reformationist","reformationists","reformations","reformative","reformatories","reformatory","reformats","reformatted","reformatting","reformed","reformer","reformers","reforming","reformings","reformism","reformisms","reformist","reformists","reforms","reformulate","reformulated","reformulates","reformulating","reformulation","reformulations","refortification","refortifications","refortified","refortifies","refortify","refortifying","refought","refound","refoundation","refoundations","refounded","refounder","refounders","refounding","refounds","refract","refractable","refractaries","refractary","refracted","refractile","refracting","refraction","refractions","refractive","refractively","refractiveness","refractivenesses","refractivities","refractivity","refractometer","refractometers","refractometric","refractometries","refractometry","refractor","refractories","refractorily","refractoriness","refractorinesses","refractors","refractory","refracts","refracture","refractured","refractures","refracturing","refrain","refrained","refrainer","refrainers","refraining","refrainment","refrainments","refrains","reframe","reframed","reframes","reframing","refrangibilities","refrangibility","refrangible","refrangibleness","refrangiblenesses","refreeze","refreezes","refreezing","refresh","refreshed","refreshen","refreshened","refreshener","refresheners","refreshening","refreshens","refresher","refreshers","refreshes","refreshful","refreshfully","refreshing","refreshingly","refreshment","refreshments","refried","refries","refrigerant","refrigerants","refrigerate","refrigerated","refrigerates","refrigerating","refrigeration","refrigerations","refrigerative","refrigerator","refrigeratories","refrigerators","refrigeratory","refringe","refringed","refringence","refringences","refringencies","refringency","refringent","refringes","refringing","refront","refronted","refronting","refronts","refroze","refrozen","refry","refrying","refs","reft","refuel","refuelable","refueled","refueling","refuellable","refuelled","refuelling","refuels","refuge","refuged","refugee","refugeeism","refugeeisms","refugees","refuges","refugia","refuging","refugium","refulgence","refulgences","refulgencies","refulgency","refulgent","refulgently","refund","refundabilities","refundability","refundable","refunded","refunder","refunders","refunding","refundment","refundments","refunds","refurbish","refurbished","refurbisher","refurbishers","refurbishes","refurbishing","refurbishings","refurbishment","refurbishments","refurnish","refurnished","refurnishes","refurnishing","refusable","refusal","refusals","refuse","refused","refusenik","refuseniks","refuser","refusers","refuses","refusing","refusion","refusions","refusnik","refusniks","refutabilities","refutability","refutable","refutably","refutal","refutals","refutation","refutations","refute","refuted","refuter","refuters","refutes","refuting","reg","regain","regainable","regained","regainer","regainers","regaining","regainment","regainments","regains","regal","regale","regaled","regalement","regalements","regaler","regalers","regales","regalia","regalian","regalias","regaling","regalism","regalisms","regalist","regalists","regalities","regality","regally","regalness","regalnesses","regals","regar","regard","regardable","regardant","regarded","regarder","regarders","regardful","regardfully","regardfulness","regardfulnesses","regarding","regardless","regardlessly","regardlessness","regardlessnesses","regards","regars","regather","regathered","regathering","regathers","regatta","regattas","regauge","regauged","regauges","regauging","regave","regear","regeared","regearing","regears","regelate","regelated","regelates","regelating","regelation","regelations","regence","regences","regencies","regency","regenerable","regeneracies","regeneracy","regenerate","regenerated","regenerately","regenerateness","regeneratenesses","regenerates","regenerating","regeneration","regenerations","regenerative","regeneratively","regenerator","regenerators","regeneratory","regent","regental","regents","regentship","regentships","reges","regest","regests","reggae","reggaes","reggaeton","reggaetons","reggo","reggos","regicidal","regicide","regicides","regie","regies","regift","regifted","regifting","regifts","regild","regilded","regilding","regilds","regilt","regime","regimen","regimens","regiment","regimental","regimentally","regimentals","regimentation","regimentations","regimented","regimenting","regiments","regimes","regiminal","regina","reginae","reginal","reginas","region","regional","regionalisation","regionalise","regionalised","regionalises","regionalising","regionalism","regionalisms","regionalist","regionalistic","regionalists","regionalization","regionalizations","regionalize","regionalized","regionalizes","regionalizing","regionally","regionals","regionary","regions","regisseur","regisseurs","register","registerable","registered","registerer","registerers","registering","registers","registrable","registrant","registrants","registrar","registraries","registrars","registrarship","registrarships","registrary","registration","registrational","registrations","registries","registry","regius","regive","regiven","regives","regiving","reglaze","reglazed","reglazes","reglazing","reglet","reglets","reglorified","reglorifies","reglorify","reglorifying","regloss","reglossed","reglosses","reglossing","reglow","reglowed","reglowing","reglows","reglue","reglued","reglues","regluing","regma","regmaker","regmakers","regmata","regna","regnal","regnancies","regnancy","regnant","regnum","rego","regolith","regoliths","regorge","regorged","regorges","regorging","regos","regosol","regosols","regrade","regraded","regrades","regrading","regraft","regrafted","regrafting","regrafts","regrant","regranted","regranting","regrants","regrate","regrated","regrater","regraters","regrates","regrating","regratings","regrator","regrators","regrede","regreded","regredes","regredience","regrediences","regreding","regreen","regreened","regreening","regreens","regreet","regreeted","regreeting","regreets","regress","regressed","regresses","regressing","regression","regressions","regressive","regressively","regressiveness","regressivenesses","regressivities","regressivity","regressor","regressors","regret","regretful","regretfully","regretfulness","regretfulnesses","regrets","regrettable","regrettably","regretted","regretter","regretters","regretting","regrew","regrind","regrinding","regrinds","regroom","regroomed","regrooming","regrooms","regroove","regrooved","regrooves","regrooving","reground","regroup","regrouped","regrouping","regroups","regrow","regrowing","regrown","regrows","regrowth","regrowths","regs","reguerdon","reguerdoned","reguerdoning","reguerdons","regula","regulable","regulae","regular","regularisation","regularisations","regularise","regularised","regularises","regularising","regularities","regularity","regularization","regularizations","regularize","regularized","regularizes","regularizing","regularly","regulars","regulate","regulated","regulates","regulating","regulation","regulations","regulative","regulatively","regulator","regulators","regulatory","reguli","reguline","regulise","regulised","regulises","regulising","regulize","regulized","regulizes","regulizing","regulo","regulos","regulus","reguluses","regur","regurgitant","regurgitants","regurgitate","regurgitated","regurgitates","regurgitating","regurgitation","regurgitations","regurs","reh","rehab","rehabbed","rehabber","rehabbers","rehabbing","rehabilitant","rehabilitants","rehabilitate","rehabilitated","rehabilitates","rehabilitating","rehabilitation","rehabilitations","rehabilitative","rehabilitator","rehabilitators","rehabs","rehammer","rehammered","rehammering","rehammers","rehandle","rehandled","rehandles","rehandling","rehandlings","rehang","rehanged","rehanging","rehangs","reharden","rehardened","rehardening","rehardens","rehash","rehashed","rehashes","rehashing","rehear","reheard","rehearing","rehearings","rehears","rehearsal","rehearsals","rehearse","rehearsed","rehearser","rehearsers","rehearses","rehearsing","rehearsings","reheat","reheated","reheater","reheaters","reheating","reheatings","reheats","reheel","reheeled","reheeling","reheels","rehem","rehemmed","rehemming","rehems","rehinge","rehinged","rehinges","rehinging","rehire","rehired","rehires","rehiring","rehoboam","rehoboams","rehome","rehomed","rehomes","rehoming","rehospitalise","rehospitalised","rehospitalises","rehospitalising","rehospitalization","rehospitalizations","rehospitalize","rehospitalized","rehospitalizes","rehospitalizing","rehouse","rehoused","rehouses","rehousing","rehousings","rehs","rehumanise","rehumanised","rehumanises","rehumanising","rehumanize","rehumanized","rehumanizes","rehumanizing","rehung","rehydratable","rehydrate","rehydrated","rehydrates","rehydrating","rehydration","rehydrations","rehypnotise","rehypnotised","rehypnotises","rehypnotising","rehypnotize","rehypnotized","rehypnotizes","rehypnotizing","rei","reichsmark","reichsmarks","reidentified","reidentifies","reidentify","reidentifying","reif","reification","reifications","reificatory","reified","reifier","reifiers","reifies","reifs","reify","reifying","reign","reigned","reigning","reignite","reignited","reignites","reigniting","reignition","reignitions","reigns","reik","reiki","reikis","reiks","reillume","reillumed","reillumes","reillumine","reillumined","reillumines","reilluming","reillumining","reimage","reimaged","reimages","reimagine","reimagined","reimagines","reimaging","reimagining","reimbursable","reimburse","reimbursed","reimbursement","reimbursements","reimburser","reimbursers","reimburses","reimbursing","reimmerse","reimmersed","reimmerses","reimmersing","reimplant","reimplantation","reimplantations","reimplanted","reimplanting","reimplants","reimport","reimportation","reimportations","reimported","reimporter","reimporters","reimporting","reimports","reimpose","reimposed","reimposes","reimposing","reimposition","reimpositions","reimpression","reimpressions","rein","reincarnate","reincarnated","reincarnates","reincarnating","reincarnation","reincarnations","reincite","reincited","reincites","reinciting","reincorporate","reincorporated","reincorporates","reincorporating","reincorporation","reincorporations","reincrease","reincreased","reincreases","reincreasing","reincur","reincurred","reincurring","reincurs","reindeer","reindeers","reindex","reindexed","reindexes","reindexing","reindict","reindicted","reindicting","reindictment","reindictments","reindicts","reinduce","reinduced","reinduces","reinducing","reinduct","reinducted","reinducting","reinducts","reindustrialise","reindustrialization","reindustrializations","reindustrialize","reindustrialized","reindustrializes","reindustrializing","reined","reinette","reinettes","reinfect","reinfected","reinfecting","reinfection","reinfections","reinfects","reinfestation","reinfestations","reinflame","reinflamed","reinflames","reinflaming","reinflate","reinflated","reinflates","reinflating","reinflation","reinflations","reinforce","reinforceable","reinforced","reinforcement","reinforcements","reinforcer","reinforcers","reinforces","reinforcing","reinform","reinformed","reinforming","reinforms","reinfund","reinfunded","reinfunding","reinfunds","reinfuse","reinfused","reinfuses","reinfusing","reinhabit","reinhabited","reinhabiting","reinhabits","reining","reinitiate","reinitiated","reinitiates","reinitiating","reinject","reinjected","reinjecting","reinjection","reinjections","reinjects","reinjure","reinjured","reinjures","reinjuries","reinjuring","reinjury","reink","reinked","reinking","reinks","reinless","reinnervate","reinnervated","reinnervates","reinnervating","reinnervation","reinnervations","reinoculate","reinoculated","reinoculates","reinoculating","reinoculation","reinoculations","reins","reinsert","reinserted","reinserting","reinsertion","reinsertions","reinserts","reinsman","reinsmen","reinspect","reinspected","reinspecting","reinspection","reinspections","reinspects","reinspire","reinspired","reinspires","reinspiring","reinspirit","reinspirited","reinspiriting","reinspirits","reinstal","reinstall","reinstallation","reinstallations","reinstalled","reinstalling","reinstalls","reinstalment","reinstalments","reinstals","reinstate","reinstated","reinstatement","reinstatements","reinstates","reinstating","reinstation","reinstations","reinstator","reinstators","reinstitute","reinstituted","reinstitutes","reinstituting","reinstitutionalization","reinstitutionalizations","reinstitutionalize","reinstitutionalized","reinstitutionalizes","reinstitutionalizing","reinsurance","reinsurances","reinsure","reinsured","reinsurer","reinsurers","reinsures","reinsuring","reintegrate","reintegrated","reintegrates","reintegrating","reintegration","reintegrations","reintegrative","reinter","reinterment","reinterments","reinterpret","reinterpretation","reinterpretations","reinterpreted","reinterpreting","reinterprets","reinterred","reinterring","reinterrogate","reinterrogated","reinterrogates","reinterrogating","reinterrogation","reinters","reinterview","reinterviewed","reinterviewing","reinterviews","reintroduce","reintroduced","reintroduces","reintroducing","reintroduction","reintroductions","reinvade","reinvaded","reinvades","reinvading","reinvasion","reinvasions","reinvent","reinvented","reinventing","reinvention","reinventions","reinvents","reinvest","reinvested","reinvestigate","reinvestigated","reinvestigates","reinvestigating","reinvestigation","reinvestigations","reinvesting","reinvestment","reinvestments","reinvests","reinvigorate","reinvigorated","reinvigorates","reinvigorating","reinvigoration","reinvigorations","reinvigorator","reinvigorators","reinvite","reinvited","reinvites","reinviting","reinvoke","reinvoked","reinvokes","reinvoking","reinvolve","reinvolved","reinvolves","reinvolving","reioyndure","reioyndures","reird","reirds","reis","reises","reissuable","reissue","reissued","reissuer","reissuers","reissues","reissuing","reist","reistafel","reistafels","reisted","reisting","reists","reitbok","reitboks","reiter","reiterance","reiterances","reiterant","reiterate","reiterated","reiteratedly","reiterates","reiterating","reiteration","reiterations","reiterative","reiteratively","reiteratives","reiters","reive","reived","reiver","reivers","reives","reiving","rejacket","rejacketed","rejacketing","rejackets","reject","rejectable","rejectamenta","rejected","rejectee","rejectees","rejecter","rejecters","rejectible","rejecting","rejectingly","rejection","rejectionist","rejectionists","rejections","rejective","rejector","rejectors","rejects","rejig","rejigged","rejigger","rejiggered","rejiggering","rejiggers","rejigging","rejigs","rejoice","rejoiced","rejoiceful","rejoicement","rejoicements","rejoicer","rejoicers","rejoices","rejoicing","rejoicingly","rejoicings","rejoin","rejoinder","rejoinders","rejoindure","rejoindures","rejoined","rejoining","rejoins","rejon","rejoneador","rejoneadora","rejoneadoras","rejoneadores","rejoneo","rejoneos","rejones","rejourn","rejourned","rejourning","rejourns","rejudge","rejudged","rejudges","rejudging","rejuggle","rejuggled","rejuggles","rejuggling","rejustified","rejustifies","rejustify","rejustifying","rejuvenate","rejuvenated","rejuvenates","rejuvenating","rejuvenation","rejuvenations","rejuvenator","rejuvenators","rejuvenesce","rejuvenesced","rejuvenescence","rejuvenescences","rejuvenescent","rejuvenesces","rejuvenescing","rejuvenise","rejuvenised","rejuvenises","rejuvenising","rejuvenize","rejuvenized","rejuvenizes","rejuvenizing","reke","reked","rekes","rekey","rekeyboard","rekeyboarded","rekeyboarding","rekeyboards","rekeyed","rekeying","rekeys","rekindle","rekindled","rekindles","rekindling","reking","reknit","reknits","reknitted","reknitting","reknot","reknots","reknotted","reknotting","relabel","relabeled","relabeling","relabelled","relabelling","relabels","relace","relaced","relaces","relache","relaches","relacing","relacquer","relacquered","relacquering","relacquers","relaid","reland","relanded","relanding","relands","relandscape","relandscaped","relandscapes","relandscaping","relapse","relapsed","relapser","relapsers","relapses","relapsing","relata","relatable","relate","related","relatedly","relatedness","relatednesses","relater","relaters","relates","relating","relation","relational","relationally","relationism","relationisms","relationist","relationists","relationless","relations","relationship","relationships","relatival","relative","relatively","relativeness","relativenesses","relatives","relativisation","relativisations","relativise","relativised","relativises","relativising","relativism","relativisms","relativist","relativistic","relativistically","relativists","relativities","relativitist","relativitists","relativity","relativization","relativizations","relativize","relativized","relativizes","relativizing","relator","relators","relatum","relaunch","relaunched","relaunches","relaunching","relaunder","relaundered","relaundering","relaunders","relax","relaxable","relaxant","relaxants","relaxation","relaxations","relaxative","relaxed","relaxedly","relaxedness","relaxednesses","relaxer","relaxers","relaxes","relaxin","relaxing","relaxins","relay","relayed","relaying","relays","relearn","relearned","relearning","relearns","relearnt","releasable","release","released","releasee","releasees","releasement","releasements","releaser","releasers","releases","releasing","releasor","releasors","relegable","relegatable","relegate","relegated","relegates","relegating","relegation","relegations","relend","relending","relends","relent","relented","relenting","relentings","relentless","relentlessly","relentlessness","relentlessnesses","relentment","relentments","relents","relet","relets","reletter","relettered","relettering","reletters","reletting","relevance","relevances","relevancies","relevancy","relevant","relevantly","releve","releves","reliabilities","reliability","reliable","reliableness","reliablenesses","reliables","reliably","reliance","reliances","reliant","reliantly","relic","relicense","relicensed","relicenses","relicensing","relicensure","relicensures","relics","relict","reliction","relictions","relicts","relide","relie","relied","relief","reliefless","reliefs","relier","reliers","relies","relievable","relieve","relieved","relievedly","reliever","relievers","relieves","relieving","relievo","relievos","relight","relighted","relighting","relights","religieuse","religieuses","religieux","religion","religionaries","religionary","religioner","religioners","religionise","religionised","religionises","religionising","religionism","religionisms","religionist","religionists","religionize","religionized","religionizes","religionizing","religionless","religions","religiose","religiosely","religiosities","religiosity","religioso","religious","religiouses","religiously","religiousness","religiousnesses","reline","relined","relines","relining","relink","relinked","relinking","relinks","relinquish","relinquished","relinquisher","relinquishers","relinquishes","relinquishing","relinquishment","relinquishments","reliquaire","reliquaires","reliquaries","reliquary","relique","reliquefied","reliquefies","reliquefy","reliquefying","reliques","reliquiae","relish","relishable","relished","relishes","relishing","relist","relisted","relisting","relists","relit","relivable","relive","relived","reliver","relivered","relivering","relivers","relives","reliving","relleno","rellenos","rellie","rellies","rellish","rellished","rellishes","rellishing","reload","reloaded","reloader","reloaders","reloading","reloads","reloan","reloaned","reloaning","reloans","relocatable","relocate","relocated","relocatee","relocatees","relocates","relocating","relocation","relocations","relocator","relocators","relock","relocked","relocking","relocks","relook","relooked","relooking","relooks","relubricate","relubricated","relubricates","relubricating","relubrication","relubrications","relucent","reluct","reluctance","reluctances","reluctancies","reluctancy","reluctant","reluctantly","reluctate","reluctated","reluctates","reluctating","reluctation","reluctations","relucted","relucting","reluctivities","reluctivity","relucts","relume","relumed","relumes","relumine","relumined","relumines","reluming","relumining","rely","relying","rem","remade","remades","remail","remailed","remailing","remails","remain","remainder","remaindered","remaindering","remainderman","remaindermen","remainders","remained","remaining","remains","remake","remaker","remakers","remakes","remaking","reman","remand","remanded","remanding","remandment","remandments","remands","remanence","remanences","remanencies","remanency","remanent","remanents","remanet","remanets","remanie","remanies","remanned","remanning","remans","remanufacture","remanufactured","remanufacturer","remanufacturers","remanufactures","remanufacturing","remap","remapped","remapping","remaps","remark","remarkabilities","remarkability","remarkable","remarkableness","remarkablenesses","remarkables","remarkably","remarked","remarker","remarkers","remarket","remarketed","remarketing","remarkets","remarking","remarks","remarque","remarqued","remarques","remarriage","remarriages","remarried","remarries","remarry","remarrying","remaster","remastered","remastering","remasters","rematch","rematched","rematches","rematching","remate","remated","rematerialise","rematerialised","rematerialises","rematerialising","rematerialize","rematerialized","rematerializes","rematerializing","remates","remating","remblai","remblais","remble","rembled","rembles","rembling","remead","remeaded","remeading","remeads","remeasure","remeasured","remeasurement","remeasurements","remeasures","remeasuring","remede","remeded","remedes","remediabilities","remediability","remediable","remediably","remedial","remedially","remediat","remediate","remediated","remediates","remediating","remediation","remediations","remedied","remedies","remediless","remedilessly","remedilessness","remeding","remedy","remedying","remeet","remeeting","remeets","remeid","remeided","remeiding","remeids","remelt","remelted","remelting","remelts","remember","rememberabilities","rememberability","rememberable","rememberably","remembered","rememberer","rememberers","remembering","remembers","remembrance","remembrancer","remembrancers","remembrances","remen","remend","remended","remending","remends","remens","remercied","remercies","remercy","remercying","remerge","remerged","remerges","remerging","remet","remex","remigate","remigated","remigates","remigating","remigation","remigations","remiges","remigial","remigrate","remigrated","remigrates","remigrating","remigration","remigrations","remilitarise","remilitarised","remilitarises","remilitarising","remilitarization","remilitarizations","remilitarize","remilitarized","remilitarizes","remilitarizing","remind","reminded","reminder","reminders","remindful","reminding","reminds","remineralise","remineralised","remineralises","remineralising","remineralize","remineralized","remineralizes","remineralizing","reminisce","reminisced","reminiscence","reminiscences","reminiscent","reminiscential","reminiscently","reminiscents","reminiscer","reminiscers","reminisces","reminiscing","remint","reminted","reminting","remints","remise","remised","remises","remising","remiss","remissibilities","remissibility","remissible","remissibleness","remissibly","remission","remissions","remissive","remissively","remissly","remissness","remissnesses","remissory","remit","remitment","remitments","remits","remittable","remittal","remittals","remittance","remittances","remitted","remittee","remittees","remittence","remittences","remittencies","remittency","remittent","remittently","remitter","remitters","remitting","remittor","remittors","remix","remixed","remixes","remixing","remixt","remixture","remixtures","remnant","remnantal","remnants","remobilisation","remobilisations","remobilise","remobilised","remobilises","remobilising","remobilization","remobilizations","remobilize","remobilized","remobilizes","remobilizing","remodel","remodeled","remodeler","remodelers","remodeling","remodelled","remodelling","remodels","remodified","remodifies","remodify","remodifying","remoisten","remoistened","remoistening","remoistens","remolade","remolades","remold","remolded","remolding","remolds","remonetisation","remonetisations","remonetise","remonetised","remonetises","remonetising","remonetization","remonetizations","remonetize","remonetized","remonetizes","remonetizing","remonstrance","remonstrances","remonstrant","remonstrantly","remonstrants","remonstrate","remonstrated","remonstrates","remonstrating","remonstratingly","remonstration","remonstrations","remonstrative","remonstratively","remonstrator","remonstrators","remonstratory","remontant","remontants","remontoir","remontoire","remontoires","remontoirs","remora","remoralisation","remoralisations","remoralise","remoralised","remoralises","remoralising","remoralization","remoralizations","remoralize","remoralized","remoralizes","remoralizing","remoras","remorid","remorse","remorseful","remorsefully","remorsefulness","remorsefulnesses","remorseless","remorselessly","remorselessness","remorselessnesses","remorses","remortgage","remortgaged","remortgages","remortgaging","remote","remotely","remoteness","remotenesses","remoter","remotes","remotest","remotion","remotions","remotivate","remotivated","remotivates","remotivating","remotivation","remotivations","remoud","remoulade","remoulades","remould","remoulded","remoulding","remoulds","remount","remounted","remounting","remounts","removabilities","removability","removable","removableness","removablenesses","removably","removal","removalist","removalists","removals","remove","removeable","removed","removedly","removedness","removednesses","remover","removers","removes","removing","rems","remuage","remuages","remuda","remudas","remueur","remueurs","remunerability","remunerable","remunerate","remunerated","remunerates","remunerating","remuneration","remunerations","remunerative","remuneratively","remunerativeness","remunerativenesses","remunerator","remunerators","remuneratory","remurmur","remurmured","remurmuring","remurmurs","remythologise","remythologised","remythologises","remythologising","remythologize","remythologized","remythologizes","remythologizing","ren","renague","renagued","renagues","renaguing","renail","renailed","renailing","renails","renaissance","renaissances","renal","rename","renamed","renames","renaming","renascence","renascences","renascent","renationalise","renationalised","renationalises","renationalising","renationalization","renationalizations","renationalize","renationalized","renationalizes","renationalizing","renaturation","renaturations","renature","renatured","renatures","renaturing","renay","renayed","renaying","renays","rencontre","rencontres","rencounter","rencountered","rencountering","rencounters","rend","rended","render","renderable","rendered","renderer","renderers","rendering","renderings","renders","rendezvous","rendezvoused","rendezvouses","rendezvousing","rendible","rending","rendition","renditioned","renditioning","renditions","rends","rendzina","rendzinas","renegade","renegaded","renegades","renegading","renegado","renegadoes","renegados","renegate","renegates","renegation","renegations","renege","reneged","reneger","renegers","reneges","reneging","renegotiable","renegotiate","renegotiated","renegotiates","renegotiating","renegotiation","renegotiations","renegue","renegued","reneguer","reneguers","renegues","reneguing","renest","renested","renesting","renests","renew","renewabilities","renewability","renewable","renewables","renewably","renewal","renewals","renewed","renewedly","renewedness","renewednesses","renewer","renewers","renewing","renewings","renews","reney","reneyed","reneying","reneys","renfierst","renforce","renforced","renforces","renforcing","renforst","renga","rengas","renied","renies","reniform","renig","renigged","renigging","renigs","renin","renins","renitence","renitences","renitencies","renitency","renitent","renk","renker","renkest","renminbi","renminbis","rennase","rennases","renne","renned","rennes","rennet","rennets","rennin","renning","rennings","rennins","renogram","renograms","renographic","renographies","renography","renominate","renominated","renominates","renominating","renomination","renominations","renormalisation","renormalise","renormalised","renormalises","renormalising","renormalization","renormalizations","renormalize","renormalized","renormalizes","renormalizing","renosterveld","renostervelds","renotified","renotifies","renotify","renotifying","renounce","renounceable","renounced","renouncement","renouncements","renouncer","renouncers","renounces","renouncing","renovascular","renovate","renovated","renovates","renovating","renovation","renovations","renovative","renovator","renovators","renown","renowned","renowner","renowners","renowning","renowns","rens","rensselaerite","rensselaerites","rent","rentabilities","rentability","rentable","rental","rentaller","rentallers","rentals","rente","rented","renter","renters","rentes","rentier","rentiers","renting","rentings","rents","renumber","renumbered","renumbering","renumbers","renunciate","renunciates","renunciation","renunciations","renunciative","renunciatory","renverse","renversed","renversement","renversements","renverses","renversing","renverst","renvoi","renvois","renvoy","renvoys","reny","renying","reo","reobject","reobjected","reobjecting","reobjects","reobserve","reobserved","reobserves","reobserving","reobtain","reobtained","reobtaining","reobtains","reoccupation","reoccupations","reoccupied","reoccupies","reoccupy","reoccupying","reoccur","reoccurred","reoccurrence","reoccurrences","reoccurring","reoccurs","reoffend","reoffended","reoffender","reoffenders","reoffending","reoffends","reoffer","reoffered","reoffering","reoffers","reoil","reoiled","reoiling","reoils","reopen","reopened","reopener","reopeners","reopening","reopenings","reopens","reoperate","reoperated","reoperates","reoperating","reoperation","reoperations","reoppose","reopposed","reopposes","reopposing","reorchestrate","reorchestrated","reorchestrates","reorchestrating","reorchestration","reorchestrations","reordain","reordained","reordaining","reordains","reorder","reordered","reordering","reorders","reordination","reordinations","reorganisation","reorganisations","reorganise","reorganised","reorganiser","reorganisers","reorganises","reorganising","reorganization","reorganizational","reorganizations","reorganize","reorganized","reorganizer","reorganizers","reorganizes","reorganizing","reorient","reorientate","reorientated","reorientates","reorientating","reorientation","reorientations","reoriented","reorienting","reorients","reos","reoutfit","reoutfits","reoutfitted","reoutfitting","reovirus","reoviruses","reoxidation","reoxidations","reoxidise","reoxidised","reoxidises","reoxidising","reoxidize","reoxidized","reoxidizes","reoxidizing","rep","repacified","repacifies","repacify","repacifying","repack","repackage","repackaged","repackager","repackagers","repackages","repackaging","repacked","repacking","repacks","repaginate","repaginated","repaginates","repaginating","repagination","repaginations","repaid","repaint","repainted","repainting","repaintings","repaints","repair","repairabilities","repairability","repairable","repaired","repairer","repairers","repairing","repairman","repairmen","repairs","repand","repandly","repanel","repaneled","repaneling","repanelled","repanelling","repanels","repaper","repapered","repapering","repapers","reparabilities","reparability","reparable","reparably","reparation","reparations","reparative","reparatory","repark","reparked","reparking","reparks","repartee","reparteed","reparteeing","repartees","repartition","repartitioned","repartitioning","repartitions","repass","repassage","repassages","repassed","repasses","repassing","repast","repasted","repasting","repasts","repasture","repastures","repatch","repatched","repatches","repatching","repatriate","repatriated","repatriates","repatriating","repatriation","repatriations","repatriator","repatriators","repattern","repatterned","repatterning","repatterns","repave","repaved","repaves","repaving","repay","repayable","repaying","repayment","repayments","repays","repeal","repealable","repealed","repealer","repealers","repealing","repeals","repeat","repeatabilities","repeatability","repeatable","repeated","repeatedly","repeater","repeaters","repeating","repeatings","repeats","repechage","repechages","repeg","repegged","repegging","repegs","repel","repellance","repellances","repellancies","repellancy","repellant","repellantly","repellants","repelled","repellence","repellences","repellencies","repellency","repellent","repellently","repellents","repeller","repellers","repelling","repellingly","repels","repent","repentance","repentances","repentant","repentantly","repentants","repented","repenter","repenters","repenting","repentingly","repents","repeople","repeopled","repeoples","repeopling","repercuss","repercussed","repercusses","repercussing","repercussion","repercussions","repercussive","reperepe","reperepes","reperk","reperked","reperking","reperks","repertoire","repertoires","repertorial","repertories","repertory","reperusal","reperusals","reperuse","reperused","reperuses","reperusing","repetend","repetends","repetiteur","repetiteurs","repetiteuse","repetiteuses","repetition","repetitional","repetitionary","repetitions","repetitious","repetitiously","repetitiousness","repetitiousnesses","repetitive","repetitively","repetitiveness","repetitivenesses","rephotograph","rephotographed","rephotographing","rephotographs","rephrase","rephrased","rephrases","rephrasing","repigment","repigmented","repigmenting","repigments","repin","repine","repined","repinement","repinements","repiner","repiners","repines","repining","repiningly","repinings","repinned","repinning","repins","repique","repiqued","repiques","repiquing","repla","replace","replaceability","replaceable","replaced","replacement","replacements","replacer","replacers","replaces","replacing","replan","replanned","replanning","replans","replant","replantation","replantations","replanted","replanting","replants","replaster","replastered","replastering","replasters","replate","replated","replates","replating","replay","replayed","replaying","replays","replead","repleaded","repleader","repleaders","repleading","repleads","repled","repledge","repledged","repledges","repledging","replenish","replenishable","replenished","replenisher","replenishers","replenishes","replenishing","replenishment","replenishments","replete","repleted","repletely","repleteness","repletenesses","repletes","repleting","repletion","repletions","repleviable","replevied","replevies","replevin","replevined","replevining","replevins","replevisable","replevy","replevying","replica","replicabilities","replicability","replicable","replicant","replicants","replicas","replicase","replicases","replicate","replicated","replicates","replicating","replication","replications","replicative","replicator","replicators","replicon","replicons","replied","replier","repliers","replies","replot","replots","replotted","replotting","replow","replowed","replowing","replows","replum","replumb","replumbed","replumbing","replumbs","replunge","replunged","replunges","replunging","reply","replying","repo","repoint","repointed","repointing","repoints","repolarisation","repolarisations","repolarise","repolarised","repolarises","repolarising","repolarization","repolarizations","repolarize","repolarized","repolarizes","repolarizing","repolish","repolished","repolishes","repolishing","repoll","repolled","repolling","repolls","repoman","repomen","repone","reponed","repones","reponing","repopularise","repopularised","repopularises","repopularising","repopularize","repopularized","repopularizes","repopularizing","repopulate","repopulated","repopulates","repopulating","repopulation","repopulations","report","reportable","reportage","reportages","reported","reportedly","reporter","reporters","reporting","reportingly","reportings","reportorial","reportorially","reports","repos","reposal","reposall","reposalls","reposals","repose","reposed","reposedly","reposedness","reposednesses","reposeful","reposefully","reposefulness","reposefulnesses","reposer","reposers","reposes","reposing","reposit","reposited","repositing","reposition","repositioned","repositioning","repositions","repositor","repositories","repositors","repository","reposits","repossess","repossessed","repossesses","repossessing","repossession","repossessions","repossessor","repossessors","repost","reposted","reposting","reposts","reposure","reposures","repot","repots","repotted","repotting","repottings","repour","repoured","repouring","repours","repoussage","repoussages","repousse","repousses","repoussoir","repoussoirs","repower","repowered","repowering","repowers","repp","repped","repping","reppings","repps","repreeve","repreeved","repreeves","repreeving","reprehend","reprehendable","reprehended","reprehender","reprehenders","reprehending","reprehends","reprehensibilities","reprehensibility","reprehensible","reprehensibleness","reprehensiblenesses","reprehensibly","reprehension","reprehensions","reprehensive","reprehensively","reprehensory","represent","representable","representamen","representamens","representant","representants","representation","representational","representationalism","representationalisms","representationalist","representationalists","representationally","representations","representative","representatively","representativeness","representativenesses","representatives","representativities","representativity","represented","representee","representees","representer","representers","representing","representment","representments","representor","representors","represents","repress","repressed","represser","repressers","represses","repressibilities","repressibility","repressible","repressibly","repressing","repression","repressionist","repressions","repressive","repressively","repressiveness","repressivenesses","repressor","repressors","repressurise","repressurised","repressurises","repressurising","repressurize","repressurized","repressurizes","repressurizing","reprice","repriced","reprices","repricing","repriefe","repriefes","reprievable","reprieval","reprievals","reprieve","reprieved","repriever","reprievers","reprieves","reprieving","reprimand","reprimanded","reprimanding","reprimands","reprime","reprimed","reprimes","repriming","reprint","reprinted","reprinter","reprinters","reprinting","reprints","reprisal","reprisals","reprise","reprised","reprises","reprising","repristinate","repristinated","repristinates","repristinating","repristination","repristinations","reprivatisation","reprivatise","reprivatised","reprivatises","reprivatising","reprivatization","reprivatizations","reprivatize","reprivatized","reprivatizes","reprivatizing","reprive","reprived","reprives","repriving","reprize","reprized","reprizes","reprizing","repro","reproach","reproachable","reproachably","reproached","reproacher","reproachers","reproaches","reproachful","reproachfully","reproachfulness","reproachfulnesses","reproaching","reproachingly","reproachless","reprobacies","reprobacy","reprobance","reprobances","reprobate","reprobated","reprobater","reprobaters","reprobates","reprobating","reprobation","reprobationary","reprobations","reprobative","reprobatively","reprobator","reprobators","reprobatory","reprobe","reprobed","reprobes","reprobing","reprocess","reprocessed","reprocesses","reprocessing","reprocessings","reproduce","reproduced","reproducer","reproducers","reproduces","reproducibilities","reproducibility","reproducible","reproducibles","reproducibly","reproducing","reproduction","reproductions","reproductive","reproductively","reproductives","reproductivity","reprogram","reprogramed","reprograming","reprogrammable","reprogramme","reprogrammed","reprogrammes","reprogramming","reprograms","reprographer","reprographers","reprographic","reprographics","reprographies","reprography","reproof","reproofed","reproofing","reproofs","repros","reprovable","reproval","reprovals","reprove","reproved","reprover","reprovers","reproves","reproving","reprovingly","reprovision","reprovisioned","reprovisioning","reprovisions","repryve","repryved","repryves","repryving","reps","reptant","reptation","reptations","reptile","reptiles","reptilia","reptilian","reptilianly","reptilians","reptiliferous","reptilious","reptilium","reptiloid","republic","republican","republicanise","republicanised","republicanises","republicanising","republicanism","republicanisms","republicanize","republicanized","republicanizes","republicanizing","republicans","republication","republications","republics","republish","republished","republisher","republishers","republishes","republishing","repudiable","repudiate","repudiated","repudiates","repudiating","repudiation","repudiationist","repudiationists","repudiations","repudiative","repudiator","repudiators","repugn","repugnance","repugnances","repugnancies","repugnancy","repugnant","repugnantly","repugned","repugning","repugns","repulp","repulped","repulping","repulps","repulse","repulsed","repulser","repulsers","repulses","repulsing","repulsion","repulsions","repulsive","repulsively","repulsiveness","repulsivenesses","repump","repumped","repumping","repumps","repunctuation","repunctuations","repunit","repunits","repurchase","repurchased","repurchases","repurchasing","repure","repured","repures","repurified","repurifies","repurify","repurifying","repuring","repurpose","repurposed","repurposes","repurposing","repursue","repursued","repursues","repursuing","reputabilities","reputability","reputable","reputably","reputation","reputational","reputationless","reputations","reputative","reputatively","repute","reputed","reputedly","reputeless","reputes","reputing","reputings","requalification","requalifications","requalified","requalifies","requalify","requalifying","requere","requered","requeres","requering","request","requested","requester","requesters","requesting","requestor","requestors","requests","requicken","requickened","requickening","requickens","requiem","requiems","requiescat","requiescats","requight","requighted","requighting","requights","requin","requins","requirable","require","required","requirement","requirements","requirer","requirers","requires","requiring","requirings","requisite","requisitely","requisiteness","requisitenesses","requisites","requisition","requisitionary","requisitioned","requisitioning","requisitionist","requisitionists","requisitions","requisitor","requisitors","requisitory","requit","requitable","requital","requitals","requite","requited","requiteful","requiteless","requitement","requitements","requiter","requiters","requites","requiting","requits","requitted","requitting","requote","requoted","requotes","requoting","requoyle","requoyled","requoyles","requoyling","rerack","reracked","reracking","reracks","reradiate","reradiated","reradiates","reradiating","reradiation","reradiations","rerail","rerailed","rerailing","rerailings","rerails","reraise","reraised","reraises","reraising","reran","reread","rereading","rereadings","rereads","rerebrace","rerebraces","rerecord","rerecorded","rerecording","rerecords","reredorter","reredorters","reredos","reredoses","reredosse","reredosses","reregister","reregistered","reregistering","reregisters","reregistration","reregistrations","reregulate","reregulated","reregulates","reregulating","reregulation","reregulations","rerelease","rereleased","rereleases","rereleasing","reremai","reremais","reremice","reremind","rereminded","rereminding","rereminds","reremouse","rerent","rerented","rerenting","rerents","rerepeat","rerepeated","rerepeating","rerepeats","rereview","rereviewed","rereviewing","rereviews","rerevise","rerevised","rerevises","rerevising","rereward","rerewards","rerig","rerigged","rerigging","rerigs","rerise","rerisen","rerises","rerising","reroll","rerolled","reroller","rerollers","rerolling","rerolls","reroof","reroofed","reroofing","reroofs","rerose","reroute","rerouted","rerouteing","reroutes","rerouting","rerun","rerunning","reruns","res","resaddle","resaddled","resaddles","resaddling","resaid","resail","resailed","resailing","resails","resalable","resale","resaleable","resales","resalgar","resalgars","resalute","resaluted","resalutes","resaluting","resample","resampled","resamples","resampling","resat","resaw","resawed","resawing","resawn","resaws","resay","resaying","resays","rescale","rescaled","rescales","rescaling","reschedule","rescheduled","reschedules","rescheduling","reschedulings","reschool","reschooled","reschooling","reschools","rescind","rescindable","rescinded","rescinder","rescinders","rescinding","rescindment","rescindments","rescinds","rescissible","rescission","rescissions","rescissory","rescore","rescored","rescores","rescoring","rescreen","rescreened","rescreening","rescreens","rescript","rescripted","rescripting","rescripts","rescuable","rescue","rescued","rescuer","rescuers","rescues","rescuing","resculpt","resculpted","resculpting","resculpts","reseal","resealable","resealed","resealing","reseals","research","researchable","researched","researcher","researchers","researches","researchful","researching","researchist","researchists","reseason","reseasoned","reseasoning","reseasons","reseat","reseated","reseating","reseats","reseau","reseaus","reseaux","resect","resectabilities","resectability","resectable","resected","resecting","resection","resectional","resections","resects","resecure","resecured","resecures","resecuring","reseda","resedas","resee","reseed","reseeded","reseeding","reseeds","reseeing","reseek","reseeking","reseeks","reseen","resees","resegregate","resegregated","resegregates","resegregating","resegregation","resegregations","reseize","reseized","reseizes","reseizing","reseizure","reseizures","reselect","reselected","reselecting","reselection","reselections","reselects","resell","reseller","resellers","reselling","resells","resemblance","resemblances","resemblant","resemble","resembled","resembler","resemblers","resembles","resembling","resend","resending","resends","resensitise","resensitised","resensitises","resensitising","resensitize","resensitized","resensitizes","resensitizing","resent","resented","resentence","resentenced","resentences","resentencing","resenter","resenters","resentful","resentfully","resentfulness","resentfulnesses","resenting","resentingly","resentive","resentment","resentments","resents","reserpine","reserpines","reservable","reservation","reservationist","reservationists","reservations","reservatories","reservatory","reserve","reserved","reservedly","reservedness","reservednesses","reserver","reservers","reserves","reservice","reserviced","reservices","reservicing","reserving","reservist","reservists","reservoir","reservoired","reservoiring","reservoirs","reses","reset","resets","resettable","resetted","resetter","resetters","resetting","resettle","resettled","resettlement","resettlements","resettles","resettling","resew","resewed","resewing","resewn","resews","resh","reshape","reshaped","reshaper","reshapers","reshapes","reshaping","resharpen","resharpened","resharpening","resharpens","reshave","reshaved","reshaven","reshaves","reshaving","reshes","reshine","reshined","reshines","reshingle","reshingled","reshingles","reshingling","reshining","reship","reshipment","reshipments","reshipped","reshipper","reshippers","reshipping","reships","reshod","reshoe","reshoed","reshoeing","reshoes","reshone","reshoot","reshooting","reshoots","reshot","reshow","reshowed","reshower","reshowered","reshowering","reshowers","reshowing","reshown","reshows","reshuffle","reshuffled","reshuffles","reshuffling","resiance","resiances","resiant","resiants","resid","reside","resided","residence","residences","residencies","residency","resident","residenter","residenters","residential","residentially","residentiaries","residentiary","residents","residentship","residentships","resider","residers","resides","residing","resids","residua","residual","residually","residuals","residuary","residue","residues","residuous","residuum","residuums","resift","resifted","resifting","resifts","resight","resighted","resighting","resights","resign","resignation","resignations","resigned","resignedly","resignedness","resignednesses","resigner","resigners","resigning","resignment","resignments","resigns","resile","resiled","resilement","resilements","resiles","resilience","resiliences","resiliencies","resiliency","resilient","resiliently","resilin","resiling","resilins","resilver","resilvered","resilvering","resilvers","resin","resinata","resinatas","resinate","resinated","resinates","resinating","resined","resiner","resiners","resiniferous","resinification","resinifications","resinified","resinifies","resinify","resinifying","resining","resinise","resinised","resinises","resinising","resinize","resinized","resinizes","resinizing","resinlike","resinoid","resinoids","resinoses","resinosis","resinous","resinously","resinousness","resinousnesses","resins","resiny","resipiscence","resipiscences","resipiscencies","resipiscency","resipiscent","resist","resistance","resistances","resistant","resistants","resisted","resistent","resistents","resister","resisters","resistibilities","resistibility","resistible","resistibly","resisting","resistingly","resistive","resistively","resistiveness","resistivenesses","resistivities","resistivity","resistless","resistlessly","resistlessness","resistlessnesses","resistor","resistors","resists","resit","resite","resited","resites","resiting","resits","resitting","resittings","resituate","resituated","resituates","resituating","resize","resized","resizes","resizing","resketch","resketched","resketches","resketching","reskew","reskewed","reskewing","reskews","reskill","reskilled","reskilling","reskillings","reskills","reskue","reskued","reskues","reskuing","reslate","reslated","reslates","reslating","resmelt","resmelted","resmelting","resmelts","resmooth","resmoothed","resmoothing","resmooths","resnatron","resnatrons","resoak","resoaked","resoaking","resoaks","resocialisation","resocialise","resocialised","resocialises","resocialising","resocialization","resocializations","resocialize","resocialized","resocializes","resocializing","resod","resodded","resodding","resods","resoften","resoftened","resoftening","resoftens","resojet","resojets","resold","resolder","resoldered","resoldering","resolders","resole","resoled","resoles","resolidification","resolidifications","resolidified","resolidifies","resolidify","resolidifying","resoling","resolubilities","resolubility","resoluble","resolubleness","resolublenesses","resolute","resolutely","resoluteness","resolutenesses","resoluter","resolutes","resolutest","resolution","resolutioner","resolutioners","resolutionist","resolutionists","resolutions","resolutive","resolvabilities","resolvability","resolvable","resolvableness","resolve","resolved","resolvedly","resolvedness","resolvednesses","resolvent","resolvents","resolver","resolvers","resolves","resolving","resonance","resonances","resonant","resonantly","resonants","resonate","resonated","resonates","resonating","resonation","resonations","resonator","resonators","resorb","resorbed","resorbence","resorbences","resorbent","resorbing","resorbs","resorcin","resorcinal","resorcinol","resorcinols","resorcins","resorption","resorptions","resorptive","resort","resorted","resorter","resorters","resorting","resorts","resought","resound","resounded","resounding","resoundingly","resounds","resource","resourced","resourceful","resourcefully","resourcefulness","resourcefulnesses","resourceless","resources","resourcing","resow","resowed","resowing","resown","resows","respace","respaced","respaces","respacing","respade","respaded","respades","respading","respeak","respeaking","respeaks","respecified","respecifies","respecify","respecifying","respect","respectabilise","respectabilised","respectabilises","respectabilities","respectability","respectabilize","respectabilized","respectabilizes","respectable","respectableness","respectablenesses","respectables","respectably","respectant","respected","respecter","respecters","respectful","respectfully","respectfulness","respectfulnesses","respecting","respective","respectively","respectiveness","respectivenesses","respectless","respects","respell","respelled","respelling","respellings","respells","respelt","respirabilities","respirability","respirable","respirate","respirated","respirating","respiration","respirational","respirations","respirator","respirators","respiratory","respire","respired","respires","respiring","respiritualise","respiritualised","respiritualises","respiritualize","respiritualized","respiritualizes","respiritualizing","respirometer","respirometers","respirometric","respirometries","respirometry","respite","respited","respiteless","respites","respiting","resplend","resplended","resplendence","resplendences","resplendencies","resplendency","resplendent","resplendently","resplending","resplends","resplice","respliced","resplices","resplicing","resplit","resplits","resplitting","respoke","respoken","respond","responded","respondence","respondences","respondencies","respondency","respondent","respondentia","respondentias","respondents","responder","responders","responding","responds","responsa","response","responseless","responser","responsers","responses","responsibilities","responsibility","responsible","responsibleness","responsiblenesses","responsibly","responsions","responsive","responsively","responsiveness","responsivenesses","responsor","responsorial","responsorials","responsories","responsors","responsory","responsum","responsums","respool","respooled","respooling","respools","respot","respots","respotted","respotting","resprang","respray","resprayed","respraying","resprays","respread","respreading","respreads","respring","respringing","resprings","resprout","resprouted","resprouting","resprouts","resprung","ressaldar","ressaldars","ressentiment","ressentiments","rest","restabilise","restabilised","restabilises","restabilising","restabilize","restabilized","restabilizes","restabilizing","restable","restabled","restables","restabling","restack","restacked","restacking","restacks","restaff","restaffed","restaffing","restaffs","restage","restaged","restages","restaging","restamp","restamped","restamping","restamps","restart","restartable","restarted","restarter","restarters","restarting","restarts","restate","restated","restatement","restatements","restates","restating","restation","restationed","restationing","restations","restaurant","restauranteur","restauranteurs","restaurants","restaurateur","restaurateurs","restauration","restaurations","rested","restem","restemmed","restemming","restems","rester","resters","restful","restfuller","restfullest","restfully","restfulness","restfulnesses","restharrow","restharrows","restier","restiest","restiff","restiform","restimulate","restimulated","restimulates","restimulating","restimulation","restimulations","resting","restings","restitch","restitched","restitches","restitching","restitute","restituted","restitutes","restituting","restitution","restitutionism","restitutionisms","restitutionist","restitutionists","restitutions","restitutive","restitutor","restitutors","restitutory","restive","restively","restiveness","restivenesses","restless","restlessly","restlessness","restlessnesses","resto","restock","restocked","restocking","restocks","restoke","restoked","restokes","restoking","restorable","restorableness","restoral","restorals","restoration","restorationism","restorationisms","restorationist","restorationists","restorations","restorative","restoratively","restoratives","restore","restored","restorer","restorers","restores","restoring","restos","restrain","restrainable","restrained","restrainedly","restrainedness","restrainer","restrainers","restraining","restrainings","restrains","restraint","restraints","restrengthen","restrengthened","restrengthening","restrengthens","restress","restressed","restresses","restressing","restretch","restretched","restretches","restretching","restricken","restrict","restricted","restrictedly","restrictedness","restricting","restriction","restrictionism","restrictionisms","restrictionist","restrictionists","restrictions","restrictive","restrictively","restrictiveness","restrictivenesses","restrictives","restricts","restrike","restrikes","restriking","restring","restringe","restringed","restringeing","restringent","restringents","restringes","restringing","restrings","restrive","restriven","restrives","restriving","restroom","restrooms","restrove","restruck","restructure","restructured","restructures","restructuring","restructurings","restrung","rests","restudied","restudies","restudy","restudying","restuff","restuffed","restuffing","restuffs","restump","restumped","restumping","restumps","resty","restyle","restyled","restyles","restyling","resubject","resubjected","resubjecting","resubjects","resubmission","resubmissions","resubmit","resubmits","resubmitted","resubmitting","result","resultant","resultantly","resultants","resultative","resulted","resultful","resulting","resultless","resultlessness","results","resumable","resume","resumed","resumer","resumers","resumes","resuming","resummon","resummoned","resummoning","resummons","resumption","resumptions","resumptive","resumptively","resupinate","resupination","resupinations","resupine","resupplied","resupplies","resupply","resupplying","resurface","resurfaced","resurfacer","resurfacers","resurfaces","resurfacing","resurge","resurged","resurgence","resurgences","resurgent","resurges","resurging","resurrect","resurrected","resurrecting","resurrection","resurrectional","resurrectionary","resurrectionise","resurrectionism","resurrectionist","resurrectionists","resurrectionize","resurrections","resurrective","resurrector","resurrectors","resurrects","resurvey","resurveyed","resurveying","resurveys","resuscitable","resuscitant","resuscitants","resuscitate","resuscitated","resuscitates","resuscitating","resuscitation","resuscitations","resuscitative","resuscitator","resuscitators","resuspend","resuspended","resuspending","resuspends","resveratrol","resveratrols","reswallow","reswallowed","reswallowing","reswallows","resynchronise","resynchronised","resynchronises","resynchronising","resynchronize","resynchronized","resynchronizes","resynchronizing","resyntheses","resynthesis","resynthesise","resynthesised","resynthesises","resynthesising","resynthesize","resynthesized","resynthesizes","resynthesizing","resystematise","resystematised","resystematises","resystematising","resystematize","resystematized","resystematizes","resystematizing","ret","retable","retables","retack","retacked","retacking","retackle","retackled","retackles","retackling","retacks","retag","retagged","retagging","retags","retail","retailed","retailer","retailers","retailing","retailings","retailment","retailments","retailor","retailored","retailoring","retailors","retails","retain","retainable","retained","retainer","retainers","retainership","retainerships","retaining","retainment","retainments","retains","retake","retaken","retaker","retakers","retakes","retaking","retakings","retaliate","retaliated","retaliates","retaliating","retaliation","retaliationist","retaliationists","retaliations","retaliative","retaliator","retaliators","retaliatory","retallied","retallies","retally","retallying","retama","retamas","retape","retaped","retapes","retaping","retard","retardant","retardants","retardate","retardates","retardation","retardations","retardative","retardatory","retarded","retarder","retarders","retarding","retardment","retardments","retards","retarget","retargeted","retargeting","retargets","retaste","retasted","retastes","retasting","retaught","retax","retaxed","retaxes","retaxing","retch","retched","retches","retching","retchless","rete","reteach","reteaches","reteaching","reteam","reteamed","reteaming","reteams","retear","retearing","retears","retell","reteller","retellers","retelling","retellings","retells","retem","retemper","retempered","retempering","retempers","retems","retene","retenes","retention","retentionist","retentionists","retentions","retentive","retentively","retentiveness","retentivenesses","retentives","retentivities","retentivity","retest","retested","retestified","retestifies","retestify","retestifying","retesting","retests","retexture","retextured","retextures","retexturing","rethink","rethinker","rethinkers","rethinking","rethinks","rethought","rethread","rethreaded","rethreading","rethreads","retia","retial","retiarii","retiarius","retiary","reticella","reticellas","reticence","reticences","reticencies","reticency","reticent","reticently","reticle","reticles","reticula","reticular","reticularly","reticulary","reticulate","reticulated","reticulately","reticulates","reticulating","reticulation","reticulations","reticule","reticules","reticulocyte","reticulocytes","reticuloendothelial","reticulum","reticulums","retie","retied","retieing","reties","retiform","retighten","retightened","retightening","retightens","retile","retiled","retiles","retiling","retime","retimed","retimes","retiming","retina","retinacula","retinacular","retinaculum","retinae","retinal","retinalite","retinalites","retinals","retinas","retine","retinene","retinenes","retines","retinispora","retinisporas","retinite","retinites","retinitides","retinitis","retinitises","retinoblastoma","retinoblastomas","retinoblastomata","retinoic","retinoid","retinoids","retinol","retinols","retinopathies","retinopathy","retinoscope","retinoscopes","retinoscopic","retinoscopies","retinoscopist","retinoscopists","retinoscopy","retinospora","retinosporas","retinotectal","retint","retinted","retinting","retints","retinue","retinued","retinues","retinula","retinulae","retinular","retinulas","retiracies","retiracy","retiral","retirals","retirant","retirants","retire","retired","retiredly","retiredness","retirednesses","retiree","retirees","retirement","retirements","retirer","retirers","retires","retiring","retiringly","retiringness","retiringnesses","retitle","retitled","retitles","retitling","retold","retook","retool","retooled","retooling","retools","retore","retorn","retorsion","retorsions","retort","retorted","retorter","retorters","retorting","retortion","retortions","retortive","retorts","retotal","retotaled","retotaling","retotalled","retotalling","retotals","retouch","retouchable","retouched","retoucher","retouchers","retouches","retouching","retour","retoured","retouring","retours","retrace","retraceable","retraced","retracement","retracements","retracer","retracers","retraces","retracing","retrack","retracked","retracking","retracks","retract","retractability","retractable","retractation","retractations","retracted","retractibility","retractible","retractile","retractilities","retractility","retracting","retraction","retractions","retractive","retractively","retractor","retractors","retracts","retraict","retraicts","retrain","retrainable","retrained","retrainee","retrainees","retraining","retrains","retrait","retraite","retraites","retraits","retraitt","retraitts","retral","retrally","retransfer","retransferred","retransferring","retransfers","retransform","retransformation","retransformations","retransformed","retransforming","retransforms","retranslate","retranslated","retranslates","retranslating","retranslation","retranslations","retransmission","retransmissions","retransmit","retransmits","retransmitted","retransmitting","retrate","retrated","retrates","retrating","retread","retreaded","retreading","retreads","retreat","retreatant","retreatants","retreated","retreater","retreaters","retreating","retreats","retree","retrees","retrench","retrenchable","retrenched","retrenches","retrenching","retrenchment","retrenchments","retrial","retrials","retribute","retributed","retributes","retributing","retribution","retributions","retributive","retributively","retributor","retributors","retributory","retried","retries","retrievabilities","retrievability","retrievable","retrievableness","retrievably","retrieval","retrievals","retrieve","retrieved","retrievement","retrievements","retriever","retrievers","retrieves","retrieving","retrievings","retrim","retrimmed","retrimming","retrims","retro","retroact","retroacted","retroacting","retroaction","retroactions","retroactive","retroactively","retroactiveness","retroactivities","retroactivity","retroacts","retrobulbar","retrocede","retroceded","retrocedence","retrocedences","retrocedent","retrocedes","retroceding","retrocession","retrocessions","retrocessive","retrochoir","retrochoirs","retrocognition","retrocognitions","retrod","retrodden","retrodict","retrodicted","retrodicting","retrodiction","retrodictions","retrodictive","retrodicts","retrofire","retrofired","retrofires","retrofiring","retrofit","retrofits","retrofitted","retrofitting","retrofittings","retroflected","retroflection","retroflections","retroflex","retroflexed","retroflexes","retroflexing","retroflexion","retroflexions","retrogradation","retrogradations","retrograde","retrograded","retrogradely","retrogrades","retrograding","retrogress","retrogressed","retrogresses","retrogressing","retrogression","retrogressional","retrogressions","retrogressive","retrogressively","retroject","retrojected","retrojecting","retrojection","retrojections","retrojects","retrolental","retromingencies","retromingency","retromingent","retromingents","retronym","retronyms","retropack","retropacks","retroperitoneal","retroperitoneally","retrophilia","retrophiliac","retrophiliacs","retrophilias","retropulsion","retropulsions","retropulsive","retroreflection","retroreflections","retroreflective","retroreflector","retroreflectors","retrorocket","retrorockets","retrorse","retrorsely","retros","retrosexual","retrosexuals","retrospect","retrospected","retrospecting","retrospection","retrospections","retrospective","retrospectively","retrospectives","retrospects","retroussage","retroussages","retrousse","retroverse","retroversion","retroversions","retrovert","retroverted","retroverting","retroverts","retroviral","retrovirus","retroviruses","retry","retrying","rets","retsina","retsinas","retted","retteries","rettery","retting","retund","retunded","retunding","retunds","retune","retuned","retunes","retuning","returf","returfed","returfing","returfs","return","returnabilities","returnability","returnable","returnables","returned","returnee","returnees","returner","returners","returnik","returniks","returning","returnless","returns","retuse","retwist","retwisted","retwisting","retwists","retying","retype","retyped","retypes","retyping","reunification","reunifications","reunified","reunifies","reunify","reunifying","reunion","reunionism","reunionisms","reunionist","reunionistic","reunionists","reunions","reunitable","reunite","reunited","reuniter","reuniters","reunites","reuniting","reupholster","reupholstered","reupholstering","reupholsters","reuptake","reuptakes","reurge","reurged","reurges","reurging","reusabilities","reusability","reusable","reusables","reuse","reused","reuses","reusing","reutilisation","reutilisations","reutilise","reutilised","reutilises","reutilising","reutilization","reutilizations","reutilize","reutilized","reutilizes","reutilizing","reutter","reuttered","reuttering","reutters","rev","revaccinate","revaccinated","revaccinates","revaccinating","revaccination","revaccinations","revalenta","revalentas","revalidate","revalidated","revalidates","revalidating","revalidation","revalidations","revalorisation","revalorisations","revalorise","revalorised","revalorises","revalorising","revalorization","revalorizations","revalorize","revalorized","revalorizes","revalorizing","revaluate","revaluated","revaluates","revaluating","revaluation","revaluations","revalue","revalued","revalues","revaluing","revamp","revamped","revamper","revampers","revamping","revampings","revamps","revanche","revanches","revanchism","revanchisms","revanchist","revanchists","revarnish","revarnished","revarnishes","revarnishing","revascularization","revascularizations","reveal","revealabilities","revealability","revealable","revealed","revealer","revealers","revealing","revealingly","revealingness","revealingnesses","revealings","revealment","revealments","reveals","revegetate","revegetated","revegetates","revegetating","revegetation","revegetations","revehent","reveille","reveilles","revel","revelation","revelational","revelationist","revelationists","revelations","revelative","revelator","revelators","revelatory","reveled","reveler","revelers","reveling","revelled","reveller","revellers","revelling","revellings","revelment","revelments","revelries","revelrous","revelry","revels","revenant","revenants","revendicate","revendicated","revendicates","revendicating","revendication","revendications","revenge","revenged","revengeful","revengefully","revengefulness","revengefulnesses","revengeless","revengement","revengements","revenger","revengers","revenges","revenging","revengingly","revengings","revengive","revenual","revenue","revenued","revenuer","revenuers","revenues","reverable","reverb","reverbed","reverberant","reverberantly","reverberate","reverberated","reverberates","reverberating","reverberation","reverberations","reverberative","reverberator","reverberatories","reverberators","reverberatory","reverbing","reverbs","revere","revered","reverence","reverenced","reverencer","reverencers","reverences","reverencing","reverend","reverends","reverent","reverential","reverentially","reverently","reverentness","reverentnesses","reverer","reverers","reveres","reverie","reveries","reverified","reverifies","reverify","reverifying","revering","reverist","reverists","revers","reversal","reversals","reverse","reversed","reversedly","reverseless","reversely","reverser","reversers","reverses","reversi","reversibilities","reversibility","reversible","reversibles","reversibly","reversing","reversings","reversion","reversional","reversionally","reversionaries","reversionary","reversioner","reversioners","reversions","reversis","reversises","reverso","reversos","revert","revertant","revertants","reverted","reverter","reverters","revertible","reverting","revertive","reverts","revery","revest","revested","revestiaries","revestiary","revesting","revestries","revestry","revests","revet","revetment","revetments","revets","revetted","revetting","reveur","reveurs","reveuse","reveuses","revibrate","revibrated","revibrates","revibrating","revictual","revictualed","revictualing","revictualled","revictualling","revictuals","revie","revied","revies","review","reviewable","reviewal","reviewals","reviewed","reviewer","reviewers","reviewing","reviews","revile","reviled","revilement","revilements","reviler","revilers","reviles","reviling","revilingly","revilings","revindicate","revindicated","revindicates","revindicating","revindication","revindications","reviolate","reviolated","reviolates","reviolating","revisable","revisal","revisals","revise","revised","reviser","revisers","revises","revising","revision","revisional","revisionary","revisionism","revisionisms","revisionist","revisionists","revisions","revisit","revisitant","revisitants","revisitation","revisitations","revisited","revisiting","revisits","revisor","revisors","revisory","revisualisation","revisualization","revisualizations","revitalisation","revitalisations","revitalise","revitalised","revitalises","revitalising","revitalization","revitalizations","revitalize","revitalized","revitalizes","revitalizing","revivabilities","revivability","revivable","revivably","revival","revivalism","revivalisms","revivalist","revivalistic","revivalists","revivals","revive","revived","revivement","revivements","reviver","revivers","revives","revivescence","revivescences","revivescencies","revivescency","revivescent","revivification","revivifications","revivified","revivifies","revivify","revivifying","reviving","revivingly","revivings","reviviscence","reviviscences","reviviscencies","reviviscency","reviviscent","revivor","revivors","revocabilities","revocability","revocable","revocableness","revocablenesses","revocably","revocation","revocations","revocatory","revoice","revoiced","revoices","revoicing","revokabilities","revokability","revokable","revokably","revoke","revoked","revokement","revokements","revoker","revokers","revokes","revoking","revolt","revolted","revolter","revolters","revolting","revoltingly","revolts","revolute","revolution","revolutional","revolutionaries","revolutionarily","revolutionariness","revolutionarinesses","revolutionary","revolutioner","revolutioners","revolutionise","revolutionised","revolutioniser","revolutionisers","revolutionises","revolutionising","revolutionism","revolutionisms","revolutionist","revolutionists","revolutionize","revolutionized","revolutionizer","revolutionizers","revolutionizes","revolutionizing","revolutions","revolvable","revolvably","revolve","revolved","revolvencies","revolvency","revolver","revolvers","revolves","revolving","revolvingly","revolvings","revote","revoted","revotes","revoting","revs","revue","revues","revuist","revuists","revulsed","revulsion","revulsionary","revulsions","revulsive","revulsively","revulsives","revved","revving","revying","rew","rewake","rewaked","rewaken","rewakened","rewakening","rewakens","rewakes","rewaking","rewan","reward","rewardable","rewardableness","rewarded","rewarder","rewarders","rewardful","rewarding","rewardingly","rewardless","rewards","rewarewa","rewarewas","rewarm","rewarmed","rewarming","rewarms","rewash","rewashed","rewashes","rewashing","rewater","rewatered","rewatering","rewaters","rewax","rewaxed","rewaxes","rewaxing","rewear","rewearing","rewears","reweave","reweaved","reweaves","reweaving","rewed","rewedded","rewedding","reweds","reweigh","reweighed","reweighing","reweighs","reweld","rewelded","rewelding","rewelds","rewet","rewets","rewetted","rewetting","rewiden","rewidened","rewidening","rewidens","rewilding","rewildings","rewin","rewind","rewinded","rewinder","rewinders","rewinding","rewinds","rewinning","rewins","rewirable","rewire","rewired","rewires","rewiring","rewoke","rewoken","rewon","reword","reworded","rewording","rewordings","rewords","rewore","rework","reworked","reworking","reworkings","reworks","reworn","rewound","rewove","rewoven","rewrap","rewrapped","rewrapping","rewraps","rewrapt","rewrite","rewriter","rewriters","rewrites","rewriting","rewritten","rewrote","rewrought","rews","rewth","rewths","rex","rexes","rexine","rexines","reynard","reynards","rez","rezero","rezeroed","rezeroes","rezeroing","rezeros","rezone","rezoned","rezones","rezoning","rezzes","rhabdocoele","rhabdocoeles","rhabdoid","rhabdoids","rhabdolith","rhabdoliths","rhabdom","rhabdomal","rhabdomancer","rhabdomancers","rhabdomancies","rhabdomancy","rhabdomantist","rhabdomantists","rhabdome","rhabdomere","rhabdomeres","rhabdomes","rhabdoms","rhabdomyoma","rhabdomyomas","rhabdomyomata","rhabdomyosarcoma","rhabdomyosarcomas","rhabdomyosarcomata","rhabdosphere","rhabdospheres","rhabdovirus","rhabdoviruses","rhabdus","rhabduses","rhachial","rhachides","rhachidial","rhachilla","rhachillas","rhachis","rhachises","rhachitis","rhachitises","rhadamanthine","rhagades","rhagadiform","rhamnaceous","rhamnose","rhamnoses","rhamnus","rhamnuses","rhamphoid","rhamphotheca","rhamphothecae","rhanja","rhanjas","rhaphae","rhaphe","rhaphes","rhaphide","rhaphides","rhaphis","rhapontic","rhapontics","rhapsode","rhapsodes","rhapsodic","rhapsodical","rhapsodically","rhapsodies","rhapsodise","rhapsodised","rhapsodises","rhapsodising","rhapsodist","rhapsodistic","rhapsodists","rhapsodize","rhapsodized","rhapsodizes","rhapsodizing","rhapsody","rhatanies","rhatany","rhea","rheas","rhebok","rheboks","rhematic","rheme","rhemes","rhenium","rheniums","rheobase","rheobases","rheobasic","rheochord","rheochords","rheocord","rheocords","rheologic","rheological","rheologically","rheologies","rheologist","rheologists","rheology","rheometer","rheometers","rheometric","rheometrical","rheometries","rheometry","rheomorphic","rheomorphism","rheomorphisms","rheophil","rheophile","rheophiles","rheoreceptor","rheoreceptors","rheostat","rheostatic","rheostats","rheotactic","rheotaxes","rheotaxis","rheotome","rheotomes","rheotrope","rheotropes","rheotropic","rheotropism","rheotropisms","rhesus","rhesuses","rhetor","rhetoric","rhetorical","rhetorically","rhetorician","rhetoricians","rhetorics","rhetorise","rhetorised","rhetorises","rhetorising","rhetorize","rhetorized","rhetorizes","rhetorizing","rhetors","rheum","rheumateese","rheumateeses","rheumatic","rheumatical","rheumatically","rheumaticky","rheumatics","rheumatise","rheumatises","rheumatism","rheumatismal","rheumatisms","rheumatiz","rheumatize","rheumatizes","rheumatoid","rheumatoidally","rheumatological","rheumatologies","rheumatologist","rheumatologists","rheumatology","rheumed","rheumic","rheumier","rheumiest","rheums","rheumy","rhexes","rhexis","rhexises","rhies","rhigolene","rhigolenes","rhime","rhimes","rhinal","rhine","rhinencephala","rhinencephalic","rhinencephalon","rhinencephalons","rhines","rhinestone","rhinestoned","rhinestones","rhinitic","rhinitides","rhinitis","rhinitises","rhino","rhinoceri","rhinocerical","rhinoceros","rhinoceroses","rhinocerot","rhinocerote","rhinocerotes","rhinocerotic","rhinolalia","rhinolalias","rhinolith","rhinoliths","rhinological","rhinologies","rhinologist","rhinologists","rhinology","rhinophyma","rhinophymas","rhinoplastic","rhinoplasties","rhinoplasty","rhinorrhagia","rhinorrhagias","rhinorrhoea","rhinorrhoeal","rhinorrhoeas","rhinos","rhinoscleroma","rhinoscleromas","rhinoscleromata","rhinoscope","rhinoscopes","rhinoscopic","rhinoscopies","rhinoscopy","rhinotheca","rhinothecae","rhinovirus","rhinoviruses","rhipidate","rhipidion","rhipidions","rhipidium","rhipidiums","rhizanthous","rhizic","rhizine","rhizines","rhizobia","rhizobial","rhizobium","rhizocarp","rhizocarpic","rhizocarpous","rhizocarps","rhizocaul","rhizocauls","rhizocephalan","rhizocephalans","rhizocephalous","rhizoctonia","rhizoctonias","rhizogenetic","rhizogenic","rhizogenous","rhizoid","rhizoidal","rhizoids","rhizoma","rhizomata","rhizomatous","rhizome","rhizomes","rhizomic","rhizomorph","rhizomorphous","rhizomorphs","rhizophagous","rhizophilous","rhizophore","rhizophores","rhizopi","rhizoplane","rhizoplanes","rhizopod","rhizopodan","rhizopodans","rhizopodous","rhizopods","rhizopus","rhizopuses","rhizosphere","rhizospheres","rhizotomies","rhizotomy","rho","rhodamin","rhodamine","rhodamines","rhodamins","rhodanate","rhodanates","rhodanic","rhodanise","rhodanised","rhodanises","rhodanising","rhodanize","rhodanized","rhodanizes","rhodanizing","rhodic","rhodie","rhodies","rhodinal","rhodinals","rhodium","rhodiums","rhodochrosite","rhodochrosites","rhododaphne","rhododaphnes","rhododendra","rhododendron","rhododendrons","rhodolite","rhodolites","rhodomontade","rhodomontaded","rhodomontades","rhodomontading","rhodonite","rhodonites","rhodophane","rhodophanes","rhodopsin","rhodopsins","rhodora","rhodoras","rhodous","rhody","rhoeadine","rhoeadines","rhoicissus","rhoicissuses","rhomb","rhombencephala","rhombencephalon","rhombenporphyr","rhombenporphyrs","rhombenporphyry","rhombi","rhombic","rhombical","rhombohedra","rhombohedral","rhombohedron","rhombohedrons","rhomboi","rhomboid","rhomboidal","rhomboidei","rhomboides","rhomboideus","rhomboids","rhombos","rhombporphyries","rhombporphyry","rhombs","rhombus","rhombuses","rhonchal","rhonchi","rhonchial","rhonchus","rhone","rhones","rhopalic","rhopalism","rhopalisms","rhopaloceral","rhopalocerous","rhos","rhotacise","rhotacised","rhotacises","rhotacising","rhotacism","rhotacisms","rhotacist","rhotacistic","rhotacists","rhotacize","rhotacized","rhotacizes","rhotacizing","rhotic","rhoticities","rhoticity","rhubarb","rhubarbed","rhubarbing","rhubarbings","rhubarbs","rhubarby","rhumb","rhumba","rhumbaed","rhumbaing","rhumbas","rhumbatron","rhumbatrons","rhumbs","rhus","rhuses","rhy","rhyme","rhymed","rhymeless","rhymer","rhymers","rhymes","rhymester","rhymesters","rhyming","rhymist","rhymists","rhynchocephalian","rhynchocephalians","rhynchocoel","rhynchocoels","rhynchodont","rhynchophore","rhynchophores","rhynchophorous","rhyne","rhynes","rhyolite","rhyolites","rhyolitic","rhyparographer","rhyparographers","rhyparographic","rhyparographies","rhyparography","rhyta","rhythm","rhythmal","rhythmed","rhythmi","rhythmic","rhythmical","rhythmically","rhythmicities","rhythmicity","rhythmics","rhythmisation","rhythmisations","rhythmise","rhythmised","rhythmises","rhythmising","rhythmist","rhythmists","rhythmization","rhythmizations","rhythmize","rhythmized","rhythmizes","rhythmizing","rhythmless","rhythmometer","rhythmometers","rhythmopoeia","rhythmopoeias","rhythms","rhythmus","rhythmuses","rhytidectomies","rhytidectomy","rhytidome","rhytidomes","rhytina","rhytinas","rhyton","rhytons","ria","riad","riads","rial","rials","rialto","rialtos","riancies","riancy","riant","riantly","rias","riata","riatas","rib","riba","ribald","ribaldly","ribaldries","ribaldry","ribalds","riband","ribands","ribas","ribattuta","ribattutas","ribaud","ribaudred","ribaudries","ribaudry","ribauds","ribavirin","ribavirins","ribband","ribbands","ribbed","ribber","ribbers","ribbier","ribbiest","ribbing","ribbings","ribbon","ribboned","ribbonfish","ribbonfishes","ribboning","ribbonlike","ribbonries","ribbonry","ribbons","ribbonwood","ribbonwoods","ribbony","ribby","ribcage","ribcages","ribes","ribeye","ribeyes","ribgrass","ribgrasses","ribibe","ribibes","ribible","ribibles","ribier","ribiers","ribless","riblet","riblets","riblike","riboflavin","riboflavine","riboflavines","riboflavins","ribonuclease","ribonucleases","ribonucleic","ribonucleoprotein","ribonucleoproteins","ribonucleoside","ribonucleosides","ribonucleotide","ribonucleotides","ribose","riboses","ribosomal","ribosome","ribosomes","ribozymal","ribozyme","ribozymes","ribs","ribston","ribstone","ribstones","ribstons","ribwork","ribworks","ribwort","ribworts","rice","ricebird","ricebirds","riced","ricer","ricercar","ricercare","ricercares","ricercari","ricercars","ricercata","ricercatas","ricers","rices","ricey","rich","riched","richen","richened","richening","richens","richer","riches","richesse","richesses","richest","riching","richly","richness","richnesses","richt","richted","richter","richtest","richting","richts","richweed","richweeds","ricier","riciest","ricin","ricing","ricinoleic","ricins","ricinus","ricinuses","rick","ricked","ricker","rickers","ricket","ricketier","ricketiest","ricketily","ricketiness","ricketinesses","rickets","rickettier","rickettiest","rickettsia","rickettsiae","rickettsial","rickettsias","ricketty","rickety","rickey","rickeys","ricking","rickle","rickles","rickly","rickrack","rickracks","ricks","ricksha","rickshas","rickshaw","rickshaws","rickstand","rickstands","rickstick","ricksticks","rickyard","rickyards","ricochet","ricocheted","ricocheting","ricochets","ricochetted","ricochetting","ricotta","ricottas","ricrac","ricracs","rictal","rictus","rictuses","ricy","rid","ridabilities","ridability","ridable","riddance","riddances","ridded","ridden","ridder","ridders","ridding","riddle","riddled","riddler","riddlers","riddles","riddling","riddlingly","riddlings","ride","rideable","rident","rider","ridered","riderless","riders","ridership","riderships","rides","ridge","ridgeback","ridgebacks","ridged","ridgel","ridgelike","ridgeline","ridgelines","ridgeling","ridgelings","ridgels","ridgepole","ridgepoles","ridger","ridgers","ridges","ridgetop","ridgetops","ridgetree","ridgetrees","ridgeway","ridgeways","ridgier","ridgiest","ridgil","ridgils","ridging","ridgings","ridgling","ridglings","ridgy","ridicule","ridiculed","ridiculer","ridiculers","ridicules","ridiculing","ridiculous","ridiculously","ridiculousness","ridiculousnesses","riding","ridings","ridley","ridleys","ridotto","ridottos","rids","riebeckite","riebeckites","riel","riels","riem","riempie","riempies","riems","riesling","rieslings","rieve","riever","rievers","rieves","rieving","rif","rifacimenti","rifacimento","rifampicin","rifampicins","rifampin","rifampins","rifamycin","rifamycins","rife","rifely","rifeness","rifenesses","rifer","rifest","riff","riffage","riffages","riffed","riffing","riffle","riffled","riffler","rifflers","riffles","riffling","riffola","riffolas","riffraff","riffraffs","riffs","rifle","riflebird","riflebirds","rifled","rifleman","riflemen","rifler","rifleries","riflers","riflery","rifles","rifling","riflings","riflip","riflips","rifs","rift","rifte","rifted","riftier","riftiest","rifting","riftless","rifts","rifty","rig","rigadoon","rigadoons","rigamarole","rigamaroles","rigatoni","rigatonis","rigaudon","rigaudons","rigg","riggald","riggalds","rigged","rigger","riggers","rigging","riggings","riggish","riggs","right","rightable","rightableness","rightablenesses","rightably","righted","righten","rightened","rightening","rightens","righteous","righteously","righteousness","righteousnesses","righter","righters","rightest","rightful","rightfully","rightfulness","rightfulnesses","righties","righting","rightings","rightish","rightism","rightisms","rightist","rightists","rightless","rightly","rightmost","rightness","rightnesses","righto","rights","rightsize","rightsized","rightsizes","rightsizing","rightward","rightwardly","rightwards","righty","rigid","rigider","rigidest","rigidification","rigidifications","rigidified","rigidifies","rigidify","rigidifying","rigidise","rigidised","rigidises","rigidising","rigidities","rigidity","rigidize","rigidized","rigidizes","rigidizing","rigidly","rigidness","rigidnesses","rigids","riglin","rigling","riglings","riglins","rigmarole","rigmaroles","rigol","rigoll","rigolls","rigols","rigor","rigorism","rigorisms","rigorist","rigoristic","rigorists","rigorous","rigorously","rigorousness","rigorousnesses","rigors","rigour","rigours","rigout","rigouts","rigs","rigsdaler","rigsdalers","rigwiddie","rigwiddies","rigwoodie","rigwoodies","rijksdaaler","rijksdaalers","rijstafel","rijstafels","rijsttafel","rijsttafels","rikisha","rikishas","rikishi","rikshaw","rikshaws","rile","riled","riles","riley","rilier","riliest","rilievi","rilievo","riling","rill","rille","rilled","rilles","rillet","rillets","rillettes","rilling","rillmark","rillmarks","rills","rim","rima","rimae","rimaye","rimayes","rime","rimed","rimeless","rimer","rimers","rimes","rimester","rimesters","rimfire","rimfires","rimier","rimiest","riminess","riminesses","riming","rimland","rimlands","rimless","rimmed","rimmer","rimmers","rimming","rimmings","rimose","rimosely","rimosities","rimosity","rimous","rimple","rimpled","rimples","rimpling","rimrock","rimrocks","rims","rimshot","rimshots","rimu","rimus","rimy","rin","rind","rinded","rinderpest","rinderpests","rindier","rindiest","rinding","rindless","rinds","rindy","rine","rines","rinforzando","ring","ringbark","ringbarked","ringbarking","ringbarks","ringbit","ringbits","ringbolt","ringbolts","ringbone","ringbones","ringdove","ringdoves","ringed","ringent","ringer","ringers","ringette","ringettes","ringgit","ringgits","ringhals","ringhalses","ringing","ringingly","ringings","ringleader","ringleaders","ringless","ringlet","ringleted","ringlets","ringlike","ringman","ringmaster","ringmasters","ringmen","ringneck","ringnecks","rings","ringside","ringsider","ringsiders","ringsides","ringstand","ringstands","ringster","ringsters","ringstraked","ringtail","ringtails","ringtaw","ringtaws","ringtone","ringtones","ringtoss","ringtosses","ringway","ringways","ringwise","ringwomb","ringwombs","ringwork","ringworks","ringworm","ringworms","rink","rinked","rinkhals","rinkhalses","rinking","rinks","rinning","rins","rinsabilities","rinsability","rinsable","rinse","rinseable","rinsed","rinser","rinsers","rinses","rinsibilities","rinsibility","rinsible","rinsing","rinsings","rinthereout","rinthereouts","rioja","riojas","riot","rioted","rioter","rioters","rioting","riotings","riotise","riotises","riotize","riotizes","riotous","riotously","riotousness","riotousnesses","riotries","riotry","riots","rip","riparial","riparian","riparians","ripcord","ripcords","ripe","ripeck","ripecks","riped","ripely","ripen","ripened","ripener","ripeners","ripeness","ripenesses","ripening","ripens","riper","ripers","ripes","ripest","ripidolite","ripidolites","ripieni","ripienist","ripienists","ripieno","ripienos","riping","ripoff","ripoffs","ripost","riposte","riposted","ripostes","riposting","riposts","ripp","rippable","ripped","ripper","rippers","rippier","rippiers","ripping","rippingly","rippings","ripple","rippled","rippler","ripplers","ripples","ripplet","ripplets","ripplier","rippliest","rippling","ripplingly","ripplings","ripply","ripps","riprap","riprapped","riprapping","ripraps","rips","ripsaw","ripsawed","ripsawing","ripsawn","ripsaws","ripsnorter","ripsnorters","ripsnorting","ripsnortingly","ripstop","ripstops","ript","riptide","riptides","riroriro","riroriros","risaldar","risaldars","rise","risen","riser","risers","rises","rishi","rishis","risibilities","risibility","risible","risibles","risibly","rising","risings","risk","risked","risker","riskers","riskful","riskier","riskiest","riskily","riskiness","riskinesses","risking","riskless","risks","risky","risoluto","risorgimento","risorgimentos","risorii","risorius","risotto","risottos","risp","risped","rispetti","rispetto","risping","rispings","risps","risque","risques","rissole","rissoles","ristra","ristras","risus","risuses","rit","ritard","ritardando","ritardandos","ritards","rite","riteless","ritenuto","ritenutos","rites","ritonavir","ritonavirs","ritornel","ritornell","ritornelle","ritornelles","ritornelli","ritornello","ritornellos","ritornells","ritornels","ritournelle","ritournelles","rits","ritt","ritted","ritter","ritters","ritting","ritts","ritual","ritualisation","ritualisations","ritualise","ritualised","ritualises","ritualising","ritualism","ritualisms","ritualist","ritualistic","ritualistically","ritualists","ritualization","ritualizations","ritualize","ritualized","ritualizes","ritualizing","ritually","rituals","rituximab","rituximabs","ritz","ritzes","ritzier","ritziest","ritzily","ritziness","ritzinesses","ritzy","riva","rivage","rivages","rival","rivaled","rivaless","rivalesses","rivaling","rivalise","rivalised","rivalises","rivalising","rivalities","rivality","rivalize","rivalized","rivalizes","rivalizing","rivalled","rivalless","rivalling","rivalries","rivalrous","rivalry","rivals","rivalship","rivalships","rivas","rive","rived","rivel","rivelled","rivelling","rivels","riven","river","riverain","riverains","riverbank","riverbanks","riverbed","riverbeds","riverboat","riverboats","rivercraft","rivercrafts","rivered","riveret","riverets","riverfront","riverfronts","riverhead","riverheads","riverine","riverless","riverlike","riverman","rivermen","rivers","riverscape","riverscapes","riverside","riversides","riverward","riverwards","riverway","riverways","riverweed","riverweeds","riverworthiness","riverworthy","rivery","rives","rivet","riveted","riveter","riveters","riveting","rivetingly","rivetings","rivets","rivetted","rivetting","riviera","rivieras","riviere","rivieres","riving","rivlin","rivlins","rivo","rivulet","rivulets","rivulose","riyal","riyals","riz","riza","rizard","rizards","rizas","rizzar","rizzared","rizzaring","rizzars","rizzart","rizzarts","rizzer","rizzered","rizzering","rizzers","rizzor","rizzored","rizzoring","rizzors","roach","roached","roaches","roaching","road","roadabilities","roadability","roadbed","roadbeds","roadblock","roadblocked","roadblocking","roadblocks","roadcraft","roadcrafts","roadeo","roadeos","roadheader","roadheaders","roadholding","roadholdings","roadhouse","roadhouses","roadie","roadies","roading","roadings","roadkill","roadkills","roadless","roadman","roadmen","roadroller","roadrollers","roadrunner","roadrunners","roads","roadshow","roadshows","roadside","roadsides","roadsman","roadsmen","roadstead","roadsteads","roadster","roadsters","roadway","roadways","roadwork","roadworks","roadworthies","roadworthiness","roadworthinesses","roadworthy","roam","roamed","roamer","roamers","roaming","roamings","roams","roan","roanpipe","roanpipes","roans","roar","roared","roarer","roarers","roarie","roarier","roariest","roaring","roaringly","roarings","roarming","roars","roary","roast","roasted","roaster","roasters","roasting","roastings","roasts","roate","roated","roates","roating","rob","robalo","robalos","roband","robands","robbed","robber","robberies","robbers","robbery","robbin","robbing","robbins","robe","robed","roberdsman","roberdsmen","robertsman","robertsmen","robes","robin","robing","robings","robinia","robinias","robins","roble","robles","roborant","roborants","roborating","robot","robotic","robotically","robotics","robotisation","robotisations","robotise","robotised","robotises","robotising","robotism","robotisms","robotization","robotizations","robotize","robotized","robotizes","robotizing","robotries","robotry","robots","robs","roburite","roburites","robust","robusta","robustas","robuster","robustest","robustious","robustiously","robustiousness","robustiousnesses","robustly","robustness","robustnesses","roc","rocaille","rocailles","rocambole","rocamboles","roch","roches","rochet","rochets","rock","rockabies","rockabillies","rockabilly","rockable","rockaby","rockabye","rockabyes","rockaway","rockaways","rockbound","rocked","rocker","rockeries","rockers","rockery","rocket","rocketed","rocketeer","rocketeers","rocketer","rocketers","rocketing","rocketries","rocketry","rockets","rockfall","rockfalls","rockfish","rockfishes","rockhopper","rockhoppers","rockhound","rockhounding","rockhoundings","rockhounds","rockier","rockiers","rockiest","rockily","rockiness","rockinesses","rocking","rockingly","rockings","rocklay","rocklays","rockless","rocklike","rockling","rocklings","rockoon","rockoons","rockrose","rockroses","rocks","rockshaft","rockshafts","rockslide","rockslides","rocksteadies","rocksteady","rockwater","rockwaters","rockweed","rockweeds","rockwork","rockworks","rocky","rococo","rococos","rocquet","rocquets","rocs","rod","rodded","rodding","roddings","rode","roded","rodent","rodenticide","rodenticides","rodents","rodeo","rodeoed","rodeoing","rodeos","rodes","rodeway","rodeways","rodfisher","rodfishers","rodfishing","rodfishings","rodgersia","rodgersias","roding","rodings","rodless","rodlike","rodman","rodmen","rodomontade","rodomontaded","rodomontader","rodomontaders","rodomontades","rodomontading","rods","rodsman","rodsmen","rodster","rodsters","roe","roebuck","roebucks","roed","roemer","roemers","roentgen","roentgenisation","roentgenise","roentgenised","roentgenises","roentgenising","roentgenization","roentgenize","roentgenized","roentgenizes","roentgenizing","roentgenogram","roentgenograms","roentgenograph","roentgenographic","roentgenographically","roentgenographies","roentgenographs","roentgenography","roentgenologic","roentgenological","roentgenologically","roentgenologies","roentgenologist","roentgenologists","roentgenology","roentgenopaque","roentgenoscope","roentgenoscopes","roentgenoscopic","roentgenoscopy","roentgens","roes","roesti","roestis","roestone","roestones","rogallo","rogallos","rogation","rogations","rogatory","roger","rogered","rogering","rogerings","rogers","rognon","rognons","rogue","rogued","rogueing","roguer","rogueries","roguers","roguery","rogues","rogueship","rogueships","roguing","roguish","roguishly","roguishness","roguishnesses","roguy","roil","roiled","roilier","roiliest","roiling","roils","roily","roin","roined","roining","roinish","roins","roist","roisted","roister","roistered","roisterer","roisterers","roistering","roisterings","roisterous","roisterously","roisters","roisting","roists","rojak","rojaks","roji","rojis","rok","roke","roked","rokelay","rokelays","roker","rokers","rokes","rokier","rokiest","roking","rokkaku","roks","roky","rolag","rolags","rolamite","rolamites","role","roles","rolf","rolfed","rolfer","rolfers","rolfing","rolfings","rolfs","roll","rollable","rollaway","rollaways","rollback","rollbacks","rollbar","rollbars","rollcollar","rollcollars","rolled","roller","rollerball","rollerballs","rollerblade","rollerbladed","rollerblader","rollerbladers","rollerblades","rollerblading","rollerbladings","rollercoaster","rollercoastered","rollercoasters","rollers","rollick","rollicked","rollicking","rollickings","rollicks","rollicky","rolling","rollings","rollmop","rollmops","rollneck","rollnecks","rollock","rollocking","rollockings","rollocks","rollout","rollouts","rollover","rollovers","rolls","rolltop","rollway","rollways","rom","roma","romage","romages","romaika","romaikas","romaine","romaines","romaji","romajis","romal","romals","roman","romance","romanced","romancer","romancers","romances","romancical","romancing","romancings","romanesco","romanescos","romanicite","romanicites","romanisation","romanisations","romanise","romanised","romanises","romanising","romanization","romanizations","romanize","romanized","romanizes","romanizing","romano","romanos","romans","romantic","romantical","romanticalities","romanticality","romantically","romanticisation","romanticise","romanticised","romanticises","romanticising","romanticism","romanticisms","romanticist","romanticists","romanticization","romanticizations","romanticize","romanticized","romanticizes","romanticizing","romantics","romanza","romanzas","romaunt","romaunts","romcom","romcoms","romeldale","romeldales","romeo","romeos","romneya","romneyas","romp","romped","romper","rompers","romping","rompingly","rompish","rompishly","rompishness","rompishnesses","romps","roms","roncador","roncadors","rondache","rondaches","rondavel","rondavels","ronde","rondeau","rondeaux","rondel","rondelet","rondelets","rondelle","rondelles","rondels","rondes","rondino","rondinos","rondo","rondoletto","rondolettos","rondos","rondure","rondures","rone","roneo","roneoed","roneoing","roneos","ronepipe","ronepipes","rones","rong","ronggeng","ronggengs","ronin","ronins","ronion","ronions","ronne","ronnel","ronnels","ronnie","ronnies","ronning","ront","ronte","rontes","rontgen","rontgenisation","rontgenisations","rontgenise","rontgenised","rontgenises","rontgenising","rontgenization","rontgenizations","rontgenize","rontgenized","rontgenizes","rontgenizing","rontgenogram","rontgenograms","rontgenograph","rontgenographs","rontgenography","rontgenological","rontgenologies","rontgenologist","rontgenologists","rontgenology","rontgenopaque","rontgenoscope","rontgenoscopes","rontgenoscopic","rontgenoscopies","rontgenoscopy","rontgenotherapy","rontgens","ronts","ronyon","ronyons","ronz","ronzer","ronzers","roo","rood","roods","roof","roofed","roofer","roofers","roofie","roofier","roofies","roofiest","roofing","roofings","roofless","rooflessness","rooflessnesses","rooflike","roofline","rooflines","roofs","roofscape","roofscapes","rooftop","rooftops","rooftree","rooftrees","roofy","rooibos","rooikat","rooikats","rooinek","rooineks","rook","rooked","rookeries","rookery","rookie","rookier","rookies","rookiest","rooking","rookish","rooks","rooky","room","roomed","roomer","roomers","roomette","roomettes","roomful","roomfuls","roomie","roomier","roomies","roomiest","roomily","roominess","roominesses","rooming","roommate","roommates","rooms","roomsome","roomy","roon","roons","roop","rooped","roopier","roopiest","rooping","roopit","roops","roopy","roorbach","roorbachs","roorback","roorbacks","roos","roosa","roosas","roose","roosed","rooser","roosers","rooses","roosing","roost","roosted","rooster","roosters","roosting","roosts","root","rootage","rootages","rootbound","rootcap","rootcaps","rooted","rootedly","rootedness","rootednesses","rooter","rooters","roothold","rootholds","rootier","rooties","rootiest","rootiness","rootinesses","rooting","rootings","rootkit","rootkits","rootle","rootled","rootles","rootless","rootlessness","rootlessnesses","rootlet","rootlets","rootlike","rootling","roots","rootserver","rootservers","rootsier","rootsiest","rootsiness","rootsinesses","rootstalk","rootstalks","rootstock","rootstocks","rootsy","rootworm","rootworms","rooty","ropable","rope","ropeable","roped","ropedancer","ropedancers","ropedancing","ropedancings","ropelike","roper","roperies","ropers","ropery","ropes","ropewalk","ropewalker","ropewalkers","ropewalks","ropeway","ropeways","ropework","ropeworks","ropey","ropier","ropiest","ropily","ropiness","ropinesses","roping","ropings","ropy","roque","roquelaure","roquelaures","roques","roquet","roqueted","roqueting","roquets","roquette","roquettes","roral","rore","rores","roric","rorid","rorie","rorier","roriest","rorqual","rorquals","rort","rorted","rorter","rorters","rortier","rortiest","rorting","rortings","rorts","rorty","rory","rosace","rosacea","rosaceas","rosaceous","rosaces","rosaker","rosakers","rosalia","rosalias","rosanilin","rosaniline","rosanilines","rosanilins","rosaria","rosarian","rosarians","rosaries","rosarium","rosariums","rosary","rosbif","rosbifs","roscid","roscoe","roscoes","rose","roseal","roseate","roseately","rosebay","rosebays","rosebowl","rosebowls","rosebud","rosebuds","rosebush","rosebushes","rosed","rosefinch","rosefinches","rosefish","rosefishes","rosehip","rosehips","roseless","roselike","rosella","rosellas","roselle","roselles","rosemaling","rosemalings","rosemaries","rosemary","roseola","roseolar","roseolas","roseries","roseroot","roseroots","rosery","roses","roseslug","roseslugs","roset","roseted","roseting","rosets","rosette","rosetted","rosettes","rosetting","rosettings","rosetty","rosety","rosewater","rosewaters","rosewood","rosewoods","roshi","roshis","rosied","rosier","rosiere","rosieres","rosiers","rosies","rosiest","rosily","rosin","rosinate","rosinates","rosined","rosiner","rosiners","rosiness","rosinesses","rosing","rosining","rosinol","rosinols","rosinous","rosins","rosinweed","rosinweeds","rosiny","rosit","rosited","rositing","rosits","rosmarine","rosmarines","rosoglio","rosoglios","rosolio","rosolios","rosser","rossers","rost","rosted","rostella","rostellar","rostellate","rostellum","rostellums","roster","rostered","rostering","rosterings","rosters","rosti","rosting","rostis","rostra","rostral","rostrally","rostrate","rostrated","rostrocarinate","rostrocarinates","rostrum","rostrums","rosts","rosula","rosulas","rosulate","rosy","rosying","rot","rota","rotachute","rotachutes","rotal","rotameter","rotameters","rotan","rotans","rotaplane","rotaplanes","rotaries","rotary","rotas","rotatable","rotate","rotated","rotates","rotating","rotation","rotational","rotations","rotative","rotatively","rotator","rotatores","rotators","rotatory","rotavate","rotavated","rotavates","rotavating","rotavator","rotavators","rotavirus","rotaviruses","rotch","rotche","rotches","rotchie","rotchies","rote","roted","rotenone","rotenones","rotes","rotgrass","rotgrasses","rotgut","rotguts","rother","rothers","roti","rotifer","rotiferal","rotiferan","rotiferans","rotiferous","rotifers","rotiform","roting","rotis","rotisserie","rotisseries","rotl","rotls","roto","rotograph","rotographed","rotographing","rotographs","rotogravure","rotogravures","rotolo","rotolos","roton","rotons","rotor","rotorcraft","rotorcrafts","rotors","rotos","rotoscope","rotoscoped","rotoscopes","rotoscoping","rototill","rototilled","rototiller","rototillers","rototilling","rototills","rotovate","rotovated","rotovates","rotovating","rotovator","rotovators","rots","rottan","rottans","rotte","rotted","rotten","rottener","rottenest","rottenly","rottenness","rottennesses","rottens","rottenstone","rottenstoned","rottenstones","rottenstoning","rotter","rotters","rottes","rotting","rottweiler","rottweilers","rotula","rotulae","rotulas","rotund","rotunda","rotundas","rotundate","rotunded","rotunder","rotundest","rotunding","rotundities","rotundity","rotundly","rotundness","rotundnesses","rotunds","roturier","roturiers","rouble","roubles","rouche","rouches","roucou","roucous","roue","rouen","rouens","roues","rouge","rouged","rouges","rough","roughage","roughages","roughback","roughbacks","roughcast","roughcasted","roughcaster","roughcasters","roughcasting","roughcasts","roughdried","roughdries","roughdry","roughdrying","roughed","roughen","roughened","roughening","roughens","rougher","roughers","roughest","roughhew","roughhewed","roughhewing","roughhewn","roughhews","roughhouse","roughhoused","roughhouses","roughhousing","roughie","roughies","roughing","roughish","roughleg","roughlegs","roughly","roughneck","roughnecked","roughnecking","roughnecks","roughness","roughnesses","roughrider","roughriders","roughs","roughshod","rought","roughy","rouging","rouille","rouilles","roul","roulade","roulades","roule","rouleau","rouleaus","rouleaux","roules","roulette","rouletted","roulettes","rouletting","rouls","roum","rouming","roumings","roums","rounce","rounces","rounceval","rouncevals","rouncies","rouncy","round","roundabout","roundaboutation","roundabouted","roundaboutedly","roundaboutility","roundabouting","roundaboutly","roundaboutness","roundaboutnesses","roundabouts","roundarch","roundarched","roundball","roundballs","rounded","roundedly","roundedness","roundednesses","roundel","roundelay","roundelays","roundels","rounder","rounders","roundest","roundhand","roundhands","roundheaded","roundheadedness","roundheadednesses","roundheel","roundheels","roundhouse","roundhouses","rounding","roundings","roundish","roundle","roundles","roundlet","roundlets","roundly","roundness","roundnesses","rounds","roundsman","roundsmen","roundtable","roundtables","roundtrip","roundtripping","roundtrippings","roundtrips","roundup","roundups","roundure","roundures","roundwood","roundwoods","roundworm","roundworms","roup","rouped","roupet","roupier","roupiest","roupily","rouping","roupit","roups","roupy","rousant","rouse","rouseabout","rouseabouts","roused","rousedness","rousednesses","rousement","rousements","rouser","rousers","rouses","rousing","rousingly","rousseau","rousseaus","roussette","roussettes","roust","roustabout","roustabouts","rousted","rouster","rousters","rousting","rousts","rout","route","routed","routeing","routeman","routemarch","routemarched","routemarches","routemarching","routemen","router","routers","routes","routeway","routeways","routh","routhie","routhier","routhiest","rouths","routine","routineer","routineers","routinely","routines","routing","routings","routinisation","routinisations","routinise","routinised","routinises","routinising","routinism","routinisms","routinist","routinists","routinization","routinizations","routinize","routinized","routinizes","routinizing","routous","routously","routs","roux","rove","roved","roven","rover","rovers","roves","roving","rovingly","rovings","row","rowable","rowan","rowanberries","rowanberry","rowans","rowboat","rowboats","rowdedow","rowdedows","rowdier","rowdies","rowdiest","rowdily","rowdiness","rowdinesses","rowdy","rowdydow","rowdydows","rowdyish","rowdyism","rowdyisms","rowed","rowel","roweled","roweling","rowelled","rowelling","rowels","rowen","rowens","rower","rowers","rowing","rowings","rowlock","rowlocks","rowme","rowmes","rownd","rownded","rowndell","rowndells","rownding","rownds","rowover","rowovers","rows","rowt","rowted","rowth","rowths","rowting","rowts","royal","royalet","royalets","royalise","royalised","royalises","royalising","royalism","royalisms","royalist","royalistic","royalists","royalize","royalized","royalizes","royalizing","royaller","royallest","royally","royalmast","royalmasts","royals","royalties","royalty","royne","royned","roynes","royning","roynish","royst","roysted","royster","roystered","roysterer","roysterers","roystering","roysterous","roysters","roysting","roysts","rozelle","rozelles","rozet","rozeted","rozeting","rozets","rozit","rozited","roziting","rozits","rozzer","rozzers","ruana","ruanas","rub","rubaboo","rubaboos","rubace","rubaces","rubai","rubaiyat","rubasse","rubasses","rubati","rubato","rubatos","rubbaboo","rubbaboos","rubbed","rubber","rubbered","rubberier","rubberiest","rubbering","rubberise","rubberised","rubberises","rubberising","rubberize","rubberized","rubberizes","rubberizing","rubberlike","rubberneck","rubbernecked","rubbernecker","rubberneckers","rubbernecking","rubbernecks","rubbers","rubberwear","rubberwears","rubbery","rubbet","rubbidies","rubbidy","rubbies","rubbing","rubbings","rubbish","rubbished","rubbishes","rubbishing","rubbishly","rubbishy","rubbit","rubbities","rubbity","rubble","rubbled","rubbles","rubblework","rubbleworks","rubblier","rubbliest","rubbling","rubbly","rubboard","rubboards","rubby","rubdown","rubdowns","rube","rubefacient","rubefacients","rubefaction","rubefactions","rubefied","rubefies","rubefy","rubefying","rubel","rubella","rubellan","rubellans","rubellas","rubellite","rubellites","rubels","rubeola","rubeolar","rubeolas","rubes","rubescence","rubescences","rubescent","rubiaceous","rubicelle","rubicelles","rubicon","rubiconed","rubiconing","rubicons","rubicund","rubicundities","rubicundity","rubidic","rubidium","rubidiums","rubied","rubier","rubies","rubiest","rubified","rubifies","rubify","rubifying","rubiginose","rubiginous","rubigo","rubigos","rubin","rubine","rubineous","rubines","rubins","rubious","ruble","rubles","ruboff","ruboffs","rubout","rubouts","rubric","rubrical","rubrically","rubricate","rubricated","rubricates","rubricating","rubrication","rubrications","rubricator","rubricators","rubrician","rubricians","rubrics","rubs","rubstone","rubstones","rubus","ruby","rubying","rubylike","rubythroat","rubythroats","ruc","ruche","ruched","ruches","ruching","ruchings","ruck","rucked","rucking","ruckle","ruckled","ruckles","ruckling","ruckman","ruckmen","rucks","rucksack","rucksacks","ruckseat","ruckseats","ruckus","ruckuses","rucola","rucolas","rucs","ructation","ructations","ruction","ructions","ructious","rud","rudaceous","rudas","rudases","rudbeckia","rudbeckias","rudd","rudded","rudder","rudderhead","rudderheads","rudderless","rudderpost","rudderposts","rudders","rudderstock","rudderstocks","ruddied","ruddier","ruddies","ruddiest","ruddily","ruddiness","ruddinesses","rudding","ruddle","ruddled","ruddleman","ruddlemen","ruddles","ruddling","ruddock","ruddocks","rudds","ruddy","ruddying","rude","rudely","rudeness","rudenesses","ruder","ruderal","ruderals","ruderies","rudery","rudes","rudesbies","rudesby","rudest","rudie","rudies","rudiment","rudimental","rudimentally","rudimentarily","rudimentariness","rudimentarinesses","rudimentary","rudiments","rudish","ruds","rue","rued","rueda","ruedas","rueful","ruefully","ruefulness","ruefulnesses","rueing","rueings","ruelle","ruelles","ruellia","ruellias","ruer","ruers","rues","rufescence","rufescences","rufescent","ruff","ruffe","ruffed","ruffes","ruffian","ruffianed","ruffianing","ruffianish","ruffianism","ruffianisms","ruffianly","ruffians","ruffin","ruffing","ruffins","ruffle","ruffled","ruffler","rufflers","ruffles","rufflier","ruffliest","rufflike","ruffling","rufflings","ruffly","ruffs","rufiyaa","rufiyaas","rufous","rug","ruga","rugae","rugal","rugalach","rugate","rugbies","rugby","rugelach","rugged","ruggeder","ruggedest","ruggedisation","ruggedisations","ruggedise","ruggedised","ruggedises","ruggedising","ruggedization","ruggedizations","ruggedize","ruggedized","ruggedizes","ruggedizing","ruggedly","ruggedness","ruggednesses","ruggelach","rugger","ruggers","ruggier","ruggiest","rugging","ruggings","ruggy","ruglike","rugola","rugolas","rugosa","rugosas","rugose","rugosely","rugosities","rugosity","rugous","rugs","rugulose","ruin","ruinable","ruinate","ruinated","ruinates","ruinating","ruination","ruinations","ruined","ruiner","ruiners","ruing","ruings","ruining","ruinings","ruinous","ruinously","ruinousness","ruinousnesses","ruins","rukh","rukhs","rulable","rule","ruled","ruleless","ruler","rulered","rulering","rulers","rulership","rulerships","rules","rulesse","rulier","ruliest","ruling","rulings","rullion","rullions","rullock","rullocks","ruly","rum","rumaki","rumakis","rumal","rumals","rumba","rumbaed","rumbaing","rumbas","rumbelow","rumbelows","rumble","rumbled","rumbledethump","rumbledethumps","rumblegumption","rumblegumptions","rumbler","rumblers","rumbles","rumblier","rumbliest","rumbling","rumblingly","rumblings","rumbly","rumbo","rumbos","rumbullion","rumbullions","rumbustical","rumbustious","rumbustiously","rumbustiousness","rumbustiousnesses","rume","rumelgumption","rumelgumptions","rumen","rumens","rumes","rumfustian","rumfustians","rumgumption","rumgumptions","rumina","ruminal","ruminant","ruminantly","ruminants","ruminate","ruminated","ruminates","ruminating","ruminatingly","rumination","ruminations","ruminative","ruminatively","ruminator","ruminators","rumkin","rumkins","rumlegumption","rumlegumptions","rumly","rummage","rummaged","rummager","rummagers","rummages","rummaging","rummelgumption","rummelgumptions","rummer","rummers","rummest","rummier","rummies","rummiest","rummily","rumminess","rumminesses","rummish","rummlegumption","rummlegumptions","rummy","rumness","rumnesses","rumor","rumored","rumoring","rumormonger","rumormongering","rumormongerings","rumormongers","rumorous","rumors","rumour","rumoured","rumourer","rumourers","rumouring","rumours","rump","rumped","rumpies","rumping","rumple","rumpled","rumples","rumpless","rumplier","rumpliest","rumpling","rumply","rumpo","rumpos","rumps","rumpus","rumpuses","rumpy","rumrunner","rumrunners","rums","run","runabout","runabouts","runagate","runagates","runanga","runangas","runaround","runarounds","runaway","runaways","runback","runbacks","runch","runches","runcible","runcinate","rund","rundale","rundales","rundle","rundled","rundles","rundlet","rundlets","rundown","rundowns","runds","rune","runecraft","runecrafts","runed","runelike","runes","runflat","runflats","rung","rungless","rungs","runic","runkle","runkled","runkles","runkling","runless","runlet","runlets","runnable","runnel","runnels","runner","runners","runnet","runnets","runnier","runniest","runniness","runninesses","running","runningly","runnings","runnion","runnions","runny","runoff","runoffs","runout","runouts","runover","runovers","runrig","runrigs","runround","runrounds","runs","runt","runted","runtier","runtiest","runtiness","runtinesses","runtish","runtishly","runts","runty","runway","runways","rupee","rupees","rupestrian","rupia","rupiah","rupiahs","rupias","rupicoline","rupicolous","rupturable","rupture","ruptured","ruptures","rupturewort","ruptureworts","rupturing","rural","ruralisation","ruralisations","ruralise","ruralised","ruralises","ruralising","ruralism","ruralisms","ruralist","ruralists","ruralite","ruralites","ruralities","rurality","ruralization","ruralizations","ruralize","ruralized","ruralizes","ruralizing","rurally","ruralness","ruralnesses","rurals","rurban","ruridecanal","rurp","rurps","ruru","rurus","rusa","rusalka","rusalkas","rusas","ruscus","ruscuses","ruse","ruses","rush","rushed","rushee","rushees","rushen","rusher","rushers","rushes","rushier","rushiest","rushiness","rushinesses","rushing","rushings","rushlight","rushlights","rushlike","rushy","rusine","rusk","rusks","rusma","rusmas","russe","russel","russels","russet","russeted","russeting","russetings","russets","russetting","russettings","russety","russia","russias","russified","russifies","russify","russifying","russula","russulae","russulas","rust","rustable","rustbucket","rusted","rustic","rustical","rustically","rusticals","rusticana","rusticate","rusticated","rusticates","rusticating","rusticatings","rustication","rustications","rusticator","rusticators","rusticial","rusticise","rusticised","rusticises","rusticising","rusticism","rusticisms","rusticities","rusticity","rusticize","rusticized","rusticizes","rusticizing","rusticly","rustics","rusticwork","rusticworks","rustier","rustiest","rustily","rustiness","rustinesses","rusting","rustings","rustle","rustled","rustler","rustlers","rustles","rustless","rustling","rustlingly","rustlings","rustproof","rustproofed","rustproofing","rustproofings","rustproofs","rustre","rustred","rustres","rusts","rusty","rut","rutabaga","rutabagas","rutaceous","ruth","ruthenic","ruthenious","ruthenium","rutheniums","rutherford","rutherfordium","rutherfordiums","rutherfords","ruthful","ruthfully","ruthfulness","ruthfulnesses","ruthless","ruthlessly","ruthlessness","ruthlessnesses","ruths","rutilant","rutilated","rutile","rutiles","rutin","rutins","ruts","rutted","rutter","rutters","ruttier","ruttiest","ruttily","ruttiness","ruttinesses","rutting","ruttings","ruttish","ruttishly","ruttishness","ruttishnesses","rutty","rya","ryal","ryals","ryas","rybat","rybats","rybaudrye","rybaudryes","rye","ryebread","ryebreads","ryeflour","ryeflours","ryegrass","ryegrasses","ryepeck","ryepecks","ryes","ryfe","ryke","ryked","rykes","ryking","rymme","rymmed","rymmes","rymming","rynd","rynds","ryokan","ryokans","ryot","ryots","ryotwari","ryotwaris","rype","rypeck","rypecks","ryper","saag","saags","sab","sabadilla","sabadillas","sabal","sabals","sabaton","sabatons","sabayon","sabayons","sabbat","sabbatarian","sabbath","sabbaths","sabbatic","sabbatical","sabbaticals","sabbatics","sabbatine","sabbatise","sabbatised","sabbatises","sabbatising","sabbatism","sabbatisms","sabbatize","sabbatized","sabbatizes","sabbatizing","sabbats","sabbed","sabbing","sabbings","sabe","sabed","sabeing","sabella","sabellas","saber","sabered","sabering","saberlike","sabermetrician","sabermetricians","sabermetrics","sabers","sabes","sabha","sabhas","sabin","sabine","sabines","sabins","sabir","sabirs","sabkha","sabkhah","sabkhahs","sabkhas","sabkhat","sabkhats","sable","sabled","sablefish","sablefishes","sables","sabling","sabot","sabotage","sabotaged","sabotages","sabotaging","saboteur","saboteurs","sabotier","sabotiers","sabots","sabra","sabras","sabre","sabred","sabres","sabretache","sabretaches","sabreur","sabreurs","sabrewing","sabrewings","sabring","sabs","sabuline","sabulose","sabulosities","sabulosity","sabulous","saburra","saburral","saburras","saburration","saburrations","sac","sacahuista","sacahuistas","sacahuiste","sacahuistes","sacaton","sacatons","sacbut","sacbuts","saccade","saccades","saccadic","saccadically","saccate","saccharase","saccharases","saccharate","saccharated","saccharates","saccharic","saccharide","saccharides","sacchariferous","saccharification","saccharifications","saccharified","saccharifies","saccharify","saccharifying","saccharimeter","saccharimeters","saccharimetries","saccharimetry","saccharin","saccharine","saccharinely","saccharines","saccharinities","saccharinity","saccharins","saccharisation","saccharisations","saccharise","saccharised","saccharises","saccharising","saccharization","saccharizations","saccharize","saccharized","saccharizes","saccharizing","saccharoid","saccharoidal","saccharoids","saccharometer","saccharometers","saccharomyces","saccharomycetes","saccharose","saccharoses","saccharum","saccharums","sacciform","saccoi","saccos","saccoses","saccular","sacculate","sacculated","sacculation","sacculations","saccule","saccules","sacculi","sacculiform","sacculus","sacella","sacellum","sacerdotal","sacerdotalise","sacerdotalised","sacerdotalises","sacerdotalising","sacerdotalism","sacerdotalisms","sacerdotalist","sacerdotalists","sacerdotalize","sacerdotalized","sacerdotalizes","sacerdotalizing","sacerdotally","sachem","sachemdom","sachemdoms","sachemic","sachems","sachemship","sachemships","sachet","sacheted","sachets","sack","sackable","sackage","sackages","sackbut","sackbuts","sackcloth","sackcloths","sacked","sacker","sackers","sackful","sackfuls","sacking","sackings","sackless","sacklike","sacks","sacksful","sacless","saclike","sacque","sacques","sacra","sacral","sacralgia","sacralgias","sacralisation","sacralisations","sacralise","sacralised","sacralises","sacralising","sacralities","sacrality","sacralization","sacralizations","sacralize","sacralized","sacralizes","sacralizing","sacrals","sacrament","sacramental","sacramentalism","sacramentalisms","sacramentalist","sacramentalists","sacramentality","sacramentally","sacramentalness","sacramentals","sacramentarian","sacramentarians","sacramentaries","sacramentary","sacramented","sacramenting","sacraments","sacraria","sacrarial","sacrarium","sacred","sacredly","sacredness","sacrednesses","sacrifice","sacrificeable","sacrificed","sacrificer","sacrificers","sacrifices","sacrificial","sacrificially","sacrificing","sacrifide","sacrified","sacrifies","sacrify","sacrifying","sacrilege","sacrileges","sacrilegious","sacrilegiously","sacrilegiousness","sacrilegiousnesses","sacrilegist","sacrilegists","sacring","sacrings","sacrist","sacristan","sacristans","sacristies","sacrists","sacristy","sacrococcygeal","sacrocostal","sacrocostals","sacroiliac","sacroiliacs","sacroiliitis","sacroiliitises","sacrosanct","sacrosanctities","sacrosanctity","sacrosanctness","sacrum","sacrums","sacs","sad","sadded","sadden","saddened","saddening","saddens","sadder","saddest","saddhu","saddhus","saddie","saddies","sadding","saddish","saddle","saddleback","saddlebacked","saddlebacks","saddlebag","saddlebags","saddlebill","saddlebills","saddlebow","saddlebows","saddlebred","saddlebreds","saddlecloth","saddlecloths","saddled","saddleless","saddler","saddleries","saddleroom","saddlerooms","saddlers","saddlery","saddles","saddletree","saddletrees","saddling","saddo","saddoes","saddos","sade","sades","sadhana","sadhanas","sadhe","sadhes","sadhu","sadhus","sadi","sadiron","sadirons","sadis","sadism","sadisms","sadist","sadistic","sadistically","sadists","sadly","sadness","sadnesses","sado","sadomasochism","sadomasochisms","sadomasochist","sadomasochistic","sadomasochists","sados","sads","sadza","sadzas","sae","saeculum","saeculums","saeter","saeters","safari","safaried","safariing","safaris","safarist","safarists","safe","safecracker","safecrackers","safecracking","safecrackings","safed","safeguard","safeguarded","safeguarding","safeguards","safekeeping","safekeepings","safelight","safelights","safely","safeness","safenesses","safer","safes","safest","safetied","safeties","safety","safetying","safetyman","safetymen","saffian","saffians","safflower","safflowers","saffron","saffroned","saffrons","saffrony","safing","safranin","safranine","safranines","safranins","safrol","safrole","safroles","safrols","safronal","safronals","saft","safter","saftest","sag","saga","sagacious","sagaciously","sagaciousness","sagaciousnesses","sagacities","sagacity","sagaman","sagamen","sagamore","sagamores","saganash","saganashes","sagapenum","sagapenums","sagas","sagathies","sagathy","sagbut","sagbuts","sage","sagebrush","sagebrushes","sagely","sagene","sagenes","sageness","sagenesses","sagenite","sagenites","sagenitic","sager","sages","sagest","saggar","saggard","saggards","saggared","saggaring","saggars","sagged","sagger","saggered","saggering","saggers","saggier","saggiest","sagging","saggings","saggy","sagier","sagiest","saginate","saginated","saginates","saginating","sagination","saginations","sagitta","sagittal","sagittally","sagittaries","sagittary","sagittas","sagittate","sagittiform","sago","sagoin","sagoins","sagos","sagouin","sagouins","sagrada","sags","saguaro","saguaros","saguin","saguins","sagum","sagy","saheb","sahebs","sahib","sahiba","sahibah","sahibahs","sahibas","sahibs","sahiwal","sahiwals","sahuaro","sahuaros","sai","saibling","saiblings","saic","saice","saices","saick","saicks","saics","said","saidest","saids","saidst","saiga","saigas","saikei","saikeis","saikless","sail","sailable","sailboard","sailboarded","sailboarder","sailboarders","sailboarding","sailboardings","sailboards","sailboat","sailboater","sailboaters","sailboating","sailboatings","sailboats","sailcloth","sailcloths","sailed","sailer","sailers","sailfish","sailfishes","sailing","sailings","sailless","sailmaker","sailmakers","sailmaking","sailmakings","sailor","sailoring","sailorings","sailorless","sailorlike","sailorly","sailors","sailplane","sailplaned","sailplaner","sailplaners","sailplanes","sailplaning","sailroom","sailrooms","sails","saim","saimin","saimins","saimiri","saimiris","saims","sain","saine","sained","sainfoin","sainfoins","saining","sains","saint","saintdom","saintdoms","sainted","saintess","saintesses","saintfoin","saintfoins","sainthood","sainthoods","sainting","saintish","saintism","saintisms","saintless","saintlier","saintliest","saintlike","saintlily","saintliness","saintlinesses","saintling","saintlings","saintly","saintpaulia","saintpaulias","saints","saintship","saintships","saique","saiques","sair","saired","sairer","sairest","sairing","sairs","sais","saist","saith","saithe","saithes","saiths","saiyid","saiyids","sajou","sajous","sakai","sakais","sake","saker","sakeret","sakerets","sakers","sakes","saki","sakia","sakias","sakieh","sakiehs","sakis","sakiyeh","sakiyehs","sakkoi","sakkos","sakkoses","saksaul","saksauls","sal","salaam","salaamed","salaaming","salaams","salabilities","salability","salable","salableness","salablenesses","salably","salacious","salaciously","salaciousness","salaciousnesses","salacities","salacity","salad","saladang","saladangs","salade","salades","salading","saladings","salads","salal","salals","salamander","salamanders","salamandrian","salamandrine","salamandroid","salamandroids","salami","salamis","salamon","salamons","salangane","salanganes","salariat","salariats","salaried","salaries","salary","salarying","salaryman","salarymen","salband","salbands","salbutamol","salbutamols","salchow","salchows","sale","saleabilities","saleability","saleable","saleableness","saleablenesses","saleably","salep","saleps","saleratus","saleratuses","salering","salerings","saleroom","salerooms","sales","salesclerk","salesclerks","salesgirl","salesgirls","salesladies","saleslady","salesman","salesmanship","salesmanships","salesmen","salespeople","salesperson","salespersons","salesroom","salesrooms","saleswoman","saleswomen","salet","salets","salewd","saleyard","saleyards","salfern","salferns","saliaunce","saliaunces","salic","salicaceous","salices","salicet","saliceta","salicets","salicetum","salicetums","salicin","salicine","salicines","salicins","salicional","salicionals","salicornia","salicornias","salicylamide","salicylamides","salicylate","salicylated","salicylates","salicylating","salicylic","salicylism","salicylisms","salience","saliences","saliencies","saliency","salient","salientian","salientians","saliently","salients","saliferous","salifiable","salification","salifications","salified","salifies","salify","salifying","saligot","saligots","salimeter","salimeters","salimetric","salimetries","salimetry","salina","salinas","saline","salines","salinisation","salinisations","salinise","salinised","salinises","salinising","salinities","salinity","salinization","salinizations","salinize","salinized","salinizes","salinizing","salinometer","salinometers","salinometric","salinometries","salinometry","saliva","salival","salivary","salivas","salivate","salivated","salivates","salivating","salivation","salivations","salivator","salivators","salix","sall","sallad","sallads","sallal","sallals","salle","sallee","sallees","sallenders","salles","sallet","sallets","sallied","sallier","salliers","sallies","sallow","sallowed","sallower","sallowest","sallowing","sallowish","sallowly","sallowness","sallownesses","sallows","sallowy","sally","sallying","sallyport","sallyports","salmagundi","salmagundies","salmagundis","salmagundy","salmanaser","salmanasers","salmanazar","salmanazars","salmi","salmis","salmon","salmonberries","salmonberry","salmonella","salmonellae","salmonellas","salmonelloses","salmonellosis","salmonet","salmonets","salmonid","salmonids","salmonoid","salmonoids","salmons","salmony","salol","salols","salometer","salometers","salon","salons","saloon","saloons","saloop","saloops","salop","salopettes","salopian","salops","salp","salpa","salpae","salpas","salpian","salpians","salpicon","salpicons","salpid","salpids","salpiform","salpiglosses","salpiglossis","salpiglossises","salpingectomies","salpingectomy","salpinges","salpingian","salpingites","salpingitic","salpingitides","salpingitis","salpingitises","salpinx","salpinxes","salps","sals","salsa","salsaed","salsaing","salsas","salse","salses","salsifies","salsify","salsilla","salsillas","salsolaceous","salsuginous","salt","saltando","saltant","saltants","saltarelli","saltarello","saltarellos","saltate","saltated","saltates","saltating","saltation","saltationism","saltationisms","saltationist","saltationists","saltations","saltato","saltatorial","saltatorious","saltatory","saltbox","saltboxes","saltbush","saltbushes","saltcat","saltcats","saltcellar","saltcellars","saltchuck","saltchucker","saltchuckers","saltchucks","salted","salter","saltern","salterns","salters","saltest","saltfish","saltfishes","saltie","saltier","saltiers","salties","saltiest","saltigrade","saltigrades","saltily","saltimbanco","saltimbancos","saltimbocca","saltimboccas","saltine","saltines","saltiness","saltinesses","salting","saltings","saltire","saltires","saltirewise","saltish","saltishly","saltishness","saltishnesses","saltless","saltlike","saltly","saltness","saltnesses","salto","saltoed","saltoing","saltos","saltpan","saltpans","saltpeter","saltpeters","saltpetre","saltpetreman","saltpetremen","saltpetres","salts","saltshaker","saltshakers","saltus","saltuses","saltwater","saltwork","saltworks","saltwort","saltworts","salty","salubrious","salubriously","salubriousness","salubriousnesses","salubrities","salubrity","salue","salued","salues","saluing","saluki","salukis","saluretic","saluretics","salutarily","salutariness","salutarinesses","salutary","salutation","salutational","salutations","salutatorian","salutatorians","salutatories","salutatorily","salutatory","salute","saluted","saluter","saluters","salutes","salutiferous","saluting","salvabilities","salvability","salvable","salvableness","salvablenesses","salvably","salvage","salvageabilities","salvageability","salvageable","salvaged","salvagee","salvagees","salvager","salvagers","salvages","salvaging","salvarsan","salvarsans","salvation","salvational","salvationism","salvationisms","salvationist","salvationists","salvations","salvatories","salvatory","salve","salved","salver","salverform","salvers","salves","salvete","salvetes","salvia","salvias","salvific","salvifical","salvifically","salving","salvings","salviniaceous","salvo","salvoed","salvoes","salvoing","salvor","salvors","salvos","salwar","salwars","sam","sama","samaan","samaans","samadhi","samadhis","saman","samans","samara","samaras","samariform","samaritan","samaritans","samarium","samariums","samarskite","samarskites","samas","samba","sambaed","sambaing","sambal","sambals","sambar","sambars","sambas","sambhar","sambhars","sambhur","sambhurs","sambo","sambos","sambuca","sambucas","sambuke","sambukes","sambur","samburs","same","samech","samechs","samek","samekh","samekhs","sameks","samel","samely","samen","sameness","samenesses","sames","samey","sameyness","sameynesses","samfoo","samfoos","samfu","samfus","samiel","samiels","samier","samiest","samisen","samisens","samite","samites","samithi","samithis","samiti","samitis","samizdat","samizdats","samlet","samlets","samlor","samlors","sammed","sammies","samming","sammy","samnitis","samnitises","samosa","samosas","samovar","samovars","samoyed","samoyeds","samp","sampan","sampans","samphire","samphires","sampi","sampire","sampires","sampis","sample","sampled","sampler","sampleries","samplers","samplery","samples","sampling","samplings","samps","sams","samsara","samsaras","samsaric","samshoo","samshoos","samshu","samshus","samurai","samurais","san","sanative","sanatoria","sanatorium","sanatoriums","sanatory","sanbenito","sanbenitos","sancai","sancais","sancho","sanchos","sancta","sanctifiable","sanctification","sanctifications","sanctified","sanctifiedly","sanctifier","sanctifiers","sanctifies","sanctify","sanctifying","sanctifyingly","sanctifyings","sanctimonies","sanctimonious","sanctimoniously","sanctimoniousness","sanctimoniousnesses","sanctimony","sanction","sanctionable","sanctioned","sanctioneer","sanctioneers","sanctioner","sanctioners","sanctioning","sanctionless","sanctions","sanctities","sanctitude","sanctitudes","sanctity","sanctuaries","sanctuarise","sanctuarised","sanctuarises","sanctuarising","sanctuarize","sanctuarized","sanctuarizes","sanctuarizing","sanctuary","sanctum","sanctums","sand","sandable","sandal","sandaled","sandaling","sandalled","sandalling","sandals","sandalwood","sandalwoods","sandarac","sandarach","sandarachs","sandaracs","sandbag","sandbagged","sandbagger","sandbaggers","sandbagging","sandbags","sandbank","sandbanks","sandbar","sandbars","sandblast","sandblasted","sandblaster","sandblasters","sandblasting","sandblastings","sandblasts","sandbox","sandboxes","sandboy","sandboys","sandbur","sandburr","sandburrs","sandburs","sandcastle","sandcastles","sandcrack","sandcracks","sanddab","sanddabs","sanded","sandek","sandeks","sander","sanderling","sanderlings","sanders","sanderses","sanderswood","sanderswoods","sandfish","sandfishes","sandflies","sandfly","sandglass","sandglasses","sandgroper","sandgropers","sandgrouse","sandgrouses","sandheap","sandheaps","sandhi","sandhill","sandhills","sandhis","sandhog","sandhogs","sandier","sandiest","sandiness","sandinesses","sanding","sandings","sandiver","sandivers","sandless","sandlike","sandling","sandlings","sandlot","sandlots","sandlotter","sandlotters","sandman","sandmen","sandpainting","sandpaintings","sandpaper","sandpapered","sandpapering","sandpapers","sandpapery","sandpeep","sandpeeps","sandpile","sandpiles","sandpiper","sandpipers","sandpit","sandpits","sandpump","sandpumps","sands","sandshoe","sandshoes","sandsoap","sandsoaps","sandspout","sandspouts","sandspur","sandspurs","sandstone","sandstones","sandstorm","sandstorms","sandsucker","sandsuckers","sandwich","sandwiched","sandwiches","sandwiching","sandworm","sandworms","sandwort","sandworts","sandy","sandyish","sane","saned","sanely","saneness","sanenesses","saner","sanes","sanest","sang","sanga","sangar","sangaree","sangarees","sangars","sangas","sangeet","sangeets","sanger","sangers","sangfroid","sangfroids","sangh","sangha","sanghas","sanghat","sanghats","sanghs","sanglier","sangliers","sango","sangoma","sangomas","sangos","sangria","sangrias","sangs","sanguiferous","sanguification","sanguifications","sanguified","sanguifies","sanguify","sanguifying","sanguinaria","sanguinarias","sanguinarily","sanguinariness","sanguinary","sanguine","sanguined","sanguinely","sanguineness","sanguinenesses","sanguineous","sanguineousness","sanguines","sanguining","sanguinities","sanguinity","sanguinivorous","sanguinolencies","sanguinolency","sanguinolent","sanguivorous","sanicle","sanicles","sanidine","sanidines","sanies","sanified","sanifies","sanify","sanifying","saning","sanious","sanitaria","sanitarian","sanitarianism","sanitarianisms","sanitarians","sanitaries","sanitarily","sanitariness","sanitarinesses","sanitarist","sanitarists","sanitarium","sanitariums","sanitary","sanitate","sanitated","sanitates","sanitating","sanitation","sanitationist","sanitationists","sanitations","sanities","sanitisation","sanitisations","sanitise","sanitised","sanitiser","sanitisers","sanitises","sanitising","sanitization","sanitizations","sanitize","sanitized","sanitizer","sanitizers","sanitizes","sanitizing","sanitoria","sanitorium","sanitoriums","sanity","sanjak","sanjaks","sank","sanko","sankos","sannie","sannies","sannop","sannops","sannup","sannups","sannyasi","sannyasin","sannyasins","sannyasis","sanpan","sanpans","sanpro","sanpros","sans","sansa","sansar","sansars","sansas","sansculotte","sansculotterie","sansculotteries","sansculottes","sansculottic","sansculottides","sansculottish","sansculottism","sansculottisms","sansculottist","sansculottists","sansei","sanseis","sanserif","sanserifs","sansevieria","sansevierias","sant","santal","santalaceous","santalic","santalin","santalins","santalol","santalols","santals","santera","santeras","santeria","santerias","santero","santeros","santimi","santims","santimu","santir","santirs","santo","santol","santolina","santolinas","santols","santon","santonica","santonicas","santonin","santonins","santons","santoor","santoors","santos","santour","santours","sants","santur","santurs","sanyasi","sanyasis","saola","saolas","saouari","saouaris","sap","sapajou","sapajous","sapan","sapans","sapanwood","sapanwoods","sapego","sapegoes","sapele","sapeles","sapful","saphead","sapheaded","sapheads","saphena","saphenae","saphenas","saphenous","sapid","sapidities","sapidity","sapidless","sapidness","sapidnesses","sapience","sapiences","sapiencies","sapiency","sapiens","sapient","sapiential","sapientially","sapiently","sapients","sapindaceous","sapless","saplessness","saplessnesses","sapling","saplings","sapodilla","sapodillas","sapogenin","sapogenins","saponaceous","saponaceousness","saponaceousnesses","saponaria","saponarias","saponated","saponifiable","saponification","saponifications","saponified","saponifier","saponifiers","saponifies","saponify","saponifying","saponin","saponine","saponines","saponins","saponite","saponites","sapor","saporific","saporous","sapors","sapota","sapotaceous","sapotas","sapote","sapotes","sapour","sapours","sappan","sappans","sappanwood","sappanwoods","sapped","sapper","sapperment","sappers","sapphic","sapphics","sapphire","sapphired","sapphires","sapphirine","sapphirines","sapphism","sapphisms","sapphist","sapphists","sappier","sappiest","sappily","sappiness","sappinesses","sapping","sapple","sappled","sapples","sappling","sappy","sapraemia","sapraemias","sapraemic","sapremia","sapremias","sapremic","saprobe","saprobes","saprobial","saprobic","saprobiont","saprobionts","saprobiotic","saprogenic","saprogenicities","saprogenicity","saprogenous","saprolegnia","saprolegnias","saprolite","saprolites","saprolitic","sapropel","sapropelic","sapropelite","sapropelites","sapropels","saprophagous","saprophyte","saprophytes","saprophytic","saprophytically","saprophytism","saprophytisms","saprotroph","saprotrophic","saprotrophs","saprozoic","saps","sapsago","sapsagos","sapsucker","sapsuckers","sapucaia","sapucaias","sapwood","sapwoods","sar","saraband","sarabande","sarabandes","sarabands","sarafan","sarafans","saran","sarangi","sarangis","sarans","sarape","sarapes","sarbacane","sarbacanes","sarcasm","sarcasms","sarcastic","sarcastically","sarcenchymatous","sarcenchyme","sarcenchymes","sarcenet","sarcenets","sarcina","sarcinae","sarcinas","sarcocarp","sarcocarps","sarcocolla","sarcocollas","sarcocystis","sarcocystises","sarcode","sarcodes","sarcodic","sarcoid","sarcoidoses","sarcoidosis","sarcoids","sarcolemma","sarcolemmal","sarcolemmas","sarcolemmata","sarcologies","sarcology","sarcoma","sarcomas","sarcomata","sarcomatoid","sarcomatoses","sarcomatosis","sarcomatous","sarcomere","sarcomeres","sarconet","sarconets","sarcophagal","sarcophagi","sarcophagous","sarcophagus","sarcophaguses","sarcoplasm","sarcoplasmic","sarcoplasms","sarcoptic","sarcosomal","sarcosome","sarcosomes","sarcous","sard","sardana","sardanas","sardar","sardars","sardel","sardelle","sardelles","sardels","sardine","sardined","sardines","sardining","sardius","sardiuses","sardonian","sardonic","sardonical","sardonically","sardonicism","sardonicisms","sardonyx","sardonyxes","sards","sared","saree","sarees","sargasso","sargassos","sargassum","sargassums","sarge","sarges","sargo","sargos","sargoses","sargus","sarguses","sari","sarin","saring","sarins","saris","sark","sarkier","sarkiest","sarkily","sarkiness","sarkinesses","sarking","sarkings","sarks","sarky","sarment","sarmenta","sarmentaceous","sarmentose","sarmentous","sarments","sarmentum","sarmie","sarmies","sarney","sarneys","sarnie","sarnies","sarod","sarode","sarodes","sarodist","sarodists","sarods","sarong","sarongs","saronic","saros","saroses","sarpanch","sarpanches","sarracenia","sarraceniaceous","sarracenias","sarrasin","sarrasins","sarrazin","sarrazins","sarrusophone","sarrusophones","sars","sarsaparilla","sarsaparillas","sarsar","sarsars","sarsden","sarsdens","sarsen","sarsenet","sarsenets","sarsens","sarsnet","sarsnets","sartor","sartorial","sartorially","sartorian","sartorii","sartorius","sartoriuses","sartors","sarus","saruses","sasarara","sasararas","saser","sasers","sash","sashay","sashayed","sashaying","sashays","sashed","sashes","sashimi","sashimis","sashing","sashless","sasin","sasine","sasines","sasins","saskatoon","saskatoons","sasquatch","sasquatches","sass","sassabies","sassaby","sassafras","sassafrases","sassarara","sassararas","sasse","sassed","sasses","sassier","sassies","sassiest","sassily","sassiness","sassinesses","sassing","sassolin","sassolins","sassolite","sassolites","sasswood","sasswoods","sassy","sassywood","sassywoods","sastra","sastras","sastruga","sastrugi","sat","satai","satais","satang","satangs","satanic","satanical","satanically","satanicalness","satanicalnesses","satanism","satanisms","satanist","satanists","satanities","satanity","satanologies","satanology","satanophanies","satanophany","satanophobia","satanophobias","satara","sataras","satay","satays","satchel","satcheled","satchelful","satchelfuls","satchelled","satchels","satchelsful","sate","sated","satedness","satednesses","sateen","sateens","sateless","satelles","satellite","satellited","satellites","satellitic","satelliting","satellitise","satellitised","satellitises","satellitising","satellitium","satellitiums","satellitize","satellitized","satellitizes","satellitizing","satem","sates","sati","satiabilities","satiability","satiable","satiably","satiate","satiated","satiates","satiating","satiation","satiations","satieties","satiety","satin","satined","satinet","satinets","satinetta","satinettas","satinette","satinettes","satinflower","satinflowers","sating","satining","satinpod","satinpods","satins","satinwood","satinwoods","satiny","satire","satires","satiric","satirical","satirically","satiricalness","satiricalnesses","satirisable","satirisation","satirisations","satirise","satirised","satiriser","satirisers","satirises","satirising","satirist","satirists","satirizable","satirization","satirizations","satirize","satirized","satirizer","satirizers","satirizes","satirizing","satis","satisfaction","satisfactions","satisfactorily","satisfactoriness","satisfactorinesses","satisfactory","satisfiable","satisfice","satisficed","satisficer","satisficers","satisfices","satisficing","satisficings","satisfied","satisfier","satisfiers","satisfies","satisfy","satisfying","satisfyingly","sative","satori","satoris","satrap","satrapal","satrapies","satraps","satrapy","satsuma","satsumas","saturabilities","saturability","saturable","saturant","saturants","saturate","saturated","saturater","saturaters","saturates","saturating","saturation","saturations","saturator","saturators","saturnalia","saturnalian","saturnalianly","saturnalias","saturnic","saturniid","saturniids","saturnine","saturninely","saturninities","saturninity","saturnism","saturnisms","saturnist","saturnists","satyagraha","satyagrahas","satyagrahi","satyagrahis","satyr","satyra","satyral","satyrals","satyras","satyresque","satyress","satyresses","satyriases","satyriasis","satyric","satyrical","satyrid","satyrids","satyrisk","satyrisks","satyrlike","satyrs","sau","sauba","saubas","sauce","sauceboat","sauceboats","saucebox","sauceboxes","sauced","sauceless","saucepan","saucepans","saucepot","saucepots","saucer","saucerful","saucerfuls","saucerless","saucerlike","saucers","sauces","sauch","sauchs","saucier","sauciers","sauciest","saucily","sauciness","saucinesses","saucing","saucisse","saucisses","saucisson","saucissons","saucy","sauerbraten","sauerbratens","sauerkraut","sauerkrauts","saufgard","saufgards","sauger","saugers","saugh","saughs","saughy","saul","saulge","saulges","saulie","saulies","sauls","sault","saults","sauna","saunaed","saunaing","saunas","saunt","saunted","saunter","sauntered","saunterer","saunterers","sauntering","saunteringly","saunterings","saunters","saunting","saunts","saurel","saurels","saurian","saurians","sauries","saurischian","saurischians","saurognathous","sauroid","sauropod","sauropodous","sauropods","sauropsidan","sauropsidans","sauropterygian","saury","sausage","sausages","saussurite","saussurites","saussuritic","saut","saute","sauted","sauteed","sauteeing","sauteing","sauterne","sauternes","sautes","sauting","sautoir","sautoire","sautoires","sautoirs","sauts","sav","savable","savableness","savablenesses","savage","savaged","savagedom","savagedoms","savagely","savageness","savagenesses","savager","savageries","savagery","savages","savagest","savaging","savagism","savagisms","savanna","savannah","savannahs","savannas","savant","savante","savantes","savants","savarin","savarins","savate","savates","save","saveable","saveableness","saveablenesses","saved","savegard","savegarded","savegarding","savegards","saveloy","saveloys","saver","savers","saves","savey","saveyed","saveying","saveys","savin","savine","savines","saving","savingly","savingness","savingnesses","savings","savins","savior","saviors","saviour","saviours","savor","savored","savorer","savorers","savorier","savories","savoriest","savorily","savoriness","savorinesses","savoring","savorless","savorous","savors","savory","savour","savoured","savourer","savourers","savourier","savouries","savouriest","savourily","savouriness","savourinesses","savouring","savourless","savourly","savours","savoury","savoy","savoyard","savoyards","savoys","savs","savvey","savveyed","savveying","savveys","savvied","savvier","savvies","savviest","savvily","savviness","savvinesses","savvy","savvying","saw","sawah","sawahs","sawbill","sawbills","sawblade","sawblades","sawbones","sawboneses","sawbuck","sawbucks","sawder","sawdered","sawdering","sawders","sawdust","sawdusted","sawdusting","sawdusts","sawdusty","sawed","sawer","sawers","sawfish","sawfishes","sawflies","sawfly","sawgrass","sawgrasses","sawhorse","sawhorses","sawing","sawings","sawlike","sawlog","sawlogs","sawmill","sawmills","sawn","sawney","sawneys","sawpit","sawpits","saws","sawshark","sawsharks","sawteeth","sawtimber","sawtimbers","sawtooth","sawyer","sawyers","sax","saxatile","saxaul","saxauls","saxe","saxes","saxhorn","saxhorns","saxicavous","saxicole","saxicoline","saxicolous","saxifragaceous","saxifrage","saxifrages","saxitoxin","saxitoxins","saxonies","saxonite","saxonites","saxony","saxophone","saxophones","saxophonic","saxophonist","saxophonists","saxtuba","saxtubas","say","sayable","sayed","sayeds","sayer","sayers","sayest","sayid","sayids","saying","sayings","sayne","sayon","sayonara","sayonaras","sayons","says","sayst","sayyid","sayyids","saz","sazerac","sazeracs","sazes","sazhen","sazhens","sazzes","sbirri","sbirro","scab","scabbard","scabbarded","scabbarding","scabbardless","scabbards","scabbed","scabbedness","scabbednesses","scabbier","scabbiest","scabbily","scabbiness","scabbinesses","scabbing","scabble","scabbled","scabbles","scabbling","scabby","scaberulous","scabies","scabietic","scabiosa","scabiosas","scabious","scabiouses","scabland","scablands","scablike","scabrid","scabridities","scabridity","scabrous","scabrously","scabrousness","scabrousnesses","scabs","scad","scads","scaff","scaffie","scaffies","scaffolage","scaffolages","scaffold","scaffoldage","scaffoldages","scaffolded","scaffolder","scaffolders","scaffolding","scaffoldings","scaffolds","scaffs","scag","scagged","scagging","scaglia","scaglias","scagliola","scagliolas","scags","scail","scailed","scailing","scails","scaith","scaithed","scaithing","scaithless","scaiths","scala","scalabilities","scalability","scalable","scalableness","scalablenesses","scalably","scalade","scalades","scalado","scalados","scalae","scalage","scalages","scalar","scalare","scalares","scalariform","scalariformly","scalars","scalation","scalations","scalawag","scalawags","scald","scaldberries","scaldberry","scalded","scalder","scalders","scaldfish","scaldfishes","scaldhead","scaldheads","scaldic","scalding","scaldings","scaldini","scaldino","scalds","scaldship","scaldships","scale","scaleable","scaleably","scaleboard","scaleboards","scaled","scaleless","scalelike","scalene","scaleni","scalenohedra","scalenohedron","scalenohedrons","scalenus","scalepan","scalepans","scaler","scalers","scales","scaletail","scaletails","scaleup","scaleups","scalework","scaleworks","scalier","scaliest","scaliness","scalinesses","scaling","scalings","scall","scallawag","scallawags","scalled","scallies","scallion","scallions","scallop","scalloped","scalloper","scallopers","scalloping","scallopings","scallopini","scallopinis","scallops","scalls","scally","scallywag","scallywags","scalogram","scalograms","scaloppine","scaloppines","scaloppini","scalp","scalped","scalpel","scalpellic","scalpelliform","scalpels","scalper","scalpers","scalping","scalpings","scalpins","scalpless","scalpriform","scalprum","scalprums","scalps","scaly","scam","scambaiting","scambaitings","scamble","scambled","scambler","scamblers","scambles","scambling","scamblingly","scamblings","scamel","scamels","scammed","scammer","scammers","scamming","scammoniate","scammonies","scammony","scamp","scamped","scamper","scampered","scamperer","scamperers","scampering","scampers","scampi","scampies","scamping","scampings","scampis","scampish","scampishly","scampishness","scampishnesses","scamps","scams","scamster","scamsters","scamto","scamtos","scan","scand","scandal","scandaled","scandaling","scandalisation","scandalisations","scandalise","scandalised","scandaliser","scandalisers","scandalises","scandalising","scandalization","scandalizations","scandalize","scandalized","scandalizer","scandalizers","scandalizes","scandalizing","scandalled","scandalling","scandalmonger","scandalmongering","scandalmongerings","scandalmongers","scandalous","scandalously","scandalousness","scandalousnesses","scandals","scandent","scandia","scandias","scandic","scandium","scandiums","scannable","scanned","scanner","scanners","scanning","scannings","scans","scansion","scansions","scansorial","scant","scanted","scanter","scantest","scantier","scanties","scantiest","scantily","scantiness","scantinesses","scanting","scantities","scantity","scantle","scantled","scantles","scantling","scantlings","scantly","scantness","scantnesses","scants","scanty","scapa","scapaed","scapaing","scapas","scape","scaped","scapegallows","scapegallowses","scapegoat","scapegoated","scapegoating","scapegoatings","scapegoatism","scapegoatisms","scapegoats","scapegrace","scapegraces","scapeless","scapement","scapements","scapes","scapewheel","scapewheels","scaphocephali","scaphocephalic","scaphocephalics","scaphocephalies","scaphocephalism","scaphocephalous","scaphocephalus","scaphocephaly","scaphoid","scaphoids","scaphopod","scaphopods","scapi","scapigerous","scaping","scapolite","scapolites","scapose","scapple","scappled","scapples","scappling","scapula","scapulae","scapular","scapularies","scapulars","scapulary","scapulas","scapulated","scapulimancies","scapulimancy","scapulimantic","scapulomancies","scapulomancy","scapulomantic","scapus","scar","scarab","scarabaean","scarabaeans","scarabaei","scarabaeid","scarabaeids","scarabaeist","scarabaeists","scarabaeoid","scarabaeoids","scarabaeus","scarabaeuses","scarabee","scarabees","scaraboid","scaraboids","scarabs","scaramouch","scaramouche","scaramouches","scarce","scarcely","scarcement","scarcements","scarceness","scarcenesses","scarcer","scarcest","scarcities","scarcity","scare","scarecrow","scarecrows","scared","scareder","scaredest","scarehead","scareheads","scaremonger","scaremongering","scaremongerings","scaremongers","scarer","scarers","scares","scarey","scarf","scarfed","scarfer","scarfers","scarfing","scarfings","scarfish","scarfishes","scarfpin","scarfpins","scarfs","scarfskin","scarfskins","scarfwise","scarier","scariest","scarification","scarifications","scarificator","scarificators","scarified","scarifier","scarifiers","scarifies","scarify","scarifying","scarifyingly","scarily","scariness","scarinesses","scaring","scariose","scarious","scarlatina","scarlatinal","scarlatinas","scarless","scarlet","scarleted","scarleting","scarlets","scarmoge","scarmoges","scarp","scarpa","scarpaed","scarpaing","scarpas","scarped","scarper","scarpered","scarpering","scarpers","scarpetti","scarpetto","scarph","scarphed","scarphing","scarphs","scarpines","scarping","scarpings","scarps","scarre","scarred","scarres","scarrier","scarriest","scarring","scarrings","scarry","scars","scart","scarted","scarth","scarths","scarting","scarts","scarves","scary","scat","scatback","scatbacks","scatch","scatches","scath","scathe","scathed","scatheful","scathefulness","scathefulnesses","scatheless","scathes","scathing","scathingly","scaths","scatole","scatoles","scatologic","scatological","scatologies","scatologist","scatologists","scatology","scatophagies","scatophagous","scatophagy","scats","scatt","scatted","scatter","scatterable","scatteration","scatterations","scatterbrain","scatterbrained","scatterbrains","scattered","scatteredly","scatterer","scatterers","scattergood","scattergoods","scattergram","scattergrams","scattergun","scatterguns","scattering","scatteringly","scatterings","scatterling","scatterlings","scattermouch","scattermouches","scatterometer","scatterometers","scatters","scattershot","scattery","scattier","scattiest","scattily","scattiness","scattinesses","scatting","scattings","scatts","scatty","scaturient","scaud","scauded","scauding","scauds","scaup","scauped","scauper","scaupers","scauping","scaups","scaur","scaured","scauries","scauring","scaurs","scaury","scavage","scavager","scavagers","scavages","scavenge","scavenged","scavenger","scavengered","scavengeries","scavengering","scavengerings","scavengers","scavengery","scavenges","scavenging","scavengings","scaw","scaws","scawtite","scawtites","scazon","scazons","scazontes","scazontic","scazontics","sceat","sceatt","sceattas","scedule","sceduled","scedules","sceduling","scelerat","scelerate","scelerates","scelerats","scena","scenaries","scenario","scenarios","scenarisation","scenarisations","scenarise","scenarised","scenarises","scenarising","scenarist","scenarists","scenarization","scenarizations","scenarize","scenarized","scenarizes","scenarizing","scenary","scenas","scend","scended","scending","scends","scene","scened","sceneman","scenemen","sceneries","scenery","scenes","sceneshifter","sceneshifters","scenester","scenesters","scenic","scenical","scenically","scenics","scening","scenographer","scenographers","scenographic","scenographical","scenographies","scenography","scent","scented","scentful","scenting","scentings","scentless","scentlessness","scentlessnesses","scents","scepsis","scepsises","scepter","sceptered","sceptering","scepterless","scepters","sceptic","sceptical","sceptically","scepticism","scepticisms","sceptics","sceptral","sceptre","sceptred","sceptreless","sceptres","sceptring","sceptry","scerne","scerned","scernes","scerning","sceuophylacia","sceuophylacium","sceuophylax","sceuophylaxes","schadenfreude","schadenfreudes","schalstein","schalsteins","schanse","schanses","schantze","schantzes","schanze","schanzes","schappe","schapped","schappeing","schappes","schapska","schapskas","schatchen","schatchens","schav","schavs","schechita","schechitah","schechitahs","schechitas","schecklaton","schecklatons","schedular","schedule","scheduled","scheduler","schedulers","schedules","scheduling","scheelite","scheelites","schefflera","scheffleras","schellies","schellum","schellums","schelly","schelm","schelms","schema","schemas","schemata","schematic","schematical","schematically","schematics","schematisation","schematisations","schematise","schematised","schematises","schematising","schematism","schematisms","schematist","schematists","schematization","schematizations","schematize","schematized","schematizes","schematizing","scheme","schemed","schemer","schemers","schemes","schemie","schemies","scheming","schemingly","schemings","schemozzle","schemozzled","schemozzles","schemozzling","scherzandi","scherzando","scherzandos","scherzi","scherzo","scherzos","schiavone","schiavones","schiedam","schiedams","schiller","schillerisation","schillerise","schillerised","schillerises","schillerising","schillerization","schillerize","schillerized","schillerizes","schillerizing","schillers","schilling","schillings","schimmel","schimmels","schindyleses","schindylesis","schindyletic","schipperke","schipperkes","schism","schisma","schismas","schismatic","schismatical","schismatically","schismaticals","schismatics","schismatise","schismatised","schismatises","schismatising","schismatize","schismatized","schismatizes","schismatizing","schisms","schist","schistose","schistosities","schistosity","schistosomal","schistosome","schistosomes","schistosomiases","schistosomiasis","schistous","schists","schizaeaceous","schizanthus","schizanthuses","schizier","schiziest","schizo","schizocarp","schizocarpic","schizocarpous","schizocarps","schizogeneses","schizogenesis","schizogenetic","schizogenic","schizognathous","schizogonic","schizogonies","schizogonous","schizogony","schizoid","schizoidal","schizoids","schizomycete","schizomycetes","schizomycetic","schizomycetous","schizont","schizonts","schizophrene","schizophrenes","schizophrenetic","schizophrenia","schizophrenias","schizophrenic","schizophrenically","schizophrenics","schizophyceous","schizophyte","schizophytes","schizophytic","schizopod","schizopodal","schizopodous","schizopods","schizos","schizothymia","schizothymias","schizothymic","schizy","schizzier","schizziest","schizzy","schlager","schlagers","schlemiel","schlemiels","schlemihl","schlemihls","schlep","schlepp","schlepped","schlepper","schleppers","schleppier","schleppiest","schlepping","schlepps","schleppy","schleps","schlich","schlichs","schliere","schlieren","schlieric","schlimazel","schlimazels","schlock","schlocker","schlockers","schlockier","schlockiest","schlockmeister","schlockmeisters","schlocks","schlocky","schlong","schlongs","schloss","schlosses","schlub","schlubs","schlumbergera","schlumbergeras","schlump","schlumped","schlumpier","schlumpiest","schlumping","schlumps","schlumpy","schmaltz","schmaltzes","schmaltzier","schmaltziest","schmaltzy","schmalz","schmalzes","schmalzier","schmalziest","schmalzy","schmatte","schmattes","schmear","schmeared","schmearing","schmears","schmeck","schmecks","schmeer","schmeered","schmeering","schmeers","schmelz","schmelze","schmelzes","schmick","schmicker","schmickest","schmo","schmock","schmocks","schmoe","schmoes","schmoos","schmoose","schmoosed","schmooses","schmoosing","schmooz","schmooze","schmoozed","schmoozer","schmoozers","schmoozes","schmoozier","schmooziest","schmoozing","schmoozy","schmos","schmuck","schmucks","schmutter","schmutters","schnapper","schnappers","schnapps","schnappses","schnaps","schnapses","schnauzer","schnauzers","schnecke","schnecken","schnell","schnitzel","schnitzels","schnook","schnooks","schnorkel","schnorkeled","schnorkeling","schnorkelled","schnorkelling","schnorkels","schnorr","schnorred","schnorrer","schnorrers","schnorring","schnorrs","schnoz","schnozes","schnozz","schnozzes","schnozzle","schnozzles","scholar","scholarch","scholarchs","scholarlier","scholarliest","scholarliness","scholarlinesses","scholarly","scholars","scholarship","scholarships","scholastic","scholastical","scholastically","scholasticate","scholasticates","scholasticism","scholasticisms","scholastics","scholia","scholiast","scholiastic","scholiasts","scholion","scholium","scholiums","school","schoolbag","schoolbags","schoolbook","schoolbooks","schoolboy","schoolboyish","schoolboys","schoolchild","schoolchildren","schoolcraft","schoolcrafts","schoolday","schooldays","schoole","schooled","schooleries","schoolery","schooles","schoolfellow","schoolfellows","schoolgirl","schoolgirlish","schoolgirls","schoolgoing","schoolgoings","schoolhouse","schoolhouses","schoolie","schoolies","schooling","schoolings","schoolkid","schoolkids","schoolmaid","schoolmaids","schoolman","schoolmarm","schoolmarmish","schoolmarms","schoolmaster","schoolmastered","schoolmastering","schoolmasterish","schoolmasterly","schoolmasters","schoolmate","schoolmates","schoolmen","schoolmistress","schoolmistresses","schoolmistressy","schoolroom","schoolrooms","schools","schoolteacher","schoolteachers","schoolteaching","schoolteachings","schooltide","schooltides","schooltime","schooltimes","schoolward","schoolwards","schoolwork","schoolworks","schooner","schooners","schorl","schorlaceous","schorlomite","schorlomites","schorls","schottische","schottisches","schout","schouts","schrecklich","schrik","schriks","schrod","schrods","schtick","schticks","schtik","schtiks","schtook","schtooks","schtoom","schtuck","schtucks","schtum","schuit","schuits","schul","schuln","schuls","schuss","schussboomer","schussboomers","schussed","schusser","schussers","schusses","schussing","schuyt","schuyts","schvartze","schvartzes","schwa","schwarmerei","schwarmereis","schwarmerisch","schwartze","schwartzes","schwarzlot","schwarzlots","schwas","sciaenid","sciaenids","sciaenoid","sciaenoids","sciamachies","sciamachy","sciarid","sciarids","sciatic","sciatica","sciatical","sciaticas","sciatics","science","scienced","sciences","scient","scienter","sciential","scientific","scientifical","scientifically","scientificities","scientificity","scientise","scientised","scientises","scientising","scientism","scientisms","scientist","scientistic","scientists","scientize","scientized","scientizes","scientizing","scilicet","scilla","scillas","scimetar","scimetars","scimitar","scimitars","scimiter","scimiters","scincoid","scincoidian","scincoidians","scincoids","scindapsus","scindapsuses","scintigram","scintigrams","scintigraphic","scintigraphies","scintigraphy","scintilla","scintillae","scintillant","scintillantly","scintillas","scintillascope","scintillascopes","scintillate","scintillated","scintillates","scintillating","scintillatingly","scintillation","scintillations","scintillator","scintillators","scintilliscan","scintilliscans","scintillometer","scintillometers","scintillon","scintillons","scintilloscope","scintilloscopes","scintiscan","scintiscanner","scintiscanners","scintiscans","sciolism","sciolisms","sciolist","sciolistic","sciolists","sciolous","sciolto","sciomachies","sciomachy","sciomancer","sciomancers","sciomancies","sciomancy","sciomantic","scion","scions","sciophyte","sciophytes","sciophytic","sciosophies","sciosophy","sciroc","scirocco","sciroccos","scirocs","scirrhi","scirrhoid","scirrhosities","scirrhosity","scirrhous","scirrhus","scirrhuses","scissel","scissels","scissil","scissile","scissils","scission","scissions","scissiparities","scissiparity","scissor","scissored","scissorer","scissorers","scissoring","scissors","scissortail","scissortails","scissorwise","scissure","scissures","scitamineous","sciurid","sciurids","sciurine","sciurines","sciuroid","sclaff","sclaffed","sclaffer","sclaffers","sclaffing","sclaffs","sclate","sclates","sclaunder","sclaunders","sclave","sclaves","sclera","sclerae","scleral","scleras","sclere","sclereid","sclereide","sclereides","sclereids","sclerema","scleremas","sclerenchyma","sclerenchymas","sclerenchymata","sclerenchymatous","scleres","scleriases","scleriasis","sclerite","sclerites","scleritic","scleritis","scleritises","sclerocaulies","sclerocaulous","sclerocauly","scleroderm","scleroderma","sclerodermas","sclerodermata","sclerodermatous","sclerodermia","sclerodermias","sclerodermic","sclerodermite","sclerodermites","sclerodermous","scleroderms","scleroid","scleroma","scleromalacia","scleromalacias","scleromas","scleromata","sclerometer","sclerometers","sclerometric","sclerophyll","sclerophyllies","sclerophyllous","sclerophylls","sclerophylly","scleroprotein","scleroproteins","sclerosal","sclerose","sclerosed","scleroses","sclerosing","sclerosis","sclerotal","sclerotals","sclerotia","sclerotial","sclerotic","sclerotics","sclerotin","sclerotins","sclerotioid","sclerotisation","sclerotisations","sclerotise","sclerotised","sclerotises","sclerotising","sclerotitis","sclerotitises","sclerotium","sclerotization","sclerotizations","sclerotize","sclerotized","sclerotizes","sclerotizing","sclerotomies","sclerotomy","sclerous","scliff","scliffs","sclim","sclimmed","sclimming","sclims","scodier","scodiest","scody","scoff","scoffed","scoffer","scoffers","scoffing","scoffingly","scoffings","scofflaw","scofflaws","scoffs","scog","scogged","scogging","scogs","scoinson","scoinsons","scold","scoldable","scolded","scolder","scolders","scolding","scoldingly","scoldings","scolds","scoleces","scolecid","scolecids","scoleciform","scolecite","scolecites","scolecoid","scolex","scolia","scolices","scolioma","scoliomas","scolion","scolioses","scoliosis","scoliotic","scollop","scolloped","scolloping","scollops","scolopaceous","scolopendra","scolopendras","scolopendrid","scolopendrids","scolopendriform","scolopendrine","scolopendrium","scolopendriums","scolytid","scolytids","scolytoid","scolytoids","scombrid","scombrids","scombroid","scombroids","scomfish","scomfished","scomfishes","scomfishing","sconce","sconced","sconces","sconcheon","sconcheons","sconcing","scone","scones","scontion","scontions","scoobies","scooby","scooch","scooched","scooches","scooching","scoog","scooged","scooging","scoogs","scoop","scoopable","scooped","scooper","scoopers","scoopful","scoopfuls","scooping","scoopings","scoops","scoopsful","scoosh","scooshed","scooshes","scooshing","scoot","scootch","scootched","scootches","scootching","scooted","scooter","scooterist","scooterists","scooters","scooting","scoots","scop","scopa","scopae","scopate","scope","scoped","scopelid","scopelids","scopeloid","scopeloids","scopes","scoping","scopolamine","scopolamines","scopoline","scopolines","scopophilia","scopophiliac","scopophiliacs","scopophilias","scopophilic","scopophobia","scopophobias","scops","scoptophilia","scoptophilias","scoptophobia","scoptophobias","scopula","scopulae","scopulas","scopulate","scorbutic","scorbutically","scorch","scorched","scorcher","scorchers","scorches","scorching","scorchingly","scorchingness","scorchingnesses","scorchings","scordato","scordatura","scordaturas","score","scoreboard","scoreboards","scorecard","scorecards","scored","scorekeeper","scorekeepers","scoreless","scoreline","scorelines","scorepad","scorepads","scorer","scorers","scores","scoresheet","scoresheets","scoria","scoriac","scoriaceous","scoriae","scorification","scorifications","scorified","scorifier","scorifiers","scorifies","scorify","scorifying","scoring","scorings","scorious","scorn","scorned","scorner","scorners","scornful","scornfully","scornfulness","scornfulnesses","scorning","scornings","scorns","scorodite","scorodites","scorpaenid","scorpaenids","scorpaenoid","scorpaenoids","scorper","scorpers","scorpioid","scorpioids","scorpion","scorpionic","scorpions","scorrendo","scorse","scorsed","scorser","scorsers","scorses","scorsing","scorzonera","scorzoneras","scot","scotch","scotched","scotches","scotching","scoter","scoters","scotia","scotias","scotodinia","scotodinias","scotoma","scotomas","scotomata","scotomatous","scotometer","scotometers","scotomia","scotomias","scotomies","scotomy","scotophil","scotopia","scotopias","scotopic","scots","scottie","scotties","scoug","scouged","scouging","scougs","scoundrel","scoundrelly","scoundrels","scoup","scouped","scouping","scoups","scour","scoured","scourer","scourers","scourge","scourged","scourger","scourgers","scourges","scourging","scourie","scouries","scouring","scourings","scours","scourse","scoursed","scourses","scoursing","scouse","scouser","scousers","scouses","scout","scoutcraft","scoutcrafts","scouted","scouter","scouters","scouth","scouther","scouthered","scouthering","scoutherings","scouthers","scouthery","scouths","scouting","scoutings","scoutmaster","scoutmasters","scouts","scow","scowder","scowdered","scowdering","scowderings","scowders","scowed","scowing","scowl","scowled","scowler","scowlers","scowling","scowlingly","scowls","scowp","scowped","scowping","scowps","scowrer","scowrers","scowrie","scowries","scows","scowth","scowther","scowthered","scowthering","scowthers","scowths","scozza","scozzas","scrab","scrabbed","scrabbing","scrabble","scrabbled","scrabbler","scrabblers","scrabbles","scrabblier","scrabbliest","scrabbling","scrabbly","scrabs","scrae","scraes","scrag","scragged","scraggedness","scraggednesses","scraggier","scraggiest","scraggily","scragginess","scragginesses","scragging","scragglier","scraggliest","scraggling","scraggly","scraggy","scrags","scraich","scraiched","scraiching","scraichs","scraigh","scraighed","scraighing","scraighs","scram","scramb","scrambed","scrambing","scramble","scrambled","scrambler","scramblers","scrambles","scrambling","scramblingly","scramblings","scrambs","scramjet","scramjets","scrammed","scramming","scrams","scran","scranch","scranched","scranches","scranching","scrannel","scrannels","scrannier","scranniest","scranny","scrans","scrap","scrapable","scrapbook","scrapbooked","scrapbooking","scrapbookings","scrapbooks","scrape","scraped","scrapegood","scrapegoods","scrapegut","scrapeguts","scrapepennies","scrapepenny","scraper","scraperboard","scraperboards","scrapers","scrapes","scrapheap","scrapheaps","scrapie","scrapies","scraping","scrapings","scrappage","scrappages","scrapped","scrapper","scrappers","scrappier","scrappiest","scrappily","scrappiness","scrappinesses","scrapping","scrapple","scrapples","scrappy","scraps","scrapyard","scrapyards","scrat","scratch","scratchback","scratchbacks","scratchboard","scratchboards","scratchbuild","scratchbuilder","scratchbuilders","scratchbuilding","scratchbuilds","scratchbuilt","scratchcard","scratchcards","scratched","scratcher","scratchers","scratches","scratchie","scratchier","scratchies","scratchiest","scratchily","scratchiness","scratchinesses","scratching","scratchingly","scratchings","scratchless","scratchplate","scratchplates","scratchy","scrats","scratted","scratting","scrattle","scrattled","scrattles","scrattling","scrauch","scrauched","scrauching","scrauchs","scraugh","scraughed","scraughing","scraughs","scraw","scrawl","scrawled","scrawler","scrawlers","scrawlier","scrawliest","scrawling","scrawlingly","scrawlings","scrawls","scrawly","scrawm","scrawmed","scrawming","scrawms","scrawnier","scrawniest","scrawnily","scrawniness","scrawninesses","scrawny","scrawp","scrawped","scrawping","scrawps","scraws","scray","scraye","scrayes","scrays","screak","screaked","screakier","screakiest","screaking","screaks","screaky","scream","screamed","screamer","screamers","screaming","screamingly","screamo","screamos","screams","scree","screech","screeched","screecher","screechers","screeches","screechier","screechiest","screeching","screechy","screed","screeded","screeder","screeders","screeding","screedings","screeds","screen","screenable","screenager","screenagers","screencraft","screencrafts","screened","screener","screeners","screenful","screenfuls","screenie","screenies","screening","screenings","screenland","screenlands","screenlike","screenplay","screenplays","screens","screensaver","screensavers","screenshot","screenshots","screenwriter","screenwriters","screes","screet","screeted","screeting","screets","screeve","screeved","screever","screevers","screeves","screeving","screevings","screich","screiched","screiching","screichs","screigh","screighed","screighing","screighs","screw","screwable","screwball","screwballs","screwbean","screwbeans","screwdriver","screwdrivers","screwed","screwer","screwers","screwier","screwiest","screwiness","screwinesses","screwing","screwings","screwlike","screws","screwtop","screwtops","screwup","screwups","screwworm","screwworms","screwy","scribable","scribacious","scribaciousness","scribal","scribble","scribbled","scribblement","scribblements","scribbler","scribblers","scribbles","scribblier","scribbliest","scribbling","scribblingly","scribblings","scribbly","scribe","scribed","scriber","scribers","scribes","scribing","scribings","scribism","scribisms","scriech","scrieched","scrieching","scriechs","scried","scriene","scrienes","scries","scrieve","scrieveboard","scrieveboards","scrieved","scrieves","scrieving","scriggle","scriggled","scriggles","scrigglier","scriggliest","scriggling","scriggly","scrike","scriked","scrikes","scriking","scrim","scrimmage","scrimmaged","scrimmager","scrimmagers","scrimmages","scrimmaging","scrimp","scrimped","scrimper","scrimpers","scrimpier","scrimpiest","scrimpily","scrimpiness","scrimpinesses","scrimping","scrimpit","scrimply","scrimpness","scrimpnesses","scrimps","scrimpy","scrims","scrimshander","scrimshandered","scrimshandering","scrimshanders","scrimshandied","scrimshandies","scrimshandy","scrimshandying","scrimshank","scrimshanked","scrimshanking","scrimshanks","scrimshaw","scrimshawed","scrimshawing","scrimshaws","scrimshoner","scrimshoners","scrimure","scrimures","scrine","scrines","scrip","scripophile","scripophiles","scripophilies","scripophilist","scripophilists","scripophily","scrippage","scrippages","scrips","script","scripted","scripter","scripters","scripting","scriptoria","scriptorial","scriptorium","scriptoriums","scriptory","scripts","scriptural","scripturalism","scripturalisms","scripturalist","scripturalists","scripturally","scripture","scriptures","scripturism","scripturisms","scripturist","scripturists","scriptwriter","scriptwriters","scriptwriting","scriptwritings","scritch","scritched","scritches","scritching","scrive","scriveboard","scriveboards","scrived","scrivener","scriveners","scrivenership","scrivenerships","scrivening","scrivenings","scrives","scriving","scrobble","scrobbled","scrobbles","scrobbling","scrobe","scrobes","scrobicular","scrobiculate","scrobiculated","scrobicule","scrobicules","scrod","scroddled","scrods","scrofula","scrofulas","scrofulous","scrofulously","scrofulousness","scrog","scroggie","scroggier","scroggiest","scroggin","scroggins","scroggy","scrogs","scroll","scrollable","scrolled","scroller","scrollers","scrolling","scrollings","scrolls","scrollwise","scrollwork","scrollworks","scrome","scromed","scromes","scroming","scrooch","scrooched","scrooches","scrooching","scrooge","scrooged","scrooges","scrooging","scroop","scrooped","scrooping","scroops","scrootch","scrootched","scrootches","scrootching","scrophularia","scrophularias","scrorp","scrorps","scrota","scrotal","scrote","scrotes","scrotum","scrotums","scrouge","scrouged","scrouger","scrougers","scrouges","scrouging","scrounge","scrounged","scrounger","scroungers","scrounges","scroungier","scroungiest","scrounging","scroungings","scroungy","scrow","scrowdge","scrowdged","scrowdges","scrowdging","scrowl","scrowle","scrowled","scrowles","scrowling","scrowls","scrows","scroyle","scroyles","scrub","scrubbable","scrubbed","scrubber","scrubbers","scrubbier","scrubbiest","scrubbily","scrubbiness","scrubbinesses","scrubbing","scrubbings","scrubby","scrubland","scrublands","scrubs","scrubwoman","scrubwomen","scruff","scruffier","scruffiest","scruffily","scruffiness","scruffinesses","scruffs","scruffy","scrum","scrumdown","scrumdowns","scrummage","scrummaged","scrummager","scrummagers","scrummages","scrummaging","scrummed","scrummie","scrummier","scrummies","scrummiest","scrumming","scrummy","scrump","scrumped","scrumpies","scrumping","scrumple","scrumpled","scrumples","scrumpling","scrumpox","scrumpoxes","scrumps","scrumptious","scrumptiously","scrumptiousness","scrumpy","scrums","scrunch","scrunched","scruncheon","scruncheons","scrunches","scrunchie","scrunchier","scrunchies","scrunchiest","scrunching","scrunchion","scrunchions","scrunchy","scrunt","scruntier","scruntiest","scrunts","scrunty","scruple","scrupled","scrupleless","scrupler","scruplers","scruples","scrupling","scrupulosities","scrupulosity","scrupulous","scrupulously","scrupulousness","scrupulousnesses","scrutabilities","scrutability","scrutable","scrutator","scrutators","scrutineer","scrutineers","scrutinies","scrutinise","scrutinised","scrutiniser","scrutinisers","scrutinises","scrutinising","scrutinisingly","scrutinize","scrutinized","scrutinizer","scrutinizers","scrutinizes","scrutinizing","scrutinizingly","scrutinous","scrutinously","scrutiny","scruto","scrutoire","scrutoires","scrutos","scruze","scruzed","scruzes","scruzing","scry","scryde","scryer","scryers","scrying","scryings","scryne","scrynes","scuba","scubaed","scubaing","scubas","scuchin","scuchins","scud","scuddaler","scuddalers","scudded","scudder","scudders","scudding","scuddle","scuddled","scuddles","scuddling","scudi","scudler","scudlers","scudo","scuds","scuff","scuffed","scuffer","scuffers","scuffing","scuffle","scuffled","scuffler","scufflers","scuffles","scuffling","scuffs","scuft","scufts","scug","scugged","scugging","scugs","scul","sculch","sculches","sculdudderies","sculduddery","sculduddries","sculduddry","sculduggeries","sculduggery","sculk","sculked","sculker","sculkers","sculking","sculks","scull","sculle","sculled","sculler","sculleries","scullers","scullery","sculles","sculling","scullings","scullion","scullions","sculls","sculp","sculped","sculpin","sculping","sculpins","sculps","sculpsit","sculpt","sculpted","sculpting","sculptor","sculptors","sculptress","sculptresses","sculpts","sculptural","sculpturally","sculpture","sculptured","sculptures","sculpturesque","sculpturesquely","sculpturing","sculpturings","sculs","scultch","scultches","scum","scumbag","scumbags","scumber","scumbered","scumbering","scumbers","scumble","scumbled","scumbles","scumbling","scumblings","scumfish","scumfished","scumfishes","scumfishing","scumless","scumlike","scummed","scummer","scummers","scummier","scummiest","scummily","scumming","scummings","scummy","scums","scuncheon","scuncheons","scundered","scunge","scunged","scunges","scungier","scungiest","scungilli","scungillis","scunging","scungy","scunner","scunnered","scunnering","scunners","scup","scuppaug","scuppaugs","scupper","scuppered","scuppering","scuppernong","scuppernongs","scuppers","scups","scur","scurf","scurfier","scurfiest","scurfiness","scurfinesses","scurfs","scurfy","scurred","scurried","scurrier","scurriers","scurries","scurril","scurrile","scurrilities","scurrility","scurrilous","scurrilously","scurrilousness","scurrilousnesses","scurring","scurriour","scurriours","scurry","scurrying","scurs","scurvier","scurvies","scurviest","scurvily","scurviness","scurvinesses","scurvy","scuse","scused","scuses","scusing","scut","scuta","scutage","scutages","scutal","scutate","scutation","scutations","scutch","scutched","scutcheon","scutcheonless","scutcheons","scutcher","scutchers","scutches","scutching","scutchings","scute","scutella","scutellar","scutellate","scutellated","scutellation","scutellations","scutellum","scutes","scutiform","scutiger","scutigers","scuts","scutter","scuttered","scuttering","scutters","scuttle","scuttlebutt","scuttlebutts","scuttled","scuttleful","scuttlefuls","scuttler","scuttlers","scuttles","scuttling","scutum","scutwork","scutworks","scuzz","scuzzbag","scuzzbags","scuzzball","scuzzballs","scuzzes","scuzzier","scuzziest","scuzzy","scybala","scybalous","scybalum","scye","scyes","scyphate","scyphi","scyphiform","scyphistoma","scyphistomae","scyphistomas","scyphozoan","scyphozoans","scyphus","scytale","scytales","scythe","scythed","scythelike","scytheman","scythemen","scyther","scythers","scythes","scything","sdaine","sdained","sdaines","sdaining","sdayn","sdayned","sdayning","sdayns","sdeign","sdeigne","sdeigned","sdeignes","sdeignfull","sdeignfully","sdeigning","sdeigns","sdein","sdeined","sdeining","sdeins","sdrucciola","sea","seabag","seabags","seabank","seabanks","seabeach","seabeaches","seabed","seabeds","seabird","seabirds","seablite","seablites","seaboard","seaboards","seaboot","seaboots","seaborgium","seaborgiums","seaborne","seabottle","seabottles","seacoast","seacoasts","seacock","seacocks","seacraft","seacrafts","seacunnies","seacunny","seadog","seadogs","seadrome","seadromes","seafarer","seafarers","seafaring","seafarings","seafloor","seafloors","seafolk","seafolks","seafood","seafoods","seafowl","seafowls","seafront","seafronts","seagirt","seagoing","seagull","seagulls","seahawk","seahawks","seahog","seahogs","seahorse","seahorses","seahound","seahounds","seakale","seakales","seal","sealable","sealant","sealants","sealch","sealchs","sealed","sealer","sealeries","sealers","sealery","sealgh","sealghs","sealift","sealifted","sealifting","sealifts","sealine","sealines","sealing","sealings","seallike","sealpoint","sealpoints","seals","sealskin","sealskins","sealwax","sealwaxes","sealyham","sealyhams","seam","seamaid","seamaids","seaman","seamanlike","seamanly","seamanship","seamanships","seamark","seamarks","seame","seamed","seamen","seamer","seamers","seames","seamfree","seamier","seamiest","seaminess","seaminesses","seaming","seamings","seamless","seamlessly","seamlessness","seamlessnesses","seamlike","seamount","seamounts","seams","seamset","seamsets","seamster","seamsters","seamstress","seamstresses","seamstressies","seamstressy","seamy","sean","seance","seances","seaned","seaning","seannachie","seannachies","seannachy","seans","seapiece","seapieces","seaplane","seaplanes","seaport","seaports","seaquake","seaquakes","seaquaria","seaquarium","seaquariums","sear","searat","searats","searce","searced","searces","search","searchable","searched","searcher","searchers","searches","searching","searchingly","searchingness","searchingnesses","searchless","searchlight","searchlights","searcing","seare","seared","searedness","searednesses","searer","searest","searing","searingly","searings","searness","searnesses","searobin","searobins","sears","seas","seascape","seascapes","seascout","seascouts","sease","seased","seases","seashell","seashells","seashore","seashores","seasick","seasicker","seasickest","seasickness","seasicknesses","seaside","seasides","seasing","season","seasonabilities","seasonability","seasonable","seasonableness","seasonablenesses","seasonably","seasonal","seasonalities","seasonality","seasonally","seasonalness","seasonalnesses","seasonals","seasoned","seasoner","seasoners","seasoning","seasonings","seasonless","seasons","seaspeak","seaspeaks","seastrand","seastrands","seasure","seasures","seat","seatback","seatbacks","seatbelt","seatbelts","seated","seater","seaters","seating","seatings","seatless","seatmate","seatmates","seatrain","seatrains","seatrout","seatrouts","seats","seatwork","seatworks","seawall","seawalls","seawan","seawans","seawant","seawants","seaward","seawardly","seawards","seaware","seawares","seawater","seawaters","seaway","seaways","seaweed","seaweeds","seawife","seawives","seawoman","seawomen","seaworm","seaworms","seaworthier","seaworthiest","seaworthiness","seaworthinesses","seaworthy","seaze","seazed","seazes","seazing","sebaceous","sebacic","sebasic","sebate","sebates","sebesten","sebestens","sebiferous","sebific","seborrhea","seborrheal","seborrheas","seborrheic","seborrhoea","seborrhoeal","seborrhoeas","seborrhoeic","sebum","sebums","sebundies","sebundy","sec","secalose","secaloses","secant","secantly","secants","secateur","secateurs","secco","seccos","secede","seceded","seceder","seceders","secedes","seceding","secern","secerned","secernent","secernents","secerning","secernment","secernments","secerns","secesh","secesher","seceshers","seceshes","secession","secessional","secessionism","secessionisms","secessionist","secessionists","secessions","sech","sechs","seckel","seckels","seckle","seckles","seclude","secluded","secludedly","secludedness","secludednesses","secludes","secluding","seclusion","seclusionist","seclusionists","seclusions","seclusive","seclusively","seclusiveness","seclusivenesses","seco","secobarbital","secobarbitals","secodont","secodonts","seconal","seconals","second","secondaries","secondarily","secondariness","secondarinesses","secondary","seconde","seconded","secondee","secondees","seconder","seconders","secondes","secondhand","secondi","seconding","secondly","secondment","secondments","secondo","seconds","secpar","secpars","secrecies","secrecy","secret","secreta","secretage","secretages","secretagogic","secretagogue","secretagogues","secretaire","secretaires","secretarial","secretariat","secretariate","secretariates","secretariats","secretaries","secretary","secretaryship","secretaryships","secrete","secreted","secreter","secretes","secretest","secretin","secreting","secretins","secretion","secretional","secretionary","secretions","secretive","secretively","secretiveness","secretivenesses","secretly","secretness","secretnesses","secretor","secretories","secretors","secretory","secrets","secs","sect","sectarial","sectarian","sectarianise","sectarianised","sectarianises","sectarianising","sectarianism","sectarianisms","sectarianize","sectarianized","sectarianizes","sectarianizing","sectarians","sectaries","sectary","sectator","sectators","sectile","sectilities","sectility","section","sectional","sectionalise","sectionalised","sectionalises","sectionalising","sectionalism","sectionalisms","sectionalist","sectionalists","sectionalize","sectionalized","sectionalizes","sectionalizing","sectionally","sectionals","sectioned","sectioning","sectionisation","sectionisations","sectionise","sectionised","sectionises","sectionising","sectionization","sectionizations","sectionize","sectionized","sectionizes","sectionizing","sections","sector","sectoral","sectored","sectorial","sectorials","sectoring","sectorisation","sectorisations","sectorise","sectorised","sectorises","sectorising","sectorization","sectorizations","sectorize","sectorized","sectorizes","sectorizing","sectors","sects","secular","secularisation","secularisations","secularise","secularised","seculariser","secularisers","secularises","secularising","secularism","secularisms","secularist","secularistic","secularists","secularities","secularity","secularization","secularizations","secularize","secularized","secularizer","secularizers","secularizes","secularizing","secularly","seculars","seculum","seculums","secund","secundine","secundines","secundly","secundogeniture","secundum","securable","securance","securances","secure","secured","securely","securement","securements","secureness","securenesses","securer","securers","secures","securest","securiform","securing","securitan","securitans","securities","securitisation","securitisations","securitise","securitised","securitises","securitising","securitization","securitizations","securitize","securitized","securitizes","securitizing","security","securocrat","securocrats","sed","sedan","sedans","sedarim","sedate","sedated","sedately","sedateness","sedatenesses","sedater","sedates","sedatest","sedating","sedation","sedations","sedative","sedatives","sedent","sedentarily","sedentariness","sedentarinesses","sedentary","seder","seders","sederunt","sederunts","sedes","sedge","sedged","sedgeland","sedgelands","sedges","sedgier","sedgiest","sedgy","sedigitated","sedile","sedilia","sedilium","sediment","sedimentable","sedimentarily","sedimentary","sedimentation","sedimentations","sedimented","sedimenting","sedimentologic","sedimentological","sedimentologically","sedimentologies","sedimentologist","sedimentologists","sedimentology","sedimentous","sediments","sedition","seditionaries","seditionary","seditions","seditious","seditiously","seditiousness","seditiousnesses","seduce","seduceable","seduced","seducement","seducements","seducer","seducers","seduces","seducible","seducing","seducingly","seducings","seducive","seduction","seductions","seductive","seductively","seductiveness","seductivenesses","seductor","seductors","seductress","seductresses","sedulities","sedulity","sedulous","sedulously","sedulousness","sedulousnesses","sedum","sedums","see","seeable","seecatch","seecatchie","seed","seedbed","seedbeds","seedbox","seedboxes","seedcake","seedcakes","seedcase","seedcases","seedeater","seedeaters","seeded","seeder","seeders","seedier","seediest","seedily","seediness","seedinesses","seeding","seedings","seedless","seedlike","seedling","seedlings","seedlip","seedlips","seedman","seedmen","seedness","seednesses","seedpod","seedpods","seeds","seedsman","seedsmen","seedstock","seedstocks","seedtime","seedtimes","seedy","seeing","seeings","seek","seeker","seekers","seeking","seeks","seel","seeld","seeled","seelie","seelier","seeliest","seeling","seelings","seels","seely","seem","seemed","seemelesse","seemer","seemers","seeming","seemingly","seemingness","seemingnesses","seemings","seemless","seemlier","seemliest","seemlihead","seemliheads","seemlihed","seemliheds","seemliness","seemlinesses","seemly","seemlyhed","seemlyheds","seems","seen","seep","seepage","seepages","seeped","seepier","seepiest","seeping","seeps","seepy","seer","seeress","seeresses","seers","seersucker","seersuckers","sees","seesaw","seesawed","seesawing","seesaws","seethe","seethed","seether","seethers","seethes","seething","seethingly","seethings","seewing","sefer","seg","segar","segars","segetal","seggar","seggars","seghol","segholate","segholates","seghols","segment","segmental","segmentally","segmentary","segmentate","segmentation","segmentations","segmented","segmenting","segments","segni","segno","segnos","sego","segol","segolate","segolates","segols","segos","segreant","segregable","segregant","segregants","segregate","segregated","segregates","segregating","segregation","segregational","segregationist","segregationists","segregations","segregative","segregator","segregators","segs","segue","segued","segueing","segues","seguidilla","seguidillas","sehri","sehris","sei","seicento","seicentos","seiche","seiches","seidel","seidels","seif","seifs","seigneur","seigneurial","seigneurie","seigneuries","seigneurs","seigneury","seignior","seigniorage","seigniorages","seignioralties","seignioralty","seigniorial","seigniories","seigniors","seigniorship","seigniorships","seigniory","seignorage","seignorages","seignoral","seignorial","seignories","seignory","seik","seiker","seikest","seil","seiled","seiling","seils","seine","seined","seiner","seiners","seines","seining","seinings","seir","seirs","seis","seisable","seise","seised","seiser","seisers","seises","seisin","seising","seisings","seisins","seism","seismal","seismic","seismical","seismically","seismicities","seismicity","seismism","seismisms","seismogram","seismograms","seismograph","seismographer","seismographers","seismographic","seismographical","seismographies","seismographs","seismography","seismologic","seismological","seismologically","seismologies","seismologist","seismologists","seismology","seismometer","seismometers","seismometric","seismometrical","seismometries","seismometry","seismonastic","seismonasties","seismonasty","seismoscope","seismoscopes","seismoscopic","seisms","seisor","seisors","seisure","seisures","seitan","seitans","seiten","seitens","seities","seity","seizable","seize","seized","seizer","seizers","seizes","seizin","seizing","seizings","seizins","seizor","seizors","seizure","seizures","sejant","sejeant","sekos","sekoses","sekt","sekts","sel","selachian","selachians","seladang","seladangs","selaginella","selaginellas","selah","selahs","selamlik","selamliks","selcouth","seld","seldom","seldomly","seldomness","seldomnesses","seldseen","seldshown","sele","select","selecta","selectable","selectas","selected","selectee","selectees","selecting","selection","selectionist","selectionists","selections","selective","selectively","selectiveness","selectivenesses","selectivities","selectivity","selectly","selectman","selectmen","selectness","selectnesses","selector","selectorate","selectorates","selectorial","selectors","selects","selegiline","selegilines","selenate","selenates","selenian","selenic","selenide","selenides","seleniferous","selenious","selenite","selenites","selenitic","selenium","seleniums","selenocentric","selenodont","selenodonts","selenograph","selenographer","selenographers","selenographic","selenographical","selenographies","selenographist","selenographists","selenographs","selenography","selenological","selenologies","selenologist","selenologists","selenology","selenoses","selenosis","selenous","seles","self","selfdom","selfdoms","selfed","selfheal","selfheals","selfhood","selfhoods","selfing","selfings","selfish","selfishly","selfishness","selfishnesses","selfism","selfisms","selfist","selfists","selfless","selflessly","selflessness","selflessnesses","selfness","selfnesses","selfs","selfsame","selfsameness","selfsamenesses","selfward","selfwards","selictar","selictars","selkie","selkies","sell","sella","sellable","sellae","sellas","selle","seller","sellers","selles","selling","sellings","selloff","selloffs","sellotape","sellotaped","sellotapes","sellotaping","sellout","sellouts","sells","sels","selsyn","selsyns","seltzer","seltzers","seltzogene","seltzogenes","selva","selvage","selvaged","selvagee","selvagees","selvages","selvaging","selvas","selvedge","selvedged","selvedges","selvedging","selves","semainier","semainiers","semanteme","semantemes","semantic","semantical","semantically","semanticist","semanticists","semantics","semantide","semantides","semantra","semantron","semaphore","semaphored","semaphores","semaphoric","semaphorical","semaphorically","semaphoring","semasiological","semasiologies","semasiologist","semasiologists","semasiology","sematic","sematologies","sematology","semblable","semblables","semblably","semblance","semblances","semblant","semblants","semblative","semble","sembled","sembles","sembling","seme","semee","semeed","semeia","semeiologic","semeiological","semeiologies","semeiologist","semeiologists","semeiology","semeion","semeiotic","semeiotically","semeiotician","semeioticians","semeiotics","semelparities","semelparity","semelparous","sememe","sememes","sememic","semen","semens","semes","semester","semesters","semestral","semestrial","semi","semiabstract","semiabstraction","semiabstractions","semiangle","semiangles","semiannual","semiannually","semiaquatic","semiarboreal","semiarid","semiaridities","semiaridity","semiautobiographical","semiautomatic","semiautomatically","semiautomatics","semiautonomous","semibald","semibold","semibolds","semibreve","semibreves","semibull","semibulls","semicarbazide","semicarbazides","semicarbazone","semicarbazones","semicentennial","semicentennials","semichorus","semichoruses","semicircle","semicircled","semicircles","semicircular","semicircularly","semicirque","semicirques","semicivilised","semicivilized","semiclassic","semiclassical","semiclassics","semicolon","semicolonial","semicolonialism","semicolonialisms","semicolonies","semicolons","semicolony","semicoma","semicomas","semicomatose","semicommercial","semiconducting","semiconduction","semiconductions","semiconductor","semiconductors","semiconscious","semiconsciously","semiconsciousness","semiconsciousnesses","semiconservative","semiconservatively","semicrystallic","semicrystalline","semicured","semicylinder","semicylinders","semicylindrical","semidarkness","semidarknesses","semideaf","semideified","semideifies","semideify","semideifying","semideponent","semideponents","semidesert","semideserts","semidetached","semidiameter","semidiameters","semidiurnal","semidivine","semidocumentaries","semidocumentary","semidome","semidomed","semidomes","semidomesticated","semidomestication","semidomestications","semidominant","semidry","semidrying","semidwarf","semidwarfs","semidwarves","semie","semielliptical","semiempirical","semierect","semies","semievergreen","semifeudal","semifinal","semifinalist","semifinalists","semifinals","semifinished","semifit","semifitted","semiflexible","semifluid","semifluidic","semifluidities","semifluidity","semifluids","semiformal","semifreddi","semifreddo","semifreddos","semigala","semiglobular","semigloss","semiglosses","semigovernmental","semigroup","semigroups","semihard","semihigh","semihobo","semihoboes","semihobos","semilegendary","semilethal","semilethals","semiliquid","semiliquids","semiliterate","semiliterates","semillon","semillons","semilog","semilogarithmic","semilucent","semilunar","semilunate","semilune","semilunes","semilustrous","semimanufacture","semimat","semimatt","semimatte","semimenstrual","semimetal","semimetallic","semimetals","semimicro","semimild","semimoist","semimonastic","semimonthlies","semimonthly","semimute","semimystical","semina","seminal","seminalities","seminality","seminally","seminar","seminarial","seminarian","seminarians","seminaries","seminarist","seminarists","seminars","seminary","seminate","seminated","seminates","seminating","semination","seminations","seminatural","seminiferous","seminoma","seminomad","seminomadic","seminomads","seminomas","seminomata","seminude","seminudities","seminudity","semiochemical","semiochemicals","semiofficial","semiofficially","semiologic","semiological","semiologically","semiologies","semiologist","semiologists","semiology","semiopaque","semiopen","semioses","semiosis","semiotic","semiotically","semiotician","semioticians","semioticist","semioticists","semiotics","semioval","semioviparous","semipalmate","semipalmated","semipalmation","semipalmations","semiparasite","semiparasites","semiparasitic","semiparasitism","semiparasitisms","semiped","semipeds","semipellucid","semiperimeter","semiperimeters","semipermanent","semipermeabilities","semipermeability","semipermeable","semipious","semiplume","semiplumes","semipolar","semipolitical","semipopular","semiporcelain","semiporcelains","semipornographic","semipornographies","semipornography","semipostal","semipostals","semiprecious","semiprivate","semipro","semiprofessional","semiprofessionally","semiprofessionals","semipros","semipublic","semiquantitative","semiquantitatively","semiquaver","semiquavers","semiraw","semireligious","semiretired","semiretirement","semiretirements","semirigid","semiround","semirounds","semirural","semis","semisacred","semisecret","semisedentary","semises","semishrubby","semiskilled","semisoft","semisolid","semisolids","semisolus","semisoluses","semistiff","semisubmersible","semisubmersibles","semisweet","semisynthetic","semitar","semitars","semitaur","semitaurs","semiterete","semiterrestrial","semitist","semitists","semitonal","semitonally","semitone","semitones","semitonic","semitonically","semitrailer","semitrailers","semitranslucent","semitransparent","semitropic","semitropical","semitropics","semitruck","semitrucks","semiurban","semivitreous","semivocal","semivocalic","semivowel","semivowels","semiwater","semiweeklies","semiweekly","semiwild","semiworks","semiyearly","semmit","semmits","semolina","semolinas","semper","sempervivum","sempervivums","sempiternal","sempiternally","sempiternities","sempiternity","sempiternum","sempiternums","semple","sempler","semplest","semplice","sempre","sempster","sempstering","sempsterings","sempsters","sempstress","sempstresses","sempstressing","sempstressings","semsem","semsems","semuncia","semunciae","semuncial","semuncias","sen","sena","senaries","senarii","senarius","senarmontite","senarmontites","senary","senas","senate","senates","senator","senatorial","senatorially","senatorian","senators","senatorship","senatorships","send","sendable","sendal","sendals","sended","sender","senders","sending","sendings","sendoff","sendoffs","sends","sendup","sendups","sene","seneca","senecas","senecio","senecios","senectitude","senectitudes","senega","senegas","senes","senescence","senescences","senescent","seneschal","seneschals","seneschalship","seneschalships","sengi","sengreen","sengreens","senhor","senhora","senhoras","senhores","senhorita","senhoritas","senhors","senile","senilely","seniles","senilities","senility","senior","seniorities","seniority","seniors","seniti","senna","sennachie","sennachies","sennas","sennet","sennets","sennight","sennights","sennit","sennits","senopia","senopias","senor","senora","senoras","senores","senorita","senoritas","senors","senryu","sens","sensa","sensate","sensated","sensately","sensates","sensating","sensation","sensational","sensationalise","sensationalised","sensationalises","sensationalising","sensationalism","sensationalisms","sensationalist","sensationalistic","sensationalists","sensationalize","sensationalized","sensationalizes","sensationalizing","sensationally","sensationism","sensationisms","sensationist","sensationists","sensationless","sensations","sense","sensed","senseful","sensei","senseis","senseless","senselessly","senselessness","senselessnesses","senses","sensi","sensibilia","sensibilities","sensibility","sensible","sensibleness","sensiblenesses","sensibler","sensibles","sensiblest","sensibly","sensile","sensilla","sensillae","sensillum","sensing","sensings","sensis","sensism","sensisms","sensist","sensists","sensitisation","sensitisations","sensitise","sensitised","sensitiser","sensitisers","sensitises","sensitising","sensitive","sensitively","sensitiveness","sensitivenesses","sensitives","sensitivities","sensitivity","sensitization","sensitizations","sensitize","sensitized","sensitizer","sensitizers","sensitizes","sensitizing","sensitometer","sensitometers","sensitometric","sensitometries","sensitometry","sensomotor","sensor","sensoria","sensorial","sensorially","sensorily","sensorimotor","sensorineural","sensorium","sensoriums","sensors","sensory","sensual","sensualisation","sensualisations","sensualise","sensualised","sensualises","sensualising","sensualism","sensualisms","sensualist","sensualistic","sensualists","sensualities","sensuality","sensualization","sensualizations","sensualize","sensualized","sensualizes","sensualizing","sensually","sensualness","sensualnesses","sensum","sensuosities","sensuosity","sensuous","sensuously","sensuousness","sensuousnesses","sent","sente","sented","sentence","sentenced","sentencer","sentencers","sentences","sentencing","sententia","sententiae","sentential","sententially","sententious","sententiously","sententiousness","sententiousnesses","senti","sentience","sentiences","sentiencies","sentiency","sentient","sentiently","sentients","sentiment","sentimental","sentimentalise","sentimentalised","sentimentalises","sentimentalising","sentimentalism","sentimentalisms","sentimentalist","sentimentalists","sentimentalities","sentimentality","sentimentalization","sentimentalizations","sentimentalize","sentimentalized","sentimentalizes","sentimentalizing","sentimentally","sentiments","sentimo","sentimos","sentinel","sentineled","sentineling","sentinelled","sentinelling","sentinels","senting","sentries","sentry","sents","senvies","senvy","senza","sepad","sepadded","sepadding","sepads","sepal","sepaled","sepaline","sepalled","sepalodies","sepalody","sepaloid","sepalous","sepals","separabilities","separability","separable","separableness","separablenesses","separably","separata","separate","separated","separately","separateness","separatenesses","separates","separating","separation","separationism","separationisms","separationist","separationists","separations","separatism","separatisms","separatist","separatistic","separatists","separative","separatively","separativeness","separator","separatories","separators","separatory","separatrices","separatrix","separatum","separatums","sephen","sephens","sepia","sepias","sepic","sepiment","sepiments","sepiolite","sepiolites","sepiost","sepiostaire","sepiostaires","sepiosts","sepium","sepiums","sepmag","sepoy","sepoys","seppuku","seppukus","seps","sepses","sepsis","sept","septa","septage","septages","septal","septaria","septarian","septarium","septate","septation","septations","septavalent","septemfid","septemvir","septemvirate","septemvirates","septemviri","septemvirs","septenaries","septenarii","septenarius","septenary","septendecillion","septendecillions","septennate","septennates","septennia","septennial","septennially","septennium","septenniums","septentrial","septentrion","septentrional","septentrionally","septentriones","septentrions","septet","septets","septette","septettes","septic","septicaemia","septicaemias","septicaemic","septical","septically","septicemia","septicemias","septicemic","septicidal","septicidally","septicities","septicity","septics","septiferous","septiform","septifragal","septilateral","septillion","septillions","septillionth","septillionths","septimal","septime","septimes","septimole","septimoles","septivalent","septleva","septlevas","septs","septuagenarian","septuagenarians","septuagenaries","septuagenary","septum","septums","septuor","septuors","septuple","septupled","septuples","septuplet","septuplets","septuplicate","septuplicates","septupling","sepulcher","sepulchered","sepulchering","sepulchers","sepulchral","sepulchrally","sepulchre","sepulchred","sepulchres","sepulchring","sepulchrous","sepultural","sepulture","sepultured","sepultures","sepulturing","sequacious","sequaciously","sequaciousness","sequacities","sequacity","sequel","sequela","sequelae","sequelise","sequelised","sequelises","sequelising","sequelize","sequelized","sequelizes","sequelizing","sequels","sequence","sequenced","sequencer","sequencers","sequences","sequencies","sequencing","sequencings","sequency","sequent","sequential","sequentialities","sequentiality","sequentially","sequently","sequents","sequester","sequestered","sequestering","sequesters","sequestra","sequestrable","sequestral","sequestrant","sequestrants","sequestrate","sequestrated","sequestrates","sequestrating","sequestration","sequestrations","sequestrator","sequestrators","sequestrum","sequestrums","sequin","sequined","sequining","sequinned","sequins","sequitur","sequiturs","sequoia","sequoias","ser","sera","serac","seracs","serafile","serafiles","serafin","serafins","seraglio","seraglios","serai","serail","serails","serais","seral","serang","serangs","serape","serapes","seraph","seraphic","seraphical","seraphically","seraphim","seraphims","seraphin","seraphine","seraphines","seraphins","seraphs","seraskier","seraskierate","seraskierates","seraskiers","serdab","serdabs","sere","sered","serein","sereins","serenade","serenaded","serenader","serenaders","serenades","serenading","serenata","serenatas","serenate","serenates","serendipities","serendipitist","serendipitists","serendipitous","serendipitously","serendipity","serene","serened","serenely","sereneness","serenenesses","serener","serenes","serenest","serening","serenities","serenity","serer","seres","serest","serf","serfage","serfages","serfdom","serfdoms","serfhood","serfhoods","serfish","serflike","serfs","serfship","serfships","serge","sergeancies","sergeancy","sergeant","sergeanties","sergeants","sergeantship","sergeantships","sergeanty","serged","serger","sergers","serges","serging","sergings","serial","serialisation","serialisations","serialise","serialised","serialises","serialising","serialism","serialisms","serialist","serialists","serialities","seriality","serialization","serializations","serialize","serialized","serializes","serializing","serially","serials","seriate","seriated","seriately","seriates","seriatim","seriating","seriation","seriations","seric","sericeous","sericiculture","sericicultures","sericiculturist","sericin","sericins","sericite","sericites","sericitic","sericitisation","sericitisations","sericitization","sericitizations","sericon","sericons","sericteria","sericterium","sericultural","sericulture","sericultures","sericulturist","sericulturists","seriema","seriemas","series","serif","serifed","seriffed","serifs","serigraph","serigrapher","serigraphers","serigraphic","serigraphies","serigraphs","serigraphy","serin","serine","serines","serinette","serinettes","sering","seringa","seringas","serins","seriocomic","seriocomical","seriocomically","serious","seriously","seriousness","seriousnesses","seriph","seriphs","serjeancies","serjeancy","serjeant","serjeanties","serjeantries","serjeantry","serjeants","serjeantship","serjeantships","serjeanty","serk","serkali","serkalis","serks","sermon","sermoned","sermoneer","sermoneers","sermoner","sermoners","sermonet","sermonets","sermonette","sermonettes","sermonic","sermonical","sermoning","sermonings","sermonise","sermonised","sermoniser","sermonisers","sermonises","sermonising","sermonize","sermonized","sermonizer","sermonizers","sermonizes","sermonizing","sermons","seroconversion","seroconversions","seroconvert","seroconverted","seroconverting","seroconverts","serodiagnoses","serodiagnosis","serodiagnostic","serogroup","serogroups","serologic","serological","serologically","serologies","serologist","serologists","serology","seron","seronegative","seronegativities","seronegativity","serons","seroon","seroons","seropositive","seropositivities","seropositivity","seropurulent","seropus","seropuses","serosa","serosae","serosal","serosas","serosities","serosity","serotaxonomies","serotaxonomy","serotherapies","serotherapy","serotinal","serotine","serotines","serotinies","serotinous","serotiny","serotonergic","serotonin","serotoninergic","serotonins","serotype","serotyped","serotypes","serotypic","serotyping","serotypings","serous","serousness","serousnesses","serovar","serovars","serow","serows","serpent","serpentiform","serpentine","serpentined","serpentinely","serpentines","serpentinic","serpentining","serpentiningly","serpentinings","serpentinise","serpentinised","serpentinises","serpentinising","serpentinite","serpentinites","serpentinize","serpentinized","serpentinizes","serpentinizing","serpentinous","serpentise","serpentised","serpentises","serpentising","serpentize","serpentized","serpentizes","serpentizing","serpentlike","serpentries","serpentry","serpents","serpigines","serpiginous","serpiginously","serpigo","serpigoes","serpigos","serpulid","serpulids","serpulite","serpulites","serr","serra","serradella","serradellas","serradilla","serradillas","serrae","serran","serranid","serranids","serrano","serranoid","serranoids","serranos","serrans","serras","serrasalmo","serrasalmos","serrate","serrated","serrates","serrati","serrating","serration","serrations","serratirostral","serratulate","serrature","serratures","serratus","serratuses","serre","serred","serrefile","serrefiles","serres","serricorn","serried","serriedly","serriedness","serriednesses","serries","serriform","serring","serrs","serrulate","serrulated","serrulation","serrulations","serry","serrying","sers","sertularian","sertularians","seruewe","seruewed","seruewes","seruewing","serum","serumal","serums","servable","serval","servals","servant","servanted","servanthood","servanthoods","servanting","servantless","servantries","servantry","servants","servantship","servantships","serve","serveable","served","server","serveries","servers","servery","serves","servewe","servewed","servewes","servewing","service","serviceabilities","serviceability","serviceable","serviceableness","serviceablenesses","serviceably","serviceberries","serviceberry","serviced","serviceless","serviceman","servicemen","servicer","servicers","services","servicewoman","servicewomen","servicing","servient","serviette","serviettes","servile","servilely","servileness","servilenesses","serviles","servilism","servilisms","servilities","servility","serving","servings","servitor","servitorial","servitors","servitorship","servitorships","servitress","servitresses","servitude","servitudes","servlet","servlets","servo","servocontrol","servocontrols","servomechanical","servomechanism","servomechanisms","servomotor","servomotors","servos","servqual","servquals","sesame","sesames","sesamoid","sesamoids","sese","seseli","seselis","sesey","sesh","seshes","sesquialter","sesquialtera","sesquialteras","sesquicarbonate","sesquicarbonates","sesquicentenaries","sesquicentenary","sesquicentennial","sesquicentennials","sesquioxide","sesquioxides","sesquipedal","sesquipedalian","sesquipedality","sesquiplicate","sesquisulphide","sesquisulphides","sesquiterpene","sesquiterpenes","sesquitertia","sesquitertias","sess","sessa","sesses","sessile","sessilities","sessility","session","sessional","sessionally","sessions","sesspool","sesspools","sesterce","sesterces","sestertia","sestertii","sestertium","sestertius","sestet","sestets","sestett","sestette","sestettes","sestetto","sestettos","sestetts","sestina","sestinas","sestine","sestines","seston","sestons","set","seta","setaceous","setaceously","setae","setal","setback","setbacks","setenant","setenants","setiferous","setiform","setigerous","setline","setlines","setness","setnesses","setoff","setoffs","seton","setons","setose","setous","setout","setouts","sets","setscrew","setscrews","sett","settee","settees","setter","settered","settering","setters","setterwort","setterworts","setting","settings","settle","settleable","settled","settledness","settlednesses","settlement","settlements","settler","settlers","settles","settling","settlings","settlor","settlors","setts","setuale","setuales","setule","setules","setulose","setulous","setup","setups","setwall","setwalls","seven","sevenfold","sevenpence","sevenpences","sevenpennies","sevenpenny","sevens","seventeen","seventeens","seventeenth","seventeenthly","seventeenths","seventh","seventhly","sevenths","seventies","seventieth","seventieths","seventy","sever","severabilities","severability","severable","several","severalfold","severally","severals","severalties","severalty","severance","severances","severe","severed","severely","severeness","severenesses","severer","severest","severies","severing","severities","severity","severs","severy","seviche","seviches","sevruga","sevrugas","sew","sewabilities","sewability","sewable","sewage","sewages","sewan","sewans","sewar","sewars","sewed","sewel","sewellel","sewellels","sewels","sewen","sewens","sewer","sewerage","sewerages","sewered","sewering","sewerings","sewerless","sewerlike","sewers","sewin","sewing","sewings","sewins","sewn","sews","sex","sexagenarian","sexagenarians","sexagenaries","sexagenary","sexagesimal","sexagesimally","sexagesimals","sexaholic","sexaholics","sexangular","sexangularly","sexavalent","sexcentenaries","sexcentenary","sexdecillion","sexdecillions","sexed","sexennial","sexennially","sexennials","sexer","sexercise","sexercises","sexers","sexes","sexfid","sexfoil","sexfoils","sexier","sexiest","sexily","sexiness","sexinesses","sexing","sexings","sexism","sexisms","sexist","sexists","sexivalent","sexless","sexlessly","sexlessness","sexlessnesses","sexlinked","sexlocular","sexologic","sexological","sexologies","sexologist","sexologists","sexology","sexpartite","sexpert","sexperts","sexploitation","sexploitations","sexpot","sexpots","sext","sextain","sextains","sextan","sextans","sextanses","sextant","sextantal","sextants","sextarii","sextarius","sextet","sextets","sextett","sextette","sextettes","sextetts","sextile","sextiles","sextillion","sextillions","sextillionth","sextillionths","sexto","sextodecimo","sextodecimos","sextolet","sextolets","sexton","sextoness","sextonesses","sextons","sextonship","sextonships","sextos","sexts","sextuor","sextuors","sextuple","sextupled","sextuples","sextuplet","sextuplets","sextuplicate","sextuplicated","sextuplicates","sextuplicating","sextupling","sextuply","sexual","sexualisation","sexualisations","sexualise","sexualised","sexualises","sexualising","sexualism","sexualisms","sexualist","sexualists","sexualities","sexuality","sexualization","sexualizations","sexualize","sexualized","sexualizes","sexualizing","sexually","sexvalent","sexy","sey","seyen","seyens","seys","seysure","seysures","sez","sferics","sforzandi","sforzando","sforzandos","sforzati","sforzato","sforzatos","sfumato","sfumatos","sgraffiti","sgraffito","sh","sha","shabash","shabbatot","shabbier","shabbiest","shabbily","shabbiness","shabbinesses","shabble","shabbles","shabby","shabrack","shabracks","shabracque","shabracques","shack","shacked","shacking","shackle","shacklebone","shacklebones","shackled","shackler","shacklers","shackles","shackling","shacko","shackoes","shackos","shacks","shad","shadberries","shadberry","shadblow","shadblows","shadbush","shadbushes","shadchan","shadchanim","shadchans","shaddock","shaddocks","shade","shaded","shadeless","shader","shaders","shades","shadflies","shadfly","shadier","shadiest","shadily","shadiness","shadinesses","shading","shadings","shadkhan","shadkhanim","shadkhans","shadoof","shadoofs","shadow","shadowbox","shadowboxed","shadowboxes","shadowboxing","shadowcast","shadowcasting","shadowcastings","shadowcasts","shadowed","shadower","shadowers","shadowgraph","shadowgraphies","shadowgraphs","shadowgraphy","shadowier","shadowiest","shadowily","shadowiness","shadowinesses","shadowing","shadowings","shadowless","shadowlike","shadows","shadowy","shadrach","shadrachs","shads","shaduf","shadufs","shady","shaft","shafted","shafter","shafters","shafting","shaftings","shaftless","shafts","shag","shagbark","shagbarks","shaggable","shagged","shaggedness","shaggednesses","shagger","shaggers","shaggier","shaggiest","shaggily","shagginess","shagginesses","shagging","shaggy","shaggymane","shaggymanes","shagpile","shagreen","shagreened","shagreens","shagroon","shagroons","shags","shagtastic","shah","shahada","shahadas","shahdom","shahdoms","shaheed","shaheeds","shahid","shahids","shahs","shahtoosh","shahtooshes","shaikh","shaikhs","shaird","shairds","shairn","shairns","shaitan","shaitans","shakable","shake","shakeable","shaked","shakedown","shakedowns","shaken","shakeout","shakeouts","shaker","shakers","shakes","shakeup","shakeups","shakier","shakiest","shakily","shakiness","shakinesses","shaking","shakings","shako","shakoes","shakos","shakt","shakudo","shakudos","shakuhachi","shakuhachis","shaky","shale","shaled","shalelike","shales","shaley","shalier","shaliest","shaling","shall","shalli","shallis","shallon","shallons","shalloon","shalloons","shallop","shallops","shallot","shallots","shallow","shallowed","shallower","shallowest","shallowing","shallowings","shallowly","shallowness","shallownesses","shallows","shalm","shalms","shalom","shaloms","shalot","shalots","shalt","shalwar","shalwars","shaly","sham","shama","shamable","shamably","shamal","shamals","shaman","shamanic","shamanism","shamanisms","shamanist","shamanistic","shamanists","shamans","shamas","shamateur","shamateurism","shamateurisms","shamateurs","shamba","shambas","shamble","shambled","shambles","shamblier","shambliest","shambling","shamblings","shambly","shambolic","shame","shameable","shameably","shamed","shamefaced","shamefacedly","shamefacedness","shamefacednesses","shamefast","shamefastness","shamefastnesses","shameful","shamefully","shamefulness","shamefulnesses","shameless","shamelessly","shamelessness","shamelessnesses","shamer","shamers","shames","shameworthy","shamiana","shamianah","shamianahs","shamianas","shamina","shaminas","shaming","shamisen","shamisens","shamiyanah","shamiyanahs","shammas","shammash","shammashim","shammasim","shammed","shammer","shammers","shammes","shammied","shammies","shamming","shammos","shammosim","shammy","shammying","shamois","shamos","shamosim","shamoy","shamoyed","shamoying","shamoys","shampoo","shampooed","shampooer","shampooers","shampooing","shampoos","shamrock","shamrocks","shams","shamus","shamuses","shan","shanachie","shanachies","shand","shandies","shandries","shandry","shandrydan","shandrydans","shands","shandy","shandygaff","shandygaffs","shanghai","shanghaied","shanghaier","shanghaiers","shanghaiing","shanghais","shank","shankbone","shankbones","shanked","shanking","shankpiece","shankpieces","shanks","shannies","shanny","shans","shantey","shanteys","shanti","shanties","shantih","shantihs","shantis","shantung","shantungs","shanty","shantyman","shantymen","shantytown","shantytowns","shapable","shape","shapeable","shaped","shapeless","shapelessly","shapelessness","shapelessnesses","shapelier","shapeliest","shapeliness","shapelinesses","shapely","shapen","shaper","shapers","shapes","shapeup","shapeups","shapewear","shaping","shapings","shaps","sharable","sharawadgi","sharawadgis","sharawaggi","sharawaggis","shard","sharded","sharding","shards","share","shareabilities","shareability","shareable","sharecrop","sharecropped","sharecropper","sharecroppers","sharecropping","sharecrops","shared","sharefarmer","sharefarmers","shareholder","shareholders","shareholding","shareholdings","shareman","sharemen","sharemilker","sharemilkers","sharer","sharers","shares","sharesman","sharesmen","shareware","sharewares","sharia","shariah","shariahs","sharias","shariat","shariats","sharif","sharifian","sharifs","sharing","sharings","shark","sharked","sharker","sharkers","sharking","sharkings","sharklike","sharks","sharkskin","sharkskins","sharksucker","sharksuckers","sharn","sharnier","sharniest","sharns","sharny","sharon","sharp","sharpbender","sharpbenders","sharped","sharpen","sharpened","sharpener","sharpeners","sharpening","sharpens","sharper","sharpers","sharpest","sharpie","sharpies","sharping","sharpings","sharpish","sharply","sharpness","sharpnesses","sharps","sharpshooter","sharpshooters","sharpshooting","sharpshootings","sharpy","sharrow","sharrowed","sharrows","shart","sharted","sharter","sharting","sharts","shash","shashed","shashes","shashing","shashlick","shashlicks","shashlik","shashliks","shaslik","shasliks","shaster","shasters","shastra","shastras","shat","shatoosh","shatooshes","shatter","shattered","shatterer","shatterers","shattering","shatteringly","shatterproof","shatters","shattery","shauchle","shauchled","shauchles","shauchlier","shauchliest","shauchling","shauchly","shaugh","shaughs","shaul","shauled","shauling","shauls","shavable","shave","shaveable","shaved","shaveling","shavelings","shaven","shaver","shavers","shaves","shavetail","shavetails","shavie","shavies","shaving","shavings","shaw","shawed","shawing","shawl","shawled","shawley","shawleys","shawlie","shawlies","shawling","shawlings","shawlless","shawls","shawm","shawms","shawn","shaws","shay","shaya","shayas","shays","shazam","shchi","shchis","she","shea","sheading","sheadings","sheaf","sheafed","sheafier","sheafiest","sheafing","sheaflike","sheafs","sheafy","sheal","shealed","shealing","shealings","sheals","shear","sheared","shearer","shearers","shearing","shearings","shearleg","shearlegs","shearling","shearlings","shearman","shearmen","shears","shearwater","shearwaters","sheas","sheatfish","sheatfishes","sheath","sheathbill","sheathbills","sheathe","sheathed","sheather","sheathers","sheathes","sheathfish","sheathfishes","sheathier","sheathiest","sheathing","sheathings","sheathless","sheaths","sheathy","sheave","sheaved","sheaves","sheaving","shebang","shebangs","shebean","shebeans","shebeen","shebeened","shebeener","shebeeners","shebeening","shebeenings","shebeens","shechita","shechitah","shechitahs","shechitas","shecklaton","shecklatons","shed","shedable","sheddable","shedded","shedder","shedders","shedding","sheddings","shedful","shedfuls","shedhand","shedhands","shedlike","shedload","shedloads","sheds","sheel","sheeled","sheeling","sheels","sheen","sheened","sheeney","sheeneys","sheenful","sheenie","sheenier","sheenies","sheeniest","sheening","sheens","sheeny","sheep","sheepberries","sheepberry","sheepcot","sheepcote","sheepcotes","sheepcots","sheepdog","sheepdogs","sheepfold","sheepfolds","sheephead","sheepheads","sheepherder","sheepherders","sheepherding","sheepherdings","sheepier","sheepiest","sheepish","sheepishly","sheepishness","sheepishnesses","sheeple","sheeplike","sheepman","sheepmen","sheepo","sheepos","sheepshank","sheepshanks","sheepshead","sheepsheads","sheepshearer","sheepshearers","sheepshearing","sheepshearings","sheepskin","sheepskins","sheeptrack","sheeptracks","sheepwalk","sheepwalks","sheepy","sheer","sheered","sheerer","sheerest","sheering","sheerleg","sheerlegs","sheerly","sheerness","sheernesses","sheers","sheesh","sheesha","sheeshas","sheet","sheeted","sheeter","sheeters","sheetfed","sheetier","sheetiest","sheeting","sheetings","sheetless","sheetlike","sheetrock","sheetrocked","sheetrocking","sheetrocks","sheets","sheety","sheeve","sheeves","shegetz","shehita","shehitah","shehitahs","shehitas","sheik","sheikdom","sheikdoms","sheikh","sheikha","sheikhas","sheikhdom","sheikhdoms","sheikhs","sheiks","sheila","sheilas","sheiling","sheilings","sheitan","sheitans","shekalim","shekel","shekelim","shekels","sheldduck","sheldducks","sheldrake","sheldrakes","shelduck","shelducks","shelf","shelfed","shelfful","shelffuls","shelfier","shelfiest","shelfing","shelflike","shelfroom","shelfrooms","shelfs","shelftalker","shelftalkers","shelfy","shell","shellac","shellack","shellacked","shellacker","shellackers","shellacking","shellackings","shellacks","shellacs","shellback","shellbacks","shellbark","shellbarks","shellbound","shellcracker","shellcrackers","shelldrake","shelldrakes","shellduck","shellducks","shelled","sheller","shellers","shellfire","shellfires","shellfish","shellfisheries","shellfishery","shellfishes","shellful","shellfuls","shellier","shelliest","shelliness","shellinesses","shelling","shellings","shellproof","shells","shellshock","shellshocked","shellshocks","shellwork","shellworks","shelly","shellycoat","shellycoats","shelta","sheltas","shelter","shelterbelt","shelterbelts","sheltered","shelterer","shelterers","sheltering","shelterings","shelterless","shelters","sheltery","sheltie","shelties","shelty","shelve","shelved","shelver","shelvers","shelves","shelvier","shelviest","shelving","shelvings","shelvy","shemale","shemales","shemozzle","shemozzled","shemozzles","shemozzling","shenanigan","shenanigans","shend","shending","shends","shent","sheol","sheols","shepherd","shepherded","shepherdess","shepherdesses","shepherding","shepherdless","shepherdling","shepherdlings","shepherds","sheqalim","sheqel","sheqels","sherang","sherangs","sherardisation","sherardisations","sherardise","sherardised","sherardises","sherardising","sherardization","sherardizations","sherardize","sherardized","sherardizes","sherardizing","sherbert","sherberts","sherbet","sherbets","sherd","sherds","shere","shereef","shereefian","shereefs","shergottite","shergottites","sheria","sherias","sheriat","sheriats","sherif","sheriff","sheriffalties","sheriffalty","sheriffdom","sheriffdoms","sheriffs","sheriffship","sheriffships","sherifian","sherifs","sherlock","sherlocks","sheroot","sheroots","sherpa","sherpas","sherries","sherris","sherrises","sherry","sherwani","sherwanis","shes","shet","shetland","shetlands","shets","shetting","sheuch","sheuched","sheuching","sheuchs","sheugh","sheughed","sheughing","sheughs","sheva","shevas","shew","shewbread","shewbreads","shewed","shewel","shewels","shewer","shewers","shewing","shewn","shews","shh","shiai","shiais","shiatsu","shiatsus","shiatzu","shiatzus","shibah","shibahs","shibboleth","shibboleths","shibuichi","shibuichis","shicker","shickered","shickers","shicksa","shicksas","shidder","shidders","shidduch","shidduchim","shied","shiel","shield","shielded","shielder","shielders","shielding","shieldings","shieldless","shieldlike","shieldling","shieldlings","shieldrake","shieldrakes","shields","shieldwall","shieldwalls","shieled","shieling","shielings","shiels","shier","shiers","shies","shiest","shift","shiftable","shifted","shifter","shifters","shiftier","shiftiest","shiftily","shiftiness","shiftinesses","shifting","shiftings","shiftless","shiftlessly","shiftlessness","shiftlessnesses","shifts","shiftwork","shiftworks","shifty","shigella","shigellae","shigellas","shigelloses","shigellosis","shiitake","shiitakes","shikar","shikaree","shikarees","shikari","shikaris","shikarred","shikarring","shikars","shikker","shikkers","shiksa","shiksas","shikse","shikseh","shiksehs","shikses","shilingi","shill","shillaber","shillabers","shillala","shillalah","shillalahs","shillalas","shilled","shillelagh","shillelaghs","shillelah","shillelahs","shilling","shillingless","shillings","shillingsworth","shillingsworths","shills","shillyshallied","shillyshallier","shillyshalliers","shillyshallies","shillyshally","shillyshallying","shilpit","shily","shim","shimaal","shimaals","shimmed","shimmer","shimmered","shimmerier","shimmeriest","shimmering","shimmeringly","shimmerings","shimmers","shimmery","shimmey","shimmeys","shimmied","shimmies","shimming","shimmy","shimmying","shimozzle","shimozzles","shims","shin","shinbone","shinbones","shindies","shindig","shindigs","shindy","shindys","shine","shined","shineless","shiner","shiners","shines","shiness","shinesses","shingle","shingled","shingler","shinglers","shingles","shinglier","shingliest","shingling","shinglings","shingly","shinguard","shinguards","shinier","shinies","shiniest","shinily","shininess","shininesses","shining","shiningly","shiningness","shiningnesses","shinju","shinjus","shinkin","shinkins","shinleaf","shinleafs","shinleaves","shinne","shinned","shinneries","shinnery","shinnes","shinney","shinneyed","shinneying","shinneys","shinnied","shinnies","shinning","shinny","shinnying","shinplaster","shinplasters","shins","shinsplints","shintied","shinties","shinty","shintying","shiny","ship","shipboard","shipboards","shipborne","shipbroker","shipbrokers","shipbuilder","shipbuilders","shipbuilding","shipbuildings","shipfitter","shipfitters","shipful","shipfuls","shiplap","shiplapped","shiplapping","shiplaps","shipless","shipload","shiploads","shipman","shipmaster","shipmasters","shipmate","shipmates","shipmen","shipment","shipments","shipowner","shipowners","shippable","shipped","shippen","shippens","shipper","shippers","shippie","shippies","shipping","shippings","shippo","shippon","shippons","shippos","shippound","shippounds","ships","shipshape","shipside","shipsides","shipway","shipways","shipworm","shipworms","shipwreck","shipwrecked","shipwrecking","shipwrecks","shipwright","shipwrights","shipyard","shipyards","shir","shiralee","shiralees","shire","shired","shireman","shiremen","shires","shiring","shirk","shirked","shirker","shirkers","shirking","shirks","shirr","shirra","shirralee","shirralees","shirras","shirred","shirring","shirrings","shirrs","shirs","shirt","shirtband","shirtbands","shirtdress","shirtdresses","shirted","shirtfront","shirtfronts","shirtier","shirtiest","shirtily","shirtiness","shirtinesses","shirting","shirtings","shirtless","shirtlifter","shirtlifters","shirtmaker","shirtmakers","shirts","shirtsleeve","shirtsleeved","shirtsleeves","shirttail","shirttailed","shirttailing","shirttails","shirtwaist","shirtwaister","shirtwaisters","shirtwaists","shirty","shish","shisha","shishas","shiso","shisos","shist","shists","shit","shitake","shitakes","shite","shited","shites","shitface","shitfaced","shitfaces","shithead","shitheads","shithole","shitholes","shithouse","shithouses","shiting","shitless","shitlist","shitlists","shitload","shitloads","shits","shittah","shittahs","shitted","shitter","shitters","shittier","shittiest","shittily","shittim","shittims","shittimwood","shittimwoods","shittiness","shittinesses","shitting","shitty","shitzu","shitzus","shiur","shiurim","shiv","shiva","shivah","shivahs","shivaree","shivareed","shivareeing","shivarees","shivas","shive","shiver","shivered","shiverer","shiverers","shiverier","shiveriest","shivering","shiveringly","shiverings","shivers","shivery","shives","shiviti","shivitis","shivoo","shivoos","shivs","shivved","shivving","shkotzim","shlemiehl","shlemiehls","shlemiel","shlemiels","shlemozzle","shlemozzled","shlemozzles","shlemozzling","shlep","shlepp","shlepped","shlepper","shleppers","shlepping","shlepps","shleps","shlimazel","shlimazels","shlock","shlockier","shlockiest","shlocks","shlocky","shloshim","shloshims","shlub","shlubs","shlump","shlumped","shlumping","shlumps","shlumpy","shmaltz","shmaltzes","shmaltzier","shmaltziest","shmaltzy","shmatte","shmattes","shmear","shmears","shmek","shmeks","shmo","shmock","shmocks","shmoes","shmoose","shmoosed","shmooses","shmoosing","shmooze","shmoozed","shmoozer","shmoozers","shmoozes","shmoozier","shmooziest","shmoozing","shmoozy","shmuck","shmucks","shnapps","shnaps","shnook","shnooks","shnorrer","shnorrers","shoal","shoaled","shoaler","shoalest","shoalier","shoaliest","shoaliness","shoalinesses","shoaling","shoalings","shoalness","shoalnesses","shoals","shoalwise","shoaly","shoat","shoats","shochet","shochetim","shochets","shock","shockabilities","shockability","shockable","shocked","shocker","shockers","shockheaded","shocking","shockingly","shockingness","shockingnesses","shockproof","shocks","shockstall","shockstalls","shockumentaries","shockumentary","shod","shodden","shoddier","shoddies","shoddiest","shoddily","shoddiness","shoddinesses","shoddy","shoder","shoders","shoe","shoebill","shoebills","shoeblack","shoeblacks","shoebox","shoeboxes","shoed","shoehorn","shoehorned","shoehorning","shoehorns","shoeing","shoeings","shoelace","shoelaces","shoeless","shoemaker","shoemakers","shoemaking","shoemakings","shoepac","shoepack","shoepacks","shoepacs","shoer","shoers","shoes","shoeshine","shoeshines","shoestring","shoestrings","shoetree","shoetrees","shofar","shofars","shofroth","shog","shogged","shogging","shoggle","shoggled","shoggles","shogglier","shoggliest","shoggling","shoggly","shogi","shogis","shogs","shogun","shogunal","shogunate","shogunates","shoguns","shoji","shojis","shola","sholas","sholom","sholoms","shone","shoneen","shoneens","shongololo","shongololos","shonkier","shonkiest","shonky","shoo","shooed","shooflies","shoofly","shoogie","shoogied","shoogieing","shoogies","shoogle","shoogled","shoogles","shooglier","shoogliest","shoogling","shoogly","shooing","shook","shooks","shool","shoole","shooled","shooles","shooling","shools","shoon","shoora","shooras","shoos","shoot","shootable","shootaround","shootarounds","shootdown","shootdowns","shooter","shooters","shooting","shootings","shootist","shootists","shootout","shootouts","shoots","shop","shopaholic","shopaholics","shopaholism","shopaholisms","shopboard","shopboards","shopbot","shopbots","shopboy","shopboys","shopbreaker","shopbreakers","shopbreaking","shopbreakings","shope","shopfitter","shopfitters","shopfront","shopfronts","shopful","shopfuls","shopgirl","shopgirls","shophar","shophars","shophroth","shopkeeper","shopkeepers","shopkeeping","shopkeepings","shoplift","shoplifted","shoplifter","shoplifters","shoplifting","shopliftings","shoplifts","shopman","shopmen","shoppe","shopped","shopper","shoppers","shoppes","shoppier","shoppiest","shopping","shoppings","shoppy","shops","shopsoiled","shoptalk","shoptalks","shopwalker","shopwalkers","shopwindow","shopwindows","shopwoman","shopwomen","shopworn","shoran","shorans","shore","shorebird","shorebirds","shored","shorefront","shorefronts","shoreless","shoreline","shorelines","shoreman","shoremen","shorer","shorers","shores","shoreside","shoresides","shoresman","shoresmen","shoreward","shorewards","shoreweed","shoreweeds","shoring","shorings","shorl","shorls","shorn","short","shortage","shortages","shortarm","shortarse","shortarses","shortboard","shortboards","shortbread","shortbreads","shortcake","shortcakes","shortchange","shortchanged","shortchanger","shortchangers","shortchanges","shortchanging","shortcoming","shortcomings","shortcrust","shortcut","shortcuts","shortcutting","shorted","shorten","shortened","shortener","shorteners","shortening","shortenings","shortens","shorter","shortest","shortfall","shortfalls","shortgown","shortgowns","shorthair","shorthaired","shorthairs","shorthand","shorthanded","shorthands","shorthead","shortheads","shorthold","shorthorn","shorthorns","shortia","shortias","shortie","shorties","shorting","shortish","shortlist","shortlisted","shortlisting","shortlists","shortly","shortness","shortnesses","shorts","shortsighted","shortsightedly","shortsightedness","shortsightednesses","shortstop","shortstops","shortsword","shortswords","shortwave","shortwaved","shortwaves","shortwaving","shorty","shot","shote","shotes","shotfirer","shotfirers","shotgun","shotgunned","shotgunner","shotgunners","shotgunning","shotguns","shothole","shotholes","shotmaker","shotmakers","shotmaking","shotmakings","shotproof","shots","shott","shotte","shotted","shotten","shottes","shotting","shottle","shottles","shotts","shough","shoughs","should","shoulder","shouldered","shouldering","shoulderings","shoulders","shouldest","shouldst","shouse","shouses","shout","shouted","shouter","shouters","shouther","shouthered","shouthering","shouthers","shoutier","shoutiest","shouting","shoutingly","shoutings","shoutline","shoutlines","shouts","shouty","shove","shoved","shovel","shovelboard","shovelboards","shoveled","shoveler","shovelers","shovelful","shovelfuls","shovelhead","shovelheads","shoveling","shovelled","shoveller","shovellers","shovelling","shovelnose","shovelnoses","shovels","shovelsful","shover","shovers","shoves","shoving","shovings","show","showable","showbiz","showbizzes","showbizzy","showboat","showboated","showboater","showboaters","showboating","showboats","showbox","showboxes","showbread","showbreads","showcase","showcased","showcases","showcasing","showd","showded","showding","showdown","showdowns","showds","showed","shower","showered","showerer","showerers","showerful","showerhead","showerheads","showerier","showeriest","showeriness","showerinesses","showering","showerings","showerless","showerproof","showerproofed","showerproofing","showerproofings","showerproofs","showers","showery","showghe","showghes","showgirl","showgirls","showground","showgrounds","showier","showiest","showily","showiness","showinesses","showing","showings","showjump","showjumped","showjumper","showjumpers","showjumping","showjumpings","showjumps","showman","showmanly","showmanship","showmanships","showmen","shown","showoff","showoffs","showpiece","showpieces","showplace","showplaces","showring","showrings","showroom","showrooms","shows","showstopper","showstoppers","showstopping","showtime","showtimes","showy","showyard","showyards","shoyu","shoyus","shraddha","shraddhas","shrank","shrapnel","shrapnels","shred","shredded","shredder","shredders","shreddier","shreddiest","shredding","shreddings","shreddy","shredless","shreds","shreek","shreeked","shreeking","shreeks","shreik","shreiked","shreiking","shreiks","shrew","shrewd","shrewder","shrewdest","shrewdie","shrewdies","shrewdly","shrewdness","shrewdnesses","shrewed","shrewing","shrewish","shrewishly","shrewishness","shrewishnesses","shrewlike","shrewmice","shrewmouse","shrews","shri","shriech","shrieched","shrieches","shrieching","shriek","shrieked","shrieker","shriekers","shriekier","shriekiest","shrieking","shriekingly","shriekings","shrieks","shrieky","shrieval","shrievalties","shrievalty","shrieve","shrieved","shrieves","shrieving","shrift","shrifts","shright","shrights","shrike","shriked","shrikes","shriking","shrill","shrilled","shriller","shrillest","shrillier","shrilliest","shrilling","shrillings","shrillness","shrillnesses","shrills","shrilly","shrimp","shrimped","shrimper","shrimpers","shrimpier","shrimpiest","shrimping","shrimpings","shrimplike","shrimps","shrimpy","shrinal","shrine","shrined","shrinelike","shrines","shrining","shrink","shrinkable","shrinkage","shrinkages","shrinker","shrinkers","shrinking","shrinkingly","shrinkpack","shrinkpacks","shrinks","shris","shritch","shritched","shritches","shritching","shrive","shrived","shrivel","shriveled","shriveling","shrivelled","shrivelling","shrivels","shriven","shriver","shrivers","shrives","shriving","shrivings","shroff","shroffage","shroffages","shroffed","shroffing","shroffs","shroom","shroomed","shroomer","shroomers","shrooming","shrooms","shroud","shrouded","shroudier","shroudiest","shrouding","shroudings","shroudless","shrouds","shroudy","shrove","shroved","shroves","shroving","shrow","shrowd","shrowed","shrowing","shrows","shrub","shrubbed","shrubberied","shrubberies","shrubbery","shrubbier","shrubbiest","shrubbiness","shrubbinesses","shrubbing","shrubby","shrubland","shrublands","shrubless","shrublike","shrubs","shrug","shrugged","shrugging","shrugs","shrunk","shrunken","shtchi","shtchis","shtetel","shtetelach","shtetels","shtetl","shtetlach","shtetls","shtick","shtickier","shtickiest","shticks","shticky","shtik","shtiks","shtook","shtooks","shtoom","shtuck","shtucks","shtum","shtumm","shtup","shtupped","shtupping","shtups","shubunkin","shubunkins","shuck","shucked","shucker","shuckers","shucking","shuckings","shucks","shudder","shuddered","shuddering","shudderingly","shudderings","shudders","shuddersome","shuddery","shuffle","shuffleboard","shuffleboards","shuffled","shuffler","shufflers","shuffles","shuffling","shufflingly","shufflings","shufti","shufties","shuftis","shufty","shuggies","shuggy","shul","shule","shuled","shules","shuling","shuln","shuls","shun","shunamitism","shunamitisms","shunless","shunnable","shunned","shunner","shunners","shunning","shunpike","shunpiked","shunpiker","shunpikers","shunpikes","shunpiking","shunpikings","shuns","shunt","shunted","shunter","shunters","shunting","shuntings","shunts","shura","shuras","shuriken","shurikens","shush","shushed","shusher","shushers","shushes","shushing","shut","shutdown","shutdowns","shute","shuted","shutes","shuteye","shuteyes","shuting","shutoff","shutoffs","shutout","shutouts","shuts","shutter","shutterbug","shutterbugs","shuttered","shuttering","shutterings","shutterless","shutters","shutting","shuttle","shuttlecock","shuttlecocked","shuttlecocking","shuttlecocks","shuttled","shuttleless","shuttler","shuttlers","shuttles","shuttlewise","shuttling","shvartze","shvartzes","shwa","shwanpan","shwanpans","shwas","shweshwe","shweshwes","shy","shyer","shyers","shyest","shying","shyish","shylock","shylocked","shylocking","shylocks","shyly","shyness","shynesses","shypoo","shypoos","shyster","shysters","si","sial","sialagogic","sialagogue","sialagogues","sialic","sialid","sialidan","sialidans","sialids","sialogogic","sialogogue","sialogogues","sialogram","sialograms","sialographies","sialography","sialoid","sialolith","sialoliths","sialon","sialons","sialorrhoea","sialorrhoeas","sials","siamang","siamangs","siamese","siamesed","siameses","siamesing","siameze","siamezed","siamezes","siamezing","sib","sibb","sibbs","sibilance","sibilances","sibilancies","sibilancy","sibilant","sibilantly","sibilants","sibilate","sibilated","sibilates","sibilating","sibilation","sibilations","sibilator","sibilators","sibilatory","sibilous","sibling","siblings","sibs","sibship","sibships","sibyl","sibylic","sibyllic","sibylline","sibyls","sic","siccan","siccar","siccative","siccatives","sicced","siccing","siccities","siccity","sice","sices","sich","sicht","sichted","sichting","sichts","siciliana","siciliane","siciliano","sicilianos","sicilienne","siciliennes","sick","sickbay","sickbays","sickbed","sickbeds","sicked","sickee","sickees","sicken","sickened","sickener","sickeners","sickening","sickeningly","sickenings","sickens","sicker","sickerly","sickerness","sickernesses","sickest","sickie","sickies","sicking","sickish","sickishly","sickishness","sickishnesses","sickle","sicklebill","sicklebills","sickled","sickleman","sicklemen","sicklemia","sicklemias","sicklemic","sickles","sicklied","sicklier","sicklies","sickliest","sicklily","sickliness","sicklinesses","sickling","sickly","sicklying","sickness","sicknesses","sicknurse","sicknurses","sicknursing","sicknursings","sicko","sickos","sickout","sickouts","sickroom","sickrooms","sicks","siclike","sics","sida","sidalcea","sidalceas","sidas","siddha","siddhas","siddhi","siddhis","siddhuism","siddhuisms","siddur","siddurim","siddurs","side","sidearm","sidearms","sideband","sidebands","sidebar","sidebars","sideboard","sideboards","sidebones","sideburned","sideburns","sidecar","sidecars","sidecheck","sidechecks","sided","sidedness","sidednesses","sidedress","sidedresses","sidehill","sidehills","sidekick","sidekicks","sidelevers","sidelight","sidelights","sideline","sidelined","sideliner","sideliners","sidelines","sideling","sidelining","sidelock","sidelocks","sidelong","sideman","sidemen","sidenote","sidenotes","sidepath","sidepaths","sidepiece","sidepieces","sider","sideral","siderate","siderated","siderates","siderating","sideration","siderations","sidereal","sidereally","siderite","siderites","sideritic","sideroad","sideroads","siderolite","siderolites","sideropenia","sideropenias","siderophile","siderophiles","siderophilic","siderophilin","siderophilins","sideroses","siderosis","siderostat","siderostatic","siderostats","siderotic","siders","sides","sidesaddle","sidesaddles","sideshoot","sideshoots","sideshow","sideshows","sideslip","sideslipped","sideslipping","sideslips","sidesman","sidesmen","sidespin","sidespins","sidesplitting","sidesplittingly","sidestep","sidestepped","sidestepper","sidesteppers","sidestepping","sidesteps","sidestream","sidestroke","sidestrokes","sideswipe","sideswiped","sideswiper","sideswipers","sideswipes","sideswiping","sidetrack","sidetracked","sidetracking","sidetracks","sidewalk","sidewalks","sidewall","sidewalls","sideward","sidewards","sideway","sideways","sidewheel","sidewheeler","sidewheelers","sidewheels","sidewinder","sidewinders","sidewise","sidh","sidha","sidhas","sidhe","siding","sidings","sidle","sidled","sidler","sidlers","sidles","sidling","sidlingly","siecle","siecles","siege","siegecraft","siegecrafts","sieged","sieger","siegers","sieges","siegeworks","sieging","sield","siemens","sien","sienite","sienites","sienna","siennas","siens","sient","sients","sierozem","sierozems","sierra","sierran","sierras","sies","siesta","siestas","sieth","sieths","sieur","sieurs","sieve","sieved","sievelike","sievert","sieverts","sieves","sieving","sif","sifaka","sifakas","siffle","siffled","siffles","siffleur","siffleurs","siffleuse","siffleuses","siffling","sifrei","sift","sifted","sifter","sifters","sifting","siftingly","siftings","sifts","siganid","siganids","sigh","sighed","sigher","sighers","sighful","sighing","sighingly","sighless","sighlike","sighs","sight","sightable","sighted","sighter","sighters","sighting","sightings","sightless","sightlessly","sightlessness","sightlessnesses","sightlier","sightliest","sightline","sightlines","sightliness","sightlinesses","sightly","sights","sightsaw","sightscreen","sightscreens","sightsee","sightseeing","sightseeings","sightseen","sightseer","sightseers","sightsees","sightsman","sightsmen","sightworthy","sigil","sigillarian","sigillarians","sigillarid","sigillarids","sigillary","sigillate","sigillation","sigillations","sigils","sigisbei","sigisbeo","sigla","siglas","sigloi","siglos","siglum","sigma","sigmas","sigmate","sigmated","sigmates","sigmatic","sigmating","sigmation","sigmations","sigmatism","sigmatisms","sigmatron","sigmatrons","sigmoid","sigmoidal","sigmoidally","sigmoidectomies","sigmoidectomy","sigmoidoscope","sigmoidoscopes","sigmoidoscopic","sigmoidoscopies","sigmoidoscopy","sigmoids","sign","signa","signable","signage","signages","signal","signaled","signaler","signalers","signaling","signalings","signalisation","signalisations","signalise","signalised","signalises","signalising","signalization","signalizations","signalize","signalized","signalizes","signalizing","signalled","signaller","signallers","signalling","signallings","signally","signalman","signalmen","signalment","signalments","signals","signaries","signary","signatories","signatory","signature","signatures","signboard","signboards","signed","signee","signees","signer","signers","signet","signeted","signeting","signets","signeur","signeurie","signeuries","signieur","signieurs","signifiable","significance","significances","significancies","significancy","significant","significantly","significants","significate","significates","signification","significations","significative","significatively","significator","significators","significatory","significs","signified","signifieds","signifier","signifiers","signifies","signify","signifying","signifyings","signing","signings","signior","signiori","signiories","signiors","signiory","signless","signor","signora","signoras","signore","signores","signori","signoria","signorial","signorias","signories","signorina","signorinas","signorine","signorini","signorino","signors","signory","signpost","signposted","signposting","signposts","signs","sijo","sijos","sik","sika","sikas","sike","siker","sikes","sikorskies","sikorsky","silage","silaged","silageing","silages","silaging","silane","silanes","silastic","silastics","sild","silds","sile","siled","silen","silence","silenced","silencer","silencers","silences","silencing","silene","silenes","sileni","silens","silent","silenter","silentest","silentiaries","silentiary","silently","silentness","silentnesses","silents","silenus","siler","silers","siles","silesia","silesias","silex","silexes","silhouette","silhouetted","silhouettes","silhouetting","silhouettist","silhouettists","silica","silicas","silicate","silicated","silicates","silicating","siliceous","silicic","silicicolous","silicide","silicides","siliciferous","silicification","silicifications","silicified","silicifies","silicify","silicifying","silicious","silicium","siliciums","silicle","silicles","silicon","silicone","silicones","siliconised","siliconized","silicons","silicoses","silicosis","silicotic","silicotics","silicula","siliculae","siliculas","silicule","silicules","siliculose","siling","siliqua","siliquaceous","siliquae","siliquas","silique","siliques","siliquose","siliquous","silk","silkalene","silkalenes","silkaline","silkalines","silked","silken","silkened","silkening","silkens","silkgrower","silkgrowers","silkie","silkier","silkies","silkiest","silkily","silkiness","silkinesses","silking","silklike","silkoline","silkolines","silks","silkscreen","silkscreens","silktail","silktails","silkweed","silkweeds","silkworm","silkworms","silky","sill","sillabub","sillabubs","silladar","silladars","siller","sillers","sillibub","sillibubs","sillier","sillies","silliest","sillily","sillimanite","sillimanites","silliness","sillinesses","sillock","sillocks","sills","silly","silo","siloed","siloing","silos","siloxane","siloxanes","silphia","silphium","silphiums","silt","siltation","siltations","silted","siltier","siltiest","silting","silts","siltstone","siltstones","silty","silurian","silurid","silurids","silurist","silurists","siluroid","siluroids","silva","silvae","silvan","silvans","silvas","silvatic","silver","silverback","silverbacks","silverberries","silverberry","silverbill","silverbills","silvered","silverer","silverers","silvereye","silvereyes","silverfish","silverfishes","silverhorn","silverhorns","silverier","silveriest","silveriness","silverinesses","silvering","silverings","silverise","silverised","silverises","silverising","silverize","silverized","silverizes","silverizing","silverling","silverlings","silverly","silvern","silverpoint","silverpoints","silvers","silverside","silversides","silversideses","silverskin","silverskins","silversmith","silversmithing","silversmithings","silversmiths","silvertail","silvertails","silverware","silverwares","silverweed","silverweeds","silvery","silvestrian","silvex","silvexes","silvical","silvics","silvicultural","silviculturally","silviculture","silvicultures","silviculturist","silviculturists","silymarin","silymarins","sim","sima","simar","simarouba","simaroubaceous","simaroubas","simarre","simarres","simars","simaruba","simarubaceous","simarubas","simas","simatic","simazine","simazines","simba","simbas","simi","simial","simian","simians","similar","similarities","similarity","similarly","similative","simile","similes","similise","similised","similises","similising","similitude","similitudes","similize","similized","similizes","similizing","simillimum","simillimums","similor","similors","simioid","simious","simis","simitar","simitars","simkin","simkins","simlin","simlins","simmer","simmered","simmering","simmers","simnel","simnels","simoleon","simoleons","simoniac","simoniacal","simoniacally","simoniacs","simonies","simonious","simonise","simonised","simonises","simonising","simonist","simonists","simonize","simonized","simonizes","simonizing","simony","simoom","simooms","simoon","simoons","simorg","simorgs","simp","simpai","simpais","simpatico","simper","simpered","simperer","simperers","simpering","simperingly","simperings","simpers","simpkin","simpkins","simple","simpled","simpleminded","simplemindedly","simplemindedness","simplemindednesses","simpleness","simplenesses","simpler","simplers","simples","simplesse","simplesses","simplest","simpleton","simpletons","simplex","simplexes","simplices","simplicia","simplicial","simplicially","simplicidentate","simpliciter","simplicities","simplicity","simplification","simplifications","simplificative","simplificator","simplificators","simplified","simplifier","simplifiers","simplifies","simplify","simplifying","simpling","simplings","simplism","simplisms","simplist","simpliste","simplistic","simplistically","simplists","simply","simps","sims","simul","simulacra","simulacre","simulacres","simulacrum","simulacrums","simulant","simulants","simular","simulars","simulate","simulated","simulates","simulating","simulation","simulations","simulative","simulatively","simulator","simulators","simulatory","simulcast","simulcasted","simulcasting","simulcasts","simulium","simuliums","simuls","simultaneities","simultaneity","simultaneous","simultaneouses","simultaneously","simultaneousness","simultaneousnesses","simurg","simurgh","simurghs","simurgs","sin","sinanthropus","sinanthropuses","sinapism","sinapisms","sinarchism","sinarchisms","sinarchist","sinarchists","sinarquism","sinarquisms","sinarquist","sinarquists","since","sincere","sincerely","sincereness","sincerenesses","sincerer","sincerest","sincerities","sincerity","sincipita","sincipital","sinciput","sinciputs","sind","sinded","sinding","sindings","sindon","sindonologies","sindonologist","sindonologists","sindonology","sindonophanies","sindonophany","sindons","sinds","sine","sinecure","sinecures","sinecurism","sinecurisms","sinecurist","sinecurists","sined","sines","sinew","sinewed","sinewier","sinewiest","sinewiness","sinewinesses","sinewing","sinewless","sinews","sinewy","sinfonia","sinfonias","sinfonie","sinfonietta","sinfoniettas","sinful","sinfully","sinfulness","sinfulnesses","sing","singable","singableness","singablenesses","singalong","singalongs","singe","singed","singeing","singer","singers","singes","singing","singingly","singings","single","singled","singledom","singledoms","singlehood","singlehoods","singleness","singlenesses","singles","singlestick","singlesticks","singlet","singleton","singletons","singletrack","singletracks","singletree","singletrees","singlets","singling","singlings","singly","sings","singsong","singsonged","singsonging","singsongs","singsongy","singspiel","singspiels","singular","singularisation","singularise","singularised","singularises","singularising","singularism","singularisms","singularist","singularists","singularities","singularity","singularization","singularize","singularized","singularizes","singularizing","singularly","singularness","singularnesses","singulars","singulary","singult","singults","singultus","singultuses","sinh","sinhs","sinical","sinicise","sinicised","sinicises","sinicising","sinicize","sinicized","sinicizes","sinicizing","sining","sinister","sinisterities","sinisterity","sinisterly","sinisterness","sinisternesses","sinisterwise","sinistral","sinistralities","sinistrality","sinistrally","sinistrals","sinistrodextral","sinistrorsal","sinistrorsally","sinistrorse","sinistrorsely","sinistrous","sinistrously","sink","sinkable","sinkage","sinkages","sinker","sinkers","sinkhole","sinkholes","sinkier","sinkiest","sinking","sinkings","sinks","sinky","sinless","sinlessly","sinlessness","sinlessnesses","sinned","sinner","sinnered","sinnering","sinners","sinnet","sinnets","sinning","sinningia","sinningias","sinoatrial","sinological","sinologies","sinologist","sinologists","sinologue","sinologues","sinology","sinopia","sinopias","sinopie","sinopis","sinopises","sinopite","sinopites","sins","sinsemilla","sinsemillas","sinsyne","sinter","sinterabilities","sinterability","sintered","sintering","sinters","sintery","sinuate","sinuated","sinuately","sinuates","sinuating","sinuation","sinuations","sinuitis","sinuitises","sinuose","sinuosities","sinuosity","sinuous","sinuously","sinuousness","sinuousnesses","sinupallial","sinupalliate","sinus","sinuses","sinusitis","sinusitises","sinuslike","sinusoid","sinusoidal","sinusoidally","sinusoids","sip","sipe","siped","sipes","siphon","siphonage","siphonages","siphonal","siphonate","siphoned","siphonet","siphonets","siphonic","siphoning","siphonogam","siphonogamies","siphonogams","siphonogamy","siphonophore","siphonophores","siphonophorous","siphonostele","siphonosteles","siphonostelic","siphons","siphuncle","siphuncles","siping","sipped","sipper","sippers","sippet","sippets","sipping","sipple","sippled","sipples","sippling","sippy","sips","sipunculid","sipunculids","sipunculoid","sipunculoids","sir","sircar","sircars","sirdar","sirdars","sire","sired","siree","sirees","siren","sirenian","sirenians","sirenic","sirenise","sirenised","sirenises","sirenising","sirenize","sirenized","sirenizes","sirenizing","sirens","sires","sirgang","sirgangs","siri","siriases","siriasis","sirih","sirihs","siring","sirings","siris","sirkar","sirkars","sirloin","sirloins","sirname","sirnamed","sirnames","sirnaming","siroc","sirocco","siroccos","sirocs","sironise","sironised","sironises","sironising","sironize","sironized","sironizes","sironizing","siroset","sirra","sirrah","sirrahs","sirras","sirred","sirree","sirrees","sirring","sirs","sirtuin","sirtuins","sirup","siruped","sirupier","sirupiest","siruping","sirups","sirupy","sirvente","sirventes","sis","sisal","sisals","siseraries","siserary","sises","siskin","siskins","siss","sisses","sissier","sissies","sissiest","sissified","sissiness","sissinesses","sissoo","sissoos","sissy","sissyish","sissyness","sissynesses","sist","sisted","sister","sistered","sisterhood","sisterhoods","sistering","sisterless","sisterlike","sisterliness","sisterlinesses","sisterly","sisters","sisting","sistra","sistroid","sistrum","sistrums","sists","sit","sitar","sitarist","sitarists","sitars","sitatunga","sitatungas","sitcom","sitcoms","site","sited","sitella","sitellas","sites","sitfast","sitfasts","sith","sithe","sithed","sithee","sithen","sithence","sithens","sithes","sithing","siting","sitiologies","sitiology","sitiophobia","sitiophobias","sitka","sitkamer","sitkamers","sitologies","sitology","sitophobia","sitophobias","sitosterol","sitosterols","sitrep","sitreps","sits","sittar","sittars","sittella","sittellas","sitten","sitter","sitters","sittine","sitting","sittings","situate","situated","situates","situating","situation","situational","situationally","situationism","situationisms","situations","situla","situlae","situp","situps","situs","situses","situtunga","situtungas","sitz","sitzkrieg","sitzkriegs","sitzmark","sitzmarks","siver","sivers","siwash","siwashed","siwashes","siwashing","six","sixain","sixaine","sixaines","sixains","sixer","sixers","sixes","sixfold","sixmo","sixmos","sixpence","sixpences","sixpennies","sixpenny","sixscore","sixscores","sixte","sixteen","sixteener","sixteeners","sixteenmo","sixteenmos","sixteens","sixteenth","sixteenthly","sixteenths","sixtes","sixth","sixthly","sixths","sixties","sixtieth","sixtieths","sixty","sixtyish","sizable","sizableness","sizablenesses","sizably","sizar","sizars","sizarship","sizarships","size","sizeable","sizeableness","sizeablenesses","sizeably","sized","sizeism","sizeisms","sizeist","sizeists","sizel","sizels","sizer","sizers","sizes","sizier","siziest","siziness","sizinesses","sizing","sizings","sizism","sizisms","sizist","sizists","sizy","sizzle","sizzled","sizzler","sizzlers","sizzles","sizzling","sizzlingly","sizzlings","sj","sjambok","sjamboked","sjamboking","sjambokked","sjambokking","sjamboks","sjoe","ska","skag","skags","skail","skailed","skailing","skails","skaith","skaithed","skaithing","skaithless","skaiths","skald","skaldic","skalds","skaldship","skaldships","skanger","skangers","skank","skanked","skanker","skankers","skankier","skankiest","skankiness","skankinesses","skanking","skankings","skanks","skanky","skart","skarth","skarths","skarts","skas","skat","skate","skateboard","skateboarded","skateboarder","skateboarders","skateboarding","skateboardings","skateboards","skated","skatepark","skateparks","skater","skaters","skates","skating","skatings","skatol","skatole","skatoles","skatols","skats","skatt","skatts","skaw","skaws","skean","skeane","skeanes","skeans","skear","skeared","skearier","skeariest","skearing","skears","skeary","skedaddle","skedaddled","skedaddler","skedaddlers","skedaddles","skedaddling","skee","skeechan","skeechans","skeed","skeef","skeeing","skeelier","skeeliest","skeely","skeen","skeens","skeer","skeered","skeerier","skeeriest","skeering","skeers","skeery","skees","skeesicks","skeet","skeeted","skeeter","skeeters","skeets","skeg","skegg","skegger","skeggers","skeggs","skegs","skeigh","skeigher","skeighest","skein","skeined","skeining","skeins","skelder","skeldered","skeldering","skelders","skeletal","skeletally","skeletogenous","skeleton","skeletonic","skeletonise","skeletonised","skeletoniser","skeletonisers","skeletonises","skeletonising","skeletonize","skeletonized","skeletonizer","skeletonizers","skeletonizes","skeletonizing","skeletons","skelf","skelfs","skell","skellie","skellied","skellier","skellies","skelliest","skelloch","skelloched","skelloching","skellochs","skells","skellum","skellums","skelly","skellying","skelm","skelms","skelp","skelped","skelping","skelpings","skelpit","skelps","skelter","skeltered","skeltering","skelters","skelum","skelums","sken","skene","skenes","skenned","skenning","skens","skeo","skeos","skep","skepful","skepfuls","skepped","skepping","skeps","skepsis","skepsises","skeptic","skeptical","skeptically","skepticalness","skepticalnesses","skepticism","skepticisms","skeptics","sker","skerred","skerrick","skerricks","skerries","skerring","skerry","skers","sket","sketch","sketchabilities","sketchability","sketchable","sketchbook","sketchbooks","sketched","sketcher","sketchers","sketches","sketchier","sketchiest","sketchily","sketchiness","sketchinesses","sketching","sketchpad","sketchpads","sketchy","skets","sketted","sketting","skeuomorph","skeuomorphic","skeuomorphism","skeuomorphisms","skeuomorphs","skew","skewback","skewbacked","skewbacks","skewbald","skewbalds","skewed","skewer","skewered","skewering","skewers","skewest","skewing","skewness","skewnesses","skews","skewwhiff","ski","skiable","skiagram","skiagrams","skiagraph","skiagraphs","skiamachies","skiamachy","skiascope","skiascopes","skiascopies","skiascopy","skiatron","skiatrons","skibob","skibobbed","skibobber","skibobbers","skibobbing","skibobbings","skibobs","skid","skidded","skidder","skidders","skiddier","skiddiest","skidding","skiddoo","skiddooed","skiddooing","skiddoos","skiddy","skidlid","skidlids","skidoo","skidooed","skidooing","skidoos","skidpan","skidpans","skidproof","skids","skidway","skidways","skied","skier","skiers","skies","skiey","skieyer","skieyest","skiff","skiffed","skiffing","skiffle","skiffled","skiffles","skiffless","skiffling","skiffs","skiing","skiings","skijorer","skijorers","skijoring","skijorings","skikjoring","skikjorings","skilful","skilfully","skilfulness","skilfulnesses","skill","skillcentre","skillcentres","skilled","skilless","skillessness","skillessnesses","skillet","skillets","skillful","skillfully","skillfulness","skillfulnesses","skillier","skillies","skilliest","skilligalee","skilligalees","skilligolee","skilligolees","skilling","skillings","skillion","skillions","skills","skilly","skim","skimboard","skimboarded","skimboarder","skimboarders","skimboarding","skimboards","skimmed","skimmer","skimmers","skimmia","skimmias","skimming","skimmingly","skimmings","skimmington","skimmingtons","skimo","skimobile","skimobiled","skimobiles","skimobiling","skimos","skimp","skimped","skimpier","skimpiest","skimpily","skimpiness","skimpinesses","skimping","skimpingly","skimps","skimpy","skims","skin","skincare","skincares","skinflick","skinflicks","skinflint","skinflints","skinflinty","skinfood","skinfoods","skinful","skinfuls","skinhead","skinheads","skink","skinked","skinker","skinkers","skinking","skinks","skinless","skinlike","skinned","skinner","skinners","skinnier","skinnies","skinniest","skinniness","skinninesses","skinning","skinny","skins","skint","skinter","skintest","skintight","skintights","skio","skioring","skiorings","skios","skip","skipjack","skipjacks","skiplane","skiplanes","skippable","skipped","skipper","skippered","skippering","skipperings","skippers","skippet","skippets","skippier","skippiest","skipping","skippingly","skippings","skippy","skips","skirl","skirled","skirling","skirlings","skirls","skirmish","skirmished","skirmisher","skirmishers","skirmishes","skirmishing","skirmishings","skirr","skirred","skirret","skirrets","skirring","skirrs","skirt","skirted","skirter","skirters","skirting","skirtings","skirtless","skirtlike","skirts","skis","skit","skitch","skitched","skitches","skitching","skite","skited","skites","skiting","skits","skitter","skittered","skitterier","skitteriest","skittering","skitters","skittery","skittish","skittishly","skittishness","skittishnesses","skittle","skittled","skittles","skittling","skive","skived","skiver","skivered","skivering","skivers","skives","skivie","skivier","skiviest","skiving","skivings","skivvied","skivvies","skivvy","skivvying","skivy","skiwear","sklate","sklated","sklates","sklating","sklent","sklented","sklenting","sklents","skliff","skliffs","sklim","sklimmed","sklimming","sklims","skoal","skoaled","skoaling","skoals","skoff","skoffed","skoffing","skoffs","skokiaan","skokiaans","skol","skolia","skolion","skolled","skollie","skollies","skolling","skolly","skols","skookum","skool","skools","skoosh","skooshed","skooshes","skooshing","skort","skorts","skosh","skoshes","skran","skrans","skreegh","skreeghed","skreeghing","skreeghs","skreen","skreens","skreigh","skreighed","skreighing","skreighs","skriech","skrieched","skrieching","skriechs","skried","skriegh","skrieghed","skrieghing","skrieghs","skries","skrik","skrike","skriked","skrikes","skriking","skriks","skrimmage","skrimmaged","skrimmages","skrimmaging","skrimp","skrimped","skrimping","skrimps","skrimshank","skrimshanked","skrimshanker","skrimshankers","skrimshanking","skrimshanks","skronk","skronks","skrump","skrumped","skrumping","skrumps","skry","skryer","skryers","skrying","skua","skuas","skudler","skudlers","skug","skugged","skugging","skugs","skuldudderies","skulduddery","skulduggeries","skulduggery","skulk","skulked","skulker","skulkers","skulking","skulkingly","skulkings","skulks","skull","skullcap","skullcaps","skullduggeries","skullduggery","skulled","skulling","skulls","skulpin","skulpins","skummer","skummered","skummering","skummers","skunk","skunkbird","skunkbirds","skunked","skunkier","skunkiest","skunking","skunks","skunkweed","skunkweeds","skunky","skurried","skurries","skurry","skurrying","skutterudite","skutterudites","skuttle","skuttled","skuttles","skuttling","sky","skyboard","skyboards","skyborn","skyborne","skybox","skyboxes","skybridge","skybridges","skycap","skycaps","skyclad","skydive","skydived","skydiver","skydivers","skydives","skydiving","skydivings","skydove","skyed","skyer","skyers","skyey","skyf","skyfed","skyfing","skyfs","skyhome","skyhomes","skyhook","skyhooks","skyier","skyiest","skying","skyish","skyjack","skyjacked","skyjacker","skyjackers","skyjacking","skyjackings","skyjacks","skylab","skylabs","skylark","skylarked","skylarker","skylarkers","skylarking","skylarkings","skylarks","skyless","skylight","skylighted","skylights","skylike","skyline","skylines","skylit","skyman","skymen","skyphoi","skyphos","skyr","skyre","skyred","skyres","skyring","skyrmion","skyrmions","skyrocket","skyrocketed","skyrocketing","skyrockets","skyrs","skysail","skysails","skyscape","skyscapes","skyscraper","skyscrapers","skysurf","skysurfed","skysurfer","skysurfers","skysurfing","skysurfings","skysurfs","skyte","skyted","skytes","skyting","skywalk","skywalks","skyward","skywards","skyway","skyways","skywrite","skywriter","skywriters","skywrites","skywriting","skywritings","skywritten","skywrote","slab","slabbed","slabber","slabbered","slabberer","slabberers","slabberier","slabberiest","slabbering","slabbers","slabbery","slabbier","slabbiest","slabbiness","slabbinesses","slabbing","slabby","slablike","slabs","slabstone","slabstones","slack","slacked","slacken","slackened","slackener","slackeners","slackening","slackenings","slackens","slacker","slackers","slackest","slacking","slackly","slackness","slacknesses","slacks","slacktivism","slacktivisms","slacktivist","slacktivists","slactivism","slactivisms","slactivist","slactivists","sladang","sladangs","slade","slades","slae","slaes","slag","slagged","slaggier","slaggiest","slagging","slaggings","slaggy","slags","slaid","slain","slainte","slairg","slairged","slairging","slairgs","slaister","slaistered","slaisteries","slaistering","slaisters","slaistery","slakable","slake","slakeable","slaked","slakeless","slaker","slakers","slakes","slaking","slalom","slalomed","slalomer","slalomers","slaloming","slalomist","slalomists","slaloms","slam","slamdance","slamdanced","slamdances","slamdancing","slammakin","slammakins","slammed","slammer","slammerkin","slammerkins","slammers","slamming","slammings","slams","slander","slandered","slanderer","slanderers","slandering","slanderous","slanderously","slanderousness","slanderousnesses","slanders","slane","slanes","slang","slanged","slanger","slangers","slangier","slangiest","slangily","slanginess","slanginesses","slanging","slangingly","slangings","slangish","slangs","slanguage","slanguages","slangular","slangy","slank","slant","slanted","slantendicular","slanter","slanters","slantier","slantiest","slantindicular","slanting","slantingly","slantingways","slantly","slants","slantways","slantwise","slanty","slap","slapdash","slapdashed","slapdashes","slapdashing","slaphappier","slaphappiest","slaphappy","slaphead","slapheads","slapjack","slapjacks","slapped","slapper","slappers","slapping","slappings","slaps","slapshot","slapshots","slapstick","slapsticks","slart","slarted","slarting","slarts","slash","slashed","slasher","slashers","slashes","slashfest","slashfests","slashing","slashingly","slashings","slat","slatch","slatches","slate","slated","slatelike","slater","slaters","slates","slatey","slather","slathered","slathering","slathers","slatier","slatiest","slatiness","slatinesses","slating","slatings","slats","slatted","slatter","slattered","slattering","slattern","slatternliness","slatternlinesses","slatternly","slatterns","slatters","slattery","slatting","slattings","slaty","slaughter","slaughterable","slaughtered","slaughterer","slaughterers","slaughterhouse","slaughterhouses","slaughteries","slaughtering","slaughterman","slaughtermen","slaughterous","slaughterously","slaughters","slaughtery","slave","slaved","slaveholder","slaveholders","slaveholding","slaveholdings","slaver","slavered","slaverer","slaverers","slaveries","slavering","slaveringly","slaverings","slavers","slavery","slaves","slavey","slaveys","slaving","slavish","slavishly","slavishness","slavishnesses","slavocracies","slavocracy","slavocrat","slavocrats","slavophil","slavophile","slavophiles","slavophils","slaw","slaws","slay","slayable","slayed","slayer","slayers","slaying","slayings","slays","sleave","sleaved","sleaves","sleaving","sleaze","sleazebag","sleazebags","sleazeball","sleazeballs","sleazes","sleazier","sleaziest","sleazily","sleaziness","sleazinesses","sleazo","sleazoid","sleazoids","sleazy","sleb","slebs","sled","sledded","sledder","sledders","sledding","sleddings","sleded","sledge","sledged","sledgehammer","sledgehammered","sledgehammering","sledgehammers","sledger","sledgers","sledges","sledging","sledgings","sleds","slee","sleech","sleeches","sleechier","sleechiest","sleechy","sleek","sleeked","sleeken","sleekened","sleekening","sleekens","sleeker","sleekers","sleekest","sleekier","sleekiest","sleeking","sleekings","sleekit","sleekly","sleekness","sleeknesses","sleeks","sleekstone","sleekstones","sleeky","sleep","sleepaway","sleeper","sleepers","sleepery","sleepier","sleepiest","sleepily","sleepiness","sleepinesses","sleeping","sleepings","sleepless","sleeplessly","sleeplessness","sleeplessnesses","sleeplike","sleepout","sleepouts","sleepover","sleepovers","sleepry","sleeps","sleepsuit","sleepsuits","sleepwalk","sleepwalked","sleepwalker","sleepwalkers","sleepwalking","sleepwalkings","sleepwalks","sleepwear","sleepy","sleepyhead","sleepyheaded","sleepyheads","sleer","sleest","sleet","sleeted","sleetier","sleetiest","sleetiness","sleetinesses","sleeting","sleets","sleety","sleeve","sleeved","sleeveen","sleeveens","sleevehand","sleevehands","sleeveless","sleevelet","sleevelets","sleevelike","sleever","sleevers","sleeves","sleeving","sleevings","sleezier","sleeziest","sleezy","sleided","sleigh","sleighed","sleigher","sleighers","sleighing","sleighings","sleighs","sleight","sleights","slender","slenderer","slenderest","slenderise","slenderised","slenderises","slenderising","slenderize","slenderized","slenderizes","slenderizing","slenderly","slenderness","slendernesses","slenter","slenters","slept","sleuth","sleuthed","sleuthhound","sleuthhounds","sleuthing","sleuths","slew","slewed","slewing","slews","sley","sleys","slice","sliceable","sliced","slicer","slicers","slices","slicing","slicings","slick","slicked","slicken","slickened","slickener","slickeners","slickening","slickens","slickenside","slickensided","slickensides","slicker","slickered","slickers","slickest","slicking","slickings","slickly","slickness","slicknesses","slickrock","slickrocks","slicks","slickster","slicksters","slickstone","slickstones","slid","slidable","slidden","slidder","sliddered","sliddering","slidders","sliddery","slide","slided","slider","sliders","slides","slideway","slideways","sliding","slidingly","slidings","slier","sliest","slieve","slieves","slight","slighted","slighter","slighters","slightest","slighting","slightingly","slightish","slightly","slightness","slightnesses","slights","slily","slim","slimdown","slimdowns","slime","slimeball","slimeballs","slimed","slimes","slimier","slimiest","slimily","sliminess","sliminesses","sliming","slimline","slimly","slimmed","slimmer","slimmers","slimmest","slimming","slimmings","slimmish","slimnastics","slimness","slimnesses","slimpsier","slimpsiest","slimpsy","slims","slimsier","slimsiest","slimsy","slimy","sling","slingback","slingbacks","slinger","slingers","slinging","slings","slingshot","slingshots","slingstone","slingstones","slink","slinked","slinker","slinkers","slinkier","slinkiest","slinkily","slinkiness","slinkinesses","slinking","slinks","slinkskin","slinkskins","slinkweed","slinkweeds","slinky","slinter","slinters","sliotar","sliotars","slip","slipcase","slipcased","slipcases","slipcover","slipcovered","slipcovering","slipcovers","slipdress","slipdresses","slipe","sliped","slipes","slipform","slipformed","slipforming","slipforms","sliping","slipknot","slipknots","slipless","slipnoose","slipnooses","slipout","slipouts","slipover","slipovers","slippage","slippages","slipped","slipper","slippered","slipperier","slipperiest","slipperily","slipperiness","slipperinesses","slippering","slippers","slipperwort","slipperworts","slippery","slippier","slippiest","slippily","slippiness","slippinesses","slipping","slippy","sliprail","sliprails","slips","slipsheet","slipsheeted","slipsheeting","slipsheets","slipshod","slipshoddiness","slipshodness","slipshodnesses","slipslop","slipsloppy","slipslops","slipsole","slipsoles","slipstream","slipstreamed","slipstreaming","slipstreams","slipt","slipup","slipups","slipware","slipwares","slipway","slipways","slish","slishes","slit","slither","slithered","slitherier","slitheriest","slithering","slithers","slithery","slitless","slitlike","slits","slitted","slitter","slitters","slittier","slittiest","slitting","slitty","slive","slived","sliven","sliver","slivered","sliverer","sliverers","slivering","slivers","slives","sliving","slivovic","slivovica","slivovicas","slivovices","slivovitz","slivovitzes","slivowitz","slivowitzes","sloan","sloans","slob","slobber","slobbered","slobberer","slobberers","slobberier","slobberiest","slobbering","slobbers","slobbery","slobbier","slobbiest","slobbish","slobbishness","slobbishnesses","slobby","slobland","sloblands","slobs","slockdolager","slockdolagers","slockdoliger","slockdoligers","slockdologer","slockdologers","slocken","slockened","slockening","slockens","sloe","sloebush","sloebushes","sloes","sloethorn","sloethorns","sloetree","sloetrees","slog","slogan","sloganeer","sloganeered","sloganeering","sloganeerings","sloganeers","sloganise","sloganised","sloganises","sloganising","sloganisings","sloganize","sloganized","sloganizes","sloganizing","sloganizings","slogans","slogged","slogger","sloggers","slogging","slogs","sloid","sloids","slojd","slojds","sloken","slokened","slokening","slokens","slommock","slommocked","slommocking","slommocks","sloom","sloomed","sloomier","sloomiest","slooming","slooms","sloomy","sloop","sloops","sloosh","slooshed","slooshes","slooshing","sloot","sloots","slop","slope","sloped","sloper","slopers","slopes","slopewise","slopier","slopiest","sloping","slopingly","slopingness","slopingnesses","slopped","sloppier","sloppiest","sloppily","sloppiness","sloppinesses","slopping","sloppy","slops","slopwork","slopworker","slopworkers","slopworks","slopy","slorm","slormed","slorming","slorms","slosh","sloshed","sloshes","sloshier","sloshiest","sloshing","sloshings","sloshy","slot","slotback","slotbacks","sloth","slothed","slothful","slothfully","slothfulness","slothfulnesses","slothing","sloths","slots","slotted","slotter","slotters","slotting","slouch","slouched","sloucher","slouchers","slouches","slouchier","slouchiest","slouchily","slouchiness","slouchinesses","slouching","slouchingly","slouchy","slough","sloughed","sloughi","sloughier","sloughiest","sloughing","sloughis","sloughs","sloughy","slove","sloven","slovenlier","slovenliest","slovenlike","slovenliness","slovenlinesses","slovenly","slovenries","slovenry","slovens","slow","slowback","slowbacks","slowcoach","slowcoaches","slowdown","slowdowns","slowed","slower","slowest","slowing","slowings","slowish","slowly","slowness","slownesses","slowpoke","slowpokes","slows","slowworm","slowworms","sloyd","sloyds","slub","slubb","slubbed","slubber","slubbered","slubbering","slubberingly","slubberings","slubbers","slubbier","slubbiest","slubbing","slubbings","slubbs","slubby","slubs","sludge","sludged","sludges","sludgier","sludgiest","sludging","sludgy","slue","slued","slueing","slues","sluff","sluffed","sluffing","sluffs","slug","slugabed","slugabeds","slugfest","slugfests","sluggabed","sluggabeds","sluggard","sluggardise","sluggardised","sluggardises","sluggardising","sluggardize","sluggardized","sluggardizes","sluggardizing","sluggardliness","sluggardly","sluggardness","sluggardnesses","sluggards","slugged","slugger","sluggers","slugging","sluggish","sluggishly","sluggishness","sluggishnesses","slughorn","slughorne","slughornes","slughorns","slugs","sluice","sluiced","sluicegate","sluicegates","sluicelike","sluices","sluiceway","sluiceways","sluicier","sluiciest","sluicing","sluicy","sluing","sluit","sluits","slum","slumber","slumbered","slumberer","slumberers","slumberful","slumbering","slumberingly","slumberings","slumberland","slumberlands","slumberless","slumberous","slumberously","slumberousness","slumbers","slumbersome","slumbery","slumbrous","slumbrously","slumbry","slumgullion","slumgullions","slumgum","slumgums","slumism","slumisms","slumlord","slumlords","slummed","slummer","slummers","slummier","slummiest","slumming","slummings","slummock","slummocked","slummocking","slummocks","slummy","slump","slumped","slumpflation","slumpflationary","slumpflations","slumpier","slumpiest","slumping","slumps","slumpy","slums","slung","slungshot","slungshots","slunk","slur","slurb","slurban","slurbs","slurp","slurped","slurper","slurpers","slurpier","slurpiest","slurping","slurps","slurpy","slurred","slurried","slurries","slurring","slurry","slurrying","slurs","sluse","sluses","slush","slushed","slushes","slushier","slushies","slushiest","slushily","slushiness","slushinesses","slushing","slushy","slut","slutch","slutches","slutchier","slutchiest","slutchy","sluts","slutteries","sluttery","sluttier","sluttiest","sluttily","sluttiness","sluttinesses","sluttish","sluttishly","sluttishness","sluttishnesses","slutty","sly","slyboots","slyer","slyest","slyish","slyly","slyness","slynesses","slype","slypes","sma","smaak","smaaked","smaaking","smaaks","smack","smackdown","smackdowns","smacked","smacker","smackers","smackhead","smackheads","smacking","smackings","smacks","smaik","smaiks","small","smallage","smallages","smallboy","smallboys","smallclothes","smalled","smaller","smallest","smallholder","smallholders","smallholding","smallholdings","smalling","smallish","smallmouth","smallmouths","smallness","smallnesses","smallpox","smallpoxes","smalls","smallsat","smallsats","smallsword","smallswords","smalltime","smalm","smalmed","smalmily","smalminess","smalminesses","smalming","smalms","smalmy","smalt","smalti","smaltine","smaltines","smaltite","smaltites","smalto","smaltos","smalts","smaragd","smaragde","smaragdes","smaragdine","smaragdite","smaragdites","smaragds","smarm","smarmed","smarmier","smarmiest","smarmily","smarminess","smarminesses","smarming","smarms","smarmy","smart","smartarse","smartarsed","smartarses","smartass","smartasses","smarted","smarten","smartened","smartening","smartens","smarter","smartest","smartie","smarties","smarting","smartingly","smartish","smartly","smartmouth","smartmouths","smartness","smartnesses","smartphone","smartphones","smarts","smartweed","smartweeds","smarty","smartypants","smash","smashable","smashed","smasher","smasheroo","smasheroos","smashers","smashes","smashing","smashingly","smashings","smashup","smashups","smatch","smatched","smatches","smatching","smatter","smattered","smatterer","smatterers","smattering","smatteringly","smatterings","smatters","smaze","smazes","smear","smearcase","smearcases","smeared","smearer","smearers","smearier","smeariest","smearily","smeariness","smearinesses","smearing","smears","smeary","smeath","smeaths","smectic","smectite","smectites","smectitic","smeddum","smeddums","smee","smeech","smeeched","smeeches","smeeching","smeek","smeeked","smeeking","smeeks","smees","smeeth","smeeths","smegma","smegmas","smeik","smeiked","smeiking","smeiks","smeke","smeked","smekes","smeking","smell","smellable","smelled","smeller","smellers","smellier","smellies","smelliest","smelliness","smellinesses","smelling","smellings","smells","smelly","smelt","smelted","smelter","smelteries","smelters","smeltery","smelting","smeltings","smelts","smerk","smerked","smerking","smerks","smeuse","smeuses","smew","smews","smicker","smickered","smickering","smickerings","smickers","smicket","smickets","smickly","smiddied","smiddies","smiddy","smiddying","smidge","smidgen","smidgens","smidgeon","smidgeons","smidges","smidgin","smidgins","smiercase","smiercases","smifligate","smifligated","smifligates","smifligating","smight","smighting","smights","smilacaceous","smilax","smilaxes","smile","smiled","smileful","smileless","smiler","smilers","smiles","smilet","smilets","smiley","smileys","smilier","smiliest","smiling","smilingly","smilingness","smilingnesses","smilings","smilodon","smilodons","smir","smirch","smirched","smircher","smirchers","smirches","smirching","smirk","smirked","smirker","smirkers","smirkier","smirkiest","smirkily","smirking","smirkingly","smirks","smirky","smirr","smirred","smirrier","smirriest","smirring","smirrs","smirry","smirs","smirting","smirtings","smit","smite","smiter","smiters","smites","smith","smithcraft","smithcrafts","smithed","smithereen","smithereened","smithereening","smithereens","smitheries","smithers","smithery","smithied","smithies","smithing","smiths","smithsonite","smithsonites","smithy","smithying","smiting","smits","smitted","smitten","smitting","smittle","smock","smocked","smocking","smockings","smocklike","smocks","smog","smoggier","smoggiest","smoggy","smogless","smogs","smoile","smoiled","smoiles","smoiling","smokable","smoke","smokeable","smokeboard","smokeboards","smokebox","smokeboxes","smoked","smokeho","smokehood","smokehoods","smokehos","smokehouse","smokehouses","smokejack","smokejacks","smokeless","smokelessly","smokelessness","smokelessnesses","smokelike","smokepot","smokepots","smokeproof","smoker","smokers","smokes","smokescreen","smokescreens","smokestack","smokestacks","smoketight","smokey","smokie","smokier","smokies","smokiest","smokily","smokiness","smokinesses","smoking","smokings","smoko","smokos","smoky","smolder","smoldered","smoldering","smolders","smolt","smolts","smooch","smooched","smoocher","smoochers","smooches","smoochier","smoochiest","smooching","smoochy","smoodge","smoodged","smoodges","smoodging","smooge","smooged","smooges","smooging","smoor","smoored","smooring","smoors","smoosh","smooshed","smooshes","smooshing","smoot","smooted","smooth","smoothable","smoothbore","smoothbored","smoothbores","smoothed","smoothen","smoothened","smoothening","smoothens","smoother","smoothers","smoothes","smoothest","smoothie","smoothies","smoothing","smoothings","smoothish","smoothly","smoothness","smoothnesses","smoothpate","smoothpates","smooths","smoothy","smooting","smoots","smorbrod","smorbrods","smore","smored","smores","smorgasbord","smorgasbords","smoring","smorrebrod","smorrebrods","smorzando","smorzato","smote","smother","smothered","smotherer","smotherers","smotheriness","smotherinesses","smothering","smotheringly","smotherings","smothers","smothery","smouch","smouched","smouches","smouching","smoulder","smouldered","smouldering","smoulderingly","smoulderings","smoulders","smouldry","smouse","smoused","smouser","smousers","smouses","smousing","smout","smouted","smouting","smouts","smowt","smowts","smoyle","smoyled","smoyles","smoyling","smriti","smritis","smudge","smudged","smudgedly","smudgeless","smudger","smudgers","smudges","smudgier","smudgiest","smudgily","smudginess","smudginesses","smudging","smudgings","smudgy","smug","smugged","smugger","smuggeries","smuggery","smuggest","smugging","smuggle","smuggled","smuggler","smugglers","smuggles","smuggling","smugglings","smugly","smugness","smugnesses","smugs","smur","smurfing","smurfings","smurred","smurrier","smurriest","smurring","smurry","smurs","smush","smushed","smushes","smushing","smut","smutch","smutched","smutches","smutchier","smutchiest","smutching","smutchy","smuts","smutted","smuttier","smuttiest","smuttily","smuttiness","smuttinesses","smutting","smutty","smytrie","smytries","snab","snabble","snabbled","snabbles","snabbling","snabs","snack","snacked","snacker","snackers","snackette","snackettes","snacking","snacks","snaffle","snaffled","snaffles","snaffling","snafu","snafued","snafuing","snafus","snag","snagged","snaggier","snaggiest","snagging","snaggleteeth","snaggletooth","snaggletoothed","snaggy","snaglike","snags","snail","snailed","snaileries","snailery","snailfish","snailfishes","snailier","snailiest","snailing","snaillike","snails","snaily","snake","snakebird","snakebirds","snakebit","snakebite","snakebites","snakebitten","snaked","snakefish","snakefishes","snakehead","snakeheads","snakelike","snakemouth","snakemouths","snakepit","snakepits","snakeroot","snakeroots","snakes","snakeskin","snakeskins","snakestone","snakestones","snakeweed","snakeweeds","snakewise","snakewood","snakewoods","snakey","snakier","snakiest","snakily","snakiness","snakinesses","snaking","snakish","snakishness","snakishnesses","snaky","snap","snapback","snapbacks","snapdragon","snapdragons","snaphance","snaphances","snaphaunce","snaphaunces","snaphaunch","snaphaunches","snapless","snaplink","snaplinks","snappable","snapped","snapper","snappered","snappering","snappers","snappier","snappiest","snappily","snappiness","snappinesses","snapping","snappingly","snappings","snappish","snappishly","snappishness","snappishnesses","snappy","snaps","snapshooter","snapshooters","snapshooting","snapshootings","snapshot","snapshots","snapshotted","snapshotting","snaptin","snaptins","snapweed","snapweeds","snar","snare","snared","snareless","snarer","snarers","snares","snarf","snarfed","snarfing","snarfs","snarier","snariest","snaring","snarings","snark","snarkier","snarkiest","snarkily","snarks","snarky","snarl","snarled","snarler","snarlers","snarlier","snarliest","snarling","snarlingly","snarlings","snarls","snarly","snarred","snarring","snars","snary","snash","snashed","snashes","snashing","snaste","snastes","snatch","snatched","snatcher","snatchers","snatches","snatchier","snatchiest","snatchily","snatching","snatchingly","snatchings","snatchy","snath","snathe","snathes","snaths","snaw","snawed","snawing","snaws","snazzier","snazziest","snazzily","snazziness","snazzinesses","snazzy","snead","sneads","sneak","sneaked","sneaker","sneakered","sneakers","sneakeup","sneakeups","sneakier","sneakiest","sneakily","sneakiness","sneakinesses","sneaking","sneakingly","sneakingness","sneakingnesses","sneakish","sneakishly","sneakishness","sneakishnesses","sneaks","sneaksbies","sneaksby","sneaky","sneap","sneaped","sneaping","sneaps","sneath","sneaths","sneb","snebbe","snebbed","snebbes","snebbing","snebs","sneck","snecked","snecking","snecks","sned","snedded","snedding","sneds","snee","sneed","sneeing","sneer","sneered","sneerer","sneerers","sneerful","sneerier","sneeriest","sneering","sneeringly","sneerings","sneers","sneery","snees","sneesh","sneeshan","sneeshans","sneeshes","sneeshin","sneeshing","sneeshings","sneeshins","sneeze","sneezed","sneezeless","sneezer","sneezers","sneezes","sneezeweed","sneezeweeds","sneezewood","sneezewoods","sneezewort","sneezeworts","sneezier","sneeziest","sneezing","sneezings","sneezy","snell","snelled","sneller","snellest","snelling","snells","snelly","snib","snibbed","snibbing","snibs","snick","snicked","snicker","snickered","snickerer","snickerers","snickering","snickers","snickersnee","snickersneed","snickersneeing","snickersnees","snickery","snicket","snickets","snicking","snicks","snide","snided","snidely","snideness","snidenesses","snider","snides","snidest","snidey","snidier","snidiest","sniding","snies","sniff","sniffable","sniffed","sniffer","sniffers","sniffier","sniffiest","sniffily","sniffiness","sniffinesses","sniffing","sniffingly","sniffings","sniffish","sniffishly","sniffishness","sniffishnesses","sniffle","sniffled","sniffler","snifflers","sniffles","snifflier","sniffliest","sniffling","sniffly","sniffs","sniffy","snift","snifted","snifter","sniftered","sniftering","snifters","sniftier","sniftiest","snifting","snifts","snifty","snig","snigged","snigger","sniggered","sniggerer","sniggerers","sniggering","sniggeringly","sniggerings","sniggers","snigging","sniggle","sniggled","sniggler","snigglers","sniggles","sniggling","snigglings","sniglet","sniglets","snigs","snip","snipe","sniped","snipefish","snipefishes","snipelike","sniper","snipers","sniperscope","sniperscopes","snipes","snipier","snipiest","sniping","snipings","snipped","snipper","snippers","snippersnapper","snippersnappers","snippet","snippetier","snippetiest","snippetiness","snippetinesses","snippets","snippety","snippier","snippiest","snippily","snippiness","snippinesses","snipping","snippings","snippy","snips","snipy","snirt","snirtle","snirtled","snirtles","snirtling","snirts","snit","snitch","snitched","snitcher","snitchers","snitches","snitchier","snitchiest","snitching","snitchy","snits","snivel","sniveled","sniveler","snivelers","sniveling","snivelled","sniveller","snivellers","snivelling","snivellings","snivelly","snivels","snob","snobberies","snobbery","snobbier","snobbiest","snobbily","snobbish","snobbishly","snobbishness","snobbishnesses","snobbism","snobbisms","snobbocracies","snobbocracy","snobby","snobling","snoblings","snobocracies","snobocracy","snobographer","snobographers","snobographies","snobography","snobs","snod","snodded","snodder","snoddest","snodding","snoddit","snods","snoek","snoeks","snoep","snog","snogged","snogging","snogs","snoke","snoked","snokes","snoking","snollygoster","snollygosters","snood","snooded","snooding","snoods","snook","snooked","snooker","snookered","snookering","snookers","snooking","snooks","snool","snooled","snooling","snools","snoop","snooped","snooper","snoopers","snooperscope","snooperscopes","snoopier","snoopiest","snoopily","snooping","snoops","snoopy","snoot","snooted","snootful","snootfuls","snootier","snootiest","snootily","snootiness","snootinesses","snooting","snoots","snooty","snooze","snoozed","snoozer","snoozers","snoozes","snoozier","snooziest","snoozing","snoozle","snoozled","snoozles","snoozling","snoozy","snore","snored","snorer","snorers","snores","snoring","snorings","snorkel","snorkeled","snorkeler","snorkelers","snorkeling","snorkelled","snorkelling","snorkellings","snorkels","snort","snorted","snorter","snorters","snortier","snortiest","snorting","snortingly","snortings","snorts","snorty","snot","snotrag","snotrags","snots","snotted","snotter","snottered","snotteries","snottering","snotters","snottery","snottie","snottier","snotties","snottiest","snottily","snottiness","snottinesses","snotting","snotty","snout","snouted","snoutier","snoutiest","snouting","snoutish","snoutless","snoutlike","snouts","snouty","snow","snowball","snowballed","snowballing","snowballs","snowbank","snowbanks","snowbell","snowbells","snowbelt","snowbelts","snowberries","snowberry","snowbird","snowbirds","snowblader","snowbladers","snowblades","snowblading","snowbladings","snowblink","snowblinks","snowblower","snowblowers","snowboard","snowboarded","snowboarder","snowboarders","snowboarding","snowboardings","snowboards","snowboot","snowboots","snowbound","snowbrush","snowbrushes","snowbush","snowbushes","snowcap","snowcapped","snowcaps","snowcat","snowcats","snowclone","snowclones","snowdome","snowdomes","snowdrift","snowdrifts","snowdrop","snowdrops","snowed","snowfall","snowfalls","snowfield","snowfields","snowflake","snowflakes","snowfleck","snowflecks","snowflick","snowflicks","snowglobe","snowglobes","snowier","snowiest","snowily","snowiness","snowinesses","snowing","snowish","snowk","snowked","snowking","snowks","snowland","snowlands","snowless","snowlike","snowline","snowlines","snowmaker","snowmakers","snowmaking","snowman","snowmelt","snowmelts","snowmen","snowmobile","snowmobiler","snowmobilers","snowmobiles","snowmobiling","snowmobilings","snowmobilist","snowmobilists","snowmold","snowmolds","snowpack","snowpacks","snowplough","snowploughed","snowploughing","snowploughs","snowplow","snowplowed","snowplowing","snowplows","snows","snowscape","snowscapes","snowshed","snowsheds","snowshoe","snowshoed","snowshoeing","snowshoer","snowshoers","snowshoes","snowslide","snowslides","snowslip","snowslips","snowstorm","snowstorms","snowsuit","snowsuits","snowsurfing","snowsurfings","snowtubing","snowtubings","snowy","snub","snubbe","snubbed","snubber","snubbers","snubbes","snubbier","snubbiest","snubbiness","snubbinesses","snubbing","snubbingly","snubbings","snubbish","snubby","snubfin","snubness","snubnesses","snubs","snuck","snudge","snudged","snudges","snudging","snuff","snuffbox","snuffboxes","snuffed","snuffer","snuffers","snuffier","snuffiest","snuffily","snuffiness","snuffinesses","snuffing","snuffings","snuffle","snuffled","snuffler","snufflers","snuffles","snufflier","snuffliest","snuffling","snufflings","snuffly","snuffs","snuffy","snug","snugged","snugger","snuggerie","snuggeries","snuggery","snuggest","snuggies","snugging","snuggle","snuggled","snuggles","snuggling","snugly","snugness","snugnesses","snugs","snush","snushed","snushes","snushing","snuzzle","snuzzled","snuzzles","snuzzling","sny","snye","snyes","so","soak","soakage","soakages","soakaway","soakaways","soaked","soaken","soaker","soakers","soaking","soakingly","soakings","soaks","soap","soapbark","soapbarks","soapberries","soapberry","soapbox","soapboxed","soapboxes","soapboxing","soaped","soaper","soapers","soapie","soapier","soapies","soapiest","soapily","soapiness","soapinesses","soaping","soapland","soaplands","soapless","soaplike","soapolallie","soapolallies","soaproot","soaproots","soaps","soapstone","soapstones","soapsuds","soapsudsy","soapwort","soapworts","soapy","soar","soaraway","soare","soared","soarer","soarers","soares","soaring","soaringly","soarings","soars","soave","soaves","sob","soba","sobas","sobbed","sobber","sobbers","sobbing","sobbingly","sobbings","sobeit","sober","sobered","soberer","soberest","sobering","soberingly","soberise","soberised","soberises","soberising","soberize","soberized","soberizes","soberizing","soberly","soberness","sobernesses","sobers","sobersided","sobersidedness","sobersidednesses","sobersides","sobful","sobole","soboles","soboliferous","sobrieties","sobriety","sobriquet","sobriquets","sobs","soc","soca","socage","socager","socagers","socages","socas","soccage","soccages","soccer","soccers","socdolager","socdolagers","socdoliger","socdoligers","socdologer","socdologers","sociabilities","sociability","sociable","sociableness","sociablenesses","sociables","sociably","social","socialisable","socialisation","socialisations","socialise","socialised","socialiser","socialisers","socialises","socialising","socialism","socialisms","socialist","socialistic","socialistically","socialists","socialite","socialites","socialities","sociality","socializable","socialization","socializations","socialize","socialized","socializer","socializers","socializes","socializing","socially","socialness","socialnesses","socials","sociate","sociates","sociation","sociations","sociative","societal","societally","societies","society","sociobiological","sociobiologies","sociobiologist","sociobiologists","sociobiology","sociocultural","socioculturally","socioeconomic","socioeconomically","sociogram","sociograms","sociohistorical","sociolect","sociolects","sociolinguist","sociolinguistic","sociolinguistics","sociolinguists","sociologese","sociologeses","sociologic","sociological","sociologically","sociologies","sociologism","sociologisms","sociologist","sociologistic","sociologists","sociology","sociometric","sociometries","sociometrist","sociometrists","sociometry","sociopath","sociopathic","sociopathies","sociopaths","sociopathy","sociopolitical","sociopsychological","socioreligious","sociosexual","sock","sockdolager","sockdolagers","sockdoliger","sockdoligers","sockdologer","sockdologers","socked","socket","socketed","socketing","sockets","sockette","sockettes","sockeye","sockeyes","socking","sockless","sockman","sockmen","socko","socks","socle","socles","socman","socmen","socs","sod","soda","sodaic","sodain","sodaine","sodaless","sodalist","sodalists","sodalite","sodalites","sodalities","sodality","sodamide","sodamides","sodas","sodbuster","sodbusters","sodded","sodden","soddened","soddening","soddenly","soddenness","soddennesses","soddens","soddier","soddies","soddiest","sodding","soddy","sodger","sodgered","sodgering","sodgers","sodic","sodicities","sodicity","sodium","sodiums","sodom","sodomies","sodomise","sodomised","sodomises","sodomising","sodomist","sodomists","sodomite","sodomites","sodomitic","sodomitical","sodomitically","sodomize","sodomized","sodomizes","sodomizing","sodoms","sodomy","sods","soever","sofa","sofabed","sofabeds","sofar","sofars","sofas","soffioni","soffit","soffits","soft","softa","softas","softback","softbacks","softball","softballer","softballers","softballs","softbound","softbounds","softcore","softcover","softcovers","softed","soften","softened","softener","softeners","softening","softenings","softens","softer","softest","softgoods","softhead","softheaded","softheadedly","softheadedness","softheadednesses","softheads","softhearted","softheartedly","softheartedness","softheartednesses","softie","softies","softing","softish","softling","softlings","softly","softness","softnesses","softs","softshell","softshells","software","softwares","softwood","softwoods","softy","sog","sogdolager","sogdolagers","sogdoliger","sogdoligers","sogdologer","sogdologers","soger","sogers","sogged","soggier","soggiest","soggily","sogginess","sogginesses","sogging","soggings","soggy","sogs","soh","soho","sohs","sohur","sohurs","soigne","soignee","soil","soilage","soilages","soilborne","soiled","soilier","soiliest","soiliness","soilinesses","soiling","soilings","soilless","soils","soilure","soilures","soily","soiree","soirees","soja","sojas","sojourn","sojourned","sojourner","sojourners","sojourning","sojournings","sojournment","sojournments","sojourns","sokah","sokahs","sokaiya","soke","sokeman","sokemanries","sokemanry","sokemen","soken","sokens","sokes","sokol","sokols","sol","sola","solace","solaced","solacement","solacements","solacer","solacers","solaces","solacing","solacious","solah","solahs","solan","solanaceous","soland","solander","solanders","solands","solanin","solanine","solanines","solanins","solano","solanos","solans","solanum","solanums","solar","solaria","solarimeter","solarimeters","solarisation","solarisations","solarise","solarised","solarises","solarising","solarism","solarisms","solarist","solarists","solarium","solariums","solarization","solarizations","solarize","solarized","solarizes","solarizing","solars","solas","solate","solated","solates","solatia","solating","solation","solations","solatium","sold","soldado","soldados","soldan","soldans","soldatesque","solde","solder","solderabilities","solderability","solderable","soldered","solderer","solderers","soldering","solderings","solders","soldes","soldi","soldier","soldiered","soldieries","soldiering","soldierings","soldierlike","soldierliness","soldierlinesses","soldierly","soldiers","soldiership","soldierships","soldiery","soldo","solds","sole","solecise","solecised","solecises","solecising","solecism","solecisms","solecist","solecistic","solecistical","solecistically","solecists","solecize","solecized","solecizes","solecizing","soled","solei","solein","soleless","solely","solemn","solemner","solemness","solemnesses","solemnest","solemnification","solemnified","solemnifies","solemnify","solemnifying","solemnisation","solemnisations","solemnise","solemnised","solemniser","solemnisers","solemnises","solemnising","solemnities","solemnity","solemnization","solemnizations","solemnize","solemnized","solemnizer","solemnizers","solemnizes","solemnizing","solemnly","solemnness","solemnnesses","soleness","solenesses","solenette","solenettes","solenodon","solenodons","solenoid","solenoidal","solenoidally","solenoids","soleplate","soleplates","soleprint","soleprints","soler","solera","soleras","soleret","solerets","solers","soles","soleus","soleuses","solfatara","solfataras","solfataric","solfege","solfeges","solfeggi","solfeggio","solfeggios","solferino","solferinos","solgel","soli","solicit","solicitant","solicitants","solicitation","solicitations","solicited","solicities","soliciting","solicitings","solicitor","solicitors","solicitorship","solicitorships","solicitous","solicitously","solicitousness","solicitousnesses","solicits","solicitude","solicitudes","solicity","solid","solidago","solidagos","solidare","solidares","solidarism","solidarisms","solidarist","solidaristic","solidarists","solidarities","solidarity","solidary","solidate","solidated","solidates","solidating","solider","solidest","solidi","solidifiable","solidification","solidifications","solidified","solidifier","solidifiers","solidifies","solidify","solidifying","solidish","solidism","solidisms","solidist","solidists","solidities","solidity","solidly","solidness","solidnesses","solids","solidum","solidums","solidungulate","solidungulous","solidus","solifidian","solifidianism","solifidianisms","solifidians","solifluction","solifluctions","solifluxion","solifluxions","soliloquies","soliloquise","soliloquised","soliloquiser","soliloquisers","soliloquises","soliloquising","soliloquist","soliloquists","soliloquize","soliloquized","soliloquizer","soliloquizers","soliloquizes","soliloquizing","soliloquy","soling","solion","solions","soliped","solipedous","solipeds","solipsism","solipsisms","solipsist","solipsistic","solipsistically","solipsists","soliquid","soliquids","solitaire","solitaires","solitarian","solitarians","solitaries","solitarily","solitariness","solitarinesses","solitary","solito","soliton","solitons","solitude","solitudes","solitudinarian","solitudinarians","solitudinous","solivagant","solivagants","solive","solives","sollar","sollars","soller","solleret","sollerets","sollers","sollicker","sollickers","solmisation","solmisations","solmization","solmizations","solo","soloed","soloing","soloist","soloistic","soloists","solon","solonchak","solonchaks","solonets","solonetses","solonetz","solonetzes","solonetzic","solonisation","solonisations","solonization","solonizations","solons","solos","solpugid","solpugids","sols","solstice","solstices","solstitial","solstitially","solubilisation","solubilisations","solubilise","solubilised","solubilises","solubilising","solubilities","solubility","solubilization","solubilizations","solubilize","solubilized","solubilizes","solubilizing","soluble","solubleness","solublenesses","solubles","solubly","solum","solums","solunar","solus","solutal","solute","solutes","solution","solutional","solutioned","solutioning","solutionist","solutionists","solutions","solutive","solvabilities","solvability","solvable","solvableness","solvablenesses","solvate","solvated","solvates","solvating","solvation","solvations","solve","solved","solvencies","solvency","solvent","solventless","solvently","solvents","solver","solvers","solves","solving","solvolyses","solvolysis","solvolytic","som","soma","somaesthesia","somaesthesias","somaesthesis","somaesthesises","somaesthetic","soman","somans","somas","somascope","somascopes","somata","somatic","somatically","somatism","somatisms","somatist","somatists","somatogenic","somatologic","somatological","somatologically","somatologies","somatologist","somatologists","somatology","somatomedin","somatomedins","somatoplasm","somatoplasms","somatoplastic","somatopleural","somatopleure","somatopleures","somatopleuric","somatosensory","somatostatin","somatostatins","somatotensic","somatotonia","somatotonias","somatotonic","somatotrophic","somatotrophin","somatotrophins","somatotropic","somatotropin","somatotropins","somatotype","somatotyped","somatotypes","somatotyping","somber","sombered","somberer","somberest","sombering","somberly","somberness","sombernesses","sombers","sombre","sombred","sombrely","sombreness","sombrenesses","sombrer","sombrerite","sombrerites","sombrero","sombreros","sombres","sombrest","sombring","sombrous","some","somebodies","somebody","someday","somedeal","somedele","somegate","somehow","someone","someones","someplace","someplaces","somersault","somersaulted","somersaulting","somersaults","somerset","somerseted","somerseting","somersets","somersetted","somersetting","somesthesia","somesthesias","somesthesis","somesthesises","somesthetic","something","somethings","sometime","sometimes","someway","someways","somewhat","somewhats","somewhen","somewhence","somewhere","somewheres","somewhile","somewhiles","somewhither","somewhy","somewise","somital","somite","somites","somitic","sommelier","sommeliers","somnambulance","somnambulances","somnambulant","somnambulants","somnambular","somnambulary","somnambulate","somnambulated","somnambulates","somnambulating","somnambulation","somnambulations","somnambulator","somnambulators","somnambule","somnambules","somnambulic","somnambulism","somnambulisms","somnambulist","somnambulistic","somnambulistically","somnambulists","somnial","somniate","somniated","somniates","somniating","somniative","somniatory","somnifacient","somnifacients","somniferous","somniferously","somnific","somniloquence","somniloquences","somniloquies","somniloquise","somniloquised","somniloquises","somniloquising","somniloquism","somniloquisms","somniloquist","somniloquists","somniloquize","somniloquized","somniloquizes","somniloquizing","somniloquous","somniloquy","somnolence","somnolences","somnolencies","somnolency","somnolent","somnolently","somnolescent","somoni","soms","somy","son","sonance","sonances","sonancies","sonancy","sonant","sonantal","sonantic","sonants","sonar","sonarman","sonarmen","sonars","sonata","sonatas","sonatina","sonatinas","sonatine","sonce","sonces","sondage","sondages","sonde","sondeli","sondelis","sonder","sonders","sondes","sone","soneri","soneris","sones","song","songbird","songbirds","songbook","songbooks","songcraft","songcrafts","songfest","songfests","songful","songfully","songfulness","songfulnesses","songkok","songkoks","songless","songlessly","songlike","songman","songmen","songololo","songololos","songs","songsmith","songsmiths","songster","songsters","songstress","songstresses","songwriter","songwriters","songwriting","songwritings","sonhood","sonhoods","sonic","sonically","sonicate","sonicated","sonicates","sonicating","sonication","sonications","sonicator","sonicators","sonics","soniferous","sonless","sonlike","sonly","sonne","sonnes","sonnet","sonnetary","sonneted","sonneteer","sonneteering","sonneteerings","sonneteers","sonneting","sonnetise","sonnetised","sonnetises","sonnetising","sonnetize","sonnetized","sonnetizes","sonnetizing","sonnets","sonnetted","sonnetting","sonnies","sonny","sonobuoy","sonobuoys","sonofabitch","sonogram","sonograms","sonograph","sonographer","sonographers","sonographies","sonographs","sonography","sonometer","sonometers","sonorant","sonorants","sonorities","sonority","sonorous","sonorously","sonorousness","sonorousnesses","sonovox","sonovoxes","sons","sonse","sonses","sonship","sonships","sonsie","sonsier","sonsiest","sonsy","sontag","sontags","sonties","soochong","soochongs","sooey","soogee","soogeed","soogeeing","soogees","soogie","soogied","soogieing","soogies","soojey","soojeys","sook","sooked","sooking","sooks","sool","soole","sooled","sooles","sooling","sools","soom","soomed","sooming","sooms","soon","sooner","sooners","soonest","soop","sooped","sooping","soopings","soops","soopstake","soot","soote","sooted","sooterkin","sooterkins","sootes","sootflake","sootflakes","sooth","soothe","soothed","soother","soothered","soothering","soothers","soothes","soothest","soothfast","soothfastly","soothfastness","soothfastnesses","soothful","soothing","soothingly","soothingness","soothingnesses","soothings","soothlich","soothly","sooths","soothsaid","soothsay","soothsayer","soothsayers","soothsaying","soothsayings","soothsays","sootier","sootiest","sootily","sootiness","sootinesses","sooting","sootless","soots","sooty","sop","sopaipilla","sopaipillas","sopapilla","sopapillas","soph","sopheric","sopherim","sophies","sophism","sophisms","sophist","sophister","sophisters","sophistic","sophistical","sophistically","sophisticate","sophisticated","sophisticatedly","sophisticates","sophisticating","sophistication","sophistications","sophisticator","sophisticators","sophistries","sophistry","sophists","sophomore","sophomores","sophomoric","sophomorical","sophs","sophy","sopite","sopited","sopites","sopiting","sopor","soporiferous","soporiferously","soporiferousness","soporiferousnesses","soporific","soporifically","soporifics","soporose","soporous","sopors","sopped","soppier","soppiest","soppily","soppiness","soppinesses","sopping","soppings","soppy","sopra","soprani","sopranini","sopranino","sopraninos","sopranist","sopranists","soprano","sopranos","sops","sora","sorage","sorages","soral","soras","sorb","sorbabilities","sorbability","sorbable","sorbaria","sorbarias","sorbate","sorbates","sorbed","sorbefacient","sorbefacients","sorbent","sorbents","sorbet","sorbets","sorbic","sorbing","sorbite","sorbites","sorbitic","sorbitisation","sorbitisations","sorbitise","sorbitised","sorbitises","sorbitising","sorbitization","sorbitizations","sorbitize","sorbitized","sorbitizes","sorbitizing","sorbitol","sorbitols","sorbo","sorbose","sorboses","sorbs","sorbus","sorbuses","sorcerer","sorcerers","sorceress","sorceresses","sorceries","sorcerous","sorcery","sord","sorda","sordamente","sordes","sordid","sordider","sordidest","sordidly","sordidness","sordidnesses","sordine","sordines","sordini","sordino","sordo","sordor","sordors","sords","sore","sored","soredia","soredial","sorediate","soredium","soree","sorees","sorehead","soreheaded","soreheadedly","soreheadedness","soreheads","sorehon","sorehons","sorel","sorell","sorells","sorels","sorely","soreness","sorenesses","sorer","sores","sorest","sorex","sorexes","sorgho","sorghos","sorghum","sorghums","sorgo","sorgos","sori","soricident","soricine","soricoid","soring","sorings","sorites","soritic","soritical","sorn","sorned","sorner","sorners","sorning","sornings","sorns","soroban","sorobans","soroche","soroches","sororal","sororally","sororate","sororates","sororial","sororially","sororicidal","sororicide","sororicides","sororise","sororised","sororises","sororising","sororities","sorority","sororize","sororized","sororizes","sororizing","soroses","sorosis","sorosises","sorption","sorptions","sorptive","sorra","sorras","sorrel","sorrels","sorrier","sorriest","sorrily","sorriness","sorrinesses","sorrow","sorrowed","sorrower","sorrowers","sorrowful","sorrowfully","sorrowfulness","sorrowfulnesses","sorrowing","sorrowings","sorrowless","sorrows","sorry","sorryish","sort","sorta","sortable","sortably","sortal","sortals","sortance","sortances","sortation","sortations","sorted","sorter","sorters","sortes","sortie","sortied","sortieing","sorties","sortilege","sortileger","sortilegers","sortileges","sortilegies","sortilegy","sorting","sortings","sortition","sortitions","sortment","sortments","sorts","sorus","sos","sosatie","sosaties","soss","sossed","sosses","sossing","sossings","sostenuti","sostenuto","sostenutos","sot","soterial","soteriologic","soteriological","soteriologies","soteriology","soth","soths","sotol","sotols","sots","sotted","sottedly","sotting","sottings","sottish","sottishly","sottishness","sottishnesses","sottisier","sottisiers","sou","souari","souaris","soubise","soubises","soubrette","soubrettes","soubrettish","soubriquet","soubriquets","soucar","soucars","souce","souced","souces","souchong","souchongs","soucing","souct","soudan","soudans","souffle","souffled","souffleed","souffles","sough","soughed","soughing","soughs","sought","souk","souked","souking","soukous","soukouses","souks","soul","souldan","souldans","souldier","souldiered","souldiering","souldiers","souled","soulful","soulfully","soulfulness","soulfulnesses","soulless","soullessly","soullessness","soullessnesses","soullike","soulmate","soulmates","souls","soum","soumed","souming","soumings","soums","sound","soundable","soundalike","soundalikes","soundbite","soundbites","soundboard","soundboards","soundbox","soundboxes","soundcard","soundcards","sounded","sounder","sounders","soundest","sounding","soundingly","soundings","soundless","soundlessly","soundlessness","soundlessnesses","soundly","soundman","soundmen","soundness","soundnesses","soundpost","soundposts","soundproof","soundproofed","soundproofing","soundproofings","soundproofs","sounds","soundscape","soundscapes","soundstage","soundstages","soundtrack","soundtracked","soundtracking","soundtracks","soup","soupcon","soupcons","souped","souper","soupers","soupfin","soupfins","soupier","soupiest","souping","souple","soupled","souples","soupless","souplike","soupling","soups","soupspoon","soupspoons","soupy","sour","sourball","sourballs","source","sourcebook","sourcebooks","sourced","sourceful","sourceless","sources","sourcing","sourcings","sourdeline","sourdelines","sourdine","sourdines","sourdough","sourdoughs","soured","sourer","sourest","souring","sourings","sourish","sourishly","sourly","sourness","sournesses","sourock","sourocks","sourpuss","sourpusses","sours","sourse","sourses","soursop","soursops","sourveld","sourvelds","sourwood","sourwoods","sous","sousaphone","sousaphones","sousaphonist","sousaphonists","souse","soused","souses","sousing","sousings","souslik","sousliks","sout","soutache","soutaches","soutane","soutanes","soutar","soutars","souteneur","souteneurs","souter","souterly","souterrain","souterrains","souters","south","southbound","southeast","southeaster","southeasterlies","southeasterly","southeastern","southeasternmost","southeasters","southeasts","southeastward","southeastwards","southed","souther","southered","southering","southerlies","southerliness","southerlinesses","southerly","southermost","southern","southerner","southerners","southernise","southernised","southernises","southernising","southernism","southernisms","southernize","southernized","southernizes","southernizing","southernly","southernmost","southernness","southernnesses","southerns","southernwood","southernwoods","southers","southing","southings","southland","southlander","southlanders","southlands","southmost","southpaw","southpaws","southron","southrons","souths","southsaid","southsay","southsaying","southsays","southward","southwardly","southwards","southwest","southwester","southwesterlies","southwesterly","southwestern","southwesternmost","southwesters","southwests","southwestward","southwestwardly","southwestwards","soutie","souties","soutpiel","soutpiels","souts","souvenir","souvenired","souveniring","souvenirs","souvlaki","souvlakia","souvlakias","souvlakis","sov","sovenance","sovenances","sovereign","sovereignly","sovereigns","sovereignties","sovereigntist","sovereigntists","sovereignty","soviet","sovietic","sovietisation","sovietisations","sovietise","sovietised","sovietises","sovietising","sovietism","sovietisms","sovietist","sovietistic","sovietists","sovietization","sovietizations","sovietize","sovietized","sovietizes","sovietizing","sovietological","sovietologist","sovietologists","soviets","sovkhoz","sovkhozes","sovkhozy","sovran","sovranly","sovrans","sovranties","sovranty","sovs","sow","sowable","sowans","sowar","sowarree","sowarrees","sowarries","sowarry","sowars","sowback","sowbacks","sowbellies","sowbelly","sowbread","sowbreads","sowcar","sowcars","sowce","sowced","sowces","sowcing","sowder","sowders","sowed","sowens","sower","sowers","sowf","sowfed","sowff","sowffed","sowffing","sowffs","sowfing","sowfs","sowing","sowings","sowl","sowle","sowled","sowles","sowling","sowls","sowm","sowmed","sowming","sowms","sown","sownd","sownded","sownding","sownds","sowne","sownes","sowp","sowps","sows","sowse","sowsed","sowses","sowsing","sowsse","sowssed","sowsses","sowssing","sowter","sowters","sowth","sowthed","sowthing","sowths","sox","soy","soya","soyas","soybean","soybeans","soyle","soyles","soymilk","soymilks","soys","soyuz","soyuzes","soz","sozin","sozine","sozines","sozins","sozzle","sozzled","sozzles","sozzlier","sozzliest","sozzling","sozzly","spa","space","spaceband","spacebands","spaceborne","spacecraft","spacecrafts","spaced","spacefaring","spacefarings","spaceflight","spaceflights","spacelab","spacelabs","spaceless","spaceman","spacemen","spaceplane","spaceplanes","spaceport","spaceports","spacer","spacers","spaces","spaceship","spaceships","spacesuit","spacesuits","spacewalk","spacewalked","spacewalker","spacewalkers","spacewalking","spacewalks","spaceward","spacewoman","spacewomen","spacey","spacial","spacially","spacier","spaciest","spaciness","spacinesses","spacing","spacings","spacious","spaciously","spaciousness","spaciousnesses","spackle","spackled","spackles","spackling","spacy","spadassin","spadassins","spade","spaded","spadefish","spadefishes","spadeful","spadefuls","spadelike","spademan","spademen","spader","spaders","spades","spadesman","spadesmen","spadework","spadeworks","spadger","spadgers","spadiceous","spadices","spadicifloral","spadille","spadilles","spadillio","spadillios","spadillo","spadillos","spading","spadix","spadixes","spado","spadoes","spadones","spados","spadroon","spadroons","spae","spaed","spaeing","spaeings","spaeman","spaemen","spaer","spaers","spaes","spaetzle","spaetzles","spaewife","spaewives","spag","spageric","spagged","spagging","spaghetti","spaghettilike","spaghettini","spaghettinis","spaghettis","spagiric","spags","spagyric","spagyrical","spagyrically","spagyrics","spagyrist","spagyrists","spahee","spahees","spahi","spahis","spail","spails","spain","spained","spaing","spaings","spaining","spains","spairge","spairged","spairges","spairging","spait","spaits","spake","spald","spaldeen","spaldeens","spalds","spale","spales","spall","spallable","spallation","spallations","spalle","spalled","spaller","spallers","spalles","spalling","spallings","spalls","spalpeen","spalpeens","spalt","spalted","spalting","spalts","spam","spambot","spambots","spammed","spammer","spammers","spammie","spammier","spammies","spammiest","spamming","spammings","spammy","spams","span","spanaemia","spanaemias","spanaemic","spanakopita","spanakopitas","spancel","spanceled","spanceling","spancelled","spancelling","spancels","spandex","spandexes","spandrel","spandrels","spandril","spandrils","spane","spaned","spanes","spang","spanged","spanghew","spanghewed","spanghewing","spanghews","spanging","spangle","spangled","spangler","spanglers","spangles","spanglet","spanglets","spanglier","spangliest","spangling","spanglings","spangly","spangs","spaniel","spanielled","spanielling","spaniels","spaning","spaniolate","spaniolated","spaniolates","spaniolating","spaniolise","spaniolised","spaniolises","spaniolising","spaniolize","spaniolized","spaniolizes","spaniolizing","spank","spanked","spanker","spankers","spanking","spankingly","spankings","spanks","spanless","spanned","spanner","spanners","spanning","spanokopita","spanokopitas","spans","spanspek","spanspeks","spansule","spansules","spanworm","spanworms","spar","sparable","sparables","sparagmatic","sparagrass","sparagrasses","sparaxis","sparaxises","spard","spare","spareable","spared","spareless","sparely","spareness","sparenesses","sparer","sparerib","spareribs","sparers","spares","sparest","sparganium","sparganiums","sparge","sparged","sparger","spargers","sparges","sparging","sparid","sparids","sparing","sparingly","sparingness","sparingnesses","spark","sparke","sparked","sparker","sparkers","sparkes","sparkie","sparkier","sparkies","sparkiest","sparkily","sparking","sparkish","sparkishly","sparkle","sparkled","sparkler","sparklers","sparkles","sparkless","sparklessly","sparklet","sparklets","sparklier","sparklies","sparkliest","sparkling","sparklingly","sparklings","sparkly","sparkplug","sparkplugged","sparkplugging","sparkplugs","sparks","sparky","sparlike","sparling","sparlings","sparoid","sparoids","sparre","sparred","sparrer","sparrers","sparres","sparrier","sparriest","sparring","sparrings","sparrow","sparrowfart","sparrowfarts","sparrowgrass","sparrowgrasses","sparrowhawk","sparrowhawks","sparrowlike","sparrows","sparry","spars","sparse","sparsedly","sparsely","sparseness","sparsenesses","sparser","sparsest","sparsities","sparsity","spart","spartan","spartans","sparteine","sparteines","sparterie","sparteries","sparth","sparthe","sparthes","sparths","sparticle","sparticles","spartina","spartinas","sparts","spas","spasm","spasmatic","spasmatical","spasmed","spasmic","spasming","spasmodic","spasmodical","spasmodically","spasmodist","spasmodists","spasmolytic","spasmolytics","spasms","spastic","spastically","spasticities","spasticity","spastics","spat","spatangoid","spatangoids","spatchcock","spatchcocked","spatchcocking","spatchcocks","spate","spates","spatfall","spatfalls","spathaceous","spathal","spathe","spathed","spathes","spathic","spathiphyllum","spathiphyllums","spathose","spathulate","spatial","spatialities","spatiality","spatially","spatiotemporal","spatiotemporally","spatlese","spatlesen","spatleses","spats","spatted","spattee","spattees","spatter","spatterdash","spatterdashes","spatterdock","spatterdocks","spattered","spattering","spatters","spatterwork","spatterworks","spatting","spatula","spatular","spatulas","spatulate","spatule","spatules","spatzle","spatzles","spaul","spauld","spaulds","spauls","spavie","spavies","spaviet","spavin","spavined","spavins","spaw","spawl","spawled","spawling","spawls","spawn","spawned","spawner","spawners","spawnier","spawniest","spawning","spawnings","spawns","spawny","spaws","spay","spayad","spayads","spayd","spayds","spayed","spaying","spays","spaz","spaza","spazz","spazzed","spazzes","spazzing","speak","speakable","speakeasies","speakeasy","speaker","speakerine","speakerines","speakerphone","speakerphones","speakers","speakership","speakerships","speaking","speakingly","speakings","speakout","speakouts","speaks","speal","speals","spean","speaned","speaning","speans","spear","speared","spearer","spearers","spearfish","spearfished","spearfishes","spearfishing","speargun","spearguns","spearhead","spearheaded","spearheading","spearheads","spearier","speariest","spearing","spearlike","spearman","spearmen","spearmint","spearmints","spears","spearwort","spearworts","speary","speat","speats","spec","specced","speccies","speccing","speccy","special","specialer","specialest","specialisation","specialisations","specialise","specialised","specialiser","specialisers","specialises","specialising","specialism","specialisms","specialist","specialistic","specialists","specialities","speciality","specialization","specializations","specialize","specialized","specializer","specializers","specializes","specializing","specialled","specialling","specially","specialness","specialnesses","specialogue","specialogues","specials","specialties","specialty","speciate","speciated","speciates","speciating","speciation","speciational","speciations","specie","species","speciesism","speciesisms","speciesist","speciesists","specifiable","specific","specifical","specifically","specificate","specificated","specificates","specificating","specification","specifications","specificative","specificities","specificity","specifics","specified","specifier","specifiers","specifies","specify","specifying","specimen","specimens","speciocide","speciocides","speciosities","speciosity","specious","speciously","speciousness","speciousnesses","speck","specked","speckier","speckiest","specking","speckle","speckled","speckledness","specklednesses","speckles","speckless","speckling","specks","specksioneer","specksioneers","specktioneer","specktioneers","specky","specs","spectacle","spectacled","spectacles","spectacular","spectacularity","spectacularly","spectaculars","spectate","spectated","spectates","spectating","spectator","spectatorial","spectators","spectatorship","spectatorships","spectatress","spectatresses","spectatrices","spectatrix","spectatrixes","specter","specters","spectinomycin","spectinomycins","spectra","spectral","spectralities","spectrality","spectrally","spectralness","spectralnesses","spectre","spectres","spectrin","spectrins","spectrofluorimeter","spectrofluorimeters","spectrofluorometer","spectrofluorometers","spectrofluorometric","spectrofluorometries","spectrofluorometry","spectrogram","spectrograms","spectrograph","spectrographic","spectrographically","spectrographies","spectrographs","spectrography","spectroheliogram","spectroheliograms","spectroheliograph","spectroheliographies","spectroheliographs","spectroheliography","spectrohelioscope","spectrohelioscopes","spectrological","spectrologies","spectrology","spectrometer","spectrometers","spectrometric","spectrometries","spectrometry","spectrophotometer","spectrophotometers","spectrophotometric","spectrophotometrical","spectrophotometrically","spectrophotometries","spectrophotometry","spectroscope","spectroscopes","spectroscopic","spectroscopical","spectroscopically","spectroscopies","spectroscopist","spectroscopists","spectroscopy","spectrum","spectrums","specula","specular","specularities","specularity","specularly","speculate","speculated","speculates","speculating","speculation","speculations","speculatist","speculatists","speculative","speculatively","speculativeness","speculator","speculators","speculatory","speculatrices","speculatrix","speculatrixes","speculum","speculums","sped","speech","speechcraft","speechcrafts","speeched","speeches","speechful","speechfulness","speechfulnesses","speechification","speechified","speechifier","speechifiers","speechifies","speechify","speechifying","speeching","speechless","speechlessly","speechlessness","speechlessnesses","speechmaker","speechmakers","speechmaking","speechmakings","speechwriter","speechwriters","speed","speedball","speedballed","speedballing","speedballings","speedballs","speedboat","speedboating","speedboatings","speedboats","speeded","speeder","speeders","speedfreak","speedfreaks","speedful","speedfully","speedier","speediest","speedily","speediness","speedinesses","speeding","speedings","speedless","speedo","speedometer","speedometers","speedos","speedread","speedreading","speedreads","speeds","speedskating","speedskatings","speedster","speedsters","speedup","speedups","speedway","speedways","speedwell","speedwells","speedy","speel","speeled","speeler","speelers","speeling","speels","speer","speered","speering","speerings","speers","speil","speiled","speiling","speils","speir","speired","speiring","speirings","speirs","speise","speises","speiss","speisses","spek","spekboom","spekbooms","speks","spelaean","spelaeological","spelaeologies","spelaeologist","spelaeologists","spelaeology","spelaeothem","spelaeothems","speld","spelded","spelder","speldered","speldering","spelders","speldin","spelding","speldings","speldins","speldrin","speldring","speldrings","speldrins","spelds","spelean","speleological","speleologies","speleologist","speleologists","speleology","speleothem","speleothems","speleotherapies","speleotherapy","spelk","spelks","spell","spellable","spellbind","spellbinder","spellbinders","spellbinding","spellbindingly","spellbinds","spellbound","spellcheck","spellchecker","spellcheckers","spellchecks","spelldown","spelldowns","spelled","speller","spellers","spellful","spellican","spellicans","spelling","spellingly","spellings","spells","spellstopt","spelt","spelter","spelters","spelts","speltz","speltzes","spelunk","spelunked","spelunker","spelunkers","spelunking","spelunkings","spelunks","spence","spencer","spencers","spences","spend","spendable","spendall","spendalls","spender","spenders","spendier","spendiest","spending","spendings","spends","spendthrift","spendthrifts","spendy","spense","spenses","spent","speos","speoses","sperling","sperlings","sperm","spermaceti","spermacetis","spermaduct","spermaducts","spermagonia","spermagonium","spermaphyte","spermaphytes","spermaphytic","spermaria","spermaries","spermarium","spermary","spermatheca","spermathecae","spermathecal","spermathecas","spermatia","spermatial","spermatic","spermatical","spermatically","spermatics","spermatid","spermatids","spermatium","spermatoblast","spermatoblastic","spermatoblasts","spermatocele","spermatoceles","spermatocidal","spermatocide","spermatocides","spermatocyte","spermatocytes","spermatogeneses","spermatogenesis","spermatogenetic","spermatogenic","spermatogenies","spermatogenous","spermatogeny","spermatogonia","spermatogonial","spermatogonium","spermatophoral","spermatophore","spermatophores","spermatophyte","spermatophytes","spermatophytic","spermatorrhea","spermatorrheas","spermatorrhoea","spermatorrhoeas","spermatotheca","spermatothecae","spermatozoa","spermatozoal","spermatozoan","spermatozoans","spermatozoic","spermatozoid","spermatozoids","spermatozoon","spermic","spermicidal","spermicide","spermicides","spermiduct","spermiducts","spermine","spermines","spermiogeneses","spermiogenesis","spermiogenetic","spermogone","spermogones","spermogonia","spermogonium","spermophile","spermophiles","spermophyte","spermophytes","spermophytic","spermous","sperms","sperre","sperred","sperres","sperring","sperrylite","sperrylites","sperse","spersed","sperses","spersing","sperst","sperthe","sperthes","spessartine","spessartines","spessartite","spessartites","spet","spetch","spetches","spets","spetsnaz","spetsnazes","spetting","spetznaz","spetznazes","speug","speugs","spew","spewed","spewer","spewers","spewier","spewiest","spewiness","spewinesses","spewing","spews","spewy","sphacelate","sphacelated","sphacelates","sphacelating","sphacelation","sphacelations","sphacelus","sphaceluses","sphaer","sphaere","sphaeres","sphaeridia","sphaeridium","sphaerite","sphaerites","sphaerocrystal","sphaerocrystals","sphaerosiderite","sphaers","sphagnicolous","sphagnologies","sphagnologist","sphagnologists","sphagnology","sphagnous","sphagnum","sphagnums","sphairee","sphairees","sphairistike","sphairistikes","sphalerite","sphalerites","sphear","spheare","spheares","sphears","sphendone","sphendones","sphene","sphenes","sphenic","sphenodon","sphenodons","sphenodont","sphenogram","sphenograms","sphenoid","sphenoidal","sphenoids","sphenopsid","sphenopsids","spheral","sphere","sphered","sphereless","spherelike","spheres","spheric","spherical","sphericalities","sphericality","spherically","sphericalness","sphericalnesses","sphericities","sphericity","spherics","spherier","spheriest","sphering","spheristerion","spheristerions","spherocyte","spherocytes","spherocytoses","spherocytosis","spheroid","spheroidal","spheroidally","spheroidically","spheroidicities","spheroidicity","spheroidisation","spheroidise","spheroidised","spheroidises","spheroidising","spheroidization","spheroidize","spheroidized","spheroidizes","spheroidizing","spheroids","spherometer","spherometers","spheroplast","spheroplasts","spherular","spherule","spherules","spherulite","spherulites","spherulitic","sphery","sphincter","sphincteral","sphincterial","sphincteric","sphincters","sphinges","sphingid","sphingids","sphingomyelin","sphingomyelins","sphingosine","sphingosines","sphinx","sphinxes","sphinxlike","sphragistic","sphragistics","sphygmic","sphygmogram","sphygmograms","sphygmograph","sphygmographic","sphygmographies","sphygmographs","sphygmography","sphygmoid","sphygmologies","sphygmology","sphygmomanometer","sphygmomanometers","sphygmomanometries","sphygmomanometry","sphygmometer","sphygmometers","sphygmophone","sphygmophones","sphygmoscope","sphygmoscopes","sphygmus","sphygmuses","sphynx","sphynxes","spial","spials","spic","spica","spicae","spicas","spicate","spicated","spiccato","spiccatos","spice","spiceberries","spiceberry","spicebush","spicebushes","spiced","spiceless","spicer","spiceries","spicers","spicery","spices","spicey","spicier","spiciest","spicilege","spicileges","spicily","spiciness","spicinesses","spicing","spick","spicker","spickest","spicknel","spicknels","spicks","spics","spicula","spiculae","spicular","spiculate","spiculation","spiculations","spicule","spicules","spiculum","spicy","spide","spider","spiderier","spideriest","spiderish","spiderlike","spiderman","spidermen","spiders","spiderweb","spiderwebs","spiderwood","spiderwoods","spiderwork","spiderworks","spiderwort","spiderworts","spidery","spides","spie","spied","spiegel","spiegeleisen","spiegeleisens","spiegels","spiel","spieled","spieler","spielers","spieling","spiels","spier","spiered","spiering","spiers","spies","spif","spiff","spiffed","spiffied","spiffier","spiffies","spiffiest","spiffily","spiffiness","spiffinesses","spiffing","spifflicate","spifflicated","spifflicates","spifflicating","spifflication","spifflications","spiffs","spiffy","spiffying","spiflicate","spiflicated","spiflicates","spiflicating","spiflication","spiflications","spifs","spight","spighted","spighting","spights","spignel","spignels","spigot","spigots","spik","spike","spiked","spikefish","spikefishes","spikelet","spikelets","spikelike","spikenard","spikenards","spiker","spikeries","spikers","spikery","spikes","spikey","spikier","spikiest","spikily","spikiness","spikinesses","spiking","spiks","spiky","spile","spiled","spiles","spilikin","spilikins","spiling","spilings","spilite","spilites","spilitic","spill","spillable","spillage","spillages","spilled","spiller","spillers","spillikin","spillikins","spilling","spillings","spillover","spillovers","spills","spillway","spillways","spilosite","spilosites","spilt","spilth","spilths","spim","spims","spin","spina","spinacene","spinacenes","spinaceous","spinach","spinaches","spinachlike","spinachy","spinae","spinage","spinages","spinal","spinally","spinals","spinar","spinars","spinas","spinate","spindle","spindled","spindlelegs","spindler","spindlers","spindles","spindleshanks","spindlier","spindliest","spindling","spindlings","spindly","spindrift","spindrifts","spine","spined","spinel","spineless","spinelessly","spinelessness","spinelessnesses","spinelike","spinelle","spinelles","spinels","spines","spinescence","spinescences","spinescent","spinet","spinets","spinette","spinettes","spinier","spiniest","spiniferous","spinifex","spinifexes","spiniform","spinigerous","spinigrade","spininess","spininesses","spink","spinks","spinless","spinmeister","spinmeisters","spinnaker","spinnakers","spinner","spinneret","spinnerets","spinnerette","spinnerettes","spinneries","spinners","spinnerule","spinnerules","spinnery","spinnet","spinnets","spinney","spinneys","spinnies","spinning","spinnings","spinny","spinode","spinodes","spinoff","spinoffs","spinone","spinoni","spinor","spinors","spinose","spinosely","spinosities","spinosity","spinous","spinout","spinouts","spins","spinster","spinsterdom","spinsterdoms","spinsterhood","spinsterhoods","spinsterial","spinsterian","spinsterish","spinsterly","spinsters","spinstership","spinsterships","spinstress","spinstresses","spintext","spintexts","spinthariscope","spinthariscopes","spinto","spintos","spinula","spinulae","spinulate","spinule","spinules","spinulescent","spinuliferous","spinulose","spinulous","spiny","spiracle","spiracles","spiracula","spiracular","spiraculate","spiraculum","spiraea","spiraeas","spiral","spiraled","spiraliform","spiraling","spiralism","spiralisms","spiralist","spiralists","spiralities","spirality","spiralled","spiralling","spirally","spirals","spirant","spirants","spiraster","spirasters","spirated","spiration","spirations","spire","spirea","spireas","spired","spireless","spirelet","spirelets","spirem","spireme","spiremes","spirems","spires","spirewise","spiric","spirics","spirier","spiriest","spiriferous","spirilla","spirillar","spirilloses","spirillosis","spirillum","spiring","spirit","spirited","spiritedly","spiritedness","spiritednesses","spiritful","spiriting","spiritings","spiritism","spiritisms","spiritist","spiritistic","spiritists","spiritless","spiritlessly","spiritlessness","spiritlessnesses","spiritoso","spiritous","spiritousness","spiritousnesses","spirits","spiritual","spiritualise","spiritualised","spiritualiser","spiritualisers","spiritualises","spiritualising","spiritualism","spiritualisms","spiritualist","spiritualistic","spiritualists","spiritualities","spirituality","spiritualization","spiritualizations","spiritualize","spiritualized","spiritualizer","spiritualizers","spiritualizes","spiritualizing","spiritually","spiritualness","spiritualnesses","spirituals","spiritualties","spiritualty","spirituel","spirituelle","spirituosities","spirituosity","spirituous","spirituousness","spiritus","spirituses","spirity","spirketting","spirkettings","spirling","spirlings","spirochaetaemia","spirochaete","spirochaetes","spirochaetoses","spirochaetosis","spirochetal","spirochete","spirochetes","spirochetoses","spirochetosis","spirogram","spirograms","spirograph","spirographic","spirographies","spirographs","spirography","spirogyra","spirogyras","spiroid","spirometer","spirometers","spirometric","spirometries","spirometry","spironolactone","spironolactones","spirophore","spirophores","spirt","spirted","spirting","spirtle","spirtles","spirts","spirula","spirulae","spirulas","spirulina","spirulinae","spirulinas","spiry","spissitude","spissitudes","spit","spital","spitals","spitball","spitballs","spitchcock","spitchcocked","spitchcocking","spitchcocks","spitcher","spite","spited","spiteful","spitefuller","spitefullest","spitefully","spitefulness","spitefulnesses","spites","spitfire","spitfires","spiting","spits","spitsticker","spitstickers","spitted","spitten","spitter","spitters","spitting","spittings","spittle","spittlebug","spittlebugs","spittles","spittoon","spittoons","spitz","spitzes","spiv","spivs","spivveries","spivvery","spivvier","spivviest","spivvish","spivvy","splake","splakes","splanchnic","splanchnocele","splanchnoceles","splanchnologies","splanchnology","splash","splashback","splashbacks","splashboard","splashboards","splashdown","splashdowns","splashed","splasher","splashers","splashes","splashier","splashiest","splashily","splashiness","splashinesses","splashing","splashings","splashproof","splashy","splat","splatch","splatched","splatches","splatching","splats","splatted","splatter","splattered","splattering","splatterpunk","splatterpunks","splatters","splatting","splattings","splay","splayed","splayfeet","splayfoot","splayfooted","splayfootedly","splaying","splays","spleen","spleenful","spleenfully","spleenier","spleeniest","spleenish","spleenless","spleens","spleenstone","spleenstones","spleenwort","spleenworts","spleeny","splenative","splendent","splendid","splendider","splendidest","splendidious","splendidly","splendidness","splendidnesses","splendidous","splendiferous","splendiferously","splendiferousness","splendiferousnesses","splendor","splendorous","splendors","splendour","splendours","splendrous","splenectomies","splenectomise","splenectomised","splenectomises","splenectomising","splenectomize","splenectomized","splenectomizes","splenectomizing","splenectomy","splenetic","splenetical","splenetically","splenetics","splenia","splenial","splenic","splenii","splenisation","splenisations","splenitis","splenitises","splenium","spleniums","splenius","spleniuses","splenization","splenizations","splenomegalies","splenomegaly","splent","splents","spleuchan","spleuchans","splice","spliced","splicer","splicers","splices","splicing","splicings","spliff","spliffs","spline","splined","splines","splining","splint","splinted","splinter","splintered","splinterier","splinteriest","splintering","splinters","splintery","splinting","splintlike","splints","splintwood","splintwoods","splish","splished","splishes","splishing","split","splits","splitted","splitter","splitters","splitting","splittings","splittism","splittisms","splittist","splittists","splodge","splodged","splodges","splodgier","splodgiest","splodgily","splodginess","splodginesses","splodging","splodgy","splog","splogs","sploosh","splooshed","splooshes","splooshing","splore","splores","splosh","sploshed","sploshes","sploshing","splotch","splotched","splotches","splotchier","splotchiest","splotchily","splotchiness","splotchinesses","splotching","splotchy","splurge","splurged","splurger","splurgers","splurges","splurgier","splurgiest","splurging","splurgy","splutter","spluttered","splutterer","splutterers","spluttering","splutteringly","splutterings","splutters","spluttery","spod","spoddier","spoddiest","spoddy","spode","spodes","spodium","spodiums","spodogram","spodograms","spodomancies","spodomancy","spodomantic","spodosol","spodosols","spods","spodumene","spodumenes","spoffish","spoffy","spoil","spoilable","spoilage","spoilages","spoiled","spoiler","spoilers","spoilfive","spoilfives","spoilful","spoiling","spoils","spoilsman","spoilsmen","spoilsport","spoilsports","spoilt","spoke","spoked","spoken","spokes","spokeshave","spokeshaves","spokesman","spokesmanship","spokesmanships","spokesmen","spokespeople","spokesperson","spokespersons","spokeswoman","spokeswomen","spokewise","spoking","spoliate","spoliated","spoliates","spoliating","spoliation","spoliations","spoliative","spoliator","spoliators","spoliatory","spondaic","spondaical","spondaics","spondee","spondees","spondoolicks","spondulicks","spondulix","spondyl","spondylites","spondylitic","spondylitics","spondylitides","spondylitis","spondylitises","spondylolyses","spondylolysis","spondyloses","spondylosis","spondylosises","spondylous","spondyls","sponge","spongeable","spongebag","spongebags","sponged","spongelike","spongeous","sponger","spongers","sponges","spongeware","spongewares","spongewood","spongewoods","spongicolous","spongier","spongiest","spongiform","spongily","spongin","sponginess","sponginesses","sponging","spongins","spongioblast","spongioblastic","spongioblasts","spongiose","spongious","spongoid","spongologies","spongologist","spongologists","spongology","spongy","sponsal","sponsalia","sponsible","sponsing","sponsings","sponsion","sponsional","sponsions","sponson","sponsons","sponsor","sponsored","sponsorial","sponsoring","sponsors","sponsorship","sponsorships","spontaneities","spontaneity","spontaneous","spontaneously","spontaneousness","spontaneousnesses","spontoon","spontoons","spoof","spoofed","spoofer","spooferies","spoofers","spoofery","spoofier","spoofiest","spoofing","spoofings","spoofs","spoofy","spook","spooked","spookeries","spookery","spookier","spookiest","spookily","spookiness","spookinesses","spooking","spookish","spooks","spooky","spool","spooled","spooler","spoolers","spooling","spoolings","spools","spoom","spoomed","spooming","spooms","spoon","spoonbait","spoonbaits","spoonbill","spoonbills","spoondrift","spoondrifts","spooned","spoonerism","spoonerisms","spooney","spooneys","spoonfed","spoonful","spoonfuls","spoonhook","spoonhooks","spoonier","spoonies","spooniest","spoonily","spooning","spoons","spoonsful","spoonways","spoonwise","spoonworm","spoonworms","spoony","spoor","spoored","spoorer","spoorers","spooring","spoors","spoot","spoots","sporadic","sporadical","sporadically","sporadicalness","sporal","sporangia","sporangial","sporangiola","sporangiole","sporangioles","sporangiolum","sporangiophore","sporangiophores","sporangiospore","sporangiospores","sporangium","spore","spored","spores","sporicidal","sporicide","sporicides","sporidesm","sporidesms","sporidia","sporidial","sporidium","sporing","spork","sporks","sporocarp","sporocarps","sporocyst","sporocystic","sporocysts","sporocyte","sporocytes","sporogeneses","sporogenesis","sporogenic","sporogenies","sporogenous","sporogeny","sporogonia","sporogonial","sporogonic","sporogonies","sporogonium","sporogony","sporoid","sporophore","sporophores","sporophoric","sporophorous","sporophyl","sporophyll","sporophylls","sporophyls","sporophyte","sporophytes","sporophytic","sporopollenin","sporopollenins","sporotrichoses","sporotrichosis","sporotrichosises","sporozoa","sporozoal","sporozoan","sporozoans","sporozoic","sporozoite","sporozoites","sporozoon","sporran","sporrans","sport","sportabilities","sportability","sportable","sportance","sportances","sportcaster","sportcasters","sported","sporter","sporters","sportfisherman","sportfishermen","sportfishing","sportfishings","sportful","sportfully","sportfulness","sportfulnesses","sportier","sporties","sportiest","sportif","sportily","sportiness","sportinesses","sporting","sportingly","sportive","sportively","sportiveness","sportivenesses","sportless","sports","sportscast","sportscaster","sportscasters","sportscasting","sportscastings","sportscasts","sportsman","sportsmanlike","sportsmanly","sportsmanship","sportsmanships","sportsmen","sportspeople","sportsperson","sportspersons","sportswear","sportswears","sportswoman","sportswomen","sportswriter","sportswriters","sportswriting","sportswritings","sporty","sporular","sporulate","sporulated","sporulates","sporulating","sporulation","sporulations","sporulative","sporule","sporules","sposh","sposhes","sposhier","sposhiest","sposhy","spot","spotless","spotlessly","spotlessness","spotlessnesses","spotlight","spotlighted","spotlighting","spotlights","spotlit","spots","spottable","spotted","spottedness","spottednesses","spotter","spotters","spottie","spottier","spotties","spottiest","spottily","spottiness","spottinesses","spotting","spottings","spotty","spousage","spousages","spousal","spousally","spousals","spouse","spoused","spouseless","spouses","spousing","spout","spouted","spouter","spouters","spoutier","spoutiest","spouting","spoutings","spoutless","spouts","spouty","spoylefull","sprachgefuhl","sprachgefuhls","sprack","sprackle","sprackled","sprackles","sprackling","sprad","spraddle","spraddled","spraddles","spraddling","sprag","spragged","spragging","sprags","spraid","sprain","sprained","spraining","sprains","spraint","spraints","sprang","sprangle","sprangled","sprangles","sprangling","sprangs","sprat","sprats","sprattle","sprattled","sprattles","sprattling","sprauchle","sprauchled","sprauchles","sprauchling","sprauncier","spraunciest","sprauncy","sprawl","sprawled","sprawler","sprawlers","sprawlier","sprawliest","sprawling","sprawls","sprawly","spray","sprayed","sprayer","sprayers","sprayey","sprayier","sprayiest","spraying","sprayings","sprays","spread","spreadabilities","spreadability","spreadable","spreader","spreaders","spreading","spreadingly","spreadings","spreads","spreadsheet","spreadsheets","spreagh","spreagheries","spreaghery","spreaghs","spreathe","spreathed","spreathes","spreathing","spreaze","spreazed","spreazes","spreazing","sprecheries","sprechery","sprechgesang","sprechgesangs","sprechstimme","sprechstimmes","spreckled","spred","spredd","spredde","spredden","spreddes","spredding","spredds","spreds","spree","spreed","spreeing","sprees","spreethe","spreethed","spreethes","spreething","spreeze","spreezed","spreezes","spreezing","sprekelia","sprekelias","sprent","sprew","sprews","sprier","spriest","sprig","sprigged","sprigger","spriggers","spriggier","spriggiest","sprigging","spriggy","spright","sprighted","sprightful","sprightfully","sprightfulness","sprightfulnesses","sprighting","sprightless","sprightlier","sprightliest","sprightliness","sprightlinesses","sprightly","sprights","sprigs","sprigtail","sprigtails","spring","springal","springald","springalds","springals","springboard","springboards","springbok","springboks","springbuck","springbucks","springe","springed","springeing","springer","springers","springes","springhaas","springhalt","springhalts","springhase","springhead","springheads","springhouse","springhouses","springier","springiest","springily","springiness","springinesses","springing","springings","springkeeper","springkeepers","springle","springles","springless","springlet","springlets","springlike","springs","springtail","springtails","springtide","springtides","springtime","springtimes","springwater","springwaters","springwood","springwoods","springwort","springworts","springy","sprinkle","sprinkled","sprinkler","sprinklered","sprinklering","sprinklers","sprinkles","sprinkling","sprinklings","sprint","sprinted","sprinter","sprinters","sprinting","sprintings","sprints","sprit","sprite","spriteful","spritelier","spriteliest","spritely","sprites","sprits","spritsail","spritsails","spritz","spritzed","spritzer","spritzers","spritzes","spritzig","spritzigs","spritzing","sprocket","sprockets","sprod","sprods","sprog","sprogs","sprong","sprout","sprouted","sprouting","sproutings","sprouts","spruce","spruced","sprucely","spruceness","sprucenesses","sprucer","spruces","sprucest","sprucier","spruciest","sprucing","sprucy","sprue","sprues","sprug","sprugs","spruik","spruiked","spruiker","spruikers","spruiking","spruiks","spruit","spruits","sprung","sprush","sprushed","sprushes","sprushing","spry","spryer","spryest","spryly","spryness","sprynesses","spud","spudded","spudder","spudders","spuddier","spuddiest","spudding","spuddings","spuddle","spuddles","spuddy","spuds","spue","spued","spueing","spuer","spuers","spues","spug","spuggies","spuggy","spugs","spuilzie","spuilzied","spuilzieing","spuilzies","spuing","spule","spuleblade","spuleblades","spules","spulye","spulyed","spulyeing","spulyes","spulyie","spulyied","spulyieing","spulyies","spulzie","spulzied","spulzieing","spulzies","spumante","spumantes","spume","spumed","spumes","spumescence","spumescences","spumescent","spumier","spumiest","spuming","spumone","spumones","spumoni","spumonis","spumous","spumy","spun","spunbonded","spunge","spunges","spunk","spunked","spunkie","spunkier","spunkies","spunkiest","spunkily","spunkiness","spunkinesses","spunking","spunks","spunky","spunyarn","spunyarns","spur","spurgall","spurgalled","spurgalling","spurgalls","spurge","spurges","spuriae","spuriosities","spuriosity","spurious","spuriously","spuriousness","spuriousnesses","spurless","spurling","spurlings","spurn","spurne","spurned","spurner","spurners","spurnes","spurning","spurnings","spurns","spurred","spurrer","spurrers","spurrey","spurreys","spurrier","spurriers","spurries","spurriest","spurring","spurrings","spurry","spurs","spurt","spurted","spurter","spurters","spurting","spurtle","spurtles","spurts","spurway","spurways","sputa","sputnik","sputniks","sputter","sputtered","sputterer","sputterers","sputtering","sputteringly","sputterings","sputters","sputtery","sputum","spy","spyal","spyals","spycam","spycams","spyglass","spyglasses","spyhole","spyholes","spying","spyings","spymaster","spymasters","spyplane","spyplanes","spyre","spyres","spyware","spywares","squab","squabash","squabashed","squabasher","squabashers","squabashes","squabashing","squabbed","squabber","squabbest","squabbier","squabbiest","squabbing","squabbish","squabble","squabbled","squabbler","squabblers","squabbles","squabbling","squabby","squabs","squacco","squaccos","squad","squadded","squaddie","squaddies","squadding","squaddy","squadron","squadronal","squadrone","squadroned","squadrones","squadroning","squadrons","squads","squail","squailed","squailer","squailers","squailing","squailings","squails","squalene","squalenes","squalid","squalider","squalidest","squalidities","squalidity","squalidly","squalidness","squalidnesses","squall","squalled","squaller","squallers","squallier","squalliest","squalling","squallings","squallish","squalls","squally","squaloid","squalor","squalors","squama","squamae","squamate","squamates","squamation","squamations","squame","squamella","squamellas","squames","squamiform","squamosal","squamosals","squamose","squamosely","squamoseness","squamosenesses","squamosities","squamosity","squamous","squamously","squamousness","squamousnesses","squamula","squamulas","squamule","squamules","squamulose","squander","squandered","squanderer","squanderers","squandering","squanderingly","squanderings","squandermania","squandermanias","squanders","square","squared","squarehead","squareheads","squarely","squareness","squarenesses","squarer","squarers","squares","squarest","squarewise","squarial","squarials","squaring","squarings","squarish","squarishly","squarishness","squarishnesses","squark","squarks","squarrose","squarson","squarsonage","squarsonages","squarsons","squash","squashable","squashed","squasher","squashers","squashes","squashier","squashiest","squashily","squashiness","squashinesses","squashing","squashy","squat","squatly","squatness","squatnesses","squats","squatted","squatter","squattered","squattering","squatters","squattest","squattier","squattiest","squattily","squattiness","squattinesses","squatting","squattle","squattled","squattles","squattling","squattocracies","squattocracy","squatty","squaw","squawbush","squawbushes","squawfish","squawfishes","squawk","squawked","squawker","squawkers","squawkier","squawkiest","squawking","squawkings","squawks","squawky","squawman","squawmen","squawroot","squawroots","squaws","squeak","squeaked","squeaker","squeakeries","squeakers","squeakery","squeakier","squeakiest","squeakily","squeakiness","squeakinesses","squeaking","squeakingly","squeakings","squeaks","squeaky","squeal","squealed","squealer","squealers","squealing","squealings","squeals","squeamish","squeamishly","squeamishness","squeamishnesses","squeegee","squeegeed","squeegeeing","squeegees","squeezabilities","squeezability","squeezable","squeeze","squeezed","squeezer","squeezers","squeezes","squeezier","squeeziest","squeezing","squeezings","squeezy","squeg","squegged","squegger","squeggers","squegging","squeggings","squegs","squelch","squelched","squelcher","squelchers","squelches","squelchier","squelchiest","squelching","squelchings","squelchy","squeteague","squeteagues","squib","squibbed","squibbing","squibbings","squibs","squid","squidded","squidding","squidge","squidged","squidges","squidgier","squidgiest","squidging","squidgy","squids","squier","squiers","squiff","squiffed","squiffer","squiffers","squiffier","squiffiest","squiffy","squiggle","squiggled","squiggler","squigglers","squiggles","squigglier","squiggliest","squiggling","squiggly","squilgee","squilgeed","squilgeeing","squilgees","squill","squilla","squillae","squillas","squillion","squillions","squills","squinancies","squinancy","squinch","squinched","squinches","squinching","squinied","squinies","squinnied","squinnier","squinnies","squinniest","squinny","squinnying","squint","squinted","squinter","squinters","squintest","squintier","squintiest","squinting","squintingly","squintings","squints","squinty","squiny","squinying","squirage","squirages","squiralities","squirality","squiralties","squiralty","squirarch","squirarchal","squirarchical","squirarchies","squirarchs","squirarchy","squire","squireage","squireages","squirearch","squirearchal","squirearchical","squirearchies","squirearchs","squirearchy","squired","squiredom","squiredoms","squireen","squireens","squirehood","squirehoods","squirelike","squireling","squirelings","squirely","squires","squireship","squireships","squiress","squiresses","squiring","squirish","squirm","squirmed","squirmer","squirmers","squirmier","squirmiest","squirming","squirmingly","squirms","squirmy","squirr","squirred","squirrel","squirreled","squirrelfish","squirrelfishes","squirreling","squirrelled","squirrelling","squirrelly","squirrels","squirrely","squirring","squirrs","squirt","squirted","squirter","squirters","squirting","squirtings","squirts","squish","squished","squishes","squishier","squishiest","squishiness","squishinesses","squishing","squishy","squit","squitch","squitches","squits","squitters","squiz","squizzes","squoosh","squooshed","squooshes","squooshier","squooshiest","squooshing","squooshy","squush","squushed","squushes","squushing","sraddha","sraddhas","sradha","sradhas","sri","sris","st","stab","stabbed","stabber","stabbers","stabbing","stabbingly","stabbings","stabilate","stabilates","stabile","stabiles","stabilisation","stabilisations","stabilisator","stabilisators","stabilise","stabilised","stabiliser","stabilisers","stabilises","stabilising","stabilities","stability","stabilization","stabilizations","stabilizator","stabilizators","stabilize","stabilized","stabilizer","stabilizers","stabilizes","stabilizing","stable","stableboy","stableboys","stabled","stableman","stablemate","stablemates","stablemen","stableness","stablenesses","stabler","stablers","stables","stablest","stabling","stablings","stablish","stablished","stablishes","stablishing","stablishment","stablishments","stably","stabs","stacation","stacations","staccati","staccatissimo","staccato","staccatos","stachys","stachyses","stack","stackable","stacked","stacker","stackers","stacket","stackets","stacking","stackings","stackless","stackroom","stackrooms","stacks","stackup","stackups","stackyard","stackyards","stacte","stactes","stactometer","stactometers","stadda","staddas","staddle","staddles","staddlestone","staddlestones","stade","stades","stadholder","stadholderate","stadholderates","stadholders","stadholdership","stadholderships","stadia","stadial","stadials","stadias","stadiometer","stadiometers","stadium","stadiums","stadtholder","stadtholderate","stadtholderates","stadtholders","stadtholdership","stadtholderships","staff","staffage","staffages","staffed","staffer","staffers","staffing","staffman","staffmen","staffrider","staffriders","staffroom","staffrooms","staffs","stag","stage","stageable","stagecoach","stagecoaches","stagecoaching","stagecoachings","stagecoachman","stagecoachmen","stagecraft","stagecrafts","staged","stageful","stagefuls","stagehand","stagehands","stagelike","stager","stageries","stagers","stagery","stages","stagestruck","stagette","stagettes","stagey","stagflation","stagflationary","stagflations","staggard","staggards","staggart","staggarts","stagged","stagger","staggerbush","staggerbushes","staggered","staggerer","staggerers","staggering","staggeringly","staggerings","staggers","staggery","staggie","staggier","staggies","staggiest","stagging","staggy","staghorn","staghorns","staghound","staghounds","stagier","stagiest","stagily","staginess","staginesses","staging","stagings","stagnance","stagnances","stagnancies","stagnancy","stagnant","stagnantly","stagnate","stagnated","stagnates","stagnating","stagnation","stagnations","stags","stagy","staid","staider","staidest","staidly","staidness","staidnesses","staig","staigs","stain","stainabilities","stainability","stainable","stained","stainer","stainers","staining","stainings","stainless","stainlesses","stainlessly","stainlessness","stainlessnesses","stainproof","stains","stair","staircase","staircased","staircases","staircasing","staircasings","staired","stairfoot","stairfoots","stairhead","stairheads","stairless","stairlift","stairlifts","stairlike","stairs","stairstep","stairstepped","stairstepping","stairsteps","stairway","stairways","stairwell","stairwells","stairwise","stairwork","stairworks","staith","staithe","staithes","staiths","stake","staked","stakeholder","stakeholders","stakeout","stakeouts","stakes","stakhanovism","stakhanovisms","stakhanovite","stakhanovites","staking","staktometer","staktometers","stalactic","stalactical","stalactiform","stalactital","stalactite","stalactited","stalactites","stalactitic","stalactitical","stalactitically","stalactitiform","stalactitious","stalag","stalagma","stalagmas","stalagmite","stalagmites","stalagmitic","stalagmitical","stalagmitically","stalagmometer","stalagmometers","stalagmometries","stalagmometry","stalags","stale","staled","stalely","stalemate","stalemated","stalemates","stalemating","staleness","stalenesses","staler","stales","stalest","staling","stalk","stalked","stalker","stalkers","stalkier","stalkiest","stalkily","stalkiness","stalkinesses","stalking","stalkings","stalkless","stalklike","stalko","stalkoes","stalks","stalky","stall","stallage","stallages","stalled","stallenger","stallengers","stallholder","stallholders","stalling","stallinger","stallingers","stallings","stallion","stallions","stallman","stallmaster","stallmasters","stallmen","stalls","stalwart","stalwartly","stalwartness","stalwartnesses","stalwarts","stalworth","stalworths","stamen","stamened","stamens","stamina","staminal","staminas","staminate","stamineal","stamineous","staminiferous","staminode","staminodes","staminodia","staminodies","staminodium","staminody","staminoid","stammel","stammels","stammer","stammered","stammerer","stammerers","stammering","stammeringly","stammerings","stammers","stamnoi","stamnos","stamp","stamped","stampede","stampeded","stampeder","stampeders","stampedes","stampeding","stampedo","stampedoed","stampedoing","stampedos","stamper","stampers","stamping","stampings","stampless","stamps","stance","stances","stanch","stanchable","stanched","stanchel","stanchelled","stanchelling","stanchels","stancher","stanchered","stanchering","stanchers","stanches","stanchest","stanching","stanchings","stanchion","stanchioned","stanchioning","stanchions","stanchless","stanchly","stanchness","stanchnesses","stanck","stand","standard","standardbred","standardbreds","standardisation","standardise","standardised","standardiser","standardisers","standardises","standardising","standardization","standardizations","standardize","standardized","standardizer","standardizers","standardizes","standardizing","standardless","standardly","standards","standaway","standby","standbys","standdown","standdowns","standee","standees","standen","stander","standers","standfast","standfasts","standfirst","standfirsts","standgale","standgales","standing","standings","standish","standishes","standoff","standoffish","standoffishly","standoffishness","standoffishnesses","standoffs","standout","standouts","standover","standovers","standpat","standpatter","standpatters","standpattism","standpattisms","standpipe","standpipes","standpoint","standpoints","stands","standstill","standstills","standup","standups","stane","staned","stanes","stang","stanged","stanging","stangs","stanhope","stanhopes","staniel","staniels","stanine","stanines","staning","stank","stanked","stanking","stanks","stannaries","stannary","stannate","stannates","stannator","stannators","stannel","stannels","stannic","stanniferous","stannite","stannites","stannotype","stannotypes","stannous","stannum","stannums","stanol","stanols","stanyel","stanyels","stanza","stanzaed","stanzaic","stanzas","stanze","stanzes","stanzo","stanzoes","stanzos","stap","stapedectomies","stapedectomy","stapedes","stapedial","stapedii","stapedius","stapediuses","stapelia","stapelias","stapes","staph","staphs","staphyline","staphylinid","staphylinids","staphylitis","staphylitises","staphylococcal","staphylococci","staphylococcic","staphylococcus","staphyloma","staphylomas","staphylomata","staphyloplastic","staphyloplasty","staphylorrhaphy","staple","stapled","stapler","staplers","staples","stapling","staplings","stapped","stapping","stapple","stapples","staps","star","staragen","staragens","starboard","starboarded","starboarding","starboards","starburst","starbursts","starch","starched","starchedly","starchedness","starchednesses","starcher","starchers","starches","starchier","starchiest","starchily","starchiness","starchinesses","starching","starchlike","starchy","stardom","stardoms","stardrift","stardrifts","stardust","stardusts","stare","stared","starer","starers","stares","starets","staretses","staretz","staretzes","starfish","starfished","starfishes","starflower","starflowers","starfruit","starfruits","starfucker","starfuckers","starfucking","starfuckings","stargaze","stargazed","stargazer","stargazers","stargazes","stargazey","stargazing","stargazings","staring","staringly","starings","stark","starked","starken","starkened","starkening","starkens","starker","starkers","starkest","starking","starkly","starkness","starknesses","starks","starless","starlet","starlets","starlight","starlighted","starlights","starlike","starling","starlings","starlit","starmonger","starmongers","starn","starned","starnie","starnies","starning","starnose","starnoses","starns","starosta","starostas","starosties","starosty","starr","starred","starrier","starriest","starrily","starriness","starrinesses","starring","starrings","starrs","starry","stars","starshine","starshines","starship","starships","starspot","starspots","starstone","starstones","starstruck","start","started","starter","starters","startful","starting","startingly","startings","startish","startle","startled","startlement","startlements","startler","startlers","startles","startling","startlingly","startlings","startlish","startly","starts","startsy","startup","startups","starvation","starvations","starve","starved","starveling","starvelings","starver","starvers","starves","starving","starvings","starwort","starworts","stases","stash","stashed","stashes","stashie","stashies","stashing","stasidion","stasidions","stasima","stasimon","stasimorphies","stasimorphy","stasis","stat","statable","statal","statant","state","stateable","statecraft","statecrafts","stated","statedly","statehood","statehoods","statehouse","statehouses","stateless","statelessness","statelessnesses","statelet","statelets","statelier","stateliest","statelily","stateliness","statelinesses","stately","statement","statemented","statementing","statementings","statements","stater","stateroom","staterooms","staters","states","stateside","statesman","statesmanlike","statesmanly","statesmanship","statesmanships","statesmen","statesperson","statespersons","stateswoman","stateswomen","statewide","static","statical","statically","statice","statices","staticky","statics","statim","statin","stating","statins","station","stational","stationaries","stationarily","stationariness","stationary","stationed","stationer","stationeries","stationers","stationery","stationing","stationmaster","stationmasters","stations","statism","statisms","statist","statistic","statistical","statistically","statistician","statisticians","statistics","statists","stative","statives","statoblast","statoblasts","statocyst","statocysts","statolatries","statolatry","statolith","statolithic","statoliths","stator","stators","statoscope","statoscopes","stats","statto","stattos","statua","statuaries","statuary","statuas","statue","statued","statues","statuesque","statuesquely","statuesqueness","statuette","statuettes","stature","statured","statures","status","statuses","statusy","statutable","statutably","statute","statutes","statutorily","statutory","staumrel","staumrels","staun","staunch","staunchable","staunched","stauncher","staunchers","staunches","staunchest","staunching","staunchings","staunchless","staunchly","staunchness","staunchnesses","stauning","stauns","staurolite","staurolites","staurolitic","stauroscope","stauroscopes","stauroscopic","stave","staved","staves","stavesacre","stavesacres","staving","stavudine","stavudines","staw","stawed","stawing","staws","stay","stayaway","stayaways","staycation","staycations","stayed","stayer","stayers","staying","stayless","staymaker","staymakers","stayne","stayned","staynes","stayning","stayre","stayres","stays","staysail","staysails","stead","steaded","steadfast","steadfastly","steadfastness","steadfastnesses","steadied","steadier","steadiers","steadies","steadiest","steadily","steadiness","steadinesses","steading","steadings","steads","steady","steadying","steak","steakhouse","steakhouses","steaks","steal","stealable","stealage","stealages","steale","stealed","stealer","stealers","steales","stealing","stealingly","stealings","steals","stealt","stealth","stealthed","stealthful","stealthier","stealthiest","stealthily","stealthiness","stealthinesses","stealthing","stealthings","stealths","stealthy","steam","steamboat","steamboats","steamed","steamer","steamered","steamering","steamers","steamfitter","steamfitters","steamie","steamier","steamies","steamiest","steamily","steaminess","steaminesses","steaming","steamings","steamroll","steamrolled","steamroller","steamrollered","steamrollering","steamrollers","steamrolling","steamrolls","steams","steamship","steamships","steamtight","steamtightness","steamy","stean","steane","steaned","steanes","steaning","steanings","steans","steapsin","steapsins","stear","stearage","stearages","stearate","stearates","steard","steare","steared","steares","stearic","stearin","stearine","stearines","stearing","stearins","stearoptene","stearoptenes","stears","stearsman","stearsmate","stearsmates","stearsmen","steatite","steatites","steatitic","steatocele","steatoceles","steatolyses","steatolysis","steatoma","steatomas","steatomatous","steatopyga","steatopygas","steatopygia","steatopygias","steatopygic","steatopygous","steatorrhea","steatorrheas","steatorrhoea","steatorrhoeas","steatoses","steatosis","sted","stedd","stedde","stedded","steddes","steddied","steddies","stedding","stedds","steddy","steddying","stede","steded","stedes","stedfast","stedfastly","stedfastness","stedfastnesses","steding","steds","steed","steeded","steedied","steedies","steeding","steedlike","steeds","steedy","steedying","steek","steeked","steeking","steekit","steeks","steel","steelbow","steelbows","steeld","steeled","steelhead","steelheads","steelie","steelier","steelies","steeliest","steeliness","steelinesses","steeling","steelings","steelmaker","steelmakers","steelmaking","steelmakings","steelman","steelmen","steels","steelware","steelwares","steelwork","steelworker","steelworkers","steelworking","steelworkings","steelworks","steely","steelyard","steelyards","steem","steemed","steeming","steems","steen","steenbok","steenboks","steenbras","steenbrases","steenbuck","steenbucks","steened","steening","steenings","steenkirk","steenkirks","steens","steep","steepdowne","steeped","steepedowne","steepen","steepened","steepening","steepens","steeper","steepers","steepest","steepeup","steepier","steepiest","steepiness","steepinesses","steeping","steepish","steeple","steeplebush","steeplebushes","steeplechase","steeplechased","steeplechaser","steeplechasers","steeplechases","steeplechasing","steeplechasings","steepled","steeplejack","steeplejacks","steeples","steepling","steeply","steepness","steepnesses","steeps","steepup","steepy","steer","steerable","steerage","steerages","steerageway","steerageways","steered","steerer","steerers","steeries","steering","steerings","steerling","steerlings","steers","steersman","steersmate","steersmates","steersmen","steery","steeve","steeved","steevely","steever","steeves","steevest","steeving","steevings","steganogram","steganograms","steganograph","steganographer","steganographers","steganographic","steganographies","steganographist","steganographs","steganography","steganopod","steganopodous","steganopods","stegnoses","stegnosis","stegnotic","stegocarpous","stegocephalian","stegocephalians","stegocephalous","stegodon","stegodons","stegodont","stegodonts","stegomyia","stegomyias","stegophilist","stegophilists","stegosaur","stegosaurian","stegosaurs","stegosaurus","stegosauruses","steil","steils","stein","steinbock","steinbocks","steinbok","steinboks","steined","steining","steinings","steinkirk","steinkirks","steins","stela","stelae","stelai","stelar","stele","stelene","steles","stelic","stell","stella","stellar","stellarator","stellarators","stellas","stellate","stellated","stellately","stelled","stellerid","stelleridan","stelleridans","stellerids","stelliferous","stellified","stellifies","stelliform","stellify","stellifying","stellifyings","stelling","stellio","stellion","stellionate","stellionates","stellions","stellite","stellites","stells","stellular","stellularly","stellulate","stem","stembok","stemboks","stembuck","stembucks","steme","stemed","stemes","stemhead","stemheads","steming","stemless","stemlet","stemlets","stemlike","stemma","stemmas","stemmata","stemmatic","stemmatous","stemme","stemmed","stemmer","stemmeries","stemmers","stemmery","stemmes","stemmier","stemmiest","stemming","stemmings","stemmy","stempel","stempels","stemple","stemples","stems","stemson","stemsons","stemware","stemwares","stemwinder","stemwinders","sten","stench","stenched","stenches","stenchful","stenchier","stenchiest","stenching","stenchy","stencil","stenciled","stenciler","stencilers","stenciling","stencilled","stenciller","stencillers","stencilling","stencillings","stencils","stend","stended","stending","stends","stengah","stengahs","stenlock","stenlocks","stenned","stenning","steno","stenobath","stenobathic","stenobaths","stenocardia","stenocardias","stenochrome","stenochromes","stenochromies","stenochromy","stenograph","stenographed","stenographer","stenographers","stenographic","stenographical","stenographically","stenographies","stenographing","stenographist","stenographists","stenographs","stenography","stenohaline","stenokies","stenokous","stenoky","stenopaeic","stenopaic","stenopetalous","stenophagous","stenophyllous","stenos","stenosed","stenoses","stenosis","stenotherm","stenothermal","stenotherms","stenotic","stenotopic","stenotropic","stenotype","stenotyped","stenotyper","stenotypers","stenotypes","stenotypic","stenotypies","stenotyping","stenotypist","stenotypists","stenotypy","stens","stent","stented","stenting","stentmaster","stentmasters","stentor","stentorian","stentors","stentour","stentours","stents","step","stepbairn","stepbairns","stepbrother","stepbrothers","stepchild","stepchildren","stepdame","stepdames","stepdancer","stepdancers","stepdancing","stepdancings","stepdaughter","stepdaughters","stepfamilies","stepfamily","stepfather","stepfathers","stephane","stephanes","stephanite","stephanites","stephanotis","stephanotises","stepladder","stepladders","steplike","stepmother","stepmotherly","stepmothers","stepney","stepneys","stepover","stepovers","stepparent","stepparenting","stepparentings","stepparents","steppe","stepped","stepper","steppers","steppes","stepping","steps","stepsister","stepsisters","stepson","stepsons","stepstool","stepstools","stept","stepwise","steradian","steradians","stercoraceous","stercoral","stercoranism","stercoranisms","stercoranist","stercoranists","stercorarious","stercorary","stercorate","stercorated","stercorates","stercorating","stercoricolous","sterculia","sterculiaceous","sterculias","stere","stereo","stereoacuities","stereoacuity","stereobate","stereobates","stereobatic","stereoblind","stereocard","stereocards","stereochemical","stereochemistries","stereochemistry","stereochrome","stereochromed","stereochromes","stereochromies","stereochroming","stereochromy","stereoed","stereognoses","stereognosis","stereogram","stereograms","stereograph","stereographed","stereographic","stereographical","stereographies","stereographing","stereographs","stereography","stereoing","stereoisomer","stereoisomeric","stereoisomerism","stereoisomerisms","stereoisomers","stereoisometric","stereological","stereologically","stereologies","stereology","stereome","stereomes","stereometer","stereometers","stereometric","stereometrical","stereometries","stereometry","stereomicroscope","stereomicroscopes","stereomicroscopic","stereomicroscopically","stereophonic","stereophonically","stereophonies","stereophony","stereophotographic","stereophotographies","stereophotography","stereopses","stereopsides","stereopsis","stereopticon","stereopticons","stereoptics","stereoregular","stereoregularities","stereoregularity","stereos","stereoscope","stereoscopes","stereoscopic","stereoscopical","stereoscopically","stereoscopies","stereoscopist","stereoscopists","stereoscopy","stereosonic","stereospecific","stereospecifically","stereospecificities","stereospecificity","stereotactic","stereotactical","stereotaxes","stereotaxia","stereotaxias","stereotaxic","stereotaxically","stereotaxis","stereotomies","stereotomy","stereotropic","stereotropism","stereotropisms","stereotype","stereotyped","stereotyper","stereotypers","stereotypes","stereotypic","stereotypical","stereotypically","stereotypies","stereotyping","stereotypings","stereotypist","stereotypists","stereotypy","stereovision","stereovisions","steres","steric","sterical","sterically","sterigma","sterigmas","sterigmata","sterilant","sterilants","sterile","sterilely","sterilisable","sterilisation","sterilisations","sterilise","sterilised","steriliser","sterilisers","sterilises","sterilising","sterilities","sterility","sterilizable","sterilization","sterilizations","sterilize","sterilized","sterilizer","sterilizers","sterilizes","sterilizing","sterlet","sterlets","sterling","sterlingly","sterlingness","sterlingnesses","sterlings","stern","sterna","sternage","sternages","sternal","sternalgia","sternalgias","sternalgic","sternboard","sternboards","sternebra","sternebrae","sterned","sterner","sternest","sternfast","sternfasts","sternforemost","sterning","sternite","sternites","sternitic","sternly","sternmost","sternness","sternnesses","sternocostal","sternotribe","sternport","sternports","sternpost","sternposts","sterns","sternsheet","sternsheets","sternson","sternsons","sternum","sternums","sternutation","sternutations","sternutative","sternutatives","sternutator","sternutatories","sternutators","sternutatory","sternward","sternwards","sternway","sternways","sternworks","steroid","steroidal","steroidogeneses","steroidogenesis","steroidogenic","steroids","sterol","sterols","stertor","stertorous","stertorously","stertorousness","stertors","sterve","sterved","sterves","sterving","stet","stethoscope","stethoscopes","stethoscopic","stethoscopies","stethoscopist","stethoscopists","stethoscopy","stets","stetson","stetsons","stetted","stetting","stevedore","stevedored","stevedores","stevedoring","steven","stevengraph","stevengraphs","stevens","stevia","stew","stewable","steward","stewarded","stewardess","stewardesses","stewarding","stewardries","stewardry","stewards","stewardship","stewardships","stewartries","stewartry","stewbum","stewbums","stewed","stewer","stewers","stewier","stewiest","stewing","stewings","stewpan","stewpans","stewpond","stewponds","stewpot","stewpots","stews","stewy","stey","steyer","steyest","sthenia","sthenias","sthenic","stiacciato","stiacciatos","stibble","stibbler","stibblers","stibbles","stibial","stibialism","stibialisms","stibine","stibines","stibium","stibiums","stibnite","stibnites","sticcado","sticcadoes","sticcados","sticcato","sticcatoes","sticcatos","stich","sticharia","sticharion","sticharions","stichera","sticheron","stichic","stichically","stichidia","stichidium","stichoi","stichologies","stichology","stichometric","stichometrical","stichometries","stichometry","stichomythia","stichomythias","stichomythic","stichomythies","stichomythy","stichos","stichs","stick","stickabilities","stickability","stickable","stickball","stickballs","sticked","sticker","stickered","stickering","stickers","stickful","stickfuls","stickhandle","stickhandled","stickhandler","stickhandlers","stickhandles","stickhandling","stickhandlings","stickied","stickier","stickies","stickiest","stickily","stickiness","stickinesses","sticking","stickings","stickit","stickjaw","stickjaws","stickle","stickleader","stickleaders","stickleback","sticklebacks","stickled","stickler","sticklers","stickles","sticklike","stickling","stickman","stickmen","stickout","stickouts","stickpin","stickpins","sticks","stickseed","stickseeds","sticktight","sticktights","stickum","stickums","stickup","stickups","stickweed","stickweeds","stickwork","stickworks","sticky","stickybeak","stickybeaked","stickybeaking","stickybeaks","stickying","stiction","stictions","stiddie","stiddied","stiddieing","stiddies","stie","stied","sties","stieve","stievely","stiever","stievest","stiff","stiffed","stiffen","stiffened","stiffener","stiffeners","stiffening","stiffenings","stiffens","stiffer","stiffest","stiffie","stiffies","stiffing","stiffish","stiffly","stiffness","stiffnesses","stiffs","stiffware","stiffwares","stiffy","stifle","stifled","stifler","stiflers","stifles","stifling","stiflingly","stiflings","stigma","stigmal","stigmarian","stigmarians","stigmas","stigmasterol","stigmasterols","stigmata","stigmatic","stigmatical","stigmatically","stigmatics","stigmatiferous","stigmatisation","stigmatisations","stigmatise","stigmatised","stigmatiser","stigmatisers","stigmatises","stigmatising","stigmatism","stigmatisms","stigmatist","stigmatists","stigmatization","stigmatizations","stigmatize","stigmatized","stigmatizer","stigmatizers","stigmatizes","stigmatizing","stigmatophilia","stigmatophilias","stigmatophilist","stigmatose","stigme","stigmes","stilb","stilbene","stilbenes","stilbestrol","stilbestrols","stilbite","stilbites","stilboestrol","stilboestrols","stilbs","stile","stiled","stiles","stilet","stilets","stiletto","stilettoed","stilettoes","stilettoing","stilettos","stiling","still","stillage","stillages","stillatories","stillatory","stillbirth","stillbirths","stillborn","stillborns","stilled","stiller","stillers","stillest","stillhouse","stillhouses","stillicide","stillicides","stillier","stilliest","stilliform","stilling","stillings","stillion","stillions","stillman","stillmen","stillness","stillnesses","stillroom","stillrooms","stills","stilly","stilpnosiderite","stilt","stiltbird","stiltbirds","stilted","stiltedly","stiltedness","stiltednesses","stilter","stilters","stiltier","stiltiest","stiltiness","stiltinesses","stilting","stiltings","stiltish","stilts","stilty","stim","stime","stimed","stimes","stimie","stimied","stimies","stiming","stimpmeter","stimpmeters","stims","stimulable","stimulancies","stimulancy","stimulant","stimulants","stimulate","stimulated","stimulater","stimulaters","stimulates","stimulating","stimulatingly","stimulation","stimulations","stimulative","stimulatives","stimulator","stimulators","stimulatory","stimuli","stimulus","stimy","stimying","sting","stingaree","stingarees","stingbull","stingbulls","stinged","stinger","stingers","stingfish","stingfishes","stingier","stingies","stingiest","stingily","stinginess","stinginesses","stinging","stingingly","stingingness","stingingnesses","stingings","stingless","stingo","stingos","stingray","stingrays","stings","stingy","stink","stinkard","stinkards","stinkbird","stinkbirds","stinkbug","stinkbugs","stinker","stinkeroo","stinkeroos","stinkers","stinkhorn","stinkhorns","stinkier","stinkiest","stinking","stinkingly","stinkingness","stinkingnesses","stinko","stinkpot","stinkpots","stinks","stinkstone","stinkstones","stinkweed","stinkweeds","stinkwood","stinkwoods","stinky","stint","stinted","stintedly","stintedness","stintednesses","stinter","stinters","stintier","stintiest","stinting","stintingly","stintings","stintless","stints","stinty","stipa","stipas","stipe","stiped","stipel","stipellate","stipels","stipend","stipendiaries","stipendiary","stipendiate","stipendiated","stipendiates","stipendiating","stipends","stipes","stipiform","stipitate","stipites","stipitiform","stipple","stippled","stippler","stipplers","stipples","stippling","stipplings","stipulable","stipulaceous","stipular","stipulary","stipulate","stipulated","stipulates","stipulating","stipulation","stipulations","stipulator","stipulators","stipulatory","stipule","stipuled","stipules","stir","stirabout","stirabouts","stire","stired","stires","stiring","stirk","stirks","stirless","stirp","stirpes","stirpiculture","stirpicultures","stirps","stirra","stirrable","stirrah","stirrahs","stirras","stirre","stirred","stirrer","stirrers","stirres","stirring","stirringly","stirrings","stirrup","stirrups","stirs","stishie","stishies","stitch","stitchcraft","stitchcrafts","stitched","stitcher","stitcheries","stitchers","stitchery","stitches","stitching","stitchings","stitchwork","stitchworks","stitchwort","stitchworts","stithied","stithies","stithy","stithying","stive","stived","stiver","stivers","stives","stivier","stiviest","stiving","stivy","stoa","stoae","stoai","stoas","stoat","stoats","stob","stobbed","stobbing","stobie","stobs","stoccado","stoccados","stoccata","stoccatas","stochastic","stochastically","stocious","stock","stockade","stockaded","stockades","stockading","stockage","stockages","stockbreeder","stockbreeders","stockbreeding","stockbreedings","stockbroker","stockbrokerage","stockbrokerages","stockbrokers","stockbroking","stockbrokings","stockcar","stockcars","stocked","stocker","stockers","stockfish","stockfishes","stockholder","stockholders","stockholding","stockholdings","stockhorse","stockhorses","stockier","stockiest","stockily","stockiness","stockinesses","stockinet","stockinets","stockinette","stockinettes","stocking","stockinged","stockinger","stockingers","stockingless","stockings","stockish","stockishly","stockishness","stockishnesses","stockist","stockists","stockjobber","stockjobberies","stockjobbers","stockjobbery","stockjobbing","stockjobbings","stockkeeper","stockkeepers","stockless","stocklist","stocklists","stocklock","stocklocks","stockman","stockmen","stockpile","stockpiled","stockpiler","stockpilers","stockpiles","stockpiling","stockpilings","stockpot","stockpots","stockpunisht","stockroom","stockrooms","stockroute","stockroutes","stocks","stocktake","stocktaken","stocktakes","stocktaking","stocktakings","stocktook","stockwork","stockworks","stocky","stockyard","stockyards","stodge","stodged","stodger","stodgers","stodges","stodgier","stodgiest","stodgily","stodginess","stodginesses","stodging","stodgy","stoechiological","stoechiologies","stoechiology","stoechiometric","stoechiometries","stoechiometry","stoep","stoeps","stogey","stogeys","stogie","stogies","stogy","stoic","stoical","stoically","stoicalness","stoicalnesses","stoicheiologies","stoicheiology","stoicheiometric","stoicheiometry","stoichiological","stoichiologies","stoichiology","stoichiometric","stoichiometrically","stoichiometries","stoichiometry","stoicism","stoicisms","stoics","stoit","stoited","stoiter","stoitered","stoitering","stoiters","stoiting","stoits","stoke","stoked","stokehold","stokeholds","stokehole","stokeholes","stoker","stokers","stokes","stokesia","stokesias","stoking","stokvel","stokvels","stole","stoled","stolen","stolenwise","stoles","stolid","stolider","stolidest","stolidities","stolidity","stolidly","stolidness","stolidnesses","stollen","stollens","stoln","stolon","stolonate","stolonic","stoloniferous","stolons","stolport","stolports","stoma","stomach","stomachache","stomachaches","stomachal","stomached","stomacher","stomachers","stomachful","stomachfulness","stomachfuls","stomachic","stomachical","stomachics","stomaching","stomachless","stomachous","stomachs","stomachy","stomack","stomacks","stomal","stomas","stomata","stomatal","stomate","stomates","stomatic","stomatitic","stomatitides","stomatitis","stomatitises","stomatodaea","stomatodaeum","stomatogastric","stomatological","stomatologies","stomatology","stomatoplasties","stomatoplasty","stomatopod","stomatopods","stomatous","stomia","stomium","stomiums","stomodaea","stomodaeal","stomodaeum","stomodaeums","stomodea","stomodeal","stomodeum","stomodeums","stomp","stomped","stomper","stompers","stompie","stompies","stomping","stomps","stonable","stond","stonds","stone","stoneable","stoneboat","stoneboats","stoneborer","stoneborers","stonebrash","stonebrashes","stonebreak","stonebreaks","stonecast","stonecasts","stonechat","stonechats","stonecrop","stonecrops","stonecutter","stonecutters","stonecutting","stonecuttings","stoned","stonefish","stonefishes","stoneflies","stonefly","stoneground","stonehand","stonehands","stonehorse","stonehorses","stoneless","stonelessness","stonelessnesses","stonelike","stonemason","stonemasonries","stonemasonry","stonemasons","stonen","stoner","stonerag","stonerags","stoneraw","stoneraws","stonern","stoners","stones","stoneshot","stoneshots","stonewall","stonewalled","stonewaller","stonewallers","stonewalling","stonewallings","stonewalls","stoneware","stonewares","stonewash","stonewashed","stonewashes","stonewashing","stonework","stoneworker","stoneworkers","stoneworks","stonewort","stoneworts","stoney","stong","stonied","stonier","stonies","stoniest","stonily","stoniness","stoninesses","stoning","stonings","stonish","stonished","stonishes","stonishing","stonk","stonked","stonker","stonkered","stonkering","stonkers","stonking","stonks","stonn","stonne","stonned","stonnes","stonning","stonns","stony","stonyhearted","stonying","stood","stooden","stooge","stooged","stooges","stooging","stook","stooked","stooker","stookers","stookie","stookies","stooking","stooks","stool","stoolball","stoolballs","stooled","stoolie","stoolies","stooling","stools","stoop","stoopball","stoopballs","stoope","stooped","stooper","stoopers","stoopes","stooping","stoopingly","stoops","stoor","stoors","stooshie","stooshies","stooze","stoozed","stoozer","stoozers","stoozes","stoozing","stoozings","stop","stopbank","stopbanks","stopcock","stopcocks","stope","stoped","stoper","stopers","stopes","stopgap","stopgaps","stoping","stopings","stopless","stoplight","stoplights","stopoff","stopoffs","stopover","stopovers","stoppable","stoppage","stoppages","stopped","stopper","stoppered","stoppering","stoppers","stopping","stoppings","stopple","stoppled","stopples","stoppling","stops","stopt","stopwatch","stopwatches","stopword","stopwords","storable","storables","storage","storages","storax","storaxes","store","stored","storefront","storefronts","storehouse","storehouses","storekeeper","storekeepers","storekeeping","storekeepings","storeman","storemen","storer","storeroom","storerooms","storers","stores","storeship","storeships","storewide","storey","storeyed","storeys","storge","storges","storiated","storied","stories","storiette","storiettes","storing","storiologies","storiologist","storiologists","storiology","stork","storks","storksbill","storksbills","storm","stormbird","stormbirds","stormbound","stormcock","stormcocks","stormed","stormer","stormers","stormful","stormfully","stormfulness","stormfulnesses","stormier","stormiest","stormily","storminess","storminesses","storming","stormings","stormless","stormlike","stormproof","storms","stormstayed","stormy","stornelli","stornello","story","storyboard","storyboarded","storyboarding","storyboards","storybook","storybooks","storyette","storyettes","storying","storyings","storyline","storylines","storyteller","storytellers","storytelling","storytellings","stoss","stosses","stot","stotin","stotinka","stotinki","stotinov","stotins","stotious","stots","stott","stotted","stotter","stottered","stottering","stotters","stottie","stotties","stotting","stotts","stotty","stoun","stound","stounded","stounding","stounds","stouning","stouns","stoup","stoups","stour","stoure","stoures","stourie","stourier","stouriest","stours","stoury","stoush","stoushed","stoushes","stoushie","stoushies","stoushing","stout","stouten","stoutened","stoutening","stoutens","stouter","stoutest","stouth","stouthearted","stoutheartedly","stoutheartedness","stoutheartednesses","stoutherie","stoutheries","stouthrief","stouthriefs","stouths","stoutish","stoutly","stoutness","stoutnesses","stouts","stovaine","stovaines","stove","stoved","stovepipe","stovepipes","stover","stovers","stoves","stovetop","stovetops","stovies","stoving","stovings","stow","stowable","stowage","stowages","stowaway","stowaways","stowdown","stowdowns","stowed","stower","stowers","stowing","stowings","stowlins","stown","stownd","stownded","stownding","stownds","stownlins","stowp","stowps","stowre","stowres","stows","strabism","strabismal","strabismic","strabismical","strabismometer","strabismometers","strabisms","strabismus","strabismuses","strabometer","strabometers","strabotomies","strabotomy","stracchini","stracchino","strack","strad","straddle","straddleback","straddled","straddler","straddlers","straddles","straddling","stradiot","stradiots","strads","strae","straes","strafe","strafed","strafer","strafers","strafes","straff","straffed","straffing","straffs","strafing","strag","straggle","straggled","straggler","stragglers","straggles","stragglier","straggliest","straggling","stragglingly","stragglings","straggly","strags","straicht","straichter","straichtest","straight","straightaway","straightaways","straightbred","straightbreds","straighted","straightedge","straightedged","straightedges","straighten","straightened","straightener","straighteners","straightening","straightens","straighter","straightest","straightforth","straightforward","straightforwardly","straightforwardness","straightforwardnesses","straightforwards","straighting","straightish","straightjacket","straightjacketed","straightjacketing","straightjackets","straightlaced","straightly","straightness","straightnesses","straights","straightway","straightways","straik","straiked","straiking","straiks","strain","strained","strainedly","strainer","strainers","straining","strainings","strains","straint","straints","strait","straited","straiten","straitened","straitening","straitens","straiter","straitest","straiting","straitjacket","straitjacketed","straitjacketing","straitjackets","straitlaced","straitlacedly","straitlacedness","straitlacednesses","straitly","straitness","straitnesses","straits","straitwaistcoat","strak","strake","straked","strakes","stramacon","stramacons","stramash","stramashed","stramashes","stramashing","stramazon","stramazons","stramineous","strammel","strammels","stramonies","stramonium","stramoniums","stramony","stramp","stramped","stramping","stramps","strand","stranded","strandedness","strandednesses","strander","stranders","strandflat","strandflats","stranding","strandline","strandlines","strands","strandwolf","strandwolves","strang","strange","strangely","strangeness","strangenesses","stranger","strangered","strangering","strangers","stranges","strangest","strangle","strangled","stranglehold","strangleholds","stranglement","stranglements","strangler","stranglers","strangles","strangling","strangulate","strangulated","strangulates","strangulating","strangulation","strangulations","stranguries","strangury","strap","straphang","straphanged","straphanger","straphangers","straphanging","straphangings","straphangs","straphung","strapless","straplesses","strapline","straplines","strapontin","strapontins","strappado","strappadoed","strappadoes","strappadoing","strappados","strapped","strapper","strappers","strappier","strappiest","strapping","strappings","strappy","straps","strapwort","strapworts","strass","strasses","strata","stratagem","stratagems","stratal","stratas","strategetic","strategetical","strategic","strategical","strategically","strategics","strategies","strategise","strategised","strategises","strategising","strategist","strategists","strategize","strategized","strategizes","strategizing","strategy","strath","straths","strathspey","strathspeys","strati","straticulate","straticulation","straticulations","stratification","stratifications","stratified","stratifies","stratiform","stratify","stratifying","stratigrapher","stratigraphers","stratigraphic","stratigraphical","stratigraphies","stratigraphist","stratigraphists","stratigraphy","stratocracies","stratocracy","stratocrat","stratocratic","stratocrats","stratocumuli","stratocumulus","stratonic","stratopause","stratopauses","stratose","stratosphere","stratospheres","stratospheric","stratospherical","stratotanker","stratotankers","stratous","stratovolcano","stratovolcanoes","stratovolcanos","stratum","stratums","stratus","straucht","strauchted","strauchter","strauchtest","strauchting","strauchts","straught","straughted","straughter","straughtest","straughting","straughts","straunge","stravage","stravaged","stravages","stravaging","stravaig","stravaiged","stravaiger","stravaigers","stravaiging","stravaigs","straw","strawberries","strawberry","strawboard","strawboards","strawed","strawen","strawflower","strawflowers","strawhat","strawier","strawiest","strawing","strawless","strawlike","strawn","straws","strawweight","strawweights","strawworm","strawworms","strawy","stray","strayed","strayer","strayers","straying","strayings","strayling","straylings","strays","strayve","strayved","strayves","strayving","streak","streaked","streaker","streakers","streakier","streakiest","streakily","streakiness","streakinesses","streaking","streakings","streaklike","streaks","streaky","stream","streambed","streambeds","streamed","streamer","streamered","streamers","streamier","streamiest","streaminess","streaminesses","streaming","streamingly","streamings","streamless","streamlet","streamlets","streamlike","streamline","streamlined","streamliner","streamliners","streamlines","streamling","streamlings","streamlining","streams","streamside","streamsides","streamy","streek","streeked","streeker","streekers","streeking","streeks","streel","streeled","streeling","streels","street","streetage","streetages","streetboy","streetboys","streetcar","streetcars","streeted","streetful","streetfuls","streetier","streetiest","streeting","streetkeeper","streetkeepers","streetlamp","streetlamps","streetlight","streetlights","streetroom","streetrooms","streets","streetscape","streetscapes","streetsmart","streetwalker","streetwalkers","streetwalking","streetwalkings","streetward","streetwards","streetwear","streetwears","streetwise","streety","streight","streights","streigne","streigned","streignes","streigning","strelitz","strelitzes","strelitzi","strelitzia","strelitzias","strene","strenes","strength","strengthen","strengthened","strengthener","strengtheners","strengthening","strengthenings","strengthens","strengthful","strengthless","strengths","strenuities","strenuity","strenuosities","strenuosity","strenuous","strenuously","strenuousness","strenuousnesses","strep","strepent","streperous","strephosymbolia","strepitant","strepitation","strepitations","strepitoso","strepitous","streps","strepsipterous","streptobacilli","streptobacillus","streptocarpus","streptocarpuses","streptococcal","streptococci","streptococcic","streptococcus","streptokinase","streptokinases","streptolysin","streptolysins","streptomyces","streptomycete","streptomycetes","streptomycin","streptomycins","streptosolen","streptosolens","streptothricin","streptothricins","stress","stressbuster","stressbusters","stressbusting","stressed","stresses","stressful","stressfully","stressfulness","stressfulnesses","stressing","stressless","stresslessness","stresslessnesses","stressor","stressors","stretch","stretchabilities","stretchability","stretchable","stretched","stretcher","stretchered","stretchering","stretchers","stretches","stretchier","stretchiest","stretchiness","stretchinesses","stretching","stretchings","stretchless","stretchmarks","stretchy","stretta","strettas","strette","stretti","stretto","strettos","streusel","streusels","strew","strewage","strewages","strewed","strewer","strewers","strewing","strewings","strewment","strewments","strewn","strews","strewth","stria","striae","striata","striate","striated","striates","striating","striation","striations","striatum","striatums","striature","striatures","strich","striches","strick","stricken","strickenly","strickle","strickled","strickles","strickling","stricks","strict","stricter","strictest","striction","strictions","strictish","strictly","strictness","strictnesses","stricture","strictured","strictures","stridden","striddle","striddled","striddles","striddling","stride","stridelegged","stridelegs","stridence","stridences","stridencies","stridency","strident","stridently","strider","striders","strides","strideways","striding","stridling","stridor","stridors","stridulance","stridulances","stridulant","stridulantly","stridulate","stridulated","stridulates","stridulating","stridulation","stridulations","stridulator","stridulators","stridulatory","stridulous","stridulously","stridulousness","strife","strifeful","strifeless","strifes","strift","strifts","strig","striga","strigae","strigate","strigged","strigging","strigiform","strigil","strigils","strigine","strigose","strigs","strike","strikebound","strikebreaker","strikebreakers","strikebreaking","strikebreakings","strikeless","strikeout","strikeouts","strikeover","strikeovers","striker","strikers","strikes","striking","strikingly","strikingness","strikingnesses","strikings","strim","strimmed","strimming","strims","string","stringboard","stringboards","stringcourse","stringcourses","stringed","stringencies","stringency","stringendo","stringent","stringently","stringentness","stringentnesses","stringer","stringers","stringhalt","stringhalted","stringhalts","stringier","stringiest","stringily","stringiness","stringinesses","stringing","stringings","stringless","stringlike","stringpiece","stringpieces","strings","stringy","stringybark","stringybarks","strinkle","strinkled","strinkles","strinkling","strinklings","strip","stripe","striped","stripeless","striper","stripers","stripes","stripey","stripier","stripiest","stripiness","stripinesses","striping","stripings","stripling","striplings","stripogram","stripograms","strippable","stripped","stripper","strippergram","strippergrams","strippers","stripping","strippings","strips","stript","striptease","stripteaser","stripteasers","stripteases","stripy","strive","strived","striven","striver","strivers","strives","striving","strivingly","strivings","stroam","stroamed","stroaming","stroams","strobe","strobed","strobes","strobic","strobil","strobila","strobilaceous","strobilae","strobilar","strobilate","strobilated","strobilates","strobilating","strobilation","strobilations","strobile","strobiles","strobili","strobiliform","strobiline","strobilisation","strobilisations","strobilization","strobilizations","strobiloid","strobils","strobilus","strobiluses","strobing","strobings","stroboscope","stroboscopes","stroboscopic","stroboscopical","stroboscopically","strobotron","strobotrons","stroddle","stroddled","stroddles","stroddling","strode","strodle","strodled","strodles","strodling","stroganoff","stroganoffs","strokable","stroke","stroked","stroken","strokeplay","stroker","strokers","strokes","stroking","strokings","stroll","strolled","stroller","strollers","strolling","strollings","strolls","stroma","stromal","stromata","stromatic","stromatolite","stromatolites","stromatolitic","stromatous","stromb","strombs","strombuliferous","strombuliform","strombus","strombuses","strond","stronds","strong","strongarm","strongarmed","strongarming","strongarms","strongbox","strongboxes","stronger","strongest","stronghold","strongholds","strongish","strongly","strongman","strongmen","strongness","strongnesses","strongpoint","strongpoints","strongroom","strongrooms","strongyl","strongyle","strongyles","strongyloid","strongyloidiases","strongyloidiasis","strongyloidoses","strongyloidosis","strongyloidosises","strongyloids","strongyloses","strongylosis","strongyls","strontia","strontian","strontianite","strontianites","strontians","strontias","strontic","strontium","strontiums","strook","strooke","strooken","strookes","strop","strophanthin","strophanthins","strophanthus","strophanthuses","strophe","strophes","strophic","strophical","strophiolate","strophiolated","strophiole","strophioles","strophoid","strophoids","strophuli","strophulus","stropped","stropper","stroppers","stroppier","stroppiest","stroppily","stroppiness","stroppinesses","stropping","stroppy","strops","strossers","stroud","strouding","stroudings","strouds","stroup","stroupach","stroupachs","stroupan","stroupans","stroups","strout","strouted","strouting","strouts","strove","strow","strowed","strower","strowers","strowing","strowings","strown","strows","stroy","stroyed","stroyer","stroyers","stroying","stroys","struck","strucken","structural","structuralise","structuralised","structuralises","structuralising","structuralism","structuralisms","structuralist","structuralists","structuralization","structuralizations","structuralize","structuralized","structuralizes","structuralizing","structurally","structuration","structurations","structure","structured","structureless","structurelessness","structurelessnesses","structures","structuring","strudel","strudels","struggle","struggled","struggler","strugglers","struggles","struggling","strugglingly","strugglings","strum","struma","strumae","strumas","strumatic","strumitis","strumitises","strummed","strummel","strummels","strummer","strummers","strumming","strumose","strumous","strumpet","strumpeted","strumpeting","strumpets","strums","strung","strunt","strunted","strunting","strunts","strut","struthioid","struthioids","struthious","struts","strutted","strutter","strutters","strutting","struttingly","struttings","strychnia","strychnias","strychnic","strychnine","strychnined","strychnines","strychnining","strychninism","strychninisms","strychnism","strychnisms","stub","stubbed","stubbie","stubbier","stubbies","stubbiest","stubbily","stubbiness","stubbinesses","stubbing","stubble","stubbled","stubbles","stubblier","stubbliest","stubbly","stubborn","stubborned","stubborner","stubbornest","stubborning","stubbornly","stubbornness","stubbornnesses","stubborns","stubby","stubs","stucco","stuccoed","stuccoer","stuccoers","stuccoes","stuccoing","stuccos","stuccowork","stuccoworks","stuck","stucks","stud","studbook","studbooks","studded","studden","studdie","studdies","studding","studdings","studdingsail","studdingsails","studdle","studdles","stude","student","studentries","studentry","students","studentship","studentships","studenty","studfarm","studfarms","studfish","studfishes","studhorse","studhorses","studied","studiedly","studiedness","studiednesses","studier","studiers","studies","studio","studios","studious","studiously","studiousness","studiousnesses","studlier","studliest","studly","studs","studwork","studworks","study","studying","stuff","stuffed","stuffer","stuffers","stuffier","stuffiest","stuffily","stuffiness","stuffinesses","stuffing","stuffings","stuffless","stuffs","stuffy","stuggier","stuggiest","stuggy","stuiver","stuivers","stukkend","stull","stulls","stulm","stulms","stultification","stultifications","stultified","stultifier","stultifiers","stultifies","stultify","stultifying","stum","stumble","stumblebum","stumblebums","stumbled","stumbler","stumblers","stumbles","stumblier","stumbliest","stumbling","stumblingly","stumbly","stumer","stumers","stumm","stummed","stummel","stummels","stumming","stump","stumpage","stumpages","stumped","stumper","stumpers","stumpier","stumpies","stumpiest","stumpily","stumpiness","stumpinesses","stumping","stumpings","stumps","stumpwork","stumpworks","stumpy","stums","stun","stung","stunk","stunkard","stunned","stunner","stunners","stunning","stunningly","stunnings","stuns","stunsail","stunsails","stunt","stunted","stuntedness","stuntednesses","stunting","stuntman","stuntmen","stunts","stuntwoman","stuntwomen","stupa","stupas","stupe","stuped","stupefacient","stupefacients","stupefaction","stupefactions","stupefactive","stupefied","stupefier","stupefiers","stupefies","stupefy","stupefying","stupefyingly","stupendious","stupendous","stupendously","stupendousness","stupendousnesses","stupent","stupes","stupid","stupider","stupidest","stupidities","stupidity","stupidly","stupidness","stupidnesses","stupids","stuping","stupor","stuporous","stupors","stuprate","stuprated","stuprates","stuprating","stupration","stuprations","sturdied","sturdier","sturdies","sturdiest","sturdily","sturdiness","sturdinesses","sturdy","sture","sturgeon","sturgeons","sturmer","sturmers","sturnine","sturnoid","sturnus","sturnuses","sturt","sturted","sturting","sturts","stushie","stushies","stutter","stuttered","stutterer","stutterers","stuttering","stutteringly","stutterings","stutters","sty","stye","styed","styes","stygian","stying","stylar","stylate","style","stylebook","stylebooks","styled","stylee","stylees","styleless","stylelessness","stylelessnesses","styler","stylers","styles","stylet","stylets","styli","stylie","stylier","styliest","styliferous","styliform","styling","stylings","stylisation","stylisations","stylise","stylised","styliser","stylisers","stylises","stylish","stylishly","stylishness","stylishnesses","stylising","stylist","stylistic","stylistically","stylistics","stylists","stylite","stylites","stylitic","stylitism","stylitisms","stylization","stylizations","stylize","stylized","stylizer","stylizers","stylizes","stylizing","stylo","stylobate","stylobates","stylograph","stylographic","stylographical","stylographies","stylographs","stylography","styloid","styloids","stylolite","stylolites","stylolitic","stylometries","stylometry","stylopes","stylophone","stylophones","stylopise","stylopised","stylopises","stylopising","stylopize","stylopized","stylopizes","stylopizing","stylopodia","stylopodium","stylops","stylos","stylostixes","stylostixis","stylus","styluses","styme","stymed","stymes","stymie","stymied","stymieing","stymies","styming","stymy","stymying","stypsis","stypsises","styptic","styptical","stypticities","stypticity","styptics","styracaceous","styrax","styraxes","styre","styred","styrene","styrenes","styres","styring","styrofoam","styrofoams","styte","styted","stytes","styting","suabilities","suability","suable","suably","suasible","suasion","suasions","suasive","suasively","suasiveness","suasivenesses","suasory","suave","suavely","suaveness","suavenesses","suaveolent","suaver","suavest","suavities","suavity","sub","suba","subabbot","subabbots","subabdominal","subacetate","subacetates","subacid","subacidities","subacidity","subacidly","subacidness","subacidnesses","subacrid","subact","subacted","subacting","subaction","subactions","subacts","subacute","subacutely","subadar","subadars","subadolescent","subadolescents","subadult","subadults","subaerial","subaerially","subaffluent","subagencies","subagency","subagent","subagents","subaggregate","subaggregates","subaggregation","subaggregations","subah","subahdar","subahdaries","subahdars","subahdary","subahs","subahship","subahships","subalar","suballiance","suballiances","suballocation","suballocations","subalpine","subaltern","subalternant","subalternants","subalternate","subalternates","subalternation","subalternations","subalternities","subalternity","subalterns","subangular","subantarctic","subapical","subapostolic","subappearance","subappearances","subaqua","subaquatic","subaqueous","subarachnoid","subarachnoidal","subarboreal","subarborescent","subarctic","subarctics","subarcuate","subarcuation","subarcuations","subarea","subareas","subarid","subarration","subarrations","subarrhation","subarrhations","subarticle","subarticles","subas","subassemble","subassembled","subassembles","subassemblies","subassembling","subassembly","subassociation","subassociations","subastral","subatmospheric","subatom","subatomic","subatomics","subatoms","subaudible","subaudio","subaudition","subauditions","subaural","subauricular","subaverage","subaxial","subaxillary","subbasal","subbase","subbasement","subbasements","subbases","subbasin","subbasins","subbass","subbasses","subbed","subbie","subbies","subbing","subbings","subbituminous","subblock","subblocks","subbranch","subbranches","subbreed","subbreeds","subbureau","subbureaus","subbureaux","subby","subcabinet","subcabinets","subcaliber","subcalibre","subcantor","subcantors","subcapsular","subcardinal","subcardinals","subcarrier","subcarriers","subcaste","subcastes","subcategories","subcategorise","subcategorised","subcategorises","subcategorising","subcategorization","subcategorizations","subcategorize","subcategorized","subcategorizes","subcategorizing","subcategory","subcaudal","subcause","subcauses","subcavities","subcavity","subceiling","subceilings","subcelestial","subcelestials","subcell","subcellar","subcellars","subcells","subcellular","subcenter","subcenters","subcentral","subcentrally","subception","subceptions","subchanter","subchanters","subchapter","subchapters","subcharter","subcharters","subchaser","subchasers","subchelate","subchief","subchiefs","subchloride","subchlorides","subchord","subchords","subcircuit","subcircuits","subcivilisation","subcivilised","subcivilization","subcivilized","subclaim","subclaims","subclan","subclans","subclass","subclassed","subclasses","subclassification","subclassifications","subclassified","subclassifies","subclassify","subclassifying","subclassing","subclause","subclauses","subclavian","subclavians","subclavicular","subclerk","subclerks","subclimactic","subclimax","subclimaxes","subclinical","subclinically","subcluster","subclustered","subclustering","subclusters","subcode","subcodes","subcollection","subcollections","subcollege","subcolleges","subcollegiate","subcolonies","subcolony","subcommission","subcommissioned","subcommissioner","subcommissions","subcommittee","subcommittees","subcommunities","subcommunity","subcompact","subcompacts","subcomponent","subcomponents","subconscious","subconsciouses","subconsciously","subconsciousness","subconsciousnesses","subconsul","subconsuls","subcontiguous","subcontinent","subcontinental","subcontinents","subcontinuous","subcontract","subcontracted","subcontracting","subcontractings","subcontractor","subcontractors","subcontracts","subcontraoctave","subcontraoctaves","subcontraries","subcontrariety","subcontrary","subcool","subcooled","subcooling","subcools","subcordate","subcoriaceous","subcortex","subcortexes","subcortical","subcortices","subcosta","subcostae","subcostal","subcostals","subcounties","subcounty","subcranial","subcritical","subcrust","subcrustal","subcrusts","subcult","subcults","subcultural","subculturally","subculture","subcultured","subcultures","subculturing","subcurative","subcuratives","subcutaneous","subcutaneously","subcutes","subcutis","subcutises","subdeacon","subdeaconate","subdeaconates","subdeaconries","subdeaconry","subdeacons","subdeaconship","subdeaconships","subdealer","subdealers","subdean","subdeaneries","subdeanery","subdeans","subdeb","subdebs","subdebutante","subdebutantes","subdecanal","subdecision","subdecisions","subdeliria","subdelirious","subdelirium","subdeliriums","subdepartment","subdepartments","subdepot","subdepots","subdeputies","subdeputy","subdermal","subdermally","subdevelopment","subdevelopments","subdew","subdewed","subdewing","subdews","subdiaconal","subdiaconate","subdiaconates","subdialect","subdialects","subdirector","subdirectors","subdiscipline","subdisciplines","subdistrict","subdistricted","subdistricting","subdistricts","subdividable","subdivide","subdivided","subdivider","subdividers","subdivides","subdividing","subdivisible","subdivision","subdivisional","subdivisions","subdivisive","subdolous","subdominant","subdominants","subdorsal","subduable","subduably","subdual","subduals","subduce","subduced","subduces","subducing","subduct","subducted","subducting","subduction","subductions","subducts","subdue","subdued","subduedly","subduedness","subduednesses","subduement","subduements","subduer","subduers","subdues","subduing","subduple","subduplicate","subdural","subdwarf","subdwarfs","subecho","subechoes","subeconomic","subeconomies","subeconomy","subedar","subedars","subedit","subedited","subediting","subeditor","subeditorial","subeditors","subeditorship","subeditorships","subedits","subemployed","subemployment","subemployments","subentire","subentries","subentry","subepidermal","subepoch","subepochs","subequal","subequatorial","suber","suberate","suberates","suberect","subereous","suberic","suberin","suberins","suberisation","suberisations","suberise","suberised","suberises","suberising","suberization","suberizations","suberize","suberized","suberizes","suberizing","suberose","suberous","subers","subfactorial","subfactorials","subfamilies","subfamily","subfertile","subfertilities","subfertility","subfeu","subfeudation","subfeudations","subfeudatory","subfeued","subfeuing","subfeus","subfield","subfields","subfile","subfiles","subfix","subfixes","subfloor","subfloors","subfluid","subfossil","subfossils","subframe","subframes","subfreezing","subfusc","subfuscous","subfuscs","subfusk","subfusks","subgenera","subgeneration","subgenerations","subgeneric","subgenerically","subgenre","subgenres","subgenus","subgenuses","subglacial","subglacially","subglobose","subglobular","subgoal","subgoals","subgovernment","subgovernments","subgrade","subgrades","subgraph","subgraphs","subgroup","subgrouped","subgrouping","subgroups","subgum","subgums","subha","subharmonic","subharmonics","subhas","subhastation","subhastations","subhead","subheading","subheadings","subheads","subhedral","subhuman","subhumans","subhumid","subidea","subideas","subimaginal","subimagines","subimago","subimagoes","subimagos","subincise","subincised","subincises","subincising","subincision","subincisions","subindex","subindexes","subindicate","subindicated","subindicates","subindicating","subindication","subindications","subindicative","subindices","subindustries","subindustry","subinfeud","subinfeudate","subinfeudated","subinfeudates","subinfeudating","subinfeudation","subinfeudations","subinfeudatory","subinfeuded","subinfeuding","subinfeuds","subinhibitory","subinsinuation","subinsinuations","subinspector","subinspectors","subintellection","subintelligence","subintelligitur","subinterval","subintervals","subintrant","subintroduce","subintroduced","subintroduces","subintroducing","subinvolution","subinvolutions","subirrigate","subirrigated","subirrigates","subirrigating","subirrigation","subirrigations","subitaneous","subitem","subitems","subitise","subitised","subitises","subitising","subitize","subitized","subitizes","subitizing","subito","subjacencies","subjacency","subjacent","subjacently","subject","subjectability","subjectable","subjected","subjectified","subjectifies","subjectify","subjectifying","subjecting","subjection","subjections","subjective","subjectively","subjectiveness","subjectivenesses","subjectives","subjectivise","subjectivised","subjectivises","subjectivising","subjectivism","subjectivisms","subjectivist","subjectivistic","subjectivists","subjectivities","subjectivity","subjectivization","subjectivizations","subjectivize","subjectivized","subjectivizes","subjectivizing","subjectless","subjects","subjectship","subjectships","subjoin","subjoinder","subjoinders","subjoined","subjoining","subjoins","subjugable","subjugate","subjugated","subjugates","subjugating","subjugation","subjugations","subjugator","subjugators","subjunction","subjunctions","subjunctive","subjunctively","subjunctives","subkingdom","subkingdoms","sublanceolate","sublanguage","sublanguages","sublapsarian","sublapsarianism","sublapsarians","sublate","sublated","sublates","sublating","sublation","sublations","sublease","subleased","subleases","subleasing","sublessee","sublessees","sublessor","sublessors","sublet","sublethal","sublethally","sublets","subletter","subletters","subletting","sublettings","sublevel","sublevels","sublibrarian","sublibrarians","sublicense","sublicensed","sublicenses","sublicensing","sublieutenancy","sublieutenant","sublieutenants","sublimable","sublimate","sublimated","sublimates","sublimating","sublimation","sublimations","sublime","sublimed","sublimely","sublimeness","sublimenesses","sublimer","sublimers","sublimes","sublimest","subliminal","subliminally","subliminals","subliming","sublimings","sublimise","sublimised","sublimises","sublimising","sublimit","sublimities","sublimits","sublimity","sublimize","sublimized","sublimizes","sublimizing","subline","sublinear","sublineation","sublineations","sublines","sublingual","subliteracies","subliteracy","subliterary","subliterate","subliterates","subliterature","subliteratures","sublittoral","sublittorals","sublot","sublots","sublunar","sublunary","sublunate","subluxate","subluxated","subluxates","subluxating","subluxation","subluxations","subman","submanager","submanagers","submandibular","submandibulars","submarginal","submarginally","submarine","submarined","submariner","submariners","submarines","submarining","submarket","submarkets","submatrices","submatrix","submatrixes","submaxillaries","submaxillary","submaximal","submediant","submediants","submen","submenta","submental","submentum","submenu","submenus","submerge","submerged","submergement","submergements","submergence","submergences","submerges","submergibility","submergible","submergibles","submerging","submerse","submersed","submerses","submersibility","submersible","submersibles","submersing","submersion","submersions","submetacentric","submetacentrics","submicrogram","submicron","submicrons","submicroscopic","submicroscopically","submillimeter","subminiature","subminiatures","subminiaturise","subminiaturised","subminiaturises","subminiaturize","subminiaturized","subminiaturizes","subminimal","subminister","subministers","submiss","submissible","submission","submissions","submissive","submissively","submissiveness","submissivenesses","submissly","submissness","submissnesses","submit","submitochondrial","submits","submittable","submittal","submittals","submitted","submitter","submitters","submitting","submittings","submolecule","submolecules","submontane","submontanely","submucosa","submucosae","submucosal","submucosas","submucous","submultiple","submultiples","submunition","submunitions","subnasal","subnascent","subnational","subnatural","subnet","subnets","subnetwork","subnetworked","subnetworking","subnetworks","subneural","subniche","subniches","subniveal","subnivean","subnodal","subnormal","subnormalities","subnormality","subnormally","subnormals","subnuclear","subnuclei","subnucleus","subnucleuses","suboccipital","subocean","suboceanic","suboctave","suboctaves","suboctuple","subocular","suboffice","subofficer","subofficers","suboffices","subopercula","subopercular","suboperculum","suboptic","suboptimal","suboptimisation","suboptimise","suboptimised","suboptimises","suboptimising","suboptimization","suboptimizations","suboptimize","suboptimized","suboptimizes","suboptimizing","suboptimum","suboral","suborbicular","suborbital","suborder","suborders","subordinal","subordinaries","subordinary","subordinate","subordinated","subordinately","subordinateness","subordinatenesses","subordinates","subordinating","subordination","subordinations","subordinative","subordinator","subordinators","suborganisation","suborganization","suborganizations","suborn","subornation","subornations","subornative","suborned","suborner","suborners","suborning","suborns","suboscine","suboscines","suboval","subovate","suboxide","suboxides","subpanation","subpanations","subpanel","subpanels","subpar","subparagraph","subparagraphs","subparallel","subpart","subparts","subpena","subpenaed","subpenaing","subpenas","subperiod","subperiods","subphase","subphases","subphrenic","subphyla","subphylar","subphylum","subplot","subplots","subpoena","subpoenaed","subpoenaing","subpoenas","subpolar","subpopulation","subpopulations","subpotencies","subpotency","subpotent","subprefect","subprefects","subprefecture","subprefectures","subprimate","subprimates","subprime","subprimes","subprincipal","subprincipals","subprior","subprioress","subprioresses","subpriors","subproblem","subproblems","subprocess","subprocesses","subproduct","subproducts","subprofessional","subprofessionals","subprogram","subprograms","subproject","subprojects","subproletariat","subproletariats","subpubic","subrace","subraces","subrational","subreference","subreferences","subregion","subregional","subregions","subrent","subrents","subreption","subreptions","subreptitious","subreptitiously","subreptive","subring","subrings","subrogate","subrogated","subrogates","subrogating","subrogation","subrogations","subroutine","subroutines","subrule","subrules","subs","subsacral","subsale","subsales","subsample","subsampled","subsamples","subsampling","subsatellite","subsatellites","subsaturated","subsaturation","subsaturations","subscale","subscales","subscapular","subscapulars","subschema","subschemata","subscience","subsciences","subscribable","subscribe","subscribed","subscriber","subscribers","subscribes","subscribing","subscribings","subscript","subscription","subscriptions","subscriptive","subscripts","subsea","subsecive","subsecretaries","subsecretary","subsect","subsection","subsections","subsector","subsectors","subsects","subsegment","subsegments","subseizure","subseizures","subsellia","subsellium","subsense","subsenses","subsensible","subsentence","subsentences","subsequence","subsequences","subsequent","subsequential","subsequently","subsequentness","subsequents","subsere","subseres","subseries","subserve","subserved","subserves","subservience","subserviences","subserviencies","subserviency","subservient","subserviently","subservients","subserving","subsessile","subset","subsets","subshaft","subshafts","subshell","subshells","subshrub","subshrubby","subshrubs","subside","subsided","subsidence","subsidences","subsidencies","subsidency","subsider","subsiders","subsides","subsidiaries","subsidiarily","subsidiariness","subsidiarities","subsidiarity","subsidiary","subsidies","subsiding","subsidisable","subsidisation","subsidisations","subsidise","subsidised","subsidiser","subsidisers","subsidises","subsidising","subsidizable","subsidization","subsidizations","subsidize","subsidized","subsidizer","subsidizers","subsidizes","subsidizing","subsidy","subsist","subsisted","subsistence","subsistences","subsistent","subsistential","subsister","subsisters","subsisting","subsists","subsite","subsites","subsizar","subsizars","subskill","subskills","subsocial","subsocially","subsocieties","subsociety","subsoil","subsoiled","subsoiler","subsoilers","subsoiling","subsoilings","subsoils","subsolar","subsong","subsongs","subsonic","subsonically","subspace","subspaces","subspecialise","subspecialised","subspecialises","subspecialising","subspecialist","subspecialists","subspecialities","subspeciality","subspecialize","subspecialized","subspecializes","subspecializing","subspecialties","subspecialty","subspecies","subspecific","subspecifically","subspinous","subspontaneous","substage","substages","substance","substanceless","substances","substandard","substantial","substantialise","substantialised","substantialises","substantialism","substantialisms","substantialist","substantialists","substantialities","substantiality","substantialize","substantialized","substantializes","substantially","substantialness","substantialnesses","substantials","substantiate","substantiated","substantiates","substantiating","substantiation","substantiations","substantiative","substantiator","substantiators","substantival","substantivally","substantive","substantively","substantiveness","substantivenesses","substantives","substantivise","substantivised","substantivises","substantivising","substantivities","substantivity","substantivize","substantivized","substantivizes","substantivizing","substate","substates","substation","substations","substellar","substernal","substituent","substituents","substitutabilities","substitutability","substitutable","substitute","substituted","substitutes","substituting","substitution","substitutional","substitutionally","substitutionary","substitutions","substitutive","substitutively","substitutivity","substract","substracted","substracting","substraction","substractions","substractor","substractors","substracts","substrata","substratal","substrate","substrates","substrative","substratosphere","substratum","substratums","substruct","substructed","substructing","substruction","substructions","substructs","substructural","substructure","substructures","substylar","substyle","substyles","subsultive","subsultorily","subsultory","subsultus","subsultuses","subsumable","subsume","subsumed","subsumes","subsuming","subsumption","subsumptions","subsumptive","subsurface","subsurfaces","subsystem","subsystems","subtack","subtacks","subtacksman","subtacksmen","subtalar","subtangent","subtangents","subtask","subtasks","subtaxa","subtaxon","subtaxons","subteen","subteens","subtemperate","subtenancies","subtenancy","subtenant","subtenants","subtend","subtended","subtending","subtends","subtense","subtenses","subtenure","subtenures","subterfuge","subterfuges","subterminal","subternatural","subterrain","subterrains","subterrane","subterranean","subterraneanly","subterraneans","subterraneous","subterraneously","subterranes","subterrene","subterrenes","subterrestrial","subterrestrials","subtest","subtests","subtext","subtexts","subtextual","subtheme","subthemes","subtherapeutic","subthreshold","subtidal","subtil","subtile","subtilely","subtileness","subtilenesses","subtiler","subtilest","subtilin","subtilins","subtilisation","subtilisations","subtilise","subtilised","subtiliser","subtilisers","subtilises","subtilisin","subtilising","subtilisins","subtilities","subtility","subtilization","subtilizations","subtilize","subtilized","subtilizer","subtilizers","subtilizes","subtilizing","subtilties","subtilty","subtitle","subtitled","subtitles","subtitling","subtitular","subtle","subtleness","subtlenesses","subtler","subtlest","subtleties","subtlety","subtly","subtone","subtones","subtonic","subtonics","subtopia","subtopian","subtopias","subtopic","subtopics","subtorrid","subtotal","subtotaled","subtotaling","subtotalled","subtotalling","subtotally","subtotals","subtract","subtracted","subtracter","subtracters","subtracting","subtraction","subtractions","subtractive","subtractor","subtractors","subtracts","subtrahend","subtrahends","subtreasurer","subtreasurers","subtreasuries","subtreasury","subtrend","subtrends","subtriangular","subtribe","subtribes","subtriplicate","subtrist","subtropic","subtropical","subtropically","subtropics","subtrude","subtruded","subtrudes","subtruding","subtunic","subtunics","subtype","subtypes","subtypical","subucula","subuculas","subulate","subumbrella","subumbrellar","subumbrellas","subungulate","subungulates","subunit","subunits","suburb","suburban","suburbanisation","suburbanise","suburbanised","suburbanises","suburbanising","suburbanism","suburbanisms","suburbanite","suburbanites","suburbanities","suburbanity","suburbanization","suburbanizations","suburbanize","suburbanized","suburbanizes","suburbanizing","suburbans","suburbed","suburbia","suburbias","suburbicarian","suburbs","subursine","subvarieties","subvariety","subvassal","subvassals","subvene","subvened","subvenes","subvening","subvention","subventionary","subventions","subversal","subversals","subverse","subversed","subverses","subversing","subversion","subversionaries","subversionary","subversions","subversive","subversively","subversiveness","subversivenesses","subversives","subverst","subvert","subvertebral","subverted","subverter","subverters","subvertical","subverting","subverts","subvicar","subvicars","subviral","subvirus","subviruses","subvisible","subvisual","subvitreous","subvocal","subvocalisation","subvocalise","subvocalised","subvocalises","subvocalising","subvocalization","subvocalizations","subvocalize","subvocalized","subvocalizes","subvocalizing","subvocally","subwarden","subwardens","subway","subwayed","subwaying","subways","subwoofer","subwoofers","subworld","subworlds","subwriter","subwriters","subzero","subzonal","subzone","subzones","succade","succades","succah","succahs","succedanea","succedaneous","succedaneum","succedaneums","succedent","succeed","succeedable","succeeded","succeeder","succeeders","succeeding","succeedingly","succeeds","succentor","succentors","succentorship","succentorships","succes","success","successantly","successes","successful","successfully","successfulness","successfulnesses","succession","successional","successionally","successionist","successionists","successionless","successions","successive","successively","successiveness","successivenesses","successless","successlessly","successlessness","successor","successoral","successors","successorship","successorships","succi","succinate","succinates","succinct","succincter","succinctest","succinctly","succinctness","succinctnesses","succinctoria","succinctories","succinctorium","succinctory","succinic","succinite","succinites","succinyl","succinylcholine","succinylcholines","succinyls","succise","succor","succorable","succored","succorer","succorers","succories","succoring","succorless","succors","succory","succos","succose","succot","succotash","succotashes","succoth","succour","succourable","succoured","succourer","succourers","succouring","succourless","succours","succous","succuba","succubae","succubas","succubi","succubine","succubous","succubus","succubuses","succulence","succulences","succulencies","succulency","succulent","succulently","succulents","succumb","succumbed","succumber","succumbers","succumbing","succumbs","succursal","succursale","succursales","succursals","succus","succuss","succussation","succussations","succussed","succusses","succussing","succussion","succussions","succussive","such","suchlike","suchness","suchnesses","suchwise","suck","sucked","sucken","suckener","suckeners","suckens","sucker","suckered","suckerfish","suckerfishes","suckering","suckers","sucket","suckets","suckfish","suckfishes","suckhole","suckholes","suckier","suckiest","sucking","suckings","suckle","suckled","suckler","sucklers","suckles","suckless","suckling","sucklings","sucks","sucky","sucralfate","sucralfates","sucralose","sucraloses","sucrase","sucrases","sucre","sucres","sucrier","sucriers","sucrose","sucroses","suction","suctional","suctioned","suctioning","suctions","suctorial","suctorian","suctorians","sucuruju","sucurujus","sud","sudamen","sudamina","sudaminal","sudaria","sudaries","sudarium","sudary","sudate","sudated","sudates","sudating","sudation","sudations","sudatoria","sudatories","sudatorium","sudatoriums","sudatory","sudd","sudden","suddenly","suddenness","suddennesses","suddens","suddenties","suddenty","sudder","sudders","sudds","sudor","sudoral","sudoriferous","sudorific","sudorifics","sudoriparous","sudorous","sudors","suds","sudsed","sudser","sudsers","sudses","sudsier","sudsiest","sudsing","sudsless","sudsy","sue","sueabilities","sueability","sueable","sued","suede","sueded","suedes","suedette","suedettes","sueding","suent","suer","suers","sues","suet","suetier","suetiest","suets","suettier","suettiest","suetty","suety","suffari","suffaris","suffect","suffer","sufferable","sufferableness","sufferablenesses","sufferably","sufferance","sufferances","suffered","sufferer","sufferers","suffering","sufferingly","sufferings","suffers","suffete","suffetes","suffice","sufficed","sufficer","sufficers","suffices","sufficience","sufficiences","sufficiencies","sufficiency","sufficient","sufficiently","sufficients","sufficing","sufficingness","sufficingnesses","suffigance","suffigances","suffisance","suffisances","suffix","suffixal","suffixation","suffixations","suffixed","suffixes","suffixing","suffixion","suffixions","sufflate","sufflated","sufflates","sufflating","sufflation","sufflations","suffocate","suffocated","suffocates","suffocating","suffocatingly","suffocatings","suffocation","suffocations","suffocative","suffragan","suffragans","suffraganship","suffraganships","suffrage","suffrages","suffragette","suffragettes","suffragettism","suffragettisms","suffragism","suffragisms","suffragist","suffragists","suffrutescent","suffruticose","suffumigate","suffumigated","suffumigates","suffumigating","suffumigation","suffumigations","suffuse","suffused","suffuses","suffusing","suffusion","suffusions","suffusive","sug","sugan","sugans","sugar","sugarallie","sugarallies","sugarally","sugarberries","sugarberry","sugarbush","sugarbushes","sugarcane","sugarcanes","sugarcoat","sugarcoated","sugarcoating","sugarcoats","sugared","sugarer","sugarers","sugarhouse","sugarhouses","sugarier","sugariest","sugariness","sugarinesses","sugaring","sugarings","sugarless","sugarlike","sugarloaf","sugarloaves","sugarplum","sugarplums","sugars","sugary","sugged","suggest","suggested","suggester","suggesters","suggestibilities","suggestibility","suggestible","suggestibleness","suggestibly","suggesting","suggestion","suggestionise","suggestionised","suggestionises","suggestionising","suggestionism","suggestionisms","suggestionist","suggestionists","suggestionize","suggestionized","suggestionizes","suggestionizing","suggestions","suggestive","suggestively","suggestiveness","suggestivenesses","suggests","sugging","suggings","sugh","sughed","sughing","sughs","sugo","sugos","sugs","suhur","suhurs","sui","suicidal","suicidally","suicide","suicided","suicides","suiciding","suicidologies","suicidologist","suicidologists","suicidology","suid","suidian","suidians","suids","suilline","suing","suings","suint","suints","suiplap","suiplaps","suit","suitabilities","suitability","suitable","suitableness","suitablenesses","suitably","suitcase","suitcases","suite","suited","suiter","suiters","suites","suiting","suitings","suitlike","suitor","suitored","suitoring","suitors","suitress","suitresses","suits","suivante","suivantes","suivez","sujee","sujees","suk","sukh","sukhs","sukiyaki","sukiyakis","sukkah","sukkahs","sukkos","sukkot","sukkoth","suks","sukuk","sukuks","sulcal","sulcalise","sulcalised","sulcalises","sulcalising","sulcalize","sulcalized","sulcalizes","sulcalizing","sulcate","sulcated","sulcation","sulcations","sulci","sulcus","suldan","suldans","sulfa","sulfacetamide","sulfacetamides","sulfadiazine","sulfadiazines","sulfadimidine","sulfadimidines","sulfadoxine","sulfadoxines","sulfamethazine","sulfamethazines","sulfanilamide","sulfanilamides","sulfas","sulfatase","sulfatases","sulfate","sulfated","sulfates","sulfathiazole","sulfathiazoles","sulfatic","sulfating","sulfation","sulfations","sulfhydryl","sulfhydryls","sulfid","sulfide","sulfides","sulfids","sulfinpyrazone","sulfinpyrazones","sulfinyl","sulfinyls","sulfite","sulfites","sulfitic","sulfo","sulfonamide","sulfonamides","sulfonate","sulfonated","sulfonates","sulfonating","sulfonation","sulfonations","sulfone","sulfones","sulfonic","sulfonium","sulfoniums","sulfonyl","sulfonyls","sulfonylurea","sulfonylureas","sulfoxide","sulfoxides","sulfur","sulfurate","sulfurated","sulfurates","sulfurating","sulfured","sulfuret","sulfureted","sulfureting","sulfurets","sulfuretted","sulfuretting","sulfuric","sulfuring","sulfurisation","sulfurisations","sulfurise","sulfurised","sulfurises","sulfurising","sulfurize","sulfurized","sulfurizes","sulfurizing","sulfurous","sulfurously","sulfurousness","sulfurousnesses","sulfurs","sulfury","sulfuryl","sulfuryls","sulk","sulked","sulker","sulkers","sulkier","sulkies","sulkiest","sulkily","sulkiness","sulkinesses","sulking","sulks","sulky","sullage","sullages","sullen","sullener","sullenest","sullenly","sullenness","sullennesses","sullens","sulliable","sullied","sullies","sully","sullying","sulph","sulpha","sulphacetamide","sulphacetamides","sulphadiazine","sulphadiazines","sulphanilamide","sulphanilamides","sulphas","sulphatase","sulphatases","sulphate","sulphated","sulphates","sulphathiazole","sulphathiazoles","sulphatic","sulphating","sulphation","sulphations","sulphhydryl","sulphhydryls","sulphid","sulphide","sulphides","sulphids","sulphinpyrazone","sulphinyl","sulphinyls","sulphite","sulphites","sulphitic","sulphonamide","sulphonamides","sulphonate","sulphonated","sulphonates","sulphonating","sulphonation","sulphonations","sulphone","sulphones","sulphonic","sulphonium","sulphoniums","sulphonmethane","sulphonmethanes","sulphonyl","sulphonyls","sulphonylurea","sulphonylureas","sulphs","sulphur","sulphurate","sulphurated","sulphurates","sulphurating","sulphuration","sulphurations","sulphurator","sulphurators","sulphured","sulphureous","sulphureously","sulphureousness","sulphuret","sulphureted","sulphureting","sulphurets","sulphuretted","sulphuretting","sulphuric","sulphuring","sulphurisation","sulphurisations","sulphurise","sulphurised","sulphurises","sulphurising","sulphurization","sulphurizations","sulphurize","sulphurized","sulphurizes","sulphurizing","sulphurous","sulphurously","sulphurousness","sulphurs","sulphurwort","sulphurworts","sulphury","sulphuryl","sulphuryls","sultan","sultana","sultanas","sultanate","sultanates","sultaness","sultanesses","sultanic","sultans","sultanship","sultanships","sultrier","sultriest","sultrily","sultriness","sultrinesses","sultry","sulu","sulus","sum","sumac","sumach","sumachs","sumacs","sumatra","sumatras","sumless","summa","summabilities","summability","summable","summae","summand","summands","summar","summaries","summarily","summariness","summarinesses","summarisable","summarisation","summarisations","summarise","summarised","summariser","summarisers","summarises","summarising","summarist","summarists","summarizable","summarization","summarizations","summarize","summarized","summarizer","summarizers","summarizes","summarizing","summary","summas","summat","summate","summated","summates","summating","summation","summational","summations","summative","summats","summed","summer","summered","summerhouse","summerhouses","summerier","summeriest","summeriness","summerinesses","summering","summerings","summerless","summerlike","summerlong","summerly","summers","summersault","summersaulted","summersaulting","summersaults","summerset","summersets","summersetted","summersetting","summertide","summertides","summertime","summertimes","summerweight","summerwood","summerwoods","summery","summing","summings","summist","summists","summit","summital","summited","summiteer","summiteers","summiting","summitless","summitries","summitry","summits","summon","summonable","summoned","summoner","summoners","summoning","summons","summonsed","summonses","summonsing","sumo","sumoist","sumoists","sumos","sumotori","sumotoris","sump","sumph","sumphish","sumphishness","sumphishnesses","sumphs","sumpit","sumpitan","sumpitans","sumpits","sumps","sumpsimus","sumpsimuses","sumpter","sumpters","sumptuary","sumptuosities","sumptuosity","sumptuous","sumptuously","sumptuousness","sumptuousnesses","sumpweed","sumpweeds","sums","sumy","sun","sunback","sunbake","sunbaked","sunbakes","sunbaking","sunbath","sunbathe","sunbathed","sunbather","sunbathers","sunbathes","sunbathing","sunbathings","sunbaths","sunbeam","sunbeamed","sunbeams","sunbeamy","sunbeat","sunbeaten","sunbed","sunbeds","sunbelt","sunbelts","sunberries","sunberry","sunbird","sunbirds","sunblind","sunblinds","sunblock","sunblocks","sunbonnet","sunbonneted","sunbonnets","sunbow","sunbows","sunbright","sunburn","sunburned","sunburning","sunburns","sunburnt","sunburst","sunbursts","sunchoke","sunchokes","sundae","sundaes","sundari","sundaris","sundeck","sundecks","sunder","sunderable","sunderance","sunderances","sundered","sunderer","sunderers","sundering","sunderings","sunderment","sunderments","sunders","sundew","sundews","sundial","sundials","sundog","sundogs","sundown","sundowned","sundowner","sundowners","sundowning","sundowns","sundra","sundras","sundrenched","sundress","sundresses","sundri","sundries","sundrily","sundris","sundrops","sundry","sunfast","sunfish","sunfishes","sunflower","sunflowers","sung","sungar","sungars","sungazer","sungazers","sungazing","sungazings","sunglass","sunglasses","sunglow","sunglows","sungrebe","sungrebes","sunhat","sunhats","suni","sunis","sunk","sunken","sunket","sunkets","sunkie","sunkies","sunks","sunlamp","sunlamps","sunland","sunlands","sunless","sunlessly","sunlessness","sunlessnesses","sunlight","sunlights","sunlike","sunlit","sunlounger","sunloungers","sunn","sunna","sunnah","sunnahs","sunnas","sunned","sunnier","sunnies","sunniest","sunnily","sunniness","sunninesses","sunning","sunns","sunny","sunporch","sunporches","sunproof","sunray","sunrays","sunrise","sunrises","sunrising","sunrisings","sunroof","sunroofs","sunroom","sunrooms","suns","sunscald","sunscalds","sunscreen","sunscreening","sunscreens","sunseeker","sunseekers","sunset","sunsets","sunsetting","sunsettings","sunshade","sunshades","sunshine","sunshines","sunshiny","sunspot","sunspots","sunspotted","sunstar","sunstars","sunstone","sunstones","sunstroke","sunstrokes","sunstruck","sunsuit","sunsuits","suntan","suntanned","suntanning","suntans","suntrap","suntraps","sunup","sunups","sunward","sunwards","sunwise","sunworshipper","sunworshippers","suovetaurilia","sup","supawn","supawns","supe","super","superabilities","superability","superable","superableness","superablenesses","superably","superabound","superabounded","superabounding","superabounds","superabsorbent","superabsorbents","superabundance","superabundances","superabundant","superabundantly","superachiever","superachievers","superactive","superactivities","superactivity","superacute","superadd","superadded","superadding","superaddition","superadditional","superadditions","superadds","superadministrator","superadministrators","superagencies","superagency","superagent","superagents","superalloy","superalloys","superaltar","superaltars","superaltern","superalterns","superambitious","superannuable","superannuate","superannuated","superannuates","superannuating","superannuation","superannuations","superate","superated","superates","superathlete","superathletes","superating","superation","superations","superatom","superatoms","superb","superbad","superbank","superbanks","superbazaar","superbazaars","superbazar","superbazars","superber","superbest","superbike","superbikes","superbillionaire","superbillionaires","superbitch","superbitches","superbities","superbity","superblock","superblocks","superbly","superbness","superbnesses","superboard","superboards","superbold","superbomb","superbomber","superbombers","superbombs","superbrain","superbrains","superbrat","superbrats","superbright","superbug","superbugs","superbureaucrat","superbureaucrats","supercabinet","supercabinets","supercalender","supercalendered","supercalendering","supercalenders","supercar","supercargo","supercargoes","supercargos","supercargoship","supercargoships","supercarrier","supercarriers","supercars","supercautious","supercede","superceded","supercedes","superceding","supercelestial","supercenter","supercenters","supercharge","supercharged","supercharger","superchargers","supercharges","supercharging","supercherie","supercheries","superchic","superchurch","superchurches","superciliaries","superciliary","supercilious","superciliously","superciliousness","superciliousnesses","supercities","supercity","supercivilised","supercivilization","supercivilizations","supercivilized","superclass","superclasses","superclean","superclub","superclubs","supercluster","superclusters","supercoil","supercoiled","supercoiling","supercoils","supercold","supercollider","supercolliders","supercolossal","supercolumnar","supercomfortable","supercompetitive","supercomputer","supercomputers","supercomputing","supercomputings","superconduct","superconducted","superconducting","superconduction","superconductive","superconductivities","superconductivity","superconductor","superconductors","superconducts","superconfidence","superconfident","superconglomerate","superconglomerates","superconservative","supercontinent","supercontinents","superconvenient","supercool","supercooled","supercooling","supercools","supercop","supercops","supercorporation","supercorporations","supercow","supercows","supercriminal","supercriminals","supercritical","supercurrent","supercurrents","supercute","superdainty","superdelegate","superdelegates","superdeluxe","superdense","superdiplomat","superdiplomats","superdominant","superdominants","supered","supereffective","superefficiencies","superefficiency","superefficient","superego","superegoist","superegoists","superegos","superelastic","superelevate","superelevated","superelevates","superelevating","superelevation","superelevations","superelite","superelites","supereminence","supereminences","supereminent","supereminently","superencipher","superenciphered","superenciphering","superenciphers","supererogant","supererogate","supererogated","supererogates","supererogating","supererogation","supererogations","supererogative","supererogator","supererogators","supererogatory","superessential","superette","superettes","superevident","superexalt","superexaltation","superexalted","superexalting","superexalts","superexcellence","superexcellent","superexpensive","superexpress","superexpresses","superfamilies","superfamily","superfan","superfans","superfarm","superfarms","superfast","superfatted","superfecta","superfectas","superfecundation","superfecundations","superfemale","superfemales","superfetate","superfetated","superfetates","superfetating","superfetation","superfetations","superficial","superficialise","superficialised","superficialises","superficialities","superficiality","superficialize","superficialized","superficializes","superficially","superficialness","superficials","superficies","superfine","superfineness","superfinenesses","superfirm","superfirms","superfit","superfix","superfixes","superflack","superflacks","superfluid","superfluidities","superfluidity","superfluids","superfluities","superfluity","superfluous","superfluously","superfluousness","superfluousnesses","superflux","superfluxes","superfoetation","superfoetations","superfood","superfoods","superfrontal","superfrontals","superfund","superfunds","superfuse","superfused","superfuses","superfusing","superfusion","superfusions","supergene","supergenes","supergiant","supergiants","superglacial","superglue","superglued","superglues","supergluing","supergood","supergovernment","supergovernments","supergraphics","supergrass","supergrasses","supergravities","supergravity","supergroup","supergroups","supergrowth","supergrowths","supergun","superguns","superharden","superhardened","superhardening","superhardens","superheat","superheated","superheater","superheaters","superheating","superheats","superheavies","superheavy","superheavyweight","superheavyweights","superhelical","superhelices","superhelix","superhelixes","superhero","superheroes","superheroine","superheroines","superhet","superheterodyne","superheterodynes","superhets","superhigh","superhighway","superhighways","superhit","superhits","superhive","superhives","superhot","superhuman","superhumanise","superhumanised","superhumanises","superhumanising","superhumanities","superhumanity","superhumanize","superhumanized","superhumanizes","superhumanizing","superhumanly","superhumanness","superhumannesses","superhumeral","superhumerals","superhype","superhyped","superhypes","superhyping","superimportant","superimposable","superimpose","superimposed","superimposes","superimposing","superimposition","superimpositions","superincumbence","superincumbency","superincumbent","superincumbently","superindividual","superinduce","superinduced","superinducement","superinduces","superinducing","superinduction","superinductions","superinfect","superinfected","superinfecting","superinfection","superinfections","superinfects","supering","superinsulated","superintellectual","superintellectuals","superintelligence","superintelligences","superintelligent","superintend","superintended","superintendence","superintendences","superintendencies","superintendency","superintendent","superintendents","superintending","superintends","superintensities","superintensity","superior","superioress","superioresses","superiorities","superiority","superiorly","superiors","superiorship","superiorships","superjacent","superjet","superjets","superjock","superjocks","superjumbo","superjumbos","superkingdom","superkingdoms","superlain","superlarge","superlative","superlatively","superlativeness","superlativenesses","superlatives","superlawyer","superlawyers","superlay","superlie","superlies","superlight","superliner","superliners","superload","superloads","superlobbyist","superlobbyists","superlong","superloo","superloos","superloyalist","superloyalists","superluminal","superlunar","superlunary","superluxuries","superluxurious","superluxury","superlying","supermacho","supermachos","supermajorities","supermajority","supermale","supermales","superman","supermarket","supermarkets","supermart","supermarts","supermasculine","supermassive","supermax","supermaxes","supermembrane","supermembranes","supermen","supermicro","supermicros","supermilitant","supermilitants","supermillionaire","supermillionaires","supermind","superminds","supermini","superminicomputer","superminicomputers","superminis","superminister","superministers","supermodel","supermodels","supermodern","supermom","supermoms","supermoto","supermotos","supermundane","supernacula","supernacular","supernaculum","supernal","supernally","supernannies","supernanny","supernatant","supernatants","supernatation","supernatations","supernate","supernates","supernation","supernational","supernationally","supernations","supernatural","supernaturalise","supernaturalism","supernaturalisms","supernaturalist","supernaturalistic","supernaturalists","supernaturalize","supernaturally","supernaturalness","supernaturalnesses","supernaturals","supernature","supernatures","supernormal","supernormalities","supernormality","supernormally","supernova","supernovae","supernovas","supernumeraries","supernumerary","supernurse","supernurses","supernutrient","supernutrients","supernutrition","supernutritions","superoctave","superoctaves","superorder","superorders","superordinal","superordinary","superordinate","superordinated","superordinates","superordinating","superordination","superorganic","superorganicism","superorganicist","superorganism","superorganisms","superorgasm","superorgasms","superovulate","superovulated","superovulates","superovulating","superovulation","superovulations","superoxide","superoxides","superparasitism","superparasitisms","superparticle","superparticles","superpatriot","superpatriotic","superpatriotism","superpatriotisms","superpatriots","superperson","superpersonal","superpersons","superphenomena","superphenomenon","superphosphate","superphosphates","superphyla","superphylum","superphysical","superpimp","superpimps","superplane","superplanes","superplastic","superplasticities","superplasticity","superplastics","superplayer","superplayers","superplus","superpluses","superpolite","superpolymer","superpolymers","superport","superports","superposable","superpose","superposed","superposes","superposing","superposition","superpositions","superpower","superpowered","superpowerful","superpowers","superpraise","superpraised","superpraises","superpraising","superpremium","superpremiums","superpro","superprofit","superprofits","superpros","superqualities","superquality","superrace","superraces","superreal","superrealism","superrealisms","superrealist","superrealists","superrefine","superrefined","superrefines","superrefining","superregenerative","superregional","superregionals","superrich","superroad","superroads","superromantic","superromanticism","superromanticisms","supers","supersafe","supersafeties","supersafety","supersale","supersales","supersalesman","supersalesmen","supersalt","supersalts","supersaturate","supersaturated","supersaturates","supersaturating","supersaturation","supersaturations","supersaur","supersaurs","supersaver","supersavers","superscalar","superscale","superscales","superschool","superschools","superscout","superscouts","superscreen","superscreens","superscribe","superscribed","superscribes","superscribing","superscript","superscription","superscriptions","superscripts","supersecrecies","supersecrecy","supersecret","supersecrets","supersedable","supersede","supersedeas","supersedeases","superseded","supersedence","supersedences","superseder","supersedere","supersederes","superseders","supersedes","superseding","supersedure","supersedures","supersell","superseller","supersellers","superselling","supersells","supersensible","supersensibly","supersensitive","supersensitively","supersensitivities","supersensitivity","supersensory","supersensual","superserviceable","supersession","supersessions","supersex","supersexes","supersexualities","supersexuality","supersharp","supershow","supershows","supersinger","supersingers","supersize","supersized","supersizes","supersizing","supersleuth","supersleuths","superslick","supersmart","supersmooth","supersoft","supersold","supersonic","supersonically","supersonics","supersophisticated","supersound","supersounds","superspecial","superspecialist","superspecialists","superspecialization","superspecializations","superspecialized","superspecials","superspecies","superspectacle","superspectacles","superspectacular","superspectaculars","superspeculation","superspeculations","superspeed","superspeeds","superspies","superspy","superstar","superstardom","superstardoms","superstars","superstate","superstates","superstation","superstations","superstimulate","superstimulated","superstimulates","superstimulating","superstition","superstitions","superstitious","superstitiously","superstock","superstocks","superstore","superstores","superstrata","superstratum","superstratums","superstrength","superstrengths","superstrike","superstrikes","superstring","superstrings","superstrong","superstruct","superstructed","superstructing","superstruction","superstructions","superstructive","superstructs","superstructural","superstructure","superstructures","superstud","superstuds","supersubstantial","supersubtile","supersubtle","supersubtleties","supersubtlety","supersurgeon","supersurgeons","supersweet","supersymmetric","supersymmetries","supersymmetry","supersystem","supersystems","supertanker","supertankers","supertax","supertaxes","superteacher","superteachers","superterranean","superterrific","superthick","superthin","superthriller","superthrillers","supertight","supertitle","supertitles","supertonic","supertonics","supertram","supertrams","supertruck","supertrucks","supertwist","supertwists","supervene","supervened","supervenes","supervenience","superveniences","supervenient","supervening","supervention","superventions","supervirile","supervirtuosi","supervirtuoso","supervirtuosos","supervirulent","supervisal","supervisals","supervise","supervised","supervisee","supervisees","supervises","supervising","supervision","supervisions","supervisor","supervisors","supervisorship","supervisorships","supervisory","supervolute","superwaif","superwaifs","superwave","superwaves","superweapon","superweapons","superweed","superweeds","superwide","superwides","superwife","superwives","superwoman","superwomen","supes","supinate","supinated","supinates","supinating","supination","supinations","supinator","supinators","supine","supinely","supineness","supinenesses","supines","suplex","suplexes","suppawn","suppawns","suppeago","suppeagoes","supped","suppedanea","suppedaneum","supper","suppered","suppering","supperless","suppers","suppertime","suppertimes","supping","supplant","supplantation","supplantations","supplanted","supplanter","supplanters","supplanting","supplants","supple","suppled","supplejack","supplejacks","supplely","supplement","supplemental","supplementally","supplementals","supplementaries","supplementarily","supplementary","supplementation","supplementations","supplemented","supplementer","supplementers","supplementing","supplements","suppleness","supplenesses","suppler","supples","supplest","suppletion","suppletions","suppletive","suppletives","suppletorily","suppletory","suppliable","supplial","supplials","suppliance","suppliances","suppliant","suppliantly","suppliants","supplicant","supplicants","supplicat","supplicate","supplicated","supplicates","supplicating","supplicatingly","supplication","supplications","supplicatory","supplicats","supplicavit","supplicavits","supplied","supplier","suppliers","supplies","suppling","supply","supplying","supplyment","supplyments","support","supportabilities","supportability","supportable","supportableness","supportably","supportance","supportances","supported","supporter","supporters","supporting","supportings","supportive","supportively","supportiveness","supportivenesses","supportless","supportment","supportments","supportress","supportresses","supports","supporture","supportures","supposable","supposably","supposal","supposals","suppose","supposed","supposedly","supposer","supposers","supposes","supposing","supposings","supposition","suppositional","suppositionally","suppositionary","suppositionless","suppositions","suppositious","suppositiously","supposititious","supposititiously","suppositive","suppositively","suppositives","suppositories","suppository","suppress","suppressant","suppressants","suppressed","suppressedly","suppresser","suppressers","suppresses","suppressibilities","suppressibility","suppressible","suppressing","suppression","suppressions","suppressive","suppressiveness","suppressivenesses","suppressor","suppressors","suppurate","suppurated","suppurates","suppurating","suppuration","suppurations","suppurative","suppuratives","supra","suprachiasmic","supraciliary","supracostal","supracrustal","supraglottal","supralapsarian","supralapsarians","supraliminal","supraliminally","supralunar","supramaxillary","supramolecular","supramolecule","supramolecules","supramundane","supranational","supranationalism","supranationalisms","supranationalist","supranationalists","supranationalities","supranationality","supranationally","supraoptic","supraorbital","suprapubic","suprarational","suprarenal","suprarenals","suprasegmental","suprasensible","supratemporal","supraventricular","supravital","supravitally","suprema","supremacies","supremacism","supremacisms","supremacist","supremacists","supremacy","suprematism","suprematisms","suprematist","suprematists","supreme","supremely","supremeness","supremenesses","supremer","supremes","supremest","supremities","supremity","supremo","supremos","supremum","supremums","sups","suq","suqs","sur","sura","suraddition","suradditions","surah","surahs","sural","suramin","suramins","surance","surances","suras","surat","surats","surbahar","surbahars","surbase","surbased","surbasement","surbasements","surbases","surbate","surbated","surbates","surbating","surbed","surbedded","surbedding","surbeds","surbet","surcease","surceased","surceases","surceasing","surcharge","surcharged","surchargement","surchargements","surcharger","surchargers","surcharges","surcharging","surcingle","surcingled","surcingles","surcingling","surcoat","surcoats","surculi","surculose","surculus","surculuses","surd","surdities","surdity","surds","sure","sured","surefire","surefooted","surefootedly","surefootedness","surefootednesses","surely","sureness","surenesses","surer","sures","surest","suretied","sureties","surety","suretying","suretyship","suretyships","surf","surfable","surface","surfaced","surfaceless","surfaceman","surfacemen","surfacer","surfacers","surfaces","surfacing","surfacings","surfactant","surfactants","surfbird","surfbirds","surfboard","surfboarded","surfboarder","surfboarders","surfboarding","surfboardings","surfboards","surfboat","surfboats","surfcaster","surfcasters","surfcasting","surfcastings","surfed","surfeit","surfeited","surfeiter","surfeiters","surfeiting","surfeitings","surfeits","surfer","surfers","surffish","surffishes","surficial","surfie","surfier","surfies","surfiest","surfing","surfings","surflike","surfman","surfmen","surfperch","surfperches","surfrider","surfriders","surfs","surfside","surfy","surge","surged","surgeful","surgeless","surgent","surgeon","surgeoncies","surgeoncy","surgeonfish","surgeonfishes","surgeons","surgeonship","surgeonships","surger","surgeries","surgers","surgery","surges","surgical","surgically","surgier","surgiest","surging","surgings","surgy","suricate","suricates","surimi","surimis","suring","surjection","surjections","surjective","surlier","surliest","surlily","surliness","surlinesses","surloin","surloins","surly","surmaster","surmasters","surmisable","surmisal","surmisals","surmise","surmised","surmiser","surmisers","surmises","surmising","surmisings","surmistress","surmistresses","surmount","surmountable","surmounted","surmounter","surmounters","surmounting","surmountings","surmounts","surmullet","surmullets","surname","surnamed","surnamer","surnamers","surnames","surnaming","surnominal","surpass","surpassable","surpassed","surpasser","surpassers","surpasses","surpassing","surpassingly","surpassingness","surplice","surpliced","surplices","surplus","surplusage","surplusages","surplused","surpluses","surplusing","surplussed","surplusses","surplussing","surprint","surprinted","surprinting","surprints","surprisal","surprisals","surprise","surprised","surprisedly","surpriser","surprisers","surprises","surprising","surprisingly","surprisingness","surprisings","surprize","surprized","surprizes","surprizing","surquedies","surquedries","surquedry","surquedy","surra","surras","surreal","surrealism","surrealisms","surrealist","surrealistic","surrealistically","surrealists","surreally","surreals","surrebut","surrebuts","surrebuttal","surrebuttals","surrebutted","surrebutter","surrebutters","surrebutting","surreined","surrejoin","surrejoinder","surrejoinders","surrejoined","surrejoining","surrejoins","surrender","surrendered","surrenderee","surrenderees","surrenderer","surrenderers","surrendering","surrenderor","surrenderors","surrenders","surrendries","surrendry","surreptitious","surreptitiously","surrey","surreys","surrogacies","surrogacy","surrogate","surrogated","surrogates","surrogateship","surrogateships","surrogating","surrogation","surrogations","surrogatum","surrogatums","surround","surrounded","surrounding","surroundings","surrounds","surroyal","surroyals","surtarbrand","surtarbrands","surtax","surtaxed","surtaxes","surtaxing","surtitle","surtitles","surtout","surtouts","surturbrand","surturbrands","surucucu","surucucus","surveil","surveiled","surveiling","surveillance","surveillances","surveillant","surveillants","surveille","surveilled","surveilles","surveilling","surveils","survey","surveyable","surveyal","surveyals","surveyance","surveyances","surveyed","surveying","surveyings","surveyor","surveyors","surveyorship","surveyorships","surveys","surview","surviewed","surviewing","surviews","survivabilities","survivability","survivable","survival","survivalism","survivalisms","survivalist","survivalists","survivals","survivance","survivances","survive","survived","surviver","survivers","survives","surviving","survivor","survivors","survivorship","survivorships","sus","susceptance","susceptances","susceptibilities","susceptibility","susceptible","susceptibleness","susceptiblenesses","susceptibly","susceptive","susceptiveness","susceptivenesses","susceptivities","susceptivity","susceptor","susceptors","suscipient","suscipients","suscitate","suscitated","suscitates","suscitating","suscitation","suscitations","suses","sushi","sushis","suslik","susliks","suspect","suspectable","suspected","suspectedly","suspectedness","suspectednesses","suspecter","suspecters","suspectful","suspecting","suspectless","suspects","suspence","suspend","suspended","suspender","suspendered","suspenders","suspendibility","suspendible","suspending","suspends","suspens","suspense","suspenseful","suspensefully","suspensefulness","suspensefulnesses","suspenseless","suspenser","suspensers","suspenses","suspensibility","suspensible","suspension","suspensions","suspensive","suspensively","suspensiveness","suspensoid","suspensoids","suspensor","suspensoria","suspensorial","suspensories","suspensorium","suspensors","suspensory","suspercollate","suspercollated","suspercollates","suspercollating","suspicion","suspicional","suspicioned","suspicioning","suspicionless","suspicions","suspicious","suspiciously","suspiciousness","suspiciousnesses","suspiration","suspirations","suspire","suspired","suspires","suspiring","suspirious","suss","sussed","susses","sussing","sustain","sustainabilities","sustainability","sustainable","sustained","sustainedly","sustainer","sustainers","sustaining","sustainingly","sustainings","sustainment","sustainments","sustains","sustenance","sustenances","sustentacula","sustentacular","sustentaculum","sustentate","sustentated","sustentates","sustentating","sustentation","sustentations","sustentative","sustentator","sustentators","sustention","sustentions","sustentive","sustinent","susu","susurrant","susurrate","susurrated","susurrates","susurrating","susurration","susurrations","susurrous","susurrus","susurruses","susus","sutile","sutler","sutleries","sutlers","sutlership","sutlerships","sutlery","sutor","sutorial","sutorian","sutors","sutra","sutras","sutta","suttas","suttee","sutteeism","sutteeisms","suttees","suttle","suttled","suttles","suttletie","suttleties","suttling","suttly","sutural","suturally","suturation","suturations","suture","sutured","sutures","suturing","suzerain","suzerains","suzerainties","suzerainty","svarabhakti","svarabhaktis","svaraj","svarajes","svastika","svastikas","svedberg","svedbergs","svelte","sveltely","svelteness","sveltenesses","svelter","sveltest","swab","swabbed","swabber","swabbers","swabbie","swabbies","swabbing","swabby","swabs","swack","swacked","swad","swaddie","swaddies","swaddle","swaddled","swaddler","swaddlers","swaddles","swaddling","swaddy","swads","swag","swage","swaged","swager","swagers","swages","swagged","swagger","swaggered","swaggerer","swaggerers","swaggering","swaggeringly","swaggerings","swaggers","swaggie","swaggies","swagging","swaging","swagman","swagmen","swags","swagshop","swagshops","swagsman","swagsmen","swail","swails","swain","swaining","swainings","swainish","swainishness","swainishnesses","swains","swale","swaled","swales","swalier","swaliest","swaling","swalings","swallet","swallets","swallow","swallowable","swallowed","swallower","swallowers","swallowing","swallows","swallowtail","swallowtails","swallowwort","swallowworts","swaly","swam","swami","swamies","swamis","swamp","swamped","swamper","swampers","swampier","swampiest","swampiness","swampinesses","swamping","swampish","swampland","swamplands","swampless","swamps","swampy","swamy","swan","swang","swanherd","swanherds","swank","swanked","swanker","swankers","swankest","swankey","swankeys","swankie","swankier","swankies","swankiest","swankily","swankiness","swankinesses","swanking","swankpot","swankpots","swanks","swanky","swanlike","swanned","swanneries","swannery","swannie","swannier","swannies","swanniest","swanning","swannings","swanny","swanpan","swanpans","swans","swansdown","swansdowns","swanskin","swanskins","swansong","swansongs","swap","swapped","swapper","swappers","swapping","swappings","swaps","swapt","swaption","swaptions","swaraj","swarajes","swarajism","swarajisms","swarajist","swarajists","sward","swarded","swardier","swardiest","swarding","swards","swardy","sware","swarf","swarfed","swarfing","swarfs","swarm","swarmed","swarmer","swarmers","swarming","swarmings","swarms","swart","swarth","swarthier","swarthiest","swarthily","swarthiness","swarthinesses","swarthness","swarthnesses","swarths","swarthy","swartness","swartnesses","swarty","swarve","swarved","swarves","swarving","swash","swashbuckle","swashbuckled","swashbuckler","swashbucklers","swashbuckles","swashbuckling","swashed","swasher","swashers","swashes","swashier","swashiest","swashing","swashings","swashwork","swashworks","swashy","swastica","swasticas","swastika","swastikas","swat","swatch","swatchbook","swatchbooks","swatches","swath","swathable","swathe","swatheable","swathed","swather","swathers","swathes","swathier","swathiest","swathing","swaths","swathy","swats","swatted","swatter","swattered","swattering","swatters","swattier","swattiest","swatting","swattings","swatty","sway","swayable","swayback","swaybacked","swaybacks","swayed","swayer","swayers","swayful","swaying","swayings","swayl","swayled","swayling","swaylings","swayls","sways","swazzle","swazzles","sweal","swealed","swealing","swealings","sweals","swear","sweard","sweards","swearer","swearers","swearier","sweariest","swearing","swearings","swears","swearword","swearwords","sweary","sweat","sweatband","sweatbands","sweatbox","sweatboxes","sweated","sweater","sweaterdress","sweaterdresses","sweaters","sweatier","sweatiest","sweatily","sweatiness","sweatinesses","sweating","sweatings","sweatless","sweatpants","sweats","sweatshirt","sweatshirts","sweatshop","sweatshops","sweatsuit","sweatsuits","sweaty","swede","swedes","swedger","swedgers","swee","sweed","sweeing","sweel","sweeled","sweeling","sweels","sweeney","sweeneys","sweenies","sweeny","sweep","sweepback","sweepbacks","sweeper","sweepers","sweepier","sweepiest","sweeping","sweepingly","sweepingness","sweepingnesses","sweepings","sweeps","sweepstake","sweepstakes","sweepy","sweer","sweered","sweering","sweers","sweert","swees","sweet","sweetbread","sweetbreads","sweetbriar","sweetbriars","sweetbrier","sweetbriers","sweetcorn","sweetcorns","sweeted","sweeten","sweetened","sweetener","sweeteners","sweetening","sweetenings","sweetens","sweeter","sweetest","sweetfish","sweetfishes","sweetheart","sweethearted","sweethearting","sweethearts","sweetie","sweeties","sweetiewife","sweetiewives","sweeting","sweetings","sweetish","sweetishly","sweetishness","sweetishnesses","sweetlip","sweetlips","sweetly","sweetman","sweetmeal","sweetmeat","sweetmeats","sweetmen","sweetness","sweetnesses","sweets","sweetshop","sweetshops","sweetsop","sweetsops","sweetveld","sweetvelds","sweetwater","sweetwaters","sweetwood","sweetwoods","sweety","sweir","sweired","sweirer","sweirest","sweiring","sweirness","sweirnesses","sweirs","sweirt","swelchie","swelchies","swell","swelldom","swelldoms","swelled","sweller","swellers","swellest","swellfish","swellfishes","swellhead","swellheaded","swellheadedness","swellheadednesses","swellheads","swelling","swellingly","swellings","swellish","swells","swelt","swelted","swelter","sweltered","sweltering","swelteringly","swelterings","swelters","swelting","sweltrier","sweltriest","sweltry","swelts","swept","sweptback","sweptwing","sweptwings","swerf","swerfed","swerfing","swerfs","swervable","swerve","swerved","swerveless","swerver","swervers","swerves","swerving","swervings","sweven","swevens","swey","sweyed","sweying","sweys","swidden","swiddens","swies","swift","swifted","swifter","swifters","swiftest","swiftie","swifties","swifting","swiftlet","swiftlets","swiftly","swiftness","swiftnesses","swifts","swifty","swig","swigged","swigger","swiggers","swigging","swigs","swiler","swilers","swill","swilled","swiller","swillers","swilling","swillings","swills","swim","swimfeeder","swimfeeders","swimmable","swimmer","swimmeret","swimmerets","swimmers","swimmier","swimmiest","swimmily","swimming","swimmingly","swimmingness","swimmingnesses","swimmings","swimmy","swims","swimsuit","swimsuits","swimwear","swimwears","swindge","swindged","swindges","swindging","swindle","swindled","swindler","swindlers","swindles","swindling","swindlings","swine","swineherd","swineherds","swinehood","swinehoods","swinelike","swinepox","swinepoxes","swineries","swinery","swines","swinestone","swinestones","swing","swingarm","swingarms","swingbeat","swingbeats","swingbin","swingbins","swingboat","swingboats","swingby","swingbys","swinge","swinged","swingeing","swingeingly","swinger","swingers","swinges","swingier","swingiest","swinging","swingingest","swingingly","swingings","swingism","swingisms","swingle","swingled","swingles","swingletree","swingletrees","swingling","swinglings","swingman","swingmen","swingometer","swingometers","swings","swingtail","swingtree","swingtrees","swingy","swinish","swinishly","swinishness","swinishnesses","swink","swinked","swinker","swinkers","swinking","swinks","swinney","swinneys","swipe","swiped","swiper","swipers","swipes","swipey","swipier","swipiest","swiping","swiple","swiples","swipple","swipples","swire","swires","swirl","swirled","swirlier","swirliest","swirling","swirlingly","swirls","swirly","swish","swished","swisher","swishers","swishes","swishest","swishier","swishiest","swishing","swishingly","swishings","swishy","swiss","swisses","swissing","swissings","switch","switchable","switchback","switchbacked","switchbacking","switchbacks","switchblade","switchblades","switchboard","switchboards","switched","switchel","switchels","switcher","switcheroo","switcheroos","switchers","switches","switchgear","switchgears","switchgirl","switchgirls","switchgrass","switchgrasses","switchier","switchiest","switching","switchings","switchlike","switchman","switchmen","switchover","switchovers","switchy","switchyard","switchyards","swith","swithe","swither","swithered","swithering","swithers","swithly","swits","switses","swive","swived","swivel","swivelblock","swivelblocks","swiveled","swiveling","swivelled","swivelling","swivels","swives","swivet","swivets","swiving","swiz","swizz","swizzed","swizzes","swizzing","swizzle","swizzled","swizzler","swizzlers","swizzles","swizzling","swob","swobbed","swobber","swobbers","swobbing","swobs","swoffer","swoffers","swoffing","swoffings","swollen","swollenly","swollenness","swollennesses","swoln","swoon","swooned","swooner","swooners","swoonier","swooniest","swooning","swooningly","swoonings","swoons","swoony","swoop","swooped","swooper","swoopers","swoopier","swoopiest","swooping","swoops","swoopstake","swoopy","swoosh","swooshed","swooshes","swooshing","swop","swopped","swopper","swoppers","swopping","swoppings","swops","swopt","sword","swordbearer","swordbearers","swordbill","swordbills","swordcraft","swordcrafts","sworded","sworder","sworders","swordfish","swordfishes","swording","swordless","swordlike","swordman","swordmen","swordplay","swordplayer","swordplayers","swordplays","swordproof","swords","swordsman","swordsmanship","swordsmanships","swordsmen","swordstick","swordsticks","swordtail","swordtails","swore","sworn","swot","swots","swotted","swotter","swotters","swottier","swottiest","swotting","swottings","swotty","swoun","swound","swounded","swounding","swounds","swoune","swouned","swounes","swouning","swouns","swownd","swownds","swowne","swownes","swozzle","swozzles","swum","swung","swy","sybarite","sybarites","sybaritic","sybaritical","sybaritically","sybaritish","sybaritism","sybaritisms","sybbe","sybbes","sybil","sybils","sybo","syboe","syboes","sybotic","sybotism","sybotisms","sybow","sybows","sycamine","sycamines","sycamore","sycamores","syce","sycee","sycees","syces","sycomore","sycomores","syconia","syconium","sycophancies","sycophancy","sycophant","sycophantic","sycophantical","sycophantically","sycophantise","sycophantised","sycophantises","sycophantish","sycophantishly","sycophantising","sycophantism","sycophantisms","sycophantize","sycophantized","sycophantizes","sycophantizing","sycophantly","sycophantries","sycophantry","sycophants","sycoses","sycosis","sye","syed","syeing","syen","syenite","syenites","syenitic","syens","syes","syke","syker","sykes","syli","sylis","syllabaria","syllabaries","syllabarium","syllabary","syllabi","syllabic","syllabical","syllabically","syllabicate","syllabicated","syllabicates","syllabicating","syllabication","syllabications","syllabicities","syllabicity","syllabics","syllabification","syllabifications","syllabified","syllabifies","syllabify","syllabifying","syllabise","syllabised","syllabises","syllabising","syllabism","syllabisms","syllabize","syllabized","syllabizes","syllabizing","syllable","syllabled","syllables","syllabling","syllabogram","syllabograms","syllabographies","syllabography","syllabub","syllabubs","syllabus","syllabuses","syllepses","syllepsis","sylleptic","sylleptical","sylleptically","sylloge","sylloges","syllogisation","syllogisations","syllogise","syllogised","syllogiser","syllogisers","syllogises","syllogising","syllogism","syllogisms","syllogist","syllogistic","syllogistical","syllogistically","syllogistics","syllogists","syllogization","syllogizations","syllogize","syllogized","syllogizer","syllogizers","syllogizes","syllogizing","sylph","sylphic","sylphid","sylphide","sylphides","sylphidine","sylphids","sylphier","sylphiest","sylphine","sylphish","sylphlike","sylphs","sylphy","sylva","sylvae","sylvan","sylvaner","sylvaners","sylvanite","sylvanites","sylvans","sylvas","sylvatic","sylvestral","sylvestrian","sylvia","sylvias","sylvicultural","sylviculture","sylvicultures","sylviine","sylvin","sylvine","sylvines","sylvinite","sylvinites","sylvins","sylvite","sylvites","symar","symars","symbion","symbions","symbiont","symbiontic","symbiontically","symbionts","symbioses","symbiosis","symbiot","symbiote","symbiotes","symbiotic","symbiotical","symbiotically","symbiots","symbol","symbole","symboled","symboles","symbolic","symbolical","symbolically","symbolicalness","symbolics","symboling","symbolisation","symbolisations","symbolise","symbolised","symboliser","symbolisers","symbolises","symbolising","symbolism","symbolisms","symbolist","symbolistic","symbolistical","symbolistically","symbolists","symbolization","symbolizations","symbolize","symbolized","symbolizer","symbolizers","symbolizes","symbolizing","symbolled","symbolling","symbological","symbologies","symbologist","symbologists","symbolographies","symbolography","symbology","symbololatries","symbololatry","symbolologies","symbolology","symbols","symitar","symitare","symitares","symitars","symmetalism","symmetalisms","symmetallic","symmetallism","symmetallisms","symmetral","symmetrian","symmetrians","symmetric","symmetrical","symmetrically","symmetricalness","symmetricalnesses","symmetries","symmetrisation","symmetrisations","symmetrise","symmetrised","symmetrises","symmetrising","symmetrization","symmetrizations","symmetrize","symmetrized","symmetrizes","symmetrizing","symmetrophobia","symmetrophobias","symmetry","sympathectomies","sympathectomized","sympathectomy","sympathetic","sympathetical","sympathetically","sympathetics","sympathies","sympathin","sympathins","sympathique","sympathise","sympathised","sympathiser","sympathisers","sympathises","sympathising","sympathize","sympathized","sympathizer","sympathizers","sympathizes","sympathizing","sympatholytic","sympatholytics","sympathomimetic","sympathomimetics","sympathy","sympatico","sympatric","sympatrically","sympatries","sympatry","sympetalies","sympetalous","sympetaly","symphile","symphiles","symphilies","symphilism","symphilisms","symphilous","symphily","symphonic","symphonically","symphonies","symphonion","symphonions","symphonious","symphoniously","symphonist","symphonists","symphony","symphylous","symphyseal","symphyseotomies","symphyseotomy","symphyses","symphysial","symphysiotomies","symphysiotomy","symphysis","symphystic","symphytic","sympiesometer","sympiesometers","symplast","symplastic","symplasts","symploce","symploces","sympodia","sympodial","sympodially","sympodium","symposia","symposiac","symposiacs","symposial","symposiarch","symposiarchs","symposiast","symposiasts","symposium","symposiums","symptom","symptomatic","symptomatical","symptomatically","symptomatise","symptomatised","symptomatises","symptomatising","symptomatize","symptomatized","symptomatizes","symptomatizing","symptomatologic","symptomatological","symptomatologically","symptomatologies","symptomatology","symptomless","symptomological","symptomologies","symptomology","symptoms","symptoses","symptosis","symptotic","syn","synadelphite","synadelphites","synaereses","synaeresis","synaestheses","synaesthesia","synaesthesias","synaesthesis","synaesthetic","synagog","synagogal","synagogical","synagogs","synagogue","synagogues","synalepha","synalephas","synallagmatic","synaloepha","synaloephas","synandria","synandrium","synandrous","synangia","synangium","synanon","synanons","synantherous","synantheses","synanthesis","synanthetic","synanthic","synanthies","synanthous","synanthy","synaphea","synapheas","synapheia","synapheias","synaposematic","synaposematism","synaposematisms","synapse","synapsed","synapses","synapsid","synapsids","synapsing","synapsis","synaptase","synaptases","synapte","synaptes","synaptic","synaptical","synaptically","synaptosomal","synaptosome","synaptosomes","synarchies","synarchy","synarthrodial","synarthrodially","synarthroses","synarthrosis","synastries","synastry","synaxaria","synaxarion","synaxes","synaxis","sync","syncarp","syncarpies","syncarpous","syncarps","syncarpy","syncategorematic","syncategorematically","synced","synch","synched","synching","synchondroses","synchondrosis","synchoreses","synchoresis","synchro","synchrocyclotron","synchrocyclotrons","synchroflash","synchroflashes","synchromesh","synchromeshes","synchronal","synchroneities","synchroneity","synchronic","synchronical","synchronically","synchronicities","synchronicity","synchronies","synchronisation","synchronisations","synchronise","synchronised","synchroniser","synchronisers","synchronises","synchronising","synchronism","synchronisms","synchronistic","synchronistical","synchronization","synchronizations","synchronize","synchronized","synchronizer","synchronizers","synchronizes","synchronizing","synchronologies","synchronology","synchronoscope","synchronoscopes","synchronous","synchronously","synchronousness","synchronousnesses","synchrony","synchros","synchroscope","synchroscopes","synchrotron","synchrotrons","synchs","synchyses","synchysis","syncing","synclastic","synclinal","synclinals","syncline","synclines","synclinoria","synclinorium","syncom","syncoms","syncopal","syncopate","syncopated","syncopates","syncopating","syncopation","syncopations","syncopative","syncopator","syncopators","syncope","syncopes","syncopic","syncoptic","syncretic","syncretisation","syncretisations","syncretise","syncretised","syncretises","syncretising","syncretism","syncretisms","syncretist","syncretistic","syncretists","syncretization","syncretizations","syncretize","syncretized","syncretizes","syncretizing","syncs","syncytia","syncytial","syncytium","synd","syndactyl","syndactylies","syndactylism","syndactylisms","syndactylous","syndactyls","syndactyly","synded","syndereses","synderesis","syndeses","syndesis","syndesises","syndesmoses","syndesmosis","syndesmotic","syndet","syndetic","syndetical","syndetically","syndeton","syndetons","syndets","syndic","syndical","syndicalism","syndicalisms","syndicalist","syndicalistic","syndicalists","syndicate","syndicated","syndicates","syndicating","syndication","syndications","syndicator","syndicators","syndics","syndicship","syndicships","synding","syndings","syndiotactic","syndrome","syndromes","syndromic","synds","syndyasmian","syne","synecdoche","synecdoches","synecdochic","synecdochical","synecdochically","synecdochism","synecdochisms","synechia","synechias","synecious","synecologic","synecological","synecologically","synecologies","synecologist","synecologists","synecology","synecphoneses","synecphonesis","synectic","synectically","synectics","syned","synedria","synedrial","synedrion","synedrium","syneideses","syneidesis","synereses","syneresis","synergetic","synergetically","synergia","synergias","synergic","synergically","synergid","synergids","synergies","synergise","synergised","synergises","synergising","synergism","synergisms","synergist","synergistic","synergistically","synergists","synergize","synergized","synergizes","synergizing","synergy","synes","syneses","synesis","synesises","synesthesia","synesthesias","synesthetic","synfuel","synfuels","syngamic","syngamies","syngamous","syngamy","syngas","syngases","syngasses","syngeneic","syngeneses","syngenesious","syngenesis","syngenetic","syngenic","syngnathous","syngraph","syngraphs","syning","synizeses","synizesis","synkarya","synkaryon","synkaryonic","synkaryons","synod","synodal","synodals","synodic","synodical","synodically","synods","synodsman","synodsmen","synoecete","synoecetes","synoecioses","synoeciosis","synoecious","synoecise","synoecised","synoecises","synoecising","synoecism","synoecisms","synoecize","synoecized","synoecizes","synoecizing","synoecologies","synoecology","synoekete","synoeketes","synoicous","synonym","synonymatic","synonyme","synonymes","synonymic","synonymical","synonymicon","synonymicons","synonymies","synonymise","synonymised","synonymises","synonymising","synonymist","synonymists","synonymities","synonymity","synonymize","synonymized","synonymizes","synonymizing","synonymous","synonymously","synonymousness","synonyms","synonymy","synopses","synopsis","synopsise","synopsised","synopsises","synopsising","synopsize","synopsized","synopsizes","synopsizing","synoptic","synoptical","synoptically","synoptics","synoptist","synoptistic","synoptists","synostoses","synostosis","synovia","synovial","synovially","synovias","synovitic","synovitis","synovitises","synroc","synrocs","synsepalous","syntactic","syntactical","syntactically","syntactics","syntagm","syntagma","syntagmas","syntagmata","syntagmatic","syntagmatite","syntagmatites","syntagmic","syntagms","syntan","syntans","syntax","syntaxes","syntectic","syntectical","syntenic","syntenies","syntenoses","syntenosis","synteny","syntereses","synteresis","syntexis","syntexises","synth","synthase","synthases","syntheses","synthesis","synthesisation","synthesisations","synthesise","synthesised","synthesiser","synthesisers","synthesises","synthesising","synthesist","synthesists","synthesization","synthesizations","synthesize","synthesized","synthesizer","synthesizers","synthesizes","synthesizing","synthespian","synthespians","synthetase","synthetases","synthetic","synthetical","synthetically","syntheticism","syntheticisms","synthetics","synthetisation","synthetisations","synthetise","synthetised","synthetiser","synthetisers","synthetises","synthetising","synthetism","synthetisms","synthetist","synthetists","synthetization","synthetizations","synthetize","synthetized","synthetizer","synthetizers","synthetizes","synthetizing","synthon","synthons","synthpop","synthpops","synthroni","synthronus","synths","syntonic","syntonically","syntonies","syntonin","syntonins","syntonise","syntonised","syntonises","syntonising","syntonize","syntonized","syntonizes","syntonizing","syntonous","syntony","synura","synurae","sype","syped","sypes","syph","sypher","syphered","syphering","sypherings","syphers","syphilis","syphilisation","syphilisations","syphilise","syphilised","syphilises","syphilising","syphilitic","syphilitically","syphilitics","syphilization","syphilizations","syphilize","syphilized","syphilizes","syphilizing","syphiloid","syphilologies","syphilologist","syphilologists","syphilology","syphiloma","syphilomas","syphilomata","syphilophobia","syphilophobias","syphon","syphoned","syphoning","syphons","syphs","syping","syrah","syrahs","syren","syrens","syrette","syrettes","syringa","syringas","syringe","syringeal","syringed","syringes","syringing","syringitis","syringitises","syringomyelia","syringomyelias","syringomyelic","syringotomies","syringotomy","syrinx","syrinxes","syrphian","syrphians","syrphid","syrphids","syrtes","syrtis","syrup","syruped","syrupier","syrupiest","syruping","syruplike","syrups","syrupy","sysadmin","sysadmins","sysop","sysops","syssarcoses","syssarcosis","syssarcotic","syssitia","syssitias","systaltic","system","systematic","systematical","systematically","systematician","systematicians","systematicness","systematicnesses","systematics","systematisation","systematise","systematised","systematiser","systematisers","systematises","systematising","systematism","systematisms","systematist","systematists","systematization","systematizations","systematize","systematized","systematizer","systematizers","systematizes","systematizing","systematologies","systematology","systemed","systemic","systemically","systemics","systemisation","systemisations","systemise","systemised","systemiser","systemisers","systemises","systemising","systemization","systemizations","systemize","systemized","systemizer","systemizers","systemizes","systemizing","systemless","systems","systole","systoles","systolic","systyle","systyles","sythe","sythes","syver","syvers","syzygal","syzygetic","syzygetically","syzygial","syzygies","syzygy","ta","taal","taals","taata","taatas","tab","tabanid","tabanids","tabard","tabarded","tabards","tabaret","tabarets","tabasheer","tabasheers","tabashir","tabashirs","tabbed","tabbied","tabbies","tabbinet","tabbinets","tabbing","tabbis","tabbises","tabbouleh","tabboulehs","tabbouli","tabboulis","tabby","tabbyhood","tabbyhoods","tabbying","tabefaction","tabefactions","tabefied","tabefies","tabefy","tabefying","tabellion","tabellions","taber","taberd","taberdar","taberdars","taberds","tabered","tabering","tabernacle","tabernacled","tabernacles","tabernacling","tabernacular","tabers","tabes","tabescence","tabescences","tabescent","tabetic","tabetics","tabi","tabid","tabinet","tabinets","tabla","tablanette","tablanettes","tablas","tablature","tablatures","table","tableau","tableaus","tableaux","tablecloth","tablecloths","tabled","tableful","tablefuls","tableland","tablelands","tableless","tablemate","tablemates","tables","tablesful","tablespoon","tablespoonful","tablespoonfuls","tablespoons","tablespoonsful","tablet","tableted","tableting","tabletop","tabletops","tablets","tabletted","tabletting","tableware","tablewares","tablewise","tablier","tabliers","tabling","tablings","tabloid","tabloids","tabloidy","taboggan","tabogganed","tabogganing","taboggans","taboo","tabooed","tabooing","tabooley","tabooleys","taboos","tabopareses","taboparesis","tabor","tabored","taborer","taborers","taboret","taborets","taborin","taborine","taborines","taboring","taborins","tabors","tabouleh","taboulehs","tabouli","taboulis","tabour","taboured","tabourer","tabourers","tabouret","tabourets","tabourin","tabouring","tabourins","tabours","tabrere","tabreres","tabret","tabrets","tabs","tabu","tabued","tabuing","tabula","tabulable","tabulae","tabular","tabularisation","tabularisations","tabularise","tabularised","tabularises","tabularising","tabularization","tabularizations","tabularize","tabularized","tabularizes","tabularizing","tabularly","tabulate","tabulated","tabulates","tabulating","tabulation","tabulations","tabulator","tabulators","tabulatory","tabuli","tabulis","tabun","tabuns","tabus","tacahout","tacahouts","tacamahac","tacamahacs","tacan","tacans","tace","taces","tacet","tach","tache","tacheometer","tacheometers","tacheometric","tacheometrical","tacheometries","tacheometry","taches","tachina","tachinid","tachinids","tachism","tachisme","tachismes","tachisms","tachist","tachiste","tachistes","tachistoscope","tachistoscopes","tachistoscopic","tachistoscopically","tachists","tacho","tachogram","tachograms","tachograph","tachographs","tachometer","tachometers","tachometric","tachometrical","tachometrically","tachometries","tachometry","tachos","tachs","tachyarrhythmia","tachyarrhythmias","tachycardia","tachycardiac","tachycardias","tachygraph","tachygrapher","tachygraphers","tachygraphic","tachygraphical","tachygraphies","tachygraphist","tachygraphists","tachygraphs","tachygraphy","tachylite","tachylites","tachylitic","tachylyte","tachylytes","tachylytic","tachymeter","tachymeters","tachymetric","tachymetrical","tachymetrically","tachymetries","tachymetry","tachyon","tachyonic","tachyons","tachyphasia","tachyphasias","tachyphrasia","tachyphrasias","tachyphylaxes","tachyphylaxis","tachypnea","tachypneas","tachypnoea","tachypnoeas","tacit","tacitly","tacitness","tacitnesses","taciturn","taciturnities","taciturnity","taciturnly","tack","tackboard","tackboards","tacked","tacker","tackers","tacket","tackets","tackety","tackey","tackier","tackies","tackiest","tackified","tackifier","tackifiers","tackifies","tackify","tackifying","tackily","tackiness","tackinesses","tacking","tackings","tackle","tackled","tackler","tacklers","tackles","tackless","tackling","tacklings","tacks","tacksman","tacksmen","tacky","tacmahack","tacmahacks","tacnode","tacnodes","taco","taconite","taconites","tacos","tacrine","tacrines","tact","tactful","tactfully","tactfulness","tactfulnesses","tactic","tactical","tactically","tactician","tacticians","tacticities","tacticity","tactics","tactile","tactilely","tactilist","tactilists","tactilities","tactility","taction","tactions","tactism","tactisms","tactless","tactlessly","tactlessness","tactlessnesses","tacts","tactual","tactualities","tactuality","tactually","tad","taddie","taddies","tadpole","tadpoles","tads","tae","taed","taedium","taediums","taeing","taekwondo","taekwondos","tael","taels","taenia","taeniacide","taeniacides","taeniae","taeniafuge","taeniafuges","taenias","taeniases","taeniasis","taeniate","taenioid","taes","taffarel","taffarels","tafferel","tafferels","taffeta","taffetas","taffetases","taffetized","taffety","taffia","taffias","taffies","taffrail","taffrails","taffy","tafia","tafias","tag","tagalong","tagalongs","tagareen","tagareens","tagboard","tagboards","tagetes","taggant","taggants","tagged","taggee","taggees","tagger","taggers","taggier","taggiest","tagging","taggings","taggy","taghairm","taghairms","tagine","tagines","tagless","tagliarini","tagliarinis","tagliatelle","tagliatelles","taglike","tagline","taglines","taglioni","taglionis","tagma","tagmata","tagmeme","tagmemes","tagmemic","tagmemics","tagrag","tagrags","tags","taguan","taguans","taha","tahas","tahina","tahinas","tahini","tahinis","tahr","tahrs","tahsil","tahsildar","tahsildars","tahsils","tai","taiaha","taiahas","taig","taiga","taigas","taiglach","taigle","taigled","taigles","taigling","taigs","taihoa","taiko","taikonaut","taikonauts","taikos","tail","tailard","tailards","tailback","tailbacks","tailboard","tailboards","tailbone","tailbones","tailcoat","tailcoated","tailcoats","tailed","tailender","tailenders","tailer","taileron","tailerons","tailers","tailfan","tailfans","tailfin","tailfins","tailflies","tailfly","tailgate","tailgated","tailgater","tailgaters","tailgates","tailgating","tailing","tailings","taillamp","taillamps","taille","tailles","tailless","taillessly","taillessness","taillessnesses","tailleur","tailleurs","taillie","taillies","taillight","taillights","taillike","tailor","tailorbird","tailorbirds","tailored","tailoress","tailoresses","tailoring","tailorings","tailormade","tailormake","tailormakes","tailormaking","tailors","tailpiece","tailpieces","tailpipe","tailpiped","tailpipes","tailpiping","tailplane","tailplanes","tailrace","tailraces","tails","tailskid","tailskids","tailslide","tailslides","tailspin","tailspinned","tailspinning","tailspins","tailstock","tailstocks","tailwater","tailwaters","tailwheel","tailwheels","tailwind","tailwinds","tailye","tailyes","tailzie","tailzies","tain","tains","taint","tainted","tainting","taintless","taintlessly","taints","tainture","taintures","taipan","taipans","taira","tairas","tais","taisch","taisches","taish","taishes","tait","taits","taiver","taivered","taivering","taivers","taivert","taj","tajes","tajine","tajines","tak","taka","takable","takahe","takahes","takamaka","takamakas","takas","take","takeable","takeaway","takeaways","takedown","takedowns","taken","takeoff","takeoffs","takeout","takeouts","takeover","takeovers","taker","takers","takes","takeup","takeups","takhi","takhis","taki","takier","takiest","takin","taking","takingly","takingness","takingnesses","takings","takins","takis","takkies","taks","taky","tala","talak","talaks","talant","talants","talapoin","talapoins","talaq","talaqs","talar","talaria","talars","talas","talaunt","talaunts","talayot","talayots","talbot","talbots","talbotype","talbotypes","talc","talced","talcier","talciest","talcing","talcked","talckier","talckiest","talcking","talcky","talcose","talcous","talcs","talcum","talcums","talcy","tale","talea","taleae","talebearer","talebearers","talebearing","talebearings","taleful","talegalla","talegallas","taleggio","taleggios","talent","talented","talentless","talents","taler","talers","tales","talesman","talesmen","taleysim","tali","taligrade","talion","talionic","talions","talipat","talipats","taliped","talipeds","talipes","talipot","talipots","talisman","talismanic","talismanical","talismanically","talismans","talk","talkabilities","talkability","talkable","talkathon","talkathons","talkative","talkatively","talkativeness","talkativenesses","talkback","talkbacks","talkbox","talkboxes","talked","talker","talkers","talkfest","talkfests","talkie","talkier","talkies","talkiest","talkiness","talkinesses","talking","talkings","talks","talktime","talktimes","talky","tall","tallage","tallaged","tallages","tallaging","tallaisim","tallat","tallats","tallboy","tallboys","tallent","tallents","taller","tallest","tallet","tallets","tallgrass","tallgrasses","talliable","talliate","talliated","talliates","talliating","tallied","tallier","talliers","tallies","tallis","tallises","tallish","tallisim","tallit","tallites","tallith","tallithes","tallithim","talliths","tallitim","tallitot","tallitoth","tallits","tallness","tallnesses","tallol","tallols","tallot","tallots","tallow","tallowed","tallowing","tallowish","tallows","tallowy","talls","tally","tallyho","tallyhoed","tallyhoing","tallyhos","tallying","tallyman","tallymen","tallyshop","tallyshops","tallywoman","tallywomen","talma","talmas","talmud","talmudic","talmudism","talmudisms","talmuds","talon","taloned","talons","talooka","talookas","talpa","talpae","talpas","taluk","taluka","talukas","talukdar","talukdars","taluks","talus","taluses","talweg","talwegs","tam","tamabilities","tamability","tamable","tamableness","tamablenesses","tamal","tamale","tamales","tamals","tamandu","tamandua","tamanduas","tamandus","tamanoir","tamanoirs","tamanu","tamanus","tamara","tamarack","tamaracks","tamarao","tamaraos","tamaras","tamarau","tamaraus","tamari","tamarillo","tamarillos","tamarin","tamarind","tamarinds","tamarins","tamaris","tamarisk","tamarisks","tamasha","tamashas","tambac","tambacs","tambak","tambaks","tambala","tambalas","tamber","tambers","tambour","tamboura","tambouras","tamboured","tambourer","tambourers","tambourin","tambourine","tambourines","tambouring","tambourinist","tambourinists","tambourins","tambours","tambur","tambura","tamburas","tamburin","tamburins","tamburs","tame","tameabilities","tameability","tameable","tameableness","tameablenesses","tamed","tamein","tameins","tameless","tamelessness","tamelessnesses","tamely","tameness","tamenesses","tamer","tamers","tames","tamest","tamin","tamine","tamines","taming","tamings","tamins","tamis","tamise","tamises","tammar","tammars","tammie","tammied","tammies","tammy","tammying","tamoxifen","tamoxifens","tamp","tampala","tampalas","tampan","tampans","tamped","tamper","tampered","tamperer","tamperers","tampering","tamperings","tamperproof","tampers","tamping","tampings","tampion","tampions","tampon","tamponade","tamponades","tamponage","tamponages","tamponed","tamponing","tampons","tamps","tams","tamworth","tamworths","tan","tana","tanadar","tanadars","tanager","tanagers","tanagra","tanagras","tanagrine","tanalised","tanalized","tanas","tanbark","tanbarks","tandem","tandems","tandemwise","tandoor","tandoori","tandooris","tandoors","tane","tang","tanga","tangas","tanged","tangelo","tangelos","tangence","tangences","tangencies","tangency","tangent","tangental","tangentally","tangential","tangentialities","tangentiality","tangentially","tangents","tangerine","tangerines","tanghin","tanghinin","tanghinins","tanghins","tangi","tangibilities","tangibility","tangible","tangibleness","tangiblenesses","tangibles","tangibly","tangie","tangier","tangies","tangiest","tanginess","tanginesses","tanging","tangis","tangle","tangled","tanglefoot","tanglefoots","tanglement","tanglements","tangler","tanglers","tangles","tanglesome","tangleweed","tangleweeds","tanglier","tangliest","tangling","tanglingly","tanglings","tangly","tango","tangoed","tangoing","tangoist","tangoists","tangolike","tangos","tangram","tangrams","tangs","tangun","tanguns","tangy","tanh","tanhs","tanist","tanistries","tanistry","tanists","taniwha","taniwhas","tank","tanka","tankage","tankages","tankard","tankards","tankas","tankbuster","tankbusters","tankbusting","tankbustings","tanked","tanker","tankers","tankful","tankfuls","tankia","tankias","tankies","tanking","tankings","tankini","tankinis","tankless","tanklike","tanks","tankship","tankships","tanky","tanling","tanlings","tanna","tannable","tannage","tannages","tannah","tannahs","tannas","tannate","tannates","tanned","tanner","tanneries","tanners","tannery","tannest","tannic","tannie","tannies","tannin","tanning","tannings","tannins","tannish","tannoy","tannoyed","tannoying","tannoys","tanorexic","tanorexics","tanrec","tanrecs","tans","tansies","tansy","tantalate","tantalates","tantalic","tantalisation","tantalisations","tantalise","tantalised","tantaliser","tantalisers","tantalises","tantalising","tantalisingly","tantalisings","tantalism","tantalisms","tantalite","tantalites","tantalization","tantalizations","tantalize","tantalized","tantalizer","tantalizers","tantalizes","tantalizing","tantalizingly","tantalizings","tantalous","tantalum","tantalums","tantalus","tantaluses","tantamount","tantara","tantarara","tantararas","tantaras","tanti","tantivies","tantivy","tanto","tantonies","tantony","tantra","tantras","tantric","tantrism","tantrisms","tantrum","tantrums","tanuki","tanukis","tanyard","tanyards","tanzanite","tanzanites","tao","taonga","taongas","taos","tap","tapa","tapacolo","tapacolos","tapaculo","tapaculos","tapadera","tapaderas","tapadero","tapaderos","tapalo","tapalos","tapas","tape","tapeable","taped","tapeless","tapelike","tapeline","tapelines","tapen","tapenade","tapenades","taper","tapered","taperer","taperers","tapering","taperingly","taperings","taperness","tapernesses","tapers","taperstick","tapersticks","taperwise","tapes","tapescript","tapescripts","tapestried","tapestries","tapestry","tapestrying","tapet","tapeta","tapetal","tapeti","tapetis","tapets","tapetum","tapeworm","tapeworms","taphephobia","taphephobias","taphephobic","taphole","tapholes","taphonomic","taphonomical","taphonomies","taphonomist","taphonomists","taphonomy","taphophobia","taphophobias","taphouse","taphouses","taphrogeneses","taphrogenesis","taping","tapioca","tapiocas","tapir","tapiroid","tapirs","tapis","tapises","tapist","tapists","taplash","taplashes","tapotement","tapotements","tappa","tappable","tappas","tapped","tapper","tappers","tappet","tappets","tappice","tappiced","tappices","tappicing","tapping","tappings","tappit","taproom","taprooms","taproot","taprooted","taproots","taps","tapsalteerie","tapsalteeries","tapsieteerie","tapsieteeries","tapsman","tapsmen","tapster","tapsters","tapstress","tapstresses","tapstry","tapu","tapued","tapuing","tapus","taqueria","taquerias","tar","tara","taradiddle","taradiddles","taraire","taraires","tarakihi","tarakihis","tarama","taramas","taramasalata","taramasalatas","taramea","tarameas","tarand","tarands","tarantara","tarantaraed","tarantaraing","tarantaras","tarantas","tarantases","tarantass","tarantasses","tarantella","tarantellas","tarantism","tarantisms","tarantist","tarantists","tarantula","tarantulae","tarantulas","taras","taratantara","taratantaraed","taratantaraing","taratantaras","taraxacum","taraxacums","tarboggin","tarboggined","tarboggining","tarboggins","tarboosh","tarbooshes","tarbouche","tarbouches","tarboush","tarboushes","tarboy","tarboys","tarbush","tarbushes","tarcel","tarcels","tardied","tardier","tardies","tardiest","tardigrade","tardigrades","tardily","tardiness","tardinesses","tardive","tardo","tardy","tardying","tardyon","tardyons","tare","tared","tares","targa","targe","targed","targes","target","targetable","targeted","targeteer","targeteers","targeting","targetitis","targetitises","targetless","targets","targing","tariff","tariffed","tariffication","tariffications","tariffing","tariffless","tariffs","taring","tarings","tarlatan","tarlatans","tarletan","tarletans","tarmac","tarmacadam","tarmacadams","tarmacked","tarmacking","tarmacs","tarn","tarnal","tarnally","tarnation","tarnations","tarnish","tarnishable","tarnished","tarnisher","tarnishers","tarnishes","tarnishing","tarns","taro","taroc","tarocs","tarok","taroks","taros","tarot","tarots","tarp","tarpan","tarpans","tarpaper","tarpapers","tarpaulin","tarpauling","tarpaulings","tarpaulins","tarpon","tarpons","tarps","tarradiddle","tarradiddles","tarragon","tarragons","tarras","tarrases","tarre","tarred","tarres","tarriance","tarriances","tarried","tarrier","tarriers","tarries","tarriest","tarriness","tarrinesses","tarring","tarrings","tarrock","tarrocks","tarrow","tarrowed","tarrowing","tarrows","tarry","tarrying","tars","tarsal","tarsalgia","tarsalgias","tarsals","tarseal","tarseals","tarsel","tarsels","tarsi","tarsia","tarsias","tarsier","tarsiers","tarsioid","tarsiped","tarsipeds","tarsometatarsal","tarsometatarsi","tarsometatarsus","tarsus","tart","tartan","tartana","tartanalia","tartanalias","tartanas","tartane","tartaned","tartanes","tartanries","tartanry","tartans","tartar","tartare","tartareous","tartares","tartaric","tartarisation","tartarisations","tartarise","tartarised","tartarises","tartarising","tartarization","tartarizations","tartarize","tartarized","tartarizes","tartarizing","tartarly","tartarous","tartars","tarted","tarter","tartest","tartier","tartiest","tartily","tartine","tartines","tartiness","tartinesses","tarting","tartish","tartishly","tartlet","tartlets","tartly","tartness","tartnesses","tartrate","tartrated","tartrates","tartrazine","tartrazines","tarts","tartufe","tartufes","tartuffe","tartuffes","tartufo","tartufos","tarty","tarweed","tarweeds","tarwhine","tarwhines","tarzan","tarzans","tas","tasar","tasars","tasbih","tasbihs","taseometer","taseometers","taser","tasered","tasering","tasers","tash","tashed","tashes","tashing","tasimeter","tasimeters","tasimetric","tasimetries","tasimetry","task","taskbar","taskbars","tasked","tasker","taskers","tasking","taskings","taskless","taskmaster","taskmasters","taskmistress","taskmistresses","tasks","taskwork","taskworks","taslet","taslets","tass","tasse","tassel","tasseled","tasseling","tassell","tasselled","tasselling","tassellings","tassells","tasselly","tassels","tasses","tasset","tassets","tassie","tassies","tastable","taste","tasteable","tasted","tasteful","tastefully","tastefulness","tastefulnesses","tasteless","tastelessly","tastelessness","tastelessnesses","tastemaker","tastemakers","taster","tasters","tastes","tastevin","tastevins","tastier","tastiest","tastily","tastiness","tastinesses","tasting","tastings","tasty","tat","tatahash","tatahashes","tatami","tatamis","tatar","tatars","tate","tater","taters","tates","tath","tathed","tathing","taths","tatie","taties","tatler","tatlers","tatou","tatouay","tatouays","tatous","tatpurusha","tatpurushas","tats","tatsoi","tatsois","tatt","tatted","tatter","tatterdemalion","tatterdemalions","tatterdemallion","tattered","tattering","tatters","tattersall","tattersalls","tattery","tattie","tattier","tatties","tattiest","tattily","tattiness","tattinesses","tatting","tattings","tattle","tattled","tattler","tattlers","tattles","tattletale","tattletaled","tattletales","tattletaling","tattling","tattlingly","tattlings","tattoo","tattooed","tattooer","tattooers","tattooing","tattooist","tattooists","tattoos","tattow","tattowed","tattowing","tattows","tatts","tatty","tatu","tatued","tatuing","tatus","tau","taube","taubes","taught","tauhinu","tauhinus","tauhou","tauhous","tauiwi","tauiwis","tauld","taunt","taunted","taunter","taunters","taunting","tauntingly","tauntings","taunts","tauon","tauons","taupata","taupatas","taupe","taupes","taupie","taupies","taurean","tauric","tauriform","taurine","taurines","taurobolia","taurobolium","tauromachian","tauromachies","tauromachy","tauromorphous","taus","taut","tautaug","tautaugs","tauted","tauten","tautened","tautening","tautens","tauter","tautest","tauting","tautit","tautly","tautness","tautnesses","tautochrone","tautochrones","tautochronism","tautochronisms","tautochronous","tautog","tautogs","tautologic","tautological","tautologically","tautologies","tautologise","tautologised","tautologises","tautologising","tautologism","tautologisms","tautologist","tautologists","tautologize","tautologized","tautologizes","tautologizing","tautologous","tautologously","tautology","tautomer","tautomeric","tautomerism","tautomerisms","tautomers","tautometric","tautometrical","tautonym","tautonymic","tautonymies","tautonymous","tautonyms","tautonymy","tautophonic","tautophonical","tautophonies","tautophony","tauts","tav","tava","tavah","tavahs","tavas","taver","tavered","tavering","tavern","taverna","tavernas","taverner","taverners","taverns","tavers","tavert","tavs","taw","tawa","tawai","tawais","tawas","tawdrier","tawdries","tawdriest","tawdrily","tawdriness","tawdrinesses","tawdry","tawed","tawer","taweries","tawers","tawery","tawhai","tawhais","tawheowheo","tawheowheos","tawhiri","tawhiris","tawie","tawier","tawiest","tawing","tawings","tawney","tawneys","tawnier","tawnies","tawniest","tawnily","tawniness","tawninesses","tawny","tawpie","tawpies","taws","tawse","tawsed","tawses","tawsing","tawt","tawted","tawtie","tawtier","tawtiest","tawting","tawts","tax","taxa","taxabilities","taxability","taxable","taxableness","taxablenesses","taxables","taxably","taxaceous","taxameter","taxameters","taxation","taxational","taxations","taxative","taxed","taxeme","taxemes","taxemic","taxer","taxers","taxes","taxi","taxiarch","taxiarchs","taxicab","taxicabs","taxidermal","taxidermic","taxidermies","taxidermise","taxidermised","taxidermises","taxidermising","taxidermist","taxidermists","taxidermize","taxidermized","taxidermizes","taxidermizing","taxidermy","taxied","taxies","taxiing","taximan","taximen","taximeter","taximeters","taxing","taxingly","taxings","taxiplane","taxiplanes","taxis","taxite","taxites","taxitic","taxiway","taxiways","taxless","taxman","taxmen","taxol","taxols","taxon","taxonomer","taxonomers","taxonomic","taxonomical","taxonomically","taxonomies","taxonomist","taxonomists","taxonomy","taxons","taxor","taxors","taxpaid","taxpayer","taxpayers","taxpaying","taxpayings","taxus","taxwise","taxying","tay","tayassuid","tayassuids","tayberries","tayberry","tayra","tayras","tays","tazza","tazzas","tazze","tchick","tchicked","tchicking","tchicks","tchotchke","tchotchkes","tchoukball","tchoukballs","te","tea","teabag","teabags","teaberries","teaberry","teaboard","teaboards","teabowl","teabowls","teabox","teaboxes","teabread","teabreads","teacake","teacakes","teacart","teacarts","teach","teachabilities","teachability","teachable","teachableness","teachablenesses","teachably","teacher","teacherless","teacherly","teachers","teachership","teacherships","teaches","teachie","teaching","teachings","teachless","teacup","teacupful","teacupfuls","teacups","teacupsful","tead","teade","teades","teads","teaed","teagle","teagled","teagles","teagling","teahouse","teahouses","teaing","teak","teakettle","teakettles","teaks","teakwood","teakwoods","teal","tealight","tealights","tealike","teals","team","teamaker","teamakers","teamed","teamer","teamers","teaming","teamings","teammate","teammates","teams","teamster","teamsters","teamwise","teamwork","teamworks","teapot","teapots","teapoy","teapoys","tear","tearable","tearaway","tearaways","teardown","teardowns","teardrop","teardrops","teared","tearer","tearers","tearful","tearfully","tearfulness","tearfulnesses","teargas","teargases","teargassed","teargasses","teargassing","tearier","teariest","tearily","teariness","tearinesses","tearing","tearjerker","tearjerkers","tearless","tearoom","tearooms","tears","tearsheet","tearsheets","tearstain","tearstained","tearstains","tearstrip","tearstrips","teary","teas","teasable","tease","teased","teasel","teaseled","teaseler","teaselers","teaseling","teaselings","teaselled","teaseller","teasellers","teaselling","teasellings","teasels","teaser","teasers","teases","teashop","teashops","teasing","teasingly","teasings","teaspoon","teaspoonful","teaspoonfuls","teaspoons","teaspoonsful","teat","teataster","teatasters","teated","teatime","teatimes","teats","teaware","teawares","teaze","teazed","teazel","teazeled","teazeling","teazelled","teazelling","teazels","teazes","teazing","teazle","teazled","teazles","teazling","tebbad","tebbads","tec","tech","teched","techie","techier","techies","techiest","techily","techiness","techinesses","technetium","technetiums","technetronic","technic","technical","technicalise","technicalised","technicalises","technicalising","technicalities","technicality","technicalization","technicalizations","technicalize","technicalized","technicalizes","technicalizing","technically","technicalness","technicalnesses","technicals","technician","technicians","technicise","technicised","technicises","technicising","technicism","technicisms","technicist","technicists","technicize","technicized","technicizes","technicizing","technicolour","technicoloured","technics","technikon","technikons","technique","techniques","techno","technobabble","technobabbles","technocracies","technocracy","technocrat","technocratic","technocrats","technofear","technofears","technographies","technography","technojunkie","technojunkies","technologic","technological","technologically","technologies","technologise","technologised","technologises","technologising","technologist","technologists","technologize","technologized","technologizes","technologizing","technology","technomania","technomaniac","technomaniacs","technomanias","technomusic","technomusics","technophile","technophiles","technophobe","technophobes","technophobia","technophobias","technophobic","technophobics","technopole","technopoles","technopolis","technopolises","technopolitan","technopolitans","technopop","technopops","technos","technospeak","technospeaks","technostress","technostresses","technostructure","technostructures","techs","techy","teckel","teckels","tecs","tecta","tectal","tectibranch","tectibranchiate","tectibranchs","tectiform","tectite","tectites","tectonic","tectonically","tectonics","tectonism","tectonisms","tectorial","tectrices","tectricial","tectrix","tectum","tectums","ted","tedded","tedder","teddered","teddering","tedders","teddie","teddies","tedding","teddy","tedier","tediest","tediosities","tediosity","tedious","tediously","tediousness","tediousnesses","tediousome","tedisome","tedium","tediums","teds","tedy","tee","teed","teeing","teek","teel","teels","teem","teemed","teemer","teemers","teemful","teeming","teemingly","teemingness","teemingnesses","teemless","teems","teen","teenage","teenaged","teenager","teenagers","teenages","teend","teended","teending","teends","teene","teened","teener","teeners","teenes","teenful","teenier","teeniest","teening","teens","teensier","teensiest","teensy","teentier","teentiest","teentsier","teentsiest","teentsy","teenty","teeny","teenybop","teenybopper","teenyboppers","teepee","teepees","teer","teered","teering","teers","tees","teeter","teeterboard","teeterboards","teetered","teetering","teeters","teeth","teethe","teethed","teether","teethers","teethes","teething","teethings","teethless","teethridge","teethridges","teetotal","teetotaled","teetotaler","teetotalers","teetotaling","teetotalism","teetotalisms","teetotalist","teetotalists","teetotalled","teetotaller","teetotallers","teetotalling","teetotally","teetotals","teetotum","teetotums","tef","teff","teffs","tefillah","tefillin","teflon","teflons","tefs","teg","tegg","teggs","tegmen","tegmenta","tegmental","tegmentum","tegmina","tegminal","tegs","tegu","tegua","teguas","teguexin","teguexins","tegula","tegulae","tegular","tegularly","tegulated","tegumen","tegument","tegumental","tegumentary","teguments","tegumina","tegus","tehr","tehrs","tehsil","tehsildar","tehsildars","tehsils","teichopsia","teichopsias","teiglach","teiid","teiids","teil","teils","tein","teind","teinded","teinding","teinds","teinoscope","teinoscopes","teins","tekkie","tekkies","teknonymies","teknonymous","teknonymy","tektite","tektites","tektitic","tel","tela","telae","telaesthesia","telaesthesias","telaesthetic","telamon","telamones","telamons","telangiectases","telangiectasia","telangiectasias","telangiectasis","telangiectatic","telary","telautographic","telautographies","telautography","telco","telcos","teld","tele","telearchics","telebanking","telebankings","telebridge","telebridges","telecamera","telecameras","telecast","telecasted","telecaster","telecasters","telecasting","telecasts","telechir","telechiric","telechirs","telecine","telecines","telecom","telecommand","telecommands","telecommunication","telecommunications","telecommute","telecommuted","telecommuter","telecommuters","telecommutes","telecommuting","telecommutings","telecoms","teleconference","teleconferenced","teleconferences","teleconferencing","teleconferencings","teleconnection","teleconnections","telecontrol","telecontrols","teleconverter","teleconverters","telecottage","telecottages","telecottaging","telecottagings","telecourse","telecourses","teledildonics","teledu","teledus","telefacsimile","telefacsimiles","telefax","telefaxed","telefaxes","telefaxing","teleferique","teleferiques","telefilm","telefilms","telega","telegas","telegenic","telegenically","telegnoses","telegnosis","telegnostic","telegonic","telegonies","telegonous","telegony","telegram","telegrammatic","telegrammed","telegrammic","telegramming","telegrams","telegraph","telegraphed","telegrapher","telegraphers","telegraphese","telegrapheses","telegraphic","telegraphically","telegraphies","telegraphing","telegraphist","telegraphists","telegraphs","telegraphy","telehealth","telehealths","telejournalism","telejournalisms","telejournalist","telejournalists","telekineses","telekinesis","telekinetic","telekinetically","teleman","telemark","telemarked","telemarketer","telemarketers","telemarketing","telemarketings","telemarking","telemarks","telematic","telematics","telemedicine","telemedicines","telemen","telemeter","telemetered","telemetering","telemeters","telemetric","telemetrical","telemetrically","telemetries","telemetry","telencephala","telencephalic","telencephalon","telencephalons","teleologic","teleological","teleologically","teleologies","teleologism","teleologisms","teleologist","teleologists","teleology","teleonomic","teleonomies","teleonomy","teleosaur","teleosaurian","teleosaurians","teleosaurs","teleost","teleostean","teleosteans","teleostome","teleostomes","teleostomous","teleosts","telepath","telepathed","telepathic","telepathically","telepathies","telepathing","telepathise","telepathised","telepathises","telepathising","telepathist","telepathists","telepathize","telepathized","telepathizes","telepathizing","telepaths","telepathy","telepheme","telephemes","telepherique","telepheriques","telephone","telephoned","telephoner","telephoners","telephones","telephonic","telephonically","telephonies","telephoning","telephonist","telephonists","telephony","telephoto","telephotograph","telephotographies","telephotographs","telephotography","telephotos","telepic","telepics","teleplay","teleplays","telepoint","telepoints","teleport","teleportation","teleportations","teleported","teleporting","teleports","telepresence","telepresences","teleprinter","teleprinters","teleprocessing","teleprocessings","teleran","telerans","telerecord","telerecorded","telerecording","telerecordings","telerecords","telergic","telergically","telergies","telergy","teles","telesale","telesales","telescience","telesciences","telescope","telescoped","telescopes","telescopic","telescopical","telescopically","telescopies","telescopiform","telescoping","telescopist","telescopists","telescopy","telescreen","telescreens","teleselling","telesellings","teleseme","telesemes","teleservices","teleses","teleshop","teleshopped","teleshopping","teleshoppings","teleshops","telesis","telesm","telesmatic","telesmatical","telesmatically","telesms","telesoftware","telesoftwares","telestereoscope","telesthesia","telesthesias","telesthetic","telestic","telestich","telestichs","telestics","telesurgeries","telesurgery","teletex","teletexes","teletext","teletexts","telethon","telethons","teletron","teletrons","teletype","teletyped","teletypes","teletypesetting","teletypewriter","teletypewriters","teletyping","teleutospore","teleutospores","teleutosporic","televangelical","televangelism","televangelisms","televangelist","televangelists","televerite","televerites","teleview","televiewed","televiewer","televiewers","televiewing","televiewings","televiews","televise","televised","televiser","televisers","televises","televising","television","televisional","televisionally","televisionary","televisions","televisor","televisors","televisual","televisually","telework","teleworked","teleworker","teleworkers","teleworking","teleworkings","teleworks","telewriter","telewriters","telex","telexed","telexes","telexing","telfer","telferage","telferages","telfered","telferic","telfering","telfers","telford","telfords","telia","telial","telic","telically","teliospore","teliospores","telium","tell","tellable","tellar","tellared","tellaring","tellars","tellen","tellens","teller","tellered","tellering","tellers","tellership","tellerships","tellies","tellin","telling","tellingly","tellings","tellinoid","tellins","tells","telltale","telltales","tellural","tellurate","tellurates","telluretted","tellurian","tellurians","telluric","telluride","tellurides","tellurion","tellurions","tellurise","tellurised","tellurises","tellurising","tellurite","tellurites","tellurium","telluriums","tellurize","tellurized","tellurizes","tellurizing","tellurometer","tellurometers","tellurous","tellus","telluses","telly","tellys","telnet","telneted","telneting","telnets","telnetted","telnetting","telocentric","telocentrics","teloi","telome","telomerase","telomerases","telomere","telomeres","telomerisation","telomerisations","telomerization","telomerizations","telomes","telomic","telophase","telophases","telophasic","telos","telotaxes","telotaxis","telpher","telpherage","telpherages","telphered","telpheric","telphering","telpherline","telpherlines","telpherman","telphermen","telphers","telpherway","telpherways","tels","telson","telsonic","telsons","telt","temazepam","temazepams","temblor","temblores","temblors","teme","temed","temene","temenos","temerarious","temerariously","temerariousness","temerariousnesses","temerities","temerity","temerous","temerously","temes","temp","temped","tempeh","tempehs","temper","tempera","temperabilities","temperability","temperable","temperalitie","temperalities","temperament","temperamental","temperamentally","temperamentful","temperaments","temperance","temperances","temperas","temperate","temperated","temperately","temperateness","temperatenesses","temperates","temperating","temperative","temperature","temperatures","tempered","temperer","temperers","tempering","temperings","tempers","tempest","tempested","tempesting","tempestive","tempests","tempestuous","tempestuously","tempestuousness","tempestuousnesses","tempi","temping","templar","templars","template","templates","temple","templed","temples","templet","templets","tempo","tempolabile","temporal","temporalise","temporalised","temporalises","temporalising","temporalities","temporality","temporalize","temporalized","temporalizes","temporalizing","temporally","temporalness","temporalnesses","temporals","temporalties","temporalty","temporaneous","temporaries","temporarily","temporariness","temporarinesses","temporary","tempore","temporisation","temporisations","temporise","temporised","temporiser","temporisers","temporises","temporising","temporisingly","temporisings","temporization","temporizations","temporize","temporized","temporizer","temporizers","temporizes","temporizing","temporizingly","temporizings","temporomandibular","tempos","temps","tempt","temptabilities","temptability","temptable","temptableness","temptablenesses","temptation","temptations","temptatious","tempted","tempter","tempters","tempting","temptingly","temptingness","temptingnesses","temptings","temptress","temptresses","tempts","tempura","tempuras","tems","temse","temsed","temses","temsing","temulence","temulences","temulencies","temulency","temulent","temulently","ten","tenabilities","tenability","tenable","tenableness","tenablenesses","tenably","tenace","tenaces","tenacious","tenaciously","tenaciousness","tenaciousnesses","tenacities","tenacity","tenacula","tenaculum","tenaculums","tenail","tenaille","tenailles","tenaillon","tenaillons","tenails","tenancies","tenancy","tenant","tenantable","tenanted","tenanting","tenantless","tenantries","tenantry","tenants","tenantship","tenantships","tench","tenches","tend","tendance","tendances","tended","tendence","tendences","tendencially","tendencies","tendencious","tendenciously","tendenciousness","tendency","tendential","tendentially","tendentious","tendentiously","tendentiousness","tendentiousnesses","tendenz","tendenzen","tender","tenderable","tendered","tenderer","tenderers","tenderest","tenderfeet","tenderfoot","tenderfoots","tenderhearted","tenderheartedly","tenderheartedness","tenderheartednesses","tendering","tenderings","tenderisation","tenderisations","tenderise","tenderised","tenderiser","tenderisers","tenderises","tenderising","tenderization","tenderizations","tenderize","tenderized","tenderizer","tenderizers","tenderizes","tenderizing","tenderling","tenderlings","tenderloin","tenderloins","tenderly","tenderness","tendernesses","tenderometer","tenderometers","tenders","tending","tendinites","tendinitides","tendinitis","tendinitises","tendinous","tendon","tendonites","tendonitides","tendonitis","tendonitises","tendons","tendovaginitis","tendre","tendres","tendresse","tendresses","tendril","tendriled","tendrillar","tendrilled","tendrillous","tendrilous","tendrils","tendron","tendrons","tends","tendu","tendus","tene","tenebrae","tenebrific","tenebrio","tenebrionid","tenebrionids","tenebrios","tenebrious","tenebriousness","tenebrism","tenebrisms","tenebrist","tenebrists","tenebrities","tenebrity","tenebrose","tenebrosities","tenebrosity","tenebrous","tenebrousness","tenebrousnesses","tenement","tenemental","tenementary","tenemented","tenements","tenendum","tenendums","tenes","tenesmic","tenesmus","tenesmuses","tenet","tenets","tenfold","tenfolds","tenge","tenges","tenia","teniacide","teniacides","teniae","teniafuge","teniafuges","tenias","teniases","teniasis","tenioid","tennantite","tennantites","tenne","tenner","tenners","tennes","tennies","tennis","tennises","tennist","tennists","tenno","tennos","tenny","tenon","tenoned","tenoner","tenoners","tenoning","tenons","tenor","tenorist","tenorists","tenorite","tenorites","tenorless","tenoroon","tenoroons","tenorrhaphies","tenorrhaphy","tenors","tenosynovitis","tenosynovitises","tenotomies","tenotomist","tenotomists","tenotomy","tenour","tenours","tenovaginitis","tenovaginitises","tenpence","tenpences","tenpenny","tenpin","tenpins","tenpounder","tenpounders","tenrec","tenrecs","tens","tense","tensed","tenseless","tensely","tenseness","tensenesses","tenser","tenses","tensest","tensibilities","tensibility","tensible","tensibleness","tensiblenesses","tensibly","tensile","tensilely","tensileness","tensilenesses","tensilities","tensility","tensimeter","tensimeters","tensing","tensiometer","tensiometers","tensiometric","tensiometries","tensiometry","tension","tensional","tensionally","tensioned","tensioner","tensioners","tensioning","tensionless","tensions","tensities","tensity","tensive","tenson","tensons","tensor","tensorial","tensors","tent","tentacle","tentacled","tentacles","tentacula","tentacular","tentaculate","tentaculiferous","tentaculite","tentaculites","tentaculoid","tentaculum","tentage","tentages","tentation","tentations","tentative","tentatively","tentativeness","tentativenesses","tentatives","tented","tenter","tentered","tenterhook","tenterhooks","tentering","tenters","tentful","tentfuls","tenth","tenthly","tenths","tentie","tentier","tentiest","tentiginous","tentigo","tentigos","tenting","tentings","tentless","tentlike","tentmaker","tentmakers","tentoria","tentorial","tentorium","tentoriums","tents","tentwise","tenty","tenue","tenues","tenuious","tenuirostral","tenuis","tenuities","tenuity","tenuous","tenuously","tenuousness","tenuousnesses","tenurable","tenure","tenured","tenures","tenurial","tenurially","tenuring","tenuti","tenuto","tenutos","tenzon","tenzons","teocalli","teocallis","teopan","teopans","teosinte","teosintes","tepa","tepal","tepals","tepas","tepee","tepees","tepefaction","tepefactions","tepefied","tepefies","tepefy","tepefying","tephigram","tephigrams","tephillah","tephillin","tephra","tephras","tephrite","tephrites","tephritic","tephroite","tephroites","tephromancies","tephromancy","tepid","tepidaria","tepidarium","tepider","tepidest","tepidities","tepidity","tepidly","tepidness","tepidnesses","tepoy","tepoys","tequila","tequilas","tequilla","tequillas","terabyte","terabytes","teraflop","teraflops","teraglin","teraglins","terahertz","terahertzes","terai","terais","terakihi","terakihis","teraohm","teraohms","teraph","teraphim","teraphims","teras","terata","teratism","teratisms","teratocarcinoma","teratocarcinomas","teratocarcinomata","teratogen","teratogeneses","teratogenesis","teratogenic","teratogenicist","teratogenicists","teratogenicities","teratogenicity","teratogenies","teratogens","teratogeny","teratoid","teratologic","teratological","teratologies","teratologist","teratologists","teratology","teratoma","teratomas","teratomata","teratomatous","teratophobia","teratophobias","terawatt","terawatts","terbia","terbias","terbic","terbium","terbiums","terce","tercel","tercelet","tercelets","tercels","tercentenaries","tercentenary","tercentennial","tercentennials","terces","tercet","tercets","tercio","tercios","terebene","terebenes","terebic","terebinth","terebinthine","terebinths","terebra","terebrae","terebrant","terebrants","terebras","terebrate","terebrated","terebrates","terebrating","terebration","terebrations","terebratula","terebratulae","terebratulas","teredines","teredo","teredos","terefa","terefah","terek","tereks","terephthalate","terephthalates","terephthalic","teres","terete","teretes","terf","terfe","terfes","terfs","terga","tergal","tergite","tergites","tergiversant","tergiversants","tergiversate","tergiversated","tergiversates","tergiversating","tergiversation","tergiversations","tergiversator","tergiversators","tergiversatory","tergum","teriyaki","teriyakis","term","termagancies","termagancy","termagant","termagantly","termagants","termed","termer","termers","terminabilities","terminability","terminable","terminableness","terminablenesses","terminably","terminal","terminally","terminals","terminate","terminated","terminates","terminating","termination","terminational","terminations","terminative","terminatively","terminator","terminators","terminatory","terminer","terminers","terming","termini","terminism","terminisms","terminist","terminists","terminological","terminologically","terminologies","terminologist","terminologists","terminology","terminus","terminuses","termitaria","termitaries","termitarium","termitariums","termitary","termite","termites","termitic","termless","termlies","termly","termor","termors","terms","termtime","termtimes","tern","ternal","ternaries","ternary","ternate","ternately","terne","terned","terneplate","terneplates","ternes","terning","ternion","ternions","terns","terotechnology","terpene","terpeneless","terpenes","terpenic","terpenoid","terpenoids","terpineol","terpineols","terpinol","terpinols","terpolymer","terpolymers","terpsichoreal","terpsichorean","terra","terrace","terraced","terraceless","terraces","terracette","terracettes","terracing","terracings","terracotta","terracottas","terrae","terraform","terraformed","terraforming","terraformings","terraforms","terrain","terrains","terramara","terramare","terramares","terrane","terranes","terrapin","terrapins","terraqueous","terraria","terrarium","terrariums","terras","terrases","terrazzo","terrazzos","terreen","terreens","terrella","terrellas","terremotive","terrene","terrenely","terrenes","terreplein","terrepleins","terrestrial","terrestrially","terrestrialness","terrestrials","terret","terrets","terribilities","terribility","terrible","terribleness","terriblenesses","terribles","terribly","terricole","terricoles","terricolous","terrier","terriers","terries","terrific","terrifically","terrified","terrifier","terrifiers","terrifies","terrify","terrifying","terrifyingly","terrigenous","terrine","terrines","territ","territorial","territorialise","territorialised","territorialises","territorialism","territorialisms","territorialist","territorialists","territorialities","territoriality","territorialization","territorializations","territorialize","territorialized","territorializes","territorializing","territorially","territorials","territoried","territories","territory","territs","terroir","terroirs","terror","terrorful","terrorisation","terrorisations","terrorise","terrorised","terroriser","terrorisers","terrorises","terrorising","terrorism","terrorisms","terrorist","terroristic","terrorists","terrorization","terrorizations","terrorize","terrorized","terrorizer","terrorizers","terrorizes","terrorizing","terrorless","terrors","terry","tersanctus","tersanctuses","terse","tersely","terseness","tersenesses","terser","tersest","tersion","tersions","tertia","tertial","tertials","tertian","tertians","tertiaries","tertiary","tertias","tertium","tertius","tertiuses","terts","tervalencies","tervalency","tervalent","terylene","terylenes","terzetta","terzettas","terzetti","terzetto","terzettos","tes","teschenite","teschenites","tesla","teslas","tessaraglot","tesselate","tesselated","tesselates","tesselating","tessella","tessellae","tessellar","tessellate","tessellated","tessellates","tessellating","tessellation","tessellations","tessera","tesseract","tesseracts","tesserae","tesseral","tessitura","tessituras","tessiture","test","testa","testabilities","testability","testable","testacean","testaceans","testaceous","testacies","testacy","testae","testament","testamental","testamentar","testamentarily","testamentary","testaments","testamur","testamurs","testate","testates","testation","testations","testator","testators","testatrices","testatrix","testatrixes","testatum","testatums","testcross","testcrossed","testcrosses","testcrossing","teste","tested","testee","testees","tester","testern","testerned","testerning","testerns","testers","testes","testicle","testicles","testicular","testiculate","testiculated","testier","testiest","testificate","testificates","testification","testifications","testificator","testificators","testificatory","testified","testifier","testifiers","testifies","testify","testifying","testily","testimonial","testimonialise","testimonialised","testimonialises","testimonialize","testimonialized","testimonializes","testimonials","testimonied","testimonies","testimony","testimonying","testiness","testinesses","testing","testings","testis","teston","testons","testoon","testoons","testosterone","testosterones","testril","testrill","testrills","testrils","tests","testudinal","testudinary","testudineous","testudines","testudo","testudos","testy","tet","tetanal","tetanic","tetanical","tetanically","tetanics","tetanies","tetanisation","tetanisations","tetanise","tetanised","tetanises","tetanising","tetanization","tetanizations","tetanize","tetanized","tetanizes","tetanizing","tetanoid","tetanus","tetanuses","tetany","tetartohedral","tetartohedrally","tetartohedrism","tetartohedrisms","tetched","tetchier","tetchiest","tetchily","tetchiness","tetchinesses","tetchy","tete","tetes","teth","tether","tetherball","tetherballs","tethered","tethering","tethers","teths","tetotum","tetotums","tetra","tetrabasic","tetrabasicities","tetrabasicity","tetrabrach","tetrabrachs","tetrabranchiate","tetracaine","tetracaines","tetrachloride","tetrachlorides","tetrachord","tetrachordal","tetrachords","tetrachotomies","tetrachotomous","tetrachotomy","tetracid","tetracids","tetract","tetractinal","tetractine","tetracts","tetracyclic","tetracycline","tetracyclines","tetrad","tetradactyl","tetradactylies","tetradactylous","tetradactyls","tetradactyly","tetradic","tetradite","tetradites","tetradrachm","tetradrachms","tetrads","tetradymite","tetradymites","tetradynamous","tetraethyl","tetraethyls","tetrafluoride","tetrafluorides","tetragon","tetragonal","tetragonally","tetragonalness","tetragonous","tetragons","tetragram","tetragrammaton","tetragrammatons","tetragrams","tetragynian","tetragynous","tetrahedra","tetrahedral","tetrahedrally","tetrahedrite","tetrahedrites","tetrahedron","tetrahedrons","tetrahydrocannabinol","tetrahydrocannabinols","tetrahydrofuran","tetrahydrofurans","tetrahymena","tetrahymenas","tetralogies","tetralogy","tetramer","tetrameral","tetrameric","tetramerism","tetramerisms","tetramerous","tetramers","tetrameter","tetrameters","tetramethyllead","tetramethylleads","tetramorphic","tetrandrian","tetrandrous","tetrapla","tetraplas","tetraplegia","tetraplegias","tetraplegic","tetraploid","tetraploidies","tetraploids","tetraploidy","tetrapod","tetrapodic","tetrapodies","tetrapodous","tetrapods","tetrapody","tetrapolis","tetrapolises","tetrapolitan","tetrapteran","tetrapterous","tetraptote","tetraptotes","tetrapyrrole","tetrapyrroles","tetrarch","tetrarchate","tetrarchates","tetrarchic","tetrarchical","tetrarchies","tetrarchs","tetrarchy","tetras","tetrasemic","tetrasporangia","tetrasporangium","tetraspore","tetraspores","tetrasporic","tetrasporous","tetrastich","tetrastichal","tetrastichic","tetrastichous","tetrastichs","tetrastyle","tetrastyles","tetrasyllabic","tetrasyllabical","tetrasyllable","tetrasyllables","tetratheism","tetratheisms","tetrathlon","tetrathlons","tetratomic","tetravalencies","tetravalency","tetravalent","tetravalents","tetraxon","tetraxons","tetrazolium","tetrazoliums","tetrazzini","tetri","tetris","tetrode","tetrodes","tetrodotoxin","tetrodotoxins","tetronal","tetronals","tetrotoxin","tetrotoxins","tetroxid","tetroxide","tetroxides","tetroxids","tetryl","tetryls","tets","tetter","tettered","tettering","tetterous","tetters","tettix","tettixes","teuch","teuchat","teuchats","teucher","teuchest","teuchter","teuchters","teugh","teugher","teughest","teughly","teutonise","teutonised","teutonises","teutonising","teutonize","teutonized","teutonizes","teutonizing","tevatron","tevatrons","tew","tewart","tewarts","tewed","tewel","tewels","tewhit","tewhits","tewing","tewit","tewits","tews","tex","texas","texases","texes","text","textbook","textbookish","textbooks","texted","texter","texters","textile","textiles","texting","textings","textless","textorial","textphone","textphones","texts","textual","textualism","textualisms","textualist","textualists","textually","textuaries","textuary","textural","texturally","texture","textured","textureless","textures","texturing","texturise","texturised","texturises","texturising","texturize","texturized","texturizes","texturizing","thack","thacked","thacking","thacks","thae","thagi","thagis","thaim","thairm","thairms","thalamencephala","thalami","thalamic","thalamically","thalamifloral","thalamus","thalassaemia","thalassaemias","thalassaemic","thalassemia","thalassemias","thalassemic","thalassemics","thalassian","thalassians","thalassic","thalassocracies","thalassocracy","thalassocrat","thalassocrats","thalassographer","thalassographic","thalassography","thalassotherapy","thalattocracies","thalattocracy","thale","thaler","thalers","thali","thalian","thalictrum","thalictrums","thalidomide","thalidomides","thalis","thalli","thallic","thalliform","thalline","thallious","thallium","thalliums","thalloid","thallophyte","thallophytes","thallophytic","thallous","thallus","thalluses","thalweg","thalwegs","than","thana","thanadar","thanadars","thanage","thanages","thanah","thanahs","thanas","thanatism","thanatisms","thanatist","thanatists","thanatognomonic","thanatographies","thanatography","thanatoid","thanatological","thanatologies","thanatologist","thanatologists","thanatology","thanatophobia","thanatophobias","thanatopses","thanatopsis","thanatos","thanatoses","thanatosis","thane","thanedom","thanedoms","thanehood","thanehoods","thanes","thaneship","thaneships","thang","thangka","thangkas","thangs","thank","thanked","thankee","thanker","thankers","thankful","thankfuller","thankfullest","thankfully","thankfulness","thankfulnesses","thanking","thankings","thankit","thankless","thanklessly","thanklessness","thanklessnesses","thanks","thanksgiver","thanksgivers","thanksgiving","thanksgivings","thankworthily","thankworthiness","thankworthy","thankyou","thankyous","thanna","thannah","thannahs","thannas","thans","thar","tharborough","tharboroughs","tharm","tharms","thars","that","thataway","thatch","thatched","thatcher","thatchers","thatches","thatchier","thatchiest","thatching","thatchings","thatchless","thatcht","thatchy","thatness","thatnesses","thaumasite","thaumasites","thaumatin","thaumatins","thaumatogenies","thaumatogeny","thaumatography","thaumatolatries","thaumatolatry","thaumatologies","thaumatology","thaumatrope","thaumatropes","thaumatropical","thaumaturge","thaumaturges","thaumaturgic","thaumaturgical","thaumaturgics","thaumaturgies","thaumaturgism","thaumaturgisms","thaumaturgist","thaumaturgists","thaumaturgus","thaumaturguses","thaumaturgy","thaw","thawed","thawer","thawers","thawier","thawiest","thawing","thawings","thawless","thaws","thawy","the","theaceous","theandric","theanthropic","theanthropies","theanthropism","theanthropisms","theanthropist","theanthropists","theanthropy","thearchic","thearchies","thearchy","theater","theatergoer","theatergoers","theatergoing","theatergoings","theaters","theatral","theatre","theatres","theatric","theatrical","theatricalise","theatricalised","theatricalises","theatricalising","theatricalism","theatricalisms","theatricalities","theatricality","theatricalization","theatricalizations","theatricalize","theatricalized","theatricalizes","theatricalizing","theatrically","theatricalness","theatricals","theatricise","theatricised","theatricises","theatricising","theatricism","theatricisms","theatricize","theatricized","theatricizes","theatricizing","theatrics","theatromania","theatromanias","theatrophone","theatrophones","theave","theaves","thebaine","thebaines","thebe","thebes","theca","thecae","thecal","thecate","thecodont","thecodonts","thee","theed","theeing","theek","theeked","theeking","theeks","theelin","theelins","theelol","theelols","thees","theft","theftless","thefts","theftuous","theftuously","thegither","thegn","thegnly","thegns","theic","theics","thein","theine","theines","theins","their","theirs","theirself","theirselves","theism","theisms","theist","theistic","theistical","theistically","theists","thelement","thelements","thelf","thelitis","thelitises","thelves","thelytokies","thelytokous","thelytoky","them","thema","themata","thematic","thematically","thematics","thematisation","thematisations","thematization","thematizations","theme","themed","themeless","themes","theming","themself","themselves","then","thenabout","thenabouts","thenage","thenages","thenal","thenar","thenardite","thenardites","thenars","thence","thenceforth","thenceforward","thenceforwards","thens","theobromine","theobromines","theocentric","theocentricism","theocentricisms","theocentricities","theocentricity","theocentrism","theocentrisms","theocon","theocons","theocracies","theocracy","theocrasies","theocrasy","theocrat","theocratic","theocratical","theocratically","theocrats","theodicean","theodiceans","theodicies","theodicy","theodolite","theodolites","theodolitic","theogonic","theogonical","theogonies","theogonist","theogonists","theogony","theolog","theologaster","theologasters","theologate","theologates","theologer","theologers","theologian","theologians","theologic","theological","theologically","theologies","theologisation","theologisations","theologise","theologised","theologiser","theologisers","theologises","theologising","theologist","theologists","theologization","theologizations","theologize","theologized","theologizer","theologizers","theologizes","theologizing","theologoumena","theologoumenon","theologs","theologue","theologues","theology","theomachies","theomachist","theomachists","theomachy","theomancies","theomancy","theomania","theomaniac","theomaniacs","theomanias","theomantic","theomorphic","theomorphism","theomorphisms","theonomies","theonomous","theonomy","theopathetic","theopathic","theopathies","theopathy","theophagies","theophagous","theophagy","theophanic","theophanies","theophanous","theophany","theophobia","theophobiac","theophobiacs","theophobias","theophobist","theophobists","theophoric","theophylline","theophyllines","theopneust","theopneustic","theopneusties","theopneusty","theorbist","theorbists","theorbo","theorbos","theorem","theorematic","theorematical","theorematically","theorematist","theorematists","theoremic","theorems","theoretic","theoretical","theoretically","theoretician","theoreticians","theoretics","theoric","theorics","theories","theorique","theoriques","theorisation","theorisations","theorise","theorised","theoriser","theorisers","theorises","theorising","theorist","theorists","theorization","theorizations","theorize","theorized","theorizer","theorizers","theorizes","theorizing","theory","theosoph","theosopher","theosophers","theosophic","theosophical","theosophically","theosophies","theosophise","theosophised","theosophises","theosophising","theosophism","theosophisms","theosophist","theosophistical","theosophists","theosophize","theosophized","theosophizes","theosophizing","theosophs","theosophy","theotechnic","theotechnies","theotechny","theotokoi","theotokos","theow","theows","theralite","theralites","therapeuses","therapeusis","therapeutic","therapeutically","therapeutics","therapeutist","therapeutists","therapies","therapist","therapists","therapsid","therapsids","therapy","therblig","therbligs","there","thereabout","thereabouts","thereafter","thereagainst","thereamong","thereanent","thereat","thereaway","therebeside","thereby","therefor","therefore","therefrom","therein","thereinafter","thereinbefore","thereinto","theremin","theremins","thereness","therenesses","thereof","thereon","thereout","theres","therethrough","thereto","theretofore","thereunder","thereunto","thereupon","therewith","therewithal","therewithin","theriac","theriaca","theriacal","theriacas","theriacs","therian","therians","therianthropic","therianthropism","theriolatries","theriolatry","theriomorph","theriomorphic","theriomorphism","theriomorphisms","theriomorphoses","theriomorphosis","theriomorphous","theriomorphs","therm","thermae","thermaesthesia","thermaesthesias","thermal","thermalisation","thermalisations","thermalise","thermalised","thermalises","thermalising","thermalization","thermalizations","thermalize","thermalized","thermalizes","thermalizing","thermally","thermals","therme","thermel","thermels","thermes","thermesthesia","thermesthesias","thermette","thermettes","thermic","thermical","thermically","thermidor","thermidors","thermion","thermionic","thermionics","thermions","thermistor","thermistors","thermit","thermite","thermites","thermits","thermobaric","thermobarograph","thermobarometer","thermochemical","thermochemist","thermochemistries","thermochemistry","thermochemists","thermochromic","thermochromies","thermochromism","thermochromisms","thermochromy","thermocline","thermoclines","thermocouple","thermocouples","thermoduric","thermodynamic","thermodynamical","thermodynamically","thermodynamicist","thermodynamicists","thermodynamics","thermoelectric","thermoelectricities","thermoelectricity","thermoelectron","thermoelectrons","thermoelement","thermoelements","thermoform","thermoformable","thermoformed","thermoforming","thermoforms","thermogeneses","thermogenesis","thermogenetic","thermogenic","thermogenous","thermogram","thermograms","thermograph","thermographer","thermographers","thermographic","thermographically","thermographies","thermographs","thermography","thermohaline","thermojunction","thermojunctions","thermolabile","thermolabilities","thermolability","thermologies","thermology","thermoluminescence","thermoluminescences","thermoluminescent","thermolyses","thermolysis","thermolytic","thermomagnetic","thermometer","thermometers","thermometric","thermometrical","thermometrically","thermometries","thermometry","thermomotor","thermomotors","thermonasties","thermonasty","thermonuclear","thermoperiodic","thermoperiodicities","thermoperiodicity","thermoperiodism","thermoperiodisms","thermophil","thermophile","thermophiles","thermophilic","thermophilous","thermophils","thermophyllous","thermopile","thermopiles","thermoplastic","thermoplasticities","thermoplasticity","thermoplastics","thermoreceptor","thermoreceptors","thermoregulate","thermoregulated","thermoregulates","thermoregulating","thermoregulation","thermoregulations","thermoregulator","thermoregulators","thermoregulatory","thermoremanence","thermoremanences","thermoremanent","thermos","thermoscope","thermoscopes","thermoscopic","thermoscopical","thermoses","thermoset","thermosets","thermosetting","thermosiphon","thermosiphons","thermosphere","thermospheres","thermospheric","thermostabilities","thermostability","thermostable","thermostat","thermostated","thermostatic","thermostatically","thermostatics","thermostating","thermostats","thermostatted","thermostatting","thermotactic","thermotaxes","thermotaxic","thermotaxis","thermotensile","thermotherapies","thermotherapy","thermotic","thermotical","thermotics","thermotolerant","thermotropic","thermotropics","thermotropism","thermotropisms","therms","theroid","therologies","therology","therophyte","therophytes","theropod","theropodan","theropodans","theropods","thersitical","thesaural","thesauri","thesaurus","thesauruses","these","theses","thesis","thesmothete","thesmothetes","thesp","thespian","thespians","thesps","theta","thetas","thetch","thetched","thetches","thetching","thete","thetes","thether","thetic","thetical","thetically","theurgic","theurgical","theurgically","theurgies","theurgist","theurgists","theurgy","thew","thewed","thewes","thewier","thewiest","thewless","thews","thewy","they","thiabendazole","thiabendazoles","thiamin","thiaminase","thiaminases","thiamine","thiamines","thiamins","thiasus","thiasuses","thiazide","thiazides","thiazin","thiazine","thiazines","thiazins","thiazol","thiazole","thiazoles","thiazols","thibet","thibets","thible","thibles","thick","thicked","thicken","thickened","thickener","thickeners","thickening","thickenings","thickens","thicker","thickest","thicket","thicketed","thickets","thickety","thickhead","thickheaded","thickheadedness","thickheads","thickie","thickies","thicking","thickish","thickleaf","thickleaves","thickly","thickness","thicknesses","thicko","thickoes","thickos","thicks","thickset","thicksets","thickskin","thickskins","thicky","thief","thieflike","thieve","thieved","thieveries","thievery","thieves","thieving","thievings","thievish","thievishly","thievishness","thievishnesses","thig","thigger","thiggers","thigging","thiggings","thiggit","thigh","thighbone","thighbones","thighed","thighs","thigmotactic","thigmotaxes","thigmotaxis","thigmotropic","thigmotropism","thigmotropisms","thigs","thilk","thill","thiller","thillers","thills","thimble","thimbleberries","thimbleberry","thimbled","thimbleful","thimblefuls","thimblerig","thimblerigged","thimblerigger","thimbleriggers","thimblerigging","thimbleriggings","thimblerigs","thimbles","thimblesful","thimbleweed","thimbleweeds","thimblewit","thimblewits","thimblewitted","thimbling","thimerosal","thimerosals","thin","thinclad","thinclads","thindown","thindowns","thine","thing","thingamabob","thingamabobs","thingamajig","thingamajigs","thingamies","thingamy","thingamybob","thingamybobs","thingamyjig","thingamyjigs","thinghood","thinghoods","thingier","thingies","thingiest","thinginess","thinginesses","thingliness","thinglinesses","thingness","thingnesses","things","thingumabob","thingumabobs","thingumajig","thingumajigs","thingumbob","thingumbobs","thingummies","thingummy","thingummybob","thingummybobs","thingummyjig","thingummyjigs","thingy","think","thinkable","thinkableness","thinkablenesses","thinkably","thinker","thinkers","thinking","thinkingly","thinkingness","thinkingnesses","thinkings","thinkpiece","thinkpieces","thinks","thinly","thinned","thinner","thinners","thinness","thinnesses","thinnest","thinning","thinnings","thinnish","thins","thio","thioalcohol","thioalcohols","thiobacilli","thiobacillus","thiobarbiturate","thiocarbamide","thiocarbamides","thiocyanate","thiocyanates","thiocyanic","thiodiglycol","thiodiglycols","thiofuran","thiofurans","thiol","thiolic","thiols","thionate","thionates","thionic","thionin","thionine","thionines","thionins","thionyl","thionyls","thiopental","thiopentals","thiopentone","thiopentones","thiophen","thiophene","thiophenes","thiophens","thiophil","thioridazine","thioridazines","thiosinamine","thiosinamines","thiosulfate","thiosulfates","thiosulphate","thiosulphates","thiosulphuric","thiotepa","thiotepas","thiouracil","thiouracils","thiourea","thioureas","thir","thiram","thirams","third","thirdborough","thirdboroughs","thirded","thirdhand","thirding","thirdings","thirdly","thirds","thirdsman","thirdsmen","thirdstream","thirdstreams","thirl","thirlage","thirlages","thirled","thirling","thirls","thirst","thirsted","thirster","thirsters","thirstful","thirstier","thirstiest","thirstily","thirstiness","thirstinesses","thirsting","thirstless","thirsts","thirsty","thirteen","thirteens","thirteenth","thirteenthly","thirteenths","thirties","thirtieth","thirtieths","thirty","thirtyfold","thirtyish","thirtysomething","this","thisaway","thisness","thisnesses","thistle","thistledown","thistledowns","thistles","thistlier","thistliest","thistly","thither","thitherto","thitherward","thitherwards","thivel","thivels","thixotrope","thixotropes","thixotropic","thixotropies","thixotropy","thlipses","thlipsis","tho","thoft","thofts","thole","tholed","tholeiite","tholeiites","tholeiitic","tholepin","tholepins","tholes","tholi","tholing","tholobate","tholobates","tholoi","tholos","tholus","thon","thonder","thong","thonged","thongs","thoracal","thoracenteses","thoracentesis","thoraces","thoracic","thoracically","thoracocenteses","thoracocentesis","thoracoplasties","thoracoplasty","thoracoscope","thoracoscopes","thoracostomies","thoracostomy","thoracotomies","thoracotomy","thorax","thoraxes","thoria","thorianite","thorianites","thorias","thoric","thorite","thorites","thorium","thoriums","thorn","thornback","thornbacks","thornbill","thornbills","thornbird","thornbirds","thornbush","thornbushes","thorned","thornhedge","thornhedges","thornier","thorniest","thornily","thorniness","thorninesses","thorning","thornless","thornlike","thornproof","thornproofs","thorns","thornset","thorntree","thorntrees","thorny","thoro","thoron","thorons","thorough","thoroughbass","thoroughbasses","thoroughbrace","thoroughbraced","thoroughbraces","thoroughbred","thoroughbreds","thorougher","thoroughest","thoroughfare","thoroughfares","thoroughgoing","thoroughgoingly","thoroughly","thoroughness","thoroughnesses","thoroughpaced","thoroughpin","thoroughpins","thoroughs","thoroughwax","thoroughwaxes","thoroughwort","thoroughworts","thorp","thorpe","thorpes","thorps","those","thother","thou","thoued","though","thought","thoughtcast","thoughtcasts","thoughted","thoughten","thoughtful","thoughtfully","thoughtfulness","thoughtfulnesses","thoughtless","thoughtlessly","thoughtlessness","thoughtlessnesses","thoughts","thoughtway","thoughtways","thouing","thous","thousand","thousandfold","thousandfolds","thousands","thousandth","thousandths","thowel","thowels","thowl","thowless","thowls","thrae","thraiping","thraipings","thraldom","thraldoms","thrall","thralldom","thralldoms","thralled","thralling","thralls","thrang","thranged","thranging","thrangs","thrapple","thrappled","thrapples","thrappling","thrash","thrashed","thrasher","thrashers","thrashes","thrashing","thrashings","thrasonic","thrasonical","thrasonically","thrave","thraves","thraw","thraward","thrawart","thrawed","thrawing","thrawn","thrawnly","thraws","thread","threadbare","threadbareness","threadbarenesses","threaded","threaden","threader","threaders","threadfin","threadfins","threadier","threadiest","threadiness","threadinesses","threading","threadless","threadlike","threadmaker","threadmakers","threads","threadworm","threadworms","thready","threap","threaped","threaper","threapers","threaping","threapit","threaps","threat","threated","threaten","threatened","threatener","threateners","threatening","threateningly","threatenings","threatens","threatful","threating","threats","threave","threaves","three","threefold","threefoldness","threefoldnesses","threeness","threenesses","threep","threepeat","threepeated","threepeating","threepeats","threeped","threepence","threepences","threepenceworth","threepennies","threepenny","threepennyworth","threeper","threepers","threeping","threepit","threeps","threes","threescore","threescores","threesome","threesomes","thremmatologies","thremmatology","threne","threnes","threnetic","threnetical","threnode","threnodes","threnodial","threnodic","threnodies","threnodist","threnodists","threnody","threnos","threnoses","threonine","threonines","thresh","threshed","threshel","threshels","thresher","threshers","threshes","threshing","threshings","threshold","thresholds","thretties","thretty","threw","thrice","thrid","thridace","thridaces","thridded","thridding","thrids","thrift","thriftier","thriftiest","thriftily","thriftiness","thriftinesses","thriftless","thriftlessly","thriftlessness","thriftlessnesses","thrifts","thrifty","thrill","thrillant","thrilled","thriller","thrillers","thrillier","thrilliest","thrilling","thrillingly","thrillingness","thrillingnesses","thrills","thrilly","thrimsa","thrimsas","thrip","thrips","thripses","thrissel","thrissels","thrist","thristed","thristing","thristle","thristles","thrists","thristy","thrive","thrived","thriveless","thriven","thriver","thrivers","thrives","thriving","thrivingly","thrivingness","thrivingnesses","thrivings","thro","throat","throated","throatier","throatiest","throatily","throatiness","throatinesses","throating","throatlash","throatlashes","throatlatch","throatlatches","throats","throatwort","throatworts","throaty","throb","throbbed","throbber","throbbers","throbbing","throbbingly","throbbings","throbless","throbs","throe","throed","throeing","throes","thrombi","thrombin","thrombins","thrombocyte","thrombocytes","thrombocytic","thrombocytopenia","thrombocytopenias","thrombocytopenic","thromboembolic","thromboembolism","thromboembolisms","thrombogen","thrombogens","thrombokinase","thrombokinases","thrombolyses","thrombolysis","thrombolytic","thrombolytics","thrombophilia","thrombophilias","thrombophlebitides","thrombophlebitis","thromboplastic","thromboplastin","thromboplastins","thrombose","thrombosed","thromboses","thrombosing","thrombosis","thrombotic","thromboxane","thromboxanes","thrombus","throne","throned","throneless","thrones","throng","thronged","throngful","thronging","throngings","throngs","throning","thronner","thronners","thropple","throppled","thropples","throppling","throstle","throstles","throttle","throttleable","throttled","throttlehold","throttleholds","throttler","throttlers","throttles","throttling","throttlings","through","throughfare","throughfares","throughgaun","throughgauns","throughither","throughly","throughother","throughout","throughput","throughputs","throughway","throughways","throve","throw","throwaway","throwaways","throwback","throwbacks","throwdown","throwdowns","throwe","thrower","throwers","throwes","throwing","throwings","thrown","throws","throwster","throwsters","thru","thrum","thrummed","thrummer","thrummers","thrummier","thrummiest","thrumming","thrummingly","thrummings","thrummy","thrums","thrupenny","thruppence","thruppences","thruppennies","thruppenny","thruput","thruputs","thrush","thrushes","thrust","thrusted","thruster","thrusters","thrustful","thrusting","thrustings","thrustor","thrustors","thrusts","thrutch","thrutched","thrutches","thrutching","thruway","thruways","thrymsa","thrymsas","thud","thudded","thudding","thuddingly","thuds","thug","thuggee","thuggees","thuggeries","thuggery","thuggish","thuggism","thuggisms","thuggo","thuggos","thugs","thuja","thujas","thulia","thulias","thulite","thulites","thulium","thuliums","thumb","thumbed","thumbhole","thumbholes","thumbier","thumbiest","thumbikins","thumbing","thumbkin","thumbkins","thumbless","thumblike","thumbling","thumblings","thumbnail","thumbnails","thumbnut","thumbnuts","thumbpiece","thumbpieces","thumbpot","thumbpots","thumbprint","thumbprints","thumbs","thumbscrew","thumbscrews","thumbstall","thumbstalls","thumbtack","thumbtacked","thumbtacking","thumbtacks","thumbwheel","thumbwheels","thumby","thump","thumped","thumper","thumpers","thumping","thumpingly","thumps","thunbergia","thunbergias","thunder","thunderbird","thunderbirds","thunderbolt","thunderbolts","thunderbox","thunderboxes","thunderclap","thunderclaps","thundercloud","thunderclouds","thundered","thunderer","thunderers","thunderflash","thunderflashes","thunderhead","thunderheads","thunderier","thunderiest","thundering","thunderingly","thunderings","thunderless","thunderous","thunderously","thunderousness","thunders","thundershower","thundershowers","thunderstone","thunderstones","thunderstorm","thunderstorms","thunderstricken","thunderstrike","thunderstrikes","thunderstriking","thunderstroke","thunderstrokes","thunderstruck","thundery","thundrous","thunk","thunked","thunking","thunks","thurible","thuribles","thurifer","thuriferous","thurifers","thurification","thurifications","thurified","thurifies","thurify","thurifying","thurl","thurls","thus","thuses","thusly","thusness","thusnesses","thuswise","thuya","thuyas","thwack","thwacked","thwacker","thwackers","thwacking","thwackings","thwacks","thwaite","thwaites","thwart","thwarted","thwartedly","thwarter","thwarters","thwarting","thwartingly","thwartings","thwartly","thwarts","thwartship","thwartships","thwartways","thwartwise","thy","thyine","thylacine","thylacines","thylakoid","thylakoids","thylose","thyloses","thylosis","thyme","thymectomies","thymectomise","thymectomised","thymectomises","thymectomising","thymectomize","thymectomized","thymectomizes","thymectomizing","thymectomy","thymelaeaceous","thymes","thymey","thymi","thymic","thymidine","thymidines","thymidylic","thymier","thymiest","thymine","thymines","thymocyte","thymocytes","thymol","thymols","thymosin","thymosins","thymus","thymuses","thymy","thyratron","thyratrons","thyreoid","thyreoids","thyristor","thyristors","thyrocalcitonin","thyrocalcitonins","thyroglobulin","thyroglobulins","thyroid","thyroidal","thyroidectomies","thyroidectomized","thyroidectomy","thyroidites","thyroiditides","thyroiditis","thyroiditises","thyroids","thyrotoxicoses","thyrotoxicosis","thyrotrophic","thyrotrophin","thyrotrophins","thyrotropic","thyrotropin","thyrotropins","thyroxin","thyroxine","thyroxines","thyroxins","thyrse","thyrses","thyrsi","thyrsoid","thyrsoidal","thyrsus","thysanopterous","thysanuran","thysanurans","thysanurous","thyself","ti","tian","tians","tiar","tiara","tiaraed","tiaras","tiars","tibia","tibiae","tibial","tibias","tibiofibula","tibiofibulae","tibiofibulas","tibiotarsi","tibiotarsus","tibouchina","tibouchinas","tic","tical","ticals","ticca","ticced","ticcing","tice","ticed","tices","tich","tiches","tichier","tichiest","tichorrhine","tichy","ticing","tick","ticked","ticken","tickens","ticker","tickers","ticket","ticketed","ticketing","ticketings","ticketless","tickets","tickettyboo","tickey","tickeys","tickies","ticking","tickings","ticklace","ticklaces","tickle","tickled","tickler","ticklers","tickles","ticklier","tickliest","tickling","ticklings","ticklish","ticklishly","ticklishness","ticklishnesses","tickly","ticks","tickseed","tickseeds","ticktack","ticktacked","ticktacking","ticktacks","ticktacktoe","ticktacktoes","ticktock","ticktocked","ticktocking","ticktocks","ticky","tics","tictac","tictacked","tictacking","tictacs","tictoc","tictocked","tictocking","tictocs","tid","tidal","tidally","tidbit","tidbits","tiddier","tiddies","tiddiest","tiddle","tiddled","tiddledywink","tiddledywinks","tiddler","tiddlers","tiddles","tiddley","tiddleys","tiddlier","tiddlies","tiddliest","tiddling","tiddly","tiddlywink","tiddlywinks","tiddy","tide","tided","tideland","tidelands","tideless","tidelike","tideline","tidelines","tidemark","tidemarks","tidemill","tidemills","tiderip","tiderips","tides","tidesman","tidesmen","tidewaiter","tidewaiters","tidewater","tidewaters","tidewave","tidewaves","tideway","tideways","tidied","tidier","tidiers","tidies","tidiest","tidily","tidiness","tidinesses","tiding","tidings","tidivate","tidivated","tidivates","tidivating","tidivation","tidivations","tids","tidy","tidying","tidytips","tie","tieback","tiebacks","tiebreak","tiebreaker","tiebreakers","tiebreaks","tieclasp","tieclasps","tied","tieing","tieless","tiemannite","tiemannites","tiepin","tiepins","tier","tierce","tierced","tiercel","tiercelet","tiercelets","tiercels","tierceron","tiercerons","tierces","tiercet","tiercets","tiered","tiering","tiers","ties","tietac","tietack","tietacks","tietacs","tiff","tiffanies","tiffany","tiffed","tiffin","tiffined","tiffing","tiffings","tiffining","tiffins","tiffs","tifosi","tifoso","tift","tifted","tifting","tifts","tig","tige","tiger","tigereye","tigereyes","tigerish","tigerishly","tigerishness","tigerishnesses","tigerism","tigerisms","tigerlike","tigerly","tigers","tigerwood","tigerwoods","tigery","tiges","tigged","tigging","tiggywinkle","tiggywinkles","tight","tightass","tightassed","tightasses","tighten","tightened","tightener","tighteners","tightening","tightens","tighter","tightest","tightfisted","tightfistedness","tightfistednesses","tightish","tightishly","tightknit","tightly","tightness","tightnesses","tightrope","tightropes","tights","tightwad","tightwads","tightwire","tightwires","tiglic","tiglon","tiglons","tigon","tigons","tigress","tigresses","tigridia","tigridias","tigrine","tigrish","tigrishly","tigrishness","tigrishnesses","tigroid","tigs","tik","tika","tikanga","tikangas","tikas","tike","tikes","tiki","tikied","tikiing","tikis","tikka","tikkas","tikoloshe","tikoloshes","tiks","tiktaalik","tiktaaliks","til","tilak","tilaks","tilapia","tilapias","tilburies","tilbury","tilde","tildes","tile","tiled","tilefish","tilefishes","tilelike","tiler","tileries","tilers","tilery","tiles","tiliaceous","tiling","tilings","till","tillable","tillage","tillages","tillandsia","tillandsias","tilled","tiller","tillered","tillering","tillerless","tillerman","tillermen","tillers","tillicum","tillicums","tillier","tilliest","tilling","tillings","tillite","tillites","tills","tilly","tils","tilt","tiltable","tilted","tilter","tilters","tilth","tilths","tilting","tiltings","tiltmeter","tiltmeters","tiltrotor","tiltrotors","tilts","tiltyard","tiltyards","timarau","timaraus","timariot","timariots","timbal","timbale","timbales","timbals","timber","timberdoodle","timberdoodles","timbered","timberhead","timberheads","timbering","timberings","timberland","timberlands","timberline","timberlines","timberman","timbermen","timbers","timberwork","timberworks","timbery","timberyard","timberyards","timbo","timbos","timbral","timbre","timbrel","timbrelled","timbrels","timbres","timbrologies","timbrologist","timbrologists","timbrology","timbromania","timbromaniac","timbromaniacs","timbromanias","timbrophilies","timbrophilist","timbrophilists","timbrophily","time","timebomb","timebombs","timecard","timecards","timed","timeframe","timeframes","timekeeper","timekeepers","timekeeping","timekeepings","timeless","timelessly","timelessness","timelessnesses","timelier","timeliest","timeline","timelines","timeliness","timelinesses","timely","timenoguy","timenoguys","timeous","timeously","timeout","timeouts","timepass","timepassed","timepasses","timepassing","timepiece","timepieces","timepleaser","timepleasers","timer","timers","times","timesaver","timesavers","timesaving","timescale","timescales","timeserver","timeservers","timeserving","timeservings","timeshare","timeshares","timestamp","timestamped","timestamping","timestamps","timetable","timetabled","timetables","timetabling","timework","timeworker","timeworkers","timeworks","timeworn","timid","timider","timidest","timidities","timidity","timidly","timidness","timidnesses","timing","timings","timist","timists","timocracies","timocracy","timocratic","timocratical","timolol","timolols","timon","timoneer","timoneers","timons","timorous","timorously","timorousness","timorousnesses","timorsome","timothies","timothy","timous","timously","timpana","timpani","timpanist","timpanists","timpano","timpanum","timpanums","timps","tin","tina","tinaja","tinajas","tinamou","tinamous","tinas","tincal","tincals","tinchel","tinchels","tinct","tincted","tincting","tinctorial","tinctorially","tincts","tincture","tinctured","tinctures","tincturing","tind","tindal","tindals","tinded","tinder","tinderbox","tinderboxes","tinders","tindery","tinding","tinds","tine","tinea","tineal","tineas","tined","tineid","tineids","tines","tinfoil","tinfoils","tinful","tinfuls","ting","tinge","tinged","tingeing","tinges","tinging","tingle","tingled","tingler","tinglers","tingles","tinglier","tingliest","tingling","tinglingly","tinglings","tinglish","tingly","tings","tinguaite","tinguaites","tinhorn","tinhorns","tinier","tinies","tiniest","tinily","tininess","tininesses","tining","tink","tinked","tinker","tinkered","tinkerer","tinkerers","tinkering","tinkerings","tinkerman","tinkermen","tinkers","tinkertoy","tinkertoys","tinking","tinkle","tinkled","tinkler","tinklers","tinkles","tinklier","tinkliest","tinkling","tinklingly","tinklings","tinkly","tinks","tinlike","tinman","tinmen","tinned","tinner","tinners","tinnie","tinnier","tinnies","tinniest","tinnily","tinniness","tinninesses","tinning","tinnings","tinnitus","tinnituses","tinny","tinplate","tinplated","tinplates","tinplating","tinpot","tinpots","tins","tinsel","tinseled","tinseling","tinselled","tinselling","tinselly","tinselries","tinselry","tinsels","tinsey","tinseys","tinsmith","tinsmithing","tinsmithings","tinsmiths","tinsnips","tinstone","tinstones","tint","tintack","tintacks","tinted","tinter","tinters","tintier","tintiest","tintiness","tintinesses","tinting","tintings","tintinnabula","tintinnabulant","tintinnabular","tintinnabulary","tintinnabulate","tintinnabulated","tintinnabulates","tintinnabulation","tintinnabulations","tintinnabulous","tintinnabulum","tintless","tintometer","tintometers","tintookie","tintookies","tints","tinty","tintype","tintypes","tinware","tinwares","tinwork","tinworks","tiny","tip","tipcart","tipcarts","tipcat","tipcats","tipi","tipis","tipless","tipoff","tipoffs","tippable","tipped","tippee","tippees","tipper","tippers","tippet","tippets","tippier","tippiest","tipping","tippings","tipple","tippled","tippler","tipplers","tipples","tippling","tippy","tippytoe","tippytoed","tippytoeing","tippytoes","tips","tipsheet","tipsheets","tipsier","tipsiest","tipsified","tipsifies","tipsify","tipsifying","tipsily","tipsiness","tipsinesses","tipstaff","tipstaffs","tipstaves","tipster","tipsters","tipstock","tipstocks","tipsy","tipt","tiptoe","tiptoed","tiptoeing","tiptoes","tiptop","tiptops","tiptronic","tiptronics","tipula","tipulas","tipuna","tipunas","tirade","tirades","tirage","tirages","tirailleur","tirailleurs","tiramisu","tiramisus","tirasse","tirasses","tire","tired","tireder","tiredest","tiredly","tiredness","tirednesses","tireless","tirelessly","tirelessness","tirelessnesses","tireling","tirelings","tires","tiresome","tiresomely","tiresomeness","tiresomenesses","tirewoman","tirewomen","tiring","tirings","tiriti","tiritis","tirl","tirled","tirling","tirls","tiro","tirocinium","tirociniums","tiroes","tironic","tiros","tirr","tirred","tirring","tirrit","tirrits","tirrivee","tirrivees","tirrivie","tirrivies","tirrs","tis","tisane","tisanes","tisick","tisicks","tissual","tissue","tissued","tissues","tissuey","tissuing","tissular","tiswas","tiswases","tit","titan","titanate","titanates","titaness","titanesses","titania","titanias","titanic","titanically","titaniferous","titanis","titanises","titanism","titanisms","titanite","titanites","titanium","titaniums","titanosaur","titanosaurs","titanothere","titanotheres","titanous","titans","titarakura","titarakuras","titbit","titbits","titch","titches","titchier","titchiest","titchy","tite","titely","titer","titers","titfer","titfers","tithable","tithe","tithed","tither","tithers","tithes","tithing","tithingman","tithingmen","tithings","tithonia","tithonias","titi","titian","titians","titillate","titillated","titillates","titillating","titillatingly","titillation","titillations","titillative","titillator","titillators","titipounamu","titipounamus","titis","titivate","titivated","titivates","titivating","titivation","titivations","titivator","titivators","titlark","titlarks","title","titled","titleholder","titleholders","titleholding","titleless","titler","titlers","titles","titling","titlings","titlist","titlists","titman","titmen","titmice","titmose","titmouse","titoki","titokis","titrable","titrant","titrants","titratable","titrate","titrated","titrates","titrating","titration","titrations","titrator","titrators","titre","titres","titrimetric","tits","titted","titter","tittered","titterer","titterers","tittering","titteringly","titterings","titters","tittie","titties","titting","tittish","tittivate","tittivated","tittivates","tittivating","tittivation","tittivations","tittivator","tittivators","tittle","tittlebat","tittlebats","tittled","tittles","tittling","tittup","tittuped","tittuping","tittupped","tittupping","tittuppy","tittups","tittupy","titty","titubancies","titubancy","titubant","titubate","titubated","titubates","titubating","titubation","titubations","titular","titularies","titularities","titularity","titularly","titulars","titulary","titule","tituled","titules","tituli","tituling","titulus","titup","tituped","tituping","titupped","titupping","titups","titupy","tivy","tix","tiyin","tiyins","tizwas","tizwases","tizz","tizzes","tizzies","tizzy","tjanting","tjantings","tmeses","tmesis","to","toad","toadeater","toadeaters","toadfish","toadfishes","toadflax","toadflaxes","toadgrass","toadgrasses","toadied","toadies","toadish","toadless","toadlike","toadrush","toadrushes","toads","toadstone","toadstones","toadstool","toadstools","toady","toadying","toadyish","toadyism","toadyisms","toast","toasted","toaster","toasters","toastie","toastier","toasties","toastiest","toasting","toastings","toastmaster","toastmasters","toastmistress","toastmistresses","toasts","toasty","toaze","toazed","toazes","toazing","tobaccanalian","tobaccanalians","tobacco","tobaccoes","tobaccoless","tobacconist","tobacconists","tobaccos","tobies","toboggan","tobogganed","tobogganer","tobogganers","tobogganing","tobogganings","tobogganist","tobogganists","toboggans","toboggin","toboggined","toboggining","toboggins","toby","toc","toccata","toccatas","toccate","toccatella","toccatellas","toccatina","toccatinas","tocher","tochered","tochering","tocherless","tochers","tock","tocked","tockier","tockiest","tocking","tockley","tockleys","tocks","tocky","toco","tocologies","tocology","tocopherol","tocopherols","tocos","tocs","tocsin","tocsins","tod","today","todays","todde","todded","toddes","toddies","todding","toddle","toddled","toddler","toddlerhood","toddlerhoods","toddlers","toddles","toddling","toddy","todger","todgers","todies","tods","tody","toe","toea","toeas","toebie","toebies","toecap","toecaps","toeclip","toeclips","toed","toehold","toeholds","toeier","toeiest","toeing","toeless","toelike","toenail","toenailed","toenailing","toenails","toepiece","toepieces","toeplate","toeplates","toerag","toeragger","toeraggers","toerags","toes","toeshoe","toeshoes","toetoe","toetoes","toey","toff","toffee","toffees","toffier","toffies","toffiest","toffish","toffishness","toffishnesses","toffs","toffy","tofore","toft","tofts","tofu","tofus","tofutti","tofuttis","tog","toga","togae","togaed","togas","togate","togated","togavirus","togaviruses","toge","toged","toges","together","togetherness","togethernesses","togged","togger","toggered","toggeries","toggering","toggers","toggery","togging","toggle","toggled","toggler","togglers","toggles","toggling","togs","togue","togues","toheroa","toheroas","toho","tohunga","tohungas","toil","toile","toiled","toiler","toilers","toiles","toilet","toileted","toileting","toiletries","toiletry","toilets","toilette","toilettes","toilful","toilfully","toilfulness","toilfulnesses","toilinet","toilinets","toilinette","toilinettes","toiling","toilings","toilless","toils","toilsome","toilsomely","toilsomeness","toilsomenesses","toilworn","toing","toings","toise","toiseach","toiseachs","toisech","toisechs","toises","toison","toisons","toit","toited","toiting","toitoi","toitois","toits","tokamak","tokamaks","tokay","tokays","toke","toked","token","tokened","tokening","tokenism","tokenisms","tokenistic","tokens","toker","tokers","tokes","toking","toko","tokologies","tokology","tokoloshe","tokoloshes","tokoloshi","tokoloshis","tokomak","tokomaks","tokonoma","tokonomas","tokos","tokotoko","tokotokos","toktokkie","toktokkies","tola","tolan","tolane","tolanes","tolans","tolar","tolarjev","tolarji","tolars","tolas","tolbooth","tolbooths","tolbutamide","tolbutamides","told","tole","toled","toledo","toledos","tolerabilities","tolerability","tolerable","tolerableness","tolerablenesses","tolerably","tolerance","tolerances","tolerant","tolerantly","tolerate","tolerated","tolerates","tolerating","toleration","tolerationism","tolerationisms","tolerationist","tolerationists","tolerations","tolerative","tolerator","tolerators","toles","toleware","tolewares","tolidin","tolidine","tolidines","tolidins","toling","tolings","toll","tollable","tollage","tollages","tollbar","tollbars","tollbooth","tollbooths","tollbridge","tollbridges","tolldish","tolldishes","tolled","toller","tollers","tolley","tolleys","tollgate","tollgates","tollhouse","tollhouses","tollie","tollies","tolling","tollings","tollman","tollmen","tolls","tollway","tollways","tolly","tolsel","tolsels","tolsey","tolseys","tolt","tolter","toltered","toltering","tolters","tolts","tolu","toluate","toluates","toluene","toluenes","toluic","toluid","toluide","toluides","toluidide","toluidides","toluidin","toluidine","toluidines","toluidins","toluids","toluol","toluole","toluoles","toluols","tolus","toluyl","toluyls","tolyl","tolyls","tolzey","tolzeys","tom","tomahawk","tomahawked","tomahawking","tomahawks","tomalley","tomalleys","toman","tomans","tomatillo","tomatilloes","tomatillos","tomato","tomatoes","tomatoey","tomb","tombac","tomback","tombacks","tombacs","tombak","tombaks","tombal","tombed","tombic","tombing","tombless","tomblike","tomboc","tombocs","tombola","tombolas","tombolo","tombolos","tomboy","tomboyish","tomboyishly","tomboyishness","tomboyishnesses","tomboys","tombs","tombstone","tombstones","tomcat","tomcats","tomcatted","tomcatting","tomcod","tomcods","tome","tomenta","tomentose","tomentous","tomentum","tomes","tomfool","tomfooled","tomfooleries","tomfoolery","tomfooling","tomfoolish","tomfoolishness","tomfools","tomia","tomial","tomium","tommed","tommied","tommies","tomming","tommy","tommying","tommyrot","tommyrots","tomo","tomogram","tomograms","tomograph","tomographic","tomographies","tomographs","tomography","tomorrow","tomorrows","tomos","tompion","tompions","tompon","tomponed","tomponing","tompons","toms","tomtit","tomtits","ton","tonal","tonalite","tonalites","tonalitic","tonalities","tonalitive","tonality","tonally","tonant","tondi","tondini","tondino","tondinos","tondo","tondos","tone","tonearm","tonearms","toned","toneless","tonelessly","tonelessness","tonelessnesses","toneme","tonemes","tonemic","tonepad","tonepads","toner","toners","tones","tonetic","tonetically","tonetics","tonette","tonettes","toney","tong","tonga","tongas","tonged","tonger","tongers","tonging","tongman","tongmen","tongs","tongster","tongsters","tongue","tongued","tongueless","tonguelet","tonguelets","tonguelike","tongues","tonguester","tonguesters","tonguing","tonguings","tonic","tonically","tonicities","tonicity","tonics","tonier","tonies","toniest","tonight","tonights","toning","tonings","tonish","tonishly","tonishness","tonishnesses","tonite","tonites","tonk","tonka","tonked","tonker","tonkers","tonking","tonks","tonlet","tonlets","tonnag","tonnage","tonnages","tonnags","tonne","tonneau","tonneaus","tonneaux","tonnell","tonnells","tonner","tonners","tonnes","tonnish","tonnishly","tonnishness","tonnishnesses","tonometer","tonometers","tonometric","tonometries","tonometry","tonoplast","tonoplasts","tons","tonsil","tonsilar","tonsilitis","tonsilitises","tonsillar","tonsillary","tonsillectomies","tonsillectomy","tonsillites","tonsillitic","tonsillitides","tonsillitis","tonsillitises","tonsillotomies","tonsillotomy","tonsils","tonsor","tonsorial","tonsors","tonsure","tonsured","tonsures","tonsuring","tontine","tontiner","tontiners","tontines","tonus","tonuses","tony","too","tooart","tooarts","took","tool","toolbag","toolbags","toolbar","toolbars","toolbox","toolboxes","tooled","tooler","toolers","toolhead","toolheads","toolholder","toolholders","toolhouse","toolhouses","toolie","toolies","tooling","toolings","toolkit","toolkits","toolless","toolmaker","toolmakers","toolmaking","toolmakings","toolman","toolmen","toolpusher","toolpushers","toolroom","toolrooms","tools","toolset","toolsets","toolshed","toolsheds","toom","toomed","toomer","toomest","tooming","tooms","toon","toonie","toonies","toons","toorie","toories","tooshie","tooshier","tooshiest","toot","tooted","tooter","tooters","tooth","toothache","toothaches","toothbrush","toothbrushes","toothbrushing","toothbrushings","toothcomb","toothcombs","toothed","toothfish","toothfishes","toothful","toothfuls","toothier","toothiest","toothily","toothiness","toothinesses","toothing","toothings","toothless","toothlike","toothpaste","toothpastes","toothpick","toothpicks","tooths","toothshell","toothshells","toothsome","toothsomely","toothsomeness","toothsomenesses","toothwash","toothwashes","toothwort","toothworts","toothy","tooting","tootle","tootled","tootler","tootlers","tootles","tootling","toots","tootsed","tootses","tootsie","tootsies","tootsing","tootsy","top","topagnoses","topagnosia","topagnosias","topagnosis","topalgia","topalgias","toparch","toparchies","toparchs","toparchy","topaz","topazes","topazine","topazolite","topazolites","topcoat","topcoats","topcross","topcrosses","topdressing","topdressings","tope","topectomies","topectomy","toped","topee","topees","topek","topeks","toper","topers","topes","topflight","topful","topfull","topgallant","topgallants","toph","tophaceous","tophe","tophes","tophi","tophs","tophus","topi","topiarian","topiaries","topiarist","topiarists","topiary","topic","topical","topicalities","topicality","topically","topics","toping","topis","topkick","topkicks","topknot","topknots","topknotted","topless","toplessness","toplessnesses","topline","toplined","topliner","topliners","toplines","toplining","toploftical","toploftier","toploftiest","toploftily","toploftiness","toploftinesses","toplofty","topmaker","topmakers","topmaking","topmakings","topman","topmast","topmasts","topmen","topminnow","topminnows","topmost","topnotch","topnotcher","topnotchers","topo","topocentric","topochemistries","topochemistry","topograph","topographer","topographers","topographic","topographical","topographically","topographies","topographs","topography","topoi","topologic","topological","topologically","topologies","topologist","topologists","topology","toponym","toponymal","toponymic","toponymical","toponymics","toponymies","toponymist","toponymists","toponyms","toponymy","topophilia","topophilias","topos","topotype","topotypes","topped","topper","toppers","toppier","toppiest","topping","toppingly","toppings","topple","toppled","topples","toppling","toppy","tops","topsail","topsails","topscore","topscored","topscores","topscoring","topside","topsider","topsiders","topsides","topsman","topsmen","topsoil","topsoiled","topsoiling","topsoilings","topsoils","topspin","topspins","topstitch","topstitched","topstitches","topstitching","topstone","topstones","topwork","topworked","topworking","topworks","toque","toques","toquet","toquets","toquilla","toquillas","tor","tora","torah","torahs","toran","torana","toranas","torans","toras","torbanite","torbanites","torbernite","torbernites","torc","torch","torchable","torchbearer","torchbearers","torched","torcher","torchere","torcheres","torchers","torches","torchier","torchiere","torchieres","torchiers","torchiest","torching","torchings","torchlight","torchlights","torchlike","torchon","torchons","torchwood","torchwoods","torchy","torcs","torcular","torculars","tordion","tordions","tore","toreador","toreadors","torero","toreros","tores","toreutic","toreutics","torgoch","torgochs","tori","toric","torics","tories","torii","torment","tormenta","tormented","tormentedly","tormenter","tormenters","tormentil","tormentils","tormenting","tormentingly","tormentings","tormentor","tormentors","torments","tormentum","tormentums","tormina","torminal","torminous","torn","tornade","tornades","tornadic","tornado","tornadoes","tornados","tornillo","tornillos","toro","toroid","toroidal","toroidally","toroids","toros","torose","torosities","torosity","torot","toroth","torous","torpedinous","torpedo","torpedoed","torpedoer","torpedoers","torpedoes","torpedoing","torpedoist","torpedoists","torpedos","torpefied","torpefies","torpefy","torpefying","torpescence","torpescences","torpescent","torpid","torpidities","torpidity","torpidly","torpidness","torpidnesses","torpids","torpitude","torpitudes","torpor","torporific","torpors","torquate","torquated","torque","torqued","torquer","torquers","torques","torqueses","torquing","torr","torrefaction","torrefactions","torrefied","torrefies","torrefy","torrefying","torrent","torrential","torrentialities","torrentiality","torrentially","torrents","torrentuous","torret","torrets","torrid","torrider","torridest","torridities","torridity","torridly","torridness","torridnesses","torrified","torrifies","torrify","torrifying","torrs","tors","torsade","torsades","torse","torsel","torsels","torses","torsi","torsibilities","torsibility","torsiograph","torsiographs","torsion","torsional","torsionally","torsions","torsive","torsk","torsks","torso","torsos","tort","torta","tortas","torte","tortelli","tortellini","tortellinis","torten","tortes","tortfeasor","tortfeasors","torticollar","torticollis","torticollises","tortile","tortilities","tortility","tortilla","tortillas","tortillon","tortillons","tortious","tortiously","tortive","tortoise","tortoises","tortoiseshell","tortoiseshells","tortoni","tortonis","tortrices","tortricid","tortricids","tortrix","tortrixes","torts","tortuosities","tortuosity","tortuous","tortuously","tortuousness","tortuousnesses","torture","tortured","torturedly","torturer","torturers","tortures","torturesome","torturing","torturingly","torturings","torturous","torturously","torula","torulae","torulas","toruli","torulin","torulins","torulose","toruloses","torulosis","torulus","torus","tory","tosa","tosas","tose","tosed","toses","tosh","toshach","toshachs","toshed","tosher","toshers","toshes","toshier","toshiest","toshing","toshy","tosing","toss","tossed","tossen","tosser","tossers","tosses","tossicated","tossier","tossiest","tossily","tossing","tossings","tosspot","tosspots","tossup","tossups","tossy","tost","tostada","tostadas","tostado","tostados","tosticated","tostication","tostications","tot","totable","total","totaled","totaling","totalisation","totalisations","totalisator","totalisators","totalise","totalised","totaliser","totalisers","totalises","totalising","totalism","totalisms","totalist","totalistic","totalists","totalitarian","totalitarianise","totalitarianism","totalitarianisms","totalitarianize","totalitarianized","totalitarianizes","totalitarianizing","totalitarians","totalities","totality","totalization","totalizations","totalizator","totalizators","totalize","totalized","totalizer","totalizers","totalizes","totalizing","totalled","totalling","totally","totals","totanus","totanuses","totaquine","totaquines","totara","totaras","tote","toteable","toted","totem","totemic","totemically","totemism","totemisms","totemist","totemistic","totemists","totemite","totemites","totems","toter","toters","totes","tother","totient","totients","toting","totipalmate","totipalmation","totipalmations","totipotencies","totipotency","totipotent","totitive","totitives","tots","totted","totter","tottered","totterer","totterers","tottering","totteringly","totterings","totters","tottery","tottie","tottier","totties","tottiest","totting","tottings","totty","toucan","toucanet","toucanets","toucans","touch","touchable","touchableness","touchablenesses","touchback","touchbacks","touchdown","touchdowns","touche","touched","toucher","touchers","touches","touchhole","touchholes","touchier","touchiest","touchily","touchiness","touchinesses","touching","touchingly","touchingness","touchingnesses","touchings","touchless","touchline","touchlines","touchmark","touchmarks","touchpad","touchpads","touchpaper","touchpapers","touchstone","touchstones","touchtone","touchtones","touchup","touchups","touchwood","touchwoods","touchy","tough","toughed","toughen","toughened","toughener","tougheners","toughening","toughenings","toughens","tougher","toughest","toughie","toughies","toughing","toughish","toughly","toughness","toughnesses","toughs","toughy","touk","touked","touking","touks","toun","touns","toupee","toupeed","toupees","toupet","toupets","tour","touraco","touracos","tourbillion","tourbillions","tourbillon","tourbillons","toured","tourer","tourers","tourie","touries","touring","tourings","tourism","tourisms","tourist","tourista","touristas","touristed","touristic","touristically","tourists","touristy","tourmaline","tourmalines","tourmalinic","tournament","tournaments","tournedos","tourney","tourneyed","tourneyer","tourneyers","tourneying","tourneys","tourniquet","tourniquets","tournure","tournures","tours","tourtiere","tourtieres","touse","toused","touser","tousers","touses","tousier","tousiest","tousing","tousings","tousle","tousled","tousles","tousling","toustie","toustier","toustiest","tousy","tout","touted","touter","touters","toutie","toutier","toutiest","touting","touts","touze","touzed","touzes","touzier","touziest","touzing","touzle","touzled","touzles","touzling","touzy","tovarich","tovariches","tovarisch","tovarisches","tovarish","tovarishes","tow","towable","towage","towages","toward","towardliness","towardlinesses","towardly","towardness","towardnesses","towards","towaway","towaways","towbar","towbars","towboat","towboats","towed","towel","toweled","towelette","towelettes","towelhead","towelheads","toweling","towelings","towelled","towelling","towellings","towels","tower","towered","towerier","toweriest","towering","toweringly","towerless","towerlike","towers","towery","towhead","towheaded","towheads","towhee","towhees","towie","towier","towies","towiest","towing","towings","towkay","towkays","towline","towlines","towmon","towmond","towmonds","towmons","towmont","towmonts","town","townee","townees","townfolk","townhall","townhome","townhomes","townhouse","townhouses","townie","townier","townies","towniest","townish","townland","townlands","townless","townlet","townlets","townlier","townliest","townling","townlings","townly","towns","townscape","townscaped","townscapes","townscaping","townscapings","townsfolk","townsfolks","township","townships","townskip","townskips","townsman","townsmen","townspeople","townspeoples","townswoman","townswomen","townwear","towny","towpath","towpaths","towplane","towplanes","towrope","towropes","tows","towsack","towsacks","towse","towsed","towser","towsers","towses","towsier","towsiest","towsing","towsy","towt","towted","towting","towts","towy","towze","towzed","towzes","towzier","towziest","towzing","towzy","toxaemia","toxaemias","toxaemic","toxalbumin","toxalbumins","toxaphene","toxaphenes","toxemia","toxemias","toxemic","toxic","toxical","toxically","toxicant","toxicants","toxication","toxications","toxicities","toxicity","toxicogenic","toxicologic","toxicological","toxicologically","toxicologies","toxicologist","toxicologists","toxicology","toxicomania","toxicomanias","toxicophagous","toxicophobia","toxicophobias","toxicoses","toxicosis","toxics","toxigenic","toxigenicities","toxigenicity","toxin","toxine","toxines","toxins","toxiphagous","toxiphobia","toxiphobiac","toxiphobiacs","toxiphobias","toxocara","toxocaral","toxocaras","toxocariases","toxocariasis","toxoid","toxoids","toxophilies","toxophilite","toxophilites","toxophilitic","toxophily","toxoplasma","toxoplasmas","toxoplasmic","toxoplasmoses","toxoplasmosis","toy","toyed","toyer","toyers","toyetic","toying","toyings","toyish","toyishly","toyishness","toyishnesses","toylesome","toyless","toylike","toylsom","toyman","toymen","toyo","toyon","toyons","toyos","toys","toyshop","toyshops","toysome","toytown","toywoman","toywomen","toze","tozed","tozes","tozie","tozies","tozing","trabeate","trabeated","trabeation","trabeations","trabecula","trabeculae","trabecular","trabeculas","trabeculate","trabeculated","trabs","tracasserie","tracasseries","trace","traceabilities","traceability","traceable","traceableness","traceablenesses","traceably","traced","traceless","tracelessly","tracer","traceried","traceries","tracers","tracery","traces","traceur","traceurs","trachea","tracheae","tracheal","trachearian","trachearians","trachearies","tracheary","tracheas","tracheate","tracheated","tracheates","tracheid","tracheidal","tracheide","tracheides","tracheids","tracheites","tracheitides","tracheitis","tracheitises","trachelate","tracheobronchial","tracheolar","tracheole","tracheoles","tracheophyte","tracheophytes","tracheoscopies","tracheoscopy","tracheostomies","tracheostomy","tracheotomies","tracheotomy","trachinus","trachinuses","trachitis","trachitises","trachle","trachled","trachles","trachling","trachoma","trachomas","trachomatous","trachypterus","trachypteruses","trachyte","trachytes","trachytic","trachytoid","tracing","tracings","track","trackable","trackage","trackages","trackball","trackballs","trackbed","trackbeds","tracked","tracker","trackerball","trackerballs","trackers","tracking","trackings","tracklayer","tracklayers","tracklaying","tracklayings","tracklement","tracklements","trackless","tracklessly","tracklessness","tracklessnesses","trackman","trackmen","trackpad","trackpads","trackroad","trackroads","tracks","trackside","tracksides","tracksuit","tracksuits","trackwalker","trackwalkers","trackway","trackways","tract","tractabilities","tractability","tractable","tractableness","tractablenesses","tractably","tractarian","tractarians","tractate","tractates","tractator","tractators","tracted","tractile","tractilities","tractility","tracting","traction","tractional","tractions","tractive","tractor","tractoration","tractorations","tractorfeed","tractorfeeds","tractors","tractrices","tractrix","tracts","tractus","tractuses","trad","tradable","trade","tradeable","tradecraft","tradecrafts","traded","tradeful","tradeless","trademark","trademarked","trademarking","trademarks","tradename","tradenames","tradeoff","tradeoffs","trader","traders","tradership","traderships","trades","tradescantia","tradescantias","tradesfolk","tradesfolks","tradesman","tradesmanlike","tradesmen","tradespeople","tradespeoples","tradeswoman","tradeswomen","trading","tradings","tradition","traditional","traditionalise","traditionalised","traditionalises","traditionalism","traditionalisms","traditionalist","traditionalistic","traditionalists","traditionality","traditionalize","traditionalized","traditionalizes","traditionalizing","traditionally","traditionarily","traditionary","traditioner","traditioners","traditionist","traditionists","traditionless","traditions","traditive","traditor","traditores","traditors","trads","traduce","traduced","traducement","traducements","traducer","traducers","traduces","traducian","traducianism","traducianisms","traducianist","traducianistic","traducianists","traducians","traducible","traducing","traducingly","traducings","traduction","traductions","traductive","traffic","trafficabilities","trafficability","trafficable","trafficator","trafficators","trafficked","trafficker","traffickers","trafficking","traffickings","trafficky","trafficless","traffics","tragacanth","tragacanths","tragal","tragedian","tragedians","tragedienne","tragediennes","tragedies","tragedy","tragelaph","tragelaphine","tragelaphs","tragi","tragic","tragical","tragically","tragicalness","tragicalnesses","tragicomedies","tragicomedy","tragicomic","tragicomical","tragicomically","tragics","tragopan","tragopans","tragule","tragules","traguline","tragus","trahison","trahisons","traik","traiked","traiking","traikit","traiks","trail","trailable","trailbaston","trailbastons","trailblazer","trailblazers","trailblazing","trailblazings","trailbreaker","trailbreakers","trailed","trailer","trailerable","trailered","trailering","trailerings","trailerist","trailerists","trailerite","trailerites","trailers","trailhead","trailheads","trailing","trailingly","trailless","trails","trailside","train","trainabilities","trainability","trainable","trainband","trainbands","trainbearer","trainbearers","trained","trainee","trainees","traineeship","traineeships","trainer","trainers","trainful","trainfuls","training","trainings","trainless","trainload","trainloads","trainman","trainmen","trains","trainspotterish","trainway","trainways","traipse","traipsed","traipses","traipsing","traipsings","trait","traitor","traitoress","traitoresses","traitorhood","traitorhoods","traitorism","traitorisms","traitorly","traitorous","traitorously","traitorousness","traitors","traitorship","traitorships","traitress","traitresses","traits","traject","trajected","trajectile","trajecting","trajection","trajections","trajectories","trajectory","trajects","tralaticious","tralatitious","tram","tramcar","tramcars","tramel","trameled","trameling","tramell","tramelled","tramelling","tramells","tramels","tramless","tramline","tramlined","tramlines","trammed","trammel","trammeled","trammeler","trammelers","trammeling","trammelled","trammeller","trammellers","trammelling","trammels","trammie","trammies","tramming","tramontana","tramontanas","tramontane","tramontanes","tramp","tramped","tramper","trampers","trampet","trampets","trampette","trampettes","trampier","trampiest","tramping","trampings","trampish","trample","trampled","trampler","tramplers","tramples","trampling","tramplings","trampolin","trampoline","trampolined","trampoliner","trampoliners","trampolines","trampolining","trampolinings","trampolinist","trampolinists","trampolins","tramps","trampy","tramroad","tramroads","trams","tramway","tramways","trance","tranced","trancedly","trancelike","trances","trancey","tranche","tranches","tranchet","tranchets","trancier","tranciest","trancing","tranect","tranects","trangam","trangams","trangle","trangles","trank","tranks","trankum","trankums","trannie","trannies","tranny","tranq","tranqs","tranquil","tranquiler","tranquilest","tranquilisation","tranquilise","tranquilised","tranquiliser","tranquilisers","tranquilises","tranquilising","tranquilisingly","tranquilities","tranquility","tranquilization","tranquilize","tranquilized","tranquilizer","tranquilizers","tranquilizes","tranquilizing","tranquilizingly","tranquiller","tranquillest","tranquillise","tranquillised","tranquilliser","tranquillisers","tranquillises","tranquillising","tranquillities","tranquillity","tranquillize","tranquillized","tranquillizer","tranquillizers","tranquillizes","tranquillizing","tranquilly","tranquilness","tranquilnesses","trans","transact","transacted","transacting","transactinide","transactinides","transaction","transactional","transactionally","transactions","transactor","transactors","transacts","transalpine","transalpines","transaminase","transaminases","transamination","transaminations","transandean","transandine","transatlantic","transaxle","transaxles","transcalencies","transcalency","transcalent","transcaucasian","transceiver","transceivers","transcend","transcended","transcendence","transcendences","transcendencies","transcendency","transcendent","transcendental","transcendentalism","transcendentalisms","transcendentalist","transcendentalists","transcendentally","transcendentals","transcendently","transcendents","transcending","transcendingly","transcends","transcode","transcoded","transcodes","transcoding","transcontinental","transcranial","transcribable","transcribe","transcribed","transcriber","transcribers","transcribes","transcribing","transcript","transcriptase","transcriptases","transcription","transcriptional","transcriptionally","transcriptionist","transcriptionists","transcriptions","transcriptive","transcriptively","transcriptome","transcriptomes","transcripts","transcultural","transcurrent","transcutaneous","transdermal","transdisciplinary","transduce","transduced","transducer","transducers","transduces","transducing","transductant","transductants","transduction","transductional","transductions","transductor","transductors","transe","transect","transected","transecting","transection","transections","transects","transenna","transennas","transept","transeptal","transeptate","transepts","transes","transeunt","transexual","transexualism","transexualisms","transexuals","transfard","transfect","transfected","transfecting","transfection","transfections","transfects","transfer","transferabilities","transferability","transferable","transferal","transferals","transferase","transferases","transferee","transferees","transference","transferences","transferential","transferor","transferors","transferrable","transferral","transferrals","transferred","transferrer","transferrers","transferrible","transferrin","transferring","transferrins","transfers","transfiguration","transfigurations","transfigure","transfigured","transfigurement","transfigures","transfiguring","transfinite","transfix","transfixed","transfixes","transfixing","transfixion","transfixions","transfixt","transform","transformable","transformation","transformational","transformationalist","transformationalists","transformationally","transformations","transformative","transformed","transformer","transformers","transforming","transformings","transformism","transformisms","transformist","transformistic","transformists","transforms","transfusable","transfuse","transfused","transfuser","transfusers","transfuses","transfusible","transfusing","transfusion","transfusional","transfusionist","transfusionists","transfusions","transfusive","transfusively","transgender","transgendered","transgenders","transgene","transgenerational","transgenes","transgeneses","transgenesis","transgenic","transgenics","transgress","transgressed","transgresses","transgressing","transgression","transgressional","transgressions","transgressive","transgressively","transgressor","transgressors","tranship","transhipment","transhipments","transhipped","transhipper","transhippers","transhipping","transhippings","tranships","transhistorical","transhumance","transhumances","transhumant","transhumants","transhume","transhumed","transhumes","transhuming","transience","transiences","transiencies","transiency","transient","transiently","transientness","transientnesses","transients","transilience","transiliences","transiliencies","transiliency","transilient","transilluminate","transilluminated","transilluminates","transilluminating","transillumination","transilluminations","transilluminator","transilluminators","transire","transires","transisthmian","transistor","transistorise","transistorised","transistorises","transistorising","transistorization","transistorizations","transistorize","transistorized","transistorizes","transistorizing","transistors","transit","transitable","transited","transiting","transition","transitional","transitionally","transitionals","transitionary","transitions","transitive","transitively","transitiveness","transitivenesses","transitives","transitivities","transitivity","transitorily","transitoriness","transitorinesses","transitory","transits","translatabilities","translatability","translatable","translate","translated","translates","translating","translation","translational","translationally","translations","translative","translatives","translator","translatorial","translators","translatory","transleithan","transliterate","transliterated","transliterates","transliterating","transliteration","transliterations","transliterator","transliterators","translocate","translocated","translocates","translocating","translocation","translocations","translucence","translucences","translucencies","translucency","translucent","translucently","translucid","translucidities","translucidity","translumenal","transluminal","translunar","translunary","transmanche","transmarine","transmembrane","transmew","transmewed","transmewing","transmews","transmigrant","transmigrants","transmigrate","transmigrated","transmigrates","transmigrating","transmigration","transmigrations","transmigrative","transmigrator","transmigrators","transmigratory","transmissibilities","transmissibility","transmissible","transmission","transmissional","transmissions","transmissive","transmissively","transmissivities","transmissivity","transmissometer","transmissometers","transmit","transmits","transmittable","transmittal","transmittals","transmittance","transmittances","transmittancies","transmittancy","transmitted","transmitter","transmitters","transmittible","transmitting","transmittivity","transmogrification","transmogrifications","transmogrified","transmogrifies","transmogrify","transmogrifying","transmontane","transmontanes","transmountain","transmove","transmoved","transmoves","transmoving","transmundane","transmutability","transmutable","transmutably","transmutation","transmutational","transmutations","transmutative","transmute","transmuted","transmuter","transmuters","transmutes","transmuting","transnational","transnationalism","transnationalisms","transnatural","transoceanic","transom","transomed","transoms","transonic","transonics","transpacific","transpadane","transparence","transparences","transparencies","transparency","transparent","transparentise","transparentised","transparentises","transparentize","transparentized","transparentizes","transparentizing","transparently","transparentness","transparentnesses","transpersonal","transpicuous","transpicuously","transpierce","transpierced","transpierces","transpiercing","transpirable","transpiration","transpirational","transpirations","transpiratory","transpire","transpired","transpires","transpiring","transplacental","transplacentally","transplant","transplantabilities","transplantability","transplantable","transplantation","transplantations","transplanted","transplanter","transplanters","transplanting","transplantings","transplants","transpolar","transponder","transponders","transpondor","transpondors","transpontine","transport","transportabilities","transportability","transportable","transportal","transportals","transportance","transportances","transportation","transportational","transportations","transported","transportedly","transportedness","transportee","transportees","transporter","transporters","transporting","transportingly","transportings","transportive","transports","transposability","transposable","transposal","transposals","transpose","transposed","transposer","transposers","transposes","transposing","transposings","transposition","transpositional","transpositions","transpositive","transposon","transposons","transputer","transputers","transsexual","transsexualism","transsexualisms","transsexualities","transsexuality","transsexuals","transshape","transshaped","transshapes","transshaping","transship","transshipment","transshipments","transshipped","transshipper","transshippers","transshipping","transshippings","transships","transsonic","transthoracic","transthoracically","transubstantial","transubstantiate","transubstantiated","transubstantiates","transubstantiating","transubstantiation","transubstantiations","transudate","transudates","transudation","transudations","transudatory","transude","transuded","transudes","transuding","transume","transumed","transumes","transuming","transumpt","transumption","transumptions","transumptive","transumpts","transuranian","transuranic","transuranics","transuranium","transvaginal","transvaluate","transvaluated","transvaluates","transvaluating","transvaluation","transvaluations","transvalue","transvalued","transvaluer","transvaluers","transvalues","transvaluing","transversal","transversality","transversally","transversals","transverse","transversed","transversely","transverseness","transverses","transversing","transversion","transversions","transverter","transverters","transvest","transvested","transvestic","transvesting","transvestism","transvestisms","transvestist","transvestists","transvestite","transvestites","transvestitism","transvestitisms","transvests","trant","tranted","tranter","tranters","tranting","trants","trap","trapan","trapanned","trapanner","trapanners","trapanning","trapans","trapball","trapballs","trapdoor","trapdoors","trape","traped","trapes","trapesed","trapeses","trapesing","trapesings","trapeze","trapezed","trapezes","trapezia","trapezial","trapeziform","trapezii","trapezing","trapezist","trapezists","trapezium","trapeziums","trapezius","trapeziuses","trapezohedra","trapezohedral","trapezohedron","trapezohedrons","trapezoid","trapezoidal","trapezoids","trapfall","trapfalls","traping","traplike","trapline","traplines","trapnest","trapnested","trapnesting","trapnests","trappean","trapped","trapper","trappers","trappier","trappiest","trappiness","trappinesses","trapping","trappings","trappose","trappous","trappy","traprock","traprocks","traps","trapshooter","trapshooters","trapshooting","trapshootings","trapt","trapunto","trapuntos","trash","trashcan","trashcans","trashed","trasher","trasheries","trashers","trashery","trashes","trashier","trashiest","trashily","trashiness","trashinesses","trashing","trashman","trashmen","trashtrie","trashtries","trashy","trass","trasses","trat","trats","tratt","trattoria","trattorias","trattorie","tratts","trauchle","trauchled","trauchles","trauchling","trauma","traumas","traumata","traumatic","traumatically","traumatisation","traumatisations","traumatise","traumatised","traumatises","traumatising","traumatism","traumatisms","traumatization","traumatizations","traumatize","traumatized","traumatizes","traumatizing","traumatological","traumatologies","traumatology","traumatonasties","traumatonasty","travail","travailed","travailing","travails","trave","travel","travelator","travelators","traveled","traveler","travelers","traveling","travelings","travelled","traveller","travellers","travelling","travellings","travelog","travelogs","travelogue","travelogues","travels","traversable","traversal","traversals","traverse","traversed","traverser","traversers","traverses","traversing","traversings","travertin","travertine","travertines","travertins","traves","travestied","travesties","travesty","travestying","travis","travises","travois","travoise","travoises","travolator","travolators","trawl","trawled","trawler","trawlerman","trawlermen","trawlers","trawley","trawleys","trawling","trawlings","trawlnet","trawlnets","trawls","tray","traybit","traybits","trayful","trayfuls","traymobile","traymobiles","trayne","trayned","traynes","trayning","trays","trazodone","trazodones","treacher","treacherer","treacherers","treacheries","treacherous","treacherously","treacherousness","treacherousnesses","treachers","treachery","treachetour","treachetours","treachour","treachours","treacle","treacled","treacles","treaclier","treacliest","treacliness","treaclinesses","treacling","treacly","tread","treaded","treader","treaders","treading","treadings","treadle","treadled","treadler","treadlers","treadles","treadless","treadling","treadlings","treadmill","treadmills","treads","treadwheel","treadwheels","treague","treagues","treason","treasonable","treasonableness","treasonably","treasonous","treasons","treasurable","treasure","treasured","treasureless","treasurer","treasurers","treasurership","treasurerships","treasures","treasuries","treasuring","treasury","treat","treatabilities","treatability","treatable","treated","treater","treaters","treaties","treating","treatings","treatise","treatises","treatment","treatments","treats","treaty","treatyless","trebbiano","trebbianos","treble","trebled","trebleness","treblenesses","trebles","trebling","trebly","trebuchet","trebuchets","trebucket","trebuckets","trecentist","trecentists","trecento","trecentos","treck","trecked","trecking","trecks","treddle","treddled","treddles","treddling","tredecillion","tredecillions","tredille","tredilles","tredrille","tredrilles","tree","treed","treehopper","treehoppers","treehouse","treehouses","treeing","treelawn","treelawns","treeless","treelessness","treelessnesses","treelike","treen","treenail","treenails","treens","treenware","treenwares","trees","treeship","treeships","treetop","treetops","treeware","treewares","treewax","treewaxes","tref","trefa","trefah","trefoil","trefoiled","trefoils","tregetour","tregetours","trehala","trehalas","trehalose","trehaloses","treif","treifa","treillage","treillaged","treillages","treille","treilles","trek","trekked","trekker","trekkers","trekking","trekkings","treks","trekschuit","trekschuits","trellis","trellised","trellises","trellising","trelliswork","trellisworks","trema","tremas","trematic","trematode","trematodes","trematoid","trematoids","tremblant","tremble","trembled","tremblement","tremblements","trembler","tremblers","trembles","tremblier","trembliest","trembling","tremblingly","tremblings","trembly","tremendous","tremendously","tremendousness","tremendousnesses","tremie","tremies","tremolandi","tremolando","tremolandos","tremolant","tremolants","tremolite","tremolites","tremolitic","tremolo","tremolos","tremor","tremored","tremoring","tremorless","tremorous","tremors","tremulant","tremulants","tremulate","tremulated","tremulates","tremulating","tremulous","tremulously","tremulousness","tremulousnesses","trenail","trenails","trench","trenchancies","trenchancy","trenchand","trenchant","trenchantly","trenchard","trenchards","trenched","trencher","trencherman","trenchermen","trenchers","trenches","trenching","trend","trended","trendier","trendies","trendiest","trendified","trendifies","trendify","trendifying","trendily","trendiness","trendinesses","trending","trendoid","trendoids","trends","trendsetter","trendsetters","trendsetting","trendsettings","trendy","trendyism","trendyisms","trenise","trenises","trental","trentals","trepan","trepanation","trepanations","trepang","trepangs","trepanned","trepanner","trepanners","trepanning","trepannings","trepans","trephination","trephinations","trephine","trephined","trephiner","trephiners","trephines","trephining","trephinings","trepid","trepidant","trepidation","trepidations","trepidatory","treponema","treponemal","treponemas","treponemata","treponematoses","treponematosis","treponematous","treponeme","treponemes","tres","trespass","trespassed","trespasser","trespassers","trespasses","trespassing","tress","tressed","tressel","tressels","tresses","tressier","tressiest","tressing","tressour","tressours","tressure","tressured","tressures","tressy","trest","trestle","trestles","trestletree","trestletrees","trestlework","trestleworks","trests","tret","tretinoin","tretinoins","trets","trevallies","trevally","trevallys","trevet","trevets","trevis","trevises","treviss","trevisses","trew","trews","trewsman","trewsmen","trey","treybit","treybits","treys","trez","trezes","triable","triableness","triablenesses","triac","triacetate","triacetates","triacid","triacids","triaconter","triaconters","triacs","triact","triactinal","triactine","triad","triadelphous","triadic","triadically","triadics","triadism","triadisms","triadist","triadists","triads","triage","triaged","triages","triaging","trial","trialism","trialisms","trialist","trialists","trialities","triality","trialled","trialling","triallings","triallist","triallists","trialogue","trialogues","trials","trialware","trialwares","triamcinolone","triamcinolones","triandrian","triandrous","triangle","triangled","triangles","triangular","triangularities","triangularity","triangularly","triangulate","triangulated","triangulately","triangulates","triangulating","triangulation","triangulations","triapsal","triapsidal","triarch","triarchies","triarchs","triarchy","triassic","triathlete","triathletes","triathlon","triathlons","triatic","triatics","triatomic","triatomically","triaxial","triaxialities","triaxiality","triaxials","triaxon","triaxons","triazin","triazine","triazines","triazins","triazole","triazoles","triazolic","tribade","tribades","tribadic","tribadies","tribadism","tribadisms","tribady","tribal","tribalism","tribalisms","tribalist","tribalistic","tribalists","tribally","tribals","tribasic","tribble","tribbles","tribe","tribeless","tribes","tribesman","tribesmen","tribespeople","tribeswoman","tribeswomen","triblet","triblets","triboelectric","triboelectricities","triboelectricity","tribological","tribologies","tribologist","tribologists","tribology","triboluminescence","triboluminescences","triboluminescent","tribometer","tribometers","tribrach","tribrachial","tribrachic","tribrachs","tribromoethanol","tribromomethane","tribulate","tribulated","tribulates","tribulating","tribulation","tribulations","tribunal","tribunals","tribunary","tribunate","tribunates","tribune","tribunes","tribuneship","tribuneships","tribunicial","tribunician","tribunitial","tribunitian","tributaries","tributarily","tributariness","tributarinesses","tributary","tribute","tributer","tributers","tributes","tricameral","tricar","tricarboxylic","tricarpellary","tricars","trice","triced","tricentenaries","tricentenary","tricentennial","tricentennials","tricep","tricephalous","triceps","tricepses","triceratops","triceratopses","tricerion","tricerions","trices","trichiases","trichiasis","trichina","trichinae","trichinal","trichinas","trichinella","trichinellae","trichinellas","trichiniases","trichiniasis","trichinisation","trichinisations","trichinise","trichinised","trichinises","trichinising","trichinization","trichinizations","trichinize","trichinized","trichinizes","trichinizing","trichinose","trichinosed","trichinoses","trichinosing","trichinosis","trichinosises","trichinotic","trichinous","trichite","trichites","trichitic","trichloracetic","trichlorfon","trichlorfons","trichloride","trichlorides","trichloroacetic","trichloroethane","trichloroethylene","trichloroethylenes","trichlorphon","trichlorphons","trichobacteria","trichocyst","trichocystic","trichocysts","trichogyne","trichogynes","trichogynial","trichogynic","trichoid","trichological","trichologies","trichologist","trichologists","trichology","trichome","trichomes","trichomic","trichomonacidal","trichomonacide","trichomonacides","trichomonad","trichomonadal","trichomonads","trichomonal","trichomoniases","trichomoniasis","trichophyton","trichophytons","trichophytoses","trichophytosis","trichopteran","trichopterans","trichopterist","trichopterists","trichopterous","trichord","trichords","trichoses","trichosis","trichothecene","trichothecenes","trichotomic","trichotomies","trichotomise","trichotomised","trichotomises","trichotomising","trichotomize","trichotomized","trichotomizes","trichotomizing","trichotomous","trichotomously","trichotomy","trichroic","trichroism","trichroisms","trichromat","trichromatic","trichromatism","trichromatisms","trichromats","trichrome","trichromic","trichromics","trichronous","trichuriases","trichuriasis","tricing","trick","tricked","tricker","trickeries","trickers","trickery","trickie","trickier","trickiest","trickily","trickiness","trickinesses","tricking","trickings","trickish","trickishly","trickishness","trickishnesses","trickle","trickled","trickles","trickless","tricklet","tricklets","tricklier","trickliest","trickling","tricklingly","tricklings","trickly","tricks","tricksier","tricksiest","tricksily","tricksiness","tricksinesses","tricksome","trickster","trickstering","tricksterings","tricksters","tricksy","tricktrack","tricktracks","tricky","triclad","triclads","triclinia","triclinic","triclinium","triclosan","triclosans","tricolette","tricolettes","tricolor","tricolored","tricolors","tricolour","tricoloured","tricolours","triconsonantal","triconsonantic","tricorn","tricorne","tricornered","tricornes","tricorns","tricorporate","tricorporated","tricostate","tricot","tricoteuse","tricoteuses","tricotine","tricotines","tricots","tricrotic","tricrotism","tricrotisms","tricrotous","trictrac","trictracs","tricuspid","tricuspidal","tricuspidate","tricuspids","tricycle","tricycled","tricycler","tricyclers","tricycles","tricyclic","tricyclics","tricycling","tricyclings","tricyclist","tricyclists","tridacna","tridacnas","tridactyl","tridactylous","tridarn","tridarns","tride","trident","tridental","tridentate","tridented","tridents","tridimensional","tridimensionalities","tridimensionality","tridominia","tridominium","triduan","triduum","triduums","tridymite","tridymites","trie","triecious","tried","triella","triellas","triene","trienes","triennia","triennial","triennially","triennials","triennium","trienniums","triens","trientes","trier","trierarch","trierarchal","trierarchies","trierarchs","trierarchy","triers","tries","trieteric","triethyl","triethylamine","triethylamines","trifacial","trifacials","trifarious","trifecta","trifectas","triff","triffer","triffest","triffic","triffid","triffidian","triffids","triffidy","trifid","trifle","trifled","trifler","triflers","trifles","trifling","triflingly","triflingness","triflingnesses","triflings","trifluoperazine","trifluoperazines","trifluralin","trifluralins","trifocal","trifocals","trifold","trifoliate","trifoliated","trifolies","trifoliolate","trifolium","trifoliums","trifoly","triforia","triforial","triforium","triform","triformed","trifurcate","trifurcated","trifurcates","trifurcating","trifurcation","trifurcations","trig","trigamies","trigamist","trigamists","trigamous","trigamy","trigeminal","trigeminals","trigemini","trigeminus","trigged","trigger","triggered","triggerfish","triggerfishes","triggering","triggerless","triggerman","triggermen","triggers","triggest","trigging","triglot","triglots","trigly","triglyceride","triglycerides","triglyph","triglyphic","triglyphical","triglyphs","trigness","trignesses","trigo","trigon","trigonal","trigonally","trigonic","trigonometer","trigonometers","trigonometric","trigonometrical","trigonometrically","trigonometries","trigonometry","trigonous","trigons","trigos","trigram","trigrammatic","trigrammic","trigrams","trigraph","trigraphic","trigraphs","trigs","trigynian","trigynous","trihalomethane","trihalomethanes","trihedra","trihedral","trihedrals","trihedron","trihedrons","trihybrid","trihybrids","trihydrate","trihydrated","trihydrates","trihydric","trihydroxy","triiodomethane","triiodomethanes","triiodothyronine","triiodothyronines","trijet","trijets","trijugate","trijugous","trike","trikes","trilateral","trilateralism","trilateralisms","trilateralist","trilateralists","trilaterally","trilaterals","trilateration","trilaterations","trilbies","trilby","trilbys","trild","trilemma","trilemmas","trilinear","trilineate","trilingual","trilingualism","trilingualisms","trilingually","triliteral","triliteralism","triliteralisms","triliterals","trilith","trilithic","trilithon","trilithons","triliths","trill","trilled","triller","trillers","trilling","trillings","trillion","trillionaire","trillionaires","trillions","trillionth","trillionths","trillium","trilliums","trillo","trilloes","trills","trilobal","trilobate","trilobated","trilobe","trilobed","trilobes","trilobite","trilobites","trilobitic","trilocular","trilogies","trilogy","trim","trimaran","trimarans","trimer","trimeric","trimerism","trimerisms","trimerous","trimers","trimester","trimesters","trimestral","trimestrial","trimeter","trimeters","trimethadione","trimethadiones","trimethoprim","trimethoprims","trimethyl","trimethylamine","trimethylamines","trimethylene","trimethylenes","trimetric","trimetrical","trimetrogon","trimetrogons","trimix","trimixes","trimly","trimmed","trimmer","trimmers","trimmest","trimming","trimmingly","trimmings","trimness","trimnesses","trimolecular","trimonthly","trimorph","trimorphic","trimorphism","trimorphisms","trimorphous","trimorphs","trimotor","trimotors","trims","trimtab","trimtabs","trin","trinacrian","trinacriform","trinal","trinary","trindle","trindled","trindles","trindling","trine","trined","trines","tringle","tringles","trining","triniscope","triniscopes","trinitarian","trinities","trinitrate","trinitrates","trinitrin","trinitrins","trinitrobenzene","trinitrocresol","trinitrocresols","trinitrophenol","trinitrophenols","trinitrotoluene","trinitrotoluenes","trinitrotoluol","trinitrotoluols","trinity","trinket","trinketed","trinketer","trinketers","trinketing","trinketings","trinketries","trinketry","trinkets","trinkum","trinkums","trinocular","trinodal","trinomial","trinomialism","trinomialisms","trinomialist","trinomialists","trinomially","trinomials","trins","trinucleotide","trinucleotides","trio","triode","triodes","trioecious","triol","triolein","trioleins","triolet","triolets","triols","triones","trionym","trionymal","trionyms","trior","triors","trios","triose","trioses","trioxid","trioxide","trioxides","trioxids","trioxoboric","trioxygen","trioxygens","trip","tripack","tripacks","tripalmitin","tripalmitins","tripart","tripartism","tripartisms","tripartite","tripartitely","tripartition","tripartitions","tripe","tripedal","tripehound","tripehounds","triperies","tripersonal","tripersonalism","tripersonalisms","tripersonalist","tripersonalists","tripersonality","tripery","tripes","tripetalous","tripey","triphammer","triphammers","triphase","triphenylamine","triphenylamines","triphenylmethane","triphenylmethanes","triphibious","triphone","triphones","triphosphate","triphosphates","triphthong","triphthongal","triphthongs","triphylite","triphylites","triphyllous","tripier","tripiest","tripinnate","tripinnately","tripitaka","tripitakas","triplane","triplanes","triple","tripled","tripleness","triplenesses","triples","triplet","tripletail","tripletails","triplets","triplex","triplexes","triplicate","triplicated","triplicates","triplicating","triplication","triplications","triplicities","triplicity","triplied","triplies","tripling","triplings","triplite","triplites","triploblastic","triploid","triploidies","triploids","triploidy","triply","triplying","tripod","tripodal","tripodic","tripodies","tripods","tripody","tripoli","tripolis","tripos","triposes","trippant","tripped","tripper","tripperish","trippers","trippery","trippet","trippets","trippier","trippiest","tripping","trippingly","trippings","tripple","trippled","trippler","tripplers","tripples","trippling","trippy","trips","tripses","tripsis","triptan","triptane","triptanes","triptans","tripterous","triptote","triptotes","triptyca","triptycas","triptych","triptychs","triptyque","triptyques","tripudia","tripudiary","tripudiate","tripudiated","tripudiates","tripudiating","tripudiation","tripudiations","tripudium","tripudiums","tripwire","tripwires","tripy","triquetra","triquetrae","triquetral","triquetrous","triquetrously","triquetrum","triradial","triradiate","triradiately","trireme","triremes","trisaccharide","trisaccharides","trisagion","trisagions","triscele","trisceles","trisect","trisected","trisecting","trisection","trisections","trisector","trisectors","trisectrices","trisectrix","trisects","triseme","trisemes","trisemic","triserial","trishaw","trishaws","triskaidekaphobia","triskaidekaphobias","triskele","triskeles","triskelia","triskelion","triskelions","trismic","trismus","trismuses","trisoctahedra","trisoctahedral","trisoctahedron","trisoctahedrons","trisodium","trisome","trisomes","trisomic","trisomics","trisomies","trisomy","trist","tristate","triste","tristearin","tristearins","tristesse","tristesses","tristeza","tristezas","tristful","tristfully","tristfulness","tristfulnesses","tristich","tristichic","tristichous","tristichs","tristimulus","trisubstituted","trisul","trisula","trisulas","trisulcate","trisulfide","trisulfides","trisulphide","trisulphides","trisuls","trisyllabic","trisyllabical","trisyllabically","trisyllable","trisyllables","tritagonist","tritagonists","tritanope","tritanopes","tritanopia","tritanopias","tritanopic","trite","tritely","triteness","tritenesses","triter","triternate","trites","tritest","tritheism","tritheisms","tritheist","tritheistic","tritheistical","tritheists","trithing","trithings","trithionate","trithionates","trithionic","tritiate","tritiated","tritiates","tritiating","tritiation","tritiations","tritical","triticale","triticales","tritically","triticalness","triticalnesses","triticeous","triticism","triticisms","triticum","triticums","tritide","tritides","tritium","tritiums","tritoma","tritomas","triton","tritone","tritones","tritonia","tritonias","tritons","tritubercular","trituberculate","trituberculies","trituberculism","trituberculisms","trituberculy","triturable","triturate","triturated","triturates","triturating","trituration","triturations","triturator","triturators","triumph","triumphal","triumphalism","triumphalisms","triumphalist","triumphalists","triumphals","triumphant","triumphantly","triumphed","triumpher","triumpheries","triumphers","triumphery","triumphing","triumphings","triumphs","triumvir","triumviral","triumvirate","triumvirates","triumviri","triumviries","triumvirs","triumviry","triune","triunes","triunities","triunity","trivalence","trivalences","trivalencies","trivalency","trivalent","trivalve","trivalved","trivalves","trivalvular","trivet","trivets","trivia","trivial","trivialisation","trivialisations","trivialise","trivialised","trivialises","trivialising","trivialism","trivialisms","trivialist","trivialists","trivialities","triviality","trivialization","trivializations","trivialize","trivialized","trivializes","trivializing","trivially","trivialness","trivialnesses","trivium","triviums","triweeklies","triweekly","trizonal","trizone","trizones","troad","troade","troades","troads","troak","troaked","troaking","troaks","troat","troated","troating","troats","trocar","trocars","trochaic","trochaically","trochaics","trochal","trochanter","trochanteral","trochanteric","trochanters","trochar","trochars","troche","trocheameter","trocheameters","trochee","trochees","trochelminth","trochelminths","troches","trochi","trochil","trochili","trochilic","trochils","trochilus","trochiluses","trochiscus","trochiscuses","trochisk","trochisks","trochite","trochites","trochlea","trochleae","trochlear","trochlears","trochleas","trochoid","trochoidal","trochoidally","trochoids","trochometer","trochometers","trochophore","trochophores","trochosphere","trochospheres","trochotron","trochotrons","trochus","trochuses","trock","trocked","trocken","trocking","trocks","troctolite","troctolites","trod","trodden","trode","trodes","trods","troelie","troelies","troely","troffer","troffers","trog","trogged","trogging","troggs","troglodyte","troglodytes","troglodytic","troglodytical","troglodytism","troglodytisms","trogon","trogons","trogs","troika","troikas","troilism","troilisms","troilist","troilists","troilite","troilites","troilus","troiluses","trois","troke","troked","trokes","troking","troland","trolands","troll","trolled","troller","trollers","trolley","trolleybus","trolleybuses","trolleybusses","trolleyed","trolleying","trolleys","trollied","trollies","trolling","trollings","trollius","trolliuses","trollop","trolloped","trollopee","trollopees","trolloping","trollopish","trollops","trollopy","trolls","trolly","trollying","trombiculid","trombiculids","trombidiases","trombidiasis","trombone","trombones","trombonist","trombonists","tromino","trominoes","trominos","trommel","trommels","tromometer","tromometers","tromometric","tromp","trompe","tromped","trompes","tromping","tromps","tron","trona","tronas","tronc","troncs","trone","trones","tronk","tronks","trons","troolie","troolies","troop","trooped","trooper","troopers","troopial","troopials","trooping","troops","troopship","troopships","troostite","troostites","trooz","trop","tropaeola","tropaeolin","tropaeolins","tropaeolum","tropaeolums","troparia","troparion","trope","troped","tropeolin","tropeolins","tropes","trophallactic","trophallaxes","trophallaxis","trophesial","trophesies","trophesy","trophi","trophic","trophically","trophied","trophies","trophobioses","trophobiosis","trophobiotic","trophoblast","trophoblastic","trophoblasts","trophologies","trophology","trophoneuroses","trophoneurosis","trophoplasm","trophoplasms","trophotactic","trophotaxes","trophotaxis","trophotropic","trophotropism","trophotropisms","trophozoite","trophozoites","trophy","trophying","tropic","tropical","tropicalisation","tropicalise","tropicalised","tropicalises","tropicalising","tropicalities","tropicality","tropicalization","tropicalize","tropicalized","tropicalizes","tropicalizing","tropically","tropicals","tropicbird","tropicbirds","tropics","tropin","tropine","tropines","troping","tropins","tropism","tropismatic","tropisms","tropist","tropistic","tropists","tropocollagen","tropocollagens","tropologic","tropological","tropologically","tropologies","tropology","tropomyosin","tropomyosins","troponin","troponins","tropopause","tropopauses","tropophilous","tropophyte","tropophytes","tropophytic","troposcatter","troposcatters","troposphere","tropospheres","tropospheric","tropotaxes","tropotaxis","troppo","trossers","trot","troth","trothed","trothful","trothing","trothless","trothplight","trothplighted","trothplighting","trothplights","troths","trotline","trotlines","trots","trotted","trotter","trotters","trotting","trottings","trottoir","trottoirs","trotyl","trotyls","troubadour","troubadours","trouble","troubled","troubledly","troublefree","troublemaker","troublemakers","troublemaking","troublemakings","troubler","troublers","troubles","troubleshoot","troubleshooter","troubleshooters","troubleshooting","troubleshoots","troubleshot","troublesome","troublesomely","troublesomeness","troublesomenesses","troubling","troublings","troublous","troublously","troublousness","troublousnesses","trouch","trouches","trough","troughed","troughing","troughlike","troughs","troule","trouled","troules","trouling","trounce","trounced","trouncer","trouncers","trounces","trouncing","trouncings","troupe","trouped","trouper","troupers","troupes","troupial","troupials","trouping","trouse","trouser","trousered","trousering","trouserings","trouserless","trousers","trouses","trousseau","trousseaus","trousseaux","trout","trouter","trouters","troutful","troutier","troutiest","trouting","troutings","troutless","troutlet","troutlets","troutling","troutlings","trouts","troutstone","troutstones","trouty","trouvaille","trouvailles","trouvere","trouveres","trouveur","trouveurs","trove","trover","trovers","troves","trow","trowed","trowel","troweled","troweler","trowelers","troweling","trowelled","troweller","trowellers","trowelling","trowels","trowing","trows","trowsers","trowth","trowths","troy","troys","truancies","truancy","truant","truanted","truanting","truantly","truantries","truantry","truants","truantship","truantships","trucage","trucages","truce","truced","truceless","truces","truchman","truchmans","truchmen","trucial","trucing","truck","truckable","truckage","truckages","trucked","trucker","truckers","truckful","truckfuls","truckie","truckies","trucking","truckings","truckle","truckled","truckler","trucklers","truckles","truckline","trucklines","truckling","trucklings","truckload","truckloads","truckman","truckmaster","truckmasters","truckmen","trucks","truckstop","truckstops","truculence","truculences","truculencies","truculency","truculent","truculently","trudge","trudged","trudgen","trudgens","trudgeon","trudgeons","trudger","trudgers","trudges","trudging","trudgings","true","trueblue","trueblues","trueborn","truebred","trued","truehearted","trueheartedness","trueheartednesses","trueing","truelove","trueloves","trueman","truemen","trueness","truenesses","truepennies","truepenny","truer","trues","truest","truffe","truffes","truffle","truffled","truffles","truffling","trufflings","trug","trugo","trugos","trugs","truing","truism","truisms","truistic","trull","trulls","truly","trumeau","trumeaux","trump","trumped","trumperies","trumpery","trumpet","trumpeted","trumpeter","trumpeters","trumpeting","trumpetings","trumpetlike","trumpets","trumpetweed","trumpetweeds","trumping","trumpings","trumpless","trumps","truncal","truncate","truncated","truncately","truncates","truncating","truncation","truncations","truncheon","truncheoned","truncheoner","truncheoners","truncheoning","truncheons","trundle","trundled","trundler","trundlers","trundles","trundling","trunk","trunked","trunkfish","trunkfishes","trunkful","trunkfuls","trunking","trunkings","trunkless","trunks","trunksful","trunksleeve","trunksleeves","trunkwork","trunkworks","trunnel","trunnels","trunnion","trunnioned","trunnions","truquage","truquages","truqueur","truqueurs","truss","trussed","trusser","trussers","trusses","trussing","trussings","trust","trustabilities","trustability","trustable","trustafarian","trustafarians","trustbuster","trustbusters","trustbusting","trustbustings","trusted","trustee","trusteed","trusteeing","trustees","trusteeship","trusteeships","truster","trusters","trustful","trustfully","trustfulness","trustfulnesses","trustier","trusties","trustiest","trustily","trustiness","trustinesses","trusting","trustingly","trustingness","trustingnesses","trustless","trustlessly","trustlessness","trustlessnesses","trustor","trustors","trusts","trustworthily","trustworthiness","trustworthinesses","trustworthy","trusty","truth","truthful","truthfully","truthfulness","truthfulnesses","truthier","truthiest","truthiness","truthinesses","truthless","truthlessness","truthlessnesses","truthlike","truths","truthy","try","trye","tryer","tryers","trying","tryingly","tryingness","tryingnesses","tryings","tryke","trykes","tryma","trymata","tryout","tryouts","tryp","trypaflavine","trypaflavines","trypan","trypanocidal","trypanocide","trypanocides","trypanosomal","trypanosome","trypanosomes","trypanosomiases","trypanosomiasis","trypanosomic","tryparsamide","tryparsamides","tryps","trypsin","trypsinogen","trypsinogens","trypsins","tryptamine","tryptamines","tryptic","tryptophan","tryptophane","tryptophanes","tryptophans","trysail","trysails","tryst","tryste","trysted","tryster","trysters","trystes","trysting","trysts","tryworks","tsaddik","tsaddikim","tsaddiks","tsaddiq","tsaddiqim","tsaddiqs","tsade","tsades","tsadi","tsadis","tsamba","tsambas","tsantsa","tsantsas","tsar","tsardom","tsardoms","tsarevich","tsareviches","tsarevitch","tsarevitches","tsarevna","tsarevnas","tsarina","tsarinas","tsarism","tsarisms","tsarist","tsarists","tsaritsa","tsaritsas","tsaritza","tsaritzas","tsars","tsatske","tsatskes","tschernosem","tschernosems","tsesarevich","tsesareviches","tsesarevitch","tsesarevitches","tsesarevna","tsesarevnas","tsesarewich","tsesarewiches","tsesarewitch","tsesarewitches","tsessebe","tsessebes","tsetse","tsetses","tsigane","tsiganes","tsimmes","tsimmeses","tsitsith","tsk","tsked","tsking","tsks","tsktsk","tsktsked","tsktsking","tsktsks","tsooris","tsores","tsoris","tsorriss","tsotsi","tsotsis","tsotsitaal","tsotsitaals","tsouris","tsourises","tsuba","tsubas","tsunami","tsunamic","tsunamis","tsuris","tsurises","tsutsugamushi","tsutsugamushis","tsutsumu","tsutsumus","tuan","tuans","tuart","tuarts","tuatara","tuataras","tuatera","tuateras","tuath","tuaths","tuatua","tuatuas","tub","tuba","tubae","tubage","tubages","tubaist","tubaists","tubal","tubar","tubas","tubate","tubbable","tubbed","tubber","tubbers","tubbier","tubbiest","tubbiness","tubbinesses","tubbing","tubbings","tubbish","tubby","tube","tubectomies","tubectomy","tubed","tubeful","tubefuls","tubeless","tubelike","tubenose","tubenoses","tuber","tuberaceous","tubercle","tubercled","tubercles","tubercula","tubercular","tubercularly","tuberculars","tuberculate","tuberculated","tuberculately","tuberculation","tuberculations","tubercule","tubercules","tuberculin","tuberculins","tuberculisation","tuberculise","tuberculised","tuberculises","tuberculising","tuberculization","tuberculize","tuberculized","tuberculizes","tuberculizing","tuberculoid","tuberculoma","tuberculomas","tuberculomata","tuberculose","tuberculosed","tuberculoses","tuberculosis","tuberculous","tuberculously","tuberculum","tuberiferous","tuberiform","tuberoid","tuberose","tuberoses","tuberosities","tuberosity","tuberous","tubers","tubes","tubework","tubeworks","tubeworm","tubeworms","tubfast","tubfasts","tubfish","tubfishes","tubful","tubfuls","tubicolar","tubicole","tubicoles","tubicolous","tubifex","tubifexes","tubificid","tubificids","tubiflorous","tubiform","tubing","tubings","tubist","tubists","tublike","tubocurarine","tubocurarines","tuboplasties","tuboplasty","tubs","tubular","tubularian","tubularians","tubularities","tubularity","tubularly","tubulate","tubulated","tubulates","tubulating","tubulation","tubulations","tubulator","tubulators","tubulature","tubulatures","tubule","tubules","tubulifloral","tubuliflorous","tubulin","tubulins","tubulose","tubulous","tubulously","tubulure","tubulures","tuchun","tuchuns","tuck","tuckahoe","tuckahoes","tucked","tucker","tuckerbag","tuckerbags","tuckerbox","tuckerboxes","tuckered","tuckering","tuckers","tucket","tuckets","tucking","tucks","tuckshop","tuckshops","tucotuco","tucotucos","tucutuco","tucutucos","tucutucu","tucutucus","tufa","tufaceous","tufas","tuff","tuffaceous","tuffe","tuffes","tuffet","tuffets","tuffs","tufftaffeta","tufftaffetas","tufftaffeties","tufftaffety","tufoli","tuft","tuftaffeta","tuftaffetas","tuftaffeties","tuftaffety","tufted","tufter","tufters","tuftier","tuftiest","tuftily","tufting","tuftings","tufts","tufty","tug","tugboat","tugboats","tugged","tugger","tuggers","tugging","tuggingly","tuggings","tughra","tughras","tughrik","tughriks","tugless","tugra","tugras","tugrik","tugriks","tugs","tui","tuille","tuilles","tuillette","tuillettes","tuilyie","tuilyied","tuilyieing","tuilyies","tuilzie","tuilzied","tuilzieing","tuilzies","tuina","tuinas","tuis","tuism","tuisms","tuition","tuitional","tuitionary","tuitions","tuktoo","tuktoos","tuktu","tuktus","tuladi","tuladis","tularaemia","tularaemias","tularaemic","tularemia","tularemias","tularemic","tulban","tulbans","tulchan","tulchans","tule","tules","tulip","tulipant","tulipants","tuliplike","tulipomania","tulipomanias","tulips","tulipwood","tulipwoods","tulle","tulles","tullibee","tullibees","tulpa","tulpas","tulwar","tulwars","tum","tumatakuru","tumatakurus","tumble","tumblebug","tumblebugs","tumbled","tumbledown","tumblehome","tumblehomes","tumbler","tumblerful","tumblerfuls","tumblers","tumblersful","tumbles","tumbleset","tumblesets","tumbleweed","tumbleweeds","tumbling","tumblings","tumbrel","tumbrels","tumbril","tumbrils","tumefacient","tumefaction","tumefactions","tumefied","tumefies","tumefy","tumefying","tumesce","tumesced","tumescence","tumescences","tumescent","tumescently","tumesces","tumescing","tumid","tumidities","tumidity","tumidly","tumidness","tumidnesses","tummies","tummler","tummlers","tummy","tumor","tumoral","tumorgenic","tumorgenicities","tumorgenicity","tumorigeneses","tumorigenesis","tumorigenic","tumorigenicities","tumorigenicity","tumorlike","tumorous","tumors","tumour","tumours","tump","tumped","tumphies","tumphy","tumpier","tumpiest","tumping","tumpline","tumplines","tumps","tumpy","tums","tumshie","tumshies","tumular","tumulary","tumuli","tumulose","tumulosities","tumulosity","tumulous","tumult","tumulted","tumulting","tumults","tumultuary","tumultuate","tumultuated","tumultuates","tumultuating","tumultuation","tumultuations","tumultuous","tumultuously","tumultuousness","tumultuousnesses","tumulus","tumuluses","tun","tuna","tunabilities","tunability","tunable","tunableness","tunablenesses","tunably","tunas","tunbellied","tunbellies","tunbelly","tund","tunded","tunding","tundish","tundishes","tundra","tundras","tunds","tundun","tunduns","tune","tuneable","tuneably","tuned","tuneful","tunefully","tunefulness","tunefulnesses","tuneless","tunelessly","tunelessness","tunelessnesses","tuner","tuners","tunes","tunesmith","tunesmiths","tuneup","tuneups","tung","tungs","tungstate","tungstates","tungsten","tungstens","tungstic","tungstite","tungstites","tungstous","tunic","tunica","tunicae","tunicate","tunicated","tunicates","tunicin","tunicins","tunicked","tunicle","tunicles","tunics","tunier","tuniest","tuning","tunings","tunnage","tunnages","tunned","tunnel","tunneled","tunneler","tunnelers","tunneling","tunnelings","tunnelled","tunneller","tunnellers","tunnellike","tunnelling","tunnellings","tunnels","tunnies","tunning","tunnings","tunny","tuns","tuny","tup","tupek","tupeks","tupelo","tupelos","tupik","tupiks","tuple","tuples","tupped","tuppence","tuppences","tuppennies","tuppenny","tupping","tups","tuptowing","tupuna","tupunas","tuque","tuques","turacin","turacins","turaco","turacos","turacou","turacous","turacoverdin","turacoverdins","turangawaewae","turangawaewaes","turban","turband","turbands","turbaned","turbanned","turbans","turbant","turbants","turbaries","turbary","turbellarian","turbellarians","turbeth","turbeths","turbid","turbidimeter","turbidimeters","turbidimetric","turbidimetrically","turbidimetries","turbidimetry","turbidite","turbidites","turbidities","turbidity","turbidly","turbidness","turbidnesses","turbinacious","turbinal","turbinals","turbinate","turbinated","turbinates","turbination","turbinations","turbine","turbined","turbines","turbit","turbith","turbiths","turbits","turbo","turbocar","turbocars","turbocharged","turbocharger","turbochargers","turbocharging","turbochargings","turboelectric","turbofan","turbofans","turbogenerator","turbogenerators","turbojet","turbojets","turbomachineries","turbomachinery","turbond","turbonds","turboprop","turboprops","turbos","turboshaft","turboshafts","turbot","turbots","turbulator","turbulators","turbulence","turbulences","turbulencies","turbulency","turbulent","turbulently","turcopole","turcopoles","turcopolier","turcopoliers","turd","turdine","turdion","turdions","turdoid","turds","turducken","turduckens","tureen","tureens","turf","turfed","turfen","turfgrass","turfgrasses","turfier","turfiest","turfiness","turfinesses","turfing","turfings","turfite","turfites","turfless","turflike","turfman","turfmen","turfs","turfski","turfskiing","turfskiings","turfskis","turfy","turgencies","turgency","turgent","turgently","turgescence","turgescences","turgescencies","turgescency","turgescent","turgid","turgider","turgidest","turgidities","turgidity","turgidly","turgidness","turgidnesses","turgite","turgites","turgor","turgors","turion","turions","turista","turistas","turk","turkey","turkeys","turkies","turkieses","turkis","turkises","turkois","turkoises","turks","turlough","turloughs","turm","turme","turmeric","turmerics","turmes","turmoil","turmoiled","turmoiling","turmoils","turms","turn","turnable","turnabout","turnabouts","turnagain","turnagains","turnaround","turnarounds","turnback","turnbacks","turnbroach","turnbroaches","turnbuckle","turnbuckles","turncoat","turncoats","turncock","turncocks","turndown","turndowns","turndun","turnduns","turned","turner","turneries","turners","turnery","turnhall","turnhalls","turning","turnings","turnip","turniped","turniping","turnips","turnipy","turnkey","turnkeys","turnoff","turnoffs","turnon","turnons","turnout","turnouts","turnover","turnovers","turnpike","turnpikes","turnround","turnrounds","turns","turnskin","turnskins","turnsole","turnsoles","turnspit","turnspits","turnstile","turnstiles","turnstone","turnstones","turntable","turntables","turnup","turnups","turnverein","turnvereins","turophile","turophiles","turpentine","turpentined","turpentines","turpentining","turpentiny","turpeth","turpeths","turpitude","turpitudes","turps","turquois","turquoise","turquoises","turret","turreted","turrets","turribant","turribants","turrical","turriculate","turriculated","turtle","turtleback","turtlebacks","turtled","turtledove","turtledoves","turtlehead","turtleheads","turtleneck","turtlenecked","turtlenecks","turtler","turtlers","turtles","turtling","turtlings","turves","tusche","tusches","tush","tushed","tusheries","tushery","tushes","tushie","tushies","tushing","tushkar","tushkars","tushker","tushkers","tushy","tusk","tuskar","tuskars","tusked","tusker","tuskers","tuskier","tuskiest","tusking","tuskings","tuskless","tusklike","tusks","tusky","tussac","tussah","tussahs","tussal","tussar","tussars","tusseh","tussehs","tusser","tussers","tusses","tussis","tussises","tussive","tussle","tussled","tussles","tussling","tussock","tussocked","tussocks","tussocky","tussor","tussore","tussores","tussors","tussuck","tussucks","tussur","tussurs","tut","tutania","tutanias","tutee","tutees","tutelage","tutelages","tutelar","tutelaries","tutelars","tutelary","tutenag","tutenags","tutiorism","tutiorisms","tutiorist","tutiorists","tutman","tutmen","tutor","tutorage","tutorages","tutored","tutoress","tutoresses","tutorial","tutorially","tutorials","tutoring","tutorings","tutorise","tutorised","tutorises","tutorising","tutorism","tutorisms","tutorize","tutorized","tutorizes","tutorizing","tutors","tutorship","tutorships","tutoyed","tutoyer","tutoyered","tutoyering","tutoyers","tutress","tutresses","tutrices","tutrix","tutrixes","tuts","tutsan","tutsans","tutsed","tutses","tutsing","tutted","tutti","tutties","tutting","tuttings","tuttis","tutty","tutu","tutued","tutus","tutwork","tutworker","tutworkers","tutworkman","tutworkmen","tutworks","tux","tuxedo","tuxedoed","tuxedoes","tuxedos","tuxes","tuyer","tuyere","tuyeres","tuyers","tuzz","tuzzes","twa","twaddle","twaddled","twaddler","twaddlers","twaddles","twaddlier","twaddliest","twaddling","twaddlings","twaddly","twae","twaes","twafald","twain","twains","twaite","twaites","twal","twalpennies","twalpenny","twals","twang","twanged","twanger","twangers","twangier","twangiest","twanging","twangingly","twangings","twangle","twangled","twangler","twanglers","twangles","twangling","twanglingly","twanglings","twangs","twangy","twank","twankay","twankays","twankies","twanks","twanky","twas","twasome","twasomes","twat","twats","twattle","twattled","twattler","twattlers","twattles","twattling","twattlings","tway","twayblade","twayblades","tways","tweak","tweaked","tweaker","tweakers","tweakier","tweakiest","tweaking","tweakings","tweaks","tweaky","twee","tweed","tweedier","tweediest","tweedily","tweediness","tweedinesses","tweedle","tweedled","tweedledee","tweedledeed","tweedledeeing","tweedledees","tweedler","tweedlers","tweedles","tweedling","tweeds","tweedy","tweel","tweeled","tweeling","tweels","tweely","tween","tweenage","tweenager","tweenagers","tweened","tweener","tweeners","tweeness","tweenesses","tweenie","tweenies","tweening","tweens","tweeny","tweer","tweered","tweering","tweers","tweest","tweet","tweeted","tweeter","tweeters","tweeting","tweets","tweeze","tweezed","tweezer","tweezers","tweezes","tweezing","twelfth","twelfthly","twelfths","twelve","twelvefold","twelvemo","twelvemonth","twelvemonths","twelvemos","twelves","twenties","twentieth","twentieths","twenty","twentyfold","twentyfolds","twentyish","twerk","twerking","twerks","twerp","twerpier","twerpiest","twerps","twerpy","twibil","twibill","twibills","twibils","twice","twicer","twicers","twichild","twichildren","twiddle","twiddled","twiddler","twiddlers","twiddles","twiddlier","twiddliest","twiddling","twiddlings","twiddly","twier","twiers","twifold","twiforked","twiformed","twig","twigged","twiggen","twigger","twiggers","twiggier","twiggiest","twigging","twiggy","twight","twighted","twighting","twights","twigless","twiglet","twiglets","twiglike","twigloo","twigloos","twigs","twigsome","twilight","twilighted","twilighting","twilights","twilit","twill","twilled","twillies","twilling","twillings","twills","twilly","twilt","twilted","twilting","twilts","twin","twinberries","twinberry","twinborn","twine","twined","twiner","twiners","twines","twinflower","twinflowers","twinge","twinged","twingeing","twinges","twinging","twinier","twiniest","twinight","twining","twiningly","twinings","twinjet","twinjets","twink","twinked","twinkie","twinkies","twinking","twinkle","twinkled","twinkler","twinklers","twinkles","twinkling","twinklings","twinkly","twinks","twinling","twinlings","twinned","twinning","twinnings","twins","twinset","twinsets","twinship","twinships","twinter","twinters","twiny","twire","twired","twires","twiring","twirl","twirled","twirler","twirlers","twirlier","twirliest","twirling","twirls","twirly","twirp","twirpier","twirpiest","twirps","twirpy","twiscar","twiscars","twist","twistabilities","twistability","twistable","twisted","twister","twisters","twistier","twistiest","twisting","twistings","twistor","twistors","twists","twisty","twit","twitch","twitched","twitcher","twitchers","twitches","twitchier","twitchiest","twitchily","twitching","twitchings","twitchy","twite","twites","twits","twitted","twitten","twittens","twitter","twittered","twitterer","twitterers","twittering","twitteringly","twitterings","twitters","twittery","twitting","twittingly","twittings","twixt","twizzle","twizzled","twizzles","twizzling","two","twoccer","twoccers","twoccing","twoccings","twocker","twockers","twocking","twockings","twoer","twoers","twofer","twofers","twofold","twofoldness","twofoldnesses","twofolds","twoness","twonesses","twonie","twonies","twoonie","twoonies","twopence","twopences","twopenceworth","twopenceworths","twopennies","twopenny","twos","twoseater","twoseaters","twosome","twosomes","twostroke","twp","twyer","twyere","twyeres","twyers","twyfold","tychism","tychisms","tycoon","tycoonate","tycoonates","tycooneries","tycoonery","tycoons","tyde","tye","tyed","tyee","tyees","tyeing","tyer","tyers","tyes","tyg","tygs","tyin","tying","tyiyn","tyiyns","tyke","tykes","tykish","tylectomies","tylectomy","tyler","tylers","tylopod","tylopods","tyloses","tylosin","tylosins","tylosis","tylote","tylotes","tymbal","tymbals","tymp","tympan","tympana","tympanal","tympani","tympanic","tympanics","tympanies","tympaniform","tympanist","tympanists","tympanites","tympaniteses","tympanitic","tympanitis","tympanitises","tympano","tympans","tympanum","tympanums","tympany","tymps","tynd","tyndallimetries","tyndallimetry","tynde","tyne","tyned","tynes","tyning","typable","typal","type","typeable","typebar","typebars","typecase","typecases","typecast","typecaster","typecasters","typecasting","typecasts","typed","typeface","typefaces","typefounder","typefounders","typefounding","typefoundings","types","typescript","typescripts","typeset","typesets","typesetter","typesetters","typesetting","typesettings","typestyle","typestyles","typewrite","typewriter","typewriters","typewrites","typewriting","typewritings","typewritten","typewrote","typey","typhaceous","typhlitic","typhlitis","typhlitises","typhlologies","typhlology","typhlosole","typhlosoles","typhogenic","typhoid","typhoidal","typhoidin","typhoidins","typhoids","typhon","typhonian","typhonic","typhons","typhoon","typhoons","typhose","typhous","typhus","typhuses","typic","typical","typicalities","typicality","typically","typicalness","typicalnesses","typier","typiest","typification","typifications","typified","typifier","typifiers","typifies","typify","typifying","typing","typings","typist","typists","typo","typograph","typographed","typographer","typographers","typographia","typographic","typographical","typographically","typographies","typographing","typographist","typographists","typographs","typography","typologic","typological","typologically","typologies","typologist","typologists","typology","typomania","typomanias","typos","typothetae","typp","typps","typto","typtoed","typtoing","typtos","typy","tyramine","tyramines","tyran","tyraned","tyraning","tyranne","tyranned","tyrannes","tyranness","tyrannesses","tyrannic","tyrannical","tyrannically","tyrannicalness","tyrannicalnesses","tyrannicidal","tyrannicide","tyrannicides","tyrannies","tyranning","tyrannis","tyrannise","tyrannised","tyranniser","tyrannisers","tyrannises","tyrannising","tyrannize","tyrannized","tyrannizer","tyrannizers","tyrannizes","tyrannizing","tyrannosaur","tyrannosaurs","tyrannosaurus","tyrannosauruses","tyrannous","tyrannously","tyrannousness","tyrannousnesses","tyranny","tyrans","tyrant","tyranted","tyranting","tyrants","tyre","tyred","tyreless","tyres","tyring","tyro","tyrocidin","tyrocidine","tyrocidines","tyrocidins","tyroes","tyroglyphid","tyroglyphids","tyrones","tyronic","tyropitta","tyropittas","tyros","tyrosinase","tyrosinases","tyrosine","tyrosines","tyrothricin","tyrothricins","tystie","tysties","tyte","tythe","tythed","tythes","tything","tzaddi","tzaddik","tzaddikim","tzaddiks","tzaddiq","tzaddiqim","tzaddiqs","tzaddis","tzar","tzardom","tzardoms","tzarevna","tzarevnas","tzarina","tzarinas","tzarism","tzarisms","tzarist","tzarists","tzaritza","tzaritzas","tzars","tzatziki","tzatzikis","tzetse","tzetses","tzetze","tzetzes","tzigane","tziganes","tziganies","tzigany","tzimmes","tzimmeses","tzitzis","tzitzit","tzitzith","tzuris","u","ua","uakari","uakaris","uberous","ubersexual","ubersexuals","uberties","uberty","ubieties","ubiety","ubiquarian","ubique","ubiquinone","ubiquinones","ubiquitarian","ubiquitarianism","ubiquitarians","ubiquitary","ubiquities","ubiquitin","ubiquitination","ubiquitinations","ubiquitins","ubiquitous","ubiquitously","ubiquitousness","ubiquitousnesses","ubiquity","ubuntu","ubuntus","uckers","udal","udaller","udallers","udals","udder","uddered","udderful","udderless","udders","udo","udometer","udometers","udometric","udometries","udometry","udon","udons","udos","uds","uey","ueys","ufo","ufological","ufologies","ufologist","ufologists","ufology","ufos","ug","ugali","ugalis","ugged","ugging","ugh","ughs","uglied","uglier","uglies","ugliest","uglification","uglifications","uglified","uglifier","uglifiers","uglifies","uglify","uglifying","uglily","ugliness","uglinesses","ugly","uglying","ugs","ugsome","ugsomeness","ugsomenesses","uh","uhlan","uhlans","uhuru","uhurus","uillean","uilleann","uintahite","uintahites","uintaite","uintaites","uintathere","uintatheres","uitlander","uitlanders","ujamaa","ujamaas","uk","ukase","ukases","uke","ukelele","ukeleles","ukes","ukulele","ukuleles","ulama","ulamas","ulan","ulans","ulcer","ulcerate","ulcerated","ulcerates","ulcerating","ulceration","ulcerations","ulcerative","ulcered","ulcering","ulcerogenic","ulcerous","ulcerously","ulcerousness","ulcerousnesses","ulcers","ule","ulema","ulemas","ules","ulex","ulexes","ulexite","ulexites","ulices","ulicon","ulicons","uliginose","uliginous","ulikon","ulikons","ulitis","ulitises","ullage","ullaged","ullages","ullaging","ulling","ullings","ulmaceous","ulmin","ulmins","ulna","ulnad","ulnae","ulnar","ulnare","ulnaria","ulnas","uloses","ulosis","ulotrichies","ulotrichous","ulotrichy","ulpan","ulpanim","ulster","ulstered","ulsterette","ulsterettes","ulsters","ulterior","ulteriorly","ultima","ultimacies","ultimacy","ultimas","ultimata","ultimate","ultimated","ultimately","ultimateness","ultimatenesses","ultimates","ultimating","ultimatum","ultimatums","ultimo","ultimogeniture","ultimogenitures","ultion","ultions","ultra","ultrabasic","ultrabasics","ultracareful","ultracasual","ultracautious","ultracentrifugal","ultracentrifugally","ultracentrifugation","ultracentrifugations","ultracentrifuge","ultracentrifuged","ultracentrifuges","ultracentrifuging","ultrachic","ultracivilised","ultracivilized","ultraclean","ultracold","ultracommercial","ultracompact","ultracompetent","ultraconservatism","ultraconservatisms","ultraconservative","ultraconservatives","ultracontemporaries","ultracontemporary","ultraconvenient","ultracool","ultracrepidate","ultracrepidated","ultracrepidates","ultracritical","ultrademocratic","ultradense","ultradistance","ultradistances","ultradistant","ultradry","ultraefficient","ultraenergetic","ultraexclusive","ultrafamiliar","ultrafast","ultrafastidious","ultrafeminine","ultrafiche","ultrafiches","ultrafilter","ultrafiltered","ultrafiltering","ultrafilters","ultrafiltrate","ultrafiltrates","ultrafiltration","ultrafiltrations","ultrafine","ultraglamorous","ultrahazardous","ultraheat","ultraheated","ultraheating","ultraheats","ultraheavy","ultrahigh","ultrahip","ultrahot","ultrahuman","ultraism","ultraisms","ultraist","ultraistic","ultraists","ultralarge","ultraleft","ultraleftism","ultraleftisms","ultraleftist","ultraleftists","ultraliberal","ultraliberalism","ultraliberalisms","ultraliberals","ultralight","ultralights","ultralightweight","ultralow","ultramafic","ultramarathon","ultramarathoner","ultramarathoners","ultramarathons","ultramarine","ultramarines","ultramasculine","ultramicro","ultramicrometer","ultramicroscope","ultramicroscopes","ultramicroscopic","ultramicroscopical","ultramicroscopically","ultramicroscopy","ultramicrotome","ultramicrotomes","ultramicrotomies","ultramicrotomy","ultramilitant","ultramilitants","ultraminiature","ultraminiaturized","ultramodern","ultramodernism","ultramodernisms","ultramodernist","ultramodernists","ultramontane","ultramontanes","ultramontanism","ultramontanisms","ultramontanist","ultramontanists","ultramundane","ultranational","ultranationalism","ultranationalisms","ultranationalist","ultranationalistic","ultranationalists","ultraorthodox","ultraparadoxical","ultrapatriotic","ultraphysical","ultraposh","ultrapowerful","ultrapractical","ultraprecise","ultraprecision","ultraprecisions","ultraprofessional","ultraprogressive","ultraprogressives","ultrapure","ultraquiet","ultraradical","ultraradicals","ultrarapid","ultrarare","ultrararefied","ultrarational","ultrarealism","ultrarealisms","ultrarealist","ultrarealistic","ultrarealists","ultrared","ultrareds","ultrarefined","ultrareliable","ultrarespectable","ultrarevolutionaries","ultrarevolutionary","ultrarich","ultraright","ultrarightist","ultrarightists","ultraromantic","ultraroyalist","ultraroyalists","ultras","ultrasafe","ultrasecret","ultrasegregationist","ultrasegregationists","ultrasensitive","ultrasensual","ultraserious","ultrasharp","ultrashort","ultrasimple","ultraslick","ultraslow","ultrasmall","ultrasmart","ultrasmooth","ultrasoft","ultrasonic","ultrasonically","ultrasonics","ultrasonographer","ultrasonographers","ultrasonographic","ultrasonographies","ultrasonography","ultrasophisticated","ultrasound","ultrasounds","ultrastructural","ultrastructurally","ultrastructure","ultrastructures","ultrathin","ultratiny","ultravacua","ultravacuum","ultravacuums","ultraviolence","ultraviolences","ultraviolent","ultraviolet","ultraviolets","ultravirile","ultravirilities","ultravirility","ultravirus","ultraviruses","ultrawide","ultrawideband","ultrawidebands","ultroneous","ultroneously","ultroneousness","ulu","ululant","ululate","ululated","ululates","ululating","ululation","ululations","ulus","ulva","ulvas","ulyie","ulyies","ulzie","ulzies","um","umami","umamis","umangite","umangites","umbel","umbeled","umbellar","umbellate","umbellated","umbellately","umbelled","umbellet","umbellets","umbellifer","umbelliferous","umbellifers","umbellulate","umbellule","umbellules","umbels","umber","umbered","umbering","umbers","umbery","umbilical","umbilically","umbilicals","umbilicate","umbilicated","umbilication","umbilications","umbilici","umbilicus","umbilicuses","umbiliform","umble","umbles","umbo","umbonal","umbonate","umbonation","umbonations","umbones","umbonic","umbos","umbra","umbracula","umbraculate","umbraculiform","umbraculum","umbrae","umbrage","umbraged","umbrageous","umbrageously","umbrageousness","umbrageousnesses","umbrages","umbraging","umbral","umbras","umbrated","umbratic","umbratical","umbratile","umbratilous","umbre","umbrel","umbrella","umbrellaed","umbrellaing","umbrellas","umbrello","umbrelloes","umbrellos","umbrels","umbrere","umbreres","umbres","umbrette","umbrettes","umbriere","umbrieres","umbriferous","umbril","umbrils","umbrose","umbrous","umfazi","umfazis","umiac","umiack","umiacks","umiacs","umiak","umiaks","umiaq","umiaqs","umlaut","umlauted","umlauting","umlauts","umlungu","umlungus","umm","umma","ummah","ummahs","ummas","ummed","umming","ump","umped","umph","umpie","umpies","umping","umpirage","umpirages","umpire","umpired","umpires","umpireship","umpireships","umpiring","umps","umpteen","umpteenth","umpteenths","umptieth","umpty","umpy","umquhile","umra","umrah","umrahs","umras","ums","umteenth","umu","umus","umwelt","umwelts","umwhile","un","unabashed","unabashedly","unabated","unabatedly","unabating","unabbreviated","unabetted","unabiding","unabjured","unable","unabolished","unaborted","unabraded","unabridged","unabrogated","unabsolved","unabsorbed","unabsorbent","unabused","unabusive","unacademic","unacademically","unaccented","unaccentuated","unacceptabilities","unacceptability","unacceptable","unacceptably","unacceptance","unacceptances","unaccepted","unacclimated","unacclimatised","unacclimatized","unaccommodated","unaccommodating","unaccompanied","unaccomplished","unaccountabilities","unaccountability","unaccountable","unaccountably","unaccounted","unaccredited","unaccrued","unacculturated","unaccusable","unaccusably","unaccused","unaccustomed","unaccustomedly","unacerbic","unachievable","unachieved","unaching","unacidic","unacknowledged","unacquaint","unacquaintance","unacquaintances","unacquainted","unactable","unacted","unactive","unactorish","unactuated","unadaptable","unadapted","unadded","unaddressed","unadept","unadeptly","unadjudicated","unadjusted","unadmired","unadmiring","unadmitted","unadmonished","unadoptable","unadopted","unadored","unadorned","unadult","unadulterate","unadulterated","unadulteratedly","unadventrous","unadventurous","unadvertised","unadvisable","unadvisableness","unadvisably","unadvised","unadvisedly","unadvisedness","unadvisednesses","unaesthetic","unaffected","unaffectedly","unaffectedness","unaffectednesses","unaffecting","unaffectionate","unaffectionately","unaffiliated","unaffluent","unaffordable","unafraid","unaged","unageing","unaggressive","unagile","unaging","unagreeable","unagreed","unai","unaidable","unaided","unaidedly","unaimed","unaired","unais","unakin","unaking","unakite","unakites","unalarmed","unalerted","unalienable","unalienably","unalienated","unaligned","unalike","unalist","unalists","unalive","unallayed","unalleged","unalleviated","unallied","unallocated","unallotted","unallowable","unallowed","unalloyed","unalluring","unalterabilities","unalterability","unalterable","unalterableness","unalterablenesses","unalterably","unaltered","unaltering","unamassed","unamazed","unambiguous","unambiguously","unambitious","unambitiously","unambivalent","unambivalently","unamenable","unamendable","unamended","unamerced","unamiabilities","unamiability","unamiable","unamiableness","unamiablenesses","unamortised","unamortized","unamplified","unamusable","unamused","unamusing","unamusingly","unanalysable","unanalysed","unanalytic","unanalytical","unanalyzable","unanalyzed","unanchor","unanchored","unanchoring","unanchors","unaneled","unanesthetised","unanesthetized","unanimated","unanimities","unanimity","unanimous","unanimously","unanimousness","unanimousnesses","unannealed","unannexed","unannotated","unannounced","unannoyed","unanswerabilities","unanswerability","unanswerable","unanswerably","unanswered","unanticipated","unanticipatedly","unanxious","unapologetic","unapologetically","unapologising","unapologizing","unapostolic","unapostolical","unapostolically","unappalled","unapparel","unapparelled","unapparelling","unapparels","unapparent","unappealable","unappealably","unappealing","unappealingly","unappeasable","unappeasably","unappeased","unappetising","unappetisingly","unappetizing","unappetizingly","unapplausive","unapplicable","unapplied","unappointed","unappreciated","unappreciation","unappreciations","unappreciative","unapprehended","unapprehensible","unapprehensive","unapprised","unapproachabilities","unapproachability","unapproachable","unapproachably","unapproached","unappropriate","unappropriated","unapproved","unapproving","unapprovingly","unapt","unaptly","unaptness","unaptnesses","unarched","unarguable","unarguably","unargued","unarisen","unarm","unarmed","unarming","unarmored","unarmoured","unarms","unaroused","unarranged","unarrayed","unarrogant","unartful","unartfully","unarticulate","unarticulated","unartificial","unartificially","unartistic","unartistlike","unary","unascendable","unascended","unascendible","unascertainable","unascertained","unashamed","unashamedly","unashamedness","unashamednesses","unasked","unaspirated","unaspiring","unaspiringly","unaspiringness","unassailabilities","unassailability","unassailable","unassailableness","unassailablenesses","unassailably","unassailed","unassayed","unassembled","unassertive","unassertively","unassignable","unassigned","unassimilable","unassimilated","unassisted","unassistedly","unassisting","unassociated","unassuageable","unassuaged","unassumed","unassuming","unassumingly","unassumingness","unassumingnesses","unassured","unathletic","unatonable","unatoned","unattached","unattainable","unattainably","unattainted","unattempted","unattended","unattending","unattentive","unattenuated","unattested","unattired","unattractive","unattractively","unattractiveness","unattractivenesses","unattributable","unattributed","unattuned","unau","unaudited","unaugmented","unaus","unauspicious","unauthentic","unauthenticated","unauthenticity","unauthorised","unauthoritative","unauthorized","unautomated","unavailabilities","unavailability","unavailable","unavailableness","unavailably","unavailing","unavailingly","unavailingness","unavailingnesses","unavenged","unaverage","unavertable","unaverted","unavertible","unavoidability","unavoidable","unavoidableness","unavoidably","unavoided","unavowed","unavowedly","unawake","unawaked","unawakened","unawakening","unawarded","unaware","unawarely","unawareness","unawarenesses","unawares","unawed","unawesome","unaxed","unbacked","unbaffled","unbag","unbagged","unbagging","unbags","unbailable","unbaited","unbaked","unbalance","unbalanced","unbalances","unbalancing","unbale","unbaled","unbales","unbaling","unballasted","unban","unbandage","unbandaged","unbandages","unbandaging","unbanded","unbanked","unbanned","unbanning","unbans","unbaptise","unbaptised","unbaptises","unbaptising","unbaptize","unbaptized","unbaptizes","unbaptizing","unbar","unbarbed","unbarbered","unbare","unbared","unbares","unbaring","unbark","unbarked","unbarking","unbarks","unbarred","unbarricade","unbarricaded","unbarricades","unbarricading","unbarring","unbars","unbased","unbashful","unbasted","unbated","unbathed","unbattered","unbe","unbear","unbearable","unbearableness","unbearably","unbearded","unbeared","unbearing","unbears","unbeatable","unbeatably","unbeaten","unbeautiful","unbeautifully","unbeavered","unbecoming","unbecomingly","unbecomingness","unbecomingnesses","unbecomings","unbed","unbedded","unbedding","unbedimmed","unbedinned","unbeds","unbeen","unbefitting","unbefriended","unbeget","unbegets","unbegetting","unbegged","unbeginning","unbegot","unbegotten","unbeguile","unbeguiled","unbeguiles","unbeguiling","unbegun","unbeholden","unbeing","unbeings","unbeknown","unbeknownst","unbelief","unbeliefs","unbelievability","unbelievable","unbelievably","unbelieve","unbelieved","unbeliever","unbelievers","unbelieves","unbelieving","unbelievingly","unbelievingness","unbelligerent","unbeloved","unbelt","unbelted","unbelting","unbelts","unbemused","unbend","unbendable","unbended","unbending","unbendingly","unbendingness","unbendingnesses","unbendings","unbends","unbeneficed","unbeneficial","unbenefited","unbenighted","unbenign","unbenignant","unbenignly","unbent","unbereft","unberufen","unbeseem","unbeseemed","unbeseeming","unbeseemingly","unbeseems","unbesought","unbespeak","unbespeaking","unbespeaks","unbespoke","unbespoken","unbestowed","unbetrayed","unbetterable","unbettered","unbewailed","unbias","unbiased","unbiasedly","unbiasedness","unbiasednesses","unbiases","unbiasing","unbiassed","unbiassedly","unbiassedness","unbiassednesses","unbiasses","unbiassing","unbiblical","unbid","unbidden","unbigoted","unbilled","unbind","unbinding","unbindings","unbinds","unbirthday","unbirthdays","unbishop","unbishoped","unbishoping","unbishops","unbitt","unbitted","unbitten","unbitter","unbitting","unbitts","unblamable","unblamably","unblameable","unblameably","unblamed","unbleached","unblemished","unblenched","unblenching","unblended","unblent","unbless","unblessed","unblessedness","unblessednesses","unblesses","unblessing","unblest","unblind","unblinded","unblindfold","unblindfolded","unblindfolding","unblindfolds","unblinding","unblinds","unblinking","unblinkingly","unblissful","unblock","unblocked","unblocking","unblocks","unblooded","unbloodied","unbloody","unblotted","unblowed","unblown","unblunted","unblurred","unblushing","unblushingly","unblushingness","unboarded","unboastful","unbobbed","unbodied","unboding","unboiled","unbolt","unbolted","unbolting","unbolts","unbonded","unbone","unboned","unbones","unboning","unbonnet","unbonneted","unbonneting","unbonnets","unbooked","unbookish","unboot","unbooted","unbooting","unboots","unbore","unborn","unborne","unborrowed","unbosom","unbosomed","unbosomer","unbosomers","unbosoming","unbosoms","unbottle","unbottled","unbottles","unbottling","unbottomed","unbought","unbouncy","unbound","unbounded","unboundedly","unboundedness","unboundednesses","unbowdlerised","unbowdlerized","unbowed","unbowing","unbox","unboxed","unboxes","unboxing","unbrace","unbraced","unbraces","unbracing","unbracketed","unbraid","unbraided","unbraiding","unbraids","unbrake","unbraked","unbrakes","unbraking","unbranched","unbranded","unbraste","unbreachable","unbreached","unbreakable","unbreathable","unbreathed","unbreathing","unbred","unbreech","unbreeched","unbreeches","unbreeching","unbribable","unbridgeable","unbridged","unbridle","unbridled","unbridledly","unbridledness","unbridlednesses","unbridles","unbridling","unbriefed","unbright","unbrilliant","unbrizzed","unbroiled","unbroke","unbroken","unbrokenly","unbrokenness","unbrokennesses","unbrotherlike","unbrotherly","unbrowned","unbruised","unbrused","unbrushed","unbuckle","unbuckled","unbuckles","unbuckling","unbudded","unbudgeable","unbudgeably","unbudgeted","unbudging","unbudgingly","unbuffered","unbuild","unbuildable","unbuilding","unbuilds","unbuilt","unbulky","unbundle","unbundled","unbundler","unbundlers","unbundles","unbundling","unbundlings","unburden","unburdened","unburdening","unburdens","unbureaucratic","unburied","unburies","unburnable","unburned","unburnished","unburnt","unburrow","unburrowed","unburrowing","unburrows","unburthen","unburthened","unburthening","unburthens","unbury","unburying","unbusinesslike","unbusted","unbusy","unbuttered","unbutton","unbuttoned","unbuttoning","unbuttons","uncage","uncaged","uncages","uncaging","uncake","uncaked","uncakes","uncaking","uncalcified","uncalcined","uncalculated","uncalculating","uncalibrated","uncalled","uncalloused","uncanceled","uncandid","uncandidly","uncandidness","uncandidnesses","uncandled","uncandour","uncandours","uncanned","uncannier","uncanniest","uncannily","uncanniness","uncanninesses","uncanny","uncanonic","uncanonical","uncanonicalness","uncanonise","uncanonised","uncanonises","uncanonising","uncanonize","uncanonized","uncanonizes","uncanonizing","uncap","uncapable","uncape","uncaped","uncapes","uncaping","uncapitalised","uncapitalized","uncapped","uncapping","uncaps","uncapsizable","uncaptioned","uncapturable","uncarded","uncared","uncareful","uncaring","uncarpeted","uncart","uncarted","uncarting","uncarts","uncarved","uncase","uncased","uncases","uncashed","uncasing","uncasked","uncast","uncastrated","uncataloged","uncatalogued","uncatchable","uncatchy","uncate","uncategorisable","uncategorizable","uncatered","uncaught","uncaused","unce","unceasing","unceasingly","unceasingness","unceasingnesses","unceded","uncelebrated","uncensored","uncensorious","uncensured","uncerebral","unceremonious","unceremoniously","unceremoniousness","unceremoniousnesses","uncertain","uncertainly","uncertainness","uncertainnesses","uncertainties","uncertainty","uncertificated","uncertified","unces","uncessant","unchain","unchained","unchaining","unchains","unchair","unchaired","unchairing","unchairs","unchallengeable","unchallengeably","unchallenged","unchallenging","unchancier","unchanciest","unchancy","unchangeabilities","unchangeability","unchangeable","unchangeableness","unchangeablenesses","unchangeably","unchanged","unchanging","unchangingly","unchangingness","unchangingnesses","unchanneled","unchaperoned","uncharacteristic","uncharacteristically","uncharge","uncharged","uncharges","uncharging","uncharismatic","uncharitable","uncharitableness","uncharitablenesses","uncharitably","uncharities","uncharity","uncharm","uncharmed","uncharming","uncharms","uncharnel","uncharnelled","uncharnelling","uncharnels","uncharred","uncharted","unchartered","unchary","unchaste","unchastely","unchastened","unchasteness","unchastenesses","unchaster","unchastest","unchastisable","unchastised","unchastities","unchastity","unchastizable","unchastized","unchauvinistic","uncheck","uncheckable","unchecked","unchecking","unchecks","uncheered","uncheerful","uncheerfully","uncheerfulness","unchewable","unchewed","unchic","unchicly","unchild","unchilded","unchilding","unchildlike","unchilds","unchilled","unchivalrous","unchivalrously","unchlorinated","unchoke","unchoked","unchokes","unchoking","unchoreographed","unchosen","unchrisom","unchristen","unchristened","unchristening","unchristens","unchristian","unchristianed","unchristianing","unchristianise","unchristianised","unchristianises","unchristianize","unchristianized","unchristianizes","unchristianlike","unchristianly","unchristians","unchronicled","unchronological","unchurch","unchurched","unchurches","unchurching","unchurchly","unci","uncia","unciae","uncial","uncially","uncials","unciform","unciforms","unciliated","uncinal","uncinaria","uncinarias","uncinariases","uncinariasis","uncinate","uncinated","uncinematic","uncini","uncinus","uncipher","unciphered","unciphering","unciphers","uncirculated","uncircumcised","uncircumcision","uncircumcisions","uncircumscribed","uncited","uncivil","uncivilised","uncivilisedly","uncivilisedness","uncivilities","uncivility","uncivilized","uncivilizedly","uncivilizedness","uncivilly","uncivilness","uncivilnesses","unclad","unclaimed","unclamp","unclamped","unclamping","unclamps","unclarified","unclarities","unclarity","unclasp","unclasped","unclasping","unclasps","unclassed","unclassical","unclassifiable","unclassified","unclassy","unclawed","uncle","unclean","uncleaned","uncleaner","uncleanest","uncleanlier","uncleanliest","uncleanliness","uncleanlinesses","uncleanly","uncleanness","uncleannesses","uncleansed","unclear","uncleared","unclearer","unclearest","unclearly","unclearness","unclearnesses","uncled","uncleft","unclench","unclenched","unclenches","unclenching","unclerical","uncles","uncleship","uncleships","unclew","unclewed","unclewing","unclews","uncliched","unclimbable","unclimbableness","unclimbablenesses","unclimbed","unclinch","unclinched","unclinches","unclinching","uncling","unclip","unclipped","unclipping","unclips","unclipt","uncloak","uncloaked","uncloaking","uncloaks","unclog","unclogged","unclogging","unclogs","uncloister","uncloistered","uncloistering","uncloisters","unclose","unclosed","uncloses","unclosing","unclothe","unclothed","unclothes","unclothing","uncloud","unclouded","uncloudedly","uncloudedness","uncloudednesses","unclouding","unclouds","uncloudy","uncloven","uncloyed","uncloying","unclubable","unclubbable","unclutch","unclutched","unclutches","unclutching","unclutter","uncluttered","uncluttering","unclutters","unco","uncoalesce","uncoalesced","uncoalesces","uncoalescing","uncoated","uncoating","uncoatings","uncobbled","uncock","uncocked","uncocking","uncocks","uncoded","uncodified","uncoer","uncoerced","uncoercive","uncoercively","uncoes","uncoest","uncoffin","uncoffined","uncoffining","uncoffins","uncoil","uncoiled","uncoiling","uncoils","uncoined","uncollected","uncollectible","uncollectibles","uncolored","uncoloured","uncolt","uncolted","uncolting","uncolts","uncomatable","uncombative","uncombed","uncombine","uncombined","uncombines","uncombining","uncomeatable","uncomeliness","uncomelinesses","uncomely","uncomfier","uncomfiest","uncomfortable","uncomfortably","uncomforted","uncomfy","uncomic","uncommendable","uncommendably","uncommended","uncommercial","uncommercialized","uncommitted","uncommon","uncommoner","uncommonest","uncommonly","uncommonness","uncommonnesses","uncommunicable","uncommunicated","uncommunicative","uncommuted","uncompacted","uncompanied","uncompanionable","uncompanioned","uncompassionate","uncompelled","uncompelling","uncompensated","uncompetitive","uncompetitiveness","uncompetitivenesses","uncomplacent","uncomplaining","uncomplainingly","uncomplaisant","uncomplaisantly","uncompleted","uncompliant","uncomplicated","uncomplimentary","uncomplying","uncomposable","uncompounded","uncomprehended","uncomprehending","uncomprehendingly","uncomprehensive","uncompromisable","uncompromising","uncompromisingly","uncompromisingness","uncompromisingnesses","uncomputerised","uncomputerized","unconcealable","unconcealed","unconcealing","unconceivable","unconceivably","unconceived","unconcern","unconcerned","unconcernedly","unconcernedness","unconcernednesses","unconcerning","unconcernment","unconcernments","unconcerns","unconcerted","unconciliatory","unconclusive","unconcocted","unconditional","unconditionally","unconditioned","unconfederated","unconfessed","unconfinable","unconfine","unconfined","unconfinedly","unconfines","unconfining","unconfirmed","unconform","unconformable","unconformably","unconforming","unconformities","unconformity","unconfounded","unconfuse","unconfused","unconfusedly","unconfuses","unconfusing","uncongeal","uncongealed","uncongealing","uncongeals","uncongenial","uncongenialities","uncongeniality","unconjectured","unconjugal","unconjugated","unconjunctive","unconnected","unconnectedly","unconnectedness","unconniving","unconquerable","unconquerably","unconquered","unconscientious","unconscionabilities","unconscionability","unconscionable","unconscionableness","unconscionablenesses","unconscionably","unconscious","unconsciouses","unconsciously","unconsciousness","unconsciousnesses","unconsecrate","unconsecrated","unconsecrates","unconsecrating","unconsentaneous","unconsenting","unconsidered","unconsidering","unconsoled","unconsolidated","unconstant","unconstitutional","unconstitutionalities","unconstitutionality","unconstitutionally","unconstrainable","unconstrained","unconstrainedly","unconstraint","unconstraints","unconstricted","unconstructed","unconstructive","unconsumed","unconsummated","uncontainable","uncontaminated","uncontemned","uncontemplated","uncontemporary","uncontentious","uncontestable","uncontested","uncontracted","uncontradicted","uncontrived","uncontrollabilities","uncontrollability","uncontrollable","uncontrollably","uncontrolled","uncontrolledly","uncontroversial","uncontroversially","uncontroverted","unconventional","unconventionalities","unconventionality","unconventionally","unconversable","unconversant","unconverted","unconvertible","unconvicted","unconvinced","unconvincing","unconvincingly","unconvincingness","unconvincingnesses","unconvoyed","uncooked","uncool","uncooled","uncooperative","uncooperatively","uncoordinated","uncope","uncoped","uncopes","uncoping","uncopyrightable","uncoquettish","uncord","uncorded","uncordial","uncording","uncords","uncork","uncorked","uncorking","uncorks","uncorrectable","uncorrected","uncorrelated","uncorroborated","uncorrupt","uncorrupted","uncorseted","uncos","uncostly","uncounselled","uncountable","uncounted","uncouple","uncoupled","uncoupler","uncouplers","uncouples","uncoupling","uncourageous","uncourteous","uncourtliness","uncourtlinesses","uncourtly","uncouth","uncouther","uncouthest","uncouthly","uncouthness","uncouthnesses","uncovenanted","uncover","uncovered","uncovering","uncovers","uncowl","uncowled","uncowling","uncowls","uncoy","uncoyned","uncracked","uncrate","uncrated","uncrates","uncrating","uncrazy","uncreate","uncreated","uncreatedness","uncreatednesses","uncreates","uncreating","uncreative","uncredentialed","uncredible","uncreditable","uncredited","uncrewed","uncrippled","uncritical","uncritically","uncropped","uncross","uncrossable","uncrossed","uncrosses","uncrossing","uncrowded","uncrown","uncrowned","uncrowning","uncrowns","uncrudded","uncrumple","uncrumpled","uncrumples","uncrumpling","uncrushable","uncrushed","uncrystallised","uncrystallized","unction","unctionless","unctions","unctuosities","unctuosity","unctuous","unctuously","unctuousness","unctuousnesses","uncuckolded","uncuff","uncuffed","uncuffing","uncuffs","unculled","uncultivable","uncultivatable","uncultivated","uncultured","uncumbered","uncurable","uncurably","uncurb","uncurbable","uncurbed","uncurbing","uncurbs","uncurdled","uncured","uncurious","uncurl","uncurled","uncurling","uncurls","uncurrent","uncurse","uncursed","uncurses","uncursing","uncurtailed","uncurtain","uncurtained","uncurtaining","uncurtains","uncurved","uncus","uncustomarily","uncustomary","uncustomed","uncut","uncute","uncynical","uncynically","undam","undamaged","undammed","undamming","undamned","undamped","undams","undanceable","undaring","undashed","undatable","undate","undated","undauntable","undaunted","undauntedly","undauntedness","undauntednesses","undawning","undazzle","undazzled","undazzles","undazzling","unde","undead","undeaf","undeafed","undeafing","undeafs","undealt","undear","undebarred","undebased","undebatable","undebatably","undebated","undebauched","undecadent","undecagon","undecagons","undecayed","undeceivable","undeceive","undeceived","undeceiver","undeceivers","undeceives","undeceiving","undecent","undecidabilities","undecidability","undecidable","undecided","undecidedly","undecidedness","undecidednesses","undecideds","undecillion","undecillions","undecimal","undecimole","undecimoles","undecipherable","undeciphered","undecisive","undeck","undecked","undecking","undecks","undeclared","undeclining","undecomposable","undecomposed","undecorated","undedicated","undee","undeeded","undefaced","undefeated","undefended","undefide","undefied","undefiled","undefinable","undefined","undefoliated","undeformed","undeified","undeifies","undeify","undeifying","undelayed","undelaying","undelectable","undelegated","undelete","undeleted","undeletes","undeleting","undeliberate","undelight","undelighted","undelightful","undelights","undeliverable","undelivered","undeluded","undemanding","undemocratic","undemocratically","undemonstrable","undemonstrative","undemonstratively","undemonstrativeness","undemonstrativenesses","undeniable","undeniableness","undeniablenesses","undeniably","undenied","undenominational","undented","undependable","undepending","undeplored","undepraved","undepreciated","undepressed","undeprived","under","underachieve","underachieved","underachievement","underachievements","underachiever","underachievers","underachieves","underachieving","underact","underacted","underacting","underaction","underactions","underactive","underactivities","underactivity","underactor","underactors","underacts","underage","underaged","underagent","underagents","underages","underappreciated","underarm","underarms","underate","underbake","underbaked","underbakes","underbaking","underbear","underbearer","underbearers","underbearing","underbearings","underbears","underbellies","underbelly","underbid","underbidder","underbidders","underbidding","underbids","underbit","underbite","underbites","underbiting","underbitten","underblanket","underblankets","underbodies","underbody","underbore","underborne","underboss","underbosses","underbough","underboughs","underbought","underbreath","underbreaths","underbred","underbreeding","underbreedings","underbridge","underbridges","underbrim","underbrims","underbrush","underbrushed","underbrushes","underbrushing","underbud","underbudded","underbudding","underbudget","underbudgeted","underbudgeting","underbudgets","underbuds","underbuild","underbuilder","underbuilders","underbuilding","underbuilds","underbuilt","underburnt","underbush","underbushed","underbushes","underbushing","underbuy","underbuying","underbuys","undercapitalise","undercapitalize","undercapitalized","undercard","undercards","undercarriage","undercarriages","undercart","undercarts","undercast","undercasts","undercharge","undercharged","undercharges","undercharging","underclad","underclass","underclasses","underclassman","underclassmen","underclay","underclays","undercliff","undercliffs","underclothe","underclothed","underclothes","underclothing","underclothings","underclub","underclubbed","underclubbing","underclubs","undercoat","undercoated","undercoating","undercoatings","undercoats","undercook","undercooked","undercooking","undercooks","undercool","undercooled","undercooling","undercools","undercount","undercounted","undercounting","undercounts","undercover","undercovert","undercoverts","undercrackers","undercrest","undercrested","undercresting","undercrests","undercroft","undercrofts","undercurrent","undercurrents","undercut","undercuts","undercutting","underdaks","underdamper","underdampers","underdeck","underdecks","underdevelop","underdeveloped","underdeveloping","underdevelopment","underdevelopments","underdevelops","underdid","underdo","underdoer","underdoers","underdoes","underdog","underdogs","underdoing","underdone","underdose","underdosed","underdoses","underdosing","underdrain","underdrainage","underdrainages","underdrained","underdraining","underdrains","underdraw","underdrawers","underdrawing","underdrawings","underdrawn","underdraws","underdress","underdressed","underdresses","underdressing","underdrew","underdrive","underdrives","underearth","undereat","undereaten","undereating","undereats","undereducated","underemphases","underemphasis","underemphasise","underemphasised","underemphasises","underemphasize","underemphasized","underemphasizes","underemphasizing","underemployed","underemployment","underemployments","underestimate","underestimated","underestimates","underestimating","underestimation","underestimations","underexpose","underexposed","underexposes","underexposing","underexposure","underexposures","underfed","underfeed","underfeeding","underfeeds","underfelt","underfelts","underfinanced","underfinished","underfire","underfired","underfires","underfiring","underfish","underfished","underfishes","underfishing","underfloor","underflow","underflows","underfong","underfonged","underfonging","underfongs","underfoot","underfooted","underfooting","underfoots","underfulfil","underfulfilled","underfulfilling","underfulfils","underfund","underfunded","underfunding","underfundings","underfunds","underfur","underfurs","undergarment","undergarments","undergird","undergirded","undergirding","undergirds","undergirt","underglaze","underglazes","undergo","undergod","undergods","undergoer","undergoers","undergoes","undergoing","undergone","undergown","undergowns","undergrad","undergrads","undergraduate","undergraduates","undergraduette","undergraduettes","underground","undergrounder","undergrounders","undergrounds","undergrove","undergroves","undergrown","undergrowth","undergrowths","underhair","underhairs","underhand","underhanded","underhandedly","underhandedness","underhandednesses","underhands","underheat","underheated","underheating","underheats","underhonest","underhung","underinflated","underinflation","underinflations","underinsured","underinvestment","underinvestments","underived","underjaw","underjawed","underjaws","underkeep","underkeeper","underkeepers","underkeeping","underkeeps","underkept","underkill","underkills","underking","underkingdom","underkingdoms","underkings","underlaid","underlain","underlap","underlapped","underlapping","underlaps","underlay","underlayer","underlayers","underlaying","underlayment","underlayments","underlays","underleaf","underlease","underleased","underleases","underleasing","underleaves","underlet","underlets","underletter","underletters","underletting","underlettings","underlie","underlier","underliers","underlies","underline","underlined","underlinen","underlinens","underlines","underling","underlings","underlining","underlip","underlips","underlit","underload","underloaded","underloading","underloads","underlooker","underlookers","underlying","underlyingly","underman","undermanned","undermanning","undermans","undermasted","undermeaning","undermeanings","undermen","undermentioned","underminde","underminded","undermindes","underminding","undermine","undermined","underminer","underminers","undermines","undermining","underminings","undermost","undern","undernamed","underneath","underneaths","underniceness","undernicenesses","undernote","undernoted","undernotes","undernoting","undernourish","undernourished","undernourishes","undernourishing","undernourishment","undernourishments","underns","underntime","underntimes","undernutrition","undernutritions","underpaid","underpainting","underpaintings","underpants","underpart","underparts","underpass","underpasses","underpassion","underpassions","underpay","underpaying","underpayment","underpayments","underpays","underpeep","underpeeped","underpeeping","underpeeps","underpeopled","underperform","underperformed","underperforming","underperforms","underpin","underpinned","underpinning","underpinnings","underpins","underpitch","underplant","underplanted","underplanting","underplants","underplay","underplayed","underplaying","underplays","underplot","underplots","underpopulated","underpowered","underpraise","underpraised","underpraises","underpraising","underprepared","underprice","underpriced","underprices","underpricing","underprise","underprised","underprises","underprising","underprivileged","underprize","underprized","underprizes","underprizing","underproduction","underproductions","underproof","underprop","underpropped","underpropper","underproppers","underpropping","underprops","underpublicised","underpublicized","underqualified","underquote","underquoted","underquotes","underquoting","underran","underrate","underrated","underrates","underrating","underreact","underreacted","underreacting","underreacts","underreport","underreported","underreporting","underreports","underrepresentation","underrepresentations","underrepresented","underripe","underrun","underrunning","underrunnings","underruns","undersaid","undersaturated","undersay","undersaying","undersays","underscore","underscored","underscores","underscoring","underscrub","underscrubs","undersea","underseal","undersealed","undersealing","undersealings","underseals","underseas","undersecretaries","undersecretary","underself","undersell","underseller","undersellers","underselling","undersells","underselves","undersense","undersenses","underserved","underset","undersets","undersetting","undersexed","undershapen","undersheriff","undersheriffs","undershirt","undershirted","undershirts","undershoot","undershooting","undershoots","undershorts","undershot","undershrub","undershrubs","underside","undersides","undersign","undersigned","undersigning","undersigns","undersize","undersized","underskies","underskinker","underskinkers","underskirt","underskirts","undersky","undersleeve","undersleeves","underslung","undersoil","undersoils","undersold","undersong","undersongs","underspend","underspending","underspends","underspent","underspin","underspins","understaffed","understaffing","understaffings","understand","understandabilities","understandability","understandable","understandably","understanded","understander","understanders","understanding","understandingly","understandings","understands","understate","understated","understatedly","understatement","understatements","understates","understating","understeer","understeered","understeering","understeers","understock","understocked","understocking","understocks","understood","understorey","understoreys","understories","understory","understrapper","understrappers","understrapping","understrata","understratum","understrength","understudied","understudies","understudy","understudying","undersupplied","undersupplies","undersupply","undersupplying","undersurface","undersurfaces","undertakable","undertake","undertaken","undertaker","undertakers","undertakes","undertaking","undertakings","undertane","undertax","undertaxed","undertaxes","undertaxing","undertenancies","undertenancy","undertenant","undertenants","underthings","underthirst","underthirsts","underthrust","underthrusting","underthrusts","undertime","undertimed","undertimes","undertint","undertints","undertone","undertoned","undertones","undertook","undertow","undertows","undertrick","undertricks","undertrump","undertrumped","undertrumping","undertrumps","underuse","underused","underuses","underusing","underutilise","underutilised","underutilises","underutilising","underutilization","underutilizations","underutilize","underutilized","underutilizes","underutilizing","undervaluation","undervaluations","undervalue","undervalued","undervaluer","undervaluers","undervalues","undervaluing","undervest","undervests","underviewer","underviewers","undervoice","undervoices","undervote","undervotes","underwater","underwaters","underway","underwear","underwears","underweight","underweights","underwent","underwhelm","underwhelmed","underwhelming","underwhelms","underwing","underwings","underwire","underwired","underwires","underwiring","underwirings","underwit","underwits","underwood","underwoods","underwool","underwools","underwork","underworked","underworker","underworkers","underworking","underworks","underworld","underworlds","underwrite","underwriter","underwriters","underwrites","underwriting","underwritings","underwritten","underwrote","underwrought","undescendable","undescended","undescendible","undescribable","undescribed","undescried","undesert","undeserts","undeserve","undeserved","undeservedly","undeservedness","undeserver","undeservers","undeserves","undeserving","undeservingly","undesignated","undesigned","undesignedly","undesignedness","undesigning","undesirabilities","undesirability","undesirable","undesirableness","undesirablenesses","undesirables","undesirably","undesired","undesiring","undesirous","undespairing","undespairingly","undespoiled","undestroyed","undetectable","undetected","undeterminable","undeterminate","undetermination","undetermined","undeterred","undeveloped","undeviating","undeviatingly","undevoted","undevout","undiagnosable","undiagnosed","undialectical","undid","undidactic","undies","undifferenced","undifferentiated","undigested","undigestible","undight","undighting","undights","undignified","undignifies","undignify","undignifying","undiluted","undiminishable","undiminished","undimmed","undine","undines","undinism","undinisms","undinted","undiplomatic","undiplomatically","undipped","undirected","undisappointing","undiscerned","undiscernedly","undiscernible","undiscernibly","undiscerning","undiscernings","undischarged","undisciplinable","undiscipline","undisciplined","undisciplines","undisclosed","undiscomfited","undiscordant","undiscording","undiscouraged","undiscoverable","undiscoverably","undiscovered","undiscriminating","undiscussable","undiscussed","undiscussible","undisguisable","undisguised","undisguisedly","undishonoured","undismantled","undismayed","undisordered","undispatched","undispensed","undisposed","undisputable","undisputed","undisputedly","undissembled","undissociated","undissolved","undissolving","undistempered","undistilled","undistinctive","undistinguished","undistorted","undistracted","undistractedly","undistracting","undistributed","undisturbed","undisturbedly","undisturbing","undiversified","undiverted","undiverting","undivested","undivestedly","undividable","undivided","undividedly","undividedness","undividednesses","undivine","undivorced","undivulged","undo","undoable","undocile","undock","undocked","undocking","undocks","undoctored","undoctrinaire","undocumented","undoer","undoers","undoes","undogmatic","undogmatically","undoing","undoings","undomestic","undomesticate","undomesticated","undomesticates","undomesticating","undone","undoomed","undotted","undouble","undoubled","undoubles","undoubling","undoubtable","undoubted","undoubtedly","undoubtful","undoubting","undoubtingly","undrainable","undrained","undramatic","undramatically","undramatised","undramatized","undrape","undraped","undrapes","undraping","undraw","undrawing","undrawn","undraws","undreaded","undreading","undreamed","undreaming","undreamt","undress","undressed","undresses","undressing","undressings","undrest","undrew","undried","undrilled","undrinkable","undriveable","undriven","undrooping","undrossy","undrowned","undrunk","undubbed","undue","undug","undulance","undulances","undulancies","undulancy","undulant","undular","undulate","undulated","undulately","undulates","undulating","undulatingly","undulation","undulationist","undulationists","undulations","undulator","undulators","undulatory","undulled","undulose","undulous","unduly","unduplicated","unduteous","undutiful","undutifully","undutifulness","undutifulnesses","undy","undyed","undying","undyingly","undyingness","undyingnesses","undynamic","uneager","uneagerly","uneared","unearmarked","unearned","unearth","unearthed","unearthing","unearthlier","unearthliest","unearthliness","unearthlinesses","unearthly","unearths","unease","uneases","uneasier","uneasiest","uneasily","uneasiness","uneasinesses","uneasy","uneatable","uneatableness","uneatablenesses","uneaten","uneath","uneathes","uneccentric","uneclipsed","unecological","uneconomic","uneconomical","unedge","unedged","unedges","unedging","unedible","unedifying","unedited","uneducable","uneducated","uneffaced","uneffected","unelaborate","unelaborated","unelated","unelectable","unelected","unelectrified","unembarrassed","unembellished","unembittered","unembodied","unemotional","unemotionally","unemotioned","unemphatic","unemphatically","unempirical","unemployabilities","unemployability","unemployable","unemployables","unemployed","unemployeds","unemployment","unemployments","unemptied","unenchanted","unenclosed","unencouraging","unencumbered","unendangered","unendeared","unendearing","unended","unending","unendingly","unendingness","unendingnesses","unendowed","unendurable","unendurableness","unendurablenesses","unendurably","unenforceable","unenforced","unengaged","unenjoyable","unenjoyed","unenlarged","unenlightened","unenlightening","unenquiring","unenriched","unenslaved","unensured","unentailed","unentered","unenterprising","unentertained","unentertaining","unenthralled","unenthusiastic","unenthusiastically","unentitled","unenviable","unenviably","unenvied","unenvious","unenvying","unequable","unequal","unequaled","unequalled","unequally","unequals","unequipped","unequitable","unequivocably","unequivocal","unequivocally","unequivocalness","unerasable","unerased","unerotic","unerring","unerringly","unerringness","unerringnesses","unescapable","unescorted","unespied","unessayed","unessence","unessenced","unessences","unessencing","unessential","unessentially","unessentials","unestablished","uneth","unethical","unevaded","unevaluated","unevangelical","uneven","unevener","unevenest","unevenly","unevenness","unevennesses","uneventful","uneventfully","uneventfulness","uneventfulnesses","unevidenced","unevolved","unexacting","unexaggerated","unexalted","unexamined","unexampled","unexcavated","unexcelled","unexceptionable","unexceptionableness","unexceptionablenesses","unexceptionably","unexceptional","unexceptionally","unexcitable","unexcited","unexciting","unexcluded","unexclusive","unexclusively","unexcused","unexecuted","unexemplified","unexercised","unexhausted","unexotic","unexpanded","unexpectant","unexpected","unexpectedly","unexpectedness","unexpectednesses","unexpended","unexpensive","unexpensively","unexperienced","unexperient","unexpert","unexpiated","unexpired","unexplainable","unexplained","unexploded","unexploited","unexplored","unexposed","unexpressed","unexpressible","unexpressive","unexpugnable","unexpurgated","unextended","unextenuated","unextinct","unextinguished","unextraordinary","unextreme","uneyed","unfabled","unfact","unfacts","unfadable","unfaded","unfading","unfadingly","unfadingness","unfadingnesses","unfailing","unfailingly","unfailingness","unfailingnesses","unfair","unfaired","unfairer","unfairest","unfairing","unfairly","unfairness","unfairnesses","unfairs","unfaith","unfaithful","unfaithfully","unfaithfulness","unfaithfulnesses","unfaiths","unfaked","unfallen","unfallible","unfalsifiable","unfaltering","unfalteringly","unfamed","unfamiliar","unfamiliarities","unfamiliarity","unfamiliarly","unfamous","unfancied","unfancy","unfanned","unfashionable","unfashionableness","unfashionablenesses","unfashionably","unfashioned","unfasten","unfastened","unfastening","unfastens","unfastidious","unfathered","unfatherly","unfathomable","unfathomably","unfathomed","unfaulty","unfavorable","unfavorableness","unfavorablenesses","unfavorably","unfavored","unfavorite","unfavourable","unfavourably","unfavoured","unfazed","unfeared","unfearful","unfearfully","unfearing","unfeasible","unfeathered","unfeatured","unfed","unfeed","unfeeling","unfeelingly","unfeelingness","unfeelingnesses","unfeigned","unfeignedly","unfeignedness","unfeignednesses","unfeigning","unfelled","unfellowed","unfelt","unfelted","unfeminine","unfence","unfenced","unfences","unfencing","unfermented","unfertile","unfertilised","unfertilized","unfetter","unfettered","unfettering","unfetters","unfeudal","unfeudalise","unfeudalised","unfeudalises","unfeudalising","unfeudalize","unfeudalized","unfeudalizes","unfeudalizing","unfeued","unfigured","unfilde","unfiled","unfilial","unfilially","unfillable","unfilled","unfilleted","unfilmed","unfilterable","unfiltered","unfiltrable","unfindable","unfine","unfinished","unfinishing","unfinishings","unfired","unfirm","unfished","unfit","unfitly","unfitness","unfitnesses","unfits","unfitted","unfittedness","unfittednesses","unfitter","unfittest","unfitting","unfittingly","unfix","unfixed","unfixedness","unfixednesses","unfixes","unfixing","unfixities","unfixity","unfixt","unflagging","unflaggingly","unflamboyant","unflappabilities","unflappability","unflappable","unflappableness","unflappably","unflapped","unflashy","unflattering","unflatteringly","unflavoured","unflawed","unfledged","unflesh","unfleshed","unfleshes","unfleshing","unfleshly","unflexed","unflinching","unflinchingly","unfloored","unflush","unflushed","unflushes","unflushing","unflustered","unfluted","unflyable","unfocused","unfocussed","unfoiled","unfold","unfolded","unfolder","unfolders","unfolding","unfoldings","unfoldment","unfoldments","unfolds","unfond","unfool","unfooled","unfooling","unfools","unfooted","unforbid","unforbidden","unforced","unforcedly","unforcible","unfordable","unforeboding","unforeknowable","unforeknown","unforeseeable","unforeseeing","unforeseen","unforeskinned","unforested","unforetold","unforewarned","unforfeited","unforged","unforgettable","unforgettably","unforgivable","unforgiven","unforgiveness","unforgivenesses","unforgiving","unforgivingness","unforgivingnesses","unforgot","unforgotten","unforked","unform","unformal","unformalised","unformalized","unformatted","unformed","unformidable","unforming","unforms","unformulated","unforsaken","unforthcoming","unfortified","unfortunate","unfortunately","unfortunateness","unfortunates","unfortune","unfortuned","unfortunes","unfossiliferous","unfossilised","unfossilized","unfostered","unfought","unfoughten","unfound","unfounded","unfoundedly","unfoundedness","unfoundednesses","unframed","unfranchised","unfranked","unfraught","unfraughted","unfraughting","unfraughts","unfree","unfreed","unfreedom","unfreedoms","unfreeing","unfreeman","unfreemen","unfrees","unfreeze","unfreezes","unfreezing","unfrequent","unfrequented","unfrequently","unfretted","unfriend","unfriended","unfriendedness","unfriendlier","unfriendliest","unfriendlily","unfriendliness","unfriendlinesses","unfriendly","unfriends","unfriendship","unfriendships","unfrighted","unfrightened","unfrivolous","unfrock","unfrocked","unfrocking","unfrocks","unfroze","unfrozen","unfructuous","unfruitful","unfruitfully","unfruitfulness","unfruitfulnesses","unfuelled","unfulfillable","unfulfilled","unfumed","unfunded","unfunnier","unfunniest","unfunny","unfurl","unfurled","unfurling","unfurls","unfurnish","unfurnished","unfurnishes","unfurnishing","unfurred","unfurrowed","unfused","unfussier","unfussiest","unfussily","unfussy","ungag","ungagged","ungagging","ungags","ungain","ungainful","ungainlier","ungainliest","ungainliness","ungainlinesses","ungainly","ungainsaid","ungainsayable","ungallant","ungallantly","ungalled","ungarbed","ungarbled","ungarmented","ungarnered","ungarnished","ungartered","ungated","ungathered","ungauged","ungazed","ungazing","ungear","ungeared","ungearing","ungears","ungelded","ungenerosities","ungenerosity","ungenerous","ungenerously","ungenial","ungenitured","ungenteel","ungenteelly","ungentilities","ungentility","ungentle","ungentlemanlike","ungentlemanly","ungentleness","ungentlenesses","ungently","ungentrified","ungenuine","ungenuineness","ungenuinenesses","ungermane","ungerminated","unget","ungetatable","ungets","ungetting","unghostly","ungifted","ungild","ungilded","ungilding","ungilds","ungilt","ungimmicky","ungird","ungirded","ungirding","ungirds","ungirt","ungirth","ungirthed","ungirthing","ungirths","ungiving","unglad","unglamorised","unglamorized","unglamorous","unglazed","unglossed","unglove","ungloved","ungloves","ungloving","unglue","unglued","unglues","ungluing","ungod","ungodded","ungodding","ungodlier","ungodliest","ungodlike","ungodlily","ungodliness","ungodlinesses","ungodly","ungods","ungord","ungored","ungorged","ungot","ungotten","ungovernable","ungovernably","ungoverned","ungown","ungowned","ungowning","ungowns","ungraced","ungraceful","ungracefully","ungracefulness","ungracious","ungraciously","ungraciousness","ungraciousnesses","ungraded","ungrammatic","ungrammatical","ungrammaticalities","ungrammaticality","ungrammatically","ungraspable","ungrassed","ungrateful","ungratefully","ungratefulness","ungratefulnesses","ungratified","ungravely","ungrazed","ungreased","ungreedy","ungreen","ungroomed","unground","ungrounded","ungroundedly","ungroundedness","ungrouped","ungrown","ungrudged","ungrudging","ungrudgingly","ungual","unguard","unguarded","unguardedly","unguardedness","unguardednesses","unguarding","unguards","unguent","unguenta","unguentaria","unguentaries","unguentarium","unguentary","unguents","unguentum","unguerdoned","ungues","unguessable","unguessed","unguiculate","unguiculated","unguiculates","unguided","unguiform","unguilty","unguinous","unguis","ungula","ungulae","ungular","ungulate","ungulates","unguled","unguligrade","ungum","ungummed","ungumming","ungums","ungyve","ungyved","ungyves","ungyving","unhabitable","unhabituated","unhable","unhacked","unhackneyed","unhailed","unhair","unhaired","unhairer","unhairers","unhairing","unhairs","unhallow","unhallowed","unhallowing","unhallows","unhalsed","unhalved","unhampered","unhand","unhanded","unhandicapped","unhandier","unhandiest","unhandily","unhandiness","unhandinesses","unhanding","unhandled","unhands","unhandselled","unhandsome","unhandsomely","unhandsomeness","unhandy","unhang","unhanged","unhanging","unhangs","unhappied","unhappier","unhappies","unhappiest","unhappily","unhappiness","unhappinesses","unhappy","unhappying","unharbour","unharboured","unharbouring","unharbours","unhardened","unhardy","unharmed","unharmful","unharmfully","unharming","unharmonious","unharness","unharnessed","unharnesses","unharnessing","unharried","unharvested","unhasp","unhasped","unhasping","unhasps","unhasting","unhasty","unhat","unhatched","unhats","unhatted","unhatting","unhattings","unhaunted","unhazarded","unhazardous","unhead","unheaded","unheading","unheads","unheal","unhealable","unhealed","unhealing","unheals","unhealth","unhealthful","unhealthfully","unhealthfulness","unhealthier","unhealthiest","unhealthily","unhealthiness","unhealthinesses","unhealths","unhealthy","unheard","unhearse","unhearsed","unhearses","unhearsing","unheart","unhearted","unhearting","unhearts","unheated","unhedged","unheeded","unheededly","unheedful","unheedfully","unheedily","unheeding","unheedingly","unheedy","unhele","unheled","unheles","unheling","unhelm","unhelmed","unhelmeted","unhelming","unhelms","unhelpable","unhelped","unhelpful","unhelpfully","unheppen","unheralded","unheroic","unheroical","unheroically","unherst","unhesitating","unhesitatingly","unhewn","unhidden","unhidebound","unhindered","unhinge","unhinged","unhingement","unhingements","unhinges","unhinging","unhip","unhipper","unhippest","unhirable","unhired","unhistoric","unhistorical","unhitch","unhitched","unhitches","unhitching","unhive","unhived","unhives","unhiving","unhoard","unhoarded","unhoarding","unhoards","unholier","unholiest","unholily","unholiness","unholinesses","unholpen","unholy","unhomelike","unhomely","unhomogenised","unhomogenized","unhonest","unhonored","unhonoured","unhood","unhooded","unhooding","unhoods","unhook","unhooked","unhooking","unhooks","unhoop","unhooped","unhooping","unhoops","unhoped","unhopeful","unhopefully","unhorse","unhorsed","unhorses","unhorsing","unhospitable","unhostile","unhouse","unhoused","unhouseled","unhouses","unhousing","unhouzzled","unhuman","unhumanise","unhumanised","unhumanises","unhumanising","unhumanize","unhumanized","unhumanizes","unhumanizing","unhumanly","unhumbled","unhumorous","unhung","unhunted","unhurried","unhurriedly","unhurrying","unhurt","unhurtful","unhurtfully","unhurtfulness","unhurtfulnesses","unhusbanded","unhusk","unhusked","unhusking","unhusks","unhydrolysed","unhydrolyzed","unhygienic","unhyphenated","unhysterical","unhysterically","uni","unialgal","uniaxial","uniaxially","unibody","unibrow","unibrows","unicameral","unicameralism","unicameralisms","unicameralist","unicameralists","unicamerally","unicellular","unicellularity","unicentral","unicities","unicity","unicolor","unicolorate","unicolorous","unicolour","unicoloured","unicorn","unicorns","unicostate","unicycle","unicycled","unicycles","unicycling","unicyclist","unicyclists","unideaed","unideal","unidealism","unidealisms","unidealistic","unidentifiable","unidentified","unideological","unidimensional","unidimensionalities","unidimensionality","unidiomatic","unidiomatically","unidirectional","unidirectionally","uniface","unifaces","unifiable","unific","unification","unifications","unified","unifier","unifiers","unifies","unifilar","uniflorous","unifoliate","unifoliolate","uniform","uniformed","uniformer","uniformest","uniforming","uniformitarian","uniformitarianism","uniformitarianisms","uniformitarians","uniformities","uniformity","uniformly","uniformness","uniformnesses","uniforms","unify","unifying","unifyings","unigeniture","unigenitures","unignorable","unijugate","unilabiate","unilateral","unilateralism","unilateralisms","unilateralist","unilateralists","unilateralities","unilaterality","unilaterally","unilineal","unilinear","unilingual","unilingualism","unilingualisms","unilinguals","uniliteral","unillumed","unilluminated","unilluminating","unillumined","unillusioned","unillustrated","unilobar","unilobed","unilobular","unilocular","unimaginable","unimaginably","unimaginative","unimaginatively","unimagined","unimbued","unimmortal","unimmunised","unimmunized","unimolecular","unimpaired","unimparted","unimpassioned","unimpeachable","unimpeachably","unimpeached","unimpeded","unimpededly","unimplemented","unimplored","unimportance","unimportances","unimportant","unimportuned","unimposed","unimposing","unimpregnated","unimpressed","unimpressible","unimpressive","unimprisoned","unimproved","unimpugnable","uninaugurated","uninchanted","unincited","uninclosed","unincorporated","unincumbered","unindeared","unindexed","unindicted","unindustrialized","uninfected","uninflamed","uninflammable","uninflated","uninflected","uninfluenced","uninfluential","uninforceable","uninforced","uninformative","uninformatively","uninformed","uninforming","uningratiating","uninhabitable","uninhabited","uninhibited","uninhibitedly","uninhibitedness","uninhibitednesses","uninitiate","uninitiated","uninitiates","uninjured","uninoculated","uninquiring","uninquisitive","uninscribed","uninspected","uninspired","uninspiring","uninstall","uninstalled","uninstalling","uninstalls","uninstructed","uninstructive","uninsulated","uninsurable","uninsured","uninsureds","unintegrated","unintellectual","unintelligence","unintelligences","unintelligent","unintelligently","unintelligibilities","unintelligibility","unintelligible","unintelligibleness","unintelligiblenesses","unintelligibly","unintended","unintentional","unintentionally","uninterest","uninterested","uninterestedly","uninteresting","uninterestingly","uninterests","unintermitted","unintermittedly","unintermitting","uninterpretable","uninterrupted","uninterruptedly","unintimidated","unintoxicating","unintroduced","uninuclear","uninucleate","uninured","uninventive","uninvested","uninvidious","uninvited","uninviting","uninvoked","uninvolved","union","unionisation","unionisations","unionise","unionised","unioniser","unionisers","unionises","unionising","unionism","unionisms","unionist","unionistic","unionists","unionization","unionizations","unionize","unionized","unionizer","unionizers","unionizes","unionizing","unions","uniparental","uniparentally","uniparous","unipartite","uniped","unipeds","unipersonal","unipersonality","uniplanar","unipod","unipods","unipolar","unipolarities","unipolarity","unipotent","unique","uniquely","uniqueness","uniquenesses","uniquer","uniques","uniquest","uniramose","uniramous","unironed","unironic","unironically","unirradiated","unirrigated","unis","uniseptate","uniserial","uniserially","uniseriate","uniseriately","unisex","unisexes","unisexual","unisexualities","unisexuality","unisexually","unisize","unison","unisonal","unisonally","unisonance","unisonances","unisonant","unisonous","unisons","unissued","unit","unitage","unitages","unital","unitard","unitards","unitarian","unitarianism","unitarianisms","unitarians","unitarily","unitary","unite","united","unitedly","unitedness","unitednesses","uniter","uniters","unites","unitholder","unitholders","unities","uniting","unitings","unition","unitions","unitisation","unitisations","unitise","unitised","unitiser","unitisers","unitises","unitising","unitive","unitively","unitization","unitizations","unitize","unitized","unitizer","unitizers","unitizes","unitizing","unitrust","unitrusts","units","unity","univalence","univalences","univalencies","univalency","univalent","univalents","univalve","univalved","univalves","univalvular","univariant","univariate","universal","universalise","universalised","universalises","universalising","universalism","universalisms","universalist","universalistic","universalists","universalities","universality","universalization","universalizations","universalize","universalized","universalizes","universalizing","universally","universalness","universalnesses","universals","universe","universes","universitarian","universities","university","univocal","univocally","univocals","univoltine","unjaded","unjam","unjammed","unjamming","unjams","unjaundiced","unjealous","unjoined","unjoint","unjointed","unjointing","unjoints","unjoyful","unjoyous","unjudged","unjust","unjuster","unjustest","unjustifiable","unjustifiably","unjustified","unjustly","unjustness","unjustnesses","unked","unkeeled","unkempt","unkemptly","unkemptness","unkemptnesses","unkend","unkenned","unkennel","unkenneled","unkenneling","unkennelled","unkennelling","unkennels","unkent","unkept","unket","unkid","unkind","unkinder","unkindest","unkindled","unkindlier","unkindliest","unkindliness","unkindlinesses","unkindly","unkindness","unkindnesses","unking","unkinged","unkinging","unkinglier","unkingliest","unkinglike","unkingly","unkings","unkink","unkinked","unkinking","unkinks","unkiss","unkissed","unkisses","unkissing","unknelled","unknight","unknighted","unknighting","unknightliness","unknightly","unknights","unknit","unknits","unknitted","unknitting","unknot","unknots","unknotted","unknotting","unknowabilities","unknowability","unknowable","unknowableness","unknowables","unknowably","unknowing","unknowingly","unknowingness","unknowingnesses","unknowings","unknowledgeable","unknown","unknownness","unknownnesses","unknowns","unkosher","unlabeled","unlabelled","unlabored","unlaborious","unlaboured","unlabouring","unlace","unlaced","unlaces","unlacing","unlade","unladed","unladen","unlades","unlading","unladings","unladylike","unlaid","unlamented","unlash","unlashed","unlashes","unlashing","unlast","unlaste","unlatch","unlatched","unlatches","unlatching","unlaundered","unlaw","unlawed","unlawful","unlawfully","unlawfulness","unlawfulnesses","unlawing","unlaws","unlay","unlaying","unlays","unlead","unleaded","unleadeds","unleading","unleads","unleal","unlearn","unlearnable","unlearned","unlearnedly","unlearnedness","unlearnednesses","unlearning","unlearns","unlearnt","unleased","unleash","unleashed","unleashes","unleashing","unleavened","unled","unleisured","unleisurely","unless","unlessoned","unlet","unlethal","unlettable","unletted","unlettered","unlevel","unleveled","unleveling","unlevelled","unlevelling","unlevels","unlevied","unliberated","unlibidinous","unlicensed","unlich","unlicked","unlid","unlidded","unlidding","unlids","unlifelike","unlighted","unlightened","unlightsome","unlikable","unlike","unlikeable","unliked","unlikelier","unlikeliest","unlikelihood","unlikelihoods","unlikeliness","unlikelinesses","unlikely","unlikeness","unlikenesses","unlikes","unlimber","unlimbered","unlimbering","unlimbers","unlime","unlimed","unlimes","unliming","unlimited","unlimitedly","unlimitedness","unlimitednesses","unline","unlineal","unlined","unlines","unlining","unlink","unlinked","unlinking","unlinks","unliquefied","unliquidated","unliquored","unlisted","unlistenable","unlistened","unlistening","unlit","unliterary","unlivable","unlive","unliveable","unlived","unliveliness","unlivelinesses","unlively","unlives","unliving","unload","unloaded","unloader","unloaders","unloading","unloadings","unloads","unlobed","unlocalised","unlocalized","unlocated","unlock","unlockable","unlocked","unlocking","unlocks","unlogical","unlooked","unloose","unloosed","unloosen","unloosened","unloosening","unloosens","unlooses","unloosing","unlopped","unlord","unlorded","unlording","unlordly","unlords","unlosable","unlost","unlovable","unlove","unloveable","unloved","unlovelier","unloveliest","unloveliness","unlovelinesses","unlovely","unloverlike","unloves","unloving","unlovingly","unlovingness","unlovingnesses","unluckier","unluckiest","unluckily","unluckiness","unluckinesses","unlucky","unluxuriant","unluxurious","unlyrical","unmacadamised","unmacadamized","unmacho","unmade","unmagnified","unmaidenly","unmailable","unmailed","unmaimed","unmaintainable","unmaintained","unmakable","unmake","unmaker","unmakers","unmakes","unmaking","unmakings","unmalicious","unmaliciously","unmalleability","unmalleable","unman","unmanacle","unmanacled","unmanacles","unmanacling","unmanageable","unmanageably","unmanaged","unmanful","unmanfully","unmanipulated","unmanlier","unmanliest","unmanlike","unmanliness","unmanlinesses","unmanly","unmanned","unmannered","unmanneredly","unmannerliness","unmannerlinesses","unmannerly","unmanning","unmannish","unmans","unmantle","unmantled","unmantles","unmantling","unmanufactured","unmanured","unmapped","unmard","unmarked","unmarketable","unmarred","unmarriable","unmarriageable","unmarried","unmarrieds","unmarries","unmarry","unmarrying","unmasculine","unmask","unmasked","unmasker","unmaskers","unmasking","unmaskings","unmasks","unmastered","unmatchable","unmatched","unmated","unmaterial","unmaterialised","unmaterialized","unmaternal","unmathematical","unmatriculated","unmatted","unmatured","unmeaning","unmeaningly","unmeaningness","unmeaningnesses","unmeant","unmeasurable","unmeasurably","unmeasured","unmeasuredly","unmechanic","unmechanical","unmechanise","unmechanised","unmechanises","unmechanising","unmechanize","unmechanized","unmechanizes","unmechanizing","unmediated","unmedicated","unmedicinable","unmeditated","unmeek","unmeet","unmeetly","unmeetness","unmeetnesses","unmellow","unmellowed","unmelodious","unmelodiousness","unmelodiousnesses","unmelted","unmemorable","unmemorably","unmended","unmentionable","unmentionables","unmentionably","unmentioned","unmercenary","unmerchantable","unmerciful","unmercifully","unmercifulness","unmeritable","unmerited","unmeritedly","unmeriting","unmerry","unmesh","unmeshed","unmeshes","unmeshing","unmet","unmetabolised","unmetabolized","unmetalled","unmetaphorical","unmetaphysical","unmeted","unmethodical","unmethodised","unmethodized","unmetrical","unmew","unmewed","unmewing","unmews","unmilitary","unmilked","unmilled","unminded","unmindful","unmindfully","unmindfulness","unmindfulnesses","unmined","unmingle","unmingled","unmingles","unmingling","unministerial","unmiraculous","unmiry","unmissable","unmissed","unmistakable","unmistakably","unmistakeable","unmistakeably","unmistaken","unmistrustful","unmiter","unmitered","unmitering","unmiters","unmitigable","unmitigably","unmitigated","unmitigatedly","unmitigatedness","unmitigatednesses","unmitre","unmitred","unmitres","unmitring","unmix","unmixable","unmixed","unmixedly","unmixes","unmixing","unmixt","unmoaned","unmoderated","unmodernised","unmodernized","unmodifiable","unmodified","unmodish","unmodulated","unmoistened","unmold","unmolded","unmolding","unmolds","unmolested","unmolten","unmoneyed","unmonied","unmonitored","unmoor","unmoored","unmooring","unmoors","unmoral","unmoralised","unmoralising","unmoralities","unmorality","unmoralized","unmoralizing","unmorally","unmortgaged","unmortified","unmortise","unmortised","unmortises","unmortising","unmotherly","unmotivated","unmotived","unmould","unmoulded","unmoulding","unmoulds","unmount","unmounted","unmounting","unmounts","unmourned","unmovable","unmovably","unmoveable","unmoveably","unmoved","unmovedly","unmoving","unmown","unmuffle","unmuffled","unmuffles","unmuffling","unmunitioned","unmurmuring","unmurmuringly","unmusical","unmusically","unmusicalness","unmusicalnesses","unmutilated","unmuzzle","unmuzzled","unmuzzles","unmuzzling","unmuzzlings","unmyelinated","unnail","unnailed","unnailing","unnails","unnamable","unnameable","unnamed","unnaneld","unnative","unnatural","unnaturalise","unnaturalised","unnaturalises","unnaturalising","unnaturalize","unnaturalized","unnaturalizes","unnaturalizing","unnaturally","unnaturalness","unnaturalnesses","unnavigable","unnavigated","unneath","unnecessarily","unnecessariness","unnecessary","unneeded","unneedful","unneedfully","unnegotiable","unneighboured","unneighbourly","unnerve","unnerved","unnerves","unnerving","unnervingly","unnest","unnested","unnesting","unnests","unnethes","unnetted","unneurotic","unnewsworthy","unnilhexium","unnilhexiums","unnilpentium","unnilpentiums","unnilquadium","unnilquadiums","unnilseptium","unnilseptiums","unnoble","unnobled","unnobles","unnobling","unnoisy","unnoted","unnoticeable","unnoticeably","unnoticed","unnoticing","unnourished","unnourishing","unnuanced","unnumbered","unnurtured","unoaked","unobedient","unobeyed","unobjectionable","unobjectionably","unobnoxious","unobscured","unobservable","unobservance","unobservances","unobservant","unobserved","unobservedly","unobserving","unobstructed","unobstructive","unobtainable","unobtained","unobtrusive","unobtrusively","unobtrusiveness","unobtrusivenesses","unobvious","unoccupied","unoffended","unoffending","unoffensive","unoffered","unofficered","unofficial","unofficially","unofficious","unoften","unoiled","unopen","unopenable","unopened","unoperative","unopposed","unoppressive","unordained","unorder","unordered","unordering","unorderly","unorders","unordinary","unorganised","unorganized","unoriginal","unoriginalities","unoriginality","unoriginate","unoriginated","unornamental","unornamented","unornate","unorthodox","unorthodoxies","unorthodoxly","unorthodoxy","unossified","unostentatious","unostentatiously","unovercome","unoverthrown","unowed","unowned","unoxidised","unoxidized","unoxygenated","unpaced","unpacified","unpack","unpacked","unpacker","unpackers","unpacking","unpackings","unpacks","unpadded","unpaged","unpaid","unpained","unpainful","unpaint","unpaintable","unpainted","unpainting","unpaints","unpaired","unpalatabilities","unpalatability","unpalatable","unpalatably","unpalsied","unpampered","unpanel","unpanelled","unpanelling","unpanels","unpanged","unpannel","unpannelled","unpannelling","unpannels","unpaper","unpapered","unpapering","unpapers","unparadise","unparadised","unparadises","unparadising","unparagoned","unparallel","unparalleled","unparasitised","unparasitized","unpardonable","unpardonably","unpardoned","unpardoning","unpared","unparental","unparented","unparliamentary","unparted","unpartial","unpassable","unpassableness","unpassionate","unpassioned","unpasteurised","unpasteurized","unpastoral","unpastured","unpatched","unpatentable","unpatented","unpathed","unpathetic","unpathwayed","unpatriotic","unpatriotically","unpatronised","unpatronized","unpatterned","unpaved","unpavilioned","unpay","unpayable","unpaying","unpays","unpeaceable","unpeaceableness","unpeaceful","unpeacefully","unpedantic","unpedigreed","unpeeled","unpeerable","unpeered","unpeg","unpegged","unpegging","unpegs","unpen","unpenned","unpennied","unpenning","unpens","unpensioned","unpent","unpeople","unpeopled","unpeoples","unpeopling","unpeppered","unperceivable","unperceivably","unperceived","unperceivedly","unperceptive","unperch","unperched","unperches","unperching","unperfect","unperfected","unperfection","unperfections","unperfectly","unperfectness","unperfectnesses","unperforated","unperformable","unperformed","unperforming","unperfumed","unperilous","unperishable","unperished","unperishing","unperjured","unperpetrated","unperplex","unperplexed","unperplexes","unperplexing","unpersecuted","unperson","unpersoned","unpersoning","unpersons","unpersuadable","unpersuaded","unpersuasive","unperturbed","unpervert","unperverted","unperverting","unperverts","unphilosophic","unphilosophical","unphonetic","unpick","unpickable","unpicked","unpicking","unpicks","unpicturesque","unpierced","unpile","unpiled","unpiles","unpiling","unpillared","unpillowed","unpiloted","unpin","unpinked","unpinkt","unpinned","unpinning","unpins","unpitied","unpitiful","unpitifully","unpitifulness","unpitifulnesses","unpitted","unpitying","unpityingly","unplace","unplaced","unplaces","unplacing","unplagued","unplained","unplait","unplaited","unplaiting","unplaits","unplanked","unplanned","unplanted","unplastered","unplausible","unplausibly","unplausive","unplayable","unplayed","unpleasant","unpleasantly","unpleasantness","unpleasantnesses","unpleasantries","unpleasantry","unpleased","unpleasing","unpleasingly","unpleasurable","unpleasurably","unpleated","unpledged","unpliable","unpliably","unpliant","unploughed","unplowed","unplucked","unplug","unplugged","unplugging","unplugs","unplumb","unplumbed","unplumbing","unplumbs","unplume","unplumed","unplumes","unpluming","unpoetic","unpoetical","unpoetically","unpoeticalness","unpointed","unpoised","unpoison","unpoisoned","unpoisoning","unpoisons","unpolarisable","unpolarised","unpolarizable","unpolarized","unpoliced","unpolicied","unpolish","unpolishable","unpolished","unpolishes","unpolishing","unpolite","unpolitely","unpoliteness","unpolitenesses","unpolitic","unpolitical","unpolled","unpolluted","unpope","unpoped","unpopes","unpoping","unpopular","unpopularities","unpopularity","unpopularly","unpopulated","unpopulous","unportioned","unposed","unpossessed","unpossessing","unpossible","unposted","unpotable","unpotted","unpowdered","unpowered","unpracticable","unpractical","unpracticality","unpractically","unpracticalness","unpracticed","unpractised","unpractisedness","unpraise","unpraised","unpraises","unpraiseworthy","unpraising","unpray","unprayed","unpraying","unprays","unpreach","unpreached","unpreaches","unpreaching","unprecedented","unprecedentedly","unprecise","unpredict","unpredictabilities","unpredictability","unpredictable","unpredictables","unpredictably","unpredicted","unpredicting","unpredicts","unpreferred","unpregnant","unprejudiced","unprejudicedly","unprelatical","unpremeditable","unpremeditated","unpremeditation","unpreoccupied","unprepare","unprepared","unpreparedly","unpreparedness","unpreparednesses","unprepares","unpreparing","unprepossessed","unprepossessing","unprescribed","unpresentable","unpressed","unpressured","unpressurised","unpressurized","unpresuming","unpresumptuous","unpretending","unpretendingly","unpretentious","unpretentiously","unpretentiousness","unpretentiousnesses","unprettiness","unprettinesses","unpretty","unprevailing","unpreventable","unprevented","unpriced","unpriest","unpriested","unpriesting","unpriestly","unpriests","unprimed","unprincely","unprincipled","unprincipledness","unprinciplednesses","unprintable","unprintableness","unprintably","unprinted","unprisable","unprison","unprisoned","unprisoning","unprisons","unprivileged","unprizable","unprized","unprobed","unproblematic","unprocedural","unprocessed","unproclaimed","unprocurable","unproduced","unproductive","unproductively","unproductivity","unprofaned","unprofessed","unprofessional","unprofessionally","unprofessionals","unprofitability","unprofitable","unprofitableness","unprofitablenesses","unprofitably","unprofited","unprofiting","unprogrammable","unprogrammed","unprogressive","unprogressively","unprohibited","unprojected","unprolific","unpromised","unpromising","unpromisingly","unprompted","unpronounceable","unpronounced","unprop","unproper","unproperly","unpropertied","unprophetic","unprophetical","unpropitious","unpropitiously","unproportionate","unproportioned","unproposed","unpropped","unpropping","unprops","unprosperous","unprosperously","unprotected","unprotectedness","unprotestantise","unprotestantize","unprotested","unprotesting","unprovable","unproved","unproven","unprovide","unprovided","unprovidedly","unprovident","unprovides","unproviding","unprovisioned","unprovocative","unprovoke","unprovoked","unprovokedly","unprovokes","unprovoking","unpruned","unpublicised","unpublicized","unpublishable","unpublished","unpucker","unpuckered","unpuckering","unpuckers","unpulled","unpunctual","unpunctualities","unpunctuality","unpunctuated","unpunishable","unpunishably","unpunished","unpurchasable","unpurchaseable","unpurchased","unpure","unpurely","unpurged","unpurified","unpurposed","unpurse","unpursed","unpurses","unpursing","unpursued","unpurvaide","unpurveyed","unputdownable","unpuzzle","unpuzzled","unpuzzles","unpuzzling","unquaking","unqualifiable","unqualified","unqualifiedly","unqualifiedness","unqualifies","unqualify","unqualifying","unqualited","unqualitied","unquantifiable","unquantified","unquantised","unquantized","unquarried","unqueen","unqueened","unqueening","unqueenlier","unqueenliest","unqueenlike","unqueenly","unqueens","unquelled","unquenchable","unquenchably","unquenched","unquestionable","unquestionably","unquestioned","unquestioning","unquestioningly","unquickened","unquiet","unquieted","unquieter","unquietest","unquieting","unquietly","unquietness","unquietnesses","unquiets","unquotable","unquote","unquoted","unquotes","unquoting","unraced","unracked","unraised","unrake","unraked","unrakes","unraking","unranked","unransomed","unrated","unratified","unravaged","unravel","unraveled","unraveling","unravelled","unraveller","unravellers","unravelling","unravellings","unravelment","unravelments","unravels","unravished","unrazed","unrazored","unreachable","unreached","unreactive","unread","unreadabilities","unreadability","unreadable","unreadableness","unreadably","unreadier","unreadiest","unreadily","unreadiness","unreadinesses","unready","unreal","unrealisable","unrealise","unrealised","unrealises","unrealising","unrealism","unrealisms","unrealistic","unrealistically","unrealities","unreality","unrealizable","unrealize","unrealized","unrealizes","unrealizing","unreally","unreaped","unreason","unreasonable","unreasonableness","unreasonablenesses","unreasonably","unreasoned","unreasoning","unreasoningly","unreasons","unreave","unreaved","unreaves","unreaving","unrebated","unrebuked","unrecallable","unrecalled","unrecalling","unrecapturable","unreceipted","unreceived","unreceptive","unreciprocated","unrecked","unreckonable","unreckoned","unreclaimable","unreclaimably","unreclaimed","unrecognisable","unrecognisably","unrecognised","unrecognising","unrecognizable","unrecognizably","unrecognized","unrecognizing","unrecollected","unrecommendable","unrecommended","unrecompensed","unreconcilable","unreconcilably","unreconciled","unreconciliable","unreconstructed","unrecorded","unrecounted","unrecoverable","unrecoverably","unrecovered","unrectified","unrecuring","unrecyclable","unred","unredeemable","unredeemed","unredressed","unredrest","unreduced","unreducible","unredy","unreel","unreeled","unreeler","unreelers","unreeling","unreels","unreeve","unreeved","unreeves","unreeving","unrefined","unreflected","unreflecting","unreflectingly","unreflective","unreflectively","unreformable","unreformed","unrefracted","unrefreshed","unrefreshing","unrefrigerated","unrefuted","unregarded","unregarding","unregeneracies","unregeneracy","unregenerate","unregenerated","unregenerately","unregenerates","unregimented","unregistered","unregulated","unrehearsed","unrein","unreined","unreinforced","unreining","unreins","unrejoiced","unrejoicing","unrelated","unrelative","unrelaxed","unrelenting","unrelentingly","unrelentingness","unrelentor","unrelentors","unreliabilities","unreliability","unreliable","unreliableness","unrelievable","unrelieved","unrelievedly","unreligious","unreligiously","unrelished","unreluctant","unremaining","unremarkable","unremarkably","unremarked","unremedied","unremembered","unremembering","unreminiscent","unremitted","unremittedly","unremittent","unremittently","unremitting","unremittingly","unremittingness","unremorseful","unremorsefully","unremorseless","unremovable","unremoved","unremunerative","unrendered","unrenewed","unrent","unrented","unrepaid","unrepair","unrepairable","unrepaired","unrepairs","unrepealable","unrepealed","unrepeatable","unrepeated","unrepelled","unrepentance","unrepentances","unrepentant","unrepentantly","unrepented","unrepenting","unrepentingly","unrepining","unrepiningly","unreplaceable","unreplenished","unreportable","unreported","unreposeful","unreposing","unrepresentative","unrepresentativeness","unrepresentativenesses","unrepresented","unrepressed","unreprievable","unreprieved","unreprimanded","unreproached","unreproachful","unreproaching","unreproducible","unreprovable","unreproved","unreproving","unrepugnant","unrepulsable","unrequired","unrequisite","unrequited","unrequitedly","unrescinded","unresented","unresentful","unresenting","unreserve","unreserved","unreservedly","unreservedness","unreservednesses","unreserves","unresistant","unresisted","unresistible","unresisting","unresistingly","unresolvable","unresolved","unresolvedness","unrespectable","unrespected","unrespective","unrespited","unresponsive","unresponsively","unresponsiveness","unresponsivenesses","unrest","unrested","unrestful","unrestfulness","unrestfulnesses","unresting","unrestingly","unrestingness","unrestingnesses","unrestored","unrestrainable","unrestrained","unrestrainedly","unrestrainedness","unrestrainednesses","unrestraint","unrestraints","unrestricted","unrestrictedly","unrests","unretarded","unretentive","unretire","unretired","unretires","unretiring","unretouched","unreturnable","unreturned","unreturning","unreturningly","unrevealable","unrevealed","unrevealing","unrevenged","unrevengeful","unreverend","unreverent","unreversed","unreverted","unreviewable","unreviewed","unrevised","unrevoked","unrevolutionary","unrewarded","unrewardedly","unrewarding","unrhetorical","unrhymed","unrhythmic","unrhythmical","unrhythmically","unribbed","unrid","unridable","unridden","unriddle","unriddleable","unriddled","unriddler","unriddlers","unriddles","unriddling","unrideable","unrifled","unrig","unrigged","unrigging","unright","unrighteous","unrighteously","unrighteousness","unrighteousnesses","unrightful","unrightfully","unrightfulness","unrights","unrigs","unrimed","unringed","unrinsed","unrip","unripe","unripely","unripened","unripeness","unripenesses","unriper","unripest","unripped","unripping","unrippings","unrips","unrisen","unrivaled","unrivalled","unriven","unrivet","unriveted","unriveting","unrivets","unroasted","unrobe","unrobed","unrobes","unrobing","unroll","unrolled","unrolling","unrolls","unromanised","unromanized","unromantic","unromantical","unromantically","unromanticised","unromanticized","unroof","unroofed","unroofing","unroofs","unroost","unroosted","unroosting","unroosts","unroot","unrooted","unrooting","unroots","unrope","unroped","unropes","unroping","unrosined","unrotted","unrotten","unrouged","unrough","unround","unrounded","unrounding","unrounds","unroused","unrove","unroven","unroyal","unroyally","unrubbed","unrude","unruffable","unruffe","unruffle","unruffled","unruffledness","unrufflednesses","unruffles","unruffling","unrule","unruled","unrules","unrulier","unruliest","unruliment","unruliments","unruliness","unrulinesses","unruly","unrumpled","unrushed","unrusted","uns","unsaddle","unsaddled","unsaddles","unsaddling","unsafe","unsafely","unsafeness","unsafenesses","unsafer","unsafest","unsafeties","unsafety","unsaid","unsailed","unsained","unsaint","unsainted","unsainting","unsaintlier","unsaintliest","unsaintliness","unsaintlinesses","unsaintly","unsaints","unsalabilities","unsalability","unsalable","unsalably","unsalaried","unsaleabilities","unsaleability","unsaleable","unsalted","unsaluted","unsalvageable","unsampled","unsanctified","unsanctifies","unsanctify","unsanctifying","unsanctioned","unsandalled","unsanitary","unsapped","unsashed","unsatable","unsated","unsatiable","unsatiate","unsatiated","unsatiating","unsating","unsatirical","unsatisfaction","unsatisfactions","unsatisfactorily","unsatisfactoriness","unsatisfactorinesses","unsatisfactory","unsatisfiable","unsatisfied","unsatisfiedness","unsatisfying","unsaturate","unsaturated","unsaturates","unsaturation","unsaturations","unsaved","unsavorily","unsavoriness","unsavorinesses","unsavory","unsavourily","unsavouriness","unsavourinesses","unsavoury","unsawed","unsawn","unsay","unsayable","unsayables","unsaying","unsays","unscabbard","unscabbarded","unscabbarding","unscabbards","unscalable","unscale","unscaled","unscales","unscaling","unscanned","unscarred","unscary","unscathed","unscavengered","unscented","unsceptred","unscheduled","unscholarlike","unscholarly","unschooled","unscientific","unscientifically","unscissored","unscorched","unscottified","unscoured","unscramble","unscrambled","unscrambler","unscramblers","unscrambles","unscrambling","unscratched","unscreened","unscrew","unscrewed","unscrewing","unscrews","unscripted","unscriptural","unscripturally","unscrupled","unscrupulosity","unscrupulous","unscrupulously","unscrupulousness","unscrupulousnesses","unscrutinised","unscrutinized","unsculptured","unscythed","unseal","unsealable","unsealed","unsealing","unseals","unseam","unseamed","unseaming","unseams","unsearchable","unsearchably","unsearched","unseared","unseason","unseasonable","unseasonableness","unseasonablenesses","unseasonably","unseasoned","unseasonedness","unseasoning","unseasons","unseat","unseated","unseating","unseats","unseaworthiness","unseaworthy","unseconded","unsecret","unsectarian","unsectarianism","unsectarianisms","unsecular","unsecured","unseduced","unseeable","unseeded","unseeing","unseel","unseeled","unseelie","unseeling","unseels","unseeming","unseemings","unseemlier","unseemliest","unseemliness","unseemlinesses","unseemly","unseen","unseens","unsegmented","unsegregated","unseisable","unseizable","unseized","unseldom","unselected","unselective","unselectively","unself","unselfconscious","unselfed","unselfing","unselfish","unselfishly","unselfishness","unselfishnesses","unselfs","unsell","unsellable","unselling","unsells","unselves","unseminaried","unsensational","unsense","unsensed","unsenses","unsensible","unsensibly","unsensing","unsensitised","unsensitive","unsensitized","unsensualise","unsensualised","unsensualises","unsensualising","unsensualize","unsensualized","unsensualizes","unsensualizing","unsent","unsentenced","unsentimental","unseparable","unseparated","unsepulchred","unserious","unseriousness","unseriousnesses","unserved","unserviceable","unset","unsets","unsetting","unsettle","unsettled","unsettledly","unsettledness","unsettlednesses","unsettlement","unsettlements","unsettles","unsettling","unsettlingly","unsettlings","unsevered","unsew","unsewed","unsewing","unsewn","unsews","unsex","unsexed","unsexes","unsexing","unsexist","unsexual","unsexy","unshackle","unshackled","unshackles","unshackling","unshaded","unshadow","unshadowable","unshadowed","unshadowing","unshadows","unshakable","unshakableness","unshakably","unshakeable","unshakeableness","unshakeably","unshaked","unshaken","unshakenly","unshale","unshaled","unshales","unshaling","unshamed","unshape","unshaped","unshapelier","unshapeliest","unshapely","unshapen","unshapes","unshaping","unshared","unsharp","unsharpened","unshaved","unshaven","unsheathe","unsheathed","unsheathes","unsheathing","unshed","unshell","unshelled","unshelling","unshells","unsheltered","unshent","unshewn","unshielded","unshift","unshifted","unshifting","unshifts","unshingled","unship","unshipped","unshipping","unships","unshirted","unshockable","unshocked","unshod","unshoe","unshoed","unshoeing","unshoes","unshoot","unshooted","unshooting","unshoots","unshorn","unshot","unshout","unshouted","unshouting","unshouts","unshowered","unshown","unshowy","unshrinkable","unshrinking","unshrinkingly","unshrived","unshriven","unshroud","unshrouded","unshrouding","unshrouds","unshrubbed","unshrubd","unshrunk","unshunnable","unshunned","unshut","unshuts","unshutter","unshuttered","unshuttering","unshutters","unshutting","unsicker","unsickled","unsifted","unsighing","unsight","unsighted","unsightedly","unsighting","unsightlier","unsightliest","unsightliness","unsightlinesses","unsightly","unsights","unsigned","unsilent","unsimilar","unsinew","unsinewed","unsinewing","unsinews","unsinful","unsinkable","unsinnowed","unsistered","unsisterliness","unsisterly","unsisting","unsizable","unsizeable","unsized","unskilful","unskilfully","unskilfulness","unskilfulnesses","unskilled","unskillful","unskillfully","unskillfulness","unskillfulnesses","unskimmed","unskinned","unslain","unslakable","unslaked","unsleeping","unsliced","unslick","unsling","unslinging","unslings","unslipping","unsluice","unsluiced","unsluices","unsluicing","unslumbering","unslumbrous","unslung","unsmart","unsmiling","unsmilingly","unsmirched","unsmitten","unsmoked","unsmooth","unsmoothed","unsmoothing","unsmooths","unsmote","unsmotherable","unsnag","unsnagged","unsnagging","unsnags","unsnap","unsnapped","unsnapping","unsnaps","unsnarl","unsnarled","unsnarling","unsnarls","unsneck","unsnecked","unsnecking","unsnecks","unsnuffed","unsoaked","unsoaped","unsober","unsoberly","unsociabilities","unsociability","unsociable","unsociableness","unsociablenesses","unsociably","unsocial","unsocialised","unsocialism","unsocialisms","unsocialities","unsociality","unsocialized","unsocially","unsocket","unsocketed","unsocketing","unsockets","unsod","unsodden","unsoft","unsoftened","unsoftening","unsoiled","unsolaced","unsold","unsolder","unsoldered","unsoldering","unsolders","unsoldierlike","unsoldierly","unsolemn","unsolicited","unsolicitous","unsolid","unsolidities","unsolidity","unsolidly","unsolvable","unsolved","unsoncy","unsonsie","unsonsy","unsoote","unsoothed","unsophisticate","unsophisticated","unsophistication","unsophistications","unsorted","unsought","unsoul","unsouled","unsouling","unsouls","unsound","unsoundable","unsounded","unsounder","unsoundest","unsoundly","unsoundness","unsoundnesses","unsourced","unsoured","unsowed","unsown","unspar","unspared","unsparing","unsparingly","unsparingness","unsparingnesses","unsparred","unsparring","unspars","unspeak","unspeakable","unspeakableness","unspeakably","unspeaking","unspeaks","unspecialised","unspecialized","unspecifiable","unspecific","unspecified","unspectacled","unspectacular","unspeculative","unsped","unspell","unspelled","unspelling","unspells","unspent","unsphere","unsphered","unspheres","unsphering","unspide","unspied","unspilled","unspilt","unspirited","unspiritual","unspiritualise","unspiritualised","unspiritualises","unspiritualize","unspiritualized","unspiritualizes","unspiritually","unsplinterable","unsplit","unspoiled","unspoilt","unspoke","unspoken","unspool","unspooled","unspooling","unspools","unsporting","unsportsmanlike","unspotted","unspottedness","unspottednesses","unsprayed","unsprinkled","unsprung","unspun","unsquared","unstable","unstableness","unstablenesses","unstabler","unstablest","unstably","unstack","unstacked","unstacking","unstacks","unstaid","unstaidness","unstaidnesses","unstainable","unstained","unstalked","unstamped","unstanchable","unstanched","unstandardised","unstandardized","unstarch","unstarched","unstarches","unstarching","unstarred","unstarry","unstartling","unstate","unstated","unstates","unstatesmanlike","unstating","unstatutable","unstatutably","unstaunchable","unstaunched","unstayed","unstaying","unsteadfast","unsteadfastly","unsteadfastness","unsteadied","unsteadier","unsteadies","unsteadiest","unsteadily","unsteadiness","unsteadinesses","unsteady","unsteadying","unsteel","unsteeled","unsteeling","unsteels","unsteepled","unstemmed","unstep","unstepped","unstepping","unsteps","unstercorated","unsterile","unsterilised","unsterilized","unstick","unsticking","unsticks","unstifled","unstigmatised","unstigmatized","unstilled","unstimulated","unstinted","unstinting","unstintingly","unstirred","unstitch","unstitched","unstitches","unstitching","unstock","unstocked","unstocking","unstockinged","unstocks","unstoned","unstooping","unstop","unstoppable","unstoppably","unstopped","unstopper","unstoppered","unstoppering","unstoppers","unstopping","unstops","unstow","unstowed","unstowing","unstows","unstrained","unstrap","unstrapped","unstrapping","unstraps","unstratified","unstreamed","unstrengthened","unstress","unstressed","unstresses","unstriated","unstring","unstringed","unstringing","unstrings","unstrip","unstriped","unstripped","unstripping","unstrips","unstruck","unstructured","unstrung","unstuck","unstudied","unstuffed","unstuffy","unstuft","unstung","unstylish","unsubduable","unsubdued","unsubject","unsubjected","unsublimated","unsublimed","unsubmerged","unsubmissive","unsubmitting","unsubscribe","unsubscribed","unsubscribes","unsubscribing","unsubsidised","unsubsidized","unsubstantial","unsubstantialities","unsubstantiality","unsubstantially","unsubstantiated","unsubtle","unsubtly","unsucceeded","unsuccess","unsuccesses","unsuccessful","unsuccessfully","unsuccessive","unsuccoured","unsucked","unsufferable","unsufficient","unsuit","unsuitabilities","unsuitability","unsuitable","unsuitableness","unsuitably","unsuited","unsuiting","unsuits","unsullied","unsummed","unsummered","unsummoned","unsung","unsunk","unsunned","unsunny","unsuperfluous","unsupervised","unsupple","unsuppleness","unsupplenesses","unsupplied","unsupportable","unsupported","unsupportedly","unsupposable","unsuppressed","unsure","unsured","unsurely","unsurer","unsurest","unsurfaced","unsurmised","unsurmountable","unsurpassable","unsurpassably","unsurpassed","unsurprised","unsurprising","unsurprisingly","unsurveyed","unsusceptible","unsuspect","unsuspected","unsuspectedly","unsuspectedness","unsuspecting","unsuspectingly","unsuspended","unsuspicion","unsuspicions","unsuspicious","unsuspiciously","unsustainable","unsustained","unsustaining","unswaddle","unswaddled","unswaddles","unswaddling","unswallowed","unswathe","unswathed","unswathes","unswathing","unswayable","unswayed","unswear","unswearing","unswearings","unswears","unsweet","unsweetened","unswept","unswerving","unswervingly","unswollen","unswore","unsworn","unsyllabled","unsymmetrical","unsymmetrically","unsymmetries","unsymmetrised","unsymmetrized","unsymmetry","unsympathetic","unsympathetically","unsympathies","unsympathising","unsympathizing","unsympathy","unsymptomatic","unsynchronised","unsynchronized","unsystematic","unsystematical","unsystematically","unsystematised","unsystematized","untack","untacked","untacking","untackle","untackled","untackles","untackling","untacks","untactful","untagged","untailed","untainted","untaintedly","untaintedness","untaintednesses","untainting","untaken","untalented","untamable","untamableness","untamablenesses","untamably","untame","untameable","untameableness","untameably","untamed","untamedness","untamednesses","untames","untaming","untangible","untangle","untangled","untangles","untangling","untanned","untapped","untarnished","untarred","untasted","untasteful","untaught","untax","untaxed","untaxes","untaxing","unteach","unteachable","unteachableness","unteaches","unteaching","unteam","unteamed","unteaming","unteams","untearable","untechnical","untellable","untemper","untempered","untempering","untempers","untempted","untenabilities","untenability","untenable","untenableness","untenablenesses","untenably","untenant","untenantable","untenanted","untenanting","untenants","untended","untender","untendered","untenderly","untent","untented","untenting","untents","untenty","untenured","unterminated","unterrestrial","unterrified","unterrifying","untestable","untested","untether","untethered","untethering","untethers","unthanked","unthankful","unthankfully","unthankfulness","unthatch","unthatched","unthatches","unthatching","unthaw","unthawed","unthawing","unthaws","untheological","untheoretical","unthickened","unthink","unthinkabilities","unthinkability","unthinkable","unthinkableness","unthinkably","unthinking","unthinkingly","unthinkingness","unthinks","unthorough","unthought","unthoughtful","unthoughtfully","unthread","unthreaded","unthreading","unthreads","unthreatened","unthreatening","unthrift","unthriftily","unthriftiness","unthriftinesses","unthrifts","unthrifty","unthriftyhead","unthriftyheads","unthriftyhed","unthriftyheds","unthrone","unthroned","unthrones","unthroning","untidied","untidier","untidies","untidiest","untidily","untidiness","untidinesses","untidy","untidying","untie","untied","untieing","unties","until","untile","untiled","untiles","untiling","untillable","untilled","untilted","untimbered","untimed","untimelier","untimeliest","untimeliness","untimelinesses","untimely","untimeous","untimeously","untin","untinctured","untinged","untinned","untinning","untins","untipped","untirable","untired","untiring","untiringly","untitled","unto","untochered","untogether","untoiling","untold","untomb","untombed","untombing","untombs","untoned","untormented","untorn","untortured","untouchabilities","untouchability","untouchable","untouchables","untouched","untoward","untowardliness","untowardly","untowardness","untowardnesses","untrace","untraceable","untraced","untraces","untracing","untrack","untracked","untracking","untracks","untractable","untractableness","untraded","untraditional","untraditionally","untrained","untrammeled","untrammelled","untrampled","untranquil","untransferable","untransferrable","untransformed","untranslatabilities","untranslatability","untranslatable","untranslatably","untranslated","untransmigrated","untransmissible","untransmitted","untransmutable","untransmuted","untransparent","untrapped","untraveled","untravelled","untraversable","untraversed","untread","untreaded","untreading","untreads","untreasure","untreasured","untreasures","untreasuring","untreatable","untreated","untrembling","untremblingly","untremendous","untremulous","untrenched","untrendy","untrespassing","untressed","untride","untried","untrim","untrimmed","untrimming","untrims","untrod","untrodden","untroubled","untroubledly","untrue","untrueness","untruenesses","untruer","untruest","untruism","untruisms","untruly","untruss","untrussed","untrusser","untrussers","untrusses","untrussing","untrussings","untrust","untrustful","untrustiness","untrustinesses","untrusting","untrusts","untrustworthily","untrustworthy","untrusty","untruth","untruthful","untruthfully","untruthfulness","untruthfulnesses","untruths","untuck","untucked","untuckered","untucking","untucks","untufted","untumbled","untumultuous","untunable","untunableness","untunablenesses","untunably","untune","untuneable","untuned","untuneful","untunefully","untunefulness","untunefulnesses","untunes","untuning","unturbid","unturf","unturfed","unturfing","unturfs","unturn","unturnable","unturned","unturning","unturns","untutored","untwilled","untwine","untwined","untwines","untwining","untwist","untwisted","untwisting","untwistings","untwists","untying","untyings","untypable","untypical","untypically","untyreable","ununbium","ununbiums","ununderstandable","ununited","unununium","unununiums","unuplifted","unurged","unusable","unusably","unused","unuseful","unusefully","unusefulness","unusefulnesses","unushered","unusual","unusually","unusualness","unusualnesses","unutilised","unutilized","unutterable","unutterableness","unutterables","unutterably","unuttered","unvaccinated","unvail","unvaile","unvailed","unvailes","unvailing","unvails","unvaluable","unvalued","unvanquishable","unvanquished","unvariable","unvaried","unvariegated","unvarnished","unvarying","unveil","unveiled","unveiler","unveilers","unveiling","unveilings","unveils","unveined","unvendible","unvenerable","unvented","unventilated","unveracious","unveracities","unveracity","unverbalised","unverbalized","unverifiability","unverifiable","unverified","unversed","unvested","unvetted","unvexed","unvext","unviable","unviewed","unviolated","unvirtue","unvirtues","unvirtuous","unvirtuously","unvisitable","unvisited","unvisor","unvisored","unvisoring","unvisors","unvital","unvitiated","unvitrifiable","unvitrified","unvizard","unvizarded","unvizarding","unvizards","unvocal","unvocalised","unvocalized","unvoice","unvoiced","unvoices","unvoicing","unvoicings","unvoyageable","unvulgar","unvulgarise","unvulgarised","unvulgarises","unvulgarising","unvulgarize","unvulgarized","unvulgarizes","unvulgarizing","unvulnerable","unwaged","unwaked","unwakened","unwalled","unwandering","unwaning","unwanted","unwarded","unware","unwarely","unwareness","unwarenesses","unwares","unwarie","unwarier","unwariest","unwarily","unwariness","unwarinesses","unwarlike","unwarmed","unwarned","unwarped","unwarrantable","unwarrantably","unwarranted","unwarrantedly","unwary","unwashed","unwashedness","unwashednesses","unwasheds","unwashen","unwasted","unwasting","unwatchable","unwatched","unwatchful","unwatchfully","unwatchfulness","unwater","unwatered","unwatering","unwaters","unwatery","unwavering","unwaveringly","unwaxed","unwayed","unweakened","unweal","unweals","unweaned","unweapon","unweaponed","unweaponing","unweapons","unwearable","unweariable","unweariably","unwearied","unweariedly","unweariedness","unweariednesses","unweary","unwearying","unwearyingly","unweathered","unweave","unweaves","unweaving","unwebbed","unwed","unwedded","unwedgable","unwedgeable","unweeded","unweened","unweeting","unweetingly","unweighed","unweighing","unweight","unweighted","unweighting","unweights","unwelcome","unwelcomed","unwelcomely","unwelcomeness","unwelcomenesses","unwelded","unweldy","unwell","unwellness","unwellnesses","unwept","unwet","unwetted","unwhipped","unwhipt","unwhistleable","unwhite","unwholesome","unwholesomely","unwholesomeness","unwieldier","unwieldiest","unwieldily","unwieldiness","unwieldinesses","unwieldlily","unwieldliness","unwieldlinesses","unwieldly","unwieldy","unwifelier","unwifeliest","unwifelike","unwifely","unwigged","unwilful","unwill","unwilled","unwilling","unwillingly","unwillingness","unwillingnesses","unwills","unwind","unwindable","unwinder","unwinders","unwinding","unwindings","unwinds","unwinged","unwinking","unwinkingly","unwinnable","unwinnowed","unwiped","unwire","unwired","unwires","unwiring","unwisdom","unwisdoms","unwise","unwisely","unwiseness","unwisenesses","unwiser","unwisest","unwish","unwished","unwishes","unwishful","unwishing","unwist","unwit","unwitch","unwitched","unwitches","unwitching","unwithdrawing","unwithered","unwithering","unwithheld","unwithholden","unwithholding","unwithstood","unwitnessed","unwits","unwitted","unwittily","unwitting","unwittingly","unwittingness","unwittingnesses","unwitty","unwive","unwived","unwives","unwiving","unwoman","unwomaned","unwomaning","unwomanlier","unwomanliest","unwomanliness","unwomanlinesses","unwomanly","unwomans","unwon","unwont","unwonted","unwontedly","unwontedness","unwontednesses","unwooded","unwooed","unworded","unwork","unworkabilities","unworkability","unworkable","unworkables","unworked","unworking","unworkmanlike","unworks","unworldlier","unworldliest","unworldliness","unworldlinesses","unworldly","unwormed","unworn","unworried","unworshipful","unworshipped","unworth","unworthier","unworthies","unworthiest","unworthily","unworthiness","unworthinesses","unworths","unworthy","unwound","unwoundable","unwounded","unwove","unwoven","unwrap","unwrapped","unwrapping","unwraps","unwreaked","unwreathe","unwreathed","unwreathes","unwreathing","unwrinkle","unwrinkled","unwrinkles","unwrinkling","unwrite","unwrites","unwriting","unwritten","unwrote","unwrought","unwrung","unyeaned","unyielding","unyieldingly","unyieldingness","unyoke","unyoked","unyokes","unyoking","unyoung","unzealous","unzip","unzipped","unzipping","unzips","unzoned","up","upadaisy","upaithric","upas","upases","upbear","upbearer","upbearers","upbearing","upbears","upbeat","upbeats","upbind","upbinding","upbinds","upblew","upblow","upblowing","upblown","upblows","upboil","upboiled","upboiling","upboils","upbore","upborne","upbound","upbounden","upbow","upbows","upbraid","upbraided","upbraider","upbraiders","upbraiding","upbraidingly","upbraidings","upbraids","upbrast","upbray","upbrayed","upbraying","upbrays","upbreak","upbreaking","upbreaks","upbring","upbringing","upbringings","upbrings","upbroke","upbroken","upbrought","upbuild","upbuilder","upbuilders","upbuilding","upbuildings","upbuilds","upbuilt","upbuoyance","upbuoyances","upburning","upburst","upbursting","upbursts","upby","upbye","upcast","upcasting","upcasts","upcatch","upcatches","upcatching","upcaught","upcheer","upcheered","upcheering","upcheers","upchuck","upchucked","upchucking","upchucks","upclimb","upclimbed","upclimbing","upclimbs","upclose","upclosed","upcloses","upclosing","upcoast","upcoil","upcoiled","upcoiling","upcoils","upcome","upcomes","upcoming","upcountries","upcountry","upcourt","upcurl","upcurled","upcurling","upcurls","upcurve","upcurved","upcurves","upcurving","updart","updarted","updarting","updarts","update","updateable","updated","updater","updaters","updates","updating","updive","updived","updives","updiving","updo","updos","updove","updraft","updrafts","updrag","updragged","updragging","updrags","updraught","updraughts","updraw","updrawing","updrawn","updraws","updrew","updried","updries","updry","updrying","upend","upended","upending","upends","upfield","upfill","upfilled","upfilling","upfillings","upfills","upflashing","upfling","upflinging","upflings","upflow","upflowed","upflowing","upflows","upflung","upfold","upfolded","upfolding","upfolds","upfollow","upfollowed","upfollowing","upfollows","upfront","upfurl","upfurled","upfurling","upfurls","upgang","upgangs","upgather","upgathered","upgathering","upgathers","upgaze","upgazed","upgazes","upgazing","upgird","upgirded","upgirding","upgirds","upgirt","upgo","upgoes","upgoing","upgoings","upgone","upgradabilities","upgradability","upgradable","upgradation","upgradations","upgrade","upgradeabilities","upgradeability","upgradeable","upgraded","upgrader","upgraders","upgrades","upgrading","upgrew","upgrow","upgrowing","upgrowings","upgrown","upgrows","upgrowth","upgrowths","upgush","upgushed","upgushes","upgushing","uphand","uphang","uphanging","uphangs","uphaud","uphauding","uphauds","upheap","upheaped","upheaping","upheapings","upheaps","upheaval","upheavals","upheave","upheaved","upheaver","upheavers","upheaves","upheaving","upheld","uphild","uphill","uphills","uphillward","uphoard","uphoarded","uphoarding","uphoards","uphoist","uphoisted","uphoisting","uphoists","uphold","upholder","upholders","upholding","upholdings","upholds","upholster","upholstered","upholsterer","upholsterers","upholsteries","upholstering","upholsters","upholstery","upholstress","upholstresses","uphoord","uphoorded","uphoording","uphoords","uphove","uphroe","uphroes","uphudden","uphung","uphurl","uphurled","uphurling","uphurls","upjet","upjets","upjetted","upjetting","upkeep","upkeeps","upknit","upknits","upknitted","upknitting","uplaid","upland","uplander","uplanders","uplandish","uplands","uplay","uplaying","uplays","uplead","upleading","upleads","uplean","upleaned","upleaning","upleans","upleant","upleap","upleaped","upleaping","upleaps","upleapt","upled","uplift","uplifted","uplifter","uplifters","uplifting","upliftingly","upliftings","uplifts","uplight","uplighted","uplighter","uplighters","uplighting","uplights","uplink","uplinked","uplinking","uplinkings","uplinks","uplit","upload","uploaded","uploading","uploads","uplock","uplocked","uplocking","uplocks","uplook","uplooked","uplooking","uplooks","uplying","upmake","upmaker","upmakers","upmakes","upmaking","upmakings","upmanship","upmanships","upmarket","upmarketed","upmarketing","upmarkets","upmost","upo","upon","upped","upper","uppercase","uppercased","uppercases","uppercasing","upperclassman","upperclassmen","uppercut","uppercuts","uppercutting","uppermost","upperpart","upperparts","uppers","upperworks","uppile","uppiled","uppiles","uppiling","upping","uppings","uppish","uppishly","uppishness","uppishnesses","uppitiness","uppitinesses","uppity","uppityness","uppitynesses","upprop","uppropped","uppropping","upprops","upraise","upraised","upraiser","upraisers","upraises","upraising","upran","uprate","uprated","uprates","uprating","upreach","upreached","upreaches","upreaching","uprear","upreared","uprearing","uprears","uprest","uprests","upright","uprighted","uprighteously","uprighting","uprightly","uprightness","uprightnesses","uprights","uprisal","uprisals","uprise","uprisen","upriser","uprisers","uprises","uprising","uprisings","uprist","uprists","upriver","uprivers","uproar","uproared","uproaring","uproarious","uproariously","uproariousness","uproariousnesses","uproars","uproll","uprolled","uprolling","uprolls","uproot","uprootal","uprootals","uprooted","uprootedness","uprootednesses","uprooter","uprooters","uprooting","uprootings","uproots","uprose","uprouse","uproused","uprouses","uprousing","uprun","uprunning","upruns","uprush","uprushed","uprushes","uprushing","upryst","ups","upsadaisy","upscale","upscaled","upscales","upscaling","upsee","upsees","upsell","upselling","upsells","upsend","upsending","upsends","upsent","upset","upsets","upsettable","upsetter","upsetters","upsetting","upsettingly","upsettings","upsey","upseys","upshift","upshifted","upshifting","upshifts","upshoot","upshooting","upshoots","upshot","upshots","upside","upsideowne","upsides","upsies","upsilon","upsilons","upsitting","upsittings","upsize","upsized","upsizes","upsizing","upskill","upskilled","upskilling","upskills","upslope","upsoar","upsoared","upsoaring","upsoars","upsold","upspake","upspeak","upspeaking","upspeaks","upspear","upspeared","upspearing","upspears","upspoke","upspoken","upsprang","upspring","upspringing","upsprings","upsprung","upstage","upstaged","upstager","upstagers","upstages","upstaging","upstair","upstairs","upstand","upstanding","upstandingness","upstandingnesses","upstands","upstare","upstared","upstares","upstaring","upstart","upstarted","upstarting","upstarts","upstate","upstater","upstaters","upstates","upstay","upstayed","upstaying","upstays","upstep","upstepped","upstepping","upsteps","upstir","upstirred","upstirring","upstirs","upstood","upstream","upstreamed","upstreaming","upstreams","upstretched","upstroke","upstrokes","upsurge","upsurged","upsurgence","upsurgences","upsurges","upsurging","upsway","upswayed","upswaying","upsways","upsweep","upsweeping","upsweeps","upswell","upswelled","upswelling","upswells","upswept","upswing","upswinging","upswings","upswollen","upswung","upsy","upta","uptak","uptake","uptaken","uptakes","uptaking","uptaks","uptalk","uptalked","uptalking","uptalkings","uptalks","uptear","uptearing","uptears","uptempo","uptempos","upter","upthrew","upthrow","upthrowing","upthrown","upthrows","upthrust","upthrusted","upthrusting","upthrusts","upthunder","upthundered","upthundering","upthunders","uptick","upticks","uptie","uptied","upties","uptight","uptighter","uptightest","uptightness","uptightnesses","uptilt","uptilted","uptilting","uptilts","uptime","uptimes","uptitling","uptitlings","uptook","uptore","uptorn","uptoss","uptossed","uptosses","uptossing","uptown","uptowner","uptowners","uptowns","uptrain","uptrained","uptraining","uptrains","uptrend","uptrends","uptrilled","upturn","upturned","upturning","upturnings","upturns","uptying","upvaluation","upvaluations","upvalue","upvalued","upvalues","upvaluing","upwaft","upwafted","upwafting","upwafts","upward","upwardly","upwardness","upwardnesses","upwards","upwell","upwelled","upwelling","upwellings","upwells","upwent","upwhirl","upwhirled","upwhirling","upwhirls","upwind","upwinding","upwinds","upwound","upwrap","upwraps","upwrought","ur","urachi","urachus","urachuses","uracil","uracils","uraei","uraemia","uraemias","uraemic","uraeus","uraeuses","urali","uralis","uralite","uralites","uralitic","uralitisation","uralitisations","uralitise","uralitised","uralitises","uralitising","uralitization","uralitizations","uralitize","uralitized","uralitizes","uralitizing","uranalyses","uranalysis","urania","uranian","uranias","uranic","uranide","uranides","uranin","uraninite","uraninites","uranins","uranisci","uraniscus","uranism","uranisms","uranite","uranites","uranitic","uranium","uraniums","uranographer","uranographers","uranographic","uranographical","uranographies","uranographist","uranographists","uranography","uranologies","uranology","uranometries","uranometry","uranoplasties","uranoplasty","uranous","uranyl","uranylic","uranyls","urao","uraos","urare","urares","urari","uraris","urase","urases","urate","urates","uratic","urb","urban","urbane","urbanely","urbaneness","urbanenesses","urbaner","urbanest","urbanisation","urbanisations","urbanise","urbanised","urbanises","urbanising","urbanism","urbanisms","urbanist","urbanistic","urbanistically","urbanists","urbanite","urbanites","urbanities","urbanity","urbanization","urbanizations","urbanize","urbanized","urbanizes","urbanizing","urbanologies","urbanologist","urbanologists","urbanology","urbia","urbias","urbs","urceolate","urceoli","urceolus","urceoluses","urchin","urchins","urd","urde","urdee","urds","urdy","ure","urea","ureal","ureas","urease","ureases","uredia","uredial","uredine","uredines","uredinia","uredinial","urediniospore","urediniospores","uredinium","uredinous","urediospore","urediospores","uredium","uredo","uredos","uredosori","uredosorus","uredospore","uredospores","ureic","ureide","ureides","uremia","uremias","uremic","urena","urenas","urent","ureotelic","ureotelism","ureotelisms","ures","ureses","uresis","ureter","ureteral","ureteric","ureteritis","ureteritises","ureters","urethan","urethane","urethanes","urethans","urethra","urethrae","urethral","urethras","urethrites","urethritic","urethritides","urethritis","urethritises","urethroscope","urethroscopes","urethroscopic","urethroscopies","urethroscopy","uretic","urge","urged","urgence","urgences","urgencies","urgency","urgent","urgently","urger","urgers","urges","urging","urgingly","urgings","urial","urials","uric","uricase","uricases","uricosuric","uricotelic","uricotelism","uricotelisms","uridine","uridines","uridylic","urinal","urinals","urinalyses","urinalysis","urinant","urinaries","urinary","urinate","urinated","urinates","urinating","urination","urinations","urinative","urinator","urinators","urine","urined","urinemia","urinemias","urinemic","urines","uriniferous","urining","uriniparous","urinogenital","urinologies","urinology","urinometer","urinometers","urinoscopies","urinoscopy","urinose","urinous","urite","urites","urman","urmans","urn","urnal","urned","urnfield","urnfields","urnful","urnfuls","urning","urnings","urnlike","urns","urobilin","urobilinogen","urobilinogens","urobilins","uroboros","uroboroses","urochord","urochordal","urochordate","urochordates","urochords","urochrome","urochromes","urodelan","urodelans","urodele","urodeles","urodelous","urodynamics","urogenital","urogenous","urographic","urographies","urography","urokinase","urokinases","urolagnia","urolagnias","urolith","urolithiases","urolithiasis","urolithic","uroliths","urologic","urological","urologies","urologist","urologists","urology","uromere","uromeres","uropod","uropodal","uropodous","uropods","uropoieses","uropoiesis","uropygia","uropygial","uropygium","uropygiums","uroscopic","uroscopies","uroscopist","uroscopists","uroscopy","uroses","urosis","urosome","urosomes","urostege","urosteges","urostegite","urostegites","urosthenic","urostomies","urostomy","urostyle","urostyles","urp","urped","urping","urps","ursa","ursae","ursid","ursids","ursiform","ursine","urson","ursons","urtext","urtexts","urtica","urticaceous","urticant","urticants","urticaria","urticarial","urticarias","urticarious","urticas","urticate","urticated","urticates","urticating","urtication","urtications","urubu","urubus","urus","uruses","urushiol","urushiols","urva","urvas","us","usabilities","usability","usable","usableness","usablenesses","usably","usage","usager","usagers","usages","usance","usances","usaunce","usaunces","use","useabilities","useability","useable","useableness","useablenesses","useably","used","useful","usefully","usefulness","usefulnesses","usefuls","useless","uselessly","uselessness","uselessnesses","user","username","usernames","users","uses","usher","ushered","usheress","usheresses","usherette","usherettes","ushering","usherings","ushers","ushership","usherships","using","usnea","usneas","usquabae","usquabaes","usque","usquebae","usquebaes","usquebaugh","usquebaughs","usques","ustilagineous","ustilaginous","ustion","ustions","ustulate","ustulation","ustulations","usual","usually","usualness","usualnesses","usuals","usucapient","usucapients","usucapion","usucapions","usucapt","usucapted","usucaptible","usucapting","usucaption","usucaptions","usucapts","usufruct","usufructed","usufructing","usufructs","usufructuaries","usufructuary","usure","usured","usurer","usurers","usures","usuress","usuresses","usuries","usuring","usurious","usuriously","usuriousness","usuriousnesses","usurous","usurp","usurpation","usurpations","usurpative","usurpatory","usurpature","usurpatures","usurped","usurpedly","usurper","usurpers","usurping","usurpingly","usurpings","usurps","usury","usward","uswards","ut","uta","utas","utases","ute","utensil","utensils","uterectomies","uterectomy","uteri","uterine","uteritis","uteritises","uterogestation","uterogestations","uterotomies","uterotomy","uterus","uteruses","utes","utile","utilidor","utilidors","utilisable","utilisation","utilisations","utilise","utilised","utiliser","utilisers","utilises","utilising","utilitarian","utilitarianise","utilitarianised","utilitarianises","utilitarianism","utilitarianisms","utilitarianize","utilitarianized","utilitarianizes","utilitarians","utilities","utility","utilizable","utilization","utilizations","utilize","utilized","utilizer","utilizers","utilizes","utilizing","utis","utises","utmost","utmosts","utopia","utopian","utopianise","utopianised","utopianiser","utopianisers","utopianises","utopianising","utopianism","utopianisms","utopianize","utopianized","utopianizer","utopianizers","utopianizes","utopianizing","utopians","utopias","utopiast","utopiasts","utopism","utopisms","utopist","utopistic","utopists","utricle","utricles","utricular","utricularia","utricularias","utriculate","utriculi","utriculitis","utriculitises","utriculus","uts","utter","utterable","utterableness","utterablenesses","utterance","utterances","uttered","utterer","utterers","utterest","uttering","utterings","utterless","utterly","uttermost","uttermosts","utterness","utternesses","utters","utu","utus","uva","uvae","uvarovite","uvarovites","uvas","uvea","uveal","uveas","uveitic","uveitis","uveitises","uveous","uvula","uvulae","uvular","uvularly","uvulars","uvulas","uvulitis","uvulitises","uxorial","uxorially","uxoricidal","uxoricide","uxoricides","uxorilocal","uxorious","uxoriously","uxoriousness","uxoriousnesses","vac","vacance","vacances","vacancies","vacancy","vacant","vacantly","vacantness","vacantnesses","vacatable","vacate","vacated","vacates","vacating","vacation","vacationed","vacationer","vacationers","vacationing","vacationist","vacationists","vacationland","vacationlands","vacationless","vacations","vacatur","vacaturs","vaccina","vaccinal","vaccinas","vaccinate","vaccinated","vaccinates","vaccinating","vaccination","vaccinations","vaccinator","vaccinators","vaccinatory","vaccine","vaccinee","vaccinees","vaccines","vaccinia","vaccinial","vaccinias","vaccinium","vacciniums","vacherin","vacherins","vacillant","vacillate","vacillated","vacillates","vacillating","vacillatingly","vacillation","vacillations","vacillator","vacillators","vacillatory","vacked","vacking","vacs","vacua","vacuate","vacuated","vacuates","vacuating","vacuation","vacuations","vacuist","vacuists","vacuities","vacuity","vacuolar","vacuolate","vacuolated","vacuolation","vacuolations","vacuole","vacuoles","vacuolisation","vacuolisations","vacuolization","vacuolizations","vacuous","vacuously","vacuousness","vacuousnesses","vacuum","vacuumed","vacuuming","vacuums","vade","vaded","vades","vading","vadose","vae","vaes","vag","vagabond","vagabondage","vagabondages","vagabonded","vagabonding","vagabondise","vagabondised","vagabondises","vagabondish","vagabondising","vagabondism","vagabondisms","vagabondize","vagabondized","vagabondizes","vagabondizing","vagabonds","vagal","vagally","vagaries","vagarious","vagariously","vagarish","vagary","vagged","vagging","vagi","vagile","vagilities","vagility","vagina","vaginae","vaginal","vaginally","vaginant","vaginas","vaginate","vaginated","vaginectomies","vaginectomy","vaginicoline","vaginicolous","vaginismus","vaginismuses","vaginitis","vaginitises","vaginoses","vaginosis","vaginula","vaginulae","vaginule","vaginules","vagitus","vagituses","vagotomies","vagotomy","vagotonia","vagotonias","vagotonic","vagotropic","vagrancies","vagrancy","vagrant","vagrantly","vagrantness","vagrantnesses","vagrants","vagrom","vags","vague","vagued","vaguely","vagueness","vaguenesses","vaguer","vagues","vaguest","vaguing","vagus","vahana","vahanas","vahine","vahines","vail","vailed","vailing","vails","vain","vainer","vainesse","vainesses","vainest","vaingloried","vainglories","vainglorious","vaingloriously","vaingloriousness","vaingloriousnesses","vainglory","vainglorying","vainly","vainness","vainnesses","vair","vaire","vairier","vairiest","vairs","vairy","vaivode","vaivodes","vaivodeship","vaivodeships","vakas","vakases","vakeel","vakeels","vakil","vakils","valance","valanced","valances","valancing","vale","valediction","valedictions","valedictorian","valedictorians","valedictories","valedictory","valence","valences","valencia","valencias","valencies","valency","valentine","valentines","valerate","valerates","valerian","valerianaceous","valerians","valeric","vales","valet","valeta","valetas","valete","valeted","valetes","valeting","valetings","valets","valetudinarian","valetudinarianism","valetudinarianisms","valetudinarians","valetudinaries","valetudinary","valgoid","valgous","valgus","valguses","vali","valiance","valiances","valiancies","valiancy","valiant","valiantly","valiantness","valiantnesses","valiants","valid","validate","validated","validates","validating","validation","validations","validatory","valider","validest","validities","validity","validly","validness","validnesses","valine","valines","valis","valise","valises","valium","valkyr","valkyrie","valkyries","valkyrs","vallar","vallary","vallate","vallation","vallations","vallecula","valleculae","vallecular","valleculate","valley","valleyed","valleys","vallhund","vallhunds","vallonia","vallonias","vallum","vallums","valonea","valoneas","valonia","valonias","valor","valorisation","valorisations","valorise","valorised","valorises","valorising","valorization","valorizations","valorize","valorized","valorizes","valorizing","valorous","valorously","valors","valour","valours","valpolicella","valpolicellas","valproate","valproates","valproic","valse","valsed","valses","valsing","valuable","valuableness","valuablenesses","valuables","valuably","valuate","valuated","valuates","valuating","valuation","valuational","valuationally","valuations","valuator","valuators","value","valued","valueless","valuelessness","valuelessnesses","valuer","valuers","values","valuing","valuta","valutas","valval","valvar","valvassor","valvassors","valvate","valve","valved","valveless","valvelet","valvelets","valvelike","valves","valving","valvula","valvulae","valvular","valvule","valvules","valvulites","valvulitides","valvulitis","valvulitises","vambrace","vambraced","vambraces","vamoose","vamoosed","vamooses","vamoosing","vamose","vamosed","vamoses","vamosing","vamp","vamped","vamper","vampers","vampier","vampiest","vamping","vampings","vampire","vampired","vampires","vampiric","vampiring","vampirise","vampirised","vampirises","vampirish","vampirising","vampirism","vampirisms","vampirize","vampirized","vampirizes","vampirizing","vampish","vampishly","vamplate","vamplates","vamps","vampy","van","vanadate","vanadates","vanadiate","vanadiates","vanadic","vanadinite","vanadinites","vanadium","vanadiums","vanadous","vanaspati","vanaspatis","vancomycin","vancomycins","vanda","vandal","vandalic","vandalisation","vandalisations","vandalise","vandalised","vandalises","vandalish","vandalising","vandalism","vandalisms","vandalistic","vandalization","vandalizations","vandalize","vandalized","vandalizes","vandalizing","vandals","vandas","vandyke","vandyked","vandykes","vandyking","vane","vaned","vaneless","vanes","vanessa","vanessas","vanessid","vanessids","vang","vangs","vanguard","vanguardism","vanguardisms","vanguardist","vanguardists","vanguards","vanilla","vanillas","vanillic","vanillin","vanillins","vanish","vanished","vanisher","vanishers","vanishes","vanishing","vanishingly","vanishings","vanishment","vanishments","vanitas","vanitases","vanitied","vanities","vanitories","vanitory","vanity","vanload","vanloads","vanman","vanmen","vanned","vanner","vanners","vanning","vannings","vanpool","vanpooling","vanpoolings","vanpools","vanquish","vanquishable","vanquished","vanquisher","vanquishers","vanquishes","vanquishing","vanquishment","vanquishments","vans","vant","vantage","vantaged","vantageless","vantages","vantaging","vantbrace","vantbraces","vantbrass","vantbrasses","vants","vanward","vapid","vapider","vapidest","vapidities","vapidity","vapidly","vapidness","vapidnesses","vapor","vaporabilities","vaporability","vaporable","vapored","vaporer","vaporers","vaporescence","vaporescences","vaporescent","vaporetti","vaporetto","vaporettos","vaporific","vaporiform","vaporimeter","vaporimeters","vaporing","vaporings","vaporisable","vaporisation","vaporisations","vaporise","vaporised","vaporiser","vaporisers","vaporises","vaporish","vaporishness","vaporishnesses","vaporising","vaporizable","vaporization","vaporizations","vaporize","vaporized","vaporizer","vaporizers","vaporizes","vaporizing","vaporless","vaporlike","vaporosities","vaporosity","vaporous","vaporously","vaporousness","vaporousnesses","vapors","vaporware","vaporwares","vapory","vapour","vapourabilities","vapourability","vapourable","vapoured","vapourer","vapourers","vapouring","vapouringly","vapourings","vapourish","vapourishness","vapourishnesses","vapourless","vapours","vapourware","vapourwares","vapoury","vapulate","vapulated","vapulates","vapulating","vapulation","vapulations","vaquero","vaqueros","var","vara","varactor","varactors","varan","varans","varas","vardies","vardy","vare","varec","varech","varechs","varecs","vares","vareuse","vareuses","vargueno","varguenos","varia","variabilities","variability","variable","variableness","variablenesses","variables","variably","variance","variances","variant","variants","varias","variate","variated","variates","variating","variation","variational","variationally","variationist","variationists","variations","variative","variceal","varicella","varicellar","varicellas","varicellate","varicelloid","varicellous","varices","varicocele","varicoceles","varicoid","varicolored","varicoloured","varicose","varicosed","varicoses","varicosis","varicosities","varicosity","varicotomies","varicotomy","varied","variedly","variedness","variednesses","variegate","variegated","variegates","variegating","variegation","variegations","variegator","variegators","varier","variers","varies","varietal","varietally","varietals","varieties","variety","varifocal","varifocals","variform","variformly","variola","variolar","variolas","variolate","variolated","variolates","variolating","variolation","variolations","variolator","variolators","variole","varioles","variolisation","variolisations","variolite","variolites","variolitic","variolization","variolizations","varioloid","varioloids","variolous","variometer","variometers","variorum","variorums","various","variously","variousness","variousnesses","variscite","variscites","varisized","varistor","varistors","varitype","varityped","varitypes","varityping","varitypist","varitypists","varix","varlet","varletess","varletesses","varletries","varletry","varlets","varletto","varlettos","varment","varments","varmint","varmints","varna","varnas","varnish","varnished","varnisher","varnishers","varnishes","varnishing","varnishings","varnishy","varoom","varoomed","varooming","varooms","varroa","varroas","vars","varsal","varsities","varsity","varsovienne","varsoviennes","vartabed","vartabeds","varus","varuses","varve","varved","varvel","varvelled","varvels","varves","vary","varying","varyingly","varyings","vas","vasa","vasal","vascula","vascular","vascularisation","vascularise","vascularised","vascularises","vascularising","vascularities","vascularity","vascularization","vascularizations","vascularize","vascularized","vascularizes","vascularizing","vascularly","vasculature","vasculatures","vasculiform","vasculitides","vasculitis","vasculum","vasculums","vase","vasectomies","vasectomise","vasectomised","vasectomises","vasectomising","vasectomize","vasectomized","vasectomizes","vasectomizing","vasectomy","vaselike","vaseline","vaselines","vases","vasiform","vasoactive","vasoactivities","vasoactivity","vasoconstriction","vasoconstrictions","vasoconstrictive","vasoconstrictor","vasoconstrictors","vasodilatation","vasodilatations","vasodilatatory","vasodilation","vasodilations","vasodilator","vasodilators","vasodilatory","vasoinhibitor","vasoinhibitors","vasoinhibitory","vasomotor","vasopressin","vasopressins","vasopressor","vasopressors","vasospasm","vasospasms","vasospastic","vasotocin","vasotocins","vasotomies","vasotomy","vasovagal","vassail","vassails","vassal","vassalage","vassalages","vassaless","vassalesses","vassalise","vassalised","vassalises","vassalising","vassalize","vassalized","vassalizes","vassalizing","vassalled","vassalling","vassalries","vassalry","vassals","vast","vaster","vastest","vastidities","vastidity","vastier","vastiest","vastities","vastitude","vastitudes","vastity","vastly","vastness","vastnesses","vasts","vasty","vat","vatable","vatful","vatfuls","vatic","vatical","vaticide","vaticides","vaticinal","vaticinate","vaticinated","vaticinates","vaticinating","vaticination","vaticinations","vaticinator","vaticinators","vaticinatory","vatman","vatmen","vats","vatted","vatter","vatters","vatting","vatu","vatus","vau","vauch","vauched","vauches","vauching","vaudeville","vaudevillean","vaudevilleans","vaudevilles","vaudevillian","vaudevillians","vaudevillist","vaudevillists","vaudoo","vaudoos","vaudoux","vault","vaultage","vaultages","vaulted","vaulter","vaulters","vaultier","vaultiest","vaulting","vaultingly","vaultings","vaultlike","vaults","vaulty","vaunce","vaunced","vaunces","vauncing","vaunt","vauntage","vauntages","vaunted","vaunter","vaunteries","vaunters","vauntery","vauntful","vauntie","vauntier","vauntiest","vaunting","vauntingly","vauntings","vaunts","vaunty","vaurien","vauriens","vaus","vaut","vaute","vauted","vautes","vauting","vauts","vav","vavasor","vavasories","vavasors","vavasory","vavasour","vavasours","vavassor","vavassors","vavs","vaw","vaward","vawards","vawntie","vawntier","vawntiest","vaws","vawte","vawted","vawtes","vawting","veal","veale","vealed","vealer","vealers","veales","vealier","vealiest","vealing","veals","vealy","vectograph","vectographs","vector","vectored","vectorial","vectorially","vectoring","vectorings","vectorisation","vectorisations","vectorise","vectorised","vectorises","vectorising","vectorization","vectorizations","vectorize","vectorized","vectorizes","vectorizing","vectors","vectorscope","vectorscopes","vedalia","vedalias","vedette","vedettes","veduta","vedute","vedutista","vedutisti","vee","veejay","veejays","veena","veenas","veep","veepee","veepees","veeps","veer","veered","veeries","veering","veeringly","veerings","veers","veery","vees","veg","vega","vegan","veganic","veganism","veganisms","vegans","vegas","vegeburger","vegeburgers","vegelate","vegelates","vegemite","vegemites","veges","vegetable","vegetables","vegetably","vegetal","vegetally","vegetals","vegetant","vegetarian","vegetarianism","vegetarianisms","vegetarians","vegetate","vegetated","vegetates","vegetating","vegetatings","vegetation","vegetational","vegetations","vegetatious","vegetative","vegetatively","vegetativeness","vegetativenesses","vegete","vegetist","vegetists","vegetive","vegetives","vegged","vegges","veggie","veggieburger","veggieburgers","veggies","vegging","vegie","vegies","vego","vegos","vehemence","vehemences","vehemencies","vehemency","vehement","vehemently","vehicle","vehicles","vehicular","vehm","vehme","vehmic","vehmique","veil","veiled","veiledly","veiler","veilers","veilier","veiliest","veiling","veilings","veilless","veilleuse","veilleuses","veillike","veils","veily","vein","veinal","veined","veiner","veiners","veinier","veiniest","veining","veinings","veinless","veinlet","veinlets","veinlike","veinous","veins","veinstone","veinstones","veinstuff","veinstuffs","veinule","veinules","veinulet","veinulets","veiny","vela","velamen","velamina","velar","velaria","velaric","velarisation","velarisations","velarise","velarised","velarises","velarising","velarium","velarization","velarizations","velarize","velarized","velarizes","velarizing","velars","velate","velated","velatura","velaturas","velcro","velcros","veld","velds","veldschoen","veldschoens","veldskoen","veldskoens","veldt","veldts","vele","veles","veleta","veletas","veliger","veligers","velitation","velitations","velites","vell","velleities","velleity","vellenage","vellenages","vellet","vellets","vellicate","vellicated","vellicates","vellicating","vellication","vellications","vellicative","vellon","vellons","vells","vellum","vellums","vellus","veloce","velocimeter","velocimeters","velocimetries","velocimetry","velocipede","velocipedean","velocipedeans","velocipeded","velocipeder","velocipeders","velocipedes","velocipedian","velocipedians","velocipeding","velocipedist","velocipedists","velociraptor","velociraptors","velocities","velocity","velodrome","velodromes","velour","velours","veloute","veloutes","veloutine","veloutines","velskoen","velskoens","velum","velure","velured","velures","veluring","velutinous","velveret","velverets","velvet","velveted","velveteen","velveteened","velveteens","velvetier","velvetiest","velvetiness","velvetinesses","velveting","velvetings","velvetlike","velvets","velvety","vena","venae","venal","venalities","venality","venally","venatic","venatical","venatically","venation","venational","venations","venator","venatorial","venators","vend","vendable","vendables","vendace","vendaces","vendage","vendages","vendange","vendanges","vended","vendee","vendees","vender","venders","vendetta","vendettas","vendettist","vendettists","vendeuse","vendeuses","vendibilities","vendibility","vendible","vendibleness","vendiblenesses","vendibles","vendibly","vending","vendings","vendis","vendises","vendiss","vendisses","venditation","venditations","vendition","venditions","vendor","vendors","vends","vendue","vendues","veneer","veneered","veneerer","veneerers","veneering","veneerings","veneers","venefic","venefical","venefically","veneficious","veneficiously","veneficous","veneficously","venenate","venenated","venenates","venenating","venene","venenes","venenose","venepuncture","venepunctures","venerabilities","venerability","venerable","venerableness","venerablenesses","venerables","venerably","venerate","venerated","venerates","venerating","veneration","venerational","venerations","venerativeness","venerator","venerators","venereal","venerean","venereans","venereological","venereologies","venereologist","venereologists","venereology","venereous","venerer","venerers","veneries","venery","venesection","venesections","venetian","venetians","venewe","venewes","veney","veneys","venge","vengeable","vengeably","vengeance","vengeances","venged","vengeful","vengefully","vengefulness","vengefulnesses","vengement","vengements","venger","vengers","venges","venging","venial","venialities","veniality","venially","venialness","venialnesses","venidium","venidiums","venin","venine","venines","venins","venipuncture","venipunctures","venire","venireman","veniremen","venires","venisection","venisections","venison","venisons","venite","venites","vennel","vennels","venogram","venograms","venographic","venographical","venographies","venography","venologies","venology","venom","venomed","venomer","venomers","venoming","venomless","venomous","venomously","venomousness","venomousnesses","venoms","venoscleroses","venosclerosis","venose","venosities","venosity","venous","venously","venousness","venousnesses","vent","ventage","ventages","ventail","ventaile","ventailes","ventails","ventana","ventanas","ventayle","ventayles","vented","venter","venters","ventiduct","ventiducts","ventifact","ventifacts","ventige","ventiges","ventil","ventilable","ventilate","ventilated","ventilates","ventilating","ventilation","ventilations","ventilative","ventilator","ventilators","ventilatory","ventils","venting","ventings","ventless","ventose","ventosities","ventosity","ventouse","ventouses","ventral","ventrally","ventrals","ventre","ventred","ventres","ventricle","ventricles","ventricose","ventricosities","ventricosity","ventricous","ventricular","ventricule","ventricules","ventriculi","ventriculus","ventriloqual","ventriloquial","ventriloquially","ventriloquies","ventriloquise","ventriloquised","ventriloquises","ventriloquising","ventriloquism","ventriloquisms","ventriloquist","ventriloquistic","ventriloquists","ventriloquize","ventriloquized","ventriloquizes","ventriloquizing","ventriloquous","ventriloquy","ventring","ventrings","ventripotent","ventrolateral","ventromedial","ventrous","vents","venture","ventured","venturer","venturers","ventures","venturesome","venturesomely","venturesomeness","venturesomenesses","venturi","venturing","venturingly","venturings","venturis","venturous","venturously","venturousness","venturousnesses","venue","venues","venular","venule","venules","venulose","venulous","venus","venuses","venville","venvilles","vera","veracious","veraciously","veraciousness","veraciousnesses","veracities","veracity","veranda","verandaed","verandah","verandahed","verandahs","verandas","verapamil","verapamils","veratria","veratrias","veratridine","veratridines","veratrin","veratrine","veratrines","veratrins","veratrum","veratrums","verb","verbal","verbalisation","verbalisations","verbalise","verbalised","verbaliser","verbalisers","verbalises","verbalising","verbalism","verbalisms","verbalist","verbalistic","verbalists","verbalities","verbality","verbalization","verbalizations","verbalize","verbalized","verbalizer","verbalizers","verbalizes","verbalizing","verballed","verballing","verbally","verbals","verbarian","verbarians","verbascum","verbascums","verbatim","verbena","verbenaceous","verbenas","verberate","verberated","verberates","verberating","verberation","verberations","verbiage","verbiages","verbicide","verbicides","verbid","verbids","verbification","verbifications","verbified","verbifies","verbify","verbifying","verbigerate","verbigerated","verbigerates","verbigerating","verbigeration","verbigerations","verbile","verbiles","verbing","verbings","verbless","verbose","verbosely","verboseness","verbosenesses","verboser","verbosest","verbosities","verbosity","verboten","verbs","verd","verdancies","verdancy","verdant","verdantly","verdelho","verdelhos","verderer","verderers","verderor","verderors","verdet","verdets","verdict","verdicts","verdigris","verdigrised","verdigrises","verdigrising","verdin","verdins","verdit","verdite","verditer","verditers","verdites","verdits","verdoy","verdure","verdured","verdureless","verdures","verdurous","verecund","verge","vergeboard","vergeboards","verged","vergence","vergences","vergencies","vergency","verger","vergers","vergership","vergerships","verges","verging","verglas","verglases","veridic","veridical","veridicalities","veridicality","veridically","veridicous","verier","veriest","verifiabilities","verifiability","verifiable","verifiableness","verifiablenesses","verifiably","verification","verifications","verificative","verificatory","verified","verifier","verifiers","verifies","verify","verifying","verily","verisimilar","verisimilarly","verisimilities","verisimilitude","verisimilitudes","verisimilitudinous","verisimility","verisimilous","verism","verismo","verismos","verisms","verist","veristic","verists","veritable","veritableness","veritablenesses","veritably","veritas","veritates","verite","verites","verities","verity","verjuice","verjuiced","verjuices","verjuicing","verkramp","verkrampte","verkramptes","verlan","verlans","verlig","verligte","verligtes","vermal","vermeil","vermeiled","vermeiling","vermeille","vermeilled","vermeilles","vermeilling","vermeils","vermell","vermells","vermes","vermian","vermicelli","vermicellis","vermicidal","vermicide","vermicides","vermicular","vermicularly","vermiculate","vermiculated","vermiculates","vermiculating","vermiculation","vermiculations","vermicule","vermicules","vermiculite","vermiculites","vermiculous","vermiculture","vermicultures","vermiform","vermifugal","vermifuge","vermifuges","vermil","vermilies","vermilion","vermilioned","vermilioning","vermilions","vermilled","vermilling","vermillion","vermillions","vermils","vermily","vermin","verminate","verminated","verminates","verminating","vermination","verminations","vermined","verminous","verminously","verminousness","verminousnesses","vermins","verminy","vermis","vermivorous","vermoulu","vermouth","vermouths","vermuth","vermuths","vernacle","vernacles","vernacular","vernacularise","vernacularised","vernacularises","vernacularising","vernacularism","vernacularisms","vernacularist","vernacularists","vernacularities","vernacularity","vernacularize","vernacularized","vernacularizes","vernacularizing","vernacularly","vernaculars","vernal","vernalisation","vernalisations","vernalise","vernalised","vernalises","vernalising","vernalities","vernality","vernalization","vernalizations","vernalize","vernalized","vernalizes","vernalizing","vernally","vernant","vernation","vernations","vernicle","vernicles","vernier","verniers","vernissage","vernissages","vernix","vernixes","veronal","veronals","veronica","veronicas","veronique","verquere","verqueres","verquire","verquires","verra","verrel","verrels","verrey","verruca","verrucae","verrucas","verruciform","verrucose","verrucosities","verrucosity","verrucous","verruga","verrugas","verry","vers","versabilities","versability","versal","versals","versant","versants","versatile","versatilely","versatileness","versatilenesses","versatilities","versatility","verse","versed","verselet","verselets","verseman","versemen","verser","versers","verses","verset","versets","versicle","versicles","versicolor","versicolour","versicoloured","versicular","versification","versifications","versificator","versificators","versified","versifier","versifiers","versifies","versiform","versify","versifying","versin","versine","versines","versing","versings","versins","version","versional","versioned","versioner","versioners","versioning","versionings","versionist","versionists","versions","verslibrist","verslibriste","verslibristes","verslibrists","verso","versos","verst","verste","verstes","versts","versus","versute","vert","vertebra","vertebrae","vertebral","vertebrally","vertebras","vertebrate","vertebrated","vertebrates","vertebration","vertebrations","verted","vertex","vertexes","vertical","verticalities","verticality","vertically","verticalness","verticalnesses","verticals","vertices","verticil","verticillaster","verticillasters","verticillate","verticillated","verticillately","verticillation","verticillations","verticillium","verticilliums","verticils","verticities","verticity","vertigines","vertiginous","vertiginously","vertiginousness","vertigo","vertigoes","vertigos","verting","vertiport","vertiports","verts","vertu","vertue","vertues","vertuous","vertus","verumontana","verumontanum","verumontanums","vervain","vervains","verve","vervel","vervelled","vervels","verven","vervens","verves","vervet","vervets","very","vesica","vesicae","vesical","vesicant","vesicants","vesicate","vesicated","vesicates","vesicating","vesication","vesications","vesicatories","vesicatory","vesicle","vesicles","vesicula","vesiculae","vesicular","vesicularities","vesicularity","vesicularly","vesiculate","vesiculated","vesiculates","vesiculating","vesiculation","vesiculations","vesiculose","vespa","vespas","vesper","vesperal","vesperals","vespers","vespertilian","vespertilionid","vespertilionids","vespertilionine","vespertinal","vespertine","vespiaries","vespiary","vespid","vespids","vespine","vespoid","vessail","vessails","vessel","vesseled","vessels","vest","vesta","vestal","vestally","vestals","vestas","vested","vestee","vestees","vestiaries","vestiary","vestibula","vestibular","vestibule","vestibuled","vestibules","vestibuling","vestibulitis","vestibulitises","vestibulum","vestige","vestiges","vestigia","vestigial","vestigially","vestigium","vestiment","vestimental","vestimentary","vestiments","vesting","vestings","vestiture","vestitures","vestless","vestlike","vestment","vestmental","vestmented","vestments","vestral","vestries","vestry","vestryman","vestrymen","vests","vestural","vesture","vestured","vesturer","vesturers","vestures","vesturing","vesuvian","vesuvianite","vesuvianites","vesuvians","vet","vetch","vetches","vetchier","vetchiest","vetchling","vetchlings","vetchy","veteran","veterans","veterinarian","veterinarians","veterinaries","veterinary","vetiver","vetivers","vetivert","vetiverts","vetkoek","vetkoeks","veto","vetoed","vetoer","vetoers","vetoes","vetoing","vetoless","vets","vetted","vetter","vetters","vetting","vettings","vettura","vetturas","vetturini","vetturino","vex","vexation","vexations","vexatious","vexatiously","vexatiousness","vexatiousnesses","vexatory","vexed","vexedly","vexedness","vexednesses","vexer","vexers","vexes","vexil","vexilla","vexillar","vexillaries","vexillary","vexillate","vexillation","vexillations","vexillologic","vexillological","vexillologies","vexillologist","vexillologists","vexillology","vexillum","vexils","vexing","vexingly","vexingness","vexingnesses","vexings","vext","vezir","vezirs","via","viabilities","viability","viable","viably","viaduct","viaducts","viae","vial","vialed","vialful","vialfuls","vialing","vialled","vialling","vials","viameter","viameters","viand","viands","vias","viatic","viatica","viatical","viaticals","viaticum","viaticums","viator","viatores","viatorial","viators","vibe","vibes","vibex","vibey","vibices","vibier","vibiest","vibist","vibists","vibracula","vibracular","vibracularia","vibracularium","vibraculoid","vibraculum","vibraharp","vibraharpist","vibraharpists","vibraharps","vibrance","vibrances","vibrancies","vibrancy","vibrant","vibrantly","vibrants","vibraphone","vibraphones","vibraphonist","vibraphonists","vibrate","vibrated","vibrates","vibratile","vibratilities","vibratility","vibrating","vibratingly","vibration","vibrational","vibrationless","vibrations","vibratiuncle","vibratiuncles","vibrative","vibrato","vibratoless","vibrator","vibrators","vibratory","vibratos","vibrio","vibrioid","vibrion","vibrionic","vibrions","vibrios","vibrioses","vibriosis","vibrissa","vibrissae","vibrissal","vibroflotation","vibroflotations","vibrograph","vibrographs","vibrometer","vibrometers","vibronic","vibs","viburnum","viburnums","vicar","vicarage","vicarages","vicarate","vicarates","vicaress","vicaresses","vicarial","vicariance","vicariances","vicariant","vicariants","vicariate","vicariates","vicaries","vicarious","vicariously","vicariousness","vicariousnesses","vicarly","vicars","vicarship","vicarships","vicary","vice","viced","vicegeral","vicegerencies","vicegerency","vicegerent","vicegerents","viceless","vicelike","vicenary","vicennial","viceregal","viceregally","viceregent","viceregents","vicereine","vicereines","viceroy","viceroyalties","viceroyalty","viceroys","viceroyship","viceroyships","vices","vicesimal","vichies","vichy","vichyssois","vichyssoise","vichyssoises","viciate","viciated","viciates","viciating","vicinage","vicinages","vicinal","vicing","vicinities","vicinity","viciosities","viciosity","vicious","viciously","viciousness","viciousnesses","vicissitude","vicissitudes","vicissitudinary","vicissitudinous","vicomte","vicomtes","vicomtesse","vicomtesses","victim","victimhood","victimhoods","victimisation","victimisations","victimise","victimised","victimiser","victimisers","victimises","victimising","victimization","victimizations","victimize","victimized","victimizer","victimizers","victimizes","victimizing","victimless","victimologies","victimologist","victimologists","victimology","victims","victor","victoress","victoresses","victoria","victoriana","victorias","victories","victorine","victorines","victorious","victoriously","victoriousness","victoriousnesses","victors","victory","victoryless","victress","victresses","victrix","victrixes","victual","victualage","victualages","victualed","victualer","victualers","victualing","victuallage","victuallages","victualled","victualler","victuallers","victualless","victualling","victuals","vicugna","vicugnas","vicuna","vicunas","vid","vidame","vidames","vide","videlicet","videnda","videndum","video","videocassette","videocassettes","videoconference","videoconferences","videoconferencing","videoconferencings","videodisc","videodiscs","videodisk","videodisks","videoed","videofit","videofits","videogram","videograms","videographer","videographers","videographies","videography","videoing","videoland","videolands","videophile","videophiles","videophone","videophones","videophonic","videos","videotape","videotaped","videotapes","videotaping","videotelephone","videotelephones","videotex","videotexes","videotext","videotexts","vidette","videttes","vidicon","vidicons","vidimus","vidimuses","vids","viduage","viduages","vidual","viduities","viduity","viduous","vie","vied","vielle","vielles","vienna","vier","viers","vies","view","viewable","viewdata","viewdatas","viewed","viewer","viewers","viewership","viewerships","viewfinder","viewfinders","viewier","viewiest","viewiness","viewinesses","viewing","viewings","viewless","viewlessly","viewly","viewphone","viewphones","viewpoint","viewpoints","views","viewy","vifda","vifdas","vig","viga","vigas","vigesimal","vigia","vigias","vigil","vigilance","vigilances","vigilant","vigilante","vigilantes","vigilantism","vigilantisms","vigilantly","vigilantness","vigilantnesses","vigils","vigintillion","vigintillions","vigneron","vignerons","vignette","vignetted","vignetter","vignetters","vignettes","vignetting","vignettings","vignettist","vignettists","vigor","vigorish","vigorishes","vigoro","vigoros","vigoroso","vigorous","vigorously","vigorousness","vigorousnesses","vigors","vigour","vigours","vigs","vihara","viharas","vihuela","vihuelas","viking","vikingism","vikingisms","vikings","vilayet","vilayets","vild","vilde","vildly","vildness","vildnesses","vile","vilely","vileness","vilenesses","viler","vilest","viliaco","viliacoes","viliacos","viliago","viliagoes","viliagos","vilification","vilifications","vilified","vilifier","vilifiers","vilifies","vilify","vilifying","vilipend","vilipended","vilipender","vilipenders","vilipending","vilipends","vill","villa","villadom","villadoms","villae","village","villager","villageries","villagers","villagery","villages","villagio","villagioes","villagios","villagisation","villagisations","villagization","villagizations","villagree","villagrees","villain","villainage","villainages","villainess","villainesses","villainies","villainise","villainised","villainises","villainising","villainize","villainized","villainizes","villainizing","villainous","villainously","villainousness","villainousnesses","villains","villainy","villan","villanage","villanages","villanella","villanellas","villanelle","villanelles","villanies","villanous","villanously","villans","villany","villar","villas","villatic","villeggiatura","villeggiaturas","villein","villeinage","villeinages","villeins","villenage","villenages","villi","villiaco","villiacoes","villiacos","villiago","villiagoes","villiagos","villication","villications","villiform","villose","villosities","villosity","villous","villously","vills","villus","vim","vimana","vimanas","vimen","vimina","viminal","vimineous","vims","vin","vina","vinaceous","vinaigrette","vinaigrettes","vinal","vinals","vinas","vinasse","vinasses","vinblastine","vinblastines","vinca","vincas","vincibilities","vincibility","vincible","vincibleness","vinciblenesses","vincibly","vincristine","vincristines","vincula","vinculum","vinculums","vindaloo","vindaloos","vindemial","vindemiate","vindemiated","vindemiates","vindemiating","vindicabilities","vindicability","vindicable","vindicate","vindicated","vindicates","vindicating","vindication","vindications","vindicative","vindicativeness","vindicator","vindicatorily","vindicators","vindicatory","vindicatress","vindicatresses","vindictive","vindictively","vindictiveness","vindictivenesses","vine","vineal","vined","vinedresser","vinedressers","vinegar","vinegared","vinegarette","vinegarettes","vinegaring","vinegarish","vinegarroon","vinegarroons","vinegars","vinegary","vineless","vinelike","viner","vineries","viners","vinery","vines","vinew","vinewed","vinewing","vinews","vineyard","vineyardist","vineyardists","vineyards","vinic","vinicultural","viniculture","vinicultures","viniculturist","viniculturists","vinier","viniest","vinifera","viniferas","viniferous","vinification","vinifications","vinificator","vinificators","vinified","vinifies","vinify","vinifying","vining","vino","vinolent","vinologies","vinologist","vinologists","vinology","vinos","vinosities","vinosity","vinous","vinously","vins","vint","vintage","vintaged","vintager","vintagers","vintages","vintaging","vintagings","vinted","vinting","vintner","vintners","vintries","vintry","vints","viny","vinyl","vinylcyanide","vinylcyanides","vinylic","vinylidene","vinylidenes","vinyls","viol","viola","violabilities","violability","violable","violableness","violablenesses","violably","violaceous","violas","violate","violated","violater","violaters","violates","violating","violation","violations","violative","violator","violators","viold","violence","violences","violent","violented","violenting","violently","violents","violer","violers","violet","violets","violin","violinist","violinistic","violinistically","violinists","violins","violist","violists","violoncelli","violoncellist","violoncellists","violoncello","violoncellos","violone","violones","viols","viomycin","viomycins","viosterol","viosterols","viper","viperfish","viperfishes","viperiform","viperine","viperish","viperishly","viperous","viperously","vipers","viraemia","viraemias","viraemic","viraginian","viraginous","virago","viragoes","viragoish","viragos","viral","virally","viranda","virandas","virando","virandos","vire","vired","virelai","virelais","virelay","virelays","virement","virements","viremia","viremias","viremic","virent","vireo","vireonine","vireonines","vireos","vires","virescence","virescences","virescent","viretot","viretots","virga","virgas","virgate","virgates","virge","virger","virgers","virges","virgin","virginal","virginalist","virginalists","virginalled","virginalling","virginally","virginals","virgined","virginhood","virginhoods","virginia","virginias","virgining","virginities","virginity","virginium","virginiums","virginly","virgins","virgulate","virgule","virgules","viricidal","viricide","viricides","virid","viridescence","viridescences","viridescent","viridian","viridians","viridite","viridites","viridities","viridity","virile","virilely","virilescence","virilescences","virilescent","virilisation","virilisations","virilise","virilised","virilises","virilising","virilism","virilisms","virilities","virility","virilization","virilizations","virilize","virilized","virilizes","virilizing","virilocal","viring","virino","virinos","virion","virions","virl","virls","virogene","virogenes","viroid","viroids","virologic","virological","virologically","virologies","virologist","virologists","virology","virose","viroses","virosis","virous","virtu","virtual","virtualise","virtualised","virtualises","virtualising","virtualism","virtualisms","virtualist","virtualists","virtualities","virtuality","virtualize","virtualized","virtualizes","virtualizing","virtually","virtue","virtueless","virtues","virtuosa","virtuosas","virtuose","virtuosi","virtuosic","virtuosities","virtuosity","virtuoso","virtuosos","virtuosoship","virtuosoships","virtuous","virtuously","virtuousness","virtuousnesses","virtus","virucidal","virucide","virucides","virulence","virulences","virulencies","virulency","virulent","virulently","viruliferous","virus","viruses","viruslike","virusoid","virusoids","vis","visa","visaed","visage","visaged","visages","visagist","visagiste","visagistes","visagists","visaing","visard","visards","visas","viscacha","viscachas","viscachera","viscacheras","viscaria","viscarias","viscera","visceral","viscerally","viscerate","viscerated","viscerates","viscerating","visceromotor","visceroptoses","visceroptosis","viscerotonia","viscerotonias","viscerotonic","viscid","viscidities","viscidity","viscidly","viscidness","viscidnesses","viscin","viscins","viscoelastic","viscoelasticities","viscoelasticity","viscoid","viscoidal","viscometer","viscometers","viscometric","viscometrical","viscometries","viscometry","viscose","viscoses","viscosimeter","viscosimeters","viscosimetric","viscosimetrical","viscosimetries","viscosimetry","viscosities","viscosity","viscount","viscountcies","viscountcy","viscountess","viscountesses","viscounties","viscounts","viscountship","viscountships","viscounty","viscous","viscously","viscousness","viscousnesses","viscum","viscums","viscus","vise","vised","viseed","viseing","viselike","vises","vishing","vishings","visibilities","visibility","visible","visibleness","visiblenesses","visibles","visibly","visie","visied","visieing","visier","visiers","visies","visile","visiles","vising","visiogenic","vision","visional","visionally","visionaries","visionariness","visionarinesses","visionary","visioned","visioner","visioners","visioning","visionings","visionist","visionists","visionless","visions","visiophone","visiophones","visit","visitable","visitant","visitants","visitation","visitational","visitations","visitative","visitator","visitatorial","visitators","visite","visited","visitee","visitees","visiter","visiters","visites","visiting","visitings","visitor","visitorial","visitors","visitress","visitresses","visits","visive","visne","visnes","visnomie","visnomies","visnomy","vison","visons","visor","visored","visoring","visorless","visors","vista","vistaed","vistaing","vistal","vistaless","vistas","visto","vistos","visual","visualisation","visualisations","visualise","visualised","visualiser","visualisers","visualises","visualising","visualist","visualists","visualities","visuality","visualization","visualizations","visualize","visualized","visualizer","visualizers","visualizes","visualizing","visually","visuals","vita","vitaceous","vitae","vital","vitalisation","vitalisations","vitalise","vitalised","vitaliser","vitalisers","vitalises","vitalising","vitalism","vitalisms","vitalist","vitalistic","vitalistically","vitalists","vitalities","vitality","vitalization","vitalizations","vitalize","vitalized","vitalizer","vitalizers","vitalizes","vitalizing","vitally","vitalness","vitalnesses","vitals","vitamer","vitamers","vitamin","vitamine","vitamines","vitaminic","vitaminise","vitaminised","vitaminises","vitaminising","vitaminize","vitaminized","vitaminizes","vitaminizing","vitamins","vitas","vitascope","vitascopes","vitative","vitativeness","vitativenesses","vite","vitellary","vitelli","vitellicle","vitellicles","vitelligenous","vitellin","vitelline","vitellines","vitellins","vitellogeneses","vitellogenesis","vitellogenic","vitellus","vitelluses","vitesse","vitesses","vitex","vitexes","vitiable","vitiate","vitiated","vitiates","vitiating","vitiation","vitiations","vitiator","vitiators","viticeta","viticetum","viticetums","viticide","viticides","viticolous","viticultural","viticulturally","viticulture","viticulturer","viticulturers","viticultures","viticulturist","viticulturists","vitiferous","vitiligo","vitiligos","vitilitigate","vitilitigated","vitilitigates","vitilitigating","vitilitigation","vitilitigations","vitiosities","vitiosity","vitious","vitrage","vitrages","vitrail","vitrailled","vitraillist","vitraillists","vitrain","vitrains","vitraux","vitrectomies","vitrectomy","vitreosities","vitreosity","vitreous","vitreouses","vitreously","vitreousness","vitreousnesses","vitrescence","vitrescences","vitrescent","vitrescibility","vitrescible","vitreum","vitreums","vitric","vitrics","vitrifaction","vitrifactions","vitrifacture","vitrifactures","vitrifiability","vitrifiable","vitrification","vitrifications","vitrified","vitrifies","vitriform","vitrify","vitrifying","vitrine","vitrines","vitriol","vitriolate","vitriolated","vitriolates","vitriolating","vitriolation","vitriolations","vitrioled","vitriolic","vitrioling","vitriolisation","vitriolisations","vitriolise","vitriolised","vitriolises","vitriolising","vitriolization","vitriolizations","vitriolize","vitriolized","vitriolizes","vitriolizing","vitriolled","vitriolling","vitriols","vitta","vittae","vittate","vittle","vittled","vittles","vittling","vitular","vituline","vituperable","vituperate","vituperated","vituperates","vituperating","vituperation","vituperations","vituperative","vituperatively","vituperator","vituperators","vituperatory","viva","vivace","vivaces","vivacious","vivaciously","vivaciousness","vivaciousnesses","vivacissimo","vivacities","vivacity","vivaed","vivaing","vivamente","vivandier","vivandiere","vivandieres","vivandiers","vivaria","vivaries","vivarium","vivariums","vivary","vivas","vivat","vivats","vivda","vivdas","vive","vively","vivencies","vivency","viver","viverra","viverras","viverrid","viverrids","viverrine","viverrines","vivers","vives","vivianite","vivianites","vivid","vivider","vividest","vividities","vividity","vividly","vividness","vividnesses","vivific","vivification","vivifications","vivified","vivifier","vivifiers","vivifies","vivify","vivifying","vivipara","viviparies","viviparism","viviparisms","viviparities","viviparity","viviparous","viviparously","viviparousness","vivipary","vivisect","vivisected","vivisecting","vivisection","vivisectional","vivisectionally","vivisectionist","vivisectionists","vivisections","vivisective","vivisector","vivisectorium","vivisectoriums","vivisectors","vivisects","vivisepulture","vivisepultures","vivo","vivres","vixen","vixenish","vixenishly","vixenishness","vixenishnesses","vixenly","vixens","vizament","vizaments","vizard","vizarded","vizarding","vizards","vizcacha","vizcachas","vizied","vizier","vizierate","vizierates","vizierial","viziers","viziership","vizierships","vizies","vizir","vizirate","vizirates","vizirial","vizirs","vizirship","vizirships","vizor","vizored","vizoring","vizorless","vizors","vizsla","vizslas","vizy","vizying","vizzie","vizzied","vizzieing","vizzies","vlei","vleis","vlies","vlog","vlogger","vloggers","vlogging","vloggings","vlogs","vly","voar","voars","vocab","vocable","vocables","vocably","vocabs","vocabular","vocabularian","vocabularians","vocabularied","vocabularies","vocabulary","vocabulist","vocabulists","vocal","vocalese","vocaleses","vocalic","vocalically","vocalics","vocalion","vocalions","vocalisation","vocalisations","vocalise","vocalised","vocaliser","vocalisers","vocalises","vocalising","vocalism","vocalisms","vocalist","vocalists","vocalities","vocality","vocalization","vocalizations","vocalize","vocalized","vocalizer","vocalizers","vocalizes","vocalizing","vocally","vocalness","vocalnesses","vocals","vocation","vocational","vocationalism","vocationalisms","vocationalist","vocationalists","vocationally","vocations","vocative","vocatively","vocatives","voces","vocicultural","vociferance","vociferances","vociferant","vociferants","vociferate","vociferated","vociferates","vociferating","vociferation","vociferations","vociferator","vociferators","vociferosities","vociferosity","vociferous","vociferously","vociferousness","vociferousnesses","vocoder","vocoders","vocular","vocule","vocules","vodcast","vodcasted","vodcaster","vodcasters","vodcasting","vodcastings","vodcasts","voddies","voddy","vodka","vodkas","vodou","vodoun","vodouns","vodous","vodun","voduns","voe","voema","voemas","voertsak","voertsek","voes","voetganger","voetgangers","voetsak","voetsek","voetstoets","voetstoots","vogie","vogier","vogiest","vogue","vogued","vogueing","vogueings","voguer","voguers","vogues","voguey","voguier","voguiest","voguing","voguings","voguish","voguishly","voguishness","voguishnesses","voice","voiced","voiceful","voicefulness","voicefulnesses","voiceless","voicelessly","voicelessness","voicelessnesses","voicemail","voicemails","voiceover","voiceovers","voiceprint","voiceprints","voicer","voicers","voices","voicing","voicings","void","voidable","voidableness","voidablenesses","voidance","voidances","voided","voidee","voidees","voider","voiders","voiding","voidings","voidness","voidnesses","voids","voila","voile","voiles","voip","voips","voisinage","voisinages","voiture","voitures","voiturier","voituriers","voivode","voivodes","voivodeship","voivodeships","vol","vola","volable","volae","volage","volant","volante","volantes","volar","volaries","volary","volatic","volatile","volatileness","volatilenesses","volatiles","volatilisable","volatilisation","volatilisations","volatilise","volatilised","volatilises","volatilising","volatilities","volatility","volatilizable","volatilization","volatilizations","volatilize","volatilized","volatilizes","volatilizing","volcanian","volcanic","volcanically","volcanicities","volcanicity","volcanics","volcanisation","volcanisations","volcanise","volcanised","volcanises","volcanising","volcanism","volcanisms","volcanist","volcanists","volcanization","volcanizations","volcanize","volcanized","volcanizes","volcanizing","volcano","volcanoes","volcanologic","volcanological","volcanologies","volcanologist","volcanologists","volcanology","volcanos","vole","voled","volens","voleries","volery","voles","volet","volets","voling","volitant","volitate","volitated","volitates","volitating","volitation","volitational","volitations","volitient","volition","volitional","volitionally","volitionary","volitionless","volitions","volitive","volitives","volitorial","volk","volks","volkslied","volkslieder","volksraad","volksraads","volley","volleyball","volleyballs","volleyed","volleyer","volleyers","volleying","volleys","volost","volosts","volpino","volpinos","volplane","volplaned","volplanes","volplaning","vols","volt","volta","voltage","voltages","voltaic","voltaism","voltaisms","voltameter","voltameters","voltametric","voltammeter","voltammeters","volte","volted","voltes","volti","voltigeur","voltigeurs","volting","voltinism","voltinisms","voltmeter","voltmeters","volts","volubil","volubilities","volubility","voluble","volubleness","volublenesses","volubly","volucrine","volume","volumed","volumenometer","volumenometers","volumes","volumeter","volumeters","volumetric","volumetrical","volumetrically","volumetries","volumetry","voluminal","voluming","voluminosities","voluminosity","voluminous","voluminously","voluminousness","voluminousnesses","volumise","volumised","volumiser","volumisers","volumises","volumising","volumist","volumists","volumize","volumized","volumizer","volumizers","volumizes","volumizing","volumometer","volumometers","voluntaries","voluntarily","voluntariness","voluntarinesses","voluntarism","voluntarisms","voluntarist","voluntaristic","voluntarists","voluntary","voluntaryism","voluntaryisms","voluntaryist","voluntaryists","voluntative","volunteer","volunteered","volunteering","volunteerism","volunteerisms","volunteers","voluntourism","voluntourisms","voluptuaries","voluptuary","voluptuosities","voluptuosity","voluptuous","voluptuously","voluptuousness","voluptuousnesses","voluspa","voluspas","volutation","volutations","volute","voluted","volutes","volutin","volutins","volution","volutions","volutoid","volva","volvae","volvas","volvate","volve","volved","volves","volving","volvox","volvoxes","volvuli","volvulus","volvuluses","vomer","vomerine","vomeronasal","vomers","vomica","vomicae","vomicas","vomit","vomited","vomiter","vomiters","vomiting","vomitings","vomitive","vomitives","vomito","vomitoria","vomitories","vomitorium","vomitory","vomitos","vomitous","vomits","vomiturition","vomituritions","vomitus","vomituses","vongole","voodoo","voodooed","voodooing","voodooism","voodooisms","voodooist","voodooistic","voodooists","voodoos","voorkamer","voorkamers","voorskot","voorskots","voortrekker","voortrekkers","vor","voracious","voraciously","voraciousness","voraciousnesses","voracities","voracity","voraginous","vorago","voragoes","vorant","vorlage","vorlages","vorpal","vorred","vorring","vors","vortex","vortexes","vortical","vortically","vorticella","vorticellae","vorticellas","vortices","vorticism","vorticisms","vorticist","vorticists","vorticities","vorticity","vorticose","vorticular","vortiginous","vostro","votable","votaress","votaresses","votaries","votarist","votarists","votary","vote","voteable","voted","voteen","voteens","voteless","voter","voters","votes","voting","votings","votive","votively","votiveness","votivenesses","votives","votress","votresses","vouch","vouched","vouchee","vouchees","voucher","vouchered","vouchering","vouchers","vouches","vouching","vouchsafe","vouchsafed","vouchsafement","vouchsafements","vouchsafes","vouchsafing","vouchsafings","voudon","voudons","voudou","voudoued","voudouing","voudoun","voudouns","voudous","vouge","vouges","voulge","voulges","voulu","voussoir","voussoired","voussoiring","voussoirs","voutsafe","voutsafed","voutsafes","voutsafing","vouvray","vouvrays","vow","vowed","vowel","vowelisation","vowelisations","vowelise","vowelised","vowelises","vowelising","vowelization","vowelizations","vowelize","vowelized","vowelizes","vowelizing","vowelled","vowelless","vowelling","vowelly","vowels","vower","vowers","vowess","vowesses","vowing","vowless","vows","vox","voxel","voxels","voyage","voyageable","voyaged","voyager","voyagers","voyages","voyageur","voyageurs","voyaging","voyeur","voyeurism","voyeurisms","voyeuristic","voyeuristically","voyeurs","vozhd","vozhds","vraic","vraicker","vraickers","vraicking","vraickings","vraics","vraisemblance","vraisemblances","vril","vrils","vroom","vroomed","vrooming","vrooms","vrot","vrou","vrous","vrouw","vrouws","vrow","vrows","vug","vugg","vuggier","vuggiest","vuggs","vuggy","vugh","vughier","vughiest","vughs","vughy","vugs","vulcan","vulcanian","vulcanic","vulcanicities","vulcanicity","vulcanisable","vulcanisate","vulcanisates","vulcanisation","vulcanisations","vulcanise","vulcanised","vulcaniser","vulcanisers","vulcanises","vulcanising","vulcanism","vulcanisms","vulcanist","vulcanists","vulcanite","vulcanites","vulcanizable","vulcanizate","vulcanizates","vulcanization","vulcanizations","vulcanize","vulcanized","vulcanizer","vulcanizers","vulcanizes","vulcanizing","vulcanological","vulcanologies","vulcanologist","vulcanologists","vulcanology","vulcans","vulgar","vulgarer","vulgarest","vulgarian","vulgarians","vulgarisation","vulgarisations","vulgarise","vulgarised","vulgariser","vulgarisers","vulgarises","vulgarising","vulgarism","vulgarisms","vulgarities","vulgarity","vulgarization","vulgarizations","vulgarize","vulgarized","vulgarizer","vulgarizers","vulgarizes","vulgarizing","vulgarly","vulgars","vulgate","vulgates","vulgo","vulgus","vulguses","vuln","vulned","vulnerabilities","vulnerability","vulnerable","vulnerableness","vulnerablenesses","vulnerably","vulneraries","vulnerary","vulnerate","vulnerated","vulnerates","vulnerating","vulneration","vulnerations","vulning","vulns","vulpecular","vulpicide","vulpicides","vulpine","vulpinism","vulpinisms","vulpinite","vulpinites","vulsella","vulsellae","vulsellum","vulture","vultures","vulturine","vulturish","vulturism","vulturisms","vulturn","vulturns","vulturous","vulva","vulvae","vulval","vulvar","vulvas","vulvate","vulviform","vulvitis","vulvitises","vulvovaginal","vulvovaginitis","vulvovaginitises","vum","vummed","vumming","vums","vuttier","vuttiest","vutty","vuvuzela","vuvuzelas","vying","vyingly","vyings","waac","waacs","wab","wabain","wabains","wabbit","wabble","wabbled","wabbler","wabblers","wabbles","wabblier","wabbliest","wabbling","wabbly","waboom","wabooms","wabs","wabster","wabsters","wack","wacke","wacker","wackers","wackes","wackest","wackier","wackiest","wackily","wackiness","wackinesses","wacko","wackos","wacks","wacky","wad","wadable","wadd","wadded","wadder","wadders","waddie","waddied","waddies","wadding","waddings","waddle","waddled","waddler","waddlers","waddles","waddlier","waddliest","waddling","waddly","wadds","waddy","waddying","wade","wadeable","waded","wader","waders","wades","wadi","wadies","wading","wadings","wadis","wadmaal","wadmaals","wadmal","wadmals","wadmel","wadmels","wadmol","wadmoll","wadmolls","wadmols","wads","wadset","wadsets","wadsett","wadsetted","wadsetter","wadsetters","wadsetting","wadsetts","wadt","wadts","wady","wae","waeful","waeness","waenesses","waes","waesome","waesuck","waesucks","wafer","wafered","wafering","wafers","wafery","waff","waffed","waffie","waffies","waffing","waffle","waffled","waffler","wafflers","waffles","wafflestomper","wafflestompers","wafflier","waffliest","waffling","wafflings","waffly","waffs","waft","waftage","waftages","wafted","wafter","wafters","wafting","waftings","wafts","wafture","waftures","wag","wage","waged","wageless","wagelessness","wagelessnesses","wagenboom","wagenbooms","wager","wagered","wagerer","wagerers","wagering","wagers","wages","wageworker","wageworkers","wagga","waggas","wagged","wagger","waggeries","waggers","waggery","wagging","waggish","waggishly","waggishness","waggishnesses","waggle","waggled","waggler","wagglers","waggles","wagglier","waggliest","waggling","wagglingly","waggly","waggon","waggoned","waggoner","waggoners","waggonette","waggonettes","waggoning","waggonless","waggonload","waggonloads","waggons","waghalter","waghalters","waging","wagmoire","wagmoires","wagon","wagonage","wagonages","wagoned","wagoner","wagoners","wagonette","wagonettes","wagonful","wagonfuls","wagoning","wagonless","wagonload","wagonloads","wagons","wagonwright","wagonwrights","wags","wagsome","wagtail","wagtails","wagyu","wagyus","wahconda","wahcondas","wahine","wahines","wahoo","wahoos","wai","waiata","waiatas","waid","waide","waif","waifed","waifing","waifish","waiflike","waifs","waift","waifts","wail","wailed","wailer","wailers","wailful","wailfully","wailing","wailingly","wailings","wails","wailsome","wain","wainage","wainages","wained","waining","wains","wainscot","wainscoted","wainscoting","wainscotings","wainscots","wainscotted","wainscotting","wainscottings","wainwright","wainwrights","wair","waired","wairing","wairs","wairsh","wairsher","wairshest","wairua","wairuas","wais","waist","waistband","waistbands","waistbelt","waistbelts","waistcloth","waistcloths","waistcoat","waistcoated","waistcoateer","waistcoateers","waistcoating","waistcoatings","waistcoats","waisted","waister","waisters","waisting","waistings","waistless","waistline","waistlines","waists","wait","waite","waited","waiter","waiterage","waiterages","waitered","waiterhood","waiterhoods","waitering","waiterings","waiters","waites","waiting","waitingly","waitings","waitlist","waitlisted","waitlisting","waitlists","waitperson","waitpersons","waitress","waitressed","waitresses","waitressing","waitressings","waitron","waitrons","waits","waitstaff","waitstaffs","waive","waived","waiver","waivers","waives","waiving","waivode","waivodes","waiwode","waiwodes","waka","wakame","wakames","wakanda","wakandas","wakas","wake","wakeboard","wakeboarded","wakeboarder","wakeboarders","wakeboarding","wakeboardings","wakeboards","waked","wakeful","wakefully","wakefulness","wakefulnesses","wakeless","wakeman","wakemen","waken","wakened","wakener","wakeners","wakening","wakenings","wakens","waker","wakerife","wakers","wakes","wakf","wakfs","wakiki","wakikis","waking","wakings","wald","waldflute","waldflutes","waldgrave","waldgraves","waldgravine","waldgravines","waldhorn","waldhorns","waldo","waldoes","waldos","waldrapp","waldrapps","walds","waldsterben","waldsterbens","wale","waled","waler","walers","wales","wali","walier","walies","waliest","waling","walis","walise","walises","walk","walkable","walkabout","walkabouts","walkathon","walkathons","walkaway","walkaways","walked","walker","walkers","walkies","walking","walkings","walkingstick","walkingsticks","walkmill","walkmills","walkout","walkouts","walkover","walkovers","walks","walkshorts","walkup","walkups","walkway","walkways","walkyrie","walkyries","wall","walla","wallaba","wallabas","wallabies","wallaby","wallah","wallahs","wallaroo","wallaroos","wallas","wallboard","wallboards","wallchart","wallcharts","wallclimber","wallclimbers","wallcovering","wallcoverings","walled","waller","wallers","wallet","wallets","walleye","walleyed","walleyes","wallfish","wallfishes","wallflower","wallflowers","wallie","wallier","wallies","walliest","walling","wallings","wallop","walloped","walloper","wallopers","walloping","wallopings","wallops","wallow","wallowed","wallower","wallowers","wallowing","wallowings","wallows","wallpaper","wallpapered","wallpapering","wallpapers","wallposter","wallposters","walls","wallsend","wallsends","wallwort","wallworts","wally","wallyball","wallyballs","wallydrag","wallydrags","wallydraigle","wallydraigles","walnut","walnuts","walnutwood","walnutwoods","walrus","walruses","waltier","waltiest","walty","waltz","waltzed","waltzer","waltzers","waltzes","waltzing","waltzings","waltzlike","waly","wambenger","wambengers","wamble","wambled","wambles","wamblier","wambliest","wambliness","wamblinesses","wambling","wamblingly","wamblings","wambly","wame","wamed","wamefou","wamefous","wameful","wamefuls","wames","wammul","wammuls","wammus","wammuses","wampee","wampees","wampish","wampished","wampishes","wampishing","wampum","wampumpeag","wampumpeags","wampums","wampus","wampuses","wamus","wamuses","wan","wanchancie","wanchancy","wand","wander","wandered","wanderer","wanderers","wandering","wanderingly","wanderings","wanderlust","wanderlusts","wanderoo","wanderoos","wanders","wandle","wandlike","wandoo","wandoos","wands","wane","waned","wanes","waney","wang","wangan","wangans","wangle","wangled","wangler","wanglers","wangles","wangling","wanglings","wangs","wangun","wanguns","wanhope","wanhopes","wanier","waniest","wanigan","wanigans","waning","wanings","wanion","wanions","wank","wanked","wanker","wankers","wankier","wankiest","wanking","wankle","wanks","wanksta","wankstas","wanky","wanle","wanly","wanna","wannabe","wannabee","wannabees","wannabes","wanned","wannel","wanner","wanness","wannesses","wannest","wannigan","wannigans","wanning","wannion","wannions","wannish","wanrestful","wans","want","wantage","wantages","wantaway","wantaways","wanted","wanter","wanters","wanthill","wanthills","wanthriven","wanties","wanting","wanton","wantoned","wantoner","wantoners","wantonest","wantoning","wantonise","wantonised","wantonises","wantonising","wantonize","wantonized","wantonizes","wantonizing","wantonly","wantonness","wantonnesses","wantons","wants","wanty","wanwordy","wanworth","wanworths","wany","wanze","wanzed","wanzes","wanzing","wap","wapenschaw","wapenschaws","wapenshaw","wapenshaws","wapentake","wapentakes","wapinschaw","wapinschaws","wapinshaw","wapinshaws","wapiti","wapitis","wapped","wappend","wappenschaw","wappenschawing","wappenschawings","wappenschaws","wappenshaw","wappenshawing","wappenshawings","wappenshaws","wapper","wappered","wappering","wappers","wapping","waps","waqf","waqfs","war","waragi","waragis","waratah","waratahs","warb","warbier","warbiest","warbird","warbirds","warble","warbled","warbler","warblers","warbles","warbling","warblingly","warblings","warbonnet","warbonnets","warbs","warby","warchalker","warchalkers","warchalking","warchalkings","warcraft","warcrafts","ward","wardcorn","wardcorns","warded","warden","wardened","wardening","wardenries","wardenry","wardens","wardenship","wardenships","warder","wardered","wardering","warders","wardership","warderships","wardian","warding","wardings","wardless","wardmote","wardmotes","wardog","wardogs","wardress","wardresses","wardrobe","wardrobed","wardrober","wardrobers","wardrobes","wardrobing","wardroom","wardrooms","wardrop","wardrops","wards","wardship","wardships","ware","wared","warehou","warehous","warehouse","warehoused","warehouseman","warehousemen","warehouser","warehousers","warehouses","warehousing","warehousings","wareless","wareroom","warerooms","wares","warez","warfare","warfared","warfarer","warfarers","warfares","warfarin","warfaring","warfarings","warfarins","warhable","warhead","warheads","warhorse","warhorses","waribashi","waribashis","warier","wariest","warily","wariment","wariments","wariness","warinesses","waring","warison","warisons","wark","warked","warking","warks","warless","warlike","warlikeness","warlikenesses","warling","warlings","warlock","warlockries","warlockry","warlocks","warlord","warlordism","warlordisms","warlords","warm","warmaker","warmakers","warman","warmblood","warmblooded","warmbloods","warmed","warmen","warmer","warmers","warmest","warmhearted","warmheartedness","warmheartednesses","warming","warmings","warmish","warmly","warmness","warmnesses","warmonger","warmongering","warmongerings","warmongers","warmouth","warmouths","warms","warmth","warmths","warmup","warmups","warn","warned","warner","warners","warning","warningly","warnings","warns","warp","warpage","warpages","warpath","warpaths","warped","warper","warpers","warping","warpings","warplane","warplanes","warpower","warpowers","warps","warpwise","warragal","warragals","warragle","warragles","warragul","warraguls","warran","warrand","warranded","warrandice","warrandices","warranding","warrands","warraned","warraning","warrans","warrant","warrantability","warrantable","warrantableness","warrantablenesses","warrantably","warranted","warrantee","warrantees","warranter","warranters","warrantied","warranties","warranting","warrantings","warrantise","warrantises","warrantless","warrantor","warrantors","warrants","warranty","warrantying","warray","warrayed","warraying","warrays","warre","warred","warren","warrener","warreners","warrens","warrey","warreyed","warreying","warreys","warrigal","warrigals","warring","warrior","warrioress","warrioresses","warriors","warrison","warrisons","wars","warsaw","warsaws","warship","warships","warsle","warsled","warsler","warslers","warsles","warsling","warst","warstle","warstled","warstler","warstlers","warstles","warstling","wart","warted","warthog","warthogs","wartier","wartiest","wartime","wartimes","wartless","wartlike","warts","wartweed","wartweeds","wartwort","wartworts","warty","warwolf","warwolves","warwork","warworks","warworn","wary","warzone","warzones","was","wasabi","wasabis","wase","wases","wash","washabilities","washability","washable","washables","washateria","washaterias","washaway","washaways","washball","washballs","washbasin","washbasins","washboard","washboards","washbowl","washbowls","washcloth","washcloths","washday","washdays","washed","washen","washer","washered","washeries","washering","washerman","washermen","washers","washerwoman","washerwomen","washery","washes","washeteria","washeterias","washhand","washhouse","washhouses","washier","washiest","washily","washin","washiness","washinesses","washing","washings","washingtonia","washingtonias","washins","washland","washlands","washout","washouts","washpot","washpots","washrag","washrags","washroom","washrooms","washstand","washstands","washtub","washtubs","washup","washups","washwipe","washwipes","washwoman","washwomen","washy","wasp","waspie","waspier","waspies","waspiest","waspily","waspiness","waspinesses","waspish","waspishly","waspishness","waspishnesses","wasplike","waspnest","waspnests","wasps","waspy","wassail","wassailed","wassailer","wassailers","wassailing","wassailings","wassailries","wassailry","wassails","wasserman","wassermen","wassup","wast","wastable","wastage","wastages","waste","wastebasket","wastebaskets","wasted","wasteful","wastefully","wastefulness","wastefulnesses","wastel","wasteland","wastelands","wastelot","wastelots","wastels","wasteness","wastenesses","wastepaper","wastepapers","waster","wastered","wasterful","wasterfully","wasterfulness","wasterfulnesses","wasterie","wasteries","wastering","wasters","wastery","wastes","wastewater","wastewaters","wasteway","wasteways","wasteweir","wasteweirs","wastfull","wasting","wastingly","wastings","wastness","wastnesses","wastrel","wastrels","wastrie","wastries","wastrife","wastrifes","wastry","wasts","wat","watap","watape","watapes","wataps","watch","watchable","watchables","watchband","watchbands","watchbox","watchboxes","watchcase","watchcases","watchcries","watchcry","watchdog","watchdogged","watchdogging","watchdogs","watched","watcher","watchers","watches","watchet","watchets","watcheye","watcheyes","watchful","watchfully","watchfulness","watchfulnesses","watchglass","watchglasses","watchguard","watchguards","watching","watchlist","watchlists","watchmaker","watchmakers","watchmaking","watchmakings","watchman","watchmen","watchout","watchouts","watchspring","watchsprings","watchstrap","watchstraps","watchtower","watchtowers","watchword","watchwords","wate","water","waterage","waterages","waterbed","waterbeds","waterbird","waterbirds","waterboarding","waterboardings","waterborne","waterbrain","waterbrains","waterbuck","waterbucks","waterbus","waterbuses","waterbusses","watercolor","watercolorist","watercolorists","watercolors","watercolour","watercolourist","watercolourists","watercolours","watercooler","watercoolers","watercourse","watercourses","watercraft","watercrafts","watercress","watercresses","waterdog","waterdogs","waterdrive","waterdrives","watered","waterer","waterers","waterfall","waterfalls","waterfinder","waterfinders","waterflood","waterflooded","waterflooding","waterfloodings","waterfloods","waterfowl","waterfowler","waterfowlers","waterfowling","waterfowlings","waterfowls","waterfront","waterfronts","waterglass","waterglasses","waterhead","waterheads","waterhen","waterhens","waterier","wateriest","waterily","wateriness","waterinesses","watering","waterings","waterish","waterishness","waterishnesses","waterjet","waterjets","waterleaf","waterleafs","waterless","waterlessness","waterlessnesses","waterlilies","waterlily","waterline","waterlines","waterlog","waterlogged","waterlogging","waterlogs","waterloo","waterloos","waterman","watermanship","watermanships","watermark","watermarked","watermarking","watermarks","watermelon","watermelons","watermen","waterpower","waterpowers","waterpox","waterpoxes","waterproof","waterproofed","waterproofer","waterproofers","waterproofing","waterproofings","waterproofness","waterproofnesses","waterproofs","waterquake","waterquakes","waters","waterscape","waterscapes","watershed","watersheds","waterside","watersider","watersiders","watersides","waterski","waterskiing","waterskiings","waterskis","watersmeet","watersmeets","waterspout","waterspouts","waterthrush","waterthrushes","watertight","watertightness","watertightnesses","waterway","waterways","waterweed","waterweeds","waterwheel","waterwheels","waterwork","waterworks","waterworn","watery","waterzooi","waterzoois","wats","watt","wattage","wattages","wattape","wattapes","watter","wattest","watthour","watthours","wattle","wattlebark","wattlebarks","wattlebird","wattlebirds","wattled","wattles","wattless","wattlework","wattleworks","wattling","wattlings","wattmeter","wattmeters","watts","waucht","wauchted","wauchting","wauchts","wauff","wauffed","wauffing","wauffs","waugh","waughed","waughing","waughs","waught","waughted","waughting","waughts","wauk","wauked","wauker","waukers","wauking","waukmill","waukmills","waukrife","wauks","waul","wauled","wauling","waulings","waulk","waulked","waulker","waulkers","waulking","waulkmill","waulkmills","waulks","wauls","waur","waured","wauring","waurs","waurst","wave","waveband","wavebands","waved","waveform","waveforms","wavefront","wavefronts","waveguide","waveguides","wavelength","wavelengths","waveless","wavelessly","wavelet","wavelets","wavelike","wavellite","wavellites","wavemeter","wavemeters","waveoff","waveoffs","waver","wavered","waverer","waverers","waverier","waveriest","wavering","waveringly","waveringness","waveringnesses","waverings","waverous","wavers","wavery","waves","waveshape","waveshapes","waveson","wavesons","wavey","waveys","wavicle","wavicles","wavier","wavies","waviest","wavily","waviness","wavinesses","waving","wavings","wavy","waw","wawa","wawaed","wawaing","wawas","wawe","wawes","wawl","wawled","wawling","wawlings","wawls","waws","wax","waxable","waxberries","waxberry","waxbill","waxbills","waxcloth","waxcloths","waxed","waxen","waxer","waxers","waxes","waxeye","waxeyes","waxflower","waxflowers","waxier","waxiest","waxily","waxiness","waxinesses","waxing","waxings","waxlike","waxplant","waxplants","waxweed","waxweeds","waxwing","waxwings","waxwork","waxworker","waxworkers","waxworks","waxworm","waxworms","waxy","way","waybill","waybills","wayboard","wayboards","waybread","waybreads","wayed","wayfare","wayfared","wayfarer","wayfarers","wayfares","wayfaring","wayfarings","waygoing","waygoings","waygone","waygoose","waygooses","waying","waylaid","waylay","waylayer","waylayers","waylaying","waylays","wayleave","wayleaves","wayleggo","wayless","waymark","waymarked","waymarking","waymarks","wayment","waymented","waymenting","wayments","waypoint","waypoints","waypost","wayposts","ways","wayside","waysides","wayward","waywardly","waywardness","waywardnesses","waywiser","waywisers","waywode","waywodes","wayworn","wayzgoose","wayzgooses","wazir","wazirs","wazoo","wazoos","wazzock","wazzocks","we","weak","weaken","weakened","weakener","weakeners","weakening","weakens","weaker","weakest","weakfish","weakfishes","weakhearted","weakish","weakishly","weakishness","weakishnesses","weaklier","weakliest","weakliness","weaklinesses","weakling","weaklings","weakly","weakness","weaknesses","weakon","weakons","weakside","weaksides","weal","weald","wealds","weals","wealsman","wealsmen","wealth","wealthier","wealthiest","wealthily","wealthiness","wealthinesses","wealthless","wealths","wealthy","weamb","weambs","wean","weaned","weanel","weanels","weaner","weaners","weaning","weanings","weanling","weanlings","weans","weapon","weaponed","weaponeer","weaponeering","weaponeerings","weaponeers","weaponing","weaponise","weaponised","weaponises","weaponising","weaponize","weaponized","weaponizes","weaponizing","weaponless","weaponries","weaponry","weapons","wear","wearabilities","wearability","wearable","wearables","weared","wearer","wearers","wearied","wearier","wearies","weariest","weariful","wearifully","wearifulness","wearifulnesses","weariless","wearilessly","wearily","weariness","wearinesses","wearing","wearingly","wearings","wearish","wearisome","wearisomely","wearisomeness","wearisomenesses","wearproof","wears","weary","wearying","wearyingly","weasand","weasands","weasel","weaseled","weaseler","weaselers","weaseling","weaselled","weaseller","weasellers","weaselling","weaselly","weasels","weasely","weason","weasons","weather","weatherabilities","weatherability","weatherable","weatherboard","weatherboarded","weatherboarding","weatherboardings","weatherboards","weathercast","weathercaster","weathercasters","weathercasts","weathercloth","weathercloths","weathercock","weathercocked","weathercocking","weathercocks","weathered","weatherer","weatherers","weathergirl","weathergirls","weatherglass","weatherglasses","weathering","weatherings","weatherisation","weatherisations","weatherise","weatherised","weatherises","weatherising","weatherization","weatherizations","weatherize","weatherized","weatherizes","weatherizing","weatherliness","weatherlinesses","weatherly","weatherman","weathermen","weathermost","weatherometer","weatherometers","weatherperson","weatherpersons","weatherproof","weatherproofed","weatherproofing","weatherproofness","weatherproofnesses","weatherproofs","weathers","weatherworn","weave","weaved","weaver","weaverbird","weaverbirds","weavers","weaves","weaving","weavings","weazand","weazands","weazen","weazened","weazening","weazens","web","webbed","webbie","webbier","webbies","webbiest","webbing","webbings","webby","webcam","webcams","webcast","webcasted","webcaster","webcasters","webcasting","webcasts","weber","webers","webfed","webfeet","webfoot","webfooted","webhead","webheads","webified","webifies","webify","webifying","webinar","webinars","webisode","webisodes","webless","weblike","weblish","weblishes","weblog","weblogger","webloggers","weblogs","webmail","webmails","webmaster","webmasters","webpage","webpages","webring","webrings","webs","website","websites","webster","websters","webwheel","webwheels","webwork","webworks","webworm","webworms","webzine","webzines","wecht","wechts","wed","wedded","wedder","weddered","weddering","wedders","wedding","weddings","wedel","wedeled","wedeling","wedeln","wedelned","wedelning","wedelns","wedels","wedge","wedged","wedgelike","wedges","wedgewise","wedgie","wedgier","wedgies","wedgiest","wedging","wedgings","wedgy","wedlock","wedlocks","weds","wee","weed","weeded","weeder","weederies","weeders","weedery","weedicide","weedicides","weedier","weediest","weedily","weediness","weedinesses","weeding","weedings","weedkiller","weedkillers","weedless","weedlike","weeds","weedy","weeing","week","weekday","weekdays","weeke","weekend","weekended","weekender","weekenders","weekending","weekendings","weekends","weekes","weeklies","weeklong","weekly","weeknight","weeknights","weeks","weel","weeldlesse","weels","weem","weems","ween","weened","weenie","weenier","weenies","weeniest","weening","weens","weensier","weensiest","weensy","weeny","weep","weeper","weepers","weephole","weepholes","weepie","weepier","weepies","weepiest","weepily","weepiness","weepinesses","weeping","weepingly","weepings","weeps","weepy","weer","wees","weest","weet","weete","weeted","weeten","weeter","weetest","weeting","weetingly","weetless","weets","weever","weevers","weevil","weeviled","weevilled","weevilly","weevils","weevily","weewee","weeweed","weeweeing","weewees","weft","weftage","weftages","wefte","wefted","weftes","wefting","wefts","weftwise","weid","weids","weigela","weigelas","weigelia","weigelias","weigh","weighable","weighage","weighages","weighboard","weighboards","weighbridge","weighbridges","weighed","weigher","weighers","weighing","weighings","weighman","weighmen","weighs","weight","weightage","weightages","weighted","weighter","weighters","weightier","weightiest","weightily","weightiness","weightinesses","weighting","weightings","weightless","weightlessly","weightlessness","weightlessnesses","weightlifter","weightlifters","weightlifting","weightliftings","weights","weighty","weil","weils","weimaraner","weimaraners","weiner","weiners","weir","weird","weirded","weirder","weirdest","weirdie","weirdies","weirding","weirdly","weirdness","weirdnesses","weirdo","weirdoes","weirdos","weirds","weirdy","weired","weiring","weirs","weise","weised","weisenheimer","weisenheimers","weises","weising","weize","weized","weizes","weizing","weka","wekas","welaway","welch","welched","welcher","welchers","welches","welching","welcome","welcomed","welcomely","welcomeness","welcomenesses","welcomer","welcomers","welcomes","welcoming","welcomingly","weld","weldabilities","weldability","weldable","welded","welder","welders","welding","weldings","weldless","weldment","weldments","weldor","weldors","welds","welfare","welfares","welfarism","welfarisms","welfarist","welfaristic","welfarists","welk","welke","welked","welkes","welkin","welking","welkins","welks","welkt","well","welladay","welladays","wellanear","wellaway","wellaways","wellbeing","wellbeings","wellborn","wellcurb","wellcurbs","welldoer","welldoers","welled","wellhead","wellheads","wellhole","wellholes","wellhouse","wellhouses","wellie","wellies","welling","wellings","wellington","wellingtonia","wellingtonias","wellingtons","wellness","wellnesses","wells","wellsite","wellsites","wellspring","wellsprings","welly","wels","welsh","welshed","welsher","welshers","welshes","welshing","welt","weltanschauung","weltanschauungen","weltanschauungs","welted","welter","weltered","weltering","welters","welterweight","welterweights","welting","weltings","welts","weltschmerz","weltschmerzes","welwitschia","welwitschias","wem","wemb","wembs","wems","wen","wena","wench","wenched","wencher","wenchers","wenches","wenching","wend","wended","wendigo","wendigos","wending","wends","wenge","wenges","wennier","wenniest","wennish","wenny","wens","wensleydale","wensleydales","went","wentletrap","wentletraps","wents","wept","were","weregild","weregilds","werewolf","werewolferies","werewolfery","werewolfish","werewolfism","werewolfisms","werewolves","wergeld","wergelds","wergelt","wergelts","wergild","wergilds","wernerite","wernerites","wero","weros","werris","werrises","wersh","wersher","wershest","wert","werwolf","werwolfish","werwolves","wesand","wesands","weskit","weskits","wessand","wessands","west","westabout","westbound","wested","wester","westered","westering","westerings","westerlies","westerliness","westerlinesses","westerly","western","westerner","westerners","westernisation","westernisations","westernise","westernised","westernises","westernising","westernism","westernisms","westernization","westernizations","westernize","westernized","westernizes","westernizing","westernmost","westerns","westers","westie","westies","westing","westings","westlin","westlins","westmost","wests","westward","westwardly","westwards","wet","weta","wetas","wetback","wetbacks","wether","wethers","wetland","wetlands","wetly","wetness","wetnesses","wetproof","wets","wetsuit","wetsuits","wettabilities","wettability","wettable","wetted","wetter","wetters","wettest","wettie","wetties","wetting","wettings","wettish","wetware","wetwares","wex","wexe","wexed","wexes","wexing","wey","weyard","weys","weyward","wezand","wezands","wha","whack","whacked","whacker","whackers","whackier","whackiest","whacking","whackings","whacko","whackoes","whackos","whacks","whacky","whae","whaikorero","whaikoreros","whaisle","whaisled","whaisles","whaisling","whaizle","whaizled","whaizles","whaizling","whakairo","whakairos","whakapapa","whakapapas","whale","whaleback","whalebacks","whaleboat","whaleboats","whalebone","whalebones","whaled","whalelike","whaleman","whalemen","whaler","whaleries","whalers","whalery","whales","whaling","whalings","whally","wham","whammed","whammies","whamming","whammo","whammos","whammy","whamo","whample","whamples","whams","whanau","whanaus","whang","whangam","whangams","whanged","whangee","whangees","whanging","whangs","whap","whapped","whapper","whappers","whapping","whaps","whare","wharenui","wharenuis","wharepuni","wharepunis","whares","wharf","wharfage","wharfages","wharfed","wharfie","wharfies","wharfing","wharfinger","wharfingers","wharfings","wharfmaster","wharfmasters","wharfs","wharve","wharves","what","whata","whatabouteries","whataboutery","whatabouts","whatas","whatchamacallit","whatchamacallits","whaten","whatever","whatna","whatness","whatnesses","whatnot","whatnots","whats","whatshername","whatshernames","whatshisname","whatshisnames","whatsis","whatsises","whatsit","whatsits","whatsitsname","whatsitsnames","whatso","whatsoever","whatsomever","whatten","whaup","whaups","whaur","whaurs","wheal","wheals","whear","wheare","wheat","wheatear","wheatears","wheaten","wheatens","wheatfield","wheatfields","wheatgrass","wheatgrasses","wheatier","wheatiest","wheatland","wheatlands","wheatless","wheatmeal","wheatmeals","wheats","wheatworm","wheatworms","wheaty","whee","wheech","wheeched","wheeching","wheechs","wheedle","wheedled","wheedler","wheedlers","wheedles","wheedlesome","wheedling","wheedlingly","wheedlings","wheel","wheelbarrow","wheelbarrowed","wheelbarrowing","wheelbarrows","wheelbase","wheelbases","wheelchair","wheelchairs","wheeled","wheeler","wheelers","wheelhorse","wheelhorses","wheelhouse","wheelhouses","wheelie","wheelier","wheelies","wheeliest","wheeling","wheelings","wheelless","wheelman","wheelmen","wheels","wheelsman","wheelsmen","wheelwork","wheelworks","wheelwright","wheelwrights","wheely","wheen","wheenge","wheenged","wheenges","wheenging","wheens","wheep","wheeped","wheeping","wheeple","wheepled","wheeples","wheepling","wheeps","wheesh","wheeshed","wheeshes","wheeshing","wheesht","wheeshted","wheeshting","wheeshts","wheeze","wheezed","wheezer","wheezers","wheezes","wheezier","wheeziest","wheezily","wheeziness","wheezinesses","wheezing","wheezingly","wheezings","wheezle","wheezled","wheezles","wheezling","wheezy","wheft","whefts","whelk","whelked","whelkier","whelkiest","whelks","whelky","whelm","whelmed","whelming","whelms","whelp","whelped","whelping","whelpless","whelps","whemmle","whemmled","whemmles","whemmling","when","whenas","whence","whenceforth","whences","whencesoever","whencever","whenever","whens","whensoever","whenua","whenuas","whenwe","whenwes","where","whereabout","whereabouts","whereafter","whereagainst","whereas","whereases","whereat","whereby","wherefor","wherefore","wherefores","wherefrom","wherein","whereinsoever","whereinto","whereness","wherenesses","whereof","whereon","whereout","wheres","whereso","wheresoever","wherethrough","whereto","whereunder","whereuntil","whereunto","whereupon","wherever","wherewith","wherewithal","wherewithals","wherewiths","wherret","wherreted","wherreting","wherrets","wherried","wherries","wherrit","wherrited","wherriting","wherrits","wherry","wherrying","wherryman","wherrymen","wherve","wherves","whet","whether","whets","whetstone","whetstones","whetted","whetter","whetters","whetting","wheugh","wheughed","wheughing","wheughs","whew","whewed","whewellite","whewellites","whewing","whews","whey","wheyey","wheyface","wheyfaced","wheyfaces","wheyier","wheyiest","wheyish","wheyishness","wheyishnesses","wheylike","wheys","which","whichever","whichsoever","whicker","whickered","whickering","whickers","whid","whidah","whidahs","whidded","whidder","whiddered","whiddering","whidders","whidding","whids","whiff","whiffed","whiffer","whiffers","whiffet","whiffets","whiffier","whiffiest","whiffing","whiffings","whiffle","whiffled","whiffler","whiffleries","whifflers","whifflery","whiffles","whiffletree","whiffletrees","whiffling","whifflings","whiffs","whiffy","whift","whifts","whig","whiggamore","whiggamores","whigged","whigging","whigmaleerie","whigmaleeries","whigmaleery","whigs","while","whiled","whilere","whiles","whiling","whilk","whillied","whillies","whilly","whillying","whillywha","whillywhaed","whillywhaing","whillywhas","whillywhaw","whillywhawed","whillywhawing","whillywhaws","whilom","whilst","whim","whimberries","whimberry","whimbrel","whimbrels","whimmed","whimmier","whimmiest","whimming","whimmy","whimper","whimpered","whimperer","whimperers","whimpering","whimperingly","whimperings","whimpers","whimple","whimpled","whimples","whimpling","whims","whimsey","whimseys","whimsical","whimsicalities","whimsicality","whimsically","whimsicalness","whimsicalnesses","whimsied","whimsier","whimsies","whimsiest","whimsily","whimsiness","whimsinesses","whimsy","whin","whinberries","whinberry","whinchat","whinchats","whine","whined","whiner","whiners","whines","whiney","whingding","whingdings","whinge","whinged","whingeing","whingeingly","whingeings","whinger","whingers","whinges","whingier","whingiest","whinging","whingy","whiniard","whiniards","whinier","whiniest","whininess","whininesses","whining","whiningly","whinings","whinnied","whinnier","whinnies","whinniest","whinny","whinnying","whins","whinstone","whinstones","whiny","whinyard","whinyards","whio","whios","whip","whipbird","whipbirds","whipcat","whipcats","whipcord","whipcords","whipcordy","whipjack","whipjacks","whiplash","whiplashed","whiplashes","whiplashing","whipless","whiplike","whipped","whipper","whippers","whippersnapper","whippersnappers","whippet","whippeting","whippetings","whippets","whippier","whippiest","whippiness","whippinesses","whipping","whippings","whippletree","whippletrees","whippoorwill","whippoorwills","whippy","whipray","whiprays","whips","whipsaw","whipsawed","whipsawing","whipsawn","whipsaws","whipsnake","whipsnakes","whipstaff","whipstaffs","whipstall","whipstalled","whipstalling","whipstalls","whipster","whipsters","whipstitch","whipstitched","whipstitches","whipstitching","whipstock","whipstocks","whipt","whiptail","whiptailed","whiptails","whipworm","whipworms","whir","whirl","whirlabout","whirlabouts","whirlbat","whirlbats","whirlblast","whirlblasts","whirled","whirler","whirlers","whirlier","whirlies","whirliest","whirligig","whirligigs","whirling","whirlingly","whirlings","whirlpool","whirlpools","whirls","whirlwind","whirlwinds","whirly","whirlybird","whirlybirds","whirr","whirred","whirret","whirreted","whirreting","whirrets","whirried","whirries","whirring","whirrings","whirrs","whirry","whirrying","whirs","whirtle","whirtles","whish","whished","whishes","whishing","whisht","whishted","whishting","whishts","whisk","whisked","whisker","whiskerando","whiskerandoed","whiskerandos","whiskered","whiskerier","whiskeriest","whiskers","whiskery","whisket","whiskets","whiskey","whiskeyfied","whiskeys","whiskies","whiskified","whisking","whisks","whisky","whisper","whispered","whisperer","whisperers","whispering","whisperingly","whisperings","whisperously","whispers","whispery","whiss","whissed","whisses","whissing","whist","whisted","whisting","whistle","whistleable","whistleblower","whistleblowers","whistleblowing","whistleblowings","whistled","whistler","whistlers","whistles","whistling","whistlingly","whistlings","whists","whit","white","whitebait","whitebaits","whitebass","whitebasses","whitebeam","whitebeams","whitebeard","whitebeards","whiteboard","whiteboards","whiteboyism","whiteboyisms","whitecap","whitecaps","whitecoat","whitecoats","whitecomb","whitecombs","whited","whitedamp","whitedamps","whiteface","whitefaces","whitefish","whitefishes","whiteflies","whitefly","whitehead","whiteheads","whitelist","whitelisted","whitelisting","whitelists","whitely","whiten","whitened","whitener","whiteners","whiteness","whitenesses","whitening","whitenings","whitens","whiteout","whiteouts","whitepot","whitepots","whiter","whites","whitesmith","whitesmiths","whitest","whitetail","whitetails","whitethorn","whitethorns","whitethroat","whitethroats","whitewall","whitewalls","whiteware","whitewares","whitewash","whitewashed","whitewasher","whitewashers","whitewashes","whitewashing","whitewashings","whitewater","whitewing","whitewings","whitewood","whitewoods","whitey","whiteys","whiteywood","whiteywoods","whither","whithered","whithering","whithers","whithersoever","whitherward","whitherwards","whitier","whities","whitiest","whiting","whitings","whitish","whitishness","whitishnesses","whitleather","whitleathers","whitling","whitlings","whitlow","whitlows","whitrack","whitracks","whitret","whitrets","whitrick","whitricks","whits","whitster","whitsters","whittaw","whittawer","whittawers","whittaws","whitter","whittered","whitterick","whittericks","whittering","whitters","whittle","whittled","whittler","whittlers","whittles","whittling","whittlings","whittret","whittrets","whity","whiz","whizbang","whizbangs","whizz","whizzbang","whizzbangs","whizzed","whizzer","whizzers","whizzes","whizzier","whizziest","whizzing","whizzingly","whizzings","whizzo","whizzy","who","whoa","whodunit","whodunitries","whodunitry","whodunits","whodunnit","whodunnitries","whodunnitry","whodunnits","whoever","whole","wholefood","wholefoods","wholegrain","wholehearted","wholeheartedly","wholemeal","wholemeals","wholeness","wholenesses","wholes","wholesale","wholesaled","wholesaler","wholesalers","wholesales","wholesaling","wholesome","wholesomely","wholesomeness","wholesomenesses","wholesomer","wholesomest","wholestitch","wholestitches","wholewheat","wholism","wholisms","wholist","wholistic","wholists","wholly","wholphin","wholphins","whom","whomble","whombled","whombles","whombling","whomever","whommle","whommled","whommles","whommling","whomp","whomped","whomping","whomps","whomso","whomsoever","whoobub","whoobubs","whoof","whoofed","whoofing","whoofs","whoop","whooped","whoopee","whoopees","whooper","whoopers","whoopie","whoopies","whooping","whoopings","whoopla","whooplas","whoops","whoopsie","whoopsies","whoosh","whooshed","whooshes","whooshing","whoosis","whoosises","whoot","whooted","whooting","whoots","whop","whopped","whopper","whoppers","whopping","whoppings","whops","whore","whored","whoredom","whoredoms","whorehouse","whorehouses","whoremaster","whoremasteries","whoremasterly","whoremasters","whoremastery","whoremistress","whoremistresses","whoremonger","whoremongeries","whoremongers","whoremongery","whores","whoreson","whoresons","whoring","whorish","whorishly","whorishness","whorishnesses","whorl","whorlbat","whorlbats","whorled","whorls","whort","whortle","whortleberries","whortleberry","whortles","whorts","whose","whosesoever","whosever","whosis","whosises","whoso","whosoever","whot","whow","whummle","whummled","whummles","whummling","whump","whumped","whumping","whumps","whunstane","whunstanes","whup","whupped","whupping","whuppings","whups","why","whydah","whydahs","whydunit","whydunits","whydunnit","whydunnits","whyever","whys","wibble","wibbled","wibbles","wibbling","wicca","wiccan","wiccans","wiccas","wice","wich","wiches","wick","wickape","wickapes","wicked","wickeder","wickedest","wickedly","wickedness","wickednesses","wickeds","wicken","wickens","wicker","wickered","wickers","wickerwork","wickerworks","wicket","wicketkeeper","wicketkeepers","wickets","wickies","wicking","wickings","wickiup","wickiups","wickless","wicks","wickthing","wickthings","wicky","wickyup","wickyups","wicopies","wicopy","widder","widders","widdershins","widdie","widdies","widdle","widdled","widdles","widdling","widdy","wide","wideawake","wideawakes","wideband","widebodies","widebody","widechapped","widely","widemouthed","widen","widened","widener","wideners","wideness","widenesses","widening","widens","wideout","wideouts","wider","widershins","wides","widescreen","widespread","widest","widgeon","widgeons","widget","widgets","widgie","widgies","widish","widow","widowbird","widowbirds","widowed","widower","widowered","widowerhood","widowerhoods","widowers","widowhood","widowhoods","widowing","widowman","widowmen","widows","width","widths","widthway","widthways","widthwise","wiel","wield","wieldable","wielded","wielder","wielders","wieldier","wieldiest","wieldiness","wieldinesses","wielding","wieldless","wields","wieldy","wiels","wiener","wieners","wienerwurst","wienerwursts","wienie","wienies","wife","wifed","wifedom","wifedoms","wifehood","wifehoods","wifeless","wifelier","wifeliest","wifelike","wifeliness","wifelinesses","wifely","wifes","wifey","wifeys","wifie","wifies","wifing","wiftier","wiftiest","wifty","wig","wigan","wigans","wigeon","wigeons","wigga","wiggas","wigged","wigger","wiggeries","wiggers","wiggery","wiggier","wiggiest","wigging","wiggings","wiggle","wiggled","wiggler","wigglers","wiggles","wigglier","wiggliest","wiggling","wiggly","wiggy","wight","wighted","wighting","wightly","wights","wigless","wiglet","wiglets","wiglike","wigmaker","wigmakers","wigs","wigwag","wigwagged","wigwagger","wigwaggers","wigwagging","wigwags","wigwam","wigwams","wiki","wikis","wikitorial","wikitorials","wikiup","wikiups","wilco","wild","wildcard","wildcards","wildcat","wildcats","wildcatted","wildcatter","wildcatters","wildcatting","wildcattings","wildebeest","wildebeests","wilded","wilder","wildered","wildering","wilderment","wilderments","wilderness","wildernesses","wilders","wildest","wildfire","wildfires","wildflower","wildflowers","wildfowl","wildfowler","wildfowlers","wildfowling","wildfowlings","wildfowls","wildgrave","wildgraves","wilding","wildings","wildish","wildland","wildlands","wildlife","wildlifes","wildling","wildlings","wildly","wildness","wildnesses","wilds","wildwood","wildwoods","wile","wiled","wileful","wiles","wilful","wilfully","wilfulness","wilfulnesses","wilga","wilgas","wili","wilier","wiliest","wilily","wiliness","wilinesses","wiling","wilis","wilja","wiljas","will","willable","willed","willemite","willemites","willer","willers","willest","willet","willets","willey","willeyed","willeying","willeys","willful","willfully","willfulness","willfulnesses","william","williams","willie","willied","willies","williewaught","williewaughts","willing","willinger","willingest","willingly","willingness","willingnesses","williwau","williwaus","williwaw","williwaws","willow","willowed","willower","willowers","willowherb","willowherbs","willowier","willowiest","willowing","willowish","willowlike","willows","willowware","willowwares","willowy","willpower","willpowers","wills","willy","willyard","willyart","willying","willywaw","willywaws","wilt","wilted","wilting","wiltja","wiltjas","wilts","wily","wimble","wimbled","wimbles","wimbling","wimbrel","wimbrels","wimmin","wimp","wimped","wimpier","wimpiest","wimpiness","wimpinesses","wimping","wimpish","wimpishly","wimpishness","wimpishnesses","wimple","wimpled","wimples","wimpling","wimps","wimpy","win","wince","winced","wincer","wincers","winces","wincey","winceyette","winceyettes","winceys","winch","winched","wincher","winchers","winches","winchester","winchesters","winching","winchman","winchmen","wincing","wincings","wincopipe","wincopipes","wind","windable","windac","windacs","windage","windages","windas","windases","windbag","windbaggeries","windbaggery","windbags","windbell","windbells","windbill","windbills","windblast","windblasts","windblow","windblown","windblows","windborne","windbound","windbreak","windbreaker","windbreakers","windbreaks","windburn","windburned","windburning","windburns","windburnt","windcheater","windcheaters","windchill","windchills","winded","winder","winders","windfall","windfallen","windfalls","windflaw","windflaws","windflower","windflowers","windgall","windgalled","windgalls","windgun","windguns","windhover","windhovers","windier","windiest","windigo","windigos","windily","windiness","windinesses","winding","windingly","windings","windjammer","windjammers","windjamming","windjammings","windlass","windlassed","windlasses","windlassing","windle","windled","windles","windless","windlessly","windlessness","windlessnesses","windlestrae","windlestraes","windlestraw","windlestraws","windling","windlings","windmill","windmilled","windmilling","windmills","windock","windocks","windore","windores","window","windowed","windowing","windowings","windowless","windowpane","windowpanes","windows","windowsill","windowsills","windowy","windpipe","windpipes","windproof","windring","windrow","windrowed","windrower","windrowers","windrowing","windrows","winds","windsail","windsails","windscreen","windscreens","windses","windshake","windshakes","windshield","windshields","windship","windships","windsock","windsocks","windstorm","windstorms","windsucker","windsuckers","windsurf","windsurfed","windsurfer","windsurfers","windsurfing","windsurfings","windsurfs","windswept","windthrow","windthrows","windtight","windup","windups","windward","windwards","windway","windways","windy","wine","wineberries","wineberry","winebibber","winebibbers","winebibbing","winebibbings","wined","wineglass","wineglasses","wineglassful","wineglassfuls","winegrower","winegrowers","wineless","winemaker","winemakers","winemaking","winemakings","winepress","winepresses","wineries","winery","wines","winesap","winesaps","wineshop","wineshops","wineskin","wineskins","winesop","winesops","winey","wing","wingback","wingbacks","wingbeat","wingbeats","wingbow","wingbows","wingchair","wingchairs","wingding","wingdings","winge","winged","wingedly","wingeing","winger","wingers","winges","wingier","wingiest","winging","wingless","winglessness","winglessnesses","winglet","winglets","winglike","wingman","wingmen","wingnut","wingnuts","wingover","wingovers","wings","wingspan","wingspans","wingspread","wingspreads","wingsuit","wingsuits","wingtip","wingtips","wingy","winier","winiest","wining","winish","wink","winked","winker","winkers","winking","winkingly","winkings","winkle","winkled","winkler","winklers","winkles","winkling","winks","winless","winn","winna","winnabilities","winnability","winnable","winnard","winnards","winned","winner","winners","winning","winningly","winningness","winningnesses","winnings","winnle","winnles","winnock","winnocks","winnow","winnowed","winnower","winnowers","winnowing","winnowings","winnows","winns","wino","winoes","winos","wins","winsey","winseys","winsome","winsomely","winsomeness","winsomenesses","winsomer","winsomest","winter","winterberries","winterberry","winterbourne","winterbournes","wintercress","wintercresses","wintered","winterer","winterers","winterfed","winterfeed","winterfeeding","winterfeeds","wintergreen","wintergreens","winterier","winteriest","winteriness","winterinesses","wintering","winterisation","winterisations","winterise","winterised","winterises","winterish","winterising","winterization","winterizations","winterize","winterized","winterizes","winterizing","winterkill","winterkilled","winterkilling","winterkillings","winterkills","winterless","winterliness","winterlinesses","winterly","winters","wintertide","wintertides","wintertime","wintertimes","winterweight","wintery","wintle","wintled","wintles","wintling","wintrier","wintriest","wintrily","wintriness","wintrinesses","wintry","winy","winze","winzes","wipe","wipeable","wiped","wipeout","wipeouts","wiper","wipers","wipes","wiping","wipings","wippen","wippens","wirable","wire","wired","wiredraw","wiredrawer","wiredrawers","wiredrawing","wiredrawings","wiredrawn","wiredraws","wiredrew","wireframe","wireframes","wiregrass","wiregrasses","wirehair","wirehaired","wirehairs","wireless","wirelessed","wirelesses","wirelessing","wirelike","wireman","wiremen","wirephoto","wirephotos","wirepuller","wirepullers","wirepulling","wirepullings","wirer","wirers","wires","wiretap","wiretapped","wiretapper","wiretappers","wiretapping","wiretappings","wiretaps","wirewalker","wirewalkers","wireway","wireways","wirework","wireworker","wireworkers","wireworking","wireworkings","wireworks","wireworm","wireworms","wirewove","wirier","wiriest","wirilda","wirildas","wirily","wiriness","wirinesses","wiring","wirings","wirra","wirrah","wirrahs","wirricow","wirricows","wiry","wis","wisard","wisards","wisdom","wisdoms","wise","wiseacre","wiseacres","wiseass","wiseasses","wisecrack","wisecracked","wisecracker","wisecrackers","wisecracking","wisecracks","wised","wiseguy","wiseguys","wiselier","wiseliest","wiseling","wiselings","wisely","wiseness","wisenesses","wisenheimer","wisenheimers","wisent","wisents","wiser","wises","wisest","wisewoman","wisewomen","wish","wisha","wishbone","wishbones","wished","wisher","wishers","wishes","wishful","wishfully","wishfulness","wishfulnesses","wishing","wishings","wishless","wisht","wishtonwish","wishtonwishes","wising","wisket","wiskets","wisp","wisped","wispier","wispiest","wispily","wispiness","wispinesses","wisping","wispish","wisplike","wisps","wispy","wiss","wissed","wisses","wissing","wist","wistaria","wistarias","wisted","wisteria","wisterias","wistful","wistfully","wistfulness","wistfulnesses","wisting","wistiti","wistitis","wistly","wists","wit","witan","witans","witblits","witblitses","witch","witchbroom","witchbrooms","witchcraft","witchcrafts","witched","witchen","witchens","witcheries","witchery","witches","witchetties","witchetty","witchgrass","witchgrasses","witchhood","witchhoods","witchier","witchiest","witching","witchingly","witchings","witchknot","witchknots","witchlike","witchweed","witchweeds","witchy","wite","wited","witeless","witenagemot","witenagemote","witenagemotes","witenagemots","wites","witgat","witgatboom","witgatbooms","witgats","with","withal","withdraw","withdrawable","withdrawal","withdrawals","withdrawer","withdrawers","withdrawing","withdrawment","withdrawments","withdrawn","withdrawnness","withdrawnnesses","withdraws","withdrew","withe","withed","wither","withered","witheredness","witherednesses","witherer","witherers","withering","witheringly","witherings","witherite","witherites","witherod","witherods","withers","withershins","withes","withhault","withheld","withhold","withholden","withholder","withholders","withholding","withholdment","withholdments","withholds","withier","withies","withiest","within","withindoors","withing","withins","without","withoutdoors","withouten","withouts","withs","withstand","withstander","withstanders","withstanding","withstands","withstood","withwind","withwinds","withy","withywind","withywinds","witing","witless","witlessly","witlessness","witlessnesses","witling","witlings","witloof","witloofs","witness","witnessable","witnessed","witnesser","witnessers","witnesses","witnessing","witney","witneys","wits","witted","witter","wittered","wittering","witters","witticism","witticisms","wittier","wittiest","wittily","wittiness","wittinesses","witting","wittingly","wittings","wittol","wittolly","wittols","witty","witwall","witwalls","witwanton","witwantoned","witwantoning","witwantons","wive","wived","wivehood","wivehoods","wiver","wivern","wiverns","wivers","wives","wiving","wiz","wizard","wizardly","wizardries","wizardry","wizards","wizen","wizened","wizening","wizens","wizes","wizier","wiziers","wizzen","wizzens","wizzes","wo","woad","woaded","woads","woadwax","woadwaxen","woadwaxens","woadwaxes","woald","woalds","wobbegong","wobbegongs","wobble","wobbled","wobbler","wobblers","wobbles","wobblier","wobblies","wobbliest","wobbliness","wobblinesses","wobbling","wobblings","wobbly","wobegone","wock","wocks","wodge","wodges","woe","woebegone","woebegoneness","woebegonenesses","woeful","woefuller","woefullest","woefully","woefulness","woefulnesses","woeness","woenesses","woes","woesome","wof","wofs","woful","wofuller","wofullest","wofully","wofulness","wofulnesses","wog","woggish","woggle","woggles","wogs","woiwode","woiwodes","wok","woke","woken","wokka","woks","wold","wolds","wolf","wolfberries","wolfberry","wolfed","wolfer","wolfers","wolffish","wolffishes","wolfhound","wolfhounds","wolfing","wolfings","wolfish","wolfishly","wolfishness","wolfishnesses","wolfkin","wolfkins","wolflike","wolfling","wolflings","wolfram","wolframite","wolframites","wolframs","wolfs","wolfsbane","wolfsbanes","wolfskin","wolfskins","wollastonite","wollastonites","wollies","wolly","wolve","wolved","wolver","wolverene","wolverenes","wolverine","wolverines","wolvers","wolves","wolving","wolvings","wolvish","wolvishly","woman","womaned","womanfully","womanhood","womanhoods","womaning","womanise","womanised","womaniser","womanisers","womanises","womanish","womanishly","womanishness","womanishnesses","womanising","womanisings","womanism","womanisms","womanist","womanists","womanize","womanized","womanizer","womanizers","womanizes","womanizing","womanizings","womankind","womankinds","womanless","womanlier","womanliest","womanlike","womanliness","womanlinesses","womanly","womanness","womannesses","womanpower","womanpowers","womans","womb","wombat","wombats","wombed","wombier","wombiest","wombing","womblike","wombs","womby","women","womenfolk","womenfolks","womenkind","womenkinds","womenswear","womenswears","womera","womeras","wommera","wommeras","wommit","wommits","womyn","won","wonder","wondered","wonderer","wonderers","wonderful","wonderfully","wonderfulness","wonderfulnesses","wondering","wonderingly","wonderings","wonderkid","wonderkids","wonderland","wonderlands","wonderless","wonderment","wonderments","wondermonger","wondermongering","wondermongers","wonderous","wonders","wonderwork","wonderworks","wondred","wondrous","wondrously","wondrousness","wondrousnesses","wonga","wongas","wongi","wongied","wongiing","wongis","woning","wonings","wonk","wonkier","wonkiest","wonks","wonky","wonned","wonner","wonners","wonning","wonnings","wons","wont","wonted","wontedly","wontedness","wontednesses","wonting","wontless","wonton","wontons","wonts","woo","woobut","woobuts","wood","woodbin","woodbind","woodbinds","woodbine","woodbines","woodbins","woodblock","woodblocks","woodborer","woodborers","woodbox","woodboxes","woodburytype","woodburytypes","woodcarver","woodcarvers","woodcarving","woodcarvings","woodchat","woodchats","woodchip","woodchips","woodchop","woodchopper","woodchoppers","woodchops","woodchuck","woodchucks","woodcock","woodcocks","woodcraft","woodcrafts","woodcraftsman","woodcraftsmen","woodcut","woodcuts","woodcutter","woodcutters","woodcutting","woodcuttings","wooded","wooden","woodened","woodener","woodenest","woodenhead","woodenheaded","woodenheads","woodening","woodenly","woodenness","woodennesses","woodens","woodentop","woodentops","woodenware","woodenwares","woodfree","woodgrain","woodgrains","woodgrouse","woodgrouses","woodhen","woodhens","woodhole","woodholes","woodhorse","woodhorses","woodhouse","woodhouses","woodie","woodier","woodies","woodiest","woodiness","woodinesses","wooding","woodland","woodlander","woodlanders","woodlands","woodlark","woodlarks","woodless","woodlessness","woodlessnesses","woodlice","woodlore","woodlores","woodlot","woodlots","woodlouse","woodman","woodmeal","woodmeals","woodmen","woodmice","woodmouse","woodness","woodnesses","woodnote","woodnotes","woodpecker","woodpeckers","woodpile","woodpiles","woodprint","woodprints","woodrat","woodrats","woodreeve","woodreeves","woodroof","woodroofs","woodruff","woodruffs","woodrush","woodrushes","woods","woodscrew","woodscrews","woodshed","woodshedded","woodshedding","woodsheddings","woodsheds","woodshock","woodshocks","woodshrike","woodshrikes","woodsia","woodsias","woodsier","woodsiest","woodskin","woodskins","woodsman","woodsmen","woodspite","woodspites","woodstone","woodstones","woodstove","woodstoves","woodswallow","woodswallows","woodsy","woodthrush","woodthrushes","woodtone","woodtones","woodwale","woodwales","woodward","woodwards","woodwax","woodwaxen","woodwaxens","woodwaxes","woodwind","woodwinds","woodwork","woodworker","woodworkers","woodworking","woodworkings","woodworks","woodworm","woodworms","woodwose","woodwoses","woody","woodyard","woodyards","wooed","wooer","wooers","woof","woofed","woofer","woofers","woofier","woofiest","woofing","woofs","woofter","woofters","woofy","woohoo","wooing","wooingly","wooings","wool","woold","woolded","woolder","woolders","woolding","wooldings","woolds","wooled","woolen","woolens","wooler","woolers","woolfat","woolfats","woolfell","woolfells","woolgatherer","woolgatherers","woolgathering","woolgatherings","woolgrower","woolgrowers","woolgrowing","woolgrowings","woolhat","woolhats","woolie","woolier","woolies","wooliest","wooliness","woolinesses","woolled","woollen","woollens","woollier","woollies","woolliest","woollike","woollily","woolliness","woollinesses","woolly","woollyback","woollybacks","woollybutt","woollybutts","woollyfoot","woollyfoots","woolman","woolmen","woolpack","woolpacks","wools","woolsack","woolsacks","woolsey","woolseys","woolshed","woolsheds","woolskin","woolskins","woolsorter","woolsorters","woolward","woolwork","woolworks","wooly","woomera","woomerang","woomerangs","woomeras","woon","wooned","wooning","woons","woopie","woopies","woops","woopsed","woopses","woopsing","woorali","wooralis","woorara","wooraras","woorari","wooraris","woos","woose","woosel","woosell","woosells","woosels","wooses","woosh","wooshed","wooshes","wooshing","woot","wootz","wootzes","woozier","wooziest","woozily","wooziness","woozinesses","woozy","wop","wopped","wopping","wops","worcester","worcesterberry","worcesters","word","wordage","wordages","wordbook","wordbooks","wordbound","wordbreak","wordbreaks","worded","wordgame","wordgames","wordier","wordiest","wordily","wordiness","wordinesses","wording","wordings","wordish","wordishness","wordishnesses","wordless","wordlessly","wordlessness","wordlessnesses","wordlore","wordlores","wordmonger","wordmongers","wordplay","wordplays","words","wordsearch","wordsearches","wordsmith","wordsmitheries","wordsmithery","wordsmiths","wordy","wore","work","workabilities","workability","workable","workableness","workablenesses","workably","workaday","workadays","workaholic","workaholics","workaholism","workaholisms","workaround","workarounds","workbag","workbags","workbasket","workbaskets","workbench","workbenches","workboat","workboats","workbook","workbooks","workbox","workboxes","workday","workdays","worked","worker","workerist","workerists","workerless","workers","workfare","workfares","workfellow","workfellows","workflow","workflows","workfolk","workfolks","workforce","workforces","workful","workgirl","workgirls","workgroup","workgroups","workhorse","workhorses","workhour","workhours","workhouse","workhouses","working","workingman","workingmen","workings","workingwoman","workingwomen","workless","worklessness","worklessnesses","workload","workloads","workman","workmanlike","workmanly","workmanship","workmanships","workmaster","workmasters","workmate","workmates","workmen","workmistress","workmistresses","workout","workouts","workpeople","workpiece","workpieces","workplace","workplaces","workprint","workprints","workroom","workrooms","works","worksafe","worksheet","worksheets","workshop","workshopped","workshopping","workshops","workshy","worksome","workspace","workspaces","workstation","workstations","workstream","workstreams","worktable","worktables","worktop","worktops","workup","workups","workwatcher","workwatchers","workwear","workwears","workweek","workweeks","workwoman","workwomen","world","worldbeat","worldbeats","worlded","worldlier","worldliest","worldliness","worldlinesses","worldling","worldlings","worldly","worlds","worldscale","worldscales","worldview","worldviews","worldwide","worm","wormcast","wormcasts","wormed","wormer","wormeries","wormers","wormery","wormflies","wormfly","wormgear","wormgears","wormhole","wormholed","wormholes","wormier","wormiest","wormil","wormils","worminess","worminesses","worming","wormish","wormlike","wormroot","wormroots","worms","wormseed","wormseeds","wormwood","wormwoods","wormy","worn","wornness","wornnesses","worral","worrals","worrel","worrels","worricow","worricows","worried","worriedly","worrier","worriers","worries","worriment","worriments","worrisome","worrisomely","worrisomeness","worrisomenesses","worrit","worrited","worriting","worrits","worry","worrycow","worrycows","worryguts","worrying","worryingly","worryings","worrywart","worrywarts","worse","worsed","worsen","worsened","worseness","worsenesses","worsening","worsens","worser","worses","worset","worsets","worship","worshipable","worshiped","worshiper","worshipers","worshipful","worshipfully","worshipfulness","worshipfulnesses","worshiping","worshipless","worshipped","worshipper","worshippers","worshipping","worships","worsing","worst","worsted","worsteds","worsting","worsts","wort","worth","worthed","worthful","worthied","worthier","worthies","worthiest","worthily","worthiness","worthinesses","worthing","worthless","worthlessly","worthlessness","worthlessnesses","worths","worthwhile","worthwhileness","worthwhilenesses","worthy","worthying","wortle","wortles","worts","wos","wosbird","wosbirds","wost","wot","wotcha","wotcher","wots","wotted","wottest","wotteth","wotting","woubit","woubits","would","wouldest","woulds","wouldst","wound","woundable","wounded","woundedly","wounder","wounders","woundily","wounding","woundingly","woundings","woundless","wounds","woundwort","woundworts","woundy","wourali","wouralis","wove","woven","wovens","wow","wowed","wowee","wowf","wowfer","wowfest","wowing","wows","wowser","wowsers","wox","woxen","wrack","wracked","wrackful","wracking","wracks","wraith","wraithlike","wraiths","wrang","wranged","wranging","wrangle","wrangled","wrangler","wranglers","wranglership","wranglerships","wrangles","wranglesome","wrangling","wranglings","wrangs","wrap","wraparound","wraparounds","wrapover","wrapovers","wrappage","wrappages","wrapped","wrapper","wrappered","wrappering","wrappers","wrapping","wrappings","wrapround","wraprounds","wraps","wrapt","wrasse","wrasses","wrassle","wrassled","wrassles","wrassling","wrast","wrasted","wrasting","wrastle","wrastled","wrastles","wrastling","wrasts","wrate","wrath","wrathed","wrathful","wrathfully","wrathfulness","wrathfulnesses","wrathier","wrathiest","wrathily","wrathiness","wrathinesses","wrathing","wrathless","wraths","wrathy","wrawl","wrawled","wrawling","wrawls","wraxle","wraxled","wraxles","wraxling","wraxlings","wreak","wreaked","wreaker","wreakers","wreakful","wreaking","wreakless","wreaks","wreath","wreathe","wreathed","wreathen","wreather","wreathers","wreathes","wreathier","wreathiest","wreathing","wreathless","wreathlike","wreaths","wreathy","wreck","wreckage","wreckages","wrecked","wrecker","wreckers","wreckfish","wreckfishes","wreckful","wrecking","wreckings","wreckmaster","wreckmasters","wrecks","wren","wrench","wrenched","wrencher","wrenchers","wrenches","wrenching","wrenchingly","wrenchings","wrens","wrest","wrested","wrester","wresters","wresting","wrestle","wrestled","wrestler","wrestlers","wrestles","wrestling","wrestlings","wrests","wretch","wretched","wretcheder","wretchedest","wretchedly","wretchedness","wretchednesses","wretches","wrethe","wrethed","wrethes","wrething","wrick","wricked","wricking","wricks","wried","wrier","wries","wriest","wriggle","wriggled","wriggler","wrigglers","wriggles","wrigglier","wriggliest","wriggling","wrigglings","wriggly","wright","wrights","wring","wringed","wringer","wringers","wringing","wrings","wrinkle","wrinkled","wrinkleless","wrinkles","wrinklier","wrinklies","wrinkliest","wrinkling","wrinkly","wrist","wristband","wristbands","wristier","wristiest","wristlet","wristlets","wristlock","wristlocks","wrists","wristwatch","wristwatches","wristy","writ","writable","writative","write","writeable","writer","writeress","writeresses","writerly","writers","writership","writerships","writes","writhe","writhed","writhen","writher","writhers","writhes","writhing","writhingly","writhings","writhled","writing","writings","writs","written","wrizled","wroath","wroaths","wroke","wroken","wrong","wrongdoer","wrongdoers","wrongdoing","wrongdoings","wronged","wronger","wrongers","wrongest","wrongful","wrongfully","wrongfulness","wrongfulnesses","wrongheaded","wrongheadedly","wrongheadedness","wrongheadednesses","wronging","wrongly","wrongness","wrongnesses","wrongous","wrongously","wrongs","wroot","wrooted","wrooting","wroots","wrote","wroth","wrothful","wrought","wrung","wry","wrybill","wrybills","wryer","wryest","wrying","wryly","wryneck","wrynecks","wryness","wrynesses","wrythen","wud","wudded","wudding","wudjula","wudjulas","wuds","wudu","wudus","wukkas","wulfenite","wulfenites","wull","wulled","wulling","wulls","wunderkind","wunderkinder","wunderkinds","wunner","wunners","wurley","wurleys","wurlie","wurlies","wurst","wursts","wurtzite","wurtzites","wurzel","wurzels","wus","wuses","wushu","wushus","wuss","wusses","wussier","wussies","wussiest","wussy","wuther","wuthered","wuthering","wuthers","wuxia","wuxias","wuzzle","wuzzled","wuzzles","wuzzling","wyandotte","wyandottes","wych","wyches","wye","wyes","wyle","wyled","wyles","wyliecoat","wyliecoats","wyling","wyn","wynd","wynds","wynn","wynns","wyns","wyte","wyted","wytes","wyting","wyvern","wyverns","xantham","xanthams","xanthan","xanthans","xanthate","xanthates","xanthation","xanthations","xanthein","xantheins","xanthene","xanthenes","xanthic","xanthin","xanthine","xanthines","xanthins","xanthism","xanthisms","xanthochroia","xanthochroias","xanthochroic","xanthochroid","xanthochroids","xanthochroism","xanthochroisms","xanthochromia","xanthochromias","xanthochroous","xanthoma","xanthomas","xanthomata","xanthomatous","xanthomelanous","xanthone","xanthones","xanthophyl","xanthophyll","xanthophyllous","xanthophylls","xanthophyls","xanthopsia","xanthopsias","xanthopterin","xanthopterine","xanthopterines","xanthopterins","xanthous","xanthoxyl","xanthoxyls","xebec","xebecs","xenarthral","xenia","xenial","xenias","xenic","xenium","xenobiotic","xenobiotics","xenoblast","xenoblasts","xenocryst","xenocrysts","xenodiagnoses","xenodiagnosis","xenodiagnostic","xenodochium","xenodochiums","xenogamies","xenogamous","xenogamy","xenogeneic","xenogeneses","xenogenesis","xenogenetic","xenogenic","xenogenies","xenogenous","xenogeny","xenoglossia","xenoglossias","xenoglossies","xenoglossy","xenograft","xenografts","xenolith","xenolithic","xenoliths","xenomania","xenomanias","xenomenia","xenomenias","xenomorphic","xenomorphically","xenon","xenons","xenophile","xenophiles","xenophobe","xenophobes","xenophobia","xenophobias","xenophobic","xenophobically","xenophobies","xenophoby","xenophya","xenoplastic","xenopus","xenopuses","xenotime","xenotimes","xenotransplant","xenotransplants","xenotropic","xenurine","xerafin","xerafins","xeranses","xeransis","xeranthemum","xeranthemums","xerantic","xeraphin","xeraphins","xerarch","xerasia","xerasias","xeric","xerically","xeriscape","xeriscapes","xerochasies","xerochasy","xeroderma","xerodermae","xerodermas","xerodermatic","xerodermatous","xerodermia","xerodermias","xerodermic","xerographer","xerographers","xerographic","xerographically","xerographies","xerography","xeroma","xeromas","xeromata","xeromorph","xeromorphic","xeromorphous","xeromorphs","xerophagies","xerophagy","xerophile","xerophiles","xerophilies","xerophilous","xerophily","xerophthalmia","xerophthalmias","xerophthalmic","xerophyte","xerophytes","xerophytic","xerophytically","xerophytism","xerophytisms","xeroradiographies","xeroradiography","xerosere","xeroseres","xeroses","xerosis","xerostoma","xerostomas","xerostomata","xerostomia","xerostomias","xerotes","xerothermic","xerotic","xerotripses","xerotripsis","xerox","xeroxed","xeroxes","xeroxing","xerus","xeruses","xi","xiphihumeralis","xiphiplastra","xiphiplastral","xiphiplastrals","xiphiplastron","xiphisterna","xiphisternum","xiphisternums","xiphoid","xiphoidal","xiphoids","xiphopagi","xiphopagic","xiphopagous","xiphopagus","xiphopaguses","xiphophyllous","xiphosuran","xiphosurans","xis","xoana","xoanon","xray","xrays","xu","xylan","xylans","xylem","xylems","xylene","xylenes","xylenol","xylenols","xylic","xylidin","xylidine","xylidines","xylidins","xylitol","xylitols","xylobalsamum","xylobalsamums","xylocarp","xylocarpous","xylocarps","xylochrome","xylochromes","xylogen","xylogenous","xylogens","xylograph","xylographed","xylographer","xylographers","xylographic","xylographical","xylographies","xylographing","xylographs","xylography","xyloid","xyloidin","xyloidine","xyloidines","xyloidins","xylol","xylologies","xylology","xylols","xyloma","xylomas","xylomata","xylometer","xylometers","xylonic","xylonite","xylonites","xylophagan","xylophagans","xylophage","xylophages","xylophagous","xylophilous","xylophone","xylophones","xylophonic","xylophonist","xylophonists","xylopyrography","xylorimba","xylorimbas","xylose","xyloses","xylotomies","xylotomist","xylotomists","xylotomous","xylotomy","xylotypographic","xylotypography","xylyl","xylyls","xyridaceous","xyst","xyster","xysters","xysti","xystoi","xystos","xysts","xystus","y","ya","yaar","yaars","yaba","yabas","yabba","yabbas","yabber","yabbered","yabbering","yabbers","yabbie","yabbied","yabbies","yabby","yabbying","yacca","yaccas","yacht","yachted","yachter","yachters","yachtie","yachties","yachting","yachtings","yachtman","yachtmen","yachts","yachtsman","yachtsmanship","yachtsmanships","yachtsmen","yachtswoman","yachtswomen","yack","yacka","yackas","yacked","yacker","yackers","yacking","yacks","yad","yads","yae","yaff","yaffed","yaffing","yaffingale","yaffingales","yaffle","yaffles","yaffs","yag","yager","yagers","yagger","yaggers","yagi","yagis","yags","yah","yahoo","yahooism","yahooisms","yahoos","yahrzeit","yahrzeits","yahs","yaird","yairds","yak","yakhdan","yakhdans","yakimono","yakimonos","yakitori","yakitoris","yakka","yakkas","yakked","yakker","yakkers","yakking","yakow","yakows","yaks","yakuza","yald","yale","yales","yam","yamalka","yamalkas","yamen","yamens","yammer","yammered","yammerer","yammerers","yammering","yammerings","yammers","yampies","yampy","yams","yamulka","yamulkas","yamun","yamuns","yang","yangs","yank","yanked","yankee","yankees","yanker","yankers","yankie","yankies","yanking","yanks","yanqui","yanquis","yantra","yantras","yaourt","yaourts","yap","yapock","yapocks","yapok","yapoks","yapon","yapons","yapp","yapped","yapper","yappers","yappie","yappier","yappies","yappiest","yapping","yappingly","yapps","yappy","yaps","yapster","yapsters","yaqona","yaqonas","yar","yarborough","yarboroughs","yarco","yarcos","yard","yardage","yardages","yardang","yardangs","yardarm","yardarms","yardbird","yardbirds","yarded","yarder","yarders","yarding","yardings","yardland","yardlands","yardman","yardmaster","yardmasters","yardmen","yards","yardstick","yardsticks","yardwand","yardwands","yardwork","yardworks","yare","yarely","yarer","yarest","yarfa","yarfas","yark","yarked","yarking","yarks","yarmelke","yarmelkes","yarmulka","yarmulkas","yarmulke","yarmulkes","yarn","yarned","yarner","yarners","yarning","yarns","yarpha","yarphas","yarr","yarraman","yarramans","yarramen","yarran","yarrans","yarrow","yarrows","yarrs","yarta","yartas","yarto","yartos","yashmac","yashmacs","yashmak","yashmaks","yasmak","yasmaks","yatagan","yatagans","yataghan","yataghans","yate","yates","yatter","yattered","yattering","yatteringly","yatterings","yatters","yaud","yauds","yauld","yaup","yauped","yauper","yaupers","yauping","yaupon","yaupons","yaups","yautia","yautias","yaw","yawed","yawey","yawing","yawl","yawled","yawling","yawls","yawmeter","yawmeters","yawn","yawned","yawner","yawners","yawnier","yawniest","yawning","yawningly","yawnings","yawns","yawnsome","yawny","yawp","yawped","yawper","yawpers","yawping","yawpings","yawps","yaws","yawy","yay","yays","ybet","yblent","ybore","ybound","ybounden","ybrent","yclad","ycled","ycleepe","ycleeped","ycleepes","ycleeping","ycleped","yclept","ycond","ydrad","ydred","ye","yea","yead","yeading","yeads","yeah","yeahs","yealdon","yealdons","yealing","yealings","yealm","yealmed","yealming","yealms","yean","yeaned","yeaning","yeanling","yeanlings","yeans","year","yearbook","yearbooks","yeard","yearded","yearding","yeards","yearend","yearends","yearlies","yearling","yearlings","yearlong","yearly","yearn","yearned","yearner","yearners","yearning","yearningly","yearnings","yearns","years","yeas","yeasayer","yeasayers","yeast","yeasted","yeastier","yeastiest","yeastily","yeastiness","yeastinesses","yeasting","yeastless","yeastlike","yeasts","yeasty","yebo","yecch","yecchs","yech","yechier","yechiest","yechs","yechy","yede","yedes","yeding","yeed","yeeding","yeeds","yeelin","yeelins","yegg","yeggman","yeggmen","yeggs","yeh","yeld","yeldring","yeldrings","yeldrock","yeldrocks","yelk","yelks","yell","yelled","yeller","yellers","yelling","yellings","yelloch","yelloched","yelloching","yellochs","yellow","yellowback","yellowbacks","yellowbark","yellowbarks","yellowbird","yellowbirds","yellowcake","yellowcakes","yellowed","yellower","yellowest","yellowfin","yellowfins","yellowhammer","yellowhammers","yellowhead","yellowheads","yellowier","yellowiest","yellowing","yellowish","yellowishness","yellowishnesses","yellowlegs","yellowly","yellowness","yellownesses","yellows","yellowtail","yellowtails","yellowthroat","yellowthroats","yellowware","yellowwares","yellowweed","yellowweeds","yellowwood","yellowwoods","yellowwort","yellowworts","yellowy","yells","yelm","yelmed","yelming","yelms","yelp","yelped","yelper","yelpers","yelping","yelpings","yelps","yelt","yelts","yemmer","yemmers","yen","yenned","yenning","yens","yenta","yentas","yente","yentes","yeoman","yeomanly","yeomanries","yeomanry","yeomen","yep","yeps","yerba","yerbas","yerd","yerded","yerding","yerds","yerk","yerked","yerking","yerks","yersinia","yersiniae","yersinias","yersinioses","yersiniosis","yes","yeses","yeshiva","yeshivah","yeshivahs","yeshivas","yeshivot","yeshivoth","yesk","yesked","yesking","yesks","yessed","yesses","yessing","yest","yester","yesterday","yesterdays","yestereve","yestereven","yesterevening","yesterevenings","yesterevens","yestereves","yestermorn","yestermorning","yestermornings","yestermorns","yestern","yesternight","yesternights","yesteryear","yesteryears","yestreen","yestreens","yests","yesty","yet","yeti","yetis","yett","yettie","yetties","yetts","yeuk","yeuked","yeukier","yeukiest","yeuking","yeuks","yeuky","yeve","yeven","yeves","yeving","yew","yewen","yews","yex","yexed","yexes","yexing","yfere","yglaunst","ygo","ygoe","yibbles","yicker","yickered","yickering","yickers","yid","yidaki","yidakis","yids","yield","yieldable","yieldableness","yieldablenesses","yielded","yielder","yielders","yielding","yieldingly","yieldingness","yieldingnesses","yieldings","yields","yike","yiked","yikes","yiking","yikker","yikkered","yikkering","yikkers","yill","yills","yin","yince","yindie","yindies","yins","yip","yipe","yipes","yipped","yippee","yipper","yippers","yippie","yippies","yipping","yippy","yips","yird","yirded","yirding","yirds","yirk","yirked","yirking","yirks","yirr","yirred","yirring","yirrs","yirth","yirths","yite","yites","yitie","yities","yitten","ylem","ylems","ylike","ylke","ylkes","ymolt","ymolten","ympe","ympes","ymping","ympt","ynambu","ynambus","yo","yob","yobberies","yobbery","yobbish","yobbishly","yobbism","yobbisms","yobbo","yobboes","yobbos","yobs","yock","yocked","yocking","yocks","yoctosecond","yoctoseconds","yod","yode","yodel","yodeled","yodeler","yodelers","yodeling","yodelled","yodeller","yodellers","yodelling","yodels","yodh","yodhs","yodle","yodled","yodler","yodlers","yodles","yodling","yods","yoga","yogas","yogee","yogees","yogh","yoghourt","yoghourts","yoghs","yoghurt","yoghurts","yogi","yogic","yogin","yogini","yoginis","yogins","yogis","yogism","yogisms","yogurt","yogurts","yohimbe","yohimbes","yohimbine","yohimbines","yoick","yoicked","yoicking","yoicks","yoicksed","yoickses","yoicksing","yojan","yojana","yojanas","yojans","yok","yoke","yoked","yokefellow","yokefellows","yokel","yokeless","yokelish","yokels","yokemate","yokemates","yoker","yokered","yokering","yokers","yokes","yoking","yokings","yokked","yokking","yokozuna","yokozunas","yoks","yokul","yold","yoldring","yoldrings","yolk","yolked","yolkier","yolkiest","yolkless","yolks","yolky","yom","yomim","yomp","yomped","yomping","yomps","yon","yond","yonder","yonderly","yonders","yoni","yonic","yonis","yonker","yonkers","yonks","yonnie","yonnies","yont","yoof","yoofs","yoop","yoops","yore","yores","york","yorked","yorker","yorkers","yorkie","yorkies","yorking","yorks","yorling","yorlings","yorp","yorped","yorping","yorps","yottabyte","yottabytes","you","youk","youked","youking","youks","young","youngberries","youngberry","younger","youngers","youngest","youngish","youngling","younglings","youngly","youngness","youngnesses","youngs","youngster","youngsters","youngth","youngthly","youngths","younker","younkers","youpon","youpons","your","yourn","yours","yourself","yourselves","yourt","yourts","yous","youse","youth","youthen","youthened","youthening","youthens","youthful","youthfully","youthfulness","youthfulnesses","youthhead","youthheads","youthhood","youthhoods","youthier","youthiest","youthless","youthly","youthquake","youthquakes","youths","youthsome","youthy","yow","yowe","yowed","yowes","yowie","yowies","yowing","yowl","yowled","yowler","yowlers","yowley","yowleys","yowling","yowlings","yowls","yows","yoyo","yperite","yperites","ypight","yplast","yplight","ypsiliform","ypsiloid","ypsilon","ypsilons","yrapt","yravished","yrent","yrivd","yrneh","yrnehs","ysame","yshend","yshending","yshends","yshent","yslaked","ythundered","ytost","ytterbia","ytterbias","ytterbic","ytterbite","ytterbites","ytterbium","ytterbiums","ytterbous","yttria","yttrias","yttric","yttriferous","yttrious","yttrium","yttriums","yu","yuan","yuans","yuca","yucas","yucca","yuccas","yucch","yuch","yuck","yucked","yucker","yuckers","yuckier","yuckiest","yuckiness","yuckinesses","yucking","yucko","yucks","yucky","yuft","yufts","yug","yuga","yugarie","yugaries","yugas","yugs","yuk","yukata","yukatas","yuke","yuked","yukes","yukier","yukiest","yuking","yukked","yukkier","yukkiest","yukking","yukky","yuko","yukos","yuks","yuky","yulan","yulans","yule","yules","yuletide","yuletides","yum","yummier","yummies","yummiest","yumminess","yumminesses","yummo","yummy","yump","yumped","yumpie","yumpies","yumping","yumps","yunx","yunxes","yup","yupon","yupons","yuppie","yuppiedom","yuppiedoms","yuppieish","yuppies","yuppification","yuppifications","yuppified","yuppifies","yuppify","yuppifying","yuppy","yups","yupster","yupsters","yurt","yurta","yurtas","yurts","yus","yutz","yutzes","yuzu","yuzus","ywis","ywroke","za","zabaglione","zabagliones","zabaione","zabaiones","zabajone","zabajones","zabeta","zabetas","zabra","zabras","zabtieh","zabtiehs","zacaton","zacatons","zack","zacks","zaddick","zaddik","zaddikim","zaddiks","zaffar","zaffars","zaffer","zaffers","zaffir","zaffirs","zaffre","zaffres","zaftig","zag","zagged","zagging","zags","zaibatsu","zaikai","zaikais","zaire","zaires","zaitech","zaitechs","zakat","zakats","zakouska","zakouski","zakuska","zakuski","zalambdodont","zalambdodonts","zaman","zamang","zamangs","zamans","zamarra","zamarras","zamarro","zamarros","zambo","zambomba","zambombas","zamboorak","zambooraks","zambos","zambuck","zambucks","zambuk","zambuks","zamia","zamias","zamindar","zamindari","zamindaries","zamindaris","zamindars","zamindary","zamouse","zamouses","zampogna","zampognas","zampone","zamponi","zamzawed","zanamivir","zanamivirs","zanana","zananas","zander","zanders","zanella","zanellas","zanied","zanier","zanies","zaniest","zanily","zaniness","zaninesses","zanja","zanjas","zanjero","zanjeros","zante","zantedeschia","zantedeschias","zantes","zanthoxyl","zanthoxyls","zanthoxylum","zanthoxylums","zany","zanying","zanyish","zanyism","zanyisms","zanza","zanzas","zanze","zanzes","zap","zapata","zapateado","zapateados","zapateo","zapateos","zapotilla","zapotillas","zapped","zapper","zappers","zappier","zappiest","zapping","zappy","zaps","zaptiah","zaptiahs","zaptieh","zaptiehs","zarape","zarapes","zaratite","zaratites","zareba","zarebas","zareeba","zareebas","zarf","zarfs","zari","zariba","zaribas","zaris","zarnec","zarnecs","zarnich","zarnichs","zarzuela","zarzuelas","zas","zastruga","zastrugi","zati","zatis","zax","zaxes","zayin","zayins","zazen","zazens","zea","zeal","zealant","zealants","zealful","zealless","zealot","zealotism","zealotisms","zealotries","zealotry","zealots","zealous","zealously","zealousness","zealousnesses","zeals","zeas","zeatin","zeatins","zebec","zebeck","zebecks","zebecs","zebra","zebrafish","zebrafishes","zebraic","zebrano","zebranos","zebras","zebrass","zebrasses","zebrawood","zebrawoods","zebrina","zebrinas","zebrine","zebrines","zebrinnies","zebrinny","zebroid","zebrula","zebrulas","zebrule","zebrules","zebu","zebub","zebubs","zebus","zecchin","zecchine","zecchines","zecchini","zecchino","zecchinos","zecchins","zechin","zechins","zed","zedoaries","zedoary","zeds","zee","zees","zein","zeins","zeitgeber","zeitgebers","zeitgeist","zeitgeists","zeitgeisty","zek","zeks","zel","zelant","zelants","zelator","zelators","zelatrice","zelatrices","zelatrix","zelatrixes","zelkova","zelkovas","zelophobia","zelophobias","zelophobic","zelophobics","zeloso","zelotypia","zelotypias","zels","zemindar","zemindari","zemindaries","zemindaris","zemindars","zemindary","zemstva","zemstvo","zemstvos","zenaida","zenaidas","zenana","zenanas","zendik","zendiks","zenith","zenithal","zeniths","zeolite","zeolites","zeolitic","zeolitiform","zep","zephyr","zephyrs","zeppelin","zeppelins","zeppole","zeppoles","zeppoli","zeps","zeptosecond","zeptoseconds","zerda","zerdas","zereba","zerebas","zeriba","zeribas","zerk","zerks","zero","zeroed","zeroes","zeroing","zeros","zeroth","zerumbet","zerumbets","zest","zested","zester","zesters","zestful","zestfully","zestfulness","zestfulnesses","zestier","zestiest","zestily","zesting","zestless","zests","zesty","zeta","zetas","zetetic","zetetics","zettabyte","zettabytes","zeuglodont","zeuglodonts","zeugma","zeugmas","zeugmatic","zeugmatically","zeuxite","zeuxites","zex","zexes","zeze","zezes","zho","zhomo","zhomos","zhos","zibeline","zibelines","zibelline","zibellines","zibet","zibeth","zibeths","zibets","zidovudine","zidovudines","ziff","ziffius","ziffiuses","ziffs","zig","zigan","ziganka","zigankas","zigans","zigged","zigging","ziggurat","ziggurats","zigs","zigzag","zigzagged","zigzaggedness","zigzaggednesses","zigzagger","zigzaggeries","zigzaggers","zigzaggery","zigzagging","zigzaggy","zigzags","zikkurat","zikkurats","zikurat","zikurats","zila","zilas","zilch","zilches","zill","zilla","zillah","zillahs","zillas","zillion","zillionaire","zillionaires","zillions","zillionth","zillionths","zills","zimb","zimbi","zimbis","zimbs","zimocca","zimoccas","zin","zinc","zincate","zincates","zinced","zincic","zincier","zinciest","zinciferous","zincification","zincifications","zincified","zincifies","zincify","zincifying","zincing","zincite","zincites","zincked","zinckenite","zinckenites","zinckier","zinckiest","zinckification","zinckifications","zinckified","zinckifies","zinckify","zinckifying","zincking","zincky","zinco","zincode","zincodes","zincograph","zincographer","zincographers","zincographic","zincographical","zincographies","zincographs","zincography","zincoid","zincolyses","zincolysis","zincos","zincous","zincs","zincy","zindabad","zine","zineb","zinebs","zines","zinfandel","zinfandels","zing","zingani","zingano","zingara","zingare","zingari","zingaro","zinged","zingel","zingels","zinger","zingers","zingiber","zingiberaceous","zingibers","zingier","zingiest","zinging","zings","zingy","zinjanthropi","zinjanthropus","zinjanthropuses","zinke","zinked","zinkenite","zinkenites","zinkes","zinkier","zinkiest","zinkiferous","zinkification","zinkifications","zinkified","zinkifies","zinkify","zinkifying","zinking","zinky","zinnia","zinnias","zins","zinziberaceous","zip","zipless","ziplock","ziplocked","ziplocking","ziplocks","zipped","zipper","zippered","zippering","zippers","zippier","zippiest","zipping","zippo","zippos","zippy","zips","ziptop","ziram","zirams","zircalloy","zircalloys","zircaloy","zircaloys","zircon","zirconia","zirconias","zirconic","zirconium","zirconiums","zircons","zit","zite","zither","zitherist","zitherists","zithern","zitherns","zithers","ziti","zitis","zits","ziz","zizania","zizanias","zizel","zizels","zizit","zizith","zizyphus","zizyphuses","zizz","zizzed","zizzes","zizzing","zizzle","zizzled","zizzles","zizzling","zlote","zloties","zloty","zlotych","zlotys","zo","zoa","zoaea","zoaeae","zoaeas","zoantharian","zoantharians","zoanthropic","zoanthropies","zoanthropy","zoaria","zoarial","zoarium","zobo","zobos","zobu","zobus","zocalo","zocalos","zocco","zoccolo","zoccolos","zoccos","zodiac","zodiacal","zodiacs","zoea","zoeae","zoeal","zoeas","zoechrome","zoechromes","zoecia","zoecium","zoeform","zoetic","zoetrope","zoetropes","zoetropic","zoftig","zoiatria","zoiatrias","zoiatrics","zoic","zoisite","zoisites","zoism","zoisms","zoist","zoists","zol","zolpidem","zolpidems","zols","zombi","zombie","zombielike","zombies","zombification","zombifications","zombified","zombifies","zombify","zombifying","zombiism","zombiisms","zombis","zomboruk","zomboruks","zona","zonae","zonal","zonally","zonary","zonate","zonated","zonation","zonations","zonda","zondas","zone","zoned","zoneless","zoner","zoners","zones","zonetime","zonetimes","zoning","zonings","zonk","zonked","zonking","zonks","zonoid","zonula","zonulae","zonular","zonulas","zonule","zonules","zonulet","zonulets","zonure","zonures","zoo","zoobiotic","zooblast","zooblasts","zoocephalic","zoochemical","zoochemistries","zoochemistry","zoochore","zoochores","zoochories","zoochorous","zoochory","zooculture","zoocultures","zoocytia","zoocytium","zoodendria","zoodendrium","zooea","zooeae","zooeal","zooeas","zooecia","zooecium","zooey","zoogamete","zoogametes","zoogamies","zoogamous","zoogamy","zoogenic","zoogenies","zoogenous","zoogeny","zoogeographer","zoogeographers","zoogeographic","zoogeographical","zoogeographically","zoogeographies","zoogeography","zooglea","zoogleae","zoogleal","zoogleas","zoogloea","zoogloeae","zoogloeal","zoogloeas","zoogloeic","zoogloeoid","zoogonidia","zoogonidium","zoogonies","zoogonous","zoogony","zoograft","zoografting","zoograftings","zoografts","zoographer","zoographers","zoographic","zoographical","zoographies","zoographist","zoographists","zoography","zooid","zooidal","zooids","zooier","zooiest","zookeeper","zookeepers","zooks","zoolater","zoolaters","zoolatria","zoolatrias","zoolatries","zoolatrous","zoolatry","zoolite","zoolites","zoolith","zoolithic","zooliths","zoolitic","zoologic","zoological","zoologically","zoologies","zoologist","zoologists","zoology","zoom","zoomagnetic","zoomagnetism","zoomagnetisms","zoomancies","zoomancy","zoomania","zoomanias","zoomantic","zoomed","zoometric","zoometrical","zoometries","zoometry","zooming","zoomorph","zoomorphic","zoomorphies","zoomorphism","zoomorphisms","zoomorphs","zoomorphy","zooms","zoon","zoonal","zooned","zoonic","zooning","zoonite","zoonites","zoonitic","zoonomia","zoonomias","zoonomic","zoonomies","zoonomist","zoonomists","zoonomy","zoonoses","zoonosis","zoonotic","zoons","zoopathies","zoopathologies","zoopathology","zoopathy","zooperal","zooperies","zooperist","zooperists","zoopery","zoophagan","zoophagans","zoophagies","zoophagous","zoophagy","zoophile","zoophiles","zoophilia","zoophilias","zoophilic","zoophilies","zoophilism","zoophilisms","zoophilist","zoophilists","zoophilous","zoophily","zoophobe","zoophobes","zoophobia","zoophobias","zoophobous","zoophori","zoophoric","zoophorus","zoophysiologies","zoophysiologist","zoophysiology","zoophyte","zoophytes","zoophytic","zoophytical","zoophytoid","zoophytological","zoophytologies","zoophytologist","zoophytologists","zoophytology","zooplankter","zooplankters","zooplankton","zooplanktonic","zooplanktons","zooplastic","zooplasties","zooplasty","zoopsychologies","zoopsychology","zoos","zooscopic","zooscopies","zooscopy","zoosperm","zoospermatic","zoospermia","zoospermium","zoosperms","zoosporangia","zoosporangial","zoosporangium","zoospore","zoospores","zoosporic","zoosporous","zoosterol","zoosterols","zoot","zootaxies","zootaxy","zootechnical","zootechnics","zootechnies","zootechny","zoothapses","zoothapsis","zoothecia","zoothecial","zoothecium","zootheism","zootheisms","zootheistic","zootherapies","zootherapy","zoothome","zoothomes","zootier","zootiest","zootomic","zootomical","zootomically","zootomies","zootomist","zootomists","zootomy","zootoxic","zootoxin","zootoxins","zootrope","zootropes","zootrophic","zootrophies","zootrophy","zootsuiter","zootsuiters","zooty","zootype","zootypes","zootypic","zooxanthella","zooxanthellae","zoozoo","zoozoos","zopilote","zopilotes","zoppa","zoppo","zorbing","zorbings","zorbonaut","zorbonauts","zorgite","zorgites","zori","zoril","zorilla","zorillas","zorille","zorilles","zorillo","zorillos","zorils","zorino","zorinos","zoris","zorro","zorros","zos","zoster","zosters","zouave","zouaves","zouk","zouks","zounds","zowie","zoysia","zoysias","zucchetti","zucchetto","zucchettos","zucchini","zucchinis","zuchetta","zuchettas","zuchetto","zuchettos","zuffoli","zuffolo","zufoli","zufolo","zugzwang","zugzwanged","zugzwanging","zugzwangs","zulu","zulus","zumbooruk","zumbooruks","zupa","zupan","zupans","zupas","zurf","zurfs","zuz","zuzim","zuzzim","zwanziger","zwanzigers","zwieback","zwiebacks","zwischenzug","zwischenzugs","zwitterion","zwitterionic","zwitterions","zydeco","zydecos","zyga","zygaenid","zygaenoid","zygal","zygantra","zygantrum","zygantrums","zygapophyseal","zygapophyses","zygapophysial","zygapophysis","zygobranch","zygobranchiate","zygobranchiates","zygobranchs","zygocacti","zygocactus","zygocactuses","zygocardiac","zygodactyl","zygodactylic","zygodactylism","zygodactylisms","zygodactylous","zygodactyls","zygodont","zygoid","zygoma","zygomas","zygomata","zygomatic","zygomatics","zygomorphic","zygomorphies","zygomorphism","zygomorphisms","zygomorphous","zygomorphy","zygomycete","zygomycetes","zygomycetous","zygon","zygophyllaceous","zygophyte","zygophytes","zygopleural","zygose","zygoses","zygosis","zygosities","zygosity","zygosperm","zygosperms","zygosphene","zygosphenes","zygospore","zygospores","zygosporic","zygote","zygotene","zygotenes","zygotes","zygotic","zygotically","zylonite","zylonites","zymase","zymases","zyme","zymes","zymic","zymite","zymites","zymogen","zymogene","zymogenes","zymogeneses","zymogenesis","zymogenic","zymogens","zymogram","zymograms","zymoid","zymologic","zymological","zymologies","zymologist","zymologists","zymology","zymolyses","zymolysis","zymolytic","zymome","zymomes","zymometer","zymometers","zymosan","zymosans","zymoses","zymosimeter","zymosimeters","zymosis","zymotechnic","zymotechnical","zymotechnics","zymotic","zymotically","zymotics","zymurgies","zymurgy","zythum","zythums","zyzzyva","zyzzyvas","zzz","zzzs"] diff --git a/node_modules/.bin/json2yaml b/node_modules/.bin/json2yaml new file mode 120000 index 0000000..62480dd --- /dev/null +++ b/node_modules/.bin/json2yaml @@ -0,0 +1 @@ +../yamljs/bin/json2yaml \ No newline at end of file diff --git a/node_modules/.bin/yaml2json b/node_modules/.bin/yaml2json new file mode 120000 index 0000000..b4423c4 --- /dev/null +++ b/node_modules/.bin/yaml2json @@ -0,0 +1 @@ +../yamljs/bin/yaml2json \ No newline at end of file diff --git a/node_modules/argparse/CHANGELOG.md b/node_modules/argparse/CHANGELOG.md new file mode 100644 index 0000000..a43c628 --- /dev/null +++ b/node_modules/argparse/CHANGELOG.md @@ -0,0 +1,185 @@ +1.0.10 / 2018-02-15 +------------------ + +- Use .concat instead of + for arrays, #122. + + +1.0.9 / 2016-09-29 +------------------ + +- Rerelease after 1.0.8 - deps cleanup. + + +1.0.8 / 2016-09-29 +------------------ + +- Maintenance (deps bump, fix node 6.5+ tests, coverage report). + + +1.0.7 / 2016-03-17 +------------------ + +- Teach `addArgument` to accept string arg names. #97, @tomxtobin. + + +1.0.6 / 2016-02-06 +------------------ + +- Maintenance: moved to eslint & updated CS. + + +1.0.5 / 2016-02-05 +------------------ + +- Removed lodash dependency to significantly reduce install size. + Thanks to @mourner. + + +1.0.4 / 2016-01-17 +------------------ + +- Maintenance: lodash update to 4.0.0. + + +1.0.3 / 2015-10-27 +------------------ + +- Fix parse `=` in args: `--examplepath="C:\myfolder\env=x64"`. #84, @CatWithApple. + + +1.0.2 / 2015-03-22 +------------------ + +- Relaxed lodash version dependency. + + +1.0.1 / 2015-02-20 +------------------ + +- Changed dependencies to be compatible with ancient nodejs. + + +1.0.0 / 2015-02-19 +------------------ + +- Maintenance release. +- Replaced `underscore` with `lodash`. +- Bumped version to 1.0.0 to better reflect semver meaning. +- HISTORY.md -> CHANGELOG.md + + +0.1.16 / 2013-12-01 +------------------- + +- Maintenance release. Updated dependencies and docs. + + +0.1.15 / 2013-05-13 +------------------- + +- Fixed #55, @trebor89 + + +0.1.14 / 2013-05-12 +------------------- + +- Fixed #62, @maxtaco + + +0.1.13 / 2013-04-08 +------------------- + +- Added `.npmignore` to reduce package size + + +0.1.12 / 2013-02-10 +------------------- + +- Fixed conflictHandler (#46), @hpaulj + + +0.1.11 / 2013-02-07 +------------------- + +- Multiple bugfixes, @hpaulj +- Added 70+ tests (ported from python), @hpaulj +- Added conflictHandler, @applepicke +- Added fromfilePrefixChar, @hpaulj + + +0.1.10 / 2012-12-30 +------------------- + +- Added [mutual exclusion](http://docs.python.org/dev/library/argparse.html#mutual-exclusion) + support, thanks to @hpaulj +- Fixed options check for `storeConst` & `appendConst` actions, thanks to @hpaulj + + +0.1.9 / 2012-12-27 +------------------ + +- Fixed option dest interferens with other options (issue #23), thanks to @hpaulj +- Fixed default value behavior with `*` positionals, thanks to @hpaulj +- Improve `getDefault()` behavior, thanks to @hpaulj +- Imrove negative argument parsing, thanks to @hpaulj + + +0.1.8 / 2012-12-01 +------------------ + +- Fixed parser parents (issue #19), thanks to @hpaulj +- Fixed negative argument parse (issue #20), thanks to @hpaulj + + +0.1.7 / 2012-10-14 +------------------ + +- Fixed 'choices' argument parse (issue #16) +- Fixed stderr output (issue #15) + + +0.1.6 / 2012-09-09 +------------------ + +- Fixed check for conflict of options (thanks to @tomxtobin) + + +0.1.5 / 2012-09-03 +------------------ + +- Fix parser #setDefaults method (thanks to @tomxtobin) + + +0.1.4 / 2012-07-30 +------------------ + +- Fixed pseudo-argument support (thanks to @CGamesPlay) +- Fixed addHelp default (should be true), if not set (thanks to @benblank) + + +0.1.3 / 2012-06-27 +------------------ + +- Fixed formatter api name: Formatter -> HelpFormatter + + +0.1.2 / 2012-05-29 +------------------ + +- Added basic tests +- Removed excess whitespace in help +- Fixed error reporting, when parcer with subcommands + called with empty arguments + + +0.1.1 / 2012-05-23 +------------------ + +- Fixed line wrapping in help formatter +- Added better error reporting on invalid arguments + + +0.1.0 / 2012-05-16 +------------------ + +- First release. diff --git a/node_modules/argparse/LICENSE b/node_modules/argparse/LICENSE new file mode 100644 index 0000000..1afdae5 --- /dev/null +++ b/node_modules/argparse/LICENSE @@ -0,0 +1,21 @@ +(The MIT License) + +Copyright (C) 2012 by Vitaly Puzrin + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/node_modules/argparse/README.md b/node_modules/argparse/README.md new file mode 100644 index 0000000..7fa6c40 --- /dev/null +++ b/node_modules/argparse/README.md @@ -0,0 +1,257 @@ +argparse +======== + +[![Build Status](https://secure.travis-ci.org/nodeca/argparse.svg?branch=master)](http://travis-ci.org/nodeca/argparse) +[![NPM version](https://img.shields.io/npm/v/argparse.svg)](https://www.npmjs.org/package/argparse) + +CLI arguments parser for node.js. Javascript port of python's +[argparse](http://docs.python.org/dev/library/argparse.html) module +(original version 3.2). That's a full port, except some very rare options, +recorded in issue tracker. + +**NB. Difference with original.** + +- Method names changed to camelCase. See [generated docs](http://nodeca.github.com/argparse/). +- Use `defaultValue` instead of `default`. +- Use `argparse.Const.REMAINDER` instead of `argparse.REMAINDER`, and + similarly for constant values `OPTIONAL`, `ZERO_OR_MORE`, and `ONE_OR_MORE` + (aliases for `nargs` values `'?'`, `'*'`, `'+'`, respectively), and + `SUPPRESS`. + + +Example +======= + +test.js file: + +```javascript +#!/usr/bin/env node +'use strict'; + +var ArgumentParser = require('../lib/argparse').ArgumentParser; +var parser = new ArgumentParser({ + version: '0.0.1', + addHelp:true, + description: 'Argparse example' +}); +parser.addArgument( + [ '-f', '--foo' ], + { + help: 'foo bar' + } +); +parser.addArgument( + [ '-b', '--bar' ], + { + help: 'bar foo' + } +); +parser.addArgument( + '--baz', + { + help: 'baz bar' + } +); +var args = parser.parseArgs(); +console.dir(args); +``` + +Display help: + +``` +$ ./test.js -h +usage: example.js [-h] [-v] [-f FOO] [-b BAR] [--baz BAZ] + +Argparse example + +Optional arguments: + -h, --help Show this help message and exit. + -v, --version Show program's version number and exit. + -f FOO, --foo FOO foo bar + -b BAR, --bar BAR bar foo + --baz BAZ baz bar +``` + +Parse arguments: + +``` +$ ./test.js -f=3 --bar=4 --baz 5 +{ foo: '3', bar: '4', baz: '5' } +``` + +More [examples](https://github.com/nodeca/argparse/tree/master/examples). + + +ArgumentParser objects +====================== + +``` +new ArgumentParser({parameters hash}); +``` + +Creates a new ArgumentParser object. + +**Supported params:** + +- ```description``` - Text to display before the argument help. +- ```epilog``` - Text to display after the argument help. +- ```addHelp``` - Add a -h/–help option to the parser. (default: true) +- ```argumentDefault``` - Set the global default value for arguments. (default: null) +- ```parents``` - A list of ArgumentParser objects whose arguments should also be included. +- ```prefixChars``` - The set of characters that prefix optional arguments. (default: ‘-‘) +- ```formatterClass``` - A class for customizing the help output. +- ```prog``` - The name of the program (default: `path.basename(process.argv[1])`) +- ```usage``` - The string describing the program usage (default: generated) +- ```conflictHandler``` - Usually unnecessary, defines strategy for resolving conflicting optionals. + +**Not supported yet** + +- ```fromfilePrefixChars``` - The set of characters that prefix files from which additional arguments should be read. + + +Details in [original ArgumentParser guide](http://docs.python.org/dev/library/argparse.html#argumentparser-objects) + + +addArgument() method +==================== + +``` +ArgumentParser.addArgument(name or flag or [name] or [flags...], {options}) +``` + +Defines how a single command-line argument should be parsed. + +- ```name or flag or [name] or [flags...]``` - Either a positional name + (e.g., `'foo'`), a single option (e.g., `'-f'` or `'--foo'`), an array + of a single positional name (e.g., `['foo']`), or an array of options + (e.g., `['-f', '--foo']`). + +Options: + +- ```action``` - The basic type of action to be taken when this argument is encountered at the command line. +- ```nargs```- The number of command-line arguments that should be consumed. +- ```constant``` - A constant value required by some action and nargs selections. +- ```defaultValue``` - The value produced if the argument is absent from the command line. +- ```type``` - The type to which the command-line argument should be converted. +- ```choices``` - A container of the allowable values for the argument. +- ```required``` - Whether or not the command-line option may be omitted (optionals only). +- ```help``` - A brief description of what the argument does. +- ```metavar``` - A name for the argument in usage messages. +- ```dest``` - The name of the attribute to be added to the object returned by parseArgs(). + +Details in [original add_argument guide](http://docs.python.org/dev/library/argparse.html#the-add-argument-method) + + +Action (some details) +================ + +ArgumentParser objects associate command-line arguments with actions. +These actions can do just about anything with the command-line arguments associated +with them, though most actions simply add an attribute to the object returned by +parseArgs(). The action keyword argument specifies how the command-line arguments +should be handled. The supported actions are: + +- ```store``` - Just stores the argument’s value. This is the default action. +- ```storeConst``` - Stores value, specified by the const keyword argument. + (Note that the const keyword argument defaults to the rather unhelpful None.) + The 'storeConst' action is most commonly used with optional arguments, that + specify some sort of flag. +- ```storeTrue``` and ```storeFalse``` - Stores values True and False + respectively. These are special cases of 'storeConst'. +- ```append``` - Stores a list, and appends each argument value to the list. + This is useful to allow an option to be specified multiple times. +- ```appendConst``` - Stores a list, and appends value, specified by the + const keyword argument to the list. (Note, that the const keyword argument defaults + is None.) The 'appendConst' action is typically used when multiple arguments need + to store constants to the same list. +- ```count``` - Counts the number of times a keyword argument occurs. For example, + used for increasing verbosity levels. +- ```help``` - Prints a complete help message for all the options in the current + parser and then exits. By default a help action is automatically added to the parser. + See ArgumentParser for details of how the output is created. +- ```version``` - Prints version information and exit. Expects a `version=` + keyword argument in the addArgument() call. + +Details in [original action guide](http://docs.python.org/dev/library/argparse.html#action) + + +Sub-commands +============ + +ArgumentParser.addSubparsers() + +Many programs split their functionality into a number of sub-commands, for +example, the svn program can invoke sub-commands like `svn checkout`, `svn update`, +and `svn commit`. Splitting up functionality this way can be a particularly good +idea when a program performs several different functions which require different +kinds of command-line arguments. `ArgumentParser` supports creation of such +sub-commands with `addSubparsers()` method. The `addSubparsers()` method is +normally called with no arguments and returns an special action object. +This object has a single method `addParser()`, which takes a command name and +any `ArgumentParser` constructor arguments, and returns an `ArgumentParser` object +that can be modified as usual. + +Example: + +sub_commands.js +```javascript +#!/usr/bin/env node +'use strict'; + +var ArgumentParser = require('../lib/argparse').ArgumentParser; +var parser = new ArgumentParser({ + version: '0.0.1', + addHelp:true, + description: 'Argparse examples: sub-commands', +}); + +var subparsers = parser.addSubparsers({ + title:'subcommands', + dest:"subcommand_name" +}); + +var bar = subparsers.addParser('c1', {addHelp:true}); +bar.addArgument( + [ '-f', '--foo' ], + { + action: 'store', + help: 'foo3 bar3' + } +); +var bar = subparsers.addParser( + 'c2', + {aliases:['co'], addHelp:true} +); +bar.addArgument( + [ '-b', '--bar' ], + { + action: 'store', + type: 'int', + help: 'foo3 bar3' + } +); + +var args = parser.parseArgs(); +console.dir(args); + +``` + +Details in [original sub-commands guide](http://docs.python.org/dev/library/argparse.html#sub-commands) + + +Contributors +============ + +- [Eugene Shkuropat](https://github.com/shkuropat) +- [Paul Jacobson](https://github.com/hpaulj) + +[others](https://github.com/nodeca/argparse/graphs/contributors) + +License +======= + +Copyright (c) 2012 [Vitaly Puzrin](https://github.com/puzrin). +Released under the MIT license. See +[LICENSE](https://github.com/nodeca/argparse/blob/master/LICENSE) for details. + + diff --git a/node_modules/argparse/index.js b/node_modules/argparse/index.js new file mode 100644 index 0000000..3bbc143 --- /dev/null +++ b/node_modules/argparse/index.js @@ -0,0 +1,3 @@ +'use strict'; + +module.exports = require('./lib/argparse'); diff --git a/node_modules/argparse/lib/action.js b/node_modules/argparse/lib/action.js new file mode 100644 index 0000000..1483c79 --- /dev/null +++ b/node_modules/argparse/lib/action.js @@ -0,0 +1,146 @@ +/** + * class Action + * + * Base class for all actions + * Do not call in your code, use this class only for inherits your own action + * + * Information about how to convert command line strings to Javascript objects. + * Action objects are used by an ArgumentParser to represent the information + * needed to parse a single argument from one or more strings from the command + * line. The keyword arguments to the Action constructor are also all attributes + * of Action instances. + * + * ##### Allowed keywords: + * + * - `store` + * - `storeConstant` + * - `storeTrue` + * - `storeFalse` + * - `append` + * - `appendConstant` + * - `count` + * - `help` + * - `version` + * + * Information about action options see [[Action.new]] + * + * See also [original guide](http://docs.python.org/dev/library/argparse.html#action) + * + **/ + +'use strict'; + + +// Constants +var c = require('./const'); + + +/** + * new Action(options) + * + * Base class for all actions. Used only for inherits + * + * + * ##### Options: + * + * - `optionStrings` A list of command-line option strings for the action. + * - `dest` Attribute to hold the created object(s) + * - `nargs` The number of command-line arguments that should be consumed. + * By default, one argument will be consumed and a single value will be + * produced. + * - `constant` Default value for an action with no value. + * - `defaultValue` The value to be produced if the option is not specified. + * - `type` Cast to 'string'|'int'|'float'|'complex'|function (string). If + * None, 'string'. + * - `choices` The choices available. + * - `required` True if the action must always be specified at the command + * line. + * - `help` The help describing the argument. + * - `metavar` The name to be used for the option's argument with the help + * string. If None, the 'dest' value will be used as the name. + * + * ##### nargs supported values: + * + * - `N` (an integer) consumes N arguments (and produces a list) + * - `?` consumes zero or one arguments + * - `*` consumes zero or more arguments (and produces a list) + * - `+` consumes one or more arguments (and produces a list) + * + * Note: that the difference between the default and nargs=1 is that with the + * default, a single value will be produced, while with nargs=1, a list + * containing a single value will be produced. + **/ +var Action = module.exports = function Action(options) { + options = options || {}; + this.optionStrings = options.optionStrings || []; + this.dest = options.dest; + this.nargs = typeof options.nargs !== 'undefined' ? options.nargs : null; + this.constant = typeof options.constant !== 'undefined' ? options.constant : null; + this.defaultValue = options.defaultValue; + this.type = typeof options.type !== 'undefined' ? options.type : null; + this.choices = typeof options.choices !== 'undefined' ? options.choices : null; + this.required = typeof options.required !== 'undefined' ? options.required : false; + this.help = typeof options.help !== 'undefined' ? options.help : null; + this.metavar = typeof options.metavar !== 'undefined' ? options.metavar : null; + + if (!(this.optionStrings instanceof Array)) { + throw new Error('optionStrings should be an array'); + } + if (typeof this.required !== 'undefined' && typeof this.required !== 'boolean') { + throw new Error('required should be a boolean'); + } +}; + +/** + * Action#getName -> String + * + * Tells action name + **/ +Action.prototype.getName = function () { + if (this.optionStrings.length > 0) { + return this.optionStrings.join('/'); + } else if (this.metavar !== null && this.metavar !== c.SUPPRESS) { + return this.metavar; + } else if (typeof this.dest !== 'undefined' && this.dest !== c.SUPPRESS) { + return this.dest; + } + return null; +}; + +/** + * Action#isOptional -> Boolean + * + * Return true if optional + **/ +Action.prototype.isOptional = function () { + return !this.isPositional(); +}; + +/** + * Action#isPositional -> Boolean + * + * Return true if positional + **/ +Action.prototype.isPositional = function () { + return (this.optionStrings.length === 0); +}; + +/** + * Action#call(parser, namespace, values, optionString) -> Void + * - parser (ArgumentParser): current parser + * - namespace (Namespace): namespace for output data + * - values (Array): parsed values + * - optionString (Array): input option string(not parsed) + * + * Call the action. Should be implemented in inherited classes + * + * ##### Example + * + * ActionCount.prototype.call = function (parser, namespace, values, optionString) { + * namespace.set(this.dest, (namespace[this.dest] || 0) + 1); + * }; + * + **/ +Action.prototype.call = function () { + throw new Error('.call() not defined');// Not Implemented error +}; diff --git a/node_modules/argparse/lib/action/append.js b/node_modules/argparse/lib/action/append.js new file mode 100644 index 0000000..b5da0de --- /dev/null +++ b/node_modules/argparse/lib/action/append.js @@ -0,0 +1,53 @@ +/*:nodoc:* + * class ActionAppend + * + * This action stores a list, and appends each argument value to the list. + * This is useful to allow an option to be specified multiple times. + * This class inherided from [[Action]] + * + **/ + +'use strict'; + +var util = require('util'); + +var Action = require('../action'); + +// Constants +var c = require('../const'); + +/*:nodoc:* + * new ActionAppend(options) + * - options (object): options hash see [[Action.new]] + * + * Note: options.nargs should be optional for constants + * and more then zero for other + **/ +var ActionAppend = module.exports = function ActionAppend(options) { + options = options || {}; + if (this.nargs <= 0) { + throw new Error('nargs for append actions must be > 0; if arg ' + + 'strings are not supplying the value to append, ' + + 'the append const action may be more appropriate'); + } + if (!!this.constant && this.nargs !== c.OPTIONAL) { + throw new Error('nargs must be OPTIONAL to supply const'); + } + Action.call(this, options); +}; +util.inherits(ActionAppend, Action); + +/*:nodoc:* + * ActionAppend#call(parser, namespace, values, optionString) -> Void + * - parser (ArgumentParser): current parser + * - namespace (Namespace): namespace for output data + * - values (Array): parsed values + * - optionString (Array): input option string(not parsed) + * + * Call the action. Save result in namespace object + **/ +ActionAppend.prototype.call = function (parser, namespace, values) { + var items = (namespace[this.dest] || []).slice(); + items.push(values); + namespace.set(this.dest, items); +}; diff --git a/node_modules/argparse/lib/action/append/constant.js b/node_modules/argparse/lib/action/append/constant.js new file mode 100644 index 0000000..313f5d2 --- /dev/null +++ b/node_modules/argparse/lib/action/append/constant.js @@ -0,0 +1,47 @@ +/*:nodoc:* + * class ActionAppendConstant + * + * This stores a list, and appends the value specified by + * the const keyword argument to the list. + * (Note that the const keyword argument defaults to null.) + * The 'appendConst' action is typically useful when multiple + * arguments need to store constants to the same list. + * + * This class inherited from [[Action]] + **/ + +'use strict'; + +var util = require('util'); + +var Action = require('../../action'); + +/*:nodoc:* + * new ActionAppendConstant(options) + * - options (object): options hash see [[Action.new]] + * + **/ +var ActionAppendConstant = module.exports = function ActionAppendConstant(options) { + options = options || {}; + options.nargs = 0; + if (typeof options.constant === 'undefined') { + throw new Error('constant option is required for appendAction'); + } + Action.call(this, options); +}; +util.inherits(ActionAppendConstant, Action); + +/*:nodoc:* + * ActionAppendConstant#call(parser, namespace, values, optionString) -> Void + * - parser (ArgumentParser): current parser + * - namespace (Namespace): namespace for output data + * - values (Array): parsed values + * - optionString (Array): input option string(not parsed) + * + * Call the action. Save result in namespace object + **/ +ActionAppendConstant.prototype.call = function (parser, namespace) { + var items = [].concat(namespace[this.dest] || []); + items.push(this.constant); + namespace.set(this.dest, items); +}; diff --git a/node_modules/argparse/lib/action/count.js b/node_modules/argparse/lib/action/count.js new file mode 100644 index 0000000..d6a5899 --- /dev/null +++ b/node_modules/argparse/lib/action/count.js @@ -0,0 +1,40 @@ +/*:nodoc:* + * class ActionCount + * + * This counts the number of times a keyword argument occurs. + * For example, this is useful for increasing verbosity levels + * + * This class inherided from [[Action]] + * + **/ +'use strict'; + +var util = require('util'); + +var Action = require('../action'); + +/*:nodoc:* + * new ActionCount(options) + * - options (object): options hash see [[Action.new]] + * + **/ +var ActionCount = module.exports = function ActionCount(options) { + options = options || {}; + options.nargs = 0; + + Action.call(this, options); +}; +util.inherits(ActionCount, Action); + +/*:nodoc:* + * ActionCount#call(parser, namespace, values, optionString) -> Void + * - parser (ArgumentParser): current parser + * - namespace (Namespace): namespace for output data + * - values (Array): parsed values + * - optionString (Array): input option string(not parsed) + * + * Call the action. Save result in namespace object + **/ +ActionCount.prototype.call = function (parser, namespace) { + namespace.set(this.dest, (namespace[this.dest] || 0) + 1); +}; diff --git a/node_modules/argparse/lib/action/help.js b/node_modules/argparse/lib/action/help.js new file mode 100644 index 0000000..b40e05a --- /dev/null +++ b/node_modules/argparse/lib/action/help.js @@ -0,0 +1,47 @@ +/*:nodoc:* + * class ActionHelp + * + * Support action for printing help + * This class inherided from [[Action]] + **/ +'use strict'; + +var util = require('util'); + +var Action = require('../action'); + +// Constants +var c = require('../const'); + +/*:nodoc:* + * new ActionHelp(options) + * - options (object): options hash see [[Action.new]] + * + **/ +var ActionHelp = module.exports = function ActionHelp(options) { + options = options || {}; + if (options.defaultValue !== null) { + options.defaultValue = options.defaultValue; + } else { + options.defaultValue = c.SUPPRESS; + } + options.dest = (options.dest !== null ? options.dest : c.SUPPRESS); + options.nargs = 0; + Action.call(this, options); + +}; +util.inherits(ActionHelp, Action); + +/*:nodoc:* + * ActionHelp#call(parser, namespace, values, optionString) + * - parser (ArgumentParser): current parser + * - namespace (Namespace): namespace for output data + * - values (Array): parsed values + * - optionString (Array): input option string(not parsed) + * + * Print help and exit + **/ +ActionHelp.prototype.call = function (parser) { + parser.printHelp(); + parser.exit(); +}; diff --git a/node_modules/argparse/lib/action/store.js b/node_modules/argparse/lib/action/store.js new file mode 100644 index 0000000..283b860 --- /dev/null +++ b/node_modules/argparse/lib/action/store.js @@ -0,0 +1,50 @@ +/*:nodoc:* + * class ActionStore + * + * This action just stores the argument’s value. This is the default action. + * + * This class inherited from [[Action]] + * + **/ +'use strict'; + +var util = require('util'); + +var Action = require('../action'); + +// Constants +var c = require('../const'); + + +/*:nodoc:* + * new ActionStore(options) + * - options (object): options hash see [[Action.new]] + * + **/ +var ActionStore = module.exports = function ActionStore(options) { + options = options || {}; + if (this.nargs <= 0) { + throw new Error('nargs for store actions must be > 0; if you ' + + 'have nothing to store, actions such as store ' + + 'true or store const may be more appropriate'); + + } + if (typeof this.constant !== 'undefined' && this.nargs !== c.OPTIONAL) { + throw new Error('nargs must be OPTIONAL to supply const'); + } + Action.call(this, options); +}; +util.inherits(ActionStore, Action); + +/*:nodoc:* + * ActionStore#call(parser, namespace, values, optionString) -> Void + * - parser (ArgumentParser): current parser + * - namespace (Namespace): namespace for output data + * - values (Array): parsed values + * - optionString (Array): input option string(not parsed) + * + * Call the action. Save result in namespace object + **/ +ActionStore.prototype.call = function (parser, namespace, values) { + namespace.set(this.dest, values); +}; diff --git a/node_modules/argparse/lib/action/store/constant.js b/node_modules/argparse/lib/action/store/constant.js new file mode 100644 index 0000000..23caa89 --- /dev/null +++ b/node_modules/argparse/lib/action/store/constant.js @@ -0,0 +1,43 @@ +/*:nodoc:* + * class ActionStoreConstant + * + * This action stores the value specified by the const keyword argument. + * (Note that the const keyword argument defaults to the rather unhelpful null.) + * The 'store_const' action is most commonly used with optional + * arguments that specify some sort of flag. + * + * This class inherited from [[Action]] + **/ +'use strict'; + +var util = require('util'); + +var Action = require('../../action'); + +/*:nodoc:* + * new ActionStoreConstant(options) + * - options (object): options hash see [[Action.new]] + * + **/ +var ActionStoreConstant = module.exports = function ActionStoreConstant(options) { + options = options || {}; + options.nargs = 0; + if (typeof options.constant === 'undefined') { + throw new Error('constant option is required for storeAction'); + } + Action.call(this, options); +}; +util.inherits(ActionStoreConstant, Action); + +/*:nodoc:* + * ActionStoreConstant#call(parser, namespace, values, optionString) -> Void + * - parser (ArgumentParser): current parser + * - namespace (Namespace): namespace for output data + * - values (Array): parsed values + * - optionString (Array): input option string(not parsed) + * + * Call the action. Save result in namespace object + **/ +ActionStoreConstant.prototype.call = function (parser, namespace) { + namespace.set(this.dest, this.constant); +}; diff --git a/node_modules/argparse/lib/action/store/false.js b/node_modules/argparse/lib/action/store/false.js new file mode 100644 index 0000000..9924f46 --- /dev/null +++ b/node_modules/argparse/lib/action/store/false.js @@ -0,0 +1,27 @@ +/*:nodoc:* + * class ActionStoreFalse + * + * This action store the values False respectively. + * This is special cases of 'storeConst' + * + * This class inherited from [[Action]] + **/ + +'use strict'; + +var util = require('util'); + +var ActionStoreConstant = require('./constant'); + +/*:nodoc:* + * new ActionStoreFalse(options) + * - options (object): hash of options see [[Action.new]] + * + **/ +var ActionStoreFalse = module.exports = function ActionStoreFalse(options) { + options = options || {}; + options.constant = false; + options.defaultValue = options.defaultValue !== null ? options.defaultValue : true; + ActionStoreConstant.call(this, options); +}; +util.inherits(ActionStoreFalse, ActionStoreConstant); diff --git a/node_modules/argparse/lib/action/store/true.js b/node_modules/argparse/lib/action/store/true.js new file mode 100644 index 0000000..9e22f7d --- /dev/null +++ b/node_modules/argparse/lib/action/store/true.js @@ -0,0 +1,26 @@ +/*:nodoc:* + * class ActionStoreTrue + * + * This action store the values True respectively. + * This isspecial cases of 'storeConst' + * + * This class inherited from [[Action]] + **/ +'use strict'; + +var util = require('util'); + +var ActionStoreConstant = require('./constant'); + +/*:nodoc:* + * new ActionStoreTrue(options) + * - options (object): options hash see [[Action.new]] + * + **/ +var ActionStoreTrue = module.exports = function ActionStoreTrue(options) { + options = options || {}; + options.constant = true; + options.defaultValue = options.defaultValue !== null ? options.defaultValue : false; + ActionStoreConstant.call(this, options); +}; +util.inherits(ActionStoreTrue, ActionStoreConstant); diff --git a/node_modules/argparse/lib/action/subparsers.js b/node_modules/argparse/lib/action/subparsers.js new file mode 100644 index 0000000..99dfedd --- /dev/null +++ b/node_modules/argparse/lib/action/subparsers.js @@ -0,0 +1,149 @@ +/** internal + * class ActionSubparsers + * + * Support the creation of such sub-commands with the addSubparsers() + * + * This class inherited from [[Action]] + **/ +'use strict'; + +var util = require('util'); +var format = require('util').format; + + +var Action = require('../action'); + +// Constants +var c = require('../const'); + +// Errors +var argumentErrorHelper = require('../argument/error'); + + +/*:nodoc:* + * new ChoicesPseudoAction(name, help) + * + * Create pseudo action for correct help text + * + **/ +function ChoicesPseudoAction(name, help) { + var options = { + optionStrings: [], + dest: name, + help: help + }; + + Action.call(this, options); +} + +util.inherits(ChoicesPseudoAction, Action); + +/** + * new ActionSubparsers(options) + * - options (object): options hash see [[Action.new]] + * + **/ +function ActionSubparsers(options) { + options = options || {}; + options.dest = options.dest || c.SUPPRESS; + options.nargs = c.PARSER; + + this.debug = (options.debug === true); + + this._progPrefix = options.prog; + this._parserClass = options.parserClass; + this._nameParserMap = {}; + this._choicesActions = []; + + options.choices = this._nameParserMap; + Action.call(this, options); +} + +util.inherits(ActionSubparsers, Action); + +/*:nodoc:* + * ActionSubparsers#addParser(name, options) -> ArgumentParser + * - name (string): sub-command name + * - options (object): see [[ArgumentParser.new]] + * + * Note: + * addParser supports an additional aliases option, + * which allows multiple strings to refer to the same subparser. + * This example, like svn, aliases co as a shorthand for checkout + * + **/ +ActionSubparsers.prototype.addParser = function (name, options) { + var parser; + + var self = this; + + options = options || {}; + + options.debug = (this.debug === true); + + // set program from the existing prefix + if (!options.prog) { + options.prog = this._progPrefix + ' ' + name; + } + + var aliases = options.aliases || []; + + // create a pseudo-action to hold the choice help + if (!!options.help || typeof options.help === 'string') { + var help = options.help; + delete options.help; + + var choiceAction = new ChoicesPseudoAction(name, help); + this._choicesActions.push(choiceAction); + } + + // create the parser and add it to the map + parser = new this._parserClass(options); + this._nameParserMap[name] = parser; + + // make parser available under aliases also + aliases.forEach(function (alias) { + self._nameParserMap[alias] = parser; + }); + + return parser; +}; + +ActionSubparsers.prototype._getSubactions = function () { + return this._choicesActions; +}; + +/*:nodoc:* + * ActionSubparsers#call(parser, namespace, values, optionString) -> Void + * - parser (ArgumentParser): current parser + * - namespace (Namespace): namespace for output data + * - values (Array): parsed values + * - optionString (Array): input option string(not parsed) + * + * Call the action. Parse input aguments + **/ +ActionSubparsers.prototype.call = function (parser, namespace, values) { + var parserName = values[0]; + var argStrings = values.slice(1); + + // set the parser name if requested + if (this.dest !== c.SUPPRESS) { + namespace[this.dest] = parserName; + } + + // select the parser + if (this._nameParserMap[parserName]) { + parser = this._nameParserMap[parserName]; + } else { + throw argumentErrorHelper(format( + 'Unknown parser "%s" (choices: [%s]).', + parserName, + Object.keys(this._nameParserMap).join(', ') + )); + } + + // parse all the remaining options into the namespace + parser.parseArgs(argStrings, namespace); +}; + +module.exports = ActionSubparsers; diff --git a/node_modules/argparse/lib/action/version.js b/node_modules/argparse/lib/action/version.js new file mode 100644 index 0000000..8053328 --- /dev/null +++ b/node_modules/argparse/lib/action/version.js @@ -0,0 +1,47 @@ +/*:nodoc:* + * class ActionVersion + * + * Support action for printing program version + * This class inherited from [[Action]] + **/ +'use strict'; + +var util = require('util'); + +var Action = require('../action'); + +// +// Constants +// +var c = require('../const'); + +/*:nodoc:* + * new ActionVersion(options) + * - options (object): options hash see [[Action.new]] + * + **/ +var ActionVersion = module.exports = function ActionVersion(options) { + options = options || {}; + options.defaultValue = (options.defaultValue ? options.defaultValue : c.SUPPRESS); + options.dest = (options.dest || c.SUPPRESS); + options.nargs = 0; + this.version = options.version; + Action.call(this, options); +}; +util.inherits(ActionVersion, Action); + +/*:nodoc:* + * ActionVersion#call(parser, namespace, values, optionString) -> Void + * - parser (ArgumentParser): current parser + * - namespace (Namespace): namespace for output data + * - values (Array): parsed values + * - optionString (Array): input option string(not parsed) + * + * Print version and exit + **/ +ActionVersion.prototype.call = function (parser) { + var version = this.version || parser.version; + var formatter = parser._getFormatter(); + formatter.addText(version); + parser.exit(0, formatter.formatHelp()); +}; diff --git a/node_modules/argparse/lib/action_container.js b/node_modules/argparse/lib/action_container.js new file mode 100644 index 0000000..6f1237b --- /dev/null +++ b/node_modules/argparse/lib/action_container.js @@ -0,0 +1,482 @@ +/** internal + * class ActionContainer + * + * Action container. Parent for [[ArgumentParser]] and [[ArgumentGroup]] + **/ + +'use strict'; + +var format = require('util').format; + +// Constants +var c = require('./const'); + +var $$ = require('./utils'); + +//Actions +var ActionHelp = require('./action/help'); +var ActionAppend = require('./action/append'); +var ActionAppendConstant = require('./action/append/constant'); +var ActionCount = require('./action/count'); +var ActionStore = require('./action/store'); +var ActionStoreConstant = require('./action/store/constant'); +var ActionStoreTrue = require('./action/store/true'); +var ActionStoreFalse = require('./action/store/false'); +var ActionVersion = require('./action/version'); +var ActionSubparsers = require('./action/subparsers'); + +// Errors +var argumentErrorHelper = require('./argument/error'); + +/** + * new ActionContainer(options) + * + * Action container. Parent for [[ArgumentParser]] and [[ArgumentGroup]] + * + * ##### Options: + * + * - `description` -- A description of what the program does + * - `prefixChars` -- Characters that prefix optional arguments + * - `argumentDefault` -- The default value for all arguments + * - `conflictHandler` -- The conflict handler to use for duplicate arguments + **/ +var ActionContainer = module.exports = function ActionContainer(options) { + options = options || {}; + + this.description = options.description; + this.argumentDefault = options.argumentDefault; + this.prefixChars = options.prefixChars || ''; + this.conflictHandler = options.conflictHandler; + + // set up registries + this._registries = {}; + + // register actions + this.register('action', null, ActionStore); + this.register('action', 'store', ActionStore); + this.register('action', 'storeConst', ActionStoreConstant); + this.register('action', 'storeTrue', ActionStoreTrue); + this.register('action', 'storeFalse', ActionStoreFalse); + this.register('action', 'append', ActionAppend); + this.register('action', 'appendConst', ActionAppendConstant); + this.register('action', 'count', ActionCount); + this.register('action', 'help', ActionHelp); + this.register('action', 'version', ActionVersion); + this.register('action', 'parsers', ActionSubparsers); + + // raise an exception if the conflict handler is invalid + this._getHandler(); + + // action storage + this._actions = []; + this._optionStringActions = {}; + + // groups + this._actionGroups = []; + this._mutuallyExclusiveGroups = []; + + // defaults storage + this._defaults = {}; + + // determines whether an "option" looks like a negative number + // -1, -1.5 -5e+4 + this._regexpNegativeNumber = new RegExp('^[-]?[0-9]*\\.?[0-9]+([eE][-+]?[0-9]+)?$'); + + // whether or not there are any optionals that look like negative + // numbers -- uses a list so it can be shared and edited + this._hasNegativeNumberOptionals = []; +}; + +// Groups must be required, then ActionContainer already defined +var ArgumentGroup = require('./argument/group'); +var MutuallyExclusiveGroup = require('./argument/exclusive'); + +// +// Registration methods +// + +/** + * ActionContainer#register(registryName, value, object) -> Void + * - registryName (String) : object type action|type + * - value (string) : keyword + * - object (Object|Function) : handler + * + * Register handlers + **/ +ActionContainer.prototype.register = function (registryName, value, object) { + this._registries[registryName] = this._registries[registryName] || {}; + this._registries[registryName][value] = object; +}; + +ActionContainer.prototype._registryGet = function (registryName, value, defaultValue) { + if (arguments.length < 3) { + defaultValue = null; + } + return this._registries[registryName][value] || defaultValue; +}; + +// +// Namespace default accessor methods +// + +/** + * ActionContainer#setDefaults(options) -> Void + * - options (object):hash of options see [[Action.new]] + * + * Set defaults + **/ +ActionContainer.prototype.setDefaults = function (options) { + options = options || {}; + for (var property in options) { + if ($$.has(options, property)) { + this._defaults[property] = options[property]; + } + } + + // if these defaults match any existing arguments, replace the previous + // default on the object with the new one + this._actions.forEach(function (action) { + if ($$.has(options, action.dest)) { + action.defaultValue = options[action.dest]; + } + }); +}; + +/** + * ActionContainer#getDefault(dest) -> Mixed + * - dest (string): action destination + * + * Return action default value + **/ +ActionContainer.prototype.getDefault = function (dest) { + var result = $$.has(this._defaults, dest) ? this._defaults[dest] : null; + + this._actions.forEach(function (action) { + if (action.dest === dest && $$.has(action, 'defaultValue')) { + result = action.defaultValue; + } + }); + + return result; +}; +// +// Adding argument actions +// + +/** + * ActionContainer#addArgument(args, options) -> Object + * - args (String|Array): argument key, or array of argument keys + * - options (Object): action objects see [[Action.new]] + * + * #### Examples + * - addArgument([ '-f', '--foo' ], { action: 'store', defaultValue: 1, ... }) + * - addArgument([ 'bar' ], { action: 'store', nargs: 1, ... }) + * - addArgument('--baz', { action: 'store', nargs: 1, ... }) + **/ +ActionContainer.prototype.addArgument = function (args, options) { + args = args; + options = options || {}; + + if (typeof args === 'string') { + args = [ args ]; + } + if (!Array.isArray(args)) { + throw new TypeError('addArgument first argument should be a string or an array'); + } + if (typeof options !== 'object' || Array.isArray(options)) { + throw new TypeError('addArgument second argument should be a hash'); + } + + // if no positional args are supplied or only one is supplied and + // it doesn't look like an option string, parse a positional argument + if (!args || args.length === 1 && this.prefixChars.indexOf(args[0][0]) < 0) { + if (args && !!options.dest) { + throw new Error('dest supplied twice for positional argument'); + } + options = this._getPositional(args, options); + + // otherwise, we're adding an optional argument + } else { + options = this._getOptional(args, options); + } + + // if no default was supplied, use the parser-level default + if (typeof options.defaultValue === 'undefined') { + var dest = options.dest; + if ($$.has(this._defaults, dest)) { + options.defaultValue = this._defaults[dest]; + } else if (typeof this.argumentDefault !== 'undefined') { + options.defaultValue = this.argumentDefault; + } + } + + // create the action object, and add it to the parser + var ActionClass = this._popActionClass(options); + if (typeof ActionClass !== 'function') { + throw new Error(format('Unknown action "%s".', ActionClass)); + } + var action = new ActionClass(options); + + // throw an error if the action type is not callable + var typeFunction = this._registryGet('type', action.type, action.type); + if (typeof typeFunction !== 'function') { + throw new Error(format('"%s" is not callable', typeFunction)); + } + + return this._addAction(action); +}; + +/** + * ActionContainer#addArgumentGroup(options) -> ArgumentGroup + * - options (Object): hash of options see [[ArgumentGroup.new]] + * + * Create new arguments groups + **/ +ActionContainer.prototype.addArgumentGroup = function (options) { + var group = new ArgumentGroup(this, options); + this._actionGroups.push(group); + return group; +}; + +/** + * ActionContainer#addMutuallyExclusiveGroup(options) -> ArgumentGroup + * - options (Object): {required: false} + * + * Create new mutual exclusive groups + **/ +ActionContainer.prototype.addMutuallyExclusiveGroup = function (options) { + var group = new MutuallyExclusiveGroup(this, options); + this._mutuallyExclusiveGroups.push(group); + return group; +}; + +ActionContainer.prototype._addAction = function (action) { + var self = this; + + // resolve any conflicts + this._checkConflict(action); + + // add to actions list + this._actions.push(action); + action.container = this; + + // index the action by any option strings it has + action.optionStrings.forEach(function (optionString) { + self._optionStringActions[optionString] = action; + }); + + // set the flag if any option strings look like negative numbers + action.optionStrings.forEach(function (optionString) { + if (optionString.match(self._regexpNegativeNumber)) { + if (!self._hasNegativeNumberOptionals.some(Boolean)) { + self._hasNegativeNumberOptionals.push(true); + } + } + }); + + // return the created action + return action; +}; + +ActionContainer.prototype._removeAction = function (action) { + var actionIndex = this._actions.indexOf(action); + if (actionIndex >= 0) { + this._actions.splice(actionIndex, 1); + } +}; + +ActionContainer.prototype._addContainerActions = function (container) { + // collect groups by titles + var titleGroupMap = {}; + this._actionGroups.forEach(function (group) { + if (titleGroupMap[group.title]) { + throw new Error(format('Cannot merge actions - two groups are named "%s".', group.title)); + } + titleGroupMap[group.title] = group; + }); + + // map each action to its group + var groupMap = {}; + function actionHash(action) { + // unique (hopefully?) string suitable as dictionary key + return action.getName(); + } + container._actionGroups.forEach(function (group) { + // if a group with the title exists, use that, otherwise + // create a new group matching the container's group + if (!titleGroupMap[group.title]) { + titleGroupMap[group.title] = this.addArgumentGroup({ + title: group.title, + description: group.description + }); + } + + // map the actions to their new group + group._groupActions.forEach(function (action) { + groupMap[actionHash(action)] = titleGroupMap[group.title]; + }); + }, this); + + // add container's mutually exclusive groups + // NOTE: if add_mutually_exclusive_group ever gains title= and + // description= then this code will need to be expanded as above + var mutexGroup; + container._mutuallyExclusiveGroups.forEach(function (group) { + mutexGroup = this.addMutuallyExclusiveGroup({ + required: group.required + }); + // map the actions to their new mutex group + group._groupActions.forEach(function (action) { + groupMap[actionHash(action)] = mutexGroup; + }); + }, this); // forEach takes a 'this' argument + + // add all actions to this container or their group + container._actions.forEach(function (action) { + var key = actionHash(action); + if (groupMap[key]) { + groupMap[key]._addAction(action); + } else { + this._addAction(action); + } + }); +}; + +ActionContainer.prototype._getPositional = function (dest, options) { + if (Array.isArray(dest)) { + dest = dest[0]; + } + // make sure required is not specified + if (options.required) { + throw new Error('"required" is an invalid argument for positionals.'); + } + + // mark positional arguments as required if at least one is + // always required + if (options.nargs !== c.OPTIONAL && options.nargs !== c.ZERO_OR_MORE) { + options.required = true; + } + if (options.nargs === c.ZERO_OR_MORE && typeof options.defaultValue === 'undefined') { + options.required = true; + } + + // return the keyword arguments with no option strings + options.dest = dest; + options.optionStrings = []; + return options; +}; + +ActionContainer.prototype._getOptional = function (args, options) { + var prefixChars = this.prefixChars; + var optionStrings = []; + var optionStringsLong = []; + + // determine short and long option strings + args.forEach(function (optionString) { + // error on strings that don't start with an appropriate prefix + if (prefixChars.indexOf(optionString[0]) < 0) { + throw new Error(format('Invalid option string "%s": must start with a "%s".', + optionString, + prefixChars + )); + } + + // strings starting with two prefix characters are long options + optionStrings.push(optionString); + if (optionString.length > 1 && prefixChars.indexOf(optionString[1]) >= 0) { + optionStringsLong.push(optionString); + } + }); + + // infer dest, '--foo-bar' -> 'foo_bar' and '-x' -> 'x' + var dest = options.dest || null; + delete options.dest; + + if (!dest) { + var optionStringDest = optionStringsLong.length ? optionStringsLong[0] : optionStrings[0]; + dest = $$.trimChars(optionStringDest, this.prefixChars); + + if (dest.length === 0) { + throw new Error( + format('dest= is required for options like "%s"', optionStrings.join(', ')) + ); + } + dest = dest.replace(/-/g, '_'); + } + + // return the updated keyword arguments + options.dest = dest; + options.optionStrings = optionStrings; + + return options; +}; + +ActionContainer.prototype._popActionClass = function (options, defaultValue) { + defaultValue = defaultValue || null; + + var action = (options.action || defaultValue); + delete options.action; + + var actionClass = this._registryGet('action', action, action); + return actionClass; +}; + +ActionContainer.prototype._getHandler = function () { + var handlerString = this.conflictHandler; + var handlerFuncName = '_handleConflict' + $$.capitalize(handlerString); + var func = this[handlerFuncName]; + if (typeof func === 'undefined') { + var msg = 'invalid conflict resolution value: ' + handlerString; + throw new Error(msg); + } else { + return func; + } +}; + +ActionContainer.prototype._checkConflict = function (action) { + var optionStringActions = this._optionStringActions; + var conflictOptionals = []; + + // find all options that conflict with this option + // collect pairs, the string, and an existing action that it conflicts with + action.optionStrings.forEach(function (optionString) { + var conflOptional = optionStringActions[optionString]; + if (typeof conflOptional !== 'undefined') { + conflictOptionals.push([ optionString, conflOptional ]); + } + }); + + if (conflictOptionals.length > 0) { + var conflictHandler = this._getHandler(); + conflictHandler.call(this, action, conflictOptionals); + } +}; + +ActionContainer.prototype._handleConflictError = function (action, conflOptionals) { + var conflicts = conflOptionals.map(function (pair) { return pair[0]; }); + conflicts = conflicts.join(', '); + throw argumentErrorHelper( + action, + format('Conflicting option string(s): %s', conflicts) + ); +}; + +ActionContainer.prototype._handleConflictResolve = function (action, conflOptionals) { + // remove all conflicting options + var self = this; + conflOptionals.forEach(function (pair) { + var optionString = pair[0]; + var conflictingAction = pair[1]; + // remove the conflicting option string + var i = conflictingAction.optionStrings.indexOf(optionString); + if (i >= 0) { + conflictingAction.optionStrings.splice(i, 1); + } + delete self._optionStringActions[optionString]; + // if the option now has no option string, remove it from the + // container holding it + if (conflictingAction.optionStrings.length === 0) { + conflictingAction.container._removeAction(conflictingAction); + } + }); +}; diff --git a/node_modules/argparse/lib/argparse.js b/node_modules/argparse/lib/argparse.js new file mode 100644 index 0000000..f2a2c51 --- /dev/null +++ b/node_modules/argparse/lib/argparse.js @@ -0,0 +1,14 @@ +'use strict'; + +module.exports.ArgumentParser = require('./argument_parser.js'); +module.exports.Namespace = require('./namespace'); +module.exports.Action = require('./action'); +module.exports.HelpFormatter = require('./help/formatter.js'); +module.exports.Const = require('./const.js'); + +module.exports.ArgumentDefaultsHelpFormatter = + require('./help/added_formatters.js').ArgumentDefaultsHelpFormatter; +module.exports.RawDescriptionHelpFormatter = + require('./help/added_formatters.js').RawDescriptionHelpFormatter; +module.exports.RawTextHelpFormatter = + require('./help/added_formatters.js').RawTextHelpFormatter; diff --git a/node_modules/argparse/lib/argument/error.js b/node_modules/argparse/lib/argument/error.js new file mode 100644 index 0000000..c8a02a0 --- /dev/null +++ b/node_modules/argparse/lib/argument/error.js @@ -0,0 +1,50 @@ +'use strict'; + + +var format = require('util').format; + + +var ERR_CODE = 'ARGError'; + +/*:nodoc:* + * argumentError(argument, message) -> TypeError + * - argument (Object): action with broken argument + * - message (String): error message + * + * Error format helper. An error from creating or using an argument + * (optional or positional). The string value of this exception + * is the message, augmented with information + * about the argument that caused it. + * + * #####Example + * + * var argumentErrorHelper = require('./argument/error'); + * if (conflictOptionals.length > 0) { + * throw argumentErrorHelper( + * action, + * format('Conflicting option string(s): %s', conflictOptionals.join(', ')) + * ); + * } + * + **/ +module.exports = function (argument, message) { + var argumentName = null; + var errMessage; + var err; + + if (argument.getName) { + argumentName = argument.getName(); + } else { + argumentName = '' + argument; + } + + if (!argumentName) { + errMessage = message; + } else { + errMessage = format('argument "%s": %s', argumentName, message); + } + + err = new TypeError(errMessage); + err.code = ERR_CODE; + return err; +}; diff --git a/node_modules/argparse/lib/argument/exclusive.js b/node_modules/argparse/lib/argument/exclusive.js new file mode 100644 index 0000000..8287e00 --- /dev/null +++ b/node_modules/argparse/lib/argument/exclusive.js @@ -0,0 +1,54 @@ +/** internal + * class MutuallyExclusiveGroup + * + * Group arguments. + * By default, ArgumentParser groups command-line arguments + * into “positional arguments” and “optional arguments” + * when displaying help messages. When there is a better + * conceptual grouping of arguments than this default one, + * appropriate groups can be created using the addArgumentGroup() method + * + * This class inherited from [[ArgumentContainer]] + **/ +'use strict'; + +var util = require('util'); + +var ArgumentGroup = require('./group'); + +/** + * new MutuallyExclusiveGroup(container, options) + * - container (object): main container + * - options (object): options.required -> true/false + * + * `required` could be an argument itself, but making it a property of + * the options argument is more consistent with the JS adaptation of the Python) + **/ +var MutuallyExclusiveGroup = module.exports = function MutuallyExclusiveGroup(container, options) { + var required; + options = options || {}; + required = options.required || false; + ArgumentGroup.call(this, container); + this.required = required; + +}; +util.inherits(MutuallyExclusiveGroup, ArgumentGroup); + + +MutuallyExclusiveGroup.prototype._addAction = function (action) { + var msg; + if (action.required) { + msg = 'mutually exclusive arguments must be optional'; + throw new Error(msg); + } + action = this._container._addAction(action); + this._groupActions.push(action); + return action; +}; + + +MutuallyExclusiveGroup.prototype._removeAction = function (action) { + this._container._removeAction(action); + this._groupActions.remove(action); +}; + diff --git a/node_modules/argparse/lib/argument/group.js b/node_modules/argparse/lib/argument/group.js new file mode 100644 index 0000000..58b271f --- /dev/null +++ b/node_modules/argparse/lib/argument/group.js @@ -0,0 +1,75 @@ +/** internal + * class ArgumentGroup + * + * Group arguments. + * By default, ArgumentParser groups command-line arguments + * into “positional arguments” and “optional arguments” + * when displaying help messages. When there is a better + * conceptual grouping of arguments than this default one, + * appropriate groups can be created using the addArgumentGroup() method + * + * This class inherited from [[ArgumentContainer]] + **/ +'use strict'; + +var util = require('util'); + +var ActionContainer = require('../action_container'); + + +/** + * new ArgumentGroup(container, options) + * - container (object): main container + * - options (object): hash of group options + * + * #### options + * - **prefixChars** group name prefix + * - **argumentDefault** default argument value + * - **title** group title + * - **description** group description + * + **/ +var ArgumentGroup = module.exports = function ArgumentGroup(container, options) { + + options = options || {}; + + // add any missing keyword arguments by checking the container + options.conflictHandler = (options.conflictHandler || container.conflictHandler); + options.prefixChars = (options.prefixChars || container.prefixChars); + options.argumentDefault = (options.argumentDefault || container.argumentDefault); + + ActionContainer.call(this, options); + + // group attributes + this.title = options.title; + this._groupActions = []; + + // share most attributes with the container + this._container = container; + this._registries = container._registries; + this._actions = container._actions; + this._optionStringActions = container._optionStringActions; + this._defaults = container._defaults; + this._hasNegativeNumberOptionals = container._hasNegativeNumberOptionals; + this._mutuallyExclusiveGroups = container._mutuallyExclusiveGroups; +}; +util.inherits(ArgumentGroup, ActionContainer); + + +ArgumentGroup.prototype._addAction = function (action) { + // Parent add action + action = ActionContainer.prototype._addAction.call(this, action); + this._groupActions.push(action); + return action; +}; + + +ArgumentGroup.prototype._removeAction = function (action) { + // Parent remove action + ActionContainer.prototype._removeAction.call(this, action); + var actionIndex = this._groupActions.indexOf(action); + if (actionIndex >= 0) { + this._groupActions.splice(actionIndex, 1); + } +}; + diff --git a/node_modules/argparse/lib/argument_parser.js b/node_modules/argparse/lib/argument_parser.js new file mode 100644 index 0000000..bd9a59a --- /dev/null +++ b/node_modules/argparse/lib/argument_parser.js @@ -0,0 +1,1161 @@ +/** + * class ArgumentParser + * + * Object for parsing command line strings into js objects. + * + * Inherited from [[ActionContainer]] + **/ +'use strict'; + +var util = require('util'); +var format = require('util').format; +var Path = require('path'); +var sprintf = require('sprintf-js').sprintf; + +// Constants +var c = require('./const'); + +var $$ = require('./utils'); + +var ActionContainer = require('./action_container'); + +// Errors +var argumentErrorHelper = require('./argument/error'); + +var HelpFormatter = require('./help/formatter'); + +var Namespace = require('./namespace'); + + +/** + * new ArgumentParser(options) + * + * Create a new ArgumentParser object. + * + * ##### Options: + * - `prog` The name of the program (default: Path.basename(process.argv[1])) + * - `usage` A usage message (default: auto-generated from arguments) + * - `description` A description of what the program does + * - `epilog` Text following the argument descriptions + * - `parents` Parsers whose arguments should be copied into this one + * - `formatterClass` HelpFormatter class for printing help messages + * - `prefixChars` Characters that prefix optional arguments + * - `fromfilePrefixChars` Characters that prefix files containing additional arguments + * - `argumentDefault` The default value for all arguments + * - `addHelp` Add a -h/-help option + * - `conflictHandler` Specifies how to handle conflicting argument names + * - `debug` Enable debug mode. Argument errors throw exception in + * debug mode and process.exit in normal. Used for development and + * testing (default: false) + * + * See also [original guide][1] + * + * [1]:http://docs.python.org/dev/library/argparse.html#argumentparser-objects + **/ +function ArgumentParser(options) { + if (!(this instanceof ArgumentParser)) { + return new ArgumentParser(options); + } + var self = this; + options = options || {}; + + options.description = (options.description || null); + options.argumentDefault = (options.argumentDefault || null); + options.prefixChars = (options.prefixChars || '-'); + options.conflictHandler = (options.conflictHandler || 'error'); + ActionContainer.call(this, options); + + options.addHelp = typeof options.addHelp === 'undefined' || !!options.addHelp; + options.parents = options.parents || []; + // default program name + options.prog = (options.prog || Path.basename(process.argv[1])); + this.prog = options.prog; + this.usage = options.usage; + this.epilog = options.epilog; + this.version = options.version; + + this.debug = (options.debug === true); + + this.formatterClass = (options.formatterClass || HelpFormatter); + this.fromfilePrefixChars = options.fromfilePrefixChars || null; + this._positionals = this.addArgumentGroup({ title: 'Positional arguments' }); + this._optionals = this.addArgumentGroup({ title: 'Optional arguments' }); + this._subparsers = null; + + // register types + function FUNCTION_IDENTITY(o) { + return o; + } + this.register('type', 'auto', FUNCTION_IDENTITY); + this.register('type', null, FUNCTION_IDENTITY); + this.register('type', 'int', function (x) { + var result = parseInt(x, 10); + if (isNaN(result)) { + throw new Error(x + ' is not a valid integer.'); + } + return result; + }); + this.register('type', 'float', function (x) { + var result = parseFloat(x); + if (isNaN(result)) { + throw new Error(x + ' is not a valid float.'); + } + return result; + }); + this.register('type', 'string', function (x) { + return '' + x; + }); + + // add help and version arguments if necessary + var defaultPrefix = (this.prefixChars.indexOf('-') > -1) ? '-' : this.prefixChars[0]; + if (options.addHelp) { + this.addArgument( + [ defaultPrefix + 'h', defaultPrefix + defaultPrefix + 'help' ], + { + action: 'help', + defaultValue: c.SUPPRESS, + help: 'Show this help message and exit.' + } + ); + } + if (typeof this.version !== 'undefined') { + this.addArgument( + [ defaultPrefix + 'v', defaultPrefix + defaultPrefix + 'version' ], + { + action: 'version', + version: this.version, + defaultValue: c.SUPPRESS, + help: "Show program's version number and exit." + } + ); + } + + // add parent arguments and defaults + options.parents.forEach(function (parent) { + self._addContainerActions(parent); + if (typeof parent._defaults !== 'undefined') { + for (var defaultKey in parent._defaults) { + if (parent._defaults.hasOwnProperty(defaultKey)) { + self._defaults[defaultKey] = parent._defaults[defaultKey]; + } + } + } + }); +} + +util.inherits(ArgumentParser, ActionContainer); + +/** + * ArgumentParser#addSubparsers(options) -> [[ActionSubparsers]] + * - options (object): hash of options see [[ActionSubparsers.new]] + * + * See also [subcommands][1] + * + * [1]:http://docs.python.org/dev/library/argparse.html#sub-commands + **/ +ArgumentParser.prototype.addSubparsers = function (options) { + if (this._subparsers) { + this.error('Cannot have multiple subparser arguments.'); + } + + options = options || {}; + options.debug = (this.debug === true); + options.optionStrings = []; + options.parserClass = (options.parserClass || ArgumentParser); + + + if (!!options.title || !!options.description) { + + this._subparsers = this.addArgumentGroup({ + title: (options.title || 'subcommands'), + description: options.description + }); + delete options.title; + delete options.description; + + } else { + this._subparsers = this._positionals; + } + + // prog defaults to the usage message of this parser, skipping + // optional arguments and with no "usage:" prefix + if (!options.prog) { + var formatter = this._getFormatter(); + var positionals = this._getPositionalActions(); + var groups = this._mutuallyExclusiveGroups; + formatter.addUsage(this.usage, positionals, groups, ''); + options.prog = formatter.formatHelp().trim(); + } + + // create the parsers action and add it to the positionals list + var ParsersClass = this._popActionClass(options, 'parsers'); + var action = new ParsersClass(options); + this._subparsers._addAction(action); + + // return the created parsers action + return action; +}; + +ArgumentParser.prototype._addAction = function (action) { + if (action.isOptional()) { + this._optionals._addAction(action); + } else { + this._positionals._addAction(action); + } + return action; +}; + +ArgumentParser.prototype._getOptionalActions = function () { + return this._actions.filter(function (action) { + return action.isOptional(); + }); +}; + +ArgumentParser.prototype._getPositionalActions = function () { + return this._actions.filter(function (action) { + return action.isPositional(); + }); +}; + + +/** + * ArgumentParser#parseArgs(args, namespace) -> Namespace|Object + * - args (array): input elements + * - namespace (Namespace|Object): result object + * + * Parsed args and throws error if some arguments are not recognized + * + * See also [original guide][1] + * + * [1]:http://docs.python.org/dev/library/argparse.html#the-parse-args-method + **/ +ArgumentParser.prototype.parseArgs = function (args, namespace) { + var argv; + var result = this.parseKnownArgs(args, namespace); + + args = result[0]; + argv = result[1]; + if (argv && argv.length > 0) { + this.error( + format('Unrecognized arguments: %s.', argv.join(' ')) + ); + } + return args; +}; + +/** + * ArgumentParser#parseKnownArgs(args, namespace) -> array + * - args (array): input options + * - namespace (Namespace|Object): result object + * + * Parse known arguments and return tuple of result object + * and unknown args + * + * See also [original guide][1] + * + * [1]:http://docs.python.org/dev/library/argparse.html#partial-parsing + **/ +ArgumentParser.prototype.parseKnownArgs = function (args, namespace) { + var self = this; + + // args default to the system args + args = args || process.argv.slice(2); + + // default Namespace built from parser defaults + namespace = namespace || new Namespace(); + + self._actions.forEach(function (action) { + if (action.dest !== c.SUPPRESS) { + if (!$$.has(namespace, action.dest)) { + if (action.defaultValue !== c.SUPPRESS) { + var defaultValue = action.defaultValue; + if (typeof action.defaultValue === 'string') { + defaultValue = self._getValue(action, defaultValue); + } + namespace[action.dest] = defaultValue; + } + } + } + }); + + Object.keys(self._defaults).forEach(function (dest) { + namespace[dest] = self._defaults[dest]; + }); + + // parse the arguments and exit if there are any errors + try { + var res = this._parseKnownArgs(args, namespace); + + namespace = res[0]; + args = res[1]; + if ($$.has(namespace, c._UNRECOGNIZED_ARGS_ATTR)) { + args = $$.arrayUnion(args, namespace[c._UNRECOGNIZED_ARGS_ATTR]); + delete namespace[c._UNRECOGNIZED_ARGS_ATTR]; + } + return [ namespace, args ]; + } catch (e) { + this.error(e); + } +}; + +ArgumentParser.prototype._parseKnownArgs = function (argStrings, namespace) { + var self = this; + + var extras = []; + + // replace arg strings that are file references + if (this.fromfilePrefixChars !== null) { + argStrings = this._readArgsFromFiles(argStrings); + } + // map all mutually exclusive arguments to the other arguments + // they can't occur with + // Python has 'conflicts = action_conflicts.setdefault(mutex_action, [])' + // though I can't conceive of a way in which an action could be a member + // of two different mutually exclusive groups. + + function actionHash(action) { + // some sort of hashable key for this action + // action itself cannot be a key in actionConflicts + // I think getName() (join of optionStrings) is unique enough + return action.getName(); + } + + var conflicts, key; + var actionConflicts = {}; + + this._mutuallyExclusiveGroups.forEach(function (mutexGroup) { + mutexGroup._groupActions.forEach(function (mutexAction, i, groupActions) { + key = actionHash(mutexAction); + if (!$$.has(actionConflicts, key)) { + actionConflicts[key] = []; + } + conflicts = actionConflicts[key]; + conflicts.push.apply(conflicts, groupActions.slice(0, i)); + conflicts.push.apply(conflicts, groupActions.slice(i + 1)); + }); + }); + + // find all option indices, and determine the arg_string_pattern + // which has an 'O' if there is an option at an index, + // an 'A' if there is an argument, or a '-' if there is a '--' + var optionStringIndices = {}; + + var argStringPatternParts = []; + + argStrings.forEach(function (argString, argStringIndex) { + if (argString === '--') { + argStringPatternParts.push('-'); + while (argStringIndex < argStrings.length) { + argStringPatternParts.push('A'); + argStringIndex++; + } + } else { + // otherwise, add the arg to the arg strings + // and note the index if it was an option + var pattern; + var optionTuple = self._parseOptional(argString); + if (!optionTuple) { + pattern = 'A'; + } else { + optionStringIndices[argStringIndex] = optionTuple; + pattern = 'O'; + } + argStringPatternParts.push(pattern); + } + }); + var argStringsPattern = argStringPatternParts.join(''); + + var seenActions = []; + var seenNonDefaultActions = []; + + + function takeAction(action, argumentStrings, optionString) { + seenActions.push(action); + var argumentValues = self._getValues(action, argumentStrings); + + // error if this argument is not allowed with other previously + // seen arguments, assuming that actions that use the default + // value don't really count as "present" + if (argumentValues !== action.defaultValue) { + seenNonDefaultActions.push(action); + if (actionConflicts[actionHash(action)]) { + actionConflicts[actionHash(action)].forEach(function (actionConflict) { + if (seenNonDefaultActions.indexOf(actionConflict) >= 0) { + throw argumentErrorHelper( + action, + format('Not allowed with argument "%s".', actionConflict.getName()) + ); + } + }); + } + } + + if (argumentValues !== c.SUPPRESS) { + action.call(self, namespace, argumentValues, optionString); + } + } + + function consumeOptional(startIndex) { + // get the optional identified at this index + var optionTuple = optionStringIndices[startIndex]; + var action = optionTuple[0]; + var optionString = optionTuple[1]; + var explicitArg = optionTuple[2]; + + // identify additional optionals in the same arg string + // (e.g. -xyz is the same as -x -y -z if no args are required) + var actionTuples = []; + + var args, argCount, start, stop; + + for (;;) { + if (!action) { + extras.push(argStrings[startIndex]); + return startIndex + 1; + } + if (explicitArg) { + argCount = self._matchArgument(action, 'A'); + + // if the action is a single-dash option and takes no + // arguments, try to parse more single-dash options out + // of the tail of the option string + var chars = self.prefixChars; + if (argCount === 0 && chars.indexOf(optionString[1]) < 0) { + actionTuples.push([ action, [], optionString ]); + optionString = optionString[0] + explicitArg[0]; + var newExplicitArg = explicitArg.slice(1) || null; + var optionalsMap = self._optionStringActions; + + if (Object.keys(optionalsMap).indexOf(optionString) >= 0) { + action = optionalsMap[optionString]; + explicitArg = newExplicitArg; + } else { + throw argumentErrorHelper(action, sprintf('ignored explicit argument %r', explicitArg)); + } + } else if (argCount === 1) { + // if the action expect exactly one argument, we've + // successfully matched the option; exit the loop + stop = startIndex + 1; + args = [ explicitArg ]; + actionTuples.push([ action, args, optionString ]); + break; + } else { + // error if a double-dash option did not use the + // explicit argument + throw argumentErrorHelper(action, sprintf('ignored explicit argument %r', explicitArg)); + } + } else { + // if there is no explicit argument, try to match the + // optional's string arguments with the following strings + // if successful, exit the loop + + start = startIndex + 1; + var selectedPatterns = argStringsPattern.substr(start); + + argCount = self._matchArgument(action, selectedPatterns); + stop = start + argCount; + + + args = argStrings.slice(start, stop); + + actionTuples.push([ action, args, optionString ]); + break; + } + + } + + // add the Optional to the list and return the index at which + // the Optional's string args stopped + if (actionTuples.length < 1) { + throw new Error('length should be > 0'); + } + for (var i = 0; i < actionTuples.length; i++) { + takeAction.apply(self, actionTuples[i]); + } + return stop; + } + + // the list of Positionals left to be parsed; this is modified + // by consume_positionals() + var positionals = self._getPositionalActions(); + + function consumePositionals(startIndex) { + // match as many Positionals as possible + var selectedPattern = argStringsPattern.substr(startIndex); + var argCounts = self._matchArgumentsPartial(positionals, selectedPattern); + + // slice off the appropriate arg strings for each Positional + // and add the Positional and its args to the list + for (var i = 0; i < positionals.length; i++) { + var action = positionals[i]; + var argCount = argCounts[i]; + if (typeof argCount === 'undefined') { + continue; + } + var args = argStrings.slice(startIndex, startIndex + argCount); + + startIndex += argCount; + takeAction(action, args); + } + + // slice off the Positionals that we just parsed and return the + // index at which the Positionals' string args stopped + positionals = positionals.slice(argCounts.length); + return startIndex; + } + + // consume Positionals and Optionals alternately, until we have + // passed the last option string + var startIndex = 0; + var position; + + var maxOptionStringIndex = -1; + + Object.keys(optionStringIndices).forEach(function (position) { + maxOptionStringIndex = Math.max(maxOptionStringIndex, parseInt(position, 10)); + }); + + var positionalsEndIndex, nextOptionStringIndex; + + while (startIndex <= maxOptionStringIndex) { + // consume any Positionals preceding the next option + nextOptionStringIndex = null; + for (position in optionStringIndices) { + if (!optionStringIndices.hasOwnProperty(position)) { continue; } + + position = parseInt(position, 10); + if (position >= startIndex) { + if (nextOptionStringIndex !== null) { + nextOptionStringIndex = Math.min(nextOptionStringIndex, position); + } else { + nextOptionStringIndex = position; + } + } + } + + if (startIndex !== nextOptionStringIndex) { + positionalsEndIndex = consumePositionals(startIndex); + // only try to parse the next optional if we didn't consume + // the option string during the positionals parsing + if (positionalsEndIndex > startIndex) { + startIndex = positionalsEndIndex; + continue; + } else { + startIndex = positionalsEndIndex; + } + } + + // if we consumed all the positionals we could and we're not + // at the index of an option string, there were extra arguments + if (!optionStringIndices[startIndex]) { + var strings = argStrings.slice(startIndex, nextOptionStringIndex); + extras = extras.concat(strings); + startIndex = nextOptionStringIndex; + } + // consume the next optional and any arguments for it + startIndex = consumeOptional(startIndex); + } + + // consume any positionals following the last Optional + var stopIndex = consumePositionals(startIndex); + + // if we didn't consume all the argument strings, there were extras + extras = extras.concat(argStrings.slice(stopIndex)); + + // if we didn't use all the Positional objects, there were too few + // arg strings supplied. + if (positionals.length > 0) { + self.error('too few arguments'); + } + + // make sure all required actions were present + self._actions.forEach(function (action) { + if (action.required) { + if (seenActions.indexOf(action) < 0) { + self.error(format('Argument "%s" is required', action.getName())); + } + } + }); + + // make sure all required groups have one option present + var actionUsed = false; + self._mutuallyExclusiveGroups.forEach(function (group) { + if (group.required) { + actionUsed = group._groupActions.some(function (action) { + return seenNonDefaultActions.indexOf(action) !== -1; + }); + + // if no actions were used, report the error + if (!actionUsed) { + var names = []; + group._groupActions.forEach(function (action) { + if (action.help !== c.SUPPRESS) { + names.push(action.getName()); + } + }); + names = names.join(' '); + var msg = 'one of the arguments ' + names + ' is required'; + self.error(msg); + } + } + }); + + // return the updated namespace and the extra arguments + return [ namespace, extras ]; +}; + +ArgumentParser.prototype._readArgsFromFiles = function (argStrings) { + // expand arguments referencing files + var self = this; + var fs = require('fs'); + var newArgStrings = []; + argStrings.forEach(function (argString) { + if (self.fromfilePrefixChars.indexOf(argString[0]) < 0) { + // for regular arguments, just add them back into the list + newArgStrings.push(argString); + } else { + // replace arguments referencing files with the file content + try { + var argstrs = []; + var filename = argString.slice(1); + var content = fs.readFileSync(filename, 'utf8'); + content = content.trim().split('\n'); + content.forEach(function (argLine) { + self.convertArgLineToArgs(argLine).forEach(function (arg) { + argstrs.push(arg); + }); + argstrs = self._readArgsFromFiles(argstrs); + }); + newArgStrings.push.apply(newArgStrings, argstrs); + } catch (error) { + return self.error(error.message); + } + } + }); + return newArgStrings; +}; + +ArgumentParser.prototype.convertArgLineToArgs = function (argLine) { + return [ argLine ]; +}; + +ArgumentParser.prototype._matchArgument = function (action, regexpArgStrings) { + + // match the pattern for this action to the arg strings + var regexpNargs = new RegExp('^' + this._getNargsPattern(action)); + var matches = regexpArgStrings.match(regexpNargs); + var message; + + // throw an exception if we weren't able to find a match + if (!matches) { + switch (action.nargs) { + /*eslint-disable no-undefined*/ + case undefined: + case null: + message = 'Expected one argument.'; + break; + case c.OPTIONAL: + message = 'Expected at most one argument.'; + break; + case c.ONE_OR_MORE: + message = 'Expected at least one argument.'; + break; + default: + message = 'Expected %s argument(s)'; + } + + throw argumentErrorHelper( + action, + format(message, action.nargs) + ); + } + // return the number of arguments matched + return matches[1].length; +}; + +ArgumentParser.prototype._matchArgumentsPartial = function (actions, regexpArgStrings) { + // progressively shorten the actions list by slicing off the + // final actions until we find a match + var self = this; + var result = []; + var actionSlice, pattern, matches; + var i, j; + + function getLength(string) { + return string.length; + } + + for (i = actions.length; i > 0; i--) { + pattern = ''; + actionSlice = actions.slice(0, i); + for (j = 0; j < actionSlice.length; j++) { + pattern += self._getNargsPattern(actionSlice[j]); + } + + pattern = new RegExp('^' + pattern); + matches = regexpArgStrings.match(pattern); + + if (matches && matches.length > 0) { + // need only groups + matches = matches.splice(1); + result = result.concat(matches.map(getLength)); + break; + } + } + + // return the list of arg string counts + return result; +}; + +ArgumentParser.prototype._parseOptional = function (argString) { + var action, optionString, argExplicit, optionTuples; + + // if it's an empty string, it was meant to be a positional + if (!argString) { + return null; + } + + // if it doesn't start with a prefix, it was meant to be positional + if (this.prefixChars.indexOf(argString[0]) < 0) { + return null; + } + + // if the option string is present in the parser, return the action + if (this._optionStringActions[argString]) { + return [ this._optionStringActions[argString], argString, null ]; + } + + // if it's just a single character, it was meant to be positional + if (argString.length === 1) { + return null; + } + + // if the option string before the "=" is present, return the action + if (argString.indexOf('=') >= 0) { + optionString = argString.split('=', 1)[0]; + argExplicit = argString.slice(optionString.length + 1); + + if (this._optionStringActions[optionString]) { + action = this._optionStringActions[optionString]; + return [ action, optionString, argExplicit ]; + } + } + + // search through all possible prefixes of the option string + // and all actions in the parser for possible interpretations + optionTuples = this._getOptionTuples(argString); + + // if multiple actions match, the option string was ambiguous + if (optionTuples.length > 1) { + var optionStrings = optionTuples.map(function (optionTuple) { + return optionTuple[1]; + }); + this.error(format( + 'Ambiguous option: "%s" could match %s.', + argString, optionStrings.join(', ') + )); + // if exactly one action matched, this segmentation is good, + // so return the parsed action + } else if (optionTuples.length === 1) { + return optionTuples[0]; + } + + // if it was not found as an option, but it looks like a negative + // number, it was meant to be positional + // unless there are negative-number-like options + if (argString.match(this._regexpNegativeNumber)) { + if (!this._hasNegativeNumberOptionals.some(Boolean)) { + return null; + } + } + // if it contains a space, it was meant to be a positional + if (argString.search(' ') >= 0) { + return null; + } + + // it was meant to be an optional but there is no such option + // in this parser (though it might be a valid option in a subparser) + return [ null, argString, null ]; +}; + +ArgumentParser.prototype._getOptionTuples = function (optionString) { + var result = []; + var chars = this.prefixChars; + var optionPrefix; + var argExplicit; + var action; + var actionOptionString; + + // option strings starting with two prefix characters are only split at + // the '=' + if (chars.indexOf(optionString[0]) >= 0 && chars.indexOf(optionString[1]) >= 0) { + if (optionString.indexOf('=') >= 0) { + var optionStringSplit = optionString.split('=', 1); + + optionPrefix = optionStringSplit[0]; + argExplicit = optionStringSplit[1]; + } else { + optionPrefix = optionString; + argExplicit = null; + } + + for (actionOptionString in this._optionStringActions) { + if (actionOptionString.substr(0, optionPrefix.length) === optionPrefix) { + action = this._optionStringActions[actionOptionString]; + result.push([ action, actionOptionString, argExplicit ]); + } + } + + // single character options can be concatenated with their arguments + // but multiple character options always have to have their argument + // separate + } else if (chars.indexOf(optionString[0]) >= 0 && chars.indexOf(optionString[1]) < 0) { + optionPrefix = optionString; + argExplicit = null; + var optionPrefixShort = optionString.substr(0, 2); + var argExplicitShort = optionString.substr(2); + + for (actionOptionString in this._optionStringActions) { + if (!$$.has(this._optionStringActions, actionOptionString)) continue; + + action = this._optionStringActions[actionOptionString]; + if (actionOptionString === optionPrefixShort) { + result.push([ action, actionOptionString, argExplicitShort ]); + } else if (actionOptionString.substr(0, optionPrefix.length) === optionPrefix) { + result.push([ action, actionOptionString, argExplicit ]); + } + } + + // shouldn't ever get here + } else { + throw new Error(format('Unexpected option string: %s.', optionString)); + } + // return the collected option tuples + return result; +}; + +ArgumentParser.prototype._getNargsPattern = function (action) { + // in all examples below, we have to allow for '--' args + // which are represented as '-' in the pattern + var regexpNargs; + + switch (action.nargs) { + // the default (null) is assumed to be a single argument + case undefined: + case null: + regexpNargs = '(-*A-*)'; + break; + // allow zero or more arguments + case c.OPTIONAL: + regexpNargs = '(-*A?-*)'; + break; + // allow zero or more arguments + case c.ZERO_OR_MORE: + regexpNargs = '(-*[A-]*)'; + break; + // allow one or more arguments + case c.ONE_OR_MORE: + regexpNargs = '(-*A[A-]*)'; + break; + // allow any number of options or arguments + case c.REMAINDER: + regexpNargs = '([-AO]*)'; + break; + // allow one argument followed by any number of options or arguments + case c.PARSER: + regexpNargs = '(-*A[-AO]*)'; + break; + // all others should be integers + default: + regexpNargs = '(-*' + $$.repeat('-*A', action.nargs) + '-*)'; + } + + // if this is an optional action, -- is not allowed + if (action.isOptional()) { + regexpNargs = regexpNargs.replace(/-\*/g, ''); + regexpNargs = regexpNargs.replace(/-/g, ''); + } + + // return the pattern + return regexpNargs; +}; + +// +// Value conversion methods +// + +ArgumentParser.prototype._getValues = function (action, argStrings) { + var self = this; + + // for everything but PARSER args, strip out '--' + if (action.nargs !== c.PARSER && action.nargs !== c.REMAINDER) { + argStrings = argStrings.filter(function (arrayElement) { + return arrayElement !== '--'; + }); + } + + var value, argString; + + // optional argument produces a default when not present + if (argStrings.length === 0 && action.nargs === c.OPTIONAL) { + + value = (action.isOptional()) ? action.constant : action.defaultValue; + + if (typeof (value) === 'string') { + value = this._getValue(action, value); + this._checkValue(action, value); + } + + // when nargs='*' on a positional, if there were no command-line + // args, use the default if it is anything other than None + } else if (argStrings.length === 0 && action.nargs === c.ZERO_OR_MORE && + action.optionStrings.length === 0) { + + value = (action.defaultValue || argStrings); + this._checkValue(action, value); + + // single argument or optional argument produces a single value + } else if (argStrings.length === 1 && + (!action.nargs || action.nargs === c.OPTIONAL)) { + + argString = argStrings[0]; + value = this._getValue(action, argString); + this._checkValue(action, value); + + // REMAINDER arguments convert all values, checking none + } else if (action.nargs === c.REMAINDER) { + value = argStrings.map(function (v) { + return self._getValue(action, v); + }); + + // PARSER arguments convert all values, but check only the first + } else if (action.nargs === c.PARSER) { + value = argStrings.map(function (v) { + return self._getValue(action, v); + }); + this._checkValue(action, value[0]); + + // all other types of nargs produce a list + } else { + value = argStrings.map(function (v) { + return self._getValue(action, v); + }); + value.forEach(function (v) { + self._checkValue(action, v); + }); + } + + // return the converted value + return value; +}; + +ArgumentParser.prototype._getValue = function (action, argString) { + var result; + + var typeFunction = this._registryGet('type', action.type, action.type); + if (typeof typeFunction !== 'function') { + var message = format('%s is not callable', typeFunction); + throw argumentErrorHelper(action, message); + } + + // convert the value to the appropriate type + try { + result = typeFunction(argString); + + // ArgumentTypeErrors indicate errors + // If action.type is not a registered string, it is a function + // Try to deduce its name for inclusion in the error message + // Failing that, include the error message it raised. + } catch (e) { + var name = null; + if (typeof action.type === 'string') { + name = action.type; + } else { + name = action.type.name || action.type.displayName || ''; + } + var msg = format('Invalid %s value: %s', name, argString); + if (name === '') { msg += '\n' + e.message; } + throw argumentErrorHelper(action, msg); + } + // return the converted value + return result; +}; + +ArgumentParser.prototype._checkValue = function (action, value) { + // converted value must be one of the choices (if specified) + var choices = action.choices; + if (choices) { + // choise for argument can by array or string + if ((typeof choices === 'string' || Array.isArray(choices)) && + choices.indexOf(value) !== -1) { + return; + } + // choise for subparsers can by only hash + if (typeof choices === 'object' && !Array.isArray(choices) && choices[value]) { + return; + } + + if (typeof choices === 'string') { + choices = choices.split('').join(', '); + } else if (Array.isArray(choices)) { + choices = choices.join(', '); + } else { + choices = Object.keys(choices).join(', '); + } + var message = format('Invalid choice: %s (choose from [%s])', value, choices); + throw argumentErrorHelper(action, message); + } +}; + +// +// Help formatting methods +// + +/** + * ArgumentParser#formatUsage -> string + * + * Return usage string + * + * See also [original guide][1] + * + * [1]:http://docs.python.org/dev/library/argparse.html#printing-help + **/ +ArgumentParser.prototype.formatUsage = function () { + var formatter = this._getFormatter(); + formatter.addUsage(this.usage, this._actions, this._mutuallyExclusiveGroups); + return formatter.formatHelp(); +}; + +/** + * ArgumentParser#formatHelp -> string + * + * Return help + * + * See also [original guide][1] + * + * [1]:http://docs.python.org/dev/library/argparse.html#printing-help + **/ +ArgumentParser.prototype.formatHelp = function () { + var formatter = this._getFormatter(); + + // usage + formatter.addUsage(this.usage, this._actions, this._mutuallyExclusiveGroups); + + // description + formatter.addText(this.description); + + // positionals, optionals and user-defined groups + this._actionGroups.forEach(function (actionGroup) { + formatter.startSection(actionGroup.title); + formatter.addText(actionGroup.description); + formatter.addArguments(actionGroup._groupActions); + formatter.endSection(); + }); + + // epilog + formatter.addText(this.epilog); + + // determine help from format above + return formatter.formatHelp(); +}; + +ArgumentParser.prototype._getFormatter = function () { + var FormatterClass = this.formatterClass; + var formatter = new FormatterClass({ prog: this.prog }); + return formatter; +}; + +// +// Print functions +// + +/** + * ArgumentParser#printUsage() -> Void + * + * Print usage + * + * See also [original guide][1] + * + * [1]:http://docs.python.org/dev/library/argparse.html#printing-help + **/ +ArgumentParser.prototype.printUsage = function () { + this._printMessage(this.formatUsage()); +}; + +/** + * ArgumentParser#printHelp() -> Void + * + * Print help + * + * See also [original guide][1] + * + * [1]:http://docs.python.org/dev/library/argparse.html#printing-help + **/ +ArgumentParser.prototype.printHelp = function () { + this._printMessage(this.formatHelp()); +}; + +ArgumentParser.prototype._printMessage = function (message, stream) { + if (!stream) { + stream = process.stdout; + } + if (message) { + stream.write('' + message); + } +}; + +// +// Exit functions +// + +/** + * ArgumentParser#exit(status=0, message) -> Void + * - status (int): exit status + * - message (string): message + * + * Print message in stderr/stdout and exit program + **/ +ArgumentParser.prototype.exit = function (status, message) { + if (message) { + if (status === 0) { + this._printMessage(message); + } else { + this._printMessage(message, process.stderr); + } + } + + process.exit(status); +}; + +/** + * ArgumentParser#error(message) -> Void + * - err (Error|string): message + * + * Error method Prints a usage message incorporating the message to stderr and + * exits. If you override this in a subclass, + * it should not return -- it should + * either exit or throw an exception. + * + **/ +ArgumentParser.prototype.error = function (err) { + var message; + if (err instanceof Error) { + if (this.debug === true) { + throw err; + } + message = err.message; + } else { + message = err; + } + var msg = format('%s: error: %s', this.prog, message) + c.EOL; + + if (this.debug === true) { + throw new Error(msg); + } + + this.printUsage(process.stderr); + + return this.exit(2, msg); +}; + +module.exports = ArgumentParser; diff --git a/node_modules/argparse/lib/const.js b/node_modules/argparse/lib/const.js new file mode 100644 index 0000000..b1fd4ce --- /dev/null +++ b/node_modules/argparse/lib/const.js @@ -0,0 +1,21 @@ +// +// Constants +// + +'use strict'; + +module.exports.EOL = '\n'; + +module.exports.SUPPRESS = '==SUPPRESS=='; + +module.exports.OPTIONAL = '?'; + +module.exports.ZERO_OR_MORE = '*'; + +module.exports.ONE_OR_MORE = '+'; + +module.exports.PARSER = 'A...'; + +module.exports.REMAINDER = '...'; + +module.exports._UNRECOGNIZED_ARGS_ATTR = '_unrecognized_args'; diff --git a/node_modules/argparse/lib/help/added_formatters.js b/node_modules/argparse/lib/help/added_formatters.js new file mode 100644 index 0000000..f8e4299 --- /dev/null +++ b/node_modules/argparse/lib/help/added_formatters.js @@ -0,0 +1,87 @@ +'use strict'; + +var util = require('util'); + +// Constants +var c = require('../const'); + +var $$ = require('../utils'); +var HelpFormatter = require('./formatter.js'); + +/** + * new RawDescriptionHelpFormatter(options) + * new ArgumentParser({formatterClass: argparse.RawDescriptionHelpFormatter, ...}) + * + * Help message formatter which adds default values to argument help. + * + * Only the name of this class is considered a public API. All the methods + * provided by the class are considered an implementation detail. + **/ + +function ArgumentDefaultsHelpFormatter(options) { + HelpFormatter.call(this, options); +} + +util.inherits(ArgumentDefaultsHelpFormatter, HelpFormatter); + +ArgumentDefaultsHelpFormatter.prototype._getHelpString = function (action) { + var help = action.help; + if (action.help.indexOf('%(defaultValue)s') === -1) { + if (action.defaultValue !== c.SUPPRESS) { + var defaulting_nargs = [ c.OPTIONAL, c.ZERO_OR_MORE ]; + if (action.isOptional() || (defaulting_nargs.indexOf(action.nargs) >= 0)) { + help += ' (default: %(defaultValue)s)'; + } + } + } + return help; +}; + +module.exports.ArgumentDefaultsHelpFormatter = ArgumentDefaultsHelpFormatter; + +/** + * new RawDescriptionHelpFormatter(options) + * new ArgumentParser({formatterClass: argparse.RawDescriptionHelpFormatter, ...}) + * + * Help message formatter which retains any formatting in descriptions. + * + * Only the name of this class is considered a public API. All the methods + * provided by the class are considered an implementation detail. + **/ + +function RawDescriptionHelpFormatter(options) { + HelpFormatter.call(this, options); +} + +util.inherits(RawDescriptionHelpFormatter, HelpFormatter); + +RawDescriptionHelpFormatter.prototype._fillText = function (text, width, indent) { + var lines = text.split('\n'); + lines = lines.map(function (line) { + return $$.trimEnd(indent + line); + }); + return lines.join('\n'); +}; +module.exports.RawDescriptionHelpFormatter = RawDescriptionHelpFormatter; + +/** + * new RawTextHelpFormatter(options) + * new ArgumentParser({formatterClass: argparse.RawTextHelpFormatter, ...}) + * + * Help message formatter which retains formatting of all help text. + * + * Only the name of this class is considered a public API. All the methods + * provided by the class are considered an implementation detail. + **/ + +function RawTextHelpFormatter(options) { + RawDescriptionHelpFormatter.call(this, options); +} + +util.inherits(RawTextHelpFormatter, RawDescriptionHelpFormatter); + +RawTextHelpFormatter.prototype._splitLines = function (text) { + return text.split('\n'); +}; + +module.exports.RawTextHelpFormatter = RawTextHelpFormatter; diff --git a/node_modules/argparse/lib/help/formatter.js b/node_modules/argparse/lib/help/formatter.js new file mode 100644 index 0000000..29036c1 --- /dev/null +++ b/node_modules/argparse/lib/help/formatter.js @@ -0,0 +1,795 @@ +/** + * class HelpFormatter + * + * Formatter for generating usage messages and argument help strings. Only the + * name of this class is considered a public API. All the methods provided by + * the class are considered an implementation detail. + * + * Do not call in your code, use this class only for inherits your own forvatter + * + * ToDo add [additonal formatters][1] + * + * [1]:http://docs.python.org/dev/library/argparse.html#formatter-class + **/ +'use strict'; + +var sprintf = require('sprintf-js').sprintf; + +// Constants +var c = require('../const'); + +var $$ = require('../utils'); + + +/*:nodoc:* internal + * new Support(parent, heding) + * - parent (object): parent section + * - heading (string): header string + * + **/ +function Section(parent, heading) { + this._parent = parent; + this._heading = heading; + this._items = []; +} + +/*:nodoc:* internal + * Section#addItem(callback) -> Void + * - callback (array): tuple with function and args + * + * Add function for single element + **/ +Section.prototype.addItem = function (callback) { + this._items.push(callback); +}; + +/*:nodoc:* internal + * Section#formatHelp(formatter) -> string + * - formatter (HelpFormatter): current formatter + * + * Form help section string + * + **/ +Section.prototype.formatHelp = function (formatter) { + var itemHelp, heading; + + // format the indented section + if (this._parent) { + formatter._indent(); + } + + itemHelp = this._items.map(function (item) { + var obj, func, args; + + obj = formatter; + func = item[0]; + args = item[1]; + return func.apply(obj, args); + }); + itemHelp = formatter._joinParts(itemHelp); + + if (this._parent) { + formatter._dedent(); + } + + // return nothing if the section was empty + if (!itemHelp) { + return ''; + } + + // add the heading if the section was non-empty + heading = ''; + if (this._heading && this._heading !== c.SUPPRESS) { + var currentIndent = formatter.currentIndent; + heading = $$.repeat(' ', currentIndent) + this._heading + ':' + c.EOL; + } + + // join the section-initialize newline, the heading and the help + return formatter._joinParts([ c.EOL, heading, itemHelp, c.EOL ]); +}; + +/** + * new HelpFormatter(options) + * + * #### Options: + * - `prog`: program name + * - `indentIncriment`: indent step, default value 2 + * - `maxHelpPosition`: max help position, default value = 24 + * - `width`: line width + * + **/ +var HelpFormatter = module.exports = function HelpFormatter(options) { + options = options || {}; + + this._prog = options.prog; + + this._maxHelpPosition = options.maxHelpPosition || 24; + this._width = (options.width || ((process.env.COLUMNS || 80) - 2)); + + this._currentIndent = 0; + this._indentIncriment = options.indentIncriment || 2; + this._level = 0; + this._actionMaxLength = 0; + + this._rootSection = new Section(null); + this._currentSection = this._rootSection; + + this._whitespaceMatcher = new RegExp('\\s+', 'g'); + this._longBreakMatcher = new RegExp(c.EOL + c.EOL + c.EOL + '+', 'g'); +}; + +HelpFormatter.prototype._indent = function () { + this._currentIndent += this._indentIncriment; + this._level += 1; +}; + +HelpFormatter.prototype._dedent = function () { + this._currentIndent -= this._indentIncriment; + this._level -= 1; + if (this._currentIndent < 0) { + throw new Error('Indent decreased below 0.'); + } +}; + +HelpFormatter.prototype._addItem = function (func, args) { + this._currentSection.addItem([ func, args ]); +}; + +// +// Message building methods +// + +/** + * HelpFormatter#startSection(heading) -> Void + * - heading (string): header string + * + * Start new help section + * + * See alse [code example][1] + * + * ##### Example + * + * formatter.startSection(actionGroup.title); + * formatter.addText(actionGroup.description); + * formatter.addArguments(actionGroup._groupActions); + * formatter.endSection(); + * + **/ +HelpFormatter.prototype.startSection = function (heading) { + this._indent(); + var section = new Section(this._currentSection, heading); + var func = section.formatHelp.bind(section); + this._addItem(func, [ this ]); + this._currentSection = section; +}; + +/** + * HelpFormatter#endSection -> Void + * + * End help section + * + * ##### Example + * + * formatter.startSection(actionGroup.title); + * formatter.addText(actionGroup.description); + * formatter.addArguments(actionGroup._groupActions); + * formatter.endSection(); + **/ +HelpFormatter.prototype.endSection = function () { + this._currentSection = this._currentSection._parent; + this._dedent(); +}; + +/** + * HelpFormatter#addText(text) -> Void + * - text (string): plain text + * + * Add plain text into current section + * + * ##### Example + * + * formatter.startSection(actionGroup.title); + * formatter.addText(actionGroup.description); + * formatter.addArguments(actionGroup._groupActions); + * formatter.endSection(); + * + **/ +HelpFormatter.prototype.addText = function (text) { + if (text && text !== c.SUPPRESS) { + this._addItem(this._formatText, [ text ]); + } +}; + +/** + * HelpFormatter#addUsage(usage, actions, groups, prefix) -> Void + * - usage (string): usage text + * - actions (array): actions list + * - groups (array): groups list + * - prefix (string): usage prefix + * + * Add usage data into current section + * + * ##### Example + * + * formatter.addUsage(this.usage, this._actions, []); + * return formatter.formatHelp(); + * + **/ +HelpFormatter.prototype.addUsage = function (usage, actions, groups, prefix) { + if (usage !== c.SUPPRESS) { + this._addItem(this._formatUsage, [ usage, actions, groups, prefix ]); + } +}; + +/** + * HelpFormatter#addArgument(action) -> Void + * - action (object): action + * + * Add argument into current section + * + * Single variant of [[HelpFormatter#addArguments]] + **/ +HelpFormatter.prototype.addArgument = function (action) { + if (action.help !== c.SUPPRESS) { + var self = this; + + // find all invocations + var invocations = [ this._formatActionInvocation(action) ]; + var invocationLength = invocations[0].length; + + var actionLength; + + if (action._getSubactions) { + this._indent(); + action._getSubactions().forEach(function (subaction) { + + var invocationNew = self._formatActionInvocation(subaction); + invocations.push(invocationNew); + invocationLength = Math.max(invocationLength, invocationNew.length); + + }); + this._dedent(); + } + + // update the maximum item length + actionLength = invocationLength + this._currentIndent; + this._actionMaxLength = Math.max(this._actionMaxLength, actionLength); + + // add the item to the list + this._addItem(this._formatAction, [ action ]); + } +}; + +/** + * HelpFormatter#addArguments(actions) -> Void + * - actions (array): actions list + * + * Mass add arguments into current section + * + * ##### Example + * + * formatter.startSection(actionGroup.title); + * formatter.addText(actionGroup.description); + * formatter.addArguments(actionGroup._groupActions); + * formatter.endSection(); + * + **/ +HelpFormatter.prototype.addArguments = function (actions) { + var self = this; + actions.forEach(function (action) { + self.addArgument(action); + }); +}; + +// +// Help-formatting methods +// + +/** + * HelpFormatter#formatHelp -> string + * + * Format help + * + * ##### Example + * + * formatter.addText(this.epilog); + * return formatter.formatHelp(); + * + **/ +HelpFormatter.prototype.formatHelp = function () { + var help = this._rootSection.formatHelp(this); + if (help) { + help = help.replace(this._longBreakMatcher, c.EOL + c.EOL); + help = $$.trimChars(help, c.EOL) + c.EOL; + } + return help; +}; + +HelpFormatter.prototype._joinParts = function (partStrings) { + return partStrings.filter(function (part) { + return (part && part !== c.SUPPRESS); + }).join(''); +}; + +HelpFormatter.prototype._formatUsage = function (usage, actions, groups, prefix) { + if (!prefix && typeof prefix !== 'string') { + prefix = 'usage: '; + } + + actions = actions || []; + groups = groups || []; + + + // if usage is specified, use that + if (usage) { + usage = sprintf(usage, { prog: this._prog }); + + // if no optionals or positionals are available, usage is just prog + } else if (!usage && actions.length === 0) { + usage = this._prog; + + // if optionals and positionals are available, calculate usage + } else if (!usage) { + var prog = this._prog; + var optionals = []; + var positionals = []; + var actionUsage; + var textWidth; + + // split optionals from positionals + actions.forEach(function (action) { + if (action.isOptional()) { + optionals.push(action); + } else { + positionals.push(action); + } + }); + + // build full usage string + actionUsage = this._formatActionsUsage([].concat(optionals, positionals), groups); + usage = [ prog, actionUsage ].join(' '); + + // wrap the usage parts if it's too long + textWidth = this._width - this._currentIndent; + if ((prefix.length + usage.length) > textWidth) { + + // break usage into wrappable parts + var regexpPart = new RegExp('\\(.*?\\)+|\\[.*?\\]+|\\S+', 'g'); + var optionalUsage = this._formatActionsUsage(optionals, groups); + var positionalUsage = this._formatActionsUsage(positionals, groups); + + + var optionalParts = optionalUsage.match(regexpPart); + var positionalParts = positionalUsage.match(regexpPart) || []; + + if (optionalParts.join(' ') !== optionalUsage) { + throw new Error('assert "optionalParts.join(\' \') === optionalUsage"'); + } + if (positionalParts.join(' ') !== positionalUsage) { + throw new Error('assert "positionalParts.join(\' \') === positionalUsage"'); + } + + // helper for wrapping lines + /*eslint-disable func-style*/ // node 0.10 compat + var _getLines = function (parts, indent, prefix) { + var lines = []; + var line = []; + + var lineLength = prefix ? prefix.length - 1 : indent.length - 1; + + parts.forEach(function (part) { + if (lineLength + 1 + part.length > textWidth) { + lines.push(indent + line.join(' ')); + line = []; + lineLength = indent.length - 1; + } + line.push(part); + lineLength += part.length + 1; + }); + + if (line) { + lines.push(indent + line.join(' ')); + } + if (prefix) { + lines[0] = lines[0].substr(indent.length); + } + return lines; + }; + + var lines, indent, parts; + // if prog is short, follow it with optionals or positionals + if (prefix.length + prog.length <= 0.75 * textWidth) { + indent = $$.repeat(' ', (prefix.length + prog.length + 1)); + if (optionalParts) { + lines = [].concat( + _getLines([ prog ].concat(optionalParts), indent, prefix), + _getLines(positionalParts, indent) + ); + } else if (positionalParts) { + lines = _getLines([ prog ].concat(positionalParts), indent, prefix); + } else { + lines = [ prog ]; + } + + // if prog is long, put it on its own line + } else { + indent = $$.repeat(' ', prefix.length); + parts = optionalParts.concat(positionalParts); + lines = _getLines(parts, indent); + if (lines.length > 1) { + lines = [].concat( + _getLines(optionalParts, indent), + _getLines(positionalParts, indent) + ); + } + lines = [ prog ].concat(lines); + } + // join lines into usage + usage = lines.join(c.EOL); + } + } + + // prefix with 'usage:' + return prefix + usage + c.EOL + c.EOL; +}; + +HelpFormatter.prototype._formatActionsUsage = function (actions, groups) { + // find group indices and identify actions in groups + var groupActions = []; + var inserts = []; + var self = this; + + groups.forEach(function (group) { + var end; + var i; + + var start = actions.indexOf(group._groupActions[0]); + if (start >= 0) { + end = start + group._groupActions.length; + + //if (actions.slice(start, end) === group._groupActions) { + if ($$.arrayEqual(actions.slice(start, end), group._groupActions)) { + group._groupActions.forEach(function (action) { + groupActions.push(action); + }); + + if (!group.required) { + if (inserts[start]) { + inserts[start] += ' ['; + } else { + inserts[start] = '['; + } + inserts[end] = ']'; + } else { + if (inserts[start]) { + inserts[start] += ' ('; + } else { + inserts[start] = '('; + } + inserts[end] = ')'; + } + for (i = start + 1; i < end; i += 1) { + inserts[i] = '|'; + } + } + } + }); + + // collect all actions format strings + var parts = []; + + actions.forEach(function (action, actionIndex) { + var part; + var optionString; + var argsDefault; + var argsString; + + // suppressed arguments are marked with None + // remove | separators for suppressed arguments + if (action.help === c.SUPPRESS) { + parts.push(null); + if (inserts[actionIndex] === '|') { + inserts.splice(actionIndex, actionIndex); + } else if (inserts[actionIndex + 1] === '|') { + inserts.splice(actionIndex + 1, actionIndex + 1); + } + + // produce all arg strings + } else if (!action.isOptional()) { + part = self._formatArgs(action, action.dest); + + // if it's in a group, strip the outer [] + if (groupActions.indexOf(action) >= 0) { + if (part[0] === '[' && part[part.length - 1] === ']') { + part = part.slice(1, -1); + } + } + // add the action string to the list + parts.push(part); + + // produce the first way to invoke the option in brackets + } else { + optionString = action.optionStrings[0]; + + // if the Optional doesn't take a value, format is: -s or --long + if (action.nargs === 0) { + part = '' + optionString; + + // if the Optional takes a value, format is: -s ARGS or --long ARGS + } else { + argsDefault = action.dest.toUpperCase(); + argsString = self._formatArgs(action, argsDefault); + part = optionString + ' ' + argsString; + } + // make it look optional if it's not required or in a group + if (!action.required && groupActions.indexOf(action) < 0) { + part = '[' + part + ']'; + } + // add the action string to the list + parts.push(part); + } + }); + + // insert things at the necessary indices + for (var i = inserts.length - 1; i >= 0; --i) { + if (inserts[i] !== null) { + parts.splice(i, 0, inserts[i]); + } + } + + // join all the action items with spaces + var text = parts.filter(function (part) { + return !!part; + }).join(' '); + + // clean up separators for mutually exclusive groups + text = text.replace(/([\[(]) /g, '$1'); // remove spaces + text = text.replace(/ ([\])])/g, '$1'); + text = text.replace(/\[ *\]/g, ''); // remove empty groups + text = text.replace(/\( *\)/g, ''); + text = text.replace(/\(([^|]*)\)/g, '$1'); // remove () from single action groups + + text = text.trim(); + + // return the text + return text; +}; + +HelpFormatter.prototype._formatText = function (text) { + text = sprintf(text, { prog: this._prog }); + var textWidth = this._width - this._currentIndent; + var indentIncriment = $$.repeat(' ', this._currentIndent); + return this._fillText(text, textWidth, indentIncriment) + c.EOL + c.EOL; +}; + +HelpFormatter.prototype._formatAction = function (action) { + var self = this; + + var helpText; + var helpLines; + var parts; + var indentFirst; + + // determine the required width and the entry label + var helpPosition = Math.min(this._actionMaxLength + 2, this._maxHelpPosition); + var helpWidth = this._width - helpPosition; + var actionWidth = helpPosition - this._currentIndent - 2; + var actionHeader = this._formatActionInvocation(action); + + // no help; start on same line and add a final newline + if (!action.help) { + actionHeader = $$.repeat(' ', this._currentIndent) + actionHeader + c.EOL; + + // short action name; start on the same line and pad two spaces + } else if (actionHeader.length <= actionWidth) { + actionHeader = $$.repeat(' ', this._currentIndent) + + actionHeader + + ' ' + + $$.repeat(' ', actionWidth - actionHeader.length); + indentFirst = 0; + + // long action name; start on the next line + } else { + actionHeader = $$.repeat(' ', this._currentIndent) + actionHeader + c.EOL; + indentFirst = helpPosition; + } + + // collect the pieces of the action help + parts = [ actionHeader ]; + + // if there was help for the action, add lines of help text + if (action.help) { + helpText = this._expandHelp(action); + helpLines = this._splitLines(helpText, helpWidth); + parts.push($$.repeat(' ', indentFirst) + helpLines[0] + c.EOL); + helpLines.slice(1).forEach(function (line) { + parts.push($$.repeat(' ', helpPosition) + line + c.EOL); + }); + + // or add a newline if the description doesn't end with one + } else if (actionHeader.charAt(actionHeader.length - 1) !== c.EOL) { + parts.push(c.EOL); + } + // if there are any sub-actions, add their help as well + if (action._getSubactions) { + this._indent(); + action._getSubactions().forEach(function (subaction) { + parts.push(self._formatAction(subaction)); + }); + this._dedent(); + } + // return a single string + return this._joinParts(parts); +}; + +HelpFormatter.prototype._formatActionInvocation = function (action) { + if (!action.isOptional()) { + var format_func = this._metavarFormatter(action, action.dest); + var metavars = format_func(1); + return metavars[0]; + } + + var parts = []; + var argsDefault; + var argsString; + + // if the Optional doesn't take a value, format is: -s, --long + if (action.nargs === 0) { + parts = parts.concat(action.optionStrings); + + // if the Optional takes a value, format is: -s ARGS, --long ARGS + } else { + argsDefault = action.dest.toUpperCase(); + argsString = this._formatArgs(action, argsDefault); + action.optionStrings.forEach(function (optionString) { + parts.push(optionString + ' ' + argsString); + }); + } + return parts.join(', '); +}; + +HelpFormatter.prototype._metavarFormatter = function (action, metavarDefault) { + var result; + + if (action.metavar || action.metavar === '') { + result = action.metavar; + } else if (action.choices) { + var choices = action.choices; + + if (typeof choices === 'string') { + choices = choices.split('').join(', '); + } else if (Array.isArray(choices)) { + choices = choices.join(','); + } else { + choices = Object.keys(choices).join(','); + } + result = '{' + choices + '}'; + } else { + result = metavarDefault; + } + + return function (size) { + if (Array.isArray(result)) { + return result; + } + + var metavars = []; + for (var i = 0; i < size; i += 1) { + metavars.push(result); + } + return metavars; + }; +}; + +HelpFormatter.prototype._formatArgs = function (action, metavarDefault) { + var result; + var metavars; + + var buildMetavar = this._metavarFormatter(action, metavarDefault); + + switch (action.nargs) { + /*eslint-disable no-undefined*/ + case undefined: + case null: + metavars = buildMetavar(1); + result = '' + metavars[0]; + break; + case c.OPTIONAL: + metavars = buildMetavar(1); + result = '[' + metavars[0] + ']'; + break; + case c.ZERO_OR_MORE: + metavars = buildMetavar(2); + result = '[' + metavars[0] + ' [' + metavars[1] + ' ...]]'; + break; + case c.ONE_OR_MORE: + metavars = buildMetavar(2); + result = '' + metavars[0] + ' [' + metavars[1] + ' ...]'; + break; + case c.REMAINDER: + result = '...'; + break; + case c.PARSER: + metavars = buildMetavar(1); + result = metavars[0] + ' ...'; + break; + default: + metavars = buildMetavar(action.nargs); + result = metavars.join(' '); + } + return result; +}; + +HelpFormatter.prototype._expandHelp = function (action) { + var params = { prog: this._prog }; + + Object.keys(action).forEach(function (actionProperty) { + var actionValue = action[actionProperty]; + + if (actionValue !== c.SUPPRESS) { + params[actionProperty] = actionValue; + } + }); + + if (params.choices) { + if (typeof params.choices === 'string') { + params.choices = params.choices.split('').join(', '); + } else if (Array.isArray(params.choices)) { + params.choices = params.choices.join(', '); + } else { + params.choices = Object.keys(params.choices).join(', '); + } + } + + return sprintf(this._getHelpString(action), params); +}; + +HelpFormatter.prototype._splitLines = function (text, width) { + var lines = []; + var delimiters = [ ' ', '.', ',', '!', '?' ]; + var re = new RegExp('[' + delimiters.join('') + '][^' + delimiters.join('') + ']*$'); + + text = text.replace(/[\n\|\t]/g, ' '); + + text = text.trim(); + text = text.replace(this._whitespaceMatcher, ' '); + + // Wraps the single paragraph in text (a string) so every line + // is at most width characters long. + text.split(c.EOL).forEach(function (line) { + if (width >= line.length) { + lines.push(line); + return; + } + + var wrapStart = 0; + var wrapEnd = width; + var delimiterIndex = 0; + while (wrapEnd <= line.length) { + if (wrapEnd !== line.length && delimiters.indexOf(line[wrapEnd] < -1)) { + delimiterIndex = (re.exec(line.substring(wrapStart, wrapEnd)) || {}).index; + wrapEnd = wrapStart + delimiterIndex + 1; + } + lines.push(line.substring(wrapStart, wrapEnd)); + wrapStart = wrapEnd; + wrapEnd += width; + } + if (wrapStart < line.length) { + lines.push(line.substring(wrapStart, wrapEnd)); + } + }); + + return lines; +}; + +HelpFormatter.prototype._fillText = function (text, width, indent) { + var lines = this._splitLines(text, width); + lines = lines.map(function (line) { + return indent + line; + }); + return lines.join(c.EOL); +}; + +HelpFormatter.prototype._getHelpString = function (action) { + return action.help; +}; diff --git a/node_modules/argparse/lib/namespace.js b/node_modules/argparse/lib/namespace.js new file mode 100644 index 0000000..a860de9 --- /dev/null +++ b/node_modules/argparse/lib/namespace.js @@ -0,0 +1,76 @@ +/** + * class Namespace + * + * Simple object for storing attributes. Implements equality by attribute names + * and values, and provides a simple string representation. + * + * See also [original guide][1] + * + * [1]:http://docs.python.org/dev/library/argparse.html#the-namespace-object + **/ +'use strict'; + +var $$ = require('./utils'); + +/** + * new Namespace(options) + * - options(object): predefined propertis for result object + * + **/ +var Namespace = module.exports = function Namespace(options) { + $$.extend(this, options); +}; + +/** + * Namespace#isset(key) -> Boolean + * - key (string|number): property name + * + * Tells whenever `namespace` contains given `key` or not. + **/ +Namespace.prototype.isset = function (key) { + return $$.has(this, key); +}; + +/** + * Namespace#set(key, value) -> self + * -key (string|number|object): propery name + * -value (mixed): new property value + * + * Set the property named key with value. + * If key object then set all key properties to namespace object + **/ +Namespace.prototype.set = function (key, value) { + if (typeof (key) === 'object') { + $$.extend(this, key); + } else { + this[key] = value; + } + return this; +}; + +/** + * Namespace#get(key, defaultValue) -> mixed + * - key (string|number): property name + * - defaultValue (mixed): default value + * + * Return the property key or defaulValue if not set + **/ +Namespace.prototype.get = function (key, defaultValue) { + return !this[key] ? defaultValue : this[key]; +}; + +/** + * Namespace#unset(key, defaultValue) -> mixed + * - key (string|number): property name + * - defaultValue (mixed): default value + * + * Return data[key](and delete it) or defaultValue + **/ +Namespace.prototype.unset = function (key, defaultValue) { + var value = this[key]; + if (value !== null) { + delete this[key]; + return value; + } + return defaultValue; +}; diff --git a/node_modules/argparse/lib/utils.js b/node_modules/argparse/lib/utils.js new file mode 100644 index 0000000..4a9cf3e --- /dev/null +++ b/node_modules/argparse/lib/utils.js @@ -0,0 +1,57 @@ +'use strict'; + +exports.repeat = function (str, num) { + var result = ''; + for (var i = 0; i < num; i++) { result += str; } + return result; +}; + +exports.arrayEqual = function (a, b) { + if (a.length !== b.length) { return false; } + for (var i = 0; i < a.length; i++) { + if (a[i] !== b[i]) { return false; } + } + return true; +}; + +exports.trimChars = function (str, chars) { + var start = 0; + var end = str.length - 1; + while (chars.indexOf(str.charAt(start)) >= 0) { start++; } + while (chars.indexOf(str.charAt(end)) >= 0) { end--; } + return str.slice(start, end + 1); +}; + +exports.capitalize = function (str) { + return str.charAt(0).toUpperCase() + str.slice(1); +}; + +exports.arrayUnion = function () { + var result = []; + for (var i = 0, values = {}; i < arguments.length; i++) { + var arr = arguments[i]; + for (var j = 0; j < arr.length; j++) { + if (!values[arr[j]]) { + values[arr[j]] = true; + result.push(arr[j]); + } + } + } + return result; +}; + +function has(obj, key) { + return Object.prototype.hasOwnProperty.call(obj, key); +} + +exports.has = has; + +exports.extend = function (dest, src) { + for (var i in src) { + if (has(src, i)) { dest[i] = src[i]; } + } +}; + +exports.trimEnd = function (str) { + return str.replace(/\s+$/g, ''); +}; diff --git a/node_modules/argparse/package.json b/node_modules/argparse/package.json new file mode 100644 index 0000000..b8b5d75 --- /dev/null +++ b/node_modules/argparse/package.json @@ -0,0 +1,70 @@ +{ + "_from": "argparse@^1.0.7", + "_id": "argparse@1.0.10", + "_inBundle": false, + "_integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "_location": "/argparse", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "argparse@^1.0.7", + "name": "argparse", + "escapedName": "argparse", + "rawSpec": "^1.0.7", + "saveSpec": null, + "fetchSpec": "^1.0.7" + }, + "_requiredBy": [ + "/yamljs" + ], + "_resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "_shasum": "bcd6791ea5ae09725e17e5ad988134cd40b3d911", + "_spec": "argparse@^1.0.7", + "_where": "/Users/paolo/Desktop/multiplayer games/likelike-online/node_modules/yamljs", + "bugs": { + "url": "https://github.com/nodeca/argparse/issues" + }, + "bundleDependencies": false, + "contributors": [ + { + "name": "Eugene Shkuropat" + }, + { + "name": "Paul Jacobson" + } + ], + "dependencies": { + "sprintf-js": "~1.0.2" + }, + "deprecated": false, + "description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library", + "devDependencies": { + "eslint": "^2.13.1", + "istanbul": "^0.4.5", + "mocha": "^3.1.0", + "ndoc": "^5.0.1" + }, + "files": [ + "index.js", + "lib/" + ], + "homepage": "https://github.com/nodeca/argparse#readme", + "keywords": [ + "cli", + "parser", + "argparse", + "option", + "args" + ], + "license": "MIT", + "name": "argparse", + "repository": { + "type": "git", + "url": "git+https://github.com/nodeca/argparse.git" + }, + "scripts": { + "test": "make test" + }, + "version": "1.0.10" +} diff --git a/node_modules/balanced-match/.npmignore b/node_modules/balanced-match/.npmignore new file mode 100644 index 0000000..ae5d8c3 --- /dev/null +++ b/node_modules/balanced-match/.npmignore @@ -0,0 +1,5 @@ +test +.gitignore +.travis.yml +Makefile +example.js diff --git a/node_modules/balanced-match/LICENSE.md b/node_modules/balanced-match/LICENSE.md new file mode 100644 index 0000000..2cdc8e4 --- /dev/null +++ b/node_modules/balanced-match/LICENSE.md @@ -0,0 +1,21 @@ +(MIT) + +Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/balanced-match/README.md b/node_modules/balanced-match/README.md new file mode 100644 index 0000000..08e918c --- /dev/null +++ b/node_modules/balanced-match/README.md @@ -0,0 +1,91 @@ +# balanced-match + +Match balanced string pairs, like `{` and `}` or `` and ``. Supports regular expressions as well! + +[![build status](https://secure.travis-ci.org/juliangruber/balanced-match.svg)](http://travis-ci.org/juliangruber/balanced-match) +[![downloads](https://img.shields.io/npm/dm/balanced-match.svg)](https://www.npmjs.org/package/balanced-match) + +[![testling badge](https://ci.testling.com/juliangruber/balanced-match.png)](https://ci.testling.com/juliangruber/balanced-match) + +## Example + +Get the first matching pair of braces: + +```js +var balanced = require('balanced-match'); + +console.log(balanced('{', '}', 'pre{in{nested}}post')); +console.log(balanced('{', '}', 'pre{first}between{second}post')); +console.log(balanced(/\s+\{\s+/, /\s+\}\s+/, 'pre { in{nest} } post')); +``` + +The matches are: + +```bash +$ node example.js +{ start: 3, end: 14, pre: 'pre', body: 'in{nested}', post: 'post' } +{ start: 3, + end: 9, + pre: 'pre', + body: 'first', + post: 'between{second}post' } +{ start: 3, end: 17, pre: 'pre', body: 'in{nest}', post: 'post' } +``` + +## API + +### var m = balanced(a, b, str) + +For the first non-nested matching pair of `a` and `b` in `str`, return an +object with those keys: + +* **start** the index of the first match of `a` +* **end** the index of the matching `b` +* **pre** the preamble, `a` and `b` not included +* **body** the match, `a` and `b` not included +* **post** the postscript, `a` and `b` not included + +If there's no match, `undefined` will be returned. + +If the `str` contains more `a` than `b` / there are unmatched pairs, the first match that was closed will be used. For example, `{{a}` will match `['{', 'a', '']` and `{a}}` will match `['', 'a', '}']`. + +### var r = balanced.range(a, b, str) + +For the first non-nested matching pair of `a` and `b` in `str`, return an +array with indexes: `[ , ]`. + +If there's no match, `undefined` will be returned. + +If the `str` contains more `a` than `b` / there are unmatched pairs, the first match that was closed will be used. For example, `{{a}` will match `[ 1, 3 ]` and `{a}}` will match `[0, 2]`. + +## Installation + +With [npm](https://npmjs.org) do: + +```bash +npm install balanced-match +``` + +## License + +(MIT) + +Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/balanced-match/index.js b/node_modules/balanced-match/index.js new file mode 100644 index 0000000..1685a76 --- /dev/null +++ b/node_modules/balanced-match/index.js @@ -0,0 +1,59 @@ +'use strict'; +module.exports = balanced; +function balanced(a, b, str) { + if (a instanceof RegExp) a = maybeMatch(a, str); + if (b instanceof RegExp) b = maybeMatch(b, str); + + var r = range(a, b, str); + + return r && { + start: r[0], + end: r[1], + pre: str.slice(0, r[0]), + body: str.slice(r[0] + a.length, r[1]), + post: str.slice(r[1] + b.length) + }; +} + +function maybeMatch(reg, str) { + var m = str.match(reg); + return m ? m[0] : null; +} + +balanced.range = range; +function range(a, b, str) { + var begs, beg, left, right, result; + var ai = str.indexOf(a); + var bi = str.indexOf(b, ai + 1); + var i = ai; + + if (ai >= 0 && bi > 0) { + begs = []; + left = str.length; + + while (i >= 0 && !result) { + if (i == ai) { + begs.push(i); + ai = str.indexOf(a, i + 1); + } else if (begs.length == 1) { + result = [ begs.pop(), bi ]; + } else { + beg = begs.pop(); + if (beg < left) { + left = beg; + right = bi; + } + + bi = str.indexOf(b, i + 1); + } + + i = ai < bi && ai >= 0 ? ai : bi; + } + + if (begs.length) { + result = [ left, right ]; + } + } + + return result; +} diff --git a/node_modules/balanced-match/package.json b/node_modules/balanced-match/package.json new file mode 100644 index 0000000..5e7e46c --- /dev/null +++ b/node_modules/balanced-match/package.json @@ -0,0 +1,77 @@ +{ + "_from": "balanced-match@^1.0.0", + "_id": "balanced-match@1.0.0", + "_inBundle": false, + "_integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", + "_location": "/balanced-match", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "balanced-match@^1.0.0", + "name": "balanced-match", + "escapedName": "balanced-match", + "rawSpec": "^1.0.0", + "saveSpec": null, + "fetchSpec": "^1.0.0" + }, + "_requiredBy": [ + "/brace-expansion" + ], + "_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "_shasum": "89b4d199ab2bee49de164ea02b89ce462d71b767", + "_spec": "balanced-match@^1.0.0", + "_where": "/Users/paolo/Desktop/multiplayer games/likelike-online/node_modules/brace-expansion", + "author": { + "name": "Julian Gruber", + "email": "mail@juliangruber.com", + "url": "http://juliangruber.com" + }, + "bugs": { + "url": "https://github.com/juliangruber/balanced-match/issues" + }, + "bundleDependencies": false, + "dependencies": {}, + "deprecated": false, + "description": "Match balanced character pairs, like \"{\" and \"}\"", + "devDependencies": { + "matcha": "^0.7.0", + "tape": "^4.6.0" + }, + "homepage": "https://github.com/juliangruber/balanced-match", + "keywords": [ + "match", + "regexp", + "test", + "balanced", + "parse" + ], + "license": "MIT", + "main": "index.js", + "name": "balanced-match", + "repository": { + "type": "git", + "url": "git://github.com/juliangruber/balanced-match.git" + }, + "scripts": { + "bench": "make bench", + "test": "make test" + }, + "testling": { + "files": "test/*.js", + "browsers": [ + "ie/8..latest", + "firefox/20..latest", + "firefox/nightly", + "chrome/25..latest", + "chrome/canary", + "opera/12..latest", + "opera/next", + "safari/5.1..latest", + "ipad/6.0..latest", + "iphone/6.0..latest", + "android-browser/4.2..latest" + ] + }, + "version": "1.0.0" +} diff --git a/node_modules/brace-expansion/LICENSE b/node_modules/brace-expansion/LICENSE new file mode 100644 index 0000000..de32266 --- /dev/null +++ b/node_modules/brace-expansion/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2013 Julian Gruber + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/brace-expansion/README.md b/node_modules/brace-expansion/README.md new file mode 100644 index 0000000..6b4e0e1 --- /dev/null +++ b/node_modules/brace-expansion/README.md @@ -0,0 +1,129 @@ +# brace-expansion + +[Brace expansion](https://www.gnu.org/software/bash/manual/html_node/Brace-Expansion.html), +as known from sh/bash, in JavaScript. + +[![build status](https://secure.travis-ci.org/juliangruber/brace-expansion.svg)](http://travis-ci.org/juliangruber/brace-expansion) +[![downloads](https://img.shields.io/npm/dm/brace-expansion.svg)](https://www.npmjs.org/package/brace-expansion) +[![Greenkeeper badge](https://badges.greenkeeper.io/juliangruber/brace-expansion.svg)](https://greenkeeper.io/) + +[![testling badge](https://ci.testling.com/juliangruber/brace-expansion.png)](https://ci.testling.com/juliangruber/brace-expansion) + +## Example + +```js +var expand = require('brace-expansion'); + +expand('file-{a,b,c}.jpg') +// => ['file-a.jpg', 'file-b.jpg', 'file-c.jpg'] + +expand('-v{,,}') +// => ['-v', '-v', '-v'] + +expand('file{0..2}.jpg') +// => ['file0.jpg', 'file1.jpg', 'file2.jpg'] + +expand('file-{a..c}.jpg') +// => ['file-a.jpg', 'file-b.jpg', 'file-c.jpg'] + +expand('file{2..0}.jpg') +// => ['file2.jpg', 'file1.jpg', 'file0.jpg'] + +expand('file{0..4..2}.jpg') +// => ['file0.jpg', 'file2.jpg', 'file4.jpg'] + +expand('file-{a..e..2}.jpg') +// => ['file-a.jpg', 'file-c.jpg', 'file-e.jpg'] + +expand('file{00..10..5}.jpg') +// => ['file00.jpg', 'file05.jpg', 'file10.jpg'] + +expand('{{A..C},{a..c}}') +// => ['A', 'B', 'C', 'a', 'b', 'c'] + +expand('ppp{,config,oe{,conf}}') +// => ['ppp', 'pppconfig', 'pppoe', 'pppoeconf'] +``` + +## API + +```js +var expand = require('brace-expansion'); +``` + +### var expanded = expand(str) + +Return an array of all possible and valid expansions of `str`. If none are +found, `[str]` is returned. + +Valid expansions are: + +```js +/^(.*,)+(.+)?$/ +// {a,b,...} +``` + +A comma separated list of options, like `{a,b}` or `{a,{b,c}}` or `{,a,}`. + +```js +/^-?\d+\.\.-?\d+(\.\.-?\d+)?$/ +// {x..y[..incr]} +``` + +A numeric sequence from `x` to `y` inclusive, with optional increment. +If `x` or `y` start with a leading `0`, all the numbers will be padded +to have equal length. Negative numbers and backwards iteration work too. + +```js +/^-?\d+\.\.-?\d+(\.\.-?\d+)?$/ +// {x..y[..incr]} +``` + +An alphabetic sequence from `x` to `y` inclusive, with optional increment. +`x` and `y` must be exactly one character, and if given, `incr` must be a +number. + +For compatibility reasons, the string `${` is not eligible for brace expansion. + +## Installation + +With [npm](https://npmjs.org) do: + +```bash +npm install brace-expansion +``` + +## Contributors + +- [Julian Gruber](https://github.com/juliangruber) +- [Isaac Z. Schlueter](https://github.com/isaacs) + +## Sponsors + +This module is proudly supported by my [Sponsors](https://github.com/juliangruber/sponsors)! + +Do you want to support modules like this to improve their quality, stability and weigh in on new features? Then please consider donating to my [Patreon](https://www.patreon.com/juliangruber). Not sure how much of my modules you're using? Try [feross/thanks](https://github.com/feross/thanks)! + +## License + +(MIT) + +Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/brace-expansion/index.js b/node_modules/brace-expansion/index.js new file mode 100644 index 0000000..0478be8 --- /dev/null +++ b/node_modules/brace-expansion/index.js @@ -0,0 +1,201 @@ +var concatMap = require('concat-map'); +var balanced = require('balanced-match'); + +module.exports = expandTop; + +var escSlash = '\0SLASH'+Math.random()+'\0'; +var escOpen = '\0OPEN'+Math.random()+'\0'; +var escClose = '\0CLOSE'+Math.random()+'\0'; +var escComma = '\0COMMA'+Math.random()+'\0'; +var escPeriod = '\0PERIOD'+Math.random()+'\0'; + +function numeric(str) { + return parseInt(str, 10) == str + ? parseInt(str, 10) + : str.charCodeAt(0); +} + +function escapeBraces(str) { + return str.split('\\\\').join(escSlash) + .split('\\{').join(escOpen) + .split('\\}').join(escClose) + .split('\\,').join(escComma) + .split('\\.').join(escPeriod); +} + +function unescapeBraces(str) { + return str.split(escSlash).join('\\') + .split(escOpen).join('{') + .split(escClose).join('}') + .split(escComma).join(',') + .split(escPeriod).join('.'); +} + + +// Basically just str.split(","), but handling cases +// where we have nested braced sections, which should be +// treated as individual members, like {a,{b,c},d} +function parseCommaParts(str) { + if (!str) + return ['']; + + var parts = []; + var m = balanced('{', '}', str); + + if (!m) + return str.split(','); + + var pre = m.pre; + var body = m.body; + var post = m.post; + var p = pre.split(','); + + p[p.length-1] += '{' + body + '}'; + var postParts = parseCommaParts(post); + if (post.length) { + p[p.length-1] += postParts.shift(); + p.push.apply(p, postParts); + } + + parts.push.apply(parts, p); + + return parts; +} + +function expandTop(str) { + if (!str) + return []; + + // I don't know why Bash 4.3 does this, but it does. + // Anything starting with {} will have the first two bytes preserved + // but *only* at the top level, so {},a}b will not expand to anything, + // but a{},b}c will be expanded to [a}c,abc]. + // One could argue that this is a bug in Bash, but since the goal of + // this module is to match Bash's rules, we escape a leading {} + if (str.substr(0, 2) === '{}') { + str = '\\{\\}' + str.substr(2); + } + + return expand(escapeBraces(str), true).map(unescapeBraces); +} + +function identity(e) { + return e; +} + +function embrace(str) { + return '{' + str + '}'; +} +function isPadded(el) { + return /^-?0\d/.test(el); +} + +function lte(i, y) { + return i <= y; +} +function gte(i, y) { + return i >= y; +} + +function expand(str, isTop) { + var expansions = []; + + var m = balanced('{', '}', str); + if (!m || /\$$/.test(m.pre)) return [str]; + + var isNumericSequence = /^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(m.body); + var isAlphaSequence = /^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(m.body); + var isSequence = isNumericSequence || isAlphaSequence; + var isOptions = m.body.indexOf(',') >= 0; + if (!isSequence && !isOptions) { + // {a},b} + if (m.post.match(/,.*\}/)) { + str = m.pre + '{' + m.body + escClose + m.post; + return expand(str); + } + return [str]; + } + + var n; + if (isSequence) { + n = m.body.split(/\.\./); + } else { + n = parseCommaParts(m.body); + if (n.length === 1) { + // x{{a,b}}y ==> x{a}y x{b}y + n = expand(n[0], false).map(embrace); + if (n.length === 1) { + var post = m.post.length + ? expand(m.post, false) + : ['']; + return post.map(function(p) { + return m.pre + n[0] + p; + }); + } + } + } + + // at this point, n is the parts, and we know it's not a comma set + // with a single entry. + + // no need to expand pre, since it is guaranteed to be free of brace-sets + var pre = m.pre; + var post = m.post.length + ? expand(m.post, false) + : ['']; + + var N; + + if (isSequence) { + var x = numeric(n[0]); + var y = numeric(n[1]); + var width = Math.max(n[0].length, n[1].length) + var incr = n.length == 3 + ? Math.abs(numeric(n[2])) + : 1; + var test = lte; + var reverse = y < x; + if (reverse) { + incr *= -1; + test = gte; + } + var pad = n.some(isPadded); + + N = []; + + for (var i = x; test(i, y); i += incr) { + var c; + if (isAlphaSequence) { + c = String.fromCharCode(i); + if (c === '\\') + c = ''; + } else { + c = String(i); + if (pad) { + var need = width - c.length; + if (need > 0) { + var z = new Array(need + 1).join('0'); + if (i < 0) + c = '-' + z + c.slice(1); + else + c = z + c; + } + } + } + N.push(c); + } + } else { + N = concatMap(n, function(el) { return expand(el, false) }); + } + + for (var j = 0; j < N.length; j++) { + for (var k = 0; k < post.length; k++) { + var expansion = pre + N[j] + post[k]; + if (!isTop || isSequence || expansion) + expansions.push(expansion); + } + } + + return expansions; +} + diff --git a/node_modules/brace-expansion/package.json b/node_modules/brace-expansion/package.json new file mode 100644 index 0000000..b783cba --- /dev/null +++ b/node_modules/brace-expansion/package.json @@ -0,0 +1,75 @@ +{ + "_from": "brace-expansion@^1.1.7", + "_id": "brace-expansion@1.1.11", + "_inBundle": false, + "_integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "_location": "/brace-expansion", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "brace-expansion@^1.1.7", + "name": "brace-expansion", + "escapedName": "brace-expansion", + "rawSpec": "^1.1.7", + "saveSpec": null, + "fetchSpec": "^1.1.7" + }, + "_requiredBy": [ + "/minimatch" + ], + "_resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "_shasum": "3c7fcbf529d87226f3d2f52b966ff5271eb441dd", + "_spec": "brace-expansion@^1.1.7", + "_where": "/Users/paolo/Desktop/multiplayer games/likelike-online/node_modules/minimatch", + "author": { + "name": "Julian Gruber", + "email": "mail@juliangruber.com", + "url": "http://juliangruber.com" + }, + "bugs": { + "url": "https://github.com/juliangruber/brace-expansion/issues" + }, + "bundleDependencies": false, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + }, + "deprecated": false, + "description": "Brace expansion as known from sh/bash", + "devDependencies": { + "matcha": "^0.7.0", + "tape": "^4.6.0" + }, + "homepage": "https://github.com/juliangruber/brace-expansion", + "keywords": [], + "license": "MIT", + "main": "index.js", + "name": "brace-expansion", + "repository": { + "type": "git", + "url": "git://github.com/juliangruber/brace-expansion.git" + }, + "scripts": { + "bench": "matcha test/perf/bench.js", + "gentest": "bash test/generate.sh", + "test": "tape test/*.js" + }, + "testling": { + "files": "test/*.js", + "browsers": [ + "ie/8..latest", + "firefox/20..latest", + "firefox/nightly", + "chrome/25..latest", + "chrome/canary", + "opera/12..latest", + "opera/next", + "safari/5.1..latest", + "ipad/6.0..latest", + "iphone/6.0..latest", + "android-browser/4.2..latest" + ] + }, + "version": "1.1.11" +} diff --git a/node_modules/concat-map/.travis.yml b/node_modules/concat-map/.travis.yml new file mode 100644 index 0000000..f1d0f13 --- /dev/null +++ b/node_modules/concat-map/.travis.yml @@ -0,0 +1,4 @@ +language: node_js +node_js: + - 0.4 + - 0.6 diff --git a/node_modules/concat-map/LICENSE b/node_modules/concat-map/LICENSE new file mode 100644 index 0000000..ee27ba4 --- /dev/null +++ b/node_modules/concat-map/LICENSE @@ -0,0 +1,18 @@ +This software is released under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/node_modules/concat-map/README.markdown b/node_modules/concat-map/README.markdown new file mode 100644 index 0000000..408f70a --- /dev/null +++ b/node_modules/concat-map/README.markdown @@ -0,0 +1,62 @@ +concat-map +========== + +Concatenative mapdashery. + +[![browser support](http://ci.testling.com/substack/node-concat-map.png)](http://ci.testling.com/substack/node-concat-map) + +[![build status](https://secure.travis-ci.org/substack/node-concat-map.png)](http://travis-ci.org/substack/node-concat-map) + +example +======= + +``` js +var concatMap = require('concat-map'); +var xs = [ 1, 2, 3, 4, 5, 6 ]; +var ys = concatMap(xs, function (x) { + return x % 2 ? [ x - 0.1, x, x + 0.1 ] : []; +}); +console.dir(ys); +``` + +*** + +``` +[ 0.9, 1, 1.1, 2.9, 3, 3.1, 4.9, 5, 5.1 ] +``` + +methods +======= + +``` js +var concatMap = require('concat-map') +``` + +concatMap(xs, fn) +----------------- + +Return an array of concatenated elements by calling `fn(x, i)` for each element +`x` and each index `i` in the array `xs`. + +When `fn(x, i)` returns an array, its result will be concatenated with the +result array. If `fn(x, i)` returns anything else, that value will be pushed +onto the end of the result array. + +install +======= + +With [npm](http://npmjs.org) do: + +``` +npm install concat-map +``` + +license +======= + +MIT + +notes +===== + +This module was written while sitting high above the ground in a tree. diff --git a/node_modules/concat-map/example/map.js b/node_modules/concat-map/example/map.js new file mode 100644 index 0000000..3365621 --- /dev/null +++ b/node_modules/concat-map/example/map.js @@ -0,0 +1,6 @@ +var concatMap = require('../'); +var xs = [ 1, 2, 3, 4, 5, 6 ]; +var ys = concatMap(xs, function (x) { + return x % 2 ? [ x - 0.1, x, x + 0.1 ] : []; +}); +console.dir(ys); diff --git a/node_modules/concat-map/index.js b/node_modules/concat-map/index.js new file mode 100644 index 0000000..b29a781 --- /dev/null +++ b/node_modules/concat-map/index.js @@ -0,0 +1,13 @@ +module.exports = function (xs, fn) { + var res = []; + for (var i = 0; i < xs.length; i++) { + var x = fn(xs[i], i); + if (isArray(x)) res.push.apply(res, x); + else res.push(x); + } + return res; +}; + +var isArray = Array.isArray || function (xs) { + return Object.prototype.toString.call(xs) === '[object Array]'; +}; diff --git a/node_modules/concat-map/package.json b/node_modules/concat-map/package.json new file mode 100644 index 0000000..f257058 --- /dev/null +++ b/node_modules/concat-map/package.json @@ -0,0 +1,88 @@ +{ + "_from": "concat-map@0.0.1", + "_id": "concat-map@0.0.1", + "_inBundle": false, + "_integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "_location": "/concat-map", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "concat-map@0.0.1", + "name": "concat-map", + "escapedName": "concat-map", + "rawSpec": "0.0.1", + "saveSpec": null, + "fetchSpec": "0.0.1" + }, + "_requiredBy": [ + "/brace-expansion" + ], + "_resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "_shasum": "d8a96bd77fd68df7793a73036a3ba0d5405d477b", + "_spec": "concat-map@0.0.1", + "_where": "/Users/paolo/Desktop/multiplayer games/likelike-online/node_modules/brace-expansion", + "author": { + "name": "James Halliday", + "email": "mail@substack.net", + "url": "http://substack.net" + }, + "bugs": { + "url": "https://github.com/substack/node-concat-map/issues" + }, + "bundleDependencies": false, + "deprecated": false, + "description": "concatenative mapdashery", + "devDependencies": { + "tape": "~2.4.0" + }, + "directories": { + "example": "example", + "test": "test" + }, + "homepage": "https://github.com/substack/node-concat-map#readme", + "keywords": [ + "concat", + "concatMap", + "map", + "functional", + "higher-order" + ], + "license": "MIT", + "main": "index.js", + "name": "concat-map", + "repository": { + "type": "git", + "url": "git://github.com/substack/node-concat-map.git" + }, + "scripts": { + "test": "tape test/*.js" + }, + "testling": { + "files": "test/*.js", + "browsers": { + "ie": [ + 6, + 7, + 8, + 9 + ], + "ff": [ + 3.5, + 10, + 15 + ], + "chrome": [ + 10, + 22 + ], + "safari": [ + 5.1 + ], + "opera": [ + 12 + ] + } + }, + "version": "0.0.1" +} diff --git a/node_modules/concat-map/test/map.js b/node_modules/concat-map/test/map.js new file mode 100644 index 0000000..fdbd702 --- /dev/null +++ b/node_modules/concat-map/test/map.js @@ -0,0 +1,39 @@ +var concatMap = require('../'); +var test = require('tape'); + +test('empty or not', function (t) { + var xs = [ 1, 2, 3, 4, 5, 6 ]; + var ixes = []; + var ys = concatMap(xs, function (x, ix) { + ixes.push(ix); + return x % 2 ? [ x - 0.1, x, x + 0.1 ] : []; + }); + t.same(ys, [ 0.9, 1, 1.1, 2.9, 3, 3.1, 4.9, 5, 5.1 ]); + t.same(ixes, [ 0, 1, 2, 3, 4, 5 ]); + t.end(); +}); + +test('always something', function (t) { + var xs = [ 'a', 'b', 'c', 'd' ]; + var ys = concatMap(xs, function (x) { + return x === 'b' ? [ 'B', 'B', 'B' ] : [ x ]; + }); + t.same(ys, [ 'a', 'B', 'B', 'B', 'c', 'd' ]); + t.end(); +}); + +test('scalars', function (t) { + var xs = [ 'a', 'b', 'c', 'd' ]; + var ys = concatMap(xs, function (x) { + return x === 'b' ? [ 'B', 'B', 'B' ] : x; + }); + t.same(ys, [ 'a', 'B', 'B', 'B', 'c', 'd' ]); + t.end(); +}); + +test('undefs', function (t) { + var xs = [ 'a', 'b', 'c', 'd' ]; + var ys = concatMap(xs, function () {}); + t.same(ys, [ undefined, undefined, undefined, undefined ]); + t.end(); +}); diff --git a/node_modules/fs.realpath/LICENSE b/node_modules/fs.realpath/LICENSE new file mode 100644 index 0000000..5bd884c --- /dev/null +++ b/node_modules/fs.realpath/LICENSE @@ -0,0 +1,43 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +---- + +This library bundles a version of the `fs.realpath` and `fs.realpathSync` +methods from Node.js v0.10 under the terms of the Node.js MIT license. + +Node's license follows, also included at the header of `old.js` which contains +the licensed code: + + Copyright Joyent, Inc. and other Node contributors. + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. diff --git a/node_modules/fs.realpath/README.md b/node_modules/fs.realpath/README.md new file mode 100644 index 0000000..a42ceac --- /dev/null +++ b/node_modules/fs.realpath/README.md @@ -0,0 +1,33 @@ +# fs.realpath + +A backwards-compatible fs.realpath for Node v6 and above + +In Node v6, the JavaScript implementation of fs.realpath was replaced +with a faster (but less resilient) native implementation. That raises +new and platform-specific errors and cannot handle long or excessively +symlink-looping paths. + +This module handles those cases by detecting the new errors and +falling back to the JavaScript implementation. On versions of Node +prior to v6, it has no effect. + +## USAGE + +```js +var rp = require('fs.realpath') + +// async version +rp.realpath(someLongAndLoopingPath, function (er, real) { + // the ELOOP was handled, but it was a bit slower +}) + +// sync version +var real = rp.realpathSync(someLongAndLoopingPath) + +// monkeypatch at your own risk! +// This replaces the fs.realpath/fs.realpathSync builtins +rp.monkeypatch() + +// un-do the monkeypatching +rp.unmonkeypatch() +``` diff --git a/node_modules/fs.realpath/index.js b/node_modules/fs.realpath/index.js new file mode 100644 index 0000000..b09c7c7 --- /dev/null +++ b/node_modules/fs.realpath/index.js @@ -0,0 +1,66 @@ +module.exports = realpath +realpath.realpath = realpath +realpath.sync = realpathSync +realpath.realpathSync = realpathSync +realpath.monkeypatch = monkeypatch +realpath.unmonkeypatch = unmonkeypatch + +var fs = require('fs') +var origRealpath = fs.realpath +var origRealpathSync = fs.realpathSync + +var version = process.version +var ok = /^v[0-5]\./.test(version) +var old = require('./old.js') + +function newError (er) { + return er && er.syscall === 'realpath' && ( + er.code === 'ELOOP' || + er.code === 'ENOMEM' || + er.code === 'ENAMETOOLONG' + ) +} + +function realpath (p, cache, cb) { + if (ok) { + return origRealpath(p, cache, cb) + } + + if (typeof cache === 'function') { + cb = cache + cache = null + } + origRealpath(p, cache, function (er, result) { + if (newError(er)) { + old.realpath(p, cache, cb) + } else { + cb(er, result) + } + }) +} + +function realpathSync (p, cache) { + if (ok) { + return origRealpathSync(p, cache) + } + + try { + return origRealpathSync(p, cache) + } catch (er) { + if (newError(er)) { + return old.realpathSync(p, cache) + } else { + throw er + } + } +} + +function monkeypatch () { + fs.realpath = realpath + fs.realpathSync = realpathSync +} + +function unmonkeypatch () { + fs.realpath = origRealpath + fs.realpathSync = origRealpathSync +} diff --git a/node_modules/fs.realpath/old.js b/node_modules/fs.realpath/old.js new file mode 100644 index 0000000..b40305e --- /dev/null +++ b/node_modules/fs.realpath/old.js @@ -0,0 +1,303 @@ +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. + +var pathModule = require('path'); +var isWindows = process.platform === 'win32'; +var fs = require('fs'); + +// JavaScript implementation of realpath, ported from node pre-v6 + +var DEBUG = process.env.NODE_DEBUG && /fs/.test(process.env.NODE_DEBUG); + +function rethrow() { + // Only enable in debug mode. A backtrace uses ~1000 bytes of heap space and + // is fairly slow to generate. + var callback; + if (DEBUG) { + var backtrace = new Error; + callback = debugCallback; + } else + callback = missingCallback; + + return callback; + + function debugCallback(err) { + if (err) { + backtrace.message = err.message; + err = backtrace; + missingCallback(err); + } + } + + function missingCallback(err) { + if (err) { + if (process.throwDeprecation) + throw err; // Forgot a callback but don't know where? Use NODE_DEBUG=fs + else if (!process.noDeprecation) { + var msg = 'fs: missing callback ' + (err.stack || err.message); + if (process.traceDeprecation) + console.trace(msg); + else + console.error(msg); + } + } + } +} + +function maybeCallback(cb) { + return typeof cb === 'function' ? cb : rethrow(); +} + +var normalize = pathModule.normalize; + +// Regexp that finds the next partion of a (partial) path +// result is [base_with_slash, base], e.g. ['somedir/', 'somedir'] +if (isWindows) { + var nextPartRe = /(.*?)(?:[\/\\]+|$)/g; +} else { + var nextPartRe = /(.*?)(?:[\/]+|$)/g; +} + +// Regex to find the device root, including trailing slash. E.g. 'c:\\'. +if (isWindows) { + var splitRootRe = /^(?:[a-zA-Z]:|[\\\/]{2}[^\\\/]+[\\\/][^\\\/]+)?[\\\/]*/; +} else { + var splitRootRe = /^[\/]*/; +} + +exports.realpathSync = function realpathSync(p, cache) { + // make p is absolute + p = pathModule.resolve(p); + + if (cache && Object.prototype.hasOwnProperty.call(cache, p)) { + return cache[p]; + } + + var original = p, + seenLinks = {}, + knownHard = {}; + + // current character position in p + var pos; + // the partial path so far, including a trailing slash if any + var current; + // the partial path without a trailing slash (except when pointing at a root) + var base; + // the partial path scanned in the previous round, with slash + var previous; + + start(); + + function start() { + // Skip over roots + var m = splitRootRe.exec(p); + pos = m[0].length; + current = m[0]; + base = m[0]; + previous = ''; + + // On windows, check that the root exists. On unix there is no need. + if (isWindows && !knownHard[base]) { + fs.lstatSync(base); + knownHard[base] = true; + } + } + + // walk down the path, swapping out linked pathparts for their real + // values + // NB: p.length changes. + while (pos < p.length) { + // find the next part + nextPartRe.lastIndex = pos; + var result = nextPartRe.exec(p); + previous = current; + current += result[0]; + base = previous + result[1]; + pos = nextPartRe.lastIndex; + + // continue if not a symlink + if (knownHard[base] || (cache && cache[base] === base)) { + continue; + } + + var resolvedLink; + if (cache && Object.prototype.hasOwnProperty.call(cache, base)) { + // some known symbolic link. no need to stat again. + resolvedLink = cache[base]; + } else { + var stat = fs.lstatSync(base); + if (!stat.isSymbolicLink()) { + knownHard[base] = true; + if (cache) cache[base] = base; + continue; + } + + // read the link if it wasn't read before + // dev/ino always return 0 on windows, so skip the check. + var linkTarget = null; + if (!isWindows) { + var id = stat.dev.toString(32) + ':' + stat.ino.toString(32); + if (seenLinks.hasOwnProperty(id)) { + linkTarget = seenLinks[id]; + } + } + if (linkTarget === null) { + fs.statSync(base); + linkTarget = fs.readlinkSync(base); + } + resolvedLink = pathModule.resolve(previous, linkTarget); + // track this, if given a cache. + if (cache) cache[base] = resolvedLink; + if (!isWindows) seenLinks[id] = linkTarget; + } + + // resolve the link, then start over + p = pathModule.resolve(resolvedLink, p.slice(pos)); + start(); + } + + if (cache) cache[original] = p; + + return p; +}; + + +exports.realpath = function realpath(p, cache, cb) { + if (typeof cb !== 'function') { + cb = maybeCallback(cache); + cache = null; + } + + // make p is absolute + p = pathModule.resolve(p); + + if (cache && Object.prototype.hasOwnProperty.call(cache, p)) { + return process.nextTick(cb.bind(null, null, cache[p])); + } + + var original = p, + seenLinks = {}, + knownHard = {}; + + // current character position in p + var pos; + // the partial path so far, including a trailing slash if any + var current; + // the partial path without a trailing slash (except when pointing at a root) + var base; + // the partial path scanned in the previous round, with slash + var previous; + + start(); + + function start() { + // Skip over roots + var m = splitRootRe.exec(p); + pos = m[0].length; + current = m[0]; + base = m[0]; + previous = ''; + + // On windows, check that the root exists. On unix there is no need. + if (isWindows && !knownHard[base]) { + fs.lstat(base, function(err) { + if (err) return cb(err); + knownHard[base] = true; + LOOP(); + }); + } else { + process.nextTick(LOOP); + } + } + + // walk down the path, swapping out linked pathparts for their real + // values + function LOOP() { + // stop if scanned past end of path + if (pos >= p.length) { + if (cache) cache[original] = p; + return cb(null, p); + } + + // find the next part + nextPartRe.lastIndex = pos; + var result = nextPartRe.exec(p); + previous = current; + current += result[0]; + base = previous + result[1]; + pos = nextPartRe.lastIndex; + + // continue if not a symlink + if (knownHard[base] || (cache && cache[base] === base)) { + return process.nextTick(LOOP); + } + + if (cache && Object.prototype.hasOwnProperty.call(cache, base)) { + // known symbolic link. no need to stat again. + return gotResolvedLink(cache[base]); + } + + return fs.lstat(base, gotStat); + } + + function gotStat(err, stat) { + if (err) return cb(err); + + // if not a symlink, skip to the next path part + if (!stat.isSymbolicLink()) { + knownHard[base] = true; + if (cache) cache[base] = base; + return process.nextTick(LOOP); + } + + // stat & read the link if not read before + // call gotTarget as soon as the link target is known + // dev/ino always return 0 on windows, so skip the check. + if (!isWindows) { + var id = stat.dev.toString(32) + ':' + stat.ino.toString(32); + if (seenLinks.hasOwnProperty(id)) { + return gotTarget(null, seenLinks[id], base); + } + } + fs.stat(base, function(err) { + if (err) return cb(err); + + fs.readlink(base, function(err, target) { + if (!isWindows) seenLinks[id] = target; + gotTarget(err, target); + }); + }); + } + + function gotTarget(err, target, base) { + if (err) return cb(err); + + var resolvedLink = pathModule.resolve(previous, target); + if (cache) cache[base] = resolvedLink; + gotResolvedLink(resolvedLink); + } + + function gotResolvedLink(resolvedLink) { + // resolve the link, then start over + p = pathModule.resolve(resolvedLink, p.slice(pos)); + start(); + } +}; diff --git a/node_modules/fs.realpath/package.json b/node_modules/fs.realpath/package.json new file mode 100644 index 0000000..d0032ef --- /dev/null +++ b/node_modules/fs.realpath/package.json @@ -0,0 +1,59 @@ +{ + "_from": "fs.realpath@^1.0.0", + "_id": "fs.realpath@1.0.0", + "_inBundle": false, + "_integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "_location": "/fs.realpath", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "fs.realpath@^1.0.0", + "name": "fs.realpath", + "escapedName": "fs.realpath", + "rawSpec": "^1.0.0", + "saveSpec": null, + "fetchSpec": "^1.0.0" + }, + "_requiredBy": [ + "/glob" + ], + "_resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "_shasum": "1504ad2523158caa40db4a2787cb01411994ea4f", + "_spec": "fs.realpath@^1.0.0", + "_where": "/Users/paolo/Desktop/multiplayer games/likelike-online/node_modules/glob", + "author": { + "name": "Isaac Z. Schlueter", + "email": "i@izs.me", + "url": "http://blog.izs.me/" + }, + "bugs": { + "url": "https://github.com/isaacs/fs.realpath/issues" + }, + "bundleDependencies": false, + "dependencies": {}, + "deprecated": false, + "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails", + "devDependencies": {}, + "files": [ + "old.js", + "index.js" + ], + "homepage": "https://github.com/isaacs/fs.realpath#readme", + "keywords": [ + "realpath", + "fs", + "polyfill" + ], + "license": "ISC", + "main": "index.js", + "name": "fs.realpath", + "repository": { + "type": "git", + "url": "git+https://github.com/isaacs/fs.realpath.git" + }, + "scripts": { + "test": "tap test/*.js --cov" + }, + "version": "1.0.0" +} diff --git a/node_modules/glob/LICENSE b/node_modules/glob/LICENSE new file mode 100644 index 0000000..42ca266 --- /dev/null +++ b/node_modules/glob/LICENSE @@ -0,0 +1,21 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +## Glob Logo + +Glob's logo created by Tanya Brassie , licensed +under a Creative Commons Attribution-ShareAlike 4.0 International License +https://creativecommons.org/licenses/by-sa/4.0/ diff --git a/node_modules/glob/README.md b/node_modules/glob/README.md new file mode 100644 index 0000000..0916a48 --- /dev/null +++ b/node_modules/glob/README.md @@ -0,0 +1,375 @@ +# Glob + +Match files using the patterns the shell uses, like stars and stuff. + +[![Build Status](https://travis-ci.org/isaacs/node-glob.svg?branch=master)](https://travis-ci.org/isaacs/node-glob/) [![Build Status](https://ci.appveyor.com/api/projects/status/kd7f3yftf7unxlsx?svg=true)](https://ci.appveyor.com/project/isaacs/node-glob) [![Coverage Status](https://coveralls.io/repos/isaacs/node-glob/badge.svg?branch=master&service=github)](https://coveralls.io/github/isaacs/node-glob?branch=master) + +This is a glob implementation in JavaScript. It uses the `minimatch` +library to do its matching. + +![](logo/glob.png) + +## Usage + +Install with npm + +``` +npm i glob +``` + +```javascript +var glob = require("glob") + +// options is optional +glob("**/*.js", options, function (er, files) { + // files is an array of filenames. + // If the `nonull` option is set, and nothing + // was found, then files is ["**/*.js"] + // er is an error object or null. +}) +``` + +## Glob Primer + +"Globs" are the patterns you type when you do stuff like `ls *.js` on +the command line, or put `build/*` in a `.gitignore` file. + +Before parsing the path part patterns, braced sections are expanded +into a set. Braced sections start with `{` and end with `}`, with any +number of comma-delimited sections within. Braced sections may contain +slash characters, so `a{/b/c,bcd}` would expand into `a/b/c` and `abcd`. + +The following characters have special magic meaning when used in a +path portion: + +* `*` Matches 0 or more characters in a single path portion +* `?` Matches 1 character +* `[...]` Matches a range of characters, similar to a RegExp range. + If the first character of the range is `!` or `^` then it matches + any character not in the range. +* `!(pattern|pattern|pattern)` Matches anything that does not match + any of the patterns provided. +* `?(pattern|pattern|pattern)` Matches zero or one occurrence of the + patterns provided. +* `+(pattern|pattern|pattern)` Matches one or more occurrences of the + patterns provided. +* `*(a|b|c)` Matches zero or more occurrences of the patterns provided +* `@(pattern|pat*|pat?erN)` Matches exactly one of the patterns + provided +* `**` If a "globstar" is alone in a path portion, then it matches + zero or more directories and subdirectories searching for matches. + It does not crawl symlinked directories. + +### Dots + +If a file or directory path portion has a `.` as the first character, +then it will not match any glob pattern unless that pattern's +corresponding path part also has a `.` as its first character. + +For example, the pattern `a/.*/c` would match the file at `a/.b/c`. +However the pattern `a/*/c` would not, because `*` does not start with +a dot character. + +You can make glob treat dots as normal characters by setting +`dot:true` in the options. + +### Basename Matching + +If you set `matchBase:true` in the options, and the pattern has no +slashes in it, then it will seek for any file anywhere in the tree +with a matching basename. For example, `*.js` would match +`test/simple/basic.js`. + +### Empty Sets + +If no matching files are found, then an empty array is returned. This +differs from the shell, where the pattern itself is returned. For +example: + + $ echo a*s*d*f + a*s*d*f + +To get the bash-style behavior, set the `nonull:true` in the options. + +### See Also: + +* `man sh` +* `man bash` (Search for "Pattern Matching") +* `man 3 fnmatch` +* `man 5 gitignore` +* [minimatch documentation](https://github.com/isaacs/minimatch) + +## glob.hasMagic(pattern, [options]) + +Returns `true` if there are any special characters in the pattern, and +`false` otherwise. + +Note that the options affect the results. If `noext:true` is set in +the options object, then `+(a|b)` will not be considered a magic +pattern. If the pattern has a brace expansion, like `a/{b/c,x/y}` +then that is considered magical, unless `nobrace:true` is set in the +options. + +## glob(pattern, [options], cb) + +* `pattern` `{String}` Pattern to be matched +* `options` `{Object}` +* `cb` `{Function}` + * `err` `{Error | null}` + * `matches` `{Array}` filenames found matching the pattern + +Perform an asynchronous glob search. + +## glob.sync(pattern, [options]) + +* `pattern` `{String}` Pattern to be matched +* `options` `{Object}` +* return: `{Array}` filenames found matching the pattern + +Perform a synchronous glob search. + +## Class: glob.Glob + +Create a Glob object by instantiating the `glob.Glob` class. + +```javascript +var Glob = require("glob").Glob +var mg = new Glob(pattern, options, cb) +``` + +It's an EventEmitter, and starts walking the filesystem to find matches +immediately. + +### new glob.Glob(pattern, [options], [cb]) + +* `pattern` `{String}` pattern to search for +* `options` `{Object}` +* `cb` `{Function}` Called when an error occurs, or matches are found + * `err` `{Error | null}` + * `matches` `{Array}` filenames found matching the pattern + +Note that if the `sync` flag is set in the options, then matches will +be immediately available on the `g.found` member. + +### Properties + +* `minimatch` The minimatch object that the glob uses. +* `options` The options object passed in. +* `aborted` Boolean which is set to true when calling `abort()`. There + is no way at this time to continue a glob search after aborting, but + you can re-use the statCache to avoid having to duplicate syscalls. +* `cache` Convenience object. Each field has the following possible + values: + * `false` - Path does not exist + * `true` - Path exists + * `'FILE'` - Path exists, and is not a directory + * `'DIR'` - Path exists, and is a directory + * `[file, entries, ...]` - Path exists, is a directory, and the + array value is the results of `fs.readdir` +* `statCache` Cache of `fs.stat` results, to prevent statting the same + path multiple times. +* `symlinks` A record of which paths are symbolic links, which is + relevant in resolving `**` patterns. +* `realpathCache` An optional object which is passed to `fs.realpath` + to minimize unnecessary syscalls. It is stored on the instantiated + Glob object, and may be re-used. + +### Events + +* `end` When the matching is finished, this is emitted with all the + matches found. If the `nonull` option is set, and no match was found, + then the `matches` list contains the original pattern. The matches + are sorted, unless the `nosort` flag is set. +* `match` Every time a match is found, this is emitted with the specific + thing that matched. It is not deduplicated or resolved to a realpath. +* `error` Emitted when an unexpected error is encountered, or whenever + any fs error occurs if `options.strict` is set. +* `abort` When `abort()` is called, this event is raised. + +### Methods + +* `pause` Temporarily stop the search +* `resume` Resume the search +* `abort` Stop the search forever + +### Options + +All the options that can be passed to Minimatch can also be passed to +Glob to change pattern matching behavior. Also, some have been added, +or have glob-specific ramifications. + +All options are false by default, unless otherwise noted. + +All options are added to the Glob object, as well. + +If you are running many `glob` operations, you can pass a Glob object +as the `options` argument to a subsequent operation to shortcut some +`stat` and `readdir` calls. At the very least, you may pass in shared +`symlinks`, `statCache`, `realpathCache`, and `cache` options, so that +parallel glob operations will be sped up by sharing information about +the filesystem. + +* `cwd` The current working directory in which to search. Defaults + to `process.cwd()`. +* `root` The place where patterns starting with `/` will be mounted + onto. Defaults to `path.resolve(options.cwd, "/")` (`/` on Unix + systems, and `C:\` or some such on Windows.) +* `dot` Include `.dot` files in normal matches and `globstar` matches. + Note that an explicit dot in a portion of the pattern will always + match dot files. +* `nomount` By default, a pattern starting with a forward-slash will be + "mounted" onto the root setting, so that a valid filesystem path is + returned. Set this flag to disable that behavior. +* `mark` Add a `/` character to directory matches. Note that this + requires additional stat calls. +* `nosort` Don't sort the results. +* `stat` Set to true to stat *all* results. This reduces performance + somewhat, and is completely unnecessary, unless `readdir` is presumed + to be an untrustworthy indicator of file existence. +* `silent` When an unusual error is encountered when attempting to + read a directory, a warning will be printed to stderr. Set the + `silent` option to true to suppress these warnings. +* `strict` When an unusual error is encountered when attempting to + read a directory, the process will just continue on in search of + other matches. Set the `strict` option to raise an error in these + cases. +* `cache` See `cache` property above. Pass in a previously generated + cache object to save some fs calls. +* `statCache` A cache of results of filesystem information, to prevent + unnecessary stat calls. While it should not normally be necessary + to set this, you may pass the statCache from one glob() call to the + options object of another, if you know that the filesystem will not + change between calls. (See "Race Conditions" below.) +* `symlinks` A cache of known symbolic links. You may pass in a + previously generated `symlinks` object to save `lstat` calls when + resolving `**` matches. +* `sync` DEPRECATED: use `glob.sync(pattern, opts)` instead. +* `nounique` In some cases, brace-expanded patterns can result in the + same file showing up multiple times in the result set. By default, + this implementation prevents duplicates in the result set. Set this + flag to disable that behavior. +* `nonull` Set to never return an empty set, instead returning a set + containing the pattern itself. This is the default in glob(3). +* `debug` Set to enable debug logging in minimatch and glob. +* `nobrace` Do not expand `{a,b}` and `{1..3}` brace sets. +* `noglobstar` Do not match `**` against multiple filenames. (Ie, + treat it as a normal `*` instead.) +* `noext` Do not match `+(a|b)` "extglob" patterns. +* `nocase` Perform a case-insensitive match. Note: on + case-insensitive filesystems, non-magic patterns will match by + default, since `stat` and `readdir` will not raise errors. +* `matchBase` Perform a basename-only match if the pattern does not + contain any slash characters. That is, `*.js` would be treated as + equivalent to `**/*.js`, matching all js files in all directories. +* `nodir` Do not match directories, only files. (Note: to match + *only* directories, simply put a `/` at the end of the pattern.) +* `ignore` Add a pattern or an array of glob patterns to exclude matches. + Note: `ignore` patterns are *always* in `dot:true` mode, regardless + of any other settings. +* `follow` Follow symlinked directories when expanding `**` patterns. + Note that this can result in a lot of duplicate references in the + presence of cyclic links. +* `realpath` Set to true to call `fs.realpath` on all of the results. + In the case of a symlink that cannot be resolved, the full absolute + path to the matched entry is returned (though it will usually be a + broken symlink) +* `absolute` Set to true to always receive absolute paths for matched + files. Unlike `realpath`, this also affects the values returned in + the `match` event. + +## Comparisons to other fnmatch/glob implementations + +While strict compliance with the existing standards is a worthwhile +goal, some discrepancies exist between node-glob and other +implementations, and are intentional. + +The double-star character `**` is supported by default, unless the +`noglobstar` flag is set. This is supported in the manner of bsdglob +and bash 4.3, where `**` only has special significance if it is the only +thing in a path part. That is, `a/**/b` will match `a/x/y/b`, but +`a/**b` will not. + +Note that symlinked directories are not crawled as part of a `**`, +though their contents may match against subsequent portions of the +pattern. This prevents infinite loops and duplicates and the like. + +If an escaped pattern has no matches, and the `nonull` flag is set, +then glob returns the pattern as-provided, rather than +interpreting the character escapes. For example, +`glob.match([], "\\*a\\?")` will return `"\\*a\\?"` rather than +`"*a?"`. This is akin to setting the `nullglob` option in bash, except +that it does not resolve escaped pattern characters. + +If brace expansion is not disabled, then it is performed before any +other interpretation of the glob pattern. Thus, a pattern like +`+(a|{b),c)}`, which would not be valid in bash or zsh, is expanded +**first** into the set of `+(a|b)` and `+(a|c)`, and those patterns are +checked for validity. Since those two are valid, matching proceeds. + +### Comments and Negation + +Previously, this module let you mark a pattern as a "comment" if it +started with a `#` character, or a "negated" pattern if it started +with a `!` character. + +These options were deprecated in version 5, and removed in version 6. + +To specify things that should not match, use the `ignore` option. + +## Windows + +**Please only use forward-slashes in glob expressions.** + +Though windows uses either `/` or `\` as its path separator, only `/` +characters are used by this glob implementation. You must use +forward-slashes **only** in glob expressions. Back-slashes will always +be interpreted as escape characters, not path separators. + +Results from absolute patterns such as `/foo/*` are mounted onto the +root setting using `path.join`. On windows, this will by default result +in `/foo/*` matching `C:\foo\bar.txt`. + +## Race Conditions + +Glob searching, by its very nature, is susceptible to race conditions, +since it relies on directory walking and such. + +As a result, it is possible that a file that exists when glob looks for +it may have been deleted or modified by the time it returns the result. + +As part of its internal implementation, this program caches all stat +and readdir calls that it makes, in order to cut down on system +overhead. However, this also makes it even more susceptible to races, +especially if the cache or statCache objects are reused between glob +calls. + +Users are thus advised not to use a glob result as a guarantee of +filesystem state in the face of rapid changes. For the vast majority +of operations, this is never a problem. + +## Glob Logo +Glob's logo was created by [Tanya Brassie](http://tanyabrassie.com/). Logo files can be found [here](https://github.com/isaacs/node-glob/tree/master/logo). + +The logo is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/). + +## Contributing + +Any change to behavior (including bugfixes) must come with a test. + +Patches that fail tests or reduce performance will be rejected. + +``` +# to run tests +npm test + +# to re-generate test fixtures +npm run test-regen + +# to benchmark against bash/zsh +npm run bench + +# to profile javascript +npm run prof +``` + +![](oh-my-glob.gif) diff --git a/node_modules/glob/changelog.md b/node_modules/glob/changelog.md new file mode 100644 index 0000000..4163677 --- /dev/null +++ b/node_modules/glob/changelog.md @@ -0,0 +1,67 @@ +## 7.0 + +- Raise error if `options.cwd` is specified, and not a directory + +## 6.0 + +- Remove comment and negation pattern support +- Ignore patterns are always in `dot:true` mode + +## 5.0 + +- Deprecate comment and negation patterns +- Fix regression in `mark` and `nodir` options from making all cache + keys absolute path. +- Abort if `fs.readdir` returns an error that's unexpected +- Don't emit `match` events for ignored items +- Treat ENOTSUP like ENOTDIR in readdir + +## 4.5 + +- Add `options.follow` to always follow directory symlinks in globstar +- Add `options.realpath` to call `fs.realpath` on all results +- Always cache based on absolute path + +## 4.4 + +- Add `options.ignore` +- Fix handling of broken symlinks + +## 4.3 + +- Bump minimatch to 2.x +- Pass all tests on Windows + +## 4.2 + +- Add `glob.hasMagic` function +- Add `options.nodir` flag + +## 4.1 + +- Refactor sync and async implementations for performance +- Throw if callback provided to sync glob function +- Treat symbolic links in globstar results the same as Bash 4.3 + +## 4.0 + +- Use `^` for dependency versions (bumped major because this breaks + older npm versions) +- Ensure callbacks are only ever called once +- switch to ISC license + +## 3.x + +- Rewrite in JavaScript +- Add support for setting root, cwd, and windows support +- Cache many fs calls +- Add globstar support +- emit match events + +## 2.x + +- Use `glob.h` and `fnmatch.h` from NetBSD + +## 1.x + +- `glob.h` static binding. diff --git a/node_modules/glob/common.js b/node_modules/glob/common.js new file mode 100644 index 0000000..66651bb --- /dev/null +++ b/node_modules/glob/common.js @@ -0,0 +1,240 @@ +exports.alphasort = alphasort +exports.alphasorti = alphasorti +exports.setopts = setopts +exports.ownProp = ownProp +exports.makeAbs = makeAbs +exports.finish = finish +exports.mark = mark +exports.isIgnored = isIgnored +exports.childrenIgnored = childrenIgnored + +function ownProp (obj, field) { + return Object.prototype.hasOwnProperty.call(obj, field) +} + +var path = require("path") +var minimatch = require("minimatch") +var isAbsolute = require("path-is-absolute") +var Minimatch = minimatch.Minimatch + +function alphasorti (a, b) { + return a.toLowerCase().localeCompare(b.toLowerCase()) +} + +function alphasort (a, b) { + return a.localeCompare(b) +} + +function setupIgnores (self, options) { + self.ignore = options.ignore || [] + + if (!Array.isArray(self.ignore)) + self.ignore = [self.ignore] + + if (self.ignore.length) { + self.ignore = self.ignore.map(ignoreMap) + } +} + +// ignore patterns are always in dot:true mode. +function ignoreMap (pattern) { + var gmatcher = null + if (pattern.slice(-3) === '/**') { + var gpattern = pattern.replace(/(\/\*\*)+$/, '') + gmatcher = new Minimatch(gpattern, { dot: true }) + } + + return { + matcher: new Minimatch(pattern, { dot: true }), + gmatcher: gmatcher + } +} + +function setopts (self, pattern, options) { + if (!options) + options = {} + + // base-matching: just use globstar for that. + if (options.matchBase && -1 === pattern.indexOf("/")) { + if (options.noglobstar) { + throw new Error("base matching requires globstar") + } + pattern = "**/" + pattern + } + + self.silent = !!options.silent + self.pattern = pattern + self.strict = options.strict !== false + self.realpath = !!options.realpath + self.realpathCache = options.realpathCache || Object.create(null) + self.follow = !!options.follow + self.dot = !!options.dot + self.mark = !!options.mark + self.nodir = !!options.nodir + if (self.nodir) + self.mark = true + self.sync = !!options.sync + self.nounique = !!options.nounique + self.nonull = !!options.nonull + self.nosort = !!options.nosort + self.nocase = !!options.nocase + self.stat = !!options.stat + self.noprocess = !!options.noprocess + self.absolute = !!options.absolute + + self.maxLength = options.maxLength || Infinity + self.cache = options.cache || Object.create(null) + self.statCache = options.statCache || Object.create(null) + self.symlinks = options.symlinks || Object.create(null) + + setupIgnores(self, options) + + self.changedCwd = false + var cwd = process.cwd() + if (!ownProp(options, "cwd")) + self.cwd = cwd + else { + self.cwd = path.resolve(options.cwd) + self.changedCwd = self.cwd !== cwd + } + + self.root = options.root || path.resolve(self.cwd, "/") + self.root = path.resolve(self.root) + if (process.platform === "win32") + self.root = self.root.replace(/\\/g, "/") + + // TODO: is an absolute `cwd` supposed to be resolved against `root`? + // e.g. { cwd: '/test', root: __dirname } === path.join(__dirname, '/test') + self.cwdAbs = isAbsolute(self.cwd) ? self.cwd : makeAbs(self, self.cwd) + if (process.platform === "win32") + self.cwdAbs = self.cwdAbs.replace(/\\/g, "/") + self.nomount = !!options.nomount + + // disable comments and negation in Minimatch. + // Note that they are not supported in Glob itself anyway. + options.nonegate = true + options.nocomment = true + + self.minimatch = new Minimatch(pattern, options) + self.options = self.minimatch.options +} + +function finish (self) { + var nou = self.nounique + var all = nou ? [] : Object.create(null) + + for (var i = 0, l = self.matches.length; i < l; i ++) { + var matches = self.matches[i] + if (!matches || Object.keys(matches).length === 0) { + if (self.nonull) { + // do like the shell, and spit out the literal glob + var literal = self.minimatch.globSet[i] + if (nou) + all.push(literal) + else + all[literal] = true + } + } else { + // had matches + var m = Object.keys(matches) + if (nou) + all.push.apply(all, m) + else + m.forEach(function (m) { + all[m] = true + }) + } + } + + if (!nou) + all = Object.keys(all) + + if (!self.nosort) + all = all.sort(self.nocase ? alphasorti : alphasort) + + // at *some* point we statted all of these + if (self.mark) { + for (var i = 0; i < all.length; i++) { + all[i] = self._mark(all[i]) + } + if (self.nodir) { + all = all.filter(function (e) { + var notDir = !(/\/$/.test(e)) + var c = self.cache[e] || self.cache[makeAbs(self, e)] + if (notDir && c) + notDir = c !== 'DIR' && !Array.isArray(c) + return notDir + }) + } + } + + if (self.ignore.length) + all = all.filter(function(m) { + return !isIgnored(self, m) + }) + + self.found = all +} + +function mark (self, p) { + var abs = makeAbs(self, p) + var c = self.cache[abs] + var m = p + if (c) { + var isDir = c === 'DIR' || Array.isArray(c) + var slash = p.slice(-1) === '/' + + if (isDir && !slash) + m += '/' + else if (!isDir && slash) + m = m.slice(0, -1) + + if (m !== p) { + var mabs = makeAbs(self, m) + self.statCache[mabs] = self.statCache[abs] + self.cache[mabs] = self.cache[abs] + } + } + + return m +} + +// lotta situps... +function makeAbs (self, f) { + var abs = f + if (f.charAt(0) === '/') { + abs = path.join(self.root, f) + } else if (isAbsolute(f) || f === '') { + abs = f + } else if (self.changedCwd) { + abs = path.resolve(self.cwd, f) + } else { + abs = path.resolve(f) + } + + if (process.platform === 'win32') + abs = abs.replace(/\\/g, '/') + + return abs +} + + +// Return true, if pattern ends with globstar '**', for the accompanying parent directory. +// Ex:- If node_modules/** is the pattern, add 'node_modules' to ignore list along with it's contents +function isIgnored (self, path) { + if (!self.ignore.length) + return false + + return self.ignore.some(function(item) { + return item.matcher.match(path) || !!(item.gmatcher && item.gmatcher.match(path)) + }) +} + +function childrenIgnored (self, path) { + if (!self.ignore.length) + return false + + return self.ignore.some(function(item) { + return !!(item.gmatcher && item.gmatcher.match(path)) + }) +} diff --git a/node_modules/glob/glob.js b/node_modules/glob/glob.js new file mode 100644 index 0000000..58dec0f --- /dev/null +++ b/node_modules/glob/glob.js @@ -0,0 +1,790 @@ +// Approach: +// +// 1. Get the minimatch set +// 2. For each pattern in the set, PROCESS(pattern, false) +// 3. Store matches per-set, then uniq them +// +// PROCESS(pattern, inGlobStar) +// Get the first [n] items from pattern that are all strings +// Join these together. This is PREFIX. +// If there is no more remaining, then stat(PREFIX) and +// add to matches if it succeeds. END. +// +// If inGlobStar and PREFIX is symlink and points to dir +// set ENTRIES = [] +// else readdir(PREFIX) as ENTRIES +// If fail, END +// +// with ENTRIES +// If pattern[n] is GLOBSTAR +// // handle the case where the globstar match is empty +// // by pruning it out, and testing the resulting pattern +// PROCESS(pattern[0..n] + pattern[n+1 .. $], false) +// // handle other cases. +// for ENTRY in ENTRIES (not dotfiles) +// // attach globstar + tail onto the entry +// // Mark that this entry is a globstar match +// PROCESS(pattern[0..n] + ENTRY + pattern[n .. $], true) +// +// else // not globstar +// for ENTRY in ENTRIES (not dotfiles, unless pattern[n] is dot) +// Test ENTRY against pattern[n] +// If fails, continue +// If passes, PROCESS(pattern[0..n] + item + pattern[n+1 .. $]) +// +// Caveat: +// Cache all stats and readdirs results to minimize syscall. Since all +// we ever care about is existence and directory-ness, we can just keep +// `true` for files, and [children,...] for directories, or `false` for +// things that don't exist. + +module.exports = glob + +var fs = require('fs') +var rp = require('fs.realpath') +var minimatch = require('minimatch') +var Minimatch = minimatch.Minimatch +var inherits = require('inherits') +var EE = require('events').EventEmitter +var path = require('path') +var assert = require('assert') +var isAbsolute = require('path-is-absolute') +var globSync = require('./sync.js') +var common = require('./common.js') +var alphasort = common.alphasort +var alphasorti = common.alphasorti +var setopts = common.setopts +var ownProp = common.ownProp +var inflight = require('inflight') +var util = require('util') +var childrenIgnored = common.childrenIgnored +var isIgnored = common.isIgnored + +var once = require('once') + +function glob (pattern, options, cb) { + if (typeof options === 'function') cb = options, options = {} + if (!options) options = {} + + if (options.sync) { + if (cb) + throw new TypeError('callback provided to sync glob') + return globSync(pattern, options) + } + + return new Glob(pattern, options, cb) +} + +glob.sync = globSync +var GlobSync = glob.GlobSync = globSync.GlobSync + +// old api surface +glob.glob = glob + +function extend (origin, add) { + if (add === null || typeof add !== 'object') { + return origin + } + + var keys = Object.keys(add) + var i = keys.length + while (i--) { + origin[keys[i]] = add[keys[i]] + } + return origin +} + +glob.hasMagic = function (pattern, options_) { + var options = extend({}, options_) + options.noprocess = true + + var g = new Glob(pattern, options) + var set = g.minimatch.set + + if (!pattern) + return false + + if (set.length > 1) + return true + + for (var j = 0; j < set[0].length; j++) { + if (typeof set[0][j] !== 'string') + return true + } + + return false +} + +glob.Glob = Glob +inherits(Glob, EE) +function Glob (pattern, options, cb) { + if (typeof options === 'function') { + cb = options + options = null + } + + if (options && options.sync) { + if (cb) + throw new TypeError('callback provided to sync glob') + return new GlobSync(pattern, options) + } + + if (!(this instanceof Glob)) + return new Glob(pattern, options, cb) + + setopts(this, pattern, options) + this._didRealPath = false + + // process each pattern in the minimatch set + var n = this.minimatch.set.length + + // The matches are stored as {: true,...} so that + // duplicates are automagically pruned. + // Later, we do an Object.keys() on these. + // Keep them as a list so we can fill in when nonull is set. + this.matches = new Array(n) + + if (typeof cb === 'function') { + cb = once(cb) + this.on('error', cb) + this.on('end', function (matches) { + cb(null, matches) + }) + } + + var self = this + this._processing = 0 + + this._emitQueue = [] + this._processQueue = [] + this.paused = false + + if (this.noprocess) + return this + + if (n === 0) + return done() + + var sync = true + for (var i = 0; i < n; i ++) { + this._process(this.minimatch.set[i], i, false, done) + } + sync = false + + function done () { + --self._processing + if (self._processing <= 0) { + if (sync) { + process.nextTick(function () { + self._finish() + }) + } else { + self._finish() + } + } + } +} + +Glob.prototype._finish = function () { + assert(this instanceof Glob) + if (this.aborted) + return + + if (this.realpath && !this._didRealpath) + return this._realpath() + + common.finish(this) + this.emit('end', this.found) +} + +Glob.prototype._realpath = function () { + if (this._didRealpath) + return + + this._didRealpath = true + + var n = this.matches.length + if (n === 0) + return this._finish() + + var self = this + for (var i = 0; i < this.matches.length; i++) + this._realpathSet(i, next) + + function next () { + if (--n === 0) + self._finish() + } +} + +Glob.prototype._realpathSet = function (index, cb) { + var matchset = this.matches[index] + if (!matchset) + return cb() + + var found = Object.keys(matchset) + var self = this + var n = found.length + + if (n === 0) + return cb() + + var set = this.matches[index] = Object.create(null) + found.forEach(function (p, i) { + // If there's a problem with the stat, then it means that + // one or more of the links in the realpath couldn't be + // resolved. just return the abs value in that case. + p = self._makeAbs(p) + rp.realpath(p, self.realpathCache, function (er, real) { + if (!er) + set[real] = true + else if (er.syscall === 'stat') + set[p] = true + else + self.emit('error', er) // srsly wtf right here + + if (--n === 0) { + self.matches[index] = set + cb() + } + }) + }) +} + +Glob.prototype._mark = function (p) { + return common.mark(this, p) +} + +Glob.prototype._makeAbs = function (f) { + return common.makeAbs(this, f) +} + +Glob.prototype.abort = function () { + this.aborted = true + this.emit('abort') +} + +Glob.prototype.pause = function () { + if (!this.paused) { + this.paused = true + this.emit('pause') + } +} + +Glob.prototype.resume = function () { + if (this.paused) { + this.emit('resume') + this.paused = false + if (this._emitQueue.length) { + var eq = this._emitQueue.slice(0) + this._emitQueue.length = 0 + for (var i = 0; i < eq.length; i ++) { + var e = eq[i] + this._emitMatch(e[0], e[1]) + } + } + if (this._processQueue.length) { + var pq = this._processQueue.slice(0) + this._processQueue.length = 0 + for (var i = 0; i < pq.length; i ++) { + var p = pq[i] + this._processing-- + this._process(p[0], p[1], p[2], p[3]) + } + } + } +} + +Glob.prototype._process = function (pattern, index, inGlobStar, cb) { + assert(this instanceof Glob) + assert(typeof cb === 'function') + + if (this.aborted) + return + + this._processing++ + if (this.paused) { + this._processQueue.push([pattern, index, inGlobStar, cb]) + return + } + + //console.error('PROCESS %d', this._processing, pattern) + + // Get the first [n] parts of pattern that are all strings. + var n = 0 + while (typeof pattern[n] === 'string') { + n ++ + } + // now n is the index of the first one that is *not* a string. + + // see if there's anything else + var prefix + switch (n) { + // if not, then this is rather simple + case pattern.length: + this._processSimple(pattern.join('/'), index, cb) + return + + case 0: + // pattern *starts* with some non-trivial item. + // going to readdir(cwd), but not include the prefix in matches. + prefix = null + break + + default: + // pattern has some string bits in the front. + // whatever it starts with, whether that's 'absolute' like /foo/bar, + // or 'relative' like '../baz' + prefix = pattern.slice(0, n).join('/') + break + } + + var remain = pattern.slice(n) + + // get the list of entries. + var read + if (prefix === null) + read = '.' + else if (isAbsolute(prefix) || isAbsolute(pattern.join('/'))) { + if (!prefix || !isAbsolute(prefix)) + prefix = '/' + prefix + read = prefix + } else + read = prefix + + var abs = this._makeAbs(read) + + //if ignored, skip _processing + if (childrenIgnored(this, read)) + return cb() + + var isGlobStar = remain[0] === minimatch.GLOBSTAR + if (isGlobStar) + this._processGlobStar(prefix, read, abs, remain, index, inGlobStar, cb) + else + this._processReaddir(prefix, read, abs, remain, index, inGlobStar, cb) +} + +Glob.prototype._processReaddir = function (prefix, read, abs, remain, index, inGlobStar, cb) { + var self = this + this._readdir(abs, inGlobStar, function (er, entries) { + return self._processReaddir2(prefix, read, abs, remain, index, inGlobStar, entries, cb) + }) +} + +Glob.prototype._processReaddir2 = function (prefix, read, abs, remain, index, inGlobStar, entries, cb) { + + // if the abs isn't a dir, then nothing can match! + if (!entries) + return cb() + + // It will only match dot entries if it starts with a dot, or if + // dot is set. Stuff like @(.foo|.bar) isn't allowed. + var pn = remain[0] + var negate = !!this.minimatch.negate + var rawGlob = pn._glob + var dotOk = this.dot || rawGlob.charAt(0) === '.' + + var matchedEntries = [] + for (var i = 0; i < entries.length; i++) { + var e = entries[i] + if (e.charAt(0) !== '.' || dotOk) { + var m + if (negate && !prefix) { + m = !e.match(pn) + } else { + m = e.match(pn) + } + if (m) + matchedEntries.push(e) + } + } + + //console.error('prd2', prefix, entries, remain[0]._glob, matchedEntries) + + var len = matchedEntries.length + // If there are no matched entries, then nothing matches. + if (len === 0) + return cb() + + // if this is the last remaining pattern bit, then no need for + // an additional stat *unless* the user has specified mark or + // stat explicitly. We know they exist, since readdir returned + // them. + + if (remain.length === 1 && !this.mark && !this.stat) { + if (!this.matches[index]) + this.matches[index] = Object.create(null) + + for (var i = 0; i < len; i ++) { + var e = matchedEntries[i] + if (prefix) { + if (prefix !== '/') + e = prefix + '/' + e + else + e = prefix + e + } + + if (e.charAt(0) === '/' && !this.nomount) { + e = path.join(this.root, e) + } + this._emitMatch(index, e) + } + // This was the last one, and no stats were needed + return cb() + } + + // now test all matched entries as stand-ins for that part + // of the pattern. + remain.shift() + for (var i = 0; i < len; i ++) { + var e = matchedEntries[i] + var newPattern + if (prefix) { + if (prefix !== '/') + e = prefix + '/' + e + else + e = prefix + e + } + this._process([e].concat(remain), index, inGlobStar, cb) + } + cb() +} + +Glob.prototype._emitMatch = function (index, e) { + if (this.aborted) + return + + if (isIgnored(this, e)) + return + + if (this.paused) { + this._emitQueue.push([index, e]) + return + } + + var abs = isAbsolute(e) ? e : this._makeAbs(e) + + if (this.mark) + e = this._mark(e) + + if (this.absolute) + e = abs + + if (this.matches[index][e]) + return + + if (this.nodir) { + var c = this.cache[abs] + if (c === 'DIR' || Array.isArray(c)) + return + } + + this.matches[index][e] = true + + var st = this.statCache[abs] + if (st) + this.emit('stat', e, st) + + this.emit('match', e) +} + +Glob.prototype._readdirInGlobStar = function (abs, cb) { + if (this.aborted) + return + + // follow all symlinked directories forever + // just proceed as if this is a non-globstar situation + if (this.follow) + return this._readdir(abs, false, cb) + + var lstatkey = 'lstat\0' + abs + var self = this + var lstatcb = inflight(lstatkey, lstatcb_) + + if (lstatcb) + fs.lstat(abs, lstatcb) + + function lstatcb_ (er, lstat) { + if (er && er.code === 'ENOENT') + return cb() + + var isSym = lstat && lstat.isSymbolicLink() + self.symlinks[abs] = isSym + + // If it's not a symlink or a dir, then it's definitely a regular file. + // don't bother doing a readdir in that case. + if (!isSym && lstat && !lstat.isDirectory()) { + self.cache[abs] = 'FILE' + cb() + } else + self._readdir(abs, false, cb) + } +} + +Glob.prototype._readdir = function (abs, inGlobStar, cb) { + if (this.aborted) + return + + cb = inflight('readdir\0'+abs+'\0'+inGlobStar, cb) + if (!cb) + return + + //console.error('RD %j %j', +inGlobStar, abs) + if (inGlobStar && !ownProp(this.symlinks, abs)) + return this._readdirInGlobStar(abs, cb) + + if (ownProp(this.cache, abs)) { + var c = this.cache[abs] + if (!c || c === 'FILE') + return cb() + + if (Array.isArray(c)) + return cb(null, c) + } + + var self = this + fs.readdir(abs, readdirCb(this, abs, cb)) +} + +function readdirCb (self, abs, cb) { + return function (er, entries) { + if (er) + self._readdirError(abs, er, cb) + else + self._readdirEntries(abs, entries, cb) + } +} + +Glob.prototype._readdirEntries = function (abs, entries, cb) { + if (this.aborted) + return + + // if we haven't asked to stat everything, then just + // assume that everything in there exists, so we can avoid + // having to stat it a second time. + if (!this.mark && !this.stat) { + for (var i = 0; i < entries.length; i ++) { + var e = entries[i] + if (abs === '/') + e = abs + e + else + e = abs + '/' + e + this.cache[e] = true + } + } + + this.cache[abs] = entries + return cb(null, entries) +} + +Glob.prototype._readdirError = function (f, er, cb) { + if (this.aborted) + return + + // handle errors, and cache the information + switch (er.code) { + case 'ENOTSUP': // https://github.com/isaacs/node-glob/issues/205 + case 'ENOTDIR': // totally normal. means it *does* exist. + var abs = this._makeAbs(f) + this.cache[abs] = 'FILE' + if (abs === this.cwdAbs) { + var error = new Error(er.code + ' invalid cwd ' + this.cwd) + error.path = this.cwd + error.code = er.code + this.emit('error', error) + this.abort() + } + break + + case 'ENOENT': // not terribly unusual + case 'ELOOP': + case 'ENAMETOOLONG': + case 'UNKNOWN': + this.cache[this._makeAbs(f)] = false + break + + default: // some unusual error. Treat as failure. + this.cache[this._makeAbs(f)] = false + if (this.strict) { + this.emit('error', er) + // If the error is handled, then we abort + // if not, we threw out of here + this.abort() + } + if (!this.silent) + console.error('glob error', er) + break + } + + return cb() +} + +Glob.prototype._processGlobStar = function (prefix, read, abs, remain, index, inGlobStar, cb) { + var self = this + this._readdir(abs, inGlobStar, function (er, entries) { + self._processGlobStar2(prefix, read, abs, remain, index, inGlobStar, entries, cb) + }) +} + + +Glob.prototype._processGlobStar2 = function (prefix, read, abs, remain, index, inGlobStar, entries, cb) { + //console.error('pgs2', prefix, remain[0], entries) + + // no entries means not a dir, so it can never have matches + // foo.txt/** doesn't match foo.txt + if (!entries) + return cb() + + // test without the globstar, and with every child both below + // and replacing the globstar. + var remainWithoutGlobStar = remain.slice(1) + var gspref = prefix ? [ prefix ] : [] + var noGlobStar = gspref.concat(remainWithoutGlobStar) + + // the noGlobStar pattern exits the inGlobStar state + this._process(noGlobStar, index, false, cb) + + var isSym = this.symlinks[abs] + var len = entries.length + + // If it's a symlink, and we're in a globstar, then stop + if (isSym && inGlobStar) + return cb() + + for (var i = 0; i < len; i++) { + var e = entries[i] + if (e.charAt(0) === '.' && !this.dot) + continue + + // these two cases enter the inGlobStar state + var instead = gspref.concat(entries[i], remainWithoutGlobStar) + this._process(instead, index, true, cb) + + var below = gspref.concat(entries[i], remain) + this._process(below, index, true, cb) + } + + cb() +} + +Glob.prototype._processSimple = function (prefix, index, cb) { + // XXX review this. Shouldn't it be doing the mounting etc + // before doing stat? kinda weird? + var self = this + this._stat(prefix, function (er, exists) { + self._processSimple2(prefix, index, er, exists, cb) + }) +} +Glob.prototype._processSimple2 = function (prefix, index, er, exists, cb) { + + //console.error('ps2', prefix, exists) + + if (!this.matches[index]) + this.matches[index] = Object.create(null) + + // If it doesn't exist, then just mark the lack of results + if (!exists) + return cb() + + if (prefix && isAbsolute(prefix) && !this.nomount) { + var trail = /[\/\\]$/.test(prefix) + if (prefix.charAt(0) === '/') { + prefix = path.join(this.root, prefix) + } else { + prefix = path.resolve(this.root, prefix) + if (trail) + prefix += '/' + } + } + + if (process.platform === 'win32') + prefix = prefix.replace(/\\/g, '/') + + // Mark this as a match + this._emitMatch(index, prefix) + cb() +} + +// Returns either 'DIR', 'FILE', or false +Glob.prototype._stat = function (f, cb) { + var abs = this._makeAbs(f) + var needDir = f.slice(-1) === '/' + + if (f.length > this.maxLength) + return cb() + + if (!this.stat && ownProp(this.cache, abs)) { + var c = this.cache[abs] + + if (Array.isArray(c)) + c = 'DIR' + + // It exists, but maybe not how we need it + if (!needDir || c === 'DIR') + return cb(null, c) + + if (needDir && c === 'FILE') + return cb() + + // otherwise we have to stat, because maybe c=true + // if we know it exists, but not what it is. + } + + var exists + var stat = this.statCache[abs] + if (stat !== undefined) { + if (stat === false) + return cb(null, stat) + else { + var type = stat.isDirectory() ? 'DIR' : 'FILE' + if (needDir && type === 'FILE') + return cb() + else + return cb(null, type, stat) + } + } + + var self = this + var statcb = inflight('stat\0' + abs, lstatcb_) + if (statcb) + fs.lstat(abs, statcb) + + function lstatcb_ (er, lstat) { + if (lstat && lstat.isSymbolicLink()) { + // If it's a symlink, then treat it as the target, unless + // the target does not exist, then treat it as a file. + return fs.stat(abs, function (er, stat) { + if (er) + self._stat2(f, abs, null, lstat, cb) + else + self._stat2(f, abs, er, stat, cb) + }) + } else { + self._stat2(f, abs, er, lstat, cb) + } + } +} + +Glob.prototype._stat2 = function (f, abs, er, stat, cb) { + if (er && (er.code === 'ENOENT' || er.code === 'ENOTDIR')) { + this.statCache[abs] = false + return cb() + } + + var needDir = f.slice(-1) === '/' + this.statCache[abs] = stat + + if (abs.slice(-1) === '/' && stat && !stat.isDirectory()) + return cb(null, false, stat) + + var c = true + if (stat) + c = stat.isDirectory() ? 'DIR' : 'FILE' + this.cache[abs] = this.cache[abs] || c + + if (needDir && c === 'FILE') + return cb() + + return cb(null, c, stat) +} diff --git a/node_modules/glob/package.json b/node_modules/glob/package.json new file mode 100644 index 0000000..4721339 --- /dev/null +++ b/node_modules/glob/package.json @@ -0,0 +1,79 @@ +{ + "_from": "glob@^7.0.5", + "_id": "glob@7.1.6", + "_inBundle": false, + "_integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "_location": "/glob", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "glob@^7.0.5", + "name": "glob", + "escapedName": "glob", + "rawSpec": "^7.0.5", + "saveSpec": null, + "fetchSpec": "^7.0.5" + }, + "_requiredBy": [ + "/yamljs" + ], + "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "_shasum": "141f33b81a7c2492e125594307480c46679278a6", + "_spec": "glob@^7.0.5", + "_where": "/Users/paolo/Desktop/multiplayer games/likelike-online/node_modules/yamljs", + "author": { + "name": "Isaac Z. Schlueter", + "email": "i@izs.me", + "url": "http://blog.izs.me/" + }, + "bugs": { + "url": "https://github.com/isaacs/node-glob/issues" + }, + "bundleDependencies": false, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "deprecated": false, + "description": "a little globber", + "devDependencies": { + "mkdirp": "0", + "rimraf": "^2.2.8", + "tap": "^12.0.1", + "tick": "0.0.6" + }, + "engines": { + "node": "*" + }, + "files": [ + "glob.js", + "sync.js", + "common.js" + ], + "funding": { + "url": "https://github.com/sponsors/isaacs" + }, + "homepage": "https://github.com/isaacs/node-glob#readme", + "license": "ISC", + "main": "glob.js", + "name": "glob", + "repository": { + "type": "git", + "url": "git://github.com/isaacs/node-glob.git" + }, + "scripts": { + "bench": "bash benchmark.sh", + "benchclean": "node benchclean.js", + "prepublish": "npm run benchclean", + "prof": "bash prof.sh && cat profile.txt", + "profclean": "rm -f v8.log profile.txt", + "test": "tap test/*.js --cov", + "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js" + }, + "version": "7.1.6" +} diff --git a/node_modules/glob/sync.js b/node_modules/glob/sync.js new file mode 100644 index 0000000..c952134 --- /dev/null +++ b/node_modules/glob/sync.js @@ -0,0 +1,486 @@ +module.exports = globSync +globSync.GlobSync = GlobSync + +var fs = require('fs') +var rp = require('fs.realpath') +var minimatch = require('minimatch') +var Minimatch = minimatch.Minimatch +var Glob = require('./glob.js').Glob +var util = require('util') +var path = require('path') +var assert = require('assert') +var isAbsolute = require('path-is-absolute') +var common = require('./common.js') +var alphasort = common.alphasort +var alphasorti = common.alphasorti +var setopts = common.setopts +var ownProp = common.ownProp +var childrenIgnored = common.childrenIgnored +var isIgnored = common.isIgnored + +function globSync (pattern, options) { + if (typeof options === 'function' || arguments.length === 3) + throw new TypeError('callback provided to sync glob\n'+ + 'See: https://github.com/isaacs/node-glob/issues/167') + + return new GlobSync(pattern, options).found +} + +function GlobSync (pattern, options) { + if (!pattern) + throw new Error('must provide pattern') + + if (typeof options === 'function' || arguments.length === 3) + throw new TypeError('callback provided to sync glob\n'+ + 'See: https://github.com/isaacs/node-glob/issues/167') + + if (!(this instanceof GlobSync)) + return new GlobSync(pattern, options) + + setopts(this, pattern, options) + + if (this.noprocess) + return this + + var n = this.minimatch.set.length + this.matches = new Array(n) + for (var i = 0; i < n; i ++) { + this._process(this.minimatch.set[i], i, false) + } + this._finish() +} + +GlobSync.prototype._finish = function () { + assert(this instanceof GlobSync) + if (this.realpath) { + var self = this + this.matches.forEach(function (matchset, index) { + var set = self.matches[index] = Object.create(null) + for (var p in matchset) { + try { + p = self._makeAbs(p) + var real = rp.realpathSync(p, self.realpathCache) + set[real] = true + } catch (er) { + if (er.syscall === 'stat') + set[self._makeAbs(p)] = true + else + throw er + } + } + }) + } + common.finish(this) +} + + +GlobSync.prototype._process = function (pattern, index, inGlobStar) { + assert(this instanceof GlobSync) + + // Get the first [n] parts of pattern that are all strings. + var n = 0 + while (typeof pattern[n] === 'string') { + n ++ + } + // now n is the index of the first one that is *not* a string. + + // See if there's anything else + var prefix + switch (n) { + // if not, then this is rather simple + case pattern.length: + this._processSimple(pattern.join('/'), index) + return + + case 0: + // pattern *starts* with some non-trivial item. + // going to readdir(cwd), but not include the prefix in matches. + prefix = null + break + + default: + // pattern has some string bits in the front. + // whatever it starts with, whether that's 'absolute' like /foo/bar, + // or 'relative' like '../baz' + prefix = pattern.slice(0, n).join('/') + break + } + + var remain = pattern.slice(n) + + // get the list of entries. + var read + if (prefix === null) + read = '.' + else if (isAbsolute(prefix) || isAbsolute(pattern.join('/'))) { + if (!prefix || !isAbsolute(prefix)) + prefix = '/' + prefix + read = prefix + } else + read = prefix + + var abs = this._makeAbs(read) + + //if ignored, skip processing + if (childrenIgnored(this, read)) + return + + var isGlobStar = remain[0] === minimatch.GLOBSTAR + if (isGlobStar) + this._processGlobStar(prefix, read, abs, remain, index, inGlobStar) + else + this._processReaddir(prefix, read, abs, remain, index, inGlobStar) +} + + +GlobSync.prototype._processReaddir = function (prefix, read, abs, remain, index, inGlobStar) { + var entries = this._readdir(abs, inGlobStar) + + // if the abs isn't a dir, then nothing can match! + if (!entries) + return + + // It will only match dot entries if it starts with a dot, or if + // dot is set. Stuff like @(.foo|.bar) isn't allowed. + var pn = remain[0] + var negate = !!this.minimatch.negate + var rawGlob = pn._glob + var dotOk = this.dot || rawGlob.charAt(0) === '.' + + var matchedEntries = [] + for (var i = 0; i < entries.length; i++) { + var e = entries[i] + if (e.charAt(0) !== '.' || dotOk) { + var m + if (negate && !prefix) { + m = !e.match(pn) + } else { + m = e.match(pn) + } + if (m) + matchedEntries.push(e) + } + } + + var len = matchedEntries.length + // If there are no matched entries, then nothing matches. + if (len === 0) + return + + // if this is the last remaining pattern bit, then no need for + // an additional stat *unless* the user has specified mark or + // stat explicitly. We know they exist, since readdir returned + // them. + + if (remain.length === 1 && !this.mark && !this.stat) { + if (!this.matches[index]) + this.matches[index] = Object.create(null) + + for (var i = 0; i < len; i ++) { + var e = matchedEntries[i] + if (prefix) { + if (prefix.slice(-1) !== '/') + e = prefix + '/' + e + else + e = prefix + e + } + + if (e.charAt(0) === '/' && !this.nomount) { + e = path.join(this.root, e) + } + this._emitMatch(index, e) + } + // This was the last one, and no stats were needed + return + } + + // now test all matched entries as stand-ins for that part + // of the pattern. + remain.shift() + for (var i = 0; i < len; i ++) { + var e = matchedEntries[i] + var newPattern + if (prefix) + newPattern = [prefix, e] + else + newPattern = [e] + this._process(newPattern.concat(remain), index, inGlobStar) + } +} + + +GlobSync.prototype._emitMatch = function (index, e) { + if (isIgnored(this, e)) + return + + var abs = this._makeAbs(e) + + if (this.mark) + e = this._mark(e) + + if (this.absolute) { + e = abs + } + + if (this.matches[index][e]) + return + + if (this.nodir) { + var c = this.cache[abs] + if (c === 'DIR' || Array.isArray(c)) + return + } + + this.matches[index][e] = true + + if (this.stat) + this._stat(e) +} + + +GlobSync.prototype._readdirInGlobStar = function (abs) { + // follow all symlinked directories forever + // just proceed as if this is a non-globstar situation + if (this.follow) + return this._readdir(abs, false) + + var entries + var lstat + var stat + try { + lstat = fs.lstatSync(abs) + } catch (er) { + if (er.code === 'ENOENT') { + // lstat failed, doesn't exist + return null + } + } + + var isSym = lstat && lstat.isSymbolicLink() + this.symlinks[abs] = isSym + + // If it's not a symlink or a dir, then it's definitely a regular file. + // don't bother doing a readdir in that case. + if (!isSym && lstat && !lstat.isDirectory()) + this.cache[abs] = 'FILE' + else + entries = this._readdir(abs, false) + + return entries +} + +GlobSync.prototype._readdir = function (abs, inGlobStar) { + var entries + + if (inGlobStar && !ownProp(this.symlinks, abs)) + return this._readdirInGlobStar(abs) + + if (ownProp(this.cache, abs)) { + var c = this.cache[abs] + if (!c || c === 'FILE') + return null + + if (Array.isArray(c)) + return c + } + + try { + return this._readdirEntries(abs, fs.readdirSync(abs)) + } catch (er) { + this._readdirError(abs, er) + return null + } +} + +GlobSync.prototype._readdirEntries = function (abs, entries) { + // if we haven't asked to stat everything, then just + // assume that everything in there exists, so we can avoid + // having to stat it a second time. + if (!this.mark && !this.stat) { + for (var i = 0; i < entries.length; i ++) { + var e = entries[i] + if (abs === '/') + e = abs + e + else + e = abs + '/' + e + this.cache[e] = true + } + } + + this.cache[abs] = entries + + // mark and cache dir-ness + return entries +} + +GlobSync.prototype._readdirError = function (f, er) { + // handle errors, and cache the information + switch (er.code) { + case 'ENOTSUP': // https://github.com/isaacs/node-glob/issues/205 + case 'ENOTDIR': // totally normal. means it *does* exist. + var abs = this._makeAbs(f) + this.cache[abs] = 'FILE' + if (abs === this.cwdAbs) { + var error = new Error(er.code + ' invalid cwd ' + this.cwd) + error.path = this.cwd + error.code = er.code + throw error + } + break + + case 'ENOENT': // not terribly unusual + case 'ELOOP': + case 'ENAMETOOLONG': + case 'UNKNOWN': + this.cache[this._makeAbs(f)] = false + break + + default: // some unusual error. Treat as failure. + this.cache[this._makeAbs(f)] = false + if (this.strict) + throw er + if (!this.silent) + console.error('glob error', er) + break + } +} + +GlobSync.prototype._processGlobStar = function (prefix, read, abs, remain, index, inGlobStar) { + + var entries = this._readdir(abs, inGlobStar) + + // no entries means not a dir, so it can never have matches + // foo.txt/** doesn't match foo.txt + if (!entries) + return + + // test without the globstar, and with every child both below + // and replacing the globstar. + var remainWithoutGlobStar = remain.slice(1) + var gspref = prefix ? [ prefix ] : [] + var noGlobStar = gspref.concat(remainWithoutGlobStar) + + // the noGlobStar pattern exits the inGlobStar state + this._process(noGlobStar, index, false) + + var len = entries.length + var isSym = this.symlinks[abs] + + // If it's a symlink, and we're in a globstar, then stop + if (isSym && inGlobStar) + return + + for (var i = 0; i < len; i++) { + var e = entries[i] + if (e.charAt(0) === '.' && !this.dot) + continue + + // these two cases enter the inGlobStar state + var instead = gspref.concat(entries[i], remainWithoutGlobStar) + this._process(instead, index, true) + + var below = gspref.concat(entries[i], remain) + this._process(below, index, true) + } +} + +GlobSync.prototype._processSimple = function (prefix, index) { + // XXX review this. Shouldn't it be doing the mounting etc + // before doing stat? kinda weird? + var exists = this._stat(prefix) + + if (!this.matches[index]) + this.matches[index] = Object.create(null) + + // If it doesn't exist, then just mark the lack of results + if (!exists) + return + + if (prefix && isAbsolute(prefix) && !this.nomount) { + var trail = /[\/\\]$/.test(prefix) + if (prefix.charAt(0) === '/') { + prefix = path.join(this.root, prefix) + } else { + prefix = path.resolve(this.root, prefix) + if (trail) + prefix += '/' + } + } + + if (process.platform === 'win32') + prefix = prefix.replace(/\\/g, '/') + + // Mark this as a match + this._emitMatch(index, prefix) +} + +// Returns either 'DIR', 'FILE', or false +GlobSync.prototype._stat = function (f) { + var abs = this._makeAbs(f) + var needDir = f.slice(-1) === '/' + + if (f.length > this.maxLength) + return false + + if (!this.stat && ownProp(this.cache, abs)) { + var c = this.cache[abs] + + if (Array.isArray(c)) + c = 'DIR' + + // It exists, but maybe not how we need it + if (!needDir || c === 'DIR') + return c + + if (needDir && c === 'FILE') + return false + + // otherwise we have to stat, because maybe c=true + // if we know it exists, but not what it is. + } + + var exists + var stat = this.statCache[abs] + if (!stat) { + var lstat + try { + lstat = fs.lstatSync(abs) + } catch (er) { + if (er && (er.code === 'ENOENT' || er.code === 'ENOTDIR')) { + this.statCache[abs] = false + return false + } + } + + if (lstat && lstat.isSymbolicLink()) { + try { + stat = fs.statSync(abs) + } catch (er) { + stat = lstat + } + } else { + stat = lstat + } + } + + this.statCache[abs] = stat + + var c = true + if (stat) + c = stat.isDirectory() ? 'DIR' : 'FILE' + + this.cache[abs] = this.cache[abs] || c + + if (needDir && c === 'FILE') + return false + + return c +} + +GlobSync.prototype._mark = function (p) { + return common.mark(this, p) +} + +GlobSync.prototype._makeAbs = function (f) { + return common.makeAbs(this, f) +} diff --git a/node_modules/inflight/LICENSE b/node_modules/inflight/LICENSE new file mode 100644 index 0000000..05eeeb8 --- /dev/null +++ b/node_modules/inflight/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/inflight/README.md b/node_modules/inflight/README.md new file mode 100644 index 0000000..6dc8929 --- /dev/null +++ b/node_modules/inflight/README.md @@ -0,0 +1,37 @@ +# inflight + +Add callbacks to requests in flight to avoid async duplication + +## USAGE + +```javascript +var inflight = require('inflight') + +// some request that does some stuff +function req(key, callback) { + // key is any random string. like a url or filename or whatever. + // + // will return either a falsey value, indicating that the + // request for this key is already in flight, or a new callback + // which when called will call all callbacks passed to inflightk + // with the same key + callback = inflight(key, callback) + + // If we got a falsey value back, then there's already a req going + if (!callback) return + + // this is where you'd fetch the url or whatever + // callback is also once()-ified, so it can safely be assigned + // to multiple events etc. First call wins. + setTimeout(function() { + callback(null, key) + }, 100) +} + +// only assigns a single setTimeout +// when it dings, all cbs get called +req('foo', cb1) +req('foo', cb2) +req('foo', cb3) +req('foo', cb4) +``` diff --git a/node_modules/inflight/inflight.js b/node_modules/inflight/inflight.js new file mode 100644 index 0000000..48202b3 --- /dev/null +++ b/node_modules/inflight/inflight.js @@ -0,0 +1,54 @@ +var wrappy = require('wrappy') +var reqs = Object.create(null) +var once = require('once') + +module.exports = wrappy(inflight) + +function inflight (key, cb) { + if (reqs[key]) { + reqs[key].push(cb) + return null + } else { + reqs[key] = [cb] + return makeres(key) + } +} + +function makeres (key) { + return once(function RES () { + var cbs = reqs[key] + var len = cbs.length + var args = slice(arguments) + + // XXX It's somewhat ambiguous whether a new callback added in this + // pass should be queued for later execution if something in the + // list of callbacks throws, or if it should just be discarded. + // However, it's such an edge case that it hardly matters, and either + // choice is likely as surprising as the other. + // As it happens, we do go ahead and schedule it for later execution. + try { + for (var i = 0; i < len; i++) { + cbs[i].apply(null, args) + } + } finally { + if (cbs.length > len) { + // added more in the interim. + // de-zalgo, just in case, but don't call again. + cbs.splice(0, len) + process.nextTick(function () { + RES.apply(null, args) + }) + } else { + delete reqs[key] + } + } + }) +} + +function slice (args) { + var length = args.length + var array = [] + + for (var i = 0; i < length; i++) array[i] = args[i] + return array +} diff --git a/node_modules/inflight/package.json b/node_modules/inflight/package.json new file mode 100644 index 0000000..522c610 --- /dev/null +++ b/node_modules/inflight/package.json @@ -0,0 +1,58 @@ +{ + "_from": "inflight@^1.0.4", + "_id": "inflight@1.0.6", + "_inBundle": false, + "_integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "_location": "/inflight", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "inflight@^1.0.4", + "name": "inflight", + "escapedName": "inflight", + "rawSpec": "^1.0.4", + "saveSpec": null, + "fetchSpec": "^1.0.4" + }, + "_requiredBy": [ + "/glob" + ], + "_resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "_shasum": "49bd6331d7d02d0c09bc910a1075ba8165b56df9", + "_spec": "inflight@^1.0.4", + "_where": "/Users/paolo/Desktop/multiplayer games/likelike-online/node_modules/glob", + "author": { + "name": "Isaac Z. Schlueter", + "email": "i@izs.me", + "url": "http://blog.izs.me/" + }, + "bugs": { + "url": "https://github.com/isaacs/inflight/issues" + }, + "bundleDependencies": false, + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + }, + "deprecated": false, + "description": "Add callbacks to requests in flight to avoid async duplication", + "devDependencies": { + "tap": "^7.1.2" + }, + "files": [ + "inflight.js" + ], + "homepage": "https://github.com/isaacs/inflight", + "license": "ISC", + "main": "inflight.js", + "name": "inflight", + "repository": { + "type": "git", + "url": "git+https://github.com/npm/inflight.git" + }, + "scripts": { + "test": "tap test.js --100" + }, + "version": "1.0.6" +} diff --git a/node_modules/minimatch/LICENSE b/node_modules/minimatch/LICENSE new file mode 100644 index 0000000..19129e3 --- /dev/null +++ b/node_modules/minimatch/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/minimatch/README.md b/node_modules/minimatch/README.md new file mode 100644 index 0000000..ad72b81 --- /dev/null +++ b/node_modules/minimatch/README.md @@ -0,0 +1,209 @@ +# minimatch + +A minimal matching utility. + +[![Build Status](https://secure.travis-ci.org/isaacs/minimatch.svg)](http://travis-ci.org/isaacs/minimatch) + + +This is the matching library used internally by npm. + +It works by converting glob expressions into JavaScript `RegExp` +objects. + +## Usage + +```javascript +var minimatch = require("minimatch") + +minimatch("bar.foo", "*.foo") // true! +minimatch("bar.foo", "*.bar") // false! +minimatch("bar.foo", "*.+(bar|foo)", { debug: true }) // true, and noisy! +``` + +## Features + +Supports these glob features: + +* Brace Expansion +* Extended glob matching +* "Globstar" `**` matching + +See: + +* `man sh` +* `man bash` +* `man 3 fnmatch` +* `man 5 gitignore` + +## Minimatch Class + +Create a minimatch object by instantiating the `minimatch.Minimatch` class. + +```javascript +var Minimatch = require("minimatch").Minimatch +var mm = new Minimatch(pattern, options) +``` + +### Properties + +* `pattern` The original pattern the minimatch object represents. +* `options` The options supplied to the constructor. +* `set` A 2-dimensional array of regexp or string expressions. + Each row in the + array corresponds to a brace-expanded pattern. Each item in the row + corresponds to a single path-part. For example, the pattern + `{a,b/c}/d` would expand to a set of patterns like: + + [ [ a, d ] + , [ b, c, d ] ] + + If a portion of the pattern doesn't have any "magic" in it + (that is, it's something like `"foo"` rather than `fo*o?`), then it + will be left as a string rather than converted to a regular + expression. + +* `regexp` Created by the `makeRe` method. A single regular expression + expressing the entire pattern. This is useful in cases where you wish + to use the pattern somewhat like `fnmatch(3)` with `FNM_PATH` enabled. +* `negate` True if the pattern is negated. +* `comment` True if the pattern is a comment. +* `empty` True if the pattern is `""`. + +### Methods + +* `makeRe` Generate the `regexp` member if necessary, and return it. + Will return `false` if the pattern is invalid. +* `match(fname)` Return true if the filename matches the pattern, or + false otherwise. +* `matchOne(fileArray, patternArray, partial)` Take a `/`-split + filename, and match it against a single row in the `regExpSet`. This + method is mainly for internal use, but is exposed so that it can be + used by a glob-walker that needs to avoid excessive filesystem calls. + +All other methods are internal, and will be called as necessary. + +### minimatch(path, pattern, options) + +Main export. Tests a path against the pattern using the options. + +```javascript +var isJS = minimatch(file, "*.js", { matchBase: true }) +``` + +### minimatch.filter(pattern, options) + +Returns a function that tests its +supplied argument, suitable for use with `Array.filter`. Example: + +```javascript +var javascripts = fileList.filter(minimatch.filter("*.js", {matchBase: true})) +``` + +### minimatch.match(list, pattern, options) + +Match against the list of +files, in the style of fnmatch or glob. If nothing is matched, and +options.nonull is set, then return a list containing the pattern itself. + +```javascript +var javascripts = minimatch.match(fileList, "*.js", {matchBase: true})) +``` + +### minimatch.makeRe(pattern, options) + +Make a regular expression object from the pattern. + +## Options + +All options are `false` by default. + +### debug + +Dump a ton of stuff to stderr. + +### nobrace + +Do not expand `{a,b}` and `{1..3}` brace sets. + +### noglobstar + +Disable `**` matching against multiple folder names. + +### dot + +Allow patterns to match filenames starting with a period, even if +the pattern does not explicitly have a period in that spot. + +Note that by default, `a/**/b` will **not** match `a/.d/b`, unless `dot` +is set. + +### noext + +Disable "extglob" style patterns like `+(a|b)`. + +### nocase + +Perform a case-insensitive match. + +### nonull + +When a match is not found by `minimatch.match`, return a list containing +the pattern itself if this option is set. When not set, an empty list +is returned if there are no matches. + +### matchBase + +If set, then patterns without slashes will be matched +against the basename of the path if it contains slashes. For example, +`a?b` would match the path `/xyz/123/acb`, but not `/xyz/acb/123`. + +### nocomment + +Suppress the behavior of treating `#` at the start of a pattern as a +comment. + +### nonegate + +Suppress the behavior of treating a leading `!` character as negation. + +### flipNegate + +Returns from negate expressions the same as if they were not negated. +(Ie, true on a hit, false on a miss.) + + +## Comparisons to other fnmatch/glob implementations + +While strict compliance with the existing standards is a worthwhile +goal, some discrepancies exist between minimatch and other +implementations, and are intentional. + +If the pattern starts with a `!` character, then it is negated. Set the +`nonegate` flag to suppress this behavior, and treat leading `!` +characters normally. This is perhaps relevant if you wish to start the +pattern with a negative extglob pattern like `!(a|B)`. Multiple `!` +characters at the start of a pattern will negate the pattern multiple +times. + +If a pattern starts with `#`, then it is treated as a comment, and +will not match anything. Use `\#` to match a literal `#` at the +start of a line, or set the `nocomment` flag to suppress this behavior. + +The double-star character `**` is supported by default, unless the +`noglobstar` flag is set. This is supported in the manner of bsdglob +and bash 4.1, where `**` only has special significance if it is the only +thing in a path part. That is, `a/**/b` will match `a/x/y/b`, but +`a/**b` will not. + +If an escaped pattern has no matches, and the `nonull` flag is set, +then minimatch.match returns the pattern as-provided, rather than +interpreting the character escapes. For example, +`minimatch.match([], "\\*a\\?")` will return `"\\*a\\?"` rather than +`"*a?"`. This is akin to setting the `nullglob` option in bash, except +that it does not resolve escaped pattern characters. + +If brace expansion is not disabled, then it is performed before any +other interpretation of the glob pattern. Thus, a pattern like +`+(a|{b),c)}`, which would not be valid in bash or zsh, is expanded +**first** into the set of `+(a|b)` and `+(a|c)`, and those patterns are +checked for validity. Since those two are valid, matching proceeds. diff --git a/node_modules/minimatch/minimatch.js b/node_modules/minimatch/minimatch.js new file mode 100644 index 0000000..5b5f8cf --- /dev/null +++ b/node_modules/minimatch/minimatch.js @@ -0,0 +1,923 @@ +module.exports = minimatch +minimatch.Minimatch = Minimatch + +var path = { sep: '/' } +try { + path = require('path') +} catch (er) {} + +var GLOBSTAR = minimatch.GLOBSTAR = Minimatch.GLOBSTAR = {} +var expand = require('brace-expansion') + +var plTypes = { + '!': { open: '(?:(?!(?:', close: '))[^/]*?)'}, + '?': { open: '(?:', close: ')?' }, + '+': { open: '(?:', close: ')+' }, + '*': { open: '(?:', close: ')*' }, + '@': { open: '(?:', close: ')' } +} + +// any single thing other than / +// don't need to escape / when using new RegExp() +var qmark = '[^/]' + +// * => any number of characters +var star = qmark + '*?' + +// ** when dots are allowed. Anything goes, except .. and . +// not (^ or / followed by one or two dots followed by $ or /), +// followed by anything, any number of times. +var twoStarDot = '(?:(?!(?:\\\/|^)(?:\\.{1,2})($|\\\/)).)*?' + +// not a ^ or / followed by a dot, +// followed by anything, any number of times. +var twoStarNoDot = '(?:(?!(?:\\\/|^)\\.).)*?' + +// characters that need to be escaped in RegExp. +var reSpecials = charSet('().*{}+?[]^$\\!') + +// "abc" -> { a:true, b:true, c:true } +function charSet (s) { + return s.split('').reduce(function (set, c) { + set[c] = true + return set + }, {}) +} + +// normalizes slashes. +var slashSplit = /\/+/ + +minimatch.filter = filter +function filter (pattern, options) { + options = options || {} + return function (p, i, list) { + return minimatch(p, pattern, options) + } +} + +function ext (a, b) { + a = a || {} + b = b || {} + var t = {} + Object.keys(b).forEach(function (k) { + t[k] = b[k] + }) + Object.keys(a).forEach(function (k) { + t[k] = a[k] + }) + return t +} + +minimatch.defaults = function (def) { + if (!def || !Object.keys(def).length) return minimatch + + var orig = minimatch + + var m = function minimatch (p, pattern, options) { + return orig.minimatch(p, pattern, ext(def, options)) + } + + m.Minimatch = function Minimatch (pattern, options) { + return new orig.Minimatch(pattern, ext(def, options)) + } + + return m +} + +Minimatch.defaults = function (def) { + if (!def || !Object.keys(def).length) return Minimatch + return minimatch.defaults(def).Minimatch +} + +function minimatch (p, pattern, options) { + if (typeof pattern !== 'string') { + throw new TypeError('glob pattern string required') + } + + if (!options) options = {} + + // shortcut: comments match nothing. + if (!options.nocomment && pattern.charAt(0) === '#') { + return false + } + + // "" only matches "" + if (pattern.trim() === '') return p === '' + + return new Minimatch(pattern, options).match(p) +} + +function Minimatch (pattern, options) { + if (!(this instanceof Minimatch)) { + return new Minimatch(pattern, options) + } + + if (typeof pattern !== 'string') { + throw new TypeError('glob pattern string required') + } + + if (!options) options = {} + pattern = pattern.trim() + + // windows support: need to use /, not \ + if (path.sep !== '/') { + pattern = pattern.split(path.sep).join('/') + } + + this.options = options + this.set = [] + this.pattern = pattern + this.regexp = null + this.negate = false + this.comment = false + this.empty = false + + // make the set of regexps etc. + this.make() +} + +Minimatch.prototype.debug = function () {} + +Minimatch.prototype.make = make +function make () { + // don't do it more than once. + if (this._made) return + + var pattern = this.pattern + var options = this.options + + // empty patterns and comments match nothing. + if (!options.nocomment && pattern.charAt(0) === '#') { + this.comment = true + return + } + if (!pattern) { + this.empty = true + return + } + + // step 1: figure out negation, etc. + this.parseNegate() + + // step 2: expand braces + var set = this.globSet = this.braceExpand() + + if (options.debug) this.debug = console.error + + this.debug(this.pattern, set) + + // step 3: now we have a set, so turn each one into a series of path-portion + // matching patterns. + // These will be regexps, except in the case of "**", which is + // set to the GLOBSTAR object for globstar behavior, + // and will not contain any / characters + set = this.globParts = set.map(function (s) { + return s.split(slashSplit) + }) + + this.debug(this.pattern, set) + + // glob --> regexps + set = set.map(function (s, si, set) { + return s.map(this.parse, this) + }, this) + + this.debug(this.pattern, set) + + // filter out everything that didn't compile properly. + set = set.filter(function (s) { + return s.indexOf(false) === -1 + }) + + this.debug(this.pattern, set) + + this.set = set +} + +Minimatch.prototype.parseNegate = parseNegate +function parseNegate () { + var pattern = this.pattern + var negate = false + var options = this.options + var negateOffset = 0 + + if (options.nonegate) return + + for (var i = 0, l = pattern.length + ; i < l && pattern.charAt(i) === '!' + ; i++) { + negate = !negate + negateOffset++ + } + + if (negateOffset) this.pattern = pattern.substr(negateOffset) + this.negate = negate +} + +// Brace expansion: +// a{b,c}d -> abd acd +// a{b,}c -> abc ac +// a{0..3}d -> a0d a1d a2d a3d +// a{b,c{d,e}f}g -> abg acdfg acefg +// a{b,c}d{e,f}g -> abdeg acdeg abdeg abdfg +// +// Invalid sets are not expanded. +// a{2..}b -> a{2..}b +// a{b}c -> a{b}c +minimatch.braceExpand = function (pattern, options) { + return braceExpand(pattern, options) +} + +Minimatch.prototype.braceExpand = braceExpand + +function braceExpand (pattern, options) { + if (!options) { + if (this instanceof Minimatch) { + options = this.options + } else { + options = {} + } + } + + pattern = typeof pattern === 'undefined' + ? this.pattern : pattern + + if (typeof pattern === 'undefined') { + throw new TypeError('undefined pattern') + } + + if (options.nobrace || + !pattern.match(/\{.*\}/)) { + // shortcut. no need to expand. + return [pattern] + } + + return expand(pattern) +} + +// parse a component of the expanded set. +// At this point, no pattern may contain "/" in it +// so we're going to return a 2d array, where each entry is the full +// pattern, split on '/', and then turned into a regular expression. +// A regexp is made at the end which joins each array with an +// escaped /, and another full one which joins each regexp with |. +// +// Following the lead of Bash 4.1, note that "**" only has special meaning +// when it is the *only* thing in a path portion. Otherwise, any series +// of * is equivalent to a single *. Globstar behavior is enabled by +// default, and can be disabled by setting options.noglobstar. +Minimatch.prototype.parse = parse +var SUBPARSE = {} +function parse (pattern, isSub) { + if (pattern.length > 1024 * 64) { + throw new TypeError('pattern is too long') + } + + var options = this.options + + // shortcuts + if (!options.noglobstar && pattern === '**') return GLOBSTAR + if (pattern === '') return '' + + var re = '' + var hasMagic = !!options.nocase + var escaping = false + // ? => one single character + var patternListStack = [] + var negativeLists = [] + var stateChar + var inClass = false + var reClassStart = -1 + var classStart = -1 + // . and .. never match anything that doesn't start with ., + // even when options.dot is set. + var patternStart = pattern.charAt(0) === '.' ? '' // anything + // not (start or / followed by . or .. followed by / or end) + : options.dot ? '(?!(?:^|\\\/)\\.{1,2}(?:$|\\\/))' + : '(?!\\.)' + var self = this + + function clearStateChar () { + if (stateChar) { + // we had some state-tracking character + // that wasn't consumed by this pass. + switch (stateChar) { + case '*': + re += star + hasMagic = true + break + case '?': + re += qmark + hasMagic = true + break + default: + re += '\\' + stateChar + break + } + self.debug('clearStateChar %j %j', stateChar, re) + stateChar = false + } + } + + for (var i = 0, len = pattern.length, c + ; (i < len) && (c = pattern.charAt(i)) + ; i++) { + this.debug('%s\t%s %s %j', pattern, i, re, c) + + // skip over any that are escaped. + if (escaping && reSpecials[c]) { + re += '\\' + c + escaping = false + continue + } + + switch (c) { + case '/': + // completely not allowed, even escaped. + // Should already be path-split by now. + return false + + case '\\': + clearStateChar() + escaping = true + continue + + // the various stateChar values + // for the "extglob" stuff. + case '?': + case '*': + case '+': + case '@': + case '!': + this.debug('%s\t%s %s %j <-- stateChar', pattern, i, re, c) + + // all of those are literals inside a class, except that + // the glob [!a] means [^a] in regexp + if (inClass) { + this.debug(' in class') + if (c === '!' && i === classStart + 1) c = '^' + re += c + continue + } + + // if we already have a stateChar, then it means + // that there was something like ** or +? in there. + // Handle the stateChar, then proceed with this one. + self.debug('call clearStateChar %j', stateChar) + clearStateChar() + stateChar = c + // if extglob is disabled, then +(asdf|foo) isn't a thing. + // just clear the statechar *now*, rather than even diving into + // the patternList stuff. + if (options.noext) clearStateChar() + continue + + case '(': + if (inClass) { + re += '(' + continue + } + + if (!stateChar) { + re += '\\(' + continue + } + + patternListStack.push({ + type: stateChar, + start: i - 1, + reStart: re.length, + open: plTypes[stateChar].open, + close: plTypes[stateChar].close + }) + // negation is (?:(?!js)[^/]*) + re += stateChar === '!' ? '(?:(?!(?:' : '(?:' + this.debug('plType %j %j', stateChar, re) + stateChar = false + continue + + case ')': + if (inClass || !patternListStack.length) { + re += '\\)' + continue + } + + clearStateChar() + hasMagic = true + var pl = patternListStack.pop() + // negation is (?:(?!js)[^/]*) + // The others are (?:) + re += pl.close + if (pl.type === '!') { + negativeLists.push(pl) + } + pl.reEnd = re.length + continue + + case '|': + if (inClass || !patternListStack.length || escaping) { + re += '\\|' + escaping = false + continue + } + + clearStateChar() + re += '|' + continue + + // these are mostly the same in regexp and glob + case '[': + // swallow any state-tracking char before the [ + clearStateChar() + + if (inClass) { + re += '\\' + c + continue + } + + inClass = true + classStart = i + reClassStart = re.length + re += c + continue + + case ']': + // a right bracket shall lose its special + // meaning and represent itself in + // a bracket expression if it occurs + // first in the list. -- POSIX.2 2.8.3.2 + if (i === classStart + 1 || !inClass) { + re += '\\' + c + escaping = false + continue + } + + // handle the case where we left a class open. + // "[z-a]" is valid, equivalent to "\[z-a\]" + if (inClass) { + // split where the last [ was, make sure we don't have + // an invalid re. if so, re-walk the contents of the + // would-be class to re-translate any characters that + // were passed through as-is + // TODO: It would probably be faster to determine this + // without a try/catch and a new RegExp, but it's tricky + // to do safely. For now, this is safe and works. + var cs = pattern.substring(classStart + 1, i) + try { + RegExp('[' + cs + ']') + } catch (er) { + // not a valid class! + var sp = this.parse(cs, SUBPARSE) + re = re.substr(0, reClassStart) + '\\[' + sp[0] + '\\]' + hasMagic = hasMagic || sp[1] + inClass = false + continue + } + } + + // finish up the class. + hasMagic = true + inClass = false + re += c + continue + + default: + // swallow any state char that wasn't consumed + clearStateChar() + + if (escaping) { + // no need + escaping = false + } else if (reSpecials[c] + && !(c === '^' && inClass)) { + re += '\\' + } + + re += c + + } // switch + } // for + + // handle the case where we left a class open. + // "[abc" is valid, equivalent to "\[abc" + if (inClass) { + // split where the last [ was, and escape it + // this is a huge pita. We now have to re-walk + // the contents of the would-be class to re-translate + // any characters that were passed through as-is + cs = pattern.substr(classStart + 1) + sp = this.parse(cs, SUBPARSE) + re = re.substr(0, reClassStart) + '\\[' + sp[0] + hasMagic = hasMagic || sp[1] + } + + // handle the case where we had a +( thing at the *end* + // of the pattern. + // each pattern list stack adds 3 chars, and we need to go through + // and escape any | chars that were passed through as-is for the regexp. + // Go through and escape them, taking care not to double-escape any + // | chars that were already escaped. + for (pl = patternListStack.pop(); pl; pl = patternListStack.pop()) { + var tail = re.slice(pl.reStart + pl.open.length) + this.debug('setting tail', re, pl) + // maybe some even number of \, then maybe 1 \, followed by a | + tail = tail.replace(/((?:\\{2}){0,64})(\\?)\|/g, function (_, $1, $2) { + if (!$2) { + // the | isn't already escaped, so escape it. + $2 = '\\' + } + + // need to escape all those slashes *again*, without escaping the + // one that we need for escaping the | character. As it works out, + // escaping an even number of slashes can be done by simply repeating + // it exactly after itself. That's why this trick works. + // + // I am sorry that you have to see this. + return $1 + $1 + $2 + '|' + }) + + this.debug('tail=%j\n %s', tail, tail, pl, re) + var t = pl.type === '*' ? star + : pl.type === '?' ? qmark + : '\\' + pl.type + + hasMagic = true + re = re.slice(0, pl.reStart) + t + '\\(' + tail + } + + // handle trailing things that only matter at the very end. + clearStateChar() + if (escaping) { + // trailing \\ + re += '\\\\' + } + + // only need to apply the nodot start if the re starts with + // something that could conceivably capture a dot + var addPatternStart = false + switch (re.charAt(0)) { + case '.': + case '[': + case '(': addPatternStart = true + } + + // Hack to work around lack of negative lookbehind in JS + // A pattern like: *.!(x).!(y|z) needs to ensure that a name + // like 'a.xyz.yz' doesn't match. So, the first negative + // lookahead, has to look ALL the way ahead, to the end of + // the pattern. + for (var n = negativeLists.length - 1; n > -1; n--) { + var nl = negativeLists[n] + + var nlBefore = re.slice(0, nl.reStart) + var nlFirst = re.slice(nl.reStart, nl.reEnd - 8) + var nlLast = re.slice(nl.reEnd - 8, nl.reEnd) + var nlAfter = re.slice(nl.reEnd) + + nlLast += nlAfter + + // Handle nested stuff like *(*.js|!(*.json)), where open parens + // mean that we should *not* include the ) in the bit that is considered + // "after" the negated section. + var openParensBefore = nlBefore.split('(').length - 1 + var cleanAfter = nlAfter + for (i = 0; i < openParensBefore; i++) { + cleanAfter = cleanAfter.replace(/\)[+*?]?/, '') + } + nlAfter = cleanAfter + + var dollar = '' + if (nlAfter === '' && isSub !== SUBPARSE) { + dollar = '$' + } + var newRe = nlBefore + nlFirst + nlAfter + dollar + nlLast + re = newRe + } + + // if the re is not "" at this point, then we need to make sure + // it doesn't match against an empty path part. + // Otherwise a/* will match a/, which it should not. + if (re !== '' && hasMagic) { + re = '(?=.)' + re + } + + if (addPatternStart) { + re = patternStart + re + } + + // parsing just a piece of a larger pattern. + if (isSub === SUBPARSE) { + return [re, hasMagic] + } + + // skip the regexp for non-magical patterns + // unescape anything in it, though, so that it'll be + // an exact match against a file etc. + if (!hasMagic) { + return globUnescape(pattern) + } + + var flags = options.nocase ? 'i' : '' + try { + var regExp = new RegExp('^' + re + '$', flags) + } catch (er) { + // If it was an invalid regular expression, then it can't match + // anything. This trick looks for a character after the end of + // the string, which is of course impossible, except in multi-line + // mode, but it's not a /m regex. + return new RegExp('$.') + } + + regExp._glob = pattern + regExp._src = re + + return regExp +} + +minimatch.makeRe = function (pattern, options) { + return new Minimatch(pattern, options || {}).makeRe() +} + +Minimatch.prototype.makeRe = makeRe +function makeRe () { + if (this.regexp || this.regexp === false) return this.regexp + + // at this point, this.set is a 2d array of partial + // pattern strings, or "**". + // + // It's better to use .match(). This function shouldn't + // be used, really, but it's pretty convenient sometimes, + // when you just want to work with a regex. + var set = this.set + + if (!set.length) { + this.regexp = false + return this.regexp + } + var options = this.options + + var twoStar = options.noglobstar ? star + : options.dot ? twoStarDot + : twoStarNoDot + var flags = options.nocase ? 'i' : '' + + var re = set.map(function (pattern) { + return pattern.map(function (p) { + return (p === GLOBSTAR) ? twoStar + : (typeof p === 'string') ? regExpEscape(p) + : p._src + }).join('\\\/') + }).join('|') + + // must match entire pattern + // ending in a * or ** will make it less strict. + re = '^(?:' + re + ')$' + + // can match anything, as long as it's not this. + if (this.negate) re = '^(?!' + re + ').*$' + + try { + this.regexp = new RegExp(re, flags) + } catch (ex) { + this.regexp = false + } + return this.regexp +} + +minimatch.match = function (list, pattern, options) { + options = options || {} + var mm = new Minimatch(pattern, options) + list = list.filter(function (f) { + return mm.match(f) + }) + if (mm.options.nonull && !list.length) { + list.push(pattern) + } + return list +} + +Minimatch.prototype.match = match +function match (f, partial) { + this.debug('match', f, this.pattern) + // short-circuit in the case of busted things. + // comments, etc. + if (this.comment) return false + if (this.empty) return f === '' + + if (f === '/' && partial) return true + + var options = this.options + + // windows: need to use /, not \ + if (path.sep !== '/') { + f = f.split(path.sep).join('/') + } + + // treat the test path as a set of pathparts. + f = f.split(slashSplit) + this.debug(this.pattern, 'split', f) + + // just ONE of the pattern sets in this.set needs to match + // in order for it to be valid. If negating, then just one + // match means that we have failed. + // Either way, return on the first hit. + + var set = this.set + this.debug(this.pattern, 'set', set) + + // Find the basename of the path by looking for the last non-empty segment + var filename + var i + for (i = f.length - 1; i >= 0; i--) { + filename = f[i] + if (filename) break + } + + for (i = 0; i < set.length; i++) { + var pattern = set[i] + var file = f + if (options.matchBase && pattern.length === 1) { + file = [filename] + } + var hit = this.matchOne(file, pattern, partial) + if (hit) { + if (options.flipNegate) return true + return !this.negate + } + } + + // didn't get any hits. this is success if it's a negative + // pattern, failure otherwise. + if (options.flipNegate) return false + return this.negate +} + +// set partial to true to test if, for example, +// "/a/b" matches the start of "/*/b/*/d" +// Partial means, if you run out of file before you run +// out of pattern, then that's fine, as long as all +// the parts match. +Minimatch.prototype.matchOne = function (file, pattern, partial) { + var options = this.options + + this.debug('matchOne', + { 'this': this, file: file, pattern: pattern }) + + this.debug('matchOne', file.length, pattern.length) + + for (var fi = 0, + pi = 0, + fl = file.length, + pl = pattern.length + ; (fi < fl) && (pi < pl) + ; fi++, pi++) { + this.debug('matchOne loop') + var p = pattern[pi] + var f = file[fi] + + this.debug(pattern, p, f) + + // should be impossible. + // some invalid regexp stuff in the set. + if (p === false) return false + + if (p === GLOBSTAR) { + this.debug('GLOBSTAR', [pattern, p, f]) + + // "**" + // a/**/b/**/c would match the following: + // a/b/x/y/z/c + // a/x/y/z/b/c + // a/b/x/b/x/c + // a/b/c + // To do this, take the rest of the pattern after + // the **, and see if it would match the file remainder. + // If so, return success. + // If not, the ** "swallows" a segment, and try again. + // This is recursively awful. + // + // a/**/b/**/c matching a/b/x/y/z/c + // - a matches a + // - doublestar + // - matchOne(b/x/y/z/c, b/**/c) + // - b matches b + // - doublestar + // - matchOne(x/y/z/c, c) -> no + // - matchOne(y/z/c, c) -> no + // - matchOne(z/c, c) -> no + // - matchOne(c, c) yes, hit + var fr = fi + var pr = pi + 1 + if (pr === pl) { + this.debug('** at the end') + // a ** at the end will just swallow the rest. + // We have found a match. + // however, it will not swallow /.x, unless + // options.dot is set. + // . and .. are *never* matched by **, for explosively + // exponential reasons. + for (; fi < fl; fi++) { + if (file[fi] === '.' || file[fi] === '..' || + (!options.dot && file[fi].charAt(0) === '.')) return false + } + return true + } + + // ok, let's see if we can swallow whatever we can. + while (fr < fl) { + var swallowee = file[fr] + + this.debug('\nglobstar while', file, fr, pattern, pr, swallowee) + + // XXX remove this slice. Just pass the start index. + if (this.matchOne(file.slice(fr), pattern.slice(pr), partial)) { + this.debug('globstar found match!', fr, fl, swallowee) + // found a match. + return true + } else { + // can't swallow "." or ".." ever. + // can only swallow ".foo" when explicitly asked. + if (swallowee === '.' || swallowee === '..' || + (!options.dot && swallowee.charAt(0) === '.')) { + this.debug('dot detected!', file, fr, pattern, pr) + break + } + + // ** swallows a segment, and continue. + this.debug('globstar swallow a segment, and continue') + fr++ + } + } + + // no match was found. + // However, in partial mode, we can't say this is necessarily over. + // If there's more *pattern* left, then + if (partial) { + // ran out of file + this.debug('\n>>> no match, partial?', file, fr, pattern, pr) + if (fr === fl) return true + } + return false + } + + // something other than ** + // non-magic patterns just have to match exactly + // patterns with magic have been turned into regexps. + var hit + if (typeof p === 'string') { + if (options.nocase) { + hit = f.toLowerCase() === p.toLowerCase() + } else { + hit = f === p + } + this.debug('string match', p, f, hit) + } else { + hit = f.match(p) + this.debug('pattern match', p, f, hit) + } + + if (!hit) return false + } + + // Note: ending in / means that we'll get a final "" + // at the end of the pattern. This can only match a + // corresponding "" at the end of the file. + // If the file ends in /, then it can only match a + // a pattern that ends in /, unless the pattern just + // doesn't have any more for it. But, a/b/ should *not* + // match "a/b/*", even though "" matches against the + // [^/]*? pattern, except in partial mode, where it might + // simply not be reached yet. + // However, a/b/ should still satisfy a/* + + // now either we fell off the end of the pattern, or we're done. + if (fi === fl && pi === pl) { + // ran out of pattern and filename at the same time. + // an exact hit! + return true + } else if (fi === fl) { + // ran out of file, but still had pattern left. + // this is ok if we're doing the match as part of + // a glob fs traversal. + return partial + } else if (pi === pl) { + // ran out of pattern, still have file left. + // this is only acceptable if we're on the very last + // empty segment of a file with a trailing slash. + // a/* should match a/b/ + var emptyFileEnd = (fi === fl - 1) && (file[fi] === '') + return emptyFileEnd + } + + // should be unreachable. + throw new Error('wtf?') +} + +// replace stuff like \* with * +function globUnescape (s) { + return s.replace(/\\(.)/g, '$1') +} + +function regExpEscape (s) { + return s.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&') +} diff --git a/node_modules/minimatch/package.json b/node_modules/minimatch/package.json new file mode 100644 index 0000000..fcc2881 --- /dev/null +++ b/node_modules/minimatch/package.json @@ -0,0 +1,63 @@ +{ + "_from": "minimatch@^3.0.4", + "_id": "minimatch@3.0.4", + "_inBundle": false, + "_integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "_location": "/minimatch", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "minimatch@^3.0.4", + "name": "minimatch", + "escapedName": "minimatch", + "rawSpec": "^3.0.4", + "saveSpec": null, + "fetchSpec": "^3.0.4" + }, + "_requiredBy": [ + "/glob" + ], + "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "_shasum": "5166e286457f03306064be5497e8dbb0c3d32083", + "_spec": "minimatch@^3.0.4", + "_where": "/Users/paolo/Desktop/multiplayer games/likelike-online/node_modules/glob", + "author": { + "name": "Isaac Z. Schlueter", + "email": "i@izs.me", + "url": "http://blog.izs.me" + }, + "bugs": { + "url": "https://github.com/isaacs/minimatch/issues" + }, + "bundleDependencies": false, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "deprecated": false, + "description": "a glob matcher in javascript", + "devDependencies": { + "tap": "^10.3.2" + }, + "engines": { + "node": "*" + }, + "files": [ + "minimatch.js" + ], + "homepage": "https://github.com/isaacs/minimatch#readme", + "license": "ISC", + "main": "minimatch.js", + "name": "minimatch", + "repository": { + "type": "git", + "url": "git://github.com/isaacs/minimatch.git" + }, + "scripts": { + "postpublish": "git push origin --all; git push origin --tags", + "postversion": "npm publish", + "preversion": "npm test", + "test": "tap test/*.js --cov" + }, + "version": "3.0.4" +} diff --git a/node_modules/once/LICENSE b/node_modules/once/LICENSE new file mode 100644 index 0000000..19129e3 --- /dev/null +++ b/node_modules/once/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/once/README.md b/node_modules/once/README.md new file mode 100644 index 0000000..1f1ffca --- /dev/null +++ b/node_modules/once/README.md @@ -0,0 +1,79 @@ +# once + +Only call a function once. + +## usage + +```javascript +var once = require('once') + +function load (file, cb) { + cb = once(cb) + loader.load('file') + loader.once('load', cb) + loader.once('error', cb) +} +``` + +Or add to the Function.prototype in a responsible way: + +```javascript +// only has to be done once +require('once').proto() + +function load (file, cb) { + cb = cb.once() + loader.load('file') + loader.once('load', cb) + loader.once('error', cb) +} +``` + +Ironically, the prototype feature makes this module twice as +complicated as necessary. + +To check whether you function has been called, use `fn.called`. Once the +function is called for the first time the return value of the original +function is saved in `fn.value` and subsequent calls will continue to +return this value. + +```javascript +var once = require('once') + +function load (cb) { + cb = once(cb) + var stream = createStream() + stream.once('data', cb) + stream.once('end', function () { + if (!cb.called) cb(new Error('not found')) + }) +} +``` + +## `once.strict(func)` + +Throw an error if the function is called twice. + +Some functions are expected to be called only once. Using `once` for them would +potentially hide logical errors. + +In the example below, the `greet` function has to call the callback only once: + +```javascript +function greet (name, cb) { + // return is missing from the if statement + // when no name is passed, the callback is called twice + if (!name) cb('Hello anonymous') + cb('Hello ' + name) +} + +function log (msg) { + console.log(msg) +} + +// this will print 'Hello anonymous' but the logical error will be missed +greet(null, once(msg)) + +// once.strict will print 'Hello anonymous' and throw an error when the callback will be called the second time +greet(null, once.strict(msg)) +``` diff --git a/node_modules/once/once.js b/node_modules/once/once.js new file mode 100644 index 0000000..2354067 --- /dev/null +++ b/node_modules/once/once.js @@ -0,0 +1,42 @@ +var wrappy = require('wrappy') +module.exports = wrappy(once) +module.exports.strict = wrappy(onceStrict) + +once.proto = once(function () { + Object.defineProperty(Function.prototype, 'once', { + value: function () { + return once(this) + }, + configurable: true + }) + + Object.defineProperty(Function.prototype, 'onceStrict', { + value: function () { + return onceStrict(this) + }, + configurable: true + }) +}) + +function once (fn) { + var f = function () { + if (f.called) return f.value + f.called = true + return f.value = fn.apply(this, arguments) + } + f.called = false + return f +} + +function onceStrict (fn) { + var f = function () { + if (f.called) + throw new Error(f.onceError) + f.called = true + return f.value = fn.apply(this, arguments) + } + var name = fn.name || 'Function wrapped with `once`' + f.onceError = name + " shouldn't be called more than once" + f.called = false + return f +} diff --git a/node_modules/once/package.json b/node_modules/once/package.json new file mode 100644 index 0000000..e449ea8 --- /dev/null +++ b/node_modules/once/package.json @@ -0,0 +1,67 @@ +{ + "_from": "once@^1.3.0", + "_id": "once@1.4.0", + "_inBundle": false, + "_integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "_location": "/once", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "once@^1.3.0", + "name": "once", + "escapedName": "once", + "rawSpec": "^1.3.0", + "saveSpec": null, + "fetchSpec": "^1.3.0" + }, + "_requiredBy": [ + "/glob", + "/inflight" + ], + "_resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "_shasum": "583b1aa775961d4b113ac17d9c50baef9dd76bd1", + "_spec": "once@^1.3.0", + "_where": "/Users/paolo/Desktop/multiplayer games/likelike-online/node_modules/glob", + "author": { + "name": "Isaac Z. Schlueter", + "email": "i@izs.me", + "url": "http://blog.izs.me/" + }, + "bugs": { + "url": "https://github.com/isaacs/once/issues" + }, + "bundleDependencies": false, + "dependencies": { + "wrappy": "1" + }, + "deprecated": false, + "description": "Run a function exactly one time", + "devDependencies": { + "tap": "^7.0.1" + }, + "directories": { + "test": "test" + }, + "files": [ + "once.js" + ], + "homepage": "https://github.com/isaacs/once#readme", + "keywords": [ + "once", + "function", + "one", + "single" + ], + "license": "ISC", + "main": "once.js", + "name": "once", + "repository": { + "type": "git", + "url": "git://github.com/isaacs/once.git" + }, + "scripts": { + "test": "tap test/*.js" + }, + "version": "1.4.0" +} diff --git a/node_modules/path-is-absolute/index.js b/node_modules/path-is-absolute/index.js new file mode 100644 index 0000000..22aa6c3 --- /dev/null +++ b/node_modules/path-is-absolute/index.js @@ -0,0 +1,20 @@ +'use strict'; + +function posix(path) { + return path.charAt(0) === '/'; +} + +function win32(path) { + // https://github.com/nodejs/node/blob/b3fcc245fb25539909ef1d5eaa01dbf92e168633/lib/path.js#L56 + var splitDeviceRe = /^([a-zA-Z]:|[\\\/]{2}[^\\\/]+[\\\/]+[^\\\/]+)?([\\\/])?([\s\S]*?)$/; + var result = splitDeviceRe.exec(path); + var device = result[1] || ''; + var isUnc = Boolean(device && device.charAt(1) !== ':'); + + // UNC paths are always absolute + return Boolean(result[2] || isUnc); +} + +module.exports = process.platform === 'win32' ? win32 : posix; +module.exports.posix = posix; +module.exports.win32 = win32; diff --git a/node_modules/path-is-absolute/license b/node_modules/path-is-absolute/license new file mode 100644 index 0000000..654d0bf --- /dev/null +++ b/node_modules/path-is-absolute/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/node_modules/path-is-absolute/package.json b/node_modules/path-is-absolute/package.json new file mode 100644 index 0000000..fd66dce --- /dev/null +++ b/node_modules/path-is-absolute/package.json @@ -0,0 +1,75 @@ +{ + "_from": "path-is-absolute@^1.0.0", + "_id": "path-is-absolute@1.0.1", + "_inBundle": false, + "_integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "_location": "/path-is-absolute", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "path-is-absolute@^1.0.0", + "name": "path-is-absolute", + "escapedName": "path-is-absolute", + "rawSpec": "^1.0.0", + "saveSpec": null, + "fetchSpec": "^1.0.0" + }, + "_requiredBy": [ + "/glob" + ], + "_resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "_shasum": "174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f", + "_spec": "path-is-absolute@^1.0.0", + "_where": "/Users/paolo/Desktop/multiplayer games/likelike-online/node_modules/glob", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "bugs": { + "url": "https://github.com/sindresorhus/path-is-absolute/issues" + }, + "bundleDependencies": false, + "deprecated": false, + "description": "Node.js 0.12 path.isAbsolute() ponyfill", + "devDependencies": { + "xo": "^0.16.0" + }, + "engines": { + "node": ">=0.10.0" + }, + "files": [ + "index.js" + ], + "homepage": "https://github.com/sindresorhus/path-is-absolute#readme", + "keywords": [ + "path", + "paths", + "file", + "dir", + "absolute", + "isabsolute", + "is-absolute", + "built-in", + "util", + "utils", + "core", + "ponyfill", + "polyfill", + "shim", + "is", + "detect", + "check" + ], + "license": "MIT", + "name": "path-is-absolute", + "repository": { + "type": "git", + "url": "git+https://github.com/sindresorhus/path-is-absolute.git" + }, + "scripts": { + "test": "xo && node test.js" + }, + "version": "1.0.1" +} diff --git a/node_modules/path-is-absolute/readme.md b/node_modules/path-is-absolute/readme.md new file mode 100644 index 0000000..8dbdf5f --- /dev/null +++ b/node_modules/path-is-absolute/readme.md @@ -0,0 +1,59 @@ +# path-is-absolute [![Build Status](https://travis-ci.org/sindresorhus/path-is-absolute.svg?branch=master)](https://travis-ci.org/sindresorhus/path-is-absolute) + +> Node.js 0.12 [`path.isAbsolute()`](http://nodejs.org/api/path.html#path_path_isabsolute_path) [ponyfill](https://ponyfill.com) + + +## Install + +``` +$ npm install --save path-is-absolute +``` + + +## Usage + +```js +const pathIsAbsolute = require('path-is-absolute'); + +// Running on Linux +pathIsAbsolute('/home/foo'); +//=> true +pathIsAbsolute('C:/Users/foo'); +//=> false + +// Running on Windows +pathIsAbsolute('C:/Users/foo'); +//=> true +pathIsAbsolute('/home/foo'); +//=> false + +// Running on any OS +pathIsAbsolute.posix('/home/foo'); +//=> true +pathIsAbsolute.posix('C:/Users/foo'); +//=> false +pathIsAbsolute.win32('C:/Users/foo'); +//=> true +pathIsAbsolute.win32('/home/foo'); +//=> false +``` + + +## API + +See the [`path.isAbsolute()` docs](http://nodejs.org/api/path.html#path_path_isabsolute_path). + +### pathIsAbsolute(path) + +### pathIsAbsolute.posix(path) + +POSIX specific version. + +### pathIsAbsolute.win32(path) + +Windows specific version. + + +## License + +MIT © [Sindre Sorhus](https://sindresorhus.com) diff --git a/node_modules/rita/LICENSE b/node_modules/rita/LICENSE new file mode 100755 index 0000000..10926e8 --- /dev/null +++ b/node_modules/rita/LICENSE @@ -0,0 +1,675 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. + diff --git a/node_modules/rita/README.md b/node_modules/rita/README.md new file mode 100644 index 0000000..8a5c786 --- /dev/null +++ b/node_modules/rita/README.md @@ -0,0 +1,84 @@ +[![Build Status](https://travis-ci.org/dhowe/RiTaJS.svg?branch=master)](https://travis-ci.org/dhowe/RiTaJS) npm version npm version + + +## RiTa: a generative language toolkit for JavaScript + + + +### [The RiTa website](http://rednoise.org/rita) + +RiTa is designed to be an easy-to-use toolkit for experiments in natural language and generative literature. It is implemented in Java and JavaScript (with a common API for both). It is free/libre and open-source via the GPL license. + +About the project +-------- +* Author: [Daniel C. Howe](http://rednoise.org/daniel) +* License: GPL (see included [LICENSE](https://github.com/dhowe/RiTaJS/blob/master/LICENSE) file for full license) +* Web Site: [https://rednoise.org/rita](http://rednoise.org/rita) +* Github Repo: [https://github.com/dhowe/RiTaJS](https://github.com/dhowe/RiTa) +* Issues: [https://github.com/dhowe/RiTa/issues](https://github.com/dhowe/RiTa/issues) +* Reference: [https://rednoise.org/rita/reference](http://rednoise.org/rita/reference) +* FAQ: https://github.com/dhowe/RiTa/wiki +* Related: [RiTa](https://github.com/dhowe/RiTa) (Java) + +In [node.js](http://nodejs.org/) +-------- +To install, do the following from a terminal prompt + +`$ npm install rita` + +then use require() from your code + +```javascript +var rita = require('rita'); +var rs = rita.RiString("The elephant took a bite!"); +console.log(rs.features()); +``` + +To run tests, do the following from a terminal prompt: + +```bash +$ cd node_modules/rita && npm install && npm test +``` + +Or, see the 'Development Setup' instructions below... + +#### Can I contribute? +-------- +Please! We are looking for more coders to help out... Just press *Fork* at the top of this github page and get started, or follow the instructions below... + +#### Development Setup +-------- +- Download and install [git](https://www.git-scm.com/), [npm](https://www.npmjs.org/), and [gulp](). If you have them already, move on to step #2. + + a. You can find a version of __git__ for your OS [here](https://www.git-scm.com/) + b. The easiest way to install __npm__ is to install [node.js](http://nodejs.org/) + c. You can install __gulp__ via npm as follows: + + ```bash + $ npm install -g gulp + ``` +- [Fork and clone](https://help.github.com/articles/fork-a-repo) this library. + + a. First, login to github and fork the project + b. Then, from a terminal/shell: + + ```bash + $ git clone https://github.com/dhowe/RiTaJS.git + ``` + +- Now navigate into the project folder and install dependencies via npm. + ```bash + $ cd RiTaJS && npm install + ``` + +- To create the library from src, use gulp. + ```bash + $ gulp build + ``` + +- Optionally run tests in node with gulp. + ```bash + $ gulp test + ``` + +- Work on an existing [issue](https://github.com/dhowe/RiTa/issues?q=is%3Aopen+is%3Aissue+label%3ARiTaJS), then [submit a pull request...](https://help.github.com/articles/creating-a-pull-request) diff --git a/node_modules/rita/gulpfile.js b/node_modules/rita/gulpfile.js new file mode 100644 index 0000000..14de482 --- /dev/null +++ b/node_modules/rita/gulpfile.js @@ -0,0 +1,398 @@ + +/** + * USAGE: + * gulp (build | lint | watch | clean | help ) + * gulp test # test all + * gulp test --name RiString # test one + */ + +var del = require('del'), + gulp = require('gulp'), + chmod = require('gulp-chmod'), + gulpif = require('gulp-if'), + argv = require('yargs').argv, + concat = require('gulp-concat'), + size = require('gulp-size'), + uglify = require('gulp-uglify'), + replace = require('gulp-replace'), + jshint = require('gulp-jshint'), + tasks = require('gulp-task-listing'), + sourcemaps = require('gulp-sourcemaps'), + pjson = require('./package.json'), + rename = require('gulp-rename'), + chmod = require('gulp-chmod'), + exec = require('child_process').exec, + version = pjson.version; + +var testDir = 'test', + destDir = 'dist', + npm = 'npm', + nodeDir = destDir+'/node/rita', + tmpDir = '/tmp', + srcDir = 'src', + rita = 'rita', + testFile = 'rita', + minimize = false, + sourceMaps = false; + +// create a pkg in tmpDir then run 'npm test' on it +gulp.task('test-npm-test', ['npm.build'], function(done) { + var tgz = 'rita-'+version+'.tgz'; + var cmd = 'cp '+tgz+' '+tmpDir+' && cd '+tmpDir+' && npm install '+tgz+' &&'; + cmd += ' cd node_modules/rita && npm install && npm test'; + exec(cmd, function (err, stdout, stderr) { + log("Running 'npm test' on "+tgz); + stderr && console.error(stderr); + done(err); + }); +}); + +// do npm pack on whatever is already in the dist dir +gulp.task('npm.build', ['setup-npm'], function(done) { + exec(npm + ' pack '+nodeDir, function (err, stdout, stderr) { + log("Packing "+nodeDir+'/'+stdout); + stderr && console.error(stderr); + del(destDir+'/node'); // remove the build dir + done(err); + }); +}); + +// do npm publish on already created .tgz file +gulp.task('npm.publish', [], function(done) { + var tgz = 'rita-'+version+'.tgz'; + exec(npm + ' publish '+tgz, function (err, stdout, stderr) { + log("Publishing "+tgz, stdout); + stderr && console.error(stderr); + done(err); + }); +}); + +// build everything, then do npm pack +gulp.task('make.lib', [ 'build.full' ], function(done) { + gulp.start('npm.build'); +}); + +gulp.task('setup-npm', ['clean-npm', 'build-minify'], function(done) { + + // copy in the node readme + gulp.src('README.node.md') + .pipe(rename('README.md')) + .pipe(gulp.dest(nodeDir)); + + // copy in other loose files + gulp.src(['./LICENSE', './package.json', './gulpfile.js', 'examples/tonic.js']) + .pipe(gulp.dest(nodeDir)); + + // copy in the tests + gulp.src(testFiles(true)) + .pipe(gulp.dest(nodeDir + '/test')); + + // copy in the tests + gulp.src(testDir + '/html/data/*') + .pipe(gulp.dest(nodeDir + '/test/html/data/')); + + // copy in the (default) code + gulp.src(destDir + '/rita-full.min.js') + .pipe(rename('rita.js')) + .pipe(gulp.dest(nodeDir + '/lib')); + + // copy in the (core-only) code + gulp.src(destDir + '/rita-small.min.js') + .pipe(rename('rita-tiny.js')) + .pipe(gulp.dest(nodeDir + '/lib')); + + done(); +}); + +// list all the defined tasks +gulp.task('help', tasks); + +// clean out the build-dir +gulp.task('clean', function(f) { del(destDir, f); }); + +gulp.task('clean-npm', function(f) { del(nodeDir, f); }); + +// run lint on the non-uglified output (no lexicon) +gulp.task('lint', ['build'], function() { + + log('Linting '+destDir+'/rita.js'); + + return gulp.src(destDir+'/rita.js') + .pipe(jshint({ expr: 1, laxbreak: 1 })) + .pipe(jshint.reporter('default')); +}); + +// run lint on the non-uglified output (with lexicon) +gulp.task('lint.full', ['build'], function() { + + log('Linting '+destDir+'/rita-full.js'); + + return gulp.src(destDir+'/rita-full.js') + .pipe(jshint({ expr: 1, laxbreak: 1 })) + .pipe(jshint.reporter('default')); +}); + +// watch the src-dir for changes, then build +gulp.task('watch.full', ['build.full'], function() { + + log('Watching ' + srcDir + '/*.js'); + gulp.watch(srcDir + '/*.js', [ 'build.full' ]); +}); + +gulp.task('watch', [ 'build' ], function() { + + log('Watching ' + srcDir + '/*.js'); + gulp.watch(srcDir + '/*.js', [ 'build' ]); +}); + +// concatenate sources to 'dist' folder +gulp.task('build-lex', ['clean'], function() { + + return gulp.src(sourceFiles("full")) + .pipe(replace('##version##', version)) + .pipe(concat(rita+'-full.js')) + .pipe(size({showFiles:true})) + .pipe(chmod(644)) + .pipe(gulp.dest(destDir)); +}); + +gulp.task('build-novb', function() { + + return gulp.src(sourceFiles("novb")) + .pipe(replace('##version##', version)) + .pipe(concat(rita+'-novb.js')) + .pipe(size({showFiles:true})) + .pipe(chmod(644)) + .pipe(gulp.dest(destDir)); +}); + +gulp.task('build-1000-lex', ['clean'], function() { + + return gulp.src(sourceFiles("medium")) + .pipe(replace('##version##', version)) + .pipe(concat(rita+'-small.js')) + .pipe(size({showFiles:true})) + .pipe(chmod(644)) + .pipe(gulp.dest(destDir)); +}); + +gulp.task('build-nolex', [ 'clean' ], function() { + + return gulp.src(sourceFiles(false)) + .pipe(replace('##version##', version)) + .pipe(concat(rita+'.js')) + .pipe(size({showFiles:true})) + .pipe(chmod(644)) + .pipe(gulp.dest(destDir)); +}); + +// concatenate/minify sources to 'dist' folder + +gulp.task('build-medium', ['clean'], function() { + + return gulp.src(sourceFiles("medium")) + .pipe(replace('##version##', version)) + .pipe(concat(rita+'-medium.js')) + .pipe(size({showFiles:true})) + .pipe(chmod(644)) + .pipe(gulp.dest(destDir)); +}); + +gulp.task('build-small', ['clean'], function() { + + return gulp.src(sourceFiles("small")) + .pipe(replace('##version##', version)) + .pipe(concat(rita+'-small.js')) + .pipe(size({showFiles:true})) + .pipe(chmod(644)) + .pipe(gulp.dest(destDir)); +}); + +gulp.task('build-tiny', ['clean'], function() { + + return gulp.src(sourceFiles("tiny")) + .pipe(replace('##version##', version)) + .pipe(concat(rita+'-tiny.js')) + .pipe(size({showFiles:true})) + .pipe(chmod(644)) + .pipe(gulp.dest(destDir)); +}); + + +gulp.task('build-minify-lex', [ 'build-lex' ], function() { + + return gulp.src(destDir+'/'+rita+'-full.js') + .pipe(gulpif(sourceMaps, sourcemaps.init())) + .pipe(uglify()) + .pipe(gulpif(sourceMaps, sourcemaps.write('./'))) + .pipe(rename(rita+'-full.min.js')) + .pipe(size({showFiles:true})) + .pipe(chmod(644)) + .pipe(gulp.dest(destDir)); +}); + +// concatenate/minify sources to 'dist' folder +gulp.task('build-minify-1000-lex', [ 'build-1000-lex' ], function() { + + return gulp.src(destDir+'/'+rita+'-small.js') + .pipe(gulpif(sourceMaps, sourcemaps.init())) + .pipe(uglify()) + .pipe(gulpif(sourceMaps, sourcemaps.write('./'))) + .pipe(rename(rita+'-small.min.js')) + .pipe(size({showFiles:true})) + .pipe(chmod(644)) + .pipe(gulp.dest(destDir)); +}); + +gulp.task('build-minify-nolex', [ 'build-nolex' ], function() { + + return gulp.src(destDir+'/'+rita+'.js') + .pipe(gulpif(sourceMaps, sourcemaps.init())) + .pipe(uglify()) + .pipe(gulpif(sourceMaps, sourcemaps.write('./'))) + .pipe(rename(rita+'.min.js')) + .pipe(size({showFiles:true})) + .pipe(chmod(644)) + .pipe(gulp.dest(destDir)); +}); + + +// runs tests without loading lexicon +// usage: gulp test +// gulp test --name RiString +gulp.task('test.quick', [ 'build' ], function() { + + destDir = 'dist'; + testFile = 'rita'; + tests = testFiles(true); + + return gulp.start('test-only'); +}); + +// do tests after npm install (same as test, but runs on 'lib') +gulp.task('test-npm', [ 'build' ], function() { + + destDir = 'lib'; + testFile = 'rita'; + tests = testFiles(true); + + return gulp.start('test-only'); +}); + +// runs tests with lexicon loaded +// usage: gulp test +// gulp test --name RiString +gulp.task('test', [ 'build' ], function (done) { + + destDir = 'dist'; + testFile = 'rita-full'; + tests = testFiles(false); + + return gulp.start('test-only'); +}); + +// runs tests without building first +gulp.task('test-only', function (done) { + + var testrunner = require("qunit"); + + if (argv.name) { + if (argv.name === 'RiLexicon' || argv.name ==='SimilarBySound') // tmp + testFile = 'rita-full' + tests = [ testDir + '/' + argv.name + '-tests.js' ]; + log('Testing: ' + tests[0]); + } + + testrunner.setup({ + maxBlockDuration: 20000, + log: { + globalSummary: true, + errors: true + } + }); + + var testSrc = destDir + '/' + testFile + '.js'; + log('Source: ' + testSrc); + + testrunner.run({ + deps: [ testDir + '/qunit-helpers.js' ], + code: testSrc, + tests: tests + }, + function (err, report) { + if (err) { + console.error(err); + console.error(report); + process.exit(1); + } + testFile = 'rita' // restore + done(); + }); +}); + + +// Helper functions -------------------------------------- + +function testFiles(skipRiLexicon) { + + var tests = [ + testDir + '/qunit-helpers.js', + testDir + '/LibStructure-tests.js', + //testDir + '/RiTaEvent-tests.js', + testDir + '/RiString-tests.js', + testDir + '/RiTa-tests.js', + testDir + '/RiGrammar-tests.js', + testDir + '/RiMarkov-tests.js', + testDir + '/UrlLoading-tests.js' + ]; + + if (!skipRiLexicon) { + tests.push(testDir + '/RiLexicon-tests.js'); + } + + return tests; +} + +function sourceFiles(lexStatus) { + + var src = [ srcDir + '/header.js', srcDir + '/rita.js' ]; + + if (lexStatus === "full") { + src.push(srcDir + '/rita_lts.js'); + src.push(srcDir + '/rita_dict.js'); + //src.push(srcDir + '/rilexicon.js'); + } + else if ( lexStatus === "medium") { + src.push(srcDir + '/rita_dict_1000.js'); + src.push(srcDir + '/rita_lts.js'); + // src.push(srcDir + '/rilexicon.js'); + } + else if ( lexStatus === "small") { + src.push(srcDir + '/rita_dict_1000.js'); + //src.push(srcDir + '/rilexicon.js'); + } + else if (lexStatus === "novb") { + src.push(srcDir + '/rita_lts.js'); + src.push(srcDir + '/rita_dict_novb.js'); + //src.push(srcDir + '/rilexicon.js'); + } + //tiny only rita.js + + src.push(srcDir + '/footer.js'); + + //console.log(src); + return src; +} + +function log(msg) { console.log('[INFO] '+ msg); } + +// ---------------------------------------------------- + +// task composition +gulp.task('build', [ 'build-lex', 'build-1000-lex','build-nolex']); +gulp.task('make-sizes', [ 'build-lex', 'build-medium','build-small','build-tiny']); +gulp.task('build.full', [ 'build', 'build-minify' ]); +gulp.task('build-minify', [ 'build-minify-1000-lex', 'build-minify-lex','build-minify-nolex' ]); + +// help is the default task +gulp.task('default', [ 'help' ]); diff --git a/node_modules/rita/lib/rita-tiny.js b/node_modules/rita/lib/rita-tiny.js new file mode 100644 index 0000000..8049ff9 --- /dev/null +++ b/node_modules/rita/lib/rita-tiny.js @@ -0,0 +1,6 @@ +!function(window,undefined){function makeClass(){return function(T){return this instanceof arguments.callee?void("function"==typeof this.init&&this.init.apply(this,T&&T.callee?T:arguments)):new arguments.callee(arguments)}}function printProgress(T,E,S){process&&process.stdout&&(process.stdout.clearLine(),process.stdout.cursorTo(0),process.stdout.write(T+E+"%"+(S?"\n":"")))}function is(T,E){return get(T)===E}function ok(T,S){if(get(T)!=S)throw TypeError("Expected "+(S?S.toUpperCase():S+E)+", but received "+(T?get(T).toUpperCase():T+E));return!0}function isNum(T){return!isNaN(parseFloat(T))&&isFinite(T)}function okeys(T){var E=[];for(var S in T)E.push(S);return E}function err(){for(var T="[RiTa] "+arguments[0],E=1;E0}function trim(T){return strOk(T)?T.replace(/^\s\s*/,"").replace(/\s\s*$/,""):T}function last(T){return T&&T.length?T.charAt(T.length-1):E}function extend(T,E){for(var S=0;S-1}function escapeRegExp(T){return T.replace(/([.*+?^=!:${}()|\[\]\/\\])/g,"\\$1")}function get(T){if("undefined"!=typeof T)return{}.toString.call(T).match(/\s([a-zA-Z]+)/)[1].toLowerCase()}function tagForPENN(T){if(!T||!T.length)return EA;var E=is(T,S)?RiTa.tokenize(T):T;return PosTagger.tag(E)}function tagForWordNet(T){var E,S=tagForPENN(T);if(T&&S.length){for(var A=0;A-1)return!0;var A=categoryIRR.indexOf(T);return A%2===0}function _dict(){return{a:["ey1","dt"],able:["ey1 b-ah-l","jj"],about:["ah b-aw1-t","in jj rb rp rbr"],above:["ah b-ah1-v","in jj rb"],act:["ae1-k-t","nn vbp vb"],add:["ae1-d","vb vbp"],afraid:["ah f-r-ey1-d","jj"],after:["ae1-f t-er","in rb rp"],again:["ah g-eh1-n","rb"],against:["ah g-eh1-n-s-t","in"],age:["ey1-jh","nn vb vbp"],ago:["ah g-ow1","rb in"],agree:["ah g-r-iy1","vb vbp"],air:["eh1-r","nn vb"],all:["ao1-l","dt rb pdt"],allow:["ah l-aw1","vb vbp"],also:["ao1-l s-ow","rb ."],always:["ao1-l w-ey-z","rb"],am:["ae1-m","vbp rb"],among:["ah m-ah1-ng","in"],an:["ae1-n","dt cc jj nnp"],and:["ae1-n-d","cc jj rb nnp"],anger:["ae1-ng g-er","nn vb vbp"],animal:["ae1 n-ah m-ah-l","nn jj"],answer:["ae1-n s-er","nn vb vbp"],any:["eh1 n-iy","dt rb"],appear:["ah p-ih1-r","vb vbp"],apple:["ae1 p-ah-l","nn"],are:["aa1-r","vbp nnp"],area:["eh1 r-iy ah","nn"],arm:["aa1-r-m","nn vb"],arrange:["er ey1-n-jh","vb vbp"],arrive:["er ay1-v","vb vbp"],art:["aa1-r-t","nn"],as:["ae1-z","in nnp jj rb"],ask:["ae1-s-k","vb vbp"],at:["ae1-t","in rb rp"],atom:["ae1 t-ah-m","nn"],baby:["b-ey1 b-iy","nn uh"],back:["b-ae1-k","rb in jj nn rp vb vbp"],bad:["b-ae1-d","jj nn rb"],ball:["b-ao1-l","nn vb"],band:["b-ae1-n-d","nn vb"],bank:["b-ae1-ng-k","nn vbp vb"],bar:["b-aa1-r","nn vb vbp"],base:["b-ey1-s","nn vbp jj vb"],basic:["b-ey1 s-ih-k","jj nn"],bat:["b-ae1-t","nn vb"],be:["b-iy1","vb"],bear:["b-eh1-r","vb nn vbp"],beat:["b-iy1-t","vb jj nn vbd vbn vbp"],beauty:["b-y-uw1 t-iy","nn"],bed:["b-eh1-d","nn vb vbp"],before:["b-ih f-ao1-r","in rb rp"],begin:["b-ih g-ih1-n","vb vbp"],behind:["b-ih hh-ay1-n-d","in nn rb rp"],believe:["b-ih l-iy1-v","vbp vb"],bell:["b-eh1-l","nn"],best:["b-eh1-s-t","jjs rbs jjss nn rb vb"],better:["b-eh1 t-er","jjr rbr jj rb vb"],between:["b-ih t-w-iy1-n","in rb"],big:["b-ih1-g","jj rb"],bird:["b-er1-d","nn"],bit:["b-ih1-t","nn vbd vbn jj rb vb"],black:["b-l-ae1-k","jj nn vb"],block:["b-l-aa1-k","nn vbp jj vb"],blood:["b-l-ah1-d","nn vb"],blow:["b-l-ow1","nn vb vbp"],blue:["b-l-uw1","jj nn"],board:["b-ao1-r-d","nn rb vb"],boat:["b-ow1-t","nn vb"],body:["b-aa1 d-iy","nn"],bone:["b-ow1-n","nn vb"],book:["b-uh1-k","nn vb"],both:["b-aa1-th","jj rb prp"],bottom:["b-aa1 t-ah-m","nn jj vb"],box:["b-aa1-k-s","nn vb"],boy:["b-oy1","nn uh"],branch:["b-r-ae1-n-ch","nn vb"],bread:["b-r-eh1-d","nn"],"break":["b-r-ey1-k","vb nn vbp"],bright:["b-r-ay1-t","jj rb"],bring:["b-r-ih1-ng","vb vbp"],broad:["b-r-ao1-d","jj"],broke:["b-r-ow1-k","vbd vbn jj rb vb"],brother:["b-r-ah1 dh-er","nn"],brown:["b-r-aw1-n","jj nn vb"],build:["b-ih1-l-d","vb vbn vbp nn"],burn:["b-er1-n","vb vbp nn"],busy:["b-ih1 z-iy","jj"],but:["b-ah1-t","cc in jj rb"],buy:["b-ay1","vb vbp nn jj"],by:["b-ay1","in rb rp"],call:["k-ao1-l","vb nn vbp"],camp:["k-ae1-m-p","nn vb"],can:["k-ae1-n","md nn vb"],capital:["k-ae1 p-ah t-ah-l","nn jj"],captain:["k-ae1-p t-ah-n","nn vb vbp"],car:["k-aa1-r","nn"],card:["k-aa1-r-d","nn"],care:["k-eh1-r","nn vb vbp"],carry:["k-ae1 r-iy","vb nn vbp"],"case":["k-ey1-s","nn vb"],cat:["k-ae1-t","nn"],"catch":["k-ae1-ch","vb vbp nn"],cause:["k-aa1-z","nn vb vbg vbp"],cell:["s-eh1-l","nn"],cent:["s-eh1-n-t","nn"],center:["s-eh1-n t-er","nn jj rb vb vbp"],century:["s-eh1-n ch-er iy","nn"],certain:["s-er1 t-ah-n","jj rb"],chair:["ch-eh1-r","nn vb"],chance:["ch-ae1-n-s","nn jj vb vbp"],change:["ch-ey1-n-jh","nn vbp vb"],character:["k-eh1 r-ih-k t-er","nn"],charge:["ch-aa1-r-jh","nn vbp vb"],chart:["ch-aa1-r-t","nn vb vbp"],check:["ch-eh1-k","nn vbp vb"],chick:["ch-ih1-k","nn"],chief:["ch-iy1-f","jj nn"],child:["ch-ay1-l-d","nn"],choose:["ch-uw1-z","vb vbp"],chord:["k-ao1-r-d","nn"],circle:["s-er1 k-ah-l","nn vb"],city:["s-ih1 t-iy","nn"],claim:["k-l-ey1-m","nn vbp vb"],"class":["k-l-ae1-s","nn vb"],clean:["k-l-iy1-n","jj vbp rb vb"],clear:["k-l-ih1-r","jj rb vb vbp"],climb:["k-l-ay1-m","vb vbp nn"],clock:["k-l-aa1-k","nn vb vbp"],close:["k-l-ow1-s","vb vbp jj"],clothe:["k-l-ow1-dh","vb"],cloud:["k-l-aw1-d","nn vb vbp"],coast:["k-ow1-s-t","nn vb"],coat:["k-ow1-t","nn vb"],cold:["k-ow1-l-d","jj nn"],collect:["k-ah l-eh1-k-t","vb jj vbp"],colony:["k-aa1 l-ah n-iy","nn"],color:["k-ah1 l-er","nn jj vb vbp"],column:["k-aa1 l-ah-m","nn"],come:["k-ah1-m","vb vbd vbn vbp vbz jj"],common:["k-aa1 m-ah-n","jj nn"],company:["k-ah1-m p-ah n-iy","nn"],compare:["k-ah-m p-eh1-r","vb vbp nn"],complete:["k-ah-m p-l-iy1-t","jj vb vbp"],condition:["k-ah-n d-ih1 sh-ah-n","nn vbp vb"],connect:["k-ah n-eh1-k-t","vb vbp"],consider:["k-ah-n s-ih1 d-er","vb vbp"],consonant:["k-aa1-n s-ah n-ah-n-t","jj nn"],contain:["k-ah-n t-ey1-n","vb vbp"],continent:["k-aa1-n t-ah n-ah-n-t","nn"],"continue":["k-ah-n t-ih1 n-y-uw","vb vbp"],control:["k-ah-n t-r-ow1-l","nn jj vb vbp"],cook:["k-uh1-k","nn vb vbp"],cool:["k-uw1-l","jj nn rb vb vbp"],copy:["k-aa1 p-iy","nn vbp vb"],corn:["k-ao1-r-n","nn"],corner:["k-ao1-r n-er","nn jj vb"],correct:["k-er eh1-k-t","jj vbp vb"],cost:["k-aa1-s-t","nn vbd vbn vbp vb"],cotton:["k-aa1 t-ah-n","nn"],could:["k-uh1-d","md"],count:["k-aw1-n-t","nn vb vbp"],country:["k-ah1-n t-r-iy","nn"],course:["k-ao1-r-s","nn rb vb"],cover:["k-ah1 v-er","vb nn vbp"],cow:["k-aw1","nn vb"],crease:["k-r-iy1-s","nn"],create:["k-r-iy ey1-t","vb vbp"],crop:["k-r-aa1-p","nn rp vb vbp"],cross:["k-r-ao1-s","vb jj nn rb vbp"],crowd:["k-r-aw1-d","nn vbp vb"],cry:["k-r-ay1","nn vb vbp"],current:["k-er1 ah-n-t","jj nn"],cut:["k-ah1-t","vb vbd vbn vbp jj nn"],dad:["d-ae1-d","nn"],dance:["d-ae1-n-s","nn vb vbp"],danger:["d-ey1-n jh-er","nn"],dark:["d-aa1-r-k","jj nn rb"],day:["d-ey1","nn"],dead:["d-eh1-d","jj nn rb vbn"],deal:["d-iy1-l","nn vb vbp"],dear:["d-ih1-r","jj nn rb uh"],death:["d-eh1-th","nn"],decide:["d-ih s-ay1-d","vb vbp"],decimal:["d-eh1 s-ah m-ah-l","nn jj"],deep:["d-iy1-p","jj rb"],degree:["d-ih g-r-iy1","nn"],depend:["d-ih p-eh1-n-d","vb vbp"],describe:["d-ih s-k-r-ay1-b","vb vbp"],desert:["d-eh1 z-er-t","nn jj vb vbp"],design:["d-ih z-ay1-n","nn vb vbp"],determine:["d-ah t-er1 m-ah-n","vb vbp"],develop:["d-ih v-eh1 l-ah-p","vb vbp"],dictionary:["d-ih1-k sh-ah n-eh r-iy","nn"],die:["d-ay1","vb vbp nn"],differ:["d-ih1 f-er","vbp vb"],difficult:["d-ih1 f-ah k-ah-l-t","jj"],direct:["d-er eh1-k-t","jj vbp rb vb"],discuss:["d-ih s-k-ah1-s","vb vbp"],distant:["d-ih1 s-t-ah-n-t","jj"],divide:["d-ih v-ay1-d","vb nn vbp"],division:["d-ih v-ih1 zh-ah-n","nn"],"do":["d-uw1","vb"],doctor:["d-aa1-k t-er","nn vb"],dog:["d-ao1-g","nn"],dollar:["d-aa1 l-er","nn"],done:["d-ah1-n","vbn jj rb vbd"],door:["d-ao1-r","nn rb"],"double":["d-ah1 b-ah-l","jj vbp nn rb vb"],down:["d-aw1-n","rb in rbr vbp jj nn rp vb"],draw:["d-r-ao1","vb vbp nn"],dream:["d-r-iy1-m","nn vb vbp"],dress:["d-r-eh1-s","nn vbp vb"],drink:["d-r-ih1-ng-k","nn vbp vb"],drive:["d-r-ay1-v","nn vbp vb"],drop:["d-r-aa1-p","nn jj vb vbp"],dry:["d-r-ay1","jj vb vbp"],duck:["d-ah1-k","nn vb"],during:["d-uh1 r-ih-ng","in"],each:["iy1-ch","dt"],ear:["ih1-r","nn"],early:["er1 l-iy","jj rb"],earth:["er1-th","nn"],ease:["iy1-z","vb nn vbp"],east:["iy1-s-t","jj nn rb"],eat:["iy1-t","vb vbp"],edge:["eh1-jh","nn vb"],effect:["ih f-eh1-k-t","nn jj vb vbp"],egg:["eh1-g","nn vb"],eight:["ey1- t","cd"],either:["iy1 dh-er","dt cc in rb rbr"],electric:["ih l-eh1-k t-r-ih-k","jj nn"],element:["eh1 l-ah m-ah-n-t","nn"],"else":["eh1-l-s","rb jj nn"],end:["eh1-n-d","nn vbp jj rb vb"],enemy:["eh1 n-ah m-iy","nn"],energy:["eh1 n-er jh-iy","nn"],engine:["eh1-n jh-ah-n","nn"],enough:["ih-n ah1-f","rb jj nn"],enter:["eh1-n t-er","vb vbn vbp"],equal:["iy1 k-w-ah-l","jj nn vb vbp"],equate:["ih k-w-ey1-t","vb vbp"],especially:["ah s-p-eh1-sh l-iy","rb"],even:["iy1 v-ih-n","rb vb"],evening:["iy1-v n-ih-ng","nn vbg"],event:["ih v-eh1-n-t","nn"],ever:["eh1 v-er","rb rbr rp"],every:["eh1 v-er iy","dt"],exact:["ih-g z-ae1-k-t","jj vb"],example:["ih-g z-ae1-m p-ah-l","nn"],except:["ih-k s-eh1-p-t","in vb"],excite:["ih-k s-ay1-t","vb"],exercise:["eh1-k s-er s-ay-z","nn vbp vb"],expect:["ih-k s-p-eh1-k-t","vbp vb in"],experience:["ih-k s-p-ih1 r-iy ah-n-s","nn vbp vb"],experiment:["ih-k s-p-eh1 r-ah m-ah-n-t","nn vbp vb"],eye:["ay1","nn vb"],face:["f-ey1-s","nn vbp jj rb vb"],fact:["f-ae1-k-t","nn"],fair:["f-eh1-r","jj nn rb"],fall:["f-ao1-l","nn vbp vb"],family:["f-ae1 m-ah l-iy","nn"],famous:["f-ey1 m-ah-s","jj"],far:["f-aa1-r","rb in jj"],farm:["f-aa1-r-m","nn vb"],fast:["f-ae1-s-t","rb jj nn rp"],fat:["f-ae1-t","jj nn"],father:["f-aa1 dh-er","nn vb"],favor:["f-ey1 v-er","nn vbp vb"],fear:["f-ih1-r","nn vb vbp"],feed:["f-iy1-d","nn vb"],feel:["f-iy1-l","vb vbp nn"],fell:["f-eh1-l","vbd jj nn vbn"],few:["f-y-uw1","jj"],field:["f-iy1-l-d","nn jj vb vbp"],fig:["f-ih1-g","nn"],fight:["f-ay1-t","nn vb vbp"],figure:["f-ih1 g-y-er","nn vb vbp vbz"],fill:["f-ih1-l","vb vbp nn"],"final":["f-ay1 n-ah-l","jj"],find:["f-ay1-n-d","vb vbp nn"],fine:["f-ay1-n","jj nn rb vb"],finger:["f-ih1-ng g-er","nn vb"],finish:["f-ih1 n-ih-sh","vb nn vbp"],fire:["f-ay1 er","nn vb"],first:["f-er1-s-t","jj rb nn"],fish:["f-ih1-sh","nn vb"],fit:["f-ih1-t","vb vbn vbp jj nn rb vbd"],five:["f-ay1-v","cd"],flat:["f-l-ae1-t","jj nn rb"],floor:["f-l-ao1-r","nn"],flow:["f-l-ow1","nn vbp vb"],flower:["f-l-aw1 er","nn vb vbp"],fly:["f-l-ay1","vb nn vbp"],follow:["f-aa1 l-ow","vb vbp"],food:["f-uw1-d","nn"],foot:["f-uh1-t","nn vbp jj vb"],"for":["f-ao1-r","in nnp cc jj rb rp"],force:["f-ao1-r-s","nn vb nnp vbp"],forest:["f-ao1 r-ah-s-t","nn"],form:["f-ao1-r-m","nn vbp jj vb"],forward:["f-ao1-r w-er-d","rb jj nn vb"],found:["f-aw1-n-d","vbd vbn vb"],four:["f-ao1-r","cd"],fraction:["f-r-ae1-k sh-ah-n","nn"],free:["f-r-iy1","jj rb vb vbp"],fresh:["f-r-eh1-sh","jj rb"],friend:["f-r-eh1-n-d","nn"],from:["f-r-ah1-m","in rb rp"],front:["f-r-ah1-n-t","nn jj vb"],fruit:["f-r-uw1-t","nn"],full:["f-uh1-l","jj rb"],fun:["f-ah1-n","nn jj"],game:["g-ey1-m","nn"],garden:["g-aa1-r d-ah-n","nn vb"],gas:["g-ae1-s","nn vb"],gather:["g-ae1 dh-er","vb vbp"],general:["jh-eh1 n-er ah-l","jj nn"],gentle:["jh-eh1-n t-ah-l","jj vb"],get:["g-eh1-t","vb vbp"],girl:["g-er1-l","nn"],give:["g-ih1-v","vb nn vbp"],glad:["g-l-ae1-d","jj"],glass:["g-l-ae1-s","nn"],go:["g-ow1","vb jj nn rp vbp"],gold:["g-ow1-l-d","nn jj"],gone:["g-ao1-n","vbn jj"],good:["g-uh1-d","jj nn rb"],got:["g-aa1-t","vbd vbn vbp vb"],govern:["g-ah1 v-er-n","vb vbp"],grand:["g-r-ae1-n-d","jj"],grass:["g-r-ae1-s","nn vb"],gray:["g-r-ey1","jj nn vb"],great:["g-r-ey1-t","jj rb"],green:["g-r-iy1-n","jj nn vb"],ground:["g-r-aw1-n-d","nn jj vb vbd vbn"],group:["g-r-uw1-p","nn vb vbp"],grow:["g-r-ow1","vb vbp"],guess:["g-eh1-s","vbp nn vb"],guide:["g-ay1-d","nn vbp vb"],gun:["g-ah1-n","nn vb"],hair:["hh-eh1-r","nn"],half:["hh-ae1-f","nn jj prp"],hand:["hh-ae1-n-d","nn rb vb vbp jj"],happen:["hh-ae1 p-ah-n","vb vbp"],happy:["hh-ae1 p-iy","jj"],hard:["hh-aa1-r-d","jj rb"],has:["hh-ae1-z","vbz vbn ."],hat:["hh-ae1-t","nn"],have:["hh-ae1-v","vbp jj nn vb vbn"],he:["hh-iy1","prp vb"],head:["hh-eh1-d","nn jj rb vb vbp"],hear:["hh-ih1-r","vb vbp"],heart:["hh-aa1-r-t","nn rb vb"],heat:["hh-iy1-t","nn vb vbp"],heavy:["hh-eh1 v-iy","jj nn rb"],held:["hh-eh1-l-d","vbn vbd jj"],help:["hh-eh1-l-p","vb nn vbp"],her:["hh-er","prp$"],here:["hh-ih1-r","rb"],high:["hh-ay1","jj nn rb rp"],hill:["hh-ih1-l","nn"],him:["hh-ih1-m","prp"],his:["hh-ih1-z","prp$"],history:["hh-ih1 s-t-er iy","nn"],hit:["hh-ih1-t","vbd jj nn vb vbn vbp"],hold:["hh-ow1-l-d","vb nn rb vbp"],hole:["hh-ow1-l","nn vbp vb"],home:["hh-ow1-m","nn vbp rb vb"],hope:["hh-ow1-p","nn vb vbp"],horse:["hh-ao1-r-s","nn"],hot:["hh-aa1-t","jj"],hour:["aw1 er","nn"],house:["hh-aw1-s","nn vbp vb"],how:["hh-aw1","wrb"],huge:["hh-y-uw1-jh","jj"],human:["hh-y-uw1 m-ah-n","jj nn"],hundred:["hh-ah1-n d-r-ah-d","nn"],hunt:["hh-ah1-n-t","nn vb vbp"],hurry:["hh-er1 iy","nn vbp vb"],ice:["ay1-s","nn jj"],idea:["ay d-iy1 ah","nn"],"if":["ih1-f","in"],imagine:["ih m-ae1 jh-ah-n","vb vbp"],"in":["ih-n","in nn rb rp nnp rbr"],inch:["ih1-n-ch","nn rb vb"],include:["ih-n k-l-uw1-d","vbp vbn vb"],indicate:["ih1-n d-ah k-ey-t","vb vbp"],industry:["ih1-n d-ah-s t-r-iy","nn"],insect:["ih1-n s-eh-k-t","nn jj"],instant:["ih1-n s-t-ah-n-t","nn jj"],instrument:["ih1-n s-t-r-ah m-ah-n-t","nn"],interest:["ih1-n t-r-ah-s-t","nn vbp vb"],invent:["ih-n v-eh1-n-t","vb vbp"],iron:["ay1 er-n","nn vb"],is:["ih1-s","vbz"],island:["ay1 l-ah-n-d","nn"],it:["ih1-t","prp"],job:["jh-aa1-b","nn"],join:["jh-oy1-n","vb vbp"],joy:["jh-oy1","nn"],jump:["jh-ah1-m-p","nn vbp jj vb"],just:["jh-ah1-s-t","rb jj rp"],keep:["k-iy1-p","vb nn vbp"],key:["k-iy1","jj nn vb"],kill:["k-ih1-l","vb vbp nn"],kind:["k-ay1-n-d","nn jj rb"],king:["k-ih1-ng","nn"],know:["n-ow1","vb nn vbp"],lady:["l-ey1 d-iy","nn"],lake:["l-ey1-k","nn"],land:["l-ae1-n-d","nn vbp vb"],language:["l-ae1-ng g-w-ah-jh","nn"],large:["l-aa1-r-jh","jj rb"],last:["l-ae1-s-t","jj nn rb vb vbp"],late:["l-ey1-t","jj rb"],laugh:["l-ae1-f","nn vbp vb"],law:["l-ao1","nn"],lay:["l-ey1","vbd vbp jj vb"],lead:["l-eh1-d","vb vbn vbp jj nn"],learn:["l-er1-n","vb vbp"],least:["l-iy1-s-t","jjs rbs jj"],leave:["l-iy1-v","vb nn vbp"],led:["l-eh1-d","vbn vbd vb"],left:["l-eh1-f-t","vbn jj nn rb vbd"],leg:["l-eh1-g","nn"],length:["l-eh1-ng-k-th","nn"],less:["l-eh1-s","jjr jjs cc rb rbr rbs"],"let":["l-eh1-t","vb vbd vbn vbp nn"],letter:["l-eh1 t-er","nn vb"],level:["l-eh1 v-ah-l","nn vbp jj vb"],lie:["l-ay1","vb vbp nn"],life:["l-ay1-f","nn rb"],lift:["l-ih1-f-t","vb nn vbp"],light:["l-ay1-t","nn jj rb vb vbp"],like:["l-ay1-k","in jj nn vb vbp"],line:["l-ay1-n","nn vbp rb vb"],liquid:["l-ih1 k-w-ah-d","jj nn"],list:["l-ih1-s-t","nn vbp vb"],listen:["l-ih1 s-ah-n","vb vbp"],little:["l-ih1 t-ah-l","jj rb"],live:["l-ay1-v","vb rb vbp jj"],locate:["l-ow1 k-ey-t","vb vbp"],log:["l-ao1-g","nn vb vbp"],lone:["l-ow1-n","jj"],"long":["l-ao1-ng","jj vb vbp rb"],look:["l-uh1-k","vb nn vbp"],lost:["l-ao1-s-t","vbd vbn jj"],lot:["l-aa1-t","nn rb jj"],loud:["l-aw1-d","jj rb"],love:["l-ah1-v","nn nnp vb vbp"],low:["l-ow1","jj nn rb rp"],machine:["m-ah sh-iy1-n","nn"],made:["m-ey1-d","vbn vbd jj"],magnet:["m-ae1-g n-ah-t","nn"],main:["m-ey1-n","jj nn"],major:["m-ey1 jh-er","jj nn vb vbp"],make:["m-ey1-k","vb nn vbp"],man:["m-ae1-n","nn jj vb uh"],many:["m-eh1 n-iy","jj dt rb vb pdt"],map:["m-ae1-p","nn vbp vb"],mark:["m-aa1-r-k","nn vbp vb"],market:["m-aa1-r k-ah-t","nn vbp vb"],mass:["m-ae1-s","nn jj rb vb"],master:["m-ae1 s-t-er","nn jj vb jjr"],match:["m-ae1-ch","vb vbp nn"],material:["m-ah t-ih1 r-iy ah-l","nn jj"],matter:["m-ae1 t-er","nn vbp vb"],may:["m-ey1","md nnp"],me:["m-iy1","prp"],mean:["m-iy1-n","vb vbp jj"],measure:["m-eh1 zh-er","nn vbp vb"],meat:["m-iy1-t","nn"],meet:["m-iy1-t","vb vbp nn"],melody:["m-eh1 l-ah d-iy","nn"],metal:["m-eh1 t-ah-l","nn"],method:["m-eh1 th-ah-d","nn"],middle:["m-ih1 d-ah-l","nn jj"],might:["m-ay1-t","md nn"],mile:["m-ay1-l","nn"],milk:["m-ih1-l-k","nn vb"],million:["m-ih1 l-y-ah-n","nn"],mind:["m-ay1-n-d","nn rb vb"],mine:["m-ay1-n","nn vb prp vbp"],minute:["m-ih1 n-ah-t","nn jj"],miss:["m-ih1-s","vb vbp nn"],mix:["m-ih1-k-s","nn vbp vb"],modern:["m-aa1 d-er-n","jj nn"],molecule:["m-aa1 l-ah k-y-uw-l","nn"],moment:["m-ow1 m-ah-n-t","nn"],money:["m-ah1 n-iy","nn"],month:["m-ah1-n-th","nn"],moon:["m-uw1-n","nn vb"],more:["m-ao1-r","jjr rbr nn jj rb rp"],morning:["m-ao1-r n-ih-ng","nn"],most:["m-ow1-s-t","rbs jj nn rb jjs"],mother:["m-ah1 dh-er","nn vb"],motion:["m-ow1 sh-ah-n","nn vb"],mount:["m-aw1-n-t","vb nn vbp"],mountain:["m-aw1-n t-ah-n","nn"],mouth:["m-aw1-th","nn vb"],move:["m-uw1-v","nn vbp vb"],much:["m-ah1-ch","jj dt nn rb"],multiply:["m-ah1-l t-ah p-l-ay","vb vbp"],music:["m-y-uw1 z-ih-k","nn"],must:["m-ah1-s-t","md"],my:["m-ay1","prp$"],name:["n-ey1-m","nn vb uh vbp"],nation:["n-ey1 sh-ah-n","nn"],natural:["n-ae1 ch-er ah-l","jj nn"],nature:["n-ey1 ch-er","nn jj"],near:["n-ih1-r","in rb vb jj"],necessary:["n-eh1 s-ah s-eh r-iy","jj"],neck:["n-eh1-k","nn rb vb"],need:["n-iy1-d","nn vbp md vb"],neighbor:["n-ey1 b-er","nn vb"],never:["n-eh1 v-er","rb rbr"],"new":["n-uw1","jj"],next:["n-eh1-k-s-t","jj in rb"],night:["n-ay1-t","nn rb"],nine:["n-ih1-n","cd"],no:["n-ow1","dt jj nn rb uh"],noise:["n-oy1-z","nn"],noon:["n-uw1-n","nn"],nor:["n-ao1-r","cc"],north:["n-ao1-r-th","rb jj nn"],nose:["n-ow1-z","nn vb"],note:["n-ow1-t","nn vbp vb"],nothing:["n-ah1 th-ih-ng","nn"],notice:["n-ow1 t-ah-s","nn vb vbp"],noun:["n-aw1-n","nn"],now:["n-aw1","rb jj nn uh"],number:["n-ah1-m b-er","nn vb vbp"],numeral:["n-uw1 m-er ah-l","nn"],object:["aa1-b jh-eh-k-t","nn vbp vb"],observe:["ah-b z-er1-v","vb vbp"],occur:["ah k-er1","vb vbp"],ocean:["ow1 sh-ah-n","nn"],of:["ah1-v","in rb rp nnp"],off:["ao1-f","in rb jj nn rp"],offer:["ao1 f-er","nn vb vbp"],office:["ao1 f-ah-s","nn"],often:["ao1 f-ah-n","rb"],oh:["ow1","uh"],oil:["oy1-l","nn"],old:["ow1-l-d","jj"],on:["aa1-n","in nnp rbr jj rb rp"],once:["w-ah1-n-s","rb in"],one:["w-ah1-n","cd"],only:["ow1-n l-iy","rb in jj"],open:["ow1 p-ah-n","jj vbp nn rb rp vb"],operate:["aa1 p-er ey-t","vb vbp"],opposite:["aa1 p-ah z-ah-t","jj in nn"],or:["ao1-r","cc nnp"],order:["ao1-r d-er","nn vbp in vb"],organ:["ao1-r g-ah-n","nn"],original:["er ih1 jh-ah n-ah-l","jj nn"],other:["ah1 dh-er","jj nn"],our:["aw1 er","prp$"],out:["aw1-t","in jj nn rb rp"],over:["ow1 v-er","in rp jj rb"],own:["ow1-n","jj vbn vbp vb"],oxygen:["aa1-k s-ah jh-ah-n","nn"],page:["p-ey1-jh","nn vb"],paint:["p-ey1-n-t","nn vb vbp"],pair:["p-eh1-r","nn vb"],paper:["p-ey1 p-er","nn vb"],paragraph:["p-ae1 r-ah g-r-ae-f","nn"],parent:["p-eh1 r-ah-n-t","nn jj"],part:["p-aa1-r-t","nn jj rb vb"],particular:["p-er t-ih1 k-y-ah l-er","jj nn rb"],party:["p-aa1-r t-iy","nn vb"],pass:["p-ae1-s","vb vbp nn"],past:["p-ae1-s-t","jj in nn rb"],path:["p-ae1-th","nn"],pattern:["p-ae1 t-er-n","nn vb"],pay:["p-ey1","vb vbd vbp nn"],perhaps:["p-er hh-ae1-p-s","rb"],period:["p-ih1 r-iy ah-d","nn"],person:["p-er1 s-ah-n","nn"],phrase:["f-r-ey1-z","nn vb"],pick:["p-ih1-k","vb vbp nn"],picture:["p-ih1-k ch-er","nn vb vbp"],piece:["p-iy1-s","nn vb"],pitch:["p-ih1-ch","nn jj vb vbp"],place:["p-l-ey1-s","nn vbp rb vb"],plain:["p-l-ey1-n","jj nn rb"],plan:["p-l-ae1-n","nn vb vbn vbp"],plane:["p-l-ey1-n","nn vb"],planet:["p-l-ae1 n-ah-t","nn"],plant:["p-l-ae1-n-t","nn vb"],play:["p-l-ey1","vb nn vbp"],please:["p-l-iy1-z","vb uh vbp"],plural:["p-l-uh1 r-ah-l","nn jj"],poem:["p-ow1 ah-m","nn"],point:["p-oy1-n-t","nn vbp rb vb"],poor:["p-uh1-r","jj nn nnp"],populate:["p-aa1 p-y-ah l-ey-t","vb vbp"],port:["p-ao1-r-t","nn jj"],pose:["p-ow1-z","vb vbp nn"],position:["p-ah z-ih1 sh-ah-n","nn vbp vb"],possible:["p-aa1 s-ah b-ah-l","jj rb"],post:["p-ow1-s-t","nn in jj vb vbd vbp"],pound:["p-aw1-n-d","nn vb vbp"],power:["p-aw1 er","nn vbp vb"],practice:["p-r-ae1-k t-ah-s","nn vb vbp"],prepare:["p-r-iy p-eh1-r","vb vbp"],present:["p-r-eh1 z-ah-n-t","jj vbp rb nn vb"],press:["p-r-eh1-s","nn vbp vb"],pretty:["p-r-ih1 t-iy","rb jj"],print:["p-r-ih1-n-t","nn vb vbp"],probable:["p-r-aa1 b-ah b-ah-l","jj"],problem:["p-r-aa1 b-l-ah-m","nn"],process:["p-r-aa1 s-eh-s","nn vbp vb"],produce:["p-r-ah d-uw1-s","vb vbp nn"],product:["p-r-aa1 d-ah-k-t","nn"],proper:["p-r-aa1 p-er","jj"],property:["p-r-aa1 p-er t-iy","nn"],protect:["p-r-ah t-eh1-k-t","vb vbp"],prove:["p-r-uw1-v","vb vbp"],provide:["p-r-ah v-ay1-d","vb vbp"],pull:["p-uh1-l","vb vbp nn"],push:["p-uh1-sh","vb vbp nn"],put:["p-uh1-t","vb jj nn vbp vbd vbn"],quart:["k-w-ao1-r-t","nn"],question:["k-w-eh1-s ch-ah-n","nn vb vbp"],quick:["k-w-ih1-k","jj nn rb"],quiet:["k-w-ay1 ah-t","jj nn vb"],quite:["k-w-ay1-t","rb pdt"],quotient:["k-w-ow1 t-ih ah-n-t","nn"],race:["r-ey1-s","nn vb"],radio:["r-ey1 d-iy ow","nn vb"],rail:["r-ey1-l","nn vb"],rain:["r-ey1-n","nn vb"],raise:["r-ey1-z","vb vbp nn"],range:["r-ey1-n-jh","nn jj vb vbp vbz"],rather:["r-ae1 dh-er","rb in"],reach:["r-iy1-ch","vb vbp nn"],read:["r-eh1-d","vb nn vbp vbd vbn"],ready:["r-eh1 d-iy","jj rb vb"],real:["r-iy1-l","jj nn rb"],reason:["r-iy1 z-ah-n","nn vb vbp"],receive:["r-ah s-iy1-v","vb vbp"],record:["r-ah k-ao1-r-d","nn jj vb vbp"],red:["r-eh1-d","jj nn"],region:["r-iy1 jh-ah-n","nn"],remember:["r-ih m-eh1-m b-er","vb vbp"],repeat:["r-ih p-iy1-t","vb jj nn vbp"],reply:["r-ih p-l-ay1","nn vb vbp"],represent:["r-eh p-r-ah z-eh1-n-t","vb vbp"],require:["r-iy k-w-ay1 er","vb vbp"],rest:["r-eh1-s-t","nn vbp vb rb"],result:["r-ih z-ah1-l-t","nn vbp vb"],rich:["r-ih1-ch","jj"],ride:["r-ay1-d","vb nn vbp"],right:["r-ay1-t","nn rb vb in jj"],ring:["r-ih1-ng","nn vb vbp"],rise:["r-ay1-z","nn vbp vb"],river:["r-ih1 v-er","nn"],road:["r-ow1-d","nn"],rock:["r-aa1-k","nn jj vb vbp"],roll:["r-ow1-l","nn vb vbp"],room:["r-uw1-m","nn vb"],root:["r-uw1-t","nn vbp vb"],rope:["r-ow1-p","nn vb"],rose:["r-ow1-z","vbd jj nn"],round:["r-aw1-n-d","nn in jj vbp rb vb"],row:["r-ow1","nn vbp vb"],rub:["r-ah1-b","nn vb vbp"],rule:["r-uw1-l","nn vbp vb"],run:["r-ah1-n","vb vbd vbn vbp nn"],safe:["s-ey1-f","jj nn"],said:["s-eh1-d","vbd vbn jj vb"],sail:["s-ey1-l","vb vbp nn"],salt:["s-ao1-l-t","nn jj vb"],same:["s-ey1-m","jj"],sand:["s-ae1-n-d","nn vb"],save:["s-ey1-v","vb in vbp"],saw:["s-ao1","vbd nn"],say:["s-ey1","vbp nn nnp vb uh"],scale:["s-k-ey1-l","nn vb"],school:["s-k-uw1-l","nn vb"],science:["s-ay1 ah-n-s","nn jj"],score:["s-k-ao1-r","nn vb vbp"],sea:["s-iy1","nn vb vbp"],search:["s-er1-ch","nn vb vbp"],season:["s-iy1 z-ah-n","nn vb"],seat:["s-iy1-t","nn vb vbp"],second:["s-eh1 k-ah-n-d","nn jj rb vb"],section:["s-eh1-k sh-ah-n","nn nnp"],see:["s-iy1","vb uh vbp"],seed:["s-iy1-d","nn vb"],seem:["s-iy1-m","vb vbp"],segment:["s-eh1-g m-ah-n-t","nn vb vbp"],select:["s-ah l-eh1-k-t","vb vbp jj"],self:["s-eh1-l-f","nn prp"],sell:["s-eh1-l","vb vbp nn"],send:["s-eh1-n-d","vb vbp"],sense:["s-eh1-n-s","nn vbp vb"],sentence:["s-eh1-n t-ah-n-s","nn vb"],separate:["s-eh1 p-er ey-t","jj vbp vb"],serve:["s-er1-v","vb vbp"],set:["s-eh1-t","vbn vbd vbp jj nn vb"],settle:["s-eh1 t-ah-l","vb vbp"],seven:["s-eh1 v-ah-n","cd"],several:["s-eh1 v-r-ah-l","jj rb"],shall:["sh-ae1-l","md"],shape:["sh-ey1-p","nn vbp vb"],share:["sh-eh1-r","nn vbp jj vb"],sharp:["sh-aa1-r-p","jj"],she:["sh-iy1","prp"],sheet:["sh-iy1-t","nn"],shell:["sh-eh1-l","nn jj vb"],shine:["sh-ay1-n","nn vbp vb"],ship:["sh-ih1-p","nn vbp vb"],shoe:["sh-uw1","nn"],shop:["sh-aa1-p","nn vb vbp"],shore:["sh-ao1-r","nn jj rb vb"],"short":["sh-ao1-r-t","jj nn rb vb"],should:["sh-uh1-d","md"],shoulder:["sh-ow1-l d-er","nn vbp rb vb"],shout:["sh-aw1-t","vb vbp nn"],show:["sh-ow1","nn vb vbp"],side:["s-ay1-d","nn vbp jj rb vb"],sight:["s-ay1-t","nn vb"],sign:["s-ay1-n","nn vbp vb"],silent:["s-ay1 l-ah-n-t","jj"],silver:["s-ih1-l v-er","nn jj jjr"],similar:["s-ih1 m-ah l-er","jj"],simple:["s-ih1-m p-ah-l","jj nn"],since:["s-ih1-n-s","in rb"],sing:["s-ih1-ng","vb vbp"],single:["s-ih1-ng g-ah-l","jj vbp nn rb vb"],sister:["s-ih1 s-t-er","nn jj"],sit:["s-ih1-t","vb vbp"],six:["s-ih1-k-s","cd"],size:["s-ay1-z","nn vbp vb"],skill:["s-k-ih1-l","nn vb"],skin:["s-k-ih1-n","nn"],sky:["s-k-ay1","nn"],slave:["s-l-ey1-v","nn"],sleep:["s-l-iy1-p","vb nn vbp"],slip:["s-l-ih1-p","vb nn vbp"],slow:["s-l-ow1","jj vbp rb vb"],small:["s-m-ao1-l","jj"],smell:["s-m-eh1-l","nn vb vbp"],smile:["s-m-ay1-l","nn vb vbp"],snow:["s-n-ow1","nn vb"],so:["s-ow1","rb cc in"],soft:["s-aa1-f-t","jj rb"],soil:["s-oy1-l","nn vb"],soldier:["s-ow1-l jh-er","nn"],solution:["s-ah l-uw1 sh-ah-n","nn"],solve:["s-aa1-l-v","vb vbp"],some:["s-ah1-m","dt nn rb"],son:["s-ah1-n","nn"],song:["s-ao1-ng","nn"],soon:["s-uw1-n","rb"],sound:["s-aw1-n-d","nn jj rb vb vbp"],south:["s-aw1-th","rb jj nn"],space:["s-p-ey1-s","nn vb"],speak:["s-p-iy1-k","vb vbp"],special:["s-p-eh1 sh-ah-l","jj nn"],speech:["s-p-iy1-ch","nn"],speed:["s-p-iy1-d","nn vb"],spell:["s-p-eh1-l","vb nn vbp"],spend:["s-p-eh1-n-d","vb vbp"],spoke:["s-p-ow1-k","vbd nn"],spot:["s-p-aa1-t","nn jj vb vbp"],spread:["s-p-r-eh1-d","nn vbd vbn vbp jj vb"],spring:["s-p-r-ih1-ng","nn vb vbp"],square:["s-k-w-eh1-r","nn jj rb vb vbp"],stand:["s-t-ae1-n-d","vb nn vbp"],star:["s-t-aa1-r","nn jj vb"],start:["s-t-aa1-r-t","vb vbp nn rp"],state:["s-t-ey1-t","nn jj vb vbp"],station:["s-t-ey1 sh-ah-n","nn vb"],stay:["s-t-ey1","vb vbp nn"],stead:["s-t-eh1-d","nn"],steam:["s-t-iy1-m","nn vb"],steel:["s-t-iy1-l","nn jj"],step:["s-t-eh1-p","nn vbp vb"],stick:["s-t-ih1-k","vb vbp nn"],still:["s-t-ih1-l","rb jj nn vb"],stone:["s-t-ow1-n","nn rb vb"],stop:["s-t-aa1-p","vb nn vbp"],store:["s-t-ao1-r","nn vb vbp"],story:["s-t-ao1 r-iy","nn"],straight:["s-t-r-ey1-t","jj rb"],strange:["s-t-r-ey1-n-jh","jj"],stream:["s-t-r-iy1-m","nn vb"],street:["s-t-r-iy1-t","nn"],stretch:["s-t-r-eh1-ch","nn vbp jj vb"],string:["s-t-r-ih1-ng","nn vb"],strong:["s-t-r-ao1-ng","jj rb"],student:["s-t-uw1 d-ah-n-t","nn"],study:["s-t-ah1 d-iy","nn vbp vb"],subject:["s-ah-b jh-eh1-k-t","nn jj vb"],substance:["s-ah1-b s-t-ah-n-s","nn"],subtract:["s-ah-b t-r-ae1-k-t","vb vbp"],success:["s-ah-k s-eh1-s","nn"],such:["s-ah1-ch","jj pdt dt"],sudden:["s-ah1 d-ah-n","jj"],suffix:["s-ah1 f-ih-k-s","nn"],sugar:["sh-uh1 g-er","nn vb"],suggest:["s-ah-g jh-eh1-s-t","vbp vb"],suit:["s-uw1-t","nn vbp rb vb"],summer:["s-ah1 m-er","nn"],sun:["s-ah1-n","nn vb"],supply:["s-ah p-l-ay1","nn vbp vb"],support:["s-ah p-ao1-r-t","nn vb vbp"],sure:["sh-uh1-r","jj pdt rb uh"],surface:["s-er1 f-ah-s","nn vb vbp"],surprise:["s-er p-r-ay1-z","nn jj rb vb"],swim:["s-w-ih1-m","vb vbp nn"],syllable:["s-ih1 l-ah b-ah-l","nn"],symbol:["s-ih1-m b-ah-l","nn"],system:["s-ih1 s-t-ah-m","nn"],table:["t-ey1 b-ah-l","nn vb"],tail:["t-ey1-l","nn jj vb"],take:["t-ey1-k","vb nn vbp"],talk:["t-ao1-k","vb vbp nn"],tall:["t-ao1-l","jj"],teach:["t-iy1-ch","vb vbp"],team:["t-iy1-m","nn vb vbp"],tell:["t-eh1-l","vb vbp"],temperature:["t-eh1-m p-r-ah ch-er","nn"],ten:["t-eh1-n","nn"],term:["t-er1-m","nn vb vbp"],test:["t-eh1-s-t","nn vbp vb"],than:["dh-ae1-n","in rb rbr"],thank:["th-ae1-ng-k","vb vbp"],that:["dh-ae1-t","in dt nn rb rp uh wp wdt"],the:["dh-ah","dt"],their:["dh-eh1-r","prp$"],them:["dh-eh1-m","prp dt"],then:["dh-eh1-n","rb in jj"],there:["dh-eh1-r","ex rb uh"],these:["dh-iy1-z","dt"],they:["dh-ey1","prp"],thick:["th-ih1-k","jj nn rb"],thin:["th-ih1-n","jj rb vb"],thing:["th-ih1-ng","nn"],think:["th-ih1-ng-k","vbp vb nn"],third:["th-er1-d","nn jj rb"],"this":["dh-ih1-s","dt rb pdt"],those:["dh-ow1-z","dt"],though:["dh-ow1","in rb"],thought:["th-ao1-t","vbd nn vbn"],thousand:["th-aw1 z-ah-n-d","nn"],three:["th-r-iy1","cd"],through:["th-r-uw1","in jj rb rp"],"throw":["th-r-ow1","vb vbp nn"],thus:["dh-ah1-s","rb"],tie:["t-ay1","nn vbp vb"],time:["t-ay1-m","nn vb"],tiny:["t-ay1 n-iy","jj"],tire:["t-ay1 er","nn vbp vb"],to:["t-uw1","to rb"],together:["t-ah g-eh1 dh-er","rb in rp"],tone:["t-ow1-n","nn vb"],too:["t-uw1","rb"],tool:["t-uw1-l","nn vb"],top:["t-aa1-p","jj nn vbp rb vb"],total:["t-ow1 t-ah-l","jj nn vb vbp"],touch:["t-ah1-ch","nn rb vb vbp"],toward:["t-ah w-ao1-r-d","in"],town:["t-aw1-n","nn"],track:["t-r-ae1-k","nn vbp vb"],trade:["t-r-ey1-d","nn vbp vb"],train:["t-r-ey1-n","nn vb vbp"],travel:["t-r-ae1 v-ah-l","nn vbp vb"],tree:["t-r-iy1","nn"],triangle:["t-r-ay1 ae-ng g-ah-l","nn"],trip:["t-r-ih1-p","nn vb"],trouble:["t-r-ah1 b-ah-l","nn vbd vbp jj vb"],truck:["t-r-ah1-k","nn vb vbp"],"true":["t-r-uw1","jj"],"try":["t-r-ay1","vb vbp nn"],tube:["t-uw1-b","nn"],turn:["t-er1-n","vb nn rb vbp"],twenty:["t-w-eh1-n t-iy","nn"],two:["t-uw1","cd"],type:["t-ay1-p","nn vb"],under:["ah1-n d-er","in jj rb rp"],unit:["y-uw1 n-ah-t","nn"],until:["ah-n t-ih1-l","in"],up:["ah1-p","in jj rb rp vb nnp rbr"],us:["ah1-s","prp"],use:["y-uw1-s","nn vb vbp"],usual:["y-uw1 zh-ah w-ah-l","jj rb"],valley:["v-ae1 l-iy","nn"],value:["v-ae1-l y-uw","nn vbp vb"],vary:["v-eh1 r-iy","vbp vb"],verb:["v-er1-b","nn"],very:["v-eh1 r-iy","rb jj"],view:["v-y-uw1","nn vbp vb"],village:["v-ih1 l-ah-jh","nn"],visit:["v-ih1 z-ah-t","nn vb vbp"],voice:["v-oy1-s","nn vbp vb"],vowel:["v-aw1 ah-l","nn jj"],wait:["w-ey1-t","vb vbp nn"],walk:["w-ao1-k","vb vbp nn"],wall:["w-ao1-l","nn vbp vb"],want:["w-aa1-n-t","vbp vb nn"],war:["w-ao1-r","nn nnp vb"],warm:["w-ao1-r-m","jj vb"],wash:["w-aa1-sh","nn vbp vb"],watch:["w-aa1-ch","vb jj nn vbp"],water:["w-ao1 t-er","nn vb jj"],wave:["w-ey1-v","nn vb vbp"],way:["w-ey1","nn rb"],we:["w-iy1","prp"],wear:["w-eh1-r","vb jj nn vbp"],weather:["w-eh1 dh-er","nn vb vbp"],week:["w-iy1-k","nn"],weight:["w-ey1-t","nn vb"],well:["w-eh1-l","rb vbp jj nn vb uh"],were:["w-er","vbd vb"],west:["w-eh1-s-t","nn jj rb jjs"],what:["w-ah1-t","wp wdt in"],wheel:["w-iy1-l","nn vb vbp"],when:["w-eh1-n","wrb in"],where:["w-eh1-r","wrb"],whether:["w-eh1 dh-er","in cc"],which:["w-ih1-ch","wdt wp"],"while":["w-ay1-l","in jj nn rb vb"],white:["w-ay1-t","jj nn"],who:["hh-uw1","wp nn"],whole:["hh-ow1-l","jj nn rp"],whose:["hh-uw1-z","wp$"],why:["w-ay1","wrb"],wide:["w-ay1-d","jj rb"],wife:["w-ay1-f","nn"],wild:["w-ay1-l-d","jj rb"],will:["w-ih1-l","md vbp nn vb"],win:["w-ih1-n","vb nn vbp"],wind:["w-ay1-n-d","nn vbp vb"],window:["w-ih1-n d-ow","nn"],wing:["w-ih1-ng","nn vb"],winter:["w-ih1-n t-er","nn vb"],wire:["w-ay1 er","nn vb"],wish:["w-ih1-sh","vbp nn vb"],"with":["w-ih1-dh","in jj rb rp"],woman:["w-uh1 m-ah-n","nn vb"],wonder:["w-ah1-n d-er","nn vbp jj vb jjr"],wood:["w-uh1-d","nn"],word:["w-er1-d","nn vb"],work:["w-er1-k","nn vb vbp"],world:["w-er1-l-d","nn rb"],would:["w-uh1-d","md"],write:["r-ay1-t","vb vbp"],written:["r-ih1 t-ah-n","vbn jj"],wrong:["r-ao1-ng","jj nn rb vb"],yard:["y-aa1-r-d","nn"],year:["y-ih1-r","nn jj"],yellow:["y-eh1 l-ow","jj nn vb"],yes:["y-eh1-s","uh rb"], +yet:["y-eh1-t","rb cc"],you:["y-uw1","prp rp"],young:["y-ah1-ng","jj"],your:["y-ao1-r","prp$"]}}for(var E="",SP=" ",EA=[],N="number",S="string",O="object",A="array",B="boolean",R="regexp",F="function",BN="\n",FEATURES=["tokens","stresses","phonemes","syllables","pos","text"],RiTa={VERSION:"1.3.94",SPLIT_CONTRACTIONS:!1,JAVA:1,JS:2,NODE:3,DATA_LOADED:"DataLoaded",INTERNAL:"Internal",UNKNOWN:"Unknown",FIRST_PERSON:1,SECOND_PERSON:2,THIRD_PERSON:3,PAST_TENSE:4,PRESENT_TENSE:5,FUTURE_TENSE:6,SINGULAR:7,PLURAL:8,NORMAL:9,FEATURE_DELIM:":",STRESSED:"1",UNSTRESSED:"0",PHONEME_BOUNDARY:"-",WORD_BOUNDARY:" ",SYLLABLE_BOUNDARY:"/",SENTENCE_BOUNDARY:"|",VOWELS:"aeiou",ABBREVIATIONS:["Adm.","Capt.","Cmdr.","Col.","Dr.","Gen.","Gov.","Lt.","Maj.","Messrs.","Mr.","Mrs.","Ms.","Prof.","Rep.","Reps.","Rev.","Sen.","Sens.","Sgt.","Sr.","St.","a.k.a.","c.f.","i.e.","e.g.","vs.","v.","Jan.","Feb.","Mar.","Apr.","Mar.","Jun.","Jul.","Aug.","Sept.","Oct.","Nov.","Dec."],LEX_WARN:"A minimal Lexicon is currently in use. For word features outside the lexicon, use a larger version of RiTa.",LTS_WARN:"No LTS-rules found: features/tagging may be inaccurate!",INFINITIVE:1,GERUND:2,IMPERATIVE:3,BARE_INFINITIVE:4,SUBJUNCTIVE:5,SILENT:!1,LANCASTER:"Lancaster",PORTER:"Porter",PLING:"Pling",NON_BREAKING_SPACE:"",PARAGRAPH_BREAK:"

",LINE_BREAK:"
",STOP_WORDS:[".",",","the","and","a","of",'"',"in","i",":","you","is","to","that",")","(","it","for","on","!","have","with","?","this","be","...","not","are","as","was","but","or","from","my","at","if","they","your","all","he","by","one","me","what","so","can","will","do","an","about","we","just","would","there","no","like","out","his","has","up","more","who","when","don't","some","had","them","any","their","it's","only",";","which","i'm","been","other","were","how","then","now","her","than","she","well","also","us","very","because","am","here","could","even","him","into","our","much","too","did","should","over","want","these","may","where","most","many","those","does","why","please","off","going","its","i've","down","that's","can't","you're","didn't","another","around","must","few","doesn't","every","yes","each","maybe","i'll","away","doing","oh","else","isn't","he's","there's","hi","won't","ok","they're","yeah","mine","we're","what's","shall","she's","hello","okay","here's","-","less"],stemmers:{},_randSource:null,_randomSource:function(){return RiTa._randSource||(RiTa._randSource=new SeededRandom),RiTa._randSource},random:function(){var T=RiTa._randomSource().random();return arguments.length?1===arguments.length?T*arguments[0]:T*(arguments[1]-arguments[0])+arguments[0]:T},randomSeed:function(T){RiTa._randomSource().seed(T)},randomItem:function(T){return T[Math.floor(RiTa.random()*T.length)]},distance:function(T,E,S,A){var e=T-S,n=E-A;return Math.sqrt(e*e+n*n)},getPosTags:function(T,E){return E?tagForWordNet(T):tagForPENN(T)},getPosTagsInline:function(T,A){if(!T||!T.length)return E;A=A||"/",T=is(T,S)?RiTa.tokenize(T):T;for(var e=E,n=RiTa.getPosTags(T),t=0;t\"'’]*)\\s*$/g,"$1 $2$3 "),T=T.replace(/([\[\](){}<>])/g," $1 "),T=T.replace(/--/g," -- "),T=T.replace(/$/g,SP),T=T.replace(/^/g,SP),T=T.replace(/([^'])' | '/g,"$1 ' "),T=T.replace(/ \u2018/g," ‘ "),T=T.replace(/'([SMD]) /g," '$1 "),RiTa.SPLIT_CONTRACTIONS&&(T=T.replace(/([Cc])an['’]t/g,"$1an not"),T=T.replace(/([Dd])idn['’]t/g,"$1id not"),T=T.replace(/([CcWw])ouldn['’]t/g,"$1ould not"),T=T.replace(/([Ss])houldn['’]t/g,"$1hould not"),T=T.replace(/ ([Ii])t['’]s/g," $1t is"),T=T.replace(/n['’]t /g," not "),T=T.replace(/['’]ve /g," have "),T=T.replace(/['’]re /g," are ")),T=T.replace(/ ([A-Z]) \\./g," $1. "),T=T.replace(/\\s+/g,SP),T=T.replace(/^\\s+/g,E),T=T.replace(/_([Ee])([Gg])_/g,"$1.$2."),T=T.replace(/_([Ii])([Ee])_/g,"$1.$2."),trim(T).split(/\s+/)):[]},untokenize:function(T,S){S=S||SP;for(var A,e,n,t,r,i,s,a,o=/^[,\.\;\:\?\!\)""“”\u2019‘`']+$/,h=0,l=/^[\(""“”\u2019‘`']+$/,c=/^[\u2019‘`']+$/,u=/^[\u2019']+$/,p=!1,b=T.length&&l.test(T[0]),d=T[0]||E,v=!1,g=1;g-1;)T=T.replace(S,S.replace(".",n)),A=T.indexOf(S);return T}var e=this.ABBREVIATIONS,n="___",t=new RegExp(n,"g"),r=A(T).match(/(\S.+?[.!?]["”\u201D]?)(?=\s+|$)/g);return T.length&&r&&r.length?S(r):[T]},isAbbreviation:function(T,E){var S=function(T){return T&&T.length?T.substring(0,1).toUpperCase()+T.substring(1):T};return E=E||!1,T=E?T:S(T),inArray(this.ABBREVIATIONS,T)},loadString:function(T,E,A){var e=function(T,E,S){var A="",e=S||BN,n=/.+?:\/\/.+/.test(T),t=this;if(n){var r=function(S){S.on("data",function(T){A+=T}),S.on("error",function(T){throw T}),S.on("end",function(){A=A.toString("utf-8").replace(/[\r\n]+/g,e).trim(),t.fireDataLoaded(T,E,A)})},i=require("http").request(T,r);i.on("socket",function(T){T.setTimeout(5e3),T.on("timeout",function(){throw i.abort(),Error("[RiTa] loadString timed-out and aborted request")})}),i.end()}else{var s=require("fs");s.readFile(T,function(S,A){if(S||!A)throw err("[Node] Error reading file: "+T+BN+S),S;A=A.toString("utf-8").replace(/[\r\n]+/g,e).trim(),t.fireDataLoaded(T,E,A)})}};if(ok(T,S),isNode())return e.apply(this,arguments);var n=this,t="",r=new XMLHttpRequest;return r.addEventListener("error",function(){console.error("[RiTa] loadStrings() unable to load "+T)}),r.open("GET",T,!0),r.onreadystatechange=function(){if(4===r.readyState)if(200===r.status){var S=[],A=r.responseText.match(/[^\r\n]+/g);for(var e in A)S[e]=A[e];S=S.join(BN),n.fireDataLoaded(T,E,S)}else console.error("[RiTa] loadString() unable to load: "+T)},r.send(null),t},loadStrings:function(T,E,A){var e=function(T,E){function S(S){S=S.toString("utf-8").trim();var A=S.split(/(\r\n|\n)/gm);n.fireDataLoaded(T,E,A)}var A="",e=/.+?:\/\/.+/.test(T),n=this;if(e){var t=function(T){T.on("data",function(T){A+=T}),T.on("error",function(T){throw T}),T.on("end",function(){S(A)})},r=require("http").request(T,t);r.on("socket",function(T){T.setTimeout(5e3),T.on("timeout",function(){throw r.abort(),Error("[RiTa] loadString timed-out and aborted request")})}),r.end()}else{var i=require("fs");i.readFile(T,function(E,A){if(E||!A)throw err("[Node] Error reading file: "+T+BN+E),E;S(A)})}};if(ok(T,S),isNode())return e.apply(this,arguments);var n=this,t="",r=new XMLHttpRequest;return r.addEventListener("error",function(){console.error("[RiTa] loadStrings() unable to load "+T)}),r.open("GET",T,!0),r.onreadystatechange=function(){if(4===r.readyState)if(200===r.status){var S=r.responseText.match(/[^\r\n]+/g),A=[];for(var e in S)A[e]=S[e];n.fireDataLoaded(T,E,A)}else console.error("[RiTa] loadString() unable to load: "+T)},r.send(null),t},fireDataLoaded:function(T,E,A){return E?E(A,T):RiTaEvent({name:"RiTaLoader",urls:is(T,S)?[T]:T},RiTa.DATA_LOADED,A)._fire()},isQuestion:function(T){for(var E=RiTa.tokenize(T),S=0;S1&&A.indexOf("`'\"([{<")!=-1&&RiTa.isAbbreviation(T.substring(1)))return!1;if(e>2&&("'"==T.charAt(0)&&"'"==T.charAt(1)||"`"==T.charAt(0)&&"`"==T.charAt(1))&&RiTa.isAbbreviation(T.substring(2)))return!1;var n=E.length,t=T.charAt(e-1),r=e>1?T.charAt(e-2):SP,i=e>2?T.charAt(e-3):SP,s=E.charAt(0),a=n>1?E.charAt(1):SP,o=n>2?E.charAt(2):SP;return(s==s.toUpperCase()||a==a.toUpperCase()&&s.indexOf("`'\"([{<")!=-1||o==o.toUpperCase()&&("`"==s&&"`"==a||"'"==s&&"'"==a)||"_"==E||"<"==s)&&("?"==t||"!"==t||r.indexOf("?!.")!=-1&&t.indexOf("\"'}>)")!=-1||i.indexOf("?!.")!=-1&&"'"==r&&"'"==t||"."==t&&((2!=e||r!=r.toUpperCase())&&(4!=e||"."!=i||r!=r.toUpperCase()||T.charAt(0)!=T.charAt(0).toUpperCase())))},isW_Question:function(T){for(var E=RiTa.tokenize(T),S=0;S").replace(/&/g,"&").replace(/"/g,'"');return String.fromCharCodePoint=function(){for(var T=[],E=0;E>10&1023)+55296),T.push((1023&S)+56320))}return String.fromCharCode.apply(String,T)},E=E.replace(/&#(\d+);/g,function(T,E){return String.fromCharCodePoint(parseInt(E,10))}).replace(/&#x([0-9a-f]+);/gi,function(T,E){return String.fromCharCodePoint(parseInt(E,16))})},randomOrdering:function(T){var E=[];if(T){for(var S=0;S|+=;:‘’“”]",e=new RegExp("^"+A+"+|"+A+"+$","g");return T===E?E:T.replace(e,E)},stripPunctuation:function(T){return T===E?E:T.replace(PUNCTUATION_CLASS,E)},isPunctuation:function(T){return!(!T||!T.length)&&ONLY_PUNCT.test(T)},hasPunctuation:function(T){return!(!T||!T.length)&&ONLY_PUNCT.test(T)},env:function(){return isNode()?RiTa.NODE:RiTa.JS},chomp:function(T){return T.replace(/\s+$|^\s+/g,E)},getPhonemes:function(T){return RiString(T).analyze().get(RiTa.PHONEMES)},getStresses:function(T){return RiString(T).analyze().get(RiTa.STRESSES)},getSyllables:function(T){return RiString(T).analyze().get(RiTa.SYLLABLES)},getWordCount:function(T){return RiTa.tokenize(T).length},stem:function(T,E){if(E=E||"Porter","Lancaster"!=E&&"Porter"!=E&&"Pling"!=E&&err("Bad stemmer type: "+E),T.indexOf(SP)<0)return RiTa.stemmers[E](T);T=T.replace(/[^\w]/g,SP).replace(/\s+/g,SP);for(var S=[],A=T.split(SP),e=0;e=E&&t=S&&t=0&&S.push(this.keys[A]);return S},superstrings:function(T){for(var E=[],S=0;S=0&&E.push(this.keys[S]);return E},words:function(){var T,E=arguments,S=!1,A=[];switch(E.length){case 2:is(E[0],B)?(S=E[0],T=is(E[1],R)?E[1]:new RegExp(E[1])):(S=E[1],T=is(E[0],R)?E[0]:new RegExp(E[0]));break;case 1:if(is(E[0],B))return E[0]?shuffle(this.keys):this.keys;T=is(E[0],R)?E[0]:new RegExp(E[0]);break;case 0:return this.keys}for(var e=0;e-1},_isConsonant:function(T){return typeof T===S&&1===T.length&&RiTa.VOWELS.indexOf(T)<0&&/^[a-z\u00C0-\u00ff]+$/.test(T)},_isPlural:function(T){if(NULL_PLURALS.applies(T))return!0;var E=RiTa.stem(T,"Pling");if(E===T)return!1;var S=RiTa.singularize(T),A=this.data[S];if(A&&2===A.length){for(var e=A[1].split(SP),n=0;n0?A:EA},alliterations:function(T,E,S){if(T.indexOf(" ")>-1)return[];if(this._isVowel(T.charAt(0)))return[];E=E||4;for(var A,e=[],n=this._firstPhoneme(this._firstStressedSyllable(T,S)),t=0;t=E&&e.push(this.keys[t])}return shuffle(e)},isAlliteration:function(T,E,S){if(!strOk(T)||!strOk(E)||T.indexOf(" ")>-1||E.indexOf(" ")>-1)return!1;var A=this._firstPhoneme(this._firstStressedSyllable(T,S)),e=this._firstPhoneme(this._firstStressedSyllable(E,S));return!this._isVowel(A.charAt(0))&&!this._isVowel(e.charAt(0))&&(strOk(A)&&strOk(e)&&A===e)},_firstSyllable:function(T,S){var A=this._getRawPhones(T,S);if(!strOk(A))return E;"URL"===T&&console.log(A);var e=A.split(" ");return e[0]},_firstStressedSyllable:function(T,S){var A,e,n=this._getRawPhones(T,S),t=-1;if(!strOk(n))return E;if(t=n.indexOf(RiTa.STRESSED),t<0)return E;for(A=n.charAt(--t);" "!=A;){if(--t<0){t=0;break}A=n.charAt(t)}return e=0===t?n:trim(n.substring(t)),t=e.indexOf(" "),t<0?e:e.substring(0,t)},isVerb:function(T){return this._checkType(T,PosTagger.VERBS)},isNoun:function(T){var E=this._checkType(T,PosTagger.NOUNS);if(!E){var S=RiTa.singularize(T);S!==T&&(E=this._checkType(S,PosTagger.NOUNS))}return E},isAdverb:function(T){return this._checkType(T,PosTagger.ADV)},isAdjective:function(T){return this._checkType(T,PosTagger.ADJ)},size:function(){var T=this.keys.length;return RiTa.LEX_WARN&&0===T&&(warn(RiTa.LEX_WARN),RiTa.LEX_WARN=0),T},_checkType:function(T,E){if(T&&T.indexOf(SP)!=-1)throw Error("[RiTa] _checkType() expects a single word, found: "+T);var S=this._getPosArr(T);RiTa.LEX_WARN&&S.length<1&&this.size()<=1e3&&(warn(RiTa.LEX_WARN),RiTa.LEX_WARN=0);for(var A=0;A-1)return!0;return!1},_getSyllables:function(T){if(!strOk(T))return E;for(var S=RiTa.tokenize(T),A=[],e=0;e-1?RiTa.STRESSED:RiTa.UNSTRESSED;i>0&&(s="/"+s),n.push(s)}}return n.join(SP).replace(/ \//g,"/")},lexicalData:function(T){return 1===arguments.length?(this.data=T,this):this.data},_lookupRaw:function(T){if(T=T&&T.toLowerCase(),this.data&&this.data[T])return this.data[T]},_getRawPhones:function(T,S){var A,e,n=this._lookupRaw(T);return S=S||!1,(n===undefined||S&&!RiTa.SILENT&&!RiLexicon.SILENCE_LTS)&&(e=this._letterToSound(),A=e&&e.getPhones(T),A&&A.length)?RiString._syllabify(A):n&&2===n.length?n[0]:E},_getPosData:function(T){var S=this._lookupRaw(T);return S&&2===S.length?S[1]:E},_getPosArr:function(T){var E=this._getPosData(T);return strOk(E)?E.split(SP):EA},_getBestPos:function(T){var E=this._getPosArr(T);return E.length>0?E[0]:[]},_firstPhoneme:function(T){if(!strOk(T))return E;var S=T.split(RiTa.PHONEME_BOUNDARY);return S?S[0]:E},_firstConsonant:function(T){if(!strOk(T))return E;var S=T.split(RiTa.PHONEME_BOUNDARY);if(S)for(var A=0;A0)};switch("string"==typeof i[0]&&(i[0]=trim(i[0]).toLowerCase(),t="nns"===i[0],"v"===i[0]&&(i[0]="vb"),"r"===i[0]&&(i[0]="rb"),"a"===i[0]&&(i[0]="jj"),"n"!==i[0]&&"nns"!==i[0]||(i[0]="nn")),i.length){case 2:for(T=0;T1&&!A[1]),this.allowDuplicates=!(A.length>2&&!A[2]),this.printIgnoredText=!1},_initArgs:function(){var T=arguments,E=get(T[0]);return!T.length||E!==O&&"global"!==E&&"window"!==E?T:this._initArgs.apply(this,Array.prototype.slice.call(T,1))},getProbability:function(T){this.root||err("Model not initd: null root!");var E=is(T,S)?this.root.lookup(T):this._findNode(T);return E?E.probability():0},getProbabilities:function(T){is(T,S)&&(T=[T]),T.length>this.N&&(T=T.slice(Math.max(0,T.length-(this.N-1)),T.length));var E={},A=this._findNode(T);if(!A)return{};for(var e=A.childNodes(),n=0;nthis.N&&err("Sum of pre.length && post.length must be < N, was "+(T.length+E.length)),S=this._findNode(T),!S)return null;n=S.childNodes();for(var r=0;r-1)return e}return n>=t&&err("\nRiMarkov failed to complete after "+n+" attempts.You may need to add more text to your model...\n"),e},generateTokens:function(T,E){var S,A=0,e=500,n=[],t=[];T:for(;++A0)throw Error("sentenceAware() takes no arguments, instead use the constructor RiMarkov(n, recognizeSentences);");return this.isSentenceAware},print:function(){return console&&console.log(this.root.asTree(!1)),this},ready:function(T){return this.size()>0},loadFrom:function(T,E,e,n){var t=this;is(T,S)||ok(T,A),is(E,F)?(n=E,E=undefined):is(e,F)&&(n=e,e=undefined),RiTa.loadStrings(T,function(T){T=T.join(BN),t.loadText(T,E,e),n&&is(n,F)&&n(T)})},loadText:function(T,E,A,e){ok(T,S),this.rawText+=T,E=Math.round(E||1);var n=this.isSentenceAware?this._loadSentences(T,E,e):this.loadTokens(RiTa.tokenize(T,A),E);return n},loadTokens:function(T,E){E=Math.round(E||1),this.root.count+=T.length;for(var S,A=0;A=this.maxSentenceLength&&(E=this._getSentenceStart(),S=E.token+SP,t=1),E.isLeaf())E=this._tracePathFromRoot(E);else if(E=this._nextNodeForNode(E),E.isSentenceStart){if(t>=this.minSentenceLength){var r=RiTa.untokenize(S.trim().split(/\s+/));r=r.replace(/(.)\( /,"$1 ("),this._validateSentence(r)&&(A.indexOf(r)<0&&A.push(r),n+=e,e=0)}E=this._getSentenceStart(),S=E.token+SP,t=1}else if(t++,S+=E.token+SP,++e>=RiMarkov.MAX_GENERATION_ATTEMPTS){this._onGenerationIncomplete(n+=e,A.length);break}return A},_validateSentence:function(T){var E=RiTa.tokenize(T),S=E[0],A=E[E.length-1];if(!S.match(/[A-Z]\S*/))return this.printIgnoredText&&log("Skipping: bad first char in '"+T+"'"),!1;if(!A.match(/[!?.]/))return this.printIgnoredText&&log("Bad last token: '"+A+"' in: "+T),!1;if(!this.allowDuplicates&&(this.isSentenceAware||err("Invalid state: allowDuplicates must be true when not generating sentences"),this.rawText.indexOf(T)>-1))return++this.skippedDups>=RiMarkov.MAX_GENERATION_ATTEMPTS&&(this.allowDuplicates=!0,this.skippedDups=0),this.printIgnoredText&&console.log("Ignoring duplicate: "+T),!1;var e=T.split(/\s+/);return!RiTa.isAbbreviation(e[e.length-1])},_tracePathFromRoot:function(T){T.pathFromRoot(this.pathTrace),this.pathTrace.pop();for(var E=this.root;this.pathTrace.length;){var S=this.pathTrace.pop();E=E.lookup(S)}return E},_nextNodeForArr:function(T){for(var E=Math.max(0,T.length-(this.N-1)),S=this.root.lookup(T[E++]),A=E;A0&&(extend(t[t.length-1][3],o),S&&log(" tack: "+o+" -> len="+t[t.length-1][3].length+" ["+t[t.length-1][3]+"]"));var u=[[a],h,[s],[]];t.push(u),n=[]}else{if(!inArray(RiString._phones.consonants,s)&&" "!=s)throw Error("Invalid phoneme: "+s);n.push(s)}}return n.length>0&&(0===t.length?t.push([[A],n,[],[]]):extend(t[t.length-1][3],n)),e(t)};var SeededRandom=makeClass();SeededRandom.prototype={init:function(){this.N=624,this.M=397,this.MATRIX_A=2567483615,this.UPPER_MASK=2147483648,this.LOWER_MASK=2147483647,this.mt=new Array(this.N),this.mti=this.N+1,this.seed((new Date).getTime())},seed:function(T){for(this.mt[0]=T>>>0,this.mti=1;this.mti>>30;this.mt[this.mti]=(1812433253*((4294901760&T)>>>16)<<16)+1812433253*(65535&T)+this.mti,this.mt[this.mti]>>>=0}},randInt:function(){var T,E,S=new Array(0,this.MATRIX_A);if(this.mti>=this.N){for(this.mti==this.N+1&&this.seed(5489),E=0;E>>1^S[1&T];for(;E>>1^S[1&T];T=this.mt[this.N-1]&this.UPPER_MASK|this.mt[0]&this.LOWER_MASK,this.mt[this.N-1]=this.mt[this.M-1]^T>>>1^S[1&T],this.mti=0}return T=this.mt[this.mti++],T^=T>>>11,T^=T<<7&2636928640,T^=T<<15&4022730752,T^=T>>>18,T>>>0},random:function(){return this.randInt()*(1/4294967296)}},RiString.prototype={init:function(T){is(T,N)&&(T=String.fromCharCode(T)),T=T||"",this.x=0,this.y=0,this.z=0,this._text=T,this._features=undefined},copy:function(){var T=RiString(this._text),E=this.features();if(E){T._features={};for(var S in E)T._features[S]=E[S]}return T},features:function(){return this._features||this.analyze(),this._features},analyze:function(){var T,S,A,e,n,t=E,r=E,i=E,s="/",a="-",o=RiTa.tokenize(this._text),h=RiTa.lexicon;this._features||initFeatureMap(this),this._features.tokens=o.join(SP),this._features.pos=RiTa.getPosTags(this._text).join(SP);for(var l=0,c=o.length;l0?(o[l].match(/[a-zA-Z]+/)&&log("[RiTa] Used LTS-rules for '"+o[l]+"'"),S=RiString._syllabify(e)):(S=o[l],n=!0)),t+=S.replace(/[0-2]/g,E).replace(/ /g,a)+SP,r+=S.replace(/ /g,s).replace(/1/g,E)+SP,n)i+=o[l];else{ +T=S.split(SP);for(var u=0;u-1?RiTa.STRESSED:RiTa.UNSTRESSED,u-1&&!this._features.hasOwnProperty(T)&&(this.analyze(),E=this._features[T]),E},set:function(T,E){return this._features||(this._features={}),this._features[T]=E,this},endsWith:function(T){return endsWith(this._text,T)},equals:function(T){return is(T.text,F)&&T.text()===this._text},equalsIgnoreCase:function(T){return typeof T===S?T.toLowerCase()===this._text.toLowerCase():T.text().toLowerCase()===this._text.toLowerCase()},text:function(T){return arguments.length>0?(this._text=T,initFeatureMap(this),this):this._text},pos:function(){for(var T=RiTa.tokenize(this._text),E=PosTagger.tag(T),S=0,A=E.length;S=S.length?E:S[T]},wordCount:function(){return this._text.length?this.words().length:0},words:function(){return RiTa.tokenize(this._text)},indexOf:function(T,E){return this._text.indexOf(T,E)},lastIndexOf:function(T,E){return this._text.lastIndexOf(T,E)},length:function(){return this._text.length},match:function(T){return this._text.match(T)||[]},slice:function(T,S){return this._text.slice(T,S)||E},insertChar:function(T,E){var S=this.text();if(T>S.length||T<-S.length)return warn("RiString.insertChar: bad index="+T),this;T=T<0?T+=S.length:T;var A=S.substring(0,T),e=S.substring(T);return E&&(A+=E),this.text(A+e)},removeChar:function(T){var E=this.text();return T>E.length||T<-E.length?(warn("RiString.removeChar: bad index="+T),this):(T=T<0?T+=E.length:T,this.text(this._text.substring(0,T).concat(this._text.substring(T+1))),this)},replaceChar:function(T,E){var S=this.text();if(T>S.length||T<-S.length)return warn("RiString.replaceChar: bad index="+T),this;T=T<0?T+=S.length:T,S=this.text();var A=S.substring(0,T),e=S.substring(T+1);return E&&(A+=E),this.text(A+e)},replaceFirst:function(T,E){if(T&&!is(T,S)&&T.global){var A="";T.ignoreCase&&(A+="i"),T.multiline&&(A+="m"),T.sticky&&(A+="y"),T=new RegExp(T.source,A)}return this._text=this._text.replace(T,E),this},replaceAll:function(T,E){var A="g";return T&&(E||""===E)&&(!is(T,S)&&T.source?(T.ignoreCase&&(A+="i"),T.multiline&&(A+="m"),T.sticky&&(A+="y"),T=T.source):T=escapeRegExp(T),this._text=this._text.replace(new RegExp(T,A),E)),this},removeWord:function(T){return this.replaceWord(T,E)},insertWord:function(T,E){var S=this.words();return T<0&&(T+=S.length),E&&E.length>=0&&T>=0&&T=0&&T",RiGrammar.EXEC_PATT=/([^`]*)(`[^`]*`)(.*)/,RiGrammar.prototype={init:function(T,E){this.buffer="",this._rules={},this.execDisabled=!1,this.rng=E?E:RiTa.random,T&&(is(T,S)||is(T,O)&&typeof T.loadStrings!==F)&&this.load(T)},ready:function(T){return okeys(this._rules).length>0},loadFrom:function(T,E){RiTa.loadStrings(T,function(T){T=T.join(BN),this.load(T),is(E,F)&&E(T)}.bind(this))},load:function(T){if(this.reset(),is(T,S)){if("undefined"!=typeof YAML)try{T=YAML.parse(T)}catch(E){warn("YAML parsing failed, trying JSON")}if(!is(T,O))try{T=JSON.parse(T)}catch(E){var A=E}}if(!A&&is(T,O)){for(var e in T)this.addRule(e,T[e]);return this}if("undefined"!=typeof YAML)err("Grammar appears to be invalid JSON/YAML, please check it! (http://jsonlint.com/ or http://yamllint.com/)",T);else{var n=RiTa.env()===RiTa.NODE,t=n?"require":"include",r=n?"YAML = require('yamljs')":'';err("Grammar appears to be invalid JSON, please check it at http://jsonlint.com/. If you are using YAML, be sure to "+t+" yamljs (https://github.com/jeremyfa/yaml.js), e.g. "+r,T)}},addRule:function(T,E,S){var e=!1;S=S||1,e&&log('addRule: "'+T+'" : "'+E+'" ['+get(E)+"]");var n=E;is(E,A)||(n=E.split(OR_PATT));for(var t=0;t-1)return buffer;err("RiGrammar failed to complete after "+r+" tries"+BN)},expand:function(T){return this.expandFrom(RiGrammar.START_RULE,T)},expandFrom:function(rule,context){var expandRule=function(T,S,A){var e,n,t,r,i,s=0;s&&log("expandRule("+S+")");for(var a in T._rules)if(e=T._rules[a],s&&log(" name="+a+" entry="+JSON.stringify(e)+" prod="+S+(n?" idx="+n:"")),n=S.indexOf(a),n>=0)return s&&log("matched: "+a),t=S.substring(0,n)||E,r=T.doRule(a,A)||E,i=S.substring(n+a.length)||E,s&&log(" pre="+t+" expanded="+r+" post="+i+" result="+t+r+i),t+r+i;return null},handleExec=function(input,context){if(!input||!input.length)return null;var res,exec=input.replace(STRIP_TICKS,"$1");try{if(context)return res=context(exec),null!==res?res+E:null;throw"No context"}catch(e){try{return res=eval(exec),null!==res?res+E:null}catch(e){}}return input},countTicks=function(T){for(var E=0,S=0;S2){if(theCall=parts[2],2!=countTicks(theCall))return warn("Unable to parse recursive exec: "+theCall+"..."),null;if(callResult=handleExec(theCall,context),!callResult)break;buffer=parts[1]+callResult,parts.length>3&&(buffer+=parts[3])}}}return tries>=maxIterations&&log("[WARN] max number of iterations reached: "+maxIterations),RiTa.unescapeHTML(buffer)}};var callbacksDisabled=!1,RiTaEvent=makeClass();RiTaEvent.ID=0,RiTaEvent.prototype={init:function(T,E,A){is(T,O)||ok(T,S),this._id=++RiTaEvent.ID,this._data=A,this._source=T,this._type=E||RiTa.UNKNOWN},toString:function(){var T="RiTaEvent[#"+this._id+" type=("+this._type+") source="+this._source.toString();return T+=this._data?" data-length="+this._data.toString().length:T+=" data=null",T+"]"},isType:function(T){return this._type===T},_fire:function(T){if(T=T||window.onRiTaEvent,T&&is(T,F))try{return T(this),this}catch(E){callbacksDisabled=!0;var A="RiTaEvent: error calling '"+T+"': "+E;throw is(T,S)&&(A+=" Callback must be a function in JS!"),warn(A),E}}};var StringTokenizer=makeClass();StringTokenizer.prototype={init:function(T,E){this.idx=0,this.text=T,this.delim=E||" ",this.tokens=T.split(E)},nextToken:function(){return this.idx"),E+="{",this.isLeaf()?E+"}":this.childrenToString(this,E,1,T)},isRoot:function(){return!this.parent},isLeaf:function(){return 0===this.childCount()},probability:function(){return this.count/this.siblingCount()},childNodes:function(T){if(!this.children)return EA;T=is(T,S)?new RegExp(T):T;var E=[];for(var A in this.children){var e=this.children[A];(!T||e&&e.token&&e.token.search(T)>-1)&&E.push(e)}return E},siblingCount:function(){return this.parent||err("Illegal siblingCount on ROOT!"),this.parent.childCount()},childCount:function(){if(!this.children)return 0;var T=0;for(var E in this.children)E&&this.children[E]&&(T+=this.children[E].count);return T},lookup:function(T){return T?(T=typeof T!=S&&T.token?T.token:T,T?this.children[T]:null):null},childrenToString:function(T,E,S,A){var e,n,t,r=T,i=[],s=null,a=BN;A=A||!1;for(t in T.children)i.push(T.children[t]);if(!i.length)return E;for(A&&i.sort(),n=0;n "+r.token+","+s.token),s.isRoot()||(E+=" ["+s.count+",p="+s.probability().toFixed(3)+"]->{"),s.children?E=this.childrenToString(s,E,S+1,A):E+="}"}for(a=BN,n=0;n-1},tag:function(T){var S=[],e=[],n=RiTa.lexicon;T=is(T,A)?T:[T];for(var t=0,r=T.length;t="0"&&T<="9"&&(E="cd"),E},_ct:function(T,E,S){this.DBUG&&console.log("\n Custom("+T+") tagged '"+E+"' -> '"+S+"'\n\n")},_applyContext:function(T,E,S){this.DBUG&&console.log("ac("+T+","+E+","+S+")");for(var A=startsWith,e=endsWith,n=0,t=T.length;n0&&"dt"==E[n-1]&&(A(i,"vb")?(i="nn",r.match(/^.*[^s]s$/)&&(NULL_PLURALS.applies(r)||(i="nns")),this._ct("1a",r,i)):A(i,"rb")&&(i=i.length>2?"jj"+i.charAt(2):"jj",this._ct("1b",r,i))),A(i,"n")&&!S[n]&&isNum(r)&&(i="cd"),n>0&&A(i,"n")&&e(r,"ed")&&!e(r,"eed")&&E[n-1].match(/^(nn|prp)$/)&&(i="vbn"),e(r,"ly")&&(i="rb"),A(i,"nn")&&e(r,"al")&&"mammal"!=r&&(i="jj"),n>0&&A(i,"nn")&&A(E[n-1],"md")&&(i="vb"),A(i,"nn")&&e(r,"ing")&&this.hasTag(S[n],"vb")&&(i="vbg",this._ct(8,r,i)),n>0&&"nns"==i&&this.hasTag(S[n],"vbz")&&E[n-1].match(/^(nn|prp|nnp)$/)&&(i="vbz",this._ct(9,r,i)),A(i,"nn")&&r.charAt(0)===r.charAt(0).toUpperCase()&&(0!=n||1===T.length||0==n&&!this._lexHas("nn",RiTa.singularize(r).toLowerCase()))&&(i=e(i,"s")?"nnps":"nnp",this._ct(10,r,i)),n0&&["nn","prp","cc","nnp"].indexOf(E[n-1])>-1?this._lexHas("vb",RiTa.singularize(r))&&(i="vbz",this._ct(12,r,i)):1!==T.length||S[n].length||!this._lexHas("nn",RiTa.singularize(r))&&this._lexHas("vb",RiTa.singularize(r))&&(i="vbz",this._ct(12,r,i))),("vb"===i||"nn"===i&&this.hasTag(S[n],"vb"))&&n>0&&E[n-1].match(/^(nns|nnps|prp)$/)&&(i="vbp",this._ct(13,r,i)),E[n]=i}return E},_lexHas:function(T,E){for(var E=is(E,A)||[E],S=0;S1:T.length>2&&T.match(/[aeiouy]/)}function E(A,e){var n=A.substr(-1),t=S[n];if(t)for(var r=0;r0||T.indexOf("j")>0||T.indexOf("k")>0||T.indexOf("w")>0||T.indexOf("y")>0||T.indexOf("z")>0||T.indexOf("ou")>0||T.indexOf("sh")>0||T.indexOf("ch")>0||T._endsWith("aus")}function S(T){return T.indexOf("ph")>0||T.indexOf("y")>0&&T._endsWith("nges")}function A(A){if(categoryIRR._arrayContains(A)){var e,n=categoryIRR.indexOf(A);if(n%2==0)return e=categoryIRR[n+1]}return categoryON_A._arrayContains(A)?T(A,"a")+"on":categoryUM_A._arrayContains(A)?T(A,"a")+"um":categoryIX_ICES._arrayContains(A)?T(A,"ices")+"ix":categoryO_I._arrayContains(A)?T(A,"i")+"o":categorySE_SES._arrayContains(A)?T(A,"s"):categoryIS_ES._arrayContains(A)||A._endsWith("theses")?T(A,"es")+"is":categoryUS_I._arrayContains(A)?T(A,"i")+"us":A._endsWith("uses")&&(categoryUS_I._arrayContains(T(A,"uses")+"i")||"genuses"===A||"corpuses"===A)?T(A,"es"):categoryEX_ICES._arrayContains(A)?T(A,"ices")+"ex":A._endsWith("ois")||A._endsWith("itis")||category00._arrayContains(A)||categoryICS._arrayContains(A)?A:A._endsWith("ina")?T(A,"en"):A._endsWith("ae")&&"pleae"!==A?T(A,"e"):A._endsWith("ata")?T(A,"ta"):A._endsWith("trices")?T(A,"trices")+"trix":!A._endsWith("us")||A._endsWith("eaus")||A._endsWith("ieus")||E(A)||categoryU_US._arrayContains(A)?A._endsWith("teeth")?T(A,"teeth")+"tooth":A._endsWith("geese")?T(A,"geese")+"goose":A._endsWith("feet")?T(A,"feet")+"foot":A._endsWith("zoa")?T(A,"zoa")+"zoon":A._endsWith("men")?T(A,"men")+"man":A._endsWith("inis")?T(A,"inis")+"ini":A._endsWith("children")?T(A,"ren"):A._endsWith("eaux")?T(A,"x"):A._endsWith("ieux")?T(A,"x"):A._endsWith("nges")&&S(A)?T(A,"nges")+"nx":A._endsWith("shes")||A._endsWith("ches")&&!categoryCHE_CHES._arrayContains(A)?T(A,"es"):!A._endsWith("sses")||categorySSE_SSES._arrayContains(A)||A._endsWith("mousses")?A._endsWith("xes")&&"axes"!==A?T(A,"es"):A._endsWith("nives")||A._endsWith("lives")&&!A._endsWith("olives")||A._endsWith("wives")?T(A,"ves")+"fe":A._endsWith("alves")&&!A._endsWith("valves")||A._endsWith("olves")&&!A._endsWith("solves")||A._endsWith("eaves")&&!A._endsWith("heaves")&&!A._endsWith("weaves")||A._endsWith("arves")||A._endsWith("shelves")||A._endsWith("selves")?T(A,"ves")+"f":A._endsWith("ies")&&!categoryIE_IES._arrayContains(A)?T(A,"ies")+"y":A._endsWith("oes")&&!categoryOE_OES._arrayContains(A)?T(A,"es"):A._endsWith("ses")||A._endsWith("zes")?T(A,"es"):!A._endsWith("s")||A._endsWith("ss")||A._endsWith("is")?A:T(A,"s"):T(A,"es"):A}return function(T){return A(T.toLowerCase())}}(),Array.prototype._arrayContains=function(T){return this.indexOf(T)>-1},String.prototype._endsWith=function(T){return this.indexOf(T,this.length-T.length)!==-1};var MinEditDist={_min3:function(T,E,S){var A=T;return EE)&&A.push(RiTa.untokenize(t))}return A},build:function(){if(!this.words)throw Error("No text in model");this.model={};for(var T=(+new Date,0);T|+=;:\u2018\u2019\u201C\u201D]/g,ONLY_PUNCT=/^[^0-9A-Za-z\s]*$/,DEFAULT_PLURAL_RULE=RE("^((\\w+)(-\\w+)*)(\\s((\\w+)(-\\w+)*))*$",0,"s"),ALL_PUNCT=/^[-[\]{}()*+!?%&.,\\^$|#@<>|+=;:]+$/g,NULL_PLURALS=RE("^(bantu|bengalese|bengali|beninese|boche|bonsai|booze|cellulose|digitalis|mess|moose|burmese|chinese|colossus|congolese|discus|electrolysis|emphasis|expertise|finess|flu|fructose|gabonese|gauze|glucose|grease|guyanese|haze|incense|japanese|javanese|journalese|lebanese|malaise|manganese|mayonnaise|maltese|menopause|merchandise|nitrocellulose|olympics|overuse|paradise|poise|polymerase|portuguese|prose|recompense|remorse|repose|senegalese|siamese|singhalese|innings|sleaze|sinhalese|sioux|sudanese|suspense|swiss|taiwanese|togolese|vietnamese|unease|aircraft|anise|antifreeze|applause|archdiocese|anopheles|apparatus|asparagus|barracks|bellows|bison|bluefish|bob|bourgeois|bream|brill|butterfingers|cargo|carp|catfish|chassis|clothes|chub|cod|codfish|coley|contretemps|corps|crawfish|crayfish|crossroads|cuttlefish|dace|deer|dice|dogfish|doings|dory|downstairs|eldest|earnings|economics|electronics|firstborn|fish|flatfish|flounder|fowl|fry|fries|works|globefish|goldfish|golf|grand|grief|gudgeon|gulden|haddock|hake|halibut|headquarters|herring|hertz|horsepower|goods|hovercraft|hundredweight|ironworks|jackanapes|kilohertz|kurus|kwacha|ling|lungfish|mackerel|macaroni|means|megahertz|moorfowl|moorgame|mullet|nepalese|offspring|pampas|parr|pants|patois|pekinese|penn'orth|perch|pickerel|pike|pince-nez|plaice|potpourri|precis|quid|rand|rendezvous|revers|roach|roux|salmon|samurai|series|seychelles|seychellois|shad|sheep|shellfish|smelt|spaghetti|spacecraft|species|starfish|stockfish|sunfish|superficies|sweepstakes|swordfish|tench|tennis|[a-z]+osis|[a-z]+itis|[a-z]+ness|tobacco|tope|triceps|trout|tuna|tunafish|tunny|turbot|trousers|turf|dibs|undersigned|veg|waterfowl|waterworks|waxworks|whiting|wildfowl|woodworm|yen|aries|pisces|forceps|lieder|jeans|physics|mathematics|news|odds|politics|remains|acoustics|aesthetics|aquatics|basics|ceramics|classics|cosmetics|dialectics|dynamics|ethics|harmonics|heroics|mechanics|metrics|optics|physics|polemics|pyrotechnics|surroundings|thanks|statistics|goods|aids|wildlife)$",0),SINGULAR_RULES=[NULL_PLURALS,RE("ves$",3,"f"),RE("(men|women)$",2,"an"),RE("(houses|horses|cases)$",1),RE("^(toes|wheezes|oozes|uses)$",1),RE("^(whizzes)$",3),RE("^(octopus|pinch)es$",2),RE("^(meninges|phalanges)$",3,"x"),RE("^(curi|formul|vertebr|larv|uln|alumn|signor|alg|minuti)ae$",1),RE("^(apices|cortices)$",4,"ex")],C="[bcdfghjklmnpqrstvwxyz]",VL="[lraeiou]",PLURAL_RULES=[RE("prognosis",2,"es"),NULL_PLURALS,RE("(human|german|roman)$",0,"s"),RE("^(monarch|loch|stomach)$",0,"s"),RE("^(piano|photo|solo|ego|tobacco|cargo|taxi)$",0,"s"),RE("(chief|proof|ref|relief|roof|belief|sheaf|spoof|golf|grief)$",0,"s"),RE("^(wildlife)$",0,"s"),RE("^(appendix|index|matrix|apex|cortex)",2,"ices"),RE("^concerto$",1,"i"),RE(C+"o$",0,"es"),RE(C+"y$",1,"ies"),RE("^ox$",0,"en"),RE("^(stimul|alumn|termin)us$",2,"i"),RE("^corpus$",2,"ora"),RE("(xis|sis)$",2,"es"),RE("whiz$",0,"zes"),RE("([zsx]|ch|sh)$",0,"es"),RE(VL+"fe$",2,"ves"),RE(VL+"f$",1,"ves"),RE("(eu|eau)$",0,"x"),RE("(man|woman)$",2,"en"),RE("money$",2,"ies"),RE("person$",4,"ople"),RE("motif$",0,"s"),RE("^meninx|phalanx$",1,"ges"),RE("schema$",0,"ta"),RE("^bus$",0,"ses"),RE("child$",0,"ren"),RE("^(curi|formul|vertebr|larv|uln|alumn|signor|alg|minuti)a$",0,"e"),RE("^(maharaj|raj|myn|mull)a$",0,"hs"),RE("^aide-de-camp$",8,"s-de-camp"),RE("^weltanschauung$",0,"en"),RE("^lied$",0,"er"),RE("^tooth$",4,"eeth"),RE("^[lm]ouse$",4,"ice"),RE("^foot$",3,"eet"),RE("femur",2,"ora"),RE("goose",4,"eese"),RE("^(co|no)$",0,"'s"),RE("^blond$",0,"es"),RE("^(medi|millenni|consorti|sept|memorabili)um$",2,"a"),RE("^(memorandum|bacterium|curriculum|minimum|maximum|referendum|spectrum|phenomenon|criterion)$",2,"a")],ANY_STEM="^((\\w+)(-\\w+)*)(\\s((\\w+)(-\\w+)*))*$",CONS="[bcdfghjklmnpqrstvwxyz]",VERBAL_PREFIX="((be|with|pre|un|over|re|mis|under|out|up|fore|for|counter|co|sub)(-?))",AUXILIARIES=["do","have","be"],MODALS=["shall","would","may","might","ought","should"],SYMBOLS=["!","?","$","%","*","+","-","="],ING_FORM_RULES=[RE(CONS+"ie$",2,"ying",1),RE("[^ie]e$",1,"ing",1),RE("^bog-down$",5,"ging-down",0),RE("^chivy$",1,"vying",0),RE("^trek$",1,"cking",0),RE("^bring$",0,"ing",0),RE("^be$",0,"ing",0),RE("^age$",1,"ing",0),RE("(ibe)$",1,"ing",0)],PAST_PARTICIPLE_RULES=[RE(CONS+"y$",1,"ied",1),RE("^"+VERBAL_PREFIX+"?(bring)$",3,"ought",0),RE("^"+VERBAL_PREFIX+"?(take|rise|strew|blow|draw|drive|know|give|arise|gnaw|grave|grow|hew|know|mow|see|sew|throw|prove|saw|quartersaw|partake|sake|shake|shew|show|shrive|sightsee|strew|strive)$",0,"n",0),RE("^"+VERBAL_PREFIX+"?[gd]o$",0,"ne",1),RE("^(beat|eat|be|fall)$",0,"en",0),RE("^(have)$",2,"d",0),RE("^"+VERBAL_PREFIX+"?bid$",0,"den",0),RE("^"+VERBAL_PREFIX+"?[lps]ay$",1,"id",1),RE("^behave$",0,"d",0),RE("^"+VERBAL_PREFIX+"?have$",2,"d",1),RE("(sink|slink|drink|shrink|stink)$",3,"unk",0),RE("(([sfc][twlp]?r?|w?r)ing|hang)$",3,"ung",0),RE("^"+VERBAL_PREFIX+"?(shear|swear|bear|wear|tear)$",3,"orn",0),RE("^"+VERBAL_PREFIX+"?(bend|spend|send|lend)$",1,"t",0),RE("^"+VERBAL_PREFIX+"?(weep|sleep|sweep|creep|keep$)$",2,"pt",0),RE("^"+VERBAL_PREFIX+"?(sell|tell)$",3,"old",0),RE("^(outfight|beseech)$",4,"ought",0),RE("^bethink$",3,"ought",0),RE("^buy$",2,"ought",0),RE("^aby$",1,"ought",0),RE("^tarmac",0,"ked",0),RE("^abide$",3,"ode",0),RE("^"+VERBAL_PREFIX+"?(speak|(a?)wake|break)$",3,"oken",0),RE("^backbite$",1,"ten",0),RE("^backslide$",1,"den",0),RE("^become$",3,"ame",0),RE("^begird$",3,"irt",0),RE("^outlie$",2,"ay",0),RE("^rebind$",3,"ound",0),RE("^relay$",2,"aid",0),RE("^shit$",3,"hat",0),RE("^bereave$",4,"eft",0),RE("^foreswear$",3,"ore",0),RE("^overfly$",1,"own",0),RE("^beget$",2,"otten",0),RE("^begin$",3,"gun",0),RE("^bestride$",1,"den",0),RE("^bite$",1,"ten",0),RE("^bleed$",4,"led",0),RE("^bog-down$",5,"ged-down",0),RE("^bind$",3,"ound",0),RE("^(.*)feed$",4,"fed",0),RE("^breed$",4,"red",0),RE("^brei",0,"d",0),RE("^bring$",3,"ought",0),RE("^build$",1,"t",0),RE("^come",0),RE("^catch$",3,"ught",0),RE("^chivy$",1,"vied",0),RE("^choose$",3,"sen",0),RE("^cleave$",4,"oven",0),RE("^crossbreed$",4,"red",0),RE("^deal",0,"t",0),RE("^dow$",1,"ught",0),RE("^dream",0,"t",0),RE("^dig$",3,"dug",0),RE("^dwell$",2,"lt",0),RE("^enwind$",3,"ound",0),RE("^feel$",3,"elt",0),RE("^flee$",2,"ed",0),RE("^floodlight$",5,"lit",0),RE("^fly$",1,"own",0),RE("^forbear$",3,"orne",0),RE("^forerun$",3,"ran",0),RE("^forget$",2,"otten",0),RE("^fight$",4,"ought",0),RE("^find$",3,"ound",0),RE("^freeze$",4,"ozen",0),RE("^gainsay$",2,"aid",0),RE("^gin$",3,"gan",0),RE("^gen-up$",3,"ned-up",0),RE("^ghostwrite$",1,"ten",0),RE("^get$",2,"otten",0),RE("^grind$",3,"ound",0),RE("^hacksaw",0,"n",0),RE("^hear",0,"d",0),RE("^hold$",3,"eld",0),RE("^hide$",1,"den",0),RE("^honey$",2,"ied",0),RE("^inbreed$",4,"red",0),RE("^indwell$",3,"elt",0),RE("^interbreed$",4,"red",0),RE("^interweave$",4,"oven",0),RE("^inweave$",4,"oven",0),RE("^ken$",2,"ent",0),RE("^kneel$",3,"elt",0),RE("^lie$",2,"ain",0),RE("^leap$",0,"t",0),RE("^learn$",0,"t",0),RE("^lead$",4,"led",0),RE("^leave$",4,"eft",0),RE("^light$",5,"lit",0),RE("^lose$",3,"ost",0),RE("^make$",3,"ade",0),RE("^mean",0,"t",0),RE("^meet$",4,"met",0),RE("^misbecome$",3,"ame",0),RE("^misdeal$",2,"alt",0),RE("^mishear$",1,"d",0),RE("^mislead$",4,"led",0),RE("^misunderstand$",3,"ood",0),RE("^outbreed$",4,"red",0),RE("^outrun$",3,"ran",0),RE("^outride$",1,"den",0),RE("^outshine$",3,"one",0),RE("^outshoot$",4,"hot",0),RE("^outstand$",3,"ood",0),RE("^outthink$",3,"ought",0),RE("^outgo$",2,"went",0),RE("^overbear$",3,"orne",0),RE("^overbuild$",3,"ilt",0),RE("^overcome$",3,"ame",0),RE("^overfly$",2,"lew",0),RE("^overhear$",2,"ard",0),RE("^overlie$",2,"ain",0),RE("^overrun$",3,"ran",0),RE("^override$",1,"den",0),RE("^overshoot$",4,"hot",0),RE("^overwind$",3,"ound",0),RE("^overwrite$",1,"ten",0),RE("^plead$",2,"d",0),RE("^rebuild$",3,"ilt",0),RE("^red$",3,"red",0),RE("^redo$",1,"one",0),RE("^remake$",3,"ade",0),RE("^resit$",3,"sat",0),RE("^rethink$",3,"ought",0),RE("^rewind$",3,"ound",0),RE("^rewrite$",1,"ten",0),RE("^ride$",1,"den",0),RE("^reeve$",4,"ove",0),RE("^sit$",3,"sat",0),RE("^shoe$",3,"hod",0),RE("^shine$",3,"one",0),RE("^shoot$",4,"hot",0),RE("^ski$",1,"i'd",0),RE("^slide$",1,"den",0),RE("^smite$",1,"ten",0),RE("^seek$",3,"ought",0),RE("^spit$",3,"pat",0),RE("^speed$",4,"ped",0),RE("^spellbind$",3,"ound",0),RE("^spoil$",2,"ilt",0),RE("^spotlight$",5,"lit",0),RE("^spin$",3,"pun",0),RE("^steal$",3,"olen",0),RE("^stand$",3,"ood",0),RE("^stave$",3,"ove",0),RE("^stride$",1,"den",0),RE("^strike$",3,"uck",0),RE("^stick$",3,"uck",0),RE("^swell$",3,"ollen",0),RE("^swim$",3,"wum",0),RE("^teach$",4,"aught",0),RE("^think$",3,"ought",0),RE("^tread$",3,"odden",0),RE("^typewrite$",1,"ten",0),RE("^unbind$",3,"ound",0),RE("^underbuy$",2,"ought",0),RE("^undergird$",3,"irt",0),RE("^undergo$",1,"one",0),RE("^underlie$",2,"ain",0),RE("^undershoot$",4,"hot",0),RE("^understand$",3,"ood",0),RE("^unfreeze$",4,"ozen",0),RE("^unlearn",0,"t",0),RE("^unmake$",3,"ade",0),RE("^unreeve$",4,"ove",0),RE("^unstick$",3,"uck",0),RE("^unteach$",4,"aught",0),RE("^unthink$",3,"ought",0),RE("^untread$",3,"odden",0),RE("^unwind$",3,"ound",0),RE("^upbuild$",1,"t",0),RE("^uphold$",3,"eld",0),RE("^upheave$",4,"ove",0),RE("^waylay$",2,"ain",0),RE("^whipsaw$",2,"awn",0),RE("^withhold$",3,"eld",0),RE("^withstand$",3,"ood",0),RE("^win$",3,"won",0),RE("^wind$",3,"ound",0),RE("^weave$",4,"oven",0),RE("^write$",1,"ten",0),RE("^trek$",1,"cked",0),RE("^ko$",1,"o'd",0),RE("^win$",2,"on",0),RE("e$",0,"d",1),RE("^"+VERBAL_PREFIX+"?(cast|thrust|typeset|cut|bid|upset|wet|bet|cut|hit|hurt|inset|let|cost|burst|beat|beset|set|upset|hit|offset|put|quit|wed|typeset|wed|spread|split|slit|read|run|rerun|shut|shed)$",0)],PAST_TENSE_RULES=[RE("^(reduce)$",0,"d",0),RE("e$",0,"d",1),RE("^"+VERBAL_PREFIX+"?[pls]ay$",1,"id",1),RE(CONS+"y$",1,"ied",1),RE("^(fling|cling|hang)$",3,"ung",0),RE("(([sfc][twlp]?r?|w?r)ing)$",3,"ang",1),RE("^"+VERBAL_PREFIX+"?(bend|spend|send|lend|spend)$",1,"t",0),RE("^"+VERBAL_PREFIX+"?lie$",2,"ay",0),RE("^"+VERBAL_PREFIX+"?(weep|sleep|sweep|creep|keep)$",2,"pt",0),RE("^"+VERBAL_PREFIX+"?(sell|tell)$",3,"old",0),RE("^"+VERBAL_PREFIX+"?do$",1,"id",0),RE("^"+VERBAL_PREFIX+"?dig$",2,"ug",0),RE("^behave$",0,"d",0),RE("^(have)$",2,"d",0),RE("(sink|drink)$",3,"ank",0),RE("^swing$",3,"ung",0),RE("^be$",2,"was",0),RE("^outfight$",4,"ought",0),RE("^tarmac",0,"ked",0),RE("^abide$",3,"ode",0),RE("^aby$",1,"ought",0),RE("^become$",3,"ame",0),RE("^begird$",3,"irt",0),RE("^outlie$",2,"ay",0),RE("^rebind$",3,"ound",0),RE("^shit$",3,"hat",0),RE("^bereave$",4,"eft",0),RE("^foreswear$",3,"ore",0),RE("^bename$",3,"empt",0),RE("^beseech$",4,"ought",0),RE("^bethink$",3,"ought",0),RE("^bleed$",4,"led",0),RE("^bog-down$",5,"ged-down",0),RE("^buy$",2,"ought",0),RE("^bind$",3,"ound",0),RE("^(.*)feed$",4,"fed",0),RE("^breed$",4,"red",0),RE("^brei$",2,"eid",0),RE("^bring$",3,"ought",0),RE("^build$",3,"ilt",0),RE("^come$",3,"ame",0),RE("^catch$",3,"ught",0),RE("^clothe$",5,"lad",0),RE("^crossbreed$",4,"red",0),RE("^deal$",2,"alt",0),RE("^dow$",1,"ught",0),RE("^dream$",2,"amt",0),RE("^dwell$",3,"elt",0),RE("^enwind$",3,"ound",0),RE("^feel$",3,"elt",0),RE("^flee$",3,"led",0),RE("^floodlight$",5,"lit",0),RE("^arise$",3,"ose",0),RE("^eat$",3,"ate",0),RE("^backbite$",4,"bit",0),RE("^backslide$",4,"lid",0),RE("^befall$",3,"ell",0),RE("^begin$",3,"gan",0),RE("^beget$",3,"got",0),RE("^behold$",3,"eld",0),RE("^bespeak$",3,"oke",0),RE("^bestride$",3,"ode",0),RE("^betake$",3,"ook",0),RE("^bite$",4,"bit",0),RE("^blow$",3,"lew",0),RE("^bear$",3,"ore",0),RE("^break$",3,"oke",0),RE("^choose$",4,"ose",0),RE("^cleave$",4,"ove",0),RE("^countersink$",3,"ank",0),RE("^drink$",3,"ank",0),RE("^draw$",3,"rew",0),RE("^drive$",3,"ove",0),RE("^fall$",3,"ell",0),RE("^fly$",2,"lew",0),RE("^flyblow$",3,"lew",0),RE("^forbid$",2,"ade",0),RE("^forbear$",3,"ore",0),RE("^foreknow$",3,"new",0),RE("^foresee$",3,"saw",0),RE("^forespeak$",3,"oke",0),RE("^forego$",2,"went",0),RE("^forgive$",3,"ave",0),RE("^forget$",3,"got",0),RE("^forsake$",3,"ook",0),RE("^forspeak$",3,"oke",0),RE("^forswear$",3,"ore",0),RE("^forgo$",2,"went",0),RE("^fight$",4,"ought",0),RE("^find$",3,"ound",0),RE("^freeze$",4,"oze",0),RE("^give$",3,"ave",0),RE("^geld$",3,"elt",0),RE("^gen-up$",3,"ned-up",0),RE("^ghostwrite$",3,"ote",0),RE("^get$",3,"got",0),RE("^grow$",3,"rew",0),RE("^grind$",3,"ound",0),RE("^hear$",2,"ard",0),RE("^hold$",3,"eld",0),RE("^hide$",4,"hid",0),RE("^honey$",2,"ied",0),RE("^inbreed$",4,"red",0),RE("^indwell$",3,"elt",0),RE("^interbreed$",4,"red",0),RE("^interweave$",4,"ove",0),RE("^inweave$",4,"ove",0),RE("^ken$",2,"ent",0),RE("^kneel$",3,"elt",0),RE("^^know$$",3,"new",0),RE("^leap$",2,"apt",0),RE("^learn$",2,"rnt",0),RE("^lead$",4,"led",0),RE("^leave$",4,"eft",0),RE("^light$",5,"lit",0),RE("^lose$",3,"ost",0),RE("^make$",3,"ade",0),RE("^mean$",2,"ant",0),RE("^meet$",4,"met",0),RE("^misbecome$",3,"ame",0),RE("^misdeal$",2,"alt",0),RE("^misgive$",3,"ave",0),RE("^mishear$",2,"ard",0),RE("^mislead$",4,"led",0),RE("^mistake$",3,"ook",0),RE("^misunderstand$",3,"ood",0),RE("^outbreed$",4,"red",0),RE("^outgrow$",3,"rew",0),RE("^outride$",3,"ode",0),RE("^outshine$",3,"one",0),RE("^outshoot$",4,"hot",0),RE("^outstand$",3,"ood",0),RE("^outthink$",3,"ought",0),RE("^outgo$",2,"went",0),RE("^outwear$",3,"ore",0),RE("^overblow$",3,"lew",0),RE("^overbear$",3,"ore",0),RE("^overbuild$",3,"ilt",0),RE("^overcome$",3,"ame",0),RE("^overdraw$",3,"rew",0),RE("^overdrive$",3,"ove",0),RE("^overfly$",2,"lew",0),RE("^overgrow$",3,"rew",0),RE("^overhear$",2,"ard",0),RE("^overpass$",3,"ast",0),RE("^override$",3,"ode",0),RE("^oversee$",3,"saw",0),RE("^overshoot$",4,"hot",0),RE("^overthrow$",3,"rew",0),RE("^overtake$",3,"ook",0),RE("^overwind$",3,"ound",0),RE("^overwrite$",3,"ote",0),RE("^partake$",3,"ook",0),RE("^"+VERBAL_PREFIX+"?run$",2,"an",0),RE("^ring$",3,"ang",0),RE("^rebuild$",3,"ilt",0),RE("^red",0),RE("^reave$",4,"eft",0),RE("^remake$",3,"ade",0),RE("^resit$",3,"sat",0),RE("^rethink$",3,"ought",0),RE("^retake$",3,"ook",0),RE("^rewind$",3,"ound",0),RE("^rewrite$",3,"ote",0),RE("^ride$",3,"ode",0),RE("^rise$",3,"ose",0),RE("^reeve$",4,"ove",0),RE("^sing$",3,"ang",0),RE("^sink$",3,"ank",0),RE("^sit$",3,"sat",0),RE("^see$",3,"saw",0),RE("^shoe$",3,"hod",0),RE("^shine$",3,"one",0),RE("^shake$",3,"ook",0),RE("^shoot$",4,"hot",0),RE("^shrink$",3,"ank",0),RE("^shrive$",3,"ove",0),RE("^sightsee$",3,"saw",0),RE("^ski$",1,"i'd",0),RE("^skydive$",3,"ove",0),RE("^slay$",3,"lew",0),RE("^slide$",4,"lid",0),RE("^slink$",3,"unk",0),RE("^smite$",4,"mit",0),RE("^seek$",3,"ought",0),RE("^spit$",3,"pat",0),RE("^speed$",4,"ped",0),RE("^spellbind$",3,"ound",0),RE("^spoil$",2,"ilt",0),RE("^speak$",3,"oke",0),RE("^spotlight$",5,"lit",0),RE("^spring$",3,"ang",0),RE("^spin$",3,"pun",0),RE("^stink$",3,"ank",0),RE("^steal$",3,"ole",0),RE("^stand$",3,"ood",0),RE("^stave$",3,"ove",0),RE("^stride$",3,"ode",0),RE("^strive$",3,"ove",0),RE("^strike$",3,"uck",0),RE("^stick$",3,"uck",0),RE("^swim$",3,"wam",0),RE("^swear$",3,"ore",0),RE("^teach$",4,"aught",0),RE("^think$",3,"ought",0),RE("^throw$",3,"rew",0),RE("^take$",3,"ook",0),RE("^tear$",3,"ore",0),RE("^transship$",4,"hip",0),RE("^tread$",4,"rod",0),RE("^typewrite$",3,"ote",0),RE("^unbind$",3,"ound",0),RE("^unclothe$",5,"lad",0),RE("^underbuy$",2,"ought",0),RE("^undergird$",3,"irt",0),RE("^undershoot$",4,"hot",0),RE("^understand$",3,"ood",0),RE("^undertake$",3,"ook",0),RE("^undergo$",2,"went",0),RE("^underwrite$",3,"ote",0),RE("^unfreeze$",4,"oze",0),RE("^unlearn$",2,"rnt",0),RE("^unmake$",3,"ade",0),RE("^unreeve$",4,"ove",0),RE("^unspeak$",3,"oke",0),RE("^unstick$",3,"uck",0),RE("^unswear$",3,"ore",0),RE("^unteach$",4,"aught",0),RE("^unthink$",3,"ought",0),RE("^untread$",4,"rod",0),RE("^unwind$",3,"ound",0),RE("^upbuild$",3,"ilt",0),RE("^uphold$",3,"eld",0),RE("^upheave$",4,"ove",0),RE("^uprise$",3,"ose",0),RE("^upspring$",3,"ang",0),RE("^go$",2,"went",0),RE("^wiredraw$",3,"rew",0),RE("^withdraw$",3,"rew",0),RE("^withhold$",3,"eld",0),RE("^withstand$",3,"ood",0),RE("^wake$",3,"oke",0),RE("^win$",3,"won",0),RE("^wear$",3,"ore",0),RE("^wind$",3,"ound",0),RE("^weave$",4,"ove",0),RE("^write$",3,"ote",0),RE("^trek$",1,"cked",0),RE("^ko$",1,"o'd",0),RE("^bid",2,"ade",0),RE("^win$",2,"on",0),RE("^swim",2,"am",0),RE("^"+VERBAL_PREFIX+"?(cast|thrust|typeset|cut|bid|upset|wet|bet|cut|hit|hurt|inset|let|cost|burst|beat|beset|set|upset|offset|put|quit|wed|typeset|wed|spread|split|slit|read|run|shut|shed|lay)$",0)],PRESENT_TENSE_RULES=[RE("^aby$",0,"es",0),RE("^bog-down$",5,"s-down",0),RE("^chivy$",1,"vies",0),RE("^gen-up$",3,"s-up",0),RE("^prologue$",3,"gs",0),RE("^picknic$",0,"ks",0),RE("^ko$",0,"'s",0),RE("[osz]$",0,"es",1),RE("^have$",2,"s",0),RE(CONS+"y$",1,"ies",1),RE("^be$",2,"is"),RE("([zsx]|ch|sh)$",0,"es",1)],VERB_CONS_DOUBLING=["abat","abet","abhor","abut","accur","acquit","adlib","admit","aerobat","aerosol","agendaset","allot","alot","anagram","annul","appal","apparel","armbar","aver","babysit","airdrop","appal","blackleg","bobsled","bur","chum","confab","counterplot","curet","dib","backdrop","backfil","backflip","backlog","backpedal","backslap","backstab","bag","balfun","ballot","ban","bar","barbel","bareleg","barrel","bat","bayonet","becom","bed","bedevil","bedwet","beenhop","befit","befog","beg","beget","begin","bejewel","bemedal","benefit","benum","beset","besot","bestir","bet","betassel","bevel","bewig","bib","bid","billet","bin","bip","bit","bitmap","blab","blag","blam","blan","blat","bles","blim","blip","blob","bloodlet","blot","blub","blur","bob","bodypop","bog","booby-trap","boobytrap","booksel","bootleg","bop","bot","bowel","bracket","brag","brig","brim","bud","buffet","bug","bullshit","bum","bun","bus","but","cab","cabal","cam","can","cancel","cap","caracol","caravan","carburet","carnap","carol","carpetbag","castanet","cat","catcal","catnap","cavil","chan","chanel","channel","chap","char","chargecap","chat","chin","chip","chir","chirrup","chisel","chop","chug","chur","clam","clap","clearcut","clip","clodhop","clog","clop","closet","clot","club","co-occur","co-program","co-refer","co-run","co-star","cob","cobweb","cod","coif","com","combat","comit","commit","compel","con","concur","confer","confiscat","control","cop","coquet","coral","corbel","corral","cosset","cotransmit","councel","council","counsel","court-martial","crab","cram","crap","crib","crop","crossleg","cub","cudgel","cum","cun","cup","cut","dab","dag","dam","dan","dap","daysit","de-control","de-gazet","de-hul","de-instal","de-mob","de-program","de-rig","de-skil","deadpan","debag","debar","log","decommit","decontrol","defer","defog","deg","degas","deinstal","demit","demob","demur","den","denet","depig","depip","depit","der","deskil","deter","devil","diagram","dial","dig","dim","din","dip","disbar","disbud","discomfit","disembed","disembowel","dishevel","disinter","dispel","disprefer","distil","dog","dognap","don","doorstep","dot","dowel","drag","drat","driftnet","distil","egotrip","enrol","enthral","extol","fulfil","gaffe","golliwog","idyl","inspan","drip","drivel","drop","drub","drug","drum","dub","duel","dun","dybbuk","earwig","eavesdrop","ecolabel","eitherspigot","electroblot","embed","emit","empanel","enamel","endlabel","endtrim","enrol","enthral","entrammel","entrap","enwrap","equal","equip","estop","exaggerat","excel","expel","extol","fag","fan","farewel","fat","featherbed","feget","fet","fib","fig","fin","fingerspel","fingertip","fit","flab","flag","flap","flip","flit","flog","flop","fob","focus","fog","footbal","footslog","fop","forbid","forget","format","fortunetel","fot","foxtrot","frag","freefal","fret","frig","frip","frog","frug","fuel","fufil","fulfil","fullyfit","fun","funnel","fur","furpul","gab","gad","gag","gam","gambol","gap","garot","garrot","gas","gat","gel","gen","get","giftwrap","gig","gimbal","gin","glam","glenden","glendin","globetrot","glug","glut","gob","goldpan","goostep","gossip","grab","gravel","grid","grin","grip","grit","groundhop","grovel","grub","gum","gun","gunrun","gut","gyp","haircut","ham","han","handbag","handicap","handknit","handset","hap","hareleg","hat","headbut","hedgehop","hem","hen","hiccup","highwal","hip","hit","hobnob","hog","hop","horsewhip","hostel","hot","hotdog","hovel","hug","hum","humbug","hup","hushkit","hut","illfit","imbed","immunblot","immunoblot","impannel","impel","imperil","incur","infer","infil","inflam","initial","input","inset","instil","inter","interbed","intercrop","intercut","interfer","instal","instil","intermit","japan","jug","kris","manumit","mishit","mousse","mud","interwar","jab","jag","jam","jar","jawdrop","jet","jetlag","jewel","jib","jig","jitterbug","job","jog","jog-trot","jot","jut","ken","kennel","kid","kidnap","kip","kissogram","kit","knap","kneecap","knit","knob","knot","kor","label","lag","lam","lap","lavel","leafcut","leapfrog","leg","lem","lep","let","level","libel","lid","lig","lip","lob","log","lok","lollop","longleg","lop","lowbal","lug","mackerel","mahom","man","map","mar","marshal","marvel","mat","matchwin","metal","micro-program","microplan","microprogram","milksop","mis-cal","mis-club","mis-spel","miscal","mishit","mislabel","mit","mob","mod","model","mohmam","monogram","mop","mothbal","mug","multilevel","mum","nab","nag","nan","nap","net","nightclub","nightsit","nip","nod","nonplus","norkop","nostril","not","nut","nutmeg","occur","ocur","offput","offset","omit","ommit","onlap","out-general","out-gun","out-jab","out-plan","out-pol","out-pul","out-put","out-run","out-sel","outbid","outcrop","outfit","outgas","outgun","outhit","outjab","outpol","output","outrun","outship","outshop","outsin","outstrip","outswel","outspan","overcrop","pettifog","photostat","pouf","preset","prim","pug","ret","rosin","outwit","over-commit","over-control","over-fil","over-fit","over-lap","over-model","over-pedal","over-pet","over-run","over-sel","over-step","over-tip","over-top","overbid","overcal","overcommit","overcontrol","overcrap","overdub","overfil","overhat","overhit","overlap","overman","overplot","overrun","overshop","overstep","overtip","overtop","overwet","overwil","pad","paintbal","pan","panel","paperclip","par","parallel","parcel","partiescal","pat","patrol","pedal","peewit","peg","pen","pencil","pep","permit","pet","petal","photoset","phototypeset","phut","picket","pig","pilot","pin","pinbal","pip","pipefit","pipet","pit","plan","plit","plod","plop","plot","plug","plumet","plummet","pod","policyset","polyfil","ponytrek","pop","pot","pram","prebag","predistil","predril","prefer","prefil","preinstal","prep","preplan","preprogram","prizewin","prod","profer","prog","program","prop","propel","pub","pummel","pun","pup","pushfit","put","quarel","quarrel","quickskim","quickstep","quickwit","quip","quit","quivertip","quiz","rabbit","rabit","radiolabel","rag","ram","ramrod","rap","rat","ratecap","ravel","re-admit","re-cal","re-cap","re-channel","re-dig","re-dril","re-emit","re-fil","re-fit","re-flag","re-format","re-fret","re-hab","re-instal","re-inter","re-lap","re-let","re-map","re-metal","re-model","re-pastel","re-plan","re-plot","re-plug","re-pot","re-program","re-refer","re-rig","re-rol","re-run","re-sel","re-set","re-skin","re-stal","re-submit","re-tel","re-top","re-transmit","re-trim","re-wrap","readmit","reallot","rebel","rebid","rebin","rebut","recap","rechannel","recommit","recrop","recur","recut","red","redril","refer","refit","reformat","refret","refuel","reget","regret","reinter","rejig","rekit","reknot","relabel","relet","rem","remap","remetal","remit","remodel","reoccur","rep","repel","repin","replan","replot","repol","repot","reprogram","rerun","reset","resignal","resit","reskil","resubmit","retransfer","retransmit","retro-fit","retrofit","rev","revel","revet","rewrap","rib","richochet","ricochet","rid","rig","rim","ringlet","rip","rit","rival","rivet","roadrun","rob","rocket","rod","roset","rot","rowel","rub","run","runnel","rut","sab","sad","sag","sandbag","sap","scab","scalpel","scam","scan","scar","scat","schlep","scrag","scram","shall","sled","smut","stet","sulfuret","trepan","unrip","unstop","whir","whop","wig","scrap","scrat","scrub","scrum","scud","scum","scur","semi-control","semi-skil","semi-skim","semiskil","sentinel","set","shag","sham","shed","shim","shin","ship","shir","shit","shlap","shop","shopfit","shortfal","shot","shovel","shred","shrinkwrap","shrivel","shrug","shun","shut","side-step","sideslip","sidestep","signal","sin","sinbin","sip","sit","skid","skim","skin","skip","skir","skrag","slab","slag","slam","slap","slim","slip","slit","slob","slog","slop","slot","slowclap","slug","slum","slur","smit","snag","snap","snip","snivel","snog","snorkel","snowcem","snub","snug","sob","sod","softpedal","son","sop","spam","span","spar","spat","spiderweb","spin","spiral","spit","splat","split","spot","sprag","spraygun","sprig","springtip","spud","spur","squat","squirrel","stab","stag","star","stem","sten","stencil","step","stir","stop","storytel","strap","strim","strip","strop","strug","strum","strut","stub","stud","stun","sub","subcrop","sublet","submit","subset","suedetrim","sum","summit","sun","suntan","sup","super-chil","superad","swab","swag","swan","swap","swat","swig","swim","swivel","swot","tab","tag","tan","tansfer","tap","tar","tassel","tat","tefer","teleshop","tendril","terschel","th'strip","thermal","thermostat","thin","throb","thrum","thud","thug","tightlip","tin","tinsel","tip","tittup","toecap","tog","tom","tomorrow","top","tot","total","towel","traget","trainspot","tram","trammel","transfer","tranship","transit","transmit","transship","trap","travel","trek","trendset","trim","trip","tripod","trod","trog","trot","trousseaushop","trowel","trup","tub","tug","tunnel","tup","tut","twat","twig","twin","twit","typeset","tyset","un-man","unban","unbar","unbob","uncap","unclip","uncompel","undam","under-bil","under-cut","under-fit","under-pin","under-skil","underbid","undercut","underlet","underman","underpin","unfit","unfulfil","unknot","unlip","unlywil","unman","unpad","unpeg","unpin","unplug","unravel","unrol","unscrol","unsnap","unstal","unstep","unstir","untap","unwrap","unzip","up","upset","upskil","upwel","ven","verbal","vet","victual","vignet","wad","wag","wainscot","wan","war","water-log","waterfal","waterfil","waterlog","weasel","web","wed","wet","wham","whet","whip","whir","whiteskin","whiz","whup","wildcat","win","windmil","wit","woodchop","woodcut","wor","worship","wrap","wiretap","yen","yak","yap","yarnspin","yip","yodel","zag","zap","zig","zig-zag","zigzag","zip","ztrip","hand-bag","hocus","hocus-pocus"],PAST_PARTICIPLE_RULESET={ +name:"PAST_PARTICIPLE",defaultRule:RE(ANY_STEM,0,"ed",2),rules:PAST_PARTICIPLE_RULES,doubling:!0},PRESENT_PARTICIPLE_RULESET={name:"ING_FORM",defaultRule:RE(ANY_STEM,0,"ing",2),rules:ING_FORM_RULES,doubling:!0},PAST_TENSE_RULESET={name:"PAST_TENSE",defaultRule:RE(ANY_STEM,0,"ed",2),rules:PAST_TENSE_RULES,doubling:!0},PRESENT_TENSE_RULESET={name:"PRESENT_TENSE",defaultRule:RE(ANY_STEM,0,"s",2),rules:PRESENT_TENSE_RULES,doubling:!1};RiTa.SILENT||isNode()||!console||console.log("[INFO] RiTaJS.version ["+RiTa.VERSION+"]");var LetterToSound=makeClass();LetterToSound.prototype={init:function(){this.warnedForNoLTS=!1,this.letterIndex={},this.fval_buff=[],this.stateMachine=null,this.numStates=0;for(var T=0;T0&&t.indexOf("1")===-1&&t.indexOf(" ")===-1){n=t.split("-"),t="";for(var e=0;e1&&(t=t.substring(0,t.length-1))}return t},_computePhones:function(T){var S,A,e,n,t,r,i,s=[],a=4;if(!T||!T.length||RiTa.isPunctuation(T))return null;if(!LetterToSound.RULES)return this.warnedForNoLTS||(this.warnedForNoLTS=!0,console.warn("[WARN] No LTS-rules found: for word features outside the lexicon, use a larger version of RiTa.")),null;if(T=T.toLowerCase(),isNum(T)){T=T.length>1?T.split(E):[T];for(var o=0;o9)throw Error("Attempt to pass multi-digit number to LTS: '"+T+"'");s.push(RiString._phones.digits[S])}return s}e="000#"+T.trim()+"#000",A=e.split(E);for(var h=0;h0}function trim(n){return strOk(n)?n.replace(/^\s\s*/,"").replace(/\s\s*$/,""):n}function last(n){return n&&n.length?n.charAt(n.length-1):E}function extend(n,a){for(var h=0;h-1}function escapeRegExp(n){return n.replace(/([.*+?^=!:${}()|\[\]\/\\])/g,"\\$1")}function get(n){if("undefined"!=typeof n)return{}.toString.call(n).match(/\s([a-zA-Z]+)/)[1].toLowerCase()}function tagForPENN(n){if(!n||!n.length)return EA;var a=is(n,S)?RiTa.tokenize(n):n;return PosTagger.tag(a)}function tagForWordNet(n){var a,h=tagForPENN(n);if(n&&h.length){for(var e=0;e-1)return!0;var e=categoryIRR.indexOf(n);return e%2===0}function _dict(){return{a:["ey1","dt"],abalone:["ae b-ah l-ow1 n-iy","nn"],abandon:["ah b-ae1-n d-ah-n","vb nn vbp"],abandoned:["ah b-ae1-n d-ah-n-d","vbn vbd jj"],abandoning:["ah b-ae1-n d-ah n-ih-ng","vbg"],abandonment:["ah b-ae1-n d-ah-n m-ah-n-t","nn"],abandons:["ah b-ae1-n d-ah-n-z","vbz"],abashed:["ah b-ae1-sh-t","jj"],abate:["ah b-ey1-t","vb"],abated:["ah b-ey1 t-ih-d","vbn vbd"],abatement:["ah b-ey1-t m-ah-n-t","nn"],abates:["ah b-ey1-t-s","vbz"],abating:["ah b-ey1 t-ih-ng","vbg"],abbey:["ae1 b-iy","nn"],abbot:["ae1 b-ah-t","nn"],abbreviated:["ah b-r-iy1 v-iy ey t-ah-d","jj"],abbreviation:["ah b-r-iy v-iy ey1 sh-ah-n","nn"],abdicate:["ae1-b d-ah k-ey-t","vbp vb"],abdomen:["ae-b d-ow1 m-ah-n","nn"],abdominal:["ae-b d-aa1 m-ah n-ah-l","jj"],abduct:["ae-b-d-ah1-k-t","vb"],abducted:["ae-b d-ah1-k t-ih-d","vbn nn"],abduction:["ae-b d-ah1-k sh-ah-n","nn"],aberrant:["ae b-eh1 r-ah-n-t","jj"],aberration:["ae b-er ey1 sh-ah-n","nn"],abet:["ah b-eh1-t","vb"],abetted:["ah b-eh1 t-ih-d","vbn vbd"],abetting:["ah b-eh1 t-ih-ng","vbg"],abeyance:["ah b-ey1 ah-n-s","nn"],abhor:["ae-b hh-ao1-r","vb"],abhorred:["ah-b hh-ao1-r-d","vbd"],abhorrent:["ae-b hh-ao1 r-ah-n-t","jj"],abide:["ah b-ay1-d","vb vbp"],abides:["ah b-ay1-d-z","vbz"],abiding:["ah b-ay1 d-ih-ng","jj"],ability:["ah b-ih1 l-ah t-iy","nn"],abject:["ae1-b jh-eh-k-t","jj"],ablaze:["ah b-l-ey1-z","jj rb"],able:["ey1 b-ah-l","jj"],abnormal:["ae-b n-ao1-r m-ah-l","jj"],abnormality:["ae-b n-ao-r m-ae1 l-ah t-iy","nn"],abnormally:["ae-b n-ao1-r m-ah l-iy","rb"],aboard:["ah b-ao1-r-d","in rb rp"],abode:["ah b-ow1-d","nn"],abolish:["ah b-aa1 l-ih-sh","vb"],abolished:["ah b-aa1 l-ih-sh-t","vbn vbd"],abolishing:["ah b-aa1 l-ih sh-ih-ng","vbg"],abolition:["ae b-ah l-ih1 sh-ah-n","nn"],abolitionist:["ae b-ah l-ih1 sh-ah n-ah-s-t","nn"],abominable:["ah b-aa1 m-ah n-ah b-ah-l","jj"],abomination:["ah b-aa m-ah n-ey1 sh-ah-n","nn"],aboriginal:["ae b-er ih1 jh-ah n-ah-l","jj"],aborigine:["ae b-er ih1 jh-ah n-iy","nn"],abort:["ah b-ao1-r-t","vb"],aborted:["ah b-ao1-r t-ih-d","jj vbd vbn"],aborting:["ah b-ao1-r t-ih-ng","vbg"],abortion:["ah b-ao1-r sh-ah-n","nn"],abortionist:["ah b-ao1-r sh-ah-n ih-s-t","nn"],abortive:["ah b-ao1-r t-ih-v","jj"],abound:["ah b-aw1-n-d","vbp vb"],abounded:["ah b-aw1-n d-ih-d","vbd"],abounding:["ah b-aw1-n d-ih-ng","vbg"],abounds:["ah b-aw1-n-d-z","vbz"],about:["ah b-aw1-t","in jj rb rp rbr"],above:["ah b-ah1-v","in jj rb"],aboveboard:["ah b-ah1-v b-ao-r-d","jj"],abrasive:["ah b-r-ey1 s-ih-v","jj nn"],abreast:["ah b-r-eh1-s-t","rb"],abridge:["ah-b-r-ih1-jh","vb"],abridged:["ah b-r-ih1-jh-d","vbn"],abroad:["ah b-r-ao1-d","rb"],abrogate:["ae1 b-r-ah g-ey-t","vb"],abrogated:["ae1 b-r-ah g-ey t-ih-d","vbn"],abrupt:["ah b-r-ah1-p-t","jj"],abruptly:["ah b-r-ah1-p-t l-iy","rb"],abruptness:["ah b-r-ah1-p-t n-ah-s","nn"],abscess:["ae1-b s-eh-s","nn"],absence:["ae1-b s-ah-n-s","nn"],absent:["ae1-b s-ah-n-t","jj vb"],absentee:["ae-b s-ah-n t-iy1","jj nn"],absolute:["ae1-b s-ah l-uw-t","jj nn"],absolutely:["ae-b s-ah l-uw1-t l-iy","rb"],absoluteness:["ae1-b s-ah l-uw-t n-ah-s","nn"],absolution:["ae-b s-ah l-uw1 sh-ah-n","nn"],absolve:["ah-b z-aa1-l-v","vb vbp"],absolved:["ah-b z-aa1-l-v-d","vbd"],absolving:["ah-b z-aa1-l v-ih-ng","vbg"],absorb:["ah-b z-ao1-r-b","vb vbp"],absorbed:["ah-b z-ao1-r-b-d","vbn jj vbd"],absorbency:["ah-b z-ao1-r b-ah-n s-iy","nn"],absorbent:["ah-b z-ao1-r b-ah-n-t","jj"],absorber:["ah-b z-ao1-r b-er","nn"],absorbing:["ah-b z-ao1-r b-ih-ng","vbg jj"],absorbs:["ah-b z-ao1-r-b-z","vbz"],absorption:["ah-b z-ao1-r-p sh-ah-n","nn"],abstain:["ah-b s-t-ey1-n","vb vbp"],abstained:["ah-b s-t-ey1-n-d","vbd"],abstaining:["ah-b s-t-ey1 n-ih-ng","vbg"],abstention:["ah-b s-t-eh1-n ch-ah-n","nn"],abstinence:["ae1-b s-t-ah n-ah-n-s","nn"],"abstract":["ae-b s-t-r-ae1-k-t","jj nn vb vbp"],abstracted:["ae1-b s-t-r-ae-k t-ih-d","jj vbd"],abstraction:["ae-b s-t-r-ae1-k sh-ah-n","nn"],abstruse:["ah-b s-t-r-uw1-s","jj"],absurd:["ah-b s-er1-d","jj"],absurdist:["ah-b s-er1 d-ih-s-t","jj nn"],absurdity:["ah-b s-er1 d-ah t-iy","nn"],absurdly:["ah-b s-er1-d l-iy","rb"],abundance:["ah b-ah1-n d-ah-n-s","nn"],abundant:["ah b-ah1-n d-ah-n-t","jj"],abundantly:["ah b-ah1-n d-ah-n-t l-iy","rb"],abuse:["ah b-y-uw1-s","nn vb vbp"],abused:["ah b-y-uw1-z-d","vbn jj vbd"],abuser:["ah b-y-uw1 z-er","nn"],abusing:["ah b-y-uw1 z-ih-ng","vbg"],abusive:["ah b-y-uw1 s-ih-v","jj"],abuzz:["ah b-ah1-z","jj"],abysmal:["ah b-ih1-z m-ah-l","jj"],abyss:["ah b-ih1-s","nn"],acacia:["ah k-ey1 sh-ah","nn"],academia:["ae k-ah d-iy1 m-iy ah","nn"],academic:["ae k-ah d-eh1 m-ih-k","jj nn"],academically:["ae k-ah d-eh1 m-ih-k l-iy","rb"],academician:["ae k-ah d-ah m-ih1 sh-ah-n","nn"],academy:["ah k-ae1 d-ah m-iy","nn"],accede:["ae-k s-iy1-d","vb"],acceded:["ae-k s-iy1 d-ih-d","vbd vbn"],accelerate:["ae-k s-eh1 l-er ey-t","vb vbp"],accelerated:["ae-k s-eh1 l-er ey t-ih-d","vbn jj vbd"],accelerates:["ae-k s-eh1 l-er ey-t-s","vbz"],accelerating:["ae-k s-eh1 l-er ey t-ih-ng","vbg jj"],acceleration:["ae-k s-eh l-er ey1 sh-ah-n","nn"],accelerator:["ae-k s-eh1 l-er ey t-er","nn"],accelerometer:["ae-k s-eh l-er aa1 m-ah t-er","nn"],accent:["ah-k s-eh1-n-t","nn vb"],accented:["ae1-k s-eh-n t-ih-d","vbn jj"],accentuate:["ae-k s-eh1-n ch-uw ey-t","vb"],accentuated:["ae-k s-eh1-n ch-ah-w ey t-ih-d","vbn vbd"],accept:["ae-k s-eh1-p-t","vb vbp"],acceptability:["ah-k s-eh-p t-ah b-ih1 l-ah t-iy","nn"],acceptable:["ae-k s-eh1-p t-ah b-ah-l","jj"],acceptance:["ae-k s-eh1-p t-ah-n-s","nn"],accepted:["ae-k s-eh1-p t-ih-d","vbn jj vbd"],accepting:["ae-k s-eh1-p t-ih-ng","vbg jj"],accepts:["ae-k s-eh1-p-t-s","vbz"],access:["ae1-k s-eh-s","nn vb"],accessed:["ae1-k s-eh-s-t","vbn"],accessibility:["ae-k s-eh s-ah b-ih1 l-ih t-iy","nn"],accessible:["ae-k s-eh1 s-ah b-ah-l","jj"],accessory:["ae-k s-eh1 s-er iy","nn jj"],accident:["ae1-k s-ah d-ah-n-t","nn"],accidental:["ae-k s-ah d-eh1-n t-ah-l","jj"],accidentally:["ae-k s-ah d-eh1-n t-ah l-iy","rb"],accidently:["ae1-k s-ah d-ah-n-t l-iy","rb"],acclaim:["ah k-l-ey1-m","nn vb"],acclaimed:["ah k-l-ey1-m-d","vbn vbd jj"],accolade:["ae1 k-ah l-ey-d","nn"],accommodate:["ah k-aa1 m-ah d-ey-t","vb vbp"],accommodated:["ah k-aa1 m-ah d-ey t-ah-d","vbn"],accommodates:["ah k-aa1 m-ah d-ey-t-s","vbz"],accommodating:["ah k-aa1 m-ah d-ey t-ih-ng","vbg"],accommodation:["ah k-aa m-ah d-ey1 sh-ah-n","nn"],accommodative:["ah k-aa1 m-ah d-ey t-ih-v","jj"],accompanied:["ah k-ah1-m p-ah n-iy-d","vbn vbd"],accompanies:["ah k-ah1-m p-ah n-iy-z","vbz"],accompaniment:["ah k-ah1-m-p n-ih m-ah-n-t","nn"],accompanist:["ah k-ah1-m p-ah n-ah-s-t","nn"],accompany:["ah k-ah1-m p-ah n-iy","vb vbp"],accompanying:["ah k-ah1-m p-ah n-iy ih-ng","vbg jj"],accompli:["aa k-aa1-m p-l-iy","nn"],accomplice:["ah k-aa1-m p-l-ah-s","nn"],accomplish:["ah k-aa1-m p-l-ih-sh","vb vbp"],accomplished:["ah k-aa1-m p-l-ih-sh-t","vbn jj vbd"],accomplishes:["ah k-aa1-m p-l-ih sh-ih-z","vbz"],accomplishing:["ah k-aa1-m p-l-ih sh-ih-ng","vbg"],accomplishment:["ah k-aa1-m p-l-ih-sh m-ah-n-t","nn"],accord:["ah k-ao1-r-d","nn vbp rb vb"],accordance:["ah k-ao1-r d-ah-n-s","nn"],accorded:["ah k-ao1-r d-ih-d","vbn vbd"],according:["ah k-ao1-r d-ih-ng","vbg"],accordingly:["ah k-ao1-r d-ih-ng l-iy","rb"],accordion:["ah k-ao1-r d-iy ah-n","nn"],accost:["ah-k-ao1-s-t","vb"],accosted:["ah k-aa1 s-t-ah-d","vbn vbd"],account:["ah k-aw1-n-t","nn vbp vb"],accountability:["ah k-aw1-n t-ah b-ih l-ih t-iy","nn"],accountable:["ah k-aw1-n t-ah b-ah-l","jj"],accountant:["ah k-aw1-n t-ah-n-t","nn"],accounted:["ah k-aw1-n t-ah-d","vbd vbn"],accounting:["ah k-aw1-n t-ih-ng","vbg"],accouterment:["ah k-uw1 t-er m-ah-n-t","nn"],accredit:["ah-k-r-eh1-d-ih-t","vb"],accreditation:["ah k-r-eh d-ah t-ey1 sh-ah-n","nn"],accredited:["ah k-r-eh1 d-ih t-ih-d","vbd vbn"],accrediting:["ah k-r-eh1 d-ah t-ih-ng","nn"],accretion:["ah k-r-iy1 sh-ah-n","nn"],accrual:["ah k-r-uw1 ah-l","nn"],accrue:["ah k-r-uw1","vb"],accrued:["ah k-r-uw1-d","vbn jj"],accrues:["ah k-r-uw1-z","vbz"],accruing:["ah k-r-uw1 ih-ng","vbg"],accumulate:["ah k-y-uw1 m-y-ah l-ey-t","vb vbp"],accumulated:["ah k-y-uw1 m-y-ah l-ey t-ih-d","vbn jj vbd"],accumulates:["ah k-y-uw1 m-y-ah l-ey-t-s","vbz"],accumulating:["ah k-y-uw1 m-y-ah l-ey t-ih-ng","vbg jj"],accumulation:["ah k-y-uw m-y-ah l-ey1 sh-ah-n","nn"],accuracy:["ae1 k-y-er ah s-iy","nn"],accurate:["ae1 k-y-er ah-t","jj"],accurately:["ae1 k-y-er ah-t l-iy","rb"],accusation:["ae k-y-ah z-ey1 sh-ah-n","nn"],accusatory:["ah k-y-uw1 z-ah t-ao r-iy","jj"],accuse:["ah k-y-uw1-z","vb vbp"],accused:["ah k-y-uw1-z-d","vbn vbd jj nn"],accuser:["ah k-y-uw1 z-er","nn"],accuses:["ah k-y-uw1 z-ih-z","vbz"],accusing:["ah k-y-uw1 z-ih-ng","vbg jj"],accusingly:["ah k-y-uw1 z-ih-ng l-iy","rb"],accustom:["ah-k-ah1-s-t-ah-m","vb"],accustomed:["ah k-ah1 s-t-ah-m-d","vbn jj"],ace:["ey1-s","nn"],acerbic:["ah s-eh1-r b-ih-k","jj"],acetate:["ae1 s-ah t-ey-t","nn"],acetone:["ae1 s-ah t-ow-n","nn"],acetylene:["ah s-eh1 t-ah l-iy-n","nn"],ache:["ey1-k","nn vb vbp"],achievable:["ah ch-iy1 v-ah b-ah-l","jj"],achieve:["ah ch-iy1-v","vb vbp"],achieved:["ah ch-iy1-v-d","vbn vbd jj"],achievement:["ah ch-iy1-v m-ah-n-t","nn"],achieves:["ah ch-iy1-v-z","vbz"],achieving:["ah ch-iy1 v-ih-ng","vbg"],aching:["ey1 k-ih-ng","vbg jj"],acid:["ae1 s-ah-d","nn jj"],acidified:["ah s-ih1 d-ah f-ay-d","vbn"],acidify:["ah-s-ih1-d-ah-f-ay","vb"],acidity:["ah s-ih1 d-ah t-iy","nn"],acidly:["ae1 s-ah-d l-iy","rb"],aciduria:["ae s-ah d-uh1 r-iy ah","nn"],acknowledge:["ae-k n-aa1 l-ih-jh","vbp vb"],acknowledged:["ae-k n-aa1 l-ih-jh-d","vbd vbn jj"],acknowledgement:["ae-k n-aa1 l-ih-jh m-ah-n-t","nn"],acknowledges:["ae-k n-aa1 l-ih jh-ih-z","vbz"],acknowledging:["ae-k n-aa1 l-ih jh-ih-ng","vbg"],acknowledgment:["ae-k n-aa1 l-ih-jh m-ah-n-t","nn"],acne:["ae1-k n-iy","nn"],acolyte:["ae1 k-ah l-ay-t","nn"],acorn:["ey1 k-ao-r-n","nn"],acoustic:["ah k-uw1 s-t-ih-k","jj"],acoustical:["ah k-uw1 s-t-ih k-ah-l","jj"],acoustically:["ah k-uw1 s-t-ih-k l-iy","rb"],acquaint:["ah k-w-ey1-n-t","vb"],acquaintance:["ah k-w-ey1-n t-ah-n-s","nn"],acquainted:["ah k-w-ey1-n t-ih-d","vbn"],acquiesce:["ae k-w-iy eh1-s","vb"],acquiesced:["ae k-w-iy eh1-s-t","vbd vbn"],acquiescence:["ae k-w-iy eh1 s-ah-n-s","nn"],acquire:["ah k-w-ay1 er","vb nn vbp"],acquired:["ah k-w-ay1 er-d","vbn jj vbd"],acquirer:["ah k-w-ay1 er er","nn"],acquires:["ah k-w-ay1 er-z","vbz"],acquiring:["ah k-w-ay1 r-ih-ng","vbg"],acquisition:["ae k-w-ah z-ih1 sh-ah-n","nn"],acquisitive:["ah k-w-ih1 z-ah t-ih-v","jj"],acquit:["ah k-w-ih1-t","vb"],acquittal:["ah k-w-ih1 t-ah-l","nn"],acquitted:["ah k-w-ih1 t-ah-d","vbn vbd"],acre:["ey1 k-er","nn"],acreage:["ey1 k-er ih-jh","nn"],acrimonious:["ae k-r-ah m-ow1 n-iy ah-s","jj"],acrimony:["ae1 k-r-ih m-ow n-iy","nn"],acrobat:["ae1 k-r-ah b-ae-t","nn"],acrobatic:["ae k-r-ah b-ae1 t-ih-k","jj"],acronym:["ae1 k-r-ah n-ih-m","nn"],across:["ah k-r-ao1-s","in rb rp"],acrylic:["ah k-r-ih1 l-ih-k","nn"],act:["ae1-k-t","nn vbp vb"],acted:["ae1-k t-ah-d","vbd vbn"],acting:["ae1-k t-ih-ng","vbg jj nn"],action:["ae1-k sh-ah-n","nn"],actionable:["ae1-k sh-ah-n ah b-ah-l","jj"],activate:["ae1-k t-ah v-ey-t","vbp vb"],activated:["ae1-k t-ah v-ey t-ah-d","vbn jj"],activating:["ae1-k t-ah v-ey t-ih-ng","vbg"],activation:["ae-k t-ah v-ey1 sh-ah-n","nn"],active:["ae1-k t-ih-v","jj nn"],actively:["ae1-k t-ih-v l-iy","rb"],activism:["ae1-k t-ih v-ih z-ah-m","nn"],activist:["ae1-k t-ah v-ah-s-t","nn jj"],activity:["ae-k t-ih1 v-ah t-iy","nn"],actor:["ae1-k t-er","nn"],actress:["ae1-k t-r-ah-s","nn"],actual:["ae1-k ch-ah w-ah-l","jj"],actuality:["ae-k ch-ah-w ae1 l-ah t-iy","nn"],actually:["ae1-k ch-ah-w ah l-iy","rb"],actuarial:["ae-k ch-ah-w eh1 r-iy ah-l","jj"],actuary:["ae1-k ch-ah-w eh r-iy","nn"],acumen:["ah k-y-uw1 m-ah-n","nn"],acupuncture:["ae1 k-y-uw p-ah-ng-k ch-er","nn"],acute:["ah k-y-uw1-t","jj nn"],acutely:["ah k-y-uw1-t l-iy","rb"],ad:["ae1-d","nn"],adage:["ae1 d-ah-jh","nn"],adagio:["ah d-aa1 zh-iy ow","nn rb"],adamant:["ae1 d-ah m-ah-n-t","jj"],adamantly:["ae1 d-ah m-ah-n-t l-iy","rb"],adapt:["ah d-ae1-p-t","vb vbp"],adaptability:["ah d-ae-p t-ah b-ih1 l-ah t-iy","nn"],adaptable:["ah d-ae1-p t-ah b-ah-l","jj"],adaptation:["ae d-ah-p t-ey1 sh-ah-n","nn"],adapted:["ah d-ae1-p t-ah-d","vbn vbd"],adapter:["ah d-ae1-p t-er","nn"],adapting:["ah d-ae1-p t-ih-ng","vbg"],adaptor:["ah d-ae1-p t-er","nn"],adapts:["ah d-ae1-p-t-s","vbz"],add:["ae1-d","vb vbp"],added:["ae1 d-ah-d","vbd jj vbn"],addict:["ah d-ih1-k-t","nn vb"],addicted:["ah d-ih1-k t-ah-d","vbn jj"],addiction:["ah d-ih1-k sh-ah-n","nn"],addictive:["ah d-ih1-k t-ih-v","jj"],adding:["ae1 d-ih-ng","vbg"],addition:["ah d-ih1 sh-ah-n","nn"],additional:["ah d-ih1 sh-ah n-ah-l","jj"],additionally:["ah d-ih1 sh-ah-n ah l-iy","rb"],additive:["ae1 d-ah t-ih-v","nn"],addle:["ae1-d-ah-l","vb"],addled:["ae1 d-ah-l-d","jj vbn"],address:["ae1 d-r-eh-s","nn vbp vb"],addressed:["ah d-r-eh1-s-t","vbn jj vbd"],addressee:["ae d-r-eh s-iy1","nn"],addressing:["ah d-r-eh1 s-ih-ng","vbg"],adds:["ae1-d-z","vbz"],adept:["ah d-eh1-p-t","jj"],adequacy:["ae1 d-ah k-w-ah s-iy","nn"],adequate:["ae1 d-ah k-w-ah-t","jj"],adequately:["ae1 d-ah k-w-ah-t l-iy","rb"],adhere:["ah-d hh-ih1-r","vb vbp"],adhered:["ae-d hh-ih1-r-d","vbn vbd"],adherence:["ah-d hh-ih1 r-ah-n-s","nn"],adherent:["ah-d hh-ih1 r-ah-n-t","jj nn"],adheres:["ah-d hh-ih1-r-z","vbz"],adhering:["ah-d hh-ih1 r-ih-ng","vbg"],adhesive:["ae-d hh-iy1 s-ih-v","jj nn"],adjacent:["ah jh-ey1 s-ah-n-t","jj"],adjective:["ae1 jh-ih-k t-ih-v","nn"],adjoin:["ah-jh-oy1-n","vb"],adjoining:["ah jh-oy1 n-ih-ng","vbg jj"],adjoins:["ah jh-oy1-n-z","vbz"],adjourn:["ah jh-er1-n","vb"],adjourned:["ah jh-er1-n-d","vbd vbn"],adjourning:["ah jh-er1 n-ih-ng","vbg"],adjournment:["ah jh-er1-n m-ah-n-t","nn"],adjourns:["ah jh-er1-n-z","vbz"],adjudge:["ah-jh-ah1-jh","vb"],adjudged:["ah jh-ah1-jh-d","vbn"],adjudicate:["ah jh-uw1 d-ih k-ey-t","vb"],adjudication:["ah jh-uw d-ah k-ey1 sh-ah-n","nn"],adjunct:["ae1 jh-ah-ng-k-t","nn jj"],adjust:["ah jh-ah1-s-t","vb vbp"],adjustable:["ah jh-ah1 s-t-ah b-ah-l","jj"],adjusted:["ah jh-ah1 s-t-ah-d","vbn jj vbd"],adjuster:["ah jh-ah1 s-t-er","nn"],adjusting:["ah jh-ah1 s-t-ih-ng","vbg"],adjustment:["ah jh-ah1-s-t m-ah-n-t","nn"],adjusts:["ah jh-ah1-s-t-s","vbz"],adman:["ae1-d m-ah-n","nn"],administer:["ah-d m-ih1 n-ah s-t-er","vb vbp"],administered:["ah-d m-ih1 n-ah s-t-er-d","vbn vbd"],administering:["ae-d m-ih1 n-ih s-t-er ih-ng","vbg"],administers:["ae-d m-ih1 n-ih s-t-er-z","vbz"],administrate:["ae-d m-ih1 n-ih s-t-r-ey-t","vb"],administration:["ae-d m-ih n-ih s-t-r-ey1 sh-ah-n","nn"],administrative:["ah-d m-ih1 n-ah s-t-r-ey t-ih-v","jj"],administratively:["ae-d m-ih n-ah s-t-r-ey1 t-ih-v l-iy","rb"],administrator:["ah-d m-ih1 n-ah s-t-r-ey t-er","nn"],admirable:["ae1-d m-er ah b-ah-l","jj"],admirably:["ae1-d m-er ah b-l-iy","rb"],admiral:["ae1-d m-er ah-l","nn"],admiralty:["ae1-d m-er ah-l t-iy","nn"],admiration:["ae-d m-er ey1 sh-ah-n","nn"],admire:["ae-d m-ay1-r","vb vbp"],admired:["ah-d m-ay1 er-d","vbd vbn jj"],admirer:["ae-d m-ay1 r-er","nn"],admires:["ae-d m-ay1-r-z","vbz"],admiring:["ae-d m-ay1 r-ih-ng","vbg"],admiringly:["ae-d m-ay1 r-ih-ng l-iy","rb"],admissible:["ah-d m-ih1 s-ah b-ah-l","jj"],admission:["ae-d m-ih1 sh-ah-n","nn"],admit:["ah-d m-ih1-t","vb vbp"],admittance:["ah-d m-ih1 t-ah-n-s","nn"],admitted:["ah-d m-ih1 t-ah-d","vbd vbn jj"],admittedly:["ae-d m-ih1 t-ih-d l-iy","rb"],admitting:["ae-d m-ih1 t-ih-ng","vbg"],admonish:["ae-d-m-aa1-n-ih-sh","vb"],admonished:["ah-d m-aa1 n-ih-sh-t","vbd"],admonishing:["ae-d m-aa1 n-ih sh-ih-ng","vbg"],admonition:["ae-d m-ah n-ih1 sh-ah-n","nn"],adobe:["ah d-ow1 b-iy","nn"],adolescence:["ae d-ah l-eh1 s-ah-n-s","nn"],adolescent:["ae d-ah l-eh1 s-ah-n-t","nn jj"],adopt:["ah d-aa1-p-t","vb vbp"],adoptable:["ah d-aa1-p t-ah b-ah-l","jj"],adopted:["ah d-aa1-p t-ah-d","vbn vbd jj"],adoptee:["ah d-aa1-p t-iy1","nn"],adopting:["ah d-aa1-p t-ih-ng","vbg"],adoption:["ah d-aa1-p sh-ah-n","nn"],adoptive:["ah d-aa1-p t-ih-v","jj"],adopts:["ah d-aa1-p-t-s","vbz"],adorable:["ah d-ao1 r-ah b-ah-l","jj"],adore:["ah d-ao1-r","vbp vb"],adored:["ah d-ao1-r-d","vbd vbn"],adores:["ah d-ao1-r-z","vbz"],adoring:["ah d-ao1 r-ih-ng","vbg"],adorn:["ah d-ao1-r-n","vb vbp"],adorned:["ah d-ao1-r-n-d","vbn vbd"],adorns:["ah d-ao1-r-n-z","vbz"],adrenal:["ah d-r-iy1 n-ah-l","jj nn"],adrenaline:["ah d-r-eh1 n-ah l-ah-n","nn"],adrift:["ah d-r-ih1-f-t","rb"],adroit:["ah d-r-oy1-t","jj"],adroitly:["ah d-r-oy1-t l-iy","rb"],adulation:["ae jh-ah l-ey1 sh-ah-n","nn"],adult:["ah d-ah1-l-t","nn jj"],adulterate:["ah-d-ah1-l-t-er-ey-t","vb"],adulterated:["ah d-ah1-l t-er ey t-ih-d","vbn jj"],adulterer:["ah d-ah1-l t-er er","nn"],adulterous:["ah d-ah1-l t-er ah-s","jj"],adultery:["ah d-ah1-l t-er iy","nn"],adulthood:["ah d-ah1-l-t hh-uh-d","nn"],advance:["ah-d v-ae1-n-s","nn jj vb vbp"],advanced:["ah-d v-ae1-n-s-t","vbd vbn jj"],advancement:["ah-d v-ae1-n-s m-ah-n-t","nn"],advancer:["ah-d v-ae1-n s-er","nn"],advancing:["ah-d v-ae1-n s-ih-ng","vbg jj"],advantage:["ae-d v-ae1-n t-ih-jh","nn vb"],advantageous:["ae-d v-ah-n t-ey1 jh-ah-s","jj"],advent:["ae1-d v-eh-n-t","nn"],adventure:["ae-d v-eh1-n ch-er","nn vb"],adventurer:["ae-d v-eh1-n ch-er er","nn"],adventuresome:["ae-d v-eh1-n ch-er s-ah-m","jj"],adventurous:["ae-d v-eh1-n ch-er ah-s","jj"],adverb:["ae1-d v-er-b","nn"],adverbial:["ae-d v-er1 b-iy ah-l","jj"],adversarial:["ae-d v-er s-eh1 r-iy ah-l","jj"],adversary:["ae1-d v-er s-eh r-iy","nn jj"],adverse:["ae-d v-er1-s","jj"],adversely:["ae-d v-er1-s l-iy","rb"],adversity:["ae-d v-er1 s-ih t-iy","nn"],advertise:["ae1-d v-er t-ay-z","vb vbp"],advertised:["ae1-d v-er t-ay-z-d","vbn jj vbd"],advertisement:["ah-d v-er1 t-ah-z m-ah-n-t","nn"],advertiser:["ae1-d v-er t-ay z-er","nn"],advertises:["ae1-d v-er t-ay z-ih-z","vbz"],advertising:["ae1-d v-er t-ay z-ih-ng","vbg"],advertorial:["ae-d v-er t-ao1 r-iy ah-l","jj"],advice:["ae-d v-ay1-s","nn"],advisable:["ah-d v-ay1 z-ah b-ah-l","jj"],advise:["ae-d v-ay1-z","vb vbp"],advised:["ae-d v-ay1-z-d","vbn vbd jj"],advisedly:["ae-d v-ay1 z-ah-d l-iy","rb"],advisement:["ah-d v-ay1-z m-ah-n-t","nn"],adviser:["ae-d v-ay1 z-er","nn"],advises:["ae-d v-ay1 z-ih-z","vbz"],advising:["ae-d v-ay1 z-ih-ng","vbg"],advisor:["ae-d v-ay1 z-er","nn"],advisory:["ae-d v-ay1 z-er iy","jj nn"],advocacy:["ae1-d v-ah k-ah s-iy","nn"],advocate:["ae1-d v-ah k-ah-t","nn vb vbp"],advocated:["ae1-d v-ah k-ey t-ah-d","vbn vbd"],advocating:["ae1-d v-ah k-ey t-ih-ng","vbg"],aegis:["iy1 jh-ah-s","nn"],aerial:["eh1 r-iy ah-l","jj"],aerobic:["eh r-ow1 b-ih-k","jj"],aerobics:["er ow1 b-ih-k-s","nn"],aerodynamic:["eh r-ow d-ay n-ae1 m-ih-k","jj"],aeronautical:["eh r-ow n-aa1 t-ah k-ah-l","jj"],aerosol:["eh1 r-ah s-aa-l","nn"],aerospace:["eh1 r-ow s-p-ey-s","nn jj"],aesthetic:["eh-s th-eh1 t-ih-k","jj nn"],aesthetically:["eh-s th-eh1 t-ih-k l-iy","rb"],afar:["ah f-aa1-r","rb"],affable:["ae1 f-ah b-ah-l","jj"],affair:["ah f-eh1-r","nn"],affect:["ah f-eh1-k-t","vb vbp nn"],affectation:["ae f-eh-k t-ey1 sh-ah-n","nn"],affected:["ah f-eh1-k t-ah-d","vbn jj vbd"],affecting:["ah f-eh1-k t-ih-ng","vbg"],affection:["ah f-eh1-k sh-ah-n","nn"],affectionate:["ah f-eh1-k sh-ah-n ah-t","jj"],affectionately:["ah f-eh1-k sh-ah-n ah-t l-iy","rb"],afferent:["ae1 f-er ah-n-t","jj"],affidavit:["ae f-ah d-ey1 v-ah-t","nn"],affiliate:["ah f-ih1 l-iy ey-t","nn vb"],affiliated:["ah f-ih1 l-iy ey t-ah-d","vbn jj"],affiliating:["ah f-ih1 l-iy ey t-ih-ng","vbg"],affiliation:["ah f-ih l-iy ey1 sh-ah-n","nn"],affinity:["ah f-ih1 n-ah t-iy","nn"],affirm:["ah f-er1-m","vb vbp"],affirmation:["ae f-er m-ey1 sh-ah-n","nn"],affirmative:["ah f-er1 m-ah t-ih-v","jj nn"],affirmed:["ah f-er1-m-d","vbd vbn"],affirming:["ah f-er1 m-ih-ng","vbg"],affirms:["ah f-er1-m-z","vbz"],affix:["ae1 f-ih-k-s","vb"],affixed:["ah f-ih1-k-s-t","vbn jj"],afflict:["ah f-l-ih1-k-t","vb"],afflicted:["ah f-l-ih1-k t-ah-d","vbn jj"],afflicting:["ah f-l-ih1-k t-ih-ng","vbg"],affliction:["ah f-l-ih1-k sh-ah-n","nn"],afflicts:["ah f-l-ih1-k-t-s","vbz"],affluence:["ae1 f-l-uw ah-n-s","nn"],affluent:["ae1 f-l-uw ah-n-t","jj nn"],afford:["ah f-ao1-r-d","vb vbp"],affordability:["ah f-ao-r d-ah b-ih1 l-ah t-iy","nn"],affordable:["ah f-ao1-r d-ah b-ah-l","jj"],afforded:["ah f-ao1-r d-ah-d","vbn vbd"],affording:["ah f-ao1-r d-ih-ng","vbg"],affords:["ah f-ao1-r-d-z","vbz"],affront:["ah f-r-ah1-n-t","nn vb"],affronted:["ah f-r-ah1-n t-ih-d","vbn"],afghan:["ae1-f g-ae-n","nn"],aficionado:["ah f-iy sh-y-ah n-aa1 d-ow","nn"],afield:["ah f-iy1-l-d","rb"],afire:["ah f-ay1-r","rb jj"],aflame:["ah f-l-ey1-m","jj"],afloat:["ah f-l-ow1-t","rb"],afoot:["ah f-uh1-t","rb jj"],aforementioned:["ah f-ao1-r m-eh-n sh-ah-n-d","jj"],afoul:["ah f-aw1-l","rb"],afraid:["ah f-r-ey1-d","jj"],afresh:["ah f-r-eh1-sh","rb"],aft:["ae1-f-t","jj nn rb"],after:["ae1-f t-er","in rb rp"],afterburner:["ae1-f t-er b-er n-er","nn"],aftereffect:["ae1-f t-er ah f-eh-k-t","nn"],afterglow:["ae1-f t-er g-l-ow","nn"],aftermarket:["ae1-f t-er m-aa-r k-ih-t","jj nn"],aftermath:["ae1-f t-er m-ae-th","nn"],afternoon:["ae-f t-er n-uw1-n","nn"],aftershock:["ae1-f t-er sh-aa-k","nn"],aftertax:["ae1-f t-er t-ae-k-s","jj nn"],afterthought:["ae1-f t-er th-aa-t","nn"],afterward:["ae1-f t-er w-er-d","rb"],afterwards:["ae1-f t-er w-er-d-z","rb"],again:["ah g-eh1-n","rb"],against:["ah g-eh1-n-s-t","in"],agate:["ae1 g-ah-t","nn"],age:["ey1-jh","nn vb vbp"],aged:["ey1-jh-d","vbn jj vbd"],ageless:["ey1-jh l-ah-s","jj"],agency:["ey1 jh-ah-n s-iy","nn"],agenda:["ah jh-eh1-n d-ah","nn"],agent:["ey1 jh-ah-n-t","nn"],agglomeration:["ah g-l-aa m-er ey1 sh-ah-n","nn"],aggrandize:["ah-g-r-ae1-n-d-ay-z","vb"],aggrandizing:["ae1 g-r-ah-n d-ay z-ih-ng","vbg"],aggravate:["ae1 g-r-ah v-ey-t","vbp vb"],aggravated:["ae1 g-r-ah v-ey t-ah-d","vbn vbd"],aggravates:["ae1 g-r-ah v-ey-t-s","vbz"],aggravating:["ae1 g-r-ah v-ey t-ih-ng","vbg jj"],aggregate:["ae1 g-r-ah g-ah-t","jj nn"],aggression:["ah g-r-eh1 sh-ah-n","nn"],aggressive:["ah g-r-eh1 s-ih-v","jj"],aggressively:["ah g-r-eh1 s-ih-v l-iy","rb"],aggressiveness:["ah g-r-eh1 s-ih-v n-ah-s","nn"],aggressor:["ah g-r-eh1 s-er","nn"],aggrieve:["ah-g-r-iy1-v","vb"],aggrieved:["ah g-r-iy1-v-d","vbn jj"],aghast:["ah g-ae1-s-t","jj"],agile:["ae1 jh-ah-l","jj"],agility:["ah jh-ih1 l-ah t-iy","nn"],aging:["ey1 jh-ih-ng","vbg jj nn"],agitate:["ae1 jh-ah t-ey-t","vb vbp"],agitated:["ae1 jh-ah t-ey t-ah-d","vbd vbn"],agitating:["ae1 jh-ah t-ey t-ih-ng","vbg"],agitation:["ae jh-ah t-ey1 sh-ah-n","nn"],agitator:["ae1 jh-ah t-ey t-er","nn"],agleam:["ah-g l-iy1-m","jj"],ago:["ah g-ow1","rb in"],agonize:["ae1 g-ah n-ay-z","vb vbp"],agonized:["ae1 g-ah n-ay-z-d","vbd jj"],agonizes:["ae1 g-ah n-ay z-ih-z","vbz"],agonizing:["ae1 g-ah n-ay z-ih-ng","jj"],agony:["ae1 g-ah n-iy","nn"],agrarian:["ah g-r-eh1 r-iy ah-n","jj nn"],agree:["ah g-r-iy1","vb vbp"],agreeable:["ah g-r-iy1 ah b-ah-l","jj"],agreed:["ah g-r-iy1-d","vbd vbn jj"],agreeing:["ah g-r-iy1 ih-ng","vbg"],agreement:["ah g-r-iy1 m-ah-n-t","nn"],agrees:["ah g-r-iy1-z","vbz"],agricultural:["ae g-r-ah k-ah1-l ch-er ah-l","jj"],agriculture:["ae1 g-r-ih k-ah-l ch-er","nn"],agronomist:["ah g-r-aa1 n-ah m-ih-s-t","nn"],aground:["ah g-r-aw1-n-d","rb"],ahead:["ah hh-eh1-d","rb jj"],ahs:["aa1-z","uh"],aid:["ey1-d","nn vb vbp"],aide:["ey1-d","nn"],aided:["ey1 d-ah-d","vbn vbd"],aiding:["ey1 d-ih-ng","vbg"],ail:["ey1-l","vb"],aileron:["ey1 l-er aa-n","nn"],ailing:["ey1 l-ih-ng","vbg jj"],ailment:["ey1-l m-ah-n-t","nn"],aim:["ey1-m","nn vbp vb"],aimed:["ey1-m-d","vbn vbd"],aiming:["ey1 m-ih-ng","vbg"],aimless:["ey1-m l-ah-s","jj"],aimlessly:["ey1-m l-ah-s l-iy","rb"],air:["eh1-r","nn vb"],airbag:["eh1-r b-ae-g","nn"],airborne:["eh1-r b-ao-r-n","jj"],aircraft:["eh1-r k-r-ae-f-t","nn"],aired:["eh1-r-d","vbn vbd"],airfare:["eh1-r f-eh-r","nn"],airfield:["eh1-r f-iy-l-d","nn"],airflow:["eh1-r f-l-ow","nn"],airframe:["eh1-r f-r-ey-m","nn"],airing:["eh1 r-ih-ng","vbg"],airless:["eh1-r l-ah-s","jj"],airlift:["eh1-r l-ih-f-t","nn vb"],airlifted:["eh1-r l-ih-f t-ih-d","vbn"],airlifting:["eh1-r l-ih-f t-ih-ng","vbg"],airline:["eh1-r l-ay-n","nn"],airliner:["eh1-r l-ay n-er","nn"],airmail:["eh1-r m-ey-l","nn"],airman:["eh1-r m-ah-n","nn"],airplane:["eh1-r p-l-ey-n","nn"],airport:["eh1-r p-ao-r-t","nn"],airspeed:["eh1-r s-p-iy-d","nn"],airstrip:["eh1-r s-t-r-ih-p","nn"],airtime:["eh1-r t-ay-m","nn"],airwave:["eh1-r w-ey-v","nn"],airway:["eh1-r w-ey","nn"],airworthiness:["eh1-r w-er dh-iy n-ah-s","nn"],airy:["eh1 r-iy","jj"],aisle:["ay1-l","nn"],ajar:["ah jh-aa1-r","rb"],akin:["ah k-ih1-n","jj rb"],alabaster:["ae1 l-ah b-ae s-t-er","jj"],alarm:["ah l-aa1-r-m","nn vb"],alarmed:["ah l-aa1-r-m-d","vbn jj"],alarming:["ah l-aa1-r m-ih-ng","jj vbg"],alarmingly:["ah l-aa1-r m-ih-ng l-iy","rb"],alarmist:["ah l-aa1-r m-ah-s-t","jj"],alas:["ah l-ae1-s","uh"],albatross:["ae1-l b-ah t-r-aa-s","nn"],albeit:["ao-l b-iy1 ih-t","in rb"],albino:["ae-l b-ay1 n-ow","nn"],album:["ae1-l b-ah-m","nn"],albumin:["ae-l b-y-uw1 m-ah-n","nn"],alchemy:["ae1-l k-ah m-iy","nn"],alcohol:["ae1-l k-ah hh-aa-l","nn"],alcoholic:["ae-l k-ah hh-aa1 l-ih-k","jj nn"],alcoholism:["ae1-l k-ah hh-ao l-ih z-ah-m","nn"],alcove:["ae1-l k-ow-v","nn"],alderman:["ao1-l d-er m-ah-n","nn"],ale:["ey1-l","nn"],alert:["ah l-er1-t","jj vbp nn vb"],alerted:["ah l-er1 t-ih-d","vbd vbn"],alerting:["ah l-er1 t-ih-ng","vbg"],alertness:["ah l-er1-t n-ah-s","nn"],alfalfa:["ae-l f-ae1-l f-ah","nn"],algae:["ae1-l jh-iy","nn"],algebra:["ae1-l jh-ah b-r-ah","nn"],algebraic:["ae-l jh-ah b-r-ey1 ih-k","jj"],algebraically:["ae-l jh-ah b-r-ey1 ih-k l-iy","rb"],algorithm:["ae1-l g-er ih dh-ah-m","nn"],alias:["ey1 l-iy ah-s","nn"],alibi:["ae1 l-ah b-ay","nn"],alien:["ey1 l-iy ah-n","jj nn"],alienate:["ey1 l-y-ah n-ey-t","vb"],alienated:["ey1 l-iy ah n-ey t-ah-d","vbn vbd"],alienates:["ey1 l-iy ah n-ey-t-s","vbz"],alienating:["ey1 l-iy ah n-ey t-ih-ng","vbg jj"],alienation:["ey l-iy ah n-ey1 sh-ah-n","nn"],alight:["ah l-ay1-t","jj vb"],align:["ah l-ay1-n","vb vbp"],aligned:["ah l-ay1-n-d","vbn jj"],alignment:["ah l-ay1-n m-ah-n-t","nn"],alike:["ah l-ay1-k","rb jj"],alimony:["ae1 l-ah m-ow n-iy","nn"],alive:["ah l-ay1-v","jj rb"],alkali:["ae1-l k-ah l-ay","nn"],alkaline:["ae1-l k-ah l-ay-n","jj"],alkaloid:["ae1-l k-ah l-oy-d","nn"],all:["ao1-l","dt rb pdt"],allay:["ah l-ey1","vb"],allayed:["ah l-ey1-d","vbn"],allaying:["ah l-ey1 ih-ng","vbg"],allegation:["ae l-ah g-ey1 sh-ah-n","nn"],allege:["ah l-eh1-jh","vbp vb"],alleged:["ah l-eh1-jh-d","vbn jj vbd"],allegedly:["ah l-eh1 jh-ah-d l-iy","rb"],allegiance:["ah l-iy1 jh-ah-n-s","nn"],alleging:["ah l-eh1 jh-ih-ng","vbg"],allegorical:["ae l-ah g-ao1 r-ah k-ah-l","jj"],allegory:["ae1 l-ah g-ao r-iy","nn"],allegro:["ah l-eh1 g-r-ow","jj"],allergic:["ah l-er1 jh-ih-k","jj"],allergy:["ae1 l-er jh-iy","nn"],alleviate:["ah l-iy1 v-iy ey-t","vb vbp"],alleviates:["ah l-iy1 v-iy ey-t-s","vbz"],alleviating:["ah l-iy1 v-iy ey t-ih-ng","vbg"],alley:["ae1 l-iy","nn"],alleyway:["ae1 l-iy w-ey","nn"],alliance:["ah l-ay1 ah-n-s","nn"],allied:["ah l-ay1-d","vbn jj vbd"],alligator:["ae1 l-ah g-ey t-er","nn"],alliterative:["ah l-ih1 t-er ah t-ih-v","jj"],allocate:["ae1 l-ah k-ey-t","vb vbp"],allocated:["ae1 l-ah k-ey t-ih-d","vbn vbd"],allocates:["ae1 l-ah k-ey-t-s","vbz"],allocating:["ae1 l-ah k-ey t-ih-ng","vbg"],allocation:["ae l-ah k-ey1 sh-ah-n","nn"],allocator:["ae1 l-ah k-ey t-er","nn"],allot:["ah l-aa1-t","vb"],alloted:["ah l-aa1 t-ih-d","vbn"],allotment:["ah l-aa1-t m-ah-n-t","nn"],allotted:["ah l-aa1 t-ih-d","vbn vbd"],allotting:["ah l-aa1 t-ih-ng","vbg"],allow:["ah l-aw1","vb vbp"],allowable:["ah l-aw1 ah b-ah-l","jj"],allowance:["ah l-aw1 ah-n-s","nn"],allowed:["ah l-aw1-d","vbn jj vb vbd"],allowing:["ah l-aw1 ih-ng","vbg"],allows:["ah l-aw1-z","vbz"],alloy:["ae1 l-oy","nn"],alltime:["ao1-l t-ay-m","nn"],allude:["ah-l-uw1-d","vb"],alluded:["ah l-uw1 d-ah-d","vbd vbn"],alludes:["ah l-uw1-d-z","vbz"],alluding:["ah l-uw1 d-ih-ng","vbg"],allure:["ah l-uh1-r","nn"],alluring:["ah l-uh1 r-ih-ng","jj"],allusion:["ah l-uw1 zh-ah-n","nn"],alluvial:["ae l-uw1 v-iy ah-l","jj"],ally:["ae1 l-ay","nn vb"],allying:["ae1 l-ay ih-ng","vbg"],alma:["ae1-l m-ah","jj nn"],almanac:["ao1-l m-ah n-ae-k","nn"],almond:["aa1 m-ah-n-d","nn"],almost:["ao1-l m-ow-s-t","rb jj"],aloft:["ah l-ao1-f-t","rb"],alone:["ah l-ow1-n","rb jj"],along:["ah l-ao1-ng","in rb rp"],alongside:["ah l-ao1-ng s-ay1-d","in rb"],aloof:["ah l-uw1-f","jj rb"],aloofness:["ah l-uw1-f n-ah-s","nn"],aloud:["ah l-aw1-d","rb"],alpha:["ae1-l f-ah","jj nn"],alphabet:["ae1-l f-ah b-eh-t","nn"],alphabetic:["ae-l f-ah b-eh1 t-ih-k","jj"],alphabetical:["ae-l f-ah b-eh1 t-ih k-ah-l","jj"],alphabetically:["ae-l f-ah b-eh1 t-ih-k l-iy","rb"],already:["ao-l r-eh1 d-iy","rb"],also:["ao1-l s-ow","rb ."],altar:["ao1-l t-er","nn"],alter:["ao1-l t-er","vb vbp jj"],alteration:["ao-l t-er ey1 sh-ah-n","nn"],altercation:["aa-l t-er k-ey1 sh-ah-n","nn"],altered:["ao1-l t-er-d","vbn jj vbd"],altering:["ao1-l t-er ih-ng","vbg"],alternate:["ao1-l t-er n-ah-t","jj vbp nn vb"],alternated:["ao1-l t-er n-ey t-ah-d","vbd vbn"],alternately:["ao1-l t-er n-ah-t l-iy","rb"],alternating:["ao1-l t-er n-ey t-ih-ng","vbg"],alternative:["ao-l t-er1 n-ah t-ih-v","nn jj"],alternatively:["ao-l t-er1 n-ah t-ih-v l-iy","rb"],alters:["ao1-l t-er-z","vbz"],although:["ao-l dh-ow1","in"],altitude:["ae1-l t-ah t-uw-d","nn"],altogether:["ao-l t-ah g-eh1 dh-er","rb"],altruism:["ae1-l t-r-uw ih z-ah-m","nn"], +altruistic:["ao-l t-r-uw ih1 s-t-ih-k","jj"],alum:["ae1 l-ah-m","nn"],aluminum:["ah l-uw1 m-ah n-ah-m","nn jj"],alumnus:["ah l-ah1-m n-ah-s","nn"],always:["ao1-l w-ey-z","rb"],am:["ae1-m","vbp rb"],amalgam:["ah m-ae1-l g-ah-m","nn"],amalgamate:["ah-m-ae1-l-g-ah-m-ey-t","vb"],amalgamated:["ah m-ae1-l g-ah m-ey t-ih-d","vbn"],amalgamation:["ah m-ae-l g-ah m-ey1 sh-ah-n","nn"],amass:["ah m-ae1-s","vb vbp"],amassed:["ah m-ae1-s-t","vbn vbd"],amassing:["ah m-ae1 s-ih-ng","vbg"],amateur:["ae1 m-ah t-er","nn jj"],amateurish:["ae1 m-ah ch-er ih-sh","jj"],amaze:["ah m-ey1-z","vb vbp"],amazed:["ah m-ey1-z-d","vbn vbd jj"],amazement:["ah m-ey1-z m-ah-n-t","nn"],amazing:["ah m-ey1 z-ih-ng","jj"],amazingly:["ah m-ey1 z-ih-ng l-iy","rb"],amazon:["ae1 m-ah z-aa-n","nn"],ambassador:["ae-m b-ae1 s-ah d-er","nn"],amber:["ae1-m b-er","jj nn"],ambiance:["ae1-m b-iy ah-n-s","nn"],ambidextrous:["ae-m b-ah d-eh1-k-s t-r-ah-s","jj"],ambiguity:["ae-m b-ih g-y-uw1 ah t-iy","nn"],ambiguous:["ae-m b-ih1 g-y-uw ah-s","jj"],ambition:["ae-m b-ih1 sh-ah-n","nn"],ambitious:["ae-m b-ih1 sh-ah-s","jj"],ambitiously:["ae-m b-ih1 sh-ah-s l-iy","rb"],ambivalence:["ae-m b-ih1 v-ah l-ah-n-s","nn"],ambivalent:["ae-m b-ih1 v-ah l-ah-n-t","jj"],amble:["ae1-m b-ah-l","vb"],ambled:["ae1-m b-ah-l-d","vbd"],ambling:["ae1-m b-ah-l ih-ng","vbg"],ambrosial:["ae-m b-r-ow1 zh-ah-l","jj"],ambulance:["ae1-m b-y-ah l-ah-n-s","nn"],ambulatory:["ae1-m b-y-ah l-ah t-ao r-iy","jj"],ambush:["ae1-m b-uh-sh","nn vb"],ambushed:["ae1-m b-uh-sh-t","vbd vbn"],amelioration:["ah m-iy l-y-er ey1 sh-ah-n","nn"],amen:["ey m-eh1-n","uh"],amenable:["ah m-eh1 n-ah b-ah-l","jj"],amend:["ah m-eh1-n-d","vb vbp"],amended:["ah m-eh1-n d-ah-d","vbn vbd"],amending:["ah m-eh1-n d-ih-ng","vbg"],amendment:["ah m-eh1-n-d m-ah-n-t","nn"],amenity:["ah m-eh1 n-ah t-iy","nn"],amiable:["ey1 m-iy ah b-ah-l","jj"],amicable:["ae1 m-ih k-ah b-ah-l","jj"],amicably:["ae1 m-ih k-ah b-l-iy","rb"],amicus:["ah m-iy1 k-ah-s","nn"],amid:["ah m-ih1-d","in"],amidst:["ah m-ih1-d-s-t","in"],amiss:["ah m-ih1-s","jj"],amity:["ae1 m-ih t-iy","nn"],ammo:["ae1 m-ow","nn"],ammonia:["ah m-ow1 n-y-ah","nn"],ammonium:["ah m-ow1 n-iy ah-m","nn"],ammunition:["ae m-y-ah n-ih1 sh-ah-n","nn"],amnesty:["ae1-m n-ah s-t-iy","nn"],amniotic:["ae1-m n-iy ao t-ih-k","jj"],amok:["ah m-ah1-k","rb"],among:["ah m-ah1-ng","in"],amongst:["ah m-ah1-ng-s-t","in"],amoral:["ey m-ao1 r-ah-l","jj"],amorist:["ae1 m-er ah-s-t","nn"],amorous:["ae1 m-er ah-s","jj"],amorphous:["ah m-ao1-r f-ah-s","jj"],amortize:["ae1 m-er t-ay-z","vb"],amortized:["ae1 m-er t-ay-z-d","vbn"],amortizing:["ae1 m-er t-ay z-ih-ng","jj vbg"],amount:["ah m-aw1-n-t","nn vb vbp"],amounted:["ah m-aw1-n t-ih-d","vbd vbn"],amounting:["ah m-aw1-n t-ih-ng","vbg"],amphetamine:["ae-m f-eh1 t-ah m-iy-n","nn"],amphibious:["ae-m f-ih1 b-iy ah-s","jj"],amphitheater:["ae1-m f-ah th-iy ah t-er","nn"],ample:["ae1-m p-ah-l","jj"],amplification:["ae-m p-l-ah f-ah k-ey1 sh-ah-n","nn"],amplified:["ae1-m p-l-ah f-ay-d","vbn"],amplifier:["ae1-m p-l-ah f-ay er","nn"],amplifies:["ae1-m p-l-ah f-ay-z","vbz"],amplify:["ae1-m p-l-ah f-ay","vb"],amplifying:["ae1-m p-l-ah f-ay ih-ng","vbg"],amplitude:["ae1-m p-l-ah t-uw-d","nn"],amply:["ae1-m p-l-iy","rb"],amputate:["ae1-m-p-y-ah-t-ey-t","vb"],amputated:["ae1-m p-y-ah t-ey t-ih-d","vbn"],amputation:["ae-m p-y-ah t-ey1 sh-ah-n","nn"],amulet:["ae1 m-y-ah l-ah-t","nn"],amuse:["ah m-y-uw1-z","vb vbp"],amused:["ah m-y-uw1-z-d","vbn jj vbd"],amusement:["ah m-y-uw1-z m-ah-n-t","nn"],amusing:["ah m-y-uw1 z-ih-ng","jj"],amusingly:["ah m-y-uw1 z-ih-ng l-iy","rb"],an:["ae1-n","dt cc jj"],anachronism:["ah n-ae1 k-r-ah n-ih z-ah-m","nn"],anachronistic:["ah n-ae k-r-ah n-ih1 s-t-ih-k","jj"],anaconda:["ae n-ah k-aa1-n d-ah","nn"],anaerobic:["ae n-er ow1 b-ih-k","jj"],anaesthesia:["ae n-ah-s th-iy1 zh-ah","nn"],anagram:["ae1 n-ah g-r-ae-m","nn"],analgesic:["ae n-ah-l jh-iy1 s-ih-k","jj nn"],analog:["ae1 n-ah l-ao-g","nn jj"],analogous:["ah n-ae1 l-ah g-ah-s","jj"],analogue:["ae1 n-ah l-ao-g","nn"],analogy:["ah n-ae1 l-ah jh-iy","nn"],analyse:["ah n-ae1 l-ah-z","vb"],analysis:["ah n-ae1 l-ah s-ah-s","nn"],analyst:["ae1 n-ah l-ah-s-t","nn"],analytic:["ae n-ah l-ih1 t-ih-k","jj nn"],analytical:["ae n-ah l-ih1 t-ih k-ah-l","jj"],analytically:["ae n-ah l-ih1 t-ih-k l-iy","rb"],analyticity:["ae n-ah l-ah t-ih1 s-ah t-iy","nn"],analyzable:["ae1 n-ah l-ay z-ah b-ah-l","jj"],analyze:["ae1 n-ah l-ay-z","vb vbp"],analyzed:["ae1 n-ah l-ay-z-d","vbn vbd"],analyzer:["ae1 n-ah l-ay z-er","nn"],analyzes:["ae1 n-ah l-ay z-ih-z","vbz"],analyzing:["ae1 n-ah l-ay z-ih-ng","vbg"],anarchic:["ae n-aa1-r k-ih-k","jj"],anarchical:["ae n-aa1-r k-ah k-ah-l","jj"],anarchist:["ae1 n-er k-ah-s-t","nn"],anarchy:["ae1 n-er k-iy","nn"],anathema:["ah n-ae1 th-ah m-ah","nn"],anatomical:["ae n-ah t-aa1 m-ah k-ah-l","jj nn"],anatomically:["ae n-ah t-aa1 m-ah-k l-iy","rb"],anatomy:["ah n-ae1 t-ah m-iy","nn"],ancestor:["ae1-n s-eh s-t-er","nn"],ancestral:["ae-n s-eh1-s t-r-ah-l","jj"],ancestry:["ae1-n s-eh-s t-r-iy","nn"],anchor:["ae1-ng k-er","nn vbp vb"],anchorage:["ae1-ng k-er ah-jh","nn"],anchored:["ae1-ng k-er-d","vbn vbd jj"],anchoring:["ae1-ng k-er ih-ng","vbg"],anchovy:["ae-n ch-ow1 v-iy","nn"],ancient:["ey1-n ch-ah-n-t","jj nn"],ancillary:["ae1-n s-ah l-eh r-iy","jj"],and:["ae1-n-d","cc"],anecdotal:["ae n-ah-k d-ow1 t-ah-l","jj"],anecdote:["ae1 n-ah-k d-ow-t","nn"],anemia:["ah n-iy1 m-iy ah","nn"],anemic:["ah n-iy1 m-ih-k","jj"],anesthetic:["ae n-ah-s th-eh1 t-ih-k","nn"],anew:["ah n-uw1","rb"],angel:["ey1-n jh-ah-l","nn"],angelfish:["ey1-n jh-ah-l f-ih-sh","nn"],angelic:["ae-n jh-eh1 l-ih-k","jj"],angelica:["ae-n jh-eh1 l-ih k-ah","nn"],anger:["ae1-ng g-er","nn vb vbp"],angered:["ae1-ng g-er-d","vbn jj vbd"],angering:["ae1-ng g-er ih-ng","vbg"],angers:["ae1-ng g-er-z","vbz"],angina:["ae-n jh-ay1 n-ah","nn"],angle:["ae1-ng g-ah-l","nn vb"],angler:["ae1-ng g-l-er","nn"],angling:["ae1-ng g-l-ih-ng","vbg"],angora:["ae-ng g-ao1 r-ah","nn"],angrily:["ae1-ng g-r-ah l-iy","rb"],angry:["ae1-ng g-r-iy","jj"],angst:["aa1-ng-k-s-t","nn"],anguish:["ae1-ng g-w-ih-sh","nn"],anguished:["ae1-ng g-w-ih-sh-t","jj"],angular:["ae1-ng g-y-ah l-er","jj"],animal:["ae1 n-ah m-ah-l","nn jj"],animate:["ae1 n-ah m-ah-t","jj vb"],animated:["ae1 n-ah m-ey t-ah-d","jj vbd vbn"],animates:["ae1 n-ah m-ah-t-s","vbz"],animation:["ae n-ah m-ey1 sh-ah-n","nn"],animism:["ae1 n-ah m-ih z-ah-m","nn"],animosity:["ae n-ah m-aa1 s-ah t-iy","nn"],anise:["ae1 n-ah-s","nn"],ankle:["ae1-ng k-ah-l","nn"],annals:["ae1 n-ah-l-z","nn"],annex:["ae1 n-eh-k-s","nn vb"],annexation:["ae n-eh-k s-ey1 sh-ah-n","nn"],annexed:["ae1 n-eh-k-s-t","vbd"],annihilate:["ah n-ay1 ah l-ey-t","vb"],annihilation:["ah n-ay ah l-ey1 sh-ah-n","nn"],anniversary:["ae n-ah v-er1 s-er iy","nn"],annotate:["ae1-n-ah-t-ey-t","vb"],annotated:["ae n-ah t-ey1 t-ih-d","vbn"],announce:["ah n-aw1-n-s","vb vbp"],announced:["ah n-aw1-n-s-t","vbd vbn jj"],announcement:["ah n-aw1-n s-m-ah-n-t","nn"],announcer:["ah n-aw1-n s-er","nn"],announces:["ah n-aw1-n s-ih-z","vbz"],announcing:["ah n-aw1-n s-ih-ng","vbg"],announcment:["ah n-aw1-n s-m-ah-n-t","nn"],annoy:["ah n-oy1","vb vbp"],annoyance:["ah n-oy1 ah-n-s","nn"],annoyed:["ah n-oy1-d","vbn vbd jj"],annoying:["ah n-oy1 ih-ng","jj nn"],annoys:["ah n-oy1-z","vbz"],annual:["ae1 n-y-uw ah-l","jj nn vb"],annualize:["ae1-n-y-uw-w-ah-l-ay-z","vb"],annualized:["ae1 n-y-uw w-ah l-ay-z-d","vbn vbd jj"],annually:["ae1 n-y-uw ah l-iy","rb"],annuity:["ah n-uw1 ah t-iy","nn"],annul:["ae1-n-ah-l","vb"],annulled:["ae1 n-ah-l-d","vbd"],annum:["ae1 n-ah-m","nn"],anode:["ae1 n-ow-d","nn"],anomalous:["ah n-aa1 m-ah l-ah-s","jj"],anomaly:["ah n-aa1 m-ah l-iy","nn"],anonymity:["ae n-ah n-ih1 m-ih t-iy","nn"],anonymous:["ah n-aa1 n-ah m-ah-s","jj"],anonymously:["ah n-aa1 n-ah m-ah-s l-iy","rb"],anorexia:["ae n-er eh1-k s-iy ah","nn"],another:["ah n-ah1 dh-er","dt jj nn"],answer:["ae1-n s-er","nn vb vbp"],answerable:["ae1-n s-er ah b-ah-l","jj"],answered:["ae1-n s-er-d","vbd vbn"],answering:["ae1-n s-er ih-ng","vbg"],ant:["ae1-n-t","nn"],antacid:["ae-n t-ae1 s-ah-d","nn"],antagonism:["ae-n t-ae1 g-ah n-ih z-ah-m","nn"],antagonist:["ae-n t-ae1 g-ah n-ah-s-t","nn"],antagonistic:["ae-n t-ae g-ah n-ih1 s-t-ih-k","jj"],antagonize:["ae-n t-ae1 g-ah n-ay-z","vb vbp"],ante:["ae1-n t-iy","nn vb"],anteater:["ae1-n-t iy t-er","nn"],antebellum:["ae-n t-ih b-eh1 l-ah-m","jj"],antecedent:["ae-n t-ih s-iy1 d-ah-n-t","nn"],antelope:["ae1-n t-ah l-ow-p","nn"],antenna:["ae-n t-eh1 n-ah","nn"],anterior:["ae-n t-ih1 r-iy er","jj"],anthem:["ae1-n th-ah-m","nn"],anthology:["ae-n th-aa1 l-ah jh-iy","nn"],anthrax:["ae1-n th-r-ae-k-s","nn"],anthropological:["ae-n th-r-ah p-ah l-aa1 jh-ah k-ah-l","jj"],anthropologist:["ae-n th-r-ah p-aa1 l-ah jh-ah-s-t","nn"],anthropology:["ae-n th-r-ah p-aa1 l-ah jh-iy","nn"],anthropomorphic:["ae-n th-r-ah p-ah m-ao1-r f-ih-k","jj"],antibacterial:["ae-n t-iy b-ae-k t-ih1 r-iy ah-l","jj"],antibiotic:["ae-n t-iy b-iy aa1 t-ih-k","nn jj"],antibody:["ae1-n t-ih b-aa d-iy","nn"],antic:["ae1-n t-ih-k","jj"],anticipate:["ae-n t-ih1 s-ah p-ey-t","vb vbp"],anticipated:["ae-n t-ih1 s-ah p-ey t-ah-d","vbn jj vbd"],anticipates:["ae-n t-ih1 s-ah p-ey-t-s","vbz"],anticipating:["ae-n t-ih1 s-ah p-ey t-ih-ng","vbg"],anticipation:["ae-n t-ih s-ah p-ey1 sh-ah-n","nn"],anticipatory:["ae-n t-ih1 s-ah p-ah t-ao r-iy","jj"],antidepressant:["ae-n t-iy d-ih p-r-eh1 s-ah-n-t","nn"],antidote:["ae1-n t-ih d-ow-t","nn"],antifreeze:["ae1-n t-iy f-r-iy-z","nn"],antigen:["ae1-n t-ah jh-ah-n","nn"],antihistamine:["ae-n t-iy hh-ih1 s-t-ah m-ah-n","nn"],antipathy:["ae-n t-ih1 p-ah th-iy","nn"],antiquated:["ae1-n t-ah k-w-ey t-ah-d","jj"],antique:["ae-n t-iy1-k","jj nn"],antiquity:["ae-n t-ih1 k-w-ah t-iy","nn"],antiseptic:["ae-n t-ah s-eh1-p t-ih-k","jj nn"],antisocial:["ae-n t-ih s-ow1 sh-ah-l","jj"],antithesis:["ae-n t-ih1 th-ah s-ah-s","nn"],antithetical:["ae-n t-ah th-eh1 t-ih k-ah-l","jj"],antiviral:["ae-n t-iy v-ay1 r-ah-l","jj nn"],antsy:["ae1-n-t s-iy","jj rb"],anvil:["ae1-n v-ah-l","nn"],anxiety:["ae-ng z-ay1 ah t-iy","nn"],anxious:["ae1-ng-k sh-ah-s","jj"],anxiously:["ae1-ng-k sh-ah-s l-iy","rb"],any:["eh1 n-iy","dt rb"],anybody:["eh1 n-iy b-ah d-iy","nn"],anyhow:["eh1 n-iy hh-aw","rb"],anymore:["eh n-iy m-ao1-r","rb"],anyone:["eh1 n-iy w-ah-n","nn"],anyplace:["eh1 n-iy p-l-ey-s","rb"],anything:["eh1 n-iy th-ih-ng","nn"],anytime:["eh1 n-iy t-ay-m","rb"],anyway:["eh1 n-iy w-ey","rb"],anyways:["eh1 n-iy w-ey-z","uh"],anywhere:["eh1 n-iy w-eh-r","rb"],aorta:["ey ao1-r t-ah","nn"],apace:["ah p-ey1-s","rb"],apart:["ah p-aa1-r-t","rb rp jj"],apartheid:["ah p-aa1-r-t ay-t","nn"],apartment:["ah p-aa1-r-t m-ah-n-t","nn"],apathetic:["ae p-ah th-eh1 t-ih-k","jj"],apathy:["ae1 p-ah th-iy","nn"],ape:["ey1-p","nn vb"],aperture:["ae1 p-er ch-er","nn"],apex:["ey1 p-eh-k-s","nn"],aphorism:["ae1 f-er ih z-ah-m","nn"],apiece:["ah p-iy1-s","rb jj"],aping:["ey1 p-ih-ng","vbg"],aplenty:["ah p-l-eh1-n t-iy","jj rb"],aplomb:["ah p-l-aa1-m","nn"],apocalypse:["ah p-aa1 k-ah l-ih-p-s","nn"],apocalyptic:["ah p-aa k-ah l-ih1-p t-ih-k","jj"],apocryphal:["ah p-aa1 k-r-ah f-ah-l","jj"],apogee:["ae1 p-ah jh-iy","nn"],apologetic:["ah p-aa l-ah jh-eh1 t-ih-k","jj"],apologetically:["ah p-aa l-ah jh-eh1 t-ih-k l-iy","rb"],apologist:["ah p-aa1 l-ah jh-ah-s-t","nn"],apologize:["ah p-aa1 l-ah jh-ay-z","vb"],apologized:["ah p-aa1 l-ah jh-ay-z-d","vbd vbn"],apologizes:["ah p-aa1 l-ah jh-ay z-ih-z","vbz"],apologizing:["ah p-aa1 l-ah jh-ay z-ih-ng","vbg"],apology:["ah p-aa1 l-ah jh-iy","nn"],apoplectic:["ae p-ah p-l-eh1-k t-ih-k","jj"],apostle:["ah p-aa1 s-ah-l","nn"],apothecary:["ah p-aa1 th-ah k-eh r-iy","nn"],apotheosis:["ah p-aa th-iy ow1 s-ah-s","nn"],appall:["ah-p-ao1-l","vb"],appalled:["ah p-ao1-l-d","vbn jj"],appalling:["ah p-ao1 l-ih-ng","jj"],appallingly:["ah p-ao1 l-ih-ng l-iy","rb"],appalls:["ah p-ao1-l-z","vbz"],apparatus:["ae p-er ae1 t-ah-s","nn"],apparel:["ah p-ae1 r-ah-l","nn vb"],apparent:["ah p-eh1 r-ah-n-t","jj nn"],apparently:["ah p-eh1 r-ah-n-t l-iy","rb"],apparition:["ae p-er ih1 sh-ah-n","nn"],appeal:["ah p-iy1-l","nn vbp vb"],appealed:["ah p-iy1-l-d","vbd vbn"],appealing:["ah p-iy1 l-ih-ng","jj vbg"],appear:["ah p-ih1-r","vb vbp"],appearance:["ah p-ih1 r-ah-n-s","nn"],appeared:["ah p-ih1-r-d","vbd vbn"],appearing:["ah p-ih1 r-ih-ng","vbg"],appease:["ah p-iy1-z","vb"],appeased:["ah p-iy1-z-d","vbn vbd"],appeasement:["ah p-iy1-z m-ah-n-t","nn"],appeasing:["ah p-iy1 z-ih-ng","nn"],appellate:["ah p-eh1 l-ih-t","jj nn"],append:["ah p-eh1-n-d","vb"],appendage:["ah p-eh1-n d-ih jh-ih","nn"],appended:["ah p-eh1-n d-ih-d","vbn"],appetite:["ae1 p-ah t-ay-t","nn"],appetizer:["ae1 p-ah t-ay z-er","nn"],appetizing:["ae1 p-ih t-ay z-ih-ng","jj"],applaud:["ah p-l-ao1-d","vbp vb"],applauded:["ah p-l-ao1 d-ah-d","vbd vbn"],applauding:["ah p-l-ao1 d-ih-ng","vbg"],applauds:["ah p-l-ao1-d-z","vbz"],applause:["ah p-l-ao1-z","nn"],apple:["ae1 p-ah-l","nn"],appliance:["ah p-l-ay1 ah-n-s","nn"],applicability:["ae p-l-ah k-ah b-ih1 l-ah t-iy","nn"],applicable:["ae1 p-l-ah k-ah b-ah-l","jj"],applicant:["ae1 p-l-ih k-ah-n-t","nn"],application:["ae p-l-ah k-ey1 sh-ah-n","nn"],applicator:["ae1 p-l-ah k-ey t-er","nn"],applied:["ah p-l-ay1-d","vbn vbd jj"],applies:["ah p-l-ay1-z","vbz"],apply:["ah p-l-ay1","vb vbp"],applying:["ah p-l-ay1 ih-ng","vbg"],appoint:["ah p-oy1-n-t","vb"],appointed:["ah p-oy1-n t-ah-d","vbn jj vbd"],appointee:["ah p-oy-n t-iy1","nn"],appointing:["ah p-oy1-n t-ih-ng","vbg"],appointment:["ah p-oy1-n-t m-ah-n-t","nn"],appoints:["ah p-oy1-n-t-s","vbz"],apportion:["ah p-ao1-r sh-ah-n","vb"],apportioned:["ah p-ao1-r sh-ah-n-d","vbn"],apportionment:["ah p-ao1-r sh-ah-n m-ah-n-t","nn"],appraisal:["ah p-r-ey1 z-ah-l","nn"],appraise:["ah p-r-ey1-z","vb"],appraised:["ah p-r-ey1-z-d","vbn"],appraiser:["ah p-r-ey1 z-er","nn"],appraising:["ah p-r-ey1 z-ih-ng","vbg"],appreciable:["ah p-r-iy1 sh-ah b-ah-l","jj"],appreciably:["ah p-r-iy1 sh-ah b-l-iy","rb"],appreciate:["ah p-r-iy1 sh-iy ey-t","vb vbp"],appreciated:["ah p-r-iy1 sh-iy ey t-ih-d","vbn vbd jj"],appreciates:["ah p-r-iy1 sh-iy ey-t-s","vbz"],appreciating:["ah p-r-iy1 sh-iy ey t-ih-ng","vbg"],appreciation:["ah p-r-iy sh-iy ey1 sh-ah-n","nn"],appreciative:["ah p-r-iy1 sh-iy ey t-ih-v","jj"],appreciatively:["ah p-r-iy1 sh-iy ey t-ih-v l-iy","rb"],apprehend:["ae p-r-ih hh-eh1-n-d","vb"],apprehended:["ae p-r-ih hh-eh1-n d-ah-d","vbn"],apprehension:["ae p-r-ih hh-eh1-n sh-ah-n","nn"],apprehensive:["ae p-r-ih hh-eh1-n s-ih-v","jj"],apprentice:["ah p-r-eh1-n t-ah-s","nn vb"],apprenticed:["ah p-r-eh1-n t-ah-s-t","vbn"],apprenticeship:["ah p-r-eh1-n t-ah-s sh-ih-p","nn"],apprise:["ah-p-r-ay1-z","vb"],apprised:["ah p-r-ay1-z-d","vbn"],approach:["ah p-r-ow1-ch","nn vb vbp"],approachable:["ah p-r-ow1 ch-ah b-ah-l","jj"],approached:["ah p-r-ow1-ch-t","vbd vbn"],approaching:["ah p-r-ow1 ch-ih-ng","vbg"],appropriate:["ah p-r-ow1 p-r-iy ah-t","jj vbp vb"],appropriated:["ah p-r-ow1 p-r-iy ey t-ih-d","vbn vbd"],appropriately:["ah p-r-ow1 p-r-iy ih-t l-iy","rb"],appropriateness:["ah p-r-ow1 p-r-iy ah-t n-ah-s","nn"],appropriates:["ah p-r-ow1 p-r-iy ey-t-s","vbz"],appropriating:["ah p-r-ow1 p-r-iy ey t-ih-ng","vbg"],appropriation:["ah p-r-ow p-r-iy ey1 sh-ah-n","nn"],appropriator:["ah p-r-ow1 p-r-iy ey t-er","nn"],approval:["ah p-r-uw1 v-ah-l","nn"],approve:["ah p-r-uw1-v","vb vbp"],approved:["ah p-r-uw1-v-d","vbd vbn jj"],approves:["ah p-r-uw1-v-z","vbz"],approving:["ah p-r-uw1 v-ih-ng","vbg"],approvingly:["ah p-r-uw1 v-ih-ng l-iy","rb"],approximate:["ah p-r-aa1-k s-ah m-ah-t","jj vbp nn vb"],approximated:["ah p-r-aa1-k s-ah m-ey t-ah-d","vbn jj vbd"],approximately:["ah p-r-aa1-k s-ah m-ah-t l-iy","rb jj"],approximates:["ah p-r-aa1-k s-ah m-ah-t-s","vbz"],approximation:["ah p-r-aa-k s-ah m-ey1 sh-ah-n","nn"],apricot:["ey1 p-r-ah k-aa-t","nn"],april:["ey1 p-r-ah-l","nn"],apron:["ey1 p-r-ah-n","nn"],apt:["ae1-p-t","jj"],aptitude:["ae1-p t-ah t-uw-d","nn"],aquamarine:["aa k-w-ah m-er iy1-n","nn"],aquarium:["ah k-w-eh1 r-iy ah-m","nn"],aquatic:["ah k-w-aa1 t-ih-k","jj"],aqueduct:["ae1 k-w-ah d-ah-k-t","nn"],aqueous:["ey1 k-w-iy ah-s","jj"],aquifer:["ae1 k-w-ah f-er","nn"],arabic:["ae1 r-ah b-ih-k","jj"],arable:["eh1 r-ah b-ah-l","jj"],arbiter:["aa1-r b-ih t-er","nn"],arbitrage:["aa1-r b-ih t-r-aa-zh","nn"],arbitrarily:["aa1-r b-ih t-r-eh r-ah l-iy","rb"],arbitrary:["aa1-r b-ah t-r-eh r-iy","jj"],arbitrate:["aa1-r b-ah t-r-ey-t","vb"],arbitrated:["aa1-r b-ah t-r-ey t-ih-d","vbn"],arbitrates:["aa1-r b-ih t-r-ey-t-s","vbz"],arbitrating:["aa1-r b-ah t-r-ey t-ih-ng","vbg"],arbitration:["aa-r b-ih t-r-ey1 sh-ah-n","nn"],arbitrator:["aa1-r b-ih t-r-ey t-er","nn"],arboreal:["aa-r b-ao1 r-iy ah-l","jj"],arc:["aa1-r-k","nn vb"],arcade:["aa-r k-ey1-d","nn"],arcane:["aa-r k-ey1-n","jj"],arch:["aa1-r-ch","nn vb vbp"],archaeological:["aa-r k-iy ah l-aa1 jh-ih k-ah-l","jj"],archaeologist:["aa-r k-iy aa1 l-ah jh-ih-s-t","nn"],archaeology:["aa-r k-iy aa1 l-ah jh-iy","nn"],archaic:["aa-r k-ey1 ih-k","jj"],archbishop:["aa1-r-ch b-ih1 sh-ah-p","nn"],archdiocese:["aa1-r-ch d-ay1 ah s-ah-s","nn"],arched:["aa1-r-ch-t","jj vbd vbn"],archenemy:["aa1-r ch-eh1 n-ah m-iy","nn"],archeological:["aa-r k-iy ah l-aa1 jh-ih k-ah-l","jj"],archery:["aa1-r ch-er iy","nn"],archetype:["aa1-r k-ih t-ay-p","nn"],arching:["aa1-r ch-ih-ng","vbg"],archipelago:["aa-r k-ah p-eh1 l-ah g-ow","nn"],architect:["aa1-r k-ah t-eh-k-t","nn"],architectural:["aa-r k-ah t-eh1-k ch-er ah-l","jj"],architecturally:["aa-r k-ih t-eh1-k ch-er ah l-iy","rb"],architecture:["aa1-r k-ah t-eh-k ch-er","nn"],archival:["aa-r k-ay1 v-ah-l","jj"],archive:["aa1-r k-ay-v","nn"],archivist:["aa1-r k-ah v-ih-s-t","nn"],archrival:["aa1-r-ch r-ay v-ah-l","jj nn"],arctic:["aa1-r-k t-ih-k","jj"],ardent:["aa1-r d-ah-n-t","jj"],ardently:["aa1-r d-ah-n-t l-iy","rb"],ardor:["aa1-r d-er","nn"],arduous:["aa1-r jh-uw ah-s","jj"],are:["aa1-r","vbp"],"aren't":["aa1-r-ah-n-t","vbp"],area:["eh1 r-iy ah","nn"],arena:["er iy1 n-ah","nn"],argon:["aa1-r g-aa-n","nn"],argot:["aa1-r g-ah-t","nn"],arguably:["aa1-r g-y-uw ah b-l-iy","rb"],argue:["aa1-r g-y-uw","vbp vb"],argued:["aa1-r g-y-uw-d","vbd vbn"],argues:["aa1-r g-y-uw-z","vbz"],arguing:["aa1-r g-y-uw ih-ng","vbg"],argument:["aa1-r g-y-ah m-ah-n-t","nn"],aria:["aa1 r-iy ah","nn"],arid:["ae1 r-ah-d","jj"],arise:["er ay1-z","vb vbp"],arisen:["er ih1 z-ah-n","vbn"],arises:["er ay1 z-ah-z","vbz"],arising:["er ay1 z-ih-ng","vbg"],aristocracy:["eh r-ah s-t-aa1 k-r-ah s-iy","nn"],aristocrat:["er ih1 s-t-ah k-r-ae-t","nn"],aristocratic:["er ih s-t-ah k-r-ae1 t-ih-k","jj"],arithmetic:["eh r-ih-th m-eh1 t-ih-k","nn"],arm:["aa1-r-m","nn vb"],armadillo:["aa-r m-ah d-ih1 l-ow","nn"],armament:["aa1-r m-ah m-ah-n-t","nn"],armchair:["aa1-r-m ch-eh-r","nn jj"],armed:["aa1-r-m-d","vbn jj"],arming:["aa1-r m-ih-ng","nn"],armistice:["aa1-r m-ah s-t-ah-s","nn"],armor:["aa1-r m-er","nn vb"],armored:["aa1-r m-er-d","jj vbn"],armory:["aa1-r m-er iy","nn"],armpit:["aa1-r-m p-ih-t","nn"],army:["aa1-r m-iy","nn"],aroma:["er ow1 m-ah","nn"],aromatic:["eh r-ah m-ae1 t-ih-k","jj"],arose:["er ow1-z","vbd"],around:["er aw1-n-d","in rb rp"],arousal:["er aw1 z-ah-l","jj"],arouse:["er aw1-z","vb vbp"],aroused:["er aw1-z-d","vbn vbd"],arouses:["er aw1 z-ih-z","vbz"],arousing:["er aw1 z-ih-ng","vbg"],arraign:["er-ey1-n","vb"],arraigned:["er ey1-n-d","vbd vbn"],arrange:["er ey1-n-jh","vb vbp"],arranged:["er ey1-n-jh-d","vbn vbd"],arrangement:["er ey1-n-jh m-ah-n-t","nn"],arranges:["er ey1-n jh-ih-z","vbz"],arranging:["er ey1-n jh-ih-ng","vbg"],array:["er ey1","nn vb"],arrayed:["er ey1-d","vbn"],arrearage:["er iy1 r-ih-jh","nn"],arrears:["er ih1-r-z","nn"],arrest:["er eh1-s-t","nn vbp vb"],arrested:["er eh1 s-t-ah-d","vbn vbd"],arresting:["er eh1 s-t-ih-ng","vbg jj"],arrival:["er ay1 v-ah-l","nn"],arrive:["er ay1-v","vb vbp"],arrived:["er ay1-v-d","vbd vbn"],arrives:["er ay1-v-z","vbz"],arriving:["er ay1 v-ih-ng","vbg"],arrogance:["eh1 r-ah g-ah-n-s","nn"],arrogant:["eh1 r-ah g-ah-n-t","jj"],arrogantly:["eh1 r-ah g-ah-n-t l-iy","rb"],arrogate:["ae1 r-ow g-ey-t","vb"],arrow:["ae1 r-ow","nn"],arrowhead:["ae1 r-ow hh-eh-d","nn"],arroyo:["er oy1 ow","nn"],arsenal:["aa1-r s-ah n-ah-l","nn"],arsenic:["aa1-r s-ah n-ih-k","nn"],arsenide:["aa1-r s-ah n-ay-d","nn"],arson:["aa1-r s-ah-n","nn"],arsonist:["aa1-r s-ah n-ah-s-t","nn"],art:["aa1-r-t","nn"],arterial:["aa-r t-ih1 r-iy ah-l","jj"],arteriosclerosis:["aa-r t-ih r-iy ow s-k-l-er ow1 s-ah-s","nn"],artery:["aa1-r t-er iy","nn"],artful:["aa1-r-t f-ah-l","jj"],artfully:["aa1-r-t f-ah l-iy","rb"],arthritic:["aa-r th-r-ih1 t-ih-k","jj"],arthritis:["aa-r-th r-ay1 t-ah-s","nn"],artichoke:["aa1-r t-ah ch-ow-k","nn"],article:["aa1-r t-ah k-ah-l","nn"],articulate:["aa-r t-ih1 k-y-ah l-ey-t","jj vb"],articulated:["aa-r t-ih1 k-y-ah l-ey t-ah-d","vbn"],articulation:["aa-r t-ih k-y-ah l-ey1 sh-ah-n","nn"],artifact:["aa1-r t-ah f-ae-k-t","nn"],artifice:["aa1-r t-ah f-ih-s","nn"],artificial:["aa-r t-ah f-ih1 sh-ah-l","jj nn"],artificially:["aa-r t-ah f-ih1 sh-ah l-iy","rb"],artillery:["aa-r t-ih1 l-er iy","nn"],artisan:["aa1-r t-ah z-ah-n","nn"],artist:["aa1-r t-ah-s-t","nn"],artistic:["aa-r t-ih1 s-t-ih-k","jj"],artistically:["aa-r t-ih1 s-t-ih-k l-iy","rb"],artistry:["aa1-r t-ih-s t-r-iy","nn"],artsy:["aa1-r-t s-iy1","jj"],artwork:["aa1-r-t w-er-k","nn"],arty:["aa1-r t-iy","jj"],as:["ae1-z","in rb"],asbestos:["ae-s b-eh1 s-t-ah-s","nn"],asbestosis:["ae-s b-eh s-t-ow1 s-ah-s","nn"],ascend:["ah s-eh1-n-d","vb"],ascendancy:["ah s-eh1-n d-ah-n s-iy","nn"],ascended:["ah s-eh1-n d-ah-d","vbd"],ascendency:["ah s-eh1-n d-ah-n s-iy","nn"],ascending:["ah s-eh1-n d-ih-ng","vbg"],ascension:["ah s-eh1-n sh-ah-n","nn"],ascent:["ah s-eh1-n-t","nn"],ascertain:["ae s-er t-ey1-n","vb"],ascertained:["ae s-er t-ey1-n-d","vbn vbd"],ascetic:["ah s-eh1 t-ih-k","nn"],ascribe:["ah s-k-r-ay1-b","vbp vb"],ascribed:["ah s-k-r-ay1-b-d","vbn vbd"],ascribes:["ah s-k-r-ay1-b-z","vbz"],ash:["ae1-sh","nn"],ashamed:["ah sh-ey1-m-d","jj"],ashare:["ae1 sh-eh-r","nn"],ashen:["ae1 sh-ah-n","jj"],ashore:["ah sh-ao1-r","rb jj"],ashtray:["ae1-sh t-r-ey","nn"],aside:["ah s-ay1-d","rb rp"],asinine:["ae1 s-ah n-ay-n","jj"],ask:["ae1-s-k","vb vbp"],askance:["ah s-k-ae1-n-s","rb"],asked:["ae1-s-k-t","vbd vbn jj"],askew:["ah s-k-y-uw1","rb"],asking:["ae1 s-k-ih-ng","vbg jj nn"],asks:["ae1-s-k-s","vbz"],asleep:["ah s-l-iy1-p","rb jj"],asparagus:["ah s-p-eh1 r-ah g-ah-s","nn"],aspect:["ae1 s-p-eh-k-t","nn"],aspen:["ae1 s-p-ah-n","nn jj"],aspersion:["ah s-p-er1 zh-ah-n","nn"],asphalt:["ae1-s f-ao-l-t","nn jj"],aspirant:["ae1 s-p-er ah-n-t","nn"],aspiration:["ae s-p-er ey1 sh-ah-n","nn"],aspire:["ah s-p-ay1-r","vb vbp"],aspired:["ah s-p-ay1-r-d","vbd"],aspires:["ah s-p-ay1 er-z","vbz"],aspirin:["ae1 s-p-r-ih-n","nn"],aspiring:["ah s-p-ay1 r-ih-ng","jj vbg"],ass:["ae1-s","nn"],assail:["ah s-ey1-l","vb"],assailant:["ah s-ey1 l-ah-n-t","nn"],assailed:["ah s-ey1-l-d","vbn vbd"],assailing:["ah s-ey1 l-ih-ng","vbg"],assails:["ah s-ey1-l-z","vbz"],assassin:["ah s-ae1 s-ah-n","nn"],assassinate:["ah s-ae1 s-ah n-ey-t","vb"],assassinated:["ah s-ae1 s-ah n-ey t-ah-d","vbn vbd"],assassination:["ah s-ae s-ah n-ey1 sh-ah-n","nn"],assault:["ah s-ao1-l-t","nn vb vbp"],assaulted:["ah s-ao1-l t-ih-d","vbd vbn"],assaulting:["ah s-ao1-l t-ih-ng","vbg"],assay:["ae1 s-iy","nn"],assemblage:["ah s-eh1-m b-l-ah-jh","nn"],assemble:["ah s-eh1-m b-ah-l","vb vbp"],assembled:["ah s-eh1-m b-ah-l-d","vbn vbd jj"],assembles:["ah s-eh1-m b-ah-l-z","vbz"],assembling:["ah s-eh1-m b-ah-l ih-ng","vbg"],assembly:["ah s-eh1-m b-l-iy","nn"],assent:["ah s-eh1-n-t","vb nn"],assert:["ah s-er1-t","vb vbp"],asserted:["ah s-er1 t-ah-d","vbd vbn"],assertedly:["ah s-er1 t-ih-d l-iy","rb"],asserting:["ah s-er1 t-ih-ng","vbg"],assertion:["ah s-er1 sh-ah-n","nn"],assertive:["ah s-er1 t-ih-v","jj"],assertiveness:["ah s-er1 t-ih-v n-ah-s","nn"],asserts:["ah s-er1-t-s","vbz"],assess:["ah s-eh1-s","vb vbp"],assessed:["ah s-eh1-s-t","vbn vbd"],assesses:["ah s-eh1 s-ih-z","vbz"],assessing:["ah s-eh1 s-ih-ng","vbg"],assessment:["ah s-eh1-s m-ah-n-t","nn"],assessor:["ah s-eh1 s-er","nn"],asset:["ae1 s-eh-t","nn"],assiduously:["ah s-ih1 d-w-ah-s l-iy","rb"],assign:["ah s-ay1-n","vb vbp"],assigned:["ah s-ay1-n-d","vbn vbd jj"],assigning:["ah s-ay1 n-ih-ng","vbg"],assignment:["ah s-ay1-n m-ah-n-t","nn"],assimilate:["ah s-ih1 m-ah l-ey-t","vb"],assimilated:["ah s-ih1 m-ah l-ey t-ih-d","vbn jj"],assimilating:["ah s-ih1 m-ah l-ey t-ih-ng","vbg"],assimilation:["ah s-ih m-ah l-ey1 sh-ah-n","nn"],assist:["ah s-ih1-s-t","vb nn vbp"],assistance:["ah s-ih1 s-t-ah-n-s","nn"],assistant:["ah s-ih1 s-t-ah-n-t","nn jj"],assisted:["ah s-ih1 s-t-ah-d","vbn vbd"],assisting:["ah s-ih1 s-t-ih-ng","vbg"],associate:["ah s-ow1 s-iy ah-t","jj vbp nn vb"],associated:["ah s-ow1 s-iy ey t-ah-d","vbn vbd jj"],associating:["ah s-ow1 s-iy ey t-ih-ng","vbg"],association:["ah s-ow s-iy ey1 sh-ah-n","nn"],assort:["ah-s-ao1-r-t","vb"],assorted:["ah s-ao1-r t-ih-d","jj vbn"],assortment:["ah s-ao1-r-t m-ah-n-t","nn"],assuage:["ah s-w-ey1-jh","vb"],assuaged:["ah s-w-ey1-jh-d","vbn"],assume:["ah s-uw1-m","vb vbp"],assumed:["ah s-uw1-m-d","vbn vbd jj"],assumes:["ah s-uw1-m-z","vbz"],assuming:["ah s-uw1 m-ih-ng","vbg"],assumption:["ah s-ah1-m-p sh-ah-n","nn"],assurance:["ah sh-uh1 r-ah-n-s","nn"],assure:["ah sh-uh1-r","vb vbp"],assured:["ah sh-uh1-r-d","vbn vbd jj nn"],assuredly:["ah sh-uh1 r-ah-d l-iy","rb"],assures:["ah sh-uh1-r-z","vbz"],assuring:["ah sh-uh1 r-ih-ng","vbg"],aster:["ae1 s-t-er","nn"],asteroid:["ae1 s-t-er oy-d","jj nn"],asthma:["ae1-z m-ah","nn"],astonish:["ah-s-t-aa1-n-ih-sh","vb"],astonished:["ah s-t-aa1 n-ih-sh-t","vbn vbd"],astonishing:["ah s-t-aa1 n-ih sh-ih-ng","jj"],astonishingly:["ah s-t-aa1 n-ih sh-ih-ng l-iy","rb"],astonishment:["ah s-t-aa1 n-ih-sh m-ah-n-t","nn"],astound:["ah s-t-aw1-n-d","vb"],astounded:["ah s-t-aw1-n d-ih-d","vbn jj"],astounding:["ah s-t-aw1-n d-ih-ng","jj"],astoundingly:["ah s-t-aw1-n d-ih-ng l-iy","rb"],astounds:["ah s-t-aw1-n-d-z","vbz"],astral:["ae1-s t-r-ah-l","jj"],astray:["ah s-t-r-ey1","rb"],astride:["ah s-t-r-ay1-d","in"],astringent:["ah s-t-r-ih1-n jh-ah-n-t","jj"],astrological:["ae-s t-r-ah l-aa1 jh-ih k-ah-l","jj"],astrology:["ah s-t-r-aa1 l-ah jh-iy","nn"],astronaut:["ae1 s-t-r-ah n-aa-t","nn"],astronomer:["ah s-t-r-aa1 n-ah m-er","nn"],astronomical:["ae s-t-r-ah n-aa1 m-ih k-ah-l","jj"],astronomically:["ae s-t-r-ah n-aa1 m-ih-k l-iy","rb"],astronomy:["ah s-t-r-aa1 n-ah m-iy","nn"],astrophysicist:["ae s-t-r-ow f-ih1 s-ih s-ih-s-t","nn"],astute:["ah s-t-uw1-t","jj"],astuteness:["ah s-t-uw1-t n-ah-s","nn"],asunder:["ah s-ah1-n d-er","rb"],asylum:["ah s-ay1 l-ah-m","nn"],asymmetry:["ey s-ih1 m-ah t-r-iy","nn"],at:["ae1-t","in rb rp"],atavistic:["ae1 t-ah v-ih s-t-ih-k","jj"],ataxia:["ey1 t-ae1-k s-iy ah","nn"],ate:["ey1-t","vbd"],atheism:["ah th-ay1 s-ah-m","nn"],atheist:["ey1 th-iy ah-s-t","jj nn"],atheistic:["ey th-iy ih1 s-t-ih-k","jj"],athlete:["ae1-th l-iy-t","nn"],athletic:["ae-th l-eh1 t-ih-k","jj"],athletically:["ae-th l-eh1 t-ih-k l-iy","rb"],atmosphere:["ae1-t m-ah s-f-ih-r","nn"],atmospheric:["ae-t m-ah-s f-eh1 r-ih-k","jj"],atom:["ae1 t-ah-m","nn"],atomic:["ah t-aa1 m-ih-k","jj"],atonal:["ey t-ow1 n-ah-l","jj"],atone:["ah t-ow1-n","vb"],atonement:["ah t-ow1-n m-ah-n-t","nn"],atop:["ah t-aa1-p","in"],atrium:["ey1 t-r-iy ah-m","nn"],atrocious:["ah t-r-ow1 sh-ah-s","jj"],atrocity:["ah t-r-aa1 s-ah t-iy","nn"],atrophied:["ae1 t-r-ah f-iy-d","vbn"],atrophy:["ae1 t-r-ah f-iy","nn vb vbp"],attach:["ah t-ae1-ch","vb vbp"],attache:["ae t-ah sh-ey1","nn"],attached:["ah t-ae1-ch-t","vbn jj vbd"],attaches:["ah t-ae1 ch-ih-z","vbz"],attaching:["ah t-ae1 ch-ih-ng","vbg"],attachment:["ah t-ae1-ch m-ah-n-t","nn"],attack:["ah t-ae1-k","nn vbp vb"],attacked:["ah t-ae1-k-t","vbn vbd"],attacker:["ah t-ae1 k-er","nn"],attacking:["ah t-ae1 k-ih-ng","vbg"],attain:["ah t-ey1-n","vb vbp"],attainable:["ah t-ey1 n-ah b-ah-l","jj"],attained:["ah t-ey1-n-d","vbd vbn"],attaining:["ah t-ey1 n-ih-ng","vbg"],attainment:["ah t-ey1-n m-ah-n-t","nn"],attains:["ah t-ey1-n-z","vbz"],attempt:["ah t-eh1-m-p-t","nn vbp vb"],attempted:["ah t-eh1-m-p t-ah-d","vbd jj vbn"],attempting:["ah t-eh1-m-p t-ih-ng","vbg"],attend:["ah t-eh1-n-d","vb vbp"],attendance:["ah t-eh1-n d-ah-n-s","nn"],attendant:["ah t-eh1-n d-ah-n-t","nn jj"],attended:["ah t-eh1-n d-ah-d","vbd vbn"],attendee:["ah t-eh1-n d-iy1","nn"],attending:["ah t-eh1-n d-ih-ng","vbg"],attends:["ah t-eh1-n-d-z","vbz"],attention:["ah t-eh1-n sh-ah-n","nn"],attentive:["ah t-eh1-n t-ih-v","jj"],attentively:["ah t-eh1-n t-ih-v l-iy","rb"],attest:["ah t-eh1-s-t","vb vbp"],attested:["ah t-eh1 s-t-ih-d","vbn vbd"],attesting:["ah t-eh1 s-t-ih-ng","vbg"],attests:["ah t-eh1-s-t-s","vbz"],attic:["ae1 t-ih-k","nn"],attire:["ah t-ay1 er","nn vb"],attired:["ah t-ay1-r-d","jj vbn"],attitude:["ae1 t-ah t-uw-d","nn"],attorney:["ah t-er1 n-iy","nn"],attract:["ah t-r-ae1-k-t","vb vbp"],attracted:["ah t-r-ae1-k t-ah-d","vbn vbd"],attracting:["ah t-r-ae1-k t-ih-ng","vbg"],attraction:["ah t-r-ae1-k sh-ah-n","nn"],attractive:["ah t-r-ae1-k t-ih-v","jj"],attractively:["ah t-r-ae1-k t-ih-v l-iy","rb"],attractiveness:["ah t-r-ae1-k t-ih-v n-ah-s","nn"],attracts:["ah t-r-ae1-k-t-s","vbz"],attributable:["ah t-r-ih1 b-y-ah t-ah b-ah-l","jj"],attribute:["ae1 t-r-ah b-y-uw-t","vbp nn vb"],attributed:["ah t-r-ih1 b-y-ah t-ah-d","vbd vbn"],attributing:["ah t-r-ih1 b-y-ah t-ih-ng","vbg"],attrition:["ah t-r-ih1 sh-ah-n","nn"],attune:["ah-t-uw1-n","vb"],attuned:["ah t-uw1-n-d","vbn jj"],atypical:["ey t-ih1 p-ih k-ah-l","jj"],auburn:["aa1 b-er-n","jj"],auction:["aa1-k sh-ah-n","nn vb"],auctioned:["ao1-k sh-ah-n-d","vbn vbd"],auctioneer:["aa-k sh-ah n-ih1-r","nn"],auctioning:["ao1-k sh-ah-n ih-ng","nn"],audacious:["aa d-ey1 sh-ah-s","jj"],audacity:["aa d-ae1 s-ah t-iy","nn"],audible:["aa1 d-ah b-ah-l","jj"],audibly:["aa1 d-ah b-l-iy","rb"],audience:["aa1 d-iy ah-n-s","nn"],audio:["aa1 d-iy ow","jj nn"],audiophile:["ao d-iy1 ow f-iy-l","nn"],audiotex:["ao1 d-iy ow t-eh-k-s","nn"],audiovisual:["ao d-iy ow v-ih1 zh-uw ah-l","jj"],audit:["ao1 d-ih-t","nn vb"],audited:["ao1 d-ih t-ih-d","vbn jj vbd"],auditing:["aa1 d-ah t-ih-ng","vbg"],audition:["aa d-ih1 sh-ah-n","nn vb"],auditioning:["aa d-ih1 sh-ah-n ih-ng","vbg"],auditor:["ao1 d-ih t-er","nn"],auditorium:["ao d-ah t-ao1 r-iy ah-m","nn"],augment:["ao-g m-eh1-n-t","vb vbp"],augmented:["aa-g m-eh1-n t-ah-d","vbn jj vbd"],augmenting:["ao1-g m-eh-n t-ih-ng","vbg"],augur:["ao1 g-er","vb vbp"],augurs:["ao1 g-er-z","vbz"],august:["aa1 g-ah-s-t","jj"],aunt:["ae1-n-t","nn"],aura:["ao1 r-ah","nn"],aural:["ao1 r-ah-l","jj"],auspice:["ao1 s-p-ih s-ih","nn"],auspicious:["aa s-p-ih1 sh-ah-s","jj"],austere:["ao s-t-ih1-r","jj"],austerely:["ao s-t-ih1-r l-iy","rb"],austerity:["ao s-t-eh1 r-ih t-iy","nn"],authentic:["ah th-eh1-n t-ih-k","jj"],authentically:["ao th-eh1-n t-ih-k l-iy","rb"],authenticate:["ao th-eh1-n t-ah k-ey-t","vb vbp"],authentication:["ao th-eh-n t-ah k-ey1 sh-ah-n","nn"],authenticity:["ao th-ah-n t-ih1 s-ih t-iy","nn"],author:["ao1 th-er","nn vb"],authored:["ao1 th-er-d","vbn"],authoritarian:["ah th-ao r-ah t-eh1 r-iy ah-n","jj"],authoritarianism:["ah th-ao r-ah t-eh1 r-iy ah n-ih z-ah-m","nn"],authoritative:["ah th-ao1 r-ah t-ey t-ih-v","jj"],authority:["ah th-ao1 r-ah t-iy","nn"],authorization:["ao th-er ah z-ey1 sh-ah-n","nn"],authorize:["ao1 th-er ay-z","vb"],authorized:["ao1 th-er ay-z-d","vbn jj vbd"],authorizes:["ao1 th-er ay z-ih-z","vbz"],authorizing:["ao1 th-er ay z-ih-ng","vbg"],authorship:["ao1 th-er sh-ih-p","nn"],autism:["ao1 t-ih z-ah-m","nn"],autistic:["ao t-ih1 s-t-ih-k","jj"],auto:["ao1 t-ow","nn"],autobiographical:["ao t-ah b-ay ah g-r-ae1 f-ih k-ah-l","jj"],autobiography:["ao t-ah b-ay aa1 g-r-ah f-iy","nn"],autoclave:["ao1 t-ow k-l-ey-v","nn"],autocracy:["ao t-aa1 k-r-ah s-iy","nn"],autocrat:["ao1 t-ah k-r-ae-t","nn"],autocratic:["ao t-ah k-r-ae1 t-ih-k","jj"],autograph:["ao1 t-ah g-r-ae-f","nn vb"],autographed:["ao1 t-ah g-r-ae-f-t","vbn jj"],autoimmune:["ao t-oy1 m-y-uw-n","jj"],automaker:["ao1 t-ow m-ey k-er","nn"],automate:["ao1 t-ah m-ey-t","vb"], +automated:["ao1 t-ah m-ey t-ih-d","vbn jj vbd"],automates:["ao1 t-ah m-ey-t-s","vbz"],automatic:["ao t-ah m-ae1 t-ih-k","jj nn"],automatically:["ao t-ah m-ae1 t-ih-k l-iy","rb"],automating:["ao1 t-ah m-ey t-ih-ng","vbg"],automation:["ao t-ah m-ey1 sh-ah-n","nn"],automaton:["ao t-aa1 m-ah t-aa-n","nn"],automobile:["ao1 t-ah m-ow b-iy-l","nn"],automotive:["ao t-ah m-ow1 t-ih-v","jj"],autonomic:["ao t-ah n-aa1 m-ih-k","jj"],autonomous:["ao t-aa1 n-ah m-ah-s","jj"],autonomously:["ao t-aa1 n-ow m-ah-s l-iy","rb"],autonomy:["ao t-aa1 n-ah m-iy","nn"],autopsy:["ao1 t-aa-p s-iy","nn vb"],autumn:["ao1 t-ah-m","nn"],autumnal:["ao t-ah1-m n-ah-l","jj"],auxiliary:["aa-g z-ih1 l-y-er iy","jj nn"],avail:["ah v-ey1-l","nn vb"],availability:["ah v-ey l-ah b-ih1 l-ah t-iy","nn"],available:["ah v-ey1 l-ah b-ah-l","jj"],availed:["ah v-ey1-l-d","vbd"],avalanche:["ae1 v-ah l-ae-n-ch","nn"],avarice:["ae1 v-er ah-s","nn"],avenge:["ah v-eh1-n-jh","vb"],avenger:["ah v-eh1-n jh-er","nn"],avenging:["ah v-eh1-n jh-ih-ng","jj vbg"],avenue:["ae1 v-ah n-uw","nn"],average:["ae1 v-er ih-jh","jj nn vb vbp"],averaged:["ae1 v-r-ah-jh-d","vbd vbn"],averaging:["ae1 v-r-ih jh-ih-ng","vbg jj nn"],averse:["ah v-er1-s","jj"],aversion:["ah v-er1 zh-ah-n","nn"],avert:["ah v-er1-t","vb"],averted:["ah v-er1 t-ah-d","vbn vbd"],averting:["ah v-er1 t-ih-ng","vbg"],averts:["ah v-er1-t-s","vbz"],aviary:["ey1 v-iy eh r-iy","nn"],aviation:["ey v-iy ey1 sh-ah-n","nn"],aviator:["ey1 v-iy ey t-er","nn"],avid:["ae1 v-ah-d","jj"],avidly:["ae1 v-ah-d l-iy","rb"],avionics:["ey v-iy aa1 n-ih-k-s","nn"],avocado:["ae v-ah k-aa1 d-ow","nn"],avocation:["ae v-ah k-ey1 sh-ah-n","nn"],avoid:["ah v-oy1-d","vb jj vbp"],avoidable:["ah v-oy1 d-ah b-ah-l","jj"],avoidance:["ah v-oy1 d-ah-n-s","nn"],avoided:["ah v-oy1 d-ah-d","vbn jj vbd"],avoiding:["ah v-oy1 d-ih-ng","vbg"],avoids:["ah v-oy1-d-z","vbz"],avowed:["ah v-aw1-d","jj"],avowedly:["ah v-aw1 ah-d l-iy","rb"],avuncular:["ah v-ah1-ng k-y-ah l-er","jj"],await:["ah w-ey1-t","vb vbp"],awaited:["ah w-ey1 t-ah-d","vbd jj vbn"],awaiting:["ah w-ey1 t-ih-ng","vbg"],awaits:["ah w-ey1-t-s","vbz"],awake:["ah w-ey1-k","jj rb vb"],awaken:["ah w-ey1 k-ah-n","vb vbp"],awakened:["ah w-ey1 k-ah-n-d","vbn vbd"],awakening:["ah w-ey1 k-ah n-ih-ng","vbg"],awakens:["ah w-ey1 k-ah-n-z","vbz"],award:["ah w-ao1-r-d","nn vbp vb"],awarded:["ah w-ao1-r d-ah-d","vbn vbd"],awarding:["ah w-ao1-r d-ih-ng","vbg"],aware:["ah w-eh1-r","jj"],awareness:["ah w-eh1-r n-ah-s","nn"],awash:["ah w-aa1-sh","jj rb"],away:["ah w-ey1","rb rp"],awe:["aa1","nn vb"],awed:["ao1-d","vbn jj"],awesome:["aa1 s-ah-m","jj"],awful:["aa1 f-ah-l","jj rb"],awfully:["aa1-f l-iy","rb"],awfulness:["ao1 f-ah-l n-ah-s","nn"],awhile:["ah w-ay1-l","rb"],awkward:["aa1 k-w-er-d","jj"],awkwardly:["ao1 k-w-er-d l-iy","rb"],awkwardness:["ao1 k-w-er-d n-ah-s","nn"],awoke:["ah w-ow1-k","vbd"],awry:["er ay1","rb jj"],axe:["ae1-k-s","nn"],axiom:["ae1-k s-iy ah-m","nn"],axiomatic:["ae-k s-iy ah m-ae1 t-ih-k","jj"],axis:["ae1-k s-ah-s","nn"],axle:["ae1-k s-ah-l","nn"],ayatollah:["ay ah t-ow1 l-ah","nn"],azalea:["ah z-ey1 l-y-ah","nn"],azure:["ae1 zh-er","jj"],babble:["b-ae1 b-ah-l","nn vb"],babbled:["b-ae1 b-ah-l-d","vbd"],babe:["b-ey1-b","nn"],babel:["b-ae1 b-ah-l","nn"],baboon:["b-ah b-uw1-n","nn"],baby:["b-ey1 b-iy","nn uh"],babyhood:["b-ey1 b-iy hh-uh-d","nn"],baccalaureate:["b-ae k-ah l-ao1 r-iy ah-t","nn"],bachelor:["b-ae1 ch-ah l-er","nn"],back:["b-ae1-k","rb in jj nn rp vb vbp"],backbone:["b-ae1-k b-ow-n","nn"],backdate:["b-ae1-k-d-ey-t","vb"],backdated:["b-ae1-k d-ey t-ih-d","vbd"],backdoor:["b-ae1-k d-ao-r","jj"],backdrop:["b-ae1-k d-r-aa-p","nn"],backed:["b-ae1-k-t","vbn jj vbd"],backer:["b-ae1 k-er","nn"],backfield:["b-ae1-k f-iy-l-d","nn"],backfire:["b-ae1-k f-ay-r","vb vbp"],backfired:["b-ae1-k f-ay er-d","vbd vbn"],backfires:["b-ae1-k f-ay er-z","vbz"],backfiring:["b-ae1-k f-ay er ih-ng","vbg"],background:["b-ae1-k g-r-aw-n-d","nn jj"],backhand:["b-ae1-k hh-ae-n-d","nn"],backhanded:["b-ae1-k hh-ae-n d-ah-d","jj"],backhoe:["b-ae1-k hh-ow","nn"],backing:["b-ae1 k-ih-ng","vbg"],backlash:["b-ae1-k l-ae-sh","nn"],backlog:["b-ae1-k l-aa-g","nn"],backpack:["b-ae1-k p-ae-k","nn"],backpedal:["b-ae1-k-p-eh-d-ah-l","vb"],backpedaling:["b-ae1-k p-eh d-ah-l ih-ng","vbg"],backroom:["b-ae1-k r-uw-m","nn"],backside:["b-ae1-k s-ay-d","nn"],backslap:["b-ae1-k-s-l-ae-p","vb"],backslapping:["b-ae1-k s-l-ae p-ih-ng","vbg"],backstage:["b-ae1-k s-t-ey1-jh","rb"],backstitch:["b-ae1-k s-t-ih-ch","nn vb"],backstop:["b-ae1-k s-t-aa-p","nn vb"],backtrack:["b-ae1-k-t-r-ae-k","vb"],backtracking:["b-ae1-k t-r-ae k-ih-ng","vbg"],backup:["b-ae1-k ah-p","nn jj"],backward:["b-ae1-k w-er-d","rb jj"],backwardness:["b-ae1 k-w-er-d n-ah-s","nn"],backwards:["b-ae1-k w-er-d-z","rb jj"],backwater:["b-ae1-k w-ao t-er","nn jj"],backwoods:["b-ae1-k w-uh1-d-z","nn"],backyard:["b-ae1-k y-aa-r-d","nn"],bacon:["b-ey1 k-ah-n","nn"],bacterial:["b-ae-k t-ih1 r-iy ah-l","jj"],bacterium:["b-ae-k t-ih1 r-iy ah-m","nn"],bad:["b-ae1-d","jj nn rb"],bade:["b-ey1-d","vbd"],badge:["b-ae1-jh","nn"],badger:["b-ae1-jh-er","vb"],badgered:["b-ae1 jh-er-d","vbd"],badgering:["b-ae1 jh-er ih-ng","vbg"],badly:["b-ae1-d l-iy","rb"],badminton:["b-ae1-d m-ih-n t-ah-n","nn"],badness:["b-ae1-d n-ah-s","nn"],baffle:["b-ae1 f-ah-l","vb"],baffled:["b-ae1 f-ah-l-d","vbn jj vbd"],baffling:["b-ae1 f-ah-l ih-ng","jj"],bag:["b-ae1-g","nn vb"],bagel:["b-ey1 g-ah-l","nn"],baggage:["b-ae1 g-ah-jh","nn"],bagged:["b-ae1-g-d","vbd jj"],baggy:["b-ae1 g-iy","jj"],bagpipe:["b-ae1-g p-ay-p","nn"],bail:["b-ey1-l","vb nn"],bailed:["b-ey1-l-d","vbd vbn"],bailiff:["b-ey1 l-ah-f","nn"],bailing:["b-ey1 l-ih-ng","vbg"],bailout:["b-ey1-l aw-t","nn"],bait:["b-ey1-t","nn vb"],baited:["b-ey1 t-ih-d","vbn"],bake:["b-ey1-k","jj vb"],baked:["b-ey1-k-t","jj vbd vbn"],baker:["b-ey1 k-er","nn"],bakery:["b-ey1 k-er iy","nn"],bakes:["b-ey1-k-s","vbz"],bakeware:["b-ey1-k w-eh-r","nn"],baking:["b-ey1 k-ih-ng","vbg"],balance:["b-ae1 l-ah-n-s","nn vbp jj rb vb"],balanced:["b-ae1 l-ah-n-s-t","jj vbd vbn"],balancing:["b-ae1 l-ah-n s-ih-ng","vbg"],balcony:["b-ae1-l k-ah n-iy","nn"],bald:["b-ao1-l-d","jj"],balding:["b-ao1-l d-ih-ng","jj"],baldness:["b-ao1-l-d n-ah-s","nn"],bale:["b-ey1-l","nn vb vbp"],baleful:["b-ey1-l f-ah-l","jj"],balk:["b-ao1-k","vb vbp"],balkanized:["b-ao1-l k-ah n-ay-z-d","jj"],balked:["b-ao1-k-t","vbd vbn"],balking:["b-ao1 k-ih-ng","vbg"],balks:["b-ao1-k-s","vbz"],ball:["b-ao1-l","nn vb"],ballad:["b-ae1 l-ah-d","nn"],ballast:["b-ae1 l-ah-s-t","nn vb"],balled:["b-ao1-l-d","vbn"],ballerina:["b-ae l-er iy1 n-ah","nn"],ballet:["b-ae l-ey1","nn"],balling:["b-ao1 l-ih-ng","vbg"],ballistic:["b-ah l-ih1 s-t-ih-k","jj"],balloon:["b-ah l-uw1-n","nn vbp vb"],ballooned:["b-ah l-uw1-n-d","vbn vbd"],ballooning:["b-ah l-uw1 n-ih-ng","vbg"],ballot:["b-ae1 l-ah-t","nn"],balloting:["b-ae1 l-ah t-ih-ng","nn"],ballpark:["b-ao1-l p-aa-r-k","nn"],ballplayer:["b-ao1-l p-l-ey er","nn"],ballroom:["b-ao1-l r-uw-m","nn"],ballyhoo:["b-ae1 l-iy hh-uw1","nn vb"],ballyhooed:["b-ae1 l-iy hh-uw1-d","vbn"],balm:["b-aa1-m","nn"],balmy:["b-aa1 m-iy","jj"],baloney:["b-ah l-ow1 n-iy","nn"],bam:["b-ae1-m","uh"],bambino:["b-ae-m b-iy1 n-ow","nn"],bamboo:["b-ae-m b-uw1","nn"],ban:["b-ae1-n","nn vb vbp"],banal:["b-ah n-aa1-l","jj"],banality:["b-ah n-ae1 l-ih t-iy","nn"],banana:["b-ah n-ae1 n-ah","nn"],band:["b-ae1-n-d","nn vb"],bandage:["b-ae1-n d-ih-jh","nn vb"],bandaged:["b-ae1-n d-ah-jh-d","vbn jj"],banded:["b-ae1-n d-ih-d","vbn"],bandied:["b-ae1-n d-iy-d","vbn"],banding:["b-ae1-n d-ih-ng","vbg"],bandit:["b-ae1-n d-ah-t","nn"],bandstand:["b-ae1-n-d s-t-ae-n-d","nn"],bandwagon:["b-ae1-n-d w-ae g-ah-n","nn"],bandwidth:["b-ae1-n-d w-ih-d-th","nn"],bandy:["b-ae1-n-d-iy","vb"],bane:["b-ey1-n","nn"],bang:["b-ae1-ng","nn vb uh vbp"],banged:["b-ae1-ng-d","vbd vbn"],banging:["b-ae1 ng-ih-ng","vbg"],bangish:["b-ae1 ng-ih-sh","jj"],banish:["b-ae1 n-ih-sh","vb"],banished:["b-ae1 n-ih-sh-t","vbn vbd"],banishing:["b-ae1 n-ih sh-ih-ng","vbg"],banishment:["b-ae1 n-ih-sh m-ah-n-t","nn"],banister:["b-ae1 n-ih s-t-er","nn"],banjo:["b-ae1-n jh-ow","nn"],bank:["b-ae1-ng-k","nn vbp vb"],banked:["b-ae1-ng-k-t","vbd jj vbn"],banker:["b-ae1-ng k-er","nn"],bankholding:["b-ae1-ng-k hh-ow-l d-ih-ng","vbg"],banking:["b-ae1-ng k-ih-ng","vbg"],bankroll:["b-ae1-ng-k r-ow-l","vb vbp"],bankrolled:["b-ae1-ng-k r-ow-l-d","vbd vbn"],bankrolling:["b-ae1-ng-k r-ow l-ih-ng","vbg"],bankrupt:["b-ae1-ng k-r-ah-p-t","jj nn vb vbp"],bankruptcy:["b-ae1-ng k-r-ah-p s-iy","nn"],banned:["b-ae1-n-d","vbn vbd"],banner:["b-ae1 n-er","nn"],banning:["b-ae1 n-ih-ng","vbg"],banquet:["b-ae1-ng k-w-ah-t","nn"],banshee:["b-ae-n sh-iy1","nn"],banter:["b-ae1-n t-er","nn"],baptism:["b-ae1-p t-ih z-ah-m","nn"],baptismal:["b-ae-p t-ih1-z m-ah-l","jj"],baptistery:["b-ae1-p t-ah-s t-r-iy","nn"],baptize:["b-ae-p-t-ay1-z","vb"],baptized:["b-ae-p t-ay1-z-d","vbn"],bar:["b-aa1-r","nn vb vbp"],barb:["b-aa1-r-b","nn vb"],barbarian:["b-aa-r b-eh1 r-iy ah-n","nn"],barbaric:["b-aa-r b-ae1 r-ih-k","jj"],barbarous:["b-aa1-r b-er ah-s","jj"],barbecue:["b-aa1-r b-ih k-y-uw","nn vb"],barbecued:["b-aa1-r b-ih k-y-uw-d","vbn"],barbed:["b-aa1-r-b-d","jj vbn"],barbequed:["b-aa1-r b-ih k-y-uw-d","jj"],barber:["b-aa1-r b-er","nn"],bard:["b-aa1-r-d","nn"],bare:["b-eh1-r","jj vb"],bared:["b-eh1-r-d","vbd"],barefoot:["b-eh1-r f-uh-t","rb jj"],barely:["b-eh1-r l-iy","rb"],barest:["b-eh1 r-ah-s-t","jjs"],bargain:["b-aa1-r g-ah-n","nn vb"],bargained:["b-aa1-r g-ah-n-d","vbd vbn"],bargaining:["b-aa1-r g-ih n-ih-ng","nn jj vbg"],barge:["b-aa1-r-jh","nn vb vbp"],barged:["b-aa1-r-jh-d","vbn vbd"],baring:["b-eh1 r-ih-ng","vbg"],baritone:["b-eh1 r-ah t-ow-n","nn jj"],barium:["b-eh1 r-iy ah-m","nn"],bark:["b-aa1-r-k","nn vb"],barked:["b-aa1-r-k-t","vbd"],barking:["b-aa1-r k-ih-ng","vbg"],barks:["b-aa1-r-k-s","vbz"],barley:["b-aa1-r l-iy","nn"],barn:["b-aa1-r-n","nn"],barnacle:["b-aa1-r n-ah k-ah-l","nn"],barnyard:["b-aa1-r-n y-aa-r-d","nn"],barometer:["b-er aa1 m-ih t-er","nn"],barometric:["b-ae r-ah m-eh1 t-r-ih-k","jj"],baron:["b-ae1 r-ah-n","nn"],baroque:["b-er ow1-k","jj nn"],barrack:["b-ae1 r-ah-k","nn"],barrage:["b-er aa1-zh","nn"],barred:["b-aa1-r-d","vbn vbd"],barrel:["b-ae1 r-ah-l","nn vb"],barreling:["b-ae1 r-ah-l ih-ng","vbg"],barren:["b-ae1 r-ah-n","jj"],barricade:["b-ae1 r-ah k-ey-d","nn vb"],barrier:["b-ae1 r-iy er","nn"],barring:["b-aa1 r-ih-ng","vbg"],barrio:["b-aa1 r-iy ow","nn"],barrister:["b-ae1 r-ih-s t-er","nn"],barroom:["b-aa1-r r-uw-m","nn"],barrow:["b-ae1 r-ow","nn"],bartender:["b-aa1-r t-eh-n d-er","nn"],barter:["b-aa1-r t-er","nn vb"],bartered:["b-aa1-r t-er-d","vbn"],bartering:["b-aa1-r t-er ih-ng","vbg"],base:["b-ey1-s","nn vbp jj vb"],baseball:["b-ey1-s b-ao1-l","nn"],based:["b-ey1-s-t","vbn vbd"],baseless:["b-ey1-s l-ah-s","jj"],baseline:["b-ey1-s l-ay-n","nn jj"],baseman:["b-ey1-s m-ah-n","nn"],basement:["b-ey1-s m-ah-n-t","nn"],bash:["b-ae1-sh","nn vb"],bashed:["b-ae1-sh-t","vbd vbn"],basher:["b-ae1 sh-er","nn"],bashful:["b-ae1-sh f-ah-l","jj"],bashing:["b-ae1 sh-ih-ng","jj vbg"],basic:["b-ey1 s-ih-k","jj nn"],basically:["b-ey1 s-ih-k l-iy","rb"],basil:["b-ae1 z-ah-l","nn"],basin:["b-ey1 s-ah-n","nn"],basing:["b-ey1 s-ih-ng","vbg"],basis:["b-ey1 s-ah-s","nn"],bask:["b-ae1-s-k","vb"],basked:["b-ae1-s-k-t","vbd"],basket:["b-ae1 s-k-ah-t","nn"],basketball:["b-ae1 s-k-ah-t b-ao-l","nn"],basking:["b-ae1 s-k-ih-ng","vbg"],bass:["b-ae1-s","nn"],bassist:["b-ey1 s-ih-s-t","nn"],bassoon:["b-ah s-uw1-n","nn"],bastard:["b-ae1 s-t-er-d","nn"],bastion:["b-ae1 s-ch-ah-n","nn"],bat:["b-ae1-t","nn vb"],batch:["b-ae1-ch","nn"],bated:["b-ey1 t-ih-d","jj"],bath:["b-ae1-th","nn"],bathe:["b-ey1-dh","vb"],bathed:["b-ey1-dh-d","vbn vbd"],bather:["b-ey1 dh-er","nn"],bathing:["b-ey1 dh-ih-ng","vbg"],bathrobe:["b-ae1-th r-ow-b","nn"],bathroom:["b-ae1-th r-uw-m","nn"],bathtub:["b-ae1-th t-ah-b","nn"],baton:["b-ah t-aa1-n","nn"],battalion:["b-ah t-ae1 l-y-ah-n","nn"],batted:["b-ae1 t-ih-d","vbd vbn"],batter:["b-ae1 t-er","nn vb"],battered:["b-ae1 t-er-d","vbn vbd jj"],battering:["b-ae1 t-er ih-ng","vbg"],battery:["b-ae1 t-er iy","nn"],batting:["b-ae1 t-ih-ng","vbg"],battle:["b-ae1 t-ah-l","nn vbp vb"],battled:["b-ae1 t-ah-l-d","vbd vbn"],battlefield:["b-ae1 t-ah-l f-iy-l-d","nn"],battlefront:["b-ae1 t-ah-l f-r-ah-n-t","nn"],battleground:["b-ae1 t-ah-l g-r-aw-n-d","nn"],battlement:["b-ae1 t-ah-l m-ah-n-t","nn"],battling:["b-ae1 t-ah-l ih-ng","vbg"],bauble:["b-ao1 b-ah-l","nn"],bawdy:["b-ao1 d-iy","jj"],bawl:["b-ao1-l","vb"],bawled:["b-ao1-l-d","vbd"],bay:["b-ey1","nn vb"],bayed:["b-ey1-d","vbd vbn"],baying:["b-ey1 ih-ng","vbg"],bayonet:["b-ey1 ah n-eh-t","nn"],bazaar:["b-ah z-aa1-r","nn"],be:["b-iy1","vb"],beach:["b-iy1-ch","nn vb"],beached:["b-iy1-ch-t","vbn vbd"],beachfront:["b-iy1-ch f-r-aa-n-t","nn jj"],beachhead:["b-iy1-ch hh-eh-d","nn"],beaching:["b-iy1 ch-ih-ng","vbg"],beacon:["b-iy1 k-ah-n","nn"],bead:["b-iy1-d","vb"],beaded:["b-iy1 d-ih-d","vbn"],beadle:["b-iy1 d-ah-l","nn"],beadwork:["b-iy1-d w-er-k","nn"],beady:["b-iy1 d-iy","jj"],beak:["b-iy1-k","nn"],beaker:["b-iy1 k-er","nn"],beam:["b-iy1-m","nn vb"],beamed:["b-iy1-m-d","vbn"],beaming:["b-iy1 m-ih-ng","vbg jj"],bean:["b-iy1-n","nn vbn jj"],bear:["b-eh1-r","vb nn vbp"],bearable:["b-eh1 r-ah b-ah-l","jj"],beard:["b-ih1-r-d","nn vb"],bearded:["b-ih1-r d-ah-d","jj vbd vbn"],bearer:["b-eh1 r-er","nn"],bearing:["b-eh1 r-ih-ng","vbg jj nn"],bearish:["b-eh1 r-ih-sh","jj"],bearishly:["b-eh1 r-ih-sh l-iy","rb"],bearishness:["b-eh1 r-ih-sh n-ah-s","nn"],beast:["b-iy1-s-t","nn"],beat:["b-iy1-t","vb jj nn vbd vbn vbp"],beaten:["b-iy1 t-ah-n","vbn jj"],beating:["b-iy1 t-ih-ng","vbg"],beatnik:["b-iy1-t n-ih-k","nn"],beau:["b-ow1","nn"],beautiful:["b-y-uw1 t-ah f-ah-l","jj"],beautifully:["b-y-uw1 t-ah f-l-iy","rb"],beautify:["b-y-uw1 t-ih f-ay","vb vbp"],beauty:["b-y-uw1 t-iy","nn"],beaver:["b-iy1 v-er","nn"],bebop:["b-iy1 b-aa-p","nn"],becalmed:["b-ih k-aa1-m-d","jj"],became:["b-ih k-ey1-m","vbd"],because:["b-ih k-ao1-z","in rb"],beckon:["b-eh1 k-ah-n","vbp vb"],beckoned:["b-eh1 k-ah-n-d","vbd vbn"],beckoning:["b-eh1 k-ah n-ih-ng","vbg"],beckons:["b-eh1 k-ah-n-z","vbz"],become:["b-ih k-ah1-m","vb vbd vbn vbp"],becomes:["b-ih k-ah1-m-z","vbz"],becoming:["b-ih k-ah1 m-ih-ng","vbg"],bed:["b-eh1-d","nn vb vbp"],bedding:["b-eh1 d-ih-ng","nn"],bedevil:["b-ih d-eh1 v-ah-l","vb"],bedeviled:["b-ih d-eh1 v-ah-l-d","vbn"],bedfellow:["b-eh1-d f-eh l-ow","nn"],bedlam:["b-eh1-d l-ah-m","nn"],bedpan:["b-eh1-d p-ae-n","nn"],bedraggled:["b-ih d-r-ae1 g-ah-l-d","jj"],bedridden:["b-eh1-d r-ih d-ah-n","jj"],bedrock:["b-eh1-d r-aa-k","nn"],bedroom:["b-eh1-d r-uw-m","nn"],bedside:["b-eh1-d s-ay-d","nn"],bedspread:["b-eh1-d s-p-r-eh-d","nn"],bedstraw:["b-eh1-d s-t-r-ao","nn"],bedtime:["b-eh1-d t-ay-m","nn"],bee:["b-iy1","nn"],beech:["b-iy1-ch","nn"],beef:["b-iy1-f","nn vb vbp"],beefed:["b-iy1-f-t","vbn vbd"],beefing:["b-iy1 f-ih-ng","vbg"],beefs:["b-iy1-f-s","vbz"],beefsteak:["b-iy1-f s-t-ey-k","nn"],beefy:["b-iy1 f-iy","jj"],beehive:["b-iy1 hh-ay-v","nn"],been:["b-ih1-n","vbn"],beep:["b-iy1-p","nn"],beeper:["b-iy1 p-er","nn"],beer:["b-ih1-r","nn"],beet:["b-iy1-t","nn"],beetle:["b-iy1 t-ah-l","nn"],befall:["b-ih f-ao1-l","vb vbp"],befallen:["b-ah f-aa1 l-ah-n","vbn"],befell:["b-ih f-eh1-l","vbd"],befit:["b-ih-f-ih1-t","vb"],befits:["b-ih f-ih1-t-s","vbz"],befitting:["b-ih f-ih1 t-ih-ng","vbg jj"],before:["b-ih f-ao1-r","in rb rp"],beforehand:["b-ih f-ao1-r hh-ae-n-d","rb"],befriend:["b-ih-f-r-eh1-n-d","vb"],befriended:["b-ih f-r-eh1-n d-ih-d","vbd vbn"],befriends:["b-ih f-r-eh1-n-d-z","vbz"],befuddle:["b-ih-f-ah1-d-ah-l","vb"],befuddled:["b-ih f-ah1 d-ah-l-d","vbd vbn"],befuddles:["b-ih f-ah1 d-ah-l-z","vbz"],beg:["b-eh1-g","vbp vb"],began:["b-ih g-ae1-n","vbd"],begat:["b-ih g-ae1-t","vbd"],beget:["b-ih g-eh1-t","vb vbp"],begets:["b-ih g-eh1-t-s","vbz"],beggar:["b-eh1 g-er","nn"],begged:["b-eh1-g-d","vbd vbn"],begging:["b-eh1 g-ih-ng","vbg"],begin:["b-ih g-ih1-n","vb vbp"],beginner:["b-ih g-ih1 n-er","nn"],beginning:["b-ih g-ih1 n-ih-ng","vbg jj nn"],begins:["b-ih g-ih1-n-z","vbz"],begonia:["b-ih g-ow1 n-y-ah","nn"],begrudge:["b-ih g-r-ah1-jh","vb"],begs:["b-eh1-g-z","vbz"],beguile:["b-ih-g-ay1-l","vb"],beguiled:["b-ih g-ay1-l-d","vbn"],beguiling:["b-ih g-ay1 l-ih-ng","jj"],begun:["b-ih g-ah1-n","vbn"],behave:["b-ih hh-ey1-v","vb vbp"],behaved:["b-ih hh-ey1-v-d","vbd vbn"],behaves:["b-ih hh-ey1-v-z","vbz"],behaving:["b-ih hh-ey1 v-ih-ng","vbg"],behavior:["b-ih hh-ey1 v-y-er","nn"],behavioral:["b-ih hh-ey1 v-y-er ah-l","jj"],behead:["b-ih-hh-eh1-d","vb"],beheaded:["b-ih hh-eh1 d-ih-d","vbd"],beheading:["b-ih hh-eh1 d-ih-ng","nn vbg"],behemoth:["b-ah hh-iy1 m-ah-th","nn"],behest:["b-ih hh-eh1-s-t","nn"],behind:["b-ih hh-ay1-n-d","in nn rb rp"],behold:["b-ih hh-ow1-l-d","vb"],beholden:["b-ih hh-ow1-l d-ah-n","jj"],beholder:["b-iy hh-ow1-l d-er","nn"],beige:["b-ey1-zh","jj"],being:["b-iy1 ih-ng","vbg jj nn"],belabor:["b-ih-l-ey1-b-er","vb"],belaboring:["b-ih l-ey1 b-er ih-ng","vbg"],belated:["b-ih l-ey1 t-ih-d","jj"],belatedly:["b-ih l-ey1 t-ah-d l-iy","rb"],belch:["b-eh1-l-ch","nn vb"],belched:["b-eh1-l-ch-t","vbd"],belching:["b-eh1-l ch-ih-ng","vbg"],beleaguer:["b-ih-l-iy1-g-er","vb"],beleaguered:["b-ih l-iy1 g-er-d","jj vbn"],belfry:["b-eh1-l f-r-iy","nn"],belie:["b-ih l-ay1","vbp vb"],belied:["b-ih l-ay1-d","vbd"],belief:["b-ih l-iy1-f","nn"],belies:["b-ih l-ay1-z","vbz"],believable:["b-ah l-iy1 v-ah b-ah-l","jj"],believe:["b-ih l-iy1-v","vbp vb"],believed:["b-ih l-iy1-v-d","vbd vbn"],believer:["b-ah l-iy1 v-er","nn"],believes:["b-ih l-iy1-v-z","vbz"],believing:["b-ih l-iy1 v-ih-ng","vbg"],belittle:["b-ih l-ih1 t-ah-l","vbp vb"],belittled:["b-ih l-ih1 t-ah-l-d","jj"],belittling:["b-ih l-ih1 t-ah-l ih-ng","vbg"],bell:["b-eh1-l","nn"],bellhop:["b-eh1-l hh-aa-p","nn"],belligerence:["b-ah l-ih1 jh-er ah-n-s","nn"],belligerent:["b-ah l-ih1 jh-er ah-n-t","jj"],bellow:["b-eh1 l-ow","nn vb"],bellowed:["b-eh1 l-ow-d","vbd vbn"],bellowing:["b-eh1 l-ow ih-ng","vbg"],bellows:["b-eh1 l-ow-z","vbz nn"],bellwether:["b-eh1-l w-eh dh-er","nn jj"],belly:["b-eh1 l-iy","nn rb"],belong:["b-ih l-ao1-ng","vb vbp jj"],belonged:["b-ih l-ao1-ng-d","vbd vbn"],belonging:["b-ih l-ao1 ng-ih-ng","vbg"],belongs:["b-ih l-ao1-ng-z","vbz"],beloved:["b-ih l-ah1-v-d","jj vbn nn"],below:["b-ih l-ow1","in rb"],belt:["b-eh1-l-t","nn vb"],belted:["b-eh1-l t-ah-d","vbd"],belting:["b-eh1-l t-ih-ng","vbg"],beltway:["b-eh1-l-t w-ey","nn"],beluga:["b-ih l-uw1 g-ah","nn"],bely:["b-ah-l-ay1","vb"],belying:["b-ih l-ay1 ih-ng","vbg"],bemoan:["b-ih m-ow1-n","vb"],bemoaned:["b-ih m-ow1-n-d","vbd"],bemoaning:["b-ih m-ow1 n-ih-ng","vbg"],bemoans:["b-ih m-ow1-n-z","vbz"],bemused:["b-ih m-y-uw1-z-d","jj"],bench:["b-eh1-n-ch","nn vb"],benchmark:["b-eh1-n-ch m-aa-r-k","nn jj"],bend:["b-eh1-n-d","vb nn"],bending:["b-eh1-n d-ih-ng","vbg"],beneath:["b-ih n-iy1-th","in rb"],benefactor:["b-eh1 n-ah f-ae-k t-er","nn"],beneficence:["b-ah n-eh1 f-ah s-ah-n-s","nn"],beneficial:["b-eh n-ah f-ih1 sh-ah-l","jj"],beneficially:["b-eh n-ah f-ih1 sh-ah l-iy","rb"],beneficiary:["b-eh n-ah f-ih1 sh-iy eh r-iy","nn jj"],benefit:["b-eh1 n-ah f-ih-t","nn vb vbp"],benefited:["b-eh1 n-ah f-ih t-ih-d","vbd vbn"],benefiting:["b-eh1 n-ah f-ih t-ih-ng","vbg"],benevolence:["b-ah n-eh1 v-ah l-ah-n-s","nn"],benevolent:["b-ah n-eh1 v-ah l-ah-n-t","jj"],benighted:["b-ih n-ay1 t-ih-d","jj"],benign:["b-ih n-ay1-n","jj"],bent:["b-eh1-n-t","vbd vbn jj nn"],benzene:["b-eh-n z-iy1-n","nn"],bequeath:["b-ih k-w-iy1-th","vb"],bequeathed:["b-ah k-w-iy1-th-t","vbn vbd"],bequest:["b-ih k-w-eh1-s-t","nn"],berate:["b-ih-r-ey1-t","vb"],berated:["b-ih r-ey1 t-ih-d","vbn vbd"],bereavement:["b-er iy1-v m-ah-n-t","nn"],bereft:["b-er eh1-f-t","jj vbn"],beret:["b-eh1 r-ah-t","nn"],berg:["b-er1-g","nn"],berry:["b-eh1 r-iy","nn"],berserk:["b-er s-er1-k","jj rb"],berth:["b-er1-th","nn"],beryllium:["b-er ih1 l-iy ah-m","nn"],beset:["b-ih s-eh1-t","vbn jj vbd"],besetting:["b-ih s-eh1 t-ih-ng","vbg"],beside:["b-ih s-ay1-d","in rb"],besides:["b-ih s-ay1-d-z","in rb"],besiege:["b-ih s-iy1-jh","vb"],besieged:["b-ih s-iy1-jh-d","vbn jj"],bespeak:["b-ih-s-p-iy1-k","vb"],bespeaks:["b-ih s-p-iy1-k-s","vbz"],bespectacled:["b-ih s-p-eh1-k t-ah k-ah-l-d","jj"],best:["b-eh1-s-t","jjs rbs jjss nn rb vb"],bested:["b-eh1 s-t-ih-d","vbn vbd"],bestial:["b-eh1 s-ch-ah-l","jj"],besting:["b-eh1 s-t-ih-ng","vbg"],bestow:["b-ih s-t-ow1","vb"],bestowed:["b-ih s-t-ow1-d","vbn vbd"],bestows:["b-ih s-t-ow1-z","vbz"],bestseller:["b-eh1-s-t s-eh1 l-er","nn"],bestselling:["b-eh1-s-t s-eh1 l-ih-ng","jj"],bet:["b-eh1-t","nn rb vb vbd vbn vbp"],beta:["b-ey1 t-ah","nn jj"],betide:["b-ih t-ay1-d","vb"],betray:["b-ih t-r-ey1","vb vbp"],betrayal:["b-ih t-r-ey1 ah-l","nn"],betrayed:["b-ih t-r-ey1-d","vbn vbd"],betraying:["b-ih t-r-ey1 ih-ng","vbg"],betrays:["b-ih t-r-ey1-z","vbz"],better:["b-eh1 t-er","jjr rbr jj rb vb"],bettered:["b-eh1 t-er-d","vbd"],bettering:["b-eh1 t-er ih-ng","vbg"],betterment:["b-eh1 t-er m-ah-n-t","nn"],betting:["b-eh1 t-ih-ng","vbg"],between:["b-ih t-w-iy1-n","in rb"],bevel:["b-eh1 v-ah-l","vb"],beverage:["b-eh1 v-er ih-jh","nn"],bevy:["b-eh1 v-iy","nn"],beware:["b-ih w-eh1-r","vb vbp"],bewilder:["b-ih-w-ih1-l-d-er","vb"],bewildered:["b-ih w-ih1-l d-er-d","vbn jj"],bewildering:["b-ih w-ih1-l d-er ih-ng","vbg jj"],bewilderment:["b-ih w-ih1-l d-er m-ah-n-t","nn"],bewilders:["b-ih w-ih1-l d-er-z","vbz"],bewitch:["b-ih-w-ih1-ch","vb"],bewitched:["b-ih w-ih1-ch-t","vbn"],beyond:["b-ih aa1-n-d","in rb"],bi:["b-ay1","in"],bianco:["b-iy aa1-ng k-ow","nn"],biannual:["b-ay ae1 n-uw ah-l","jj"],bias:["b-ay1 ah-s","nn vb"],biased:["b-ay1 ah-s-t","vbn"],bib:["b-ih1-b","nn"],bible:["b-ay1 b-ah-l","jj nn"],biblical:["b-ih1 b-l-ah k-ah-l","jj"],bibliography:["b-ih b-l-iy aa1 g-r-ah f-iy","nn"],bicarbonate:["b-ay k-aa1-r b-ah n-ah-t","nn"],bicentennial:["b-ay s-eh-n t-eh1 n-iy ah-l","nn jj"],bicker:["b-ih1-k-er","vb"],bickered:["b-ih1 k-er-d","vbn"],bickering:["b-ih1 k-er ih-ng","vbg"],bicycle:["b-ay1 s-ih k-ah-l","nn"],bicycling:["b-ay1 s-ih k-ah l-ih-ng","nn"],bid:["b-ih1-d","nn vbd vbn vbp vb"],bidder:["b-ih1 d-er","nn"],bidding:["b-ih1 d-ih-ng","vbg"],bide:["b-ay1-d","vb"],biennial:["b-ay eh1 n-iy ah-l","jj"],bifocal:["b-ay1 f-ow k-ah-l","nn"],bifurcated:["b-ih1 f-er k-ey t-ih-d","jj"],big:["b-ih1-g","jj rb"],bigger:["b-ih1 g-er","jjr rbr"],biggest:["b-ih1 g-ah-s-t","jjs rbs"],biggie:["b-ih1 g-iy","nn"],bigness:["b-ih1-g n-ah-s","nn"],bigot:["b-ih1 g-ah-t","nn"],bigoted:["b-ih1 g-ah t-ih-d","jj"],bigotry:["b-ih1 g-ah t-r-iy","nn"],bike:["b-ay1-k","nn"],biker:["b-ay1 k-er","nn"],biking:["b-ay1 k-ih-ng","nn"],bikini:["b-ih k-iy1 n-iy","nn"],bilateral:["b-ay l-ae1 t-er ah-l","jj"],bile:["b-ay1-l","nn"],bilingual:["b-ay l-ih1-ng g-w-ah-l","jj"],bilious:["b-ih1 l-iy ah-s","jj"],bilk:["b-ih1-l-k","vb"],bilked:["b-ih1-l-k-t","vbn vbd"],bilking:["b-ih1-l k-ih-ng","vbg"],bill:["b-ih1-l","nn vbp vb"],billable:["b-ih1 l-ah b-ah-l","jj"],billboard:["b-ih1-l b-ao-r-d","nn"],billed:["b-ih1-l-d","vbn jj vbd"],billet:["b-ih1 l-ah-t","nn"],billfold:["b-ih1-l f-ow-l-d","nn"],billiard:["b-ih1 l-y-er-d","nn"],billiards:["b-ih1 l-y-er-d-z","nn"],billing:["b-ih1 l-ih-ng","nn vbg"],billion:["b-ih1 l-y-ah-n","nn"],billionaire:["b-ih l-y-ah n-eh1-r","nn"],billon:["b-ih1 l-ah-n","nn"],billow:["b-ih1-l-ow","vb"],billowed:["b-ih1 l-ow-d","vbd"],billowing:["b-ih1 l-ow ih-ng","vbg"],bimbo:["b-ih1-m b-ow","nn"],bimonthly:["b-ay m-ah1-n-th l-iy","jj"],bin:["b-ih1-n","nn"],binary:["b-ay1 n-er iy","jj"],binational:["b-ay n-ae1 sh-ah n-ah-l","jj"],bind:["b-ay1-n-d","nn vb vbp"],binder:["b-ay1-n d-er","nn"],binding:["b-ay1-n d-ih-ng","nn jj vbg"],binds:["b-ay1-n-d-z","vbz"],binge:["b-ih1-n-jh","nn"],bingo:["b-ih1-ng g-ow","nn"],binocular:["b-ah n-aa1 k-y-ah l-er","nn"],binomial:["b-ay n-ow1 m-iy ah-l","nn"],bio:["b-ay ow1","nn jj"],biochemical:["b-ay ow k-eh1 m-ah k-ah-l","jj"],biochemist:["b-ay ow k-eh1 m-ah-s-t","nn"],biochemistry:["b-ay ow k-eh1 m-ah s-t-r-iy","nn"],biodegradable:["b-ay ow d-ah g-r-ey1 d-ah b-ah-l","jj"],biofeedback:["b-ay ow f-iy1-d b-ae-k","nn"],biographer:["b-ay aa1 g-r-ah f-er","nn"],biographical:["b-ay ah g-r-ae1 f-ih k-ah-l","jj"],biography:["b-ay aa1 g-r-ah f-iy","nn"],biological:["b-ay ah l-aa1 jh-ih k-ah-l","jj nn"],biologically:["b-ay ah l-aa1 jh-ih-k l-iy","rb"],biologist:["b-ay aa1 l-ah jh-ah-s-t","nn"],biology:["b-ay aa1 l-ah jh-iy","nn"],biomedical:["b-ay ow m-eh1 d-ih k-ah-l","jj"],biopharmaceutical:["b-ay ow f-aa-r m-ah s-uw1 t-ih k-ah-l","jj"],biopsy:["b-ay1 aa-p s-iy","nn"],biotech:["b-ay1 ow t-eh-k","jj nn"],biotechnology:["b-ay ow t-eh-k n-aa1 l-ah jh-iy","nn"],bipartisan:["b-ay p-aa1-r t-ih z-ah-n","jj"],bipartisanship:["b-ay p-aa1-r t-ah z-ah-n sh-ih-p","nn"],biplane:["b-ay1 p-l-ey-n","nn"],biracial:["b-ay r-ey1 sh-ah-l","jj"],birch:["b-er1-ch","nn"],bird:["b-er1-d","nn"],birdie:["b-er1 d-iy","nn vb"],birdied:["b-er1 d-iy-d","vbd vbn"],birth:["b-er1-th","nn"],birthday:["b-er1-th d-ey","nn"],birthplace:["b-er1-th p-l-ey-s","nn"],birthrate:["b-er1-th r-ey-t","nn"],birthright:["b-er1-th r-ay-t","nn"],biscuit:["b-ih1 s-k-ah-t","nn"],bisexual:["b-ay s-eh1-k sh-uw ah-l","jj"],bishop:["b-ih1 sh-ah-p","nn"],bison:["b-ay1 s-ah-n","nn"],bisque:["b-ih1-s-k","nn"],bit:["b-ih1-t","nn vbd vbn jj rb vb"],bitch:["b-ih1-ch","nn vb"],bitchy:["b-ih1 ch-iy","jj"],bite:["b-ay1-t","vb vbp nn"],biting:["b-ay1 t-ih-ng","vbg jj"],bitten:["b-ih1 t-ah-n","vbn"],bitter:["b-ih1 t-er","jj"],bitterest:["b-ih1 t-er ah-s-t","jjs"],bitterly:["b-ih1 t-er l-iy","rb"],bitterness:["b-ih1 t-er n-ah-s","nn"],bittersweet:["b-ih1 t-er s-w-iy-t","jj"],bituminous:["b-ih t-uw1 m-ah n-ah-s","jj"],bivouac:["b-ih1-v w-ae-k","nn"],biweekly:["b-ay w-iy1-k l-iy","jj nn"],biz:["b-ih1-z","nn"],bizarre:["b-ah z-aa1-r","jj"],black:["b-l-ae1-k","jj nn vb"],blackberry:["b-l-ae1-k b-eh r-iy","nn"],blackboard:["b-l-ae1-k b-ao-r-d","nn"],blacked:["b-l-ae1-k-t","vbn"],blacken:["b-l-ae1-k-ah-n","vb"],blackened:["b-l-ae1 k-ah-n-d","vbn jj"],blackening:["b-l-ae1 k-ah n-ih-ng","nn"],blacker:["b-l-ae1 k-er","jjr"],blackest:["b-l-ae1 k-ah-s-t","jjs"],blackjack:["b-l-ae1-k jh-ae-k","nn"],blacklist:["b-l-ae1-k l-ih-s-t","vb"],blacklisting:["b-l-ae1-k l-ih s-t-ih-ng","nn"],blackmail:["b-l-ae1-k m-ey-l","nn vb"],blackmailed:["b-l-ae1-k m-ey-l-d","vbn"],blackmailing:["b-l-ae1-k m-ey l-ih-ng","vbg"],blackness:["b-l-ae1-k n-ah-s","nn"],blackout:["b-l-ae1-k aw-t","nn"],blacksmith:["b-l-ae1-k s-m-ih-th","nn"],bladder:["b-l-ae1 d-er","nn"],blade:["b-l-ey1-d","nn"],blame:["b-l-ey1-m","vb nn vbp"],blamed:["b-l-ey1-m-d","vbd vbn"],blames:["b-l-ey1-m-z","vbz"],blaming:["b-l-ey1 m-ih-ng","vbg"],blanche:["b-l-ae1-n-ch","jj nn"],bland:["b-l-ae1-n-d","jj"],blander:["b-l-ae1-n d-er","jjr"],blandly:["b-l-ae1-n-d l-iy","rb"],blandness:["b-l-ae1-n-d n-ah-s","nn"],blank:["b-l-ae1-ng-k","jj nn rb vb"],blanket:["b-l-ae1-ng k-ah-t","nn vbp jj vb"],blanketed:["b-l-ae1-ng k-ah t-ih-d","vbd"],blare:["b-l-eh1-r","vb"],blared:["b-l-eh1-r-d","vbd"],blares:["b-l-eh1-r-z","vbz"],blaring:["b-l-eh1 r-ih-ng","vbg"],blase:["b-l-ey1-z","jj nn"],blasphemous:["b-l-ae1-s f-ah m-ah-s","jj"],blasphemy:["b-l-ae1-s f-ah m-iy","nn"],blast:["b-l-ae1-s-t","nn vb"],blastdown:["b-l-ae1-s-t d-aw-n","nn"],blasted:["b-l-ae1 s-t-ah-d","vbd vbn"],blasting:["b-l-ae1 s-t-ih-ng","vbg jj"],blatant:["b-l-ey1 t-ah-n-t","jj"],blatantly:["b-l-ey1 t-ah-n-t l-iy","rb"],blaze:["b-l-ey1-z","nn vb vbp"],blazed:["b-l-ey1-z-d","vbd"],blazer:["b-l-ey1 z-er","nn"],blazing:["b-l-ey1 z-ih-ng","vbg jj"],bleach:["b-l-iy1-ch","nn vb"],bleached:["b-l-iy1-ch-t","jj vbn"],bleacher:["b-l-iy1 ch-er","nn"],bleaching:["b-l-iy1 ch-ih-ng","vbg"],bleak:["b-l-iy1-k","jj nn"],bleaker:["b-l-iy1 k-er","jjr"],bleary:["b-l-ih1 r-iy","jj"],bled:["b-l-eh1-d","vbd"],bleed:["b-l-iy1-d","vb vbp"],bleeding:["b-l-iy1 d-ih-ng","vbg"],blemish:["b-l-eh1 m-ih-sh","nn"],blend:["b-l-eh1-n-d","nn vbp vb"],blended:["b-l-eh1-n d-ah-d","jj vbd vbn"],blender:["b-l-eh1-n d-er","nn"],blending:["b-l-eh1-n d-ih-ng","vbg"],bless:["b-l-eh1-s","vb"],blessed:["b-l-eh1-s-t","vbn jj vbd"],blessing:["b-l-eh1 s-ih-ng","nn vbg"],blew:["b-l-uw1","vbd"],blight:["b-l-ay1-t","nn vb"],blighted:["b-l-ay1 t-ih-d","vbn vbd"],blind:["b-l-ay1-n-d","jj vb"],blinded:["b-l-ay1-n d-ih-d","vbn"],blindfold:["b-l-ay1-n-d f-ow-l-d","nn vb"],blindfolded:["b-l-ay1-n-d f-ow-l d-ih-d","vbn jj vbd"],blinding:["b-l-ay1-n d-ih-ng","jj vbg"],blindly:["b-l-ay1-n-d l-iy","rb"],blindness:["b-l-ay1-n-d n-ah-s","nn"],blindside:["b-l-ay1-n-d-s-ay-d","vb"],blindsided:["b-l-ay1-n-d s-ay d-ih-d","vbn jj"],blink:["b-l-ih1-ng-k","vb nn"],blinked:["b-l-ih1-ng-k-t","vbd"],blinking:["b-l-ih1-ng k-ih-ng","jj vbg rb"],blinks:["b-l-ih1-ng-k-s","vbz"],blip:["b-l-ih1-p","nn vbp vb"],bliss:["b-l-ih1-s","nn"],blissful:["b-l-ih1-s f-ah-l","jj"],blissfully:["b-l-ih1-s f-ah l-iy","rb"],blister:["b-l-ih1 s-t-er","nn vb"],blistered:["b-l-ih1 s-t-er-d","vbn"],blistering:["b-l-ih1 s-t-er ih-ng","vbg jj"],blithe:["b-l-ay1-dh","jj"],blithely:["b-l-ay1-th l-iy","rb"],blitz:["b-l-ih1-t-s","nn"],blitzkrieg:["b-l-ih1-t s-k-r-iy-g","nn"],blizzard:["b-l-ih1 z-er-d","nn"],bloat:["b-l-ow1-t","nn vb"],bloated:["b-l-ow1 t-ih-d","jj vbn"],blob:["b-l-aa1-b","nn"],blobby:["b-l-aa1 b-iy","jj"],bloc:["b-l-aa1-k","nn"],block:["b-l-aa1-k","nn vbp jj vb"],blockade:["b-l-aa k-ey1-d","nn vb"],blockading:["b-l-aa k-ey1 d-ih-ng","vbg"],blockage:["b-l-aa1 k-ih jh-ih","nn"],blockbuster:["b-l-aa1-k b-ah s-t-er","nn jj"],blocked:["b-l-aa1-k-t","vbn jj vbd"],blocker:["b-l-aa1 k-er","nn"],blocking:["b-l-aa1 k-ih-ng","vbg jj nn"],bloke:["b-l-ow1-k","nn"],blond:["b-l-aa1-n-d","jj nn"],blonde:["b-l-aa1-n-d","jj nn"],blood:["b-l-ah1-d","nn vb"],bloodbath:["b-l-ah1-d b-ae-th","nn"],blooded:["b-l-ah1 d-ih-d","vbn"],bloodied:["b-l-ah1 d-iy-d","jj vbn"],bloodiest:["b-l-ah1 d-iy ah-s-t","jjs"],bloodless:["b-l-ah1-d l-ah-s","jj"],bloodletting:["b-l-ah1-d l-eh t-ih-ng","vbg"],bloodshed:["b-l-ah1-d sh-eh-d","nn"],bloodstain:["b-l-ah1-d s-t-ey-n","nn"],bloodstained:["b-l-ah1-d s-t-ey-n-d","jj"],bloodstream:["b-l-ah1-d s-t-r-iy-m","nn"],bloodsucking:["b-l-ah1-d s-ah k-ih-ng","vbg jj"],bloodthirsty:["b-l-ah1-d th-er s-t-iy","jj"],bloody:["b-l-ah1 d-iy","jj"],bloom:["b-l-uw1-m","nn vbp vb"],bloomed:["b-l-uw1-m-d","vbd"],blooming:["b-l-uw1 m-ih-ng","vbg"],blooper:["b-l-uw1 p-er","nn"],blossom:["b-l-aa1 s-ah-m","vb jj nn"],blossomed:["b-l-aa1 s-ah-m-d","vbd vbn"],blot:["b-l-aa1-t","nn vb"],blouse:["b-l-aw1-s","nn"],blow:["b-l-ow1","nn vb vbp"],blower:["b-l-ow1 er","nn"],blowing:["b-l-ow1 ih-ng","vbg"],blown:["b-l-ow1-n","vbn"],blowout:["b-l-ow1 aw-t","nn"],blowtorch:["b-l-ow1 t-ao-r-ch","nn"],blowup:["b-l-ow1 ah-p","nn"],blubber:["b-l-ah1 b-er","nn"],bludgeon:["b-l-ah1 jh-ah-n","vb nn"],bludgeoned:["b-l-ah1 jh-ah-n-d","vbn"],blue:["b-l-uw1","jj nn"],blueberry:["b-l-uw1 b-eh r-iy","nn"],bluebonnet:["b-l-uw1 b-aa n-ah-t","nn"],bluechip:["b-l-uw1 ch-ih-p","jj"],blueprint:["b-l-uw1 p-r-ih-n-t","nn"],bluest:["b-l-uw1 ah-s-t","jjs"],bluff:["b-l-ah1-f","nn vb"],bluffing:["b-l-ah1 f-ih-ng","vbg"],bluing:["b-l-uw1 ih-ng","nn"],bluish:["b-l-uw1 ih-sh","jj"],blunder:["b-l-ah1-n d-er","nn vb"],blundered:["b-l-ah1-n d-er-d","vbd vbn"],blunt:["b-l-ah1-n-t","vb jj"],blunted:["b-l-ah1-n t-ah-d","vbd jj vbn"],blunter:["b-l-ah1-n t-er","nn"],bluntest:["b-l-ah1-n t-ah-s-t","rbs"],bluntly:["b-l-ah1-n-t l-iy","rb"],bluntness:["b-l-ah1-n-t n-ah-s","nn"],blunts:["b-l-ah1-n-t-s","vbz"],blur:["b-l-er1","nn vb vbp"],blurred:["b-l-er1-d","vbn jj vbd"],blurring:["b-l-er1 ih-ng","vbg"],blurry:["b-l-er1 iy","jj"],blurt:["b-l-er1-t","nn vb vbp"],blurted:["b-l-er1 t-ih-d","vbd vbn"],blush:["b-l-ah1-sh","nn vb"],blushed:["b-l-ah1-sh-t","vbd vbn"],blushing:["b-l-ah1 sh-ih-ng","vbg"],bluster:["b-l-ah1 s-t-er","nn vb"],blustery:["b-l-ah1 s-t-er iy","jj"],boa:["b-ow1 ah","nn"],boar:["b-ao1-r","nn"],board:["b-ao1-r-d","nn rb vb"],boarded:["b-ao1-r d-ah-d","vbd vbn jj"],boarding:["b-ao1-r d-ih-ng","vbg"],boardinghouse:["b-ao1-r d-ih-ng hh-aw-s","nn"],boardroom:["b-ao1-r-d r-uw-m","nn"],boast:["b-ow1-s-t","vbp nn vb"],boasted:["b-ow1 s-t-ah-d","vbd vbn"],boastful:["b-ow1-s-t f-ah-l","jj"],boasting:["b-ow1 s-t-ih-ng","vbg"], +boasts:["b-ow1-s-t-s","vbz"],boat:["b-ow1-t","nn vb"],boater:["b-ow1 t-er","nn"],boating:["b-ow1 t-ih-ng","vbg"],boatload:["b-ow1-t l-ow-d","nn"],boatman:["b-ow1-t m-ah-n","nn"],bobbing:["b-aa1 b-ih-ng","vbg"],bobby:["b-aa1 b-iy","nn jj"],bode:["b-ow1-d","vb vbp"],bodega:["b-ow d-ey1 g-ah","nn"],bodes:["b-ow1-d-z","vbz"],bodied:["b-aa1 d-iy-d","jj"],bodily:["b-aa1 d-ah l-iy","jj rb"],body:["b-aa1 d-iy","nn"],bodyguard:["b-aa1 d-iy g-aa-r-d","nn"],bog:["b-aa1-g","vb nn"],bogey:["b-ow1 g-iy","nn vb"],bogeyed:["b-ow1 g-iy-d","vbd"],bogged:["b-aa1-g-d","vbd vbn"],bogging:["b-ao1 g-ih-ng","vbg"],boggle:["b-aa1-g-ah-l","vb"],boggled:["b-aa1 g-ah-l-d","vbd"],bogs:["b-aa1-g-z","vbz"],bogus:["b-ow1 g-ah-s","jj"],bohemian:["b-ow hh-iy1 m-iy ah-n","jj"],boil:["b-oy1-l","vb nn"],boiled:["b-oy1-l-d","vbn vbd jj"],boiler:["b-oy1 l-er","nn"],boilerplate:["b-oy1 l-er p-l-ey-t","nn"],boiling:["b-oy1 l-ih-ng","vbg"],boils:["b-oy1-l-z","vbz"],boisterous:["b-oy1 s-t-er ah-s","jj"],bold:["b-ow1-l-d","jj"],bolder:["b-ow1-l d-er","jjr"],boldest:["b-ow1-l d-ih-s-t","jjs"],boldly:["b-ow1-l-d l-iy","rb"],boldness:["b-ow1-l-d n-ah-s","nn"],boll:["b-ow1-l","nn"],bolster:["b-ow1-l s-t-er","vb vbp nn"],bolstered:["b-ow1-l s-t-er-d","vbn vbd"],bolstering:["b-ow1-l s-t-er ih-ng","vbg"],bolsters:["b-ow1-l s-t-er-z","vbz"],bolt:["b-ow1-l-t","nn vb"],bolted:["b-ow1-l t-ah-d","vbn vbd"],bolting:["b-ow1-l t-ih-ng","vbg"],bomb:["b-aa1-m","nn vb"],bombard:["b-aa-m b-aa1-r-d","vb"],bombarded:["b-aa-m b-aa1-r d-ih-d","vbd vbn"],bombarding:["b-aa-m b-aa1-r d-ih-ng","vbg"],bombardment:["b-aa-m b-aa1-r-d m-ah-n-t","nn"],bombast:["b-aa1-m b-ae-s-t","nn"],bombastic:["b-aa-m b-ae1 s-t-ih-k","jj"],bombed:["b-aa1-m-d","vbn vbd"],bomber:["b-aa1 m-er","nn"],bombing:["b-aa1 m-ih-ng","nn vbg"],bombshell:["b-aa1-m sh-eh-l","nn"],bonanza:["b-ah n-ae1-n z-ah","nn"],bond:["b-aa1-n-d","nn vb"],bondage:["b-aa1-n d-ih-jh","nn"],bonded:["b-aa1-n d-ah-d","vbn jj"],bondholder:["b-aa1-n-d hh-ow-l d-er","nn"],bonding:["b-aa1-n d-ih-ng","vbg"],bone:["b-ow1-n","nn vb"],boned:["b-ow1-n-d","vbn"],bonfire:["b-aa1-n f-ay er","nn"],bonkers:["b-aa1-ng k-er-z","jj"],bonnet:["b-aa1 n-ah-t","nn"],bonus:["b-ow1 n-ah-s","nn"],bony:["b-ow1 n-iy","jj"],boo:["b-uw1","vb"],booby:["b-uw1 b-iy","jj nn"],booed:["b-uw1-d","vbd"],boogie:["b-uw1 g-iy","nn"],booing:["b-uw1 ih-ng","vbg"],book:["b-uh1-k","nn vb"],bookcase:["b-uh1-k k-ey-s","nn"],booked:["b-uh1-k-t","vbn vbd"],booker:["b-uh1-k er","nn"],bookie:["b-uh1-k iy","nn"],booking:["b-uh1 k-ih-ng","nn vbg"],bookish:["b-uh1-k ih-sh","jj"],bookkeeper:["b-uh1-k k-iy p-er","nn"],bookkeeping:["b-uh1-k k-iy p-ih-ng","vbg"],booklet:["b-uh1-k l-ih-t","nn"],bookseller:["b-uh1-k s-eh l-er","nn"],bookshelf:["b-uh1-k sh-eh-l-f","nn"],bookstore:["b-uh1-k s-t-ao-r","nn"],boom:["b-uw1-m","nn vb"],boomed:["b-uw1-m-d","vbd vbn"],boomer:["b-uw1 m-er","nn"],boomerang:["b-uw1 m-er ae-ng","nn vb"],booming:["b-uw1 m-ih-ng","jj vbg"],boomtown:["b-uw1-m t-aw-n","nn"],boon:["b-uw1-n","nn jj"],boondoggle:["b-uw-n d-aa1 g-ah-l","nn"],boor:["b-uh1-r","nn"],boorish:["b-uh1 r-ih-sh","jj"],boost:["b-uw1-s-t","vb nn vbp"],boosted:["b-uw1 s-t-ih-d","vbd vbn"],booster:["b-uw1 s-t-er","nn"],boosting:["b-uw1 s-t-ih-ng","vbg"],boot:["b-uw1-t","nn vb"],booted:["b-uw1 t-ih-d","vbn vbd jj"],booth:["b-uw1-th","nn"],booting:["b-uw1 t-ih-ng","vbg"],bootleg:["b-uw1-t l-eh-g","jj nn"],bootlegger:["b-uw1-t l-eh g-er","nn"],bootlegging:["b-uw1-t l-eh g-ih-ng","nn"],booty:["b-uw1 t-iy","nn"],booze:["b-uw1-z","nn"],bop:["b-aa1-p","nn"],borax:["b-ao1 r-ae-k-s","nn"],border:["b-ao1-r d-er","nn vb"],bordered:["b-ao1-r d-er-d","vbn"],bordering:["b-ao1-r d-er ih-ng","vbg"],borderline:["b-ao1-r d-er l-ay-n","jj nn rb"],bore:["b-ao1-r","vbd vbp jj nn vb"],bored:["b-ao1-r-d","vbn jj vbd"],boredom:["b-ao1-r d-ah-m","nn"],borer:["b-ao1 r-er","nn"],boring:["b-ao1 r-ih-ng","jj vbg"],born:["b-ao1-r-n","vbn"],borne:["b-ao1-r-n","vbn"],borough:["b-er1 ow","nn"],borrow:["b-aa1 r-ow","vb vbp"],borrowed:["b-aa1 r-ow-d","vbn vbd jj"],borrower:["b-aa1 r-ow er","nn"],borrowing:["b-aa1 r-ow ih-ng","nn jj vbg"],borrows:["b-aa1 r-ow-z","vbz"],bosom:["b-uh1 z-ah-m","nn"],boss:["b-aa1-s","nn"],bossman:["b-ao1-s m-ah-n","nn"],botanical:["b-ah t-ae1 n-ih k-ah-l","jj"],botanist:["b-aa1 t-ah n-ah-s-t","nn"],botany:["b-aa1 t-ah n-iy","nn"],botch:["b-aa1-ch","vb"],botched:["b-aa1-ch-t","vbn jj"],both:["b-aa1-th","jj rb prp"],bother:["b-aa1 dh-er","vb vbp"],bothered:["b-aa1 dh-er-d","vbn vbd"],bothering:["b-aa1 dh-er ih-ng","vbg"],bothers:["b-aa1 dh-er-z","vbz"],bothersome:["b-aa1 dh-er s-ah-m","jj"],bottle:["b-aa1 t-ah-l","nn vb"],bottled:["b-aa1 t-ah-l-d","jj vbd vbn"],bottleneck:["b-aa1 t-ah-l n-eh-k","nn"],bottler:["b-aa1-t l-er","nn"],bottling:["b-aa1 t-ah-l ih-ng","nn vbg"],bottom:["b-aa1 t-ah-m","nn jj vb"],bottomed:["b-aa1 t-ah-m-d","vbn vbd"],bottoming:["b-aa1 t-ah m-ih-ng","vbg"],bottomless:["b-aa1 t-ah-m l-ah-s","jj"],bough:["b-aw1","nn"],bought:["b-aa1-t","vbd vbn"],boulder:["b-ow1-l d-er","nn"],boulevard:["b-uh1 l-ah v-aa-r-d","nn"],bounce:["b-aw1-n-s","vb vbp nn"],bounced:["b-aw1-n-s-t","vbd vbn"],bouncing:["b-aw1-n s-ih-ng","vbg"],bouncy:["b-aw1-n s-iy","jj"],bound:["b-aw1-n-d","vbn jj nn vbd"],boundary:["b-aw1-n d-er iy","nn"],bounded:["b-aw1-n d-ah-d","vbn vbd jj"],bounding:["b-aw1-n d-ih-ng","vbg"],boundless:["b-aw1-n-d l-ah-s","jj"],bounty:["b-aw1-n t-iy","nn"],bouquet:["b-uw k-ey1","nn"],bourbon:["b-er1 b-ah-n","nn"],bourgeois:["b-uh-r zh-w-aa1","jj"],bourgeoisie:["b-uh-r zh-w-aa z-iy1","nn"],bout:["b-aw1-t","nn"],boutique:["b-uw t-iy1-k","nn"],bovine:["b-ow1 v-ay-n","jj nn"],bow:["b-aw1","nn vb vbp"],bowed:["b-aw1-d","vbd vbn jj"],bowel:["b-aw1 ah-l","nn"],bower:["b-aw1 er","nn"],bowing:["b-ow1 ih-ng","vbg"],bowl:["b-ow1-l","nn vb vbp"],bowled:["b-ow1-l-d","vbn"],bowling:["b-ow1 l-ih-ng","vbg"],box:["b-aa1-k-s","nn vb"],boxcar:["b-aa1-k-s k-aa-r","nn"],boxed:["b-aa1-k-s-t","vbn"],boxer:["b-aa1-k s-er","nn"],boxing:["b-aa1-k s-ih-ng","nn"],boxy:["b-aa1-k s-iy","jj"],boy:["b-oy1","nn uh"],boycott:["b-oy1 k-aa-t","nn vb vbp"],boycotted:["b-oy1 k-aa t-ih-d","vbn"],boycotting:["b-oy1 k-aa t-ih-ng","vbg"],boyfriend:["b-oy1 f-r-eh-n-d","nn"],boyhood:["b-oy1 hh-uh-d","nn"],boyish:["b-oy1 ih-sh","jj"],bra:["b-r-aa1","nn"],brace:["b-r-ey1-s","nn vb vbp"],braced:["b-r-ey1-s-t","vbn vbd"],bracelet:["b-r-ey1-s l-ah-t","nn"],bracing:["b-r-ey1 s-ih-ng","vbg"],bracket:["b-r-ae1 k-ih-t","nn"],brackish:["b-r-ae1 k-ih-sh","jj"],brad:["b-r-ae1-d","nn"],bradykinin:["b-r-ah d-ih1 k-ih n-ih-n","nn"],brag:["b-r-ae1-g","vb vbp nn"],braggadocio:["b-r-ae g-ah d-ow1 sh-iy ow","nn"],bragged:["b-r-ae1-g-d","vbd"],bragging:["b-r-ae1 g-ih-ng","vbg"],braid:["b-r-ey1-d","vb"],braided:["b-r-ey1 d-ih-d","jj vbn"],braiding:["b-r-ey1 d-ih-ng","vbg"],brain:["b-r-ey1-n","nn"],brainchild:["b-r-ey1-n ch-ay-l-d","nn"],brainpower:["b-r-ey1-n p-aw er","nn"],brainstorm:["b-r-ey1-n s-t-ao-r-m","nn"],brainwash:["b-r-ey1-n-w-aa-sh","vb"],brainwashed:["b-r-ey1-n w-aa-sh-t","vbn"],brainwashing:["b-r-ey1-n w-aa sh-ih-ng","nn"],brainy:["b-r-ey1 n-iy","jj"],brake:["b-r-ey1-k","nn vb"],braking:["b-r-ey1 k-ih-ng","vbg"],bramble:["b-r-ae1-m b-ah-l","nn"],bran:["b-r-ae1-n","nn"],branch:["b-r-ae1-n-ch","nn vb"],branched:["b-r-ae1-n-ch-t","vbn jj vbd"],branching:["b-r-ae1-n ch-ih-ng","vbg"],brand:["b-r-ae1-n-d","nn vb vbp jj rb"],branded:["b-r-ae1-n d-ih-d","vbn jj"],brandish:["b-r-ae1-n-d-ih-sh","vb"],brandished:["b-r-ae1-n d-ih-sh-t","vbd"],brandishes:["b-r-ae1-n d-ih sh-ih-z","vbz"],brandishing:["b-r-ae1-n d-ih sh-ih-ng","vbg"],brandy:["b-r-ae1-n d-iy","nn vb"],brash:["b-r-ae1-sh","jj"],brashness:["b-r-ae1-sh n-ah-s","nn"],brass:["b-r-ae1-s","nn jj"],brassy:["b-r-ae1 s-iy","jj"],brat:["b-r-ae1-t","nn"],bratwurst:["b-r-ae1-t w-er-s-t","nn"],bravado:["b-r-ah v-aa1 d-ow","nn"],brave:["b-r-ey1-v","jj vb"],braved:["b-r-ey1-v-d","vbd vbn"],bravely:["b-r-ey1-v l-iy","rb"],braver:["b-r-ey1 v-er","jjr"],bravery:["b-r-ey1 v-er iy","nn"],bravest:["b-r-ey1 v-ah-s-t","jjs"],braving:["b-r-ey1 v-ih-ng","vbg"],bravura:["b-r-ah v-y-uh1 r-ah","nn jj"],brawl:["b-r-ao1-l","nn"],brawling:["b-r-ao1 l-ih-ng","nn"],brawny:["b-r-ao1 n-iy","jj"],brazen:["b-r-ey1 z-ah-n","jj vb"],brazenly:["b-r-ey1 z-ah-n l-iy","rb"],brazier:["b-r-ey1 z-iy er","nn"],brazil:["b-r-ah z-ih1-l","nn"],breach:["b-r-iy1-ch","nn vb"],breached:["b-r-iy1-ch-t","vbd vbn"],breaching:["b-r-iy1 ch-ih-ng","vbg"],bread:["b-r-eh1-d","nn"],breadbasket:["b-r-eh1-d b-ae s-k-ah-t","nn"],breadbox:["b-r-eh1-d b-aa-k-s","nn"],breaded:["b-r-eh1 d-ih-d","jj"],breadth:["b-r-eh1-d-th","nn"],"break":["b-r-ey1-k","vb nn vbp"],breakage:["b-r-ey1 k-ih-jh","nn"],breakaway:["b-r-ey1-k ah w-ey","nn"],breakdown:["b-r-ey1-k d-aw-n","nn"],breaker:["b-r-ey1 k-er","nn"],breakeven:["b-r-ey1 k-iy v-ah-n","jj nn"],breakfast:["b-r-eh1-k f-ah-s-t","nn"],breaking:["b-r-ey1 k-ih-ng","vbg jj nn"],breakneck:["b-r-ey1-k n-eh-k","jj"],breakthrough:["b-r-ey1-k th-r-uw","nn"],breakup:["b-r-ey1-k ah-p","nn"],breakwater:["b-r-ey1-k w-ao t-er","nn"],breast:["b-r-eh1-s-t","nn"],breath:["b-r-eh1-th","nn vb"],breathe:["b-r-iy1-dh","vb vbp"],breathed:["b-r-iy1-dh-d","vbd vbn"],breather:["b-r-iy1 dh-er","nn"],breathes:["b-r-iy1-dh-z","vbz"],breathing:["b-r-iy1 dh-ih-ng","vbg"],breathless:["b-r-eh1-th l-ah-s","jj"],breathlessly:["b-r-eh1-th l-ah-s l-iy","rb"],breathtaking:["b-r-eh1-th t-ey k-ih-ng","jj"],breathy:["b-r-eh1 th-iy","jj"],bred:["b-r-eh1-d","vbn vbd"],breed:["b-r-iy1-d","nn vb vbp"],breeder:["b-r-iy1 d-er","nn"],breeding:["b-r-iy1 d-ih-ng","vbg"],breeze:["b-r-iy1-z","nn vb"],breezy:["b-r-iy1 z-iy","jj"],brevity:["b-r-eh1 v-ah t-iy","nn"],brew:["b-r-uw1","nn vb"],brewed:["b-r-uw1-d","vbn"],brewer:["b-r-uw1 er","nn"],brewery:["b-r-uw1 er iy","nn"],brewing:["b-r-uw1 ih-ng","vbg"],bribe:["b-r-ay1-b","nn vb"],bribed:["b-r-ay1-b-d","vbd vbn"],bribery:["b-r-ay1 b-er iy","nn"],brick:["b-r-ih1-k","nn"],bricklayer:["b-r-ih1-k l-ey er","nn"],bridal:["b-r-ay1 d-ah-l","jj"],bride:["b-r-ay1-d","nn"],bridegroom:["b-r-ay1-d g-r-uw-m","nn"],bridesmaid:["b-r-ay1-d-z m-ey-d","nn"],bridge:["b-r-ih1-jh","nn jj vb"],bridgehead:["b-r-ih1-jh hh-eh-d","nn"],bridging:["b-r-ih1 jh-ih-ng","vbg jj"],bridle:["b-r-ay1 d-ah-l","nn vb"],bridled:["b-r-ay1 d-ah-l-d","vbn"],brie:["b-r-iy1","nn"],brief:["b-r-iy1-f","jj nn vb"],briefcase:["b-r-iy1-f k-ey-s","nn"],briefed:["b-r-iy1-f-t","vbn vbd"],briefer:["b-r-iy1 f-er","jjr"],briefing:["b-r-iy1 f-ih-ng","nn vbg"],briefly:["b-r-iy1-f l-iy","nn rb"],brig:["b-r-ih1-g","nn"],brigade:["b-r-ah g-ey1-d","nn"],brigadier:["b-r-ih g-ah d-ih1-r","nn"],bright:["b-r-ay1-t","jj rb"],brighten:["b-r-ay1 t-ah-n","vb"],brightened:["b-r-ay1 t-ah-n-d","vbd vbn"],brightening:["b-r-ay1 t-ah-n ih-ng","vbg"],brightens:["b-r-ay1 t-ah-n-z","vbz"],brighter:["b-r-ay1 t-er","jjr"],brightest:["b-r-ay1 t-ah-s-t","jjs"],brightly:["b-r-ay1-t l-iy","rb"],brightness:["b-r-ay1-t n-ah-s","nn"],brilliance:["b-r-ih1-l y-ah-n-s","nn"],brilliant:["b-r-ih1-l y-ah-n-t","jj"],brilliantly:["b-r-ih1-l y-ah-n-t l-iy","rb"],brim:["b-r-ih1-m","nn"],brimmed:["b-r-ih1-m-d","vbd vbn"],brimming:["b-r-ih1 m-ih-ng","vbg"],brindle:["b-r-ih1-n d-ah-l","nn"],brine:["b-r-ay1-n","nn"],bring:["b-r-ih1-ng","vb vbp"],bringing:["b-r-ih1 ng-ih-ng","vbg"],brings:["b-r-ih1-ng-z","vbz"],brink:["b-r-ih1-ng-k","nn"],brinkmanship:["b-r-ih1-ng-k m-ah-n sh-ih-p","nn"],brinksmanship:["b-r-ih1-ng-k-s m-ah-n sh-ih-p","nn"],brisk:["b-r-ih1-s-k","jj"],brisker:["b-r-ih1 s-k-er","jjr"],briskly:["b-r-ih1-s-k l-iy","rb"],bristle:["b-r-ih1 s-ah-l","vbp vb nn"],bristled:["b-r-ih1 s-ah-l-d","vbd"],bristling:["b-r-ih1 s-ah-l ih-ng","vbg jj"],brittle:["b-r-ih1 t-ah-l","jj"],broach:["b-r-ow1-ch","vb"],broached:["b-r-ow1-ch-t","vbn"],broad:["b-r-ao1-d","jj"],broadcast:["b-r-ao1-d k-ae-s-t","nn jj vb vbd vbn"],broadcaster:["b-r-ao1-d k-ae s-t-er","nn"],broadcasting:["b-r-ao1-d k-ae s-t-ih-ng","vbg"],broaden:["b-r-ao1 d-ah-n","vb vbp"],broadened:["b-r-ao1 d-ah-n-d","vbn vbd"],broadening:["b-r-ao1 d-ah-n ih-ng","vbg"],broadens:["b-r-ao1 d-ah-n-z","vbz"],broader:["b-r-ao1 d-er","jjr"],broadest:["b-r-ao1 d-ih-s-t","jjs"],broadly:["b-r-ao1-d l-iy","rb"],broadside:["b-r-ao1-d s-ay-d","jj nn rb"],brocade:["b-r-ow k-ey1-d","nn"],broccoli:["b-r-aa1 k-ah l-iy","nn"],brochure:["b-r-ow sh-uh1-r","nn"],broil:["b-r-oy1-l","nn vb"],broiled:["b-r-oy1-l-d","vbn"],broiler:["b-r-oy1 l-er","nn"],broiling:["b-r-oy1 l-ih-ng","vbg"],brok:["b-r-aa1-k","vbd"],broke:["b-r-ow1-k","vbd vbn jj rb vb"],broken:["b-r-ow1 k-ah-n","vbn jj"],broker:["b-r-ow1 k-er","nn vb"],brokerage:["b-r-ow1 k-er ih-jh","nn"],brokered:["b-r-ow1 k-er-d","vbd vbn"],brokering:["b-r-ow1 k-er ih-ng","vbg"],bromide:["b-r-ow1 m-ay-d","nn"],bronc:["b-r-aa1-ng-k","nn"],bronchial:["b-r-aa1-n ch-iy ah-l","jj"],bronchitis:["b-r-aa-ng k-ay1 t-ah-s","nn"],bronze:["b-r-aa1-n-z","nn jj"],bronzed:["b-r-aa1-n-z-d","jj"],brooch:["b-r-uw1-ch","nn"],brood:["b-r-uw1-d","nn jj vb"],brooded:["b-r-uw1 d-ih-d","vbd"],brooding:["b-r-uw1 d-ih-ng","vbg jj nn"],broody:["b-r-uw1 d-iy","jj"],brook:["b-r-uh1-k","nn"],broom:["b-r-uw1-m","nn"],broth:["b-r-ao1-th","nn"],brothel:["b-r-aa1 th-ah-l","nn"],brother:["b-r-ah1 dh-er","nn"],brotherhood:["b-r-ah1 dh-er hh-uh-d","nn"],brotherly:["b-r-ah1 dh-er l-iy","jj"],brought:["b-r-ao1-t","vbn vbd"],brouhaha:["b-r-uw1 hh-aa hh-aa","nn"],brow:["b-r-aw1","nn"],browbeat:["b-r-aw1 b-iy-t","vb"],brown:["b-r-aw1-n","jj nn vb"],browned:["b-r-aw1-n-d","vbn"],brownie:["b-r-aw1 n-iy","nn"],browning:["b-r-aw1 n-ih-ng","vbg"],brownish:["b-r-aw1 n-ih-sh","jj"],brownout:["b-r-aw1-n aw-t","nn"],browse:["b-r-aw1-z","vb"],browsing:["b-r-aw1 z-ih-ng","vbg"],bruise:["b-r-uw1-z","nn vb"],bruised:["b-r-uw1-z-d","vbn jj"],bruising:["b-r-uw1 z-ih-ng","jj vbg"],brunch:["b-r-ah1-n-ch","nn"],brunette:["b-r-uw n-eh1-t","jj nn"],brunt:["b-r-ah1-n-t","nn"],brush:["b-r-ah1-sh","nn jj vb vbp"],brushed:["b-r-ah1-sh-t","vbd vbn jj"],brushing:["b-r-ah1 sh-ih-ng","vbg"],brushwork:["b-r-ah1-sh w-er-k","nn"],brushy:["b-r-ah1 sh-iy","jj"],brusquely:["b-r-ah1-s-k l-iy","rb"],brutal:["b-r-uw1 t-ah-l","jj"],brutality:["b-r-uw t-ae1 l-ah t-iy","nn"],brutalize:["b-r-uw1-t-ah-l-ay-z","vb"],brutalized:["b-r-uw1 t-ah l-ay-z-d","vbn jj"],brutally:["b-r-uw1 t-ah l-iy","rb"],brute:["b-r-uw1-t","nn jj"],brutish:["b-r-uw1 t-ih-sh","jj"],bubble:["b-ah1 b-ah-l","nn vbp vb"],bubbled:["b-ah1 b-ah-l-d","vbn vbd"],bubbling:["b-ah1 b-ah-l ih-ng","vbg"],bubbly:["b-ah1 b-l-iy","jj nn"],buccaneer:["b-ah k-ah n-iy1-r","nn"],buck:["b-ah1-k","nn vbp vb"],bucked:["b-ah1-k-t","vbd vbn"],bucket:["b-ah1 k-ah-t","nn"],bucking:["b-ah1 k-ih-ng","vbg"],buckle:["b-ah1 k-ah-l","vb nn"],buckled:["b-ah1 k-ah-l-d","vbd vbn jj"],buckling:["b-ah1 k-l-ih-ng","vbg"],buckshot:["b-ah1-k sh-aa-t","nn"],buckskin:["b-ah1-k s-k-ih-n","nn"],buckwheat:["b-ah1-k w-iy-t","nn"],bucolic:["b-y-uw k-aa1 l-ih-k","jj"],bud:["b-ah1-d","nn vb"],budding:["b-ah1 d-ih-ng","vbg jj"],buddy:["b-ah1 d-iy","nn"],budge:["b-ah1-jh","vb"],budged:["b-ah1-jh-d","vbd vbn"],budget:["b-ah1 jh-ih-t","nn vb"],budgetary:["b-ah1 jh-ih t-eh r-iy","jj"],budgeted:["b-ah1 jh-ih t-ah-d","vbn vbd"],budgeteer:["b-ah jh-ih t-ih1-r","nn"],budgeting:["b-ah1 jh-ih t-ih-ng","vbg"],buff:["b-ah1-f","nn jj"],buffalo:["b-ah1 f-ah l-ow","nn"],buffer:["b-ah1 f-er","nn vb"],buffered:["b-ah1 f-er-d","vbn vbd"],buffet:["b-ah1 f-ah-t","nn vb vbp"],buffeted:["b-ah f-ey1-d","vbn"],buffoon:["b-ah f-uw1-n","nn"],bug:["b-ah1-g","nn vb vbp"],bugaboo:["b-ah1 g-ah b-uw","nn"],bugeyed:["b-ah1 g-ay-d","jj"],bugged:["b-ah1-g-d","vbn vbd"],bugger:["b-ah1 g-er","nn"],bugging:["b-ah1 g-ih-ng","nn"],buggy:["b-ah1 g-iy","nn"],bugle:["b-y-uw1 g-ah-l","nn"],build:["b-ih1-l-d","vb vbn vbp nn"],builder:["b-ih1-l d-er","nn"],building:["b-ih1-l d-ih-ng","nn vbg"],builds:["b-ih1-l-d-z","vbz"],buildup:["b-ih1-l-d ah-p","nn"],built:["b-ih1-l-t","vbn jj vbd"],bulb:["b-ah1-l-b","nn"],bulge:["b-ah1-l-jh","nn vb"],bulged:["b-ah1-l-jh-d","vbd"],bulging:["b-ah1-l jh-ih-ng","vbg jj"],bulk:["b-ah1-l-k","nn jj"],bulkhead:["b-ah1-l-k hh-eh-d","nn"],bulky:["b-ah1-l k-iy","jj"],bull:["b-uh1-l","nn vb"],bulldog:["b-uh1-l d-ao-g","jj"],bulldoze:["b-uh1-l d-ow-z","vb"],bulldozed:["b-uh1-l d-ow-z-d","vbn"],bulldozer:["b-uh1-l d-ow z-er","nn"],bullet:["b-uh1 l-ah-t","nn"],bulletin:["b-uh1 l-ih t-ah-n","nn vb"],bulletproof:["b-uh1 l-ah-t p-r-uw-f","jj"],bullfighter:["b-uh1-l f-ay t-er","nn"],bullhorn:["b-uh1-l hh-ao-r-n","nn"],bullied:["b-uh1 l-iy-d","vbd vbn"],bullion:["b-uh1 l-y-ah-n","nn"],bullish:["b-uh1 l-ih-sh","jj"],bullishly:["b-uh1 l-ih-sh l-iy","rb"],bullishness:["b-uh1 l-ih-sh n-ah-s","nn"],bullock:["b-uh1 l-ah-k","nn"],bully:["b-uh1 l-iy","nn vbp vb"],bullying:["b-uh1 l-iy ih-ng","vbg"],bulwark:["b-uh1-l w-er-k","nn"],bum:["b-ah1-m","nn vb jj vbp"],bumble:["b-ah1-m b-ah-l","vb vbp"],bumbling:["b-ah1-m b-ah-l ih-ng","jj vbg"],bummed:["b-ah1-m-d","vbn"],bump:["b-ah1-m-p","vb nn vbp"],bumped:["b-ah1-m-p-t","vbd vbn"],bumper:["b-ah1-m p-er","nn jj"],bumping:["b-ah1-m p-ih-ng","vbg"],bumpy:["b-ah1-m p-iy","jj"],bun:["b-ah1-n","nn"],bunch:["b-ah1-n-ch","nn vb"],bunched:["b-ah1-n-ch-t","vbn vbd"],bunching:["b-ah1-n ch-ih-ng","vbg"],bundle:["b-ah1-n d-ah-l","nn vb"],bundled:["b-ah1-n d-ah-l-d","vbn"],bundling:["b-ah1-n d-ah-l ih-ng","vbg"],bungalow:["b-ah1-ng g-ah l-ow","nn"],bungle:["b-ah1-ng g-ah-l","vb"],bungled:["b-ah1-ng g-ah-l-d","vbd vbn"],bungling:["b-ah1-ng g-ah-l ih-ng","vbg"],bunk:["b-ah1-ng-k","nn"],bunker:["b-ah1-ng k-er","nn"],bunny:["b-ah1 n-iy","nn"],bunt:["b-ah1-n-t","nn vb"],buoy:["b-uw1 iy","vb"],buoyancy:["b-oy1 ah-n s-iy","nn"],buoyant:["b-oy1 ah-n-t","jj"],buoyed:["b-uw1 iy-d","vbn vbd"],buoying:["b-oy1 ih-ng","vbg"],burden:["b-er1 d-ah-n","nn vb vbp"],burdened:["b-er1 d-ah-n-d","vbn vbd"],burdening:["b-er1 d-ah-n ih-ng","vbg"],burdensome:["b-er1 d-ah-n s-ah-m","jj"],bureau:["b-y-uh1 r-ow","nn"],bureaucracy:["b-y-uh r-aa1 k-r-ah s-iy","nn"],bureaucrat:["b-y-uh1 r-ah k-r-ae-t","nn"],bureaucratic:["b-y-uh r-ah k-r-ae1 t-ih-k","jj"],burgeon:["b-er1-jh-ah-n","vb"],burgeoned:["b-er1 jh-ah-n-d","vbd vbn"],burgeoning:["b-er1 jh-ah n-ih-ng","vbg jj"],burger:["b-er1 g-er","nn"],burglar:["b-er1 g-l-er","nn"],burglary:["b-er1 g-l-er iy","nn"],burgundy:["b-er1 g-ah-n d-iy","nn"],burial:["b-eh1 r-iy ah-l","nn"],buried:["b-eh1 r-iy-d","vbn jj vbd"],burl:["b-er1-l","nn"],burlap:["b-er1 l-ae-p","nn"],burlesque:["b-er l-eh1-s-k","jj"],burley:["b-er1 l-iy","nn"],burly:["b-er1 l-iy","jj"],burn:["b-er1-n","vb vbp nn"],burne:["b-er1-n","vb"],burned:["b-er1-n-d","vbn jj vbd"],burner:["b-er1 n-er","nn"],burning:["b-er1 n-ih-ng","vbg jj nn"],burnish:["b-er1-n-ih-sh","vb"],burnished:["b-er1 n-ih-sh-t","vbn"],burnout:["b-er1-n aw-t","nn"],burnt:["b-er1-n-t","vbn jj"],burp:["b-er1-p","vb"],burping:["b-er1 p-ih-ng","vbg"],burr:["b-er1","nn"],burrow:["b-er1 ow","nn vb"],burrowing:["b-er1 ow ih-ng","vbg"],burst:["b-er1-s-t","nn vbd vbn vbp vb"],bursting:["b-er1 s-t-ih-ng","vbg"],bury:["b-eh1 r-iy","vb vbp"],burying:["b-eh1 r-iy ih-ng","vbg"],bus:["b-ah1-s","nn vb vbp"],busboy:["b-ah1-s b-oy","nn"],bused:["b-ah1-s-t","vbn"],bush:["b-uh1-sh","nn"],bushel:["b-uh1 sh-ah-l","nn"],bushy:["b-uh1 sh-iy","jj"],busied:["b-ih1 z-iy-d","vbd"],busier:["b-ih1 z-iy er","jjr"],busiest:["b-ih1 z-iy ah-s-t","jjs"],busily:["b-ih1 z-ah l-iy","rb"],business:["b-ih1-z n-ah-s","nn"],businesslike:["b-ih1-z n-ih-s l-ay-k","jj"],businessman:["b-ih1-z n-ah-s m-ae-n","nn"],businesswoman:["b-ih1-z n-ih-s w-uh m-ah-n","nn"],busing:["b-ah1 s-ih-ng","vbg"],busload:["b-ah-s l-ow1-d","nn"],buss:["b-ah1-s","nn"],bust:["b-ah1-s-t","nn jj rb vb"],busted:["b-ah1 s-t-ih-d","jj vbd vbn"],buster:["b-ah1 s-t-er","nn"],busting:["b-ah1 s-t-ih-ng","vbg"],bustle:["b-ah1 s-ah-l","nn vb"],bustling:["b-ah1 s-ah l-ih-ng","jj vbg"],busy:["b-ih1 z-iy","jj"],but:["b-ah1-t","cc in jj rb"],butane:["b-y-uw t-ey1-n","nn"],butcher:["b-uh1 ch-er","nn vb"],butchered:["b-uh1 ch-er-d","vbn"],butchering:["b-uh1 ch-er ih-ng","nn"],butchery:["b-uh1 ch-er iy","nn"],butler:["b-ah1-t l-er","nn"],butt:["b-ah1-t","nn cc vbp vb"],butter:["b-ah1 t-er","nn"],butterfat:["b-ah1 t-er f-ae-t","nn"],butterfly:["b-ah1 t-er f-l-ay","nn"],buttery:["b-ah1 t-er iy","jj"],butting:["b-ah1 t-ih-ng","vbg"],buttock:["b-ah1 t-ah-k","nn"],button:["b-ah1 t-ah-n","nn vb"],buttoned:["b-ah1 t-ah-n-d","vbn"],buttonhole:["b-ah1 t-ah-n hh-ow-l","nn"],buttress:["b-ah1 t-r-ah-s","vb"],buttressed:["b-ah1 t-r-ah-s-t","vbn"],buxom:["b-ah1-k s-ah-m","jj"],buy:["b-ay1","vb vbp nn jj"],buyback:["b-ay1 b-ae-k","jj nn"],buyer:["b-ay1 er","nn"],buying:["b-ay1 ih-ng","vbg jj"],buyout:["b-ay1 aw-t","nn"],buzz:["b-ah1-z","nn jj vb"],buzzed:["b-ah1-z-d","vbd"],buzzer:["b-ah1 z-er","nn"],buzzing:["b-ah1 z-ih-ng","vbg jj"],buzzword:["b-ah1-z w-er-d","nn"],by:["b-ay1","in rb rp"],bygone:["b-ay1 g-ao-n","jj"],bylaw:["b-ay1 l-ao","nn"],byline:["b-ay1 l-ay-n","nn"],bypass:["b-ay1 p-ae-s","vb nn"],bypassed:["b-ay1 p-ae-s-t","vbn vbd"],bypassing:["b-ay1 p-ae s-ih-ng","vbg"],byproduct:["b-ay1 p-r-aa d-ah-k-t","nn"],bystander:["b-ay1 s-t-ae-n d-er","nn"],"byte":["b-ay1-t","nn"],byway:["b-ay1 w-ey","nn"],byword:["b-ay1 w-er-d","nn"],byzantine:["b-ih1 z-ah-n t-ay-n","jj"],cab:["k-ae1-b","nn"],cabal:["k-ah b-aa1-l","nn"],cabana:["k-ah b-ae1 n-ah","nn"],cabaret:["k-ae b-er ey1","nn"],cabbage:["k-ae1 b-ih-jh","nn"],cabdriver:["k-ae1-b d-r-ay v-er","nn"],cabin:["k-ae1 b-ah-n","nn"],cabinet:["k-ae1 b-ah n-ah-t","nn"],cable:["k-ey1 b-ah-l","nn vb vbp"],cabled:["k-ey1 b-ah-l-d","vbd"],cacao:["k-ah k-ey1 ow","nn"],cache:["k-ae1-sh","nn"],cachet:["k-ae1 sh-ey","nn"],cacophony:["k-ae k-aa1 f-ah n-iy","nn"],cactus:["k-ae1-k t-ah-s","nn"],cadaver:["k-ah d-ae1 v-er","nn"],cadence:["k-ey1 d-ah-n-s","nn"],cadet:["k-ah d-eh1-t","nn"],cadmium:["k-ae1-d m-iy ah-m","nn"],cadre:["k-ae1 d-r-iy","nn"],cafe:["k-ah f-ey1","nn"],cafeteria:["k-ae f-ah t-ih1 r-iy ah","nn"],caffeine:["k-ae f-iy1-n","nn"],cage:["k-ey1-jh","nn vb"],caged:["k-ey1-jh-d","vbn"],cagey:["k-ey1 jh-iy","jj"],cahoot:["k-ah hh-uw1-t","nn"],cajole:["k-ah jh-ow1-l","vb"],cajun:["k-ey1 jh-ah-n","jj"],cake:["k-ey1-k","nn"],calamitous:["k-ah l-ae1 m-ah t-ah-s","jj"],calamity:["k-ah l-ae1 m-ah t-iy","nn"],calcified:["k-ae1-l s-ah f-ay-d","vbd"],calcify:["k-ae1-l-s-ah-f-ay","vb"],calcium:["k-ae1-l s-iy ah-m","nn"],calculate:["k-ae1-l k-y-ah l-ey-t","vb vbp"],calculated:["k-ae1-l k-y-ah l-ey t-ah-d","vbn vbd jj"],calculates:["k-ae1-l k-y-ah l-ey-t-s","vbz"],calculating:["k-ae1-l k-y-ah l-ey t-ih-ng","vbg jj nn"],calculation:["k-ae-l k-y-ah l-ey1 sh-ah-n","nn"],calculator:["k-ae1-l k-y-ah l-ey t-er","nn"],calculus:["k-ae1-l k-y-ah l-ah-s","nn"],calendar:["k-ae1 l-ah-n d-er","nn"],calf:["k-ae1-f","nn"],caliber:["k-ae1 l-ah b-er","nn"],calibrate:["k-ae1-l-ah-b-r-ey-t","vb"],calibrated:["k-ae1 l-ah b-r-ey t-ah-d","vbn vbd"],calibration:["k-ae l-ah b-r-ey1 sh-ah-n","nn"],calico:["k-ae1 l-ah k-ow","jj"],caliper:["k-ae1 l-ah p-er","nn"],calisthenics:["k-ae l-ah-s th-eh1 n-ih-k","nn"],call:["k-ao1-l","vb nn vbp"],called:["k-ao1-l-d","vbn vbd vb"],caller:["k-ao1 l-er","nn"],calligraphy:["k-ah l-ih1 g-r-ah f-iy","nn"],calling:["k-ao1 l-ih-ng","vbg"],callous:["k-ae1 l-ah-s","jj"],calloused:["k-ae1 l-ah-s-t","jj"],callously:["k-ae1 l-ah-s l-iy","rb"],callousness:["k-ae1 l-ah-s n-ah-s","nn"],calm:["k-aa1-m","jj nn vb"],calmed:["k-aa1-m-d","vbd vbn"],calmer:["k-aa1 m-er","jjr"],calming:["k-aa1 m-ih-ng","vbg jj"],calmly:["k-aa1-m l-iy","rb"],calmness:["k-aa1-m n-ah-s","nn"],caloric:["k-ah l-ao1 r-ih-k","jj"],calorie:["k-ae1 l-er iy","nn"],calve:["k-ae1-v","vb"],calving:["k-ae1 v-ih-ng","vbg"],calypso:["k-ah l-ih1-p s-ow","nn jj"],camaraderie:["k-aa m-er aa1 d-er iy","nn"],camcorder:["k-ae1-m k-ao-r d-er","nn"],came:["k-ey1-m","vbd"],camel:["k-ae1 m-ah-l","nn"],cameo:["k-ae1 m-iy ow","nn jj"],camera:["k-ae1 m-er ah","nn"],cameraman:["k-ae1 m-er ah m-ah-n","nn"],camouflage:["k-ae1 m-ah f-l-aa-zh","nn vb"],camouflaged:["k-ae1 m-ah f-l-aa-zh-d","vbn jj"],camp:["k-ae1-m-p","nn vb"],campaign:["k-ae-m p-ey1-n","nn vb"],campaigned:["k-ae-m p-ey1-n-d","vbd vbn"],campaigner:["k-ae-m p-ey1 n-er","nn"],campaigning:["k-ae-m p-ey1 n-ih-ng","vbg"],camped:["k-ae1-m-p-t","vbd vbn"],camper:["k-ae1-m p-er","nn"],campfire:["k-ae1-m-p f-ay er","nn"],campground:["k-ae1-m-p g-r-aw-n-d","nn"],camping:["k-ae1-m p-ih-ng","vbg"],campsite:["k-ae1-m-p s-ay-t","nn"],campus:["k-ae1-m p-ah-s","nn"],can:["k-ae1-n","md nn vb"],canal:["k-ah n-ae1-l","nn"],canard:["k-ah n-aa1-r-d","nn"],cancel:["k-ae1-n s-ah-l","vb nn"],canceled:["k-ae1-n s-ah-l-d","vbn vbd jj"],canceling:["k-ae1-n s-ah l-ih-ng","vbg"],cancellation:["k-ae-n s-ah l-ey1 sh-ah-n","nn"],cancelled:["k-ae1-n s-ah-l-d","vbn"],cancelling:["k-ae1-n s-ah l-ih-ng","vbg"],cancels:["k-ae1-n s-ah-l-z","vbz"],cancer:["k-ae1-n s-er","nn"],cancerous:["k-ae1-n s-er ah-s","jj"],candid:["k-ae1-n d-ah-d","jj"],candidacy:["k-ae1-n d-ih d-ah s-iy","nn"],candidate:["k-ae1-n d-ah d-ey-t","nn"],candidly:["k-ae1-n d-ih-d l-iy","rb"],candle:["k-ae1-n d-ah-l","nn"],candlelight:["k-ae1-n d-ah-l l-ay-t","nn"],candor:["k-ae1-n d-er","nn"],candy:["k-ae1-n d-iy","nn"],cane:["k-ey1-n","nn"],canine:["k-ey1 n-ay-n","jj nn"],caning:["k-ey1 n-ih-ng","nn"],canister:["k-ae1 n-ah s-t-er","nn"],canker:["k-ae1-ng k-er","nn"],canned:["k-ae1-n-d","jj vbn"],cannery:["k-ae1 n-er iy","nn"],cannibalism:["k-ae1 n-ah b-ah l-ih z-ah-m","nn"],cannibalize:["k-ae1 n-ah b-ah l-ay-z","vb"],cannibalizing:["k-ae1 n-ah b-ah l-ay z-ih-ng","vbg"],canning:["k-ae1 n-ih-ng","vbg"],cannister:["k-ae1 n-ih s-t-er","nn"],cannon:["k-ae1 n-ah-n","nn"],cannot:["k-ae1 n-aa-t","md"],canny:["k-ae1 n-iy","jj"],canoe:["k-ah n-uw1","nn"],canon:["k-ae1 n-ah-n","nn"],canopy:["k-ae1 n-ah p-iy","nn"],cantaloupe:["k-ae1-n t-ah l-ow-p","nn"],canteen:["k-ae-n t-iy1-n","nn"],canter:["k-ae1-n t-er","nn vb"],canvas:["k-ae1-n v-ah-s","nn"],canvassed:["k-ae1-n v-ah-s-t","vbn"],canvasser:["k-ae1-n v-ah s-er","nn"],canvassing:["k-ae1-n v-ah s-ih-ng","vbg"],canyon:["k-ae1 n-y-ah-n","nn"],"can't":["k-ae1-n-t","md"],cap:["k-ae1-p","nn vbp vb"],capability:["k-ey p-ah b-ih1 l-ah t-iy","nn"],capable:["k-ey1 p-ah b-ah-l","jj"],capacious:["k-ah p-ey1 sh-ah-s","jj"],capacitance:["k-ah p-ae1 s-ah t-ah-n-s","nn"],capacitor:["k-ah p-ae1 s-ah t-er","nn"],capacity:["k-ah p-ae1 s-ah t-iy","nn"],cape:["k-ey1-p","nn"],caper:["k-ey1 p-er","nn"],capillary:["k-ae1 p-ah l-eh r-iy","nn"],capital:["k-ae1 p-ah t-ah-l","nn jj"],capitalism:["k-ae1 p-ih t-ah l-ih z-ah-m","nn"],capitalist:["k-ae1 p-ah t-ah l-ah-s-t","jj nn"],capitalistic:["k-ae p-ih t-ah l-ih1 s-t-ih-k","jj"],capitalization:["k-ae p-ih t-ah l-ih z-ey1 sh-ah-n","nn"],capitalize:["k-ae1 p-ah t-ah l-ay-z","vb"],capitalized:["k-ae1 p-ih t-ah l-ay-z-d","vbn jj vbd"],capitalizes:["k-ae1 p-ah t-ah l-ay z-ih-z","vbz"],capitalizing:["k-ae1 p-ih t-ah l-ay z-ih-ng","vbg"],capitulate:["k-ah-p-ih1-ch-uw-l-ey-t","vb"],capitulated:["k-ah p-ih1 ch-ah l-ey t-ih-d","vbd vbn"],capitulation:["k-ah p-ih ch-ah l-ey1 sh-ah-n","nn"],capo:["k-aa1 p-ow","nn"],capped:["k-ae1-p-t","vbd vbn"],capping:["k-ae1 p-ih-ng","vbg"],cappuccino:["k-ae p-uw ch-iy1 n-ow","nn"],capricious:["k-ah p-r-ih1 sh-ah-s","jj"],capriciously:["k-ah p-r-ih1 sh-ih-s l-iy","rb"],capstan:["k-ae1-p s-t-ah-n","nn"],capsule:["k-ae1-p s-ah-l","nn"],captain:["k-ae1-p t-ah-n","nn vb vbp"],caption:["k-ae1-p sh-ah-n","nn"],captivate:["k-ae1-p-t-ih-v-ey-t","vb"],captivated:["k-ae1-p t-ih v-ey t-ih-d","vbn vbd jj"],captivating:["k-ae1-p t-ih v-ey t-ih-ng","jj vbg"],captive:["k-ae1-p t-ih-v","jj nn"],captivity:["k-ae-p t-ih1 v-ah t-iy","nn"],captor:["k-ae1-p t-er","nn"],capture:["k-ae1-p ch-er","vb vbp nn"],captured:["k-ae1-p ch-er-d","vbn jj vbd"],capturing:["k-ae1-p ch-er ih-ng","vbg"],car:["k-aa1-r","nn"],caramel:["k-eh1 r-ah m-ah-l","nn"],carat:["k-eh1 r-ah-t","nn"],caravan:["k-ae1 r-ah v-ae-n","nn"],caraway:["k-ae1 r-ah w-ey","jj"],carbide:["k-aa1-r b-ay-d","nn"],carbine:["k-aa1-r b-ay-n","nn"],carbohydrate:["k-aa-r b-ow hh-ay1 d-r-ey-t","nn"],carbon:["k-aa1-r b-ah-n","nn"],carbonate:["k-aa1-r b-ah n-ey-t","nn"],carcass:["k-aa1-r k-ah-s","nn"],carcinogen:["k-aa-r s-ih1 n-ah jh-ah-n","nn"],carcinogenic:["k-aa-r s-ah n-ow jh-eh1 n-ih-k","jj"],carcinoma:["k-aa-r s-ah n-ow1 m-ah","nn"],card:["k-aa1-r-d","nn"],cardboard:["k-aa1-r-d b-ao-r-d","nn jj"],cardholder:["k-aa1-r-d hh-ow-l d-er","nn"],cardiac:["k-aa1-r d-iy ae-k","jj"],cardigan:["k-aa1-r d-ih g-ah-n","nn"],cardinal:["k-aa1-r d-ah n-ah-l","jj nn"],cardiologist:["k-aa-r d-iy aa1 l-ah jh-ih-s-t","nn"],cardiovascular:["k-aa-r d-iy ow v-ae1 s-k-y-ah l-er","jj"],care:["k-eh1-r","nn vb vbp"],cared:["k-eh1-r-d","vbd vbn"],careen:["k-er iy1-n","vb"],careened:["k-er iy1-n-d","vbd"],careening:["k-er iy1 n-ih-ng","vbg"],career:["k-er ih1-r","nn"],careerist:["k-er ih1 r-ih-s-t","nn"],carefree:["k-eh1-r f-r-iy","jj"],careful:["k-eh1-r f-ah-l","jj"],carefully:["k-eh1-r f-ah l-iy","rb"],caregiver:["k-eh1-r g-ih v-er","nn"],careless:["k-eh1-r l-ah-s","jj"],carelessly:["k-eh1-r l-ah-s l-iy","rb"],carelessness:["k-eh1-r l-ah-s n-ah-s","nn"],caress:["k-er eh1-s","vb"],caressing:["k-er eh1 s-ih-ng","vbg"],caretaker:["k-eh1-r t-ey k-er","nn"],cargo:["k-aa1-r g-ow","nn"],caribou:["k-eh1 r-ih b-uw","nn"],caricature:["k-eh1 r-ah k-ah ch-er","nn vb"],caricatured:["k-er ih1 k-ah ch-er-d","vbn"],caricaturist:["k-eh1 r-ah k-ah ch-er ah-s-t","nn"],caring:["k-eh1 r-ih-ng","vbg jj nn"],carload:["k-aa1-r l-ow-d","nn"],carnage:["k-aa1-r n-ih-jh","nn"],carnal:["k-aa1-r n-ah-l","jj"],carnival:["k-aa1-r n-ah v-ah-l","nn"],carnivore:["k-aa1-r n-ah v-ao-r","nn"],carnivorous:["k-aa-r n-ih1 v-er ah-s","jj"],carob:["k-eh1 r-ah-b","nn"],carousel:["k-eh1 r-ah s-eh-l","nn"],carousing:["k-er aw1 z-ih-ng","nn"],carp:["k-aa1-r-p","vbp vb nn"],carpenter:["k-aa1-r p-ah-n t-er","nn"],carpentry:["k-aa1-r p-ah-n t-r-iy","nn"],carpet:["k-aa1-r p-ah-t","nn vb"],carpetbagger:["k-aa1-r p-ah-t b-ae g-er","nn"],carpeted:["k-aa1-r p-ah t-ih-d","vbn vbd"],carpeting:["k-aa1-r p-ah t-ih-ng","nn"],carping:["k-aa1-r p-ih-ng","vbg jj"],carport:["k-aa1-r p-ao-r-t","nn"],carriage:["k-ae1 r-ih-jh","nn"],carried:["k-ae1 r-iy-d","vbd vbn"],carrier:["k-ae1 r-iy er","nn"],carrion:["k-eh1 r-iy ah-n","jj nn"],carrot:["k-ae1 r-ah-t","nn"],carry:["k-ae1 r-iy","vb nn vbp"],carrying:["k-ae1 r-iy ih-ng","vbg jj nn"],carryover:["k-eh1 r-y-ow v-er","nn"],cart:["k-aa1-r-t","nn vbp vb"],carted:["k-aa1-r t-ih-d","vbd vbn"],cartel:["k-aa-r t-eh1-l","nn"],cartilage:["k-aa1-r t-ah l-ah-jh","nn"],carting:["k-aa1-r t-ih-ng","vbg"],carton:["k-aa1-r t-ah-n","nn"],cartoon:["k-aa-r t-uw1-n","nn"],cartoonist:["k-aa-r t-uw1 n-ah-s-t","nn"],cartridge:["k-aa1-r t-r-ah-jh","nn"],cartwheel:["k-aa1-r-t w-iy-l","nn"],carve:["k-aa1-r-v","vb vbp"],carved:["k-aa1-r-v-d","vbn jj vbd"],carves:["k-aa1-r-v-z","vbz"],carving:["k-aa1-r v-ih-ng","vbg"],cascade:["k-ae s-k-ey1-d","nn vb"],cascaded:["k-ae s-k-ey1 d-ih-d","vbd"],cascades:["k-ae s-k-ey1-d-z","vbz"],cascading:["k-ae s-k-ey1 d-ih-ng","vbg jj"],"case":["k-ey1-s","nn vb"],caseload:["k-ey1-s l-ow-d","nn"],caseworker:["k-ey1-s w-er k-er","nn"],cash:["k-ae1-sh","nn vb"],cashed:["k-ae1-sh-t","vbd vbn"],cashew:["k-ae1 sh-uw","nn"],cashflow:["k-ae1-sh f-l-ow","nn"],cashier:["k-ae sh-ih1-r","nn"],cashing:["k-ae1 sh-ih-ng","vbg"],cashmere:["k-ae1-zh m-ih-r","nn"],casing:["k-ey1 s-ih-ng","nn"],casino:["k-ah s-iy1 n-ow","nn"],cask:["k-ae1-s-k","nn"],casket:["k-ae1 s-k-ah-t","nn"],cassette:["k-ah s-eh1-t","nn"],cast:["k-ae1-s-t","nn vb vbd vbn vbp"],caste:["k-ae1-s-t","nn"],caster:["k-ae1 s-t-er","nn"],castigate:["k-ae1 s-t-ah g-ey-t","vb"],castigated:["k-ae1 s-t-ah g-ey t-ih-d","vbn vbd"],castigating:["k-ae1 s-t-ah g-ey t-ih-ng","vbg"],casting:["k-ae1 s-t-ih-ng","vbg"],castle:["k-ae1 s-ah-l","nn"],castor:["k-ae1 s-t-er","nn"],casual:["k-ae1 zh-ah w-ah-l","jj rb"],casually:["k-ae1 zh-ah-w ah l-iy","rb"],casualty:["k-ae1 zh-ah w-ah-l t-iy","nn"],cat:["k-ae1-t","nn"],cataclysmic:["k-ae t-ah k-l-ih1-z m-ih-k","jj"],catalog:["k-ae1 t-ah l-ao-g","nn vb"],cataloging:["k-ae1 t-ah l-aa g-ih-ng","vbg"],catalogue:["k-ae1 t-ah l-ao-g","nn vb"],catalogued:["k-ae1 t-ah l-ao-g-d","vbn vbd"],catalyst:["k-ae1 t-ah l-ah-s-t","nn"],catalytic:["k-ae t-ah l-ih1 t-ih-k","jj"],catalyze:["k-ae1-t-ah-l-ay-z","vb"],catalyzed:["k-ae1 t-ah l-ay-z-d","vbn"], +catamaran:["k-ae t-ah m-er ae1-n","nn"],catapult:["k-ae1 t-ah p-ah-l-t","vb vbp"],catapulted:["k-ae1 t-ah p-ah-l t-ih-d","vbd vbn"],catapulting:["k-ae1 t-ah p-ah-l t-ih-ng","vbg"],catapults:["k-ae1 t-ah p-ah-l-t-s","vbz"],cataract:["k-ae1 t-er ae-k-t-s","nn"],catastrophe:["k-ah t-ae1-s t-r-ah f-iy","nn"],catastrophic:["k-ae t-ah s-t-r-aa1 f-ih-k","jj"],catbird:["k-ae1-t b-er-d","jj"],catcall:["k-ae1-t k-ao-l","nn"],"catch":["k-ae1-ch","vb vbp nn"],catchall:["k-ae1 ch-ao-l","nn"],catcher:["k-ae1 ch-er","nn"],catching:["k-ae1 ch-ih-ng","vbg"],catchup:["k-ae1 ch-ah-p","jj nn"],catchword:["k-ae1-ch w-er-d","nn"],catchy:["k-ae1 ch-iy","jj"],catechism:["k-ae1 t-ah k-ih z-ah-m","nn"],categorical:["k-ae t-ah g-aa1 r-ih k-ah-l","jj"],categorically:["k-ae t-ah g-aa1 r-ih-k l-iy","rb"],categorize:["k-ae1 t-ah g-er ay-z","vb"],categorized:["k-ae1 t-ah g-er ay-z-d","vbn"],categorizing:["k-ae1 t-ah g-er ay z-ih-ng","vbg"],category:["k-ae1 t-ah g-ao r-iy","nn"],cater:["k-ey1 t-er","vbp vb"],catered:["k-ey1 t-er-d","vbd jj"],caterer:["k-ey1 t-er er","nn"],catering:["k-ey1 t-er ih-ng","nn vbg"],caterpillar:["k-ae1 t-ah p-ih l-er","nn"],caters:["k-ey1 t-er-z","vbz"],catfish:["k-ae1-t f-ih-sh","nn"],catharsis:["k-ah th-aa1-r s-ah-s","nn"],cathartic:["k-ah th-aa1-r t-ih-k","jj"],cathedral:["k-ah th-iy1 d-r-ah-l","nn"],catheter:["k-ae1 th-ah t-er","nn"],cathode:["k-ae1 th-ow-d","nn"],catkin:["k-ae1-t k-ah-n","nn"],catlike:["k-ae1-t l-ay-k","jj"],catsup:["k-eh1 ch-ah-p","nn"],cattle:["k-ae1 t-ah-l","nn"],catty:["k-ae1 t-iy","jj"],caucus:["k-ao1 k-ah-s","nn vb"],caught:["k-aa1-t","vbn vbd"],cauliflower:["k-aa1 l-ah f-l-aw er","nn"],causal:["k-ao1 z-ah-l","jj"],causative:["k-aa1 z-ah t-ih-v","jj"],cause:["k-aa1-z","nn vb vbg vbp"],caused:["k-aa1-z-d","vbn vbd"],causeway:["k-aa1-z w-ey","nn"],causing:["k-aa1 z-ih-ng","vbg"],caustic:["k-aa1 s-t-ih-k","jj"],caution:["k-aa1 sh-ah-n","nn vbp vb"],cautionary:["k-ao1 sh-ah-n eh r-iy","jj"],cautioned:["k-aa1 sh-ah-n-d","vbd vbn"],cautioning:["k-ao1 sh-ah-n ih-ng","vbg"],cautious:["k-ao1 sh-ah-s","jj"],cautiously:["k-ao1 sh-ah-s l-iy","rb"],cautiousness:["k-ao1 sh-ah-s n-ah-s","nn"],cavalier:["k-ae v-ah l-ih1-r","jj"],cavalry:["k-ae1 v-ah-l r-iy","nn"],cave:["k-ey1-v","nn vb"],caveat:["k-ey1 v-iy ae-t","nn"],caved:["k-ey1-v-d","vbd vbn"],cavern:["k-ae1 v-er-n","nn"],cavernous:["k-ae1 v-er n-ah-s","jj"],caviar:["k-ae1 v-iy aa-r","nn"],caving:["k-ey1 v-ih-ng","vbg"],cavity:["k-ae1 v-ah t-iy","nn"],cavort:["k-ah v-ao1-r-t","vbp vb"],cavorting:["k-ah v-ao1-r t-ih-ng","vbg"],cayenne:["k-ay eh1-n","nn"],cease:["s-iy1-s","vb vbp"],ceased:["s-iy1-s-t","vbd vbn"],ceasefire:["s-iy1-s f-ay1 er","nn"],ceaseless:["s-iy1-s l-ih-s","jj"],ceaselessly:["s-iy1-z l-ah-s l-iy","rb"],ceases:["s-iy1 s-ih-z","vbz"],ceasing:["s-iy1 s-ih-ng","vbg"],cedar:["s-iy1 d-er","nn"],cede:["s-iy1-d","vb"],ceded:["s-iy1 d-ah-d","vbd vbn"],ceding:["s-iy1 d-ih-ng","vbg"],ceiling:["s-iy1 l-ih-ng","nn"],celebrant:["s-eh1 l-ah b-r-ah-n-t","nn"],celebrate:["s-eh1 l-ah b-r-ey-t","vb vbp"],celebrated:["s-eh1 l-ah b-r-ey t-ah-d","vbd jj vbn"],celebrates:["s-eh1 l-ah b-r-ey-t-s","vbz"],celebrating:["s-eh1 l-ah b-r-ey t-ih-ng","vbg"],celebration:["s-eh l-ah b-r-ey1 sh-ah-n","nn"],celebrity:["s-ah l-eh1 b-r-ih t-iy","nn"],celery:["s-eh1 l-er iy","nn"],celestial:["s-ah l-eh1 s-ch-ah-l","jj"],cell:["s-eh1-l","nn"],cellar:["s-eh1 l-er","nn"],cellist:["ch-eh1 l-ah-s-t","nn"],cellophane:["s-eh1 l-ah f-ey-n","nn"],cellular:["s-eh1-l y-ah l-er","jj"],cellulose:["s-eh1-l y-ah l-ow-s","nn"],cement:["s-ah m-eh1-n-t","nn vb"],cemented:["s-ah m-eh1-n t-ah-d","vbn"],cementing:["s-ih m-eh1-n t-ih-ng","vbg"],cemetery:["s-eh1 m-ah t-eh r-iy","nn"],censor:["s-eh1-n s-er","vbp vb"],censored:["s-eh1-n s-er-d","vbn"],censorship:["s-eh1-n s-er sh-ih-p","nn"],censure:["s-eh1-n sh-er","nn vb"],censured:["s-eh1-n sh-er-d","vbd vbn"],census:["s-eh1-n s-ah-s","nn"],cent:["s-eh1-n-t","nn"],centaur:["s-eh1-n t-ao-r","nn"],centenarian:["s-eh-n t-ah n-eh1 r-iy ah-n","nn"],centenary:["s-eh1-n t-ah n-eh r-iy","jj"],centennial:["s-eh-n t-eh1 n-iy ah-l","nn jj"],center:["s-eh1-n t-er","nn jj rb vb vbp"],centered:["s-eh1-n t-er-d","vbn vbd"],centerfielder:["s-eh1-n t-er f-iy-l d-er","nn"],centerfold:["s-eh1-n t-er f-ow-l-d","nn"],centering:["s-eh1-n t-er ih-ng","vbg"],centerpiece:["s-eh1-n t-er p-iy-s","nn"],centigrade:["s-eh1-n t-ah g-r-ey-d","jj"],centimeter:["s-eh1-n t-ah m-iy t-er","nn"],central:["s-eh1-n t-r-ah-l","jj nn"],centralization:["s-eh-n t-r-ah l-ih z-ey1 sh-ah-n","nn"],centralize:["s-eh1-n t-r-ah l-ay-z","vb"],centralized:["s-eh1-n t-r-ah l-ay-z-d","jj vbd vbn"],centralizing:["s-eh1-n t-r-ah l-ay z-ih-ng","vbg jj"],centrally:["s-eh1-n t-r-ah l-iy","rb"],centre:["s-eh1-n t-er","nn"],centrex:["s-eh1-n t-r-ah-k-s","nn"],centrifugal:["s-eh-n t-r-ih1 f-y-ih g-ah-l","jj"],centrifuge:["s-eh1-n t-r-ah f-y-uw-jh","nn"],centrist:["s-eh1-n t-r-ih-s-t","jj"],centum:["k-eh1-n t-ah-m","nn"],century:["s-eh1-n ch-er iy","nn"],ceramic:["s-er ae1 m-ih-k","jj"],cereal:["s-ih1 r-iy ah-l","nn"],cerebral:["s-eh1 r-ah b-r-ah-l","jj"],ceremonial:["s-eh r-ah m-ow1 n-iy ah-l","jj"],ceremony:["s-eh1 r-ah m-ow n-iy","nn"],certain:["s-er1 t-ah-n","jj rb"],certainly:["s-er1 t-ah-n l-iy","rb"],certainty:["s-er1 t-ah-n t-iy","nn"],certificate:["s-er t-ih1 f-ih k-ah-t","nn"],certification:["s-er t-ah f-ah k-ey1 sh-ah-n","nn"],certified:["s-er1 t-ah f-ay-d","vbn jj"],certifies:["s-er1 t-ah f-ay-z","vbz"],certify:["s-er1 t-ah f-ay","vb"],certifying:["s-er1 t-ah f-ay ih-ng","vbg"],cervical:["s-er1 v-ah k-ah-l","jj"],cervix:["s-er1 v-ih-k-s","nn"],cessation:["s-eh s-ey1 sh-ah-n","nn"],chafe:["ch-ey1-f","vbp vb"],chafed:["ch-ey1-f-t","vbn"],chafes:["ch-ey1-f-s","vbz"],chaff:["ch-ae1-f","nn"],chafing:["ch-ey1 f-ih-ng","vbg jj"],chagrin:["sh-ah g-r-ih1-n","nn"],chain:["ch-ey1-n","nn vb vbp"],chained:["ch-ey1-n-d","vbd vbn jj"],chair:["ch-eh1-r","nn vb"],chaired:["ch-eh1-r-d","vbn jj vbd"],chairing:["ch-eh1 r-ih-ng","nn"],chairman:["ch-eh1-r m-ah-n","nn"],chairmanship:["ch-eh1-r m-ah-n sh-ih-p","nn"],chairwoman:["ch-eh1-r w-uh m-ah-n","nn"],chaise:["sh-ey1-z","nn"],chalk:["ch-aa1-k","nn vbp vb"],chalked:["ch-ao1-k-t","vbn vbd"],chalking:["ch-ao1 k-ih-ng","vbg"],challenge:["ch-ae1 l-ah-n-jh","nn vb vbp"],challenged:["ch-ae1 l-ah-jh-d","vbd vbn"],challenger:["ch-ae1 l-ah-n jh-er","nn"],challenging:["ch-ae1 l-ah-n jh-ih-ng","vbg jj"],chamber:["ch-ey1-m b-er","nn vb"],chambered:["ch-ey1-m b-er-d","vbn"],chameleon:["ch-ah m-eh1 l-iy ah-n","nn"],champ:["ch-ae1-m-p","nn"],champagne:["sh-ae-m p-ey1-n","nn"],champion:["ch-ae1-m p-iy ah-n","nn jj vb vbp"],championed:["ch-ae1-m p-iy ah-n-d","vbn vbd"],championing:["ch-ae1-m p-iy ah n-ih-ng","vbg"],championship:["ch-ae1-m p-iy ah-n sh-ih-p","nn"],chance:["ch-ae1-n-s","nn jj vb vbp"],chancellor:["ch-ae1-n s-ah l-er","nn"],chancery:["ch-ae1-n s-er iy","nn"],chancy:["ch-ae1-n s-iy","jj"],chandelier:["sh-ae-n d-ah l-ih1-r","nn"],change:["ch-ey1-n-jh","nn vbp vb"],changeable:["ch-ey1-n jh-ah b-ah-l","jj"],changed:["ch-ey1-n-jh-d","vbn vbd jj"],changeover:["ch-ey1-n-jh ow v-er","nn"],changing:["ch-ey1-n jh-ih-ng","vbg jj nn"],channel:["ch-ae1 n-ah-l","nn vb vbp"],channeled:["ch-ae1 n-ah-l-d","vbn vbd"],channeling:["ch-ae1 n-ah-l ih-ng","vbg"],chant:["ch-ae1-n-t","nn vb"],chanted:["ch-ae1-n t-ih-d","vbd vbn"],chanting:["ch-ae1-n t-ih-ng","vbg"],chaos:["k-ey1 aa-s","nn"],chaotic:["k-ey aa1 t-ih-k","jj"],chap:["ch-ae1-p","nn"],chapel:["ch-ae1 p-ah-l","nn"],chaperone:["sh-ae1 p-er ow-n","nn"],chaplain:["ch-ae1-p l-ah-n","nn"],chapter:["ch-ae1-p t-er","nn"],"char":["ch-aa1-r","vb"],character:["k-eh1 r-ih-k t-er","nn"],characteristic:["k-eh r-ah-k t-er ih1 s-t-ih-k","jj nn"],characteristically:["k-eh r-ah-k t-er ih1 s-t-ih-k l-iy","rb"],characterization:["k-eh r-ah-k t-er ih z-ey1 sh-ah-n","nn"],characterize:["k-eh1 r-ah-k t-er ay-z","vb vbp"],characterized:["k-eh1 r-ah-k t-er ay-z-d","vbn vbd jj"],characterizes:["k-eh1 r-ah-k t-er ay z-ah-z","vbz"],characterizing:["k-eh1 r-ih-k t-er ay z-ih-ng","vbg"],charcoal:["ch-aa1-r k-ow-l","nn"],charge:["ch-aa1-r-jh","nn vbp vb"],chargeable:["ch-aa1-r jh-ah b-ah-l","jj"],charged:["ch-aa1-r-jh-d","vbn vbd jj"],charging:["ch-aa1-r jh-ih-ng","vbg"],chariot:["ch-eh1 r-iy ah-t","nn"],charisma:["k-er ih1-z m-ah","nn"],charismatic:["k-eh r-ih-z m-ae1 t-ih-k","jj"],charitable:["ch-ae1 r-ah t-ah b-ah-l","jj"],charitably:["ch-eh1 r-ih t-ah b-l-iy","rb"],charity:["ch-eh1 r-ih t-iy","nn"],charlatan:["sh-aa1-r l-ah t-ah-n","nn"],charlotte:["sh-aa1-r l-ah-t","nn"],charm:["ch-aa1-r-m","nn vb"],charmed:["ch-aa1-r-m-d","vbn vbd"],charmer:["ch-aa1-r m-er","nn"],charming:["ch-aa1-r m-ih-ng","jj"],charmingly:["ch-aa1-r m-ih-ng l-iy","rb"],charred:["ch-aa1-r-d","jj vbn"],chart:["ch-aa1-r-t","nn vb vbp"],charted:["ch-aa1-r t-ah-d","vbn"],charter:["ch-aa1-r t-er","nn jj vb"],chartered:["ch-aa1-r t-er-d","jj vbn vbd"],charting:["ch-aa1-r t-ih-ng","vbg"],chartist:["ch-aa1-r t-ih-s-t","nn"],chary:["ch-aa1 r-iy","jj"],chase:["ch-ey1-s","nn jj vb vbp"],chased:["ch-ey1-s-t","vbn vbd"],chaser:["ch-ey1 s-er","nn"],chasing:["ch-ey1 s-ih-ng","vbg"],chasm:["k-ae1 z-ah-m","nn"],chassis:["ch-ae1 s-iy","nn"],chaste:["ch-ey1-s-t","jj"],chasten:["ch-ey1-s-ah-n","vb"],chastened:["ch-ey1 s-ah-n-d","vbd vbn"],chastise:["ch-ae-s-t-ay1-z","vb"],chastised:["ch-ae s-t-ay1-z-d","vbd vbn"],chastises:["ch-ae s-t-ay1 z-ih-z","vbz"],chastity:["ch-ae1 s-t-ah t-iy","nn"],chat:["ch-ae1-t","nn vbp vb"],chateau:["sh-ae t-ow1","nn"],chateaux:["sh-ah t-ow1","nn"],chatted:["ch-ae1 t-ah-d","vbd"],chatter:["ch-ae1 t-er","nn vb vbp"],chattering:["ch-ae1 t-er ih-ng","vbg"],chatting:["ch-ae1 t-ih-ng","vbg"],chatty:["ch-ae1 t-iy","jj"],chauffeur:["sh-ow f-er1","nn vb"],chauffeured:["sh-ow f-er1-d","vbn"],chauvinism:["sh-ow1 v-ah n-ih z-ah-m","nn"],chauvinistic:["ch-ow v-ah n-ih1 s-t-ih-k","jj"],chaw:["ch-ao1","nn"],cheap:["ch-iy1-p","jj nn rb"],cheapen:["ch-iy1-p-ah-n","vb"],cheapening:["ch-iy1 p-ah n-ih-ng","vbg"],cheaper:["ch-iy1 p-er","jjr rbr"],cheapest:["ch-iy1 p-ah-s-t","jjs"],cheaply:["ch-iy1-p l-iy","rb"],cheat:["ch-iy1-t","vb vbp"],cheated:["ch-iy1 t-ah-d","vbn jj vbd"],cheater:["ch-iy1 t-er","nn"],cheating:["ch-iy1 t-ih-ng","vbg"],cheats:["ch-iy1-t-s","vbz"],check:["ch-eh1-k","nn vbp vb"],checkbook:["ch-eh1-k b-uh-k","nn"],checked:["ch-eh1-k-t","vbn vbd jj"],checker:["ch-eh1 k-er","nn"],checking:["ch-eh1 k-ih-ng","vbg"],checklist:["ch-eh1-k l-ih-s-t","nn"],checkout:["ch-eh1-k aw-t","nn"],checkpoint:["ch-eh1-k p-oy-n-t","nn"],checkup:["ch-eh1-k ah-p","nn"],cheek:["ch-iy1-k","nn"],cheekbone:["ch-iy1-k b-ow-n","nn"],cheeky:["ch-iy1 k-iy","jj"],cheer:["ch-ih1-r","nn vb vbp"],cheered:["ch-ih1-r-d","vbd vbn"],cheerful:["ch-ih1-r f-ah-l","jj"],cheerfully:["ch-ih1-r f-ah l-iy","rb"],cheering:["ch-ih1 r-ih-ng","vbg"],cheerleader:["ch-ih1-r l-iy d-er","nn"],cheerleading:["ch-ih1-r l-iy d-ih-ng","nn"],cheery:["ch-ih1 r-iy","jj"],cheese:["ch-iy1-z","nn"],cheeseburger:["ch-iy1-z b-er g-er","nn"],cheesecake:["ch-iy1-z k-ey-k","nn"],cheesy:["ch-iy1 z-iy","jj"],cheetah:["ch-iy1 t-ah","nn"],cheetal:["ch-iy1 t-ah-l","jj"],chef:["sh-eh1-f","nn"],chemical:["k-eh1 m-ah k-ah-l","nn jj"],chemically:["k-eh1 m-ah k-l-iy","rb"],chemise:["sh-ah m-iy1-z","nn"],chemist:["k-eh1 m-ih-s-t","nn"],chemistry:["k-eh1 m-ah s-t-r-iy","nn"],chemotherapy:["k-iy m-ow th-eh1 r-ah p-iy","nn"],cherish:["ch-eh1 r-ih-sh","vb vbp"],cherished:["ch-eh1 r-ih-sh-t","vbn jj vbd"],cherishes:["ch-eh1 r-ih sh-ih-z","vbz"],cherry:["ch-eh1 r-iy","jj nn"],cherub:["ch-eh1 r-ah-b","nn"],chess:["ch-eh1-s","nn"],chest:["ch-eh1-s-t","nn"],chestnut:["ch-eh1-s n-ah-t","nn"],chevrolet:["sh-eh-v r-ow l-ey1","nnp"],chew:["ch-uw1","vb vbp"],chewed:["ch-uw1-d","vbd vbn"],chewing:["ch-uw1 ih-ng","vbg jj nn"],chic:["sh-iy1-k","jj nn"],chicanery:["sh-ih k-ey1 n-er iy","nn"],chick:["ch-ih1-k","nn"],chicken:["ch-ih1 k-ah-n","nn"],chide:["ch-ay1-d","vb vbp"],chided:["ch-ay1 d-ih-d","vbn vbd"],chides:["ch-ay1-d-z","vbz"],chiding:["ch-ay1 d-ih-ng","vbg"],chief:["ch-iy1-f","jj nn"],chiefdom:["ch-iy1-f d-ah-m","nn"],chiefly:["ch-iy1-f l-iy","rb"],chieftain:["ch-iy1-f t-ah-n","nn"],child:["ch-ay1-l-d","nn"],childbearing:["ch-ay1-l-d b-eh r-ih-ng","vbg"],childbirth:["ch-ay1-l-d b-er-th","nn"],childcare:["ch-ay1-l-d k-eh-r","nn"],childhood:["ch-ay1-l-d hh-uh-d","nn"],childish:["ch-ay1-l d-ih-sh","jj"],childless:["ch-ay1-l-d l-ah-s","jj"],childlike:["ch-ay1-l-d l-ay-k","jj"],chili:["ch-ih1 l-iy","nn"],chill:["ch-ih1-l","nn jj vb"],chilled:["ch-ih1-l-d","vbn jj vbd"],chillier:["ch-ih1 l-iy er","nn"],chilling:["ch-ih1 l-ih-ng","vbg jj"],chillingly:["ch-ih1 l-ih-ng l-iy","rb"],chilly:["ch-ih1 l-iy","jj"],chime:["ch-ay1-m","vb"],chimed:["ch-ay1-m-d","vbd"],chimney:["ch-ih1-m n-iy","nn"],chimp:["ch-ih1-m-p","nn"],chimpanzee:["ch-ih-m p-ae1-n z-iy","nn"],chin:["ch-ih1-n","nn vb"],china:["ch-ay1 n-ah","nn"],chip:["ch-ih1-p","nn"],chipped:["ch-ih1-p-t","vbn vbd jj"],chipper:["ch-ih1 p-er","jj"],chipping:["ch-ih1 p-ih-ng","vbg"],chiropractor:["k-ay1 r-ah p-r-ae-k t-er","nn"],chirp:["ch-er1-p","vb"],chirping:["ch-er1 p-ih-ng","vbg"],chirpy:["ch-er1 p-iy","jj"],chisel:["ch-ih1 z-ah-l","nn vb"],chiseled:["ch-ih1 z-ah-l-d","vbn jj"],chit:["ch-ih1-t","nn"],chitchat:["ch-ih1-t ch-ae-t","nn"],chivalry:["sh-ih1 v-ah-l r-iy","nn"],chive:["ch-ay1-v","nn"],chloride:["k-l-ao1 r-ay-d","nn"],chlorine:["k-l-ao1 r-iy-n","nn"],chocolate:["ch-ao1-k l-ah-t","nn jj"],choice:["ch-oy1-s","nn jj"],choicest:["ch-oy1 s-ah-s-t","jjs"],choir:["k-w-ay1 er","nn"],choke:["ch-ow1-k","vb vbp nn"],choked:["ch-ow1-k-t","vbd vbn"],choking:["ch-ow1 k-ih-ng","vbg jj nn"],cholera:["k-aa1 l-er ah","nn"],cholesterol:["k-ah l-eh1-s t-er ao-l","nn"],cholla:["ch-aa1 l-ah","nn"],chomp:["ch-aa1-m-p","nn vb vbp"],chomping:["ch-aa1-m p-ih-ng","vbg"],choose:["ch-uw1-z","vb vbp"],chooses:["ch-uw1 z-ah-z","vbz"],choosing:["ch-uw1 z-ih-ng","vbg"],choosy:["ch-uw1 z-iy","jj"],chop:["ch-aa1-p","vb nn"],chopped:["ch-aa1-p-t","jj vbd vbn"],chopper:["ch-aa1 p-er","nn"],chopping:["ch-aa1 p-ih-ng","vbg"],choppy:["ch-aa1 p-iy","jj"],chopstick:["ch-aa1-p s-t-ih-k","nn"],choral:["k-ao1 r-ah-l","jj"],chord:["k-ao1-r-d","nn"],chore:["ch-ao1-r","nn"],choreograph:["k-ao1-r-iy-ah-g-r-ae-f","vb"],choreographed:["k-ao1 r-iy ah g-r-ae-f-t","vbn jj"],choreographer:["k-ao r-iy aa1 g-r-ah f-er","nn"],choreography:["k-ao r-iy aa1 g-r-ah f-iy","nn"],chortle:["ch-ao1-r-t-ah-l","vb"],chortled:["ch-ao1-r t-ah-l-d","vbd vbn"],chortles:["ch-ao1-r t-ah-l-z","vbz"],chortling:["ch-ao1-r t-ah-l ih-ng","vbg"],chorus:["k-ao1 r-ah-s","nn"],chose:["ch-ow1-z","vbd"],chosen:["ch-ow1 z-ah-n","vbn jj"],chow:["ch-aw1","nn"],chowder:["ch-aw1 d-er","nn"],christen:["k-r-ih1 s-ah-n","vb"],christened:["k-r-ih1 s-ah-n-d","vbd vbn"],christening:["k-r-ih1 s-ah-n ih-ng","nn"],chrome:["k-r-ow1-m","nn"],chromium:["k-r-ow1 m-iy ah-m","nn"],chromosome:["k-r-ow1 m-ah s-ow-m","nn"],chronic:["k-r-aa1 n-ih-k","jj nn"],chronically:["k-r-aa1 n-ih k-ah l-iy","rb"],chronicle:["k-r-aa1 n-ih k-ah-l","nn vb"],chronicled:["k-r-aa1 n-ih k-ah-l-d","vbd vbn"],chronicler:["k-r-aa1 n-ih k-l-er","nn"],chronicling:["k-r-aa1 n-ih k-l-ih-ng","vbg"],chronological:["k-r-aa n-ah l-aa1 jh-ih k-ah-l","jj"],chronologically:["k-r-aa n-ah l-aa1 jh-ih-k l-iy","rb"],chronology:["k-r-ah n-aa1 l-ah jh-iy","nn"],chrysanthemum:["k-r-ih s-ae1-n th-ah m-ah-m","nn"],chubby:["ch-ah1 b-iy","jj"],chuck:["ch-ah1-k","nn vb"],chucked:["ch-ah1-k-t","vbd vbn"],chucking:["ch-ah1 k-ih-ng","vbg"],chuckle:["ch-ah1 k-ah-l","nn vb vbp"],chuckled:["ch-ah1 k-ah-l-d","vbd"],chuckling:["ch-ah1 k-l-ih-ng","vbg"],chug:["ch-ah1-g","vb vbp"],chugging:["ch-ah1 g-ih-ng","vbg"],chum:["ch-ah1-m","nn"],chump:["ch-ah1-m-p","nn"],chunk:["ch-ah1-ng-k","nn"],chunky:["ch-ah1-ng k-iy","jj"],church:["ch-er1-ch","nn"],churchgoer:["ch-er1-ch g-ow er","nn"],churchyard:["ch-er1-ch y-aa-r-d","nn"],churn:["ch-er1-n","vb vbp"],churned:["ch-er1-n-d","vbd"],churning:["ch-er1 n-ih-ng","vbg"],churns:["ch-er1-n-z","vbz"],chute:["sh-uw1-t","nn"],chutney:["ch-ah1-t n-iy","nn"],chutzpah:["ch-ah1-t s-p-aa","nn"],cicada:["s-ih k-ey1 d-ah","nn"],cider:["s-ay1 d-er","nn"],cigar:["s-ih g-aa1-r","nn"],cigarette:["s-ih g-er eh1-t","nn"],ciliate:["s-ih1 l-iy ah-t","nn"],cinch:["s-ih1-n-ch","nn vb"],cinder:["s-ih1-n d-er","nn"],cinema:["s-ih1 n-ah m-ah","nn"],cinematic:["s-ih n-ah m-ae1 t-ih-k","jj"],cinematographer:["s-ih n-ih m-ah t-aa1 g-r-ah f-er","nn"],cinematography:["s-ih n-ih m-ah t-aa1 g-r-ah f-iy","nn"],cipher:["s-ay1 f-er","vb"],circle:["s-er1 k-ah-l","nn vb"],circled:["s-er1 k-ah-l-d","vbd"],circling:["s-er1 k-ah-l ih-ng","vbg"],circuit:["s-er1 k-ah-t","nn"],circuitous:["s-er k-y-uw1 ih t-ah-s","jj"],circuitry:["s-er1 k-ah t-r-iy","nn"],circular:["s-er1 k-y-ah l-er","jj nn"],circulate:["s-er1 k-y-ah l-ey-t","vb vbp"],circulated:["s-er1 k-y-ah l-ey t-ah-d","vbd vbn"],circulates:["s-er1 k-y-ah l-ey-t-s","vbz"],circulating:["s-er1 k-y-ah l-ey t-ih-ng","vbg"],circulation:["s-er1 k-y-ah l-ey sh-ah-n","nn"],circulatory:["s-er1 k-y-ah l-ah t-ao r-iy","jj"],circumcision:["s-er k-ah-m s-ih1 zh-ah-n","nn"],circumference:["s-er k-ah1-m f-r-ah-n-s","nn"],circumscribed:["s-er k-ah-m s-k-r-ay1-b-d","jj"],circumspect:["s-er1 k-ah-m s-p-eh-k-t","jj"],circumspection:["s-er k-ah-m s-p-eh1-k sh-ah-n","nn"],circumstance:["s-er1 k-ah-m s-t-ae-n-s","nn"],circumstantial:["s-er k-ah-m s-t-ae1-n ch-ah-l","jj"],circumvent:["s-er k-ah-m v-eh1-n-t","vb"],circumventing:["s-er k-ah-m v-eh1-n t-ih-ng","vbg"],circumvention:["s-er k-ah-m v-eh1-n ch-ah-n","nn"],circumvents:["s-er k-ah-m v-eh1-n-t-s","vbz"],circus:["s-er1 k-ah-s","nn"],cirrhosis:["s-er ow1 s-ah-s","nn"],citation:["s-ay t-ey1 sh-ah-n","nn"],cite:["s-ay1-t","vbp vb"],cited:["s-ay1 t-ah-d","vbd vbn"],cites:["s-ay1-t-s","vbz"],citing:["s-ay1 t-ih-ng","vbg"],citizen:["s-ih1 t-ah z-ah-n","nn"],citizenry:["s-ih1 t-ih z-ah-n r-iy","nn"],citizenship:["s-ih1 t-ih z-ah-n sh-ih-p","nn"],citric:["s-ih1 t-r-ih-k","jj"],citron:["s-ih1 t-r-ah-n","jj"],citrus:["s-ih1 t-r-ah-s","jj nn"],city:["s-ih1 t-iy","nn"],citywide:["s-ih1 t-iy w-ay-d","jj"],civic:["s-ih1 v-ih-k","jj"],civil:["s-ih1 v-ah-l","jj"],civilian:["s-ah v-ih1-l y-ah-n","jj nn"],civility:["s-ah v-ih1 l-ah t-iy","nn"],civilization:["s-ih v-ah l-ih z-ey1 sh-ah-n","nn"],civilize:["s-ih1 v-ah l-ay-z","vb"],civilized:["s-ih1 v-ah l-ay-z-d","jj vbn"],clad:["k-l-ae1-d","vbn jj"],claim:["k-l-ey1-m","nn vbp vb"],claimant:["k-l-ey1 m-ah-n-t","nn"],claimed:["k-l-ey1-m-d","vbd vbn"],claiming:["k-l-ey1 m-ih-ng","vbg"],clairvoyance:["k-l-eh-r v-oy1 ah-n-s","nn"],clam:["k-l-ae1-m","nn"],clamber:["k-l-ae1-m-b-er","vb"],clambered:["k-l-ae1-m b-er-d","vbd"],clammy:["k-l-ae1 m-iy","jj"],clamor:["k-l-ae1 m-er","vb vbp nn"],clamored:["k-l-ae1 m-er-d","vbd"],clamoring:["k-l-ae1 m-er ih-ng","vbg"],clamp:["k-l-ae1-m-p","vb nn"],clampdown:["k-l-ae1-m-p d-aw-n","nn"],clamped:["k-l-ae1-m-p-t","vbd vbn"],clamping:["k-l-ae1-m p-ih-ng","vbg"],clamshell:["k-l-ae1-m sh-eh-l","nn"],clan:["k-l-ae1-n","nn"],clandestine:["k-l-ae-n d-eh1 s-t-ih-n","jj"],clang:["k-l-ae1-ng","nn vb"],clanging:["k-l-ae1 ng-ih-ng","nn vbg"],clank:["k-l-ae1-ng-k","vb"],clanking:["k-l-ae1-ng k-ih-ng","vbg"],clannish:["k-l-ae1 n-ih-sh","jj"],clap:["k-l-ae1-p","nn"],clapboard:["k-l-ae1-p b-ao-r-d","nn"],clapped:["k-l-ae1-p-t","vbd"],clapping:["k-l-ae1 p-ih-ng","vbg"],clarification:["k-l-eh r-ah f-ah k-ey1 sh-ah-n","nn"],clarified:["k-l-eh1 r-ah f-ay-d","vbn vbd"],clarifies:["k-l-eh1 r-ah f-ay-z","vbz"],clarify:["k-l-eh1 r-ah f-ay","vb vbp"],clarifying:["k-l-eh1 r-ah f-ay ih-ng","vbg"],clarinet:["k-l-eh r-ah n-eh1-t","nn"],clarinetist:["k-l-eh r-ah n-eh1 t-ih-s-t","nn"],clarity:["k-l-eh1 r-ah t-iy","nn"],clash:["k-l-ae1-sh","nn vbp vb"],clashed:["k-l-ae1-sh-t","vbn vbd"],clashing:["k-l-ae1 sh-ih-ng","vbg"],clasp:["k-l-ae1-s-p","vb"],clasped:["k-l-ae1-s-p-t","vbd vbn"],"class":["k-l-ae1-s","nn vb"],classed:["k-l-ae1-s-t","vbn"],classic:["k-l-ae1 s-ih-k","jj nn"],classical:["k-l-ae1 s-ih k-ah-l","jj"],classically:["k-l-ae1 s-ih-k l-iy","rb"],classification:["k-l-ae s-ah f-ah k-ey1 sh-ah-n","nn"],classified:["k-l-ae1 s-ah f-ay-d","vbn vbd jj"],classifies:["k-l-ae1 s-ah f-ay-z","vbz"],classify:["k-l-ae1 s-ah f-ay","vb vbp"],classifying:["k-l-ae1 s-ah f-ay ih-ng","vbg"],classless:["k-l-ae1-s l-ah-s","jj"],classmate:["k-l-ae1-s m-ey-t","nn"],classroom:["k-l-ae1-s r-uw-m","nn"],classy:["k-l-ae1 s-iy","jj"],clatter:["k-l-ae1 t-er","nn vb"],clause:["k-l-ao1-z","nn"],claustrophobia:["k-l-ao s-t-r-ah f-ow1 b-iy ah","nn"],claustrophobic:["k-l-ao s-t-r-ah f-ow1 b-ih-k","jj"],claw:["k-l-ao1","nn vb"],clawed:["k-l-ao1-d","vbn"],clawing:["k-l-ao1 ih-ng","vbg"],clay:["k-l-ey1","nn"],clean:["k-l-iy1-n","jj vbp rb vb"],cleaned:["k-l-iy1-n-d","vbn vbd"],cleaner:["k-l-iy1 n-er","jjr nn"],cleanest:["k-l-iy1 n-ah-s-t","jjs"],cleaning:["k-l-iy1 n-ih-ng","nn vbg"],cleanliness:["k-l-eh1-n l-iy n-ih-s","nn"],cleanly:["k-l-iy1-n l-iy","rb"],cleans:["k-l-iy1-n-z","vbz"],cleanse:["k-l-eh1-n-z","vb"],cleansed:["k-l-eh1-n-z-d","vbd vbn"],cleanser:["k-l-eh1-n z-er","nn"],cleansing:["k-l-eh1-n z-ih-ng","nn vbg"],cleanup:["k-l-iy1-n ah-p","nn"],clear:["k-l-ih1-r","jj rb vb vbp"],clearance:["k-l-ih1 r-ah-n-s","nn"],cleared:["k-l-ih1-r-d","vbn vbd"],clearer:["k-l-ih1 r-er","jjr rbr"],clearest:["k-l-ih1 r-ih-s-t","jjs"],clearing:["k-l-ih1 r-ih-ng","vbg jj nn"],clearinghouse:["k-l-ih1 r-ih-ng hh-aw-s","nn"],clearly:["k-l-ih1-r l-iy","rb"],clears:["k-l-ih1-r-z","vbz"],cleat:["k-l-iy1-t","nn"],cleavage:["k-l-iy1 v-ah-jh","nn"],cleaver:["k-l-iy1 v-er","nn"],clemency:["k-l-eh1 m-ah-n s-iy","nn"],clench:["k-l-eh1-n-ch","vb"],clenched:["k-l-eh1-n-ch-t","jj vbd vbn"],clergy:["k-l-er1 jh-iy","nn"],clergyman:["k-l-er1 jh-iy m-ah-n","nn"],cleric:["k-l-eh1 r-ih-k","nn"],clerical:["k-l-eh1 r-ah k-ah-l","jj nn"],clerk:["k-l-er1-k","nn"],clever:["k-l-eh1 v-er","jj"],cleverly:["k-l-eh1 v-er l-iy","rb"],cleverness:["k-l-eh1 v-er n-ah-s","nn"],cliche:["k-l-iy sh-ey1","nn"],cliched:["k-l-iy sh-ey1-d","jj"],click:["k-l-ih1-k","nn vb"],clicked:["k-l-ih1-k-t","vbd vbn"],clicking:["k-l-ih1 k-ih-ng","vbg"],client:["k-l-ay1 ah-n-t","nn"],clientele:["k-l-ay ah-n t-eh1-l","nn"],cliff:["k-l-ih1-f","nn"],climactic:["k-l-ay m-ae1-k t-ih-k","jj"],climate:["k-l-ay1 m-ah-t","nn"],climatic:["k-l-ay m-ae1 t-ih-k","jj"],climax:["k-l-ay1 m-ae-k-s","nn vb"],climaxed:["k-l-ay1 m-ae-k-s-t","vbd vbn"],climb:["k-l-ay1-m","vb vbp nn"],climbed:["k-l-ay1-m-d","vbd vbn"],climber:["k-l-ay1 m-er","nn"],climbing:["k-l-ay1 m-ih-ng","vbg"],clime:["k-l-ay1-m","nn"],clinch:["k-l-ih1-n-ch","vb"],clinched:["k-l-ih1-n-ch-t","vbd"],clincher:["k-l-ih1-n ch-er","nn"],clinching:["k-l-ih1-n ch-ih-ng","vbg"],cling:["k-l-ih1-ng","vbp vb"],clinging:["k-l-ih1 ng-ih-ng","vbg"],clings:["k-l-ih1-ng-z","vbz"],clinic:["k-l-ih1 n-ih-k","nn"],clinical:["k-l-ih1 n-ah k-ah-l","jj"],clinically:["k-l-ih1 n-ih k-ah l-iy","rb"],clinician:["k-l-ih n-ih1 sh-ah-n","nn"],clip:["k-l-ih1-p","nn vb"],clipboard:["k-l-ih1-p b-ao-r-d","nn"],clipped:["k-l-ih1-p-t","vbn vbd"],clipping:["k-l-ih1 p-ih-ng","nn"],clique:["k-l-iy1-k","nn"],cloak:["k-l-ow1-k","nn vb vbp"],clobber:["k-l-aa1 b-er","vb"],clobbered:["k-l-aa1 b-er-d","vbn vbd"],clock:["k-l-aa1-k","nn vb vbp"],clocked:["k-l-aa1-k-t","vbn"],clockwork:["k-l-aa1-k w-er-k","nn"],clog:["k-l-aa1-g","vb"],clogged:["k-l-ao1-g-d","vbn jj vbd"],clogging:["k-l-aa1 g-ih-ng","vbg"],clogs:["k-l-aa1-g-z","vbz"],cloister:["k-l-oy1 s-t-er","nn"],cloistered:["k-l-oy1 s-t-er-d","jj"],clone:["k-l-ow1-n","nn vb"],cloned:["k-l-ow1-n-d","vbn"],clones:["k-l-ow1-n","nn"],cloning:["k-l-ow1 n-ih-ng","vbg"],close:["k-l-ow1-s","vb vbp jj"],closed:["k-l-ow1-z-d","vbd vbn jj"],closeness:["k-l-ow1-s n-ih-s","nn"],closes:["k-l-ow1 z-ih-z","vbz"],closest:["k-l-ow1 s-ah-s-t","jjs"],closet:["k-l-aa1 z-ah-t","nn jj vb"],closeted:["k-l-aa1 z-ah t-ih-d","jj vbd vbn"],closeup:["k-l-ow1 s-ah1-p","jj"],closing:["k-l-ow1 z-ih-ng","vbg jj nn"],closure:["k-l-ow1 zh-er","nn"],clot:["k-l-aa1-t","nn"],cloth:["k-l-ao1-th","nn"],clothe:["k-l-ow1-dh","vb"],clothed:["k-l-ow1-dh-d","vbn jj"],clotheshorse:["k-l-ow1-z hh-ao-r-s","nn"],clothier:["k-l-ow1 dh-y-er","nn"],clothing:["k-l-ow1 dh-ih-ng","nn"],clotted:["k-l-aa1 t-ah-d","jj"],clotting:["k-l-aa1 t-ih-ng","vbg"],cloture:["k-l-ow1 ch-er","nn"],cloud:["k-l-aw1-d","nn vb vbp"],cloudburst:["k-l-aw1-d b-er-s-t","nn"],clouded:["k-l-aw1 d-ih-d","vbn jj vbd"],clouding:["k-l-aw1 d-ih-ng","nn"],cloudless:["k-l-aw1-d l-ah-s","jj"],cloudy:["k-l-aw1 d-iy","jj"],clout:["k-l-aw1-t","nn"],clove:["k-l-ow1-v-z","nn"],clover:["k-l-ow1 v-er","nn"],clown:["k-l-aw1-n","nn"],clowning:["k-l-aw1 n-ih-ng","nn"],cloy:["k-l-oy1","vb"],cloying:["k-l-oy1 ih-ng","jj vbg"],clozapine:["k-l-ow1 z-ah p-ay-n","nn"],club:["k-l-ah1-b","nn"],clubbed:["k-l-ah1-b-d","jj vbd"],clubby:["k-l-ah1 b-iy","jj"],clubhouse:["k-l-ah1-b hh-aw-s","nn"],cluck:["k-l-ah1-k","nn vb"],clucking:["k-l-ah1 k-ih-ng","vbg"],clue:["k-l-uw1","nn"],clump:["k-l-ah1-m-p","nn"],clumsily:["k-l-ah1-m s-ah l-iy","rb"],clumsy:["k-l-ah1-m z-iy","jj"],clung:["k-l-ah1-ng","vbd vbn"],clunky:["k-l-ah1-ng k-iy","jj"],cluster:["k-l-ah1 s-t-er","nn vb"],clustered:["k-l-ah1 s-t-er-d","vbn vbd"],clustering:["k-l-ah1 s-t-er ih-ng","vbg"],clutch:["k-l-ah1-ch","nn vbp vb"],clutched:["k-l-ah1-ch-t","vbd vbn"],clutching:["k-l-ah1 ch-ih-ng","vbg"],clutter:["k-l-ah1 t-er","nn vb"],cluttered:["k-l-ah1 t-er-d","vbn jj"],coach:["k-ow1-ch","nn vb"],coached:["k-ow1-ch-t","vbn"],coaching:["k-ow1 ch-ih-ng","vbg"],coachman:["k-ow1-ch m-ah-n","nn"],coagulate:["k-ow-ae1-g-y-ah-l-ey-t","vb"],coagulating:["k-ow ae1 g-y-ah l-ey t-ih-ng","vbg"],coal:["k-ow1-l","nn"],coalesce:["k-ow ah l-eh1-s","vb vbp"],coalesced:["k-ow ah l-eh1-s-t","vbn"],coalition:["k-ow ah l-ih1 sh-ah-n","nn"],coarse:["k-ao1-r-s","jj"],coast:["k-ow1-s-t","nn vb"],coastal:["k-ow1 s-t-ah-l","jj"],coasted:["k-ow1 s-t-ih-d","vbd vbn"],coaster:["k-ow1 s-t-er","nn"],coastline:["k-ow1-s-t l-ay-n","nn"],coat:["k-ow1-t","nn vb"],coated:["k-ow1 t-ah-d","vbn jj"],coating:["k-ow1 t-ih-ng","nn vbg"],coattail:["k-ow1-t t-ey-l","nn"],coax:["k-ow1-k-s","vb"],coaxed:["k-ow1-k-s-t","vbn vbd"],coaxes:["k-ow1-k s-ih-z","vbz"],coaxial:["k-ow1 ae1-k s-iy ah-l","jj"],coaxing:["k-ow1-k s-ih-ng","jj vbg"],cobalt:["k-ow1 b-ao-l-t","nn"],cobble:["k-aa1-b-ah-l","vb"],cobbled:["k-aa1 b-ah-l-d","vbn vbd"],cobbler:["k-aa1-b l-er","nn"],cobblestone:["k-aa1 b-ah-l s-t-ow-n","nn"],cobra:["k-ow1 b-r-ah","nn"],cobweb:["k-aa1-b w-eh-b","nn"],coca:["k-ow1 k-ah","nn"],cocaine:["k-ow k-ey1-n","nn"],cock:["k-aa1-k","nn vb"],cockatoo:["k-aa1 k-ah t-uw","nn"],cocked:["k-aa1-k-t","vbd vbn"],cockeyed:["k-aa1-k ay-d","jj"],cockiness:["k-aa1 k-iy n-ah-s","nn"],cockpit:["k-aa1-k p-ih-t","nn"],cockroach:["k-aa1-k r-ow-ch","nn"],cocktail:["k-aa1-k t-ey-l","nn"],cocky:["k-aa1 k-iy","jj"],coco:["k-ow1 k-ow","nn"],cocoa:["k-ow1 k-ow","nn"],coconut:["k-ow1 k-ah n-ah-t","nn"],cocoon:["k-ah k-uw1-n","nn"],cod:["k-aa1-d","nn"],coddle:["k-aa1 d-ah-l","vb vbp"],coddled:["k-aa1 d-ah-l-d","vbn"],coddling:["k-aa1 d-ah-l ih-ng","nn"],code:["k-ow1-d","nn vb"],coded:["k-ow1 d-ih-d","vbn jj"],codification:["k-aa d-ah f-ah k-ey1 sh-ah-n","nn"],codified:["k-aa1 d-ah f-ay-d","vbn"],codifies:["k-ow1 d-ah f-ay-z","vbz"],codify:["k-ow1-d-ah-f-ay","vb"],codifying:["k-ow1 d-ah f-ay ih-ng","vbg"],coding:["k-ow1 d-ih-ng","nn"],coed:["k-ow1 eh-d","nn"],coefficient:["k-ow ah f-ih1 sh-ah-n-t","nn"],coerce:["k-ow er1-s","vb"],coerced:["k-ow er1-s-t","vbn vbd jj"],coercion:["k-ow er1 sh-ah-n","nn"],coercive:["k-ow er1 s-ih-v","jj"],coexist:["k-ow ah-g z-ih1-s-t","vb vbp"],coexistence:["k-ow ih-g z-ih1 s-t-ah-n-s","nn"],coffee:["k-aa1 f-iy","nn"],coffer:["k-aa1 f-er","nn"],coffin:["k-ao1 f-ih-n","nn"],cofounder:["k-ow1 f-aw1-n d-er","nn"],cog:["k-ao1-g","nn"],cogeneration:["k-ow1 jh-eh1 n-er ey1 sh-ah-n","nn"],cognac:["k-ow1-n y-ae-k","nn"],cognitive:["k-aa1-g n-ih t-ih-v","jj"],cognizance:["k-aa1-g n-ah z-ah-n-s","nn"],cognizant:["k-aa1-g n-ah z-ah-n-t","jj"],cognoscenti:["k-aa-g n-ao sh-eh1-n t-iy","nn"],coherence:["k-ow hh-ih1 r-ah-n-s","nn"],coherent:["k-ow hh-ih1 r-ah-n-t","jj"],coherently:["k-ow hh-iy1 r-ah-n-t l-iy","rb"],cohesion:["k-ow hh-iy1 zh-ah-n","nn"],cohesive:["k-ow hh-iy1 s-ih-v","jj"],cohesively:["k-ow hh-iy1 s-ih-v l-iy","rb"],cohesiveness:["k-ow hh-iy1 s-ih-v n-ah-s","nn"],cohort:["k-ow1 hh-ao-r-t","nn"],coiffed:["k-oy1-f-t","jj"],coil:["k-oy1-l","nn vb"],coiled:["k-oy1-l-d","vbd"],coin:["k-oy1-n","nn vb"],coincide:["k-ow ih-n s-ay1-d","vb vbp"],coincided:["k-ow ah-n s-ay1 d-ah-d","vbd vbn"],coincidence:["k-ow ih1-n s-ih d-ah-n-s","nn"],coincident:["k-ow ih1-n s-ah d-ah-n-t","jj"],coincidental:["k-ow ih-n s-ah d-eh1-n t-ah-l","jj"],coincidentally:["k-ow ih-n s-ih d-eh1-n t-ah l-iy","rb"],coincides:["k-ow ih-n s-ay1-d-z","vbz"],coinciding:["k-ow ah-n s-ay1 d-ih-ng","vbg jj"],coined:["k-oy1-n-d","vbn vbd"],coke:["k-ow1-k","nn"],cola:["k-ow1 l-ah","nn"],cold:["k-ow1-l-d","jj nn"],colder:["k-ow1-l d-er","jjr rbr"],coldest:["k-ow1-l d-ah-s-t","jjs"],coldly:["k-ow1-l-d l-iy","rb"],coldness:["k-ow1-l-d n-ah-s","nn"],coliseum:["k-aa l-ah s-iy1 ah-m","nn"],collaborate:["k-ah l-ae1 b-er ey-t","vb vbp"],collaborated:["k-ah l-ae1 b-er ey t-ah-d","vbd vbn"],collaborating:["k-ah l-ae1 b-er ey t-ih-ng","vbg"],collaboration:["k-ah l-ae b-er ey1 sh-ah-n","nn"],collaborative:["k-ah l-ae1 b-er ey t-ih-v","jj"],collaborator:["k-ah l-ae1 b-er ey t-er","nn"],collage:["k-ah l-aa1-zh","nn"],collagen:["k-aa1 l-ah g-ah-n","nn"],collapse:["k-ah l-ae1-p-s","nn vb"],collapsed:["k-ah l-ae1-p-s-t","vbd jj vbn"],collapsible:["k-ah l-ae1-p s-ah b-ah-l","jj"],collapsing:["k-ah l-ae1-p s-ih-ng","vbg"],collar:["k-aa1 l-er","nn vb"],collarbone:["k-aa1 l-er b-ow-n","nn"],collared:["k-aa1 l-er-d","vbn"],collateral:["k-ah l-ae1 t-er ah-l","nn jj"],collateralize:["k-ah-l-ae1-t-er-ah-l-ay-z","vb"],collateralized:["k-ah l-ae1 t-er ah l-ay-z-d","jj vbn"],colleague:["k-aa1 l-iy-g","nn"],collect:["k-ah l-eh1-k-t","vb jj vbp"],collected:["k-ah l-eh1-k t-ah-d","vbn vbd"],collectible:["k-ah l-eh1-k t-ah b-ah-l","jj"],collecting:["k-ah l-eh1-k t-ih-ng","vbg"],collection:["k-ah l-eh1-k sh-ah-n","nn"],collective:["k-ah l-eh1-k t-ih-v","jj nn"],collectively:["k-ah l-eh1-k t-ih-v l-iy","rb"],collectivization:["k-ah l-eh-k t-ih v-ih z-ey1 sh-ah-n","nn"],collector:["k-ah l-eh1-k t-er","nn"],collects:["k-ah l-eh1-k-t-s","vbz"],college:["k-aa1 l-ih-jh","nn"],collegial:["k-ah l-iy1 jh-iy ah-l","jj"],collegian:["k-ah l-iy1 jh-ah-n","nn"],collegiate:["k-ah l-iy1 jh-ih-t","jj"],collide:["k-ah-l-ay1-d","vb"],collided:["k-ah l-ay1 d-ih-d","vbd"],collie:["k-aa1 l-iy","nn"],collision:["k-ah l-ih1 zh-ah-n","nn"],colloidal:["k-ah l-oy1 d-ah-l","jj"],colloquial:["k-ah l-ow1-k w-iy ah-l","jj"],colloquium:["k-ah l-ow1 k-w-iy ah-m","nn"],colloquy:["k-aa1 l-ah k-w-iy","nn"],collude:["k-ah l-uw1-d","vb"],colluded:["k-ah l-uw1 d-ih-d","vbd"],collusion:["k-ah l-uw1 zh-ah-n","nn"],cologne:["k-ah l-ow1-n","nn"],colon:["k-ow1 l-ah-n","nn"],colonel:["k-er1 n-ah-l","nn"],colonial:["k-ah l-ow1 n-iy ah-l","jj nn"],colonialism:["k-ah l-ow1 n-iy ah l-ih z-ah-m","nn"],colonialist:["k-ah l-ow1 n-iy ah l-ih-s-t","nn"],colonist:["k-aa1 l-ah n-ih-s-t","nn"],colonization:["k-aa l-ah n-ih z-ey1 sh-ah-n","nn"],colonize:["k-aa1-l-ah-n-ay-z","vb"],colonized:["k-aa1 l-ah n-ay-z-d","vbd vbn"],colonnade:["k-aa l-ah n-ey1-d","nn"],colony:["k-aa1 l-ah n-iy","nn"],color:["k-ah1 l-er","nn jj vb vbp"],coloration:["k-ah l-er ey1 sh-ah-n","nn"],coloratura:["k-ah l-er ah t-uh1 r-ah","nn"],colorblind:["k-ah1 l-er b-l-ay-n-d","jj"],colored:["k-ah1 l-er-d","jj vbn"],colorful:["k-ah1 l-er f-ah-l","jj"],coloring:["k-ah1 l-er ih-ng","nn"],colorization:["k-ah l-er ah z-ey1 sh-ah-n","nn"],colorless:["k-ah1 l-er l-ah-s","jj"],colossal:["k-ah l-aa1 s-ah-l","jj"],colossus:["k-ah l-aa1 s-ah-s","nn"],coloured:["k-ah1 l-er-d","jj"],colt:["k-ow1-l-t","nn"],columbine:["k-aa1 l-ah-m b-ay-n","nn"],column:["k-aa1 l-ah-m","nn"],columnist:["k-aa1 l-ah-m n-ah-s-t","nn"],coma:["k-ow1 m-ah","nn"],comb:["k-ow1-m","nn vb"],combat:["k-aa1-m b-ae-t","nn vb"],combatant:["k-ah-m b-ae1 t-ah-n-t","jj nn"],combating:["k-ah-m b-ae1 t-ih-ng","vbg"],combative:["k-ah-m b-ae1 t-ih-v","jj"],combed:["k-ow1-m-d","vbd vbn"], +combinable:["k-ah-m b-ay1 n-ah b-ah-l","jj"],combination:["k-aa-m b-ah n-ey1 sh-ah-n","nn"],combine:["k-aa1-m b-ay-n","vb nn vbp"],combined:["k-ah-m b-ay1-n-d","vbn jj vbd"],combing:["k-ow1 m-ih-ng","vbg jj"],combining:["k-ah-m b-ay1 n-ih-ng","vbg"],combo:["k-aa1-m b-ow","nn"],combustion:["k-ah-m b-ah1-s ch-ah-n","nn"],come:["k-ah1-m","vb vbd vbn vbp vbz jj"],comeback:["k-ah1-m b-ae-k","nn"],comedian:["k-ah m-iy1 d-iy ah-n","nn"],comedic:["k-ah m-iy1 d-ih-k","jj"],comedy:["k-aa1 m-ah d-iy","nn"],comely:["k-ah1-m l-iy","jj"],comer:["k-ah1 m-er","nn"],comet:["k-aa1 m-ah-t","nn"],cometary:["k-aa1 m-ah t-eh r-iy","jj"],comeuppance:["k-ah m-ah1 p-ah-n-s","nn"],comfort:["k-ah1-m f-er-t","nn vb"],comfortable:["k-ah1-m f-er t-ah b-ah-l","jj nn"],comfortably:["k-ah1-m f-er t-ah b-l-iy","rb"],comforted:["k-ah1-m f-er t-ih-d","vbn"],comforting:["k-ah1-m f-er t-ih-ng","vbg jj"],comfy:["k-ah1-m f-iy","jj"],comic:["k-aa1 m-ih-k","jj nn"],comical:["k-aa1 m-ih k-ah-l","jj"],comically:["k-aa1 m-ih k-ah l-iy","rb"],coming:["k-ah1 m-ih-ng","vbg jj nn"],comma:["k-aa1 m-ah","nn"],command:["k-ah m-ae1-n-d","nn vbp vb"],commandant:["k-aa m-ah-n d-aa1-n-t","nn"],commanded:["k-ah m-ae1-n d-ah-d","vbd vbn"],commandeer:["k-aa-m-ah-n-d-ih1-r","vb"],commandeered:["k-aa m-ah-n d-ih1-r-d","vbn"],commander:["k-ah m-ae1-n d-er","nn"],commanding:["k-ah m-ae1-n d-ih-ng","vbg jj nn"],commandment:["k-ah m-ae1-n-d m-ah-n-t","nn"],commando:["k-ah m-ae1-n d-ow","nn"],commemorate:["k-ah m-eh1 m-er ey-t","vb vbp"],commemorated:["k-ah m-eh1 m-er ey t-ih-d","vbn vbd"],commemorates:["k-ah m-eh1 m-er ey-t-s","vbz"],commemorating:["k-ah m-eh1 m-er ey t-ih-ng","vbg"],commemorative:["k-ah m-eh1-m r-ah t-ih-v","jj nn"],commence:["k-ah m-eh1-n-s","vb vbp"],commenced:["k-ah m-eh1-n-s-t","vbd vbn"],commencement:["k-ah m-eh1-n s-m-ah-n-t","nn"],commences:["k-ah m-eh1-n s-ah-z","vbz"],commencing:["k-ah m-eh1-n s-ih-ng","vbg"],commend:["k-ah m-eh1-n-d","vb vbp"],commendable:["k-ah m-eh1-n d-ah b-ah-l","jj"],commendation:["k-aa m-ah-n d-ey1 sh-ah-n","nn"],commended:["k-ah m-eh1-n d-ih-d","vbn vbd"],commensurate:["k-ah m-eh1-n s-er ah-t","jj"],comment:["k-aa1 m-eh-n-t","vb vbp nn"],commentary:["k-aa1 m-ah-n t-eh r-iy","nn"],commentator:["k-aa1 m-ah-n t-ey t-er","nn"],commented:["k-aa1 m-eh-n t-ah-d","vbd vbn"],commenting:["k-aa1 m-eh-n t-ih-ng","vbg"],commerce:["k-aa1 m-er-s","nn"],commercial:["k-ah m-er1 sh-ah-l","jj nn"],commercialism:["k-ah m-er1 sh-ah l-ih z-ah-m","nn"],commercialization:["k-ah m-er sh-ah l-ih z-ey1 sh-ah-n","nn"],commercialize:["k-ah m-er1 sh-ah l-ay-z","vb"],commercialized:["k-ah m-er1 sh-ah l-ay-z-d","vbn"],commercializing:["k-ah m-er1 sh-ah l-ay z-ih-ng","vbg"],commercially:["k-ah m-er1 sh-ah l-iy","rb"],commerical:["k-ah m-er1 sh-ah-l","jj"],commie:["k-aa1 m-iy","jj"],commingle:["k-ah-m-ih1-ng-g-ah-l","vb"],commingled:["k-aa m-ih1-ng g-ah-l-d","vbn"],commiserate:["k-ah m-ih1 s-er ey-t","vb"],commissar:["k-aa1 m-ah s-aa-r","nn"],commissary:["k-aa1 m-ah s-eh r-iy","nn"],commission:["k-ah m-ih1 sh-ah-n","nn vb"],commissioned:["k-ah m-ih1 sh-ah-n-d","vbn vbd"],commissioner:["k-ah m-ih1 sh-ah-n er","nn"],commissioning:["k-ah m-ih1 sh-ah-n ih-ng","vbg"],commit:["k-ah m-ih1-t","vb jj vbp"],commitment:["k-ah m-ih1-t m-ah-n-t","nn"],commits:["k-ah m-ih1-t-s","vbz"],committed:["k-ah m-ih1 t-ah-d","vbn jj vb vbd"],committee:["k-ah m-ih1 t-iy","nn"],committing:["k-ah m-ih1 t-ih-ng","vbg"],commodity:["k-ah m-aa1 d-ah t-iy","nn"],common:["k-aa1 m-ah-n","jj nn"],commonality:["k-aa m-ah n-ae1 l-ah t-iy","nn"],commoner:["k-aa1 m-ah n-er","nn"],commonly:["k-aa1 m-ah-n l-iy","rb"],commonplace:["k-aa1 m-ah-n p-l-ey-s","jj nn"],commons:["k-aa1 m-ah-n-z","nn"],commonwealth:["k-aa1 m-ah-n w-eh-l-th","nn"],commotion:["k-ah m-ow1 sh-ah-n","nn"],communal:["k-ah m-y-uw1 n-ah-l","jj"],commune:["k-aa1 m-y-uw-n","nn vb"],communicable:["k-ah m-y-uw1 n-ah k-ah b-ah-l","jj"],communicate:["k-ah m-y-uw1 n-ah k-ey-t","vb vbp"],communicated:["k-ah m-y-uw1 n-ah k-ey t-ih-d","vbn vbd"],communicating:["k-ah m-y-uw1 n-ah k-ey t-ih-ng","vbg"],communication:["k-ah m-y-uw n-ah k-ey1 sh-ah-n","nn"],communicative:["k-ah m-y-uw1 n-ah k-ah t-ih-v","jj"],communicator:["k-ah m-y-uw1 n-ah k-ey t-er","nn"],communion:["k-ah m-y-uw1 n-y-ah-n","nn"],communique:["k-ah m-y-uw1 n-ah k-ey","nn"],communism:["k-aa1 m-y-ah n-ih z-ah-m","nn"],communist:["k-aa1 m-y-ah n-ah-s-t","jj nn"],community:["k-ah m-y-uw1 n-ah t-iy","nn"],communize:["k-aa1 m-y-ah n-ay-z","vb"],commute:["k-ah m-y-uw1-t","vb nn vbp"],commuted:["k-ah m-y-uw1 t-ih-d","vbn vbd"],commuter:["k-ah m-y-uw1 t-er","nn"],commuting:["k-ah m-y-uw1 t-ih-ng","vbg"],compact:["k-aa1-m p-ae-k-t","jj nn vb"],compacted:["k-ah-m p-ae1-k t-ih-d","jj vbn"],companion:["k-ah-m p-ae1 n-y-ah-n","nn jj"],companionship:["k-ah-m p-ae1 n-y-ah-n sh-ih-p","nn"],companionway:["k-ah-m p-ae1 n-y-ah-n w-ey","nn"],company:["k-ah1-m p-ah n-iy","nn"],companywide:["k-ah1-m p-ah n-iy w-ay-d","jj rb"],comparability:["k-aa-m p-er ah b-ih1 l-ih t-iy","nn"],comparable:["k-aa1-m p-er ah b-ah-l","jj"],comparably:["k-aa1-m p-er ah b-l-iy","rb"],comparative:["k-ah-m p-eh1 r-ah t-ih-v","jj nn"],comparatively:["k-ah-m p-eh1 r-ah t-ih-v l-iy","rb"],compare:["k-ah-m p-eh1-r","vb vbp nn"],compared:["k-ah-m p-eh1-r-d","vbn vbd"],comparing:["k-ah-m p-eh1 r-ih-ng","vbg"],comparison:["k-ah-m p-eh1 r-ah s-ah-n","nn"],compartment:["k-ah-m p-aa1-r-t m-ah-n-t","nn"],compass:["k-ah1-m p-ah-s","nn vb"],compassion:["k-ah-m p-ae1 sh-ah-n","nn"],compassionate:["k-ah-m p-ae1 sh-ah n-ah-t","jj"],compatibility:["k-ah-m p-ae t-ah b-ih1 l-ah t-iy","nn"],compatible:["k-ah-m p-ae1 t-ah b-ah-l","jj"],compatriot:["k-ah-m p-ey1 t-r-iy ah-t","nn"],compel:["k-ah-m p-eh1-l","vb"],compelled:["k-ah-m p-eh1-l-d","vbn vbd jj"],compelling:["k-ah-m p-eh1 l-ih-ng","jj vbg"],compellingly:["k-ah-m p-eh1 l-ih-ng l-iy","rb"],compels:["k-ah-m p-eh1-l-z","vbz"],compendium:["k-ah-m p-eh1-n d-iy ah-m","nn"],compensate:["k-aa1-m p-ah-n s-ey-t","vb vbp"],compensated:["k-aa1-m p-ah-n s-ey t-ah-d","vbn vbd"],compensates:["k-aa1-m p-ah-n s-ey-t-s","vbz"],compensating:["k-aa1-m p-ah-n s-ey t-ih-ng","vbg"],compensation:["k-aa-m p-ah-n s-ey1 sh-ah-n","nn"],compensatory:["k-ah-m p-eh1-n s-ah t-ao r-iy","jj"],compete:["k-ah-m p-iy1-t","vb vbp"],competed:["k-ah-m p-iy1 t-ih-d","vbd vbn"],competence:["k-aa1-m p-ah t-ih-n-s","nn"],competency:["k-aa1-m p-ah t-ih-n s-iy","nn"],competent:["k-aa1-m p-ah t-ih-n-t","jj"],competently:["k-aa1-m p-ah t-ih-n-t l-iy","rb"],competes:["k-ah-m p-iy1-t-s","vbz"],competing:["k-ah-m p-iy1 t-ih-ng","vbg jj"],competition:["k-aa-m p-ah t-ih1 sh-ah-n","nn"],competitive:["k-ah-m p-eh1 t-ah t-ih-v","jj"],competitively:["k-ah-m p-eh1 t-ih t-ih-v l-iy","rb"],competitiveness:["k-ah-m p-eh1 t-ih t-ih-v n-ih-s","nn"],competitor:["k-ah-m p-eh1 t-ah t-er","nn"],compilation:["k-aa-m p-ah l-ey1 sh-ah-n","nn"],compile:["k-ah-m p-ay1-l","vb"],compiled:["k-ah-m p-ay1-l-d","vbn vbd"],compiles:["k-ah-m p-ay1-l-z","vbz"],compiling:["k-ah-m p-ay1 l-ih-ng","vbg"],complacency:["k-ah-m p-l-ey1 s-ah-n s-iy","nn"],complacent:["k-ah-m p-l-ey1 s-ah-n-t","jj"],complacently:["k-ah-m p-l-ey1 s-ah-n-t l-iy","rb"],complain:["k-ah-m p-l-ey1-n","vbp vb"],complained:["k-ah-m p-l-ey1-n-d","vbd vbn"],complaining:["k-ah-m p-l-ey1 n-ih-ng","vbg"],complains:["k-ah-m p-l-ey1-n-z","vbz"],complaint:["k-ah-m p-l-ey1-n-t","nn"],complaisant:["k-ah-m p-l-ey1 s-ah-n-t","jj"],complement:["k-aa1-m p-l-ah m-ah-n-t","nn vbp vb"],complementary:["k-aa-m p-l-ah m-eh1-n t-r-iy","jj"],complemented:["k-aa1-m p-l-ah m-eh-n t-ih-d","vbd"],complete:["k-ah-m p-l-iy1-t","jj vb vbp"],completed:["k-ah-m p-l-iy1 t-ah-d","vbn jj vbd"],completely:["k-ah-m p-l-iy1-t l-iy","rb"],completeness:["k-ah-m p-l-iy1-t n-ah-s","nn"],completes:["k-ah-m p-l-iy1-t-s","vbz"],completing:["k-ah-m p-l-iy1 t-ih-ng","vbg"],completion:["k-ah-m p-l-iy1 sh-ah-n","nn"],complex:["k-aa1-m p-l-eh-k-s","jj nn"],complexion:["k-ah-m p-eh1-k sh-ah-n","nn"],complexity:["k-ah-m p-l-eh1-k s-ah t-iy","nn"],compliance:["k-ah-m p-l-ay1 ah-n-s","nn"],compliant:["k-ah-m p-l-ay1 ah-n-t","jj"],complicate:["k-aa1-m p-l-ah k-ey-t","vb vbp"],complicated:["k-aa1-m p-l-ah k-ey t-ah-d","vbn jj vbd"],complicates:["k-aa1-m p-l-ih k-ey-t-s","vbz"],complicating:["k-aa1-m p-l-ah k-ey t-ih-ng","vbg"],complication:["k-aa-m p-l-ah k-ey1 sh-ah-n","nn"],complicity:["k-ah-m p-l-ih1 s-ah t-iy","nn"],complied:["k-ah-m p-l-ay1-d","vbn vbd"],complies:["k-ah-m p-l-ay1-z","vbz"],compliment:["k-aa1-m p-l-ah m-eh-n-t","nn vbp vb"],complimentary:["k-aa-m p-l-ah m-eh1-n t-er iy","jj"],comply:["k-ah-m p-l-ay1","vb vbp"],complying:["k-ah-m p-l-ay1 ih-ng","vbg"],component:["k-ah-m p-ow1 n-ah-n-t","nn"],comportment:["k-ah-m p-ao1-r-t m-ah-n-t","nn"],compose:["k-ah-m p-ow1-z","vb vbp"],composed:["k-ah-m p-ow1-z-d","vbn vbd jj"],composer:["k-ah-m p-ow1 z-er","nn"],composes:["k-ah-m p-ow1 z-ih-z","vbz"],composing:["k-ah-m p-ow1 z-ih-ng","vbg"],composite:["k-ah-m p-aa1 z-ah-t","jj nn"],composition:["k-aa-m p-ah z-ih1 sh-ah-n","nn"],compositional:["k-aa-m p-ah z-ih1 sh-ah n-ah-l","jj"],compost:["k-aa1-m p-ow-s-t","nn"],composting:["k-aa1-m p-ow s-t-ih-ng","nn"],composure:["k-ah-m p-ow1 zh-er","nn"],compote:["k-aa1-m p-ow-t","nn"],compound:["k-aa1-m p-aw-n-d","nn jj vb vbp"],compounded:["k-ah-m p-aw1-n d-ah-d","vbn jj vbd"],compounding:["k-ah-m p-aw1-n d-ih-ng","vbg"],comprehend:["k-aa-m p-r-iy hh-eh1-n-d","vb"],comprehended:["k-aa-m p-r-ih hh-eh1-n d-ih-d","vbd vbn"],comprehending:["k-aa-m p-r-ih hh-eh1-n d-ih-ng","vbg"],comprehension:["k-aa-m p-r-iy hh-eh1-n sh-ah-n","nn"],comprehensive:["k-aa-m p-r-iy hh-eh1-n s-ih-v","jj"],comprehensively:["k-aa-m p-r-ih hh-eh1-n s-ih-v l-iy","rb"],compress:["k-aa1-m p-r-eh-s","vb"],compressed:["k-ah-m p-r-eh1-s-t","vbn vbd"],compressing:["k-ah-m p-r-eh1 s-ih-ng","vbg"],compression:["k-ah-m p-r-eh1 sh-ah-n","nn"],compressor:["k-ah-m p-r-eh1 s-er","nn"],comprise:["k-ah-m p-r-ay1-z","vbp vb"],comprised:["k-ah-m p-r-ay1-z-d","vbn vbd"],comprises:["k-ah-m p-r-ay1 z-ah-z","vbz"],comprising:["k-ah-m p-r-ay1 z-ih-ng","vbg"],compromise:["k-aa1-m p-r-ah m-ay-z","nn jj vb"],compromised:["k-aa1-m p-r-ah m-ay-z-d","vbn vbd"],compromising:["k-aa1-m p-r-ah m-ay z-ih-ng","vbg jj"],comptroller:["k-ah-n t-r-ow1 l-er","nn"],compulsion:["k-ah-m p-ah1-l sh-ah-n","nn"],compulsive:["k-ah-m p-ah1-l s-ih-v","jj"],compulsively:["k-ah-m p-ah1-l s-ih-v l-iy","rb"],compulsory:["k-ah-m p-ah1-l s-er iy","jj"],computation:["k-aa-m p-y-ah t-ey1 sh-ah-n","nn"],computational:["k-aa-m p-y-uw t-ey1 sh-ah n-ah-l","jj"],compute:["k-ah-m p-y-uw1-t","vb"],computed:["k-ah-m p-y-uw1 t-ah-d","vbn jj"],computer:["k-ah-m p-y-uw1 t-er","nn"],computerize:["k-ah-m p-y-uw1 t-er ay-z","vb"],computerized:["k-ah-m p-y-uw1 t-er ay-z-d","jj nn vb vbn"],computerizing:["k-ah-m p-y-uw1 t-er ay z-ih-ng","vbg"],computes:["k-ah-m p-y-uw1-t-s","vbz"],computing:["k-ah-m p-y-uw1 t-ih-ng","vbg"],comrade:["k-aa1-m r-ae-d","nn"],con:["k-aa1-n","nn"],concave:["k-aa-n k-ey1-v","jj"],conceal:["k-ah-n s-iy1-l","vb"],concealed:["k-ah-n s-iy1-l-d","vbn jj vbd"],concealing:["k-ah-n s-iy1 l-ih-ng","vbg"],concealment:["k-ah-n s-iy1-l m-ah-n-t","nn"],conceals:["k-ah-n s-iy1-l-z","vbz"],concede:["k-ah-n s-iy1-d","vbp vb"],conceded:["k-ah-n s-iy1 d-ih-d","vbd vbn"],concedes:["k-ah-n s-iy1-d-z","vbz"],conceding:["k-ah-n s-iy1 d-ih-ng","vbg"],conceit:["k-ah-n s-iy1-t","nn"],conceivable:["k-ah-n s-iy1 v-ah b-ah-l","jj"],conceivably:["k-ah-n s-iy1 v-ah b-l-iy","rb"],conceive:["k-ah-n s-iy1-v","vb vbp"],conceived:["k-ah-n s-iy1-v-d","vbn vbd jj"],conceiving:["k-ah-n s-iy1 v-ih-ng","vbg"],concentrate:["k-aa1-n s-ah-n t-r-ey-t","vb vbp nn"],concentrated:["k-aa1-n s-ah-n t-r-ey t-ah-d","vbn jj vbd"],concentrating:["k-aa1-n s-ah-n t-r-ey t-ih-ng","vbg"],concentration:["k-aa-n s-ah-n t-r-ey1 sh-ah-n","nn"],concentric:["k-ah-n s-eh1-n t-r-ih-k","jj"],concept:["k-aa1-n s-eh-p-t","nn"],conception:["k-ah-n s-eh1-p sh-ah-n","nn"],conceptual:["k-ah-n s-eh1-p ch-uw ah-l","jj"],conceptually:["k-ah-n s-eh1-p ch-uw ah l-iy","rb"],concern:["k-ah-n s-er1-n","nn vbp vb"],concerned:["k-ah-n s-er1-n-d","vbn jj vb vbd"],concerning:["k-ah-n s-er1 n-ih-ng","vbg"],concert:["k-aa1-n s-er-t","nn vb"],concerted:["k-ah-n s-er1 t-ah-d","jj vbn"],concertmaster:["k-aa1-n s-er-t m-ae s-t-er","nn"],concerto:["k-ah-n ch-eh1-r t-ow","nn"],concession:["k-ah-n s-eh1 sh-ah-n","nn"],concessionaire:["k-ah-n s-eh sh-ah n-eh1-r","nn"],concierge:["k-aa-n s-iy eh1-r-zh","nn"],conciliator:["k-ah-n s-ih1 l-iy ey t-er","nn"],conciliatory:["k-ah-n s-ih1 l-iy ah t-ao r-iy","jj"],concise:["k-ah-n s-ay1-s","jj"],concisely:["k-ah-n s-ay1-s l-iy","rb"],conclave:["k-aa1-n k-l-ey-v","nn"],conclude:["k-ah-n k-l-uw1-d","vb vbp"],concluded:["k-ah-n k-l-uw1 d-ah-d","vbd vbn"],concludes:["k-ah-n k-l-uw1-d-z","vbz"],concluding:["k-ah-n k-l-uw1 d-ih-ng","vbg jj"],conclusion:["k-ah-n k-l-uw1 zh-ah-n","nn"],conclusive:["k-ah-n k-l-uw1 s-ih-v","jj"],conclusively:["k-ah-n k-l-uw1 s-ih-v l-iy","rb"],concoct:["k-ah-n k-aa1-k-t","vb"],concocted:["k-ah-n k-aa1-k t-ah-d","vbn vbd"],concoction:["k-ah-n k-aa1-k sh-ah-n","nn"],concomitant:["k-aa-n k-aa1 m-ah t-ah-n-t","jj nn"],concomitantly:["k-aa-n k-aa1 m-ah t-ah-n-t l-iy","rb"],concord:["k-aa1-n k-ao-r-d","nn"],concrete:["k-ah-n k-r-iy1-t","jj nn"],concretely:["k-aa1-n k-r-iy-t l-iy","rb"],concur:["k-ah-n k-er1","vbp vb"],concurred:["k-ah-n k-er1-d","vbd vbn"],concurrence:["k-ah-n k-er1 ah-n-s","nn"],concurrent:["k-ah-n k-er1 ah-n-t","jj"],concurrently:["k-ah-n k-er1 ah-n-t l-iy","rb"],concurring:["k-ah-n k-er1 ih-ng","vbg"],concurs:["k-ah-n k-er1-z","vbz"],concussion:["k-ah-n k-ah1 sh-ah-n","nn"],condemn:["k-ah-n d-eh1-m","vb vbp"],condemnation:["k-aa-n d-ah-m n-ey1 sh-ah-n","nn"],condemned:["k-ah-n d-eh1-m-d","vbn jj vbd"],condemning:["k-ah-n d-eh1 m-ih-ng","vbg"],condemns:["k-ah-n d-eh1-m-z","vbz"],condensate:["k-aa1-n d-ah-n s-ey-t","nn"],condensation:["k-aa-n d-ah-n s-ey1 sh-ah-n","nn"],condense:["k-ah-n d-eh1-n-s","vb"],condensed:["k-ah-n d-eh1-n-s-t","jj vbn"],condenser:["k-ah-n d-eh1-n s-er","nn"],condescend:["k-aa-n-d-ih-s-eh1-n-d","vb"],condescending:["k-aa-n d-ih s-eh1-n d-ih-ng","jj vbg"],condescension:["k-aa-n d-ah s-eh1-n sh-ah-n","nn"],condiment:["k-aa1-n d-ah m-ah-n-t","nn"],condition:["k-ah-n d-ih1 sh-ah-n","nn vbp vb"],conditional:["k-ah-n d-ih1 sh-ah n-ah-l","jj nn"],conditionally:["k-ah-n d-ih1 sh-ah-n ah l-iy","rb"],conditioned:["k-ah-n d-ih1 sh-ah-n-d","vbn vbd jj"],conditioner:["k-ah-n d-ih1 sh-ah-n er","nn"],conditioning:["k-ah-n d-ih1 sh-ah-n ih-ng","nn vbg"],condo:["k-aa1-n d-ow","nn"],condolence:["k-ah-n d-ow1 l-ah-n s-ah","nn"],condom:["k-aa1-n d-ah-m","nn"],condominium:["k-aa-n d-ah m-ih1 n-iy ah-m","nn"],condone:["k-ah-n d-ow1-n","vb"],condoned:["k-ah-n d-ow1-n-d","vbn vbd"],conducive:["k-ah-n d-uw1 s-ih-v","jj"],conduct:["k-ah-n d-ah1-k-t","nn vbp vb"],conducted:["k-ah-n d-ah1-k t-ah-d","vbn vbd"],conducting:["k-ah-n d-ah1-k t-ih-ng","vbg"],conduction:["k-ah-n d-ah1-k sh-ah-n","nn"],conductivity:["k-aa-n d-ah-k t-ih1 v-ah t-iy","nn"],conductor:["k-ah-n d-ah1-k t-er","nn"],conducts:["k-ah-n d-ah1-k-t-s","vbz"],conduit:["k-aa1-n d-uw ih-t","nn"],cone:["k-ow1-n","nn vb"],confabulation:["k-ah-n f-ae b-y-ah l-ey1 sh-ah-n","nn"],confectionary:["k-ah-n f-eh1-k sh-ah-n eh r-iy","jj"],confectioner:["k-ah-n f-eh1-k sh-ah-n er","nn"],confectionery:["k-ah-n f-eh1-k sh-ah-n eh r-iy","nn"],confederacy:["k-ah-n f-eh1 d-er ah s-iy","nn"],confederation:["k-ah-n f-eh d-er ey1 sh-ah-n","nn"],confer:["k-ah-n f-er1","vb vbp"],conferee:["k-aa-n f-er iy1","nn"],conference:["k-aa1-n f-er ah-n-s","nn"],conferred:["k-ah-n f-er1-d","vbn vbd"],conferring:["k-ah-n f-er1 ih-ng","vbg"],confers:["k-ah-n f-er1-z","vbz"],confess:["k-ah-n f-eh1-s","vb vbp"],confessed:["k-ah-n f-eh1-s-t","vbd vbn"],confesses:["k-ah-n f-eh1 s-ih-z","vbz"],confessing:["k-ah-n f-eh1 s-ih-ng","vbg"],confession:["k-ah-n f-eh1 sh-ah-n","nn"],confessional:["k-ah-n f-eh1 sh-ah n-ah-l","nn jj"],confidant:["k-aa1-n f-ah d-aa-n-t","nn"],confidante:["k-aa1-n f-ah d-ae-n-t","nn"],confide:["k-ah-n f-ay1-d","vb vbp"],confided:["k-ah-n f-ay1 d-ah-d","vbd vbn"],confidence:["k-aa1-n f-ah d-ah-n-s","nn"],confident:["k-aa1-n f-ah d-ah-n-t","jj"],confidential:["k-aa-n f-ah d-eh1-n sh-ah-l","jj"],confidentiality:["k-aa-n f-ah d-eh-n sh-iy ae1 l-ah t-iy","nn"],confidentially:["k-aa-n f-ah d-eh1-n sh-ah l-iy","rb"],confidently:["k-aa1-n f-ah d-ah-n-t l-iy","rb"],confides:["k-ah-n f-ay1-d-z","vbz"],confiding:["k-ah-n f-ay1 d-ih-ng","vbg jj"],configuration:["k-ah-n f-ih g-y-er ey1 sh-ah-n","nn"],confine:["k-ah-n f-ay1-n","vb vbp"],confined:["k-ah-n f-ay1-n-d","vbn jj vbd"],confinement:["k-ah-n f-ay1-n m-ah-n-t","nn"],confining:["k-ah-n f-ay1 n-ih-ng","vbg"],confirm:["k-ah-n f-er1-m","vb vbp"],confirmation:["k-aa-n f-er m-ey1 sh-ah-n","nn"],confirmed:["k-ah-n f-er1-m-d","vbd vbn jj"],confirming:["k-ah-n f-er1 m-ih-ng","vbg"],confirms:["k-ah-n f-er1-m-z","vbz"],confiscate:["k-aa1-n f-ah s-k-ey-t","vb"],confiscated:["k-aa1-n f-ah s-k-ey t-ah-d","vbn vbd"],confiscating:["k-aa1-n f-ah s-k-ey t-ih-ng","vbg"],confiscation:["k-aa-n f-ah s-k-ey1 sh-ah-n","nn"],confiscatory:["k-ah-n f-ih1-s k-ah t-ao r-iy","jj"],conflagration:["k-aa-n f-l-ah g-r-ey1 sh-ah-n","nn"],conflict:["k-aa1-n f-l-ih-k-t","nn vb vbp"],conflicted:["k-ah-n f-l-ih1-k t-ih-d","vbd vbn"],conflicting:["k-ah-n f-l-ih1-k t-ih-ng","vbg jj"],confluence:["k-aa1-n f-l-uw ah-n-s","nn"],conform:["k-ah-n f-ao1-r-m","vb vbp"],conformance:["k-ah-n f-ao1-r m-ah-n-s","nn"],conformational:["k-aa-n f-er m-ey1 sh-ah n-ah-l","jj"],conformed:["k-ah-n f-ao1-r-m-d","vbn vbd"],conforming:["k-ah-n f-ao1-r m-ih-ng","vbg"],conformist:["k-ah-n f-ao1-r m-ih-s-t","jj nn"],conformity:["k-ah-n f-ao1-r m-ah t-iy","nn"],conforms:["k-ah-n f-ao1-r-m-z","vbz"],confound:["k-aa-n f-aw1-n-d","vb"],confounded:["k-ah-n f-aw1-n d-ih-d","vbd vbn"],confounding:["k-ah-n f-aw1-n d-ih-ng","vbg"],confront:["k-ah-n f-r-ah1-n-t","vb vbp"],confrontation:["k-aa-n f-r-ah-n t-ey1 sh-ah-n","nn"],confrontational:["k-aa-n f-r-ah-n t-ey1 sh-ah n-ah-l","jj"],confronted:["k-ah-n f-r-ah1-n t-ah-d","vbn vbd"],confronting:["k-ah-n f-r-ah1-n t-ih-ng","vbg"],confronts:["k-ah-n f-r-ah1-n-t-s","vbz"],confuse:["k-ah-n f-y-uw1-z","vb vbp"],confused:["k-ah-n f-y-uw1-z-d","vbn jj vbd"],confuses:["k-ah-n f-y-uw1 z-ih-z","vbz"],confusing:["k-ah-n f-y-uw1 z-ih-ng","jj vbg"],confusion:["k-ah-n f-y-uw1 zh-ah-n","nn"],congeal:["k-ah-n jh-iy1-l","vb"],congealed:["k-ah-n jh-iy1-l-d","vbd vbn"],congenial:["k-ah-n jh-iy1 n-y-ah-l","jj"],congeniality:["k-ah-n jh-iy n-iy ae1 l-ah t-iy","nn"],congenital:["k-ah-n jh-eh1 n-ah t-ah-l","jj"],congest:["k-ah-n-jh-eh1-s-t","vb"],congested:["k-ah-n jh-eh1 s-t-ah-d","jj vbn"],congestion:["k-ah-n jh-eh1-s ch-ah-n","nn"],congestive:["k-ah-n jh-eh1 s-t-ih-v","jj"],conglomerate:["k-ah-n g-l-aa1 m-er ah-t","nn jj"],congratulate:["k-ah-n g-r-ae1 ch-ah l-ey-t","vbp vb"],congratulated:["k-ah-n g-r-ae1 ch-ah l-ey t-ih-d","vbn vbd"],congratulating:["k-ah-n g-r-ae1 ch-ah l-ey t-ih-ng","nn"],congratulation:["k-ah-n g-r-ae ch-ah l-ey1 sh-ah-n","nn"],congratulatory:["k-ah-n g-r-ae1 ch-ah l-ah t-ao r-iy","jj"],congregate:["k-aa1-ng g-r-ah g-ey-t","vb"],congregated:["k-aa1-ng g-r-ih g-ey t-ih-d","vbd"],congregation:["k-aa-ng g-r-ah g-ey1 sh-ah-n","nn"],congregational:["k-aa-ng g-r-ah g-ey1 sh-ah n-ah-l","jj"],congress:["k-aa1-ng g-r-ah-s","nn"],congressional:["k-ah-n g-r-eh1 sh-ah n-ah-l","jj"],congressionally:["k-ah-n g-r-eh1 sh-ah-n ah l-iy","rb"],congressman:["k-aa1-ng g-r-ah-s m-ah-n","nn"],congruence:["k-ao1-n g-r-uw ah-n-s","nn"],conjecture:["k-ah-n jh-eh1-k ch-er","nn"],conjunction:["k-ah-n jh-ah1-ng-k sh-ah-n","nn"],conjure:["k-aa1-n jh-er","vb vbp"],conjured:["k-aa1-n jh-er-d","vbn vbd"],conjures:["k-aa1-n jh-er-z","vbz"],conjuring:["k-aa1-n jh-er ih-ng","vbg"],connect:["k-ah n-eh1-k-t","vb vbp"],connected:["k-ah n-eh1-k t-ah-d","vbn jj vbd"],connecting:["k-ah n-eh1-k t-ih-ng","vbg jj"],connection:["k-ah n-eh1-k sh-ah-n","nn"],connective:["k-ah n-eh1-k t-ih-v","jj"],connector:["k-ah n-eh1-k t-er","nn"],connects:["k-ah n-eh1-k-t-s","vbz"],conned:["k-aa1-n-d","vbn"],conning:["k-aa1 n-ih-ng","vbg"],connivance:["k-ah n-ay1 v-ah-n-s","nn"],connoisseur:["k-aa n-ah s-er1","nn"],connotation:["k-aa n-ah t-ey1 sh-ah-n","nn"],connote:["k-ah n-ow1-t","vb vbp"],connotes:["k-ah n-ow1-t-s","vbz"],conquer:["k-aa1-ng k-er","vb vbp"],conquered:["k-aa1-ng k-er-d","vbn vbd"],conquering:["k-aa1-ng k-er ih-ng","vbg"],conqueror:["k-aa1-ng k-er er","nn"],conquest:["k-aa1-ng k-w-eh-s-t","nn"],conscience:["k-aa1-n sh-ah-n-s","nn"],conscientious:["k-aa-n sh-iy eh1-n sh-ah-s","jj"],conscious:["k-aa1-n sh-ah-s","jj nn"],consciously:["k-aa1-n sh-ah-s l-iy","rb"],consciousness:["k-aa1-n sh-ah-s n-ah-s","nn"],conscript:["k-aa1-n s-k-r-ih-p-t","nn jj vb"],conscripted:["k-ah-n s-k-r-ih1-p t-ih-d","vbn"],conscription:["k-ah-n s-k-r-ih1-p sh-ah-n","nn"],consecutive:["k-ah-n s-eh1 k-y-ah t-ih-v","jj"],consensual:["k-ah-n s-eh1-n s-uw ah-l","jj"],consensus:["k-ah-n s-eh1-n s-ah-s","nn"],consent:["k-ah-n s-eh1-n-t","nn vb"],consented:["k-ah-n s-eh1-n t-ih-d","vbd vbn"],consenting:["k-ah-n s-eh1-n t-ih-ng","vbg jj"],consequence:["k-aa1-n s-ah k-w-ah-n-s","nn"],consequent:["k-aa1-n s-ah k-w-ah-n-t","jj"],consequential:["k-aa-n s-ah k-w-eh1-n ch-ah-l","jj"],consequently:["k-aa1-n s-ah k-w-ah-n-t l-iy","rb"],conservancy:["k-ah-n s-er1 v-ah-n s-iy","nn"],conservation:["k-aa-n s-er v-ey1 sh-ah-n","nn"],conservationist:["k-aa-n s-er v-ey1 sh-ah-n ah-s-t","nn"],conservatism:["k-ah-n s-er1 v-ah t-ih z-ah-m","nn"],conservative:["k-ah-n s-er1 v-ah t-ih-v","jj nn"],conservatively:["k-ah-n s-er1 v-ah t-ih-v l-iy","rb"],conservator:["k-ah-n s-er1 v-ah t-er","nn"],conservatorship:["k-ah-n s-er1 v-ah t-er sh-ih-p","nn"],conservatory:["k-ah-n s-er1 v-ah t-ao r-iy","nn"],conserve:["k-ah-n s-er1-v","vb"],conserved:["k-ah-n s-er1-v-d","vbn"],conserving:["k-ah-n s-er1 v-ih-ng","vbg"],consider:["k-ah-n s-ih1 d-er","vb vbp"],considerable:["k-ah-n s-ih1 d-er ah b-ah-l","jj"],considerably:["k-ah-n s-ih1 d-er ah b-l-iy","rb"],considerate:["k-ah-n s-ih1 d-er ah-t","jj"],consideration:["k-ah-n s-ih d-er ey1 sh-ah-n","nn"],considered:["k-ah-n s-ih1 d-er-d","vbn vbd jj"],considering:["k-ah-n s-ih1 d-er ih-ng","vbg"],considers:["k-ah-n s-ih1 d-er-z","vbz"],consign:["k-ah-n s-ay1-n","vb"],consigned:["k-ah-n s-ay1-n-d","vbd vbn"],consist:["k-ah-n s-ih1-s-t","vb vbp"],consisted:["k-ah-n s-ih1 s-t-ah-d","vbd vbn"],consistence:["k-ah-n s-ih1 s-t-ah-n-s","nn"],consistency:["k-ah-n s-ih1 s-t-ah-n s-iy","nn"],consistent:["k-ah-n s-ih1 s-t-ah-n-t","jj"],consistently:["k-ah-n s-ih1 s-t-ah-n-t l-iy","rb"],consisting:["k-ah-n s-ih1 s-t-ih-ng","vbg"],consists:["k-ah-n s-ih1-s-t-s","vbz"],consolation:["k-aa-n s-ah l-ey1 sh-ah-n","nn"],console:["k-aa1-n s-ow-l","vb vbp"],consoled:["k-ah-n s-ow1-l-d","vbd vbn"],consolidate:["k-ah-n s-aa1 l-ih d-ey-t","vb vbp"],consolidated:["k-ah-n s-aa1 l-ah d-ey t-ah-d","jj vbd vbn"],consolidates:["k-ah-n s-aa1 l-ih d-ey-t-s","vbz"],consolidating:["k-ah-n s-aa1 l-ah d-ey t-ih-ng","vbg jj"],consolidation:["k-ah-n s-aa l-ah d-ey1 sh-ah-n","nn"],consoling:["k-ah-n s-ow1 l-ih-ng","vbg"],consonant:["k-aa1-n s-ah n-ah-n-t","jj nn"],consonantal:["k-aa-n s-ah n-aa1-n t-ah-l","jj"],consort:["k-ah-n-s-ao1-r-t","vb"],consorting:["k-ah-n s-ao1-r t-ih-ng","vbg"],consortium:["k-ah-n s-ao1-r sh-iy ah-m","nn"],conspicuous:["k-ah-n s-p-ih1 k-y-uw ah-s","jj"],conspicuously:["k-ah-n s-p-ih1 k-y-uw ah-s l-iy","rb"],conspiracy:["k-ah-n s-p-ih1 r-ah s-iy","nn"],conspirator:["k-ah-n s-p-ih1 r-ah t-er","nn"],conspiratorial:["k-ah-n s-p-ih r-ah t-ao1 r-iy ah-l","jj"],conspire:["k-ah-n s-p-ay1 er","vbp vb"],conspired:["k-ah-n s-p-ay1 er-d","vbd vbn"],conspiring:["k-ah-n s-p-ay1 r-ih-ng","vbg"],constable:["k-aa1-n s-t-ah b-ah-l","nn"],constancy:["k-aa1-n s-t-ah-n s-iy","nn"],constant:["k-aa1-n s-t-ah-n-t","jj nn rb"],constantly:["k-aa1-n s-t-ah-n-t l-iy","rb"],constellation:["k-aa-n s-t-ah l-ey1 sh-ah-n","nn"],consternation:["k-aa-n s-t-er n-ey1 sh-ah-n","nn"],constipation:["k-aa-n s-t-ah p-ey1 sh-ah-n","nn"],constituency:["k-ah-n s-t-ih1 ch-uw ah-n s-iy","nn"],constituent:["k-ah-n s-t-ih1 ch-uw ah-n-t","nn jj"],constitute:["k-aa1-n s-t-ah t-uw-t","vbp vb"],constituted:["k-aa1-n s-t-ah t-uw t-ah-d","vbd vbn"],constitutes:["k-aa1-n s-t-ah t-uw-t-s","vbz"],constituting:["k-aa1-n s-t-ah t-uw t-ih-ng","vbg"],constitution:["k-aa-n s-t-ah t-uw1 sh-ah-n","nn"],constitutional:["k-aa-n s-t-ah t-uw1 sh-ah n-ah-l","jj"],constitutionality:["k-aa-n s-t-ih t-uw sh-ah n-ae1 l-ih t-iy","nn"],constitutionally:["k-aa-n s-t-ah t-uw1 sh-ah-n ah-l iy","rb"],constrain:["k-ah-n s-t-r-ey1-n","vb"],constrained:["k-ah-n s-t-r-ey1-n-d","vbn jj"],constraining:["k-ah-n s-t-r-ey1 n-ih-ng","vbg"],constrains:["k-ah-n s-t-r-ey1-n-z","vbz"],constraint:["k-ah-n s-t-r-ey1-n-t","nn"],constrict:["k-ah-n-s-t-r-ih1-k-t","vb"],constricted:["k-ah-n s-t-r-ih1-k t-ah-d","jj vbd vbn"],constricting:["k-ah-n s-t-r-ih1-k t-ih-ng","vbg"],constriction:["k-ah-n s-t-r-ih1-k sh-ah-n","nn"],constrictor:["k-ah-n s-t-r-ih1-k t-er","nn"],construct:["k-ah-n s-t-r-ah1-k-t","vb vbp"],constructed:["k-ah-n s-t-r-ah1-k t-ah-d","vbn vbd"],constructing:["k-ah-n s-t-r-ah1-k t-ih-ng","vbg"],construction:["k-ah-n s-t-r-ah1-k sh-ah-n","nn"],constructive:["k-ah-n s-t-r-ah1-k t-ih-v","jj"],constructively:["k-ah-n s-t-r-ah1-k t-ih-v l-iy","rb"],constructs:["k-ah-n s-t-r-ah1-k-t-s","vbz"],construe:["k-ah-n s-t-r-uw1","vb vbp"],construed:["k-ah-n s-t-r-uw1-d","vbn vbd"],consul:["k-aa1-n s-ah-l","nn"],consular:["k-aa1-n s-ah l-er","jj"],consulate:["k-aa1-n s-ah l-ah-t","nn"],consult:["k-ah-n s-ah1-l-t","vb"],consultancy:["k-ah-n s-ah1-l t-ah-n s-iy","nn"],consultant:["k-ah-n s-ah1-l t-ah-n-t","nn"],consultation:["k-aa-n s-ah-l t-ey1 sh-ah-n","nn"],consultative:["k-ah-n s-ah1-l t-ah t-ih-v","jj"],consulted:["k-ah-n s-ah1-l t-ah-d","vbn vbd"],consulting:["k-ah-n s-ah1-l t-ih-ng","nn jj vbg"],consume:["k-ah-n s-uw1-m","vbp vb"],consumed:["k-ah-n s-uw1-m-d","vbn vbd"],consumer:["k-ah-n s-uw1 m-er","nn"],consumerism:["k-ah-n s-uw1 m-er ih z-ah-m","nn"],consumes:["k-ah-n s-uw1-m-z","vbz"],consuming:["k-ah-n s-uw1 m-ih-ng","vbg"],consummate:["k-aa1-n s-ah m-ah-t","jj vb"],consummated:["k-aa1-n s-ah m-ey t-ah-d","vbn vbd"],consummation:["k-aa-n s-ah m-ey1 sh-ah-n","nn"],consumption:["k-ah-n s-ah1-m-p sh-ah-n","nn"],contact:["k-aa1-n t-ae-k-t","nn jj vb"],contacted:["k-aa1-n t-ae-k t-ih-d","vbn vbd"],contacting:["k-aa1-n t-ae-k t-ih-ng","vbg"],contagion:["k-ah-n t-ey1 jh-ah-n","nn"],contagious:["k-ah-n t-ey1 jh-ah-s","jj"],contain:["k-ah-n t-ey1-n","vb vbp"],contained:["k-ah-n t-ey1-n-d","vbd vbn jj"],container:["k-ah-n t-ey1 n-er","nn"],containerboard:["k-ah-n t-ey1 n-er b-ao-r-d","nn"],containing:["k-ah-n t-ey1 n-ih-ng","vbg"],containment:["k-ah-n t-ey1-n m-ah-n-t","nn"],contains:["k-ah-n t-ey1-n-z","vbz"],contaminant:["k-ah-n t-ae1 m-ah n-ah-n-t","nn"],contaminate:["k-ah-n t-ae1 m-ah n-ey-t","vb"],contaminated:["k-ah-n t-ae1 m-ah n-ey t-ah-d","vbn vbd jj"],contaminating:["k-ah-n t-ae1 m-ah n-ey t-ih-ng","vbg"],contamination:["k-ah-n t-ae m-ah n-ey1 sh-ah-n","nn"],contemplate:["k-aa1-n t-ah-m p-l-ey-t","vb vbp"],contemplated:["k-aa1-n t-ah-m p-l-ey t-ih-d","vbn jj vbd"],contemplates:["k-aa1-n t-ah-m p-l-ey-t-s","vbz"],contemplating:["k-aa1-n t-ah-m p-l-ey t-ih-ng","vbg"],contemplation:["k-aa-n t-ah-m p-l-ey1 sh-ah-n","nn"],contemplative:["k-ah-n t-eh1-m p-l-ah t-ih-v","jj"],contemporaneous:["k-ah-n t-eh-m p-er ey1 n-iy ah-s","jj"],contemporary:["k-ah-n t-eh1-m p-er eh r-iy","jj nn"],contempt:["k-ah-n t-eh1-m-p-t","nn"],contemptible:["k-ah-n t-eh1-m-p t-ah b-ah-l","jj"],contemptuous:["k-ah-n t-eh1-m-p ch-uw ah-s","jj"],contemptuously:["k-ah-n t-eh1-m-p ch-w-ah-s l-iy","rb"],contend:["k-ah-n t-eh1-n-d","vbp vb"],contended:["k-ah-n t-eh1-n d-ih-d","vbd vbn"],contender:["k-ah-n t-eh1-n d-er","nn"],contending:["k-ah-n t-eh1-n d-ih-ng","vbg"],contends:["k-ah-n t-eh1-n-d-z","vbz"],content:["k-aa1-n t-eh-n-t","nn jj vb"],contented:["k-ah-n t-eh1-n t-ah-d","vbn jj"],contentedly:["k-ah-n t-eh1-n t-ah-d l-iy","rb"],contention:["k-ah-n t-eh1-n sh-ah-n","nn"],contentious:["k-ah-n t-eh1-n sh-ah-s","jj"],contentment:["k-ah-n t-eh1-n-t m-ah-n-t","nn"],contest:["k-aa1-n t-eh-s-t","nn vb"],contestant:["k-ah-n t-eh1 s-t-ah-n-t","nn"],contested:["k-ah-n t-eh1 s-t-ah-d","vbn jj vbd"],contesting:["k-ah-n t-eh1 s-t-ih-ng","vbg"],context:["k-aa1-n t-eh-k-s-t","nn"],contiguous:["k-ah-n t-ih1 g-y-uw ah-s","jj"],continent:["k-aa1-n t-ah n-ah-n-t","nn"],continental:["k-aa-n t-ah n-eh1-n t-ah-l","jj"],continentally:["k-aa-n t-ah n-eh1-n t-ah l-iy","rb"],contingency:["k-ah-n t-ih1-n jh-ah-n s-iy","nn"],contingent:["k-ah-n t-ih1-n jh-ah-n-t","jj nn"],continual:["k-ah-n t-ih1 n-y-uw ah-l","jj"],continually:["k-ah-n t-ih1 n-y-uw ah l-iy","rb"],continuance:["k-ah-n t-ih1 n-y-uw ah-n-s","nn"],continuation:["k-ah-n t-ih n-y-uw ey1 sh-ah-n","nn"],"continue":["k-ah-n t-ih1 n-y-uw","vb vbp"],continued:["k-ah-n t-ih1 n-y-uw-d","vbd jj vbn"],continues:["k-ah-n t-ih1 n-y-uw-z","vbz"],continuing:["k-ah-n t-ih1 n-y-uw ih-ng","vbg jj"],continuity:["k-aa-n t-ah n-uw1 ah t-iy","nn"],continuous:["k-ah-n t-ih1 n-y-uw ah-s","jj"],continuously:["k-ah-n t-ih1 n-y-uw ah-s l-iy","rb"],continuum:["k-ah-n t-ih1 n-y-uw ah-m","nn"],contorted:["k-ah-n t-ao1-r t-ah-d","jj"],contortion:["k-ah-n t-ao1-r sh-ah-n","nn"],contour:["k-aa1-n t-uh-r","nn"],contraband:["k-aa1-n t-r-ah b-ae-n-d","jj nn"],contraception:["k-aa-n t-r-ah s-eh1-p sh-ah-n","nn"],contraceptive:["k-aa-n t-r-ah s-eh1-p t-ih-v","jj nn"],contract:["k-aa1-n t-r-ae-k-t","nn vb vbp"],contracted:["k-aa1-n t-r-ae-k t-ah-d","vbd vbn"],contracting:["k-aa1-n t-r-ae-k t-ih-ng","vbg"],contraction:["k-ah-n t-r-ae1-k sh-ah-n","nn"],contractor:["k-aa1-n t-r-ae-k t-er","nn"],contractual:["k-ah-n t-r-ae1-k ch-uw ah-l","jj"],contractually:["k-ah-n t-r-ae1-k ch-uw ah l-iy","rb"],contradict:["k-aa-n t-r-ah d-ih1-k-t","vb vbp"],contradicted:["k-aa-n t-r-ah d-ih1-k t-ah-d","vbd vbn"],contradicting:["k-aa-n t-r-ah d-ih1-k t-ih-ng","vbg"],contradiction:["k-aa-n t-r-ah d-ih1-k sh-ah-n","nn"],contradictorily:["k-aa-n t-r-ah d-ih1-k t-er ah l-iy","rb"],contradictory:["k-aa-n t-r-ah d-ih1-k t-er iy","jj nn"],contradicts:["k-aa-n t-r-ah d-ih1-k-t-s","vbz"],contraption:["k-ah-n t-r-ae1-p sh-ah-n","nn"],contrarian:["k-aa-n t-r-eh1 r-iy ah-n","jj nn"],contrary:["k-aa1-n t-r-eh r-iy","jj nn"],contrast:["k-aa1-n t-r-ae-s-t","nn vb vbp"],contrasted:["k-ah-n t-r-ae1 s-t-ah-d","vbn vbd"],contrasting:["k-ah-n t-r-ae1 s-t-ih-ng","vbg jj"],contretemps:["k-aa1-n t-r-ah t-eh-m-p-s","nn"],contribute:["k-ah-n t-r-ih1 b-y-uw-t","vb vbp"],contributed:["k-ah-n t-r-ih1 b-y-uw t-ih-d","vbd vbn"],contributes:["k-ah-n t-r-ih1 b-y-uw-t-s","vbz"],contributing:["k-ah-n t-r-ih1 b-y-uw t-ih-ng","vbg jj"],contribution:["k-aa-n t-r-ah b-y-uw1 sh-ah-n","nn"],contributor:["k-ah-n t-r-ih1 b-y-ah t-er","nn"],contributory:["k-ah-n t-r-ih1 b-y-ah t-ao r-iy","jj"],contrite:["k-ah-n t-r-ay1-t","jj"],contrition:["k-ah-n t-r-ih1 sh-ah-n","nn"],contrivance:["k-ah-n t-r-ay1 v-ah-n-s","nn"],contrive:["k-ah-n t-r-ay1-v","vb"],contrived:["k-ah-n t-r-ay1-v-d","vbn jj"],control:["k-ah-n t-r-ow1-l","nn jj vb vbp"],controllable:["k-ah-n t-r-ow1 l-ah b-ah-l","jj"],controlled:["k-ah-n t-r-ow1-l-d","vbn jj vbd"],controller:["k-ah-n t-r-ow1 l-er","nn"],controlling:["k-ah-n t-r-ow1 l-ih-ng","vbg jj nn"],controversial:["k-aa-n t-r-ah v-er1 sh-ah-l","jj"],controversy:["k-aa1-n t-r-ah v-er s-iy","nn"],conundrum:["k-ah n-ah1-n d-r-ah-m","nn"],convalescence:["k-aa-n v-ah l-eh1 s-ah-n-s","nn"],convene:["k-ah-n v-iy1-n","vb vbp"],convened:["k-ah-n v-iy1-n-d","vbd vbn"],convenes:["k-ah-n v-iy1-n-z","vbz"],convenience:["k-ah-n v-iy1 n-y-ah-n-s","nn"],convenient:["k-ah-n v-iy1 n-y-ah-n-t","jj"],conveniently:["k-ah-n v-iy1 n-y-ah-n-t l-iy","rb"],convening:["k-ah-n v-iy1 n-ih-ng","vbg"],convent:["k-aa1-n v-ah-n-t","nn"],convention:["k-ah-n v-eh1-n sh-ah-n","nn"],conventional:["k-ah-n v-eh1-n sh-ah n-ah-l","jj"],conventionally:["k-ah-n v-eh1-n sh-ah-n ah l-iy","rb"],conventioneer:["k-ah-n v-eh-n sh-ah n-ih1-r","nn"],converge:["k-ah-n v-er1-jh","vb vbp"],converged:["k-ah-n v-er1-jh-d","vbd"], +converging:["k-ah-n v-er1 jh-ih-ng","vbg"],conversant:["k-ah-n v-er1 s-ah-n-t","nn"],conversation:["k-aa-n v-er s-ey1 sh-ah-n","nn"],conversational:["k-aa-n v-er s-ey1 sh-ah n-ah-l","jj"],converse:["k-aa1-n v-er-s","vb nn"],conversely:["k-aa1-n v-er-s l-iy","rb"],conversing:["k-ah-n v-er1 s-ih-ng","vbg"],conversion:["k-ah-n v-er1 zh-ah-n","nn"],convert:["k-aa1-n v-er-t","vb vbp nn"],converted:["k-ah-n v-er1 t-ih-d","vbn jj vbd"],converter:["k-ah-n v-er1 t-er","nn"],convertibility:["k-aa-n v-er t-ih b-ih1 l-ih t-iy","nn"],convertible:["k-ah-n v-er1 t-ah b-ah-l","jj nn"],converting:["k-ah-n v-er1 t-ih-ng","vbg"],convex:["k-ah-n v-eh1-k-s","jj"],convey:["k-ah-n v-ey1","vb vbp"],conveyance:["k-ah-n v-ey1 ah-n-s","nn"],conveyed:["k-ah-n v-ey1-d","vbd vbn"],conveying:["k-ah-n v-ey1 ih-ng","vbg"],conveyor:["k-ah-n v-ey1 er","nn"],conveys:["k-ah-n v-ey1-z","vbz"],convict:["k-aa1-n v-ih-k-t","nn vb"],convicted:["k-ah-n v-ih1-k t-ah-d","vbn vbd"],convicting:["k-ah-n v-ih1-k t-ih-ng","vbg"],conviction:["k-ah-n v-ih1-k sh-ah-n","nn"],convince:["k-ah-n v-ih1-n-s","vb vbp"],convinced:["k-ah-n v-ih1-n-s-t","vbn jj vbd"],convinces:["k-ah-n v-ih1-n s-ih-z","vbz"],convincing:["k-ah-n v-ih1-n s-ih-ng","jj vbg"],convincingly:["k-ah-n v-ih1-n s-ih-ng l-iy","rb"],convivial:["k-ah-n v-ih1 v-iy ah-l","jj"],convocation:["k-aa-n v-ah k-ey1 sh-ah-n","nn"],convolute:["k-aa1-n-v-ah-l-uw-t","vb"],convoluted:["k-aa1-n v-ah l-uw t-ah-d","jj vbn"],convoy:["k-aa1-n v-oy","nn"],convulsion:["k-ah-n v-ah1-l sh-ah-n","nn"],convulsive:["k-ah-n v-ah1-l s-ih-v","jj"],cook:["k-uh1-k","nn vb vbp"],cookbook:["k-uh1-k b-uh-k","nn"],cooked:["k-uh1-k-t","vbn vbd"],cooker:["k-uh1 k-er","nn"],cookie:["k-uh1 k-iy","nn"],cooking:["k-uh1 k-ih-ng","nn vbg"],cookware:["k-uh1-k w-eh-r","nn"],cool:["k-uw1-l","jj vb vbp"],coolant:["k-uw1 l-ah-n-t","nn"],cooled:["k-uw1-l-d","vbn jj vbd"],cooler:["k-uw1 l-er","jjr nn"],coolest:["k-uw1 l-ah-s-t","jjs"],cooling:["k-uw1 l-ih-ng","vbg"],coolly:["k-uw1 l-iy","rb"],coolness:["k-uw1-l n-ah-s","nn"],cools:["k-uw1-l-z","vbz"],coop:["k-uw1-p","nn"],cooperate:["k-ow aa1 p-er ey-t","vb vbp"],cooperated:["k-ow aa1 p-er ey t-ah-d","vbn vbd"],cooperates:["k-ow aa1 p-er ey-t-s","vbz"],cooperating:["k-ow aa1 p-er ey t-ih-ng","vbg"],cooperation:["k-ow aa p-er ey1 sh-ah-n","nn"],cooperative:["k-ow aa1 p-er ey t-ih-v","jj nn"],cooperatively:["k-ow aa1 p-r-ah t-ih-v l-iy","rb"],coordinate:["k-ow ao1-r d-ah-n ah-t","vb nn vbp"],coordinated:["k-ow ao1-r d-ah n-ey t-ih-d","vbn vbd jj"],coordinating:["k-ow ao1-r d-ah n-ey t-ih-ng","vbg"],coordination:["k-ow ao-r d-ah-n ey1 sh-ah-n","nn"],coordinator:["k-ow ao1-r d-ah-n ey t-er","nn"],cop:["k-aa1-p","nn"],cope:["k-ow1-p","vb nn"],copes:["k-ow1-p-s","vbz"],copied:["k-aa1 p-iy-d","vbn vbd"],copier:["k-aa1 p-iy er","nn"],coping:["k-ow1 p-ih-ng","vbg"],copious:["k-ow1 p-iy ah-s","jj"],copper:["k-aa1 p-er","nn"],coppery:["k-aa1 p-er iy","jj nn"],copra:["k-ow1 p-r-ah","nn"],copy:["k-aa1 p-iy","nn vbp vb"],copycat:["k-aa1 p-iy k-ae-t","nn"],copying:["k-aa1 p-iy ih-ng","vbg"],copyright:["k-aa1 p-iy r-ay-t","nn vb"],copyrighted:["k-aa1 p-iy r-ay t-ih-d","vbn"],copywriter:["k-aa1 p-iy r-ay t-er","nn"],coral:["k-ao1 r-ah-l","jj"],cord:["k-ao1-r-d","nn"],corded:["k-ao1-r d-ah-d","vbn jj"],cordial:["k-ao1-r jh-ah-l","jj nn"],cordless:["k-ao1-r-d l-ah-s","jj"],cordon:["k-ao1-r d-ah-n","nn vb"],corduroy:["k-ao1-r d-er oy","nn"],core:["k-ao1-r","nn"],coriander:["k-ao r-iy ae1-n d-er","nn"],corinthian:["k-er ih1-n th-iy ah-n","jj"],cork:["k-ao1-r-k","nn"],corkscrew:["k-ao1-r-k s-k-r-uw","nn"],corn:["k-ao1-r-n","nn"],corne:["k-ao1-r-n","nn"],cornea:["k-ao1-r n-iy ah","nn"],corneal:["k-ao-r n-iy1-l","jj"],corner:["k-ao1-r n-er","nn vb"],cornered:["k-ao1-r n-er-d","vbn vbd jj"],cornering:["k-ao1-r n-er ih-ng","vbg"],cornerstone:["k-ao1-r n-er s-t-ow-n","nn"],cornfield:["k-ao1-r-n f-iy-l-d","nn"],cornmeal:["k-ao1-r-n m-iy-l","nn"],cornstarch:["k-ao1-r-n s-t-aa-r-ch","nn"],cornucopia:["k-ao-r n-ah k-ow1 p-iy ah","nn"],corny:["k-ao1-r n-iy","jj"],corollary:["k-ao1 r-ah l-eh r-iy","nn"],corona:["k-er ow1 n-ah","nn"],coronary:["k-ao1 r-ah n-eh r-iy","jj"],coroner:["k-ao1 r-ah n-er","nn"],corporal:["k-ao1-r p-er ah-l","nn"],corporate:["k-ao1-r p-er ah-t","jj"],corporatewide:["k-ao1-r p-er ih-t w-ay-d","jj"],corporation:["k-ao-r p-er ey1 sh-ah-n","nn"],corporatist:["k-ao1-r p-er ah t-ih-s-t","nn"],corpse:["k-ao1-r-p-s","nn"],corpsman:["k-ao1-r m-ah-n","nn"],corpus:["k-ao1-r p-ah-s","nn"],corral:["k-er ae1-l","nn vb"],corralled:["k-er ae1-l-d","vbn"],corralling:["k-er ae1 l-ih-ng","vbg"],correct:["k-er eh1-k-t","jj vbp vb"],corrected:["k-er eh1-k t-ah-d","vbn vbd jj"],correcting:["k-er eh1-k t-ih-ng","vbg"],correction:["k-er eh1-k sh-ah-n","nn"],correctional:["k-er eh1-k sh-ah n-ah-l","jj"],corrective:["k-er eh1-k t-ih-v","jj"],correctly:["k-er eh1-k-t l-iy","rb"],correctness:["k-er eh1-k-t n-ah-s","nn"],corrects:["k-er eh1-k-t-s","vbz"],correlate:["k-ao1 r-ah l-ey-t","vb vbp"],correlated:["k-ao1 r-ah l-ey t-ah-d","jj vbd vbn"],correlation:["k-ao r-ah l-ey1 sh-ah-n","nn"],correspond:["k-ao r-ah s-p-aa1-n-d","vb vbp"],corresponded:["k-ao r-ah s-p-aa1-n d-ih-d","vbd"],correspondence:["k-ao r-ah s-p-aa1-n d-ah-n-s","nn"],correspondent:["k-ao r-ah s-p-aa1-n d-ah-n-t","nn"],corresponding:["k-ao r-ah s-p-aa1-n d-ih-ng","jj vbg"],correspondingly:["k-ao r-ah s-p-aa1-n d-ih-ng l-iy","rb"],corresponds:["k-ao r-ah s-p-aa1-n-d-z","vbz"],corridor:["k-ao1 r-ah d-er","nn"],corroborate:["k-er aa1 b-er ey-t","vb vbp"],corroborated:["k-er aa1 b-er ey t-ih-d","vbd vbn"],corrode:["k-er ow1-d","vbp vb"],corrosion:["k-er ow1 zh-ah-n","nn"],corrosive:["k-er ow1 s-ih-v","jj"],corrugate:["k-ao1-r-ah-g-ey-t","vb"],corrugated:["k-ao1 r-ah g-ey t-ah-d","jj vbn"],corrupt:["k-er ah1-p-t","jj vb"],corrupted:["k-er ah1-p t-ih-d","vbn"],corrupting:["k-er ah1-p t-ih-ng","vbg jj nn"],corruption:["k-er ah1-p sh-ah-n","nn"],corrupts:["k-er ah1-p-t-s","vbz"],corsage:["k-ao-r s-aa1-zh","nn"],corset:["k-ao1-r s-ah-t","nn"],cortex:["k-ao1-r t-eh-k-s","nn"],corticosteroid:["k-ao-r t-ih k-ow s-t-eh1 r-oy-d","nn"],cortisone:["k-ao1-r t-ah z-ow-n","nn"],corvette:["k-ao-r v-eh1-t","nn"],cosmetic:["k-aa-z m-eh1 t-ih-k","jj nn"],cosmetology:["k-aa-z m-ah t-aa1 l-ah jh-iy","nn"],cosmic:["k-aa1-z m-ih-k","jj"],cosmopolitan:["k-aa-z m-ah p-aa1 l-ah t-ah-n","jj"],cosmos:["k-aa1-z m-ow-s","nn"],cost:["k-aa1-s-t","nn vbd vbn vbp vb"],costcutting:["k-ao1-s-t k-ah t-ih-ng","nn"],coste:["k-ow1-s-t","vb"],costing:["k-ao1 s-t-ih-ng","vbg"],costlier:["k-ao1-s-t l-iy er","jjr"],costliest:["k-ao1-s-t l-iy ih-s-t","jjs"],costly:["k-aa1-s-t l-iy","jj rb"],costume:["k-aa s-t-uw1-m","nn vb"],costumed:["k-ao1 s-t-uw-m-d","vbn"],cot:["k-aa1-t","nn"],coterie:["k-ow1 t-er iy","nn"],cottage:["k-aa1 t-ah-jh","nn"],cotter:["k-aa1 t-er","nn"],cotton:["k-aa1 t-ah-n","nn"],cottonmouth:["k-aa1 t-ah-n m-aw-th","nn"],cottonseed:["k-aa1 t-ah-n s-iy-d","nn"],couch:["k-aw1-ch","nn"],cough:["k-aa1-f","nn vb"],coughed:["k-ao1-f-t","vbd vbn"],coughing:["k-aa1 f-ih-ng","vbg"],could:["k-uh1-d","md"],"couldn't":["k-uh1-d-ah-n-t","md"],council:["k-aw1-n s-ah-l","nn"],councilman:["k-aw1-n s-ah-l m-ah-n","nn"],councilor:["k-aw1-n s-ah-l er","nn"],counsel:["k-aw1-n s-ah-l","nn vb vbp"],counseled:["k-aw1-n s-ah-l-d","vbn vbd"],counseling:["k-aw1-n s-ah-l ih-ng","vbg"],counselor:["k-aw1-n s-ah-l er","nn"],counsels:["k-aw1-n s-ah-l-z","vbz"],count:["k-aw1-n-t","nn vb vbp"],countdown:["k-aw1-n-t d-aw-n","nn"],counted:["k-aw1-n t-ah-d","vbn vbd"],countenance:["k-aw1-n t-ah n-ah-n-s","nn vb"],counter:["k-aw1-n t-er","nn in jj rb vb vbp"],counteract:["k-aw1-n t-er ae-k-t","vb"],counteracted:["k-aw1-n t-er ae-k t-ih-d","vbn vbd"],counteracting:["k-aw-n t-er ae1-k t-ih-ng","vbg"],counterattack:["k-aw1-n t-er ah t-ae-k","nn vb"],counterattacked:["k-aw-n t-er ah t-ae1-k-t","vbd"],counterbalance:["k-aw1-n t-er b-ae l-ah-n-s","vb nn"],counterbalanced:["k-aw-n t-er b-ae1 l-ah-n-s-t","vbn"],counterbid:["k-aw-n t-er b-ih1-d","nn"],counterchallenge:["k-aw1-n t-er ch-ae l-ah-n-jh","vb"],countercharge:["k-aw1-n t-er ch-aa-r jh-ih","nn"],counterclaim:["k-aw1-n t-er k-l-ey-m","nn"],countercultural:["k-aw-n t-er k-ah1-l ch-er ah-l","jj"],counterculture:["k-aw1-n t-er k-ah-l ch-er","jj"],countered:["k-aw1-n t-er-d","vbd vbn"],counterespionage:["k-aw-n t-er eh1 s-p-iy ah n-aa-jh","nn"],counterfeit:["k-aw1-n t-er f-ih-t","jj"],counterforce:["k-aw1-n t-er f-ao-r-s","nn"],countering:["k-aw1-n t-er ih-ng","vbg"],counterman:["k-aw1-n t-er m-ae-n","nn"],countermeasure:["k-aw1-n t-er m-eh zh-er","nn"],countermove:["k-aw1-n t-er m-uw-v","nn"],counteroffensive:["k-aw-n t-er ao f-eh1-n s-ih-v","nn"],counteroffer:["k-aw1-n t-er ao f-er","nn"],counterpart:["k-aw1-n t-er p-aa-r-t","nn jj"],counterpoint:["k-aw1-n t-er p-oy-n-t","nn"],counterproductive:["k-aw1-n t-er p-r-ah d-ah-k t-ih-v","jj"],counterproposal:["k-aw1-n t-er p-r-ah p-ow z-ah-l","nn"],counterrevolutionary:["k-aw-n t-er r-eh v-ah l-uw1 sh-ah-n eh r-iy","jj nn"],countersue:["k-aw1-n-t-er-s-uw","vb"],countersued:["k-aw1-n t-er s-uw-d","vbd vbn"],countersuit:["k-aw1-n t-er s-uw-t","nn"],countertenor:["k-aw1-n t-er t-eh n-er","nn"],counterterrorism:["k-aw1-n t-er t-eh r-er ih z-ah-m","nn"],countertop:["k-aw1-n t-er t-aa-p","nn"],countervail:["k-aw1-n-t-er-v-ey-l","vb"],countervailing:["k-aw1-n t-er v-ey l-ih-ng","jj vbg"],counterweight:["k-aw1-n t-er w-ey-t","nn"],countess:["k-aw1-n t-ah-s","nn"],counting:["k-aw1-n t-ih-ng","vbg"],countless:["k-aw1-n-t l-ah-s","jj"],country:["k-ah1-n t-r-iy","nn"],countryman:["k-ah1-n t-r-iy m-ah-n","nn"],countryside:["k-ah1-n t-r-iy s-ay-d","nn"],countrywide:["k-ah1-n t-r-iy w-ay-d","jj"],county:["k-aw1-n t-iy","nn"],coup:["k-uw1","nn"],coupe:["k-uw1-p","nn"],couple:["k-ah1 p-ah-l","nn jj vb"],coupled:["k-ah1 p-ah-l-d","vbn vbd"],coupler:["k-ah1-p l-er","nn"],coupling:["k-ah1 p-l-ih-ng","vbg"],coupon:["k-uw1 p-ao-n","nn"],couponing:["k-uw1 p-aa n-ih-ng","nn"],courage:["k-er1 ah-jh","nn"],courageous:["k-er ey1 jh-ah-s","jj"],courageously:["k-er ey1 jh-ah-s l-iy","rb"],courier:["k-er1 iy er","nn"],course:["k-ao1-r-s","nn rb vb"],coursing:["k-ao1-r s-ih-ng","vbg"],court:["k-ao1-r-t","nn vbp vb"],courted:["k-ao1-r t-ih-d","vbn vbd"],courteous:["k-er1 t-iy ah-s","jj"],courtesy:["k-er1 t-ah s-iy","nn"],courthouse:["k-ao1-r-t hh-aw-s","nn"],courtier:["k-ao1-r t-iy er","nn"],courting:["k-ao1-r t-ih-ng","vbg"],courtly:["k-ao1-r-t l-iy","jj"],courtroom:["k-ao1-r-t r-uw-m","nn"],courtship:["k-ao1-r ch-ih-p","nn"],courtyard:["k-ao1-r-t y-aa-r-d","nn"],cousin:["k-ah1 z-ah-n","nn"],couture:["k-uw t-uh1-r","nn"],cove:["k-ow1-v","nn"],covenant:["k-ah1 v-ah n-ah-n-t","nn vb"],cover:["k-ah1 v-er","vb nn vbp"],coverage:["k-ah1 v-er ah-jh","nn"],covered:["k-ah1 v-er-d","vbn jj vbd"],covering:["k-ah1 v-er ih-ng","vbg"],covert:["k-ow1 v-er-t","jj"],covertly:["k-ah1 v-er-t l-iy","rb"],coverup:["k-ah1 v-er ah-p","nn"],covet:["k-ah1 v-ah-t","vb vbp"],coveted:["k-ah1 v-ah t-ih-d","vbn jj"],covets:["k-ah1 v-ah-t-s","vbz"],cow:["k-aw1","nn vb"],coward:["k-aw1 er-d","nn"],cowardice:["k-aw1 er d-ah-s","nn"],cowardly:["k-aw1 er-d l-iy","jj"],cowboy:["k-aw1 b-oy","nn"],cowed:["k-aw1-d","vbn"],cower:["k-aw1 er","vbp vb"],cowering:["k-aw1 er ih-ng","vbg"],cowling:["k-aw1 l-ih-ng","nn"],cowman:["k-aw1 m-ah-n","nn"],coworker:["k-ow1 w-er1 k-er","nn"],coy:["k-oy1","jj"],coyly:["k-oy1 l-iy","rb"],coyote:["k-ay ow1 t-iy","nn"],coziness:["k-ow1 z-iy n-ah-s","nn"],cozy:["k-ow1 z-iy","jj rb"],crab:["k-r-ae1-b","nn"],crabbed:["k-r-ae1-b-d","jj"],crabby:["k-r-ae1 b-iy","jj"],crabmeat:["k-r-ae1-b m-iy-t","nn"],crack:["k-r-ae1-k","nn jj vb vbp"],crackdown:["k-r-ae1-k d-aw-n","nn"],cracked:["k-r-ae1-k-t","vbd vbn jj"],cracker:["k-r-ae1 k-er","nn"],cracking:["k-r-ae1 k-ih-ng","vbg jj nn"],crackle:["k-r-ae1 k-ah-l","nn vb vbp"],crackled:["k-r-ae1 k-ah-l-d","vbd"],crackles:["k-r-ae1 k-ah-l-z","vbz"],crackling:["k-r-ae1 k-l-ih-ng","nn"],crackpot:["k-r-ae1-k p-aa-t","nn"],cradle:["k-r-ey1 d-ah-l","nn vb"],craft:["k-r-ae1-f-t","nn vb"],crafted:["k-r-ae1-f t-ih-d","vbn vbd"],crafting:["k-r-ae1-f t-ih-ng","vbg"],craftsman:["k-r-ae1-f-t-s m-ah-n","nn"],craftsmanship:["k-r-ae1-f-t-s m-ah-n sh-ih-p","nn"],crafty:["k-r-ae1-f t-iy","jj"],craggy:["k-r-ae1 g-iy","jj"],cram:["k-r-ae1-m","vb"],crammed:["k-r-ae1-m-d","vbn vbd"],cramming:["k-r-ae1 m-ih-ng","vbg"],cramp:["k-r-ae1-m-p","nn"],cramped:["k-r-ae1-m-p-t","jj"],crams:["k-r-ae1-m-z","vbz"],cranberry:["k-r-ae1-n b-eh r-iy","nn"],crane:["k-r-ey1-n","nn vb"],crank:["k-r-ae1-ng-k","vb nn"],cranked:["k-r-ae1-ng-k-t","vbd vbn"],cranking:["k-r-ae1-ng k-ih-ng","vbg"],crankshaft:["k-r-ae1-ng-k sh-ae-f-t","nn"],cranky:["k-r-ae1-ng k-iy","jj"],cranny:["k-r-ae1 n-iy","nn"],crap:["k-r-ae1-p","nn uh"],crapshoot:["k-r-ae1-p sh-uw-t","nn vb"],crash:["k-r-ae1-sh","nn vbp jj vb"],crashed:["k-r-ae1-sh-t","vbd jj vbn"],crashing:["k-r-ae1 sh-ih-ng","vbg"],crass:["k-r-ae1-s","jj"],crate:["k-r-ey1-t","nn"],crater:["k-r-ey1 t-er","nn vb"],cratered:["k-r-ey1 t-er-d","vbn"],crave:["k-r-ey1-v","vbp vb"],craven:["k-r-ey1 v-ah-n","jj"],craves:["k-r-ey1-v-z","vbz"],craving:["k-r-ey1 v-ih-ng","nn vbg"],crawl:["k-r-ao1-l","vb nn"],crawled:["k-r-ao1-l-d","vbd vbn"],crawling:["k-r-ao1 l-ih-ng","vbg"],crayon:["k-r-ey1 aa-n","nn"],craze:["k-r-ey1-z","nn vb"],crazed:["k-r-ey1-z-d","jj vbd"],crazily:["k-r-ey1 z-ah l-iy","rb"],craziness:["k-r-ey1 z-iy n-ah-s","nn"],crazy:["k-r-ey1 z-iy","jj"],creak:["k-r-iy1-k","vb"],creaked:["k-r-iy1-k-t","vbd"],creaking:["k-r-iy1 k-ih-ng","vbg"],cream:["k-r-iy1-m","nn jj vb"],creamed:["k-r-iy1-m-d","vbn"],creamer:["k-r-iy1 m-er","nn"],creamier:["k-r-iy1 m-iy er","jjr"],creamy:["k-r-iy1 m-iy","jj"],crease:["k-r-iy1-s","nn"],create:["k-r-iy ey1-t","vb vbp"],created:["k-r-iy ey1 t-ah-d","vbn vbd jj"],creates:["k-r-iy ey1-t-s","vbz"],creating:["k-r-iy ey1 t-ih-ng","vbg"],creation:["k-r-iy ey1 sh-ah-n","nn"],creationism:["k-r-iy ey1 sh-ah-n ih z-ah-m","nn"],creative:["k-r-iy ey1 t-ih-v","jj"],creatively:["k-r-iy ey1 t-ih-v l-iy","rb"],creativeness:["k-r-iy ey1 t-ih-v n-ah-s","nn"],creativity:["k-r-iy ey t-ih1 v-ah t-iy","nn"],creator:["k-r-iy ey1 t-er","nn"],creature:["k-r-iy1 ch-er","nn"],credence:["k-r-iy1 d-ah-n-s","nn"],credential:["k-r-ih d-eh1-n ch-ah-l","nn"],credibility:["k-r-eh d-ah b-ih1 l-ih t-iy","nn"],credible:["k-r-eh1 d-ah b-ah-l","jj"],credibly:["k-r-eh1 d-ah b-l-iy","rb"],credit:["k-r-eh1 d-ah-t","nn vb vbp"],creditable:["k-r-eh1 d-ah t-ah b-ah-l","jj"],creditably:["k-r-eh1 d-ah t-ah b-l-iy","rb"],credited:["k-r-eh1 d-ah t-ah-d","vbn vbd"],crediting:["k-r-eh1 d-ah t-ih-ng","vbg"],creditor:["k-r-eh1 d-ah t-er","nn"],creditworthiness:["k-r-eh1 d-ih-t w-er dh-iy n-ah-s","nn"],creditworthy:["k-r-eh1 d-ih-t w-er dh-iy","nn"],credo:["k-r-ey1 d-ow","nn"],credulity:["k-r-ih d-uw1 l-ah t-iy","nn"],creed:["k-r-iy1-d","nn"],creek:["k-r-iy1-k","nn"],creep:["k-r-iy1-p","vb vbp jj nn"],creeping:["k-r-iy1 p-ih-ng","vbg jj"],creeps:["k-r-iy1-p-s","vbz"],creepy:["k-r-iy1 p-iy","jj"],cremate:["k-r-iy1 m-ey-t","vb"],cremation:["k-r-iy m-ey1 sh-ah-n","nn"],creole:["k-r-iy1 ow-l","nn"],crepe:["k-r-ey1-p","jj"],crept:["k-r-eh1-p-t","vbd vbn"],crescendo:["k-r-ih sh-eh1-n d-ow","nn"],crescent:["k-r-eh1 s-ah-n-t","nn"],crest:["k-r-eh1-s-t","nn vb"],crested:["k-r-eh1 s-t-ah-d","jj"],crestfallen:["k-r-eh1-s-t f-ao l-ah-n","jj"],crevice:["k-r-eh1 v-ah-s","nn"],crew:["k-r-uw1","nn"],crewel:["k-r-uw1 ah-l","nn"],crib:["k-r-ih1-b","nn jj"],cricket:["k-r-ih1 k-ah-t","nn"],cried:["k-r-ay1-d","vbd vbn"],crime:["k-r-ay1-m","nn"],criminal:["k-r-ih1 m-ah n-ah-l","jj nn"],criminality:["k-r-ih m-ah n-ae1 l-ih t-iy","nn"],criminalize:["k-r-ih1 m-ah n-ah l-ay-z","vb"],criminalizing:["k-r-ih1 m-ah n-ah l-ay z-ih-ng","vbg"],criminally:["k-r-ih1 m-ah n-ah l-iy","rb"],criminologist:["k-r-ih m-ih n-aa1 l-ah jh-ih-s-t","nn"],criminology:["k-r-ih m-ih n-aa1 l-ah jh-iy","nn"],crimp:["k-r-ih1-m-p","vb nn"],crimped:["k-r-ih1-m-p-t","jj vbn"],crimping:["k-r-ih1-m p-ih-ng","vbg"],crimps:["k-r-ih1-m-p-s","vbz"],crimson:["k-r-ih1-m z-ah-n","jj nn"],cringe:["k-r-ih1-n-jh","vbp vb"],cringed:["k-r-ih1-n-jh-d","vbd"],cripple:["k-r-ih1 p-ah-l","vb nn vbp"],crippled:["k-r-ih1 p-ah-l-d","vbn jj vbd"],crippling:["k-r-ih1 p-ah-l ih-ng","jj vbg"],crisis:["k-r-ay1 s-ah-s","nn"],crisp:["k-r-ih1-s-p","jj nn"],crisper:["k-r-ih1 s-p-er","nn"],crisply:["k-r-ih1-s-p l-iy","rb"],crispness:["k-r-ih1-s-p n-ah-s","nn"],crispy:["k-r-ih1 s-p-iy","jj"],crisscross:["k-r-ih1-s k-r-ao-s","vb vbp"],crisscrossed:["k-r-ih1-s k-r-ao-s-t","vbn vbd"],crisscrossing:["k-r-ih1-s k-r-ao s-ih-ng","vbg"],criterion:["k-r-ay t-ih1 r-iy ah-n","nn"],critic:["k-r-ih1 t-ih-k","nn"],critical:["k-r-ih1 t-ih k-ah-l","jj"],criticality:["k-r-ih t-ah k-ae1 l-ah t-iy","nn"],critically:["k-r-ih1 t-ih k-ah l-iy","rb"],criticism:["k-r-ih1 t-ih s-ih z-ah-m","nn"],criticize:["k-r-ih1 t-ih s-ay-z","vb vbp"],criticized:["k-r-ih1 t-ah s-ay-z-d","vbn vbd"],criticizes:["k-r-ih1 t-ih s-ay z-ih-z","vbz"],criticizing:["k-r-ih1 t-ih s-ay z-ih-ng","vbg"],critique:["k-r-ah t-iy1-k","nn"],critter:["k-r-ih1 t-er","nn"],croak:["k-r-ow1-k","nn vb vbp"],croaker:["k-r-ow1 k-er","nn"],croaking:["k-r-ow1 k-ih-ng","nn"],crochet:["k-r-ow sh-ey1","vb"],crocodile:["k-r-aa1 k-ah d-ay-l","nn"],croissant:["k-w-aa s-aa1-n-t","nn"],crone:["k-r-ow1-n","nn"],crony:["k-r-ow1 n-iy","nn"],cronyism:["k-r-ow1 n-iy ih z-ah-m","nn"],crook:["k-r-uh1-k","nn"],crooked:["k-r-uh1 k-ah-d","jj"],croon:["k-r-uw1-n","vb"],crooner:["k-r-uw1 n-er","nn"],crooning:["k-r-uw1 n-ih-ng","vbg"],croons:["k-r-uw1-n-z","vbz"],crop:["k-r-aa1-p","nn rp vb vbp"],cropped:["k-r-aa1-p-t","vbd vbn"],cropping:["k-r-aa1 p-ih-ng","vbg"],cross:["k-r-ao1-s","vb jj nn rb vbp"],crossborder:["k-r-ao1-s b-ao-r d-er","jj"],crosscurrent:["k-r-ao1-s k-er ah-n-t","nn"],crossed:["k-r-ao1-s-t","vbd vbn"],crossfire:["k-r-ao1-s f-ay-r","nn"],crossing:["k-r-ao1 s-ih-ng","vbg"],crossover:["k-r-ao1-s ow v-er","nn"],crossroads:["k-r-ao1-s r-ow-d-z","nn"],crosswise:["k-r-ao1-s w-ay-z","rb"],crotch:["k-r-aa1-ch","nn"],crotchety:["k-r-aa1 ch-ah t-iy","jj"],crouch:["k-r-aw1-ch","nn vb"],crouched:["k-r-aw1-ch-t","vbd vbn"],crow:["k-r-ow1","nn vb"],crowd:["k-r-aw1-d","nn vbp vb"],crowded:["k-r-aw1 d-ah-d","vbn vbd jj"],crowding:["k-r-aw1 d-ih-ng","vbg"],crowed:["k-r-ow1-d","vbd vbn"],crowing:["k-r-ow1 ih-ng","vbg"],crown:["k-r-aw1-n","nn vb"],crowned:["k-r-aw1-n-d","vbn"],crowning:["k-r-aw1 n-ih-ng","jj vbg"],crucial:["k-r-uw1 sh-ah-l","jj"],crucially:["k-r-uw1 sh-ah l-l-iy","rb"],crucible:["k-r-uw1 s-ah b-ah-l","nn"],crucified:["k-r-uw1 s-ah f-ay-d","vbd vbn"],crucifix:["k-r-uw1 s-ah f-ih-k-s","nn"],crucifixion:["k-r-uw s-ih f-ih1-k sh-ah-n","nn"],crucify:["k-r-uw1-s-ah-f-ay","vb"],crude:["k-r-uw1-d","nn jj"],crudely:["k-r-uw1-d l-iy","rb"],cruel:["k-r-uw1 ah-l","jj"],cruelest:["k-r-uw1 l-ah-s-t","jjs"],cruelly:["k-r-uw1 l-iy","rb"],cruelty:["k-r-uw1-l t-iy","nn"],cruise:["k-r-uw1-z","nn vb vbp"],cruiser:["k-r-uw1 z-er","nn"],cruising:["k-r-uw1 z-ih-ng","vbg"],crumble:["k-r-ah1-m b-ah-l","vb"],crumbled:["k-r-ah1-m b-ah-l-d","vbd vbn jj"],crumbles:["k-r-ah1-m b-ah-l-z","vbz"],crumbling:["k-r-ah1-m b-ah-l ih-ng","vbg jj"],crummy:["k-r-ah1 m-iy","jj"],crumple:["k-r-ah1-m-p-ah-l","vb"],crumpled:["k-r-ah1-m p-ah-l-d","jj vbd vbn"],crunch:["k-r-ah1-n-ch","nn vb"],crunched:["k-r-ah1-n-ch-t","vbd"],crunching:["k-r-ah1-n ch-ih-ng","vbg"],crusade:["k-r-uw s-ey1-d","nn vb"],crusader:["k-r-uw s-ey1 d-er","nn"],crusading:["k-r-uw s-ey1 d-ih-ng","vbg"],crush:["k-r-ah1-sh","nn vb"],crushed:["k-r-ah1-sh-t","vbn jj vbd"],crusher:["k-r-ah1 sh-er","nn"],crushes:["k-r-ah1 sh-ih-z","vbz"],crushing:["k-r-ah1 sh-ih-ng","vbg jj nn"],crust:["k-r-ah1-s-t","nn"],crusty:["k-r-ah1 s-t-iy","jj"],crutch:["k-r-ah1-ch","nn"],crux:["k-r-ah1-k-s","nn"],cruzado:["k-r-uw z-aa1 d-ow","nn"],cry:["k-r-ay1","nn vb vbp"],crying:["k-r-ay1 ih-ng","vbg"],crypt:["k-r-ih1-p-t","nn"],cryptic:["k-r-ih1-p t-ih-k","jj"],crystal:["k-r-ih1 s-t-ah-l","nn jj"],crystalline:["k-r-ih1 s-t-ah l-ay-n","jj"],crystallize:["k-r-ih1 s-t-ah l-ay-z","vb"],crystallized:["k-r-ih1 s-t-ah l-ay-z-d","vbd vbn"],crystallizing:["k-r-ih1 s-t-ah l-ay z-ih-ng","vbg"],crystallography:["k-r-ih s-t-ah l-aa1 g-r-ah f-iy","nn"],cub:["k-ah1-b","nn"],cubbyhole:["k-ah1 b-iy hh-ow-l","nn"],cube:["k-y-uw1-b","nn"],cubic:["k-y-uw1 b-ih-k","jj"],cubism:["k-y-uw1 b-ih z-ah-m","nn"],cubist:["k-y-uw1 b-ih-s-t","jj"],cuckoo:["k-ah1 k-uw","nn"],cucumber:["k-y-uw1 k-ah-m b-er","nn"],cuddle:["k-ah1-d-ah-l","vb"],cuddled:["k-ah1 d-ah-l-d","vbd"],cuddly:["k-ah1-d l-iy","jj"],cudgel:["k-ah1 jh-ah-l","nn"],cue:["k-y-uw1","nn vb"],cued:["k-y-uw1-d","vbd"],cuff:["k-ah1-f","nn vb"],cuisine:["k-w-ih z-iy1-n","nn"],cul:["k-ah1-l","nn"],culinary:["k-y-uw1 l-ih n-eh r-iy","jj"],cull:["k-ah1-l","vb vbp"],culled:["k-ah1-l-d","vbn"],culling:["k-ah1 l-ih-ng","vbg"],culminate:["k-ah1-l m-ih n-ey-t","vb vbp"],culminated:["k-ah1-l m-ah n-ey t-ah-d","vbd vbn"],culminates:["k-ah1-l m-ih n-ey-t-s","vbz"],culminating:["k-ah1-l m-ah n-ey t-ih-ng","vbg"],culmination:["k-ah-l m-ah n-ey1 sh-ah-n","nn"],culpable:["k-ah1-l p-ah b-ah-l","jj"],culprit:["k-ah1-l p-r-ih-t","nn"],cult:["k-ah1-l-t","nn"],cultist:["k-ah1-l t-ah-s-t","nn"],cultivate:["k-ah1-l t-ah v-ey-t","vb"],cultivated:["k-ah1-l t-ah v-ey t-ah-d","vbn jj vbd"],cultivates:["k-ah1-l t-ih v-ey-t-s","vbz"],cultivating:["k-ah1-l t-ih v-ey t-ih-ng","vbg"],cultivation:["k-ah-l t-ih v-ey1 sh-ah-n","nn"],cultural:["k-ah1-l ch-er ah-l","jj"],culturally:["k-ah1-l ch-er ah l-iy","rb"],culture:["k-ah1-l ch-er","nn vb"],cultured:["k-ah1-l ch-er-d","jj vbn"],cumbersome:["k-ah1-m b-er s-ah-m","jj"],cumulative:["k-y-uw1 m-y-ah l-ah t-ih-v","jj"],cumulatively:["k-y-uw1 m-y-ah l-ah t-ih-v l-iy","rb"],cunning:["k-ah1 n-ih-ng","jj nn"],cup:["k-ah1-p","nn vb"],cupboard:["k-ah1 b-er-d","nn"],cupid:["k-y-uw1 p-ih-d","nn"],curative:["k-y-uh1 r-ah t-ih-v","jj"],curator:["k-y-uh r-ey1 t-er","nn"],curb:["k-er1-b","vb nn"],curbed:["k-er1-b-d","vbn vbd"],curbing:["k-er1 b-ih-ng","vbg"],curbside:["k-er1-b s-ay-d","nn jj"],curd:["k-er1-d","nn"],cure:["k-y-uh1-r","nn vbp vb"],cured:["k-y-uh1-r-d","vbn vbd"],curfew:["k-er1 f-y-uw","nn"],curing:["k-y-uh1 r-ih-ng","vbg"],curiosity:["k-y-uh r-iy aa1 s-ah t-iy","nn"],curious:["k-y-uh1 r-iy ah-s","jj"],curiously:["k-y-uh1 r-iy ah-s l-iy","rb"],curl:["k-er1-l","vb vbp"],curled:["k-er1-l-d","vbd vbn"],curling:["k-er1 l-ih-ng","vbg"],curly:["k-er1 l-iy","jj"],currency:["k-er1 ah-n s-iy","nn"],current:["k-er1 ah-n-t","jj nn"],currently:["k-er1 ah-n-t l-iy","rb jj"],curricular:["k-er ih1 k-y-ah l-er","jj"],curriculum:["k-er ih1 k-y-ah l-ah-m","nn"],curry:["k-ah1 r-iy","vb nn"],curse:["k-er1-s","nn vb"],cursed:["k-er1-s-t","vbd vbn"],cursing:["k-er1 s-ih-ng","vbg"],cursory:["k-er1 s-er iy","jj"],curt:["k-er1-t","jj"],curtail:["k-er t-ey1-l","vb vbp"],curtailed:["k-er t-ey1-l-d","vbn vbd"],curtailing:["k-er t-ey1 l-ih-ng","vbg"],curtailment:["k-er t-ey1-l m-ah-n-t","nn"],curtails:["k-er t-ey1-l-z","vbz"],curtain:["k-er1 t-ah-n","nn"],curtly:["k-er1-t l-iy","rb"],curve:["k-er1-v","nn vb"],curved:["k-er1-v-d","jj vbn"],curving:["k-er1 v-ih-ng","vbg"],curvy:["k-er1 v-iy","jj"],cushion:["k-uh1 sh-ah-n","nn vb"],cushioned:["k-uh1 sh-ah-n-d","vbn vbd"],cushioning:["k-uh1 sh-ah-n ih-ng","vbg"],cusp:["k-ah1-s-p","nn"],custodial:["k-ah s-t-ow1 d-iy ah-l","jj"],custodian:["k-ah s-t-ow1 d-iy ah-n","nn"],custody:["k-ah1 s-t-ah d-iy","nn"],custom:["k-ah1 s-t-ah-m","nn jj rb"],customarily:["k-ah s-t-ah m-eh1 r-ah l-iy","rb"],customary:["k-ah1 s-t-ah m-eh r-iy","jj"],customer:["k-ah1 s-t-ah m-er","nn"],customize:["k-ah1-s-t-ah-m-ay-z","vb"],customized:["k-ah1 s-t-ah m-ay-z-d","vbn jj"],cut:["k-ah1-t","vb vbd vbn vbp jj nn"],cutback:["k-ah1-t b-ae-k","nn"],cute:["k-y-uw1-t","jj"],cuteness:["k-y-uw1-t n-ah-s","nn"],cutlass:["k-ah1-t l-ah-s","nn"],cutlery:["k-ah1-t l-er iy","nn"],cutoff:["k-ah1 t-ao-f","nn jj"],cutout:["k-ah1-t aw-t","nn"],cutter:["k-ah1 t-er","nn"],cutthroat:["k-ah1-t th-r-ow-t","jj"],cutting:["k-ah1 t-ih-ng","vbg jj"],cyanide:["s-ay1 ah n-ay-d","nn"],cycads:["s-ay1 k-ae-d-z","nn"],cycle:["s-ay1 k-ah-l","nn vb"],cycled:["s-ay1 k-ah-l-d","vbn"],cyclical:["s-ay1 k-l-ih k-ah-l","jj"],cyclicality:["s-ih k-l-ih k-ae1 l-ih t-iy","nn"],cycling:["s-ay1 k-ah-l ih-ng","vbg"],cyclist:["s-ay1 k-ah l-ih-s-t","nn"],cyclosporine:["s-ih k-l-ao1 s-p-er iy-n","nn jj"],cylinder:["s-ih1 l-ah-n d-er","nn"],cylindrical:["s-ah l-ih1-n d-r-ih k-ah-l","jj"],cynic:["s-ih1 n-ih-k","nn jj"],cynical:["s-ih1 n-ih k-ah-l","jj"],cynically:["s-ih1 n-ih k-ah l-iy","rb"],cynicism:["s-ih1 n-ih s-ih z-ah-m","nn"],cypress:["s-ay1 p-r-ah-s","nn"],cyst:["s-ih1-s-t","nn"],cystic:["s-ih1 s-t-ih-k","jj"],cytoplasm:["s-ay1 t-ah p-l-ae z-ah-m","nn"],czar:["z-aa1-r","nn"],dabble:["d-ae1 b-ah-l","vb"],dabbled:["d-ae1 b-ah-l-d","vbd"],dabbles:["d-ae1 b-ah-l-z","vbz"],dabbling:["d-ae1 b-ah-l ih-ng","vbg"],dad:["d-ae1-d","nn"],dada:["d-aa1 d-aa","nn"],daddy:["d-ae1 d-iy","nn"],daffodil:["d-ae1 f-ah d-ih-l","nn"],daft:["d-ae1-f-t","jj"],daily:["d-ey1 l-iy","jj nn rb"],dainty:["d-ey1-n t-iy","jj"],dairy:["d-eh1 r-iy","nn jj"],dais:["d-ey1-z","nn"],daisy:["d-ey1 z-iy","nn"],dale:["d-ey1-l","nn"],dally:["d-ae1 l-iy","vb"],dam:["d-ae1-m","nn jj uh"],damage:["d-ae1 m-ah-jh","nn vbp vb"],damaged:["d-ae1 m-ah-jh-d","vbn jj vbd"],damaging:["d-ae1 m-ih jh-ih-ng","jj vbg"],dame:["d-ey1-m","nn"],daminozide:["d-ae m-ih1 n-ah z-ay-d","nn"],dammed:["d-ae1-m-d","vbd"],damn:["d-ae1-m","jj nn rb vb uh"],damnation:["d-ae-m n-ey1 sh-ah-n","nn"],damned:["d-ae1-m-d","jj vbn rb"],damning:["d-ae1 m-ih-ng","vbg"],damp:["d-ae1-m-p","vb vbp jj nn"],damped:["d-ae1-m-p-t","vbn vbd"],dampen:["d-ae1-m p-ah-n","vb"],dampened:["d-ae1-m p-ah-n-d","vbd vbn"],dampening:["d-ae1-m p-ah n-ih-ng","jj"],damper:["d-ae1-m p-er","nn"],damping:["d-ae1-m p-ih-ng","vbg jj"],damsel:["d-ae1-m z-ah-l","nn"],dance:["d-ae1-n-s","nn vb vbp"],danced:["d-ae1-n-s-t","vbd vbn"],dancer:["d-ae1-n s-er","nn"],dancing:["d-ae1-n s-ih-ng","vbg"],dandelion:["d-ae1-n d-ah l-ay ah-n","nn"],dandy:["d-ae1-n d-iy","jj"],dang:["d-ae1-ng","jj"],danger:["d-ey1-n jh-er","nn"],dangerous:["d-ey1-n jh-er ah-s","jj"],dangerously:["d-ey1-n jh-er ah-s l-iy","rb"],dangle:["d-ae1-ng g-ah-l","vb"],dangled:["d-ae1-ng g-ah-l-d","vbd vbn"],dangles:["d-ae1-ng g-ah-l-z","vbz"],dangling:["d-ae1-ng g-ah l-ih-ng","vbg jj"],dank:["d-ae1-ng-k","jj"],dapper:["d-ae1 p-er","jj"],dare:["d-eh1-r","vb vbp nn"],dared:["d-eh1-r-d","vbd vbn"],dares:["d-eh1-r-z","vbz"],darin:["d-ae1 r-ih-n","jj"],daring:["d-eh1 r-ih-ng","jj vbg"],dark:["d-aa1-r-k","jj nn rb"],darken:["d-aa1-r k-ah-n","vb vbp"],darkened:["d-aa1-r k-ah-n-d","vbd vbn jj"],darkening:["d-aa1-r k-ah n-ih-ng","vbg"],darker:["d-aa1-r k-er","jjr"],darkest:["d-aa1-r k-ah-s-t","jjs"],darkly:["d-aa1-r-k l-iy","rb"],darkness:["d-aa1-r-k n-ah-s","nn"],darkroom:["d-aa1-r-k r-uw-m","nn"],darlin:["d-aa1-r l-ih-n","nn"],darling:["d-aa1-r l-ih-ng","nn jj"],darn:["d-aa1-r-n","jj vb"],darned:["d-aa1-r-n-d","rb"],dart:["d-aa1-r-t","nn vb vbp"],dartboard:["d-aa1-r-t b-ao-r-d","nn"],darted:["d-aa1-r t-ih-d","vbd"],darting:["d-aa1-r t-ih-ng","vbg"],dash:["d-ae1-sh","nn vb"],dashboard:["d-ae1-sh b-ao-r-d","nn"],dashed:["d-ae1-sh-t","vbn jj vbd"],dashing:["d-ae1 sh-ih-ng","vbg jj"],dastardly:["d-ae1 s-t-er-d l-iy","jj"],database:["d-ey1 t-ah b-ey-s","nn"],date:["d-ey1-t","nn vbp vb"],dated:["d-ey1 t-ih-d","vbn jj vbd"],dating:["d-ey1 t-ih-ng","vbg"],datum:["d-ae1 t-ah-m","nn"],daub:["d-ao1-b","vb"],daubed:["d-ao1-b-d","vbd"],daughter:["d-ao1 t-er","nn"],daunt:["d-ao1-n-t","vb"],daunted:["d-ao1-n t-ih-d","vbd vbn jj"],daunting:["d-ao1-n t-ih-ng","jj vbg"],dauphin:["d-aw1 f-ih-n","nn"],davenport:["d-ae1 v-ah-n p-ao-r-t","nn"],dawdle:["d-ao1-d-ah-l","vb"],dawdling:["d-ao1-d l-ih-ng","vbg"],dawn:["d-ao1-n","nn vb"],dawned:["d-ao1-n-d","vbd"],dawning:["d-ao1 n-ih-ng","vbg"],dawns:["d-ao1-n-z","vbz"],day:["d-ey1","nn"],daybreak:["d-ey1 b-r-ey-k","nn"],daydream:["d-ey1 d-r-iy-m","nn vb"],daydreamed:["d-ey1 d-r-iy-m-d","vbd"],daylight:["d-ey1 l-ay-t","nn"],daylong:["d-ey1 l-ao-ng","jj"],daytime:["d-ey1 t-ay-m","jj nn"],daze:["d-ey1-z","nn vb"],dazed:["d-ey1-z-d","jj vbd vbn"],dazzle:["d-ae1 z-ah-l","vb"],dazzled:["d-ae1 z-ah-l-d","vbn jj"],dazzling:["d-ae1 z-ah-l ih-ng","jj vbg"],deacon:["d-iy1 k-ah-n","nn"],deactivate:["d-iy-ae1-k-t-ih-v-ey-t","vb"],deactivated:["d-iy ae1-k t-ih v-ey t-ih-d","vbn"],dead:["d-eh1-d","jj nn rb vbn"],deadbeat:["d-eh1-d b-iy-t","nn"],deader:["d-eh1 d-er","jjr"],deadliest:["d-eh1-d l-iy ah-s-t","jjs"],deadline:["d-eh1-d l-ay-n","nn"],deadliness:["d-eh1-d l-iy n-ah-s","nn"],deadlock:["d-eh1-d l-aa-k","nn vb"],deadlocked:["d-eh1-d l-aa-k-t","vbn jj"],deadly:["d-eh1-d l-iy","jj rb"],deadpan:["d-eh1-d p-ae-n","jj"],deadweight:["d-eh1-d w-ey-t","nn"],deadwood:["d-eh1-d w-uh-d","nn"],deaf:["d-eh1-f","jj"],deafen:["d-eh1-f-ah-n","vb"],deafening:["d-eh1 f-ah-n ih-ng","vbg jj"],deafness:["d-eh1-f n-ah-s","nn"],deal:["d-iy1-l","nn vb vbp"],dealer:["d-iy1 l-er","nn"],dealership:["d-iy1 l-er sh-ih-p","nn"],dealing:["d-iy1 l-ih-ng","vbg"],dealmaker:["d-iy1-l m-ey k-er","nn"],dealt:["d-eh1-l-t","vbn vbd"],dean:["d-iy1-n","nn"],dear:["d-ih1-r","jj nn rb uh"],dearest:["d-ih1 r-ah-s-t","jjs"],dearly:["d-ih1-r l-iy","rb"],dearth:["d-er1-th","nn"],death:["d-eh1-th","nn"],deathbed:["d-eh1-th b-eh-d","nn"],deathly:["d-eh1-th l-iy","jj"],deathwatch:["d-eh1-th w-aa-ch","nn"],debacle:["d-ah b-aa1 k-ah-l","nn"],debase:["d-ah-b-ey1-s","vb"],debasement:["d-ah b-ey1-s m-ah-n-t","nn"],debasing:["d-ih b-ey1 s-ih-ng","vbg"],debatable:["d-ah b-ey1 t-ah b-ah-l","jj"],debate:["d-ah b-ey1-t","nn vb vbp"],debated:["d-ah b-ey1 t-ih-d","vbn vbd"],debating:["d-ah b-ey1 t-ih-ng","vbg jj"],debauchery:["d-ah b-ao1 ch-er iy","nn"],debenture:["d-ah b-eh1-n ch-er","nn"],debilitate:["d-ah-b-ih1-l-ah-t-ey-t","vb"],debilitated:["d-ah b-ih1 l-ah t-ey t-ih-d","vbn jj"],debilitating:["d-ah b-ih1 l-ah t-ey t-ih-ng","jj"],debility:["d-ah b-ih1 l-ah t-iy","nn"],debit:["d-eh1 b-ih-t","nn"],debonair:["d-eh b-ah n-eh1-r","jj"],debris:["d-ah b-r-iy1","nn"],debt:["d-eh1-t","nn"],debtholder:["d-eh1-t hh-ow-l d-er","nn"],debtor:["d-eh1 t-er","nn jj"],debunk:["d-ih b-ah1-ng-k","vb"],debunked:["d-ih b-ah1-ng-k-t","vbn"],debunking:["d-ih b-ah1-ng k-ih-ng","nn"],debut:["d-ey b-y-uw1","nn vb vbp"],debutante:["d-eh1 b-y-ah t-aa1-n-t","nn"],debuted:["d-ey b-y-uw1-d","vbd"],debuts:["d-ey1 b-y-uw-z","vbz"],decade:["d-eh k-ey1-d","nn"],decadence:["d-eh1 k-ah d-ah-n-s","nn"],decadent:["d-eh1 k-ah d-ah-n-t","jj"],decaffeinate:["d-iy-k-ae1-f-ah-n-ey-t","vb"],decaffeinated:["d-iy k-ae1 f-ah n-ey t-ih-d","vbn"],decamp:["d-ah-k-ae1-m-p","vb"],decamped:["d-iy k-ae1-m-p-t","vbd"],decant:["d-ah-k-ae1-n-t","vb"],decanting:["d-ah k-ae1-n t-ih-ng","vbg"],decay:["d-ah k-ey1","nn vb"],decayed:["d-ah k-ey1-d","jj vbd vbn"],decaying:["d-ah k-ey1 ih-ng","vbg jj"],decays:["d-ah k-ey1-z","vbz"],decease:["d-ih-s-iy1-s","vb"],deceased:["d-ih s-iy1-s-t","jj nn vbn"],decedent:["d-eh s-iy1 d-ah-n-t","nn"],deceit:["d-ah s-iy1-t","nn"],deceitful:["d-ah s-iy1-t f-ah-l","jj"],deceive:["d-ih s-iy1-v","vb"],deceived:["d-ih s-iy1-v-d","vbn vbd"],deceiving:["d-ih s-iy1 v-ih-ng","vbg"],decelerate:["d-ih s-eh1 l-er ey-t","vb"],decelerated:["d-ih s-eh1 l-er ey t-ih-d","vbn"],decelerating:["d-ih s-eh1 l-er ey t-ih-ng","vbg"],deceleration:["d-ih s-eh l-er ey1 sh-ah-n","nn"],decency:["d-iy1 s-ah-n s-iy","nn"],decent:["d-iy1 s-ah-n-t","jj"],decently:["d-iy1 s-ah-n-t l-iy","rb"],decentralization:["d-ih s-eh-n t-r-ah l-ih z-ey1 sh-ah-n","nn"],decentralize:["d-ih s-eh1-n t-r-ah l-ay-z","vb"],decentralized:["d-ih s-eh1-n t-r-ah l-ay-z-d","jj vbd vbn"],decentralizing:["d-ih s-eh1-n t-r-ah l-ay z-ih-ng","vbg"],deception:["d-ih s-eh1-p sh-ah-n","nn"],deceptive:["d-ih s-eh1-p t-ih-v","jj"],deceptively:["d-ih s-eh1-p t-ih-v l-iy","rb"],decertified:["d-iy s-er1 t-ah f-ay-d","vbn"],decertify:["d-iy-s-er1-t-ah-f-ay","vb"],decide:["d-ih s-ay1-d","vb vbp"],decided:["d-ih s-ay1 d-ih-d","vbd vbn jj"],decidedly:["d-ih s-ay1 d-ah-d l-iy","rb"],decides:["d-ih s-ay1-d-z","vbz"],deciding:["d-ah s-ay1 d-ih-ng","vbg jj"],decimal:["d-eh1 s-ah m-ah-l","nn jj"],decimate:["d-eh1-s-ah-m-ey-t","vb"], +decimated:["d-eh1 s-ah m-ey t-ih-d","vbn vbd"],decipher:["d-ih s-ay1 f-er","vb"],deciphered:["d-ih s-ay1 f-er-d","vbd"],decision:["d-ih s-ih1 zh-ah-n","nn"],decisionmaking:["d-ih s-ih1 zh-ah-n m-ey k-ih-ng","nn"],decisive:["d-ih s-ay1 s-ih-v","jj"],decisively:["d-ih s-ay1 s-ih-v l-iy","rb"],decisiveness:["d-ih s-ay1 s-ih-v n-ah-s","nn"],deck:["d-eh1-k","nn vb"],decked:["d-eh1-k-t","vbn"],decking:["d-eh1 k-ih-ng","vbg"],declaim:["d-ih-k-l-ey1-m","vb"],declaimed:["d-ih k-l-ey1-m-d","vbd"],declaration:["d-eh k-l-er ey1 sh-ah-n","nn"],declaratory:["d-ih k-l-eh1 r-ah t-ao r-iy","jj"],declare:["d-ih k-l-eh1-r","vb vbp"],declared:["d-ih k-l-eh1-r-d","vbd vbn jj"],declares:["d-ih k-l-eh1-r-z","vbz"],declaring:["d-ih k-l-eh1 r-ih-ng","vbg"],decline:["d-ih k-l-ay1-n","nn vb vbp"],declined:["d-ih k-l-ay1-n-d","vbd vbn"],decliner:["d-ih k-l-ay1 n-er","nn"],declining:["d-ih k-l-ay1 n-ih-ng","vbg jj nn"],decode:["d-ih k-ow1-d","vb"],decommission:["d-iy-k-ah-m-ih1-sh-ah-n","vb"],decommissioned:["d-iy k-ah m-ih1 sh-ah-n-d","vbn"],decompose:["d-iy k-ah-m p-ow1-z","vb"],decomposed:["d-iy k-ah-m p-ow1-z-d","jj"],decomposes:["d-iy k-ah-m p-ow1 z-ih-z","vbz"],decompression:["d-iy k-ah-m p-r-eh1 sh-ah-n","nn"],decontamination:["d-iy k-ah-n t-ae m-ah n-ey1 sh-ah-n","nn"],decor:["d-ih k-ao1-r","nn"],decorate:["d-eh1 k-er ey-t","vbp vb"],decorated:["d-eh1 k-er ey t-ah-d","vbn vbd jj"],decorating:["d-eh1 k-er ey t-ih-ng","vbg"],decoration:["d-eh k-er ey1 sh-ah-n","nn"],decorative:["d-eh1 k-r-ah t-ih-v","jj"],decorator:["d-eh1 k-er ey t-er","nn"],decorous:["d-eh1 k-er ah-s","jj"],decorum:["d-ih k-ao1 r-ah-m","nn"],decoy:["d-ah k-oy1","nn"],decrease:["d-ih k-r-iy1-s","nn vb vbp"],decreased:["d-ih k-r-iy1-s-t","vbd vbn"],decreasing:["d-ih k-r-iy1 s-ih-ng","vbg"],decree:["d-ih k-r-iy1","nn vb"],decreed:["d-ih k-r-iy1-d","vbd vbn"],decrepit:["d-ah k-r-eh1 p-ih-t","jj"],decried:["d-ih k-r-ay1-d","vbd"],decries:["d-ih k-r-ay1-z","vbz"],decriminalization:["d-iy k-r-ih m-ah n-ah l-ah z-ey1 sh-ah-n","nn"],decry:["d-ih k-r-ay1","vb vbp"],decrying:["d-ih k-r-ay1 ih-ng","vbg"],dedicate:["d-eh1 d-ah k-ey-t","vb"],dedicated:["d-eh1 d-ah k-ey t-ah-d","vbn jj vbd"],dedicates:["d-eh1 d-ih k-ey-t-s","vbz"],dedication:["d-eh d-ah k-ey1 sh-ah-n","nn"],deduce:["d-ih d-uw1-s","vb"],deduced:["d-ih d-uw1-s-t","vbn vbd"],deduct:["d-ih d-ah1-k-t","vb vbp"],deducted:["d-ih d-ah1-k t-ih-d","vbn vbd"],deductibility:["d-ih d-ah-k t-ah b-ih1 l-ah t-iy","nn"],deductible:["d-ih d-ah1-k t-ah b-ah-l","jj"],deducting:["d-ih d-ah1-k t-ih-ng","vbg"],deduction:["d-ih d-ah1-k sh-ah-n","nn"],deed:["d-iy1-d","nn"],deem:["d-iy1-m","vbp vb"],deemed:["d-iy1-m-d","vbn vbd"],deems:["d-iy1-m-z","vbz"],deep:["d-iy1-p","jj rb"],deepen:["d-iy1 p-ah-n","vb"],deepened:["d-iy1 p-ah-n-d","vbd vbn"],deepening:["d-iy1 p-ah n-ih-ng","vbg"],deepens:["d-iy1 p-ah-n-z","vbz"],deeper:["d-iy1 p-er","jjr rbr rb"],deepest:["d-iy1 p-ah-s-t","jjs"],deeply:["d-iy1-p l-iy","rb"],deer:["d-ih1-r","nn"],defamation:["d-eh f-ah m-ey1 sh-ah-n","nn"],defamatory:["d-ih f-ae1 m-ah t-ao r-iy","jj"],defame:["d-ih-f-ey1-m","vb"],defamed:["d-ih f-ey1-m-d","vbn vbd"],"default":["d-ih f-ao1-l-t","nn vb"],defaulted:["d-ih f-ao1-l t-ih-d","vbd vbn jj"],defaulter:["d-ih f-ao1-l t-er","nn"],defaulting:["d-ih f-ao1-l t-ih-ng","vbg"],defeat:["d-ih f-iy1-t","nn vb vbp"],defeated:["d-ih f-iy1 t-ah-d","vbn vbd"],defeating:["d-ih f-iy1 t-ih-ng","vbg"],defeatism:["d-ih f-iy1 t-ih z-ah-m","nn"],defect:["d-iy1 f-eh-k-t","nn vb"],defected:["d-ih f-eh1-k t-ih-d","vbd vbn"],defecting:["d-ih f-eh1-k t-ih-ng","vbg"],defection:["d-ih f-eh1-k sh-ah-n","nn"],defective:["d-ih f-eh1-k t-ih-v","jj"],defector:["d-ih f-eh1-k t-er","nn"],defend:["d-ih f-eh1-n-d","vb vbp"],defendant:["d-ih f-eh1-n d-ah-n-t","nn"],defended:["d-ih f-eh1-n d-ah-d","vbd vbn"],defender:["d-ih f-eh1-n d-er","nn"],defending:["d-ih f-eh1-n d-ih-ng","vbg jj"],defends:["d-ih f-eh1-n-d-z","vbz"],defense:["d-ih f-eh1-n-s","nn"],defenseless:["d-ih f-eh1-n-s l-ah-s","jj"],defensible:["d-ih f-eh1-n s-ah b-ah-l","jj"],defensive:["d-ih f-eh1-n s-ih-v","jj nn"],defensively:["d-ih f-eh1-n s-ih-v l-iy","rb"],defensiveness:["d-ih f-eh1-n s-ih-v n-ah-s","nn"],defer:["d-ih f-er1","vb"],deference:["d-eh1 f-er ah-n-s","nn"],deferment:["d-ih f-er1 m-ah-n-t","nn"],deferred:["d-ih f-er1-d","vbn vbd jj"],deferring:["d-ih f-er1 ih-ng","vbg"],defers:["d-ih f-er1-z","vbz"],defiance:["d-ih f-ay1 ah-n-s","nn"],defiant:["d-ih f-ay1 ah-n-t","jj"],defiantly:["d-ih f-ay1 ah-n-t l-iy","rb"],deficiency:["d-ih f-ih1 sh-ah-n s-iy","nn"],deficient:["d-ih f-ih1 sh-ah-n-t","jj"],deficit:["d-eh1 f-ah s-ah-t","nn"],defied:["d-ih f-ay1-d","vbd vbn"],defies:["d-ih f-ay1-z","vbz"],definable:["d-ih f-ay1 n-ah b-ah-l","jj"],define:["d-ih f-ay1-n","vb vbp"],defined:["d-ih f-ay1-n-d","vbn jj vbd"],defines:["d-ih f-ay1-n-z","vbz"],defining:["d-ih f-ay1 n-ih-ng","vbg"],definite:["d-eh1 f-ah n-ah-t","jj"],definitely:["d-eh1 f-ah n-ah-t l-iy","rb"],definition:["d-eh f-ah n-ih1 sh-ah-n","nn"],definitive:["d-ih f-ih1 n-ih t-ih-v","jj"],definitively:["d-ih f-ih1 n-ih t-ih-v l-iy","rb"],deflate:["d-ih f-l-ey1-t","vb"],deflated:["d-ih f-l-ey1 t-ih-d","vbd jj vbn"],deflating:["d-ih f-l-ey1 t-ih-ng","vbg"],deflationary:["d-ih f-l-ey1 sh-ah-n eh r-iy","jj"],deflator:["d-ih f-l-ey1 t-er","nn"],deflect:["d-ih f-l-eh1-k-t","vb"],deflected:["d-ih f-l-eh1-k t-ih-d","vbd vbn"],deflecting:["d-ih f-l-eh1-k t-ih-ng","vbg"],deflects:["d-ih f-l-eh1-k-t-s","vbz"],deforestation:["d-ih f-ao r-ih s-t-ey1 sh-ah-n","nn"],deform:["d-iy-f-ao1-r-m","vb"],deformation:["d-iy f-ao-r m-ey1 sh-ah-n","nn"],deformed:["d-ih f-ao1-r-m-d","jj vbn"],deformity:["d-ih f-ao1-r m-ah t-iy","nn"],defraud:["d-ih f-r-ao1-d","vb"],defrauded:["d-ih f-r-ao1 d-ih-d","vbd vbn"],defrauding:["d-ih f-r-ao1 d-ih-ng","vbg"],defray:["d-ih f-r-ey1","vb"],deft:["d-eh1-f-t","jj"],deftly:["d-eh1-f-t l-iy","rb"],defunct:["d-ih f-ah1-ng-k-t","jj vb"],defuse:["d-ih f-y-uw1-z","vb"],defused:["d-ih f-y-uw1-z-d","vbn"],defy:["d-ih f-ay1","vb vbp"],defying:["d-ih f-ay1 ih-ng","vbg"],degeneracy:["d-ih jh-eh1 n-er ah s-iy","nn"],degenerate:["d-ih jh-eh1 n-er ah-t","jj vb"],degenerated:["d-ih jh-eh1 n-er ey t-ih-d","vbd vbn"],degenerates:["d-ih jh-eh1 n-er ah-t-s","vbz"],degeneration:["d-ih jh-eh n-er ey1 sh-ah-n","nn"],degenerative:["d-ih jh-eh1 n-er ah t-ih-v","jj"],degradation:["d-eh g-r-ah d-ey1 sh-ah-n","nn"],degrade:["d-ih g-r-ey1-d","vb"],degraded:["d-ih g-r-ey1 d-ah-d","jj"],degrading:["d-ih g-r-ey1 d-ih-ng","jj vbg"],degree:["d-ih g-r-iy1","nn"],dehumanize:["d-ih-hh-y-uw1-m-ah-n-ay-z","vb"],dehumanized:["d-ih hh-y-uw1 m-ah n-ay-z-d","vbn"],dehydrate:["d-ih-hh-ay1-d-r-ey-t","vb"],dehydrated:["d-ih hh-ay1 d-r-ey t-ah-d","jj vbn"],dehydration:["d-iy hh-ay d-r-ey1 sh-ah-n","nn"],deification:["d-iy ah f-ah k-ey1 sh-ah-n","nn"],deinstitutionalization:["d-iy ih-n s-t-ih t-uw sh-ah n-ah-l ah z-ey1 sh-ah-n","nn"],deity:["d-iy1 ah t-iy","nn"],delay:["d-ih l-ey1","nn vb vbp"],delayed:["d-ih l-ey1-d","vbn jj vbd"],delaying:["d-ih l-ey1 ih-ng","vbg jj nn"],delectable:["d-ih l-eh1-k t-ah b-ah-l","jj"],delegate:["d-eh1 l-ah g-ey-t","nn vb"],delegated:["d-eh1 l-ah g-ey t-ah-d","vbn"],delegating:["d-eh1 l-ah g-ey t-ih-ng","vbg"],delegation:["d-eh l-ah g-ey1 sh-ah-n","nn"],"delete":["d-ih l-iy1-t","vb"],deleted:["d-ih l-iy1 t-ah-d","vbn vbd"],deleterious:["d-eh l-ah t-ih1 r-iy ah-s","jj"],deleting:["d-ih l-iy1 t-ih-ng","vbg"],deletion:["d-ih l-iy1 sh-ah-n","nn"],deliberate:["d-ih l-ih1 b-er ah-t","jj vb"],deliberated:["d-ih l-ih1 b-er ey t-ih-d","vbd"],deliberately:["d-ih l-ih1 b-er ah-t l-iy","rb"],deliberating:["d-ih l-ih1 b-er ey t-ih-ng","vbg"],deliberation:["d-ih l-ih b-er ey1 sh-ah-n","nn"],deliberative:["d-ih l-ih1 b-er ey t-ih-v","jj"],delicacy:["d-eh1 l-ah k-ah s-iy","nn"],delicate:["d-eh1 l-ah k-ah-t","jj"],delicately:["d-eh1 l-ah k-ah-t l-iy","rb"],delicatessen:["d-eh l-ih k-ah t-eh1 s-ah-n","nn"],delicious:["d-ih l-ih1 sh-ah-s","jj"],deliciously:["d-ih l-ih1 sh-ah-sh l-iy","rb"],delight:["d-ih l-ay1-t","nn vb vbp"],delighted:["d-ih l-ay1 t-ah-d","vbn jj vbd"],delightful:["d-ih l-ay1-t f-ah-l","jj"],delightfully:["d-ih l-ay1-t f-ah l-iy","rb"],delighting:["d-ih l-ay1 t-ih-ng","vbg"],delineate:["d-ih l-ih1 n-iy ey-t","vb"],delineated:["d-ih l-ih1 n-iy ey t-ih-d","vbn"],delineating:["d-ih l-ih1 n-iy ey t-ih-ng","vbg"],delineation:["d-ih l-ih n-iy ey1 sh-ah-n","nn"],delinquency:["d-ih l-ih1-ng k-w-ah-n s-iy","nn"],delinquent:["d-ih l-ih1-ng k-w-ah-n-t","jj nn"],delirium:["d-ih l-ih1 r-iy ah-m","nn"],deliver:["d-ih l-ih1 v-er","vb vbp"],deliverable:["d-ih l-ih1 v-er ah b-ah-l","jj"],deliverance:["d-ih l-ih1 v-er ah-n-s","nn"],delivered:["d-ih l-ih1 v-er-d","vbn vbd"],deliverer:["d-ih l-ih1 v-er er","nn"],deliveries:["d-ih l-ih1 v-er iy-z","nn"],delivering:["d-ih l-ih1 v-er ih-ng","vbg"],delivers:["d-ih l-ih1 v-er-z","vbz"],delivery:["d-ih l-ih1 v-er iy","nn"],dell:["d-eh1-l","nn"],delphic:["d-eh1-l f-ih-k","jj"],delta:["d-eh1-l t-ah","nn jj"],delude:["d-ih l-uw1-d","vb vbp"],deluded:["d-ih l-uw1 d-ih-d","jj vbd"],deluding:["d-ih l-uw1 d-ih-ng","vbg"],deluge:["d-eh1 l-y-uw-jh","nn vb"],deluged:["d-eh1 l-y-uw-jh-d","vbn vbd"],delusion:["d-ih l-uw1 zh-ah-n","nn"],deluxe:["d-ah l-ah1-k-s","jj"],delve:["d-eh1-l-v","vb"],delved:["d-eh1-l-v-d","vbn"],delves:["d-eh1-l-v-z","vbz"],delving:["d-eh1-l v-ih-ng","vbg"],demagogic:["d-eh m-ah g-aa1 jh-ih-k","jj"],demagogue:["d-eh1 m-ah g-aa-g","nn"],demagoguery:["d-eh1 m-ah g-aa g-er iy","nn"],demand:["d-ih m-ae1-n-d","nn vb vbp"],demanded:["d-ih m-ae1-n d-ah-d","vbd vbn"],demanding:["d-ih m-ae1-n d-ih-ng","vbg jj"],demandingly:["d-ih m-ae1-n d-ih-ng l-iy","rb"],demarcation:["d-iy m-aa-r k-ey1 sh-ah-n","nn"],demean:["d-ih-m-iy1-n","vb"],demeaning:["d-ih m-iy1 n-ih-ng","jj"],demeanor:["d-ih m-iy1 n-er","nn"],demeans:["d-ih m-iy1-n-z","vbz"],dement:["d-ah-m-eh1-n-t","vb"],demented:["d-ih m-eh1-n t-ih-d","jj vbn"],dementia:["d-ih m-eh1-n sh-iy ah","nn"],demilitarize:["d-iy m-ih1 l-ah t-er ay-z","vb"],demise:["d-ih m-ay1-z","nn"],demo:["d-eh1 m-ow","nn"],demobilize:["d-ih m-ow1 b-ah l-ay-z","vb"],democracy:["d-ih m-aa1 k-r-ah s-iy","nn"],democrat:["d-eh1 m-ah k-r-ae-t","nn"],democratic:["d-eh m-ah k-r-ae1 t-ih-k","jj"],democratically:["d-eh m-ah k-r-ae1 t-ih-k l-iy","rb"],democratization:["d-ih m-aa k-r-ah t-ah z-ey1 sh-ah-n","nn"],democratize:["d-ih m-aa1 k-r-ah t-ay-z","vb"],demographic:["d-eh m-ah g-r-ae1 f-ih-k","jj"],demographically:["d-eh m-ah g-r-ae1 f-ih-k l-iy","rb"],demography:["d-ih m-aa1 g-r-ah f-iy","nn"],demolish:["d-ih m-aa1 l-ih-sh","vb"],demolished:["d-ih m-aa1 l-ih-sh-t","vbn vbd"],demolishing:["d-ih m-aa1 l-ih sh-ih-ng","vbg"],demolition:["d-eh m-ah l-ih1 sh-ah-n","nn jj"],demon:["d-iy1 m-ah-n","nn"],demonic:["d-ih m-aa1 n-ih-k","jj"],demonize:["d-iy1 m-ah n-ay-z","vb"],demonized:["d-iy1 m-ah n-ay-z-d","vbn"],demonizing:["d-iy1 m-ah n-ay z-ih-ng","nn"],demonstrable:["d-eh1 m-ah-n s-t-r-ah b-ah-l","jj"],demonstrably:["d-ih m-aa1-n s-t-r-ah b-l-iy","rb"],demonstrate:["d-eh1 m-ah-n s-t-r-ey-t","vb vbp"],demonstrated:["d-eh1 m-ah-n s-t-r-ey t-ah-d","vbn vbd jj"],demonstrates:["d-eh1 m-ah-n s-t-r-ey-t-s","vbz"],demonstrating:["d-eh1 m-ah-n s-t-r-ey t-ih-ng","vbg"],demonstration:["d-eh m-ah-n s-t-r-ey1 sh-ah-n","nn"],demonstrator:["d-eh1 m-ah-n s-t-r-ey t-er","nn"],demoralization:["d-ih m-ao r-ah l-ih z-ey1 sh-ah-n","nn"],demoralize:["d-ih m-ao1 r-ah l-ay-z","vb vbp"],demoralized:["d-ih m-ao1 r-ah l-ay-z-d","vbn jj"],demoralizing:["d-ih m-ao1 r-ah l-ay z-ih-ng","vbg"],demote:["d-ih-m-ow1-t","vb"],demoted:["d-ih m-ow1 t-ih-d","vbn vbd"],demotion:["d-ih m-ow1 sh-ah-n","nn"],demur:["d-ih m-er1","vb vbp"],demure:["d-ih m-y-uh1-r","jj"],demurred:["d-ih m-er1-d","vbd"],demurs:["d-ih m-er1-z","vbz"],den:["d-eh1-n","nn"],denationalization:["d-iy n-ae sh-ah-n ah l-ih z-ey1 sh-ah-n","nn"],denationalize:["d-ih-n-ae1-sh-ah-n-ah-l-ay-z","vb"],denationalized:["d-ih n-ae1 sh-ah-n ah l-ay-z-d","vbn"],denial:["d-ih n-ay1 ah-l","nn"],denied:["d-ih n-ay1-d","vbn vbd"],denies:["d-ih n-ay1-z","vbz"],denigrate:["d-eh1 n-ah g-r-ey-t","vb"],denizen:["d-eh1 n-ah z-ah-n","nn"],denominate:["d-ih-n-aa1-m-ah-n-ey-t","vb"],denominated:["d-ih n-aa1 m-ah n-ey t-ih-d","vbn"],denomination:["d-ih n-ao m-ah n-ey1 sh-ah-n","nn"],denominator:["d-ih n-aa1 m-ah n-ey t-er","nn"],denote:["d-ih n-ow1-t","vb vbp"],denoted:["d-ih n-ow1 t-ah-d","vbn vbd"],denotes:["d-ih n-ow1-t-s","vbz"],denouement:["d-ey n-uw m-aa1-n","nn"],denounce:["d-ih n-aw1-n-s","vbp vb"],denounced:["d-ih n-aw1-n-s-t","vbd vbn"],denounces:["d-ih n-aw1-n s-ih-z","vbz"],denouncing:["d-ih n-aw1-n s-ih-ng","vbg"],dense:["d-eh1-n-s","jj"],densely:["d-eh1-n-s l-iy","rb"],densest:["d-eh1-n s-ah-s-t","jjs"],density:["d-eh1-n s-ah t-iy","nn"],dent:["d-eh1-n-t","nn vb"],dental:["d-eh1-n t-ah-l","jj nn"],dented:["d-eh1-n t-ih-d","vbd vbn"],denting:["d-eh1-n t-ih-ng","vbg"],dentist:["d-eh1-n t-ah-s-t","nn"],dentistry:["d-eh1-n t-ah-s t-r-iy","nn"],denture:["d-eh1-n ch-er","nn"],denuclearize:["d-ih n-uw1 k-l-iy er ay-z","vb"],denuclearized:["d-ih n-uw1 k-l-iy er ay-z-d","vbn"],denude:["d-ih-n-uw1-d","vb"],denuded:["d-ih n-uw1 d-ih-d","vbn"],denunciation:["d-ih n-ah-n s-iy ey1 sh-ah-n","nn"],deny:["d-ih n-ay1","vb vbp"],denying:["d-ih n-ay1 ih-ng","vbg"],deodorant:["d-iy ow1 d-er ah-n-t","nn jj"],deoxyribonucleic:["d-iy aa-k s-iy r-ay b-ow n-uw k-l-ey1 ih-k","jj"],depart:["d-ih p-aa1-r-t","vb vbp"],departed:["d-ih p-aa1-r t-ah-d","vbd jj vbn"],departing:["d-ih p-aa1-r t-ih-ng","vbg"],department:["d-ih p-aa1-r-t m-ah-n-t","nn"],departmental:["d-ih p-aa-r-t m-eh1 n-ah-l","jj"],departs:["d-ih p-aa1-r-t-s","vbz"],departure:["d-ih p-aa1-r ch-er","nn"],depend:["d-ih p-eh1-n-d","vb vbp"],dependable:["d-ih p-eh1-n d-ah b-ah-l","jj"],depended:["d-ih p-eh1-n d-ah-d","vbd vbn"],dependence:["d-ih p-eh1-n d-ah-n-s","nn"],dependency:["d-ih p-eh1-n d-ah-n s-iy","nn"],dependent:["d-ih p-eh1-n d-ah-n-t","jj nn"],depending:["d-ih p-eh1-n d-ih-ng","vbg"],depends:["d-ih p-eh1-n-d-z","vbz"],depict:["d-ih p-ih1-k-t","vb vbp"],depicted:["d-ih p-ih1-k t-ah-d","vbn vbd"],depicting:["d-ih p-ih1-k t-ih-ng","vbg"],depiction:["d-ih p-ih1-k sh-ah-n","nn"],depicts:["d-ih p-ih1-k-t-s","vbz"],deplete:["d-ih p-l-iy1-t","vb"],depleted:["d-ih p-l-iy1 t-ih-d","vbn vbd"],depletes:["d-ih p-l-iy1-t-s","vbz"],depletion:["d-ih p-l-iy1 sh-ah-n","nn"],deplorable:["d-ih p-l-ao1 r-ah b-ah-l","jj"],deplore:["d-ih p-l-ao1-r","vb"],deplored:["d-ih p-l-ao1-r-d","vbd"],deplores:["d-ih p-l-ao1-r-z","vbz"],deploring:["d-ih p-l-ao1 r-ih-ng","vbg"],deploy:["d-ih p-l-oy1","vb vbp"],deployable:["d-ih p-l-oy1 ah b-ah-l","jj"],deployed:["d-ih p-l-oy1-d","vbn vbd"],deploying:["d-ih p-l-oy1 ih-ng","vbg"],deployment:["d-ih p-l-oy1 m-ah-n-t","nn"],deport:["d-ih p-ao1-r-t","vb"],deportation:["d-iy p-ao-r t-ey1 sh-ah-n","nn"],deported:["d-ih p-ao1-r t-ah-d","vbn vbd"],deportee:["d-iy p-ao-r t-iy1","nn"],depose:["d-ih p-ow1-z","vb"],deposed:["d-ih p-ow1-z-d","vbn vbd"],deposit:["d-ah p-aa1 z-ih-t","nn vb vbp"],depositary:["d-ah p-aa1 z-ih t-eh r-iy","nn jj"],deposited:["d-ah p-aa1 z-ih t-ih-d","vbn vbd"],depositing:["d-ah p-aa1 z-ih t-ih-ng","vbg"],deposition:["d-eh p-ah z-ih1 sh-ah-n","nn"],depositor:["d-ah p-aa1 z-ih t-er","nn"],depository:["d-ih p-aa1 z-ah t-ao r-iy","nn jj"],depot:["d-iy1 p-ow","nn"],depravity:["d-ih p-r-ae1 v-ah t-iy","nn"],depreciable:["d-ih p-r-ih1 sh-ah b-ah-l","jj"],depreciate:["d-ih-p-r-iy1-sh-iy-ey-t","vb"],depreciated:["d-ih p-r-iy1 sh-iy ey t-ih-d","vbd"],depreciating:["d-ih p-r-iy1 sh-iy ey t-ih-ng","vbg"],depreciation:["d-ih p-r-iy sh-iy ey1 sh-ah-n","nn"],depredation:["d-eh p-r-ah d-ey1 sh-ah-n","nn"],depress:["d-ih p-r-eh1-s","vb vbp"],depressant:["d-ih p-r-eh1 s-ah-n-t","nn"],depressed:["d-ih p-r-eh1-s-t","jj vbd vbn"],depresses:["d-ih p-r-eh1 s-ah-z","vbz"],depressing:["d-ih p-r-eh1 s-ih-ng","jj vbg"],depressingly:["d-ih p-r-eh1 s-ih-ng l-iy","rb"],depression:["d-ih p-r-eh1 sh-ah-n","nn"],deprivation:["d-eh p-r-ah v-ey1 sh-ah-n","nn"],deprive:["d-ih p-r-ay1-v","vb"],deprived:["d-ih p-r-ay1-v-d","vbn jj vbd"],deprives:["d-ih p-r-ay1-v-z","vbz"],depriving:["d-ih p-r-ay1 v-ih-ng","vbg"],depth:["d-eh1-p-th","nn"],deputy:["d-eh1 p-y-ah t-iy","nn jj"],derail:["d-ih r-ey1-l","vb vbp"],derailed:["d-ih r-ey1-l-d","vbd vbn"],derailing:["d-ih r-ey1 l-ih-ng","vbg"],derailment:["d-ih r-ey1-l m-ah-n-t","nn"],derange:["d-ih-r-ey1-n-jh","vb"],deranged:["d-ih r-ey1-n-jh-d","jj vbn"],derby:["d-er1 b-iy","nn"],deregulate:["d-iy r-eh1 g-y-ah l-ey-t","vb nn"],deregulated:["d-iy r-eh1 g-y-ah l-ey t-ih-d","vbn jj vbd"],deregulating:["d-iy r-eh1 g-y-ah l-ey t-ih-ng","vbg"],deregulation:["d-iy r-eh g-y-ah l-ey1 sh-ah-n","nn"],derelict:["d-eh1 r-ah l-ih-k-t","nn jj"],dereliction:["d-eh r-ah l-ih1-k sh-ah-n","nn"],deride:["d-ih r-ay1-d","vb vbp"],derided:["d-ih r-ay1 d-ih-d","vbd vbn"],derision:["d-er ih1 zh-ah-n","nn"],derisively:["d-er ih1 s-ih-v l-iy","rb"],derivation:["d-eh r-ah v-ey1 sh-ah-n","nn"],derivative:["d-er ih1 v-ah t-ih-v","jj nn"],derive:["d-er ay1-v","vbp vb"],derived:["d-er ay1-v-d","vbn vbd"],derives:["d-er ay1-v-z","vbz"],deriving:["d-er ay1 v-ih-ng","vbg"],dermal:["d-er1 m-ah-l","jj"],dermatological:["d-er m-ah t-ah l-aa1 jh-ih k-ah-l","jj"],derogatory:["d-er aa1 g-ah t-ao r-iy","jj"],derrick:["d-eh1 r-ih-k","nn"],derring:["d-eh1 r-ih-ng","nn"],dervish:["d-er1 v-ih-sh","nn"],descend:["d-ih s-eh1-n-d","vb vbp"],descendant:["d-ih s-eh1-n d-ah-n-t","nn"],descended:["d-ih s-eh1-n d-ah-d","vbd vbn"],descendent:["d-ih s-eh1-n d-ah-n-t","nn"],descending:["d-ih s-eh1-n d-ih-ng","vbg"],descends:["d-ih s-eh1-n-d-z","vbz"],descent:["d-ih s-eh1-n-t","nn"],describe:["d-ih s-k-r-ay1-b","vb vbp"],described:["d-ih s-k-r-ay1-b-d","vbn vbd"],describes:["d-ih s-k-r-ay1-b-z","vbz"],describing:["d-ih s-k-r-ay1 b-ih-ng","vbg"],description:["d-ih s-k-r-ih1-p sh-ah-n","nn"],descriptive:["d-ih s-k-r-ih1-p t-ih-v","jj"],desecrate:["d-eh-z-ah-k-r-ey1-t","vb"],desecrated:["d-eh z-ah k-r-ey1 t-ih-d","vbn"],desecration:["d-eh s-ah k-r-ey1 sh-ah-n","nn"],desegregate:["d-ih s-eh1 g-r-ah g-ey-t","vb"],desegregated:["d-ih s-eh1 g-r-ih g-ey t-ih-d","vbn"],desegregation:["d-ih s-eh g-r-ah g-ey1 sh-ah-n","nn"],desert:["d-eh1 z-er-t","nn jj vb vbp"],deserted:["d-ih z-er1 t-ih-d","vbn vbd jj"],desertion:["d-ih z-er1 sh-ah-n","nn"],deserve:["d-ih z-er1-v","vbp vb"],deserved:["d-ih z-er1-v-d","vbd vbn"],deserves:["d-ih z-er1-v-z","vbz"],deserving:["d-ih z-er1 v-ih-ng","jj nn"],design:["d-ih z-ay1-n","nn vb vbp"],designate:["d-eh1 z-ah-g n-ey-t","vb jj nn"],designated:["d-eh1 z-ih-g n-ey t-ih-d","vbn vbd jj"],designates:["d-eh1 z-ih-g n-ey-t-s","vbz"],designating:["d-eh1 z-ih-g n-ey t-ih-ng","vbg"],designation:["d-eh z-ah-g n-ey1 sh-ah-n","nn"],designed:["d-ih z-ay1-n-d","vbn vbd"],designee:["d-eh z-ih-g n-iy1","nn"],designer:["d-ih z-ay1 n-er","nn"],designing:["d-ih z-ay1 n-ih-ng","vbg"],desirability:["d-ih z-ay r-ah b-ih1 l-ih t-iy","nn"],desirable:["d-ih z-ay1 r-ah b-ah-l","jj"],desire:["d-ih z-ay1 er","nn vbp vb"],desired:["d-ih z-ay1 er-d","vbn vbd jj"],desiring:["d-ih z-ay1 er ih-ng","vbg"],desist:["d-ih s-ih1-s-t","vb vbp"],desk:["d-eh1-s-k","nn"],desktop:["d-eh1-s-k t-aa-p","nn jj"],desolate:["d-eh1 s-ah l-ah-t","jj"],desolation:["d-eh s-ah l-ey1 sh-ah-n","nn"],despair:["d-ih s-p-eh1-r","nn vb"],despaired:["d-ih s-p-eh1-r-d","vbd"],despairing:["d-ih s-p-eh1 r-ih-ng","jj vbg"],despairs:["d-ih s-p-eh1-r-z","vbz"],desperado:["d-eh s-p-er aa1 d-ow-z","nn"],desperate:["d-eh1 s-p-r-ih-t","jj"],desperately:["d-eh1 s-p-er ah-t l-iy","rb"],desperation:["d-eh s-p-er ey1 sh-ah-n","nn"],despicable:["d-ih s-p-ih1 k-ah b-ah-l","jj"],despise:["d-ih s-p-ay1-z","vbp vb"],despised:["d-ih s-p-ay1-z-d","vbd vbn"],despises:["d-ih s-p-ay1 z-ih-z","vbz"],despite:["d-ih s-p-ay1-t","in"],despondency:["d-ih s-p-aa1-n d-ah-n s-iy","nn"],despondent:["d-ih s-p-aa1-n d-ah-n-t","jj"],despot:["d-eh1 s-p-ah-t","nn"],despotism:["d-eh1 s-p-ah t-ih z-ah-m","nn"],dessert:["d-ih z-er1-t","nn"],destabilize:["d-ih s-t-ey1 b-ah l-ay-z","vb"],destabilizing:["d-ih s-t-ey1 b-ah l-ay z-ih-ng","vbg jj"],destination:["d-eh s-t-ah n-ey1 sh-ah-n","nn"],destine:["d-eh1 s-t-ih-n","vb"],destined:["d-eh1 s-t-ih-n-d","vbn"],destiny:["d-eh1 s-t-ah n-iy","nn"],destitute:["d-eh1 s-t-ah t-uw-t","jj"],destroy:["d-ih s-t-r-oy1","vb vbp"],destroyed:["d-ih s-t-r-oy1-d","vbn vbd jj"],destroyer:["d-ih s-t-r-oy1 er","nn"],destroying:["d-ih s-t-r-oy1 ih-ng","vbg"],destroys:["d-ih s-t-r-oy1-z","vbz"],destruction:["d-ih-s t-r-ah1-k sh-ah-n","nn"],destructive:["d-ih s-t-r-ah1-k t-ih-v","jj"],desultory:["d-eh1 s-ah-l t-ao r-iy","jj"],detach:["d-ih t-ae1-ch","vb"],detachable:["d-ih t-ae1 ch-ah b-ah-l","jj"],detached:["d-ih t-ae1-ch-t","vbn jj vbd"],detachment:["d-ih t-ae1-ch m-ah-n-t","nn"],detail:["d-ih t-ey1-l","nn vb"],detailed:["d-ih t-ey1-l-d","vbn jj vbd"],detailing:["d-ih t-ey1 l-ih-ng","vbg"],detain:["d-ih t-ey1-n","vb"],detained:["d-ih t-ey1-n-d","vbn vbd"],detaining:["d-ih t-ey1 n-ih-ng","vbg"],detect:["d-ih t-eh1-k-t","vb vbp"],detectable:["d-ih t-eh1-k t-ah b-ah-l","jj"],detected:["d-ih t-eh1-k t-ah-d","vbn vbd"],detecting:["d-ih t-eh1-k t-ih-ng","vbg"],detection:["d-ih t-eh1-k sh-ah-n","nn"],detective:["d-ih t-eh1-k t-ih-v","nn"],detector:["d-ih t-eh1-k t-er","nn"],detects:["d-ih t-eh1-k-t-s","vbz"],detente:["d-ey t-aa1-n-t","nn"],detention:["d-ih t-eh1-n sh-ah-n","nn"],deter:["d-ih t-er1","vb vbp"],detergent:["d-ih t-er1 jh-ah-n-t","nn"],deteriorate:["d-ih t-ih1 r-iy er ey-t","vb vbp"],deteriorated:["d-ih t-ih1 r-iy er ey t-ih-d","vbn jj vbd"],deteriorates:["d-ih t-ih1 r-iy er ey-t-s","vbz"],deteriorating:["d-ih t-ih1 r-iy er ey t-ih-ng","vbg jj"],deterioration:["d-ih t-ih1 r-iy er ey sh-ah-n","nn"],determinable:["d-ih t-er1 m-ah n-ah b-ah-l","jj"],determinant:["d-ih t-er1 m-ah n-ah-n-t","nn"],determinate:["d-ih t-er1 m-ah n-ey-t","jj"],determination:["d-ih t-er m-ah n-ey1 sh-ah-n","nn"],determine:["d-ah t-er1 m-ah-n","vb vbp"],determined:["d-ih t-er1 m-ah-n-d","vbn vbd jj"],determinedly:["d-ah t-er1 m-ah n-ah-d l-iy","rb"],determines:["d-ah t-er1 m-ah-n-z","vbz"],determining:["d-ih t-er1 m-ah n-ih-ng","vbg jj nn"],determinism:["d-ih t-er1 m-ah n-ih z-ah-m","nn"],deterministic:["d-ih t-er m-ah n-ih1 s-t-ih-k","jj"],deterred:["d-ih t-er1-d","vbn vbd"],deterrence:["d-ih t-er1 ah-n-s","nn"],deterrent:["d-ih t-er1 r-ah-n-t","nn"],deterring:["d-ih t-er1 ih-ng","vbg"],deters:["d-ih t-er1-z","vbz"],detest:["d-ih t-eh1-s-t","vbp vb"],detested:["d-ih t-eh1 s-t-ih-d","vbd vbn"],dethrone:["d-ih-th-r-ow1-n","vb"],dethroned:["d-ih th-r-ow1-n-d","vbn"],detonate:["d-eh1 t-ah n-ey-t","vb vbp"],detonated:["d-eh1 t-ah n-ey t-ah-d","vbn vbd"],detonating:["d-eh1 t-ah n-ey t-ih-ng","vbg"],detonation:["d-eh t-ah n-ey1 sh-ah-n","nn"],detour:["d-ih t-uh1-r","nn"],detoxification:["d-ih t-aa-k s-ih f-ih k-ey1 sh-ah-n","nn"],detoxify:["d-ih t-aa1-k s-ah f-ay","vb"],detract:["d-ih t-r-ae1-k-t","vb vbp"],detracted:["d-ih t-r-ae1-k t-ih-d","vbn"],detracting:["d-ih t-r-ae1-k t-ih-ng","vbg"],detractor:["d-ih t-r-ae1-k t-er","nn"],detracts:["d-ih t-r-ae1-k-t-s","vbz"],detriment:["d-eh1 t-r-ah m-ah-n-t","nn"],detrimental:["d-eh t-r-ah m-eh1-n t-ah-l","jj"],deuterium:["d-uw t-iy1 r-iy ah-m","nn"],devaluation:["d-ih v-ae-l y-uw ey1 sh-ah-n","nn"],devalue:["d-ih v-ae1-l y-uw","vb"],devalued:["d-ih v-ae1-l y-uw-d","vbd vbn"],devastate:["d-eh1 v-ah s-t-ey-t","vb"],devastated:["d-eh1 v-ah s-t-ey t-ah-d","vbn vbd jj"],devastating:["d-eh1 v-ah s-t-ey t-ih-ng","jj vbg"],devastatingly:["d-eh1 v-ah s-t-ey t-ih-ng l-iy","rb"],devastation:["d-eh v-ah s-t-ey1 sh-ah-n","nn"],develop:["d-ih v-eh1 l-ah-p","vb vbp"],developed:["d-ih v-eh1 l-ah-p-t","vbn jj vbd"],developer:["d-ih v-eh1 l-ah p-er","nn"],developing:["d-ih v-eh1 l-ah p-ih-ng","vbg jj nn"],development:["d-ih v-eh1 l-ah-p m-ah-n-t","nn"],developmental:["d-ih v-eh l-ah-p m-eh1-n t-ah-l","jj"],develops:["d-ih v-eh1 l-ah-p-s","vbz"],deviance:["d-iy1 v-iy ah-n-s","nn"],deviant:["d-iy1 v-iy ah-n-t","jj"],deviate:["d-iy1 v-iy ey-t","vb"],deviated:["d-iy1 v-iy ey t-ih-d","vbd vbn"],deviates:["d-iy1 v-iy ey-t-s","vbz"],deviation:["d-iy v-iy ey1 sh-ah-n","nn"],device:["d-ih v-ay1-s","nn"],devil:["d-eh1 v-ah-l","nn"],devilish:["d-eh1-v l-ih-sh","jj"],devious:["d-iy1 v-iy ah-s","jj"],devise:["d-ih v-ay1-z","vb vbp"],devised:["d-ih v-ay1-z-d","vbn vbd"],devises:["d-ih v-ay1 z-ih-z","vbz"],devising:["d-ih v-ay1 z-ih-ng","vbg"],devoid:["d-ih v-oy1-d","jj"],devote:["d-ih v-ow1-t","vb vbp"],devoted:["d-ih v-ow1 t-ah-d","vbn vbd jj"],devotee:["d-eh v-ah t-iy1","nn"],devotes:["d-ih v-ow1-t-s","vbz"],devoting:["d-ih v-ow1 t-ih-ng","vbg"],devotion:["d-ih v-ow1 sh-ah-n","nn"],devotional:["d-ih v-ow1 sh-ah n-ah-l","jj"],devour:["d-ih v-aw1 er","vb vbp"],devoured:["d-ih v-aw1 er-d","vbn vbd"],devouring:["d-ih v-aw1 er ih-ng","vbg"],devours:["d-ih v-aw1 er-z","vbz"],devout:["d-ih v-aw1-t","jj"],devoutly:["d-ih v-aw1-t l-iy","rb"],dew:["d-uw1","nn"],dexterity:["d-eh-k s-t-eh1 r-ah t-iy","nn"],dextrous:["d-eh1-k s-t-r-ah-s","jj"],diabetes:["d-ay ah b-iy1 t-iy-z","nn"],diabetic:["d-ay ah b-eh1 t-ih-k","jj nn"],diabolical:["d-ay ah b-aa1 l-ih k-ah-l","jj"],diagnose:["d-ay ah-g n-ow1-s","vb vbp"],diagnosed:["d-ay ah-g n-ow1-s-t","vbn vbd"],diagnosing:["d-ay ah-g n-ow1 s-ih-ng","vbg"],diagnosis:["d-ay ah-g n-ow1 s-ah-s","nn"],diagnostic:["d-ay ah-g n-aa1 s-t-ih-k","jj nn"],diagonal:["d-ay ae1 g-ah n-ah-l","jj"],diagonally:["d-ay ae1 g-ah n-ah l-iy","rb"],diagram:["d-ay1 ah g-r-ae-m","nn"],dial:["d-ay1 ah-l","nn vb"],dialect:["d-ay1 ah l-eh-k-t","nn"],dialectic:["d-ay ah l-eh1-k t-ih-k","nn"],dialectical:["d-ay ah l-eh1-k t-ih k-ah-l","jj"],dialed:["d-ay1 ah-l-d","vbd vbn"],dialing:["d-ay1 ah l-ih-ng","vbg"],dialogue:["d-ay1 ah l-ao-g","nn"],dialysis:["d-ay ae1 l-ah s-ah-s","nn"],diameter:["d-ay ae1 m-ah t-er","nn"],diametrically:["d-ay ah m-eh1 t-r-ih k-ah l-iy","rb"],diamond:["d-ay1 m-ah-n-d","nn"],diaper:["d-ay1 p-er","nn"],diaphragm:["d-ay1 ah f-r-ae-m","nn"],diarrhea:["d-ay er iy1 ah","nn"],diarrhoea:["d-ay er iy1 ah","nn"],diary:["d-ay1 er iy","nn"],diatomic:["d-ay ah t-aa1 m-ih-k","jj"],diatribe:["d-ay1 ah t-r-ay-b","nn"],dibs:["d-ih1-b-z","nn"],dice:["d-ay1-s","nn"],dichotomy:["d-ay k-aa1 t-ah m-iy","nn"],dick:["d-ih1-k","nn"],dicker:["d-ih1 k-er","vb"],dickered:["d-ih1 k-er-d","vbd"],dickering:["d-ih1 k-er ih-ng","nn"],dictate:["d-ih-k t-ey1-t","vb vbp"],dictated:["d-ih-k t-ey1 t-ah-d","vbn vbd"],dictating:["d-ih1-k t-ey t-ih-ng","vbg"],dictation:["d-ih-k t-ey1 sh-ah-n","nn"],dictator:["d-ih-k t-ey1 t-er","nn"],dictatorial:["d-ih-k t-ah t-ao1 r-iy ah-l","jj"],dictatorship:["d-ih-k t-ey1 t-er sh-ih-p","nn"],diction:["d-ih1-k sh-ah-n","nn"],dictionary:["d-ih1-k sh-ah n-eh r-iy","nn"],dictum:["d-ih1-k t-ah-m","nn"],did:["d-ih1-d","vbd"],"didn't":["d-ih1-d-ah-n-t","vbd"],didactic:["d-ay d-ae1-k t-ih-k","jj"],die:["d-ay1","vb vbp nn"],died:["d-ay1-d","vbd vbn"],diehard:["d-ay1 hh-aa-r-d","jj"],diesel:["d-iy1 s-ah-l","nn jj"],diet:["d-ay1 ah-t","nn vb"],dietary:["d-ay1 ah t-eh r-iy","jj"],dieter:["d-ay1 ah t-er","nn"],dieting:["d-ay1 ah t-ih-ng","vbg"],differ:["d-ih1 f-er","vbp vb"],differed:["d-ih1 f-er-d","vbd vbn"],difference:["d-ih1 f-er ah-n-s","nn"],different:["d-ih1 f-er ah-n-t","jj"],differential:["d-ih f-er eh1-n ch-ah-l","jj nn"],differentiate:["d-ih f-er eh1-n sh-iy ey-t","vb vbp"],differentiated:["d-ih f-er eh1-n ch-iy ey t-ih-d","vbn jj vbd"],differentiates:["d-ih f-er eh1-n sh-iy ey-t-s","vbz"],differentiating:["d-ih f-er eh1-n ch-iy ey t-ih-ng","vbg"],differentiation:["d-ih f-er eh-n sh-iy ey1 sh-ah-n","nn"],differently:["d-ih1 f-r-ah-n-t l-iy","rb"],differing:["d-ih1 f-er ih-ng","vbg jj"],differs:["d-ih1 f-er-z","vbz"],difficult:["d-ih1 f-ah k-ah-l-t","jj"],difficulty:["d-ih1 f-ah k-ah-l t-iy","nn"],diffraction:["d-ih f-r-ae1-k sh-ah-n","nn"],diffuse:["d-ih f-y-uw1-s","jj vb"],diffused:["d-ih f-y-uw1-z-d","vbn"],diffuses:["d-ih f-y-uw1 z-ah-z","vbz"],diffusion:["d-ih f-y-uw1 zh-ah-n","nn"],dig:["d-ih1-g","vb nn vbp"],digest:["d-ay jh-eh1-s-t","vb nn"],digested:["d-ay1 jh-eh s-t-ih-d","vbn"],digestible:["d-ay jh-eh1 s-t-ah b-ah-l","jj"],digesting:["d-ay jh-eh1 s-t-ih-ng","vbg"],digestion:["d-ay jh-eh1-s ch-ah-n","nn"],digestive:["d-ay jh-eh1 s-t-ih-v","jj"],digger:["d-ih1 g-er","nn"],digging:["d-ih1 g-ih-ng","vbg"],digit:["d-ih1 jh-ah-t","nn"],digital:["d-ih1 jh-ah t-ah-l","jj"],digitalis:["d-ih jh-ah t-ae1 l-ah-s","nn"],dignified:["d-ih1-g n-ah f-ay-d","vbn jj"],dignify:["d-ih1-g n-ah f-ay","vb"],dignitary:["d-ih1-g n-ah t-eh r-iy","nn"],dignity:["d-ih1-g n-ah t-iy","nn"],digress:["d-ay g-r-eh1-s","vb"],digression:["d-ay g-r-eh1 sh-ah-n","nn"],dike:["d-ay1-k","nn"],dilapidate:["d-ih-l-ae1-p-ah-d-ey-t","vb"],dilapidated:["d-ah l-ae1 p-ah d-ey t-ih-d","jj vbn"],dilatation:["d-ih l-ah t-ey1 sh-ah-n","nn"],dilate:["d-ay l-ey1-t","vb"],dilated:["d-ay l-ey1 t-ah-d","vbn"],dilation:["d-ay l-ey1 sh-ah-n","nn"],dilemma:["d-ih l-eh1 m-ah","nn"],diligence:["d-ih1 l-ah jh-ah-n-s","nn"],diligent:["d-ih1 l-ih jh-ah-n-t","jj"],diligently:["d-ih1 l-ah jh-ah-n-t l-iy","rb"],dill:["d-ih1-l","nn"],dilute:["d-ay l-uw1-t","vb jj"],diluted:["d-ay l-uw1 t-ah-d","vbn jj vbd"],dilutes:["d-ay l-uw1-t-s","vbz"],diluting:["d-ay l-uw1 t-ih-ng","vbg"],dilution:["d-ay l-uw1 sh-ah-n","nn"],dilutive:["d-ah l-uw1 t-ih-v","jj"],dim:["d-ih1-m","jj vb"],dime:["d-ay1-m","nn"],dimension:["d-ih m-eh1-n sh-ah-n","nn vb"],dimensional:["d-ih m-eh1-n sh-ah n-ah-l","jj"],diming:["d-ay1 m-ih-ng","vbg"],diminish:["d-ih m-ih1 n-ih-sh","vb vbp"],diminished:["d-ih m-ih1 n-ih-sh-t","vbn jj vbd"],diminishes:["d-ih m-ih1 n-ih sh-ih-z","vbz"],diminishing:["d-ih m-ih1 n-ih sh-ih-ng","vbg"],diminution:["d-ih m-ah n-uw1 sh-ah-n","nn"],diminutive:["d-ih m-ih1 n-y-ah t-ih-v","jj"],dimly:["d-ih1-m l-iy","rb"],dimmed:["d-ih1-m-d","vbn vbd"],dimmer:["d-ih1 m-er","nn jjr"],dimming:["d-ih1 m-ih-ng","vbg"],din:["d-ih1-n","nn"],dine:["d-ay1-n","vb"],dined:["d-ay1-n-d","vbd vbn"],diner:["d-ay1 n-er","nn"],dines:["d-ay1-n-z","vbz"],dinghy:["d-ih1-ng iy","nn"],dingo:["d-ih1-ng g-ow","nn"],dingy:["d-ih1-n jh-iy","jj"],dining:["d-ay1 n-ih-ng","nn jj vbg"],dinner:["d-ih1 n-er","nn"],dinnertime:["d-ih1 n-er t-ay-m","nn"],dinnerware:["d-ih1 n-er w-eh-r","nn"],dinosaur:["d-ay1 n-ah s-ao-r","nn"],dioxide:["d-ay aa1-k s-ay-d","nn"],dioxin:["d-ay aa1-k s-ih-n","nn"],dip:["d-ih1-p","nn vbp vb"],diphtheria:["d-ih-f th-ih1 r-iy ah","nn"],diploma:["d-ih p-l-ow1 m-ah","nn"],diplomacy:["d-ih p-l-ow1 m-ah s-iy","nn"],diplomat:["d-ih1 p-l-ah m-ae-t","nn"],diplomatic:["d-ih p-l-ah m-ae1 t-ih-k","jj"],diplomatically:["d-ih p-l-ah m-ae1 t-ih-k l-iy","rb"],dipole:["d-ay1 p-ow-l","jj nn"],dipped:["d-ih1-p-t","vbd vbn"],dipper:["d-ih1 p-er","nn"],dipping:["d-ih1 p-ih-ng","vbg"],dippy:["d-ih1 p-iy","jj"],dire:["d-ay1-r","jj"],direct:["d-er eh1-k-t","jj vbp rb vb"],directed:["d-er eh1-k t-ah-d","vbn vbd jj"],directing:["d-er eh1-k t-ih-ng","vbg"],direction:["d-er eh1-k sh-ah-n","nn"],directional:["d-er eh1-k sh-ah n-ah-l","jj"],directionless:["d-er eh1-k sh-ah-n l-ah-s","jj"],directive:["d-er eh1-k t-ih-v","nn"],directly:["d-er eh1-k-t l-iy","rb"],directness:["d-er eh1-k-t n-ah-s","nn"],director:["d-er eh1-k t-er","nn"],directorate:["d-er eh1-k t-er ah-t","nn"],directorial:["d-er eh-k t-ao1 r-iy ah-l","jj"],directorship:["d-er eh1-k t-er sh-ih-p","nn"],directory:["d-er eh1-k t-er iy","nn jj"],directs:["d-er eh1-k-t-s","vbz"],dirge:["d-er1-jh","nn"],dirt:["d-er1-t","nn jj"],dirtier:["d-er1 t-iy er","jjr"],dirtiest:["d-er1 t-iy ah-s-t","jjs"],dirty:["d-er1 t-iy","jj vb"],disability:["d-ih-s ah b-ih1 l-ih t-iy","nn"],disable:["d-ih-s ey1 b-ah-l","vb"],disabled:["d-ih-s ey1 b-ah-l-d","jj nn vbn"],disabling:["d-ih-s ey1 b-ah-l ih-ng","vbg"],disadvantage:["d-ih-s ah-d v-ae1-n t-ih-jh","nn"],disadvantaged:["d-ih-s ah-d v-ae1-n t-ih-jh-d","jj"],disadvantageous:["d-ih-s ae-d v-ae-n t-ey1 jh-ah-s","jj"],disaffected:["d-ih-s ah f-eh1-k t-ih-d","jj"],disaffection:["d-ih-s ah f-eh1-k sh-ah-n","nn"],disagree:["d-ih-s ah g-r-iy1","vbp vb"],disagreeable:["d-ih-s ah g-r-iy1 ah b-ah-l","jj"],disagreed:["d-ih-s ah g-r-iy1-d","vbd vbn"],disagreement:["d-ih-s ah g-r-iy1 m-ah-n-t","nn"],disagrees:["d-ih-s ah g-r-iy1-z","vbz"],disallow:["d-ih-s ah l-aw1","vb"], +disallowance:["d-ih-s ah l-aw1 ah-n-s","nn"],disallowed:["d-ih-s ah l-aw1-d","vbd vbn"],disappear:["d-ih-s ah p-ih1-r","vb vbp"],disappearance:["d-ih-s ah p-ih1 r-ah-n-s","nn"],disappeared:["d-ih-s ah p-ih1-r-d","vbd vbn"],disappearing:["d-ih-s ah p-ih1 r-ih-ng","vbg"],disappears:["d-ih-s ah p-ih1-r-z","vbz"],disappoint:["d-ih-s ah p-oy1-n-t","vb"],disappointed:["d-ih-s ah p-oy1-n t-ih-d","vbn jj vbd"],disappointing:["d-ih-s ah p-oy1-n t-ih-ng","jj"],disappointingly:["d-ih-s ah p-oy1-n t-ih-ng l-iy","rb"],disappointment:["d-ih-s ah p-oy1-n-t m-ah-n-t","nn"],disappoints:["d-ih-s ah p-oy1-n-t-s","vbz"],disapproval:["d-ih-s ah p-r-uw1 v-ah-l","nn"],disapprove:["d-ih-s ah p-r-uw1-v","vbp vb"],disapproved:["d-ih-s ah p-r-uw1-v-d","vbd vbn"],disapproves:["d-ih-s ah p-r-uw1-v-z","vbz"],disapproving:["d-ih-s ah p-r-uw1 v-ih-ng","jj"],disarm:["d-ih-s aa1-r-m","vb"],disarmament:["d-ih-s aa1-r m-ah m-ah-n-t","nn"],disarmed:["d-ih-s aa1-r-m-d","jj vbn"],disarming:["d-ih-s aa1-r m-ih-ng","vbg jj"],disarmingly:["d-ih-s aa1-r m-ih-ng l-iy","rb"],disarray:["d-ih-s er ey1","nn"],disassemble:["d-ih-s-ah-s-eh1-m-b-ah-l","vb"],disassembled:["d-ih-s ah s-eh1-m b-ah-l-d","vbd"],disassociate:["d-ih-s ah s-ow1 sh-iy ey-t","vb"],disaster:["d-ih z-ae1 s-t-er","nn"],disastrous:["d-ih z-ae1 s-t-r-ah-s","jj"],disastrously:["d-ih z-ae1 s-t-r-ah-s l-iy","rb"],disavow:["d-ih-s-ah-v-aw1","vb"],disavowed:["d-ih-s ah v-aw1-d","vbd"],disband:["d-ih-s b-ae1-n-d","vb"],disbanded:["d-ih-s b-ae1-n d-ih-d","vbn vbd jj"],disbanding:["d-ih-s b-ae1-n d-ih-ng","vbg"],disbelief:["d-ih-s b-ih l-iy1-f","nn"],disbelieve:["d-ih-s b-ah l-iy1-v","vb"],disburse:["d-ih-s-b-er1-s","vb"],disbursed:["d-ih-s b-er1-s-t","vbn vbd"],disbursement:["d-ih-s b-er1-s m-ah-n-t","nn"],disc:["d-ih1-s-k","nn"],discard:["d-ih-s k-aa1-r-d","vb vbp"],discarded:["d-ih-s k-aa1-r d-ih-d","vbn vbd"],discern:["d-ih s-er1-n","vb vbp"],discerned:["d-ih s-er1-n-d","vbn"],discernible:["d-ih s-er1 n-ah b-ah-l","jj"],discerning:["d-ih s-er1 n-ih-ng","jj"],discernment:["d-ih s-er1-n m-ah-n-t","nn"],discharge:["d-ih-s ch-aa1-r-jh","nn vb"],discharged:["d-ih-s ch-aa1-r-jh-d","vbn vbd"],discharging:["d-ih-s ch-aa1-r jh-ih-ng","vbg"],disciple:["d-ih s-ay1 p-ah-l","nn"],disciplinary:["d-ih1 s-ah p-l-ah n-eh r-iy","jj"],discipline:["d-ih1 s-ah p-l-ah-n","nn vb vbp"],disciplined:["d-ih1 s-ah p-l-ah-n-d","vbn vbd jj"],disciplining:["d-ih1 s-ah p-l-ah n-ih-ng","vbg"],disclaim:["d-ih-s-k-l-ey1-m","vb"],disclaimed:["d-ih-s k-l-ey1-m-d","vbd"],disclaimer:["d-ih-s k-l-ey1 m-er","nn"],disclaims:["d-ih-s k-l-ey1-m-z","vbz"],disclose:["d-ih-s k-l-ow1-z","vb vbp"],disclosed:["d-ih-s k-l-ow1-z-d","vbn jj vbd"],discloses:["d-ih-s k-l-ow1 z-ih-z","vbz"],disclosing:["d-ih-s k-l-ow1 z-ih-ng","vbg"],disclosure:["d-ih-s k-l-ow1 zh-er","nn"],disco:["d-ih1 s-k-ow","nn"],discolor:["d-ih-s-k-ah1-l-er","vb"],discolors:["d-ih s-k-ah1 l-er-z","vbz"],discomfort:["d-ih-s k-ah1-m f-er-t","nn"],disconcert:["d-ih-s-k-ah-n-s-er1-t","vb"],disconcerting:["d-ih-s k-ah-n s-er1 t-ih-ng","jj vbg"],disconnect:["d-ih-s k-ah n-eh1-k-t","vb"],disconnected:["d-ih-s k-ah n-eh1-k t-ih-d","vbn jj"],disconnecting:["d-ih-s k-ah n-eh1-k t-ih-ng","vbg"],discontent:["d-ih-s k-ah-n t-eh1-n-t","nn"],discontented:["d-ih-s k-ah-n t-eh1-n t-ih-d","jj"],discontinuance:["d-ih-s k-ah-n t-ih1 n-y-uw ah-n-s","nn"],discontinuation:["d-ih-s k-ah-n t-ih n-y-uw ey1 sh-ah-n","nn"],discontinue:["d-ih-s k-ah-n t-ih1 n-y-uw","vb"],discontinued:["d-ih-s k-ah-n t-ih1 n-y-uw-d","vbn jj vbd"],discontinuing:["d-ih-s k-ah-n t-ih1 n-y-uw ih-ng","vbg"],discord:["d-ih1 s-k-ao-r-d","nn"],discordant:["d-ih s-k-ao1-r d-ah-n-t","jj"],discotheque:["d-ih1 s-k-ow t-eh-k","nn"],discount:["d-ih-s k-aw1-n-t","nn vbp jj vb"],discounted:["d-ih1-s k-aw-n t-ih-d","vbn jj vbd"],discounter:["d-ih1-s k-aw-n t-er","nn"],discounting:["d-ih1-s k-aw-n t-ih-ng","vbg"],discourage:["d-ih s-k-er1 ih-jh","vb vbp"],discouraged:["d-ih s-k-er1 ah-jh-d","vbn vbd jj"],discouragement:["d-ih s-k-er1 ih-jh m-ah-n-t","nn"],discourages:["d-ih s-k-er1 ih jh-ih-z","vbz"],discouraging:["d-ih s-k-er1 ah jh-ih-ng","vbg jj"],discourse:["d-ih1-s k-ao-r-s","nn vb"],discover:["d-ih s-k-ah1 v-er","vb vbp"],discovered:["d-ih s-k-ah1 v-er-d","vbn jj vbd"],discovering:["d-ih s-k-ah1 v-er ih-ng","vbg"],discovers:["d-ih s-k-ah1 v-er-z","vbz"],discovery:["d-ih s-k-ah1 v-er iy","nn"],discredit:["d-ih-s k-r-eh1 d-ah-t","vb nn"],discredited:["d-ih-s k-r-eh1 d-ih t-ih-d","vbn jj"],discrediting:["d-ih-s k-r-eh1 d-ah t-ih-ng","vbg"],discreet:["d-ih s-k-r-iy1-t","jj"],discreetly:["d-ih s-k-r-iy1-t l-iy","rb"],discrepancy:["d-ih s-k-r-eh1 p-ah-n s-iy","nn"],discrete:["d-ih s-k-r-iy1-t","jj"],discretion:["d-ih s-k-r-eh1 sh-ah-n","nn"],discretionary:["d-ih s-k-r-eh1 sh-ah-n eh r-iy","jj"],discriminate:["d-ih s-k-r-ih1 m-ah n-ey-t","vb vbp jj"],discriminated:["d-ih s-k-r-ih1 m-ah n-ey t-ah-d","vbd jj nn vb"],discriminating:["d-ih s-k-r-ih1 m-ah n-ey t-ih-ng","vbg jj"],discrimination:["d-ih s-k-r-ih m-ah n-ey1 sh-ah-n","nn"],discriminatory:["d-ih s-k-r-ih1 m-ah n-ah t-ao r-iy","jj"],discursive:["d-ih s-k-er1 s-ih-v","jj"],discus:["d-ih1 s-k-ah-s","nn"],discuss:["d-ih s-k-ah1-s","vb vbp"],discussed:["d-ih s-k-ah1-s-t","vbn vbd"],discusses:["d-ih s-k-ah1 s-ah-z","vbz"],discussing:["d-ih s-k-ah1 s-ih-ng","vbg"],discussion:["d-ih s-k-ah1 sh-ah-n","nn"],disdain:["d-ih-s d-ey1-n","nn vbp vb"],disdained:["d-ih-s d-ey1-n-d","vbn"],disdainful:["d-ih-s d-ey1-n f-ah-l","jj"],disdaining:["d-ih-s d-ey1 n-ih-ng","vbg"],disdains:["d-ih-s d-ey1-n-z","vbz"],disease:["d-ih z-iy1-z","nn"],diseased:["d-ih z-iy1-z-d","jj"],disembodied:["d-ih-s ih b-aa1 d-iy-d","jj"],disenchant:["d-ih-s ih-n ch-ae1-n t-ih-d","vb"],disenchanted:["d-ih-s ih-n ch-ae1-n t-ih-d","vbn jj"],disenfranchise:["d-ih-s-ih-n-f-r-ae1-n-ch-ay-z","vb"],disenfranchised:["d-ih-s ih-n f-r-ae1-n ch-ay-z-d","vbn"],disenfranchisement:["d-ih-s ih-n f-r-ae1-n ch-ay-z m-ah-n-t","nn"],disengage:["d-ih-s ih-n g-ey1-jh","vb"],disengaged:["d-ih-s ih-n g-ey1-jh-d","vbn"],disengagement:["d-ih-s ih-n g-ey1-jh m-ah-n-t","nn"],disentangle:["d-ih-s ah-n t-ae1-ng g-ah-l","vb"],disfavor:["d-ih-s f-ey1 v-er","nn"],disfigure:["d-ih-s-f-ih1-g-y-er","vb"],disfigured:["d-ih-s f-ih1 g-y-er-d","vbd vbn jj"],disgorge:["d-ih-s g-ao1-r-jh","vb"],disgorgement:["d-ih-s g-ao1-r-jh m-ah-n-t","nn"],disgrace:["d-ih-s g-r-ey1-s","nn vb"],disgraced:["d-ih-s g-r-ey1-s-t","vbn"],disgraceful:["d-ih-s g-r-ey1-s f-ah-l","jj"],disgruntle:["d-ih-s g-r-ah1-n t-ah-l","vb"],disgruntled:["d-ih-s g-r-ah1-n t-ah-l-d","jj vbn"],disguise:["d-ih-s g-ay1-z","vb vbp nn"],disguised:["d-ih-s g-ay1-z-d","vbn vbd jj"],disgust:["d-ih-s g-ah1-s-t","nn vb"],disgusted:["d-ih-s g-ah1 s-t-ah-d","vbn jj"],disgusting:["d-ih-s g-ah1 s-t-ih-ng","jj"],dish:["d-ih1-sh","nn vb"],disharmony:["d-ih-s hh-aa1-r m-ah n-iy","nn"],dishearten:["d-ih-s hh-aa1-r t-ah-n","vb"],disheartened:["d-ih-s hh-aa1-r t-ah-n-d","vbn"],disheartening:["d-ih-s hh-aa1-r t-ah-n ih-ng","jj"],dished:["d-ih1-sh-t","vbd"],disheveled:["d-ih sh-eh1 v-ah-l-d","jj"],dishing:["d-ih1 sh-ih-ng","vbg"],dishonest:["d-ih-s aa1 n-ah-s-t","jj"],dishonestly:["d-ih-s ao1 n-ah-s-t l-iy","rb"],dishonesty:["d-ih-s aa1 n-ah s-t-iy","nn"],dishonor:["d-ih-s aa1 n-er","nn vb"],dishonorable:["d-ih-s aa1 n-er ah b-ah-l","jj"],dishwasher:["d-ih1-sh w-aa sh-er","nn"],disillusion:["d-ih-s-ih-l-uw1-zh-ah-n","vb"],disillusioned:["d-ih-s ih l-uw1 zh-ah-n-d","vbn jj"],disillusioning:["d-ih-s ih l-uw1 zh-ah-n ih-ng","jj"],disillusionment:["d-ih-s ih l-uw1 zh-ah-n m-ah-n-t","nn"],disincentive:["d-ih-s ih-n s-eh1-n t-ih-v","nn"],disinclination:["d-ih-s ih-n k-l-ah n-ey1 sh-ah-n","nn"],disincline:["d-ih-s-ih-n-k-l-ay1-n","vb"],disinclined:["d-ih-s ih-n k-l-ay1-n-d","vbn jj"],disinfectant:["d-ih-s ih-n f-eh1-k t-ah-n-t","nn"],disinflation:["d-ih-s ih-n f-l-ey1 sh-ah-n","nn"],disinflationary:["d-ih-s ih-n f-l-ey1 sh-ah-n eh r-iy","jj"],disingenuous:["d-ih-s ih-n jh-eh1 n-y-uw ah-s","jj"],disintegrate:["d-ih-s ih1-n t-ah g-r-ey-t","vb"],disintegrated:["d-ih-s ih1-n t-ah g-r-ey t-ih-d","vbd"],disintegrating:["d-ih-s ih1-n t-ah g-r-ey t-ih-ng","vbg"],disintegration:["d-ih-s ih-n t-ah g-r-ey1 sh-ah-n","nn"],disinterest:["d-ih-s ih1-n t-er ah-s-t","nn"],disinterested:["d-ih-s ih1-n t-r-ih s-t-ih-d","jj"],disjoint:["d-ih-s-jh-oy1-n-t","vb"],disjointed:["d-ih-s jh-oy1-n t-ih-d","vbn jj"],disk:["d-ih1-s-k","nn"],diskette:["d-ih s-k-eh1-t","nn"],dislike:["d-ih-s l-ay1-k","nn vb vbp"],disliked:["d-ih-s l-ay1-k-t","vbd jj vbn"],dislocated:["d-ih1-s l-ow k-ey t-ih-d","jj"],dislocation:["d-ih-s l-ow1 k-ey1 sh-ah-n","nn"],dislodge:["d-ih-s l-aa1-jh","vb"],dislodged:["d-ih-s l-aa1-jh-d","vbd vbn"],disloyal:["d-ih-s l-oy1 ah-l","jj"],disloyalty:["d-ih-s l-oy1 ah-l t-iy","nn"],dismal:["d-ih1-z m-ah-l","jj"],dismally:["d-ih1-z m-ah l-iy","rb"],dismantle:["d-ih-s m-ae1-n t-ah-l","vb"],dismantled:["d-ih-s m-ae1-n t-ah-l-d","vbn vbd"],dismantles:["d-ih-s m-ae1-n t-ah-l-z","vbz"],dismantling:["d-ih-s m-ae1-n t-ah-l ih-ng","vbg"],dismay:["d-ih-s m-ey1","nn vb"],dismayed:["d-ih-s m-ey1-d","vbn jj"],dismaying:["d-ih-s m-ey1 ih-ng","vbg"],dismember:["d-ih-s m-eh1-m b-er","vb"],dismembered:["d-ih-s m-eh1-m b-er-d","vbd"],dismembering:["d-ih-s m-eh1-m b-er ih-ng","vbg"],dismemberment:["d-ih-s m-eh1-m b-er m-ah-n-t","nn"],dismiss:["d-ih-s m-ih1-s","vb vbp"],dismissal:["d-ih-s m-ih1 s-ah-l","nn"],dismissed:["d-ih-s m-ih1-s-t","vbd vbn"],dismisses:["d-ih-s m-ih1 s-ih-z","vbz"],dismissing:["d-ih-s m-ih1 s-ih-ng","vbg"],disobedience:["d-ih-s ah b-iy1 d-iy ah-n-s","nn"],disobey:["d-ih-s ah b-ey1","vb"],disobeyed:["d-ih-s ow b-ey1-d","vbn vbd"],disorder:["d-ih-s ao1-r d-er","nn vb"],disorderly:["d-ih-s ao1-r d-er l-iy","jj"],disorganization:["d-ih-s ao-r g-ah n-ah z-ey1 sh-ah-n","nn"],disorganize:["d-ih-s-ao1-r-g-ah-n-ay-z","vb"],disorganized:["d-ih-s ao1-r g-ah n-ay-z-d","jj vbn"],disorient:["d-ih-s-ao1-r-iy-eh-n-t","vb"],disoriented:["d-ih-s ao1 r-iy eh-n t-ih-d","vbn jj"],disown:["d-ih-s-ow1-n","vb"],disowned:["d-ih-s ow1-n-d","vbd vbn"],disparage:["d-ih s-p-eh1 r-ih-jh","vb"],disparaged:["d-ih s-p-eh1 r-ih-jh-d","vbd vbn"],disparaging:["d-ih s-p-eh1 r-ih jh-ih-ng","vbg"],disparate:["d-ih1 s-p-er ih-t","jj"],disparity:["d-ih s-p-eh1 r-ah t-iy","nn"],dispassionate:["d-ih s-p-ae1 sh-ah-n ah-t","jj"],dispassionately:["d-ih s-p-ae1 sh-ah-n ah-t l-iy","rb"],dispatch:["d-ih s-p-ae1-ch","nn vb"],dispatched:["d-ih s-p-ae1-ch-t","vbd vbn"],dispatcher:["d-ih s-p-ae1 ch-er","nn"],dispatching:["d-ih s-p-ae1 ch-ih-ng","vbg"],dispel:["d-ih s-p-eh1-l","vb"],dispell:["d-ih s-p-eh1-l","vb"],dispelled:["d-ih s-p-eh1-l-d","vbn vbd"],dispensable:["d-ih s-p-eh1-n s-ah b-ah-l","jj"],dispensation:["d-ih s-p-ah-n s-ey1 sh-ah-n","nn"],dispense:["d-ih s-p-eh1-n-s","vb vbp"],dispensed:["d-ih s-p-eh1-n-s-t","vbn vbd"],dispenser:["d-ih s-p-eh1-n s-er","nn"],dispenses:["d-ih s-p-eh1-n s-ih-z","vbz"],dispensing:["d-ih s-p-eh1-n s-ih-ng","vbg"],dispersal:["d-ih s-p-er1 s-ah-l","nn"],dispersant:["d-ih s-p-er1 s-ah-n-t","nn"],disperse:["d-ih s-p-er1-s","vb"],dispersed:["d-ih s-p-er1-s-t","vbn jj vbd"],dispersing:["d-ih s-p-er1 s-ih-ng","vbg"],dispersion:["d-ih s-p-er1 zh-ah-n","nn"],displace:["d-ih-s p-l-ey1-s","vb"],displaced:["d-ih-s p-l-ey1-s-t","vbn vbd"],displacement:["d-ih-s p-l-ey1-s m-ah-n-t","nn"],displaces:["d-ih-s p-l-ey1 s-ih-z","vbz"],displacing:["d-ih-s p-l-ey1 s-ih-ng","vbg"],display:["d-ih s-p-l-ey1","nn vbp vb"],displayed:["d-ih s-p-l-ey1-d","vbn vbd"],displaying:["d-ih s-p-l-ey1 ih-ng","vbg"],displease:["d-ih-s-p-l-iy1-z","vb"],displeased:["d-ih-s p-l-iy1-z-d","vbn jj"],displeasure:["d-ih-s p-l-eh1 zh-er","nn"],disposable:["d-ih s-p-ow1 z-ah b-ah-l","jj nn"],disposal:["d-ih s-p-ow1 z-ah-l","nn"],dispose:["d-ih s-p-ow1-z","vb"],disposed:["d-ih s-p-ow1-z-d","vbn jj vbd"],disposes:["d-ih s-p-ow1 z-ih-z","vbz"],disposing:["d-ih s-p-ow1 z-ih-ng","vbg"],disposition:["d-ih s-p-ah z-ih1 sh-ah-n","nn"],dispossess:["d-ih-s-p-ah-z-eh1-s","vb"],dispossessed:["d-ih-s p-ah z-eh1-s-t","vbn jj"],disproportionate:["d-ih s-p-r-ah p-ao1-r sh-ah-n ih-t","jj"],disproportionately:["d-ih s-p-r-ah p-ao1-r sh-ah-n ah-t l-iy","rb"],disprove:["d-ih-s p-r-uw1-v","vb"],dispute:["d-ih s-p-y-uw1-t","nn vbp vb"],disputed:["d-ih s-p-y-uw1 t-ah-d","vbn vbd jj"],disqualification:["d-ih-s k-w-aa l-ah f-ah k-ey1 sh-ah-n","nn"],disqualified:["d-ih-s k-w-aa1 l-ah f-ay-d","vbn vbd"],disqualify:["d-ih-s k-w-aa1 l-ah f-ay","vb"],disquiet:["d-ih-s k-w-ay1 ah-t","nn"],disquieting:["d-ih-s k-w-ay1 ah t-ih-ng","jj"],disregard:["d-ih-s r-ih g-aa1-r-d","nn vb"],disregarded:["d-ih-s r-ih g-aa1-r d-ih-d","vbd vbn"],disregarding:["d-ih-s r-ih g-aa1-r d-ih-ng","vbg"],disrepair:["d-ih-s r-ih p-eh1-r","nn"],disreputable:["d-ih-s r-eh1 p-y-ah t-ah b-ah-l","jj"],disrepute:["d-ih-s r-ih p-y-uw1-t","nn"],disrespect:["d-ih-s r-ih s-p-eh1-k-t","nn"],disrupt:["d-ih-s r-ah1-p-t","vb vbp"],disrupted:["d-ih-s r-ah1-p t-ih-d","vbn jj vbd"],disrupting:["d-ih-s r-ah1-p t-ih-ng","vbg"],disruption:["d-ih-s r-ah1-p sh-ah-n","nn"],disruptive:["d-ih-s r-ah1-p t-ih-v","jj"],disrupts:["d-ih-s r-ah1-p-t-s","vbz"],dissatisfaction:["d-ih-s ae t-ih-s f-ae1-k sh-ah-n","nn"],dissatisfied:["d-ih-s ae1 t-ah-s f-ay-d","jj vbn"],dissatisfy:["d-ih-s-ae1-t-ah-s-f-ay","vb"],dissect:["d-ay-s-eh1-k-t","vb"],dissected:["d-ay s-eh1-k t-ah-d","vbd vbn"],dissecting:["d-ay s-eh1-k t-ih-ng","vbg"],dissection:["d-ay s-eh1-k sh-ah-n","nn"],dissects:["d-ay s-eh1-k-t-s","vbz"],disseminate:["d-ih s-eh1 m-ah n-ey-t","vb"],disseminated:["d-ih s-eh1 m-ah n-ey t-ah-d","vbn"],disseminating:["d-ih s-eh1 m-ah n-ey t-ih-ng","vbg"],dissemination:["d-ih s-eh m-ah n-ey1 sh-ah-n","nn"],dissension:["d-ih s-eh1-n sh-ah-n","nn"],dissent:["d-ih s-eh1-n-t","nn vbp vb"],dissented:["d-ih s-eh1-n t-ih-d","vbd vbn"],dissenter:["d-ih s-eh1-n t-er","nn"],dissenting:["d-ih s-eh1-n t-ih-ng","jj vbg"],disservice:["d-ih-s s-er1 v-ah-s","nn"],dissident:["d-ih1 s-ah d-ih-n-t","jj nn"],dissimilar:["d-ih s-s-ih1 m-ah l-er","jj"],dissipate:["d-ih1 s-ah p-ey-t","vb"],dissipated:["d-ih1 s-ah p-ey t-ih-d","vbn vbd"],dissipates:["d-ih1 s-ah p-ey-t-s","vbz"],dissipating:["d-ih1 s-ah p-ey t-ih-ng","vbg"],dissociate:["d-ih s-ow1 s-iy ey-t","vb"],dissociation:["d-ih s-ow s-iy ey1 sh-ah-n","nn"],dissolution:["d-ih s-ah l-uw1 sh-ah-n","nn"],dissolve:["d-ih z-aa1-l-v","vb vbp nn"],dissolved:["d-ih z-aa1-l-v-d","vbn vbd"],dissolves:["d-ih z-aa1-l-v-z","vbz"],dissolving:["d-ih z-ao1-l v-ih-ng","vbg jj"],dissonance:["d-ih1 s-ah n-ah-n-s","nn"],dissuade:["d-ih s-w-ey1-d","vb"],dissuaded:["d-ih s-w-ey1 d-ih-d","vbd vbn"],distal:["d-ih1 s-t-ah-l","jj"],distance:["d-ih1 s-t-ah-n-s","nn vb"],distancing:["d-ih1 s-t-ah-n s-ih-ng","vbg"],distant:["d-ih1 s-t-ah-n-t","jj"],distaste:["d-ih-s t-ey1-s-t","nn"],distasteful:["d-ih-s t-ey1-s-t f-ah-l","jj"],distill:["d-ih-s-t-ih1-l","vb"],distillate:["d-ih1 s-t-ah l-ey-t","nn"],distillation:["d-ih s-t-ah l-ey1 sh-ah-n","nn"],distilled:["d-ih s-t-ih1-l-d","vbn jj"],distiller:["d-ih s-t-ih1 l-er","nn"],distillery:["d-ih s-t-ih1 l-er iy","nn"],distilling:["d-ih s-t-ih1 l-ih-ng","vbg"],distills:["d-ih s-t-ih1-l-z","vbz"],distinct:["d-ih s-t-ih1-ng-k-t","jj"],distinction:["d-ih s-t-ih1-ng-k sh-ah-n","nn"],distinctive:["d-ih s-t-ih1-ng-k t-ih-v","jj"],distinctively:["d-ih s-t-ih1-ng-k t-ih-v l-iy","rb"],distinctiveness:["d-ih s-t-ih1-ng-k t-ih-v n-ah-s","nn"],distinctly:["d-ih s-t-ih1-ng-k-t l-iy","rb"],distinguish:["d-ih s-t-ih1-ng g-w-ih-sh","vb vbp"],distinguishable:["d-ih s-t-ih1-ng g-w-ih sh-ah b-ah-l","jj"],distinguished:["d-ih s-t-ih1-ng g-w-ih-sh-t","vbn jj vbd"],distinguishes:["d-ih s-t-ih1-ng g-w-ih sh-ih-z","vbz"],distinguishing:["d-ih s-t-ih1-ng g-w-ih sh-ih-ng","vbg jj"],distort:["d-ih s-t-ao1-r-t","vb vbp"],distorted:["d-ih s-t-ao1-r t-ah-d","vbn vbd jj"],distorting:["d-ih s-t-ao1-r t-ih-ng","vbg"],distortion:["d-ih s-t-ao1-r sh-ah-n","nn"],distorts:["d-ih s-t-ao1-r-t-s","vbz"],distract:["d-ih s-t-r-ae1-k-t","vb"],distracted:["d-ih s-t-r-ae1-k t-ah-d","vbn vbd"],distracting:["d-ih s-t-r-ae1-k t-ih-ng","vbg jj"],distraction:["d-ih-s t-r-ae1-k sh-ah-n","nn"],distraught:["d-ih s-t-r-ao1-t","jj"],distress:["d-ih s-t-r-eh1-s","nn vb"],distressed:["d-ih s-t-r-eh1-s-t","jj vbn"],distressing:["d-ih s-t-r-eh1 s-ih-ng","jj"],distressingly:["d-ih s-t-r-eh1 s-ih-ng l-iy","rb"],distribute:["d-ih s-t-r-ih1 b-y-uw-t","vb vbp"],distributed:["d-ih-s t-r-ih1 b-y-ah t-ah-d","vbn vbd jj"],distributes:["d-ih s-t-r-ih1 b-y-uw-t-s","vbz"],distributing:["d-ih s-t-r-ih1 b-y-uw t-ih-ng","vbg"],distribution:["d-ih-s t-r-ah b-y-uw1 sh-ah-n","nn"],distributive:["d-ih s-t-r-ih1 b-y-uw t-ih-v","jj"],distributor:["d-ih-s t-r-ih1 b-y-ah t-er","nn"],distributorship:["d-ih s-t-r-ih1 b-y-uw t-er sh-ih-p","nn"],district:["d-ih1 s-t-r-ih-k-t","nn jj"],distrust:["d-ih-s t-r-ah1-s-t","nn vbp vb"],distrusted:["d-ih-s t-r-ah1 s-t-ah-d","vbn vbd"],distrusts:["d-ih-s t-r-ah1-s-t-s","vbz"],disturb:["d-ih s-t-er1-b","vb vbp"],disturbance:["d-ih s-t-er1 b-ah-n-s","nn"],disturbed:["d-ih s-t-er1-b-d","vbn vbd jj"],disturbing:["d-ih s-t-er1 b-ih-ng","jj vbg"],disturbingly:["d-ih s-t-er1 b-ih-ng l-iy","rb"],disturbs:["d-ih s-t-er1-b-z","vbz"],disunion:["d-ih-s y-uw1 n-y-ah-n","nn"],disunity:["d-ih-s y-uw1 n-ah t-iy","nn"],ditch:["d-ih1-ch","nn vb"],ditched:["d-ih1-ch-t","vbd"],dither:["d-ih1-dh-er","vb"],dithering:["d-ih1 dh-er ih-ng","vbg"],dithers:["d-ih1 dh-er-z","vbz"],ditto:["d-ih1 t-ow","nn"],ditty:["d-ih1 t-iy","nn"],diuretic:["d-ay uw r-eh1 t-ih-k","nn jj"],diurnal:["d-ay er1 n-ah-l","jj"],diva:["d-iy1 v-ah","nn"],divan:["d-ih v-ae1-n","nn"],dive:["d-ay1-v","nn vbp vb"],dived:["d-ay1-v-d","vbd vbn"],diver:["d-ay1 v-er","nn"],diverge:["d-ih v-er1-jh","vb vbp"],divergence:["d-ay v-er1 jh-ah-n-s","nn"],divergent:["d-ay v-er1 jh-ah-n-t","jj"],diverging:["d-ay v-er1 jh-ih-ng","vbg"],diverse:["d-ay v-er1-s","jj"],diversification:["d-ay v-er s-ah f-ah k-ey1 sh-ah-n","nn"],diversified:["d-ay v-er1 s-ah f-ay-d","jj vbd vbn"],diversify:["d-ay v-er1 s-ah f-ay","vb"],diversifying:["d-ay v-er1 s-ah f-ay ih-ng","vbg"],diversion:["d-ay v-er1 zh-ah-n","nn"],diversionary:["d-ay v-er1 zh-ah-n eh r-iy","jj"],diversity:["d-ih v-er1 s-ah t-iy","nn"],divert:["d-ay v-er1-t","vb vbp"],diverted:["d-ay v-er1 t-ih-d","vbn vbd"],divertimento:["d-ih v-er t-ah m-eh1-n t-ow","jj"],diverting:["d-ay v-er1 t-ih-ng","vbg"],divest:["d-ay v-eh1-s-t","vb vbp"],divested:["d-ay v-eh1 s-t-ih-d","vbn jj vbd"],divesting:["d-ay v-eh1 s-t-ih-ng","vbg"],divestiture:["d-ih v-eh1 s-t-ih ch-er","nn"],divestment:["d-ay v-eh1-s-t m-ah-n-t","nn"],divide:["d-ih v-ay1-d","vb nn vbp"],divided:["d-ih v-ay1 d-ah-d","vbn vbd jj"],dividend:["d-ih1 v-ih d-eh-n-d","nn"],divider:["d-ih v-ay1 d-er","nn"],divides:["d-ih v-ay1-d-z","vbz"],dividing:["d-ih v-ay1 d-ih-ng","vbg jj"],divination:["d-ih v-ah n-ey1 sh-ah-n","nn"],divine:["d-ih v-ay1-n","jj nn vb"],divinely:["d-ih v-ay1-n l-iy","rb"],diving:["d-ay1 v-ih-ng","vbg jj nn"],divining:["d-ah v-ay1 n-ih-ng","vbg"],divinity:["d-ih v-ih1 n-ah t-iy","nn"],divisible:["d-ih v-ih1 z-ah b-ah-l","jj"],division:["d-ih v-ih1 zh-ah-n","nn"],divisional:["d-ih v-ih1 zh-ah n-ah-l","jj"],divisive:["d-ih v-ay1 s-ih-v","jj"],divisiveness:["d-ih v-ay1 s-ih-v n-ah-s","nn"],divorce:["d-ih v-ao1-r-s","nn vb vbp"],divorced:["d-ih v-ao1-r-s-t","vbn jj vbd"],divorcee:["d-ah v-ao1-r s-iy","nn"],divulge:["d-ih v-ah1-l-jh","vb"],divulging:["d-ih v-ah1-l jh-ih-ng","vbg"],divvied:["d-ih1 v-iy-d","vbn"],divvy:["d-ih1-v-iy","vb"],dizziness:["d-ih1 z-iy n-ah-s","nn"],dizzy:["d-ih1 z-iy","jj vb"],dizzying:["d-ih1 z-iy ih-ng","jj vbg"],"do":["d-uw1","vb"],doable:["d-uw1 ah b-ah-l","jj"],docile:["d-aa1 s-ah-l","jj"],dock:["d-aa1-k","nn vb"],docked:["d-aa1-k-t","vbn"],docket:["d-aa1 k-ah-t","nn"],dockside:["d-aa1-k s-ay-d","nn"],dockworker:["d-aa1-k w-er k-er","nn"],doctor:["d-aa1-k t-er","nn vb"],doctoral:["d-aa1-k t-er ah-l","jj"],doctorate:["d-aa1-k t-er ah-t","nn"],doctored:["d-aa1-k t-er-d","vbn"],doctoring:["d-aa1-k t-er ih-ng","nn"],doctrinaire:["d-aa-k t-r-ah n-eh1-r","jj nn"],doctrinal:["d-aa1-k t-r-ah n-ah-l","jj"],doctrine:["d-aa1-k t-r-ah-n","nn"],document:["d-aa1 k-y-ah m-eh-n-t","nn vb vbp"],documentary:["d-aa k-y-ah m-eh1-n t-er iy","nn jj"],documentation:["d-aa k-y-ah m-eh-n t-ey1 sh-ah-n","nn"],documented:["d-aa1 k-y-ah m-eh-n t-ah-d","vbn vbd"],documenting:["d-aa1 k-y-ah m-ah-n t-ih-ng","vbg"],doddering:["d-aa1 d-er ih-ng","jj"],dodge:["d-aa1-jh","vbp nn vb"],dodged:["d-aa1-jh-d","vbd vbn"],dodging:["d-aa1 jh-ih-ng","vbg"],doe:["d-ow1","nn"],doer:["d-uw1-r","nn"],does:["d-ah1-z","vbz"],"doesn't":["d-ah1-z-ah-n-t","vbz"],doff:["d-ao1-f","vb"],doffing:["d-ao1 f-ih-ng","vbg"],dog:["d-ao1-g","nn"],dogfight:["d-aa1-g f-ay-t","nn"],dogged:["d-ao1-g-d","vbn jj vbd"],doggedly:["d-ao1 g-ah-d l-iy","rb"],doggerel:["d-aa1 g-er ah-l","nn"],dogging:["d-ao1 g-ih-ng","vbg"],doghouse:["d-ao1-g hh-aw-s","nn"],dogma:["d-aa1-g m-ah","nn"],dogmatic:["d-aa-g m-ae1 t-ih-k","jj"],dogmatically:["d-aa-g m-ae1 t-ih-k l-iy","rb"],dogmatism:["d-aa1-g m-ah t-ih z-ah-m","nn"],dogwood:["d-ao1-g w-uh-d","nn"],doing:["d-uw1 ih-ng","vbg"],doldrums:["d-ow1-l d-r-ah-m-z","nn"],dole:["d-ow1-l","vb nn vbp"],doled:["d-ow1-l-d","vbd vbn"],doleful:["d-ow1-l f-ah-l","jj"],doles:["d-ow1-l-z","vbz"],doling:["d-ow1 l-ih-ng","vbg"],doll:["d-aa1-l","nn"],dollar:["d-aa1 l-er","nn"],dollop:["d-aa1 l-ah-p","nn"],dolphin:["d-aa1-l f-ah-n","nn"],domain:["d-ow m-ey1-n","nn"],dome:["d-ow1-m","nn"],domed:["d-ow1-m-d","jj"],domestic:["d-ah m-eh1 s-t-ih-k","jj nn"],domestically:["d-ah m-eh1 s-t-ih-k l-iy","rb"],domesticity:["d-ow m-eh s-t-ih1 s-ah t-iy","nn"],dominance:["d-aa1 m-ah n-ah-n-s","nn"],dominant:["d-aa1 m-ah n-ah-n-t","jj"],dominate:["d-aa1 m-ah n-ey-t","vb vbp"],dominated:["d-aa1 m-ah n-ey t-ah-d","vbn vbd"],dominates:["d-aa1 m-ah n-ey-t-s","vbz"],dominating:["d-aa1 m-ah n-ey t-ih-ng","vbg jj"],domination:["d-aa m-ah n-ey1 sh-ah-n","nn"],domineer:["d-aa-m-ah-n-ih1-r","vb"],domineering:["d-aa m-ah n-ih1 r-ih-ng","vbg jj"],dominion:["d-ah m-ih1 n-y-ah-n","nn"],domino:["d-aa1 m-ah n-ow","nn"],dominoes:["d-aa1 m-ah n-ow-z","nn"],don:["d-aa1-n","vb nn vbp"],donate:["d-ow1 n-ey-t","vb vbp"],donated:["d-ow1 n-ey t-ah-d","vbn vbd"],donates:["d-ow1 n-ey-t-s","vbz"],donating:["d-ow1 n-ey t-ih-ng","vbg"],donation:["d-ow n-ey1 sh-ah-n","nn"],done:["d-ah1-n","vbn jj rb vbd"],donkey:["d-aa1-ng k-iy","nn"],donna:["d-aa1 n-ah","nn"],donned:["d-aa1-n-d","vbd"],donning:["d-aa1 n-ih-ng","vbg"],donnybrook:["d-aa1 n-iy b-r-uh-k","nn"],donor:["d-ow1 n-er","nn"],donut:["d-ow1 n-ah-t","nn"],"don't":["d-ow1-n-t","vbp"],doo:["d-uw1","nn vb"],doodad:["d-uw1 d-ae-d","nn"],doom:["d-uw1-m","nn vb"],doomed:["d-uw1-m-d","vbn vbd jj"],dooming:["d-uw1 m-ih-ng","vbg"],doomsayer:["d-uw-m s-ey1 er","nn"],doomsday:["d-uw1-m-z d-ey","nn"],door:["d-ao1-r","nn rb"],doorkeeper:["d-ao1-r k-iy p-er","nn"],doorknob:["d-uw1-r n-aa-b","nn"],doorman:["d-ao1-r m-ae-n","nn"],doorstep:["d-ao1-r s-t-eh-p","nn"],doorway:["d-ao1-r w-ey","nn"],dope:["d-ow1-p","nn"],doped:["d-ow1-p-t","jj"],dorm:["d-ao1-r-m","nn"],dormant:["d-ao1-r m-ah-n-t","jj"],dormitory:["d-ao1-r m-ah t-ao r-iy","nn"],dosage:["d-ow1 s-ah-jh","nn"],dose:["d-ow1-s","nn"],dossier:["d-ao s-y-ey1","nn"],dot:["d-aa1-t","nn vbp vb"],doting:["d-ow1 t-ih-ng","vbg jj"],dotted:["d-aa1 t-ah-d","vbn vbd jj"],dotting:["d-aa1 t-ih-ng","vbg"],"double":["d-ah1 b-ah-l","jj vbp nn rb vb"],doubled:["d-ah1 b-ah-l-d","vbd vbn"],doubling:["d-ah1 b-ah-l ih-ng","vbg"],doubly:["d-ah1 b-l-iy","rb"],doubt:["d-aw1-t","nn vbp rb vb"],doubted:["d-aw1 t-ih-d","vbd vbn"],doubter:["d-aw1 t-er","nn"],doubtful:["d-aw1-t f-ah-l","jj"],doubting:["d-aw1 t-ih-ng","vbg jj"],doubtless:["d-aw1-t l-ah-s","rb"],dough:["d-ow1","nn"],doughnut:["d-ow1 n-ah-t","nn"],doughty:["d-ao1 t-iy","jj"],dour:["d-aw1 er","jj"],douse:["d-aw1-s","vb"],doused:["d-aw1-s-t","vbd vbn"],dove:["d-ah1-v","nn vbd"],dovetail:["d-ah1-v t-ey-l","vbp vb"],dovetails:["d-ah1-v t-ey-l-z","vbz"],dovish:["d-ow1 v-ih-sh","jj"],dowdy:["d-aw1 d-iy","jj"],dowel:["d-aw1 ah-l","nn"],dower:["d-aw1-r","nn"],down:["d-aw1-n","rb in rbr vbp jj nn rp vb"],downbeat:["d-aw-n b-iy1-t","jj nn"],downcast:["d-aw1-n k-ae-s-t","jj"],downdraft:["d-aw1-n d-r-ae-f-t","nn"],downed:["d-aw1-n-d","vbd vbn"],downer:["d-aw1 n-er","nn"],downfall:["d-aw1-n f-ao-l","nn"],downgrade:["d-aw1-n g-r-ey1-d","nn vb"],downgraded:["d-aw1-n g-r-ey1 d-ah-d","vbd vbn"],downgrading:["d-aw1-n g-r-ey1 d-ih-ng","vbg"],downhill:["d-aw1-n hh-ih1-l","rb jj"],downing:["d-aw1 n-ih-ng","vbg"],downpayment:["d-aw-n p-ey1 m-ah-n-t","nn"],downplay:["d-aw1-n p-l-ey","vb"],downplayed:["d-aw1-n p-l-ey-d","vbd"],downplaying:["d-aw1-n p-l-ey ih-ng","vbg"],downplays:["d-aw1-n p-l-ey-z","vbz"],downpour:["d-aw1-n p-ao-r","nn"],downright:["d-aw1-n r-ay-t","rb jj"],downside:["d-aw1-n s-ay-d","nn jj"],downsize:["d-aw1-n s-ay-z","vb"],downsized:["d-aw1-n s-ay-z-d","vbn"],downsizing:["d-aw1-n s-ay z-ih-ng","vbg"],downstairs:["d-aw1-n s-t-eh1-r-z","nn rb"],downstream:["d-aw1-n s-t-r-iy1-m","rb jj"],downtime:["d-aw1-n t-ay-m","nn"],downtown:["d-aw1-n t-aw1-n","nn jj rb"],downtrend:["d-aw1-n t-r-eh-n-d","nn"],downtrodden:["d-aw-n t-r-aa1 d-ah-n","jj"],downturn:["d-aw1-n t-er-n","nn"],downward:["d-aw1-n w-er-d","jj rb"],dowry:["d-aw1 r-iy","nn"],doze:["d-ow1-z","vb"],dozed:["d-ow1-z-d","vbd"],dozen:["d-ah1 z-ah-n","nn"],dozing:["d-ow1 z-ih-ng","vbg"],drab:["d-r-ae1-b","jj"],drachma:["d-r-ae1-k m-ah","nn"],draconian:["d-r-ey k-ow1 n-iy ah-n","jj"],draft:["d-r-ae1-f-t","nn jj vb vbp"],drafted:["d-r-ae1-f t-ih-d","vbn vbd"],draftee:["d-r-ae1-f t-iy1","nn"],drafter:["d-r-ae1-f t-er","nn"],drafting:["d-r-ae1-f t-ih-ng","vbg"],drafty:["d-r-ae1-f t-iy","jj"],drag:["d-r-ae1-g","nn vbp vb"],dragged:["d-r-ae1-g-d","vbn vbd"],dragging:["d-r-ae1 g-ih-ng","vbg"],dragnet:["d-r-ae1-g n-eh-t","nn"],dragon:["d-r-ae1 g-ah-n","nn"],drags:["d-r-ae1-g-z","vbz"],drain:["d-r-ey1-n","nn vbp vb"],drainage:["d-r-ey1 n-ah-jh","nn"],drained:["d-r-ey1-n-d","vbn vbd"],draining:["d-r-ey1 n-ih-ng","vbg"],dram:["d-r-ae1-m","nn"],drama:["d-r-aa1 m-ah","nn"],dramas:["d-r-aa1 m-ah-z","nn"],dramatic:["d-r-ah m-ae1 t-ih-k","jj"],dramatically:["d-r-ah m-ae1 t-ih-k l-iy","rb"],dramatist:["d-r-aa1 m-ah t-ih-s-t","nn"],dramatization:["d-r-ae m-ah t-ah z-ey1 sh-ah-n","nn"],dramatize:["d-r-aa1 m-ah t-ay-z","vb vbp"],dramatized:["d-r-ae1 m-ah t-ay-z-d","vbn"],dramatizes:["d-r-ae1 m-ah t-ay z-ih-z","vbz"],dramatizing:["d-r-ae1 m-ah t-ay z-ih-ng","vbg"],drank:["d-r-ae1-ng-k","vbd"],drape:["d-r-ey1-p","nn vb"],draped:["d-r-ey1-p-t","vbd jj vbn"],draper:["d-r-ey1 p-er","nn"],drapery:["d-r-ey1 p-er iy","nn"],draping:["d-r-ey1 p-ih-ng","vbg"],drastic:["d-r-ae1 s-t-ih-k","jj rb"],drastically:["d-r-ae1 s-t-ih-k l-iy","rb"],draught:["d-r-ae1-f-t","nn"],draughts:["d-r-ae1-f-t-s","nn"],draw:["d-r-ao1","vb vbp nn"],drawback:["d-r-ao1 b-ae-k","nn"],drawbridge:["d-r-ao1 b-r-ih-jh","nn"],drawdown:["d-r-ao1 d-aw-n","nn"],drawer:["d-r-ao1-r","nn"],drawing:["d-r-ao1 ih-ng","vbg jj nn"],drawl:["d-r-ao1-l","nn vb"],drawled:["d-r-ao1-l-d","vbd"],drawn:["d-r-ao1-n","vbn jj"],dread:["d-r-eh1-d","nn jj vb"],dreaded:["d-r-eh1 d-ih-d","vbn vbd jj"],dreadful:["d-r-eh1-d f-ah-l","jj nn"],dreadfully:["d-r-eh1-d f-ah l-iy","rb"],dreading:["d-r-eh1 d-ih-ng","vbg"],dream:["d-r-iy1-m","nn vb vbp"],dreamed:["d-r-iy1-m-d","vbd vbn"],dreamer:["d-r-iy1 m-er","nn"],dreaming:["d-r-iy1 m-ih-ng","vbg"],dreamlike:["d-r-iy1-m l-ay-k","jj"],dreamt:["d-r-eh1-m-t","vbd vbn"],dreamy:["d-r-iy1 m-iy","jj"],dreariness:["d-r-iy1 r-iy n-ah-s","nn"],dreary:["d-r-ih1 r-iy","jj"],dredge:["d-r-eh1-jh","vb"],dredged:["d-r-eh1-jh-d","vbd"],dredges:["d-r-eh1 jh-ah-z","vbz"],dreg:["d-r-eh1-g","nn"],drenching:["d-r-eh1-n ch-ih-ng","nn"],dress:["d-r-eh1-s","nn vbp vb"],dressed:["d-r-eh1-s-t","vbn jj vbd"],dresser:["d-r-eh1 s-er","nn"],dressing:["d-r-eh1 s-ih-ng","nn vbg jj"],dressmaking:["d-r-eh1-s m-ey k-ih-ng","nn"],dressy:["d-r-eh1 s-iy","jj"],drew:["d-r-uw1","vbd"],dribble:["d-r-ih1 b-ah-l","nn vb"],dribbled:["d-r-ih1 b-ah-l-d","vbd"],dried:["d-r-ay1-d","vbn vbd jj"],drier:["d-r-ay1 er","nn jjr rbr"],drift:["d-r-ih1-f-t","nn vbp vb"],drifted:["d-r-ih1-f t-ah-d","vbd vbn"],drifter:["d-r-ih1-f t-er","nn"],drifting:["d-r-ih1-f t-ih-ng","vbg jj nn"],driftnet:["d-r-ih1-f-t n-eh-t","nn"],driftwood:["d-r-ih1-f-t w-uh-d","nn"],drill:["d-r-ih1-l","nn vb"],drilled:["d-r-ih1-l-d","vbn vbd"],driller:["d-r-ih1 l-er","nn"],drilling:["d-r-ih1 l-ih-ng","nn jj vbg"],drink:["d-r-ih1-ng-k","nn vbp vb"],drinker:["d-r-ih1-ng k-er","nn"],drinking:["d-r-ih1-ng k-ih-ng","nn jj vbg"],drip:["d-r-ih1-p","nn vb"],dripped:["d-r-ih1-p-t","vbd"],dripping:["d-r-ih1 p-ih-ng","vbg"],drips:["d-r-ih1-p-s","vbz"],drive:["d-r-ay1-v","nn vbp vb"],driven:["d-r-ih1 v-ah-n","vbn jj"],driver:["d-r-ay1 v-er","nn"],driveway:["d-r-ay1-v w-ey","nn"],driving:["d-r-ay1 v-ih-ng","vbg jj nn"],drizzle:["d-r-ih1 z-ah-l","nn vb"],drizzling:["d-r-ih1 z-ah-l ih-ng","vbg"],drizzly:["d-r-ih1-z l-iy","jj"],drone:["d-r-ow1-n","nn jj"],drool:["d-r-uw1-l","vb"],drooling:["d-r-uw1 l-ih-ng","vbg"],droop:["d-r-uw1-p","vb vbp nn"],drooped:["d-r-uw1-p-t","vbd"],drooping:["d-r-uw1 p-ih-ng","vbg"],drop:["d-r-aa1-p","nn jj vb vbp"],droplet:["d-r-aa1 p-l-ah-t","nn"],dropoff:["d-r-aa1 p-ao-f","nn"],dropout:["d-r-aa1-p aw-t","nn"],dropped:["d-r-aa1-p-t","vbd vbn"],dropper:["d-r-aa1 p-er","nn"],dropping:["d-r-aa1 p-ih-ng","vbg"],dross:["d-r-ao1-s","nn"],drought:["d-r-aw1-t","nn"],drove:["d-r-ow1-v","vbd nn"],drover:["d-r-ow1 v-er","nn"],drown:["d-r-aw1-n","vb vbp"],drowned:["d-r-aw1-n-d","vbn jj vbd"],drowning:["d-r-aw1 n-ih-ng","vbg"],drowns:["d-r-aw1-n-z","vbz"],drowsy:["d-r-aw1 z-iy","jj"],drub:["d-r-ah1-b","vb"],drubbed:["d-r-ah1-b-d","vbn"],drubbing:["d-r-ah1 b-ih-ng","nn"],drudgery:["d-r-ah1 jh-er iy","nn"],drug:["d-r-ah1-g","nn"],drugged:["d-r-ah1-g-d","vbn jj"],druggist:["d-r-ah1 g-ih-s-t","nn"],drugstore:["d-r-ah1-g s-t-ao-r","nn"],drum:["d-r-ah1-m","vb nn"],drumbeat:["d-r-ah1-m b-iy-t","nn"],drummed:["d-r-ah1-m-d","vbd vbn"],drummer:["d-r-ah1 m-er","nn"],drumming:["d-r-ah1 m-ih-ng","vbg"],drunk:["d-r-ah1-ng-k","jj nn vbn"],drunkard:["d-r-ah1-ng k-er-d","nn"],drunken:["d-r-ah1-ng k-ah-n","jj"],drunkenness:["d-r-ah1-ng k-ah-n n-ah-s","nn"],dry:["d-r-ay1","jj vb vbp"],dryer:["d-r-ay1 er","nn"],drying:["d-r-ay1 ih-ng","vbg"],dryly:["d-r-ay1 l-iy","rb"],dryness:["d-r-ay1 n-ah-s","nn"],dual:["d-uw1 ah-l","jj"],dualism:["d-uw1 ah l-ih z-ah-m","nn"],dub:["d-ah1-b","vb"],dubbed:["d-ah1-b-d","vbn vbd"],dubious:["d-uw1 b-iy ah-s","jj"],dubs:["d-ah1-b-z","vbz"],duck:["d-ah1-k","nn vb"],ducked:["d-ah1-k-t","vbd"],ducking:["d-ah1 k-ih-ng","vbg"],duckling:["d-ah1 k-l-ih-ng","nn"],duct:["d-ah1-k-t","nn"],dud:["d-ah1-d","nn"],dudgeon:["d-ah1 jh-ah-n","nn"],due:["d-uw1","jj nn "],duel:["d-uw1 ah-l","nn vb"],dueling:["d-uw1 l-ih-ng","vbg"],duet:["d-uw eh1-t","nn"],duffel:["d-ah1 f-ah-l","nn"],duffer:["d-ah1 f-er","nn"],dug:["d-ah1-g","vbd vbn"],dugout:["d-ah1-g aw-t","nn"],duke:["d-uw1-k","nn"],dull:["d-ah1-l","jj vb"],dulled:["d-ah1-l-d","vbn"],duller:["d-ah1 l-er","jjr rbr"],dullest:["d-ah1 l-ah-s-t","jjs"],dulling:["d-ah1 l-ih-ng","vbg"],dullness:["d-ah1-l n-ah-s","nn"],duly:["d-uw1 l-iy","rb"],dumb:["d-ah1-m","jj"],dumbbell:["d-ah1-m b-eh-l","nn"],dumber:["d-ah1 m-er","jjr"],dumbest:["d-ah1 m-ah-s-t","jjs"],dumbfounded:["d-ah1-m f-aw-n d-ih-d","jj vbn"],dummy:["d-ah1 m-iy","jj nn"],dump:["d-ah1-m-p","vb vbp nn"],dumped:["d-ah1-m-p-t","vbd vbn"],dumping:["d-ah1-m p-ih-ng","vbg"],dumpster:["d-ah1-m-p s-t-er","nn"],dumpy:["d-ah1-m p-iy","jj"],dun:["d-ah1-n","nn"],dune:["d-uw1-n","nn"],dung:["d-ah1-ng","nn"],dungeon:["d-ah1-n jh-ah-n","nn"],dunk:["d-ah1-ng-k","nn vb"],dunked:["d-ah1-ng-k-t","vbd"],dunks:["d-ah1-ng-k-s","vbz"],duo:["d-uw1 ow","nn"],duodenal:["d-uw1 ah d-iy1 n-ah-l","jj"],duopoly:["d-uw1 ow p-aa l-iy","rb"],dupe:["d-uw1-p","vb"],duped:["d-uw1-p-t","vbn"],duplex:["d-uw1 p-l-eh-k-s","nn jj"],duplicate:["d-uw1 p-l-ah k-ah-t","vb jj"],duplicated:["d-uw1 p-l-ih k-ey t-ih-d","vbn"],duplicates:["d-y-uw1 p-l-ah k-ey-t-s","vbz"],duplicating:["d-uw1 p-l-ih k-ey t-ih-ng","vbg"],duplication:["d-y-uw p-l-ah k-ey1 sh-ah-n","nn"],duplicative:["d-uw p-l-ih1 k-ah t-ih-v","jj"],duplicity:["d-uw p-l-ih1 s-ih t-iy","nn"], +durability:["d-er ah b-ih1 l-ih t-iy","nn"],durable:["d-uh1 r-ah b-ah-l","jj"],duration:["d-uh1 r-ey1 sh-ah-n","nn"],duress:["d-uh1 r-eh-s","nn"],during:["d-uh1 r-ih-ng","in"],durn:["d-er1-n","jj"],dusk:["d-ah1-s-k","nn"],dust:["d-ah1-s-t","nn vb vbp"],dusted:["d-ah1 s-t-ih-d","vbn vbd"],dusting:["d-ah1 s-t-ih-ng","vbg"],dusty:["d-ah1 s-t-iy","jj"],dutiful:["d-uw1 t-iy f-ah-l","jj"],dutifully:["d-uw1 t-iy f-ah l-iy","rb"],duty:["d-uw1 t-iy","nn"],dwarf:["d-w-ao1-r-f","nn vbp vb"],dwarfed:["d-w-ao1-r-f-t","vbn vbd"],dwell:["d-w-eh1-l","vbp vb"],dwelled:["d-w-eh1-l-d","vbn"],dweller:["d-w-eh1 l-er","nn"],dwelling:["d-w-eh1 l-ih-ng","nn vbg"],dwells:["d-w-eh1-l-z","vbz"],dwelt:["d-w-eh1-l-t","vbd"],dwindle:["d-w-ih1-n d-ah-l","vb"],dwindled:["d-w-ih1-n d-ah-l-d","vbd vbn"],dwindles:["d-w-ih1-n d-ah-l-z","vbz"],dwindling:["d-w-ih1-n d-ah-l ih-ng","vbg"],dye:["d-ay1","nn vb"],dyed:["d-ay1-d","vbn"],dyeing:["d-ay1 ih-ng","nn"],dying:["d-ay1 ih-ng","vbg jj nn"],dyke:["d-ay1-k","nn"],dynamic:["d-ay n-ae1 m-ih-k","jj nn"],dynamism:["d-ay1 n-ah m-ih z-ah-m","nn"],dynamite:["d-ay1 n-ah m-ay-t","nn jj"],dynamo:["d-ay1 n-ah m-ow","nn"],dynastic:["d-ay n-ae1 s-t-ih-k","jj"],dynasty:["d-ay1 n-ah s-t-iy","nn"],dysentery:["d-ih1-s ah-n t-eh r-iy","nn"],dysfunction:["d-ih-s f-ah1-ng-k sh-ah-n","nn"],dyslexia:["d-ih-s l-eh1-k s-iy ah","nn"],dysplasia:["d-ih s-p-l-ey1 zh-ah","nn"],dystrophy:["d-ih1-s t-r-ah f-iy","nn"],each:["iy1-ch","dt"],eager:["iy1 g-er","jj"],eagerly:["iy1 g-er l-iy","rb"],eagerness:["iy1 g-er n-ah-s","nn"],eagle:["iy1 g-ah-l","nn"],ear:["ih1-r","nn"],eared:["ih1-r-d","jj"],earful:["iy1-r f-ah-l","nn"],earl:["er1-l","nn"],earlier:["er1 l-iy er","rbr jjr jj nn rb"],earliest:["er1 l-iy ah-s-t","jjs rbs"],early:["er1 l-iy","jj rb"],earmark:["ih1-r m-aa-r-k","vb"],earmarked:["ih1-r m-aa-r-k-t","vbn vbd jj"],earmarking:["ih1-r m-aa-r k-ih-ng","vbg"],earn:["er1-n","vb vbp"],earned:["er1-n-d","vbd jj vbn"],earner:["er1 n-er","nn"],earnest:["er1 n-ih-s-t","nn jj"],earnestly:["er1 n-ah-s-t l-iy","rb"],earnestness:["er1 n-ah-s-t n-ah-s","nn"],earning:["er1 n-ih-ng","vbg"],earns:["er1-n-z","vbz"],earphone:["ih1-r f-ow-n","nn"],earring:["ih1 r-ih-ng","nn"],earth:["er1-th","nn"],earthbound:["er1-th b-aw-n-d","jj"],earthenware:["er1 th-ah-n w-eh-r","nn"],earthling:["er1-th l-ih-ng","nn"],earthly:["er1-th l-iy","jj"],earthmoving:["er1-th m-uw v-ih-ng","jj nn"],earthquake:["er1-th k-w-ey-k","nn"],earthshaking:["er1-th sh-ey k-ih-ng","jj"],earthworm:["er1-th w-er-m","nn"],earthy:["er1 th-iy","jj"],ease:["iy1-z","vb nn vbp"],eased:["iy1-z-d","vbd vbn"],easel:["iy1 z-ah-l","nn"],easement:["iy1-z m-ah-n-t","nn"],eases:["iy1 z-ih-z","vbz"],easier:["iy1 z-iy er","jjr rbr rb"],easiest:["iy1 z-iy ah-s-t","jjs"],easily:["iy1 z-ah l-iy","rb"],easing:["iy1 z-ih-ng","vbg jj nn"],east:["iy1-s-t","jj nn rb"],eastern:["iy1 s-t-er-n","jj"],eastward:["iy1-s-t w-er-d","rb"],easy:["iy1 z-iy","jj rb"],easygoing:["iy1 z-iy g-ow1 ih-ng","jj"],eat:["iy1-t","vb vbp"],eatable:["iy1 t-ah b-ah-l","jj"],eaten:["iy1 t-ah-n","vbn"],eater:["iy1 t-er","nn"],eatery:["iy1 t-er iy","nn"],eating:["iy1 t-ih-ng","vbg jj nn"],eats:["iy1-t-s","vbz"],eave:["iy1-v","nn"],eavesdrop:["iy1-v-z d-r-aa-p","vb"],eavesdropping:["iy1-v-z d-r-aa p-ih-ng","nn"],ebb:["eh1-b","nn vb"],ebbed:["eh1-b-d","vbd vbn"],ebbing:["eh1 b-ih-ng","vbg"],ebbs:["eh1-b-z","vbz"],ebony:["eh1 b-ah n-iy","nn jj"],ebullient:["ih b-ah1-l y-ah-n-t","jj"],eccentric:["ih-k s-eh1-n t-r-ih-k","jj nn"],eccentricity:["eh-k s-ah-n t-r-ih1 s-ah t-iy","nn"],ecclesiastical:["ih k-l-iy z-iy ae1 s-t-ih k-ah-l","jj"],echelon:["eh1 sh-ah l-aa-n","nn"],echo:["eh1 k-ow","nn vbp vb"],echoed:["eh1 k-ow-d","vbd vbn"],echoing:["eh1 k-ow ih-ng","vbg"],eclectic:["ih k-l-eh1-k t-ih-k","jj nn"],eclipse:["ih k-l-ih1-p-s","vb nn vbp"],eclipsed:["ih k-l-ih1-p-s-t","vbd vbn"],eclipsing:["ih k-l-ih1-p s-ih-ng","vbg"],ecliptic:["ih k-l-ih1-p t-ih-k","nn jj"],ecological:["iy k-ah l-aa1 jh-ih k-ah-l","jj"],ecologically:["iy k-ah l-aa1 jh-ih-k l-iy","rb"],ecologist:["ih k-aa1 l-ah jh-ih-s-t","nn"],ecology:["ih k-aa1 l-ah jh-iy","nn"],econometric:["ih k-aa n-ah m-eh1 t-r-ih-k","jj"],econometrics:["ih k-aa n-ah m-eh1 t-r-ih-k-s","nn"],economic:["eh k-ah n-aa1 m-ih-k","jj"],economical:["eh k-ah n-aa1 m-ih k-ah-l","jj"],economically:["eh k-ah n-aa1 m-ih-k l-iy","rb"],economics:["eh k-ah n-aa1 m-ih-k-s","nn"],economist:["ih k-aa1 n-ah m-ih-s-t","nn"],economize:["ih k-aa1 n-ah m-ay-z","vb"],economy:["ih k-aa1 n-ah m-iy","nn"],ecstasy:["eh1-k s-t-ah s-iy","nn"],ecstatic:["eh-k s-t-ae1 t-ih-k","jj nn"],ecstatically:["eh-k s-t-ae1 t-ih-k l-iy","rb"],ecumenical:["eh k-y-uw m-eh1 n-ih k-ah-l","jj"],edema:["ih d-iy1 m-ah","nn"],edge:["eh1-jh","nn vb"],edged:["eh1-jh-d","vbd jj vbn"],edginess:["eh1 jh-iy n-ah-s","nn"],edging:["eh1 jh-ih-ng","vbg"],edgy:["eh1 jh-iy","jj"],edible:["eh1 d-ah b-ah-l","jj"],edict:["iy1 d-ih-k-t","nn"],edifice:["eh1 d-ah f-ah-s","nn"],edifying:["eh1 d-ah f-ay ih-ng","jj"],edit:["eh1 d-ah-t","vb"],edited:["eh1 d-ah t-ah-d","vbn vbd"],editing:["eh1 d-ah t-ih-ng","vbg"],edition:["ah d-ih1 sh-ah-n","nn"],editor:["eh1 d-ah t-er","nn"],editorial:["eh d-ah t-ao1 r-iy ah-l","nn jj"],editorialist:["eh d-ah t-ao1 r-iy ah l-ih-s-t","nn"],editorialize:["eh d-ah t-ao1 r-iy ah l-ay-z","vb"],editorially:["eh d-ah t-ao1 r-iy ah l-iy","rb"],editorship:["eh1 d-ah t-er sh-ih-p","nn"],edits:["eh1 d-ih-t-s","vbz"],educate:["eh1 jh-ah k-ey-t","vb"],educated:["eh1 jh-ah k-ey t-ah-d","vbn jj"],educating:["eh1 jh-ah k-ey t-ih-ng","vbg"],education:["eh jh-ah k-ey1 sh-ah-n","nn"],educational:["eh jh-ah k-ey1 sh-ah n-ah-l","jj"],educator:["eh1 jh-ah k-ey t-er","nn"],eel:["iy1-l","nn"],eerie:["ih1 r-iy","jj"],eerily:["ih1 r-ah l-iy","rb"],effect:["ih f-eh1-k-t","nn jj vb vbp"],effected:["ih f-eh1-k t-ah-d","vbn vbd"],effecting:["ih f-eh1-k t-ih-ng","vbg"],effective:["ih f-eh1-k t-ih-v","jj vbn nn"],effectively:["ih f-eh1-k t-ih-v l-iy","rb"],effectiveness:["ih f-eh1-k t-ih-v n-ah-s","nn"],effete:["eh f-iy1-t","jj"],efficacious:["eh f-ah k-ey1 sh-ah-s","jj"],efficacy:["eh1 f-ih k-ae s-iy","nn"],efficiency:["ih f-ih1 sh-ah-n s-iy","nn"],efficient:["ih f-ih1 sh-ah-n-t","jj"],efficiently:["ih f-ih1 sh-ah-n-t l-iy","rb"],effigy:["eh1 f-ih jh-iy","nn"],effluent:["eh1 f-l-uw ah-n-t","nn jj"],effort:["eh1 f-er-t","nn"],effortless:["eh1 f-er-t l-ah-s","jj"],effortlessly:["eh1 f-er-t l-ah-s l-iy","rb"],effrontery:["ih f-r-ah1-n t-er iy","nn"],effusive:["eh1 f-y-uw s-ih-v","jj"],egalitarian:["ih g-ae l-ah t-eh1 r-iy ah-n","jj"],egalitarianism:["iy g-ae l-ah t-eh1 r-iy ah n-ih z-ah-m","nn"],egg:["eh1-g","nn vb"],egged:["eh1-g-d","vbn"],egghead:["eh1-g hh-eh-d","nn"],eggplant:["eh1-g p-l-ae-n-t","nn"],eggshell:["eh1-g sh-eh-l","jj"],ego:["iy1 g-ow","nn"],egocentric:["iy g-ow s-eh1-n t-r-ih-k","jj"],egotism:["iy1 g-ah t-ih z-ah-m","nn"],egotist:["iy1 g-ah t-ih-s-t","nn"],egotistical:["iy g-ah t-ih1 s-t-ih k-ah-l","jj"],egregious:["ih g-r-iy1 jh-ah-s","jj"],egregiously:["ih g-r-iy1 jh-ah-s l-iy","rb"],eight:["ey1-t","cd"],eighteenth:["ey t-iy1-n-th","jj"],eighth:["ey1-t-th","jj nn"],eighty:["ey1 t-iy","nn"],either:["iy1 dh-er","dt cc in rb rbr"],eject:["ih jh-eh1-k-t","vb"],ejected:["ih jh-eh1-k t-ih-d","vbn vbd"],ejection:["ih jh-eh1-k sh-ah-n","nn"],eke:["iy1-k","vb"],eked:["iy1-k-t","vbd vbn"],eking:["iy1 k-ih-ng","vbg"],elaborate:["ih l-ae1 b-r-ah-t","vb jj"],elaborated:["ih l-ae1 b-er ey t-ah-d","vbn"],elaborately:["ih l-ae1 b-r-ah-t l-iy","rb"],elaborates:["ih l-ae1 b-er ey-t-s","vbz"],elaborating:["ih l-ae1 b-er ey t-ih-ng","vbg"],elaboration:["ih l-ae b-er ey1 sh-ah-n","nn"],elapse:["ih l-ae1-p-s","vb"],elapsed:["ih l-ae1-p-s-t","vbn"],elastic:["ih l-ae1 s-t-ih-k","jj nn"],elasticity:["iy l-ae s-t-ih1 s-ah t-iy","nn"],elate:["ih-l-ey1-t","vb"],elated:["ih l-ey1 t-ah-d","jj vbn"],elation:["ih l-ey1 sh-ah-n","nn"],elbow:["eh1-l b-ow","nn vb"],elbowing:["eh1-l b-ow ih-ng","vbg"],elder:["eh1-l d-er","jjr jj nn"],elderly:["eh1-l d-er l-iy","jj nn"],eldest:["eh1-l d-ah-s-t","jjs"],elect:["ih l-eh1-k-t","vb vbp"],elected:["ih l-eh1-k t-ah-d","vbn jj vbd"],electing:["ih l-eh1-k t-ih-ng","vbg"],election:["ih l-eh1-k sh-ah-n","nn"],elective:["ih l-eh1-k t-ih-v","jj"],elector:["ih l-eh1-k t-er","nn"],electoral:["ih l-eh1-k t-er ah-l","jj"],electorate:["ih l-eh1-k t-er ah-t","nn"],electric:["ih l-eh1-k t-r-ih-k","jj nn"],electrical:["ih l-eh1-k t-r-ih k-ah-l","jj"],electrically:["ih l-eh1-k t-r-ih k-ah l-iy","rb"],electrician:["ih l-eh-k t-r-ih1 sh-ah-n","nn"],electricity:["ih l-eh-k t-r-ih1 s-ah t-iy","nn"],electrified:["ih l-eh1-k t-r-ah f-ay-d","vbn"],electrify:["ih-l-eh1-k-t-r-ah-f-ay","vb"],electrifying:["ih l-eh1-k t-r-ah f-ay ih-ng","jj"],electrocardiogram:["ih l-eh-k t-r-ow k-aa1-r d-iy ah g-r-ae-m","nn"],electrode:["ih l-eh1-k t-r-ow-d","nn"],electrodynamics:["ih l-eh-k t-r-ow d-ay n-ae1 m-ih-k-s","nn"],electrolysis:["ih l-eh-k t-r-aa1 l-ah s-ah-s","nn"],electrolytic:["ih l-eh-k t-r-ah l-ih1 t-ih-k","jj"],electromagnet:["ih l-eh-k t-r-ow m-ae1-g n-ah-t","nn"],electromagnetism:["ih l-eh-k t-r-ow m-ae1-g n-ah t-ih z-ah-m","nn"],electromechanical:["ih l-eh-k t-r-ow m-ah k-ae1 n-ih k-ah-l","jj"],electron:["ih l-eh1-k t-r-aa-n","nn"],electronic:["ih l-eh-k t-r-aa1 n-ih-k","jj"],electronically:["ih l-eh-k t-r-aa1 n-ih k-ah l-iy","rb"],electronics:["ih l-eh-k t-r-aa1 n-ih-k-s","nn"],electroplating:["ih l-eh1-k t-r-ah p-l-ey t-ih-ng","nn"],electroshock:["ih l-eh1-k t-r-ow sh-aa-k","nn"],electrostatic:["ih l-eh-k t-r-ow s-t-ae1 t-ih-k","jj"],elects:["ih l-eh1-k-t-s","vbz"],elegance:["eh1 l-ah g-ah-n-s","nn"],elegant:["eh1 l-ah g-ah-n-t","jj"],elegantly:["eh1 l-ih g-ah-n-t l-iy","rb"],element:["eh1 l-ah m-ah-n-t","nn"],elemental:["eh l-ah m-eh1-n t-ah-l","jj nn"],elementary:["eh l-ah m-eh1-n t-r-iy","jj"],elephant:["eh1 l-ah f-ah-n-t","nn"],elephantine:["eh l-ah f-ae1-n t-iy-n","jj"],elevate:["eh1 l-ah v-ey-t","vb vbp"],elevated:["eh1 l-ah v-ey t-ih-d","vbn vbd jj"],elevates:["eh1 l-ah v-ey-t-s","vbz"],elevating:["eh1 l-ah v-ey t-ih-ng","vbg"],elevation:["eh l-ah v-ey1 sh-ah-n","nn"],elevator:["eh1 l-ah v-ey t-er","nn"],eleventh:["ih l-eh1 v-ah-n-th","jj"],elfin:["eh1-l f-ih-n","jj"],elicit:["ih l-ih1 s-ih-t","vb"],elicited:["ih l-ih1 s-ih t-ih-d","vbn vbd"],elicits:["ih l-ih1 s-ah-t-s","vbz"],eligibility:["eh l-ih jh-ah b-ih1 l-ih t-iy","nn"],eligible:["eh1 l-ah jh-ah b-ah-l","jj nn"],eliminate:["ih l-ih1 m-ah n-ey-t","vb vbp"],eliminated:["ih l-ih1 m-ah n-ey t-ah-d","vbn vbd"],eliminates:["ih l-ih1 m-ah n-ey-t-s","vbz"],eliminating:["ih l-ih1 m-ah n-ey t-ih-ng","vbg"],elimination:["ih l-ih m-ah n-ey1 sh-ah-n","nn"],elite:["ih l-iy1-t","nn jj"],elitist:["ey l-iy1 t-ih-s-t","jj"],elixir:["ih l-ih1-k s-er","nn"],elk:["eh1-l-k","nn"],ellipsoid:["ih l-ih1-p s-oy-d","nn"],elliptical:["ih l-ih1-p t-ih k-ah-l","jj"],elm:["eh1-l-m","nn"],elongate:["ih l-ao1-ng g-ey-t","vb"],elongated:["ih l-ao1-ng g-ey t-ah-d","vbn jj"],elongation:["iy l-ao-ng g-ey1 sh-ah-n","nn"],eloquence:["eh1 l-ah k-w-ah-n-s","nn"],eloquent:["eh1 l-ah k-w-ah-n-t","jj"],eloquently:["eh1 l-ah k-w-ah-n-t l-iy","rb"],"else":["eh1-l-s","rb jj nn"],elsewhere:["eh1-l s-w-eh-r","rb nn"],elucidate:["ih-l-uw1-s-ah-d-ey-t","vb"],elucidated:["ih l-uw1 s-ah d-ey t-ah-d","vbn"],elude:["ih-l-uw1-d","vb"],eluded:["ih l-uw1 d-ih-d","vbd vbn"],eludes:["ih l-uw1-d-z","vbz"],eluding:["ih l-uw1 d-ih-ng","vbg"],elusive:["ih l-uw1 s-ih-v","jj"],elusiveness:["ih l-uw1 s-ih-v n-ah-s","nn"],emaciate:["ih-m-ey1-sh-iy-ey-t","vb"],emaciated:["ih m-ey1 sh-iy ey t-ih-d","vbn jj"],emanate:["eh1-m-ah-n-ey-t","vb"],emanated:["eh1 m-ah n-ey t-ih-d","vbd vbn"],emanating:["eh1 m-ah n-ey t-ih-ng","vbg"],emanation:["eh m-ah n-ey1 sh-ah-n","nn"],emancipate:["ih m-ae1-n s-ah p-ey-t","vb"],emancipated:["ih m-ae1-n s-ah p-ey t-ih-d","vbn jj"],emancipation:["ih m-ae-n s-ah p-ey1 sh-ah-n","nn"],emasculate:["ah m-ae1-s k-y-uw l-ih-t","vb"],emasculated:["ah m-ae1-s k-y-uw l-ey t-ih-d","vbd"],embankment:["eh-m b-ae1-ng-k m-ah-n-t","nn"],embargo:["eh-m b-aa1-r g-ow","nn vb"],embargoed:["ih-m b-aa1-r g-ow-d","jj vbd vbn"],embark:["eh-m b-aa1-r-k","vb vbp"],embarked:["eh-m b-aa1-r-k-t","vbd vbn"],embarking:["eh-m b-aa1-r k-ih-ng","vbg"],embarks:["ih-m b-aa1-r-k-s","vbz"],embarrass:["ih-m b-eh1 r-ah-s","vb"],embarrassed:["ih-m b-eh1 r-ah-s-t","vbn vbd jj"],embarrassing:["ih-m b-eh1 r-ah s-ih-ng","jj vbg"],embarrassingly:["ih-m b-eh1 r-ah s-ih-ng l-iy","rb"],embarrassment:["ih-m b-eh1 r-ah-s m-ah-n-t","nn"],embassy:["eh1-m b-ah s-iy","nn"],embattle:["eh-m-b-ae1-t-ah-l","vb"],embattled:["eh-m b-ae1 t-ah-l-d","jj vbn"],embed:["ih-m-b-eh1-d","vb"],embedded:["eh-m b-eh1 d-ih-d","vbn jj"],embellish:["ih-m b-eh1 l-ih-sh","vb"],embellished:["eh-m b-eh1 l-ih-sh-t","vbn"],embezzle:["ih-m b-eh1 z-ah-l","vb"],embezzled:["ih-m b-eh1 z-ah-l-d","vbd"],embezzlement:["eh-m b-eh1 z-ah-l m-ah-n-t","nn"],embezzler:["ih-m b-eh1 z-ah-l er","nn"],embezzling:["ih-m b-eh1 z-ah-l ih-ng","vbg"],embitter:["eh-m-b-ih1-t-er","vb"],embittered:["eh-m b-ih1 t-er-d","vbn jj"],emblazon:["eh-m-b-l-ey1-z-ah-n","vb"],emblazoned:["eh-m b-l-ey1 z-ah-n-d","vbn"],emblem:["eh1-m b-l-ah-m","nn"],emblematic:["eh-m b-l-ah m-ae1 t-ih-k","jj"],embodied:["ih-m b-aa1 d-iy-d","vbn vbd"],embodies:["eh-m b-aa1 d-iy-z","vbz"],embodiment:["eh-m b-aa1 d-iy m-ah-n-t","nn"],embody:["ih-m b-aa1 d-iy","vb vbp"],embodying:["ih-m b-aa1 d-iy ih-ng","vbg"],embolden:["eh-m-b-ow1-l-d-ah-n","vb"],emboldened:["eh-m b-ow1-l d-ah-n-d","vbn vbd"],embolism:["eh1-m b-ow l-ih z-ah-m","nn"],emboss:["ih-m-b-ao1-s","vb"],embossed:["ih-m b-ao1-s-t","vbd vbn"],embrace:["eh-m b-r-ey1-s","vb vbp nn"],embraced:["eh-m b-r-ey1-s-t","vbn vbd"],embracing:["eh-m b-r-ey1 s-ih-ng","vbg"],embroider:["ih-m b-r-oy1 d-er","vbp vb"],embroidered:["eh-m b-r-oy1 d-er-d","vbn"],embroidery:["eh-m b-r-oy1 d-er iy","nn"],embroil:["eh-m-b-r-oy1-l","vb"],embroiled:["eh-m b-r-oy1-l-d","vbn"],embryo:["eh1-m b-r-iy ow","nn"],embryonic:["eh-m b-r-iy aa1 n-ih-k","jj"],emcee:["eh1-m s-iy1","nn"],emerald:["eh1-m r-ah-l-d","jj nn"],emerge:["ih m-er1-jh","vb vbp"],emerged:["ih m-er1-jh-d","vbd vbn"],emergence:["ih m-er1 jh-ah-n-s","nn"],emergency:["ih m-er1 jh-ah-n s-iy","nn jj"],emergent:["ih m-er1 jh-ah-n-t","jj"],emerges:["ih m-er1 jh-ih-z","vbz"],emerging:["ih m-er1 jh-ih-ng","vbg"],emeritus:["ih m-eh1 r-ah t-ah-s","nn jj"],emigrant:["eh1 m-ah g-r-ah-n-t","nn"],emigrate:["eh1 m-ah g-r-ey-t","vb vbp"],emigrated:["eh1 m-ah g-r-ey t-ih-d","vbd vbn"],emigrating:["eh1 m-ah g-r-ey t-ih-ng","vbg"],emigration:["eh m-ah g-r-ey1 sh-ah-n","nn"],emigre:["eh1 m-ah g-r-ey","nn"],eminence:["eh1 m-ah n-ah-n-s","nn"],eminent:["eh1 m-ah n-ah-n-t","jj"],eminently:["eh1 m-ah n-ah-n-t l-iy","rb"],emissary:["eh1 m-ah s-eh r-iy","nn"],emission:["ih m-ih1 sh-ah-n","nn"],emit:["ih m-ih1-t","vb vbp"],emits:["ih m-ih1-t-s","vbz"],emitted:["ih m-ih1 t-ah-d","vbn vbd"],emitting:["ih m-ih1 t-ih-ng","vbg"],emotion:["ih m-ow1 sh-ah-n","nn"],emotional:["ih m-ow1 sh-ah n-ah-l","jj"],emotionally:["ih m-ow1-sh n-ah l-iy","rb"],empathetic:["eh-m p-ah th-eh1 t-ih-k","jj"],empathize:["eh1-m p-ah th-ay-z","vb"],empathy:["eh1-m p-ah th-iy","nn"],emperor:["eh1-m p-er er","nn"],emphasis:["eh1-m f-ah s-ah-s","nn"],emphasize:["eh1-m f-ah s-ay-z","vb vbp"],emphasized:["eh1-m f-ah s-ay-z-d","vbd vbn"],emphasizes:["eh1-m f-ah s-ay z-ah-z","vbz"],emphasizing:["eh1-m f-ah s-ay z-ih-ng","vbg"],emphatic:["eh-m f-ae1 t-ih-k","jj"],emphatically:["eh-m f-ae1 t-ih-k l-iy","rb"],emphysema:["eh-m f-ah z-iy1 m-ah","nn"],empire:["eh1-m p-ay er","nn"],empirical:["eh-m p-ih1 r-ih k-ah-l","jj"],empirically:["eh-m p-ih1 r-ih k-ah l-iy","rb"],empiricism:["eh-m p-ih1 r-ah s-ih z-ah-m","nn"],employ:["eh-m p-l-oy1","vb nn vbp"],employed:["eh-m p-l-oy1-d","vbn vbd"],employee:["eh-m p-l-oy1 iy","nn"],employer:["eh-m p-l-oy1 er","nn"],employing:["eh-m p-l-oy1 ih-ng","vbg"],employment:["eh-m p-l-oy1 m-ah-n-t","nn"],employs:["eh-m p-l-oy1-z","vbz"],empower:["ih-m p-aw1 er","vb vbp"],empowered:["ih-m p-aw1 er-d","vbn vbd"],empowering:["ih-m p-aw1 er ih-ng","vbg"],empowerment:["ih-m p-aw1 er m-ah-n-t","nn"],empowers:["ih-m p-aw1 er-z","vbz"],emptied:["eh1-m-p t-iy-d","vbn vbd"],emptier:["eh1-m-p t-iy er","jjr rbr"],empties:["eh1-m-p t-iy-z","vbz"],emptiness:["eh1-m-p t-iy n-ah-s","nn"],empty:["eh1-m-p t-iy","jj nn rb vb vbp"],emptying:["eh1-m-p t-iy ih-ng","vbg"],emulate:["eh1 m-y-ah l-ey-t","vb"],emulated:["eh1 m-y-ah l-ey t-ih-d","vbn"],emulating:["eh1 m-y-ah l-ey t-ih-ng","vbg"],emulsion:["ih m-ah1-l sh-ah-n","nn"],enable:["eh n-ey1 b-ah-l","vb vbp"],enabled:["eh n-ey1 b-ah-l-d","vbd vbn"],enables:["eh n-ey1 b-ah-l-z","vbz"],enabling:["eh n-ey1 b-ah-l ih-ng","vbg"],enact:["ih n-ae1-k-t","vb"],enacted:["eh n-ae1-k t-ah-d","vbn vbd"],enacting:["eh n-ae1-k t-ih-ng","vbg"],enactment:["eh n-ae1-k-t m-ah-n-t","nn"],enacts:["ih n-ae1-k-t-s","vbz"],enamel:["ih n-ae1 m-ah-l","nn"],enamored:["eh n-ae1 m-er-d","jj"],encamp:["ih-n-k-ae1-m-p","vb"],encamped:["ih-n k-ae1-m-p-t","vbn"],encase:["eh-n-k-ey1-s","vb"],encased:["eh-n k-ey1-s-t","vbd"],encephalitis:["eh-n s-eh f-ah l-ay1 t-ah-s","nn"],enchant:["eh-n-ch-ae1-n-t","vb"],enchanted:["eh-n ch-ae1-n t-ih-d","vbn jj"],enchanting:["eh-n ch-ae1-n t-ih-ng","jj"],enchantment:["eh-n ch-ae1-n-t m-ah-n-t","nn"],encircle:["eh-n s-er1 k-ah-l","vb"],encircled:["ih-n s-er1 k-ah-l-d","vbd jj"],encircling:["eh-n s-er1 k-ah-l ih-ng","vbg"],enclave:["aa1-n k-l-ey-v","nn"],enclose:["ih-n-k-l-ow1-z","vb"],enclosed:["eh-n k-l-ow1-z-d","vbn vbd"],enclosing:["eh-n k-l-ow1 z-ih-ng","vbg"],enclosure:["eh-n k-l-ow1 zh-er","nn"],encode:["eh-n-k-ow1-d","vb"],encoded:["eh-n k-ow1 d-ih-d","vbn"],encompass:["eh-n k-ah1-m p-ah-s","vb"],encompassed:["eh-n k-ah1-m p-ah-s-t","vbn vbd"],encompasses:["eh-n k-ah1-m p-ah s-ah-z","vbz"],encompassing:["eh-n k-ah1-m p-ah s-ih-ng","vbg"],encore:["aa1-n k-ao-r","nn"],encounter:["ih-n k-aw1-n t-er","nn vb vbp"],encountered:["ih-n k-aw1-n t-er-d","vbn vbd"],encountering:["eh-n k-aw1-n t-er ih-ng","vbg"],encourage:["eh-n k-er1 ih-jh","vb vbp"],encouraged:["eh-n k-er1 ih-jh-d","vbn vbd jj"],encouragement:["eh-n k-er1 ih-jh m-ah-n-t","nn"],encourages:["eh-n k-er1 ih jh-ih-z","vbz"],encouraging:["eh-n k-er1 ih jh-ih-ng","vbg jj"],encroach:["ih-n k-r-ow1-ch","vb"],encroached:["ih-n k-r-ow1-ch-t","vbd"],encroaching:["ih-n k-r-ow1 ch-ih-ng","vbg"],encroachment:["eh-n k-r-ow1-ch m-ah-n-t","nn"],encrust:["eh-n-k-r-ah1-s-t","vb"],encrusted:["eh-n k-r-ah1 s-t-ih-d","vbn"],encumber:["eh-n k-ah1-m b-er","vb"],encumbered:["eh-n k-ah1-m b-er-d","vbn"],encyclopedia:["ih-n s-ay k-l-ah p-iy1 d-iy ah","nn"],encyclopedic:["ih-n s-ay k-l-ah p-iy1 d-ih-k","jj"],end:["eh1-n-d","nn vbp jj rb vb"],endanger:["eh-n d-ey1-n jh-er","vb vbp"],endangered:["eh-n d-ey1-n jh-er-d","vbn vbd jj"],endangering:["eh-n d-ey1-n jh-er ih-ng","vbg"],endangerment:["eh-n d-ey1-n jh-er m-ah-n-t","nn"],endear:["eh-n-d-iy1-r","vb"],endeared:["eh-n d-iy1-r-d","vbd vbn"],endearing:["eh-n d-iy1 r-ih-ng","jj"],endearment:["ih-n d-ih1-r m-ah-n-t","nn"],endeavor:["ih-n d-eh1 v-er","nn vb"],endeavored:["ih-n d-eh1 v-er-d","vbd vbn"],endeavor:["ih-n d-eh1 v-er","nn"],ended:["eh1-n d-ah-d","vbd jj vb vbn"],endemic:["eh-n d-eh1 m-ih-k","jj"],ending:["eh1-n d-ih-ng","vbg jj nn vbn"],endless:["eh1-n-d l-ah-s","jj"],endlessly:["eh1-n-d l-ah-s l-iy","rb"],endocrine:["eh1-n d-ow k-r-ay-n","jj"],endocrinologist:["eh-n d-ow k-r-ah n-aa1 l-ah jh-ah-s-t","nn"],endometriosis:["eh-n d-ow m-eh t-r-iy ow1 s-ih-s","nn"],endorse:["eh-n d-ao1-r-s","vb vbp"],endorsed:["eh-n d-ao1-r-s-t","vbn vbd"],endorsement:["eh-n d-ao1-r-s m-ah-n-t","nn"],endorser:["ih-n d-ao1-r s-er","nn"],endorses:["eh-n d-ao1-r s-ih-z","vbz"],endorsing:["eh-n d-ao1-r s-ih-ng","vbg"],endosperm:["eh1-n d-ah s-p-er-m","nn"],endothermic:["eh-n d-ow th-er1 m-ih-k","jj"],endow:["eh-n d-aw1","vb vbp"],endowed:["eh-n d-aw1-d","vbn vbd jj"],endowment:["eh-n d-aw1 m-ah-n-t","nn"],endurance:["eh1-n d-er ah-n-s","nn"],endure:["eh-n d-y-uh1-r","vb vbp"],endured:["eh-n d-y-uh1-r-d","vbd vbn"],endures:["eh-n d-y-uh1-r-z","vbz"],enduring:["eh-n d-y-uh1 r-ih-ng","vbg jj"],enemy:["eh1 n-ah m-iy","nn"],energetic:["eh n-er jh-eh1 t-ih-k","jj"],energetically:["eh n-er jh-eh1 t-ih-k l-iy","rb"],energize:["eh1 n-er jh-ay-z","vb"],energized:["eh1 n-er jh-ay-z-d","vbn"],energizing:["eh1 n-er jh-ay z-ih-ng","vbg"],energy:["eh1 n-er jh-iy","nn"],enforce:["eh-n f-ao1-r-s","vb vbp"],enforceable:["eh-n f-ao1-r s-ah b-ah-l","jj"],enforced:["eh-n f-ao1-r-s-t","vbn vbd jj"],enforcement:["eh-n f-ao1-r-s m-ah-n-t","nn"],enforcer:["eh-n f-ao1-r s-er","nn"],enforces:["eh-n f-ao1-r s-ih-z","vbz"],enforcing:["eh-n f-ao1-r s-ih-ng","vbg"],engage:["eh-n g-ey1-jh","vb vbp"],engaged:["eh-n g-ey1-jh-d","vbn jj vbd"],engagement:["eh-n g-ey1-jh m-ah-n-t","nn"],engaging:["eh-n g-ey1 jh-ih-ng","vbg jj"],engender:["eh-n jh-eh1-n d-er","vb"],engendered:["eh-n jh-eh1-n d-er-d","vbn vbd"],engenders:["eh1-ng g-ah-n d-er-z","vbz"],engine:["eh1-n jh-ah-n","nn"],engineer:["eh1-n jh-ah n-ih1-r","nn vb"],engineered:["eh-n jh-ah n-iy1-r-d","vbn vbd jj"],engineering:["eh1-n jh-ah n-ih1 r-ih-ng","vbg"],engrave:["ih-n g-r-ey1-v","vb"],engraved:["ih-n g-r-ey1-v-d","vbn jj"],engraver:["ih-n g-r-ey1 v-er","nn"],engraving:["ih-n g-r-ey1 v-ih-ng","nn"],engross:["ih-n-g-r-ow1-s","vb"],engrossed:["ih-n g-r-ow1-s-t","jj vbn"],engrossing:["ih-n g-r-ow1 s-ih-ng","jj"],engulf:["ih-n g-ah1-l-f","vb"],engulfed:["ih-n g-ah1-l-f-t","vbn vbd"],engulfing:["ih-n g-ah1-l f-ih-ng","vbg jj"],enhance:["eh-n hh-ae1-n-s","vb vbp"],enhanced:["eh-n hh-ae1-n-s-t","vbn vbd jj"],enhancement:["eh-n hh-ae1-n-s m-ah-n-t","nn"],enhances:["eh-n hh-ae1-n s-ih-z","vbz"],enhancing:["eh-n hh-ae1-n s-ih-ng","vbg"],enigma:["ih n-ih1-g m-ah","nn"],enigmatic:["eh n-ih-g m-ae1 t-ih-k","jj"],enjoin:["eh-n jh-oy1-n","vb"],enjoined:["eh-n jh-oy1-n-d","vbn vbd"],enjoining:["eh-n jh-oy1 n-ih-ng","vbg"],enjoy:["eh-n jh-oy1","vb vbp"],enjoyable:["eh-n jh-oy1 ah b-ah-l","jj"],enjoyed:["eh-n jh-oy1-d","vbd vbn"],enjoying:["eh-n jh-oy1 ih-ng","vbg"],enjoyment:["eh-n jh-oy1 m-ah-n-t","nn"],enjoys:["eh-n jh-oy1-z","vbz"],enlarge:["eh-n l-aa1-r-jh","vb"],enlarged:["eh-n l-aa1-r-jh-d","vbn jj vbd"],enlargement:["ih-n l-aa1-r-jh m-ah-n-t","nn"],enlarges:["ih-n l-aa1-r jh-ih-z","vbz"],enlarging:["ih-n l-aa1-r jh-ih-ng","vbg"],enlighten:["eh-n l-ay1 t-ah-n","vb"],enlightened:["eh-n l-ay1 t-ah-n-d","jj vbn"],enlightening:["eh-n l-ay1 t-ah-n ih-ng","vbg jj"],enlightenment:["eh-n l-ay1 t-ah-n m-ah-n-t","nn"],enlist:["eh-n l-ih1-s-t","vb"],enlisted:["eh-n l-ih1 s-t-ih-d","vbd jj vbn"],enlisting:["eh-n l-ih1 s-t-ih-ng","vbg"],enlistment:["eh-n l-ih1-s-t m-ah-n-t","nn"],enlists:["eh-n l-ih1-s-t-s","vbz"],enliven:["eh-n l-ay1 v-ah-n","vb vbp"],enlivened:["eh-n l-ay1 v-ah-n-d","vbn"],enmesh:["eh-n-m-eh1-sh","vb"],enmeshed:["eh-n m-eh1-sh-t","vbn"],enmity:["eh1-n m-ah t-iy","nn"],ennui:["eh n-uw1 iy","nn"],enormity:["ih n-ao1-r m-ah t-iy","nn"],enormous:["ih n-ao1-r m-ah-s","jj"],enormously:["ih n-ao1-r m-ah-s l-iy","rb"],enough:["ih-n ah1-f","rb jj nn"],enrage:["eh-n r-ey1-jh","nn vb"],enraged:["eh-n r-ey1-jh-d","jj vbd vbn"],enrapture:["eh-n-r-ae1-p-ch-er","vb"],enraptured:["eh-n r-ae1-p ch-er-d","vbd vbn"],enrich:["eh-n r-ih1-ch","vb vbp"],enriched:["eh-n r-ih1-ch-t","vbn"],enriches:["eh-n r-ih1 ch-ih-z","vbz"],enriching:["eh-n r-ih1 ch-ih-ng","vbg"],enrichment:["eh-n r-ih1-ch m-ah-n-t","nn"],enroll:["eh-n r-ow1-l","vb vbp"],enrolled:["eh-n r-ow1-l-d","vbn vbd jj"],enrollee:["eh-n r-ow1 l-iy1","nn"],enrolling:["eh-n r-ow1 l-ih-ng","nn"],enrollment:["eh-n r-ow1-l m-ah-n-t","nn"],enroute:["eh-n r-uw1-t","rb"],ensconce:["ih-n-s-k-aa1-n-s","vb"],ensconced:["ih-n s-k-aa1-n-s-t","vbn vbd"],ensemble:["aa-n s-aa1-m b-ah-l","nn"],enshrine:["eh-n-sh-r-ay1-n","vb"],enshrined:["eh-n sh-r-ay1-n-d","vbn"],enslave:["eh-n-s-l-ey1-v","vb"],enslaved:["eh-n s-l-ey1-v-d","vbn"],enslavement:["eh-n s-l-ey1-v m-ah-n-t","nn"],ensnare:["ih-n s-n-eh1-r","vb"],ensnared:["ih-n s-n-eh1-r-d","vbn"],ensnarl:["ih-n-s-n-aa1-r-l","vb"],ensnarled:["ih-n s-n-aa1-r-l-d","vbn"],ensue:["ih-n s-uw1","vb vbp"],ensued:["ih-n s-uw1-d","vbd vbn"],ensues:["ih-n s-uw1-z","vbz"],ensuing:["eh1-n s-uw ih-ng","vbg"],ensure:["eh-n sh-uh1-r","vb vbp"],ensured:["eh-n sh-uh1-r-d","vbd"],ensures:["eh-n sh-uh1-r-z","vbz"],ensuring:["eh-n sh-uh1 r-ih-ng","vbg"],entail:["eh-n t-ey1-l","vb vbp"],entailed:["ih-n t-ey1-l-d","vbd vbn"],entailing:["ih-n t-ey1 l-ih-ng","vbg"],entails:["ih-n t-ey1-l-z","vbz"],entangle:["eh-n-t-ae1-ng-g-ah-l","vb"],entangled:["eh-n t-ae1-ng g-ah-l-d","jj vbd vbn"],entanglement:["eh-n t-ae1-ng g-ah-l m-ah-n-t","nn"],enter:["eh1-n t-er","vb vbn vbp"],entered:["eh1-n t-er-d","vbd vbn"],entering:["eh1-n t-er ih-ng","vbg"],enterprise:["eh1-n t-er p-r-ay-z","nn"],enterprising:["eh1-n t-er p-r-ay z-ih-ng","jj"],enters:["eh1-n t-er-z","vbz"],entertain:["eh-n t-er t-ey1-n","vb"],entertained:["eh-n t-er t-ey1-n-d","vbn vbd"],entertainer:["eh-n t-er t-ey1 n-er","nn"],entertaining:["eh-n t-er t-ey1 n-ih-ng","vbg jj nn"],entertainment:["eh-n t-er t-ey1-n m-ah-n-t","nn"],entertains:["eh-n t-er t-ey1-n-z","vbz"],enthral:["eh-n th-r-ao1-l","vb"],enthralled:["eh-n th-r-ao1-l-d","jj vbn"],enthusiasm:["ih-n th-uw1 z-iy ae z-ah-m","nn"],enthusiast:["eh-n th-uw1 z-iy ae-s-t","nn"],enthusiastic:["ih-n th-uw z-iy ae1 s-t-ih-k","jj"],enthusiastically:["ih-n th-uw z-iy ae1 s-t-ih-k l-iy","rb"],entice:["ih-n t-ay1-s","vb vbp"],enticed:["ih-n t-ay1-s-t","vbd"],enticement:["ih-n t-ay1-s m-ah-n-t","nn"],enticing:["eh-n t-ay1 s-ih-ng","vbg jj"],entire:["ih-n t-ay1 er","jj nn"],entirely:["ih-n t-ay1 er l-iy","rb"],entirety:["ih-n t-ay1 er t-iy","nn"],entitle:["eh-n t-ay1 t-ah-l","vb vbp"],entitled:["eh-n t-ay1 t-ah-l-d","vbn vbd"],entitlement:["eh-n t-ay1 t-ah-l m-ah-n-t","nn jj"],entitles:["eh-n t-ay1 t-ah-l-z","vbz"],entitling:["eh-n t-ay1 t-ah-l ih-ng","vbg"],entity:["eh1-n t-ah t-iy","nn"],entomb:["eh-n-t-uw1-m","vb"],entombed:["eh-n t-uw1-m-d","vbn"],entomologist:["eh-n t-ah m-aa1 l-ah jh-ah-s-t","nn"],entourage:["aa-n t-uh r-aa1-zh","nn"],entrance:["eh1-n t-r-ah-n-s","nn vb"],entranced:["ih-n t-r-ae1-n-s-t","vbn"],entrant:["eh1-n t-r-ah-n-t","nn"],entrapment:["ih-n t-r-ae1-p m-ah-n-t","nn"],entre:["aa1-n t-r-ey","nn"],entreaty:["eh-n t-r-iy1 t-iy","nn"],entrench:["eh-n t-r-eh1-n-ch","vb"],entrenched:["eh-n t-r-eh1-n-ch-t","vbn vbd jj"],entrenchment:["eh-n t-r-eh1-n-ch m-ah-n-t","nn"],entrepreneur:["aa-n t-r-ah p-r-ah n-er1","nn"],entrepreneurial:["aa-n t-r-ah p-r-ah n-er1 iy ah-l","jj"],entrepreneurship:["aa-n t-r-ah p-r-ah n-er1 sh-ih-p","nn"],entropy:["eh1-n t-r-ah p-iy","nn"],entrust:["eh-n t-r-ah1-s-t","vb vbp"],entrusted:["eh-n t-r-ah1 s-t-ih-d","vbn"],entrusting:["eh-n t-r-ah1 s-t-ih-ng","vbg"],entry:["eh1-n t-r-iy","nn"],entwine:["eh-n-t-w-ay1-n","vb"],entwined:["eh-n t-w-ay1-n-d","vbn jj"],enumerate:["ih-n-uw1-m-er-ey-t","vb"],enumerated:["ih n-uw1 m-er ey t-ih-d","vbn jj"],enumeration:["ih n-uw m-er ey1 sh-ah-n","nn"],enunciate:["ih-n-ah1-n-s-iy-ey-t","vb"],enunciated:["ih n-ah1-n s-iy ey t-ih-d","vbd"],envelop:["eh-n v-eh1 l-ah-p","vb"],envelope:["eh1-n v-ah l-ow-p","nn"],enveloped:["eh-n v-eh1 l-ah-p-t","vbn"],enveloping:["ih-n v-eh1 l-ah p-ih-ng","vbg"],enviable:["eh1-n v-iy ah b-ah-l","jj"],envied:["eh1-n v-iy-d","vbd"],envious:["eh1-n v-iy ah-s","jj"],enviously:["eh1-n v-iy ah-s l-iy","rb"],environ:["ih-n v-ay1 r-ah-n","nn"],environment:["ih-n v-ay1 r-ah-n m-ah-n-t","nn"],environmental:["ih-n v-ay r-ah-n m-eh1-n t-ah-l","jj"],environmentalism:["eh-n v-ay1 r-ah-n m-eh-n t-ah l-ih z-ah-m","nn"],environmentalist:["ih-n v-ay r-ah-n m-eh1-n t-ah l-ih-s-t","nn jj"],environmentally:["ih-n v-ay r-ah-n m-eh1-n t-ah l-iy","rb"],envisage:["eh-n v-ih1 z-ih-jh","vb"],envisaged:["eh-n v-ih1 z-ih-jh-d","vbd vbn"],envisages:["eh-n v-ih1 z-ih jh-ih-z","vbz"],envision:["eh-n v-ih1 zh-ah-n","vbp vb"],envisioned:["eh-n v-ih1 zh-ah-n-d","vbd vbn"],envisioning:["eh-n v-ih1 zh-ah-n ih-ng","vbg"],envisions:["eh-n v-ih1 zh-ah-n-z","vbz"],envoy:["eh1-n v-oy","nn"],envy:["eh1-n v-iy","nn vbp vb"],enzymatic:["eh-n z-ay m-ae1 t-ih-k","jj"],enzyme:["eh1-n z-ay-m","nn"],eon:["iy1 ah-n","nn"],ephemeral:["ih f-eh1 m-er ah-l","jj"],epic:["eh1 p-ih-k","nn jj"],epicenter:["eh1 p-ah s-eh-n t-er","nn"],epicure:["eh1 p-ih k-y-uh-r","nn"],epicurean:["eh p-ah k-y-uh r-iy1 ah-n","nn"],epidemic:["eh p-ah d-eh1 m-ih-k","nn jj"],epidemiological:["eh p-ah d-iy m-iy ah l-aa1 jh-ih k-ah-l","jj"],epidemiologist:["eh p-ah d-iy m-iy aa1 l-ah jh-ih-s-t","nn"],epidermis:["eh p-ah d-er1 m-ah-s","nn"],epigenetic:["eh p-ah jh-ah n-eh1 t-ih-k","jj"],epilepsy:["eh1 p-ah l-eh-p s-iy","nn"],epileptic:["eh p-ah l-eh1-p t-ih-k","jj"],epilogue:["eh1 p-ah l-ao-g","nn"],epiphany:["ih p-ih1 f-ah n-iy","nn"],episode:["eh1 p-ah s-ow-d","nn"],episodic:["eh p-ah s-aa1 d-ih-k","jj"],epistemology:["ih p-ih s-t-ah m-aa1 l-ah jh-iy","nn"],epitaph:["eh1 p-ah t-ae-f","nn"],epithet:["eh1 p-ah th-eh-t","nn"],epitome:["ih p-ih1 t-ah m-iy","nn"],epitomize:["ih p-ih1 t-ah m-ay-z","vb vbp"],epitomized:["ih p-ih1 t-ah m-ay-z-d","vbn vbd"],epitomizes:["ih p-ih1 t-ah m-ay z-ih-z","vbz"],epoch:["eh1 p-ah-k","nn"],epochal:["eh1 p-ah k-ah-l","jj"],epoxy:["ih p-aa1-k s-iy","jj"],epsom:["eh1-p s-ah-m","nn"],equal:["iy1 k-w-ah-l","jj nn vb vbp"],equaled:["iy1 k-w-ah-l-d","vbd vbn"],equaling:["iy1 k-w-ah-l ih-ng","vbg"],equality:["ih k-w-aa1 l-ah t-iy","nn"],equalization:["iy k-w-ah l-ih z-ey1 sh-ah-n","nn"],equalize:["iy1 k-w-ah l-ay-z","vb"],equalizer:["iy1 k-w-ah l-ay z-er","nn"],equalizing:["iy1 k-w-ah l-ay z-ih-ng","nn"],equally:["iy1 k-w-ah l-iy","rb"],equanimity:["iy k-w-ah n-ih1 m-ih t-iy","nn"],equate:["ih k-w-ey1-t","vb vbp"],equated:["ih k-w-ey1 t-ih-d","vbn vbd"],equates:["ih k-w-ey1-t-s","vbz"],equating:["ih k-w-ey1 t-ih-ng","vbg"],equation:["ih k-w-ey1 zh-ah-n","nn"],equator:["ih k-w-ey1 t-er","nn"],equatorial:["iy k-w-ah t-ao1 r-iy ah-l","jj"],equestrian:["ih k-w-eh1-s t-r-iy ah-n","jj"],equilibrium:["iy k-w-ah l-ih1 b-r-iy ah-m","nn"],equine:["iy1 k-w-ay-n","nn"],equip:["ih k-w-ih1-p","vb vbp"],equipment:["ih k-w-ih1-p m-ah-n-t","nn"],equipped:["ih k-w-ih1-p-t","vbn jj vbd"],equipping:["ih k-w-ih1 p-ih-ng","vbg"],equips:["ih k-w-ih1-p-s","vbz"],equitable:["eh1 k-w-ah t-ah b-ah-l","jj"],equitably:["eh1 k-w-ih t-ah b-l-iy","rb"],equity:["eh1 k-w-ah t-iy","nn"],equivalence:["ih k-w-ih1 v-ah l-ah-n-s","nn"],equivalent:["ih k-w-ih1 v-ah l-ah-n-t","nn jj"],equivocal:["ih k-w-ih1 v-ah k-ah-l","jj"],era:["eh1 r-ah","nn"],eradicate:["ih r-ae1 d-ah k-ey-t","vb"],eradicated:["ih r-ae1 d-ah k-ey t-ih-d","vbn vbd"],eradicating:["ih r-ae1 d-ah k-ey t-ih-ng","vbg"],eradication:["ih r-ae d-ah k-ey1 sh-ah-n","nn"],erasable:["ih r-ey1 s-ah b-ah-l","jj"],erase:["ih r-ey1-s","vb"],erased:["ih r-ey1-s-t","vbn vbd"],eraser:["ih r-ey1 s-er","nn"],erases:["ih r-ey1 s-ih-z","vbz"],erasing:["ih r-ey1 s-ih-ng","vbg"],erect:["ih r-eh1-k-t","vb vbp jj"],erected:["ih r-eh1-k t-ah-d","vbn vbd"],erecting:["ih r-eh1-k t-ih-ng","vbg"],erection:["ih r-eh1-k sh-ah-n","nn"],erects:["ih r-eh1-k-t-s","vbz"],erode:["ih r-ow1-d","vb vbp"],eroded:["ih r-ow1 d-ah-d","vbn jj vbd"],erodes:["ih r-ow1-d-z","vbz"],eroding:["ih r-ow1 d-ih-ng","vbg"],erosion:["ih r-ow1 zh-ah-n","nn"],erotic:["ih r-aa1 t-ih-k","jj"],err:["eh1-r","vb"],errand:["eh1 r-ah-n-d","nn"],errant:["eh1 r-ah-n-t","jj"],erratic:["ih r-ae1 t-ih-k","jj"],erratically:["eh r-ae1 t-ih-k l-iy","rb"],erred:["eh1-r-d","vbn vbd"],erroneous:["eh r-ow1 n-iy ah-s","jj"],erroneously:["eh r-ow1 n-iy ah-s l-iy","rb"],error:["eh1 r-er","nn"],ersatz:["eh1-r s-aa-t-s","jj"],erstwhile:["er1-s-t w-ay-l","jj"],erudite:["eh1 r-ah d-ay-t","jj"],erudition:["eh r-ah d-ih1 sh-ah-n","nn"],erupt:["ih r-ah1-p-t","vb vbp"],erupted:["ih r-ah1-p t-ah-d","vbd vbn"],erupting:["ih r-ah1-p t-ih-ng","vbg"],eruption:["ih r-ah1-p sh-ah-n","nn"],erupts:["ih r-ah1-p-t-s","vbz"],erythropoietin:["eh r-ih th-r-ah p-oy1 t-ih-n","nn"],escalate:["eh1 s-k-ah l-ey-t","vb vbp"],escalated:["eh1 s-k-ah l-ey t-ih-d","vbn vbd"],escalating:["eh1 s-k-ah l-ey t-ih-ng","vbg"],escalation:["eh s-k-ah l-ey1 sh-ah-n","nn"],escalator:["eh1 s-k-ah l-ey t-er","nn"],escapade:["eh1 s-k-ah p-ey-d","nn"],escape:["ih s-k-ey1-p","vb nn vbp"], +escaped:["ih s-k-ey1-p-t","vbd vbn"],escapee:["ih s-k-ey p-iy1","nn"],escaping:["ih s-k-ey1 p-ih-ng","vbg"],eschew:["eh-s ch-uw1","vb"],eschewed:["eh-sh uw1-d","vbn"],eschewing:["eh-sh uw1 ih-ng","vbg"],eschews:["eh-s ch-uw1-z","vbz"],escort:["eh s-k-ao1-r-t","nn vb"],escorted:["eh s-k-ao1-r t-ih-d","vbd vbn"],escorting:["eh1 s-k-ao-r t-ih-ng","vbg"],escrow:["eh s-k-r-ow1","nn jj vb"],escrowed:["eh1 s-k-r-ow-d","vbn"],escudo:["eh s-k-uw1 d-ow","nn"],esophagus:["ih s-aa1 f-ah g-ah-s","nn"],esoteric:["eh s-ah t-eh1 r-ih-k","jj"],especially:["ah s-p-eh1-sh l-iy","rb"],espionage:["eh1 s-p-iy ah n-aa-jh","nn"],esplanade:["eh-s p-l-ah n-aa1-d","nn"],espouse:["ih s-p-aw1-z","vb vbp"],espoused:["ih s-p-aw1-z-d","vbd vbn"],espouses:["ih s-p-aw1 z-ih-z","vbz"],espousing:["ih s-p-aw1 z-ih-ng","vbg"],espresso:["eh s-p-r-eh1 s-ow","nn"],essay:["eh s-ey1","nn"],essayist:["eh1 s-ey ih-s-t","nn"],essence:["eh1 s-ah-n-s","nn"],essential:["ih s-eh1-n sh-ah-l","jj nn"],essentially:["ih s-eh1-n sh-ah l-iy","rb"],establish:["ih s-t-ae1 b-l-ih-sh","vb vbp"],established:["ih s-t-ae1 b-l-ih-sh-t","vbn jj vbd"],establishes:["ih s-t-ae1 b-l-ih sh-ih-z","vbz"],establishing:["ih s-t-ae1 b-l-ih sh-ih-ng","vbg"],establishment:["ih s-t-ae1 b-l-ih-sh m-ah-n-t","nn"],estate:["ih s-t-ey1-t","nn"],esteem:["ah s-t-iy1-m","nn vb"],esteemed:["ih s-t-iy1-m-d","vbd vbn"],estimable:["eh1 s-t-ah m-ah b-ah-l","jj"],estimate:["eh1 s-t-ah m-ah-t","nn vb vbp"],estimated:["eh1 s-t-ah m-ey t-ah-d","vbn jj vbd"],estimating:["eh1 s-t-ah m-ey t-ih-ng","vbg"],estimation:["eh s-t-ah m-ey1 sh-ah-n","nn"],estimator:["eh s-t-ih1 m-ah t-er","nn"],estrange:["eh-s-t-r-ey1-n-jh","vb"],estranged:["eh s-t-r-ey1-n-jh-d","vbn vbd jj"],estrangement:["ih s-t-r-ey1-n-jh m-ah-n-t","nn"],estrogen:["eh1 s-t-r-ah jh-ah-n","nn"],estuary:["eh1-s ch-uw eh r-iy","nn"],etcetera:["eh1-t s-eh1 t-er ah","nn"],etch:["eh1-ch","vb"],etched:["eh1-ch-t","vbd vbn"],etching:["eh1 ch-ih-ng","nn"],eternal:["ih t-er1 n-ah-l","jj"],eternally:["ih t-er1 n-ah l-iy","rb"],eternity:["ih t-er1 n-ah t-iy","nn"],ethane:["eh1 th-ey-n","nn"],ethanol:["eh1 th-ah n-ao-l","nn"],ether:["iy1 th-er","nn cc"],ethereal:["ih th-ih1 r-iy ah-l","jj"],ethic:["eh1 th-ih-k","nn"],ethical:["eh1 th-ah k-ah-l","jj"],ethically:["eh1 th-ih k-ah l-iy","rb"],ethicist:["eh1 th-ih s-ih-s-t","nn"],ethics:["eh1 th-ih-k-s","nn"],ethnic:["eh1-th n-ih-k","jj"],ethnically:["eh1-th n-ih-k l-iy","rb"],ethnicity:["eh-th n-ih1 s-ih t-iy","nn"],ethos:["iy1 th-aa-s","nn"],ethyl:["eh1 th-ah-l","nn"],ethylene:["eh1 th-ah l-iy-n","nn"],etiquette:["eh1 t-ah k-ah-t","nn"],etymology:["eh t-ah m-aa1 l-ah jh-iy","nn"],eucalyptus:["y-uw k-ah l-ih1-p t-ah-s","nn"],eulogy:["y-uw1 l-ah jh-iy","nn"],euphemism:["y-uw1 f-ah m-ih z-ah-m","nn"],euphoria:["y-uw f-ao1 r-iy ah","nn"],euphoric:["y-uw f-aa1 r-ih-k","jj"],evacuate:["ih v-ae1 k-y-ah ey-t","vb"],evacuated:["ih v-ae1 k-y-ah-w ey t-ih-d","vbn"],evacuation:["ih v-ae k-y-ah-w ey1 sh-ah-n","nn"],evade:["ih v-ey1-d","vb"],evaded:["ih v-ey1 d-ih-d","vbn vbd"],evader:["ih v-ey1 d-er","nn"],evades:["ih v-ey1-d-z","vbz"],evading:["ih v-ey1 d-ih-ng","vbg"],evaluate:["ih v-ae1-l y-uw ey-t","vb vbp"],evaluated:["ih v-ae1-l y-uw ey t-ah-d","vbn vbd"],evaluates:["ih v-ae1-l y-uw ey-t-s","vbz"],evaluating:["ih v-ae1-l y-uw ey t-ih-ng","vbg"],evaluation:["ih v-ae-l y-uw ey1 sh-ah-n","nn"],evangelical:["iy v-ae-n jh-eh1 l-ih k-ah-l","jj"],evangelism:["ih v-ae1-n jh-ah l-ih z-ah-m","nn"],evangelist:["ih v-ae1-n jh-ah l-ah-s-t","nn"],evaporate:["ih v-ae1 p-er ey-t","vb vbp"],evaporated:["ih v-ae1 p-er ey t-ah-d","vbd vbn"],evaporates:["ih v-ae1 p-er ey-t-s","vbz"],evaporation:["ih v-ae p-er ey1 sh-ah-n","nn"],evasion:["ih v-ey1 zh-ah-n","nn"],evasive:["ih v-ey1 s-ih-v","jj"],eve:["iy1-v","nn"],even:["iy1 v-ih-n","rb vb"],evened:["iy1 v-ah-n-d","vbn"],evenhanded:["iy1 v-ah-n hh-ae1-n d-ih-d","jj"],evening:["iy1-v n-ih-ng","nn vbg"],evenly:["iy1 v-ah-n l-iy","rb"],evens:["iy1 v-ah-n-z","vbz"],event:["ih v-eh1-n-t","nn"],eventful:["ih v-eh1-n-t f-ah-l","jj"],eventual:["ah v-eh1-n ch-uw ah-l","jj"],eventuality:["ah v-eh-n ch-uw ae1 l-ih t-iy","nn"],eventually:["ih v-eh1-n ch-ah-w ah l-iy","rb"],ever:["eh1 v-er","rb rbr rp"],evergreen:["eh1 v-er g-r-iy-n","nn"],everlasting:["eh v-er l-ae1 s-t-ih-ng","jj nn"],every:["eh1 v-er iy","dt"],everybody:["eh1 v-r-iy b-aa d-iy","nn"],everyday:["eh1 v-r-iy d-ey1","jj"],everyone:["eh1 v-r-iy w-ah-n","nn"],everything:["eh1 v-r-iy th-ih-ng","nn"],everywhere:["eh1 v-r-iy w-eh-r","rb"],evict:["ih v-ih1-k-t","vb"],evicted:["ih v-ih1-k t-ih-d","vbn"],evicting:["ih v-ih1-k t-ih-ng","vbg"],evidence:["eh1 v-ah d-ah-n-s","nn vb"],evidenced:["eh1 v-ih d-ah-n-s-t","vbn"],evident:["eh1 v-ah d-ah-n-t","jj"],evidently:["eh1 v-ah d-ah-n-t l-iy","rb"],evil:["iy1 v-ah-l","jj nn"],evildoer:["iy1 v-ah-l d-uw er","nn"],evince:["ih-v-ih1-n-s","vb"],evinced:["ih v-ih1-n-s-t","vbn vbd"],eviscerate:["ah v-ih1 s-er ey-t","vb"],evocation:["iy v-ow k-ey1 sh-ah-n","nn"],evocative:["ih v-aa1 k-ah t-ih-v","jj"],evoke:["ih v-ow1-k","vb vbp"],evoked:["ih v-ow1-k-t","vbn vbd"],evokes:["ih v-ow1-k-s","vbz"],evoking:["ih v-ow1 k-ih-ng","vbg"],evolution:["eh v-ah l-uw1 sh-ah-n","nn"],evolutionary:["eh v-ah l-uw1 sh-ah-n eh r-iy","jj"],evolve:["ih v-aa1-l-v","vb vbp"],evolved:["ih v-aa1-l-v-d","vbn jj vbd"],evolves:["ih v-aa1-l-v-z","vbz"],evolving:["ih v-aa1-l v-ih-ng","vbg"],exacerbate:["ih-g z-ae1 s-er b-ey-t","vb vbp"],exacerbated:["ih-g z-ae1 s-er b-ey t-ah-d","vbn vbd"],exacerbates:["ih-g z-ae1 s-er b-ey-t-s","vbz"],exacerbating:["ih-g z-ae1 s-er b-ey t-ih-ng","vbg"],exacerbation:["ih-g z-ae s-er b-ey1 sh-ah-n","nn"],exact:["ih-g z-ae1-k-t","jj vb"],exacted:["ih-g z-ae1-k t-ih-d","vbd"],exacting:["ih-g z-ae1-k t-ih-ng","jj"],exactly:["ih-g z-ae1-k-t l-iy","rb"],exaggerate:["ih-g z-ae1 jh-er ey-t","vb vbp"],exaggerated:["ih-g z-ae1 jh-er ey t-ah-d","vbn jj vbd"],exaggerating:["ih-g z-ae1 jh-er ey t-ih-ng","vbg"],exaggeration:["ih-g z-ae jh-er ey1 sh-ah-n","nn"],exalt:["ih-g z-ao1-l-t","vbp vb"],exalted:["ih-g z-ao1-l t-ih-d","jj vbd"],exam:["ih-g z-ae1-m","nn"],examination:["ih-g z-ae m-ah n-ey1 sh-ah-n","nn"],examine:["ih-g z-ae1 m-ih-n","vb vbp"],examined:["ih-g z-ae1 m-ah-n-d","vbd vbn"],examiner:["ih-g z-ae1 m-ah n-er","nn"],examines:["ih-g z-ae1 m-ah-n-z","vbz"],examining:["ih-g z-ae1 m-ih n-ih-ng","vbg"],example:["ih-g z-ae1-m p-ah-l","nn"],exasperate:["ih-g-z-ae1-s-p-er-ey-t","vb"],exasperated:["ih-g z-ae1 s-p-er ey t-ih-d","jj"],exasperating:["ih-g z-ae1 s-p-er ey t-ih-ng","vbg jj"],exasperation:["eh-k s-ae s-p-er ey1 sh-ah-n","nn"],excavate:["eh1-k s-k-ah v-ey-t","vb"],excavated:["eh1-k s-k-ah v-ey t-ih-d","vbn"],excavating:["eh1-k s-k-ah v-ey t-ih-ng","vbg"],excavation:["eh-k s-k-ah v-ey1 sh-ah-n","nn"],excavator:["eh1-k s-k-ah v-ey t-er","nn"],exceed:["ih-k s-iy1-d","vb vbp"],exceeded:["ih-k s-iy1 d-ah-d","vbd vbn"],exceeding:["ih-k s-iy1 d-ih-ng","vbg jj"],exceedingly:["ih-k s-iy1 d-ih-ng l-iy","rb"],exceeds:["ih-k s-iy1-d-z","vbz"],excel:["ih-k s-eh1-l","vbp vb"],excelled:["ih-k s-eh1-l-d","vbd vbn"],excellence:["eh1-k s-ah l-ah-n-s","nn"],excellent:["eh1-k s-ah l-ah-n-t","jj"],excellently:["eh1-k s-ah l-ah-n-t l-iy","rb"],excels:["ih-k s-eh1-l-z","vbz"],excelsior:["ih-k s-eh1-l s-iy er","nn"],except:["ih-k s-eh1-p-t","in vb"],excepting:["eh-k s-eh1-p t-ih-ng","vbg"],exception:["ih-k s-eh1-p sh-ah-n","nn"],exceptional:["ih-k s-eh1-p sh-ah n-ah-l","jj"],exceptionally:["ih-k s-eh1-p sh-ah-n ah l-iy","rb"],excerpt:["eh1-k s-er-p-t","nn"],excess:["eh1-k s-eh-s","jj nn"],excessive:["ih-k s-eh1 s-ih-v","jj"],excessively:["ih-k s-eh1 s-ih-v l-iy","rb"],exchange:["ih-k-s ch-ey1-n-jh","nn vb vbp"],exchangeable:["ih-k-s ch-ey1-n jh-ah b-ah-l","jj"],exchanged:["ih-k-s ch-ey1-n-jh-d","vbn vbd"],exchanger:["ih-k-s ch-ey1-n jh-er","nn"],exchanging:["ih-k-s ch-ey1-n jh-ih-ng","vbg"],exchequer:["eh1-k-s ch-eh k-er","nn"],excise:["eh-k s-ay1-s","nn jj vb"],excised:["eh1-k s-ay-z-d","vbd vbn"],excision:["ih-k s-ih1 zh-ah-n","nn"],excite:["ih-k s-ay1-t","vb"],excited:["ih-k s-ay1 t-ah-d","vbn jj vbd"],excitedly:["ih-k s-ay1 t-ah-d l-iy","rb"],excitement:["ih-k s-ay1-t m-ah-n-t","nn"],excites:["ih-k s-ay1-t-s","vbz"],exciting:["ih-k s-ay1 t-ih-ng","jj vbg"],exclaim:["ih-k s-k-l-ey1-m","vb"],exclaimed:["ih-k s-k-l-ey1-m-d","vbd"],exclaiming:["ih-k s-k-l-ey1 m-ih-ng","vbg"],exclaims:["ih-k s-k-l-ey1-m-z","vbz"],exclamation:["eh-k s-k-l-ah m-ey1 sh-ah-n","nn"],exclude:["ih-k s-k-l-uw1-d","vb vbp"],excluded:["ih-k s-k-l-uw1 d-ah-d","vbn vbd"],excludes:["ih-k s-k-l-uw1-d-z","vbz"],excluding:["ih-k s-k-l-uw1 d-ih-ng","vbg"],exclusion:["ih-k s-k-l-uw1 zh-ah-n","nn"],exclusionary:["ih-k s-k-l-uw1 zh-ah-n eh r-iy","jj"],exclusive:["ih-k s-k-l-uw1 s-ih-v","jj nn"],exclusively:["ih-k s-k-l-uw1 s-ih-v l-iy","rb"],exclusivity:["eh-k s-k-l-uw s-ih1 v-ah t-iy","nn"],excommunicate:["eh-k-s-k-ah-m-y-uw1-n-ah-k-ey-t","vb"],excommunicated:["eh-k-s k-ah m-y-uw1 n-ah k-ey t-ah-d","vbn"],excoriate:["eh-k-s-k-ao1-r-iy-ey-t","vb"],excoriated:["eh-k-s k-ao1 r-iy ey t-ih-d","vbd vbn"],excoriating:["eh-k-s k-ao1 r-iy ey t-ih-ng","vbg"],excrement:["eh1-k s-k-r-ah m-ah-n-t","nn"],excrete:["ih-k s-k-r-iy1-t","vb"],excretion:["ih-k s-k-r-iy1 sh-ah-n","nn"],excretory:["eh1-k s-k-r-ah t-ao r-iy","jj"],excruciating:["ih-k s-k-r-uw1 sh-iy ey t-ih-ng","jj"],excursion:["ih-k s-k-er1 zh-ah-n","nn"],excuse:["ih-k s-k-y-uw1-s","nn vbp vb"],excused:["ih-k s-k-y-uw1-z-d","vbn vbd"],exec:["eh-g z-eh1-k","nn"],execute:["eh1-k s-ah k-y-uw-t","vb vbp"],executed:["eh1-k s-ah k-y-uw t-ah-d","vbn jj vbd"],executes:["eh1-k s-ah k-y-uw-t-s","vbz"],executing:["eh1-k s-ah k-y-uw t-ih-ng","vbg"],execution:["eh-k s-ah k-y-uw1 sh-ah-n","nn"],executioner:["eh-k s-ah k-y-uw1 sh-ah-n er","nn"],executive:["ih-g z-eh1 k-y-ah t-ih-v","nn jj"],executor:["ih-g z-eh1 k-y-ah t-er","nn"],exemplary:["ih-g z-eh1-m p-l-er iy","jj"],exemplified:["ih-g z-eh1-m p-l-ah f-ay-d","vbn"],exemplifies:["ih-g z-eh1-m p-l-ah f-ay-z","vbz"],exemplify:["ih-g z-eh1-m p-l-ah f-ay","vbp vb"],exempt:["ih-g z-eh1-m-p-t","jj vb"],exempted:["ih-g z-eh1-m-p t-ih-d","vbn vbd"],exempting:["ih-g z-eh1-m-p t-ih-ng","vbg"],exemption:["ih-g z-eh1-m-p sh-ah-n","nn"],exempts:["ih-g z-eh1-m-p-t-s","vbz"],exercisable:["eh1-k s-er s-ay z-ah b-ah-l","jj"],exercise:["eh1-k s-er s-ay-z","nn vbp vb"],exercised:["eh1-k s-er s-ay-z-d","vbn vbd jj"],exercising:["eh1-k s-er s-ay z-ih-ng","vbg"],exert:["ih-g z-er1-t","vb vbp"],exerted:["ih-g z-er1 t-ih-d","vbn vbd"],exerting:["ih-g z-er1 t-ih-ng","vbg"],exertion:["ih-g z-er1 sh-ah-n","nn"],exerts:["ih-g z-er1-t-s","vbz"],exhale:["eh-k-s-hh-ey1-l","vb"],exhaled:["eh-k-s hh-ey1-l-d","vbd"],exhaust:["ih-g z-ao1-s-t","nn vb vbp"],exhausted:["ih-g z-ao1 s-t-ah-d","vbn vbd"],exhausting:["ih-g z-ao1 s-t-ih-ng","vbg jj"],exhaustion:["ih-g z-ao1-s ch-ah-n","nn"],exhaustive:["ih-g z-ao1 s-t-ih-v","jj"],exhaustively:["ih-g z-aa1 s-t-ih-v l-iy","rb"],exhibit:["ih-g z-ih1 b-ih-t","nn vbp vb"],exhibited:["ih-g z-ih1 b-ah t-ah-d","vbn vbd"],exhibiting:["ih-g z-ih1 b-ih t-ih-ng","vbg"],exhibition:["eh-k s-ah b-ih1 sh-ah-n","nn"],exhibitor:["ih-g z-ih1 b-ah t-er","nn"],exhilarate:["ih-g-z-ih1-l-er-ey-t","vb"],exhilarated:["ih-g z-ih1 l-er ey t-ih-d","vbn"],exhilarating:["ih-g z-ih1 l-er ey t-ih-ng","jj"],exhilaration:["ih-g z-ih l-er ey1 sh-ah-n","nn"],exhort:["ih-g z-ao1-r-t","vb"],exhortation:["eh-g z-ao-r t-ey1 sh-ah-n","nn"],exhorting:["ih-g z-ao1-r t-ih-ng","vbg"],exhorts:["ih-g z-ao1-r-t-s","vbz"],exigency:["eh-k s-ih1 jh-ah-n s-iy","nn"],exile:["eh1-g z-ay-l","nn vb"],exiled:["eh1-g z-ay-l-d","vbn vbd jj"],exist:["ih-g z-ih1-s-t","vb vbp"],existed:["ih-g z-ih1 s-t-ah-d","vbd vbn"],existence:["eh-g z-ih1 s-t-ah-n-s","nn"],existent:["eh-g z-ih1 s-t-ah-n-t","jj nn"],existential:["eh-k s-ih s-t-eh1-n ch-ah-l","jj"],existing:["ih-g z-ih1 s-t-ih-ng","vbg jj"],exists:["ih-g z-ih1-s-t-s","vbz"],exit:["eh1-g z-ih-t","nn vb"],exited:["eh1-g z-ah t-ih-d","vbd vbn"],exiting:["eh1-g z-ih t-ih-ng","vbg"],exodus:["eh1-k s-ah d-ah-s","nn"],exonerate:["ih-g z-aa1 n-er ey-t","vb"],exonerated:["ih-g z-aa1 n-er ey t-ih-d","vbn vbd"],exonerating:["ih-g z-aa1 n-er ey t-ih-ng","vbg"],exorbitant:["ih-g z-ao1-r b-ih t-ah-n-t","jj"],exorcism:["eh1-k s-er s-ih1-z ah-m","nn"],exorcist:["eh1-k s-er s-ah-s-t","nn"],exothermic:["eh-k s-ow th-er1 m-ih-k","jj"],exotic:["ih-g z-aa1 t-ih-k","jj"],expand:["ih-k s-p-ae1-n-d","vb vbp"],expandable:["ih-k s-p-ae1-n d-ah b-ah-l","jj"],expanded:["ih-k s-p-ae1-n d-ah-d","vbn vbd jj"],expanding:["ih-k s-p-ae1-n d-ih-ng","vbg jj"],expands:["ih-k s-p-ae1-n-d-z","vbz"],expanse:["ih-k s-p-ae1-n-s","nn jj"],expansion:["ih-k s-p-ae1-n sh-ah-n","nn jj"],expansionism:["ih-k s-p-ae1-n sh-ah n-ih z-ah-m","nn"],expansive:["ih-k s-p-ae1-n s-ih-v","jj"],expatriate:["eh-k-s p-ey1 t-r-iy ey-t","nn"],expect:["ih-k s-p-eh1-k-t","vbp vb in"],expectancy:["ih-k s-p-eh1-k t-ah-n s-iy","nn"],expectant:["ih-k s-p-eh1-k t-ah-n-t","jj"],expectation:["eh-k s-p-eh-k t-ey1 sh-ah-n","nn"],expected:["ih-k s-p-eh1-k t-ah-d","vbn vbd jj vb"],expecting:["ih-k s-p-eh1-k t-ih-ng","vbg"],expects:["ih-k s-p-eh1-k-t-s","vbz"],expediency:["ih-k s-p-iy1 d-iy ah-n s-iy","nn"],expedient:["ih-k s-p-iy1 d-iy ah-n-t","jj nn"],expedite:["eh1-k s-p-ih d-ay-t","vb"],expedited:["eh1-k s-p-ih d-ay t-ih-d","vbn vbd jj"],expediting:["eh1-k s-p-ah d-ay t-ih-ng","vbg"],expedition:["eh-k s-p-ah d-ih1 sh-ah-n","nn"],expeditious:["eh-k s-p-ah d-ih1 sh-ah-s","jj"],expeditiously:["eh-k s-p-ah d-ih1 sh-ah-s l-iy","rb"],expel:["ih-k s-p-eh1-l","vb"],expelled:["ih-k s-p-eh1-l-d","vbn vbd"],expelling:["ih-k s-p-eh1 l-ih-ng","vbg"],expend:["ih-k s-p-eh1-n-d","vb vbp"],expendable:["ih-k s-p-eh1-n d-ah b-ah-l","jj"],expended:["ih-k s-p-eh1-n d-ih-d","vbn vbd"],expenditure:["ih-k s-p-eh1-n d-ah ch-er","nn"],expense:["ih-k s-p-eh1-n-s","nn"],expensive:["ih-k s-p-eh1-n s-ih-v","jj rb"],experience:["ih-k s-p-ih1 r-iy ah-n-s","nn vbp vb"],experienced:["ih-k s-p-ih1 r-iy ah-n-s-t","vbn jj vbd"],experiencing:["ih-k s-p-ih1 r-iy ah-n s-ih-ng","vbg"],experiment:["ih-k s-p-eh1 r-ah m-ah-n-t","nn vbp vb"],experimental:["ih-k s-p-eh r-ah m-eh1-n t-ah-l","jj"],experimentally:["ih-k s-p-eh r-ah m-eh1-n t-ah l-iy","rb"],experimentation:["ih-k s-p-eh r-ah m-ah-n t-ey1 sh-ah-n","nn"],experimented:["ih-k s-p-eh1 r-ah m-ah-n t-ah-d","vbd vbn"],experimenter:["ih-k s-p-eh1 r-ah m-eh-n t-er","nn"],experimenting:["eh-k s-p-eh1 r-ah m-eh-n t-ih-ng","vbg"],expert:["eh1-k s-p-er-t","nn jj"],expertise:["eh-k s-p-er t-iy1-z","nn"],expertly:["eh1-k s-p-er-t l-iy","rb"],expiration:["eh-k s-p-er ey1 sh-ah-n","nn"],expire:["ih-k s-p-ay1-r","vb vbp"],expired:["ih-k s-p-ay1-r-d","vbd vbn jj"],expires:["ih-k s-p-ay1 er-z","vbz"],expiring:["ih-k s-p-ay1 r-ih-ng","vbg"],explain:["ih-k s-p-l-ey1-n","vb vbp"],explained:["ih-k s-p-l-ey1-n-d","vbd vbn"],explaining:["ih-k s-p-l-ey1 n-ih-ng","vbg"],explains:["ih-k s-p-l-ey1-n-z","vbz"],explanation:["eh-k s-p-l-ah n-ey1 sh-ah-n","nn"],explanatory:["ih-k s-p-l-ae1 n-ah t-ao r-iy","jj"],expletive:["eh1-k s-p-l-ah t-ih-v","nn"],explicit:["ih-k s-p-l-ih1 s-ah-t","jj"],explicitly:["ih-k s-p-l-ih1 s-ah-t l-iy","rb"],explode:["ih-k s-p-l-ow1-d","vb vbp"],exploded:["ih-k s-p-l-ow1 d-ah-d","vbd vbn"],explodes:["ih-k s-p-l-ow1-d-z","vbz"],exploding:["ih-k s-p-l-ow1 d-ih-ng","vbg"],exploit:["eh1-k s-p-l-oy-t","vb nn vbp"],exploitation:["eh-k s-p-l-oy t-ey1 sh-ah-n","nn"],exploitative:["eh-k s-p-l-oy1 t-ah t-ih-v","jj"],exploited:["eh1-k s-p-l-oy t-ah-d","vbn vbd"],exploiting:["eh1-k s-p-l-oy t-ih-ng","vbg"],exploration:["eh-k s-p-l-er ey1 sh-ah-n","nn"],exploratory:["ih-k s-p-l-ao1 r-ah t-ao r-iy","jj"],explore:["ih-k s-p-l-ao1-r","vb vbp"],explored:["ih-k s-p-l-ao1-r-d","vbn vbd"],explorer:["ih-k s-p-l-ao1 r-er","nn"],explores:["ih-k s-p-l-ao1-r-z","vbz"],exploring:["ih-k s-p-l-ao1 r-ih-ng","vbg"],explosion:["ih-k s-p-l-ow1 zh-ah-n","nn"],explosive:["ih-k s-p-l-ow1 s-ih-v","jj nn"],explosively:["eh-k s-p-l-ow1 s-ih-v l-iy","rb"],expo:["eh1-k s-p-ow","nn"],exponent:["ih-k s-p-ow1 n-ah-n-t","nn"],exponential:["eh-k s-p-ow n-eh1-n ch-ah-l","jj"],exponentially:["eh-k s-p-ow n-eh1-n sh-ah l-iy","rb"],"export":["eh1-k s-p-ao-r-t","nn vbp jj vb"],exported:["ih-k s-p-ao1-r t-ah-d","vbn vbd"],exporter:["ih-k s-p-ao1-r t-er","nn"],exporting:["ih-k s-p-ao1-r t-ih-ng","vbg"],expose:["ih-k s-p-ow1-z","vb nn vbp"],exposed:["ih-k s-p-ow1-z-d","vbn jj vbd"],exposes:["ih-k s-p-ow1 z-ih-z","vbz"],exposing:["ih-k s-p-ow1 z-ih-ng","vbg jj"],exposition:["eh-k s-p-ah z-ih1 sh-ah-n","nn"],exposure:["ih-k s-p-ow1 zh-er","nn"],expound:["ih-k-s-p-aw1-n-d","vb"],expounded:["ih-k s-p-aw1-n d-ah-d","vbd vbn"],expounding:["ih-k s-p-aw1-n d-ih-ng","vbg"],express:["ih-k s-p-r-eh1-s","vb vbp jj nn"],expressed:["ih-k s-p-r-eh1-s-t","vbn vbd jj"],expresses:["ih-k s-p-r-eh1 s-ah-z","vbz"],expressing:["ih-k s-p-r-eh1 s-ih-ng","vbg"],expression:["ih-k s-p-r-eh1 sh-ah-n","nn"],expressionism:["ih-k s-p-r-eh1 sh-ah-n ih z-ah-m","nn"],expressionist:["ih-k s-p-r-eh1 sh-ah-n ah-s-t","nn"],expressionistic:["ih-k s-p-r-eh sh-ah n-ih1 s-t-ih-k","jj"],expressive:["ih-k s-p-r-eh1 s-ih-v","jj"],expressly:["eh-k s-p-r-eh1-s l-iy","rb"],expressway:["ih-k s-p-r-eh1-s w-ey","nn"],expropriated:["eh-k-s p-r-ow1 p-r-iy ey t-ih-d","jj"],expulsion:["ih-k s-p-ah1-l sh-ah-n","nn"],expunge:["ih-k-s-p-ah1-n-jh","vb"],expunged:["ih-k s-p-ah1-n-jh-d","vbn"],exquisite:["eh1-k s-k-w-ah z-ah-t","jj"],exquisitely:["eh-k s-k-w-ih1 z-ih-t l-iy","rb"],extant:["eh1-k s-t-ah-n-t","jj"],extend:["ih-k s-t-eh1-n-d","vb vbp"],extended:["ih-k s-t-eh1-n d-ah-d","vbn vbd jj"],extendible:["eh-k s-t-eh1-n d-ih b-ah-l","jj"],extending:["ih-k s-t-eh1-n d-ih-ng","vbg"],"extends":["ih-k s-t-eh1-n-d-z","vbz"],extension:["ih-k s-t-eh1-n sh-ah-n","nn"],extensive:["ih-k s-t-eh1-n s-ih-v","jj"],extensively:["ih-k s-t-eh1-n s-ih-v l-iy","rb"],extent:["ih-k s-t-eh1-n-t","nn"],extenuate:["ih-k-s-t-eh1-n-y-uw-ey-t","vb"],extenuating:["ih-k s-t-eh1 n-y-uw ey t-ih-ng","vbg"],exterior:["ih-k s-t-ih1 r-iy er","jj nn"],exterminate:["ih-k-s-t-er1-m-ah-n-ey-t","vb"],exterminating:["ih-k s-t-er1 m-ah n-ey t-ih-ng","vbg"],extermination:["ih-k s-t-er m-ah n-ey1 sh-ah-n","nn"],exterminator:["ih-k s-t-er1 m-ah n-ey t-er","nn"],external:["ih-k s-t-er1 n-ah-l","jj"],externally:["ih-k s-t-er1 n-ah l-iy","rb"],extinct:["ih-k s-t-ih1-ng-k-t","jj"],extinction:["ih-k s-t-ih1-ng-k sh-ah-n","nn"],extinguish:["ih-k s-t-ih1-ng g-w-ih-sh","vb"],extinguished:["ih-k s-t-ih1-ng g-w-ih-sh-t","vbn"],extinguisher:["ih-k s-t-ih1-ng g-w-ih sh-er","nn"],extinguishment:["ih-k s-t-ih1-ng g-w-ih-sh m-ah-n-t","nn"],extol:["ih-k s-t-ow1-l","vb"],extolled:["ih-k s-t-ow1-l-d","vbd"],extolling:["ih-k s-t-ow1 l-ih-ng","vbg"],extols:["ih-k s-t-ow1-l-z","vbz"],extort:["ih-k s-t-ao1-r-t","vb"],extorted:["ih-k s-t-ao1-r t-ih-d","vbd"],extorting:["ih-k s-t-ao1-r t-ih-ng","vbg"],extortion:["ih-k s-t-ao1-r sh-ah-n","nn"],extortionate:["ih-k s-t-ao1-r sh-ah-n ah-t","jj"],extra:["eh1-k s-t-r-ah","jj nn rb"],extract:["ih-k s-t-r-ae1-k-t","vb nn vbp"],extracted:["ih-k s-t-r-ae1-k t-ah-d","vbn vbd"],extracting:["ih-k s-t-r-ae1-k t-ih-ng","vbg"],extraction:["ih-k s-t-r-ae1-k sh-ah-n","nn"],extracurricular:["eh-k s-t-r-ah k-er ih1 k-y-ah l-er","jj"],extradite:["eh1-k s-t-r-ah d-ay-t","vb"],extradited:["eh1-k s-t-r-ah d-ay t-ih-d","vbn"],extraditing:["eh1-k s-t-r-ah d-ay t-ih-ng","vbg"],extradition:["eh-k s-t-r-ah d-ih1 sh-ah-n","nn"],extralegal:["eh-k s-t-r-ah l-iy1 g-ah-l","jj"],extramarital:["eh-k s-t-r-ah m-eh1 r-ah t-ah-l","jj"],extraneous:["eh-k s-t-r-ey1 n-iy ah-s","jj"],extraordinarily:["ih-k s-t-r-ao-r d-ah n-eh1 r-ah l-iy","rb"],extraordinary:["ih-k s-t-r-ao1-r d-ah-n eh r-iy","jj nn"],extrapolate:["ih-k s-t-r-ae1 p-ah l-ey-t","vb"],extrapolated:["ih-k s-t-r-ae1 p-ah l-ey t-ih-d","vbn"],extrapolation:["ih-k s-t-r-ae p-ah l-ey1 sh-ah-n","nn"],extraterrestrial:["eh-k s-t-r-ah t-er eh1-s t-r-iy ah-l","jj"],extraterritorial:["eh-k s-t-r-ah t-eh r-ih t-ao1 r-iy ah-l","jj"],extravagance:["ih-k s-t-r-ae1 v-ah g-ah-n-s","nn"],extravagant:["ih-k s-t-r-ae1 v-ah g-ah-n-t","jj"],extravagantly:["eh-k s-t-r-ae1 v-ah g-ah-n-t l-iy","rb"],extravaganza:["ih-k s-t-r-ae v-ah g-ae1-n z-ah","nn"],extreme:["ih-k s-t-r-iy1-m","jj nn"],extremely:["ih-k s-t-r-iy1-m l-iy","rb"],extremist:["ih-k s-t-r-iy1 m-ih-s-t","jj nn"],extremity:["ih-k-s t-r-eh1 m-ah t-iy","nn"],extricate:["eh1-k s-t-r-ah k-ey-t","vb"],extrude:["ih-k-s-t-r-uw1-d","vb"],extruded:["ih-k s-t-r-uw1 d-ah-d","vbn jj"],extruding:["ih-k s-t-r-uw1 d-ih-ng","vbg"],extrusion:["ih-k-s t-r-uw1 zh-ah-n","nn"],exuberance:["ih-g z-uw1 b-er ah-n-s","nn"],exuberant:["ih-g z-uw1 b-er ah-n-t","jj"],exude:["ih-g z-uw1-d","vb vbp"],exuded:["ih-g z-uw1 d-ih-d","vbd"],exult:["ih-g-z-ah1-l-t","vb"],exultantly:["ih-g z-ah1-l t-ah-n-t l-iy","rb"],exulted:["ih-g z-ah1-l t-ih-d","vbd"],exults:["ih-g z-ah1-l-t-s","vbz"],eye:["ay1","nn vb"],eyeball:["ay1 b-ao-l","nn"],eyebrow:["ay1 b-r-aw","nn"],eyed:["ay1-d","vbd"],eyeglasses:["ay1 g-l-ae s-ah-z","nn"],eyeing:["ay1 ih-ng","vbg"],eyelash:["ay1 l-ae-sh","nn"],eyelet:["ay1 l-ah-t","nn"],eyelid:["ay1 l-ih-d","nn"],eyepiece:["ay1 p-iy-s","nn"],eyesight:["ay1 s-ay-t","nn"],eyesore:["ay1 s-ao-r","nn"],eyewear:["ay1 w-eh-r","jj nn"],eyewitness:["ay1 w-ih1-t n-ah-s","nn jj"],fable:["f-ey1 b-ah-l","nn"],fabled:["f-ey1 b-ah-l-d","jj"],fabric:["f-ae1 b-r-ih-k","nn"],fabricate:["f-ae1 b-r-ah k-ey-t","vb vbp"],fabricated:["f-ae1 b-r-ih k-ey t-ah-d","vbn vbd jj"],fabricates:["f-ae1 b-r-ih k-ey-t-s","vbz"],fabricating:["f-ae1 b-r-ih k-ey t-ih-ng","vbg"],fabrication:["f-ae b-r-ih k-ey1 sh-ah-n","nn"],fabricator:["f-ae1 b-r-ih k-ey t-er","nn"],fabulous:["f-ae1 b-y-ah l-ah-s","jj"],fabulously:["f-ae1 b-y-uw l-ah-s l-iy","rb"],facade:["f-ah s-aa1-d","nn"],face:["f-ey1-s","nn vbp jj rb vb"],faced:["f-ey1-s-t","vbn vbd"],faceless:["f-ey1-s l-ah-s","jj"],facelift:["f-ey1-s l-ih-f-t","nn"],facet:["f-ae1 s-ah-t","nn"],facetious:["f-ah s-iy1 sh-ah-s","jj"],facetiously:["f-ah s-iy1 sh-ah-s l-iy","rb"],facial:["f-ey1 sh-ah-l","jj"],facile:["f-ae1 s-ah-l","jj"],facilitate:["f-ah s-ih1 l-ah t-ey-t","vb vbp"],facilitated:["f-ah s-ih1 l-ah t-ey t-ih-d","vbn"],facilitates:["f-ah s-ih1 l-ah t-ey-t-s","vbz"],facilitating:["f-ah s-ih1 l-ah t-ey t-ih-ng","vbg"],facilitator:["f-ah s-ih1 l-ah t-ey t-er","nn"],facility:["f-ah s-ih1 l-ih t-iy","nn"],facing:["f-ey1 s-ih-ng","vbg jj"],facsimile:["f-ae-k s-ih1 m-ah l-iy","nn jj"],fact:["f-ae1-k-t","nn"],faction:["f-ae1-k sh-ah-n","nn"],factor:["f-ae1-k t-er","nn vb vbp"],factored:["f-ae1-k t-er-d","vbn jj"],factoring:["f-ae1-k t-er ih-ng","vbg"],factory:["f-ae1-k t-er iy","nn jj"],factual:["f-ae1-k ch-uw ah-l","jj"],factually:["f-ae1-k ch-uw ah l-iy","rb"],faculty:["f-ae1 k-ah-l t-iy","nn"],fad:["f-ae1-d","nn"],faddish:["f-ae1 d-ih-sh","jj"],fade:["f-ey1-d","vb vbp nn"],faded:["f-ey1 d-ah-d","vbn vbd jj"],fading:["f-ey1 d-ih-ng","vbg jj nn"],fail:["f-ey1-l","vb vbp nn"],failed:["f-ey1-l-d","vbd vbn jj"],failing:["f-ey1 l-ih-ng","vbg"],failure:["f-ey1 l-y-er","nn"],faint:["f-ey1-n-t","jj nn vb"],fainted:["f-ey1-n t-ih-d","vbd vbn"],fainter:["f-ey1-n t-er","jjr"],faintest:["f-ey1-n t-ah-s-t","jjs"],fainting:["f-ey1-n t-ih-ng","vbg"],faintly:["f-ey1-n-t l-iy","rb"],fair:["f-eh1-r","jj nn rb"],faire:["f-eh1-r","nn"],fairer:["f-eh1 r-er","jjr"],fairest:["f-eh1 r-ih-s-t","jjs"],fairly:["f-eh1-r l-iy","rb"],fairness:["f-eh1-r n-ah-s","nn"],fairway:["f-eh1-r w-ey","nn"],fairy:["f-eh1 r-iy","jj nn"],faith:["f-ey1-th","nn"],faithful:["f-ey1-th f-ah-l","jj nn"],faithfully:["f-ey1-th f-ah l-iy","rb"],fajita:["f-ah jh-iy1 t-ah","nn"],fake:["f-ey1-k","jj nn vb vbp"],faked:["f-ey1-k-t","vbn vbd"],faking:["f-ey1 k-ih-ng","vbg"],falcon:["f-ae1-l k-ah-n","nn"],falconer:["f-ae1-l k-ah n-er","nn"],falconry:["f-ae1-l k-ah-n r-iy","nn"],fall:["f-ao1-l","nn vbp vb"],fallacious:["f-ah l-ey1 sh-ah-s","jj"],fallacy:["f-ae1 l-ah s-iy","nn"],fallback:["f-ao1-l b-ae-k","nn jj"],fallen:["f-aa1 l-ah-n","vbn jj"],fallible:["f-ae1 l-ah b-ah-l","jj"],falling:["f-aa1 l-ih-ng","vbg jj nn"],falloff:["f-ao1-l ao-f","nn"],fallout:["f-ao1-l aw-t","nn"],fallow:["f-ae1 l-ow","jj"],"false":["f-ao1-l-s","jj rb"],falsehood:["f-ae1-l-s hh-uh-d","nn"],falsely:["f-ao1-l-s l-iy","rb"],falsification:["f-ae-l s-ah f-ah k-ey1 sh-ah-n","nn"],falsified:["f-ao1-l s-ah f-ay-d","vbn"],falsify:["f-ao1-l s-ah f-ay","vb"],falsifying:["f-ao1-l s-ah f-ay ih-ng","vbg"],falsity:["f-ao1-l s-ah t-iy","nn"],falter:["f-ao1-l t-er","vb vbp"],faltered:["f-aa1-l t-er-d","vbd vbn"],faltering:["f-ao1-l t-er ih-ng","vbg"],falters:["f-ao1-l t-er-z","vbz"],fame:["f-ey1-m","nn vb"],famed:["f-ey1-m-d","jj vbn"],familial:["f-ah m-ih1 l-y-ah-l","jj"],familiar:["f-ah m-ih1 l-y-er","jj nn"],familiarity:["f-ah m-ih l-y-eh1 r-ah t-iy","nn"],familiarize:["f-ah m-ih1 l-y-er ay-z","vb"],family:["f-ae1 m-ah l-iy","nn"],famine:["f-ae1 m-ah-n","nn"],famous:["f-ey1 m-ah-s","jj"],famously:["f-ey1 m-ah-s l-iy","rb"],fan:["f-ae1-n","nn vbp vb"],fanatic:["f-ah n-ae1 t-ih-k","nn jj"],fanatical:["f-ah n-ae1 t-ih k-ah-l","jj"],fanatically:["f-ah n-ae1 t-ih k-ah l-iy","rb"],fanaticism:["f-ah n-ae1 t-ah s-ih z-ah-m","nn"],fancied:["f-ae1-n s-iy-d","vbd"],fancier:["f-ae1-n s-iy er","jjr"],fancies:["f-ae1-n s-iy-z","vbz"],fanciest:["f-ae1-n s-iy ah-s-t","jjs"],fanciful:["f-ae1-n s-ih f-ah-l","jj"],fancy:["f-ae1-n s-iy","jj nn vb"],fanfare:["f-ae1-n f-eh-r","nn"],fang:["f-ae1-ng","nn"],fanned:["f-ae1-n-d","vbd vbn"],fanning:["f-ae1 n-ih-ng","vbg"],fanny:["f-ae1 n-iy","nn"],fantasia:["f-ae-n t-ey1 zh-ah","nn"],fantasize:["f-ae1-n t-ah s-ay-z","vbp vb"],fantasized:["f-ae1-n t-ih s-ay-z-d","vbn"],fantastic:["f-ae-n t-ae1 s-t-ih-k","jj"],fantastically:["f-ae-n t-ae1 s-t-ih-k l-iy","rb"],fantasy:["f-ae1-n t-ah s-iy","nn"],far:["f-aa1-r","rb in jj"],faraway:["f-aa1 r-ah w-ey1","jj"],farce:["f-aa1-r-s","nn"],fare:["f-eh1-r","nn vbp vb"],fared:["f-eh1-r-d","vbd vbn"],farewell:["f-eh-r w-eh1-l","nn uh"],farfetched:["f-aa1-r f-eh1-ch-t","jj"],farm:["f-aa1-r-m","nn vb"],farmed:["f-aa1-r-m-d","vbd jj"],farmer:["f-aa1-r m-er","nn"],farmhand:["f-aa1-r-m hh-ae-n-d","nn"],farmhouse:["f-aa1-r-m hh-aw-s","nn"],farming:["f-aa1-r m-ih-ng","vbg"],farmland:["f-aa1-r-m l-ae-n-d","nn"],faro:["f-eh1 r-ow","nn"],farther:["f-aa1-r dh-er","rb rbr"],farthest:["f-aa1-r dh-ah-s-t","jjs rbs"],fascinate:["f-ae1 s-ah n-ey-t","vb vbp"],fascinated:["f-ae1 s-ah n-ey t-ah-d","vbn jj vbd"],fascinates:["f-ae1 s-ah n-ey-t-s","vbz"],fascinating:["f-ae1 s-ah n-ey t-ih-ng","jj"],fascination:["f-ae s-ah n-ey1 sh-ah-n","nn"],fascism:["f-ae1 sh-ih z-ah-m","nn"],fascist:["f-ae1 sh-ah-s-t","jj"],fashion:["f-ae1 sh-ah-n","nn vb"],fashionable:["f-ae1 sh-ah-n ah b-ah-l","jj nn"],fashioned:["f-ae1 sh-ah-n-d","vbn vbd"],fashioning:["f-ae1 sh-ah-n ih-ng","vbg"],fast:["f-ae1-s-t","rb jj nn rp"],fastball:["f-ae1-s-t b-ao-l","nn"],fasten:["f-ae1 s-ah-n","vb vbp"],fastened:["f-ae1 s-ah-n-d","vbn vbd"],fastener:["f-ae1 s-ah n-er","nn"],fastening:["f-ae1 s-ah n-ih-ng","nn"],faster:["f-ae1 s-t-er","rbr jjr rb"],fastest:["f-ae1 s-t-ah-s-t","jjs rbs"],fastidious:["f-ae s-t-ih1 d-iy ah-s","jj"],fastness:["f-ae1-s-t n-ah-s","nn"],fat:["f-ae1-t","jj nn"],fatal:["f-ey1 t-ah-l","jj"],fatality:["f-ah t-ae1 l-ah t-iy","nn"],fatally:["f-ey1 t-ah l-iy","rb"],fate:["f-ey1-t","nn"],fateful:["f-ey1-t f-ah-l","jj"],father:["f-aa1 dh-er","nn vb"],fathered:["f-aa1 dh-er-d","vbd"],fatherly:["f-aa1 dh-er l-iy","jj"],fathom:["f-ae1 dh-ah-m","vb"],fatigue:["f-ah t-iy1-g","nn vb vbp"],fatigued:["f-ah t-iy1-g-d","vbn jj"],fatten:["f-ae1 t-ah-n","vb vbp"],fattened:["f-ae1 t-ah-n-d","vbn vbd"],fattening:["f-ae1 t-ah-n ih-ng","vbg"],fatter:["f-ae1 t-er","jjr"],fatty:["f-ae1 t-iy","jj"],fatuous:["f-ae1 ch-ah-w ah-s","jj"],faucet:["f-ao1 s-ah-t","nn"],fault:["f-ao1-l-t","nn vb vbp"],faulted:["f-ao1-l t-ih-d","vbn vbd"],faulting:["f-ao1-l t-ih-ng","vbg"],faulty:["f-ao1-l t-iy","jj"],fauna:["f-ao1 n-ah","nn"],faux:["f-ao1-k-s","jj"],favor:["f-ey1 v-er","nn vbp vb"],favorable:["f-ey1 v-er ah b-ah-l","jj"],favorably:["f-ey1 v-er ah b-l-iy","rb"],favored:["f-ey1 v-er-d","vbn vbd jj"],favoring:["f-ey1 v-er ih-ng","vbg"],favorite:["f-ey1 v-er ih-t","jj nn"],favoritism:["f-ey1 v-er ih t-ih z-ah-m","nn"],fawn:["f-ao1-n","nn jj vb"],fawning:["f-ao1 n-ih-ng","vbg"],fax:["f-ae1-k-s","nn vb"],faxed:["f-ae1-k-s-t","vbd vbn"],faxing:["f-ae1-k s-ih-ng","vbg"],faze:["f-ey1-z","vb"],fazed:["f-ey1-z-d","vbd"],fealty:["f-iy1 ah-l t-iy","nn"],fear:["f-ih1-r","nn vb vbp"],feared:["f-ih1-r-d","vbd vbn jj"],fearful:["f-ih1-r f-ah-l","jj"],fearing:["f-ih1 r-ih-ng","vbg"],fearless:["f-ih1-r l-ah-s","jj"],fearsome:["f-ih1-r s-ah-m","jj"],feasibility:["f-iy z-ah b-ih1 l-ah t-iy","nn"],feasible:["f-iy1 z-ah b-ah-l","jj"],feast:["f-iy1-s-t","nn vb"],feasted:["f-iy1 s-t-ih-d","vbn"],feasting:["f-iy1 s-t-ih-ng","vbg"],feat:["f-iy1-t","nn"],feather:["f-eh1 dh-er","nn vb"],featherbedding:["f-eh1 dh-er b-eh d-ih-ng","nn"],feathered:["f-eh1 dh-er-d","jj vbn"],featherless:["f-eh1 dh-er l-ah-s","jj"],feathery:["f-eh1 dh-er iy","jj"],feature:["f-iy1 ch-er","nn vbp jj vb"],featured:["f-iy1 ch-er-d","vbn vbd jj"],featureless:["f-iy1 ch-er l-ah-s","jj"],featuring:["f-iy1 ch-er ih-ng","vbg"],fecal:["f-iy1 k-ah-l","jj"],feckless:["f-eh1-k l-ih-s","jj"],federal:["f-eh1 d-er ah-l","jj"],federalist:["f-eh1 d-er ah l-ih-s-t","nn"],federalized:["f-eh1 d-er ah l-ay-z-d","jj"],federally:["f-eh1 d-er ah l-iy","rb"],federation:["f-eh d-er ey1 sh-ah-n","nn"],fedora:["f-ih d-ao1 r-ah","nn"],fee:["f-iy1","nn"],feeble:["f-iy1 b-ah-l","jj"],feebly:["f-iy1 b-l-iy","rb"],feed:["f-iy1-d","nn vb"],feedback:["f-iy1-d b-ae-k","nn"],feeder:["f-iy1 d-er","nn"],feeding:["f-iy1 d-ih-ng","vbg"],feedlot:["f-iy1-d l-aa-t","nn"],feedstock:["f-iy1-d s-t-aa-k","nn"],feel:["f-iy1-l","vb vbp nn"],feeler:["f-iy1 l-er","nn"],feeling:["f-iy1 l-ih-ng","nn vbg"],feign:["f-ey1-n","vb"],feigned:["f-ey1-n-d","jj vbn"],feigning:["f-ey1 n-ih-ng","vbg"],feint:["f-ey1-n-t","nn vb"],feisty:["f-ay1 s-t-iy","jj"],felicitous:["f-ih l-ih1 s-ah t-ah-s","jj"],felicity:["f-ih l-ih1 s-ah t-iy","nn"],feline:["f-iy1 l-ay-n","jj"],fell:["f-eh1-l","vbd jj nn vbn"],felled:["f-eh1-l-d","vbn vbd"],feller:["f-eh1 l-er","nn"],felling:["f-eh1 l-ih-ng","vbg"],fellow:["f-eh1 l-ow","nn jj"],fellowship:["f-eh1 l-ow sh-ih-p","nn"],felon:["f-eh1 l-ah-n","nn"],felony:["f-eh1 l-ah n-iy","nn"],felt:["f-eh1-l-t","vbd vbn"],female:["f-iy1 m-ey-l","jj nn"],feminine:["f-eh1 m-ah n-ah-n","jj nn"],femininity:["f-eh m-ah n-ih1 n-ah t-iy","nn"],feminism:["f-eh1 m-ih n-ih z-ah-m","nn"],feminist:["f-eh1 m-ah n-ah-s-t","jj nn"],fence:["f-eh1-n-s","nn vb"],fenced:["f-eh1-n-s-t","jj vbn"],fencing:["f-eh1-n s-ih-ng","nn"],fend:["f-eh1-n-d","vb"],fended:["f-eh1-n d-ih-d","vbd vbn"],fender:["f-eh1-n d-er","nn"],fending:["f-eh1-n d-ih-ng","vbg"],fennel:["f-eh1 n-ah-l","nn"],fenugreek:["f-eh1 n-uw g-r-iy-k","nn"],ferment:["f-er m-eh1-n-t","nn vb"],fermentation:["f-er m-ah-n t-ey1 sh-ah-n","jj nn"],fermented:["f-er m-eh1-n t-ah-d","vbn"],fermenting:["f-er m-eh1-n t-ih-ng","vbg"],fern:["f-er1-n","nn"],fernery:["f-er1 n-er iy","nn"],ferocious:["f-er ow1 sh-ah-s","jj"],ferociously:["f-er ow1 sh-ih-s l-iy","rb"],ferocity:["f-er aa1 s-ah t-iy","nn"],ferret:["f-eh1 r-ah-t","vb nn"],ferreted:["f-eh1 r-ah t-ah-d","vbd vbn"],ferreting:["f-eh1 r-ah t-ih-ng","vbg"],ferrets:["f-eh1 r-ah-t-s","vbz"],ferried:["f-eh1 r-iy-d","vbd vbn"],ferris:["f-eh1 r-ih-s","jj"],ferromagnetic:["f-eh r-ow m-ae-g n-eh1 t-ih-k","jj"],ferry:["f-eh1 r-iy","nn vb"],ferrying:["f-eh1 r-iy ih-ng","vbg"],fertile:["f-er1 t-ah-l","jj"],fertility:["f-er t-ih1 l-ah t-iy","nn"],fertilization:["f-er t-ah l-ih z-ey1 sh-ah-n","nn"],fertilize:["f-er1-t-ah-l-ay-z","vb"],fertilized:["f-er1 t-ah l-ay-z-d","vbn jj"],fertilizer:["f-er1 t-ah l-ay z-er","nn"],fertilizing:["f-er1 t-ah l-ay z-ih-ng","vbg"],fervent:["f-er1 v-ah-n-t","jj"],fervently:["f-er1 v-ah-n-t l-iy","rb"],fervid:["f-er1 v-ah-d","nn"],fervor:["f-er1 v-er","nn"],fess:["f-eh1-s","nn"],fest:["f-eh1-s-t","nn jjs"],fester:["f-eh1 s-t-er","vb"],festering:["f-eh1 s-t-er ih-ng","vbg"],festival:["f-eh1 s-t-ah v-ah-l","nn"],festive:["f-eh1 s-t-ih-v","jj"],festivity:["f-eh s-t-ih1 v-ah t-iy","nn"],festoon:["f-eh-s-t-uw1-n","vb"], +festooned:["f-eh s-t-uw1-n-d","vbn"],fetal:["f-iy1 t-ah-l","jj"],fetch:["f-eh1-ch","vb vbp"],fetched:["f-eh1-ch-t","vbd vbn"],fetches:["f-eh1 ch-ih-z","vbz"],fetching:["f-eh1 ch-ih-ng","vbg jj"],fete:["f-ey1-t","vb"],feted:["f-ey1 t-ih-d","vbd jj vbn"],fetid:["f-eh1 t-ah-d","jj"],fetish:["f-eh1 t-ih-sh","nn"],fetter:["f-eh1-t-er","vb"],fettered:["f-eh1 t-er-d","vbn"],fetus:["f-iy1 t-ah-s","nn"],feud:["f-y-uw1-d","nn vb"],feudal:["f-y-uw1 d-ah-l","jj"],feudalism:["f-y-uw1 d-ah l-ih z-ah-m","nn"],feudalistic:["f-y-uw d-ah l-ih1 s-t-ih-k","jj"],feuded:["f-y-uw1 d-ih-d","vbd"],feuding:["f-y-uw1 d-ih-ng","vbg"],fever:["f-iy1 v-er","nn"],fevered:["f-iy1 v-er-d","jj"],feverish:["f-iy1 v-er ih-sh","jj"],feverishly:["f-eh1 v-er ih-sh l-iy","rb"],few:["f-y-uw1","jj"],fewer:["f-y-uw1 er","jjr rb rbr"],fewest:["f-y-uw1 ah-s-t","jjs"],fiance:["f-iy aa1-n s-ey","nn"],fiancee:["f-iy ae1-n s-iy","nn"],fiasco:["f-iy ae1-s k-ow","nn"],fiat:["f-ay1 ae-t","nn"],fiber:["f-ay1 b-er","nn"],fiberglass:["f-ay1 b-er g-l-ae-s","nn"],fiberoptic:["f-ay1 b-er aa-p t-ih-k","jj"],fibrillation:["f-ih b-r-ih l-ey1 sh-ah-n","nn"],fibrin:["f-ay1 b-r-ah-n","nn"],fibrosis:["f-ay b-r-ow1 s-ah-s","nn"],fibrous:["f-ay1 b-r-ah-s","jj"],fickle:["f-ih1 k-ah-l","jj"],fickleness:["f-ih1 k-ah-l n-ah-s","nn"],fiction:["f-ih1-k sh-ah-n","nn"],fictional:["f-ih1-k sh-ah n-ah-l","jj"],fictionalize:["f-ih1-k-sh-ah-n-ah-l-ay-z","vb"],fictionalized:["f-ih1-k sh-ah n-ah-l ay-z-d","vbn"],fictitious:["f-ih-k t-ih1 sh-ah-s","jj"],fiddle:["f-ih1 d-ah-l","nn vb"],fiddling:["f-ih1-d l-ih-ng","nn jj vbg"],fidelity:["f-ah d-eh1 l-ah t-iy","nn"],fidget:["f-ih1-jh-ih-t","vb"],fidgeting:["f-ih1 jh-ah t-ih-ng","vbg"],fiduciary:["f-ah d-uw1 sh-iy eh r-iy","jj"],fiefdom:["f-iy1-f d-ah-m","nn"],field:["f-iy1-l-d","nn jj vb vbp"],fielded:["f-iy1-l d-ih-d","vbd vbn"],fielder:["f-iy1-l d-er","nn"],fielding:["f-iy1-l d-ih-ng","vbg"],fieldwork:["f-iy1-l-d w-er-k","nn"],fiend:["f-iy1-n-d","nn"],fiendish:["f-iy1-n d-ih-sh","jj"],fierce:["f-ih1-r-s","jj"],fiercely:["f-ih1-r-s l-iy","rb"],fiercer:["f-ih1-r s-er","jjr"],fiercest:["f-ih1-r s-ah-s-t","jjs"],fiery:["f-ay1 er iy","jj"],fiesta:["f-iy eh1 s-t-ah","nn"],fifteenth:["f-ih-f t-iy1-n-th","jj"],fifth:["f-ih1-f-th","jj nn rb"],fiftieth:["f-ih1-f t-iy ih-th","jj"],fig:["f-ih1-g","nn"],fight:["f-ay1-t","nn vb vbp"],fighter:["f-ay1 t-er","nn"],fighting:["f-ay1 t-ih-ng","vbg jj"],figurative:["f-ih1 g-y-er ah t-ih-v","jj"],figuratively:["f-ih g-y-uh1 r-ah t-ih-v l-iy","rb"],figure:["f-ih1 g-y-er","nn vb vbp vbz"],figured:["f-ih1 g-y-er-d","vbd jj vbn"],figurehead:["f-ih1 g-y-er hh-eh-d","nn"],figuring:["f-ih1 g-y-er ih-ng","vbg"],filament:["f-ih1 l-ah m-ah-n-t","nn"],filbert:["f-ih1-l b-er-t","jj"],filch:["f-ih1-l-ch","vb"],filched:["f-ih1-l-ch-t","vbd vbn"],file:["f-ay1-l","vb nn vbp"],filed:["f-ay1-l-d","vbn vbd"],filer:["f-ay1 l-er","nn"],filet:["f-ih l-ey1","nn"],filial:["f-ih1 l-iy ah-l","jj"],filibuster:["f-ih1 l-ah b-ah s-t-er","nn vb"],filigree:["f-ih1 l-ah g-r-iy","jj nn"],filing:["f-ay1 l-ih-ng","nn vbg"],fill:["f-ih1-l","vb vbp nn"],filled:["f-ih1-l-d","vbn jj vbd"],filler:["f-ih1 l-er","nn"],fillet:["f-ah-l-ey1","vb"],filleted:["f-ih1 l-ah t-ih-d","vbn"],filling:["f-ih1 l-ih-ng","vbg"],fillip:["f-ih1 l-ah-p","nn"],fills:["f-ih1-l-z","vbz"],filly:["f-ih1 l-iy","nn"],film:["f-ih1-l-m","nn vb"],filmed:["f-ih1-l-m-d","vbn vbd jj"],filming:["f-ih1-l m-ih-ng","vbg"],filmmaker:["f-ih1-l m-ey k-er","nn"],filmmaking:["f-ih1-l m-ey k-ih-ng","nn"],filter:["f-ih1-l t-er","nn vb"],filtered:["f-ih1-l t-er-d","vbn jj"],filtering:["f-ih1-l t-er ih-ng","vbg"],filth:["f-ih1-l-th","nn"],filthy:["f-ih1-l th-iy","jj"],filtration:["f-ih-l t-r-ey1 sh-ah-n","nn"],fin:["f-ih1-n","nn"],"final":["f-ay1 n-ah-l","jj"],finale:["f-ah n-ae1 l-iy","nn"],finalist:["f-ay1 n-ah l-ih-s-t","nn"],finality:["f-ay n-ae1 l-ah t-iy","nn"],finalize:["f-ay1-n-ah-l-ay-z","vb"],finalized:["f-ay1 n-ah l-ay-z-d","vbn vbd"],finalizing:["f-ay1 n-ah l-ay z-ih-ng","vbg"],"finally":["f-ay1 n-ah l-iy","rb"],finance:["f-ah n-ae1-n-s","nn vbp vb"],financed:["f-ih n-ae1-n-s-t","vbn jj vbd"],financial:["f-ah n-ae1-n sh-ah-l","jj"],financially:["f-ah n-ae1-n sh-ah l-iy","rb"],financier:["f-ih n-ah-n s-ih1-r","nn"],financing:["f-ah n-ae1-n s-ih-ng","nn jj vbg"],find:["f-ay1-n-d","vb vbp nn"],finder:["f-ay1-n d-er","nn"],finding:["f-ay1-n d-ih-ng","vbg"],fine:["f-ay1-n","jj nn rb vb"],fined:["f-ay1-n-d","vbn vbd"],finely:["f-ay1-n l-iy","rb"],finer:["f-ay1 n-er","jjr"],finery:["f-ay1 n-er iy","nn"],finesse:["f-ih n-eh1-s","nn vb"],finessed:["f-ih n-eh1-s-t","vbd vbn"],finest:["f-ay1 n-ah-s-t","jjs"],finger:["f-ih1-ng g-er","nn vb"],fingered:["f-ih1-ng g-er-d","vbd vbn"],fingering:["f-ih1-ng g-er ih-ng","vbg"],fingernail:["f-ih1-ng g-er n-ey-l","nn"],fingerprint:["f-ih1-ng g-er p-r-ih-n-t","nn vb"],fingerprinting:["f-ih1-ng g-er p-r-ih-n t-ih-ng","vbg"],fingertip:["f-ih1-ng g-er t-ih-p","nn"],finicky:["f-ih1 n-ah k-iy","jj"],fining:["f-ay1 n-ih-ng","nn"],finish:["f-ih1 n-ih-sh","vb nn vbp"],finished:["f-ih1 n-ih-sh-t","vbd jj vb vbn"],finisher:["f-ih1 n-ih sh-er","nn"],finishing:["f-ih1 n-ih sh-ih-ng","vbg jj nn"],finite:["f-ay1 n-ay-t","jj nn"],fir:["f-er1","nn"],fire:["f-ay1 er","nn vb"],firearm:["f-ay1 er aa-r-m","nn"],fireball:["f-ay1 er b-ao-l","nn"],firebomb:["f-ay1-er-b-aa-m","vb"],firebombed:["f-ay1-r b-aa-m-d","vbn"],firebombing:["f-ay1 er b-aa m-ih-ng","nn"],firebrand:["f-ay1 er b-r-ae-n-d","nn"],firebug:["f-ay1 er b-ah-g","nn"],firecracker:["f-ay1 er k-r-ae k-er","nn"],fired:["f-ay1 er-d","vbn vbd"],firefighter:["f-ay1-r f-ay t-er","nn"],firefighting:["f-ay1-r f-ay t-ih-ng","nn"],firehouse:["f-ay1 er hh-aw-s","nn"],fireman:["f-ay1-r m-ah-n","nn"],fireplace:["f-ay1 er p-l-ey-s","nn"],firepower:["f-ay1-r p-aw er","nn"],fireproof:["f-ay1-er-p-r-uw-f","vb"],fireproofing:["f-ay1 er p-r-uw f-ih-ng","vbg"],firestorm:["f-ay1-r s-t-ao-r-m","nn"],fireweed:["f-ay1 er w-iy-d","nn"],firewood:["f-ay1 er w-uh-d","nn"],firework:["f-ay1-r w-er-k","nn"],firing:["f-ay1 r-ih-ng","vbg jj nn"],firm:["f-er1-m","nn jj vb"],firmed:["f-er1-m-d","vbd vbn"],firmer:["f-er1 m-er","jjr rb rbr"],firming:["f-er1 m-ih-ng","vbg"],firmly:["f-er1-m l-iy","rb"],firmness:["f-er1-m n-ah-s","nn"],first:["f-er1-s-t","jj rb nn"],firsthand:["f-er-s-t hh-ae1-n-d","rb jj nn"],fiscal:["f-ih1-s k-ah-l","jj in nn"],fiscally:["f-ih1-s k-ah l-iy","rb"],fish:["f-ih1-sh","nn vb"],fishbowl:["f-ih1-sh b-ow-l","nn"],fished:["f-ih1-sh-t","vbn"],fisher:["f-ih1 sh-er","nn"],fisherman:["f-ih1 sh-er m-ae-n","nn"],fishery:["f-ih1 sh-er iy","nn"],fishing:["f-ih1 sh-ih-ng","nn vbg jj"],fishy:["f-ih1 sh-iy","jj"],fission:["f-ih1 sh-ah-n","nn"],fissionable:["f-ih1 sh-ah-n ah b-ah-l","jj"],fissure:["f-ih1-sh-er","vb"],fissured:["f-ih1 sh-er-d","vbn"],fist:["f-ih1-s-t","nn vb"],fisted:["f-ih1 s-t-ih-d","vbd"],fit:["f-ih1-t","vb vbn vbp jj nn rb vbd"],fitful:["f-ih1-t f-ah-l","jj"],fitfully:["f-ih1-t f-ah l-iy","rb"],fitness:["f-ih1-t n-ah-s","nn"],fitted:["f-ih1 t-ah-d","vbn vbd jj"],fittest:["f-ih1 t-ah-s-t","jjs"],fitting:["f-ih1 t-ih-ng","jj nn vbg"],five:["f-ay1-v","cd"],fivefold:["f-ay1-v f-ow-l-d","jj rb"],fix:["f-ih1-k-s","vb vbp nn"],fixable:["f-ih1-k s-ah b-ah-l","jj"],fixate:["f-ih1-k-s-ey-t","vb"],fixated:["f-ih1-k s-ey t-ih-d","vbn"],fixation:["f-ih-k s-ey1 sh-ah-n","nn"],fixed:["f-ih1-k-s-t","vbn jj vbd"],fixing:["f-ih1-k s-ih-ng","vbg"],fixture:["f-ih1-k-s ch-er","nn"],fizzle:["f-ih1-z-ah-l","vb"],fizzled:["f-ih1 z-ah-l-d","vbd vbn"],fizzles:["f-ih1 z-ah-l-z","vbz"],fjord:["f-y-ao1-r-d","nn"],flabbergast:["f-l-ae1-b-er-g-ae-s-t","vb"],flabbergasted:["f-l-ae1 b-er g-ae s-t-ih-d","jj vbn"],flaccid:["f-l-ae1-k s-ih-d","jj"],flag:["f-l-ae1-g","nn vb"],flagellate:["f-l-ae1-jh-ah-l-ey-t","vb"],flagellated:["f-l-ae1 jh-ah l-ey t-ah-d","vbn"],flageolet:["f-l-ae jh-ah l-eh1-t","nn"],flagged:["f-l-ae1-g-d","vbd"],flagging:["f-l-ae1 g-ih-ng","jj vbg"],flagpole:["f-l-ae1-g p-ow-l","nn"],flagrant:["f-l-ey1 g-r-ah-n-t","jj"],flagrantly:["f-l-ey1 g-r-ah-n-t l-iy","rb"],flagship:["f-l-ae1-g sh-ih-p","nn jj"],flail:["f-l-ey1-l","nn vb"],flailing:["f-l-ey1 l-ih-ng","vbg"],flair:["f-l-eh1-r","nn"],flak:["f-l-ae1-k","nn"],flake:["f-l-ey1-k","nn"],flaky:["f-l-ey1 k-iy","jj"],flamboyant:["f-l-ae-m b-oy1 ah-n-t","jj"],flamboyantly:["f-l-ae-m b-oy1 ah-n-t l-iy","rb"],flame:["f-l-ey1-m","nn vbp vb"],flamed:["f-l-ey1-m-d","vbd vbn"],flaming:["f-l-ey1 m-ih-ng","jj vbg"],flammable:["f-l-ae1 m-ah b-ah-l","jj"],flange:["f-l-ae1-n-jh","nn"],flank:["f-l-ae1-ng-k","nn vb"],flanked:["f-l-ae1-ng-k-t","vbd vbn"],flanking:["f-l-ae1-ng k-ih-ng","vbg"],flannel:["f-l-ae1 n-ah-l","nn"],flap:["f-l-ae1-p","nn"],flapper:["f-l-ae1 p-er","nn"],flapping:["f-l-ae1 p-ih-ng","vbg jj"],flare:["f-l-eh1-r","nn vb vbp"],flared:["f-l-eh1-r-d","vbd vbn jj"],flaring:["f-l-eh1 r-ih-ng","vbg jj"],flash:["f-l-ae1-sh","nn vbp jj vb"],flashback:["f-l-ae1-sh b-ae-k","nn"],flashed:["f-l-ae1-sh-t","vbd vbn"],flasher:["f-l-ae1 sh-er","nn"],flashier:["f-l-ae1 sh-iy er","jjr"],flashing:["f-l-ae1 sh-ih-ng","vbg"],flashlight:["f-l-ae1-sh l-ay-t","nn"],flashpoint:["f-l-ae1-sh p-oy-n-t","nn"],flashy:["f-l-ae1 sh-iy","jj"],flask:["f-l-ae1-s-k","nn"],flat:["f-l-ae1-t","jj nn rb"],flathead:["f-l-ae1-t hh-eh-d","jj"],flatland:["f-l-ae1-t l-ae-n-d","nn"],flatly:["f-l-ae1-t l-iy","rb"],flatness:["f-l-ae1-t n-ah-s","nn"],flatten:["f-l-ae1 t-ah-n","vb"],flattened:["f-l-ae1 t-ah-n-d","vbn vbd jj"],flattening:["f-l-ae1 t-ah n-ih-ng","vbg"],flatter:["f-l-ae1 t-er","vb"],flattered:["f-l-ae1 t-er-d","vbn jj vbd"],flattering:["f-l-ae1 t-er ih-ng","jj"],flattery:["f-l-ae1 t-er iy","nn"],flattish:["f-l-ae1 t-ih-sh","jj"],flatulent:["f-l-ae1 ch-ah l-ah-n-t","jj"],flatware:["f-l-ae1-t w-eh-r","nn"],flaunt:["f-l-ao1-n-t","vb vbp"],flaunted:["f-l-ao1-n t-ih-d","vbd"],flaunting:["f-l-ao1-n t-ih-ng","vbg"],flaunts:["f-l-ao1-n-t-s","vbz"],flavor:["f-l-ey1 v-er","nn vb"],flavored:["f-l-ey1 v-er-d","jj vbn"],flavorful:["f-l-ey1 v-er f-ah-l","jj"],flavoring:["f-l-ey1 v-er ih-ng","vbg"],flaw:["f-l-ao1","nn vb"],flawed:["f-l-ao1-d","jj vbn"],flawless:["f-l-ao1 l-ah-s","jj"],flax:["f-l-ae1-k-s","nn"],flaxseed:["f-l-ae1-k s-iy-d","nn"],flea:["f-l-iy1","nn"],fleck:["f-l-eh1-k","nn"],fled:["f-l-eh1-d","vbd vbn"],fledge:["f-l-eh1-jh","vb"],fledging:["f-l-eh1 jh-ih-ng","vbg"],fledgling:["f-l-eh1-jh l-ih-ng","nn jj"],flee:["f-l-iy1","vb"],fleece:["f-l-iy1-s","nn vb"],fleeced:["f-l-iy1-s-t","vbn"],fleeing:["f-l-iy1 ih-ng","vbg"],flees:["f-l-iy1-z","vbz"],fleet:["f-l-iy1-t","nn jj"],fleeting:["f-l-iy1 t-ih-ng","jj"],flesh:["f-l-eh1-sh","nn vb"],fleshy:["f-l-eh1 sh-iy","jj"],flew:["f-l-uw1","vbd"],flex:["f-l-eh1-k-s","nn jj vb"],flexed:["f-l-eh1-k-s-t","vbd"],flexibility:["f-l-eh-k s-ah b-ih1 l-ah t-iy","nn"],flexible:["f-l-eh1-k s-ah b-ah-l","jj"],flexing:["f-l-eh1-k s-ih-ng","vbg"],flextime:["f-l-eh1-k s-t-ay-m","nn"],flick:["f-l-ih1-k","nn vb"],flicker:["f-l-ih1 k-er","nn vb"],flickered:["f-l-ih1 k-er-d","vbd vbn"],flickering:["f-l-ih1 k-er ih-ng","vbg"],flicking:["f-l-ih1 k-ih-ng","vbg"],flied:["f-l-ay1-d","vbd"],flier:["f-l-ay1 er","nn"],flight:["f-l-ay1-t","nn"],flighty:["f-l-ay1 t-iy","jj"],flimflam:["f-l-ih1-m f-l-ae-m","nn"],flimsy:["f-l-ih1-m z-iy","jj"],flinch:["f-l-ih1-n-ch","vb"],flinched:["f-l-ih1-n-ch-t","vbd"],fling:["f-l-ih1-ng","nn vb"],flinging:["f-l-ih1 ng-ih-ng","vbg"],flint:["f-l-ih1-n-t","nn"],flinty:["f-l-ih1-n t-iy","jj"],flip:["f-l-ih1-p","jj vb"],flippant:["f-l-ih1 p-ah-n-t","jj"],flipped:["f-l-ih1-p-t","vbd"],flipper:["f-l-ih1 p-er","nn"],flipping:["f-l-ih1 p-ih-ng","vbg jj rb"],flirt:["f-l-er1-t","vb vbp"],flirtation:["f-l-er t-ey1 sh-ah-n","nn"],flirtatious:["f-l-er t-ey1 sh-ah-s","jj"],flirted:["f-l-er1 t-ih-d","vbd vbn"],flirting:["f-l-er1 t-ih-ng","vbg"],flit:["f-l-ih1-t","vb vbp"],flitting:["f-l-ih1 t-ih-ng","vbg"],"float":["f-l-ow1-t","vb nn vbp"],floated:["f-l-ow1 t-ah-d","vbd vbn"],floater:["f-l-ow1 t-er","nn"],floating:["f-l-ow1 t-ih-ng","vbg jj"],floats:["f-l-ow1-t-s","vbz"],flock:["f-l-aa1-k","nn vb vbp"],flocked:["f-l-aa1-k-t","vbd vbn"],flocking:["f-l-aa1 k-ih-ng","vbg"],floe:["f-l-ow1","nn"],flood:["f-l-ah1-d","nn vb vbp"],flooded:["f-l-ah1 d-ah-d","vbn vbd"],flooding:["f-l-ah1 d-ih-ng","vbg"],floor:["f-l-ao1-r","nn"],floorboard:["f-l-ao1-r b-ao-r-d","nn"],flooring:["f-l-ao1 r-ih-ng","nn"],flop:["f-l-aa1-p","nn vbp vb"],flopped:["f-l-aa1-p-t","vbd vbn"],floppy:["f-l-aa1 p-iy","jj"],flora:["f-l-ao1 r-ah","nn"],floral:["f-l-ao1 r-ah-l","jj"],florid:["f-l-ao1 r-ah-d","jj"],florist:["f-l-aa1 r-ah-s-t","nn"],flotation:["f-l-ow t-ey1 sh-ah-n","nn"],flotilla:["f-l-ow t-ih1 l-ah","nn"],flounder:["f-l-aw1-n d-er","vb"],floundered:["f-l-aw1-n d-er-d","vbn vbd"],floundering:["f-l-aw1-n d-er ih-ng","vbg jj"],flounders:["f-l-aw1-n d-er-z","vbz"],flour:["f-l-aw1 er","nn"],flourish:["f-l-er1 ih-sh","vb nn vbp"],flourished:["f-l-er1 ih-sh-t","vbd vbn"],flourishing:["f-l-er1 ih sh-ih-ng","vbg jj"],flout:["f-l-aw1-t","vb"],flouted:["f-l-aw1 t-ih-d","vbn"],flouting:["f-l-aw1 t-ih-ng","vbg"],flow:["f-l-ow1","nn vbp vb"],flowed:["f-l-ow1-d","vbd vbn"],flower:["f-l-aw1 er","nn vb vbp"],flowered:["f-l-aw1 er-d","jj vbd vbn"],flowering:["f-l-aw1 er ih-ng","vbg"],flowerpot:["f-l-aw1 er p-aa-t","nn"],flowing:["f-l-ow1 ih-ng","vbg jj"],flown:["f-l-ow1-n","vbn"],flu:["f-l-uw1","nn"],fluctuate:["f-l-ah1-k ch-ah-w ey-t","vbp vb"],fluctuated:["f-l-ah1-k ch-ah-w ey t-ih-d","vbd vbn"],fluctuates:["f-l-ah1-k ch-uw ey-t-s","vbz"],fluctuating:["f-l-ah1-k ch-ah-w ey t-ih-ng","vbg"],fluctuation:["f-l-ah-k ch-uw ey1 sh-ah-n","nn"],flue:["f-l-uw1","nn"],fluency:["f-l-uw1 ah-n s-iy","nn"],fluent:["f-l-uw1 ah-n-t","jj"],fluff:["f-l-ah1-f","nn"],fluffy:["f-l-ah1 f-iy","jj"],fluid:["f-l-uw1 ah-d","nn jj"],fluidity:["f-l-uw ih1 d-ah t-iy","nn"],fluke:["f-l-uw1-k","nn"],flung:["f-l-ah1-ng","vbd vbn"],flunk:["f-l-ah1-ng-k","vb vbp"],flunked:["f-l-ah1-ng-k-t","vbd vbn"],flunking:["f-l-ah1-ng k-ih-ng","vbg"],fluorescent:["f-l-uh r-eh1 s-ah-n-t","jj"],fluoride:["f-l-uh1 r-ay-d","nn"],fluorine:["f-l-uh1 r-iy-n","nn"],flurried:["f-l-er1 iy-d","vbd"],flurry:["f-l-er1 iy","nn"],flush:["f-l-ah1-sh","jj nn rb vb vbp"],flushed:["f-l-ah1-sh-t","vbn vbd"],flushes:["f-l-ah1 sh-ih-z","vbz"],flushing:["f-l-ah1 sh-ih-ng","vbg"],fluster:["f-l-ah1-s-t-er","vb"],flustered:["f-l-ah1 s-t-er-d","vbn"],flute:["f-l-uw1-t","nn"],flutist:["f-l-uw1 t-ih-s-t","nn"],flutter:["f-l-ah1 t-er","nn vb"],fluttered:["f-l-ah1 t-er-d","vbd"],fluttering:["f-l-ah1 t-er ih-ng","vbg"],flux:["f-l-ah1-k-s","nn"],fly:["f-l-ay1","vb nn vbp"],flyer:["f-l-ay1 er","nn"],flying:["f-l-ay1 ih-ng","vbg jj"],foal:["f-ow1-l","nn"],foam:["f-ow1-m","nn vb vbp"],foamy:["f-ow1 m-iy","jj"],focal:["f-ow1 k-ah-l","jj"],focus:["f-ow1 k-ah-s","nn vbp vb"],focused:["f-ow1 k-ah-s-t","vbn jj vbd"],focusing:["f-ow1 k-ah s-ih-ng","vbg"],focussed:["f-ow1 k-ah-s-t","vbn vbd"],fodder:["f-aa1 d-er","nn"],foe:["f-ow1","nn"],fog:["f-aa1-g","nn vb"],foggy:["f-aa1 g-iy","jj"],fogy:["f-ow1 g-iy","nn"],foible:["f-oy1 b-ah-l","nn"],foil:["f-oy1-l","nn vb"],foiled:["f-oy1-l-d","vbn jj vbd"],foiling:["f-oy1 l-ih-ng","vbg"],foist:["f-oy1-s-t","vb"],foisted:["f-oy1 s-t-ih-d","vbd vbn"],fold:["f-ow1-l-d","vb nn vbp"],folded:["f-ow1-l d-ah-d","vbn vbd jj"],folder:["f-ow1-l d-er","nn"],folding:["f-ow1-l d-ih-ng","vbg jj nn"],foliage:["f-ow1 l-ih-jh","nn"],folk:["f-ow1-k","nn"],folkish:["f-ow1 k-ih-sh","jj"],folklore:["f-ow1-k l-ao-r","nn"],folksy:["f-ow1-k s-iy","jj"],follow:["f-aa1 l-ow","vb vbp"],followed:["f-aa1 l-ow-d","vbd vbn jj"],follower:["f-aa1 l-ow er","nn"],following:["f-aa1 l-ow ih-ng","vbg jj nn"],follows:["f-aa1 l-ow-z","vbz"],followup:["f-aa1 l-ow ah-p","jj"],folly:["f-aa1 l-iy","nn"],foment:["f-ow1 m-eh-n-t","vb"],fomented:["f-ow1 m-eh-n t-ih-d","vbd"],fomenting:["f-ow1 m-eh-n t-ih-ng","vbg"],fond:["f-aa1-n-d","jj nn vb"],fonder:["f-aa1-n d-er","jjr"],fondest:["f-aa1-n d-ah-s-t","jjs"],fondly:["f-aa1-n-d l-iy","rb"],fondness:["f-aa1-n-d n-ah-s","nn"],font:["f-aa1-n-t","nn"],food:["f-uw1-d","nn"],foodservice:["f-uw1-d s-er1 v-ih-s","nn"],foodstuff:["f-uw1-d s-t-ah-f","nn"],fool:["f-uw1-l","nn jj vb"],fooled:["f-uw1-l-d","vbn"],foolhardy:["f-uw1-l hh-aa-r d-iy","jj"],fooling:["f-uw1 l-ih-ng","vbg"],foolish:["f-uw1 l-ih-sh","jj"],foolishly:["f-uw1 l-ih-sh l-iy","rb"],foolishness:["f-uw1 l-ih-sh n-ah-s","nn"],foolproof:["f-uw1-l p-r-uw-f","jj"],foot:["f-uh1-t","nn"],footage:["f-uh1 t-ih-jh","nn"],football:["f-uh1-t b-ao-l","nn"],footfall:["f-uh1-t f-ao-l","nn"],foothill:["f-uh1-t hh-ih-l","nn"],foothold:["f-uh1-t hh-ow-l-d","nn"],footing:["f-uh1 t-ih-ng","nn"],footlight:["f-uh1-t l-ay-t","nn"],footloose:["f-uh1-t l-uw-s","jj"],footman:["f-uh1-t m-ah-n","nn"],footnote:["f-uh1-t n-ow-t","nn vb"],footnoted:["f-uh1-t n-ow t-ih-d","vbn"],footpath:["f-uh1-t p-ae-th","nn"],footprint:["f-uh1-t p-r-ih-n-t","nn"],footstep:["f-uh1-t s-t-eh-p","nn"],footwear:["f-uh1-t w-eh-r","nn"],footwork:["f-uh1-t w-er-k","nn"],"for":["f-ao1-r","in cc jj rb rp"],forage:["f-ao1 r-ih-jh","nn vb"],foraging:["f-ao1 r-ih jh-ih-ng","vbg"],foray:["f-ao1 r-ey","nn"],forbade:["f-er b-ey1-d","vbd"],forbearance:["f-ao-r b-eh1 r-ah-n-s","nn"],forbid:["f-er b-ih1-d","vb vbp uh"],forbidden:["f-ao1-r b-ih d-ah-n","vbn jj"],forbidding:["f-er b-ih1 d-ih-ng","vbg jj"],forbids:["f-er b-ih1-d-z","vbz"],force:["f-ao1-r-s","nn vb vbp"],forced:["f-ao1-r-s-t","vbn jj vbd"],forceful:["f-ao1-r-s f-ah-l","jj"],forcefully:["f-ao1-r-s f-ah l-iy","rb"],forcefulness:["f-ao1-r-s f-ah-l n-ah-s","nn"],forcibly:["f-ao1-r s-ah b-l-iy","rb"],forcing:["f-ao1-r s-ih-ng","vbg"],ford:["f-ao1-r-d","nn"],fore:["f-ao1-r","nn rb"],forearm:["f-ao r-aa1-r-m","nn"],forebear:["f-ao1-r b-eh-r","nn"],foreboding:["f-ao-r b-ow1 d-ih-ng","nn jj"],forecast:["f-ao1-r k-ae-s-t","nn vbd vbn vbp vb"],forecasted:["f-ao1-r k-ae s-t-ih-d","vbn"],forecaster:["f-ao1-r k-ae s-t-er","nn"],forecasting:["f-ao1-r k-ae s-t-ih-ng","nn jj vbg"],foreclose:["f-ao-r k-l-ow1-z","vb"],foreclosed:["f-ao-r k-l-ow1-z-d","vbn jj vbd"],foreclosing:["f-ao-r k-l-ow1 z-ih-ng","vbg"],foreclosure:["f-ao-r k-l-ow1 zh-er","nn"],forefather:["f-ao1-r f-aa dh-er","nn"],forefinger:["f-ao1-r f-ih-ng g-er","nn"],forefront:["f-ao1-r f-r-ah-n-t","nn"],forego:["f-ao-r g-ow1","vb vbp"],foregoing:["f-ao-r g-ow1 ih-ng","nn jj vbg"],foregone:["f-ao1-r g-ao1-n","jj vbn"],foreground:["f-ao1-r g-r-aw-n-d","nn"],forehead:["f-ao1 r-hh-eh-d","nn"],foreign:["f-ao1 r-ah-n","jj"],foreigner:["f-ao1 r-ah n-er","nn"],foreman:["f-ao1-r m-ah-n","nn"],foremost:["f-ao1-r m-ow-s-t","jj rb"],forensic:["f-er eh1-n s-ih-k","jj"],forerunner:["f-ao1 r-ah n-er","nn"],foresaw:["f-ao-r s-ao1","vbd"],foresee:["f-ao-r s-iy1","vbp vb"],foreseeable:["f-ao-r s-iy1 ah b-ah-l","jj"],foreseeing:["f-ao-r s-iy1 ih-ng","vbg"],foreseen:["f-ao-r s-iy1-n","vbn"],foresees:["f-ao-r s-iy1-z","vbz"],foreshadow:["f-ao-r sh-ae1 d-ow","vb vbp"],foreshadowed:["f-ao-r sh-ae1 d-ow-d","vbn"],foreshadowing:["f-ao-r sh-ae1 d-ow ih-ng","vbg"],foresight:["f-ao1-r s-ay-t","nn"],forest:["f-ao1 r-ah-s-t","nn"],forestall:["f-ao-r s-t-ao1-l","vb"],forestalled:["f-ao-r s-t-aa1-l-d","vbn"],forestry:["f-ao1 r-ah s-t-r-iy","nn"],foretell:["f-ao-r t-eh1-l","vb"],forethought:["f-ao1-r th-ao-t","nn"],forever:["f-er eh1 v-er","rb"],foreword:["f-ao1-r w-er-d","nn"],forfeit:["f-ao1-r f-ih-t","vb nn"],forfeitable:["f-ao1-r f-ah t-ah b-ah-l","jj"],forfeited:["f-ao1-r f-ih t-ih-d","vbn"],forfeiting:["f-ao1-r f-ah t-ih-ng","vbg"],forfeiture:["f-ao1-r f-ah ch-er","nn"],forgave:["f-er g-ey1-v","vbd"],forge:["f-ao1-r-jh","vb vbp nn"],forged:["f-ao1-r-jh-d","vbn jj vbd"],forger:["f-ao1-r jh-er","nn"],forgery:["f-ao1-r jh-er iy","nn"],forges:["f-ao1-r jh-ih-z","vbz"],forget:["f-er g-eh1-t","vb vbp"],forgetful:["f-ao-r g-eh1-t f-ah-l","jj"],forgets:["f-er g-eh1-t-s","vbz"],forgettable:["f-ao-r g-eh1 t-ah b-ah-l","jj"],forgetting:["f-er g-eh1 t-ih-ng","vbg"],forging:["f-ao1-r jh-ih-ng","vbg"],forgive:["f-er g-ih1-v","vb vbp"],forgiven:["f-er g-ih1 v-ah-n","vbn"],forgiveness:["f-er g-ih1-v n-ah-s","nn"],forgiving:["f-er g-ih1 v-ih-ng","vbg jj"],forgo:["f-ao-r g-ow1","vb vbp"],forgoes:["f-ao-r g-ow1-z","vbz"],forgone:["f-ao-r g-aa1-n","jj"],forgot:["f-er g-aa1-t","vbd vbn"],forgotten:["f-er g-aa1 t-ah-n","vbn jj"],forint:["f-ao1 r-ih-n-t","nn"],fork:["f-ao1-r-k","nn vb"],forked:["f-ao1-r-k-t","jj vbd vbn"],forking:["f-ao1-r k-ih-ng","vbg"],forklift:["f-ao1-r-k l-ih-f-t","nn"],forlorn:["f-er l-ao1-r-n","jj"],form:["f-ao1-r-m","nn vbp jj vb"],formal:["f-ao1-r m-ah-l","jj"],formaldehyde:["f-ao-r m-ae1-l d-ah hh-ay-d","nn"],formalism:["f-ao1-r m-ah l-ih z-ah-m","nn"],formality:["f-ao-r m-ae1 l-ah t-iy","nn"],formalize:["f-ao1-r m-ah l-ay-z","vb"],formalized:["f-ao1-r m-ah l-ay-z-d","jj vbn"],formalizes:["f-ao1-r m-ah l-ay z-ih-z","vbz"],formally:["f-ao1-r m-ah l-iy","rb"],format:["f-ao1-r m-ae-t","nn"],formation:["f-ao-r m-ey1 sh-ah-n","nn"],formative:["f-ao1-r m-ah t-ih-v","jj nn"],formed:["f-ao1-r-m-d","vbn vbd jj"],former:["f-ao1-r m-er","jj nn"],formerly:["f-ao1-r m-er l-iy","rb"],formidable:["f-ao1-r m-ah d-ah b-ah-l","jj"],formidably:["f-ao1-r m-ah d-ah b-l-iy","rb"],forming:["f-ao1-r m-ih-ng","vbg"],formula:["f-ao1-r m-y-ah l-ah","nn"],formulaic:["f-ao-r m-y-ah l-ey1 ih-k","jj"],formulate:["f-ao1-r m-y-ah l-ey-t","vb"],formulated:["f-ao1-r m-y-ah l-ey t-ah-d","vbn vbd"],formulates:["f-ao1-r m-y-ah l-ey-t-s","vbz"],formulating:["f-ao1-r m-y-ah l-ey t-ih-ng","vbg"],formulation:["f-ao-r m-y-ah l-ey1 sh-ah-n","nn"],forsake:["f-ao-r s-ey1-k","vb"],forsaken:["f-ao-r s-ey1 k-ah-n","vbn"],forseeable:["f-ao-r s-iy1 ah b-ah-l","jj"],fort:["f-ao1-r-t","nn"],forth:["f-ao1-r-th","rb rp"],forthcoming:["f-ao1-r-th k-ah1 m-ih-ng","jj vbg"],forthright:["f-ao1-r-th r-ay1-t","jj"],forthrightly:["f-ao1-r-th r-ay1-t l-iy","rb"],forthrightness:["f-ao1-r-th r-ay1-t n-ah-s","nn"],forthwith:["f-ao1-r-th w-ih1-th","rb"],fortification:["f-ao-r t-ah f-ah k-ey1 sh-ah-n","nn"],fortified:["f-ao1-r t-ah f-ay-d","vbn vbd jj"],fortify:["f-ao1-r t-ih f-ay","vb"],fortitude:["f-ao1-r t-ih t-uw-d","nn"],fortnight:["f-ao1-r-t n-ay-t","nn"],fortress:["f-ao1-r t-r-ah-s","nn"],fortuitous:["f-ao-r t-uw1 ih t-ah-s","jj"],fortunate:["f-ao1-r ch-ah n-ah-t","jj"],fortunately:["f-ao1-r ch-ah n-ah-t l-iy","rb"],fortune:["f-ao1-r ch-ah-n","nn"],forum:["f-ao1 r-ah-m","nn"],forward:["f-ao1-r w-er-d","rb jj nn vb"],forwarded:["f-ao1-r w-er d-ih-d","vbn"],forwarder:["f-ao1-r w-er d-er","nn"],forwarding:["f-ao1-r w-er d-ih-ng","vbg"],forwards:["f-ao1-r w-er-d-z","rb"],fossil:["f-aa1 s-ah-l","jj nn"],fossilized:["f-aa1 s-ah l-ay-z-d","jj"],foster:["f-aa1 s-t-er","vb jj"],fostered:["f-aa1 s-t-er-d","vbn vbd"],fostering:["f-aa1 s-t-er ih-ng","vbg"],fosters:["f-aa1 s-t-er-z","vbz"],fought:["f-ao1-t","vbd vbn"],foul:["f-aw1-l","jj rb vb uh"],fouled:["f-aw1-l-d","vbd jj vbn"],fouling:["f-aw1 l-ih-ng","vbg"],found:["f-aw1-n-d","vbd vbn"],foundation:["f-aw-n d-ey1 sh-ah-n","nn"],founded:["f-aw1-n d-ah-d","vbn vbd"],founder:["f-aw1-n d-er","nn vb"],foundered:["f-aw1-n d-er-d","vbd"],foundering:["f-aw1-n d-er ih-ng","vbg jj"],foundling:["f-aw1-n-d l-ih-ng","nn"],foundry:["f-aw1-n d-r-iy","nn"],fountain:["f-aw1-n t-ah-n","nn"],four:["f-ao1-r","cd"],fourfold:["f-ao1-r f-ow1-l-d","rb jj"],foursome:["f-ao1-r s-ah-m","nn"],fourteenth:["f-ao1-r t-iy1-n-th","jj"],fourth:["f-ao1-r-th","jj rb"],fowl:["f-aw1-l","nn"],fox:["f-aa1-k-s","nn"],foxhole:["f-aa1-k-s hh-ow-l","nn"],foxtail:["f-aa1-k-s t-ey-l","nn"],foyer:["f-oy1 er","nn"],fracas:["f-r-ey1 k-ah-s","nn"],fraction:["f-r-ae1-k sh-ah-n","nn"],fractional:["f-r-ae1-k sh-ah n-ah-l","jj"],fractionally:["f-r-ae1-k sh-ah-n ah-l iy","rb"],fractious:["f-r-ae1-k sh-ah-s","jj"],fracture:["f-r-ae1-k ch-er","nn vb"],fractured:["f-r-ae1-k ch-er-d","vbn jj vbd"],fracturing:["f-r-ae1-k ch-er ih-ng","vbg"],fragile:["f-r-ae1 jh-ah-l","jj"],fragility:["f-r-ah jh-ih1 l-ah t-iy","nn"],fragment:["f-r-ae1-g m-ah-n-t","nn vb"],fragmentary:["f-r-ae1-g m-ah-n t-eh r-iy","jj rb"],fragmentation:["f-r-ae-g m-ah-n t-ey1 sh-ah-n","nn"],fragmented:["f-r-ae1-g m-ah-n t-ih-d","jj vbn"],fragrance:["f-r-ey1 g-r-ah-n-s","nn"],fragrant:["f-r-ey1 g-r-ah-n-t","jj"],frail:["f-r-ey1-l","jj"],frailty:["f-r-ey1-l t-iy","nn"],frame:["f-r-ey1-m","nn vbp vb"],framed:["f-r-ey1-m-d","vbn vbd jj"],framer:["f-r-ey1 m-er","nn"],framework:["f-r-ey1-m w-er-k","nn"],framing:["f-r-ey1 m-ih-ng","vbg"],franc:["f-r-ae1-ng-k","nn"],franchise:["f-r-ae1-n ch-ay-z","nn vb"],franchised:["f-r-ae1-n ch-ay-z-d","vbn jj"],franchisee:["f-r-ae1-n ch-ay z-iy1","nn"],franchiser:["f-r-ae1-n ch-ay z-er","nn"],franchising:["f-r-ae1-n ch-ay z-ih-ng","vbg"],frank:["f-r-ae1-ng-k","jj nn vb"],franked:["f-r-ae1-ng-k-t","jj vbn"],frankfurter:["f-r-ae1-ng-k f-er t-er","nn"],franking:["f-r-ae1-ng k-ih-ng","vbg"],frankly:["f-r-ae1-ng k-l-iy","rb"],frankness:["f-r-ae1-ng-k n-ah-s","nn"],frantic:["f-r-ae1-n t-ih-k","jj"],frantically:["f-r-ae1-n t-ah k-ah l-iy","rb"],fraternity:["f-r-ah t-er1 n-ah t-iy","nn"],frau:["f-r-aw1","nn"],fraud:["f-r-ao1-d","nn"],fraudulent:["f-r-ao1 jh-ah l-ah-n-t","jj"],fraudulently:["f-r-ao1 d-uw l-ah-n-t l-iy","rb"],fraught:["f-r-ao1-t","jj"],fray:["f-r-ey1","nn vb"],frayed:["f-r-ey1-d","jj vbn"],fraying:["f-r-ey1 ih-ng","vbg"],frazzle:["f-r-ae1-z-ah-l","vb"],frazzled:["f-r-ae1 z-ah-l-d","vbn"],freak:["f-r-iy1-k","nn vb vbp"],freaked:["f-r-iy1-k-t","vbn"],freckled:["f-r-eh1 k-ah-l-d","jj"],free:["f-r-iy1","jj rb vb vbp"],freebie:["f-r-iy1 b-iy","nn"],freed:["f-r-iy1-d","jj"],freedom:["f-r-iy1 d-ah-m","nn"],freefall:["f-r-iy1 f-ao-l","nn"],freehand:["f-r-iy1 hh-ae-n-d","jj rb"],freeholder:["f-r-iy1 hh-ow-l d-er","nn"],freeing:["f-r-iy1 ih-ng","vbg"],freelance:["f-r-iy1 l-ae-n-s","jj"],freely:["f-r-iy1 l-iy","rb"],freeman:["f-r-iy1 m-ah-n","nn"],freer:["f-r-iy1 er","jjr"],frees:["f-r-iy1-z","vbz"],freest:["f-r-iy1 ih-s-t","jjs"],freethinker:["f-r-iy1 th-ih1-ng k-er","nn"],freeway:["f-r-iy1 w-ey","nn"],freewheeling:["f-r-iy1 w-iy l-ih-ng","jj"],freeze:["f-r-iy1-z","nn vb vbp"],freezer:["f-r-iy1 z-er","nn"],freezing:["f-r-iy1 z-ih-ng","vbg jj nn"],freight:["f-r-ey1-t","nn vb"],freighter:["f-r-ey1 t-er","nn"],french:["f-r-eh1-n-ch","jj"],frenetic:["f-r-ah n-eh1 t-ih-k","jj"],frenzied:["f-r-eh1-n z-iy-d","jj"],frenzy:["f-r-eh1-n z-iy","nn"],frequency:["f-r-iy1 k-w-ah-n s-iy","nn"],frequent:["f-r-iy1 k-w-ah-n-t","jj vbp vb"],frequented:["f-r-iy1 k-w-ah-n t-ih-d","vbd vbn"],frequently:["f-r-iy1 k-w-ah-n-t l-iy","rb"],frequents:["f-r-iy1 k-w-ah-n-t-s","vbz"],fresco:["f-r-eh1-s k-ow","nn"],frescoed:["f-r-eh1-s k-ow-d","jj"],fresh:["f-r-eh1-sh","jj rb"],fresher:["f-r-eh1 sh-er","jjr"],freshly:["f-r-eh1-sh l-iy","rb"],freshman:["f-r-eh1-sh m-ah-n","nn"],freshness:["f-r-eh1-sh n-ah-s","nn"],fret:["f-r-eh1-t","vbp nn vb"],frets:["f-r-eh1-t-s","vbz"],fretted:["f-r-eh1 t-ih-d","vbd"],fretting:["f-r-eh1 t-ih-ng","vbg"],friar:["f-r-ay1 er","nn"],friction:["f-r-ih1-k sh-ah-n","nn"],frictionless:["f-r-ih1-k sh-ah-n l-ah-s","jj"],fridge:["f-r-ih1-jh","nn"],fried:["f-r-ay1-d","jj vbn"],friend:["f-r-eh1-n-d","nn"],friendlier:["f-r-eh1-n-d l-iy er","jjr rbr"],friendliness:["f-r-eh1-n-d l-iy n-ih-s","nn"],friendly:["f-r-eh1-n-d l-iy","jj"],friendship:["f-r-eh1-n-d sh-ih-p","nn"],frieze:["f-r-iy1-z","nn"],frigate:["f-r-ih1 g-ah-t","nn"],fright:["f-r-ay1-t","nn"],frighten:["f-r-ay1 t-ah-n","vb vbp"],frightened:["f-r-ay1 t-ah-n-d","vbn jj vbd"],frightening:["f-r-ay1 t-ah-n ih-ng","jj vbg"],frighteningly:["f-r-ay1 t-ah-n ih-ng l-iy","rb"],frightens:["f-r-ay1 t-ah-n-z","vbz"],frightful:["f-r-ay1-t f-ah-l","jj"],frightfully:["f-r-ay1-t f-ah l-iy","rb"],frigid:["f-r-ih1 jh-ah-d","jj"],frill:["f-r-ih1-l","nn"],frilly:["f-r-ih1 l-iy","jj"],fringe:["f-r-ih1-n-jh","nn jj"],frisky:["f-r-ih1-s k-iy","jj"],fritter:["f-r-ih1-t-er","vb"],frittered:["f-r-ih1 t-er-d","vbn"],frittering:["f-r-ih1 t-er ih-ng","vbg"],frivolity:["f-r-ah v-aa1 l-ah t-iy","nn"],frivolous:["f-r-ih1 v-ah l-ah-s","jj"],frock:["f-r-aa1-k","nn"],frog:["f-r-aa1-g","nn"],frolic:["f-r-aa1 l-ih-k","nn vb"],frolicking:["f-r-aa1 l-ih k-ih-ng","vbg"],from:["f-r-ah1-m","in rb rp"],frond:["f-r-aa1-n-d","nn"],front:["f-r-ah1-n-t","nn jj vb"],frontage:["f-r-ah1-n t-ih-jh","nn"],frontal:["f-r-ah1-n t-ah-l","jj"],fronted:["f-r-ah1-n t-ih-d","vbd"],frontier:["f-r-ah-n t-ih1-r","nn"],fronting:["f-r-ah1-n t-ih-ng","vbg"],frontrunner:["f-r-ah1-n t-r-ah n-er","nn"],frost:["f-r-ao1-s-t","nn vb"],frostbite:["f-r-ao1-s-t b-ay-t","nn"],frosted:["f-r-ao1 s-t-ah-d","vbd"],frosting:["f-r-ao1 s-t-ih-ng","nn"],frosty:["f-r-ao1 s-t-iy","jj"],froth:["f-r-ao1-th","nn vb"],frothy:["f-r-ao1 th-iy","jj"],frown:["f-r-aw1-n","vb vbp"],frowned:["f-r-aw1-n-d","vbd vbn"],frowning:["f-r-aw1 n-ih-ng","vbg"],frowningly:["f-r-aw1 n-ih-ng l-iy","rb"],frowns:["f-r-aw1-n-z","vbz"],froze:["f-r-ow1-z","vbd vbn"],frozen:["f-r-ow1 z-ah-n","vbn jj"],fructose:["f-r-ah1-k t-ow-s","nn"],frugal:["f-r-uw1 g-ah-l","jj"],frugality:["f-r-uw g-ae1 l-ah t-iy","nn"],frugally:["f-r-uw1 g-ah l-iy","rb"],fruit:["f-r-uw1-t","nn"],fruitful:["f-r-uw1-t f-ah-l","jj"],fruition:["f-r-uw ih1 sh-ah-n","nn"],fruitless:["f-r-uw1-t l-ah-s","jj"],fruitlessly:["f-r-uw1-t l-ah-s l-iy","rb"],fruity:["f-r-uw1 t-iy","jj"],frumpy:["f-r-ah1-m p-iy","jj"],frustrate:["f-r-ah1 s-t-r-ey-t","vb"],frustrated:["f-r-ah1 s-t-r-ey t-ah-d","vbn jj vbd"],frustrates:["f-r-ah1 s-t-r-ey-t-s","vbz"],frustrating:["f-r-ah1 s-t-r-ey t-ih-ng","jj vbg"],frustration:["f-r-ah-s t-r-ey1 sh-ah-n","nn"],fry:["f-r-ay1","nn vbp vb"],fryer:["f-r-ay1 er","nn"],frying:["f-r-ay1 ih-ng","vbg"],fudge:["f-ah1-jh","vb vbp nn"],fudging:["f-ah1 jh-ih-ng","nn"],fuel:["f-y-uw1 ah-l","nn vbp vb"],fueled:["f-y-uw1 ah-l-d","vbn vbd"],fueling:["f-y-uw1 l-ih-ng","vbg"],fugitive:["f-y-uw1 jh-ah t-ih-v","jj nn"],fulcrum:["f-uh1-l k-r-ah-m","nn"],fulfill:["f-uh-l f-ih1-l","vb vbp"],fulfilled:["f-uh-l f-ih1-l-d","vbn vbd"],fulfilling:["f-uh-l f-ih1 l-ih-ng","vbg"],fulfillment:["f-uh-l f-ih1-l m-ah-n-t","nn"],fulfills:["f-uh-l f-ih1-l-z","vbz"],full:["f-uh1-l","jj rb"],fullback:["f-uh1-l b-ae-k","nn"],fuller:["f-uh1 l-er","jjr"],fullest:["f-uh1 l-ah-s-t","jjs"],fullness:["f-uh1-l n-ah-s","nn"],fully:["f-uh1 l-iy","rb"],fulminate:["f-uh1-l m-ah n-ey-t","vb"],fumble:["f-ah1-m b-ah-l","nn vb"],fumbled:["f-ah1-m b-ah-l-d","vbd"],fumbling:["f-ah1-m b-ah-l ih-ng","vbg jj"],fume:["f-y-uw1-m","vb"],fumed:["f-y-uw1-m-d","vbd"],fuming:["f-y-uw1 m-ih-ng","vbg"],fun:["f-ah1-n","nn jj"],"function":["f-ah1-ng-k sh-ah-n","nn vb vbp"],functional:["f-ah1-ng-k sh-ah n-ah-l","jj nn"],functionally:["f-ah1-ng-k sh-ah-n ah-l iy","rb"],functionary:["f-ah1-ng-k sh-ah-n eh r-iy","nn"],functioned:["f-ah1-ng-k sh-ah-n-d","vbd vbn"],functioning:["f-ah1-ng-k sh-ah-n ih-ng","vbg"],fund:["f-ah1-n-d","nn vbp vb"],fundamental:["f-ah-n d-ah m-eh1-n t-ah-l","jj"],fundamentalism:["f-ah-n d-ah m-eh1-n t-ah l-ih z-ah-m","nn"],fundamentalist:["f-ah-n d-ah m-eh1-n t-ah l-ih-s-t","jj nn"],fundamentally:["f-ah-n d-ah m-eh1-n t-ah l-iy","rb"],funded:["f-ah1-n d-ah-d","vbn vbd jj"],funding:["f-ah1-n d-ih-ng","vbg jj"],fundraiser:["f-ah1-n d-r-ey z-er","nn"],fundraising:["f-ah1-n d-r-ey s-ih-ng","vbg"],funeral:["f-y-uw1 n-er ah-l","nn jj"],fungal:["f-ah1-ng g-ah-l","jj"],fungible:["f-ah1-n jh-ih b-ah-l","jj"],fungicide:["f-ah1-n jh-ah s-ay-d","nn"],fungus:["f-ah1-ng g-ah-s","nn"],funk:["f-ah1-ng-k","nn"],funky:["f-ah1-ng k-iy","jj"],funnel:["f-ah1 n-ah-l","vb nn"],funneled:["f-ah1 n-ah-l-d","vbd vbn"],funneling:["f-ah1 n-ah-l ih-ng","vbg"],funnier:["f-ah1 n-iy er","jjr"],funniest:["f-ah1 n-iy ah-s-t","jjs"],funny:["f-ah1 n-iy","jj"],fur:["f-er1","nn"],furbishing:["f-er1 b-ih sh-ih-ng","nn"],furious:["f-y-uh1 r-iy ah-s","jj"],furiouser:["f-y-uh1 r-iy ah s-er","rbr"],furiously:["f-y-uh1 r-iy ah-s l-iy","rb"],furlough:["f-er1 l-ow","nn vb"],furloughed:["f-er1 l-ow-d","vbn"],furnace:["f-er1 n-ah-s","nn"],furnish:["f-er1 n-ih-sh","vb vbp"],furnished:["f-er1 n-ih-sh-t","vbn vbd jj"],furnishes:["f-er1 n-ih sh-ah-z","vbz"],furnishing:["f-er1 n-ih sh-ih-ng","nn vbg"],furniture:["f-er1 n-ih ch-er","nn"],furor:["f-y-uh1 r-ao-r","nn"],furrier:["f-er1 iy er","nn"],furrow:["f-er1 ow","nn"],furry:["f-er1 iy","jj"],further:["f-er1 dh-er","jj vb"],furthered:["f-er1 dh-er-d","vbd vbn"],furthering:["f-er1 dh-er ih-ng","vbg"],furthermore:["f-er1 dh-er m-ao-r","rb"], +furthers:["f-er1 dh-er-z","vbz"],furthest:["f-er1 th-ah-s-t","jjs rbs"],furtive:["f-er1 t-ih-v","jj"],furtively:["f-er1 t-ih-v l-iy","rb"],fury:["f-y-uh1 r-iy","nn"],fuse:["f-y-uw1-z","nn vb"],fused:["f-y-uw1-z-d","vbn vbd"],fuselage:["f-y-uw1 s-ah l-aa-jh","nn"],fusillade:["f-y-uw1 s-ih l-ey-d","nn"],fusing:["f-y-uw1 z-ih-ng","vbg"],fusion:["f-y-uw1 zh-ah-n","nn"],fuss:["f-ah1-s","nn vb"],fusses:["f-ah1 s-ih-z","vbz"],fussing:["f-ah1 s-ih-ng","vbg"],fussy:["f-ah1 s-iy","jj"],futile:["f-y-uw1 t-ah-l","jj"],futility:["f-y-uw t-ih1 l-ah t-iy","nn"],future:["f-y-uw1 ch-er","nn jj"],futurist:["f-y-uw1 ch-er ih-s-t","nn"],futuristic:["f-y-uw ch-er ih1 s-t-ih-k","jj"],fuzz:["f-ah1-z","nn"],fuzzier:["f-ah1 z-iy er","jjr"],fuzzy:["f-ah1 z-iy","jj"],gabardine:["g-ae1 b-er d-iy-n","nn"],gabbing:["g-ae1 b-ih-ng","vbg"],gable:["g-ey1 b-ah-l","nn"],gadfly:["g-ae1-d f-l-ay","nn"],gadget:["g-ae1 jh-ah-t","nn"],gadgetry:["g-ae1 jh-ah t-r-iy","nn"],gaffe:["g-ae1-f","nn"],gag:["g-ae1-g","nn"],gage:["g-ey1-jh","nn vb"],gagged:["g-ae1-g-d","vbn vbd"],gaggle:["g-ae1 g-ah-l","nn"],gaily:["g-ey1 l-iy","rb"],gain:["g-ey1-n","nn vbp vb"],gained:["g-ey1-n-d","vbd vbn vb"],gainer:["g-ey1 n-er","nn"],gainful:["g-ey1-n f-ah-l","jj"],gaining:["g-ey1 n-ih-ng","vbg"],gait:["g-ey1-t","nn"],gal:["g-ae1-l","nn"],gala:["g-ae1 l-ah","jj nn"],galactic:["g-ah l-ae1-k t-ih-k","jj"],galaxy:["g-ae1 l-ah-k s-iy","nn"],gale:["g-ey1-l","nn"],gall:["g-ao1-l","nn vb"],gallant:["g-ae1 l-ah-n-t","jj"],gallantry:["g-ae1 l-ah-n t-r-iy","nn"],gallbladder:["g-ao1-l b-l-ae d-er","nn"],gallery:["g-ae1 l-er iy","nn"],galley:["g-ae1 l-iy","nn"],galling:["g-ao1 l-ih-ng","jj"],gallium:["g-ae1 l-iy ah-m","nn"],gallon:["g-ae1 l-ah-n","nn"],gallop:["g-ae1 l-ah-p","nn vb"],galloped:["g-ae1 l-ah-p-t","vbn"],galloping:["g-ae1 l-ah p-ih-ng","vbg jj"],gallows:["g-ae1 l-ow-z","nn"],gallstone:["g-ao1-l s-t-ow-n","nn"],galvanic:["g-ae-l v-ae1 n-ih-k","jj"],galvanize:["g-ae1-l v-ah n-ay-z","vb"],galvanized:["g-ae1-l v-ah n-ay-z-d","jj vbd vbn"],galvanizing:["g-ae1-l v-ah n-ay z-ih-ng","vbg"],gambit:["g-ae1-m b-ih-t","nn"],gamble:["g-ae1-m b-ah-l","nn vb"],gambled:["g-ae1-m b-ah-l-d","vbn"],gambler:["g-ae1-m b-l-er","nn"],gambling:["g-ae1-m b-ah-l ih-ng","vbg"],game:["g-ey1-m","nn"],gaming:["g-ey1 m-ih-ng","nn"],gamma:["g-ae1 m-ah","nn jj"],gamut:["g-ae1 m-ah-t","nn"],gander:["g-ae1-n d-er","nn"],gang:["g-ae1-ng","nn vb"],gangbuster:["g-ae1-ng b-ah s-t-er","nn"],ganging:["g-ae1 ng-ih-ng","vbg"],gangplank:["g-ae1-ng p-l-ae-ng-k","nn"],gangster:["g-ae1-ng s-t-er","nn"],gantlet:["g-ao1-n-t l-ah-t","nn"],gap:["g-ae1-p","nn vb"],gaping:["g-ey1 p-ih-ng","vbg jj"],garage:["g-er aa1-zh","nn"],garb:["g-aa1-r-b","nn vb"],garbage:["g-aa1-r b-ih-jh","nn"],garbed:["g-aa1-r-b-d","vbn"],garble:["g-aa1-r-b-ah-l","vb"],garbled:["g-aa1-r b-ah-l-d","vbn"],garden:["g-aa1-r d-ah-n","nn vb"],gardened:["g-aa1-r d-ah-n-d","vbd"],gardener:["g-aa1-r d-ah-n er","nn"],gardenia:["g-aa-r d-iy1 n-y-ah","nn"],gardening:["g-aa1-r d-ah-n ih-ng","vbg"],gargantuan:["g-aa-r g-ae1-n ch-uw ah-n","jj"],garish:["g-eh1 r-ih-sh","jj"],garland:["g-aa1-r l-ah-n-d","nn"],garlic:["g-aa1-r l-ih-k","nn"],garment:["g-aa1-r m-ah-n-t","nn"],garner:["g-aa1-r n-er","vb vbp"],garnered:["g-aa1-r n-er-d","vbd vbn"],garnet:["g-aa1-r n-ah-t","nn"],garnish:["g-aa1-r n-ih-sh","nn"],garrison:["g-ae1 r-ih s-ah-n","nn vb"],garrisoned:["g-ae1 r-ah s-ah-n-d","vbn"],garrulous:["g-eh1 r-ah l-ah-s","jj"],garter:["g-aa1-r t-er","nn"],gas:["g-ae1-s","nn vb"],gaseous:["g-ae1 s-iy ah-s","jj"],gash:["g-ae1-sh","nn"],gasket:["g-ae1-s k-ah-t","nn"],gasoline:["g-ae1 s-ah l-iy-n","nn"],gasp:["g-ae1-s-p","nn vb"],gasped:["g-ae1-s-p-t","vbd"],gasping:["g-ae1 s-p-ih-ng","vbg"],gass:["g-ae1-s","nn"],gassed:["g-ae1-s-t","vbn"],gasser:["g-ae1 s-er","nn"],gassing:["g-ae1 s-ih-ng","nn"],gastric:["g-ae1 s-t-r-ih-k","jj"],gastrointestinal:["g-ae s-t-r-ow ih-n t-eh1 s-t-ah n-ah-l","jj"],gastronomy:["g-ae-s t-r-aa1 n-ah m-iy","nn"],gate:["g-ey1-t","nn"],gateway:["g-ey1-t w-ey","nn"],gather:["g-ae1 dh-er","vb vbp"],gathered:["g-ae1 dh-er-d","vbd vbn"],gathering:["g-ae1 dh-er ih-ng","nn vbg"],gathers:["g-ae1 dh-er-z","vbz"],gauche:["g-ow1-sh","jj"],gaucho:["g-aw1 ch-ow","nn"],gaudy:["g-ao1 d-iy","jj"],gauge:["g-ey1-jh","nn vb"],gauged:["g-ey1-jh-d","vbn vbd"],gauging:["g-ey1 jh-ih-ng","vbg"],gaunt:["g-ao1-n-t","jj"],gauntlet:["g-ao1-n-t l-ah-t","nn"],gauss:["g-aw1-s","nn"],gauze:["g-ao1-z","nn"],gave:["g-ey1-v","vbd"],gawky:["g-ao1 k-iy","jj"],gay:["g-ey1","jj"],gaze:["g-ey1-z","nn vb vbp"],gazed:["g-ey1-z-d","vbd"],gazelle:["g-ah z-eh1-l","nn"],gazes:["g-ey1 z-ah-z","vbz"],gazing:["g-ey1 z-ih-ng","vbg"],gear:["g-ih1-r","nn vb vbp"],gearbox:["g-ih1-r b-aa-k-s","nn"],geared:["g-ih1-r-d","vbn vbd"],gearing:["g-ih1 r-ih-ng","vbg"],gee:["jh-iy1","uh vb"],geeing:["jh-iy1 ih-ng","vbg"],geek:["g-iy1-k","nn"],gel:["jh-eh1-l","nn vb"],gelatin:["jh-eh1 l-ah t-ah-n","nn"],gels:["jh-eh1-l-z","vbz"],gem:["jh-eh1-m","nn"],gemsbok:["g-eh1-m-z b-aa-k","nn"],gemstone:["jh-eh1-m s-t-ow-n","nn"],gen:["jh-eh1 n-er ah-l","nn"],gendarme:["zh-aa1-n d-aa-r-m","nn"],gender:["jh-eh1-n d-er","nn vb"],gene:["jh-iy1-n","nn"],genera:["jh-eh1 n-er ah","nn"],general:["jh-eh1 n-er ah-l","jj nn"],generalist:["jh-eh1 n-er ah l-ih-s-t","nn"],generality:["jh-eh n-er ae1 l-ah t-iy","nn"],generalization:["jh-eh n-er ah l-ih z-ey1 sh-ah-n","nn"],generalize:["jh-eh1 n-er ah l-ay-z","vb vbp"],generalized:["jh-eh1 n-er ah l-ay-z-d","jj vbn"],generally:["jh-eh1 n-er ah l-iy","rb"],generalship:["jh-eh1 n-er ah-l sh-ih-p","nn"],generate:["jh-eh1 n-er ey-t","vb vbp"],generated:["jh-eh1 n-er ey t-ah-d","vbn vbd"],generates:["jh-eh1 n-er ey-t-s","vbz"],generating:["jh-eh1 n-er ey t-ih-ng","vbg"],generation:["jh-eh n-er ey1 sh-ah-n","nn"],generational:["jh-eh n-er ey1 sh-ah n-ah-l","jj"],generator:["jh-eh1 n-er ey t-er","nn"],generic:["jh-ah n-eh1 r-ih-k","jj"],generically:["jh-ah n-eh1 r-ih-k l-iy","rb"],generosity:["jh-eh n-er aa1 s-ah t-iy","nn"],generous:["jh-eh1 n-er ah-s","jj"],generously:["jh-eh1 n-er ah-s l-iy","rb"],genesis:["jh-eh1 n-ah s-ah-s","nn"],genetic:["jh-ah n-eh1 t-ih-k","jj"],genetically:["jh-ah n-eh1 t-ih-k l-iy","rb"],geneticist:["jh-ah n-eh1 t-ah s-ah-s-t","nn"],genial:["jh-iy1 n-y-ah-l","jj"],genie:["jh-iy1 n-iy","nn"],genital:["jh-eh1 n-ah t-ah-l","jj"],genius:["jh-iy1 n-y-ah-s","nn"],genocide:["jh-eh1 n-ah s-ay-d","nn"],genome:["jh-iy1 n-ow-m","nn"],genre:["zh-aa1-n r-ah","nn"],genteel:["jh-eh-n t-iy1-l","jj"],gentian:["jh-eh1-n sh-ah-n","nn"],gentile:["jh-eh1-n t-ay-l","nn jj"],gentility:["jh-eh-n t-ih1 l-ih t-iy","nn"],gentle:["jh-eh1-n t-ah-l","jj vb"],gentleman:["jh-eh1-n t-ah-l m-ah-n","nn"],gentlemanly:["jh-eh1-n t-ah-l m-ah-n l-iy","jj"],gentleness:["jh-eh1-n t-ah-l n-ah-s","nn"],gentler:["jh-eh1-n-t l-er","jjr"],gently:["jh-eh1-n-t l-iy","rb"],gentrified:["jh-eh1-n t-r-ih f-ay-d","vbn"],gentrify:["jh-eh1-n-t-r-ih-f-ay","vb"],gentry:["jh-eh1-n t-r-iy","nn"],genuine:["jh-eh1-n y-uw w-ah-n","jj"],genuinely:["jh-eh1-n y-uw w-ah-n l-iy","rb"],genus:["jh-iy1 n-ah-s","nn"],geocentric:["jh-iy ow s-eh1-n t-r-ih-k","jj"],geochemistry:["jh-iy ow k-eh1 m-ah s-t-r-iy","nn"],geographer:["jh-iy aa1 g-r-ah f-er","nn"],geographic:["jh-iy ah g-r-ae1 f-ih-k","jj"],geographical:["jh-iy ah g-r-ae1 f-ih k-ah-l","jj"],geographically:["jh-iy ah g-r-ae1 f-ih k-ah l-iy","rb"],geography:["jh-iy aa1 g-r-ah f-iy","nn"],geologic:["jh-iy ah l-aa1 jh-ih-k","jj"],geological:["jh-iy ah l-aa1 jh-ih k-ah-l","jj"],geologist:["jh-iy aa1 l-ah jh-ah-s-t","nn"],geology:["jh-iy aa1 l-ah jh-iy","nn"],geometric:["jh-iy ah m-eh1 t-r-ih-k","jj"],geometrical:["jh-iy ah m-eh1 t-r-ih k-ah-l","jj"],geometrically:["jh-iy ah m-eh1 t-r-ih-k l-iy","rb"],geometry:["jh-iy aa1 m-ah t-r-iy","nn"],geopolitical:["jh-iy ow p-ah l-ih1 t-ih k-ah-l","jj"],geothermal:["jh-iy ow th-er1 m-ah-l","jj"],geranium:["jh-er ey1 n-iy ah-m","nn"],geriatric:["jh-eh r-iy ae1 t-r-ih-k","jj"],germ:["jh-er1-m","nn"],germane:["jh-er m-ey1-n","jj"],germinate:["jh-er1 m-ah n-ey-t","vb vbp"],germinated:["jh-er1 m-ah n-ey t-ih-d","jj"],gerrymandering:["jh-eh r-iy m-ae1-n d-er ih-ng","nn"],gesture:["jh-eh1-s ch-er","nn vb"],gesturing:["jh-eh1-s ch-er ih-ng","vbg"],get:["g-eh1-t","vb vbp"],getaway:["g-eh1-t ah w-ey","nn"],gets:["g-eh1-t-s","vbz"],getting:["g-eh1 t-ih-ng","vbg"],geyser:["g-ay1 z-er","nn"],ghastly:["g-ae1-s-t l-iy","jj"],ghetto:["g-eh1 t-ow","nn"],ghost:["g-ow1-s-t","nn"],ghostbuster:["g-ow1-s-t b-ah s-t-er","nn"],ghostlike:["g-ow1-s-t l-ay-k","jj"],ghostly:["g-ow1-s-t l-iy","jj"],ghoulish:["g-uw1 l-ih-sh","jj"],giant:["jh-ay1 ah-n-t","nn jj"],gibberish:["g-ih1 b-er ih-sh","nn"],giblet:["jh-ih1 b-l-ah-t","nn"],giddy:["g-ih1 d-iy","jj"],gift:["g-ih1-f-t","nn vb"],gifted:["g-ih1-f t-ah-d","jj vbn"],gig:["g-ih1-g","nn"],gigantic:["jh-ay g-ae1-n t-ih-k","jj"],giggle:["g-ih1 g-ah-l","nn vb"],giggled:["g-ih1 g-ah-l-d","vbd vbn"],giggling:["g-ih1 g-ah-l ih-ng","vbg"],gigolo:["jh-ih1-g ah l-ow","nn"],gilded:["g-ih1-l d-ih-d","jj"],gilding:["g-ih1-l d-ih-ng","nn"],gilt:["g-ih1-l-t","jj nn"],gimmick:["g-ih1 m-ih-k","nn"],gimmickry:["g-ih1 m-ih k-r-iy","nn"],gimmicky:["g-ih m-ih1 k-iy","jj"],gin:["jh-ih1-n","nn"],ginger:["jh-ih1-n jh-er","nn"],gingerly:["jh-ih1-n jh-er l-iy","rb jj"],ginning:["jh-ih1 n-ih-ng","nn"],ginseng:["jh-ih1-n s-eh-ng","nn"],gird:["g-er1-d","vb"],girder:["g-er1 d-er","nn"],girding:["g-er1 d-ih-ng","vbg"],girdle:["g-er1 d-ah-l","nn"],girds:["g-er1-d-z","vbz"],girl:["g-er1-l","nn"],girlfriend:["g-er1-l f-r-eh-n-d","nn"],girlie:["g-er1 l-iy","nn"],girlish:["g-er1 l-ih-sh","jj"],girlishly:["g-er1 l-ih-sh l-iy","rb"],girth:["g-er1-th","nn"],gist:["jh-ih1-s-t","nn"],give:["g-ih1-v","vb nn vbp"],giveaway:["g-ih1 v-ah w-ey","nn jj"],giveback:["g-ih1-v b-ae-k","nn"],given:["g-ih1 v-ah-n","vbn jj"],givenness:["g-ih1 v-ah n-ah-s","nn"],giver:["g-ih1 v-er","nn"],gives:["g-ih1-v-z","vbz"],giving:["g-ih1 v-ih-ng","vbg"],gizmo:["g-ih1-z m-ow","nn"],glacial:["g-l-ey1 sh-ah-l","jj"],glacier:["g-l-ey1 sh-er","nn"],glad:["g-l-ae1-d","jj"],glade:["g-l-ey1-d","nn"],gladiator:["g-l-ae1 d-iy ey t-er","nn"],gladly:["g-l-ae1-d l-iy","rb"],glamor:["g-l-ae1 m-er","nn"],glamorous:["g-l-ae1 m-er ah-s","jj"],glamour:["g-l-ae1 m-er","nn"],glance:["g-l-ae1-n-s","nn vb"],glanced:["g-l-ae1-n-s-t","vbd"],glancing:["g-l-ae1-n s-ih-ng","vbg jj"],gland:["g-l-ae1-n-d","nn"],glandular:["g-l-ae1-n jh-ah l-er","jj"],glare:["g-l-eh1-r","nn vb"],glared:["g-l-eh1-r-d","vbd"],glares:["g-l-eh1-r-z","vbz"],glaring:["g-l-eh1 r-ih-ng","jj vbg"],glasnost:["g-l-ae1-s n-aa-s-t","nn"],glass:["g-l-ae1-s","nn"],glassware:["g-l-ae1-s w-eh-r","nn"],glassy:["g-l-ae1 s-iy","jj"],glaucoma:["g-l-ao k-ow1 m-ah","nn"],glaze:["g-l-ey1-z","nn vb vbp"],glazed:["g-l-ey1-z-d","vbn"],glazing:["g-l-ey1 z-ih-ng","vbg"],gleam:["g-l-iy1-m","nn vb vbp"],gleamed:["g-l-iy1-m-d","vbd"],gleaming:["g-l-iy1 m-ih-ng","vbg"],glean:["g-l-iy1-n","vb"],gleaned:["g-l-iy1-n-d","vbn"],glee:["g-l-iy1","nn"],gleeful:["g-l-iy1 f-ah-l","jj"],gleefully:["g-l-iy1 f-ah l-iy","rb"],glen:["g-l-eh1-n","nn"],glib:["g-l-ih1-b","jj"],glibly:["g-l-ih1 b-l-iy","rb"],glide:["g-l-ay1-d","vb vbp"],glided:["g-l-ay1 d-ih-d","vbd"],glider:["g-l-ay1 d-er","nn"],glides:["g-l-ay1-d-z","vbz"],gliding:["g-l-ay1 d-ih-ng","vbg"],glimmer:["g-l-ih1 m-er","nn vb"],glimmering:["g-l-ih1 m-er ih-ng","vbg"],glimpse:["g-l-ih1-m-p-s","nn vb"],glimpsed:["g-l-ih1-m-p-s-t","vbn vbd"],glint:["g-l-ih1-n-t","nn"],glisten:["g-l-ih1-s-ah-n","vb"],glistened:["g-l-ih1 s-ah-n-d","vbd"],glistening:["g-l-ih1 s-ah-n ih-ng","vbg"],glitch:["g-l-ih1-ch","nn"],glitter:["g-l-ih1 t-er","nn vb"],glittered:["g-l-ih1 t-er-d","vbd vbn"],glittering:["g-l-ih1 t-er ih-ng","vbg"],glittery:["g-l-ih1 t-er iy","nn"],glitz:["g-l-ih1-t-s","nn"],glitzy:["g-l-ih1-t s-iy","jj nn"],gloat:["g-l-ow1-t","vb nn"],gloated:["g-l-ow1 t-ih-d","vbd"],gloating:["g-l-ow1 t-ih-ng","vbg"],gloats:["g-l-ow1-t-s","vbz"],global:["g-l-ow1 b-ah-l","jj"],globalization:["g-l-ow b-ah-l ih z-ey1 sh-ah-n","nn"],globalized:["g-l-ow1 b-ah-l ay-z-d","jj"],globally:["g-l-ow1 b-ah-l iy","rb"],globe:["g-l-ow1-b","nn"],globulin:["g-l-aa1 b-y-ah l-ih-n","nn"],gloom:["g-l-uw1-m","nn"],gloomier:["g-l-uw1 m-iy er","jjr rbr"],gloomily:["g-l-uw1 m-ah l-iy","rb"],gloomy:["g-l-uw1 m-iy","jj"],glop:["g-l-aa1-p","nn"],glorified:["g-l-ao1 r-ah f-ay-d","vbn jj"],glorify:["g-l-ao1 r-ah f-ay","vb vbp"],glorious:["g-l-ao1 r-iy ah-s","jj"],gloriously:["g-l-ao1 r-iy ah-s l-iy","rb"],glory:["g-l-ao1 r-iy","nn"],gloss:["g-l-ao1-s","vb nn vbp"],glossary:["g-l-ao1 s-er iy","nn"],glossed:["g-l-ao1-s-t","vbd vbn"],glossy:["g-l-ao1 s-iy","jj"],glottal:["g-l-aa1 t-ah-l","jj"],glove:["g-l-ah1-v","nn vb"],gloved:["g-l-ah1-v-d","vbn jj"],glover:["g-l-ah1 v-er","nn"],glow:["g-l-ow1","nn vb"],glowed:["g-l-ow1-d","vbd"],glower:["g-l-aw1-er","vb"],glowered:["g-l-aw1 er-d","vbd vbn"],glowering:["g-l-aw1 er ih-ng","vbg"],glowing:["g-l-ow1 ih-ng","vbg jj"],glucose:["g-l-uw1 k-ow-s","nn"],glue:["g-l-uw1","nn vb"],glued:["g-l-uw1-d","vbn vbd"],glum:["g-l-ah1-m","jj nn"],glumly:["g-l-ah1-m l-iy","rb"],glut:["g-l-ah1-t","nn vb"],glutamate:["g-l-uw1 t-ah m-ey-t","nn"],glutamic:["g-l-uw t-ae1 m-ih-k","jj"],glutaric:["g-l-uw t-ae1 r-ih-k","jj"],gluten:["g-l-uw1 t-ah-n","nn"],glutted:["g-l-ah1 t-ih-d","vbn jj"],glutton:["g-l-ah1 t-ah-n","nn"],gluttony:["g-l-ah1 t-ah-n iy","nn"],glycerol:["g-l-ih1 s-er ow-l","nn"],glycol:["g-l-ay1 k-ao-l","nn"],gnarled:["n-aa1-r-l-d","jj"],gnash:["n-ae1-sh","vb"],gnashing:["n-ae1 sh-ih-ng","vbg"],gnaw:["n-ao1","vb"],gnawed:["n-ao1-d","vbd"],gnawing:["n-ao1 ih-ng","nn"],gnome:["n-ow1-m","nn"],go:["g-ow1","vb jj nn rp vbp"],goad:["g-ow1-d","nn vb"],goaded:["g-ow1 d-ih-d","vbd vbn"],goal:["g-ow1-l","nn"],goat:["g-ow1-t","nn"],goatee:["g-ow1 t-iy1","nn"],gob:["g-aa1-b","nn"],gobble:["g-aa1 b-ah-l","nn vb"],gobbled:["g-aa1 b-ah-l-d","vbd vbn"],gobbledygook:["g-aa b-ah-l d-iy g-uh1-k","nn"],gobbler:["g-aa1 b-ah-l er","nn"],gobbling:["g-aa1 b-ah-l ih-ng","vbg"],god:["g-aa1-d","nn"],goddam:["g-aa1 d-d-ae-m","jj"],goddamn:["g-aa1 d-d-ae-m","uh vbn jj"],goddess:["g-aa1 d-ah-s","nn"],godfather:["g-aa1-d f-aa dh-er","nn"],godhead:["g-aa1-d hh-eh-d","nn"],godless:["g-aa1-d l-ah-s","jj"],godmother:["g-aa1-d m-ah dh-er","nn"],godsend:["g-aa1-d s-eh-n-d","nn"],goes:["g-ow1-z","vbz"],goggle:["g-aa1 g-ah-l","nn vb"],going:["g-ow1 ih-ng","vbg jj nn"],gold:["g-ow1-l-d","nn jj"],golden:["g-ow1-l d-ah-n","jj"],goldfish:["g-ow1-l-d f-ih-sh","nn"],goldsmith:["g-ow1-l-d s-m-ih-th","nn"],goldstock:["g-ow1-l-d s-t-aa-k","nn"],golf:["g-aa1-l-f","nn vb"],golfed:["g-aa1-l-f-t","vbn"],golfer:["g-aa1-l f-er","nn"],golfing:["g-aa1-l f-ih-ng","nn jj vbg"],golly:["g-aa1 l-iy","uh"],gone:["g-ao1-n","vbn jj"],gonna:["g-aa1 n-ah","vbg"],goo:["g-uw1","nn"],good:["g-uh1-d","jj nn rb"],goodbye:["g-uh-d b-ay1","nn uh"],goodness:["g-uh1-d n-ah-s","nn"],goodnight:["g-uh1-d n-ay-t","nn"],goodwill:["g-uh1-d w-ih1-l","nn"],goody:["g-uh1 d-iy","uh"],gooey:["g-uw1 iy","jj"],goof:["g-uw1-f","vb"],goofed:["g-uw1-f-t","vbd"],goofing:["g-uw1 f-ih-ng","vbg"],goofy:["g-uw1 f-iy","jj"],google:["g-uw1 g-ah-l","nn vb"],goon:["g-uw1-n","nn"],goose:["g-uw1-s","nn"],gooseberry:["g-uw1-s b-eh r-iy","nn"],goosey:["g-uw1 s-iy","jj"],gore:["g-ao1-r","vb"],gored:["g-ao1-r-d","vbn"],gorge:["g-ao1-r-jh","nn"],gorgeous:["g-ao1-r jh-ah-s","jj"],gorilla:["g-er ih1 l-ah","nn"],gory:["g-ao1 r-iy","jj"],gosh:["g-aa1-sh","uh"],gospel:["g-aa1 s-p-ah-l","nn"],gossamer:["g-aa1 s-ah m-er","nn"],gossip:["g-aa1 s-ah-p","nn vb"],gossiping:["g-aa1 s-ah p-ih-ng","vbg"],gossipy:["g-aa1 s-ah p-iy","jj"],got:["g-aa1-t","vbd vbn vbp vb"],gothic:["g-aa1 th-ih-k","jj"],gotta:["g-aa1 t-ah","vb vbn vbp to"],gotten:["g-aa1 t-ah-n","vbn"],gouge:["g-aw1-jh","vb vbp"],gouged:["g-aw1-jh-d","vbd"],gouging:["g-aw1 jh-ih-ng","vbg"],gourd:["g-ao1-r-d","nn"],gourmet:["g-uh1-r m-ey","nn jj"],gout:["g-aw1-t","nn"],gouty:["g-aw1 t-iy","jj"],govern:["g-ah1 v-er-n","vb vbp"],governance:["g-ah1 v-er n-ah-n-s","nn"],governed:["g-ah1 v-er-n-d","vbn jj vbd"],governess:["g-ah1 v-er n-ah-s","nn"],governing:["g-ah1 v-er n-ih-ng","vbg jj nn"],government:["g-ah1 v-er m-ah-n-t","nn"],governmental:["g-ah1 v-er m-eh-n t-ah-l","jj"],governmentally:["g-ah1 v-er m-eh-n t-ah l-iy","rb"],governor:["g-ah1 v-er n-er","nn"],governorship:["g-ah1 v-er n-er sh-ih-p","nn"],governs:["g-ah1 v-er-n-z","vbz"],gown:["g-aw1-n","nn"],grab:["g-r-ae1-b","vb jj nn vbp"],grabbed:["g-r-ae1-b-d","vbd vbn"],grabbing:["g-r-ae1 b-ih-ng","vbg"],grace:["g-r-ey1-s","nn vb vbp"],graced:["g-r-ey1-s-t","vbd vbn"],graceful:["g-r-ey1-s f-ah-l","jj"],gracefully:["g-r-ey1-s f-ah l-iy","rb"],gracious:["g-r-ey1 sh-ah-s","jj"],graciously:["g-r-ey1 sh-ah-s l-iy","rb"],grad:["g-r-ae1-d","nn"],grade:["g-r-ey1-d","nn vb"],graded:["g-r-ey1 d-ah-d","vbn"],grader:["g-r-ey1 d-er","nn"],grading:["g-r-ey1 d-ih-ng","vbg"],gradual:["g-r-ae1 jh-uw ah-l","jj rb"],gradualist:["g-r-ae1 jh-ah-w ah l-ih-s-t","nn"],gradually:["g-r-ae1 jh-uw ah l-iy","rb"],graduate:["g-r-ae1 jh-ah-w ah-t","nn jj vb vbp"],graduated:["g-r-ae1 jh-uw ey t-ih-d","vbn vbd jj"],graduating:["g-r-ae1 jh-ah-w ey t-ih-ng","vbg"],graduation:["g-r-ae jh-uw ey1 sh-ah-n","nn"],graffiti:["g-r-ah f-iy1 t-iy","nn"],graft:["g-r-ae1-f-t","nn vb"],grafted:["g-r-ae1-f t-ih-d","jj vbn"],grafting:["g-r-ae1-f t-ih-ng","vbg"],graham:["g-r-ey1 ah-m","nn"],grain:["g-r-ey1-n","nn"],grained:["g-r-ey1-n-d","jj"],grainy:["g-r-ey1 n-iy","jj"],gram:["g-r-ae1-m","nn"],grammar:["g-r-ae1 m-er","nn"],grammatical:["g-r-ah m-ae1 t-ah k-ah-l","jj"],grand:["g-r-ae1-n-d","jj"],grandchild:["g-r-ae1-n-d ch-ay-l-d","nn"],granddaughter:["g-r-ae1-n d-ao t-er","nn"],grander:["g-r-ae1-n d-er","jjr rbr"],grandest:["g-r-ae1-n d-ah-s-t","jjs"],grandeur:["g-r-ae-n d-uw1-r","nn"],grandfather:["g-r-ae1-n-d f-aa dh-er","nn vb"],grandiloquent:["g-r-ae-n d-ih1 l-ah k-w-ah-n-t","jj"],grandiose:["g-r-ae-n d-iy ow1-s","jj"],grandkid:["g-r-ae1-n-d k-ih-d","nn"],grandly:["g-r-ae1-n-d l-iy","rb"],grandma:["g-r-ae1 m-aa","nn"],grandmother:["g-r-ae1-n-d m-ah dh-er","nn"],grandmotherly:["g-r-ae1-n-d m-ah dh-er l-iy","jj"],grandparent:["g-r-ae1-n-d p-eh r-ah-n-t","nn"],grandson:["g-r-ae1-n-d s-ah-n","nn"],grandstand:["g-r-ae1-n-d s-t-ae-n-d","nn"],grandstanding:["g-r-ae1-n-d s-t-ae-n d-ih-ng","nn"],granite:["g-r-ae1 n-ah-t","nn"],grant:["g-r-ae1-n-t","nn vbp vb"],granted:["g-r-ae1-n t-ah-d","vbn jj vbd"],granting:["g-r-ae1-n t-ih-ng","vbg"],grantor:["g-r-ae1-n t-er","nn"],granular:["g-r-ae1 n-y-ah l-er","jj"],grape:["g-r-ey1-p","nn"],grapefruit:["g-r-ey1-p f-r-uw-t","nn"],grapeshot:["g-r-ey1-p sh-aa-t","nn"],grapevine:["g-r-ey1-p v-ay-n","nn"],graph:["g-r-ae1-f","nn"],graphic:["g-r-ae1 f-ih-k","jj"],graphical:["g-r-ae1 f-ih k-ah-l","jj"],graphically:["g-r-ae1 f-ih-k l-iy","rb"],graphite:["g-r-ae1 f-ay-t","nn"],grapple:["g-r-ae1 p-ah-l","vb"],grappled:["g-r-ae1 p-ah-l-d","vbd"],grapples:["g-r-ae1 p-ah-l-z","vbz"],grappling:["g-r-ae1 p-l-ih-ng","vbg"],grasp:["g-r-ae1-s-p","vb vbp nn"],grasped:["g-r-ae1-s-p-t","vbn vbd"],grasping:["g-r-ae1 s-p-ih-ng","vbg"],grass:["g-r-ae1-s","nn vb"],grassed:["g-r-ae1-s-t","vbn"],grasser:["g-r-ae1 s-er","nn"],grasshopper:["g-r-ae1-s hh-aa p-er","nn"],grassland:["g-r-ae1-s l-ae-n-d","nn"],grassroot:["g-r-ae1-s r-uw1-t","nn"],grassy:["g-r-ae1 s-iy","jj"],grate:["g-r-ey1-t","nn vb"],grated:["g-r-ey1 t-ih-d","vbd jj"],grateful:["g-r-ey1-t f-ah-l","jj"],gratefully:["g-r-ey1-t f-ah l-iy","rb"],gratification:["g-r-ae t-ah f-ah k-ey1 sh-ah-n","nn"],gratified:["g-r-ae1 t-ah f-ay-d","vbn jj"],gratify:["g-r-ae1 t-ah f-ay","vb"],gratifying:["g-r-ae1 t-ah f-ay ih-ng","jj vbg"],grating:["g-r-ey1 t-ih-ng","nn"],gratis:["g-r-ae1 t-ah-s","jj rb"],gratitude:["g-r-ae1 t-ah t-uw-d","nn"],gratuitous:["g-r-ah t-uw1 ah t-ah-s","jj"],gratuitously:["g-r-ah t-uw1 ah t-ah-s l-iy","rb"],gratuity:["g-r-ah t-uw1 ih t-iy","nn"],grave:["g-r-ey1-v","jj nn"],gravel:["g-r-ae1 v-ah-l","nn"],gravely:["g-r-ey1-v l-iy","rb"],graven:["g-r-ey1 v-ah-n","jj"],graver:["g-r-ey1 v-er","jjr rbr"],gravest:["g-r-ae1 v-ah-s-t","jjs"],graveyard:["g-r-ey1-v y-aa-r-d","nn"],gravitate:["g-r-ae1-v-ih-t-ey-t","vb"],gravitates:["g-r-ae1 v-ih t-ey-t-s","vbz"],gravitating:["g-r-ae1 v-ih t-ey t-ih-ng","vbg"],gravitational:["g-r-ae v-ih t-ey1 sh-ah n-ah-l","jj"],gravity:["g-r-ae1 v-ah t-iy","nn"],gravy:["g-r-ey1 v-iy","nn"],gray:["g-r-ey1","jj nn vb"],grayer:["g-r-ey1 er","jjr"],graying:["g-r-ey1 ih-ng","vbg"],graze:["g-r-ey1-z","vbp vb"],grazer:["g-r-ey1 z-er","nn"],grazing:["g-r-ey1 z-ih-ng","vbg jj nn"],grease:["g-r-iy1-s","nn vb"],greased:["g-r-iy1-s-t","vbd vbn"],greasy:["g-r-iy1 s-iy","jj"],great:["g-r-ey1-t","jj rb"],greater:["g-r-ey1 t-er","jjr rbr"],greatest:["g-r-ey1 t-ah-s-t","jjs"],greatly:["g-r-ey1-t l-iy","rb"],greatness:["g-r-ey1-t n-ah-s","nn"],greed:["g-r-iy1-d","nn"],greedily:["g-r-iy1 d-ah l-iy","rb"],greedy:["g-r-iy1 d-iy","jj"],green:["g-r-iy1-n","jj"],greenback:["g-r-iy1-n b-ae-k","nn"],greener:["g-r-iy1 n-er","jjr"],greenfield:["g-r-iy1-n f-iy-l-d","nn"],greenhouse:["g-r-iy1-n hh-aw-s","nn"],greenish:["g-r-iy1 n-ih-sh","jj"],greenly:["g-r-iy1-n l-iy","rb"],greet:["g-r-iy1-t","vb vbp"],greeted:["g-r-iy1 t-ah-d","vbd vbn"],greeting:["g-r-iy1 t-ih-ng","nn vbg jj"],greets:["g-r-iy1-t-s","vbz"],gregarious:["g-r-ah g-eh1 r-iy ah-s","jj"],grenade:["g-r-ah n-ey1-d","nn"],grew:["g-r-uw1","vbd vbn"],grey:["g-r-ey1","jj"],grid:["g-r-ih1-d","nn"],gridiron:["g-r-ih1-d ay er-n","nn"],gridlock:["g-r-ih1-d l-aa-k","nn vb"],gridlocked:["g-r-ih1-d l-aa-k-t","vbn jj"],grief:["g-r-iy1-f","nn"],grievance:["g-r-iy1 v-ah-n-s","nn"],grieve:["g-r-iy1-v","vb"],grieving:["g-r-iy1 v-ih-ng","vbg"],grievous:["g-r-iy1 v-ah-s","jj"],grill:["g-r-ih1-l","nn vb vbp"],grille:["g-r-ih1-l","nn"],grilled:["g-r-ih1-l-d","jj vbn"],grim:["g-r-ih1-m","jj"],grimace:["g-r-ih1-m-ah-s","vb"],grimaced:["g-r-ih1 m-ah-s-t","vbd"],grime:["g-r-ay1-m","nn"],grimly:["g-r-ih1-m l-iy","rb"],grimmer:["g-r-ih1 m-er","rbr"],grimmest:["g-r-ih1 m-ah-s-t","jjs"],grimness:["g-r-ih1-m n-ah-s","nn"],grimy:["g-r-ay1 m-iy","jj nn"],grin:["g-r-ih1-n","nn vb"],grind:["g-r-ay1-n-d","vbp nn vb"],grinder:["g-r-ay1-n d-er","nn"],grinding:["g-r-ay1-n d-ih-ng","vbg"],grindstone:["g-r-ay1-n-d s-t-ow-n","nn"],gringo:["g-r-ih1-ng g-ow","nn"],grinned:["g-r-ih1-n-d","vbd"],grinning:["g-r-ih1 n-ih-ng","vbg jj"],grip:["g-r-ih1-p","nn vb vbp"],gripe:["g-r-ay1-p","vbp nn vb"],griped:["g-r-ay1-p-t","vbd"],griping:["g-r-ay1 p-ih-ng","nn"],gripped:["g-r-ih1-p-t","vbd vbn"],gripping:["g-r-ih1 p-ih-ng","vbg jj"],grisly:["g-r-ih1-z l-iy","jj"],grist:["g-r-ih1-s-t","nn"],grit:["g-r-ih1-t","nn vb"],gritty:["g-r-ih1 t-iy","jj"],grizzled:["g-r-ih1 z-ah-l-d","jj"],grizzly:["g-r-ih1-z l-iy","nn"],groan:["g-r-ow1-n","nn vb"],groaned:["g-r-ow1-n-d","vbd"],groaning:["g-r-ow1 n-ih-ng","vbg"],groans:["g-r-ow1-n-z","vbz"],grocer:["g-r-ow1 s-er","nn"],grocery:["g-r-ow1 s-er iy","nn"],groggy:["g-r-aa1 g-iy","jj"],groin:["g-r-oy1-n","nn"],groom:["g-r-uw1-m","nn vb"],groomed:["g-r-uw1-m-d","vbn"],grooming:["g-r-uw1 m-ih-ng","vbg"],groove:["g-r-uw1-v","nn"],grope:["g-r-ow1-p","vb vbp"],groped:["g-r-ow1-p-t","vbd"],groping:["g-r-ow1 p-ih-ng","vbg"],gross:["g-r-ow1-s","jj nn vb"],grossed:["g-r-ow1-s-t","vbd"],grosses:["g-r-ow1 s-ih-z","vbz"],grossing:["g-r-ow1 s-ih-ng","vbg"],grossly:["g-r-ow1-s l-iy","rb"],grotesque:["g-r-ow t-eh1-s-k","jj"],grotesquely:["g-r-ow t-eh1-s-k l-iy","rb"],ground:["g-r-aw1-n-d","nn jj vb vbd vbn"],grounded:["g-r-aw1-n d-ih-d","vbn vbd jj"],grounding:["g-r-aw1-n d-ih-ng","vbg"],groundless:["g-r-aw1-n-d l-ah-s","jj"],groundwater:["g-r-aw1-n-d w-aa t-er","nn"],groundwork:["g-r-aw1-n-d w-er-k","nn"],group:["g-r-uw1-p","nn vb vbp"],grouped:["g-r-uw1-p-t","vbn"],grouper:["g-r-uw1 p-er","nn"],grouping:["g-r-uw1 p-ih-ng","nn vbg"],grouse:["g-r-aw1-s","nn vb"],groused:["g-r-aw1-s-t","vbd"],grouses:["g-r-aw1 s-ih-z","vbz"],grousing:["g-r-aw1 s-ih-ng","vbg"],grove:["g-r-ow1-v","nn"],grovel:["g-r-aa1 v-ah-l","vb"],groveling:["g-r-ao1 v-ah-l ih-ng","vbg"],grow:["g-r-ow1","vb vbp"],grower:["g-r-ow1 er","nn"],growing:["g-r-ow1 ih-ng","vbg jj nn"],growl:["g-r-aw1-l","nn vb"],growled:["g-r-aw1-l-d","vbd"],growling:["g-r-ow1 l-ih-ng","vbg"],growls:["g-r-aw1-l-z","vbz"],grown:["g-r-ow1-n","vbn vbd jj"],grownup:["g-r-ow1 n-ah-p","nn"],grows:["g-r-ow1-z","vbz"],growth:["g-r-ow1-th","nn jj vb"],grub:["g-r-ah1-b","nn"],grubby:["g-r-ah1 b-iy","jj"],grudge:["g-r-ah1-jh","nn"],grudging:["g-r-ah1 jh-ih-ng","jj"],grudgingly:["g-r-ah1 jh-ih-ng l-iy","rb"],grueling:["g-r-uw1 ih l-ih-ng","jj vbg"],gruesome:["g-r-uw1 s-ah-m","jj"],gruff:["g-r-ah1-f","jj"],grumble:["g-r-ah1-m b-ah-l","vbp vb"],grumbled:["g-r-ah1-m b-ah-l-d","vbd vbn"],grumbles:["g-r-ah1-m b-ah-l-z","vbz"],grumbling:["g-r-ah1-m b-ah-l ih-ng","vbg"],grunt:["g-r-ah1-n-t","vb nn"],grunted:["g-r-ah1-n t-ih-d","vbd"],guarantee:["g-eh r-ah-n t-iy1","nn vb vbp"],guaranteed:["g-eh r-ah-n t-iy1-d","vbn jj vbd"],guaranteeing:["g-eh r-ah-n t-iy1 ih-ng","vbg"],guarantor:["g-eh r-ah-n t-ao1-r","nn"],guaranty:["g-eh r-ah-n t-iy1","nn"],guard:["g-aa1-r-d","nn jj vb vbp"],guarded:["g-aa1-r d-ah-d","vbn jj vbd"],guardedly:["g-aa1-r d-ih-d l-iy","rb"],guardian:["g-aa1-r d-iy ah-n","nn"],guardianship:["g-aa1-r d-iy ah-n sh-ih-p","nn"],guarding:["g-aa1-r d-ih-ng","vbg"],gubernatorial:["g-uw b-er n-ah t-ao1 r-iy ah-l","jj"],guerilla:["g-er ih1 l-ah","nn"],guerrilla:["g-er ih1 l-ah","nn jj"],guess:["g-eh1-s","vbp nn vb"],guessed:["g-eh1-s-t","vbd vbn"],guessing:["g-eh1 s-ih-ng","vbg"],guesstimate:["g-eh1 s-t-ih m-ih-t","nn"],guesswork:["g-eh1-s w-er-k","nn"],guest:["g-eh1-s-t","nn jj"],guffaw:["g-ah f-ao1","nn"],guidance:["g-ay1 d-ah-n-s","nn"],guide:["g-ay1-d","nn vbp vb"],guidebook:["g-ay1-d b-uh-k","nn"],guided:["g-ay1 d-ah-d","vbn vbd jj"],guideline:["g-ay1-d l-ay-n","nn"],guidepost:["g-ay1-d p-ow-s-t","nn"],guiding:["g-ay1 d-ih-ng","vbg jj"],guild:["g-ih1-l-d","nn"],guilder:["g-ih1-l d-er","nn"],guile:["g-ay1-l","nn"],guileless:["g-ay1-l l-ah-s","jj"],guillotine:["g-ih1 l-ah t-iy-n","nn"],guilt:["g-ih1-l-t","nn"],guilty:["g-ih1-l t-iy","jj rb"],guinea:["g-ih1 n-iy","nn"],guise:["g-ay1-z","nn"],guitar:["g-ih t-aa1-r","nn"],guitarist:["g-ih t-aa1 r-ah-s-t","nn"],gulag:["g-y-uw1 l-ae-g","nn"],gulf:["g-ah1-l-f","nn"],gull:["g-ah1-l","nn"],gullet:["g-ah1 l-ah-t","nn"],gulley:["g-ah1 l-iy","nn"],gullibility:["g-ah l-ah b-ih1 l-ih t-iy","nn"],gullible:["g-ah1 l-ah b-ah-l","jj"],gully:["g-ah1 l-iy","nn"],gulp:["g-ah1-l-p","nn vb"],gulped:["g-ah1-l-p-t","vbd"],gulping:["g-ah1-l p-ih-ng","vbg"],gum:["g-ah1-m","nn vb"],gummed:["g-ah1-m-d","vbn"],gummy:["g-ah1 m-iy","jj"],gumption:["g-ah1-m-p sh-ah-n","nn"],gun:["g-ah1-n","nn vb"],gunboat:["g-ah1-n b-ow-t","nn"],gunfight:["g-ah1-n f-ay-t","nn"],gunfighter:["g-ah1-n f-ay t-er","nn"],gunfire:["g-ah1-n f-ay er","nn"],gunflint:["g-ah1-n f-l-ih-n-t","nn"],gunman:["g-ah1-n m-ah-n","nn"],gunned:["g-ah1-n-d","vbn vbd"],gunner:["g-ah1 n-er","nn"],gunning:["g-ah1 n-ih-ng","vbg"],gunny:["g-ah1 n-iy","nn"],gunpoint:["g-ah1-n p-oy-n-t","nn"],gunpowder:["g-ah1-n p-aw d-er","nn"],gunship:["g-ah1-n sh-ih-p","nn"],gunshot:["g-ah1-n sh-aa-t","nn"],gunslinger:["g-ah1-n s-l-ih ng-er","nn"],guppy:["g-ah1 p-iy","nn"],gurgle:["g-er1 g-ah-l","nn vb"],gurgling:["g-er1 g-ah-l ih-ng","vbg"],guru:["g-uw1 r-uw","nn"],gush:["g-ah1-sh","vbp vb"],gushed:["g-ah1-sh-t","vbd"],gusher:["g-ah1 sh-er","nn"],gushes:["g-ah1 sh-ih-z","vbz"],gushing:["g-ah1 sh-ih-ng","vbg"],gussied:["g-ah1 s-iy-d","vbn"],gussy:["g-ah1-s-iy","vb"],gust:["g-ah1-s-t","nn rb"],gusto:["g-ah1 s-t-ow","nn"],gusty:["g-ah1 s-t-iy","jj"],gut:["g-ah1-t","nn vb"],gutsy:["g-ah1-t s-iy1","jj"],gutted:["g-ah1 t-ih-d","vbn vbd"],gutter:["g-ah1 t-er","nn vb"],guttered:["g-ah1 t-er-d","vbd"],guttural:["g-ah1 t-er ah-l","jj nn"],guy:["g-ay1","nn"],guzzle:["g-ah1 z-ah-l","vb"],guzzler:["g-ah1-z l-er","nn"],guzzling:["g-ah1 z-ah-l ih-ng","nn"],gym:["jh-ih1-m","nn"],gymnast:["jh-ih1-m n-ah-s-t","nn"],gymnastic:["jh-ih-m n-ae1 s-t-ih-k","jj"],gynecologic:["g-ay n-ah k-ah l-aa1 jh-ih-k","jj"],gynecological:["g-ay n-ah k-ah l-aa1 jh-ih k-ah-l","jj"],gynecologist:["g-ay n-ah k-aa1 l-ah jh-ah-s-t","nn"],gynecology:["g-ay n-ah k-aa1 l-ah jh-iy","nn"],gypsum:["jh-ih1-p s-ah-m","nn"],gypsy:["jh-ih1-p s-iy","nn"],gyrate:["jh-ay1 r-ey-t","vb"],gyrated:["jh-ay1 r-ey t-ih-d","vbd vbn"],gyrating:["jh-ay1 r-ey t-ih-ng","vbg"],gyration:["jh-ay r-ey1 sh-ah-n","nn"],gyro:["jh-ay1 r-ow","nn"],gyroscope:["jh-ay1 r-ah s-k-ow-p","nn"],haberdashery:["hh-ae1 b-er d-ae sh-er iy","nn"],habit:["hh-ae1 b-ah-t","nn"],habitable:["hh-ae1 b-ah t-ah b-ah-l","jj"],habitat:["hh-ae1 b-ah t-ae-t","nn"],habitual:["hh-ah b-ih1 ch-uw ah-l","jj"],habitually:["hh-ah b-ih1 ch-uw ah l-iy","rb"],habitue:["hh-ae1 b-ih ch-uw","nn"],hable:["hh-ey1 b-ah-l","jj"],hack:["hh-ae1-k","nn vb"],hacked:["hh-ae1-k-t","vbd vbn"],hacker:["hh-ae1 k-er","nn"],hacking:["hh-ae1 k-ih-ng","jj nn"],hackle:["hh-ae1 k-ah-l","nn"],hackneyed:["hh-ae1-k n-iy-d","jj"],hacksaw:["hh-ae1-k s-ao","nn"],had:["hh-ae1-d","vbd vbn"],"hadn't":["hh-ae1-d-ah-n-d","vbd vbn"],hadd:["hh-ae1-d","vbn"],haddock:["hh-ae1 d-ah-k","nn"],hafta:["hh-ae1-f t-ah","vb vbp"],haggard:["hh-ae1 g-er-d","jj"],haggle:["hh-ae1 g-ah-l","vb nn"],haggling:["hh-ae1 g-ah l-ih-ng","vbg"],hail:["hh-ey1-l","nn vb vbp"],hailed:["hh-ey1-l-d","vbd vbn"],hailing:["hh-ey1 l-ih-ng","vbg"],hails:["hh-ey1-l-z","vbz"],hailstorm:["hh-ey1-l s-t-ao-r-m","nn"],hair:["hh-eh1-r","nn"],haircut:["hh-eh1-r k-ah-t","nn"],hairdo:["hh-eh1-r d-uw","nn"],hairdresser:["hh-eh1-r d-r-eh s-er","nn"],hairless:["hh-eh1-r l-ah-s","jj"],hairline:["hh-eh1-r l-ay-n","nn"],hairspray:["hh-eh1-r s-p-r-ey","nn"],hairy:["hh-eh1 r-iy","jj"],halcyon:["hh-ae1-l s-iy ah-n","jj"],half:["hh-ae1-f","nn jj prp"],halfback:["hh-ae1-f b-ae-k","nn"],halfhearted:["hh-ae1-f hh-aa-r t-ih-d","jj"],halftime:["hh-ae1-f t-ay-m","nn"],halfway:["hh-ae1-f w-ey1","rb jj"],hall:["hh-ao1-l","nn"],hallmark:["hh-aa1-l m-aa-r-k","nn"],hallowed:["hh-ae1 l-ow-d","jj"],hallucination:["hh-ah l-uw s-ah n-ey1 sh-ah-n","nn"],hallucinatory:["hh-ah l-uw1 s-ah n-ah t-ao r-iy","jj"],hallway:["hh-ao1-l w-ey","nn"],halo:["hh-ey1 l-ow","nn"],halogen:["hh-ae1 l-ah jh-ah-n","nn"],halogenate:["hh-ae1-l-ah-jh-ah-n-ey-t","vb"],halogenated:["hh-ae1 l-ah jh-ah n-ey t-ih-d","vbd"],halt:["hh-ao1-l-t","nn jj vb vbp"],halted:["hh-ao1-l t-ah-d","vbn nn vbd"],halter:["hh-ao1-l t-er","nn"],halting:["hh-ao1-l t-ih-ng","vbg jj"],haltingly:["hh-ao1-l t-ih-ng l-iy","rb"],halve:["hh-ae1-v","vb"],halved:["hh-ae1-v-d","vbn jj vbd"],halving:["hh-ae1 v-ih-ng","vbg"],ham:["hh-ae1-m","nn"],hamburger:["hh-ae1-m b-er g-er","nn"],hamlet:["hh-ae1-m l-ah-t","nn"],hammer:["hh-ae1 m-er","nn vbp vb"],hammered:["hh-ae1 m-er-d","vbn vbd"],hammering:["hh-ae1 m-er ih-ng","vbg"],hammerlock:["hh-ae1 m-er l-aa-k","nn"],hammock:["hh-ae1 m-ah-k","nn"],hamper:["hh-ae1-m p-er","vb nn"],hampered:["hh-ae1-m p-er-d","vbn vbd"],hampering:["hh-ae1-m p-er ih-ng","vbg"],hampers:["hh-ae1-m p-er-z","vbz"],hamstring:["hh-ae1-m s-t-r-ih-ng","vb"],hamstrung:["hh-ae1-m s-t-r-ah-ng","jj vbn vbp"],han:["hh-aa1-n","nn"],hand:["hh-ae1-n-d","nn rb vb vbp jj"],handbag:["hh-ae1-n-d b-ae-g","nn"],handbill:["hh-ae1-n-d b-ih-l","nn"],handbook:["hh-ae1-n-d b-uh-k","nn"],handclasp:["hh-ae1-n-d k-l-ae-s-p","nn"],handcraft:["hh-ae1-n-d-k-r-ae-f-t","vb"],handcrafted:["hh-ae1-n-d k-r-ae-f t-ih-d","vbn"],handcuff:["hh-ae1-n-d k-ah-f","vb vbp"],handcuffed:["hh-ae1-n-d k-ah-f-t","vbn"],handed:["hh-ae1-n d-ah-d","vbd vbn"],hander:["hh-ae1-n d-er","nn"],handful:["hh-ae1-n-d f-uh-l","nn"],handgun:["hh-ae1-n-d g-ah-n","nn"],handheld:["hh-ae1-n-d hh-eh1-l-d","jj"],handicap:["hh-ae1-n d-iy k-ae-p","nn vb"],handicapped:["hh-ae1-n d-iy k-ae-p-t","jj vbn"],handicraft:["hh-ae1-n d-iy k-r-ae-f-t","nn"],handier:["hh-ae1-n d-iy er","jjr"],handily:["hh-ae1-n d-ah l-iy","rb"],handing:["hh-ae1-n d-ih-ng","vbg"],handiwork:["hh-ae1-n d-iy w-er-k","nn"],handkerchief:["hh-ae1-ng k-er ch-ih-f","nn"],handle:["hh-ae1-n d-ah-l","vb nn vbp"],handlebar:["hh-ae1-n d-ah-l b-aa-r","nn"],handled:["hh-ae1-n d-ah-l-d","vbn vbd"],handler:["hh-ae1-n-d l-er","nn"],handling:["hh-ae1-n-d l-ih-ng","vbg"],handmade:["hh-ae1-n-d m-ey1-d","jj"],handout:["hh-ae1-n-d aw-t","nn"],handpick:["hh-ae1-n-d-p-ih1-k","vb"], +handpicked:["hh-ae1-n-d p-ih1-k-t","vbn vbd"],handset:["hh-ae1-n-d s-eh-t","nn"],handshake:["hh-ae1-n-d sh-ey-k","nn"],handsome:["hh-ae1-n s-ah-m","jj"],handsomely:["hh-ae1-n s-ah-m l-iy","rb"],handstand:["hh-ae1-n-d s-t-ae-n-d","nn"],handwriting:["hh-ae1-n-d r-ay t-ih-ng","nn"],handwritten:["hh-ae1-n-d r-ih t-ah-n","jj"],handy:["hh-ae1-n d-iy","jj"],handyman:["hh-ae1-n d-iy m-ae-n","nn"],hang:["hh-ae1-ng","vb jj vbp nn"],hangar:["hh-ae1 ng-er","nn"],hanged:["hh-ae1-ng-d","vbn vbd"],hanger:["hh-ae1 ng-er","nn"],hanging:["hh-ae1 ng-ih-ng","vbg jj nn"],hangman:["hh-ae1-ng m-ah-n","nn"],hangout:["hh-ae1-ng aw-t","nn"],hangover:["hh-ae1-ng ow v-er","nn"],hangs:["hh-ae1-ng-z","vbz"],hank:["hh-ae1-ng-k","nn"],hanky:["hh-ae1-ng k-iy","nn"],hansom:["hh-ae1-n s-ah-m","jj"],haphazard:["hh-ae-p hh-ae1 z-er-d","jj"],haphazardly:["hh-ae1-f ah z-er-d l-iy","rb"],hapless:["hh-ae1-p l-ah-s","jj"],happen:["hh-ae1 p-ah-n","vb vbp"],happened:["hh-ae1 p-ah-n-d","vbd vbn"],happening:["hh-ae1 p-ah n-ih-ng","vbg"],happens:["hh-ae1 p-ah-n-z","vbz"],happenstance:["hh-ae1 p-ah-n s-t-ae-n-s","nn"],happier:["hh-ae1 p-iy er","jjr"],happiest:["hh-ae1 p-iy ah-s-t","jjs"],happily:["hh-ae1 p-ah l-iy","rb"],happiness:["hh-ae1 p-iy n-ah-s","nn"],happy:["hh-ae1 p-iy","jj"],harangue:["hh-er-ae1-ng","vb"],harangued:["hh-er ae1-ng-d","vbd"],haranguing:["hh-er ae1 ng-ih-ng","vbg"],harass:["hh-er ae1-s","vb vbp"],harassed:["hh-er ae1-s-t","vbd vbn"],harassing:["hh-er ae1 s-ih-ng","vbg"],harassment:["hh-er ae1-s m-ah-n-t","nn"],harbinger:["hh-aa1-r b-ih-n jh-er","nn"],harbor:["hh-aa1-r b-er","nn vb vbp"],harbored:["hh-aa1-r b-er-d","vbn vbd"],harboring:["hh-aa1-r b-er ih-ng","vbg"],harborside:["hh-aa1-r b-er s-ay-d","nn"],hard:["hh-aa1-r-d","jj rb"],hardball:["hh-aa1-r-d b-ao-l","nn"],hardboard:["hh-aa1-r-d b-ao-r-d","nn"],hardcore:["hh-aa1-r-d k-ao1-r","jj nn"],hardcover:["hh-aa1-r-d k-ah v-er","nn"],harden:["hh-aa1-r d-ah-n","vb"],hardened:["hh-aa1-r d-ah-n-d","vbn jj vbd"],hardener:["hh-aa1-r d-ah-n er","nn"],hardening:["hh-aa1-r d-ah-n ih-ng","vbg"],harder:["hh-aa1-r d-er","jjr rbr jj rb"],hardest:["hh-aa1-r d-ah-s-t","jjs rbs rb"],hardier:["hh-aa1-r d-iy er","jjr"],hardline:["hh-aa1-r-d l-ay-n","jj nn"],hardliner:["hh-aa1-r-d l-ay n-er","nn"],hardly:["hh-aa1-r-d l-iy","rb"],hardness:["hh-aa1-r-d n-ah-s","nn"],hardscrabble:["hh-aa1-r-d s-k-r-ae b-ah-l","jj"],hardship:["hh-aa1-r-d sh-ih-p","nn"],hardware:["hh-aa1-r-d w-eh-r","nn"],hardwood:["hh-aa1-r-d w-uh-d","nn"],hardworking:["hh-aa1-r-d w-er k-ih-ng","jj"],hardy:["hh-aa1-r d-iy","jj"],hare:["hh-eh1-r","nn"],harem:["hh-eh1 r-ah-m","nn"],harm:["hh-aa1-r-m","nn vb vbp"],harmed:["hh-aa1-r-m-d","vbn vbd"],harmful:["hh-aa1-r-m f-ah-l","jj"],harming:["hh-aa1-r m-ih-ng","vbg"],harmless:["hh-aa1-r-m l-ah-s","jj"],harmlessly:["hh-aa1-r-m l-ah-s l-iy","rb"],harmonic:["hh-aa-r m-aa1 n-ih-k","jj"],harmonious:["hh-aa-r m-ow1 n-iy ah-s","jj"],harmonization:["hh-aa-r m-ah n-ih z-ey1 sh-ah-n","nn"],harmonize:["hh-aa1-r m-ah n-ay-z","vb"],harmony:["hh-aa1-r m-ah n-iy","nn"],harness:["hh-aa1-r n-ah-s","nn vbp vb"],harnessed:["hh-aa1-r n-ah-s-t","vbn"],harnessing:["hh-aa1-r n-ah s-ih-ng","vbg"],harp:["hh-aa1-r-p","nn vb"],harped:["hh-aa1-r-p-t","vbd"],harping:["hh-aa1-r p-ih-ng","vbg"],harpsichord:["hh-aa1-r-p s-ah k-ao-r-d","nn"],harried:["hh-eh1 r-iy-d","vbn vbd"],harrow:["hh-ae1-r-ow","vb"],harrowing:["hh-eh1 r-ow ih-ng","jj vbg"],harry:["hh-eh1 r-iy","vb"],harsh:["hh-aa1-r-sh","jj"],harsher:["hh-aa1-r sh-er","jjr rbr"],harshest:["hh-aa1-r sh-ah-s-t","jjs"],harshly:["hh-aa1-r-sh l-iy","rb"],harshness:["hh-aa1-r-sh n-ah-s","nn"],harvest:["hh-aa1-r v-ah-s-t","nn vb vbp"],harvested:["hh-aa1-r v-ah s-t-ah-d","vbn"],harvesting:["hh-aa1-r v-ah s-t-ih-ng","vbg"],has:["hh-ae1-z","vbz vbn"],"hasn't":["hh-ae1-z-ah-n-t","vbz"],hash:["hh-ae1-sh","nn"],hashish:["hh-ae1 sh-ih-sh","nn"],hassle:["hh-ae1 s-ah-l","nn vb"],hassled:["hh-ae1 s-ah-l-d","vbn"],haste:["hh-ey1-s-t","nn"],hasten:["hh-ey1 s-ah-n","vb vbp"],hastened:["hh-ey1 s-ah-n-d","vbd vbn"],hastening:["hh-ey1 s-ah-n ih-ng","vbg"],hastens:["hh-ey1 s-ah-n-z","vbz"],hastily:["hh-ey1 s-t-ah l-iy","rb"],hasty:["hh-ey1 s-t-iy","jj"],hat:["hh-ae1-t","nn"],hatch:["hh-ae1-ch","nn vbp vb"],hatchback:["hh-ae1-ch b-ae-k","nn"],hatched:["hh-ae1-ch-t","vbn vbd"],hatchery:["hh-ae1 ch-er iy","nn"],hatchet:["hh-ae1 ch-ah-t","nn"],hatching:["hh-ae1 ch-ih-ng","nn vbg"],hate:["hh-ey1-t","vbp nn vb"],hated:["hh-ey1 t-ah-d","vbd jj vbn"],hateful:["hh-ey1-t f-ah-l","jj"],hater:["hh-ey1 t-er","nn"],hating:["hh-ey1 t-ih-ng","vbg"],hatred:["hh-ey1 t-r-ah-d","nn"],haughty:["hh-ao1 t-iy","jj"],haul:["hh-ao1-l","nn vb"],hauled:["hh-ao1-l-d","vbd vbn"],hauler:["hh-ao1 l-er","nn"],hauling:["hh-ao1 l-ih-ng","vbg"],haunt:["hh-ao1-n-t","vb vbp nn"],haunted:["hh-ao1-n t-ah-d","vbn vbd jj"],haunting:["hh-ao1-n t-ih-ng","jj vbg"],hauntingly:["hh-ao1-n t-ih-ng l-iy","rb"],have:["hh-ae1-v","vbp jj nn vb vbn"],haven:["hh-ey1 v-ah-n","nn"],"haven't":["hh-ae1-v-ah-n-t","vbp vbn"],having:["hh-ae1 v-ih-ng","vbg"],havoc:["hh-ae1 v-ah-k","nn"],haw:["hh-ao1","vb"],hawing:["hh-ao1 ih-ng","vbg"],hawk:["hh-ao1-k","nn vbp vb"],hawked:["hh-ao1-k-t","vbd vbn"],hawker:["hh-ao1 k-er","nn"],hawking:["hh-ao1 k-ih-ng","vbg"],hawkish:["hh-ao1 k-ih-sh","jj"],hay:["hh-ey1","nn vb"],hayfield:["hh-ey1 f-iy-l-d","nn"],haystack:["hh-ey1 s-t-ae-k","nn"],hazard:["hh-ae1 z-er-d","nn vb"],hazardous:["hh-ae1 z-er d-ah-s","jj"],haze:["hh-ey1-z","nn"],hazel:["hh-ey1 z-ah-l","jj"],hazelnut:["hh-ey1 z-ah-l n-ah-t","nn"],hazy:["hh-ey1 z-iy","jj"],he:["hh-iy1","prp vb"],head:["hh-eh1-d","nn jj rb vb vbp"],headache:["hh-eh1-d ey-k","nn"],headboard:["hh-eh1-d b-ao-r-d","nn"],headcount:["hh-eh1-d k-aw-n-t","nn"],headdress:["hh-eh1-d r-eh-s","nn"],headed:["hh-eh1 d-ah-d","vbn vbd"],header:["hh-eh1 d-er","nn"],headhunter:["hh-eh1-d hh-ah-n t-er","nn"],heading:["hh-eh1 d-ih-ng","vbg"],headless:["hh-eh1-d l-ah-s","jj"],headlight:["hh-eh1-d l-ay-t","nn"],headline:["hh-eh1-d l-ay-n","nn vb"],headlined:["hh-eh1-d l-ay-n-d","vbn vbd"],headlining:["hh-eh1-d l-ay n-ih-ng","vbg"],headlong:["hh-eh1-d l-ao-ng","rb"],headmaster:["hh-eh1-d m-ae1 s-t-er","nn"],headphone:["hh-eh1-d f-ow-n","nn"],headquartered:["hh-eh1-d k-ao-r t-er-d","vbn"],headquarters:["hh-eh1-d k-w-ao-r t-er-z","nn"],headrest:["hh-eh1-d r-eh-s-t","nn"],headroom:["hh-eh1-d r-uw-m","nn"],headset:["hh-eh1-d s-eh-t","nn"],headship:["hh-eh1-d sh-ih-p","nn"],headsman:["hh-eh1-d-z m-ah-n","nn"],headstrong:["hh-eh1-d s-t-r-ao-ng","jj"],headwaters:["hh-eh1-d w-ao t-er-z","nn"],headway:["hh-eh1-d w-ey","nn"],heady:["hh-eh1 d-iy","jj"],heal:["hh-iy1-l","vb"],healed:["hh-iy1-l-d","vbn vbd"],healer:["hh-iy1 l-er","nn"],healing:["hh-iy1 l-ih-ng","nn jj vbg"],health:["hh-eh1-l-th","nn"],healthcare:["hh-eh1-l-th k-eh-r","nn"],healthful:["hh-eh1-l-th f-ah-l","jj"],healthier:["hh-eh1-l th-iy er","jjr rbr"],healthiest:["hh-eh1-l th-iy ih-s-t","jjs"],healthy:["hh-eh1-l th-iy","jj"],heap:["hh-iy1-p","nn vb"],heaped:["hh-iy1-p-t","vbn vbd"],heaping:["hh-iy1 p-ih-ng","vbg"],hear:["hh-ih1-r","vb vbp"],heard:["hh-er1-d","vbn vbd"],hearer:["hh-ih1 r-er","nn"],hearing:["hh-ih1 r-ih-ng","nn vbg"],hears:["hh-ih1-r-z","vbz"],hearsay:["hh-ih1-r s-ey","nn"],hearse:["hh-er1-s","nn"],heart:["hh-aa1-r-t","nn rb vb"],heartbeat:["hh-aa1-r-t b-iy-t","nn"],heartbreak:["hh-aa1-r-t b-r-ey-k","nn"],heartbreaking:["hh-aa1-r-t b-r-ey k-ih-ng","jj"],heartburn:["hh-aa1-r-t b-er-n","nn"],hearten:["hh-aa1-r-t-ah-n","vb"],heartened:["hh-aa1-r t-ah-n-d","vbn"],heartening:["hh-aa1-r t-ah-n ih-ng","jj"],heartfelt:["hh-aa1-r-t f-eh-l-t","jj"],hearth:["hh-aa1-r-th","nn"],heartily:["hh-aa1-r t-ah l-iy","rb"],heartland:["hh-aa1-r-t l-ae-n-d","nn"],heartless:["hh-aa1-r-t l-ah-s","jj"],heartthrob:["hh-aa1-r-t th-r-aa-b","nn"],hearty:["hh-aa1-r t-iy","jj"],heat:["hh-iy1-t","nn vb vbp"],heated:["hh-iy1 t-ah-d","vbn jj vbd"],heatedly:["hh-iy1 t-ih-d l-iy","rb"],heater:["hh-iy1 t-er","nn"],heath:["hh-iy1-th","nn"],heathen:["hh-iy1 dh-ah-n","jj nn"],heather:["hh-eh1 dh-er","nn"],heating:["hh-iy1 t-ih-ng","vbg"],heats:["hh-iy1-t-s","vbz"],heave:["hh-iy1-v","nn vb"],heaved:["hh-iy1-v-d","vbd vbn"],heaven:["hh-eh1 v-ah-n","nn"],heavenly:["hh-eh1 v-ah-n l-iy","jj"],heaves:["hh-iy1-v-z","nn vbd"],heavier:["hh-eh1 v-iy er","jjr rbr"],heaviest:["hh-eh1 v-iy ah-s-t","jjs"],heavily:["hh-eh1 v-ah l-iy","rb"],heaving:["hh-iy1 v-ih-ng","vbg"],heavy:["hh-eh1 v-iy","jj nn rb"],heavyweight:["hh-eh1 v-iy w-ey-t","nn jj"],heck:["hh-eh1-k","nn uh"],heckle:["hh-eh1-k-ah-l","vb"],heckled:["hh-eh1 k-ah-l-d","vbn"],hectare:["hh-eh1-k t-aa-r","nn"],hectic:["hh-eh1-k t-ih-k","jj"],hedge:["hh-eh1-jh","vb jj nn vbp"],hedged:["hh-eh1-jh-d","vbn vbd"],hedgehog:["hh-eh1-jh hh-aa-g","nn"],hedger:["hh-eh1 jh-er","nn"],hedging:["hh-eh1 jh-ih-ng","vbg jj nn"],hedonism:["hh-iy1 d-ah n-ih z-ah-m","nn"],hedonistic:["hh-iy d-ah n-ih1 s-t-ih-k","jj"],heed:["hh-iy1-d","vb vbp nn"],heeded:["hh-iy1 d-ah-d","vbd vbn"],heeds:["hh-iy1-d-z","vbz"],heel:["hh-iy1-l","nn"],heft:["hh-eh1-f-t","nn"],heftier:["hh-eh1-f t-iy er","jjr"],heftiest:["hh-eh1-f t-iy ah-s-t","jjs"],hefty:["hh-eh1-f t-iy","jj"],hegemonic:["hh-eh g-ah m-aa1 n-ih-k","jj"],hegemony:["hh-iy jh-eh1 m-ah n-iy","nn"],heifer:["hh-eh1 f-er","nn"],height:["hh-ay1-t","nn"],heighten:["hh-ay1 t-ah-n","vb"],heightened:["hh-ay1 t-ah-n-d","vbn vbd jj"],heightening:["hh-ay1 t-ah-n ih-ng","vbg"],heightens:["hh-ay1 t-ah-n-z","vbz"],heinous:["hh-ey1 n-ah-s","jj"],heir:["eh1-r","nn"],heiress:["eh1 r-ah-s","nn"],heist:["hh-ay1-s-t","nn"],held:["hh-eh1-l-d","vbn vbd jj"],helicopter:["hh-eh1 l-ih k-aa-p t-er","nn"],heliotrope:["hh-iy1 l-iy ah t-r-ow-p","nn"],helium:["hh-iy1 l-iy ah-m","nn"],helix:["hh-iy1 l-ih-k-s","nn"],hell:["hh-eh1-l","nn uh"],hellfire:["hh-eh1-l f-ay-r","nn"],hello:["hh-ah l-ow1","uh nn"],helluva:["hh-eh l-uw1 v-ah","jj"],helm:["hh-eh1-l-m","nn"],helmet:["hh-eh1-l m-ah-t","nn"],helmsman:["hh-eh1-l-m-z m-ae-n","nn"],help:["hh-eh1-l-p","vb nn vbp"],helped:["hh-eh1-l-p-t","vbd vbn"],helper:["hh-eh1-l p-er","nn"],helpful:["hh-eh1-l-p f-ah-l","jj"],helpfully:["hh-eh1-l-p f-ah l-iy","rb"],helping:["hh-eh1-l p-ih-ng","vbg"],helpless:["hh-eh1-l-p l-ah-s","jj"],helplessly:["hh-eh1-l-p l-ah-s l-iy","rb"],helplessness:["hh-eh1-l-p l-ah-s n-ah-s","nn"],hem:["hh-eh1-m","nn"],hemisphere:["hh-eh1 m-ih s-f-ih-r","nn"],hemispheric:["hh-eh m-ah s-f-ih1 r-ih-k","jj"],hemline:["hh-eh1-m l-ay-n","nn"],hemmed:["hh-eh1-m-d","vbn"],hemming:["hh-eh1 m-ih-ng","vbg"],hemoglobin:["hh-iy m-ah g-l-ow1 b-ah-n","nn"],hemolytic:["hh-iy m-ah l-ih1 t-ih-k","jj"],hemophilia:["hh-iy m-ah f-iy1 l-iy ah","nn"],hemophiliac:["hh-iy m-ah f-ih1 l-iy ae-k","nn"],hemorrhage:["hh-eh1 m-er ih-jh","nn vb"],hemorrhaged:["hh-eh1 m-er ih-jh-d","vbn"],hemorrhaging:["hh-eh1 m-er ih jh-ih-ng","vbg jj nn"],hemorrhoid:["hh-eh1 m-er oy-d","nn"],hen:["hh-eh1-n","nn"],hence:["hh-eh1-n-s","rb"],henceforth:["hh-eh1-n-s f-ao1-r-th","rb"],henchman:["hh-eh1-n-ch m-ah-n","nn"],henpecked:["hh-eh1-n p-eh-k-t","jj"],hepatitis:["hh-eh p-ah t-ay1 t-ah-s","nn"],her:["hh-er","prp$"],herald:["hh-eh1 r-ah-l-d","vb vbp"],heralded:["hh-eh1 r-ah-l d-ih-d","vbn vbd"],heraldic:["hh-eh r-ae1-l d-ih-k","jj"],heralding:["hh-eh1 r-ah-l d-ih-ng","vbg"],herb:["er1-b","nn"],herbaceous:["er b-ey1 sh-ah-s","jj"],herbal:["er1 b-ah-l","jj"],herbicide:["hh-er1 b-ih s-ay-d","nn"],herculean:["hh-er k-y-uw1 l-iy ah-n","jj"],herd:["hh-er1-d","nn vb"],herded:["hh-er1 d-ih-d","vbn vbd"],herding:["hh-er1 d-ih-ng","vbg"],here:["hh-ih1-r","rb"],hereabout:["hh-ih1 r-ah b-aw-t","jj"],hereabouts:["hh-ih1 r-ah b-aw-t-s","rb"],hereafter:["hh-ih r-ae1-f t-er","rb"],hereby:["hh-ih-r b-ay1","rb"],hereditary:["hh-er eh1 d-ah t-eh r-iy","jj"],heredity:["hh-er eh1 d-ah t-iy","nn"],herein:["hh-ih r-ih1-n","rb"],heresy:["hh-eh1 r-ah s-iy","nn"],heretical:["hh-er eh1 t-ih k-ah-l","jj"],heretofore:["hh-ih-r t-ah f-ao1-r","rb"],herewith:["hh-ih1-r w-ih1-th","rb"],heritage:["hh-eh1 r-ah t-ah-jh","nn"],hermetically:["hh-er m-eh1 t-ih k-ah l-iy","rb"],hero:["hh-ih1 r-ow","nn"],heroic:["hh-ih r-ow1 ih-k","jj"],heroically:["hh-ih r-ow1 ih-k l-iy","rb"],heroin:["hh-eh1 r-ow ah-n","nn"],heroine:["hh-eh1 r-ow ah-n","nn"],heroism:["hh-eh1 r-ow ih z-ah-m","nn"],heron:["hh-eh1 r-ah-n","nn"],herring:["hh-eh1 r-ih-ng","nn"],hers:["hh-er-z","prp jj"],herself:["hh-er s-eh1-l-f","prp"],hesitancy:["hh-eh1 z-ih t-ah-n s-iy","nn"],hesitant:["hh-eh1 z-ih t-ah-n-t","jj"],hesitantly:["hh-eh1 z-ih t-ah-n-t l-iy","rb"],hesitate:["hh-eh1 z-ah t-ey-t","vb vbp"],hesitated:["hh-eh1 z-ih t-ey t-ih-d","vbd vbn"],hesitates:["hh-eh1 z-ah t-ey-t-s","vbz"],hesitating:["hh-eh1 z-ah t-ey t-ih-ng","vbg"],hesitation:["hh-eh z-ah t-ey1 sh-ah-n","nn"],heterogeneity:["hh-eh t-er ah jh-ih n-iy1 ah t-iy","nn"],heterogeneous:["hh-eh t-er ah jh-iy1 n-y-ah-s","jj"],heterozygous:["hh-eh t-er ah z-ay1 g-ah-s","jj"],hew:["hh-y-uw1","vb"],hewn:["hh-y-uw1-n","vbn"],hews:["hh-y-uw1-z","vbz"],hexagon:["hh-eh1-k s-ah g-aa-n","nn"],hexagonal:["hh-eh-k s-ae1 g-ah n-ah-l","jj"],hey:["hh-ey1","uh"],heyday:["hh-ey1 d-ey","nn"],hiatus:["hh-ay ey1 t-ah-s","nn"],hibachi:["hh-ah b-aa1 ch-iy","nn"],hibernate:["hh-ay1 b-er n-ey-t","vbp vb"],hiccup:["hh-ih1 k-ah-p","nn"],hick:["hh-ih1-k","nn"],hickory:["hh-ih1 k-er iy","nn"],hid:["hh-ih1-d","vbd vbn"],hidden:["hh-ih1 d-ah-n","vbn jj"],hide:["hh-ay1-d","vb vbp nn"],hideaway:["hh-ay1 d-ah w-ey","nn"],hidebound:["hh-ay1-d b-aw-n-d","jj"],hideous:["hh-ih1 d-iy ah-s","jj"],hideously:["hh-ih1 d-iy ah-s l-iy","rb"],hideout:["hh-ay1 d-aw-t","nn"],hiding:["hh-ay1 d-ih-ng","vbg"],hierarchical:["hh-ay r-aa1-r k-ah k-ah-l","jj"],hierarchy:["hh-ay1 er aa-r k-iy","nn"],high:["hh-ay1","jj nn rb rp"],highboy:["hh-ay1 b-oy","nn"],highbrow:["hh-ay1 b-r-aw","jj"],higher:["hh-ay1 er","jjr rb rbr"],highest:["hh-ay1 ah-s-t","jjs rb rbs"],highfalutin:["hh-ay f-ah l-uw1 t-ih-n","jj"],highflying:["hh-ay1 f-l-ay ih-ng","jj"],highland:["hh-ay1 l-ah-n-d","nn"],highlight:["hh-ay1 l-ay-t","vb vbp nn"],highlighted:["hh-ay1 l-ay t-ih-d","vbn vbd"],highlighting:["hh-ay1 l-ay t-ih-ng","vbg"],highly:["hh-ay1 l-iy","rb"],highness:["hh-ay1 n-ah-s","nn"],highway:["hh-ay1 w-ey","nn"],highyield:["hh-ay1 y-iy1-l-d","jj"],hijack:["hh-ay1-jh-ae-k","vb"],hijacked:["hh-ay1 jh-ae-k-t","vbn vbd"],hijacker:["hh-ay1 jh-ae k-er","nn"],hijacking:["hh-ay1 jh-ae k-ih-ng","nn vbg"],hike:["hh-ay1-k","nn vb"],hiked:["hh-ay1-k-t","vbd vbn"],hiker:["hh-ay1 k-er","nn"],hiking:["hh-ay1 k-ih-ng","vbg"],hilarious:["hh-ih l-eh1 r-iy ah-s","jj"],hilariously:["hh-ih l-eh1 r-iy ah-s l-iy","rb"],hilarity:["hh-ih l-eh1 r-ah t-iy","nn"],hill:["hh-ih1-l","nn"],hillbilly:["hh-ih1-l b-ih l-iy","nn"],hillside:["hh-ih1-l s-ay-d","nn"],hilltop:["hh-ih1-l t-aa-p","nn"],hilly:["hh-ih1 l-iy","jj"],hilt:["hh-ih1-l-t","nn"],him:["hh-ih1-m","prp"],himself:["hh-ih-m s-eh1-l-f","prp"],hind:["hh-ay1-n-d","jj"],hinder:["hh-ih1-n d-er","vb"],hindered:["hh-ih1-n d-er-d","vbn vbd"],hindering:["hh-ih1-n d-er ih-ng","vbg jj"],hinders:["hh-ih1-n d-er-z","vbz"],hindquarter:["hh-ay1-n-d k-w-ao-r t-er","nn"],hindrance:["hh-ih1-n d-r-ah-n-s","nn"],hindsight:["hh-ay1-n-d s-ay-t","nn"],hinge:["hh-ih1-n-jh","vb nn"],hinged:["hh-ih1-n-jh-d","vbn"],hint:["hh-ih1-n-t","nn vbp vb"],hinted:["hh-ih1-n t-ah-d","vbd vbn"],hinterland:["hh-ih1-n t-er l-ae-n-d","nn"],hinting:["hh-ih1-n t-ih-ng","vbg"],hip:["hh-ih1-p","nn jj"],hipper:["hh-ih1 p-er","jjr"],hippie:["hh-ih1 p-iy","nn"],hire:["hh-ay1 er","vb vbp nn"],hired:["hh-ay1 er-d","vbn jj vbd"],hiring:["hh-ay1 r-ih-ng","vbg"],his:["hh-ih1-z","prp$"],hissed:["hh-ih1-s-t","vbd"],hissing:["hh-ih1 s-ih-ng","vbg"],histology:["hh-ih s-t-aa1 l-ah jh-iy","nn"],historian:["hh-ih s-t-ao1 r-iy ah-n","nn"],historic:["hh-ih s-t-ao1 r-ih-k","jj"],historical:["hh-ih s-t-ao1 r-ih k-ah-l","jj"],historically:["hh-ih s-t-ao1 r-ih k-ah l-iy","rb"],historiography:["hh-ih s-t-ao r-iy aa1 g-r-ah f-iy","nn"],history:["hh-ih1 s-t-er iy","nn"],hit:["hh-ih1-t","vbd jj nn vb vbn vbp"],hitch:["hh-ih1-ch","nn vb"],hitched:["hh-ih1-ch-t","vbn vbd"],hitching:["hh-ih1 ch-ih-ng","vbg"],hither:["hh-ih1 dh-er","rb"],hitherto:["hh-ih1 dh-er t-uw1","rb"],hitter:["hh-ih1 t-er","nn"],hitting:["hh-ih1 t-ih-ng","vbg"],hive:["hh-ay1-v","nn"],hoard:["hh-ao1-r-d","nn vb vbp"],hoarding:["hh-ao1-r d-ih-ng","vbg"],hoarse:["hh-ao1-r-s","jj"],hoarseness:["hh-ao1-r-s n-ah-s","nn"],hoax:["hh-ow1-k-s","nn"],hob:["hh-aa1-b","nn"],hobbing:["hh-aa1 b-ih-ng","vbg"],hobble:["hh-aa1 b-ah-l","vb"],hobbled:["hh-aa1 b-ah-l-d","vbn"],hobbles:["hh-aa1 b-ah-l-z","vbz"],hobbling:["hh-aa1 b-ah-l ih-ng","vbg"],hobby:["hh-aa1 b-iy","nn"],hobbyist:["hh-aa1 b-iy ih-s-t","nn"],hobnob:["hh-aa1-b n-aa-b","vb"],hock:["hh-aa1-k","nn vb"],hockey:["hh-aa1 k-iy","nn"],hocking:["hh-aa1 k-ih-ng","vbg"],hodgepodge:["hh-aa1-jh p-aa-jh","nn"],hoe:["hh-ow1","nn"],hog:["hh-aa1-g","nn"],hoist:["hh-oy1-s-t","vb"],hoisted:["hh-oy1 s-t-ah-d","vbn vbd"],hoisting:["hh-oy1 s-t-ih-ng","nn"],hokey:["hh-ow1 k-iy","jj"],hold:["hh-ow1-l-d","vb nn rb vbp"],holder:["hh-ow1-l d-er","nn"],holding:["hh-ow1-l d-ih-ng","vbg jj nn"],holdout:["hh-ow1-l-d aw-t","nn"],holdover:["hh-ow1-l-d ow v-er","nn"],holdup:["hh-ow1-l-d ah-p","nn"],hole:["hh-ow1-l","nn vbp vb"],holed:["hh-ow1-l-d","vbn vbd"],holiday:["hh-aa1 l-ah d-ey","nn"],holiest:["hh-ow1 l-iy ih-s-t","jjs"],holistic:["hh-ow l-ih1 s-t-ih-k","jj"],holler:["hh-aa1 l-er","vb"],hollered:["hh-aa1 l-er-d","vbd"],hollering:["hh-aa1 l-er ih-ng","vbg jj"],hollers:["hh-aa1 l-er-z","vbz"],hollow:["hh-aa1 l-ow","jj nn"],hollyhock:["hh-aa1 l-iy hh-aa-k","nn"],holocaust:["hh-aa1 l-ah k-ao-s-t","nn"],holster:["hh-ow1-l s-t-er","nn"],holy:["hh-ow1 l-iy","jj"],homage:["aa1 m-ah-jh","nn"],home:["hh-ow1-m","nn vbp rb vb"],homebuilder:["hh-ow1-m b-ih-l d-er","nn"],homebuilding:["hh-ow1-m b-ih-l d-ih-ng","nn"],homecoming:["hh-ow1-m k-ah m-ih-ng","nn"],homeland:["hh-ow1-m l-ae-n-d","nn"],homeless:["hh-ow1-m l-ah-s","jj nn"],homelessness:["hh-ow1-m l-ah-s n-ah-s","nn"],homely:["hh-ow1-m l-iy","jj"],homemade:["hh-ow1-m m-ey1-d","jj"],homemaker:["hh-ow1-m m-ey k-er","nn"],homeowner:["hh-ow1 m-ow n-er","nn"],homer:["hh-ow1 m-er","nn vb"],homesick:["hh-ow1-m s-ih-k","jj"],homesickness:["hh-ow1-m s-ih-k n-ah-s","nn"],homespun:["hh-ow1-m s-p-ah-n","jj"],homestead:["hh-ow1-m s-t-eh-d","nn"],hometown:["hh-ow1-m t-aw-n","nn jj"],homeward:["hh-ow1-m w-er-d","rb"],homework:["hh-ow1-m w-er-k","nn"],homey:["hh-ow1 m-iy","jj"],homicidal:["hh-aa m-ah s-ay1 d-ah-l","jj"],homicide:["hh-aa1 m-ah s-ay-d","nn"],homily:["hh-ow1 m-ah l-iy","nn"],homogeneity:["hh-aa m-ah jh-ah n-iy1 ah t-iy","nn"],homogeneous:["hh-ow m-ah jh-iy1 n-iy ah-s","jj"],homogenize:["hh-ow-m-aa1-jh-ah-n-ay-z","vb"],homogenized:["hh-ow m-aa1 jh-ah n-ay-z-d","vbn"],homogenous:["hh-ah m-aa1 jh-ah n-ah-s","jj"],homologous:["hh-ah m-aa1 l-ah g-ah-s","rb"],homophobia:["hh-ow m-ah f-ow1 b-iy ah","nn"],homosexual:["hh-ow m-ow s-eh1-k sh-ah w-ah-l","jj nn"],homosexuality:["hh-ow m-ow s-eh-k sh-ah-w ae1 l-ah t-iy","nn"],hone:["hh-ow1-n","vb vbp nn"],honed:["hh-ow1-n-d","vbn jj"],honest:["aa1 n-ah-s-t","jj"],honestly:["aa1 n-ah-s-t l-iy","rb"],honesty:["aa1 n-ah s-t-iy","nn"],honey:["hh-ah1 n-iy","nn vb uh jj"],honeybee:["hh-ah1 n-iy b-iy","nn"],honeymoon:["hh-ah1 n-iy m-uw-n","nn vb"],honeymooned:["hh-ah1 n-iy m-uw-n-d","vbd vbn"],honeymooner:["hh-ah1 n-iy m-uw n-er","nn"],honk:["hh-aa1-ng-k","vb vbp"],honor:["aa1 n-er","nn vbp vb"],honorable:["aa1 n-er ah b-ah-l","jj nn"],honorably:["aa1 n-er ah b-l-iy","rb"],honorarium:["aa n-er eh1 r-iy ah-m","nn"],honorary:["aa1 n-er eh r-iy","jj"],honored:["aa1 n-er-d","vbn jj vbd"],honorific:["aa n-er ih1 f-ih-k","nn"],honoring:["aa1 n-er ih-ng","vbg"],hooch:["hh-uw1-ch","nn"],hood:["hh-uh1-d","nn"],hoodlum:["hh-uh1-d l-ah-m","nn"],hoodwink:["hh-uh1-d-w-ih-ng-k","vb"],hoodwinked:["hh-uh1-d w-ih-ng-k-t","vbn"],hoof:["hh-uw1-f","nn"],hook:["hh-uh1-k","nn vb"],hooked:["hh-uh1-k-t","vbn jj vbd"],hooker:["hh-uh1 k-er","nn"],hooking:["hh-uh1 k-ih-ng","vbg"],hookup:["hh-uh1-k ah-p","nn"],hookworm:["hh-uh1-k w-er-m","nn"],hooliganism:["hh-uw1 l-ih g-ah n-ih z-ah-m","nn"],hoop:["hh-uw1-p","nn"],hoopla:["hh-uw1 p-l-aa","nn"],hoot:["hh-uw1-t","nn vb vbp"],hooted:["hh-uw1 t-ih-d","vbd vbn"],hop:["hh-aa1-p","nn vb"],hope:["hh-ow1-p","nn vb vbp"],hoped:["hh-ow1-p-t","vbd vbn"],hopeful:["hh-ow1-p f-ah-l","jj nn"],hopefully:["hh-ow1-p f-ah l-iy","rb"],hopeless:["hh-ow1-p l-ah-s","jj"],hopelessly:["hh-ow1-p l-ah-s l-iy","rb"],hopelessness:["hh-ow1-p l-ah-s n-ah-s","nn"],hoping:["hh-ow1 p-ih-ng","vbg"],hopped:["hh-aa1-p-t","vbd"],hopper:["hh-aa1 p-er","nn"],hopping:["hh-aa1 p-ih-ng","vbg"],hopscotch:["hh-aa1-p s-k-aa-ch","nn"],horde:["hh-ao1-r-d","nn"],horizon:["hh-er ay1 z-ah-n","nn"],horizontal:["hh-ao r-ah z-aa1-n t-ah-l","jj nn"],horizontally:["hh-ao r-ih z-aa1-n t-ah l-iy","rb"],hormonal:["hh-ao1-r m-ow n-ah-l","jj"],hormone:["hh-ao1-r m-ow-n","nn"],horn:["hh-ao1-r-n","nn vb"],horned:["hh-ao1-r-n-d","jj"],hornet:["hh-ao1-r n-ih-t","nn"],horoscope:["hh-ao1 r-ah s-k-ow-p","nn"],horrendous:["hh-ao r-eh1-n d-ah-s","jj"],horrible:["hh-ao1 r-ah b-ah-l","jj nn"],horribly:["hh-ao1 r-ah b-l-iy","rb"],horrid:["hh-ao1 r-ah-d","jj"],horrific:["hh-ao r-ih1 f-ih-k","jj"],horrified:["hh-ao1 r-ah f-ay-d","vbn jj"],horrify:["hh-ao1-r-ah-f-ay","vb"],horrifying:["hh-ao1 r-ah f-ay ih-ng","jj"],horror:["hh-ao1 r-er","nn"],horse:["hh-ao1-r-s","nn"],horseback:["hh-ao1-r-s b-ae-k","nn jj rb"],horseflesh:["hh-ao1-r-s f-l-eh-sh","nn"],horseman:["hh-ao1-r-s m-ah-n","nn"],horsemanship:["hh-ao1-r-s m-ah-n sh-ih-p","nn"],horseplay:["hh-ao1-r-s p-l-ey","nn"],horsepower:["hh-ao1-r-s p-aw er","nn"],horseradish:["hh-ao1-r-s r-ae d-ih-sh","nn"],horticultural:["hh-ao-r t-ah k-ah1-l ch-er ah-l","jj"],horticulture:["hh-ao1-r t-ih k-ah-l ch-er","nn"],horticulturist:["hh-ao-r t-ih k-ah1-l ch-er ih-s-t","nn"],hose:["hh-ow1-z","nn vb"],hospice:["hh-aa1-s p-ah-s","nn"],hospitable:["hh-aa1 s-p-ih1 t-ah b-ah-l","jj"],hospital:["hh-aa1-s p-ih t-ah-l","nn"],hospitality:["hh-aa-s p-ah t-ae1 l-ah t-iy","nn"],hospitalization:["hh-aa-s p-ih t-ah-l ah z-ey1 sh-ah-n","nn"],hospitalize:["hh-ao1-s-p-ih-t-ah-l-ay-z","vb"],hospitalized:["hh-aa1-s p-ih t-ah-l ay-z-d","vbn jj"],hoss:["hh-aa1-s","nn"],host:["hh-ow1-s-t","nn vb"],hostage:["hh-aa1 s-t-ih-jh","nn"],hosted:["hh-ow1 s-t-ih-d","vbn jj vbd"],hostess:["hh-ow1 s-t-ah-s","nn"],hostile:["hh-aa1 s-t-ah-l","jj nn"],hostility:["hh-aa s-t-ih1 l-ah t-iy","nn"],hosting:["hh-ow1 s-t-ih-ng","vbg"],hostler:["hh-aa1-s l-er","nn"],hot:["hh-aa1-t","jj"],hotbed:["hh-aa1-t b-eh-d","nn"],hotdog:["hh-aa1-t d-ao-g","nn"],hotel:["hh-ow t-eh1-l","nn"],hotelier:["hh-ow t-eh1 l-y-er","nn"],hothouse:["hh-aa1-t hh-aw-s","jj"],hotline:["hh-aa1-t l-ay-n","nn"],hotly:["hh-aa1-t l-iy","rb"],hotter:["hh-aa1 t-er","jjr"],hottest:["hh-aa1 t-ah-s-t","jjs"],hound:["hh-aw1-n-d","nn vb"],hounded:["hh-aw1-n d-ih-d","vbd"],hounding:["hh-aw1-n d-ih-ng","vbg"],hour:["aw1 er","nn"],hourlong:["aw1-r l-ao-ng","jj"],hourly:["aw1-r l-iy","jj"],house:["hh-aw1-s","nn vbp vb"],houseboat:["hh-aw1-s b-ow-t","nn"],housebroken:["hh-aw1-s b-r-ow k-ah-n","jj"],housecleaning:["hh-aw1-s-k l-iy n-ih-ng","nn"],housed:["hh-aw1-z-d","vbn vbd"],houseful:["hh-aw1-s f-ah-l","nn"],household:["hh-aw1-s hh-ow-l-d","nn jj"],householder:["hh-aw1-s hh-ow-l d-er","nn"],housekeeper:["hh-aw1-s k-iy p-er","nn"],housekeeping:["hh-aw1-s k-iy p-ih-ng","nn"],houseman:["hh-aw1-s m-ah-n","nn"],houseware:["hh-aw1-s w-eh-r","nn"],housewife:["hh-aw1-s w-ay-f","nn"],housework:["hh-aw1-s w-er-k","nn"],housing:["hh-aw1 z-ih-ng","nn vbg jj"],hove:["hh-ow1-v","vbd"],hovel:["hh-ah1 v-ah-l","nn"],hover:["hh-ah1 v-er","vb vbp"],hovered:["hh-ah1 v-er-d","vbd vbn"],hovering:["hh-ah1 v-er ih-ng","vbg"],hovers:["hh-ah1 v-er-z","vbz"],how:["hh-aw1","wrb"],howdy:["hh-aw1 d-iy","uh"],howe:["hh-aw1","wrb"],however:["hh-aw eh1 v-er","rb rbr wrb"],howitzer:["hh-aw1 ah-t s-er","nn"],howl:["hh-aw1-l","nn vb"],howled:["hh-aw1-l-d","vbd"],howling:["hh-aw1 l-ih-ng","vbg"],hub:["hh-ah1-b","nn"],hubbub:["hh-ah1 b-ah-b","nn"],hubby:["hh-ah1 b-iy","nn"],hubris:["hh-y-uw1 b-r-ah-s","nn"],huckster:["hh-ah1-k s-t-er","nn vb"],huddle:["hh-ah1 d-ah-l","nn vb"],huddled:["hh-ah1 d-ah-l-d","vbd vbn jj"],huddling:["hh-ah1 d-ah-l ih-ng","vbg"],hue:["hh-y-uw1","nn"],huff:["hh-ah1-f","vb"],huffed:["hh-ah1-f-t","vbd"],hug:["hh-ah1-g","nn vb vbp"],huge:["hh-y-uw1-jh","jj"],hugely:["hh-y-uw1-jh l-iy","rb"],hugged:["hh-ah1-g-d","vbd"],hugging:["hh-ah1 g-ih-ng","vbg"],huh:["hh-ah1","uh"],hulk:["hh-ah1-l-k","nn vb"],hulking:["hh-ah1-l k-ih-ng","jj vbg"],hull:["hh-ah1-l","nn"],hullabaloo:["hh-ah l-ah b-ah l-uw1","nn"],hum:["hh-ah1-m","nn vb"],human:["hh-y-uw1 m-ah-n","jj nn"],humane:["hh-y-uw m-ey1-n","jj"],humanism:["hh-y-uw1 m-ah n-ih z-ah-m","nn"],humanist:["hh-y-uw1 m-ah n-ih-s-t","jj nn"],humanistic:["hh-y-uw m-ah n-ih1 s-t-ih-k","jj"],humanitarian:["hh-y-uw m-ae n-ah t-eh1 r-iy ah-n","jj nn"],humanity:["hh-y-uw m-ae1 n-ih t-iy","nn"],humanize:["hh-y-uw1 m-ah n-ay-z","vb"],humanizing:["hh-y-uw1 m-ah n-ay z-ih-ng","vbg"],humankind:["hh-y-uw1 m-ah-n k-ay-n-d","nn"],humanly:["hh-y-uw1 m-ah-n l-iy","rb"],humanness:["hh-y-uw1 m-ah-n n-ah-s","nn"],humble:["hh-ah1-m b-ah-l","jj vb"],humbled:["hh-ah1-m b-ah-l-d","vbn vbd"],humblest:["hh-ah1-m b-ah l-ah-s-t","jjs"],humbling:["hh-ah1-m b-ah-l ih-ng","jj"],humbly:["hh-ah1-m b-l-iy","rb"],humid:["hh-y-uw1 m-ah-d","jj"],humidity:["hh-y-uw m-ih1 d-ah t-iy","nn"],humiliate:["hh-y-uw-m-ih1-l-iy-ey-t","vb"],humiliated:["hh-y-uw m-ih1 l-iy ey t-ih-d","vbn jj"],humiliating:["hh-y-uw m-ih1 l-iy ey t-ih-ng","jj"],humiliation:["hh-y-uw m-ih l-iy ey1 sh-ah-n","nn"],humility:["hh-y-uw m-ih1 l-ih t-iy","nn"],humming:["hh-ah1 m-ih-ng","vbg"],humongous:["hh-y-uw m-ao1-ng g-ah-s","jj"],humor:["hh-y-uw1 m-er","nn vb"],humorist:["hh-y-uw1 m-er ah-s-t","nn"],humorless:["hh-y-uw1 m-er l-ah-s","jj"],humorous:["hh-y-uw1 m-er ah-s","jj"],hump:["hh-ah1-m-p","nn"],humped:["hh-ah1-m-p-t","nn"],hums:["hh-ah1-m-z","vbz"],hunch:["hh-ah1-n-ch","nn vb"],hunched:["hh-ah1-n-ch-t","vbn vbd jj"],hundred:["hh-ah1-n d-r-ah-d","nn"],hundredth:["hh-ah1-n d-r-ah-d-th","jj"],hundredweight:["hh-ah1-n d-r-ah-d w-ey-t","nn"],hung:["hh-ah1-ng","vbd jj vbn"],hunger:["hh-ah1-ng g-er","nn"],hungrier:["hh-ah1-ng g-r-iy er","jjr"],hungrily:["hh-ah1-ng g-r-ah l-iy","rb"],hungry:["hh-ah1-ng g-r-iy","jj"],hunk:["hh-ah1-ng-k","nn"],hunker:["hh-ah1-ng k-er","vb"],hunkered:["hh-ah1-ng k-er-d","vbn vbd"],hunt:["hh-ah1-n-t","nn vb vbp"],hunted:["hh-ah1-n t-ah-d","vbn vbd jj"],hunter:["hh-ah1-n t-er","nn"],hunting:["hh-ah1-n t-ih-ng","vbg"],hurdle:["hh-er1 d-ah-l","nn vb"],hurl:["hh-er1-l","vb vbp"],hurled:["hh-er1-l-d","vbd vbn"],hurley:["hh-er1 l-iy","nn"],hurling:["hh-er1 l-ih-ng","vbg"],hurrah:["hh-uh r-aa1","nn"],hurricane:["hh-er1 ah k-ey-n","nn"],hurried:["hh-er1 iy-d","vbd vbn jj"],hurriedly:["hh-er1 iy-d l-iy","rb"],hurries:["hh-er1 iy-z","vbz"],hurry:["hh-er1 iy","nn vbp vb"],hurrying:["hh-er1 iy ih-ng","vbg jj"],hurt:["hh-er1-t","vbn jj nn vb vbd vbp"],hurting:["hh-er1 t-ih-ng","vbg"],hurtle:["hh-er1-t-ah-l","vb"],hurtling:["hh-er1-t l-ih-ng","vbg"],hurts:["hh-er1-t-s","vbz"],husband:["hh-ah1-z b-ah-n-d","nn"],husbandry:["hh-ah1-z b-ah-n d-r-iy","nn"],hush:["hh-ah1-sh","jj nn uh"],hushed:["hh-ah1-sh-t","jj"],husk:["hh-ah1-s-k","nn"],husky:["hh-ah1-s k-iy","jj"],hustings:["hh-ah1 s-t-ih-ng-z","nn"],hustle:["hh-ah1 s-ah-l","vb nn"],hustled:["hh-ah1 s-ah-l-d","vbd vbn"],hustler:["hh-ah1 s-ah l-er","nn"],hustles:["hh-ah1 s-ah-l-z","vbz"],hustling:["hh-ah1 s-ah l-ih-ng","vbg"],hut:["hh-ah1-t","nn"],hutch:["hh-ah1-ch","nn"],hyacinth:["hh-ay1 ah s-ih-n-th","nn"],hyaluronic:["hh-ay ah l-er aa1 n-ih-k","jj"],hybrid:["hh-ay1 b-r-ah-d","jj nn"],hydrated:["hh-ay1 d-r-ey t-ah-d","jj"],hydration:["hh-ay d-r-ey1 sh-ah-n","nn"],hydraulic:["hh-ay d-r-ao1 l-ih-k","jj"],hydraulics:["hh-ay d-r-ao1 l-ih-k-s","nn"],hydride:["hh-ay1 d-r-ay-d","nn"],hydrocarbon:["hh-ay d-r-ow k-aa1-r b-ah-n","nn"],hydroelectric:["hh-ay d-r-ow ih l-eh1-k t-r-ih-k","jj"],hydrogen:["hh-ay1 d-r-ah jh-ah-n","nn"],hydrolysis:["hh-ay d-r-aa1 l-ah s-ah-s","nn"],hydrolyze:["hh-ay1-d-r-ah-l-ay-z","vb"],hydrolyzed:["hh-ay1 d-r-ah l-ay-z-d","vbn"],hydrophilic:["hh-ay d-r-ah f-ih1 l-ih-k","jj"],hydrotherapy:["hh-ay d-r-ow th-eh1 r-ah p-iy","nn"],hydrous:["hh-ay1 d-r-ah-s","jj"],hyena:["hh-ay iy1 n-ah","nn"],hygiene:["hh-ay1 jh-iy-n","nn"],hymn:["hh-ih1-m","nn"],hype:["hh-ay1-p","nn vb"],hyped:["hh-ay1-p-t","vbd"],hyper:["hh-ay1 p-er","jj"],hyperactive:["hh-ay p-er ae1-k t-ih-v","jj"],hyperbole:["hh-ay p-er1 b-ah l-iy","nn"],hyperbolic:["hh-ay p-er b-aa1 l-ih-k","jj"],hyperinflation:["hh-ay p-er ih-n f-l-ey1 sh-ah-n","nn"],hypermarket:["hh-ay1 p-er m-aa-r k-ih-t","nn"],hypersonic:["hh-ay p-er s-aa1 n-ih-k","jj"],hypertension:["hh-ay p-er t-eh1-n sh-ah-n","nn"],hyphenate:["hh-ay1-f-ah-n-ey-t","vb"],hyphenated:["hh-ay1 f-ah n-ey t-ih-d","jj vbn"],hyping:["hh-ay1 p-ih-ng","vbg"],hypnosis:["hh-ih-p n-ow1 s-ah-s","nn"],hypnotic:["hh-ih-p n-aa1 t-ih-k","jj"],hypnotize:["hh-ih1-p-n-ah-t-ay-z","vb"],hypnotized:["hh-ih1-p n-ah t-ay-z-d","vbn"],hypocrisy:["hh-ih p-aa1 k-r-ah s-iy","nn"],hypocrite:["hh-ih1 p-ah k-r-ih-t","nn"],hypocritical:["hh-ih p-ah k-r-ih1 t-ih k-ah-l","jj"],hypodermic:["hh-ay p-ah d-er1 m-ih-k","jj"],hypoglycemia:["hh-ay p-ow g-l-ay s-iy1 m-iy ah","nn"],hypoglycemic:["hh-ay p-ow g-l-ay s-iy1 m-ih-k","jj"],hypothalamic:["hh-ay p-ow th-ah l-ae1 m-ih-k","jj"],hypothesis:["hh-ay p-aa1 th-ah s-ah-s","nn"],hypothesize:["hh-ay p-aa1 th-ah s-ay-z","vb"],hypothesized:["hh-ay p-aa1 th-ah s-ay-z-d","vbn"],hypothetical:["hh-ay p-ah th-eh1 t-ah k-ah-l","jj"],hypothetically:["hh-ay p-ah th-eh1 t-ih-k l-iy","rb"],hysterectomy:["hh-ih s-t-er eh1-k t-ah m-iy","nn"],hysteria:["hh-ih s-t-eh1 r-iy ah","nn"],hysterical:["hh-ih s-t-eh1 r-ih k-ah-l","jj"],hysterically:["hh-ih s-t-eh1 r-ih-k l-iy","rb"],ice:["ay1-s","nn jj"],iceberg:["ay1-s b-er-g","nn"],icebox:["ay1-s b-aa-k-s","nn"],iced:["ay1-s-t","jj"],icing:["ay1 s-ih-ng","nn"],icon:["ay1 k-aa-n","nn"],iconoclasm:["ay k-aa1 n-ah k-l-ae z-ah-m","nn"],iconoclast:["ay k-aa1 n-ah k-l-ae-s-t","nn"],iconoclastic:["ay k-ah n-ah k-l-ae1 s-t-ih-k","jj"],icy:["ay1 s-iy","jj"],idea:["ay d-iy1 ah","nn"],ideal:["ay d-iy1-l","jj nn"],idealism:["ay d-iy1 l-ih z-ah-m","nn"],idealist:["ay d-iy1 l-ih-s-t","nn"],idealistic:["ay d-iy ah l-ih1 s-t-ih-k","jj"],idealize:["ay-d-iy1-ah-l-ay-z","vb"],idealized:["ay d-iy1 ah l-ay-z-d","vbn jj"],ideally:["ay d-iy1 l-iy","rb"],identical:["ay d-eh1-n t-ih k-ah-l","jj"],identifiable:["ay d-eh1-n t-ah f-ay ah b-ah-l","jj"],identification:["ay d-eh-n t-ah f-ah k-ey1 sh-ah-n","nn"],identified:["ay d-eh1-n t-ah f-ay-d","vbn jj vbd"],identifies:["ay d-eh1-n t-ah f-ay-z","vbz"],identify:["ay d-eh1-n t-ah f-ay","vb vbp"],identifying:["ay d-eh1-n t-ah f-ay ih-ng","vbg"],identity:["ay d-eh1-n t-ah t-iy","nn"],ideological:["ay d-iy ah l-aa1 jh-ih k-ah-l","jj"],ideologically:["ay d-iy ah l-aa1 jh-ih-k l-iy","rb"],ideologist:["ay d-iy aa1 l-ah jh-ah-s-t","nn"],ideologue:["ay1 d-iy ah l-ao-g","nn"],ideology:["ay d-iy aa1 l-ah jh-iy","nn"],idiocy:["ih1 d-iy ah s-iy","nn"],idiom:["ih1 d-iy ah-m","nn"],idiomatic:["ih d-iy ah m-ae1 t-ih-k","jj"],idiosyncratic:["ih d-iy ow s-ih-n k-r-ae1 t-ih-k","jj"],idiot:["ih1 d-iy ah-t","jj nn"],idiotic:["ih d-iy aa1 t-ih-k","jj"],idiotically:["ih d-iy aa1 t-ih-k l-iy","rb"],idle:["ay1 d-ah-l","jj vb"],idled:["ay1 d-ah-l-d","vbn vbd"],idleness:["ay1 d-ah-l n-ah-s","nn"],idler:["ay1 d-ah l-er","nn"],idling:["ay1 d-ah-l ih-ng","vbg"],idly:["ay1-d l-iy","rb"],idol:["ay1 d-ah-l","nn"],idolize:["ay1 d-ah l-ay-z","vb vbp"],idolized:["ay1 d-ah l-ay-z-d","jj"],idyll:["ay1 d-ah-l","nn"],idyllic:["ay d-ih1 l-ih-k","jj"],"if":["ih1-f","in"],iffy:["ih1 f-iy","jj"],igloo:["ih1 g-l-uw","nn"],igneous:["ih1-g n-iy ah-s","jj"],ignite:["ih-g n-ay1-t","vb"],ignited:["ih-g n-ay1 t-ih-d","vbd vbn"],ignition:["ih-g n-ih1 sh-ah-n","nn"],ignoble:["ih-g n-ow1 b-ah-l","jj"],ignominious:["ih-g n-ah m-ih1 n-iy ah-s","jj"],ignoramus:["ih-g n-er ey1 m-ah-s","nn"],ignorance:["ih1-g n-er ah-n-s","nn"],ignorant:["ih1-g n-er ah-n-t","jj"],ignore:["ih-g n-ao1-r","vb vbp"],ignored:["ih-g n-ao1-r-d","vbn vbd"],ignores:["ih-g n-ao1-r-z","vbz"], +ignoring:["ih-g n-ao1 r-ih-ng","vbg"],iguana:["ay g-w-aa1 n-ah","jj"],ilk:["ih1-l-k","nn"],ill:["ih1-l","jj rb"],illegal:["ih l-iy1 g-ah-l","jj"],illegality:["ih l-iy g-ae1 l-ih t-iy","nn"],illegally:["ih l-iy1 g-ah l-iy","rb"],illegitimacy:["ih l-ih jh-ih1 t-ah m-ah s-iy","nn"],illegitimate:["ih l-ih jh-ih1 t-ah m-ih-t","jj"],illicit:["ih l-ih1 s-ah-t","jj"],illicitly:["ih1 l-ih s-ih-t l-iy","rb"],illiquid:["ih l-ih1 k-w-ih-d","jj"],illiquidity:["ih l-ih k-w-ih1 d-ih t-iy","nn"],illiteracy:["ih l-ih1 t-er ah s-iy","nn"],illiterate:["ih l-ih1 t-er ah-t","jj"],illness:["ih1-l n-ah-s","nn"],illogic:["ih l-aa1 jh-ih-k","nn"],illogical:["ih l-aa1 jh-ih k-ah-l","jj"],illuminate:["ih l-uw1 m-ih n-ih-t","vb"],illuminated:["ih l-uw1 m-ah n-ey t-ah-d","vbn jj vbd"],illuminates:["ih l-uw1 m-ah n-ey-t-s","vbz"],illuminating:["ih l-uw1 m-ah n-ey t-ih-ng","jj vbg"],illumination:["ih l-uw m-ah n-ey1 sh-ah-n","nn"],illumine:["ih l-uw1 m-ah-n","vb"],illumined:["ih l-uw1 m-ah-n-d","vbd"],illusion:["ih l-uw1 zh-ah-n","nn"],illusionary:["ih l-uw1 zh-ah n-eh r-iy","jj"],illusionist:["ih l-uw1 zh-ah n-ah-s-t","nn"],illusory:["ih l-uw1 s-er iy","jj"],illustrate:["ih1 l-ah-s t-r-ey-t","vb vbp"],illustrated:["ih1 l-ah-s t-r-ey t-ah-d","vbn jj vbd"],illustrates:["ih1 l-ah-s t-r-ey-t-s","vbz"],illustrating:["ih1 l-ah-s t-r-ey t-ih-ng","vbg"],illustration:["ih l-ah-s t-r-ey1 sh-ah-n","nn"],illustrative:["ih l-ah1-s t-r-ah t-ih-v","jj"],illustrator:["ih1 l-ah-s t-r-ey t-er","nn"],illustrious:["ih l-ah1-s t-r-iy ah-s","jj"],image:["ih1 m-ah-jh","nn vb"],imagery:["ih1 m-ah jh-r-iy","nn"],imaginable:["ih m-ae1 jh-ah n-ah b-ah-l","jj"],imaginary:["ih m-ae1 jh-ah n-eh r-iy","jj nn"],imagination:["ih m-ae jh-ah n-ey1 sh-ah-n","nn"],imaginative:["ih m-ae1 jh-ah n-ah t-ih-v","jj"],imaginatively:["ih m-ae1 jh-ah n-ah t-ih-v l-iy","rb"],imagine:["ih m-ae1 jh-ah-n","vb vbp"],imagined:["ih m-ae1 jh-ah-n-d","vbn vbd jj"],imagines:["ih m-ae1 jh-ah-n-z","vbz"],imaging:["ih1 m-ih jh-ih-ng","nn jj"],imagining:["ih m-ae1 jh-ah n-ih-ng","vbg"],imbalance:["ih-m b-ae1 l-ah-n-s","nn"],imbed:["ih-m-b-eh1-d","vb"],imbedded:["ih-m b-eh1 d-ih-d","vbn vbd"],imbibe:["ih-m b-ay1-b","vb"],imbibed:["ih-m b-ay1-b-d","vbn vbd"],imbroglio:["ih-m b-r-ow1 l-y-ow","nn"],imbue:["ih-m-b-y-uw1","vb"],imbued:["ih-m b-y-uw1-d","vbn"],imitate:["ih1 m-ah t-ey-t","vb vbp"],imitated:["ih1 m-ah t-ey t-ih-d","vbn vbd"],imitates:["ih1 m-ah t-ey-t-s","vbz"],imitating:["ih1 m-ah t-ey t-ih-ng","vbg"],imitation:["ih m-ah t-ey1 sh-ah-n","nn"],imitative:["ih1 m-ah t-ey t-ih-v","jj"],imitator:["ih1 m-ih t-ey t-er","nn"],immaculate:["ih m-ae1 k-y-uw l-ih-t-s","jj"],immanent:["ih1 m-ah n-ah-n-t","jj"],immaterial:["ih m-ah t-ih1 r-iy ah-l","jj"],immature:["ih m-ah t-y-uh1-r","jj"],immaturity:["ih m-ah ch-uh1 r-ih t-iy","nn"],immeasurably:["ih m-eh1 zh-er ae b-l-iy","rb"],immediacy:["ih m-iy1 d-iy ah s-iy","nn"],immediate:["ih m-iy1 d-iy ah-t","jj"],immediately:["ih m-iy1 d-iy ah-t l-iy","rb"],immemorial:["ih m-ah m-ao1 r-iy ah-l","jj"],immense:["ih m-eh1-n-s","jj nn"],immensely:["ih m-eh1-n-s l-iy","rb"],immerse:["ih-m-er1-s","vb"],immersed:["ih m-er1-s-t","vbn vbd"],immersion:["ih m-er1 zh-ah-n","nn"],immigrant:["ih1 m-ah g-r-ah-n-t","nn jj"],immigrate:["ih1-m-ah-g-r-ey-t","vb"],immigrated:["ih1 m-ah g-r-ey t-ih-d","vbd vbn"],immigration:["ih m-ah g-r-ey1 sh-ah-n","nn"],imminent:["ih1 m-ah n-ah-n-t","jj"],imminently:["ih1 m-ah n-ah-n-t l-iy","rb"],immobility:["ih m-ow b-ih1 l-ih t-iy","nn"],immobilize:["ih-m-ow1-b-ah-l-ay-z","vb"],immobilized:["ih m-ow1 b-ah l-ay-z-d","vbn"],immoral:["ih m-ao1 r-ah-l","jj"],immorality:["ih m-er ae1 l-ih t-iy","nn"],immortal:["ih m-ao1-r t-ah-l","jj"],immortality:["ih m-ao-r t-ae1 l-ih t-iy","nn"],immortalize:["ih-m-ao1-r-t-ah-l-ay-z","vb"],immortalized:["ih m-ao1-r t-ah l-ay-z-d","vbn"],immovable:["ih m-uw1 v-ah b-ah-l","jj"],immune:["ih m-y-uw1-n","jj nn"],immunity:["ih m-y-uw1 n-ah t-iy","nn"],immunization:["ih m-y-uw n-ah z-ey1 sh-ah-n","nn"],immunize:["ih1-m-y-uw-n-ay-z","vb"],immunized:["ih1 m-y-ah n-ay-z-d","vbn"],immunodeficiency:["ih m-y-uw n-ow d-ih f-ih1 sh-ah-n s-iy","nn"],immunological:["ih m-y-uw n-ah l-aa1 jh-ih k-ah-l","jj"],immunologist:["ih m-y-uw n-aa1 l-ah jh-ih-s-t","nn"],immunology:["ih m-y-uw n-aa1 l-ah jh-iy","nn"],immutable:["ih m-y-uw1 t-ah b-ah-l","jj"],impact:["ih-m p-ae1-k-t","nn vb"],impacted:["ih1-m p-ae-k t-ih-d","vbn jj"],impair:["ih-m p-eh1-r","vb nn"],impaired:["ih-m p-eh1-r-d","vbn jj"],impairment:["ih-m p-eh1-r m-ah-n-t","nn"],impale:["ih-m-p-ey1-l","vb"],impaled:["ih-m p-ey1-l-d","vbn"],impart:["ih-m p-aa1-r-t","vb"],imparted:["ih-m p-aa1-r t-ih-d","vbn vbd"],impartial:["ih-m p-aa1-r sh-ah-l","jj"],impartiality:["ih-m p-aa-r sh-iy ae1 l-ih t-iy","nn"],imparting:["ih-m p-aa1-r t-ih-ng","vbg"],impassable:["ih-m p-ae1 s-ah b-ah-l","jj"],impasse:["ih-m p-ae1-s","nn"],impassioned:["ih-m p-ae1 sh-ah-n-d","jj"],impassive:["ih-m p-ae1 s-ih-v","jj"],impassively:["ih-m p-ae1 s-ih-v l-iy","rb"],impatience:["ih-m p-ey1 sh-ah-n-s","nn"],impatiens:["ih-m p-ey1 sh-ah-n-z","nn"],impatient:["ih-m p-ey1 sh-ah-n-t","jj nn"],impatiently:["ih-m p-ey1 sh-ah-n-t l-iy","rb"],impeach:["ih-m-p-iy1-ch","vb"],impeached:["ih-m p-iy1-ch-t","vbn"],impeachment:["ih-m p-iy1-ch m-ah-n-t","nn"],impeccable:["ih-m p-eh1 k-ah b-ah-l","jj"],impeccably:["ih-m p-eh1 k-ah b-l-iy","rb"],impede:["ih-m p-iy1-d","vb vbp"],impeded:["ih-m p-iy1 d-ih-d","vbn vbd"],impedes:["ih-m p-iy1-d-z","vbz"],impediment:["ih-m p-eh1 d-ah m-ah-n-t","nn"],impeding:["ih-m p-iy1 d-ih-ng","vbg"],impel:["ih-m-p-eh1-l","vb"],impelled:["ih-m p-eh1-l-d","vbn vbd"],impend:["ih-m-p-eh1-n-d","vb"],impending:["ih-m p-eh1-n d-ih-ng","jj vbg"],impenetrable:["ih-m p-eh1 n-ah t-r-ah b-ah-l","jj"],imperative:["ih-m p-eh1 r-ah t-ih-v","jj nn"],imperceptible:["ih-m p-er s-eh1-p t-ih b-ah-l","jj"],imperceptibly:["ih-m p-er s-eh1-p t-ih b-l-iy","rb"],imperfect:["ih-m p-er1 f-ih-k-t","jj"],imperfection:["ih-m p-er f-eh1-k sh-ah-n","nn"],imperfectly:["ih-m p-er1 f-ih-k-t l-iy","rb"],imperial:["ih-m p-ih1 r-iy ah-l","jj"],imperialism:["ih-m p-ih1 r-iy ah l-ih z-ah-m","nn"],imperialist:["ih-m p-ih1 r-iy ah l-ih-s-t","nn"],imperil:["ih-m p-eh1 r-ah-l","vb"],imperiled:["ih-m p-eh1 r-ah-l-d","vbn jj"],imperiling:["ih-m p-eh1 r-ah l-ih-ng","vbg"],imperious:["ih-m p-ih1 r-iy ah-s","jj"],impermissible:["ih-m p-er m-ih1 s-ih b-ah-l","jj"],impersonal:["ih-m p-er1 s-ah n-ah-l","jj"],impersonation:["ih-m p-er s-ah n-ey1 sh-ah-n","nn"],impersonator:["ih-m p-er1 s-ah n-ey t-er","nn"],impertinent:["ih-m p-er1 t-ah n-ah-n-t","jj"],impervious:["ih-m p-er1 v-iy ah-s","jj"],impetuous:["ih-m p-eh1 ch-w-ah-s","jj"],impetus:["ih1-m p-ah t-ah-s","nn"],impinge:["ih-m p-ih1-n-jh","vb vbp"],implacable:["ih-m p-l-ae1 k-ah b-ah-l","jj"],implant:["ih-m p-l-ae1-n-t","nn vb"],implantable:["ih1-m p-l-ae-n t-ah b-ah-l","jj"],implantation:["ih-m p-l-ae-n t-ey1 sh-ah-n","nn"],implanted:["ih-m p-l-ae1-n t-ih-d","vbn vbd"],implanting:["ih-m p-l-ae1-n t-ih-ng","vbg"],implausible:["ih-m p-l-ao1 z-ah b-ah-l","jj"],implausibly:["ih-m p-l-ao1 z-ah b-l-iy","rb"],implement:["ih1-m p-l-ah m-ah-n-t","vb vbp"],implementation:["ih-m p-l-ah m-eh-n t-ey1 sh-ah-n","nn"],implemented:["ih1-m p-l-ah m-eh-n t-ah-d","vbn vbd"],implementing:["ih1-m p-l-ah m-eh-n t-ih-ng","vbg"],implicate:["ih1-m p-l-ih k-ey-t","vb"],implicated:["ih1-m p-l-ih k-ey t-ih-d","vbn"],implication:["ih-m p-l-ah k-ey1 sh-ah-n","nn"],implicit:["ih-m p-l-ih1 s-ah-t","jj"],implicitly:["ih-m p-l-ih1 s-ah-t l-iy","rb"],implied:["ih-m p-l-ay1-d","vbn jj vbd"],implies:["ih-m p-l-ay1-z","vbz"],implore:["ih-m p-l-ao1-r","vb"],implored:["ih-m p-l-ao1-r-d","vbn vbd"],implores:["ih-m p-l-ao1-r-z","vbz"],imploring:["ih-m p-l-ao1 r-ih-ng","vbg"],imply:["ih-m p-l-ay1","vb vbp"],implying:["ih-m p-l-ay1 ih-ng","vbg"],impolite:["ih-m p-ah l-ay-t","jj"],impolitic:["ih-m p-ao1 l-ih1 t-ih-k","jj"],imponderable:["ih-m p-aa1-n d-er ah b-ah-l","jj nn"],"import":["ih-m p-ao1-r-t","nn vb vbp"],importance:["ih-m p-ao1-r t-ah-n-s","nn"],important:["ih-m p-ao1-r t-ah-n-t","jj"],importantly:["ih-m p-ao1-r t-ah-n-t l-iy","rb"],importation:["ih-m p-ao-r t-ey1 sh-ah-n","nn"],imported:["ih-m p-ao1-r t-ih-d","vbn vbd jj"],importer:["ih-m p-ao1-r t-er","nn"],importing:["ih-m p-ao1-r t-ih-ng","vbg"],impose:["ih-m p-ow1-z","vb vbp"],imposed:["ih-m p-ow1-z-d","vbn vbd jj"],imposes:["ih-m p-ow1 z-ah-z","vbz"],imposing:["ih-m p-ow1 z-ih-ng","vbg jj"],imposition:["ih-m p-ah z-ih1 sh-ah-n","nn"],impossibility:["ih-m p-ao s-ih b-ih1 l-ih t-iy","nn"],impossible:["ih-m p-aa1 s-ah b-ah-l","jj"],impossibly:["ih-m p-aa1 s-ah b-l-iy","rb"],impotence:["ih1-m p-ah t-ah-n-s","nn"],impotent:["ih1-m p-ah t-ah-n-t","jj"],impound:["ih-m p-aw1-n-d","vb"],impounded:["ih-m p-aw1-n d-ih-d","vbn"],impoundment:["ih-m p-aw1-n-d m-ah-n-t","nn"],impoverish:["ih-m-p-aa1-v-r-ih-sh","vb"],impoverished:["ih-m p-aa1 v-r-ih-sh-t","jj vbn"],impoverishment:["ih-m p-aa1 v-r-ih-sh m-ah-n-t","nn"],impracticable:["ih-m p-r-ae1-k t-ih k-ah b-ah-l","jj"],impractical:["ih-m p-r-ae1-k t-ah k-ah-l","jj"],imprecise:["ih1-m p-r-ah s-ay-s","jj"],impregnable:["ih-m p-r-eh1-g n-ah b-ah-l","jj"],impresario:["ih-m p-r-ih s-aa1 r-iy ow","nn"],impress:["ih-m p-r-eh1-s","vb nn vbp"],impressed:["ih-m p-r-eh1-s-t","vbn jj vbd"],impresses:["ih-m p-r-eh1 s-ih-z","vbz"],impressing:["ih-m p-r-eh1 s-ih-ng","vbg"],impression:["ih-m p-r-eh1 sh-ah-n","nn"],impressionism:["ih-m p-r-eh1 sh-ah-n ih z-ah-m","nn"],impressionist:["ih-m p-r-eh1 sh-ah-n ah-s-t","nn jj"],impressionistic:["ih-m p-r-eh sh-ah n-ih1 s-t-ih-k","jj"],impressive:["ih-m p-r-eh1 s-ih-v","jj"],impressively:["ih-m p-r-eh1 s-ih-v l-iy","rb"],imprimatur:["ih-m p-r-ih m-aa1 t-er","nn"],imprint:["ih-m p-r-ih1-n-t","vb nn"],imprinted:["ih-m p-r-ih1-n t-ih-d","vbn"],imprison:["ih-m p-r-ih1 z-ah-n","vb"],imprisoned:["ih-m p-r-ih1 z-ah-n-d","vbn vbd jj"],imprisoning:["ih-m p-r-ih1 z-ah-n ih-ng","vbg"],imprisonment:["ih-m p-r-ih1 z-ah-n m-ah-n-t","nn"],improbable:["ih-m p-r-aa1 b-ah b-ah-l","jj"],improbably:["ih-m p-r-aa1 b-ah b-l-iy","rb"],impromptu:["ih-m p-r-aa1-m-p t-uw","jj nn"],improper:["ih-m p-r-aa1 p-er","jj"],improperly:["ih-m p-r-aa1 p-er l-iy","rb"],impropriety:["ih-m p-r-ah p-r-ay1 ah t-iy","nn"],improve:["ih-m p-r-uw1-v","vb vbp"],improved:["ih-m p-r-uw1-v-d","vbn jj vbd"],improvement:["ih-m p-r-uw1-v m-ah-n-t","nn"],improves:["ih-m p-r-uw1-v-z","vbz"],improving:["ih-m p-r-uw1 v-ih-ng","vbg"],improvisation:["ih-m p-r-aa v-ih z-ey1 sh-ah-n","nn"],improvisational:["ih-m p-r-aa v-ih z-ey1 sh-ah n-ah-l","jj"],improvise:["ih1-m p-r-ah v-ay-z","vb"],improvised:["ih1-m p-r-ah v-ay-z-d","vbd vbn"],improvising:["ih1-m p-r-ah v-ay z-ih-ng","nn"],imprudence:["ih-m p-r-uw1 d-ah-n-s","nn"],imprudent:["ih-m p-r-uw1 d-ah-n-t","jj"],imprudently:["ih-m p-r-uw1 d-ah-n-t l-iy","rb"],impugn:["ih-m p-y-uw1-n","vb"],impugned:["ih-m p-y-uw1-n-d","vbn"],impugning:["ih-m p-y-uw1 n-ih-ng","vbg"],impulse:["ih1-m p-ah-l-s","nn jj"],impulsive:["ih-m p-ah1-l s-ih-v","jj"],impulsively:["ih-m p-ah1-l s-ih-v l-iy","rb"],impunity:["ih-m p-y-uw1 n-ih t-iy","nn"],impure:["ih-m p-y-uh1-r","jj"],impurity:["ih-m p-y-uh1 r-ah t-iy","nn"],imputation:["ih-m p-y-ah t-ey1 sh-ah-n","nn"],impute:["ih-m-p-y-uw1-t","vb"],imputed:["ih-m p-y-uw1 t-ih-d","vbn jj"],"in":["ih-n","in nn rb rp rbr"],inability:["ih-n ah b-ih1 l-ih t-iy","nn"],inaccessible:["ih-n ah-k s-eh1 s-ah b-ah-l","jj"],inaccuracy:["ih-n ae1 k-y-er ah s-iy","nn"],inaccurate:["ih-n ae1 k-y-er ah-t","jj"],inaccurately:["ih-n ae1 k-y-er ah-t l-iy","rb"],inaction:["ih-n ae1-k sh-ah-n","nn"],inactivate:["ih-n-ae1-k-t-ih-v-ey-t","vb"],inactivated:["ih-n ae1-k t-ih v-ey t-ih-d","vbd vbn"],inactivation:["ih-n ae-k t-ih v-ey1 sh-ah-n","nn"],inactive:["ih-n ae1-k t-ih-v","jj"],inactivity:["ih-n ae-k t-ih1 v-ih t-iy","nn"],inadequacy:["ih-n ae1 d-ih k-w-ah s-iy","nn"],inadequate:["ih-n ae1 d-ah k-w-ah-t","jj"],inadequately:["ih-n ae1 d-ah k-w-ah-t l-iy","rb"],inadvertent:["ih-n ah-d v-er1 t-ah-n-t","jj"],inadvertently:["ih-n ah-d v-er1 t-ah-n-t l-iy","rb"],inadvisable:["ih-n ah-d v-ay1 z-ah b-ah-l","jj"],inalienable:["ih-n ey1 l-y-ah n-ah b-ah-l","jj"],inane:["ih-n ey1-n","jj"],inanimate:["ih-n ae1 n-ah m-ah-t","jj"],inapplicable:["ih-n ae1 p-l-ih k-ah b-ah-l","jj"],inappropriate:["ih-n ah p-r-ow1 p-r-iy ih-t","jj"],inappropriately:["ih-n ah p-r-aa1 p-r-iy ah-t l-iy","rb"],inarticulate:["ih-n aa-r t-ih1 k-y-ah l-ah-t","jj"],inasmuch:["ih-n ae1-s m-ah-k","rb"],inattention:["ih-n ah t-eh1-n ch-ah-n","nn"],inattentive:["ih-n ah t-eh1-n t-ih-v","jj"],inaudible:["ih-n ao1 d-ah b-ah-l","jj"],inaugural:["ih n-ao1 g-er ah-l","jj nn"],inaugurate:["ih-n-ao1-g-y-ah-r-ey-t","vb"],inaugurated:["ih n-ao1 g-er ey t-ih-d","vbn vbd"],inaugurating:["ih n-ao1 g-y-er ey t-ih-ng","vbg"],inauguration:["ih n-ao g-y-er ey1 sh-ah-n","nn"],inauspicious:["ih-n aw s-p-ih1 sh-ih-s","jj"],inboard:["ih1-n b-ao-r-d","jj rb"],inborn:["ih1-n b-ao-r-n","jj"],inbound:["ih-n b-aw1-n-d","jj"],incalculable:["ih-n k-ae1-l k-y-ah l-ah b-ah-l","jj"],incandescent:["ih-n k-ah-n d-eh1 s-ah-n-t","jj"],incantation:["ih-n k-ae1-n t-ey1 sh-ah-n","nn"],incapable:["ih-n k-ey1 p-ah b-ah-l","jj nn"],incapacitate:["ih-n-k-ah-p-ae1-s-ih-t-ey-t","vb"],incapacitated:["ih-n k-ah p-ae1 s-ih t-ey t-ih-d","vbn"],incapacity:["ih-n k-ah p-ae1 s-ah t-iy","nn"],incarcerate:["ih-n k-aa1-r s-er ey-t","vb"],incarcerated:["ih-n k-aa1-r s-er ey t-ih-d","vbn"],incarceration:["ih-n k-aa-r s-er ey1 sh-ah-n","nn"],incarnate:["ih-n k-aa1-r n-ah-t","jj vb"],incarnation:["ih-n k-aa1-r n-ey1 sh-ah-n","nn"],incendiary:["ih-n s-eh1-n d-iy eh r-iy","jj"],incense:["ih-n s-eh1-n-s","nn vb"],incensed:["ih1-n s-eh-n-s-t","vbn jj"],incentive:["ih-n s-eh1-n t-ih-v","nn jj"],inception:["ih-n s-eh1-p sh-ah-n","nn"],incessant:["ih-n s-eh1 s-ah-n-t","jj"],incessantly:["ih-n s-eh1 s-ah-n-t l-iy","rb"],incest:["ih1-n s-eh-s-t","nn"],incestuous:["ih-n s-eh1 s-ch-w-ah-s","jj"],inch:["ih1-n-ch","nn rb vb"],inched:["ih1-n-ch-t","vbd vbn"],inches:["ih1-n ch-ah-z","nn"],inching:["ih1-n ch-ih-ng","vbg"],incidence:["ih1-n s-ah d-ah-n-s","nn"],incident:["ih1-n s-ah d-ah-n-t","nn jj"],incidental:["ih-n s-ih d-eh1-n t-ah-l","jj"],incidentally:["ih-n s-ih d-eh1-n t-ah l-iy","rb"],incineration:["ih-n s-ih1 n-er ey sh-ah-n","nn"],incinerator:["ih-n s-ih1 n-er ey t-er","nn"],incipient:["ih-n s-ih1 p-iy ah-n-t","jj"],incisive:["ih-n s-ay1 s-ih-v","jj"],incite:["ih-n s-ay1-t","vb vbp"],incited:["ih-n s-ay1 t-ih-d","vbn vbd"],inciting:["ih-n s-ay1 t-ih-ng","vbg"],inclement:["ih-n k-l-eh1 m-ah-n-t","jj"],inclination:["ih-n k-l-ah n-ey1 sh-ah-n","nn"],incline:["ih-n k-l-ay1-n","nn vb"],inclined:["ih-n k-l-ay1-n-d","vbn jj"],include:["ih-n k-l-uw1-d","vbp vbn vb"],included:["ih-n k-l-uw1 d-ah-d","vbd vbn jj"],includes:["ih-n k-l-uw1-d-z","vbz"],including:["ih-n k-l-uw1 d-ih-ng","vbg"],inclusion:["ih-n k-l-uw1 zh-ah-n","nn"],inclusive:["ih-n k-l-uw1 s-ih-v","jj"],incoherence:["ih-n k-ow hh-ih1 r-ah-n-s","nn"],incoherent:["ih-n k-ow hh-ih1 r-ah-n-t","jj"],incoherently:["ih-n k-ow hh-ih1 r-ah-n-t l-iy","rb"],income:["ih1-n k-ah-m","nn"],incoming:["ih1-n k-ah m-ih-ng","jj"],incomparable:["ih-n k-aa1-m p-er ah b-ah-l","jj"],incomparably:["ih-n k-aa1-m p-er ah b-l-iy","rb"],incompatibility:["ih-n k-aa-m p-ah t-ih b-ih1 l-ih t-iy","nn"],incompatible:["ih-n k-ah-m p-ae1 t-ah b-ah-l","jj"],incompetence:["ih-n k-aa1-m p-ah t-ah-n-s","nn"],incompetent:["ih-n k-aa1-m p-ah t-ah-n-t","jj"],incomplete:["ih-n k-ah-m p-l-iy1-t","jj"],incomprehensible:["ih-ng k-aa-m p-r-ah hh-eh1-n s-ih b-ah-l","jj nn"],inconceivable:["ih-n k-ah-n s-iy1 v-ah b-ah-l","jj"],inconclusive:["ih-n k-ah-n k-l-uw1 s-ih-v","jj"],inconclusively:["ih-ng k-aa1-n k-l-uw s-ih-v l-iy","rb"],incongruity:["ih-ng k-ao-ng r-uw1 ih t-iy","nn"],incongruous:["ih-ng k-ao1-ng r-uw ah-s","jj"],inconsequential:["ih-ng k-aa-n s-ah k-w-eh1-n ch-ah-l","jj"],inconsistency:["ih-n k-ah-n s-ih1 s-t-ah-n s-iy","nn"],inconsistent:["ih-n k-ah-n s-ih1 s-t-ah-n-t","jj"],inconspicuous:["ih-ng k-aa1-n s-p-ih k-w-ah-s","jj"],incontrovertible:["ih-ng k-aa-n t-r-ow v-er1 t-ih b-ah-l","jj"],inconvenience:["ih-n k-ah-n v-iy1 n-y-ah-n-s","nn"],inconvenient:["ih-n k-ah-n v-iy1 n-y-ah-n-t","jj"],incorporate:["ih-n k-ao1-r p-er ey-t","vb vbp jj"],incorporated:["ih-n k-ao1-r p-er ey t-ah-d","vbn jj vbd"],incorporates:["ih-n k-ao1-r p-er ey-t-s","vbz"],incorporating:["ih-n k-ao1-r p-er ey t-ih-ng","jj vbg"],incorporation:["ih-n k-ao-r p-er ey1 sh-ah-n","nn"],incorrect:["ih-n k-er eh1-k-t","jj"],incorrectly:["ih-n k-er eh1-k-t l-iy","rb"],incorrigible:["ih-n k-aa1 r-ah jh-ah b-ah-l","jj"],increase:["ih-n k-r-iy1-s","nn vb vbp"],increased:["ih-n k-r-iy1-s-t","vbn jj vb vbd"],increasing:["ih-n k-r-iy1 s-ih-ng","vbg jj nn"],increasingly:["ih-n k-r-iy1 s-ih-ng l-iy","rb"],incredible:["ih-n k-r-eh1 d-ah b-ah-l","jj"],incredibly:["ih-n k-r-eh1 d-ah b-l-iy","rb"],incredulity:["ih-n k-r-ah d-uw1 l-ih t-iy","nn"],increment:["ih1-n k-r-ah m-ah-n-t","nn"],incremental:["ih-n k-r-ah m-eh1-n t-ah-l","jj"],incriminate:["ih-n-k-r-ih1-m-ah-n-ey-t","vb"],incriminating:["ih-n k-r-ih1 m-ah n-ey t-ih-ng","vbg jj"],incubate:["ih1-n-k-y-ah-b-ey-t","vb"],incubating:["ih1-n k-y-ah b-ey t-ih-ng","vbg"],incubation:["ih-ng k-y-uw b-ey1 sh-ah-n","nn"],incumbency:["ih-n k-ah1-m b-ah-n s-iy","nn"],incumbent:["ih-n k-ah1-m b-ah-n-t","jj nn"],incur:["ih-n k-er1","vb vbp"],incurable:["ih-n k-y-uh1 r-ah b-ah-l","jj"],incurred:["ih-n k-er1-d","vbn vbd"],incurring:["ih-n k-er1 ih-ng","vbg"],incurs:["ih-n k-er1-z","vbz"],incursion:["ih-n k-er1 zh-ah-n","nn"],indebted:["ih-n d-eh1 t-ah-d","jj"],indebtedness:["ih-n d-eh1 t-ih-d n-ih-s","nn"],indecency:["ih-n d-iy1 s-ah-n s-iy","nn"],indecent:["ih-n d-iy1 s-ah-n-t","jj"],indecision:["ih-n d-ih s-ih1 zh-ah-n","nn"],indecisive:["ih-n d-ih s-ay1 s-ih-v","jj"],indecisiveness:["ih-n d-eh1 s-ih s-ih-v n-ah-s","nn"],indeed:["ih-n d-iy1-d","rb uh"],indefatigable:["ih-n d-ih f-ae1 t-ih g-ah b-ah-l","jj"],indefensible:["ih-n d-ih f-eh1-n s-ah b-ah-l","jj"],indefinable:["ih-n d-ih f-ay1 n-ah b-ah-l","jj"],indefinite:["ih-n d-eh1 f-ah n-ah-t","jj nn"],indefinitely:["ih-n d-eh1 f-ah n-ah-t l-iy","rb"],indelible:["ih-n d-eh1 l-ih b-ah-l","jj"],indelibly:["ih-n d-eh1 l-ah b-l-iy","rb"],indelicate:["ih-n d-eh1 l-ih k-ah-t","jj"],indemnification:["ih-n d-eh-m n-ah f-ih k-ey1 sh-ah-n","nn"],indemnify:["ih-n d-eh1-m n-ah f-ay","vb"],indemnifying:["ih-n d-eh-m n-ih f-ay1 ih-ng","vbg"],indemnity:["ih-n d-eh1-m n-ah t-iy","nn"],indenture:["ih-n d-eh1-n ch-er","nn vb"],indentured:["ih-n d-eh1-n ch-er-d","vbn"],independence:["ih-n d-ih p-eh1-n d-ah-n-s","nn"],independent:["ih-n d-ih p-eh1-n d-ah-n-t","jj nn"],independently:["ih-n d-ih p-eh1-n d-ah-n-t l-iy","rb"],indestructibility:["ih-n d-ah-s-t r-ah-k t-ih b-ih1 l-ih t-iy","nn"],indestructible:["ih-n d-ah-s-t r-ah1-k t-ih b-ah-l","jj"],indeterminate:["ih-n d-ih t-er1 m-ih n-ih-t","jj"],index:["ih1-n d-eh-k-s","nn vb"],indexation:["ih1-n d-eh-k s-ey1 sh-ah-n","nn"],indexed:["ih1-n d-eh-k-s-t","vbn jj"],indexer:["ih1-n d-eh-k s-er","nn"],indexing:["ih1-n d-eh-k s-ih-ng","vbg"],indicate:["ih1-n d-ah k-ey-t","vb vbp"],indicated:["ih1-n d-ah k-ey t-ah-d","vbd jj vbn"],indicates:["ih1-n d-ih k-ey-t-s","vbz"],indicating:["ih1-n d-ah k-ey t-ih-ng","vbg"],indication:["ih-n d-ah k-ey1 sh-ah-n","nn"],indicative:["ih-n d-ih1 k-ah t-ih-v","jj"],indicator:["ih1-n d-ah k-ey t-er","nn"],indict:["ih-n d-ay1-t","vb"],indicted:["ih-n d-ay1 t-ah-d","vbn vbd"],indictment:["ih-n d-ay1-t m-ah-n-t","nn"],indifference:["ih-n d-ih1 f-er ah-n-s","nn"],indifferent:["ih-n d-ih1 f-r-ah-n-t","jj"],indigenous:["ih-n d-ih1 jh-ah n-ah-s","jj"],indigent:["ih1-n d-ih jh-ah-n-t","jj"],indigestion:["ih-n d-ay jh-eh1-s ch-ah-n","nn"],indignant:["ih-n d-ih1-g n-ah-n-t","jj"],indignantly:["ih-n d-ih1-g n-ah-n-t l-iy","rb"],indignation:["ih-n d-ih-g n-ey1 sh-ah-n","nn"],indignity:["ih-n d-ih1-g n-ah t-iy","nn"],indirect:["ih-n d-er eh1-k-t","jj"],indirectly:["ih-n d-er eh1-k-t l-iy","rb"],indiscreet:["ih-n d-ih s-k-r-iy1-t","jj"],indiscretion:["ih-n d-ih s-k-r-eh1 sh-ah-n","nn"],indiscriminate:["ih-n d-ih s-k-r-ih1 m-ah n-ah-t","jj"],indispensable:["ih-n d-ih s-p-eh1-n s-ah b-ah-l","jj nn"],indispensible:["ih-n d-ih s-p-eh1-n s-ih b-ah-l","jj"],indisputable:["ih-n d-ih-s p-y-uw1 t-ah b-ah-l","jj"],indisputably:["ih-n d-ih1 s-p-y-uw t-ae b-l-iy","rb"],indistinct:["ih-n d-ih s-t-ih1-ng-k-t","jj"],indistinguishable:["ih-n d-ih s-t-ih1-ng g-w-ih sh-ah b-ah-l","jj"],indium:["ih1-n d-iy ah-m","nn"],individual:["ih-n d-ah v-ih1 jh-ah w-ah-l","jj nn"],individualism:["ih-n d-ih v-ih d-uw1 ah l-ih z-ah-m","nn"],individualist:["ih-n d-ih v-ih d-uw1 ah l-ih-s-t","nn"],individualistic:["ih-n d-ih v-ih jh-uw ah l-ih1 s-t-ih-k","jj"],individuality:["ih-n d-ih v-ih jh-uw ae1 l-ih t-iy","nn"],individualize:["ih-n-d-ih-v-ih1-jh-uw-ah-l-ay-z","vb"],individualized:["ih-n d-ih v-ih1 jh-uw ah l-ay-z-d","jj vbn"],individually:["ih-n d-ih v-ih1 jh-uw ah l-iy","rb"],indivisible:["ih-n d-ih v-ih1 s-ih b-ah-l","jj"],indoctrinate:["ih-n d-aa1-k t-r-ah n-ey-t","vb"],indoctrinated:["ih-n d-aa1-k t-r-ah n-ey t-ih-d","vbn"],indoctrination:["ih-n d-aa-k t-r-ah n-ey1 sh-ah-n","nn"],indolent:["ih1-n d-ah l-ah-n-t","jj"],indomitable:["ih-n d-aa1 m-ah t-ah b-ah-l","jj"],indoor:["ih1-n d-ao-r","jj"],indoors:["ih1-n d-ao-r-z","nn rb"],induce:["ih-n d-uw1-s","vb"],induced:["ih-n d-uw1-s-t","vbn vbd"],inducement:["ih-n d-uw1-s m-ah-n-t","nn"],induces:["ih-n d-uw1 s-ih-z","vbz"],inducing:["ih-n d-uw1 s-ih-ng","vbg"],induct:["ih-n-d-ah1-k-t","vb"],inducted:["ih-n d-ah1-k t-ah-d","vbn"],inductee:["ih-n d-ah1-k t-iy1","nn"],induction:["ih-n d-ah1-k sh-ah-n","nn"],indulge:["ih-n d-ah1-l-jh","vb vbp"],indulged:["ih-n d-ah1-l-jh-d","vbd"],indulgence:["ih-n d-ah1-l jh-ah-n-s","nn"],indulgent:["ih-n d-ah1-l jh-ah-n-t","jj"],indulges:["ih-n d-ah1-l jh-ih-z","vbz"],indulging:["ih-n d-ah1-l jh-ih-ng","vbg"],industrial:["ih-n d-ah1-s t-r-iy ah-l","jj"],industrialist:["ih-n d-ah1-s t-r-iy ah l-ih-s-t","nn"],industrialization:["ih-n d-ah-s t-r-iy ah l-ih z-ey1 sh-ah-n","nn"],industrialize:["ih-n d-ah1-s t-r-iy ah l-ay-z","vb"],industrialized:["ih-n d-ah1-s t-r-iy ah l-ay-z-d","vbn jj"],industrially:["ih-n d-ah1-s t-r-iy ah l-iy","rb"],industrious:["ih-n d-ah1-s t-r-iy ah-s","jj"],industry:["ih1-n d-ah-s t-r-iy","nn"],industrywide:["ih1-n d-ah-s t-r-iy w-ay-d","jj rb"],inedible:["ih-n eh1 d-ah b-ah-l","jj"],ineffable:["ih-n eh1 f-ah b-ah-l","jj"],ineffective:["ih-n ih f-eh1-k t-ih-v","jj"],ineffectiveness:["ih-n ah f-eh1-k t-ih-v n-ah-s","nn"],ineffectual:["ih-n ah f-eh1-k ch-uw ah-l","jj"],inefficiency:["ih-n ih f-ih1 sh-ah-n s-iy","nn"],inefficient:["ih-n ih f-ih1 sh-ah-n-t","jj"],ineligible:["ih-n eh1 l-ih jh-ah b-ah-l","jj"],inept:["ih-n eh1-p-t","jj"],ineptitude:["ih-n eh1-p t-ih t-uw-d","nn"],ineptly:["ih-n eh1-p-t l-iy","rb"],inequality:["ih-n ih k-w-aa1 l-ah t-iy","nn"],inequitable:["ih-n eh1 k-w-ah t-ah b-ah-l","jj"],inequity:["ih-n eh1 k-w-ah t-iy","nn"],inert:["ih n-er1-t","jj"],inertia:["ih n-er1 sh-ah","nn"],inertial:["ih n-er1 sh-ah-l","jj"],inescapable:["ih-n ih-s k-ey1 p-ah b-ah-l","jj"],inevitability:["ih-n eh v-ih t-ah b-ih1 l-ih t-iy","nn"],inevitable:["ih-n eh1 v-ah t-ah b-ah-l","jj"],inevitably:["ih-n eh1 v-ah t-ah b-l-iy","rb"],inexact:["ih-n ih-g z-ae1-k-t","jj"],inexcusable:["ih-n ih-k s-k-y-uw1 z-ah b-ah-l","jj"],inexhaustible:["ih-n ih-g z-ao1 s-t-ah b-ah-l","jj"],inexorable:["ih-n eh1-k s-er ah b-ah-l","jj"],inexorably:["ih-n eh1-k s-er ah b-l-iy","rb"],inexpensive:["ih-n ih-k s-p-eh1-n s-ih-v","jj"],inexperience:["ih-n ih-k s-p-ih1 r-iy ah-n-s","nn"],inexperienced:["ih-n ih-k s-p-ih1 r-iy ah-n-s-t","jj"],inexplicable:["ih-n ah-k s-p-l-ih1 s-ah b-ah-l","jj"],inexplicably:["ih-n ih-k s-p-l-ih1 k-ah b-l-iy","rb"],inextricably:["ih-n eh1-k s-t-r-ih k-ah b-l-iy","rb"],infallibility:["ih-n f-ae l-ih b-ih1 l-ih t-iy","nn"],infallible:["ih-n f-ae1 l-ah b-ah-l","jj nn"],infamous:["ih1-n f-ah m-ah-s","jj"],infamy:["ih1-n f-ah m-iy","nn"],infancy:["ih1-n f-ah-n s-iy","nn"],infant:["ih1-n f-ah-n-t","nn jj"],infantile:["ih1-n f-ah-n t-ih-l","jj"],infantry:["ih1-n f-ah-n t-r-iy","nn"],infantryman:["ih1-n f-ae-n t-r-iy m-ah-n","nn"],infarction:["ih-n f-aa1-r-k sh-ah-n","nn"],infatuation:["ih-n f-ae ch-uw ey1 sh-ah-n","nn"],infect:["ih-n f-eh1-k-t","vb"],infected:["ih-n f-eh1-k t-ah-d","vbn vbd jj"],infecting:["ih-n f-eh1-k t-ih-ng","vbg"],infection:["ih-n f-eh1-k sh-ah-n","nn"],infectious:["ih-n f-eh1-k sh-ah-s","jj"],infer:["ih-n f-er1","vb"],inference:["ih1-n f-er ah-n-s","nn"],inferior:["ih-n f-ih1 r-iy er","jj"],inferiority:["ih-n f-ih r-iy ao1 r-ih t-iy","nn"],infernal:["ih-n f-er1 n-ah-l","jj"],inferno:["ih-n f-er1 n-ow","nn"],inferred:["ih-n f-er1-d","vbd vbn"],infertile:["ih-n f-er1 t-ah-l","jj"],infertility:["ih-n f-er t-ih1 l-ih t-iy","nn"],infest:["ih-n f-eh1-s-t","vb"],infestation:["ih-n f-eh1 s-t-ey1 sh-ah-n","nn"],infested:["ih-n f-eh1 s-t-ah-d","vbn jj"],infests:["ih-n f-eh1-s-t-s","vbz"],infidel:["ih1-n f-ih d-eh-l","jj"],infidelity:["ih-n f-ih d-eh1 l-ih t-iy","nn"],infield:["ih1-n f-iy-l-d","nn"],infielder:["ih1-n f-iy-l d-er","nn"],infighting:["ih1-n f-ay t-ih-ng","nn"],infiltrate:["ih-n f-ih1-l t-r-ey-t","vb"],infiltrated:["ih-n f-ih1-l t-r-ey t-ih-d","vbn vbd"],infiltrating:["ih-n f-ih1-l t-r-ey t-ih-ng","vbg"],infiltration:["ih-n f-ih-l t-r-ey1 sh-ah-n","nn"],infinite:["ih1-n f-ah n-ah-t","jj nn"],infinitely:["ih1-n f-ah n-ah-t l-iy","rb"],infinitesimal:["ih-n f-ih n-ih t-eh1 s-ih m-ah-l","jj"],infinity:["ih-n f-ih1 n-ah t-iy","nn"],infirm:["ih-n f-er1-m","jj"],infirmary:["ih-n f-er1 m-er iy","nn"],inflame:["ih-n f-l-ey1-m","vb"],inflamed:["ih-n f-l-ey1-m-d","jj vbd"],inflammation:["ih-n f-l-ah m-ey1 sh-ah-n","nn"],inflammatory:["ih-n f-l-ae1 m-ah t-ao r-iy","jj"],inflate:["ih-n f-l-ey1-t","vb"],inflated:["ih-n f-l-ey1 t-ah-d","jj vbd vbn"],inflates:["ih-n f-l-ey1-t-s","vbz"],inflating:["ih-n f-l-ey1 t-ih-ng","vbg"],inflation:["ih-n f-l-ey1 sh-ah-n","nn"],inflationary:["ih-n f-l-ey1 sh-ah-n eh r-iy","jj"],inflect:["ih-n f-l-eh1-k-t","vb"],inflected:["ih-n f-l-eh1-k t-ah-d","vbn jj"],inflection:["ih-n f-l-eh1-k sh-ah-n","nn"],inflexible:["ih-n f-l-eh1-k s-ah b-ah-l","jj"],inflict:["ih-n f-l-ih1-k-t","vb"],inflicted:["ih-n f-l-ih1-k t-ih-d","vbd vbn"],inflicting:["ih-n f-l-ih1-k t-ih-ng","vbg"],infliction:["ih-n f-l-ih1-k sh-ah-n","nn"],inflight:["ih1-n f-l-ay-t","jj"],inflow:["ih1-n f-l-ow","nn"],influence:["ih1-n f-l-uw ah-n-s","nn vb vbp"],influenced:["ih1-n f-l-uw ah-n-s-t","vbn vbd"],influencing:["ih1-n f-l-uw ah-n s-ih-ng","vbg"],influential:["ih-n f-l-uw eh1-n ch-ah-l","jj"],influenza:["ih-n f-l-uw eh1-n z-ah","nn"],influx:["ih1-n f-l-ah-k-s","nn"],inform:["ih-n f-ao1-r-m","vb vbp"],informal:["ih-n f-ao1-r m-ah-l","jj"],informality:["ih-n f-er m-ae1 l-ih t-iy","nn"],informally:["ih-n f-ao1-r m-ah l-iy","rb"],informant:["ih-n f-ao1-r m-ah-n-t","nn"],information:["ih-n f-er m-ey1 sh-ah-n","nn"],informational:["ih-n f-er m-ey1 sh-ah n-ah-l","jj"],informative:["ih-n f-ao1-r m-ah t-ih-v","jj"],informed:["ih-n f-ao1-r-m-d","vbn vbd jj"],informer:["ih-n f-ao1-r m-er","jj"],informing:["ih-n f-ao1-r m-ih-ng","vbg"],informs:["ih-n f-ao1-r-m-z","vbz"],infraction:["ih-n f-r-ae1-k sh-ah-n","nn"],infrared:["ih-n f-r-er eh1-d","jj nn"],infrastructural:["ih-n f-r-ah s-t-r-ah1-k ch-er ah-l","jj"],infrastructure:["ih-n f-r-ah s-t-r-ah1-k ch-er","nn"],infrequent:["ih-n f-r-iy1 k-w-ah-n-t","jj"],infrequently:["ih-n f-r-iy1 k-w-ah-n-t l-iy","rb"],infringe:["ih-n f-r-ih1-n-jh","vb vbp"],infringed:["ih-n f-r-ih1-n-jh-d","vbd vbn"],infringement:["ih-n f-r-ih1-n-jh m-ah-n-t","nn"],infringes:["ih-n f-r-ih1-n jh-ih-z","vbz"],infringing:["ih-n f-r-ih1-n jh-ih-ng","vbg"],infuriate:["ih-n f-y-uh1 r-iy ey-t","vb"],infuriated:["ih-n f-y-uh1 r-iy ey t-ah-d","vbd vbn"],infuriating:["ih-n f-y-uh1 r-iy ey t-ih-ng","jj vbg"],infuse:["ih-n f-y-uw1-z","vb"],infused:["ih-n f-y-uw1-z-d","vbn"],infusion:["ih-n f-y-uw1 zh-ah-n","nn"],ingenious:["ih-n jh-iy1 n-y-ah-s","jj"],ingeniously:["ih-n jh-iy1 n-y-ah-s l-iy","rb"],ingenuity:["ih-n jh-ah n-uw1 ah t-iy","nn"],ingest:["ih-n jh-eh1-s-t","vbp vb"],ingested:["ih-n jh-eh1 s-t-ah-d","vbd vbn"],ingestion:["ih-n jh-eh1-s ch-ah-n","nn"],inglorious:["ih-n g-l-ao1 r-iy ah-s","jj"],ingot:["ih1-ng g-ah-t","nn"],ingrained:["ih-n g-r-ey1-n-d","jj"],ingratiate:["ih-ng g-r-ey1 sh-iy ey-t","vb"],ingratiating:["ih-ng g-r-ey1 sh-iy ey t-ih-ng","jj"],ingredient:["ih-n g-r-iy1 d-iy ah-n-t","nn"],inhabit:["ih-n hh-ae1 b-ah-t","vb vbp"],inhabitant:["ih-n hh-ae1 b-ah t-ah-n-t","nn"],inhabitation:["ih-n hh-ae b-ah t-ey1 sh-ah-n","nn"],inhabited:["ih-n hh-ae1 b-ah t-ah-d","vbn vbd jj"],inhalation:["ih-n ah l-ey1 sh-ah-n","nn"],inhale:["ih-n-hh-ey1-l","vb"],inhaling:["ih-n hh-ey1 l-ih-ng","vbg"],inherent:["ih-n hh-ih1 r-ah-n-t","jj"],inherently:["ih-n hh-ih1 r-ah-n-t l-iy","rb"],inherit:["ih-n hh-eh1 r-ah-t","vb vbp"],inheritable:["ih-n hh-eh1 r-ah t-ah b-ah-l","jj"],inheritance:["ih-n hh-eh1 r-ah t-ah-n-s","nn"],inherited:["ih-n hh-eh1 r-ah t-ih-d","vbn vbd jj"],inheriting:["ih-n hh-eh1 r-ah t-ih-ng","vbg"],inherits:["ih-n hh-eh1 r-ah-t-s","vbz"],inhibit:["ih-n hh-ih1 b-ah-t","vb vbp"],inhibited:["ih-n hh-ih1 b-ah t-ih-d","vbd vbn"],inhibiting:["ih-n hh-ih1 b-ah t-ih-ng","vbg jj"],inhibition:["ih-n hh-ah b-ih1 sh-ah-n","nn"],inhibitor:["ih-n hh-ih1 b-ah t-er","nn"],inhibitory:["ih-n hh-ih1 b-ah t-ao r-iy","jj"],inhibits:["ih-n hh-ih1 b-ah-t-s","vbz"],inhospitable:["ih-n hh-aa1 s-p-ah t-ah b-ah-l","jj"],inhuman:["ih-n hh-y-uw1 m-ah-n","jj"],inhumane:["ih-n hh-y-uw m-ey1-n","jj"],inimical:["ih n-ih1 m-ih k-ah-l","jj"],inimitable:["ih n-ih1 m-ah t-ah b-ah-l","jj"],initial:["ih n-ih1 sh-ah-l","jj nn vb"],initialed:["ih n-ih1 sh-ah-l-d","vbd vbn"],initially:["ih n-ih1 sh-ah l-iy","rb"],initiate:["ih n-ih1 sh-iy ey-t","vb nn vbp"],initiated:["ih n-ih1 sh-iy ey t-ah-d","vbn vbd"],initiating:["ih n-ih1 sh-iy ey t-ih-ng","vbg"],initiation:["ih n-ih sh-iy ey1 sh-ah-n","nn"],initiative:["ih n-ih1 sh-ah t-ih-v","nn"],initiator:["ih n-ih sh-iy1 ey t-er","nn"],inject:["ih-n jh-eh1-k-t","vb vbp"],injected:["ih-n jh-eh1-k t-ah-d","vbn vbd"],injecting:["ih-n jh-eh1-k t-ih-ng","vbg"],injection:["ih-n jh-eh1-k sh-ah-n","nn"],injects:["ih-n jh-eh1-k-t-s","vbz"],injunction:["ih-n jh-ah1-ng-k sh-ah-n","nn"],injunctive:["ih-n jh-ah1-ng-k t-ih-v","jj"],injure:["ih1-n jh-er","vb vbp"],injured:["ih1-n jh-er-d","vbn vbd jj"],injures:["ih1-n jh-er-z","vbz"],injuring:["ih1-n jh-er ih-ng","vbg"],injurious:["ih-n jh-uh1 r-iy ah-s","jj"],injury:["ih1-n jh-er iy","nn"],injustice:["ih-n jh-ah1 s-t-ih-s","nn"],ink:["ih1-ng-k","nn"],inkling:["ih1-ng k-l-ih-ng","nn"],inlaid:["ih1-n l-ey-d","vbn"],inland:["ih1-n l-ae-n-d","rb jj"],inlay:["ih1-n l-ey","nn"],inlet:["ih1-n l-eh-t","nn"],inmate:["ih1-n m-ey-t","nn"],inn:["ih1-n","nn"],innards:["ih1 n-er-d-z","nn"],innate:["ih n-ey1-t","jj"],inner:["ih1 n-er","jj"],innermost:["ih1 n-er m-ow-s-t","jj"],inning:["ih1 n-ih-ng","nn"],innocence:["ih1 n-ah s-ah-n-s","nn"],innocent:["ih1 n-ah s-ah-n-t","jj"],innocently:["ih1 n-ah s-ah-n-t l-iy","rb"],innocuous:["ih-n aa1 k-y-uw ah-s","jj"],innovate:["ih1 n-ah v-ey-t","vb"],innovated:["ih1 n-ah v-ey t-ih-d","vbd"],innovation:["ih n-ah v-ey1 sh-ah-n","nn"],innovative:["ih1 n-ah v-ey t-ih-v","jj"],innovator:["ih1 n-ah v-ey t-er","nn"],innuendo:["ih n-y-uw eh1-n d-ow","nn"],innumerable:["ih n-uw1 m-er ah b-ah-l","jj"],inoculate:["ih-n aa1 k-y-ah l-ey-t","vb"],inoculation:["ih-n aa k-y-ah l-ey1 sh-ah-n","nn"],inoperable:["ih-n aa1 p-er ah b-ah-l","jj"],inoperative:["ih-n aa1 p-er ah t-ih-v","jj"],inopportune:["ih-n aa p-er t-uw1-n","jj"],inordinate:["ih-n ao1-r d-ah n-ih-t","jj"],inordinately:["ih-n ao1-r d-ah n-ah-t l-iy","rb"],inorganic:["ih-n ao-r g-ae1 n-ih-k","jj"],inpatient:["ih1-n p-ey sh-ah-n-t","nn"],input:["ih1-n p-uh-t","nn"],inquest:["ih1-n k-w-eh-s-t","nn"],inquire:["ih-n k-w-ay1-r","vb"],inquired:["ih-n k-w-ay1 er-d","vbd vbn"],inquiring:["ih-n k-w-ay1 er ih-ng","jj vbg"],inquiry:["ih-n k-w-ay1 r-iy","nn"],inquisitive:["ih-n k-w-ih1 z-ih t-ih-v","jj"],inroad:["ih1-n r-ow-d","nn"],insane:["ih-n s-ey1-n","jj"],insanity:["ih-n s-ae1 n-ah t-iy","nn"],insatiable:["ih-n s-ey1 sh-ah b-ah-l","jj"], +inscribe:["ih-n-s-k-r-ay1-b","vb"],inscribed:["ih-n s-k-r-ay1-b-d","vbn vbd jj"],inscription:["ih-n s-k-r-ih1-p sh-ah-n","nn"],inscrutable:["ih-n s-k-r-uw1 t-ah b-ah-l","jj"],insect:["ih1-n s-eh-k-t","nn jj"],insecticide:["ih-n s-eh1-k t-ah s-ay-d","nn"],insecure:["ih1-n s-ah k-y-er","jj"],insecurity:["ih-n s-ih k-y-uh1 r-ih t-iy","nn"],insemination:["ih-n s-eh m-ah n-ey1 sh-ah-n","nn"],insensitive:["ih-n s-eh1-n s-ah t-ih-v","jj"],insensitivity:["ih-n s-eh-n s-ah t-ih1 v-ah t-iy","nn"],inseparable:["ih-n s-eh1 p-er ah b-ah-l","jj"],insert:["ih-n s-er1-t","vb vbp nn"],inserted:["ih-n s-er1 t-ah-d","vbn vbd"],inserting:["ih-n s-er1 t-ih-ng","vbg"],insertion:["ih-n s-er1 sh-ah-n","nn"],inset:["ih1-n s-eh-t","nn"],inshore:["ih1-n sh-ao1-r","jj rb"],inside:["ih-n s-ay1-d","in jj nn rb"],insider:["ih-n s-ay1 d-er","nn jj"],insidious:["ih-n s-ih1 d-iy ah-s","jj"],insight:["ih1-n s-ay-t","nn"],insightful:["ih1-n s-ay-t f-ah-l","jj"],insignificance:["ih-n s-ih-g n-y-ih1 f-ih k-ah-n-s","nn"],insignificant:["ih-n s-ih-g n-y-ih1 f-ih k-ah-n-t","jj"],insincere:["ih-n s-ih-n s-ih1-r","jj"],insinuate:["ih-n s-ih1 n-y-uw ey-t","vb"],insinuating:["ih-n s-ih1 n-y-uw ey t-ih-ng","vbg"],insinuation:["ih-n s-ih n-y-uw ey1 sh-ah-n","nn"],insist:["ih-n s-ih1-s-t","vbp vb"],insisted:["ih-n s-ih1 s-t-ah-d","vbd vbn"],insistence:["ih-n s-ih1 s-t-ah-n-s","nn"],insistent:["ih-n s-ih1 s-t-ah-n-t","jj"],insistently:["ih-n s-ih1 s-t-ah-n-t l-iy","rb"],insisting:["ih-n s-ih1 s-t-ih-ng","vbg"],insists:["ih-n s-ih1-s-t-s","vbz"],insofar:["ih1-n s-ah f-aa-r","rb in"],insolence:["ih1-n s-ah l-ah-n-s","nn"],insolent:["ih1-n s-ah l-ah-n-t","jj"],insoluble:["ih-n s-aa1 l-y-ah b-ah-l","jj nn"],insolvency:["ih-n s-aa1-l v-ah-n s-iy","nn"],insolvent:["ih-n s-aa1-l v-ah-n-t","jj nn"],insomnia:["ih-n s-aa1-m n-iy ah","nn"],inspect:["ih-n s-p-eh1-k-t","vb vbp"],inspected:["ih-n s-p-eh1-k t-ih-d","vbn vbd"],inspecting:["ih-n s-p-eh1-k t-ih-ng","vbg"],inspection:["ih-n s-p-eh1-k sh-ah-n","nn"],inspector:["ih-n s-p-eh1-k t-er","nn"],inspiration:["ih-n s-p-er ey1 sh-ah-n","nn"],inspirational:["ih-n s-p-er ey1 sh-ah n-ah-l","jj"],inspire:["ih-n s-p-ay1-r","vb vbp"],inspired:["ih-n s-p-ay1 er-d","vbn jj vbd"],inspires:["ih-n s-p-ay1-r-z","vbz"],inspiring:["ih-n s-p-ay1 r-ih-ng","jj vbg"],instability:["ih-n s-t-ah b-ih1 l-ih t-iy","nn"],install:["ih-n s-t-ao1-l","vb vbp"],installation:["ih-n s-t-ah l-ey1 sh-ah-n","nn"],installed:["ih-n s-t-ao1-l-d","vbn jj vbd"],installer:["ih-n s-t-ao1 l-er","nn"],installing:["ih-n s-t-ao1 l-ih-ng","vbg"],installment:["ih-n s-t-ao1-l m-ah-n-t","nn jj"],instance:["ih1-n s-t-ah-n-s","nn"],instant:["ih1-n s-t-ah-n-t","nn jj"],instantaneous:["ih-n s-t-ah-n t-ae1 n-iy ah-s","jj"],instantaneously:["ih-n s-t-ah-n t-ae1 n-iy ah-s l-iy","rb"],instantly:["ih1-n s-t-ah-n-t l-iy","rb"],instead:["ih-n s-t-eh1-d","rb"],instigate:["ih1-n s-t-ah g-ey-t","vb"],instigated:["ih1-n s-t-ah g-ey t-ih-d","vbd vbn"],instigating:["ih1-n s-t-ah g-ey t-ih-ng","vbg"],instigation:["ih-n s-t-ih g-ey1 sh-ah-n","nn"],instigator:["ih1-n s-t-ah g-ey t-er","nn"],instill:["ih-n s-t-ih1-l","vb"],instinct:["ih1-n s-t-ih-ng-k-t","nn"],instinctive:["ih-n s-t-ih1-ng-k t-ih-v","jj"],instinctively:["ih-n s-t-ih1-ng-k t-ih-v l-iy","rb"],institute:["ih1-n s-t-ah t-uw-t","nn vb"],instituted:["ih1-n s-t-ah t-uw t-ah-d","vbn vbd"],institutes:["ih1-n s-t-ah t-uw-t-s","nn"],instituting:["ih1-n s-t-ih t-uw t-ih-ng","vbg"],institution:["ih-n s-t-ih t-uw1 sh-ah-n","nn"],institutional:["ih-n s-t-ih t-uw1 sh-ah n-ah-l","jj"],institutionalize:["ih-n-s-t-ih-t-uw1-sh-ah-n-ah-l-ay-z","vb"],institutionalized:["ih-n s-t-ih t-uw1 sh-ah n-ah-l ay-z-d","vbn jj"],institutionally:["ih-n s-t-ih t-uw1 sh-ah n-ah-l iy","rb"],instruct:["ih-n s-t-r-ah1-k-t","vb vbp"],instructed:["ih-n s-t-r-ah1-k t-ah-d","vbn vbd"],instructing:["ih-n s-t-r-ah1-k t-ih-ng","vbg"],instruction:["ih-n s-t-r-ah1-k sh-ah-n","nn"],instructional:["ih-n s-t-r-ah1-k sh-ah n-ah-l","jj"],instructive:["ih-n s-t-r-ah1-k t-ih-v","jj"],instructor:["ih-n s-t-r-ah1-k t-er","nn"],instructs:["ih-n s-t-r-ah1-k-t-s","vbz"],instrument:["ih1-n s-t-r-ah m-ah-n-t","nn"],instrumental:["ih-n-s t-r-ah m-eh1-n t-ah-l","jj nn"],instrumentalist:["ih-n-s t-r-ah m-eh1-n t-ah l-ih-s-t","nn"],instrumentation:["ih-n-s t-r-ah m-eh-n t-ey1 sh-ah-n","nn"],insubordination:["ih-n s-ah b-ao-r d-ah n-ey1 sh-ah-n","nn"],insubstantial:["ih-n s-ah-b s-t-ae1-n ch-ah-l","jj"],insufferable:["ih-n s-ah1 f-er ah b-ah-l","jj"],insufficient:["ih-n s-ah f-ih1 sh-ah-n-t","jj"],insufficiently:["ih-n s-ah f-ih1 sh-ah-n-t l-iy","rb"],insularity:["ih-n s-ah l-eh1 r-ih t-iy","nn"],insulate:["ih1-n s-ah l-ey-t","vb vbp"],insulated:["ih1-n s-ah l-ey t-ah-d","vbn . jj"],insulating:["ih1-n s-ah l-ey t-ih-ng","vbg jj nn"],insulation:["ih-n s-ah l-ey1 sh-ah-n","nn"],insulator:["ih1-n s-ah l-ey t-er","nn"],insulin:["ih1-n s-ah l-ah-n","nn"],insult:["ih-n s-ah1-l-t","nn vb"],insulted:["ih-n s-ah1-l t-ih-d","vbn vbd"],insulting:["ih-n s-ah1-l t-ih-ng","jj vbg"],insupportable:["ih-n s-ah p-ao1-r t-ah b-ah-l","jj"],insurance:["ih-n sh-uh1 r-ah-n-s","nn"],insure:["ih-n sh-uh1-r","vb vbp"],insured:["ih-n sh-uh1-r-d","vbn vbd jj nn"],insurer:["ih-n sh-uh1 r-er","nn"],insures:["ih-n sh-uh1-r-z","vbz"],insurgency:["ih-n s-er1 jh-ah-n s-iy","nn"],insurgent:["ih-n s-er1 jh-ah-n-t","jj"],insuring:["ih-n sh-uh1 r-ih-ng","vbg"],insurmountable:["ih-n s-er m-aw1-n t-ah b-ah-l","jj"],insurrection:["ih-n s-er eh1-k sh-ah-n","nn jj"],intact:["ih-n t-ae1-k-t","jj"],intake:["ih1-n t-ey-k","nn"],intangible:["ih-n t-ae1-n jh-ah b-ah-l","jj nn"],integer:["ih1-n t-ah jh-er","nn"],integral:["ih1-n t-ah g-r-ah-l","nn jj"],integrate:["ih1-n t-ah g-r-ey-t","vb vbp"],integrated:["ih1-n t-ah g-r-ey t-ah-d","vbn jj"],integrates:["ih1-n t-ah g-r-ey-t-s","vbz"],integrating:["ih1-n t-ah g-r-ey t-ih-ng","vbg"],integration:["ih-n t-ah g-r-ey1 sh-ah-n","nn"],integrator:["ih1-n t-ah g-r-ey t-er","nn"],integrity:["ih-n t-eh1 g-r-ah t-iy","nn"],intellect:["ih1-n t-ah l-eh-k-t","nn"],intellectual:["ih-n t-ah l-eh1-k ch-uw ah-l","jj nn"],intellectually:["ih-n t-ah l-eh1-k ch-uw ah l-iy","rb"],intelligence:["ih-n t-eh1 l-ah jh-ah-n-s","nn"],intelligent:["ih-n t-eh1 l-ah jh-ah-n-t","jj"],intelligently:["ih-n t-eh1 l-ih jh-ah-n-t l-iy","rb"],intelligentsia:["ih-n t-eh l-ah jh-eh1-n-t s-iy ah","nn"],intelligible:["ih-n t-eh1 l-ah jh-ah b-ah-l","jj nn"],intend:["ih-n t-eh1-n-d","vbp vb"],intended:["ih-n t-eh1-n d-ah-d","vbn vbd jj"],intending:["ih-n t-eh1-n d-ih-ng","vbg"],intends:["ih-n t-eh1-n-d-z","vbz"],intense:["ih-n t-eh1-n-s","jj"],intensely:["ih-n t-eh1-n-s l-iy","rb"],intensification:["ih-n t-eh-n s-ah f-ah k-ey1 sh-ah-n","nn"],intensified:["ih-n t-eh1-n s-ah f-ay-d","vbn vbd jj"],intensify:["ih-n t-eh1-n s-ah f-ay","vb vbp"],intensifying:["ih-n t-eh1-n s-ah f-ay ih-ng","vbg jj"],intensity:["ih-n t-eh1-n s-ah t-iy","nn"],intensive:["ih-n t-eh1-n s-ih-v","jj nn"],intensively:["ih-n t-eh1-n s-ih-v l-iy","rb"],intent:["ih-n t-eh1-n-t","nn jj"],intention:["ih-n t-eh1-n ch-ah-n","nn"],intentional:["ih-n t-eh1-n sh-ah n-ah-l","jj"],intentionally:["ih-n t-eh1-n sh-ah-n ah l-iy","rb"],intentioned:["ih-n t-eh1-n ch-ah-n-d","jj"],intently:["ih-n t-eh1-n-t l-iy","rb"],inter:["ih-n-t-er1","vb"],interact:["ih-n t-er ae1-k-t","vbp vb"],interacting:["ih-n t-er ae1-k t-ih-ng","vbg"],interaction:["ih-n t-er ae1-k sh-ah-n","nn"],interactive:["ih-n t-er ae1-k t-ih-v","jj"],interacts:["ih-n t-er ae1-k-t-s","vbz"],interagency:["ih-n t-er ey1 jh-ah-n s-iy","nn jj"],interbank:["ih-n t-er b-ae1-ng-k","nn jj rb"],intercede:["ih-n t-er s-iy1-d","vb"],interceded:["ih-n t-er s-iy1 d-ih-d","vbd"],intercept:["ih-n t-er s-eh1-p-t","nn vbp vb"],intercepted:["ih-n t-er s-eh1-p t-ah-d","vbd vbn"],interception:["ih-n t-er s-eh1-p sh-ah-n","nn"],interceptor:["ih-n t-er s-eh1-p t-er","nn"],interchange:["ih-n t-er ch-ey1-n-jh","nn"],interchangeable:["ih-n t-er ch-ey1-n jh-ah b-ah-l","jj"],intercity:["ih1-n t-er s-ih t-iy","jj nn"],intercollegiate:["ih-n t-er k-ah l-iy1 jh-ah-t","jj"],intercom:["ih1-n t-er k-aa-m","nn"],intercompany:["ih-n t-er k-ah1-m p-ah n-iy","nn"],interconnect:["ih-n t-er k-ah n-eh1-k-t","nn vb"],interconnected:["ih-n t-er k-ah n-eh1-k t-ih-d","vbn"],interconnection:["ih-n t-er k-ah n-eh1-k sh-ah-n","nn"],intercontinental:["ih-n t-er k-aa-n t-ah n-eh1-n t-ah-l","jj"],intercourse:["ih1-n t-er k-ao-r-s","nn"],interdependence:["ih-n t-er d-ah p-eh1-n d-ah-n-s","nn"],interdependent:["ih-n t-er d-ih p-eh1-n d-ah-n-t","jj"],interdict:["ih1-n-t-er-d-ih-k-t","vb"],interdicting:["ih-n t-er d-ih1-k t-ih-ng","vbg"],interdiction:["ih-n t-er d-ih1-k sh-ah-n","nn"],interest:["ih1-n t-r-ah-s-t","nn vbp vb"],interested:["ih1-n t-r-ah s-t-ah-d","jj vbd vbn"],interesting:["ih1-n t-r-ah s-t-ih-ng","jj"],interestingly:["ih1-n t-er eh s-t-ih-ng l-iy","rb"],interestrate:["ih1-n t-er ah s-t-r-ey-t","nn"],"interface":["ih1-n t-er f-ey-s","nn vb"],interfaith:["ih-n t-er f-ey1-th","jj"],interfere:["ih-n t-er f-ih1-r","vb vbp"],interfered:["ih-n t-er f-ih1-r-d","vbd vbn"],interference:["ih-n t-er f-ih1 r-ah-n-s","nn"],interferes:["ih-n t-er f-ih1-r-z","vbz"],interfering:["ih-n t-er f-ih1 r-ih-ng","vbg"],interferometer:["ih-n t-er f-er aa1 m-ah t-er","nn"],interferon:["ih-n t-er f-eh1 r-aa-n","nn"],intergenerational:["ih-n t-er jh-eh1 n-er ey1 sh-ah n-ah-l","jj"],intergovernmental:["ih-n t-er g-ah v-er-n m-eh1-n t-ah-l","jj"],intergroup:["ih-n t-er g-r-uw1-p","jj nn"],interim:["ih1-n t-er ah-m","jj nn"],interior:["ih-n t-ih1 r-iy er","jj nn"],interject:["ih-n t-er jh-eh1-k-t","vb vbp"],interjected:["ih-n t-er jh-eh1-k t-ih-d","vbd"],interjects:["ih-n t-er jh-eh1-k-t-s","vbz"],interlace:["ih-n-t-er-l-ey1-s","vb"],interlaced:["ih-n t-er l-ey1-s-t","vbn jj"],interlock:["ih-n-t-er-l-aa1-k","vb"],interlocking:["ih1-n t-er l-aa k-ih-ng","jj"],interloper:["ih1-n t-er l-ow p-er","nn"],interlude:["ih1-n t-er l-uw-d","nn"],intermediary:["ih-n t-er m-iy1 d-iy eh r-iy","nn jj"],intermediate:["ih-n t-er m-iy1 d-iy ih-t","jj"],interminable:["ih-n t-er1 m-ah n-ah b-ah-l","jj"],intermingle:["ih-n t-er m-ih1-ng g-ah-l","vb vbp"],intermission:["ih-n t-er m-ih1 sh-ah-n","nn"],intermittent:["ih-n t-er m-ih1 t-ah-n-t","jj"],intermittently:["ih-n t-er m-ih1 t-ah-n-t l-iy","rb"],intern:["ih1-n t-er-n","nn vb"],internal:["ih-n t-er1 n-ah-l","jj"],internally:["ih-n t-er1 n-ah l-iy","rb"],international:["ih-n t-er n-ae1 sh-ah n-ah-l","jj nn"],internationalization:["ih-n t-er n-ae sh-ah-n ah l-ih z-ey1 sh-ah-n","nn"],internationalize:["ih-n t-er n-ae1 sh-ah-n ah l-ay-z","vb"],internationalized:["ih-n t-er n-ae1 sh-ah-n ah l-ay-z-d","vbn"],internationally:["ih-n t-er n-ae1 sh-ah-n ah l-iy","rb"],interned:["ih1-n t-er-n-d","vbn"],internist:["ih-n t-er1 n-ih-s-t","nn"],internment:["ih-n t-er1-n m-ah-n-t","nn"],interoffice:["ih-n t-er ao1 f-ah-s","jj"],interpersonal:["ih-n t-er p-er1 s-ah n-ah-l","jj"],interplanetary:["ih-n t-er p-l-ae1 n-ah t-eh r-iy","jj"],interplay:["ih1-n t-er p-l-ey","nn"],interpolate:["ih-t-er1-p-ah-l-ey-t","vb"],interpolated:["ih t-er1 p-ah l-ey t-ih-d","vbd"],interpret:["ih-n t-er1 p-r-ah-t","vb vbp"],interpretation:["ih-n t-er p-r-ih t-ey1 sh-ah-n","nn"],interpreted:["ih-n t-er1 p-r-ah t-ah-d","vbn vbd"],interpreter:["ih-n t-er1 p-r-ah t-er","nn"],interpreting:["ih1-n t-er p-r-eh t-ih-ng","vbg"],interpretive:["ih-n t-er1 p-r-ah t-ih-v","jj"],interprets:["ih-n t-er1 p-r-ah-t-s","vbz"],interprovincial:["ih-n t-er p-r-ow v-ih1-n sh-ah-l","jj"],interred:["ih-n t-er1-d","vbd"],interrelate:["ih-n-t-er-r-ih-l-ey1-t","vb"],interrelated:["ih-n t-er r-ih l-ey1 t-ih-d","vbn jj"],interrogate:["ih-n t-eh1 r-ah g-ey-t","vb"],interrogated:["ih-n t-eh1 r-ah g-ey t-ih-d","vbn"],interrogation:["ih-n t-eh r-ah g-ey1 sh-ah-n","nn"],interrogator:["ih-n t-eh1 r-ah g-ey t-er","nn"],interrupt:["ih-n t-er ah1-p-t","vb vbp"],interrupted:["ih-n t-er ah1-p t-ih-d","vbn jj vbd"],interrupting:["ih-n t-er ah1-p t-ih-ng","vbg"],interruption:["ih-n t-er ah1-p sh-ah-n","nn"],interrupts:["ih-n t-er ah1-p-t-s","vbz"],intersect:["ih-n t-er s-eh1-k-t","vb vbp"],intersecting:["ih-n t-er s-eh1-k t-ih-ng","vbg"],intersection:["ih-n t-er s-eh1-k sh-ah-n","nn"],intersperse:["ih-n-t-er-s-p-er1-s","vb"],interspersed:["ih-n t-er s-p-er1-s-t","vbn"],interstate:["ih-n t-er s-t-ey1-t","jj nn"],interstellar:["ih-n t-er s-t-eh1 l-er","jj"],intertwine:["ih-n-t-er-t-w-ay1-n","vb"],intertwined:["ih-n t-er t-w-ay1-n-d","vbn jj"],intertwining:["ih1-n t-er t-w-ay n-ih-ng","vbg jj"],interval:["ih1-n t-er v-ah-l","nn"],intervene:["ih-n t-er v-iy1-n","vb"],intervened:["ih-n t-er v-iy1-n-d","vbd vbn"],intervenes:["ih-n t-er v-iy1-n-z","vbz"],intervening:["ih-n t-er v-iy1 n-ih-ng","vbg"],intervenor:["ih-n t-er v-iy1 n-er","nn"],intervention:["ih-n t-er v-eh1-n ch-ah-n","nn"],interventionist:["ih-n t-er v-eh1-n sh-ah n-ih-s-t","jj"],interview:["ih1-n t-er v-y-uw","nn vb"],interviewed:["ih1-n t-er v-y-uw-d","vbn vbd"],interviewee:["ih-n t-er v-y-uw iy1","nn"],interviewer:["ih1-n t-er v-y-uw er","nn"],interviewing:["ih1-n t-er v-y-uw ih-ng","vbg"],interweave:["ih-n-t-er-w-iy1-v","vb"],interweaving:["ih-n t-er w-iy1 v-ih-ng","vbg"],interwoven:["ih-n t-er w-ow1 v-ah-n","vbn vbd"],intestinal:["ih-n t-eh1 s-t-ah n-ah-l","jj"],intestine:["ih-n t-eh1 s-t-ah-n","nn"],intifada:["ih-n t-ih f-aa1 d-ah","nn"],intimacy:["ih1-n t-ah m-ah s-iy","nn"],intimate:["ih1-n t-ah m-ah-t","jj nn vb"],intimated:["ih1-n t-ah m-ey t-ih-d","vbd vbn"],intimately:["ih1-n t-ah m-ah-t l-iy","rb"],intimation:["ih-n t-ah m-ey1 sh-ah-n","nn"],intimidate:["ih-n t-ih1 m-ih d-ey-t","vb"],intimidated:["ih-n t-ih1 m-ih d-ey t-ih-d","vbn"],intimidates:["ih-n t-ih1 m-ih d-ey-t-s","vbz"],intimidating:["ih-n t-ih1 m-ih d-ey t-ih-ng","vbg jj"],intimidation:["ih-n t-ih m-ih d-ey1 sh-ah-n","nn"],into:["ih-n t-uw1","in rp"],intolerable:["ih-n t-aa1 l-er ah b-ah-l","jj"],intolerably:["ih-n t-aa1 l-er ah b-l-iy","rb"],intolerance:["ih-n t-aa1 l-er ah-n-s","nn"],intolerant:["ih-n t-aa1 l-er ah-n-t","jj"],intone:["ih-n-t-ow1-n","vb"],intoned:["ih-n t-ow1-n-d","vbd vbn"],intones:["ih-n t-ow1-n-z","vbz"],intoxicated:["ih-n t-aa1-k s-ah k-ey t-ah-d","jj"],intoxicating:["ih-n t-aa1-k s-ih k-ey t-ih-ng","jj"],intoxication:["ih-n t-aa-k s-ah k-ey1 sh-ah-n","nn"],intracompany:["ih-n t-r-ah k-aa1-m p-ah n-iy","jj"],intractable:["ih-n t-r-ae1-k t-ah b-ah-l","jj"],intramural:["ih-n t-r-ah m-y-uh1 r-ah-l","jj"],intransigence:["ih-n t-r-ae1-n s-ah jh-ah-n-s","nn"],intransigent:["ih-n t-r-ae1-n s-ah jh-ah-n-t","jj"],intraocular:["ih-n t-r-ah ow1 k-y-uw l-er","jj"],intraparty:["ih1-n t-r-ah p-aa-r t-iy","jj"],intrastate:["ih-n t-r-ah s-t-ey1-t","jj"],intrauterine:["ih-n t-r-ah y-uw1 t-er ih-n","jj"],intravenous:["ih-n t-r-ah v-iy1 n-ah-s","jj"],intravenously:["ih-n t-r-ae1 v-ah n-ah-s l-iy","rb"],intrepid:["ih-n t-r-eh1 p-ah-d","jj"],intricacy:["ih1-n t-r-ah k-ah s-iy","nn"],intricate:["ih1-n t-r-ah k-ah-t","jj"],intricately:["ih1-n t-r-ah k-ah-t l-iy","rb"],intrigue:["ih-n t-r-iy1-g","nn vb"],intrigued:["ih1-n t-r-iy-g-d","vbn jj"],intriguing:["ih-n t-r-iy1 g-ih-ng","jj vbg"],intriguingly:["ih-n t-r-iy1 g-ih-ng l-iy","rb"],intrinsic:["ih-n t-r-ih1-n s-ih-k","jj"],intrinsically:["ih-n t-r-ih1-n s-ih k-ah l-iy","rb"],introduce:["ih-n t-r-ah d-uw1-s","vb vbp"],introduced:["ih-n t-r-ah d-uw1-s-t","vbn vbd"],introduces:["ih-n t-r-ah d-uw1 s-ih-z","vbz"],introducing:["ih-n t-r-ah d-uw1 s-ih-ng","vbg"],introduction:["ih-n t-r-ah d-ah1-k sh-ah-n","nn"],introductory:["ih-n t-r-ah d-ah1-k t-er iy","jj"],introspection:["ih-n t-r-ah s-p-eh1-k sh-ah-n","nn"],introspective:["ih-n t-r-ah s-p-eh1-k t-ih-v","jj"],introvert:["ih1-n-t-r-ow-v-er-t","vb"],introverted:["ih1-n t-r-ow v-er t-ih-d","vbn jj"],intrude:["ih-n t-r-uw1-d","vb vbp"],intruded:["ih-n t-r-uw1 d-ah-d","vbn vbd"],intruder:["ih-n t-r-uw1 d-er","nn"],intrudes:["ih-n t-r-uw1-d-z","vbz"],intruding:["ih-n t-r-uw1 d-ih-ng","vbg"],intrusion:["ih-n t-r-uw1 zh-ah-n","nn"],intrusive:["ih-n t-r-uw1 s-ih-v","jj"],intuition:["ih-n t-uw ih1 sh-ah-n","nn"],intuitive:["ih-n t-uw1 ah t-ih-v","jj"],intuitively:["ih-n t-uw1 ih t-ih-v l-iy","rb"],inundate:["ih1-n-ah-n-d-ey-t","vb"],inundated:["ih1 n-ah-n d-ey t-ih-d","vbn jj"],inundation:["ih n-ah-n d-ey1 sh-ah-n","nn"],inure:["ih-n-y-uh1-r","vb"],inured:["ih n-y-uh1-r-d","vbn"],invade:["ih-n v-ey1-d","vb vbp"],invaded:["ih-n v-ey1 d-ah-d","vbd vbn"],invader:["ih-n v-ey1 d-er","nn"],invades:["ih-n v-ey1-d-z","vbz"],invading:["ih-n v-ey1 d-ih-ng","vbg"],invalid:["ih1-n v-ah l-ah-d","jj nn"],invalidate:["ih-n v-ae1 l-ih d-ey-t","vb"],invalidated:["ih-n v-ae1 l-ah d-ey t-ah-d","vbn vbd"],invaluable:["ih-n v-ae1-l y-ah b-ah-l","jj"],invariably:["ih-n v-eh1 r-iy ah b-l-iy","rb"],invariant:["ih-n v-eh1 r-iy ah-n-t","jj nn"],invasion:["ih-n v-ey1 zh-ah-n","nn"],invasive:["ih-n v-ey1 s-ih-v","jj"],invective:["ih-n v-eh1-k t-ih-v","nn"],invent:["ih-n v-eh1-n-t","vb vbp"],invented:["ih-n v-eh1-n t-ah-d","vbn vbd"],inventing:["ih-n v-eh1-n t-ih-ng","vbg"],invention:["ih-n v-eh1-n sh-ah-n","nn"],inventive:["ih-n v-eh1-n t-ih-v","jj"],inventiveness:["ih-n v-eh1-n t-ih-v n-ah-s","nn"],inventor:["ih-n v-eh1-n t-er","nn"],inventory:["ih-n v-ah-n t-ao1 r-iy","nn"],invents:["ih-n v-eh1-n-t-s","vbz"],inverse:["ih-n v-er1-s","jj nn"],inversely:["ih-n v-er1-s l-iy","rb"],inversion:["ih-n v-er1 zh-ah-n","nn"],invert:["ih-n-v-er1-t","vb"],invertebrate:["ih-n v-er1 t-ah b-r-ah-t","nn"],inverted:["ih-n v-er1 t-ih-d","jj vbn"],invest:["ih-n v-eh1-s-t","vb vbp"],investable:["ih-n v-eh1 s-t-ah b-ah-l","jj"],invested:["ih-n v-eh1 s-t-ah-d","vbn jj vbd"],investigate:["ih-n v-eh1 s-t-ah g-ey-t","vb vbp"],investigated:["ih-n v-eh1 s-t-ah g-ey t-ah-d","vbn vbd"],investigates:["ih-n v-eh1 s-t-ah g-ey-t-s","vbz"],investigating:["ih-n v-eh1 s-t-ah g-ey t-ih-ng","vbg"],investigation:["ih-n v-eh s-t-ah g-ey1 sh-ah-n","nn"],investigational:["ih-n v-eh s-t-ih g-ey1 sh-ah n-ah-l","jj"],investigative:["ih-n v-eh1 s-t-ah g-ey t-ih-v","jj"],investigator:["ih-n v-eh1 s-t-ah g-ey t-er","nn"],investing:["ih-n v-eh1 s-t-ih-ng","vbg jj nn"],investment:["ih-n v-eh1-s-t m-ah-n-t","nn jj"],investor:["ih-n v-eh1 s-t-er","nn"],invests:["ih-n v-eh1-s-t-s","vbz"],inveterate:["ih-n v-eh1 t-er ah-t","jj"],invidious:["ih-n v-ih1 d-iy ah-s","jj"],invigorate:["ih-n v-ih1 g-er ih-t","vb"],invigorated:["ih-n v-ih1 g-er ey t-ih-d","vbn"],invigorating:["ih-n v-ih1 g-er ey t-ih-ng","vbg"],invincible:["ih-n v-ih1-n s-ah b-ah-l","jj"],inviolable:["ih-n v-ay1 ah l-ah b-ah-l","jj"],inviolate:["ih-n v-ay1 ah l-ih-t","jj"],invisible:["ih-n v-ih1 z-ah b-ah-l","jj"],invitation:["ih-n v-ih t-ey1 sh-ah-n","nn"],invitational:["ih-n v-ah t-ey1 sh-ah n-ah-l","jj"],invite:["ih-n v-ay1-t","vb vbp nn"],invited:["ih-n v-ay1 t-ah-d","vbn vbd"],invites:["ih-n v-ay1-t-s","vbz"],inviting:["ih-n v-ay1 t-ih-ng","vbg jj"],invocation:["ih-n v-ah k-ey1 sh-ah-n","nn"],invoice:["ih1-n v-oy s-ih","nn"],invoicing:["ih1-n v-oy s-ih-ng","nn"],invoke:["ih-n v-ow1-k","vb"],invoked:["ih-n v-ow1-k-t","vbd vbn"],invokes:["ih-n v-ow1-k-s","vbz"],invoking:["ih-n v-ow1 k-ih-ng","vbg"],involuntarily:["ih-n v-ow l-ah1-n t-er ih l-iy","rb"],involuntary:["ih-n v-aa1 l-ah-n t-eh r-iy","jj"],involve:["ih-n v-aa1-l-v","vb vbp"],involved:["ih-n v-aa1-l-v-d","vbn vbd jj vb"],involvement:["ih-n v-aa1-l-v m-ah-n-t","nn"],involves:["ih-n v-aa1-l-v-z","vbz"],involving:["ih-n v-aa1-l v-ih-ng","vbg"],invulnerability:["ih-n v-ah-l n-er ah b-ih1 l-ih t-iy","nn"],invulnerable:["ih-n v-ah1-l n-er ah b-ah-l","jj"],inward:["ih1-n w-er-d","rb jj"],inwardly:["ih1-n w-er-d l-iy","rb"],iodide:["ay1 ah d-ay-d","nn"],iodine:["ay1 ah d-ay-n","nn"],ion:["ay1 ah-n","nn"],ionic:["ay aa1 n-ih-k","jj"],ionize:["ay1-ah-n-ay-z","vb"],ionizing:["ay1 ah n-ay z-ih-ng","vbg"],iota:["ay ow1 t-ah","nn"],ip:["ih1-p","nn"],irate:["ay r-ey1-t","jj"],ire:["ay1-r","nn"],iridescent:["ih r-ah d-eh1 s-ah-n-t","jj"],iridium:["ih r-ih1 d-iy ah-m","nn"],irk:["er1-k","vb"],irked:["er1-k-t","vbn vbd"],irks:["er1-k-s","vbz"],irksome:["er1-k s-ah-m","jj"],iron:["ay1 er-n","nn vb"],ironclad:["ay1 er-n k-l-ae-d","jj"],ironed:["ay1 er-n-d","vbn"],ironic:["ay r-aa1 n-ih-k","jj"],ironical:["ay r-aa1 n-ih k-ah-l","jj"],ironically:["ay r-aa1 n-ih-k l-iy","rb"],ironing:["ay1 er n-ih-ng","vbg"],irony:["ay1 r-ah n-iy","nn"],irradiate:["ih-r-ey1-d-iy-ey-t","vb"],irradiated:["ih r-ey1 d-iy ey t-ih-d","vbn jj"],irradiation:["ih r-ey d-iy ey1 sh-ah-n","nn"],irrational:["ih r-ae1 sh-ah n-ah-l","jj"],irrationality:["ih r-ae sh-ah n-ae1 l-ah t-iy","nn"],irrationally:["ih r-ae1 sh-ah-n ah l-iy","rb"],irreconcilable:["ih r-eh1 k-ah-n s-ay l-ah b-ah-l","jj"],irrefutable:["ih r-ah f-y-uw1 t-ah b-ah-l","jj"],irregular:["ih r-eh1 g-y-ah l-er","jj nn"],irregularity:["ih r-eh g-y-ah l-eh1 r-ah t-iy","nn"],irregularly:["ih r-eh1 g-y-ah l-er l-iy","rb"],irrelevant:["ih r-eh1 l-ah v-ah-n-t","jj"],irremediable:["ih r-ih m-iy1 d-iy ah b-ah-l","jj"],irreparable:["ih r-eh1 p-er ah b-ah-l","jj"],irreparably:["ih r-eh1 p-er ah b-l-iy","rb"],irreplaceable:["ih r-ah p-l-ey1 s-ah b-ah-l","jj"],irrepressible:["ih r-ah p-r-eh1 s-ah b-ah-l","jj"],irresistible:["ih r-ih z-ih1 s-t-ah b-ah-l","jj"],irresistibly:["ih r-ih z-ih1 s-t-ah b-l-iy","rb"],irrespective:["ih r-ah s-p-eh1-k t-ih-v","rb"],irresponsibility:["ih r-ah s-p-aa-n s-ah b-ih1 l-ah t-iy","nn"],irresponsible:["ih r-ah s-p-aa1-n s-ah b-ah-l","jj nn"],irresponsibly:["ih r-ah s-p-aa1-n s-ah b-l-iy","rb"],irretrievably:["ih r-ah t-r-iy1 v-ah b-l-iy","rb"],irreverence:["ih r-eh1 v-er ah-n-s","nn"],irreverent:["ih r-eh1 v-er ah-n-t","jj"],irreversible:["ih r-ih v-er1 s-ah b-ah-l","jj"],irreversibly:["ih r-ih v-er1 s-ah b-l-iy","rb"],irrevocable:["ih r-eh1 v-ah k-ah b-ah-l","jj"],irrevocably:["ih r-eh1 v-ah k-ah b-l-iy","rb"],irrigate:["ih1 r-ah g-ey-t","vb"],irrigation:["ih r-ah g-ey1 sh-ah-n","nn"],irritable:["ih1 r-ah t-ah b-ah-l","jj"],irritant:["ih1 r-ah t-ah-n-t","nn"],irritate:["ih1 r-ih t-ey-t","vb"],irritated:["ih1 r-ah t-ey t-ah-d","vbn jj vbd"],irritates:["ih1 r-ih t-ey-t-s","vbz"],irritating:["ih1 r-ah t-ey t-ih-ng","jj"],irritation:["ih r-ih t-ey1 sh-ah-n","nn"],is:["ih1-s","vbz"],"isn't":["ih1-z-ah-n-t","vbz vbp"],island:["ay1 l-ah-n-d","nn"],islander:["ay1 l-ah-n d-er","nn"],isle:["ay1-l","nn"],isolate:["ay1 s-ah l-ey-t","vb vbp"],isolated:["ay1 s-ah l-ey t-ah-d","vbn jj vbd"],isolates:["ay1 s-ah l-ey-t-s","vbz"],isolating:["ay1 s-ah l-ey t-ih-ng","vbg jj"],isolation:["ay s-ah l-ey1 sh-ah-n","nn"],isolationism:["ay s-ah l-ey1 sh-ah-n ih z-ah-m","nn"],isomer:["ay1 s-ah m-er","nn"],isothermal:["ay s-ah th-er1 m-ah-l","jj"],isotonic:["ay s-ah t-aa1 n-ih-k","jj"],isotopic:["ay s-ah t-aa1 p-ih-k","jj"],issuable:["ih1 sh-uw ah b-ah-l","jj"],issuance:["ih1 sh-uw ah-n-s","nn"],issue:["ih1 sh-uw","nn vbp vb"],issued:["ih1 sh-uw-d","vbn vbd jj"],issuer:["ih1 sh-uw er","nn"],issuing:["ih1 sh-uw ih-ng","vbg"],isthmus:["ih1-s m-ah-s","nn"],it:["ih1-t","prp"],italic:["ay t-ae1 l-ih-k","nn"],itch:["ih1-ch","vb nn"],itches:["ih1 ch-ah-z","vbz"],itching:["ih1 ch-ih-ng","vbg"],itchy:["ih1 ch-iy","jj"],item:["ay1 t-ah-m","nn"],itemize:["ay1 t-ah m-ay-z","vb"],itemized:["ay1 t-ah m-ay-z-d","vbn"],itemizing:["ay1 t-ah m-ay z-ih-ng","vbg"],itinerant:["ay t-ih1 n-er ah-n-t","jj"],itinerary:["ay t-ih1 n-er eh r-iy","nn"],its:["ih1-t-s","prp$"],itself:["ih-t s-eh1-l-f","prp"],ivory:["ay1 v-er iy","nn jj"],ivy:["ay1 v-iy","nn"],jab:["jh-ae1-b","nn"],jabbed:["jh-ae1-b-d","vbd"],jabbing:["jh-ae1 b-ih-ng","vbg"],jack:["jh-ae1-k","vb nn"],jackass:["jh-ae1 k-ae-s","nn"],jacked:["jh-ae1-k-t","vbd vbn"],jacket:["jh-ae1 k-ah-t","nn vb"],jacketed:["jh-ae1 k-ah t-ih-d","vbn"],jackhammer:["jh-ae1-k hh-ae m-er","nn"],jacking:["jh-ae1 k-ih-ng","vbg"],jackpot:["jh-ae1-k p-aa-t","nn"],jade:["jh-ey1-d","nn vb"],jaded:["jh-ey1 d-ah-d","jj vbn"],jag:["jh-ae1-g-d","vb"],jagged:["jh-ae1-g-d","jj vbn"],jail:["jh-ey1-l","nn vb"],jailed:["jh-ey1-l-d","vbn vbd jj"],jailhouse:["jh-ey1-l hh-aw-s","nn"],jailing:["jh-ey1 l-ih-ng","vbg"],jalopy:["jh-ah l-aa1 p-iy","nn"],jam:["jh-ae1-m","nn vb vbp"],jammed:["jh-ae1-m-d","vbn vbd jj"],jamming:["jh-ae1 m-ih-ng","nn"],janitor:["jh-ae1 n-ah t-er","nn"],jar:["jh-aa1-r","nn"],jargon:["jh-aa1-r g-ah-n","nn"],jarred:["jh-aa1-r-d","vbd vbn"],jarring:["jh-aa1 r-ih-ng","vbg jj"],jasmine:["jh-ae1-z m-ah-n","nn"],jaunt:["jh-ao1-n-t","nn"],jauntily:["jh-ao1-n t-ah l-iy","rb"],jaunty:["jh-ao1-n t-iy","jj"],java:["jh-aa1 v-ah","nn"],jaw:["jh-ao1","nn"],jawbone:["jh-ao1 b-ow-n","nn"],jawboning:["jh-ao1 b-ow n-ih-ng","nn"],jay:["jh-ey1","nn"],jazz:["jh-ae1-z","nn"],jazzy:["jh-ae1 z-iy","jj"],jealous:["jh-eh1 l-ah-s","jj"],jealously:["jh-eh1 l-ah-s l-iy","rb"],jealousy:["jh-eh1 l-ah s-iy","nn"],jeans:["jh-iy1-n-s","nn"],jeep:["jh-iy1-p","nn"],jeer:["jh-iy1-r","nn vb"],jelly:["jh-eh1 l-iy","nn"],jellyfish:["jh-eh1 l-iy f-ih-sh","nn"],jeopardize:["jh-eh1 p-er d-ay-z","vb vbp"],jeopardized:["jh-eh1 p-er d-ay-z-d","vbn"],jeopardizes:["jh-eh1 p-er d-ay z-ih-z","vbz"],jeopardizing:["jh-eh1 p-er d-ay z-ih-ng","vbg"],jeopardy:["jh-eh1 p-er d-iy","nn"],jerk:["jh-er1-k","nn vb"],jerked:["jh-er1-k-t","vbd vbn"],jerking:["jh-er1 k-ih-ng","vbg"],jerky:["jh-er1 k-iy","jj nn"],jest:["jh-eh1-s-t","nn"],jester:["jh-eh1 s-t-er","nn"],jet:["jh-eh1-t","nn vb vbp"],jetliner:["jh-eh1-t l-ay n-er","nn"],jetting:["jh-eh1 t-ih-ng","vbg"],jettison:["jh-eh1 t-ih s-ah-n","vb"],jettisoned:["jh-eh1 t-ih s-ah-n-d","vbn"],jettisoning:["jh-eh1 t-ah s-ah-n ih-ng","vbg"],jetty:["jh-eh1 t-iy","nn"],jewel:["jh-uw1 ah-l","nn"],jeweler:["jh-uw1 ah l-er","nn"],jewelry:["jh-uw1 ah-l r-iy","nn"],jibe:["jh-ay1-b","nn"],jiffy:["jh-ih1 f-iy","nn"],jig:["jh-ih1-g","nn"],jiggle:["jh-ih1-g-ah-l","vb"],jiggling:["jh-ih1 g-ah-l ih-ng","vbg"],jigsaw:["jh-ih1-g s-ao","nn"],jihad:["jh-iy1 hh-ae-d","nn"],jillion:["jh-ih1 l-y-ah-n","nn"],jilt:["jh-ih1-l-t","vb"],jilted:["jh-ih1-l t-ih-d","vbn"],jimmied:["jh-ih1 m-iy-d","vbd"],jimmy:["jh-ih1-m-iy","vb"],jingle:["jh-ih1-ng g-ah-l","nn"],jink:["jh-ih1-ng-k","nn"],jinx:["jh-ih1-ng-k-s","nn"],jitter:["jh-ih1 t-er","vb"],jitters:["jh-ih1 t-er-z","vbz nn"],jittery:["jh-ih1 t-er iy","jj"],jive:["jh-ay1-v","vb"],jiving:["jh-ay1 v-ih-ng","vbg"],job:["jh-aa1-b","nn"],jobless:["jh-aa1-b l-ah-s","jj"],joblessness:["jh-aa1-b l-ah-s n-ah-s","nn"],jock:["jh-aa1-k","nn"],jockey:["jh-aa1 k-iy","nn vb vbp"],jockeying:["jh-aa1 k-iy ih-ng","vbg"],jocular:["jh-aa1 k-y-ah l-er","jj"],jog:["jh-aa1-g","vb"],jogger:["jh-aa1 g-er","nn"],jogging:["jh-aa1 g-ih-ng","nn"],jogs:["jh-aa1-g-z","vbz"],john:["jh-aa1-n","nn"],join:["jh-oy1-n","vb vbp"],joined:["jh-oy1-n-d","vbd vbn"],joiner:["jh-oy1 n-er","nn"],joining:["jh-oy1 n-ih-ng","vbg"],joins:["jh-oy1-n-z","vbz"],joint:["jh-oy1-n-t","jj nn"],jointly:["jh-oy1-n-t l-iy","rb"],joke:["jh-ow1-k","nn vbp vb"],joked:["jh-ow1-k-t","vbd"],joker:["jh-ow1 k-er","nn"],joking:["jh-ow1 k-ih-ng","vbg"],jokingly:["jh-ow1 k-ih-ng l-iy","rb"],jolly:["jh-aa1 l-iy","jj"],jolt:["jh-ow1-l-t","nn vb"],jolted:["jh-ow1-l t-ih-d","vbd vbn"],jolting:["jh-ow1-l t-ih-ng","vbg"],joss:["jh-ao1-s","nn"],jostle:["jh-aa1 s-ah-l","vbp vb"],jostled:["jh-aa1 s-ah-l-d","vbd"],jostling:["jh-aa1 s-ah-l ih-ng","vbg"],jot:["jh-aa1-t","nn"],jotted:["jh-aa1 t-ih-d","jj"],journal:["jh-er1 n-ah-l","nn"],journalism:["jh-er1 n-ah l-ih z-ah-m","nn"],journalist:["jh-er1 n-ah l-ah-s-t","nn"],journalistic:["jh-er n-ah l-ih1 s-t-ih-k","jj"],journey:["jh-er1 n-iy","nn vb"],journeyed:["jh-er1 n-iy-d","vbd"],journeying:["jh-er1 n-iy ih-ng","vbg"],joust:["jh-aw1-s-t","vb"],jousting:["jh-aw1 s-t-ih-ng","vbg"],jovial:["jh-ow1 v-iy ah-l","jj"],jowl:["jh-aw1-l","nn"],jowly:["jh-aw1 l-iy","jj"],joy:["jh-oy1","nn"],joyful:["jh-oy1 f-ah-l","jj"],joyfully:["jh-oy1 f-ah l-iy","rb"],joyous:["jh-oy1 ah-s","jj"],joyride:["jh-oy1 r-ay-d","nn"],jubilant:["jh-uw1 b-ah l-ah-n-t","jj"],jubilation:["jh-uw b-ah l-ey1 sh-ah-n","nn"],judge:["jh-ah1-jh","nn vb vbp"],judged:["jh-ah1-jh-d","vbn vbd"],judgement:["jh-ah1-jh m-ah-n-t","nn"],judgeship:["jh-ah1-jh sh-ih-p","nn"],judging:["jh-ah1 jh-ih-ng","vbg"],judgment:["jh-ah1-jh m-ah-n-t","nn"],judgmental:["jh-ah-jh m-eh1-n t-ah-l","jj"],judicial:["jh-uw d-ih1 sh-ah-l","jj"],judicially:["jh-uw d-ih1 sh-ah l-iy","rb"],judiciary:["jh-uw d-ih1 sh-iy eh r-iy","nn jj"],judicious:["jh-uw d-ih1 sh-ah-s","jj"],judiciously:["jh-uw d-ih1 sh-ih-s l-iy","rb"],jug:["jh-ah1-g","nn"],juggernaut:["jh-ah1 g-er n-ao-t","nn"],juggle:["jh-ah1 g-ah-l","vb"],juggler:["jh-ah1 g-ah l-er","nn"],juggling:["jh-ah1 g-ah-l ih-ng","vbg"],juice:["jh-uw1-s","nn"],juiciest:["jh-uw1 s-iy ah-s-t","jjs"],juicy:["jh-uw1 s-iy","jj"],jumble:["jh-ah1-m b-ah-l","nn vb"],jumbled:["jh-ah1-m b-ah-l-d","vbn"],jumbo:["jh-ah1-m b-ow","jj nn"],jump:["jh-ah1-m-p","nn vbp jj vb"],jumped:["jh-ah1-m-p-t","vbd vbn"],jumper:["jh-ah1-m p-er","nn"],jumping:["jh-ah1-m p-ih-ng","vbg"],jumpy:["jh-ah1-m p-iy","jj"],junction:["jh-ah1-ng-k sh-ah-n","nn"],juncture:["jh-ah1-ng-k ch-er","nn"],jungle:["jh-ah1-ng g-ah-l","nn"],junior:["jh-uw1 n-y-er","jj nn"],junk:["jh-ah1-ng-k","nn vb"],junkbond:["jh-ah1-ng-k b-aa-n-d","nn"],junked:["jh-ah1-ng-k-t","vbn"],junket:["jh-ah1-ng k-ih-t","nn"],junkholder:["jh-ah1-ng-k hh-ow-l d-er","nn"],junkie:["jh-ah1-ng k-iy","nn"],junkyard:["jh-ah1-ng-k y-aa-r-d","nn"],junta:["hh-uh1-n t-ah","nn"],jurisdiction:["jh-uh r-ah-s d-ih1-k sh-ah-n","nn"],jurist:["jh-uh1 r-ah-s-t","nn"],juror:["jh-uh1 r-er","nn"],jury:["jh-uh1 r-iy","nn"],just:["jh-ah1-s-t","rb jj rp"],justice:["jh-ah1 s-t-ah-s","nn"],justifiable:["jh-ah1 s-t-ah f-ay ah b-ah-l","jj"],justifiably:["jh-ah1 s-t-ah f-ay ah b-l-iy","rb"],justification:["jh-ah s-t-ah f-ah k-ey1 sh-ah-n","nn"],justified:["jh-ah1 s-t-ah f-ay-d","vbn vbd jj"],justifies:["jh-ah1 s-t-ah f-ay-z","vbz"],justify:["jh-ah1 s-t-ah f-ay","vb vbp"],justifying:["jh-ah1 s-t-ah f-ay ih-ng","vbg"],justly:["jh-ah1-s-t l-iy","rb"],jute:["jh-uw1-t","nn"],jutting:["jh-ah1 t-ih-ng","vbg"],juvenile:["jh-uw1 v-ah n-ah-l","jj nn"],juxtapose:["jh-ah-k-s-t-ah-p-ow1-z","vb"],juxtaposed:["jh-ah-k s-t-ah p-ow1-z-d","vbn"],juxtaposition:["jh-ah-k s-t-ah p-ah z-ih1 sh-ah-n","nn"],kale:["k-ey1-l","nn"],kaleidoscope:["k-ah l-ay1 d-ah s-k-ow-p","nn"],kamikaze:["k-aa m-ah k-aa1 z-iy","nn"],kangaroo:["k-ae-ng g-er uw1","nn"],karaoke:["k-eh r-iy ow1 k-iy","nn"],kayo:["k-ey ow1","vb"],kazoo:["k-ah z-uw1","nn"],keel:["k-iy1-l","nn vb"],keelson:["k-eh1-l s-ah-n","nn"],keen:["k-iy1-n","jj nn vb"],keener:["k-iy1 n-er","jjr"],keenest:["k-iy1 n-ah-s-t","jjs"],keenly:["k-iy1-n l-iy","rb"],keep:["k-iy1-p","vb nn vbp"],keeper:["k-iy1 p-er","nn"],keeping:["k-iy1 p-ih-ng","vbg"],keepsake:["k-iy1-p s-ey-k","nn"],keg:["k-eh1-g","nn"],kelp:["k-eh1-l-p","nn"],kennel:["k-eh1 n-ah-l","nn"],kenning:["k-eh1 n-ih-ng","nn"],keno:["k-iy1 n-ow","jj"],kept:["k-eh1-p-t","vbd vbn"],kerchief:["k-er1 ch-ah-f","nn"],kernel:["k-er1 n-ah-l","nn"],kerosene:["k-eh1 r-ah s-iy-n","nn"],ketchup:["k-eh1 ch-ah-p","nn vb in"],kettle:["k-eh1 t-ah-l","nn"],key:["k-iy1","nn vb"],keyboard:["k-iy1 b-ao-r-d","nn"],keyed:["k-iy1-d","vbn jj"],keyhole:["k-iy1 hh-ow-l","nn"],keying:["k-iy1 ih-ng","vbg"],keyless:["k-iy1 l-ah-s","jj"],keynote:["k-iy1 n-ow-t","vbp nn vb"],keypad:["k-iy1 p-ae-d","nn"],keystone:["k-iy1 s-t-ow-n","nn"],khaki:["k-aa1 k-iy","jj"],kibbutz:["k-ih b-uh1-t-s","nn"],kick:["k-ih1-k","nn vb vbp"],kickback:["k-ih1-k b-ae-k","nn"],kicked:["k-ih1-k-t","vbd vbn"],kicker:["k-ih1 k-er","nn"],kicking:["k-ih1 k-ih-ng","vbg"],kickoff:["k-ih1-k ao-f","nn"],kid:["k-ih1-d","nn vb"],kiddie:["k-ih1 d-iy","nn"],kidding:["k-ih1 d-ih-ng","vbg"],kidnap:["k-ih1-d n-ae-p","vb"],kidnaped:["k-ih1-d n-ae-p-t","vbn"],kidnapped:["k-ih1-d n-ae-p-t","vbn vbd"],kidnapper:["k-ih1-d n-ae p-er","nn"],kidnapping:["k-ih1-d n-ae p-ih-ng","nn vbg"],kidney:["k-ih1-d n-iy","nn"],kill:["k-ih1-l","vb vbp nn"],killed:["k-ih1-l-d","vbn vbd"],killer:["k-ih1 l-er","nn"],killing:["k-ih1 l-ih-ng","vbg jj nn"],kiln:["k-ih1-l-n","nn"],kilobyte:["k-ih1 l-ow b-ay-t","nn"],kilogram:["k-ih1 l-ah g-r-ae-m","nn"],kilometer:["k-ah l-aa1 m-ah t-er","nn"],kilowatt:["k-ih1 l-ah w-aa-t","nn"],kilt:["k-ih1-l-t","nn"],kilter:["k-ih1-l t-er","nn"],kimchi:["k-ih1-m ch-iy","nn"],kimono:["k-ah m-ow1 n-ah","nn"],kin:["k-ih1-n","nn"],kind:["k-ay1-n-d","nn jj rb"],kinder:["k-ay1-n d-er","jjr"], +kindergarten:["k-ih1-n d-er g-aa-r t-ah-n","nn"],kindest:["k-ay1-n d-ah-s-t","jjs"],kindle:["k-ih1-n d-ah-l","vb"],kindled:["k-ih1-n d-ah-l-d","vbn"],kindly:["k-ay1-n-d l-iy","rb jj"],kindness:["k-ay1-n-d n-ah-s","nn"],kindred:["k-ih1-n d-r-ih-d","jj"],kinesthetic:["k-ih n-ah-s th-eh1 t-ih-k","jj"],kinetic:["k-ah n-eh1 t-ih-k","jj"],king:["k-ih1-ng","nn"],kingdom:["k-ih1-ng d-ah-m","nn"],kingmaker:["k-ih1-ng m-ey k-er","nn"],kingpin:["k-ih1-ng p-ih-n","nn"],kinship:["k-ih1-n sh-ih-p","nn"],kiosk:["k-iy1 ao-s-k","nn"],kiss:["k-ih1-s","nn vb vbp"],kissed:["k-ih1-s-t","vbd vbn"],kissing:["k-ih1 s-ih-ng","vbg"],kit:["k-ih1-t","nn"],kitchen:["k-ih1 ch-ah-n","nn"],kitchenette:["k-ih ch-ah n-eh1-t","nn"],kitchenware:["k-ih1 ch-ah-n w-eh-r","nn"],kite:["k-ay1-t","nn"],kitten:["k-ih1 t-ah-n","nn"],kitty:["k-ih1 t-iy","nn"],kiwi:["k-iy1 w-iy","nn"],klieg:["k-l-iy1-g","nn"],knack:["n-ae1-k","nn"],knead:["n-iy1-d","vb"],kneading:["n-iy1 d-ih-ng","vbg"],knee:["n-iy1","nn"],kneecap:["n-iy1 k-ae-p","nn"],kneel:["n-iy1-l","vb"],kneeling:["n-iy1 l-ih-ng","vbg"],knell:["n-eh1-l","nn"],knelt:["n-eh1-l-t","vbd vbn"],knew:["n-uw1","vbd"],knife:["n-ay1-f","nn"],knifelike:["n-ay1 f-l-ay-k","jj"],knight:["n-ay1-t","nn"],knightly:["n-ay1-t l-iy","jj"],knit:["n-ih1-t","vbn jj nn vb"],knitted:["n-ih1 t-ah-d","vbn vbd jj"],knitting:["n-ih1 t-ih-ng","vbg"],knitwear:["n-ih1-t w-eh-r","nn"],knob:["n-aa1-b","nn"],knock:["n-aa1-k","vb vbp nn"],knockdown:["n-aa1-k d-aw-n","nn"],knocked:["n-aa1-k-t","vbd vbn"],knocking:["n-aa1 k-ih-ng","vbg"],knockoff:["n-aa1-k ao-f","nn"],knockout:["n-aa1-k aw-t","nn"],knoll:["n-ow1-l","nn"],knot:["n-aa1-t","nn vb"],knotted:["n-aa1 t-ih-d","jj vbd vbn"],knotty:["n-aa1 t-iy","jj"],know:["n-ow1","vb nn vbp"],knowed:["n-ow1-d","vbn"],knowing:["n-ow1 ih-ng","vbg jj nn"],knowingly:["n-ow1 ih-ng l-iy","rb"],knowledge:["n-aa1 l-ah-jh","nn"],knowledgeable:["n-aa1 l-ah jh-ah b-ah-l","jj"],known:["n-ow1-n","vbn jj"],knows:["n-ow1-z","vbz"],knuckle:["n-ah1 k-ah-l","nn vb"],kook:["k-uw1-k","nn"],kosher:["k-ow1 sh-er","jj"],kraft:["k-r-ae1-f-t","nn"],kraut:["k-r-aw1-t","nn"],krona:["k-r-ow1 n-ah","nn"],kroner:["k-r-ow1 n-er","nn"],kronor:["k-r-ow1 n-er","nn"],kudo:["k-uw1 d-ow","nn"],lab:["l-ae1-b","nn"],label:["l-ey1 b-ah-l","nn vb vbp"],labeled:["l-ey1 b-ah-l-d","vbn vbd"],labeling:["l-ey1 b-ah-l ih-ng","vbg"],labelled:["l-ey1 b-ah-l-d","vbn vbd"],labor:["l-ey1 b-er","nn vbp vb"],laboratory:["l-ae1 b-r-ah t-ao r-iy","nn"],labored:["l-ey1 b-er-d","vbd vbn jj"],laborer:["l-ey1 b-er er","nn"],laboring:["l-ey1 b-er ih-ng","vbg"],laborious:["l-ah b-ao1 r-iy ah-s","jj"],laboriously:["l-ah b-ao1 r-iy ah-s l-iy","rb"],labyrinth:["l-ae1 b-er ih-n-th","nn"],lace:["l-ey1-s","nn vb"],laced:["l-ey1-s-t","vbn vbd jj"],lacerate:["l-ae1 s-er ey-t","vb"],laceration:["l-ae s-er ey1 sh-ah-n","nn"],lacey:["l-ey1 s-iy","jj nn"],lack:["l-ae1-k","nn vb vbp"],lackadaisical:["l-ae k-ah d-ey1 z-ih k-ah-l","jj"],lacked:["l-ae1-k-t","vbd vbn"],lackey:["l-ae1 k-iy","nn"],lacking:["l-ae1 k-ih-ng","vbg jj"],lackluster:["l-ae1-k l-ah s-t-er","jj nn rb"],lacks:["l-ae1-k-s","vbz"],lacquer:["l-ae1 k-er","nn vb"],lacquered:["l-ae1 k-er-d","vbn"],lactate:["l-ae1-k-t-ey-t","vb"],lactating:["l-ae1-k t-ey t-ih-ng","vbg"],lacy:["l-ey1 s-iy","jj"],lad:["l-ae1-d","nn"],ladder:["l-ae1 d-er","nn"],lade:["l-ey1-d","vb"],laden:["l-ey1 d-ah-n","jj vbn"],ladle:["l-ey1 d-ah-l","nn"],lady:["l-ey1 d-iy","nn"],ladylike:["l-ey1 d-iy l-ay-k","jj"],lag:["l-ae1-g","vb nn vbp jj"],laggard:["l-ae1 g-er-d","jj nn"],lagged:["l-ae1-g-d","vbn vbd"],lagging:["l-ae1 g-ih-ng","vbg jj nn"],lagoon:["l-ah g-uw1-n","nn"],laid:["l-ey1-d","vbn vbd"],lain:["l-ey1-n","vbn"],laity:["l-ey1 ah t-iy","nn"],lak:["l-ae1-k","in"],lake:["l-ey1-k","nn"],lamb:["l-ae1-m","nn"],lambaste:["l-ae-m b-ae1-s-t","vb vbp"],lambasted:["l-ae-m b-ae1 s-t-ih-d","vbd vbn"],lambastes:["l-ae-m b-ae1-s-t-s","vbz"],lambasting:["l-ae-m b-ey1 s-t-ih-ng","vbg"],lame:["l-ey1-m","jj"],lament:["l-ah m-eh1-n-t","nn vb"],lamented:["l-ah m-eh1-n t-ih-d","vbd"],laminate:["l-ae1-m-ah-n-ah-t","vb"],laminated:["l-ae1 m-ah n-ey t-ah-d","vbn jj"],laminating:["l-ae1 m-ah n-ey t-ih-ng","vbg"],lamp:["l-ae1-m-p","nn"],lampoon:["l-ae-m p-uw1-n","vb"],lamppost:["l-ae1-m-p p-ow-s-t","nn"],lance:["l-ae1-n-s","nn"],land:["l-ae1-n-d","nn vbp vb"],landau:["l-ae1-n d-aw","nn"],landed:["l-ae1-n d-ah-d","vbd vbn"],landes:["l-ae1-n-d-z","nn"],landfall:["l-ae1-n-d f-ao-l","nn"],landfill:["l-ae1-n-d f-ih-l","nn"],landholding:["l-ae1-n-d hh-ow-l d-ih-ng","nn"],landing:["l-ae1-n d-ih-ng","nn vbg"],landlocked:["l-ae1-n-d l-aa-k-t","jj"],landlord:["l-ae1-n-d l-ao-r-d","nn"],landmark:["l-ae1-n-d m-aa-r-k","nn jj"],landowner:["l-ae1-n-d ow n-er","nn"],landscape:["l-ae1-n-d s-k-ey-p","nn vb"],landscaped:["l-ae1-n-d s-k-ey-p-t","vbn jj"],landscaper:["l-ae1-n-d s-k-ey p-er","nn"],landscaping:["l-ae1-n-d s-k-ey p-ih-ng","vbg"],landslide:["l-ae1-n-d s-l-ay-d","nn"],lane:["l-ey1-n","nn"],language:["l-ae1-ng g-w-ah-jh","nn"],languid:["l-ae1-ng g-w-ah-d","jj"],languish:["l-ae1-ng g-w-ih-sh","vb"],languished:["l-ae1-ng g-w-ih-sh-t","vbn vbd"],languishes:["l-ae1-ng g-w-ih sh-ih-z","vbz"],languishing:["l-ae1-ng g-w-ih sh-ih-ng","vbg jj"],lanky:["l-ae1-ng k-iy","jj"],lantern:["l-ae1-n t-er-n","nn"],lanthanum:["l-ae1-n th-ah n-ah-m","nn"],lap:["l-ae1-p","nn"],lapel:["l-ah p-eh1-l","nn"],lapidary:["l-ae1 p-ah d-eh r-iy","jj nn"],lapped:["l-ae1-p-t","vbd vbn"],lapping:["l-ae1 p-ih-ng","vbg"],lapse:["l-ae1-p-s","nn vb vbp"],lapsed:["l-ae1-p-s-t","jj vbd vbn"],lapsing:["l-ae1-p s-ih-ng","vbg"],laptop:["l-ae1-p t-aa-p","nn jj"],larceny:["l-aa1-r s-ah n-iy","nn"],lard:["l-aa1-r-d","nn"],larder:["l-aa1-r d-er","nn"],large:["l-aa1-r-jh","jj rb"],largely:["l-aa1-r-jh l-iy","rb"],larger:["l-aa1-r jh-er","jjr rbr"],largess:["l-aa1-r jh-ah-s","nn"],largesse:["l-aa-r g-eh1-s","nn vb"],largest:["l-aa1-r jh-ah-s-t","jjs rbs"],lark:["l-aa1-r-k","nn"],larkspur:["l-aa1-r-k s-p-er","nn"],larval:["l-aa1-r v-ah-l","jj"],larynx:["l-eh1 r-ih-ng-k-s","nn"],laser:["l-ey1 z-er","nn"],lash:["l-ae1-sh","vb vbp nn"],lashed:["l-ae1-sh-t","vbd vbn"],lashing:["l-ae1 sh-ih-ng","vbg"],lass:["l-ae1-s","nn"],lasso:["l-ae1 s-ow","nn vb"],last:["l-ae1-s-t","jj nn rb vb vbp"],lasted:["l-ae1 s-t-ah-d","vbd vbn"],lastest:["l-ae1 s-t-ah-s-t","jjs"],lasting:["l-ae1 s-t-ih-ng","vbg jj"],lastly:["l-ae1-s-t l-iy","rb"],lasts:["l-ae1-s-t-s","vbz"],lat:["l-aa1-t","nn"],latch:["l-ae1-ch","nn vb vbp"],latched:["l-ae1-ch-t","vbn vbd"],latches:["l-ae1 ch-ah-z","vbz"],latching:["l-ae1 ch-ih-ng","vbg"],late:["l-ey1-t","jj rb"],latecomer:["l-ey1-t k-ah m-er","nn"],lately:["l-ey1-t l-iy","rb"],latent:["l-ey1 t-ah-n-t","jj nn"],later:["l-ey1 t-er","rb rp jjr rbr"],lateral:["l-ae1 t-er ah-l","jj"],latest:["l-ey1 t-ah-s-t","jjs jj"],latex:["l-ey1 t-eh-k-s","nn"],lath:["l-ae1-th","nn"],lathe:["l-ey1-dh","nn"],lather:["l-ae1 dh-er","nn"],latitude:["l-ae1 t-ah t-uw-d","nn"],latter:["l-ae1 t-er","nn jj"],lattice:["l-ae1 t-ah-s","nn"],laud:["l-ao1-d","vb"],laudable:["l-ao1 d-ah b-ah-l","jj"],laudanum:["l-ao1 d-ah n-ah-m","nn"],laudatory:["l-ao1 d-ah t-ao r-iy","jj"],lauded:["l-ao1 d-ih-d","vbd vbn"],laugh:["l-ae1-f","nn vbp vb"],laughed:["l-ae1-f-t","vbd vbn"],laughing:["l-ae1 f-ih-ng","vbg jj nn"],laughingly:["l-ae1 f-ih-ng l-iy","rb"],laughingstock:["l-ae1 f-ih-ng s-t-aa-k","nn"],laughter:["l-ae1-f t-er","nn"],launch:["l-ao1-n-ch","vb nn"],launched:["l-ao1-n-ch-t","vbn vbd vb"],launcher:["l-ao1-n ch-er","nn"],launching:["l-ao1-n ch-ih-ng","vbg"],launder:["l-ao1-n d-er","vb"],laundered:["l-ao1-n d-er-d","vbn vbd"],launderer:["l-ao1-n d-er er","nn"],laundering:["l-ao1-n d-er ih-ng","vbg"],laundromat:["l-ao1-n d-r-ah m-ae-t","nn"],laundry:["l-ao1-n d-r-iy","nn"],laureate:["l-ao1 r-iy ah-t","nn"],laurel:["l-ao1 r-ah-l","nn"],lava:["l-aa1 v-ah","nn"],lavatory:["l-ae1 v-ah t-ao r-iy","nn"],lavender:["l-ae1 v-ah-n d-er","jj nn"],lavish:["l-ae1 v-ih-sh","jj vb"],lavished:["l-ae1 v-ih-sh-t","vbd vbn"],lavishing:["l-ae1 v-ih sh-ih-ng","vbg"],lavishly:["l-ae1 v-ih-sh l-iy","rb"],law:["l-ao1","nn"],lawbreaker:["l-ao1 b-r-ey k-er","nn"],lawful:["l-ao1 f-ah-l","jj"],lawfully:["l-ao1 f-ah l-iy","rb"],lawless:["l-ao1 l-ah-s","jj"],lawlessness:["l-ao1 l-ah-s n-ah-s","nn"],lawmaker:["l-ao1 m-ey k-er","nn"],lawmaking:["l-ao1 m-ey k-ih-ng","jj nn"],lawman:["l-ao1 m-ah-n","nn"],lawn:["l-ao1-n","nn"],lawnmower:["l-ao1-n m-ow er","nn"],lawsuit:["l-ao1 s-uw-t","nn"],lawyer:["l-ao1 y-er","nn"],lawyering:["l-ao1 y-er ih-ng","nn"],lax:["l-ae1-k-s","jj"],laxative:["l-ae1-k s-ah t-ih-v","nn"],laxity:["l-ae1-k s-ah t-iy","nn"],lay:["l-ey1","vbd vbp jj vb"],layer:["l-ey1 er","nn vb"],layered:["l-ey1 er-d","vbn"],layering:["l-ey1 er ih-ng","vbg"],laying:["l-ey1 ih-ng","vbg"],layman:["l-ey1 m-ah-n","nn"],layoff:["l-ey1 ao-f","nn"],layout:["l-ey1 aw-t","nn"],lazily:["l-ae1 z-ah l-iy","rb"],lazy:["l-ey1 z-iy","jj"],leach:["l-iy1-ch","vb"],leaching:["l-iy1 ch-ih-ng","nn"],lead:["l-eh1-d","vb vbn vbp jj nn"],leaded:["l-eh1 d-ih-d","jj"],leaden:["l-eh1 d-ah-n","jj"],leader:["l-iy1 d-er","nn"],leaderless:["l-iy1 d-er l-ah-s","jj"],leadership:["l-iy1 d-er sh-ih-p","nn"],leading:["l-iy1 d-ih-ng","vbg jj nn"],leadoff:["l-iy1-d ao-f","nn"],leaf:["l-iy1-f","nn vb"],leafed:["l-iy1-f-t","vbd"],leafing:["l-iy1 f-ih-ng","vbg"],leaflet:["l-iy1-f l-ah-t","nn"],leafy:["l-iy1 f-iy","jj"],league:["l-iy1-g","nn"],leaguer:["l-iy1 g-er","nn"],leak:["l-iy1-k","nn vb"],leakage:["l-iy1 k-ah-jh","nn"],leaked:["l-iy1-k-t","vbn vbd"],leaker:["l-iy1 k-er","nn"],leaking:["l-iy1 k-ih-ng","vbg"],leaky:["l-iy1 k-iy","jj"],lean:["l-iy1-n","jj vbp vb"],leaned:["l-iy1-n-d","vbd vbn"],leaner:["l-iy1 n-er","jjr rbr"],leaning:["l-iy1 n-ih-ng","vbg"],leans:["l-iy1-n-z","vbz"],leap:["l-iy1-p","nn vbp vb"],leaped:["l-eh1-p-t","vbd vbn"],leapfrog:["l-iy1-p f-r-ao-g","vb nn"],leaping:["l-iy1 p-ih-ng","vbg jj"],leapt:["l-eh1-p-t","vbd"],learn:["l-er1-n","vb vbp"],learned:["l-er1-n-d","vbd vbn jj nn"],learner:["l-er1 n-er","nn"],learning:["l-er1 n-ih-ng","vbg"],learns:["l-er1-n-z","vbz"],leasable:["l-iy1 s-ah b-ah-l","jj"],lease:["l-iy1-s","nn vbp vb"],leaseback:["l-iy1-s b-ae-k","nn"],leased:["l-iy1-s-t","vbn vbd jj"],leash:["l-iy1-sh","nn"],leasing:["l-iy1 s-ih-ng","vbg"],least:["l-iy1-s-t","jjs rbs jj"],leather:["l-eh1 dh-er","nn jj"],leathery:["l-eh1 dh-er iy","jj"],leave:["l-iy1-v","vb nn vbp"],leaven:["l-eh1-v-ah-n","vb"],leavened:["l-eh1 v-ah-n-d","vbd vbn jj"],leavening:["l-eh1 v-ah-n ih-ng","vbg"],leaving:["l-iy1 v-ih-ng","vbg"],lecher:["l-eh1 ch-er","nn"],lecherous:["l-eh1 ch-er ah-s","jj"],lectern:["l-eh1-k t-er-n","nn"],lecture:["l-eh1-k ch-er","nn vbp vb"],lectured:["l-eh1-k ch-er-d","vbd vbn"],lecturer:["l-eh1-k ch-er er","nn"],lecturing:["l-eh1-k ch-er ih-ng","vbg"],led:["l-eh1-d","vbn vbd vb"],ledge:["l-eh1-jh","nn"],ledger:["l-eh1 jh-er","nn"],leech:["l-iy1-ch","nn vb"],leery:["l-ih1 r-iy","jj"],leeway:["l-iy1 w-ey","nn"],left:["l-eh1-f-t","vbn jj nn rb vbd"],leftist:["l-eh1-f t-ih-s-t","jj"],leftover:["l-eh1-f-t ow v-er","jj"],leftward:["l-eh1-f-t w-er-d","jj"],leg:["l-eh1-g","nn"],legacy:["l-eh1 g-ah s-iy","nn"],legal:["l-iy1 g-ah-l","jj"],legalistic:["l-eh g-ah l-ih1 s-t-ih-k","jj"],legality:["l-iy g-ae1 l-ah t-iy","nn"],legalization:["l-iy g-ah l-ah z-ey1 sh-ah-n","nn"],legalize:["l-iy1 g-ah l-ay-z","vb vbp"],legalized:["l-iy1 g-ah l-ay-z-d","vbn"],legalizing:["l-iy1 g-ah l-ay z-ih-ng","vbg"],legally:["l-iy1 g-ah l-iy","rb"],legend:["l-eh1 jh-ah-n-d","nn"],legendary:["l-eh1 jh-ah-n d-eh r-iy","jj"],legerdemain:["l-eh jh-er d-ah m-ey1-n","nn"],legged:["l-eh1 g-ah-d","jj"],leggings:["l-eh1 g-ih-ng-z","nn"],leggy:["l-eh1 g-iy","jj"],legibility:["l-eh jh-ah b-ih1 l-ah t-iy","nn"],legible:["l-eh1 jh-ah b-ah-l","jj"],legion:["l-iy1 jh-ah-n","jj nn"],legislate:["l-eh1 jh-ih s-l-ey-t","vb"],legislated:["l-eh1 jh-ah-s l-ey t-ah-d","vbn vbd"],legislates:["l-eh1 jh-ih s-l-ey-t-s","vbz"],legislating:["l-eh1 jh-ih s-l-ey t-ih-ng","vbg"],legislation:["l-eh jh-ah-s l-ey1 sh-ah-n","nn"],legislative:["l-eh1 jh-ah-s l-ey t-ih-v","jj"],legislatively:["l-eh1 jh-ih s-l-ey t-ih-v l-iy","rb"],legislator:["l-eh1 jh-ah-s l-ey t-er","nn"],legislature:["l-eh1 jh-ah-s l-ey ch-er","nn"],legitimacy:["l-ah jh-ih1 t-ah m-ah s-iy","nn"],legitimate:["l-ah jh-ih1 t-ah m-ah-t","jj"],legitimately:["l-ah jh-ih1 t-ah m-ah-t l-iy","rb"],legitimize:["l-ah jh-ih1 t-ah m-ay-z","vb"],legitimized:["l-ih jh-ih1 t-ah m-ay-z-d","vbn"],legitimizes:["l-ih jh-ih1 t-ah m-ay z-ih-z","vbz"],legume:["l-eh1 g-y-uw-m","nn"],leisure:["l-eh1 zh-er","nn"],leisurely:["l-iy1 z-er l-iy","jj rb"],leitmotif:["l-ay1-t m-ow t-iy-f","nn"],lemming:["l-eh1 m-ih-ng","nn"],lemon:["l-eh1 m-ah-n","nn jj"],lemonade:["l-eh1 m-ah n-ey1-d","nn"],len:["l-eh1-n","nn"],lend:["l-eh1-n-d","vb vbp"],lender:["l-eh1-n d-er","nn"],lending:["l-eh1-n d-ih-ng","vbg jj"],lends:["l-eh1-n-d-z","vbz"],length:["l-eh1-ng-k-th","nn"],lengthen:["l-eh1-ng th-ah-n","vb vbp"],lengthened:["l-eh1-ng th-ah-n-d","vbn vbd jj"],lengthening:["l-eh1-ng th-ah n-ih-ng","vbg"],lengthens:["l-eh1-ng th-ah-n-z","vbz"],lengthwise:["l-eh1-ng-th w-ay-z","rb jj"],lengthy:["l-eh1-ng th-iy","jj"],leniency:["l-iy1 n-y-ah-n s-iy","nn"],lenient:["l-iy1 n-iy ah-n-t","jj"],lens:["l-eh1-n-z","nn"],lent:["l-eh1-n-t","vbd vbn"],lentil:["l-eh1-n t-ah-l","nn"],leopard:["l-eh1 p-er-d","nn"],leprosy:["l-eh1 p-r-ah s-iy","nn"],lesbian:["l-eh1-z b-iy ah-n","nn"],lesion:["l-iy1 zh-ah-n","nn"],less:["l-eh1-s","jjs cc rb rbr rbs"],lessen:["l-eh1 s-ah-n","vb"],lessened:["l-eh1 s-ah-n-d","vbn jj vbd"],lessening:["l-eh1 s-ah-n ih-ng","vbg"],lessens:["l-eh1 s-ah-n-z","vbz"],lesser:["l-eh1 s-er","jjr rbr"],lesson:["l-eh1 s-ah-n","nn"],lessor:["l-eh1 s-er","nn"],lest:["l-eh1-s-t","in"],"let":["l-eh1-t","vb vbd vbn vbp nn"],letdown:["l-eh1-t d-aw-n","nn"],lethal:["l-iy1 th-ah-l","jj"],lethality:["l-iy th-ae1 l-ah t-iy","nn"],lethargic:["l-ah th-aa1-r jh-ih-k","jj"],lethargy:["l-eh1 th-er jh-iy","nn"],lets:["l-eh1-t-s","vbz"],letter:["l-eh1 t-er","nn vb"],lettered:["l-eh1 t-er-d","vbd"],letterhead:["l-eh1 t-er hh-eh-d","nn"],lettering:["l-eh1 t-er ih-ng","nn"],letterman:["l-eh1 t-er m-ah-n","nn"],letting:["l-eh1 t-ih-ng","vbg"],lettuce:["l-eh1 t-ah-s","nn"],letup:["l-eh1-t ah-p","nn"],leukemia:["l-uw k-iy1 m-iy ah","nn"],levamisole:["l-ah v-ae1 m-ih s-ow-l","nn"],levee:["l-eh1 v-iy","nn"],level:["l-eh1 v-ah-l","nn vbp jj vb"],leveled:["l-eh1 v-ah-l-d","vbd vbn"],leveling:["l-eh1 v-ah-l ih-ng","vbg"],levelled:["l-eh1 v-ah-l-d","vbn"],lever:["l-eh1 v-er","nn"],leverage:["l-eh1 v-er ih-jh","nn vb"],leveraged:["l-iy1 v-er ih-jh-d","jj vbn nn"],leveraging:["l-eh1 v-r-ih jh-ih-ng","vbg"],leviathan:["l-ah v-ay1 ah th-ah-n","jj nn"],levied:["l-eh1 v-iy-d","vbn vbd"],levitation:["l-eh v-ih t-ey1 sh-ah-n","nn"],levity:["l-eh1 v-ih t-iy","nn"],levy:["l-eh1 v-iy","nn vbp vb"],levying:["l-eh1 v-iy ih-ng","vbg"],lewd:["l-uw1-d","jj"],lexical:["l-eh1-k s-ih k-ah-l","jj"],lexicon:["l-eh1-k s-ih k-aa-n","nn"],liability:["l-ay ah b-ih1 l-ih t-iy","nn"],liable:["l-ay1 ah b-ah-l","jj"],liaison:["l-iy ey1 z-aa-n","nn jj"],liar:["l-ay1 er","nn"],libel:["l-ay1 b-ah-l","nn vb"],libeled:["l-ay1 b-ah-l-d","vbn"],libelous:["l-ay1 b-ah l-ah-s","jj"],liberal:["l-ih1 b-er ah-l","jj nn"],liberalism:["l-ih1 b-er ah l-ih z-ah-m","nn"],liberality:["l-ih b-er ae1 l-ah t-iy","nn"],liberalization:["l-ih b-r-ah l-ih z-ey1 sh-ah-n","nn"],liberalize:["l-ih1 b-er ah l-ay-z","vb vbp"],liberalized:["l-ih1 b-er ah l-ay-z-d","vbn jj vbd"],liberalizing:["l-ih1 b-er ah l-ay z-ih-ng","vbg"],liberally:["l-ih1 b-er ah l-iy","rb"],liberate:["l-ih1 b-er ey-t","vb"],liberated:["l-ih1 b-er ey t-ih-d","vbn jj vbd"],liberating:["l-ih1 b-er ey t-ih-ng","vbg jj"],liberation:["l-ih b-er ey1 sh-ah-n","nn"],libertarian:["l-ih b-er t-eh1 r-iy ah-n","jj"],libertine:["l-ih1 b-er t-iy-n","nn"],liberty:["l-ih1 b-er t-iy","nn"],libido:["l-ah b-iy1 d-ow","nn"],librarian:["l-ay b-r-eh1 r-iy ah-n","nn"],library:["l-ay1 b-r-eh r-iy","nn"],libretto:["l-ah b-r-eh1 t-ow","nn"],license:["l-ay1 s-ah-n-s","nn vbp vb"],licensed:["l-ay1 s-ah-n-s-t","vbn vbd jj"],licensee:["l-ay s-ah-n s-iy1","nn"],licensing:["l-ay1 s-ah-n s-ih-ng","vbg jj"],lichen:["l-ay1 k-ah-n","nn"],lick:["l-ih1-k","vb"],licked:["l-ih1-k-t","vbd vbn"],licking:["l-ih1 k-ih-ng","vbg"],licks:["l-ih1-k-s","vbz"],lid:["l-ih1-d","nn"],lie:["l-ay1","vb vbp nn"],lied:["l-ay1-d","vbd"],lieder:["l-iy1 d-er","jj nn"],lien:["l-iy1-n","nn"],lieutenant:["l-uw t-eh1 n-ah-n-t","nn"],life:["l-ay1-f","nn rb"],lifeblood:["l-ay1-f b-l-ah-d","nn"],lifeboat:["l-ay1-f b-ow-t","nn"],lifeguard:["l-ay1-f g-aa-r-d","nn"],lifeless:["l-ay1-f l-ah-s","jj"],lifelike:["l-ay1-f l-ay-k","jj"],lifeline:["l-ay1-f l-ay-n","nn"],lifelong:["l-ay1-f l-ao1-ng","jj"],lifer:["l-ay1 f-er","nn"],lifesaving:["l-ay1-f s-ey v-ih-ng","vbg"],lifestyle:["l-ay1-f s-t-ay-l","nn"],lifetime:["l-ay1-f t-ay-m","nn jj"],lift:["l-ih1-f-t","vb nn vbp"],lifted:["l-ih1-f t-ah-d","vbd vbn"],lifter:["l-ih1-f t-er","nn"],lifting:["l-ih1-f t-ih-ng","vbg jj nn"],liftoff:["l-ih1-f-t ao-f","nn"],ligament:["l-ih1 g-ah m-ah-n-t","nn"],ligand:["l-ih1 g-ah-n-d","nn"],light:["l-ay1-t","nn jj rb vb vbp"],lighted:["l-ay1 t-ah-d","vbn vbd jj"],lighten:["l-ay1 t-ah-n","vb"],lightened:["l-ay1 t-ah-n-d","vbd vbn"],lightening:["l-ay1 t-ah-n ih-ng","vbg"],lighter:["l-ay1 t-er","jjr rbr nn"],lightest:["l-ay1 t-ah-s-t","jjs"],lighthearted:["l-ay1-t hh-aa-r t-ih-d","jj"],lighthouse:["l-ay1-t hh-aw-s","nn"],lighting:["l-ay1 t-ih-ng","nn vbg"],lightly:["l-ay1-t l-iy","rb"],lightness:["l-ay1-t n-ah-s","nn"],lightning:["l-ay1-t n-ih-ng","nn"],lightweight:["l-ay1-t w-ey1-t","jj nn"],lignite:["l-ih1-g n-ay-t","jj nn"],likable:["l-ay1 k-ah b-ah-l","jj"],like:["l-ay1-k","in jj nn vb vbp"],liked:["l-ay1-k-t","vbd vbn"],likelier:["l-ay1-k l-iy er","jjr"],likeliest:["l-ay1-k l-iy ah-s-t","jjs"],likelihood:["l-ay1-k l-iy hh-uh-d","nn"],likely:["l-ay1-k l-iy","jj rb"],liken:["l-ay1-k-ah-n","vb"],likened:["l-ay1 k-ah-n-d","vbd vbn"],likeness:["l-ay1-k n-ah-s","nn"],likening:["l-ay1 k-ah n-ih-ng","vbg"],likens:["l-ay1 k-ah-n-z","vbz"],likewise:["l-ay1-k w-ay-z","rb"],liking:["l-ay1 k-ih-ng","vbg"],lilac:["l-ay1 l-ae-k","jj"],lilt:["l-ih1-l-t","nn"],lily:["l-ih1 l-iy","nn"],lima:["l-ay1 m-ah","nn"],limb:["l-ih1-m","nn"],limber:["l-ih1-m b-er","jj"],limbo:["l-ih1-m b-ow","nn"],lime:["l-ay1-m","nn"],limelight:["l-ay1-m l-ay-t","nn"],limestone:["l-ay1-m s-t-ow-n","nn"],limit:["l-ih1 m-ah-t","nn vb vbp"],limitation:["l-ih m-ih t-ey1 sh-ah-n","nn"],limited:["l-ih1 m-ah t-ah-d","jj vbd vbn"],limiting:["l-ih1 m-ah t-ih-ng","vbg"],limitless:["l-ih1 m-ah-t l-ah-s","jj"],limo:["l-ih1 m-ow","nn"],limousine:["l-ih1 m-ah z-iy-n","nn"],limp:["l-ih1-m-p","jj nn vb"],limped:["l-ih1-m-p-t","vbd vbn"],limping:["l-ih1-m p-ih-ng","vbg"],linage:["l-ay1 n-ih-jh","nn"],linchpin:["l-ih1-n-ch p-ih-n","nn"],linden:["l-ih1-n d-ah-n","nn"],line:["l-ay1-n","nn vbp rb vb"],lineage:["l-ih1 n-iy ah-jh","nn"],lineal:["l-ih1 n-iy ah-l","jj"],linear:["l-ih1 n-iy er","jj"],linearly:["l-ih1 n-iy er l-iy","rb"],lineback:["l-ay1-n b-ae-k","nn"],linebacker:["l-ay1-n b-ae k-er","nn"],lined:["l-ay1-n-d","vbn vbd jj"],lineman:["l-ay1-n m-ah-n","nn"],linen:["l-ih1 n-ah-n","nn jj"],liner:["l-ay1 n-er","nn"],lineup:["l-ay1-n ah-p","nn"],linger:["l-ih1-ng g-er","vb vbp"],lingered:["l-ih1-ng g-er-d","vbd vbn"],lingerie:["l-aa1-n zh-er ey","nn"],lingering:["l-ih1-ng g-er ih-ng","vbg jj"],lingers:["l-ih1-ng g-er-z","vbz"],lingo:["l-ih1-ng g-ow","nn"],linguist:["l-ih1-ng g-w-ih-s-t","nn"],linguistic:["l-ih-ng g-w-ih1 s-t-ih-k","jj"],linguistically:["l-ih-ng g-w-ih1 s-t-ih-k l-iy","rb"],lining:["l-ay1 n-ih-ng","vbg"],link:["l-ih1-ng-k","nn vb vbp"],linkage:["l-ih1-ng k-ah-jh","nn"],linked:["l-ih1-ng-k-t","vbn vbd jj"],linking:["l-ih1-ng k-ih-ng","vbg"],linoleum:["l-ah n-ow1 l-iy ah-m","nn"],lint:["l-ih1-n-t","nn"],lion:["l-ay1 ah-n","nn"],lionize:["l-ay1-ah-n-ay-z","vb"],lionized:["l-ay1 ah n-ay-z-d","vbn"],lip:["l-ih1-p","nn jj"],lipid:["l-ay1 p-ah-d","nn"],liposome:["l-ih1 p-ah s-ow-m","nn"],lipstick:["l-ih1-p s-t-ih-k","nn"],liquefied:["l-ih1 k-w-ah f-ay-d","vbn"],liquefy:["l-ih1 k-w-ah f-ay","vb vbp"],liqueur:["l-ih k-er1","nn"],liquid:["l-ih1 k-w-ah-d","jj nn"],liquidate:["l-ih1 k-w-ih d-ey-t","vb"],liquidated:["l-ih1 k-w-ih d-ey t-ih-d","vbn vbd"],liquidating:["l-ih1 k-w-ih d-ey t-ih-ng","vbg jj nn"],liquidation:["l-ih k-w-ih d-ey1 sh-ah-n","nn"],liquidator:["l-ih1 k-w-ih d-ey t-er","nn"],liquidity:["l-ih k-w-ih1 d-ah t-iy","nn"],liquor:["l-ih1 k-er","nn"],list:["l-ih1-s-t","nn vbp vb"],listed:["l-ih1 s-t-ah-d","vbn vbd jj"],listen:["l-ih1 s-ah-n","vb vbp"],listened:["l-ih1 s-ah-n-d","vbd vbn"],listener:["l-ih1 s-ah-n er","nn"],listening:["l-ih1 s-ah-n ih-ng","vbg"],listens:["l-ih1 s-ah-n-z","vbz"],listing:["l-ih1 s-t-ih-ng","nn vbg"],listless:["l-ih1-s-t l-ah-s","jj"],listlessly:["l-ih1-s-t l-ah-s l-iy","rb"],lit:["l-ih1-t","vbd vbn jj nn"],litany:["l-ih1 t-ah n-iy","nn"],liter:["l-iy1 t-er","nn"],literacy:["l-ih1 t-er ah s-iy","nn"],literal:["l-ih1 t-er ah-l","jj"],literally:["l-ih1 t-er ah l-iy","rb"],literary:["l-ih1 t-er eh r-iy","jj nn"],literate:["l-ih1 t-er ah-t","jj"],literature:["l-ih1 t-er ah ch-er","nn"],lithe:["l-ay1-dh","jj"],lithium:["l-ih1 th-iy ah-m","nn"],lithograph:["l-ih1 th-ah g-r-ae-f","nn"],lithographic:["l-ih th-ah g-r-ae1 f-ih-k","jj"],lithography:["l-ah th-aa1 g-r-ah f-iy","nn"],litigant:["l-ih1 t-ih g-ah-n-t","nn"],litigate:["l-ih1 t-ih g-ey-t","vb"],litigated:["l-ih1 t-ih g-ey t-ih-d","vbn"],litigation:["l-ih t-ah g-ey1 sh-ah-n","nn"],litigator:["l-ih1 t-ah g-ey t-er","nn"],litigious:["l-ih t-ih1 jh-ah-s","jj"],litle:["l-ay1 t-ah-l","jj nn"],litmus:["l-ih1-t m-ah-s","nn"],litter:["l-ih1 t-er","nn vb vbp"],littered:["l-ih1 t-er-d","vbn vbd"],littering:["l-ih1 t-er ih-ng","nn"],little:["l-ih1 t-ah-l","jj rb"],littlest:["l-ih1 t-ah-l ah-s-t","jjs"],liturgical:["l-ah t-er1 jh-ih k-ah-l","jj"],liturgy:["l-ih1 t-er jh-iy","nn"],livable:["l-ih1 v-ah b-ah-l","jj"],live:["l-ay1-v","vb rb vbp jj"],lived:["l-ay1-v-d","vbd vbn vb"],livelier:["l-ay1-v l-iy er","jjr"],liveliest:["l-ay1-v l-iy ah-s-t","jjs"],livelihood:["l-ay1-v l-iy hh-uh-d","nn"],liveliness:["l-ay1-v l-iy n-ah-s","nn"],lively:["l-ay1-v l-iy","jj rb"],liver:["l-ih1 v-er","nn"],liveried:["l-ih1 v-r-iy-d","jj"],livestock:["l-ay1-v s-t-aa-k","nn"],livid:["l-ih1 v-ih-d","jj"],living:["l-ih1 v-ih-ng","vbg jj nn"],lizard:["l-ih1 z-er-d","nn"],lo:["l-ow1","uh"],load:["l-ow1-d","nn vb vbp"],loaded:["l-ow1 d-ah-d","vbn jj vbd"],loader:["l-ow1 d-er","nn"],loading:["l-ow1 d-ih-ng","vbg"],loaf:["l-ow1-f","nn"],loafer:["l-ow1 f-er","nn"],loan:["l-ow1-n","nn vb"],loaned:["l-ow1-n-d","vbn vbd"],loath:["l-ow1-th","jj"],loathe:["l-ow1-dh","vb"],loathed:["l-ow1-dh-d","vbd vbn"],loathing:["l-ow1 dh-ih-ng","vbg"],loathsome:["l-ow1-dh s-ah-m","jj"],loave:["l-ow1-v","nn"],lob:["l-aa1-b","vb"],lobbied:["l-aa1 b-iy-d","vbd vbn"],lobby:["l-aa1 b-iy","nn vb"],lobbying:["l-aa1 b-iy ih-ng","vbg jj nn"],lobbyist:["l-aa1 b-iy ah-s-t","nn"],lobe:["l-ow1-b","nn"],loblolly:["l-aa1 b-l-aa l-iy","nn"],lobo:["l-ow1 b-ow","nn"],lobster:["l-aa1-b s-t-er","nn"],lobule:["l-aa1 b-y-uw-l","nn"],local:["l-ow1 k-ah-l","jj nn"],locale:["l-ow k-ae1-l","nn"],locality:["l-ow k-ae1 l-ah t-iy","nn"],localization:["l-ow k-ah l-ah z-ey1 sh-ah-n","nn"],localize:["l-ow1-k-ah-l-ay-z","vb"],localized:["l-ow1 k-ah l-ay-z-d","jj vbn"],locally:["l-ow1 k-ah l-iy","rb"],locate:["l-ow1 k-ey-t","vb vbp"],located:["l-ow1 k-ey t-ah-d","vbn jj vbd"],locates:["l-ow1 k-ey-t-s","vbz"],locating:["l-ow1 k-ey t-ih-ng","vbg"],location:["l-ow k-ey1 sh-ah-n","nn"],loch:["l-aa1-k","nn"],lock:["l-aa1-k","vb vbp jj nn"],locked:["l-aa1-k-t","vbn jj vbd"],locker:["l-aa1 k-er","nn"],locking:["l-aa1 k-ih-ng","jj vbg"],lockout:["l-aa1-k aw-t","nn"],lockstep:["l-aa1-k s-t-eh-p","nn"],lockup:["l-aa1-k ah-p","nn"],locomotive:["l-ow k-ah m-ow1 t-ih-v","nn"],locus:["l-ow1 k-ah-s","nn"],locust:["l-ow1 k-ah-s-t","nn"],lodge:["l-aa1-jh","nn vb"],lodged:["l-aa1-jh-d","vbn vbd"],lodging:["l-aa1 jh-ih-ng","nn vbg"],loft:["l-ao1-f-t","nn"],lofty:["l-ao1-f t-iy","jj"],log:["l-ao1-g","nn vb vbp"],logarithm:["l-aa1 g-er ih dh-ah-m","nn"],logged:["l-ao1-g-d","vbn vbd"],logger:["l-aa1 g-er","nn"],loggerhead:["l-aa1 g-er hh-eh-d","nn"],logging:["l-ao1 g-ih-ng","vbg jj"],logic:["l-aa1 jh-ih-k","nn"],logical:["l-aa1 jh-ih k-ah-l","jj"],logically:["l-aa1 jh-ih-k l-iy","rb"],logistic:["l-ah jh-ih1 s-t-ih-k","jj"],logistical:["l-ah jh-ih1 s-t-ih k-ah-l","jj"],logjam:["l-aa1-g jh-ae-m","nn"],logo:["l-ow1 g-ow","nn"],loin:["l-oy1-n","nn"],loincloth:["l-oy1-n k-l-ao-th","nn"],loiter:["l-oy1-t-er","vb"],loitering:["l-oy1 t-er ih-ng","vbg"],loll:["l-aa1-l","vb"],lolling:["l-aa1 l-ih-ng","vbg"],lollipop:["l-aa1 l-iy p-aa-p","nn"],lone:["l-ow1-n","jj"],loneliness:["l-ow1-n l-iy n-ah-s","nn"],lonely:["l-ow1-n l-iy","jj"],loner:["l-ow1 n-er","nn"],lonesome:["l-ow1-n s-ah-m","jj"],"long":["l-ao1-ng","jj vb vbp rb"],longed:["l-ao1-ng-d","vbd vbn"],longer:["l-ao1-ng g-er","rb jjr rbr"],longest:["l-ao1-ng g-ah-s-t","jjs"],longevity:["l-ao-n jh-eh1 v-ah t-iy","nn"],longhand:["l-ao1-ng hh-ae-n-d","jj nn"],longhorn:["l-ao1-ng hh-ao-r-n","nn"],longing:["l-ao1 ng-ih-ng","nn vbg"],longish:["l-ao1 ng-ih-sh","jj"],longitude:["l-aa1-n jh-ah t-uw-d","nn"],longitudinal:["l-aa-n jh-ah t-uw1 d-ah n-ah-l","jj"],longrange:["l-ao1-ng r-ey-n-jh","jj"],longs:["l-ao1-ng-z","vbz"],longshot:["l-ao1-ng sh-aa-t","nn"],longstanding:["l-ao1-ng s-t-ae-n d-ih-ng","jj"],longterm:["l-ao1-ng t-er-m","jj nn"],longtime:["l-ao1-ng t-ay-m","jj nn"],look:["l-uh1-k","vb nn vbp"],lookalike:["l-uh1 k-ah l-ay-k","jj"],looked:["l-uh1-k-t","vbd vbn"],looking:["l-uh1 k-ih-ng","vbg jj nn"],lookout:["l-uh1-k aw-t","nn"],loom:["l-uw1-m","vbp nn vb"],loomed:["l-uw1-m-d","vbd vbn"],looming:["l-uw1 m-ih-ng","vbg"],loon:["l-uw1-n","nn"],loony:["l-uw1 n-iy","jj"],loop:["l-uw1-p","nn vb"],looped:["l-uw1-p-t","vbd"],loophole:["l-uw1-p hh-ow-l","nn"],loopy:["l-uw1 p-iy","jj"],loose:["l-uw1-s","jj rb vb rp"],loosely:["l-uw1-s l-iy","rb"],loosen:["l-uw1 s-ah-n","vb"],loosened:["l-uw1 s-ah-n-d","vbn vbd"],loosening:["l-uw1 s-ah n-ih-ng","vbg"],loosens:["l-uw1 s-ah-n-z","vbz"],looser:["l-uw1 s-er","jjr"],loot:["l-uw1-t","nn vb"],looted:["l-uw1 t-ah-d","vbn vbd"],looting:["l-uw1 t-ih-ng","vbg"],lop:["l-aa1-p","jj"],lope:["l-ow1-p","nn vb"],lopes:["l-ow1-p-s","vbz"],lopped:["l-aa1-p-t","vbd vbn"],lopping:["l-aa1 p-ih-ng","nn"],lopsided:["l-aa1-p s-ay1 d-ih-d","jj"],loquacious:["l-ow k-w-ey1 sh-ah-s","jj"],lord:["l-ao1-r-d","nn"],lore:["l-ao1-r","nn"],lose:["l-uw1-z","vb vbp"],loser:["l-uw1 z-er","nn jj"],losing:["l-uw1 z-ih-ng","vbg jj nn"],loss:["l-ao1-s","nn"],lost:["l-ao1-s-t","vbd vbn jj"],lot:["l-aa1-t","nn rb jj"],lotion:["l-ow1 sh-ah-n","nn"],lotter:["l-aa1 t-er","nn"],lottery:["l-aa1 t-er iy","nn"],lotus:["l-ow1 t-ah-s","nn"],loud:["l-aw1-d","jj rb"],louder:["l-aw1 d-er","jjr rb rbr"],loudest:["l-aw1 d-ah-s-t","jjs rbs"],loudly:["l-aw1-d l-iy","rb"],loudspeaker:["l-aw1-d s-p-iy k-er","nn"],lounge:["l-aw1-n-jh","nn vb"],lounging:["l-aw1-n jh-ih-ng","vbg"],louse:["l-aw1-s","vb nn"],lousy:["l-aw1 z-iy","jj"],lovable:["l-ah1 v-ah b-ah-l","jj"],love:["l-ah1-v","nn vb vbp"],loved:["l-ah1-v-d","vbd vbn jj"],lovely:["l-ah1-v l-iy","jj"],lover:["l-ah1 v-er","nn"],lovin:["l-ow1 v-ih-n","jj"],loving:["l-ah1 v-ih-ng","jj vbg"],lovingly:["l-ah1 v-ih-ng l-iy","rb"],low:["l-ow1","jj nn rb rp"],lower:["l-ow1 er","jjr rbr vbp jj rb vb"],lowered:["l-ow1 er-d","vbd vbn jj"],lowering:["l-ow1 er ih-ng","vbg"],lowest:["l-ow1 ah-s-t","jjs jj"],lowland:["l-ow1 l-ae-n-d","nn"],lowly:["l-ow1 l-iy","jj rb"],loyal:["l-oy1 ah-l","jj"],loyalist:["l-oy1 ah l-ih-s-t","nn jj"],loyalty:["l-oy1 ah-l t-iy","nn"],lube:["l-uw1-b","nn"],lubricant:["l-uw1 b-r-ah k-ah-n-t","nn jj"],lubricate:["l-uw1-b-r-ih-k-ey-t","vb"],lubricated:["l-uw1 b-r-ah k-ey t-ih-d","vbn"],lucid:["l-uw1 s-ah-d","jj"],luck:["l-ah1-k","nn"],luckier:["l-ah1 k-iy er","jjr"],luckiest:["l-ah1 k-iy ah-s-t","jjs"],luckily:["l-ah1 k-ah l-iy","rb"],lucky:["l-ah1 k-iy","jj"],lucrative:["l-uw1 k-r-ah t-ih-v","jj"],lucy:["l-uw1 s-iy","nn"],ludicrous:["l-uw1 d-ah k-r-ah-s","jj"],ludicrously:["l-uw1 d-ah k-r-ah-s l-iy","rb"],lug:["l-ah1-g","vb nn"],luggage:["l-ah1 g-ah-jh","nn"],lugging:["l-ah1 g-ih-ng","vbg"],lukewarm:["l-uw1-k w-ao1-r-m","jj"],lull:["l-ah1-l","nn vb"],lullaby:["l-ah1 l-ah b-ay","nn"],lulled:["l-ah1-l-d","vbn"],lumbar:["l-ah1-m b-aa-r","jj"],lumber:["l-ah1-m b-er","nn vb vbp"],lumbering:["l-ah1-m b-er ih-ng","jj nn"],lumberjack:["l-ah1-m b-er jh-ae-k","nn"],lumberyard:["l-ah1-m b-er y-aa-r-d","nn"],lumen:["l-uw1 m-ah-n","nn"],luminary:["l-uw1 m-ah n-eh r-iy","nn"],luminescence:["l-uw m-ah n-eh1 s-ah-n-s","nn"],luminescent:["l-uw m-ah n-eh1 s-ah-n-t","jj"],luminous:["l-uw1 m-ah n-ah-s","jj"],lump:["l-ah1-m-p","nn vb vbp"],lumped:["l-ah1-m-p-t","vbn vbd"],lumping:["l-ah1-m p-ih-ng","vbg"],lumpy:["l-ah1-m p-iy","jj"],lunar:["l-uw1 n-er","jj"],lunatic:["l-uw1 n-ah t-ih-k","jj"],lunch:["l-ah1-n-ch","nn vb"],lunched:["l-ah1-n-ch-t","vbn"],luncheon:["l-ah1-n ch-ah-n","nn"],lunchroom:["l-ah1-n-ch r-uw-m","nn"],lunchtime:["l-ah1-n-ch t-ay-m","nn"],lung:["l-ah1-ng","nn"],lunge:["l-ah1-n-jh","vb"],lunged:["l-ah1-n-jh-d","vbd"],lunger:["l-ah1 ng-er","nn"],lunges:["l-ah1-n jh-ih-z","vbz"],lunging:["l-ah1-n jh-ih-ng","vbg"],lurch:["l-er1-ch","nn vb vbp"],lurched:["l-er1-ch-t","vbd"],lurching:["l-er1 ch-ih-ng","vbg"],lure:["l-uh1-r","vb nn"],lured:["l-uh1-r-d","vbn vbd"],lurid:["l-uh1 r-ah-d","jj"],luring:["l-uh1 r-ih-ng","vbg"],lurk:["l-er1-k","vb vbp"],lurked:["l-er1-k-t","vbd"],lurking:["l-er1 k-ih-ng","vbg"],lurks:["l-er1-k-s","vbz"],luscious:["l-ah1 sh-ih-s","jj"],lush:["l-ah1-sh","jj"],lust:["l-ah1-s-t","nn"],luster:["l-ah1 s-t-er","nn"],lustful:["l-ah1-s-t f-ah-l","jj"],lustre:["l-ah1 s-t-er","nn"],lustrous:["l-ah1-s t-r-ah-s","jj"],lusty:["l-ah1 s-t-iy","jj"],lute:["l-uw1-t","nn"],luxurious:["l-ah-g zh-er1 iy ah-s","jj"],luxury:["l-ah1-g zh-er iy","nn jj"],lye:["l-ay1","nn"],lying:["l-ay1 ih-ng","vbg"],lymph:["l-ih1-m-f","nn"],lymphocyte:["l-ih1-m f-ah s-ay-t","nn"],lymphoma:["l-ih-m f-ow1 m-ah","nn"],lynch:["l-ih1-n-ch","vb"],lynched:["l-ih1-n-ch-t","vbn"],lyric:["l-ih1 r-ih-k","jj nn"],lyrical:["l-ih1 r-ih k-ah-l","jj"],lyricism:["l-ih1 r-ih s-ih z-ah-m","nn"],lyricist:["l-ih1 r-ih s-ih-s-t","nn"],macabre:["m-ah k-aa1 b-r-ah","jj"],macaroni:["m-ae k-er ow1 n-iy","nn"],macaw:["m-ah k-ao1","nn"],machete:["m-ah sh-eh1 t-iy","nn"],machination:["m-ae k-ah n-ey1 sh-ah-n","nn"],machine:["m-ah sh-iy1-n","nn"],machinery:["m-ah sh-iy1 n-er iy","nn"],machining:["m-ah sh-iy1 n-ih-ng","nn"],machinist:["m-ah sh-iy1 n-ah-s-t","nn"],macho:["m-aa1 ch-ow","jj nn"],mackerel:["m-ae1 k-er ah-l","nn"],mackinaw:["m-ae1 k-ah n-ao","nn"],mackintosh:["m-ae1 k-ah-n t-aa-sh","nn"],macroeconomic:["m-ae k-r-ow eh k-ah n-aa1 m-ih-k","jj"],mad:["m-ae1-d","jj"],madam:["m-ae1 d-ah-m","nn"],madcap:["m-ae1-d k-ae-p","jj"],madden:["m-ae1-d-ah-n","vb"],maddening:["m-ae1 d-ah-n ih-ng","jj vbg"],maddeningly:["m-ae1 d-ah-n ih-ng l-iy","rb"],made:["m-ey1-d","vbn vbd jj"],madhouse:["m-ae1-d hh-aw-s","nn"],madly:["m-ae1-d l-iy","rb"],madman:["m-ae1-d m-ae-n","nn"],madness:["m-ae1-d n-ah-s","nn"],madrigal:["m-ae1 d-r-ah g-ah-l","nn"],madstone:["m-ae1-d s-t-ow-n","nn"],maelstrom:["m-ey1-l s-t-r-ah-m","nn"],maestro:["m-ay1 s-t-r-ow","nn"],mafia:["m-aa1 f-iy ah","nn"],magazine:["m-ae1 g-ah z-iy-n","nn"],magenta:["m-ah jh-eh1-n t-ah","jj nn"],maggot:["m-ae1 g-ah-t","nn"],magic:["m-ae1 jh-ih-k","nn jj"],magical:["m-ae1 jh-ih k-ah-l","jj"],magically:["m-ae1 jh-ih k-ah l-iy","rb"],magician:["m-ah jh-ih1 sh-ah-n","nn"],magistrate:["m-ae1 jh-ah s-t-r-ey-t","nn"],magnanimous:["m-ae-g n-ae1 n-ah m-ah-s","jj"],magnate:["m-ae1-g n-ah-t","nn"],magnesium:["m-ae-g n-iy1 z-iy ah-m","nn"],magnet:["m-ae1-g n-ah-t","nn"],magnetic:["m-ae-g n-eh1 t-ih-k","jj"],magnetically:["m-ae-g n-eh1 t-ih k-ah l-iy","rb"],magnetism:["m-ae1-g n-ah t-ih z-ah-m","nn"],magnetize:["m-ae1-g n-ih t-ay-z","vb"],magnetized:["m-ae1-g n-ih t-ay-z-d","vbn"],magnification:["m-ae-g n-ah f-ah k-ey1 sh-ah-n","nn"],magnificent:["m-ae-g n-ih1 f-ah s-ah-n-t","jj"],magnificently:["m-ae-g n-ih1 f-ah s-ah-n-t l-iy","rb"], +magnified:["m-ae1-g n-ah f-ay-d","vbn vbd"],magnifies:["m-ae1-g n-ah f-ay-z","vbz"],magnify:["m-ae1-g n-ah f-ay","vb"],magnifying:["m-ae1-g n-ah f-ay ih-ng","vbg"],magnitude:["m-ae1-g n-ah t-uw-d","nn"],magnolia:["m-ae-g n-ow1 l-y-ah","nn"],magnum:["m-ae1-g n-ah-m","nn"],magpies:["m-ae1-g p-ay","nn"],maharajah:["m-aa hh-er aa1 jh-ah-z","nn"],mahogany:["m-ah hh-aa1 g-ah n-iy","nn"],maid:["m-ey1-d","nn"],maiden:["m-ey1 d-ah-n","nn jj"],mail:["m-ey1-l","nn vb vbp"],mailbox:["m-ey1-l b-aa-k-s","nn"],mailed:["m-ey1-l-d","vbn vbd jj"],mailer:["m-ey1 l-er-z","nn"],mailing:["m-ey1 l-ih-ng","nn vbg"],mailman:["m-ey1-l m-ae-n","nn"],mailroom:["m-ey1-l r-uw-m","nn jj"],maimed:["m-ey1-m-d","jj"],main:["m-ey1-n","jj nn"],mainframe:["m-ey1-n f-r-ey-m","nn jj"],mainland:["m-ey1-n l-ae-n-d","nn jj"],mainline:["m-ey1-n l-ay-n","jj nn"],mainly:["m-ey1-n l-iy","rb"],mainstay:["m-ey1-n s-t-ey","nn jj"],mainstream:["m-ey1-n s-t-r-iy-m","nn jj rb"],maintain:["m-ey-n t-ey1-n","vb vbp"],maintained:["m-ey-n t-ey1-n-d","vbn vbd"],maintaining:["m-ey-n t-ey1 n-ih-ng","vbg"],maintains:["m-ey-n t-ey1-n-z","vbz"],maintenance:["m-ey1-n t-ah n-ah-n-s","nn"],majestic:["m-ah jh-eh1 s-t-ih-k","jj"],majestically:["m-ah jh-eh1 s-t-ih k-ah l-iy","rb"],majesty:["m-ae1 jh-ah s-t-iy","nn"],major:["m-ey1 jh-er","jj nn vb vbp"],majored:["m-ey1 jh-er-d","vbn"],majoring:["m-ey1 jh-er ih-ng","vbg"],majoritarian:["m-ae jh-er ih t-eh1 r-iy ah-n","jj"],majority:["m-ah jh-ao1 r-ah t-iy","nn jj"],make:["m-ey1-k","vb nn vbp"],makeover:["m-ae1-k ow v-er","nn"],maker:["m-ey1 k-er","nn"],makes:["m-ey1-k-s","vbz"],makeshift:["m-ey1-k sh-ih-f-t","jj nn"],makeup:["m-ey1-k ah-p","nn"],making:["m-ey1 k-ih-ng","vbg"],maladjusted:["m-ae-l ah jh-ah1 s-t-ih-d","jj"],maladroit:["m-ae l-ah d-r-oy1-t","jj"],malady:["m-ae1 l-ah d-iy","nn"],malaise:["m-ae l-ey1-z","nn"],malaria:["m-ah l-eh1 r-iy ah","nn"],male:["m-ey1-l","jj nn"],malevolent:["m-ah l-eh1 v-ah l-ah-n-t","jj"],malformation:["m-ae-l f-ao-r m-ey1 sh-ah-n","nn"],malformed:["m-ae-l f-ao1-r-m-d","jj"],malfunction:["m-ae-l f-ah1-ng-k sh-ah-n","nn"],malfunctioning:["m-ae-l f-ah1-ng-k sh-ah-n ih-ng","nn"],malice:["m-ae1 l-ah-s","nn"],malicious:["m-ah l-ih1 sh-ah-s","jj"],maliciously:["m-ah l-ih1 sh-ih-s l-iy","rb"],malign:["m-ah-l-ay1-n","vb"],malignancy:["m-ah l-ih1-g n-ah-n s-iy","nn"],malignant:["m-ah l-ih1-g n-ah-n-t","jj"],maligned:["m-ah l-ay1-n-d","vbn"],mall:["m-ao1-l","nn"],malleable:["m-ae1 l-iy ah b-ah-l","jj"],malnourished:["m-ae-l n-er1 ih-sh-t","jj"],malnutrition:["m-ae-l n-uw t-r-ih1 sh-ah-n","nn"],malpractice:["m-ae-l p-r-ae1-k t-ah-s","nn vb"],malt:["m-ao1-l-t","nn vb"],malted:["m-ao1-l t-ah-d","vbn jj"],maltreat:["m-ae-l t-r-iy1-t","vb"],maltreated:["m-ae-l t-r-iy1 t-ih-d","vbn"],maltreatment:["m-ae-l t-r-iy1-t m-ah-n-t","nn"],mama:["m-aa1 m-ah","nn"],mammal:["m-ae1 m-ah-l","nn"],mammalian:["m-ah m-ey1 l-iy ah-n","jj"],mammary:["m-ae1 m-er iy","jj"],mammography:["m-ah m-aa1 g-r-ah f-iy","nn"],mammoth:["m-ae1 m-ah-th","jj"],man:["m-ae1-n","nn jj vb uh"],mana:["m-aa1 n-ah","nn"],manage:["m-ae1 n-ah-jh","vb vbp"],manageable:["m-ae1 n-ih jh-ah b-ah-l","jj"],managed:["m-ae1 n-ah-jh-d","vbd vbn jj"],management:["m-ae1 n-ah-jh m-ah-n-t","nn"],manager:["m-ae1 n-ah jh-er","nn"],managerial:["m-ae n-ih jh-ih1 r-iy ah-l","jj"],manages:["m-ae1 n-ih jh-ih-z","vbz"],managing:["m-ae1 n-ah jh-ih-ng","vbg jj nn"],mandamus:["m-ae-n d-ey1 m-ah-s","nn"],mandate:["m-ae1-n d-ey-t","nn vb"],mandated:["m-ae1-n d-ey t-ih-d","vbn vbd"],mandating:["m-ae1-n d-ey t-ih-ng","vbg"],mandatory:["m-ae1-n d-ah t-ao r-iy","jj nn"],mane:["m-ey1-n","nn"],maneuver:["m-ah n-uw1 v-er","nn vb"],maneuvered:["m-ah n-uw1 v-er-d","vbd vbn"],maneuvering:["m-ah n-uw1 v-er ih-ng","vbg jj"],manganese:["m-ae1-ng g-ah n-iy-z","nn"],manger:["m-ey1-n jh-er","nn"],mangle:["m-ae1-ng-g-ah-l","vb"],mangled:["m-ae1-ng g-ah-l-d","jj vbn"],manhandle:["m-ae1-n-hh-ae-n-d-ah-l","vb"],manhandled:["m-ae1-n hh-ae-n d-ah-l-d","vbn"],manhole:["m-ae1-n hh-ow-l","nn"],manhood:["m-ae1-n hh-uh-d","nn"],mania:["m-ey1 n-iy ah","nn"],maniac:["m-ey1 n-iy ae-k","nn"],maniacal:["m-ah n-ay1 ah k-ah-l","jj"],manic:["m-ae1 n-ih-k","jj"],manicure:["m-ae1-n-ih-k-y-er","vb"],manicured:["m-ae1 n-ih k-y-er-d","vbn"],manifest:["m-ae1 n-ah f-eh-s-t","jj vb vbp"],manifestation:["m-ae n-ah f-eh s-t-ey1 sh-ah-n","nn"],manifested:["m-ae1 n-ah f-eh s-t-ah-d","vbd vbn"],manifestly:["m-ae1 n-ah f-eh-s-t l-iy","rb"],manifesto:["m-ae n-ah f-eh1 s-t-ow","nn"],manifold:["m-ae1 n-ah f-ow-l-d","nn jj"],manila:["m-ah n-ih1 l-ah","jj"],manipulate:["m-ah n-ih1 p-y-ah l-ey-t","vb vbp"],manipulated:["m-ah n-ih1 p-y-ah l-ey t-ih-d","vbn vbd"],manipulates:["m-ah n-ih1 p-y-ah l-ey-t-s","vbz"],manipulating:["m-ah n-ih1 p-y-ah l-ey t-ih-ng","vbg"],manipulation:["m-ah n-ih p-y-ah l-ey1 sh-ah-n","nn"],manipulative:["m-ah n-ih1 p-y-ah l-ey t-ih-v","jj"],manipulator:["m-ah n-ih1 p-y-ah l-ey t-er","nn"],mankind:["m-ae1-n k-ay1-n-d","nn"],manly:["m-ae1-n l-iy","jj"],manmade:["m-ae1-n m-ey1-d","nn"],manna:["m-ae1 n-ah","nn"],manned:["m-ae1-n-d","jj vbd vbn"],mannequin:["m-ae1 n-ah k-ih-n","nn"],manner:["m-ae1 n-er","nn"],mannered:["m-ae1 n-er-d","jj"],mannerism:["m-ae1 n-er ih z-ah-m","nn"],manning:["m-ae1 n-ih-ng","vbg"],manor:["m-ae1 n-er","nn"],manpower:["m-ae1-n p-aw er","nn"],mans:["m-ae1-n-z","vbz"],mansion:["m-ae1-n sh-ah-n","nn"],manslaughter:["m-ae1-n s-l-ao t-er","nn"],mantel:["m-ae1-n t-ah-l","nn"],mantle:["m-ae1-n t-ah-l","nn"],manual:["m-ae1 n-y-uw ah-l","jj nn"],manually:["m-ae1 n-y-uw ah l-iy","rb"],manufacture:["m-ae n-y-ah f-ae1-k ch-er","vb nn vbp"],manufactured:["m-ae n-y-ah f-ae1-k ch-er-d","vbn vbd jj"],manufacturer:["m-ae n-y-ah f-ae1-k ch-er er","nn"],manufacturing:["m-ae n-y-ah f-ae1-k ch-er ih-ng","vbg"],manure:["m-ah n-uh1-r","nn"],manuscript:["m-ae1 n-y-ah s-k-r-ih-p-t","nn"],many:["m-eh1 n-iy","jj dt rb vb pdt"],map:["m-ae1-p","nn vbp vb"],maple:["m-ey1 p-ah-l","nn jj"],mapped:["m-ae1-p-t","vbn vbd"],mapping:["m-ae1 p-ih-ng","vbg"],maquila:["m-ah-k w-iy1 l-ah","nn"],mar:["m-aa1-r","vb"],marathon:["m-eh1 r-ah th-aa-n","nn jj"],marauder:["m-er ao1 d-er","nn"],marble:["m-aa1-r b-ah-l","nn"],march:["m-aa1-r-ch","nn vbp vb"],marched:["m-aa1-r-ch-t","vbd vbn"],marcher:["m-aa1-r ch-er","nn"],marching:["m-aa1-r ch-ih-ng","vbg"],mare:["m-eh1-r","nn"],margarine:["m-aa1-r jh-er ah-n","nn"],margin:["m-aa1-r jh-ah-n","nn vb"],marginal:["m-aa1-r jh-ah n-ah-l","jj"],marginalize:["m-aa1-r-jh-ah-n-ah-l-ay-z","vb"],marginalizing:["m-aa1-r jh-ah n-ah l-ay z-ih-ng","vbg"],marginally:["m-aa1-r jh-ah n-ah l-iy","rb"],margined:["m-aa1-r jh-ah-n-d","vbn"],margining:["m-aa1-r jh-ah n-ih-ng","vbg"],marijuana:["m-eh r-ah-w aa1 n-ah","nn"],marimba:["m-er ih1-m b-ah","nn"],marina:["m-er iy1 n-ah","nn"],marinate:["m-eh1-r-ah-n-ey-t","vb"],marinated:["m-eh1 r-ah n-ey t-ih-d","vbn"],marine:["m-er iy1-n","nn jj"],mariner:["m-eh1 r-ah n-er","nn"],marital:["m-eh1 r-ah t-ah-l","jj"],maritime:["m-eh1 r-ah t-ay-m","jj"],mark:["m-aa1-r-k","nn vbp vb"],markdown:["m-aa1-r-k d-aw-n","nn jj"],marked:["m-aa1-r-k-t","vbn jj vbd"],markedly:["m-aa1-r k-ah-d l-iy","rb"],marker:["m-aa1-r k-er","nn"],market:["m-aa1-r k-ah-t","nn vbp vb"],marketability:["m-aa-r k-ih t-ah b-ih1 l-ih t-iy","nn"],marketable:["m-aa1-r k-ah t-ah b-ah-l","jj"],marketed:["m-aa1-r k-ah t-ah-d","vbn vbd"],marketeer:["m-aa-r k-ah t-ih1-r","nn"],marketer:["m-aa1-r k-ah t-er","nn"],marketing:["m-aa1-r k-ah t-ih-ng","vbg jj"],marketplace:["m-aa1-r k-ah-t p-l-ey-s","nn"],marketwide:["m-aa1-r k-ah-t w-ay-d","jj"],marking:["m-aa1-r k-ih-ng","vbg"],marksmanship:["m-aa1-r-k-s m-ah-n sh-ih-p","nn"],markup:["m-aa1-r-k ah-p","nn"],marmalade:["m-aa1-r m-ah l-ey-d","nn"],maroon:["m-er uw1-n","nn jj vb"],marooned:["m-er uw1-n-d","vbd"],marque:["m-aa1-r-k","nn"],marquee:["m-aa-r k-iy1","nn"],marred:["m-aa1-r-d","vbn jj vbd"],marriage:["m-eh1 r-ih-jh","nn"],married:["m-eh1 r-iy-d","vbn vbd jj"],marries:["m-eh1 r-iy-z","vbz"],marring:["m-aa1 r-ih-ng","vbg"],marrow:["m-eh1 r-ow","nn"],marry:["m-eh1 r-iy","vb vbp"],marrying:["m-eh1 r-iy ih-ng","vbg"],mars:["m-aa1-r-z","vbz"],marsh:["m-aa1-r-sh","nn"],marshal:["m-aa1-r sh-ah-l","nn vb vbp"],marshaling:["m-aa1-r sh-ah-l ih-ng","vbg"],marshalled:["m-aa1-r sh-ah-l-d","vbd"],marshmallow:["m-aa1-r-sh m-eh l-ow","nn"],martial:["m-aa1-r sh-ah-l","jj"],martingale:["m-aa1-r t-ih ng-ey-l","nn"],martini:["m-aa-r t-iy1 n-iy","nn"],martyr:["m-aa1-r t-er","nn"],martyrdom:["m-aa1-r t-er d-ah-m","nn"],marvel:["m-aa1-r v-ah-l","vb nn"],marveled:["m-aa1-r v-ah-l-d","vbd vbn"],marvelous:["m-aa1-r v-ah l-ah-s","jj"],marvelously:["m-aa1-r v-ah l-ah-s l-iy","rb"],mascara:["m-ae s-k-eh1 r-ah","nn"],mascot:["m-ae1 s-k-ah-t","nn"],masculine:["m-ae1-s k-y-ah l-ah-n","jj nn"],masculinity:["m-ae-s k-y-ah l-ih1 n-ah t-iy","nn"],mash:["m-ae1-sh","nn vb"],mashed:["m-ae1-sh-t","vbn"],mask:["m-ae1-s-k","nn vbp vb"],masked:["m-ae1-s-k-t","vbn vbd jj"],masking:["m-ae1 s-k-ih-ng","vbg"],mason:["m-ey1 s-ah-n","nn"],masonry:["m-ey1 s-ah-n r-iy","nn"],masquerade:["m-ae-s k-er ey1-d","nn vb vbp"],masquerading:["m-ae-s k-er ey1 d-ih-ng","vbg"],mass:["m-ae1-s","nn jj rb vb"],massacre:["m-ae1 s-ah k-er","nn vb"],massacred:["m-ae1 s-ah k-er-d","vbd vbn"],massage:["m-ah s-aa1-zh","nn vb"],massaged:["m-ah s-aa1-zh-d","vbn"],massaging:["m-ah s-aa1 zh-ih-ng","vbg"],massed:["m-ae1-s-t","vbd vbn"],massing:["m-ae1 s-ih-ng","vbg"],massive:["m-ae1 s-ih-v","jj"],massively:["m-ae1 s-ih-v l-iy","rb"],mast:["m-ae1-s-t","nn"],master:["m-ae1 s-t-er","nn vb"],mastered:["m-ae1 s-t-er-d","vbn vbd"],masterful:["m-ae1 s-t-er f-ah-l","jj"],masterfully:["m-ae1 s-t-er f-ah l-iy","rb"],mastering:["m-ae1 s-t-er ih-ng","vbg"],masterly:["m-ae1 s-t-er l-iy","jj"],mastermind:["m-ae1 s-t-er m-ay-n-d","nn vb"],masterminding:["m-ae1 s-t-er m-ay-n d-ih-ng","vbg"],masterpiece:["m-ae1 s-t-er p-iy-s","nn"],masterwork:["m-ae1 s-t-er w-er-k","nn"],mastery:["m-ae1 s-t-er iy","nn"],mastiff:["m-ae1 s-t-ah-f","nn"],mat:["m-ae1-t","nn"],matador:["m-ae1 t-ah d-ao-r","nn"],match:["m-ae1-ch","vb vbp nn"],matched:["m-ae1-ch-t","vbn jj vbd"],matching:["m-ae1 ch-ih-ng","vbg jj nn"],matchmaker:["m-ae1-ch m-ey k-er","nn"],matchmaking:["m-ae1-ch m-ey k-ih-ng","nn"],mate:["m-ey1-t","nn vbp vb uh"],mater:["m-aa1 t-er","nn"],material:["m-ah t-ih1 r-iy ah-l","nn jj"],materialism:["m-ah t-ih1 r-iy ah l-ih z-ah-m","nn"],materialistic:["m-ah t-ih r-iy ah l-ih1 s-t-ih-k","jj"],materialize:["m-ah t-ih1 r-iy ah l-ay-z","vb vbp"],materialized:["m-ah t-ih1 r-iy ah l-ay-z-d","vbd vbn"],materializes:["m-ah t-ih1 r-iy ah l-ay z-ih-z","vbz"],materially:["m-ah t-ih1 r-iy ah l-iy","rb"],materiel:["m-ah t-ih r-iy eh1-l","nn"],maternal:["m-ah t-er1 n-ah-l","jj"],maternity:["m-ah t-er1 n-ih t-iy","nn"],math:["m-ae1-th","nn"],mathematical:["m-ae th-ah m-ae1 t-ih k-ah-l","jj"],mathematically:["m-ae th-ah m-ae1 t-ih k-ah l-iy","rb"],mathematician:["m-ae th-ah m-ah t-ih1 sh-ah-n","nn"],mathematics:["m-ae th-ah m-ae1 t-ih-k-s","nn"],matinee:["m-ae1 t-ih n-ey","jj"],mating:["m-ey1 t-ih-ng","nn jj vbg"],matriarch:["m-ey1 t-r-iy aa-r-k","nn"],matriarchal:["m-ey t-r-iy aa1-r k-ah-l","jj"],matrimonial:["m-ae t-r-ah m-ow1 n-iy ah-l","jj"],matrimony:["m-ae1 t-r-ah m-ow n-iy","nn"],matrix:["m-ey1 t-r-ih-k-s","nn"],matron:["m-ey1 t-r-ah-n","nn"],matronly:["m-ey1 t-r-ah-n l-iy","jj"],matt:["m-ae1-t","nn"],matte:["m-ae1-t","nn"],matter:["m-ae1 t-er","nn vbp vb"],mattered:["m-ae1 t-er-d","vbd vbn"],matting:["m-ae1 t-ih-ng","nn"],mattress:["m-ae1 t-r-ah-s","nn"],maturation:["m-ae ch-er ey1 sh-ah-n","nn"],mature:["m-ah ch-uh1-r","jj vb vbp"],matured:["m-ah t-y-uh1-r-d","vbd vbn"],matures:["m-ah ch-uh1-r-z","vbz"],maturing:["m-ah ch-uh1 r-ih-ng","vbg"],maturity:["m-ah ch-uh1 r-ah t-iy","nn"],maudlin:["m-ao1-d l-ih-n","jj"],maul:["m-ao1-l","vb"],mauler:["m-ao1 l-er","nn"],mausoleum:["m-ao s-ah l-iy1 ah-m","nn"],mauve:["m-ao1-v","jj"],maven:["m-ey1 v-ah-n","nn"],maverick:["m-ae1 v-er ih-k","nn jj"],maw:["m-ao1","nn"],mawkish:["m-ao1 k-ih-sh","jj"],max:["m-ae1-k-s","nn"],maxim:["m-ae1-k s-ah-m","nn"],maximal:["m-ae1-k s-ah m-ah-l","jj"],maximization:["m-ae-k s-ih m-ih z-ey1 sh-ah-n","nn"],maximize:["m-ae1-k s-ah m-ay-z","vb vbp"],maximized:["m-ae1-k s-ah m-ay-z-d","vbn"],maximizes:["m-ae1-k s-ah m-ay z-ih-z","vbz"],maximizing:["m-ae1-k s-ah m-ay z-ih-ng","vbg"],maximum:["m-ae1-k s-ah m-ah-m","jj nn"],may:["m-ey1","md"],maybe:["m-ey1 b-iy","rb"],mayhem:["m-ey1 hh-eh-m","nn"],mayonnaise:["m-ey1 ah n-ey-z","nn"],mayor:["m-ey1 er","nn"],mayoral:["m-ey1 er ah-l","jj"],mayoralty:["m-ey1 er ah-l t-iy","nn"],maze:["m-ey1-z","nn"],me:["m-iy1","prp"],meadow:["m-eh1 d-ow","nn"],meager:["m-iy1 g-er","jj"],meal:["m-iy1-l","nn"],mealtime:["m-iy1-l t-ay-m","nn"],mealy:["m-iy1 l-iy","jj"],mealynosed:["m-iy1 l-iy n-ow-z-d","jj"],mean:["m-iy1-n","vb vbp jj"],meander:["m-iy-ae1-n-d-er","vb"],meandered:["m-iy ae1-n d-er-d","vbd"],meandering:["m-iy ae1-n d-er ih-ng","vbg"],meanders:["m-iy ae1-n d-er-z","vbz"],meaner:["m-iy1 n-er","jjr"],meanest:["m-iy1 n-ah-s-t","jjs"],meaning:["m-iy1 n-ih-ng","nn vbg"],meaningful:["m-iy1 n-ih-ng f-ah-l","jj"],meaningfully:["m-iy1 n-ih-ng f-ah l-iy","rb"],meaningless:["m-iy1 n-ih-ng l-ah-s","jj"],meanness:["m-iy1-n n-ah-s","nn"],means:["m-iy1-n-z","nn"],meant:["m-eh1-n-t","vbd vbn"],meantime:["m-iy1-n t-ay-m","nn rb"],meanwhile:["m-iy1-n w-ay-l","rb nn"],measles:["m-iy1 z-ah-l-z","nn"],measly:["m-iy1-z l-iy","jj"],measurable:["m-eh1 zh-er ah b-ah-l","jj"],measurably:["m-eh1 zh-er ah b-l-iy","rb"],measure:["m-eh1 zh-er","nn vbp vb"],measured:["m-eh1 zh-er-d","vbn vbd jj"],measurement:["m-eh1 zh-er m-ah-n-t","nn"],measuring:["m-eh1 zh-er ih-ng","vbg jj"],meat:["m-iy1-t","nn"],meatpacker:["m-iy1-t p-ae k-er","nn"],meatpacking:["m-iy1-t p-ae k-ih-ng","nn"],meaty:["m-iy1 t-iy","jj"],mecca:["m-eh1 k-ah","nn"],mechanic:["m-ah k-ae1 n-ih-k","nn"],mechanical:["m-ah k-ae1 n-ih k-ah-l","jj"],mechanically:["m-ah k-ae1 n-ih-k l-iy","rb"],mechanism:["m-eh1 k-ah n-ih z-ah-m","nn"],mechanistic:["m-eh k-ah n-ih1 s-t-ih-k","jj"],mechanization:["m-eh k-ah n-ah z-ey1 sh-ah-n","nn"],mechanize:["m-eh1-k-ah-n-ay-z","vb"],mechanized:["m-eh1 k-ah n-ay-z-d","jj vbn"],medal:["m-eh1 d-ah-l","nn"],medalist:["m-eh1 d-ah l-ih-s-t","nn"],medallion:["m-ah d-ae1 l-y-ah-n","nn"],meddle:["m-eh1 d-ah-l","vb"],meddling:["m-eh1 d-ah-l ih-ng","vbg"],median:["m-iy1 d-iy ah-n","jj nn"],mediate:["m-iy1 d-iy ey-t","vb"],mediated:["m-iy1 d-iy ey t-ih-d","vbn"],mediating:["m-iy1 d-iy ey t-ih-ng","vbg"],mediation:["m-iy d-iy ey1 sh-ah-n","nn"],mediator:["m-iy1 d-iy ey t-er","nn"],medic:["m-eh1 d-ih-k","nn"],medical:["m-eh1 d-ah k-ah-l","jj"],medically:["m-eh1 d-ah-k l-iy","rb"],medicare:["m-eh1 d-ah k-eh-r","nn"],medication:["m-eh d-ah k-ey1 sh-ah-n","nn"],medicinal:["m-ah d-ih1 s-ah n-ah-l","jj nn"],medicine:["m-eh1 d-ah s-ah-n","nn"],medico:["m-eh1 d-ih k-ow","nn"],medieval:["m-ih d-iy1 v-ah-l","jj nn"],mediocre:["m-iy d-iy ow1 k-er","jj"],mediocrity:["m-iy d-iy aa1 k-r-ah t-iy","nn"],meditate:["m-eh1 d-ah t-ey-t","vb"],meditating:["m-eh1 d-ah t-ey t-ih-ng","vbg"],meditation:["m-eh d-ah t-ey1 sh-ah-n","nn"],meditative:["m-eh1 d-ah t-ey t-ih-v","jj"],medium:["m-iy1 d-iy ah-m","nn jj"],medley:["m-eh1-d l-iy","nn"],meek:["m-iy1-k","jj"],meekly:["m-iy1-k l-iy","rb"],meet:["m-iy1-t","vb vbp nn"],meeting:["m-iy1 t-ih-ng","nn vbg"],mega:["m-eh1 g-ah","jj"],megabit:["m-eh1 g-ah b-ih-t","nn"],megabyte:["m-eh1 g-ah b-ay-t","nn"],megahertz:["m-eh1 g-ah hh-er-t-s","nn"],megalomania:["m-eh g-ah l-ow m-ey1 n-iy ah","nn"],megalomaniac:["m-eh g-ah l-ow m-ey1 n-iy ae-k","nn"],megawatt:["m-eh1 g-ah w-aa-t","nn"],melamine:["m-eh1 l-ah m-iy-n","nn"],melancholy:["m-eh1 l-ah-n k-aa l-iy","nn jj"],melange:["m-eh1 l-ae-ng","nn"],melanin:["m-eh1 l-ah n-ah-n","nn"],meld:["m-eh1-l-d","vb"],melding:["m-eh1-l d-ih-ng","vbg"],melee:["m-ey1 l-ey","nn"],mellow:["m-eh1 l-ow","jj vb"],mellowed:["m-eh1 l-ow-d","vbn"],melodic:["m-ah l-aa1 d-ih-k","jj"],melodious:["m-ah l-ow1 d-iy ah-s","jj"],melodrama:["m-eh1 l-ah d-r-aa m-ah","nn"],melodramatic:["m-eh l-ah d-r-ah m-ae1 t-ih-k","jj"],melody:["m-eh1 l-ah d-iy","nn"],melon:["m-eh1 l-ah-n","nn"],melt:["m-eh1-l-t","vb vbp nn"],meltdown:["m-eh1-l-t d-aw-n","nn jj"],melted:["m-eh1-l t-ah-d","vbn jj vbd"],melting:["m-eh1-l t-ih-ng","vbg jj nn"],melts:["m-eh1-l-t-s","vbz"],member:["m-eh1-m b-er","nn"],membership:["m-eh1-m b-er sh-ih-p","nn"],membrane:["m-eh1-m b-r-ey-n","nn"],memento:["m-ih m-eh1-n t-ow","nn"],memo:["m-eh1 m-ow","nn"],memoir:["m-eh1-m w-aa-r","nn"],memorabilia:["m-eh m-er ah b-iy1 l-y-ah","nn"],memorable:["m-eh1 m-er ah b-ah-l","jj"],memorandum:["m-eh m-er ae1-n d-ah-m","nn"],memorial:["m-ah m-ao1 r-iy ah-l","nn jj"],memorialize:["m-ah-m-ao1-r-iy-ah-l-ay-z","vb"],memorialized:["m-ah m-ao1 r-iy ah l-ay-z-d","vbn"],memorize:["m-eh1 m-er ay-z","vb vbp"],memorized:["m-eh1 m-er ay-z-d","vbn vbd"],memorizing:["m-eh1 m-er ay z-ih-ng","vbg"],memory:["m-eh1 m-er iy","nn"],menace:["m-eh1 n-ah-s","nn vb"],menacing:["m-eh1 n-ah s-ih-ng","jj vbg"],mend:["m-eh1-n-d","vb"],mendacity:["m-eh-n d-ae1 s-ih t-iy","nn"],mended:["m-eh1-n d-ih-d","vbn"],mending:["m-eh1-n d-ih-ng","vbg"],menial:["m-iy1 n-iy ah-l","jj"],menopause:["m-eh1 n-ah p-aw-z","nn"],menstrual:["m-eh1-n-s t-r-uw ah-l","jj"],menstruation:["m-eh-n-s t-r-uw ey1 sh-ah-n","jj"],menswear:["m-eh1-n-z w-ey-r","nn"],mental:["m-eh1-n t-ah-l","jj"],mentality:["m-eh-n t-ae1 l-ah t-iy","nn"],mentally:["m-eh1-n t-ah l-iy","rb nn jj"],mention:["m-eh1-n sh-ah-n","vb nn vbp"],mentioned:["m-eh1-n sh-ah-n-d","vbn vbd"],mentioning:["m-eh1-n sh-ah-n ih-ng","vbg"],mentor:["m-eh1-n t-ao-r","nn"],menu:["m-eh1 n-y-uw","nn"],mercenary:["m-er1 s-ah n-eh r-iy","jj"],mercer:["m-er1 s-er","nn"],merchandise:["m-er1 ch-ah-n d-ay-z","nn vb"],merchandiser:["m-er1 ch-ah-n d-ay z-er","nn"],merchandising:["m-er1 ch-ah-n d-ay z-ih-ng","vbg"],merchant:["m-er1 ch-ah-n-t","nn jj"],merciful:["m-er1 s-ih f-ah-l","jj"],mercifully:["m-er1 s-ih f-ah l-iy","rb"],merciless:["m-er1 s-ah l-ah-s","jj"],mercilessly:["m-er1 s-ah l-ah-s l-iy","rb"],mercurial:["m-er k-y-uh1 r-iy ah-l","jj"],mercury:["m-er1 k-y-er iy","nn"],mercy:["m-er1 s-iy","nn"],mere:["m-ih1-r","jj"],merely:["m-ih1-r l-iy","rb"],merest:["m-eh1 r-ah-s-t","jjs"],merge:["m-er1-jh","vb nn vbp"],merged:["m-er1-jh-d","vbn jj vbd"],merger:["m-er1 jh-er","nn"],merging:["m-er1 jh-ih-ng","vbg"],meridian:["m-er ih1 d-iy ah-n","nn"],merit:["m-eh1 r-ah-t","nn vb vbp"],merited:["m-eh1 r-ih t-ih-d","vbd"],meritless:["m-eh1 r-ih-t l-ah-s","jj"],meritorious:["m-eh r-ah t-ao1 r-iy ah-s","jj"],mermaid:["m-er1 m-ey-d","nn"],merrily:["m-eh1 r-ah l-iy","rb"],merry:["m-eh1 r-iy","jj"],mesenteric:["m-eh s-ah-n t-eh1 r-ih-k","jj"],mesh:["m-eh1-sh","nn vbp vb"],meshed:["m-eh1-sh-t","vbn"],mesmerize:["m-eh1-z-m-er-ay-z","vb"],mesmerized:["m-eh1-z m-er ay-z-d","vbn"],mesothelioma:["m-eh s-ah th-iy l-iy ow1 m-ah","nn"],mess:["m-eh1-s","nn vbp vb"],message:["m-eh1 s-ah-jh","nn vb"],messaging:["m-eh1 s-ih jh-ih-ng","vbg"],messed:["m-eh1-s-t","vbd vbn"],messenger:["m-eh1 s-ah-n jh-er","nn"],messiah:["m-ah s-ay1 ah","nn"],messianic:["m-eh s-iy ae1 n-ih-k","jj"],messing:["m-eh1 s-ih-ng","vbg"],messy:["m-eh1 s-iy","jj"],met:["m-eh1-t","vbd vbn"],metabolic:["m-eh t-ah b-aa1 l-ih-k","jj"],metabolism:["m-ah t-ae1 b-ah l-ih z-ah-m","nn"],metabolize:["m-ah t-ae1 b-ah l-ay-z","vb"],metal:["m-eh1 t-ah-l","nn"],metallic:["m-ah t-ae1 l-ih-k","jj"],metallurgical:["m-eh t-ah l-er1 jh-ih k-ah-l","jj"],metallurgy:["m-eh1 t-ah l-er jh-iy","nn"],metalworker:["m-eh1 t-ah-l w-er k-er","nn"],metalworking:["m-eh1 t-ah-l w-er k-ih-ng","nn"],metamorphic:["m-eh t-ah m-ao1-r f-ih-k","jj"],metamorphosis:["m-eh t-ah m-ao1-r f-ah s-ah-s","nn"],metaphor:["m-eh1 t-ah f-ao-r","nn"],metaphorical:["m-eh t-ah f-ao1 r-ih k-ah-l","jj"],metaphysical:["m-eh t-ah f-ih1 z-ih k-ah-l","jj"],metaphysics:["m-eh t-ah f-ih1 z-ih-k-s","nn"],mete:["m-iy1-t","vb"],meted:["m-iy1 t-ih-d","vbn vbd"],meteor:["m-iy1 t-iy er","nn"],meteoric:["m-iy t-iy ao1 r-ih-k","jj"],meteorological:["m-iy t-iy ao r-ah l-aa1 jh-ih k-ah-l","jj"],meteorologist:["m-iy t-iy er aa1 l-ah jh-ih-s-t","nn"],meteorology:["m-iy t-iy er aa1 l-ah jh-iy","nn"],meter:["m-iy1 t-er","nn vb"],metering:["m-iy1 t-er ih-ng","vbg"],methadone:["m-eh1 th-ah d-ow-n","nn"],methane:["m-eh1 th-ey-n","nn"],methanol:["m-eh1 th-ah n-aa-l","nn"],method:["m-eh1 th-ah-d","nn"],methodical:["m-ah th-aa1 d-ah k-ah-l","jj"],methodically:["m-ah th-aa1 d-ih k-ah l-iy","rb"],methodological:["m-eh th-ah d-ah l-aa1 jh-ih k-ah-l","jj"],methodology:["m-eh th-ah d-aa1 l-ah jh-iy","nn"],methyl:["m-eh1 th-ah-l","nn"],methylene:["m-eh1 th-ih l-iy-n","nn"],meticulous:["m-ah t-ih1 k-y-ah l-ah-s","jj"],meticulously:["m-ah t-ih1 k-y-ah l-ah-s l-iy","rb"],metric:["m-eh1 t-r-ih-k","jj nn"],metrical:["m-eh1 t-r-ih k-ah-l","jj"],metro:["m-eh1 t-r-ow","nn"],metropolis:["m-ah t-r-aa1 p-ah l-ah-s","nn"],metropolitan:["m-eh t-r-ah p-aa1 l-ah t-ah-n","jj nn"],mettle:["m-eh1 t-ah-l","nn"],mew:["m-y-uw1","vb"],miasma:["m-iy ae1-z m-ah","nn"],mica:["m-ay1 k-ah","nn"],micro:["m-ay1 k-r-ow","jj"],microbe:["m-ay1 k-r-ow-b","nn"],microbial:["m-ay k-r-ow1 b-iy ah-l","jj"],microbiologist:["m-ay k-r-ow b-iy aa1 l-ah jh-ih-s-t","nn"],microbiology:["m-ay k-r-ow b-ay aa1 l-ah jh-iy","nn"],microchip:["m-ay1 k-r-ow ch-ih1-p","nn jj"],microcircuit:["m-ay1 k-r-ow s-er k-ah-t","nn"],microcosm:["m-ay1 k-r-ah k-aa z-ah-m","nn"],microeconomic:["m-ay k-r-ow eh k-ah n-aa1 m-ih-k","jj"],microeconomics:["m-ay k-r-ow eh k-ah n-aa1 m-ih-k-s","nn"],microfilm:["m-ay1 k-r-ah f-ih-l-m","nn"],microgram:["m-ay1 k-r-ow g-r-ae-m","nn"],micromanage:["m-ay k-r-ow m-ae1 n-ih-jh","nn"],micromanagement:["m-ay k-r-ow m-ae1 n-ih-jh m-ah-n-t","nn"],micrometer:["m-ay k-r-aa1 m-ah t-er","nn"],micron:["m-ay1 k-r-aa-n","nn"],microorganism:["m-ay k-r-ow ao1-r g-ah n-ih z-ah-m","nn"],microphone:["m-ay1 k-r-ah f-ow-n","nn"],microscope:["m-ay1 k-r-ah-s k-ow-p","nn"],microscopic:["m-ay k-r-ah s-k-aa1 p-ih-k","jj"],microwavable:["m-ay k-r-ow w-ey1 v-ah b-ah-l","jj"],microwave:["m-ay1 k-r-ah w-ey-v","nn vb"],microwaved:["m-ay1 k-r-ow w-ey-v-d","vbn"],midafternoon:["m-ih1-d ae-f t-er n-uw-n","nn"],midair:["m-ih1-d eh1-r","nn"],midcontinent:["m-ih-d k-aa1-n t-ih n-ah-n-t","jj"],midday:["m-ih1-d d-ey","nn rb"],middle:["m-ih1 d-ah-l","nn jj"],middleman:["m-ih1 d-ah-l m-ae-n","nn"],middling:["m-ih1 d-ah-l ih-ng","jj"],midland:["m-ih1-d l-ae-n-d","nn"],midlevel:["m-ih1-d l-ah v-ah-l","jj"],midmorning:["m-ih1-d m-ao-r n-ih-ng","nn"],midnight:["m-ih1-d n-ay-t","nn rb"],midpoint:["m-ih1-d p-oy-n-t","nn"],midpriced:["m-ih1-d p-r-ay1-s-t","jj"],midrange:["m-ih1 d-r-ey-n-jh","jj nn"],midseason:["m-ih1-d s-iy1 z-ah-n","nn"],midsession:["m-ih1-d s-eh sh-ah-n","nn"],midsize:["m-ih1-d s-ay-z","jj"],midsized:["m-ih1-d s-ay-z-d","jj"],midst:["m-ih1-d-s-t","nn"],midstream:["m-ih1-d s-t-r-iy-m","nn"],midsummer:["m-ih1-d s-ah1 m-er","nn"],midterm:["m-ih1-d t-er-m","jj"],midtown:["m-ih1-d t-aw-n","jj nn"],midway:["m-ih1-d w-ey","rb jj nn"],midweek:["m-ih1-d w-iy-k","jj nn"],midwest:["m-ih-d w-eh1-s-t","jjs"],midwestern:["m-ih-d w-eh1 s-t-er-n","jj"],midwife:["m-ih1-d w-ay-f","nn"],midwinter:["m-ih1-d w-ih1-n t-er","nn"],midyear:["m-ih1 d-y-ih-r","nn"],mien:["m-iy1-n","nn"],miffed:["m-ih1-f-t","jj"],might:["m-ay1-t","md nn"],"mightn't":["m-ay1-t-ah-n-t","md"],mightiest:["m-ay1 t-iy ah-s-t","jjs"],mightily:["m-ay1 t-ah l-iy","rb"],mighty:["m-ay1 t-iy","jj rb"],migraine:["m-ay1 g-r-ey-n","nn"],migrant:["m-ay1 g-r-ah-n-t","jj nn"],migrate:["m-ay1 g-r-ey-t","vb vbp"],migrated:["m-ay1 g-r-ey t-ih-d","vbn vbd"],migrating:["m-ay1 g-r-ey t-ih-ng","vbg"],migration:["m-ay g-r-ey1 sh-ah-n","nn"],migratory:["m-ay1 g-r-ah t-ao r-iy","jj"],mild:["m-ay1-l-d","jj"],milder:["m-ay1-l d-er","jjr"],mildew:["m-ih1-l d-uw","nn"],mildly:["m-ay1-l-d l-iy","rb"],mile:["m-ay1-l","nn"],mileage:["m-ay1 l-ah-jh","nn"],milestone:["m-ay1-l s-t-ow-n","nn"],milieu:["m-ih l-y-uh1","nn"],militancy:["m-ih1 l-ah t-ah-n s-iy","nn"],militant:["m-ih1 l-ah t-ah-n-t","nn jj"],militarism:["m-ih1 l-ah t-er ih z-ah-m","nn"],military:["m-ih1 l-ah t-eh r-iy","jj nn"],militia:["m-ah l-ih1 sh-ah","nn"],milk:["m-ih1-l-k","nn vb"],milked:["m-ih1-l-k-t","vbd vbn"],milking:["m-ih1-l k-ih-ng","vbg"],milky:["m-ih1-l k-iy","jj"],mill:["m-ih1-l","nn vb"],milled:["m-ih1-l-d","jj"],millennium:["m-ah l-eh1 n-iy ah-m","nn"],milligram:["m-ih1 l-ah g-r-ae-m","nn"],millimeter:["m-ih1 l-ah m-iy t-er","nn"],milling:["m-ih1 l-ih-ng","vbg"],million:["m-ih1 l-y-ah-n","nn"],millionaire:["m-ih l-y-ah n-eh1-r","nn"],millionth:["m-ih1 l-y-ah-n-th","jj"],mimic:["m-ih1 m-ih-k","vb vbp"],mimicked:["m-ih1 m-ih-k-t","vbn"],mimicking:["m-ih1 m-ih k-ih-ng","vbg"],min:["m-ih1-n","nn"],minaret:["m-ih n-er eh1-t","nn"],mince:["m-ih1-n-s","vb"],minced:["m-ih1-n-s-t","vbn"],mincemeat:["m-ih1-n-s m-iy-t","nn"],mincing:["m-ih1-n s-ih-ng","vbg"],mind:["m-ay1-n-d","nn rb vb"],minded:["m-ay1-n d-ah-d","vbd vbn"],mindful:["m-ay1-n-d f-ah-l","jj"],mindless:["m-ay1-n-d l-ah-s","jj"],mindset:["m-ay1-n-d s-eh-t","nn"],mine:["m-ay1-n","nn vb prp vbp"],mined:["m-ay1-n-d","vbn vbd"],minefield:["m-ay1-n f-iy-l-d","nn"],miner:["m-ay1 n-er","nn"],mineral:["m-ih1 n-er ah-l","nn jj"],mineralogy:["m-ih n-er aa1 l-ah jh-iy","nn"],mineworker:["m-ay1-n w-er k-er","nn"],mingle:["m-ih1-ng g-ah-l","vb vbp"],mingled:["m-ih1-ng g-ah-l-d","vbd vbn jj"],mingles:["m-ih1-ng g-ah-l-z","vbz"],mingling:["m-ih1-ng g-ah-l ih-ng","vbg"],miniature:["m-ih1 n-iy ah ch-uh-r","jj nn"],miniaturize:["m-ih1-n-ih-ch-er-ay-z","vb"],miniaturized:["m-ih1 n-ih ch-er ay-z-d","vbn"],minicar:["m-ih1 n-iy k-aa-r","nn"],minimal:["m-ih1 n-ah m-ah-l","jj"],minimalism:["m-ih1 n-ah m-ah l-ih z-ah-m","nn"],minimalist:["m-ih1 n-ah m-ah l-ih-s-t","jj nn"],minimally:["m-ih1 n-ah m-ah-l iy","rb"],minimill:["m-ih1 n-iy m-aa-l","nn"],minimize:["m-ih1 n-ah m-ay-z","vb"],minimized:["m-ih1 n-ah m-ay-z-d","vbn vbd"],minimizes:["m-ih1 n-ah m-ay z-ah-z","vbz"],minimizing:["m-ih1 n-ah m-ay z-ih-ng","vbg"],minimum:["m-ih1 n-ah m-ah-m","jj nn"],mining:["m-ay1 n-ih-ng","vbg"],minion:["m-ih1 n-y-ah-n","nn"],miniscule:["m-ih1 n-ih s-k-y-uw-l","jj nn"],miniseries:["m-ih1 n-ih s-eh r-iy-z","nn"],miniskirt:["m-ih1 n-iy s-k-er-t","nn"],minister:["m-ih1 n-ah s-t-er","nn"],ministerial:["m-ih n-ih s-t-iy1 r-iy ah-l","jj"],ministration:["m-ih n-ah-s t-r-ey1 sh-ah-n","nn"],ministry:["m-ih1 n-ah-s t-r-iy","nn"],minivan:["m-ih1 n-iy v-ae1-n","nn"],mink:["m-ih1-ng-k","nn"],minor:["m-ay1 n-er","jj nn"],minority:["m-ay n-ao1 r-ah t-iy","nn jj"],minstrel:["m-ih1-n s-t-r-ah-l","nn"],mint:["m-ih1-n-t","nn vb"],minted:["m-ih1-n t-ih-d","vbn"],minter:["m-ih1-n t-er","nn"],minting:["m-ih1-n t-ih-ng","vbg"],minuet:["m-ih n-y-ah-w eh1-t","nn"],minus:["m-ay1 n-ah-s","cc in jj nn"],minuscule:["m-ih1 n-ah s-k-y-uw-l","jj"],minute:["m-ih1 n-ah-t","nn jj"],minutely:["m-ih1 n-ah-t l-iy","rb"],miracle:["m-ih1 r-ah k-ah-l","nn"],miraculous:["m-er ae1 k-y-ah l-ah-s","jj"],miraculously:["m-er ae1 k-y-ah l-ah-s l-iy","rb"],mire:["m-ay1-r","nn vb"],mired:["m-ay1-r-d","vbn jj"],mirror:["m-ih1 r-er","nn vbp vb"],mirrored:["m-ih1 r-er-d","vbn vbd"],mirroring:["m-ih1 r-er ih-ng","vbg"],mirth:["m-er1-th","nn"],misadventure:["m-ih-s ah-d v-eh1-n ch-er","nn"],misallocate:["m-ih-s-ae1-l-ah-k-ey-t","vb"],misallocated:["m-ih-s ae1 l-ah k-ey t-ih-d","vbd"],misanthrope:["m-ih1 s-ah-n th-r-ow-p","nn"],misapplication:["m-ih-s ae p-l-ah k-ey1 sh-ah-n","nn"],misapplied:["m-ih-s ah p-l-ay1-d","vbn"],misapply:["m-ih-s-ah-p-l-ay1","vb"],misapplying:["m-ih-s ah p-l-ay1 ih-ng","vbg"],misapprehension:["m-ih-s ae p-r-iy hh-eh1-n sh-ah-n","nn"],misappropriate:["m-ih-s-ah-p-r-ow1-p-r-iy-ey-t","vb"],misappropriated:["m-ih-s ah p-r-ow1 p-r-iy ey t-ih-d","vbd vbn"],misappropriating:["m-ih-s ah p-r-ow1 p-r-iy ey t-ih-ng","vbg"],misappropriation:["m-ih-s ah p-r-ow p-r-iy ey1 sh-ah-n","nn"],misbegotten:["m-ih-s b-ah g-aa1 t-ah-n","jj"],misbehave:["m-ih-s-b-ah-hh-ey1-v","vb"],misbehaving:["m-ih-s b-ah hh-ey1 v-ih-ng","vbg"],misbehavior:["m-ih-s b-ah hh-ey1 v-y-er","nn"],miscalculate:["m-ih-s-k-ae1-l-k-y-ah-l-ey-t","vb"],miscalculated:["m-ih-s k-ae1-l k-y-ah l-ey t-ih-d","vbd vbn"],miscalculation:["m-ih-s k-ae1-l k-y-ah l-ey1 sh-ah-n","nn"],miscarriage:["m-ih-s k-eh1 r-ih jh-ih","nn"],miscellaneous:["m-ih s-ah l-ey1 n-iy ah-s","jj"],miscellany:["m-ih1 s-ah l-ey n-iy","nn"],mischarge:["m-ih-s-ch-aa1-r-jh","vb"],mischarged:["m-ih-s ch-aa1-r-jh-d","vbd"],mischarging:["m-ih-s ch-aa1-r jh-ih-ng","nn"],mischief:["m-ih1-s ch-ah-f","nn"],mischievous:["m-ih1-s ch-ah v-ah-s","jj"],misconception:["m-ih-s k-ah-n s-eh1-p sh-ah-n","nn"],misconduct:["m-ih-s k-aa1-n d-ah-k-t","nn"],misconstrue:["m-ih-s-k-ah-n-s-t-r-uw1","vb"],misconstrued:["m-ih-s k-ah-n s-t-r-uw1-d","vbn"],miscount:["m-ih1-s k-aw1-n-t","nn"],miscreant:["m-ih1-s k-r-iy ah-n-t","jj nn"],miscue:["m-ih1-s k-y-uw","nn"],misdeed:["m-ih-s d-iy1-d","nn"],misdemeanor:["m-ih-s d-ah m-iy1 n-er","nn"],miserable:["m-ih1 z-er ah b-ah-l","jj"],miserably:["m-ih1 z-er ah b-l-iy","rb"],miserly:["m-ay1 z-er l-iy","jj"],misery:["m-ih1 z-er iy","nn"],misfit:["m-ih1-s f-ih-t","nn"],misfortune:["m-ih-s f-ao1-r ch-ah-n","nn"],misgiving:["m-ih-s g-ih1 v-ih-ng","nn"],misguide:["m-ih-s-g-ay1-d","vb"],misguided:["m-ih-s g-ay1 d-ih-d","jj vbn"],mishandle:["m-ih-s-hh-ae1-n-d-ah-l","vb"],mishandled:["m-ih-s hh-ae1-n d-ah-l-d","vbd jj vbn"],mishandling:["m-ih-s hh-ae1-n-d l-ih-ng","vbg"],mishap:["m-ih1-s hh-ae-p","nn"],misinform:["m-ih-s-ih-n-f-ao1-r-m","vb"],misinformation:["m-ih-s ih-n f-er m-ey1 sh-ah-n","nn"],misinformed:["m-ih-s ih-n f-ao1-r-m-d","vbn"],misinterpret:["m-ih-s ih-n t-er1 p-r-ah-t","vb vbp"],misinterpretation:["m-ih-s ih-n t-er p-r-ah t-ey1 sh-ah-n","nn"],misinterpreted:["m-ih-s ih-n t-er1 p-r-ah t-ih-d","vbn vbd"],misjudge:["m-ih-s-jh-ah1-jh","vb"],misjudged:["m-ih-s jh-ah1-jh-d","vbd vbn"],misjudgment:["m-ih-s jh-ah1-jh m-ah-n-t","nn"],mislaid:["m-ih-s l-ey1-d","vbn"],mislead:["m-ih-s-l-iy1-d","vb"],misleading:["m-ih-s l-iy1 d-ih-ng","jj vbg"],misleadingly:["m-ih-s l-iy1 d-ih-ng l-iy","rb"],misleads:["m-ih-s l-iy1-d-z","vbz"],misled:["m-ih-s l-eh1-d","vbd vbn"],mismanage:["m-ih-s-m-ae1-n-ih-jh","vb"],mismanaged:["m-ih-s m-ae1 n-ih-jh-d","vbd"],mismanagement:["m-ih-s m-ae1 n-ih-jh m-ah-n-t","nn"],mismanaging:["m-ih-s m-ae1 n-ih jh-ih-ng","vbg"],mismatch:["m-ih-s m-ae1-ch","nn vb"],mismatched:["m-ih-s m-ae1-ch-t","vbn"],misnomer:["m-ih-s n-ow1 m-er","nn"],misperceive:["m-ih-s-p-er-s-iy1-v","vb"],misperceives:["m-ih s-p-er s-iy1-v-z","vbz"],misperception:["m-ih-s p-er s-eh1-p sh-ah-n","nn"],misplace:["m-ih-s p-l-ey1-s","vb"],misplaced:["m-ih-s p-l-ey1-s-t","vbn"],misprice:["m-ih-s-p-r-ay1-s","vb"],mispriced:["m-ih-s p-r-ay1-s-t","vbd"],misquote:["m-ih-s-k-w-ow1-t","vb"],misquoted:["m-ih-s k-w-ow1 t-ih-d","vbn"],misread:["m-ih-s r-iy1-d","vbd"],misreading:["m-ih-s r-iy1 d-ih-ng","nn"],misrepresent:["m-ih-s r-eh p-r-ah z-eh1-n-t","vb"],misrepresentation:["m-ih-s r-eh p-r-ih z-eh-n t-ey1 sh-ah-n","nn"],misrepresented:["m-ih-s r-eh p-r-ih z-eh1-n t-ih-d","vbd vbn"],misrepresenting:["m-ih-s r-eh p-r-ah z-eh1-n t-ih-ng","vbg"],misrepresents:["m-ih-s r-eh p-r-ah z-eh1-n-t-s","vbz"],miss:["m-ih1-s","vb vbp nn"],missed:["m-ih1-s-t","vbd vbn jj"],misshapen:["m-ih-s sh-ey1 p-ah-n","jj"],missile:["m-ih1 s-ah-l","nn"],missing:["m-ih1 s-ih-ng","vbg jj"],mission:["m-ih1 sh-ah-n","nn"],missionary:["m-ih1 sh-ah-n eh r-iy","jj nn"],missive:["m-ih1 s-ih-v","nn"],misspell:["m-ih-s-s-p-eh1-l","vb"],misspelled:["m-ih-s s-p-eh1-l-d","vbn"],misspent:["m-ih-s s-p-eh1-n-t","vbn"],misstate:["m-ih-s-s-t-ey1-t","vb"],misstated:["m-ih-s s-t-ey1 t-ih-d","vbn vbd"],misstatement:["m-ih-s t-ey1-t m-ah-n-t","nn"],misstates:["m-ih-s s-t-ey1-t-s","vbz"],misstating:["m-ih-s s-t-ey1 t-ih-ng","vbg"],misstep:["m-ih-s s-t-eh1-p","nn"],missy:["m-ih1 s-iy","nn"],mist:["m-ih1-s-t","nn"],mistake:["m-ih s-t-ey1-k","nn vb"],mistaken:["m-ih s-t-ey1 k-ah-n","vbn jj"],mistakenly:["m-ih s-t-ey1 k-ah-n l-iy","rb"],mistaking:["m-ih s-t-ey1 k-ih-ng","vbg"],mister:["m-ih1 s-t-er","nn"],mistletoe:["m-ih1 s-ah-l t-ow","nn"],mistook:["m-ih s-t-uh1-k","vbd"],mistreat:["m-ih-s t-r-iy1-t","vb"],mistreatment:["m-ih-s t-r-iy1-t m-ah-n-t","nn"],mistress:["m-ih1-s t-r-ah-s","nn"],mistrial:["m-ih-s t-r-ay1 ah-l","nn"], +mistrust:["m-ih-s t-r-ah1-s-t","nn vb"],mistrusted:["m-ih-s t-r-ah1 s-t-ih-d","vbd vbn jj"],misty:["m-ih1 s-t-iy","jj"],misunderstand:["m-ih-s ah-n d-er s-t-ae1-n-d","vb"],misunderstanding:["m-ih-s ah-n d-er s-t-ae1-n d-ih-ng","nn"],misunderstood:["m-ih-s ah-n d-er s-t-uh1-d","vbn vbd"],misuse:["m-ih-s y-uw1-z","nn vb vbp"],misused:["m-ih-s y-uw1-z-d","vbn vbd"],misusing:["m-ih-s y-uw1 z-ih-ng","vbg"],mite:["m-ay1-t","nn"],miter:["m-ay1 t-er","vb"],mitigate:["m-ih1 t-ah g-ey-t","vb"],mitigating:["m-ih1 t-ah g-ey t-ih-ng","vbg jj"],mitigation:["m-ih t-ih g-ey1 sh-ah-n","nn"],mitral:["m-ay1 t-r-ah-l","jj"],mitre:["m-ih1 t-r-iy","nn"],mitt:["m-ih1-t","nn"],mitten:["m-ih1 t-ah-n","nn"],mix:["m-ih1-k-s","nn vbp vb"],mixed:["m-ih1-k-s-t","vbn vbd jj"],mixer:["m-ih1-k s-er","nn"],mixing:["m-ih1-k s-ih-ng","vbg"],mixture:["m-ih1-k-s ch-er","nn"],moan:["m-ow1-n","vb"],moaned:["m-ow1-n-d","vbd"],moaning:["m-ow1 n-ih-ng","vbg"],moans:["m-ow1-n-z","vbz"],moat:["m-ow1-t","nn"],mob:["m-aa1-b","nn"],mobile:["m-ow1 b-ah-l","jj"],mobility:["m-ow b-ih1 l-ah t-iy","nn"],mobilization:["m-ow b-ah l-ah z-ey1 sh-ah-n","nn"],mobilize:["m-ow1 b-ah l-ay-z","vb"],mobilized:["m-ow1 b-ah l-ay-z-d","vbn vbd"],mobilizing:["m-ow1 b-ah l-ay z-ih-ng","vbg"],mobster:["m-aa1-b s-t-er","nn"],mock:["m-aa1-k","jj vbp vb"],mocked:["m-aa1-k-t","vbn vbd"],mockery:["m-aa1 k-er iy","nn"],mocking:["m-aa1 k-ih-ng","vbg jj"],mode:["m-ow1-d","nn"],model:["m-aa1 d-ah-l","nn vb"],modeled:["m-aa1 d-ah-l-d","vbn vbd jj"],modeling:["m-aa1 d-ah-l ih-ng","nn jj vbg"],modem:["m-ow1 d-ah-m","nn"],moderate:["m-aa1 d-er ah-t","jj vbp vb"],moderated:["m-aa1 d-er ey t-ih-d","vbn vbd"],moderately:["m-aa1 d-er ah-t l-iy","rb"],moderating:["m-aa1 d-er ey t-ih-ng","vbg jj"],moderation:["m-aa d-er ey1 sh-ah-n","nn"],moderator:["m-aa1 d-er ey t-er","nn"],modern:["m-aa1 d-er-n","jj nn"],modernism:["m-aa1 d-er n-ih z-ah-m","nn"],modernist:["m-aa1 d-er n-ah-s-t","jj nn"],modernity:["m-aa d-er1 n-ah t-iy","nn"],modernization:["m-aa d-er n-ah z-ey1 sh-ah-n","nn"],modernize:["m-aa1 d-er n-ay-z","vb"],modernized:["m-aa1 d-er n-ay-z-d","vbn jj vbd"],modernizing:["m-aa1 d-er n-ay z-ih-ng","vbg"],modest:["m-aa1 d-ah-s-t","jj"],modestly:["m-aa1 d-ah-s-t l-iy","rb"],modesty:["m-aa1 d-ah s-t-iy","nn"],modicum:["m-aa1 d-ih k-ah-m","nn"],modification:["m-aa d-ah f-ah k-ey1 sh-ah-n","nn"],modified:["m-aa1 d-ah f-ay-d","vbn jj vbd"],modifies:["m-aa1 d-ah f-ay-z","vbz"],modify:["m-aa1 d-ah f-ay","vb vbp"],modifying:["m-aa1 d-ah f-ay ih-ng","vbg"],modular:["m-aa1 jh-ah l-er","jj"],modulate:["m-ao1 jh-y-uw l-ey-t","vbp vb"],modulation:["m-aa jh-ah l-ey1 sh-ah-n","nn"],module:["m-aa1 jh-uw-l","nn"],mogul:["m-ow1 g-ah-l","nn"],moist:["m-oy1-s-t","jj"],moisten:["m-oy1-s-ah-n","vb"],moistened:["m-oy1 s-ah-n-d","jj vbd"],moisture:["m-oy1-s ch-er","nn"],moisturizer:["m-oy1-s ch-er ay z-er","nn"],molasses:["m-ah l-ae1 s-ah-z","nn"],mold:["m-ow1-l-d","nn vb vbp"],moldable:["m-ow1-l d-ah b-ah-l","jj"],molded:["m-ow1-l d-ah-d","vbn jj vbd"],molding:["m-ow1-l d-ih-ng","nn vbg"],moldy:["m-ow1-l d-iy","jj"],mole:["m-ow1-l","nn"],molecular:["m-ah l-eh1 k-y-ah l-er","jj"],molecule:["m-aa1 l-ah k-y-uw-l","nn"],molehill:["m-ow1-l hh-ih-l","nn"],molest:["m-ah l-eh1-s-t","vb"],molesting:["m-ah l-eh1 s-t-ih-ng","vbg"],mollified:["m-aa1 l-ah f-ay-d","vbn vbd"],mollify:["m-aa1 l-ah f-ay","vb"],mollycoddle:["m-aa1 l-iy k-aa d-ah-l","nn"],molt:["m-ow1-l-t","vb"],molten:["m-ow1-l t-ah-n","jj"],molting:["m-ow1-l t-ih-ng","vbg"],molton:["m-ow1-l t-ah-n","nn"],mom:["m-aa1-m","nn"],moment:["m-ow1 m-ah-n-t","nn"],momentarily:["m-ow m-ah-n t-eh1 r-ah l-iy","rb"],momentary:["m-ow1 m-ah-n t-eh r-iy","jj"],momentous:["m-ow m-eh1-n t-ah-s","jj"],momentum:["m-ow m-eh1-n t-ah-m","nn"],monarch:["m-aa1 n-aa-r-k","nn"],monarchy:["m-aa1 n-aa-r k-iy","nn"],monastery:["m-aa1 n-ah s-t-eh r-iy","nn"],monastic:["m-ah n-ae1 s-t-ih-k","jj"],monetary:["m-aa1 n-ah t-eh r-iy","jj"],money:["m-ah1 n-iy","nn"],moneyed:["m-ah1 n-iy-d","jj"],moneymaker:["m-ah1 n-iy m-ey k-er","nn"],moneymaking:["m-ah1 n-iy m-ey k-ih-ng","jj nn"],monied:["m-ah1 n-iy-d","jj"],moniker:["m-aa1 n-ih k-er","nn"],monitor:["m-aa1 n-ah t-er","vb nn vbp"],monitored:["m-aa1 n-ah t-er-d","vbn vbd jj"],monitoring:["m-aa1 n-ah t-er ih-ng","vbg"],monk:["m-ah1-ng-k","nn"],monkey:["m-ah1-ng k-iy","nn"],mono:["m-ow1 n-ow","jj nn"],monochromatic:["m-aa n-ah k-r-ow m-ae1 t-ih-k","jj"],monochrome:["m-aa1 n-ah k-r-ow-m","jj"],monoclonal:["m-aa n-ah k-l-ow1 n-ah-l","jj"],monogamous:["m-ah n-aa1 g-ah m-ah-s","jj"],monogrammed:["m-aa1 n-ah g-r-ae-m-d","jj"],monograph:["m-aa1 n-ah g-r-ae-f","nn"],monohull:["m-aa1 n-ah hh-ah-l","nn"],monolith:["m-aa1 n-ah l-ih-th","nn"],monolithic:["m-aa n-ah l-ih1 th-ih-k","jj"],monologue:["m-aa1 n-ah l-ao-g","nn"],monomer:["m-aa1 n-ah m-er","nn"],monophonic:["m-aa n-ah f-aa1 n-ih-k","jj"],monopolistic:["m-ah n-aa p-ah l-ih1 s-t-ih-k","jj"],monopolization:["m-ah n-aa p-ah l-ih z-ey1 sh-ah-n","nn"],monopolize:["m-ah n-aa1 p-ah l-ay-z","vb"],monopolized:["m-ah n-aa1 p-ah l-ay-z-d","vbd vbn"],monopolizing:["m-ah n-aa1 p-ah l-ay z-ih-ng","vbg"],monopoly:["m-ah n-aa1 p-ah l-iy","nn"],monotone:["m-aa1 n-ah t-ow-n","jj nn"],monotonous:["m-ah n-aa1 t-ah-n ah-s","jj"],monotony:["m-ah n-aa1 t-ah-n iy","nn"],monsoon:["m-aa-n s-uw1-n","nn"],monster:["m-aa1-n s-t-er","nn"],monstrosity:["m-aa-n-s t-r-aa1 s-ah t-iy","nn"],monstrous:["m-aa1-n-s t-r-ah-s","jj"],montage:["m-aa-n t-aa1-zh","nn"],month:["m-ah1-n-th","nn"],monthlong:["m-ah1-n th-l-ao-ng","jj"],monthly:["m-ah1-n-th l-iy","jj nn rb"],monument:["m-aa1 n-y-uw m-ah-n-t","nn"],monumental:["m-aa n-y-ah m-eh1-n t-ah-l","jj"],mood:["m-uw1-d","nn"],moody:["m-uw1 d-iy","jj"],moon:["m-uw1-n","nn vb"],moonlight:["m-uw1-n l-ay-t","nn vb"],moonlighting:["m-uw1-n l-ay t-ih-ng","vbg"],moonlike:["m-uw1-n l-ay-k","jj"],moonlit:["m-uw1-n l-ih-t","jj"],moor:["m-uh1-r","vb"],moored:["m-uh1-r-d","vbn"],mooring:["m-uh1 r-ih-ng","nn"],moot:["m-uw1-t","jj"],mop:["m-aa1-p","vb nn"],mopped:["m-aa1-p-t","vbd vbn"],mopping:["m-aa1 p-ih-ng","vbg"],moraine:["m-er ey1-n","nn"],moral:["m-ao1 r-ah-l","jj nn"],morale:["m-er ae1-l","nn"],moralism:["m-ao1 r-ah l-ih z-ah-m","nn"],moralist:["m-ao1 r-ah l-ih-s-t","nn"],moralistic:["m-ao r-ah l-ih1 s-t-ih-k","jj"],morality:["m-er ae1 l-ah t-iy","nn"],moralize:["m-ao1-r-ah-l-ay-z","vb"],moralizing:["m-ao1 r-ah l-ay z-ih-ng","vbg jj"],morally:["m-ao1 r-ah l-iy","rb"],morass:["m-er ae1-s","nn"],moratorium:["m-ao r-ah t-ao1 r-iy ah-m","nn"],morbid:["m-ao1-r b-ah-d","jj"],morbidity:["m-ao-r b-ih1 d-ah t-iy","nn"],more:["m-ao1-r","jjr rbr nn jj rb rp"],moreover:["m-ao r-ow1 v-er","rb"],morgue:["m-ao1-r-g","nn"],moribund:["m-ao1 r-ah b-ah-n-d","jj"],morning:["m-ao1-r n-ih-ng","nn"],morose:["m-er ow1-s","jj"],morphine:["m-ao1-r f-iy-n","nn"],morphological:["m-ao-r f-ah l-aa1 jh-ih k-ah-l","jj"],morphology:["m-ao-r f-aa1 l-ah jh-iy","nn"],morrow:["m-aa1 r-ow","nn"],morsel:["m-ao1-r s-ah-l","nn"],mortal:["m-ao1-r t-ah-l","jj nn"],mortality:["m-ao-r t-ae1 l-ah t-iy","nn"],mortally:["m-ao1-r t-ah l-iy","rb"],mortar:["m-ao1-r t-er","nn"],mortgage:["m-ao1-r g-ah-jh","nn vb"],mortgaged:["m-ao1-r g-ih-jh-d","vbn"],mortis:["m-ao1-r t-ih-s","nn"],mosaic:["m-ow z-ey1 ih-k","nn"],mosey:["m-ow1 z-iy","vb"],mosque:["m-aa1-s-k","nn"],mosquito:["m-ah s-k-iy1 t-ow","nn"],moss:["m-ao1-s","nn"],most:["m-ow1-s-t","rbs jj nn rb jjs"],mostly:["m-ow1-s-t l-iy","rb jj"],motel:["m-ow t-eh1-l","nn"],moth:["m-ao1-th","nn"],mothball:["m-ao1-th b-ao-l","nn vb jj"],mothballing:["m-ao1-th b-ao1 l-ih-ng","nn"],mother:["m-ah1 dh-er","nn vb"],motherhood:["m-ah1 dh-er hh-uh-d","nn"],motherland:["m-ah1 dh-er l-ae-n-d","nn"],motherly:["m-ah1 dh-er l-iy","jj"],motif:["m-ow t-iy1-f","nn"],motion:["m-ow1 sh-ah-n","nn vb"],motioning:["m-ow1 sh-ah-n ih-ng","vbg"],motionless:["m-ow1 sh-ah-n l-ah-s","jj"],motivate:["m-ow1 t-ah v-ey-t","vb vbp"],motivated:["m-ow1 t-ah v-ey t-ah-d","vbn vbd jj"],motivates:["m-ow1 t-ah v-ey-t-s","vbz"],motivating:["m-ow1 t-ah v-ey t-ih-ng","vbg jj"],motivation:["m-ow t-ah v-ey1 sh-ah-n","nn"],motive:["m-ow1 t-ih-v","nn jj"],motley:["m-aa1-t l-iy","jj"],motor:["m-ow1 t-er","nn jj vb"],motorbike:["m-ow1 t-er b-ay-k","nn"],motorcade:["m-ow1 t-er k-ey-d","nn"],motorcycle:["m-ow1 t-er s-ay k-ah-l","nn"],motoring:["m-ow1 t-er ih-ng","vbg"],motorist:["m-ow1 t-er ih-s-t","nn"],motorize:["m-ow1-t-er-ay-z","vb"],motorized:["m-ow1 t-er ay-z-d","vbn jj"],mottle:["m-aa1 t-ah-l","vb nn"],mottled:["m-aa1 t-ah-l-d","vbn jj"],motto:["m-aa1 t-ow","nn"],mould:["m-ow1-l-d","vb"],mound:["m-aw1-n-d","nn"],mount:["m-aw1-n-t","vb nn vbp"],mountain:["m-aw1-n t-ah-n","nn"],mountainous:["m-aw1-n t-ah n-ah-s","jj"],mountainside:["m-aw1-n t-ah-n s-ay-d","nn"],mountaintop:["m-aw1-n t-ah-n t-aa-p","nn"],mounted:["m-aw1-n t-ah-d","vbn jj vbd"],mounting:["m-aw1-n t-ih-ng","vbg jj nn"],mourn:["m-ao1-r-n","vb"],mourned:["m-ao1-r-n-d","vbd"],mourner:["m-ao1-r n-er","nn"],mournful:["m-ao1-r-n f-ah-l","jj"],mourning:["m-ao1-r n-ih-ng","vbg"],mourns:["m-ao1-r-n-z","vbz"],mouse:["m-aw1-s","nn"],mousetrap:["m-aw1-s t-r-ae-p","nn"],mousse:["m-uw1-s","nn"],moustache:["m-ah1 s-t-ae-sh","nn"],mouth:["m-aw1-th","nn vb"],mouthed:["m-aw1-dh-d","vbd"],mouthful:["m-aw1-th f-uh-l","nn"],mouthing:["m-aw1 dh-ih-ng","vbg"],mouthpiece:["m-aw1-th p-iy-s","nn"],movable:["m-uw1 v-ah b-ah-l","jj nn"],move:["m-uw1-v","nn vbp vb"],moved:["m-uw1-v-d","vbd vbn"],movement:["m-uw1-v m-ah-n-t","nn"],mover:["m-uw1 v-er","nn"],movie:["m-uw1 v-iy","nn"],moviegoer:["m-uw1 v-iy g-ow er","nn"],moving:["m-uw1 v-ih-ng","vbg jj nn"],movingly:["m-uw1 v-ih-ng l-iy","rb"],mow:["m-ow1","vb"],mowed:["m-ow1-d","vbn"],mower:["m-ow1 er","nn"],moxie:["m-aa1-k s-iy","nn"],much:["m-ah1-ch","jj dt nn rb"],muck:["m-ah1-k","nn vb"],mucking:["m-ah1 k-ih-ng","vbg"],mucky:["m-ah1 k-iy","jj"],mucosa:["m-y-uw k-ow1 s-ah","nn"],mucus:["m-y-uw1 k-ah-s","nn"],mud:["m-ah1-d","nn"],muddied:["m-ah1 d-iy-d","vbn jj"],muddle:["m-ah1 d-ah-l","nn vb"],muddled:["m-ah1 d-ah-l-d","vbn vbd"],muddleheaded:["m-ah1 d-ah-l hh-eh d-ah-d","jj"],muddling:["m-ah1 d-ah-l ih-ng","vbg"],muddy:["m-ah1 d-iy","jj"],mudslinging:["m-ah1-d s-l-ih ng-ih-ng","nn"],mudwagon:["m-ah1-d w-ae g-ah-n","nn"],muff:["m-ah1-f","nn"],muffin:["m-ah1 f-ah-n","nn"],muffle:["m-ah1-f-ah-l","vb"],muffled:["m-ah1 f-ah-l-d","jj vbd vbn"],muffler:["m-ah1-f l-er","nn"],mug:["m-ah1-g","nn"],mugged:["m-ah1-g-d","vbn"],mugger:["m-ah1 g-er","nn"],mugging:["m-ah1 g-ih-ng","nn"],muggy:["m-ah1 g-iy","jj"],mulatto:["m-ah l-aa1 t-ow","nn"],mulch:["m-ah1-l-ch","nn vb"],mulching:["m-ah1-l ch-ih-ng","vbg"],mule:["m-y-uw1-l","nn"],mull:["m-ah1-l","vb"],mullah:["m-ah1 l-ah","nn"],mulling:["m-ah1 l-ih-ng","vbg"],mulls:["m-ah1-l-z","vbz"],multicolored:["m-ah-l t-iy k-ah1 l-er-d","jj"],multifaceted:["m-ah-l t-iy f-ae1 s-ah t-ih-d","jj"],multilateral:["m-ah-l t-ih l-ae1 t-er ah-l","jj"],multilayered:["m-ah-l t-iy l-ey1 er-d","jj"],multilevel:["m-ah-l t-ay l-eh1 v-ah-l","jj"],multilingual:["m-ah-l t-iy l-ih1-ng w-ah-l","jj"],multinational:["m-ah-l t-ay n-ae1 sh-ah n-ah-l","jj"],multipart:["m-ah1-l t-iy p-aa-r-t","jj"],multiparty:["m-ah1-l t-iy p-aa-r t-iy","nn jj"],multiple:["m-ah1-l t-ah p-ah-l","jj nn"],multiplexer:["m-ah1-l t-iy p-l-eh-k s-er","nn"],multiplication:["m-ah-l t-ah p-l-ah k-ey1 sh-ah-n","nn"],multiplicity:["m-ah-l t-ah p-l-ih1 s-ih t-iy","nn"],multiplied:["m-ah1-l t-ah p-l-ay-d","vbn vbd"],multiplies:["m-ah1-l t-ah p-l-ay-z","vbz"],multiply:["m-ah1-l t-ah p-l-ay","vb vbp"],multiplying:["m-ah1-l t-ah p-l-ay ih-ng","vbg"],multipurpose:["m-ah-l t-iy p-er1 p-ah-s","jj"],multistate:["m-ah1-l t-iy s-t-ey1-t","nn"],multitask:["m-ah1-l-t-iy-t-ae-s-k","vb"],multitasking:["m-ah1-l t-iy t-ae s-k-ih-ng","vbg"],multitude:["m-ah1-l t-ah t-uw-d","nn"],multivalve:["m-ah1-l t-iy v-ae-l-v","jj"],multiyear:["m-ah1-l t-iy y-iy1-r","jj"],mum:["m-ah1-m","jj nn"],mumble:["m-ah1-m b-ah-l","nn vb"],mumbled:["m-ah1-m b-ah-l-d","vbd vbn"],mumbles:["m-ah1-m b-ah-l-z","vbz"],mumbling:["m-ah1-m b-ah-l ih-ng","vbg"],mumbo:["m-ah1-m b-ow","nn"],mummified:["m-ah1 m-ih f-ay-d","vbn"],mummify:["m-ah1-m-ah-f-ay","vb"],mummy:["m-ah1 m-iy","nn"],munch:["m-ah1-n-ch","vb"],munching:["m-ah1-n ch-ih-ng","vbg"],mundane:["m-ah-n d-ey1-n","jj"],municipal:["m-y-uw n-ih1 s-ah p-ah-l","jj nn"],municipality:["m-y-uw n-ih s-ah p-ae1 l-ah t-iy","nn"],municipally:["m-y-uw n-ih1 s-ih p-ah l-iy","rb"],munition:["m-y-uw n-ih1 sh-ah-n","nn"],mural:["m-y-uh1 r-ah-l","nn"],murder:["m-er1 d-er","nn vb"],murdered:["m-er1 d-er-d","vbn vbd jj"],murderer:["m-er1 d-er er","nn"],murdering:["m-er1 d-er ih-ng","vbg jj"],murderous:["m-er1 d-er ah-s","jj"],murkier:["m-er1 k-iy er","jjr"],murky:["m-er1 k-iy","jj"],murmur:["m-er1 m-er","nn vb"],murmured:["m-er1 m-er-d","vbd"],murmuring:["m-er1 m-er ih-ng","vbg"],murmurs:["m-er1 m-er-z","vbz"],muscat:["m-ah1-s k-ae-t","jj"],muscle:["m-ah1 s-ah-l","nn vb"],muscled:["m-ah1 s-ah-l-d","vbd vbn"],muscling:["m-ah1 s-ah l-ih-ng","vbg"],muscular:["m-ah1-s k-y-ah l-er","jj"],musculature:["m-ah1-s k-y-ah l-ah ch-er","nn"],muse:["m-y-uw1-z","nn vb"],mused:["m-y-uw1-z-d","vbd"],museum:["m-y-uw z-iy1 ah-m","nn"],mush:["m-ah1-sh","nn"],mushroom:["m-ah1-sh r-uw-m","nn vbp vb"],mushroomed:["m-ah1-sh r-uh-m-d","vbn vbd"],mushrooming:["m-ah1-sh r-uh m-ih-ng","nn"],mushy:["m-ah1 sh-iy","jj"],music:["m-y-uw1 z-ih-k","nn"],musical:["m-y-uw1 z-ih k-ah-l","jj nn"],musicality:["m-y-uw z-ih k-ae1 l-ah t-iy","nn"],musically:["m-y-uw1 z-ih-k l-iy","rb"],musician:["m-y-uw z-ih1 sh-ah-n","nn"],musing:["m-y-uw1 z-ih-ng","vbg"],musk:["m-ah1-s-k","nn"],musket:["m-ah1-s k-ah-t","nn"],mussel:["m-ah1 s-ah-l","nn"],must:["m-ah1-s-t","md"],"mustn't":["m-ah1-s-t-ah-n-t","md"],mustache:["m-ah1 s-t-ae-sh","nn"],mustached:["m-ah1 s-t-ae-sh-t","jj"],mustachioed:["m-ah s-t-ae1 sh-iy ow-d","jj"],mustard:["m-ah1 s-t-er-d","nn jj vb"],muster:["m-ah1 s-t-er","vb nn"],mustered:["m-ah1 s-t-er-d","vbd vbn"],mustering:["m-ah1 s-t-er ih-ng","vbg"],mutant:["m-y-uw1 t-ah-n-t","jj"],mutate:["m-y-uw1 t-ey-t","vb"],mutated:["m-y-uw1 t-ey t-ih-d","vbn"],mutation:["m-y-uw t-ey1 sh-ah-n","nn"],mute:["m-y-uw1-t","jj vb"],muted:["m-y-uw1 t-ih-d","vbn vbd jj"],mutilate:["m-y-uw1-t-ah-l-ey-t","vb"],mutilated:["m-y-uw1 t-ah l-ey t-ah-d","vbn jj"],mutilating:["m-y-uw1 t-ah l-ey t-ih-ng","vbg"],mutilation:["m-y-uw t-ah l-ey1 sh-ah-n","nn"],mutineer:["m-y-uw t-ah n-ih1-r","nn"],mutinous:["m-y-uw1 t-ah n-ah-s","jj"],mutiny:["m-y-uw1 t-ah n-iy","nn"],mutt:["m-ah1-t","nn"],mutter:["m-ah1 t-er","vb"],muttered:["m-ah1 t-er-d","vbd"],muttering:["m-ah1 t-er ih-ng","vbg"],mutton:["m-ah1 t-ah-n","nn"],mutual:["m-y-uw1 ch-ah w-ah-l","jj"],mutually:["m-y-uw1 ch-uw ah l-iy","rb"],muzzle:["m-ah1 z-ah-l","nn vb"],muzzled:["m-ah1 z-ah-l-d","vbn"],my:["m-ay1","prp$"],mycology:["m-ay k-aa1 l-ah jh-iy","nn"],myopia:["m-ay ow1 p-iy ah","nn"],myopic:["m-ay aa1 p-ih-k","jj"],myriad:["m-ih1 r-iy ah-d","jj nn"],myrrh:["m-er1","nn"],myrtle:["m-er1 t-ah-l","nn"],myself:["m-ay s-eh1-l-f","prp"],mysterious:["m-ih s-t-ih1 r-iy ah-s","jj"],mysteriously:["m-ih s-t-ih1 r-iy ah-s l-iy","rb"],mystery:["m-ih1 s-t-er iy","nn"],mystic:["m-ih1 s-t-ih-k","jj nn"],mystical:["m-ih1 s-t-ih k-ah-l","jj"],mysticism:["m-ih1 s-t-ih s-ih z-ah-m","nn"],mystified:["m-ih1 s-t-ah f-ay-d","vbn"],mystify:["m-ih1-s-t-ah-f-ay","vb"],mystique:["m-ih s-t-iy1-k","nn"],myth:["m-ih1-th","nn"],mythic:["m-ih1 th-ih-k","jj"],mythical:["m-ih1 th-ah k-ah-l","jj"],mythological:["m-ih th-ah l-aa1 jh-ih k-ah-l","jj"],mythology:["m-ah th-aa1 l-ah jh-iy","nn"],nab:["n-ae1-b","vb"],nabbed:["n-ae1-b-d","vbn"],nabbing:["n-ae1 b-ih-ng","vbg"],nadir:["n-ey1 d-er","nn"],nag:["n-ae1-g","vb"],nagged:["n-ae1-g-d","vbd"],nagging:["n-ae1 g-ih-ng","jj vbg"],nail:["n-ey1-l","nn rb vb"],nailed:["n-ey1-l-d","vbn vbd"],nailing:["n-ey1 l-ih-ng","vbg"],naive:["n-ay iy1-v","jj nn"],naively:["n-aa iy1-v l-iy","rb"],naivete:["n-aa iy v-ah t-ey1","nn"],naked:["n-ey1 k-ah-d","jj"],name:["n-ey1-m","nn vb uh vbp"],named:["n-ey1-m-d","vbn vbd jj"],nameless:["n-ey1-m l-ah-s","jj"],namely:["n-ey1-m l-iy","rb"],nameplate:["n-ey1-m p-l-ey-t","nn"],namesake:["n-ey1-m s-ey-k","nn"],naming:["n-ey1 m-ih-ng","vbg"],nanny:["n-ae1 n-iy","nn"],nap:["n-ae1-p","nn vb vbp"],napkin:["n-ae1-p k-ih-n","nn"],napped:["n-ae1-p-t","vbd"],napping:["n-ae1 p-ih-ng","vbg"],narco:["n-aa1-r k-ow","nn"],narcolepsy:["n-aa1-r k-ah l-eh-p s-iy","nn"],narcotic:["n-aa-r k-aa1 t-ih-k","jj"],narrate:["n-eh1-r-ey-t","vb"],narrated:["n-eh1 r-ey t-ih-d","vbn"],narration:["n-eh r-ey1 sh-ah-n","nn"],narrative:["n-ae1 r-ah t-ih-v","nn jj"],narrator:["n-eh1 r-ey t-er","nn"],narrow:["n-eh1 r-ow","jj vb"],narrowed:["n-eh1 r-ow-d","vbd vbn"],narrower:["n-eh1 r-ow er","jjr"],narrowest:["n-eh1 r-ow ah-s-t","jjs"],narrowing:["n-eh1 r-ow ih-ng","vbg"],narrowly:["n-eh1 r-ow l-iy","rb"],narrowness:["n-eh1 r-ow n-ah-s","nn"],narrows:["n-eh1 r-ow-z","vbz"],nary:["n-eh1 r-iy","dt pdt"],nasal:["n-ey1 z-ah-l","jj"],nascent:["n-ey1 s-ah-n-t","jj"],nastier:["n-ae1 s-t-iy er","jjr"],nastiest:["n-ae1 s-t-iy ah-s-t","jjs"],nasty:["n-ae1 s-t-iy","jj"],natal:["n-ey1 t-ah-l","jj"],nation:["n-ey1 sh-ah-n","nn"],national:["n-ae1 sh-ah n-ah-l","jj nn rb"],nationalism:["n-ae1 sh-ah-n ah l-ih z-ah-m","nn"],nationalist:["n-ae1 sh-ah-n ah l-ah-s-t","jj nn"],nationalistic:["n-ae sh-ah-n ah l-ih1 s-t-ih-k","jj"],nationality:["n-ae sh-ah n-ae1 l-ah t-iy","nn"],nationalization:["n-ae sh-ah-n ah l-ah z-ey1 sh-ah-n","nn"],nationalize:["n-ae1 sh-ah-n ah l-ay-z","vb"],nationalized:["n-ae1 sh-ah-n ah l-ay-z-d","vbd vbn jj"],nationalizing:["n-ae1 sh-ah-n ah l-ay z-ih-ng","vbg"],nationally:["n-ae1 sh-ah-n ah l-iy","rb"],nationhood:["n-ey1 sh-ah-n hh-uh-d","nn"],nationwide:["n-ey1 sh-ah-n w-ay1-d","jj rb"],"native":["n-ey1 t-ih-v","jj nn"],nattily:["n-ae1 t-ah l-iy","rb"],natty:["n-ae1 t-iy","jj"],natural:["n-ae1 ch-er ah-l","jj nn"],naturalism:["n-ae1 ch-er ah l-ih z-ah-m","nn"],naturalist:["n-ae1 ch-er ah l-ah-s-t","nn"],naturalistic:["n-ae ch-er ah l-ih1 s-t-ih-k","jj"],naturalize:["n-ae1-ch-er-ah-l-ay-z","vb"],naturalized:["n-ae1 ch-er ah l-ay-z-d","vbn jj"],naturally:["n-ae1 ch-er ah l-iy","rb"],nature:["n-ey1 ch-er","nn jj"],natured:["n-ey1 ch-er-d","jj"],naught:["n-ao1-t","nn"],naughty:["n-ao1 t-iy","jj"],nausea:["n-ao1 z-iy ah","nn"],nauseate:["n-ao1-z-iy-ey-t","vb"],nauseated:["n-ao1 z-iy ey t-ah-d","vbn jj"],nautical:["n-ao1 t-ah k-ah-l","jj"],naval:["n-ey1 v-ah-l","jj"],navel:["n-ey1 v-ah-l","nn"],navigable:["n-ae1 v-ah g-ah b-ah-l","jj"],navigate:["n-ae1 v-ah g-ey-t","vb"],navigated:["n-ae1 v-ah g-ey t-ih-d","vbn"],navigating:["n-ae1 v-ah g-ey t-ih-ng","vbg"],navigation:["n-ae1 v-ah g-ey1 sh-ah-n","nn"],navigational:["n-ae v-ah g-ey1 sh-ah n-ah-l","jj"],navigator:["n-ae1 v-ah g-ey t-er","nn"],navy:["n-ey1 v-iy","nn jj"],nay:["n-ey1","rb"],naysayer:["n-ey s-ey1 er","nn"],near:["n-ih1-r","in rb vb jj"],nearby:["n-ih1-r b-ay1","jj rb"],neared:["n-ih1-r-d","vbd vbn"],nearer:["n-ih1 r-er","jjr in rbr"],nearest:["n-ih1 r-ah-s-t","jjs rbs in"],nearing:["n-ih1 r-ih-ng","vbg"],nearly:["n-ih1-r l-iy","rb"],nearsighted:["n-iy1-r s-ay t-ih-d","jj"],neat:["n-iy1-t","jj"],neater:["n-iy1 t-er","rbr"],neatest:["n-iy1 t-ah-s-t","jjs"],neatly:["n-iy1-t l-iy","rb"],neatness:["n-iy1-t n-ah-s","nn"],nebula:["n-eh1 b-y-ah l-ah","nn"],nebulous:["n-eh1 b-y-ah l-ah-s","jj"],necessarily:["n-eh s-ah s-eh1 r-ah l-iy","rb"],necessary:["n-eh1 s-ah s-eh r-iy","jj"],necessitate:["n-ah s-eh1 s-ah t-ey-t","vbp vb"],necessitated:["n-ah s-eh1 s-ah t-ey t-ah-d","vbn vbd"],necessitates:["n-ah s-eh1 s-ah t-ey-t-s","vbz"],necessitating:["n-ah s-eh1 s-ih t-ey t-ih-ng","vbg"],necessity:["n-ah s-eh1 s-ah t-iy","nn"],neck:["n-eh1-k","nn rb vb"],necklace:["n-eh1-k l-ah-s","nn"],necktie:["n-eh1-k t-ay","nn"],necrosis:["n-ah k-r-ow1 s-ah-s","nn"],nectar:["n-eh1-k t-er","nn"],need:["n-iy1-d","nn vbp md vb"],needed:["n-iy1 d-ah-d","vbn jj vbd"],needing:["n-iy1 d-ih-ng","vbg"],needle:["n-iy1 d-ah-l","nn vb"],needled:["n-iy1 d-ah-l-d","vbd"],needlelike:["n-iy1 d-ah-l l-ay-k","jj"],needless:["n-iy1-d l-ah-s","jj"],needlessly:["n-iy1-d l-ah-s l-iy","rb"],needs:["n-iy1-d-z","vbz"],needy:["n-iy1 d-iy","jj"],negate:["n-ih g-ey1-t","vb"],negated:["n-iy1 g-ey t-ih-d","vbn vbd"],negative:["n-eh1 g-ah t-ih-v","jj nn"],negatively:["n-eh1 g-ah t-ih-v l-iy","rb"],negativism:["n-eh1 g-ah t-ih v-ih z-ah-m","nn"],neglect:["n-ah g-l-eh1-k-t","nn vb vbp"],neglected:["n-ah g-l-eh1-k t-ah-d","vbn jj vbd"],neglecting:["n-ih g-l-eh1-k t-ih-ng","vbg"],neglects:["n-ih g-l-eh1-k-t-s","vbz"],negligence:["n-eh1-g l-ah jh-ah-n-s","nn"],negligent:["n-eh1-g l-ah jh-ah-n-t","jj"],negligently:["n-eh1-g l-ih jh-ah-n-t l-iy","rb"],negligible:["n-eh1-g l-ah jh-ah b-ah-l","jj"],negotiable:["n-ah g-ow1 sh-ah b-ah-l","jj"],negotiate:["n-ah g-ow1 sh-iy ey-t","vb vbp"],negotiated:["n-ah g-ow1 sh-iy ey t-ah-d","vbn jj vbd"],negotiates:["n-ih g-ow1 sh-iy ey-t-s","vbz"],negotiating:["n-ih g-ow1 sh-iy ey t-ih-ng","vbg jj nn"],negotiation:["n-ih g-ow sh-iy ey1 sh-ah-n","nn"],negotiator:["n-ah g-ow1 sh-iy ey t-er","nn"],negro:["n-iy1 g-r-ow","nn"],neighbor:["n-ey1 b-er","nn vb"],neighborhood:["n-ey1 b-er hh-uh-d","nn"],neighboring:["n-ey1 b-er ih-ng","vbg jj"],neighborly:["n-ey1 b-er l-iy","jj"],neither:["n-iy1 dh-er","dt nn rb cc"],nemesis:["n-eh1 m-ah s-ih-s","nn"],neo:["n-iy1 ow","jj"],neoclassical:["n-iy ow k-l-ae1 s-ih k-ah-l","jj"],neoconservative:["n-iy ow k-ah-n s-er1 v-ah t-ih-v","jj"],neoliberal:["n-iy ow l-ih1 b-er ah-l","jj"],neon:["n-iy1 aa-n","nn"],neonatal:["n-iy ow n-ey1 t-ah-l","jj"],neophyte:["n-iy1 ah f-ay-t","jj nn"],nephew:["n-eh1 f-y-uw","nn"],nepotism:["n-eh1 p-ah t-ih z-ah-m","nn"],nerd:["n-er1-d","nn"],nerdy:["n-er1 d-iy","jj"],nerve:["n-er1-v","nn"],nervous:["n-er1 v-ah-s","jj"],nervously:["n-er1 v-ah-s l-iy","rb"],nervousness:["n-er1 v-ah-s n-ah-s","nn"],nervy:["n-er1 v-iy","jj"],nest:["n-eh1-s-t","nn vb vbp"],nested:["n-eh1 s-t-ah-d","vbn vbd"],nester:["n-eh1 s-t-er","nn"],nesting:["n-eh1 s-t-ih-ng","vbg jj nn"],nestle:["n-eh1-s-ah-l","vb"],nestled:["n-eh1 s-ah-l-d","vbn vbd"],nestling:["n-eh1-s-t l-ih-ng","nn"],net:["n-eh1-t","jj nn vb"],nether:["n-eh1 dh-er","jj cc"],netted:["n-eh1 t-ih-d","vbd vbn"],netting:["n-eh1 t-ih-ng","vbg"],nettle:["n-eh1-t-ah-l","vb"],nettled:["n-eh1 t-ah-l-d","vbd vbn"],nettlesome:["n-eh1 t-ah-l s-ah-m","jj"],network:["n-eh1-t w-er-k","nn vb"],networking:["n-eh1-t w-er k-ih-ng","vbg"],neural:["n-uh1 r-ah-l","jj"],neurological:["n-uh r-ah l-aa1 jh-ih k-ah-l","jj"],neurologist:["n-uh r-aa1 l-ah jh-ah-s-t","nn"],neuropathy:["n-uh1 r-ow p-ae th-iy","nn"],neurosis:["n-uh r-ow1 s-ah-s","nn"],neurosurgeon:["n-uh1 r-ow s-er jh-ah-n","nn"],neurotic:["n-uh r-aa1 t-ih-k","jj"],neuter:["n-uw1 t-er","nn vb"],neutered:["n-uw1 t-er-d","vbn"],neutral:["n-uw1 t-r-ah-l","jj"],neutrality:["n-uw t-r-ae1 l-ah t-iy","nn"],neutralization:["n-uw t-r-ah l-ah z-ey1 sh-ah-n","nn"],neutralize:["n-uw1 t-r-ah l-ay-z","vb"],neutralized:["n-uw1 t-r-ah l-ay-z-d","vbn"],neutralizes:["n-uw1 t-r-ah l-ay z-ih-z","vbz"],neutrino:["n-uw t-r-iy1 n-ow","nn"],neutron:["n-uw1 t-r-aa-n","nn"],never:["n-eh1 v-er","rb rbr"],nevertheless:["n-eh v-er dh-ah l-eh1-s","rb"],"new":["n-uw1","jj"],newborn:["n-uw1 b-ao-r-n","jj"],newcomer:["n-uw1 k-ah m-er","nn"],newer:["n-uw1 er","jjr"],newest:["n-uw1 ah-s-t","jjs jj"],newfangled:["n-uw f-ae1-ng g-ah-l-d","jj"],newfound:["n-uw1 f-aw1-n-d","jj"],newly:["n-uw1 l-iy","rb jj"],newlywed:["n-uw1 l-iy w-eh-d","nn"],news:["n-uw1-z","nn"],newscast:["n-uw1-z k-ae-s-t","nn"],newscaster:["n-uw1-z k-ae s-t-er","nn"],newsletter:["n-uw1-z l-eh t-er","nn"],newsmaker:["n-uw1-z m-ey k-er","nn"],newsman:["n-uw1-z m-ae-n","nn"],newspaper:["n-uw1-z p-ey p-er","nn"],newspaperman:["n-uw1-z p-ey p-er m-ae-n","nn"],newsprint:["n-uw1-z p-r-ih-n-t","nn"],newsreel:["n-uw1-z r-iy-l","nn"],newsroom:["n-uw1-z r-uw-m","nn"],newsstand:["n-uw1-z s-t-ae-n-d","nn"],newsweekly:["n-uw1-z w-iy-k l-iy","rb"],newswire:["n-uw1-z w-ay-r","nn"],newsworthy:["n-uw1-z w-er dh-iy","jj"],newt:["n-uw1-t","nn"],next:["n-eh1-k-s-t","jj in rb"],nexus:["n-eh1-k s-ah-s","nn"],nib:["n-ih1-b","nn"],nibble:["n-ih1 b-ah-l","vb nn"],nibbling:["n-ih1 b-ah-l ih-ng","vbg"],nice:["n-ay1-s","jj"],nicely:["n-ay1-s l-iy","rb"],nicer:["n-ay1 s-er","jjr"],nicest:["n-ay1 s-ih-s-t","jjs"],nicety:["n-ay1 s-ih t-iy","nn"],niche:["n-ih1-ch","nn"],nick:["n-ih1-k","vb"],nicked:["n-ih1-k-t","vbn"],nickel:["n-ih1 k-ah-l","nn jj"],nickname:["n-ih1-k n-ey-m","nn vb vbp"],nicknamed:["n-ih1-k n-ey-m-d","vbn vbd"],nicotine:["n-ih1 k-ah t-iy-n","nn"],niece:["n-iy1-s","nn"],nifty:["n-ih1-f t-iy","jj"],niggardly:["n-ih1 g-er-d l-iy","jj"],night:["n-ay1-t","nn rb"],nightclub:["n-ay1-t k-l-ah-b","nn"],nighter:["n-ay1 t-er","nn"],nightfall:["n-ay1-t f-ao-l","nn"],nightingale:["n-ay1 t-ih-ng g-ey-l","nn"],nightly:["n-ay1-t l-iy","jj rb"],nightmare:["n-ay1-t m-eh-r","nn"],nightmarish:["n-ay1-t m-eh r-ih-sh","jj"],nightshirt:["n-ay1 ch-er-t","nn"],nighttime:["n-ay1-t t-ay-m","jj nn"],nihilism:["n-ay1 ah l-ih z-ah-m","nn"],nilly:["n-ih1 l-iy","rb"],nimble:["n-ih1-m b-ah-l","jj"],nimbly:["n-ih1-m b-l-iy","rb"],nine:["n-ih1-n","cd"],ninefold:["n-ih1-n f-ow-l-d","jj rb"],nineteenth:["n-ay1-n t-iy1-n-th","jj"],ninetieth:["n-ay1-n t-iy ih-th","jj"],ninety:["n-ay1-n t-iy","nn"],ninth:["n-ay1-n-th","jj"],nip:["n-ih1-p","vb"],nipped:["n-ih1-p-t","vbd"],nirvana:["n-ih-r v-aa1 n-ah","nn"],nitpicking:["n-ih1-t p-ih k-ih-ng","jj"],nitrate:["n-ay1 t-r-ey-t","nn"],nitrogen:["n-ay1 t-r-ah jh-ah-n","nn"],nitrous:["n-ih1 t-r-ah-s","nn"],nix:["n-ih1-k-s","vb"],nixed:["n-ih1-k-s-t","vbd"],no:["n-ow1","dt jj nn rb uh"],nobility:["n-ow b-ih1 l-ah t-iy","nn"],noble:["n-ow1 b-ah-l","jj"],nobleman:["n-ow1 b-ah-l m-ah-n","nn"],nobly:["n-aa1 b-l-iy","rb"],nobody:["n-ow1 b-aa d-iy","nn"],nocturnal:["n-aa-k t-er1 n-ah-l","jj"],nod:["n-aa1-d","nn vb vbp"],nodded:["n-aa1 d-ah-d","vbd vbn"],nodding:["n-aa1 d-ih-ng","vbg jj"],node:["n-ow1-d","nn"],nodular:["n-aa1 jh-ah l-er","jj"],nodule:["n-aa1 jh-uw-l","nn"],noise:["n-oy1-z","nn"],noisier:["n-oy1 z-iy er","jjr"],noisily:["n-oy1 z-ah l-iy","rb"],noisy:["n-oy1 z-iy","jj"],nomad:["n-ow1 m-ae-d","nn"],nomadic:["n-ow m-ae1 d-ih-k","jj"],nomenclature:["n-ow1 m-ah-n k-l-ey ch-er","nn"],nominal:["n-aa1 m-ah n-ah-l","jj nn"],nominally:["n-aa1 m-ah n-ah l-iy","rb"],nominate:["n-aa1 m-ah n-ah-t","vb vbp"],nominated:["n-aa1 m-ah n-ey t-ah-d","vbn vbd"],nominating:["n-aa1 m-ah n-ey t-ih-ng","vbg"],nomination:["n-aa m-ah n-ey1 sh-ah-n","nn"],nominee:["n-aa m-ah n-iy1","nn"],nonbinding:["n-aa1-n b-ay1-n d-ih-ng","jj"],nonchalant:["n-aa-n sh-ah l-aa1-n-t","jj"],noncombatant:["n-aa-n k-ah-m b-ae1 t-ah-n-t","jj"],noncommittal:["n-aa1-n k-ah m-ih1 t-ah-l","jj"],noncompliance:["n-aa-n k-ah-m p-l-ay1 ah-n-s","nn"],nonconformist:["n-aa-n k-ah-n f-ao1-r m-ih-s-t","nn"],nondescript:["n-aa1-n d-ih s-k-r-ih1-p-t","jj"],nondurable:["n-aa-n d-uh1 r-ah b-ah-l","jj"],none:["n-ah1-n","nn"],nonentity:["n-aa-n eh1-n t-ah t-iy","nn"],nonessential:["n-aa-n ih s-eh1-n ch-ah-l","jj"],nonetheless:["n-ah-n dh-ah l-eh1-s","rb"],nonevent:["n-aa1-n ih v-eh1-n-t","nn"],nonexistent:["n-aa-n ah-g z-ih1 s-t-ah-n-t","jj"],nonfat:["n-aa1-n f-ae1-t","jj"],nonferrous:["n-aa-n f-eh1 r-ah-s","jj"],nonfiction:["n-aa-n f-ih1-k sh-ah-n","nn"],nonlethal:["n-aa-n l-iy1 th-ah-l","jj"],nonmember:["n-aa-n m-eh1-m b-er","nn"],nonpartisan:["n-aa-n p-aa1-r t-ah z-ah-n","jj"],nonpaying:["n-aa-n p-ey1 ih-ng","jj"],nonpayment:["n-aa-n p-ey1 m-ah-n-t","nn"],nonpoisonous:["n-aa-n p-oy1 z-ah n-ah-s","jj"],nonproductive:["n-aa-n p-r-ah d-ah1-k t-ih-v","jj"],nonprofit:["n-aa-n p-r-aa1 f-ah-t","nn jj"],nonrecurring:["n-aa-n r-ih k-er1 ih-ng","jj"],nonsense:["n-aa1-n s-eh-n-s","nn jj"],nonsensical:["n-aa-n s-eh1-n s-ih k-ah-l","jj"],nonsmoker:["n-aa-n s-m-ow1 k-er","nn"],nonspecific:["n-aa-n s-p-ah s-ih1 f-ih-k","jj"],nonstandard:["n-aa-n s-t-ae1-n d-er-d","jj"],nonstop:["n-aa-n s-t-aa1-p","jj nn rb"],nontoxic:["n-aa-n t-aa1-k s-ih-k","jj"],nonviolence:["n-aa-n v-ay1 ah l-ah-n-s","nn"],nonviolent:["n-aa-n v-ay1 ah l-ah-n-t","jj"],nonvoting:["n-aa-n v-ow1 t-ih-ng","jj"],noodle:["n-uw1 d-ah-l","nn"],nook:["n-uh1-k","nn"],noon:["n-uw1-n","nn"],noose:["n-uw1-s","nn"],nor:["n-ao1-r","cc"],norm:["n-ao1-r-m","nn"],normal:["n-ao1-r m-ah-l","jj rb"],normalcy:["n-ao1-r m-ah-l s-iy","nn"],normalization:["n-ao-r m-ah l-ih z-ey1 sh-ah-n","nn"],normalize:["n-ao1-r m-ah l-ay-z","vb"],normalized:["n-ao1-r m-ah l-ay-z-d","vbn"],normalizing:["n-ao1-r m-ah l-ay z-ih-ng","vbg"],normally:["n-ao1-r m-ah l-iy","rb"],normative:["n-ao1-r m-ah t-ih-v","jj"],north:["n-ao1-r-th","rb jj nn"],northeast:["n-ao-r-th iy1-s-t","nn jj rb"],northeastern:["n-ao-r-th iy1 s-t-er-n","jj"],northerly:["n-ao1-r dh-er l-iy","jj"],northern:["n-ao1-r dh-er-n","jj"],northerner:["n-ao1-r dh-er n-er","nn"],northernmost:["n-ao1-r dh-er-n m-ow-s-t","jj"],northward:["n-ao1-r-th w-er-d","rb"],northwest:["n-ao-r-th w-eh1-s-t","rb nn jjs jj"],northwestern:["n-ao-r-th w-eh1 s-t-er-n","jj"],nose:["n-ow1-z","nn vb"],nosebleed:["n-ow1-z b-l-iy-d","nn"],nosed:["n-ow1-z-d","vbd"],nosedive:["n-ow1-z d-ay-v","nn jj vb"],nosedived:["n-ow1-z d-ay-v-d","vbd"],nosing:["n-ow1 z-ih-ng","vbg"],nostalgia:["n-ao s-t-ae1-l jh-ah","nn"],nostalgic:["n-ao s-t-ae1-l jh-ih-k","jj"],nostril:["n-aa1-s t-r-ah-l","nn"],nostrum:["n-aa1-s t-r-ah-m","nn"],nosy:["n-ow1 z-iy","jj"],not:["n-aa1-t","rb"],notable:["n-ow1 t-ah b-ah-l","jj"],notably:["n-ow1 t-ah b-l-iy","rb"],notation:["n-ow t-ey1 sh-ah-n","nn"],notch:["n-aa1-ch","nn vb"],notched:["n-aa1-ch-t","vbn vbd"],note:["n-ow1-t","nn vbp vb"],notebook:["n-ow1-t b-uh-k","nn"],noted:["n-ow1 t-ah-d","vbd jj vbn"],noteholder:["n-ow1-t hh-ow-l d-er","nn"],noteworthy:["n-ow1-t w-er dh-iy","jj"],nothing:["n-ah1 th-ih-ng","nn"],nothingness:["n-ah1 th-ih-ng n-ah-s","nn"],notice:["n-ow1 t-ah-s","nn vb vbp"],noticeable:["n-ow1 t-ah s-ah b-ah-l","jj"],noticeably:["n-ow1 t-ih s-ah b-l-iy","rb"],noticed:["n-ow1 t-ah-s-t","vbd vbn jj"],noticing:["n-ow1 t-ih s-ih-ng","vbg"],notification:["n-ow t-ah f-ah k-ey1 sh-ah-n","nn"],notified:["n-ow1 t-ah f-ay-d","vbn vbd"],notifies:["n-ow1 t-ah f-ay-z","vbz"],notify:["n-ow1 t-ah f-ay","vb vbp"],notifying:["n-ow1 t-ah f-ay ih-ng","vbg"],noting:["n-ow1 t-ih-ng","vbg"],notion:["n-ow1 sh-ah-n","nn"],notoriety:["n-ow t-er ay1 ah t-iy","nn"],notorious:["n-ow t-ao1 r-iy ah-s","jj"],notoriously:["n-ow t-ao1 r-iy ah-s l-iy","rb"],noun:["n-aw1-n","nn"],nourish:["n-er1 ih-sh","vb"],nourished:["n-er1 ih-sh-t","vbn jj"],nourishment:["n-er1 ih-sh m-ah-n-t","nn"],novel:["n-aa1 v-ah-l","nn jj"],novelist:["n-aa1 v-ah l-ah-s-t","nn"],novelistic:["n-aa v-ah l-ih1 s-t-ih-k","jj"],novelty:["n-aa1 v-ah-l t-iy","nn"],novice:["n-aa1 v-ah-s","nn jj"],now:["n-aw1","rb jj nn uh"],nowadays:["n-aw1 ah d-ey-z","rb"],nowhere:["n-ow1 w-eh-r","rb nn"],noxious:["n-aa1-k sh-ah-s","jj"],nozzle:["n-aa1 z-ah-l","nn"],nuance:["n-uw1 aa-n-s","nn"],nuclear:["n-uw1-k l-iy er","jj"],nucleus:["n-uw1 k-l-iy ah-s","nn"],nude:["n-uw1-d","jj nn"],nudge:["n-ah1-jh","vb nn"],nudged:["n-ah1-jh-d","vbd"],nudging:["n-ah1 jh-ih-ng","vbg"],nudist:["n-uw1 d-ih-s-t","jj"],nudity:["n-uw1 d-ih t-iy","nn"],nugget:["n-ah1 g-ih-t","nn"],nuisance:["n-uw1 s-ah-n-s","nn jj"],nuke:["n-uw1-k","nn vb"],"null":["n-ah1-l","jj"],nullified:["n-ah1 l-ah f-ay-d","vbn vbd"],nullify:["n-ah1 l-ah f-ay","vb vbp"],nullifying:["n-ah1 l-ah f-ay ih-ng","vbg"],numb:["n-ah1-m","jj vb"],numbed:["n-ah1-m-d","vbn"],number:["n-ah1-m b-er","nn vb vbp"],numbered:["n-ah1-m b-er-d","vbn vbd"],numbering:["n-ah1-m b-er ih-ng","vbg"],numbing:["n-ah1 m-ih-ng","jj"],numbingly:["n-ah1 m-ih-ng l-iy","rb"],numbness:["n-ah1-m n-ah-s","nn"],numeral:["n-uw1 m-er ah-l","nn"],numerical:["n-uw m-eh1 r-ah k-ah-l","jj"],numerically:["n-uw m-eh1 r-ih-k l-iy","rb"],numerous:["n-uw1 m-er ah-s","jj"],nun:["n-ah1-n","nn"],nurse:["n-er1-s","nn vb"],nursed:["n-er1-s-t","vbd"],nursery:["n-er1 s-er iy","nn"],nursing:["n-er1 s-ih-ng","vbg"],nurture:["n-er1 ch-er","vb nn"],nurtured:["n-er1 ch-er-d","vbd vbn"],nurturer:["n-er1 t-er er","nn"],nurturing:["n-er1 ch-er ih-ng","vbg"],nut:["n-ah1-t","nn"],nutmeg:["n-ah1-t m-eh-g","nn"],nutrient:["n-uw1 t-r-iy ah-n-t","jj"],nutrition:["n-uw t-r-ih1 sh-ah-n","nn"], +nutritional:["n-uw t-r-ih1 sh-ah n-ah-l","jj"],nutritionist:["n-uw t-r-ih1 sh-ah n-ih-s-t","nn"],nutritious:["n-uw t-r-ih1 sh-ah-s","jj"],nutritive:["n-uw1 t-r-ah t-ih-v","jj"],nutshell:["n-ah1 ch-eh-l","nn"],nutty:["n-ah1 t-iy","jj"],nyet:["n-y-eh1-t","uh"],nylon:["n-ay1 l-aa-n","nn"],nymph:["n-ih1-m-f","nn"],nymphomaniac:["n-ih-m f-ah m-ey1 n-iy ae-k","nn jj"],oak:["ow1-k","nn"],oasis:["ow ey1 s-ih-s","nn"],oat:["ow1-t","nn"],oath:["ow1-th","nn"],oatmeal:["ow1-t m-iy-l","nn"],obedience:["ow b-iy1 d-iy ah-n-s","nn"],obedient:["ow b-iy1 d-iy ah-n-t","jj"],obediently:["ow b-iy1 d-iy ah-n-t l-iy","rb"],obese:["ow b-iy1-s","jj"],obesity:["ow b-iy1 s-ah t-iy","nn"],obey:["ow b-ey1","vb vbp"],obeyed:["ow b-ey1-d","vbd vbn"],obeying:["ow b-ey1 ih-ng","vbg"],obeys:["ow b-ey1-z","vbz"],obfuscate:["aa1-b f-ah-s k-ey-t","vb"],obfuscation:["aa-b f-ah s-k-ey1 sh-ah-n","nn"],obituary:["ow b-ih1 ch-uw eh r-iy","nn"],object:["aa1-b jh-eh-k-t","nn vbp vb"],objected:["ah-b jh-eh1-k t-ah-d","vbd vbn"],objecting:["ah-b jh-eh1-k t-ih-ng","vbg"],objection:["ah-b jh-eh1-k sh-ah-n","nn"],objectionable:["ah-b jh-eh1-k sh-ah-n ah b-ah-l","jj"],objective:["ah-b jh-eh1-k t-ih-v","nn jj"],objectively:["aa-b jh-eh1-k t-ih-v l-iy","rb"],objectivity:["aa-b jh-eh-k t-ih1 v-ih t-iy","nn"],objector:["ah-b jh-eh1-k t-er","nn"],obligate:["aa1-b-l-ah-g-ey-t","vb"],obligated:["aa1 b-l-ah g-ey t-ih-d","vbn vbd jj"],obligates:["aa1 b-l-ah g-ey-t-s","vbz"],obligation:["aa b-l-ah g-ey1 sh-ah-n","nn"],obligatory:["ah b-l-ih1 g-ah t-ao r-iy","jj"],oblige:["ah b-l-ay1-jh","vb nn"],obliged:["ah b-l-ay1-jh-d","vbn jj vbd"],obliges:["ah b-l-ay1 jh-ih-z","vbz"],obliging:["ah b-l-ay1 jh-ih-ng","jj"],obligingly:["ah b-l-ay1 jh-ih-ng l-iy","rb"],oblique:["ah b-l-iy1-k","jj"],obliquely:["ow b-l-iy1 k-l-iy","rb"],obliterate:["ah b-l-ih1 t-er ey-t","vb"],obliterated:["ah b-l-ih1 t-er ey t-ih-d","vbn"],oblivion:["ah b-l-ih1 v-iy ah-n","nn"],oblivious:["ah b-l-ih1 v-iy ah-s","jj"],oblong:["aa1 b-l-ao-ng","jj"],obnoxious:["aa-b n-aa1-k sh-ah-s","jj"],oboist:["ow1 b-ow ah-s-t","nn"],obscene:["aa-b s-iy1-n","jj"],obscenity:["ah-b s-eh1 n-ih t-iy","nn"],obscure:["ah-b s-k-y-uh1-r","jj vb"],obscured:["ah-b s-k-y-uh1-r-d","vbn jj vbd"],obscures:["ah-b s-k-y-uh1-r-z","vbz"],obscuring:["ah-b s-k-y-uh1 r-ih-ng","vbg"],obscurity:["ah-b s-k-y-uh1 r-ah t-iy","nn"],obsequious:["ah-b s-iy1 k-w-iy ah-s","jj"],observable:["ah-b z-er1 v-ah b-ah-l","jj"],observance:["ah-b z-er1 v-ah-n-s","nn"],observant:["ah-b z-er1 v-ah-n-t","jj"],observation:["aa-b z-er v-ey1 sh-ah-n","nn"],observatory:["ah-b z-er1 v-ah t-ao r-iy","nn"],observe:["ah-b z-er1-v","vb vbp"],observed:["ah-b z-er1-v-d","vbn jj vbd"],observer:["ah-b z-er1 v-er","nn"],observes:["ah-b z-er1-v-z","vbz"],observing:["ah-b z-er1 v-ih-ng","vbg"],obsess:["ah-b-s-eh1-s","vb"],obsessed:["ah-b s-eh1-s-t","vbn jj"],obsession:["ah-b s-eh1 sh-ah-n","nn"],obsessive:["ah-b s-eh1 s-ih-v","jj nn"],obsessively:["aa-b s-eh1 s-ih-v l-iy","rb"],obsidian:["ah-b s-ih1 d-iy ah-n","nn"],obsolescent:["aa-b s-ah l-eh1 s-ah-n-t","jj"],obsolete:["aa1-b s-ah l-iy-t","jj"],obstacle:["aa1-b s-t-ah k-ah-l","nn"],obstetrician:["aa-b s-t-ah t-r-ih1 sh-ah-n","nn"],obstinacy:["aa1-b s-t-ah n-ah s-iy","nn"],obstinate:["aa1-b s-t-ah n-ah-t","jj"],obstruct:["ah-b s-t-r-ah1-k-t","vb vbp"],obstructed:["ah-b s-t-r-ah1-k t-ih-d","vbn vbd"],obstructing:["ah-b s-t-r-ah1-k t-ih-ng","vbg"],obstruction:["ah-b s-t-r-ah1-k sh-ah-n","nn"],obstructive:["ah-b s-t-r-ah1-k t-ih-v","jj"],obtain:["ah-b t-ey1-n","vb vbp"],obtainable:["ah-b t-ey1 n-ah b-ah-l","jj"],obtained:["ah-b t-ey1-n-d","vbn vbd"],obtaining:["ah-b t-ey1 n-ih-ng","vbg"],obtrude:["ah-b-t-r-uw1-d","vb"],obtrudes:["ah-b t-r-uw1-d-z","vbz"],obtuse:["aa-b t-uw1-s","jj"],obverse:["ah-b v-er1-s","nn"],obviate:["aa1-b v-iy ey-t","vb"],obvious:["aa1-b v-iy ah-s","jj"],obviously:["aa1-b v-iy ah-s l-iy","rb"],occasion:["ah k-ey1 zh-ah-n","nn vb"],occasional:["ah k-ey1 zh-ah n-ah-l","jj"],occasionally:["ah k-ey1 zh-ah-n ah l-iy","rb"],occasioned:["ah k-ey1 zh-ah-n-d","vbn"],occidental:["aa-k s-ah d-eh1-n t-ah-l","jj"],occipital:["aa-k s-ih1 p-ah t-ah-l","jj"],occlusion:["ah k-l-uw1 zh-ah-n","nn"],occupancy:["aa1 k-y-ah p-ah-n s-iy","nn"],occupant:["aa1 k-y-ah p-ah-n-t","nn"],occupation:["aa k-y-ah p-ey1 sh-ah-n","nn"],occupational:["aa k-y-ah p-ey1 sh-ah n-ah-l","jj"],occupied:["aa1 k-y-ah p-ay-d","vbn jj vbd"],occupies:["aa1 k-y-ah p-ay-z","vbz"],occupy:["aa1 k-y-ah p-ay","vb vbp"],occupying:["aa1 k-y-ah p-ay ih-ng","vbg jj"],occur:["ah k-er1","vb vbp"],occured:["ah k-er1-d","vbd"],occuring:["ah k-er1 ih-ng","vbg"],occurred:["ah k-er1-d","vbd vbn"],occurrence:["ah k-er1 ah-n-s","nn"],occurring:["ah k-er1 ih-ng","vbg"],occurs:["ah k-er1-z","vbz"],ocean:["ow1 sh-ah-n","nn"],oceanfront:["ow sh-ah-n f-r-ah-n-t","jj nn"],oceanographic:["ow sh-ah-n ah g-r-ae1 f-ih-k","jj"],oceanography:["ow sh-ah n-aa1 g-r-ah f-iy","nn"],ocelot:["aa1 s-ah l-aa-t","nn"],ochre:["ow1 k-er","jj nn"],octagonal:["aa-k t-ae1 g-ah n-ah-l","jj"],octane:["aa1-k t-ey-n","nn"],octave:["aa1-k t-ih-v","jj"],octogenarian:["aa-k t-ah jh-ih n-eh1 r-iy ah-n","jj"],octopus:["aa1-k t-ah p-uh-s","nn"],odd:["aa1-d","jj"],oddball:["aa1-d b-ao-l","jj"],oddest:["aa1 d-ah-s-t","jjs"],oddity:["aa1 d-ah t-iy","nn"],oddly:["aa1-d l-iy","rb"],ode:["ow1-d","nn"],odious:["ow1 d-iy ah-s","jj"],odor:["ow1 d-er","nn"],odyssey:["aa1 d-ah s-iy","nn"],oedipal:["eh1 d-ah p-ah-l","jj"],of:["ah1-v","in rb rp"],off:["ao1-f","in rb jj nn rp"],offbeat:["ao1-f b-iy1-t","jj"],offend:["ah f-eh1-n-d","vb"],offended:["ah f-eh1-n d-ah-d","vbn jj vbd"],offender:["ah f-eh1-n d-er","nn"],offending:["ah f-eh1-n d-ih-ng","vbg"],offends:["ah f-eh1-n-d-z","vbz"],offense:["ah f-eh1-n-s","nn"],offensive:["ah f-eh1-n s-ih-v","jj nn"],offensively:["ah f-eh1-n s-ih-v l-iy","rb"],offer:["ao1 f-er","nn vb vbp"],offered:["ao1 f-er-d","vbn jj vbd"],offering:["ao1 f-er ih-ng","nn vbg"],offhand:["ao1-f hh-ae1-n-d","jj"],offical:["ao1 f-ih k-ah-l","nn"],office:["ao1 f-ah-s","nn"],officeholder:["ao1 f-ah-s hh-ow-l d-er","nn"],officer:["ao1 f-ah s-er","nn"],official:["ah f-ih1 sh-ah-l","nn jj"],officialdom:["ah f-ih1 sh-ah-l d-ah-m","nn"],officially:["ah f-ih1 sh-ah l-iy","rb"],officiate:["ah f-ih1 sh-iy ey-t","vb"],officiated:["ah f-ih1 sh-iy ey t-ah-d","vbd"],officiating:["ah f-ih1 sh-iy ey t-ih-ng","vbg"],offing:["ao1 f-ih-ng","nn"],offset:["ao-f s-eh1-t","vb jj vbd vbn vbp"],offsetting:["ao-f s-eh1 t-ih-ng","vbg jj"],offshoot:["ao1-f sh-uw-t","nn"],offshore:["ao1-f sh-ao1-r","jj rb"],offspring:["ao1-f s-p-r-ih-ng","nn"],offstage:["ao1-f s-t-ey1-jh","rb jj"],oft:["ao1-f-t","rb"],often:["ao1 f-ah-n","rb"],oftener:["ao1 f-ah-n er","rbr"],oftentimes:["ao1 f-ah-n t-ay-m-z","rb"],ogle:["ow1-g-ah-l","vb"],ogled:["ow1 g-ah-l-d","vbd vbn"],ogles:["ow1 g-ah-l-z","vbz"],ogre:["ow1 g-r-ah","nn"],ogress:["ow1 g-r-ah-s","nn"],oh:["ow1","uh"],oil:["oy1-l","nn"],oiled:["oy1-l-d","jj"],oiler:["oy1 l-er","nn"],oilfield:["oy1-l f-iy-l-d","nn"],oilman:["oy1-l m-ae-n","nn"],oilseed:["oy1-l s-iy-d","nn"],oily:["oy1 l-iy","jj"],ointment:["oy1-n-t m-ah-n-t","nn"],okay:["ow1 k-ey1","jj rb vb uh"],old:["ow1-l-d","jj"],olden:["ow1-l d-ah-n","jj"],older:["ow1-l d-er","jjr rbr jj"],oldest:["ow1-l d-ah-s-t","jjs"],oldie:["ow1-l d-iy","nn"],oldster:["ow1-l-d s-t-er","nn"],ole:["ow1-l","jj nn"],olefin:["ow1 l-ah f-ih-n","nn"],olestra:["ow l-eh1-s t-r-ah","nn"],olfactory:["ow-l f-ae1-k t-er iy","jj"],oligarch:["ow1 l-ih g-aa-r-k","nn"],oligopoly:["aa l-ih g-aa1 p-ah l-iy","nn"],olive:["aa1 l-ah-v","jj nn"],ombudsman:["aa1-m b-ah-d-z m-ah-n","nn"],omelet:["aa1-m l-ah-t","nn"],omen:["ow1 m-ah-n","nn"],ominous:["aa1 m-ah n-ah-s","jj"],ominously:["aa1 m-ah n-ah-s l-iy","rb"],omission:["ow m-ih1 sh-ah-n","nn"],omit:["ow m-ih1-t","vb vbp"],omits:["ow m-ih1-t-s","vbz"],omitted:["ow m-ih1 t-ah-d","vbn vbd"],omitting:["ow m-ih1 t-ih-ng","vbg"],omnibus:["aa1-m n-ah b-ah-s","jj nn"],omnipotence:["aa-m n-ih1 p-ah t-ah-n-s","nn"],omnipresence:["aa-m n-ah p-r-eh1 z-ah-n-s","nn"],omnipresent:["aa-m n-ih p-r-eh1 z-ah-n-t","jj"],omniscient:["aa-m n-ih1 sh-ah-n-t","jj"],on:["aa1-n","in rbr jj rb rp"],onboard:["aa1-n b-ao-r-d","nn"],once:["w-ah1-n-s","rb in"],oncologist:["aa-ng k-aa1 l-ah jh-ih-s-t","nn"],oncology:["aa-ng k-aa1 l-ah jh-iy","nn"],oncoming:["ao1-n k-ah m-ih-ng","jj"],one:["w-ah1-n","cd"],oneness:["w-ah1-n n-ah-s","nn"],onerous:["ow1 n-er ah-s","jj"],oneself:["w-ah-n s-eh1-l-f","prp"],onetime:["w-ah1-n t-ay1-m","jj"],oneyear:["w-ah1-n y-ih1-r","jj"],ongoing:["aa1-n g-ow ih-ng","jj"],onion:["ah1 n-y-ah-n","nn"],online:["ao1-n l-ay-n","jj"],onlooker:["ao1-n l-uh k-er","nn"],only:["ow1-n l-iy","rb in jj"],onrushing:["aa1-n r-ah sh-ih-ng","jj"],onscreen:["aa-n s-k-r-iy1-n","rb"],onset:["aa1-n s-eh-t","nn"],onslaught:["ao1-n s-l-ao-t","nn"],onstage:["aa-n s-t-ey1-jh","nn rb"],onto:["aa1-n t-uw","in"],ontological:["aa-n t-ah l-aa1 jh-ih k-ah-l","jj"],onus:["ow1 n-ah-s","nn"],onward:["ao1-n w-er-d","rb"],onwards:["aa1-n w-er-d-z","rb"],onyx:["aa1 n-ih-k-s","nn"],oodles:["uw1 d-ah-l-z","nn"],ooze:["uw1-z","nn vb"],oozed:["uw1-z-d","vbd"],oozing:["uw1 z-ih-ng","vbg"],opaque:["ow p-ey1-k","jj"],open:["ow1 p-ah-n","jj vbp nn rb rp vb"],opened:["ow1 p-ah-n-d","vbd vbn"],opener:["ow1 p-ah-n er","nn"],opening:["ow1 p-ah-n ih-ng","nn vbg jj"],openly:["ow1 p-ah-n l-iy","rb"],openness:["ow1 p-ah-n n-ah-s","nn"],opens:["ow1 p-ah-n-z","vbz"],opera:["aa1 p-r-ah","nn"],operable:["aa1 p-er ah b-ah-l","jj"],operate:["aa1 p-er ey-t","vb vbp"],operated:["aa1 p-er ey t-ah-d","vbn vbd jj"],operates:["aa1 p-er ey-t-s","vbz"],operatic:["aa p-er ae1 t-ih-k","jj"],operating:["aa1 p-er ey t-ih-ng","vbg jj nn"],operation:["aa p-er ey1 sh-ah-n","nn"],operational:["aa p-er ey1 sh-ah n-ah-l","jj"],operationally:["aa1 p-er ey1 sh-ah-n ah l-iy","rb"],operative:["aa1 p-er ah t-ih-v","jj nn"],operator:["aa1 p-er ey t-er","nn"],operetta:["aa p-er eh1 t-ah","nn"],ophthalmic:["aa-f th-ae1-l m-ih-k","jj"],ophthalmologist:["aa-p th-ah m-aa1 l-ah jh-ih-s-t","nn"],opine:["ow-p-ay1-n","vb"],opines:["ow p-ay1-n-z","vbz"],opining:["ow p-ay1 n-ih-ng","vbg"],opinion:["ah p-ih1 n-y-ah-n","nn"],opinionated:["ah p-ih1 n-y-ah n-ey t-ih-d","jj"],opium:["ow1 p-iy ah-m","nn"],opponent:["ah p-ow1 n-ah-n-t","nn"],opportune:["aa p-er t-uw1-n","jj"],opportunism:["aa p-er t-uw1 n-ih z-ah-m","nn"],opportunist:["aa p-er t-uw1 n-ih-s-t","nn"],opportunistic:["aa p-er t-uw n-ih1 s-t-ih-k","jj"],opportunity:["aa p-er t-uw1 n-ah t-iy","nn"],oppose:["ah p-ow1-z","vb vbp"],opposed:["ah p-ow1-z-d","vbn jj vbd"],opposes:["ah p-ow1 z-ih-z","vbz"],opposing:["ah p-ow1 z-ih-ng","vbg jj"],opposite:["aa1 p-ah z-ah-t","jj in nn"],opposition:["aa p-ah z-ih1 sh-ah-n","nn"],oppress:["ah-p-r-eh1-s","vb"],oppressed:["ah p-r-eh1-s-t","jj vbd vbn"],oppression:["ah p-r-eh1 sh-ah-n","nn"],oppressive:["ah p-r-eh1 s-ih-v","jj"],oppressor:["ah p-r-eh1 s-er","nn"],opprobrium:["ah p-r-ow1 b-r-iy ah-m","nn"],opt:["aa1-p-t","vb vbp"],opted:["aa1-p t-ih-d","vbd vbn"],optic:["aa1-p t-ih-k","jj"],optical:["aa1-p t-ih k-ah-l","jj"],optically:["aa1-p t-ih-k l-iy","rb"],optician:["aa-p t-ih1 sh-ah-n","nn"],optimal:["aa1-p t-ah m-ah-l","jj"],optimism:["aa1-p t-ah m-ih z-ah-m","nn"],optimist:["aa1-p t-ah m-ih-s-t","nn"],optimistic:["aa-p t-ah m-ih1 s-t-ih-k","jj"],optimistically:["aa-p t-ih m-ih1 s-t-ih k-ah l-iy","rb"],optimization:["aa-p t-ah m-ah z-ey1 sh-ah-n","nn"],optimize:["aa1-p t-ah m-ay-z","vb"],optimum:["aa1-p t-ah m-ah-m","jj nn"],opting:["aa1-p t-ih-ng","vbg"],option:["aa1-p sh-ah-n","nn vb"],optional:["aa1-p sh-ah n-ah-l","jj"],optioned:["aa1-p sh-ah-n-d","vbn"],opts:["aa1-p-t-s","vbz"],opulence:["aa1 p-y-ah l-ah-n-s","nn"],opulent:["aa1 p-y-ah l-ah-n-t","jj"],opus:["ow1 p-ah-s","nn"],or:["ao1-r","cc"],oracle:["ao1 r-ah k-ah-l","nn"],oral:["ao1 r-ah-l","jj"],orally:["ao1 r-ah l-iy","rb"],orange:["ao1 r-ah-n-jh","jj nn"],oration:["ao r-ey1 sh-ah-n","nn"],orator:["ao1 r-ah t-er","nn"],oratorical:["ao r-ah t-ao1 r-ah k-ah-l","jj"],oratorio:["aa r-ah t-ao1 r-iy ow","nn"],oratory:["ao1 r-ah t-ao r-iy","nn"],orb:["ao1-r-b","nn"],orbit:["ao1-r b-ah-t","nn vb"],orbital:["ao1-r b-ah t-ah-l","jj nn"],orbiting:["ao1-r b-ah t-ih-ng","vbg"],orchard:["ao1-r ch-er-d","nn"],orchestra:["ao1-r k-ah-s t-r-ah","nn"],orchestral:["ao-r k-eh1-s t-r-ah-l","jj"],orchestrate:["ao1-r k-ih s-t-r-ey-t","vb"],orchestrated:["ao1-r k-ih s-t-r-ey t-ih-d","vbd vbn"],orchestrating:["ao1-r k-ih s-t-r-ey t-ih-ng","vbg"],orchestration:["ao-r k-ah-s t-r-ey1 sh-ah-n","nn"],orchid:["ao1-r k-ah-d","nn"],ordain:["ao-r d-ey1-n","vb"],ordained:["ao-r d-ey1-n-d","vbn"],ordeal:["ao-r d-iy1-l","nn"],order:["ao1-r d-er","nn vbp in vb"],ordered:["ao1-r d-er-d","vbd vbn jj"],ordering:["ao1-r d-er ih-ng","vbg"],orderliness:["ao1-r d-er l-iy n-ah-s","nn"],orderly:["ao1-r d-er l-iy","jj nn rb"],ordinance:["ao1-r d-ah n-ah-n-s","nn"],ordinarily:["ao-r d-ah n-eh1 r-ah l-iy","rb"],ordinary:["ao1-r d-ah n-eh r-iy","jj nn"],ordination:["ao-r d-ah n-ey1 sh-ah-n","nn"],ordnance:["ao1-r-d n-ah-n-s","nn"],ore:["ao1-r","nn"],organ:["ao1-r g-ah-n","nn"],organic:["ao-r g-ae1 n-ih-k","jj"],organically:["ao-r g-ae1 n-ih-k l-iy","rb"],organism:["ao1-r g-ah n-ih z-ah-m","nn"],organismic:["ao-r g-ah n-ih1-z m-ih-k","jj"],organist:["ao1-r g-ah n-ah-s-t","nn"],organization:["ao-r g-ah n-ah z-ey1 sh-ah-n","nn"],organizational:["ao-r g-ah n-ah z-ey1 sh-ah n-ah-l","jj"],organize:["ao1-r g-ah n-ay-z","vb vbp"],organized:["ao1-r g-ah n-ay-z-d","vbn vbd jj"],organizer:["ao1-r g-ah n-ay z-er","nn"],organizes:["ao1-r g-ah n-ay z-ih-z","vbz"],organizing:["ao1-r g-ah n-ay z-ih-ng","vbg"],orgasm:["ao1-r g-ae z-ah-m","nn"],orgy:["ao1-r jh-iy","nn"],orient:["ao1-r-iy-eh-n-t","vb"],oriental:["ao r-iy eh1-n t-ah-l","jj"],orientation:["ao r-iy eh-n t-ey1 sh-ah-n","nn"],oriented:["ao1 r-iy eh-n t-ah-d","vbn vbd jj"],orifice:["ao1 r-ah f-ah s-ah","nn"],origin:["ao1 r-ah jh-ah-n","nn"],original:["er ih1 jh-ah n-ah-l","jj nn"],originality:["er ih jh-ah n-ae1 l-ih t-iy","nn"],originally:["er ih1 jh-ah n-ah l-iy","rb"],originate:["er ih1 jh-ah n-ey-t","vb vbp"],originated:["er ih1 jh-ah n-ey t-ah-d","vbd jj vbn"],originates:["er ih1 jh-ah n-ey-t-s","vbz"],originating:["er ih1 jh-ah n-ey t-ih-ng","vbg"],origination:["er ih jh-ah n-ey1 sh-ah-n","nn"],originator:["er ih1 jh-ah n-ey t-er","nn"],ornament:["ao1-r n-ah m-ah-n-t","nn vb"],ornamental:["ao-r n-ah m-eh1-n t-ah-l","jj"],ornamentation:["ao-r n-ah m-eh-n t-ey1 sh-ah-n","nn"],ornamented:["ao1-r n-ah m-eh-n t-ih-d","vbn"],ornate:["ao-r n-ey1-t","jj"],ornery:["ao1-r n-er iy","jj"],orphan:["ao1-r f-ah-n","jj nn vb"],orphanage:["ao1-r f-ah n-ah-jh","nn"],orphaned:["ao1-r f-ah-n-d","vbn jj"],orthodontic:["ao-r th-ah d-aa1-n t-ih-k","jj"],orthodontist:["ao-r th-ah d-aa1-n t-ah-s-t","nn"],orthodox:["ao1-r th-ah d-aa-k-s","jj nn"],orthodoxy:["ao1-r th-ah d-aa-k s-iy","nn"],orthography:["ao-r th-aa1 g-r-ah f-iy","nn"],orthopedic:["ao-r th-ah p-iy1 d-ih-k","jj"],oscillate:["aa1-s-ah-l-ey-t","vb"],oscillating:["aa1 s-ah l-ey t-ih-ng","vbg"],oscillation:["aa s-ah l-ey1 sh-ah-n","nn"],oscillator:["aa1 s-ah l-ey t-er","nn"],osmium:["aa1-z m-iy ah-m","nn"],osmotic:["aa-z m-aa1 t-ah-k","jj"],ossification:["aa s-ah f-ah k-ey1 sh-ah-n","nn"],ossify:["aa1 s-ah f-ay","vb"],ostensibly:["aa s-t-eh1-n s-ah b-l-iy","rb"],ostentation:["ao s-t-eh-n t-ey1 sh-ah-n","nn"],ostentatious:["aa s-t-ah-n t-ey1 sh-ah-s","jj"],ostentatiously:["aa s-t-ah-n t-ey1 sh-ah-s l-iy","rb"],ostinato:["aa s-t-ah n-aa1 t-ow","nn"],ostracism:["ao1 s-t-r-ah s-ih z-ah-m","nn"],ostracize:["ao1-s-t-r-ah-s-ay-z","vb"],ostracized:["ao1 s-t-r-ah s-ay-z-d","vbn"],ostrich:["ao1 s-t-r-ih-ch","jj nn"],other:["ah1 dh-er","jj nn"],otherwise:["ah1 dh-er w-ay-z","rb jj"],otherworldly:["ah1 dh-er w-er1-l-d l-iy","jj"],otter:["aa1 t-er","nn"],ought:["ao1-t","md"],ounce:["aw1-n-s","nn"],our:["aw1 er","prp$"],ours:["aw1 er-z","prp"],ourselves:["aw er s-eh1-l-v-z","prp"],oust:["aw1-s-t","vb"],ousted:["aw1 s-t-ih-d","vbn vbd jj"],ouster:["aw1 s-t-er","nn"],ousting:["aw1 s-t-ih-ng","vbg"],out:["aw1-t","in jj nn rb rp"],outage:["aw1 t-ah-jh","nn"],outback:["aw1-t b-ae-k","nn"],outbid:["aw1-t b-ih-d","vb vbd vbn vbp"],outbidding:["aw1-t b-ih d-ih-ng","vbg"],outboard:["aw1-t b-ao-r-d","jj"],outbound:["aw1-t b-aw-n-d","jj"],outbreak:["aw1-t b-r-ey-k","nn"],outburst:["aw1-t b-er-s-t","nn"],outcast:["aw1-t k-ae-s-t","nn"],outclass:["aw1-t k-l-ae-s","vbp vb"],outcome:["aw1-t k-ah-m","nn"],outcry:["aw1-t k-r-ay","nn"],outdate:["aw1-t-d-ey-t","vb"],outdated:["aw1-t d-ey t-ih-d","jj vbn"],outdid:["aw1-t d-ih-d","vbd"],outdistance:["aw1-t-d-ih1-s-t-ah-n-s","vb"],outdistancing:["aw1-t d-ih1 s-t-ah-n s-ih-ng","vbg"],outdo:["aw-t d-uw1","vb vbp"],outdone:["aw1-t d-ah1-n","vbn"],outdoor:["aw1-t d-ao-r","jj"],outdoors:["aw1-t d-ao1-r-z","rb nn"],outdoorsman:["aw1-t d-ao-r-z m-ah-n","nn"],outer:["aw1 t-er","jj"],outfield:["aw1-t f-iy-l-d","nn"],outfielder:["aw1-t f-iy-l d-er","nn"],outfit:["aw1-t f-ih-t","nn vb vbp"],outfitted:["aw1-t f-ih t-ih-d","vbd vbn"],outfitting:["aw1-t f-ih t-ih-ng","vbg"],outflank:["aw1-t f-l-ae-ng-k","vb"],outflow:["aw1-t f-l-ow","nn"],outgain:["aw1-t-g-ey-n","vb"],outgained:["aw1-t g-ey-n-d","vbd"],outgoing:["aw1-t g-ow ih-ng","jj"],outgrew:["aw-t g-r-uw1","vbd"],outgrow:["aw-t g-r-ow1","vb"],outgrown:["aw-t g-r-ow1-n","vbn"],outgrowth:["aw1-t g-r-ow-th","nn"],outguess:["aw1-t g-eh-s","vb"],outhouse:["aw1-t hh-aw-s","nn"],outing:["aw1 t-ih-ng","nn"],outlandish:["aw-t l-ae1-n d-ih-sh","jj"],outlast:["aw1-t l-ae-s-t","vb"],outlasted:["aw1-t l-ae s-t-ih-d","vbd"],outlaw:["aw1-t l-ao","vb nn"],outlawed:["aw1-t l-ao-d","vbn jj vbd"],outlawing:["aw1-t l-ao ih-ng","vbg"],outlawry:["aw1-t l-ao r-iy","nn"],outlay:["aw1-t l-ey","nn"],outlet:["aw1-t l-eh-t","nn"],outline:["aw1-t l-ay-n","nn vb vbp"],outlined:["aw1-t l-ay-n-d","vbn vbd jj"],outlining:["aw1-t l-ay n-ih-ng","vbg"],outlive:["aw-t l-ih1-v","vb"],outlived:["aw-t l-ih1-v-d","vbn vbd"],outlook:["aw1-t l-uh-k","nn"],outlying:["aw1-t l-ay ih-ng","jj"],outmaneuver:["aw-t m-ah n-uw1 v-er","vb"],outmaneuvered:["aw-t m-ah n-uw1 v-er-d","vbn"],outmode:["aw-t-m-ow1-d","vb"],outmoded:["aw-t m-ow1 d-ah-d","jj vbn"],outnumber:["aw-t n-ah1-m b-er","vb vbp"],outnumbered:["aw-t n-ah1-m b-er-d","vbd vbn"],outpace:["aw1-t p-ey-s","vb vbp"],outpaced:["aw1-t p-ey-s-t","vbd nn vb vbn vbp"],outpaces:["aw1-t p-ey s-ih-z","vbz"],outpacing:["aw1-t p-ey s-ih-ng","vbg"],outpatient:["aw1-t p-ey sh-ah-n-t","nn jj"],outperform:["aw1-t p-er f-ao-r-m","vb jj vbp"],outperformed:["aw1-t p-er f-ao-r-m-d","vbd vbn"],outperforming:["aw1-t p-er f-ao-r m-ih-ng","vbg"],outperforms:["aw1-t p-er f-ao1-r-m-z","vbz"],outplacement:["aw1-t p-l-ey-s m-ah-n-t","nn"],outpost:["aw1-t p-ow-s-t","nn"],outpouring:["aw-t p-ao1 r-ih-ng","nn"],output:["aw1-t p-uh-t","nn vb"],outrage:["aw1-t r-ey-jh","nn vb"],outraged:["aw1-t r-ey-jh-d","vbn jj vbd"],outrageous:["aw-t r-ey1 jh-ah-s","jj"],outrageously:["aw-t r-ey1 jh-ah-s l-iy","rb"],outreach:["aw1-t r-iy-ch","nn"],outrigger:["aw1-t r-ih g-er","nn"],outright:["aw1-t r-ay1-t","jj rb"],outrun:["aw-t r-ah1-n","vb vbn"],outscore:["aw-t-s-k-ao1-r","vb"],outscored:["aw-t s-k-ao1-r-d","vbd"],outsell:["aw-t s-eh1-l","vb"],outselling:["aw-t s-eh1 l-ih-ng","vbg"],outsells:["aw-t s-eh1-l-z","vbz"],outset:["aw1-t s-eh-t","nn"],outshine:["aw1 ch-ay-n","vb"],outshone:["aw-t sh-ow1-n","nn"],outside:["aw1-t s-ay1-d","in jj nn rb"],outsider:["aw-t s-ay1 d-er","nn"],outsized:["aw1-t s-ay-z-d","jj"],outskirt:["aw1-t s-k-er-t","nn"],outsold:["aw-t s-ow1-l-d","vbd"],outspend:["aw1-t s-p-eh-n-d","vb vbp"],outspoken:["aw1-t s-p-ow1 k-ah-n","jj"],outstanding:["aw-t s-t-ae1-n d-ih-ng","jj"],outstretch:["aw-t-s-t-r-eh1-ch","vb"],outstretched:["aw-t s-t-r-eh1-ch-t","vbn"],outstrip:["aw-t s-t-r-ih1-p","vb"],outstripped:["aw-t s-t-r-ih1-p-t","nn vbd vbn"],outstripping:["aw-t s-t-r-ih1 p-ih-ng","vbg"],outstrips:["aw-t s-t-r-ih1-p-s","vbz"],outta:["uw1 t-ah","in"],outward:["aw1-t w-er-d","rb jj"],outwardly:["aw1-t w-er-d l-iy","rb ."],outweigh:["aw1-t w-ey","vbp vb"],outweighed:["aw-t w-ey1-d","vbd vbn"],outweighs:["aw1-t w-ey-z","vbz"],outwit:["aw1-t w-ih-t","vb"],oval:["ow1 v-ah-l","jj nn"],ovarian:["ow v-eh1 r-iy ah-n","jj"],ovation:["ow v-ey1 sh-ah-n","nn"],oven:["ah1 v-ah-n","nn"],over:["ow1 v-er","in rp jj rb"],overactive:["ow1 v-er ae1-k t-ih-v","jj"],overall:["ow1 v-er ao-l","jj nn rb"],overarch:["ow1 v-er aa-r-ch","vb"],overarching:["ow1 v-er aa-r ch-ih-ng","vbg jj"],overbearing:["ow1 v-er b-eh1 r-ih-ng","jj"],overbill:["ow-v-er-b-ih1-l","vb"],overbilling:["ow1 v-er b-ih l-ih-ng","vbg"],overblown:["ow v-er b-l-ow1-n","jj"],overboard:["ow1 v-er b-ao-r-d","rb"],overbought:["ow1 v-er b-ao1-t","vbn jj nn"],overbuilding:["ow1 v-er b-ih-l d-ih-ng","nn"],overbuilt:["ow1 v-er b-ih1-l-t","jj nn"],overburden:["ow1 v-er b-er1 d-ah-n","vb"],overburdened:["ow1 v-er b-er1 d-ah-n-d","vbn jj vbd"],overcame:["ow1 v-er k-ey1-m","vbd"],overcapacity:["ow1 v-er k-ah p-ae1 s-ah t-iy","nn"],overcast:["ow1 v-er k-ae-s-t","nn jj"],overcharge:["ow1 v-er ch-aa-r-jh","vb"],overcharged:["ow1 v-er ch-aa1-r-jh-d","vbn vbd"],overcharging:["ow v-er ch-aa1-r jh-ih-ng","vbg"],overcoat:["ow1 v-er k-ow-t","nn"],overcome:["ow1 v-er k-ah-m","vb vbn vbp"],overcomes:["ow1 v-er k-ah-m-z","vbz"],overcoming:["ow1 v-er k-ah m-ih-ng","vbg"],overconfident:["ow v-er k-aa1-n f-ih d-ah-n-t","jj"],overcook:["ow-v-er-k-uh1-k","vb"],overcooked:["ow v-er k-uh1-k-t","vbn"],overcrowd:["ow-v-er-k-r-aw1-d","vb"],overcrowded:["ow1 v-er k-r-aw d-ih-d","jj vbn"],overcrowding:["ow1 v-er k-r-aw d-ih-ng","nn jj"],overdo:["ow1-v-er-d-uw1","vb"],overdoing:["ow1 v-er d-uw1 ih-ng","vbg"],overdone:["ow1 v-er d-ah1-n","vbn"],overdose:["ow1 v-er d-ow-s","nn vb"],overdosed:["ow1 v-er d-ow-s-t","vbn"],overdraft:["ow1 v-er d-r-ae-f-t","nn"],overdraw:["ow1 v-er d-r-ao","vb"],overdrawn:["ow1 v-er d-r-ao1-n","jj"],overdrive:["ow1 v-er d-r-ay-v","nn"],overdue:["ow1 v-er d-uw1","jj"],overeager:["ow1 v-er iy g-er","jj"],overeat:["ow1 v-er iy-t","vb vbp"],overeating:["ow1 v-er iy1 t-ih-ng","vbg"],overemphasize:["ow1 v-er eh1-m f-ah s-ay-z","vb"],overestimate:["ow v-er eh1-s t-ah m-ey-t","vb"],overestimated:["ow v-er eh1-s t-ah m-ey t-ih-d","vbd vbn"],overestimates:["ow v-er eh1-s t-ah m-ey-t-s","vbz"],overextend:["ow-v-er-ih-k-s-t-eh1-n-d","vb"],overextended:["ow v-er ih-k s-t-eh1-n d-ah-d","vbn vbd jj"],overfeed:["ow v-er f-iy1-d","vb"],overfill:["ow1 v-er f-ih-l","vb"],overflight:["ow1 v-er f-l-ay-t","nn"],overflow:["ow1 v-er f-l-ow","nn vb"],overflowed:["ow v-er f-l-ow1-d","vbd"],overflowing:["ow1 v-er f-l-ow ih-ng","vbg"],overfund:["ow1-v-er-f-ah-n-d","vb"],overfunded:["ow1 v-er f-ah-n d-ih-d","vbn"],overfunding:["ow1 v-er f-ah-n d-ih-ng","nn"],overgenerous:["ow1 v-er jh-eh n-er ah-s","jj"],overgrazing:["ow1 v-er g-r-ey z-ih-ng","nn"],overgrown:["ow1 v-er g-r-ow1-n","vbn jj"],overhang:["ow1 v-er hh-ae-ng","nn vb"],overhanging:["ow1 v-er hh-ae ng-ih-ng","vbg"],overhaul:["ow1 v-er hh-ao-l","nn vb"],overhauled:["ow1 v-er hh-ao-l-d","vbn vbd"],overhauling:["ow1 v-er hh-ao l-ih-ng","vbg"],overhead:["ow1 v-er hh-eh1-d","jj nn rb"],overhear:["ow1 v-er hh-ih1-r","vb"],overheard:["ow1 v-er hh-er1-d","vbn vbd"],overhearing:["ow v-er hh-ih1 r-ih-ng","vbg"],overheat:["ow1 v-er hh-iy-t","vb"],overheated:["ow1 v-er hh-iy t-ih-d","vbn"],overheating:["ow1 v-er hh-iy t-ih-ng","vbg jj nn"],overjoyed:["ow v-er jh-oy1-d","jj"],overkill:["ow1 v-er k-ih-l","nn"],overlaid:["ow1 v-er l-ey-d","vbn"],overland:["ow1 v-er l-ae-n-d","rb"],overlap:["ow1 v-er l-ae-p","nn vb vbp"],overlapped:["ow1 v-er l-ae-p-t","vbn vbd"],overlapping:["ow1 v-er l-ae p-ih-ng","vbg jj nn"],overlaps:["ow1 v-er l-ae-p-s","vbz"],overlay:["ow1 v-er l-ey","nn vb vbp"],overlays:["ow1 v-er l-ey-z","vbz"],overleveraged:["ow1 v-er l-eh1 v-r-ih-jh-d","jj"],overload:["ow1 v-er l-ow-d","nn vbp vb"],overloaded:["ow1 v-er l-ow d-ih-d","vbn jj"],overlook:["ow1 v-er l-uh-k","vb vbp"],overlooked:["ow1 v-er l-uh-k-t","vbn vbd"],overlooking:["ow1 v-er l-uh k-ih-ng","vbg"],overlooks:["ow1 v-er l-uh-k-s","vbz"],overly:["ow1 v-er l-iy","rb"],overlying:["ow v-er l-ay1 ih-ng","jj"],overnight:["ow1 v-er n-ay1-t","jj nn rb"],overnighter:["ow v-er n-ay1 t-er","nn"],overpaid:["ow1 v-er p-ey1-d","vbn vbd jj"],overpass:["ow1 v-er p-ae-s","nn"],overpay:["ow1 v-er p-ey","vb"],overpaying:["ow1 v-er p-ey ih-ng","vbg"],overpayment:["ow1 v-er p-ey m-ah-n-t","nn"],overplay:["ow1-v-er-p-l-ey1","vb"],overplayed:["ow1 v-er p-l-ey1-d","vbd vbn"],overpopulation:["ow v-er p-aa p-y-ah l-ey1 sh-ah-n","nn"],overpower:["ow-v-er-p-aw1-er","vb"],overpowered:["ow v-er p-aw1 er-d","vbn vbd"],overpowering:["ow1 v-er p-aw1 r-ih-ng","jj"],overprice:["ow-v-er-p-r-ay1-s","vb"],overpriced:["ow1 v-er p-r-ay-s-t","vbn jj"],overproduce:["ow1 v-er p-r-ah d-uw1-s","vb"],overproducer:["ow1 v-er p-r-ah d-uw1 s-er","nn"],overran:["ow1 v-er r-ae1-n","vbd"],overrate:["ow-v-er-r-ey1-t","vb"],overrated:["ow v-er r-ey1 t-ih-d","vbn"],overreach:["ow1 v-er r-iy-ch","vb"],overreached:["ow1 v-er r-iy-ch-t","vbd"],overreaches:["ow1 v-er r-iy ch-ih-z","vbz"],overreact:["ow1 v-er r-iy ae1-k-t","vb vbp"],overreacted:["ow1 v-er r-iy ae-k t-ih-d","vbn"],overreacting:["ow1 v-er r-iy ae-k t-ih-ng","vbg"],overreaction:["ow1 v-er r-iy ae-k sh-ah-n","nn"],overregulate:["ow1-v-er-r-eh1-g-y-ah-l-ey-t","vb"],overregulated:["ow v-er r-eh1 g-y-ah l-ey t-ih-d","jj vbn"],overregulation:["ow v-er r-eh g-y-ah l-ey1 sh-ah-n","nn"],overridden:["ow1 v-er r-ih1 d-ah-n","vbn"],override:["ow1 v-er r-ay-d","vb nn"],overrides:["ow1 v-er r-ay-d-z","vbz"],overriding:["ow1 v-er r-ay d-ih-ng","vbg jj"],overrode:["ow1 v-er r-ow1-d","vbd"],overrule:["ow1 v-er r-uw-l","vb"],overruled:["ow v-er r-uw1-l-d","vbd vbn"],overruling:["ow1 v-er r-uw l-ih-ng","vbg"],overrun:["ow1 v-er r-ah-n","vbn jj nn"],oversaw:["ow1 v-er s-ao","vbd vb"],overseas:["ow1 v-er s-iy1-z","jj nn rb"],oversee:["ow1 v-er s-iy","vb"],overseeing:["ow1 v-er s-iy ih-ng","vbg"],overseen:["ow1 v-er s-iy-n","vbn nn"],overseer:["ow1 v-er s-iy1 er","nn"],oversees:["ow1 v-er s-iy-z","vbz"],overshadow:["ow1 v-er sh-ae1 d-ow","vbp vb"],overshadowed:["ow v-er sh-ae1 d-ow-d","vbn vbd"],overshadowing:["ow1 v-er sh-ae1 d-ow ih-ng","vbg"],overshadows:["ow1 v-er sh-ae1 d-ow-z","vbz"],overshot:["ow1 v-er sh-aa-t","vbd"],oversight:["ow1 v-er s-ay-t","nn"],oversimplified:["ow v-er s-ih1-m p-l-ih f-ay-d","vbn jj"],oversimplify:["ow-v-er-s-ih1-m-p-l-ih-f-ay","vb"],oversize:["ow v-er s-ay1-z","jj nn"],oversized:["ow1 v-er s-ay1-z-d","jj"],oversold:["ow1 v-er s-ow1-l-d","vbn jj vb"],overspend:["ow1-v-er-s-p-eh-n-d","vb"],overspending:["ow1 v-er s-p-eh-n d-ih-ng","vbg"],overstaffed:["ow1 v-er s-t-ae-f-t","jj"],overstate:["ow1 v-er s-t-ey-t","vb vbp"],overstated:["ow1 v-er s-t-ey t-ih-d","vbn vbd"],overstatement:["ow1 v-er s-t-ey-t m-ah-n-t","nn"],overstates:["ow1 v-er s-t-ey-t-s","vbz"],overstating:["ow1 v-er s-t-ey t-ih-ng","vbg"],overstep:["ow1-v-er-s-t-eh-p","vb"],overstepping:["ow1 v-er s-t-eh p-ih-ng","vbg"],oversupplied:["ow v-er s-ah p-l-ay1-d","jj vbn"],oversupply:["ow v-er s-ah p-l-ay1","nn"],overt:["ow v-er1-t","jj"],overtake:["ow1 v-er t-ey-k","vb vbp"],overtaken:["ow1 v-er t-ey k-ah-n","vbn"],overtaking:["ow1 v-er t-ey k-ih-ng","vbg"],overtax:["ow1-v-er-t-ae-k-s","vb"],overtaxed:["ow v-er t-ae1-k-s-t","jj vbn"],overthrow:["ow1 v-er th-r-ow","vb nn"],overthrowing:["ow1 v-er th-r-ow ih-ng","vbg"],overthrown:["ow v-er th-r-ow1-n","vbn"],overtime:["ow1 v-er t-ay-m","nn jj rb"],overtly:["ow v-er1-t l-iy","rb"],overtone:["ow1 v-er t-ow-n","nn"],overtook:["ow v-er t-uh1-k","vbd"],overture:["ow1 v-er ch-er","nn"],overturn:["ow1 v-er t-er-n","vb"],overturned:["ow1 v-er t-er-n-d","vbn vbd"],overturning:["ow1 v-er t-er n-ih-ng","vbg"],overturns:["ow1 v-er t-er-n-z","vbz"],overuse:["ow v-er y-uw1-z","nn vb"],overused:["ow v-er y-uw1-z-d","vbn jj"],overvalue:["ow1-v-er-v-ae-l-y-uw","vb"],overvalued:["ow1 v-er v-ae-l y-uw-d","vbn jj vbd"],overview:["ow1 v-er v-y-uw","nn"],overweight:["ow v-er w-ey1-t","jj nn vb"],overweighted:["ow v-er w-ey1 t-ih-d","vbn"],overwhelm:["ow v-er w-eh1-l-m","vb vbp"],overwhelmed:["ow v-er w-eh1-l-m-d","vbn vbd jj"],overwhelming:["ow v-er w-eh1-l m-ih-ng","jj vbg"],overwhelmingly:["ow v-er w-eh1-l m-ih-ng l-iy","rb"],overwork:["ow-v-er-w-er1-k","vb"],overworked:["ow v-er w-er1-k-t","vbn jj"],overwritten:["ow v-er r-ih1 t-ah-n","jj"],overwrought:["ow v-er r-ao1-t","jj"],overzealous:["ow v-er z-eh1 l-ah-s","jj"],ovulation:["ow v-y-ah l-ey1 sh-ah-n","nn"],owe:["ow1","vbp vb"],owed:["ow1-d","vbn vbd"],owes:["ow1-z","vbz"],owing:["ow1 ih-ng","jj vbg"],owl:["aw1-l","nn"],own:["ow1-n","jj vbn vbp vb"],owned:["ow1-n-d","vbn vbd jj"],owner:["ow1 n-er","nn"],ownership:["ow1 n-er sh-ih-p","nn"],owning:["ow1 n-ih-ng","vbg"],owns:["ow1-n-z","vbz"],ox:["aa1-k-s","nn"],oxcart:["aa1-k-s k-aa-r-t","nn"],oxidation:["aa-k s-ah d-ey1 sh-ah-n","nn"],oxide:["aa1-k s-ay-d","nn"],oxidized:["aa1-k s-ah d-ay-z-d","jj"],oxygen:["aa1-k s-ah jh-ah-n","nn"],oyster:["oy1 s-t-er","nn"],ozone:["ow1 z-ow-n","nn"],pace:["p-ey1-s","nn vb vbp"],paced:["p-ey1-s-t","vbd vbn"],pacemaker:["p-ey1-s m-ey k-er","nn"],pacer:["p-ey1 s-er","nn"],pachinko:["p-ah ch-ih1-ng k-ow","nn"],pacific:["p-ah s-ih1 f-ih-k","jj"],pacified:["p-ae1 s-ah f-ay-d","vbd"],pacifier:["p-ae1 s-ah f-ay er","nn"],pacifism:["p-ae1 s-ih f-ih z-ah-m","nn"],pacifist:["p-ae1 s-ih f-ih-s-t","nn"],pacify:["p-ae1 s-ah f-ay","vb"],pacing:["p-ey1 s-ih-ng","vbg jj nn"],pack:["p-ae1-k","nn vb vbp"],"package":["p-ae1 k-ah-jh","nn vb"],packaged:["p-ae1 k-ih-jh-d","vbn jj"],packaging:["p-ae1 k-ih jh-ih-ng","nn vbg"],packed:["p-ae1-k-t","vbn jj vbd"],packer:["p-ae1 k-er","nn"],packet:["p-ae1 k-ah-t","nn"],packing:["p-ae1 k-ih-ng","vbg"],pact:["p-ae1-k-t","nn"],pad:["p-ae1-d","nn vb"],padded:["p-ae1 d-ah-d","jj vbn"],padding:["p-ae1 d-ih-ng","nn vbg"],paddle:["p-ae1 d-ah-l","nn"],paddock:["p-ae1 d-ah-k","nn"],paddy:["p-ae1 d-iy","nn"],padlock:["p-ae1-d l-aa-k","nn vb"],padlocked:["p-ae1-d l-aa-k-t","vbd"],paean:["p-iy1 ah-n","nn"],pagan:["p-ey1 g-ah-n","jj"],paganism:["p-ey1 g-ah n-ih z-ah-m","nn"],page:["p-ey1-jh","nn vb"],pageant:["p-ae1 jh-ah-n-t","nn"],pageantry:["p-ae1 jh-ah-n t-r-iy","nn"],pager:["p-ey1 jh-er","nn"],paging:["p-ey1 jh-ih-ng","nn"],pagoda:["p-ah g-ow1 d-ah","nn"],paid:["p-ey1-d","vbn vbd jj"],pail:["p-ey1-l","nn"],pain:["p-ey1-n","nn vb"],pained:["p-ey1-n-d","jj vbd vbn"],painful:["p-ey1-n f-ah-l","jj"],painfully:["p-ey1-n f-ah l-iy","rb"],painkiller:["p-ey1-n k-ih l-er","nn"],painless:["p-ey1-n l-ah-s","jj"],painlessly:["p-ey1-n l-ah-s l-iy","rb"],painstaking:["p-ey1-n-s t-ey k-ih-ng","jj"],painstakingly:["p-ey1-n-s t-ey k-ih-ng l-iy","rb"],paint:["p-ey1-n-t","nn vb vbp"],paintbrush:["p-ey1-n-t b-r-ah-sh","nn"],painted:["p-ey1-n t-ah-d","vbn vbd jj"],painter:["p-ey1-n t-er","nn"],painting:["p-ey1-n t-ih-ng","nn vbg"],pair:["p-eh1-r","nn vb"],paired:["p-eh1-r-d","vbn jj vbd"],pairing:["p-eh1 r-ih-ng","nn vbg"],pajama:["p-ah jh-aa1 m-ah","nn"],pal:["p-ae1-l","nn jj"],palace:["p-ae1 l-ah-s","nn"],palatability:["p-ae l-ah t-ah b-ih1 l-ah t-iy","nn"],palatable:["p-ae1 l-ah t-ah b-ah-l","jj"],palate:["p-ae1 l-ah-t","nn"],palatial:["p-ah l-ey1 sh-ah-l","jj"],palazzo:["p-ah l-aa1 z-ow","nn"],pale:["p-ey1-l","jj vb vbp nn"],paled:["p-ey1-l-d","vbd vb vbn"],palest:["p-ey1 l-ah-s-t","jjs"],palette:["p-ae1 l-ah-t","nn"],palisade:["p-ae l-ih s-ey1-d","nn"],pall:["p-aa1-l","nn vb"],palladium:["p-ah l-ey1 d-iy ah-m","nn"],pallet:["p-ae1 l-ah-t","nn"],palliative:["p-ae1 l-iy ah t-ih-v","jj"],pallid:["p-ae1 l-ah-d","jj"],palm:["p-aa1-m","nn vb"],palpable:["p-ae1-l p-ah b-ah-l","jj"],palpably:["p-ae1-l p-ah b-l-iy","rb"],palpitation:["p-ae-l p-ih t-ey1 sh-ah-n","nn"],palsy:["p-ao1-l z-iy","nn"],paltry:["p-ao1-l t-r-iy","jj"],pamper:["p-ae1-m p-er","vb"],pampered:["p-ae1-m p-er-d","jj"],pampering:["p-ae1-m p-er ih-ng","vbg"],pampers:["p-ae1-m p-er-z","vbz"],pamphlet:["p-ae1-m f-l-ah-t","nn"],pamphleteer:["p-ae-m f-l-ah t-ih1-r","nn"],pan:["p-ae1-n","nn vb"],panacea:["p-ae n-ah s-iy1 ah","nn"],panache:["p-ah n-aa1-sh","nn"],pancake:["p-ae1-n k-ey-k","nn"],pancreas:["p-ae1-n k-r-iy ah-s","nn"],pandanus:["p-ae-n d-ey1 n-ah-s","nn"], +pandemic:["p-ae-n d-eh1 m-ih-k","nn"],pandemonium:["p-ae-n d-ih m-ow1 n-iy ah-m","nn"],pander:["p-ae1-n-d-er","vb"],pandering:["p-ae1-n d-er ih-ng","vbg"],pane:["p-ey1-n","nn"],panel:["p-ae1 n-ah-l","nn"],paneled:["p-ae1 n-ah-l-d","jj"],paneling:["p-ae1 n-ah l-ih-ng","nn"],panelist:["p-ae1 n-ah l-ih-s-t","nn"],panelization:["p-ae1 n-ah l-ah z-ey1 sh-ah-n","nn"],panelize:["p-ae1-n-ah-l-ay-z","vb"],panelized:["p-ae1 n-ah l-ay-z-d","vbn"],pang:["p-ae1-ng","nn"],panhandle:["p-ae1-n hh-ae-n d-ah-l","nn"],panic:["p-ae1 n-ih-k","nn vb vbp"],panicked:["p-ae1 n-ih-k-t","vbd vbn jj"],panicking:["p-ae1 n-ih k-ih-ng","vbg"],panicky:["p-ae1 n-ih k-iy","jj"],panky:["p-ae1-ng k-iy","nn"],panned:["p-ae1-n-d","vbn vbd"],panning:["p-ae1 n-ih-ng","vbg"],panoply:["p-ae1 n-aa p-l-iy","nn"],panorama:["p-ae n-er ae1 m-ah","nn"],panoramic:["p-ae n-er ae1 m-ih-k","jj"],pansy:["p-ae1-n z-iy","nn"],pant:["p-ae1-n-t","nn vb"],pantaloon:["p-ae1-n t-ah l-uw-n","nn"],panted:["p-ae1-n t-ih-d","vbd"],pantheon:["p-ae1-n th-iy aa-n","nn"],panther:["p-ae1-n th-er","nn"],pantie:["p-ae1-n t-iy","nn"],panting:["p-ae1-n t-ih-ng","vbg jj nn"],pantomime:["p-ae1-n t-ah m-ay-m","nn vb vbp"],pantry:["p-ae1-n t-r-iy","nn"],pap:["p-ae1-p","nn"],papal:["p-ey1 p-ah-l","jj"],paper:["p-ey1 p-er","nn vb"],paperback:["p-ey1 p-er b-ae-k","nn jj"],paperboard:["p-ey1 p-er b-ao-r-d","nn"],paperboy:["p-ey1 p-er b-ao-y","nn"],papering:["p-ey1 p-er ih-ng","vbg"],paperless:["p-ey1 p-er l-ah-s","jj"],paperwork:["p-ey1 p-er w-er-k","nn"],papery:["p-ey1 p-er iy","jj"],paprika:["p-ae p-r-iy1 k-ah","nn"],parable:["p-eh1 r-ah b-ah-l","nn"],parachute:["p-eh1 r-ah sh-uw-t","nn vb"],parachuting:["p-eh1 r-ah sh-uw t-ih-ng","vbg"],parade:["p-er ey1-d","nn vb vbp"],paraded:["p-er ey1 d-ih-d","vbn vbd"],paradigm:["p-eh1 r-ah d-ay-m","nn"],parading:["p-er ey1 d-ih-ng","vbg"],paradise:["p-eh1 r-ah d-ay-s","nn"],paradox:["p-eh1 r-ah d-aa-k-s","nn"],paradoxical:["p-eh r-ah d-aa1-k s-ih k-ah-l","jj"],paradoxically:["p-eh r-ah d-aa1-k s-ah-k l-iy","rb"],paragon:["p-eh1 r-ah g-aa-n","nn"],paragraph:["p-ae1 r-ah g-r-ae-f","nn"],parakeet:["p-eh1 r-ah k-iy-t","nn"],paralegal:["p-eh r-ah l-iy1 g-ah-l","nn"],parallel:["p-eh1 r-ah l-eh-l","jj rb vb vbp nn"],paralleled:["p-eh1 r-ah l-eh-l-d","vbn"],paralleling:["p-eh1 r-ah l-eh l-ih-ng","vbg"],parallelism:["p-eh1 r-ah l-eh l-ih z-ah-m","nn"],paralysis:["p-er ae1 l-ah s-ah-s","nn"],paralyze:["p-eh1 r-ah l-ay-z","vb"],paralyzed:["p-eh1 r-ah l-ay-z-d","vbn jj"],paralyzes:["p-eh1 r-ah l-ay z-ih-z","vbz"],paralyzing:["p-eh1 r-ah l-ay z-ih-ng","vbg jj"],parameter:["p-er ae1 m-ah t-er","nn"],parametric:["p-eh r-ah m-eh1 t-r-ih-k","jj"],paramilitary:["p-eh r-ah m-ih1 l-ah t-eh r-iy","jj"],paramount:["p-eh1 r-ah m-aw-n-t","jj"],paranoia:["p-eh r-ah n-oy1 ah","nn"],paranoiac:["p-eh r-ah n-oy1 ae-k","nn"],paranoid:["p-eh1 r-ah n-oy-d","jj"],paranormal:["p-eh r-ah n-ao1-r m-ah-l","jj"],paraphernalia:["p-eh r-ah f-ah n-ey1 l-y-ah","nn"],paraphrase:["p-eh1 r-ah f-r-ey-z","nn vb vbp"],paraphrasing:["p-eh1 r-ah f-r-ey z-ih-ng","vbg"],parasite:["p-eh1 r-ah s-ay-t","nn"],parasitic:["p-eh r-ah s-ih1 t-ih-k","jj"],paratrooper:["p-eh1 r-ah t-r-uw p-er","nn"],parcel:["p-aa1-r s-ah-l","nn vbp jj vb"],parceled:["p-aa1-r s-ah-l-d","vbn"],parceling:["p-aa1-r s-ah-l ih-ng","nn"],parch:["p-aa1-r-ch","vb"],parched:["p-aa1-r-ch-t","vbn vbd jj"],parchment:["p-aa1-r-ch m-ah-n-t","nn"],pardon:["p-aa1-r d-ah-n","vb nn"],pardoned:["p-aa1-r d-ah-n-d","vbn vbd"],pare:["p-eh1-r","vb"],pared:["p-eh1-r-d","vbn vbd"],parent:["p-eh1 r-ah-n-t","nn jj"],parentage:["p-eh1 r-ah-n t-ah-jh","nn"],parental:["p-er eh1-n t-ah-l","jj"],parenthesis:["p-er eh1-n th-ah s-ih-s","nn"],parenthood:["p-eh1 r-ah-n-t hh-uh-d","nn"],parenting:["p-eh1 r-ah-n t-ih-ng","nn"],pariah:["p-er ay1 ah","nn"],paring:["p-eh1 r-ih-ng","vbg"],parish:["p-ae1 r-ih-sh","nn"],parishioner:["p-er ih1 sh-ah n-er","nn"],parity:["p-eh1 r-ah t-iy","nn"],park:["p-aa1-r-k","nn vb"],parked:["p-aa1-r-k-t","vbn jj vbd"],parking:["p-aa1-r k-ih-ng","nn jj vbg"],parkway:["p-aa1-r-k w-ey","nn"],parlance:["p-aa1-r l-ah-n-s","nn"],parlay:["p-aa1-r-l-ey","vb"],parlayed:["p-aa1-r l-ey-d","vbd"],parley:["p-aa1-r l-iy","nn vb"],parliament:["p-aa1-r l-ah m-ah-n-t","nn"],parliamentarian:["p-aa-r l-ah m-ah-n t-eh1 r-iy ah-n","nn"],parliamentary:["p-aa-r l-ah m-eh1-n t-er iy","jj"],parlor:["p-aa1-r l-er","nn"],parochial:["p-er ow1 k-iy ah-l","jj"],parodied:["p-eh1 r-ah d-iy-d","vbd"],parody:["p-eh1 r-ah d-iy","nn vb"],parole:["p-er ow1-l","nn jj"],parolee:["p-er ow l-iy1","nn"],parried:["p-eh1 r-iy-d","vbd"],parrot:["p-eh1 r-ah-t","nn"],parry:["p-eh1 r-iy","vb"],parse:["p-aa1-r-s","vb"],parsimony:["p-aa1-r s-ah m-ow n-iy","nn"],parsing:["p-aa1-r s-ih-ng","vbg"],parsley:["p-aa1-r-s l-iy","nn"],parson:["p-aa1-r s-ah-n","nn"],parsonage:["p-aa1-r s-ah-n ih-jh","nn"],part:["p-aa1-r-t","nn jj rb vb"],partake:["p-aa-r t-ey1-k","vb vbp"],parted:["p-aa1-r t-ah-d","vbd vbn jj"],partial:["p-aa1-r sh-ah-l","jj nn"],partially:["p-aa1-r sh-ah l-iy","rb"],participant:["p-aa-r t-ih1 s-ah p-ah-n-t","nn"],participate:["p-aa-r t-ih1 s-ah p-ey-t","vb vbp"],participated:["p-aa-r t-ih1 s-ah p-ey t-ah-d","vbd vbn"],participates:["p-aa-r t-ih1 s-ah p-ey-t-s","vbz"],participating:["p-aa-r t-ih1 s-ah p-ey t-ih-ng","vbg jj"],participation:["p-aa-r t-ih s-ah p-ey1 sh-ah-n","nn"],participative:["p-aa-r t-ih1 s-ah p-ah t-ih-v","jj"],participatory:["p-aa-r t-ih1 s-ah p-ah t-ao r-iy","jj"],particle:["p-aa1-r t-ah k-ah-l","nn"],particular:["p-er t-ih1 k-y-ah l-er","jj nn rb"],particularity:["p-er t-ih k-y-ah l-ae1 r-ah t-iy","nn"],particularly:["p-aa-r t-ih1 k-y-ah l-er l-iy","rb"],particulate:["p-er t-ih1 k-y-ah l-ah-t","jj"],parting:["p-aa1-r t-ih-ng","vbg"],partisan:["p-aa1-r t-ah z-ah-n","jj nn"],partisanship:["p-aa1-r t-ah z-ah-n sh-ih-p","nn"],partition:["p-aa-r t-ih1 sh-ah-n","nn vb"],partitioned:["p-aa-r t-ih1 sh-ah-n-d","vbn"],partly:["p-aa1-r-t l-iy","rb"],partner:["p-aa1-r-t n-er","nn"],partnership:["p-aa1-r-t n-er sh-ih-p","nn"],party:["p-aa1-r t-iy","nn vb"],partying:["p-aa1-r t-iy ih-ng","vbg"],pass:["p-ae1-s","vb vbp nn"],passable:["p-ae1 s-ah b-ah-l","jj"],passably:["p-ae1 s-ah b-l-iy","rb"],passage:["p-ae1 s-ah-jh","nn"],passageway:["p-ae1 s-ah-jh w-ey","nn"],passbook:["p-ae1-s b-uh-k","nn"],passe:["p-ae s-ey1","jj"],passed:["p-ae1-s-t","vbn vbd"],passel:["p-ae1 s-ih-l","nn"],passenger:["p-ae1 s-ah-n jh-er","nn jj"],passerby:["p-ae1 s-er b-iy","nn"],passing:["p-ae1 s-ih-ng","vbg jj nn"],passion:["p-ae1 sh-ah-n","nn"],passionate:["p-ae1 sh-ah n-ah-t","jj"],passionately:["p-ae1 sh-ah n-ah-t l-iy","rb"],passive:["p-ae1 s-ih-v","jj nn"],passively:["p-ae1 s-ih-v l-iy","rb"],passivity:["p-ah s-ih1 v-ih t-iy","nn"],passport:["p-ae1-s p-ao-r-t","nn"],password:["p-ae1-s w-er-d","nn"],past:["p-ae1-s-t","jj in nn rb"],pasta:["p-aa1 s-t-ah","nn"],paste:["p-ey1-s-t","nn vb"],pasted:["p-ey1 s-t-ih-d","vbn vbd"],pastel:["p-ae s-t-eh1-l","jj nn"],pasteurization:["p-ae-s ch-er ah z-ey1 sh-ah-n","nn"],pasteurize:["p-ae1-s-ch-er-ay-z","vb"],pasteurized:["p-ae1-s ch-er ay-z-d","vbn"],pastime:["p-ae1 s-t-ay-m","nn"],pasting:["p-ey1 s-t-ih-ng","vbg"],pastor:["p-ae1 s-t-er","nn"],pastoral:["p-ae1 s-t-er ah-l","jj"],pastrami:["p-ah s-t-r-aa1 m-iy","nn"],pastry:["p-ey1-s t-r-iy","nn"],pasture:["p-ae1-s ch-er","nn jj vb"],pat:["p-ae1-t","jj nn vb"],patch:["p-ae1-ch","nn vb"],patched:["p-ae1-ch-t","vbn jj"],patchwork:["p-ae1-ch w-er-k","nn jj"],pate:["p-ey1-t","nn"],patent:["p-ae1 t-ah-n-t","nn jj vb"],patented:["p-ae1 t-ah-n t-ah-d","vbn vbd jj"],patenting:["p-ae1 t-ah-n t-ih-ng","vbg"],patently:["p-ae1 t-ah-n-t l-iy","rb"],pater:["p-ey1 t-er","nn"],paternal:["p-ah t-er1 n-ah-l","jj"],paternalism:["p-ah t-er1 n-ah l-ih z-ah-m","nn jj"],paternalistic:["p-ah t-er n-ah l-ih1 s-t-ih-k","jj"],paternity:["p-ah t-er1 n-ih t-iy","nn"],path:["p-ae1-th","nn"],pathetic:["p-ah th-eh1 t-ih-k","jj"],pathfinder:["p-ae1-th f-ay-n d-er","nn"],pathogenic:["p-ae th-ah jh-eh1 n-ih-k","jj"],pathological:["p-ae th-ah l-aa1 jh-ih k-ah-l","jj"],pathologist:["p-ah th-aa1 l-ah jh-ah-s-t","nn"],pathology:["p-ah th-aa1 l-ah jh-iy","nn"],pathos:["p-ey1 th-aa-s","nn"],pathway:["p-ae1-th w-ey","nn"],patience:["p-ey1 sh-ah-n-s","nn"],patient:["p-ey1 sh-ah-n-t","nn jj"],patiently:["p-ey1 sh-ah-n-t l-iy","rb"],patina:["p-ah t-iy1 n-ah","nn"],patio:["p-ae1 t-iy ow","nn"],patriarch:["p-ey1 t-r-iy aa-r-k","nn"],patriarchal:["p-ey t-r-iy aa1-r k-ah-l","jj"],patriarchate:["p-ey1 t-r-iy aa-r k-ah-t","nn"],patriarchy:["p-ey1 t-r-iy aa-r k-iy","nn"],patrician:["p-ah t-r-ih1 sh-ah-n","jj nn"],patrimony:["p-ae1 t-r-ah m-ow n-iy","nn"],patriot:["p-ey1 t-r-iy ah-t","nn"],patriotic:["p-ey t-r-iy aa1 t-ih-k","jj nn"],patriotism:["p-ey1 t-r-iy ah t-ih z-ah-m","nn"],patristic:["p-ah t-r-ih1 s-t-ih-k","jj"],patrol:["p-ah t-r-ow1-l","nn vbp vb"],patrolled:["p-ah t-r-ow1-l-d","vbn vbd"],patrolling:["p-ah t-r-ow1 l-ih-ng","vbg"],patrolman:["p-ah t-r-ow1-l m-ae-n","nn"],patron:["p-ey1 t-r-ah-n","nn"],patronage:["p-ae1 t-r-ah n-ih-jh","nn"],patronize:["p-ey1 t-r-ah n-ay-z","vb"],patronized:["p-ey1 t-r-ah n-ay-z-d","vbn vbd"],patronizing:["p-ey1 t-r-ah n-ay z-ih-ng","vbg jj"],patsy:["p-ae1-t s-iy","nn"],patted:["p-ae1 t-ah-d","vbd"],patter:["p-ae1 t-er","nn vb"],pattered:["p-ae1 t-er-d","vbd"],pattern:["p-ae1 t-er-n","nn vb"],patterned:["p-ae1 t-er-n-d","vbn jj"],patting:["p-ae1 t-ih-ng","vbg"],patty:["p-ae1 t-iy","nn"],paucity:["p-ao1 s-ah t-iy","nn"],paunchy:["p-ao1-n ch-iy","jj"],pauper:["p-ao1 p-er","nn"],pause:["p-ao1-z","nn vbp vb"],paused:["p-ao1-z-d","vbd vbn"],pausing:["p-ao1 z-ih-ng","vbg"],pave:["p-ey1-v","vb"],paved:["p-ey1-v-d","jj vbd vbn"],pavement:["p-ey1-v m-ah-n-t","nn"],paves:["p-ey1-v-z","vbz"],pavilion:["p-ah v-ih1-l y-ah-n","nn"],paving:["p-ey1 v-ih-ng","vbg"],paw:["p-ao1","nn vb"],pawn:["p-ao1-n","nn vb"],pawnshop:["p-ao1-n sh-aa-p","nn"],pay:["p-ey1","vb vbd vbp nn"],payable:["p-ey1 ah b-ah-l","jj"],payback:["p-ey1 b-ae-k","nn"],paycheck:["p-ey1 ch-eh-k","nn"],payday:["p-ey1 d-ey","nn"],payer:["p-ey1 er","nn"],paying:["p-ey1 ih-ng","vbg jj"],payload:["p-ey1 l-ow-d","nn"],payment:["p-ey1 m-ah-n-t","nn"],payoff:["p-ey1 ao-f","nn"],payola:["p-ey ow1 l-ah","nn"],payout:["p-ey1 aw-t","nn"],payroll:["p-ey1 r-ow-l","nn"],pays:["p-ey1-z","vbz"],pea:["p-iy1","nn"],peace:["p-iy1-s","nn"],peaceable:["p-iy1 s-ah b-ah-l","jj"],peaceful:["p-iy1-s f-ah-l","jj"],peacefully:["p-iy1-s f-ah l-iy","rb"],peacekeeping:["p-iy1-s k-iy p-ih-ng","jj"],peacemaker:["p-iy1-s m-ey k-er","nn"],peacemaking:["p-iy1-s m-ey k-ih-ng","nn jj"],peacetime:["p-iy1-s t-ay-m","nn"],peach:["p-iy1-ch","nn"],peacock:["p-iy1 k-aa-k","nn"],peak:["p-iy1-k","nn vbp jj vb"],peaked:["p-iy1-k-t","vbd jj vbn"],peaking:["p-iy1 k-ih-ng","vbg"],peal:["p-iy1-l","nn"],peanut:["p-iy1 n-ah-t","nn jj"],pear:["p-eh1-r","nn"],pearl:["p-er1-l","nn"],pearly:["p-er1 l-iy","jj"],peasant:["p-eh1 z-ah-n-t","nn jj"],pebble:["p-eh1 b-ah-l","nn"],pecan:["p-ah k-aa1-n","nn"],peck:["p-eh1-k","vbp nn vb"],peculiar:["p-ah k-y-uw1 l-y-er","jj nn"],peculiarity:["p-ih k-y-uw l-iy eh1 r-ah t-iy","nn"],peculiarly:["p-ih k-y-uw1 l-y-er l-iy","rb"],pecuniary:["p-eh k-y-uw1 n-iy eh r-iy","jj"],pedagogical:["p-eh d-ah g-aa1 jh-ih k-ah-l","jj"],pedal:["p-eh1 d-ah-l","vb nn"],pedaled:["p-eh1 d-ah-l-d","vbn"],pedaling:["p-eh1 d-ah-l ih-ng","vbg"],pedantic:["p-ah d-ae1-n t-ih-k","jj"],peddle:["p-eh1 d-ah-l","vb vbp"],peddled:["p-eh1 d-ah-l-d","vbn"],peddler:["p-eh1-d l-er","nn"],peddles:["p-eh1 d-ah-l-z","vbz"],peddling:["p-eh1 d-ah-l ih-ng","vbg jj nn"],pedestal:["p-eh1 d-ah s-t-ah-l","nn"],pedestrian:["p-ah d-eh1-s t-r-iy ah-n","jj nn"],pediatric:["p-iy d-iy ae1 t-r-ih-k","jj"],pediatrician:["p-iy d-iy ah t-r-ih1 sh-ah-n","nn"],pediatrics:["p-iy d-iy ae1 t-r-ih-k-s","nn"],pedigree:["p-eh1 d-ah g-r-iy","nn"],peed:["p-iy1-d","vbn"],peek:["p-iy1-k","nn vb"],peeked:["p-iy1-k-t","vbd"],peeking:["p-iy1 k-ih-ng","vbg"],peel:["p-iy1-l","vb"],peeled:["p-iy1-l-d","vbn vbd"],peeling:["p-iy1 l-ih-ng","vbg"],peels:["p-iy1-l-z","vbz"],peep:["p-iy1-p","nn vb"],peeping:["p-iy1 p-ih-ng","vbg"],peer:["p-ih1-r","nn vbp vb"],peered:["p-ih1-r-d","vbd vbn"],peering:["p-iy1 r-ih-ng","vbg"],peerless:["p-ih1-r l-ih-s","jj"],peeve:["p-iy1-v","vb"],peeved:["p-iy1-v-d","vbn"],peg:["p-eh1-g","vbp nn vb"],pegboard:["p-eh1-g b-ao-r-d","nn"],pegged:["p-eh1-g-d","vbn vbd jj"],pegging:["p-eh1 g-ih-ng","vbg"],pejorative:["p-ah jh-ao1 r-ah t-ih-v","jj"],pellet:["p-eh1 l-ah-t","nn"],pelt:["p-eh1-l-t","nn"],pelvic:["p-eh1-l v-ih-k","jj nn"],pelvis:["p-eh1-l v-ah-s","nn"],pen:["p-eh1-n","nn vb"],penal:["p-iy1 n-ah-l","jj"],penalize:["p-eh1 n-ah l-ay-z","vb vbp"],penalized:["p-iy1 n-ah l-ay-z-d","vbn vbd"],penalizes:["p-eh1 n-ah l-ay z-ih-z","vbz"],penalizing:["p-iy1 n-ah l-ay z-ih-ng","vbg"],penalty:["p-eh1 n-ah-l t-iy","nn"],penance:["p-eh1 n-ah-n-s","nn"],pence:["p-eh1-n-s","nn"],penchant:["p-eh1-n ch-ah-n-t","nn"],pencil:["p-eh1-n s-ah-l","nn vb"],penciled:["p-eh1-n s-ah-l-d","vbn"],pendant:["p-eh1-n d-ah-n-t","nn"],pending:["p-eh1-n d-ih-ng","vbg jj"],pendulum:["p-eh1-n jh-ah l-ah-m","nn"],penetrate:["p-eh1 n-ah t-r-ey-t","vb vbp"],penetrated:["p-eh1 n-ah t-r-ey t-ah-d","vbn vbd"],penetrates:["p-eh1 n-ah t-r-ey-t-s","vbz"],penetrating:["p-eh1 n-ah t-r-ey t-ih-ng","jj vbg"],penetration:["p-eh n-ah t-r-ey1 sh-ah-n","nn"],penicillin:["p-eh n-ah s-ih1 l-ah-n","nn"],peninsula:["p-ah n-ih1-n s-ah l-ah","nn"],penitentiary:["p-eh n-ih t-eh1-n ch-er iy","nn"],penman:["p-eh1-n m-ah-n","nn"],pennant:["p-eh1 n-ah-n-t","nn"],penned:["p-eh1-n-d","vbn vbd"],penniless:["p-eh1 n-iy l-ah-s","jj"],penning:["p-eh1 n-ih-ng","vbg"],penny:["p-eh1 n-iy","nn"],pension:["p-eh1-n sh-ah-n","nn"],pensioner:["p-eh1-n sh-ah n-er","nn"],pentagon:["p-eh1-n t-ih g-aa-n","nn"],pentamidine:["p-eh-n t-ae1 m-ih d-iy-n","nn"],penthouse:["p-eh1-n-t hh-aw-s","nn"],peony:["p-iy1 ah n-iy","nn"],peopled:["p-iy1 p-ah-l-d","vbn"],pep:["p-eh1-p","nn"],pepper:["p-eh1 p-er","nn vb"],peppered:["p-eh1 p-er-d","vbd vbn jj"],peppering:["p-eh1 p-er ih-ng","vbg"],peppermint:["p-eh1 p-er m-ih-n-t","nn"],pepperoni:["p-eh p-er ow1 n-iy","nn"],peppy:["p-eh1 p-iy","jj"],peptide:["p-eh1-p t-ay-d","nn"],perceive:["p-er s-iy1-v","vb vbp"],perceived:["p-er s-iy1-v-d","vbn vbd jj"],perceives:["p-er s-iy1-v-z","vbz"],perceiving:["p-er s-iy1 v-ih-ng","vbg"],percent:["p-er s-eh1-n-t","nn"],percentage:["p-er s-eh1-n t-ah-jh","nn"],perceptible:["p-er s-eh1-p t-ah b-ah-l","jj"],perception:["p-er s-eh1-p sh-ah-n","nn"],perceptive:["p-er s-eh1-p t-ih-v","jj"],perceptual:["p-er s-eh1-p ch-ah w-ah-l","jj"],perch:["p-er1-ch","nn vb"],perched:["p-er1-ch-t","vbn vbd"],perchlorate:["p-er k-l-ao1 r-ey-t","nn"],percussion:["p-er k-ah1 sh-ah-n","nn"],percussionist:["p-er k-ah1 sh-ah n-ih-s-t","nn"],peremptory:["p-er eh1-m-p t-er iy","jj"],perennial:["p-er eh1 n-iy ah-l","jj"],perennially:["p-er eh1 n-iy ah l-iy","rb"],perestroika:["p-eh r-ah s-t-r-oy1 k-ah","nn"],perfect:["p-er f-eh1-k-t","jj nn vb"],perfected:["p-er f-eh1-k t-ah-d","vbn"],perfecting:["p-er f-eh1-k t-ih-ng","vbg"],perfection:["p-er f-eh1-k sh-ah-n","nn"],perfectionism:["p-er f-eh1-k sh-ah n-ih z-ah-m","nn"],perfectly:["p-er1 f-ah-k-t l-iy","rb"],perfidy:["p-er1 f-ih d-iy","nn"],perforated:["p-er1 f-er ey t-ah-d","jj"],perforation:["p-er f-er ey1 sh-ah-n","nn"],perforce:["p-er f-ao1-r-s","rb"],perform:["p-er f-ao1-r-m","vb vbp"],performance:["p-er f-ao1-r m-ah-n-s","nn"],performed:["p-er f-ao1-r-m-d","vbn vbd"],performer:["p-er f-ao1-r m-er","nn jj"],performing:["p-er f-ao1-r m-ih-ng","vbg jj nn"],performs:["p-er f-ao1-r-m-z","vbz"],perfume:["p-er f-y-uw1-m","nn vb"],perfumed:["p-er f-y-uw1-m-d","jj vbn"],perfunctory:["p-er f-ah1-ng-k t-er iy","jj"],perhaps:["p-er hh-ae1-p-s","rb"],peril:["p-eh1 r-ah-l","nn"],perilous:["p-eh1 r-ah l-ah-s","jj"],perilously:["p-eh1 r-ah l-ah-s l-iy","rb"],perimeter:["p-er ih1 m-ah t-er","nn"],period:["p-ih1 r-iy ah-d","nn"],periodic:["p-ih r-iy aa1 d-ih-k","jj"],periodical:["p-ih r-iy aa1 d-ih k-ah-l","nn"],periodically:["p-iy r-iy aa1 d-ih k-ah l-iy","rb"],periodontal:["p-eh r-iy ah d-aa1-n t-ah-l","jj"],peripheral:["p-er ih1 f-er ah-l","jj"],periphery:["p-er ih1 f-er iy","nn"],perish:["p-eh1 r-ih-sh","vb"],perishable:["p-eh1 r-ih sh-ah b-ah-l","jj"],perished:["p-eh1 r-ih-sh-t","vbd vbn"],perjury:["p-er1 jh-er iy","nn"],perk:["p-er1-k","jj vb"],perked:["p-er1-k-t","vbd vbn"],perking:["p-er1 k-ih-ng","vbg"],perky:["p-er1 k-iy","jj"],permanence:["p-er1 m-ah n-ah-n-s","nn"],permanent:["p-er1 m-ah n-ah-n-t","jj"],permanently:["p-er1 m-ah n-ah-n-t l-iy","rb"],permeate:["p-er1 m-iy ey-t","vb"],permeated:["p-er1 m-iy ey t-ih-d","vbn vbd"],permeates:["p-er1 m-iy ey-t-s","vbz"],permissible:["p-er m-ih1 s-ah b-ah-l","jj nn"],permission:["p-er m-ih1 sh-ah-n","nn"],permissive:["p-er m-ih1 s-ih-v","jj"],permit:["p-er m-ih1-t","vb vbp nn"],permitted:["p-er m-ih1 t-ah-d","vbn jj vbd"],permitting:["p-er m-ih1 t-ih-ng","vbg"],pernicious:["p-er n-ih1 sh-ah-s","jj"],peroxide:["p-er aa1-k s-ay-d","nn"],perpendicular:["p-er p-ah-n d-ih1 k-y-ah l-er","jj"],perpetrate:["p-er1 p-ah t-r-ey-t","vb"],perpetrated:["p-er1 p-ah t-r-ey t-ih-d","vbn vbd"],perpetrator:["p-er1 p-ah t-r-ey t-er","nn"],perpetual:["p-er p-eh1 ch-uw ah-l","jj"],perpetually:["p-er p-eh1 ch-uw ah l-iy","rb"],perpetuate:["p-er p-eh1 ch-ah-w ey-t","vb vbp"],perpetuated:["p-er p-eh1 ch-ah-w ey t-ih-d","vbn"],perpetuates:["p-er p-eh1 ch-ah-w ey-t-s","vbz"],perpetuating:["p-er p-eh1 ch-ah-w ey t-ih-ng","vbg"],perpetuation:["p-er p-eh ch-ah-w ey1 sh-ah-n","nn"],perpetuity:["p-er p-ih t-y-uw1 ih t-iy","nn"],perplex:["p-er-p-l-eh1-k-s","vb"],perplexed:["p-er p-l-eh1-k-s-t","jj vbn"],perplexing:["p-er p-l-eh1-k s-ih-ng","jj"],perplexity:["p-er p-l-eh1-k s-ah t-iy","nn"],perquisite:["p-er1 k-w-ah z-ih-t","nn"],persecute:["p-er1 s-ah k-y-uw-t","vb vbp"],persecuted:["p-er1 s-ah k-y-uw t-ah-d","vbn"],persecuting:["p-er1 s-ih k-y-uw t-ih-ng","vbg"],persecution:["p-er s-ah k-y-uw1 sh-ah-n","nn"],perseverance:["p-er s-ah v-ih1 r-ah-n-s","nn"],persevere:["p-er s-ah v-ih1-r","vb vbp"],persevered:["p-er s-ah v-ih1-r-d","vbd"],pershare:["p-er sh-eh1-r","jj"],persist:["p-er s-ih1-s-t","vb vbp"],persisted:["p-er s-ih1 s-t-ah-d","vbd vbn"],persistence:["p-er s-ih1 s-t-ah-n-s","nn jj"],persistent:["p-er s-ih1 s-t-ah-n-t","jj nn"],persistently:["p-er s-ih1 s-t-ah-n-t l-iy","rb"],persisting:["p-er s-ih1 s-t-ih-ng","vbg jj"],persists:["p-er s-ih1-s-t-s","vbz"],person:["p-er1 s-ah-n","nn"],persona:["p-er s-ow1 n-ah","nn"],personal:["p-er1 s-ih n-ih-l","jj nn"],personality:["p-er s-ah n-ae1 l-ih t-iy","nn"],personalize:["p-er1 s-ah-n ah l-ay-z","vb"],personalized:["p-er1 s-ah-n ah l-ay-z-d","vbn jj"],personally:["p-er1 s-ah-n ah l-iy","rb"],personification:["p-er s-aa n-ah f-ah k-ey1 sh-ah-n","nn"],personified:["p-er s-aa1 n-ah f-ay-d","vbn vbd"],personifies:["p-er s-aa1 n-ah f-ay-z","vbz"],personify:["p-er-s-aa1-n-ah-f-ay","vb"],personnel:["p-er s-ah n-eh1-l","jj nn"],perspective:["p-er s-p-eh1-k t-ih-v","nn jj"],perspiration:["p-er s-p-er ey1 sh-ah-n","nn"],persuade:["p-er s-w-ey1-d","vb vbp"],persuaded:["p-er s-w-ey1 d-ah-d","vbn vbd"],persuades:["p-er s-w-ey1-d-z","vbz"],persuading:["p-er s-w-ey1 d-ih-ng","vbg"],persuasion:["p-er s-w-ey1 zh-ah-n","nn"],persuasive:["p-er s-w-ey1 s-ih-v","jj"],persuasively:["p-er s-w-ey1 s-ih-v l-iy","rb"],persuasiveness:["p-er s-w-ey1 s-ih-v n-ah-s","nn"],pert:["p-er1-t","jj"],pertain:["p-er t-ey1-n","vbp vb"],pertaining:["p-er t-ey1 n-ih-ng","vbg"],pertains:["p-er t-ey1-n-z","vbz"],pertinent:["p-er1 t-ah n-ah-n-t","jj"],perturb:["p-er-t-er1-b","vb"],perturbation:["p-er t-er b-ey1 sh-ah-n","nn"],perturbed:["p-er t-er1-b-d","jj vbd vbn"],pertussis:["p-er t-ah1 s-ih-s","nn"],perusal:["p-er uw1 z-ah-l","nn"],peruse:["p-er uw1-z","vb vbp"],perusing:["p-er uw1 z-ih-ng","vbg"],pervade:["p-er v-ey1-d","vb vbp"],pervaded:["p-er v-ey1 d-ih-d","vbd vbn"],pervades:["p-er v-ey1-d-z","vbz"],pervading:["p-er v-ey1 d-ih-ng","vbg"],pervasive:["p-er v-ey1 s-ih-v","jj"],pervasiveness:["p-er v-ey1 s-ih-v n-ih-s","nn"],perverse:["p-er v-er1-s","jj"],perversely:["p-er v-er1-s l-iy","rb"],perversion:["p-er v-er1 zh-ah-n","nn"],pervert:["p-er1 v-er-t","nn vb"],perverted:["p-er v-er1 t-ih-d","vbn jj vbd"],peseta:["p-ah s-ey1 t-ah","nn"],peso:["p-ey1 s-ow","nn"],pessimism:["p-eh1 s-ah m-ih z-ah-m","nn"],pessimist:["p-eh1 s-ah m-ah-s-t","nn"],pessimistic:["p-eh s-ah m-ih1 s-t-ih-k","jj"],pest:["p-eh1-s-t","nn jjs"],pester:["p-eh1 s-t-er","vb"],pestering:["p-eh1 s-t-er ih-ng","vbg"],pesticide:["p-eh1 s-t-ah s-ay-d","nn"],pestilence:["p-eh1 s-t-ah l-ah-n-s","nn"],pet:["p-eh1-t","nn vb jj"],petal:["p-eh1 t-ah-l","nn"],peter:["p-iy1 t-er","vb"],petered:["p-iy1 t-er-d","vbn"],petite:["p-ah t-iy1-t","jj"],petition:["p-ah t-ih1 sh-ah-n","nn vb"],petitioned:["p-ah t-ih1 sh-ah-n-d","vbd vbn"],petitioner:["p-ah t-ih1 sh-ah-n er","nn"],petrified:["p-eh1 t-r-ah f-ay-d","jj vbn"],petrify:["p-eh1-t-r-ah-f-ay","vb"],petrochemical:["p-eh t-r-ow k-eh1 m-ih k-ah-l","nn jj"],petroleum:["p-ah t-r-ow1 l-iy ah-m","nn"],petted:["p-eh1 t-ah-d","vbn"],pettiness:["p-eh1 t-iy n-ah-s","nn"],petting:["p-eh1 t-ih-ng","nn"],petty:["p-eh1 t-iy","jj"],petulance:["p-eh1 ch-ah l-ah-n-s","nn"],petulant:["p-eh1 ch-ah l-ah-n-t","jj"],pew:["p-y-uw1","nn"],pewter:["p-y-uw1 t-er","nn"],phalanx:["f-ey1 l-ae-ng-k-s","nn"],phantom:["f-ae1-n t-ah-m","jj nn"],pharmaceutical:["f-aa-r m-ah s-uw1 t-ih k-ah-l","jj nn"],pharmacist:["f-aa1-r m-ah s-ih-s-t","nn"],pharmacological:["f-aa-r m-ah k-ah l-aa1 jh-ih k-ah-l","jj"],pharmacology:["f-aa-r m-ah k-aa1 l-ah jh-iy","nn"],pharmacy:["f-aa1-r m-ah s-iy","nn"],phase:["f-ey1-z","nn vb"],phased:["f-ey1-z-d","vbn vbd"],phasing:["f-ey1 z-ih-ng","vbg"],pheasant:["f-eh1 z-ah-n-t","nn"],phenolic:["f-ah n-aa1 l-ih-k","nn jj"],phenomenal:["f-ah n-aa1 m-ah n-ah-l","jj"],phenomenally:["f-ah n-aa1 m-ah n-ah l-iy","rb"],phenomenon:["f-ah n-aa1 m-ah n-aa-n","nn"],philander:["f-ah-l-ae1-n-d-er","vb"],philandering:["f-ay l-ae1-n d-er ih-ng","vbg"],philanthropic:["f-ih l-ah-n th-r-aa1 p-ih-k","jj"],philanthropist:["f-ah l-ae1-n th-r-ah p-ah-s-t","nn"],philanthropy:["f-ih l-ae1-n th-r-ah p-iy","nn"],philharmonic:["f-ih l-hh-aa-r m-aa1 n-ih-k","nn"],philodendron:["f-ih l-ah d-eh1-n d-r-ah-n","nn"],philosopher:["f-ah l-aa1 s-ah f-er","nn"],philosophic:["f-ih l-ah s-aa1 f-ih-k","jj"],philosophical:["f-ih l-ah s-aa1 f-ih k-ah-l","jj"],philosophically:["f-ih l-ah s-aa1 f-ih k-ah l-iy","rb"],philosophy:["f-ah l-aa1 s-ah f-iy","nn"],phobia:["f-ow1 b-iy ah","nn"],phoenix:["f-iy1 n-ih-k-s","nn"],phone:["f-ow1-n","nn vb vbp"],phoned:["f-ow1-n-d","vbd vbn"],phonetic:["f-ah n-eh1 t-ih-k","jj"],phoney:["f-ow1 n-iy","jj"],phonic:["f-aa1 n-ih-k","jj"],phoning:["f-ow1 n-ih-ng","vbg"],phonograph:["f-ow1 n-ah g-r-ae-f","nn"],phony:["f-ow1 n-iy","jj nn"],phosphate:["f-aa1-s f-ey-t","nn"],phosphor:["f-aa1-s f-ao-r","nn"],phosphorous:["f-aa1-s f-er ah-s","jj"],phosphorus:["f-aa1-s f-er ah-s","nn"],photo:["f-ow1 t-ow","nn jj"],photocopier:["f-ow1 t-ow k-aa p-iy er","nn"],photocopy:["f-ow1 t-ow k-aa p-iy","vb"],photocopying:["f-ow1 t-ow k-aa p-iy ih-ng","vbg"],photofinishing:["f-ow1 t-ow f-ih1 n-ih sh-ih-ng","nn"],photogenic:["f-ow t-ah jh-eh1 n-ih-k","jj"],photograph:["f-ow1 t-ah g-r-ae-f","nn vb"],photographed:["f-ow1 t-ah g-r-ae-f-t","vbn vbd"],photographer:["f-ah t-aa1 g-r-ah f-er","nn"],photographic:["f-ow t-ah g-r-ae1 f-ih-k","jj"],photographing:["f-ow1 t-ah g-r-ae f-ih-ng","vbg"],photography:["f-ah t-aa1 g-r-ah f-iy","nn"],photosynthesis:["f-ow t-ow s-ih1-n th-ah s-ih-s","nn"],phrase:["f-r-ey1-z","nn vb"],phrased:["f-r-ey1-z-d","vbn vbd"],phrasing:["f-r-ey1 z-ih-ng","nn"],phyla:["f-ay1 l-ah","nn"],physical:["f-ih1 z-ih k-ah-l","jj nn"],physically:["f-ih1 z-ih k-ah l-iy","rb"],physician:["f-ah z-ih1 sh-ah-n","nn"],physicist:["f-ih1 z-ih s-ih-s-t","nn"],physics:["f-ih1 z-ih-k-s","nn"],physiological:["f-ih z-iy ah l-aa1 jh-ih k-ah-l","jj"],physiology:["f-ih z-iy aa1 l-ah jh-iy","nn"],physique:["f-ah z-iy1-k","nn"],pi:["p-ay1","nn"],pianist:["p-iy ae1 n-ah-s-t","nn"],piano:["p-iy ae1 n-ow","nn"],piazza:["p-iy ae1 z-ah","nn"],picayune:["p-ih k-iy y-uw1-n","jj"],pick:["p-ih1-k","vb vbp nn"],picked:["p-ih1-k-t","vbd vb vbn"],picker:["p-ih1 k-er","nn"],picket:["p-ih1 k-ah-t","nn vb"],picketed:["p-ih1 k-ah t-ih-d","vbd vbn"],picketer:["p-ih1 k-ah t-er","nn"],picketing:["p-ih1 k-ah t-ih-ng","vbg"],pickier:["p-ih1 k-iy er","jjr"],picking:["p-ih1 k-ih-ng","vbg"],pickings:["p-ih1 k-ih-ng-z","nn"],pickle:["p-ih1 k-ah-l","nn"],pickled:["p-ih1 k-ah-l-d","jj"],pickpocket:["p-ih1-k p-aa k-ah-t","nn"],pickup:["p-ih1 k-ah-p","nn jj"],picky:["p-ih1 k-iy","jj"],picnic:["p-ih1-k n-ih-k","nn"],pico:["p-iy1 k-ow","nn"],pictorial:["p-ih-k t-ao1 r-iy ah-l","jj"],picture:["p-ih1-k ch-er","nn vb vbp"],pictured:["p-ih1-k ch-er-d","vbn vbd"],picturesque:["p-ih1-k ch-er ah-s-k","jj nn"],picturing:["p-ih1-k ch-er ih-ng","vbg"],piddling:["p-ih1 d-ah-l ih-ng","jj"],pie:["p-ay1","nn rp"],piece:["p-iy1-s","nn vb"],pieced:["p-iy1-s-t","vbn"],piecemeal:["p-iy1-s m-iy-l","rb nn"],pier:["p-ih1-r","nn"],pierce:["p-ih1-r-s","vb"],pierced:["p-ih1-r-s-t","vbn vbd"],piercing:["p-ih1-r s-ih-ng","vbg jj"],piety:["p-ay1 ah t-iy","nn"],pig:["p-ih1-g","nn"],pigeon:["p-ih1 jh-ah-n","nn"],piggyback:["p-ih1 g-iy b-ae-k","nn vb"],piggybacking:["p-ih1 g-iy b-ae k-ih-ng","vbg"],pigment:["p-ih1-g m-ah-n-t","nn"],pigskin:["p-ih1-g s-k-ih-n","nn"],pike:["p-ay1-k","nn"],piker:["p-ay1 k-er","nn"],pile:["p-ay1-l","nn vbp vb"],piled:["p-ay1-l-d","vbd vbn jj"],piles:["p-ay1-l-z","nn"],pileup:["p-ay1 l-ah-p","nn"],pilfer:["p-ih1-l-f-er","vb"],pilfering:["p-ih1-l f-er ih-ng","vbg"],pilgrim:["p-ih1-l g-r-ah-m","nn"],pilgrimage:["p-ih1-l g-r-ah m-ah-jh","nn"],piling:["p-ay1 l-ih-ng","vbg nn"],pill:["p-ih1-l","nn"],pillage:["p-ih1 l-ih-jh","vb"],pillaged:["p-ih1 l-ih-jh-d","vbd"],pillar:["p-ih1 l-er","nn"],pilloried:["p-ih1 l-er iy-d","vbn vbd"],pillory:["p-ih1-l-er-iy","vb"],pillow:["p-ih1 l-ow","nn"],pilot:["p-ay1 l-ah-t","nn jj vb"],piloting:["p-ay1 l-ah t-ih-ng","vbg"],pimp:["p-ih1-m-p","nn"],pimple:["p-ih1-m p-ah-l","nn"],pin:["p-ih1-n","nn vbp vb"],pinball:["p-ih1-n b-ao-l","nn"],pinch:["p-ih1-n-ch","nn vb"],pinched:["p-ih1-n-ch-t","vbn vbd jj"],pinching:["p-ih1-n ch-ih-ng","vbg"],pine:["p-ay1-n","nn vb vbp"],pineapple:["p-ay1-n ae p-ah-l","nn"],ping:["p-ih1-ng","nn vb"],pinhole:["p-ih1-n hh-ow-l","nn"],pink:["p-ih1-ng-k","jj nn"],pinnacle:["p-ih1 n-ah k-ah-l","nn"],pinned:["p-ih1-n-d","vbn vbd"],pinning:["p-ih1 n-ih-ng","vbg"],pinpoint:["p-ih1-n p-oy-n-t","vb nn vbp"],pinpointed:["p-ih1-n p-oy-n t-ih-d","vbn jj vbd"],pinpointing:["p-ih1-n p-oy-n t-ih-ng","vbg"],pint:["p-ay1-n-t","nn"],pinto:["p-ih1-n t-ow","nn"],pioneer:["p-ay ah n-ih1-r","nn vb"],pioneered:["p-ay ah n-ih1-r-d","vbd vbn"],pioneering:["p-ay ah n-ih1 r-ih-ng","vbg jj"],pious:["p-ay1 ah-s","jj"],piously:["p-ay1 ah-s l-iy","rb"],pipe:["p-ay1-p","nn vb"],piped:["p-ay1-p-t","vbd vbn"],pipeline:["p-ay1-p l-ay-n","nn"],piper:["p-ay1 p-er","nn"],piping:["p-ay1 p-ih-ng","nn"],piquant:["p-iy1 k-ah-n-t","jj"],pique:["p-iy1-k","jj nn vb"],piqued:["p-iy1-k-t","vbn"],piracy:["p-ay1 r-ah s-iy","nn"],piranha:["p-ih r-ae1-n-hh ah","nn"],pirate:["p-ay1 r-ah-t","nn vb"],pirated:["p-ay1 r-ah t-ih-d","vbn"],piss:["p-ih1-s","vb"],pistachio:["p-ah s-t-ae1 sh-iy ow","jj"],pistol:["p-ih1 s-t-ah-l","nn"],piston:["p-ih1 s-t-ah-n","nn"],pit:["p-ih1-t","nn vbp vb"],pitch:["p-ih1-ch","nn jj vb vbp"],pitched:["p-ih1-ch-t","vbd jj vbn"],pitcher:["p-ih1 ch-er","nn"],pitchfork:["p-ih1-ch f-ao-r-k","nn"],pitching:["p-ih1 ch-ih-ng","vbg"],pitfall:["p-ih1-t f-ao-l","nn"],pith:["p-ih1-th","nn"],pithy:["p-ih1 th-iy","jj"],pitiable:["p-ih1 t-iy ah b-ah-l","jj"],pitiful:["p-ih1 t-ah f-ah-l","jj"],pitifully:["p-ih1 t-ih f-ah l-iy","rb"],pitiless:["p-ih1 t-iy l-ah-s","jj"],pittance:["p-ih1 t-ah-n-s","nn"],pitted:["p-ih1 t-ah-d","vbn vbd"],pitting:["p-ih1 t-ih-ng","vbg"],pituitary:["p-ah t-uw1 ah t-eh r-iy","jj nn"],pity:["p-ih1 t-iy","nn vb vbp"],pivot:["p-ih1 v-ah-t","jj nn vb"],pivotal:["p-ih1 v-ah t-ah-l","jj"],pizazz:["p-ih z-ae1-z","nn"],pizza:["p-iy1-t s-ah","nn"],pizzazz:["p-ih z-ae1-z","nn"],pizzeria:["p-iy-t s-er iy1 ah","nn"],placard:["p-l-ae1 k-er-d","nn"],placate:["p-l-ey1 k-ey-t","vb"],placating:["p-l-ey1 k-ey t-ih-ng","vbg"],place:["p-l-ey1-s","nn vbp rb vb"],placebo:["p-l-ah s-iy1 b-ow","nn"],placed:["p-l-ey1-s-t","vbn vbd"],placement:["p-l-ey1-s m-ah-n-t","nn"],placid:["p-l-ae1 s-ah-d","jj"],placing:["p-l-ey1 s-ih-ng","vbg"],plagiarism:["p-l-ey1 jh-er ih z-ah-m","nn"],plagiarize:["p-l-ey1-jh-er-ay-z","vb"],plagiarized:["p-l-ey1 jh-er ay-z-d","vbn"],plague:["p-l-ey1-g","nn vb vbp"],plagued:["p-l-ey1-g-d","vbn vbd"],plagues:["p-l-ey1-g-z","vbz"],plaguing:["p-l-ey1 g-ih-ng","vbg"],plaid:["p-l-ae1-d","jj nn"],plain:["p-l-ey1-n","jj nn rb"],plainer:["p-l-ey1 n-er","jjr"],plainly:["p-l-ey1-n l-iy","rb"],plaintiff:["p-l-ey1-n t-ah-f","nn"],plaintive:["p-l-ey1-n t-ih-v","jj"],plaintively:["p-l-ey1-n t-ay-v l-iy","rb"],plan:["p-l-ae1-n","nn vb vbn vbp"],planar:["p-l-ey1 n-er","jj"],plane:["p-l-ey1-n","nn vb"],planed:["p-l-ey1-n-d","vbn"],planeload:["p-l-ey1-n l-ow-d","nn"],planer:["p-l-ey1 n-er","nn"],planet:["p-l-ae1 n-ah-t","nn"],planetarium:["p-l-ae n-ah t-eh1 r-iy ah-m","nn"],planetary:["p-l-ae1 n-ah t-eh r-iy","jj"],plank:["p-l-ae1-ng-k","nn"],planking:["p-l-ae1-ng k-ih-ng","nn"],planned:["p-l-ae1-n-d","vbn jj vbd"],planner:["p-l-ae1 n-er","nn"],planning:["p-l-ae1 n-ih-ng","vbg"],plant:["p-l-ae1-n-t","nn vb"],plantain:["p-l-ae1-n t-ah-n","nn"],plantation:["p-l-ae-n t-ey1 sh-ah-n","nn"],planted:["p-l-ae1-n t-ah-d","vbn jj vbd"],planter:["p-l-ae1-n t-er","nn"],planting:["p-l-ae1-n t-ih-ng","vbg"],plaque:["p-l-ae1-k","nn"],plasma:["p-l-ae1-z m-ah","nn"],plaster:["p-l-ae1 s-t-er","nn vb"],plastered:["p-l-ae1 s-t-er-d","vbn jj"],plasterer:["p-l-ae1 s-t-er er","nn"],plastering:["p-l-ae1 s-t-er ih-ng","nn"],plastic:["p-l-ae1 s-t-ih-k","nn jj"],plate:["p-l-ey1-t","nn vb"],plateau:["p-l-ae t-ow1","nn"],plated:["p-l-ey1 t-ah-d","vbn"],platform:["p-l-ae1-t f-ao-r-m","nn"],platinum:["p-l-ae1-t n-ah-m","nn"],platitude:["p-l-ae1 t-ih t-uw-d","nn"],platoon:["p-l-ah t-uw1-n","nn"],platter:["p-l-ae1 t-er","jj nn"],plaudit:["p-l-ao1 d-ih-t","nn"],plausibility:["p-l-ao z-ih b-ih1 l-ih t-iy","nn"],plausible:["p-l-ao1 z-ah b-ah-l","jj nn"],plausibly:["p-l-ao1 z-ah b-l-iy","rb"],play:["p-l-ey1","vb nn vbp"],playback:["p-l-ey1 b-ae-k","nn"],playboy:["p-l-ey1 b-oy","nn"],played:["p-l-ey1-d","vbd vbn"],player:["p-l-ey1 er","nn"],playful:["p-l-ey1 f-ah-l","jj"],playfully:["p-l-ey1 f-ah l-iy","rb"],playfulness:["p-l-ey1 f-ah-l n-ah-s","nn"],playground:["p-l-ey1 g-r-aw-n-d","nn"],playhouse:["p-l-ey1 hh-aw-s","nn"],playing:["p-l-ey1 ih-ng","vbg jj nn"],playmate:["p-l-ey1 m-ey-t","nn"],playoff:["p-l-ey1 ao-f","nn"],playpen:["p-l-ey1 p-eh-n","nn"],playroom:["p-l-ey1 r-uw-m","nn"],plaything:["p-l-ey1 th-ih-ng","nn"],playwright:["p-l-ey1 r-ay-t","nn"],plaza:["p-l-aa1 z-ah","nn"],plea:["p-l-iy1","nn vb"],plead:["p-l-iy1-d","vb vbp"],pleaded:["p-l-iy1 d-ah-d","vbd vbn"],pleading:["p-l-iy1 d-ih-ng","vbg jj nn"],pleads:["p-l-iy1-d-z","vbz"],pleasant:["p-l-eh1 z-ah-n-t","jj"],pleasantly:["p-l-eh1 z-ah-n-t l-iy","rb"],pleasantry:["p-l-eh1 z-ah-n t-r-iy","nn"],please:["p-l-iy1-z","vb uh vbp"],pleased:["p-l-iy1-z-d","vbn jj vbd"],pleases:["p-l-iy1 z-ih-z","vbz"],pleasing:["p-l-iy1 z-ih-ng","jj vbg"],pleasingly:["p-l-iy1 z-ih-ng l-iy","rb"],pleasurable:["p-l-eh1 zh-er ah b-ah-l","jj"],pleasure:["p-l-eh1 zh-er","nn jj vb"],pleat:["p-l-iy1-t","nn"],pledge:["p-l-eh1-jh","nn vb"],pledged:["p-l-eh1-jh-d","vbd vbn"],pledging:["p-l-eh1 jh-ih-ng","vbg"],plenary:["p-l-eh1 n-er iy","jj"],plentiful:["p-l-eh1-n t-ah f-ah-l","jj"],plenty:["p-l-eh1-n t-iy","nn jj rb"],plenum:["p-l-eh1 n-ah-m","nn"],plethora:["p-l-eh1 th-er ah","nn"],pliable:["p-l-ay1 ah b-ah-l","jj"],pliant:["p-l-ay1 ah-n-t","jj"],plied:["p-l-ay1-d","vbd vbn"],plies:["p-l-ay1-z","vbz"],plight:["p-l-ay1-t","nn"],plinking:["p-l-ih1-ng k-ih-ng","jj"],plod:["p-l-aa1-d","vb"],plodded:["p-l-aa1 d-ah-d","vbd vbn"],plodding:["p-l-aa1 d-ih-ng","vbg"],plop:["p-l-aa1-p","vb"],plopped:["p-l-aa1-p-t","vbd"],plot:["p-l-aa1-t","nn vb vbp"], +plotted:["p-l-aa1 t-ah-d","vbn vbd"],plotter:["p-l-aa1 t-er","nn"],plotting:["p-l-aa1 t-ih-ng","vbg"],plough:["p-l-aw1","vb"],plow:["p-l-aw1","nn vbp vb"],plowed:["p-l-aw1-d","vbn vbd jj"],plowing:["p-l-aw1 ih-ng","vbg"],ploy:["p-l-oy1","nn"],pluck:["p-l-ah1-k","vb nn"],plucked:["p-l-ah1-k-t","vbd vbn"],plucking:["p-l-ah1 k-ih-ng","vbg"],plucky:["p-l-ah1 k-iy","jj"],plug:["p-l-ah1-g","nn vbp vb"],plugged:["p-l-ah1-g-d","vbn vbd"],plugging:["p-l-ah1 g-ih-ng","vbg"],plum:["p-l-ah1-m","nn"],plumage:["p-l-uw1 m-ah-jh","nn"],plumb:["p-l-ah1-m","rb jj nn vb"],plumbed:["p-l-ah1-m-d","vbd"],plumber:["p-l-ah1 m-er","nn"],plumbing:["p-l-ah1 m-ih-ng","nn"],plume:["p-l-uw1-m","nn"],plummet:["p-l-ah1 m-ah-t","vb nn vbp"],plummeted:["p-l-ah1 m-ah t-ih-d","vbd vbn"],plummeting:["p-l-ah1 m-ah t-ih-ng","vbg"],plump:["p-l-ah1-m-p","jj vb"],plumped:["p-l-ah1-m-p-t","vbd"],plunder:["p-l-ah1-n d-er","nn vb"],plundered:["p-l-ah1-n d-er-d","vbn"],plundering:["p-l-ah1-n d-er ih-ng","nn"],plunge:["p-l-ah1-n-jh","nn vbp vb"],plunged:["p-l-ah1-n-jh-d","vbd vbn"],plunging:["p-l-ah1-n jh-ih-ng","vbg"],plunk:["p-l-ah1-ng-k","vb"],plunked:["p-l-ah1-ng-k-t","vbd"],plunking:["p-l-ah1-ng k-ih-ng","vbg"],plural:["p-l-uh1 r-ah-l","nn jj"],pluralism:["p-l-uh1 r-ah l-ih z-ah-m","nn"],pluralistic:["p-l-uh r-ah l-ih1 s-t-ih-k","jj"],plurality:["p-l-er ae1 l-ih t-iy","nn"],plus:["p-l-ah1-s","cc in jj nn rb"],plush:["p-l-ah1-sh","jj nn"],plutonium:["p-l-uw t-ow1 n-iy ah-m","nn"],ply:["p-l-ay1","vbp vb"],plying:["p-l-ay1 ih-ng","vbg"],plywood:["p-l-ay1 w-uh-d","nn"],pneumatic:["n-uw m-ae1 t-ih-k","jj"],pneumocystis:["n-uw m-ow1 s-ih s-t-ih-s","nn"],pneumonia:["n-uw m-ow1 n-y-ah","nn"],poach:["p-ow1-ch","vb"],poacher:["p-ow1 ch-er","nn"],poaching:["p-ow1 ch-ih-ng","vbg"],pocket:["p-aa1 k-ah-t","nn vb"],pocketbook:["p-aa1 k-ah-t b-uh-k","nn"],pocketed:["p-aa1 k-ah t-ih-d","vbd vbn"],pocketful:["p-aa1 k-ah-t f-uh-l","nn"],pocketing:["p-aa1 k-ah t-ih-ng","vbg"],pockmark:["p-aa1-k-m-aa-r-k","vb"],pockmarked:["p-aa1-k m-aa-r-k-t","jj vbn"],pod:["p-aa1-d","nn"],podium:["p-ow1 d-iy ah-m","nn"],poem:["p-ow1 ah-m","nn"],poet:["p-ow1 ah-t","nn"],poetic:["p-ow eh1 t-ih-k","jj"],poetry:["p-ow1 ah t-r-iy","nn"],pogrom:["p-ah g-r-aa1-m","nn"],poignancy:["p-oy1 n-y-ah-n s-iy","nn"],poignant:["p-oy1 n-y-ah-n-t","jj"],poignantly:["p-oy1 n-y-ah-n-t l-iy","rb"],point:["p-oy1-n-t","nn vbp rb vb"],pointed:["p-oy1-n t-ah-d","vbd vbn jj"],pointedly:["p-oy1-n t-ih-d l-iy","rb"],pointer:["p-oy1-n t-er","nn"],pointing:["p-oy1-n t-ih-ng","vbg"],pointless:["p-oy1-n-t l-ah-s","jj"],pointy:["p-oy1-n t-iy","jj"],poise:["p-oy1-z","nn vb"],poised:["p-oy1-z-d","vbn vbd jj"],poison:["p-oy1 z-ah-n","nn jj vb"],poisoned:["p-oy1 z-ah-n-d","vbn vbd"],poisoning:["p-oy1 z-ah-n ih-ng","vbg"],poisonous:["p-oy1 z-ah n-ah-s","jj"],poke:["p-ow1-k","nn vb"],poked:["p-ow1-k-t","vbd vbn"],poker:["p-ow1 k-er","nn"],pokes:["p-ow1-k-s","vbz"],pokey:["p-ow1 k-iy","jj"],poking:["p-ow1 k-ih-ng","vbg"],polar:["p-ow1 l-er","jj"],polarity:["p-ow l-eh1 r-ah t-iy","nn"],polarization:["p-ow l-er ah z-ey1 sh-ah-n","nn"],polarize:["p-ow1 l-er ay-z","vb"],polarized:["p-ow1 l-er ay-z-d","vbn"],polarizing:["p-ow1 l-er ay z-ih-ng","vbg"],pole:["p-ow1-l","nn vb"],polecat:["p-ow1-l k-ae-t","nn"],polemic:["p-ah l-eh1 m-ih-k","jj"],polemical:["p-ah l-eh1 m-ah k-ah-l","jj"],police:["p-ah l-iy1-s","nn vb"],policed:["p-ah l-iy1-s-t","vbn"],policeman:["p-ah l-iy1-s m-ah-n","nn"],policewoman:["p-ah l-iy1-s w-uh m-ah-n","nn"],policing:["p-ah l-iy1 s-ih-ng","vbg"],policy:["p-aa1 l-ah s-iy","nn"],policyholder:["p-aa1 l-ah s-iy hh-ow-l d-er","nn"],policymaker:["p-aa1 l-ah s-iy m-ey k-er","nn"],policymaking:["p-aa1 l-ah s-iy m-ey k-ih-ng","jj"],poling:["p-ow1 l-ih-ng","vbg"],polio:["p-ow1 l-iy ow","nn"],polis:["p-ow1 l-ah-s","nn"],polish:["p-aa1 l-ih-sh","vb nn"],polished:["p-aa1 l-ih-sh-t","vbn jj vbd"],polishing:["p-aa1 l-ih sh-ih-ng","vbg"],polite:["p-ah l-ay1-t","jj"],politely:["p-ah l-ay1-t l-iy","rb"],politeness:["p-ah l-ay1-t n-ah-s","nn"],politic:["p-aa1 l-ah t-ih-k","jj nn"],political:["p-ah l-ih1 t-ah k-ah-l","jj"],politically:["p-ah l-ih1 t-ih k-ah l-iy","rb"],politician:["p-aa l-ah t-ih1 sh-ah-n","nn"],politicize:["p-ah l-ih1 t-ih s-ay-z","vb"],politicized:["p-ah l-ih1 t-ih s-ay-z-d","vbn jj"],politicizing:["p-ah l-ih1 t-ih s-ay z-ih-ng","vbg"],politicking:["p-aa1 l-ah t-ih k-ih-ng","nn"],politico:["p-ah l-ih1 t-ih k-ow","nn"],politics:["p-aa1 l-ah t-ih-k-s","nn"],polity:["p-aa1 l-ah t-iy","nn"],polka:["p-ow1-l k-ah","nn"],poll:["p-ow1-l","nn jj vb"],polled:["p-ow1-l-d","vbn vbd"],pollen:["p-aa1 l-ah-n","nn"],pollinate:["p-aa1 l-ah n-ey-t","vb vbp"],pollinated:["p-aa1 l-ih n-ey t-ih-d","vbn"],pollination:["p-aa l-ah n-ey1 sh-ah-n","nn"],polling:["p-ow1 l-ih-ng","nn jj vbg"],pollster:["p-ow1-l s-t-er","nn"],pollutant:["p-ah l-uw1 t-ah-n-t","nn"],pollute:["p-ah l-uw1-t","vb"],polluted:["p-ah l-uw1 t-ah-d","jj vbd vbn"],polluter:["p-ah l-uw1 t-er","nn"],polluting:["p-ah l-uw1 t-ih-ng","vbg jj"],pollution:["p-ah l-uw1 sh-ah-n","nn"],polo:["p-ow1 l-ow","nn"],poltergeist:["p-ow1-l t-er g-ay-s-t","nn"],polyester:["p-aa l-iy eh1 s-t-er","nn"],polygynous:["p-ah l-ih1 jh-ah n-ah-s","jj"],polymer:["p-aa1 l-ah m-er","nn"],polynomial:["p-aa l-ih n-ow1 m-iy ah-l","nn jj"],polyp:["p-aa1 l-ih-p","nn"],polyurethane:["p-aa l-iy uh1 r-ah th-ey-n","nn"],pomp:["p-aa1-m-p","nn"],pompon:["p-aa1-m p-aa-n","nn"],pompous:["p-aa1-m p-ah-s","jj"],pompousness:["p-aa1-m p-ah-s n-ah-s","nn"],pond:["p-aa1-n-d","nn"],ponder:["p-aa1-n d-er","vb vbp"],pondered:["p-aa1-n d-er-d","vbd vbn"],pondering:["p-aa1-n d-er ih-ng","vbg"],ponderous:["p-aa1-n d-er ah-s","jj"],ponders:["p-aa1-n d-er-z","vbz"],pong:["p-ao1-ng","nn"],ponied:["p-ow1 n-iy-d","vbd"],pontiff:["p-aa1-n t-ah-f","nn"],pontificate:["p-aa-n t-ih1 f-ah k-ey-t","vb"],pontificates:["p-aa-n t-ih1 f-ah k-ey-t-s","vbz"],pony:["p-ow1 n-iy","nn"],pooch:["p-uw1-ch","nn"],poodle:["p-uw1 d-ah-l","nn"],poof:["p-uw1-f","nn"],pool:["p-uw1-l","nn vbp vb"],pooled:["p-uw1-l-d","vbn jj"],pooling:["p-uw1 l-ih-ng","vbg"],poolside:["p-uw1-l s-ay-d","nn"],poor:["p-uh1-r","jj nn"],poorer:["p-uh1 r-er","jjr rbr"],poorest:["p-uh1 r-ih-s-t","jjs"],poorly:["p-uh1-r l-iy","rb"],pop:["p-aa1-p","nn jj vb vbp"],popcorn:["p-aa1-p k-ao-r-n","nn"],pope:["p-ow1-p","nn"],poplar:["p-aa1-p l-er","nn"],poplin:["p-aa1-p l-ih-n","nn"],popped:["p-aa1-p-t","vbd vbn"],popping:["p-aa1 p-ih-ng","vbg"],poppy:["p-aa1 p-iy","nn"],pops:["p-aa1-p-s","vbz"],populace:["p-aa1 p-y-ah l-ah-s","nn"],popular:["p-aa1 p-y-ah l-er","jj"],popularity:["p-aa p-y-ah l-eh1 r-ah t-iy","nn"],popularize:["p-aa1 p-y-ah l-er ay-z","vb"],popularized:["p-aa1 p-y-ah l-er ay-z-d","vbn vbd"],popularizing:["p-aa1 p-y-ah l-er ay z-ih-ng","vbg"],popularly:["p-aa1 p-y-ah l-er l-iy","rb"],populate:["p-aa1 p-y-ah l-ey-t","vb vbp"],populated:["p-aa1 p-y-ah l-ey t-ah-d","vbn jj vbd"],populating:["p-aa1 p-y-ah l-ey t-ih-ng","vbg"],population:["p-aa p-y-ah l-ey1 sh-ah-n","nn"],populism:["p-aa1 p-y-ah l-ih z-ah-m","nn"],populist:["p-aa1 p-y-ah l-ah-s-t","jj nn"],populous:["p-aa1 p-y-ah l-ah-s","jj"],porcelain:["p-ao1-r s-ah l-ah-n","nn"],porch:["p-ao1-r-ch","nn"],porcupine:["p-ao1-r k-y-ah p-ay-n","nn"],pore:["p-ao1-r","nn vb"],pored:["p-ao1-r-d","vbd vbn"],poring:["p-ao1 r-ih-ng","vbg"],pork:["p-ao1-r-k","nn"],pornographic:["p-ao-r n-ah g-r-ae1 f-ih-k","jj"],pornography:["p-ao-r n-aa1 g-r-ah f-iy","nn"],porous:["p-ao1 r-ah-s","jj"],porpoise:["p-ao1-r p-ah-s","nn"],porridge:["p-ao1 r-ah-jh","nn"],port:["p-ao1-r-t","nn jj"],portability:["p-ao-r t-ah b-ih1 l-ih t-iy","nn"],portable:["p-ao1-r t-ah b-ah-l","jj nn"],portal:["p-ao1-r t-ah-l","nn"],portend:["p-ao-r t-eh1-n-d","vbp vb"],portends:["p-ao-r t-eh1-n-d-z","vbz"],portent:["p-ao1-r t-eh-n-t","nn"],portentous:["p-ao-r t-eh1-n t-ah-s","jj"],porter:["p-ao1-r t-er","nn"],portfolio:["p-ao-r-t f-ow1 l-iy ow","nn"],portico:["p-ao1-r t-ah k-ow","nn"],portion:["p-ao1-r sh-ah-n","nn"],portly:["p-ao1-r-t l-iy","jj"],portrait:["p-ao1-r t-r-ah-t","nn"],portray:["p-ao-r t-r-ey1","vb vbp"],portrayal:["p-ao-r t-r-ey1 ah-l","nn"],portrayed:["p-ao-r t-r-ey1-d","vbn vbd"],portraying:["p-ao-r t-r-ey1 ih-ng","vbg"],portrays:["p-ao-r t-r-ey1-z","vbz"],pose:["p-ow1-z","vb vbp nn"],posed:["p-ow1-z-d","vbn vbd"],poses:["p-ow1 z-ah-z","vbz"],posh:["p-aa1-sh","jj"],posing:["p-ow1 z-ih-ng","vbg"],position:["p-ah z-ih1 sh-ah-n","nn vbp vb"],positioned:["p-ah z-ih1 sh-ah-n-d","vbn vbd jj"],positioning:["p-ah z-ih1 sh-ah-n ih-ng","vbg"],positive:["p-aa1 z-ah t-ih-v","jj nn"],positively:["p-aa1 z-ah t-ih-v l-iy","rb"],positivism:["p-aa1 z-ah t-ih v-ih z-ah-m","nn jj"],posse:["p-aa1 s-iy","nn"],possess:["p-ah z-eh1-s","vbp vb"],possessed:["p-ah z-eh1-s-t","vbd vbn"],possesses:["p-ah z-eh1 s-ah-z","vbz"],possessing:["p-ah z-eh1 s-ih-ng","vbg"],possession:["p-ah z-eh1 sh-ah-n","nn"],possessive:["p-ah z-eh1 s-ih-v","jj"],possessor:["p-ah z-eh1 s-er","nn"],possibility:["p-aa s-ah b-ih1 l-ah t-iy","nn"],possible:["p-aa1 s-ah b-ah-l","jj rb"],possibly:["p-aa1 s-ah b-l-iy","rb"],possum:["p-aa1 s-ah-m","nn"],post:["p-ow1-s-t","nn in jj vb vbd vbp"],postage:["p-ow1 s-t-ah-jh","nn"],postal:["p-ow1 s-t-ah-l","jj"],postcard:["p-ow1-s-t k-aa-r-d","nn"],postdoctoral:["p-ow-s-t d-aa1-k t-er ah-l","jj"],posted:["p-ow1 s-t-ih-d","vbd vbn jj"],poster:["p-ow1 s-t-er","nn"],posterity:["p-aa s-t-eh1 r-ah t-iy","nn"],posthumous:["p-aa1 s-ch-uh m-ah-s","jj"],posting:["p-ow1 s-t-ih-ng","vbg"],postman:["p-ow1-s-t m-ah-n","nn"],postmark:["p-ow1-s-t-m-aa-r-k","vb"],postmarked:["p-ow1-s-t m-aa-r-k-t","vbn"],postmaster:["p-ow1-s-t m-ae s-t-er","nn"],postpone:["p-ow-s-t p-ow1-n","vb vbp"],postponed:["p-ow-s-t p-ow1-n-d","vbn jj vbd"],postponement:["p-ow-s-t p-ow1-n m-ah-n-t","nn"],postponing:["p-ow-s-t p-ow1 n-ih-ng","vbg"],postscript:["p-ow1-s k-r-ih-p-t","nn"],postulate:["p-aa1 s-ch-ah l-ey-t","vb"],posture:["p-aa1-s ch-er","nn vb vbp"],posturing:["p-aa1-s ch-er ih-ng","vbg"],postwar:["p-ow1-s-t w-ao1-r","jj"],pot:["p-aa1-t","nn vb"],potable:["p-ow1 t-ah b-ah-l","jj"],potash:["p-aa1-t ae-sh","nn"],potassium:["p-ah t-ae1 s-iy ah-m","nn"],potato:["p-ah t-ey1 t-ow","nn"],potency:["p-ow1 t-ah-n s-iy","nn"],potent:["p-ow1 t-ah-n-t","jj"],potentate:["p-ow1 t-ah-n t-ey-t","nn"],potential:["p-ah t-eh1-n sh-ah-l","jj nn"],potentially:["p-ah t-eh1-n sh-ah l-iy","rb"],pothole:["p-aa1-t hh-ow-l","nn"],potion:["p-ow1 sh-ah-n","nn"],potpourri:["p-ow p-uh r-iy1","nn"],potted:["p-aa1 t-ih-d","jj vbn"],potter:["p-aa1 t-er","nn"],pottery:["p-aa1 t-er iy","nn"],potty:["p-aa1 t-iy","nn"],pouch:["p-aw1-ch","nn"],poultice:["p-ow1-l t-ah s-ih","nn"],poultry:["p-ow1-l t-r-iy","nn"],pounce:["p-aw1-n-s","vb"],pounced:["p-aw1-n-s-t","vbd"],pouncing:["p-aw1-n s-ih-ng","vbg"],pound:["p-aw1-n-d","nn vb vbp"],pounded:["p-aw1-n d-ih-d","vbd vbn"],pounding:["p-aw1-n d-ih-ng","vbg"],pour:["p-ao1-r","vb in vbp"],poured:["p-ao1-r-d","vbd vbn"],pouring:["p-ao1 r-ih-ng","vbg"],pours:["p-ao1-r-z","vbz"],pout:["p-aw1-t","nn vb"],pouted:["p-aw1 t-ih-d","vbd"],poverty:["p-aa1 v-er t-iy","nn"],powder:["p-aw1 d-er","nn vb"],powdered:["p-aw1 d-er-d","jj vbn"],powdery:["p-aw1 d-er iy","jj"],power:["p-aw1 er","nn vbp vb"],powerboat:["p-aw1 er b-ow-t","nn"],powered:["p-aw1 er-d","vbn jj"],powerful:["p-aw1 er f-ah-l","jj"],powerfully:["p-aw1 er-f l-iy","rb"],powerhouse:["p-aw1 er hh-aw-s","nn"],powering:["p-aw1 er ih-ng","vbg"],powerless:["p-aw1 er l-ah-s","jj"],powerlessness:["p-aw1 er l-ah-s n-ah-s","nn"],powertrain:["p-aw1-r t-r-ey-n","nn"],powwow:["p-aw1 w-aw","nn"],pox:["p-aa1-k-s","nn"],practical:["p-r-ae1-k t-ah k-ah-l","jj nn"],practicality:["p-r-ae-k t-ih k-ae1 l-ah t-iy","nn"],practically:["p-r-ae1-k t-ah-k l-iy","rb"],practice:["p-r-ae1-k t-ah-s","nn vb vbp"],practiced:["p-r-ae1-k t-ah-s-t","vbn vbd jj"],practicing:["p-r-ae1-k t-ah s-ih-ng","vbg"],practitioner:["p-r-ae-k t-ih1 sh-ah-n er","nn"],pragmatic:["p-r-ae-g m-ae1 t-ih-k","jj"],pragmatism:["p-r-ae1-g m-ah t-ih z-ah-m","nn"],pragmatist:["p-r-ae1-g m-ah t-ih-s-t","nn"],prairie:["p-r-eh1 r-iy","nn"],praise:["p-r-ey1-z","nn vbp vb"],praised:["p-r-ey1-z-d","vbd jj vbn"],praiseworthy:["p-r-ey1-z w-er dh-iy","jj"],praising:["p-r-ey1 z-ih-ng","vbg"],prance:["p-r-ae1-n-s","vb"],prancing:["p-r-ae1-n s-ih-ng","vbg"],prank:["p-r-ae1-ng-k","nn"],pratfall:["p-r-ae1-t f-ao-l","nn"],prattle:["p-r-ae1 t-ah-l","nn"],prawn:["p-r-ao1-n","nn"],pray:["p-r-ey1","vb vbp"],prayed:["p-r-ey1-d","vbd vbn"],prayer:["p-r-eh1-r","nn"],praying:["p-r-ey1 ih-ng","vbg"],prays:["p-r-ey1-z","vbz"],preach:["p-r-iy1-ch","vb vbp"],preached:["p-r-iy1-ch-t","vbd vbn"],preacher:["p-r-iy1 ch-er","nn"],preaches:["p-r-iy1 ch-ih-z","vbz"],preaching:["p-r-iy1 ch-ih-ng","vbg jj"],preamble:["p-r-iy ae1-m b-ah-l","nn"],prearrange:["p-r-iy-er-ey1-n-jh","vb"],prearranged:["p-r-iy er ey1-n-jh-d","vbn jj"],precarious:["p-r-iy k-eh1 r-iy ah-s","jj"],precariously:["p-r-ih k-eh1 r-iy ah-s l-iy","rb"],precaution:["p-r-iy k-ao1 sh-ah-n","nn"],precautionary:["p-r-ih k-ao1 sh-ah-n eh r-iy","jj"],precede:["p-r-ih s-iy1-d","vb vbp"],preceded:["p-r-ih s-iy1 d-ih-d","vbd vbn"],precedence:["p-r-eh1 s-ah d-ah-n-s","nn"],precedent:["p-r-eh1 s-ih d-ah-n-t","nn jj"],precedes:["p-r-ih s-iy1-d-z","vbz"],preceding:["p-r-iy s-iy1 d-ih-ng","vbg jj"],precept:["p-r-iy1 s-eh-p-t","nn"],precinct:["p-r-iy1 s-ih-ng-k-t","nn"],precious:["p-r-eh1 sh-ah-s","jj rb"],precipice:["p-r-eh1 s-ah p-ah-s","nn"],precipitate:["p-r-ih s-ih1 p-ih t-ey-t","vb nn"],precipitated:["p-r-ih s-ih1 p-ih t-ey t-ih-d","vbd vbn"],precipitating:["p-r-ih s-ih1 p-ah t-ey t-ih-ng","vbg"],precipitous:["p-r-ih s-ih1 p-ih t-ah-s","jj"],precipitously:["p-r-iy s-ih1 p-ih t-ah-s l-iy","rb"],precise:["p-r-ih s-ay1-s","jj"],precisely:["p-r-ih s-ay1-s l-iy","rb"],precision:["p-r-iy s-ih1 zh-ah-n","nn jj"],preclinical:["p-r-iy-k l-ih1 n-ih k-ah-l","jj"],preclude:["p-r-ih k-l-uw1-d","vb vbp"],precluded:["p-r-ih k-l-uw1 d-ih-d","vbd vbn jj"],precludes:["p-r-ih k-l-uw1-d-z","vbz"],precocious:["p-r-ih k-ow1 sh-ah-s","jj"],preconceived:["p-r-iy k-ah-n s-iy1-v-d","jj"],preconception:["p-r-iy k-ah-n s-eh1-p sh-ah-n","nn"],precondition:["p-r-iy k-ah-n d-ih1 sh-ah-n","nn"],precook:["p-r-iy1-k-uh1-k","vb"],precooked:["p-r-iy k-uh1-k-t","vbn"],precrash:["p-r-iy k-r-ae1-sh","jj"],precursor:["p-r-iy k-er1 s-er","nn"],predate:["p-r-iy-d-ey1-t","vb"],predates:["p-r-iy1 d-ey1-t-s","vbz"],predator:["p-r-eh1 d-ah t-er","nn"],predatory:["p-r-eh1 d-ah t-ao r-iy","jj"],predawn:["p-r-iy d-ao1-n","jj"],predecessor:["p-r-eh1 d-ah s-eh s-er","nn"],predetermined:["p-r-iy d-iy t-er1 m-ih-n-d","jj"],predicament:["p-r-ih d-ih1 k-ah m-ah-n-t","nn"],predicate:["p-r-eh1-d-ah-k-ey-t","vb"],predicated:["p-r-eh1 d-ah k-ey t-ih-d","vbn"],predict:["p-r-ih d-ih1-k-t","vbp vb"],predictability:["p-r-ih d-ih-k t-ah b-ih1 l-ih t-iy","nn"],predictable:["p-r-ih d-ih1-k t-ah b-ah-l","jj"],predictably:["p-r-ih d-ih1-k t-ah b-l-iy","rb"],predicted:["p-r-ih d-ih1-k t-ih-d","vbd jj vbn"],predicting:["p-r-ih d-ih1-k t-ih-ng","vbg"],prediction:["p-r-iy d-ih1-k sh-ah-n","nn"],predictive:["p-r-ih d-ih1-k t-ih-v","jj"],predictor:["p-r-ih d-ih1-k t-er","nn"],predicts:["p-r-ih d-ih1-k-t-s","vbz"],predilection:["p-r-eh d-ah l-eh1-k sh-ah-n","nn"],predispose:["p-r-iy d-ih s-p-ow1-z","vb vbp"],predisposed:["p-r-iy d-ih s-p-ow1-z-d","vbn"],predisposing:["p-r-iy d-ih s-p-ow1 z-ih-ng","vbg"],predisposition:["p-r-iy d-ih-s p-ah z-ih1 sh-ah-n","nn"],predominance:["p-r-ih d-aa1 m-ah n-ah-n-s","nn"],predominant:["p-r-ih d-aa1 m-ah n-ah-n-t","jj"],predominantly:["p-r-ih d-aa1 m-ah n-ah-n-t l-iy","rb"],predominate:["p-r-ih d-aa1 m-ah n-ey-t","vb vbp"],preempt:["p-r-iy1 eh-m-p-t","vb"],preemptive:["p-r-iy eh1-m-p t-ih-v","jj"],preen:["p-r-iy1-n","vb"],preening:["p-r-iy1 n-ih-ng","vbg"],prefabricate:["p-r-iy-f-ae1-b-r-ih-k-ey-t","vb"],prefabricated:["p-r-iy f-ae1 b-r-ih k-ey t-ih-d","vbn"],preface:["p-r-eh1 f-ah-s","nn vb"],prefaced:["p-r-eh1 f-ah-s-t","vbd vbn"],prefectural:["p-r-iy f-eh1-k ch-er ah-l","jj"],prefecture:["p-r-iy1 f-eh-k ch-er","nn"],prefer:["p-r-ah f-er1","vbp vb"],preferable:["p-r-eh1 f-er ah b-ah-l","jj"],preferably:["p-r-eh1 f-er ah b-l-iy","rb"],preference:["p-r-eh1 f-er ah-n-s","nn"],preferential:["p-r-eh f-er eh1-n ch-ah-l","jj"],preferentially:["p-r-eh f-er eh1-n ch-ah l-iy","rb"],preferred:["p-r-ah f-er1-d","jj vbd vbg vbn"],preferring:["p-r-ih f-er1 ih-ng","vbg"],prefers:["p-r-ah f-er1-z","vbz"],pregnancy:["p-r-eh1-g n-ah-n s-iy","nn"],pregnant:["p-r-eh1-g n-ah-n-t","jj"],prehistoric:["p-r-iy hh-ih s-t-ao1 r-ih-k","jj"],prejudge:["p-r-iy-jh-ah1-jh","vb"],prejudged:["p-r-iy jh-ah1-jh-d","vbn"],prejudice:["p-r-eh1 jh-ah d-ih-s","nn vb"],prejudiced:["p-r-eh1 jh-ah d-ah-s-t","vbn jj"],prejudicial:["p-r-eh jh-ah d-ih1 sh-ah-l","jj"],prelate:["p-r-eh1 l-ih-t","nn"],preliminarily:["p-r-ih l-ih m-ah n-eh1 r-ih l-iy","rb"],preliminary:["p-r-ih l-ih1 m-ah n-eh r-iy","jj nn"],prelude:["p-r-ey1 l-uw-d","nn"],premarital:["p-r-iy m-eh1 r-ah t-ah-l","jj"],premature:["p-r-iy m-ah ch-uh1-r","jj"],prematurely:["p-r-iy m-ah ch-uh1-r l-iy","rb"],premeditated:["p-r-iy m-eh1 d-ah t-ey t-ih-d","jj"],premier:["p-r-eh m-ih1-r","nn jj"],premiere:["p-r-eh m-ih1-r","nn vbp vb"],premiered:["p-r-eh m-ih1-r-d","vbd"],premiering:["p-r-eh m-ih1 r-ih-ng","vbg"],premise:["p-r-eh1 m-ih-s","nn"],premium:["p-r-iy1 m-iy ah-m","nn jj"],prenatal:["p-r-iy n-ey1 t-ah-l","jj rb"],preoccupation:["p-r-iy aa k-y-ah p-ey1 sh-ah-n","nn"],preoccupied:["p-r-iy aa1 k-y-ah p-ay-d","vbn jj"],preoccupies:["p-r-iy aa1 k-y-ah p-ay-z","vbz"],preoccupy:["p-r-iy aa1 k-y-ah p-ay","vb vbp"],preordain:["p-r-iy-ao-r-d-ey1-n","vb"],preordained:["p-r-iy ao-r d-ey1-n-d","vbn"],prep:["p-r-eh1-p","jj nn"],prepackage:["p-r-iy-p-ae1-k-ah-jh","vb"],prepackaged:["p-r-iy p-ae1 k-ah-jh-d","vbn"],prepaid:["p-r-iy p-ey1-d","jj vbn vb"],preparation:["p-r-eh p-er ey1 sh-ah-n","nn"],preparatory:["p-r-ih p-eh1 r-ah t-ao r-iy","jj"],prepare:["p-r-iy p-eh1-r","vb vbp"],prepared:["p-r-iy p-eh1-r-d","vbn vbd jj"],preparedness:["p-r-iy p-eh1 r-ah-d n-ah-s","nn"],preparer:["p-r-iy p-eh1 r-er","nn"],prepares:["p-r-iy p-eh1-r-z","vbz"],preparing:["p-r-iy p-eh1 r-ih-ng","vbg"],prepay:["p-r-iy p-ey1","vb"],prepaying:["p-r-iy p-ey1 ih-ng","vbg"],prepayment:["p-r-iy p-ey1 m-ah-n-t","nn"],preponderance:["p-r-iy p-aa1-n d-r-ah-n-s","nn"],preposterous:["p-r-ih p-aa1 s-t-er ah-s","jj"],preppie:["p-r-eh1 p-iy","nn"],preppy:["p-r-eh1 p-iy","nn jj"],prerecord:["p-r-iy-r-iy-k-ao1-r-d","vb"],prerecorded:["p-r-iy r-iy k-ao1-r d-ih-d","vbn"],prerequisite:["p-r-iy r-eh1 k-w-ah z-ah-t","nn"],prerogative:["p-r-ih r-aa1 g-ah t-ih-v","nn"],presage:["p-r-eh1 s-ih-jh","vb vbp"],presaged:["p-r-eh1 s-ih-jh-d","vbd"],presages:["p-r-eh1 s-ih jh-ih-z","vbz"],presaging:["p-r-eh1 s-ih jh-ih-ng","vbg"],presale:["p-r-iy1 s-ey-l","jj nn"],preschool:["p-r-iy s-k-uw1-l","jj"],preschooler:["p-r-iy1 s-k-uw l-er","nn"],prescient:["p-r-eh1 s-iy ah-n-t","jj"],prescribe:["p-r-ah s-k-r-ay1-b","vb vbp"],prescribed:["p-r-iy s-k-r-ay1-b-d","vbn jj vbd"],prescriber:["p-r-iy s-k-r-ay1 b-er","nn"],prescribes:["p-r-iy s-k-r-ay1-b-z","vbz"],prescribing:["p-r-iy s-k-r-ay1 b-ih-ng","vbg"],prescription:["p-r-ah s-k-r-ih1-p sh-ah-n","nn"],presence:["p-r-eh1 z-ah-n-s","nn"],present:["p-r-eh1 z-ah-n-t","jj vbp rb nn vb"],presentable:["p-r-ah z-eh1-n t-ah b-ah-l","jj"],presentation:["p-r-eh z-ah-n t-ey1 sh-ah-n","nn"],presented:["p-r-iy z-eh1-n t-ah-d","vbn vbd"],presenter:["p-r-eh1 z-ah-n t-er","nn"],presenting:["p-r-ih z-eh1-n t-ih-ng","vbg"],presently:["p-r-eh1 z-ah-n-t l-iy","rb"],preservation:["p-r-eh z-er v-ey1 sh-ah-n","nn"],preservative:["p-r-iy z-er1 v-ah t-ih-v","jj"],preserve:["p-r-ah z-er1-v","vb vbp nn"],preserved:["p-r-ah z-er1-v-d","vbn jj vbd"],preserving:["p-r-ah z-er1 v-ih-ng","vbg"],preset:["p-r-iy s-eh1-t","jj"],preside:["p-r-ih z-ay1-d","vb"],presided:["p-r-ih z-ay1 d-ih-d","vbd vbn"],presidency:["p-r-eh1 z-ah d-ah-n s-iy","nn"],president:["p-r-eh1 z-ah d-eh-n-t","nn"],presidential:["p-r-eh z-ah d-eh1-n ch-ah-l","jj"],presides:["p-r-ih z-ay1-d-z","vbz"],presiding:["p-r-ih z-ay1 d-ih-ng","vbg"],press:["p-r-eh1-s","nn vbp vb"],pressed:["p-r-eh1-s-t","vbn vbd"],presser:["p-r-eh1 s-er","nn"],pressing:["p-r-eh1 s-ih-ng","vbg jj"],pressman:["p-r-eh1-s m-ah-n","nn"],pressure:["p-r-eh1 sh-er","nn vb vbp"],pressured:["p-r-eh1 sh-er-d","vbn jj nn vb vbd"],pressuring:["p-r-eh1 sh-er ih-ng","vbg"],pressurize:["p-r-eh1-sh-er-ay-z","vb"],pressurized:["p-r-eh1 sh-er ay-z-d","vbn"],prestige:["p-r-eh s-t-iy1-zh","nn jj"],prestigious:["p-r-eh s-t-ih1 jh-ah-s","jj"],presto:["p-r-eh1 s-t-ow","rb"],presumably:["p-r-ah z-uw1 m-ah b-l-iy","rb"],presume:["p-r-ih z-uw1-m","vb vbp"],presumed:["p-r-ah z-uw1-m-d","vbn jj vbd"],presumes:["p-r-ah z-uw1-m-z","vbz"],presuming:["p-r-ih z-uw1 m-ih-ng","vbg"],presumption:["p-r-ih z-ah1-m-p sh-ah-n","nn"],presumptuous:["p-r-ih z-ah1-m-p ch-ah-w ah-s","jj"],presuppose:["p-r-iy-s-ah-p-ow1-z","vb"],presupposes:["p-r-iy s-ah p-ow1 z-ih-z","vbz"],presupposition:["p-r-iy s-ah p-ah z-ih1 sh-ah-n","nn"],pretax:["p-r-iy1 t-ae1-k-s","jj nn"],pretend:["p-r-iy t-eh1-n-d","vb jj"],pretended:["p-r-iy t-eh1-n d-ah-d","vbd vbn"],pretending:["p-r-iy t-eh1-n d-ih-ng","vbg"],pretends:["p-r-iy t-eh1-n-d-z","vbz"],pretense:["p-r-iy t-eh1-n-s","nn"],pretension:["p-r-ah t-eh1-n sh-ah-n","nn"],pretentious:["p-r-iy t-eh1-n sh-ah-s","jj"],pretext:["p-r-iy1 t-eh-k-s-t","nn"],pretrial:["p-r-iy t-r-ay1 ah-l","jj"],prettier:["p-r-ih1 t-iy er","jjr"],prettiest:["p-r-ih1 t-iy ah-s-t","jjs"],pretty:["p-r-ih1 t-iy","rb jj"],prevail:["p-r-ih v-ey1-l","vb vbp"],prevailed:["p-r-ih v-ey1-l-d","vbd vbn"],prevailing:["p-r-ih v-ey1 l-ih-ng","vbg jj"],prevails:["p-r-ih v-ey1-l-z","vbz"],prevalence:["p-r-eh1 v-ah l-ah-n-s","nn"],prevalent:["p-r-eh1 v-ah l-ah-n-t","jj nn"],prevent:["p-r-ih v-eh1-n-t","vb vbp"],preventable:["p-r-ih v-eh1-n t-ah b-ah-l","jj"],preventative:["p-r-iy v-eh1-n t-ah t-ih-v","jj"],prevented:["p-r-ih v-eh1-n t-ih-d","vbn vbd"],preventing:["p-r-ih v-eh1-n t-ih-ng","vbg"],prevention:["p-r-iy v-eh1-n sh-ah-n","nn"],preventive:["p-r-ih v-eh1-n t-ih-v","jj nn"],prevents:["p-r-ih v-eh1-n-t-s","vbz"],preview:["p-r-iy1 v-y-uw","nn vb"],previewing:["p-r-iy1 v-y-uw ih-ng","vbg"],previous:["p-r-iy1 v-iy ah-s","jj"],previously:["p-r-iy1 v-iy ah-s l-iy","rb"],prewar:["p-r-iy w-ao1-r","jj"],prey:["p-r-ey1","nn vbp vb"],preying:["p-r-ey1 ih-ng","vbg"],price:["p-r-ay1-s","nn vbp vb"],priced:["p-r-ay1-s-t","vbn jj vbd"],priceless:["p-r-ay1-s l-ah-s","jj"],pricey:["p-r-ay1 s-iy","jj"],pricier:["p-r-ay1 s-iy er","jjr"],priciest:["p-r-ay s-iy ih-s-t","jjs"],pricing:["p-r-ay1 s-ih-ng","vbg"],prick:["p-r-ih1-k","nn vb"],pricked:["p-r-ih1-k-t","vbn"],prickly:["p-r-ih1-k l-iy","jj rb"],pride:["p-r-ay1-d","nn vb vbp"],prided:["p-r-ay1 d-ih-d","vbd vbn"],prides:["p-r-ay1-d-z","vbz"],pries:["p-r-ay1-z","vbz"],priest:["p-r-iy1-s-t","nn"],priestly:["p-r-iy1-s-t l-iy","jj"],prim:["p-r-ih1-m","jj"],prima:["p-r-iy1 m-ah","nn"],primacy:["p-r-ay1 m-ah s-iy","nn"],primal:["p-r-ay1 m-ah-l","jj"],primarily:["p-r-ay m-eh1 r-ah l-iy","rb"],primary:["p-r-ay1 m-eh r-iy","jj nn"],primate:["p-r-ay1 m-ey-t","nn"],prime:["p-r-ay1-m","jj nn vb"],primed:["p-r-ay1-m-d","vbn jj vbd"],primetime:["p-r-ay1-m t-ay-m","nn"],primeval:["p-r-ay m-iy1 v-ah-l","jj"],priming:["p-r-ay1 m-ih-ng","vbg"],primitive:["p-r-ih1 m-ah t-ih-v","jj"],primly:["p-r-ih1-m l-iy","rb"],primordial:["p-r-ih m-ao1-r d-iy ah-l","jj"],prince:["p-r-ih1-n-s","nn"],princely:["p-r-ih1-n-s l-iy","jj"],princess:["p-r-ih1-n s-eh-s","nn"],principal:["p-r-ih1-n s-ah p-ah-l","jj nn"],principally:["p-r-ih1-n s-ih p-l-iy","rb"],principle:["p-r-ih1-n s-ah p-ah-l","nn"],principled:["p-r-ih1-n s-ah p-ah-l-d","jj"],print:["p-r-ih1-n-t","nn vb vbp"],printable:["p-r-ih1-n t-ah b-ah-l","jj"],printed:["p-r-ih1-n t-ah-d","vbn vbd jj"],printer:["p-r-ih1-n t-er","nn"],printing:["p-r-ih1-n t-ih-ng","nn vbg"],printout:["p-r-ih1-n-t aw-t","nn"],prior:["p-r-ay1 er","rb nn jj"],priority:["p-r-ay ao1 r-ah t-iy","nn jj"],prison:["p-r-ih1 z-ah-n","nn vb"],prisoner:["p-r-ih1 z-ah-n er","nn"],pristine:["p-r-ih1 s-t-iy-n","jj"],privacy:["p-r-ay1 v-ah s-iy","nn"],"private":["p-r-ay1 v-ah-t","jj nn rb"],privately:["p-r-ay1 v-ah-t l-iy","rb"],privation:["p-r-ay v-ey1 sh-ah-n","nn"],privatization:["p-r-ay1 v-ah t-ah z-ey1 sh-ah-n","nn"],privatize:["p-r-ih1 v-ah t-ay-z","vb"],privatized:["p-r-ay1 v-ah t-ay-z-d","vbn vbd jj"],privatizing:["p-r-ay1 v-ah t-ay z-ih-ng","vbg"],privilege:["p-r-ih1-v l-ah-jh","nn"],privileged:["p-r-ih1-v l-ah-jh-d","jj"],privy:["p-r-ih1 v-iy","jj nn"],prize:["p-r-ay1-z","nn jj vb vbp"],prized:["p-r-ay1-z-d","vbn jj"],pro:["p-r-ow1","nn"],probability:["p-r-aa b-ah b-ih1 l-ah t-iy","nn"],probable:["p-r-aa1 b-ah b-ah-l","jj"],probably:["p-r-aa1 b-ah b-l-iy","rb"],probate:["p-r-ow1 b-ey-t","nn"],probation:["p-r-ow b-ey1 sh-ah-n","nn"],probe:["p-r-ow1-b","nn vbp vb"],probed:["p-r-ow1-b-d","vbd"],probing:["p-r-ow1 b-ih-ng","vbg jj nn"],probity:["p-r-ow1 b-ah t-iy","nn"],problem:["p-r-aa1 b-l-ah-m","nn"],problematic:["p-r-aa b-l-ah m-ae1 t-ih-k","jj"],problematical:["p-r-aa b-l-ah m-ae1 t-ih k-ah-l","jj"],proboscis:["p-r-ow b-aa1 s-ah-s","nn"],procedural:["p-r-ah s-iy1 jh-er ah-l","jj"],procedure:["p-r-ah s-iy1 jh-er","nn"],proceed:["p-r-ah s-iy1-d","vb vbp"],proceeded:["p-r-ah s-iy1 d-ah-d","vbd vbn"],proceeding:["p-r-ah s-iy1 d-ih-ng","nn vbg"],process:["p-r-aa1 s-eh-s","nn vbp vb"],processed:["p-r-aa1 s-eh-s-t","vbn vbd jj"],processing:["p-r-aa1 s-eh s-ih-ng","vbg"],procession:["p-r-ah s-eh1 sh-ah-n","nn"],processional:["p-r-ah s-eh1 sh-ah n-ah-l","nn"],processor:["p-r-aa1 s-eh s-er","nn"],proclaim:["p-r-ow k-l-ey1-m","vb vbp"],proclaimed:["p-r-ow k-l-ey1-m-d","vbd jj vbn"],proclaiming:["p-r-ow k-l-ey1 m-ih-ng","vbg"],proclaims:["p-r-ow k-l-ey1-m-z","vbz"],proclamation:["p-r-aa k-l-ah m-ey1 sh-ah-n","nn"],proclivity:["p-r-ow k-l-ih1 v-ah t-iy","nn"],procrastinate:["p-r-ah k-r-ae1 s-t-ah n-ey-t","vb"],procrastination:["p-r-ah k-r-ae s-t-ah n-ey1 sh-ah-n","nn"],procreate:["p-r-ow1 k-r-iy ey1-t","vb"],procreation:["p-r-ow1 k-r-iy ey1 sh-ah-n","nn"],proctor:["p-r-aa1-k t-er","nn"],procure:["p-r-ow k-y-uh1-r","vb"],procured:["p-r-ow k-y-uh1-r-d","vbn vbd"],procurement:["p-r-ow k-y-uh1-r m-ah-n-t","nn jj"],procurer:["p-r-ow k-y-uh1 r-er","nn"],prod:["p-r-aa1-d","vb nn"],prodded:["p-r-aa1 d-ih-d","vbn vbd"],prodding:["p-r-aa1 d-ih-ng","vbg"],prodigal:["p-r-aa1 d-ih g-ah-l","jj"],prodigious:["p-r-ah d-ih1 jh-ah-s","jj"],prodigiously:["p-r-ow d-ih1 jh-ih-s l-iy","rb"],prodigy:["p-r-aa1 d-ah jh-iy","nn"],produce:["p-r-ah d-uw1-s","vb vbp nn"],produced:["p-r-ah d-uw1-s-t","vbn vbd"],producer:["p-r-ah d-uw1 s-er","nn"],produces:["p-r-ah d-uw1 s-ah-z","vbz"],producing:["p-r-ah d-uw1 s-ih-ng","vbg jj nn"],product:["p-r-aa1 d-ah-k-t","nn"],production:["p-r-ah d-ah1-k sh-ah-n","nn"],productive:["p-r-ah d-ah1-k t-ih-v","jj"],productivity:["p-r-ow d-ah-k t-ih1 v-ah t-iy","nn"],prof:["p-r-aa1-f","nn"],profane:["p-r-ow f-ey1-n","jj"],profanity:["p-r-ow f-ae1 n-ah t-iy","nn"],profess:["p-r-ah f-eh1-s","vbp vb"],professed:["p-r-ah f-eh1-s-t","vbd vbn jj"],professes:["p-r-ah f-eh1 s-ih-z","vbz"],professing:["p-r-ah f-eh1 s-ih-ng","vbg"],profession:["p-r-ah f-eh1 sh-ah-n","nn"],professional:["p-r-ah f-eh1 sh-ah n-ah-l","jj nn"],professionalism:["p-r-ah f-eh1 sh-ah-n ah l-ih z-ah-m","nn"],professionally:["p-r-ah f-eh1 sh-ah-n ah l-iy","rb"],professor:["p-r-ah f-eh1 s-er","nn"],professorial:["p-r-ow f-ah s-ao1 r-iy ah-l","jj"],professorship:["p-r-ah f-eh1 s-er sh-ih-p","nn"],proffer:["p-r-aa1 f-er","vb"],proffered:["p-r-aa1 f-er-d","vbd vbn"],proficiency:["p-r-ah f-ih1 sh-ah-n s-iy","nn"],proficient:["p-r-aa f-ih1 sh-ah-n-t","jj"],profile:["p-r-ow1 f-ay-l","nn jj vb"],profiled:["p-r-ow1 f-ay-l-d","vbn"],profiling:["p-r-ow1 f-ay l-ih-ng","vbg"],profit:["p-r-aa1 f-ah-t","nn vbp vb"],profitability:["p-r-aa f-ih t-ah b-ih1 l-ih t-iy","nn"],profitable:["p-r-aa1 f-ah t-ah b-ah-l","jj"],profitably:["p-r-aa1 f-ah t-ah b-l-iy","rb"],profited:["p-r-aa1 f-ah t-ah-d","vbd vbn"],profiteer:["p-r-aa-f-ah-t-ih1-r","vb"],profiteering:["p-r-aa f-ah t-ih1 r-ih-ng","vbg"],profiting:["p-r-aa1 f-ah t-ih-ng","vbg"],profittaking:["p-r-aa1 f-ih-t t-ey k-ih-ng","nn"],profligacy:["p-r-ao1 f-l-ih g-ae s-iy","nn"],profligate:["p-r-ao1 f-l-ih g-ey-t","jj"],profound:["p-r-ow f-aw1-n-d","jj"],profoundly:["p-r-ow f-aw1-n-d l-iy","rb"],profuse:["p-r-ah f-y-uw1-s","jj"],profusely:["p-r-ah f-y-uw1-s l-iy","rb"],profusion:["p-r-ah f-y-uw1 zh-ah-n","nn"],progeny:["p-r-aa1 jh-ah n-iy","nn"],prognosis:["p-r-aa-g n-ow1 s-ah-s","nn"],program:["p-r-ow1 g-r-ae-m","nn vbp vb"],programmable:["p-r-ow1 g-r-ae m-ah b-ah-l","jj"],programmatic:["p-r-aa g-r-ah m-ae1 t-ih-k","jj"],programmed:["p-r-ow1 g-r-ae-m-d","vbn jj"],programmer:["p-r-ow1 g-r-ae m-er","nn"],programming:["p-r-ow1 g-r-ae m-ih-ng","vbg"],progress:["p-r-aa1 g-r-eh-s","nn vb"],progressed:["p-r-ah g-r-eh1-s-t","vbd vbn"],progresses:["p-r-aa1 g-r-eh s-ah-z","vbz"],progressing:["p-r-ah g-r-eh1 s-ih-ng","vbg"],progression:["p-r-ah g-r-eh1 sh-ah-n","nn"],progressive:["p-r-ah g-r-eh1 s-ih-v","jj nn"],progressively:["p-r-aa g-r-eh1 s-ih-v l-iy","rb"],progressivity:["p-r-aa g-r-eh s-ih1 v-ah t-iy","nn"],prohibit:["p-r-ow hh-ih1 b-ah-t","vb vbp"],prohibited:["p-r-ow hh-ih1 b-ah t-ah-d","vbn vbd"],prohibiting:["p-r-ow hh-ih1 b-ah t-ih-ng","vbg"],prohibition:["p-r-ow ah b-ih1 sh-ah-n","nn"],prohibitive:["p-r-ow hh-ih1 b-ah t-ih-v","jj"],prohibitively:["p-r-ow hh-ih1 b-ah t-ih-v l-iy","rb"],prohibits:["p-r-ow hh-ih1 b-ah-t-s","vbz"],project:["p-r-aa1 jh-eh-k-t","nn vb vbp"],projected:["p-r-ah jh-eh1-k t-ah-d","vbn jj vbd"],projectile:["p-r-ah jh-eh1-k t-ah-l","nn"],projecting:["p-r-ah jh-eh1-k t-ih-ng","vbg"],projection:["p-r-ah jh-eh1-k sh-ah-n","nn"],projective:["p-r-ah jh-eh1-k t-ih-v","jj"],projector:["p-r-ah jh-eh1-k t-er","nn"],proletarian:["p-r-ow l-ah t-eh1 r-iy ah-n","jj"],proletariat:["p-r-ow l-ah t-eh1 r-iy ah-t","nn"],proliferate:["p-r-ow l-ih1 f-er ey-t","vb vbp"],proliferated:["p-r-ah l-ih1 f-er ey t-ih-d","vbn vb vbd"],proliferating:["p-r-ow l-ih1 f-er ey t-ih-ng","vbg"],proliferation:["p-r-ow l-ih f-er ey1 sh-ah-n","nn"],prolific:["p-r-ow l-ih1 f-ih-k","jj"],prolong:["p-r-ah l-ao1-ng","vb"],prolonged:["p-r-ah l-ao1-ng-d","vbn vbd jj"],prolonging:["p-r-ow l-ao1 ng-ih-ng","vbg"],prolongs:["p-r-ah l-ao1-ng-z","vbz"],prom:["p-r-aa1-m","nn"],promenade:["p-r-aa m-ah n-ey1-d","nn"],prominence:["p-r-aa1 m-ah n-ah-n-s","nn"],prominent:["p-r-aa1 m-ah n-ah-n-t","jj"],prominently:["p-r-aa1 m-ah n-ah-n-t l-iy","rb"],promiscuous:["p-r-ow1 m-ih s-k-w-ah-s","jj"],promise:["p-r-aa1 m-ah-s","nn vb vbp"],promised:["p-r-aa1 m-ah-s-t","vbd jj vbn"],promising:["p-r-aa1 m-ah s-ih-ng","jj vbg"],promissory:["p-r-aa1 m-ah s-ao r-iy","jj"],promote:["p-r-ah m-ow1-t","vb vbp"],promoted:["p-r-ah m-ow1 t-ah-d","vbn vbd"],promoter:["p-r-ah m-ow1 t-er","nn"],promotes:["p-r-ah m-ow1-t-s","vbz"],promoting:["p-r-ah m-ow1 t-ih-ng","vbg"],promotion:["p-r-ah m-ow1 sh-ah-n","nn"],promotional:["p-r-ah m-ow1 sh-ah n-ah-l","jj"],prompt:["p-r-aa1-m-p-t","vb jj vbp"],prompted:["p-r-aa1-m-p t-ah-d","vbd vbn"],prompting:["p-r-aa1-m-p t-ih-ng","vbg"],promptly:["p-r-aa1-m-p-t l-iy","rb"],prompts:["p-r-aa1-m-p-t-s","vbz"],promulgate:["p-r-ow-m-ah1-l-g-ey-t","vb"],promulgated:["p-r-aa1 m-ah-l g-ey t-ah-d","vbn vbd"],promulgating:["p-r-aa1 m-ah-l g-ey t-ih-ng","vbg"],prone:["p-r-ow1-n","jj rb"],pronoun:["p-r-ow1 n-aw-n","nn"],pronounce:["p-r-ah n-aw1-n-s","vb"],pronounced:["p-r-ah n-aw1-n-s-t","vbn vbd jj"],pronouncement:["p-r-ah n-aw1-n s-m-ah-n-t","nn"],pronounces:["p-r-ah n-aw1-n s-ih-z","vbz"],pronouncing:["p-r-ah n-aw1-n s-ih-ng","jj vbg"],pronto:["p-r-aa1-n t-ow","rb"],pronunciation:["p-r-ow n-ah-n s-iy ey1 sh-ah-n","nn"],proof:["p-r-uw1-f","nn jj"],proofread:["p-r-uw1-f-r-iy-d","vb"],proofreading:["p-r-uw1-f r-iy d-ih-ng","vbg"],prop:["p-r-aa1-p","vb vbp nn"],propaganda:["p-r-aa p-ah g-ae1-n d-ah","nn"],propagandist:["p-r-aa p-ah g-ae1-n d-ah-s-t","nn"],propagandistic:["p-r-aa p-ah g-ah-n d-ih1 s-t-ih-k","jj"],propagandize:["p-r-aa p-ah g-ae1-n d-ay-z","vb"],propagate:["p-r-aa1 p-ah g-ey-t","vb"],propagated:["p-r-aa1 p-ah g-ey t-ih-d","vbn"],propagation:["p-r-aa p-ah g-ey1 sh-ah-n","nn"], +propane:["p-r-ow1 p-ey-n","nn"],propel:["p-r-ah p-eh1-l","vb vbp"],propellant:["p-r-ah p-eh1 l-ah-n-t","nn"],propelled:["p-r-ah p-eh1-l-d","vbn vbd"],propeller:["p-r-ah p-eh1 l-er","nn"],propelling:["p-r-ah p-eh1 l-ih-ng","vbg"],propels:["p-r-ah p-eh1-l-z","vbz"],propensity:["p-r-ah p-eh1-n s-ih t-iy","nn"],proper:["p-r-aa1 p-er","jj"],properly:["p-r-aa1 p-er l-iy","rb"],property:["p-r-aa1 p-er t-iy","nn"],propfan:["p-r-aa1-p f-ae-n","nn jj vb"],prophecy:["p-r-aa1 f-ah s-iy","nn"],prophesied:["p-r-aa1 f-ah s-ay-d","vbd vbn"],prophesies:["p-r-aa1 f-ah s-ay-z","vbz"],prophesy:["p-r-aa1 f-ah s-ay","vb"],prophet:["p-r-aa1 f-ah-t","nn"],prophetic:["p-r-ah f-eh1 t-ih-k","jj"],propitious:["p-r-ah p-ih1 sh-ah-s","jj"],proponent:["p-r-ah p-ow1 n-ah-n-t","nn"],proportion:["p-r-ah p-ao1-r sh-ah-n","nn"],proportional:["p-r-ah p-ao1-r sh-ah n-ah-l","jj nn"],proportionally:["p-r-ah p-ao1-r sh-ah-n ah l-iy","rb"],proportionate:["p-r-ah p-ao1-r sh-ah-n ah-t","jj"],proportionately:["p-r-ah p-ao1-r sh-ah-n ah-t l-iy","rb"],proportioned:["p-r-ah p-ao1-r sh-ah-n-d","jj"],proposal:["p-r-ah p-ow1 z-ah-l","nn"],propose:["p-r-ah p-ow1-z","vb vbp"],proposed:["p-r-ah p-ow1-z-d","vbn vbd jj"],proposes:["p-r-ah p-ow1 z-ih-z","vbz"],proposing:["p-r-ah p-ow1 z-ih-ng","vbg"],proposition:["p-r-aa p-ah z-ih1 sh-ah-n","nn"],propound:["p-r-ah-p-aw1-n-d","vb"],propounded:["p-r-ah p-aw1-n d-ah-d","vbd"],propped:["p-r-aa1-p-t","vbn vbd"],propping:["p-r-aa1 p-ih-ng","vbg"],proprietary:["p-r-ah p-r-ay1 ah t-eh r-iy","jj nn"],proprietor:["p-r-ah p-r-ay1 ah t-er","nn"],proprietorship:["p-r-ah p-r-ay1 ah t-er sh-ih-p","nn"],propriety:["p-r-ah p-r-ay1 ah t-iy","nn"],propulsion:["p-r-ah p-ah1-l sh-ah-n","nn"],propylene:["p-r-ow p-ah l-iy1-n","nn"],prorate:["p-r-ow1-r-ey1-t","vb"],prorated:["p-r-ow1 r-ey t-ih-d","vbn"],proration:["p-r-ow r-ey1 sh-ah-n","nn jj"],prosaic:["p-r-ow z-ey1 ih-k","jj"],proscribe:["p-r-ow s-k-r-ay1-b","vb vbp"],proscribed:["p-r-ow s-k-r-ay1-b-d","vbn"],proscribes:["p-r-ow s-k-r-ay1-b-z","vbz"],proscription:["p-r-ow s-k-r-ih1-p sh-ah-n","nn"],prose:["p-r-ow1-z","nn"],prosecute:["p-r-aa1 s-ah k-y-uw-t","vb"],prosecuted:["p-r-aa1 s-ih k-y-uw t-ih-d","vbn vbd"],prosecuting:["p-r-aa1 s-ih k-y-uw t-ih-ng","vbg"],prosecution:["p-r-aa s-ah k-y-uw1 sh-ah-n","nn"],prosecutor:["p-r-aa1 s-ih k-y-uw t-er","nn"],prosecutorial:["p-r-aa s-ih k-y-uw t-ao1 r-iy ah-l","jj"],proselytize:["p-r-aa1-s-ah-l-ah-t-ay-z","vb"],proselytizing:["p-r-aa1 s-ah l-ah t-ay z-ih-ng","vbg"],prospect:["p-r-aa1 s-p-eh-k-t","nn"],prospective:["p-r-ah s-p-eh1-k t-ih-v","jj"],prospectively:["p-r-ah s-p-eh1-k t-ih-v l-iy","rb"],prospector:["p-r-ao1 s-p-eh-k t-er","nn"],prospectus:["p-r-ah s-p-eh1-k t-ah-s","nn"],prosper:["p-r-aa1 s-p-er","vb"],prospered:["p-r-aa1 s-p-er-d","vbn vbd"],prospering:["p-r-aa1 s-p-er ih-ng","vbg"],prosperity:["p-r-aa s-p-eh1 r-ah t-iy","nn"],prosperous:["p-r-aa1 s-p-er ah-s","jj"],prospers:["p-r-aa1 s-p-er-z","vbz"],prostate:["p-r-aa1 s-t-ey-t","nn jj"],prostitute:["p-r-aa1 s-t-ah t-uw-t","nn vb"],prostitution:["p-r-aa s-t-ah t-uw1 sh-ah-n","nn"],prostrate:["p-r-aa1 s-t-r-ey-t","jj"],protagonist:["p-r-ow t-ae1 g-ah n-ah-s-t","nn"],protect:["p-r-ah t-eh1-k-t","vb vbp"],"protected":["p-r-ah t-eh1-k t-ah-d","vbn jj vbd"],protecting:["p-r-ah t-eh1-k t-ih-ng","vbg"],protection:["p-r-ah t-eh1-k sh-ah-n","nn"],protectionism:["p-r-ah t-eh1-k sh-ah n-ih z-ah-m","nn"],protectionist:["p-r-ah t-eh1-k sh-ah n-ih-s-t","jj nn"],protective:["p-r-ah t-eh1-k t-ih-v","jj nn"],protectively:["p-r-ah t-eh1-k t-ih-v l-iy","rb"],protector:["p-r-ah t-eh1-k t-er","nn"],protects:["p-r-ah t-eh1-k-t-s","vbz"],protege:["p-r-ow1 t-ah zh-ey","nn"],protein:["p-r-ow1 t-iy-n","nn"],protest:["p-r-ow1 t-eh-s-t","nn vb vbp"],protestation:["p-r-ow t-eh s-t-ey1 sh-ah-n","nn"],protested:["p-r-ah t-eh1 s-t-ah-d","vbd vbn"],protester:["p-r-ow1 t-eh s-t-er","nn"],protesting:["p-r-ah t-eh1 s-t-ih-ng","vbg"],protestor:["p-r-ow1 t-eh s-t-er","nn"],protocol:["p-r-ow1 t-ah k-aa-l","nn"],proton:["p-r-ow1 t-aa-n","nn"],prototype:["p-r-ow1 t-ah t-ay-p","nn jj"],prototypical:["p-r-ow t-ah t-ih1 p-ih k-ah-l","jj"],protozoan:["p-r-ow t-ah z-ow1 ah-n","jj nn"],protozoon:["p-r-ow t-ah z-uw1-n","nn"],protract:["p-r-ow-t-r-ae1-k-t","vb"],protracted:["p-r-ow t-r-ae1-k t-ih-d","jj vbn"],protrude:["p-r-ow t-r-uw1-d","vb"],protruding:["p-r-ow t-r-uw1 d-ih-ng","vbg"],proud:["p-r-aw1-d","jj"],prouder:["p-r-aw1 d-er","rbr"],proudest:["p-r-aw1 d-ah-s-t","jjs"],proudly:["p-r-aw1-d l-iy","rb"],prove:["p-r-uw1-v","vb vbp"],proved:["p-r-uw1-v-d","vbd jj vbn"],proven:["p-r-uw1 v-ah-n","vbn jj"],provenance:["p-r-aa1 v-ah n-ah-n-s","nn"],proverb:["p-r-aa1 v-er-b","nn"],proverbial:["p-r-ah v-er1 b-iy ah-l","jj"],proves:["p-r-uw1-v-z","vbz"],provide:["p-r-ah v-ay1-d","vb vbp"],provided:["p-r-ah v-ay1 d-ah-d","vbn vbd"],providence:["p-r-aa1 v-ah d-ah-n-s","nn"],providential:["p-r-aa v-ah d-eh1-n ch-ah-l","jj"],provider:["p-r-ah v-ay1 d-er","nn"],provides:["p-r-ah v-ay1-d-z","vbz"],providing:["p-r-ah v-ay1 d-ih-ng","vbg in"],province:["p-r-aa1 v-ah-n-s","nn"],provincial:["p-r-ah v-ih1-n sh-ah-l","jj"],provincially:["p-r-ah v-ih1-n sh-ah l-iy","rb"],proving:["p-r-uw1 v-ih-ng","vbg"],provision:["p-r-ah v-ih1 zh-ah-n","nn vb"],provisional:["p-r-ah v-ih1 zh-ah n-ah-l","jj"],provisionally:["p-r-ah v-ih1 zh-ah-n ah l-iy","rb"],provisioning:["p-r-ah v-ih1 zh-ah-n ih-ng","vbg"],proviso:["p-r-ah v-ay1 z-ow","nn"],provocation:["p-r-aa v-ah k-ey1 sh-ah-n","nn"],provocative:["p-r-ow v-aa1 k-ah t-ih-v","jj"],provocatively:["p-r-ow v-aa1 k-ah t-ih-v l-iy","rb"],provoke:["p-r-ah v-ow1-k","vb vbp"],provoked:["p-r-ah v-ow1-k-t","vbd jj vbn"],provokes:["p-r-ah v-ow1-k-s","vbz"],provoking:["p-r-ah v-ow1 k-ih-ng","vbg jj"],provost:["p-r-ow1 v-ow-s-t","nn"],prow:["p-r-aw1","nn"],prowess:["p-r-aw1 ah-s","nn"],prowl:["p-r-aw1-l","nn vb vbp jj"],prowling:["p-r-aw1 l-ih-ng","vbg"],proximal:["p-r-aa1-k s-ah m-ah-l","jj"],proximate:["p-r-aa1-k s-ah m-ah-t","jj"],proximity:["p-r-aa-k s-ih1 m-ah t-iy","nn"],proxy:["p-r-aa1-k s-iy","nn jj"],prude:["p-r-uw1-d","nn"],prudence:["p-r-uw1 d-ah-n-s","nn"],prudent:["p-r-uw1 d-ah-n-t","jj"],prudential:["p-r-uw d-eh1-n ch-ah-l","jj"],prudently:["p-r-uw1 d-ah-n-t l-iy","rb"],prune:["p-r-uw1-n","nn vb"],pruned:["p-r-uw1-n-d","vbn vbd"],pruning:["p-r-uw1 n-ih-ng","vbg"],prurient:["p-r-uh1 r-iy ah-n-t","jj"],pry:["p-r-ay1","vb"],prying:["p-r-ay1 ih-ng","jj vbg"],psalm:["s-aa1-l-m","nn"],pseudo:["s-uw1 d-ow","jj"],pseudonym:["s-uw1 d-ah n-ih-m","nn"],psoriasis:["s-er ay1 ah s-ah-s","nn"],psyche:["s-ay1 k-iy","nn"],psychiatric:["s-ay k-iy ae1 t-r-ih-k","jj"],psychiatrist:["s-ah k-ay1 ah t-r-ah-s-t","nn"],psychiatry:["s-ay k-ay1 ah t-r-iy","nn"],psychic:["s-ay1 k-ih-k","jj nn"],psychical:["s-ay1 k-ih k-ah-l","jj"],psychoanalysis:["s-ay k-ow ah n-ae1 l-ah s-ah-s","nn"],psychoanalyst:["s-ay k-ow ae1 n-ah l-ah-s-t","nn"],psychoanalytic:["s-ay k-ow ae n-ah l-ih1 t-ih-k","jj"],psychological:["s-ay k-ah l-aa1 jh-ih k-ah-l","jj"],psychologically:["s-ay k-ah l-aa1 jh-ih-k l-iy","rb"],psychologist:["s-ay k-aa1 l-ah jh-ah-s-t","nn"],psychology:["s-ay k-aa1 l-ah jh-iy","nn"],psychopath:["s-ay1 k-ow p-ae-th","nn"],psychopathic:["s-ay k-ah p-ae1 th-ih-k","jj"],psychotherapeutic:["s-ay k-ow th-eh r-ah p-y-uw1 t-ih-k","jj"],psychotherapist:["s-ay k-ah th-eh1 r-ah p-ih-s-t","nn"],psychotherapy:["s-ay k-ow th-eh1 r-ah p-iy","nn"],psychotic:["s-ay k-aa1 t-ih-k","jj"],psyllium:["s-ih1 l-iy ah-m","nn"],pub:["p-ah1-b","nn"],puberty:["p-y-uw1 b-er t-iy","nn"],"public":["p-ah1 b-l-ih-k","jj nn rb"],publication:["p-ah b-l-ih k-ey1 sh-ah-n","nn"],publicist:["p-ah1 b-l-ih s-ih-s-t","nn"],publicity:["p-ah b-l-ih1 s-ah t-iy","nn"],publicize:["p-ah1 b-l-ih s-ay-z","vb"],publicized:["p-ah1 b-l-ih s-ay-z-d","vbn jj"],publicizing:["p-ah1 b-l-ah s-ay z-ih-ng","vbg"],publicly:["p-ah1 b-l-ih-k l-iy","rb"],publish:["p-ah1 b-l-ih-sh","vb vbp"],published:["p-ah1 b-l-ih-sh-t","vbn jj vbd"],publisher:["p-ah1 b-l-ih sh-er","nn"],publishes:["p-ah1 b-l-ih sh-ah-z","vbz"],publishing:["p-ah1 b-l-ih sh-ih-ng","nn jj vbg"],puckish:["p-ah1 k-ih-sh","jj"],pudding:["p-uh1 d-ih-ng","nn"],puddle:["p-ah1 d-ah-l","nn"],puerile:["p-y-uw r-iy1-l","jj"],puff:["p-ah1-f","nn vb"],puffed:["p-ah1-f-t","vbn vbd"],puffery:["p-ah1 f-er iy","nn"],puffing:["p-ah1 f-ih-ng","vbg"],puffs:["p-ah1-f-s","vbz"],puffy:["p-ah1 f-iy","jj"],pugnacious:["p-ah-g n-ae1 sh-ih-s","jj"],pull:["p-uh1-l","vb vbp nn"],pullback:["p-uh1-l b-ae-k","nn"],pulled:["p-uh1-l-d","vbd vbn"],pulley:["p-uh1 l-iy","nn"],pulling:["p-uh1 l-ih-ng","vbg"],pullout:["p-uh1-l aw-t","nn"],pulmonary:["p-uh1-l m-ah n-eh r-iy","jj"],pulp:["p-ah1-l-p","nn vb"],pulping:["p-ah1-l p-ih-ng","vbg"],pulpit:["p-uh1-l p-ih-t","nn"],pulpwood:["p-ah1-l-p w-uh-d","nn"],pulsate:["p-ah1-l s-ey-t","vb"],pulsating:["p-ah1-l s-ey t-ih-ng","vbg"],pulse:["p-ah1-l-s","nn vb"],pulsing:["p-ah1-l s-ih-ng","vbg"],pulverize:["p-ah1-l v-er ay-z","vb"],pulverized:["p-ah1-l v-er ay-z-d","vbn"],pummel:["p-ah1 m-ah-l","vb"],pummeled:["p-ah1 m-ah-l-d","vbd vbn"],pummeling:["p-ah1 m-ah-l ih-ng","nn"],pump:["p-ah1-m-p","vb vbp nn"],pumped:["p-ah1-m-p-t","vbn vbd"],pumping:["p-ah1-m p-ih-ng","vbg"],pumpkin:["p-ah1-m-p k-ih-n","nn"],pun:["p-ah1-n","nn"],punch:["p-ah1-n-ch","nn vbp vb"],punched:["p-ah1-n-ch-t","vbd vbn"],punching:["p-ah1-n ch-ih-ng","vbg"],punchy:["p-ah1-n ch-iy","jj"],punctuality:["p-ah-ng-k ch-uw ae1 l-ih t-iy","nn"],punctuate:["p-ah1-ng-k-ch-uw-ey-t","vb"],punctuated:["p-ah1-ng-k ch-uw ey t-ih-d","vbn"],punctuation:["p-ah-ng-k ch-uw ey1 sh-ah-n","nn"],puncture:["p-ah1-ng-k-ch-er","vb"],punctured:["p-ah1-ng-k ch-er-d","jj vbn"],puncturing:["p-ah1-ng-k ch-er ih-ng","vbg"],pundit:["p-ah1-n d-ih-t","nn"],pungent:["p-ah1-n jh-ah-n-t","jj"],pungently:["p-ah1-n jh-ah-n-t l-iy","rb"],punish:["p-ah1 n-ih-sh","vb vbp"],punishable:["p-ah1 n-ih sh-ah b-ah-l","jj"],punished:["p-ah1 n-ih-sh-t","vbn"],punishes:["p-ah1 n-ih sh-ah-z","vbz"],punishing:["p-ah1 n-ih sh-ih-ng","vbg jj"],punishment:["p-ah1 n-ih-sh m-ah-n-t","nn"],punitive:["p-y-uw1 n-ah t-ih-v","jj"],punk:["p-ah1-ng-k","nn jj"],punky:["p-ah1-ng k-iy","jj"],punt:["p-ah1-n-t","nn"],puny:["p-y-uw1 n-iy","jj"],pup:["p-ah1-p","nn"],pupil:["p-y-uw1 p-ah-l","nn"],puppet:["p-ah1 p-ah-t","nn"],puppeteer:["p-ah p-ah t-iy1-r","nn"],puppy:["p-ah1 p-iy","nn"],purchase:["p-er1 ch-ah-s","nn vb vbp"],purchased:["p-er1 ch-ah-s-t","vbn jj vbd"],purchaser:["p-er1 ch-ah s-er","nn"],purchasing:["p-er1 ch-ah s-ih-ng","vbg jj"],pure:["p-y-uh1-r","jj"],purely:["p-y-uh1-r l-iy","rb"],purest:["p-y-uh1 r-ah-s-t","jjs"],purgatory:["p-er1 g-ah t-ao r-iy","nn"],purge:["p-er1-jh","nn vb"],purged:["p-er1-jh-d","vbn vbd"],purging:["p-er1 jh-ih-ng","vbg"],purification:["p-y-uh r-ah f-ah k-ey1 sh-ah-n","nn"],purified:["p-y-uh1 r-ah f-ay-d","vbn"],purifier:["p-y-uh1 r-ah f-ay er","nn"],purify:["p-y-uh1 r-ah f-ay","vb vbp"],purifying:["p-y-uh1 r-ah f-ay ih-ng","vbg"],purist:["p-y-uh1 r-ah-s-t","nn"],puritan:["p-y-uh1 r-ah t-ah-n","jj"],puritanical:["p-y-uh r-ah t-ae1 n-ih k-ah-l","jj"],purity:["p-y-uh1 r-ah t-iy","nn"],purloin:["p-er-l-oy1-n","vb"],purloined:["p-er l-oy1-n-d","vbn"],purple:["p-er1 p-ah-l","jj nn"],purport:["p-er1 p-ao-r-t","vb vbp"],purported:["p-er p-ao1-r t-ih-d","jj vbd"],purportedly:["p-er p-ao-r t-ih-d l-iy","rb"],purporting:["p-er p-ao1-r t-ih-ng","vbg"],purports:["p-er1 p-ao-r-t-s","vbz"],purpose:["p-er1 p-ah-s","nn"],purposeful:["p-er1 p-ah-s f-ah-l","jj"],purposefully:["p-er1 p-ah-s f-ah l-iy","rb"],purposeless:["p-er1 p-ah-s l-ah-s","jj"],purposely:["p-er1 p-ah-s l-iy","rb"],purr:["p-er1","vb"],purring:["p-er1 ih-ng","vbg"],purrs:["p-er1-z","vbz"],purse:["p-er1-s","nn vb"],pursed:["p-er1-s-t","vbd"],pursuant:["p-er s-uw1 ah-n-t","jj"],pursue:["p-er s-uw1","vb vbp"],pursued:["p-er s-uw1-d","vbn jj vbd"],pursuer:["p-er s-uw1 er","nn"],pursues:["p-er s-uw1-z","vbz"],pursuing:["p-er s-uw1 ih-ng","vbg"],pursuit:["p-er s-uw1-t","nn"],purveyor:["p-er v-ey1 er","nn"],purview:["p-er1 v-y-uw","nn"],push:["p-uh1-sh","vb vbp nn"],pushed:["p-uh1-sh-t","vbd vbn"],pusher:["p-uh1 sh-er","nn"],pushing:["p-uh1 sh-ih-ng","vbg jj nn"],pushover:["p-uh1-sh ow v-er","nn"],pushup:["p-uh1 sh-ah-p","nn"],pushy:["p-uh1 sh-iy","jj"],pussy:["p-uh1 s-iy","nn"],pussycat:["p-uh1 s-iy k-ae-t","nn"],put:["p-uh1-t","vb jj nn vbp vbd vbn"],putative:["p-y-uw1 t-ah t-ih-v","jj"],putt:["p-ah1-t","nn vb"],puttable:["p-ah1 t-ah b-ah-l","jj"],putted:["p-ah1 t-ih-d","vbd"],putter:["p-ah1 t-er","nn"],putting:["p-ah1 t-ih-ng","vbg"],putty:["p-ah1 t-iy","nn"],puzzle:["p-ah1 z-ah-l","nn vb"],puzzled:["p-ah1 z-ah-l-d","vbn jj vbd"],puzzlement:["p-ah1 z-ah-l m-ah-n-t","nn"],puzzler:["p-ah1-z l-er","nn"],puzzling:["p-ah1 z-ah-l ih-ng","jj vbg"],pylon:["p-ay1 l-aa-n","nn"],pyramid:["p-ih1 r-ah m-ih-d","nn vb"],pyramidal:["p-er ae1 m-ah d-ah-l","jj"],python:["p-ay1 th-aa-n","nn"],quack:["k-w-ae1-k","nn uh"],quackery:["k-w-ae1 k-er iy","nn"],quadrennial:["k-w-aa d-r-eh1 n-iy ah-l","jj"],quadriceps:["k-w-aa1 d-r-ah s-eh-p-s","nn"],quadruple:["k-w-aa d-r-uw1 p-ah-l","vb jj"],quadrupled:["k-w-aa d-r-uw1 p-ah-l-d","vbn vbd"],quadrupling:["k-w-aa d-r-uw1 p-ah l-ih-ng","vbg"],quagmire:["k-w-ae1-g m-ay er","nn"],quaint:["k-w-ey1-n-t","jj"],quaintly:["k-w-ey1-n-t l-iy","rb"],quake:["k-w-ey1-k","nn vb"],quaking:["k-w-ey1 k-ih-ng","vbg"],qualification:["k-w-aa l-ah f-ah k-ey1 sh-ah-n","nn"],qualified:["k-w-aa1 l-ah f-ay-d","vbn jj vbd"],qualifies:["k-w-aa1 l-ah f-ay-z","vbz"],qualify:["k-w-aa1 l-ah f-ay","vb vbp"],qualifying:["k-w-aa1 l-ah f-ay ih-ng","vbg"],qualitative:["k-w-aa1 l-ah t-ey t-ih-v","jj"],quality:["k-w-aa1 l-ah t-iy","nn jj"],qualm:["k-w-aa1-m","nn"],quam:["k-w-aa1-m","nn"],quandary:["k-w-aa1-n d-er iy","nn"],quantified:["k-w-aa1-n t-ih f-ay-d","vbn"],quantify:["k-w-aa1-n t-ih f-ay","vb"],quantitative:["k-w-aa1-n t-ih t-ey t-ih-v","jj"],quantity:["k-w-aa1-n t-ah t-iy","nn"],quantum:["k-w-aa1-n t-ah-m","nn"],quarantine:["k-w-ao1 r-ah-n t-iy-n","vb"],quarrel:["k-w-ao1 r-ah-l","nn vb"],quarreled:["k-w-ao1 r-ah-l-d","vbd vbn"],quarreling:["k-w-aa1 r-ah-l ih-ng","vbg"],quarrelsome:["k-w-ao1 r-ah-l s-ah-m","jj"],quarry:["k-w-ao1 r-iy","nn"],quart:["k-w-ao1-r-t","nn"],quarter:["k-w-ao1-r t-er","nn"],quarterback:["k-w-ao1-r t-er b-ae-k","nn"],quarterly:["k-w-ao1-r t-er l-iy","jj nn rb"],quartet:["k-w-ao-r t-eh1-t","nn"],quartz:["k-w-ao1-r-t-s","nn"],quash:["k-w-ao1-sh","vb"],quashed:["k-w-ao1-sh-t","vbd vbn"],quashing:["k-w-ao1 sh-ih-ng","vbg"],queasiness:["k-w-iy1 z-iy n-ah-s","nn"],queen:["k-w-iy1-n","nn"],queer:["k-w-ih1-r","jj"],queerer:["k-w-ih1 r-er","jjr"],quell:["k-w-eh1-l","vb"],quelling:["k-w-eh1 l-ih-ng","vbg"],quench:["k-w-eh1-n-ch","vb"],quenching:["k-w-eh1-n ch-ih-ng","nn"],queried:["k-w-ih1 r-iy-d","vbn vbd"],querulous:["k-w-eh1 r-ah l-ah-s","jj"],query:["k-w-iy1 r-iy","nn"],quest:["k-w-eh1-s-t","nn"],question:["k-w-eh1-s ch-ah-n","nn vb vbp"],questionable:["k-w-eh1-s ch-ah n-ah b-ah-l","jj"],questioned:["k-w-eh1-s ch-ah-n-d","vbd vbn"],questioner:["k-w-eh1-s ch-ah n-er","nn"],questioning:["k-w-eh1-s ch-ah n-ih-ng","vbg jj"],questionnaire:["k-w-eh-s ch-ah n-eh1-r","nn"],queue:["k-y-uw1","nn vb"],queuing:["k-y-uw1 ih-ng","vbg"],quibble:["k-w-ih1 b-ah-l","vb"],quibbling:["k-w-ih1 b-ah-l ih-ng","vbg"],quiche:["k-iy1-sh","nn"],quick:["k-w-ih1-k","jj nn rb"],quicken:["k-w-ih1 k-ah-n","vb"],quickened:["k-w-ih1 k-ah-n-d","vbd vbn"],quickening:["k-w-ih1 k-ah n-ih-ng","vbg"],quicker:["k-w-ih1 k-er","jjr rbr jj"],quickest:["k-w-ih1 k-ih-s-t","jjs"],quickie:["k-w-ih1 k-iy","nn jj"],quickly:["k-w-ih1-k l-iy","rb"],quickness:["k-w-ih1-k n-ah-s","nn"],quicksand:["k-w-ih1-k s-ae-n-d","nn"],quicksilver:["k-w-ih1-k s-ih1-l v-er","jj nn"],quid:["k-w-ih1-d","nn"],quiescent:["k-w-ay eh1 s-ah-n-t","jj"],quiet:["k-w-ay1 ah-t","jj nn vb"],quieted:["k-w-ay1 ah t-ah-d","vbd vbn"],quieter:["k-w-ay1 ah t-er","jjr"],quieting:["k-w-ay1 ah t-ih-ng","vbg"],quietly:["k-w-ay1 ah-t l-iy","rb"],quietness:["k-w-ay1 ah-t n-ah-s","nn"],quill:["k-w-ih1-l","nn"],quilt:["k-w-ih1-l-t","nn"],quilted:["k-w-ih1-l t-ih-d","jj"],quince:["k-w-ih1-n-s","nn"],quinine:["k-w-ay1 n-ay-n","nn"],quintessential:["k-w-ih-n t-ih s-eh1-n sh-ah-l","jj"],quintet:["k-w-ih-n t-eh1-t","nn"],quintuple:["k-w-ih1-n t-uw p-ah-l","rb vb"],quip:["k-w-ih1-p","nn"],quipped:["k-w-ih1-p-t","vbd nn"],quirk:["k-w-er1-k","nn"],quirky:["k-w-er1 k-iy","jj"],quisling:["k-w-ih1-z l-ih-ng","nn"],quit:["k-w-ih1-t","vb vbd vbn vbp nn"],quite:["k-w-ay1-t","rb pdt"],quitting:["k-w-ih1 t-ih-ng","vbg"],quiver:["k-w-ih1-v-er","vb"],quivering:["k-w-ih1 v-er ih-ng","vbg"],quixotic:["k-w-ih-k s-aa1 t-ih-k","jj"],quiz:["k-w-ih1-z","nn vb"],quizzed:["k-w-ih1-z-d","vbd"],quorum:["k-w-ao1 r-ah-m","nn"],quota:["k-w-ow1 t-ah","nn"],quotation:["k-w-ow t-ey1 sh-ah-n","nn"],quote:["k-w-ow1-t","vb vbp nn"],quoted:["k-w-ow1 t-ah-d","vbn jj vbd"],quotient:["k-w-ow1 t-ih ah-n-t","nn"],quoting:["k-w-ow1 t-ih-ng","vbg"],rabbi:["r-ae1 b-ay","nn"],rabbit:["r-ae1 b-ah-t","nn"],rabble:["r-ae1 b-ah-l","nn"],rabid:["r-ae1 b-ih-d","jj"],raccoon:["r-ae k-uw1-n","nn"],race:["r-ey1-s","nn vb"],raced:["r-ey1-s-t","vbd"],racehorse:["r-ey1-s hh-ao-r-s","nn"],racer:["r-ey1 s-er","nn"],racetrack:["r-ey1-s t-r-ae-k","nn"],raceway:["r-ey1-s w-ey","nn"],racial:["r-ey1 sh-ah-l","jj"],racially:["r-ey1 sh-ah l-iy","rb"],racing:["r-ey1 s-ih-ng","vbg jj nn"],racism:["r-ey1 s-ih z-ah-m","nn"],racist:["r-ey1 s-ih-s-t","jj nn"],rack:["r-ae1-k","nn vb vbp"],racked:["r-ae1-k-t","vbn vbd"],racket:["r-ae1 k-ih-t","nn"],racketeer:["r-ae k-ih t-ih1-r","nn vb"],racketeering:["r-ae k-ih t-ih1 r-ih-ng","vbg"],racking:["r-ae1 k-ih-ng","vbg"],racy:["r-ey1 s-iy","jj"],radar:["r-ey1 d-aa-r","nn"],radial:["r-ey1 d-iy ah-l","jj"],radiance:["r-ey1 d-iy ah-n-s","nn"],radiant:["r-ey1 d-iy ah-n-t","jj"],radiate:["r-ey1 d-iy ah-t","vb vbp"],radiated:["r-ey1 d-iy ey t-ah-d","vbd vbn jj"],radiates:["r-ey1 d-iy ey-t-s","vbz"],radiating:["r-ey1 d-iy ey t-ih-ng","vbg"],radiation:["r-ey d-iy ey1 sh-ah-n","nn"],radiator:["r-ey1 d-iy ey t-er","nn"],radical:["r-ae1 d-ah k-ah-l","jj nn"],radicalism:["r-ae1 d-ih k-ah l-ih z-ah-m","nn"],radicalize:["r-ae1-d-ih-k-ah-l-ay-z","vb"],radicalized:["r-ae1 d-ih k-ah l-ay-z-d","vbn"],radically:["r-ae1 d-ih-k l-iy","rb"],radio:["r-ey1 d-iy ow","nn vb"],radioactive:["r-ey d-iy ow ae1-k t-ih-v","jj"],radioactivity:["r-ey1 d-iy ow ae-k t-ih1 v-ah t-iy","nn"],radioed:["r-ey1 d-iy ow-d","jj vbd"],radiography:["r-ey d-iy aa1 g-r-ah f-iy","nn"],radish:["r-ae1 d-ih-sh","nn"],radius:["r-ey1 d-iy ah-s","nn"],radon:["r-ey1 d-aa-n","nn"],raffish:["r-ae1 f-ih-sh","jj"],raft:["r-ae1-f-t","nn"],rafter:["r-ae1-f t-er","nn"],rag:["r-ae1-g","nn"],rage:["r-ey1-jh","nn vb"],raged:["r-ey1-jh-d","vbd vbn"],ragged:["r-ae1 g-ah-d","jj"],raging:["r-ey1 jh-ih-ng","vbg jj"],ragtime:["r-ae1-g t-ay-m","nn"],raid:["r-ey1-d","nn vb"],raided:["r-ey1 d-ih-d","vbn vbd"],raider:["r-ey1 d-er","nn"],raiding:["r-ey1 d-ih-ng","vbg"],rail:["r-ey1-l","nn vb"],railbike:["r-ey1-l b-ay-k","nn"],railbiker:["r-ey1-l b-ih k-er","nn"],railcar:["r-ey1-l k-aa-r","nn"],railed:["r-ey1-l-d","vbd vbn"],railing:["r-ey1 l-ih-ng","nn"],railroad:["r-ey1-l r-ow-d","nn vb"],railroading:["r-ey1-l r-ow d-ih-ng","vbg"],railway:["r-ey1-l w-ey","nn"],rain:["r-ey1-n","nn vb"],rainbow:["r-ey1-n b-ow","nn"],raincoat:["r-ey1-n k-ow-t","nn"],raindrop:["r-ey1-n d-r-aa-p","nn"],rained:["r-ey1-n-d","vbd vbn"],rainfall:["r-ey1-n f-ao-l","nn"],rainier:["r-ey n-ih1-r","jjr"],raining:["r-ey1 n-ih-ng","vbg"],rainstorm:["r-ey1-n s-t-ao-r-m","nn"],rainwater:["r-ey1-n w-ao t-er","nn"],rainy:["r-ey1 n-iy","jj"],raise:["r-ey1-z","vb vbp nn"],raised:["r-ey1-z-d","vbn vbd jj"],raiser:["r-ey1 z-er","nn"],raisin:["r-ey1 z-ih-n","nn"],raising:["r-ey1 z-ih-ng","vbg rp"],rake:["r-ey1-k","nn vb vbp"],raked:["r-ey1-k-t","vbd vbn"],raking:["r-ey1 k-ih-ng","vbg"],rakish:["r-ey1 k-ih-sh","jj"],rallied:["r-ae1 l-iy-d","vbd vbn"],rally:["r-ae1 l-iy","nn vbp vb"],rallying:["r-ae1 l-iy ih-ng","vbg jj nn"],ram:["r-ae1-m","vb nn"],ramble:["r-ae1-m b-ah-l","vb vbp"],rambled:["r-ae1-m b-ah-l-d","vbd"],rambling:["r-ae1-m b-l-ih-ng","nn jj"],rambunctious:["r-ae-m b-ah1-ng-k sh-ah-s","jj"],ramification:["r-ae m-ah f-ah k-ey1 sh-ah-n","nn"],rammed:["r-ae1-m-d","vbd"],ramming:["r-ae1 m-ih-ng","vbg"],ramp:["r-ae1-m-p","nn vb"],rampage:["r-ae1-m p-ey-jh","nn"],rampant:["r-ae1-m p-ah-n-t","jj rb"],rampart:["r-ae1-m p-aa-r-t","nn"],ramshackle:["r-ae1-m sh-ae k-ah-l","jj"],ran:["r-ae1-n","vbd"],ranch:["r-ae1-n-ch","nn"],rancher:["r-ae1-n ch-er","nn"],rancho:["r-ae1-n ch-ow","nn"],rancid:["r-ae1-n s-ih-d","jj"],rancor:["r-ae1-ng k-er","nn"],rancorous:["r-ae1-ng k-er ah-s","jj"],random:["r-ae1-n d-ah-m","jj nn"],randomly:["r-ae1-n d-ah-m l-iy","rb"],randomness:["r-ae1-n d-ah-m n-ah-s","nn"],rang:["r-ae1-ng","vbd"],range:["r-ey1-n-jh","nn jj vb vbp vbz"],ranged:["r-ey1-n-jh-d","vbd vbn"],ranger:["r-ey1-n jh-er","nn"],ranging:["r-ey1-n jh-ih-ng","vbg"],rangy:["r-ey1-n jh-iy","jj"],rank:["r-ae1-ng-k","nn vbp jj vb"],ranked:["r-ae1-ng-k-t","vbd vbn jj"],ranking:["r-ae1-ng k-ih-ng","jj vbg"],rankle:["r-ae1-ng-k-ah-l","vb"],rankled:["r-ae1-ng k-ah-l-d","vbn"],rankles:["r-ae1-ng k-ah-l-z","vbz"],ransack:["r-ae1-n s-ae-k","vb"],ransacked:["r-ae1-n s-ae-k-t","vbn vbd"],ransom:["r-ae1-n s-ah-m","nn"],rant:["r-ae1-n-t","vb"],ranted:["r-ae1-n t-ah-d","vbd"],rap:["r-ae1-p","nn vb vbp"],rapacious:["r-ah p-ae1 sh-ih-s","jj"],rape:["r-ey1-p","nn vb vbp"],raped:["r-ey1-p-t","vbn vbd jj"],raper:["r-ey1 p-er","nn"],rapeseed:["r-ey1-p s-iy-d","nn"],rapid:["r-ae1 p-ah-d","jj"],rapidity:["r-ah p-ih1 d-ah t-iy","nn"],rapidly:["r-ae1 p-ah-d l-iy","rb"],rapier:["r-ey1 p-iy er","nn"],raping:["r-ey1 p-ih-ng","vbg"],rapist:["r-ey1 p-ih-s-t","nn"],rapped:["r-ae1-p-t","vbd vbn"],rapport:["r-ae p-ao1-r","nn"],rapprochement:["r-ae p-r-ow-sh m-aa1-n","nn"],rapt:["r-ae1-p-t","jj"],raptor:["r-ae1-p t-er","nn"],rapture:["r-ae1-p ch-er","nn"],rare:["r-eh1-r","jj"],rarefied:["r-eh1 r-ah f-ay-d","vbn"],rarefy:["r-eh1-r-ah-f-ay","vb"],rarely:["r-eh1-r l-iy","rb"],rarer:["r-eh1 r-er","jjr"],rarest:["r-eh1 r-ah-s-t","jjs"],rarity:["r-eh1 r-ah t-iy","nn"],rascal:["r-ae1-s k-ah-l","nn"],rash:["r-ae1-sh","nn jj"],rasp:["r-ae1-s-p","nn vb"],raspberry:["r-ae1-z b-eh r-iy","jj nn"],rasped:["r-ae1-s-p-t","vbd"],raspy:["r-ae1-s p-iy","nn"],rat:["r-ae1-t","nn vb"],ratchet:["r-ae1 ch-ah-t","vb"],ratcheting:["r-ae1 ch-ah t-ih-ng","vbg"],rate:["r-ey1-t","nn vbp vb"],rated:["r-ey1 t-ah-d","vbn jj vbd"],ratepayer:["r-ey1-t p-ey er","nn"],rather:["r-ae1 dh-er","rb in"],ratification:["r-ae t-ah f-ah k-ey1 sh-ah-n","nn"],ratified:["r-ae1 t-ah f-ay-d","vbd vbn"],ratifies:["r-ae1 t-ah f-ay-z","vbz"],ratify:["r-ae1 t-ah f-ay","vb vbp"],ratifying:["r-ae1 t-ah f-ay ih-ng","vbg"],rating:["r-ey1 t-ih-ng","nn vbg"],ratio:["r-ey1 sh-iy ow","nn"],ration:["r-ae1 sh-ah-n","nn vb"],rational:["r-ae1 sh-ah n-ah-l","jj"],rationale:["r-ae sh-ah n-ae1-l","nn"],rationality:["r-ae sh-ah n-ae1 l-ih t-iy","nn"],rationalization:["r-ae sh-ah-n ah l-ih z-ey1 sh-ah-n","nn"],rationalize:["r-ae1 sh-ah-n ah l-ay-z","vb vbp"],rationalized:["r-ae1 sh-ah-n ah l-ay-z-d","jj vbn"],rationalizing:["r-ae1 sh-ah-n ah l-ay z-ih-ng","vbg"],rationally:["r-ae1 sh-ah-n ah l-iy","rb"],rationed:["r-ae1 sh-ah-n-d","vbn"],rationing:["r-ae1 sh-ah-n ih-ng","nn"],rattle:["r-ae1 t-ah-l","nn vb"],rattled:["r-ae1 t-ah-l-d","vbn jj vbd"],rattler:["r-ae1 t-ah-l er","nn"],rattles:["r-ae1 t-ah-l-z","vbz"],rattlesnake:["r-ae1 t-ah-l s-n-ey-k","nn"],rattling:["r-ae1-t l-ih-ng","vbg"],ratty:["r-ae1 t-iy","jj"],raucous:["r-ao1 k-ah-s","jj"],ravage:["r-ae1 v-ih-jh","vb"],ravaged:["r-ae1 v-ih-jh-d","vbn"],ravaging:["r-ae1 v-ih jh-ih-ng","vbg"],rave:["r-ey1-v","vbp jj vb"],raved:["r-ey1-v-d","vbd"],ravenous:["r-ae1 v-ah n-ah-s","jj"],raves:["r-ey1-v-z","vbz"],raving:["r-ey1 v-ih-ng","vbg jj"],raw:["r-aa1","jj"],rawhide:["r-ao1 hh-ay-d","nn"],ray:["r-ey1","nn"],rayon:["r-ey1 ah-n","nn"],raze:["r-ey1-z","vb"],razed:["r-ey1-z-d","vbn"],razing:["r-ey1 z-ih-ng","vbg"],razor:["r-ey1 z-er","nn"],razorback:["r-ey1 z-er b-ae-k","nn"],reach:["r-iy1-ch","vb vbp nn"],reached:["r-iy1-ch-t","vbn vbd"],reaching:["r-iy1 ch-ih-ng","vbg"],reacquire:["r-iy ah k-w-ay1-r","vb"],reacquired:["r-iy ah k-w-ay1-r-d","vbn"],react:["r-iy ae1-k-t","vb vbp"],reacted:["r-iy ae1-k t-ah-d","vbd vbn"],reacting:["r-iy ae1-k t-ih-ng","vbg"],reaction:["r-iy ae1-k sh-ah-n","nn"],reactionary:["r-iy ae1-k sh-ah-n eh r-iy","jj nn"],reactivate:["r-iy1-ae1-k-t-ah-v-ey-t","vb"],reactivated:["r-iy1 ae1-k t-ah v-ey t-ih-d","vbn vbd"],reactivity:["r-iy ae-k t-ih1 v-ah t-iy","nn"],reactor:["r-iy ae1-k t-er","nn"],reacts:["r-iy ae1-k-t-s","vbz"],read:["r-eh1-d","vb nn vbp vbd vbn"],readable:["r-iy1 d-ah b-ah-l","jj"],reader:["r-iy1 d-er","nn"],readership:["r-iy1 d-er sh-ih-p","nn"],readied:["r-eh1 d-iy-d","vbn vbd"],readily:["r-eh1 d-ah l-iy","rb"],readiness:["r-eh1 d-iy n-ah-s","nn"],reading:["r-eh1 d-ih-ng","nn vbg"],readjust:["r-iy ah jh-ah1-s-t","vb"],readjusted:["r-iy ah jh-ah1 s-t-ih-d","vbn"],readjustment:["r-iy ah jh-ah1-s-t m-ah-n-t","nn"],readmit:["r-iy-ah-d-m-ih1-t","vb"],readmitted:["r-iy ah-d m-ih1 t-ih-d","vbn"],reads:["r-iy1-d-z","vbz"],ready:["r-eh1 d-iy","jj rb vb"],readying:["r-eh1 d-iy ih-ng","vbg"],reaffirm:["r-iy ah f-er1-m","vb vbp"],reaffirmation:["r-iy ae f-er m-ey1 sh-ah-n","nn"],reaffirmed:["r-iy ah f-er1-m-d","vbd vbn"],reaffirming:["r-iy ah f-er1 m-ih-ng","vbg"],reaffirms:["r-iy ah f-er1-m-z","vbz"],reagent:["r-iy ey1 jh-ah-n-t","nn"],real:["r-iy1-l","jj nn rb"],realestate:["r-iy1 l-ih s-t-ey-t","nn vb"],realign:["r-iy ah l-ay1-n","vb"],realigned:["r-iy ah l-ay1-n-d","vbd jj"],realigning:["r-iy ah l-ay1 n-ih-ng","vbg"],realignment:["r-iy ah l-ay1-n m-ah-n-t","nn"],realism:["r-iy1 l-ih z-ah-m","nn"],realist:["r-iy1 l-ih-s-t","nn"],realistic:["r-iy ah l-ih1 s-t-ih-k","jj"],realistically:["r-iy ah l-ih1 s-t-ih-k l-iy","rb"],reality:["r-iy ae1 l-ah t-iy","nn"],realization:["r-iy1 l-ah z-ey1 sh-ah-n","nn"],realize:["r-iy1 l-ay-z","vb vbp"],realized:["r-iy1 l-ay-z-d","vbd jj vbn"],realizes:["r-iy1 ah l-ay z-ih-z","vbz"],realizing:["r-iy1 l-ay z-ih-ng","vbg"],reallocate:["r-iy ae1 l-ah k-ey-t","vb"],reallocated:["r-iy ae1 l-ah k-ey t-ih-d","vbn"],reallocating:["r-iy ae1 l-ah k-ey t-ih-ng","vbg"],really:["r-ih1 l-iy","rb"],realm:["r-eh1-l-m","nn"],realtor:["r-iy1 ah-l t-er","nn"],realty:["r-iy1 ah-l t-iy","nn"],ream:["r-iy1-m","nn"],reap:["r-iy1-p","vb vbp"],reaped:["r-iy1-p-t","vbn vbd"],reaper:["r-iy1 p-er","nn"],reaping:["r-iy1 p-ih-ng","vbg"],reappear:["r-iy ah p-ih1-r","vbp vb"],reappearance:["r-iy ah p-ih1 r-ah-n-s","nn"],reappeared:["r-iy ah p-ih1-r-d","vbd vbn"],reappears:["r-iy ah p-ih1-r-z","vbz"],reappoint:["r-iy-ah-p-oy1-n-t","vb"],reappointed:["r-iy ah p-oy1-n t-ih-d","vbn"],reapportionment:["r-iy ah p-ao1-r sh-ah-n m-ah-n-t","nn"],reappraisal:["r-iy ah p-r-ey1 z-ah-l","nn"],reappraise:["r-iy ah p-r-ey1-z","vb vbp"],reappraised:["r-iy ah p-r-ey1-z-d","vbd vbn"],reaps:["r-iy1-p-s","vbz"],rear:["r-ih1-r","jj nn vb"],reared:["r-ih1-r-d","vbd vbn"],rearing:["r-ih1 r-ih-ng","vbg"],rearm:["r-iy1 aa1-r-m","vb"],rearrange:["r-iy er ey1-n-jh","vb"],rearranged:["r-iy er ey1-n-jh-d","vbd"],rearrangement:["r-iy er ey1-n-jh m-ah-n-t","nn"],rearranging:["r-iy er ey1-n jh-ih-ng","vbg"],rears:["r-ih1-r-z","vbz"],reason:["r-iy1 z-ah-n","nn vb vbp"],reasonable:["r-iy1 z-ah-n ah b-ah-l","jj"],reasonably:["r-iy1 z-ah-n ah b-l-iy","rb"],reasoned:["r-iy1 z-ah-n-d","vbd jj vbn"],reasoning:["r-iy1 z-ah-n ih-ng","vbg"],reassemble:["r-iy ah s-eh1-m b-ah-l","vb"],reassembled:["r-iy ah s-eh1-m b-ah-l-d","vbn"],reassert:["r-iy ah s-er1-t","vb"],reasserting:["r-iy ah s-er1 t-ih-ng","vbg"],reasserts:["r-iy ah s-er1-t-s","vbz"],reassess:["r-iy ah s-eh1-s","vb nn"],reassessed:["r-iy ah s-eh1-s-t","vbd"],reassessing:["r-iy ah s-eh1 s-ih-ng","vbg"],reassessment:["r-iy ah s-eh1-s m-ah-n-t","nn"],reassign:["r-iy ah s-ay1-n","vb"],reassigned:["r-iy ah s-ay1-n-d","vbn vbd"],reassignment:["r-iy ah s-ay1-n m-ah-n-t","nn"],reassume:["r-iy ah s-uw1-m","vb"],reassumed:["r-iy ah s-uw1-m-d","vbn"],reassurance:["r-iy ah sh-uh1 r-ah-n-s","nn"],reassure:["r-iy ah sh-uh1-r","vb"],reassured:["r-iy ah sh-uh1-r-d","vbn vbd"],reassuring:["r-iy ah sh-uh1 r-ih-ng","vbg jj"],reassuringly:["r-iy ah sh-er1 ih-ng l-iy","rb"],reauthorization:["r-iy ao th-er ih z-ey1 sh-ah-n","nn"],reauthorize:["r-iy ao1 th-er ay-z","vb"],reauthorized:["r-iy ao1 th-er ay-z-d","vbn"],reawaken:["r-iy-ah-w-ey1-k-ah-n","vb"],reawakening:["r-iy ah w-ey1 k-ah n-ih-ng","vbg"],rebalance:["r-iy b-ae1 l-ah-n-s","vb"],rebalancing:["r-iy b-ae1 l-ah-n s-ih-ng","vbg"],rebate:["r-iy1 b-ey-t","nn vb"],rebated:["r-iy1 b-ey t-ih-d","vbn"],rebel:["r-eh1 b-ah-l","nn vbp jj vb"],rebelled:["r-ih b-eh1-l-d","vbd vbn"],rebelling:["r-ih b-eh1 l-ih-ng","vbg"],rebellion:["r-ih b-eh1-l y-ah-n","nn"],rebellious:["r-ih b-eh1-l y-ah-s","jj"],rebirth:["r-iy b-er1-th","nn"],reborn:["r-iy1 b-ao1-r-n","vbn jj"],rebound:["r-iy b-aw1-n-d","nn vbp vb"],rebounded:["r-iy b-aw1-n d-ih-d","vbd vbn vbp nn vb"],rebounding:["r-iy b-aw1-n d-ih-ng","vbg"],rebuff:["r-ih b-ah1-f","nn vb"],rebuffed:["r-ih b-ah1-f-t","vbn vbd"],rebuffing:["r-iy b-ah1 f-ih-ng","vbg"],rebuild:["r-iy b-ih1-l-d","vb"],rebuilder:["r-iy b-ih1-l d-er","nn"],rebuilding:["r-iy b-ih1-l d-ih-ng","vbg"],rebuilds:["r-iy b-ih1-l-d-z","vbz"],rebuilt:["r-iy b-ih1-l-t","vbn"],rebuke:["r-iy b-y-uw1-k","vb nn"],rebuked:["r-ih b-y-uw1-k-t","vbd vbn"],rebut:["r-ih b-ah1-t","vb"],rebuttal:["r-ih b-ah1 t-ah-l","nn"],rebutted:["r-ih b-ah1 t-ih-d","vbn vbd"],recalcitrant:["r-ih k-ae1-l s-ih t-r-ah-n-t","jj"],recalculate:["r-iy-k-ae1-l-k-y-ah-l-ey-t","vb"],recalculated:["r-iy k-ae1-l k-y-ah l-ey t-ih-d","vbd vbn"],recalculating:["r-iy k-ae1-l k-y-ah l-ey t-ih-ng","vbg"],recalculation:["r-iy k-ae-l k-y-ah l-ey1 sh-ah-n","nn"],recall:["r-iy1 k-ao-l","vb nn vbp"],recalled:["r-ih k-ao1-l-d","vbd vbn"],recalling:["r-ih k-ao1 l-ih-ng","vbg"],recant:["r-iy-k-ae1-n-t","vb"],recantation:["r-eh k-ah-n t-ey1 sh-ah-n","nn"],recanted:["r-iy k-ae1-n t-ih-d","vbd vbn"],recapitalization:["r-iy k-ae p-ih t-ah l-ih z-ey1 sh-ah-n","nn"],recapitalize:["r-iy k-ae1 p-ih t-ah l-ay-z","vb"],recapitalized:["r-iy k-ae1 p-ih t-ah l-ay-z-d","vbn"],recapitalizing:["r-iy k-ae1 p-ih t-ah l-ay z-ih-ng","vbg"],recapture:["r-iy k-ae1-p ch-er","vb nn"],recaptured:["r-iy k-ae1-p ch-er-d","vbn"],recapturing:["r-iy k-ae1-p ch-er ih-ng","vbg"],recast:["r-iy k-ae1-s-t","vb"],recede:["r-ih s-iy1-d","vbp vb"],receded:["r-ah s-iy1 d-ah-d","vbd vbn"],receding:["r-ih s-iy1 d-ih-ng","vbg"],receipt:["r-ih s-iy1-t","nn"],receivable:["r-ih s-iy1 v-ah b-ah-l","jj nn"],receive:["r-ah s-iy1-v","vb vbp"],received:["r-ah s-iy1-v-d","vbd vbn jj"],receiver:["r-ah s-iy1 v-er","nn"],receivership:["r-ih s-iy1 v-er sh-ih-p","nn"],receives:["r-ah s-iy1-v-z","vbz"],receiving:["r-ah s-iy1 v-ih-ng","vbg"],recent:["r-iy1 s-ah-n-t","jj"],recently:["r-iy1 s-ah-n-t l-iy","rb"],receptacle:["r-ah s-eh1-p t-ah k-ah-l","nn"],reception:["r-ih s-eh1-p sh-ah-n","nn"],receptionist:["r-ih s-eh1-p sh-ah n-ih-s-t","nn"],receptive:["r-ih s-eh1-p t-ih-v","jj"],receptivity:["r-iy1 s-eh-p t-ih1 v-ih t-iy","nn"],receptor:["r-iy s-eh1-p t-er","nn"],recess:["r-ih s-eh1-s","nn vb"],recessed:["r-ih s-eh1-s-t","vbn"],recession:["r-ih s-eh1 sh-ah-n","nn"],recessionary:["r-iy s-eh1 sh-ah-n eh r-iy","jj"],recharge:["r-iy ch-aa1-r-jh","nn vb"],rechargeable:["r-iy ch-aa1-r jh-ah b-ah-l","jj"],recharged:["r-iy ch-aa1-r-jh-d","vbn"],recharging:["r-iy ch-aa1-r jh-ih-ng","vbg"],recheck:["r-iy1 ch-eh1-k","vb vbp"],recipe:["r-eh1 s-ah p-iy","nn"],recipient:["r-ah s-ih1 p-iy ah-n-t","jj nn"],reciprocal:["r-ih s-ih1 p-r-ah k-ah-l","jj"],reciprocate:["r-ih s-ih1 p-r-ah k-ey-t","vb"],reciprocity:["r-eh s-ih p-r-aa1 s-ih t-iy","nn"],recital:["r-ah s-ay1 t-ah-l","nn"],recitation:["r-eh s-ah t-ey1 sh-ah-n","nn"],recite:["r-ah s-ay1-t","vb vbp"],recited:["r-ah s-ay1 t-ah-d","vbd"],recites:["r-iy s-ay1-t-s","vbz"],reciting:["r-iy s-ay1 t-ih-ng","vbg"],reckless:["r-eh1-k l-ah-s","jj"],recklessly:["r-eh1-k l-ah-s l-iy","rb"],recklessness:["r-eh1-k l-ah-s n-ah-s","nn"],reckon:["r-eh1 k-ah-n","vbp vb"],reckoned:["r-eh1 k-ah-n-d","vbn vbd"],reckoning:["r-eh1 k-ah n-ih-ng","nn vbg"], +reckons:["r-eh1 k-ah-n-z","vbz"],reclaim:["r-iy k-l-ey1-m","vb vbp"],reclaimed:["r-iy k-l-ey1-m-d","vbn vbd jj"],reclaiming:["r-iy k-l-ey1 m-ih-ng","vbg"],reclamation:["r-eh k-l-ah m-ey1 sh-ah-n","nn"],reclassification:["r-iy k-l-ae s-ah f-ah k-ey1 sh-ah-n","nn"],reclassified:["r-iy k-l-ae1 s-ah f-ay-d","vbd vbn"],reclassify:["r-iy-k-l-ae1-s-ih-f-ay","vb"],recline:["r-ih-k-l-ay1-n","vb"],recliner:["r-ih k-l-ay1 n-er","nn"],reclining:["r-ih k-l-ay1 n-ih-ng","vbg jj"],recluse:["r-ih k-l-uw1-s","nn"],reclusive:["r-ih k-l-uw1 s-ih-v","jj"],recognition:["r-eh k-ah-g n-ih1 sh-ah-n","nn"],recognizable:["r-eh k-ah-g n-ay1 z-ah b-ah-l","jj"],recognizably:["r-eh1 k-ah-g n-ay z-ah b-l-iy","rb"],recognizance:["r-ih k-aa1 n-ah z-ah-n-s","nn"],recognize:["r-eh1 k-ah-g n-ay-z","vb vbp"],recognized:["r-eh1 k-ah-g n-ay-z-d","vbn jj vbd"],recognizes:["r-eh1 k-ah-g n-ay z-ah-z","vbz"],recognizing:["r-eh1 k-ah-g n-ay z-ih-ng","vbg"],recoil:["r-iy k-oy1-l","nn vb vbp"],recoiled:["r-iy k-oy1-l-d","vbd"],recollect:["r-eh k-ah l-eh1-k-t","vb vbp"],recollected:["r-eh k-ah l-eh1-k t-ih-d","vbd"],recollection:["r-eh k-ah l-eh1-k sh-ah-n","nn"],recombinant:["r-ih k-aa1-m b-ih n-ah-n-t","jj"],recommend:["r-eh k-ah m-eh1-n-d","vb vbp"],recommendation:["r-eh k-ah m-ah-n d-ey1 sh-ah-n","nn"],recommended:["r-eh k-ah m-eh1-n d-ah-d","vbd vbn jj"],recommending:["r-eh k-ah m-eh1-n d-ih-ng","vbg"],recommends:["r-eh k-ah m-eh1-n-d-z","vbz"],recompense:["r-eh1 k-ah-m p-eh-n-s","nn"],reconcile:["r-eh1 k-ah-n s-ay-l","vb"],reconciled:["r-eh1 k-ah-n s-ay-l-d","vbn"],reconciles:["r-eh1 k-ah-n s-ay-l-z","vbz"],reconciliation:["r-eh k-ah-n s-ih l-iy ey1 sh-ah-n","nn"],reconciling:["r-eh1 k-ah-n s-ay l-ih-ng","vbg"],recondite:["r-eh1 k-ah-n d-ay-t","jj"],recondition:["r-iy-k-ah-n-d-ih1-sh-ah-n","vb"],reconditioning:["r-iy k-ah-n d-ih1 sh-ah-n ih-ng","vbg"],reconfiguration:["r-iy k-ah-n f-ih g-y-er ey1 sh-ah-n","nn"],reconfigure:["r-iy k-ah-n f-ih1 g-y-er","nn"],reconfirm:["r-iy k-ah-n f-er1-m","vb"],reconfirmation:["r-iy k-aa-n f-er m-ey1 sh-ah-n","nn"],reconnaissance:["r-iy k-aa1 n-ah s-ah-n-s","nn"],reconnect:["r-iy k-ah n-eh1-k-t","vb"],reconsider:["r-iy k-ah-n s-ih1 d-er","vb vbp"],reconsideration:["r-iy k-ah-n s-ih d-er ey1 sh-ah-n","nn"],reconsidered:["r-iy k-ah-n s-ih1 d-er-d","vbn vbd"],reconsidering:["r-iy k-ah-n s-ih1 d-er ih-ng","vbg"],reconstitute:["r-iy k-aa1-n s-t-ah t-uw-t","vb"],reconstruct:["r-iy k-ah-n s-t-r-ah1-k-t","vb vbp"],reconstructed:["r-iy k-ah-n s-t-r-ah1-k t-ih-d","jj vbd vbn"],reconstructing:["r-iy k-ah-n s-t-r-ah1-k t-ih-ng","vbg"],reconstruction:["r-iy k-ah-n s-t-r-ah1-k sh-ah-n","nn"],reconvene:["r-iy-k-ah-n-v-iy1-n","vb"],reconvened:["r-iy k-ah-n v-iy1-n-d","vbn"],reconvenes:["r-iy k-ah-n v-iy1-n-z","vbz"],record:["r-ah k-ao1-r-d","nn jj vb vbp"],recorded:["r-ah k-ao1-r d-ah-d","vbn vbd jj"],recorder:["r-ih k-ao1-r d-er","nn"],recording:["r-ah k-ao1-r d-ih-ng","nn vbg"],recordkeeping:["r-eh1 k-er-d k-iy p-ih-ng","nn"],recount:["r-ih k-aw1-n-t","vb nn"],recounted:["r-ih k-aw1-n t-ih-d","vbd vbn"],recounting:["r-ih k-aw1-n t-ih-ng","vbg"],recounts:["r-iy k-aw1-n-t-s","vbz"],recoup:["r-ih k-uw1-p","vb"],recouped:["r-ih k-uw1-p-t","vbd vbn"],recouping:["r-ih k-uw1 p-ih-ng","vbg"],recourse:["r-iy1 k-ao-r-s","nn"],recover:["r-ih k-ah1 v-er","vb vbp"],recoverable:["r-ih k-ah1 v-er ah b-ah-l","jj"],recovered:["r-ah k-ah1 v-er-d","vbd vbn"],recovering:["r-ah k-ah1 v-er ih-ng","vbg"],recovers:["r-ih k-ah1 v-er-z","vbz"],recovery:["r-ih k-ah1 v-r-iy","nn"],recreate:["r-eh1 k-r-iy ey-t","vb vbp"],recreated:["r-eh1 k-r-iy ey t-ih-d","vbn"],recreates:["r-eh1 k-r-iy ey-t-s","vbz"],recreating:["r-eh1 k-r-iy ey t-ih-ng","vbg"],recreation:["r-eh k-r-iy ey1 sh-ah-n","nn"],recreational:["r-eh k-r-iy ey1 sh-ah-n ah-l","jj"],recrimination:["r-ih k-r-ih m-ih n-ey1 sh-ah-n","nn"],recruit:["r-ah k-r-uw1-t","vb vbp nn"],recruited:["r-ih k-r-uw1 t-ih-d","vbn vbd"],recruiter:["r-ih k-r-uw1 t-er","nn"],recruiting:["r-ah k-r-uw1 t-ih-ng","vbg"],recruitment:["r-ah k-r-uw1-t m-ah-n-t","nn"],rectangle:["r-eh1-k t-ae-ng g-ah-l","nn"],rectangular:["r-eh-k t-ae1-ng g-y-ah l-er","jj"],rectification:["r-eh-k t-ah f-ah k-ey1 sh-ah-n","nn"],rectified:["r-eh1-k t-ah f-ay-d","vbn"],rectifier:["r-eh1-k t-ah f-ay er","nn"],rectify:["r-eh1-k t-ah f-ay","vb"],rectifying:["r-eh1-k t-ah f-ay ih-ng","vbg"],rectitude:["r-eh1-k t-ih t-uw-d","nn"],rector:["r-eh1-k t-er","nn"],rectum:["r-eh1-k t-ah-m","nn"],recuperate:["r-ih k-uw1 p-er ey-t","vb"],recuperating:["r-ih k-uw1 p-er ey t-ih-ng","vbg"],recuperation:["r-ih k-uw p-er ey1 sh-ah-n","nn"],recur:["r-ih k-er1","vb vbp"],recurred:["r-iy k-er1-d","vbd vbn"],recurrence:["r-ih k-er1 ah-n-s","nn"],recurrent:["r-ih k-er1 ah-n-t","jj"],recurring:["r-ih k-er1 ih-ng","vbg"],recuse:["r-ih-k-y-uw1-z","vb"],recused:["r-ih k-y-uw1-z-d","vbn"],recyclable:["r-iy s-ay1 k-l-ah b-ah-l","jj"],recycle:["r-iy s-ay1 k-ah-l","vb"],recycled:["r-iy s-ay1 k-ah-l-d","vbn jj vbd"],recycler:["r-iy s-ay1 k-l-er","nn"],recycles:["r-iy s-ay1 k-ah-l-z","vbz"],recycling:["r-iy s-ay1 k-ah-l ih-ng","vbg"],red:["r-eh1-d","jj nn"],redcoat:["r-eh1-d k-ow-t","nn"],redder:["r-eh1 d-er","jjr rbr"],reddish:["r-eh1 d-ih-sh","jj"],redecorate:["r-iy-d-eh1-k-er-ey-t","vb"],redecorated:["r-iy d-eh1 k-er ey t-ih-d","vbn"],redecorating:["r-iy d-eh1 k-er ey t-ih-ng","vbg"],redecoration:["r-iy d-eh k-er ey1 sh-ah-n","nn"],redeem:["r-ih d-iy1-m","vb vbp"],redeemable:["r-ih d-iy1 m-ah b-ah-l","jj"],redeemed:["r-ih d-iy1-m-d","vbn vbd"],redeeming:["r-ih d-iy1 m-ih-ng","vbg jj"],redeems:["r-ah d-iy1-m-z","vbz"],redefine:["r-iy d-ih f-ay1-n","vb"],redefined:["r-iy d-ih f-ay1-n-d","vbd"],redefining:["r-iy d-ih f-ay1 n-ih-ng","vbg"],redefinition:["r-iy d-eh f-ah n-ih1 sh-ah-n","nn"],redemption:["r-ih d-eh1-m-p sh-ah-n","nn"],redemptive:["r-ih d-eh1-m-p t-ih-v","jj"],redeploy:["r-iy d-ih p-l-oy1","vb"],redeployment:["r-iy d-ih p-l-oy1 m-ah-n-t","nn"],redeposition:["r-iy d-eh p-ah z-ih1 sh-ah-n","nn"],redesign:["r-iy d-ih-z ay1-n","nn vb"],redesigned:["r-iy d-ih-z ay1-n-d","vbn vbd jj"],redesigning:["r-iy d-ih z-ay1 n-ih-ng","vbg"],redevelop:["r-iy d-ih-v eh1 l-ah-p","vb"],redevelopment:["r-iy d-ih-v eh1 l-ah-p m-ah-n-t","nn"],redfish:["r-eh1-d f-ih-sh","nn"],redhead:["r-eh1-d hh-eh-d","nn"],redheaded:["r-eh1-d hh-eh d-ih-d","jj"],redirect:["r-iy d-er eh1-k-t","vb"],redirected:["r-iy d-er eh1-k t-ih-d","vbn vbd"],redirecting:["r-iy d-er eh1-k t-ih-ng","vbg"],redirection:["r-iy d-er eh1-k sh-ah-n","nn"],rediscover:["r-iy d-ih-s k-ah1 v-er","vb"],rediscovered:["r-iy d-ih-s k-ah1 v-er-d","vbn"],rediscovering:["r-iy d-ih-s k-ah1 v-er ih-ng","vbg"],rediscovery:["r-iy d-ih-s k-ah1 v-r-iy","nn"],redistribute:["r-iy d-ih-s t-r-ih1 b-y-uw-t","vb vbp"],redistributed:["r-iy d-ih-s t-r-ih1 b-y-uw t-ih-d","vbn"],redistributing:["r-iy d-ih-s t-r-ih1 b-y-uw t-ih-ng","vbg"],redistribution:["r-iy d-ih-s t-r-ah b-y-uw1 sh-ah-n","nn"],redistributive:["r-iy d-ih-s t-r-ih1 b-y-uw t-ih-v","jj"],redistrict:["r-iy d-ih1-s t-r-ih-k-t","vb"],redistricting:["r-iy d-ih1-s t-r-ih-k t-ih-ng","vbg"],redlining:["r-eh1-d l-ay n-ih-ng","vbg"],redneck:["r-eh1-d n-eh-k","nn"],redo:["r-iy d-uw1","vb"],redoing:["r-iy d-uw1 ih-ng","vbg"],redone:["r-iy d-ah1-n","jj nn"],redouble:["r-iy d-ah1 b-ah-l","vb"],redoubled:["r-iy d-ah1 b-ah-l-d","vbn vbd"],redoubling:["r-iy d-ah1 b-ah-l ih-ng","vbg"],redoubt:["r-ah d-aw1-t","nn"],redound:["r-ih d-aw1-n-d","vb"],redraw:["r-iy d-r-ao1","vb"],redrawn:["r-iy d-r-ao1-n","jj"],redress:["r-ih d-r-eh1-s","vb nn"],reduce:["r-ah d-uw1-s","vb vbp"],reduced:["r-ah d-uw1-s-t","vbn vbd jj"],reduces:["r-ah d-uw1 s-ah-z","vbz"],reducing:["r-ah d-uw1 s-ih-ng","vbg"],reduction:["r-ah d-ah1-k sh-ah-n","nn"],redundancy:["r-ih d-ah1-n d-ah-n s-iy","nn"],redundant:["r-ih d-ah1-n d-ah-n-t","jj"],redwood:["r-eh1-d w-uh-d","nn"],reed:["r-iy1-d","nn"],reedy:["r-iy1 d-iy","jj"],reef:["r-iy1-f","nn"],reek:["r-iy1-k","vb vbp nn"],reeking:["r-iy1 k-ih-ng","vbg"],reel:["r-iy1-l","nn vbp vb"],reelect:["r-iy-ih-l-eh1-k-t","vb"],reelected:["r-iy ih l-eh1-k t-ah-d","vbn"],reelection:["r-iy ih l-eh1-k sh-ah-n","nn"],reeled:["r-iy1-l-d","vbd vbn"],reeling:["r-iy1 l-ih-ng","vbg"],reemerge:["r-iy-ih-m-er1-jh","vb"],reemerged:["r-iy ih m-er1-jh-d","vbd"],reestablish:["r-iy ih s-t-ae1 b-l-ih-sh","vb"],reevaluation:["r-iy ih v-ae-l y-uw ey1 sh-ah-n","nn"],reexamination:["r-iy ih-g z-ae m-ah n-ey1 sh-ah-n","nn"],reexamine:["r-iy eh-g z-ae1 m-ah-n","vb"],reexamining:["r-iy ih-g z-ae1 m-ah n-ih-ng","vbg"],refer:["r-ah f-er1","vb vbp"],referee:["r-eh f-er iy1","nn"],reference:["r-eh1 f-er ah-n-s","nn"],referenda:["r-eh f-er eh1-n d-ah","nn"],referendum:["r-eh f-er eh1-n d-ah-m","nn"],referral:["r-ih f-er1 ah-l","nn"],referred:["r-ah f-er1-d","vbn vbd"],referring:["r-ih f-er1 ih-ng","vbg"],refers:["r-ah f-er1-z","vbz"],refile:["r-iy f-ay1-l","vb"],refill:["r-iy1 f-ih-l","nn vb"],refinance:["r-iy f-ah n-ae1-n-s","vb"],refinanced:["r-iy f-ah n-ae1-n-s-t","vbn vbd"],refinancing:["r-iy f-ah n-ae1-n s-ih-ng","vbg"],refine:["r-ah f-ay1-n","vb"],refined:["r-ah f-ay1-n-d","jj vbn"],refinement:["r-ah f-ay1-n m-ah-n-t","nn"],refiner:["r-ih f-ay1 n-er","nn"],refinery:["r-ih f-ay1 n-er iy","nn"],refining:["r-ah f-ay1 n-ih-ng","vbg"],refit:["r-iy-f-ih1-t","vb"],refitting:["r-iy f-ih1 t-ih-ng","vbg"],reflect:["r-ah f-l-eh1-k-t","vb vbp"],reflected:["r-ah f-l-eh1-k t-ah-d","vbd jj vbn"],reflecting:["r-ah f-l-eh1-k t-ih-ng","vbg jj"],reflection:["r-ah f-l-eh1-k sh-ah-n","nn"],reflective:["r-ih f-l-eh1-k t-ih-v","jj"],reflects:["r-ih f-l-eh1-k-t-s","vbz"],reflex:["r-iy1 f-l-eh-k-s","nn jj"],reflexively:["r-iy f-l-eh1-k s-ih-v l-iy","rb"],refocus:["r-iy f-ow1 k-ah-s","vb"],refocused:["r-iy f-ow1 k-ah-s-t","vbd vbn"],refocuses:["r-iy f-ow1 k-ah s-ih-z","vbz vb"],refocusing:["r-iy f-ow1 k-ah s-ih-ng","vbg"],reforestation:["r-iy f-ao r-ah s-t-ey1 sh-ah-n","nn"],reform:["r-ah f-ao1-r-m","nn vb"],reformation:["r-eh f-er m-ey1 sh-ah-n","nn"],reformatory:["r-ih f-ao1-r m-ah t-ao r-iy","nn"],reformed:["r-ih f-ao1-r-m-d","vbn jj vbd"],reformer:["r-ih f-ao1-r m-er","jj nn"],reforming:["r-ih f-ao1-r m-ih-ng","vbg"],reformist:["r-ih f-ao1-r m-ih-s-t","nn jj"],reformulate:["r-iy-f-ao1-r-m-y-ah-l-ey-t","vb"],reformulated:["r-iy f-ao1-r m-y-ah l-ey t-ih-d","vbn jj"],refractive:["r-ah f-r-ae1-k t-ih-v","jj"],refractory:["r-ah f-r-ae1-k t-er iy","jj nn"],refrain:["r-ih f-r-ey1-n","vb nn"],refrained:["r-ih f-r-ey1-n-d","vbd vbn"],refraining:["r-ih f-r-ey1 n-ih-ng","vbg"],refresh:["r-ih f-r-eh1-sh","vb vbp"],refreshed:["r-iy f-r-eh1-sh-t","jj vbd vbn"],refresher:["r-ih f-r-eh1 sh-er","nn"],refreshing:["r-ih f-r-eh1 sh-ih-ng","jj vbg"],refreshingly:["r-iy f-r-eh1 sh-ih-ng l-iy","rb"],refreshment:["r-ah f-r-eh1-sh m-ah-n-t","nn"],refrigerant:["r-ih f-r-ih1 jh-er ah-n-t","nn"],refrigerate:["r-ih-f-r-ih1-jh-er-ey-t","vb"],refrigerated:["r-ih f-r-ih1 jh-er ey t-ih-d","vbn jj"],refrigeration:["r-ih f-r-ih jh-er ey1 sh-ah-n","nn"],refrigerator:["r-ah f-r-ih1 jh-er ey t-er","nn"],refuel:["r-iy f-y-uw1 ah-l","vb"],refueling:["r-iy f-y-uw1 ah-l ih-ng","nn vbg"],refuge:["r-eh1 f-y-uw-jh","nn"],refugee:["r-eh1 f-y-uw jh-iy","nn"],refund:["r-ih f-ah1-n-d","nn vb"],refundable:["r-ih f-ah1-n d-ah b-ah-l","jj"],refunded:["r-ih f-ah1-n d-ih-d","vbn"],refunding:["r-ih f-ah1-n d-ih-ng","vbg jj"],refurbish:["r-iy f-er1 b-ih-sh","vb"],refurbished:["r-iy f-er1 b-ih-sh-t","vbn"],refurbishing:["r-iy f-er1 b-ih sh-ih-ng","vbg"],refurbishment:["r-iy f-er1 b-ih-sh m-ah-n-t","nn"],refusal:["r-ah f-y-uw1 z-ah-l","nn"],refuse:["r-ah f-y-uw1-z","vb vbp nn"],refused:["r-ah f-y-uw1-z-d","vbd vbn"],refuses:["r-ah f-y-uw1 z-ah-z","vbz"],refusing:["r-ah f-y-uw1 z-ih-ng","vbg"],refute:["r-ih f-y-uw1-t","vb"],refuted:["r-ih f-y-uw1 t-ih-d","vbd vbn"],regain:["r-ih g-ey1-n","vb vbp"],regained:["r-iy g-ey1-n-d","vbd vbn"],regaining:["r-ih g-ey1 n-ih-ng","vbg"],regains:["r-iy g-ey1-n-z","vbz"],regal:["r-iy1 g-ah-l","jj"],regale:["r-iy1 g-eh1-l","vb"],regaled:["r-ih g-ey1-l-d","vbd vbn"],regalia:["r-ih g-ey1 l-y-ah","nn"],regard:["r-ah g-aa1-r-d","nn vb vbp"],regarded:["r-ah g-aa1-r d-ah-d","vbn jj vbd"],regarding:["r-ah g-aa1-r d-ih-ng","vbg"],regardless:["r-ah g-aa1-r-d l-ah-s","rb"],regatta:["r-ah g-aa1 t-ah","nn"],regenerate:["r-iy jh-eh1 n-er ey-t","vb"],regenerating:["r-iy jh-eh1 n-er ey t-ih-ng","vbg"],regeneration:["r-iy jh-eh1 n-er ey1 sh-ah-n","nn"],regent:["r-iy1 jh-ah-n-t","nn"],reggae:["r-eh1 g-ey","nn"],regime:["r-ah zh-iy1-m","nn"],regimen:["r-eh1 jh-ah m-ah-n","nn"],regiment:["r-eh1 jh-ah m-ah-n-t","nn vb"],regimentation:["r-eh jh-ah m-eh-n t-ey1 sh-ah-n","nn"],regimented:["r-eh1 jh-ah m-eh-n t-ih-d","vbn jj"],region:["r-iy1 jh-ah-n","nn"],regional:["r-iy1 jh-ah n-ah-l","jj"],regionally:["r-iy1 jh-ah-n ah l-iy","rb"],register:["r-eh1 jh-ih s-t-er","vb nn vbp"],registered:["r-eh1 jh-ih s-t-er-d","vbn vbd jj"],registering:["r-eh1 jh-ih s-t-er ih-ng","vbg"],registrant:["r-eh1 jh-ah-s t-r-ah-n-t","nn"],registrar:["r-eh1 jh-ih s-t-r-aa-r","nn"],registration:["r-eh jh-ih-s t-r-ey1 sh-ah-n","nn"],registry:["r-eh1 jh-ih-s t-r-iy","nn"],regress:["r-iy1 g-r-eh-s","vb"],regression:["r-ah g-r-eh1 sh-ah-n","nn"],regressive:["r-ah g-r-eh1 s-ih-v","jj"],regret:["r-ah g-r-eh1-t","vbp nn vb"],regrettable:["r-ih g-r-eh1 t-ah b-ah-l","jj"],regrettably:["r-ih g-r-eh1 t-ah b-l-iy","rb"],regretted:["r-ih g-r-eh1 t-ih-d","vbd vbn"],regroup:["r-iy g-r-uw1-p","vb vbp"],regrouped:["r-iy g-r-uw1-p-t","vbd vbn"],regrouping:["r-iy g-r-uw1 p-ih-ng","vbg"],regular:["r-eh1 g-y-ah l-er","jj"],regularity:["r-eh g-y-ah l-eh1 r-ah t-iy","nn"],regularly:["r-eh1 g-y-ah l-er l-iy","rb"],regulate:["r-eh1 g-y-ah l-ey-t","vb vbp"],regulated:["r-eh1 g-y-ah l-ey t-ah-d","vbn jj vbd"],regulates:["r-eh1 g-y-ah l-ey-t-s","vbz"],regulating:["r-eh1 g-y-ah l-ey t-ih-ng","vbg"],regulation:["r-eh g-y-ah l-ey1 sh-ah-n","nn jj"],regulative:["r-eh1 g-y-ah l-ey t-ih-v","jj"],regulator:["r-eh1 g-y-ah l-ey t-er","nn"],regulatory:["r-eh1 g-y-ah l-ah t-ao r-iy","jj"],rehabilitate:["r-iy-hh ah b-ih1 l-ah t-ey-t","vb"],rehabilitated:["r-iy-hh ah b-ih1 l-ah t-ey t-ih-d","vbn"],rehabilitating:["r-iy-hh ah b-ih1 l-ah t-ey t-ih-ng","vbg"],rehabilitation:["r-iy-hh ah b-ih l-ah t-ey1 sh-ah-n","nn"],rehash:["r-iy hh-ae1-sh","nn vb vbp"],rehashing:["r-iy hh-ae1 sh-ih-ng","vbg"],rehear:["r-iy hh-ih1-r","vb"],rehearing:["r-iy hh-ih1 r-ih-ng","nn"],rehearsal:["r-ih hh-er1 s-ah-l","nn"],rehearse:["r-iy hh-er1-s","vb"],rehearsed:["r-iy hh-er1-s-t","vbn"],rehearsing:["r-ih hh-er1 s-ih-ng","vbg"],reign:["r-ey1-n","nn vbp vb"],reigned:["r-ey1-n-d","vbd"],reigning:["r-ey1 n-ih-ng","vbg"],reignite:["r-iy ih-g n-ay1-t","vb nn"],reignited:["r-iy ih-g n-ay1 t-ih-d","vbd vbn"],reigniting:["r-iy ih-g n-ay1 t-ih-ng","vbg"],reigns:["r-ey1-n-z","vbz"],reimburse:["r-iy ih-m b-er1-s","vb vbp"],reimbursed:["r-iy ih-m b-er1-s-t","vbn vbd"],reimbursement:["r-iy ih-m b-er1-s m-ah-n-t","nn"],reimburses:["r-iy ih-m b-er1 s-ih-z","vbz"],reimbursing:["r-iy ih-m b-er1 s-ih-ng","vbg"],reimpose:["r-iy ih-m p-ow1-z","vb jj"],rein:["r-ey1-n","vb nn"],reincarnate:["r-iy-ih-n-k-aa1-r-n-ey-t","vb"],reincarnated:["r-iy ih-n k-aa1-r n-ey t-ih-d","vbd vbn"],reined:["r-ey1-n-d","vbd vbn"],reinforce:["r-iy ih-n f-ao1-r-s","vb vbp"],reinforced:["r-iy ih-n f-ao1-r-s-t","vbn vbd jj"],reinforcement:["r-iy ih-n f-ao1-r-s m-ah-n-t","nn"],reinforces:["r-iy ih-n f-ao1-r s-ih-z","vbz"],reinforcing:["r-iy ih-n f-ao1-r s-ih-ng","vbg"],reining:["r-ey1 n-ih-ng","vbg"],reinstate:["r-iy ih-n s-t-ey1-t","vb"],reinstated:["r-iy ih-n s-t-ey1 t-ih-d","vbd vbn"],reinstatement:["r-iy ih-n s-t-ey1-t m-ah-n-t","nn"],reinstating:["r-iy ih-n s-t-ey1 t-ih-ng","vbg"],reinstitute:["r-iy-ih1-n-s-t-ih-t-uw-t","vb"],reinstituting:["r-iy ih1-n s-t-ah t-uw t-ih-ng","vbg"],reinsurance:["r-iy ih-n sh-uh1 r-ah-n-s","nn"],reinsure:["r-iy ih-n sh-uh1-r","vb"],reinsured:["r-iy ih-n sh-uh1-r-d","vbn"],reintegrate:["r-iy-ih1-n-t-ah-g-r-ey-t","vb"],reintegrated:["r-iy ih1-n t-ah g-r-ey t-ih-d","vbn"],reinterpret:["r-iy ih-n t-er1 p-r-ah-t","vb"],reinterpretation:["r-iy ih-n t-er p-r-ah t-ey1 sh-ah-n","nn"],reinterpreted:["r-iy ih-n t-er1 p-r-ah t-ih-d","vbn"],reinterpreting:["r-iy ih-n t-er1 p-r-ah t-ih-ng","vbg"],reintroduce:["r-iy ih-n t-r-ah d-uw1-s","vbp vb"],reintroduced:["r-iy ih-n t-r-ah d-uw1-s-t","vbn vbd"],reintroduces:["r-iy ih-n t-r-ah d-uw1 s-ih-z","vbz"],reintroducing:["r-iy ih-n t-r-ah d-uw1 s-ih-ng","vbg"],reinvent:["r-iy ih-n v-eh1-n-t","vb"],reinvented:["r-iy ih-n v-eh1-n t-ih-d","vbd vbn"],reinvest:["r-iy ih-n v-eh1-s-t","vb vbp"],reinvested:["r-iy ih-n v-eh1 s-t-ih-d","vbn vbd"],reinvesting:["r-iy ih-n v-eh1 s-t-ih-ng","vbg"],reinvestment:["r-iy ih-n v-eh1-s-t m-ah-n-t","nn"],reinvigorate:["r-iy ih-n v-ih1 g-er ey-t","vb"],reinvigorated:["r-iy ih-n v-ih1 g-er ey t-ih-d","vbn"],reinvigorating:["r-iy ih-n v-ih1 g-er ey t-ih-ng","vbg"],reinvigoration:["r-iy ih-n v-ih g-er ey1 sh-ah-n","nn"],reissue:["r-iy ih1 sh-uw","nn"],reiterate:["r-iy ih1 t-er ey-t","vb vbp"],reiterated:["r-iy ih1 t-er ey t-ih-d","vbd vbn"],reiterates:["r-iy ih1 t-er ey-s","vbz"],reiterating:["r-iy ih1 t-er ey t-ih-ng","vbg"],reiteration:["r-iy ih t-er ey1 sh-ah-n","nn"],reject:["r-ih jh-eh1-k-t","vb vbp"],rejected:["r-ih jh-eh1-k t-ih-d","vbd vbn"],rejecting:["r-ih jh-eh1-k t-ih-ng","vbg"],rejection:["r-ih jh-eh1-k sh-ah-n","nn"],rejigger:["r-iy jh-ih1 g-er","vb"],rejiggering:["r-iy jh-ih1 g-er ih-ng","vbg"],rejoice:["r-ih jh-oy1-s","vbp vb"],rejoiced:["r-ih jh-oy1-s-t","vbd"],rejoicing:["r-ih jh-oy1 s-ih-ng","vbg"],rejoin:["r-iy jh-oy1-n","vb vbp"],rejoinder:["r-ih jh-oy1-n d-er","nn"],rejoined:["r-iy jh-oy1-n-d","vbd vbn"],rejoining:["r-iy jh-oy1 n-ih-ng","vbg"],rejoins:["r-iy jh-oy1-n-z","vbz"],rejuvenate:["r-ih jh-uw1 v-ah n-ey-t","vb"],rejuvenated:["r-ih jh-uw1 v-ah n-ey t-ih-d","vbn jj"],rejuvenates:["r-ih jh-uw1 v-ih n-ey-t-s","vbz"],rejuvenation:["r-ih jh-uw v-ah n-ey1 sh-ah-n","nn"],rekindle:["r-iy k-ih1-n d-ah-l","vb"],rekindled:["r-iy k-ih1-n d-ah-l-d","vbn"],rekindling:["r-iy k-ih1-n-d l-ih-ng","vbg"],relapse:["r-iy l-ae1-p-s","nn"],relate:["r-ih l-ey1-t","vbp vb"],related:["r-ih l-ey1 t-ih-d","vbn jj vbd"],relates:["r-ih l-ey1-t-s","vbz"],relating:["r-ih l-ey1 t-ih-ng","vbg"],relation:["r-iy l-ey1 sh-ah-n","nn"],relational:["r-iy l-ey1 sh-ah n-ah-l","jj"],relationship:["r-iy l-ey1 sh-ah-n sh-ih-p","nn"],relative:["r-eh1 l-ah t-ih-v","jj nn"],relatively:["r-eh1 l-ah t-ih-v l-iy","rb"],relativism:["r-eh1 l-ah t-ih v-ih z-ah-m","nn"],relativistic:["r-eh l-ah t-ih v-ih1 s-t-ih-k","jj"],relativity:["r-eh l-ah t-ih1 v-ah t-iy","nn"],relaunch:["r-iy l-ao1-n-ch","vb"],relaunched:["r-iy l-ao1-n-ch-t","vbn"],relax:["r-ih l-ae1-k-s","vb vbp"],relaxation:["r-iy l-ae-k s-ey1 sh-ah-n","nn"],relaxed:["r-ih l-ae1-k-s-t","vbn jj vbd"],relaxes:["r-ih l-ae1-k s-ih-z","vbz"],relaxing:["r-ih l-ae1-k s-ih-ng","vbg jj"],relay:["r-iy1 l-ey","vb nn vbp"],relayed:["r-iy1 l-ey-d","vbd vbn"],relaying:["r-iy1 l-ey ih-ng","vbg"],release:["r-iy l-iy1-s","nn vbp vb"],released:["r-iy l-iy1-s-t","vbn vbd"],releasing:["r-iy l-iy1 s-ih-ng","vbg"],relegate:["r-eh1-l-ah-g-ey-t","vb"],relegated:["r-eh1 l-ah g-ey t-ih-d","vbn vbd"],relegating:["r-eh1 l-ah g-ey t-ih-ng","vbg"],relent:["r-ih l-eh1-n-t","vbp vb"],relented:["r-ih l-eh1-n t-ih-d","vbd vbn"],relenting:["r-ih l-eh1-n t-ih-ng","vbg"],relentless:["r-ih l-eh1-n-t l-ih-s","jj"],relentlessly:["r-ih l-eh1-n-t l-ah-s l-iy","rb"],relevance:["r-eh1 l-ah v-ah-n-s","nn"],relevancy:["r-eh1 l-ah v-ah-n s-iy","nn"],relevant:["r-eh1 l-ah v-ah-n-t","jj"],reliability:["r-iy l-ay ah b-ih1 l-ah t-iy","nn"],reliable:["r-ih l-ay1 ah b-ah-l","jj"],reliably:["r-ih l-ay1 ah b-l-iy","rb"],reliance:["r-ih l-ay1 ah-n-s","nn"],reliant:["r-ih l-ay1 ah-n-t","jj"],relic:["r-eh1 l-ih-k","nn"],relied:["r-ih l-ay1-d","vbn vb vbd"],relief:["r-ih l-iy1-f","nn"],relies:["r-ih l-ay1-z","vbz"],relieve:["r-ih l-iy1-v","vb"],relieved:["r-ih l-iy1-v-d","vbn vbd jj"],reliever:["r-iy l-iy1 v-er","nn"],relieves:["r-iy l-iy1-v-z","vbz"],relieving:["r-ih l-iy1 v-ih-ng","vbg"],religion:["r-ih l-ih1 jh-ah-n","nn"],religiosity:["r-ih l-ih jh-iy aa1 s-ah t-iy","nn"],religious:["r-ih l-ih1 jh-ah-s","jj in nn"],religiously:["r-ih l-ih1 jh-ah-s l-iy","rb"],relinquish:["r-ih l-ih1-ng k-w-ih-sh","vb vbp"],relinquished:["r-ih l-ih1-ng k-w-ih-sh-t","vbd vbn"],relinquishing:["r-iy l-ih1-ng k-w-ih sh-ih-ng","vbg"],relish:["r-eh1 l-ih-sh","nn vb"],relished:["r-eh1 l-ih-sh-t","vbd"],relishing:["r-eh1 l-ih sh-ih-ng","vbg"],relive:["r-iy l-ih1-v","vbp vb"],reliving:["r-iy l-ih1 v-ih-ng","vbg"],relocate:["r-iy l-ow1 k-ey-t","vb nn vbp"],relocated:["r-iy l-ow1 k-ey t-ih-d","vbd vbn"],relocating:["r-iy l-ow1 k-ey t-ih-ng","vbg"],relocation:["r-iy l-ow1 k-ey1 sh-ah-n","nn"],reluctance:["r-ih l-ah1-k t-ah-n-s","nn"],reluctant:["r-ih l-ah1-k t-ah-n-t","jj"],reluctantly:["r-ih l-ah1-k t-ah-n-t l-iy","rb"],rely:["r-ih l-ay1","vb vbp"],relying:["r-iy l-ay1 ih-ng","vbg"],remade:["r-iy m-ey1-d","vbn nn vb"],remain:["r-ih m-ey1-n","vb vbp"],remainder:["r-ih m-ey1-n d-er","nn"],remained:["r-ih m-ey1-n-d","vbd vbn"],remaining:["r-ih m-ey1 n-ih-ng","vbg jj"],remake:["r-iy1 m-ey1-k","vb"],remand:["r-ih-m-ae1-n-d","vb"],remanded:["r-ih m-ae1-n d-ih-d","vbd vbn"],remark:["r-ih m-aa1-r-k","nn vb"],remarkable:["r-ih m-aa1-r k-ah b-ah-l","jj"],remarkably:["r-ih m-aa1-r k-ah b-l-iy","rb"],remarked:["r-ih m-aa1-r-k-t","vbd vbn"],remarking:["r-ih m-aa1-r k-ih-ng","vbg"],remarried:["r-iy m-eh1 r-iy-d","vbd vbn"],remarry:["r-iy m-eh1 r-iy","vb"],remarrying:["r-iy m-eh1 r-iy ih-ng","nn"],rematch:["r-iy1 m-ae1-ch","nn"],remedial:["r-ih m-iy1 d-iy ah-l","jj"],remediation:["r-ih m-iy d-iy ey1 sh-ah-n","nn"],remedied:["r-eh1 m-ah d-iy-d","vbn"],remedy:["r-eh1 m-ah d-iy","nn vb"],remember:["r-ih m-eh1-m b-er","vb vbp"],remembered:["r-ih m-eh1-m b-er-d","vbd jj vbn"],remembering:["r-ih m-eh1-m b-er ih-ng","vbg"],remembers:["r-ih m-eh1-m b-er-z","vbz"],remembrance:["r-iy m-eh1-m b-r-ah-n-s","nn"],remind:["r-iy m-ay1-n-d","vb vbp"],reminded:["r-iy m-ay1-n d-ah-d","vbd vbn"],reminder:["r-iy m-ay1-n d-er","nn"],reminding:["r-iy m-ay1-n d-ih-ng","vbg"],reminds:["r-iy m-ay1-n-d-z","vbz"],reminisce:["r-eh-m-ah-n-ih1-s","vb"],reminisced:["r-eh m-ah n-ih1-s-t","vbd vbn"],reminiscence:["r-eh m-ah n-ih1 s-ah-n-s","nn"],reminiscent:["r-eh m-ah n-ih1 s-ah-n-t","jj nn"],reminisces:["r-eh m-ah n-ih1 s-ih-z","vbz"],reminiscing:["r-eh m-ah n-ih1 s-ih-ng","vbg"],remiss:["r-iy m-ih1-s","jj"],remission:["r-iy m-ih1 sh-ah-n","nn"],remit:["r-iy-m-ih1-t","vb"],remittance:["r-iy m-ih1 t-ah-n s-ih","nn"],remitted:["r-iy m-ih1 t-ih-d","vbn"],remnant:["r-eh1-m n-ah-n-t","nn"],remodel:["r-iy-m-aa1-d-ah-l","vb"],remodeled:["r-iy m-aa1 d-ah-l-d","vbd vbn"],remodeling:["r-ih m-aa1 d-ah-l ih-ng","vbg"],remorse:["r-ih m-ao1-r-s","nn"],remorseless:["r-ih m-ao1-r-s l-ah-s","jj"],remote:["r-ih m-ow1-t","jj"],remotely:["r-iy m-ow1-t l-iy","rb"],remoteness:["r-iy m-ow1-t n-ah-s","nn"],remotest:["r-ih m-ow1 t-ah-s-t","jjs"],removable:["r-ih m-uw1 v-ah b-ah-l","jj"],removal:["r-ih m-uw1 v-ah-l","nn"],remove:["r-iy m-uw1-v","vb vbp"],removed:["r-iy m-uw1-v-d","vbn jj vbd"],removes:["r-iy m-uw1-v-z","vbz"],removing:["r-iy m-uw1 v-ih-ng","vbg"],remuneration:["r-ih m-y-uw n-er ey1 sh-ah-n","nn"],remunerative:["r-iy m-y-uw1 n-er ah t-ih-v","jj"],renaissance:["r-eh n-ah s-aa1-n-s","nn"],renal:["r-iy1 n-ah-l","jj"],rename:["r-iy n-ey1-m","vb"],renamed:["r-iy n-ey1-m-d","vbn vbd"],renaming:["r-iy n-ey1 m-ih-ng","vbg"],renationalize:["r-iy n-ae1 sh-ah-n ah l-ay-z","vb"],render:["r-eh1-n d-er","vb vbp"],rendered:["r-eh1-n d-er-d","vbn vbd"],rendering:["r-eh1-n d-er ih-ng","vbg"],renders:["r-eh1-n d-er-z","vbz"],rendezvous:["r-aa1-n d-ih v-uw","nn"],rendition:["r-eh-n d-ih1 sh-ah-n","nn"],renegade:["r-eh1 n-ah g-ey-d","nn"],renege:["r-ih n-ih1-g","vb"],reneged:["r-ih n-ih1-g-d","vbd"],reneging:["r-ih n-ih1 g-ih-ng","vbg"],renegotiate:["r-iy n-ih g-ow1 sh-iy ey-t","vb"],renegotiated:["r-iy n-ih g-ow1 sh-iy ey t-ih-d","vbn vbd"],renegotiating:["r-iy n-ih g-ow1 sh-iy ey t-ih-ng","vbg"],renegotiation:["r-iy n-ih g-ow sh-iy ey1 sh-ah-n","nn"],renew:["r-ih n-uw1","vb vbp"],renewable:["r-iy n-uw1 ah b-ah-l","jj"],renewal:["r-ih n-uw1 ah-l","nn"],renewed:["r-ih n-uw1-d","vbn vbd jj"],renewing:["r-ih n-uw1 ih-ng","vbg"],renews:["r-ih n-uw1-z","vbz"],renounce:["r-ih n-aw1-n-s","vb"],renounced:["r-ih n-aw1-n-s-t","vbd"],renouncing:["r-ih n-aw1-n s-ih-ng","vbg"],renovate:["r-eh1 n-ah v-ey-t","vb"],renovated:["r-eh1 n-ah v-ey t-ih-d","vbn jj"],renovating:["r-eh1 n-ah v-ey t-ih-ng","vbg"],renovation:["r-eh n-ah v-ey1 sh-ah-n","nn"],renown:["r-ih n-aw1-n","nn vb"],renowned:["r-ih n-aw1-n-d","jj vbn"],rent:["r-eh1-n-t","nn vb vbn vbp"],rental:["r-eh1-n t-ah-l","jj nn"],rented:["r-eh1-n t-ah-d","vbn jj vbd"],renter:["r-eh1-n t-er","nn"],renting:["r-eh1-n t-ih-ng","vbg"],renunciation:["r-ih n-ah-n s-iy ey1 sh-ah-n","nn"],reoffer:["r-iy-ao1-f-er","vb"],reoffered:["r-iy ao1 f-er-d","vbn jj vbd"],reoffering:["r-iy ao1 f-er ih-ng","vbg"],reopen:["r-iy ow1 p-ah-n","vb vbp"],reopened:["r-iy ow1 p-ah-n-d","vbd vbn vb"],reopening:["r-iy ow1 p-ah n-ih-ng","vbg"],reopens:["r-iy ow1 p-ah-n-z","vbz"],reorder:["r-iy ao1-r d-er","vb"],reordering:["r-iy ao1-r d-er ih-ng","nn vbg"],reorganization:["r-iy ao-r g-ah n-ah z-ey1 sh-ah-n","nn"],reorganize:["r-iy ao1-r g-ah n-ay-z","vb"],reorganized:["r-iy ao1-r g-ah n-ay-z-d","vbn jj vbd"],reorganizes:["r-iy ao1-r g-ah n-ay z-ih-z","vbz"],reorganizing:["r-iy ao1-r g-ah n-ay z-ih-ng","vbg"],reorient:["r-iy ao1 r-iy eh-n-t","vb"],rep:["r-eh1-p","nn"],repackage:["r-iy p-ae1 k-ih-jh","vb"],repackaged:["r-iy1 p-ae k-ih-jh-d","vbn"],repackaging:["r-iy1 p-ae k-ih jh-ih-ng","vbg"],repaid:["r-iy p-ey1-d","vbn vbd"],repaint:["r-iy-p-ey1-n-t","vb"],repainted:["r-iy p-ey1-n t-ah-d","vbn jj"],repainting:["r-iy p-ey1-n t-ih-ng","vbg"],repair:["r-ih p-eh1-r","nn vb vbp"],repaired:["r-ih p-eh1-r-d","vbn vbd"],repairing:["r-ih p-eh1 r-ih-ng","vbg"],repairman:["r-ih p-eh1-r m-ae-n","nn"],reparation:["r-eh p-er ey1 sh-ah-n","nn"],repartee:["r-eh p-er t-iy1","nn"],repatriate:["r-iy p-ey1 t-r-iy ey-t","vb vbp"],repatriated:["r-iy p-ey1 t-r-iy ey t-ih-d","vbn"],repatriating:["r-iy p-ey1 t-r-iy ey t-ih-ng","vbg"],repatriation:["r-iy p-ey t-r-iy ey1 sh-ah-n","nn"],repay:["r-iy p-ey1","vb vbp"],repayable:["r-iy p-ey1 ah b-ah-l","jj"],repaying:["r-iy p-ey1 ih-ng","vbg"],repayment:["r-iy p-ey1 m-ah-n-t","nn"],repeal:["r-ih p-iy1-l","nn vb"],repealed:["r-ih p-iy1-l-d","vbn vbd"],repealing:["r-iy p-iy1 l-ih-ng","vbg"],repeals:["r-iy p-iy1-l-z","vbz"],repeat:["r-ih p-iy1-t","vb jj nn vbp"],repeated:["r-ih p-iy1 t-ih-d","vbn jj vbd"],repeatedly:["r-ih p-iy1 t-ih-d l-iy","rb"],repeater:["r-ih p-iy1 t-er","nn"],repeating:["r-ih p-iy1 t-ih-ng","vbg jj"],repel:["r-ih p-eh1-l","vb vbp"],repelled:["r-ah p-eh1-l-d","vbn vbd"],repellent:["r-ih p-eh1 l-ah-n-t","jj nn"],repelling:["r-ah p-eh1 l-ih-ng","vbg"],repels:["r-ih p-eh1-l-z","vbz"],repent:["r-ih p-eh1-n-t","vb vbp"],repentance:["r-ih p-eh1-n t-ah-n-s","nn"],repercussion:["r-iy p-er k-ah1 sh-ah-n","nn"],repertoire:["r-eh1 p-er t-w-aa-r","nn"],repertory:["r-eh1 p-er t-ao r-iy","nn"],repetition:["r-eh p-ah t-ih1 sh-ah-n","nn"],repetitious:["r-eh p-ah t-ih1 sh-ah-s","jj"],repetitive:["r-ih p-eh1 t-ih t-ih-v","jj"],rephrase:["r-iy f-r-ey1-z","vb"],replace:["r-iy p-l-ey1-s","vb vbp"],replaced:["r-iy p-l-ey1-s-t","vbn vbd"],replacement:["r-ih p-l-ey1-s m-ah-n-t","nn jj"],replaces:["r-ih p-l-ey1 s-ih-z","vbz"],replacing:["r-ih p-l-ey1 s-ih-ng","vbg"],replant:["r-iy-p-l-ae1-n-t","vb"],replanted:["r-iy p-l-ae1-n t-ih-d","vbn"],replay:["r-iy p-l-ey1","nn vb"],replaying:["r-iy p-l-ey1 ih-ng","vbg"],replenish:["r-iy p-l-eh1 n-ih-sh","vb"],replenished:["r-iy p-l-eh1 n-ih-sh-t","vbn vbd"],replenishment:["r-ih p-l-eh1 n-ih-sh m-ah-n-t","nn"],replete:["r-iy p-l-iy1-t","jj"],replica:["r-eh1 p-l-ih k-ah","nn"],replicate:["r-eh1 p-l-ah k-ey-t","vb"],replicated:["r-eh1 p-l-ih k-ey t-ih-d","vbn"],replicating:["r-eh1 p-l-ih k-ey t-ih-ng","vbg"],replication:["r-eh p-l-ah k-ey1 sh-ah-n","nn"],replied:["r-ih p-l-ay1-d","vbd vbn"],reply:["r-ih p-l-ay1","nn vb vbp"],replying:["r-ih p-l-ay1 ih-ng","vbg"],report:["r-iy p-ao1-r-t","nn vbp vb"],reportage:["r-ih p-ao1-r t-ih-jh","nn"],reported:["r-iy p-ao1-r t-ah-d","vbd jj vb vbn vbp"],reportedly:["r-ih p-ao1-r t-ah-d l-iy","rb"],reporter:["r-ih p-ao1-r t-er","nn"],reporting:["r-iy p-ao1-r t-ih-ng","vbg"],reportorial:["r-eh p-er t-ao1 r-iy ah-l","jj"],repose:["r-iy p-ow1-z","nn"],reposition:["r-iy p-ah z-ih1 sh-ah-n","vb"],repositioning:["r-iy p-ah z-ih1 sh-ah-n ih-ng","nn vbg"],repository:["r-iy p-aa1 z-ah t-ao r-iy","nn"],repossess:["r-iy p-ah z-eh1-s","vb"],repossessed:["r-iy p-ah z-eh1-s-t","jj vbn"],reprehensible:["r-eh p-r-ih hh-eh1-n s-ah b-ah-l","jj"],represent:["r-eh p-r-ah z-eh1-n-t","vb vbp"],representation:["r-eh p-r-ah z-eh-n t-ey1 sh-ah-n","nn"],representational:["r-eh p-r-ah z-ah-n t-ey1 sh-ah n-ah-l","jj nn"],representative:["r-eh p-r-ah z-eh1-n t-ah t-ih-v","nn jj"],represented:["r-eh p-r-ah z-eh1-n t-ah-d","vbn vbd"],representing:["r-eh p-r-ih z-eh1-n t-ih-ng","vbg"],represents:["r-eh p-r-ah z-eh1-n-t-s","vbz"],repress:["r-iy p-r-eh1-s","vb"],repressed:["r-iy p-r-eh1-s-t","vbn jj"],repressing:["r-iy p-r-eh1 s-ih-ng","vbg"],repression:["r-iy p-r-eh1 sh-ah-n","nn"],repressive:["r-iy p-r-eh1 s-ih-v","jj"],reprice:["r-iy p-r-ay1-s","vb"],repriced:["r-iy p-r-ay1-s-t","vbn"],repricing:["r-iy p-r-ay1 s-ih-ng","nn"],reprieve:["r-iy p-r-iy1-v","nn"],reprimand:["r-eh1-p-r-ah-m-ae-n-d","vb"],reprimanded:["r-eh1 p-r-ah m-ae-n d-ih-d","vbn"],reprint:["r-iy p-r-ih1-n-t","vb"],reprinted:["r-iy p-r-ih1-n t-ih-d","vbn vbd"],reprinting:["r-iy p-r-ih1-n t-ih-ng","vbg"],reprisal:["r-iy p-r-ay1 z-ah-l","nn"],reproach:["r-iy p-r-ow1-ch","nn"],reprocess:["r-iy p-r-ao1 s-eh-s","vb"],reproduce:["r-iy p-r-ah d-uw1-s","vb"],reproduced:["r-iy p-r-ah d-uw1-s-t","vbn vbd"],reproduces:["r-iy p-r-ah d-uw1 s-ih-z","vbz"],reproducing:["r-iy p-r-ah d-uw1 s-ih-ng","vbg"],reproduction:["r-iy p-r-ah d-ah1-k sh-ah-n","nn"],reproductive:["r-iy p-r-ah d-ah1-k t-ih-v","jj"],reptile:["r-eh1-p t-ay-l","nn"],republic:["r-iy p-ah1 b-l-ah-k","nn"],republican:["r-ih p-ah1 b-l-ih k-ah-n","jj"],repudiate:["r-iy p-y-uw1 d-iy ey-t","vb"],repudiated:["r-iy p-y-uw1 d-iy ey t-ah-d","vbn vbd"],repudiating:["r-iy p-y-uw1 d-iy ey t-ih-ng","vbg"],repudiation:["r-ih p-y-uw d-iy ey1 sh-ah-n","nn"],repugnant:["r-ih p-ah1-g n-ah-n-t","jj"],repulse:["r-iy-p-ah1-l-s","vb"],repulsed:["r-iy p-ah1-l-s-t","vbn"],repulsive:["r-iy p-ah1-l s-ih-v","jj"],repurchase:["r-iy p-er1 ch-ah-s","nn vbd vbn jj vb"],repurchased:["r-iy p-er1 ch-ah-s-t","vbn vbd"],repurchasing:["r-iy p-er1 ch-ah s-ih-ng","vbg"],reputable:["r-eh1 p-y-ah t-ah b-ah-l","jj"],reputation:["r-eh p-y-ah t-ey1 sh-ah-n","nn"],repute:["r-iy p-y-uw1-t","nn vb"],reputed:["r-ih p-y-uw1 t-ih-d","vbn jj"],reputedly:["r-ih p-y-uw1 t-ih-d l-iy","rb"],requalify:["r-iy k-w-aa1 l-ah f-ay","vb"],request:["r-ih k-w-eh1-s-t","nn vb vbp"],requested:["r-ih k-w-eh1 s-t-ih-d","vbd vbn"],requesting:["r-ih k-w-eh1 s-t-ih-ng","vbg"],require:["r-iy k-w-ay1 er","vb vbp"],required:["r-iy k-w-ay1 er-d","vbn vbd jj"],requirement:["r-ih k-w-ay1-r m-ah-n-t","nn"],requires:["r-iy k-w-ay1 er-z","vbz"],requiring:["r-iy k-w-ay1 er ih-ng","vbg"],requisite:["r-eh1 k-w-ah z-ah-t","jj"],requisition:["r-eh-k-w-ah-z-ih1-sh-ah-n","vb"],requisitioned:["r-eh k-w-ah z-ih1 sh-ah-n-d","vbd vbn"],reread:["r-iy1 r-iy1-d","vb vbd vbn"],reroute:["r-iy-r-uw1-t","vb"],rerouted:["r-iy r-uw1 t-ih-d","vbn"],rerouting:["r-iy r-uw1 t-ih-ng","vbg"],rerun:["r-iy1 r-ah1-n","nn"],resale:["r-iy1 s-ey-l","nn"],reschedule:["r-iy s-k-eh1 jh-uw-l","vb"],rescheduled:["r-iy s-k-eh1 jh-uw-l-d","vbd vbn"],rescheduling:["r-iy s-k-eh1 jh-uw l-ih-ng","vbg"],rescind:["r-ih s-ih1-n-d","vb"],rescinded:["r-ih s-ih1-n d-ih-d","vbn vbd"],rescinding:["r-ih s-ih1-n d-ih-ng","vbg"],rescission:["r-ih s-ih1 zh-ah-n","nn"],rescue:["r-eh1 s-k-y-uw","nn vb"],rescued:["r-eh1 s-k-y-uw-d","vbn vbd"],rescuer:["r-eh1 s-k-y-uw er","nn"],rescuing:["r-eh1 s-k-y-uw ih-ng","vbg"],reseacher:["r-iy s-er1 ch-er","nn"],research:["r-iy s-er1-ch","nn vb vbp"],researched:["r-iy s-er1-ch-t","vbn vbd"], +researcher:["r-iy1 s-er ch-er","nn"],researching:["r-iy s-er1 ch-ih-ng","vbg"],resell:["r-iy s-eh1-l","vb vbp jj"],reseller:["r-iy s-eh1 l-er","jj nn"],reselling:["r-iy s-eh1 l-ih-ng","vbg"],resells:["r-iy s-eh1-l-z","vbz"],resemblance:["r-ih z-eh1-m b-l-ah-n-s","nn"],resemble:["r-ih z-eh1-m b-ah-l","vb vbp"],resembled:["r-ih z-eh1-m b-ah-l-d","vbd"],resembles:["r-ih z-eh1-m b-ah-l-z","vbz"],resembling:["r-ih z-eh1-m b-ah-l ih-ng","vbg"],resent:["r-ih z-eh1-n-t","vbp vb"],resented:["r-iy z-eh1-n t-ah-d","vbd vbn"],resentful:["r-ih z-eh1-n-t f-ah-l","jj"],resentment:["r-ih z-eh1-n-t m-ah-n-t","nn"],resents:["r-ih z-eh1-n-t-s","vbz"],reservation:["r-eh z-er v-ey1 sh-ah-n","nn"],reserve:["r-ih z-er1-v","nn jj vb vbp"],reserved:["r-ih z-er1-v-d","vbn vbd jj"],reserving:["r-ih z-er1 v-ih-ng","vbg"],reservist:["r-ih z-er1 v-ih-s-t","nn"],reservoir:["r-eh1 z-ah v-w-aa-r","nn"],reset:["r-iy s-eh1-t","nn vbn jj vb"],resettable:["r-iy s-eh1 t-ah b-ah-l","jj"],resettle:["r-iy s-eh1 t-ah-l","vb"],resettled:["r-iy s-eh1 t-ah-l-d","vbn"],resettlement:["r-iy s-eh1 t-ah-l m-ah-n-t","nn"],reshape:["r-iy sh-ey1-p","vb"],reshaped:["r-iy sh-ey1-p-t","vbn vbd"],reshaping:["r-iy sh-ey1 p-ih-ng","vbg"],reshuffle:["r-iy sh-ah1 f-ah-l","nn vb"],reshuffled:["r-iy sh-ah1 f-ah-l-d","vbd"],reshuffling:["r-iy sh-ah1 f-ah-l ih-ng","vbg"],reside:["r-ih z-ay1-d","vbp vb"],resided:["r-ih z-ay1 d-ih-d","vbd vbn"],residence:["r-eh1 z-ih d-ah-n-s","nn"],residency:["r-eh1 z-ih d-ah-n s-iy","nn"],resident:["r-eh1 z-ih d-ah-n-t","nn jj"],residential:["r-eh z-ih d-eh1-n ch-ah-l","jj"],resides:["r-ih z-ay1-d-z","vbz"],residing:["r-ih z-ay1 d-ih-ng","vbg"],residual:["r-ih z-ih1 jh-uw ah-l","jj nn"],residue:["r-eh1 z-ah d-uw","nn"],resign:["r-ih z-ay1-n","vb vbp"],resignation:["r-eh z-ah-g n-ey1 sh-ah-n","nn"],resigned:["r-ih z-ay1-n-d","vbd vbn jj"],resigning:["r-ih z-ay1 n-ih-ng","vbg"],resigns:["r-ih z-ay1-n-z","vbz"],resilience:["r-ih z-ih1 l-iy ah-n-s","nn"],resiliency:["r-ih z-ih1 l-y-ah-n s-iy","nn"],resilient:["r-ih z-ih1 l-y-ah-n-t","jj"],resin:["r-eh1 z-ah-n","nn"],resist:["r-ih z-ih1-s-t","vb vbp"],resistance:["r-ih z-ih1 s-t-ah-n-s","nn"],resistant:["r-ih z-ih1 s-t-ah-n-t","jj nn"],resisted:["r-ih z-ih1 s-t-ih-d","vbn vbd"],resisting:["r-ih z-ih1 s-t-ih-ng","vbg"],resistor:["r-ih z-ih1 s-t-er","nn"],resists:["r-ih z-ih1-s-t-s","vbz"],resold:["r-iy s-ow1-l-d","vbn vbd vbp vb"],resolute:["r-eh1 z-ah l-uw-t","jj"],resolutely:["r-eh1 s-ah l-uw-t l-iy","rb"],resolution:["r-eh z-ah l-uw1 sh-ah-n","nn"],resolve:["r-iy z-aa1-l-v","vb nn"],resolved:["r-iy z-aa1-l-v-d","vbn vbd"],resolves:["r-iy z-aa1-l-v-z","vbz"],resolving:["r-iy z-aa1-l v-ih-ng","vbg"],resonance:["r-eh1 z-ah n-ah-n-s","nn"],resonant:["r-eh1 z-ah n-ah-n-t","jj"],resonate:["r-eh1 z-ah n-ey-t","vb"],resonates:["r-eh1 z-ah n-ey-t-s","vbz"],resort:["r-ih z-ao1-r-t","nn vbp vb"],resorted:["r-ih z-ao1-r t-ih-d","vbn"],resorting:["r-ih z-ao1-r t-ih-ng","vbg"],resounding:["r-iy s-aw1-n d-ih-ng","jj"],resource:["r-iy1 s-ao-r-s","nn"],resourceful:["r-iy s-ao1-r-s f-ah-l","jj"],resourcefulness:["r-iy s-ao1-r-s f-ah-l n-ah-s","nn"],respect:["r-ih s-p-eh1-k-t","nn vbp vb"],respectability:["r-iy s-p-eh-k t-ah b-ih1 l-ih t-iy","nn"],respectable:["r-ih s-p-eh1-k t-ah b-ah-l","jj"],respected:["r-ih s-p-eh1-k t-ih-d","vbn jj vbd"],respectful:["r-ih s-p-eh1-k-t f-ah-l","jj"],respectfully:["r-ih s-p-eh1-k-t f-ah l-iy","rb"],respecting:["r-iy s-p-eh1-k t-ih-ng","vbg"],respective:["r-ih s-p-eh1-k t-ih-v","jj"],respectively:["r-ih s-p-eh1-k t-ih-v l-iy","rb"],respiration:["r-eh s-p-er ey1 sh-ah-n","nn"],respirator:["r-eh1 s-p-er ey t-er","nn"],respiratory:["r-eh1 s-p-er ah t-ao r-iy","jj"],respite:["r-eh1 s-p-ih-t","nn"],resplendent:["r-iy s-p-l-eh1-n d-ah-n-t","jj"],respond:["r-ih s-p-aa1-n-d","vb nn vbp"],responded:["r-ih s-p-aa1-n d-ih-d","vbd vbn"],respondent:["r-ih s-p-aa1-n d-ah-n-t","nn"],responding:["r-ih s-p-aa1-n d-ih-ng","vbg"],responds:["r-ih s-p-aa1-n-d-z","vbz"],response:["r-ih s-p-aa1-n-s","nn"],responsibility:["r-iy s-p-aa-n s-ah b-ih1 l-ah t-iy","nn"],responsible:["r-iy s-p-aa1-n s-ah b-ah-l","jj"],responsibly:["r-ih s-p-aa1-n s-ah b-l-iy","rb"],responsive:["r-ih s-p-aa1-n s-ih-v","jj"],responsiveness:["r-ih s-p-aa1-n s-ih-v n-ah-s","nn"],rest:["r-eh1-s-t","nn vbp vb rb"],restage:["r-iy-s-t-ey1-jh","vb"],restaged:["r-iy s-t-ey1-jh-d","vbn"],restart:["r-iy s-t-aa1-r-t","vb"],restarted:["r-iy s-t-aa1-r t-ih-d","vbn vbd"],restarting:["r-iy s-t-aa1-r t-ih-ng","vbg"],restate:["r-iy s-t-ey1-t","vb"],restated:["r-iy s-t-ey1 t-ih-d","vbn vbd jj"],restatement:["r-iy s-t-ey1-t m-ah-n-t","nn"],restates:["r-iy s-t-ey1-t-s","vbz"],restating:["r-iy s-t-ey1 t-ih-ng","vbg"],restaurant:["r-eh1 s-t-er aa-n-t","nn"],restaurateur:["r-eh s-t-er ah t-er1","nn"],rested:["r-eh1 s-t-ah-d","vbd vbn"],restful:["r-eh1-s-t f-ah-l","jj"],resting:["r-eh1 s-t-ih-ng","vbg"],restitution:["r-eh s-t-ih t-uw1 sh-ah-n","nn"],restive:["r-eh1 s-t-ih-v","jj"],restless:["r-eh1-s-t l-ah-s","jj"],restlessly:["r-eh1-s-t l-ah-s l-iy","rb"],restlessness:["r-eh1-s-t l-ah-s n-ah-s","nn"],restock:["r-iy s-t-aa1-k","vb"],restoration:["r-eh s-t-er ey1 sh-ah-n","nn"],restore:["r-ih s-t-ao1-r","vb vbp"],restored:["r-ih s-t-ao1-r-d","vbn vbd"],restorer:["r-ih s-t-ao1 r-er","nn"],restores:["r-ih s-t-ao1-r-z","vbz"],restoring:["r-ih s-t-ao1 r-ih-ng","vbg"],restrain:["r-iy s-t-r-ey1-n","vb"],restrained:["r-iy s-t-r-ey1-n-d","vbn vbd jj"],restraining:["r-iy s-t-r-ey1 n-ih-ng","vbg jj nn"],restrains:["r-iy s-t-r-ey1-n-z","vbz"],restraint:["r-ih s-t-r-ey1-n-t","nn"],restrict:["r-iy s-t-r-ih1-k-t","vb vbp"],restricted:["r-iy s-t-r-ih1-k t-ah-d","vbn jj vbd"],restricting:["r-iy s-t-r-ih1-k t-ih-ng","vbg jj"],restriction:["r-iy-s t-r-ih1-k sh-ah-n","nn"],restrictive:["r-iy s-t-r-ih1-k t-ih-v","jj"],restricts:["r-iy s-t-r-ih1-k-t-s","vbz"],restroom:["r-eh1-s-t r-uw-m","nn"],restructure:["r-iy s-t-r-ah1-k ch-er","vb vbp nn"],restructured:["r-iy s-t-r-ah1-k ch-er-d","vbn vbd jj"],restructures:["r-iy s-t-r-ah1-k ch-er-z","vbz"],restructuring:["r-iy s-t-r-ah1-k ch-er ih-ng","vbg nn"],restyle:["r-iy-s-t-ay1-l","vb"],restyled:["r-iy s-t-ay1-l-d","vbn jj"],resubmit:["r-iy s-ah-b m-ih1-t","vb"],resubmitted:["r-iy s-ah-b m-ih1 t-ih-d","vbd"],result:["r-ih z-ah1-l-t","nn vbp vb"],resultant:["r-iy z-ah1-l t-ah-n-t","jj nn"],resulted:["r-ih z-ah1-l t-ih-d","vbd vbn"],resulting:["r-ih z-ah1-l t-ih-ng","vbg jj"],resume:["r-ih z-uw1-m","vb nn vbp"],resumed:["r-ih z-uw1-m-d","vbd vbn"],resuming:["r-ih z-uw1 m-ih-ng","vbg"],resumption:["r-ih z-ah1-m-p sh-ah-n","nn"],resurface:["r-iy-s-er1-f-ah-s","vb"],resurfaced:["r-iy s-er1 f-ah-s-t","vbd vbn"],resurge:["r-iy s-er1-jh","vb"],resurgence:["r-iy s-er1 jh-ah-n-s","nn"],resurgent:["r-ih s-er1 jh-ah-n-t","jj"],resurging:["r-iy s-er1 jh-ih-ng","vbg"],resurrect:["r-eh z-er eh1-k-t","vb vbp"],resurrected:["r-eh z-er eh1-k t-ih-d","vbn vbd"],resurrecting:["r-eh z-er eh1-k t-ih-ng","vbg"],resurrection:["r-eh z-er eh1-k sh-ah-n","nn"],resuscitate:["r-ih s-ah1 s-ih t-ey-t","vb"],resuscitated:["r-ih s-ah1 s-ih t-ey t-ih-d","vbn"],resuscitating:["r-ih s-ah1 s-ih t-ey t-ih-ng","vbg"],resuscitation:["r-ih s-ah s-ih t-ey1 sh-ah-n","nn"],retail:["r-iy1 t-ey-l","jj nn vb vbp"],retailed:["r-iy1 t-ey-l-d","vbn"],retailer:["r-iy1 t-ey l-er","nn"],retailing:["r-iy1 t-ey l-ih-ng","vbg"],retain:["r-ih t-ey1-n","vb vbp"],retained:["r-ih t-ey1-n-d","vbn jj vbd"],retainer:["r-ih t-ey1 n-er","nn"],retaining:["r-ih t-ey1 n-ih-ng","vbg"],retains:["r-ih t-ey1-n-z","vbz"],retake:["r-iy1 t-ey1-k","vb"],retaliate:["r-ih t-ae1 l-iy ey-t","vb"],retaliated:["r-ih t-ae1 l-iy ey t-ih-d","vbd"],retaliating:["r-ih t-ae1 l-iy ey t-ih-ng","vbg"],retaliation:["r-iy t-ae l-iy ey1 sh-ah-n","nn"],retaliatory:["r-iy t-ae1 l-y-ah t-ao r-iy","jj"],retard:["r-ih t-aa1-r-d","vb vbp"],retardant:["r-iy t-aa1-r d-ah-n-t","nn"],retardation:["r-iy t-aa-r d-ey1 sh-ah-n","nn"],retarded:["r-ih t-aa1-r d-ih-d","jj nn"],retarding:["r-ih t-aa1-r d-ih-ng","vbg"],retelling:["r-iy t-eh1 l-ih-ng","nn"],retention:["r-iy t-eh1-n sh-ah-n","nn"],rethink:["r-iy th-ih1-ng-k","vb nn"],rethinking:["r-iy th-ih1-ng k-ih-ng","vbg"],reticence:["r-eh1 t-ih s-ah-n-s","nn"],reticent:["r-eh1 t-ih s-ah-n-t","jj"],retina:["r-eh1 t-ah n-ah","nn"],retinal:["r-eh1 t-ah n-ah-l","jj"],retinue:["r-eh1 t-ah n-uw","nn"],retire:["r-ih t-ay1-r","vb vbp"],retired:["r-ih t-ay1-r-d","vbn jj vbd"],retiree:["r-iy t-ay1 r-iy1","nn"],retirement:["r-iy t-ay1 er m-ah-n-t","nn"],retires:["r-ih t-ay1-r-z","vbz"],retiring:["r-ih t-ay1 r-ih-ng","vbg jj"],retool:["r-iy-t-uw1-l","vb"],retooled:["r-iy t-uw1-l-d","vbn vbd"],retooling:["r-iy t-uw1 l-ih-ng","vbg"],retort:["r-iy1 t-ao-r-t","nn vb vbp"],retorted:["r-iy t-ao1-r t-ih-d","vbd"],retouching:["r-iy t-ah1 ch-ih-ng","nn"],retrace:["r-iy t-r-ey1-s","vb"],retraced:["r-iy t-r-ey1-s-t","vbd"],retracing:["r-iy t-r-ey1 s-ih-ng","vbg"],retract:["r-iy t-r-ae1-k-t","vb"],retractable:["r-iy t-r-ae1-k t-ah b-ah-l","jj"],retracted:["r-iy t-r-ae1-k t-ah-d","vbn vbd jj"],retracting:["r-iy t-r-ae1-k t-ih-ng","vbg"],retraction:["r-iy t-r-ae1-k sh-ah-n","nn"],retrain:["r-iy t-r-ey1-n","vb"],retrained:["r-iy t-r-ey1-n-d","vbn"],retraining:["r-iy t-r-ey1 n-ih-ng","vbg"],retread:["r-iy t-r-eh1-d","nn"],retreat:["r-iy t-r-iy1-t","nn vb"],retreated:["r-iy t-r-iy1 t-ah-d","vbd vbn"],retreating:["r-iy t-r-iy1 t-ih-ng","vbg"],retrench:["r-iy-t-r-eh1-n-ch","vb"],retrenching:["r-iy t-r-eh1-n ch-ih-ng","vbg"],retrenchment:["r-iy t-r-eh1-n-ch m-ah-n-t","nn"],retrial:["r-iy t-r-ay1 ah-l","nn"],retribution:["r-eh t-r-ah b-y-uw1 sh-ah-n","nn"],retried:["r-iy t-r-ay1-d","vbn"],retrieval:["r-ih t-r-iy1 v-ah-l","nn"],retrieve:["r-ih t-r-iy1-v","vb vbp"],retrieved:["r-iy t-r-iy1-v-d","vbn vbd"],retriever:["r-iy t-r-iy1 v-er","nn"],retro:["r-eh1 t-r-ow","jj"],retroactive:["r-eh t-r-ow ae1-k t-ih-v","jj"],retroactively:["r-eh t-r-ow ae1-k t-ih-v l-iy","rb"],retroactivity:["r-eh t-r-ow ae-k t-ih1 v-ih t-iy","nn"],retrofit:["r-eh1 t-r-ow f-ih-t","vb"],retrofitted:["r-eh1 t-r-ow f-ih t-ih-d","vbn"],retrofitting:["r-eh1 t-r-ow f-ih t-ih-ng","nn"],retrograde:["r-eh1 t-r-ah g-r-ey-d","jj"],retrospect:["r-eh1 t-r-ah s-p-eh-k-t","nn"],retrospective:["r-eh t-r-ah s-p-eh1-k t-ih-v","nn jj"],retrovirus:["r-eh t-r-ow v-ay1 r-ah-s","nn"],retry:["r-iy t-r-ay1","vb"],"return":["r-ih t-er1-n","nn vbp jj vb"],returned:["r-ih t-er1-n-d","vbd vbn"],returning:["r-ih t-er1 n-ih-ng","vbg"],reunification:["r-iy uw n-ah f-ah k-ey1 sh-ah-n","nn"],reunion:["r-iy uw1 n-y-ah-n","nn"],reunite:["r-iy uw n-ay1-t","vb"],reunited:["r-iy uw n-ay1 t-ih-d","vbn"],reuniting:["r-iy uw n-ay1 t-ih-ng","vbg"],reusable:["r-iy uw1 z-ah b-ah-l","jj"],reuse:["r-iy y-uw1-s","vb"],reused:["r-iy uw1-z-d","vbn"],rev:["r-eh1-v","vb"],revaluation:["r-iy v-ae1-l y-uw ey1 sh-ah-n","nn"],revalue:["r-iy-v-ae1-l-y-uw","vb"],revalued:["r-iy v-ae1-l y-uw-d","vbn"],revaluing:["r-iy v-ae1-l y-uw ih-ng","nn"],revamp:["r-iy v-ae1-m-p","vb nn"],revamped:["r-iy v-ae1-m-p-t","vbn vbd jj"],revamping:["r-iy v-ae1-m p-ih-ng","vbg"],revamps:["r-iy v-ae1-m-p-s","vbz"],reveal:["r-ih v-iy1-l","vb vbp"],revealed:["r-ih v-iy1-l-d","vbd jj vbn"],revealing:["r-ih v-iy1 l-ih-ng","vbg jj"],reveals:["r-ih v-iy1-l-z","vbz"],revel:["r-eh1 v-ah-l","vb nn vbp"],revelation:["r-eh v-ah l-ey1 sh-ah-n","nn"],revelatory:["r-ih v-eh1 l-ah t-ao r-iy","jj"],reveled:["r-eh1 v-ah-l-d","vbd"],reveler:["r-eh1 v-ah l-er","nn"],reveling:["r-eh1 v-ah-l ih-ng","vbg"],revelry:["r-eh1 v-ah-l r-iy","nn"],revenge:["r-iy v-eh1-n-jh","nn"],revenue:["r-eh1 v-ah n-uw","nn"],reverberate:["r-ih v-er1 b-er ah-t","vb"],reverberated:["r-ih v-er1 b-er ey t-ih-d","vbn vbd"],reverberating:["r-ih v-er1 b-er ey t-ih-ng","vbg"],reverberation:["r-iy v-er b-er ey1 sh-ah-n","nn"],revere:["r-ih-v-ih1-r","vb"],revered:["r-ih v-ih1-r-d","vbn jj"],reverence:["r-eh1 v-er ah-n-s","nn"],reverent:["r-eh1 v-er ah-n-t","jj"],reverential:["r-eh v-er eh1-n ch-ah-l","jj"],reverie:["r-eh1 v-er iy","nn"],reversal:["r-ih v-er1 s-ah-l","nn"],reverse:["r-ih v-er1-s","vb jj nn rb vbp"],reversed:["r-ih v-er1-s-t","vbd jj vbn"],reversible:["r-ih v-er1 s-ah b-ah-l","jj"],reversing:["r-ih v-er1 s-ih-ng","vbg"],revert:["r-ih v-er1-t","vb vbp"],reverted:["r-ih v-er1 t-ih-d","vbd vbn"],reverting:["r-ih v-er1 t-ih-ng","vbg"],reverts:["r-ih v-er1-t-s","vbz"],review:["r-iy v-y-uw1","nn vb vbp"],reviewed:["r-iy v-y-uw1-d","vbn vbd"],reviewer:["r-iy v-y-uw1 er","nn"],reviewing:["r-iy v-y-uw1 ih-ng","vbg"],revile:["r-iy-v-ay1-l","vb"],reviled:["r-iy v-ay1-l-d","vbn jj"],revise:["r-ih v-ay1-z","vb"],revised:["r-ih v-ay1-z-d","vbn vbd jj"],revises:["r-ih v-ay1 z-ih-z","vbz"],revising:["r-ih v-ay1 z-ih-ng","vbg"],revision:["r-iy v-ih1 zh-ah-n","nn"],revisionist:["r-iy v-ih1 zh-ah-n ih-s-t","jj"],revisit:["r-iy v-ih1 z-ih-t","vb nn"],revisited:["r-iy v-ih1 z-ah t-ih-d","vbd vbn"],revisits:["r-iy v-ih1 z-ih-t-s","vbz"],revitalization:["r-iy v-ay t-ah l-ah z-ey1 sh-ah-n","nn jj"],revitalize:["r-iy v-ay1 t-ah l-ay-z","vb"],revitalized:["r-iy v-ay1 t-ah l-ay-z-d","vbd vbn"],revitalizing:["r-iy v-ay1 t-ah l-ay z-ih-ng","vbg"],revival:["r-ih v-ay1 v-ah-l","nn"],revive:["r-ih v-ay1-v","vb vbp"],revived:["r-ih v-ay1-v-d","vbn vbd"],revives:["r-iy v-ay1-v-z","vbz"],reviving:["r-ih v-ay1 v-ih-ng","vbg jj"],revocable:["r-eh1 v-ah k-ah b-ah-l","jj"],revocation:["r-eh v-ah k-ey1 sh-ah-n","nn"],revoke:["r-ih v-ow1-k","vb"],revoked:["r-ih v-ow1-k-t","vbn"],revoking:["r-ih v-ow1 k-ih-ng","vbg"],revolt:["r-ih v-ow1-l-t","nn vb"],revolted:["r-ih v-ow1-l t-ih-d","vbd"],revolting:["r-iy v-ow1-l t-ih-ng","jj"],revolution:["r-eh v-ah l-uw1 sh-ah-n","nn"],revolutionary:["r-eh v-ah l-uw1 sh-ah-n eh r-iy","jj nn"],revolutionist:["r-eh v-ah l-uw1 sh-ah-n ih-s-t","nn"],revolutionize:["r-eh v-ah l-uw1 sh-ah-n ay-z","vb"],revolutionized:["r-eh v-ah l-uw1 sh-ah-n ay-z-d","vbd vbn"],revolutionizing:["r-eh v-ah l-uw1 sh-ah-n ay z-ih-ng","vbg"],revolve:["r-iy v-aa1-l-v","vb vbp"],revolved:["r-iy v-aa1-l-v-d","vbd vbn"],revolver:["r-ih v-aa1-l v-er","nn"],revolves:["r-iy v-aa1-l-v-z","vbz"],revolving:["r-iy v-aa1-l v-ih-ng","vbg jj"],revs:["r-eh1-v-z","vbz"],revulsion:["r-ih v-ah1-l sh-ah-n","nn"],revved:["r-eh1-v-d","vbd vbn"],reward:["r-ih w-ao1-r-d","nn vb vbp"],rewarded:["r-ih w-ao1-r d-ih-d","vbn vbd"],rewarding:["r-ih w-ao1-r d-ih-ng","jj vbg"],rework:["r-iy-w-er1-k","vb"],reworked:["r-iy w-er1-k-t","vbd vbn"],reworking:["r-iy w-er1 k-ih-ng","nn"],rewrite:["r-iy r-ay1-t","vb nn"],rewrites:["r-iy r-ay1-t-s","vbz"],rewriting:["r-iy r-ay1 t-ih-ng","vbg"],rewritten:["r-iy r-ih1 t-ah-n","vbn"],rewrote:["r-iy r-ow1-t","vbd"],rhapsodic:["r-ae-p s-aa1 d-ih-k","jj"],rhapsody:["r-ae1-p s-ah d-iy","nn"],rhetoric:["r-eh1 t-er ih-k","nn"],rhetorical:["r-ih t-ao1 r-ih k-ah-l","jj"],rhetorician:["r-eh t-er ih1 sh-ah-n","nn"],rheumatic:["r-uw m-ae1 t-ih-k","jj"],rheumatism:["r-uw1 m-ah t-ih z-ah-m","nn"],rheumatoid:["r-uw1 m-ah t-oy-d","jj"],rhinestone:["r-ay1-n s-t-ow-n","nn"],rhino:["r-ay1 n-ow","nn"],rhinoceros:["r-ay n-aa1 s-er ah-s","nn"],rhododendron:["r-ow d-ah d-eh1-n d-r-ah-n","nn"],rhyme:["r-ay1-m","nn vb"],rhymed:["r-ay1-m-d","vbd"],rhyming:["r-ay1 m-ih-ng","vbg"],rhythm:["r-ih1 dh-ah-m","nn"],rhythmic:["r-ih1-dh m-ih-k","jj"],rhythmically:["r-ih1-dh m-ih-k l-iy","rb"],rib:["r-ih1-b","nn"],ribbed:["r-ih1-b-d","jj"],ribbing:["r-ih1 b-ih-ng","nn"],ribbon:["r-ih1 b-ah-n","nn"],rice:["r-ay1-s","nn"],rich:["r-ih1-ch","jj"],richer:["r-ih1 ch-er","jjr"],riches:["r-ih1 ch-ah-z","nn"],richest:["r-ih1 ch-ah-s-t","jjs"],richly:["r-ih1-ch l-iy","rb"],richness:["r-ih1-ch n-ah-s","nn"],rickety:["r-ih1 k-ah t-iy","jj"],ricochet:["r-ih1-k-ah-sh-ey","vb"],ricocheted:["r-ih1 k-ah sh-ey-d","vbd"],rid:["r-ih1-d","jj vbn vbd rb vb"],riddance:["r-ih1 d-ah-n-s","nn"],ridden:["r-ih1 d-ah-n","vbn"],ridding:["r-ih1 d-ih-ng","vbg"],riddle:["r-ih1 d-ah-l","nn vb"],riddled:["r-ih1 d-ah-l-d","vbn jj"],ride:["r-ay1-d","vb nn vbp"],rider:["r-ay1 d-er","nn"],ridership:["r-ay1 d-er sh-ih-p","nn"],ridge:["r-ih1-jh","nn"],ridicule:["r-ih1 d-ah k-y-uw-l","nn vb"],ridiculed:["r-ih1 d-ah k-y-uw-l-d","vbn"],ridicules:["r-ih1 d-ah k-y-uw-l-z","vbz"],ridiculing:["r-ih1 d-ah k-y-uw l-ih-ng","vbg"],ridiculous:["r-ih d-ih1 k-y-ah l-ah-s","jj"],ridiculously:["r-ah d-ih1 k-y-ah l-ah-s l-iy","rb"],riding:["r-ay1 d-ih-ng","vbg jj nn"],rife:["r-ay1-f","jj"],riff:["r-ih1-f","nn"],riffle:["r-ih1 f-ah-l","vb"],rifle:["r-ay1 f-ah-l","nn"],rifled:["r-ay1 f-ah-l-d","jj"],rifleman:["r-ay1 f-ah-l m-ah-n","nn"],rifling:["r-ay1 f-l-ih-ng","nn"],rift:["r-ih1-f-t","nn"],rig:["r-ih1-g","nn vbp vb"],rigged:["r-ih1-g-d","vbn vbd jj"],rigging:["r-ih1 g-ih-ng","nn"],right:["r-ay1-t","nn rb vb in jj"],righted:["r-ay1 t-ih-d","vbn"],righteous:["r-ay1 ch-ah-s","jj"],righteousness:["r-ay1 ch-ah-s n-ah-s","nn"],rightful:["r-ay1-t f-ah-l","jj"],rightfully:["r-ay1-t f-ah l-iy","rb"],rightist:["r-ay1 t-ih-s-t","jj"],rightly:["r-ay1-t l-iy","rb"],rightness:["r-ay1-t n-ah-s","nn"],rightward:["r-ay1-t w-er-d","jj"],rigid:["r-ih1 jh-ah-d","jj"],rigidity:["r-ih jh-ih1 d-ah t-iy","nn"],rigidly:["r-ih1 jh-ih-d l-iy","rb"],rigor:["r-ih1 g-er","nn"],rigorous:["r-ih1 g-er ah-s","jj"],rigorously:["r-ih1 g-er ah-s l-iy","rb"],rile:["r-ay1-l","vbp vb"],riled:["r-ay1-l-d","vbn"],riles:["r-ay1-l-z","vbz"],rill:["r-ih1-l","nn"],rim:["r-ih1-m","nn"],rimmed:["r-ih1-m-d","jj vbd"],rind:["r-ay1-n-d","nn"],ring:["r-ih1-ng","nn vb vbp"],ringed:["r-ih1-ng-d","jj vbn"],ringer:["r-ih1 ng-er","nn"],ringing:["r-ih1 ng-ih-ng","vbg"],ringleader:["r-ih1-ng l-iy d-er","nn"],ringside:["r-ih1-ng s-ay-d","nn"],rink:["r-ih1-ng-k","nn"],rinse:["r-ih1-n-s","nn vb"],rinsing:["r-ih1-n s-ih-ng","nn vbg"],riot:["r-ay1 ah-t","nn vb"],rioted:["r-ay1 ah t-ih-d","vbd"],rioter:["r-ay1 ah t-er","nn"],rioting:["r-ay1 ah t-ih-ng","nn"],riotous:["r-ay1 ah t-ah-s","jj"],rip:["r-ih1-p","vb nn"],ripe:["r-ay1-p","jj"],ripen:["r-ay1 p-ah-n","vb vbp"],ripened:["r-ay1 p-ah-n-d","vbd vbn"],ripening:["r-ay1 p-ah n-ih-ng","vbg jj"],ripped:["r-ih1-p-t","vbd vbn"],ripping:["r-ih1 p-ih-ng","vbg"],ripple:["r-ih1 p-ah-l","nn vb vbp jj"],rippled:["r-ih1 p-ah-l-d","vbd"],rippling:["r-ih1 p-ah-l ih-ng","vbg"],rise:["r-ay1-z","vbp vb"],risen:["r-ih1 z-ah-n","n vbn"],rising:["r-ay1 z-ih-ng","vbg jj"],risk:["r-ih1-s-k","nn vbp vb"],risked:["r-ih1-s-k-t","vbd vbn"],riskier:["r-ih1-s-k iy er","jjr rbr nn"],riskiest:["r-ih1-s k-iy ah-s-t","jjs"],riskiness:["r-ih1-s-k iy n-ah-s","nn"],risking:["r-ih1 s-k-ih-ng","vbg"],risky:["r-ih1-s k-iy","jj"],rite:["r-ay1-t","nn"],ritual:["r-ih1 ch-uw ah-l","nn"],ritzy:["r-ih1-t s-iy","jj"],rival:["r-ay1 v-ah-l","jj nn vb vbp"],rivaled:["r-ay1 v-ah-l-d","vbd"],rivaling:["r-ay1 v-ah-l ih-ng","vbg"],rivalry:["r-ay1 v-ah-l r-iy","nn"],riven:["r-ih1 v-ah-n","vbn"],river:["r-ih1 v-er","nn"],riverbank:["r-ih1 v-er b-ae-ng-k","nn"],riverboat:["r-ih1 v-er b-ow-t","nn"],riverfront:["r-ih1 v-er f-r-ah-n-t","nn"],riverside:["r-ih1 v-er s-ay-d","nn"],rivet:["r-ih1-v-ah-t","vb"],riveted:["r-ih1 v-ah t-ih-d","vbn vbd"],riveting:["r-ih1 v-ah t-ih-ng","vbg jj"],roach:["r-ow1-ch","nn"],road:["r-ow1-d","nn"],roadblock:["r-ow1-d b-l-aa-k","nn"],roadrunner:["r-ow1 d-r-ah n-er","nn"],roadside:["r-ow1-d s-ay-d","nn jj"],roadster:["r-ow1-d s-t-er","nn"],roadway:["r-ow1-d w-ey","nn"],roam:["r-ow1-m","vb vbp"],roamed:["r-ow1-m-d","vbd"],roaming:["r-ow1 m-ih-ng","vbg"],roams:["r-ow1-m-z","vbz"],roar:["r-ao1-r","nn vb"],roared:["r-ao1-r-d","vbd"],roaring:["r-ao1 r-ih-ng","vbg jj nn"],roars:["r-ao1-r-z","vbz"],roast:["r-ow1-s-t","nn vb vbn"],roasted:["r-ow1 s-t-ah-d","vbn jj vbd"],roaster:["r-ow1 s-t-er","nn"],rob:["r-aa1-b","vb vbp"],robbed:["r-aa1-b-d","vbn vbd"],robber:["r-aa1 b-er","nn"],robbery:["r-aa1 b-er iy","nn"],robbing:["r-aa1 b-ih-ng","vbg"],robe:["r-ow1-b","nn"],robed:["r-ow1-b-d","vbn"],robin:["r-aa1 b-ah-n","nn"],robot:["r-ow1 b-aa-t","nn"],robotic:["r-ow b-aa1 t-ih-k","jj"],robs:["r-aa1-b-z","vbz"],robust:["r-ow b-ah1-s-t","jj"],robustly:["r-ow b-ah1-s-t l-iy","rb"],robustness:["r-ow b-ah1-s-t n-ah-s","nn"],rock:["r-aa1-k","nn jj vb vbp"],rocked:["r-aa1-k-t","vbd vbn"],rocker:["r-aa1 k-er","nn"],rocket:["r-aa1 k-ah-t","nn vb"],rocketed:["r-aa1 k-ah t-ih-d","vbd vbn"],rocketing:["r-aa1 k-ah t-ih-ng","vbg"],rocking:["r-aa1 k-ih-ng","nn jj vbg"],rocky:["r-aa1 k-iy","jj"],rococo:["r-ah k-ow1 k-ow","jj nn"],rod:["r-aa1-d","nn"],rodding:["r-aa1 d-ih-ng","nn"],rode:["r-ow1-d","vbd"],rodent:["r-ow1 d-ah-n-t","nn"],rodeo:["r-ow1 d-iy ow","nn"],roemer:["r-ow1 m-er","nn"],rogue:["r-ow1-g","jj"],roil:["r-oy1-l","vb"],roiled:["r-oy1-l-d","vbn"],roiling:["r-oy1 l-ih-ng","vbg jj"],role:["r-ow1-l","nn"],roleplaying:["r-ow1-l p-l-ey ih-ng","nn"],roll:["r-ow1-l","nn vb vbp"],rollback:["r-ow1-l b-ae-k","nn"],rolled:["r-ow1-l-d","vbd vbn jj"],roller:["r-ow1 l-er","nn"],rollercoaster:["r-ow1 l-er k-ow s-t-er","nn jj"],rollicking:["r-aa1 l-ih k-ih-ng","jj"],rolling:["r-ow1 l-ih-ng","vbg jj nn"],rollout:["r-ow1-l aw-t","nn"],rollover:["r-ow1 l-ow v-er","nn"],romance:["r-ow m-ae1-n-s","nn vb"],romancing:["r-ow m-ae1-n s-ih-ng","vbg"],romantic:["r-ow m-ae1-n t-ih-k","jj nn"],romantically:["r-ow m-ae1-n t-ih k-ah l-iy","rb"],romanticism:["r-ow m-ae1-n t-ah s-ih z-ah-m","nn"],romanticize:["r-ow m-ae1-n t-ah s-ay-z","vb"],romanticized:["r-ow m-ae1-n t-ah s-ay-z-d","vbn"],romanticizing:["r-ow m-ae1-n t-ah s-ay z-ih-ng","nn"],romp:["r-aa1-m-p","nn vb vbp"],romping:["r-aa1-m p-ih-ng","vbg"],roof:["r-uw1-f","nn vb"],roofed:["r-uw1-f-t","vbn"],roofer:["r-uw1 f-er","nn"],roofing:["r-uw1 f-ih-ng","nn"],rooftop:["r-uw1-f t-aa-p","nn"],rooftree:["r-uw1-f t-r-iy","nn"],rook:["r-uh1-k","nn"],rookie:["r-uh1 k-iy","nn"],room:["r-uw1-m","nn vb"],roomful:["r-uw1-m f-uh-l","nn"],roomier:["r-uw1 m-iy er","jjr"],roominess:["r-uw1 m-iy n-ah-s","nn"],rooming:["r-uw1 m-ih-ng","vbg"],roommate:["r-uw1-m ey-t","nn"],roomy:["r-uw1 m-iy","jj"],roost:["r-uw1-s-t","vb nn"],rooster:["r-uw1 s-t-er","nn"],root:["r-uw1-t","nn vbp vb"],rooted:["r-uw1 t-ah-d","vbn jj"],rooting:["r-uw1 t-ih-ng","vbg"],rootless:["r-uw1-t l-ah-s","jj"],rope:["r-ow1-p","nn vb"],roped:["r-ow1-p-t","vbd"],roper:["r-ow1 p-er","nn"],rosary:["r-ow1 z-er iy","nn"],rose:["r-ow1-z","vbd jj nn"],rosebush:["r-ow1-z b-uh-sh","nn"],rosette:["r-ow1 z-eh1-t","nn"],rosier:["r-ow1 z-iy er","jjr rbr"],roster:["r-aa1 s-t-er","nn"],rostrum:["r-aa1-s t-r-ah-m","nn"],rosy:["r-ow1 z-iy","jj"],rot:["r-aa1-t","nn vb"],rotary:["r-ow1 t-er iy","jj"],rotate:["r-ow1 t-ey-t","vb"],rotated:["r-ow1 t-ey t-ih-d","vbn vbd"],rotates:["r-ow1 t-ey-t-s","vbz"],rotating:["r-ow1 t-ey t-ih-ng","vbg"],rotation:["r-ow t-ey1 sh-ah-n","nn"],rotational:["r-ow t-ey1 sh-ah n-ah-l","jj"],rote:["r-ow1-t","nn jj"],rotor:["r-ow1 t-er","nn"],rots:["r-aa1-t-s","vbz"],rotted:["r-aa1 t-ih-d","vbn"],rotten:["r-aa1 t-ah-n","jj"],rotting:["r-aa1 t-ih-ng","vbg"],rotund:["r-ow t-ah1-n-d","jj"],rotunda:["r-ow t-ah1-n d-ah","nn"],rouge:["r-uw1-zh","nn"],rough:["r-ah1-f","jj rb nn vb"],roughed:["r-ah1-f-t","vbd"],rougher:["r-ah1 f-er","jjr"],roughest:["r-ah1 f-ah-s-t","jjs"],roughly:["r-ah1-f l-iy","rb"],roughneck:["r-ah1-f n-eh-k","nn"],roughshod:["r-ah1-f sh-aa1-d","jj"],roulette:["r-uw l-eh1-t","nn"],round:["r-aw1-n-d","nn in jj vbp rb vb"],roundabout:["r-aw1-n-d ah b-aw-t","jj"],rounded:["r-aw1-n d-ah-d","vbn jj vbd"],rounder:["r-aw1-n d-er","jjr"],roundhead:["r-aw1-n-d hh-eh-d","nn jj"],roundhouse:["r-aw1-n-d hh-aw-s","nn"],rounding:["r-aw1-n d-ih-ng","vbg"],roundly:["r-aw1-n-d l-iy","rb"],roundtable:["r-aw1-n-d t-ey b-ah-l","jj"],roundtrip:["r-aw-n-d t-r-ih1-p","nn"],roundup:["r-aw1-n-d ah-p","nn"],rouse:["r-aw1-s","vb"],roused:["r-aw1-z-d","vbd"],rousing:["r-aw1 z-ih-ng","jj nn"],rout:["r-aw1-t","nn vb"],route:["r-uw1-t","nn vbp in rb vb"],routed:["r-uw1 t-ah-d","vbn vbd"],routine:["r-uw t-iy1-n","jj nn"],routinely:["r-uw t-iy1-n l-iy","rb"],routing:["r-aw1 t-ih-ng","vbg"],rove:["r-ow1-v","vb"],roving:["r-ow1 v-ih-ng","vbg"],row:["r-ow1","nn vbp vb"],rowdiness:["r-aw1 d-iy n-ah-s","nn"],rowdy:["r-aw1 d-iy","jj nn"],rowed:["r-ow1-d","vbd"],rowing:["r-ow1 ih-ng","nn"],royal:["r-oy1 ah-l","jj nn"],royalty:["r-oy1 ah-l t-iy","nn"],rub:["r-ah1-b","nn vb vbp"],rubbed:["r-ah1-b-d","vbd vbn"],rubber:["r-ah1 b-er","nn"],rubberize:["r-ah1-b-er-ay-z","vb"],rubberized:["r-ah1 b-er ay-z-d","vbn"],rubbery:["r-ah1 b-er iy","jj"],rubbing:["r-ah1 b-ih-ng","vbg"],rubbish:["r-ah1 b-ih-sh","nn jj"],rubble:["r-ah1 b-ah-l","nn"],ruble:["r-uw1 b-ah-l","nn"],rubout:["r-ah1 b-aw-t","nn"],rubric:["r-uw1 b-r-ih-k","nn"],ruby:["r-uw1 b-iy","nn"],ruckus:["r-ah1 k-ah-s","nn"],rudder:["r-ah1 d-er","nn"],rudderless:["r-ah1 d-er l-ah-s","jj"],ruddy:["r-ah1 d-iy","jj rb"],rude:["r-uw1-d","jj"],rudely:["r-uw1-d l-iy","rb"],rudeness:["r-uw1-d n-ah-s","nn"],rudiment:["r-uw1 d-ih m-ah-n-t","nn"],rudimentary:["r-uw d-ah m-eh1-n t-er iy","jj"],rue:["r-uw1","nn"],rueful:["r-uw1 f-ah-l","jj"],ruefully:["r-uw1 f-ah l-iy","rb"],ruffle:["r-ah1 f-ah-l","vb"],ruffled:["r-ah1 f-ah-l-d","vbn jj vbd"],ruffles:["r-ah1 f-ah-l-z","vbz"],rug:["r-ah1-g","nn"],rugged:["r-ah1 g-ah-d","jj"],ruggedly:["r-ah1 g-ah-d l-iy","rb"],ruin:["r-uw1 ah-n","nn vbp vb"],ruined:["r-uw1 ah-n-d","vbn jj vbd"],ruining:["r-uw1 ih n-ih-ng","vbg"],ruinous:["r-uw1 ah n-ah-s","jj"],rule:["r-uw1-l","nn vbp vb"],ruled:["r-uw1-l-d","vbd vbn"],ruler:["r-uw1 l-er","nn"],ruling:["r-uw1 l-ih-ng","nn vbg jj"],rum:["r-ah1-m","nn"],rumble:["r-ah1-m b-ah-l","nn vb vbp"],rumbled:["r-ah1-m b-ah-l-d","vbd"],rumbling:["r-ah1-m b-ah-l ih-ng","vbg"],rumen:["r-uw1 m-ah-n","nn"],ruminate:["r-uw1-m-ih-n-ey-t","vb"],ruminated:["r-uw1 m-ih n-ey t-ih-d","vbd vbn"],rumination:["r-uw m-ih n-ey1 sh-ah-n","nn"],rummage:["r-ah1 m-ih-jh","vb"],rummaging:["r-ah1 m-ih jh-ih-ng","jj"],rummy:["r-ah1 m-iy","nn"],rumor:["r-uw1 m-er","nn vb"],rumored:["r-uw1 m-er-d","vbn vbd jj"],rump:["r-ah1-m-p","nn jj"],rumpled:["r-ah1-m p-ah-l-d","jj"],run:["r-ah1-n","vb vbd vbn vbp nn"],runabout:["r-ah1-n ah b-aw-t","nn"],runaway:["r-ah1-n ah w-ey","jj vbn nn"],rundown:["r-ah1-n d-aw-n","nn jj"],rung:["r-ah1-ng","vbn nn"],runner:["r-ah1 n-er","nn"],running:["r-ah1 n-ih-ng","vbg jj rb"],runoff:["r-ah1 n-ao-f","nn"],runup:["r-ah1 n-ah-p","nn"],runway:["r-ah1-n w-ey","nn"],rupee:["r-uw p-iy1","nn"],rupiah:["r-uw p-ay1 ah","nn"],rupture:["r-ah1-p ch-er","nn vb"],ruptured:["r-ah1-p ch-er-d","vbn vbd"],rupturing:["r-ah1-p ch-er ih-ng","vbg"],rural:["r-uh1 r-ah-l","jj"],ruse:["r-uw1-z","nn"],rush:["r-ah1-sh","nn vb vbp"],rushed:["r-ah1-sh-t","vbd vbn jj"],rushing:["r-ah1 sh-ih-ng","vbg"],russe:["r-ah1-s","nn"],rust:["r-ah1-s-t","nn vb"],rusted:["r-ah1 s-t-ah-d","jj"],rustic:["r-ah1 s-t-ih-k","jj"],rusting:["r-ah1 s-t-ih-ng","jj"],rustle:["r-ah1-s-ah-l","vb"],rustler:["r-ah1-s l-er","nn"],rustling:["r-ah1 s-l-ih-ng","vbg"],rusty:["r-ah1 s-t-iy","jj"],rut:["r-ah1-t","nn"],ruthless:["r-uw1-th l-ah-s","jj"],ruthlessly:["r-uw1-th l-ah-s l-iy","rb"],ruthlessness:["r-uw1-th l-ah-s n-ah-s","nn"],rutted:["r-ah1 t-ih-d","jj"],rye:["r-ay1","nn"],sabbatical:["s-ah b-ae1 t-ih k-ah-l","nn jj"],saber:["s-ey1 b-er","nn"],sable:["s-ey1 b-ah-l","nn"],sabotage:["s-ae1 b-ah t-aa-zh","nn vb"],sabre:["s-ey1 b-er","nn"],sac:["s-ae1-k","nn"],saccharin:["s-ae1 k-er ah-n","nn"],sack:["s-ae1-k","nn vb"],sacked:["s-ae1-k-t","vbd vbn"],sacking:["s-ae1 k-ih-ng","vbg"],sacrament:["s-ae1 k-r-ah m-ah-n-t","nn"],sacred:["s-ey1 k-r-ah-d","jj"],sacrifice:["s-ae1 k-r-ah f-ay-s","nn vb"],sacrificed:["s-ae1 k-r-ah f-ay-s-t","vbn"],sacrificial:["s-ae k-r-ah f-ih1 sh-ah-l","jj"],sacrificing:["s-ae1 k-r-ah f-ay s-ih-ng","vbg"],sacrilege:["s-ae1 k-r-ah l-ah-jh","nn"],sacrilegious:["s-ae k-r-ah l-eh1 jh-ih-s","jj"],sacrosanct:["s-ae1 k-r-ow s-ae-ng-k-t","jj"],sad:["s-ae1-d","jj"],sadden:["s-ae1-d-ah-n","vb"],saddened:["s-ae1 d-ah-n-d","jj vbn"],sadder:["s-ae1 d-er","jjr"],saddle:["s-ae1 d-ah-l","nn vb"],saddlebag:["s-ae1 d-ah-l b-ae-g","nn"],saddled:["s-ae1 d-ah-l-d","vbn vbd jj"],saddling:["s-ae1 d-ah-l ih-ng","vbg"],sadism:["s-ey1 d-ih z-ah-m","nn"],sadist:["s-ey1 d-ah-s-t","nn"],sadistic:["s-ah d-ih1 s-t-ih-k","jj"],sadly:["s-ae1-d l-iy","rb"],sadness:["s-ae1-d n-ah-s","nn"],safari:["s-ah f-aa1 r-iy","nn"],safe:["s-ey1-f","jj nn"],safeguard:["s-ey1-f g-aa-r-d","vb nn"],safeguarded:["s-ey1-f g-aa-r d-ih-d","vbn"],safeguarding:["s-ey1-f g-aa-r d-ih-ng","vbg"],safekeeping:["s-ey1-f k-iy1 p-ih-ng","nn"],safely:["s-ey1-f l-iy","rb"],safer:["s-ey1 f-er","jjr"],safest:["s-ey1 f-ah-s-t","jjs"],safety:["s-ey1-f t-iy","nn vb"],sag:["s-ae1-g","vb nn vbp"],saga:["s-aa1 g-ah","nn"],sage:["s-ey1-jh","nn jj"],sagebrush:["s-ey1-jh b-r-ah-sh","nn"],sagged:["s-ae1-g-d","vbd vbn"],sagging:["s-ae1 g-ih-ng","vbg jj nn"],sago:["s-ey1 g-ow","nn"],said:["s-eh1-d","vbd vbn"],sail:["s-ey1-l","vb vbp nn"],sailboat:["s-ey1-l b-ow-t","nn"],sailed:["s-ey1-l-d","vbd vbn"],sailing:["s-ey1 l-ih-ng","vbg"],sailor:["s-ey1 l-er","nn"],saint:["s-ey1-n-t","nn"],sainthood:["s-ey1-n-t hh-uh-d","nn"],saintly:["s-ey1-n-t l-iy","jj"],sake:["s-ey1-k","nn"],salable:["s-ey1 l-ah b-ah-l","jj"],salacious:["s-ah l-ey1 sh-ah-s","jj"],salad:["s-ae1 l-ah-d","nn"],salamander:["s-ae l-ah m-ae1-n d-er","nn"],salami:["s-ah l-aa1 m-iy","nn"],salaried:["s-ae1 l-er iy-d","jj"],salary:["s-ae1 l-er iy","nn"],sale:["s-ey1-l","nn"],salesman:["s-ey1-l-z m-ah-n","nn"],salesmanship:["s-ey1-l-z m-ah-n sh-ih-p","nn"],salesperson:["s-ey1-l-z p-er s-ah-n","nn"],salient:["s-ey1 l-iy ah-n-t","jj"],saline:["s-ah l-iy1-n","nn jj"],salinity:["s-ah l-ih1 n-ah t-iy","nn"],saliva:["s-ah l-ay1 v-ah","nn"],sally:["s-ae1 l-iy","vb"],salmon:["s-ae1 m-ah-n","nn"],salmonella:["s-ae-l m-ah n-eh1 l-ah","nn"],salon:["s-ah l-aa1-n","nn"],saloon:["s-ah l-uw1-n","nn"],salsa:["s-ao1-l s-ah","nn"],salt:["s-ao1-l-t","nn jj vb"],salted:["s-ao1-l t-ah-d","vbn vbd jj"],saltier:["s-ao1-l t-iy er","jjr"],salting:["s-ao1-l t-ih-ng","vbg"],saltwater:["s-ao-l-t w-aa1 t-er","nn"],salty:["s-ao1-l t-iy","jj"],salutary:["s-ae1 l-y-ah t-eh r-iy","jj"],salute:["s-ah l-uw1-t","nn vb"],saluted:["s-ah l-uw1 t-ah-d","vbd vbn"],saluting:["s-ah l-uw1 t-ih-ng","vbg"],salvage:["s-ae1-l v-ah-jh","vb nn"],salvaged:["s-ae1-l v-ih-jh-d","vbn"],salvaging:["s-ae1-l v-ih jh-ih-ng","vbg"],salvation:["s-ae-l v-ey1 sh-ah-n","nn"],salve:["s-aa1-v","nn vb"],salvo:["s-ae1-l v-ow","nn"],sambuca:["s-ae-m b-y-uw1 k-ah","nn"],same:["s-ey1-m","jj"],sameness:["s-ey1-m n-ah-s","nn"],sample:["s-ae1-m p-ah-l","nn jj vb vbp"],sampled:["s-ae1-m p-ah-l-d","vbn vbd"],sampler:["s-ae1-m p-l-er","nn"],sampling:["s-ae1-m p-l-ih-ng","nn vbg"],samurai:["s-ae1 m-uh r-ay","nn"],sanctimonious:["s-ae-ng-k t-ah m-ow1 n-iy ah-s","jj"],sanction:["s-ae1-ng-k sh-ah-n","nn vbp vb"],sanctioned:["s-ae1-ng-k sh-ah-n-d","vbn"],sanctioning:["s-ae1-ng-k sh-ah-n ih-ng","vbg"],sanctity:["s-ae1-ng-k t-ih t-iy","nn"],sanctuary:["s-ae1-ng-k ch-uw eh r-iy","nn"],sanctum:["s-ae1-ng-k t-ah-m","nn"],sand:["s-ae1-n-d","nn vb"],sandal:["s-ae1-n d-ah-l","nn"],sandbox:["s-ae1-n-d b-aa-k-s","nn"],sander:["s-ae1-n d-er","nn"],sanding:["s-ae1-n d-ih-ng","vbg"],sandpaper:["s-ae1-n-d p-ey p-er","nn"],sandwich:["s-ae1-n-d w-ih-ch","nn vb"],sandwiched:["s-ae1-n-d w-ih-ch-t","vbn vbd"],sandy:["s-ae1-n d-iy","jj"],sane:["s-ey1-n","jj"],saner:["s-ey1 n-er","jjr"],sang:["s-ae1-ng","vbd"],sanguine:["s-ae1-ng g-w-ih-n","jj nn"],sanitary:["s-ae1 n-ih t-eh r-iy","jj"],sanitation:["s-ae n-ah t-ey1 sh-ah-n","nn"],sanitize:["s-ae1-n-ih-t-ay-z","vb"],sanitized:["s-ae1 n-ih t-ay-z-d","vbn"],sanitizing:["s-ae1 n-ah t-ay z-ih-ng","nn"],sanity:["s-ae1 n-ah t-iy","nn"],sank:["s-ae1-ng-k","vbd"],sap:["s-ae1-p","vb nn"],sapiens:["s-ey1 p-iy ah-n-z","jj"],sapped:["s-ae1-p-t","vbn vbd"],sapping:["s-ae1 p-ih-ng","vbg"],saps:["s-ae1-p-s","vbz"],sarcasm:["s-aa1-r k-ae z-ah-m","nn"],sarcastic:["s-aa-r k-ae1 s-t-ih-k","jj"],sarcastically:["s-aa-r k-ae1 s-t-ih-k l-iy","rb"],sarcoma:["s-aa-r k-ow1 m-er","nn"],sardine:["s-aa-r d-iy1-n","nn"],sardonic:["s-aa-r d-aa1 n-ih-k","jj"],sardonically:["s-aa-r d-aa1 n-ih k-ah l-iy","rb"],sari:["s-aa1 r-iy","nn"],sash:["s-ae1-sh","nn"],sassafras:["s-ae1 s-ah f-r-ae-s","nn"],sassy:["s-ae1 s-iy","jj"],sat:["s-ae1-t","vbd vbn"],satellite:["s-ae1 t-ah l-ay-t","nn jj"],satin:["s-ae1 t-ah-n","nn"],satire:["s-ae1 t-ay er","nn"],satiric:["s-ah t-ih1 r-ih-k","jj"],satirical:["s-ah t-ih1 r-ah k-ah-l","jj"], +satirist:["s-ae1 t-er ah-s-t","nn"],satirize:["s-ae1-t-er-ay-z","vb"],satirizes:["s-ae1 t-er ay z-ih-z","vbz"],satisfaction:["s-ae t-ah-s f-ae1-k sh-ah-n","nn"],satisfactorily:["s-ae t-ih-s f-ae1-k t-r-ah l-iy","rb"],satisfactory:["s-ae t-ah-s f-ae1-k t-r-iy","jj"],satisfied:["s-ae1 t-ah-s f-ay-d","vbn vbd jj"],satisfy:["s-ae1 t-ah-s f-ay","vb vbp"],satisfying:["s-ae1 t-ih-s f-ay ih-ng","jj vbg"],saturate:["s-ae1 ch-er ey-t","vb"],saturated:["s-ae1 ch-er ey t-ah-d","vbn jj vbd"],saturation:["s-ae ch-er ey1 sh-ah-n","nn"],sauce:["s-ao1-s","nn"],saucepan:["s-ao1-s p-ae-n","nn"],saucer:["s-ao1 s-er","nn"],saucy:["s-ao1 s-iy","jj"],sauerkraut:["s-aw1 er k-r-aw-t","nn"],sauna:["s-ao1 n-ah","nn"],saunter:["s-ao1-n t-er","nn"],sausage:["s-ao1 s-ah-jh","nn"],saute:["s-ao t-ey1","vb"],savage:["s-ae1 v-ih-jh","jj nn vb"],savaged:["s-ae1 v-ih-jh-d","vbd"],savagely:["s-ae1 v-ih-jh l-iy","rb"],savagery:["s-ae1 v-ih-jh eh r-iy","nn"],save:["s-ey1-v","vb in vbp"],saved:["s-ey1-v-d","vbn vbd"],saver:["s-ey1 v-er","nn"],saves:["s-ey1-v-z","vbz"],saving:["s-ey1 v-ih-ng","vbg jj nn"],savior:["s-ey1 v-y-er","nn"],savor:["s-ey1 v-er","vb"],savored:["s-ey1 v-er-d","vbd vbn"],savoring:["s-ey1 v-er ih-ng","vbg"],savory:["s-ey1 v-er iy","jj"],savviest:["s-ae1 v-iy ih-s-t","jjs"],savvy:["s-ae1 v-iy","jj vb nn"],saw:["s-ao1","vbd nn"],sawdust:["s-ao1 d-ah-s-t","nn jj"],sawing:["s-ao1 ih-ng","nn"],sawmill:["s-ao1 m-ih-l","nn"],sax:["s-ae1-k-s","nn"],saxophone:["s-ae1-k s-ah f-ow-n","nn"],saxophonist:["s-ae1-k s-ah f-ow n-ih-s-t","nn"],say:["s-ey1","vbp nn vb uh"],saying:["s-ey1 ih-ng","vbg"],scab:["s-k-ae1-b","nn"],scabbard:["s-k-ae1 b-er-d","nn"],scad:["s-k-ae1-d","nn"],scaffold:["s-k-ae1 f-ah-l-d","nn"],scaffolding:["s-k-ae1 f-ah-l d-ih-ng","nn"],scalar:["s-k-ey1 l-er","jj"],scald:["s-k-ao1-l-d","vb"],scalding:["s-k-ao1-l d-ih-ng","vbg"],scale:["s-k-ey1-l","nn vb"],scaled:["s-k-ey1-l-d","vbn vbd"],scaling:["s-k-ey1 l-ih-ng","vbg"],scallop:["s-k-ae1 l-ah-p","nn"],scalloped:["s-k-aa1 l-ah-p-t","jj"],scalp:["s-k-ae1-l-p","nn"],scalpel:["s-k-ae1-l p-ah-l","nn"],scam:["s-k-ae1-m","nn"],scammer:["s-k-ae1 m-er","nn"],scamper:["s-k-ae1-m p-er","vb vbp"],scampering:["s-k-ae1-m p-er ih-ng","vbg"],scan:["s-k-ae1-n","nn vbp vb"],scandal:["s-k-ae1-n d-ah-l","nn"],scandalize:["s-k-ae1-n-d-ah-l-ay-z","vb"],scandalized:["s-k-ae1-n d-ah l-ay-z-d","vbd vbn"],scandalous:["s-k-ae1-n d-ah l-ah-s","jj"],scanned:["s-k-ae1-n-d","vbd vbn"],scanner:["s-k-ae1 n-er","nn"],scanning:["s-k-ae1 n-ih-ng","vbg"],scant:["s-k-ae1-n-t","jj"],scanty:["s-k-ae1-n t-iy","jj"],scapegoat:["s-k-ey1-p g-ow-t","nn"],scapegoating:["s-k-ey1-p g-ow t-ih-ng","nn"],scar:["s-k-aa1-r","nn"],scarce:["s-k-eh1-r-s","jj"],scarcely:["s-k-eh1-r-s l-iy","rb"],scarcer:["s-k-eh1-r s-er","jjr nn"],scarcity:["s-k-eh1-r s-ih t-iy","nn"],scare:["s-k-eh1-r","vb nn vbp"],scared:["s-k-eh1-r-d","vbn jj rb vbd"],scarf:["s-k-aa1-r-f","nn"],scaring:["s-k-eh1 r-ih-ng","vbg"],scarlet:["s-k-aa1-r l-ah-t","jj"],scarred:["s-k-aa1-r-d","jj vbn"],scarves:["s-k-aa1-r-v-z","nn"],scary:["s-k-eh1 r-iy","jj"],scathing:["s-k-ey1 dh-ih-ng","jj"],scatter:["s-k-ae1 t-er","nn vb"],scattered:["s-k-ae1 t-er-d","vbn vbd jj"],scattering:["s-k-ae1 t-er ih-ng","vbg"],scattershot:["s-k-ae1 t-er sh-aa-t","jj"],scavenge:["s-k-ae1-v-ah-n-jh","vb"],scavenger:["s-k-ae1 v-ah-n jh-er","nn"],scavenging:["s-k-ae1 v-ah-n jh-ih-ng","vbg"],scenario:["s-ih n-eh1 r-iy ow","nn"],scene:["s-iy1-n","nn"],scenery:["s-iy1 n-er iy","nn"],scenic:["s-iy1 n-ih-k","jj"],scent:["s-eh1-n-t","nn vb"],scented:["s-eh1-n t-ih-d","jj vbn"],schedule:["s-k-eh1 jh-uh-l","nn vb vbp"],scheduled:["s-k-eh1 jh-uh-l-d","vbn vbd jj"],scheduling:["s-k-eh1 jh-uh l-ih-ng","vbg"],schemata:["s-k-ih m-ae1 t-ah","nn"],schematic:["s-k-ih m-ae1 t-ih-k","jj"],scheme:["s-k-iy1-m","nn vb"],scheming:["s-k-iy1 m-ih-ng","jj vbg"],schilling:["sh-ih1 l-ih-ng","nn"],schism:["s-k-ih1 z-ah-m","nn"],schizophrenia:["s-k-ih-t s-ah f-r-iy1 n-iy ah","nn"],schizophrenic:["sh-ih z-ah f-r-eh1 n-ih-k","jj nn"],schmooze:["sh-m-uw1-z","vb"],schmoozing:["sh-m-uw1 z-ih-ng","vbg"],schnapps:["sh-n-ae1-p-s","nn"],schnook:["sh-n-uh1-k","nn"],scholar:["s-k-aa1 l-er","nn"],scholarly:["s-k-aa1 l-er l-iy","jj"],scholarship:["s-k-aa1 l-er sh-ih-p","nn"],scholastic:["s-k-ah l-ae1 s-t-ih-k","jj nn"],school:["s-k-uw1-l","nn vb"],schoolbook:["s-k-uw1-l b-uh-k","nn"],schoolboy:["s-k-uw1-l b-oy","nn"],schoolchild:["s-k-uw1-l ch-ih-l-d","nn"],schooled:["s-k-uw1-l-d","vbn"],schooler:["s-k-uw1 l-er","nn"],schoolgirl:["s-k-uw1-l g-er-l","nn"],schoolhouse:["s-k-uw1-l hh-aw-s","nn"],schooling:["s-k-uw1 l-ih-ng","vbg"],schoolmaster:["s-k-uw1-l m-ae s-t-er","nn"],schoolmate:["s-k-uw1-l m-ey-t","nn"],schoolroom:["s-k-uw1-l r-uw-m","nn"],schoolteacher:["s-k-uw1-l t-iy ch-er","nn"],schoolwork:["s-k-uw1-l w-er-k","nn"],schooner:["s-k-uw1 n-er","nn"],science:["s-ay1 ah-n-s","nn jj"],scientific:["s-ay ah-n t-ih1 f-ih-k","jj"],scientifically:["s-ay ah-n t-ih1 f-ih k-ah l-iy","rb"],scientist:["s-ay1 ah-n t-ih-s-t","nn"],scion:["s-ay1 ah-n","nn"],sclerosis:["s-k-l-er ow1 s-ah-s","nn"],scoff:["s-k-ao1-f","vb nn vbp"],scoffed:["s-k-ao1-f-t","vbd vbn"],scofflaw:["s-k-aa1 f-l-ao","nn"],scoffs:["s-k-ao1-f-s","vbz"],scold:["s-k-ow1-l-d","vb"],scolded:["s-k-ow1-l d-ah-d","vbn"],scolding:["s-k-ow1-l d-ih-ng","vbg"],scoop:["s-k-uw1-p","nn vb"],scooped:["s-k-uw1-p-t","vbd"],scooping:["s-k-uw1 p-ih-ng","vbg"],scooter:["s-k-uw1 t-er","nn"],scope:["s-k-ow1-p","nn"],scorch:["s-k-ao1-r-ch","vb"],scorched:["s-k-ao1-r-ch-t","jj vbd"],score:["s-k-ao1-r","nn vb vbp"],scoreboard:["s-k-ao1-r b-ao-r-d","nn"],scorecard:["s-k-ao1-r k-aa-r-d","nn"],scored:["s-k-ao1-r-d","vbd jj vbn"],scorekeeper:["s-k-ao1-r k-iy p-er","nn"],scoreless:["s-k-ao1-r l-ah-s","jj"],scorer:["s-k-ao1 r-er","nn"],scoring:["s-k-ao1 r-ih-ng","vbg"],scorn:["s-k-ao1-r-n","nn vb vbp"],scorned:["s-k-ao1-r-n-d","vbn vbd"],scornful:["s-k-ao1-r-n f-ah-l","jj"],scotch:["s-k-aa1-ch","nn vb"],scotched:["s-k-aa1-ch-t","vbd"],scoundrel:["s-k-aw1-n d-r-ah-l","nn"],scour:["s-k-aw1 er","vbp vb"],scoured:["s-k-aw1 er-d","vbn jj vbd"],scourge:["s-k-er1-jh","nn"],scouring:["s-k-aw1 er ih-ng","vbg"],scout:["s-k-aw1-t","nn vb"],scouted:["s-k-aw1 t-ah-d","vbd"],scouting:["s-k-aw1 t-ih-ng","vbg"],scowl:["s-k-aw1-l","vb"],scowled:["s-k-aw1-l-d","vbd"],scowling:["s-k-aw1 l-ih-ng","vbg"],scraggly:["s-k-r-ae1-g l-iy","jj"],scramble:["s-k-r-ae1-m b-ah-l","nn vbp vb"],scrambled:["s-k-r-ae1-m b-ah-l-d","vbd jj vbn"],scrambling:["s-k-r-ae1-m b-ah-l ih-ng","vbg"],scrap:["s-k-r-ae1-p","nn jj vb"],scrapbook:["s-k-r-ae1-p b-uh-k","nn"],scrape:["s-k-r-ey1-p","nn vb vbp"],scraped:["s-k-r-ey1-p-t","vbd vbn"],scraping:["s-k-r-ey1 p-ih-ng","vbg"],scrapped:["s-k-r-ae1-p-t","vbn vbd"],scrapping:["s-k-r-ae1 p-ih-ng","vbg"],scrappy:["s-k-r-ae1 p-iy","jj"],scratch:["s-k-r-ae1-ch","nn vb vbp"],scratched:["s-k-r-ae1-ch-t","vbd vbn"],scratching:["s-k-r-ae1 ch-ih-ng","vbg"],scratchy:["s-k-r-ae1 ch-iy","jj"],scrawl:["s-k-r-ao1-l","nn vb"],scrawled:["s-k-r-ao1-l-d","vbd jj vbn"],scrawny:["s-k-r-ao1 n-iy","jj"],scream:["s-k-r-iy1-m","vb vbp nn"],screamed:["s-k-r-iy1-m-d","vbd vbn"],screaming:["s-k-r-iy1 m-ih-ng","vbg jj nn"],screech:["s-k-r-iy1-ch","nn vb"],screeched:["s-k-r-iy1-ch-t","vbd"],screeching:["s-k-r-iy1 ch-ih-ng","vbg jj"],screed:["s-k-r-iy1-d","nn"],screen:["s-k-r-iy1-n","nn vb vbp"],screened:["s-k-r-iy1-n-d","vbn vbd"],screening:["s-k-r-iy1 n-ih-ng","nn vbg"],screenplay:["s-k-r-iy1-n p-l-ey","nn"],screenwriter:["s-k-r-iy1-n r-ay t-er","nn"],screw:["s-k-r-uw1","nn vb"],screwball:["s-k-r-uw1 b-ao-l","jj nn"],screwdriver:["s-k-r-uw1 d-r-ay v-er","nn"],screwed:["s-k-r-uw1-d","vbn vbd"],scribble:["s-k-r-ih1 b-ah-l","vb"],scribbled:["s-k-r-ih1 b-ah-l-d","vbd vbn"],scribbler:["s-k-r-ih1 b-l-er","nn"],scribbles:["s-k-r-ih1 b-ah-l-z","vbz"],scribbling:["s-k-r-ih1 b-ah-l ih-ng","vbg"],scribe:["s-k-r-ay1-b","nn"],scrimmage:["s-k-r-ih1 m-ih-jh","nn"],scrimp:["s-k-r-ih1-m-p","vb"],scrimping:["s-k-r-ih1-m p-ih-ng","vbg"],script:["s-k-r-ih1-p-t","nn"],scriptural:["s-k-r-ih1-p ch-er ah-l","jj"],scripture:["s-k-r-ih1-p ch-er","nn"],scriptwriter:["s-k-r-ih1-p-t r-ay t-er","nn"],scrivener:["s-k-r-ih1-v n-er","nn"],scroll:["s-k-r-ow1-l","nn"],scrounge:["s-k-r-aw1-n-jh","vbp vb"],scrounged:["s-k-r-aw1-n-jh-d","vbd"],scrounging:["s-k-r-aw1-n jh-ih-ng","vbg"],scrub:["s-k-r-ah1-b","vb jj nn"],scrubbed:["s-k-r-ah1-b-d","vbn vbd"],scrubber:["s-k-r-ah1 b-er","nn"],scrubbing:["s-k-r-ah1 b-ih-ng","nn vbg"],scrupulous:["s-k-r-uw1 p-y-ah l-ah-s","jj"],scrupulously:["s-k-r-uw1 p-y-ah l-ah-s l-iy","rb"],scrutinize:["s-k-r-uw1 t-ah n-ay-z","vb vbp"],scrutinized:["s-k-r-uw1 t-ah n-ay-z-d","vbn vbd"],scrutinizes:["s-k-r-uw1 t-ah n-ay z-ih-z","vbz"],scrutinizing:["s-k-r-uw1 t-ah n-ay z-ih-ng","vbg"],scrutiny:["s-k-r-uw1 t-ah n-iy","nn"],scuba:["s-k-uw1 b-ah","nn"],scuff:["s-k-ah1-f","vb"],scuffle:["s-k-ah1 f-ah-l","nn"],sculpt:["s-k-ah1-l-p-t","vb"],sculpted:["s-k-ah1-l-p t-ih-d","vbn"],sculptor:["s-k-ah1-l-p t-er","nn"],sculpts:["s-k-ah1-l-p-t-s","vbz"],sculptural:["s-k-ah1-l-p ch-er ah-l","jj"],sculpture:["s-k-ah1-l-p ch-er","nn vb"],sculptured:["s-k-ah1-l-p ch-er-d","vbn jj"],scurried:["s-k-er1 iy-d","vbd"],scurrilous:["s-k-er1 ah l-ah-s","jj"],scurry:["s-k-er1 iy","nn vbp vb"],scurrying:["s-k-er1 iy ih-ng","vbg"],scuttle:["s-k-ah1 t-ah-l","vb"],scuttled:["s-k-ah1 t-ah-l-d","vbd vbn jj"],scuttling:["s-k-ah1 t-ah-l ih-ng","vbg"],sea:["s-iy1","nn vb vbp"],seaboard:["s-iy1 b-ao-r-d","nn"],seaborne:["s-iy1 b-ao-r-n","jj"],seacoast:["s-iy1 k-ow-s-t","nn"],seafarer:["s-iy1 f-eh r-er","nn"],seafood:["s-iy1 f-uw-d","nn"],seal:["s-iy1-l","nn vb vbp"],sealant:["s-iy1 l-ah-n-t","nn"],sealed:["s-iy1-l-d","vbn vbd jj"],sealift:["s-iy1 l-ih-f-t","nn"],sealing:["s-iy1 l-ih-ng","vbg"],seam:["s-iy1-m","nn"],seaman:["s-iy1 m-ah-n","nn"],seamless:["s-iy1-m l-ah-s","jj"],seamlessly:["s-iy1-m l-ah-s l-iy","rb"],seamstress:["s-iy1-m s-t-r-ih-s","nn"],seamy:["s-iy1 m-iy","jj"],seaport:["s-iy1 p-ao-r-t","nn"],sear:["s-ih1-r","vb"],search:["s-er1-ch","nn vb vbp"],searched:["s-er1-ch-t","vbd vbn"],searcher:["s-er1 ch-er","nn"],searching:["s-er1 ch-ih-ng","vbg"],searing:["s-ih1 r-ih-ng","vbg jj"],seashore:["s-iy1 sh-ao-r","nn"],seaside:["s-iy1 s-ay-d","jj nn"],season:["s-iy1 z-ah-n","nn vb"],seasonal:["s-iy1 z-ah n-ah-l","jj"],seasonality:["s-iy1 z-ah n-ae l-ih t-iy","nn"],seasonally:["s-iy1 z-ah-n ah l-iy","rb"],seasoned:["s-iy1 z-ah-n-d","jj vbn"],seasoning:["s-iy1 z-ah-n ih-ng","nn"],seat:["s-iy1-t","nn vb vbp"],seated:["s-iy1 t-ah-d","vbn vbd jj"],seating:["s-iy1 t-ih-ng","nn vbg"],seawater:["s-iy1 w-aa t-er","nn"],seaweed:["s-iy1 w-iy-d","nn"],secede:["s-ih s-iy1-d","vb"],seceded:["s-ih s-iy1 d-ih-d","vbn"],seceding:["s-ih s-iy1 d-ih-ng","vbg"],secession:["s-ih s-eh1 sh-ah-n","nn"],secessionist:["s-ih s-eh1 sh-ah-n ih-s-t","nn"],seclude:["s-ah-k-l-uw1-d","vb"],secluded:["s-ih k-l-uw1 d-ih-d","vbn jj"],seclusion:["s-ih k-l-uw1 zh-ah-n","nn"],second:["s-eh1 k-ah-n-d","nn jj rb vb"],secondarily:["s-eh k-ah-n d-eh1 r-ah l-iy","rb"],secondary:["s-eh1 k-ah-n d-eh r-iy","jj"],secondhand:["s-eh1 k-ah-n-d hh-ae-n-d","jj"],secondly:["s-eh1 k-ah-n-d l-iy","rb"],secrecy:["s-iy1 k-r-ah s-iy","nn"],secret:["s-iy1 k-r-ah-t","jj nn"],secretarial:["s-eh k-r-ah t-eh1 r-iy ah-l","jj"],secretary:["s-eh1 k-r-ah t-eh r-iy","nn"],secrete:["s-ah k-r-iy1-t","vb"],secreted:["s-ah k-r-iy1 t-ah-d","vbn"],secretion:["s-ah k-r-iy1 sh-ah-n","nn"],secretive:["s-iy1 k-r-ah t-ih-v","jj"],secretly:["s-iy1 k-r-ih-t l-iy","rb"],sect:["s-eh1-k-t","nn"],sectarian:["s-eh-k t-eh1 r-iy ah-n","jj nn"],section:["s-eh1-k sh-ah-n","nn"],sectional:["s-eh1-k sh-ah n-ah-l","jj"],sector:["s-eh1-k t-er","nn"],secular:["s-eh1 k-y-ah l-er","jj"],secularism:["s-eh1 k-y-ah l-er ih z-ah-m","nn"],secularist:["s-eh1 k-y-ah l-er ih-s-t","nn"],secure:["s-ih k-y-uh1-r","vb jj vbp"],secured:["s-ih k-y-uh1-r-d","vbn vbd jj"],securely:["s-ih k-y-uh1-r l-iy","rb"],securing:["s-ih k-y-uh1 r-ih-ng","vbg"],securitization:["s-ih k-y-uh r-ah t-ah z-ey1 sh-ah-n","nn"],security:["s-ih k-y-uh1 r-ah t-iy","nn"],sedan:["s-ah d-ae1-n","nn"],sedate:["s-ih d-ey1-t","jj"],sedative:["s-eh1 d-ah t-ih-v","nn"],sedentary:["s-eh1 d-ah-n t-eh r-iy","jj"],sediment:["s-eh1 d-ah m-ah-n-t","nn"],sedimentary:["s-eh d-ah m-eh1-n t-er iy","jj"],sedimentation:["s-eh d-ah m-ah-n t-ey1 sh-ah-n","nn"],sedition:["s-ih d-ih1 sh-ah-n","nn"],seditious:["s-ih d-ih1 sh-ah-s","jj"],seduce:["s-ih d-uw1-s","vb"],seduced:["s-ih d-uw1-s-t","vbn"],seducer:["s-ih d-uw1 s-er","nn"],seducing:["s-ih d-uw1 s-ih-ng","vbg"],seduction:["s-ih d-ah1-k sh-ah-n","nn"],seductive:["s-ih d-ah1-k t-ih-v","jj"],see:["s-iy1","vb uh vbp"],seed:["s-iy1-d","nn vb"],seeded:["s-iy1 d-ah-d","vbn"],seedling:["s-iy1-d l-ih-ng","nn"],seedy:["s-iy1 d-iy","jj"],seeing:["s-iy1 ih-ng","vbg"],seek:["s-iy1-k","vb vbp"],seeker:["s-iy1 k-er","nn"],seeking:["s-iy1 k-ih-ng","vbg"],seeks:["s-iy1-k-s","vbz"],seem:["s-iy1-m","vb vbp"],seemed:["s-iy1-m-d","vbd vbn"],seeming:["s-iy1 m-ih-ng","jj vbg"],seemingly:["s-iy1 m-ih-ng l-iy","rb"],seems:["s-iy1-m-z","vbz"],seen:["s-iy1-n","vbn vbd jj"],seep:["s-iy1-p","vb vbp"],seepage:["s-iy1 p-ih-jh","nn"],seeped:["s-iy1-p-t","vbd vbn"],seeping:["s-iy1 p-ih-ng","vbg"],seer:["s-iy1-r","nn"],sees:["s-iy1-z","vbz"],seesaw:["s-iy1 s-ao","nn vb"],seesawing:["s-iy1 s-ao ih-ng","vbg"],seethe:["s-iy1-dh","vb vbp"],seething:["s-iy1 th-ih-ng","vbg jj"],segment:["s-eh1-g m-ah-n-t","nn vb vbp"],segmentation:["s-eh-g m-ah-n t-ey1 sh-ah-n","nn"],segmented:["s-eh1-g m-eh-n t-ih-d","jj"],segregate:["s-eh1 g-r-ah g-ey-t","vb"],segregated:["s-eh1 g-r-ah g-ey t-ih-d","vbn vbd jj"],segregating:["s-eh1 g-r-ih g-ey t-ih-ng","vbg"],segregation:["s-eh g-r-ah g-ey1 sh-ah-n","nn"],segregationist:["s-eh g-r-ah g-ey1 sh-ah-n ih-s-t","nn jj"],seismic:["s-ay1-z m-ih-k","jj"],seize:["s-iy1-z","vb vbp"],seized:["s-iy1-z-d","vbn jj vbd"],seizes:["s-iy1 z-ih-z","vbz"],seizing:["s-iy1 z-ih-ng","vbg"],seizure:["s-iy1 zh-er","nn"],seldom:["s-eh1-l d-ah-m","rb"],select:["s-ah l-eh1-k-t","vb vbp jj"],selected:["s-ah l-eh1-k t-ah-d","vbn jj vbd"],selecting:["s-ah l-eh1-k t-ih-ng","vbg"],selection:["s-ah l-eh1-k sh-ah-n","nn"],selective:["s-ah l-eh1-k t-ih-v","jj"],selectively:["s-ah l-eh1-k t-ih-v l-iy","rb"],selectivity:["s-ih l-eh-k t-ih1 v-ah t-iy","nn"],selects:["s-ah l-eh1-k-t-s","vbz"],self:["s-eh1-l-f","nn prp"],selfish:["s-eh1-l f-ih-sh","jj"],selfishness:["s-eh1-l f-ih-sh n-ah-s","nn"],selfless:["s-eh1-l-f l-ah-s","jj"],sell:["s-eh1-l","vb vbp nn"],seller:["s-eh1 l-er","nn"],sellin:["s-eh1 l-ih-n","nn"],selling:["s-eh1 l-ih-ng","vbg jj"],selloff:["s-eh1-l ao-f","nn"],sellout:["s-eh1-l aw-t","nn"],sells:["s-eh1-l-z","vbz"],semantic:["s-ih m-ae1-n t-ih-k","jj"],semblance:["s-eh1-m b-l-ah-n-s","nn"],semen:["s-iy1 m-ah-n","nn"],semester:["s-ah m-eh1 s-t-er","nn"],semiannual:["s-eh m-iy ae1 n-y-ah w-ah-l","jj"],semiannually:["s-eh m-iy ae1 n-uw ah l-iy","rb"],semiautomatic:["s-eh m-iy ao t-ah m-ae1 t-ih-k","jj"],semicircular:["s-eh m-iy s-er1 k-y-ah l-er","jj"],semiconductor:["s-eh m-iy k-ah-n d-ah1-k t-er","nn"],semifinal:["s-eh m-iy f-ay1 n-ah-l","nn"],semifinalist:["s-eh m-iy f-ay1 n-ah-l ih-s-t","nn"],seminal:["s-eh1 m-ah n-ah-l","jj"],seminar:["s-eh1 m-ah n-aa-r","nn"],seminarian:["s-eh m-ah n-eh1 r-iy ah-n","nn"],seminary:["s-eh1 m-ah n-eh r-iy","nn"],senate:["s-eh1 n-ah-t","nn"],senator:["s-eh1 n-ah t-er","nn"],senatorial:["s-eh n-ah t-ao1 r-iy ah-l","jj"],send:["s-eh1-n-d","vb vbp"],sender:["s-eh1-n d-er","nn"],sending:["s-eh1-n d-ih-ng","vbg"],sends:["s-eh1-n-d-z","vbz"],senile:["s-iy1 n-ay-l","jj"],senior:["s-iy1 n-y-er","jj nn"],seniority:["s-iy n-y-ao1 r-ih t-iy","nn"],sensation:["s-eh-n s-ey1 sh-ah-n","nn"],sensational:["s-eh-n s-ey1 sh-ah n-ah-l","jj"],sense:["s-eh1-n-s","nn vbp vb"],sensed:["s-eh1-n-s-t","vbd vbn"],senseless:["s-eh1-n-s l-ah-s","jj"],sensibility:["s-eh-n s-ih b-ih1 l-ih t-iy","nn"],sensible:["s-eh1-n s-ah b-ah-l","jj nn"],sensibly:["s-eh1-n s-ah b-l-iy","rb"],sensing:["s-eh1-n s-ih-ng","vbg"],sensitive:["s-eh1-n s-ah t-ih-v","jj nn"],sensitively:["s-eh1-n s-ih t-ih-v l-iy","rb"],sensitivity:["s-eh-n s-ih t-ih1 v-ih t-iy","nn"],sensitize:["s-eh1-n-s-ah-t-ay-z","vb"],sensitized:["s-eh1-n s-ah t-ay-z-d","vbn"],sensor:["s-eh1-n s-er","nn"],sensory:["s-eh1-n s-er iy","jj"],sensual:["s-eh1-n ch-ah w-ah-l","jj"],sensuality:["s-eh-n ch-ah-w ae1 l-ah t-iy","nn"],sensuous:["s-eh1-n ch-ah-w ah-s","jj"],sent:["s-eh1-n-t","vbd vbn"],sentence:["s-eh1-n t-ah-n-s","nn vb"],sentenced:["s-eh1-n t-ah-n-s-t","vbn vbd"],sentencing:["s-eh1-n t-ah-n s-ih-ng","vbg"],sentiment:["s-eh1-n t-ah m-ah-n-t","nn"],sentimental:["s-eh-n t-ah m-eh1-n t-ah-l","jj"],sentimentality:["s-eh-n t-ah m-eh-n t-ae1 l-ih t-iy","nn"],sentinel:["s-eh1-n t-ah n-ah-l","nn"],sentry:["s-eh1-n t-r-iy","nn"],separate:["s-eh1 p-er ey-t","jj vbp vb"],separated:["s-eh1 p-er ey t-ah-d","vbn jj vbd"],separately:["s-eh1 p-er ah-t l-iy","rb"],separateness:["s-eh1 p-er ah-t n-ah-s","nn"],separates:["s-eh1 p-er ey-t-s","vbz"],separating:["s-eh1 p-er ey t-ih-ng","vbg"],separation:["s-eh p-er ey1 sh-ah-n","nn"],separatist:["s-eh1 p-er ah t-ih-s-t","jj"],sepsis:["s-eh1-p s-ih-s","nn"],septic:["s-eh1-p t-ih-k","jj nn"],septuagenarian:["s-eh-p ch-uw ah jh-ah n-eh1 r-iy ah-n","nn"],septum:["s-eh1-p t-ah-m","nn"],sequel:["s-iy1 k-w-ah-l","nn"],sequence:["s-iy1 k-w-ah-n-s","nn"],sequester:["s-ih k-w-eh1 s-t-er","nn vb vbp"],sequestered:["s-ih k-w-eh1 s-t-er-d","vbn"],sequin:["s-iy1 k-w-ah-n","nn"],sequined:["s-iy1 k-w-ah-n-d","jj"],serenade:["s-eh r-ah n-ey1-d","nn vb"],serenaded:["s-eh r-ah n-ey1 d-ih-d","vbn vbd"],serendipity:["s-eh r-ah-n d-ih1 p-ih t-iy","nn"],serene:["s-er iy1-n","jj nn"],serenely:["s-er iy1 n-ah l-iy","rb"],serenity:["s-er eh1 n-ah t-iy","nn"],serf:["s-er1-f","nn"],sergeant:["s-aa1-r jh-ah-n-t","nn"],serial:["s-ih1 r-iy ah-l","jj nn"],serialize:["s-ih1-r-iy-ah-l-ay-z","vb"],serialized:["s-ih1 r-iy ah l-ay-z-d","vbn"],series:["s-ih1 r-iy-z","nn"],serious:["s-ih1 r-iy ah-s","jj"],seriously:["s-ih1 r-iy ah-s l-iy","rb"],seriousness:["s-ih1 r-iy ah-s n-ah-s","nn"],sermon:["s-er1 m-ah-n","nn"],serotonin:["s-er ah t-ow1 n-ih-n","nn"],serpent:["s-er1 p-ah-n-t","nn"],serpentine:["s-er1 p-ah-n t-ay-n","jj"],serum:["s-ih1 r-ah-m","nn"],servant:["s-er1 v-ah-n-t","nn"],serve:["s-er1-v","vb vbp"],served:["s-er1-v-d","vbn vbd"],server:["s-er1 v-er","nn"],serves:["s-er1-v-z","vbz"],service:["s-er1 v-ah-s","nn vb vbp"],serviceable:["s-er1 v-ah s-ah b-ah-l","jj"],serviced:["s-er1 v-ih-s-t","vbn vbd"],servicing:["s-er1 v-ih s-ih-ng","vbg"],servile:["s-er1 v-ah-l","jj"],serving:["s-er1 v-ih-ng","vbg"],servitude:["s-er1 v-ah t-uw-d","nn"],servo:["s-er1 v-ow","nn jj"],sesame:["s-eh1 s-ah m-iy","nn"],session:["s-eh1 sh-ah-n","nn"],set:["s-eh1-t","vbn vbd vbp jj nn vb"],setback:["s-eh1-t b-ae-k","nn"],setter:["s-eh1 t-er","nn"],setting:["s-eh1 t-ih-ng","vbg"],settle:["s-eh1 t-ah-l","vb vbp"],settled:["s-eh1 t-ah-l-d","vbd vbn jj vb"],settlement:["s-eh1 t-ah-l m-ah-n-t","nn"],settler:["s-eh1 t-ah-l er","nn"],settles:["s-eh1 t-ah-l-z","vbz"],settling:["s-eh1 t-ah-l ih-ng","vbg"],setup:["s-eh1-t ah-p","nn"],seven:["s-eh1 v-ah-n","cd"],sevenfold:["s-eh1 v-ah-n f-ow-l-d","rb"],seventeenth:["s-eh1 v-ah-n t-iy1-n-th","jj"],seventh:["s-eh1 v-ah-n-th","jj"],seventy:["s-eh1 v-ah-n t-iy","nn"],sever:["s-eh1 v-er","vb vbp"],several:["s-eh1 v-r-ah-l","jj rb"],severally:["s-eh1 v-r-ah l-iy","rb"],severance:["s-eh1 v-er ah-n-s","nn jj"],severe:["s-ah v-ih1-r","jj"],severed:["s-eh1 v-er-d","vbn vbd"],severely:["s-ah v-ih1-r l-iy","rb"],severest:["s-ah v-ih1 r-ah-s-t","jjs"],severing:["s-eh1 v-er ih-ng","vbg"],severity:["s-ih v-eh1 r-ih t-iy","nn"],sew:["s-ow1","vb vbp"],sewage:["s-uw1 ah-jh","nn"],sewed:["s-ow1-d","vbd vbn"],sewer:["s-uw1 er","nn"],sewing:["s-ow1 ih-ng","nn vbg"],sewn:["s-ow1-n","vbn"],sex:["s-eh1-k-s","nn vb"],sexism:["s-eh1-k s-ih z-ah-m","nn"],sexist:["s-eh1-k s-ih-s-t","jj"],sextet:["s-eh-k s-t-eh1-t","nn"],sexton:["s-eh1-k s-t-ah-n","nn"],sexual:["s-eh1-k sh-uw ah-l","jj"],sexuality:["s-eh-k sh-uw ae1 l-ah t-iy","nn"],sexually:["s-eh1-k sh-uw ah l-iy","rb"],sexy:["s-eh1-k s-iy","jj"],shabby:["sh-ae1 b-iy","jj"],shack:["sh-ae1-k","nn"],shackle:["sh-ae1 k-ah-l","vb"],shackled:["sh-ae1 k-ah-l-d","vbn"],shad:["sh-ae1-d","nn"],shade:["sh-ey1-d","nn vb"],shaded:["sh-ey1 d-ih-d","vbn vbd jj"],shading:["sh-ey1 d-ih-ng","nn vbg"],shadow:["sh-ae1 d-ow","nn vb"],shadowed:["sh-ae1 d-ow-d","vbn jj"],shadowing:["sh-ae1 d-ow ih-ng","vbg"],shadowy:["sh-ae1 d-ow iy","jj"],shady:["sh-ey1 d-iy","jj"],shaft:["sh-ae1-f-t","nn"],shaggy:["sh-ae1 g-iy","jj"],shake:["sh-ey1-k","vb nn vbp"],shaken:["sh-ey1 k-ah-n","vbn jj"],shakeout:["sh-ey1-k aw-t","nn"],shaker:["sh-ey1 k-er","nn"],shakeup:["sh-ey1-k ah-p","nn"],shaking:["sh-ey1 k-ih-ng","vbg"],shaky:["sh-ey1 k-iy","jj"],shall:["sh-ae1-l","md"],shallow:["sh-ae1 l-ow","jj nn"],shallower:["sh-ae1 l-ow er","jjr"],shallowness:["sh-ae1 l-ow n-ah-s","nn"],sham:["sh-ae1-m","nn jj"],shambles:["sh-ae1-m b-ah-l-z","nn"],shame:["sh-ey1-m","nn vb"],shamed:["sh-ey1-m-d","vbn"],shameful:["sh-ey1-m f-ah-l","jj"],shameless:["sh-ey1-m l-ah-s","jj"],shamelessly:["sh-ey1-m l-ah-s l-iy","rb"],shampoo:["sh-ae-m p-uw1","nn vb"],shampooed:["sh-ae-m p-uw1-d","vbn"],shamrock:["sh-ae1-m r-aa-k","nn"],shanty:["sh-ae1-n t-iy","nn"],shantytown:["sh-ae1-n t-iy t-aw-n","nn"],shape:["sh-ey1-p","nn vbp vb"],shaped:["sh-ey1-p-t","vbn vbd jj"],shapeless:["sh-ey1-p l-ah-s","jj"],shapely:["sh-ey1-p l-iy","jj"],shaping:["sh-ey1 p-ih-ng","vbg"],shard:["sh-aa1-r-d","nn"],share:["sh-eh1-r","nn vbp jj vb"],sharecropper:["sh-eh1-r k-r-aa p-er","nn"],shared:["sh-eh1-r-d","vbn jj vbd"],shareholder:["sh-eh1-r hh-ow-l d-er","nn"],shareholding:["sh-eh1-r hh-ow-l d-ih-ng","nn"],shareowner:["sh-eh1 r-ow n-er","nn"],sharing:["sh-eh1 r-ih-ng","vbg"],shark:["sh-aa1-r-k","nn"],sharp:["sh-aa1-r-p","jj"],sharpen:["sh-aa1-r p-ah-n","vb"],sharpened:["sh-aa1-r p-ah-n-d","vbn vbd"],sharpening:["sh-aa1-r p-ah n-ih-ng","vbg"],sharpens:["sh-aa1-r p-ah-n-z","vbz"],sharper:["sh-aa1-r p-er","jjr rbr"],sharpest:["sh-aa1-r p-ah-s-t","jjs"],sharply:["sh-aa1-r-p l-iy","rb"],sharpness:["sh-aa1-r-p n-ah-s","nn"],sharpshooter:["sh-aa1-r-p sh-uw t-er","nn"],shashlik:["sh-ae1-sh l-ih-k","nn"],shatter:["sh-ae1 t-er","vb"],shattered:["sh-ae1 t-er-d","vbn jj vbd"],shattering:["sh-ae1 t-er ih-ng","vbg jj"],shatterproof:["sh-ae1 t-er p-r-uw-f","jj"],shave:["sh-ey1-v","vb vbp nn"],shaved:["sh-ey1-v-d","vbn vbd"],shaven:["sh-ey1 v-ah-n","jj"],shaver:["sh-ey1 v-er","nn"],shaves:["sh-ey1-v-z","vbz"],shaving:["sh-ey1 v-ih-ng","vbg"],shawl:["sh-ao1-l","nn"],she:["sh-iy1","prp"],sheaf:["sh-iy1-f","nn"],shear:["sh-ih1-r","vb"],sheared:["sh-ih1-r-d","vbn"],shearing:["sh-ih1 r-ih-ng","vbg"],sheath:["sh-iy1-th","nn"],shed:["sh-eh1-d","vb vbd vbn vbp nn"],shedding:["sh-eh1 d-ih-ng","vbg"],sheen:["sh-iy1-n","nn"],sheep:["sh-iy1-p","nn"],sheepish:["sh-iy1 p-ih-sh","jj"],sheepskin:["sh-iy1-p s-k-ih-n","nn"],sheer:["sh-ih1-r","jj nn"],sheet:["sh-iy1-t","nn"],sheik:["sh-iy1-k","nn"],shelf:["sh-eh1-l-f","nn"],shell:["sh-eh1-l","nn jj vb"],shelled:["sh-eh1-l-d","vbd vbn jj"],shellfish:["sh-eh1-l f-ih-sh","nn"],shelling:["sh-eh1 l-ih-ng","vbg"],shellshocked:["sh-eh1-l sh-aa-k-t","jj"],shelter:["sh-eh1-l t-er","nn vb"],sheltered:["sh-eh1-l t-er-d","vbn jj"],sheltering:["sh-eh1-l t-er ih-ng","vbg"],shelve:["sh-eh1-l-v","vb"],shelved:["sh-eh1-l-v-d","vbd jj vbn"],shelving:["sh-eh1-l v-ih-ng","nn"],shenanigan:["sh-ah n-ae1 n-ih g-ah-n","nn"],shepherd:["sh-eh1 p-er-d","nn vb"],shepherded:["sh-eh1 p-er d-ih-d","vbd"],shepherding:["sh-eh1 p-er d-ih-ng","vbg"],sherbet:["sh-er1 b-ah-t","nn"],sheriff:["sh-eh1 r-ah-f","nn"],sherry:["sh-eh1 r-iy","nn"],shibboleth:["sh-ih1 b-ah l-eh-th","nn"],shied:["sh-ay1-d","vbd vbn"],shield:["sh-iy1-l-d","nn vb"],shielded:["sh-iy1-l d-ih-d","vbn vbd"],shielding:["sh-iy1-l d-ih-ng","vbg"],shies:["sh-ay1-z","vbz"],shift:["sh-ih1-f-t","nn vb vbp"],shifted:["sh-ih1-f t-ah-d","vbd vbn"],shifting:["sh-ih1-f t-ih-ng","vbg jj nn"],shifty:["sh-ih1-f t-iy","jj"],shill:["sh-ih1-l","nn"],shilling:["sh-ih1 l-ih-ng","nn"],shim:["sh-ih1-m","vb"],shimmer:["sh-ih1 m-er","nn vb"],shimmered:["sh-ih1 m-er-d","vbd"],shimmering:["sh-ih1 m-er ih-ng","vbg jj"],shimmy:["sh-ih1 m-iy","vb vbp"],shin:["sh-ih1-n","nn"],shinbone:["sh-ih1-n b-ow-n","nn"],shine:["sh-ay1-n","nn vbp vb"],shines:["sh-ay1-n-z","vbz"],shingle:["sh-ih1-ng g-ah-l","nn"],shining:["sh-ay1 n-ih-ng","vbg jj"],shiny:["sh-ay1 n-iy","jj"],ship:["sh-ih1-p","nn vbp vb"],shipboard:["sh-ih1-p b-ao-r-d","nn jj"],shipbuilder:["sh-ih1-p b-ih-l d-er","nn"],shipbuilding:["sh-ih1-p b-ih-l d-ih-ng","nn"],shipload:["sh-ih1-p l-ow-d","nn"],shipmate:["sh-ih1-p m-ey-t","nn"],shipment:["sh-ih1-p m-ah-n-t","nn"],shipowner:["sh-ih1-p ow n-er","nn"],shipped:["sh-ih1-p-t","vbn jj vbd"],shipper:["sh-ih1 p-er","nn"],shipping:["sh-ih1 p-ih-ng","vbg"],shipshape:["sh-ih1-p sh-ey-p","jj"],shipyard:["sh-ih1-p y-aa-r-d","nn"],shirk:["sh-er1-k","vb"],shirked:["sh-er1-k-t","vbn"],shirking:["sh-er1 k-ih-ng","vbg"],shirt:["sh-er1-t","nn"],shirtsleeve:["sh-er1-t s-l-iy-v","nn"],shit:["sh-ih1-t","nn"],shiver:["sh-ih1 v-er","nn vb"],shivering:["sh-ih1 v-er ih-ng","vbg"],shoal:["sh-ow1-l","nn"],shock:["sh-aa1-k","nn vb"],shocked:["sh-aa1-k-t","vbn vbd jj"],shocker:["sh-aa1 k-er","nn"],shocking:["sh-aa1 k-ih-ng","jj vbg"],shockingly:["sh-aa1 k-ih-ng l-iy","rb"],shod:["sh-aa1-d","jj"],shoddy:["sh-aa1 d-iy","jj"],shoe:["sh-uw1","nn"],shoehorn:["sh-uw1-hh-ao-r-n","vb"],shoehorned:["sh-uw1 hh-ao-r-n-d","vbn"],shoelace:["sh-uw1 l-ey-s","nn"],shoemaker:["sh-uw1 m-ey k-er","nn"],shoestring:["sh-uw1 s-t-r-ih-ng","nn"],shone:["sh-ow1-n","vbd vbn"],shoo:["sh-uw1","vb"],shooed:["sh-uw1-d","vbn"],shook:["sh-uh1-k","vbd nn vbn"],shoot:["sh-uw1-t","vb nn vbp"],shooter:["sh-uw1 t-er","nn"],shooting:["sh-uw1 t-ih-ng","nn vbg"],shootout:["sh-uw1-t aw-t","nn"],shop:["sh-aa1-p","nn vb vbp"],shopkeeper:["sh-aa1-p k-iy p-er","nn"],shoplifting:["sh-aa1-p l-ih-f t-ih-ng","nn"],shopped:["sh-aa1-p-t","vbn vbd"],shopper:["sh-aa1 p-er","nn"],shopping:["sh-aa1 p-ih-ng","nn jj vbg"],shopworn:["sh-aa1-p w-ao-r-n","jj"],shore:["sh-ao1-r","nn jj rb vb"],shored:["sh-ao1-r-d","vbn"],shoreline:["sh-ao1-r l-ay-n","nn"],shoring:["sh-ao1 r-ih-ng","vbg"],shorn:["sh-ao1-r-n","vb"],"short":["sh-ao1-r-t","jj nn rb vb"],shortage:["sh-ao1-r t-ah-jh","nn"],shortcake:["sh-ao1-r-t k-ey-k","nn"],shortchange:["sh-ao-r-t-ch-ey1-n-jh","vb"],shortchanged:["sh-ao-r-t ch-ey1-n-jh-d","vbn"],shortchanging:["sh-ao-r-t ch-ey1-n jh-ih-ng","vbg"],shortcoming:["sh-ao1-r-t k-ah m-ih-ng","nn"],shortcut:["sh-ao1-r-t k-ah-t","nn"],shorted:["sh-ao1-r t-ih-d","vbn vbd"],shorten:["sh-ao1-r t-ah-n","vb vbp"],shortened:["sh-ao1-r t-ah-n-d","vbn jj"],shortening:["sh-ao1-r t-ah-n ih-ng","vbg"],shorter:["sh-ao1-r t-er","jjr"],shortest:["sh-ao1-r t-ih-s-t","jjs"],shortfall:["sh-ao1-r-t f-ao-l","nn"],shorthand:["sh-ao1-r-t hh-ae-n-d","nn"],shorting:["sh-ao1-r t-ih-ng","vbg"],shortlived:["sh-ao1-r-t l-ih1-v-d","jj"],shortly:["sh-ao1-r-t l-iy","rb"],shortness:["sh-ao1-r-t n-ah-s","nn"],shortsighted:["sh-ao1-r-t s-ay1 t-ih-d","jj"],shortsightedness:["sh-ao1-r-t s-ay1 t-ih-d n-ih-s","nn"],shortstop:["sh-ao1-r-t s-t-aa-p","nn"],shortterm:["sh-ao1-r-t t-er-m","jj"],shot:["sh-aa1-t","nn vbd vbn"],shotgun:["sh-aa1-t g-ah-n","nn jj"],should:["sh-uh1-d","md"],"shouldn't":["sh-uh1-d-ah-n-t","md"],shoulder:["sh-ow1-l d-er","nn vbp rb vb"],shouldered:["sh-ow1-l d-er-d","vbd vbn"],shouldering:["sh-ow1-l d-er ih-ng","vbg"],shout:["sh-aw1-t","vb vbp nn"],shouted:["sh-aw1 t-ah-d","vbd vbn"],shouting:["sh-aw1 t-ih-ng","vbg"],shove:["sh-ah1-v","vb nn"],shoved:["sh-ah1-v-d","vbd vbn"],shovel:["sh-ah1 v-ah-l","nn vb"],shoveled:["sh-ah1 v-ah-l-d","vbd vbn"],shoveling:["sh-ah1 v-l-ih-ng","vbg"],shoves:["sh-ah1-v-z","vbz"],shoving:["sh-ah1 v-ih-ng","vbg"],show:["sh-ow1","nn vb vbp"],showcase:["sh-ow1 k-ey-s","nn vb"],showcasing:["sh-ow1 k-ey s-ih-ng","vbg"],showdown:["sh-ow1 d-aw-n","nn"],showed:["sh-ow1-d","vbd vbn"],shower:["sh-aw1 er","nn vb vbp"],showered:["sh-aw1 er-d","vbn vbd"],showering:["sh-aw1 er ih-ng","vbg"],showing:["sh-ow1 ih-ng","vbg"],showman:["sh-ow1 m-ah-n","nn"],showmanship:["sh-ow1 m-ah-n sh-ih-p","nn"],shown:["sh-ow1-n","vbn vbd"],showpiece:["sh-ow1 p-iy-s","nn"],showroom:["sh-ow1 r-uh-m","nn"],showy:["sh-ow1 iy","jj"],shrank:["sh-r-ae1-ng-k","vbd"],shrapnel:["sh-r-ae1-p n-ah-l","nn"],shred:["sh-r-eh1-d","nn vb"],shredded:["sh-r-eh1 d-ah-d","jj vbd"],shredder:["sh-r-eh1 d-er","nn"],shredding:["sh-r-eh1 d-ih-ng","vbg"],shrewd:["sh-r-uw1-d","jj"],shrewdest:["sh-r-uw1 d-ah-s-t","jjs"],shrewdly:["sh-r-uw1-d l-iy","rb"],shriek:["sh-r-iy1-k","nn vb"],shrieked:["sh-r-iy1-k-t","vbd"],shrieking:["sh-r-iy1 k-ih-ng","nn"],shrift:["sh-r-ih1-f-t","nn"],shrill:["sh-r-ih1-l","jj"],shrimp:["sh-r-ih1-m-p","nn"],shrine:["sh-r-ay1-n","nn"],shrink:["sh-r-ih1-ng-k","vb nn"],shrinkage:["sh-r-ih1-ng k-ih-jh","nn"],shrinking:["sh-r-ih1-ng k-ih-ng","vbg"],shrinks:["sh-r-ih1-ng-k-s","vbz"],shrivel:["sh-r-ih1 v-ah-l","vb"],shriveled:["sh-r-ih1 v-ah-l-d","vbn vbd jj"],shroud:["sh-r-aw1-d","nn vb"],shrouded:["sh-r-aw1 d-ih-d","vbn vbd"],shrouding:["sh-r-aw1 d-ih-ng","vbg"],shrub:["sh-r-ah1-b","nn"],shrubbery:["sh-r-ah1 b-er iy","nn"],shrug:["sh-r-ah1-g","vb nn vbp"],shrugged:["sh-r-ah1-g-d","vbd"],shrugging:["sh-r-ah1 g-ih-ng","vbg"],shrunk:["sh-r-ah1-ng-k","vbn"],shrunken:["sh-r-ah1-ng k-ah-n","jj vbn"],shuck:["sh-ah1-k","vb"],shudder:["sh-ah1 d-er","vb vbp"],shuddered:["sh-ah1 d-er-d","vbd"],shuddering:["sh-ah1 d-er ih-ng","vbg jj"],shuffle:["sh-ah1 f-ah-l","nn vb vbp"],shuffled:["sh-ah1 f-ah-l-d","vbd"],shuffling:["sh-ah1 f-l-ih-ng","vbg"],shun:["sh-ah1-n","vb vbp"],shunned:["sh-ah1-n-d","vbd vbn"],shunning:["sh-ah1 n-ih-ng","vbg"],shuns:["sh-ah1-n-z","vbz"],shut:["sh-ah1-t","vbn vbd jj nn vb"],shutdown:["sh-ah1-t d-aw-n","nn"],shute:["sh-uw1-t","vb"],shutout:["sh-ah1-t aw-t","nn"],shutter:["sh-ah1 t-er","nn vb"],shuttered:["sh-ah1 t-er-d","jj vbd vbn"],shuttering:["sh-ah1 t-er ih-ng","vbg"],shutting:["sh-ah1 t-ih-ng","vbg"],shuttle:["sh-ah1 t-ah-l","nn vb"],shuttled:["sh-ah1 t-ah-l-d","vbd vbn"],shuttling:["sh-ah1 t-ah-l ih-ng","vbg"],shy:["sh-ay1","jj nn rb vb vbp"],shying:["sh-ay1 ih-ng","vbg"],shyly:["sh-ay1 l-iy","rb"],sibling:["s-ih1 b-l-ih-ng","nn"],sic:["s-ih1-k","vb"],sick:["s-ih1-k","jj"],sicken:["s-ih1-k-ah-n","vb"],sickened:["s-ih1 k-ah-n-d","vbn vbd jj"],sickening:["s-ih1 k-ah n-ih-ng","jj"],sicker:["s-ih1 k-er","jjr"],sickle:["s-ih1 k-ah-l","jj"],sickly:["s-ih1-k l-iy","jj"],sickness:["s-ih1-k n-ah-s","nn"],side:["s-ay1-d","nn vbp jj rb vb"],sided:["s-ay1 d-ah-d","vbd vbn"],sidekick:["s-ay1-d k-ih-k","nn"],sideline:["s-ay1-d l-ay-n","nn vb"],sidelined:["s-ay1-d l-ay-n-d","vbn jj"],sideman:["s-ay1-d m-ae-n","nn"],sideshow:["s-ay1-d sh-ow","nn"],sidestep:["s-ay1-d s-t-eh-p","vb vbp"],sidestepped:["s-ay1-d s-t-eh-p-t","vbd vbn"],sidestepping:["s-ay1-d s-t-eh p-ih-ng","vbg"],sidesteps:["s-ay1-d s-t-eh-p-s","vbz"],sidetrack:["s-ay1-d t-r-ae-k","vb"],sidetracked:["s-ay1-d t-r-ae-k-t","vbd"],sidewalk:["s-ay1-d w-ao-k","nn"],sideways:["s-ay1-d w-ey-z","rb jj"],sidewinder:["s-ay1-d w-ay-n d-er","nn"],sidewise:["s-ay1-d w-ay-z","rb jj"],siding:["s-ay1 d-ih-ng","vbg"],sidle:["s-ay1 d-ah-l","vb"],siege:["s-iy1-jh","nn"],sieve:["s-ih1-v","nn"],sift:["s-ih1-f-t","vb vbp"],sifted:["s-ih1-f t-ih-d","vbd vbn"],sifting:["s-ih1-f t-ih-ng","nn"],sigh:["s-ay1","nn vb vbp"],sighed:["s-ay1-d","vbd"],sighing:["s-ay1 ih-ng","vbg"],sight:["s-ay1-t","nn vb"],sighted:["s-ay1 t-ah-d","vbn vbd"],sighting:["s-ay1 t-ih-ng","nn"],sightseeing:["s-ay1-t s-iy1 ih-ng","nn"],sign:["s-ay1-n","nn vbp vb"],signal:["s-ih1-g n-ah-l","nn vb vbp"],signaled:["s-ih1-g n-ah-l-d","vbd vbn"],signaling:["s-ih1-g n-ah-l ih-ng","vbg"],signalled:["s-ih1-g n-ah-l-d","vbd"],signalling:["s-ih1-g n-ah-l ih-ng","vbg"],signatory:["s-ih1-g n-ah t-ao r-iy","jj nn"],signature:["s-ih1-g n-ah ch-er","nn"],signed:["s-ay1-n-d","vbd jj vbn"],signer:["s-ay1 n-er","nn"],significance:["s-ah-g n-ih1 f-ih k-ah-n-s","nn"],significant:["s-ah-g n-ih1 f-ih k-ah-n-t","jj"],significantly:["s-ih-g n-ih1 f-ih k-ah-n-t l-iy","rb"],signified:["s-ih1-g n-ah f-ay-d","vbd vbn"], +signifies:["s-ih1-g n-ah f-ay-z","vbz"],signify:["s-ih1-g n-ah f-ay","vb"],signifying:["s-ih1-g n-ah f-ay ih-ng","vbg"],signing:["s-ay1 n-ih-ng","vbg"],signpost:["s-ay1-n p-ow-s-t","nn"],silence:["s-ay1 l-ah-n-s","nn vb"],silenced:["s-ay1 l-ah-n-s-t","vbn vbd"],silencing:["s-ay1 l-ah-n s-ih-ng","vbg"],silent:["s-ay1 l-ah-n-t","jj"],silently:["s-ay1 l-ah-n-t l-iy","rb"],silhouette:["s-ih l-ah-w eh1-t","nn"],silica:["s-ih1 l-ah k-ah","nn"],silicate:["s-ih1 l-ah k-ah-t","nn"],silicon:["s-ih1 l-ah k-ah-n","nn"],silicone:["s-ih1 l-ah k-ow-n","nn"],silk:["s-ih1-l-k","nn"],silky:["s-ih1-l k-iy","jj"],sill:["s-ih1-l","nn"],sillier:["s-ih1 l-iy er","jjr"],silliest:["s-ih1 l-iy ah-s-t","jjs"],silliness:["s-ih1 l-iy n-ah-s","nn"],silly:["s-ih1 l-iy","jj nn rb"],silo:["s-ay1 l-ow","nn"],silver:["s-ih1-l v-er","nn jj"],silverware:["s-ih1-l v-er w-eh-r","nn"],silvery:["s-ih1-l v-er iy","jj"],simian:["s-ih1 m-iy ah-n","jj"],similar:["s-ih1 m-ah l-er","jj"],similarity:["s-ih m-ah l-eh1 r-ah t-iy","nn"],similarly:["s-ih1 m-ah l-er l-iy","rb"],similiar:["s-ih m-ih1 l-aa-r","jj"],simmer:["s-ih1 m-er","vb vbp"],simmered:["s-ih1 m-er-d","vbn vbd"],simmering:["s-ih1 m-er ih-ng","vbg"],simple:["s-ih1-m p-ah-l","jj nn"],simpler:["s-ih1-m p-ah l-er","jjr rbr"],simplest:["s-ih1-m p-l-ah-s-t","jjs"],simplicity:["s-ih-m p-l-ih1 s-ah t-iy","nn"],simplification:["s-ih-m p-l-ah f-ih k-ey1 sh-ah-n","nn"],simplified:["s-ih1-m p-l-ah f-ay-d","jj vbn"],simplifies:["s-ih1-m p-l-ah f-ay-z","vbz"],simplify:["s-ih1-m p-l-ah f-ay","vb vbp"],simplifying:["s-ih1-m p-l-ah f-ay ih-ng","vbg"],simplistic:["s-ih-m p-l-ih1 s-t-ih-k","jj"],simply:["s-ih1-m p-l-iy","rb jj"],simulate:["s-ih1 m-y-ah l-ah-t","vb vbp"],simulated:["s-ih1 m-y-ah l-ey t-ih-d","vbn jj"],simulates:["s-ih1 m-y-ah l-ey-t-s","vbz"],simulation:["s-ih m-y-ah l-ey1 sh-ah-n","nn"],simulator:["s-ih1 m-y-ah l-ey t-er","nn"],simultaneous:["s-ay m-ah-l t-ey1 n-iy ah-s","jj"],simultaneously:["s-ay m-ah-l t-ey1 n-iy ah-s l-iy","rb"],sin:["s-ih1-n","nn vbp vb"],since:["s-ih1-n-s","in rb"],sincere:["s-ih-n s-ih1-r","jj"],sincerely:["s-ih-n s-ih1-r l-iy","rb"],sincerity:["s-ih-n s-eh1 r-ah t-iy","nn"],sine:["s-ay1-n","nn"],sinewy:["s-ih1 n-y-uw iy","jj"],sinful:["s-ih1-n f-ah-l","jj"],sing:["s-ih1-ng","vb vbp"],singer:["s-ih1 ng-er","nn"],singing:["s-ih1 ng-ih-ng","vbg jj nn"],single:["s-ih1-ng g-ah-l","jj vbp nn rb vb"],singled:["s-ih1-ng g-ah-l-d","vbd vbn"],singlehandedly:["s-ih-ng g-ah-l hh-ae1-n d-ih-d l-iy","rb"],singling:["s-ih1-ng g-ah-l ih-ng","vbg"],singly:["s-ih1-ng g-l-iy","rb"],sings:["s-ih1-ng-z","vbz"],singular:["s-ih1-ng g-y-ah l-er","jj nn"],singularly:["s-ih1-ng g-y-ah l-er l-iy","rb"],sinister:["s-ih1 n-ih s-t-er","jj"],sink:["s-ih1-ng-k","vb vbp nn"],sinkhole:["s-ih1-ng-k hh-ow-l","nn"],sinking:["s-ih1-ng k-ih-ng","vbg jj"],sinks:["s-ih1-ng-k-s","vbz"],sinned:["s-ih1-n-d","vbn"],sinner:["s-ih1 n-er","nn"],sinning:["s-ih1 n-ih-ng","nn"],sinuous:["s-ih1 n-w-ah-s","jj"],sinus:["s-ay1 n-ah-s","nn"],sip:["s-ih1-p","nn"],siphon:["s-ay1 f-ah-n","vb"],siphoned:["s-ay1 f-ah-n-d","vbd vbn"],siphoning:["s-ay1 f-ah-n ih-ng","vbg"],sipped:["s-ih1-p-t","vbd"],sipping:["s-ih1 p-ih-ng","vbg"],sir:["s-er1","nn uh"],siren:["s-ay1 r-ah-n","jj nn"],sister:["s-ih1 s-t-er","nn jj"],sit:["s-ih1-t","vb vbp"],sitcom:["s-ih1-t k-aa-m","nn"],site:["s-ay1-t","nn"],siting:["s-ay1 t-ih-ng","nn"],sitter:["s-ih1 t-er","nn"],sitting:["s-ih1 t-ih-ng","vbg jj nn"],situate:["s-ih1-ch-uw-ey-t","vb"],situated:["s-ih1 ch-uw ey t-ih-d","vbn"],situation:["s-ih ch-uw ey1 sh-ah-n","nn"],six:["s-ih1-k-s","cd"],sixfold:["s-ih1-k-s f-ow-l-d","rb jj"],sixteenth:["s-ih-k-s t-iy1-n-th","jj"],sixth:["s-ih1-k-s-th","jj rb"],sizable:["s-ay1 z-ah b-ah-l","jj"],size:["s-ay1-z","nn vbp vb"],sizeable:["s-ay1 z-ah b-ah-l","jj"],sized:["s-ay1-z-d","vbd jj vbn"],sizing:["s-ay1 z-ih-ng","nn"],sizzle:["s-ih1 z-ah-l","nn vb"],sizzled:["s-ih1 z-ah-l-d","vbd"],sizzling:["s-ih1 z-ah-l ih-ng","jj vbg"],skate:["s-k-ey1-t","vb"],skating:["s-k-ey1 t-ih-ng","vbg"],skeet:["s-k-iy1-t","nn"],skeletal:["s-k-eh1 l-ah t-ah-l","jj"],skeleton:["s-k-eh1 l-ah t-ah-n","nn jj"],skeptic:["s-k-eh1-p t-ih-k","nn"],skeptical:["s-k-eh1-p t-ah k-ah-l","jj"],skeptically:["s-k-eh1-p t-ih k-ah l-iy","rb"],skepticism:["s-k-eh1-p t-ih s-ih z-ah-m","nn"],sketch:["s-k-eh1-ch","nn vb"],sketchbook:["s-k-eh1-ch b-uh-k","nn"],sketched:["s-k-eh1-ch-t","vbn vbd"],sketching:["s-k-eh1 ch-ih-ng","vbg"],sketchy:["s-k-eh1 ch-iy","jj"],skew:["s-k-y-uw1","vb"],skewed:["s-k-y-uw1-d","vbn vbd jj"],skewer:["s-k-y-uw1 er","nn"],ski:["s-k-iy1","nn jj vb vbp"],skid:["s-k-ih1-d","nn vb vbd"],skidded:["s-k-ih1 d-ah-d","vbd vbn"],skidding:["s-k-ih1 d-ih-ng","vbg"],skier:["s-k-ay1-r","nn"],skiff:["s-k-ih1-f","nn"],skiing:["s-k-iy1 ih-ng","vbg"],skill:["s-k-ih1-l","nn vb"],skilled:["s-k-ih1-l-d","jj vbn"],skillet:["s-k-ih1 l-ah-t","nn"],skillful:["s-k-ih1-l f-ah-l","jj"],skillfully:["s-k-ih1-l f-ah l-iy","rb"],skim:["s-k-ih1-m","vb vbp jj"],skimmed:["s-k-ih1-m-d","vbd vbn"],skimmer:["s-k-ih1 m-er","nn"],skimming:["s-k-ih1 m-ih-ng","vbg"],skimp:["s-k-ih1-m-p","vb"],skimpy:["s-k-ih1-m p-iy","jj"],skin:["s-k-ih1-n","nn"],skinhead:["s-k-ih1-n hh-eh-d","nn"],skinless:["s-k-ih1-n l-ah-s","jj"],skinny:["s-k-ih1 n-iy","jj"],skip:["s-k-ih1-p","vb vbp"],skipped:["s-k-ih1-p-t","vbd vbn"],skipper:["s-k-ih1 p-er","nn vb"],skipping:["s-k-ih1 p-ih-ng","vbg"],skips:["s-k-ih1-p-s","vbz"],skirmish:["s-k-er1 m-ih-sh","nn vb"],skirmishing:["s-k-er1 m-ih sh-ih-ng","vbg"],skirt:["s-k-er1-t","nn vb vbp"],skirted:["s-k-er1 t-ih-d","vbn vbd"],skirting:["s-k-er1 t-ih-ng","vbg"],skit:["s-k-ih1-t","nn"],skittish:["s-k-ih1 t-ih-sh","jj"],skittishness:["s-k-ih1 t-ih-sh n-ah-s","nn"],skull:["s-k-ah1-l","nn"],skunk:["s-k-ah1-ng-k","nn"],sky:["s-k-ay1","nn"],skylight:["s-k-ay1 l-ay-t","nn"],skyline:["s-k-ay1 l-ay-n","nn"],skyrocket:["s-k-ay1 r-aa k-ah-t","vb"],skyrocketed:["s-k-ay1 r-aa k-ah t-ih-d","vbd vbn"],skyrocketing:["s-k-ay1 r-aa k-ah t-ih-ng","vbg"],skyscraper:["s-k-ay1 s-k-r-ey p-er","nn"],skyward:["s-k-ay1 w-er-d","rb"],skywave:["s-k-ay1 w-ey-v","nn"],slab:["s-l-ae1-b","nn jj"],slack:["s-l-ae1-k","jj vb nn"],slacken:["s-l-ae1 k-ah-n","vb"],slackened:["s-l-ae1 k-ah-n-d","vbd jj vbn"],slackening:["s-l-ae1 k-ah n-ih-ng","vbg"],slag:["s-l-ae1-g","nn"],slain:["s-l-ey1-n","vbn"],slam:["s-l-ae1-m","nn vbp vb"],slammed:["s-l-ae1-m-d","vbd vbn"],slammer:["s-l-ae1 m-er","nn"],slamming:["s-l-ae1 m-ih-ng","vbg"],slams:["s-l-ae1-m-z","vbz"],slander:["s-l-ae1-n d-er","nn vb"],slanderous:["s-l-ae1-n d-er ah-s","jj"],slang:["s-l-ae1-ng","nn"],slant:["s-l-ae1-n-t","nn vb"],slanted:["s-l-ae1-n t-ah-d","vbn vbd jj"],slanting:["s-l-ae1-n t-ih-ng","vbg jj"],slap:["s-l-ae1-p","vb nn"],slapped:["s-l-ae1-p-t","vbd vbn"],slapping:["s-l-ae1 p-ih-ng","vbg jj nn"],slapstick:["s-l-ae1-p s-t-ih-k","nn jj"],slash:["s-l-ae1-sh","vb nn vbp"],slashed:["s-l-ae1-sh-t","vbd vbn"],slasher:["s-l-ae1 sh-er","nn"],slashing:["s-l-ae1 sh-ih-ng","vbg"],slat:["s-l-ae1-t","nn"],slate:["s-l-ey1-t","nn jj vb"],slated:["s-l-ey1 t-ih-d","vbn vbd"],slaughter:["s-l-ao1 t-er","nn vb vbp"],slaughtered:["s-l-ao1 t-er-d","vbn vbd"],slaughterhouse:["s-l-ao1 t-er hh-aw-s","nn"],slaughtering:["s-l-ao1 t-er ih-ng","vbg"],slaughters:["s-l-ao1 t-er-z","vbz"],slave:["s-l-ey1-v","nn"],slavery:["s-l-ey1 v-er iy","nn"],slavish:["s-l-ey1 v-ih-sh","jj"],slavishly:["s-l-ae1 v-ih-sh l-iy","rb"],slay:["s-l-ey1","vb"],slaying:["s-l-ey1 ih-ng","nn vbg"],sleaze:["s-l-iy1-z","nn"],sleazy:["s-l-iy1 z-iy","jj"],sled:["s-l-eh1-d","vb"],sledding:["s-l-eh1 d-ih-ng","vbg"],sleek:["s-l-iy1-k","jj"],sleep:["s-l-iy1-p","vb nn vbp"],sleeper:["s-l-iy1 p-er","nn"],sleepily:["s-l-iy1 p-ah l-iy","rb"],sleeping:["s-l-iy1 p-ih-ng","vbg"],sleepless:["s-l-iy1-p l-ah-s","jj"],sleeps:["s-l-iy1-p-s","vbz"],sleepwalk:["s-l-iy1-p-w-ao-k","vb"],sleepwalker:["s-l-iy1-p w-ao k-er","nn"],sleepwalking:["s-l-iy1-p w-ao k-ih-ng","vbg"],sleepy:["s-l-iy1 p-iy","jj"],sleet:["s-l-iy1-t","nn"],sleeve:["s-l-iy1-v","nn"],sleight:["s-l-ay1-t","nn"],slender:["s-l-eh1-n d-er","jj"],slept:["s-l-eh1-p-t","vbd vbn"],sleuth:["s-l-uw1-th","nn"],sleuthing:["s-l-uw1 th-ih-ng","nn"],slew:["s-l-uw1","nn"],slice:["s-l-ay1-s","nn vb vbp"],sliced:["s-l-ay1-s-t","vbn vbd"],slicing:["s-l-ay1 s-ih-ng","vbg"],slick:["s-l-ih1-k","jj nn"],slicker:["s-l-ih1 k-er","nn"],slickly:["s-l-ih1-k l-iy","rb"],slid:["s-l-ih1-d","vbd vbn"],slide:["s-l-ay1-d","nn vbp vb"],sliding:["s-l-ay1 d-ih-ng","vbg jj"],slight:["s-l-ay1-t","jj vb vbp nn"],slighted:["s-l-ay1 t-ih-d","jj vbn"],slightest:["s-l-ay1 t-ah-s-t","jjs"],slighting:["s-l-ay1 t-ih-ng","vbg"],slightly:["s-l-ay1-t l-iy","rb"],slim:["s-l-ih1-m","jj vb"],slime:["s-l-ay1-m","nn"],slimmer:["s-l-ih1 m-er","rb"],slimming:["s-l-ih1 m-ih-ng","vbg"],slimy:["s-l-ay1 m-iy","jj"],sling:["s-l-ih1-ng","nn vb"],slinging:["s-l-ih1 ng-ih-ng","vbg"],slingshot:["s-l-ih1-ng sh-aa-t","nn"],slinky:["s-l-ih1-ng k-iy","jj"],slip:["s-l-ih1-p","vb nn vbp"],slippage:["s-l-ih1 p-ih-jh","nn"],slipped:["s-l-ih1-p-t","vbd vbn"],slipper:["s-l-ih1 p-er","nn"],slippery:["s-l-ih1 p-er iy","jj"],slipping:["s-l-ih1 p-ih-ng","vbg"],slipshod:["s-l-ih1-p sh-aa-d","jj"],slit:["s-l-ih1-t","nn vb"],slither:["s-l-ih1-dh-er","vb"],slithering:["s-l-ih1 dh-er ih-ng","vbg"],sliver:["s-l-ih1 v-er","nn"],slob:["s-l-aa1-b","nn"],slog:["s-l-aa1-g","vb"],slogging:["s-l-aa1 g-ih-ng","vbg"],sloop:["s-l-uw1-p","nn"],slop:["s-l-aa1-p","nn vb"],slope:["s-l-ow1-p","nn"],sloping:["s-l-ow1 p-ih-ng","vbg jj"],sloppily:["s-l-aa1 p-ah l-iy","rb"],sloppiness:["s-l-aa1 p-iy n-ah-s","nn"],sloppy:["s-l-aa1 p-iy","jj"],slosh:["s-l-aa1-sh","vb"],sloshing:["s-l-aa1 sh-ih-ng","vbg"],slot:["s-l-aa1-t","nn"],slotted:["s-l-aa1 t-ih-d","vbn"],slouch:["s-l-aw1-ch","nn"],slouches:["s-l-aw1 ch-ih-z","vbz"],slough:["s-l-ah1-f","vb"],slovenliness:["s-l-ah1 v-ah-n l-iy n-ah-s","nn"],slovenly:["s-l-ah1 v-ah-n l-iy","jj"],slow:["s-l-ow1","jj vbp rb vb"],slowdown:["s-l-ow1 d-aw-n","nn"],slowed:["s-l-ow1-d","vbd vbn"],slower:["s-l-ow1 er","jjr rbr"],slowest:["s-l-ow1 ah-s-t","jjs"],slowing:["s-l-ow1 ih-ng","vbg"],slowly:["s-l-ow1 l-iy","rb"],slowness:["s-l-ow1 n-ah-s","nn"],sludge:["s-l-ah1-jh","nn"],slug:["s-l-ah1-g","nn vb"],slugfest:["s-l-ah1-g f-eh-s-t","nn jjs"],slugger:["s-l-ah1 g-er","nn"],slugging:["s-l-ah1 g-ih-ng","vbg"],sluggish:["s-l-ah1 g-ih-sh","jj"],sluggishly:["s-l-ah1 g-ih-sh l-iy","rb"],sluggishness:["s-l-ah1 g-ih-sh n-ah-s","nn"],sluice:["s-l-uw1-s","nn vb"],sluicing:["s-l-uw1 s-ih-ng","vbg"],slum:["s-l-ah1-m","nn"],slumber:["s-l-ah1-m b-er","nn vb"],slumbering:["s-l-ah1-m b-er ih-ng","vbg"],slump:["s-l-ah1-m-p","nn vbp vb"],slumped:["s-l-ah1-m-p-t","vbd vbn"],slumping:["s-l-ah1-m p-ih-ng","vbg jj"],slung:["s-l-ah1-ng","vbd vbn"],slur:["s-l-er1","nn vb"],slurry:["s-l-er1 iy","nn"],slush:["s-l-ah1-sh","nn"],sly:["s-l-ay1","jj"],slyly:["s-l-ay1 l-iy","rb"],slyness:["s-l-ay1 n-ah-s","nn"],smack:["s-m-ae1-k","rb vb uh vbp"],smacked:["s-m-ae1-k-t","vbd"],smacking:["s-m-ae1 k-ih-ng","vbg"],smacks:["s-m-ae1-k-s","vbz"],small:["s-m-ao1-l","jj"],smaller:["s-m-ao1 l-er","jjr rbr"],smallest:["s-m-ao1 l-ah-s-t","jjs"],smallish:["s-m-ao1 l-ih-sh","jj"],smallness:["s-m-ao1-l n-ah-s","nn"],smallpox:["s-m-ao1-l p-aa-k-s","nn"],smarmy:["s-m-aa1-r m-iy","jj"],smart:["s-m-aa1-r-t","jj nn rb vb"],smarter:["s-m-aa1-r t-er","rbr jjr rb"],smartest:["s-m-aa1-r t-ah-s-t","jjs"],smarting:["s-m-aa1-r t-ih-ng","vbg"],smartly:["s-m-aa1-r-t l-iy","rb"],smarts:["s-m-aa1-r-t-s","vbz"],smash:["s-m-ae1-sh","nn vb vbp"],smashed:["s-m-ae1-sh-t","vbd jj vbn"],smasher:["s-m-ae1 sh-er","nn"],smashing:["s-m-ae1 sh-ih-ng","jj vbg"],smattering:["s-m-ae1 t-er ih-ng","nn"],smear:["s-m-ih1-r","nn vb"],smeared:["s-m-ih1-r-d","vbn jj"],smell:["s-m-eh1-l","nn vb vbp"],smelled:["s-m-eh1-l-d","vbd vbn"],smelling:["s-m-eh1 l-ih-ng","vbg"],smelly:["s-m-eh1 l-iy","jj"],smelter:["s-m-eh1-l t-er","nn"],smile:["s-m-ay1-l","nn vb vbp"],smiled:["s-m-ay1-l-d","vbd vbn"],smiling:["s-m-ay1 l-ih-ng","vbg jj nn"],smilingly:["s-m-ay1 l-ih-ng l-iy","rb"],smirk:["s-m-er1-k","nn vb"],smithereens:["s-m-ih dh-er iy1-n-z","nn"],smitten:["s-m-ih1 t-ah-n","vbn"],smock:["s-m-aa1-k","nn"],smog:["s-m-aa1-g","nn"],smoggiest:["s-m-aa1 g-iy ah-s-t","jjs"],smoke:["s-m-ow1-k","nn vb vbp"],smoked:["s-m-ow1-k-t","vbd jj vbn"],smokeless:["s-m-ow1-k l-ah-s","jj"],smoker:["s-m-ow1 k-er","nn"],smokes:["s-m-ow1-k-s","vbz"],smokescreen:["s-m-ow1-k s-k-r-iy-n","nn"],smokestack:["s-m-ow1-k s-t-ae-k","nn"],smoking:["s-m-ow1 k-ih-ng","vbg"],smoky:["s-m-ow1 k-iy","jj"],smolder:["s-m-ow1-l d-er","vb vbp"],smoldering:["s-m-ow1-l d-er ih-ng","vbg"],smooth:["s-m-uw1-dh","jj vb"],smoothed:["s-m-uw1-dh-d","vbd vbn"],smoother:["s-m-uw1 dh-er","jj rb jjr"],smoothest:["s-m-uw1 dh-ah-s-t","jjs"],smoothing:["s-m-uw1 dh-ih-ng","vbg"],smoothly:["s-m-uw1-dh l-iy","rb"],smoothness:["s-m-uw1-dh n-ah-s","nn"],smorgasbord:["s-m-ao1-r g-ah-s b-ao-r-d","nn"],smother:["s-m-ah1 dh-er","vb"],smothered:["s-m-ah1 dh-er-d","vbd vbn jj"],smothering:["s-m-ah1 dh-er ih-ng","vbg"],smudge:["s-m-ah1-jh","nn"],smug:["s-m-ah1-g","jj"],smuggle:["s-m-ah1 g-ah-l","vb"],smuggled:["s-m-ah1 g-ah-l-d","vbn vbd"],smuggler:["s-m-ah1-g l-er","nn"],smuggling:["s-m-ah1 g-l-ih-ng","vbg"],snack:["s-n-ae1-k","nn"],snafu:["s-n-ae1 f-uw","nn"],snag:["s-n-ae1-g","nn vb"],snagged:["s-n-ae1-g-d","vbn vbd"],snagging:["s-n-ae1 g-ih-ng","vbg"],snail:["s-n-ey1-l","nn"],snake:["s-n-ey1-k","nn vb"],snaking:["s-n-ey1 k-ih-ng","vbg"],snap:["s-n-ae1-p","vb vbp jj nn"],snapdragon:["s-n-ae1-p d-r-ae g-ah-n","nn"],snapped:["s-n-ae1-p-t","vbd vbn jj"],snapper:["s-n-ae1 p-er","nn"],snapping:["s-n-ae1 p-ih-ng","vbg"],snappy:["s-n-ae1 p-iy","jj"],snaps:["s-n-ae1-p-s","vbz"],snapshot:["s-n-ae1-p sh-aa-t","nn"],snare:["s-n-eh1-r","vb nn"],snared:["s-n-eh1-r-d","vbn"],snaring:["s-n-eh1 r-ih-ng","vbg"],snarl:["s-n-aa1-r-l","nn vb"],snarled:["s-n-aa1 r-ah-l-d","vbd"],snarling:["s-n-aa1-r l-ih-ng","vbg"],snatch:["s-n-ae1-ch","vb vbp"],snatched:["s-n-ae1-ch-t","vbd vbn"],snatching:["s-n-ae1 ch-ih-ng","vbg"],snazzier:["s-n-ae1 z-iy er","jjr"],snazzy:["s-n-ae1 z-iy","jj"],sneak:["s-n-iy1-k","vb nn vbp"],sneaked:["s-n-iy1-k-t","vbd vbn"],sneaker:["s-n-iy1 k-er","nn"],sneaking:["s-n-iy1 k-ih-ng","vbg"],sneaks:["s-n-iy1-k-s","vbz"],sneaky:["s-n-iy1 k-iy","jj"],sneer:["s-n-ih1-r","nn vb"],sneered:["s-n-ih1-r-d","vbd"],sneering:["s-n-ih1 r-ih-ng","vbg"],sneeze:["s-n-iy1-z","vb"],sneezed:["s-n-iy1-z-d","vbd vbn"],sneezing:["s-n-iy1 z-ih-ng","vbg"],snicker:["s-n-ih1-k-er","vb"],snickered:["s-n-ih1 k-er-d","vbd"],sniff:["s-n-ih1-f","vb"],sniffed:["s-n-ih1-f-t","vbd"],sniffing:["s-n-ih1 f-ih-ng","vbg"],sniffs:["s-n-ih1-f-s","vbz"],snip:["s-n-ih1-p","nn vb"],snipe:["s-n-ay1-p","vb"],sniped:["s-n-ay1-p-t","vbd nn"],sniper:["s-n-ay1 p-er","nn"],snipes:["s-n-ay1-p-s","vbz"],sniping:["s-n-ay1 p-ih-ng","vbg"],snippet:["s-n-ih1 p-ah-t","nn"],snob:["s-n-aa1-b","nn"],snobbery:["s-n-aa1 b-er iy","nn"],snobbish:["s-n-aa1 b-ih-sh","jj"],snooker:["s-n-uh1 k-er","nn"],snoop:["s-n-uw1-p","vb"],snooping:["s-n-uw1 p-ih-ng","vbg"],snooty:["s-n-uw1 t-iy","jj"],snooze:["s-n-uw1-z","vb"],snoozing:["s-n-uw1 z-ih-ng","vbg"],snore:["s-n-ao1-r","vb"],snoring:["s-n-ao1 r-ih-ng","vbg"],snort:["s-n-ao1-r-t","vb nn"],snorted:["s-n-ao1-r t-ih-d","vbd"],snorting:["s-n-ao1-r t-ih-ng","nn"],snorts:["s-n-ao1-r-t-s","vbz"],snout:["s-n-aw1-t","nn"],snow:["s-n-ow1","nn vb"],snowball:["s-n-ow1 b-ao-l","nn vb"],snowballed:["s-n-ow1 b-ao-l-d","vbd"],snowbird:["s-n-ow1 b-er-d","nn"],snowed:["s-n-ow1-d","vbd"],snowfall:["s-n-ow1 f-aa-l","nn"],snowflake:["s-n-ow1 f-l-ey-k","nn"],snowing:["s-n-ow1 ih-ng","vbg"],snowman:["s-n-ow1 m-ae-n","nn"],snowstorm:["s-n-ow1 s-t-ao-r-m","nn"],snowy:["s-n-ow1 iy","jj"],snub:["s-n-ah1-b","vb"],snubbed:["s-n-ah1-b-d","vbn vbd"],snubbing:["s-n-ah1 b-ih-ng","vbg"],snuck:["s-n-ah1-k","vbd"],snuff:["s-n-ah1-f","vb nn"],snuffed:["s-n-ah1-f-t","vbn vbd"],snuffer:["s-n-ah1 f-er","nn"],snug:["s-n-ah1-g","jj"],snugly:["s-n-ah1-g l-iy","rb"],so:["s-ow1","rb cc in"],soak:["s-ow1-k","vb"],soaked:["s-ow1-k-t","vbn jj vbd"],soaking:["s-ow1 k-ih-ng","vbg jj nn rb"],soap:["s-ow1-p","nn"],soapbox:["s-ow1-p b-aa-k-s","nn"],soapy:["s-ow1 p-iy","jj"],soar:["s-ao1-r","vb vbp"],soared:["s-ao1-r-d","vbd vbn"],soaring:["s-ao1 r-ih-ng","vbg jj"],sob:["s-aa1-b","vb"],sobbing:["s-aa1 b-ih-ng","vbg"],sobbingly:["s-aa1 b-ih-ng l-iy","rb"],sober:["s-ow1 b-er","jj vb"],sobered:["s-ow1 b-er-d","vbn vbd"],sobering:["s-ow1 b-er ih-ng","vbg jj"],soberly:["s-ow1 b-er l-iy","rb"],sobriety:["s-ah b-r-ay1 ah t-iy","nn"],sobriquet:["s-ow1 b-r-ah k-ey","nn"],socalled:["s-ow1 k-aa1-l-d","jj"],soccer:["s-aa1 k-er","nn"],sociable:["s-ow1 sh-ah b-ah-l","jj"],social:["s-ow1 sh-ah-l","jj nn"],socialism:["s-ow1 sh-ah l-ih z-ah-m","nn"],socialist:["s-ow1 sh-ah l-ah-s-t","jj nn"],socialistic:["s-ow sh-ah l-ih1 s-t-ih-k","jj"],socialite:["s-ow1 sh-ah l-ay-t","nn"],socialization:["s-ow sh-ah l-ih z-ey1 sh-ah-n","nn"],socialize:["s-ow1 sh-ah l-ay-z","vb"],socialized:["s-ow1 sh-ah l-ay-z-d","vbn vbd"],socializing:["s-ow1 sh-ah l-ay z-ih-ng","vbg"],socially:["s-ow1 sh-ah l-iy","rb"],societal:["s-ah s-ay1 ih t-ah-l","jj"],society:["s-ah s-ay1 ah t-iy","nn"],socioeconomic:["s-ow s-iy ow eh k-ah n-aa1 m-ih-k","jj"],sociological:["s-ow s-iy ah l-aa1 jh-ih k-ah-l","jj"],sociologist:["s-ow s-iy aa1 l-ah jh-ih-s-t","nn"],sociology:["s-ow s-iy aa1 l-ah jh-iy","nn"],sociopath:["s-ow1 s-iy ow p-ae-th","nn"],sock:["s-aa1-k","nn vb"],socked:["s-aa1-k-t","vbd"],socket:["s-aa1 k-ah-t","nn"],sod:["s-aa1-d","nn"],soda:["s-ow1 d-ah","nn"],sodden:["s-aa1 d-ah-n","jj"],sodium:["s-ow1 d-iy ah-m","nn"],sodomy:["s-aa1 d-ah m-iy","nn"],sofa:["s-ow1 f-ah","nn"],soft:["s-aa1-f-t","jj rb"],softball:["s-ao1-f-t b-ao-l","nn"],softdrink:["s-ao1-f-t d-r-ih-ng-k","nn"],soften:["s-aa1 f-ah-n","vb"],softened:["s-ao1 f-ah-n-d","vbd vbn jj"],softener:["s-ao1 f-ah-n er","nn"],softening:["s-ao1 f-ah-n ih-ng","vbg jj nn"],softens:["s-ao1 f-ah-n-z","vbz"],softer:["s-aa1-f t-er","jjr rb"],softest:["s-ao1-f t-ah-s-t","jjs"],softly:["s-ao1-f-t l-iy","rb"],softness:["s-ao1-f-t n-ah-s","nn"],software:["s-ao1-f-t w-eh-r","nn"],softwood:["s-ao1-f-t w-uh-d","jj"],soggy:["s-aa1 g-iy","jj"],soil:["s-oy1-l","nn vb"],soiled:["s-oy1-l-d","vbn jj vbd"],sojourn:["s-ow1 jh-er-n","nn"],solace:["s-aa1 l-ah-s","nn"],solar:["s-ow1 l-er","jj"],sold:["s-ow1-l-d","vbn vbd"],solder:["s-aa1 d-er","jj vb"],soldering:["s-aa1 d-er ih-ng","jj vbg"],soldier:["s-ow1-l jh-er","nn"],soldiering:["s-ow1-l jh-er ih-ng","nn"],sole:["s-ow1-l","jj nn"],solely:["s-ow1-l l-iy","rb"],solemn:["s-aa1 l-ah-m","jj"],solemnity:["s-ah l-eh1-m n-ah t-iy","nn"],solemnly:["s-ao1 l-ah-m l-iy","rb"],solicit:["s-ah l-ih1 s-ih-t","vb vbp"],solicitation:["s-ah l-ih s-ih t-ey1 sh-ah-n","nn"],solicited:["s-ah l-ih1 s-ih t-ih-d","vbd jj vbn"],soliciting:["s-ah l-ih1 s-ah t-ih-ng","vbg"],solicitor:["s-ah l-ih1 s-ah t-er","nn"],solicitous:["s-ah l-ih1 s-ah t-ah-s","jj"],solicits:["s-ah l-ih1 s-ah-t-s","vbz"],solicitude:["s-ah l-ih1 s-ih t-uw-d","nn"],solid:["s-aa1 l-ah-d","jj nn rb"],solidarity:["s-aa l-ah d-eh1 r-ah t-iy","nn"],solidified:["s-ah l-ih1 d-ah f-ay-d","vbd vbn"],solidifies:["s-ah l-ih1 d-ah f-ay-z","vbz"],solidify:["s-ah l-ih1 d-ah f-ay","vb vbp"],solidifying:["s-ah l-ih1 d-ah f-ay ih-ng","vbg"],solidity:["s-ah l-ih1 d-ah t-iy","nn"],solidly:["s-aa1 l-ah-d l-iy","rb"],solitary:["s-aa1 l-ah t-eh r-iy","jj nn"],solitude:["s-aa1 l-ah t-uw-d","nn"],solo:["s-ow1 l-ow","nn jj rb vb"],soloist:["s-ow1 l-ow ah-s-t","nn"],soluble:["s-aa1 l-y-ah b-ah-l","jj"],solution:["s-ah l-uw1 sh-ah-n","nn"],solvable:["s-aa1-l v-ah b-ah-l","jj"],solve:["s-aa1-l-v","vb vbp"],solved:["s-aa1-l-v-d","vbn vbd"],solvency:["s-ao1-l v-ah-n s-iy","nn"],solvent:["s-aa1-l v-ah-n-t","jj nn"],solves:["s-aa1-l-v-z","vbz"],solving:["s-aa1-l v-ih-ng","vbg"],soma:["s-ow1 m-ah","nn"],somber:["s-aa1-m b-er","jj"],somberly:["s-aa1-m b-er l-iy","rb"],some:["s-ah1-m","dt nn rb"],somebody:["s-ah1-m b-aa d-iy","nn"],someday:["s-ah1-m d-ey","rb"],somehow:["s-ah1-m hh-aw","rb wrb"],someone:["s-ah1-m w-ah-n","nn"],someplace:["s-ah1-m p-l-ey-s","rb nn"],somersault:["s-ah1 m-er s-ao-l-t","nn"],somersaulting:["s-ah1 m-er s-ao-l t-ih-ng","jj nn"],something:["s-ah1-m th-ih-ng","nn"],sometime:["s-ah1-m t-ay-m","rb jj"],sometimes:["s-ah-m t-ay1-m-z","rb"],somewhat:["s-ah1-m w-ah1-t","rb"],somewhere:["s-ah1-m w-eh-r","rb nn"],somnolent:["s-aa1-m n-ah l-ah-n-t","jj"],son:["s-ah1-n","nn"],sonar:["s-ow1 n-aa-r","nn"],sonata:["s-ah n-aa1 t-ah","nn"],song:["s-ao1-ng","nn"],songbird:["s-ao1-ng b-er-d","nn"],songwriter:["s-ao1-ng r-ay t-er","nn"],sonic:["s-aa1 n-ih-k","jj"],sonnet:["s-aa1 n-ih-t","nn"],sonny:["s-ah1 n-iy","nn"],sonorous:["s-aa1 n-er ah-s","jj"],soon:["s-uw1-n","rb"],sooner:["s-uw1 n-er","rbr rb"],soonest:["s-uw1 n-ah-s-t","jjs"],soot:["s-uh1-t","nn"],soothe:["s-uw1-dh","vb"],soothed:["s-uw1-dh-d","vbd"],soothing:["s-uw1 dh-ih-ng","vbg jj"],soothingly:["s-uw1 dh-ih-ng l-iy","rb"],soothsayer:["s-uw-th s-ey1 er","nn"],sooty:["s-uw1 t-iy","jj"],sop:["s-aa1-p","nn"],sophisticate:["s-ah f-ih1 s-t-ah k-ih-t","nn"],sophisticated:["s-ah f-ih1 s-t-ah k-ey t-ih-d","jj"],sophistication:["s-ah f-ih s-t-ah k-ey1 sh-ah-n","nn"],sophomore:["s-aa1-f m-ao-r","nn"],sophomoric:["s-aa f-ow m-aa1 r-ih-k","jj"],sopping:["s-aa1 p-ih-ng","jj vbg"],soprano:["s-ah p-r-aa1 n-ow","nn jj"],sorcery:["s-ao1-r s-er iy","nn"],sordid:["s-ao1-r d-ah-d","jj"],sore:["s-ao1-r","jj nn"],sorely:["s-ao1-r l-iy","rb"],sorghum:["s-ao1-r g-ah-m","nn"],sorority:["s-er ao1 r-ah t-iy","nn"],sorrel:["s-ao1 r-ah-l","jj nn"],sorrow:["s-aa1 r-ow","nn"],sorrowful:["s-aa1 r-ow f-ah-l","jj"],sorry:["s-aa1 r-iy","jj rb uh"],sort:["s-ao1-r-t","nn rb vb vbp"],sorted:["s-ao1-r t-ih-d","vbn vbd"],sorting:["s-ao1-r t-ih-ng","vbg"],souffle:["s-uw-f l-ey1","nn"],sought:["s-ao1-t","vbd vbn"],souk:["s-uw1-k","nn"],soul:["s-ow1-l","nn"],soulful:["s-ow1-l f-ah-l","jj"],soulless:["s-ow1-l l-ah-s","jj"],sound:["s-aw1-n-d","nn jj rb vb vbp"],sounded:["s-aw1-n d-ah-d","vbd vbn"],sounder:["s-aw1-n d-er","jjr"],sounding:["s-aw1-n d-ih-ng","vbg jj nn"],soundly:["s-aw1-n-d l-iy","rb"],soundness:["s-aw1-n-d n-ah-s","nn"],soundtrack:["s-aw1-n-d t-r-ae-k","nn"],soup:["s-uw1-p","nn vb"],soupy:["s-uw1 p-iy","jj"],sour:["s-aw1 er","jj vbp nn rb vb"],source:["s-ao1-r-s","nn vb"],sourcing:["s-ao1-r s-ih-ng","vbg"],soured:["s-aw1 er-d","vbd vbn jj"],souring:["s-aw1 er ih-ng","vbg"],sours:["s-aw1 er-z","vbz"],south:["s-aw1-th","rb jj nn"],southbound:["s-aw1-th b-aw-n-d","jj"],southeast:["s-aw-th iy1-s-t","rb jj nn"],southeastern:["s-aw-th iy1 s-t-er-n","jj"],southern:["s-ah1 dh-er-n","jj"],southernmost:["s-ah1 dh-er-n m-ow-s-t","jj"],southward:["s-aw1-th w-er-d","rb jj"],southwest:["s-aw-th w-eh1-s-t","rb jj nn jjs"],southwestern:["s-aw-th w-eh1 s-t-er-n","jj"],souvenir:["s-uw v-ah n-ih1-r","nn"],sovereign:["s-aa1 v-r-ah-n","jj nn"],sovereignty:["s-aa1 v-r-ah-n t-iy","nn"],soviet:["s-ow1 v-iy ah-t","jj"],sow:["s-aw1","vbp nn vb"],sowed:["s-aw1-d","vbd"],sowing:["s-ow1 ih-ng","vbg"],sown:["s-ow1-n","vbn"],soy:["s-oy1","nn"],soybean:["s-oy1 b-iy-n","nn"],spa:["s-p-aa1","nn"],space:["s-p-ey1-s","nn vb"],spacecraft:["s-p-ey1-s k-r-ae-f-t","nn"],spaced:["s-p-ey1-s-t","vbn jj"],spacer:["s-p-ey1 s-er","nn"],spaceship:["s-p-ey1-s sh-ih-p","nn"],spacesuit:["s-p-ey1-s uw-t","nn"],spacing:["s-p-ey1 s-ih-ng","nn jj"],spacious:["s-p-ey1 sh-ah-s","jj"],spade:["s-p-ey1-d","nn"],spaghetti:["s-p-ah g-eh1 t-iy","nn"],span:["s-p-ae1-n","nn vb vbp"],spandex:["s-p-ae1-n d-ah-k-s","nn"],spangle:["s-p-ae1-ng g-ah-l","nn"],spaniel:["s-p-ae1 n-y-ah-l","nn"],spanking:["s-p-ae1-ng k-ih-ng","jj nn"],spanned:["s-p-ae1-n-d","vbn vbd"],spanner:["s-p-ae1 n-er","nn"],spanning:["s-p-ae1 n-ih-ng","vbg"],spare:["s-p-eh1-r","jj vb vbp"],spared:["s-p-eh1-r-d","vbn vbd"],sparing:["s-p-eh1 r-ih-ng","vbg jj"],sparingly:["s-p-eh1 r-ih-ng l-iy","rb"],spark:["s-p-aa1-r-k","vb nn vbp"],sparked:["s-p-aa1-r-k-t","vbn vbd"],sparking:["s-p-aa1-r k-ih-ng","vbg"],sparkle:["s-p-aa1-r k-ah-l","vb"],sparkled:["s-p-aa1-r k-ah-l-d","vbd"],sparkles:["s-p-aa1-r k-ah-l-z","vbz"],sparkling:["s-p-aa1-r k-l-ih-ng","jj rb vbg"],sparred:["s-p-aa1-r-d","vbd"],sparring:["s-p-aa1 r-ih-ng","vbg"],sparrow:["s-p-eh1 r-ow","nn"],sparse:["s-p-aa1-r-s","jj"],sparsely:["s-p-aa1-r-s l-iy","rb"],spasm:["s-p-ae1 z-ah-m","nn"],spat:["s-p-ae1-t","vbd nn"],spate:["s-p-ey1-t","nn"],spatial:["s-p-ey1 sh-ah-l","jj"],spatter:["s-p-ae1-t-er","vb"],spattered:["s-p-ae1 t-er-d","vbn"],spatula:["s-p-ae1 ch-uh l-ah","nn"],spawn:["s-p-aa1-n","vb vbp"],spawned:["s-p-ao1-n-d","vbd vbn"],spawning:["s-p-aa1 n-ih-ng","vbg"],spawns:["s-p-aa1-n-z","vbz"],speak:["s-p-iy1-k","vb vbp"],speaker:["s-p-iy1 k-er","nn"],speaking:["s-p-iy1 k-ih-ng","vbg"],speaks:["s-p-iy1-k-s","vbz"],spear:["s-p-ih1-r","nn vb"],spearhead:["s-p-ih1-r hh-eh-d","vb nn"],spearheaded:["s-p-ih1-r hh-eh d-ih-d","vbd vbn"],spearheading:["s-p-ih1-r hh-eh d-ih-ng","vbg"],spec:["s-p-eh1-k","nn"],special:["s-p-eh1 sh-ah-l","jj nn"],specialist:["s-p-eh1 sh-ah l-ah-s-t","nn jj"],speciality:["s-p-eh sh-iy ae1 l-ih t-iy","nn"],specialization:["s-p-eh sh-ah l-ah z-ey1 sh-ah-n","nn"],specialize:["s-p-eh1 sh-ah l-ay-z","vb vbp"],specialized:["s-p-eh1 sh-ah l-ay-z-d","jj vbd vbn"],specializes:["s-p-eh1 sh-ah l-ay z-ah-z","vbz"],specializing:["s-p-eh1 sh-ah l-ay z-ih-ng","vbg"],specially:["s-p-eh1 sh-ah l-iy","rb"],specialty:["s-p-eh1 sh-ah-l t-iy","nn jj"],species:["s-p-iy1 sh-iy-z","nn"],specific:["s-p-ah s-ih1 f-ih-k","jj nn"],specifically:["s-p-ah s-ih1 f-ih-k l-iy","rb"],specification:["s-p-eh s-ih f-ih k-ey1 sh-ah-n","nn"],specificity:["s-p-eh s-ah f-ih1 s-ah t-iy","nn"],specified:["s-p-eh1 s-ah f-ay-d","vbn jj vbd"],specifies:["s-p-eh1 s-ah f-ay-z","vbz"],specify:["s-p-eh1 s-ah f-ay","vb vbp"],specifying:["s-p-eh1 s-ah f-ay ih-ng","vbg"],specimen:["s-p-eh1 s-ah m-ah-n","nn"],specious:["s-p-iy1 sh-ah-s","jj"],speck:["s-p-eh1-k","nn"],speckled:["s-p-eh1 k-ah-l-d","jj"],spectacle:["s-p-eh1-k t-ah k-ah-l","nn"],spectacular:["s-p-eh-k t-ae1 k-y-ah l-er","jj"],spectacularly:["s-p-eh-k t-ae1 k-y-ah l-er l-iy","rb"],spectator:["s-p-eh1-k t-ey t-er","nn"],specter:["s-p-eh1-k t-er","nn"],spectre:["s-p-eh1-k t-er","nn"],spectrometer:["s-p-eh-k t-r-aa1 m-ah t-er","nn"],spectroscopy:["s-p-eh-k t-r-aa1 s-k-ah p-iy","nn"],spectrum:["s-p-eh1-k t-r-ah-m","nn"],speculate:["s-p-eh1 k-y-ah l-ey-t","vb vbp"],speculated:["s-p-eh1 k-y-ah l-ey t-ah-d","vbd vbn"],speculates:["s-p-eh1 k-y-ah l-ey-t-s","vbz"],speculating:["s-p-eh1 k-y-ah l-ey t-ih-ng","vbg"],speculation:["s-p-eh k-y-ah l-ey1 sh-ah-n","nn"],speculative:["s-p-eh1 k-y-ah l-ah t-ih-v","jj"],speculator:["s-p-eh1 k-y-ah l-ey t-er","nn"],sped:["s-p-eh1-d","vbd vbn"],speech:["s-p-iy1-ch","nn"],speechless:["s-p-iy1-ch l-ah-s","jj"],speechwriter:["s-p-iy1-ch r-ay t-er","nn"],speed:["s-p-iy1-d","nn vb"],speedboat:["s-p-iy1-d b-ow-t","nn"],speeded:["s-p-iy1 d-ih-d","vbd vbn"],speedier:["s-p-iy1 d-iy er","jjr jj"],speedily:["s-p-iy1 d-ah l-iy","rb"],speeding:["s-p-iy1 d-ih-ng","vbg jj nn"],speedometer:["s-p-iy d-aa1 m-ah t-er","nn"],speedup:["s-p-iy1 d-ah-p","nn"],speedway:["s-p-iy1-d w-ey","nn"],speedy:["s-p-iy1 d-iy","jj"],spell:["s-p-eh1-l","vb nn vbp"],spellbound:["s-p-eh1-l b-aw-n-d","vbn"],spelled:["s-p-eh1-l-d","vbn vbd"],spelling:["s-p-eh1 l-ih-ng","vbg"],spend:["s-p-eh1-n-d","vb vbp"],spender:["s-p-eh1-n d-er","nn"],spending:["s-p-eh1-n d-ih-ng","vbg jj"],spends:["s-p-eh1-n-d-z","vbz"],spent:["s-p-eh1-n-t","vbd jj vbn"],sperm:["s-p-er1-m","nn"],spew:["s-p-y-uw1","vb vbp"],spewed:["s-p-y-uw1-d","vbd vbn"],spewing:["s-p-y-uw1 ih-ng","vbg"],sphere:["s-f-ih1-r","nn"],spherical:["s-f-eh1 r-ih k-ah-l","jj"],spice:["s-p-ay1-s","nn vbp vb"],spiced:["s-p-ay1-s-t","jj"],spicing:["s-p-ay1 s-ih-ng","vbg"],spicy:["s-p-ay1 s-iy","jj"],spider:["s-p-ay1 d-er","nn"],spied:["s-p-ay1-d","vbd vbn"],spiel:["s-p-iy1-l","nn"],spiffing:["s-p-ih1 f-ih-ng","jj"],spiffy:["s-p-ih1 f-iy","jj"],spigot:["s-p-ih1 g-ah-t","nn"],spike:["s-p-ay1-k","nn vb"],spiked:["s-p-ay1-k-t","jj vbn"],spill:["s-p-ih1-l","nn vb vbp"],spilled:["s-p-ih1-l-d","vbd vbn"],spilling:["s-p-ih1 l-ih-ng","vbg"],spillover:["s-p-ih1-l ow v-er","nn"],spin:["s-p-ih1-n","vb nn"],spinach:["s-p-ih1 n-ah-ch","nn"],spinal:["s-p-ay1 n-ah-l","jj nn"],spindle:["s-p-ih1-n d-ah-l","nn"],spine:["s-p-ay1-n","nn"],spineless:["s-p-ay1-n l-ah-s","jj"],spinning:["s-p-ih1 n-ih-ng","vbg jj"],spinoff:["s-p-ih1-n ao-f","nn jj"],spins:["s-p-ih1-n-z","vbz"],spinster:["s-p-ih1-n s-t-er","nn"],spiral:["s-p-ay1 r-ah-l","nn vb"],spiraled:["s-p-ay1 r-ah-l-d","vbd"],spiraling:["s-p-ay1 r-ah-l ih-ng","vbg jj"],spire:["s-p-ay1-r","nn"],spirit:["s-p-ih1 r-ah-t","nn vb"],spirited:["s-p-ih1 r-ah t-ah-d","jj vbn"],spiritual:["s-p-ih1 r-ih ch-ah w-ah-l","jj nn"],spirituality:["s-p-ih r-ih ch-ah-w ae1 l-ah t-iy","nn"],spiritually:["s-p-ih1 r-ih ch-ah-w ah l-iy","rb"],spit:["s-p-ih1-t","vb nn vbd"],spite:["s-p-ay1-t","nn vb"],spits:["s-p-ih1-t-s","vbz"],spitting:["s-p-ih1 t-ih-ng","vbg"],spittle:["s-p-ih1 t-ah-l","nn"],splash:["s-p-l-ae1-sh","nn vb"],splashed:["s-p-l-ae1-sh-t","vbd vbn"],splashing:["s-p-l-ae1 sh-ih-ng","vbg"],splashy:["s-p-l-ae1 sh-iy","jj"],splatter:["s-p-l-ae1-t-er","vb"],splattered:["s-p-l-ae1 t-er-d","vbn"],spleen:["s-p-l-iy1-n","nn"],splendid:["s-p-l-eh1-n d-ah-d","jj"],splendidly:["s-p-l-eh1-n d-ah-d l-iy","rb"],splendor:["s-p-l-eh1-n d-er","nn"],splice:["s-p-l-ay1-s","nn vb"],spliced:["s-p-l-ay1-s-t","vbn"],splices:["s-p-l-ay1 s-ih-z","vbz"],splicing:["s-p-l-ay1 s-ih-ng","vbg"],splint:["s-p-l-ih1-n-t","nn"],splinter:["s-p-l-ih1-n t-er","nn vb vbp jj"],splintered:["s-p-l-ih1-n t-er-d","jj vbd vbn"],splintery:["s-p-l-ih1-n t-er iy","nn"],split:["s-p-l-ih1-t","nn vbn jj vb vbd vbp"],splitting:["s-p-l-ih1 t-ih-ng","vbg jj"],splurge:["s-p-l-er1-jh","nn"],spoil:["s-p-oy1-l","vb vbp"],spoilage:["s-p-oy1 l-ah-jh","nn"],spoiled:["s-p-oy1-l-d","vbn jj vbd"],spoiler:["s-p-oy1 l-er","nn"],spoiling:["s-p-oy1 l-ih-ng","vbg"],spoke:["s-p-ow1-k","vbd nn"],spoken:["s-p-ow1 k-ah-n","vbn jj"],spokesman:["s-p-ow1-k-s m-ah-n","nn"],spokesperson:["s-p-ow1-k s-p-er s-ah-n","nn"],spokeswoman:["s-p-ow1-k-s w-uh m-ah-n","nn"],sponge:["s-p-ah1-n-jh","nn vbp vb"],sponged:["s-p-ah1-n-jh-d","vbd vbn"],spongy:["s-p-ah1-n jh-iy","jj"],sponsor:["s-p-aa1-n s-er","nn vbp vb"],sponsored:["s-p-aa1-n s-er-d","vbn vbd"],sponsoring:["s-p-aa1-n s-er ih-ng","vbg"],sponsorship:["s-p-aa1-n s-er sh-ih-p","nn"],spontaneity:["s-p-aa-n t-ah n-iy1 ah t-iy","nn"],spontaneous:["s-p-aa-n t-ey1 n-iy ah-s","jj"],spontaneously:["s-p-aa-n t-ey1 n-iy ah-s l-iy","rb"],spoof:["s-p-uw1-f","nn vb"],spook:["s-p-uw1-k","vb vbp"],spooked:["s-p-uw1-k-t","vbn vbd"],spooky:["s-p-uw1 k-iy","jj"],spoon:["s-p-uw1-n","nn"],spoonful:["s-p-uw1-n f-uh-l","nn"],sporadic:["s-p-er ae1 d-ih-k","jj"],sporadically:["s-p-er ae1 d-ih-k l-iy","rb"],spore:["s-p-ao1-r","nn"],sport:["s-p-ao1-r-t","nn vb"],sported:["s-p-ao1-r t-ih-d","vbd"],sporting:["s-p-ao1-r t-ih-ng","vbg jj nn"],sportsman:["s-p-ao1-r-t-s m-ah-n","nn"],sportsmanship:["s-p-ao1-r-t-s m-ah-n sh-ih-p","nn"],sportswear:["s-p-ao1-r-t s-w-eh-r","nn"],sportswriter:["s-p-ao1-r-t-s r-ay t-er","nn"],sporty:["s-p-ao1-r t-iy","jj"],spot:["s-p-aa1-t","nn jj vb vbp"],spotless:["s-p-aa1-t l-ah-s","jj"],spotlight:["s-p-aa1-t l-ay-t","nn vb"],spotlighted:["s-p-aa1-t l-ay t-ih-d","vbn"],spotlighting:["s-p-aa1-t l-ay t-ih-ng","vbg"],spotlights:["s-p-aa1-t l-ay-t-s","vbz"],spotted:["s-p-aa1 t-ah-d","vbd vbn jj"],spotting:["s-p-aa1 t-ih-ng","vbg"],spotty:["s-p-aa1 t-iy","jj"],spousal:["s-p-aw1 z-ah-l","jj"],spouse:["s-p-aw1-s","nn"],spout:["s-p-aw1-t","nn vb vbp"],spouted:["s-p-aw1 t-ah-d","vbd jj"],spouting:["s-p-aw1 t-ih-ng","vbg"],sprain:["s-p-r-ey1-n","vb"],sprained:["s-p-r-ey1-n-d","vbn"],sprang:["s-p-r-ae1-ng","vbd"],sprawl:["s-p-r-ao1-l","nn vbp vb"],sprawled:["s-p-r-ao1-l-d","vbn vbd jj"],sprawling:["s-p-r-ao1 l-ih-ng","vbg jj"],spray:["s-p-r-ey1","nn vb"],sprayed:["s-p-r-ey1-d","vbn vbd"],spraying:["s-p-r-ey1 ih-ng","vbg"],spread:["s-p-r-eh1-d","nn vbd vbn vbp jj vb"],spreader:["s-p-r-eh1 d-er","nn"],spreading:["s-p-r-eh1 d-ih-ng","vbg"],spreadsheet:["s-p-r-eh1-d sh-iy-t","nn"],spree:["s-p-r-iy1","nn"], +sprightly:["s-p-r-ay1-t l-iy","jj"],spring:["s-p-r-ih1-ng","nn vb vbp"],springboard:["s-p-r-ih1-ng b-ao-r-d","nn"],springing:["s-p-r-ih1 ng-ih-ng","vbg"],springtime:["s-p-r-ih1-ng t-ay-m","nn"],sprinkle:["s-p-r-ih1-ng k-ah-l","vb nn vbp"],sprinkled:["s-p-r-ih1-ng k-ah-l-d","vbd vbn"],sprinkler:["s-p-r-ih1-ng k-l-er","nn"],sprinkles:["s-p-r-ih1-ng k-ah-l-z","vbz"],sprinkling:["s-p-r-ih1-ng k-l-ih-ng","vbg"],sprint:["s-p-r-ih1-n-t","nn vb"],sprinted:["s-p-r-ih1-n t-ih-d","vbd"],sprinting:["s-p-r-ih1-n t-ih-ng","vbg"],sprout:["s-p-r-aw1-t","vbp vb"],sprouted:["s-p-r-aw1 t-ah-d","vbd vbn"],sprouting:["s-p-r-aw1 t-ih-ng","vbg"],spruce:["s-p-r-uw1-s","nn vb"],spruced:["s-p-r-uw1-s-t","vbn"],sprung:["s-p-r-ah1-ng","vbn"],spud:["s-p-ah1-d","nn"],spun:["s-p-ah1-n","vbn vbd"],spunky:["s-p-ah1-ng k-iy","nn"],spur:["s-p-er1","vb nn vbp"],spurious:["s-p-y-uh1 r-iy ah-s","jj"],spurn:["s-p-er1-n","vbp vb"],spurned:["s-p-er1-n-d","vbn vbd jj"],spurning:["s-p-er1 n-ih-ng","vbg"],spurns:["s-p-er1-n-z","vbz"],spurred:["s-p-er1-d","vbn vbd"],spurring:["s-p-er1 ih-ng","vbg"],spurt:["s-p-er1-t","nn vb vbp"],spurted:["s-p-er1 t-ih-d","vbd vbn"],spurting:["s-p-er1 t-ih-ng","vbg"],sputnik:["s-p-ah1-t n-ih-k","nn"],sputter:["s-p-ah1 t-er","vb vbp"],sputtered:["s-p-ah1 t-er-d","vbd"],sputtering:["s-p-ah1 t-er ih-ng","jj"],sputters:["s-p-ah1 t-er-z","vbz"],spy:["s-p-ay1","nn vb"],spyglass:["s-p-ay1 g-l-ae-s","nn"],spying:["s-p-ay1 ih-ng","vbg"],squabble:["s-k-w-aa1 b-ah-l","nn vb"],squabbled:["s-k-w-aa1 b-ah-l-d","vbd vbn"],squabbling:["s-k-w-aa1 b-ah-l ih-ng","vbg"],squad:["s-k-w-aa1-d","nn"],squadron:["s-k-w-aa1 d-r-ah-n","nn"],squalid:["s-k-w-aa1 l-ah-d","jj"],squall:["s-k-w-ao1-l","nn"],squalor:["s-k-w-aa1 l-er","nn"],squander:["s-k-w-aa1-n d-er","vb"],squandered:["s-k-w-aa1-n d-er-d","vbn vbd"],squandering:["s-k-w-aa1-n d-er ih-ng","vbg"],square:["s-k-w-eh1-r","nn jj rb vb vbp"],squared:["s-k-w-eh1-r-d","jj vbd vbn"],squarely:["s-k-w-eh1-r l-iy","rb"],squaring:["s-k-w-eh1 r-ih-ng","vbg"],squash:["s-k-w-aa1-sh","nn vb"],squashed:["s-k-w-aa1-sh-t","jj vbn"],squashing:["s-k-w-aa1 sh-ih-ng","vbg"],squashy:["s-k-w-aa1 sh-iy","jj"],squat:["s-k-w-aa1-t","jj nn vb"],squatter:["s-k-w-aa1 t-er","nn"],squatting:["s-k-w-aa1 t-ih-ng","vbg"],squawk:["s-k-w-ao1-k","vb"],squeak:["s-k-w-iy1-k","nn vb"],squeaked:["s-k-w-iy1-k-t","vbd"],squeaking:["s-k-w-iy1 k-ih-ng","vbg"],squeaks:["s-k-w-iy1-k-s","vbz"],squeaky:["s-k-w-iy1 k-iy","jj rb"],squeal:["s-k-w-iy1-l","vb nn"],squealing:["s-k-w-iy1 l-ih-ng","vbg"],squeamish:["s-k-w-iy1 m-ih-sh","jj"],squeamishness:["s-k-w-iy1 m-ih-sh n-ah-s","nn"],squeegee:["s-k-w-iy1 jh-iy","nn"],squeeze:["s-k-w-iy1-z","nn vbp vb"],squeezed:["s-k-w-iy1-z-d","vbn vbd"],squeezing:["s-k-w-iy1 z-ih-ng","vbg"],squelch:["s-k-w-eh1-l-ch","vb vbp"],squelched:["s-k-w-eh1-l-ch-t","vbn"],squid:["s-k-w-ih1-d","nn"],squint:["s-k-w-ih1-n-t","vb vbp"],squinting:["s-k-w-ih1-n t-ih-ng","vbg"],squire:["s-k-w-ay1-r","nn"],squirm:["s-k-w-er1-m","vb"],squirming:["s-k-w-er1 m-ih-ng","vbg"],squirms:["s-k-w-er1-m-z","vbz"],squirrel:["s-k-w-er1 ah-l","nn vb"],squirreled:["s-k-w-er1 ah-l-d","vbn"],squirt:["s-k-w-er1-t","nn vb"],squirted:["s-k-w-er1 t-ah-d","vbd"],stab:["s-t-ae1-b","nn"],stabbed:["s-t-ae1-b-d","vbd vbn"],stabbing:["s-t-ae1 b-ih-ng","vbg"],stability:["s-t-ah b-ih1 l-ih t-iy","nn"],stabilization:["s-t-ey b-ah l-ah z-ey1 sh-ah-n","nn"],stabilize:["s-t-ey1 b-ah l-ay-z","vb vbp"],stabilized:["s-t-ey1 b-ah l-ay-z-d","vbn vbd"],stabilizer:["s-t-ey1 b-ah l-ay z-er","nn"],stabilizes:["s-t-ey1 b-ah l-ay z-ah-z","vbz"],stabilizing:["s-t-ey1 b-ah l-ay z-ih-ng","vbg"],stable:["s-t-ey1 b-ah-l","jj nn"],staccato:["s-t-ah k-aa1 t-ow","jj"],stack:["s-t-ae1-k","nn vb"],stacked:["s-t-ae1-k-t","vbn vbd"],stacker:["s-t-ae1 k-er","nn"],stacking:["s-t-ae1 k-ih-ng","vbg"],stadium:["s-t-ey1 d-iy ah-m","nn"],staff:["s-t-ae1-f","nn vbp vb"],staffed:["s-t-ae1-f-t","vbn"],staffer:["s-t-ae1 f-er","nn"],staffing:["s-t-ae1 f-ih-ng","vbg jj nn"],stag:["s-t-ae1-g","nn jj"],stage:["s-t-ey1-jh","nn vbp vb"],stagecoach:["s-t-ey1-jh k-ow-ch","nn"],staged:["s-t-ey1-jh-d","vbd vbn"],stager:["s-t-ey1 jh-er","nn"],stagflation:["s-t-ae-g f-l-ey1 sh-ah-n","nn"],stagger:["s-t-ae1 g-er","vb"],staggered:["s-t-ae1 g-er-d","vbd jj vbn"],staggering:["s-t-ae1 g-er ih-ng","jj vbg"],staging:["s-t-ey1 jh-ih-ng","vbg"],stagnant:["s-t-ae1-g n-ah-n-t","jj"],stagnate:["s-t-ae1-g-n-ey-t","vb"],stagnated:["s-t-ae1-g n-ey t-ih-d","vbd"],stagnating:["s-t-ae1-g n-ey t-ih-ng","vbg"],stagnation:["s-t-ae-g n-ey1 sh-ah-n","nn"],staid:["s-t-ey1-d","jj vbn"],stain:["s-t-ey1-n","nn vb"],stained:["s-t-ey1-n-d","vbn jj vbd"],staining:["s-t-ey1 n-ih-ng","vbg"],stainless:["s-t-ey1-n l-ah-s","jj"],stair:["s-t-eh1-r","nn"],staircase:["s-t-eh1-r k-ey-s","nn"],stairway:["s-t-eh1-r w-ey","nn"],stake:["s-t-ey1-k","nn vb vbp"],staked:["s-t-ey1-k-t","vbn vbd"],stale:["s-t-ey1-l","jj"],stalemate:["s-t-ey1-l m-ey-t","nn"],stalk:["s-t-ao1-k","vb vbp"],stalked:["s-t-ao1-k-t","vbd vbn jj"],stalking:["s-t-ao1 k-ih-ng","vbg"],stall:["s-t-ao1-l","nn vb"],stalled:["s-t-ao1-l-d","vbn jj vbd"],stalling:["s-t-ao1 l-ih-ng","vbg"],stallion:["s-t-ae1 l-y-ah-n","nn"],stalwart:["s-t-ao1-l w-er-t","jj nn"],stamina:["s-t-ae1 m-ah n-ah","nn"],stamp:["s-t-ae1-m-p","nn vb"],stamped:["s-t-ae1-m-p-t","vbn vbd"],stampede:["s-t-ae-m p-iy1-d","nn vb vbp"],stampeded:["s-t-ae-m p-iy1 d-ah-d","vbn vbd"],stamping:["s-t-ae1-m p-ih-ng","vbg"],stance:["s-t-ae1-n-s","nn"],stanch:["s-t-ae1-n-ch","vb jj"],stand:["s-t-ae1-n-d","vb nn vbp"],standard:["s-t-ae1-n d-er-d","jj nn"],standardize:["s-t-ae1-n d-er d-ay-z","vb"],standardized:["s-t-ae1-n d-er d-ay-z-d","jj vbn"],standardizing:["s-t-ae1-n d-er d-ay z-ih-ng","vbg"],standby:["s-t-ae1-n-d b-ay1","jj nn"],standing:["s-t-ae1-n d-ih-ng","vbg jj nn"],standoff:["s-t-ae1-n d-ao-f","nn"],standout:["s-t-ae1-n-d aw-t","nn"],standpoint:["s-t-ae1-n-d p-oy-n-t","nn"],standstill:["s-t-ae1-n-d s-t-ih-l","jj nn"],standup:["s-t-ae1-n-d ah-p","jj nn"],staple:["s-t-ey1 p-ah-l","nn jj"],stapling:["s-t-ey1 p-ah-l ih-ng","nn"],star:["s-t-aa1-r","nn jj vb"],starboard:["s-t-aa1-r b-er-d","vb"],starch:["s-t-aa1-r-ch","nn vb"],starched:["s-t-aa1-r-ch-t","vbn jj"],starchy:["s-t-aa1-r ch-iy","jj"],stardom:["s-t-aa1-r d-ah-m","nn"],stare:["s-t-eh1-r","vb vbp nn"],stared:["s-t-eh1-r-d","vbd vbn"],staring:["s-t-eh1 r-ih-ng","vbg"],stark:["s-t-aa1-r-k","jj rb"],starker:["s-t-aa1-r k-er","jjr"],starkly:["s-t-aa1-r-k l-iy","rb"],starlet:["s-t-aa1-r l-ah-t","nn"],starlight:["s-t-aa1-r l-ay-t","nn"],starred:["s-t-aa1-r-d","vbd vbn"],starring:["s-t-aa1 r-ih-ng","vbg jj"],start:["s-t-aa1-r-t","vb vbp nn rp"],started:["s-t-aa1-r t-ah-d","vbd jj vbn vb"],starter:["s-t-aa1-r t-er","nn jj"],starting:["s-t-aa1-r t-ih-ng","vbg jj nn"],startle:["s-t-aa1-r t-ah-l","vb"],startled:["s-t-aa1-r t-ah-l-d","vbn vbd jj"],startling:["s-t-aa1-r-t l-ih-ng","jj vbg"],startlingly:["s-t-aa1-r-t l-ih-ng l-iy","rb"],startup:["s-t-aa1-r-t ah-p","nn jj"],starvation:["s-t-aa-r v-ey1 sh-ah-n","nn"],starve:["s-t-aa1-r-v","vb"],starved:["s-t-aa1-r-v-d","vbn"],starving:["s-t-aa1-r v-ih-ng","vbg jj"],stash:["s-t-ae1-sh","vb nn"],stashed:["s-t-ae1-sh-t","vbn vbd"],stat:["s-t-ae1-t","nn"],state:["s-t-ey1-t","nn jj vb vbp"],stated:["s-t-ey1 t-ah-d","vbn jj vbd"],statehood:["s-t-ey1-t hh-uh-d","nn"],stateless:["s-t-ey1-t l-ih-s","jj"],stately:["s-t-ey1-t l-iy","jj"],statement:["s-t-ey1-t m-ah-n-t","nn"],statesman:["s-t-ey1-t-s m-ah-n","nn"],statesmanlike:["s-t-ah t-eh1-s m-ah-n l-ay-k","jj"],statesmanship:["s-t-ey1-t-s m-ah-n sh-ih-p","nn"],statewide:["s-t-ey1-t w-ay-d","jj rb"],"static":["s-t-ae1 t-ih-k","jj nn"],stating:["s-t-ey1 t-ih-ng","vbg"],station:["s-t-ey1 sh-ah-n","nn vb"],stationary:["s-t-ey1 sh-ah-n eh r-iy","jj"],stationed:["s-t-ey1 sh-ah-n-d","vbn"],stationery:["s-t-ey1 sh-ah-n eh r-iy","nn"],stationing:["s-t-ey1 sh-ah-n ih-ng","vbg"],statistic:["s-t-ah t-ih1 s-t-ih-k","nn"],statistical:["s-t-ah t-ih1 s-t-ih k-ah-l","jj"],statistically:["s-t-ah t-ih1 s-t-ih k-ah l-iy","rb"],statistician:["s-t-ae t-ah s-t-ih1 sh-ah-n","nn"],statuary:["s-t-ae1 ch-uw eh r-iy","nn"],statue:["s-t-ae1 ch-uw","nn"],stature:["s-t-ae1 ch-er","nn"],status:["s-t-ae1 t-ah-s","nn"],statute:["s-t-ae1 ch-uw-t","nn"],statutory:["s-t-ae1 ch-ah t-ao r-iy","jj"],staunch:["s-t-ao1-n-ch","jj vb"],staunchest:["s-t-ao1-n ch-ah-s-t","jjs"],staunchly:["s-t-ao1-n-ch l-iy","rb"],stave:["s-t-ey1-v","vb"],staved:["s-t-ey1-v-d","vbn"],staves:["s-t-ey1-v-z","vbz"],stay:["s-t-ey1","vb vbp nn"],stayed:["s-t-ey1-d","vbd jj vbn"],staying:["s-t-ey1 ih-ng","vbg jj nn"],stead:["s-t-eh1-d","nn"],steadfast:["s-t-eh1-d f-ae-s-t","jj rb"],steadfastly:["s-t-eh1-d f-ae-s-t l-iy","rb"],steadfastness:["s-t-eh1-d f-ae-s-t n-ah-s","nn"],steadied:["s-t-eh1 d-iy-d","vbd vbn"],steadier:["s-t-eh1 d-iy er","jjr"],steadily:["s-t-eh1 d-ah l-iy","rb"],steadiness:["s-t-eh1 d-iy n-ih-s","nn"],steady:["s-t-eh1 d-iy","jj rb"],steak:["s-t-ey1-k","nn"],steakhouse:["s-t-ey1-k hh-aw-s","nn"],steal:["s-t-iy1-l","vb vbp"],stealing:["s-t-iy1 l-ih-ng","vbg jj nn"],steals:["s-t-iy1-l-z","vbz"],stealth:["s-t-eh1-l-th","nn"],steam:["s-t-iy1-m","nn vb"],steamboat:["s-t-iy1-m b-ow-t","nn"],steamed:["s-t-iy1-m-d","vbn vbd"],steamer:["s-t-iy1 m-er","nn"],steamily:["s-t-iy1 m-ah l-iy","rb"],steaming:["s-t-iy1 m-ih-ng","vbg"],steamroller:["s-t-iy1-m r-ow l-er","nn"],steams:["s-t-iy1-m-z","vbz"],steamship:["s-t-iy1-m sh-ih-p","nn"],steed:["s-t-iy1-d","nn"],steel:["s-t-iy1-l","nn jj"],steelmaker:["s-t-iy1-l m-ey k-er","nn"],steelmaking:["s-t-iy1-l m-ey k-ih-ng","nn"],steelworker:["s-t-iy1-l w-er k-er","nn"],steely:["s-t-iy1 l-iy","jj"],steep:["s-t-iy1-p","jj nn vb"],steeped:["s-t-iy1-p-t","vbn"],steeper:["s-t-iy1 p-er","jjr nn"],steepest:["s-t-iy1 p-ah-s-t","jjs"],steeply:["s-t-iy1-p l-iy","rb"],steepness:["s-t-iy1-p n-ah-s","nn"],steer:["s-t-ih1-r","vb nn vbp"],steered:["s-t-ih1-r-d","vbd vbn"],steering:["s-t-ih1 r-ih-ng","nn jj vbg"],stein:["s-t-ay1-n","nn"],stellar:["s-t-eh1 l-er","jj"],stem:["s-t-eh1-m","vb nn vbp"],stemmed:["s-t-eh1-m-d","vbd vbn"],stemming:["s-t-eh1 m-ih-ng","vbg"],stench:["s-t-eh1-n-ch","nn"],step:["s-t-eh1-p","nn vbp vb"],stepchild:["s-t-eh1-p ch-ay-l-d","nn"],stepchildren:["s-t-eh1-p ch-ih1-l d-r-ah-n","nn"],stepladder:["s-t-eh1-p l-ae d-er","nn"],stepmother:["s-t-eh1-p m-ah dh-er","nn"],steppe:["s-t-eh1-p","nn"],stepped:["s-t-eh1-p-t","vbd vbn"],stepping:["s-t-eh1 p-ih-ng","vbg jj"],steppingstone:["s-t-eh1 p-ih-ng s-t-ow-n","nn"],stepson:["s-t-eh1-p s-ah-n","nn"],stereo:["s-t-eh1 r-iy ow","nn jj"],stereotype:["s-t-eh1 r-iy ah t-ay-p","nn vb"],stereotyped:["s-t-eh1 r-iy ah t-ay-p-t","jj vbn"],stereotypical:["s-t-eh r-iy ow t-ih1 p-ih k-ah-l","jj"],sterile:["s-t-eh1 r-ah-l","jj"],sterility:["s-t-er ih1 l-ih t-iy","nn"],sterilization:["s-t-eh r-ah l-ah z-ey1 sh-ah-n","nn"],sterilize:["s-t-eh1 r-ah l-ay-z","vb"],sterilized:["s-t-eh1 r-ah l-ay-z-d","vbn vbd"],sterilizer:["s-t-eh1 r-ah l-ay z-er","nn"],sterilizing:["s-t-eh1 r-ah l-ay z-ih-ng","vbg"],sterling:["s-t-er1 l-ih-ng","nn jj"],stern:["s-t-er1-n","jj nn"],sternly:["s-t-er1-n l-iy","rb"],steroid:["s-t-er oy1-d","jj"],stethoscope:["s-t-eh1 th-ah-s k-ow-p","nn"],stevedore:["s-t-iy1 v-ah d-ao-r","nn"],stew:["s-t-uw1","nn vb"],steward:["s-t-uw1 er-d","nn"],stewardess:["s-t-uw1 er d-ah-s","nn"],stewardship:["s-t-uw1 er-d sh-ih-p","nn"],stewed:["s-t-uw1-d","jj vbd"],stick:["s-t-ih1-k","vb vbp nn"],sticker:["s-t-ih1 k-er","nn"],stickier:["s-t-ih1 k-iy er","jjr"],sticking:["s-t-ih1 k-ih-ng","vbg jj"],stickler:["s-t-ih1 k-ah l-er","nn"],sticky:["s-t-ih1 k-iy","jj"],stiff:["s-t-ih1-f","jj nn vb"],stiffed:["s-t-ih1-f-t","vbd vbn"],stiffen:["s-t-ih1 f-ah-n","vb"],stiffened:["s-t-ih1 f-ah-n-d","vbd vbn"],stiffening:["s-t-ih1 f-ah-n ih-ng","nn jj"],stiffens:["s-t-ih1 f-ah-n-z","vbz"],stiffer:["s-t-ih1 f-er","jjr"],stiffest:["s-t-ih1 f-ah-s-t","jjs"],stiffly:["s-t-ih1-f l-iy","rb nn"],stiffness:["s-t-ih1-f n-ah-s","nn"],stifle:["s-t-ay1 f-ah-l","vb"],stifled:["s-t-ay1 f-ah-l-d","vbd vbn"],stifles:["s-t-ay1 f-ah-l-z","vbz"],stifling:["s-t-ay1 f-l-ih-ng","vbg jj"],stigma:["s-t-ih1-g m-ah","nn"],stiletto:["s-t-ah l-eh1 t-ow","nn"],still:["s-t-ih1-l","rb jj nn vb"],stillness:["s-t-ih1-l n-ah-s","nn"],stilt:["s-t-ih1-l-t","nn"],stilted:["s-t-ih1-l t-ih-d","jj"],stimulant:["s-t-ih1 m-y-ah l-ah-n-t","nn"],stimulate:["s-t-ih1 m-y-ah l-ey-t","vb vbp"],stimulated:["s-t-ih1 m-y-ah l-ey t-ah-d","vbn vbd"],stimulates:["s-t-ih1 m-y-ah l-ey-t-s","vbz"],stimulating:["s-t-ih1 m-y-ah l-ey t-ih-ng","vbg jj"],stimulation:["s-t-ih m-y-ah l-ey1 sh-ah-n","nn"],stimulative:["s-t-ih1 m-y-ah l-ey t-ih-v","jj"],stimulator:["s-t-ih1 m-y-ah l-ey t-er","nn"],stimulus:["s-t-ih1 m-y-ah l-ah-s","nn"],sting:["s-t-ih1-ng","nn vb"],stingier:["s-t-ih1-n jh-iy er","jjr"],stinging:["s-t-ih1 ng-ih-ng","jj vbg"],stingy:["s-t-ih1-n jh-iy","jj"],stink:["s-t-ih1-ng-k","nn vb vbp"],stinking:["s-t-ih1-ng k-ih-ng","vbg jj"],stinks:["s-t-ih1-ng-k-s","vbz"],stint:["s-t-ih1-n-t","nn"],stipend:["s-t-ay1 p-ah-n-d","nn"],stipulate:["s-t-ih1 p-y-ah l-ey-t","vbp jj vb"],stipulated:["s-t-ih1 p-y-ah l-ey t-ih-d","vbd vbn"],stipulates:["s-t-ih1 p-y-ah l-ey-t-s","vbz"],stipulation:["s-t-ih p-y-ah l-ey1 sh-ah-n","nn"],stir:["s-t-er1","vb vbp nn"],stirling:["s-t-er1 l-ih-ng","jj"],stirred:["s-t-er1-d","vbd vbn"],stirring:["s-t-er1 ih-ng","vbg jj nn"],stirrup:["s-t-er1 ah-p","nn"],stirs:["s-t-er1-z","vbz"],stitch:["s-t-ih1-ch","nn vb"],stitched:["s-t-ih1-ch-t","vbn"],stitching:["s-t-ih1 ch-ih-ng","nn vbg"],stock:["s-t-aa1-k","nn vbp jj vb"],stockbroker:["s-t-aa1-k b-r-ow k-er","nn"],stockbrokerage:["s-t-aa1-k b-r-ow k-er ih-jh","nn"],stocked:["s-t-aa1-k-t","vbn vbd"],stockholder:["s-t-aa1-k hh-ow-l d-er","nn"],stockholding:["s-t-aa1-k hh-ow-l d-ih-ng","nn"],stocking:["s-t-aa1 k-ih-ng","vbg"],stockmarket:["s-t-aa1-k m-aa-r k-ih-t","nn"],stockpile:["s-t-aa1-k p-ay-l","nn vb"],stockpiled:["s-t-aa1-k p-ay-l-d","vbn"],stockpiling:["s-t-aa1-k p-ay l-ih-ng","nn"],stockroom:["s-t-aa1-k r-uw-m","nn"],stocky:["s-t-aa1 k-iy","jj"],stockyard:["s-t-aa1-k y-aa-r-d","nn"],stodgy:["s-t-aa1 jh-iy","jj"],stoicism:["s-t-ow1 ah s-ih z-ah-m","nn"],stoke:["s-t-ow1-k","vb"],stoked:["s-t-ow1-k-t","vbn"],stoker:["s-t-ow1 k-er","nn"],stoking:["s-t-ow1 k-ih-ng","vbg"],stole:["s-t-ow1-l","vbd"],stolen:["s-t-ow1 l-ah-n","vbn jj"],stolid:["s-t-aa1 l-ah-d","jj"],stomach:["s-t-ah1 m-ah-k","nn vb"],stomp:["s-t-aa1-m-p","vb"],stomped:["s-t-aa1-m-p-t","vbd vbn"],stomping:["s-t-aa1-m p-ih-ng","vbg"],stone:["s-t-ow1-n","nn rb vb"],stoned:["s-t-ow1-n-d","vbn"],stonewall:["s-t-ow1-n-w-ao-l","vb"],stonewalled:["s-t-ow1-n w-ao-l-d","vbd"],stoneware:["s-t-ow1-n w-eh-r","nn"],stony:["s-t-ow1 n-iy","jj"],stood:["s-t-uh1-d","vbd vbn"],stooge:["s-t-uw1 jh-ih","nn"],stool:["s-t-uw1-l","nn"],stoop:["s-t-uw1-p","vb nn vbp"],stooped:["s-t-uw1-p-t","vbd"],stop:["s-t-aa1-p","vb nn vbp"],stopgap:["s-t-aa1-p g-ae-p","nn jj"],stopover:["s-t-aa1-p ow v-er","nn"],stoppage:["s-t-aa1 p-ih-jh","nn"],stopped:["s-t-aa1-p-t","vbd vbn"],stopper:["s-t-aa1 p-er","nn"],stopping:["s-t-aa1 p-ih-ng","vbg"],stopwatch:["s-t-aa1-p w-aa-ch","nn"],storage:["s-t-ao1 r-ah-jh","nn jj"],store:["s-t-ao1-r","nn vb vbp"],stored:["s-t-ao1-r-d","vbn vbd"],storefront:["s-t-ao1-r f-r-aa-n-t","nn"],storehouse:["s-t-ao1-r hh-aw-s","nn"],storekeeper:["s-t-ao1-r k-iy p-er","nn"],storeroom:["s-t-ao1 r-r-uw-m","nn"],storied:["s-t-ao1 r-iy-d","jj"],storing:["s-t-ao1 r-ih-ng","vbg"],storm:["s-t-ao1-r-m","nn vb vbp"],stormed:["s-t-ao1-r-m-d","vbd vbn"],storming:["s-t-ao1-r m-ih-ng","vbg"],stormy:["s-t-ao1-r m-iy","jj"],story:["s-t-ao1 r-iy","nn"],storyline:["s-t-ao1 r-iy l-ay-n","nn"],storyteller:["s-t-ao1 r-iy t-eh l-er","nn"],storytelling:["s-t-ao1 r-iy t-eh l-ih-ng","nn"],stout:["s-t-aw1-t","jj"],stoutly:["s-t-aw1-t l-iy","rb"],stove:["s-t-ow1-v","nn"],stow:["s-t-ow1","vb"],stowed:["s-t-ow1-d","vbn vbd"],straddle:["s-t-r-ae1 d-ah-l","vb"],straddled:["s-t-r-ae1 d-ah-l-d","vbd vbn"],straddling:["s-t-r-ae1-d l-ih-ng","vbg"],straggle:["s-t-r-ae1-g-ah-l","vb"],straggled:["s-t-r-ae1 g-ah-l-d","vbd"],straggler:["s-t-r-ae1 g-l-er","nn"],straight:["s-t-r-ey1-t","jj rb"],straighten:["s-t-r-ey1 t-ah-n","vb"],straightened:["s-t-r-ey1 t-ah-n-d","vbd vbn"],straightening:["s-t-r-ey1 t-ah-n ih-ng","vbg"],straightens:["s-t-r-ey1 t-ah-n-z","vbz"],straighter:["s-t-r-ey1 t-er","jjr rbr"],straightforward:["s-t-r-ey1-t f-ao1-r w-er-d","jj"],strain:["s-t-r-ey1-n","nn vb vbp"],strained:["s-t-r-ey1-n-d","vbd jj vbn"],straining:["s-t-r-ey1 n-ih-ng","vbg"],strait:["s-t-r-ey1-t","nn"],straitjacket:["s-t-r-ey1-t jh-ae k-ah-t","nn"],strand:["s-t-r-ae1-n-d","nn vb"],stranded:["s-t-r-ae1-n d-ah-d","vbn vbd"],stranding:["s-t-r-ae1-n d-ih-ng","vbg"],strange:["s-t-r-ey1-n-jh","jj"],strangely:["s-t-r-ey1-n-jh l-iy","rb"],strangeness:["s-t-r-ey1-n-jh n-ah-s","nn"],stranger:["s-t-r-ey1-n jh-er","nn jjr"],strangest:["s-t-r-ey1-n jh-ih-s-t","jjs"],strangle:["s-t-r-ae1-ng-g-ah-l","vb"],strangled:["s-t-r-ae1-ng g-ah-l-d","vbn jj"],stranglehold:["s-t-r-ae1-ng g-ah-l hh-ow-l-d","nn"],strangulation:["s-t-r-ae-ng g-y-ah l-ey1 sh-ah-n","nn"],strap:["s-t-r-ae1-p","vb jj"],strapped:["s-t-r-ae1-p-t","vbn vbd jj"],strapping:["s-t-r-ae1 p-ih-ng","jj vbg"],stratagem:["s-t-r-ae1 t-ah jh-ah-m","nn"],strategic:["s-t-r-ah t-iy1 jh-ih-k","jj"],strategically:["s-t-r-ah t-iy1 jh-ih-k l-iy","rb"],strategist:["s-t-r-ae1 t-ih jh-ih-s-t","nn"],strategy:["s-t-r-ae1 t-ah jh-iy","nn"],stratified:["s-t-r-ae1 t-ah f-ay-d","jj vbn"],stratify:["s-t-r-ae1-t-ah-f-ay","vb"],stratosphere:["s-t-r-ae1 t-ah s-f-ih-r","nn"],stratospheric:["s-t-r-ae t-ah s-f-ih1 r-ih-k","jj"],stratum:["s-t-r-ae1 t-ah-m","nn"],straw:["s-t-r-ao1","nn jj"],strawberry:["s-t-r-ao1 b-eh r-iy","nn"],stray:["s-t-r-ey1","jj nn vb vbp"],strayed:["s-t-r-ey1-d","vbd vbn"],straying:["s-t-r-ey1 ih-ng","vbg"],streak:["s-t-r-iy1-k","nn vb vbp"],streaked:["s-t-r-iy1-k-t","vbd vbn"],streaking:["s-t-r-iy1 k-ih-ng","vbg"],stream:["s-t-r-iy1-m","nn vb"],streamed:["s-t-r-iy1-m-d","vbd vbn"],streamer:["s-t-r-iy1 m-er","nn"],streaming:["s-t-r-iy1 m-ih-ng","vbg"],streamline:["s-t-r-iy1-m l-ay-n","vb"],streamlined:["s-t-r-iy1-m l-ay-n-d","jj vbd vbn"],streamlining:["s-t-r-iy1-m l-ay n-ih-ng","vbg"],street:["s-t-r-iy1-t","nn"],streetcar:["s-t-r-iy1-t k-aa-r","nn"],strength:["s-t-r-eh1-ng-k-th","nn"],strengthen:["s-t-r-eh1-ng th-ah-n","vb vbp"],strengthened:["s-t-r-eh1-ng th-ah-n-d","vbn jj vbd"],strengthening:["s-t-r-eh1-ng th-ah-n ih-ng","vbg jj nn"],strengthens:["s-t-r-eh1-ng th-ah-n-z","vbz"],strenuous:["s-t-r-eh1 n-y-uw ah-s","jj"],strenuously:["s-t-r-eh1 n-y-uw ah-s l-iy","rb"],stress:["s-t-r-eh1-s","nn vbp vb"],stressed:["s-t-r-eh1-s-t","vbd jj vbn"],stressful:["s-t-r-eh1-s f-ah-l","jj"],stressing:["s-t-r-eh1 s-ih-ng","vbg"],stretch:["s-t-r-eh1-ch","nn vbp jj vb"],stretched:["s-t-r-eh1-ch-t","vbd jj vbn"],stretcher:["s-t-r-eh1 ch-er","nn"],stretching:["s-t-r-eh1 ch-ih-ng","vbg"],strewn:["s-t-r-uw1-n","vbn"],stricken:["s-t-r-ih1 k-ah-n","vbn jj"],strict:["s-t-r-ih1-k-t","jj"],stricter:["s-t-r-ih1-k t-er","jjr"],strictest:["s-t-r-ih1-k t-ah-s-t","jjs"],strictly:["s-t-r-ih1-k-t l-iy","rb"],stricture:["s-t-r-ih1-k ch-er","nn"],stride:["s-t-r-ay1-d","nn vbp vb"],strident:["s-t-r-ay1 d-ah-n-t","jj"],stridently:["s-t-r-ay1 d-ah-n-t l-iy","rb"],striding:["s-t-r-ay1 d-ih-ng","vbg"],strife:["s-t-r-ay1-f","nn"],strike:["s-t-r-ay1-k","nn vb vbp"],strikebreaker:["s-t-r-ay1-k b-r-ey k-er","nn"],strikeout:["s-t-r-ay1-k aw-t","nn"],striker:["s-t-r-ay1 k-er","nn"],striking:["s-t-r-ay1 k-ih-ng","jj vbg"],strikingly:["s-t-r-ay1 k-ih-ng l-iy","rb"],string:["s-t-r-ih1-ng","nn vb"],stringed:["s-t-r-ih1-ng-d","jj"],stringent:["s-t-r-ih1-n jh-ah-n-t","jj"],stringently:["s-t-r-ih1-n jh-ah-n-t l-iy","rb"],stringing:["s-t-r-ih1 ng-ih-ng","vbg"],stringy:["s-t-r-ih1 ng-iy","jj"],strip:["s-t-r-ih1-p","nn vb vbp"],stripe:["s-t-r-ay1-p","nn"],striped:["s-t-r-ay1-p-t","jj"],stripped:["s-t-r-ih1-p-t","vbn jj vbd"],stripper:["s-t-r-ih1 p-er","nn"],stripping:["s-t-r-ih1 p-ih-ng","vbg"],striptease:["s-t-r-ih1-p t-iy-z","nn"],strive:["s-t-r-ay1-v","vb vbp"],striven:["s-t-r-ih1 v-ah-n","vbn"],strives:["s-t-r-ay1-v-z","vbz"],striving:["s-t-r-ay1 v-ih-ng","vbg"],strobe:["s-t-r-ow1-b","nn"],strode:["s-t-r-ow1-d","vbd"],stroke:["s-t-r-ow1-k","nn vb"],stroked:["s-t-r-ow1-k-t","vbd vbn"],stroking:["s-t-r-ow1 k-ih-ng","vbg"],stroll:["s-t-r-ow1-l","nn vb vbp"],strolled:["s-t-r-ow1-l-d","vbd vbn"],stroller:["s-t-r-ow1 l-er","nn"],strolling:["s-t-r-ow1 l-ih-ng","vbg"],strolls:["s-t-r-ow1-l-z","vbz"],strong:["s-t-r-ao1-ng","jj rb"],stronger:["s-t-r-ao1-ng er","jjr rbr"],strongest:["s-t-r-ao1-ng g-ah-s-t","jjs"],stronghold:["s-t-r-ao1-ng hh-ow-l-d","nn"],strongly:["s-t-r-ao1-ng l-iy","rb"],strongman:["s-t-r-ao1-ng m-ae-n","nn"],strove:["s-t-r-ow1-v","vbd"],struck:["s-t-r-ah1-k","vbd vbn"],structural:["s-t-r-ah1-k ch-er ah-l","jj"],structurally:["s-t-r-ah1-k ch-er ah l-iy","rb"],structure:["s-t-r-ah1-k ch-er","nn vb"],structured:["s-t-r-ah1-k ch-er-d","vbn jj vbd"],structuring:["s-t-r-ah1-k ch-er ih-ng","vbg"],struggle:["s-t-r-ah1 g-ah-l","nn vbp vb"],struggled:["s-t-r-ah1 g-ah-l-d","vbd vbn"],struggling:["s-t-r-ah1 g-ah l-ih-ng","vbg jj"],strung:["s-t-r-ah1-ng","vbn vbd"],strut:["s-t-r-ah1-t","nn"],strutting:["s-t-r-ah1 t-ih-ng","vbg jj"],strychnine:["s-t-r-ih1-k n-ay-n","nn"],stub:["s-t-ah1-b","nn vb"],stubbed:["s-t-ah1-b-d","vbn"],stubble:["s-t-ah1 b-ah-l","jj nn"],stubborn:["s-t-ah1 b-er-n","jj"],stubbornly:["s-t-ah1 b-er-n l-iy","rb"],stubbornness:["s-t-ah1 b-er-n n-ah-s","nn"],stubby:["s-t-ah1 b-iy","jj"],stucco:["s-t-ah1 k-ow","nn"],stuck:["s-t-ah1-k","vbn vbd jj"],stud:["s-t-ah1-d","nn"],studded:["s-t-ah1 d-ih-d","vbn"],student:["s-t-uw1 d-ah-n-t","nn"],studied:["s-t-ah1 d-iy-d","vbn vbd jj"],studio:["s-t-uw1 d-iy ow","nn"],studious:["s-t-uw1 d-iy ah-s","jj"],studiously:["s-t-uw1 d-iy ah-s l-iy","rb"],study:["s-t-ah1 d-iy","nn vbp vb"],studying:["s-t-ah1 d-iy ih-ng","vbg"],stuff:["s-t-ah1-f","nn vb vbp"],stuffed:["s-t-ah1-f-t","vbn jj vbd"],stuffing:["s-t-ah1 f-ih-ng","vbg"],stuffy:["s-t-ah1 f-iy","jj"],stultifying:["s-t-ah1-l t-ah f-ay ih-ng","jj"],stumble:["s-t-ah1-m b-ah-l","vb vbp nn"],stumbled:["s-t-ah1-m b-ah-l-d","vbd vbn"],stumbling:["s-t-ah1-m b-ah-l ih-ng","vbg jj nn"],stump:["s-t-ah1-m-p","nn vb"],stumpage:["s-t-ah1-m p-ih-jh","nn"],stumped:["s-t-ah1-m-p-t","vbn"],stumping:["s-t-ah1-m p-ih-ng","nn"],stun:["s-t-ah1-n","vb"],stung:["s-t-ah1-ng","vbn vbd"],stunk:["s-t-ah1-ng-k","vbd"],stunned:["s-t-ah1-n-d","vbd vbn jj"],stunning:["s-t-ah1 n-ih-ng","jj"],stunningly:["s-t-ah1 n-ih-ng l-iy","rb"],stunt:["s-t-ah1-n-t","nn vb"],stunted:["s-t-ah1-n t-ih-d","vbn"],stupendous:["s-t-uw p-eh1-n d-ah-s","jj"],stupid:["s-t-uw1 p-ah-d","jj"],stupidest:["s-t-uw1 p-ih d-ah-s-t","jjs"],stupidity:["s-t-uw p-ih1 d-ih t-iy","nn"],stupor:["s-t-uw1 p-er","nn"],sturdy:["s-t-er1 d-iy","jj"],sturgeon:["s-t-er1 jh-ah-n","nn"],stutter:["s-t-ah1 t-er","nn"],style:["s-t-ay1-l","nn vb"],styled:["s-t-ay1-l-d","vbn vbd"],styling:["s-t-ay1 l-ih-ng","nn"],stylish:["s-t-ay1 l-ih-sh","jj"],stylishly:["s-t-ay1 l-ih-sh l-iy","rb"],stylist:["s-t-ay1 l-ih-s-t","nn"],stylistic:["s-t-ay l-ih1 s-t-ih-k","jj"],stylistically:["s-t-ay l-ih1 s-t-ih-k l-iy","rb"],stylize:["s-t-ay1-l-ay-z","vb"],stylized:["s-t-ay1 l-ay-z-d","jj vbn"],stymie:["s-t-ay1 m-iy","vb"],stymied:["s-t-ay1 m-iy-d","vbn jj"],styrene:["s-t-ay1 r-iy-n","nn"],suave:["s-w-aa1-v","jj"],sub:["s-ah1-b","nn"],subatomic:["s-ah-b ah t-aa1 m-ih-k","jj"],subbing:["s-ah1 b-ih-ng","vbg"],subcommittee:["s-ah1-b k-ah m-ih1 t-iy","nn"],subcompact:["s-ah-b k-aa1-m p-ae-k-t","nn jj"],subconscious:["s-ah-b k-aa1-n sh-ah-s","jj nn"],subconsciously:["s-ah-b k-aa1-n sh-ah-s l-iy","rb"],subcontinent:["s-ah-b k-aa1-n t-ih n-ah-n-t","nn"],subcontract:["s-ah-b k-aa1-n t-r-ae-k-t","vb jj nn"],subcontracting:["s-ah-b k-ah-n t-r-ae1-k t-ih-ng","nn jj vbg"],subcontractor:["s-ah-b k-aa1-n t-r-ae-k t-er","nn"],subdivision:["s-ah1-b d-ih v-ih zh-ah-n","nn"],subdue:["s-ah-b d-uw1","vb"],subdued:["s-ah-b d-uw1-d","vbn jj vbd"],subduing:["s-ah-b d-uw1 ih-ng","vbg"],subgroup:["s-ah1-b g-r-uw-p","nn"],subject:["s-ah-b jh-eh1-k-t","nn jj vb"],subjected:["s-ah-b jh-eh1-k t-ih-d","vbn"],subjecting:["s-ah-b jh-eh1-k t-ih-ng","vbg"],subjective:["s-ah-b jh-eh1-k t-ih-v","jj"],subjugate:["s-ah1-b jh-ah g-ey-t","vb"],subjugated:["s-ah1-b jh-ah g-ey t-ih-d","jj"],sublease:["s-ah1-b l-iy-s","nn"],sublet:["s-ah1 b-l-eh-t","vb vbn"],sublime:["s-ah b-l-ay1-m","jj nn"],subliminal:["s-ah-b l-ih1 m-ih n-ah-l","jj"],submachine:["s-ah-b m-ah sh-iy1-n","jj"],submarine:["s-ah1-b m-er iy-n","nn jj"],submerge:["s-ah-b m-er1-jh","vb"],submerged:["s-ah-b m-er1-jh-d","vbn jj"],subminimum:["s-ah-b m-ih1 n-ih m-ah-m","jj nn"],submission:["s-ah-b m-ih1 sh-ah-n","nn"],submissive:["s-ah-b m-ih1 s-ih-v","jj"],submit:["s-ah-b m-ih1-t","vb vbp"],submits:["s-ah-b m-ih1-t-s","vbz"],submitted:["s-ah-b m-ih1 t-ah-d","vbn vbd"],submitting:["s-ah-b m-ih1 t-ih-ng","vbg"],subordinate:["s-ah b-ao1-r d-ah n-ey-t","jj nn vb"],subordinated:["s-ah b-ao1-r d-ah n-ey t-ih-d","vbn jj vbd"],subpar:["s-ah-b p-aa1-r","jj"],subplot:["s-ah1-b p-l-aa-t","nn"],subpoena:["s-ah p-iy1 n-ah","nn vb"],subpoenaed:["s-ah p-iy1 n-ah-d","vbn vbd"],subscribe:["s-ah-b s-k-r-ay1-b","vb vbp"],subscribed:["s-ah-b s-k-r-ay1-b-d","vbn vbd jj"],subscriber:["s-ah-b s-k-r-ay1 b-er","nn"],subscribes:["s-ah-b s-k-r-ay1-b-z","vbz"],subscribing:["s-ah-b s-k-r-ay1 b-ih-ng","vbg"],subscription:["s-ah-b s-k-r-ih1-p sh-ah-n","nn jj"],subsequent:["s-ah1-b s-ah k-w-ah-n-t","jj"],subsequently:["s-ah1-b s-ah k-w-ah-n-t l-iy","rb"],subservience:["s-ah-b s-er1 v-iy ah-n-s","nn"],subservient:["s-ah-b s-er1 v-iy ah-n-t","jj"],subset:["s-ah1-b s-eh-t","nn"],subside:["s-ah-b s-ay1-d","vb vbp"],subsided:["s-ah-b s-ay1 d-ih-d","vbd vbn"],subsidence:["s-ah-b s-ay1 d-ah-n-s","nn"],subsidiary:["s-ah-b s-ih1 d-iy eh r-iy","nn jj"],subsiding:["s-ah-b s-ay1 d-ih-ng","vbg"],subsidization:["s-ah-b s-ih d-ih z-ey1 sh-ah-n","nn"],subsidize:["s-ah1-b s-ih d-ay-z","vb vbp"],subsidized:["s-ah1-b s-ih d-ay-z-d","jj vbn"],subsidizes:["s-ah1-b s-ih d-ay z-ih-z","vbz"],subsidizing:["s-ah1-b s-ih d-ay z-ih-ng","vbg"],subsidy:["s-ah1-b s-ih d-iy","nn"],subsist:["s-ah-b s-ih1-s-t","vb"],subsistence:["s-ah-b s-ih1 s-t-ah-n-s","nn"],subsoil:["s-ah1-b s-oy-l","nn"],substance:["s-ah1-b s-t-ah-n-s","nn"],substandard:["s-ah-b s-t-ae1-n d-er-d","jj"],substantial:["s-ah-b s-t-ae1-n ch-ah-l","jj"],substantially:["s-ah-b s-t-ae1-n sh-ah l-iy","rb"],substantiate:["s-ah-b s-t-ae1-n ch-iy ey-t","vb"],substantiated:["s-ah-b s-t-ae1-n sh-iy ey t-ih-d","jj"],substantiates:["s-ah-b s-t-ae1-n ch-iy ey-t-s","vbz"],substantiation:["s-ah-b s-t-ae-n ch-iy ey1 sh-ah-n","nn"],substantive:["s-ah1-b s-t-ah-n t-ih-v","jj nn"],substantively:["s-ah1-b s-t-ah-n t-ih-v l-iy","rb"],substitute:["s-ah1-b s-t-ah t-uw-t","nn jj vb vbp"],substituted:["s-ah1-b s-t-ah t-uw t-ah-d","vbn jj vbd"],substituting:["s-ah1-b s-t-ih t-uw t-ih-ng","vbg"],substitution:["s-ah-b s-t-ih t-uw1 sh-ah-n","nn"],substrate:["s-ah1-b s-t-r-ey-t","nn"],subsurface:["s-ah1-b s-er f-ah-s","jj"],subsystem:["s-ah1-b s-ih s-t-ah-m","nn"],subterfuge:["s-ah1-b t-er f-y-uw-jh","nn"],subterranean:["s-ah-b t-er ey1 n-iy ah-n","jj"],subtitle:["s-ah1-b t-ay t-ah-l","nn vb"],subtitled:["s-ah1-b t-ay t-ah-l-d","vbn"],subtle:["s-ah1 t-ah-l","jj"],subtler:["s-ah1 t-ah-l er","jjr nn"],subtlety:["s-ah1 t-ah-l t-iy","nn"],subtly:["s-ah1 t-ah l-iy","rb"],subtract:["s-ah-b t-r-ae1-k-t","vb vbp"],subtracted:["s-ah-b t-r-ae1-k t-ih-d","vbn vbd"],subtracting:["s-ah-b t-r-ae1-k t-ih-ng","vbg"],subtraction:["s-ah-b t-r-ae1-k sh-ah-n","nn"],suburb:["s-ah1 b-er-b","nn"],suburban:["s-ah b-er1 b-ah-n","jj"],suburbanite:["s-ah b-er1 b-ah n-ay-t","jj nn"],suburbia:["s-ah b-er1 b-iy ah","nn"],subversion:["s-ah-b v-er1 zh-ah-n","nn"],subversive:["s-ah-b v-er1 s-ih-v","jj"],subvert:["s-ah-b v-er1-t","vb vbp"],subverted:["s-ah-b v-er1 t-ih-d","vbn"],subverting:["s-ah-b v-er1 t-ih-ng","vbg"],subverts:["s-ah-b v-er1-t-s","vbz"],subway:["s-ah1-b w-ey","nn"],subzero:["s-ah-b z-ih1 r-ow","jj"],succeed:["s-ah-k s-iy1-d","vb vbp"],succeeded:["s-ah-k s-iy1 d-ah-d","vbn vbd"],succeeding:["s-ah-k s-iy1 d-ih-ng","vbg jj nn"],succeeds:["s-ah-k s-iy1-d-z","vbz"],success:["s-ah-k s-eh1-s","nn"],successful:["s-ah-k s-eh1-s f-ah-l","jj"],successfully:["s-ah-k s-eh1-s f-ah l-iy","rb"],succession:["s-ah-k s-eh1 sh-ah-n","nn"],successive:["s-ah-k s-eh1 s-ih-v","jj"],successively:["s-ah-k s-eh1 s-ih-v l-iy","rb"],successor:["s-ah-k s-eh1 s-er","nn"],succinct:["s-ah-k s-ih1-ng-k-t","jj"],succinctly:["s-ah-k s-ih1-ng-k-t l-iy","rb"],succor:["s-ah1 k-er","nn"],succulent:["s-ah1 k-y-ah l-ih-n-t","jj"],succumb:["s-ah k-ah1-m","vb"],succumbed:["s-ah k-ah1-m-d","vbn vbd"],succumbing:["s-ah k-ah1 m-ih-ng","vbg"],succumbs:["s-ah k-ah1-m-z","vbz"],such:["s-ah1-ch","jj pdt dt"],suck:["s-ah1-k","vb nn vbp"],sucked:["s-ah1-k-t","vbd vbn"],sucker:["s-ah1 k-er","nn vb"],suckered:["s-ah1 k-er-d","vbn"],sucking:["s-ah1 k-ih-ng","vbg"],sucks:["s-ah1-k-s","vbz"],suction:["s-ah1-k sh-ah-n","nn"],sudden:["s-ah1 d-ah-n","jj"],suddenly:["s-ah1 d-ah-n l-iy","rb"],suddenness:["s-ah1 d-ah-n n-ah-s","nn"],suds:["s-ah1-d-z","nn"],sue:["s-uw1","vb vbp"],sued:["s-uw1-d","vbd vbn"],suede:["s-w-ey1-d","nn"],sues:["s-uw1-z","vbz"],suey:["s-uw1 iy","nn"],suffer:["s-ah1 f-er","vb vbp"],suffered:["s-ah1 f-er-d","vbd vbn"],sufferer:["s-ah1 f-er er","nn"],suffering:["s-ah1 f-er ih-ng","vbg jj nn"],suffers:["s-ah1 f-er-z","vbz"],suffice:["s-ah f-ay1-s","vb vbp"],sufficed:["s-ah f-ay1-s-t","vbd"],sufficiency:["s-ah f-ih1 sh-ah-n s-iy","nn"],sufficient:["s-ah f-ih1 sh-ah-n-t","jj"],sufficiently:["s-ah f-ih1 sh-ah-n-t l-iy","rb"],suffix:["s-ah1 f-ih-k-s","nn"],suffocate:["s-ah1 f-ah k-ey-t","vb"],suffocating:["s-ah1 f-ah k-ey t-ih-ng","vbg jj"],suffocation:["s-ah f-ah k-ey1 sh-ah-n","nn"],suffrage:["s-ah1 f-r-ih-jh","nn"],suffragette:["s-ah f-r-ah jh-eh1-t","nn"],suffuse:["s-ah-f-y-uw1-z","vb"],suffused:["s-ah f-y-uw1-z-d","vbd vbn"],sugar:["sh-uh1 g-er","nn vb"],sugarcane:["sh-uh1-g er-k ey-n","nn"],sugared:["sh-uh1 g-er-d","jj vbn"],sugary:["sh-uh1 g-er iy","jj"],suggest:["s-ah-g jh-eh1-s-t","vbp vb"],suggested:["s-ah-g jh-eh1 s-t-ah-d","vbd vbn jj"],suggesting:["s-ah-g jh-eh1 s-t-ih-ng","vbg"],suggestion:["s-ah-g jh-eh1-s ch-ah-n","nn"],suggestive:["s-ah-g jh-eh1 s-t-ih-v","jj"],suggests:["s-ah-g jh-eh1-s-t-s","vbz"],suicidal:["s-uw ah s-ay1 d-ah-l","jj"],suicide:["s-uw1 ah s-ay-d","nn"],suing:["s-uw1 ih-ng","vbg"],suit:["s-uw1-t","nn vbp rb vb"],suitability:["s-uw t-ah b-ih1 l-ih t-iy","nn"],suitable:["s-uw1 t-ah b-ah-l","jj"],suitably:["s-uw1 t-ah b-l-iy","rb"],suitcase:["s-uw1-t k-ey-s","nn"],suite:["s-w-iy1-t","nn"],suited:["s-uw1 t-ah-d","vbn vbd"],suitor:["s-uw1 t-er","nn"],sulfide:["s-ah1-l f-ay-d","nn"],sulfur:["s-ah1-l f-er","nn"],sulfuric:["s-ah-l f-y-uh1 r-ih-k","jj"],sulk:["s-ah1-l-k","vb"],sulked:["s-ah1-l-k-t","vbd"],sulking:["s-ah1-l k-ih-ng","vbg"],sullen:["s-ah1 l-ah-n","jj"],sulphur:["s-ah1-l f-er","nn"],sultan:["s-ah1-l t-ah-n","nn"],sultry:["s-ah1-l t-r-iy","jj"],sum:["s-ah1-m","nn vb"],sumac:["s-uw1 m-ae-k","nn"],summarily:["s-ah m-eh1 r-ih l-iy","rb"],summarize:["s-ah1 m-er ay-z","vb"],summarized:["s-ah1 m-er ay-z-d","vbn vbd"],summarizes:["s-ah1 m-er ay z-ih-z","vbz"],summarizing:["s-ah1 m-er ay z-ih-ng","vbg"],summary:["s-ah1 m-er iy","nn"],summation:["s-ah m-ey1 sh-ah-n","nn"],summed:["s-ah1-m-d","vbd vbn"],summer:["s-ah1 m-er","nn"],summertime:["s-ah1 m-er t-ay-m","nn"],summing:["s-ah1 m-ih-ng","vbg"],summit:["s-ah1 m-ah-t","nn jj"],summiteer:["s-ah m-ih t-ih1-r","nn"],summitry:["s-ah1 m-ih t-r-iy","nn"],summon:["s-ah1 m-ah-n","vb"],summoned:["s-ah1 m-ah-n-d","vbn vbd"],summoning:["s-ah1 m-ah n-ih-ng","vbg"],summons:["s-ah1 m-ah-n-z","nn"],sumptuous:["s-ah1-m-p ch-w-ah-s","jj"],sun:["s-ah1-n","nn vb"],sunburn:["s-ah1-n b-er-n","nn vb"],sunder:["s-ah1-n d-er","vb"],sundown:["s-ah1-n d-aw-n","nn"],sundry:["s-ah1-n d-r-iy","jj"],sunflower:["s-ah1-n f-l-aw er","nn"],sung:["s-ah1-ng","vbn"],sunglasses:["s-ah1-n g-l-ae s-ih-z","nn"],sunk:["s-ah1-ng-k","vbn vbd"],sunken:["s-ah1-ng k-ah-n","jj"],sunlight:["s-ah1-n l-ay-t","nn"], +sunning:["s-ah1 n-ih-ng","vbg"],sunny:["s-ah1 n-iy","jj"],sunrise:["s-ah1-n r-ay-z","nn"],sunroof:["s-ah1-n r-uw-f","nn"],sunset:["s-ah1-n s-eh-t","nn vb"],sunshine:["s-ah1-n sh-ay-n","nn"],sunshiny:["s-ah1-n sh-ay n-iy","jj"],suntan:["s-ah1-n t-ae-n","nn"],"super":["s-uw1 p-er","jj nn"],superb:["s-uh p-er1-b","jj"],superbly:["s-uw1 p-er b-l-iy","rb"],supercharged:["s-uw p-er ch-aa1-r-jh-d","jj"],supercilious:["s-uw p-er s-ih1 l-iy ah-s","jj"],supercollider:["s-uw p-er k-ah l-ay1 d-er","nn"],supercomputer:["s-uw p-er k-ah-m p-y-uw1 t-er","nn"],superconductivity:["s-uw p-er k-aa-n d-ah-k t-ih1 v-ah t-iy","nn"],superconductor:["s-uw1 p-er k-ah-n d-ah-k t-er","nn"],superfast:["s-uw1 p-er f-ae-s-t","jj"],superficial:["s-uw p-er f-ih1 sh-ah-l","jj"],superficially:["s-uw1 p-er f-ih sh-ah-l l-iy","rb"],superfluous:["s-uw1 p-er f-l-w-ah-s","jj"],supergiant:["s-uw p-er jh-ay1 ah-n-t","nn"],superhighway:["s-uw p-er hh-ay1 w-ey","nn"],superhuman:["s-uw p-er hh-y-uw1 m-ah-n","jj"],superimpose:["s-uw-p-er-ah-m-p-ow1-z","vb"],superimposed:["s-uw p-er ah-m p-ow1-z-d","vbn jj"],superintendent:["s-uw p-er ah-n t-eh1-n d-ah-n-t","nn"],superior:["s-uw p-ih1 r-iy er","jj nn"],superiority:["s-uw p-ih r-iy ao1 r-ih t-iy","nn"],superlative:["s-uh p-er1 l-ah t-ih-v","jj"],supermarket:["s-uw1 p-er m-aa-r k-ih-t","nn"],supernatural:["s-uw p-er n-ae1 ch-er ah-l","jj nn"],superpower:["s-uw p-er p-aw1 er","nn"],superregional:["s-uw p-er r-iy1 jh-ah n-ah-l","jj"],supersede:["s-uw p-er s-iy1-d","vb"],superseded:["s-uw p-er s-iy1 d-ah-d","vbn vbd"],supersedes:["s-uw p-er s-iy1-d-z","vbz"],supersonic:["s-uw p-er s-aa1 n-ih-k","jj"],superstar:["s-uw p-er s-t-aa1-r","nn"],superstition:["s-uw p-er s-t-ih1 sh-ah-n","nn"],superstitious:["s-uw p-er s-t-ih1 sh-ah-s","jj"],superstore:["s-uw1 p-er s-t-ao-r","nn"],superstructure:["s-uw1 p-er s-t-r-ah-k ch-er","nn"],supertanker:["s-uw1 p-er t-ae-ng k-er","nn"],supervise:["s-uw1 p-er v-ay-z","vb vbp"],supervised:["s-uw1 p-er v-ay-z-d","vbd jj vbn"],supervises:["s-uw1 p-er v-ay z-ih-z","vbz"],supervising:["s-uw1 p-er v-ay z-ih-ng","vbg"],supervision:["s-uw p-er v-ih1 zh-ah-n","nn"],supervisor:["s-uw1 p-er v-ay z-er","nn"],supervisory:["s-uw p-er v-ay1 z-er iy","jj"],supervoting:["s-uw p-er v-ow1 t-ih-ng","jj"],supine:["s-ah p-ay1-n","nn"],supper:["s-ah1 p-er","nn"],supplant:["s-ah p-l-ae1-n-t","vb"],supplanted:["s-ah p-l-ae1-n t-ah-d","vbn"],supplanting:["s-ah p-l-ae1-n t-ih-ng","vbg"],supple:["s-ah1 p-ah-l","jj"],supplement:["s-ah1 p-l-ah m-ah-n-t","nn vbp vb"],supplemental:["s-ah p-l-ah m-eh1-n t-ah-l","jj"],supplementary:["s-ah p-l-ah m-eh1-n t-er iy","jj nn"],supplemented:["s-ah1 p-l-ah m-eh-n t-ah-d","vbn vbd"],supplementing:["s-ah1 p-l-ah m-ah-n t-ih-ng","vbg"],supplied:["s-ah p-l-ay1-d","vbn vbd"],supplier:["s-ah p-l-ay1 er","nn"],supply:["s-ah p-l-ay1","nn vbp vb"],supplying:["s-ah p-l-ay1 ih-ng","vbg"],support:["s-ah p-ao1-r-t","nn vb vbp"],supportable:["s-ah p-ao1-r t-ah b-ah-l","jj"],supported:["s-ah p-ao1-r t-ah-d","vbn jj vbd"],supporter:["s-ah p-ao1-r t-er","nn"],supporting:["s-ah p-ao1-r t-ih-ng","vbg jj"],supportive:["s-ah p-ao1-r t-ih-v","jj"],suppose:["s-ah p-ow1-z","vbp vb"],supposed:["s-ah p-ow1-z-d","vbn jj vbd"],supposedly:["s-ah p-ow1 z-ah-d l-iy","rb"],supposes:["s-ah p-ow1 z-ih-z","vbz"],supposing:["s-ah p-ow1 z-ih-ng","vbg"],suppress:["s-ah p-r-eh1-s","vb vbp"],suppressant:["s-ah p-r-eh1 s-ah-n-t","nn"],suppressed:["s-ah p-r-eh1-s-t","vbn jj vbd"],suppresses:["s-ah p-r-eh1 s-ih-z","vbz"],suppressing:["s-ah p-r-eh1 s-ih-ng","vbg"],suppression:["s-ah p-r-eh1 sh-ah-n","nn"],suppressor:["s-ah p-r-eh1 s-er","nn"],supra:["s-uw1 p-r-ah","rb"],supranational:["s-uw p-r-ah n-ae1 sh-ah n-ah-l","jj"],supremacy:["s-ah p-r-eh1 m-ah s-iy","nn"],supreme:["s-ah p-r-iy1-m","nn jj"],supremely:["s-uw p-r-iy1 m-ah l-iy","rb"],surcharge:["s-er ch-aa1-r-jh","nn"],sure:["sh-uh1-r","jj pdt rb uh"],surely:["sh-uh1-r l-iy","rb"],surest:["sh-uh1 r-ih-s-t","jjs"],surf:["s-er1-f","nn vb vbp"],surface:["s-er1 f-ah-s","nn vb vbp"],surfaced:["s-er1 f-ih-s-t","vbd vbn"],surfaceness:["s-er1 f-ah-s n-ah-s","nn"],surfacing:["s-er1 f-ah s-ih-ng","vbg"],surfactant:["s-er f-ae1-k t-ah-n-t","nn"],surfboard:["s-er1-f b-ao-r-d","nn"],surfeit:["s-er1 f-ah-t","nn"],surfer:["s-er1 f-er","nn"],surfing:["s-er1 f-ih-ng","nn"],surge:["s-er1-jh","nn vb"],surged:["s-er1-jh-d","vbd vbn"],surgeon:["s-er1 jh-ah-n","nn"],surgery:["s-er1 jh-er iy","nn"],surgical:["s-er1 jh-ih k-ah-l","jj"],surgically:["s-er1 jh-ih k-ah l-iy","rb"],surging:["s-er1 jh-ih-ng","vbg jj"],surly:["s-er1 l-iy","jj"],surmise:["s-er m-ay1-z","vb"],surmised:["s-er m-ay1-z-d","vbd vbn"],surmount:["s-er m-aw1-n-t","vb"],surmounted:["s-er m-aw1-n t-ih-d","vbd vbn"],surmounting:["s-er m-aw1-n t-ih-ng","vbg"],surname:["s-er1 n-ey-m","nn"],surpass:["s-er p-ae1-s","vb vbp"],surpassed:["s-er p-ae1-s-t","vbn vbd"],surpasses:["s-er p-ae1 s-ih-z","vbz"],surpassing:["s-er p-ae1 s-ih-ng","vbg rb"],surplus:["s-er1-p l-ah-s","nn jj"],surprise:["s-er p-r-ay1-z","nn jj rb vb"],surprised:["s-er p-r-ay1-z-d","vbn vbd jj"],surprising:["s-er p-r-ay1 z-ih-ng","jj vbg"],surprisingly:["s-er p-r-ay1 z-ih-ng l-iy","rb"],surreal:["s-er iy1-l","jj"],surrealism:["s-er iy1 l-ih z-ah-m","nn"],surrealistic:["s-er iy l-ih1 s-t-ih-k","jj"],surrender:["s-er eh1-n d-er","nn vbp vb"],surrendered:["s-er eh1-n d-er-d","vbd vbn"],surrendering:["s-er eh1-n d-er ih-ng","vbg"],surreptitious:["s-er ah-p t-ih1 sh-ah-s","jj"],surreptitiously:["s-er ah-p t-ih1 sh-ah-s l-iy","rb"],surrogacy:["s-er1 ah g-ah s-iy","nn"],surrogate:["s-er1 ah g-ah-t","jj nn"],surround:["s-er aw1-n-d","vbp vb"],surrounded:["s-er aw1-n d-ah-d","vbn vbd jj"],surrounding:["s-er aw1-n d-ih-ng","vbg jj nn"],surrounds:["s-er aw1-n-d-z","vbz"],surtax:["s-er1 t-ae-k-s","nn"],surveillance:["s-er v-ey1 l-ah-n-s","nn"],survey:["s-er v-ey1","nn vb vbp"],surveyed:["s-er v-ey1-d","vbn vbd"],surveying:["s-er v-ey1 ih-ng","vbg"],surveyor:["s-er v-ey1 er","nn"],survivability:["s-er v-ay v-ah b-ih1 l-ih t-iy","nn"],survivable:["s-er v-ay1 v-ah b-ah-l","jj"],survival:["s-er v-ay1 v-ah-l","nn"],survivalist:["s-er v-ay1 v-ah l-ih-s-t","nn"],survive:["s-er v-ay1-v","vb vbp"],survived:["s-er v-ay1-v-d","vbd vbn"],survives:["s-er v-ay1-v-z","vbz"],surviving:["s-er v-ay1 v-ih-ng","vbg"],survivor:["s-er v-ay1 v-er","nn"],susceptibility:["s-ah s-eh-p t-ah b-ih1 l-ah t-iy","nn"],susceptible:["s-ah s-eh1-p t-ah b-ah-l","jj nn"],sushi:["s-uw1 sh-iy","nn"],suspect:["s-ah s-p-eh1-k-t","vbp jj nn vb"],suspected:["s-ah s-p-eh1-k t-ah-d","vbn vbd jj"],suspecting:["s-ah s-p-eh1-k t-ih-ng","vbg"],suspend:["s-ah s-p-eh1-n-d","vb vbp"],suspended:["s-ah s-p-eh1-n d-ah-d","vbn jj vbd"],suspender:["s-ah s-p-eh1-n d-er","nn"],suspending:["s-ah s-p-eh1-n d-ih-ng","vbg"],suspends:["s-ah s-p-eh1-n-d-z","vbz"],suspense:["s-ah s-p-eh1-n-s","nn"],suspenseful:["s-ah s-p-eh1-n-s f-ah-l","jj"],suspension:["s-ah s-p-eh1-n sh-ah-n","nn"],suspicion:["s-ah s-p-ih1 sh-ah-n","nn"],suspicious:["s-ah s-p-ih1 sh-ah-s","jj"],suspiciously:["s-ah s-p-ih1 sh-ah-s l-iy","rb"],sustain:["s-ah s-t-ey1-n","vb vbp"],sustainability:["s-ah s-t-ey n-ah b-ih1 l-ih t-iy","nn"],sustainable:["s-ah s-t-ey1 n-ah b-ah-l","jj"],sustained:["s-ah s-t-ey1-n-d","vbn vbd jj"],sustaining:["s-ah s-t-ey1 n-ih-ng","vbg"],sustains:["s-ah s-t-ey1-n-z","vbz"],sustenance:["s-ah1 s-t-ah n-ah-n-s","nn"],suture:["s-uw1 ch-er","nn"],svelte:["s-v-eh1-l-t","jj"],swab:["s-w-aa1-b","vb"],swagger:["s-w-ae1 g-er","nn vb"],swaggering:["s-w-ae1 g-er ih-ng","vbg"],swallow:["s-w-aa1 l-ow","vb nn vbp"],swallowed:["s-w-aa1 l-ow-d","vbn vbd"],swallowing:["s-w-aa1 l-ow ih-ng","vbg"],swam:["s-w-ae1-m","vbd"],swami:["s-w-aa1 m-iy","nn"],swamp:["s-w-aa1-m-p","nn vb"],swamped:["s-w-ao1-m-p-t","vbn vbd"],swamping:["s-w-aa1-m p-ih-ng","vbg"],swampy:["s-w-aa1-m p-iy","jj"],swan:["s-w-aa1-n","nn"],swank:["s-w-ae1-ng-k","jj"],swanky:["s-w-aa1-ng k-iy","jj"],swap:["s-w-aa1-p","nn vbp vb"],swapped:["s-w-aa1-p-t","vbn vbd"],swapping:["s-w-aa1 p-ih-ng","vbg"],swarm:["s-w-ao1-r-m","nn vb"],swarmed:["s-w-ao1-r-m-d","vbd vbn"],swarming:["s-w-ao1-r m-ih-ng","vbg"],swart:["s-w-ao1-r-t","jj"],swarthy:["s-w-ao1-r dh-iy","jj"],swashbuckling:["s-w-aa1-sh b-ah k-l-ih-ng","jj"],swat:["s-w-aa1-t","nn"],swatch:["s-w-aa1-ch","nn"],swath:["s-w-aa1-th","nn"],swathe:["s-w-aa1-dh","vb"],swathed:["s-w-aa1-dh-d","vbn"],sway:["s-w-ey1","vb vbp nn"],swayed:["s-w-ey1-d","vbd vbn"],swaying:["s-w-ey1 ih-ng","vbg"],swear:["s-w-eh1-r","vb vbp"],swearing:["s-w-eh1 r-ih-ng","vbg"],swears:["s-w-eh1-r-z","vbz"],sweat:["s-w-eh1-t","nn vbd vbp vb"],sweated:["s-w-eh1 t-ih-d","vbd vbn"],sweater:["s-w-eh1 t-er","nn"],sweating:["s-w-eh1 t-ih-ng","vbg"],sweatshirt:["s-w-eh1-t sh-er-t","nn"],sweatshop:["s-w-eh1-t sh-aa-p","nn"],sweaty:["s-w-eh1 t-iy","jj"],sweep:["s-w-iy1-p","nn vb"],sweeper:["s-w-iy1 p-er","nn"],sweeping:["s-w-iy1 p-ih-ng","vbg jj nn"],sweepstakes:["s-w-iy1-p s-t-ey-k-s","nn"],sweet:["s-w-iy1-t","jj"],sweeten:["s-w-iy1 t-ah-n","vb"],sweetened:["s-w-iy1 t-ah-n-d","vbn vbd jj"],sweetener:["s-w-iy1 t-ah-n er","nn"],sweetening:["s-w-iy1 t-ah-n ih-ng","nn"],sweetens:["s-w-iy1 t-ah-n-z","vbz"],sweeter:["s-w-iy1 t-er","jjr"],sweetest:["s-w-iy1 t-ah-s-t","jjs"],sweetheart:["s-w-iy1-t hh-aa-r-t","nn jj"],sweetly:["s-w-iy1-t l-iy","rb"],sweetness:["s-w-iy1-t n-ah-s","nn"],swell:["s-w-eh1-l","vb vbp jj nn"],swelled:["s-w-eh1-l-d","vbd vbn jj"],swelling:["s-w-eh1 l-ih-ng","vbg jj nn"],sweltering:["s-w-eh1-l t-er ih-ng","jj"],swept:["s-w-eh1-p-t","vbd jj vbn"],swerve:["s-w-er1-v","vbp nn vb"],swerved:["s-w-er1-v-d","vbd"],swift:["s-w-ih1-f-t","jj nn rb"],swiftest:["s-w-ih1-f t-ah-s-t","jjs"],swiftly:["s-w-ih1-f-t l-iy","rb"],swiftness:["s-w-ih1-f-t n-ah-s","nn"],swig:["s-w-ih1-g","nn"],swim:["s-w-ih1-m","vb vbp nn"],swimmer:["s-w-ih1 m-er","nn"],swimming:["s-w-ih1 m-ih-ng","vbg jj nn"],swims:["s-w-ih1-m-z","vbz"],swimsuit:["s-w-ih1-m s-uw-t","nn"],swindle:["s-w-ih1-n-d-ah-l","vb"],swindled:["s-w-ih1-n d-ah-l-d","vbn vbd"],swindler:["s-w-ih1-n-d l-er","nn"],swindling:["s-w-ih1-n-d l-ih-ng","vbg"],swine:["s-w-ay1-n","nn"],swing:["s-w-ih1-ng","nn vbp jj vb"],swinger:["s-w-ih1 ng-er","nn"],swinging:["s-w-ih1 ng-ih-ng","vbg jj"],swipe:["s-w-ay1-p","nn vb"],swiped:["s-w-ay1-p-t","vbd vbn"],swipes:["s-w-ay1-p-s","vbz"],swiping:["s-w-ay1 p-ih-ng","vbg"],swirl:["s-w-er1-l","nn vb"],swirled:["s-w-er1-l-d","vbd"],swirling:["s-w-er1 l-ih-ng","vbg"],swish:["s-w-ih1-sh","vb"],swished:["s-w-ih1-sh-t","vbd vbn"],"switch":["s-w-ih1-ch","nn vb vbp"],switchboard:["s-w-ih1-ch b-ao-r-d","nn"],switched:["s-w-ih1-ch-t","vbd vbn jj"],switcher:["s-w-ih1 ch-er","nn"],switching:["s-w-ih1 ch-ih-ng","vbg"],swivel:["s-w-ih1 v-ah-l","jj nn vb"],swiveling:["s-w-ih1 v-ah-l ih-ng","vbg"],swollen:["s-w-ow1 l-ah-n","jj vbn"],swoon:["s-w-uw1-n","nn"],swooning:["s-w-uw1 n-ih-ng","nn"],swoop:["s-w-uw1-p","nn vb"],swooped:["s-w-uw1-p-t","vbd"],swooping:["s-w-uw1 p-ih-ng","vbg"],swoops:["s-w-uw1-p-s","nn vbz"],sword:["s-ao1-r-d","nn"],swordfish:["s-ao1-r-d f-ih-sh","nn"],swore:["s-w-ao1-r","vbd"],sworn:["s-w-ao1-r-n","vbn jj"],swum:["s-w-ah1-m","vbn"],swung:["s-w-ah1-ng","vbd vbn"],sycamore:["s-ih1 k-ah m-ao-r","nn"],sycophantic:["s-ih k-ah f-ae1-n t-ih-k","jj"],syllable:["s-ih1 l-ah b-ah-l","nn"],sylvan:["s-ih1-l v-ah-n","jj"],symbiotic:["s-ih-m b-iy aa1 t-ih-k","jj"],symbol:["s-ih1-m b-ah-l","nn"],symbolic:["s-ih-m b-aa1 l-ih-k","jj"],symbolically:["s-ih-m b-aa1 l-ih k-ah l-iy","rb"],symbolism:["s-ih1-m b-ah l-ih z-ah-m","nn"],symbolist:["s-ih1-m b-ah l-ah-s-t","nn"],symbolize:["s-ih1-m b-ah l-ay-z","vb vbp"],symbolized:["s-ih1-m b-ah l-ay-z-d","vbd vbn"],symbolizes:["s-ih1-m b-ah l-ay z-ah-z","vbz"],symbolizing:["s-ih1-m b-ah l-ay z-ih-ng","vbg"],symmetrical:["s-ah m-eh1 t-r-ih k-ah-l","jj"],symmetry:["s-ih1 m-ah t-r-iy","nn"],sympathetic:["s-ih-m p-ah th-eh1 t-ih-k","jj"],sympathetically:["s-ih-m p-ah th-eh1 t-ih k-ah l-iy","rb"],sympathize:["s-ih1-m p-ah th-ay-z","vbp vb"],sympathized:["s-ih1-m p-ah th-ay-z-d","vbd"],sympathizer:["s-ih1-m p-ah th-ay z-er","nn"],sympathy:["s-ih1-m p-ah th-iy","nn"],symphonic:["s-ih-m f-aa1 n-ih-k","jj"],symphony:["s-ih1-m f-ah n-iy","nn"],symposium:["s-ih-m p-ow1 z-iy ah-m","nn"],symptom:["s-ih1-m-p t-ah-m","nn"],symptomatic:["s-ih-m-p t-ah m-ae1 t-ih-k","jj"],synagogue:["s-ih1 n-ah g-ao-g","nn"],sync:["s-ih1-ng-k","nn"],synchronize:["s-ih1-ng-k-r-ah-n-ay-z","vb"],"synchronized":["s-ih1-ng k-r-ah n-ay-z-d","vbn jj"],syndicate:["s-ih1-n d-ih k-ah-t","nn vb"],syndicated:["s-ih1-n d-ih k-ey t-ih-d","vbn vbd jj"],syndicating:["s-ih1-n d-ih k-ey t-ih-ng","vbg"],syndication:["s-ih-n d-ih k-ey1 sh-ah-n","nn"],syndicator:["s-ih1-n d-ih k-ey t-er","nn"],syndrome:["s-ih1-n d-r-ow-m","nn"],synergistic:["s-ih n-er jh-ih1 s-t-ih-k","jj"],synergy:["s-ih1 n-er jh-iy","nn"],synonym:["s-ih1 n-ah n-ih-m","nn"],synonymous:["s-ah n-aa1 n-ah m-ah-s","jj"],synopsis:["s-ih n-aa1-p s-ih-s","nn"],synthesis:["s-ih1-n th-ah s-ah-s","nn"],synthesize:["s-ih1-n th-ah s-ay-z","vb"],synthesized:["s-ih1-n th-ih s-ay-z-d","vbn"],synthesizer:["s-ih1-n th-ah s-ay z-er","nn"],synthetic:["s-ih-n th-eh1 t-ih-k","jj nn"],syringe:["s-er ih1-n-jh","nn"],syrup:["s-er1 ah-p","nn"],system:["s-ih1 s-t-ah-m","nn"],systematic:["s-ih s-t-ah m-ae1 t-ih-k","jj"],systematically:["s-ih s-t-ah m-ae1 t-ih-k l-iy","rb"],systemic:["s-ih-s t-eh1 m-ih-k","jj"],systemwide:["s-ih1 s-t-ah-m w-ay-d","jj"],tab:["t-ae1-b","nn"],tabby:["t-ae1 b-iy","jj nn"],table:["t-ey1 b-ah-l","nn vb"],tableau:["t-ah b-l-ow1","nn"],tablecloth:["t-ey1 b-ah-l k-l-ao-th","nn"],tabled:["t-ey1 b-ah-l-d","vbn"],tablespoon:["t-ey1 b-ah-l s-p-uw-n","nn"],tablet:["t-ae1 b-l-ah-t","nn"],tableware:["t-ey1 b-ah-l w-eh-r","nn"],tabling:["t-ey1 b-ah-l ih-ng","vbg jj nn"],tabloid:["t-ae1 b-l-oy-d","nn jj"],taboo:["t-ae b-uw1","jj nn vb"],tabulate:["t-ae1 b-y-ah l-ey-t","vb"],tabulated:["t-ae1 b-y-ah l-ey t-ih-d","vbn jj vbd"],tabulation:["t-ae b-y-ah l-ey1 sh-ah-n","nn"],tacit:["t-ae1 s-ih-t","jj"],tacitly:["t-ae1 s-ih-t l-iy","rb"],tack:["t-ae1-k","nn vb vbp"],tacked:["t-ae1-k-t","vbd vbn"],tacking:["t-ae1 k-ih-ng","vbg"],tackle:["t-ae1 k-ah-l","vb vbp nn"],tackled:["t-ae1 k-ah-l-d","vbn"],tackling:["t-ae1 k-l-ih-ng","vbg"],tacky:["t-ae1 k-iy","jj"],taco:["t-aa1 k-ow","nn"],tact:["t-ae1-k-t","nn"],tactful:["t-ae1-k-t f-ah-l","jj"],tactic:["t-ae1-k t-ih-k","nn"],tactical:["t-ae1-k t-ih k-ah-l","jj"],tactically:["t-ae1-k t-ih k-ah l-iy","rb"],tactician:["t-ae-k t-ih1 sh-ah-n","nn"],tad:["t-ae1-d","nn rb"],tadpole:["t-ae1-d p-ow-l","nn"],taffeta:["t-ae1 f-ah t-ah","nn"],taffy:["t-ae1 f-iy","jj"],tag:["t-ae1-g","nn vb"],tagged:["t-ae1-g-d","vbn vbd jj"],tagging:["t-ae1 g-ih-ng","vbg"],tagline:["t-ae1 g-l-ay-n","nn"],tail:["t-ey1-l","nn jj vb"],tailgate:["t-ey1-l g-ey-t","nn"],tailing:["t-ey1 l-ih-ng","vbg"],tailor:["t-ey1 l-er","vb nn"],tailored:["t-ey1 l-er-d","vbn jj"],tailoring:["t-ey1 l-er ih-ng","vbg"],tailpipe:["t-ey1-l p-ay-p","nn"],tailspin:["t-ey1-l s-p-ih-n","nn"],taint:["t-ey1-n-t","nn vb vbp"],tainted:["t-ey1-n t-ih-d","vbn vbd jj"],take:["t-ey1-k","vb nn vbp"],taken:["t-ey1 k-ah-n","vbn vbg"],takeoff:["t-ey1-k ao-f","nn"],takeout:["t-ey1-k aw-t","nn"],takeover:["t-ey1-k ow v-er","nn"],taker:["t-ey1 k-er","nn"],takes:["t-ey1-k-s","vbz"],taking:["t-ey1 k-ih-ng","vbg"],tale:["t-ey1-l","nn"],talent:["t-ae1 l-ah-n-t","nn"],talented:["t-ae1 l-ah-n t-ah-d","jj"],talk:["t-ao1-k","vb vbp nn"],talkative:["t-ao1 k-ah t-ih-v","jj"],talked:["t-ao1-k-t","vbd vbn"],talker:["t-ao1 k-er","nn"],talking:["t-ao1 k-ih-ng","vbg"],talky:["t-ao1 k-iy","jj"],tall:["t-ao1-l","jj"],taller:["t-ao1 l-er","jjr"],tallest:["t-ao1 l-ih-s-t","jjs"],tallied:["t-ae1 l-iy-d","vbn vbd"],tallow:["t-ae1 l-ow","nn"],tally:["t-ae1 l-iy","nn vbp vb"],tallyho:["t-ae l-iy hh-ow1","nn"],tallying:["t-ae1 l-iy ih-ng","vbg"],tam:["t-ae1-m","nn"],tambourine:["t-ae-m b-er iy1-n","nn"],tame:["t-ey1-m","jj vb"],tamer:["t-ey1 m-er","jjr"],taming:["t-ey1 m-ih-ng","vbg"],tamper:["t-ae1-m p-er","vb"],tampered:["t-ae1-m p-er-d","vbd"],tampering:["t-ae1-m p-er ih-ng","vbg"],tampon:["t-ae1-m p-aa-n","nn"],tan:["t-ae1-n","jj nn"],tandem:["t-ae1-n d-ah-m","nn jj"],tang:["t-ae1-ng","nn"],tangent:["t-ae1-n jh-ah-n-t","jj nn"],tangential:["t-ae-n jh-eh1-n ch-ah-l","jj"],tangible:["t-ae1-n jh-ah b-ah-l","jj"],tangle:["t-ae1-ng g-ah-l","nn vbp vb"],tangled:["t-ae1-ng g-ah-l-d","jj vbd vbn"],tango:["t-ae1-ng g-ow","nn"],tank:["t-ae1-ng-k","nn vb"],tanked:["t-ae1-ng-k-t","vbn"],tanker:["t-ae1-ng k-er","nn"],tanned:["t-ae1-n-d","jj vbn"],tanning:["t-ae1 n-ih-ng","nn"],tansy:["t-ae1-n z-iy","nn"],tantalize:["t-ae1-n-t-ah-l-ay-z","vb"],tantalized:["t-ae1-n t-ah l-ay-z-d","vbn"],tantalizing:["t-ae1-n t-ah l-ay z-ih-ng","vbg jj"],tantalizingly:["t-ae1-n t-ah l-ay z-ih-ng l-iy","rb"],tantamount:["t-ae1-n t-ah m-aw-n-t","jj"],tantrum:["t-ae1-n t-r-ah-m","nn"],tap:["t-ae1-p","vb nn vbp"],tape:["t-ey1-p","nn vb vbp"],taped:["t-ey1-p-t","vbn jj vbd"],taper:["t-ey1 p-er","vb nn"],tapered:["t-ey1 p-er-d","jj vbn"],tapering:["t-ey1 p-er ih-ng","vbg"],tapestry:["t-ae1 p-ah-s t-r-iy","nn"],taping:["t-ey1 p-ih-ng","vbg"],tapped:["t-ae1-p-t","vbd vbn"],tappet:["t-ae1 p-ah-t","nn"],tapping:["t-ae1 p-ih-ng","vbg"],tar:["t-aa1-r","nn"],tardiness:["t-aa1-r d-iy n-ah-s","nn"],tardy:["t-aa1-r d-iy","jj"],target:["t-aa1-r g-ah-t","nn vbp vb"],targeted:["t-aa1-r g-ah t-ih-d","vbn vbd jj"],targeting:["t-aa1-r g-ah t-ih-ng","vbg"],tariff:["t-eh1 r-ah-f","nn"],tarmac:["t-aa1-r m-ae-k","nn"],tarnish:["t-aa1-r n-ih-sh","vb"],tarnished:["t-aa1-r n-ih-sh-t","vbn jj vbd"],tarpon:["t-aa1-r p-ah-n","nn"],tarred:["t-aa1-r-d","vbn vbd"],tarry:["t-eh1 r-iy","vb"],tart:["t-aa1-r-t","jj nn"],tartan:["t-aa1-r t-ah-n","nn"],task:["t-ae1-s-k","nn vb"],taskmaster:["t-ae1-s-k m-ae s-t-er","nn"],tassel:["t-ae1 s-ah-l","nn"],taste:["t-ey1-s-t","nn vb vbp"],tasted:["t-ey1 s-t-ah-d","vbd vbn"],tasteful:["t-ey1-s-t f-ah-l","jj"],tastefully:["t-ey1-s-t f-ah l-iy","rb"],tasteless:["t-ey1-s-t l-ah-s","jj"],tastier:["t-ey1 s-t-iy er","jjr"],tasting:["t-ey1 s-t-ih-ng","vbg"],tasty:["t-ey1 s-t-iy","jj"],tat:["t-ae1-t","vb"],tatter:["t-ae1-t-er","vb"],tattered:["t-ae1 t-er-d","jj vbn"],tattoo:["t-ae t-uw1","nn vb"],tattooed:["t-ae t-uw1-d","vbn"],taught:["t-ao1-t","vbn vbd"],taunt:["t-ao1-n-t","nn vb"],taunted:["t-ao1-n t-ih-d","vbd vbn"],taunting:["t-ao1-n t-ih-ng","vbg"],taut:["t-ao1-t","jj rb"],tavern:["t-ae1 v-er-n","nn"],tawdry:["t-ao1 d-r-iy","jj"],tax:["t-ae1-k-s","nn vb vbp"],taxable:["t-ae1-k s-ah b-ah-l","jj"],taxation:["t-ae-k s-ey1 sh-ah-n","nn"],taxed:["t-ae1-k-s-t","vbn jj vbd"],taxi:["t-ae1-k s-iy","nn vb"],taxicab:["t-ae1-k s-iy k-ae-b","nn"],taxied:["t-ae1-k s-iy-d","vbd"],taxiing:["t-ae1-k s-iy ih-ng","vbg"],taxing:["t-ae1-k s-ih-ng","vbg jj nn"],taxpayer:["t-ae1-k s-p-ey er","nn"],taxpaying:["t-ae1-k s-p-ey ih-ng","jj"],tea:["t-iy1","nn"],teach:["t-iy1-ch","vb vbp"],teacher:["t-iy1 ch-er","nn"],teaches:["t-iy1 ch-ah-z","vbz"],teaching:["t-iy1 ch-ih-ng","vbg"],teakwood:["t-iy1-k w-uh-d","nn"],team:["t-iy1-m","nn vb vbp"],teamed:["t-iy1-m-d","vbd vbn"],teaming:["t-iy1 m-ih-ng","vbg"],teammate:["t-iy1 m-ey-t","nn"],teamster:["t-iy1-m s-t-er","nn"],teamwork:["t-iy1-m w-er-k","nn"],teapot:["t-iy1 p-aa-t","nn"],tear:["t-eh1-r","vb vbp nn"],tearfully:["t-ih1-r f-ah l-iy","rb"],tearing:["t-eh1 r-ih-ng","vbg"],tease:["t-iy1-z","vb nn vbp"],teased:["t-iy1-z-d","vbn vbd"],teaser:["t-iy1 z-er","nn"],teasing:["t-iy1 z-ih-ng","jj vbg"],teaspoon:["t-iy1 s-p-uw-n","nn"],teat:["t-iy1-t","nn"],tebuthiuron:["t-eh b-ah th-y-uw1 r-aa-n","nn"],tech:["t-eh1-k","nn"],technical:["t-eh1-k n-ih k-ah-l","jj"],technicality:["t-eh-k n-ih k-ae1 l-ih t-iy","nn"],technically:["t-eh1-k n-ih k-ah l-iy","rb"],technician:["t-eh-k n-ih1 sh-ah-n","nn"],technique:["t-eh-k n-iy1-k","nn"],technocrat:["t-eh1-k n-ah k-r-ae-t","nn"],technocratic:["t-eh-k n-ah k-r-ae1 t-ih-k","jj"],technological:["t-eh-k n-ah l-aa1 jh-ih k-ah-l","jj"],technologically:["t-eh-k n-ah l-aa1 jh-ih k-ah l-iy","rb"],technologist:["t-eh-k n-aa1 l-ah jh-ih-s-t","nn"],technology:["t-eh-k n-aa1 l-ah jh-iy","nn"],teddy:["t-eh1 d-iy","nn"],tedious:["t-iy1 d-iy ah-s","jj"],tediously:["t-iy1 d-iy ah-s l-iy","rb"],tedium:["t-iy1 d-iy ah-m","nn"],tee:["t-iy1","nn vb"],teed:["t-iy1-d","vbd vbn"],teem:["t-iy1-m","vb"],teeming:["t-iy1 m-ih-ng","vbg"],teems:["t-iy1-m-z","vbz"],teen:["t-iy1-n","jj nn"],teenage:["t-iy1 n-ey-jh","jj"],teenager:["t-iy1-n ey jh-er","nn"],teensy:["t-iy1-n s-iy","jj"],teeter:["t-iy1-t-er","vb"],teetered:["t-iy1 t-er-d","vbd"],teetering:["t-iy1 t-er ih-ng","vbg jj"],teething:["t-iy1 dh-ih-ng","vbg"],telecast:["t-eh1 l-ah k-ae-s-t","nn"],telecom:["t-eh1 l-ah k-aa-m","nn"],telecommunication:["t-eh l-ah k-ah m-y-uw n-ih k-ey1 sh-ah-n","nn"],telecommunications:["t-eh l-ah k-ah m-y-uw n-ah k-ey1 sh-ah-n-z","nn"],telegram:["t-eh1 l-ah g-r-ae-m","nn"],telegraph:["t-eh1 l-ah g-r-ae-f","nn vbp vb"],telegraphed:["t-eh1 l-ah g-r-ae-f-t","vbd"],telemarketer:["t-eh l-ah m-aa1-r k-ih t-er","nn"],telemarketing:["t-eh l-ah m-aa1-r k-ah t-ih-ng","nn"],telepathy:["t-ah l-eh1 p-ah th-iy","nn"],telephone:["t-eh1 l-ah f-ow-n","nn vb"],telephoned:["t-eh1 l-ah f-ow-n-d","vbd vbn"],telephoning:["t-eh1 l-ah f-ow n-ih-ng","vbg"],telescope:["t-eh1 l-ah s-k-ow-p","nn vb"],teletype:["t-eh1 l-ah t-ay-p","nn"],televise:["t-eh1-l-ah-v-ay-z","vb"],televised:["t-eh1 l-ah v-ay-z-d","vbn jj"],televising:["t-eh1 l-ah v-ay z-ih-ng","nn"],television:["t-eh1 l-ah v-ih zh-ah-n","nn"],televison:["t-eh1 l-ih v-ih zh-ah-n","nn"],telex:["t-eh1 l-eh-k-s","nn"],tell:["t-eh1-l","vb vbp"],teller:["t-eh1 l-er","nn"],telling:["t-eh1 l-ih-ng","vbg jj nn"],tellingly:["t-eh1 l-ih-ng l-iy","rb"],tells:["t-eh1-l-z","vbz"],telltale:["t-eh1-l t-ey-l","jj nn"],temblor:["t-eh1-m b-l-er","nn"],temerity:["t-ah m-eh1 r-ah t-iy","nn"],temp:["t-eh1-m-p","nn"],temper:["t-eh1-m p-er","nn vb"],tempera:["t-eh1-m p-er ah","nn"],temperament:["t-eh1-m p-r-ah m-ah-n-t","nn"],temperamental:["t-eh-m p-r-ah m-eh1-n t-ah-l","jj"],temperance:["t-eh1-m p-er ah-n-s","nn"],temperate:["t-eh1-m p-r-ah-t","jj"],temperature:["t-eh1-m p-r-ah ch-er","nn"],tempered:["t-eh1-m p-er-d","vbn vbd"],tempering:["t-eh1-m p-er ih-ng","vbg"],tempest:["t-eh1-m p-ah-s-t","nn"],tempestuous:["t-eh-m p-eh1-s ch-uw ah-s","jj"],template:["t-eh1-m p-l-ah-t","nn"],temple:["t-eh1-m p-ah-l","nn"],tempo:["t-eh1-m p-ow","nn"],temporal:["t-eh1-m p-er ah-l","jj nn"],temporally:["t-eh1-m p-er ah l-iy","rb"],temporarily:["t-eh-m p-er eh1 r-ah l-iy","rb"],temporary:["t-eh1-m p-er eh r-iy","jj"],tempore:["t-eh1-m p-ao-r","nn"],temporize:["t-eh1-m-p-er-ay-z","vb"],temporizing:["t-eh1-m p-er ay z-ih-ng","vbg"],tempt:["t-eh1-m-p-t","vb vbp"],temptation:["t-eh-m t-ey1 sh-ah-n","nn"],tempted:["t-eh1-m-p t-ah-d","vbn vbd"],tempting:["t-eh1-m-p t-ih-ng","jj"],tempts:["t-eh1-m-p-t-s","vbz"],ten:["t-eh1-n","nn"],tenable:["t-eh1 n-ah b-ah-l","jj"],tenacious:["t-ah n-ey1 sh-ah-s","jj"],tenaciously:["t-ah n-ey1 sh-ah-s l-iy","rb"],tenacity:["t-ah n-ae1 s-ih t-iy","nn"],tenancy:["t-eh1 n-ah-n s-iy","nn"],tenant:["t-eh1 n-ah-n-t","nn"],tend:["t-eh1-n-d","vbp vb"],tended:["t-eh1-n d-ah-d","vbd vbn jj"],tendency:["t-eh1-n d-ah-n s-iy","nn"],tendentious:["t-eh-n d-eh1-n sh-ah-s","jj"],tender:["t-eh1-n d-er","nn vbp jj vb"],tendered:["t-eh1-n d-er-d","vbn jj vbd"],tendering:["t-eh1-n d-er ih-ng","vbg"],tenderly:["t-eh1-n d-er l-iy","rb"],tenderness:["t-eh1-n d-er n-ah-s","nn"],tending:["t-eh1-n d-ih-ng","vbg"],tendon:["t-eh1-n d-ah-n","nn"],tends:["t-eh1-n-d-z","vbz"],tenement:["t-eh1 n-ah m-ah-n-t","nn"],tenet:["t-eh1 n-ah-t","nn"],tenfold:["t-eh1-n f-ow-l-d","rb jj"],tennis:["t-eh1 n-ah-s","nn"],tenor:["t-eh1 n-er","nn"],tense:["t-eh1-n-s","jj nn"],tensely:["t-eh1-n-s l-iy","rb"],tensile:["t-eh1-n s-ah-l","jj"],tension:["t-eh1-n sh-ah-n","nn"],tent:["t-eh1-n-t","nn"],tentacle:["t-eh1-n t-ah k-ah-l","nn"],tentative:["t-eh1-n t-ah t-ih-v","jj nn"],tentatively:["t-eh1-n t-ah t-ih-v l-iy","rb"],tenth:["t-eh1-n-th","jj nn"],tenting:["t-eh1-n t-ih-ng","nn"],tenuous:["t-eh1 n-y-ah-w ah-s","jj"],tenure:["t-eh1 n-y-er","nn"],tepid:["t-eh1 p-ih-d","jj"],tequila:["t-ah k-iy1 l-ah","nn"],term:["t-er1-m","nn vb vbp"],termed:["t-er1-m-d","vbd vbn"],terminal:["t-er1 m-ah n-ah-l","nn jj"],terminate:["t-er1 m-ah n-ey-t","vb vbp"],terminated:["t-er1 m-ah n-ey t-ah-d","vbn vbd"],terminates:["t-er1 m-ih n-ey-t-s","vbz"],terminating:["t-er1 m-ah n-ey t-ih-ng","vbg"],termination:["t-er m-ah n-ey1 sh-ah-n","nn"],terming:["t-er1 m-ih-ng","vbg"],terminology:["t-er m-ih n-aa1 l-ah jh-iy","nn"],terminus:["t-er1 m-ih n-ah-s","nn"],termite:["t-er1 m-ay-t","nn"],terra:["t-eh1 r-ah","nn"],terrace:["t-eh1 r-ah-s","nn vb"],terraced:["t-eh1 r-ah-s-t","vbn"],terrain:["t-er ey1-n","nn"],terrestrial:["t-er eh1-s t-r-iy ah-l","jj"],terrible:["t-eh1 r-ah b-ah-l","jj"],terribly:["t-eh1 r-ah b-l-iy","rb"],terrier:["t-eh1 r-iy er","nn"],terrific:["t-er ih1 f-ih-k","jj"],terrified:["t-eh1 r-ah f-ay-d","vbn jj vbd"],terrifies:["t-eh1 r-ah f-ay-z","vbz"],terrify:["t-eh1 r-ah f-ay","vb"],terrifying:["t-eh1 r-ah f-ay ih-ng","jj vbg"],territorial:["t-eh r-ih t-ao1 r-iy ah-l","jj nn"],territory:["t-eh1 r-ih t-ao r-iy","nn"],terror:["t-eh1 r-er","nn"],terrorism:["t-eh1 r-er ih z-ah-m","nn"],terrorist:["t-eh1 r-er ih-s-t","jj nn"],terroristic:["t-eh r-er ih1 s-t-ih-k","jj"],terrorize:["t-eh1 r-er ay-z","vb"],terrorized:["t-eh1 r-er ay-z-d","vbn vbd"],terrorizing:["t-eh1 r-er ay z-ih-ng","vbg"],terry:["t-eh1 r-iy","nn"],terse:["t-er1-s","jj"],tersely:["t-er1-s l-iy","rb"],tertiary:["t-er1 sh-er iy","jj"],test:["t-eh1-s-t","nn vbp vb"],testament:["t-eh1 s-t-ah m-ah-n-t","nn"],tested:["t-eh1 s-t-ah-d","vbn vbd jj"],tester:["t-eh1 s-t-er","nn"],testicle:["t-eh1 s-t-ih k-ah-l","nn"],testified:["t-eh1 s-t-ah f-ay-d","vbd vbn"],testifies:["t-eh1 s-t-ah f-ay-z","vbz"],testify:["t-eh1 s-t-ah f-ay","vb vbp"],testifying:["t-eh1 s-t-ah f-ay ih-ng","vbg"],testily:["t-eh1 s-t-ah l-iy","rb"],testimonial:["t-eh s-t-ah m-ow1 n-iy ah-l","jj nn"],testimony:["t-eh1 s-t-ah m-ow n-iy","nn"],testing:["t-eh1 s-t-ih-ng","vbg"],testosterone:["t-eh s-t-aa1 s-t-er ow-n","nn"],testy:["t-eh1 s-t-iy","jj"],tetanus:["t-eh1 t-ah n-ah-s","nn"],tether:["t-eh1-dh-er","vb"],tethered:["t-eh1 dh-er-d","vbn vbd jj"],text:["t-eh1-k-s-t","nn"],textbook:["t-eh1-k-s-t b-uh-k","nn"],textile:["t-eh1-k s-t-ay-l","nn jj"],textual:["t-eh1-k-s ch-ah w-ah-l","jj"],texture:["t-eh1-k-s ch-er","nn"],textured:["t-eh1-k-s ch-er-d","jj"],thallium:["th-ae1 l-iy ah-m","nn"],than:["dh-ae1-n","in rb rbr"],thank:["th-ae1-ng-k","vb vbp"],thanked:["th-ae1-ng-k-t","vbd vbn"],thankful:["th-ae1-ng-k f-ah-l","jj"],thankfully:["th-ae1-ng-k f-ah l-iy","rb"],thanking:["th-ae1-ng k-ih-ng","vbg"],thankless:["th-ae1-ng-k l-ah-s","jj"],thanks:["th-ae1-ng-k-s","uh"],thanksgiving:["th-ae-ng-k-s g-ih1 v-ih-ng","nn"],thar:["th-aa1-r","rb"],that:["dh-ae1-t","in dt nn rb rp uh wp wdt"],thatch:["th-ae1-ch","nn"],thaw:["th-ao1","nn vb"],thawed:["th-ao1-d","vbn"],thawing:["th-ao1 ih-ng","vbg"],the:["dh-ah","dt"],theater:["th-iy1 ah t-er","nn"],theatergoer:["th-iy1 t-er g-ow er","nn"],theatrical:["th-iy ae1 t-r-ih k-ah-l","jj nn"],theatricality:["th-iy ae t-r-ah k-ae1 l-ah t-iy","nn"],theatrically:["th-iy ae1 t-r-ih k-ah l-iy","rb"],theft:["th-eh1-f-t","nn"],their:["dh-eh1-r","prp$"],theirs:["dh-eh1-r-z","prp jj"],them:["dh-eh1-m","prp dt"],thematic:["th-iy m-ae1 t-ih-k","jj"],theme:["th-iy1-m","nn vb"],themed:["th-iy1-m-d","vbn jj"],themselves:["dh-eh-m s-eh1-l-v-z","prp"],then:["dh-eh1-n","rb in jj"],thence:["dh-eh1-n-s","rb"],thenceforth:["dh-eh-n-s f-ao1-r-th","cc"],theocracy:["th-iy aa1 k-r-ah s-iy","nn"],theologian:["th-iy ah l-ow1 jh-iy ah-n","nn"],theological:["th-iy ah l-aa1 jh-ih k-ah-l","jj"],theology:["th-iy aa1 l-ah jh-iy","nn"],theorem:["th-ih1 r-ah-m","nn"],theoretical:["th-iy er eh1 t-ih k-ah-l","jj"],theoretically:["th-iy er eh1 t-ih k-ah l-iy","rb"],theoretician:["th-iy er ah t-ih1 sh-ah-n","nn"],theorist:["th-iy1 er ih-s-t","nn"],theorize:["th-iy1 er ay-z","vbp vb"],theorized:["th-iy1 er ay-z-d","vbd"],theorizing:["th-iy1 er ay z-ih-ng","nn"],theory:["th-ih1 r-iy","nn"],therapeutic:["th-eh r-ah p-y-uw1 t-ih-k","jj nn"],therapist:["th-eh1 r-ah p-ah-s-t","nn"],therapy:["th-eh1 r-ah p-iy","nn"],there:["dh-eh1-r","ex rb uh"],thereabouts:["dh-eh r-ah b-aw1-t-s","rb"],thereafter:["dh-eh r-ae1-f t-er","rb"],thereby:["dh-eh1-r b-ay1","rb"],therefore:["dh-eh1-r f-ao-r","rb cc"],therein:["dh-eh r-ih1-n","rb"],thereof:["th-eh r-ah1-v","rb"],thereupon:["dh-eh r-ah p-aa1-n","rb"],thermal:["th-er1 m-ah-l","jj"],thermometer:["th-er m-aa1 m-ah t-er","nn"],thermonuclear:["th-er m-ow n-uw1 k-l-iy er","jj"],thermoplastic:["th-er m-ah p-l-ae1 s-t-ih-k","jj"],thermos:["th-er1 m-ah-s","nn"],thermostat:["th-er1 m-ah s-t-ae-t","nn"],thesaurus:["th-ah s-ao1 r-ah-s","nn"],these:["dh-iy1-z","dt"],thesis:["th-iy1 s-ah-s","nn"],thespian:["th-eh1 s-p-iy ah-n","jj"],they:["dh-ey1","prp"],thiamin:["th-ay1 ah m-ah-n","nn"],thick:["th-ih1-k","jj nn rb"],thicken:["th-ih1 k-ah-n","vb"],thickened:["th-ih1 k-ah-n-d","vbn vbd"],thickening:["th-ih1 k-ah n-ih-ng","vbg"],thickens:["th-ih1 k-ah-n-z","vbz"],thicker:["th-ih1 k-er","jjr"],thicket:["th-ih1 k-ih-t","nn"],thickly:["th-ih1-k l-iy","rb"],thickness:["th-ih1-k n-ah-s","nn"],thief:["th-iy1-f","nn"],thieve:["th-iy1-v","vb"],thieving:["th-iy1 v-ih-ng","vbg jj nn"],thigh:["th-ay1","nn"],thimble:["th-ih1-m b-ah-l","nn"],thin:["th-ih1-n","jj rb vb"],thine:["dh-ay1-n","jj"],thing:["th-ih1-ng","nn"],think:["th-ih1-ng-k","vbp vb nn"],thinker:["th-ih1-ng k-er","nn"],thinking:["th-ih1-ng k-ih-ng","vbg jj"],thinks:["th-ih1-ng-k-s","vbz"],thinly:["th-ih1-n l-iy","rb"],thinned:["th-ih1-n-d","vbn vbd"],thinner:["th-ih1 n-er","jjr nn"],thinness:["th-ih1-n n-ih-s","nn"],thinnest:["th-ih1 n-ih-s-t","jjs"],thinning:["th-ih1 n-ih-ng","vbg"],third:["th-er1-d","nn jj rb"],thirst:["th-er1-s-t","nn"],thirsty:["th-er1 s-t-iy","jj"],thirteenth:["th-er1 t-iy1-n-th","jj nn"],thirtieth:["th-er1 t-iy ah-th","jj"],thirty:["th-er1 t-iy","nn"],"this":["dh-ih1-s","dt rb pdt"],thistle:["th-ih1 s-ah-l","nn"],thong:["th-ao1-ng","nn"],thorn:["th-ao1-r-n","nn"],thorny:["th-ao1-r n-iy","jj"],thorough:["th-er1 ow","jj"],thoroughbred:["th-er1 ow b-r-eh1-d","jj nn"],thoroughfare:["th-er1 ow f-eh-r","nn"],thoroughly:["th-er1 ow l-iy","rb"],thoroughness:["th-er1 ow n-ah-s","nn"],those:["dh-ow1-z","dt"],though:["dh-ow1","in rb"],thought:["th-ao1-t","vbd nn vbn"],thoughtful:["th-ao1-t f-ah-l","jj"],thoughtfully:["th-ao1-t f-ah l-iy","rb"],thoughtless:["th-ao1-t l-ah-s","jj"],thousand:["th-aw1 z-ah-n-d","nn"],thousandth:["th-aw1 z-ah-n-d-th","jj"],thrall:["th-r-ao1-l","nn"],thrash:["th-r-ae1-sh","vb"],thrashed:["th-r-ae1-sh-t","vbd vbn"],thrashing:["th-r-ae1 sh-ih-ng","nn vbg"],thread:["th-r-eh1-d","nn vb"],threadbare:["th-r-eh1-d b-eh-r","jj"],threaded:["th-r-eh1 d-ah-d","vbn"],threading:["th-r-eh1 d-ih-ng","vbg"],threat:["th-r-eh1-t","nn"],threaten:["th-r-eh1 t-ah-n","vb vbp"],threatened:["th-r-eh1 t-ah-n-d","vbn vbd jj"],threatening:["th-r-eh1 t-ah-n ih-ng","vbg jj"],threateningly:["th-r-eh1 t-ah-n ih-ng l-iy","rb"],threatens:["th-r-eh1 t-ah-n-z","vbz"],three:["th-r-iy1","cd"],threefold:["th-r-iy1 f-ow-l-d","jj rb"],threemonth:["th-r-iy1 m-ah-n-th","jj"],threesome:["th-r-iy1 s-ah-m","nn"],threshold:["th-r-eh1-sh ow-l-d","nn"],threw:["th-r-uw1","vbd"],thrice:["th-r-ay1-s","rb"],thrift:["th-r-ih1-f-t","nn"],thrifty:["th-r-ih1-f t-iy","jj"],thrill:["th-r-ih1-l","nn vb"],thrilled:["th-r-ih1-l-d","vbn jj vbd"],thriller:["th-r-ih1 l-er","nn"],thrilling:["th-r-ih1 l-ih-ng","jj"],thrips:["th-r-ih1-p-s","nn"],thrive:["th-r-ay1-v","vb vbp"],thrived:["th-r-ay1-v-d","vbd vbn"],thrives:["th-r-ay1-v-z","vbz"],thriving:["th-r-ay1 v-ih-ng","vbg jj"],throat:["th-r-ow1-t","nn"],throb:["th-r-aa1-b","vb"],throbbing:["th-r-aa1 b-ih-ng","vbg"],thrombosis:["th-r-aa-m b-ow1 s-ah-s","nn"],throne:["th-r-ow1-n","nn"],throng:["th-r-ao1-ng","nn vb vbp"],throttle:["th-r-aa1 t-ah-l","nn vb"],throttled:["th-r-aa1 t-ah-l-d","vbn"],throttling:["th-r-aa1 t-ah-l ih-ng","vbg"],through:["th-r-uw1","in jj rb rp"],throughout:["th-r-uw aw1-t","in rb"],throughput:["th-r-uw1 p-uh-t","nn"],"throw":["th-r-ow1","vb vbp nn"],throwaway:["th-r-ow1 ah w-ey","jj"], +throwback:["th-r-ow1 b-ae-k","nn"],thrower:["th-r-ow1 er","nn"],throwing:["th-r-ow1 ih-ng","vbg"],thrown:["th-r-ow1-n","vbn"],"throws":["th-r-ow1-z","vbz"],thru:["th-r-uw1","nn in"],thrust:["th-r-ah1-s-t","nn vbd vbn vb"],thrusting:["th-r-ah1 s-t-ih-ng","vbg"],thruway:["th-r-uw1 w-ey","nn"],thud:["th-ah1-d","nn vb"],thug:["th-ah1-g","nn"],thum:["th-ah1-m","prp"],thumb:["th-ah1-m","nn vb"],thumbed:["th-ah1-m-d","vbd vbn"],thumbing:["th-ah1 m-ih-ng","vbg"],thumbnail:["th-ah1-m n-ey-l","nn"],thump:["th-ah1-m-p","nn vb"],thumped:["th-ah1-m-p-t","vbd"],thumping:["th-ah1-m p-ih-ng","vbg"],thunder:["th-ah1-n d-er","nn vb vbp"],thundered:["th-ah1-n d-er-d","vbd"],thundering:["th-ah1-n d-er ih-ng","vbg jj"],thunderous:["th-ah1-n d-er ah-s","jj"],thunders:["th-ah1-n d-er-z","vbz"],thunderstorm:["th-ah1-n d-er s-t-ao-r-m","nn"],thunderstruck:["th-ah1-n d-er s-t-r-ah-k","jj"],thus:["dh-ah1-s","rb"],thwart:["th-w-ao1-r-t","vb nn rb"],thwarted:["th-w-ao1-r t-ah-d","vbn vbd"],thwarting:["th-w-ao1-r t-ih-ng","vbg"],thyroid:["th-ay1 r-oy-d","nn"],tick:["t-ih1-k","vb nn"],ticked:["t-ih1-k-t","vbd vbn jj"],ticker:["t-ih1 k-er","nn"],ticket:["t-ih1 k-ah-t","nn vb"],ticketed:["t-ih1 k-ah t-ih-d","vbn"],ticketing:["t-ih1 k-ah t-ih-ng","vbg"],ticking:["t-ih1 k-ih-ng","vbg"],tickle:["t-ih1-k-ah-l","vb"],tickled:["t-ih1 k-ah-l-d","vbd vbn"],ticklish:["t-ih1 k-ah-l ih-sh","jj"],tidal:["t-ay1 d-ah-l","jj"],tidbit:["t-ih1-d b-ih-t","nn"],tide:["t-ay1-d","nn vb"],tidewater:["t-ay1-d w-ao t-er","nn"],tidings:["t-ay1 d-ih-ng-z","nn"],tidy:["t-ay1 d-iy","jj"],tie:["t-ay1","nn vbp vb"],tied:["t-ay1-d","vbn jj vbd"],tier:["t-iy1-r","nn"],tiered:["t-iy1-r-d","jj"],tiff:["t-ih1-f","nn"],tiger:["t-ay1 g-er","nn"],tight:["t-ay1-t","jj rb"],tighten:["t-ay1 t-ah-n","vb vbp"],tightened:["t-ay1 t-ah-n-d","vbd vbn"],tightening:["t-ay1 t-ah-n ih-ng","vbg jj nn"],tightens:["t-ay1 t-ah-n-z","vbz"],tighter:["t-ay1 t-er","jjr rbr"],tightest:["t-ay1 t-ah-s-t","jjs rbs"],tightfisted:["t-ay1-t f-ih1 s-t-ih-d","jj"],tightly:["t-ay1-t l-iy","rb"],tightness:["t-ay1-t n-ah-s","nn"],tightrope:["t-ay1-t r-ow-p","nn"],tile:["t-ay1-l","nn vb"],tiled:["t-ay1-l-d","jj vbn"],till:["t-ih1-l","in vb"],tiller:["t-ih1 l-er","nn"],tilling:["t-ih1 l-ih-ng","vbg"],tilt:["t-ih1-l-t","nn jj vb"],tilted:["t-ih1-l t-ah-d","vbd vbn jj"],tilth:["t-ih1-l-th","nn"],tilting:["t-ih1-l t-ih-ng","vbg"],tilts:["t-ih1-l-t-s","vbz"],timber:["t-ih1-m b-er","nn vb"],timberland:["t-ih1-m b-er l-ae-n-d","nn"],timbre:["t-ih1-m b-er","nn"],time:["t-ay1-m","nn vb"],timed:["t-ay1-m-d","vbn vbd jj"],timeless:["t-ay1-m l-ah-s","jj"],timeliness:["t-ay1-m l-iy n-ah-s","nn"],timely:["t-ay1-m l-iy","jj rb"],timepiece:["t-ay1-m p-iy-s","nn"],timer:["t-ay1 m-er","nn"],times:["t-ay1-m-z","vbz cc rb"],timetable:["t-ay1-m t-ey b-ah-l","nn"],timid:["t-ih1 m-ih-d","jj"],timidity:["t-ah m-ih1 d-ah t-iy","nn"],timidly:["t-ih1 m-ah-d l-iy","rb"],timing:["t-ay1 m-ih-ng","nn vbg"],timorous:["t-ih1 m-er ah-s","jj"],timpani:["t-ih1-m p-ah n-iy","nn"],tin:["t-ih1-n","nn"],tincture:["t-ih1-ng-k ch-er","nn"],tinder:["t-ih1-n d-er","nn"],tine:["t-ay1-n","nn"],ting:["t-ih1-ng","vb"],tinged:["t-ih1-ng-d","vbn"],tingle:["t-ih1-ng-g-ah-l","vb"],tingling:["t-ih1-ng g-ah-l ih-ng","vbg"],tinier:["t-ay1 n-iy er","nn"],tiniest:["t-ay1 n-iy ah-s-t","jjs"],tinker:["t-ih1-ng k-er","vb"],tinkered:["t-ih1-ng k-er-d","vbn"],tinkering:["t-ih1-ng k-er ih-ng","vbg"],tinkle:["t-ih1-ng-k-ah-l","vb"],tinkled:["t-ih1-ng k-ah-l-d","vbd"],tinkling:["t-ih1-ng k-ah-l ih-ng","vbg"],tinny:["t-ih1 n-iy","jj nn"],tinsel:["t-ih1-n s-ah-l","nn"],tint:["t-ih1-n-t","vb vbp nn"],tinted:["t-ih1-n t-ih-d","vbn jj"],tintype:["t-ih1-n t-ay-p","nn"],tiny:["t-ay1 n-iy","jj"],tip:["t-ih1-p","nn vb vbp"],tipoff:["t-ih1 p-ao-f","nn"],tipped:["t-ih1-p-t","vbd vbn"],tipper:["t-ih1 p-er","nn"],tipping:["t-ih1 p-ih-ng","vbg"],tipple:["t-ih1 p-ah-l","vb vbp"],tipsy:["t-ih1-p s-iy","jj"],tiptoe:["t-ih1-p t-ow","vb"],tiptoed:["t-ih1-p t-ow-d","vbd vbn"],tiptoeing:["t-ih1-p t-ow ih-ng","vbg"],tirade:["t-ay r-ey1-d","nn"],tire:["t-ay1 er","nn vbp vb"],tired:["t-ay1 er-d","vbn jj vbd"],tireless:["t-ay1 er l-ah-s","jj"],tirelessly:["t-ay1-r l-ah-s l-iy","rb"],tiremaker:["t-ay1-r m-ey k-er","nn"],tiresome:["t-ay1 er s-ah-m","jj"],tiring:["t-ay1 r-ih-ng","vbg"],tissue:["t-ih1 s-y-uw","nn"],titan:["t-ay1 t-ah-n","nn"],titanate:["t-ay1 t-ah n-ey-t","nn"],titanic:["t-ay t-ae1 n-ih-k","jj"],titanium:["t-ay t-ey1 n-iy ah-m","nn"],titillate:["t-ih1-t-ah-l-ey-t","vb"],titillating:["t-ih1 t-ah l-ey t-ih-ng","vbg"],title:["t-ay1 t-ah-l","nn vb"],titled:["t-ay1 t-ah-l-d","vbn jj vbd"],titter:["t-ih1 t-er","nn vb vbp"],titular:["t-ih1 ch-ah l-er","jj"],to:["t-uw1","to rb"],toad:["t-ow1-d","nn"],toast:["t-ow1-s-t","nn vb"],toasted:["t-ow1 s-t-ih-d","vbd vbn"],toaster:["t-ow1 s-t-er","nn"],toasting:["t-ow1 s-t-ih-ng","vbg"],tobacco:["t-ah b-ae1 k-ow","nn"],today:["t-ah d-ey1","nn jj rb"],toddler:["t-aa1-d l-er","nn"],toe:["t-ow1","nn vb"],toehold:["t-ow1 hh-ow-l-d","nn"],toenail:["t-ow1 n-ey-l","nn"],toffee:["t-aa1 f-iy","nn"],tofu:["t-ow1 f-uw","nn"],tog:["t-aa1-g","nn"],toga:["t-ow1 g-ah","nn"],together:["t-ah g-eh1 dh-er","rb in rp"],togetherness:["t-ah g-eh1 dh-er n-ah-s","nn"],toil:["t-oy1-l","vbp nn vb"],toiled:["t-oy1-l-d","vbd vbn"],toilet:["t-oy1 l-ah-t","nn"],toiletry:["t-oy1 l-ah t-r-iy","nn"],toiling:["t-oy1 l-ih-ng","vbg"],token:["t-ow1 k-ah-n","jj nn"],told:["t-ow1-l-d","vbd vbn"],tole:["t-ow1-l","nn"],tolerable:["t-aa1 l-er ah b-ah-l","jj"],tolerance:["t-aa1 l-er ah-n-s","nn"],tolerant:["t-aa1 l-er ah-n-t","jj"],tolerate:["t-aa1 l-er ey-t","vb vbp"],tolerated:["t-aa1 l-er ey t-ah-d","vbn vbd"],tolerates:["t-ao1 l-er ey-t-s","vbz"],tolerating:["t-aa1 l-er ey t-ih-ng","vbg jj"],toleration:["t-aa l-er ey1 sh-ah-n","nn"],toll:["t-ow1-l","nn vb"],tomato:["t-ah m-ey1 t-ow","nn"],tomb:["t-uw1-m","nn"],tomblike:["t-uw1-m l-ay-k","jj"],tombstone:["t-uw1-m s-t-ow-n","nn"],tome:["t-ow1-m","nn"],tomorrow:["t-ah m-aa1 r-ow","nn jj rb"],ton:["t-ah1-n","nn"],tonal:["t-ow1 n-ah-l","jj"],tonality:["t-ow n-ae1 l-ah t-iy","nn"],tone:["t-ow1-n","nn vb"],toned:["t-ow1-n-d","vbn"],toner:["t-ow1 n-er","nn"],tongs:["t-aa1-ng-z","nn"],tongue:["t-ah1-ng","nn vb"],tongued:["t-ah1-ng-d","vbd jj"],tonic:["t-aa1 n-ih-k","nn"],toniest:["t-ow n-iy1-s-t","jjs"],tonight:["t-ah n-ay1-t","rb nn"],tonnage:["t-ah1 n-ah-jh","nn"],tonsil:["t-aa1-n s-ah-l","nn"],tony:["t-ow1 n-iy","jj"],too:["t-uw1","rb"],took:["t-uh1-k","vbd"],tool:["t-uw1-l","nn vb"],tooling:["t-uw1 l-ih-ng","vbg"],tooth:["t-uw1-th","nn rb"],toothbrush:["t-uw1-th b-r-ah-sh","nn"],toothless:["t-uw1-th l-ah-s","jj"],toothpaste:["t-uw1-th p-ey-s-t","nn"],top:["t-aa1-p","jj nn vbp rb vb"],topaz:["t-ow1 p-ae-z","nn"],topiary:["t-ow1 p-iy eh r-iy","jj"],topic:["t-aa1 p-ih-k","nn"],topical:["t-aa1 p-ah k-ah-l","jj"],topless:["t-aa1-p l-ah-s","jj"],topographic:["t-aa p-ah g-r-ae1 f-ih-k","jj"],topography:["t-ah p-aa1 g-r-ah f-iy","nn"],topped:["t-aa1-p-t","vbd vbn"],topper:["t-aa1 p-er","nn"],topping:["t-aa1 p-ih-ng","vbg"],topple:["t-aa1 p-ah-l","vb"],toppled:["t-aa1 p-ah-l-d","vbn vbd"],toppling:["t-aa1 p-ah-l ih-ng","vbg"],topsoil:["t-aa1-p s-oy-l","nn"],torch:["t-ao1-r-ch","nn vb"],torched:["t-ao1-r-ch-t","vbd vbn"],tore:["t-ao1-r","vbd vbn"],torment:["t-ao1-r m-eh-n-t","nn vb"],tormented:["t-ao1-r m-eh-n t-ih-d","vbn jj"],tormentor:["t-ao1-r m-eh-n t-er","nn"],torn:["t-ao1-r-n","vbn jj"],tornado:["t-ao-r n-ey1 d-ow","nn"],torpedo:["t-ao-r p-iy1 d-ow","vb nn"],torpedoed:["t-ao-r p-iy1 d-ow-d","vbn vbd"],torpedoing:["t-ao-r p-iy1 d-ow ih-ng","vbg"],torpid:["t-ao1-r p-ah-d","jj"],torpor:["t-ao1-r p-er","nn"],torque:["t-ao1-r-k","nn"],torrent:["t-ao1 r-ah-n-t","nn"],torrid:["t-ao1 r-ah-d","jj"],torso:["t-ao1-r s-ow","nn"],tort:["t-ao1-r-t","nn"],tortilla:["t-ao-r t-iy1 ah","nn"],tortoise:["t-ao1-r t-ah-s","nn"],tortuous:["t-ao1-r ch-ah-w ah-s","jj"],torture:["t-ao1-r ch-er","nn vbp vb"],tortured:["t-ao1-r ch-er-d","vbn jj vbd"],toss:["t-ao1-s","vb nn vbp"],tossed:["t-ao1-s-t","vbd vbn jj"],tossing:["t-ao1 s-ih-ng","vbg"],tot:["t-aa1-t","nn"],total:["t-ow1 t-ah-l","jj nn vb vbp"],totaled:["t-ow1 t-ah-l-d","vbd vbn"],totaling:["t-ow1 t-ah-l ih-ng","vbg"],totalitarian:["t-ow t-ae l-ih t-eh1 r-iy ah-n","jj"],totalitarianism:["t-ow t-ae l-ah t-eh1 r-iy ah n-ih z-ah-m","nn"],totality:["t-ow t-ae1 l-ah t-iy","nn"],totalled:["t-ow1 t-ah-l-d","vbd vbn"],totalling:["t-ow1 t-ah-l ih-ng","vbg"],totally:["t-ow1 t-ah-l iy","rb"],tote:["t-ow1-t","vb"],toted:["t-ow1 t-ih-d","vbn"],totem:["t-ow1 t-ah-m","nn"],toting:["t-ow1 t-ih-ng","vbg"],totter:["t-aa1-t-er","vb"],tottering:["t-aa1 t-er ih-ng","jj vbg"],touch:["t-ah1-ch","nn rb vb vbp"],touchdown:["t-ah1-ch d-aw-n","nn"],touched:["t-ah1-ch-t","vbd vbn"],touching:["t-ah1 ch-ih-ng","vbg jj nn"],touchstone:["t-ah1-ch s-t-ow-n","nn"],touchy:["t-ah1 ch-iy","jj"],tough:["t-ah1-f","jj rb vb"],toughen:["t-ah1 f-ah-n","vb"],toughened:["t-ah1 f-ah-n-d","vbd vbn"],toughening:["t-ah1 f-ah-n ih-ng","vbg"],toughens:["t-ah1 f-ah-n-z","vbz"],tougher:["t-ah1 f-er","jjr rbr"],toughest:["t-ah1 f-ah-s-t","jjs"],toughness:["t-ah1-f n-ah-s","nn"],tour:["t-uh1-r","nn vb"],toured:["t-uh1-r-d","vbd"],touring:["t-uh1 r-ih-ng","vbg jj nn"],tourism:["t-uh1 r-ih z-ah-m","nn"],tourist:["t-uh1 r-ah-s-t","nn"],tournament:["t-uh1-r n-ah m-ah-n-t","nn"],tourney:["t-er1 n-iy","nn"],tout:["t-aw1-t","vb nn"],touted:["t-aw1 t-ih-d","vbn vbd"],touting:["t-aw1 t-ih-ng","vbg"],touts:["t-aw1-t-s","vbz"],tow:["t-ow1","nn vb"],toward:["t-ah w-ao1-r-d","in"],towards:["t-ah w-ao1-r-d-z","in"],towed:["t-ow1-d","vbd vbn"],towel:["t-aw1 ah-l","nn"],toweling:["t-aw1 ah-l ih-ng","nn"],tower:["t-aw1 er","nn vb"],towering:["t-aw1 er ih-ng","jj vbg"],town:["t-aw1-n","nn"],towne:["t-aw1-n","nn"],townhouse:["t-aw1-n hh-aw-s","nn"],township:["t-aw1-n sh-ih-p","nn"],townsman:["t-aw1-n-z m-ah-n","nn"],townspeople:["t-aw1-n-z p-iy p-ah-l","nn"],toxic:["t-aa1-k s-ih-k","jj nn"],toxicity:["t-aa-k s-ih1 s-ah t-iy","nn"],toxicologist:["t-aa-k s-ih k-aa1 l-ah jh-ih-s-t","nn"],toxicology:["t-aa-k s-ih k-aa1 l-ah jh-iy","nn"],toxin:["t-aa1-k s-ah-n","nn"],toy:["t-oy1","nn vb"],toying:["t-oy1 ih-ng","vbg"],trace:["t-r-ey1-s","nn jj vb"],traceable:["t-r-ey1 s-ah b-ah-l","jj"],traced:["t-r-ey1-s-t","vbn vbd"],tracer:["t-r-ey1 s-er","nn"],trachea:["t-r-ey1 k-iy ah","nn"],tracing:["t-r-ey1 s-ih-ng","vbg jj nn"],track:["t-r-ae1-k","nn vbp vb"],trackage:["t-r-ae1 k-ih-jh","nn"],tracked:["t-r-ae1-k-t","vbn vbd jj"],tracking:["t-r-ae1 k-ih-ng","vbg"],tract:["t-r-ae1-k-t","nn"],tractor:["t-r-ae1-k t-er","nn"],trade:["t-r-ey1-d","nn vbp vb"],tradeable:["t-r-ey1 d-ah b-ah-l","jj"],traded:["t-r-ey1 d-ih-d","vbn vbd jj"],trademark:["t-r-ey1-d m-aa-r-k","nn"],tradeoff:["t-r-ey1 d-ao-f","nn"],trader:["t-r-ey1 d-er","nn"],trading:["t-r-ey1 d-ih-ng","vbg jj"],tradition:["t-r-ah d-ih1 sh-ah-n","nn"],traditional:["t-r-ah d-ih1 sh-ah n-ah-l","jj"],traditionalist:["t-r-ah d-ih1 sh-ah-n ah l-ih-s-t","nn jj"],traditionally:["t-r-ah d-ih1 sh-ah-n ah l-iy","rb"],traffic:["t-r-ae1 f-ih-k","nn vb"],trafficker:["t-r-ae1 f-ih k-er","nn"],trafficking:["t-r-ae1 f-ih k-ih-ng","vbg"],tragedy:["t-r-ae1 jh-ah d-iy","nn"],tragic:["t-r-ae1 jh-ih-k","jj nn"],tragically:["t-r-ae1 jh-ih-k l-iy","rb"],tragicomic:["t-r-ae jh-ih k-aa1 m-ih-k","jj nn"],trail:["t-r-ey1-l","nn vbp vb"],trailed:["t-r-ey1-l-d","vbd vbn"],trailer:["t-r-ey1 l-er","nn"],trailing:["t-r-ey1 l-ih-ng","vbg"],train:["t-r-ey1-n","nn vb vbp"],trained:["t-r-ey1-n-d","vbn vbd jj"],trainer:["t-r-ey1 n-er","nn"],training:["t-r-ey1 n-ih-ng","vbg jj"],traipse:["t-r-ey1-p-s","vb"],trait:["t-r-ey1-t","nn"],traitor:["t-r-ey1 t-er","nn"],traitorous:["t-r-ey1 t-er ah-s","jj"],trajectory:["t-r-ah jh-eh1-k t-er iy","nn"],trammel:["t-r-ae1 m-ah-l","vb"],tramp:["t-r-ae1-m-p","jj nn vb"],tramping:["t-r-ae1-m p-ih-ng","vbg"],trample:["t-r-ae1-m p-ah-l","vb"],trampled:["t-r-ae1-m p-ah-l-d","vbn vbd"],tramples:["t-r-ae1-m p-ah-l-z","vbz"],trampling:["t-r-ae1-m p-l-ih-ng","vbg"],trance:["t-r-ae1-n-s","nn"],tranche:["t-r-ae1-n-ch","nn"],tranquil:["t-r-ae1-ng k-w-ah-l","jj"],tranquility:["t-r-ae-ng k-w-ih1 l-ih t-iy","nn"],tranquilizer:["t-r-ae1-ng k-w-ah l-ay z-er","nn"],tranquilizing:["t-r-ae1-ng k-w-ah l-ay z-ih-ng","jj"],transact:["t-r-ae-n z-ae1-k-t","vb"],transacted:["t-r-ae-n s-ae1-k t-ih-d","vbn"],transaction:["t-r-ae-n z-ae1-k sh-ah-n","nn"],transatlantic:["t-r-ae-n-z ah-t l-ae1-n t-ih-k","jj nn"],transcend:["t-r-ae-n s-eh1-n-d","vb"],transcended:["t-r-ae-n s-eh1-n d-ih-d","vbd"],transcendence:["t-r-ae-n s-eh1-n d-ah-n-s","nn"],transcendent:["t-r-ae-n s-eh1-n d-ah-n-t","jj"],transcendental:["t-r-ae-n s-ah-n d-eh1-n t-ah-l","jj"],transcending:["t-r-ae-n s-eh1-n d-ih-ng","vbg"],transcends:["t-r-ae-n s-eh1-n-d-z","vbz"],transcontinental:["t-r-ae-n-z k-aa-n t-ih n-eh1-n t-ah-l","jj"],transcribe:["t-r-ae-n s-k-r-ay1-b","vb vbp"],transcribed:["t-r-ae-n s-k-r-ay1-b-d","vbn jj"],transcript:["t-r-ae1-n s-k-r-ih-p-t","nn"],transcription:["t-r-ae-n s-k-r-ih1-p sh-ah-n","nn"],transducer:["t-r-ae-n-s d-uw1 s-er","nn"],transfer:["t-r-ae-n-s f-er1","nn vb vbp"],transferable:["t-r-ae-n-s f-er1 ah b-ah-l","jj"],transfered:["t-r-ae-n-s f-er1-d","vbn"],transfering:["t-r-ae-n-s f-er1 ih-ng","vbg"],transferrable:["t-r-ae-n-s f-er1 ah b-ah-l","jj"],transferred:["t-r-ae-n-s f-er1-d","vbn vbd jj"],transferring:["t-r-ae-n-s f-er1 ih-ng","vbg"],transform:["t-r-ae-n-s f-ao1-r-m","vb vbp"],transformation:["t-r-ae-n-s f-er m-ey1 sh-ah-n","nn"],transformed:["t-r-ae-n-s f-ao1-r-m-d","vbn jj vbd"],transformer:["t-r-ae-n-s f-ao1-r m-er","nn"],transforming:["t-r-ae-n-s f-ao1-r m-ih-ng","vbg"],transforms:["t-r-ae-n-s f-ao1-r-m-z","vbz"],transfuse:["t-r-ae-n-s-f-y-uw1-z","vb"],transfused:["t-r-ae-n-s f-y-uw1-z-d","vbn"],transfusion:["t-r-ae-n-s f-y-uw1 zh-ah-n","nn"],transgenic:["t-r-ae-n-z jh-eh1 n-ih-k","jj"],transgression:["t-r-ae-n-z g-r-eh1 sh-ah-n","nn"],transience:["t-r-ae1-n z-iy ah-n-s","nn"],"transient":["t-r-ae1-n zh-ah-n-t","jj"],transistor:["t-r-ae-n z-ih1 s-t-er","nn"],transit:["t-r-ae1-n z-ah-t","nn jj"],transition:["t-r-ae-n z-ih1 sh-ah-n","nn"],transitional:["t-r-ae-n s-ih1 sh-ah n-ah-l","jj"],transitory:["t-r-ae1-n z-ah t-ao r-iy","jj"],translate:["t-r-ae-n-z l-ey1-t","vb vbp"],translated:["t-r-ae-n-z l-ey1 t-ah-d","vbn vbd"],translates:["t-r-ae-n-z l-ey1-t-s","vbz"],translating:["t-r-ae-n-z l-ey1 t-ih-ng","vbg"],translation:["t-r-ae-n-z l-ey1 sh-ah-n","nn"],translator:["t-r-ae-n-s l-ey1 t-er","nn"],translucent:["t-r-ae-n-s l-uw1 s-ah-n-t","jj"],transmission:["t-r-ae-n-s m-ih1 sh-ah-n","nn"],transmit:["t-r-ae-n-z m-ih1-t","vb vbp"],transmits:["t-r-ae-n-z m-ih1-t-s","vbz"],transmittable:["t-r-ae-n-z m-ih1 t-ah b-ah-l","jj"],transmitted:["t-r-ae-n-s m-ih1 t-ih-d","vbn jj vbd"],transmitter:["t-r-ae-n-s m-ih1 t-er","nn"],transmitting:["t-r-ae-n-s m-ih1 t-ih-ng","vbg"],transnational:["t-r-ae-n-s n-ae1 sh-ah n-ah-l","jj"],transoceanic:["t-r-ae-n-z ow sh-iy ae1 n-ih-k","jj"],transparency:["t-r-ae-n s-p-eh1 r-ah-n s-iy","nn"],transparent:["t-r-ae-n s-p-eh1 r-ah-n-t","jj nn"],transparently:["t-r-ae-n s-p-eh1 r-ah-n-t l-iy","rb"],transpire:["t-r-ae-n-s-p-ay1-er","vb"],transpired:["t-r-ae-n s-p-ay1 er-d","vbn vbd"],transplant:["t-r-ae-n-s p-l-ae1-n-t","nn vbp vb"],transplantation:["t-r-ae-n-z p-l-ae-n t-ey1 sh-ah-n","nn"],transplanted:["t-r-ae-n-s p-l-ae1-n t-ih-d","vbn jj"],transplanting:["t-r-ae-n-s p-l-ae1-n t-ih-ng","vbg"],transponder:["t-r-ae-n-s p-aa1-n d-er","nn"],transport:["t-r-ae-n-s p-ao1-r-t","nn vbp vb"],transportable:["t-r-ae-n-s p-ao1-r t-ah b-ah-l","jj"],transportation:["t-r-ae-n-s p-er t-ey1 sh-ah-n","nn"],transported:["t-r-ae-n-s p-ao1-r t-ah-d","vbn vbd"],transporter:["t-r-ae-n-s p-ao1-r t-er","nn"],transporting:["t-r-ae-n-s p-ao1-r t-ih-ng","vbg"],transpose:["t-r-ae-n-s-p-ow1-z","vb"],transposed:["t-r-ae-n-s p-ow1-z-d","vbn"],transverse:["t-r-ae-n-z v-er1-s","jj nn"],trap:["t-r-ae1-p","nn vb"],trapeze:["t-r-ah p-iy1-z","nn"],trapped:["t-r-ae1-p-t","vbn vbd jj"],trapping:["t-r-ae1 p-ih-ng","vbg"],trash:["t-r-ae1-sh","nn vb"],trashed:["t-r-ae1-sh-t","vbn"],trashing:["t-r-ae1 sh-ih-ng","vbg"],trauma:["t-r-ao1 m-ah","nn"],traumatic:["t-r-ao m-ae1 t-ih-k","jj"],traumatize:["t-r-ao1-m-ah-t-ay-z","vb"],traumatized:["t-r-ao1 m-ah t-ay-z-d","vbd vbn"],travail:["t-r-ah v-ey1-l","nn"],travel:["t-r-ae1 v-ah-l","nn vbp vb"],traveled:["t-r-ae1 v-ah-l-d","vbd jj vbn"],traveler:["t-r-ae1 v-ah l-er","nn"],traveling:["t-r-ae1 v-ah-l ih-ng","vbg"],travelled:["t-r-ae1 v-ah-l-d","jj vbd vbn"],traveller:["t-r-ae1 v-ah l-er","nn"],travelling:["t-r-ae1 v-ah-l ih-ng","vbg"],travelogue:["t-r-ae1 v-ah l-ao-g","nn"],traverse:["t-r-ae1 v-er-s","vb"],traversed:["t-r-ae1 v-er-s-t","vbn vbd"],traversing:["t-r-ah v-er1 s-ih-ng","vbg"],travesty:["t-r-ae1 v-ah s-t-iy","nn vb"],trawler:["t-r-ao1 l-er","nn"],tray:["t-r-ey1","nn"],treacherous:["t-r-eh1 ch-er ah-s","jj"],treachery:["t-r-eh1 ch-er iy","nn"],tread:["t-r-eh1-d","vb nn"],treading:["t-r-eh1 d-ih-ng","vbg"],treadmill:["t-r-eh1-d m-ih-l","nn"],treads:["t-r-eh1-d-z","vbz"],treason:["t-r-iy1 z-ah-n","nn"],treasure:["t-r-eh1 zh-er","nn vb vbp"],treasured:["t-r-eh1 zh-er-d","vbn jj"],treasurer:["t-r-eh1 zh-er er","nn"],treasury:["t-r-eh1 zh-er iy","nn"],treat:["t-r-iy1-t","vb vbp nn"],treatable:["t-r-iy1 t-ah b-ah-l","jj"],treated:["t-r-iy1 t-ah-d","vbn vbd"],treating:["t-r-iy1 t-ih-ng","vbg"],treatise:["t-r-iy1 t-ah-s","nn"],treatment:["t-r-iy1-t m-ah-n-t","nn"],treaty:["t-r-iy1 t-iy","nn"],treble:["t-r-eh1 b-ah-l","jj nn vb"],trebled:["t-r-eh1 b-ah-l-d","vbn vbd"],tree:["t-r-iy1","nn"],treeless:["t-r-iy1 l-ah-s","jj"],trek:["t-r-eh1-k","nn vb vbp"],trekked:["t-r-eh1-k-t","vbd"],treks:["t-r-eh1-k-s","vbz"],tremble:["t-r-eh1-m b-ah-l","vb nn"],trembled:["t-r-eh1-m b-ah-l-d","vbd"],trembling:["t-r-eh1-m b-ah-l ih-ng","vbg jj"],tremendous:["t-r-ah m-eh1-n d-ah-s","jj"],tremendously:["t-r-ah m-eh1-n d-ah-s l-iy","rb"],tremor:["t-r-eh1 m-er","nn"],tremulous:["t-r-eh1 m-y-ah l-ah-s","jj"],tremulously:["t-r-eh1 m-y-ah l-ah-s l-iy","rb"],trench:["t-r-eh1-n-ch","nn"],trenchant:["t-r-eh1-n ch-ah-n-t","jj"],trend:["t-r-eh1-n-d","nn vb"],trended:["t-r-eh1-n d-ih-d","vbn"],trendier:["t-r-eh1-n d-y-er","jjr"],trendiest:["t-r-eh-n d-iy1-s-t","jjs"],trending:["t-r-eh1-n d-ih-ng","vbg"],trendsetter:["t-r-eh1-n-d s-eh t-er","nn"],trendy:["t-r-eh1-n d-iy","jj"],trepidation:["t-r-eh p-ih d-ey1 sh-ah-n","nn"],trespass:["t-r-eh1-s p-ae-s","nn vb vbp"],trespassing:["t-r-eh1-s p-ae s-ih-ng","vbg"],tress:["t-r-eh1-s","nn"],trestle:["t-r-eh1 s-ah-l","nn"],triad:["t-r-ay1 ae-d","nn jj"],triage:["t-r-ay1 ih-jh","nn"],trial:["t-r-ay1 ah-l","nn vb"],triangle:["t-r-ay1 ae-ng g-ah-l","nn"],triangular:["t-r-ay ae1-ng g-y-ah l-er","jj"],tribal:["t-r-ay1 b-ah-l","jj"],tribe:["t-r-ay1-b","nn"],tribunal:["t-r-ah b-y-uw1 n-ah-l","nn"],tribute:["t-r-ih1 b-y-uw-t","nn"],trick:["t-r-ih1-k","nn vb"],tricked:["t-r-ih1-k-t","vbn"],trickery:["t-r-ih1 k-er iy","nn"],trickier:["t-r-ih1 k-iy er","jjr"],trickiest:["t-r-ih1 k-iy ah-s-t","jjs"],trickle:["t-r-ih1 k-ah-l","nn vb vbp"],trickled:["t-r-ih1 k-ah-l-d","vbn"],trickling:["t-r-ih1 k-l-ih-ng","vbg"],tricky:["t-r-ih1 k-iy","jj"],tried:["t-r-ay1-d","vbd jj vbn"],triennial:["t-r-ay eh1 n-iy ah-l","nn"],trifle:["t-r-ay1 f-ah-l","nn jj rb vb"],trifling:["t-r-ay1 f-l-ih-ng","jj"],trigger:["t-r-ih1 g-er","vb nn vbp"],triggered:["t-r-ih1 g-er-d","vbn vbd jj"],triggering:["t-r-ih1 g-er ih-ng","vbg"],triglyceride:["t-r-ay g-l-ih1 s-er ay-d","nn"],trilateral:["t-r-ay l-ae1 t-er ah-l","jj"],trillion:["t-r-ih1 l-y-ah-n","nn"],trilogy:["t-r-ih1 l-ah jh-iy","nn"],trim:["t-r-ih1-m","vb jj nn"],trimester:["t-r-ay m-eh1 s-t-er","nn"],trimmed:["t-r-ih1-m-d","vbn rbr vbd jj"],trimmer:["t-r-ih1 m-er","jjr"],trimming:["t-r-ih1 m-ih-ng","vbg"],trinket:["t-r-ih1-ng k-ah-t","nn"],trio:["t-r-iy1 ow","nn"],trip:["t-r-ih1-p","nn vb"],tripartite:["t-r-ay p-aa1-r t-ay-t","jj"],tripe:["t-r-ay1-p","nn"],triple:["t-r-ih1 p-ah-l","jj nn rb vb"],tripled:["t-r-ih1 p-ah-l-d","vbn vbd"],triplet:["t-r-ih1 p-l-ah-t","nn"],tripling:["t-r-ih1 p-ah-l ih-ng","vbg"],tripod:["t-r-ay1 p-aa-d","nn"],tripped:["t-r-ih1-p-t","vbd vbn"],tripping:["t-r-ih1 p-ih-ng","vbg"],triptych:["t-r-ih1-p t-ih-k","nn"],trite:["t-r-ay1-t","jj"],triumph:["t-r-ay1 ah-m-f","nn vb"],triumphant:["t-r-ay ah1-m f-ah-n-t","jj"],triumphantly:["t-r-ay ah1-m f-ah-n-t l-iy","rb"],triumphed:["t-r-ay1 ah-m-f-t","vbd vbn"],triumvirate:["t-r-ay ah1-m v-er ah-t","nn"],trivia:["t-r-ih1 v-iy ah","nn"],trivial:["t-r-ih1 v-iy ah-l","jj nn"],triviality:["t-r-ih v-iy ae1 l-ah t-iy","nn"],trivialize:["t-r-ih1 v-iy ah l-ay-z","vb"],trod:["t-r-aa1-d","vbn"],troika:["t-r-oy1 k-ah","nn"],trolley:["t-r-aa1 l-iy","nn"],trombone:["t-r-aa-m b-ow1-n","nn"],trombonist:["t-r-aa-m b-ow1 n-ih-s-t","nn"],troop:["t-r-uw1-p","nn vb vbp"],trooper:["t-r-uw1 p-er","nn"],trooping:["t-r-uw1 p-ih-ng","vbg"],trophy:["t-r-ow1 f-iy","nn"],tropic:["t-r-aa1 p-ih-k","nn"],tropical:["t-r-aa1 p-ih k-ah-l","jj nn"],trot:["t-r-aa1-t","nn vb"],trotted:["t-r-aa1 t-ah-d","vbd vbn"],trotter:["t-r-aa1 t-er","nn"],trouble:["t-r-ah1 b-ah-l","nn vbd vbp jj vb"],troubled:["t-r-ah1 b-ah-l-d","jj vbd vbn"],troublemaker:["t-r-ah1 b-ah-l m-ey k-er","nn"],troubleshooter:["t-r-ah1 b-ah-l sh-uw t-er","nn"],troublesome:["t-r-ah1 b-ah-l s-ah-m","jj"],troubling:["t-r-ah1 b-ah-l ih-ng","jj vbg"],trough:["t-r-ao1-f","nn"],trounce:["t-r-aw1-n-s","vb"],trounced:["t-r-aw1-n-s-t","vbd"],trouncing:["t-r-aw1-n s-ih-ng","nn"],troup:["t-r-uw1-p","nn"],troupe:["t-r-uw1-p","nn"],trouser:["t-r-aw1 z-er","nn"],trout:["t-r-aw1-t","nn"],trove:["t-r-ow1-v","nn"],truce:["t-r-uw1-s","nn"],truck:["t-r-ah1-k","nn vb vbp"],trucked:["t-r-ah1-k-t","vbn"],trucker:["t-r-ah1 k-er","nn"],trucking:["t-r-ah1 k-ih-ng","vbg"],truckload:["t-r-ah1 k-l-ow-d","nn"],truculent:["t-r-ah1 k-y-ah l-ah-n-t","jj"],trudge:["t-r-ah1-jh","nn vb"],trudged:["t-r-ah1-jh-d","vbd vbn"],trudging:["t-r-ah1 jh-ih-ng","vbg"],"true":["t-r-uw1","jj"],truer:["t-r-uw1 er","jjr"],truest:["t-r-uw1 ih-s-t","jjs"],truism:["t-r-uw1 ih z-ah-m","nn"],truly:["t-r-uw1 l-iy","rb"],trump:["t-r-ah1-m-p","nn vb"],trumpet:["t-r-ah1-m p-ah-t","nn vb"],trumpeted:["t-r-ah1-m p-ah t-ih-d","vbd vbn"],trumpeter:["t-r-ah1-m p-ah t-er","nn"],trumpeting:["t-r-ah1-m p-ah t-ih-ng","vbg"],truncate:["t-r-ah1-ng-k-ey-t","vb"],truncated:["t-r-ah1-ng k-ey t-ih-d","vbn jj"],truncheon:["t-r-ah1-n ch-ih-n","nn"],trundle:["t-r-ah1-n d-ah-l","nn vb vbp"],trundled:["t-r-ah1-n d-ah-l-d","vbd vbn"],trunk:["t-r-ah1-ng-k","nn"],truss:["t-r-ah1-s","nn vb"],trust:["t-r-ah1-s-t","nn vbp vb"],trusted:["t-r-ah1 s-t-ih-d","vbn vbd jj"],trustee:["t-r-ah s-t-iy1","nn"],trusteeship:["t-r-ah s-t-iy1 sh-ih-p","nn"],trusting:["t-r-ah1 s-t-ih-ng","jj vbg"],trustworthy:["t-r-ah1-s-t w-er dh-iy","jj"],truth:["t-r-uw1-th","nn"],truthful:["t-r-uw1-th f-ah-l","jj"],truthfully:["t-r-uw1-th f-ah l-iy","rb"],truthfulness:["t-r-uw1-th f-ah-l n-ah-s","nn"],"try":["t-r-ay1","vb vbp nn"],trying:["t-r-ay1 ih-ng","vbg jj nn"],tryout:["t-r-ay1 aw-t","nn"],tryst:["t-r-ay1-s-t","nn"],tsunami:["t-s-uw n-aa1 m-iy","nn"],tub:["t-ah1-b","nn"],tuba:["t-uw1 b-ah","nn"],tube:["t-uw1-b","nn"],tuberculosis:["t-ah b-er k-y-ah l-ow1 s-ih-s","nn"],tubing:["t-uw1 b-ih-ng","nn"],tubular:["t-uw1 b-y-ah l-er","jj"],tuck:["t-ah1-k","vbp vb"],tucked:["t-ah1-k-t","vbn vbd"],tuft:["t-ah1-f-t","nn"],tug:["t-ah1-g","nn vb"],tugboat:["t-ah1-g b-ow-t","nn"],tugged:["t-ah1-g-d","vbd vbn"],tugging:["t-ah1 g-ih-ng","vbg"],tuition:["t-y-uw ih1 sh-ah-n","nn"],tulip:["t-uw1 l-ah-p","nn"],tumble:["t-ah1-m b-ah-l","nn vb"],tumbled:["t-ah1-m b-ah-l-d","vbd vbn jj"],tumbler:["t-ah1-m b-l-er","nn"],tumbling:["t-ah1-m b-ah-l ih-ng","vbg"],tummy:["t-ah1 m-iy","nn"],tumor:["t-uw1 m-er","nn"],tumult:["t-uw1 m-ah-l-t","nn"],tumultuous:["t-uw m-ah1-l ch-uw ah-s","jj"],tuna:["t-uw1 n-ah","nn"],tundra:["t-ah1-n d-r-ah","nn"],tune:["t-uw1-n","nn vb vbp"],tuned:["t-uw1-n-d","vbn jj vbd"],tuneful:["t-uw1-n f-ah-l","jj"],tung:["t-ah1-ng","nn"],tungsten:["t-ah1-ng s-t-ah-n","nn"],tunic:["t-uw1 n-ih-k","nn"],tuning:["t-uw1 n-ih-ng","vbg"],tunnel:["t-ah1 n-ah-l","nn vb vbp"],turban:["t-er1 b-ah-n","nn"],turbine:["t-er1 b-ay-n","nn jj"],turbo:["t-er1 b-ow","nn"],turbofan:["t-er1 b-ow f-ae-n","nn"],turboprop:["t-er1 b-ow p-r-aa-p","nn"],turbulence:["t-er1 b-y-ah l-ah-n-s","nn"],turbulent:["t-er1 b-y-ah l-ah-n-t","jj"],turf:["t-er1-f","nn jj"],turgid:["t-er1 jh-ih-d","jj"],turkey:["t-er1 k-iy","nn jj"],turmoil:["t-er1 m-oy-l","nn"],turn:["t-er1-n","vb nn rb vbp"],turnabout:["t-er1-n ah b-aw-t","nn"],turnaround:["t-er1 n-er aw-n-d","nn"],turned:["t-er1-n-d","vbd vbn"],turning:["t-er1 n-ih-ng","vbg jj nn"],turnip:["t-er1 n-ah-p","nn"],turnkey:["t-er1-n k-iy","nn"],turnoff:["t-er1 n-ao-f","nn"],turnout:["t-er1-n aw-t","nn"],turnover:["t-er1-n ow v-er","nn"],turnpike:["t-er1-n p-ay-k","nn"],turntable:["t-er1-n t-ey b-ah-l","nn"],turpentine:["t-er1 p-ah-n t-ay-n","nn"],turquoise:["t-er1 k-w-oy-z","jj nn"],turret:["t-er1 ah-t","nn jj"],turtle:["t-er1 t-ah-l","nn"],turtleneck:["t-er1 t-ah-l n-eh-k","nn"],tusk:["t-ah1-s-k","nn"],tussle:["t-ah1 s-ah-l","nn vb"],tussled:["t-ah1 s-ah-l-d","vbd"],tutelage:["t-y-uw1 t-ih l-ih-jh","nn"],tutor:["t-uw1 t-er","nn vb"],tutored:["t-uw1 t-er-d","vbn"],tutorial:["t-uw t-ao1 r-iy ah-l","nn"],tutoring:["t-uw1 t-er ih-ng","vbg"],tuxedo:["t-ah-k s-iy1 d-ow","nn"],twaddle:["t-w-aa1 d-ah-l","nn"],twang:["t-w-aa1-ng","nn"],twangy:["t-w-aa1-n jh-iy","jj"],tweak:["t-w-iy1-k","vb"],tweaked:["t-w-iy1-k-t","vbd"],tweaking:["t-w-iy1 k-ih-ng","vbg"],tweed:["t-w-iy1-d","nn"],tweedy:["t-w-iy1 d-iy","jj"],tweezer:["t-w-iy1 z-er","nn"],twelfth:["t-w-eh1-l-f-th","jj"],twentieth:["t-w-eh1-n t-iy ah-th","jj"],twenty:["t-w-eh1-n t-iy","nn"],twice:["t-w-ay1-s","rb jj"],twig:["t-w-ih1-g","vb"],twigged:["t-w-ih1-g-d","vbd"],twilight:["t-w-ay1 l-ay-t","nn"],twin:["t-w-ih1-n","jj nn"],twine:["t-w-ay1-n","nn vb"],twined:["t-w-ay1-n-d","vbd vbn"],twinge:["t-w-ih1-n-jh","nn"],twinjet:["t-w-ih1-n jh-eh-t","nn"],twinkle:["t-w-ih1-ng k-ah-l","nn vb"],twinkling:["t-w-ih1-ng k-ah-l ih-ng","vbg"],twirl:["t-w-er1-l","vb"],twirled:["t-w-er1-l-d","jj"],twirler:["t-w-er1 l-er","nn"],twirling:["t-w-er1 l-ih-ng","vbg"],twirls:["t-w-er1-l-z","vbz"],twist:["t-w-ih1-s-t","nn vbp vb"],twisted:["t-w-ih1 s-t-ah-d","vbn jj vbd"],twister:["t-w-ih1 s-t-er","nn"],twisting:["t-w-ih1 s-t-ih-ng","vbg"],twisty:["t-w-ih1 s-t-iy","jj"],twitch:["t-w-ih1-ch","nn vb"],twitched:["t-w-ih1-ch-t","vbd"],twitching:["t-w-ih1 ch-ih-ng","vbg"],two:["t-uw1","cd"],twofold:["t-uw1 f-ow1-l-d","jj rb"],twosome:["t-uw1 s-ah-m","nn"],tycoon:["t-ay k-uw1-n","nn"],tying:["t-ay1 ih-ng","vbg"],tyke:["t-ay1-k","nn"],type:["t-ay1-p","nn vb"],typecast:["t-ay1-p k-ae-s-t","vb"],typecasting:["t-ay1-p k-ae s-t-ih-ng","vbg"],typed:["t-ay1-p-t","vbn jj vbd"],typeface:["t-ay1-p f-ey s-ah","nn"],typesetting:["t-ay1-p s-eh t-ih-ng","nn"],typewriter:["t-ay1-p r-ay t-er","nn"],typewriting:["t-ay1-p r-ay t-ih-ng","nn"],typewritten:["t-ay1-p r-ih t-ah-n","jj vbn"],typhoid:["t-ay1 f-oy-d","nn"],typhoon:["t-ay f-uw1-n","nn"],typhus:["t-ay1 f-ah-s","nn"],typical:["t-ih1 p-ah k-ah-l","jj"],typically:["t-ih1 p-ih-k l-iy","rb"],typified:["t-ih1 p-ah f-ay-d","vbn vbd"],typifies:["t-ih1 p-ah f-ay-z","vbz"],typify:["t-ih1 p-ah f-ay","vbp vb"],typing:["t-ay1 p-ih-ng","vbg"],typist:["t-ay1 p-ih-s-t","nn"],typographical:["t-ay p-ah g-r-ae1 f-ih k-ah-l","jj"],typography:["t-ah p-aa1 g-r-ah f-iy","nn"],tyrannical:["t-er ae1 n-ih k-ah-l","jj"],tyranny:["t-ih1 r-ah n-iy","nn"],tyrant:["t-ay1 r-ah-n-t","nn"],ubiquitous:["y-uw b-ih1 k-w-ih t-ah-s","jj"],ubiquity:["y-uw b-ih1 k-w-ih t-iy","nn"],uglier:["ah1-g l-iy er","jjr"],ugliness:["ah1-g l-iy n-ah-s","nn"],ugly:["ah1-g l-iy","jj"],ulcer:["ah1-l s-er","nn"],ultimate:["ah1-l t-ah m-ah-t","jj"],ultimately:["ah1-l t-ah m-ah-t l-iy","rb"],ultimatum:["ah-l t-ah m-ey1 t-ah-m","nn"],ultra:["ah1-l t-r-ah","jj"],ultramodern:["ah-l t-r-ah m-aa1 d-er-n","jj"],ultrasonic:["ah-l t-r-ah s-aa1 n-ih-k","jj"],ultrasound:["ah-l t-r-ah s-aw1-n-d","nn"],ultraviolet:["ah-l t-r-ah v-ay1 ah l-ih-t","jj nn"],umbrage:["ah1-m b-r-ih-jh","nn"],umbrella:["ah-m b-r-eh1 l-ah","nn"],umpire:["ah1-m p-ay er","nn"],umpteenth:["ah1-m-p t-iy-n-th","jj"],unabashed:["ah-n ah b-ae1-sh-t","jj"],unabated:["ah-n ah b-ey1 t-ih-d","jj"],unable:["ah-n ey1 b-ah-l","jj"],unabridged:["ah-n ah b-r-ih1-jh-d","jj"],unacceptable:["ah-n ae-k s-eh1-p t-ah b-ah-l","jj"],unacceptably:["ah-n ae-k s-eh1-p t-ah b-l-iy","rb"],unaccompanied:["ah-n ah k-ah1-m p-ah n-iy-d","jj"],unaccountable:["ah-n ah k-aw1-n t-ah b-ah-l","jj"],unaccountably:["ah-n ah k-aw1-n t-ah b-l-iy","rb"],unaccounted:["ah-n ah k-aw1-n t-ih-d","jj"],unaccustomed:["ah-n ah k-ah1 s-t-ah-m-d","jj"],unaddressed:["ah-n ah d-r-eh1-s-t","jj"],unadjusted:["ah-n ah jh-ah1 s-t-ih-d","jj"],unadorned:["ah-n ah d-ao1-r-n-d","jj"],unadulterated:["ah-n ah d-ah1-l t-er ey t-ih-d","jj"],unaffected:["ah-n ah f-eh1-k t-ih-d","jj"],unaffiliated:["ah-n ah f-ih1 l-iy ey t-ih-d","jj"],unaffordable:["ah-n ah f-ao1-r d-ah b-ah-l","jj"],unafraid:["ah-n ah f-r-ey1-d","jj"],unaided:["ah-n ey1 d-ih-d","jj"],unalloyed:["ah-n ae1 l-oy-d","jj"],unalterable:["ah-n ao1-l t-er ah b-ah-l","jj"],unaltered:["ah-n ao1-l t-er-d","jj"],unambiguous:["ah n-ae-m b-ih1 g-y-ah-w ah-s","jj"],unambiguously:["ah n-ae-m b-ih1 g-y-uw ah-s l-iy","rb"],unamended:["ah-n ah m-eh1-n d-ih-d","jj"],unamortized:["ah n-ae1 m-er t-ay-z-d","jj"],unanimity:["y-uw n-ah n-ih1 m-ah t-iy","nn"],unanimous:["y-uw n-ae1 n-ah m-ah-s","jj"],unanimously:["y-uw n-ae1 n-ah m-ah-s l-iy","rb"],unannounced:["ah-n ah n-aw1-n-s-t","jj"],unanswerable:["ah-n ae-n s-er ah b-ah-l","jj"],unanswered:["ah-n ae1-n s-er-d","jj"],unanticipated:["ah-n ae-n t-ih1 s-ah p-ey t-ih-d","jj"],unapologetic:["ah-n ah p-aa l-ah jh-eh1 t-ih-k","jj"],unappealing:["ah-n ah p-iy1 l-ih-ng","jj"],unappreciated:["ah-n ah p-r-iy1 sh-iy ey t-ih-d","jj"],unapproved:["ah-n ah p-r-uw1-v-d","jj"],unarmed:["ah-n aa1-r-m-d","jj"],unashamedly:["ah-n ah sh-ey1 m-ah-d l-iy","rb"],unassailable:["ah-n ah s-ey1 l-ah b-ah-l","jj"],unassisted:["ah-n ah s-ih1 s-t-ih-d","jj"],unassuming:["ah-n ah s-uw1 m-ih-ng","jj"],unattached:["ah-n ah t-ae1-ch-t","jj"],unattainable:["ah-n ah t-ey1 n-ah b-ah-l","jj nn"],unattended:["ah-n ah t-eh1-n d-ih-d","jj"],unattractive:["ah-n ah t-r-ae1-k t-ih-v","jj"],unaudited:["ah n-ao1 d-ah t-ih-d","jj"],unauthentic:["ah-n ao th-eh1-n t-ih-k","jj"],unauthorized:["ah-n ao1 th-er ay-z-d","jj"],unavailability:["ah-n ah v-ey l-ah b-ih1 l-ih t-iy","nn"],unavailable:["ah-n ah v-ey1 l-ah b-ah-l","jj"],unavailing:["ah-n ah v-ey1 l-ih-ng","jj"],unavoidable:["ah-n ah v-oy1 d-ah b-ah-l","jj"],unavoidably:["ah-n ah v-oy1 d-ah b-l-iy","rb"],unaware:["ah-n ah w-eh1-r","jj rb"],unbalance:["ah-n-b-ae1-l-ah-n-s","vb"],unbalanced:["ah-n b-ae1 l-ah-n-s-t","jj vbn"],unbearable:["ah-n b-eh1 r-ah b-ah-l","jj"],unbearably:["ah-n b-eh1 r-ah b-l-iy","rb"],unbeknownst:["ah-n b-iy n-ow1-n-s-t","jj"],unbelievable:["ah-n b-ah l-iy1 v-ah b-ah-l","jj"],unbelievably:["ah-n b-ah l-iy1 v-ah b-l-iy","rb"],unbelieving:["ah-n b-ah l-iy1 v-ih-ng","jj"],unbiased:["ah-n b-ay1 ah-s-t","jj"],unblemished:["ah-n b-l-eh1 m-ih-sh-t","jj"],unborn:["ah1-n b-ao1-r-n","jj nn"],unbound:["ah-n b-aw1-n-d","jj vbn"],unbounded:["ah-n b-aw1-n d-ih-d","jj"],unbridled:["ah-n b-r-ay1 d-ah-l-d","jj"],unbroken:["ah-n b-r-ow1 k-ah-n","jj"],unburdened:["ah-n b-er1 d-ah-n-d","jj"],unburned:["ah-n b-er1-n-d","jj"],uncalled:["ah-n k-ao1-l-d","jj"],uncannily:["ah-n k-ae1 n-ah l-iy","rb"],uncanny:["ah-n k-ae1 n-iy","jj"],uncaring:["ah-n k-eh1 r-ih-ng","jj"],unceasing:["ah-n s-iy1 s-ih-ng","jj"],uncensored:["ah-n s-eh1-n s-er-d","jj"],unceremoniously:["ah-n s-eh r-ah m-ow1 n-iy ah-s l-iy","rb"],uncertain:["ah-n s-er1 t-ah-n","jj rb"],uncertainty:["ah-n s-er1 t-ah-n t-iy","nn"],unchallenged:["ah-n ch-ae1 l-ih-n-jh-d","jj"],unchanged:["ah-n ch-ey1-n-jh-d","jj"],unchanging:["ah-n ch-ey1-n jh-ih-ng","jj"],uncharacteristic:["ah-n k-eh r-ih-k t-er ih1 s-t-ih-k","jj"],uncharacteristically:["ah-n k-eh r-ih-k t-er ih1 s-t-ih-k l-iy","rb"],uncharted:["ah-n ch-aa1-r t-ih-d","jj"],unchecked:["ah-n ch-eh1-k-t","jj"],unclaimed:["ah-n k-l-ey1-m-d","jj"], +unclassified:["ah-n k-l-ae1 s-ih f-ay-d","jj"],uncle:["ah1-ng k-ah-l","nn"],unclean:["ah-n k-l-iy1-n","jj"],unclear:["ah-n k-l-ih1-r","jj"],uncluttered:["ah-n k-l-ah1 t-er-d","jj"],uncoated:["ah-n k-ow1 t-ih-d","jj"],uncollectable:["ah-n k-ah l-eh1-k t-ah b-ah-l","jj"],uncomfortable:["ah-n k-ah1-m f-er t-ah b-ah-l","jj"],uncomfortably:["ah-n k-ah1-m-f t-ah b-l-iy","rb"],uncommitted:["ah-n k-ah m-ih1 t-ih-d","jj"],uncommon:["ah-n k-aa1 m-ah-n","jj rb"],uncommonly:["ah-n k-aa1 m-ah-n l-iy","rb"],uncompensated:["ah-n k-aa1-m p-ah-n s-ey t-ih-d","jj"],uncompetitive:["ah-n k-ah-m p-eh1 t-ah t-ih-v","jj"],uncomplicated:["ah-n k-aa1-m p-l-ah k-ey t-ih-d","jj"],uncompromising:["ah-n k-aa1-m p-r-ah m-ay z-ih-ng","jj"],unconcealed:["ah-n k-ah-n s-iy1-l-d","jj"],unconcern:["ah-n k-ah-n s-er1-n","nn"],unconcerned:["ah-n k-ah-n s-er1-n-d","jj"],unconditional:["ah-n k-ah-n d-ih1 sh-ah n-ah-l","jj"],unconditionally:["ah-n k-ah-n d-ih1 sh-ah-n ah l-iy","rb"],unconfirmed:["ah-n k-ah-n f-er1-m-d","jj"],unconnected:["ah-n k-ah n-eh1-k t-ih-d","jj"],unconscionable:["ah-n k-aa1-n sh-ah-n ah b-ah-l","jj"],unconscious:["ah-n k-aa1-n sh-ah-s","jj nn"],unconsciously:["ah-n k-aa1-n sh-ah-s l-iy","rb"],unconsolidated:["ah-n k-ah-n s-aa1 l-ah d-ey t-ih-d","jj"],unconstitutional:["ah-n k-aa-n s-t-ah t-uw1 sh-ah n-ah-l","jj"],unconstitutionally:["ah-n k-aa-n s-t-ah t-uw1 sh-ah-n ah-l iy","rb"],uncontested:["ah-n k-ah-n t-eh1 s-t-ih-d","jj"],uncontrollable:["ah-n k-ah-n t-r-ow1 l-ah b-ah-l","jj"],uncontrollably:["ah-n k-ah-n t-r-ow1 l-ah b-l-iy","rb"],uncontrolled:["ah-n k-ah-n t-r-ow1-l-d","jj"],unconventional:["ah-n k-ah-n v-eh1-n sh-ah n-ah-l","jj"],unconvinced:["ah-n k-ah-n v-ih1-n-s-t","jj"],unconvincing:["ah-n k-ah-n v-ih1-n s-ih-ng","jj"],uncooperative:["ah-n k-ow aa1 p-er ah t-ih-v","jj"],uncorrected:["ah-n k-er eh1-k t-ih-d","jj"],uncounted:["ah-n k-aw1-n t-ih-d","jj"],uncouth:["ah1-n k-uw1-th","jj"],uncover:["ah-n k-ah1 v-er","vb"],uncovered:["ah-n k-ah1 v-er-d","vbn vbd jj"],uncovering:["ah-n k-ah1 v-er ih-ng","vbg"],uncritical:["ah-n k-r-ih1 t-ih k-ah-l","jj"],uncritically:["ah-n k-r-ih1 t-ih k-ah l-iy","rb"],uncut:["ah-n k-ah1-t","jj"],undamaged:["ah-n d-ae1 m-ah-jh-d","jj"],undated:["ah-n d-ey1 t-ih-d","jj"],undaunted:["ah-n d-ao1-n t-ih-d","jj"],undecided:["ah-n d-ih s-ay1 d-ih-d","jj"],undeclared:["ah-n d-ih k-l-eh1-r-d","jj"],undefeated:["ah-n d-ih f-iy1 t-ih-d","jj"],undefined:["ah-n d-ih f-ay1-n-d","jj"],undelivered:["ah-n d-ih l-ih1 v-er-d","jj"],undemocratic:["ah-n d-eh m-ah k-r-ae1 t-ih-k","jj"],undeniable:["ah-n d-ih n-ay1 ah b-ah-l","jj"],undeniably:["ah-n d-ih n-ay1 ah b-l-iy","rb"],under:["ah1-n d-er","in jj rb rp"],underachiever:["ah1-n d-er ah ch-iy v-er","nn"],underage:["ah1-n d-er ih-jh","jj"],underarm:["ah-n d-er aa1-r-m","nn"],underbelly:["ah1-n d-er b-eh l-iy","nn"],underbrush:["ah1-n d-er b-r-ah-sh","nn"],undercapitalized:["ah-n d-er k-ae1 p-ah t-ah l-ay-z-d","jj"],undercover:["ah-n d-er k-ah1 v-er","jj"],undercurrent:["ah1-n d-er k-er ah-n-t","nn"],undercut:["ah1-n d-er k-ah-t","vb nn vbd vbn vbp jj"],undercuts:["ah1-n d-er k-ah-t-s","vbz"],undercutting:["ah1-n d-er k-ah t-ih-ng","vbg"],underdeveloped:["ah-n d-er d-ih v-eh1 l-ah-p-t","jj"],underdog:["ah1-n d-er d-ao-g","nn"],underemployed:["ah1-n d-er ih-m p-l-oy1-d","jj"],underemployment:["ah-n d-er ih-m p-l-oy1 m-ah-n-t","nn"],underestimate:["ah1-n d-er eh1 s-t-ah m-ey-t","vb"],underestimated:["ah1-n d-er eh1 s-t-ah m-ey t-ih-d","vbn vbd"],underestimates:["ah-n d-er eh1 s-t-ih m-ih-t-s","vbz"],underfoot:["ah-n d-er f-uh1-t","rb"],underfund:["ah1-n-d-er-f-ah-n-d","vb"],underfunded:["ah1-n d-er f-ah-n d-ih-d","vbn jj"],undergarment:["ah1-n d-er g-aa-r m-ah-n-t","nn"],undergo:["ah-n d-er g-ow1","vb vbp"],undergoes:["ah1-n d-er g-ow-z","vbz"],undergoing:["ah-n d-er g-ow1 ih-ng","vbg"],undergone:["ah-n d-er g-ao1-n","vbn"],undergraduate:["ah-n d-er g-r-ae1 jh-ah-w ah-t","jj nn"],underground:["ah1-n d-er g-r-aw-n-d","jj nn rb"],undergrowth:["ah1-n d-er g-r-ow-th","nn"],underhanded:["ah1-n d-er hh-ae1-n d-ih-d","jj"],underlie:["ah-n d-er l-ay1","vbp vb"],underlies:["ah-n d-er l-ay1-z","vbz"],underline:["ah1-n d-er l-ay-n","vb"],underlined:["ah1-n d-er l-ay-n-d","vbd vbn"],underlines:["ah1-n d-er l-ay-n-z","vbz"],underling:["ah1-n d-er l-ih-ng","nn"],underlining:["ah1-n d-er l-ay n-ih-ng","vbg"],underlying:["ah-n d-er l-ay1 ih-ng","vbg jj"],undermine:["ah1-n d-er m-ay-n","vb vbp"],undermined:["ah-n d-er m-ay1-n-d","vbn vbd jj"],undermines:["ah-n d-er m-ay1-n-z","vbz"],undermining:["ah1-n d-er m-ay n-ih-ng","vbg"],underneath:["ah-n d-er n-iy1-th","in nn"],underpaid:["ah1-n d-er p-ey1-d","jj vbd vbn"],underperform:["ah1-n d-er p-er f-ao-r-m","vb jj"],underperformance:["ah-n d-er p-er f-ao1-r m-ah-n-s","nn"],underperformed:["ah1-n d-er p-er f-ao-r-m-d","vbn"],underperforming:["ah1-n d-er p-er f-ao-r m-ih-ng","vbg jj"],underpin:["ah1-n d-er p-ih-n","vb"],underpinned:["ah1-n d-er p-ih-n-d","vbn vbd"],underpinning:["ah1-n d-er p-ih n-ih-ng","vbg"],underpriced:["ah1-n d-er p-r-ay-s-t","jj"],underrate:["ah-n-d-er-r-ey1-t","vb"],underrated:["ah-n d-er r-ey1 t-ih-d","vbn"],underrepresented:["ah-n d-er r-eh p-r-ih z-eh1-n t-ih-d","jj"],underscore:["ah-n d-er s-k-ao1-r","vbp nn vb"],underscored:["ah-n d-er s-k-ao1-r-d","vbd vbn"],underscores:["ah-n d-er s-k-ao1-r-z","vbz"],underscoring:["ah-n d-er s-k-ao1 r-ih-ng","vbg"],undersea:["ah-n d-er s-iy1","jj"],underserved:["ah-n d-er s-er1-v-d","jj"],underside:["ah1-n d-er s-ay-d","nn"],undersized:["ah1-n d-er s-ay-z-d","jj"],understand:["ah-n d-er s-t-ae1-n-d","vb vbp"],understandable:["ah-n d-er s-t-ae1-n d-ah b-ah-l","jj"],understandably:["ah-n d-er s-t-ae1-n d-ah b-l-iy","rb"],understanding:["ah-n d-er s-t-ae1-n d-ih-ng","nn vbg"],understands:["ah-n d-er s-t-ae1-n-d-z","vbz"],understate:["ah1-n d-er s-t-ey-t","vb vbp"],understated:["ah1-n d-er s-t-ey t-ih-d","vbn vbd jj"],understatement:["ah1-n d-er s-t-ey-t m-ah-n-t","nn"],understates:["ah1-n d-er s-t-ey-t-s","vbz"],understating:["ah1-n d-er s-t-ey t-ih-ng","vbg"],understood:["ah-n d-er s-t-uh1-d","vbn vbd"],undertake:["ah1-n d-er t-ey-k","vb"],undertaken:["ah1-n d-er t-ey k-ah-n","vbn"],undertaker:["ah1-n d-er t-ey k-er","nn"],undertakes:["ah1-n d-er t-ey-k-s","vbz"],undertaking:["ah1-n d-er t-ey k-ih-ng","nn vbg"],undertone:["ah1-n d-er t-ow-n","nn"],undertook:["ah-n d-er t-uh1-k","vbd"],undertow:["ah1-n d-er t-ow","nn"],underuse:["ah-n-d-er-y-uw1-z","vb"],underused:["ah-n d-er y-uw1-z-d","vbn"],underutilize:["ah1-n-d-er-y-uw-t-ah-l-ay-z","vb"],underutilized:["ah1-n d-er y-uw t-ah l-ay-z-d","vbn"],undervalue:["ah1-n-d-er-v-ae-l-y-uw","vb"],undervalued:["ah1-n d-er v-ae-l y-uw-d","vbn vbd jj"],undervaluing:["ah-n d-er v-ae1-l y-uw ih-ng","vbg"],underwater:["ah1-n d-er w-ao t-er","jj nn rb"],underway:["ah-n d-er w-ey1","rb jj"],underwear:["ah1-n d-er w-eh-r","nn"],underweight:["ah-n d-er w-ey1 t-ih-d","jj"],underwent:["ah-n d-er w-eh1-n-t","vbd"],underworld:["ah1-n d-er w-er-l-d","nn"],underwrite:["ah1-n d-er r-ay-t","vb vbp"],underwriter:["ah1-n d-er r-ay t-er","nn"],underwrites:["ah1-n d-er r-ay-t-s","vbz"],underwriting:["ah1-n d-er r-ay1 t-ih-ng","vbg"],underwritten:["ah1-n d-er r-ih t-ah-n","vbn jj nn"],underwrote:["ah-n d-er r-ow1-t","vbd nn"],undeserved:["ah-n d-ih z-er1-v-d","jj"],undesirable:["ah-n d-ih z-ay1 r-ah b-ah-l","jj nn"],undetectable:["ah-n d-ih t-eh1-k t-ah b-ah-l","jj"],undetected:["ah-n d-ih t-eh1-k t-ih-d","jj"],undetermined:["ah-n d-ih t-er1 m-ih-n-d","jj"],undeveloped:["ah-n d-ih v-eh1 l-ah-p-t","jj"],undid:["ah-n d-ih1-d","vbd"],undifferentiated:["ah-n d-ih f-er eh1-n sh-iy ey t-ih-d","jj"],undiluted:["ah-n d-ah l-uw1 t-ih-d","jj"],undiminished:["ah-n d-ah m-ih1 n-ih-sh-t","jj"],undisciplined:["ah-n d-ih1 s-ih p-l-ih-n-d","jj"],undisclosed:["ah-n d-ih-s k-l-ow1-z-d","jj"],undisguised:["ah-n d-ih-s g-ay1-z-d","jj"],undisputed:["ah-n d-ih s-p-y-uw1 t-ih-d","jj"],undistinguished:["ah-n d-ih s-t-ih1-ng g-w-ih-sh-t","jj"],undisturbed:["ah-n d-ih s-t-er1-b-d","jj"],undiversified:["ah-n d-ih v-er1 s-ih f-ay-d","jj"],undivided:["ah-n d-ah v-ay1 d-ih-d","jj"],undo:["ah-n d-uw1","vb"],undoing:["ah-n d-uw1 ih-ng","nn vbg"],undone:["ah-n d-ah1-n","vbn jj"],undoubtedly:["ah-n d-aw1 t-ih-d l-iy","rb"],undreamed:["ah-n d-r-iy1-m-d","jj"],undress:["ah-n d-r-eh1-s","nn"],undue:["ah-n d-uw1","jj"],undulating:["ah1-n jh-ah l-ey t-ih-ng","jj"],unduly:["ah-n d-uw1 l-iy","rb"],undying:["ah-n d-ay1 ih-ng","jj"],unearned:["ah-n er1-n-d","jj"],unearth:["ah-n er1-th","vb"],unearthed:["ah-n er1-th-t","vbn vbd"],unearthing:["ah-n er1 th-ih-ng","vbg"],unearthly:["ah-n er1-th l-iy","jj"],unease:["ah-n iy1-z","nn"],uneasily:["ah-n iy1 z-ah l-iy","rb"],uneasiness:["ah-n iy1 z-iy n-ah-s","nn"],uneasy:["ah-n iy1 z-iy","jj"],uneconomic:["ah-n eh k-ah n-aa1 m-ih-k","jj"],uneconomical:["ah-n eh k-ah n-aa1 m-ih k-ah-l","jj"],uneducated:["ah-n eh1 jh-uh k-ey t-ih-d","jj"],unelected:["ah-n ih l-eh1-k t-ih-d","jj"],unemployed:["ah-n eh-m p-l-oy1-d","jj"],unemployment:["ah-n ih-m p-l-oy1 m-ah-n-t","nn"],unencumbered:["ah-n eh-n k-ah1-m b-er-d","jj"],unending:["ah-n eh1-n d-ih-ng","jj"],unenforceable:["ah-n eh-n f-ao1-r s-ah b-ah-l","jj"],unenlightened:["ah-n eh-n l-ay1 t-ah-n-d","jj"],unenthusiastic:["ah-n ih-n th-uw z-iy ae1 s-t-ih-k","jj"],unenviable:["ah-n eh1-n v-iy ah b-ah-l","jj"],unequal:["ah-n iy1 k-w-ah-l","jj"],unequaled:["ah-n iy1 k-w-ah-l-d","jj"],unequivocal:["ah-n ih k-w-ih1 v-ah k-ah-l","jj"],unequivocally:["ah-n iy k-w-ih1 v-ah k-ah l-iy","rb"],unethical:["ah-n eh1 th-ih k-ah-l","jj"],uneven:["ah-n iy1 v-ah-n","jj"],unevenly:["ah-n iy1 v-ah-n l-iy","rb"],uneventful:["ah-n iy v-eh1-n-t f-ah-l","jj"],unexciting:["ah-n ih-k s-ay1 t-ih-ng","jj"],unexercised:["ah-n eh1-k s-er s-ay-z-d","jj"],unexpected:["ah-n ih-k s-p-eh1-k t-ih-d","jj"],unexpectedly:["ah-n ih-k s-p-eh1-k t-ih-d l-iy","rb"],unexplainable:["ah-n ih-k s-p-l-ey1 n-ah b-ah-l","jj"],unexplained:["ah-n ih-k s-p-l-ey1-n-d","jj"],unexplored:["ah-n ih-k s-p-l-ao1-r-d","jj"],unfailing:["ah-n f-ey1 l-ih-ng","jj"],unfailingly:["ah-n f-ey1 l-ih-ng l-iy","rb"],unfair:["ah-n f-eh1-r","jj"],unfairly:["ah-n f-eh1-r l-iy","rb"],unfairness:["ah-n f-eh1-r n-ah-s","nn"],unfaithful:["ah-n f-ey1-th f-ah-l","jj"],unfamiliar:["ah-n f-ah m-ih1 l-y-er","jj"],unfamiliarity:["ah-n f-ah m-ih l-y-eh1 r-ah t-iy","nn"],unfashionable:["ah-n f-ae1 sh-ah-n ah b-ah-l","jj"],unfathomable:["ah-n f-ae1 dh-ah m-ah b-ah-l","jj"],unfavorable:["ah-n f-ey1 v-er ah b-ah-l","jj"],unfavorably:["ah-n f-ey1 v-er ah b-l-iy","rb"],unfazed:["ah-n f-ey1-z-d","jj"],unfeasible:["ah-n f-iy1 z-ah b-ah-l","jj"],unfenced:["ah-n f-eh1-n-s-t","jj"],unfettered:["ah-n f-eh1 t-er-d","jj"],unfilled:["ah-n f-ih1-l-d","jj"],unfinished:["ah-n f-ih1 n-ih-sh-t","jj"],unfit:["ah-n f-ih1-t","jj nn"],unflagging:["ah-n f-l-ae1 g-ih-ng","jj"],unflappable:["ah-n f-l-ae1 p-ah b-ah-l","jj"],unflattering:["ah-n f-l-ae1 t-er ih-ng","jj"],unflinching:["ah-n f-l-ih1-n ch-ih-ng","jj"],unfocused:["ah-n f-ow1 k-ah-s-t","jj"],unfold:["ah-n f-ow1-l-d","vb vbp"],unfolded:["ah-n f-ow1-l d-ah-d","vbd vbn"],unfolding:["ah-n f-ow1-l d-ih-ng","vbg jj"],unfolds:["ah-n f-ow1-l-d-z","vbz"],unforeseen:["ah-n f-ao-r s-iy1-n","jj"],unforgettable:["ah-n f-er g-eh1 t-ah b-ah-l","jj"],unforgivable:["ah-n f-ao-r g-ih1 v-ah b-ah-l","jj"],unforgiving:["ah-n f-er g-ih1 v-ih-ng","jj"],unformed:["ah-n f-ao1-r-m-d","jj"],unfortunate:["ah-n f-ao1-r ch-ah n-ah-t","jj nn"],unfortunately:["ah-n f-ao1-r ch-ah n-ah-t l-iy","rb"],unfounded:["ah-n f-aw1-n d-ih-d","jj"],unfriendly:["ah-n f-r-eh1-n-d l-iy","jj"],unfulfilled:["ah-n f-uh-l f-ih1-l-d","jj"],unfunded:["ah-n f-ah1-n d-ih-d","jj"],unfunnily:["ah-n f-ah1 n-ah l-iy","rb"],unfurl:["ah-n-f-er1-l","vb"],unfurled:["ah-n f-er1-l-d","vbn"],ungainly:["ah-n g-ey1-n l-iy","jj"],unglamorous:["ah-n g-l-ae1 m-er ah-s","jj"],unglued:["ah-n g-l-uw1-d","jj"],ungovernable:["ah-n g-ah1 v-er n-ah b-ah-l","jj"],ungrateful:["ah-n g-r-ey1-t f-ah-l","jj"],unhappily:["ah-n hh-ae1 p-ah l-iy","rb"],unhappiness:["ah-n hh-ae1 p-iy n-ih-s","nn"],unhappy:["ah-n hh-ae1 p-iy","jj"],unharmed:["ah-n hh-aa1-r-m-d","jj"],unhealthy:["ah-n hh-eh1-l th-iy","jj"],unheard:["ah-n hh-er1-d","jj"],unhedged:["ah-n hh-eh1-jh-d","jj"],unheeded:["ah-n hh-iy1 d-ih-d","jj"],unheralded:["ah-n hh-eh1 r-ah-l d-ih-d","jj"],unhesitatingly:["ah-n hh-eh1 z-ih t-ey t-ih-ng l-iy","rb"],unhindered:["ah-n hh-ih1-n d-er-d","jj"],unhinge:["ah-n-hh-ih1-n-jh","vb"],unhinged:["ah-n hh-ih1-n-jh-d","vbn"],unholy:["ah-n hh-ow1 l-iy","jj"],unhurried:["ah-n hh-er1 iy-d","jj"],unhurt:["ah-n hh-er1-t","jj"],unidentified:["ah-n ay d-eh1-n t-ah f-ay-d","jj"],unification:["y-uw n-ah f-ah k-ey1 sh-ah-n","nn"],unified:["y-uw1 n-ah f-ay-d","jj vbd vbn"],uniform:["y-uw1 n-ah f-ao-r-m","nn jj"],uniformed:["y-uw1 n-ah f-ao-r-m-d","jj"],uniformity:["y-uw n-ah f-ao1-r m-ah t-iy","nn"],uniformly:["y-uw1 n-ah f-ao-r-m l-iy","rb"],unify:["y-uw1 n-ah f-ay","vb"],unifying:["y-uw1 n-ah f-ay ih-ng","vbg jj"],unilateral:["y-uw n-ah l-ae1 t-er ah-l","jj"],unilaterally:["y-uw n-ah l-ae1 t-er ah l-iy","rb"],unimaginable:["ah-n ih m-ae1 jh-ih n-ah b-ah-l","jj"],unimaginative:["ah-n ih m-ae1 jh-ih n-ah t-ih-v","jj"],unimpaired:["ah-n ih-m p-eh1-r-d","jj"],unimpeachable:["ah-n ih-m p-iy1 ch-ah b-ah-l","jj"],unimpeded:["ah-n ih-m p-iy1 d-ih-d","jj"],unimportant:["ah-n ih-m p-ao1-r t-ah-n-t","jj"],unimpressed:["ah-n ih-m p-r-eh1-s-t","jj"],unimpressive:["ah-n ih-m p-r-eh1 s-ih-v","jj"],unimproved:["ah-n ih-m p-r-uw1-v-d","jj"],unincorporated:["ah-n ih-n k-ao1-r p-er ey t-ih-d","jj"],unindicted:["ah-n ih-n d-ay1 t-ih-d","jj"],uninfected:["ah-n ih-n f-eh1-k t-ih-d","jj"],uninformative:["ah-n ih-n f-ao1-r m-ah t-ih-v","jj"],uninformed:["ah-n ih-n f-ao1-r-m-d","jj"],uninhabitable:["ah-n ih-n hh-ae1 b-ah t-ah b-ah-l","jj"],uninhabited:["ah-n ih-n hh-ae1 b-ah t-ih-d","jj"],uninhibited:["ah-n ih-n hh-ih1 b-ih t-ih-d","jj"],uninitiated:["ah-n ih n-ih1 sh-iy ey t-ih-d","jj"],uninjured:["ah-n ih1-n jh-er-d","jj"],uninspired:["ah-n ih-n s-p-ay1 er-d","jj"],uninsurable:["ah-n ih-n sh-uh1 r-ah b-ah-l","jj"],uninsured:["ah-n ih-n sh-uh1-r-d","jj"],unintelligible:["ah-n ih-n t-eh1 l-ah jh-ah b-ah-l","jj"],unintended:["ah-n ih-n t-eh1-n d-ih-d","jj"],unintentional:["ah-n ih-n t-eh1-n sh-ah n-ah-l","jj"],unintentionally:["ah-n ih-n t-eh1-n sh-ah-n ah l-iy","rb"],uninterested:["ah-n ih1-n t-r-ah s-t-ah-d","jj"],uninteresting:["ah-n ih1-n t-r-ah s-t-ih-ng","jj"],uninterrupted:["ah-n ih-n t-er ah1-p t-ih-d","jj"],uninterruptible:["ah-n ih-n t-er ah1-p t-ah b-ah-l","jj"],uninvited:["ah-n ih-n v-ay1 t-ih-d","jj"],uninviting:["ah-n ih-n v-ay1 t-ih-ng","jj"],uninvolved:["ah-n ih-n v-ao1-l-v-d","jj"],union:["y-uw1 n-y-ah-n","nn jj"],unionist:["y-uw1 n-y-ah n-ah-s-t","nn"],unionize:["y-uw1-n-y-ah-n-ay-z","vb"],unionized:["y-uw1 n-y-ah n-ay-z-d","jj vbd vbn"],unique:["y-uw n-iy1-k","jj nn"],uniquely:["y-uw n-iy1-k l-iy","rb"],uniqueness:["y-uw n-iy1-k n-ah-s","nn"],unison:["y-uw1 n-ah s-ah-n","nn"],unissued:["ah-n ih1 sh-uw-d","jj"],unit:["y-uw1 n-ah-t","nn"],unitary:["y-uw1 n-ih t-eh r-iy","jj"],unite:["y-uw1 n-ay-t","vb vbp"],united:["y-uw n-ay1 t-ah-d","vbn vbd jj"],unites:["y-uw n-ay1-t-s","vbz"],unitholder:["y-uw1 n-ih-t hh-ow-l d-er","nn"],uniting:["y-uw n-ay1 t-ih-ng","vbg"],unity:["y-uw1 n-ah t-iy","nn"],universal:["y-uw n-ah v-er1 s-ah-l","jj"],universality:["y-uw n-ah v-er s-ae1 l-ah t-iy","nn"],universally:["y-uw n-ah v-er1 s-ah l-iy","rb"],universe:["y-uw1 n-ah v-er-s","nn"],university:["y-uw n-ah v-er1 s-ah t-iy","nn"],unjust:["ah-n jh-ah1-s-t","jj"],unjustifiable:["ah-n jh-ah s-t-ih f-ay1 ah b-ah-l","jj"],unjustifiably:["ah-n jh-ah s-t-ih f-ay1 ah b-l-iy","rb"],unjustified:["ah-n jh-ah1 s-t-ah f-ay-d","jj"],unjustly:["ah-n jh-ah1-s-t l-iy","rb"],unkempt:["ah-n k-eh1-m-p-t","jj"],unkind:["ah-n k-ay1-n-d","jj"],unknowable:["ah-n n-ow1 ah b-ah-l","jj"],unknowingly:["ah-n n-ow1 ih-ng l-iy","rb"],unknown:["ah-n n-ow1-n","jj nn"],unlabeled:["ah-n l-ey1 b-ah-l-d","jj"],unlawful:["ah-n l-ao1 f-ah-l","jj"],unlawfully:["ah-n l-ao1 f-ah l-iy","rb"],unleaded:["ah-n l-eh1 d-ah-d","jj"],unleash:["ah-n l-iy1-sh","vb vbp"],unleashed:["ah-n l-iy1-sh-t","vbn vbd"],unleashes:["ah-n l-iy1 sh-ih-z","vbz"],unleashing:["ah-n l-iy1 sh-ih-ng","vbg"],unless:["ah-n l-eh1-s","in"],unlicensed:["ah-n l-ay1 s-ah-n-s-t","jj"],unlike:["ah-n l-ay1-k","in jj nn"],unlikely:["ah-n l-ay1-k l-iy","jj rb"],unlimited:["ah-n l-ih1 m-ah t-ah-d","jj"],unlined:["ah-n l-ay1-n-d","jj"],unlisted:["ah-n l-ih1 s-t-ih-d","jj"],unload:["ah-n l-ow1-d","vb vbp"],unloaded:["ah-n l-ow1 d-ah-d","vbn jj vbd"],unloading:["ah-n l-ow1 d-ih-ng","vbg"],unloads:["ah-n l-ow1-d-z","vbz"],unlock:["ah-n l-aa1-k","vb vbp"],unlocked:["ah-n l-aa1-k-t","vbd vbn jj"],unlocking:["ah-n l-aa1 k-ih-ng","vbg"],unlucky:["ah-n l-ah1 k-iy","jj"],unmanageable:["ah-n m-ae1 n-ih jh-ah b-ah-l","jj"],unmanaged:["ah-n m-ae1 n-ih-jh-d","jj"],unmanned:["ah-n m-ae1-n-d","jj"],unmarked:["ah-n m-aa1-r-k-t","jj"],unmarried:["ah-n m-eh1 r-iy-d","jj"],unmask:["ah-n m-ae1-s-k","vb"],unmasked:["ah-n m-ae1-s-k-t","vbn"],unmatched:["ah-n m-ae1-ch-t","jj"],unmentioned:["ah-n m-eh1-n ch-ah-n-d","jj"],unmet:["ah-n m-eh1-t","jj"],unmistakable:["ah-n m-ih s-t-ey1 k-ah b-ah-l","jj"],unmistakably:["ah-n m-ih s-t-ey1 k-ah b-l-iy","rb"],unmixed:["ah-n m-ih1-k-s-t","jj"],unmolested:["ah-n m-ah l-eh1 s-t-ih-d","jj"],unmoved:["ah-n m-uw1-v-d","jj"],unnamed:["ah-n n-ey1-m-d","jj"],unnatural:["ah-n n-ae1 ch-er ah-l","jj"],unnecessarily:["ah-n n-eh1 s-ah s-eh r-ah l-iy","rb"],unnecessary:["ah-n n-eh1 s-ah s-eh r-iy","jj"],unneeded:["ah-n n-iy1 d-ih-d","jj"],unnerve:["ah-n-er1-v","vb"],unnerved:["ah-n n-er1-v-d","vbd jj"],unnerving:["ah-n er1 v-ih-ng","vbg jj"],unnoticed:["ah-n n-ow1 t-ih-s-t","jj"],unobtainable:["ah-n ah-b t-ey1 n-ah b-ah-l","jj"],unobtrusive:["ah-n ah-b t-r-uw1 s-ih-v","jj"],unoccupied:["ah-n aa1 k-y-ah p-ay-d","jj"],unofficial:["ah-n ah f-ih1 sh-ah-l","jj"],unofficially:["ah-n ah f-ih1 sh-ah l-iy","rb"],unopened:["ah-n ow1 p-ah-n-d","jj"],unopposed:["ah-n ah p-ow1-z-d","jj"],unorganized:["ah-n ao1-r g-ah n-ay-z-d","jj"],unorthodox:["ah n-ao1-r th-ah d-aa-k-s","jj"],unpack:["ah-n p-ae1-k","vb"],unpaid:["ah-n p-ey1-d","jj"],unpalatable:["ah-n p-ae1 l-ah t-ah b-ah-l","jj"],unparalleled:["ah-n p-eh1 r-ah l-eh-l-d","jj"],unpatriotic:["ah-n p-ey t-r-iy aa1 t-ih-k","jj"],unperturbed:["ah-n p-er t-er1-b-d","jj"],unplanned:["ah-n p-l-ae1-n-d","jj"],unpleasant:["ah-n p-l-eh1 z-ah-n-t","jj"],unpleasantly:["ah-n p-l-eh1 z-ah-n-t l-iy","rb"],unpleasantness:["ah-n p-l-eh1 z-ah-n-t n-ah-s","nn"],unpopular:["ah-n p-aa1 p-y-ah l-er","jj"],unpopularity:["ah-n p-aa p-y-ah l-eh1 r-ih t-iy","nn"],unprecedented:["ah-n p-r-eh1 s-ih d-eh-n t-ih-d","jj"],unprecedentedly:["ah-n p-r-eh1 s-ah d-eh-n t-ih-d l-iy","rb"],unpredictability:["ah-n p-r-ah d-ih-k t-ah b-ih1 l-ih t-iy","nn"],unpredictable:["ah-n p-r-ih d-ih1-k t-ah b-ah-l","jj"],unpredictably:["ah-n p-r-ih d-ih1-k t-ah b-l-iy","rb"],unprepared:["ah-n p-r-iy p-eh1-r-d","jj"],unpretentious:["ah-n p-r-iy t-eh1-n sh-ah-s","jj"],unproductive:["ah-n p-r-ah d-ah1-k t-ih-v","jj"],unprofessional:["ah-n p-r-ah f-eh1 sh-ah n-ah-l","jj"],unprofitable:["ah-n p-r-aa1 f-ih t-ah b-ah-l","jj"],unpromising:["ah-n p-r-ao1 m-ih s-ih-ng","jj"],unprotected:["ah-n p-r-ah t-eh1-k t-ih-d","jj"],unproved:["ah-n p-r-uw1-v-d","jj"],unproven:["ah-n p-r-uw1 v-ah-n","jj"],unpublicized:["ah-n p-ah1 b-l-ih s-ay-z-d","jj"],unpublished:["ah-n p-ah1 b-l-ih-sh-t","jj"],unpunished:["ah-n p-ah1 n-ih-sh-t","jj"],unqualified:["ah-n k-w-aa1 l-ih f-ay-d","jj"],unquestionable:["ah-n k-w-eh1-s ch-ah n-ah b-ah-l","jj"],unquestionably:["ah-n k-w-eh1-s ch-ah n-ah b-l-iy","rb"],unquestioned:["ah-n k-w-eh1-s ch-ah-n-d","jj"],unravel:["ah-n r-ae1 v-ah-l","vb vbp"],unraveled:["ah-n r-ae1 v-ah-l-d","vbn jj vbd"],unraveling:["ah-n r-ae1 v-ah-l ih-ng","jj vbg"],unread:["ah-n r-eh1-d","jj"],unreadable:["ah-n r-iy1 d-ah b-ah-l","jj"],unreal:["ah-n r-iy1-l","jj"],unrealistic:["ah-n r-iy l-ih1 s-t-ih-k","jj"],unrealistically:["ah-n r-iy ah l-ih1 s-t-ih-k l-iy","rb"],unreality:["ah-n r-iy ae1 l-ah t-iy","nn"],unrealized:["ah-n r-iy1 ah l-ay-z-d","jj"],unreasonable:["ah-n r-iy1-z n-ah b-ah-l","jj"],unreasonably:["ah-n r-iy1 z-ah-n ah b-l-iy","rb"],unreasoning:["ah-n r-iy1-z n-ih-ng","jj"],unrecognizable:["ah-n r-eh k-ah-g n-ay1 z-ah b-ah-l","jj"],unrecognized:["ah-n r-eh1 k-ah-g n-ay-z-d","jj"],unreconstructed:["ah-n r-iy k-ah-n s-t-r-ah1-k t-ih-d","jj"],unredeemed:["ah-n r-iy d-iy1-m-d","jj"],unregistered:["ah-n r-eh1 jh-ih s-t-er-d","jj"],unregulated:["ah-n r-eh1 g-y-ah l-ey t-ih-d","jj"],unrelated:["ah-n r-ih l-ey1 t-ih-d","jj"],unreleased:["ah-n r-ih l-iy1-s-t","jj"],unrelenting:["ah-n r-iy l-eh1-n t-ih-ng","jj"],unreliability:["ah-n r-iy l-ay ah b-ih1 l-ih t-iy","nn"],unreliable:["ah-n r-ih l-ay1 ah b-ah-l","jj"],unrelieved:["ah-n r-iy l-iy1-v-d","jj"],unremarkable:["ah-n r-ih m-aa1-r k-ah b-ah-l","jj"],unremitting:["ah-n r-ih m-ih1 t-ih-ng","jj"],unrepentant:["ah-n r-ih p-eh1-n t-ah-n-t","jj"],unreported:["ah-n r-iy p-ao1-r t-ih-d","jj"],unrequited:["ah-n r-iy k-w-ay1 t-ih-d","jj"],unresolved:["ah-n r-ih z-aa1-l-v-d","jj"],unresponsive:["ah-n r-iy s-p-aa1-n s-ih-v","jj"],unrest:["ah-n r-eh1-s-t","nn"],unrestrained:["ah-n r-iy s-t-r-ey1-n-d","jj"],unrestricted:["ah-n r-iy s-t-r-ih1-k t-ih-d","jj"],unrivaled:["ah-n r-ay1 v-ah-l-d","jj"],unruffled:["ah-n r-ah1 f-ah-l-d","jj"],unruly:["ah-n r-uw1 l-iy","jj"],unsafe:["ah-n s-ey1-f","jj"],unsaleable:["ah-n s-ey1 l-ah b-ah-l","jj"],unsanctioned:["ah-n s-ae1-ng-k sh-ah-n-d","jj"],unsatisfactory:["ah-n s-ah t-ih-s f-ae1-k t-er iy","jj"],unsatisfied:["ah-n s-ae1 t-ih-s f-ay-d","jj"],unsatisfying:["ah-n s-ae1 t-ih-s f-ay ih-ng","jj"],unsaturated:["ah-n s-ae1 ch-er ey t-ih-d","jj"],unsavory:["ah-n s-ey1 v-er iy","jj"],unscathed:["ah-n s-k-ey1-dh-d","jj"],unscheduled:["ah-n s-k-eh1 jh-uw-l-d","jj"],unscientific:["ah-n s-ay ah-n t-ih1 f-ih-k","jj"],unscramble:["ah-n s-k-r-ae1-m b-ah-l","vb"],unscrupulous:["ah-n s-k-r-uw1 p-y-ah l-ah-s","jj"],unseal:["ah-n s-iy1-l","vb"],unsealed:["ah-n s-iy1-l-d","vbn jj"],unseat:["ah-n s-iy1-t","vb"],unseated:["ah-n s-iy1 t-ih-d","jj vbd"],unseating:["ah-n s-iy1 t-ih-ng","vbg"],unsecured:["ah-n s-ih k-y-uh1-r-d","jj"],unseemly:["ah-n s-iy1-m l-iy","jj"],unseen:["ah-n s-iy1-n","jj"],unsentimental:["ah-n s-eh-n t-ih m-eh1-n t-ah-l","jj"],unsettle:["ah-n-s-eh1-t-ah-l","vb"],unsettled:["ah-n s-eh1 t-ah-l-d","jj vbd vbn"],unsettling:["ah-n s-eh1 t-ah-l ih-ng","jj vbg"],unshackled:["ah-n sh-ae1 k-ah-l-d","jj"],unshakable:["ah-n sh-ey1 k-ah b-ah-l","jj"],unsharpened:["ah-n sh-aa1-r p-ah-n-d","jj"],unshaven:["ah-n sh-ey1 v-ah-n","jj"],unsightly:["ah-n s-ay1-t l-iy","jj"],unsigned:["ah-n s-ay1-n-d","jj"],unskilled:["ah-n s-k-ih1-l-d","jj"],unsmiling:["ah-n s-m-ay1 l-ih-ng","jj"],unsold:["ah-n s-ow1-l-d","jj"],unsolicited:["ah-n s-ah l-ih1 s-ih t-ih-d","jj"],unsolved:["ah-n s-aa1-l-v-d","jj"],unsophisticated:["ah-n s-ah f-ih1 s-t-ih k-ey t-ih-d","jj"],unsound:["ah-n s-aw1-n-d","jj"],unspeakable:["ah-n s-p-iy1 k-ah b-ah-l","jj"],unspecified:["ah-n s-p-eh1 s-ah f-ay-d","jj"],unspectacular:["ah-n s-p-eh-k t-ae1 k-y-ah l-er","jj"],unspent:["ah-n s-p-eh1-n-t","jj"],unspoiled:["ah-n s-p-oy1-l-d","jj"],unspoken:["ah-n s-p-ow1 k-ah-n","jj"],unstable:["ah-n s-t-ey1 b-ah-l","jj"],unstated:["ah-n s-t-ey1 t-ih-d","jj"],unsteady:["ah-n s-t-eh1 d-iy","jj vb"],unstinting:["ah-n s-t-ih1-n t-ih-ng","jj"],unstoppable:["ah-n s-t-aa1 p-ah b-ah-l","jj"],unstructured:["ah-n s-t-r-ah1-k sh-er-d","jj"],unstuck:["ah-n s-t-ah1-k","jj"],unsubsidized:["ah-n s-ah1-b s-ah d-ay-z-d","jj"],unsubstantiated:["ah-n s-ah-b s-t-ae1-n sh-iy ey t-ih-d","jj"],unsubtle:["ah-n s-ah1 t-ah-l","jj"],unsuccessful:["ah-n s-ah-k s-eh1-s f-ah-l","jj"],unsuccessfully:["ah-n s-ah-k s-eh1-s f-ah l-iy","rb"],unsuitable:["ah-n s-uw1 t-ah b-ah-l","jj"],unsuited:["ah-n s-uw1 t-ih-d","jj"],unsung:["ah-n s-ah1-ng","jj"],unsupportable:["ah-n s-ah p-ao1-r t-ah b-ah-l","jj"],unsupported:["ah-n s-ah p-ao1-r t-ih-d","jj"],unsure:["ah-n sh-uh1-r","jj"],unsurpassed:["ah-n s-er p-ae1-s-t","jj"],unsurprising:["ah-n s-er p-r-ay1 z-ih-ng","jj"],unsuspected:["ah-n s-ah s-p-eh1-k t-ih-d","jj"],unsuspecting:["ah-n s-ah s-p-eh1-k t-ih-ng","jj"],unsustainable:["ah-n s-ah s-t-ey1 n-ah b-ah-l","jj"],unswerving:["ah-n s-w-er1 v-ih-ng","jj"],unsympathetic:["ah-n s-ih-m p-ah th-eh1 t-ih-k","jj"],untapped:["ah-n t-ae1-p-t","jj"],untenable:["ah-n t-eh1 n-ah b-ah-l","jj"],untested:["ah-n t-eh1 s-t-ih-d","jj"],unthinkable:["ah-n th-ih1-ng k-ah b-ah-l","jj nn"],unthinking:["ah-n th-ih1-ng k-ih-ng","jj"],unthinkingly:["ah-n th-ih1-ng k-ih-ng l-iy","rb"],untidy:["ah-n t-ay1 d-iy","jj"],untie:["ah-n-t-ay1","vb"],untied:["ah-n t-ay1-d","vbd"],until:["ah-n t-ih1-l","in"],untimely:["ah-n t-ay1-m l-iy","jj"],unto:["ah1-n t-uw","in rp"],untold:["ah-n t-ow1-l-d","jj"],untouchable:["ah-n t-ah1 ch-ah b-ah-l","jj"],untouched:["ah-n t-ah1-ch-t","jj"],untoward:["ah-n t-uw ao1-r-d","jj"],untraditional:["ah-n t-r-ah d-ih1 sh-ah n-ah-l","jj"],untrained:["ah-n t-r-ey1-n-d","jj"],untrammeled:["ah-n t-r-ae1 m-ah-l-d","jj"],untreated:["ah-n t-r-iy1 t-ih-d","jj"],untried:["ah-n t-r-ay1-d","jj"],untrue:["ah-n t-r-uw1","jj"],untrustworthy:["ah-n t-r-ah1-s-t w-er dh-iy","jj"],unturned:["ah-n t-er1-n-d","jj"],unusable:["ah-n y-uw1 z-ah b-ah-l","jj"],unused:["ah-n y-uw1-z-d","jj"],unusual:["ah n-y-uw1 zh-ah w-ah-l","jj"],unusually:["ah n-y-uw1 zh-ah-w ah l-iy","rb"],unveil:["ah-n v-ey1-l","vb"],unveiled:["ah-n v-ey1-l-d","vbd jj vbn"],unveiling:["ah-n v-ey1 l-ih-ng","vbg"],unveils:["ah-n v-ey1-l-z","vbz"],unverifiable:["ah-n v-eh r-ih f-ay1 ah b-ah-l","jj"],unwanted:["ah-n w-ao1-n t-ih-d","jj"],unwarranted:["ah-n w-ao1 r-ah-n t-ih-d","jj"],unwary:["ah-n w-eh1 r-iy","jj"],unwashed:["ah-n w-aa1-sh-t","jj"],unwavering:["ah-n w-ey1 v-er ih-ng","jj"],unwed:["ah-n w-eh1-d","jj"],unwelcome:["ah-n w-eh1-l k-ah-m","jj"],unwieldy:["ah-n w-iy1-l d-iy","jj"],unwilling:["ah-n w-ih1 l-ih-ng","jj"],unwillingness:["ah-n w-ih1 l-ih-ng n-ih-s","nn"],unwind:["ah-n w-ay1-n-d","vb"],unwinding:["ah-n w-ay1-n d-ih-ng","vbg"],unwise:["ah-n w-ay1-z","jj"],unwisely:["ah-n w-ay1-z l-iy","rb"],unwitting:["ah-n w-ih1 t-ih-ng","jj"],unwittingly:["ah-n w-ih1 t-ih-ng l-iy","rb"],unworkable:["ah-n w-er1 k-ah b-ah-l","jj"],unworthy:["ah-n w-er1 dh-iy","jj nn"],unwritten:["ah-n r-ih1 t-ah-n","jj"],unyielding:["ah-n y-iy1-l d-ih-ng","jj"],up:["ah1-p","in"],upbeat:["ah1-p b-iy-t","jj nn"],upbringing:["ah1-p b-r-ih ng-ih-ng","nn"],upcoming:["ah1-p k-ah m-ih-ng","jj"],update:["ah-p d-ey1-t","vb vbp nn"],updated:["ah-p d-ey1 t-ah-d","vbn jj"],updating:["ah-p d-ey1 t-ih-ng","vbg"],upgrade:["ah-p g-r-ey1-d","vb jj nn"],upgraded:["ah-p g-r-ey1 d-ah-d","vbn vbd jj"],upgrading:["ah-p g-r-ey1 d-ih-ng","vbg"],upheaval:["ah-p hh-iy1 v-ah-l","nn"],upheld:["ah-p hh-eh1-l-d","vbd vbn"],uphill:["ah1-p hh-ih1-l","jj rb"],uphold:["ah-p hh-ow1-l-d","vb vbp"],upholding:["ah-p hh-ow1-l d-ih-ng","vbg"],upholds:["ah-p hh-ow1-l-d-z","vbz"],upholster:["ah-p-ow1-l-s-t-er","vb"],upholstered:["ah-p ow1-l s-t-er-d","vbn"],upholstery:["ah-p ow1-l s-t-er iy","nn"],upkeep:["ah1-p k-iy-p","nn"],upland:["ah1-p l-ah-n-d","jj rb"],uplift:["ah1-p l-ih-f-t","nn vb"],uplifting:["ah1-p l-ih-f t-ih-ng","jj vbg"],upmarket:["ah1-p m-aa-r k-ah-t","jj"],upon:["ah p-aa1-n","in rb rp"],upped:["ah1-p-t","vbd vbn"],upper:["ah1 p-er","jj"],uppermost:["ah1 p-er m-ow-s-t","jjs jj rb"],upright:["ah-p r-ay1-t","rb jj"],uprising:["ah p-r-ay1 z-ih-ng","nn"],upriver:["ah p-r-ih1 v-er","jj"],uproar:["ah1-p r-ao-r","nn"],uproot:["ah-p r-uw1-t","vb"],uprooted:["ah-p r-uw1 t-ih-d","vbn vbd jj"],upscale:["ah1-p s-k-ey-l","jj nn rb"],upset:["ah-p s-eh1-t","vbn nn vb vbd vbp jj"],upsetting:["ah-p s-eh1 t-ih-ng","vbg jj nn"],upshot:["ah1-p sh-aa-t","nn"],upside:["ah1-p s-ay1-d","rb jj nn"],upstage:["ah-p-s-t-ey1-jh","vb"],upstaged:["ah1-p s-t-ey1-jh-d","vbn vbd"],upstairs:["ah-p s-t-eh1-r-z","nn rb jj"],upstanding:["ah1-p s-t-ae-n d-ih-ng","jj"],upstart:["ah1-p s-t-aa-r-t","nn jj"],upstate:["ah1-p s-t-ey1-t","jj rb"],upstream:["ah1-p s-t-r-iy1-m","rb jj"],upsurge:["ah1-p s-er-jh","nn"],upswing:["ah-p s-w-ih1-ng","nn"],uptick:["ah1-p t-ih-k","nn jj vb"],uptight:["ah-p t-ay1-t","jj"],uptown:["ah1-p t-aw1-n","nn jj"],uptrend:["ah1-p t-r-eh-n-d","nn"],upturn:["ah-p t-er1-n","nn"],upward:["ah1-p w-er-d","rb jj"],upwardly:["ah1-p w-er-d l-iy","rb"],uranium:["y-er ey1 n-iy ah-m","nn"],urban:["er1 b-ah-n","jj"],urbane:["er b-ey1-n","jj"],urbanization:["er b-ah n-ah z-ey1 sh-ah-n","nn"],urbanize:["er1-b-ah-n-ay-z","vb"],urbanized:["er1 b-ah n-ay-z-d","vbn jj"],urea:["y-er iy1 ah","nn"],uremia:["y-er iy1 m-iy ah","nn"],urethane:["y-er1 ah th-ey-n","nn"],urge:["er1-jh","vb vbp nn"],urged:["er1-jh-d","vbd vbn"],urgency:["er1 jh-ah-n s-iy","nn"],urgent:["er1 jh-ah-n-t","jj"],urgently:["er1 jh-ah-n-t l-iy","rb"],urging:["er1 jh-ih-ng","vbg"],urinary:["y-er1 ah n-eh r-iy","jj"],urine:["y-er1 ah-n","nn"],urn:["er1-n","nn"],us:["ah1-s","prp"],usable:["y-uw1 z-ah b-ah-l","jj"],usage:["y-uw1 s-ah-jh","nn"],use:["y-uw1-s","nn vb vbp"],used:["y-uw1-z-d","vbn vbd jj"],useful:["y-uw1-s f-ah-l","jj"],usefully:["y-uw1-s f-ah l-iy","rb"],usefulness:["y-uw1-s f-ah-l n-ah-s","nn"],useless:["y-uw1-s l-ah-s","jj"],user:["y-uw1 z-er","nn"],usher:["ah1 sh-er","nn vbp vb"],ushered:["ah1 sh-er-d","vbd vbn"],ushering:["ah1 sh-er ih-ng","vbg"],using:["y-uw1 z-ih-ng","vbg"],usual:["y-uw1 zh-ah w-ah-l","jj rb"],usually:["y-uw1 zh-ah-w ah l-iy","rb"],usurp:["y-uw s-er1-p","vb"],usurpation:["y-uw s-er p-ey1 sh-ah-n","nn"],usurped:["y-uw s-er1-p-t","vbn"],usurping:["y-uw s-er1 p-ih-ng","vbg"],utensil:["y-uw t-eh1-n s-ah-l","nn"],uterus:["y-uw1 t-er ah-s","nn"],utilitarian:["y-uw t-ih l-ah t-eh1 r-iy ah-n","jj"],utility:["y-uw t-ih1 l-ah t-iy","nn jj"],utilization:["y-uw t-ah l-ah z-ey1 sh-ah-n","nn"],utilize:["y-uw1 t-ah l-ay-z","vb vbp"],utilized:["y-uw1 t-ah l-ay-z-d","vbn vbd"],utilizes:["y-uw1 t-ah l-ay z-ih-z","vbz"],utilizing:["y-uw1 t-ah l-ay z-ih-ng","vbg"],utmost:["ah1-t m-ow-s-t","jj nn"],utopia:["y-uw t-ow1 p-iy ah","nn"],utopian:["y-uw t-ow1 p-iy ah-n","jj nn"],utter:["ah1 t-er","jj vbp vb"],utterance:["ah1 t-er ah-n-s","nn"],uttered:["ah1 t-er-d","vbd vbn"],uttering:["ah1 t-er ih-ng","vbg"],utterly:["ah1 t-er l-iy","rb"],vacancy:["v-ey1 k-ah-n s-iy","nn"],vacant:["v-ey1 k-ah-n-t","jj"],vacate:["v-ey1 k-ey-t","vb"],vacated:["v-ey k-ey1 t-ah-d","vbn vbd"],vacating:["v-ey1 k-ey t-ih-ng","vbg"],vacation:["v-ey k-ey1 sh-ah-n","nn vb"],vacationed:["v-ey k-ey1 sh-ah-n-d","vbd"],vacationer:["v-ey k-ey1 sh-ah-n er","nn"],vacationing:["v-ey k-ey1 sh-ah-n ih-ng","vbg"],vaccination:["v-ae-k s-ah n-ey1 sh-ah-n","nn"],vaccine:["v-ae-k s-iy1-n","nn"],vaccinia:["v-ah ch-iy1 n-iy ah","nn"],vacillate:["v-ae1 s-ah l-ey-t","vb"],vacillated:["v-ae1 s-ah l-ey t-ih-d","vbd"],vacillation:["v-ae s-ah l-ey1 sh-ah-n","nn"],vacuous:["v-ae1 k-y-uw ah-s","jj"],vacuum:["v-ae1 k-y-uw-m","nn jj vb vbp"],vacuuming:["v-ae1 k-y-uw m-ih-ng","vbg"],vagabond:["v-ae1 g-ah b-aa-n-d","nn"],vagary:["v-ey1 g-er iy","nn"],vagina:["v-ah jh-ay1 n-ah","nn"],vaginal:["v-ah jh-ay1 n-ah-l","jj"],vague:["v-ey1-g","jj"],vaguely:["v-ey1-g l-iy","rb"],vagueness:["v-ey1-g n-ih-s","nn"],vaguer:["v-ey1 g-er","jjr"],vaguest:["v-ey1 g-ih-s-t","jjs"],vain:["v-ey1-n","jj rb"],vainly:["v-ey1-n l-iy","rb"],valet:["v-ae l-ey1","nn"],valiant:["v-ae1-l y-ah-n-t","jj"],valiantly:["v-ae1-l y-ah-n-t l-iy","rb"],valid:["v-ae1 l-ah-d","jj"],validate:["v-ae1 l-ah d-ey-t","vb"],validated:["v-ae1 l-ah d-ey t-ah-d","vbn"],validating:["v-ae1 l-ah d-ey t-ih-ng","vbg"],validation:["v-ae l-ah d-ey1 sh-ah-n","nn"],validity:["v-ah l-ih1 d-ah t-iy","nn"],validly:["v-ae1 l-ih-d l-iy","rb"],valley:["v-ae1 l-iy","nn"],valor:["v-ae1 l-er","nn"],valuable:["v-ae1-l y-ah b-ah-l","jj"],valuation:["v-ae-l y-uw ey1 sh-ah-n","nn"],value:["v-ae1-l y-uw","nn vbp vb"],valued:["v-ae1-l y-uw-d","vbn jj vbd"],valueless:["v-ae1-l y-uw l-ah-s","jj"],valuing:["v-ae1-l y-uw ih-ng","vbg"],valve:["v-ae1-l-v","nn"],vampire:["v-ae1-m p-ay-r","nn"],van:["v-ae1-n","nn"],vandal:["v-ae1-n d-ah-l","nn"],vandalism:["v-ae1-n d-ah l-ih z-ah-m","nn"],vandalize:["v-ae1-n-d-ah-l-ay-z","vb"], +vandalized:["v-ae1-n d-ah l-ay-z-d","vbd vbn"],vane:["v-ey1-n","nn"],vanguard:["v-ae1-n g-aa-r-d","nn"],vanilla:["v-ah n-ih1 l-ah","nn"],vanish:["v-ae1 n-ih-sh","vbp vb"],vanished:["v-ae1 n-ih-sh-t","vbd vbn"],vanishes:["v-ae1 n-ih sh-ih-z","vbz"],vanishing:["v-ae1 n-ih sh-ih-ng","vbg"],vanity:["v-ae1 n-ah t-iy","nn"],vantage:["v-ae1-n t-ah-jh","nn"],vapor:["v-ey1 p-er","nn"],vaporization:["v-ey p-er ah z-ey1 sh-ah-n","nn"],variability:["v-eh r-iy ah b-ih1 l-ih t-iy","nn"],variable:["v-eh1 r-iy ah b-ah-l","jj nn"],variance:["v-eh1 r-iy ah-n-s","nn"],variant:["v-eh1 r-iy ah-n-t","nn jj"],variation:["v-eh r-iy ey1 sh-ah-n","nn"],varied:["v-eh1 r-iy-d","vbn vbd jj"],varies:["v-eh1 r-iy-z","vbz"],variety:["v-er ay1 ah t-iy","nn"],various:["v-eh1 r-iy ah-s","jj"],variously:["v-eh1 r-iy ah-s l-iy","rb"],varmint:["v-aa1-r m-ih-n-t","nn"],varnish:["v-aa1-r n-ih-sh","nn"],vary:["v-eh1 r-iy","vbp vb"],varying:["v-eh1 r-iy ih-ng","vbg jj"],vascular:["v-ae1 s-k-y-ah l-er","jj"],vase:["v-ey1-s","nn"],vassal:["v-ae1 s-ah-l","nn"],vast:["v-ae1-s-t","jj"],vastly:["v-ae1-s-t l-iy","rb"],vat:["v-ae1-t","nn"],vaudeville:["v-aa1-d v-ih-l","nn"],vault:["v-ao1-l-t","nn vb"],vaulted:["v-ao1-l t-ah-d","vbd"],vaulting:["v-ao1-l t-ih-ng","jj vbg"],vaunt:["v-ao1-n-t","vb"],vaunted:["v-ao1-n t-ih-d","jj vbn"],veal:["v-iy1-l","nn"],vector:["v-eh1-k t-er","nn"],veer:["v-ih1-r","vb"],veered:["v-ih1-r-d","vbd vbn"],veering:["v-ih1 r-ih-ng","vbg"],veers:["v-ih1-r-z","vbz"],vegetable:["v-eh1-jh t-ah b-ah-l","nn"],vegetarian:["v-eh jh-ah t-eh1 r-iy ah-n","jj"],vegetation:["v-eh jh-ah t-ey1 sh-ah-n","nn"],vehemence:["v-iy1 ah m-ah-n-s","nn"],vehement:["v-iy1 ah m-ah-n-t","jj"],vehemently:["v-iy1 ah m-ah-n-t l-iy","rb"],vehicle:["v-iy1 hh-ih k-ah-l","nn"],vehicular:["v-iy hh-ih1 k-y-ah l-er","jj"],veil:["v-ey1-l","nn vb"],veiled:["v-ey1-l-d","vbn jj"],veiling:["v-ey1 l-ih-ng","nn"],vein:["v-ey1-n","nn"],velocity:["v-ah l-aa1 s-ah t-iy","nn"],velvet:["v-eh1-l v-ah-t","nn"],velvety:["v-eh1-l v-ah t-iy","jj"],venal:["v-iy1 n-ah-l","jj"],vend:["v-eh1-n-d","vb"],vendetta:["v-eh-n d-eh1 t-ah","nn"],vending:["v-eh1-n d-ih-ng","vbg jj"],vendor:["v-eh1-n d-er","nn"],veneer:["v-ah n-ih1-r","nn"],venerable:["v-eh1 n-er ah b-ah-l","jj nn"],venerate:["v-eh1-n-er-ey-t","vb"],venerated:["v-eh1 n-er ey t-ih-d","vbn"],venereal:["v-ah n-ih1 r-iy ah-l","jj"],vengeance:["v-eh1-n jh-ah-n-s","nn"],venison:["v-eh1 n-ah s-ah-n","nn"],venom:["v-eh1 n-ah-m","nn"],venomous:["v-eh1 n-ah m-ah-s","jj"],vent:["v-eh1-n-t","nn vb"],vented:["v-eh1-n t-ih-d","vbd vbn"],ventilate:["v-eh1-n-t-ih-l-ey-t","vb"],ventilated:["v-eh1-n t-ah l-ey t-ih-d","vbd vbn jj"],ventilating:["v-eh1-n t-ah l-ey t-ih-ng","vbg"],ventilation:["v-eh-n t-ah l-ey1 sh-ah-n","nn"],ventilator:["v-eh1-n t-ah l-ey t-er","nn"],ventricular:["v-eh-n t-r-ih1 k-y-uw l-er","jj"],venture:["v-eh1-n ch-er","nn vbp jj vb"],ventured:["v-eh1-n ch-er-d","vbd vbn"],venturesome:["v-eh1-n ch-er s-ah-m","jj"],venturing:["v-eh1-n ch-er ih-ng","vbg"],venue:["v-eh1 n-y-uw","nn"],veracity:["v-er ae1 s-ih t-iy","nn"],veranda:["v-er ae1-n d-ah","nn"],verb:["v-er1-b","nn"],verbal:["v-er1 b-ah-l","jj"],verbally:["v-er b-ae1 l-iy","rb"],verbatim:["v-er b-ey1 t-ah-m","rb jj"],verbiage:["v-er1 b-iy ih-jh","nn"],verdant:["v-er1 d-ah-n-t","jj"],verdict:["v-er1 d-ih-k-t","nn"],verge:["v-er1-jh","nn"],verifiable:["v-eh1 r-ah f-ay ah b-ah-l","jj"],verification:["v-eh r-ah f-ah k-ey1 sh-ah-n","nn"],verified:["v-eh1 r-ah f-ay-d","vbn"],verify:["v-eh1 r-ah f-ay","vb vbp"],verifying:["v-eh1 r-ah f-ay ih-ng","vbg"],verisimilitude:["v-eh r-ah s-ah m-ih1 l-ah t-uw-d","nn"],veritable:["v-eh1 r-ih t-ah b-ah-l","jj"],verity:["v-eh1 r-ah t-iy","nn"],vermilion:["v-er m-ih1 l-y-ah-n","jj nn"],vernacular:["v-er n-ae1 k-y-ah l-er","nn jj"],vernal:["v-er1 n-ah-l","jj"],vernier:["v-er1 n-iy er","nn"],versatile:["v-er1 s-ah t-ah-l","jj"],versatility:["v-er s-ah t-ih1 l-ah t-iy","nn"],verse:["v-er1-s","nn"],versed:["v-er1-s-t","jj"],version:["v-er1 zh-ah-n","nn"],versus:["v-er1 s-ah-s","in cc"],vertebral:["v-er1 t-ah b-r-ah-l","jj"],vertebrate:["v-er1 t-ah b-r-ey-t","nn"],vertex:["v-er1 t-eh-k-s","nn"],vertical:["v-er1 t-ih k-ah-l","jj nn"],vertically:["v-er1 t-ih-k l-iy","rb"],vertigo:["v-er1 t-ih g-ow","nn"],verve:["v-er1-v","nn"],very:["v-eh1 r-iy","rb jj"],vessel:["v-eh1 s-ah-l","nn"],vest:["v-eh1-s-t","nn vb"],vested:["v-eh1 s-t-ah-d","vbn jj"],vestige:["v-eh1 s-t-ih-jh","nn"],vesting:["v-eh1 s-t-ih-ng","vbg"],vet:["v-eh1-t","nn"],veteran:["v-eh1 t-er ah-n","nn jj"],veterinarian:["v-eh t-r-ah n-eh1 r-iy ah-n","nn"],veterinary:["v-eh1 t-r-ah n-eh r-iy","jj"],veto:["v-iy1 t-ow","nn vb"],vetoed:["v-iy1 t-ow-d","vbd vbn"],vetoing:["v-iy1 t-ow ih-ng","vbg"],vetted:["v-eh1 t-ih-d","vbn"],vex:["v-eh1-k-s","vb vbp"],vexatious:["v-eh-k s-ey1 sh-ah-s","jj"],vexed:["v-eh1-k-s-t","vbn jj"],vexing:["v-eh1-k s-ih-ng","jj vbg"],via:["v-ay1 ah","in"],viability:["v-ay ah b-ih1 l-ah t-iy","nn"],viable:["v-ay1 ah b-ah-l","jj"],viaduct:["v-ay1 ah d-ah-k-t","nn"],vial:["v-ay1 ah-l","nn"],vibe:["v-ay1-b","nn"],vibrancy:["v-ay1 b-r-ah-n s-iy","nn"],vibrant:["v-ay1 b-r-ah-n-t","jj"],vibrate:["v-ay1 b-r-ey-t","vb"],vibrating:["v-ay1 b-r-ey t-ih-ng","vbg"],vibration:["v-ay b-r-ey1 sh-ah-n","nn"],vibrato:["v-iy b-r-aa1 t-ow","nn"],vicar:["v-ih1 k-er","nn"],vicarious:["v-ay k-eh1 r-iy ah-s","jj"],vicariously:["v-ay k-eh1 r-iy ah-s l-iy","rb"],vice:["v-ay1-s","nn jj rb"],vicinity:["v-ah s-ih1 n-ah t-iy","nn"],vicious:["v-ih1 sh-ah-s","jj"],viciously:["v-ih1 sh-ah-s l-iy","rb"],vicissitude:["v-ih s-ih1 s-ih t-uw-d","nn"],victim:["v-ih1-k t-ah-m","nn"],victimize:["v-ih1-k-t-ah-m-ay-z","vb"],victimized:["v-ih1-k t-ah m-ay-z-d","vbn jj"],victimless:["v-ih1-k t-ah-m l-ah-s","jj"],victor:["v-ih1-k t-er","nn"],victorious:["v-ih-k t-ao1 r-iy ah-s","jj"],victory:["v-ih1-k t-er iy","nn"],video:["v-ih1 d-iy ow","nn jj"],videocassette:["v-ih1 d-iy ow k-ae s-eh-t","nn"],videoconferencing:["v-iy d-iy ow k-aa1-n f-r-ah-n s-ih-ng","nn"],videodisk:["v-ih1 d-iy ow d-ih-s-k","nn"],videotape:["v-ih1 d-iy ow t-ey1-p","nn vb"],videotaped:["v-ih1 d-iy ow t-ey1-p-t","vbn vbd"],videotext:["v-ih1 d-iy ow t-eh-k-s-t","nn"],vie:["v-ay1","vbp vb"],vied:["v-ay1-d","vbd vbn"],vies:["v-ay1-z","vbz"],view:["v-y-uw1","nn vbp vb"],viewed:["v-y-uw1-d","vbn vbd"],viewer:["v-y-uw1 er","nn"],viewership:["v-y-uw1 er sh-ih-p","nn"],viewing:["v-y-uw1 ih-ng","vbg"],viewpoint:["v-y-uw1 p-oy-n-t","nn"],vigil:["v-ih1 jh-ah-l","nn"],vigilance:["v-ih1 jh-ah l-ah-n-s","nn"],vigilant:["v-ih1 jh-ah l-ah-n-t","jj"],vigilantism:["v-ih jh-ah l-ae1-n t-ih z-ah-m","nn"],vignette:["v-ih-n y-eh1-t","nn"],vigor:["v-ih1 g-er","nn"],vigorous:["v-ih1 g-er ah-s","jj"],vigorously:["v-ih1 g-er ah-s l-iy","rb"],vile:["v-ay1-l","jj"],vilification:["v-ih l-ah f-ah k-ey1 sh-ah-n","nn"],vilified:["v-ih1 l-ah f-ay-d","vbn"],vilify:["v-ih1-l-ih-f-ay","vb"],villa:["v-ih1 l-ah","nn"],village:["v-ih1 l-ah-jh","nn"],villager:["v-ih1 l-ih jh-er","nn"],villain:["v-ih1 l-ah-n","nn"],villainous:["v-ih1 l-ah n-ah-s","jj"],vindicate:["v-ih1-n d-ah k-ey-t","vb"],vindicated:["v-ih1-n d-ah k-ey t-ih-d","vbn vbd"],vindication:["v-ih-n d-ah k-ey1 sh-ah-n","nn"],vindictive:["v-ih-n d-ih1-k t-ih-v","jj"],vine:["v-ay1-n","nn"],vinegar:["v-ih1 n-ah g-er","nn"],vineyard:["v-ih1-n y-er-d","nn"],vintage:["v-ih1-n t-ih-jh","jj nn"],vintner:["v-ih1-n-t n-er","nn"],vinyl:["v-ay1 n-ah-l","nn"],violate:["v-ay1 ah l-ey-t","vb vbp jj"],violated:["v-ay1 ah l-ey t-ih-d","vbd vbn"],violates:["v-ay1 ah l-ey-t-s","vbz"],violating:["v-ay1 ah l-ey t-ih-ng","vbg"],violation:["v-ay ah l-ey1 sh-ah-n","nn"],violator:["v-ay1 ah l-ey t-er","nn"],violence:["v-ay1 ah l-ah-n-s","nn"],violent:["v-ay1 ah l-ah-n-t","jj"],violently:["v-ay1 ah l-ah-n-t l-iy","rb"],violet:["v-ay1 ah l-ih-t","nn"],violin:["v-ay ah l-ih1-n","nn"],violinist:["v-ay ah l-ih1 n-ah-s-t","nn"],viper:["v-ay1 p-er","nn"],viral:["v-ay1 r-ah-l","jj"],virgin:["v-er1 jh-ih-n","jj nn"],virginity:["v-er jh-ih1 n-ih t-iy","nn"],virile:["v-ih1 r-ah-l","jj"],virility:["v-er ih1 l-ah t-iy","nn"],virtual:["v-er1 ch-uw ah-l","jj"],virtually:["v-er1 ch-uw ah l-iy","rb in jj"],virtue:["v-er1 ch-uw","nn"],virtuosity:["v-er ch-uw aa1 s-ih t-iy","nn"],virtuoso:["v-er ch-uw ow1 s-ow","jj nn"],virtuous:["v-er1 ch-uw ah-s","jj"],virulence:["v-ih1 r-ah l-ah-n-s","nn"],virulent:["v-ih1 r-ah l-ah-n-t","jj"],virus:["v-ay1 r-ah-s","nn"],visa:["v-iy1 z-ah","nn"],visage:["v-ih1 z-ah-jh","nn"],visceral:["v-ih1 s-er ah-l","jj"],viscosity:["v-ih-s k-aa1 s-ah t-iy","nn"],viscous:["v-ih1-s k-ah-s","jj"],vise:["v-ay1-s","nn"],visibility:["v-ih z-ah b-ih1 l-ih t-iy","nn"],visible:["v-ih1 z-ah b-ah-l","jj"],visibly:["v-ih1 z-ah b-l-iy","rb"],vision:["v-ih1 zh-ah-n","nn"],visionary:["v-ih1 zh-ah-n eh r-iy","jj"],visit:["v-ih1 z-ah-t","nn vb vbp"],visitation:["v-ih z-ah t-ey1 sh-ah-n","nn"],visited:["v-ih1 z-ah t-ah-d","vbd vbn"],visiting:["v-ih1 z-ah t-ih-ng","vbg jj"],visitor:["v-ih1 z-ah t-er","nn"],vista:["v-ih1 s-t-ah","nn"],visual:["v-ih1 zh-ah w-ah-l","jj"],visualization:["v-ih zh-w-ah l-ah z-ey1 sh-ah-n","nn"],visualize:["v-ih1 zh-w-ah l-ay-z","vb"],visually:["v-ih1 zh-w-ah l-iy","rb"],vital:["v-ay1 t-ah-l","jj"],vitality:["v-ay t-ae1 l-ah t-iy","nn"],vitally:["v-ay1 t-ah l-iy","rb"],vitamin:["v-ay1 t-ah m-ah-n","nn"],vitriol:["v-ih1 t-r-iy ah-l","nn"],vitriolic:["v-ih t-r-iy aa1 l-ih-k","jj"],vivacious:["v-ah v-ey1 sh-ah-s","jj"],vivid:["v-ih1 v-ah-d","jj"],vividly:["v-ih1 v-ah-d l-iy","rb"],vividness:["v-ih1 v-ah-d n-ah-s","nn"],vocabulary:["v-ow k-ae1 b-y-ah l-eh r-iy","nn"],vocal:["v-ow1 k-ah-l","jj nn"],vocalist:["v-ow1 k-ah l-ih-s-t","nn"],vocally:["v-ow1 k-ah l-iy","rb"],vocation:["v-ow k-ey1 sh-ah-n","nn"],vocational:["v-ow k-ey1 sh-ah n-ah-l","jj"],vociferous:["v-ow s-ih1 f-er ah-s","jj"],vociferously:["v-ah s-ih1 f-er ah-s l-iy","rb"],vodka:["v-aa1-d k-ah","nn"],vogue:["v-ow1-g","nn"],voice:["v-oy1-s","nn vbp vb"],voiced:["v-oy1-s-t","vbd jj vbn"],voiceless:["v-oy1-s l-ah-s","jj"],voicing:["v-oy1 s-ih-ng","vbg"],"void":["v-oy1-d","nn jj vb"],voided:["v-oy1 d-ih-d","vbd vbn"],voids:["v-oy1-d-z","vbz"],"volatile":["v-aa1 l-ah t-ah-l","jj"],volatility:["v-aa l-ah t-ih1 l-ah t-iy","nn"],volcanic:["v-aa-l k-ae1 n-ih-k","jj"],volcano:["v-aa-l k-ey1 n-ow","nn"],volition:["v-ow l-ih1 sh-ah-n","nn"],volley:["v-aa1 l-iy","nn"],volleyball:["v-aa1 l-iy b-ao-l","nn"],volt:["v-ow1-l-t","nn"],voltage:["v-ow1-l t-ah-jh","nn"],voluble:["v-aa1 l-y-ah b-ah-l","jj"],volume:["v-aa1 l-y-uw-m","nn"],voluminous:["v-ah l-uw1 m-ah n-ah-s","jj"],voluntarily:["v-aa l-ah-n t-eh1 r-ah l-iy","rb"],voluntary:["v-aa1 l-ah-n t-eh r-iy","jj"],volunteer:["v-aa l-ah-n t-ih1-r","nn vb vbp"],volunteered:["v-aa l-ah-n t-ih1-r-d","vbd vbn"],volunteering:["v-ao l-ah-n t-ih1 r-ih-ng","vbg"],voluptuous:["v-ah l-ah1-p ch-ah-w ah-s","jj"],vomit:["v-aa1 m-ah-t","vb vbp"],vomiting:["v-aa1 m-ah t-ih-ng","vbg"],voodoo:["v-uw1 d-uw","nn"],voracious:["v-ao r-ey1 sh-ah-s","jj"],vortex:["v-ao1-r t-eh-k-s","nn"],vote:["v-ow1-t","nn vb vbp"],voted:["v-ow1 t-ah-d","vbd vbn"],voter:["v-ow1 t-er","nn"],voting:["v-ow1 t-ih-ng","nn jj vbg"],voucher:["v-aw1 ch-er","nn"],vow:["v-aw1","nn vb vbp"],vowed:["v-aw1-d","vbd vbn"],vowel:["v-aw1 ah-l","nn jj"],vowing:["v-aw1 ih-ng","vbg"],voyage:["v-oy1 ah-jh","nn"],voyager:["v-oy1 ah jh-er","nn"],voyeurism:["v-oy y-uw1 r-ih z-ah-m","nn"],vulgar:["v-ah1-l g-er","jj"],vulnerability:["v-ah-l n-er ah b-ih1 l-ih t-iy","nn"],vulnerable:["v-ah1-l n-er ah b-ah-l","jj"],vulture:["v-ah1-l ch-er","nn"],vying:["v-ay1 ih-ng","vbg"],wacky:["w-ae1 k-iy","jj"],wad:["w-aa1-d","nn vb"],wadded:["w-aa1 d-ah-d","vbd"],wade:["w-ey1-d","vb"],waded:["w-ey1 d-ih-d","vbd vbn"],wafer:["w-ey1 f-er","nn"],waffle:["w-aa1 f-ah-l","nn vb"],waffled:["w-aa1 f-ah-l-d","vbd vbn"],waffling:["w-aa1 f-l-ih-ng","vbg jj nn"],waft:["w-aa1-f-t","vb"],wafting:["w-aa1-f t-ih-ng","vbg"],wag:["w-ae1-g","nn vb vbp"],wage:["w-ey1-jh","nn vb"],waged:["w-ey1-jh-d","vbn vbd"],wager:["w-ey1 jh-er","nn vb"],wagering:["w-ey1 jh-er ih-ng","vbg"],wagged:["w-ae1-g-d","vbd"],wagging:["w-ae1 g-ih-ng","vbg"],waggle:["w-ae1 g-ah-l","vb nn"],waggling:["w-ae1 g-ah-l ih-ng","vbg"],waging:["w-ey1 jh-ih-ng","vbg"],wagon:["w-ae1 g-ah-n","nn"],waif:["w-ey1-f","nn"],wail:["w-ey1-l","nn vb"],wailed:["w-ey1-l-d","vbd vbn"],wailing:["w-ey1 l-ih-ng","vbg"],waist:["w-ey1-s-t","nn"],wait:["w-ey1-t","vb vbp nn"],waited:["w-ey1 t-ah-d","vbd vbn"],waiter:["w-ey1 t-er","nn"],waiting:["w-ey1 t-ih-ng","vbg jj"],waitress:["w-ey1 t-r-ah-s","nn"],waits:["w-ey1-t-s","vbz"],waive:["w-ey1-v","vb"],waived:["w-ey1-v-d","vbn vbd"],waiver:["w-ey1 v-er","nn"],waives:["w-ey1-v-z","vbz"],waiving:["w-ey1 v-ih-ng","vbg"],wake:["w-ey1-k","vbp vb"],wakes:["w-ey1-k-s","vbz"],waking:["w-ey1 k-ih-ng","vbg jj"],wale:["w-ey1-l","nn"],walk:["w-ao1-k","vb vbp nn"],walked:["w-ao1-k-t","vbd vbn"],walker:["w-ao1 k-er","nn"],walking:["w-ao1 k-ih-ng","vbg jj"],walkout:["w-ao1-k aw-t","nn"],walkway:["w-ao1-k w-ey","nn"],wall:["w-ao1-l","nn vbp vb"],wallboard:["w-ao1-l b-ao-r-d","nn"],walled:["w-ao1-l-d","jj vbn"],wallet:["w-ao1 l-ah-t","nn"],wallflower:["w-ao1-l f-l-aw er","nn"],wallop:["w-aa1 l-ah-p","nn vb"],walloping:["w-ao1 l-ah p-ih-ng","jj nn"],wallops:["w-aa1 l-ah-p-s","vbz"],wallow:["w-aa1 l-ow","vb"],wallowed:["w-aa1 l-ow-d","vbd vbn"],wallowing:["w-aa1 l-ow ih-ng","vbg"],wallpaper:["w-ao1-l p-ey p-er","nn"],walnut:["w-ao1-l n-ah-t","nn"],walrus:["w-ao1-l r-ah-s","nn"],waltz:["w-ao1-l-t-s","nn vb"],waltzing:["w-ao1-l-t s-ih-ng","vbg"],wan:["w-aa1-n","jj"],wand:["w-aa1-n-d","nn"],wander:["w-aa1-n d-er","vb vbp"],wandered:["w-aa1-n d-er-d","vbd"],wanderer:["w-aa1-n d-er er","nn"],wandering:["w-aa1-n d-er ih-ng","vbg"],wanders:["w-aa1-n d-er-z","vbz"],wane:["w-ey1-n","vb vbp nn"],waned:["w-ey1-n-d","vbd vbn"],wangle:["w-ae1-ng-g-ah-l","vb"],wangled:["w-ae1-ng g-ah-l-d","vbd"],waning:["w-ey1 n-ih-ng","vbg"],want:["w-aa1-n-t","vbp vb nn"],wanted:["w-aa1-n t-ah-d","vbd jj vbn"],wanting:["w-aa1-n t-ih-ng","vbg"],wanton:["w-ao1-n t-ah-n","jj"],war:["w-ao1-r","nn"],warble:["w-ao1-r-b-ah-l","vb"],warbling:["w-ao1-r b-ah-l ih-ng","vbg"],ward:["w-ao1-r-d","nn vb"],warded:["w-ao1-r d-ih-d","vbn"],warden:["w-ao1-r d-ah-n","nn"],wardrobe:["w-ao1-r-d r-ow-b","nn"],ware:["w-eh1-r","nn"],warehouse:["w-eh1-r hh-aw-s","nn vb"],warehousing:["w-eh1-r hh-aw z-ih-ng","nn"],warfare:["w-ao1-r f-eh-r","nn"],warhead:["w-ao1-r hh-eh-d","nn"],warily:["w-eh1 r-ah l-iy","rb"],wariness:["w-eh1 r-iy n-ih-s","nn"],warlike:["w-ao1-r l-ay-k","jj"],warlord:["w-ao1-r l-ao-r-d","nn"],warm:["w-ao1-r-m","jj vb"],warmed:["w-ao1-r-m-d","vbd vbn"],warmer:["w-ao1-r m-er","jjr"],warming:["w-ao1-r m-ih-ng","vbg"],warmish:["w-ao1-r m-ih-sh","jj"],warmly:["w-ao1-r-m l-iy","rb"],warms:["w-ao1-r-m-z","vbz"],warmth:["w-ao1-r-m-th","nn"],warmup:["w-ao1-r m-ah-p","nn"],warn:["w-ao1-r-n","vb vbp"],warned:["w-ao1-r-n-d","vbd vbn"],warning:["w-ao1-r n-ih-ng","nn vbg"],warningly:["w-ao1-r n-ih-ng l-iy","rb"],warns:["w-ao1-r-n-z","vbz"],warp:["w-ao1-r-p","nn vb"],warped:["w-ao1-r-p-t","vbn jj"],warping:["w-ao1-r p-ih-ng","vbg"],warrant:["w-ao1 r-ah-n-t","nn vbp vb"],warranted:["w-ao1 r-ah-n t-ih-d","vbn jj vbd"],warrantless:["w-ao1 r-ah-n-t l-ah-s","jj"],warranty:["w-ao1 r-ah-n t-iy","nn"],warren:["w-ao1 r-ah-n","nn"],warring:["w-ao1 r-ih-ng","vbg"],warrior:["w-ao1 r-iy er","nn"],warship:["w-ao1-r sh-ih-p","nn"],wart:["w-ao1-r-t","nn"],wartime:["w-ao1-r t-ay-m","nn"],wary:["w-eh1 r-iy","jj"],was:["w-aa1-z","vbd"],"wasn't":["w-aa1-z-ah-n-t","vbd"],wash:["w-aa1-sh","nn vbp vb"],washable:["w-aa1 sh-ah b-ah-l","jj"],washbasin:["w-aa1-sh b-ey s-ah-n","nn"],washboard:["w-aa1-sh b-ao-r-d","nn"],washed:["w-aa1-sh-t","vbn vbd jj"],washer:["w-aa1 sh-er","nn"],washing:["w-aa1 sh-ih-ng","vbg"],washout:["w-aa1-sh aw-t","nn"],wasp:["w-aa1-s-p","nn"],waste:["w-ey1-s-t","nn vbp jj vb"],wastebasket:["w-ey1-s-t b-ae s-k-ah-t","nn"],wasted:["w-ey1 s-t-ah-d","vbn vbd jj"],wasteful:["w-ey1-s-t f-ah-l","jj"],wasteland:["w-ey1-s-t l-ae-n-d","nn"],wastepaper:["w-ey1-s-t p-ey p-er","nn"],wastewater:["w-ey1-s-t w-ao t-er","nn"],wasting:["w-ey1 s-t-ih-ng","vbg jj nn"],watch:["w-aa1-ch","vb jj nn vbp"],watchdog:["w-aa1-ch d-ao-g","nn jj"],watched:["w-aa1-ch-t","vbd vbn jj"],watcher:["w-aa1 ch-er","nn"],watchful:["w-aa1-ch f-ah-l","jj"],watching:["w-aa1 ch-ih-ng","vbg"],watchman:["w-aa1-ch m-ah-n","nn"],watchword:["w-aa1-ch w-er-d","nn"],water:["w-ao1 t-er","nn vb jj"],watercolor:["w-ao1 t-er k-ah l-er","nn"],watered:["w-ao1 t-er-d","vbn vbd"],waterfall:["w-ao1 t-er f-ao-l","nn"],waterfront:["w-ao1 t-er f-r-ah-n-t","nn"],watering:["w-ao1 t-er ih-ng","vbg"],waterlogged:["w-ao1 t-er l-aa-g-d","jj"],watermelon:["w-ao1 t-er m-eh l-ah-n","nn"],waterproof:["w-ao1 t-er p-r-uw-f","nn"],waterproofing:["w-ao1 t-er p-r-uw f-ih-ng","nn"],watershed:["w-ao1 t-er sh-eh-d","nn jj"],waterway:["w-ao1 t-er w-ey","nn"],waterworks:["w-ao1 t-er w-er-k-s","nn"],watery:["w-ao1 t-er iy","jj"],watt:["w-aa1-t","nn"],wattle:["w-aa1 t-ah-l","nn"],wave:["w-ey1-v","nn vb vbp"],waved:["w-ey1-v-d","vbd vbn"],wavelength:["w-ey1-v l-eh-ng-th","nn"],waver:["w-ey1 v-er","vbp nn vb"],wavered:["w-ey1 v-er-d","vbd"],wavering:["w-ey1 v-er ih-ng","vbg"],waving:["w-ey1 v-ih-ng","vbg"],wavy:["w-ey1 v-iy","jj"],wax:["w-ae1-k-s","nn vb"],waxed:["w-ae1-k-s-t","vbd jj vbn"],waxing:["w-ae1-k s-ih-ng","nn"],waxy:["w-ae1-k s-iy","jj"],way:["w-ey1","nn rb"],waylaid:["w-ey1 l-ey-d","vbn"],wayside:["w-ey1 s-ay-d","nn"],wayward:["w-ey1 w-er-d","jj"],we:["w-iy1","prp"],weak:["w-iy1-k","jj"],weaken:["w-iy1 k-ah-n","vb vbp"],weakened:["w-iy1 k-ah-n-d","vbn jj vbd"],weakening:["w-iy1 k-ah n-ih-ng","vbg jj nn"],weakens:["w-iy1 k-ah-n-z","vbz"],weaker:["w-iy1 k-er","jjr rbr"],weakest:["w-iy1 k-ah-s-t","jjs"],weakly:["w-iy1-k l-iy","rb"],weakness:["w-iy1-k n-ah-s","nn"],wealth:["w-eh1-l-th","nn"],wealthier:["w-eh1-l th-iy er","jjr"],wealthiest:["w-eh1-l th-iy ah-s-t","jjs"],wealthy:["w-eh1-l th-iy","jj"],wean:["w-iy1-n","vb"],weaned:["w-iy1-n-d","vbn"],weaning:["w-iy1 n-ih-ng","vbg"],weapon:["w-eh1 p-ah-n","nn"],weaponry:["w-eh1 p-ah-n r-iy","nn"],wear:["w-eh1-r","vb jj nn vbp"],wearied:["w-ih1 r-iy-d","vbd"],wearily:["w-eh1 r-ah l-iy","rb"],weariness:["w-ih1 r-iy n-ah-s","nn"],wearing:["w-eh1 r-ih-ng","vbg"],wearisome:["w-ih1 r-iy s-ah-m","jj"],wears:["w-eh1-r-z","vbz"],weary:["w-ih1 r-iy","jj vb"],wearying:["w-iy1 r-iy ih-ng","vbg"],weasel:["w-iy1 z-ah-l","nn"],weather:["w-eh1 dh-er","nn vb vbp"],weathering:["w-eh1 dh-er ih-ng","vbg"],weatherman:["w-eh1 dh-er m-ae-n","nn"],weatherproof:["w-eh1 dh-er p-r-uw-f","jj"],weave:["w-iy1-v","vb nn"],weaver:["w-iy1 v-er","nn"],weaving:["w-iy1 v-ih-ng","vbg"],web:["w-eh1-b","nn jj"],wed:["w-eh1-d","vbn vb"],wedded:["w-eh1 d-ah-d","vbn jj"],wedding:["w-eh1 d-ih-ng","nn"],wedge:["w-eh1-jh","nn vb"],wedged:["w-eh1-jh-d","vbn vbd"],wedlock:["w-eh1-d l-aa-k","nn"],wee:["w-iy1","jj prp"],weed:["w-iy1-d","nn vb"],weeded:["w-iy1 d-ih-d","vbn"],weeding:["w-iy1 d-ih-ng","vbg"],week:["w-iy1-k","nn"],weekday:["w-iy1-k d-ey","nn jj"],weekend:["w-iy1-k eh-n-d","nn"],weeklong:["w-iy1-k l-ao-ng","jj nn"],weekly:["w-iy1-k l-iy","jj rb nn"],weep:["w-iy1-p","vb nn"],weeping:["w-iy1 p-ih-ng","vbg"],weevil:["w-iy1 v-ah-l","nn"],weigh:["w-ey1","vb vbp"],weighed:["w-ey1-d","vbd vbn"],weighing:["w-ey1 ih-ng","vbg"],weighs:["w-ey1-z","vbz"],weight:["w-ey1-t","nn vb"],weighted:["w-ey1 t-ih-d","jj vbd vbn"],weighting:["w-ey1 t-ih-ng","nn"],weightlessness:["w-ey1-t l-ah-s n-ah-s","nn"],weighty:["w-ey1 t-iy","jj"],weir:["w-iy1-r","nn"],weird:["w-ih1-r-d","jj nn"],weirdest:["w-ih1-r d-ah-s-t","jjs"],weirdly:["w-ih1-r-d l-iy","rb"],weirdo:["w-ih1-r d-ow","nn"],welcome:["w-eh1-l k-ah-m","jj nn vb vbp"],welcomed:["w-eh1-l k-ah-m-d","vbd vbn"],welcomes:["w-eh1-l k-ah-m-z","vbz"],welcoming:["w-eh1-l k-ah m-ih-ng","vbg jj"],weld:["w-eh1-l-d","vb nn"],welded:["w-eh1-l d-ih-d","vbn"],welding:["w-eh1-l d-ih-ng","vbg"],welfare:["w-eh1-l f-eh-r","nn"],well:["w-eh1-l","rb vbp jj nn vb uh"],wellhead:["w-eh1-l hh-eh-d","nn"],welling:["w-eh1 l-ih-ng","vbg"],wellness:["w-eh1-l n-ah-s","nn"],wellspring:["w-eh1-l s-p-r-ih-ng","nn"],welter:["w-eh1-l t-er","nn"],went:["w-eh1-n-t","vbd vbn"],wept:["w-eh1-p-t","vbd vbn"],were:["w-er","vbd vb"],"weren't":["w-er-ah-n-t","vbd vb"],west:["w-eh1-s-t","nn jj rb jjs"],westbound:["w-eh1-s-t b-aw-n-d","jj"],westerly:["w-eh1 s-t-er l-iy","jj rb"],western:["w-eh1 s-t-er-n","jj"],westward:["w-eh1-s-t w-er-d","rb jj nn"],wet:["w-eh1-t","jj nn vbd vb vbp"],wetland:["w-eh1-t l-ae-n-d","nn"],wetness:["w-eh1-t n-ah-s","nn"],whack:["w-ae1-k","vb nn"],whacked:["w-ae1-k-t","vbd vbn"],whacking:["w-ae1 k-ih-ng","vbg"],whale:["w-ey1-l","nn"],whaling:["w-ey1 l-ih-ng","nn"],whammy:["w-ae1 m-iy","nn"],wharf:["w-ao1-r-f","nn"],what:["w-ah1-t","wp wdt in"],whatever:["w-ah-t eh1 v-er","wdt rb wp"],whatsoever:["w-ah-t s-ow eh1 v-er","rb wp"],wheat:["w-iy1-t","nn jj"],wheel:["w-iy1-l","nn vb vbp"],wheelbase:["w-iy1-l b-ey-s","nn"],wheelchair:["w-iy1-l ch-eh-r","nn"],wheeled:["w-iy1-l-d","vbd jj vbn"],wheeling:["w-iy1 l-ih-ng","vbg"],wheeze:["w-iy1-z","vb nn"],wheezing:["w-iy1 z-ih-ng","vbg jj"],when:["w-eh1-n","wrb in"],whence:["w-eh1-n-s","wrb"],whenever:["w-eh-n eh1 v-er","wrb"],where:["w-eh1-r","wrb"],whereabouts:["w-eh1 r-ah b-aw-t-s","nn"],whereas:["w-eh r-ae1-z","in"],whereby:["w-eh-r b-ay1","wrb"],wherein:["w-eh r-ih1-n","wrb rb"],whereupon:["w-eh1 r-ah p-aa1-n","in"],wherever:["w-eh r-eh1 v-er","wrb"],wherewithal:["w-eh1-r w-ih dh-ao-l","nn jj"],whet:["w-eh1-t","vb"],whether:["w-eh1 dh-er","in cc"],whetted:["w-eh1 t-ih-d","vbn"],which:["w-ih1-ch","wdt wp"],whichever:["w-ih-ch eh1 v-er","wdt"],whiff:["w-ih1-f","nn"],"while":["w-ay1-l","in jj nn rb vb"],whim:["w-ih1-m","nn"],whimper:["w-ih1-m p-er","nn vb"],whimpering:["w-ih1-m p-er ih-ng","vbg"],whimsical:["w-ih1-m z-ih k-ah-l","jj"],whimsy:["w-ih1-m s-iy","nn"],whine:["w-ay1-n","nn vb"],whining:["w-ay1 n-ih-ng","vbg"],whip:["w-ih1-p","nn vb"],whiplash:["w-ih1-p l-ae-sh","nn"],whipped:["w-ih1-p-t","vbd vbn jj"],whipping:["w-ih1 p-ih-ng","vbg jj nn"],whirl:["w-er1-l","nn vb vbp"],whirled:["w-er1-l-d","vbd"],whirling:["w-er1 l-ih-ng","vbg jj nn"],whirlpool:["w-er1-l p-uw-l","nn"],whirlwind:["w-er1-l w-ih-n-d","nn jj"],whirring:["w-er1 ih-ng","vbg"],whisk:["w-ih1-s-k","vb"],whisked:["w-ih1-s-k-t","vbn"],whisker:["w-ih1 s-k-er","nn"],whiskey:["w-ih1-s k-iy","nn"],whisks:["w-ih1-s-k-s","vbz"],whisky:["w-ih1-s k-iy","nn"],whisper:["w-ih1 s-p-er","nn vb"],whispered:["w-ih1 s-p-er-d","vbd vbn jj"],whispering:["w-ih1 s-p-er ih-ng","vbg"],whistle:["w-ih1 s-ah-l","nn vb vbp"],whistleblower:["w-ih1 s-ah-l b-l-ow er","nn"],whistled:["w-ih1 s-ah-l-d","vbd vbn"],whistling:["w-ih1 s-l-ih-ng","vbg"],white:["w-ay1-t","jj nn"],whitely:["w-ay1-t l-iy","rb"],whiteness:["w-ay1-t n-ah-s","nn"],whitetail:["w-ay1-t t-ey-l","nn"],whitewash:["w-ay1-t w-aa-sh","nn vb"],whitewashed:["w-ay1-t w-aa-sh-t","vbn"],whitish:["w-ay1 t-ih-sh","jj"],whittle:["w-ih1 t-ah-l","vb vbp"],whittled:["w-ih1 t-ah-l-d","vbn"],whittling:["w-ih1-t l-ih-ng","vbg"],whiz:["w-ih1-z","nn vb uh"],whizzed:["w-ih1-z-d","vbd"],whizzing:["w-ih1 z-ih-ng","vbg"],who:["hh-uw1","wp nn"],whoever:["hh-uw eh1 v-er","wp"],whole:["hh-ow1-l","jj nn rp"],wholehearted:["hh-ow1-l hh-aa-r t-ih-d","jj"],wholeheartedly:["hh-ow1-l hh-aa-r t-ih-d l-iy","rb"],wholesale:["hh-ow1-l s-ey-l","jj nn vb"],wholesaler:["hh-ow1-l s-ey l-er","nn"],wholesaling:["hh-ow1-l s-ey l-ih-ng","vbg"],wholesome:["hh-ow1-l s-ah-m","jj"],wholly:["hh-ow1 l-iy","rb"],whom:["hh-uw1-m","wp"],whoop:["w-uw1-p","nn vb"],whooped:["w-uw1-p-t","vbd"],whooping:["w-uw1 p-ih-ng","vbg"],whoops:["w-uw1-p-s","vbz"],whoosh:["w-uw1-sh","vb vbp nn"],whopper:["w-aa1 p-er","nn"],whopping:["w-aa1 p-ih-ng","jj"],whore:["hh-ao1-r","nn"],whorl:["w-er1-l","nn"],whose:["hh-uw1-z","wp$"],whosoever:["hh-uw s-ow eh1 v-er","wp"],why:["w-ay1","wrb"],wick:["w-ih1-k","nn"],wicked:["w-ih1 k-ah-d","jj"],wickedly:["w-ih1 k-ih-d l-iy","rb"],wickedness:["w-ih1 k-ah-d n-ah-s","nn"],wicker:["w-ih1 k-er","nn"],wicket:["w-ih1 k-ah-t","nn"],wide:["w-ay1-d","jj rb"],widely:["w-ay1-d l-iy","rb"],widen:["w-ay1 d-ah-n","vb vbp"],widened:["w-ay1 d-ah-n-d","vbd vbn"],widening:["w-ay1 d-ah-n ih-ng","vbg"],widens:["w-ay1 d-ah-n-z","vbz"],wider:["w-ay1 d-er","jjr rbr"],widespread:["w-ay1-d s-p-r-eh1-d","jj"],widest:["w-ay1 d-ah-s-t","jjs"],widget:["w-ih1 jh-ih-t","nn"],widow:["w-ih1 d-ow","nn vb"],widowed:["w-ih1 d-ow-d","vbn jj"],widower:["w-ih1 d-ow er","nn"],width:["w-ih1-d-th","nn"],wield:["w-iy1-l-d","vb vbp"],wielded:["w-iy1-l d-ih-d","vbn vbd"],wielding:["w-iy1-l d-ih-ng","vbg"],wields:["w-iy1-l-d-z","vbz"],wiener:["w-iy1 n-er","nn"],wife:["w-ay1-f","nn"],wig:["w-ih1-g","nn"],wiggle:["w-ih1 g-ah-l","nn jj vb vbp"],wiggling:["w-ih1 g-ah-l ih-ng","vbg"],wild:["w-ay1-l-d","jj rb"],wildcat:["w-ay1-l-d k-ae-t","nn jj"],wildcatter:["w-ay1-l-d k-ae t-er","nn"],wilderness:["w-ih1-l d-er n-ah-s","nn"],wildest:["w-ay1-l d-ih-s-t","jjs"],wildflower:["w-ay1-l-d f-l-aw-r","nn"],wildlife:["w-ay1-l-d l-ay-f","nn"],wildly:["w-ay1-l-d l-iy","rb"],wildness:["w-ay1-l-d n-ah-s","nn"],wile:["w-ay1-l","nn"],will:["w-ih1-l","md vbp nn vb"],willed:["w-ih1-l-d","vbd vbn"],willful:["w-ih1-l f-ah-l","jj"],willfully:["w-ih1-l f-ah l-iy","rb"],william:["w-ih1 l-y-ah-m","nn"],willing:["w-ih1 l-ih-ng","jj vbg"],willingly:["w-ih1 l-ih-ng l-iy","rb"],willingness:["w-ih1 l-ih-ng n-ah-s","nn"],willow:["w-ih1 l-ow","nn"],willowy:["w-ih1 l-ah-w iy","jj"],willpower:["w-ih1-l p-aw er","nn"],willy:["w-ih1 l-iy","rb"],wilt:["w-ih1-l-t","vb"],wilted:["w-ih1-l t-ih-d","jj vbn"],wilting:["w-ih1-l t-ih-ng","vbg"],wily:["w-ay1 l-iy","jj"],wimp:["w-ih1-m-p","nn vb"],win:["w-ih1-n","vb nn vbp"],wince:["w-ih1-n-s","nn vb"],winced:["w-ih1-n-s-t","vbd vbn"],wincing:["w-ih1-n s-ih-ng","vbg"],wind:["w-ay1-n-d","nn vbp vb"],winded:["w-ih1-n d-ih-d","jj vbn"],winder:["w-ih1-n d-er","nn"],windfall:["w-ih1-n-d f-ao-l","nn"],winding:["w-ay1-n d-ih-ng","vbg jj nn"],windmill:["w-ih1-n-d m-ih-l","nn"],window:["w-ih1-n d-ow","nn"],windowless:["w-ih1-n d-ow l-ah-s","jj"],windowpane:["w-ih1-n d-ow p-ey-n","nn"],windshield:["w-ih1-n-d sh-iy-l-d","nn"],windstorm:["w-ih1-n-d s-t-ao-r-m","nn"],windswept:["w-ih1-n s-w-eh-p-t","jj"],windup:["w-ay1-n d-ah-p","nn"],windy:["w-ih1-n d-iy","jj"],wine:["w-ay1-n","nn jj"],wined:["w-ay1-n-d","vbd"],winery:["w-ay1 n-er iy","nn"],wing:["w-ih1-ng","nn vb"],winged:["w-ih1-ng-d","vbd vbn jj"],winger:["w-ih1 ng-er","nn"],winging:["w-ih1 ng-ih-ng","vbg"],wingman:["w-ih1-ng m-ah-n","nn"],wink:["w-ih1-ng-k","nn vb"],winked:["w-ih1-ng-k-t","vbd vbn"],winking:["w-ih1-ng k-ih-ng","vbg"],winner:["w-ih1 n-er","nn"],winning:["w-ih1 n-ih-ng","vbg jj nn"],winningest:["w-ih1 n-ih ng-ah-s-t","jjs"],winnow:["w-ih1 n-ow","vb"],winnowing:["w-ih1 n-ow ih-ng","nn"],wino:["w-iy1 n-ow","nn"],winsome:["w-ih1-n s-ah-m","jj"],winter:["w-ih1-n t-er","nn vb"],wintered:["w-ih1-n t-er-d","vbn"],wintertime:["w-ih1-n t-er t-ay-m","nn"],wintry:["w-ih1-n t-r-iy","jj"],wipe:["w-ay1-p","vb vbp"],wiped:["w-ay1-p-t","vbd vbn"],wipeout:["w-ay1-p aw-t","nn"],wipes:["w-ay1-p-s","vbz"],wiping:["w-ay1 p-ih-ng","vbg"],wire:["w-ay1 er","nn vb"],wired:["w-ay1 er-d","vbn vbd"],wireless:["w-ay1-r l-ih-s","jj"],wireline:["w-ay1-r l-ay-n","jj"],wiretap:["w-ay1 er t-ae-p","nn"],wiretapping:["w-ay1 er t-ae p-ih-ng","vbg"],wiring:["w-ay1 r-ih-ng","vbg"],wiry:["w-ih1 r-iy","jj"],wisdom:["w-ih1-z d-ah-m","nn"],wise:["w-ay1-z","jj"],wisecrack:["w-ay1-z k-r-ae-k","nn"],wisely:["w-ay1-z l-iy","rb"],wiser:["w-ay1 z-er","jjr rbr"],wisest:["w-ay1 z-ah-s-t","jjs"],wish:["w-ih1-sh","vbp nn vb"],wished:["w-ih1-sh-t","vbd vbn"],wisher:["w-ih1 sh-er","nn"],wishful:["w-ih1-sh f-ah-l","jj"],wishing:["w-ih1 sh-ih-ng","vbg"],wisp:["w-ih1-s-p","nn"],wispy:["w-ih1 s-p-iy","jj"],wistful:["w-ih1-s-t f-ah-l","jj"],wistfully:["w-ih1-s-t f-ah l-iy","rb"],wit:["w-ih1-t","nn"],witch:["w-ih1-ch","nn"],witchcraft:["w-ih1-ch k-r-ae-f-t","nn"],witching:["w-ih1 ch-ih-ng","jj nn"],"with":["w-ih1-dh","in jj rb rp"],withdraw:["w-ih-dh d-r-ao1","vb vbp"],withdrawal:["w-ih-dh d-r-ao1 ah-l","nn"],withdrawing:["w-ih-th d-r-ao1 ih-ng","vbg"],withdrawn:["w-ih-th d-r-ao1-n","vbn"],withdraws:["w-ih-dh d-r-ao1-z","vbz"],withdrew:["w-ih-th d-r-uw1","vbd"],wither:["w-ih1 dh-er","vb vbp"],withered:["w-ih1 dh-er-d","jj vbn"],withering:["w-ih1 dh-er ih-ng","vbg jj"],withheld:["w-ih-th hh-eh1-l-d","vbn vbd"],withhold:["w-ih-th hh-ow1-l-d","vb vbp"],withholding:["w-ih-th hh-ow1-l d-ih-ng","vbg"],withholds:["w-ih1-th hh-ow-l-d-z","vbz"],within:["w-ih dh-ih1-n","in rb"],without:["w-ih th-aw1-t","in"],withstand:["w-ih-th s-t-ae1-n-d","vb vbp"],withstanding:["w-ih-th s-t-ae1-n d-ih-ng","vbg"],withstands:["w-ih-th s-t-ae1-n-d-z","vbz"],withstood:["w-ih-th s-t-uh1-d","vbd vbn"],witness:["w-ih1-t n-ah-s","nn vb"],witnessed:["w-ih1-t n-ah-s-t","vbn vbd"],witnessing:["w-ih1-t n-ah s-ih-ng","vbg"],wittily:["w-ih1 t-ah l-iy","rb"],wittingly:["w-ih1 t-ih-ng l-iy","rb"],witty:["w-ih1 t-iy","jj"],wizard:["w-ih1 z-er-d","nn"],wobble:["w-aa1 b-ah-l","vb nn"],wobbled:["w-aa1 b-ah-l-d","vbd vbn"],wobbling:["w-aa1 b-ah-l ih-ng","vbg"],wobbly:["w-aa1 b-ah-l iy","jj"],woe:["w-ow1","nn"],woeful:["w-ow1 f-ah-l","jj"],woefully:["w-ow1 f-ah l-iy","rb"],woke:["w-ow1-k","vbd"],woken:["w-ow1 k-ah-n","vbn"],wolf:["w-uh1-l-f","nn"],woman:["w-uh1 m-ah-n","nn"],women:["w-ih1 m-eh-n","nns"],womanhood:["w-uh1 m-ah-n hh-uh-d","nn"],womanize:["w-uh1-m-ah-n-ay-z","vb"],womanizing:["w-uh1 m-ah n-ay z-ih-ng","vbg"],womb:["w-uw1-m","nn"],won:["w-ah1-n","vbd nn vbn"],wonder:["w-ah1-n d-er","nn vbp jj vb"],wondered:["w-ah1-n d-er-d","vbd vbn"],wonderful:["w-ah1-n d-er f-ah-l","jj"],wonderfully:["w-ah1-n d-er f-ah l-iy","rb"],wonderfulness:["w-ah1-n d-er f-ah-l n-ah-s","nn"],wondering:["w-ah1-n d-er ih-ng","vbg"],wonderland:["w-ah1-n d-er l-ae-n-d","nn"],wondrous:["w-ah1-n d-r-ah-s","jj"],"won't":["w-ow1-n-t","vbp"],woo:["w-uw1","vb vbp"],wood:["w-uh1-d","nn"],wooded:["w-uh1 d-ih-d","jj"],wooden:["w-uh1 d-ah-n","jj"],woodland:["w-uh1-d l-ae-n-d","jj"],woodpecker:["w-uh1-d p-eh k-er","nn"],woodwind:["w-uh1-d w-ih-n-d","nn"],woodwork:["w-uh1-d w-er-k","nn"],woodworking:["w-uh1-d w-er k-ih-ng","nn"],wooed:["w-uw1-d","vbn vbd"],woof:["w-uw1-f","nn"],wooing:["w-uw1 ih-ng","vbg"],wool:["w-uh1-l","nn"],woolen:["w-uh1 l-ah-n","jj"],woolly:["w-uh1 l-iy","jj"],woos:["w-uw1-z","vbz"],woozy:["w-uw1 z-iy","jj"],word:["w-er1-d","nn vb"],worded:["w-er1 d-ih-d","vbn jj vbd"],wording:["w-er1 d-ih-ng","nn"],wore:["w-ao1-r","vbd"],work:["w-er1-k","nn vb vbp"],workable:["w-er1 k-ah b-ah-l","jj"],workaholic:["w-er1 k-ah hh-aa1 l-ih-k","nn jj"],workbench:["w-er1-k b-eh-n-ch","nn"],workday:["w-er1-k d-ey","nn"],worked:["w-er1-k-t","vbd vbn"],worker:["w-er1 k-er","nn"],workforce:["w-er1-k f-ao-r-s","nn"],workhorse:["w-er1-k hh-ao-r-s","nn"],working:["w-er1 k-ih-ng","vbg jj nn"],workload:["w-er1-k l-ow-d","nn"],workman:["w-er1-k m-ah-n","nn"],workmanlike:["w-er1-k m-ae-n l-ay-k","jj"],workmanship:["w-er1-k m-ah-n sh-ih-p","nn"],workout:["w-er1-k aw-t","nn"],workplace:["w-er1-k p-l-ey-s","nn jj"],workroom:["w-er1-k r-uw-m","nn"],worksheet:["w-er1-k sh-iy-t","nn"],workshop:["w-er1-k sh-aa-p","nn"],workstation:["w-er1-k s-t-ey sh-ah-n","nn"],workweek:["w-er1-k w-iy-k","nn"],world:["w-er1-l-d","nn rb"],worldly:["w-er1-l-d l-iy","jj"],worldwide:["w-er1-l-d w-ay1-d","jj rb"],worm:["w-er1-m","nn"],wormwood:["w-er1-m w-uh-d","nn"],worn:["w-ao1-r-n","vbn jj"],worried:["w-er1 iy-d","vbn vbd jj"],worrier:["w-er1 iy er","nn"],worrisome:["w-er1 iy s-ah-m","jj"],worry:["w-er1 iy","vb nn vbp"],worrying:["w-er1 iy ih-ng","vbg jj"],worse:["w-er1-s","jj"],worsen:["w-er1 s-ah-n","vb"],worsened:["w-er1 s-ah-n-d","vbd vbn"],worsening:["w-er1 s-ah-n ih-ng","vbg jj nn"],worsens:["w-er1 s-ah-n-z","vbz"],worship:["w-er1 sh-ah-p","nn vb vbp"],worshiped:["w-er1 sh-ih-p-t","vbn"],worshipful:["w-er1 sh-ah-p f-ah-l","jj"],worshipper:["w-er1 sh-ih p-er","nn"],worshipping:["w-er1 sh-ah p-ih-ng","vbg"],worst:["w-er1-s-t","jjs rbs jj"],worsted:["w-er1 s-t-ih-d","jj nn"],worth:["w-er1-th","jj in nn rb vbn"],worthier:["w-er1 dh-iy er","jjr"],worthiest:["w-er1 dh-iy ah-s-t","jjs"],worthiness:["w-er1 dh-iy n-ih-s","nn"], +worthless:["w-er1-th l-ah-s","jj"],worthwhile:["w-er1-th w-ay1-l","jj"],worthy:["w-er1 dh-iy","jj"],would:["w-uh1-d","md"],"wouldn't":["w-uh1-d-ah-n-t","md"],wound:["w-aw1-n-d","nn vbd vbn vb"],wounded:["w-uw1-n d-ah-d","vbn jj"],wounding:["w-uw1-n d-ih-ng","vbg"],wove:["w-ow1-v","vbd"],woven:["w-ow1 v-ah-n","vbn jj"],wow:["w-aw1","vb"],wowed:["w-aw1-d","vbd"],wows:["w-aw1-z","vbz"],wrack:["r-ae1-k","vb vbp"],wracked:["r-ae1-k-t","vbn vbd"],wracking:["r-ae1 k-ih-ng","vbg"],wrangle:["r-ae1-ng-g-ah-l","vb"],wrangled:["r-ae1-ng g-ah-l-d","vbd vbn"],wrangler:["r-ae1-ng g-ah l-er","nn"],wrangling:["r-ae1-ng g-ah l-ih-ng","vbg"],wrap:["r-ae1-p","vb nn vbp"],wrapped:["r-ae1-p-t","vbn vbd"],wrapper:["r-ae1 p-er","nn"],wrapping:["r-ae1 p-ih-ng","vbg"],wrath:["r-ae1-th","nn"],wreak:["r-iy1-k","vb"],wreaked:["r-iy1-k-t","vbd vbn"],wreaking:["r-iy1 k-ih-ng","vbg"],wreath:["r-iy1-th","nn"],wreck:["r-eh1-k","nn vb"],wreckage:["r-eh1 k-ah-jh","nn"],wrecked:["r-eh1-k-t","vbd jj vbn"],wrecker:["r-eh1 k-er","nn"],wrecking:["r-eh1 k-ih-ng","vbg"],wrench:["r-eh1-n-ch","vb nn"],wrenched:["r-eh1-n-ch-t","vbd vbn"],wrenching:["r-eh1-n ch-ih-ng","jj vbg"],wrest:["r-eh1-s-t","vb"],wrested:["r-eh1 s-t-ih-d","vbd vbn"],wrestle:["r-eh1 s-ah-l","vb"],wrestler:["r-eh1 s-ah l-er","nn"],wrestling:["r-eh1 s-l-ih-ng","vbg"],wretched:["r-eh1 ch-ih-d","jj"],wring:["r-ih1-ng","vb"],wringing:["r-ih1 ng-ih-ng","vbg"],wrinkle:["r-ih1-ng k-ah-l","nn vb"],wrinkled:["r-ih1-ng k-ah-l-d","jj vbd vbn"],wrinkling:["r-ih1-ng k-ah-l ih-ng","vbg"],wrist:["r-ih1-s-t","nn"],wristwatch:["r-ih1-s-t w-aa-ch","nn"],writ:["r-ih1-t","nn vbn"],write:["r-ay1-t","vb vbp"],writedown:["r-ay1-t d-aw-n","nn"],writeoff:["r-ay1 t-ao-f","nn"],writer:["r-ay1 t-er","nn"],writes:["r-ay1-t-s","vbz"],writhe:["r-ih1-th","vb"],writhing:["r-ay1 dh-ih-ng","vbg jj nn"],writing:["r-ay1 t-ih-ng","vbg"],written:["r-ih1 t-ah-n","vbn jj"],wrong:["r-ao1-ng","jj nn rb vb"],wrongdoer:["r-ao1-ng d-uw1 er","nn"],wrongdoing:["r-ao1-ng d-uw ih-ng","nn"],wronged:["r-ao1-ng-d","vbn jj"],wrongful:["r-ao1-ng f-ah-l","jj"],wrongfully:["r-ao1-ng f-ah l-iy","rb"],wrongly:["r-ao1-ng l-iy","rb"],wrote:["r-ow1-t","vbd"],wrought:["r-ao1-t","vbn vbd jj"],wrung:["r-ah1-ng","vb"],wry:["r-ay1","jj"],wryly:["r-ay1 l-iy","rb"],xenon:["z-iy1 n-aa-n","nn"],xenophobia:["z-eh n-ah f-ow1 b-iy ah","nn"],xenophobic:["z-eh n-ah f-aa1 b-ih-k","jj"],yacht:["y-aa1-t","nn"],yachting:["y-aa1 t-ih-ng","nn"],yachtsman:["y-aa1-t-s m-ah-n","nn"],yahoo:["y-aa1 hh-uw","nn"],yank:["y-ae1-ng-k","vb nn"],yanked:["y-ae1-ng-k-t","vbd vbn"],yanking:["y-ae1-ng k-ih-ng","vbg"],yard:["y-aa1-r-d","nn"],yardage:["y-aa1-r d-ih-jh","nn"],yardstick:["y-aa1-r-d s-t-ih-k","nn"],yarn:["y-aa1-r-n","nn"],yawn:["y-ao1-n","nn vb"],yawning:["y-ao1 n-ih-ng","vbg jj"],yeah:["y-ae1","uh nn"],year:["y-ih1-r","nn jj"],yearago:["y-ih1 r-ah g-ow","jj"],yearbook:["y-ih1-r b-uh-k","nn"],yearling:["y-er1 l-ih-ng","jj"],yearly:["y-ih1-r l-iy","jj rb"],yearn:["y-er1-n","vb vbp nn"],yearned:["y-er1-n-d","vbd vbn"],yearning:["y-er1 n-ih-ng","nn vbg"],yeast:["y-iy1-s-t","nn"],yell:["y-eh1-l","nn vb"],yelled:["y-eh1-l-d","vbd vbn"],yellin:["y-eh1 l-ih-n","nn"],yelling:["y-eh1 l-ih-ng","vbg"],yellow:["y-eh1 l-ow","jj nn vb"],yellowing:["y-eh1 l-ow ih-ng","vbg"],yellowish:["y-eh1 l-ow ih-sh","jj"],yells:["y-eh1-l-z","vbz"],yen:["y-eh1-n","nn"],yes:["y-eh1-s","uh rb"],yesterday:["y-eh1 s-t-er d-ey","nn rb"],yesteryear:["y-eh1 s-t-er y-ih-r","nn"],yet:["y-eh1-t","rb cc"],"yield":["y-iy1-l-d","vb vbp jj nn"],yielded:["y-iy1-l d-ah-d","vbd vbn"],yielding:["y-iy1-l d-ih-ng","vbg jj nn"],yodel:["y-ow1 d-ah-l","nn vb"],yodeling:["y-ow1 d-ah-l ih-ng","vbg"],yoga:["y-ow1 g-ah","nn"],yogurt:["y-ow1 g-er-t","nn"],yoke:["y-ow1-k","nn"],yolk:["y-ow1-k","nn"],yonder:["y-aa1-n d-er","nn"],you:["y-uw1","prp rp"],young:["y-ah1-ng","jj"],younger:["y-ah1-ng g-er","jjr"],youngest:["y-ah1-ng g-ah-s-t","jjs"],youngster:["y-ah1-ng s-t-er","nn"],your:["y-ao1-r","prp$"],yours:["y-uh1-r-z","prp jj"],yourself:["y-er s-eh1-l-f","prp"],yourselves:["y-uh-r s-eh1-l-v-z","prp"],youth:["y-uw1-th","nn"],youthful:["y-uw1-th f-ah-l","jj"],yuletide:["y-uw1-l t-ay-d","nn"],yummy:["y-ah1 m-iy","jj nn"],yuppie:["y-ah1 p-iy","nn"],zany:["z-ey1 n-iy","jj"],zap:["z-ae1-p","vb vbp"],zapped:["z-ae1-p-t","vbd"],zapping:["z-ae1 p-ih-ng","vbg"],zeal:["z-iy1-l","nn"],zealot:["z-eh1 l-ah-t","nn"],zealous:["z-eh1 l-ah-s","jj"],zealously:["z-iy1 l-ah-s l-iy","rb"],zebra:["z-iy1 b-r-ah","nn"],zenith:["z-iy1 n-ah-th","nn"],zero:["z-iy1-r-ow","vb"],zeroed:["z-ih1 r-ow-d","vbn"],zeroing:["z-iy1 r-ow ih-ng","vbg"],zest:["z-eh1-s-t","nn"],zigzag:["z-ih1-g-z-ae-g","vb"],zigzagging:["z-ih1-g z-ae g-ih-ng","vbg"],zilch:["z-ih1-l-ch","nn jj"],zinc:["z-ih1-ng-k","nn"],zip:["z-ih1-p","nn vbp vb"],zipped:["z-ih1-p-t","vbd"],zipper:["z-ih1 p-er","nn"],zippo:["z-ih1 p-ow","nn"],zombie:["z-aa1-m b-iy","nn"],zone:["z-ow1-n","nn"],zoo:["z-uw1","nn"],zoologist:["z-ow aa1 l-ah jh-ah-s-t","nn"],zoology:["z-ow aa1 l-ah jh-iy","nn"],zoom:["z-uw1-m","vb"],zoomed:["z-uw1-m-d","vbd vbn"],zooming:["z-uw1 m-ih-ng","vbg"],zooms:["z-uw1-m-z","vbz"]}}for(var E="",SP=" ",EA=[],N="number",S="string",O="object",A="array",B="boolean",R="regexp",F="function",BN="\n",FEATURES=["tokens","stresses","phonemes","syllables","pos","text"],RiTa={VERSION:"1.3.94",SPLIT_CONTRACTIONS:!1,JAVA:1,JS:2,NODE:3,DATA_LOADED:"DataLoaded",INTERNAL:"Internal",UNKNOWN:"Unknown",FIRST_PERSON:1,SECOND_PERSON:2,THIRD_PERSON:3,PAST_TENSE:4,PRESENT_TENSE:5,FUTURE_TENSE:6,SINGULAR:7,PLURAL:8,NORMAL:9,FEATURE_DELIM:":",STRESSED:"1",UNSTRESSED:"0",PHONEME_BOUNDARY:"-",WORD_BOUNDARY:" ",SYLLABLE_BOUNDARY:"/",SENTENCE_BOUNDARY:"|",VOWELS:"aeiou",ABBREVIATIONS:["Adm.","Capt.","Cmdr.","Col.","Dr.","Gen.","Gov.","Lt.","Maj.","Messrs.","Mr.","Mrs.","Ms.","Prof.","Rep.","Reps.","Rev.","Sen.","Sens.","Sgt.","Sr.","St.","a.k.a.","c.f.","i.e.","e.g.","vs.","v.","Jan.","Feb.","Mar.","Apr.","Mar.","Jun.","Jul.","Aug.","Sept.","Oct.","Nov.","Dec."],LEX_WARN:"A minimal Lexicon is currently in use. For word features outside the lexicon, use a larger version of RiTa.",LTS_WARN:"No LTS-rules found: features/tagging may be inaccurate!",INFINITIVE:1,GERUND:2,IMPERATIVE:3,BARE_INFINITIVE:4,SUBJUNCTIVE:5,SILENT:!1,LANCASTER:"Lancaster",PORTER:"Porter",PLING:"Pling",NON_BREAKING_SPACE:"",PARAGRAPH_BREAK:"

",LINE_BREAK:"
",STOP_WORDS:[".",",","the","and","a","of",'"',"in","i",":","you","is","to","that",")","(","it","for","on","!","have","with","?","this","be","...","not","are","as","was","but","or","from","my","at","if","they","your","all","he","by","one","me","what","so","can","will","do","an","about","we","just","would","there","no","like","out","his","has","up","more","who","when","don't","some","had","them","any","their","it's","only",";","which","i'm","been","other","were","how","then","now","her","than","she","well","also","us","very","because","am","here","could","even","him","into","our","much","too","did","should","over","want","these","may","where","most","many","those","does","why","please","off","going","its","i've","down","that's","can't","you're","didn't","another","around","must","few","doesn't","every","yes","each","maybe","i'll","away","doing","oh","else","isn't","he's","there's","hi","won't","ok","they're","yeah","mine","we're","what's","shall","she's","hello","okay","here's","-","less"],stemmers:{},_randSource:null,_randomSource:function(){return RiTa._randSource||(RiTa._randSource=new SeededRandom),RiTa._randSource},random:function(){var n=RiTa._randomSource().random();return arguments.length?1===arguments.length?n*arguments[0]:n*(arguments[1]-arguments[0])+arguments[0]:n},randomSeed:function(n){RiTa._randomSource().seed(n)},randomItem:function(n){return n[Math.floor(RiTa.random()*n.length)]},distance:function(n,a,h,e){var i=n-h,r=a-e;return Math.sqrt(i*i+r*r)},getPosTags:function(n,a){return a?tagForWordNet(n):tagForPENN(n)},getPosTagsInline:function(n,a){if(!n||!n.length)return E;a=a||"/",n=is(n,S)?RiTa.tokenize(n):n;for(var h=E,e=RiTa.getPosTags(n),i=0;i\"'’]*)\\s*$/g,"$1 $2$3 "),n=n.replace(/([\[\](){}<>])/g," $1 "),n=n.replace(/--/g," -- "),n=n.replace(/$/g,SP),n=n.replace(/^/g,SP),n=n.replace(/([^'])' | '/g,"$1 ' "),n=n.replace(/ \u2018/g," ‘ "),n=n.replace(/'([SMD]) /g," '$1 "),RiTa.SPLIT_CONTRACTIONS&&(n=n.replace(/([Cc])an['’]t/g,"$1an not"),n=n.replace(/([Dd])idn['’]t/g,"$1id not"),n=n.replace(/([CcWw])ouldn['’]t/g,"$1ould not"),n=n.replace(/([Ss])houldn['’]t/g,"$1hould not"),n=n.replace(/ ([Ii])t['’]s/g," $1t is"),n=n.replace(/n['’]t /g," not "),n=n.replace(/['’]ve /g," have "),n=n.replace(/['’]re /g," are ")),n=n.replace(/ ([A-Z]) \\./g," $1. "),n=n.replace(/\\s+/g,SP),n=n.replace(/^\\s+/g,E),n=n.replace(/_([Ee])([Gg])_/g,"$1.$2."),n=n.replace(/_([Ii])([Ee])_/g,"$1.$2."),trim(n).split(/\s+/)):[]},untokenize:function(n,a){a=a||SP;for(var h,e,i,r,t,s,b,T,l=/^[,\.\;\:\?\!\)""“”\u2019‘`']+$/,d=0,o=/^[\(""“”\u2019‘`']+$/,v=/^[\u2019‘`']+$/,y=/^[\u2019']+$/,g=!1,j=n.length&&o.test(n[0]),p=n[0]||E,S=!1,A=1;A-1;)n=n.replace(h,h.replace(".",r)),e=n.indexOf(h);return n}var i=this.ABBREVIATIONS,r="___",t=new RegExp(r,"g"),s=e(n).match(/(\S.+?[.!?]["”\u201D]?)(?=\s+|$)/g);return n.length&&s&&s.length?h(s):[n]},isAbbreviation:function(n,a){var h=function(n){return n&&n.length?n.substring(0,1).toUpperCase()+n.substring(1):n};return a=a||!1,n=a?n:h(n),inArray(this.ABBREVIATIONS,n)},loadString:function(n,a,h){var e=function(n,a,h){var e="",i=h||BN,r=/.+?:\/\/.+/.test(n),t=this;if(r){var s=function(h){h.on("data",function(n){e+=n}),h.on("error",function(n){throw n}),h.on("end",function(){e=e.toString("utf-8").replace(/[\r\n]+/g,i).trim(),t.fireDataLoaded(n,a,e)})},b=require("http").request(n,s);b.on("socket",function(n){n.setTimeout(5e3),n.on("timeout",function(){throw b.abort(),Error("[RiTa] loadString timed-out and aborted request")})}),b.end()}else{var T=require("fs");T.readFile(n,function(h,e){if(h||!e)throw err("[Node] Error reading file: "+n+BN+h),h;e=e.toString("utf-8").replace(/[\r\n]+/g,i).trim(),t.fireDataLoaded(n,a,e)})}};if(ok(n,S),isNode())return e.apply(this,arguments);var i=this,r="",t=new XMLHttpRequest;return t.addEventListener("error",function(){console.error("[RiTa] loadStrings() unable to load "+n)}),t.open("GET",n,!0),t.onreadystatechange=function(){if(4===t.readyState)if(200===t.status){var h=[],e=t.responseText.match(/[^\r\n]+/g);for(var r in e)h[r]=e[r];h=h.join(BN),i.fireDataLoaded(n,a,h)}else console.error("[RiTa] loadString() unable to load: "+n)},t.send(null),r},loadStrings:function(n,a,h){var e=function(n,a){function h(h){h=h.toString("utf-8").trim();var e=h.split(/(\r\n|\n)/gm);r.fireDataLoaded(n,a,e)}var e="",i=/.+?:\/\/.+/.test(n),r=this;if(i){var t=function(n){n.on("data",function(n){e+=n}),n.on("error",function(n){throw n}),n.on("end",function(){h(e)})},s=require("http").request(n,t);s.on("socket",function(n){n.setTimeout(5e3),n.on("timeout",function(){throw s.abort(),Error("[RiTa] loadString timed-out and aborted request")})}),s.end()}else{var b=require("fs");b.readFile(n,function(a,e){if(a||!e)throw err("[Node] Error reading file: "+n+BN+a),a;h(e)})}};if(ok(n,S),isNode())return e.apply(this,arguments);var i=this,r="",t=new XMLHttpRequest;return t.addEventListener("error",function(){console.error("[RiTa] loadStrings() unable to load "+n)}),t.open("GET",n,!0),t.onreadystatechange=function(){if(4===t.readyState)if(200===t.status){var h=t.responseText.match(/[^\r\n]+/g),e=[];for(var r in h)e[r]=h[r];i.fireDataLoaded(n,a,e)}else console.error("[RiTa] loadString() unable to load: "+n)},t.send(null),r},fireDataLoaded:function(n,a,h){return a?a(h,n):RiTaEvent({name:"RiTaLoader",urls:is(n,S)?[n]:n},RiTa.DATA_LOADED,h)._fire()},isQuestion:function(n){for(var a=RiTa.tokenize(n),h=0;h1&&h.indexOf("`'\"([{<")!=-1&&RiTa.isAbbreviation(n.substring(1)))return!1;if(e>2&&("'"==n.charAt(0)&&"'"==n.charAt(1)||"`"==n.charAt(0)&&"`"==n.charAt(1))&&RiTa.isAbbreviation(n.substring(2)))return!1;var i=a.length,r=n.charAt(e-1),t=e>1?n.charAt(e-2):SP,s=e>2?n.charAt(e-3):SP,b=a.charAt(0),T=i>1?a.charAt(1):SP,l=i>2?a.charAt(2):SP;return(b==b.toUpperCase()||T==T.toUpperCase()&&b.indexOf("`'\"([{<")!=-1||l==l.toUpperCase()&&("`"==b&&"`"==T||"'"==b&&"'"==T)||"_"==a||"<"==b)&&("?"==r||"!"==r||t.indexOf("?!.")!=-1&&r.indexOf("\"'}>)")!=-1||s.indexOf("?!.")!=-1&&"'"==t&&"'"==r||"."==r&&((2!=e||t!=t.toUpperCase())&&(4!=e||"."!=s||t!=t.toUpperCase()||n.charAt(0)!=n.charAt(0).toUpperCase())))},isW_Question:function(n){for(var a=RiTa.tokenize(n),h=0;h").replace(/&/g,"&").replace(/"/g,'"');return String.fromCharCodePoint=function(){for(var n=[],a=0;a>10&1023)+55296),n.push((1023&h)+56320))}return String.fromCharCode.apply(String,n)},a=a.replace(/&#(\d+);/g,function(n,a){return String.fromCharCodePoint(parseInt(a,10))}).replace(/&#x([0-9a-f]+);/gi,function(n,a){return String.fromCharCodePoint(parseInt(a,16))})},randomOrdering:function(n){var a=[];if(n){for(var h=0;h|+=;:‘’“”]",h=new RegExp("^"+a+"+|"+a+"+$","g");return n===E?E:n.replace(h,E)},stripPunctuation:function(n){return n===E?E:n.replace(PUNCTUATION_CLASS,E)},isPunctuation:function(n){return!(!n||!n.length)&&ONLY_PUNCT.test(n)},hasPunctuation:function(n){return!(!n||!n.length)&&ONLY_PUNCT.test(n)},env:function(){return isNode()?RiTa.NODE:RiTa.JS},chomp:function(n){return n.replace(/\s+$|^\s+/g,E)},getPhonemes:function(n){return RiString(n).analyze().get(RiTa.PHONEMES)},getStresses:function(n){return RiString(n).analyze().get(RiTa.STRESSES)},getSyllables:function(n){return RiString(n).analyze().get(RiTa.SYLLABLES)},getWordCount:function(n){return RiTa.tokenize(n).length},stem:function(n,a){if(a=a||"Porter","Lancaster"!=a&&"Porter"!=a&&"Pling"!=a&&err("Bad stemmer type: "+a),n.indexOf(SP)<0)return RiTa.stemmers[a](n);n=n.replace(/[^\w]/g,SP).replace(/\s+/g,SP);for(var h=[],e=n.split(SP),i=0;i=a&&t=a&&r=0&&h.push(this.keys[e]);return h},superstrings:function(n){for(var a=[],h=0;h=0&&a.push(this.keys[h]);return a},words:function(){var n,a=arguments,h=!1,e=[];switch(a.length){case 2:is(a[0],B)?(h=a[0],n=is(a[1],R)?a[1]:new RegExp(a[1])):(h=a[1],n=is(a[0],R)?a[0]:new RegExp(a[0]));break;case 1:if(is(a[0],B))return a[0]?shuffle(this.keys):this.keys;n=is(a[0],R)?a[0]:new RegExp(a[0]);break;case 0:return this.keys}for(var i=0;i-1},_isConsonant:function(n){return typeof n===S&&1===n.length&&RiTa.VOWELS.indexOf(n)<0&&/^[a-z\u00C0-\u00ff]+$/.test(n)},_isPlural:function(n){if(NULL_PLURALS.applies(n))return!0;var a=RiTa.stem(n,"Pling");if(a===n)return!1;var h=RiTa.singularize(n),e=this.data[h];if(e&&2===e.length){for(var i=e[1].split(SP),r=0;r0?e:EA},alliterations:function(n,a,h){if(n.indexOf(" ")>-1)return[];if(this._isVowel(n.charAt(0)))return[];a=a||4;for(var e,i=[],r=this._firstPhoneme(this._firstStressedSyllable(n,h)),t=0;t=a&&i.push(this.keys[t])}return shuffle(i)},isAlliteration:function(n,a,h){if(!strOk(n)||!strOk(a)||n.indexOf(" ")>-1||a.indexOf(" ")>-1)return!1;var e=this._firstPhoneme(this._firstStressedSyllable(n,h)),i=this._firstPhoneme(this._firstStressedSyllable(a,h));return!this._isVowel(e.charAt(0))&&!this._isVowel(i.charAt(0))&&(strOk(e)&&strOk(i)&&e===i)},_firstSyllable:function(n,a){var h=this._getRawPhones(n,a);if(!strOk(h))return E;"URL"===n&&console.log(h);var e=h.split(" ");return e[0]},_firstStressedSyllable:function(n,a){var h,e,i=this._getRawPhones(n,a),r=-1;if(!strOk(i))return E;if(r=i.indexOf(RiTa.STRESSED),r<0)return E;for(h=i.charAt(--r);" "!=h;){if(--r<0){r=0;break}h=i.charAt(r)}return e=0===r?i:trim(i.substring(r)),r=e.indexOf(" "),r<0?e:e.substring(0,r)},isVerb:function(n){return this._checkType(n,PosTagger.VERBS)},isNoun:function(n){var a=this._checkType(n,PosTagger.NOUNS);if(!a){var h=RiTa.singularize(n);h!==n&&(a=this._checkType(h,PosTagger.NOUNS))}return a},isAdverb:function(n){return this._checkType(n,PosTagger.ADV)},isAdjective:function(n){return this._checkType(n,PosTagger.ADJ)},size:function(){var n=this.keys.length;return RiTa.LEX_WARN&&0===n&&(warn(RiTa.LEX_WARN),RiTa.LEX_WARN=0),n},_checkType:function(n,a){if(n&&n.indexOf(SP)!=-1)throw Error("[RiTa] _checkType() expects a single word, found: "+n);var h=this._getPosArr(n);RiTa.LEX_WARN&&h.length<1&&this.size()<=1e3&&(warn(RiTa.LEX_WARN),RiTa.LEX_WARN=0);for(var e=0;e-1)return!0;return!1},_getSyllables:function(n){if(!strOk(n))return E;for(var a=RiTa.tokenize(n),h=[],e=0;e-1?RiTa.STRESSED:RiTa.UNSTRESSED;t>0&&(s="/"+s),e.push(s)}}return e.join(SP).replace(/ \//g,"/")},lexicalData:function(n){return 1===arguments.length?(this.data=n,this):this.data},_lookupRaw:function(n){if(n=n&&n.toLowerCase(),this.data&&this.data[n])return this.data[n]},_getRawPhones:function(n,a){var h,e,i=this._lookupRaw(n);return a=a||!1,(i===undefined||a&&!RiTa.SILENT&&!RiLexicon.SILENCE_LTS)&&(e=this._letterToSound(),h=e&&e.getPhones(n),h&&h.length)?RiString._syllabify(h):i&&2===i.length?i[0]:E},_getPosData:function(n){var a=this._lookupRaw(n);return a&&2===a.length?a[1]:E},_getPosArr:function(n){var a=this._getPosData(n);return strOk(a)?a.split(SP):EA},_getBestPos:function(n){var a=this._getPosArr(n);return a.length>0?a[0]:[]},_firstPhoneme:function(n){if(!strOk(n))return E;var a=n.split(RiTa.PHONEME_BOUNDARY);return a?a[0]:E},_firstConsonant:function(n){if(!strOk(n))return E;var a=n.split(RiTa.PHONEME_BOUNDARY);if(a)for(var h=0;h0)};switch("string"==typeof t[0]&&(t[0]=trim(t[0]).toLowerCase(),i="nns"===t[0],"v"===t[0]&&(t[0]="vb"),"r"===t[0]&&(t[0]="rb"),"a"===t[0]&&(t[0]="jj"),"n"!==t[0]&&"nns"!==t[0]||(t[0]="nn")),t.length){case 2:for(n=0;n1&&!e[1]),this.allowDuplicates=!(e.length>2&&!e[2]),this.printIgnoredText=!1},_initArgs:function(){var n=arguments,a=get(n[0]);return!n.length||a!==O&&"global"!==a&&"window"!==a?n:this._initArgs.apply(this,Array.prototype.slice.call(n,1))},getProbability:function(n){this.root||err("Model not initd: null root!");var a=is(n,S)?this.root.lookup(n):this._findNode(n);return a?a.probability():0},getProbabilities:function(n){is(n,S)&&(n=[n]),n.length>this.N&&(n=n.slice(Math.max(0,n.length-(this.N-1)),n.length));var a={},h=this._findNode(n);if(!h)return{};for(var e=h.childNodes(),i=0;ithis.N&&err("Sum of pre.length && post.length must be < N, was "+(n.length+a.length)),h=this._findNode(n),!h)return null;r=h.childNodes();for(var s=0;s-1)return i}return r>=t&&err("\nRiMarkov failed to complete after "+r+" attempts.You may need to add more text to your model...\n"),i},generateTokens:function(n,a){var h,e=0,i=500,r=[],t=[];n:for(;++e0)throw Error("sentenceAware() takes no arguments, instead use the constructor RiMarkov(n, recognizeSentences);");return this.isSentenceAware},print:function(){return console&&console.log(this.root.asTree(!1)),this},ready:function(n){return this.size()>0},loadFrom:function(n,a,h,e){var i=this;is(n,S)||ok(n,A),is(a,F)?(e=a,a=undefined):is(h,F)&&(e=h,h=undefined),RiTa.loadStrings(n,function(n){n=n.join(BN),i.loadText(n,a,h),e&&is(e,F)&&e(n)})},loadText:function(n,a,h,e){ok(n,S),this.rawText+=n,a=Math.round(a||1);var i=this.isSentenceAware?this._loadSentences(n,a,e):this.loadTokens(RiTa.tokenize(n,h),a);return i},loadTokens:function(n,a){a=Math.round(a||1),this.root.count+=n.length;for(var h,e=0;e=this.maxSentenceLength&&(a=this._getSentenceStart(),h=a.token+SP,t=1),a.isLeaf())a=this._tracePathFromRoot(a);else if(a=this._nextNodeForNode(a),a.isSentenceStart){if(t>=this.minSentenceLength){var s=RiTa.untokenize(h.trim().split(/\s+/));s=s.replace(/(.)\( /,"$1 ("),this._validateSentence(s)&&(e.indexOf(s)<0&&e.push(s),r+=i,i=0)}a=this._getSentenceStart(),h=a.token+SP,t=1}else if(t++,h+=a.token+SP,++i>=RiMarkov.MAX_GENERATION_ATTEMPTS){this._onGenerationIncomplete(r+=i,e.length);break}return e},_validateSentence:function(n){var a=RiTa.tokenize(n),h=a[0],e=a[a.length-1];if(!h.match(/[A-Z]\S*/))return this.printIgnoredText&&log("Skipping: bad first char in '"+n+"'"),!1;if(!e.match(/[!?.]/))return this.printIgnoredText&&log("Bad last token: '"+e+"' in: "+n),!1;if(!this.allowDuplicates&&(this.isSentenceAware||err("Invalid state: allowDuplicates must be true when not generating sentences"),this.rawText.indexOf(n)>-1))return++this.skippedDups>=RiMarkov.MAX_GENERATION_ATTEMPTS&&(this.allowDuplicates=!0,this.skippedDups=0),this.printIgnoredText&&console.log("Ignoring duplicate: "+n),!1;var i=n.split(/\s+/);return!RiTa.isAbbreviation(i[i.length-1])},_tracePathFromRoot:function(n){n.pathFromRoot(this.pathTrace),this.pathTrace.pop();for(var a=this.root;this.pathTrace.length;){var h=this.pathTrace.pop();a=a.lookup(h)}return a},_nextNodeForArr:function(n){for(var a=Math.max(0,n.length-(this.N-1)),h=this.root.lookup(n[a++]),e=a;e0&&(extend(r[r.length-1][3],l),a&&log(" tack: "+l+" -> len="+r[r.length-1][3].length+" ["+r[r.length-1][3]+"]"));var y=[[T],d,[b],[]];r.push(y),i=[]}else{if(!inArray(RiString._phones.consonants,b)&&" "!=b)throw Error("Invalid phoneme: "+b);i.push(b)}}return i.length>0&&(0===r.length?r.push([[h],i,[],[]]):extend(r[r.length-1][3],i)),e(r)};var SeededRandom=makeClass();SeededRandom.prototype={init:function(){this.N=624,this.M=397,this.MATRIX_A=2567483615,this.UPPER_MASK=2147483648,this.LOWER_MASK=2147483647,this.mt=new Array(this.N),this.mti=this.N+1,this.seed((new Date).getTime())},seed:function(n){for(this.mt[0]=n>>>0,this.mti=1;this.mti>>30;this.mt[this.mti]=(1812433253*((4294901760&n)>>>16)<<16)+1812433253*(65535&n)+this.mti,this.mt[this.mti]>>>=0}},randInt:function(){var n,a,h=new Array(0,this.MATRIX_A);if(this.mti>=this.N){for(this.mti==this.N+1&&this.seed(5489),a=0;a>>1^h[1&n];for(;a>>1^h[1&n];n=this.mt[this.N-1]&this.UPPER_MASK|this.mt[0]&this.LOWER_MASK,this.mt[this.N-1]=this.mt[this.M-1]^n>>>1^h[1&n],this.mti=0}return n=this.mt[this.mti++],n^=n>>>11,n^=n<<7&2636928640,n^=n<<15&4022730752,n^=n>>>18,n>>>0},random:function(){return this.randInt()*(1/4294967296)}},RiString.prototype={init:function(n){is(n,N)&&(n=String.fromCharCode(n)),n=n||"",this.x=0,this.y=0,this.z=0,this._text=n,this._features=undefined},copy:function(){var n=RiString(this._text),a=this.features();if(a){n._features={};for(var h in a)n._features[h]=a[h]}return n},features:function(){return this._features||this.analyze(),this._features},analyze:function(){var n,a,h,e,i,r=E,t=E,s=E,b="/",T="-",l=RiTa.tokenize(this._text),d=RiTa.lexicon;this._features||initFeatureMap(this),this._features.tokens=l.join(SP),this._features.pos=RiTa.getPosTags(this._text).join(SP);for(var o=0,v=l.length;o0?(l[o].match(/[a-zA-Z]+/)&&log("[RiTa] Used LTS-rules for '"+l[o]+"'"),a=RiString._syllabify(e)):(a=l[o],i=!0)),r+=a.replace(/[0-2]/g,E).replace(/ /g,T)+SP,t+=a.replace(/ /g,b).replace(/1/g,E)+SP,i)s+=l[o];else{n=a.split(SP);for(var y=0;y-1?RiTa.STRESSED:RiTa.UNSTRESSED,y-1&&!this._features.hasOwnProperty(n)&&(this.analyze(),a=this._features[n]),a},set:function(n,a){return this._features||(this._features={}),this._features[n]=a,this},endsWith:function(n){return endsWith(this._text,n)},equals:function(n){return is(n.text,F)&&n.text()===this._text},equalsIgnoreCase:function(n){return typeof n===S?n.toLowerCase()===this._text.toLowerCase():n.text().toLowerCase()===this._text.toLowerCase()},text:function(n){return arguments.length>0?(this._text=n,initFeatureMap(this),this):this._text},pos:function(){for(var n=RiTa.tokenize(this._text),a=PosTagger.tag(n),h=0,e=a.length;h=a.length?E:a[n]},wordCount:function(){return this._text.length?this.words().length:0},words:function(){return RiTa.tokenize(this._text)},indexOf:function(n,a){return this._text.indexOf(n,a)},lastIndexOf:function(n,a){return this._text.lastIndexOf(n,a)},length:function(){return this._text.length},match:function(n){return this._text.match(n)||[]},slice:function(n,a){return this._text.slice(n,a)||E},insertChar:function(n,a){var h=this.text();if(n>h.length||n<-h.length)return warn("RiString.insertChar: bad index="+n),this;n=n<0?n+=h.length:n;var e=h.substring(0,n),i=h.substring(n);return a&&(e+=a),this.text(e+i)},removeChar:function(n){var a=this.text();return n>a.length||n<-a.length?(warn("RiString.removeChar: bad index="+n),this):(n=n<0?n+=a.length:n,this.text(this._text.substring(0,n).concat(this._text.substring(n+1))),this)},replaceChar:function(n,a){var h=this.text();if(n>h.length||n<-h.length)return warn("RiString.replaceChar: bad index="+n),this;n=n<0?n+=h.length:n,h=this.text();var e=h.substring(0,n),i=h.substring(n+1);return a&&(e+=a),this.text(e+i)},replaceFirst:function(n,a){if(n&&!is(n,S)&&n.global){var h="";n.ignoreCase&&(h+="i"),n.multiline&&(h+="m"),n.sticky&&(h+="y"),n=new RegExp(n.source,h)}return this._text=this._text.replace(n,a),this},replaceAll:function(n,a){var h="g";return n&&(a||""===a)&&(!is(n,S)&&n.source?(n.ignoreCase&&(h+="i"),n.multiline&&(h+="m"),n.sticky&&(h+="y"),n=n.source):n=escapeRegExp(n),this._text=this._text.replace(new RegExp(n,h),a)),this},removeWord:function(n){return this.replaceWord(n,E)},insertWord:function(n,a){var h=this.words();return n<0&&(n+=h.length),a&&a.length>=0&&n>=0&&n=0&&n",RiGrammar.EXEC_PATT=/([^`]*)(`[^`]*`)(.*)/,RiGrammar.prototype={init:function(n,a){this.buffer="",this._rules={},this.execDisabled=!1,this.rng=a?a:RiTa.random,n&&(is(n,S)||is(n,O)&&typeof n.loadStrings!==F)&&this.load(n)},ready:function(n){return okeys(this._rules).length>0},loadFrom:function(n,a){RiTa.loadStrings(n,function(n){n=n.join(BN),this.load(n),is(a,F)&&a(n)}.bind(this))},load:function(n){if(this.reset(),is(n,S)){if("undefined"!=typeof YAML)try{n=YAML.parse(n)}catch(a){warn("YAML parsing failed, trying JSON")}if(!is(n,O))try{n=JSON.parse(n)}catch(a){var h=a}}if(!h&&is(n,O)){for(var e in n)this.addRule(e,n[e]);return this}if("undefined"!=typeof YAML)err("Grammar appears to be invalid JSON/YAML, please check it! (http://jsonlint.com/ or http://yamllint.com/)",n);else{var i=RiTa.env()===RiTa.NODE,r=i?"require":"include",t=i?"YAML = require('yamljs')":'';err("Grammar appears to be invalid JSON, please check it at http://jsonlint.com/. If you are using YAML, be sure to "+r+" yamljs (https://github.com/jeremyfa/yaml.js), e.g. "+t,n)}},addRule:function(n,a,h){var e=!1;h=h||1,e&&log('addRule: "'+n+'" : "'+a+'" ['+get(a)+"]");var i=a;is(a,A)||(i=a.split(OR_PATT));for(var r=0;r-1)return buffer;err("RiGrammar failed to complete after "+s+" tries"+BN)},expand:function(n){return this.expandFrom(RiGrammar.START_RULE,n)},expandFrom:function(rule,context){var expandRule=function(n,a,h){var e,i,r,t,s,b=0;b&&log("expandRule("+a+")");for(var T in n._rules)if(e=n._rules[T],b&&log(" name="+T+" entry="+JSON.stringify(e)+" prod="+a+(i?" idx="+i:"")),i=a.indexOf(T),i>=0)return b&&log("matched: "+T),r=a.substring(0,i)||E,t=n.doRule(T,h)||E,s=a.substring(i+T.length)||E,b&&log(" pre="+r+" expanded="+t+" post="+s+" result="+r+t+s),r+t+s;return null},handleExec=function(input,context){if(!input||!input.length)return null;var res,exec=input.replace(STRIP_TICKS,"$1");try{if(context)return res=context(exec),null!==res?res+E:null;throw"No context"}catch(e){try{return res=eval(exec),null!==res?res+E:null}catch(e){}}return input},countTicks=function(n){for(var a=0,h=0;h2){if(theCall=parts[2],2!=countTicks(theCall))return warn("Unable to parse recursive exec: "+theCall+"..."),null;if(callResult=handleExec(theCall,context),!callResult)break;buffer=parts[1]+callResult,parts.length>3&&(buffer+=parts[3])}}}return tries>=maxIterations&&log("[WARN] max number of iterations reached: "+maxIterations),RiTa.unescapeHTML(buffer)}};var callbacksDisabled=!1,RiTaEvent=makeClass();RiTaEvent.ID=0,RiTaEvent.prototype={init:function(n,a,h){is(n,O)||ok(n,S),this._id=++RiTaEvent.ID,this._data=h,this._source=n,this._type=a||RiTa.UNKNOWN},toString:function(){var n="RiTaEvent[#"+this._id+" type=("+this._type+") source="+this._source.toString();return n+=this._data?" data-length="+this._data.toString().length:n+=" data=null",n+"]"},isType:function(n){return this._type===n},_fire:function(n){if(n=n||window.onRiTaEvent,n&&is(n,F))try{return n(this),this}catch(a){callbacksDisabled=!0;var h="RiTaEvent: error calling '"+n+"': "+a;throw is(n,S)&&(h+=" Callback must be a function in JS!"),warn(h),a}}};var StringTokenizer=makeClass();StringTokenizer.prototype={init:function(n,a){this.idx=0,this.text=n,this.delim=a||" ",this.tokens=n.split(a)},nextToken:function(){return this.idx"),a+="{",this.isLeaf()?a+"}":this.childrenToString(this,a,1,n)},isRoot:function(){return!this.parent},isLeaf:function(){return 0===this.childCount()},probability:function(){return this.count/this.siblingCount()},childNodes:function(n){if(!this.children)return EA;n=is(n,S)?new RegExp(n):n;var a=[];for(var h in this.children){var e=this.children[h];(!n||e&&e.token&&e.token.search(n)>-1)&&a.push(e)}return a},siblingCount:function(){return this.parent||err("Illegal siblingCount on ROOT!"),this.parent.childCount()},childCount:function(){if(!this.children)return 0;var n=0;for(var a in this.children)a&&this.children[a]&&(n+=this.children[a].count);return n},lookup:function(n){return n?(n=typeof n!=S&&n.token?n.token:n,n?this.children[n]:null):null},childrenToString:function(n,a,h,e){var i,r,t,s=n,b=[],T=null,l=BN;e=e||!1;for(t in n.children)b.push(n.children[t]);if(!b.length)return a;for(e&&b.sort(),r=0;r "+s.token+","+T.token),T.isRoot()||(a+=" ["+T.count+",p="+T.probability().toFixed(3)+"]->{"),T.children?a=this.childrenToString(T,a,h+1,e):a+="}"}for(l=BN,r=0;r-1},tag:function(n){var a=[],h=[],e=RiTa.lexicon;n=is(n,A)?n:[n];for(var i=0,r=n.length;i="0"&&n<="9"&&(a="cd"),a},_ct:function(n,a,h){this.DBUG&&console.log("\n Custom("+n+") tagged '"+a+"' -> '"+h+"'\n\n")},_applyContext:function(n,a,h){this.DBUG&&console.log("ac("+n+","+a+","+h+")");for(var e=startsWith,i=endsWith,r=0,t=n.length;r0&&"dt"==a[r-1]&&(e(b,"vb")?(b="nn",s.match(/^.*[^s]s$/)&&(NULL_PLURALS.applies(s)||(b="nns")),this._ct("1a",s,b)):e(b,"rb")&&(b=b.length>2?"jj"+b.charAt(2):"jj",this._ct("1b",s,b))),e(b,"n")&&!h[r]&&isNum(s)&&(b="cd"),r>0&&e(b,"n")&&i(s,"ed")&&!i(s,"eed")&&a[r-1].match(/^(nn|prp)$/)&&(b="vbn"),i(s,"ly")&&(b="rb"),e(b,"nn")&&i(s,"al")&&"mammal"!=s&&(b="jj"),r>0&&e(b,"nn")&&e(a[r-1],"md")&&(b="vb"),e(b,"nn")&&i(s,"ing")&&this.hasTag(h[r],"vb")&&(b="vbg",this._ct(8,s,b)),r>0&&"nns"==b&&this.hasTag(h[r],"vbz")&&a[r-1].match(/^(nn|prp|nnp)$/)&&(b="vbz",this._ct(9,s,b)),e(b,"nn")&&s.charAt(0)===s.charAt(0).toUpperCase()&&(0!=r||1===n.length||0==r&&!this._lexHas("nn",RiTa.singularize(s).toLowerCase()))&&(b=i(b,"s")?"nnps":"nnp",this._ct(10,s,b)),r0&&["nn","prp","cc","nnp"].indexOf(a[r-1])>-1?this._lexHas("vb",RiTa.singularize(s))&&(b="vbz",this._ct(12,s,b)):1!==n.length||h[r].length||!this._lexHas("nn",RiTa.singularize(s))&&this._lexHas("vb",RiTa.singularize(s))&&(b="vbz",this._ct(12,s,b))),("vb"===b||"nn"===b&&this.hasTag(h[r],"vb"))&&r>0&&a[r-1].match(/^(nns|nnps|prp)$/)&&(b="vbp",this._ct(13,s,b)),a[r]=b}return a},_lexHas:function(n,a){for(var a=is(a,A)||[a],h=0;h1:n.length>2&&n.match(/[aeiouy]/)}function a(e,i){var r=e.substr(-1),t=h[r];if(t)for(var s=0;s0||n.indexOf("j")>0||n.indexOf("k")>0||n.indexOf("w")>0||n.indexOf("y")>0||n.indexOf("z")>0||n.indexOf("ou")>0||n.indexOf("sh")>0||n.indexOf("ch")>0||n._endsWith("aus")}function h(n){return n.indexOf("ph")>0||n.indexOf("y")>0&&n._endsWith("nges")}function e(e){if(categoryIRR._arrayContains(e)){var i,r=categoryIRR.indexOf(e);if(r%2==0)return i=categoryIRR[r+1]}return categoryON_A._arrayContains(e)?n(e,"a")+"on":categoryUM_A._arrayContains(e)?n(e,"a")+"um":categoryIX_ICES._arrayContains(e)?n(e,"ices")+"ix":categoryO_I._arrayContains(e)?n(e,"i")+"o":categorySE_SES._arrayContains(e)?n(e,"s"):categoryIS_ES._arrayContains(e)||e._endsWith("theses")?n(e,"es")+"is":categoryUS_I._arrayContains(e)?n(e,"i")+"us":e._endsWith("uses")&&(categoryUS_I._arrayContains(n(e,"uses")+"i")||"genuses"===e||"corpuses"===e)?n(e,"es"):categoryEX_ICES._arrayContains(e)?n(e,"ices")+"ex":e._endsWith("ois")||e._endsWith("itis")||category00._arrayContains(e)||categoryICS._arrayContains(e)?e:e._endsWith("ina")?n(e,"en"):e._endsWith("ae")&&"pleae"!==e?n(e,"e"):e._endsWith("ata")?n(e,"ta"):e._endsWith("trices")?n(e,"trices")+"trix":!e._endsWith("us")||e._endsWith("eaus")||e._endsWith("ieus")||a(e)||categoryU_US._arrayContains(e)?e._endsWith("teeth")?n(e,"teeth")+"tooth":e._endsWith("geese")?n(e,"geese")+"goose":e._endsWith("feet")?n(e,"feet")+"foot":e._endsWith("zoa")?n(e,"zoa")+"zoon":e._endsWith("men")?n(e,"men")+"man":e._endsWith("inis")?n(e,"inis")+"ini":e._endsWith("children")?n(e,"ren"):e._endsWith("eaux")?n(e,"x"):e._endsWith("ieux")?n(e,"x"):e._endsWith("nges")&&h(e)?n(e,"nges")+"nx":e._endsWith("shes")||e._endsWith("ches")&&!categoryCHE_CHES._arrayContains(e)?n(e,"es"):!e._endsWith("sses")||categorySSE_SSES._arrayContains(e)||e._endsWith("mousses")?e._endsWith("xes")&&"axes"!==e?n(e,"es"):e._endsWith("nives")||e._endsWith("lives")&&!e._endsWith("olives")||e._endsWith("wives")?n(e,"ves")+"fe":e._endsWith("alves")&&!e._endsWith("valves")||e._endsWith("olves")&&!e._endsWith("solves")||e._endsWith("eaves")&&!e._endsWith("heaves")&&!e._endsWith("weaves")||e._endsWith("arves")||e._endsWith("shelves")||e._endsWith("selves")?n(e,"ves")+"f":e._endsWith("ies")&&!categoryIE_IES._arrayContains(e)?n(e,"ies")+"y":e._endsWith("oes")&&!categoryOE_OES._arrayContains(e)?n(e,"es"):e._endsWith("ses")||e._endsWith("zes")?n(e,"es"):!e._endsWith("s")||e._endsWith("ss")||e._endsWith("is")?e:n(e,"s"):n(e,"es"):e}return function(n){return e(n.toLowerCase())}}(),Array.prototype._arrayContains=function(n){return this.indexOf(n)>-1},String.prototype._endsWith=function(n){return this.indexOf(n,this.length-n.length)!==-1};var MinEditDist={_min3:function(n,a,h){var e=n;return aa)&&e.push(RiTa.untokenize(t))}return e},build:function(){if(!this.words)throw Error("No text in model");this.model={};for(var n=(+new Date,0);n|+=;:\u2018\u2019\u201C\u201D]/g,ONLY_PUNCT=/^[^0-9A-Za-z\s]*$/,DEFAULT_PLURAL_RULE=RE("^((\\w+)(-\\w+)*)(\\s((\\w+)(-\\w+)*))*$",0,"s"),ALL_PUNCT=/^[-[\]{}()*+!?%&.,\\^$|#@<>|+=;:]+$/g,NULL_PLURALS=RE("^(bantu|bengalese|bengali|beninese|boche|bonsai|booze|cellulose|digitalis|mess|moose|burmese|chinese|colossus|congolese|discus|electrolysis|emphasis|expertise|finess|flu|fructose|gabonese|gauze|glucose|grease|guyanese|haze|incense|japanese|javanese|journalese|lebanese|malaise|manganese|mayonnaise|maltese|menopause|merchandise|nitrocellulose|olympics|overuse|paradise|poise|polymerase|portuguese|prose|recompense|remorse|repose|senegalese|siamese|singhalese|innings|sleaze|sinhalese|sioux|sudanese|suspense|swiss|taiwanese|togolese|vietnamese|unease|aircraft|anise|antifreeze|applause|archdiocese|anopheles|apparatus|asparagus|barracks|bellows|bison|bluefish|bob|bourgeois|bream|brill|butterfingers|cargo|carp|catfish|chassis|clothes|chub|cod|codfish|coley|contretemps|corps|crawfish|crayfish|crossroads|cuttlefish|dace|deer|dice|dogfish|doings|dory|downstairs|eldest|earnings|economics|electronics|firstborn|fish|flatfish|flounder|fowl|fry|fries|works|globefish|goldfish|golf|grand|grief|gudgeon|gulden|haddock|hake|halibut|headquarters|herring|hertz|horsepower|goods|hovercraft|hundredweight|ironworks|jackanapes|kilohertz|kurus|kwacha|ling|lungfish|mackerel|macaroni|means|megahertz|moorfowl|moorgame|mullet|nepalese|offspring|pampas|parr|pants|patois|pekinese|penn'orth|perch|pickerel|pike|pince-nez|plaice|potpourri|precis|quid|rand|rendezvous|revers|roach|roux|salmon|samurai|series|seychelles|seychellois|shad|sheep|shellfish|smelt|spaghetti|spacecraft|species|starfish|stockfish|sunfish|superficies|sweepstakes|swordfish|tench|tennis|[a-z]+osis|[a-z]+itis|[a-z]+ness|tobacco|tope|triceps|trout|tuna|tunafish|tunny|turbot|trousers|turf|dibs|undersigned|veg|waterfowl|waterworks|waxworks|whiting|wildfowl|woodworm|yen|aries|pisces|forceps|lieder|jeans|physics|mathematics|news|odds|politics|remains|acoustics|aesthetics|aquatics|basics|ceramics|classics|cosmetics|dialectics|dynamics|ethics|harmonics|heroics|mechanics|metrics|optics|physics|polemics|pyrotechnics|surroundings|thanks|statistics|goods|aids|wildlife)$",0),SINGULAR_RULES=[NULL_PLURALS,RE("ves$",3,"f"),RE("(men|women)$",2,"an"),RE("(houses|horses|cases)$",1),RE("^(toes|wheezes|oozes|uses)$",1),RE("^(whizzes)$",3),RE("^(octopus|pinch)es$",2),RE("^(meninges|phalanges)$",3,"x"),RE("^(curi|formul|vertebr|larv|uln|alumn|signor|alg|minuti)ae$",1),RE("^(apices|cortices)$",4,"ex")],C="[bcdfghjklmnpqrstvwxyz]",VL="[lraeiou]",PLURAL_RULES=[RE("prognosis",2,"es"),NULL_PLURALS,RE("(human|german|roman)$",0,"s"),RE("^(monarch|loch|stomach)$",0,"s"),RE("^(piano|photo|solo|ego|tobacco|cargo|taxi)$",0,"s"),RE("(chief|proof|ref|relief|roof|belief|sheaf|spoof|golf|grief)$",0,"s"),RE("^(wildlife)$",0,"s"),RE("^(appendix|index|matrix|apex|cortex)",2,"ices"),RE("^concerto$",1,"i"),RE(C+"o$",0,"es"),RE(C+"y$",1,"ies"),RE("^ox$",0,"en"),RE("^(stimul|alumn|termin)us$",2,"i"),RE("^corpus$",2,"ora"),RE("(xis|sis)$",2,"es"),RE("whiz$",0,"zes"),RE("([zsx]|ch|sh)$",0,"es"),RE(VL+"fe$",2,"ves"),RE(VL+"f$",1,"ves"),RE("(eu|eau)$",0,"x"),RE("(man|woman)$",2,"en"),RE("money$",2,"ies"),RE("person$",4,"ople"),RE("motif$",0,"s"),RE("^meninx|phalanx$",1,"ges"),RE("schema$",0,"ta"),RE("^bus$",0,"ses"),RE("child$",0,"ren"),RE("^(curi|formul|vertebr|larv|uln|alumn|signor|alg|minuti)a$",0,"e"),RE("^(maharaj|raj|myn|mull)a$",0,"hs"),RE("^aide-de-camp$",8,"s-de-camp"),RE("^weltanschauung$",0,"en"),RE("^lied$",0,"er"),RE("^tooth$",4,"eeth"),RE("^[lm]ouse$",4,"ice"),RE("^foot$",3,"eet"),RE("femur",2,"ora"),RE("goose",4,"eese"),RE("^(co|no)$",0,"'s"),RE("^blond$",0,"es"),RE("^(medi|millenni|consorti|sept|memorabili)um$",2,"a"),RE("^(memorandum|bacterium|curriculum|minimum|maximum|referendum|spectrum|phenomenon|criterion)$",2,"a")],ANY_STEM="^((\\w+)(-\\w+)*)(\\s((\\w+)(-\\w+)*))*$",CONS="[bcdfghjklmnpqrstvwxyz]",VERBAL_PREFIX="((be|with|pre|un|over|re|mis|under|out|up|fore|for|counter|co|sub)(-?))",AUXILIARIES=["do","have","be"],MODALS=["shall","would","may","might","ought","should"],SYMBOLS=["!","?","$","%","*","+","-","="],ING_FORM_RULES=[RE(CONS+"ie$",2,"ying",1),RE("[^ie]e$",1,"ing",1),RE("^bog-down$",5,"ging-down",0),RE("^chivy$",1,"vying",0),RE("^trek$",1,"cking",0),RE("^bring$",0,"ing",0),RE("^be$",0,"ing",0),RE("^age$",1,"ing",0),RE("(ibe)$",1,"ing",0)],PAST_PARTICIPLE_RULES=[RE(CONS+"y$",1,"ied",1),RE("^"+VERBAL_PREFIX+"?(bring)$",3,"ought",0),RE("^"+VERBAL_PREFIX+"?(take|rise|strew|blow|draw|drive|know|give|arise|gnaw|grave|grow|hew|know|mow|see|sew|throw|prove|saw|quartersaw|partake|sake|shake|shew|show|shrive|sightsee|strew|strive)$",0,"n",0),RE("^"+VERBAL_PREFIX+"?[gd]o$",0,"ne",1),RE("^(beat|eat|be|fall)$",0,"en",0),RE("^(have)$",2,"d",0),RE("^"+VERBAL_PREFIX+"?bid$",0,"den",0),RE("^"+VERBAL_PREFIX+"?[lps]ay$",1,"id",1),RE("^behave$",0,"d",0),RE("^"+VERBAL_PREFIX+"?have$",2,"d",1),RE("(sink|slink|drink|shrink|stink)$",3,"unk",0),RE("(([sfc][twlp]?r?|w?r)ing|hang)$",3,"ung",0),RE("^"+VERBAL_PREFIX+"?(shear|swear|bear|wear|tear)$",3,"orn",0),RE("^"+VERBAL_PREFIX+"?(bend|spend|send|lend)$",1,"t",0),RE("^"+VERBAL_PREFIX+"?(weep|sleep|sweep|creep|keep$)$",2,"pt",0),RE("^"+VERBAL_PREFIX+"?(sell|tell)$",3,"old",0),RE("^(outfight|beseech)$",4,"ought",0),RE("^bethink$",3,"ought",0),RE("^buy$",2,"ought",0),RE("^aby$",1,"ought",0),RE("^tarmac",0,"ked",0),RE("^abide$",3,"ode",0),RE("^"+VERBAL_PREFIX+"?(speak|(a?)wake|break)$",3,"oken",0),RE("^backbite$",1,"ten",0),RE("^backslide$",1,"den",0),RE("^become$",3,"ame",0),RE("^begird$",3,"irt",0),RE("^outlie$",2,"ay",0),RE("^rebind$",3,"ound",0),RE("^relay$",2,"aid",0),RE("^shit$",3,"hat",0),RE("^bereave$",4,"eft",0),RE("^foreswear$",3,"ore",0),RE("^overfly$",1,"own",0),RE("^beget$",2,"otten",0),RE("^begin$",3,"gun",0),RE("^bestride$",1,"den",0),RE("^bite$",1,"ten",0),RE("^bleed$",4,"led",0),RE("^bog-down$",5,"ged-down",0),RE("^bind$",3,"ound",0),RE("^(.*)feed$",4,"fed",0),RE("^breed$",4,"red",0),RE("^brei",0,"d",0),RE("^bring$",3,"ought",0),RE("^build$",1,"t",0),RE("^come",0),RE("^catch$",3,"ught",0),RE("^chivy$",1,"vied",0),RE("^choose$",3,"sen",0),RE("^cleave$",4,"oven",0),RE("^crossbreed$",4,"red",0),RE("^deal",0,"t",0),RE("^dow$",1,"ught",0),RE("^dream",0,"t",0),RE("^dig$",3,"dug",0),RE("^dwell$",2,"lt",0),RE("^enwind$",3,"ound",0),RE("^feel$",3,"elt",0),RE("^flee$",2,"ed",0),RE("^floodlight$",5,"lit",0),RE("^fly$",1,"own",0),RE("^forbear$",3,"orne",0),RE("^forerun$",3,"ran",0),RE("^forget$",2,"otten",0),RE("^fight$",4,"ought",0),RE("^find$",3,"ound",0),RE("^freeze$",4,"ozen",0),RE("^gainsay$",2,"aid",0),RE("^gin$",3,"gan",0),RE("^gen-up$",3,"ned-up",0),RE("^ghostwrite$",1,"ten",0),RE("^get$",2,"otten",0),RE("^grind$",3,"ound",0),RE("^hacksaw",0,"n",0),RE("^hear",0,"d",0),RE("^hold$",3,"eld",0),RE("^hide$",1,"den",0),RE("^honey$",2,"ied",0),RE("^inbreed$",4,"red",0),RE("^indwell$",3,"elt",0),RE("^interbreed$",4,"red",0),RE("^interweave$",4,"oven",0),RE("^inweave$",4,"oven",0),RE("^ken$",2,"ent",0),RE("^kneel$",3,"elt",0),RE("^lie$",2,"ain",0),RE("^leap$",0,"t",0),RE("^learn$",0,"t",0),RE("^lead$",4,"led",0),RE("^leave$",4,"eft",0),RE("^light$",5,"lit",0),RE("^lose$",3,"ost",0),RE("^make$",3,"ade",0),RE("^mean",0,"t",0),RE("^meet$",4,"met",0),RE("^misbecome$",3,"ame",0),RE("^misdeal$",2,"alt",0),RE("^mishear$",1,"d",0),RE("^mislead$",4,"led",0),RE("^misunderstand$",3,"ood",0),RE("^outbreed$",4,"red",0),RE("^outrun$",3,"ran",0),RE("^outride$",1,"den",0),RE("^outshine$",3,"one",0),RE("^outshoot$",4,"hot",0),RE("^outstand$",3,"ood",0),RE("^outthink$",3,"ought",0),RE("^outgo$",2,"went",0),RE("^overbear$",3,"orne",0),RE("^overbuild$",3,"ilt",0),RE("^overcome$",3,"ame",0),RE("^overfly$",2,"lew",0),RE("^overhear$",2,"ard",0),RE("^overlie$",2,"ain",0),RE("^overrun$",3,"ran",0),RE("^override$",1,"den",0),RE("^overshoot$",4,"hot",0),RE("^overwind$",3,"ound",0),RE("^overwrite$",1,"ten",0),RE("^plead$",2,"d",0),RE("^rebuild$",3,"ilt",0),RE("^red$",3,"red",0),RE("^redo$",1,"one",0),RE("^remake$",3,"ade",0),RE("^resit$",3,"sat",0),RE("^rethink$",3,"ought",0),RE("^rewind$",3,"ound",0),RE("^rewrite$",1,"ten",0),RE("^ride$",1,"den",0),RE("^reeve$",4,"ove",0),RE("^sit$",3,"sat",0),RE("^shoe$",3,"hod",0),RE("^shine$",3,"one",0),RE("^shoot$",4,"hot",0),RE("^ski$",1,"i'd",0),RE("^slide$",1,"den",0),RE("^smite$",1,"ten",0),RE("^seek$",3,"ought",0),RE("^spit$",3,"pat",0),RE("^speed$",4,"ped",0),RE("^spellbind$",3,"ound",0),RE("^spoil$",2,"ilt",0),RE("^spotlight$",5,"lit",0),RE("^spin$",3,"pun",0),RE("^steal$",3,"olen",0),RE("^stand$",3,"ood",0),RE("^stave$",3,"ove",0),RE("^stride$",1,"den",0),RE("^strike$",3,"uck",0),RE("^stick$",3,"uck",0),RE("^swell$",3,"ollen",0),RE("^swim$",3,"wum",0),RE("^teach$",4,"aught",0),RE("^think$",3,"ought",0),RE("^tread$",3,"odden",0),RE("^typewrite$",1,"ten",0),RE("^unbind$",3,"ound",0),RE("^underbuy$",2,"ought",0),RE("^undergird$",3,"irt",0),RE("^undergo$",1,"one",0),RE("^underlie$",2,"ain",0),RE("^undershoot$",4,"hot",0),RE("^understand$",3,"ood",0),RE("^unfreeze$",4,"ozen",0),RE("^unlearn",0,"t",0),RE("^unmake$",3,"ade",0),RE("^unreeve$",4,"ove",0),RE("^unstick$",3,"uck",0),RE("^unteach$",4,"aught",0),RE("^unthink$",3,"ought",0),RE("^untread$",3,"odden",0),RE("^unwind$",3,"ound",0),RE("^upbuild$",1,"t",0),RE("^uphold$",3,"eld",0),RE("^upheave$",4,"ove",0),RE("^waylay$",2,"ain",0),RE("^whipsaw$",2,"awn",0),RE("^withhold$",3,"eld",0),RE("^withstand$",3,"ood",0),RE("^win$",3,"won",0),RE("^wind$",3,"ound",0),RE("^weave$",4,"oven",0),RE("^write$",1,"ten",0),RE("^trek$",1,"cked",0),RE("^ko$",1,"o'd",0),RE("^win$",2,"on",0),RE("e$",0,"d",1),RE("^"+VERBAL_PREFIX+"?(cast|thrust|typeset|cut|bid|upset|wet|bet|cut|hit|hurt|inset|let|cost|burst|beat|beset|set|upset|hit|offset|put|quit|wed|typeset|wed|spread|split|slit|read|run|rerun|shut|shed)$",0)],PAST_TENSE_RULES=[RE("^(reduce)$",0,"d",0),RE("e$",0,"d",1),RE("^"+VERBAL_PREFIX+"?[pls]ay$",1,"id",1),RE(CONS+"y$",1,"ied",1),RE("^(fling|cling|hang)$",3,"ung",0),RE("(([sfc][twlp]?r?|w?r)ing)$",3,"ang",1),RE("^"+VERBAL_PREFIX+"?(bend|spend|send|lend|spend)$",1,"t",0),RE("^"+VERBAL_PREFIX+"?lie$",2,"ay",0),RE("^"+VERBAL_PREFIX+"?(weep|sleep|sweep|creep|keep)$",2,"pt",0),RE("^"+VERBAL_PREFIX+"?(sell|tell)$",3,"old",0),RE("^"+VERBAL_PREFIX+"?do$",1,"id",0),RE("^"+VERBAL_PREFIX+"?dig$",2,"ug",0),RE("^behave$",0,"d",0),RE("^(have)$",2,"d",0),RE("(sink|drink)$",3,"ank",0),RE("^swing$",3,"ung",0),RE("^be$",2,"was",0),RE("^outfight$",4,"ought",0),RE("^tarmac",0,"ked",0),RE("^abide$",3,"ode",0),RE("^aby$",1,"ought",0),RE("^become$",3,"ame",0),RE("^begird$",3,"irt",0),RE("^outlie$",2,"ay",0),RE("^rebind$",3,"ound",0),RE("^shit$",3,"hat",0),RE("^bereave$",4,"eft",0),RE("^foreswear$",3,"ore",0),RE("^bename$",3,"empt",0),RE("^beseech$",4,"ought",0),RE("^bethink$",3,"ought",0),RE("^bleed$",4,"led",0),RE("^bog-down$",5,"ged-down",0),RE("^buy$",2,"ought",0),RE("^bind$",3,"ound",0),RE("^(.*)feed$",4,"fed",0),RE("^breed$",4,"red",0),RE("^brei$",2,"eid",0),RE("^bring$",3,"ought",0),RE("^build$",3,"ilt",0),RE("^come$",3,"ame",0),RE("^catch$",3,"ught",0),RE("^clothe$",5,"lad",0),RE("^crossbreed$",4,"red",0),RE("^deal$",2,"alt",0),RE("^dow$",1,"ught",0),RE("^dream$",2,"amt",0),RE("^dwell$",3,"elt",0),RE("^enwind$",3,"ound",0),RE("^feel$",3,"elt",0),RE("^flee$",3,"led",0),RE("^floodlight$",5,"lit",0),RE("^arise$",3,"ose",0),RE("^eat$",3,"ate",0),RE("^backbite$",4,"bit",0),RE("^backslide$",4,"lid",0),RE("^befall$",3,"ell",0),RE("^begin$",3,"gan",0),RE("^beget$",3,"got",0),RE("^behold$",3,"eld",0),RE("^bespeak$",3,"oke",0),RE("^bestride$",3,"ode",0),RE("^betake$",3,"ook",0),RE("^bite$",4,"bit",0),RE("^blow$",3,"lew",0),RE("^bear$",3,"ore",0),RE("^break$",3,"oke",0),RE("^choose$",4,"ose",0),RE("^cleave$",4,"ove",0),RE("^countersink$",3,"ank",0),RE("^drink$",3,"ank",0),RE("^draw$",3,"rew",0),RE("^drive$",3,"ove",0),RE("^fall$",3,"ell",0),RE("^fly$",2,"lew",0),RE("^flyblow$",3,"lew",0),RE("^forbid$",2,"ade",0),RE("^forbear$",3,"ore",0),RE("^foreknow$",3,"new",0),RE("^foresee$",3,"saw",0),RE("^forespeak$",3,"oke",0),RE("^forego$",2,"went",0),RE("^forgive$",3,"ave",0),RE("^forget$",3,"got",0),RE("^forsake$",3,"ook",0),RE("^forspeak$",3,"oke",0),RE("^forswear$",3,"ore",0),RE("^forgo$",2,"went",0),RE("^fight$",4,"ought",0),RE("^find$",3,"ound",0),RE("^freeze$",4,"oze",0),RE("^give$",3,"ave",0),RE("^geld$",3,"elt",0),RE("^gen-up$",3,"ned-up",0),RE("^ghostwrite$",3,"ote",0),RE("^get$",3,"got",0),RE("^grow$",3,"rew",0),RE("^grind$",3,"ound",0),RE("^hear$",2,"ard",0),RE("^hold$",3,"eld",0),RE("^hide$",4,"hid",0),RE("^honey$",2,"ied",0),RE("^inbreed$",4,"red",0),RE("^indwell$",3,"elt",0),RE("^interbreed$",4,"red",0),RE("^interweave$",4,"ove",0),RE("^inweave$",4,"ove",0),RE("^ken$",2,"ent",0),RE("^kneel$",3,"elt",0),RE("^^know$$",3,"new",0),RE("^leap$",2,"apt",0),RE("^learn$",2,"rnt",0),RE("^lead$",4,"led",0),RE("^leave$",4,"eft",0),RE("^light$",5,"lit",0),RE("^lose$",3,"ost",0),RE("^make$",3,"ade",0),RE("^mean$",2,"ant",0),RE("^meet$",4,"met",0),RE("^misbecome$",3,"ame",0),RE("^misdeal$",2,"alt",0),RE("^misgive$",3,"ave",0),RE("^mishear$",2,"ard",0),RE("^mislead$",4,"led",0),RE("^mistake$",3,"ook",0),RE("^misunderstand$",3,"ood",0),RE("^outbreed$",4,"red",0),RE("^outgrow$",3,"rew",0),RE("^outride$",3,"ode",0),RE("^outshine$",3,"one",0),RE("^outshoot$",4,"hot",0),RE("^outstand$",3,"ood",0),RE("^outthink$",3,"ought",0),RE("^outgo$",2,"went",0),RE("^outwear$",3,"ore",0),RE("^overblow$",3,"lew",0),RE("^overbear$",3,"ore",0),RE("^overbuild$",3,"ilt",0),RE("^overcome$",3,"ame",0),RE("^overdraw$",3,"rew",0),RE("^overdrive$",3,"ove",0),RE("^overfly$",2,"lew",0),RE("^overgrow$",3,"rew",0),RE("^overhear$",2,"ard",0),RE("^overpass$",3,"ast",0),RE("^override$",3,"ode",0),RE("^oversee$",3,"saw",0),RE("^overshoot$",4,"hot",0),RE("^overthrow$",3,"rew",0),RE("^overtake$",3,"ook",0),RE("^overwind$",3,"ound",0),RE("^overwrite$",3,"ote",0),RE("^partake$",3,"ook",0),RE("^"+VERBAL_PREFIX+"?run$",2,"an",0),RE("^ring$",3,"ang",0),RE("^rebuild$",3,"ilt",0),RE("^red",0),RE("^reave$",4,"eft",0),RE("^remake$",3,"ade",0),RE("^resit$",3,"sat",0),RE("^rethink$",3,"ought",0),RE("^retake$",3,"ook",0),RE("^rewind$",3,"ound",0),RE("^rewrite$",3,"ote",0),RE("^ride$",3,"ode",0),RE("^rise$",3,"ose",0),RE("^reeve$",4,"ove",0),RE("^sing$",3,"ang",0),RE("^sink$",3,"ank",0),RE("^sit$",3,"sat",0),RE("^see$",3,"saw",0),RE("^shoe$",3,"hod",0),RE("^shine$",3,"one",0),RE("^shake$",3,"ook",0),RE("^shoot$",4,"hot",0),RE("^shrink$",3,"ank",0),RE("^shrive$",3,"ove",0),RE("^sightsee$",3,"saw",0),RE("^ski$",1,"i'd",0),RE("^skydive$",3,"ove",0),RE("^slay$",3,"lew",0),RE("^slide$",4,"lid",0),RE("^slink$",3,"unk",0),RE("^smite$",4,"mit",0),RE("^seek$",3,"ought",0),RE("^spit$",3,"pat",0),RE("^speed$",4,"ped",0),RE("^spellbind$",3,"ound",0),RE("^spoil$",2,"ilt",0),RE("^speak$",3,"oke",0),RE("^spotlight$",5,"lit",0),RE("^spring$",3,"ang",0),RE("^spin$",3,"pun",0),RE("^stink$",3,"ank",0),RE("^steal$",3,"ole",0),RE("^stand$",3,"ood",0),RE("^stave$",3,"ove",0),RE("^stride$",3,"ode",0),RE("^strive$",3,"ove",0),RE("^strike$",3,"uck",0),RE("^stick$",3,"uck",0),RE("^swim$",3,"wam",0),RE("^swear$",3,"ore",0),RE("^teach$",4,"aught",0),RE("^think$",3,"ought",0),RE("^throw$",3,"rew",0),RE("^take$",3,"ook",0),RE("^tear$",3,"ore",0),RE("^transship$",4,"hip",0),RE("^tread$",4,"rod",0),RE("^typewrite$",3,"ote",0),RE("^unbind$",3,"ound",0),RE("^unclothe$",5,"lad",0),RE("^underbuy$",2,"ought",0),RE("^undergird$",3,"irt",0),RE("^undershoot$",4,"hot",0),RE("^understand$",3,"ood",0),RE("^undertake$",3,"ook",0),RE("^undergo$",2,"went",0),RE("^underwrite$",3,"ote",0),RE("^unfreeze$",4,"oze",0),RE("^unlearn$",2,"rnt",0),RE("^unmake$",3,"ade",0),RE("^unreeve$",4,"ove",0),RE("^unspeak$",3,"oke",0),RE("^unstick$",3,"uck",0),RE("^unswear$",3,"ore",0),RE("^unteach$",4,"aught",0),RE("^unthink$",3,"ought",0),RE("^untread$",4,"rod",0),RE("^unwind$",3,"ound",0),RE("^upbuild$",3,"ilt",0),RE("^uphold$",3,"eld",0),RE("^upheave$",4,"ove",0),RE("^uprise$",3,"ose",0),RE("^upspring$",3,"ang",0),RE("^go$",2,"went",0),RE("^wiredraw$",3,"rew",0),RE("^withdraw$",3,"rew",0),RE("^withhold$",3,"eld",0),RE("^withstand$",3,"ood",0),RE("^wake$",3,"oke",0),RE("^win$",3,"won",0),RE("^wear$",3,"ore",0),RE("^wind$",3,"ound",0),RE("^weave$",4,"ove",0),RE("^write$",3,"ote",0),RE("^trek$",1,"cked",0),RE("^ko$",1,"o'd",0),RE("^bid",2,"ade",0),RE("^win$",2,"on",0),RE("^swim",2,"am",0),RE("^"+VERBAL_PREFIX+"?(cast|thrust|typeset|cut|bid|upset|wet|bet|cut|hit|hurt|inset|let|cost|burst|beat|beset|set|upset|offset|put|quit|wed|typeset|wed|spread|split|slit|read|run|shut|shed|lay)$",0)],PRESENT_TENSE_RULES=[RE("^aby$",0,"es",0),RE("^bog-down$",5,"s-down",0),RE("^chivy$",1,"vies",0),RE("^gen-up$",3,"s-up",0),RE("^prologue$",3,"gs",0),RE("^picknic$",0,"ks",0),RE("^ko$",0,"'s",0),RE("[osz]$",0,"es",1),RE("^have$",2,"s",0),RE(CONS+"y$",1,"ies",1),RE("^be$",2,"is"),RE("([zsx]|ch|sh)$",0,"es",1)],VERB_CONS_DOUBLING=["abat","abet","abhor","abut","accur","acquit","adlib","admit","aerobat","aerosol","agendaset","allot","alot","anagram","annul","appal","apparel","armbar","aver","babysit","airdrop","appal","blackleg","bobsled","bur","chum","confab","counterplot","curet","dib","backdrop","backfil","backflip","backlog","backpedal","backslap","backstab","bag","balfun","ballot","ban","bar","barbel","bareleg","barrel","bat","bayonet","becom","bed","bedevil","bedwet","beenhop","befit","befog","beg","beget","begin","bejewel","bemedal","benefit","benum","beset","besot","bestir","bet","betassel","bevel","bewig","bib","bid","billet","bin","bip","bit","bitmap","blab","blag","blam","blan","blat","bles","blim","blip","blob","bloodlet","blot","blub","blur","bob","bodypop","bog","booby-trap","boobytrap","booksel","bootleg","bop","bot","bowel","bracket","brag","brig","brim","bud","buffet","bug","bullshit","bum","bun","bus","but","cab","cabal","cam","can","cancel","cap","caracol","caravan","carburet","carnap","carol","carpetbag","castanet","cat","catcal","catnap","cavil","chan","chanel","channel","chap","char","chargecap","chat","chin","chip","chir","chirrup","chisel","chop","chug","chur","clam","clap","clearcut","clip","clodhop","clog","clop","closet","clot","club","co-occur","co-program","co-refer","co-run","co-star","cob","cobweb","cod","coif","com","combat","comit","commit","compel","con","concur","confer","confiscat","control","cop","coquet","coral","corbel","corral","cosset","cotransmit","councel","council","counsel","court-martial","crab","cram","crap","crib","crop","crossleg","cub","cudgel","cum","cun","cup","cut","dab","dag","dam","dan","dap","daysit","de-control","de-gazet","de-hul","de-instal","de-mob","de-program","de-rig","de-skil","deadpan","debag","debar","log","decommit","decontrol","defer","defog","deg","degas","deinstal","demit","demob","demur","den","denet","depig","depip","depit","der","deskil","deter","devil","diagram","dial","dig","dim","din","dip","disbar","disbud","discomfit","disembed","disembowel","dishevel","disinter","dispel","disprefer","distil","dog","dognap","don","doorstep","dot","dowel","drag","drat","driftnet","distil","egotrip","enrol","enthral","extol","fulfil","gaffe","golliwog","idyl","inspan","drip","drivel","drop","drub","drug","drum","dub","duel","dun","dybbuk","earwig","eavesdrop","ecolabel","eitherspigot","electroblot","embed","emit","empanel","enamel","endlabel","endtrim","enrol","enthral","entrammel","entrap","enwrap","equal","equip","estop","exaggerat","excel","expel","extol","fag","fan","farewel","fat","featherbed","feget","fet","fib","fig","fin","fingerspel","fingertip","fit","flab","flag","flap","flip","flit","flog","flop","fob","focus","fog","footbal","footslog","fop","forbid","forget","format","fortunetel","fot","foxtrot","frag","freefal","fret","frig","frip","frog","frug","fuel","fufil","fulfil","fullyfit","fun","funnel","fur","furpul","gab","gad","gag","gam","gambol","gap","garot","garrot","gas","gat","gel","gen","get","giftwrap","gig","gimbal","gin","glam","glenden","glendin","globetrot","glug","glut","gob","goldpan","goostep","gossip","grab","gravel","grid","grin","grip","grit","groundhop","grovel","grub","gum","gun","gunrun","gut","gyp","haircut","ham","han","handbag","handicap","handknit","handset","hap","hareleg","hat","headbut","hedgehop","hem","hen","hiccup","highwal","hip","hit","hobnob","hog","hop","horsewhip","hostel","hot","hotdog","hovel","hug","hum","humbug","hup","hushkit","hut","illfit","imbed","immunblot","immunoblot","impannel","impel","imperil","incur","infer","infil","inflam","initial","input","inset","instil","inter","interbed","intercrop","intercut","interfer","instal","instil","intermit","japan","jug","kris","manumit","mishit","mousse","mud","interwar","jab","jag","jam","jar","jawdrop","jet","jetlag","jewel","jib","jig","jitterbug","job","jog","jog-trot","jot","jut","ken","kennel","kid","kidnap","kip","kissogram","kit","knap","kneecap","knit","knob","knot","kor","label","lag","lam","lap","lavel","leafcut","leapfrog","leg","lem","lep","let","level","libel","lid","lig","lip","lob","log","lok","lollop","longleg","lop","lowbal","lug","mackerel","mahom","man","map","mar","marshal","marvel","mat","matchwin","metal","micro-program","microplan","microprogram","milksop","mis-cal","mis-club","mis-spel","miscal","mishit","mislabel","mit","mob","mod","model","mohmam","monogram","mop","mothbal","mug","multilevel","mum","nab","nag","nan","nap","net","nightclub","nightsit","nip","nod","nonplus","norkop","nostril","not","nut","nutmeg","occur","ocur","offput","offset","omit","ommit","onlap","out-general","out-gun","out-jab","out-plan","out-pol","out-pul","out-put","out-run","out-sel","outbid","outcrop","outfit","outgas","outgun","outhit","outjab","outpol","output","outrun","outship","outshop","outsin","outstrip","outswel","outspan","overcrop","pettifog","photostat","pouf","preset","prim","pug","ret","rosin","outwit","over-commit","over-control","over-fil","over-fit","over-lap","over-model","over-pedal","over-pet","over-run","over-sel","over-step","over-tip","over-top","overbid","overcal","overcommit","overcontrol","overcrap","overdub","overfil","overhat","overhit","overlap","overman","overplot","overrun","overshop","overstep","overtip","overtop","overwet","overwil","pad","paintbal","pan","panel","paperclip","par","parallel","parcel","partiescal","pat","patrol","pedal","peewit","peg","pen","pencil","pep","permit","pet","petal","photoset","phototypeset","phut","picket","pig","pilot","pin","pinbal","pip","pipefit","pipet","pit","plan","plit","plod","plop","plot","plug","plumet","plummet","pod","policyset","polyfil","ponytrek","pop","pot","pram","prebag","predistil","predril","prefer","prefil","preinstal","prep","preplan","preprogram","prizewin","prod","profer","prog","program","prop","propel","pub","pummel","pun","pup","pushfit","put","quarel","quarrel","quickskim","quickstep","quickwit","quip","quit","quivertip","quiz","rabbit","rabit","radiolabel","rag","ram","ramrod","rap","rat","ratecap","ravel","re-admit","re-cal","re-cap","re-channel","re-dig","re-dril","re-emit","re-fil","re-fit","re-flag","re-format","re-fret","re-hab","re-instal","re-inter","re-lap","re-let","re-map","re-metal","re-model","re-pastel","re-plan","re-plot","re-plug","re-pot","re-program","re-refer","re-rig","re-rol","re-run","re-sel","re-set","re-skin","re-stal","re-submit","re-tel","re-top","re-transmit","re-trim","re-wrap","readmit","reallot","rebel","rebid","rebin","rebut","recap","rechannel","recommit","recrop","recur","recut","red","redril","refer","refit","reformat","refret","refuel","reget","regret","reinter","rejig","rekit","reknot","relabel","relet","rem","remap","remetal","remit","remodel","reoccur","rep","repel","repin","replan","replot","repol","repot","reprogram","rerun","reset","resignal","resit","reskil","resubmit","retransfer","retransmit","retro-fit","retrofit","rev","revel","revet","rewrap","rib","richochet","ricochet","rid","rig","rim","ringlet","rip","rit","rival","rivet","roadrun","rob","rocket","rod","roset","rot","rowel","rub","run","runnel","rut","sab","sad","sag","sandbag","sap","scab","scalpel","scam","scan","scar","scat","schlep","scrag","scram","shall","sled","smut","stet","sulfuret","trepan","unrip","unstop","whir","whop","wig","scrap","scrat","scrub","scrum","scud","scum","scur","semi-control","semi-skil","semi-skim","semiskil","sentinel","set","shag","sham","shed","shim","shin","ship","shir","shit","shlap","shop","shopfit","shortfal","shot","shovel","shred","shrinkwrap","shrivel","shrug","shun","shut","side-step","sideslip","sidestep","signal","sin","sinbin","sip","sit","skid","skim","skin","skip","skir","skrag","slab","slag","slam","slap","slim","slip","slit","slob","slog","slop","slot","slowclap","slug","slum","slur","smit","snag","snap","snip","snivel","snog","snorkel","snowcem","snub","snug","sob","sod","softpedal","son","sop","spam","span","spar","spat","spiderweb","spin","spiral","spit","splat","split","spot","sprag","spraygun","sprig","springtip","spud","spur","squat","squirrel","stab","stag","star","stem","sten","stencil","step","stir","stop","storytel","strap","strim","strip","strop","strug","strum","strut","stub","stud","stun","sub","subcrop","sublet","submit","subset","suedetrim","sum","summit","sun","suntan","sup","super-chil","superad","swab","swag","swan","swap","swat","swig","swim","swivel","swot","tab","tag","tan","tansfer","tap","tar","tassel","tat","tefer","teleshop","tendril","terschel","th'strip","thermal","thermostat","thin","throb","thrum","thud","thug","tightlip","tin","tinsel","tip","tittup","toecap","tog","tom","tomorrow","top","tot","total","towel","traget","trainspot","tram","trammel","transfer","tranship","transit","transmit","transship","trap","travel","trek","trendset","trim","trip","tripod","trod","trog","trot","trousseaushop","trowel","trup","tub","tug","tunnel","tup","tut","twat","twig","twin","twit","typeset","tyset","un-man","unban","unbar","unbob","uncap","unclip","uncompel","undam","under-bil","under-cut","under-fit","under-pin","under-skil","underbid","undercut","underlet","underman","underpin","unfit","unfulfil","unknot","unlip","unlywil","unman","unpad","unpeg","unpin","unplug","unravel","unrol","unscrol","unsnap","unstal","unstep","unstir","untap","unwrap","unzip","up","upset","upskil","upwel","ven","verbal","vet","victual","vignet","wad","wag","wainscot","wan","war","water-log","waterfal","waterfil","waterlog","weasel","web","wed","wet","wham","whet","whip","whir","whiteskin","whiz","whup","wildcat","win","windmil","wit","woodchop","woodcut","wor","worship","wrap","wiretap","yen","yak","yap","yarnspin","yip","yodel","zag","zap","zig","zig-zag","zigzag","zip","ztrip","hand-bag","hocus","hocus-pocus"],PAST_PARTICIPLE_RULESET={ +name:"PAST_PARTICIPLE",defaultRule:RE(ANY_STEM,0,"ed",2),rules:PAST_PARTICIPLE_RULES,doubling:!0},PRESENT_PARTICIPLE_RULESET={name:"ING_FORM",defaultRule:RE(ANY_STEM,0,"ing",2),rules:ING_FORM_RULES,doubling:!0},PAST_TENSE_RULESET={name:"PAST_TENSE",defaultRule:RE(ANY_STEM,0,"ed",2),rules:PAST_TENSE_RULES,doubling:!0},PRESENT_TENSE_RULESET={name:"PRESENT_TENSE",defaultRule:RE(ANY_STEM,0,"s",2),rules:PRESENT_TENSE_RULES,doubling:!1};RiTa.SILENT||isNode()||!console||console.log("[INFO] RiTaJS.version ["+RiTa.VERSION+"]");var LetterToSound=makeClass();LetterToSound.prototype={init:function(){this.warnedForNoLTS=!1,this.letterIndex={},this.fval_buff=[],this.stateMachine=null,this.numStates=0;for(var n=0;n0&&i.indexOf("1")===-1&&i.indexOf(" ")===-1){e=i.split("-"),i="";for(var h=0;h1&&(i=i.substring(0,i.length-1))}return i},_computePhones:function(n){var a,h,e,i,r,t,s,b=[],T=4;if(!n||!n.length||RiTa.isPunctuation(n))return null;if(!LetterToSound.RULES)return this.warnedForNoLTS||(this.warnedForNoLTS=!0,console.warn("[WARN] No LTS-rules found: for word features outside the lexicon, use a larger version of RiTa.")),null;if(n=n.toLowerCase(),isNum(n)){n=n.length>1?n.split(E):[n];for(var l=0;l9)throw Error("Attempt to pass multi-digit number to LTS: '"+n+"'");b.push(RiString._phones.digits[a])}return b}e="000#"+n.trim()+"#000",h=e.split(E);for(var d=0;d= 0.6" + }, + "homepage": "https://rednoise.org/rita", + "keywords": [ + "nlp", + "natural language", + "language", + "writing", + "generative" + ], + "license": "GPL-3.0", + "main": "lib/rita.js", + "name": "rita", + "optionalDependencies": { + "yamljs": "^0.2.10" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/dhowe/RiTa.git" + }, + "scripts": { + "test": "gulp test-npm" + }, + "tonicExampleFilename": "tonic.js", + "version": "1.3.94" +} diff --git a/node_modules/rita/test/LibStructure-tests.js b/node_modules/rita/test/LibStructure-tests.js new file mode 100644 index 0000000..25f5ca0 --- /dev/null +++ b/node_modules/rita/test/LibStructure-tests.js @@ -0,0 +1,162 @@ +/*global console, test, throws, equal, notEqual, expect, require, ok, + QUnit, RiTa, RiTaEvent, RiString, RiGrammar, RiMarkov, RiLexicon */ + +var runtests = function() { + + QUnit.module("LibraryStructure", { + setup: function() {}, + teardown: function() {} + }); + + test("Public Objects", function() { + + ok(typeof RiTa != 'undefined'); + ok(typeof RiString != 'undefined'); + ok(typeof RiLexicon != 'undefined'); + ok(typeof RiGrammar != 'undefined'); + ok(typeof RiMarkov != 'undefined'); + ok(typeof RiWordNet != 'undefined'); + if (typeof window != 'undefined' && window) { + ok(typeof RiText != 'undefined'); + } + }); + + test("Private Statics (funs)", function() { + + if (typeof window != 'undefined' && window) { + // fails in phantom outside the conditional ?? + equal(typeof is, 'undefined'); + } + equal(typeof _wordOffsetFor, 'undefined'); + equal(typeof _handleLeading, 'undefined'); + equal(typeof _disposeOne, 'undefined'); + }); + + test("Private Statics (vars)", function() { + + equal(typeof _VERSION_, 'undefined'); + equal(typeof RiTa._VERSION_, 'undefined'); + equal(typeof timers, 'undefined'); + equal(typeof RiTa.timers, 'undefined'); + }); + + test("Member Functions", function() { + + var rx = new RiString("hello"); + equal(typeof rx.charAt, 'function'); + var rs = RiString("hello"); + equal(typeof rs.charAt, 'function'); + var rg = RiMarkov(3); + equal(typeof rg.loadTokens, 'function'); + rg = new RiMarkov(2); + equal(typeof rg.loadTokens, 'function'); + var rl = new RiLexicon(); + equal(typeof rl.containsWord, 'function'); + }); + + test("Member Variables", function() { + + ok(RiString("x").text); + ok(new RiString("x").text); + ok(RiGrammar()._rules); + ok(new RiGrammar()._rules); + }); + + test("Public Statics", function() { + + equal(typeof RiTa.splitSentences, 'function'); + equal(typeof RiTa.getPhonemes, 'function'); + equal(typeof RiTa.random, 'function'); + equal(typeof RiTa.containsWord, 'function'); + }); + + test("Public Constants", function() { + + ok(RiTa.VERSION); + ok(RiTa.PRESENT_TENSE); + ok(RiTa.SECOND_PERSON); + ok(RiGrammar.START_RULE); + }); + + test("Internal Classes", function() { + + equal(typeof Type, 'undefined', 'Type is visible!'); + equal(typeof Timer, 'undefined', 'Timer is visible!'); + equal(typeof Phones, 'undefined', 'Phones is visible!'); + equal(typeof Conjugator, 'undefined', 'Conjugator'); + equal(typeof MinEditDist, 'undefined', 'MinEditDist'); + equal(typeof PosTagger, 'undefined', 'PosTagger'); + equal(typeof RegexRule, 'undefined', 'RegexRule'); + equal(typeof Easing, 'undefined', 'Easing'); + equal(typeof Interpolation, 'undefined', 'Interpolation'); + equal(typeof TextBehavior, 'undefined', 'TextBehavior'); + }); + + test("Private Constants", function() { + + equal(typeof SP, 'undefined'); + equal(typeof A, 'undefined'); + equal(typeof PLURAL_RULES, 'undefined'); + equal(typeof QUESTION_STARTS, 'undefined'); + equal(typeof PAST_PARTICIPLE_RULESET, 'undefined'); + }); + + test("Constructors", function() { + + equal(typeof RiString, 'function'); // pub + equal(typeof RiGrammar, 'function'); + equal(typeof RiLexicon, 'function'); + + notEqual(typeof RiTa, 'function'); // prv + + var rx = new RiString("hello"); + equal(typeof rx, 'object'); + + var rs = RiString("hello"); + equal(typeof rx, 'object'); + + var lr = RiGrammar(); + equal(typeof lr, 'object'); + + var lg = new RiGrammar(); + equal(typeof lg, 'object'); + + if (typeof window != 'undefined') { + + equal(typeof RiText, 'function'); + + } + + throws(function() { + RiTa.SILENT = 1; + try { + new RiTa(); + } catch (e) { + throw Error("no constructor"); + } + RiTa.SILENT = 0; + }); + + throws(function() { + RiTa.SILENT = 1; + try { + RiTa(); + } catch (e) { + throw Error("no constructor"); + } + RiTa.SILENT = 0; + }); + }); + + test("Private Functions", function() { + + equal(typeof startsWith, 'undefined'); + equal(typeof isNull, 'undefined'); + equal(typeof makeClass, 'undefined'); + equal(typeof handleLeading, 'undefined'); + equal(typeof disposeOne, 'undefined'); + }); + +}; + +if (typeof exports != 'undefined') runtests(); diff --git a/node_modules/rita/test/RiGrammar-tests.js b/node_modules/rita/test/RiGrammar-tests.js new file mode 100644 index 0000000..8bb8558 --- /dev/null +++ b/node_modules/rita/test/RiGrammar-tests.js @@ -0,0 +1,1026 @@ +/*global console, test, throws, equal, fail, notEqual, expect, require, ok, + QUnit, RiTa, RiString, RiGrammar, RiMarkov, RiLexicon */ + +var runtests = function () { + + if (typeof YAML == 'undefined') YAML = require('yamljs'); + + var SILENT = true, + WITHOUT_YAML = typeof YAML == 'undefined'; + + QUnit.module("RiGrammar", { + setup: function () {}, + teardown: function () {}, + }); + + var sentenceGrammarJSON = { + "": " .", + "": " ", + "": " | [.1]", + "": "a [.1] | the", + "": "woman | man", + "": "shoots" + }; + + var sentenceGrammarJSON2 = { + "": " .", + "": " ", + "": ["a [.1]", "the"], + "": [" [.1]", ""], + "": ["woman", "man"], + "": "shoots" + }; + + var sentenceGrammarYAML = " : .\n: \n : | [.1]\n: woman | man\n: a [.1] | the\n: shoots"; + var sentenceGrammarYAML2 = " : .\n: \n : \n - \n - [.1]\n: \n - woman\n - man\n: \n - a [.1] \n - the\n: shoots"; + var sentenceGrammarYAML3 = "--- : a [.1] | the\n#I am a comment\n: woman | man\n: \n: .\n: shoots\n: | [.1]\n: >\n This is\n my very long string\n that wraps three lines\n"; + + var sentenceGrammars = [sentenceGrammarJSON, sentenceGrammarJSON2, sentenceGrammarYAML, sentenceGrammarYAML2]; + //var sentenceGrammarFiles = [ "sentence1.json", "sentence2.json", "sentence1.yaml", "sentence2.yaml" ]; + //var haikuGrammarFiles = [ "haikuGrammar.json", "haikuGrammar2.json", "haikuGrammar.yaml", "haikuGrammar2.yaml" ]; + + if (WITHOUT_YAML) { + + console.warn("[WARN] YAML parser not found -- skipping all YAML tests"); + + sentenceGrammars = [sentenceGrammarJSON, sentenceGrammarJSON2]; + //sentenceGrammarFiles = [ "sentence1.json", "sentence2.json" ]; + //haikuGrammarFiles = [ "haikuGrammar.json", "haikuGrammar2.json" ]; + } + + test("testGetGrammar", function () { + + var rg = new RiGrammar(sentenceGrammarJSON); + var rg2 = new RiGrammar(sentenceGrammarJSON2); + deepEqual(rg, rg2) + + var e = "\n ' .' [1]\n\n ' ' [1]\n\n '' [1]\n ' ' [.1]\n\n 'a' [.1]\n 'the' [1]\n\n 'woman' [1]\n 'man' [1]\n\n 'shoots' [1]"; + //console.log(rg.getGrammar()); + equal(rg.getGrammar(), e); + }); + + test("testYaml", function () { + + if (!WITHOUT_YAML) { + ok(YAML.parse(sentenceGrammarYAML)); + ok(YAML.parse(sentenceGrammarYAML2)); + ok(YAML.parse(sentenceGrammarYAML3)); + } + else ok(1); + }); + + test("testInit", function () { + + var rg = RiGrammar(); + ok(rg._rules); // empty + ok(typeof rg._rules[''] === 'undefined'); + ok(typeof rg._rules[''] === 'undefined'); + + var rg1 = RiGrammar(sentenceGrammarJSON); + ok(rg1._rules); + ok(rg1._rules['']); + ok(rg1._rules['']); + + var rg2 = RiGrammar(JSON.stringify(sentenceGrammarJSON)); + ok(rg2._rules); + ok(rg2._rules['']); + ok(rg2._rules['']); + + var rg3 = RiGrammar(sentenceGrammarJSON2); + ok(rg3._rules); + ok(rg3._rules['']); + ok(rg3._rules['']); + + deepEqual(rg1, rg2); + deepEqual(rg2, rg3); + deepEqual(rg1, rg3); + + if (!WITHOUT_YAML) { // TEST the YAML grammars + + var rg4 = RiGrammar(sentenceGrammarYAML); + ok(rg4._rules); + ok(rg4._rules['']); + ok(rg4._rules['']); + + var rg5 = RiGrammar(sentenceGrammarYAML2); + ok(rg5._rules); + ok(rg5._rules['']); + ok(rg5._rules['']); + + deepEqual(rg1, rg4); + deepEqual(rg1, rg5); + } + + var BAD = ["{a : 1}", "hello"]; + for (var i = 0; i < BAD.length; i++) { + throws(function () { + + try { + RiGrammar(BAD[i]); + fail("no exception"); + } catch (e) { + throw e; + } + }); + } + }); + + test("testLoad", function () { + + var rg = new RiGrammar(); + ok(rg._rules); + ok(typeof rg._rules[''] === 'undefined'); + ok(typeof rg._rules[''] === 'undefined'); + + rg.load(JSON.stringify(sentenceGrammarJSON)); + ok(rg._rules); + ok(typeof rg._rules[''] !== 'undefined'); + ok(typeof rg._rules[''] !== 'undefined'); + + rg.load(JSON.stringify(sentenceGrammarJSON2)); + ok(rg._rules); + ok(typeof rg._rules[''] !== 'undefined'); + ok(typeof rg._rules[''] !== 'undefined'); + }); + + test("testAddRule", function () { + + var rg = new RiGrammar(); + rg.addRule("", ""); + ok(rg._rules[""]); + ok(rg.hasRule("")); + rg.addRule("", "", .3); + ok(rg._rules[""]); + ok(rg.hasRule("")); + }); + + test("testExpand()", function () { + + for (var j = 0; j < sentenceGrammars.length; j++) { + var rg = new RiGrammar(sentenceGrammars[j]); + for (var i = 0; i < 10; i++) + ok(rg.expand()); + } + + var rg = new RiGrammar(); + rg.addRule("", "pet"); + equal(rg.expand(), "pet"); + + rg.addRule("", "pet", 1); + equal(rg.expand(), "pet"); + rg.addRule("", "pet", 2); + equal(rg.expand(), "pet"); + + rg.reset(); + rg.addRule("", "", 1); + rg.addRule("", "dog", 1); + equal(rg.expand(), "dog"); + + ///////////////////////////////////////////////////////////////// + + rg.reset(); + rg.addRule("", "", 1); + rg.addRule("", "cat", .4); + rg.addRule("", "dog", .6); + rg.addRule("", "boy", .2); + ok(rg.hasRule("")); + + var found1 = false, + found2 = false, + found3 = false; + for (var i = 0; i < 100; i++) { + var res = rg.expand(); + + ok(res === ("cat") || res === ("dog") || res === ("boy")); + + if (res === ("cat")) + found1 = true; + else if (res === ("dog")) + found2 = true; + else if (res === ("boy")) + found3 = true; + } + ok(found1 && found2 && found3); // found all + + ///////////////////////////////////////////////////////////////// + + rg.reset(); + rg.addRule("", "", 1); + rg.addRule("", "cat | dog | boy"); + ok(rg.hasRule("")); + + found1 = false; + found2 = false; + found3 = false; + for (var i = 0; i < 100; i++) { + var res = rg.expand(); + + ok(res === ("cat") || res === ("dog") || res === ("boy")); + + if (res === ("cat")) + found1 = true; + else if (res === ("dog")) + found2 = true; + else if (res === ("boy")) + found3 = true; + } + ok(found1 && found2 && found3); // found all + + ///////////////////////////////////////////////////////////////// + + rg.reset(); + rg.addRule("", "pet", 1); + equal(rg.expand(), "pet"); + + rg.reset(); + rg.addRule("", "the ran.", 1); + rg.addRule("", "dog", .7); + for (var i = 0; i < 10; i++) + equal(rg.expand(), "the dog ran."); + + rg.reset(); + rg.addRule("", "the .", 1); + rg.addRule("", "dog", .7); + rg.addRule("", "cat", .3); + + var d = 0, + c = 0; + for (var i = 0; i < 100; i++) { + var r = rg.expand(); + if (r === "the dog.") + d++; + if (r === "the cat.") + c++; + } + ok(d > 50); // d + "" + ok(d < 90); // d + "" + ok(c > 10); // g + "" + ok(c < 50); // g + "" + }); + + /*test("testExpandOld()", function() { + + var s, rg = new RiGrammar(); + + rg.addRule("", "pet"); + equal(s=rg.expand(), "pet"); + + //console.log(s); + + rg.reset(); + rg.addRule("", "").addRule("", "dog"); + equal(s=rg.expand(), "dog"); + + rg.reset(); + rg.addRule("", "the ran."); + rg.addRule("", "dog"); + s = rg.expand(); + equal(s, "the dog ran."); + + rg.reset(); + rg.addRule("", ""); + rg.addRule("", "cat", .4); + rg.addRule("", "dog", .6); + rg.addRule("", "boy", .2); + + ok(rg.hasRule("")); + + var found1 = false, found2 = false, found3 = false; + for ( var i = 0; i < 20; i++) { + var res = rg.expand(); + ok(res === "cat" || res === 'dog' || res === 'boy'); + if (res === "cat") + found1 = true; + else if (res === "dog") + found2 = true; + else if (res === "boy") + found3 = true; + } + + ok(found1); + ok(found2); + ok(found3); + + var fail = false; + for ( var i = 0; i < 20; i++) { + var res = rg.expand() + if (!res) fail = true; + } + ok(!fail); + + rg.reset(); + rg.addRule("", "pet"); + equal(rg.expand(), "pet"); + + rg.reset(); + rg.addRule("", "the ran.", 1); + rg.addRule("", "dog", .7); + for (var i = 0; i < 10; i++) + equal(rg.expand(), "the dog ran."); + + rg.reset(); + rg.addRule("", "the ."); + rg.addRule("", "dog", .7); + rg.addRule("", "cat", .3); + + var d = 0, g = 0; + for ( var i = 0; i < 100; i++) { + var r = rg.expand(); + if (r == 'the dog.') d++; + if (r == 'the cat.') g++; + } + + // delta=20% + ok(d > 50 && d < 100, d + "% (dog =~ 70%)"); + ok(d < 90 && d > 0, d + "% (dog =~ 70%)"); + ok(g > 10 && g < 100, g + "% (cat =~ 30%)"); + ok(g < 50 && g > 0, g + "% (cat =~ 30%)"); + });*/ + + test("testExpandFrom", function () { + + var rg = new RiGrammar(); + + rg.reset(); + rg.addRule("", ""); + rg.addRule("", " | "); + rg.addRule("", "hawk | crow"); + rg.addRule("", "dog"); + + equal(rg.expandFrom(""), "dog"); + + for (var i = 0; i < 100; i++) { + var res = rg.expandFrom(""); + ok(res === "hawk" || res === 'crow'); + } + + throws(function () { + try { + rg.expandFrom("wrongName") + } catch (e) { + throw e; + } + }); + + }); + + test("testExpandFrom(Weighted)", function () { + + var rg = new RiGrammar(); + + rg.reset(); + rg.addRule("", ""); + rg.addRule("", " [9] | "); + rg.addRule("", "hawk"); + rg.addRule("", "dog [2]"); + + equal(rg.expandFrom(""), "dog"); + + var hawks = 0, + dogs = 0; + for (var i = 0; i < 100; i++) { + var res = rg.expandFrom(""); + ok(res === "hawk" || res === 'dog'); + if (res == "dog") dogs++; + if (res == "hawk") hawks++; + } + ok(hawks > dogs * 2); + }); + + test("testHasRule", function () { + + var g = [new RiGrammar(sentenceGrammarJSON), new RiGrammar(sentenceGrammarJSON2)]; + + for (var i = 0; i < g.length; i++) { + + var rg = g[i]; + ok(rg.hasRule("")); + ok(!rg.hasRule("start")); + + rg.reset(); + ok(!rg.hasRule("start")); + rg.addRule("", ""); + ok(rg.hasRule("")); + ok(!rg.hasRule("rule1")); + + rg.reset(); + + rg.addRule("", "cat", .4); + rg.addRule("", "dog", .6); + rg.addRule("", "boy", .2); + ok(rg.hasRule("")); + ok(!rg.hasRule("rule1")); + + ok(!rg.hasRule("badname")); + + rg.reset(); + + rg.addRule("rule1", ""); + ok(!rg.hasRule("")); + ok(rg.hasRule("rule1")); + + ok(!rg.hasRule(null)); + ok(!rg.hasRule(undefined)); + ok(!rg.hasRule(1)); + } + }); + + test("testReset", function () { + + var rg = new RiGrammar(); + ok(rg._rules); + rg.load(JSON.stringify(sentenceGrammarJSON)); + rg.reset(); + deepEqual(rg._rules, {}); + deepEqual(rg, RiGrammar()); + }); + + test("testRemoveRule", function () { + + var rg1 = new RiGrammar(sentenceGrammarJSON); + + ok(rg1._rules['']); + ok(rg1._rules['']); + + rg1.removeRule(''); + ok(!rg1._rules['']); + + rg1.removeRule(''); + ok(!rg1._rules['']); + + rg1.removeRule(''); + rg1.removeRule('bad-name'); + rg1.removeRule(null); + rg1.removeRule(undefined); + + rg1 = new RiGrammar(sentenceGrammarJSON2); + + ok(rg1._rules['']); + ok(rg1._rules['']); + + rg1.removeRule(''); + ok(!rg1._rules['']); + + rg1.removeRule(''); + ok(!rg1._rules['']); + + rg1.removeRule(''); + rg1.removeRule('bad-name'); + rg1.removeRule(null); + rg1.removeRule(undefined); + }); + + test("testPrint", function () { + + var rg = new RiGrammar(); + rg.reset(); + rg.addRule("", " | ", 1); + rg.addRule("", "the of ...", 1); + rg.addRule("", "the of the were ...", 1); + rg.addRule("", " | ", 1); + rg.addRule("", "hawks | crows", 1); + rg.addRule("", "dogs", 1); + rg.addRule("", "cries | screams | falls", 1); + //rg.print(); + ok(typeof rg.print === 'function'); + }); + + test("testExpandWith", function () { + + var rg = new RiGrammar(); + rg.addRule("", "the | the of the "); + rg.addRule("", " | "); + rg.addRule("", "hawk | crow | screamer"); + rg.addRule("", "dog"); + rg.addRule("", "cries | screams | falls"); + + var r = rg.expandWith("screams", ""); + + var str = "", + missed = false; + for (var i = 0; i < 100; i++) { + var r = rg.expandWith("screams", ""); + if (r.indexOf("screams") < 1) { + str = r; + // console.log("error: " + r); + missed = true; + } + } + equal(missed, false); + + str = "", missed = false; + for (var i = 0; i < 100; i++) { + var r = rg.expandWith("dog", ""); + if (r.indexOf("dog") < 1) { + str = r; + // console.log("error: " + r); + missed = true; + } + } + equal(missed, false); + + //equal("TODO: MORE TESTS HERE"); + }); + + test("testSpecialChars", function () { + + var rg, res, s + + s = "{ \"\": \"hello | name\" }"; + rg = new RiGrammar(s); + res = rg.expand(); + //console.log(res); + ok(res === "hello | name"); + + s = "{ \"\": \"hello: name\" }"; + rg = new RiGrammar(s); + res = rg.expand(); + ok(res === "hello: name"); + + s = "{ \"\": \"“hello!”\" }"; + rg = new RiGrammar(s); + //rule = rg.getRule(""); + //ok(rule==="“hello!”"); + //ok("fails b/c of editor?"); + //res = rg.expand(); + //console.log(res+'=“hello!”'); + // ok(res==='“hello!”'); // fails bc of editor + + s = "{ \"\": \"<start>\" }"; + rg = new RiGrammar(s); + res = rg.expand(); + //console.log(res); + ok(res === ""); + + s = "{ \"\": \"I don`t want it.\" }"; + rg = new RiGrammar(s); + res = rg.expand(); + //console.log(res); + ok(res === "I don`t want it."); + + s = "{ \"\": \"'I really don't'\" }"; + rg = new RiGrammar(s); + res = rg.expand(); + ok(res === "'I really don't'"); + + s = "{ \"\": \"hello | name\" }"; + rg = new RiGrammar(s); + for (var i = 0; i < 10; i++) { + res = rg.expand(); + ok(res === "hello" || res === "name"); + } + + }); + + test("testExecIgnore", function () { + + var rg = new RiGrammar(); // do nothing + rg.execDisabled = false; + + rg.addRule("", " | "); + rg.addRule("", "the were 'adj()'"); + rg.addRule("", "the of the 'adj()' "); + rg.addRule("", " | "); + rg.addRule("", "hawk | crow"); + rg.addRule("", "dog"); + rg.addRule("", "cries | screams | falls"); + + for (var i = 0; i < 10; i++) { + var res = rg.expand(); + //console.log(i+") "+res); + ok(res != null && res.length > 0); + ok(res.indexOf("'adj()'") > -1); + } + + rg.reset(); + + rg.addRule("", " | "); + rg.addRule("", "the were `adj()'"); + rg.addRule("", "the of the `adj()' "); + rg.addRule("", " | "); + rg.addRule("", "hawk | crow"); + rg.addRule("", "dog"); + rg.addRule("", "cries | screams | falls"); + + for (var i = 0; i < 10; i++) { + var res = rg.expand(); + //console.log(i+") "+res); + ok(res != null && res.length > 0); + ok(res.indexOf("`adj()'") > -1); + } + + rg.reset(); + + rg.addRule("", " | "); + rg.addRule("", "the were `nofun()`"); + rg.addRule("", "the of the `nofun()` "); + rg.addRule("", " | "); + rg.addRule("", "hawk | crow"); + rg.addRule("", "dog"); + rg.addRule("", "cries | screams | falls"); + + var tmp = RiTa.SILENT; + RiTa.SILENT = true; + for (var i = 0; i < 5; i++) { + var res = rg.expand(); + //console.log(i+") "+res); + ok(res != null && res.length > 0 && res.indexOf("`nofun()`") > -1); + } + + for (var i = 0; i < 5; i++) { + var res = rg.expand(this); + //console.log(i+") "+res); + ok(res != null && res.length > 0 && res.indexOf("`nofun()`") > -1); + } + + RiTa.SILENT = tmp; + }); + + test("testExecRE", function () { + + var str, res, re = RiGrammar.EXEC_PATT; + + str = "`hello()`"; + res = re.exec(str); + + for (var i = 0; i < res.length; i++) + if (!SILENT) console.log("'" + res[i] + "'"); + res.splice(0, 1); + deepEqual(res, ["", "`hello()`", ""]); + + if (!SILENT) console.log("==========================="); + + str = "`hello(and)`"; + res = re.exec(str); + + for (var i = 0; i < res.length; i++) + if (!SILENT) console.log("'" + res[i] + "'"); + res.splice(0, 1); + deepEqual(res, ["", "`hello(and)`", ""]); + + if (!SILENT) console.log("==========================="); + + str = "`hello('and')`"; + res = re.exec(str); + + for (var i = 0; i < res.length; i++) + if (!SILENT) console.log("'" + res[i] + "'"); + res.splice(0, 1); + deepEqual(res, ["", "`hello('and')`", ""]); + + if (!SILENT) console.log("==========================="); + + str = '`hello("and")`'; + res = re.exec(str); + + for (var i = 0; i < res.length; i++) + if (!SILENT) console.log("'" + res[i] + "'"); + res.splice(0, 1); + deepEqual(res, ["", '`hello("and")`', ""]); + + if (!SILENT) console.log("==========================="); + + str = "and `hello()` there"; + res = re.exec(str); + + for (var i = 0; i < res.length; i++) + if (!SILENT) console.log("'" + res[i] + "'"); + res.splice(0, 1); + deepEqual(res, ["and ", "`hello()`", " there"]); + + if (!SILENT) console.log("==========================="); + + str = "and `hello()` there `you()`"; + res = re.exec(str); + for (var i = 0; i < res.length; i++) + if (!SILENT) console.log("'" + res[i] + "'"); + res.splice(0, 1); + deepEqual(res, ["and ", "`hello()`", " there `you()`"]); + + if (!SILENT) console.log("==========================="); + + str = "and `hello()`"; + res = re.exec(str); + for (var i = 0; i < res.length; i++) + if (!SILENT) console.log("'" + res[i] + "'"); + res.splice(0, 1); + deepEqual(res, ["and ", "`hello()`", ""]); + + if (!SILENT) console.log("==========================="); + + str = "`hello()` there `you()`"; + res = re.exec(str); + for (var i = 0; i < res.length; i++) + if (!SILENT) console.log("'" + res[i] + "'"); + res.splice(0, 1); + deepEqual(res, ["", "`hello()`", " there `you()`"]); + + if (!SILENT) console.log("==========================="); + + str = "`hello();`"; + res = re.exec(str); + + for (var i = 0; i < res.length; i++) + if (!SILENT) console.log("'" + res[i] + "'"); + res.splice(0, 1); + deepEqual(res, ["", "`hello();`", ""]); + + if (!SILENT) console.log("==========================="); + + str = "`hello(and);`"; + res = re.exec(str); + + for (var i = 0; i < res.length; i++) + if (!SILENT) console.log("'" + res[i] + "'"); + res.splice(0, 1); + deepEqual(res, ["", "`hello(and);`", ""]); + + if (!SILENT) console.log("==========================="); + + str = "`hello('and');`"; + res = re.exec(str); + + for (var i = 0; i < res.length; i++) + if (!SILENT) console.log("'" + res[i] + "'"); + res.splice(0, 1); + deepEqual(res, ["", "`hello('and');`", ""]); + + if (!SILENT) console.log("==========================="); + + str = '`hello("and");`'; + res = re.exec(str); + + for (var i = 0; i < res.length; i++) + if (!SILENT) console.log("'" + res[i] + "'"); + res.splice(0, 1); + deepEqual(res, ["", '`hello("and");`', ""]); + + if (!SILENT) console.log("==========================="); + + str = "and `hello();` there"; + res = re.exec(str); + + for (var i = 0; i < res.length; i++) + if (!SILENT) console.log("'" + res[i] + "'"); + res.splice(0, 1); + deepEqual(res, ["and ", "`hello();`", " there"]); + + if (!SILENT) console.log("==========================="); + + str = "and `hello();` there `you();`"; + res = re.exec(str); + for (var i = 0; i < res.length; i++) + if (!SILENT) console.log("'" + res[i] + "'"); + res.splice(0, 1); + deepEqual(res, ["and ", "`hello();`", " there `you();`"]); + + if (!SILENT) console.log("==========================="); + + str = "and `hello();`"; + res = re.exec(str); + for (var i = 0; i < res.length; i++) + if (!SILENT) console.log("'" + res[i] + "'"); + res.splice(0, 1); + deepEqual(res, ["and ", "`hello();`", ""]); + + if (!SILENT) console.log("==========================="); + + str = "`hello();` there `you();`"; + res = re.exec(str); + for (var i = 0; i < res.length; i++) + if (!SILENT) console.log("'" + res[i] + "'"); + res.splice(0, 1); + deepEqual(res, ["", "`hello();`", " there `you();`"]); + + }); + + test("testExec1", function () { + + temp = function () { // global: for exec testing + return Math.random() < 0.5 ? 'hot' : 'cold'; + } + + var rg = new RiGrammar(); + rg.execDisabled = false; + ok(rg); + + //if (typeof module!=='undefined') { // for node-issue #9 + + rg.addRule("", " | "); + rg.addRule("", "the were `temp()`"); + rg.addRule("", "the of the `temp()` "); + rg.addRule("", " | "); + rg.addRule("", "hawk | crow"); + rg.addRule("", "dog"); + rg.addRule("", "cries | screams | falls"); + + for (var i = 0; i < 10; i++) { + + // TODO: fails in NODE ?? + // The "this" value passed to eval must be the global object from which eval originated ? + + var res = rg.expand(); + //console.log(res); + ok(res && !res.match("`") && res.match(/(hot|cold)/)); + } + //} + }); + + + test("testExec2", function () { + + var newruleg = { + '': 'The chased the `newrule("")`.', + '': 'dog | cat | mouse', + '': 'rhino' + }; + + newrule = function (n) { // global: for exec testing + return ''; + } + + var rg = new RiGrammar(newruleg); + rg.execDisabled = false; + ok(rg); + + //if (typeof module == 'undefined') { // for node-issue #9 + + for (var i = 0; i < 10; i++) { + var res = rg.expand(); + //console.log(res); + ok(res && res.match(/ chased the rhino\./g)); + } + //} + }); + + test("testExec3", function () { + + var newruleg2 = { + '': 'The chased the `staticFun()`.', + '': 'dog | cat | mouse', + }; + + function staticFun() { // global: for exec testing + return "rhino"; + } + + var rg = new RiGrammar(newruleg2); + rg.execDisabled = false; + ok(rg); + + for (var i = 0; i < 10; i++) { + var res = rg.expand(staticFun); + //console.log(res); + ok(res && res.match(/ chased the rhino\./g)); + } + }); + + test("testExec4", function () { + + var newruleg2 = { + '': 'The chased the `RiTa.pluralize(\'\')`.', + '': 'dog | cat | mouse', + }; + + var rg = new RiGrammar(newruleg2); + rg.execDisabled = false; + ok(rg); + + for (var i = 0; i < 10; i++) { + var res = rg.expand(); + //console.log(res); + ok(res && res.match(/(dogs|cats|mice)\./g)); + } + }); + + + // Create the frog callback locally, but don't pass + // a closure into expand; should FAIL to expand. + test("testExec5", function () { + + var frog = function () { return 'frog'; }; + + var newruleg2 = { + '': 'The chased the `frog()`.', + '': 'dog | cat | mouse', + }; + + var rg = new RiGrammar(newruleg2); + rg.execDisabled = false; + ok(rg); + RiTa.SILENT = true; // ignore max-iterations warning + var res = rg.expand(); // expand should fail + ok(res && res.endsWith(" chased the `frog()`.")); + RiTa.SILENT = false; + }); + + + // Create the frog callback locally, and pass + // in a local closure; should succeed. + test("testExec6", function () { + + var frog = () => 'frog'; + + var newruleg2 = { + '': 'The chased the `frog()`.', + '': 'dog | cat | mouse', + }; + + var rg = new RiGrammar(newruleg2); + rg.execDisabled = false; + ok(rg); + + var res = rg.expand(function (str) { return eval(str); }); + // console.log(res); + ok(res && res.match(/frog\./g)); + }); + + // Test a rule with a dynamic weighting + test("testExecDynamicWeighting", function () { + + var weight = 1, noweight = 0; + var newruleg2 = { + '': 'cat [weight] | dog [noweight]' + }; + + var rg = new RiGrammar(newruleg2); + rg.execDisabled = false; + ok(rg); + var res = rg.expand(function (str) { return eval(str); }); + ok(res && res.indexOf("cat") != -1); + }); + + // Test a rule with a dynamic weighting, no value + test("testExecDynamicWeighting2", function () { + + var weight = 1, newruleg2 = { + '': 'cat [weight] | dog [unknownWeight]' + }; + + var rg = new RiGrammar(newruleg2); + rg.execDisabled = false; + ok(rg); + var pre = RiTa.SILENT; + RiTa.SILENT = true; + var res = rg.expand(function (str) { return eval(str); }); + RiTa.SILENT = pre; + ok(res && res.indexOf("cat") != -1); + }); + + // Test specifying a random number generator + test("testRNG", function () { + + var newrule = { '': 'cat | dog ' }; + var rg = new RiGrammar(newrule, function () { return 0.25; }); + ok(rg); + + var res = rg.expand(function (str) { return eval(str); }); + ok(res && res.indexOf("cat") != -1); + + rg = new RiGrammar(newrule, function () { return 0.75; }); + ok(rg); + + res = rg.expand(function (str) { return eval(str); }); + ok(res && res.indexOf("dog") != -1); + }); + + test("testExecArgs", function () { + + var rl = RiLexicon(); + + function isNumeric(n) { + return !isNaN(parseFloat(n)) && isFinite(n); + } + + // globals for exec testing + newrule = function (n) { return ''; } + adj = function(num) { return RiLexicon().randomWord("jj", num) }; + getFloat = function() { return Math.random() }; + + var res, i, rg = new RiGrammar(); + rg.execDisabled = false; + ok(rg); + + //if (typeof module == 'undefined') { // for node-issue #9 + + rg.addRule("", "`getFloat()`"); + for (i = 0; i < 10; i++) { + + res = rg.expandFrom("", this); + //console.log(res); + ok(res && res.length && isNumeric(res)); + } + + rg.reset(); + rg.addRule("", "`adj(2)`"); + for (i = 0; i < 10; i++) { + + res = rg.expandFrom("", this); + //console.log(res); + ok(res && res.length && rl.isAdjective(res)); + } + //} + }); +}; + +if (typeof exports != 'undefined') runtests(); diff --git a/node_modules/rita/test/RiMarkov-tests.js b/node_modules/rita/test/RiMarkov-tests.js new file mode 100644 index 0000000..93cc3c7 --- /dev/null +++ b/node_modules/rita/test/RiMarkov-tests.js @@ -0,0 +1,701 @@ +var runtests = function() { + + // TODO: make sure we test: allowDuplicates and sentenceAware flags to the constructor + + QUnit.module("RiMarkov", { + setup : function() { }, + teardown : function() { } + }); + + var sample = "One reason people lie is to achieve personal power. Achieving personal power is helpful for one who pretends to be more confident than he really is. For example, one of my friends threw a party at his house last month. He asked me to come to his party and bring a date. However, I did not have a girlfriend. One of my other friends, who had a date to go to the party with, asked me about my date. I did not want to be embarrassed, so I claimed that I had a lot of work to do. I said I could easily find a date even better than his if I wanted to. I also told him that his date was ugly. I achieved power to help me feel confident; however, I embarrassed my friend and his date. Although this lie helped me at the time, since then it has made me look down on myself.", SP = ' ', E = ' '; + + var sample2 = "One reason people lie is to achieve personal power. " + "Achieving personal power is helpful for one who pretends to " + "be more confident than he really is. For example, one of my " + "friends threw a party at his house last month. He asked me to " + "come to his party and bring a date. However, I did not have a " + "girlfriend. One of my other friends, who had a date to go to the " + "party with, asked me about my date. I did not want to be embarrassed, " + "so I claimed that I had a lot of work to do. I said I could easily find" + " a date even better than his if I wanted to. I also told him that his " + "date was ugly. I achieved power to help me feel confident; however, I " + "embarrassed my friend and his date. Although this lie helped me at the " + "time, since then it has made me look down on myself. After all, I did " + "occasionally want to be embarrassed."; + + var sample3 = "One reason people lie is to achieve personal' power. " + "Achieving personal power' is helpful for one who pretends to " + "be more confident' than he really is. For example, one of my " + "friends' threw a party at his house last month. He asked me to " + "come to his party and bring a date. However, I did not have a " + "girlfriend. One of my other friends, who had a date to go to the " + "party with, asked me about my date. I did not want to be embarrassed, " + "so I claimed that I had a lot of work to do. I said I could easily find" + " a date even better than his' if I wanted to. I also told him that his " + "date was ugly. I achieved power to help me feel confident; however, I " + "embarrassed my friend and his date. Although this lie helped me at the " + "time, since then it has made me look down on myself. After all, I did " + "occasionally want to be embarrassed."; + + var sample4 = "One reason people lie is to achieve personal power. One reason people run is to achieve flight. Achieving personal power is helpful for one who pretends to be more confident than he really is. For example, one of my friends threw a party at his house last month. He asked me to come to his party and bring a date. However, I did not have a girlfriend. One of my other friends, who had a date to go to the party with, asked me about my date. I did not want to be embarrassed, so I claimed that I had a lot of work to do. I said I could easily find a date even better than his if I wanted to. I also told him that his date was ugly. I achieved power to help me feel confident; however, I embarrassed my friend and his date. Although this lie helped me at the time, since then it has made me look down on myself."; + + test("RiMarkov()", function() { + + ok(RiMarkov(4)); + ok(new RiMarkov(3)); + var BAD = [null, undefined, "3"]; + for (var i = 0; i < BAD.length; i++) { + throws(function() { + //RiTa.SILENT = 1; + try { + new RiMarkov(BAD[i]); + } catch (e) { + throw e; + } + RiTa.SILENT = 0; + }); + throws(function() { + //RiTa.SILENT = 1; + try { + RiMarkov(BAD[i]); + } catch (e) { + throw e; + } + RiTa.SILENT = 0; + }); + } + }); + + test("TextNode.lookup", function() { + var root = RiMarkov(3).root; + var i = root.addChild("I"); + var j = root.addChild("J"); + equal(root.lookup("J"), root.lookup(j)); + equal(root.lookup("I"), root.lookup(i)); + }); + + test("TextNode.childCount", function() { + var root = RiMarkov(3).root; + var i = root.addChild("I"); + var i2 = root.addChild("I"); + var j = root.addChild("J"); + equal(root.childCount(), 3); + }); + + test("TextNode.siblingCount", function() { + + var root = RiMarkov(3).root; + var i = root.addChild("I"); + var i2 = root.addChild("I"); + var j = root.addChild("J"); + equal(i.siblingCount(), 3); + equal(i2.siblingCount(), 3); + equal(j.siblingCount(), 3); + + throws(function() { + RiTa.SILENT = 1; + try { + root.siblingCount(); + } catch (e) { + throw e; + } + RiTa.SILENT = 0; + }); + + }); + + test("TextNode.probability", function() { + + var root = RiMarkov(3).root; + var i = root.addChild("I"); + var i2 = root.addChild("I"); + var j = root.addChild("J"); + equal(i.probability(), 2 / 3); + equal(i2.probability(), 2 / 3); + equal(j.probability(), 1 / 3); + throws(function() { + RiTa.SILENT = 1; + try { + root.probability(); + } catch (e) { + throw e; + } + RiTa.SILENT = 0; + }); + }); + + test("testIsRoot", function() { + var rm = new RiMarkov(3); + ok(rm.root.isRoot()); + var node = rm.root.addChild('aChild'); + ok(!node.isRoot()); + }); + + test("testIsLeaf", function() { + var rm = new RiMarkov(3); + ok(rm.root.isLeaf()); + var node = rm.root.addChild('aChild'); + ok(!rm.root.isLeaf()); + ok(node.isLeaf()); + }); + + test("testLoadTokens", function() { + + var tokens = RiTa.tokenize(sample); + var rm = new RiMarkov(3); + rm.loadTokens(tokens); + ok(rm.root.count == tokens.length); + ok(rm.size() == tokens.length); + }); + + test("testFindNode", function() { + + var tokens = RiTa.tokenize('the dog ate the boy the'); + var rm = new RiMarkov(3); + rm.loadTokens(tokens); + + var s = rm._findNode("the".split(SP)); + equal(s.probability(), .5) + //console.log(s.toString()); + + s = rm._findNode("dog".split(SP)); + equal(s.probability(), 1 / 6) + //console.log(s.toString()); + + s = rm._findNode("cat".split(SP)); + equal(s, null); + //console.log(s); + + s = rm._findNode("the dog".split(SP)); + equal(s.probability(), 1 / 3) + //console.log(s.toString()); + + s = rm._findNode("dog ate".split(SP)); + equal(s.probability(), 1) + //console.log(s.toString()); + + s = rm._findNode("the cat".split(SP)); + equal(s, null) + //console.log(s); + + s = rm._findNode("the dog ate".split(SP)); + equal(s.probability(), 1); + //console.log(s.toString()); + + s = rm._findNode("the boy".split(SP)); + equal(s.probability(), 1 / 3); + //console.log(s.toString()); + + s = rm._findNode("the boy the".split(SP)); + equal(s.probability(), 1); + //console.log(s.toString()); + }); + + //------------------------API TESTS-------------------------- + + test("testGenerateTokens(a)", function() { + + var rm = new RiMarkov(4); + rm.loadTokens(RiTa.tokenize(sample)); + for (var i = 0; i < 10; i++) { + var arr = rm.generateTokens(5); + equal(arr.length, 5); + } + }); + + test("testAllowDuplicates", function() { + + var rm = new RiMarkov(4, true, false); + //RiMarkov.MAX_GENERATION_ATTEMPTS = 100; + //rm.printIgnoredText = true; + rm.loadText(sample4); + for (var i = 0; i < 10; i++) { + var sent = rm.generateSentence(); + //console.log(i+") "+ sent); + equal(sample4.indexOf(sent), -1); + } + }); + + test("testGenerateTokens(b)", function() { + + var rm = new RiMarkov(4); + rm.loadTokens(RiTa.tokenize(sample)); + for (var i = 0; i < 10; i++) { + var arr = rm.generateTokens(4); + for (var j = 0; j < arr.length; j++) { + ok(arr[j] && arr[j].length); + } + var res = RiTa.untokenize(arr); + ok(sample.indexOf(res) > -1, res); + } + }); + + test("testGenerateTokens(num, string)", function() { + + var rm = new RiMarkov(4); + rm.loadTokens(RiTa.tokenize(sample)); + for (var i = 0; i < 10; i++) { + var arr = rm.generateTokens(4, "people"); + ok(arr[0].startsWith("people")); + for (var j = 0; j < arr.length; j++) { + ok(arr[j] && arr[j].length); + } + var res = RiTa.untokenize(arr); + ok(sample.indexOf(res) > -1, res); + } + + var rm = new RiMarkov(4, false, false); + rm.loadTokens(RiTa.tokenize("Let us consider the farmer who makes his straw hat his sweetheart; or the old woman who makes a floor lamp her son; or the young woman who has set herself the task of scraping her shadow off a wall. Let us consider the old woman who wore smoked cows’ tongues for shoes and walked a meadow gathering cow chips in her apron; or a mirror grown dark with age that was given to a blind man who spent his nights looking into it, which saddened his mother, that her son should be so lost in vanity. Let us consider the man who fried roses for his dinner, whose kitchen smelled like a burning rose garden; or the man who disguised himself as a moth and ate his overcoat, and for dessert served himself a chilled fedora....")); + for (var i = 0; i < 10; i++) { + var arr = rm.generateTokens(6, "the"); + ok(arr[0].startsWith("the")); + for (var j = 0; j < arr.length; j++) { + ok(arr[j] && arr[j].length); + } + var res = RiTa.untokenize(arr); + //console.log(i,res); + } + }); + + test("testGetSentenceStarts()", function() { + var rm = new RiMarkov(4); + rm.loadText(sample); + for (var i = 0; i < 10; i++) + ok(rm._getSentenceStart()); + }); + + test("testLoadText(sentences)", function() { + + //ok(!"need more tests","need more tests"); // TODO + // + var words = "The dog ate the cat"; + var rm = new RiMarkov(3, false); + rm.loadText("My name is James"); + var sents = rm.generateTokens(1); + ok(sents.length); + + var words = "The dog ate the cat"; + var rm = new RiMarkov(3, false); + rm.loadText(words); + //rm.print(); + equal(rm.getProbability("The"), 0.2); + + var words = "the dog ate the cat"; + + var rm = new RiMarkov(3, false); + rm.loadText(words); + //rm.print(); + equal(rm.getProbability("the"), 0.4); + + var words = "The dog ate the cat."; + + var rm = new RiMarkov(3, true); + rm.loadText(words); + //rm.print(); + equal(rm.getProbability("The"), 1 / 6); + + var words = "The dog ate the cat. A boy ate the hat."; + + var rm = new RiMarkov(3, true); + rm.loadText(words); + equal(rm.getProbability("the"), 1 / 6); + }); + + test("testValidateSentence()", function() { + + var rm = new RiMarkov(4, true); + var goods = ["The dog ate the cat.", "The dog ate the cat!", "The dog ate the cat?", 'However, I did not have a girlfriend.']; + for (var i = 0; i < goods.length; i++) { + ok(rm._validateSentence(goods[i])); + } + var bads = ["The dog ate the cat", "the dog ate the cat!"]; + for (var i = 0; i < bads.length; i++) { + ok(!rm._validateSentence(bads[i])); + } + }); + + test("testGenerateSentences()", function() { + + var dbug = 0; + + + // TODO: This should test proper handling of apostrophes (#477) + /*var rm = new RiMarkov(4, true, true); + rm.loadText(sample3); + for (var i = 0; i < 3; i++) { + var sents = rm.generateSentences(3); + for (var j = 0; j < sents.length; j++) { + if (dbug)console.log(i + "." + j + ") " + sents[j]); + if (/[a-z]\'[a-z]/g.test(sents[j])) + console.log('fail: '+sents[j]); + ok(!/[a-z]\'[a-z]/g.test(sents[j])); + } + ok(sents.length == 3); + }*/ + + var rm = new RiMarkov(4, true, true); + rm.loadText(sample); + for (var i = 0; i < 3; i++) { + var sents = rm.generateSentences(3); + for (var j = 0; j < sents.length; j++) { + if (dbug)console.log(i + "." + j + ") " + sents[j]); + ok(sents[j]); + } + ok(sents.length == 3); + } + + var rm = new RiMarkov(4, true, true); + rm.loadText(sample); + for (var i = 0; i < 10; i++) { + var sent = rm.generateSentences(1)[0]; + if (dbug)console.log(i + ") " + sent); + ok(sent); + } + + var rm = new RiMarkov(4, true, false); + rm.loadText(sample); + for (var i = 0; i < 10; i++) { + var sent = rm.generateSentences(1)[0]; + if (dbug)console.log(i + ") " + sent); + ok(sent); + } + + throws(function() { + + var tmp, rm = new RiMarkov(4, false); + + tmp = RiTa.SILENT; + RiTa.SILENT = 1; + try { + rm.generateSentences(10); + ok(!"FAIL!!!"); + } catch (e) { + throw e; + } + RiTa.SILENT = tmp; + }); + + }); + + test("testGenerateUntil()", function() { + + var rm = new RiMarkov(3); + rm.loadTokens(RiTa.tokenize(sample)); + + for (var i = 0; i < 10; i++) { + var arr = rm.generateUntil('[\.\?!]', 4, 20); + var res = RiTa.untokenize(arr); + + ok(arr.length >= 4 && arr.length <= 20, res + ' (length=' + arr.length + ")"); + + var n = rm.N; + for (var j = 0; j < arr.length - n; j++) { + var partial = arr.slice(j, j + n); + //console.log(partial); + partial = RiTa.untokenize(partial); + ok(sample.indexOf(partial) > -1, partial) + } + } + + throws(function() { + try { + rm.generateUntil('_NOT_IN_TEXT_', 4, 20); + } catch (e) { + throw e; + } + }); + }); + + // WORKING HERE + + test("testGetProbabilities[single]", function() { + + var rm = new RiMarkov(3); + rm.loadTokens(RiTa.tokenize(sample)); + + var checks = ["reason", "people", "personal", "the", "is", "XXX"]; + var expected = [{ + people : 1.0 + }, { + lie : 1 + }, { + power : 1.0 + }, { + time : 0.5, + party : 0.5 + }, { + to : 0.3333333333333333, + '.' : 0.3333333333333333, + helpful : 0.3333333333333333 + }, {}]; + + for (var i = 0; i < checks.length; i++) { + + var res = rm.getProbabilities(checks[i]); + //console.log(checks[i]+":",res, expected[i]); + deepEqual(res, expected[i]); + } + + }); + + test("testGetProbabilities[array]", function() { + + var rm = new RiMarkov(4); + rm.loadTokens(RiTa.tokenize(sample2)); + + var res = rm.getProbabilities("the".split(" ")); + var expec = { + time : 0.5, + party : 0.5 + }; + deepEqual(res, expec); + + var res = rm.getProbabilities("people lie is".split(" ")); + var expec = { + to : 1.0 + }; + deepEqual(res, expec); + + var res = rm.getProbabilities("is"); + var expec = { + to : 0.3333333333333333, + '.' : 0.3333333333333333, + helpful : 0.3333333333333333 + }; + deepEqual(res, expec); + + var res = rm.getProbabilities("personal power".split(' ')); + var expec = { + '.' : 0.5, + is : 0.5 + }; + deepEqual(res, expec); + + var res = rm.getProbabilities("personal power".split(' ')); + + var res = rm.getProbabilities(['to', 'be', 'more']); + var expec = { + confident : 1.0 + }; + deepEqual(res, expec); + + var res = rm.getProbabilities("XXX"); + var expec = {}; + deepEqual(res, expec); + + var res = rm.getProbabilities(["personal", "XXX"]); + var expec = {}; + deepEqual(res, expec); + + var res = rm.getProbabilities(['I', 'did']); + var expec = { + "not" : 0.6666666666666666, + "occasionally" : 0.3333333333333333 + }; + deepEqual(res, expec); + + }); + + test("testGetProbability[single]", function() { + + var tokens = RiTa.tokenize('the dog ate the boy the'); + var rm = new RiMarkov(3); + rm.loadTokens(tokens); + //rm.print(); + + equal(rm.getProbability("the"), .5); + equal(rm.getProbability("dog"), 1 / 6); + equal(rm.getProbability("cat"), 0); + + var tokens = RiTa.tokenize('the dog ate the boy that the dog found.'); + var rm = new RiMarkov(3); + rm.loadTokens(tokens); + //rm.print(); + + equal(rm.getProbability("the"), .3); + equal(rm.getProbability("dog"), .2); + equal(rm.getProbability("cat"), 0); + + var rm = new RiMarkov(3); + rm.loadTokens(RiTa.tokenize(sample)); + equal(rm.getProbability("power"), 0.017045454545454544); + }); + + test("testGetProbability[array]", function() { + + var rm = new RiMarkov(3); + rm.loadTokens(RiTa.tokenize(sample)); + + var check = 'personal power is'.split(SP); + equal(rm.getProbability(check), 1 / 3); + + check = 'personal powXer is'.split(SP); + equal(rm.getProbability(check), 0); + + check = 'someone who pretends'.split(SP); + equal(rm.getProbability(check), 1 / 2); + + equal(rm.getProbability([]), 0); + }); + + test("testSize", function() { + + var tokens = RiTa.tokenize(sample); + var sents = RiTa.splitSentences(sample); + + var rm = new RiMarkov(3); + rm.loadTokens(tokens); + ok(rm.root.count == tokens.length); + equal(rm.size(), tokens.length); + + var rm = new RiMarkov(3, true); + rm.loadText(sample); + equal(rm.size(), tokens.length); + + var rm = new RiMarkov(3, false); + rm.loadText(sample); + equal(rm.size(), tokens.length); + }); + + test("testGetCompletions(a)", function() {//TODO: + + var rm = new RiMarkov(4); + rm.loadTokens(RiTa.tokenize(sample)); + + var res = rm.getCompletions("people lie is".split(' ')); + deepEqual(res, ["to"]); + + var res = rm.getCompletions("One reason people lie is".split(' ')); + deepEqual(res, ["to"]); + + var res = rm.getCompletions("personal power".split(' ')); + deepEqual(res, ['.', 'is']); + + var res = rm.getCompletions(['to', 'be', 'more']); + deepEqual(res, ['confident']); + + var res = rm.getCompletions("I"); + // testing the sort + var expec = ["did", "claimed", "had", "said", "could", "wanted", "also", "achieved", "embarrassed"]; + deepEqual(res, expec); + + var res = rm.getCompletions("XXX"); + deepEqual(res, []); + }); + + test("testGetCompletions(b)", function() {//TODO: + + var rm = new RiMarkov(4); + rm.loadTokens(RiTa.tokenize(sample2)); + + var res = rm.getCompletions(['I'], ['not']); + deepEqual(res, ["did"]); + + var res = rm.getCompletions(['achieve'], ['power']); + deepEqual(res, ["personal"]); + + var res = rm.getCompletions(['to', 'achieve'], ['power']); + deepEqual(res, ["personal"]); + + var res = rm.getCompletions(['achieve'], ['power']); + deepEqual(res, ["personal"]); + + var res = rm.getCompletions(['I', 'did']); + deepEqual(res, ["not", "occasionally"]); + // sort + + var res = rm.getCompletions(['I', 'did'], ['want']); + deepEqual(res, ["not", "occasionally"]); + }); + + test("testLoadTokens", function() {//TODO: revise tests + + var words = 'The dog ate the cat'.split(' '); + + var rm = new RiMarkov(3); + rm.loadTokens(words); + equal(rm.getProbability("The"), 0.2); + + var rm = new RiMarkov(3); + rm.loadTokens(words); + equal(rm.getProbability("dog"), 0.2); + + var rm = new RiMarkov(3); + rm.loadTokens(words); + equal(rm.getProbability("Dhe"), 0); + + var rm = new RiMarkov(3); + rm.loadTokens(words); + equal(rm.getProbability("Dog"), 0); + + var rm = new RiMarkov(3); + rm.loadTokens(words); + equal(rm.getProbability(""), 0); + + var rm = new RiMarkov(3); + rm.loadTokens(words); + equal(rm.getProbability(" "), 0); + + var rm2 = new RiMarkov(3); + rm2.loadTokens(RiTa.tokenize(sample)); + notEqual(rm2.getProbability("One"), rm.getProbability("one")); + }); + + test("testLoadText(tokens)", function() {//TODO: revise tests + + var words = 'The dog ate the cat'; + + var rm = new RiMarkov(3, false); + rm.loadText(words); + //rm.print(); + equal(rm.getProbability("The"), 0.2); + + words = 'the dog ate the cat'; + var rm = new RiMarkov(3, false); + rm.loadText(words); + //rm.print(); + equal(rm.getProbability("the"), 0.4); + }); + + /* + 1] p(One) = 0.010810811 + 2] p(the | giraffes) = 0.06666667 + 3] map(the | before) = {fog=1.0} + 4] next(the | before) = [fog] + 5] next(of | one) = [my, the] + 6] map(of | one) = {the=0.5, my=0.5} + 7] getCompletions(walked ? the) = [toward, by] + + 1] p(One) = 0.016216217 + 2] p(the | giraffes) = 0.06666667 + 3] map(the | before) = {fog=1.0} + 4] next(the | before) = [fog] + 5] next(of | one) = [the, my] + 6] map(of | one) = {the=0.6666667, my=0.33333334} + 7] getCompletions(walked ? the) = [toward, by] + + */ + + // test("testIgnoreCase()", function () { + // + // var words = 'The dog ate the cat'.split(' '); + // + // var rm = new RiMarkov(3); + // rm.loadTokens(words); + // equal(rm.getProbability("The"), 0.4); + // + // var rm = new RiMarkov(3); + // rm.loadTokens(words); + // equal(rm.getProbability("The"), 0.2); + // + // var rm = new RiMarkov(3); + // rm.loadTokens(words); + // equal(rm.getProbability("the"), 0.4); + // + // var rm = new RiMarkov(3); + // rm.loadTokens(words); + // equal(rm.getProbability("the"), 0.2); + // + // var rm2 = new RiMarkov(3); + // rm2.loadTokens(RiTa.tokenize(sample)); + // notEqual(rm2.getProbability("One"), rm.getProbability("one")); + // }); */ + + test("testPrint()", function() { //TODO: how to test this? + + var words = 'The dog ate the cat'.split(' '); + var rm = new RiMarkov(3); + rm.loadTokens(words); + ok(typeof rm.print == 'function'); + equal(rm.getProbability("The"), 0.2); + }); + + test("testSentenceAware()", function() { + + var rm = new RiMarkov(3, false); + var x = rm.sentenceAware(); + equal(x, false); + + var rm = new RiMarkov(3, true); + var x = rm.sentenceAware(); + equal(x, true); + }); +} + +if (typeof exports != 'undefined') runtests(); //exports.unwrap = runtests; diff --git a/node_modules/rita/test/RiString-tests.js b/node_modules/rita/test/RiString-tests.js new file mode 100644 index 0000000..7b642a4 --- /dev/null +++ b/node_modules/rita/test/RiString-tests.js @@ -0,0 +1,1437 @@ +/*global console, test, throws, equal, fail, deepEqual, notEqual, expect, require, ok, + QUnit, RiTa, RiString, RiGrammar, RiMarkov, RiLexicon */ + +/*jshint loopfunc: true */ + +var runtests = function () { + + QUnit.module("RiString", { + setup: function () { + RiTa.SILENT = true; + }, + teardown: function () {} + }); + + test("testRiString", function () { + + ok(RiString('hello')); + ok(new RiString('hello')); + ok(RiString('')); + ok(new RiString('')); + ok(new RiString(64)); + ok(RiString(64)); + + var BAD = [null, undefined]; + + for (var i = 0; i < BAD.length; i++) { + + throws(function () { + + try { + new RiString(BAD[i]); + fail("no exception"); + } catch (e) { + throw e; + } + }); + throws(function () { + + try { + RiString(BAD[i]); + fail("no exception"); + } catch (e) { + throw e; + } + }); + } + }); + + test("testGet", function () { + // TODO + equal(1,1); + }); + + test("testSet", function () { + // TODO + equal(1,1); + }); + + test("testAnalyze", function () { // same tests as testFeatures() below + + var features; + + features = RiString("123").analyze().features(); + ok(features); + equal(features.phonemes, "w-ah-n-t-uw-th-r-iy"); + equal(features.syllables, "w-ah-n/t-uw/th-r-iy"); + equal(features.stresses, "1/1/1"); + + features = RiString("Mom and Dad, waiting for the car, ate a steak.").analyze().features(); + ok(features); + + equal(features.phonemes, "m-aa-m ae-n-d d-ae-d , w-ey-t-ih-ng f-ao-r dh-ah k-aa-r , ey-t ey s-t-ey-k ."); + equal(features.syllables, "m-aa-m ae-n-d d-ae-d , w-ey/t-ih-ng f-ao-r dh-ah k-aa-r , ey-t ey s-t-ey-k ."); + equal(features.stresses, "1 1 1 , 1/0 1 0 1 , 1 1 1 ."); + + features = RiString("The dog ran faster than the other dog. But the other dog was prettier.").analyze().features(); + ok(features); + equal(features.phonemes, "dh-ah d-ao-g r-ae-n f-ae-s-t-er dh-ae-n dh-ah ah-dh-er d-ao-g . b-ah-t dh-ah ah-dh-er d-ao-g w-aa-z p-r-ih-t-iy-er ."); + equal(features.syllables, "dh-ah d-ao-g r-ae-n f-ae/s-t-er dh-ae-n dh-ah ah/dh-er d-ao-g . b-ah-t dh-ah ah/dh-er d-ao-g w-aa-z p-r-ih/t-iy/er ."); + equal(features.stresses, "0 1 1 1/0 1 0 1/0 1 . 1 0 1/0 1 1 1/0/0 ."); + + features = RiString("The laggin dragon").analyze().features(); + ok(features); + equal(features.phonemes, "dh-ah l-ae-g-ih-n d-r-ae-g-ah-n"); + + equal(features.syllables, "dh-ah l-ae/g-ih-n d-r-ae/g-ah-n"); + equal(features.stresses, "0 1/1 1/0"); + + features = RiString("Tomatoes and apricots").analyze().features(); + ok(features); + //lts - British pronunciation + equal(features.phonemes, "t-aa-m-ah-t-ow-z ae-n-d ae-p-r-ah-k-aa-t-s"); + equal(features.syllables, "t-aa/m-ah/t-ow-z ae-n-d ae/p-r-ah/k-aa-t-s"); + equal(features.stresses, "1/0/0 1 1/0/0"); + + features = RiString(".").analyze().features(); + ok(features); + equal(features.phonemes, "."); + equal(features.syllables, "."); + equal(features.stresses, "."); + + features = RiString("1 2 7").analyze().features(); + ok(features); + equal(features.phonemes, "w-ah-n t-uw s-eh-v-ah-n"); + equal(features.syllables, "w-ah-n t-uw s-eh/v-ah-n"); + equal(features.stresses, "1 1 1/0"); + + features = RiString("*").analyze().features(); + ok(features); + equal(features.phonemes, "*"); + equal(features.syllables, "*"); + equal(features.stresses, "*"); + }); + + test("testFeatures", function () { + + var txt = "Returns the array of words."; + var rs = RiString(txt), feats = rs.features(); + ok(feats); + ok(feats[RiTa.POS]); + equal(feats[RiTa.TEXT], txt); + deepEqual(feats[RiTa.TOKENS], RiTa.tokenize(txt).join(' ')); + + txt = "Returns the array of words."; + rs = RiString(txt).analyze(); + feats = rs.features(); + ok(feats); + + equal(feats[RiTa.TEXT], txt); + deepEqual(feats[RiTa.TOKENS], RiTa.tokenize(txt).join(' ')); + + ok(feats[RiTa.SYLLABLES]); + ok(feats[RiTa.PHONEMES]); + ok(feats[RiTa.STRESSES]); + ok(feats[RiTa.POS]); + }); + + test("testCharAt", function () { + + var rs = new RiString("The dog was white"); + + var result = rs.charAt(0); + equal(result, "T"); + + result = rs.charAt(5); + notEqual(result, "O"); + + result = rs.charAt(5); + notEqual(result, '*'); + + result = rs.charAt(200); //out of range character + equal(result, ""); + }); + + test("testConcat", function () { + + var rs = new RiString("The dog was white"); + var rs2 = new RiString("The dog was not white"); + var result = rs.concat(rs2); + equal(result, "The dog was whiteThe dog was not white"); + + rs = new RiString(" The dog was white "); + rs2 = new RiString("The dog was not white "); + result = rs.concat(rs2); + equal(result, " The dog was white The dog was not white "); + + rs = new RiString("#$#@#$@#"); + rs2 = new RiString("The dog was not white "); + result = rs.concat(rs2); + equal(result, "#$#@#$@#The dog was not white "); + + }); + + test("testCopy", function () { + + var rs = new RiString("copy cat"); + var rs2 = rs.copy(); + deepEqual(rs2, rs); + + rs = new RiString("copy dogs."); + rs2 = rs.copy(); + deepEqual(rs, rs2); + + rs = new RiString("cOPy dOgs."); + rs2 = rs.copy(); + deepEqual(rs, rs2); + + rs = new RiString("!@#$%^&*()_+"); + rs2 = rs.copy(); + deepEqual(rs, rs2); + + rs = new RiString(""); + rs2 = rs.copy(); + deepEqual(rs, rs2); + + rs = new RiString("!@#$sadas*()_+"); + rs2 = rs.copy(); + deepEqual(rs, rs2); + + rs = new RiString("copy cat"); + rs.set("myFeatureName", "myFeatureValue"); + rs2 = rs.copy(); + equal(rs.get("myFeatureName"), rs2.get("myFeatureName")); + + + + rs = new RiString("copy cat"); + rs.analyze(); + rs2 = rs.copy(); + deepEqual(rs.features(), rs2.features()); + + }); + + test("testEndsWith", function () { + + // check that these are ok -------------- + + var rs = new RiString("girls"); + var result = rs.endsWith("s"); + ok(result); + + rs = new RiString("closed"); + result = rs.endsWith("ed"); + ok(result); + + rs = new RiString("The dog was white"); + result = rs.endsWith("white"); + ok(result); + + rs = new RiString(""); + result = rs.endsWith(""); + ok(result); + + }); + + test("testEquals", function () { // compare Object + + var rs = new RiString("closed"); + var rs2 = new RiString("closed"); + var result = rs.equals(rs2); + ok(result); + + rs = new RiString("closed"); + rs2 = new RiString("Closed"); + result = rs.equals(rs2); + ok(!result); + + rs = new RiString("There is a cat."); + rs2 = new RiString("There is a cat."); + result = rs.equals(rs2); + ok(result); + + rs = new RiString("There is a cat."); + rs2 = new RiString("There is a cat. "); + result = rs.equals(rs2); + ok(!result); + + rs = new RiString("There is a cat."); + rs2 = new RiString(""); + result = rs.equals(rs2); + ok(!result); + + rs = new RiString(""); + rs2 = new RiString(""); + result = rs.equals(rs2); + ok(result); + + rs = new RiString(); + rs2 = new RiString(); + result = rs.equals(rs2); + ok(result); + // --------------- + + rs = new RiString("closed"); + result = rs.equals(RiString("closed")); + ok(result); + + rs = new RiString("closed"); + result = rs.equals("Closed"); + ok(!result); + + rs = new RiString("clOsed"); + result = rs.equals("closed"); + ok(!result); + + rs = new RiString("There is a cat."); + result = rs.equals("There is a cat."); + ok(!result); + }); + + test("testEqualsIgnoreCase", function () { + + // check that these are ok --------------- + + var rs = new RiString("closed"); + var result = rs.equalsIgnoreCase("Closed"); + ok(result); + + rs = new RiString("There is a cat."); + result = rs.equalsIgnoreCase("TheRe Is a cAt."); + ok(result); + + rs = new RiString("THere iS a Cat."); + result = rs.equalsIgnoreCase("TheRe Is a cAt."); + ok(result); + + rs = new RiString("THere iS a Cat."); + var rs2 = new RiString("THere iS a Cat."); + result = rs.equalsIgnoreCase(rs2); + ok(result); + + rs = new RiString("THere iS a Cat."); + rs2 = new RiString("THere iS not a Cat."); + result = rs.equalsIgnoreCase(rs2); + ok(!result); + + rs = new RiString(""); + result = rs.equalsIgnoreCase(""); + ok(result); + }); + + test("testIndexOf", function () { + + // check that these are ok --------------- + var rs = new RiString("Returns the array of words."); + var result = rs.indexOf("e"); + equal(result, 1); + + rs = new RiString("Returns the array of words ."); + result = rs.indexOf("a"); + equal(result, 12); + + rs = new RiString("s ."); //space + result = rs.indexOf(" "); + equal(result, 1); + + rs = new RiString("s ."); //double space + result = rs.indexOf(" "); + equal(result, 1); + + rs = new RiString("s ."); //tab space + result = rs.indexOf(" "); + equal(result, 1); + + rs = new RiString(" abc"); //space + result = rs.indexOf(" "); + equal(result, 0); + + rs = new RiString(" abc"); //double space + result = rs.indexOf(" "); + equal(result, 0); + + rs = new RiString(" abc"); //tab space + result = rs.indexOf(" "); + equal(result, -1); + + rs = new RiString("Returns the array of words ."); + result = rs.indexOf("array"); + equal(result, 12); + + rs = new RiString("Returns the array of words."); + result = rs.indexOf(","); + equal(result, -1); + + rs = new RiString("Returns the array of words. Returns the array of words."); + result = rs.indexOf("a", 13); + equal(result, 15); + + rs = new RiString("Returns the array of words. Returns the array of words?"); + result = rs.indexOf("array", 13); + equal(result, 40); + + rs = new RiString("Returns the array of words. Returns the array of words."); + result = rs.indexOf(""); + equal(result, 0); + + }); + + test("testInsertWord", function () { + + var rs = new RiString("Inserts at wordIdx and shifts each subsequent word accordingly."); + var result = rs.insertWord(4, "then"); + equal(result.text(), "Inserts at wordIdx and then shifts each subsequent word accordingly."); + + rs = new RiString("inserts at wordIdx and shifts each subsequent word accordingly."); + rs.insertWord(0, "He"); + equal(rs.text(), "He inserts at wordIdx and shifts each subsequent word accordingly."); + + rs = new RiString("Inserts at wordIdx and shifts each subsequent word accordingly."); + rs.insertWord(1, "newWord"); + var rs2 = new RiString( + "Inserts newWord at wordIdx and shifts each subsequent word accordingly."); + equal(rs.text(), rs2.text()); + + rs = new RiString("Inserts at wordIdx and shifts each subsequent word accordingly."); + rs.insertWord(1, "newWord and newWords"); + rs2 = new RiString( + "Inserts newWord and newWords at wordIdx and shifts each subsequent word accordingly."); + equal(rs.text(), rs2.text()); + + rs = new RiString("Inserts at wordIdx and shifts each subsequent word accordingly."); + rs.insertWord(5, ""); + + rs2 = "Inserts at wordIdx and shifts each subsequent word accordingly."; + equal(rs.text(), rs2); + + rs = new RiString("Inserts at wordIdx and shifts each subsequent word accordingly."); + rs.insertWord(5, "**"); + equal(rs.text(), "Inserts at wordIdx and shifts ** each subsequent word accordingly."); + + rs = new RiString("Inserts at wordIdx shifting each subsequent word accordingly."); + rs.insertWord(3, ","); + rs2 = new RiString( + "Inserts at wordIdx , shifting each subsequent word accordingly."); + equal(rs.text(), rs2.text()); + + rs = new RiString("Inserts at wordIdx and shifts each subsequent word accordingly."); + rs.insertWord(-2, "newWord"); + equal(rs.text(), "Inserts at wordIdx and shifts each subsequent word newWord accordingly."); + }); + + test("testLastIndexOf", function () { + + // check that these are ok --- ------------ + var rs = new RiString("Start at first character. Start at last character."); + var result = rs.lastIndexOf("r"); + equal(result, 48); + + rs = new RiString("Start at first character. Start at last character."); + result = rs.lastIndexOf("Start"); + equal(result, 26); + + rs = new RiString("Start at first character. Start at last character."); + result = rs.lastIndexOf("start"); + equal(result, -1); + + rs = new RiString("Start at first character. Start at last character."); + result = rs.lastIndexOf("a", 12); + equal(result, 6); + + rs = new RiString("Start at first character. Start at last character."); + result = rs.lastIndexOf("at", 12); + equal(result, 6); + + rs = new RiString("Start at first character. Start at last character."); + result = rs.lastIndexOf(""); + equal(result, rs.length()); // should be 50 or -1? 50(DCH) + }); + + test("testLength", function () { + + var rs = new RiString("S"); + var result = rs.length(); + equal(result, 1); + + rs = new RiString("s "); //space + result = rs.length(); + equal(result, 2); + + rs = new RiString("s" + '\t'); //tab space + result = rs.length(); + equal(result, 2); + + rs = new RiString(" s "); //2 space + result = rs.length(); + equal(result, 3); + + rs = new RiString('\t' + "s" + '\t'); // 2 tab space + result = rs.length(); + equal(result, 3); + + rs = new RiString("s b"); + result = rs.length(); + equal(result, 3); + + rs = new RiString("s b."); + result = rs.length(); + equal(result, 4); + + rs = new RiString("s b ."); //space + result = rs.length(); + equal(result, 5); + + rs = new RiString("><><><#$!$@$@!$"); + result = rs.length(); + equal(result, 15); + + rs = new RiString(""); + result = rs.length(); + equal(result, 0); + }); + + test("testMatch", function () { + + var rs = new RiString("The rain in SPAIN stays mainly in the plain"); + var result = rs.match(/ain/g); + deepEqual(result, ["ain", "ain", "ain"]); + + rs = new RiString("The rain in SPAIN stays mainly in the plain"); + result = rs.match(/ain/gi); + deepEqual(result, ["ain", "AIN", "ain", "ain"]); + + rs = new RiString("Watch out for the rock!"); + result = rs.match(/r?or?/g); + deepEqual(result, ["o", "or", "ro"]); + + rs = new RiString("abc!"); + result = rs.match(/r?or?/g); + deepEqual(result, []); + + rs = new RiString("Letter !>D? hello 213331123"); + result = rs.match(/[A-Za-z]/g); + deepEqual(result, ["L", "e", "t", "t", "e", "r", "D", "h", "e", "l", "l", "o"]); + + rs = new RiString("Letter !>D? hello 213331123"); + result = rs.match(/\W/g); + deepEqual(result, [" ", "!", ">", "?", " ", " "]); + + rs = new RiString("Letter !>D? hello 213331123"); + result = rs.match(/[^0-9]/g); + deepEqual(result, ["L", "e", "t", "t", "e", "r", " ", "!", ">", "D", "?", " ", "h", "e", "l", "l", "o", " "]); + + rs = new RiString("!@#$%^&*()__+"); + result = rs.match(/X|Z/g); + deepEqual(result, []); + + rs = new RiString("!@#$%^&*()__+"); + result = rs.match(/!|Z/g); + deepEqual(result, ["!"]); + + rs = new RiString("The rain in SPAIN stays mainly in the plain"); + result = rs.match(/ain/g); + deepEqual(result, ["ain", "ain", "ain"]); + + //case-insensitive tests + rs = new RiString("The rain in SPAIN stays mainly in the plain"); + result = rs.match(/ain/gi); + deepEqual(result, ["ain", "AIN", "ain", "ain"]); + }); + + test("testPos", function () { + + // check that these are ok --------------- + + var rs = new RiString("asdfaasd"); + var result = rs.pos(); + deepEqual(result, ["nn"]); + + rs = new RiString("clothes"); + result = rs.pos(); + deepEqual(result, ["nns"]); + + rs = new RiString("teeth"); + result = rs.pos(); + deepEqual(result, ["nns"]); + + + + rs = new RiString("There is a cat."); + result = rs.pos(); + deepEqual(result, ["ex", "vbz", "dt", "nn", "."]); + + rs = new RiString("The boy, dressed in red, ate an apple."); + result = rs.pos(); + deepEqual(result, ["dt", "nn", ",", "vbn", "in", "jj", ",", "vbd", "dt", "nn", "."]); + + }); + + test("testPosAt", function () { + + // check that these are ok --------------- + + var rs = new RiString("The emperor had no clothes on."); + var result = rs.posAt(4); + equal("nns", result); + + rs = new RiString("There is a cat."); + result = rs.posAt(3); + equal("nn", result); + + + + rs = new RiString("There is a cat."); + result = rs.posAt(2); + equal("dt", result); + + rs = new RiString("She bought a few knives."); + result = rs.posAt(4); + equal("nns", result); + // out of range tests + + rs = new RiString("There is a cat."); + result = rs.posAt(-3); + equal("dt", result); + + rs = new RiString("There is a cat."); + result = rs.posAt(-1); + equal(".", result); + + rs = new RiString("There is a cat."); + result = rs.posAt(300); + // console.log("res="+result); + equal(".", result); + }); + + test("testRemoveChar", function () { + + var rs = new RiString("The dog was white"); + rs.removeChar(1); + equal(rs.text(), "Te dog was white"); + + rs = new RiString("The dog was white"); + rs.removeChar(rs.length() - 1); + equal(rs.text(), "The dog was whit"); + + rs = new RiString("The dog was white"); + rs.removeChar(rs.length()); + equal(rs.text(), "The dog was white"); + + rs = new RiString("The dog was white"); + rs.removeChar(0); + equal(rs.text(), "he dog was white"); + + rs = new RiString("The dog was white"); + rs.removeChar(-1); + equal(rs.text(), "The dog was whit"); + + rs = new RiString("The dog was white"); + rs.removeChar(1000); + equal(rs.text(), "The dog was white"); + + rs = new RiString("The dog was white."); + rs.removeChar(rs.length() - 1); + equal(rs.text(), "The dog was white"); + }); + + test("testInsertChar", function () { + + var rs = new RiString("Who are you?"); + rs.insertChar(2, ""); + equal(rs.text(), "Who are you?"); + + rs = new RiString("Who are you?"); + rs.insertChar(2, "e"); + equal(rs.text(), "Wheo are you?"); + + rs = new RiString("Who are you?"); + rs.insertChar(2, "ere"); + equal(rs.text(), "Whereo are you?"); + + rs = new RiString("Who are you?"); + rs.insertChar(11, "!!"); + equal(rs.text(), "Who are you!!?"); + + rs = new RiString("Who are you?"); + rs.insertChar(0, "me"); + equal(rs.text(), "meWho are you?"); + + rs = new RiString("Who?"); + rs.insertChar(rs.length() - 1, "!"); + equal(rs.text(), "Who!?"); + + rs = new RiString("Who?"); + rs.insertChar(rs.length(), "!"); + equal(rs.text(), "Who?!"); + + rs = new RiString("Who are you"); + rs.insertChar(-1, "?"); + equal(rs.text(), "Who are yo?u"); + }); + + test("testReplaceChar", function () { + + var rs = new RiString("Who are you?"); + rs.replaceChar(2, ""); + equal(rs.text(), "Wh are you?"); + + rs = new RiString("Who are you?"); + rs.replaceChar(2, "e"); + equal(rs.text(), "Whe are you?"); + + rs = new RiString("Who are you?"); + rs.replaceChar(2, "ere"); + equal(rs.text(), "Where are you?"); + + rs = new RiString("Who are you?"); + rs.replaceChar(11, "!!"); + equal(rs.text(), "Who are you!!"); + + rs = new RiString("Who are you?"); + rs.replaceChar(0, "me"); + equal(rs.text(), "meho are you?"); + + rs = new RiString("Who are you?"); + rs.replaceChar(-1, "me"); + equal(rs.text(), "Who are youme"); + + rs = new RiString("Who are you?"); + rs.replaceChar(10000, "me"); + equal(rs.text(), "Who are you?"); + + }); + + test("testReplaceFirst", function () { + + // TODO: check against Java tests (should work the same) [C] + + var rs = new RiString("Who are you?"); + rs.replaceFirst("e", "E"); + equal(rs.text(), "Who arE you?"); + + rs = new RiString("Who are you?"); + rs.replaceFirst("o", "O"); + equal(rs.text(), "WhO are you?"); + + rs = new RiString("Who are you?"); + rs.replaceFirst("Who", "Where"); + equal(rs.text(), "Where are you?"); + + rs = new RiString("Who are you?"); + rs.replaceFirst("notExist", "Exist"); + equal(rs.text(), "Who are you?"); + + rs = new RiString("Who are you?"); + rs.replaceFirst("Who are", "Dare"); + equal(rs.text(), "Dare you?"); + + rs = new RiString("Who are you?"); + rs.replaceFirst("Who aRe", "Dare"); + equal(rs.text(), "Who are you?"); + + rs = new RiString("Who are you? Who are you?"); + rs.replaceFirst("Who are", "Dare"); + equal(rs.text(), "Dare you? Who are you?"); + + rs = new RiString("Who are you?"); + rs.replaceFirst("", ""); + equal(rs.text(), "Who are you?"); + + //regex + + rs = new RiString("The rain in SPAIN stays mainly in the plain"); + rs.replaceFirst(/ain/, "ane"); + equal(rs.text(), "The rane in SPAIN stays mainly in the plain"); + + rs = new RiString("The rain in SPAIN stays mainly in the plain"); + rs.replaceFirst(/ain/i, "oll"); + equal(rs.text(), "The roll in SPAIN stays mainly in the plain"); + + rs = new RiString("Watch out for the rock!"); + rs.replaceFirst(/r?or?/, "a"); + equal(rs.text(), "Watch aut for the rock!"); + + rs = new RiString("The rain in SPAIN stays mainly in the plain"); + rs.replaceFirst(/in/, ""); + equal(rs.text(), "The ra in SPAIN stays mainly in the plain"); + + rs = new RiString("Who are you?"); + rs.replaceFirst("?", "?!"); + equal(rs.text(), "Who are you?!"); + + // global ('g') should be ignored + rs = new RiString("The rain in SPAIN stays mainly in the plain"); + rs.replaceFirst(/ain/g, "ane"); + equal(rs.text(), "The rane in SPAIN stays mainly in the plain"); + + rs = new RiString("The rain in SPAIN stays mainly in the plain"); + rs.replaceFirst(/ain/gi, "oll"); + equal(rs.text(), "The roll in SPAIN stays mainly in the plain"); + + rs = new RiString("Watch out for the rock!"); + rs.replaceFirst(/r?or?/g, "a"); + equal(rs.text(), "Watch aut for the rock!"); + + rs = new RiString("The rain in SPAIN stays mainly in the plain"); + rs.replaceFirst(/in/g, ""); + equal(rs.text(), "The ra in SPAIN stays mainly in the plain"); + }); + + test("testReplaceAll", function () { + + // TODO: check against Java tests (should work the same) [C] + + var rs = new RiString("Who are you? Who is he? Who is it?"); + equal(rs.replaceAll("e", "E").text(), "Who arE you? Who is hE? Who is it?"); + + rs = new RiString("Who are you? Who is he? Who is it?"); + equal(rs.replaceAll("Who", "O").text(), "O are you? O is he? O is it?"); + + rs = new RiString("Whom is he? Where is he? What is it?"); + equal(rs.replaceAll("Wh*", "O").text(), "Whom is he? Where is he? What is it?"); + + rs = new RiString("%^&%&?"); + equal(rs.replaceAll("%^&%&?", "!!!").text(), "!!!"); + + rs = new RiString("Who are you?"); + equal(rs.replaceAll("notExist", "Exist").text(), "Who are you?"); + + rs = new RiString("Who are you?"); + equal(rs.replaceAll("", "").text(), "Who are you?"); + + rs = new RiString(""); + equal(rs.replaceAll("", "").text(), ""); + + // regex tests (global flag: should have same result with/w'out global flag) + + rs = new RiString("The rain in SPAIN stays mainly in the plain"); + rs.replaceAll(/ain/, "ane"); + equal(rs.text(), "The rane in SPAIN stays manely in the plane"); + rs.replaceAll(/ain/g, "ane"); + equal(rs.text(), "The rane in SPAIN stays manely in the plane"); + + rs = new RiString("The rain in SPAIN stays mainly in the plain"); + rs.replaceAll(/ain/i, "ane"); + equal(rs.text(), "The rane in SPane stays manely in the plane"); + + rs = new RiString("Watch out for the rock!"); + rs.replaceAll(/ ?r/, "wood"); + equal(rs.text(), "Watch out fowood thewoodock!"); + + rs = new RiString("The rain in SPAIN stays mainly in the plain"); + rs.replaceAll(/in/, ""); + equal(rs.text(), "The ra SPAIN stays maly the pla"); + + rs = new RiString("Who wuz you?"); + rs.replaceAll(/ou?/, "?!"); + equal(rs.text(), "Wh?! wuz y?!?"); + + rs = new RiString("Who wuz you?"); + rs.replaceAll("ou?", "?!"); + equal(rs.text(), "Who wuz y?!"); + + rs = new RiString("Who are you{1,}"); + rs.replaceAll("{1,}", "!"); + equal(rs.text(), "Who are you!"); + + rs = new RiString("Who are you*"); + rs.replaceAll("*", "!"); + equal(rs.text(), "Who are you!"); + + rs = new RiString("Who are you+"); + rs.replaceAll("+", "!"); + equal(rs.text(), "Who are you!"); + + rs = new RiString("Who are you?"); + rs.replaceAll("?", "?!"); + equal(rs.text(), "Who are you?!"); + }); + + test("testRemoveWord", function () { + + var rs = new RiString("Who are you?"); + rs.removeWord(2); + equal(rs.text(), "Who are?"); + + rs = new RiString("Who are you?"); + rs.removeWord(3); + equal(rs.text(), "Who are you"); + + rs = new RiString("Who are you?"); + rs.removeWord(20); + equal(rs.text(), "Who are you?"); + + rs = new RiString("Who are you?"); + equal(rs.removeWord(0).text(), "are you?"); + + rs = new RiString("Who are you?"); + rs.removeWord(-1); + equal(rs.text(), "Who are you"); // TODO: should go from back + }); + + test("testReplaceWord", function () { + + var rs = new RiString("Who are you?"); + rs.replaceWord(2, ""); // nice! this too... + equal(rs.text(), "Who are?"); // strange case, not sure + // could also be: equal(rs.text(), "Who are ?"); + + rs = new RiString("Who are you?"); + equal("Who are What?", rs.replaceWord(2, "What").text()); + + rs = new RiString("Who are you?"); + equal(rs.replaceWord(0, "What").text(), "What are you?"); + + rs = new RiString("Who are you?"); + rs.replaceWord(3, "!!"); + equal(rs.text(), "Who are you!!"); // nice! this is a strange one... + + rs = new RiString("Who are you?"); + rs.replaceWord(-1, "."); + equal(rs.text(), "Who are you."); + + rs = new RiString("Who are you?"); + rs.replaceWord(20, "asfasf"); + equal(rs.text(), "Who are you?"); + }); + + test("testSlice", function () { + + var rs = new RiString( + "The Australian Pavilion at the Venice Biennale is getting a much-needed facelift."); + equal(rs.slice(1, 3), "he"); + + rs = new RiString( + "The Australian Pavilion at the Venice Biennale is getting a much-needed facelift."); + equal(rs.slice(-3, -2), "f"); + + rs = new RiString( + "The Australian Pavilion at the Venice Biennale is getting a much-needed facelift."); + equal(rs.slice(15, 500), + "Pavilion at the Venice Biennale is getting a much-needed facelift."); + + rs = new RiString("!@#$%^&**()"); + equal(rs.slice(2, 5), "#$%"); + + rs = new RiString( + "The Australian Pavilion at the Venice Biennale is getting a much-needed facelift."); + equal(rs.slice(15, 500), + "Pavilion at the Venice Biennale is getting a much-needed facelift."); + + rs = new RiString("The Australian"); + equal(rs.slice(-5, -3), "al"); + + rs = new RiString( + "The Australian Pavilion at the Venice Biennale is getting a much-needed facelift."); + equal(rs.slice(500, 501), ""); + + rs = new RiString( + "The Australian Pavilion at the Venice Biennale is getting a much-needed facelift."); + equal(rs.slice(10, 10), ""); + + rs = new RiString( + "The Australian Pavilion at the Venice Biennale is getting a much-needed facelift."); + equal(rs.slice(3, 1), ""); + + rs = new RiString( + "The Australian Pavilion at the Venice Biennale is getting a much-needed facelift."); + equal(rs.slice(-2, 3), ""); + + rs = new RiString( + "The Australian Pavilion at the Venice Biennale is getting a much-needed facelift."); + equal(rs.slice(-2, -3), ""); + + }); + + test("testSplit", function () { + + var rs = new RiString("Who are you?"); + var result = rs.split("?"); + var answer = [RiString("Who are you")]; + deepEqual(result, answer); + + rs = new RiString("Who are you?"); + result = rs.split("\\?"); + answer = [RiString("Who are you?")]; + deepEqual(result, answer); + + rs = new RiString("Who are you?"); + result = rs.split(); + answer = [RiString("Who are you?")]; + deepEqual(result, answer); + + rs = new RiString("Who are you?"); + result = rs.split(" "); + answer = [RiString("Who"), RiString("are"), RiString("you?")]; + deepEqual(result, answer); + + rs = new RiString("Who are you?"); + result = rs.split("are"); + answer = [RiString("Who "), RiString(" you?")]; + deepEqual(result, answer); + + rs = new RiString("Who are you?"); + result = rs.split("W"); + //console.log(result); + answer = [RiString("ho are you?")]; + deepEqual(result, answer); + + rs = new RiString("Who are you?"); + result = rs.split("abc"); + answer = [RiString("Who are you?")]; + deepEqual(result, answer); + + rs = new RiString("Who are you?"); + result = rs.split(""); + answer = []; + var chars = ["W", "h", "o", " ", "a", "r", "e", " ", "y", "o", "u", "?"]; + for (var i = 0; i < chars.length; i++) { + answer[i] = RiString(chars[i]); + } + deepEqual(result, answer); + + rs = new RiString("Who are you?"); + result = rs.split("", 3); + answer = [RiString("W"), RiString("h"), RiString("o")]; + deepEqual(result, answer); + + rs = new RiString("Who are you?"); + result = rs.split("", 0); + answer = []; + deepEqual(result, answer); + + rs = new RiString("Who are you?"); + result = rs.split("", 100); + answer = []; + chars = ["W", "h", "o", " ", "a", "r", "e", " ", "y", "o", "u", "?"]; + for (i = 0; i < chars.length; i++) { + answer[i] = RiString(chars[i]); + } + deepEqual(result, answer); + + }); + + test("testStartsWith", function () { + + var rs = new RiString( + "The Australian Pavilion at the Venice Biennale is getting a much-needed facelift."); + ok(rs.startsWith("T")); + + rs = new RiString( + "The Australian Pavilion at the Venice Biennale is getting a much-needed facelift."); + ok(rs.startsWith("The")); + + rs = new RiString( + "The Australian Pavilion at the Venice Biennale is getting a much-needed facelift."); + ok(!rs.startsWith("Aus")); + + rs = new RiString( + "The Australian Pavilion at the Venice Biennale is getting a much-needed facelift."); + ok(!rs.startsWith("*")); + + rs = new RiString( + "*The Australian Pavilion at the Venice Biennale is getting a much-needed facelift."); + ok(rs.startsWith("*")); + + rs = new RiString( + " The Australian Pavilion at the Venice Biennale is getting a much-needed facelift."); + ok(rs.startsWith(" ")); //single space + + rs = new RiString( + " The Australian Pavilion at the Venice Biennale is getting a much-needed facelift."); + ok(rs.startsWith(" ")); //double space + + rs = new RiString( + " The Australian Pavilion at the Venice Biennale is getting a much-needed facelift."); + ok(!rs.startsWith(" ")); // tab space + }); + + test("testSubstring", function () { + + var rs = new RiString( + "The Australian Pavilion at the Venice Biennale is getting a much-needed facelift."); + equal(rs.substring(1, 3), "he"); + + rs = new RiString( + "The Australian Pavilion at the Venice Biennale is getting a much-needed facelift."); + equal(rs.substring(3, 1), "he"); + + rs = new RiString( + "The Australian Pavilion at the Venice Biennale is getting a much-needed facelift."); + equal(rs.substring(-2, 3), "The"); + + rs = new RiString( + "The Australian Pavilion at the Venice Biennale is getting a much-needed facelift."); + equal(rs.substring(15, 500), + "Pavilion at the Venice Biennale is getting a much-needed facelift."); + + rs = new RiString( + "The Australian Pavilion at the Venice Biennale is getting a much-needed facelift."); + equal(rs.substring(500, 501), ""); + + rs = new RiString( + "The Australian Pavilion at the Venice Biennale is getting a much-needed facelift."); + equal(rs.substring(10, 10), ""); + + rs = new RiString("!@#$%^&**()"); + equal(rs.substring(2, 5), "#$%"); + + rs = new RiString("Start at first character."); + equal(rs.substring(1, 5), "tart"); + + rs = new RiString("Start at first character."); + equal(rs.substring(0, 1), "S"); + + rs = new RiString("Start at first character."); + equal(rs.substring(0, 1), "S"); + + rs = new RiString("Start at first character."); + equal(rs.substring(3), "rt at first character."); + + }); + + test("testSubstr", function () { + + var rs = new RiString( + "The Australian Pavilion at the Venice Biennale is getting a much-needed facelift."); + equal(rs.substr(1, 3), "he "); + + rs = new RiString( + "The Australian Pavilion at the Venice Biennale is getting a much-needed facelift."); + equal(rs.substr(-2, 3), "t."); + + rs = new RiString( + "The Australian Pavilion at the Venice Biennale is getting a much-needed facelift."); + equal(rs.substr(15, 500), + "Pavilion at the Venice Biennale is getting a much-needed facelift."); + + rs = new RiString( + "The Australian Pavilion at the Venice Biennale is getting a much-needed facelift."); + equal(rs.substr(500, 501), ""); + + rs = new RiString( + "The Australian Pavilion at the Venice Biennale is getting a much-needed facelift."); + equal(rs.substr(10, 10), "lian Pavil"); + + rs = new RiString("!@#$%^&**()"); + equal(rs.substr(2, 5), "#$%^&"); + + }); + + test("testText", function () { + + // check that these are ok --------------- + var rs = new RiString("this door is closed"); + var result = rs.text(); + equal(result, "this door is closed"); + + rs = new RiString("this door, is closed.*&)*^"); + result = rs.text(); + equal(result, "this door, is closed.*&)*^"); + + rs = new RiString(" this door , is closed."); + result = rs.text(); + equal(result, " this door , is closed."); + + rs = new RiString("this Door is closed"); + result = rs.text(); + notEqual(result, "this door is closed"); + + rs = new RiString(""); + result = rs.text(); + equal(result, ""); + + // no error checks needed + }); + + test("testToCharArray()", function () { + ok(1); + // no error checks needed + }); + + test("testToLowerCase", function () { + + var rs = new RiString("The Australian Pavilion."); + rs.toLowerCase(); + equal("the australian pavilion.", rs.text()); + + rs = new RiString("the Australian pavilion."); + rs.toLowerCase(); + equal("the australian pavilion.", rs.text()); + + rs = new RiString(")(*(&^%%$!#$$%%^))"); + rs.toLowerCase(); + equal(")(*(&^%%$!#$$%%^))", rs.text()); + + // no error checks needed + }); + + test("testToUpperCase", function () { + + var rs = new RiString("The Australian Pavilion."); + equal("THE AUSTRALIAN PAVILION.", rs.toUpperCase().text()); + + rs = new RiString(")(*(&^%%$!#$$%%^))"); + rs.toUpperCase(); + equal(")(*(&^%%$!#$$%%^))", rs.text()); + + // no error checks needed + }); + + test("testTrim", function () { + + // check that these are ok --------------- + var rs = new RiString("Start at first character. "); + equal(rs.trim().text(), "Start at first character."); + + rs = new RiString(" Start at first character."); + equal(rs.trim().text(), "Start at first character."); + + rs = new RiString(" Start at first character. "); // tabs + equal(rs.trim().text(), "Start at first character."); + + rs = new RiString(" Start at first character. "); // spaces/tabs + equal(rs.trim().text(), "Start at first character."); + + rs = new RiString("Start at first character.\t"); //\t + equal(rs.trim().text(), "Start at first character."); + + rs = new RiString("\t\t\tStart at first character.\t"); //\t + equal(rs.trim().text(), "Start at first character."); + }); + + test("testWordAt", function () { + + var rs = new RiString("Returns the word at wordIdx using the default WordTokenizer."); + var result = rs.wordAt(0); + equal(result, "Returns"); + + result = rs.wordAt(1); + equal(result, "the"); + + result = rs.wordAt(9); + equal(result, "."); + + result = rs.wordAt(500); + equal(result, ""); + + result = rs.wordAt(-5); + equal(result, ""); + + rs = new RiString(""); + result = rs.wordAt(0); + equal(result, ""); + + }); + + test("testWordCount", function () { + + // check that these are ok --- ------------ + var rs = new RiString("Returns the word at wordIdx using the default WordTokenizer."); + var result = rs.wordCount(); + equal(result, 10); // correct, according to WordTokenizer, need to try with RegexTokenizer + + rs = new RiString("Returns the word.Returns the word. Returns the word ."); + result = rs.wordCount(); + equal(result, 12); + + rs = new RiString(" Returns the word at wordIdx , using the default WordTokenizer."); //space + result = rs.wordCount(); + equal(result, 11); + + rs = new RiString(" Returns the word at wordIdx , using the default WordTokenizer. "); //tab space + result = rs.wordCount(); + equal(result, 11); + + rs = new RiString(""); + result = rs.wordCount(); + equal(result, 0); + + }); + + test("testWords", function () { + + // check that these are ok --------------- + var rs = new RiString("Returns the array of words."); + var result = rs.words(); + var answer = ["Returns", "the", "array", "of", "words", "."]; + deepEqual(result, answer); + + rs = new RiString("The boy, dressed in red, ate an array."); + result = rs.words(); + answer = ["The", "boy", ",", "dressed", "in", "red", ",", "ate", "an", "array", "."]; + deepEqual(result, answer); + + rs = new RiString("Returns the array of words ."); + result = rs.words(); + answer = ["Returns", "the", "array", "of", "words", "."]; + deepEqual(result, answer); + + rs = new RiString("The boy, dressed in red , ate an array?"); + result = rs.words(); + answer = ["The", "boy", ",", "dressed", "in", "red", ",", "ate", "an", "array", "?"]; + deepEqual(result, answer); + + rs = new RiString(""); + result = rs.words(); + answer = [""]; + deepEqual(result, answer); + + // no error checks needed + }); + + test("testGet", function () { + + var rs = RiString("The laggin dragon").analyze(); + ok(rs); + ok(rs.features()); + + + + var ph = rs.get(RiTa.PHONEMES); + var sy = rs.get(RiTa.SYLLABLES); + var st = rs.get(RiTa.STRESSES); + ok(ph && sy && st); + + + equal(ph, "dh-ah l-ae-g-ih-n d-r-ae-g-ah-n"); + equal(sy, "dh-ah l-ae/g-ih-n d-r-ae/g-ah-n"); + equal(st, "0 1/1 1/0"); + + var rs = RiString("Tomatoes and apricots").analyze(); + ok(rs); + ok(rs.features()); + + + + var ph = rs.get(RiTa.PHONEMES); + var sy = rs.get(RiTa.SYLLABLES); + var st = rs.get(RiTa.STRESSES); + ok(ph && sy && st); + + //lts phones use British pronounciation + equal(ph, "t-aa-m-ah-t-ow-z ae-n-d ae-p-r-ah-k-aa-t-s"); + equal(sy, "t-aa/m-ah/t-ow-z ae-n-d ae/p-r-ah/k-aa-t-s"); + equal(st, "1/0/0 1 1/0/0"); + }); + + test("testSet", function () { + + var rs = new RiString("Mom & Dad"); + rs.set("Id", "1000"); // TODO: test that this does not create default features + equal(rs.get("Id"), "1000"); + + //console.log(rs.get(RiTa.PHONEMES)); + + var features = rs.features(); + //console.log(features); + + ok(features[RiTa.PHONEMES] !== null); + + rs.text("Dad & Mom"); // reset all original features, but not those set() by user + + equal(features[RiTa.PHONEMES], null); // OK: has been reset + equal(rs.get("Id"), "1000"); // OK: has not been reset + }); + + // private tests, no need to extract results + + test("test_syllabifyString", function () { + + var test = "ao2-r-g-ah0-n-ah0-z-ey1-sh-ah0-n-z"; + var expected = "ao2-r g-ah0 n-ah0 z-ey1 sh-ah0-n-z"; + var result = RiString._syllabify(test); + deepEqual(result, expected); + + var data = [ + ['d-eh1-n-l-ih0-n-jh-er0', 'd-eh1-n l-ih0-n jh-er0'], + ['d-uw1-ah0-l', 'd-uw1 ah0-l'], + ['d-ih2-s-ah0-l-aw1-d', 'd-ih2 s-ah0 l-aw1-d'], + ['d-aa1-d-z', 'd-aa1-d-z'], + ['d-r-ao1-l-z', 'd-r-ao1-l-z'], + ['d-ay0-ae1-n-ah0', 'd-ay0 ae1 n-ah0'], + ['ey1-t-f-ow2-l-d', 'ey1-t f-ow2-l-d'], + ['eh1-m-t-iy0-d', 'eh1-m t-iy0-d'], + ['ih0-r-ey1-s', 'ih0 r-ey1-s'], + ['eh1-v-r-ah0-n', 'eh1-v r-ah0-n'], + ['f-ae1-l-k', 'f-ae1-l-k'], + ['f-eh1-n-w-ey2', 'f-eh1-n w-ey2'], + ['f-ih1-sh-k-ih2-l', 'f-ih1-sh k-ih2-l'], + ['f-ao1-r-b-ih0-d-ah0-n', 'f-ao1-r b-ih0 d-ah0-n'], + ['f-r-eh1-n-t-s', 'f-r-eh1-n-t-s'], + ['g-ae1-l-b-r-ey2-th', 'g-ae1-l b-r-ey2-th'], + ['zh-ih0-l-eh1-t', 'zh-ih0 l-eh1-t'], + ['jh-ih1-n-iy0', 'jh-ih1 n-iy0'], + ['g-aa0-n-z-aa1-l-ah0-z', 'g-aa0-n z-aa1 l-ah0-z'], + ['g-r-iy1-n-f-iy2-l-d', 'g-r-iy1-n f-iy2-l-d'], + ['g-ih0-t-aa1-r-z', 'g-ih0 t-aa1-r-z'], + ['hh-ae1-m-er0-ih0-ng', 'hh-ae1 m-er0 ih0-ng'], + ['hh-ae1-t-ih0-n-d-ao0-r-f', 'hh-ae1 t-ih0-n d-ao0-r-f'], + ['hh-eh1-m-ih0-ng-w-ey2', 'hh-eh1 m-ih0-ng w-ey2'], + ['hh-ih1-ng-k-m-ah0-n', 'hh-ih1-ng-k m-ah0-n'], + ['hh-ow1-n-eh0-k', 'hh-ow1 n-eh0-k'], + ['hh-ah1-l-d', 'hh-ah1-l-d'], + ['ih0-l-uw1-zh-ah0-n', 'ih0 l-uw1 zh-ah0-n'], + ['ih0-n-f-ae2-ch-uw0-ey1-sh-ah0-n', 'ih0-n f-ae2 ch-uw0 ey1 sh-ah0-n'], + ['ih0-n-t-er1-n-ah0-l-ay2-z', 'ih0-n t-er1 n-ah0 l-ay2-z'], + ['ih0-z-ae1-n-s-k-iy0-z', 'ih0 z-ae1-n s-k-iy0-z'], + ['jh-ow0-hh-ae1-n-ah0-s', 'jh-ow0 hh-ae1 n-ah0-s'], + ['k-ae1-r-ah0-m', 'k-ae1 r-ah0-m'], + ['k-aa1-k-iy0', 'k-aa1 k-iy0'], + ['n-ey1-v', 'n-ey1-v'] + ]; + for (var i = 0, l = data.length; i < l; i++) { + var res = RiString._syllabify(data[i][0]); + equal(res, data[i][1]); + } + }); + + /*test("test_stringify", function () { // now private + var data = [ + [ + [2], + [], + ['ao'], + ['r'] + ], + [ + [0], + ['g'], + ['ah'], + [] + ], + [ + [0], + ['n'], + ['ah'], + [] + ], + [ + [1], + ['z'], + ['ey'], + [] + ], + [ + [0], + ['sh'], + ['ah'], + ['n', 'z'] + ] + ]; + var out = "ao2-r g-ah0 n-ah0 z-ey1 sh-ah0-n-z"; + equal(stringify(data), out); + });*/ + + test("test_syllabifyArray", function () { + + var test = "ao2-r-g-ah0-n-ah0-z-ey1-sh-ah0-n-z".split('-'); + var expected = "ao2-r g-ah0 n-ah0 z-ey1 sh-ah0-n-z"; + var result = RiString._syllabify(test); + deepEqual(result, expected); + }); +}; + +if (typeof exports != 'undefined') { + runtests(); +} diff --git a/node_modules/rita/test/RiTa-tests.js b/node_modules/rita/test/RiTa-tests.js new file mode 100644 index 0000000..53a1de6 --- /dev/null +++ b/node_modules/rita/test/RiTa-tests.js @@ -0,0 +1,1861 @@ +/*global console, test, throws, equal, fail, deepEqual, notEqual, expect, require, ok, + QUnit, RiTa, RiString, RiGrammar, RiMarkov, RiLexicon */ + +/*jshint loopfunc: true */ + +var testResults = [{ + testName: 'testGetSyllables', + testMethod: 'RiTa.getSyllables', // static + testClass: 'RiTa', + assertion: 'equal', + tests: [{ + input: '', + output: '' + }, { + input: 'The Laggin Dragon', + output: 'dh-ah l-ae/g-ih-n d-r-ae/g-ah-n' + }, { + input: 'The emperor had no clothes on.', + output: 'dh-ah eh-m/p-er/er hh-ae-d n-ow k-l-ow-dh-z aa-n .' + }, { + input: 'The dog ran faster than the other dog. But the other dog was prettier.', + output: 'dh-ah d-ao-g r-ae-n f-ae/s-t-er dh-ae-n dh-ah ah/dh-er d-ao-g . b-ah-t dh-ah ah/dh-er d-ao-g w-aa-z p-r-ih/t-iy/er .' + }] +}]; + +var runtests = function () { + + RiTa.SILENT = 1; + RiTa.SILENCE_LTS = 1; + + var filePath = (typeof module != 'undefined' && module.exports) ? "./test/html/data/" : "./data/" + + QUnit.module("RiTa", { + + setup: function () {}, + teardown: function () {} + }); + + // ------------------------------------------------------------------------ + test("testGetSyllables", function () { // new-style + + var func = RiTa.getSyllables, + tests = testResults[0].tests; + + for (var i = 0, len = tests.length; i < len; i++) { + equal(func(tests[i].input), tests[i].output); + } + }); + + test("testGetSyllablesOrig", function () { // old-style + + var result, txt, answer; + + result = RiTa.getSyllables(''); + answer = ''; + equal(result, answer); + + txt = 'The dog ran faster than the other dog. But the other dog was prettier.'; + result = RiTa.getSyllables(txt); + answer = 'dh-ah d-ao-g r-ae-n f-ae/s-t-er dh-ae-n dh-ah ah/dh-er d-ao-g . b-ah-t dh-ah ah/dh-er d-ao-g w-aa-z p-r-ih/t-iy/er .'; + equal(result, answer); + + txt = 'The emperor had no clothes on.'; + result = RiTa.getSyllables(txt); + answer = 'dh-ah eh-m/p-er/er hh-ae-d n-ow k-l-ow-dh-z aa-n .'; + equal(result, answer); + + txt = 'The Laggin Dragon'; + result = RiTa.getSyllables(txt); + answer = 'dh-ah l-ae/g-ih-n d-r-ae/g-ah-n'; + equal(result, answer); + + equal(RiTa.getSyllables("chevrolet"), "sh-eh-v/r-ow/l-ey"); + equal(RiTa.getSyllables("women"), "w-ih/m-eh-n"); + equal(RiTa.getSyllables("genuine"), "jh-eh-n/y-uw/w-ah-n"); + }); + + // ------------------------------------------------------------------------ + + test("testConstants", function () { + + ok(RiTa.VERSION); + }); + + test("testMinEditDistance", function () { + + // testMinEditDistanceArray() + var arr1 = ['The', 'dog', 'ate'], + arr2 = ['The', 'cat', 'ate']; + equal(RiTa.minEditDistance(arr1, arr2, false), 1); + equal(RiTa.minEditDistance(arr1, arr2, true), 1 / 3.0); + + var arr1 = ['The', 'dog', 'ate'], + arr2 = []; + equal(RiTa.minEditDistance(arr1, arr2, false), 3); + equal(RiTa.minEditDistance(arr1, arr2, true), 1); + + arr1 = ["fefnction", "intention", "ate"]; + arr2 = ["faunctional", "execution", "ate"]; + equal(RiTa.minEditDistance(arr1, arr2, false), 2); + equal(RiTa.minEditDistance(arr1, arr2, true), 2 / 3); + + // test testMinEditDistanceString() + var arr1 = 'The dog', + arr2 = 'The cat'; + equal(RiTa.minEditDistance(arr1, arr2, false), 3); + equal(RiTa.minEditDistance(arr1, arr2, true), 3 / 7); + + var arr1 = 'The dog', + arr2 = ''; + equal(RiTa.minEditDistance(arr1, arr2, false), 7); + equal(RiTa.minEditDistance(arr1, arr2, true), 1); + + arr1 = "fefnction"; + arr2 = "faunctional"; + equal(RiTa.minEditDistance(arr1, arr2, false), 4); + equal(RiTa.minEditDistance(arr1, arr2, true), 4 / 11); + + arr1 = "intention"; + arr2 = "execution"; + equal(RiTa.minEditDistance(arr1, arr2, false), 5); + equal(RiTa.minEditDistance(arr1, arr2, true), 5 / 9); + }); + + test("testEnv", function () { + var mode = RiTa.env(); + var inNode = (typeof module != 'undefined' && module.exports); + inNode && ok(mode == RiTa.NODE); + + var inBrowser = typeof window != 'undefined'; + inBrowser && ok(mode == RiTa.JS); + }); + + test("testRandomOrderingWithSeed", function () { + + var seed = RiTa.random(9999999); + RiTa.randomSeed(seed); + var result = RiTa.randomOrdering(50); + equal(result.length, 50); + RiTa.randomSeed(seed); + var result2 = RiTa.randomOrdering(50); + equal(result2.length, 50); + + deepEqual(result, result2); + }); + + + test("testRandomWordWithSeed", function () { + + var seed = RiTa.random(9999999); + RiTa.randomSeed(seed); + var result = RiTa.randomWord(); + RiTa.randomSeed(seed); + var result2 = RiTa.randomWord(); + + equal(result, result2); + }); + + test("testRandomWithSeed", function () { + + var seed = Math.round(Math.random() * 9999999); + RiTa.randomSeed(seed); + var result = RiTa.random(9999999); + RiTa.randomSeed(seed); + var result2 = RiTa.random(9999999); + equal(result, result2); + }); + + test("testIsAbbreviation", function () { + + ok(RiTa.isAbbreviation("Dr.")); + ok(RiTa.isAbbreviation("dr.")); + //T in processing + + ok(!RiTa.isAbbreviation("DR.")); + // F in Processing.lowercase is true but uppercase is false + ok(!RiTa.isAbbreviation("Dr. ")); + //space + ok(!RiTa.isAbbreviation(" Dr.")); + //space + ok(!RiTa.isAbbreviation(" Dr.")); + //double space + ok(!RiTa.isAbbreviation("Dr. ")); + //double space + ok(!RiTa.isAbbreviation(" Dr.")); + //tab space + ok(!RiTa.isAbbreviation("Dr. ")); + //tab space + ok(!RiTa.isAbbreviation("Dr")); + ok(!RiTa.isAbbreviation("Doctor")); + ok(!RiTa.isAbbreviation("Doctor.")); + + ok(RiTa.isAbbreviation("Prof.")); + ok(RiTa.isAbbreviation("prof.")); + //T in processing + ok(!RiTa.isAbbreviation("PRFO.")); + // F in Processing. lowercase is true but uppercase is false + ok(!RiTa.isAbbreviation("PrFo.")); + // F in Processing. lowercase is true but uppercase is false + ok(!RiTa.isAbbreviation("Professor")); + ok(!RiTa.isAbbreviation("professor")); + ok(!RiTa.isAbbreviation("PROFESSOR")); + ok(!RiTa.isAbbreviation("Professor.")); + + ok(!RiTa.isAbbreviation("@#$%^&*()")); + + ok(!RiTa.isAbbreviation("")); + ok(!RiTa.isAbbreviation(null)); + ok(!RiTa.isAbbreviation(undefined)); + ok(!RiTa.isAbbreviation(1)); + }); + + test("testIsQuestion", function () { + + ok(RiTa.isQuestion("what")); + ok(RiTa.isQuestion("what")); + ok(RiTa.isQuestion("what is this")); + ok(RiTa.isQuestion("what is this?")); + ok(RiTa.isQuestion("Does it?")); + ok(RiTa.isQuestion("Would you believe it?")); + ok(RiTa.isQuestion("Have you been?")); + ok(RiTa.isQuestion("Is this yours?")); + + ok(RiTa.isQuestion("Are you done?")); + ok(RiTa.isQuestion("what is this? , where is that?")); + ok(!RiTa.isQuestion("That is not a toy This is an apple")); + ok(!RiTa.isQuestion("string")); + ok(!RiTa.isQuestion("?")); + ok(!RiTa.isQuestion("")); + }); + + + test("testIsSentenceEnd", function () { + + var words = 'The dog ate the small baby. Then it threw up.'.split(' '); + ok(RiTa.isSentenceEnd(words[5], words[6])); // true + ok(!RiTa.isSentenceEnd(words[3], words[4])); // false + ok(!RiTa.isSentenceEnd(words[6], words[7])); // false + ok(!RiTa.isSentenceEnd('', '')); // false + + // TODO: needs more tests + }); + + test("testIsW_Question", function () { + + ok(RiTa.isW_Question("What the")); + ok(RiTa.isW_Question("What is it")); + ok(RiTa.isW_Question("will is it.")); + ok(RiTa.isW_Question("Where is it?")); + ok(RiTa.isW_Question("Would ir be?")); + + ok(!RiTa.isW_Question("how is it?")); + ok(!RiTa.isW_Question("How is it.")); + ok(!RiTa.isW_Question("Does it?")); + ok(!RiTa.isW_Question("Is this yours?")); + ok(!RiTa.isW_Question("Are you done?")); + ok(!RiTa.isW_Question("")); + }); + + test("testRandomItem", function () { + + var toks = RiTa.tokenize("The boy, dressed in red, ate an apple.!?"); + for (var i = 0; i < toks.length * 2; i++) { + ok(RiTa.randomItem(toks)); + } + + toks = RiTa.tokenize("The quick brown fox jumps over the lazy dog."); + for (var i = 0; i < toks.length * 2; i++) { + ok(RiTa.randomItem(toks)); + } + + toks = RiTa.tokenize("123 123 1 2 3 1,1 1.1 23.45.67 22/05/2012 12th May,2012"); + for (var i = 0; i < toks.length * 2; i++) { + ok(RiTa.randomItem(toks)); + } + }); + + test("testRandomOrdering", function () { + + var result = RiTa.randomOrdering(5); + equal(result.length, 5); + + var result = RiTa.randomOrdering(50); + equal(result.length, 50); + + var obj = {}; + for (var i = 0; i < result.length; i++) { + ok(!obj.hasOwnProperty(i + '')); + obj[i + ''] = i + ''; + } + }); + + test("testSplitSentences", function () { + + // TODO: check Penn-Treebank splitting rules + var input = "Stealth's Open Frame, OEM style LCD monitors are designed for special mounting applications. The slim profile packaging provides an excellent solution for building into kiosks, consoles, machines and control panels. If you cannot find an off the shelf solution call us today about designing a custom solution to fit your exact needs."; + var expected = ["Stealth's Open Frame, OEM style LCD monitors are designed for special mounting applications.", "The slim profile packaging provides an excellent solution for building into kiosks, consoles, machines and control panels.", "If you cannot find an off the shelf solution call us today about designing a custom solution to fit your exact needs."]; + var output = RiTa.splitSentences(input); + deepEqual(output, expected); + + var input = "\"The boy went fishing.\", he said. Then he went away."; + var expected = ["\"The boy went fishing.\", he said.", "Then he went away."]; + var output = RiTa.splitSentences(input); + deepEqual(output, expected); + + var input = "The dog"; + var output = RiTa.splitSentences(input); + deepEqual(output, [input]); + + var input = "I guess the dog ate the baby."; + var output = RiTa.splitSentences(input); + deepEqual(output, [input]); + + var input = "Oh my god, the dog ate the baby!"; + var output = RiTa.splitSentences(input); + var expected = ["Oh my god, the dog ate the baby!"]; + deepEqual(output, expected); + + var input = "Which dog ate the baby?" + var output = RiTa.splitSentences(input); + var expected = ["Which dog ate the baby?"]; + deepEqual(output, expected); + + var input = "'Yes, it was a dog that ate the baby', he said." + var output = RiTa.splitSentences(input); + var expected = ["\'Yes, it was a dog that ate the baby\', he said."]; + deepEqual(output, expected); + + var input = "The baby belonged to Mr. and Mrs. Stevens. They will be very sad."; + var output = RiTa.splitSentences(input); + var expected = ["The baby belonged to Mr. and Mrs. Stevens.", "They will be very sad."]; + deepEqual(output, expected); + + // More quotation marks + var input = "\"The baby belonged to Mr. and Mrs. Stevens. They will be very sad.\""; + var output = RiTa.splitSentences(input); + var expected = ["\"The baby belonged to Mr. and Mrs. Stevens.", "They will be very sad.\""]; + deepEqual(output, expected); + + var input = "\u201CThe baby belonged to Mr. and Mrs. Stevens. They will be very sad.\u201D"; + var output = RiTa.splitSentences(input); + var expected = ["\u201CThe baby belonged to Mr. and Mrs. Stevens.", "They will be very sad.\u201D"]; + deepEqual(output, expected); + + //https://github.com/dhowe/RiTa/issues/498 + var input = "\"My dear Mr. Bennet. Netherfield Park is let at last.\""; + var output = RiTa.splitSentences(input); + var expected = ["\"My dear Mr. Bennet.", "Netherfield Park is let at last.\""]; + deepEqual(output, expected); + + var input = "\u201CMy dear Mr. Bennet. Netherfield Park is let at last.\u201D"; + var output = RiTa.splitSentences(input); + var expected = ["\u201CMy dear Mr. Bennet.", "Netherfield Park is let at last.\u201D"]; + deepEqual(output, expected); + /*******************************************/ + + var input = "She wrote: \"I don't paint anymore. For a while I thought it was just a phase that I'd get over.\""; + var output = RiTa.splitSentences(input); + var expected = ["She wrote: \"I don't paint anymore.", "For a while I thought it was just a phase that I'd get over.\""]; + deepEqual(output, expected); + + + var input = " I had a visit from my \"friend\" the tax man."; + var output = RiTa.splitSentences(input); + var expected = ["I had a visit from my \"friend\" the tax man."]; + deepEqual(output, expected); + + deepEqual(RiTa.splitSentences(""), [""]); + }); + + test("testStripPunctuation", function () { + + //strip/trimPunctuation "����������`',;:!?)([].#\"\\!@$%&}<>|+=-_\\/*{^ + var res = RiTa.stripPunctuation("$%He%^&ll,o,"); + equal(res, "Hello"); + + equal(RiTa.stripPunctuation(""), ""); + + equal(RiTa.stripPunctuation("Hel_lo"), "Hello"); + equal(RiTa.stripPunctuation("Hel;lo"), "Hello"); + equal(RiTa.stripPunctuation("Hel:lo"), "Hello"); + equal(RiTa.stripPunctuation("Hel'lo"), "Hello"); + equal(RiTa.stripPunctuation("Hel/lo"), "Hello"); + equal(RiTa.stripPunctuation("Hel\"lo"), "Hello"); + equal(RiTa.stripPunctuation("Hel-lo"), "Hello"); + equal(RiTa.stripPunctuation("Hel`lo"), "Hello"); + equal(RiTa.stripPunctuation("Hel?lo"), "Hello"); + equal(RiTa.stripPunctuation("Hel.lo"), "Hello"); + equal(RiTa.stripPunctuation("Hel+lo"), "Hello"); + equal(RiTa.stripPunctuation("Hel*lo"), "Hello"); + equal(RiTa.stripPunctuation("Hel&lo"), "Hello"); + equal(RiTa.stripPunctuation("Hel$lo"), "Hello"); + equal(RiTa.stripPunctuation("Hel(lo"), "Hello"); + equal(RiTa.stripPunctuation("Hel)lo"), "Hello"); + equal(RiTa.stripPunctuation("Hel@lo"), "Hello"); + equal(RiTa.stripPunctuation("Hel[lo"), "Hello"); + equal(RiTa.stripPunctuation("Hel]lo"), "Hello"); + equal(RiTa.stripPunctuation("Hel{lo"), "Hello"); + equal(RiTa.stripPunctuation("Hel}lo"), "Hello"); + equal(RiTa.stripPunctuation("Hel\\lo"), "Hello"); + equal(RiTa.stripPunctuation("Hel%lo"), "Hello"); + equal(RiTa.stripPunctuation("Hel~lo"), "Hello"); + equal(RiTa.stripPunctuation("Hel:lo"), "Hello"); + equal(RiTa.stripPunctuation("Hel;lo"), "Hello"); + equal(RiTa.stripPunctuation("Hello"), "Hello"); + equal(RiTa.stripPunctuation("Hel^lo"), "Hello"); + equal(RiTa.stripPunctuation("Hel|lo"), "Hello"); + equal(RiTa.stripPunctuation("Hel\u2018\u2019lo"), "Hello"); + equal(RiTa.stripPunctuation("Hel\u201C\u201Dlo"), "Hello"); + + var res = RiTa.stripPunctuation("\"\\!@$%&}<>|+=-_\\/*{^He&^ll,o\!@$%&}<>|+=-_\\/*{^"); + equal(res, "Hello"); + + }); + + test("testTrimPunctuation", function () { + + var res = RiTa.trimPunctuation("$%He&^ll,o,"); + equal(res, "He&^ll,o"); + + var res = RiTa.trimPunctuation("\u2018Hello\u2019"); + equal(res, "Hello"); + + var res = RiTa.trimPunctuation("\u201CHello\u201D"); + equal(res, "Hello"); + + // fix these strange characters + var res = RiTa.trimPunctuation("����������`He&^ll,o\!@$%&}<>|+=-_\\/*{^"); + equal(res, "He&^ll,o"); + + var res = RiTa.trimPunctuation("\"\\!@$%&}<>|+=-_\\/*{^He&^ll,o\!@$%&}<>|+=-_\\/*{^"); + equal(res, "He&^ll,o"); + + deepEqual(RiTa.trimPunctuation(""), ""); + + deepEqual(RiTa.trimPunctuation(1234), 1234); + }); + + test("testIsPunctuation", function () { + + ok(!RiTa.isPunctuation("What the")); + ok(!RiTa.isPunctuation("What ! the")); + ok(!RiTa.isPunctuation(".#\"\\!@i$%&}<>")); + + ok(RiTa.isPunctuation("!")); + + ok(!RiTa.isPunctuation("! ")); + //space + ok(!RiTa.isPunctuation(" !")); + //space + ok(!RiTa.isPunctuation("! ")); + //double space + ok(!RiTa.isPunctuation(" !")); + //double space + ok(!RiTa.isPunctuation("! ")); + //tab space + ok(!RiTa.isPunctuation(" !")); + //tab space + ok(RiTa.isPunctuation("?")); + ok(RiTa.isPunctuation("?!")); + ok(RiTa.isPunctuation(".")); + ok(RiTa.isPunctuation("..")); + ok(RiTa.isPunctuation("...")); + ok(RiTa.isPunctuation("....")); + ok(RiTa.isPunctuation("%...")); + var punct = '$%&^,'; + for (var i = 0; i < punct.length; i++) { + ok(RiTa.isPunctuation(punct[i])); + } + + var punct = ",;:!?)([].#\"\\!@$%&}<>|+=-_\\/*{^"; + for (var i = 0; i < punct.length; i++) { + ok(RiTa.isPunctuation(punct[i]), punct[i]); + } + + // TODO: also test multiple characters strings here **** + var punct = "\"��������`'"; + for (var i = 0; i < punct.length; i++) { + ok(RiTa.isPunctuation(punct[i]), punct[i]); + } + + var punct = "\"��������`',;:!?)([].#\"\\!@$%&}<>|+=-_\\/*{^"; + for (var i = 0; i < punct.length; i++) { + ok(RiTa.isPunctuation(punct[i]), punct[i]); + } + + // TODO: and here... + var nopunct = 'Helloasdfnals FgG \t kjdhfakjsdhf askjdfh aaf98762348576'; + for (var i = 0; i < nopunct.length; i++) { + ok(!RiTa.isPunctuation(nopunct[i]), nopunct[i]); + } + + ok(!RiTa.isPunctuation("")); + + }); + + test("testTokenize", function () { + + var input = "The student said 'learning is fun'"; + var expected = ["The", "student", "said", "'", "learning", "is", "fun", "'"]; + var output = RiTa.tokenize(input); + deepEqual(output, expected); + + var input = '"Oh God," he thought.'; + var expected = ['"', 'Oh', 'God', ',', '"', 'he', 'thought', '.']; + var output = RiTa.tokenize(input); + //console.log(expected,output); + deepEqual(output, expected); + + var input = "The boy, dressed in red, ate an apple."; + var expected = ["The", "boy", ",", "dressed", "in", "red", ",", "ate", "an", "apple", "."]; + var output = RiTa.tokenize(input); + deepEqual(output, expected); + + var input = "why? Me?huh?!"; + var expected = ["why", "?", "Me", "?", "huh", "?", "!"]; + var output = RiTa.tokenize(input); + deepEqual(output, expected); + + var input = "123 123 1 2 3 1,1 1.1 23.45.67 22/05/2012 12th May,2012"; + var expected = ["123", "123", "1", "2", "3", "1", ",", "1", "1", ".", "1", "23", ".", "45", ".", "67", "22/05/2012", "12th", "May", ",", "2012"]; + var output = RiTa.tokenize(input); + deepEqual(output, expected); + + // TODO: check Penn-Treebank tokenizer rules & add some more edge cases + var inputs = ["A simple sentence.", "that's why this is our place).", ]; + var outputs = [ + ["A", "simple", "sentence", "."], + ["that's", "why", "this", "is", "our", "place", ")", "."], + ]; + + ok(inputs.length == outputs.length); + + for (var i = 0; i < inputs.length; i++) { + var result = RiTa.tokenize(inputs[i]); + deepEqual(result, outputs[i]); + } + + deepEqual(RiTa.tokenize(""), [""]); + + var txt = "The dog"; + deepEqual(RiTa.tokenize(txt), ["The", "dog"]); + + // contractions ------------------------- + + var txt1 = "Dr. Chan is talking slowly with Mr. Cheng, and they're friends."; // strange but same as RiTa-java + var txt2 = "He can't didn't couldn't shouldn't wouldn't eat."; + var txt3 = "Shouldn't he eat?"; + var txt4 = "It's not that I can't."; + var txt5 = "We've found the cat."; + var txt6 = "We didn't find the cat."; + + RiTa.SPLIT_CONTRACTIONS = false; + deepEqual(RiTa.tokenize(txt1), ["Dr", ".", "Chan", "is", "talking", "slowly", "with", "Mr", ".", "Cheng", ",", "and", "they're", "friends", "."]); + deepEqual(RiTa.tokenize(txt2), ["He", "can't", "didn't", "couldn't", "shouldn't", "wouldn't", "eat", "."]); + deepEqual(RiTa.tokenize(txt3), ["Shouldn't", "he", "eat", "?"]); + deepEqual(RiTa.tokenize(txt4), ["It's", "not", "that", "I", "can't", "."]); + deepEqual(RiTa.tokenize(txt5), ["We've", "found", "the", "cat", "."]); + deepEqual(RiTa.tokenize(txt6), ["We", "didn't", "find", "the", "cat", "."]); + + RiTa.SPLIT_CONTRACTIONS = true; + deepEqual(RiTa.tokenize(txt1), ["Dr", ".", "Chan", "is", "talking", "slowly", "with", "Mr", ".", "Cheng", ",", "and", "they", "are", "friends", "."]); + deepEqual(RiTa.tokenize(txt2), ["He", "can", "not", "did", "not", "could", "not", "should", "not", "would", "not", "eat", "."]); + deepEqual(RiTa.tokenize(txt3), ["Should","not", "he", "eat", "?"]); + deepEqual(RiTa.tokenize(txt4), ["It", "is", "not", "that", "I", "can", "not", "."]); + deepEqual(RiTa.tokenize(txt5), ["We","have", "found", "the", "cat", "."]); + deepEqual(RiTa.tokenize(txt6), ["We", "did", "not", "find", "the", "cat", "."]); + RiTa.SPLIT_CONTRACTIONS = false; + + var input = 'The boy screamed, "Where is my apple?"'; + var expected = ["The", "boy", "screamed", ",", "\"", "Where", "is", "my", "apple", "?", "\""]; + var output = RiTa.tokenize(input); + deepEqual(output, expected); + + + var input = 'The boy screamed, \u201CWhere is my apple?\u201D'; + var expected = ["The", "boy", "screamed", ",", "\u201C", "Where", "is", "my", "apple", "?", "\u201D"]; + var output = RiTa.tokenize(input); + deepEqual(output, expected); + + var input = "The boy screamed, 'Where is my apple?'"; + var expected = ["The", "boy", "screamed", ",", "'", "Where", "is", "my", "apple", "?", "'"]; + var output = RiTa.tokenize(input); + deepEqual(output, expected); + + var input = "The boy screamed, \u2018Where is my apple?\u2019"; + var expected = ["The", "boy", "screamed", ",", "\u2018", "Where", "is", "my", "apple", "?", "\u2019"]; + var output = RiTa.tokenize(input); + deepEqual(output, expected); + + var input = "dog, e.g. the cat."; + var expected = ["dog", ",", "e.g.", "the", "cat", "."]; + var output = RiTa.tokenize(input); + deepEqual(output, expected); + + var input = "dog, i.e. the cat."; + var expected = ["dog", ",", "i.e.", "the", "cat", "."]; + var output = RiTa.tokenize(input); + deepEqual(output, expected); + + var input = "What does e.g. mean? E.g. is used to introduce a few examples, not a complete list."; + var expected = ["What", "does", "e.g.", "mean", "?", "E.g.", "is", "used", "to", "introduce", "a", "few", "examples", ",", "not", "a", "complete", "list", "."]; + var output = RiTa.tokenize(input); + deepEqual(output, expected); + + var input = "What does i.e. mean? I.e. means in other words."; + var expected = ["What", "does", "i.e.", "mean", "?", "I.e.", "means", "in", "other", "words", "."]; + var output = RiTa.tokenize(input); + deepEqual(output, expected); + }); + + test("testUntokenize", function () { + + var expected = "We should consider the students' learning"; + var input = ["We", "should", "consider", "the", "students", "'", "learning" ]; + var output = RiTa.untokenize(input); + deepEqual(output, expected); + + equal(RiTa.untokenize([""]), ""); + + var expected = "The boy, dressed in red, ate an apple."; + var input = ["The", "boy", ",", "dressed", "in", "red", ",", "ate", + "an", "apple", "."]; + var output = RiTa.untokenize(input); + deepEqual(output, expected); + + var expected = "We should consider the students\u2019 learning"; + var input = ["We", "should", "consider", "the", "students", "\u2019", "learning" ]; + var output = RiTa.untokenize(input); + deepEqual(output, expected); + + var expected = "The boy screamed, 'Where is my apple?'"; + var input = ["The", "boy", "screamed", ",", "'", "Where", "is", "my", "apple", "?", "'"]; + var output = RiTa.untokenize(input); + deepEqual(output, expected); + + var outputs = ["A simple sentence.", + "that's why this is our place).", + ]; + + var inputs = [ + ["A", "simple", "sentence", "."], + ["that's", "why", "this", "is", "our", "place", ")", "."], + ]; + + ok(inputs.length == outputs.length); + + for (var i = 0; i < inputs.length; i++) { + var result = RiTa.untokenize(inputs[i]); + deepEqual(result, outputs[i]); + } + + var expected = "Dr. Chan is talking slowly with Mr. Cheng, and they're friends."; // strange but same as RiTa-java + var input = ["Dr", ".", "Chan", "is", "talking", "slowly", "with", "Mr", ".", "Cheng", ",", "and", "they're", "friends", "."]; + var output = RiTa.untokenize(input); + deepEqual(output, expected); + + var input = ["why", "?", "Me", "?", "huh", "?", "!"]; + var expected = "why? Me? huh?!"; + var output = RiTa.untokenize(input); + deepEqual(output, expected); + + var input = ["123", "123", "1", "2", "3", "1", ",", "1", "1", ".", "1", "23", ".", "45", ".", "67", "22/05/2012", "12th", "May", ",", "2012"]; + var expected = "123 123 1 2 3 1, 1 1. 1 23. 45. 67 22/05/2012 12th May, 2012"; + var output = RiTa.untokenize(input); + deepEqual(output, expected); + + var input = ['"', 'Oh', 'God', ',', '"', 'he', 'thought', '.']; + var expected = '"Oh God," he thought.'; + var output = RiTa.untokenize(input); + //console.log(expected,'\n',output); + deepEqual(output, expected); + + var expected = "The boy screamed, 'Where is my apple?'"; + var input = ["The", "boy", "screamed", ",", "'", "Where", "is", "my", "apple", "?", "'"]; + var output = RiTa.untokenize(input); + deepEqual(output, expected); + + var input = ['She', 'screamed', ',', '"', 'Oh', 'God', '!', '"']; + var expected = 'She screamed, "Oh God!"'; + var output = RiTa.untokenize(input); + deepEqual(output, expected); + + var input = ['She', 'screamed', ':', '"', 'Oh', 'God', '!', '"']; + var expected = 'She screamed: "Oh God!"'; + var output = RiTa.untokenize(input); + deepEqual(output, expected); + + var input = [ "\"", "Oh", ",", "God", "\"", ",", "he", "thought", ",", "\"", "not", "rain", "!", "\""]; + var expected = "\"Oh, God\", he thought, \"not rain!\""; + var output = RiTa.untokenize(input); + deepEqual(output, expected); + + var expected = "The student said 'learning is fun'"; + var input = ["The", "student", "said", "'", "learning", "is", "fun", "'"]; + var output = RiTa.untokenize(input); + deepEqual(output, expected); + + var expected = "dog, e.g. the cat."; + var input = ["dog", ",", "e.g.", "the", "cat", "."]; + var output = RiTa.untokenize(input); + deepEqual(output, expected); + + var expected = "dog, i.e. the cat."; + var input = ["dog", ",", "i.e.", "the", "cat", "."]; + var output = RiTa.untokenize(input); + deepEqual(output, expected); + + var expected = "What does e.g. mean? E.g. is used to introduce a few examples, not a complete list."; + var input = ["What", "does", "e.g.", "mean", "?", "E.g.", "is", "used", "to", "introduce", "a", "few", "examples", ",", "not", "a", "complete", "list", "."]; + var output = RiTa.untokenize(input); + deepEqual(output, expected); + + var expected = "What does i.e. mean? I.e. means in other words."; + var input = ["What", "does", "i.e.", "mean", "?", "I.e.", "means", "in", "other", "words", "."]; + var output = RiTa.untokenize(input); + deepEqual(output, expected); + + }); + + test("testTokenizeAndBack", function () { + + var testStrings = [ + "The student said 'learning is fun'", + "The boy screamed, 'Where is my apple?'", + 'The boy screamed, "Where is my apple?"', + "We should consider the students' learning.", + "We should consider the students\u2019 learning.", + '"Where is my apple," screamed the boy.', + '"Where is my apple?" screamed the boy.', + '(that\'s why this is our place).', + 'A simple sentence.', + 'The boy, dressed in red, ate an apple.', + "Dr. Chan is talking slowly with Mr. Cheng, and they're friends.", + "He can't didn't couldn't shouldn't wouldn't eat.", + "Shouldn't he eat?", + "It's not that I can't.", + "We've found the cat.", + "We didn't find the cat.", + "dog, e.g. the cat.", + "dog, i.e. the cat.", + "What does e.g. mean? E.g. is used to introduce a few examples, not a complete list.", + "What does i.e. mean? I.e. means in other words." + ]; + + for (var i = 0; i < testStrings.length; i++) { + var tokens = RiTa.tokenize(testStrings[i]); + //console.log(tokens); + var output = RiTa.untokenize(tokens); + equal(output, testStrings[i]); + } + }); + + test("testDistance", function () { + + equal(1, RiTa.distance(1, 3, 2, 3)); + equal(28, RiTa.distance(30, 1, 2, 1)); + equal(5.656854249492381, RiTa.distance(0, 0, 4, 4)); + equal(5.0990195135927845, RiTa.distance(3, 3, 8, 4)); + }); + + test("testRandom", function () { + + // float random() + var answer = RiTa.random(); + ok(answer >= 0, answer); + var answer2 = RiTa.random(); + ok(answer2 < 1, answer2); + + // int random(int max) + var answer = RiTa.random(50); + ok(answer >= 0); + var answer2 = RiTa.random(50); + ok(answer2 < 50); + + answer = RiTa.random(1); + ok(answer >= 0); + answer2 = RiTa.random(1); + ok(answer2 < 1); + + answer = RiTa.random(2); + ok(answer >= 0); + answer2 = RiTa.random(2); + ok(answer2 < 2); + + answer = RiTa.random(0); + ok(answer == 0); + + // int random(int min, int max) + var answer = RiTa.random(10, 34); + ok(answer >= 10); + var answer2 = RiTa.random(10, 34); + ok(answer2 < 34); + + answer = RiTa.random(1, 2); + ok(answer >= 1); + answer2 = RiTa.random(1, 2); + ok(answer2 < 2); + + answer = RiTa.random(1, 3); + ok(answer >= 1); + answer2 = RiTa.random(1, 3); + ok(answer2 < 3); + + answer = RiTa.random(0, 0); + ok(answer == 0); + + answer = RiTa.random(5, 1); //"min > max" + ok(answer >= 1); + answer2 = RiTa.random(0, 0); + ok(answer2 < 5); + + // float random(float max) + var answer = RiTa.random(12.3); + ok(answer >= 0); + var answer2 = RiTa.random(12.3); + ok(answer2 < 12.3); + + answer = RiTa.random(1.1); + ok(answer >= 0); + answer2 = RiTa.random(1.1); + ok(answer2 < 1.1); + + answer = RiTa.random(1.2); + ok(answer >= 0); + answer2 = RiTa.random(1.2); + ok(answer2 < 1.2); + + answer = RiTa.random(0); + ok(answer == 0); + + // float random(float min, float max) + + var answer = RiTa.random(3.4, 3.6); + ok(answer >= 3.4); + var answer2 = RiTa.random(3.4, 3.6); + ok(answer2 < 3.6); + + answer = RiTa.random(1.1, 1.2); + ok(answer >= 1.1); + answer2 = RiTa.random(1.1, 1.2); + ok(answer2 < 1.2); + + answer = RiTa.random(1.1, 1.3); + ok(answer >= 1.1); + answer2 = RiTa.random(1.1, 1.3); + ok(answer2 < 1.3); + + answer = RiTa.random(0, 0); + ok(answer == 0); + + answer = RiTa.random(5.1, 1.1); //TODO "min > max" + ok(answer >= 1.1); + answer2 = RiTa.random(0, 0); + ok(answer2 < 5.1); + }); + + test("testGetPhonemes", function () { + + var result = RiTa.getPhonemes(""); + var answer = ""; + equal(result, answer); + + var result = RiTa.getPhonemes("The"); + var answer = "dh-ah"; + equal(result, answer); + + var result = RiTa.getPhonemes("said"); + var answer = "s-eh-d"; + equal(result, answer); + + var result = RiTa.getPhonemes("The."); + var answer = "dh-ah ."; + equal(result, answer); + + var result = RiTa.getPhonemes("The boy jumped over the wild dog."); + var answer = "dh-ah b-oy jh-ah-m-p-t ow-v-er dh-ah w-ay-l-d d-ao-g ."; + equal(result, answer); + + var result = RiTa.getPhonemes("The boy ran to the store."); + var answer = "dh-ah b-oy r-ae-n t-uw dh-ah s-t-ao-r ."; + equal(result, answer); + + var txt = "The dog ran faster than the other dog. But the other dog was prettier."; + var result = RiTa.getPhonemes(txt); + var answer = "dh-ah d-ao-g r-ae-n f-ae-s-t-er dh-ae-n dh-ah ah-dh-er d-ao-g . b-ah-t dh-ah ah-dh-er d-ao-g w-aa-z p-r-ih-t-iy-er ."; + equal(result, answer); + + var result = RiTa.getPhonemes("flowers"); + var answer = "f-l-aw-er-z"; + equal(result, answer); + + var result = RiTa.getPhonemes("quiche"); + var answer = "k-iy-sh"; + equal(result, answer); + + var result = RiTa.getPhonemes("mice"); + var answer = "m-ay-s"; + equal(result, answer); + + equal(RiTa.getPhonemes("chevrolet"), "sh-eh-v-r-ow-l-ey"); + equal(RiTa.getPhonemes("women"), "w-ih-m-eh-n"); + equal(RiTa.getPhonemes("genuine"), "jh-eh-n-y-uw-w-ah-n"); + }); + + test("testGetPosTags", function () { + + deepEqual(RiTa.getPosTags("freed"), [ "jj" ]); + + deepEqual(RiTa.getPosTags("the top seed"), [ "dt", "jj", "nn" ]); + + deepEqual(RiTa.getPosTags("by illegal means"), ["in", "jj", "nn"]); + + deepEqual(RiTa.getPosTags("biped"), [ "nn" ]); + deepEqual(RiTa.getPosTags("greed"), [ "nn" ]); + deepEqual(RiTa.getPosTags("creed"), [ "nn" ]); + deepEqual(RiTa.getPosTags("weed"), [ "nn" ]); + + + + var result = RiTa.getPosTags("mammal"); + var answer = ["nn"]; + deepEqual(result, answer); + + var result = RiTa.getPosTags("asfaasd"); + var answer = ["nn"]; + deepEqual(result, answer); + + var result = RiTa.getPosTags("innings"); + var answer = ["nns"]; + deepEqual(result, answer); + + var result = RiTa.getPosTags("clothes"); + var answer = ["nns"]; + deepEqual(result, answer); + + var result = RiTa.getPosTags("clothes"); + var answer = ["nns"]; + deepEqual(result, answer); + + var result = RiTa.getPosTags("teeth"); + var answer = ["nns"]; + deepEqual(result, answer); + //return; + + var result = RiTa.getPosTags("memories"); + var answer = ["nns"]; + deepEqual(result, answer); + + deepEqual(RiTa.getPosTags("flunks"), [ "vbz" ]); + + deepEqual(RiTa.getPosTags("outnumbers"), [ "vbz" ]); + deepEqual(RiTa.getPosTags("He outnumbers us"), [ "prp", "vbz", "prp"]); + deepEqual(RiTa.getPosTags("I outnumber you"), [ "prp", "vbp", "prp" ]); + + var resultArr = RiTa.getPosTags("Elephants dance"); + var answerArr = [ "nns", "vbp" ]; + deepEqual(answerArr, resultArr); + + var result = RiTa.getPosTags("the boy dances"); + var answer = ["dt", "nn", "vbz"]; + deepEqual(result, answer); + + var result = RiTa.getPosTags("he dances"); + var answer = ["prp", "vbz"]; + deepEqual(result, answer); + + var resultArr = RiTa.getPosTags("Dave dances"); + var answerArr = [ "nnp", "vbz" ]; + deepEqual(answerArr, resultArr); + + var result = RiTa.getPosTags("running"); + var answer = ["vbg"]; + deepEqual(result, answer); + + var result = RiTa.getPosTags("asserting"); + var answer = ["vbg"]; + deepEqual(result, answer); + + var result = RiTa.getPosTags("assenting"); + var answer = ["nn"]; + deepEqual(result, answer); + + var result = RiTa.getPosTags("Dave"); + var answer = ["nnp"]; + deepEqual(result, answer); + + var result = RiTa.getPosTags("They feed the cat"); + var answer = ["prp", "vbp", "dt", "nn"]; + deepEqual(result, answer); + + var result = RiTa.getPosTags("There is a cat."); + var answer = ["ex", "vbz", "dt", "nn", "."]; + deepEqual(result, answer); + + var result = RiTa.getPosTags("The boy, dressed in red, ate an apple."); + var answer = ["dt", "nn", ",", "vbn", "in", "jj", ",", "vbd", "dt", "nn", "."]; + deepEqual(result, answer); + + var txt = "The dog ran faster than the other dog. But the other dog was prettier."; + var result = RiTa.getPosTags(txt); + var answer = ["dt", "nn", "vbd", "rbr", "in", "dt", "jj", "nn", ".", "cc", "dt", "jj", "nn", "vbd", "jjr", "."]; + deepEqual(result, answer); + + var result = RiTa.getPosTags(""); + var answer = []; + deepEqual(result, answer); + + // Tests for verb conjugation + deepEqual(RiTa.getPosTags("is"), [ "vbz" ]); + deepEqual(RiTa.getPosTags("am"), [ "vbp" ]); + deepEqual(RiTa.getPosTags("be"), [ "vb" ]); + + result = RiTa.getPosTags("There is a cat."); + answer = [ "ex", "vbz", "dt", "nn", "." ]; + deepEqual(result, answer); + + result = RiTa.getPosTags("There was a cat."); + answer = [ "ex", "vbd", "dt", "nn", "." ]; + deepEqual(result, answer); + + result = RiTa.getPosTags("I am a cat."); + answer = [ "prp", "vbp", "dt", "nn", "." ]; + deepEqual(result, answer); + + result = RiTa.getPosTags("I was a cat."); + answer = [ "prp", "vbd", "dt", "nn", "." ]; + deepEqual(result, answer); + + deepEqual(RiTa.getPosTags("flunk"), [ "vb" ]); + deepEqual(RiTa.getPosTags("He flunks the test"), ["prp", "vbz", "dt", "nn"]); + + deepEqual(RiTa.getPosTags("he"), [ "prp" ]); + deepEqual(RiTa.getPosTags("outnumber"), [ "vb" ]); + deepEqual(RiTa.getPosTags("I outnumbered you"), [ "prp", "vbd", "prp" ]); + deepEqual(RiTa.getPosTags("She outnumbered us"), [ "prp", "vbd", "prp"]); + }); + + test("testGetPosTags(endsWithS)", function () { + + var checks = ["emphasis", "stress", "discus", "colossus", "fibrosis", "digitalis", "pettiness", "mess", "cleanliness", "orderliness", "bronchitis", "preparedness", "highness"]; + for (var i = 0, j = checks.length; i < j; i++) { + //if (RiTa.getPosTags(checks[i])[0] !== 'nn') + //console.log(checks[i] + ": " + RiTa.getPosTags(checks[i])[0]); + deepEqual(RiTa.getPosTags(checks[i]), ["nn"]); + } + }); + + test("testGetPosTagsInline", function () { + + var result = RiTa.getPosTagsInline(""); + var answer = ""; + deepEqual(result, answer); + + var result = RiTa.getPosTagsInline("asdfaasd"); + var answer = "asdfaasd/nn"; + deepEqual(result, answer); + + var result = RiTa.getPosTagsInline("clothes"); + var answer = "clothes/nns"; + deepEqual(result, answer); + + var result = RiTa.getPosTagsInline("teeth"); + var answer = "teeth/nns"; + deepEqual(result, answer); + + var result = RiTa.getPosTagsInline("There is a cat."); + var answer = "There/ex is/vbz a/dt cat/nn ."; + deepEqual(result, answer); + + var result = RiTa.getPosTagsInline("The boy, dressed in red, ate an apple."); + var answer = "The/dt boy/nn , dressed/vbn in/in red/jj , ate/vbd an/dt apple/nn ."; + deepEqual(result, answer); + + var txt = "The dog ran faster than the other dog. But the other dog was prettier."; + var result = RiTa.getPosTagsInline(txt); + var answer = "The/dt dog/nn ran/vbd faster/rbr than/in the/dt other/jj dog/nn . But/cc the/dt other/jj dog/nn was/vbd prettier/jjr ."; + equal(result, answer); + }); + + test("testGetStresses", function () { + + var result = RiTa.getStresses(""); + var answer = ""; + equal(result, answer); + + var result = RiTa.getStresses("The emperor had no clothes on"); + var answer = "0 1/0/0 1 1 1 1"; + equal(result, answer); + + var result = RiTa.getStresses("The emperor had no clothes on."); + var answer = "0 1/0/0 1 1 1 1 ."; + equal(result, answer); + + var result = RiTa.getStresses("The emperor had no clothes on. The King is fat."); + var answer = "0 1/0/0 1 1 1 1 . 0 1 1 1 ."; + equal(result, answer); + + var result = RiTa.getStresses("to preSENT, to exPORT, to deCIDE, to beGIN"); + var answer = "1 1/0 , 1 1/0 , 1 0/1 , 1 0/1"; + equal(result, answer); + + var result = RiTa.getStresses("to present, to export, to decide, to begin"); + var answer = "1 1/0 , 1 1/0 , 1 0/1 , 1 0/1"; + equal(result, answer); + + var txt = "The dog ran faster than the other dog. But the other dog was prettier."; + var result = RiTa.getStresses(txt); + var answer = "0 1 1 1/0 1 0 1/0 1 . 1 0 1/0 1 1 1/0/0 ."; + equal(result, answer); + + equal(RiTa.getStresses("chevrolet"), "0/0/1"); + equal(RiTa.getStresses("women"), "1/0"); + equal(RiTa.getStresses("genuine"), "1/0/0"); + }); + + test("testGetWordCount", function () { + + var result = RiTa.getWordCount("123 1231 hi"); + deepEqual(result, 3); + + var result = RiTa.getWordCount("The boy screamed, 'Where is my apple?'"); + deepEqual(result, 11); + + var result = RiTa.getWordCount("one two three."); + deepEqual(result, 4); + + var result = RiTa.getWordCount("I guess the dog ate the baby."); + deepEqual(result, 8); + + var result = RiTa.getWordCount("Oh my god, the dog ate the baby!"); + deepEqual(result, 10); + + var result = RiTa.getWordCount("Which dog ate the baby?"); + deepEqual(result, 6); + + var result = RiTa.getWordCount("\'Yes, it was a dog that ate the baby\', he said."); + deepEqual(result, 16); + }); + + /*test("testPosToWordNet", function() { + + var result = RiTa.posToWordNet("nn"); + equal("n", result); + + var result = RiTa.posToWordNet("nns"); + equal("n", result); + + var result = RiTa.posToWordNet("vbz"); + equal("v", result); + + var result = RiTa.posToWordNet("vbz!"); + equal("-", result); + + var result = RiTa.posToWordNet("aa"); + equal("-", result); + + var result = RiTa.posToWordNet("rb"); + equal("r", result); + + var result = RiTa.posToWordNet("rb "); + //space + equal("-", result); + + var result = RiTa.posToWordNet(" rb "); + //space + equal("-", result); + + var result = RiTa.posToWordNet(" rb "); + //double space + equal("-", result); + + var result = RiTa.posToWordNet(" rb"); + //double space + equal("-", result); + + var result = RiTa.posToWordNet("rb "); + //tab space + equal("-", result); + + var result = RiTa.posToWordNet(" rb"); + //tab space + equal("-", result); + + var result = RiTa.posToWordNet(""); + equal("", result); + });*/ + + test("testStem(lancaster)", function () { + + var type = 'Lancaster'; + + var tests = ["run", "runs", "running"]; + for (var i = 0; i < tests.length; i++) { + equal(RiTa.stem(tests[i], type), "run"); + } + + tests = ["hide", "hides", "hiding"]; + for (var i = 0; i < tests.length; i++) { + equal(RiTa.stem(tests[i], type), "hid"); + } + + tests = ["take", "takes", "taking"]; + for (var i = 0; i < tests.length; i++) { + equal(RiTa.stem(tests[i], type), "tak"); + } + + tests = ["become", "becomes", "becoming"]; + for (var i = 0; i < tests.length; i++) { + equal(RiTa.stem(tests[i], type), "becom"); + } + + equal(RiTa.stem("gases", type), "gas"); + equal(RiTa.stem("buses", type), "bus"); + equal(RiTa.stem("happiness", type), "happy"); + equal(RiTa.stem("terrible", type), "terr"); + + var test = 'Stemming is funnier than a bummer says the sushi loving computer'; + var result = 'stem is funny than a bum say the sush lov comput'; + equal(RiTa.stem(test, type), result); + + equal(RiTa.stem("cakes", type), "cak"); + }); + + test("testStem(porter)", function () { + + var type = 'Porter'; + + equal(RiTa.stem("cakes", type), "cake"); + + var tests = ["run", "runs", "running"]; + for (var i = 0; i < tests.length; i++) { + equal(RiTa.stem(tests[i], type), "run"); + } + + tests = ["hide", "hides", "hiding"]; + for (var i = 0; i < tests.length; i++) { + equal(RiTa.stem(tests[i], type), "hide"); + } + + tests = ["take", "takes", "taking"]; + for (var i = 0; i < tests.length; i++) { + equal(RiTa.stem(tests[i], type), "take"); + } + + equal(RiTa.stem("gases", type), "gase"); + equal(RiTa.stem("buses", type), "buse"); + equal(RiTa.stem("happiness", type), "happi"); + equal(RiTa.stem("joyful", type), "joy"); + equal(RiTa.stem("terrible", type), "terribl"); + + var test = 'Stemming is funnier than a bummer'; + var result = 'Stem is funnier than a bummer'; + equal(RiTa.stem(test, type), result); + }); + + test("testStem(pling)", function () { + + var type = 'Pling'; + + equal(RiTa.stem("cakes", type), "cake"); + + equal(RiTa.stem("run", type), "run"); + equal(RiTa.stem("runs", type), "run"); + equal(RiTa.stem("running", type), "running"); + + equal(RiTa.stem("take", type), "take"); + equal(RiTa.stem("takes", type), "take"); + equal(RiTa.stem("taking", type), "taking"); + + equal(RiTa.stem("hide", type), "hide"); + equal(RiTa.stem("hides", type), "hide"); + equal(RiTa.stem("hiding", type), "hiding"); + + equal(RiTa.stem("become", type), "become"); + equal(RiTa.stem("becomes", type), "become"); + equal(RiTa.stem("becoming", type), "becoming"); + + equal(RiTa.stem("gases", type), "gas"); + equal(RiTa.stem("buses", type), "bus"); + equal(RiTa.stem("happiness", type), "happiness"); + equal(RiTa.stem("terrible", type), "terrible"); + + var test = "Stemming is funnier than a bummer"; + var result = "stemming is funnier than a bummer"; + // TODO: RiTa.stem(pling) JS decapitalizes input whereas the java version does not + equal(RiTa.stem(test, type), result); + }); + + test("testLTSEngine", function () { + + //getPhonemes + var result = RiTa.getPhonemes("asdfgasdasdasdasdsadasf"); + var answer = "ae-s-d-f-g-ah-s-d-ae-s-d-ae-s-d-ae-s-d-s-ao-d-ae-s-f"; + equal(result, answer); + + //getStresses + var result = RiTa.getStresses("deMOcracy, dependaBIlity, phoTOgraphy, geOLogy"); + var answer = "0/1/0/0 , 0/1/0/1/0/0 , 0/1/0/0 , 0/1/0/0"; + equal(result, answer); + + var result = RiTa.getStresses("asdfgasdasdasdasdsadasf"); + var answer = "1/0/1/1/1/1/1"; + equal(result, answer); + + //getSyllables + var result = RiTa.getSyllables("one two three four five"); + // numbers are not working also + var answer = "w-ah-n t-uw th-r-iy f-ao-r f-ay-v"; + equal(result, answer); + + var result = RiTa.getSyllables("12345"); + // numbers are not working also + var answer = "w-ah-n/t-uw/th-r-iy/f-ao-r/f-ay-v"; + equal(result, answer); + + var result = RiTa.getSyllables("1 2 3 4 5 "); + // numbers are not working also + var answer = "w-ah-n t-uw th-r-iy f-ao-r f-ay-v"; + equal(result, answer); + + var result = RiTa.getPosTags("2"); + // numbers are not working also + var answer = "cd"; + equal(result, answer); + + var result = RiTa.getSyllables("The three emperor had no clothes on."); + var answer = "dh-ah th-r-iy eh-m/p-er/er hh-ae-d n-ow k-l-ow-dh-z aa-n ."; + equal(result, answer); + + var result = RiTa.getSyllables("The 3 emperor had no clothes on."); + var answer = "dh-ah th-r-iy eh-m/p-er/er hh-ae-d n-ow k-l-ow-dh-z aa-n ."; + equal(result, answer); + + var result = RiTa.getSyllables("The 3 emperor! Had no clothes, on."); + var answer = "dh-ah th-r-iy eh-m/p-er/er ! hh-ae-d n-ow k-l-ow-dh-z , aa-n ."; + equal(result, answer); + + var result = RiTa.getSyllables("asdfgasdasdasdasdsadasf"); + var answer = "ae-s-d-f/g-ah-s/d-ae-s/d-ae-s/d-ae-s-d/s-ao/d-ae-s-f"; + equal(result, answer); + }); + + test("testPluralize", function () { + + var tests = [ + "media","medium", + "millennia", "millennium", + "consortia","consortium", + "concerti","concerto", + "septa","septum", + "termini","terminus", + "larvae","larva", + "vertebrae","vertebra", + "memorabilia","memorabilium", + "sheafs","sheaf", + "spoofs","spoof", + "proofs","proof", + "roofs","roof", + "disbeliefs","disbelief", + "indices","index", + "accomplices","accomplice" + ]; + for (var i = 0; i < tests.length; i+=2) { + equal(RiTa.pluralize(tests[i+1]),tests[i]); + } + + // uncountable + tests = [ + "turf","macaroni","spaghetti","potpourri","electrolysis" + ]; + for (var i = 0; i < tests.length; i++) { + equal(RiTa.pluralize(tests[i]),tests[i]); + } + + equal("blondes", RiTa.pluralize("blonde")); + equal("eyes", RiTa.pluralize("eye")); + equal("blondes", RiTa.pluralize("blond")); + + equal("dogs", RiTa.pluralize("dog")); + equal("feet", RiTa.pluralize("foot")); + equal("men", RiTa.pluralize("man")); + + equal("beautifuls", RiTa.pluralize("beautiful")); + equal("teeth", RiTa.pluralize("tooth")); + equal("cakes", RiTa.pluralize("cake")); + equal("kisses", RiTa.pluralize("kiss")); + equal("children", RiTa.pluralize("child")); + + equal("randomwords", RiTa.pluralize("randomword")); + equal("lice", RiTa.pluralize("louse")); + + equal("sheep", RiTa.pluralize("sheep")); + equal("shrimps", RiTa.pluralize("shrimp")); + equal("series", RiTa.pluralize("series")); + equal("mice", RiTa.pluralize("mouse")); + + equal("", RiTa.pluralize("")); + + equal(RiTa.pluralize("tomato"), "tomatoes"); + equal(RiTa.pluralize("toe"), "toes"); + + equal(RiTa.pluralize("deer"), "deer"); + equal(RiTa.pluralize("ox"), "oxen"); + + equal(RiTa.pluralize("tobacco"), "tobacco"); + equal(RiTa.pluralize("cargo"), "cargo"); + equal(RiTa.pluralize("golf"), "golf"); + equal(RiTa.pluralize("grief"), "grief"); + equal(RiTa.pluralize("wildlife"), "wildlife"); + equal(RiTa.pluralize("taxi"), "taxis"); + equal(RiTa.pluralize("Chinese"), "Chinese"); + equal(RiTa.pluralize("bonsai"), "bonsai"); + + equal(RiTa.pluralize("whiz"), "whizzes"); + equal(RiTa.pluralize("prognosis"), "prognoses"); + equal(RiTa.pluralize("gas"), "gases"); + equal(RiTa.pluralize("bus"), "buses"); + + equal("crises", RiTa.pluralize("crisis")); + equal("theses", RiTa.pluralize("thesis")); + equal("apotheses", RiTa.pluralize("apothesis")); + equal("stimuli", RiTa.pluralize("stimulus")); + equal("alumni", RiTa.pluralize("alumnus")); + equal("corpora", RiTa.pluralize("corpus")); + equal("menus", RiTa.pluralize("menu")); + + equal("hardness", RiTa.pluralize("hardness")); + equal("shortness", RiTa.pluralize("shortness")); + equal("dreariness", RiTa.pluralize("dreariness")); + equal("unwillingness", RiTa.pluralize("unwillingness")); + equal("deer", RiTa.pluralize("deer")); + equal("fish", RiTa.pluralize("fish")); + equal("moose", RiTa.pluralize("moose")); + + equal("aquatics", RiTa.pluralize("aquatics")); + equal("mechanics", RiTa.pluralize("mechanics")); + }); + + test("testSingularize", function () { + + var tests = [ + "media","medium", + "millennia", "millennium", + "consortia","consortium", + "concerti","concerto", + "septa","septum", + "termini","terminus", + "larvae","larva", + "vertebrae","vertebra", + "memorabilia","memorabilium", + "hooves","hoof", + "thieves","thief", + "rabbis","rabbi", + "flu","flu", + "safaris","safari", + "sheaves","sheaf", + "uses","use", + "pinches","pinch", + "catharses","catharsis", + "hankies","hanky" + ]; + for (var i = 0; i < tests.length; i+=2) { + equal(RiTa.singularize(tests[i]),tests[i+1]); + } + + equal(RiTa.singularize("pleae"), "pleae"); // special-cased in code + equal(RiTa.singularize("whizzes"), "whiz"); + equal(RiTa.singularize("selves"), "self"); + equal(RiTa.singularize("bookshelves"), "bookshelf"); + equal(RiTa.singularize("wheezes"), "wheeze"); + equal(RiTa.singularize("diagnoses"), "diagnosis"); + + equal("minutia", RiTa.singularize("minutia")); + equal("blonde", RiTa.singularize("blondes")); + equal("eye", RiTa.singularize("eyes")); + equal(RiTa.singularize("swine"), "swine"); + equal(RiTa.singularize("cognoscenti"), "cognoscenti"); + equal(RiTa.singularize("bonsai"), "bonsai"); + equal(RiTa.singularize("taxis"), "taxi"); + equal(RiTa.singularize("chiefs"), "chief"); + equal(RiTa.singularize("monarchs"), "monarch"); + equal(RiTa.singularize("lochs"), "loch"); + equal(RiTa.singularize("stomachs"), "stomach"); + + equal(RiTa.singularize("Chinese"), "Chinese"); + + equal(RiTa.singularize("people"), "person"); + equal(RiTa.singularize("monies"), "money"); + equal(RiTa.singularize("vertebrae"), "vertebra"); + equal(RiTa.singularize("humans"), "human"); + equal(RiTa.singularize("germans"), "german"); + equal(RiTa.singularize("romans"), "roman"); + + equal(RiTa.singularize("memoranda"), "memorandum"); + equal(RiTa.singularize("data"), "datum"); + equal(RiTa.singularize("appendices"), "appendix"); + equal(RiTa.singularize("theses"), "thesis"); + equal(RiTa.singularize("alumni"), "alumnus"); + + equal(RiTa.singularize("solos"), "solo"); + equal(RiTa.singularize("music"), "music"); + + equal(RiTa.singularize("oxen"), "ox"); + equal(RiTa.singularize("solos"), "solo"); + equal(RiTa.singularize("music"), "music"); + equal(RiTa.singularize("money"), "money"); + equal(RiTa.singularize("beef"), "beef"); + + equal(RiTa.singularize("tobacco"), "tobacco"); + equal(RiTa.singularize("cargo"), "cargo"); + equal(RiTa.singularize("golf"), "golf"); + equal(RiTa.singularize("grief"), "grief"); + + equal(RiTa.singularize("cakes"), "cake"); + + equal("dog", RiTa.singularize("dogs")); + equal("foot", RiTa.singularize("feet")); + equal("tooth", RiTa.singularize("teeth")); + equal("kiss", RiTa.singularize("kisses")); + equal("child", RiTa.singularize("children")); + equal("randomword", RiTa.singularize("randomwords")); + equal("deer", RiTa.singularize("deer")); + equal("sheep", RiTa.singularize("sheep")); + equal("shrimp", RiTa.singularize("shrimps")); + + equal(RiTa.singularize("tomatoes"), "tomato"); + equal(RiTa.singularize("photos"), "photo"); + + equal(RiTa.singularize("toes"), "toe"); + + equal(RiTa.singularize("series"), "series"); + equal(RiTa.singularize("oxen"), "ox"); + equal(RiTa.singularize("men"), "man"); + equal(RiTa.singularize("mice"), "mouse"); + equal(RiTa.singularize("lice"), "louse"); + equal(RiTa.singularize("children"), "child"); + + equal(RiTa.singularize("gases"), "gas"); + equal(RiTa.singularize("buses"), "bus"); + equal(RiTa.singularize("happiness"), "happiness"); + + equal(RiTa.singularize("crises"), "crisis"); + equal(RiTa.singularize("theses"), "thesis"); + equal(RiTa.singularize("apotheses"), "apothesis"); + equal(RiTa.singularize("stimuli"), "stimulus"); + equal(RiTa.singularize("alumni"), "alumnus"); + equal(RiTa.singularize("corpora"), "corpus"); + + equal("man", RiTa.singularize("men")); + equal("woman", RiTa.singularize("women")); + equal("congressman", RiTa.singularize("congressmen")); + equal("alderman", RiTa.singularize("aldermen")); + equal("freshman", RiTa.singularize("freshmen")); + equal("fireman", RiTa.singularize("firemen")); + equal("grandchild", RiTa.singularize("grandchildren")); + equal("menu", RiTa.singularize("menus")); + equal("guru", RiTa.singularize("gurus")); + + equal("", RiTa.singularize("")); + equal("hardness", RiTa.singularize("hardness")); + equal("shortness", RiTa.singularize("shortness")); + equal("dreariness", RiTa.singularize("dreariness")); + equal("unwillingness", RiTa.singularize("unwillingness")); + equal("deer", RiTa.singularize("deer")); + equal("fish", RiTa.singularize("fish")); + equal("ooze", RiTa.singularize("ooze")); + + equal("ooze", RiTa.singularize("ooze")); + equal("enterprise", RiTa.singularize("enterprises")); + equal("treatise", RiTa.singularize("treatises")); + equal("house", RiTa.singularize("houses")); + equal("chemise", RiTa.singularize("chemises")); + + equal("aquatics", RiTa.singularize("aquatics")); + equal("mechanics", RiTa.singularize("mechanics")); + equal("quarter", RiTa.singularize("quarters")); + + }); + + test("testGetPastParticiple", function () { + + equal(RiTa.getPastParticiple("sleep"), "slept"); + equal(RiTa.getPastParticiple("withhold"), "withheld"); + + equal(RiTa.getPastParticiple("cut"), "cut"); + equal(RiTa.getPastParticiple("go"), "gone"); + equal(RiTa.getPastParticiple("swim"), "swum"); + equal(RiTa.getPastParticiple("would"), "would"); + equal(RiTa.getPastParticiple("might"), "might"); + equal(RiTa.getPastParticiple("run"), "run"); + equal(RiTa.getPastParticiple("speak"), "spoken"); + equal(RiTa.getPastParticiple("break"), "broken"); + equal(RiTa.getPastParticiple(""), ""); + + // PROBLEMS + + equal(RiTa.getPastParticiple("awake"), "awoken"); + equal(RiTa.getPastParticiple("become"), "became"); + equal(RiTa.getPastParticiple("drink"), "drunk"); + equal(RiTa.getPastParticiple("plead"), "pled"); + equal(RiTa.getPastParticiple("run"), "run"); + equal(RiTa.getPastParticiple("shine"), "shone"); + // or shined + equal(RiTa.getPastParticiple("shrink"), "shrunk"); + // or shrunken + equal(RiTa.getPastParticiple("stink"), "stunk"); + equal(RiTa.getPastParticiple("study"), "studied"); + }); + + test("testGetPresentParticiple", function () { + + equal(RiTa.getPresentParticiple("sleep"), "sleeping"); + equal(RiTa.getPresentParticiple("withhold"), "withholding"); + + equal(RiTa.getPresentParticiple("cut"), "cutting"); + equal(RiTa.getPresentParticiple("go"), "going"); + equal(RiTa.getPresentParticiple("run"), "running"); + equal(RiTa.getPresentParticiple("speak"), "speaking"); + equal(RiTa.getPresentParticiple("break"), "breaking"); + equal(RiTa.getPresentParticiple("become"), "becoming"); + equal(RiTa.getPresentParticiple("plead"), "pleading"); + equal(RiTa.getPresentParticiple("awake"), "awaking"); + equal(RiTa.getPresentParticiple("study"), "studying"); + + equal(RiTa.getPresentParticiple("lie"), "lying"); + equal(RiTa.getPresentParticiple("swim"), "swimming"); + equal(RiTa.getPresentParticiple("run"), "running"); + equal(RiTa.getPresentParticiple("dig"), "digging"); + equal(RiTa.getPresentParticiple("set"), "setting"); + equal(RiTa.getPresentParticiple("speak"), "speaking"); + equal(RiTa.getPresentParticiple("bring"), "bringing"); + equal(RiTa.getPresentParticiple("speak"), "speaking"); + + equal(RiTa.getPresentParticiple("study "), "studying"); + //space + equal(RiTa.getPresentParticiple(" study"), "studying"); + //space + equal(RiTa.getPresentParticiple("study "), "studying"); + //double space + equal(RiTa.getPresentParticiple(" study"), "studying"); + //double space + equal(RiTa.getPresentParticiple("study "), "studying"); + //tab space + equal(RiTa.getPresentParticiple(" study"), "studying"); + //tab space + equal(RiTa.getPresentParticiple(""), ""); + }); + + test("testConcordance", function () { + + var data = RiTa.concordance("The dog ate the cat"); + + equal(Object.keys(data).length, 5); + equal(data["the"], 1); + equal(data["The"], 1); + equal(data["THE"], undefined); + + data = RiTa.concordance("The dog ate the cat", { + ignoreCase: false, + ignoreStopWords: false, + ignorePunctuation: false, + }); + + equal(Object.keys(data).length, 5); // same results + equal(data["the"], 1); + equal(data["The"], 1); + equal(data["THE"], undefined); + + data = RiTa.concordance("The dog ate the cat", { + ignoreCase: true + }); + + equal(Object.keys(data).length, 4); + equal(data["the"], 2); + equal(data["The"], undefined); + equal(data["THE"], undefined); + }); + + test("testKwic", function () { + var s = "The dog ate the cat. The bear Ate the honey"; + var lines = RiTa.kwic(s, "ate"); + equal(lines.length, 1); + var opts = { + ignoreCase: true + }; + lines = RiTa.kwic(s, "ate", opts); + equal(lines.length, 2); + }); + + test("testConjugate", function () { + + // TODO: Check against RiTa-java (why are these all doubling?) + + var args = { + tense: RiTa.PRESENT_TENSE, + number: RiTa.SINGULAR, + person: RiTa.THIRD_PERSON + }; + + s = ["swim", "need", "open"]; + a = ["swims", "needs", "opens"]; + + for (var i = 0; i < s.length; i++) { + c = RiTa.conjugate(s[i], args); + equal(c, a[i]); + } + + var args = { + tense: RiTa.PRESENT_TENSE, + number: RiTa.SINGULAR, + person: RiTa.THIRD_PERSON, + passive: true + }; + + a = ["is swum", "is needed", "is opened"]; + for (var i = 0; i < s.length; i++) { + c = RiTa.conjugate(s[i], args); + equal(c, a[i]); + } + + ///////////////////////////////////////////////// + + var args = { + number: RiTa.SINGULAR, + person: RiTa.FIRST_PERSON, + tense: RiTa.PAST_TENSE + }; + + var c = RiTa.conjugate("swim", args); + equal(c, "swam"); + + var s = ["swim", "need", "open", ""]; + var a = ["swam", "needed", "opened", ""]; + + ok(a.length === s.length); + + for (var i = 0; i < s.length; i++) { + var c = RiTa.conjugate(s[i], args); + equal(c, a[i]); + } + + equal("swum", RiTa.getPastParticiple("swim")); + + var args = { + number: RiTa.PLURAL, + person: RiTa.SECOND_PERSON, + tense: RiTa.PAST_TENSE + }; + + var a = ["swam", "needed", "opened", ""]; + ok(a.length === s.length); + + for (var i = 0; i < s.length; i++) { + var c = RiTa.conjugate(s[i], args); + equal(c, a[i]); + } + + var args = { + number: RiTa.PLURAL, + person: RiTa.SECOND_PERSON, + tense: RiTa.FUTURE_TENSE + }; + a = ["will swim", "will need", "will open", ""]; + ok(a.length === s.length); + + for (var i = 0; i < s.length; i++) { + c = RiTa.conjugate(s[i], args); + equal(c, a[i]); + } + + var args = { + tense: RiTa.PAST_TENSE, + number: RiTa.SINGULAR, + person: RiTa.THIRD_PERSON + }; + a = ["swam", "needed", "opened", ""]; + ok(a.length === s.length); + for (var i = 0; i < s.length; i++) { + c = RiTa.conjugate(s[i], args); + equal(c, a[i]); + } + + var args = { + tense: RiTa.PAST_TENSE, + number: RiTa.SINGULAR, + person: RiTa.THIRD_PERSON, + form: RiTa.INFINITIVE + }; + a = ["to swim", "to need", "to open", ""]; + ok(a.length === s.length); + for (var i = 0; i < s.length; i++) { + c = RiTa.conjugate(s[i], args); + equal(c, a[i]); + } + + var args = { + tense: RiTa.PAST_TENSE, + number: RiTa.SINGULAR, + person: RiTa.THIRD_PERSON, + passive: true + }; + + s = ["scorch", "burn", "hit", ""]; + a = ["was scorched", "was burned", "was hit", ""]; + ok(a.length === s.length); + for (var i = 0; i < s.length; i++) { + c = RiTa.conjugate(s[i], args); + equal(c, a[i]); + } + + s = ["swim", "need", "open", ""]; + var args = { + tense: RiTa.PRESENT_TENSE, + number: RiTa.SINGULAR, + person: RiTa.THIRD_PERSON, + form: RiTa.INFINITIVE, + progressive: true + }; + a = ["to be swimming", "to be needing", "to be opening", ""]; + ok(a.length === s.length); + for (var i = 0; i < s.length; i++) { + c = RiTa.conjugate(s[i], args); + equal(c, a[i]); + } + + var args = { + tense: RiTa.PRESENT_TENSE, + number: RiTa.SINGULAR, + person: RiTa.THIRD_PERSON, + form: RiTa.INFINITIVE, + perfect: true + }; + a = ["to have swum", "to have needed", "to have opened", ""]; + ok(a.length === s.length); + for (var i = 0; i < s.length; i++) { + c = RiTa.conjugate(s[i], args); + equal(c, a[i]); + } + + var args = { + number: RiTa.PLURAL, + person: RiTa.SECOND_PERSON, + tense: RiTa.PAST_TENSE + }; + equal(RiTa.conjugate("barter", args), "bartered"); + equal(RiTa.conjugate("run", args), "ran"); + + s = ["compete", "complete", "eject"]; + a = ["competed", "completed", "ejected"]; + ok(a.length === s.length); + for (var i = 0; i < s.length; i++) { + c = RiTa.conjugate(s[i], args); + equal(c, a[i]); + } + }); + + } // end runtests + +if (typeof exports != 'undefined') runtests(); diff --git a/node_modules/rita/test/UrlLoading-tests.js b/node_modules/rita/test/UrlLoading-tests.js new file mode 100644 index 0000000..53ebaab --- /dev/null +++ b/node_modules/rita/test/UrlLoading-tests.js @@ -0,0 +1,491 @@ +/*global console, test, throws, equal, fail, notEqual, expect, require, ok, + QUnit, RiTa, RiString, RiGrammar, RiMarkov, RiLexicon */ + +var runtests = function() { + + // only check this for local tests + var allowLocalWebServer = typeof process != 'undefined' + && (!process.env.CI && process.env.ALLOW_URL_TESTS); + + RiTa.SILENT = 1; + + var filePath = (typeof module != 'undefined' && module.exports) ? "./test/html/data/" : "./data/" + + QUnit.module("UrlLoading", { + + setup: function() {}, + teardown: function() {} + }); + + asyncTest("RiTa.loadString1(file)", function() { + + RiTa.loadString(filePath + "sentence1.json", function(s) { + ok(s && s.length > 100); + //console.log(s); + ok(JSON.parse(s)); + start(); + }); + }); + + asyncTest("RiTa.loadString2(file)", function() { + + RiTa.loadString(filePath + "sentence2.json", function(s) { + ok(s && s.length > 100); + ok(JSON.parse(s)); + start(); + }); + }); + + asyncTest("RiTa.loadStrings1(file)", function() { + + RiTa.loadStrings(filePath + "sentence1.json", function(s) { + ok(s && s.length > 1); + //console.log(s); + ok(JSON.parse(s.join('\n'))); + start(); + }); + }); + + asyncTest("RiTa.loadStrings2(file)", function() { + + RiTa.loadStrings(filePath + "sentence2.json", function(s) { + ok(s && s.length > 1); + ok(JSON.parse(s.join('\n'))); + start(); + }); + }); + + asyncTest("RiTa.testLoadConcordance", function () { // SLOW + + RiTa.loadString(filePath + "kafka.txt", function (txt) { + + // test with all false + var args = { + ignoreCase: false, + ignorePunctuation: false, + ignoreStopWords: false + } + data = RiTa.concordance(txt, args); + ok(data["Gregor"] == 199); + ok(data["Gregor"] + data["Gregor's"] == 298); + ok(data["sister"] == 96); + ok(data["sister"] + data["sister's"] == 101); + ok(data["here"] == 19); + ok(data["the"] == 1097); + ok(data["The"] == 51); + ok(data[","] == 1292); + ok(data["."] == 737); + + + // test all true + var nUppercaseFather = data["Father"]; + var nLowercaseFather = data["father"]; + args.ignoreCase = true; + args.ignorePunctuation = true; + args.ignoreStopWords = true; + data = RiTa.concordance(txt, args); + ok(data["gregor"] + data["gregor's"] == 298); + ok(data["sister"] + data["sister's"] == 101); + equal(data["here"], null); + equal(data["the"], null); + equal(data[","], null); + equal(data["."], null); + ok(data["father"] == nUppercaseFather + nLowercaseFather); + + // test ignoreCase + args.ignoreCase = true; + args.ignorePunctuation = false; + args.ignoreStopWords = false; + data = RiTa.concordance(txt, args); + ok(data["father"] == nUppercaseFather + nLowercaseFather); + + // test ignorePunctuation + args.ignoreCase = false; + args.ignorePunctuation = true; + args.ignoreStopWords = false; + data = RiTa.concordance(txt, args); + equal(data[","], null); + equal(data["."], null); + + // test ignoreStopWords + args.ignoreCase = false; + args.ignorePunctuation = false; + args.ignoreStopWords = true; + data = RiTa.concordance(txt, args); + equal(data["here"], null); + equal(data["the"], null); + + // test ignoreStopWords and ignorePunctuation + args.ignoreCase = false; + args.ignorePunctuation = true; + args.ignoreStopWords = true; + data = RiTa.concordance(txt, args); + equal(data[","], null); + equal(data["."], null); + equal(data["here"], null); + equal(data["the"], null); + + // test ignoreStopWords and ignoreCase + args.ignoreCase = true; + args.ignorePunctuation = false; + args.ignoreStopWords = true; + data = RiTa.concordance(txt, args); + ok(data["father"] == nUppercaseFather + nLowercaseFather); + equal(data["here"], null); + equal(data["the"], null); + + // test ignorePunctuation and ignoreCase + args.ignoreCase = true; + args.ignorePunctuation = true; + args.ignoreStopWords = false; + data = RiTa.concordance(txt, args); + ok(data["father"] == nUppercaseFather + nLowercaseFather); + equal(data[","], null); + equal(data["."], null); + + // test wordsToIgnore + args.wordsToIgnore = ["father", "sister"]; + args.ignoreCase = false; + args.ignorePunctuation = false; + args.ignoreStopWords = false; + data = RiTa.concordance(txt, args); + equal(data["father"], null); + equal(data["sister"], null); + + start(); + }); + }); + + asyncTest("RiTa.testLoadKwicModel", function () { + + RiTa.loadString(filePath + "kafka.txt", function (txt) { + + var args = { + ignoreCase: false, + ignorePunctuation: false, + ignoreStopWords: false + } + + // test ignorePunctuation + args.ignorePunctuation = false; + lines = RiTa.kwic(txt, ",", args); + equal(lines.length, 1091); + args.ignorePunctuation = true; + lines = RiTa.kwic(txt, ",", args); + equal(lines.length, 0); + + // test ignoreCase + args.wordCount = 4; + args.ignoreCase = true; + lines = RiTa.kwic(txt, "eventually", args); + equal(lines.length, 2); + args.ignoreCase = false; + lines = RiTa.kwic(txt, "eventually", args); + equal(lines.length, 1); + + // test ignoreStopWords + lines = RiTa.kwic(txt, "here", args); + equal(lines.length, 19); + args.ignoreStopWords = true; + lines = RiTa.kwic(txt, "here", args); + equal(lines.length, 0); + + // test wordCount + args.wordCount = 6; + args.ignoreCase = false; + lines = RiTa.kwic(txt, "sister", args); + for (var i = 0; i < lines.length; i++) { + var length = RiTa.tokenize(lines[i]).length; + equal(length, 6 + 1 + 6); + } + + // test wordsToIgnore + args.wordsToIgnore = ["father", "sister"]; + lines = RiTa.kwic(txt, "father", args); + equal(lines.length, 0); + lines = RiTa.kwic(txt, "sister", args); + equal(lines.length, 0); + + // test against issue #169 + args.wordCount = 6; + lines = RiTa.kwic(txt, "door", args); + equal(lines.length, 86); + + start(); + }); + }); + + // RiGrammar + ////////////////////////////////////////////////////////////////////////////////////// + + var sentenceGrammar = { + "" : " .", + "" : " ", + "" : " | [0.1]", + "" : "a [0.1] | the", + "" : "woman | man", + "" : "shoots" + }; + + var sentenceGrammar2 = { + "" : " .", + "" : " ", + "" : [ "a [0.1]", "the" ], + "" : [ " [0.1]", "" ], + "" : ["woman", "man"], + "" : "shoots" + }; + + asyncTest("RiGrammar.loadFrom(file)", function() { + + var rg1 = new RiGrammar(); + rg1.loadFrom(filePath + "sentence1.json"); + + var rg2 = RiGrammar(JSON.stringify(sentenceGrammar)); + var rg3 = RiGrammar(JSON.stringify(sentenceGrammar2)); + + var ts = +new Date(); + var id = setInterval(function() { + + if (rg1.ready()) { + + ok(rg1); + deepEqual(rg1, rg2); + deepEqual(rg1, rg3); + start(); + clearInterval(id); + } + else { + + var now = +new Date(); + if (now - ts > 5000) { + equal("no result", 0); + start(); + clearInterval(id); + } + } + + }, 50); + }); + + asyncTest("RiGrammar.loadFrom2(file)", function() { + + var rg1 = new RiGrammar(); + rg1.loadFrom(filePath + "sentence2.json"); + var rg2 = RiGrammar(JSON.stringify(sentenceGrammar)); + var rg3 = RiGrammar(JSON.stringify(sentenceGrammar2)); + + var ts = +new Date(); + var id = setInterval(function() { + + if (rg1.ready()) { + + ok(rg1); + deepEqual(rg1, rg2); + deepEqual(rg1, rg3); + start(); + clearInterval(id); + } + else { + + var now = +new Date(); + if (now - ts > 5000) { + equal("no result", 0); + start(); + clearInterval(id); + } + } + + }, 50); + }); + + asyncTest("RiGrammar.loadFrom3(file)", function() { + + var rg1 = new RiGrammar(); + rg1.loadFrom(filePath + "sentence1.yaml"); + + var rg2 = RiGrammar(JSON.stringify(sentenceGrammar)); + var rg3 = RiGrammar(JSON.stringify(sentenceGrammar2)); + + var ts = +new Date(); + var id = setInterval(function() { + + if (rg1.ready()) { + + ok(rg1); + deepEqual(rg1, rg2); + deepEqual(rg1, rg3); + start(); + clearInterval(id); + } + else { + + var now = +new Date(); + if (now - ts > 5000) { + equal("no result", 0); + start(); + clearInterval(id); + } + } + + }, 50); + }); + + asyncTest("RiGrammar.loadFrom4(file)", function() { + + var rg1 = new RiGrammar(); + rg1.loadFrom(filePath + "sentence2.yaml"); + var rg2 = RiGrammar(JSON.stringify(sentenceGrammar)); + var rg3 = RiGrammar(JSON.stringify(sentenceGrammar2)); + + var ts = +new Date(); + var id = setInterval(function() { + + if (rg1.ready()) { + + ok(rg1); + deepEqual(rg1, rg2); + deepEqual(rg1, rg3); + + start(); + clearInterval(id); + } + else { + + var now = +new Date(); + if (now - ts > 5000) { + equal("no result", 0); + start(); + clearInterval(id); + } + } + + }, 50); + }); + + // RiMarkov + ////////////////////////////////////////////////////////////////////////////////// + + asyncTest("RiMarkov.loadFromFile", function() { + + var rm = new RiMarkov(2); + rm.loadFrom(filePath + "kafka.txt"); + + var ts = +new Date(); + var id = setInterval(function() { + + if (rm.ready()) { + + ok(rm.size()); + // TODO: 1 or 2 more better tests here + + clearInterval(id); + start(); + + } else { + + //console.log("waiting..."); + var now = +new Date(); + if (now - ts > 5000) { + equal("no result", 0); + start(); + clearInterval(id); + } + } + + }, 50); + }); + + // SOME TESTS ON THE LOCAL WEBSERVER -- ignore unless allowLocalWebServer set at top + if (allowLocalWebServer) { + + var serverPath = "http://localhost/ritajs/test/html/data/"; + + asyncTest("RiTa.loadString1(url)", function() { + + RiTa.loadString(serverPath+"sentence1.json", function(s) { + + ok(s && s.length > 100); + //console.log("JSON:",s); + ok(JSON.parse(s)); + start(); + }); + }); + + asyncTest("RiTa.loadString2(url)", function() { + + RiTa.loadString(serverPath+"kafka.txt", function(s) { + ok(s && s.length > 65536); + start(); + }); + }); + + asyncTest("RiGrammar.loadFrom(Url)", function() { + + var grammar = new RiGrammar(); + grammar.loadFrom(serverPath+"/haikuGrammar.json"); + + var ts = +new Date(); + var id = setInterval(function() { + if (grammar.ready()) { + ok(grammar); + start(); + clearInterval(id); + } else { + var now = +new Date(); + if (now - ts > 5000) { + equal("no result", 0); + start(); + clearInterval(id); + } + } + + }, 50); + }); + + asyncTest("RiMarkov.loadFromUrl", function() { // SLOW + + var rm = new RiMarkov(3); + rm.loadFrom(serverPath+"kafka.txt"); + + var ts = +new Date(); + var id = setInterval(function() { + + if (rm.ready()) { + //console.log("RiMarkov.loadFromUrl: "+rm.size()); + ok(rm.size()); + var s = rm.generateSentence(); + //console.log("RiMarkov.loadFromUrl: "+s); + ok(s); + + // TODO: 2 more better tests here + clearInterval(id); + start(); + + } else { + + var now = +new Date(); + if (now - ts > 5000) { + equal("no result", 0); + start(); + clearInterval(id); + } + } + }, 50); + }); + } + else { + console.log("[INFO] UrlLoading: skipping webserver tests"); + } + +}// end runtests + +if (typeof exports != 'undefined') { + try { + YAML = require('yamljs'); + } + catch(e) { + console.log("[WARN] require() didn't find a YAML parser"); + } + runtests(); +} diff --git a/node_modules/rita/test/html/data/haikuGrammar.json b/node_modules/rita/test/html/data/haikuGrammar.json new file mode 100644 index 0000000..b026d54 --- /dev/null +++ b/node_modules/rita/test/html/data/haikuGrammar.json @@ -0,0 +1,10 @@ +{ + "": "<5-line> % <7-line> % <5-line>", + "<5-line>": "<1> <4> |<1> <3> <1> |<1> <1> <3> | <1> <2> <2> | <1> <2> <1> <1> | <1> <1> <2> <1> | <1> <1> <1> <2> | <1> <1> <1> <1> <1> | <2> <3> | <2> <2> <1> | <2> <1> <2> | <2> <1> <1> <1> | <3> <2> | <3> <1> <1> | <4> <1> | <5>", + "<7-line>": "<1> <1> <5-line> | <2> <5-line> | <5-line> <1> <1> | <5-line> <2>", + "<1>": "red | white | black | sky | dawns | breaks | falls | leaf | rain | pool | my | your | sun | clouds | blue | green | night | day | dawn | dusk | birds | fly | grass | tree | branch | through | hell | zen | smile | gray | wave | sea | through | sound | mind | smoke | cranes | fish", + "<2>": "drifting | purple | mountains | skyline | city | faces | toward | empty | buddhist | temple | japan | under | ocean | thinking | zooming | rushing | over | rice field | rising | falling | sparkling | snowflake", + "<3>": "sunrises | pheasant farms | people farms | samurai | juniper | fishing boats | far away | kimonos | evenings | peasant rain | sad snow fall", + "<4>": "aluminum | yakitori | the east village | west of the sun | chrysanthemums | cherry blossoms", + "<5>": "resolutional | non-elemental | rolling foothills rise | toward mountains higher | out over this country | in the springtime again" +} \ No newline at end of file diff --git a/node_modules/rita/test/html/data/haikuGrammar.yaml b/node_modules/rita/test/html/data/haikuGrammar.yaml new file mode 100644 index 0000000..a81579f --- /dev/null +++ b/node_modules/rita/test/html/data/haikuGrammar.yaml @@ -0,0 +1,9 @@ +--- +: <5-line> % <7-line> % <5-line> +<5-line>: <1> <4> |<1> <3> <1> |<1> <1> <3> | <1> <2> <2> | <1> <2> <1> <1> | <1> <1> <2> <1> | <1> <1> <1> <2> | <1> <1> <1> <1> <1> | <2> <3> | <2> <2> <1> | <2> <1> <2> | <2> <1> <1> <1> | <3> <2> | <3> <1> <1> | <4> <1> | <5> +<7-line>: <1> <1> <5-line> | <2> <5-line> | <5-line> <1> <1> | <5-line> <2> +<1>: red | white | black | sky | dawns | breaks | falls | leaf | rain | pool | my | your | sun | clouds | blue | green | night | day | dawn | dusk | birds | fly | grass | tree | branch | through | hell | zen | smile | gray | wave | sea | through | sound | mind | smoke | cranes | fish +<2>: drifting | purple | mountains | skyline | city | faces | toward | empty | buddhist | temple | japan | under | ocean | thinking | zooming | rushing | over | rice field | rising | falling | sparkling | snowflake +<3>: sunrises | pheasant farms | people farms | samurai | juniper | fishing boats | far away | kimonos | evenings | peasant rain | sad snow fall +<4>: aluminum | yakitori | the east village | west of the sun | chrysanthemums | cherry blossoms +<5>: resolutional | non-elemental | rolling foothills rise | toward mountains higher | out over this country | in the springtime again diff --git a/node_modules/rita/test/html/data/haikuGrammar2.json b/node_modules/rita/test/html/data/haikuGrammar2.json new file mode 100644 index 0000000..0bf6fb5 --- /dev/null +++ b/node_modules/rita/test/html/data/haikuGrammar2.json @@ -0,0 +1,122 @@ +{ + "": [ + "<5-line> % <7-line> % <5-line>" + ], + "<5-line>": [ + "<1> <4>", + "<1> <3> <1>", + "<1> <1> <3>", + "<1> <2> <2>", + "<1> <2> <1> <1>", + "<1> <1> <2> <1>", + "<1> <1> <1> <2>", + "<1> <1> <1> <1> <1>", + "<2> <3>", + "<2> <2> <1>", + "<2> <1> <2>", + "<2> <1> <1> <1>", + "<3> <2>", + "<3> <1> <1>", + "<4> <1>", + "<5>" + ], + "<7-line>": [ + "<1> <1> <5-line>", + "<2> <5-line>", + "<5-line> <1> <1>", + "<5-line> <2>" + ], + "<1>": [ + "red", + "white", + "black", + "sky", + "dawns", + "breaks", + "falls", + "leaf", + "rain", + "pool", + "my", + "your", + "sun", + "clouds", + "blue", + "green", + "night", + "day", + "dawn", + "dusk", + "birds", + "fly", + "grass", + "tree", + "branch", + "through", + "hell", + "zen", + "smile", + "gray", + "wave", + "sea", + "through", + "sound", + "mind", + "smoke", + "cranes", + "fish" + ], + "<2>": [ + "drifting", + "purple", + "mountains", + "skyline", + "city", + "faces", + "toward", + "empty", + "buddhist", + "temple", + "japan", + "under", + "ocean", + "thinking", + "zooming", + "rushing", + "over", + "rice field", + "rising", + "falling", + "sparkling", + "snowflake" + ], + "<3>": [ + "sunrises", + "pheasant farms", + "people farms", + "samurai", + "juniper", + "fishing boats", + "far away", + "kimonos", + "evenings", + "peasant rain", + "sad snow fall" + ], + "<4>": [ + "aluminum", + "yakitori", + "the east village", + "west of the sun", + "chrysanthemums", + "cherry blossoms" + ], + "<5>": [ + "resolutional", + "non-elemental", + "rolling foothills rise", + "toward mountains higher", + "out over this country", + "in the springtime again" + ] +} \ No newline at end of file diff --git a/node_modules/rita/test/html/data/haikuGrammar2.yaml b/node_modules/rita/test/html/data/haikuGrammar2.yaml new file mode 100644 index 0000000..e62a4df --- /dev/null +++ b/node_modules/rita/test/html/data/haikuGrammar2.yaml @@ -0,0 +1,120 @@ +--- +: + - <5-line> % <7-line> % <5-line> + +<5-line>: + - <1> <4> + - <1> <3> <1> + - <1> <1> <3> + - <1> <2> <2> + - <1> <2> <1> <1> + - <1> <1> <2> <1> + - <1> <1> <1> <2> + - <1> <1> <1> <1> <1> + - <2> <3> + - <2> <2> <1> + - <2> <1> <2> + - <2> <1> <1> <1> + - <3> <2> + - <3> <1> <1> + - <4> <1> + - <5> + +<7-line>: + - <1> <1> <5-line> + - <2> <5-line> + - <5-line> <1> <1> + - <5-line> <2> + +<1>: + - red + - white + - black + - sky + - dawns + - breaks + - falls + - leaf + - rain + - pool + - my + - your + - sun + - clouds + - blue + - green + - night + - day + - dawn + - dusk + - birds + - fly + - grass + - tree + - branch + - through + - hell + - zen + - smile + - gray + - wave + - sea + - through + - sound + - mind + - smoke + - cranes + - fish + +<2>: + - drifting + - purple + - mountains + - skyline + - city + - faces + - toward + - empty + - buddhist + - temple + - japan + - under + - ocean + - thinking + - zooming + - rushing + - over + - rice field + - rising + - falling + - sparkling + - snowflake + +<3>: + - sunrises + - pheasant farms + - people farms + - samurai + - juniper + - fishing boats + - far away + - kimonos + - evenings + - peasant rain + - sad snow fall + +<4>: + - aluminum + - yakitori + - the east village + - west of the sun + - chrysanthemums + - cherry blossoms + +<5>: + - resolutional + - non-elemental + - rolling foothills rise + - toward mountains higher + - out over this country + - in the springtime again diff --git a/node_modules/rita/test/html/data/kafka.txt b/node_modules/rita/test/html/data/kafka.txt new file mode 100644 index 0000000..ac79311 --- /dev/null +++ b/node_modules/rita/test/html/data/kafka.txt @@ -0,0 +1,2196 @@ +One morning, when Gregor Samsa woke from troubled dreams, he +found himself transformed in his bed into a horrible vermin. +He lay on his armour-like back, and if he lifted his head a +little he could see his brown belly, slightly domed and +divided by arches into stiff sections. The bedding was +hardly able to cover it and seemed ready to slide off any +moment. His many legs, pitifully thin compared with the +size of the rest of him, waved about helplessly as he +looked. + +"What's happened to me?" he thought. It wasn't a dream. +His room, a proper human room although a little too small, +lay peacefully between its four familiar walls. A +collection of textile samples lay spread out on the table - +Samsa was a travelling salesman - and above it there hung a +picture that he had recently cut out of an illustrated +magazine and housed in a nice, gilded frame. It showed a +lady fitted out with a fur hat and fur boa who sat upright, +raising a heavy fur muff that covered the whole of her lower +arm towards the viewer. + +Gregor then turned to look out the window at the dull +weather. Drops of rain could be heard hitting the pane, +which made him feel quite sad. "How about if I sleep a +little bit longer and forget all this nonsense", he thought, +but that was something he was unable to do because he was +used to sleeping on his right, and in his present state +couldn't get into that position. However hard he threw +himself onto his right, he always rolled back to where he +was. He must have tried it a hundred times, shut his eyes +so that he wouldn't have to look at the floundering legs, +and only stopped when he began to feel a mild, dull pain +there that he had never felt before. + +"Oh, God", he thought, "what a strenuous career it is that +I've chosen! Travelling day in and day out. Doing business +like this takes much more effort than doing your own +business at home, and on top of that there's the curse of +travelling, worries about making train connections, bad and +irregular food, contact with different people all the time +so that you can never get to know anyone or become friendly +with them. It can all go to Hell!" He felt a slight itch +up on his belly; pushed himself slowly up on his back +towards the headboard so that he could lift his head better; +found where the itch was, and saw that it was covered with +lots of little white spots which he didn't know what to make +of; and when he tried to feel the place with one of his legs +he drew it quickly back because as soon as he touched it he +was overcome by a cold shudder. + +He slid back into his former position. "Getting up early +all the time", he thought, "it makes you stupid. You've got +to get enough sleep. Other travelling salesmen live a life +of luxury. For instance, whenever I go back to the guest +house during the morning to copy out the contract, these +gentlemen are always still sitting there eating their +breakfasts. I ought to just try that with my boss; I'd get +kicked out on the spot. But who knows, maybe that would be +the best thing for me. If I didn't have my parents to think +about I'd have given in my notice a long time ago, I'd have +gone up to the boss and told him just what I think, tell him +everything I would, let him know just what I feel. He'd +fall right off his desk! And it's a funny sort of business +to be sitting up there at your desk, talking down at your +subordinates from up there, especially when you have to go +right up close because the boss is hard of hearing. Well, +there's still some hope; once I've got the money together to +pay off my parents' debt to him - another five or six years +I suppose - that's definitely what I'll do. That's when +I'll make the big change. First of all though, I've got to +get up, my train leaves at five." + +And he looked over at the alarm clock, ticking on the chest +of drawers. "God in Heaven!" he thought. It was half past +six and the hands were quietly moving forwards, it was even +later than half past, more like quarter to seven. Had the +alarm clock not rung? He could see from the bed that it had +been set for four o'clock as it should have been; it +certainly must have rung. Yes, but was it possible to +quietly sleep through that furniture-rattling noise? True, +he had not slept peacefully, but probably all the more +deeply because of that. What should he do now? The next +train went at seven; if he were to catch that he would have +to rush like mad and the collection of samples was still not +packed, and he did not at all feel particularly fresh and +lively. And even if he did catch the train he would not +avoid his boss's anger as the office assistant would have +been there to see the five o'clock train go, he would have +put in his report about Gregor's not being there a long time +ago. The office assistant was the boss's man, spineless, +and with no understanding. What about if he reported sick? +But that would be extremely strained and suspicious as in +fifteen years of service Gregor had never once yet been ill. +His boss would certainly come round with the doctor from the +medical insurance company, accuse his parents of having a +lazy son, and accept the doctor's recommendation not to make +any claim as the doctor believed that no-one was ever ill +but that many were workshy. And what's more, would he have +been entirely wrong in this case? Gregor did in fact, apart +from excessive sleepiness after sleeping for so long, feel +completely well and even felt much hungrier than usual. + +He was still hurriedly thinking all this through, unable to +decide to get out of the bed, when the clock struck quarter +to seven. There was a cautious knock at the door near his +head. "Gregor", somebody called - it was his mother - "it's +quarter to seven. Didn't you want to go somewhere?" That +gentle voice! Gregor was shocked when he heard his own +voice answering, it could hardly be recognised as the voice +he had had before. As if from deep inside him, there was a +painful and uncontrollable squeaking mixed in with it, the +words could be made out at first but then there was a sort +of echo which made them unclear, leaving the hearer unsure +whether he had heard properly or not. Gregor had wanted to +give a full answer and explain everything, but in the +circumstances contented himself with saying: "Yes, mother, +yes, thank-you, I'm getting up now." The change in Gregor's +voice probably could not be noticed outside through the +wooden door, as his mother was satisfied with this +explanation and shuffled away. But this short conversation +made the other members of the family aware that Gregor, +against their expectations was still at home, and soon his +father came knocking at one of the side doors, gently, but +with his fist. "Gregor, Gregor", he called, "what's wrong?" +And after a short while he called again with a warning +deepness in his voice: "Gregor! Gregor!" At the other side +door his sister came plaintively: "Gregor? Aren't you well? +Do you need anything?" + +Gregor answered to both sides: "I'm ready, now", making an +effort to remove all the strangeness from his voice by +enunciating very carefully and putting long pauses between +each, individual word. His father went back to his +breakfast, but his sister whispered: "Gregor, open the door, +I beg of you." Gregor, however, had no thought of opening +the door, and instead congratulated himself for his cautious +habit, acquired from his travelling, of locking all doors at +night even when he was at home. + +The first thing he wanted to do was to get up in peace +without being disturbed, to get dressed, and most of all to +have his breakfast. Only then would he consider what to do +next, as he was well aware that he would not bring his +thoughts to any sensible conclusions by lying in bed. He +remembered that he had often felt a slight pain in bed, +perhaps caused by lying awkwardly, but that had always +turned out to be pure imagination and he wondered how his +imaginings would slowly resolve themselves today. He did +not have the slightest doubt that the change in his voice +was nothing more than the first sign of a serious cold, +which was an occupational hazard for travelling salesmen. + +It was a simple matter to throw off the covers; he only had +to blow himself up a little and they fell off by themselves. +But it became difficult after that, especially as he was so +exceptionally broad. He would have used his arms and his +hands to push himself up; but instead of them he only had +all those little legs continuously moving in different +directions, and which he was moreover unable to control. If +he wanted to bend one of them, then that was the first one +that would stretch itself out; and if he finally managed to +do what he wanted with that leg, all the others seemed to be +set free and would move about painfully. "This is +something that can't be done in bed", Gregor said to +himself, "so don't keep trying to do it". + +The first thing he wanted to do was get the lower part of +his body out of the bed, but he had never seen this lower +part, and could not imagine what it looked like; it turned +out to be too hard to move; it went so slowly; and finally, +almost in a frenzy, when he carelessly shoved himself +forwards with all the force he could gather, he chose the +wrong direction, hit hard against the lower bedpost, and +learned from the burning pain he felt that the lower part of +his body might well, at present, be the most sensitive. + +So then he tried to get the top part of his body out of the +bed first, carefully turning his head to the side. This he +managed quite easily, and despite its breadth and its +weight, the bulk of his body eventually followed slowly in +the direction of the head. But when he had at last got his +head out of the bed and into the fresh air it occurred to +him that if he let himself fall it would be a miracle if his +head were not injured, so he became afraid to carry on +pushing himself forward the same way. And he could not +knock himself out now at any price; better to stay in bed +than lose consciousness. + +It took just as much effort to get back to where he had been +earlier, but when he lay there sighing, and was once more +watching his legs as they struggled against each other even +harder than before, if that was possible, he could think of +no way of bringing peace and order to this chaos. He told +himself once more that it was not possible for him to stay +in bed and that the most sensible thing to do would be to +get free of it in whatever way he could at whatever +sacrifice. At the same time, though, he did not forget to +remind himself that calm consideration was much better than +rushing to desperate conclusions. At times like this he +would direct his eyes to the window and look out as clearly +as he could, but unfortunately, even the other side of the +narrow street was enveloped in morning fog and the view had +little confidence or cheer to offer him. "Seven o'clock, +already", he said to himself when the clock struck again, +"seven o'clock, and there's still a fog like this." And he +lay there quietly a while longer, breathing lightly as if he +perhaps expected the total stillness to bring things back to +their real and natural state. + +But then he said to himself: "Before it strikes quarter past +seven I'll definitely have to have got properly out of bed. +And by then somebody will have come round from work to ask +what's happened to me as well, as they open up at work +before seven o'clock." And so he set himself to the task of +swinging the entire length of his body out of the bed all at +the same time. If he succeeded in falling out of bed in +this way and kept his head raised as he did so he could +probably avoid injuring it. His back seemed to be quite +hard, and probably nothing would happen to it falling onto +the carpet. His main concern was for the loud noise he was +bound to make, and which even through all the doors would +probably raise concern if not alarm. But it was something +that had to be risked. + +When Gregor was already sticking half way out of the bed - +the new method was more of a game than an effort, all he had +to do was rock back and forth - it occurred to him how +simple everything would be if somebody came to help him. +Two strong people - he had his father and the maid in mind - +would have been more than enough; they would only have to +push their arms under the dome of his back, peel him away +from the bed, bend down with the load and then be patient +and careful as he swang over onto the floor, where, +hopefully, the little legs would find a use. Should he +really call for help though, even apart from the fact that +all the doors were locked? Despite all the difficulty he +was in, he could not suppress a smile at this thought. + +After a while he had already moved so far across that it +would have been hard for him to keep his balance if he +rocked too hard. The time was now ten past seven and he +would have to make a final decision very soon. Then there +was a ring at the door of the flat. "That'll be someone +from work", he said to himself, and froze very still, +although his little legs only became all the more lively as +they danced around. For a moment everything remained quiet. +"They're not opening the door", Gregor said to himself, +caught in some nonsensical hope. But then of course, the +maid's firm steps went to the door as ever and opened it. +Gregor only needed to hear the visitor's first words of +greeting and he knew who it was - the chief clerk himself. +Why did Gregor have to be the only one condemned to work for +a company where they immediately became highly suspicious at +the slightest shortcoming? Were all employees, every one of +them, louts, was there not one of them who was faithful and +devoted who would go so mad with pangs of conscience that he +couldn't get out of bed if he didn't spend at least a couple +of hours in the morning on company business? Was it really +not enough to let one of the trainees make enquiries - +assuming enquiries were even necessary - did the chief clerk +have to come himself, and did they have to show the whole, +innocent family that this was so suspicious that only the +chief clerk could be trusted to have the wisdom to +investigate it? And more because these thoughts had made +him upset than through any proper decision, he swang himself +with all his force out of the bed. There was a loud thump, +but it wasn't really a loud noise. His fall was softened a +little by the carpet, and Gregor's back was also more +elastic than he had thought, which made the sound muffled +and not too noticeable. He had not held his head carefully +enough, though, and hit it as he fell; annoyed and in pain, +he turned it and rubbed it against the carpet. + +"Something's fallen down in there", said the chief clerk in +the room on the left. Gregor tried to imagine whether +something of the sort that had happened to him today could +ever happen to the chief clerk too; you had to concede that +it was possible. But as if in gruff reply to this question, +the chief clerk's firm footsteps in his highly polished +boots could now be heard in the adjoining room. From the +room on his right, Gregor's sister whispered to him to let +him know: "Gregor, the chief clerk is here." + +"Yes, I know", said Gregor to himself; but without daring to +raise his voice loud enough for his sister to hear him. + +"Gregor", said his father now from the room to his left, +"the chief clerk has come round and wants to know why you +didn't leave on the early train. We don't know what to say +to him. And anyway, he wants to speak to you personally. +So please open up this door. I'm sure he'll be good enough +to forgive the untidiness of your room." + +Then the chief clerk called "Good morning, Mr. Samsa". + +"He isn't well", said his mother to the chief clerk, while +his father continued to speak through the door. "He isn't +well, please believe me. Why else would Gregor have missed +a train! The lad only ever thinks about the business. It +nearly makes me cross the way he never goes out in the +evenings; he's been in town for a week now but stayed home +every evening. He sits with us in the kitchen and just +reads the paper or studies train timetables. His idea of +relaxation is working with his fretsaw. He's made a little +frame, for instance, it only took him two or three evenings, +you'll be amazed how nice it is; it's hanging up in his +room; you'll see it as soon as Gregor opens the door. +Anyway, I'm glad you're here; we wouldn't have been able to +get Gregor to open the door by ourselves; he's so stubborn; +and I'm sure he isn't well, he said this morning that he is, +but he isn't." + +"I'll be there in a moment", said Gregor slowly and +thoughtfully, but without moving so that he would not miss +any word of the conversation. "Well I can't think of any +other way of explaining it, Mrs. Samsa", said the chief +clerk, "I hope it's nothing serious. But on the other hand, +I must say that if we people in commerce ever become +slightly unwell then, fortunately or unfortunately as you +like, we simply have to overcome it because of business +considerations." "Can the chief clerk come in to see you +now then?", asked his father impatiently, knocking at the +door again. "No", said Gregor. In the room on his right +there followed a painful silence; in the room on his left +his sister began to cry. + +So why did his sister not go and join the others? She had +probably only just got up and had not even begun to get +dressed. And why was she crying? Was it because he had not +got up, and had not let the chief clerk in, because he was +in danger of losing his job and if that happened his boss +would once more pursue their parents with the same demands +as before? There was no need to worry about things like +that yet. Gregor was still there and had not the slightest +intention of abandoning his family. For the time being he +just lay there on the carpet, and no-one who knew the +condition he was in would seriously have expected him to let +the chief clerk in. It was only a minor discourtesy, and a +suitable excuse could easily be found for it later on, it +was not something for which Gregor could be sacked on the +spot. And it seemed to Gregor much more sensible to leave +him now in peace instead of disturbing him with talking at +him and crying. But the others didn't know what was +happening, they were worried, that would excuse their +behaviour. The chief clerk now raised his voice, "Mr. +Samsa", he called to him, "what is wrong? You barricade +yourself in your room, give us no more than yes or no for an +answer, you are causing serious and unnecessary concern to +your parents and you fail - and I mention this just by the +way - you fail to carry out your business duties in a way +that is quite unheard of. I'm speaking here on behalf of +your parents and of your employer, and really must request a +clear and immediate explanation. I am astonished, quite +astonished. I thought I knew you as a calm and sensible +person, and now you suddenly seem to be showing off with +peculiar whims. This morning, your employer did suggest a +possible reason for your failure to appear, it's true - it +had to do with the money that was recently entrusted to you +- but I came near to giving him my word of honour that that +could not be the right explanation. But now that I see your +incomprehensible stubbornness I no longer feel any wish +whatsoever to intercede on your behalf. And nor is your +position all that secure. I had originally intended to say +all this to you in private, but since you cause me to waste +my time here for no good reason I don't see why your parents +should not also learn of it. Your turnover has been very +unsatisfactory of late; I grant you that it's not the time +of year to do especially good business, we recognise that; +but there simply is no time of year to do no business at +all, Mr. Samsa, we cannot allow there to be." + +"But Sir", called Gregor, beside himself and forgetting all +else in the excitement, "I'll open up immediately, just a +moment. I'm slightly unwell, an attack of dizziness, I +haven't been able to get up. I'm still in bed now. I'm +quite fresh again now, though. I'm just getting out of bed. +Just a moment. Be patient! It's not quite as easy as I'd +thought. I'm quite alright now, though. It's shocking, +what can suddenly happen to a person! I was quite alright +last night, my parents know about it, perhaps better than +me, I had a small symptom of it last night already. They +must have noticed it. I don't know why I didn't let you +know at work! But you always think you can get over an +illness without staying at home. Please, don't make my +parents suffer! There's no basis for any of the accusations +you're making; nobody's ever said a word to me about any of +these things. Maybe you haven't read the latest contracts I +sent in. I'll set off with the eight o'clock train, as +well, these few hours of rest have given me strength. You +don't need to wait, sir; I'll be in the office soon after +you, and please be so good as to tell that to the boss and +recommend me to him!" And while Gregor gushed out these +words, hardly knowing what he was saying, he made his way +over to the chest of drawers - this was easily done, +probably because of the practise he had already had in bed - +where he now tried to get himself upright. He really did +want to open the door, really did want to let them see him +and to speak with the chief clerk; the others were being so +insistent, and he was curious to learn what they would say +when they caught sight of him. If they were shocked then it +would no longer be Gregor's responsibility and he could +rest. If, however, they took everything calmly he would +still have no reason to be upset, and if he hurried he +really could be at the station for eight o'clock. The first +few times he tried to climb up on the smooth chest of +drawers he just slid down again, but he finally gave himself +one last swing and stood there upright; the lower part of +his body was in serious pain but he no longer gave any +attention to it. Now he let himself fall against the back +of a nearby chair and held tightly to the edges of it with +his little legs. By now he had also calmed down, and kept +quiet so that he could listen to what the chief clerk was +saying. + +"Did you understand a word of all that?" the chief clerk +asked his parents, "surely he's not trying to make fools of +us". "Oh, God!" called his mother, who was already in +tears, "he could be seriously ill and we're making him +suffer. Grete! Grete!" she then cried. "Mother?" his sister +called from the other side. They communicated across +Gregor's room. "You'll have to go for the doctor straight +away. Gregor is ill. Quick, get the doctor. Did you hear +the way Gregor spoke just now?" +"That was the voice of an animal", said the chief clerk, +with a calmness that was in contrast with his mother's +screams. "Anna! Anna!" his father called into the kitchen +through the entrance hall, clapping his hands, "get a +locksmith here, now!" And the two girls, their skirts +swishing, immediately ran out through the hall, wrenching +open the front door of the flat as they went. How had his +sister managed to get dressed so quickly? There was no +sound of the door banging shut again; they must have left it +open; people often do in homes where something awful has +happened. + +Gregor, in contrast, had become much calmer. So they +couldn't understand his words any more, although they seemed +clear enough to him, clearer than before - perhaps his ears +had become used to the sound. They had realised, though, +that there was something wrong with him, and were ready to +help. The first response to his situation had been +confident and wise, and that made him feel better. He felt +that he had been drawn back in among people, and from the +doctor and the locksmith he expected great and surprising +achievements - although he did not really distinguish one +from the other. Whatever was said next would be crucial, +so, in order to make his voice as clear as possible, he +coughed a little, but taking care to do this not too loudly +as even this might well sound different from the way that a +human coughs and he was no longer sure he could judge this +for himself. Meanwhile, it had become very quiet in the +next room. Perhaps his parents were sat at the table +whispering with the chief clerk, or perhaps they were all +pressed against the door and listening. + +Gregor slowly pushed his way over to the door with the +chair. Once there he let go of it and threw himself onto +the door, holding himself upright against it using the +adhesive on the tips of his legs. He rested there a little +while to recover from the effort involved and then set +himself to the task of turning the key in the lock with his +mouth. He seemed, unfortunately, to have no proper teeth - +how was he, then, to grasp the key? - but the lack of teeth +was, of course, made up for with a very strong jaw; using +the jaw, he really was able to start the key turning, +ignoring the fact that he must have been causing some kind +of damage as a brown fluid came from his mouth, flowed over +the key and dripped onto the floor. + +"Listen", said the chief clerk in the next room, "he's +turning the key." Gregor was greatly encouraged by this; +but they all should have been calling to him, his father and +his mother too: "Well done, Gregor", they should have cried, +"keep at it, keep hold of the lock!" And with the idea that +they were all excitedly following his efforts, he bit on the +key with all his strength, paying no attention to the pain +he was causing himself. As the key turned round he turned +around the lock with it, only holding himself upright with +his mouth, and hung onto the key or pushed it down again +with the whole weight of his body as needed. The clear +sound of the lock as it snapped back was Gregor's sign that +he could break his concentration, and as he regained his +breath he said to himself: "So, I didn't need the locksmith +after all". Then he lay his head on the handle of the door +to open it completely. + +Because he had to open the door in this way, it was already +wide open before he could be seen. He had first to slowly +turn himself around one of the double doors, and he had to +do it very carefully if he did not want to fall flat on his +back before entering the room. He was still occupied with +this difficult movement, unable to pay attention to anything +else, when he heard the chief clerk exclaim a loud "Oh!", +which sounded like the soughing of the wind. Now he also +saw him - he was the nearest to the door - his hand pressed +against his open mouth and slowly retreating as if driven by +a steady and invisible force. Gregor's mother, her hair +still dishevelled from bed despite the chief clerk's being +there, looked at his father. Then she unfolded her arms, +took two steps forward towards Gregor and sank down onto the +floor into her skirts that spread themselves out around her +as her head disappeared down onto her breast. His father +looked hostile, and clenched his fists as if wanting to +knock Gregor back into his room. Then he looked uncertainly +round the living room, covered his eyes with his hands and +wept so that his powerful chest shook. + +So Gregor did not go into the room, but leant against the +inside of the other door which was still held bolted in +place. In this way only half of his body could be seen, +along with his head above it which he leant over to one side +as he peered out at the others. Meanwhile the day had +become much lighter; part of the endless, grey-black +building on the other side of the street - which was a +hospital - could be seen quite clearly with the austere and +regular line of windows piercing its facade; the rain was +still falling, now throwing down large, individual droplets +which hit the ground one at a time. The washing up from +breakfast lay on the table; there was so much of it because, +for Gregor's father, breakfast was the most important meal +of the day and he would stretch it out for several hours as +he sat reading a number of different newspapers. On the +wall exactly opposite there was photograph of Gregor when he +was a lieutenant in the army, his sword in his hand and a +carefree smile on his face as he called forth respect for +his uniform and bearing. The door to the entrance hall was +open and as the front door of the flat was also open he +could see onto the landing and the stairs where they began +their way down below. + +"Now, then", said Gregor, well aware that he was the only +one to have kept calm, "I'll get dressed straight away now, +pack up my samples and set off. Will you please just let me +leave? You can see", he said to the chief clerk, "that I'm +not stubborn and like I like to do my job; being a +commercial traveller is arduous but without travelling I +couldn't earn my living. So where are you going, in to the +office? Yes? Will you report everything accurately, then? +It's quite possible for someone to be temporarily unable to +work, but that's just the right time to remember what's been +achieved in the past and consider that later on, once the +difficulty has been removed, he will certainly work with all +the more diligence and concentration. You're well aware +that I'm seriously in debt to our employer as well as having +to look after my parents and my sister, so that I'm trapped +in a difficult situation, but I will work my way out of it +again. Please don't make things any harder for me than they +are already, and don't take sides against me at the office. +I know that nobody likes the travellers. They think we earn +an enormous wage as well as having a soft time of it. +That's just prejudice but they have no particular reason to +think better it. But you, sir, you have a better overview +than the rest of the staff, in fact, if I can say this in +confidence, a better overview than the boss himself - it's +very easy for a businessman like him to make mistakes about +his employees and judge them more harshly than he should. +And you're also well aware that we travellers spend almost +the whole year away from the office, so that we can very +easily fall victim to gossip and chance and groundless +complaints, and it's almost impossible to defend yourself +from that sort of thing, we don't usually even hear about +them, or if at all it's when we arrive back home exhausted +from a trip, and that's when we feel the harmful effects of +what's been going on without even knowing what caused them. +Please, don't go away, at least first say something to show +that you grant that I'm at least partly right!" + +But the chief clerk had turned away as soon as Gregor had +started to speak, and, with protruding lips, only stared +back at him over his trembling shoulders as he left. He did +not keep still for a moment while Gregor was speaking, but +moved steadily towards the door without taking his eyes off +him. He moved very gradually, as if there had been some +secret prohibition on leaving the room. It was only when he +had reached the entrance hall that he made a sudden +movement, drew his foot from the living room, and rushed +forward in a panic. In the hall, he stretched his right +hand far out towards the stairway as if out there, there +were some supernatural force waiting to save him. + +Gregor realised that it was out of the question to let the +chief clerk go away in this mood if his position in the firm +was not to be put into extreme danger. That was something +his parents did not understand very well; over the years, +they had become convinced that this job would provide for +Gregor for his entire life, and besides, they had so much to +worry about at present that they had lost sight of any +thought for the future. Gregor, though, did think about the +future. The chief clerk had to be held back, calmed down, +convinced and finally won over; the future of Gregor and his +family depended on it! If only his sister were here! She +was clever; she was already in tears while Gregor was still +lying peacefully on his back. And the chief clerk was a +lover of women, surely she could persuade him; she would +close the front door in the entrance hall and talk him out +of his shocked state. But his sister was not there, Gregor +would have to do the job himself. + +And without considering that he still was not familiar with +how well he could move about in his present state, or that +his speech still might not - or probably would not - be +understood, he let go of the door; pushed himself through +the opening; tried to reach the chief clerk on the landing +who, ridiculously, was holding on to the banister with both +hands; but Gregor fell immediately over and, with a little +scream as he sought something to hold onto, landed on his +numerous little legs. Hardly had that happened than, for +the first time that day, he began to feel alright with his +body; the little legs had the solid ground under them; to +his pleasure, they did exactly as he told them; they were +even making the effort to carry him where he wanted to go; +and he was soon believing that all his sorrows would soon be +finally at an end. He held back the urge to move but +swayed from side to side as he crouched there on the floor. +His mother was not far away in front of him and seemed, at +first, quite engrossed in herself, but then she suddenly +jumped up with her arms outstretched and her fingers spread +shouting: "Help, for pity's sake, Help!" The way she held +her head suggested she wanted to see Gregor better, but the +unthinking way she was hurrying backwards showed that she +did not; she had forgotten that the table was behind her +with all the breakfast things on it; when she reached the +table she sat quickly down on it without knowing what she +was doing; without even seeming to notice that the coffee +pot had been knocked over and a gush of coffee was pouring +down onto the carpet. + +"Mother, mother", said Gregor gently, looking up at her. He +had completely forgotten the chief clerk for the moment, but +could not help himself snapping in the air with his jaws at +the sight of the flow of coffee. That set his mother +screaming anew, she fled from the table and into the arms of +his father as he rushed towards her. Gregor, though, had no +time to spare for his parents now; the chief clerk had +already reached the stairs; with his chin on the banister, +he looked back for the last time. Gregor made a run for +him; he wanted to be sure of reaching him; the chief clerk +must have expected something, as he leapt down several steps +at once and disappeared; his shouts resounding all around +the staircase. The flight of the chief clerk seemed, +unfortunately, to put Gregor's father into a panic as well. +Until then he had been relatively self controlled, but now, +instead of running after the chief clerk himself, or at +least not impeding Gregor as he ran after him, Gregor's +father seized the chief clerk's stick in his right hand (the +chief clerk had left it behind on a chair, along with his +hat and overcoat), picked up a large newspaper from the +table with his left, and used them to drive Gregor back into +his room, stamping his foot at him as he went. Gregor's +appeals to his father were of no help, his appeals were +simply not understood, however much he humbly turned his +head his father merely stamped his foot all the harder. + +Across the room, despite the chilly weather, Gregor's mother +had pulled open a window, leant far out of it and pressed +her hands to her face. A strong draught of air flew in from +the street towards the stairway, the curtains flew up, the +newspapers on the table fluttered and some of them were +blown onto the floor. Nothing would stop Gregor's father as +he drove him back, making hissing noises at him like a wild +man. Gregor had never had any practice in moving backwards +and was only able to go very slowly. If Gregor had only +been allowed to turn round he would have been back in his +room straight away, but he was afraid that if he took the +time to do that his father would become impatient, and there +was the threat of a lethal blow to his back or head from the +stick in his father's hand any moment. Eventually, though, +Gregor realised that he had no choice as he saw, to his +disgust, that he was quite incapable of going backwards in a +straight line; so he began, as quickly as possible and with +frequent anxious glances at his father, to turn himself +round. It went very slowly, but perhaps his father was able +to see his good intentions as he did nothing to hinder him, +in fact now and then he used the tip of his stick to give +directions from a distance as to which way to turn. + +If only his father would stop that unbearable hissing! It +was making Gregor quite confused. When he had nearly +finished turning round, still listening to that hissing, he +made a mistake and turned himself back a little the way he +had just come. He was pleased when he finally had his head +in front of the doorway, but then saw that it was too +narrow, and his body was too broad to get through it without +further difficulty. In his present mood, it obviously did +not occur to his father to open the other of the double +doors so that Gregor would have enough space to get through. +He was merely fixed on the idea that Gregor should be got +back into his room as quickly as possible. Nor would he +ever have allowed Gregor the time to get himself upright as +preparation for getting through the doorway. What he did, +making more noise than ever, was to drive Gregor forwards +all the harder as if there had been nothing in the way; it +sounded to Gregor as if there was now more than one father +behind him; it was not a pleasant experience, and Gregor +pushed himself into the doorway without regard for what +might happen. One side of his body lifted itself, he lay at +an angle in the doorway, one flank scraped on the white door +and was painfully injured, leaving vile brown flecks on it, +soon he was stuck fast and would not have been able to move +at all by himself, the little legs along one side hung +quivering in the air while those on the other side were +pressed painfully against the ground. Then his father gave +him a hefty shove from behind which released him from where +he was held and sent him flying, and heavily bleeding, deep +into his room. The door was slammed shut with the stick, +then, finally, all was quiet. + +II + + +It was not until it was getting dark that evening that +Gregor awoke from his deep and coma-like sleep. He would +have woken soon afterwards anyway even if he hadn't been +disturbed, as he had had enough sleep and felt fully rested. +But he had the impression that some hurried steps and the +sound of the door leading into the front room being +carefully shut had woken him. The light from the electric +street lamps shone palely here and there onto the ceiling +and tops of the furniture, but down below, where Gregor was, +it was dark. He pushed himself over to the door, feeling +his way clumsily with his antennae - of which he was now +beginning to learn the value - in order to see what had been +happening there. The whole of his left side seemed like +one, painfully stretched scar, and he limped badly on his +two rows of legs. One of the legs had been badly injured in +the events of that morning - it was nearly a miracle that +only one of them had been - and dragged along lifelessly. +It was only when he had reached the door that he realised +what it actually was that had drawn him over to it; it was +the smell of something to eat. By the door there was a dish +filled with sweetened milk with little pieces of white bread +floating in it. He was so pleased he almost laughed, as he +was even hungrier than he had been that morning, and +immediately dipped his head into the milk, nearly covering +his eyes with it. But he soon drew his head back again in +disappointment; not only did the pain in his tender left +side make it difficult to eat the food - he was only able to +eat if his whole body worked together as a snuffling whole - +but the milk did not taste at all nice. Milk like this was +normally his favourite drink, and his sister had certainly +left it there for him because of that, but he turned, almost +against his own will, away from the dish and crawled back +into the centre of the room. + +Through the crack in the door, Gregor could see that the gas +had been lit in the living room. His father at this time +would normally be sat with his evening paper, reading it out +in a loud voice to Gregor's mother, and sometimes to his +sister, but there was now not a sound to be heard. Gregor's +sister would often write and tell him about this reading, +but maybe his father had lost the habit in recent times. It +was so quiet all around too, even though there must have +been somebody in the flat. "What a quiet life it is the +family lead", said Gregor to himself, and, gazing into the +darkness, felt a great pride that he was able to provide a +life like that in such a nice home for his sister and +parents. But what now, if all this peace and wealth and +comfort should come to a horrible and frightening end? That +was something that Gregor did not want to think about too +much, so he started to move about, crawling up and down the +room. + +Once during that long evening, the door on one side of the +room was opened very slightly and hurriedly closed again; +later on the door on the other side did the same; it seemed +that someone needed to enter the room but thought better of +it. Gregor went and waited immediately by the door, +resolved either to bring the timorous visitor into the room +in some way or at least to find out who it was; but the door +was opened no more that night and Gregor waited in vain. +The previous morning while the doors were locked everyone +had wanted to get in there to him, but now, now that he had +opened up one of the doors and the other had clearly been +unlocked some time during the day, no-one came, and the keys +were in the other sides. + +It was not until late at night that the gaslight in the +living room was put out, and now it was easy to see that +parents and sister had stayed awake all that time, as they +all could be distinctly heard as they went away together on +tip-toe. It was clear that no-one would come into Gregor's +room any more until morning; that gave him plenty of time to +think undisturbed about how he would have to re-arrange his +life. For some reason, the tall, empty room where he was +forced to remain made him feel uneasy as he lay there flat +on the floor, even though he had been living in it for five +years. Hardly aware of what he was doing other than a +slight feeling of shame, he hurried under the couch. It +pressed down on his back a little, and he was no longer able +to lift his head, but he nonetheless felt immediately at +ease and his only regret was that his body was too broad to +get it all underneath. He spent the whole night there. +Some of the time he passed in a light sleep, although he +frequently woke from it in alarm because of his hunger, and +some of the time was spent in worries and vague hopes which, +however, always led to the same conclusion: for the time +being he must remain calm, he must show patience and the +greatest consideration so that his family could bear the +unpleasantness that he, in his present condition, was forced +to impose on them. + +Gregor soon had the opportunity to test the strength of his +decisions, as early the next morning, almost before the +night had ended, his sister, nearly fully dressed, opened +the door from the front room and looked anxiously in. She +did not see him straight away, but when she did notice him +under the couch - he had to be somewhere, for God's sake, he +couldn't have flown away - she was so shocked that she lost +control of herself and slammed the door shut again from +outside. But she seemed to regret her behaviour, as she +opened the door again straight away and came in on tip-toe +as if entering the room of someone seriously ill or even of +a stranger. Gregor had pushed his head forward, right to +the edge of the couch, and watched her. Would she notice +that he had left the milk as it was, realise that it was not +from any lack of hunger and bring him in some other food +that was more suitable? If she didn't do it herself he +would rather go hungry than draw her attention to it, +although he did feel a terrible urge to rush forward from +under the couch, throw himself at his sister's feet and beg +her for something good to eat. However, his sister noticed +the full dish immediately and looked at it and the few drops +of milk splashed around it with some surprise. She +immediately picked it up - using a rag, not her bare hands - +and carried it out. Gregor was extremely curious as to what +she would bring in its place, imagining the wildest +possibilities, but he never could have guessed what his +sister, in her goodness, actually did bring. In order to +test his taste, she brought him a whole selection of things, +all spread out on an old newspaper. There were old, half- +rotten vegetables; bones from the evening meal, covered in +white sauce that had gone hard; a few raisins and almonds; +some cheese that Gregor had declared inedible two days +before; a dry roll and some bread spread with butter and +salt. As well as all that she had poured some water into +the dish, which had probably been permanently set aside for +Gregor's use, and placed it beside them. Then, out of +consideration for Gregor's feelings, as she knew that he +would not eat in front of her, she hurried out again and +even turned the key in the lock so that Gregor would know he +could make things as comfortable for himself as he liked. +Gregor's little legs whirred, at last he could eat. What's +more, his injuries must already have completely healed as he +found no difficulty in moving. This amazed him, as more +than a month earlier he had cut his finger slightly with a +knife, he thought of how his finger had still hurt the day +before yesterday. + +"Am I less sensitive than I used to be, then?", he thought, +and was already sucking greedily at the cheese which had +immediately, almost compellingly, attracted him much more +than the other foods on the newspaper. Quickly one after +another, his eyes watering with pleasure, he consumed the +cheese, the vegetables and the sauce; the fresh foods, on +the other hand, he didn't like at all, and even dragged the +things he did want to eat a little way away from them +because he couldn't stand the smell. Long after he had +finished eating and lay lethargic in the same place, his +sister slowly turned the key in the lock as a sign to him +that he should withdraw. He was immediately startled, +although he had been half asleep, and he hurried back under +the couch. But he needed great self-control to stay there +even for the short time that his sister was in the room, as +eating so much food had rounded out his body a little and he +could hardly breathe in that narrow space. Half +suffocating, he watched with bulging eyes as his sister +unselfconsciously took a broom and swept up the left-overs, +mixing them in with the food he had not even touched at all +as if it could not be used any more. She quickly dropped it +all into a bin, closed it with its wooden lid, and carried +everything out. She had hardly turned her back before +Gregor came out again from under the couch and stretched +himself. + +This was how Gregor received his food each day now, once in +the morning while his parents and the maid were still +asleep, and the second time after everyone had eaten their +meal at midday as his parents would sleep for a little while +then as well, and Gregor's sister would send the maid away +on some errand. Gregor's father and mother certainly did +not want him to starve either, but perhaps it would have +been more than they could stand to have any more experience +of his feeding than being told about it, and perhaps his +sister wanted to spare them what distress she could as they +were indeed suffering enough. + +It was impossible for Gregor to find out what they had told +the doctor and the locksmith that first morning to get them +out of the flat. As nobody could understand him, nobody, +not even his sister, thought that he could understand them, +so he had to be content to hear his sister's sighs and +appeals to the saints as she moved about his room. It was +only later, when she had become a little more used to +everything - there was, of course, no question of her ever +becoming fully used to the situation - that Gregor would +sometimes catch a friendly comment, or at least a comment +that could be construed as friendly. "He's enjoyed his +dinner today", she might say when he had diligently cleared +away all the food left for him, or if he left most of it, +which slowly became more and more frequent, she would often +say, sadly, "now everything's just been left there again". + +Although Gregor wasn't able to hear any news directly he did +listen to much of what was said in the next rooms, and +whenever he heard anyone speaking he would scurry straight +to the appropriate door and press his whole body against it. +There was seldom any conversation, especially at first, that +was not about him in some way, even if only in secret. For +two whole days, all the talk at every mealtime was about +what they should do now; but even between meals they spoke +about the same subject as there were always at least two +members of the family at home - nobody wanted to be at home +by themselves and it was out of the question to leave the +flat entirely empty. And on the very first day the maid had +fallen to her knees and begged Gregor's mother to let her go +without delay. It was not very clear how much she knew of +what had happened but she left within a quarter of an hour, +tearfully thanking Gregor's mother for her dismissal as if +she had done her an enormous service. She even swore +emphatically not to tell anyone the slightest about what had +happened, even though no-one had asked that of her. Now +Gregor's sister also had to help his mother with the +cooking; although that was not so much bother as no-one ate +very much. Gregor often heard how one of them would +unsuccessfully urge another to eat, and receive no more +answer than "no thanks, I've had enough" or something +similar. No-one drank very much either. His sister would +sometimes ask his father whether he would like a beer, +hoping for the chance to go and fetch it herself. When his +father then said nothing she would add, so that he would not +feel selfish, that she could send the housekeeper for it, +but then his father would close the matter with a big, loud +"No", and no more would be said. + +Even before the first day had come to an end, his father had +explained to Gregor's mother and sister what their finances +and prospects were. Now and then he stood up from the table +and took some receipt or document from the little cash box +he had saved from his business when it had collapsed five +years earlier. Gregor heard how he opened the complicated +lock and then closed it again after he had taken the item he +wanted. What he heard his father say was some of the first +good news that Gregor heard since he had first been +incarcerated in his room. He had thought that nothing at +all remained from his father's business, at least he had +never told him anything different, and Gregor had never +asked him about it anyway. Their business misfortune had +reduced the family to a state of total despair, and Gregor's +only concern at that time had been to arrange things so that +they could all forget about it as quickly as possible. So +then he started working especially hard, with a fiery vigour +that raised him from a junior salesman to a travelling +representative almost overnight, bringing with it the +chance to earn money in quite different ways. Gregor +converted his success at work straight into cash that he +could lay on the table at home for the benefit of his +astonished and delighted family. They had been good times +and they had never come again, at least not with the same +splendour, even though Gregor had later earned so much that +he was in a position to bear the costs of the whole family, +and did bear them. They had even got used to it, both +Gregor and the family, they took the money with gratitude +and he was glad to provide it, although there was no longer +much warm affection given in return. Gregor only remained +close to his sister now. Unlike him, she was very fond of +music and a gifted and expressive violinist, it was his +secret plan to send her to the conservatory next year even +though it would cause great expense that would have to be +made up for in some other way. During Gregor's short +periods in town, conversation with his sister would often +turn to the conservatory but it was only ever mentioned as a +lovely dream that could never be realised. Their parents +did not like to hear this innocent talk, but Gregor thought +about it quite hard and decided he would let them know what +he planned with a grand announcement of it on Christmas day. +That was the sort of totally pointless thing that went +through his mind in his present state, pressed upright +against the door and listening. There were times when he +simply became too tired to continue listening, when his head +would fall wearily against the door and he would pull it up +again with a start, as even the slightest noise he caused +would be heard next door and they would all go silent. +"What's that he's doing now", his father would say after a +while, clearly having gone over to the door, and only then +would the interrupted conversation slowly be taken up again. + +When explaining things, his father repeated himself several +times, partly because it was a long time since he had been +occupied with these matters himself and partly because +Gregor's mother did not understand everything first time. +From these repeated explanations Gregor learned, to his +pleasure, that despite all their misfortunes there was still +some money available from the old days. It was not a lot, +but it had not been touched in the meantime and some +interest had accumulated. Besides that, they had not been +using up all the money that Gregor had been bringing home +every month, keeping only a little for himself, so that +that, too, had been accumulating. Behind the door, Gregor +nodded with enthusiasm in his pleasure at this unexpected +thrift and caution. He could actually have used this +surplus money to reduce his father's debt to his boss, and +the day when he could have freed himself from that job would +have come much closer, but now it was certainly better the +way his father had done things. + +This money, however, was certainly not enough to enable the +family to live off the interest; it was enough to maintain +them for, perhaps, one or two years, no more. That's to +say, it was money that should not really be touched but set +aside for emergencies; money to live on had to be earned. +His father was healthy but old, and lacking in self +confidence. During the five years that he had not been +working - the first holiday in a life that had been full of +strain and no success - he had put on a lot of weight and +become very slow and clumsy. Would Gregor's elderly mother +now have to go and earn money? She suffered from asthma and +it was a strain for her just to move about the home, every +other day would be spent struggling for breath on the sofa +by the open window. Would his sister have to go and earn +money? She was still a child of seventeen, her life up till +then had been very enviable, consisting of wearing nice +clothes, sleeping late, helping out in the business, joining +in with a few modest pleasures and most of all playing the +violin. Whenever they began to talk of the need to earn +money, Gregor would always first let go of the door and then +throw himself onto the cool, leather sofa next to it, as he +became quite hot with shame and regret. He would often lie +there the whole night through, not sleeping a wink but +scratching at the leather for hours on end. Or he might go +to all the effort of pushing a chair to the window, climbing +up onto the sill and, propped up in the chair, leaning on +the window to stare out of it. He had used to feel a great +sense of freedom from doing this, but doing it now was +obviously something more remembered than experienced, as +what he actually saw in this way was becoming less distinct +every day, even things that were quite near; he had used to +curse the ever-present view of the hospital across the +street, but now he could not see it at all, and if he had +not known that he lived in Charlottenstrasse, which was a +quiet street despite being in the middle of the city, he +could have thought that he was looking out the window at a +barren waste where the grey sky and the grey earth mingled +inseparably. His observant sister only needed to notice the +chair twice before she would always push it back to its +exact position by the window after she had tidied up the +room, and even left the inner pane of the window open from +then on. + +If Gregor had only been able to speak to his sister and +thank her for all that she had to do for him it would have +been easier for him to bear it; but as it was it caused him +pain. His sister, naturally, tried as far as possible to +pretend there was nothing burdensome about it, and the +longer it went on, of course, the better she was able to do +so, but as time went by Gregor was also able to see through +it all so much better. It had even become very unpleasant +for him, now, whenever she entered the room. No sooner had +she come in than she would quickly close the door as a +precaution so that no-one would have to suffer the view into +Gregor's room, then she would go straight to the window and +pull it hurriedly open almost as if she were suffocating. +Even if it was cold, she would stay at the window breathing +deeply for a little while. She would alarm Gregor twice a +day with this running about and noise making; he would stay +under the couch shivering the whole while, knowing full well +that she would certainly have liked to spare him this +ordeal, but it was impossible for her to be in the same room +with him with the windows closed. + +One day, about a month after Gregor's transformation when +his sister no longer had any particular reason to be shocked +at his appearance, she came into the room a little earlier +than usual and found him still staring out the window, +motionless, and just where he would be most horrible. In +itself, his sister's not coming into the room would have +been no surprise for Gregor as it would have been difficult +for her to immediately open the window while he was still +there, but not only did she not come in, she went straight +back and closed the door behind her, a stranger would have +thought he had threatened her and tried to bite her. Gregor +went straight to hide himself under the couch, of course, +but he had to wait until midday before his sister came back +and she seemed much more uneasy than usual. It made him +realise that she still found his appearance unbearable and +would continue to do so, she probably even had to overcome +the urge to flee when she saw the little bit of him that +protruded from under the couch. One day, in order to spare +her even this sight, he spent four hours carrying the +bedsheet over to the couch on his back and arranged it so +that he was completely covered and his sister would not be +able to see him even if she bent down. If she did not think +this sheet was necessary then all she had to do was take it +off again, as it was clear enough that it was no pleasure +for Gregor to cut himself off so completely. She left the +sheet where it was. Gregor even thought he glimpsed a look +of gratitude one time when he carefully looked out from +under the sheet to see how his sister liked the new +arrangement. + +For the first fourteen days, Gregor's parents could not +bring themselves to come into the room to see him. He would +often hear them say how they appreciated all the new work +his sister was doing even though, before, they had seen her +as a girl who was somewhat useless and frequently been +annoyed with her. But now the two of them, father and +mother, would often both wait outside the door of Gregor's +room while his sister tidied up in there, and as soon as she +went out again she would have to tell them exactly how +everything looked, what Gregor had eaten, how he had behaved +this time and whether, perhaps, any slight improvement could +be seen. His mother also wanted to go in and visit Gregor +relatively soon but his father and sister at first persuaded +her against it. Gregor listened very closely to all this, +and approved fully. Later, though, she had to be held back +by force, which made her call out: "Let me go and see +Gregor, he is my unfortunate son! Can't you understand I +have to see him?", and Gregor would think to himself that +maybe it would be better if his mother came in, not every +day of course, but one day a week, perhaps; she could +understand everything much better than his sister who, for +all her courage, was still just a child after all, and +really might not have had an adult's appreciation of the +burdensome job she had taken on. + + Gregor's wish to see his mother was soon realised. Out of +consideration for his parents, Gregor wanted to avoid being +seen at the window during the day, the few square meters of +the floor did not give him much room to crawl about, it was +hard to just lie quietly through the night, his food soon +stopped giving him any pleasure at all, and so, to entertain +himself, he got into the habit of crawling up and down the +walls and ceiling. He was especially fond of hanging from +the ceiling; it was quite different from lying on the floor; +he could breathe more freely; his body had a light swing to +it; and up there, relaxed and almost happy, it might happen +that he would surprise even himself by letting go of the +ceiling and landing on the floor with a crash. But now, of +course, he had far better control of his body than before +and, even with a fall as great as that, caused himself no +damage. Very soon his sister noticed Gregor's new way of +entertaining himself - he had, after all, left traces of the +adhesive from his feet as he crawled about - and got it into +her head to make it as easy as possible for him by removing +the furniture that got in his way, especially the chest of +drawers and the desk. + +Now, this was not something that she would be able to do by +herself; she did not dare to ask for help from her father; +the sixteen year old maid had carried on bravely since the +cook had left but she certainly would not have helped in +this, she had even asked to be allowed to keep the kitchen +locked at all times and never to have to open the door +unless it was especially important; so his sister had no +choice but to choose some time when Gregor's father was not +there and fetch his mother to help her. As she approached +the room, Gregor could hear his mother express her joy, but +once at the door she went silent. First, of course, his +sister came in and looked round to see that everything in +the room was alright; and only then did she let her mother +enter. Gregor had hurriedly pulled the sheet down lower +over the couch and put more folds into it so that everything +really looked as if it had just been thrown down by chance. +Gregor also refrained, this time, from spying out from under +the sheet; he gave up the chance to see his mother until +later and was simply glad that she had come. "You can come +in, he can't be seen", said his sister, obviously leading +her in by the hand. The old chest of drawers was too heavy +for a pair of feeble women to be heaving about, but Gregor +listened as they pushed it from its place, his sister always +taking on the heaviest part of the work for herself and +ignoring her mother's warnings that she would strain +herself. This lasted a very long time. After labouring at +it for fifteen minutes or more his mother said it would be +better to leave the chest where it was, for one thing it was +too heavy for them to get the job finished before Gregor's +father got home and leaving it in the middle of the room it +would be in his way even more, and for another thing it +wasn't even sure that taking the furniture away would really +be any help to him. She thought just the opposite; the +sight of the bare walls saddened her right to her heart; and +why wouldn't Gregor feel the same way about it, he'd been +used to this furniture in his room for a long time and it +would make him feel abandoned to be in an empty room like +that. + +Then, quietly, almost whispering as if wanting Gregor (whose +whereabouts she did not know) to hear not even the tone of +her voice, as she was convinced that he did not understand +her words, she added "and by taking the furniture away, +won't it seem like we're showing that we've given up all +hope of improvement and we're abandoning him to cope for +himself? I think it'd be best to leave the room exactly the +way it was before so that when Gregor comes back to us again +he'll find everything unchanged and he'll be able to forget +the time in between all the easier". + +Hearing these words from his mother made Gregor realise that +the lack of any direct human communication, along with the +monotonous life led by the family during these two months, +must have made him confused - he could think of no other way +of explaining to himself why he had seriously wanted his +room emptied out. Had he really wanted to transform his +room into a cave, a warm room fitted out with the nice +furniture he had inherited? That would have let him crawl +around unimpeded in any direction, but it would also have +let him quickly forget his past when he had still been +human. He had come very close to forgetting, and it had +only been the voice of his mother, unheard for so long, that +had shaken him out of it. Nothing should be removed; +everything had to stay; he could not do without the good +influence the furniture had on his condition; and if the +furniture made it difficult for him to crawl about +mindlessly that was not a loss but a great advantage. + +His sister, unfortunately, did not agree; she had become +used to the idea, not without reason, that she was Gregor's +spokesman to his parents about the things that concerned +him. This meant that his mother's advice now was sufficient +reason for her to insist on removing not only the chest of +drawers and the desk, as she had thought at first, but all +the furniture apart from the all-important couch. It was +more than childish perversity, of course, or the unexpected +confidence she had recently acquired, that made her insist; +she had indeed noticed that Gregor needed a lot of room to +crawl about in, whereas the furniture, as far as anyone +could see, was of no use to him at all. + +Girls of that age, though, do become enthusiastic about +things and feel they must get their way whenever they can. +Perhaps this was what tempted Grete to make Gregor's +situation seem even more shocking than it was so that she +could do even more for him. Grete would probably be the +only one who would dare enter a room dominated by Gregor +crawling about the bare walls by himself. So she refused to +let her mother dissuade her. Gregor's mother already looked +uneasy in his room, she soon stopped speaking and helped +Gregor's sister to get the chest of drawers out with what +strength she had. The chest of drawers was something that +Gregor could do without if he had to, but the writing desk +had to stay. Hardly had the two women pushed the chest of +drawers, groaning, out of the room than Gregor poked his +head out from under the couch to see what he could do about +it. He meant to be as careful and considerate as he could, +but, unfortunately, it was his mother who came back first +while Grete in the next room had her arms round the chest, +pushing and pulling at it from side to side by herself +without, of course, moving it an inch. His mother was not +used to the sight of Gregor, he might have made her ill, so +Gregor hurried backwards to the far end of the couch. In +his startlement, though, he was not able to prevent the +sheet at its front from moving a little. It was enough to +attract his mother's attention. She stood very still, +remained there a moment, and then went back out to Grete. + +Gregor kept trying to assure himself that nothing unusual +was happening, it was just a few pieces of furniture being +moved after all, but he soon had to admit that the women +going to and fro, their little calls to each other, the +scraping of the furniture on the floor, all these things +made him feel as if he were being assailed from all sides. +With his head and legs pulled in against him and his body +pressed to the floor, he was forced to admit to himself that +he could not stand all of this much longer. They were +emptying his room out; taking away everything that was dear +to him; they had already taken out the chest containing his +fretsaw and other tools; now they threatened to remove the +writing desk with its place clearly worn into the floor, the +desk where he had done his homework as a business trainee, +at high school, even while he had been at infant school - he +really could not wait any longer to see whether the two +women's intentions were good. He had nearly forgotten they +were there anyway, as they were now too tired to say +anything while they worked and he could only hear their feet +as they stepped heavily on the floor. + +So, while the women were leant against the desk in the other +room catching their breath, he sallied out, changed +direction four times not knowing what he should save first +before his attention was suddenly caught by the picture on +the wall - which was already denuded of everything else that +had been on it - of the lady dressed in copious fur. He +hurried up onto the picture and pressed himself against its +glass, it held him firmly and felt good on his hot belly. +This picture at least, now totally covered by Gregor, would +certainly be taken away by no-one. He turned his head to +face the door into the living room so that he could watch +the women when they came back. + +They had not allowed themselves a long rest and came back +quite soon; Grete had put her arm around her mother and was +nearly carrying her. "What shall we take now, then?", said +Grete and looked around. Her eyes met those of Gregor on +the wall. Perhaps only because her mother was there, she +remained calm, bent her face to her so that she would not +look round and said, albeit hurriedly and with a tremor in +her voice: "Come on, let's go back in the living room for a +while?" Gregor could see what Grete had in mind, she wanted +to take her mother somewhere safe and then chase him down +from the wall. Well, she could certainly try it! He sat +unyielding on his picture. He would rather jump at Grete's +face. + +But Grete's words had made her mother quite worried, she +stepped to one side, saw the enormous brown patch against +the flowers of the wallpaper, and before she even realised +it was Gregor that she saw screamed: "Oh God, oh God!" Arms +outstretched, she fell onto the couch as if she had given up +everything and stayed there immobile. "Gregor!" shouted his +sister, glowering at him and shaking her fist. That was the +first word she had spoken to him directly since his +transformation. She ran into the other room to fetch some +kind of smelling salts to bring her mother out of her faint; +Gregor wanted to help too - he could save his picture later, +although he stuck fast to the glass and had to pull himself +off by force; then he, too, ran into the next room as if he +could advise his sister like in the old days; but he had to +just stand behind her doing nothing; she was looking into +various bottles, he startled her when she turned round; a +bottle fell to the ground and broke; a splinter cut Gregor's +face, some kind of caustic medicine splashed all over him; +now, without delaying any longer, Grete took hold of all the +bottles she could and ran with them in to her mother; she +slammed the door shut with her foot. So now Gregor was shut +out from his mother, who, because of him, might be near to +death; he could not open the door if he did not want to +chase his sister away, and she had to stay with his mother; +there was nothing for him to do but wait; and, oppressed +with anxiety and self-reproach, he began to crawl about, he +crawled over everything, walls, furniture, ceiling, and +finally in his confusion as the whole room began to spin +around him he fell down into the middle of the dinner table. + +He lay there for a while, numb and immobile, all around him +it was quiet, maybe that was a good sign. Then there was +someone at the door. The maid, of course, had locked +herself in her kitchen so that Grete would have to go and +answer it. His father had arrived home. "What's happened?" +were his first words; Grete's appearance must have made +everything clear to him. She answered him with subdued +voice, and openly pressed her face into his chest: "Mother's +fainted, but she's better now. Gregor got out." "Just as I +expected", said his father, "just as I always said, but you +women wouldn't listen, would you." + +It was clear to Gregor that Grete had not said enough and +that his father took it to mean that something bad had +happened, that he was responsible for some act of violence. +That meant Gregor would now have to try to calm his father, +as he did not have the time to explain things to him even if +that had been possible. So he fled to the door of his room +and pressed himself against it so that his father, when he +came in from the hall, could see straight away that Gregor +had the best intentions and would go back into his room +without delay, that it would not be necessary to drive him +back but that they had only to open the door and he would +disappear. + +His father, though, was not in the mood to notice subtleties +like that; "Ah!", he shouted as he came in, sounding as if +he were both angry and glad at the same time. Gregor drew +his head back from the door and lifted it towards his +father. He really had not imagined his father the way he +stood there now; of late, with his new habit of crawling +about, he had neglected to pay attention to what was going +on the rest of the flat the way he had done before. He +really ought to have expected things to have changed, but +still, still, was that really his father? The same tired +man as used to be laying there entombed in his bed when +Gregor came back from his business trips, who would receive +him sitting in the armchair in his nightgown when he came +back in the evenings; who was hardly even able to stand up +but, as a sign of his pleasure, would just raise his arms +and who, on the couple of times a year when they went for a +walk together on a Sunday or public holiday wrapped up +tightly in his overcoat between Gregor and his mother, would +always labour his way forward a little more slowly than +them, who were already walking slowly for his sake; who +would place his stick down carefully and, if he wanted to +say something would invariably stop and gather his +companions around him. + +He was standing up straight enough now; dressed in a smart +blue uniform with gold buttons, the sort worn by the +employees at the banking institute; above the high, stiff +collar of the coat his strong double-chin emerged; under the +bushy eyebrows, his piercing, dark eyes looked out fresh and +alert; his normally unkempt white hair was combed down +painfully close to his scalp. He took his cap, with its +gold monogram from, probably, some bank, and threw it in an +arc right across the room onto the sofa, put his hands in +his trouser pockets, pushing back the bottom of his long +uniform coat, and, with look of determination, walked +towards Gregor. + +He probably did not even know himself what he had in mind, +but nonetheless lifted his feet unusually high. Gregor was +amazed at the enormous size of the soles of his boots, but +wasted no time with that - he knew full well, right from the +first day of his new life, that his father thought it +necessary to always be extremely strict with him. And so he +ran up to his father, stopped when his father stopped, +scurried forwards again when he moved, even slightly. In +this way they went round the room several times without +anything decisive happening, without even giving the +impression of a chase as everything went so slowly. Gregor +remained all this time on the floor, largely because he +feared his father might see it as especially provoking if he +fled onto the wall or ceiling. Whatever he did, Gregor had +to admit that he certainly would not be able to keep up this +running about for long, as for each step his father took he +had to carry out countless movements. He became noticeably +short of breath, even in his earlier life his lungs had not +been very reliable. Now, as he lurched about in his efforts +to muster all the strength he could for running he could +hardly keep his eyes open; his thoughts became too slow for +him to think of any other way of saving himself than +running; he almost forgot that the walls were there for him +to use although, here, they were concealed behind carefully +carved furniture full of notches and protrusions - then, +right beside him, lightly tossed, something flew down and +rolled in front of him. It was an apple; then another one +immediately flew at him; Gregor froze in shock; there was no +longer any point in running as his father had decided to +bombard him. He had filled his pockets with fruit from the +bowl on the sideboard and now, without even taking the time +for careful aim, threw one apple after another. These +little, red apples rolled about on the floor, knocking into +each other as if they had electric motors. An apple thrown +without much force glanced against Gregor's back and slid +off without doing any harm. Another one however, +immediately following it, hit squarely and lodged in his +back; Gregor wanted to drag himself away, as if he could +remove the surprising, the incredible pain by changing his +position; but he felt as if nailed to the spot and spread +himself out, all his senses in confusion. The last thing he +saw was the door of his room being pulled open, his sister +was screaming, his mother ran out in front of her in her +blouse (as his sister had taken off some of her clothes +after she had fainted to make it easier for her to breathe), +she ran to his father, her skirts unfastened and sliding one +after another to the ground, stumbling over the skirts she +pushed herself to his father, her arms around him, uniting +herself with him totally - now Gregor lost his ability to +see anything - her hands behind his father's head begging +him to spare Gregor's life. + +III + + + +No-one dared to remove the apple lodged in Gregor's flesh, +so it remained there as a visible reminder of his injury. +He had suffered it there for more than a month, and his +condition seemed serious enough to remind even his father +that Gregor, despite his current sad and revolting form, was +a family member who could not be treated as an enemy. On +the contrary, as a family there was a duty to swallow any +revulsion for him and to be patient, just to be patient. +Because of his injuries, Gregor had lost much of his +mobility - probably permanently. He had been reduced to the +condition of an ancient invalid and it took him long, long +minutes to crawl across his room - crawling over the ceiling +was out of the question - but this deterioration in his +condition was fully (in his opinion) made up for by the door +to the living room being left open every evening. He got +into the habit of closely watching it for one or two hours +before it was opened and then, lying in the darkness of his +room where he could not be seen from the living room, he +could watch the family in the light of the dinner table and +listen to their conversation - with everyone's permission, +in a way, and thus quite differently from before. + +They no longer held the lively conversations of earlier +times, of course, the ones that Gregor always thought about +with longing when he was tired and getting into the damp bed +in some small hotel room. All of them were usually very +quiet nowadays. Soon after dinner, his father would go to +sleep in his chair; his mother and sister would urge each +other to be quiet; his mother, bent deeply under the lamp, +would sew fancy underwear for a fashion shop; his sister, +who had taken a sales job, learned shorthand and French in +the evenings so that she might be able to get a better +position later on. Sometimes his father would wake up and +say to Gregor's mother "you're doing so much sewing again +today!", as if he did not know that he had been dozing - and +then he would go back to sleep again while mother and sister +would exchange a tired grin. With a kind of stubbornness, +Gregor's father refused to take his uniform off even at +home; while his nightgown hung unused on its peg Gregor's +father would slumber where he was, fully dressed, as if +always ready to serve and expecting to hear the voice of his +superior even here. The uniform had not been new to start +with, but as a result of this it slowly became even shabbier +despite the efforts of Gregor's mother and sister to look +after it. Gregor would often spend the whole evening +looking at all the stains on this coat, with its gold +buttons always kept polished and shiny, while the old man in +it would sleep, highly uncomfortable but peaceful. + +As soon as it struck ten, Gregor's mother would speak gently +to his father to wake him and try to persuade him to go to +bed, as he couldn't sleep properly where he was and he +really had to get his sleep if he was to be up at six to get +to work. But since he had been in work he had become more +obstinate and would always insist on staying longer at the +table, even though he regularly fell asleep and it was then +harder than ever to persuade him to exchange the chair for +his bed. Then, however much mother and sister would +importune him with little reproaches and warnings he would +keep slowly shaking his head for a quarter of an hour with +his eyes closed and refusing to get up. Gregor's mother +would tug at his sleeve, whisper endearments into his ear, +Gregor's sister would leave her work to help her mother, but +nothing would have any effect on him. He would just sink +deeper into his chair. Only when the two women took him +under the arms he would abruptly open his eyes, look at them +one after the other and say: "What a life! This is what +peace I get in my old age!" And supported by the two women +he would lift himself up carefully as if he were carrying +the greatest load himself, let the women take him to the +door, send them off and carry on by himself while Gregor's +mother would throw down her needle and his sister her pen so +that they could run after his father and continue being of +help to him. + +Who, in this tired and overworked family, would have had +time to give more attention to Gregor than was absolutely +necessary? The household budget became even smaller; so now +the maid was dismissed; an enormous, thick-boned charwoman +with white hair that flapped around her head came every +morning and evening to do the heaviest work; everything else +was looked after by Gregor's mother on top of the large +amount of sewing work she did. Gregor even learned, +listening to the evening conversation about what price they +had hoped for, that several items of jewellery belonging to +the family had been sold, even though both mother and +sister had been very fond of wearing them at functions and +celebrations. But the loudest complaint was that although +the flat was much too big for their present circumstances, +they could not move out of it, there was no imaginable way +of transferring Gregor to the new address. He could see +quite well, though, that there were more reasons than +consideration for him that made it difficult for them to +move, it would have been quite easy to transport him in any +suitable crate with a few air holes in it; the main thing +holding the family back from their decision to move was much +more to do with their total despair, and the thought that +they had been struck with a misfortune unlike anything +experienced by anyone else they knew or were related to. + +They carried out absolutely everything that the world +expects from poor people, Gregor's father brought bank +employees their breakfast, his mother sacrificed herself by +washing clothes for strangers, his sister ran back and forth +behind her desk at the behest of the customers, but they +just did not have the strength to do any more. And the +injury in Gregor's back began to hurt as much as when it was +new. After they had come back from taking his father to bed +Gregor's mother and sister would now leave their work where +it was and sit close together, cheek to cheek; his mother +would point to Gregor's room and say "Close that door, +Grete", and then, when he was in the dark again, they would +sit in the next room and their tears would mingle, or they +would simply sit there staring dry-eyed at the table. + +Gregor hardly slept at all, either night or day. Sometimes +he would think of taking over the family's affairs, just +like before, the next time the door was opened; he had long +forgotten about his boss and the chief clerk, but they would +appear again in his thoughts, the salesmen and the +apprentices, that stupid teaboy, two or three friends from +other businesses, one of the chambermaids from a provincial +hotel, a tender memory that appeared and disappeared again, +a cashier from a hat shop for whom his attention had been +serious but too slow, - all of them appeared to him, mixed +together with strangers and others he had forgotten, but +instead of helping him and his family they were all of them +inaccessible, and he was glad when they disappeared. + +Other times he was not at all in the mood to look after his +family, he was filled with simple rage about the lack of +attention he was shown, and although he could think of +nothing he would have wanted, he made plans of how he could +get into the pantry where he could take all the things he +was entitled to, even if he was not hungry. Gregor's sister +no longer thought about how she could please him but would +hurriedly push some food or other into his room with her +foot before she rushed out to work in the morning and at +midday, and in the evening she would sweep it away again +with the broom, indifferent as to whether it had been eaten +or - more often than not - had been left totally untouched. +She still cleared up the room in the evening, but now she +could not have been any quicker about it. Smears of dirt +were left on the walls, here and there were little balls of +dust and filth. At first, Gregor went into one of the worst +of these places when his sister arrived as a reproach to +her, but he could have stayed there for weeks without his +sister doing anything about it; she could see the dirt as +well as he could but she had simply decided to leave him to +it. + +At the same time she became touchy in a way that was quite +new for her and which everyone in the family understood - +cleaning up Gregor's room was for her and her alone. +Gregor's mother did once thoroughly clean his room, and +needed to use several bucketfuls of water to do it - +although that much dampness also made Gregor ill and he lay +flat on the couch, bitter and immobile. But his mother was +to be punished still more for what she had done, as hardly +had his sister arrived home in the evening than she noticed +the change in Gregor's room and, highly aggrieved, ran back +into the living room where, despite her mothers raised and +imploring hands, she broke into convulsive tears. Her +father, of course, was startled out of his chair and the two +parents looked on astonished and helpless; then they, too, +became agitated; Gregor's father, standing to the right of +his mother, accused her of not leaving the cleaning of +Gregor's room to his sister; from her left, Gregor's sister +screamed at her that she was never to clean Gregor's room +again; while his mother tried to draw his father, who was +beside himself with anger, into the bedroom; his sister, +quaking with tears, thumped on the table with her small +fists; and Gregor hissed in anger that no-one had even +thought of closing the door to save him the sight of this +and all its noise. + +Gregor's sister was exhausted from going out to work, and +looking after Gregor as she had done before was even more +work for her, but even so his mother ought certainly not to +have taken her place. Gregor, on the other hand, ought not +to be neglected. Now, though, the charwoman was here. This +elderly widow, with a robust bone structure that made her +able to withstand the hardest of things in her long life, +wasn't really repelled by Gregor. Just by chance one day, +rather than any real curiosity, she opened the door to +Gregor's room and found herself face to face with him. He +was taken totally by surprise, no-one was chasing him but he +began to rush to and fro while she just stood there in +amazement with her hands crossed in front of her. From then +on she never failed to open the door slightly every evening +and morning and look briefly in on him. At first she would +call to him as she did so with words that she probably +considered friendly, such as "come on then, you old dung- +beetle!", or "look at the old dung-beetle there!" Gregor +never responded to being spoken to in that way, but just +remained where he was without moving as if the door had +never even been opened. If only they had told this +charwoman to clean up his room every day instead of letting +her disturb him for no reason whenever she felt like it! +One day, early in the morning while a heavy rain struck the +windowpanes, perhaps indicating that spring was coming, she +began to speak to him in that way once again. Gregor was so +resentful of it that he started to move toward her, he was +slow and infirm, but it was like a kind of attack. Instead +of being afraid, the charwoman just lifted up one of the +chairs from near the door and stood there with her mouth +open, clearly intending not to close her mouth until the +chair in her hand had been slammed down into Gregor's back. +"Aren't you coming any closer, then?", she asked when Gregor +turned round again, and she calmly put the chair back in the +corner. + +Gregor had almost entirely stopped eating. Only if he +happened to find himself next to the food that had been +prepared for him he might take some of it into his mouth to +play with it, leave it there a few hours and then, more +often than not, spit it out again. At first he thought it +was distress at the state of his room that stopped him +eating, but he had soon got used to the changes made there. +They had got into the habit of putting things into this room +that they had room for anywhere else, and there were now +many such things as one of the rooms in the flat had been +rented out to three gentlemen. These earnest gentlemen - +all three of them had full beards, as Gregor learned peering +through the crack in the door one day - were painfully +insistent on things' being tidy. This meant not only in +their own room but, since they had taken a room in this +establishment, in the entire flat and especially in the +kitchen. Unnecessary clutter was something they could not +tolerate, especially if it was dirty. They had moreover +brought most of their own furnishings and equipment with +them. For this reason, many things had become superfluous +which, although they could not be sold, the family did not +wish to discard. All these things found their way into +Gregor's room. The dustbins from the kitchen found their +way in there too. The charwoman was always in a hurry, and +anything she couldn't use for the time being she would just +chuck in there. He, fortunately, would usually see no more +than the object and the hand that held it. The woman most +likely meant to fetch the things back out again when she had +time and the opportunity, or to throw everything out in one +go, but what actually happened was that they were left where +they landed when they had first been thrown unless Gregor +made his way through the junk and moved it somewhere else. +At first he moved it because, with no other room free where +he could crawl about, he was forced to, but later on he came +to enjoy it although moving about in the way left him sad +and tired to death and he would remain immobile for hours +afterwards. + +The gentlemen who rented the room would sometimes take their +evening meal at home in the living room that was used by +everyone, and so the door to this room was often kept closed +in the evening. But Gregor found it easy to give up having +the door open, he had, after all, often failed to make use +of it when it was open and, without the family having +noticed it, lain in his room in its darkest corner. One +time, though, the charwoman left the door to the living room +slightly open, and it remained open when the gentlemen who +rented the room came in in the evening and the light was put +on. They sat up at the table where, formerly, Gregor had +taken his meals with his father and mother, they unfolded +the serviettes and picked up their knives and forks. +Gregor's mother immediately appeared in the doorway with a +dish of meat and soon behind her came his sister with a dish +piled high with potatoes. The food was steaming, and filled +the room with its smell. The gentlemen bent over the dishes +set in front of them as if they wanted to test the food +before eating it, and the gentleman in the middle, who +seemed to count as an authority for the other two, did +indeed cut off a piece of meat while it was still in its +dish, clearly wishing to establish whether it was +sufficiently cooked or whether it should be sent back to the +kitchen. It was to his satisfaction, and Gregor's mother +and sister, who had been looking on anxiously, began to +breathe again and smiled. + +The family themselves ate in the kitchen. Nonetheless, +Gregor's father came into the living room before he went +into the kitchen, bowed once with his cap in his hand and +did his round of the table. The gentlemen stood as one, and +mumbled something into their beards. Then, once they were +alone, they ate in near perfect silence. It seemed +remarkable to Gregor that above all the various noises of +eating their chewing teeth could still be heard, as if they +had wanted to Show Gregor that you need teeth in order to +eat and it was not possible to perform anything with jaws +that are toothless however nice they might be. "I'd like to +eat something", said Gregor anxiously, "but not anything +like they're eating. They do feed themselves. And here I +am, dying!" + +Throughout all this time, Gregor could not remember having +heard the violin being played, but this evening it began to +be heard from the kitchen. The three gentlemen had already +finished their meal, the one in the middle had produced a +newspaper, given a page to each of the others, and now they +leant back in their chairs reading them and smoking. When +the violin began playing they became attentive, stood up and +went on tip-toe over to the door of the hallway where they +stood pressed against each other. Someone must have heard +them in the kitchen, as Gregor's father called out: "Is the +playing perhaps unpleasant for the gentlemen? We can stop +it straight away." + +"On the contrary", said the middle gentleman, "would the young lady +not like to come in and play for us here in the room, where it is, +after all, much more cosy and comfortable?" "Oh yes, we'd love to", +called back Gregor's father as if he had been the violin player +himself. The gentlemen stepped back into the room and waited. +Gregor's father soon appeared with the music stand, his mother with +the music and his sister with the violin. She calmly prepared +everything for her to begin playing; his parents, who had never rented +a room out before and therefore showed an exaggerated courtesy towards +the three gentlemen, did not even dare to sit on their own chairs; his +father leant against the door with his right hand pushed in between +two buttons on his uniform coat; his mother, though, was offered a +seat by one of the gentlemen and sat - leaving the chair where the +gentleman happened to have placed it - out of the way in a corner. + +His sister began to play; father and mother paid close +attention, one on each side, to the movements of her hands. +Drawn in by the playing, Gregor had dared to come forward a +little and already had his head in the living room. Before, +he had taken great pride in how considerate he was but now +it hardly occurred to him that he had become so thoughtless +about the others. What's more, there was now all the more +reason to keep himself hidden as he was covered in the dust +that lay everywhere in his room and flew up at the slightest +movement; he carried threads, hairs, and remains of food +about on his back and sides; he was much too indifferent to +everything now to lay on his back and wipe himself on the +carpet like he had used to do several times a day. And +despite this condition, he was not too shy to move forward a +little onto the immaculate floor of the living room. + +No-one noticed him, though. The family was totally +preoccupied with the violin playing; at first, the three +gentlemen had put their hands in their pockets and come up +far too close behind the music stand to look at all the +notes being played, and they must have disturbed Gregor's +sister, but soon, in contrast with the family, they +withdrew back to the window with their heads sunk and +talking to each other at half volume, and they stayed by the +window while Gregor's father observed them anxiously. It +really now seemed very obvious that they had expected to +hear some beautiful or entertaining violin playing but had +been disappointed, that they had had enough of the whole +performance and it was only now out of politeness that they +allowed their peace to be disturbed. It was especially +unnerving, the way they all blew the smoke from their +cigarettes upwards from their mouth and noses. Yet Gregor's +sister was playing so beautifully. Her face was leant to +one side, following the lines of music with a careful and +melancholy expression. Gregor crawled a little further +forward, keeping his head close to the ground so that he +could meet her eyes if the chance came. Was he an animal if +music could captivate him so? It seemed to him that he was +being shown the way to the unknown nourishment he had been +yearning for. He was determined to make his way forward to +his sister and tug at her skirt to show her she might come +into his room with her violin, as no-one appreciated her +playing here as much as he would. He never wanted to let +her out of his room, not while he lived, anyway; his +shocking appearance should, for once, be of some use to him; +he wanted to be at every door of his room at once to hiss +and spit at the attackers; his sister should not be forced +to stay with him, though, but stay of her own free will; she +would sit beside him on the couch with her ear bent down to +him while he told her how he had always intended to send her +to the conservatory, how he would have told everyone about +it last Christmas - had Christmas really come and gone +already? - if this misfortune hadn't got in the way, and +refuse to let anyone dissuade him from it. On hearing all +this, his sister would break out in tears of emotion, and +Gregor would climb up to her shoulder and kiss her neck, +which, since she had been going out to work, she had kept +free without any necklace or collar. + +"Mr. Samsa!", shouted the middle gentleman to Gregor's +father, pointing, without wasting any more words, with his +forefinger at Gregor as he slowly moved forward. The violin +went silent, the middle of the three gentlemen first smiled +at his two friends, shaking his head, and then looked back +at Gregor. His father seemed to think it more important to +calm the three gentlemen before driving Gregor out, even +though they were not at all upset and seemed to think Gregor +was more entertaining that the violin playing had been. He +rushed up to them with his arms spread out and attempted to +drive them back into their room at the same time as trying +to block their view of Gregor with his body. Now they did +become a little annoyed, and it was not clear whether it was +his father's behaviour that annoyed them or the dawning +realisation that they had had a neighbour like Gregor in the +next room without knowing it. They asked Gregor's father +for explanations, raised their arms like he had, tugged +excitedly at heir beards and moved back towards their room +only very slowly. Meanwhile Gregor's sister had overcome +the despair she had fallen into when her playing was +suddenly interrupted. She had let her hands drop and let +violin and bow hang limply for a while but continued to look +at the music as if still playing, but then she suddenly +pulled herself together, lay the instrument on her mother's +lap who still sat laboriously struggling for breath where +she was, and ran into the next room which, under pressure +from her father, the three gentlemen were more quickly +moving toward. Under his sister's experienced hand, the +pillows and covers on the beds flew up and were put into +order and she had already finished making the beds and +slipped out again before the three gentlemen had reached the +room. Gregor's father seemed so obsessed with what he was +doing that he forgot all the respect he owed to his tenants. +He urged them and pressed them until, when he was already at +the door of the room, the middle of the three gentlemen +shouted like thunder and stamped his foot and thereby +brought Gregor's father to a halt. "I declare here and +now", he said, raising his hand and glancing at Gregor's +mother and sister to gain their attention too, "that with +regard to the repugnant conditions that prevail in this flat +and with this family" - here he looked briefly but +decisively at the floor - "I give immediate notice on my +room. For the days that I have been living here I will, of +course, pay nothing at all, on the contrary I will consider +whether to proceed with some kind of action for damages from +you, and believe me it would be very easy to set out the +grounds for such an action." He was silent and looked +straight ahead as if waiting for something. And indeed, his +two friends joined in with the words: "And we also give +immediate notice." With that, he took hold of the door +handle and slammed the door. + +Gregor's father staggered back to his seat, feeling his way +with his hands, and fell into it; it looked as if he was +stretching himself out for his usual evening nap but from +the uncontrolled way his head kept nodding it could be seen +that he was not sleeping at all. Throughout all this, +Gregor had lain still where the three gentlemen had first +seen him. His disappointment at the failure of his plan, +and perhaps also because he was weak from hunger, made it +impossible for him to move. He was sure that everyone would +turn on him any moment, and he waited. He was not even +startled out of this state when the violin on his mother's +lap fell from her trembling fingers and landed loudly on the +floor. + +"Father, Mother", said his sister, hitting the table with +her hand as introduction, "we can't carry on like this. +Maybe you can't see it, but I can. I don't want to call +this monster my brother, all I can say is: we have to try +and get rid of it. We've done all that's humanly possible +to look after it and be patient, I don't think anyone could +accuse us of doing anything wrong." "She's absolutely +right", said Gregor's father to himself. His mother, who +still had not had time to catch her breath, began to cough +dully, her hand held out in front of her and a deranged +expression in her eyes. + +Gregor's sister rushed to his mother and put her hand on her +forehead. Her words seemed to give Gregor's father some +more definite ideas. He sat upright, played with his +uniform cap between the plates left by the three gentlemen +after their meal, and occasionally looked down at Gregor as +he lay there immobile. + +"We have to try and get rid of it", said Gregor's sister, +now speaking only to her father, as her mother was too +occupied with coughing to listen, "it'll be the death of +both of you, I can see it coming. We can't all work as hard +as we have to and then come home to be tortured like this, +we can't endure it. I can't endure it any more." And she +broke out so heavily in tears that they flowed down the face +of her mother, and she wiped them away with mechanical hand +movements. "My child", said her father with sympathy and +obvious understanding, "what are we to do?" His sister just +shrugged her shoulders as a sign of the helplessness that +had taken hold of her, displacing her earlier certainly when +she had broken into tears. + +"If he could just understand us", said his father almost as +a question; his sister shook her hand vigorously through her +tears as a sign that of that there was no question. + +"If he could just understand us", repeated Gregor's father, +closing his eyes in acceptance of his sister's certainty +that that was quite impossible, "then perhaps we could come +to some kind of arrangement with him. But as it is ..." + +"It's got to go", shouted his sister, "that's the only way, +Father. You've got to get rid of the idea that that's +Gregor. We've only harmed ourselves by believing it for so +long. How can that be Gregor? If it were Gregor he would +have seen long ago that it's not possible for human beings +to live with an animal like that and he would have gone of +his own free will. We wouldn't have a brother any more, +then, but we could carry on with our lives and remember him +with respect. As it is this animal is persecuting us, it's +driven out our tenants, it obviously wants to take over the +whole flat and force us to sleep on the streets. Father, +look, just look", she suddenly screamed, "he's starting +again!" In her alarm, which was totally beyond Gregor's +comprehension, his sister even abandoned his mother as she +pushed herself vigorously out of her chair as if more +willing to sacrifice her own mother than stay anywhere near +Gregor. She rushed over to behind her father, who had +become excited merely because she was and stood up half +raising his hands in front of Gregor's sister as if to +protect her. + +But Gregor had had no intention of frightening anyone, least +of all his sister. All he had done was begin to turn round +so that he could go back into his room, although that was in +itself quite startling as his pain-wracked condition meant +that turning round required a great deal of effort and he +was using his head to help himself do it, repeatedly raising +it and striking it against the floor. He stopped and looked +round. They seemed to have realised his good intention and +had only been alarmed briefly. Now they all looked at him +in unhappy silence. His mother lay in her chair with her +legs stretched out and pressed against each other, her eyes +nearly closed with exhaustion; his sister sat next to his +father with her arms around his neck. + +"Maybe now they'll let me turn round", thought Gregor and +went back to work. He could not help panting loudly with +the effort and had sometimes to stop and take a rest. No- +one was making him rush any more, everything was left up to +him. As soon as he had finally finished turning round he +began to move straight ahead. He was amazed at the great +distance that separated him from his room, and could not +understand how he had covered that distance in his weak +state a little while before and almost without noticing it. +He concentrated on crawling as fast as he could and hardly +noticed that there was not a word, not any cry, from his +family to distract him. + +He did not turn his head until he had reached the doorway. +He did not turn it all the way round as he felt his neck +becoming stiff, but it was nonetheless enough to see that +nothing behind him had changed, only his sister had stood +up. With his last glance he saw that his mother had now +fallen completely asleep. + +He was hardly inside his room before the door was hurriedly +shut, bolted and locked. The sudden noise behind Gregor so +startled him that his little legs collapsed under him. It +was his sister who had been in so much of a rush. She had +been standing there waiting and sprung forward lightly, +Gregor had not heard her coming at all, and as she turned +the key in the lock she said loudly to her parents "At +last!". + +"What now, then?", Gregor asked himself as he looked round +in the darkness. He soon made the discovery that he could +no longer move at all. This was no surprise to him, it +seemed rather that being able to actually move around on +those spindly little legs until then was unnatural. He also +felt relatively comfortable. It is true that his entire +body was aching, but the pain seemed to be slowly getting +weaker and weaker and would finally disappear altogether. +He could already hardly feel the decayed apple in his back +or the inflamed area around it, which was entirely covered +in white dust. He thought back of his family with emotion +and love. If it was possible, he felt that he must go away +even more strongly than his sister. He remained in this +state of empty and peaceful rumination until he heard the +clock tower strike three in the morning. He watched as it +slowly began to get light everywhere outside the window too. +Then, without his willing it, his head sank down completely, +and his last breath flowed weakly from his nostrils. + +When the cleaner came in early in the morning - they'd often +asked her not to keep slamming the doors but with her +strength and in her hurry she still did, so that everyone in +the flat knew when she'd arrived and from then on it was +impossible to sleep in peace - she made her usual brief look +in on Gregor and at first found nothing special. She +thought he was laying there so still on purpose, playing the +martyr; she attributed all possible understanding to him. +She happened to be holding the long broom in her hand, so +she tried to tickle Gregor with it from the doorway. When +she had no success with that she tried to make a nuisance of +herself and poked at him a little, and only when she found +she could shove him across the floor with no resistance at +all did she start to pay attention. She soon realised what +had really happened, opened her eyes wide, whistled to +herself, but did not waste time to yank open the bedroom +doors and shout loudly into the darkness of the bedrooms: +"Come and 'ave a look at this, it's dead, just lying there, +stone dead!" + +Mr. and Mrs. Samsa sat upright there in their marriage bed +and had to make an effort to get over the shock caused by +the cleaner before they could grasp what she was saying. +But then, each from his own side, they hurried out of bed. +Mr. Samsa threw the blanket over his shoulders, Mrs. Samsa +just came out in her nightdress; and that is how they went +into Gregor's room. On the way they opened the door to the +living room where Grete had been sleeping since the three +gentlemen had moved in; she was fully dressed as if she had +never been asleep, and the paleness of her face seemed to +confirm this. "Dead?", asked Mrs. Samsa, looking at the +charwoman enquiringly, even though she could have checked +for herself and could have known it even without checking. +"That's what I said", replied the cleaner, and to prove it +she gave Gregor's body another shove with the broom, sending +it sideways across the floor. Mrs. Samsa made a movement as +if she wanted to hold back the broom, but did not complete +it. "Now then", said Mr. Samsa, "let's give thanks to God +for that". He crossed himself, and the three women followed +his example. + +Grete, who had not taken her eyes from the corpse, said: +"Just look how thin he was. He didn't eat anything for so +long. The food came out again just the same as when it went +in". Gregor's body was indeed completely dried up and flat, +they had not seen it until then, but now he was not lifted +up on his little legs, nor did he do anything to make them +look away. + +"Grete, come with us in here for a little while", said Mrs. +Samsa with a pained smile, and Grete followed her parents +into the bedroom but not without looking back at the body. +The cleaner shut the door and opened the window wide. +Although it was still early in the morning the fresh air had +something of warmth mixed in with it. It was already the +end of March, after all. + +The three gentlemen stepped out of their room and looked +round in amazement for their breakfasts; they had been +forgotten about. "Where is our breakfast?", the middle +gentleman asked the cleaner irritably. She just put her +finger on her lips and made a quick and silent sign to the +men that they might like to come into Gregor's room. They +did so, and stood around Gregor's corpse with their hands in +the pockets of their well-worn coats. It was now quite +light in the room. + +Then the door of the bedroom opened and Mr. Samsa appeared +in his uniform with his wife on one arm and his daughter on +the other. All of them had been crying a little; Grete now +and then pressed her face against her father's arm. + +"Leave my home. Now!", said Mr. Samsa, indicating the door +and without letting the women from him. "What do you +mean?", asked the middle of the three gentlemen somewhat +disconcerted, and he smiled sweetly. The other two held +their hands behind their backs and continually rubbed them +together in gleeful anticipation of a loud quarrel which +could only end in their favour. "I mean just what I said", +answered Mr. Samsa, and, with his two companions, went in a +straight line towards the man. At first, he stood there +still, looking at the ground as if the contents of his head +were rearranging themselves into new positions. "Alright, +we'll go then", he said, and looked up at Mr. Samsa as if he +had been suddenly overcome with humility and wanted +permission again from Mr. Samsa for his decision. Mr. Samsa +merely opened his eyes wide and briefly nodded to him +several times. At that, and without delay, the man actually +did take long strides into the front hallway; his two +friends had stopped rubbing their hands some time before and +had been listening to what was being said. Now they jumped +off after their friend as if taken with a sudden fear that +Mr. Samsa might go into the hallway in front of them and +break the connection with their leader. Once there, all +three took their hats from the stand, took their sticks from +the holder, bowed without a word and left the premises. Mr. +Samsa and the two women followed them out onto the landing; +but they had had no reason to mistrust the men' intentions +and as they leaned over the landing they saw how the three +gentlemen made slow but steady progress down the many steps. +As they turned the corner on each floor they disappeared and +would reappear a few moments later; the further down they +went, the more that the Samsa family lost interest in them; +when a butcher's boy, proud of posture with his tray on his +head, passed them on his way up and came nearer than they +were, Mr. Samsa and the women came away from the landing and +went, as if relieved, back into the flat. + +They decided the best way to make use of that day was for +relaxation and to go for a walk; not only had they earned a +break from work but they were in serious need of it. So +they sat at the table and wrote three letters of excusal, +Mr. Samsa to his employers, Mrs. Samsa to her contractor and +Grete to her principal. The cleaner came in while they were +writing to tell them she was going, she'd finished her work +for that morning. The three of them at first just nodded +without looking up from what they were writing, and it was +only when the cleaner still did not seem to want to leave +that they looked up in irritation. "Well?", asked Mr. +Samsa. The charwoman stood in the doorway with a smile on +her face as if she had some tremendous good news to report, +but would only do it if she was clearly asked to. The +almost vertical little ostrich feather on her hat, which had +been source of irritation to Mr. Samsa all the time she had +been working for them, swayed gently in all directions. +"What is it you want then?", asked Mrs. Samsa, whom the +cleaner had the most respect for. "Yes", she answered, and +broke into a friendly laugh that made her unable to speak +straight away, "well then, that thing in there, you needn't +worry about how you're going to get rid of it. That's all +been sorted out." Mrs. Samsa and Grete bent down over their +letters as if intent on continuing with what they were +writing; Mr. Samsa saw that the cleaner wanted to start +describing everything in detail but, with outstretched hand, +he made it quite clear that she was not to. So, as she was +prevented from telling them all about it, she suddenly +remembered what a hurry she was in and, clearly peeved, +called out "Cheerio then, everyone", turned round sharply +and left, slamming the door terribly as she went. + +"Tonight she gets sacked", said Mr. Samsa, but he received +no reply from either his wife or his daughter as the +charwoman seemed to have destroyed the peace they had only +just gained. They got up and went over to the window where +they remained with their arms around each other. Mr. Samsa +twisted round in his chair to look at them and sat there +watching for a while. Then he called out: "Come here, then. +Let's forget about all that old stuff, shall we. Come and +give me a bit of attention". The two women immediately did +as he said, hurrying over to him where they kissed him and +hugged him and then they quickly finished their letters. +After that, the three of them left the flat together, which +was something they had not done for months, and took the +tram out to the open country outside the town. They had the +tram, filled with warm sunshine, all to themselves. Leant +back comfortably on their seats, they discussed their +prospects and found that on closer examination they were not +at all bad - until then they had never asked each other +about their work but all three had jobs which were very good +and held particularly good promise for the future. The +greatest improvement for the time being, of course, would be +achieved quite easily by moving house; what they needed now +was a flat that was smaller and cheaper than the current one +which had been chosen by Gregor, one that was in a better +location and, most of all, more practical. All the time, +Grete was becoming livelier. With all the worry they had +been having of late her cheeks had become pale, but, while +they were talking, Mr. and Mrs. Samsa were struck, almost +simultaneously, with the thought of how their daughter was +blossoming into a well built and beautiful young lady. They +became quieter. Just from each other's glance and almost +without knowing it they agreed that it would soon be time to +find a good man for her. And, as if in confirmation of +their new dreams and good intentions, as soon as they +reached their destination Grete was the first to get up and +stretch out her young body. \ No newline at end of file diff --git a/node_modules/rita/test/html/data/sentence1.json b/node_modules/rita/test/html/data/sentence1.json new file mode 100644 index 0000000..f69e88a --- /dev/null +++ b/node_modules/rita/test/html/data/sentence1.json @@ -0,0 +1,8 @@ +{ + "" : " .", + "" : " ", + "" : "a [0.1] | the", + "" : " | [0.1]", + "" : "woman | man", + "" : "shoots" +} diff --git a/node_modules/rita/test/html/data/sentence1.yaml b/node_modules/rita/test/html/data/sentence1.yaml new file mode 100644 index 0000000..a32f1a8 --- /dev/null +++ b/node_modules/rita/test/html/data/sentence1.yaml @@ -0,0 +1,8 @@ +--- +: a [0.1] | the +#I am a comment +: woman | man +: +: . +: shoots +: | [0.1] \ No newline at end of file diff --git a/node_modules/rita/test/html/data/sentence2.json b/node_modules/rita/test/html/data/sentence2.json new file mode 100644 index 0000000..529ead1 --- /dev/null +++ b/node_modules/rita/test/html/data/sentence2.json @@ -0,0 +1,17 @@ +{ + "": " .", + "": " ", + "": [ + "a [0.1]", + "the" + ], + "": [ + " [0.1]", + "" + ], + "": [ + "woman", + "man" + ], + "": "shoots" +} \ No newline at end of file diff --git a/node_modules/rita/test/html/data/sentence2.yaml b/node_modules/rita/test/html/data/sentence2.yaml new file mode 100644 index 0000000..0df1239 --- /dev/null +++ b/node_modules/rita/test/html/data/sentence2.yaml @@ -0,0 +1,14 @@ +--- +: + - "a [0.1]" + - the +: + - woman + - man + # I am a comment +: " " +: " ." +: shoots +: + - [0.1] + - diff --git a/node_modules/rita/test/html/data/tate.txt b/node_modules/rita/test/html/data/tate.txt new file mode 100644 index 0000000..01955ad --- /dev/null +++ b/node_modules/rita/test/html/data/tate.txt @@ -0,0 +1 @@ +A huge lizard was discovered drinking out of the fountain today. It was not menacing anyone, it was just very thirsty. A small crowd gathered and whispered to one another, as though the lizard would understand them if they spoke in normal voices. The lizard seemed not even a little perturbed by their gathering. It drank and drank, its long forked tongue was like a red river hypnotizing the people, keeping them in a trance-like state. 'It's like a different town,' one of them whispered. 'Change is good,' the other one whispered back. \ No newline at end of file diff --git a/node_modules/rita/test/html/data/wittgenstein.txt b/node_modules/rita/test/html/data/wittgenstein.txt new file mode 100644 index 0000000..3a48e15 --- /dev/null +++ b/node_modules/rita/test/html/data/wittgenstein.txt @@ -0,0 +1,2238 @@ +Perhaps this book will be understood only by someone who has himself +already had the thoughts that are expressed in it--or at least similar +thoughts.--So it is not a textbook.--Its purpose would be achieved if it +gave pleasure to one person who read and understood it. + +The book deals with the problems of philosophy, and shows, I believe, that +the reason why these problems are posed is that the logic of our language +is misunderstood. The whole sense of the book might be summed up the +following words: what can be said at all can be said clearly, and what we +cannot talk about we must pass over in silence. + +Thus the aim of the book is to draw a limit to thought, or rather--not to +thought, but to the expression of thoughts: for in order to be able to draw +a limit to thought, we should have to find both sides of the limit +thinkable i.e. we should have to be able to think what cannot be thought. + +It will therefore only be in language that the limit can be drawn, and what +lies on the other side of the limit will simply be nonsense. + +I do not wish to judge how far my efforts coincide with those of other +philosophers. Indeed, what I have written here makes no claim to novelty in +detail, and the reason why I give no sources is that it is a matter of +indifference to me whether the thoughts that I have had have been +anticipated by someone else. + +If this work has any value, it consists in two things: the first is that +thoughts are expressed in it, and on this score the better the thoughts are +expressed--the more the nail has been hit on the head--the greater will be +its value.--Here I am conscious of having fallen a long way short of what +is possible. Simply because my powers are too slight for the accomplishment +of the task.--May others come and do it better. + +On the other hand the truth of the thoughts that are here communicated +seems to me unassailable and definitive. I therefore believe myself to have +found, on all essential points, the final solution of the problems. And if +I am not mistaken in this belief, then the second thing in which the of +this work consists is that it shows how little is achieved when these +problem are solved. + +The world is all that is the case. + +The world is the totality of facts, not of things. + +The world is determined by the facts, and by their being all the +facts. + +For the totality of facts determines what is the case, and also +whatever is not the case. + +The facts in logical space are the world. + +The world divides into facts. + +Each item can be the case or not the case while everything else +remains the same. + +What is the case--a fact--is the existence of states of affairs. + +A state of affairs a state of things is a combination of objects +things. + +It is essential to things that they should be possible constituents +of states of affairs. + +In logic nothing is accidental: if a thing can occur in a state of +affairs, the possibility of the state of affairs must be written into the +thing itself. + +It would seem to be a sort of accident, if it turned out that a +situation would fit a thing that could already exist entirely on its own. +If things can occur in states of affairs, this possibility must be in them +from the beginning. Nothing in the province of logic can be merely +possible. Logic deals with every possibility and all possibilities are its +facts. Just as we are quite unable to imagine spatial objects outside +space or temporal objects outside time, so too there is no object that we +can imagine excluded from the possibility of combining with others. If I +can imagine objects combined in states of affairs, I cannot imagine them +excluded from the possibility of such combinations. + +Things are independent in so far as they can occur in all possible +situations, but this form of independence is a form of connexion with +states of affairs, a form of dependence. It is impossible for words to +appear in two different roles: by themselves, and in propositions. + +If I know an object I also know all its possible occurrences in +states of affairs. Every one of these possibilities must be part of the +nature of the object. A new possibility cannot be discovered later. + +If I am to know an object, thought I need not know its external +properties, I must know all its internal properties. + +If all objects are given, then at the same time all possible states +of affairs are also given. + +Each thing is, as it were, in a space of possible states of affairs. +This space I can imagine empty, but I cannot imagine the thing without the +space. + +A spatial object must be situated in infinite space. A spatial +point is an argument-place. A speck in the visual field, thought it need +not be red, must have some colour: it is, so to speak, surrounded by colour- +space. Notes must have some pitch, objects of the sense of touch some +degree of hardness, and so on. + +Objects contain the possibility of all situations. + +The possibility of its occurring in states of affairs is the form of +an object. + +Objects are simple. + +Every statement about complexes can be resolved into a statement +about their constituents and into the propositions that describe the +complexes completely. + +Objects make up the substance of the world. That is why they cannot +be composite. + +If they world had no substance, then whether a proposition had sense +would depend on whether another proposition was true. + +In that case we could not sketch any picture of the world true or +false. + +It is obvious that an imagined world, however difference it may be +from the real one, must have something-- a form--in common with it. + +Objects are just what constitute this unalterable form. + +The substance of the world can only determine a form, and not any +material properties. For it is only by means of propositions that material +properties are represented--only by the configuration of objects that they +are produced. + +In a manner of speaking, objects are colourless. + +If two objects have the same logical form, the only distinction +between them, apart from their external properties, is that they are +different. + +Either a thing has properties that nothing else has, in which case +we can immediately use a description to distinguish it from the others and +refer to it; or, on the other hand, there are several things that have the +whole set of their properties in common, in which case it is quite +impossible to indicate one of them. For it there is nothing to distinguish +a thing, I cannot distinguish it, since otherwise it would be distinguished +after all. + +The substance is what subsists independently of what is the case. + +It is form and content. + +Space, time, colour being coloured are forms of objects. + +There must be objects, if the world is to have unalterable form. + +Objects, the unalterable, and the subsistent are one and the same. + +Objects are what is unalterable and subsistent; their configuration +is what is changing and unstable. + +The configuration of objects produces states of affairs. + +In a state of affairs objects fit into one another like the links of a +chain. + +In a state of affairs objects stand in a determinate relation to one +another. + +The determinate way in which objects are connected in a state of +affairs is the structure of the state of affairs. + +Form is the possibility of structure. + +The structure of a fact consists of the structures of states of +affairs. + +The totality of existing states of affairs is the world. + +The totality of existing states of affairs also determines which +states of affairs do not exist. + +The existence and non-existence of states of affairs is reality. We +call the existence of states of affairs a positive fact, and their non- +existence a negative fact. + +States of affairs are independent of one another. + +From the existence or non-existence of one state of affairs it is +impossible to infer the existence or non-existence of another. + +The sum-total of reality is the world. + +We picture facts to ourselves. + +A picture presents a situation in logical space, the existence and non- +existence of states of affairs. + +A picture is a model of reality. + +In a picture objects have the elements of the picture corresponding to +them. + +In a picture the elements of the picture are the representatives of +objects. + +What constitutes a picture is that its elements are related to one +another in a determinate way. + +A picture is a fact. + +The fact that the elements of a picture are related to one another in +a determinate way represents that things are related to one another in the +same way. Let us call this connexion of its elements the structure of the +picture, and let us call the possibility of this structure the pictorial +form of the picture. + +Pictorial form is the possibility that things are related to one +another in the same way as the elements of the picture. + +That is how a picture is attached to reality; it reaches right out +to it. + +It is laid against reality like a measure. + +Only the end-points of the graduating lines actually touch the +object that is to be measured. + +So a picture, conceived in this way, also includes the pictorial +relationship, which makes it into a picture. + +These correlations are, as it were, the feelers of the picture's +elements, with which the picture touches reality. + +If a fact is to be a picture, it must have something in common with +what it depicts. + +There must be something identical in a picture and what it depicts, +to enable the one to be a picture of the other at all. + +What a picture must have in common with reality, in order to be able +to depict it--correctly or incorrectly--in the way that it does, is its +pictorial form. + +A picture can depict any reality whose form it has. A spatial picture +can depict anything spatial, a coloured one anything coloured, etc. + +A picture cannot, however, depict its pictorial form: it displays it. + +A picture represents its subject from a position outside it. Its +standpoint is its representational form. That is why a picture represents +its subject correctly or incorrectly. + +A picture cannot, however, place itself outside its representational +form. + +What any picture, of whatever form, must have in common with reality, +in order to be able to depict it--correctly or incorrectly--in any way at +all, is logical form, i.e. the form of reality. + +A picture whose pictorial form is logical form is called a logical +picture. + +Every picture is at the same time a logical one. On the other hand, +not every picture is, for example, a spatial one. + +Logical pictures can depict the world. + +A picture has logico-pictorial form in common with what it depicts. + +A picture depicts reality by representing a possibility of existence +and non-existence of states of affairs. + +A picture contains the possibility of the situation that it +represents. + +A picture agrees with reality or fails to agree; it is correct or +incorrect, true or false. + +What a picture represents it represents independently of its truth or +falsity, by means of its pictorial form. + +What a picture represents is its sense. + +The agreement or disagreement or its sense with reality constitutes +its truth or falsity. + +In order to tell whether a picture is true or false we must compare +it with reality. + +It is impossible to tell from the picture alone whether it is true or +false. + +There are no pictures that are true a priori. + +A logical picture of facts is a thought. + +'A state of affairs is thinkable': what this means is that we can +picture it to ourselves. + +The totality of true thoughts is a picture of the world. + +A thought contains the possibility of the situation of which it is the +thought. What is thinkable is possible too. + +Thought can never be of anything illogical, since, if it were, we +should have to think illogically. + +It used to be said that God could create anything except what would +be contrary to the laws of logic.The truth is that we could not say what an +'illogical' world would look like. + +It is as impossible to represent in language anything that +'contradicts logic' as it is in geometry to represent by its coordinates a +figure that contradicts the laws of space, or to give the coordinates of a +point that does not exist. + +Though a state of affairs that would contravene the laws of physics +can be represented by us spatially, one that would contravene the laws of +geometry cannot. + +It a thought were correct a priori, it would be a thought whose +possibility ensured its truth. + +A priori knowledge that a thought was true would be possible only it +its truth were recognizable from the thought itself without anything a to +compare it with. + +In a proposition a thought finds an expression that can be perceived by +the senses. + +We use the perceptible sign of a proposition spoken or written, etc. +as a projection of a possible situation. The method of projection is to +think of the sense of the proposition. + +I call the sign with which we express a thought a propositional +sign.And a proposition is a propositional sign in its projective relation +to the world. + +A proposition, therefore, does not actually contain its sense, but +does contain the possibility of expressing it. 'The content of a +proposition' means the content of a proposition that has sense. A +proposition contains the form, but not the content, of its sense. + +What constitutes a propositional sign is that in its elements the +words stand in a determinate relation to one another. A propositional sign +is a fact. + +A proposition is not a blend of words.Just as a theme in music is +not a blend of notes. A proposition is articulate. + +Only facts can express a sense, a set of names cannot. + +Although a propositional sign is a fact, this is obscured by the +usual form of expression in writing or print. For in a printed proposition, +for example, no essential difference is apparent between a propositional +sign and a word. That is what made it possible for Frege to call a +proposition a composite name. + +The essence of a propositional sign is very clearly seen if we +imagine one composed of spatial objects such as tables, chairs, and books +instead of written signs. + +Situations can be described but not given names. + +In a proposition a thought can be expressed in such a way that elements +of the propositional sign correspond to the objects of the thought. + +I call such elements 'simple signs', and such a proposition 'complete +analysed'. + +The simple signs employed in propositions are called names. + +A name means an object. The object is its meaning. 'A' is the same +sign as 'A'. + +The configuration of objects in a situation corresponds to the +configuration of simple signs in the propositional sign. + +Objects can only be named. Signs are their representatives. I can +only speak about them: I cannot put them into words. Propositions can only +say how things are, not what they are. + +The requirement that simple signs be possible is the requirement that +sense be determinate. + +A proposition about a complex stands in an internal relation to a +proposition about a constituent of the complex. A complex can be given only +by its description, which will be right or wrong. A proposition that +mentions a complex will not be nonsensical, if the complex does not exits, +but simply false. When a propositional element signifies a complex, this +can be seen from an indeterminateness in the propositions in which it +occurs. In such cases we know that the proposition leaves something +undetermined. In fact the notation for generality contains a prototype. +The contraction of a symbol for a complex into a simple symbol can be +expressed in a definition. + +A proposition cannot be dissected any further by means of a +definition: it is a primitive sign. + +Every sign that has a definition signifies via the signs that serve +to define it; and the definitions point the way. Two signs cannot signify +in the same manner if one is primitive and the other is defined by means of +primitive signs. Names cannot be anatomized by means of definitions. Nor +can any sign that has a meaning independently and on its own. + +What signs fail to express, their application shows. What signs slur +over, their application says clearly. + +The meanings of primitive signs can be explained by means of +elucidations. Elucidations are propositions that stood if the meanings of +those signs are already known. + +Only propositions have sense; only in the nexus of a proposition does a +name have meaning. + +I call any part of a proposition that characterizes its sense an +expression or a symbol. A proposition is itself an expression. +Everything essential to their sense that propositions can have in common +with one another is an expression. An expression is the mark of a form and +a content. + +An expression presupposes the forms of all the propositions in which +it can occur. It is the common characteristic mark of a class of +propositions. + +It is therefore presented by means of the general form of the +propositions that it characterizes. In fact, in this form the expression +will be constant and everything else variable. + +Thus an expression is presented by means of a variable whose values +are the propositions that contain the expression. In the limiting case the +variable becomes a constant, the expression becomes a proposition. I call +such a variable a 'propositional variable'. + +An expression has meaning only in a proposition. All variables can be +construed as propositional variables. Even variable names. + +If we turn a constituent of a proposition into a variable, there is a +class of propositions all of which are values of the resulting variable +proposition. In general, this class too will be dependent on the meaning +that our arbitrary conventions have given to parts of the original +proposition. But if all the signs in it that have arbitrarily determined +meanings are turned into variables, we shall still get a class of this +kind. This one, however, is not dependent on any convention, but solely on +the nature of the pro position. It corresponds to a logical form--a logical +prototype. + +What values a propositional variable may take is something that is +stipulated. The stipulation of values is the variable. + +To stipulate values for a propositional variable is to give the +propositions whose common characteristic the variable is. The stipulation +is a description of those propositions. The stipulation will therefore be +concerned only with symbols, not with their meaning. And the only thing +essential to the stipulation is that it is merely a description of symbols +and states nothing about what is signified. How the description of the +propositions is produced is not essential. + +Like Frege and Russell I construe a proposition as a function of the +expressions contained in it. + +A sign is what can be perceived of a symbol. + +So one and the same sign written or spoken, etc. can be common to +two different symbols--in which case they will signify in different ways. + +Our use of the same sign to signify two different objects can never +indicate a common characteristic of the two, if we use it with two +different modes of signification. For the sign, of course, is arbitrary. So +we could choose two different signs instead, and then what would be left in +common on the signifying side? + +In everyday language it very frequently happens that the same word +has different modes of signification--and so belongs to different symbols-- +or that two words that have different modes of signification are employed +in propositions in what is superficially the same way. Thus the word 'is' +figures as the copula, as a sign for identity, and as an expression for +existence; 'exist' figures as an intransitive verb like 'go', and +'identical' as an adjective; we speak of something, but also of something's +happening. In the proposition, 'Green is green'--where the first word is +the proper name of a person and the last an adjective--these words do not +merely have different meanings: they are different symbols. + +In this way the most fundamental confusions are easily produced the +whole of philosophy is full of them. + +In order to avoid such errors we must make use of a sign-language +that excludes them by not using the same sign for different symbols and by +not using in a superficially similar way signs that have different modes of +signification: that is to say, a sign-language that is governed by logical +grammar--by logical syntax. The conceptual notation of Frege and Russell +is such a language, though, it is true, it fails to exclude all mistakes. + +In order to recognize a symbol by its sign we must observe how it is +used with a sense. + +A sign does not determine a logical form unless it is taken together +with its logico-syntactical employment. + +If a sign is useless, it is meaningless. That is the point of Occam's +maxim. If everything behaves as if a sign had meaning, then it does have +meaning. + +In logical syntax the meaning of a sign should never play a role. It +must be possible to establish logical syntax without mentioning the meaning +of a sign: only the description of expressions may be presupposed. + +From this observation we turn to Russell's 'theory of types'. It can +be seen that Russell must be wrong, because he had to mention the meaning +of signs when establishing the rules for them. + +No proposition can make a statement about itself, because a +propositional sign cannot be contained in itself that is the whole of the +'theory of types'. + +The reason why a function cannot be its own argument is that the sign +for a function already contains the prototype of its argument, and it +cannot contain itself. + +The rules of logical syntax must go without saying, once we know how +each individual sign signifies. + +A proposition possesses essential and accidental features. Accidental +features are those that result from the particular way in which the +propositional sign is produced. Essential features are those without which +the proposition could not express its sense. + +So what is essential in a proposition is what all propositions that +can express the same sense have in common. And similarly, in general, what +is essential in a symbol is what all symbols that can serve the same +purpose have in common. + +So one could say that the real name of an object was what all +symbols that signified it had in common. Thus, one by one, all kinds of +composition would prove to be unessential to a name. + +Although there is something arbitrary in our notations, this much is +not arbitrary--that when we have determined one thing arbitrarily, +something else is necessarily the case. This derives from the essence of +notation. + +A particular mode of signifying may be unimportant but it is always +important that it is a possible mode of signifying. And that is generally +so in philosophy: again and again the individual case turns out to be +unimportant, but the possibility of each individual case discloses +something about the essence of the world. + +Definitions are rules for translating from one language into another. +Any correct sign-language must be translatable into any other in accordance +with such rules: it is this that they all have in common. + +What signifies in a symbol is what is common to all the symbols that +the rules of logical syntax allow us to substitute for it. + +This serves to characterize the way in +which something general can be disclosed by the possibility of a specific +notation. + +Nor does analysis resolve the sign for a complex in an arbitrary +way, so that it would have a different resolution every time that it was +incorporated in a different proposition. + +A proposition determines a place in logical space. The existence of +this logical place is guaranteed by the mere existence of the constituents-- +by the existence of the proposition with a sense. + +The propositional sign with logical co-ordinates--that is the logical +place. + +In geometry and logic alike a place is a possibility: something can +exist in it. + +A proposition can determine only one place in logical space: +nevertheless the whole of logical space must already be given by it. +Otherwise negation, logical sum, logical product, etc., would introduce +more and more new elements in co-ordination. The logical scaffolding +surrounding a picture determines logical space. The force of a proposition +reaches through the whole of logical space. + +A propositional sign, applied and thought out, is a thought. + +4 A thought is a proposition with a sense. + +The totality of propositions is language. + +Man possesses the ability to construct languages capable of +expressing every sense, without having any idea how each word has meaning +or what its meaning is--just as people speak without knowing how the +individual sounds are produced. Everyday language is a part of the human +organism and is no less complicated than it. It is not humanly possible to +gather immediately from it what the logic of language is. Language +disguises thought. So much so, that from the outward form of the clothing +it is impossible to infer the form of the thought beneath it, because the +outward form of the clothing is not designed to reveal the form of the +body, but for entirely different purposes. The tacit conventions on which +the understanding of everyday language depends are enormously complicated. + +Most of the propositions and questions to be found in philosophical +works are not false but nonsensical. Consequently we cannot give any answer +to questions of this kind, but can only point out that they are +nonsensical. Most of the propositions and questions of philosophers arise +from our failure to understand the logic of our language. They belong to +the same class as the question whether the good is more or less identical +than the beautiful. And it is not surprising that the deepest problems are +in fact not problems at all. + +All philosophy is a 'critique of language' though not in Mauthner's +sense. It was Russell who performed the service of showing that the +apparent logical form of a proposition need not be its real one. + +A proposition is a picture of reality. A proposition is a model of +reality as we imagine it. + +At first sight a proposition--one set out on the printed page, for +example--does not seem to be a picture of the reality with which it is +concerned. But neither do written notes seem at first sight to be a picture +of a piece of music, nor our phonetic notation the alphabet to be a +picture of our speech. And yet these sign-languages prove to be pictures, +even in the ordinary sense, of what they represent. + +It is obvious that a proposition of the form 'aRb' strikes us as a +picture. In this case the sign is obviously a likeness of what is +signified. + +And if we penetrate to the essence of this pictorial character, we +see that it is not impaired by apparent irregularities such as the use +of musical notation. For even these irregularities +depict what they are intended to express; only they do it in a different +way. + +A gramophone record, the musical idea, the written notes, and the +sound-waves, all stand to one another in the same internal relation of +depicting that holds between language and the world. They are all +constructed according to a common logical pattern. Like the two youths in +the fairy-tale, their two horses, and their lilies. They are all in a +certain sense one. + +There is a general rule by means of which the musician can obtain +the symphony from the score, and which makes it possible to derive the +symphony from the groove on the gramophone record, and, using the first +rule, to derive the score again. That is what constitutes the inner +similarity between these things which seem to be constructed in such +entirely different ways. And that rule is the law of projection which +projects the symphony into the language of musical notation. It is the rule +for translating this language into the language of gramophone records. + +The possibility of all imagery, of all our pictorial modes of +expression, is contained in the logic of depiction. + +In order to understand the essential nature of a proposition, we +should consider hieroglyphic script, which depicts the facts that it +describes. And alphabetic script developed out of it without losing what +was essential to depiction. + +We can see this from the fact that we understand the sense of a +propositional sign without its having been explained to us. + +A proposition is a picture of reality: for if I understand a +proposition, I know the situation that it represents. And I understand the +proposition without having had its sense explained to me. + +A proposition shows its sense. A proposition shows how things stand +if it is true. And it says that they do so stand. + +A proposition must restrict reality to two alternatives: yes or no. +In order to do that, it must describe reality completely. A proposition is +a description of a state of affairs. Just as a description of an object +describes it by giving its external properties, so a proposition describes +reality by its internal properties. A proposition constructs a world with +the help of a logical scaffolding, so that one can actually see from the +proposition how everything stands logically if it is true. One can draw +inferences from a false proposition. + +To understand a proposition means to know what is the case if it is +true. One can understand it, therefore, without knowing whether it is +true. It is understood by anyone who understands its constituents. + +When translating one language into another, we do not proceed by +translating each proposition of the one into a proposition of the other, +but merely by translating the constituents of propositions. And the +dictionary translates not only substantives, but also verbs, adjectives, +and conjunctions, etc.; and it treats them all in the same way. + +The meanings of simple signs words must be explained to us if we +are to understand them. With propositions, however, we make ourselves +understood. + +It belongs to the essence of a proposition that it should be able to +communicate a new sense to us. + +A proposition must use old expressions to communicate a new sense. A +proposition communicates a situation to us, and so it must be essentially +connected with the situation. And the connexion is precisely that it is its +logical picture. A proposition states something only in so far as it is a +picture. + +In a proposition a situation is, as it were, constructed by way of +experiment. Instead of, 'This proposition has such and such a sense, we can +simply say, 'This proposition represents such and such a situation'. + +One name stands for one thing, another for another thing, and they +are combined with one another. In this way the whole group--like a tableau +vivant--presents a state of affairs. + +The possibility of propositions is based on the principle that +objects have signs as their representatives. My fundamental idea is that +the 'logical constants' are not representatives; that there can be no +representatives of the logic of facts. + +It is only in so far as a proposition is logically articulated that +it is a picture of a situation. Even the proposition, 'Ambulo', is +composite: for its stem with a different ending yields a different sense, +and so does its ending with a different stem. + +In a proposition there must be exactly as many distinguishable parts +as in the situation that it represents. The two must possess the same +logical mathematical multiplicity. Compare Hertz's Mechanics on +dynamical models. + +This mathematical multiplicity, of course, cannot itself be the +subject of depiction. One cannot get away from it when depicting. + +If, for example, we wanted to express what we now write as 'x. +fx' by putting an affix in front of 'fx'--for instance by writing 'Gen. fx'- +-it would not be adequate: we should not know what was being generalized. +If we wanted to signalize it with an affix 'g'--for instance by writing +'fxg'--that would not be adequate either: we should not know the scope of +the generality-sign. If we were to try to do it by introducing a mark into +the argument-places--for instance by writing 'G,G. FG,G' --it would +not be adequate: we should not be able to establish the identity of the +variables. And so on. All these modes of signifying are inadequate because +they lack the necessary mathematical multiplicity. + +For the same reason the idealist's appeal to 'spatial spectacles' is +inadequate to explain the seeing of spatial relations, because it cannot +explain the multiplicity of these relations. + +Reality is compared with propositions. + +A proposition can be true or false only in virtue of being a picture +of reality. + +It must not be overlooked that a proposition has a sense that is +independent of the facts: otherwise one can easily suppose that true and +false are relations of equal status between signs and what they signify. In +that case one could say, for example, that 'p' signified in the true way +what 'Pp' signified in the false way, etc. + +Can we not make ourselves understood with false propositions just as +we have done up till now with true ones?--So long as it is known that they +are meant to be false.--No! For a proposition is true if we use it to say +that things stand in a certain way, and they do; and if by 'p' we mean Pp +and things stand as we mean that they do, then, construed in the new way, +'p' is true and not false. + +But it is important that the signs 'p' and 'Pp' can say the same +thing. For it shows that nothing in reality corresponds to the sign 'P'. +The occurrence of negation in a proposition is not enough to characterize +its sense PPp = p. The propositions 'p' and 'Pp' have opposite sense, but +there corresponds to them one and the same reality. + +An analogy to illustrate the concept of truth: imagine a black spot +on white paper: you can describe the shape of the spot by saying, for each +point on the sheet, whether it is black or white. To the fact that a point +is black there corresponds a positive fact, and to the fact that a point is +white not black, a negative fact. If I designate a point on the sheet a +truth-value according to Frege, then this corresponds to the supposition +that is put forward for judgement, etc. etc. But in order to be able to say +that a point is black or white, I must first know when a point is called +black, and when white: in order to be able to say,'"p" is true or false', +I must have determined in what circumstances I call 'p' true, and in so +doing I determine the sense of the proposition. Now the point where the +simile breaks down is this: we can indicate a point on the paper even if we +do not know what black and white are, but if a proposition has no sense, +nothing corresponds to it, since it does not designatea thing a truth- +value which might have properties called 'false' or 'true'. The verb of a +proposition is not 'is true' or 'is false', as Frege thought: rather, that +which 'is true' must already contain the verb. + +Every proposition must already have a sense: it cannot be given a +sense by affirmation. Indeed its sense is just what is affirmed. And the +same applies to negation, etc. + +One could say that negation must be related to the logical place +determined by the negated proposition. The negating proposition determines +a logical place different from that of the negated proposition. The +negating proposition determines a logical place with the help of the +logical place of the negated proposition. For it describes it as lying +outside the latter's logical place. The negated proposition can be negated +again, and this in itself shows that what is negated is already a +proposition, and not merely something that is prelimary to a proposition. + +Propositions represent the existence and non-existence of states of +affairs. + +The totality of true propositions is the whole of natural science or +the whole corpus of the natural sciences. + +Philosophy is not one of the natural sciences. The word 'philosophy' +must mean something whose place is above or below the natural sciences, not +beside them. + +Philosophy aims at the logical clarification of thoughts. Philosophy +is not a body of doctrine but an activity. A philosophical work consists +essentially of elucidations. Philosophy does not result in 'philosophical +propositions', but rather in the clarification of propositions. Without +philosophy thoughts are, as it were, cloudy and indistinct: its task is to +make them clear and to give them sharp boundaries. + +Psychology is no more closely related to philosophy than any other +natural science. Theory of knowledge is the philosophy of psychology. Does +not my study of sign-language correspond to the study of thought-processes, +which philosophers used to consider so essential to the philosophy of +logic? Only in most cases they got entangled in unessential psychological +investigations, and with my method too there is an analogous risk. + +Darwin's theory has no more to do with philosophy than any other +hypothesis in natural science. + +Philosophy sets limits to the much disputed sphere of natural +science. + +It must set limits to what can be thought; and, in doing so, to what +cannot be thought. It must set limits to what cannot be thought by working +outwards through what can be thought. + +It will signify what cannot be said, by presenting clearly what can +be said. + +Everything that can be thought at all can be thought clearly. +Everything that can be put into words can be put clearly. 4.12 Propositions +can represent the whole of reality, but they cannot represent what they +must have in common with reality in order to be able to represent it-- +logical form. In order to be able to represent logical form, we should have +to be able to station ourselves with propositions somewhere outside logic, +that is to say outside the world. + +Propositions cannot represent logical form: it is mirrored in them. +What finds its reflection in language, language cannot represent. What +expresses itself in language, we cannot express by means of language. +Propositions show the logical form of reality. They display it. + +If two propositions contradict one another, then +their structure shows it; the same is true if one of them follows from the +other. And so on. + +What can be shown, cannot be said. + +Now, too, we understand our feeling that once we have a sign- +language in which everything is all right, we already have a correct +logical point of view. + +In a certain sense we can talk about formal properties of objects and +states of affairs, or, in the case of facts, about structural properties: +and in the same sense about formal relations and structural relations. +Instead of 'structural property' I also say 'internal property'; instead +of 'structural relation', 'internal relation'. I introduce these +expressions in order to indicate the source of the confusion between +internal relations and relations proper external relations, which is very +widespread among philosophers. It is impossible, however, to assert by +means of propositions that such internal properties and relations obtain: +rather, this makes itself manifest in the propositions that represent the +relevant states of affairs and are concerned with the relevant objects. + +An internal property of a fact can also be bed a feature of that +fact in the sense in which we speak of facial features, for example. + +A property is internal if it is unthinkable that its object should +not possess it. This shade of blue and that one stand, eo ipso, in the +internal relation of lighter to darker. It is unthinkable that these two +objects should not stand in this relation. Here the shifting use of the +word 'object' corresponds to the shifting use of the words 'property' and +'relation'. + +The existence of an internal property of a possible situation is not +expressed by means of a proposition: rather, it expresses itself in the +proposition representing the situation, by means of an internal property of +that proposition. It would be just as nonsensical to assert that a +proposition had a formal property as to deny it. + +It is impossible to distinguish forms from one another by saying +that one has this property and another that property: for this presupposes +that it makes sense to ascribe either property to either form. + +The existence of an internal relation between possible situations +expresses itself in language by means of an internal relation between the +propositions representing them. + +Here we have the answer to the vexed question 'whether all relations +are internal or external'. + +We can now talk about formal concepts, in the same sense that we +speak of formal properties. I introduce this expression in order to +exhibit the source of the confusion between formal concepts and concepts +proper, which pervades the whole of traditional logic. When something +falls under a formal concept as one of its objects, this cannot be +expressed by means of a proposition. Instead it is shown in the very sign +for this object. A name shows that it signifies an object, a sign for a +number that it signifies a number, etc. Formal concepts cannot, in fact, +be represented by means of a function, as concepts proper can. For their +characteristics, formal properties, are not expressed by means of +functions. The expression for a formal property is a feature of certain +symbols. So the sign for the characteristics of a formal concept is a +distinctive feature of all symbols whose meanings fall under the concept. +So the expression for a formal concept is a propositional variable in which +this distinctive f. + +The propositional variable signifies the formal concept, and its +values signify the objects that fall under the concept. + +Every variable is the sign for a formal concept. For every variable +represents a constant form that all its values possess, and this can be +regarded as a formal property of those values. + + +A formal concept is given immediately any object falling under it +is given. It is not possible, therefore, to introduce as primitive ideas +objects belonging to a formal concept and the formal concept itself. So it +is impossible, for example, to introduce as primitive ideas both the +concept of a function and specific functions, as Russell does; or the +concept of a number and particular numbers. + +This is what Frege and Russell overlooked: +consequently the way in which they want to express general propositions +like the one above is incorrect; it contains a vicious circle. We can +determine the general term of a series of forms by giving its first term +and the general form of the operation that produces the next term out of +the proposition that precedes it. + +To ask whether a formal concept exists is nonsensical. For no +proposition can be the answer to such a question. So, for example, the +question, 'Are there unanalysable subject-predicate propositions?' cannot +be asked. + +Logical forms are without number. Hence there are no preeminent +numbers in logic, and hence there is no possibility of philosophical monism +or dualism, etc. + +The sense of a proposition is its agreement and disagreement with +possibilities of existence and non-existence of states of affairs. 4.21 The +simplest kind of proposition, an elementary proposition, asserts the +existence of a state of affairs. + +It is a sign of a proposition's being elementary that there can be no +elementary proposition contradicting it. + +An elementary proposition consists of names. It is a nexus, a +concatenation, of names. + +It is obvious that the analysis of propositions must bring us to +elementary propositions which consist of names in immediate combination. +This raises the question how such combination into propositions comes +about. + +Even if the world is infinitely complex, so that every fact consists +of infinitely many states of affairs and every state of affairs is composed +of infinitely many objects, there would still have to be objects and states +of affairs. + +It is only in the nexus of an elementary proposition that a name +occurs in a proposition. + +When I use two signs with one and the same meaning, I express this by +putting the sign '=' between them. So 'a = b' means that the sign 'b' can +be substituted for the sign 'a'.A definition is a rule dealing with signs. + +Expressions of the form 'a = b' are, therefore, mere representational +devices. They state nothing about the meaning of the signs 'a' and 'b'. + +Can we understand two names without knowing whether they signify the +same thing or two different things?--Can we understand a proposition in +which two names occur without knowing whether their meaning is the same or +different? Suppose I know the meaning of an English word and of a German +word that means the same: then it is impossible for me to be unaware that +they do mean the same; I must be capable of translating each into the +other. Expressions like 'a = a', and those derived from them, are neither +elementary propositions nor is there any other way in which they have +sense. This will become evident later. + +If an elementary proposition is true, the state of affairs exists: if +an elementary proposition is false, the state of affairs does not exist. + +If all true elementary propositions are given, the result is a +complete description of the world. The world is completely described by +giving all elementary propositions, and adding which of them are true and +which false. For n states of affairs, there are possibilities of existence +and non-existence. Of these states of affairs any combination can exist and +the remainder not exist. + +There correspond to these combinations the same number of +possibilities of truth--and falsity--for n elementary propositions. + +Truth-possibilities of elementary propositions mean Possibilities of +existence and non-existence of states of affairs. + +We can represent truth-possibilities by schemata of the following kind +'T' means 'true', 'F' means 'false'; the rows of 'T's' and 'F's' under the +row of elementary propositions symbolize their truth-possibilities in a way +that can easily be understood: + +A proposition is an expression of agreement and disagreement with truth- +possibilities of elementary propositions. + +Truth-possibilities of elementary propositions are the conditions of +the truth and falsity of propositions. + +It immediately strikes one as probable that the introduction of +elementary propositions provides the basis for understanding all other +kinds of proposition. Indeed the understanding of general propositions +palpably depends on the understanding of elementary propositions. + +For n elementary propositions there are ways in which a proposition +can agree and disagree with their truth possibilities. + +We can express agreement with truth-possibilities by correlating the +mark 'T' true with them in the schema. The absence of this mark means +disagreement. + +The expression of agreement and disagreement with the truth +possibilities of elementary propositions expresses the truth-conditions of +a proposition. A proposition is the expression of its truth-conditions. +Thus Frege was quite right to use them as a starting point when he +explained the signs of his conceptual notation. But the explanation of the +concept of truth that Frege gives is mistaken: if 'the true' and 'the +false' were really objects, and were the arguments in Pp etc., then Frege's +method of determining the sense of 'Pp' would leave it absolutely +undetermined. + +The sign that results from correlating the mark 'I" with truth- +possibilities is a propositional sign. + +It is clear that a complex of the signs 'F' and 'T' has no object or +complex of objects corresponding to it, just as there is none +corresponding to the horizontal and vertical lines or to the brackets.-- +There are no 'logical objects'. Of course the same applies to all signs +that express what the schemata of 'T's' and 'F's' express. + +For example, the following is a propositional sign: Frege's +'judgement stroke' '|-' is logically quite meaningless: in the works of +Frege and Russell it simply indicates that these authors hold the +propositions marked with this sign to be true. Thus '|-' is no more a +component part of a proposition than is, for instance, the proposition's +number. It is quite impossible for a proposition to state that it itself is +true. If the order or the truth-possibilities in a scheme is fixed once +and for all by a combinatory rule, then the last column by itself will be +an expression of the truth-conditions. If we now write this column as a +row, the propositional sign will become 'TT-T p,q' or more explicitly +'TTFT p,q' The number of places in the left-hand pair of brackets is +determined by the number of terms in the right-hand pair. + +For n elementary propositions there are Ln possible groups of truth- +conditions. The groups of truth-conditions that are obtainable from the +truth-possibilities of a given number of elementary propositions can be +arranged in a series. + +Among the possible groups of truth-conditions there are two extreme +cases. In one of these cases the proposition is true for all the truth- +possibilities of the elementary propositions. We say that the truth- +conditions are tautological. In the second case the proposition is false +for all the truth-possibilities: the truth-conditions are contradictory. +In the first case we call the proposition a tautology; in the second, a +contradiction. + +Propositions show what they say; tautologies and contradictions show +that they say nothing. A tautology has no truth-conditions, since it is +unconditionally true: and a contradiction is true on no condition. +Tautologies and contradictions lack sense. Like a point from which two +arrows go out in opposite directions to one another. For example, I know +nothing about the weather when I know that it is either raining or not +raining. + +Tautologies and contradictions are not, however, nonsensical. They +are part of the symbolism, much as '0' is part of the symbolism of +arithmetic. + +Tautologies and contradictions are not pictures of reality. They do +not represent any possible situations. For the former admit all possible +situations, and latter none. In a tautology the conditions of agreement +with the world--the representational relations--cancel one another, so that +it does not stand in any representational relation to reality. + +The truth-conditions of a proposition determine the range that it +leaves open to the facts. A proposition, a picture, or a model is, in the +negative sense, like a solid body that restricts the freedom of movement of +others, and in the positive sense, like a space bounded by solid substance +in which there is room for a body. A tautology leaves open to reality the +whole--the infinite whole--of logical space: a contradiction fills the +whole of logical space leaving no point of it for reality. Thus neither of +them can determine reality in any way. + +A tautology's truth is certain, a proposition's possible, a +contradiction's impossible. Certain, possible, impossible: here we have +the first indication of the scale that we need in the theory of +probability. + +The logical product of a tautology and a proposition says the same +thing as the proposition. This product, therefore, is identical with the +proposition. For it is impossible to alter what is essential to a symbol +without altering its sense. + +What corresponds to a determinate logical combination of signs is a +determinate logical combination of their meanings. It is only to the +uncombined signs that absolutely any combination corresponds. In other +words, propositions that are true for every situation cannot be +combinations of signs at all, since, if they were, only determinate +combinations of objects could correspond to them. And what is not a +logical combination has no combination of objects corresponding to it. +Tautology and contradiction are the limiting cases--indeed the +disintegration--of the combination of signs. + +Admittedly the signs are still combined with one another even in +tautologies and contradictions--i.e. they stand in certain relations to one +another: but these relations have no meaning, they are not essential to the +symbol. + +It now seems possible to give the most general propositional form: that +is, to give a description of the propositions of any sign-language +whatsoever in such a way that every possible sense can be expressed by a +symbol satisfying the description, and every symbol satisfying the +description can express a sense, provided that the meanings of the names +are suitably chosen. It is clear that only what is essential to the most +general propositional form may be included in its description--for +otherwise it would not be the most general form. The existence of a general +propositional form is proved by the fact that there cannot be a proposition +whose form could not have been foreseen i.e. constructed. The general +form of a proposition is: This is how things stand. + +Suppose that I am given all elementary propositions: then I can simply +ask what propositions I can construct out of them. And there I have all +propositions, and that fixes their limits. + +Propositions comprise all that follows from the totality of all +elementary propositions and, of course, from its being the totality of +them all. Thus, in a certain sense, it could be said that all +propositions were generalizations of elementary propositions. + +The general propositional form is a variable. + +5 A proposition is a truth-function of elementary propositions. An +elementary proposition is a truth-function of itself. + +Elementary propositions are the truth-arguments of propositions. + +The arguments of functions are readily confused with the affixes of +names. For both arguments and affixes enable me to recognize the meaning of +the signs containing them. For example, when Russell writes '+c', the 'c' +is an affix which indicates that the sign as a whole is the addition-sign +for cardinal numbers. But the use of this sign is the result of arbitrary +convention and it would be quite possible to choose a simple sign instead +of '+c'; in 'Pp' however, 'p' is not an affix but an argument: the sense of +'Pp' cannot be understood unless the sense of 'p' has been understood +already. In the name Julius Caesar 'Julius' is an affix. An affix is +always part of a description of the object to whose name we attach it: e.g. +the Caesar of the Julian gens. If I am not mistaken, Frege's theory about +the meaning of propositions and functions is based on the confusion between +an argument and an affix. Frege regarded the propositions of logic as +names, and their arguments as the affixes of those names. + +Truth-functions can be arranged in series. That is the foundation of +the theory of probability. + +If all the truth-grounds that are common to a number of propositions +are at the same time truth-grounds of a certain proposition, then we say +that the truth of that proposition follows from the truth of the others. + +In particular, the truth of a proposition 'p' follows from the truth +of another proposition 'q' is all the truth-grounds of the latter are truth- +grounds of the former. + +The truth-grounds of the one are contained in those of the other: p +follows from q. + +A proposition affirms every proposition that follows from it. + +'p. q' is one of the propositions that affirm 'p' and at the same +time one of the propositions that affirm 'q'. Two propositions are opposed +to one another if there is no proposition with a sense, that affirms them +both. Every proposition that contradicts another negate it. + +When the truth of one proposition follows from the truth of others, we +can see this from the structure of the proposition. + +If the truth of one proposition follows from the truth of others, +this finds expression in relations in which the forms of the propositions +stand to one another: nor is it necessary for us to set up these relations +between them, by combining them with one another in a single proposition; +on the contrary, the relations are internal, and their existence is an +immediate result of the existence of the propositions. + +If p follows from q, I can make an inference from q to p, deduce p +from q. The nature of the inference can be gathered only from the two +propositions. They themselves are the only possible justification of the +inference. 'Laws of inference', which are supposed to justify inferences, +as in the works of Frege and Russell, have no sense, and would be +superfluous. + +All deductions are made a priori. + +One elementary proposition cannot be deduced form another. + +There is no possible way of making an inference form the existence of +one situation to the existence of another, entirely different situation. + +There is no causal nexus to justify such an inference. + +We cannot infer the events of the future from those of the present. + +The freedom of the will consists in the impossibility of knowing +actions that still lie in the future. We could know them only if causality +were an inner necessity like that of logical inference.--The connexion +between knowledge and what is known is that of logical necessity. 'A knows +that p is the case', has no sense if p is a tautology. + +If the truth of a proposition does not follow from the fact that it +is self-evident to us, then its self-evidence in no way justifies our +belief in its truth. + +If one proposition follows from another, then the latter says more +than the former, and the former less than the latter. + +If p follows from q and q from p, then they are one and same +proposition. + +A tautology follows from all propositions: it says nothing. + +Contradiction is that common factor of propositions which no +proposition has in common with another. Tautology is the common factor of +all propositions that have nothing in common with one another. +Contradiction, one might say, vanishes outside all propositions: tautology +vanishes inside them. Contradiction is the outer limit of propositions: +tautology is the unsubstantial point at their centre. + +If Tr is the number of the truth-grounds of a proposition 'r', and if +Trs is the number of the truth-grounds of a proposition 's' that are at the +same time truth-grounds of 'r', then we call the ratio Trs : Tr the degree +of probability that the proposition 'r' gives to the proposition 's'. 5.151 +In a schema like the one above in + + +There is no special object peculiar to probability propositions. + +When propositions have no truth-arguments in common with one another, +we call them independent of one another. Two elementary propositions give +one another the probability 1/2. If p follows from q, then the proposition +'q' gives to the proposition 'p' the probability 1. The certainty of +logical inference is a limiting case of probability. Application of this +to tautology and contradiction. + +In itself, a proposition is neither probable nor improbable. Either +an event occurs or it does not: there is no middle way. + +Suppose that an urn contains black and white balls in equal numbers +and none of any other kind. I draw one ball after another, putting them +back into the urn. By this experiment I can establish that the number of +black balls drawn and the number of white balls drawn approximate to one +another as the draw continues. So this is not a mathematical truth. Now, if +I say, 'The probability of my drawing a white ball is equal to the +probability of my drawing a black one', this means that all the +circumstances that I know of including the laws of nature assumed as +hypotheses give no more probability to the occurrence of the one event +than to that of the other. That is to say, they give each the probability +1/2 as can easily be gathered from the above definitions. What I confirm by +the experiment is that the occurrence of the two events is independent of +the circumstances of which I have no more detailed knowledge. + +The minimal unit for a probability proposition is this: The +circumstances--of which I have no further knowledge--give such and such a +degree of probability to the occurrence of a particular event. + +It is in this way that probability is a generalization. It involves a +general description of a propositional form. We use probability only in +default of certainty--if our knowledge of a fact is not indeed complete, +but we do know something about its form. A proposition may well be an +incomplete picture of a certain situation, but it is always a complete +picture of something. A probability proposition is a sort of excerpt from +other propositions. + +The structures of propositions stand in internal relations to one +another. + +In order to give prominence to these internal relations we can adopt +the following mode of expression: we can represent a proposition as the +result of an operation that produces it out of other propositions which +are the bases of the operation. + +An operation is the expression of a relation between the structures of +its result and of its bases. + +The operation is what has to be done to the one proposition in order +to make the other out of it. + +And that will, of course, depend on their formal properties, on the +internal similarity of their forms. + +The internal relation by which a series is ordered is equivalent to +the operation that produces one term from another. + +Operations cannot make their appearance before the point at which one +proposition is generated out of another in a logically meaningful way; i.e. +the point at which the logical construction of propositions begins. + +Truth-functions of elementary propositions are results of operations +with elementary propositions as bases. These operations I call truth- +operations. + +The sense of a truth-function of p is a function of the sense of p. +Negation, logical addition, logical multiplication, etc. etc. are +operations. Negation reverses the sense of a proposition. + +An operation manifests itself in a variable; it shows how we can get +from one form of proposition to another. It gives expression to the +difference between the forms. And what the bases of an operation and its +result have in common is just the bases themselves. + +An operation is not the mark of a form, but only of a difference +between forms. + +The occurrence of an operation does not characterize the sense of a +proposition. Indeed, no statement is made by an operation, but only by its +result, and this depends on the bases of the operation. Operations and +functions must not be confused with each other. + +A function cannot be its own argument, whereas an operation can take +one of its own results as its base. + +It is only in this way that the step from one term of a series of +forms to another is possible from one type to another in the hierarchies +of Russell and Whitehead. Russell and Whitehead did not admit the +possibility of such steps, but repeatedly availed themselves of it. + + +The concept of successive applications of an operation is equivalent +to the concept 'and so on'. + +One operation can counteract the effect of another. Operations can +cancel one another. + +An operation can vanish e.g. negation in 'PPp' : PPp = p. + +All propositions are results of truth-operations on elementary +propositions. A truth-operation is the way in which a truth-function is +produced out of elementary propositions. It is of the essence of truth- +operations that, just as elementary propositions yield a truth-function of +themselves, so too in the same way truth-functions yield a further truth- +function. When a truth-operation is applied to truth-functions of +elementary propositions, it always generates another truth-function of +elementary propositions, another proposition. When a truth-operation is +applied to the results of truth-operations on elementary propositions, +there is always a single operation on elementary propositions that has the +same result. Every proposition is the result of truth-operations on +elementary propositions. + +All truth-functions are results of successive applications to +elementary propositions of a finite number of truth-operations. + +At this point it becomes manifest that there are no 'logical objects' +or 'logical constants' in Frege's and Russell's sense. + +The reason is that the results of truth-operations on truth-functions +are always identical whenever they are one and the same truth-function of +elementary propositions. + +Even at first sight it seems scarcely credible that there should +follow from one fact p infinitely many others , namely PPp, PPPPp, etc. And +it is no less remarkable that the infinite number of propositions of logic +mathematics follow from half a dozen 'primitive propositions'. But in +fact all the propositions of logic say the same thing, to wit nothing. + +Truth-functions are not material functions. For example, an +affirmation can be produced by double negation: in such a case does it +follow that in some sense negation is contained in affirmation? Does 'PPp' +negate Pp, or does it affirm p--or both? The proposition 'PPp' is not about +negation, as if negation were an object: on the other hand, the possibility +of negation is already written into affirmation. And if there were an +object called 'P', it would follow that 'PPp' said something different from +what 'p' said, just because the one proposition would then be about P and +the other would not. + +If we are given a proposition, then with it we are also given the +results of all truth-operations that have it as their base. + +If there are primitive logical signs, then any logic that fails to +show clearly how they are placed relatively to one another and to justify +their existence will be incorrect. The construction of logic out of its +primitive signs must be made clear. + +If logic has primitive ideas, they must be independent of one +another. If a primitive idea has been introduced, it must have been +introduced in all the combinations in which it ever occurs. It cannot, +therefore, be introduced first for one combination and later reintroduced +for another. For example, once negation has been introduced, we must +understand it both in propositions of the form 'Pp' and in propositions +like 'Pp C q', 'dx. Pfx', etc. We must not introduce it first for the +one class of cases and then for the other, since it would then be left in +doubt whether its meaning were the same in both cases, and no reason would +have been given for combining the signs in the same way in both cases. In +short, Frege's remarks about introducing signs by means of definitions in +The Fundamental Laws of Arithmetic also apply, mutatis mutandis, to the +introduction of primitive signs. + +The introduction of any new device into the symbolism of logic is +necessarily a momentous event. In logic a new device should not be +introduced in brackets or in a footnote with what one might call a +completely innocent air. Thus in Russell and Whitehead's Principia +Mathematica there occur definitions and primitive propositions expressed in +words. Why this sudden appearance of words? It would require a +justification, but none is given, or could be given, since the procedure is +in fact illicit. But if the introduction of a new device has proved +necessary at a certain point, we must immediately ask ourselves, 'At what +points is the employment of this device now unavoidable ?' and its place in +logic must be made clear. + +All numbers in logic stand in need of justification. Or rather, it +must become evident that there are no numbers in logic. There are no pre- +eminent numbers. + +In logic there is no co-ordinate status, and there can be no +classification. In logic there can be no distinction between the general +and the specific. + +The solutions of the problems of logic must be simple, since they +set the standard of simplicity. Men have always had a presentiment that +there must be a realm in which the answers to questions are symmetrically +combined--a priori--to form a self-contained system. A realm subject to the +law: Simplex sigillum veri. + + +Though it seems unimportant, it is in fact significant that the +pseudo-relations of logic, such as C and z, need brackets--unlike real +relations. Indeed, the use of brackets with these apparently primitive +signs is itself an indication that they are not primitive signs. And surely +no one is going to believe brackets have an independent meaning. 5.4611 +Signs for logical operations are punctuation-marks, + +It is clear that whatever we can say in advance about the form of all +propositions, we must be able to say all at once. An elementary +proposition really contains all logical operations in itself. For 'fa' says +the same thing as 'dx. fx. x = a' Wherever there is compositeness, +argument and function are present, and where these are present, we already +have all the logical constants. One could say that the sole logical +constant was what all propositions, by their very nature, had in common +with one another. But that is the general propositional form. + +The general propositional form is the essence of a proposition. + +To give the essence of a proposition means to give the essence of +all description, and thus the essence of the world. + +The description of the most general propositional form is the +description of the one and only general primitive sign in logic. + +Logic must look after itself. If a sign is possible , then it is also +capable of signifying. Whatever is possible in logic is also permitted. +The reason why 'Socrates is identical' means nothing is that there is no +property called 'identical'. The proposition is nonsensical because we have +failed to make an arbitrary determination, and not because the symbol, in +itself, would be illegitimate. In a certain sense, we cannot make mistakes +in logic. + +Self-evidence, which Russell talked about so much, can become +dispensable in logic, only because language itself prevents every logical +mistake.--What makes logic a priori is the impossibility of illogical +thought. + +We cannot give a sign the wrong sense. + +Occam's maxim is, of course, not an arbitrary rule, nor one that is +justified by its success in practice: its point is that unnecessary units +in a sign-language mean nothing. Signs that serve one purpose are logically +equivalent, and signs that serve none are logically meaningless. + +Frege says that any legitimately constructed proposition must have a +sense. And I say that any possible proposition is legitimately constructed, +and, if it has no sense, that can only be because we have failed to give a +meaning to some of its constituents. Even if we think that we have done +so. Thus the reason why 'Socrates is identical' says nothing is that we +have not given any adjectival meaning to the word 'identical'. For when it +appears as a sign for identity, it symbolizes in an entirely different way-- +the signifying relation is a different one--therefore the symbols also are +entirely different in the two cases: the two symbols have only the sign in +common, and that is an accident. + +The number of fundamental operations that are necessary depends +solely on our notation. + +All that is required is that we should construct a system of signs +with a particular number of dimensions--with a particular mathematical +multiplicity + +It is clear that this is not a question of a number of primitive +ideas that have to be signified, but rather of the expression of a rule. + +Every truth-function is a result of successive applications to +elementary propositions of the operation '-----TE,....'. This +operation negates all the propositions in the right-hand pair of brackets, +and I call it the negation of those propositions. + +When a bracketed expression has propositions as its terms--and the +order of the terms inside the brackets is indifferent--then I indicate it +by a sign of the form 'E'. 'E' is a variable whose values are terms of +the bracketed expression and the bar over the variable indicates that it is +the representative of ali its values in the brackets. What the values of the +variable are is something that is stipulated. The stipulation is a +description of the propositions that have the variable as their +representative. How the description of the terms of the bracketed +expression is produced is not essential. We can distinguish three kinds of +description: 1.Direct enumeration, in which case we can simply substitute +for the variable the constants that are its values; 2. giving a function fx +whose values for all values of x are the propositions to be described; 3. +giving a formal law that governs the construction of the propositions, in +which case the bracketed expression has as its members all the terms of a +series of forms. + +It is obvious that we can easily express how propositions may be +constructed with this operation, and how they may not be constructed with +it; so it must be possible to find an exact expression for this. + + +How can logic--all-embracing logic, which mirrors the world--use such +peculiar crotchets and contrivances? Only because they are all connected +with one another in an infinitely fine network, the great mirror. + +Once a notation has been established, there will be in it a rule +governing the construction of all propositions that negate p, a rule +governing the construction of all propositions that affirm p, and a rule +governing the construction of all propositions that affirm p or q; and so +on. These rules are equivalent to the symbols; and in them their sense is +mirrored. + +Must the sign of a negative proposition be constructed with that of +the positive proposition? Why should it not be possible to express a +negative proposition by means of a negative fact? E.g. suppose that "a' +does not stand in a certain relation to 'b'; then this might be used to say +that aRb was not the case. But really even in this case the negative +proposition is constructed by an indirect use of the positive. The positive +proposition necessarily presupposes the existence of the negative +proposition and vice versa. + +If E has as its values all the values of a function fx for all values +of x, then NE = Pdx. fx. + +I dissociate the concept all from truth-functions. Frege and Russell +introduced generality in association with logical productor logical sum. +This made it difficult to understand the propositions 'dx. fx' and 'x +. fx', in which both ideas are embedded. + +What is peculiar to the generality-sign is first, that it indicates a +logical prototype, and secondly, that it gives prominence to constants. + +The generality-sign occurs as an argument. + +If objects are given, then at the same time we are given all objects. +If elementary propositions are given, then at the same time all elementary +propositions are given. + +It is incorrect to render the proposition 'dx. fx' in the words, +'fx is possible ' as Russell does. The certainty, possibility, or +impossibility of a situation is not expressed by a proposition, but by an +expression's being a tautology, a proposition with a sense, or a +contradiction. The precedent to which we are constantly inclined to appeal +must reside in the symbol itself. + +We can describe the world completely by means of fully generalized +propositions, i.e. without first correlating any name with a particular +object. + +A fully generalized proposition, like every other proposition, is +composite. This is shown by the fact that in 'dx, O. Ox' we have to +mention 'O' and 's' separately. They both, independently, stand in +signifying relations to the world, just as is the case in ungeneralized +propositions. It is a mark of a composite symbol that it has something in +common with other symbols. + +The truth or falsity of every proposition does make some alteration +in the general construction of the world. And the range that the totality +of elementary propositions leaves open for its construction is exactly the +same as that which is delimited by entirely general propositions. If an +elementary proposition is true, that means, at any rate, one more true +elementary proposition. + +Identity of object I express by identity of sign, and not by using a +sign for identity. Difference of objects I express by difference of signs. + +It is self-evident that identity is not a relation between objects. +This becomes very clear if one considers, for example, the proposition 'x +: fx. z. x = a'. What this proposition says is simply that only a +satisfies the function f, and not that only things that have a certain +relation to a satisfy the function, Of course, it might then be said that +only a did have this relation to a; but in order to express that, we should +need the identity-sign itself. + +Russell's definition of '=' is inadequate, because according to it +we cannot say that two objects have all their properties in common. + +Roughly speaking, to say of two things that they are identical is +nonsense, and to say of one thing that it is identical with itself is to +say nothing at all. + +The identity-sign, therefore, is not an essential constituent of +conceptual notation. + +This also disposes of all the problems that were connected with such +pseudo-propositions. All the problems that Russell's 'axiom of infinity' +brings with it can be solved at this point. What the axiom of infinity is +intended to say would express itself in language through the existence of +infinitely many names with different meanings. + +In the general propositional form propositions occur in other +propositions only as bases of truth-operations. + +This shows too that there is no such thing as the soul--the subject, +etc.--as it is conceived in the superficial psychology of the present day. +Indeed a composite soul would no longer be a soul. + +The correct explanation of the form of the proposition, 'A makes the +judgement p', must show that it is impossible for a judgement to be a piece +of nonsense. Russell's theory does not satisfy this requirement. + +To perceive a complex means to perceive that its constituents are +related to one another in such and such a way. This no doubt also explains +why there are two possible ways of seeing the figure as a cube; and all +similar phenomena. For we really see two different facts. If I look in the +first place at the corners marked a and only glance at the b's, then the +a's appear to be in front, and vice versa. + +We now have to answer a priori the question about all the possible +forms of elementary propositions. Elementary propositions consist of names. +Since, however, we are unable to give the number of names with different +meanings, we are also unable to give the composition of elementary +propositions. + +Our fundamental principle is that whenever a question can be decided +by logic at all it must be possible to decide it without more ado. And if +we get into a position where we have to look at the world for an answer to +such a problem, that shows that we are on a completely wrong track. + +The 'experience' that we need in order to understand logic is not +that something or other is the state of things, but that something is : +that, however, is not an experience. Logic is prior to every experience-- +that something is so. + +And if this were not so, how could we apply logic? We might put it +in this way: if there would be a logic even if there were no world, how +then could there be a logic given that there is a world? + +Russell said that there were simple relations between different +numbers of things individuals. But between what numbers? And how is this +supposed to be decided?--By experience? There is no pre-eminent number. + +It would be completely arbitrary to give any specific form. + +It is supposed to be possible to answer a priori the question +whether I can get into a position in which I need the sign for a 27-termed +relation in order to signify something. + +But is it really legitimate even to ask such a question? Can we set +up a form of sign without knowing whether anything can correspond to it? +Does it make sense to ask what there must be in order that something can be +the case? + +Clearly we have some concept of elementary propositions quite apart +from their particular logical forms. But when there is a system by which we +can create symbols, the system is what is important for logic and not the +individual symbols. And anyway, is it really possible that in logic I +should have to deal with forms that I can invent? What I have to deal with +must be that which makes it possible for me to invent them. + +There cannot be a hierarchy of the forms of elementary propositions. +We can foresee only what we ourselves construct. + +Empirical reality is limited by the totality of objects. The limit +also makes itself manifest in the totality of elementary propositions. +Hierarchies are and must be independent of reality. + +If we know on purely logical grounds that there must be elementary +propositions, then everyone who understands propositions in their C form +must know It. + +In fact, all the propositions of our everyday language, just as they +stand, are in perfect logical order.--That utterly simple thing, which we +have to formulate here, is not a likeness of the truth, but the truth +itself in its entirety. Our problems are not abstract, but perhaps the +most concrete that there are. + +The application of logic decides what elementary propositions there +are. What belongs to its application, logic cannot anticipate. It is clear +that logic must not clash with its application. But logic has to be in +contact with its application. Therefore logic and its application must not +overlap. + +If I cannot say a priori what elementary propositions there are, +then the attempt to do so must lead to obvious nonsense. 5.6 The limits of +my language mean the limits of my world. + +Logic pervades the world: the limits of the world are also its limits. +So we cannot say in logic, 'The world has this in it, and this, but not +that.' For that would appear to presuppose that we were excluding certain +possibilities, and this cannot be the case, since it would require that +logic should go beyond the limits of the world; for only in that way could +it view those limits from the other side as well. We cannot think what we +cannot think; so what we cannot think we cannot say either. + +This remark provides the key to the problem, how much truth there is +in solipsism. For what the solipsist means is quite correct; only it cannot +be said , but makes itself manifest. The world is my world: this is +manifest in the fact that the limits of language of that language which +alone I understand mean the limits of my world. + +The world and life are one. + +There is no such thing as the subject that thinks or entertains +ideas. If I wrote a book called The World as l found it , I should have to +include a report on my body, and should have to say which parts were +subordinate to my will, and which were not, etc., this being a method of +isolating the subject, or rather of showing that in an important sense +there is no subject; for it alone could not be mentioned in that book.-- + +The subject does not belong to the world: rather, it is a limit of +the world. + +Where in the world is a metaphysical subject to be found? You will +say that this is exactly like the case of the eye and the visual field. But +really you do not see the eye. And nothing in the visual field allows you +to infer that it is seen by an eye. + +For the form of the visual field is surely not like this + +This is connected with the fact that no part of our experience is at +the same time a priori. Whatever we see could be other than it is. Whatever +we can describe at all could be other than it is. There is no a priori +order of things. + +Here it can be seen that solipsism, when its implications are followed +out strictly, coincides with pure realism. The self of solipsism shrinks to +a point without extension, and there remains the reality co-ordinated with +it. + +Thus there really is a sense in which philosophy can talk about the +self in a non-psychological way. What brings the self into philosophy is +the fact that 'the world is my world'. The philosophical self is not the +human being, not the human body, or the human soul, with which psychology +deals, but rather the metaphysical subject, the limit of the world--not a +part of it. + +What this says is just that every proposition is a result of +successive applications to elementary propositions of the operation NE + +If we are given the general form according to which propositions are +constructed, then with it we are also given the general form according to +which one proposition can be generated out of another by means of an +operation. + +A number is the exponent of an operation. + +The concept of number is simply what is common to all numbers, the +general form of a number. The concept of number is the variable number. And +the concept of numerical equality is the general form of all particular +cases of numerical equality. + +The theory of classes is completely superfluous in mathematics. This +is connected with the fact that the generality required in mathematics is +not accidental generality. + +The propositions of logic are tautologies. + +Therefore the propositions of logic say nothing. They are the +analytic propositions. + +All theories that make a proposition of logic appear to have content +are false. One might think, for example, that the words 'true' and 'false' +signified two properties among other properties, and then it would seem to +be a remarkable fact that every proposition possessed one of these +properties. On this theory it seems to be anything but obvious, just as, +for instance, the proposition, 'All roses are either yellow or red', would +not sound obvious even if it were true. Indeed, the logical proposition +acquires all the characteristics of a proposition of natural science and +this is the sure sign that it has been construed wrongly. + +The correct explanation of the propositions of logic must assign to +them a unique status among all propositions. + +It is the peculiar mark of logical propositions that one can +recognize that they are true from the symbol alone, and this fact contains +in itself the whole philosophy of logic. And so too it is a very important +fact that the truth or falsity of non-logical propositions cannot be +recognized from the propositions alone. + +The fact that the propositions of logic are tautologies shows the +formal--logical--properties of language and the world. The fact that a +tautology is yielded by this particular way of connecting its constituents +characterizes the logic of its constituents. If propositions are to yield a +tautology when they are connected in a certain way, they must have certain +structural properties. So their yielding a tautology when combined in this +shows that they possess these structural properties. + +It is clear that one could achieve the same purpose by using +contradictions instead of tautologies. + +In order to recognize an expression as a tautology, in cases where +no generality-sign occurs in it, one can employ the following intuitive +method: instead of 'p', 'q', 'r', etc. I write 'TpF', 'TqF', 'TrF', etc. +Truth-combinations I express by means of brackets, e.g. and I use lines to +express the correlation of the truth or falsity of the whole proposition +with the truth-combinations of its truth-arguments, in the following way So +this sign, for instance, would represent the proposition p z q. Now, by way +of example, I wish to examine the proposition Pp.Pp the law of +contradiction in order to determine whether it is a tautology. In our +notation the form 'PE' is written as and the form 'E. n' as Hence the +proposition Pp. Pp. reads as follows If we here substitute 'p' for 'q' +and examine how the outermost T and F are connected with the innermost +ones, the result will be that the truth of the whole proposition is +correlated with all the truth-combinations of its argument, and its falsity +with none of the truth-combinations. + +The propositions of logic demonstrate the logical properties of +propositions by combining them so as to form propositions that say nothing. +This method could also be called a zero-method. In a logical proposition, +propositions are brought into equilibrium with one another, and the state +of equilibrium then indicates what the logical constitution of these +propositions must be. + +It follows from this that we can actually do without logical +propositions; for in a suitable notation we can in fact recognize the +formal properties of propositions by mere inspection of the propositions +themselves. + +This throws some light on the question why logical propositions +cannot be confirmed by experience any more than they can be refuted by it. +Not only must a proposition of logic be irrefutable by any possible +experience, but it must also be unconfirmable by any possible experience. + +Now it becomes clear why people have often felt as if it were for us +to 'postulate ' the 'truths of logic'. The reason is that we can postulate +them in so far as we can postulate an adequate notation. + +It also becomes clear now why logic was called the theory of forms +and of inference. + +Clearly the laws of logic cannot in their turn be subject to laws of +logic. There is not, as Russell thought, a special law of contradiction +for each 'type'; one law is enough, since it is not applied to itself. + +The mark of a logical proposition is not general validity. To be +general means no more than to be accidentally valid for all things. An +ungeneralized proposition can be tautological just as well as a generalized +one. + +The general validity of logic might be called essential, in contrast +with the accidental general validity of such propositions as 'All men are +mortal'. Propositions like Russell's 'axiom of reducibility' are not +logical propositions, and this explains our feeling that, even if they were +true, their truth could only be the result of a fortunate accident. + +It is possible to imagine a world in which the axiom of reducibility +is not valid. It is clear, however, that logic has nothing to do with the +question whether our world really is like that or not. + +The propositions of logic describe the scaffolding of the world, or +rather they represent it. They have no 'subject-matter'. They presuppose +that names have meaning and elementary propositions sense; and that is +their connexion with the world. It is clear that something about the world +must be indicated by the fact that certain combinations of symbols--whose +essence involves the possession of a determinate character--are +tautologies. This contains the decisive point. We have said that some +things are arbitrary in the symbols that we use and that some things are +not. In logic it is only the latter that express: but that means that logic +is not a field in which we express what we wish with the help of signs, but +rather one in which the nature of the absolutely necessary signs speaks for +itself. If we know the logical syntax of any sign-language, then we have +already been given all the propositions of logic. + +It is possible--indeed possible even according to the old conception +of logic--to give in advance a description of all 'true' logical +propositions. + +Hence there can never be surprises in logic. + +One can calculate whether a proposition belongs to logic, by +calculating the logical properties of the symbol. And this is what we do +when we 'prove' a logical proposition. For, without bothering about sense +or meaning, we construct the logical proposition out of others using only +rules that deal with signs. The proof of logical propositions consists in +the following process: we produce them out of other logical propositions by +successively applying certain operations that always generate further +tautologies out of the initial ones. And in fact only tautologies follow +from a tautology. Of course this way of showing that the propositions of +logic are tautologies is not at all essential to logic, if only because the +propositions from which the proof starts must show without any proof that +they are tautologies. + +In logic process and result are equivalent. Hence the absence of +surprise. + +Proof in logic is merely a mechanical expedient to facilitate the +recognition of tautologies in complicated cases. + +Indeed, it would be altogether too remarkable if a proposition that +had sense could be proved logically from others, and so too could a logical +proposition. It is clear from the start that a logical proof of a +proposition that has sense and a proof in logic must be two entirely +different things. + +A proposition that has sense states something, which is shown by its +proof to be so. In logic every proposition is the form of a proof. Every +proposition of logic is a modus ponens represented in signs. And one +cannot express the modus ponens by means of a proposition. + +It is always possible to construe logic in such a way that every +proposition is its own proof. + +All the propositions of logic are of equal status: it is not the case +that some of them are essentially derived propositions. Every tautology +itself shows that it is a tautology. + +It is clear that the number of the 'primitive propositions of logic' +is arbitrary, since one could derive logic from a single primitive +proposition, e.g. by simply constructing the logical product of Frege's +primitive propositions. Frege would perhaps say that we should then no +longer have an immediately self-evident primitive proposition. But it is +remarkable that a thinker as rigorous as Frege appealed to the degree of +self-evidence as the criterion of a logical proposition. + +Logic is not a body of doctrine, but a mirror-image of the world. +Logic is transcendental. + +Mathematics is a logical method. The propositions of mathematics are +equations, and therefore pseudo-propositions. + +A proposition of mathematics does not express a thought. + +Indeed in real life a mathematical proposition is never what we want. +Rather, we make use of mathematical propositions only in inferences from +propositions that do not belong to mathematics to others that likewise do +not belong to mathematics. In philosophy the question, 'What do we +actually use this word or this proposition for?' repeatedly leads to +valuable insights. + +The logic of the world, which is shown in tautologies by the +propositions of logic, is shown in equations by mathematics. + +If two expressions are combined by means of the sign of equality, that +means that they can be substituted for one another. But it must be manifest +in the two expressions themselves whether this is the case or not. When two +expressions can be substituted for one another, that characterizes their +logical form. + +Frege says that the two expressions have the same meaning but +different senses. But the essential point about an equation is that it is +not necessary in order to show that the two expressions connected by the +sign of equality have the same meaning, since this can be seen from the two +expressions themselves. + +And the possibility of proving the propositions of mathematics means +simply that their correctness can be perceived without its being necessary +that what they express should itself be compared with the facts in order to +determine its correctness. + +It is impossible to assert the identity of meaning of two +expressions. For in order to be able to assert anything about their +meaning, I must know their meaning, and I cannot know their meaning without +knowing whether what they mean is the same or different. + +An equation merely marks the point of view from which I consider the +two expressions: it marks their equivalence in meaning. + +The question whether intuition is needed for the solution of +mathematical problems must be given the answer that in this case language +itself provides the necessary intuition. + +The process of calculating serves to bring about that intuition. +Calculation is not an experiment. + +Mathematics is a method of logic. + +It is the essential characteristic of mathematical method that it +employs equations. For it is because of this method that every proposition +of mathematics must go without saying. + +The method by which mathematics arrives at its equations is the method +of substitution. For equations express the substitutability of two +expressions and, starting from a number of equations, we advance to new +equations by substituting different expressions in accordance with the +equations. + + +The so-called law of induction cannot possibly be a law of logic, +since it is obviously a proposition with sense.---Nor, therefore, can it be +an a priori law. + +The law of causality is not a law but the form of a law. + +'Law of causality'--that is a general name. And just as in mechanics, +for example, there are 'minimum-principles', such as the law of least +action, so too in physics there are causal laws, laws of the causal form. + +Indeed people even surmised that there must be a 'law of least +action' before they knew exactly how it went. Here, as always, what is +certain a priori proves to be something purely logical. + +We do not have an a priori belief in a law of conservation, but rather +a priori knowledge of the possibility of a logical form. + +All such propositions, including the principle of sufficient reason, +tile laws of continuity in nature and of least effort in nature, etc. etc.-- +all these are a priori insights about the forms in which the propositions +of science can be cast. + +Newtonian mechanics, for example, imposes a unified form on the +description of the world. Let us imagine a white surface with irregular +black spots on it. We then say that whatever kind of picture these make, I +can always approximate as closely as I wish to the description of it by +covering the surface with a sufficiently fine square mesh, and then saying +of every square whether it is black or white. In this way I shall have +imposed a unified form on the description of the surface. The form is +optional, since I could have achieved the same result by using a net with a +triangular or hexagonal mesh. Possibly the use of a triangular mesh would +have made the description simpler: that is to say, it might be that we +could describe the surface more accurately with a coarse triangular mesh +than with a fine square mesh or conversely, and so on. The different nets +correspond to different systems for describing the world. Mechanics +determines one form of description of the world by saying that all +propositions used in the description of the world must be obtained in a +given way from a given set of propositions--the axioms of mechanics. It +thus supplies the bricks for building the edifice of science, and it says, +'Any building that you want to erect, whatever it may be, must somehow be +constructed with these bricks, and with these alone.' Just as with the +number-system we must be able to write down any number we wish, so with the +system of mechanics we must be able to write down any proposition of +physics that we wish. + +And now we can see the relative position of logic and mechanics. The +net might also consist of more than one kind of mesh: e.g. we could use +both triangles and hexagons. The possibility of describing a picture like +the one mentioned above with a net of a given form tells us nothing about +the picture. For that is true of all such pictures. But what does +characterize the picture is that it can be described completely by a +particular net with a particular size of mesh. Similarly the possibility of +describing the world by means of Newtonian mechanics tells us nothing about +the world: but what does tell us something about it is the precise way in +which it is possible to describe it by these means. We are also told +something about the world by the fact that it can be described more simply +with one system of mechanics than with another. + +Mechanics is an attempt to construct according to a single plan all +the true propositions that we need for the description of the world. + +The laws of physics, with all their logical apparatus, still speak, +however indirectly, about the objects of the world. + +We ought not to forget that any description of the world by means of +mechanics will be of the completely general kind. For example, it will +never mention particular point-masses: it will only talk about any point- +masses whatsoever. + +Although the spots in our picture are geometrical figures, +nevertheless geometry can obviously say nothing at all about their actual +form and position. The network, however, is purely geometrical; all its +properties can be given a priori. Laws like the principle of sufficient +reason, etc. are about the net and not about what the net describes. + +If there were a law of causality, it might be put in the following +way: There are laws of nature. But of course that cannot be said: it makes +itself manifest. + +One might say, using Hertt:'s terminology, that only connexions that +are subject to law are thinkable. + +We cannot compare a process with 'the passage of time'--there is no +such thing--but only with another process such as the working of a +chronometer. Hence we can describe the lapse of time only by relying on +some other process. Something exactly analogous applies to space: e.g. when +people say that neither of two events which exclude one another can +occur, because there is nothing to cause the one to occur rather than the +other, it is really a matter of our being unable to describe one of the two +events unless there is some sort of asymmetry to be found. And if such an +asymmetry is to be found, we can regard it as the cause of the occurrence +of the one and the non-occurrence of the other. + +Kant's problem about the right hand and the left hand, which cannot +be made to coincide, exists even in two dimensions. Indeed, it exists in +one-dimensional space in which the two congruent figures, a and b, cannot +be made to coincide unless they are moved out of this space. The right hand +and the left hand are in fact completely congruent. It is quite irrelevant +that they cannot be made to coincide. A right-hand glove could be put on +the left hand, if it could be turned round in four-dimensional space. + +What can be described can happen too: and what the law of causality +is meant to exclude cannot even be described. + +The procedure of induction consists in accepting as true the simplest +law that can be reconciled with our experiences. + +This procedure, however, has no logical justification but only a +psychological one. It is clear that there are no grounds for believing that +the simplest eventuality will in fact be realized. + +It is an hypothesis that the sun will rise tomorrow: and this means +that we do not know whether it will rise. + +There is no compulsion making one thing happen because another has +happened. The only necessity that exists is logical necessity. + +The whole modern conception of the world is founded on the illusion +that the so-called laws of nature are the explanations of natural +phenomena. + +Thus people today stop at the laws of nature, treating them as +something inviolable, just as God and Fate were treated in past ages. And +in fact both are right and both wrong: though the view of the ancients is +clearer in so far as they have a clear and acknowledged terminus, while the +modern system tries to make it look as if everything were explained. + +The world is independent of my will. + +Even if all that we wish for were to happen, still this would only be +a favour granted by fate, so to speak: for there is no logical connexion +between the will and the world, which would guarantee it, and the supposed +physical connexion itself is surely not something that we could will. + +Just as the only necessity that exists is logical necessity, so too +the only impossibility that exists is logical impossibility. + +For example, the simultaneous presence of two colours at the same +place in the visual field is impossible, in fact logically impossible, +since it is ruled out by the logical structure of colour. Let us think how +this contradiction appears in physics: more or less as follows--a particle +cannot have two velocities at the same time; that is to say, it cannot be +in two places at the same time; that is to say, particles that are in +different places at the same time cannot be identical. It is clear that +the logical product of two elementary propositions can neither be a +tautology nor a contradiction. The statement that a point in the visual +field has two different colours at the same time is a contradiction. + +All propositions are of equal value. + +The sense of the world must lie outside the world. In the world +everything is as it is, and everything happens as it does happen: in it no +value exists--and if it did exist, it would have no value. If there is any +value that does have value, it must lie outside the whole sphere of what +happens and is the case. For all that happens and is the case is +accidental. What makes it non-accidental cannot lie within the world, since +if it did it would itself be accidental. It must lie outside the world. + +So too it is impossible for there to be propositions of ethics. +Propositions can express nothing that is higher. + +It is clear that ethics cannot be put into words. Ethics is +transcendental. Ethics and aesthetics are one and the same. + +When an ethical law of the form, 'Thou shalt...' is laid down, one's +first thought is, 'And what if I do, not do it?' It is clear, however, that +ethics has nothing to do with punishment and reward in the usual sense of +the terms. So our question about the consequences of an action must be +unimportant.--At least those consequences should not be events. For there +must be something right about the question we posed. There must indeed be +some kind of ethical reward and ethical punishment, but they must reside in +the action itself. And it is also clear that the reward must be something +pleasant and the punishment something unpleasant. + +It is impossible to speak about the will in so far as it is the +subject of ethical attributes. And the will as a phenomenon is of interest +only to psychology. + +If the good or bad exercise of the will does alter the world, it can +alter only the limits of the world, not the facts--not what can be +expressed by means of language. In short the effect must be that it becomes +an altogether different world. It must, so to speak, wax and wane as a +whole. The world of the happy man is a different one from that of the +unhappy man. + +So too at death the world does not alter, but comes to an end. + +Death is not an event in life: we do not live to experience death. +If we take eternity to mean not infinite temporal duration but +timelessness, then eternal life belongs to those who live in the present. +Our life has no end in just the way in which our visual field has no +limits. + +Not only is there no guarantee of the temporal immortality of the +human soul, that is to say of its eternal survival after death; but, in any +case, this assumption completely fails to accomplish the purpose for which +it has always been intended. Or is some riddle solved by my surviving for +ever? Is not this eternal life itself as much of a riddle as our present +life? The solution of the riddle of life in space and time lies outside +space and time. It is certainly not the solution of any problems of +natural science that is required. + +How things are in the world is a matter of complete indifference for +what is higher. God does not reveal himself in the world. + +The facts all contribute only to setting the problem, not to its +solution. + +It is not how things are in the world that is mystical, but that it +exists. + +To view the world sub specie aeterni is to view it as a whole--a +limited whole. Feeling the world as a limited whole--it is this that is +mystical. + +When the answer cannot be put into words, neither can the question be +put into words. The riddle does not exist. If a question can be framed at +all, it is also possible to answer it. + +Scepticism is not irrefutable, but obviously nonsensical, when it +tries to raise doubts where no questions can be asked. For doubt can exist +only where a question exists, a question only where an answer exists, and +an answer only where something can be said. + +We feel that even when all possible scientific questions have been +answered, the problems of life remain completely untouched. Of course there +are then no questions left, and this itself is the answer. + +The solution of the problem of life is seen in the vanishing of the +problem. Is not this the reason why those who have found after a long +period of doubt that the sense of life became clear to them have then been +unable to say what constituted that sense? + +There are, indeed, things that cannot be put into words. They make +themselves manifest. They are what is mystical. + +The correct method in philosophy would really be the following: to say +nothing except what can be said, i.e. propositions of natural science--i.e. +something that has nothing to do with philosophy -- and then, whenever +someone else wanted to say something metaphysical, to demonstrate to him +that he had failed to give a meaning to certain signs in his propositions. +Although it would not be satisfying to the other person--he would not have +the feeling that we were teaching him philosophy--this method would be the +only strictly correct one. + +My propositions are elucidatory in this way: he who understands me +finally recognizes them as senseless, when he has climbed out through them, +on them, over them. He must so to speak throw away the ladder, after he +has climbed up on it. He must transcend these propositions, and then he +will see the world aright. + +What we cannot speak about we must pass over in silence. diff --git a/node_modules/rita/test/qunit-helpers.js b/node_modules/rita/test/qunit-helpers.js new file mode 100644 index 0000000..1c3f535 --- /dev/null +++ b/node_modules/rita/test/qunit-helpers.js @@ -0,0 +1,90 @@ +/*jslint node: true*/ +/*global equal, expect, require, ok, QUnit */ + +/* + * loads the JSON doc-file and checks that each described field actually exists in the object + */ +QUnit.checkAPI = function(className, Class, obj, pathToDocs) { + + var eles = QUnit.propertiesFromAPI(pathToDocs, className); + + if (!eles) { + + expect(0); + console.warn("[WARN] Skipped checkAPI() test for '" + className + "'"); + return; + } + + for (var i = 0; eles && i < eles.length; i++) { + + //console.log("Checking "+eles[i].name); + + if (!eles[i] || eles[i] === 'undefined') { + + console.log("Null element in " + className.json); + continue; + } + + if (eles[i].isVar) { + + ok(obj.hasOwnProperty(eles[i].name), 'property: ' + eles[i].name); + + } else if (eles[i].isStatic) { + + equal(typeof Class[eles[i].name], 'function', 'static-function: ' + eles[i].name + '()'); + + } else { + + equal(typeof obj[eles[i].name], 'function', 'function: ' + eles[i].name + '()'); + } + } +}; + +/* + * loads the JSON doc-file and populates and array of 'field' objects, where a field + * contains a 'name' string, and 2 booleans: 'isVar' and 'isStatic'. + */ +QUnit.propertiesFromAPI = function(pathToDocs, className) { + + var jsonf, fields, elements = []; + + // for now, this only works in Node (and not from the browser OR an NPM package) + if (typeof exports != 'undefined') { + + jsonf = pathToDocs + className; + try { + fields = require(jsonf).fields; + } catch (e) { + + console.warn("[WARN] No json file at '" + jsonf + ".json', or perhaps the JSON is invalid?"); + return; + } + + for (var i = 0, j = fields.length; i < j; i++) { + + if (fields[i].hidden) continue; + + var isVar = fields[i].variable || false, + isStatic = (new RegExp("^" + className + ".").test(fields[i].name)), + name = isStatic ? fields[i].name.substring(className.length + 1) : fields[i].name; + + elements.push({ + name: name, + isVar: isVar, + isStatic: isStatic + }); + } + } + + return elements; +}; + +// Adds some logging to the command-line (Node) test script +QUnit.moduleStart(function(n) { + console.log("[INFO] Testing " + n.name); +}); + +// Adds some logging to the command-line (Node) test script +QUnit.moduleDone(function(n) { + //console.log("[INFO] Completed "+n.name); +}); diff --git a/node_modules/rita/tonic.js b/node_modules/rita/tonic.js new file mode 100755 index 0000000..b1c46a4 --- /dev/null +++ b/node_modules/rita/tonic.js @@ -0,0 +1,6 @@ +var RiTa = require('rita'); + +var rs = RiTa.RiString("The elephant took a bite!"); +var features = rs.features(); + +console.log(features); diff --git a/node_modules/sprintf-js/.npmignore b/node_modules/sprintf-js/.npmignore new file mode 100644 index 0000000..096746c --- /dev/null +++ b/node_modules/sprintf-js/.npmignore @@ -0,0 +1 @@ +/node_modules/ \ No newline at end of file diff --git a/node_modules/sprintf-js/LICENSE b/node_modules/sprintf-js/LICENSE new file mode 100644 index 0000000..663ac52 --- /dev/null +++ b/node_modules/sprintf-js/LICENSE @@ -0,0 +1,24 @@ +Copyright (c) 2007-2014, Alexandru Marasteanu +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: +* Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +* Neither the name of this software nor the names of its contributors may be + used to endorse or promote products derived from this software without + specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/node_modules/sprintf-js/README.md b/node_modules/sprintf-js/README.md new file mode 100644 index 0000000..8386356 --- /dev/null +++ b/node_modules/sprintf-js/README.md @@ -0,0 +1,88 @@ +# sprintf.js +**sprintf.js** is a complete open source JavaScript sprintf implementation for the *browser* and *node.js*. + +Its prototype is simple: + + string sprintf(string format , [mixed arg1 [, mixed arg2 [ ,...]]]) + +The placeholders in the format string are marked by `%` and are followed by one or more of these elements, in this order: + +* An optional number followed by a `$` sign that selects which argument index to use for the value. If not specified, arguments will be placed in the same order as the placeholders in the input string. +* An optional `+` sign that forces to preceed the result with a plus or minus sign on numeric values. By default, only the `-` sign is used on negative numbers. +* An optional padding specifier that says what character to use for padding (if specified). Possible values are `0` or any other character precedeed by a `'` (single quote). The default is to pad with *spaces*. +* An optional `-` sign, that causes sprintf to left-align the result of this placeholder. The default is to right-align the result. +* An optional number, that says how many characters the result should have. If the value to be returned is shorter than this number, the result will be padded. When used with the `j` (JSON) type specifier, the padding length specifies the tab size used for indentation. +* An optional precision modifier, consisting of a `.` (dot) followed by a number, that says how many digits should be displayed for floating point numbers. When used with the `g` type specifier, it specifies the number of significant digits. When used on a string, it causes the result to be truncated. +* A type specifier that can be any of: + * `%` — yields a literal `%` character + * `b` — yields an integer as a binary number + * `c` — yields an integer as the character with that ASCII value + * `d` or `i` — yields an integer as a signed decimal number + * `e` — yields a float using scientific notation + * `u` — yields an integer as an unsigned decimal number + * `f` — yields a float as is; see notes on precision above + * `g` — yields a float as is; see notes on precision above + * `o` — yields an integer as an octal number + * `s` — yields a string as is + * `x` — yields an integer as a hexadecimal number (lower-case) + * `X` — yields an integer as a hexadecimal number (upper-case) + * `j` — yields a JavaScript object or array as a JSON encoded string + +## JavaScript `vsprintf` +`vsprintf` is the same as `sprintf` except that it accepts an array of arguments, rather than a variable number of arguments: + + vsprintf("The first 4 letters of the english alphabet are: %s, %s, %s and %s", ["a", "b", "c", "d"]) + +## Argument swapping +You can also swap the arguments. That is, the order of the placeholders doesn't have to match the order of the arguments. You can do that by simply indicating in the format string which arguments the placeholders refer to: + + sprintf("%2$s %3$s a %1$s", "cracker", "Polly", "wants") +And, of course, you can repeat the placeholders without having to increase the number of arguments. + +## Named arguments +Format strings may contain replacement fields rather than positional placeholders. Instead of referring to a certain argument, you can now refer to a certain key within an object. Replacement fields are surrounded by rounded parentheses - `(` and `)` - and begin with a keyword that refers to a key: + + var user = { + name: "Dolly" + } + sprintf("Hello %(name)s", user) // Hello Dolly +Keywords in replacement fields can be optionally followed by any number of keywords or indexes: + + var users = [ + {name: "Dolly"}, + {name: "Molly"}, + {name: "Polly"} + ] + sprintf("Hello %(users[0].name)s, %(users[1].name)s and %(users[2].name)s", {users: users}) // Hello Dolly, Molly and Polly +Note: mixing positional and named placeholders is not (yet) supported + +## Computed values +You can pass in a function as a dynamic value and it will be invoked (with no arguments) in order to compute the value on-the-fly. + + sprintf("Current timestamp: %d", Date.now) // Current timestamp: 1398005382890 + sprintf("Current date and time: %s", function() { return new Date().toString() }) + +# AngularJS +You can now use `sprintf` and `vsprintf` (also aliased as `fmt` and `vfmt` respectively) in your AngularJS projects. See `demo/`. + +# Installation + +## Via Bower + + bower install sprintf + +## Or as a node.js module + + npm install sprintf-js + +### Usage + + var sprintf = require("sprintf-js").sprintf, + vsprintf = require("sprintf-js").vsprintf + + sprintf("%2$s %3$s a %1$s", "cracker", "Polly", "wants") + vsprintf("The first 4 letters of the english alphabet are: %s, %s, %s and %s", ["a", "b", "c", "d"]) + +# License + +**sprintf.js** is licensed under the terms of the 3-clause BSD license. diff --git a/node_modules/sprintf-js/bower.json b/node_modules/sprintf-js/bower.json new file mode 100644 index 0000000..d90a759 --- /dev/null +++ b/node_modules/sprintf-js/bower.json @@ -0,0 +1,14 @@ +{ + "name": "sprintf", + "description": "JavaScript sprintf implementation", + "version": "1.0.3", + "main": "src/sprintf.js", + "license": "BSD-3-Clause-Clear", + "keywords": ["sprintf", "string", "formatting"], + "authors": ["Alexandru Marasteanu (http://alexei.ro/)"], + "homepage": "https://github.com/alexei/sprintf.js", + "repository": { + "type": "git", + "url": "git://github.com/alexei/sprintf.js.git" + } +} diff --git a/node_modules/sprintf-js/demo/angular.html b/node_modules/sprintf-js/demo/angular.html new file mode 100644 index 0000000..3559efd --- /dev/null +++ b/node_modules/sprintf-js/demo/angular.html @@ -0,0 +1,20 @@ + + + + + + + + +

{{ "%+010d"|sprintf:-123 }}
+
{{ "%+010d"|vsprintf:[-123] }}
+
{{ "%+010d"|fmt:-123 }}
+
{{ "%+010d"|vfmt:[-123] }}
+
{{ "I've got %2$d apples and %1$d oranges."|fmt:4:2 }}
+
{{ "I've got %(apples)d apples and %(oranges)d oranges."|fmt:{apples: 2, oranges: 4} }}
+ + + + diff --git a/node_modules/sprintf-js/dist/angular-sprintf.min.js b/node_modules/sprintf-js/dist/angular-sprintf.min.js new file mode 100644 index 0000000..dbaf744 --- /dev/null +++ b/node_modules/sprintf-js/dist/angular-sprintf.min.js @@ -0,0 +1,4 @@ +/*! sprintf-js | Alexandru Marasteanu (http://alexei.ro/) | BSD-3-Clause */ + +angular.module("sprintf",[]).filter("sprintf",function(){return function(){return sprintf.apply(null,arguments)}}).filter("fmt",["$filter",function(a){return a("sprintf")}]).filter("vsprintf",function(){return function(a,b){return vsprintf(a,b)}}).filter("vfmt",["$filter",function(a){return a("vsprintf")}]); +//# sourceMappingURL=angular-sprintf.min.map \ No newline at end of file diff --git a/node_modules/sprintf-js/dist/angular-sprintf.min.js.map b/node_modules/sprintf-js/dist/angular-sprintf.min.js.map new file mode 100644 index 0000000..055964c --- /dev/null +++ b/node_modules/sprintf-js/dist/angular-sprintf.min.js.map @@ -0,0 +1 @@ +{"version":3,"file":"angular-sprintf.min.js","sources":["../src/angular-sprintf.js"],"names":["angular","module","filter","sprintf","apply","arguments","$filter","format","argv","vsprintf"],"mappings":";;AAAAA,QACIC,OAAO,cACPC,OAAO,UAAW,WACd,MAAO,YACH,MAAOC,SAAQC,MAAM,KAAMC,cAGnCH,OAAO,OAAQ,UAAW,SAASI,GAC/B,MAAOA,GAAQ,cAEnBJ,OAAO,WAAY,WACf,MAAO,UAASK,EAAQC,GACpB,MAAOC,UAASF,EAAQC,MAGhCN,OAAO,QAAS,UAAW,SAASI,GAChC,MAAOA,GAAQ"} \ No newline at end of file diff --git a/node_modules/sprintf-js/dist/angular-sprintf.min.map b/node_modules/sprintf-js/dist/angular-sprintf.min.map new file mode 100644 index 0000000..055964c --- /dev/null +++ b/node_modules/sprintf-js/dist/angular-sprintf.min.map @@ -0,0 +1 @@ +{"version":3,"file":"angular-sprintf.min.js","sources":["../src/angular-sprintf.js"],"names":["angular","module","filter","sprintf","apply","arguments","$filter","format","argv","vsprintf"],"mappings":";;AAAAA,QACIC,OAAO,cACPC,OAAO,UAAW,WACd,MAAO,YACH,MAAOC,SAAQC,MAAM,KAAMC,cAGnCH,OAAO,OAAQ,UAAW,SAASI,GAC/B,MAAOA,GAAQ,cAEnBJ,OAAO,WAAY,WACf,MAAO,UAASK,EAAQC,GACpB,MAAOC,UAASF,EAAQC,MAGhCN,OAAO,QAAS,UAAW,SAASI,GAChC,MAAOA,GAAQ"} \ No newline at end of file diff --git a/node_modules/sprintf-js/dist/sprintf.min.js b/node_modules/sprintf-js/dist/sprintf.min.js new file mode 100644 index 0000000..dc61e51 --- /dev/null +++ b/node_modules/sprintf-js/dist/sprintf.min.js @@ -0,0 +1,4 @@ +/*! sprintf-js | Alexandru Marasteanu (http://alexei.ro/) | BSD-3-Clause */ + +!function(a){function b(){var a=arguments[0],c=b.cache;return c[a]&&c.hasOwnProperty(a)||(c[a]=b.parse(a)),b.format.call(null,c[a],arguments)}function c(a){return Object.prototype.toString.call(a).slice(8,-1).toLowerCase()}function d(a,b){return Array(b+1).join(a)}var e={not_string:/[^s]/,number:/[diefg]/,json:/[j]/,not_json:/[^j]/,text:/^[^\x25]+/,modulo:/^\x25{2}/,placeholder:/^\x25(?:([1-9]\d*)\$|\(([^\)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-gijosuxX])/,key:/^([a-z_][a-z_\d]*)/i,key_access:/^\.([a-z_][a-z_\d]*)/i,index_access:/^\[(\d+)\]/,sign:/^[\+\-]/};b.format=function(a,f){var g,h,i,j,k,l,m,n=1,o=a.length,p="",q=[],r=!0,s="";for(h=0;o>h;h++)if(p=c(a[h]),"string"===p)q[q.length]=a[h];else if("array"===p){if(j=a[h],j[2])for(g=f[n],i=0;i=0),j[8]){case"b":g=g.toString(2);break;case"c":g=String.fromCharCode(g);break;case"d":case"i":g=parseInt(g,10);break;case"j":g=JSON.stringify(g,null,j[6]?parseInt(j[6]):0);break;case"e":g=j[7]?g.toExponential(j[7]):g.toExponential();break;case"f":g=j[7]?parseFloat(g).toFixed(j[7]):parseFloat(g);break;case"g":g=j[7]?parseFloat(g).toPrecision(j[7]):parseFloat(g);break;case"o":g=g.toString(8);break;case"s":g=(g=String(g))&&j[7]?g.substring(0,j[7]):g;break;case"u":g>>>=0;break;case"x":g=g.toString(16);break;case"X":g=g.toString(16).toUpperCase()}e.json.test(j[8])?q[q.length]=g:(!e.number.test(j[8])||r&&!j[3]?s="":(s=r?"+":"-",g=g.toString().replace(e.sign,"")),l=j[4]?"0"===j[4]?"0":j[4].charAt(1):" ",m=j[6]-(s+g).length,k=j[6]&&m>0?d(l,m):"",q[q.length]=j[5]?s+g+k:"0"===l?s+k+g:k+s+g)}return q.join("")},b.cache={},b.parse=function(a){for(var b=a,c=[],d=[],f=0;b;){if(null!==(c=e.text.exec(b)))d[d.length]=c[0];else if(null!==(c=e.modulo.exec(b)))d[d.length]="%";else{if(null===(c=e.placeholder.exec(b)))throw new SyntaxError("[sprintf] unexpected placeholder");if(c[2]){f|=1;var g=[],h=c[2],i=[];if(null===(i=e.key.exec(h)))throw new SyntaxError("[sprintf] failed to parse named argument key");for(g[g.length]=i[1];""!==(h=h.substring(i[0].length));)if(null!==(i=e.key_access.exec(h)))g[g.length]=i[1];else{if(null===(i=e.index_access.exec(h)))throw new SyntaxError("[sprintf] failed to parse named argument key");g[g.length]=i[1]}c[2]=g}else f|=2;if(3===f)throw new Error("[sprintf] mixing positional and named placeholders is not (yet) supported");d[d.length]=c}b=b.substring(c[0].length)}return d};var f=function(a,c,d){return d=(c||[]).slice(0),d.splice(0,0,a),b.apply(null,d)};"undefined"!=typeof exports?(exports.sprintf=b,exports.vsprintf=f):(a.sprintf=b,a.vsprintf=f,"function"==typeof define&&define.amd&&define(function(){return{sprintf:b,vsprintf:f}}))}("undefined"==typeof window?this:window); +//# sourceMappingURL=sprintf.min.map \ No newline at end of file diff --git a/node_modules/sprintf-js/dist/sprintf.min.js.map b/node_modules/sprintf-js/dist/sprintf.min.js.map new file mode 100644 index 0000000..369dbaf --- /dev/null +++ b/node_modules/sprintf-js/dist/sprintf.min.js.map @@ -0,0 +1 @@ +{"version":3,"file":"sprintf.min.js","sources":["../src/sprintf.js"],"names":["window","sprintf","key","arguments","cache","hasOwnProperty","parse","format","call","get_type","variable","Object","prototype","toString","slice","toLowerCase","str_repeat","input","multiplier","Array","join","re","not_string","number","json","not_json","text","modulo","placeholder","key_access","index_access","sign","parse_tree","argv","arg","i","k","match","pad","pad_character","pad_length","cursor","tree_length","length","node_type","output","is_positive","Error","test","isNaN","TypeError","String","fromCharCode","parseInt","JSON","stringify","toExponential","parseFloat","toFixed","substring","toUpperCase","replace","charAt","fmt","_fmt","arg_names","exec","SyntaxError","field_list","replacement_field","field_match","vsprintf","_argv","splice","apply","exports","define","amd","this"],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/sprintf-js/dist/sprintf.min.map b/node_modules/sprintf-js/dist/sprintf.min.map new file mode 100644 index 0000000..ee011aa --- /dev/null +++ b/node_modules/sprintf-js/dist/sprintf.min.map @@ -0,0 +1 @@ +{"version":3,"file":"sprintf.min.js","sources":["../src/sprintf.js"],"names":["window","sprintf","key","arguments","cache","hasOwnProperty","parse","format","call","get_type","variable","Object","prototype","toString","slice","toLowerCase","str_repeat","input","multiplier","Array","join","re","not_string","number","json","not_json","text","modulo","placeholder","key_access","index_access","sign","parse_tree","argv","arg","i","k","match","pad","pad_character","pad_length","cursor","tree_length","length","node_type","output","is_positive","Error","test","isNaN","TypeError","String","fromCharCode","parseInt","JSON","stringify","toExponential","parseFloat","toFixed","toPrecision","substring","toUpperCase","replace","charAt","fmt","_fmt","arg_names","exec","SyntaxError","field_list","replacement_field","field_match","vsprintf","_argv","splice","apply","exports","define","amd","this"],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/sprintf-js/gruntfile.js b/node_modules/sprintf-js/gruntfile.js new file mode 100644 index 0000000..246e1c3 --- /dev/null +++ b/node_modules/sprintf-js/gruntfile.js @@ -0,0 +1,36 @@ +module.exports = function(grunt) { + grunt.initConfig({ + pkg: grunt.file.readJSON("package.json"), + + uglify: { + options: { + banner: "/*! <%= pkg.name %> | <%= pkg.author %> | <%= pkg.license %> */\n", + sourceMap: true + }, + build: { + files: [ + { + src: "src/sprintf.js", + dest: "dist/sprintf.min.js" + }, + { + src: "src/angular-sprintf.js", + dest: "dist/angular-sprintf.min.js" + } + ] + } + }, + + watch: { + js: { + files: "src/*.js", + tasks: ["uglify"] + } + } + }) + + grunt.loadNpmTasks("grunt-contrib-uglify") + grunt.loadNpmTasks("grunt-contrib-watch") + + grunt.registerTask("default", ["uglify", "watch"]) +} diff --git a/node_modules/sprintf-js/package.json b/node_modules/sprintf-js/package.json new file mode 100644 index 0000000..e72098d --- /dev/null +++ b/node_modules/sprintf-js/package.json @@ -0,0 +1,54 @@ +{ + "_from": "sprintf-js@~1.0.2", + "_id": "sprintf-js@1.0.3", + "_inBundle": false, + "_integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "_location": "/sprintf-js", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "sprintf-js@~1.0.2", + "name": "sprintf-js", + "escapedName": "sprintf-js", + "rawSpec": "~1.0.2", + "saveSpec": null, + "fetchSpec": "~1.0.2" + }, + "_requiredBy": [ + "/argparse" + ], + "_resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "_shasum": "04e6926f662895354f3dd015203633b857297e2c", + "_spec": "sprintf-js@~1.0.2", + "_where": "/Users/paolo/Desktop/multiplayer games/likelike-online/node_modules/argparse", + "author": { + "name": "Alexandru Marasteanu", + "email": "hello@alexei.ro", + "url": "http://alexei.ro/" + }, + "bugs": { + "url": "https://github.com/alexei/sprintf.js/issues" + }, + "bundleDependencies": false, + "deprecated": false, + "description": "JavaScript sprintf implementation", + "devDependencies": { + "grunt": "*", + "grunt-contrib-uglify": "*", + "grunt-contrib-watch": "*", + "mocha": "*" + }, + "homepage": "https://github.com/alexei/sprintf.js#readme", + "license": "BSD-3-Clause", + "main": "src/sprintf.js", + "name": "sprintf-js", + "repository": { + "type": "git", + "url": "git+https://github.com/alexei/sprintf.js.git" + }, + "scripts": { + "test": "mocha test/test.js" + }, + "version": "1.0.3" +} diff --git a/node_modules/sprintf-js/src/angular-sprintf.js b/node_modules/sprintf-js/src/angular-sprintf.js new file mode 100644 index 0000000..9c69123 --- /dev/null +++ b/node_modules/sprintf-js/src/angular-sprintf.js @@ -0,0 +1,18 @@ +angular. + module("sprintf", []). + filter("sprintf", function() { + return function() { + return sprintf.apply(null, arguments) + } + }). + filter("fmt", ["$filter", function($filter) { + return $filter("sprintf") + }]). + filter("vsprintf", function() { + return function(format, argv) { + return vsprintf(format, argv) + } + }). + filter("vfmt", ["$filter", function($filter) { + return $filter("vsprintf") + }]) diff --git a/node_modules/sprintf-js/src/sprintf.js b/node_modules/sprintf-js/src/sprintf.js new file mode 100644 index 0000000..c0fc7c0 --- /dev/null +++ b/node_modules/sprintf-js/src/sprintf.js @@ -0,0 +1,208 @@ +(function(window) { + var re = { + not_string: /[^s]/, + number: /[diefg]/, + json: /[j]/, + not_json: /[^j]/, + text: /^[^\x25]+/, + modulo: /^\x25{2}/, + placeholder: /^\x25(?:([1-9]\d*)\$|\(([^\)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-gijosuxX])/, + key: /^([a-z_][a-z_\d]*)/i, + key_access: /^\.([a-z_][a-z_\d]*)/i, + index_access: /^\[(\d+)\]/, + sign: /^[\+\-]/ + } + + function sprintf() { + var key = arguments[0], cache = sprintf.cache + if (!(cache[key] && cache.hasOwnProperty(key))) { + cache[key] = sprintf.parse(key) + } + return sprintf.format.call(null, cache[key], arguments) + } + + sprintf.format = function(parse_tree, argv) { + var cursor = 1, tree_length = parse_tree.length, node_type = "", arg, output = [], i, k, match, pad, pad_character, pad_length, is_positive = true, sign = "" + for (i = 0; i < tree_length; i++) { + node_type = get_type(parse_tree[i]) + if (node_type === "string") { + output[output.length] = parse_tree[i] + } + else if (node_type === "array") { + match = parse_tree[i] // convenience purposes only + if (match[2]) { // keyword argument + arg = argv[cursor] + for (k = 0; k < match[2].length; k++) { + if (!arg.hasOwnProperty(match[2][k])) { + throw new Error(sprintf("[sprintf] property '%s' does not exist", match[2][k])) + } + arg = arg[match[2][k]] + } + } + else if (match[1]) { // positional argument (explicit) + arg = argv[match[1]] + } + else { // positional argument (implicit) + arg = argv[cursor++] + } + + if (get_type(arg) == "function") { + arg = arg() + } + + if (re.not_string.test(match[8]) && re.not_json.test(match[8]) && (get_type(arg) != "number" && isNaN(arg))) { + throw new TypeError(sprintf("[sprintf] expecting number but found %s", get_type(arg))) + } + + if (re.number.test(match[8])) { + is_positive = arg >= 0 + } + + switch (match[8]) { + case "b": + arg = arg.toString(2) + break + case "c": + arg = String.fromCharCode(arg) + break + case "d": + case "i": + arg = parseInt(arg, 10) + break + case "j": + arg = JSON.stringify(arg, null, match[6] ? parseInt(match[6]) : 0) + break + case "e": + arg = match[7] ? arg.toExponential(match[7]) : arg.toExponential() + break + case "f": + arg = match[7] ? parseFloat(arg).toFixed(match[7]) : parseFloat(arg) + break + case "g": + arg = match[7] ? parseFloat(arg).toPrecision(match[7]) : parseFloat(arg) + break + case "o": + arg = arg.toString(8) + break + case "s": + arg = ((arg = String(arg)) && match[7] ? arg.substring(0, match[7]) : arg) + break + case "u": + arg = arg >>> 0 + break + case "x": + arg = arg.toString(16) + break + case "X": + arg = arg.toString(16).toUpperCase() + break + } + if (re.json.test(match[8])) { + output[output.length] = arg + } + else { + if (re.number.test(match[8]) && (!is_positive || match[3])) { + sign = is_positive ? "+" : "-" + arg = arg.toString().replace(re.sign, "") + } + else { + sign = "" + } + pad_character = match[4] ? match[4] === "0" ? "0" : match[4].charAt(1) : " " + pad_length = match[6] - (sign + arg).length + pad = match[6] ? (pad_length > 0 ? str_repeat(pad_character, pad_length) : "") : "" + output[output.length] = match[5] ? sign + arg + pad : (pad_character === "0" ? sign + pad + arg : pad + sign + arg) + } + } + } + return output.join("") + } + + sprintf.cache = {} + + sprintf.parse = function(fmt) { + var _fmt = fmt, match = [], parse_tree = [], arg_names = 0 + while (_fmt) { + if ((match = re.text.exec(_fmt)) !== null) { + parse_tree[parse_tree.length] = match[0] + } + else if ((match = re.modulo.exec(_fmt)) !== null) { + parse_tree[parse_tree.length] = "%" + } + else if ((match = re.placeholder.exec(_fmt)) !== null) { + if (match[2]) { + arg_names |= 1 + var field_list = [], replacement_field = match[2], field_match = [] + if ((field_match = re.key.exec(replacement_field)) !== null) { + field_list[field_list.length] = field_match[1] + while ((replacement_field = replacement_field.substring(field_match[0].length)) !== "") { + if ((field_match = re.key_access.exec(replacement_field)) !== null) { + field_list[field_list.length] = field_match[1] + } + else if ((field_match = re.index_access.exec(replacement_field)) !== null) { + field_list[field_list.length] = field_match[1] + } + else { + throw new SyntaxError("[sprintf] failed to parse named argument key") + } + } + } + else { + throw new SyntaxError("[sprintf] failed to parse named argument key") + } + match[2] = field_list + } + else { + arg_names |= 2 + } + if (arg_names === 3) { + throw new Error("[sprintf] mixing positional and named placeholders is not (yet) supported") + } + parse_tree[parse_tree.length] = match + } + else { + throw new SyntaxError("[sprintf] unexpected placeholder") + } + _fmt = _fmt.substring(match[0].length) + } + return parse_tree + } + + var vsprintf = function(fmt, argv, _argv) { + _argv = (argv || []).slice(0) + _argv.splice(0, 0, fmt) + return sprintf.apply(null, _argv) + } + + /** + * helpers + */ + function get_type(variable) { + return Object.prototype.toString.call(variable).slice(8, -1).toLowerCase() + } + + function str_repeat(input, multiplier) { + return Array(multiplier + 1).join(input) + } + + /** + * export to either browser or node.js + */ + if (typeof exports !== "undefined") { + exports.sprintf = sprintf + exports.vsprintf = vsprintf + } + else { + window.sprintf = sprintf + window.vsprintf = vsprintf + + if (typeof define === "function" && define.amd) { + define(function() { + return { + sprintf: sprintf, + vsprintf: vsprintf + } + }) + } + } +})(typeof window === "undefined" ? this : window); diff --git a/node_modules/sprintf-js/test/test.js b/node_modules/sprintf-js/test/test.js new file mode 100644 index 0000000..6f57b25 --- /dev/null +++ b/node_modules/sprintf-js/test/test.js @@ -0,0 +1,82 @@ +var assert = require("assert"), + sprintfjs = require("../src/sprintf.js"), + sprintf = sprintfjs.sprintf, + vsprintf = sprintfjs.vsprintf + +describe("sprintfjs", function() { + var pi = 3.141592653589793 + + it("should return formated strings for simple placeholders", function() { + assert.equal("%", sprintf("%%")) + assert.equal("10", sprintf("%b", 2)) + assert.equal("A", sprintf("%c", 65)) + assert.equal("2", sprintf("%d", 2)) + assert.equal("2", sprintf("%i", 2)) + assert.equal("2", sprintf("%d", "2")) + assert.equal("2", sprintf("%i", "2")) + assert.equal('{"foo":"bar"}', sprintf("%j", {foo: "bar"})) + assert.equal('["foo","bar"]', sprintf("%j", ["foo", "bar"])) + assert.equal("2e+0", sprintf("%e", 2)) + assert.equal("2", sprintf("%u", 2)) + assert.equal("4294967294", sprintf("%u", -2)) + assert.equal("2.2", sprintf("%f", 2.2)) + assert.equal("3.141592653589793", sprintf("%g", pi)) + assert.equal("10", sprintf("%o", 8)) + assert.equal("%s", sprintf("%s", "%s")) + assert.equal("ff", sprintf("%x", 255)) + assert.equal("FF", sprintf("%X", 255)) + assert.equal("Polly wants a cracker", sprintf("%2$s %3$s a %1$s", "cracker", "Polly", "wants")) + assert.equal("Hello world!", sprintf("Hello %(who)s!", {"who": "world"})) + }) + + it("should return formated strings for complex placeholders", function() { + // sign + assert.equal("2", sprintf("%d", 2)) + assert.equal("-2", sprintf("%d", -2)) + assert.equal("+2", sprintf("%+d", 2)) + assert.equal("-2", sprintf("%+d", -2)) + assert.equal("2", sprintf("%i", 2)) + assert.equal("-2", sprintf("%i", -2)) + assert.equal("+2", sprintf("%+i", 2)) + assert.equal("-2", sprintf("%+i", -2)) + assert.equal("2.2", sprintf("%f", 2.2)) + assert.equal("-2.2", sprintf("%f", -2.2)) + assert.equal("+2.2", sprintf("%+f", 2.2)) + assert.equal("-2.2", sprintf("%+f", -2.2)) + assert.equal("-2.3", sprintf("%+.1f", -2.34)) + assert.equal("-0.0", sprintf("%+.1f", -0.01)) + assert.equal("3.14159", sprintf("%.6g", pi)) + assert.equal("3.14", sprintf("%.3g", pi)) + assert.equal("3", sprintf("%.1g", pi)) + assert.equal("-000000123", sprintf("%+010d", -123)) + assert.equal("______-123", sprintf("%+'_10d", -123)) + assert.equal("-234.34 123.2", sprintf("%f %f", -234.34, 123.2)) + + // padding + assert.equal("-0002", sprintf("%05d", -2)) + assert.equal("-0002", sprintf("%05i", -2)) + assert.equal(" <", sprintf("%5s", "<")) + assert.equal("0000<", sprintf("%05s", "<")) + assert.equal("____<", sprintf("%'_5s", "<")) + assert.equal("> ", sprintf("%-5s", ">")) + assert.equal(">0000", sprintf("%0-5s", ">")) + assert.equal(">____", sprintf("%'_-5s", ">")) + assert.equal("xxxxxx", sprintf("%5s", "xxxxxx")) + assert.equal("1234", sprintf("%02u", 1234)) + assert.equal(" -10.235", sprintf("%8.3f", -10.23456)) + assert.equal("-12.34 xxx", sprintf("%f %s", -12.34, "xxx")) + assert.equal('{\n "foo": "bar"\n}', sprintf("%2j", {foo: "bar"})) + assert.equal('[\n "foo",\n "bar"\n]', sprintf("%2j", ["foo", "bar"])) + + // precision + assert.equal("2.3", sprintf("%.1f", 2.345)) + assert.equal("xxxxx", sprintf("%5.5s", "xxxxxx")) + assert.equal(" x", sprintf("%5.1s", "xxxxxx")) + + }) + + it("should return formated strings for callbacks", function() { + assert.equal("foobar", sprintf("%s", function() { return "foobar" })) + assert.equal(Date.now(), sprintf("%s", Date.now)) // should pass... + }) +}) diff --git a/node_modules/wrappy/LICENSE b/node_modules/wrappy/LICENSE new file mode 100644 index 0000000..19129e3 --- /dev/null +++ b/node_modules/wrappy/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/wrappy/README.md b/node_modules/wrappy/README.md new file mode 100644 index 0000000..98eab25 --- /dev/null +++ b/node_modules/wrappy/README.md @@ -0,0 +1,36 @@ +# wrappy + +Callback wrapping utility + +## USAGE + +```javascript +var wrappy = require("wrappy") + +// var wrapper = wrappy(wrapperFunction) + +// make sure a cb is called only once +// See also: http://npm.im/once for this specific use case +var once = wrappy(function (cb) { + var called = false + return function () { + if (called) return + called = true + return cb.apply(this, arguments) + } +}) + +function printBoo () { + console.log('boo') +} +// has some rando property +printBoo.iAmBooPrinter = true + +var onlyPrintOnce = once(printBoo) + +onlyPrintOnce() // prints 'boo' +onlyPrintOnce() // does nothing + +// random property is retained! +assert.equal(onlyPrintOnce.iAmBooPrinter, true) +``` diff --git a/node_modules/wrappy/package.json b/node_modules/wrappy/package.json new file mode 100644 index 0000000..bbdf63e --- /dev/null +++ b/node_modules/wrappy/package.json @@ -0,0 +1,59 @@ +{ + "_from": "wrappy@1", + "_id": "wrappy@1.0.2", + "_inBundle": false, + "_integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "_location": "/wrappy", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "wrappy@1", + "name": "wrappy", + "escapedName": "wrappy", + "rawSpec": "1", + "saveSpec": null, + "fetchSpec": "1" + }, + "_requiredBy": [ + "/inflight", + "/once" + ], + "_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "_shasum": "b5243d8f3ec1aa35f1364605bc0d1036e30ab69f", + "_spec": "wrappy@1", + "_where": "/Users/paolo/Desktop/multiplayer games/likelike-online/node_modules/inflight", + "author": { + "name": "Isaac Z. Schlueter", + "email": "i@izs.me", + "url": "http://blog.izs.me/" + }, + "bugs": { + "url": "https://github.com/npm/wrappy/issues" + }, + "bundleDependencies": false, + "dependencies": {}, + "deprecated": false, + "description": "Callback wrapping utility", + "devDependencies": { + "tap": "^2.3.1" + }, + "directories": { + "test": "test" + }, + "files": [ + "wrappy.js" + ], + "homepage": "https://github.com/npm/wrappy", + "license": "ISC", + "main": "wrappy.js", + "name": "wrappy", + "repository": { + "type": "git", + "url": "git+https://github.com/npm/wrappy.git" + }, + "scripts": { + "test": "tap --coverage test/*.js" + }, + "version": "1.0.2" +} diff --git a/node_modules/wrappy/wrappy.js b/node_modules/wrappy/wrappy.js new file mode 100644 index 0000000..bb7e7d6 --- /dev/null +++ b/node_modules/wrappy/wrappy.js @@ -0,0 +1,33 @@ +// Returns a wrapper function that returns a wrapped callback +// The wrapper function should do some stuff, and return a +// presumably different callback function. +// This makes sure that own properties are retained, so that +// decorations and such are not lost along the way. +module.exports = wrappy +function wrappy (fn, cb) { + if (fn && cb) return wrappy(fn)(cb) + + if (typeof fn !== 'function') + throw new TypeError('need wrapper function') + + Object.keys(fn).forEach(function (k) { + wrapper[k] = fn[k] + }) + + return wrapper + + function wrapper() { + var args = new Array(arguments.length) + for (var i = 0; i < args.length; i++) { + args[i] = arguments[i] + } + var ret = fn.apply(this, args) + var cb = args[args.length-1] + if (typeof ret === 'function' && ret !== cb) { + Object.keys(cb).forEach(function (k) { + ret[k] = cb[k] + }) + } + return ret + } +} diff --git a/node_modules/yamljs/.npmignore b/node_modules/yamljs/.npmignore new file mode 100644 index 0000000..8da5ccb --- /dev/null +++ b/node_modules/yamljs/.npmignore @@ -0,0 +1,5 @@ +.DS_Store +node_modules +/doc/ + +/lib/debug/ diff --git a/node_modules/yamljs/.travis.yml b/node_modules/yamljs/.travis.yml new file mode 100644 index 0000000..3d496c3 --- /dev/null +++ b/node_modules/yamljs/.travis.yml @@ -0,0 +1,7 @@ +language: node_js +node_js: + - "5.0" +before_script: + - npm install -g coffee-script + - npm install -g browserify + - npm install -g uglify-js diff --git a/node_modules/yamljs/Cakefile b/node_modules/yamljs/Cakefile new file mode 100644 index 0000000..edc0878 --- /dev/null +++ b/node_modules/yamljs/Cakefile @@ -0,0 +1,117 @@ + +{exec, spawn} = require 'child_process' +fs = require 'fs' +path = require 'path' +esc = (arg) -> (''+arg).replace(/(?=[^a-zA-Z0-9_.\/\-\x7F-\xFF\n])/gm, '\\').replace(/\n/g, "'\n'").replace(/^$/, "''") + +srcDir = path.normalize __dirname+'/src' +libDir = path.normalize __dirname+'/lib' +libDebugDir = path.normalize __dirname+'/lib/debug' +distDir = path.normalize __dirname+'/dist' +cliDir = path.normalize __dirname+'/cli' +binDir = path.normalize __dirname+'/bin' +specDir = path.normalize __dirname+'/test/spec' +modulesDir = path.normalize __dirname+'/node_modules' + +task 'build', 'build project', -> + + # Compile + do compile = -> + unless fs.existsSync libDir + fs.mkdirSync libDir + unless fs.existsSync libDir+'/Exception' + fs.mkdirSync libDir+'/Exception' + toCompile = 'Yaml Utils Unescaper Pattern Parser Inline Escaper Dumper Exception/ParseException Exception/ParseMore Exception/DumpException'.split ' ' + do compileOne = -> + name = toCompile.shift() + outputDir = (if '/' in name then libDir+'/Exception' else libDir) + exec 'coffee -b -o '+esc(outputDir)+' -c '+esc(srcDir+'/'+name+'.coffee'), (err, res) -> + if err then throw err + + console.log "Compiled #{name}.js" + if toCompile.length + compileOne() + else + debugCompile() + + # Debug compile + debugCompile = -> + unless fs.existsSync libDebugDir + fs.mkdirSync libDebugDir + unless fs.existsSync libDebugDir+'/Exception' + fs.mkdirSync libDebugDir+'/Exception' + toCompile = 'Yaml Utils Unescaper Pattern Parser Inline Escaper Dumper Exception/ParseException Exception/ParseMore Exception/DumpException'.split ' ' + do compileOne = -> + name = toCompile.shift() + outputDir = (if '/' in name then libDebugDir+'/Exception' else libDebugDir) + exec 'coffee -m -b -o '+esc(outputDir)+' -c '+esc(srcDir+'/'+name+'.coffee'), (err, res) -> + if err then throw err + + console.log "Compiled #{name}.js (debug)" + if toCompile.length + compileOne() + else + browserify() + + # Browserify + unless fs.existsSync distDir + fs.mkdirSync distDir + browserify = -> + exec 'browserify -t coffeeify --extension=".coffee" '+esc(srcDir+'/Yaml.coffee')+' > '+esc(distDir+'/yaml.js'), (err, res) -> + if err then throw err + + console.log "Browserified yaml.js" + exec 'browserify --debug -t coffeeify --extension=".coffee" '+esc(srcDir+'/Yaml.coffee')+' > '+esc(distDir+'/yaml.debug.js'), (err, res) -> + if err then throw err + + console.log "Browserified yaml.js (debug)" + minify() + + # Minify + minify = -> + exec 'uglifyjs --mangle sort '+esc(distDir+'/yaml.js')+' > '+esc(distDir+'/yaml.min.js'), (err, res) -> + if err then throw err + + console.log "Minified yaml.min.js" + compileSpec() + + # Compile spec + compileSpec = -> + exec 'coffee -b -c '+esc(specDir+'/YamlSpec.coffee'), (err, res) -> + if err then throw err + + console.log "Compiled YamlSpec.js" + compileCLI() + + # Compile CLI + compileCLI = -> + unless fs.existsSync binDir + fs.mkdirSync binDir + + # yaml2json + str = fs.readFileSync cliDir+'/yaml2json.js' + str = "#!/usr/bin/env node\n" + str + fs.writeFileSync binDir+'/yaml2json', str + fs.chmodSync binDir+'/yaml2json', '755' + console.log "Bundled yaml2json" + + # json2yaml + str = fs.readFileSync cliDir+'/json2yaml.js' + str = "#!/usr/bin/env node\n" + str + fs.writeFileSync binDir+'/json2yaml', str + fs.chmodSync binDir+'/json2yaml', '755' + console.log "Bundled json2yaml" + + +task 'test', 'test project', -> + + # Test + spawn 'node', [modulesDir+'/jasmine-node/lib/jasmine-node/cli.js', '--verbose', '--coffee', specDir+'/YamlSpec.coffee'], stdio: "inherit" + + +task 'doc', 'generate documentation', -> + + # Generate + spawn 'codo', [srcDir], stdio: "inherit" + + diff --git a/node_modules/yamljs/LICENSE b/node_modules/yamljs/LICENSE new file mode 100644 index 0000000..8adaf06 --- /dev/null +++ b/node_modules/yamljs/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2010 Jeremy Faivre + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. \ No newline at end of file diff --git a/node_modules/yamljs/README.md b/node_modules/yamljs/README.md new file mode 100644 index 0000000..8159b6b --- /dev/null +++ b/node_modules/yamljs/README.md @@ -0,0 +1,154 @@ +yaml.js +======= + +![Build status](https://travis-ci.org/jeremyfa/yaml.js.svg?branch=develop) + +Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools. + +Mainly inspired from [Symfony Yaml Component](https://github.com/symfony/Yaml). + +How to use +---------- + +Import yaml.js in your html page: + +``` html + +``` + +Parse yaml string: + +``` js +nativeObject = YAML.parse(yamlString); +``` + +Dump native object into yaml string: + +``` js +yamlString = YAML.stringify(nativeObject[, inline /* @integer depth to start using inline notation at */[, spaces /* @integer number of spaces to use for indentation */] ]); +``` + +Load yaml file: + +``` js +nativeObject = YAML.load('file.yml'); +``` + +Load yaml file: + +``` js +YAML.load('file.yml', function(result) +{ + nativeObject = result; +}); +``` + +Use with node.js +---------------- + +Install module: + +``` bash +npm install yamljs +``` + +Use it: + +``` js +YAML = require('yamljs'); + +// parse YAML string +nativeObject = YAML.parse(yamlString); + +// Generate YAML +yamlString = YAML.stringify(nativeObject, 4); + +// Load yaml file using YAML.load +nativeObject = YAML.load('myfile.yml'); +``` + +Command line tools +------------------ + +You can enable the command line tools by installing yamljs as a global module: + +``` bash +npm install -g yamljs +``` + +Then, two cli commands should become available: **yaml2json** and **json2yaml**. They let you convert YAML to JSON and JSON to YAML very easily. + +**yaml2json** + +``` +usage: yaml2json [-h] [-v] [-p] [-i INDENTATION] [-s] [-r] [-w] input + +Positional arguments: + input YAML file or directory containing YAML files. + +Optional arguments: + -h, --help Show this help message and exit. + -v, --version Show program's version number and exit. + -p, --pretty Output pretty (indented) JSON. + -i INDENTATION, --indentation INDENTATION + Number of space characters used to indent code (use + with --pretty, default: 2). + -s, --save Save output inside JSON file(s) with the same name. + -r, --recursive If the input is a directory, also find YAML files in + sub-directories recursively. + -w, --watch Watch for changes. +``` + +**json2yaml** + +``` +usage: json2yaml [-h] [-v] [-d DEPTH] [-i INDENTATION] [-s] [-r] [-w] input + +Positional arguments: + input JSON file or directory containing JSON files. + +Optional arguments: + -h, --help Show this help message and exit. + -v, --version Show program's version number and exit. + -d DEPTH, --depth DEPTH + Set minimum level of depth before generating inline + YAML (default: 2). + -i INDENTATION, --indentation INDENTATION + Number of space characters used to indent code + (default: 2). + -s, --save Save output inside YML file(s) with the same name. + -r, --recursive If the input is a directory, also find JSON files in + sub-directories recursively. + -w, --watch Watch for changes. +``` + +**examples** + +``` bash +# Convert YAML to JSON and output resulting JSON on the console +yaml2json myfile.yml + +# Store output inside a JSON file +yaml2json myfile.yml > output.json + +# Output "pretty" (indented) JSON +yaml2json myfile.yml --pretty + +# Save the output inside a file called myfile.json +yaml2json myfile.yml --pretty --save + +# Watch a full directory and convert any YAML file into its JSON equivalent +yaml2json mydirectory --pretty --save --recursive + +# Convert JSON to YAML and store output inside a JSON file +json2yaml myfile.json > output.yml + +# Output YAML that will be inlined only after 8 levels of indentation +json2yaml myfile.json --depth 8 + +# Save the output inside a file called myfile.json with 4 spaces for each indentation +json2yaml myfile.json --indentation 4 + +# Watch a full directory and convert any JSON file into its YAML equivalent +json2yaml mydirectory --pretty --save --recursive + diff --git a/node_modules/yamljs/bin/json2yaml b/node_modules/yamljs/bin/json2yaml new file mode 100755 index 0000000..f0a8791 --- /dev/null +++ b/node_modules/yamljs/bin/json2yaml @@ -0,0 +1,186 @@ +#!/usr/bin/env node + +/** + * yaml2json cli program + */ + +var YAML = require('../lib/Yaml.js'); + +var ArgumentParser = require('argparse').ArgumentParser; +var cli = new ArgumentParser({ + prog: "json2yaml", + version: require('../package.json').version, + addHelp: true +}); + +cli.addArgument( + ['-d', '--depth'], + { + action: 'store', + type: 'int', + help: 'Set minimum level of depth before generating inline YAML (default: 2).' + } +); + +cli.addArgument( + ['-i', '--indentation'], + { + action: 'store', + type: 'int', + help: 'Number of space characters used to indent code (default: 2).', + } +); + +cli.addArgument( + ['-s', '--save'], + { + help: 'Save output inside YML file(s) with the same name.', + action: 'storeTrue' + } +); + +cli.addArgument( + ['-r', '--recursive'], + { + help: 'If the input is a directory, also find JSON files in sub-directories recursively.', + action: 'storeTrue' + } +); + +cli.addArgument( + ['-w', '--watch'], + { + help: 'Watch for changes.', + action: 'storeTrue' + } +); + +cli.addArgument(['input'], { + help: 'JSON file or directory containing JSON files or - to read JSON from stdin.' +}); + +try { + var options = cli.parseArgs(); + var path = require('path'); + var fs = require('fs'); + var glob = require('glob'); + + var rootPath = process.cwd(); + var parsePath = function(input) { + if (input == '-') return '-'; + var output; + if (!(input != null)) { + return rootPath; + } + output = path.normalize(input); + if (output.length === 0) { + return rootPath; + } + if (output.charAt(0) !== '/') { + output = path.normalize(rootPath + '/./' + output); + } + if (output.length > 1 && output.charAt(output.length - 1) === '/') { + return output.substr(0, output.length - 1); + } + return output; + }; + + // Find files + var findFiles = function(input) { + if (input != '-' && input != null) { + var isDirectory = fs.statSync(input).isDirectory(); + var files = []; + + if (!isDirectory) { + files.push(input); + } + else { + if (options.recursive) { + files = files.concat(glob.sync(input+'/**/*.json')); + } + else { + files = files.concat(glob.sync(input+'/*.json')); + } + } + + return files; + } + return null; + }; + + // Convert to JSON + var convertToYAML = function(input, inline, save, spaces, str) { + var yaml; + if (inline == null) inline = 2; + if (spaces == null) spaces = 2; + + if (str == null) { + str = ''+fs.readFileSync(input); + } + yaml = YAML.dump(JSON.parse(str), inline, spaces); + + if (!save || input == null) { + // Ouput result + process.stdout.write(yaml); + } + else { + var output; + if (input.substring(input.length-5) == '.json') { + output = input.substr(0, input.length-5) + '.yaml'; + } + else { + output = input + '.yaml'; + } + + // Write file + var file = fs.openSync(output, 'w+'); + fs.writeSync(file, yaml); + fs.closeSync(file); + process.stdout.write("saved "+output+"\n"); + } + }; + + var input = parsePath(options.input); + var mtimes = []; + + var runCommand = function() { + try { + var files = findFiles(input); + if (files != null) { + var len = files.length; + for (var i = 0; i < len; i++) { + var file = files[i]; + var stat = fs.statSync(file); + var time = stat.mtime.getTime(); + if (!stat.isDirectory()) { + if (!mtimes[file] || mtimes[file] < time) { + mtimes[file] = time; + convertToYAML(file, options.depth, options.save, options.indentation); + } + } + } + } else { + // Read from STDIN + var stdin = process.openStdin(); + var data = ""; + stdin.on('data', function(chunk) { + data += chunk; + }); + stdin.on('end', function() { + convertToYAML(null, options.depth, options.save, options.indentation, data); + }); + } + } catch (e) { + process.stderr.write((e.message ? e.message : e)+"\n"); + } + }; + + if (!options.watch) { + runCommand(); + } else { + runCommand(); + setInterval(runCommand, 1000); + } +} catch (e) { + process.stderr.write((e.message ? e.message : e)+"\n"); +} diff --git a/node_modules/yamljs/bin/yaml2json b/node_modules/yamljs/bin/yaml2json new file mode 100755 index 0000000..550230c --- /dev/null +++ b/node_modules/yamljs/bin/yaml2json @@ -0,0 +1,200 @@ +#!/usr/bin/env node + +/** + * yaml2json cli program + */ + +var YAML = require('../lib/Yaml.js'); + +var ArgumentParser = require('argparse').ArgumentParser; +var cli = new ArgumentParser({ + prog: "yaml2json", + version: require('../package.json').version, + addHelp: true +}); + +cli.addArgument( + ['-p', '--pretty'], + { + help: 'Output pretty (indented) JSON.', + action: 'storeTrue' + } +); + +cli.addArgument( + ['-i', '--indentation'], + { + action: 'store', + type: 'int', + help: 'Number of space characters used to indent code (use with --pretty, default: 2).', + } +); + +cli.addArgument( + ['-s', '--save'], + { + help: 'Save output inside JSON file(s) with the same name.', + action: 'storeTrue' + } +); + +cli.addArgument( + ['-r', '--recursive'], + { + help: 'If the input is a directory, also find YAML files in sub-directories recursively.', + action: 'storeTrue' + } +); + +cli.addArgument( + ['-w', '--watch'], + { + help: 'Watch for changes.', + action: 'storeTrue' + } +); + +cli.addArgument(['input'], { + help: 'YAML file or directory containing YAML files or - to read YAML from stdin.' +}); + +try { + var options = cli.parseArgs(); + var path = require('path'); + var fs = require('fs'); + var glob = require('glob'); + + var rootPath = process.cwd(); + var parsePath = function(input) { + if (input == '-') return '-'; + var output; + if (!(input != null)) { + return rootPath; + } + output = path.normalize(input); + if (output.length === 0) { + return rootPath; + } + if (output.charAt(0) !== '/') { + output = path.normalize(rootPath + '/./' + output); + } + if (output.length > 1 && output.charAt(output.length - 1) === '/') { + return output.substr(0, output.length - 1); + } + return output; + }; + + // Find files + var findFiles = function(input) { + if (input != '-' && input != null) { + var isDirectory = fs.statSync(input).isDirectory(); + var files = []; + + if (!isDirectory) { + files.push(input); + } + else { + if (options.recursive) { + files = files.concat(glob.sync(input+'/**/*.yml')); + files = files.concat(glob.sync(input+'/**/*.yaml')); + } + else { + files = files.concat(glob.sync(input+'/*.yml')); + files = files.concat(glob.sync(input+'/*.yaml')); + } + } + + return files; + } + return null; + }; + + // Convert to JSON + var convertToJSON = function(input, pretty, save, spaces, str) { + var json; + if (spaces == null) spaces = 2; + if (str != null) { + if (pretty) { + json = JSON.stringify(YAML.parse(str), null, spaces); + } + else { + json = JSON.stringify(YAML.parse(str)); + } + } else { + if (pretty) { + json = JSON.stringify(YAML.parseFile(input), null, spaces); + } + else { + json = JSON.stringify(YAML.parseFile(input)); + } + } + + if (!save || input == null) { + // Ouput result + process.stdout.write(json+"\n"); + } + else { + var output; + if (input.substring(input.length-4) == '.yml') { + output = input.substr(0, input.length-4) + '.json'; + } + else if (input.substring(input.length-5) == '.yaml') { + output = input.substr(0, input.length-5) + '.json'; + } + else { + output = input + '.json'; + } + + // Write file + var file = fs.openSync(output, 'w+'); + fs.writeSync(file, json); + fs.closeSync(file); + process.stdout.write("saved "+output+"\n"); + } + }; + + var input = parsePath(options.input); + var mtimes = []; + + var runCommand = function() { + try { + var files = findFiles(input); + if (files != null) { + var len = files.length; + + for (var i = 0; i < len; i++) { + var file = files[i]; + var stat = fs.statSync(file); + var time = stat.mtime.getTime(); + if (!stat.isDirectory()) { + if (!mtimes[file] || mtimes[file] < time) { + mtimes[file] = time; + convertToJSON(file, options.pretty, options.save, options.indentation); + } + } + } + } else { + // Read from STDIN + var stdin = process.openStdin(); + var data = ""; + stdin.on('data', function(chunk) { + data += chunk; + }); + stdin.on('end', function() { + convertToJSON(null, options.pretty, options.save, options.indentation, data); + }); + } + } catch (e) { + process.stderr.write((e.message ? e.message : e)+"\n"); + } + }; + + if (!options.watch) { + runCommand(); + } else { + runCommand(); + setInterval(runCommand, 1000); + } +} catch (e) { + process.stderr.write((e.message ? e.message : e)+"\n"); +} diff --git a/node_modules/yamljs/bower.json b/node_modules/yamljs/bower.json new file mode 100644 index 0000000..f963423 --- /dev/null +++ b/node_modules/yamljs/bower.json @@ -0,0 +1,19 @@ +{ + "name": "yaml.js", + "main": "dist/yaml.js", + "version": "0.2.10", + "homepage": "https://github.com/jeremyfa/yaml.js", + "authors": [ + "Jeremy Faivre " + ], + "description": "Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools.", + "keywords": [ + "yaml" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components" + ] +} diff --git a/node_modules/yamljs/cli/json2yaml.js b/node_modules/yamljs/cli/json2yaml.js new file mode 100644 index 0000000..4c849b2 --- /dev/null +++ b/node_modules/yamljs/cli/json2yaml.js @@ -0,0 +1,185 @@ + +/** + * yaml2json cli program + */ + +var YAML = require('../lib/Yaml.js'); + +var ArgumentParser = require('argparse').ArgumentParser; +var cli = new ArgumentParser({ + prog: "json2yaml", + version: require('../package.json').version, + addHelp: true +}); + +cli.addArgument( + ['-d', '--depth'], + { + action: 'store', + type: 'int', + help: 'Set minimum level of depth before generating inline YAML (default: 2).' + } +); + +cli.addArgument( + ['-i', '--indentation'], + { + action: 'store', + type: 'int', + help: 'Number of space characters used to indent code (default: 2).', + } +); + +cli.addArgument( + ['-s', '--save'], + { + help: 'Save output inside YML file(s) with the same name.', + action: 'storeTrue' + } +); + +cli.addArgument( + ['-r', '--recursive'], + { + help: 'If the input is a directory, also find JSON files in sub-directories recursively.', + action: 'storeTrue' + } +); + +cli.addArgument( + ['-w', '--watch'], + { + help: 'Watch for changes.', + action: 'storeTrue' + } +); + +cli.addArgument(['input'], { + help: 'JSON file or directory containing JSON files or - to read JSON from stdin.' +}); + +try { + var options = cli.parseArgs(); + var path = require('path'); + var fs = require('fs'); + var glob = require('glob'); + + var rootPath = process.cwd(); + var parsePath = function(input) { + if (input == '-') return '-'; + var output; + if (!(input != null)) { + return rootPath; + } + output = path.normalize(input); + if (output.length === 0) { + return rootPath; + } + if (output.charAt(0) !== '/') { + output = path.normalize(rootPath + '/./' + output); + } + if (output.length > 1 && output.charAt(output.length - 1) === '/') { + return output.substr(0, output.length - 1); + } + return output; + }; + + // Find files + var findFiles = function(input) { + if (input != '-' && input != null) { + var isDirectory = fs.statSync(input).isDirectory(); + var files = []; + + if (!isDirectory) { + files.push(input); + } + else { + if (options.recursive) { + files = files.concat(glob.sync(input+'/**/*.json')); + } + else { + files = files.concat(glob.sync(input+'/*.json')); + } + } + + return files; + } + return null; + }; + + // Convert to JSON + var convertToYAML = function(input, inline, save, spaces, str) { + var yaml; + if (inline == null) inline = 2; + if (spaces == null) spaces = 2; + + if (str == null) { + str = ''+fs.readFileSync(input); + } + yaml = YAML.dump(JSON.parse(str), inline, spaces); + + if (!save || input == null) { + // Ouput result + process.stdout.write(yaml); + } + else { + var output; + if (input.substring(input.length-5) == '.json') { + output = input.substr(0, input.length-5) + '.yaml'; + } + else { + output = input + '.yaml'; + } + + // Write file + var file = fs.openSync(output, 'w+'); + fs.writeSync(file, yaml); + fs.closeSync(file); + process.stdout.write("saved "+output+"\n"); + } + }; + + var input = parsePath(options.input); + var mtimes = []; + + var runCommand = function() { + try { + var files = findFiles(input); + if (files != null) { + var len = files.length; + for (var i = 0; i < len; i++) { + var file = files[i]; + var stat = fs.statSync(file); + var time = stat.mtime.getTime(); + if (!stat.isDirectory()) { + if (!mtimes[file] || mtimes[file] < time) { + mtimes[file] = time; + convertToYAML(file, options.depth, options.save, options.indentation); + } + } + } + } else { + // Read from STDIN + var stdin = process.openStdin(); + var data = ""; + stdin.on('data', function(chunk) { + data += chunk; + }); + stdin.on('end', function() { + convertToYAML(null, options.depth, options.save, options.indentation, data); + }); + } + } catch (e) { + process.stderr.write((e.message ? e.message : e)+"\n"); + } + }; + + if (!options.watch) { + runCommand(); + } else { + runCommand(); + setInterval(runCommand, 1000); + } +} catch (e) { + process.stderr.write((e.message ? e.message : e)+"\n"); +} diff --git a/node_modules/yamljs/cli/yaml2json.js b/node_modules/yamljs/cli/yaml2json.js new file mode 100644 index 0000000..662201c --- /dev/null +++ b/node_modules/yamljs/cli/yaml2json.js @@ -0,0 +1,199 @@ + +/** + * yaml2json cli program + */ + +var YAML = require('../lib/Yaml.js'); + +var ArgumentParser = require('argparse').ArgumentParser; +var cli = new ArgumentParser({ + prog: "yaml2json", + version: require('../package.json').version, + addHelp: true +}); + +cli.addArgument( + ['-p', '--pretty'], + { + help: 'Output pretty (indented) JSON.', + action: 'storeTrue' + } +); + +cli.addArgument( + ['-i', '--indentation'], + { + action: 'store', + type: 'int', + help: 'Number of space characters used to indent code (use with --pretty, default: 2).', + } +); + +cli.addArgument( + ['-s', '--save'], + { + help: 'Save output inside JSON file(s) with the same name.', + action: 'storeTrue' + } +); + +cli.addArgument( + ['-r', '--recursive'], + { + help: 'If the input is a directory, also find YAML files in sub-directories recursively.', + action: 'storeTrue' + } +); + +cli.addArgument( + ['-w', '--watch'], + { + help: 'Watch for changes.', + action: 'storeTrue' + } +); + +cli.addArgument(['input'], { + help: 'YAML file or directory containing YAML files or - to read YAML from stdin.' +}); + +try { + var options = cli.parseArgs(); + var path = require('path'); + var fs = require('fs'); + var glob = require('glob'); + + var rootPath = process.cwd(); + var parsePath = function(input) { + if (input == '-') return '-'; + var output; + if (!(input != null)) { + return rootPath; + } + output = path.normalize(input); + if (output.length === 0) { + return rootPath; + } + if (output.charAt(0) !== '/') { + output = path.normalize(rootPath + '/./' + output); + } + if (output.length > 1 && output.charAt(output.length - 1) === '/') { + return output.substr(0, output.length - 1); + } + return output; + }; + + // Find files + var findFiles = function(input) { + if (input != '-' && input != null) { + var isDirectory = fs.statSync(input).isDirectory(); + var files = []; + + if (!isDirectory) { + files.push(input); + } + else { + if (options.recursive) { + files = files.concat(glob.sync(input+'/**/*.yml')); + files = files.concat(glob.sync(input+'/**/*.yaml')); + } + else { + files = files.concat(glob.sync(input+'/*.yml')); + files = files.concat(glob.sync(input+'/*.yaml')); + } + } + + return files; + } + return null; + }; + + // Convert to JSON + var convertToJSON = function(input, pretty, save, spaces, str) { + var json; + if (spaces == null) spaces = 2; + if (str != null) { + if (pretty) { + json = JSON.stringify(YAML.parse(str), null, spaces); + } + else { + json = JSON.stringify(YAML.parse(str)); + } + } else { + if (pretty) { + json = JSON.stringify(YAML.parseFile(input), null, spaces); + } + else { + json = JSON.stringify(YAML.parseFile(input)); + } + } + + if (!save || input == null) { + // Ouput result + process.stdout.write(json+"\n"); + } + else { + var output; + if (input.substring(input.length-4) == '.yml') { + output = input.substr(0, input.length-4) + '.json'; + } + else if (input.substring(input.length-5) == '.yaml') { + output = input.substr(0, input.length-5) + '.json'; + } + else { + output = input + '.json'; + } + + // Write file + var file = fs.openSync(output, 'w+'); + fs.writeSync(file, json); + fs.closeSync(file); + process.stdout.write("saved "+output+"\n"); + } + }; + + var input = parsePath(options.input); + var mtimes = []; + + var runCommand = function() { + try { + var files = findFiles(input); + if (files != null) { + var len = files.length; + + for (var i = 0; i < len; i++) { + var file = files[i]; + var stat = fs.statSync(file); + var time = stat.mtime.getTime(); + if (!stat.isDirectory()) { + if (!mtimes[file] || mtimes[file] < time) { + mtimes[file] = time; + convertToJSON(file, options.pretty, options.save, options.indentation); + } + } + } + } else { + // Read from STDIN + var stdin = process.openStdin(); + var data = ""; + stdin.on('data', function(chunk) { + data += chunk; + }); + stdin.on('end', function() { + convertToJSON(null, options.pretty, options.save, options.indentation, data); + }); + } + } catch (e) { + process.stderr.write((e.message ? e.message : e)+"\n"); + } + }; + + if (!options.watch) { + runCommand(); + } else { + runCommand(); + setInterval(runCommand, 1000); + } +} catch (e) { + process.stderr.write((e.message ? e.message : e)+"\n"); +} diff --git a/node_modules/yamljs/demo/demo.html b/node_modules/yamljs/demo/demo.html new file mode 100644 index 0000000..101ed53 --- /dev/null +++ b/node_modules/yamljs/demo/demo.html @@ -0,0 +1,114 @@ + + + + + + + + + + yaml.js demo + + + +
+ + +
+ +
+ + \ No newline at end of file diff --git a/node_modules/yamljs/dist/yaml.debug.js b/node_modules/yamljs/dist/yaml.debug.js new file mode 100644 index 0000000..ae7d818 --- /dev/null +++ b/node_modules/yamljs/dist/yaml.debug.js @@ -0,0 +1,1905 @@ +(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o ref; i = 0 <= ref ? ++j : --j) { + mapping[Escaper.LIST_ESCAPEES[i]] = Escaper.LIST_ESCAPED[i]; + } + return mapping; + })(); + + Escaper.PATTERN_CHARACTERS_TO_ESCAPE = new Pattern('[\\x00-\\x1f]|\xc2\x85|\xc2\xa0|\xe2\x80\xa8|\xe2\x80\xa9'); + + Escaper.PATTERN_MAPPING_ESCAPEES = new Pattern(Escaper.LIST_ESCAPEES.join('|').split('\\').join('\\\\')); + + Escaper.PATTERN_SINGLE_QUOTING = new Pattern('[\\s\'":{}[\\],&*#?]|^[-?|<>=!%@`]'); + + Escaper.requiresDoubleQuoting = function(value) { + return this.PATTERN_CHARACTERS_TO_ESCAPE.test(value); + }; + + Escaper.escapeWithDoubleQuotes = function(value) { + var result; + result = this.PATTERN_MAPPING_ESCAPEES.replace(value, (function(_this) { + return function(str) { + return _this.MAPPING_ESCAPEES_TO_ESCAPED[str]; + }; + })(this)); + return '"' + result + '"'; + }; + + Escaper.requiresSingleQuoting = function(value) { + return this.PATTERN_SINGLE_QUOTING.test(value); + }; + + Escaper.escapeWithSingleQuotes = function(value) { + return "'" + value.replace(/'/g, "''") + "'"; + }; + + return Escaper; + +})(); + +module.exports = Escaper; + + +},{"./Pattern":8}],3:[function(require,module,exports){ +var DumpException, + extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, + hasProp = {}.hasOwnProperty; + +DumpException = (function(superClass) { + extend(DumpException, superClass); + + function DumpException(message, parsedLine, snippet) { + this.message = message; + this.parsedLine = parsedLine; + this.snippet = snippet; + } + + DumpException.prototype.toString = function() { + if ((this.parsedLine != null) && (this.snippet != null)) { + return ' ' + this.message + ' (line ' + this.parsedLine + ': \'' + this.snippet + '\')'; + } else { + return ' ' + this.message; + } + }; + + return DumpException; + +})(Error); + +module.exports = DumpException; + + +},{}],4:[function(require,module,exports){ +var ParseException, + extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, + hasProp = {}.hasOwnProperty; + +ParseException = (function(superClass) { + extend(ParseException, superClass); + + function ParseException(message, parsedLine, snippet) { + this.message = message; + this.parsedLine = parsedLine; + this.snippet = snippet; + } + + ParseException.prototype.toString = function() { + if ((this.parsedLine != null) && (this.snippet != null)) { + return ' ' + this.message + ' (line ' + this.parsedLine + ': \'' + this.snippet + '\')'; + } else { + return ' ' + this.message; + } + }; + + return ParseException; + +})(Error); + +module.exports = ParseException; + + +},{}],5:[function(require,module,exports){ +var ParseMore, + extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, + hasProp = {}.hasOwnProperty; + +ParseMore = (function(superClass) { + extend(ParseMore, superClass); + + function ParseMore(message, parsedLine, snippet) { + this.message = message; + this.parsedLine = parsedLine; + this.snippet = snippet; + } + + ParseMore.prototype.toString = function() { + if ((this.parsedLine != null) && (this.snippet != null)) { + return ' ' + this.message + ' (line ' + this.parsedLine + ': \'' + this.snippet + '\')'; + } else { + return ' ' + this.message; + } + }; + + return ParseMore; + +})(Error); + +module.exports = ParseMore; + + +},{}],6:[function(require,module,exports){ +var DumpException, Escaper, Inline, ParseException, ParseMore, Pattern, Unescaper, Utils, + indexOf = [].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; }; + +Pattern = require('./Pattern'); + +Unescaper = require('./Unescaper'); + +Escaper = require('./Escaper'); + +Utils = require('./Utils'); + +ParseException = require('./Exception/ParseException'); + +ParseMore = require('./Exception/ParseMore'); + +DumpException = require('./Exception/DumpException'); + +Inline = (function() { + function Inline() {} + + Inline.REGEX_QUOTED_STRING = '(?:"(?:[^"\\\\]*(?:\\\\.[^"\\\\]*)*)"|\'(?:[^\']*(?:\'\'[^\']*)*)\')'; + + Inline.PATTERN_TRAILING_COMMENTS = new Pattern('^\\s*#.*$'); + + Inline.PATTERN_QUOTED_SCALAR = new Pattern('^' + Inline.REGEX_QUOTED_STRING); + + Inline.PATTERN_THOUSAND_NUMERIC_SCALAR = new Pattern('^(-|\\+)?[0-9,]+(\\.[0-9]+)?$'); + + Inline.PATTERN_SCALAR_BY_DELIMITERS = {}; + + Inline.settings = {}; + + Inline.configure = function(exceptionOnInvalidType, objectDecoder) { + if (exceptionOnInvalidType == null) { + exceptionOnInvalidType = null; + } + if (objectDecoder == null) { + objectDecoder = null; + } + this.settings.exceptionOnInvalidType = exceptionOnInvalidType; + this.settings.objectDecoder = objectDecoder; + }; + + Inline.parse = function(value, exceptionOnInvalidType, objectDecoder) { + var context, result; + if (exceptionOnInvalidType == null) { + exceptionOnInvalidType = false; + } + if (objectDecoder == null) { + objectDecoder = null; + } + this.settings.exceptionOnInvalidType = exceptionOnInvalidType; + this.settings.objectDecoder = objectDecoder; + if (value == null) { + return ''; + } + value = Utils.trim(value); + if (0 === value.length) { + return ''; + } + context = { + exceptionOnInvalidType: exceptionOnInvalidType, + objectDecoder: objectDecoder, + i: 0 + }; + switch (value.charAt(0)) { + case '[': + result = this.parseSequence(value, context); + ++context.i; + break; + case '{': + result = this.parseMapping(value, context); + ++context.i; + break; + default: + result = this.parseScalar(value, null, ['"', "'"], context); + } + if (this.PATTERN_TRAILING_COMMENTS.replace(value.slice(context.i), '') !== '') { + throw new ParseException('Unexpected characters near "' + value.slice(context.i) + '".'); + } + return result; + }; + + Inline.dump = function(value, exceptionOnInvalidType, objectEncoder) { + var ref, result, type; + if (exceptionOnInvalidType == null) { + exceptionOnInvalidType = false; + } + if (objectEncoder == null) { + objectEncoder = null; + } + if (value == null) { + return 'null'; + } + type = typeof value; + if (type === 'object') { + if (value instanceof Date) { + return value.toISOString(); + } else if (objectEncoder != null) { + result = objectEncoder(value); + if (typeof result === 'string' || (result != null)) { + return result; + } + } + return this.dumpObject(value); + } + if (type === 'boolean') { + return (value ? 'true' : 'false'); + } + if (Utils.isDigits(value)) { + return (type === 'string' ? "'" + value + "'" : String(parseInt(value))); + } + if (Utils.isNumeric(value)) { + return (type === 'string' ? "'" + value + "'" : String(parseFloat(value))); + } + if (type === 'number') { + return (value === Infinity ? '.Inf' : (value === -Infinity ? '-.Inf' : (isNaN(value) ? '.NaN' : value))); + } + if (Escaper.requiresDoubleQuoting(value)) { + return Escaper.escapeWithDoubleQuotes(value); + } + if (Escaper.requiresSingleQuoting(value)) { + return Escaper.escapeWithSingleQuotes(value); + } + if ('' === value) { + return '""'; + } + if (Utils.PATTERN_DATE.test(value)) { + return "'" + value + "'"; + } + if ((ref = value.toLowerCase()) === 'null' || ref === '~' || ref === 'true' || ref === 'false') { + return "'" + value + "'"; + } + return value; + }; + + Inline.dumpObject = function(value, exceptionOnInvalidType, objectSupport) { + var j, key, len1, output, val; + if (objectSupport == null) { + objectSupport = null; + } + if (value instanceof Array) { + output = []; + for (j = 0, len1 = value.length; j < len1; j++) { + val = value[j]; + output.push(this.dump(val)); + } + return '[' + output.join(', ') + ']'; + } else { + output = []; + for (key in value) { + val = value[key]; + output.push(this.dump(key) + ': ' + this.dump(val)); + } + return '{' + output.join(', ') + '}'; + } + }; + + Inline.parseScalar = function(scalar, delimiters, stringDelimiters, context, evaluate) { + var i, joinedDelimiters, match, output, pattern, ref, ref1, strpos, tmp; + if (delimiters == null) { + delimiters = null; + } + if (stringDelimiters == null) { + stringDelimiters = ['"', "'"]; + } + if (context == null) { + context = null; + } + if (evaluate == null) { + evaluate = true; + } + if (context == null) { + context = { + exceptionOnInvalidType: this.settings.exceptionOnInvalidType, + objectDecoder: this.settings.objectDecoder, + i: 0 + }; + } + i = context.i; + if (ref = scalar.charAt(i), indexOf.call(stringDelimiters, ref) >= 0) { + output = this.parseQuotedScalar(scalar, context); + i = context.i; + if (delimiters != null) { + tmp = Utils.ltrim(scalar.slice(i), ' '); + if (!(ref1 = tmp.charAt(0), indexOf.call(delimiters, ref1) >= 0)) { + throw new ParseException('Unexpected characters (' + scalar.slice(i) + ').'); + } + } + } else { + if (!delimiters) { + output = scalar.slice(i); + i += output.length; + strpos = output.indexOf(' #'); + if (strpos !== -1) { + output = Utils.rtrim(output.slice(0, strpos)); + } + } else { + joinedDelimiters = delimiters.join('|'); + pattern = this.PATTERN_SCALAR_BY_DELIMITERS[joinedDelimiters]; + if (pattern == null) { + pattern = new Pattern('^(.+?)(' + joinedDelimiters + ')'); + this.PATTERN_SCALAR_BY_DELIMITERS[joinedDelimiters] = pattern; + } + if (match = pattern.exec(scalar.slice(i))) { + output = match[1]; + i += output.length; + } else { + throw new ParseException('Malformed inline YAML string (' + scalar + ').'); + } + } + if (evaluate) { + output = this.evaluateScalar(output, context); + } + } + context.i = i; + return output; + }; + + Inline.parseQuotedScalar = function(scalar, context) { + var i, match, output; + i = context.i; + if (!(match = this.PATTERN_QUOTED_SCALAR.exec(scalar.slice(i)))) { + throw new ParseMore('Malformed inline YAML string (' + scalar.slice(i) + ').'); + } + output = match[0].substr(1, match[0].length - 2); + if ('"' === scalar.charAt(i)) { + output = Unescaper.unescapeDoubleQuotedString(output); + } else { + output = Unescaper.unescapeSingleQuotedString(output); + } + i += match[0].length; + context.i = i; + return output; + }; + + Inline.parseSequence = function(sequence, context) { + var e, error, i, isQuoted, len, output, ref, value; + output = []; + len = sequence.length; + i = context.i; + i += 1; + while (i < len) { + context.i = i; + switch (sequence.charAt(i)) { + case '[': + output.push(this.parseSequence(sequence, context)); + i = context.i; + break; + case '{': + output.push(this.parseMapping(sequence, context)); + i = context.i; + break; + case ']': + return output; + case ',': + case ' ': + case "\n": + break; + default: + isQuoted = ((ref = sequence.charAt(i)) === '"' || ref === "'"); + value = this.parseScalar(sequence, [',', ']'], ['"', "'"], context); + i = context.i; + if (!isQuoted && typeof value === 'string' && (value.indexOf(': ') !== -1 || value.indexOf(":\n") !== -1)) { + try { + value = this.parseMapping('{' + value + '}'); + } catch (error) { + e = error; + } + } + output.push(value); + --i; + } + ++i; + } + throw new ParseMore('Malformed inline YAML string ' + sequence); + }; + + Inline.parseMapping = function(mapping, context) { + var done, i, key, len, output, shouldContinueWhileLoop, value; + output = {}; + len = mapping.length; + i = context.i; + i += 1; + shouldContinueWhileLoop = false; + while (i < len) { + context.i = i; + switch (mapping.charAt(i)) { + case ' ': + case ',': + case "\n": + ++i; + context.i = i; + shouldContinueWhileLoop = true; + break; + case '}': + return output; + } + if (shouldContinueWhileLoop) { + shouldContinueWhileLoop = false; + continue; + } + key = this.parseScalar(mapping, [':', ' ', "\n"], ['"', "'"], context, false); + i = context.i; + done = false; + while (i < len) { + context.i = i; + switch (mapping.charAt(i)) { + case '[': + value = this.parseSequence(mapping, context); + i = context.i; + if (output[key] === void 0) { + output[key] = value; + } + done = true; + break; + case '{': + value = this.parseMapping(mapping, context); + i = context.i; + if (output[key] === void 0) { + output[key] = value; + } + done = true; + break; + case ':': + case ' ': + case "\n": + break; + default: + value = this.parseScalar(mapping, [',', '}'], ['"', "'"], context); + i = context.i; + if (output[key] === void 0) { + output[key] = value; + } + done = true; + --i; + } + ++i; + if (done) { + break; + } + } + } + throw new ParseMore('Malformed inline YAML string ' + mapping); + }; + + Inline.evaluateScalar = function(scalar, context) { + var cast, date, exceptionOnInvalidType, firstChar, firstSpace, firstWord, objectDecoder, raw, scalarLower, subValue, trimmedScalar; + scalar = Utils.trim(scalar); + scalarLower = scalar.toLowerCase(); + switch (scalarLower) { + case 'null': + case '': + case '~': + return null; + case 'true': + return true; + case 'false': + return false; + case '.inf': + return Infinity; + case '.nan': + return NaN; + case '-.inf': + return Infinity; + default: + firstChar = scalarLower.charAt(0); + switch (firstChar) { + case '!': + firstSpace = scalar.indexOf(' '); + if (firstSpace === -1) { + firstWord = scalarLower; + } else { + firstWord = scalarLower.slice(0, firstSpace); + } + switch (firstWord) { + case '!': + if (firstSpace !== -1) { + return parseInt(this.parseScalar(scalar.slice(2))); + } + return null; + case '!str': + return Utils.ltrim(scalar.slice(4)); + case '!!str': + return Utils.ltrim(scalar.slice(5)); + case '!!int': + return parseInt(this.parseScalar(scalar.slice(5))); + case '!!bool': + return Utils.parseBoolean(this.parseScalar(scalar.slice(6)), false); + case '!!float': + return parseFloat(this.parseScalar(scalar.slice(7))); + case '!!timestamp': + return Utils.stringToDate(Utils.ltrim(scalar.slice(11))); + default: + if (context == null) { + context = { + exceptionOnInvalidType: this.settings.exceptionOnInvalidType, + objectDecoder: this.settings.objectDecoder, + i: 0 + }; + } + objectDecoder = context.objectDecoder, exceptionOnInvalidType = context.exceptionOnInvalidType; + if (objectDecoder) { + trimmedScalar = Utils.rtrim(scalar); + firstSpace = trimmedScalar.indexOf(' '); + if (firstSpace === -1) { + return objectDecoder(trimmedScalar, null); + } else { + subValue = Utils.ltrim(trimmedScalar.slice(firstSpace + 1)); + if (!(subValue.length > 0)) { + subValue = null; + } + return objectDecoder(trimmedScalar.slice(0, firstSpace), subValue); + } + } + if (exceptionOnInvalidType) { + throw new ParseException('Custom object support when parsing a YAML file has been disabled.'); + } + return null; + } + break; + case '0': + if ('0x' === scalar.slice(0, 2)) { + return Utils.hexDec(scalar); + } else if (Utils.isDigits(scalar)) { + return Utils.octDec(scalar); + } else if (Utils.isNumeric(scalar)) { + return parseFloat(scalar); + } else { + return scalar; + } + break; + case '+': + if (Utils.isDigits(scalar)) { + raw = scalar; + cast = parseInt(raw); + if (raw === String(cast)) { + return cast; + } else { + return raw; + } + } else if (Utils.isNumeric(scalar)) { + return parseFloat(scalar); + } else if (this.PATTERN_THOUSAND_NUMERIC_SCALAR.test(scalar)) { + return parseFloat(scalar.replace(',', '')); + } + return scalar; + case '-': + if (Utils.isDigits(scalar.slice(1))) { + if ('0' === scalar.charAt(1)) { + return -Utils.octDec(scalar.slice(1)); + } else { + raw = scalar.slice(1); + cast = parseInt(raw); + if (raw === String(cast)) { + return -cast; + } else { + return -raw; + } + } + } else if (Utils.isNumeric(scalar)) { + return parseFloat(scalar); + } else if (this.PATTERN_THOUSAND_NUMERIC_SCALAR.test(scalar)) { + return parseFloat(scalar.replace(',', '')); + } + return scalar; + default: + if (date = Utils.stringToDate(scalar)) { + return date; + } else if (Utils.isNumeric(scalar)) { + return parseFloat(scalar); + } else if (this.PATTERN_THOUSAND_NUMERIC_SCALAR.test(scalar)) { + return parseFloat(scalar.replace(',', '')); + } + return scalar; + } + } + }; + + return Inline; + +})(); + +module.exports = Inline; + + +},{"./Escaper":2,"./Exception/DumpException":3,"./Exception/ParseException":4,"./Exception/ParseMore":5,"./Pattern":8,"./Unescaper":9,"./Utils":10}],7:[function(require,module,exports){ +var Inline, ParseException, ParseMore, Parser, Pattern, Utils; + +Inline = require('./Inline'); + +Pattern = require('./Pattern'); + +Utils = require('./Utils'); + +ParseException = require('./Exception/ParseException'); + +ParseMore = require('./Exception/ParseMore'); + +Parser = (function() { + Parser.prototype.PATTERN_FOLDED_SCALAR_ALL = new Pattern('^(?:(?![^\\|>]*)\\s+)?(?\\||>)(?\\+|\\-|\\d+|\\+\\d+|\\-\\d+|\\d+\\+|\\d+\\-)?(? +#.*)?$'); + + Parser.prototype.PATTERN_FOLDED_SCALAR_END = new Pattern('(?\\||>)(?\\+|\\-|\\d+|\\+\\d+|\\-\\d+|\\d+\\+|\\d+\\-)?(? +#.*)?$'); + + Parser.prototype.PATTERN_SEQUENCE_ITEM = new Pattern('^\\-((?\\s+)(?.+?))?\\s*$'); + + Parser.prototype.PATTERN_ANCHOR_VALUE = new Pattern('^&(?[^ ]+) *(?.*)'); + + Parser.prototype.PATTERN_COMPACT_NOTATION = new Pattern('^(?' + Inline.REGEX_QUOTED_STRING + '|[^ \'"\\{\\[].*?) *\\:(\\s+(?.+?))?\\s*$'); + + Parser.prototype.PATTERN_MAPPING_ITEM = new Pattern('^(?' + Inline.REGEX_QUOTED_STRING + '|[^ \'"\\[\\{].*?) *\\:(\\s+(?.+?))?\\s*$'); + + Parser.prototype.PATTERN_DECIMAL = new Pattern('\\d+'); + + Parser.prototype.PATTERN_INDENT_SPACES = new Pattern('^ +'); + + Parser.prototype.PATTERN_TRAILING_LINES = new Pattern('(\n*)$'); + + Parser.prototype.PATTERN_YAML_HEADER = new Pattern('^\\%YAML[: ][\\d\\.]+.*\n', 'm'); + + Parser.prototype.PATTERN_LEADING_COMMENTS = new Pattern('^(\\#.*?\n)+', 'm'); + + Parser.prototype.PATTERN_DOCUMENT_MARKER_START = new Pattern('^\\-\\-\\-.*?\n', 'm'); + + Parser.prototype.PATTERN_DOCUMENT_MARKER_END = new Pattern('^\\.\\.\\.\\s*$', 'm'); + + Parser.prototype.PATTERN_FOLDED_SCALAR_BY_INDENTATION = {}; + + Parser.prototype.CONTEXT_NONE = 0; + + Parser.prototype.CONTEXT_SEQUENCE = 1; + + Parser.prototype.CONTEXT_MAPPING = 2; + + function Parser(offset) { + this.offset = offset != null ? offset : 0; + this.lines = []; + this.currentLineNb = -1; + this.currentLine = ''; + this.refs = {}; + } + + Parser.prototype.parse = function(value, exceptionOnInvalidType, objectDecoder) { + var alias, allowOverwrite, block, c, context, data, e, error, error1, error2, first, i, indent, isRef, j, k, key, l, lastKey, len, len1, len2, len3, lineCount, m, matches, mergeNode, n, name, parsed, parsedItem, parser, ref, ref1, ref2, refName, refValue, val, values; + if (exceptionOnInvalidType == null) { + exceptionOnInvalidType = false; + } + if (objectDecoder == null) { + objectDecoder = null; + } + this.currentLineNb = -1; + this.currentLine = ''; + this.lines = this.cleanup(value).split("\n"); + data = null; + context = this.CONTEXT_NONE; + allowOverwrite = false; + while (this.moveToNextLine()) { + if (this.isCurrentLineEmpty()) { + continue; + } + if ("\t" === this.currentLine[0]) { + throw new ParseException('A YAML file cannot contain tabs as indentation.', this.getRealCurrentLineNb() + 1, this.currentLine); + } + isRef = mergeNode = false; + if (values = this.PATTERN_SEQUENCE_ITEM.exec(this.currentLine)) { + if (this.CONTEXT_MAPPING === context) { + throw new ParseException('You cannot define a sequence item when in a mapping'); + } + context = this.CONTEXT_SEQUENCE; + if (data == null) { + data = []; + } + if ((values.value != null) && (matches = this.PATTERN_ANCHOR_VALUE.exec(values.value))) { + isRef = matches.ref; + values.value = matches.value; + } + if (!(values.value != null) || '' === Utils.trim(values.value, ' ') || Utils.ltrim(values.value, ' ').indexOf('#') === 0) { + if (this.currentLineNb < this.lines.length - 1 && !this.isNextLineUnIndentedCollection()) { + c = this.getRealCurrentLineNb() + 1; + parser = new Parser(c); + parser.refs = this.refs; + data.push(parser.parse(this.getNextEmbedBlock(null, true), exceptionOnInvalidType, objectDecoder)); + } else { + data.push(null); + } + } else { + if (((ref = values.leadspaces) != null ? ref.length : void 0) && (matches = this.PATTERN_COMPACT_NOTATION.exec(values.value))) { + c = this.getRealCurrentLineNb(); + parser = new Parser(c); + parser.refs = this.refs; + block = values.value; + indent = this.getCurrentLineIndentation(); + if (this.isNextLineIndented(false)) { + block += "\n" + this.getNextEmbedBlock(indent + values.leadspaces.length + 1, true); + } + data.push(parser.parse(block, exceptionOnInvalidType, objectDecoder)); + } else { + data.push(this.parseValue(values.value, exceptionOnInvalidType, objectDecoder)); + } + } + } else if ((values = this.PATTERN_MAPPING_ITEM.exec(this.currentLine)) && values.key.indexOf(' #') === -1) { + if (this.CONTEXT_SEQUENCE === context) { + throw new ParseException('You cannot define a mapping item when in a sequence'); + } + context = this.CONTEXT_MAPPING; + if (data == null) { + data = {}; + } + Inline.configure(exceptionOnInvalidType, objectDecoder); + try { + key = Inline.parseScalar(values.key); + } catch (error) { + e = error; + e.parsedLine = this.getRealCurrentLineNb() + 1; + e.snippet = this.currentLine; + throw e; + } + if ('<<' === key) { + mergeNode = true; + allowOverwrite = true; + if (((ref1 = values.value) != null ? ref1.indexOf('*') : void 0) === 0) { + refName = values.value.slice(1); + if (this.refs[refName] == null) { + throw new ParseException('Reference "' + refName + '" does not exist.', this.getRealCurrentLineNb() + 1, this.currentLine); + } + refValue = this.refs[refName]; + if (typeof refValue !== 'object') { + throw new ParseException('YAML merge keys used with a scalar value instead of an object.', this.getRealCurrentLineNb() + 1, this.currentLine); + } + if (refValue instanceof Array) { + for (i = j = 0, len = refValue.length; j < len; i = ++j) { + value = refValue[i]; + if (data[name = String(i)] == null) { + data[name] = value; + } + } + } else { + for (key in refValue) { + value = refValue[key]; + if (data[key] == null) { + data[key] = value; + } + } + } + } else { + if ((values.value != null) && values.value !== '') { + value = values.value; + } else { + value = this.getNextEmbedBlock(); + } + c = this.getRealCurrentLineNb() + 1; + parser = new Parser(c); + parser.refs = this.refs; + parsed = parser.parse(value, exceptionOnInvalidType); + if (typeof parsed !== 'object') { + throw new ParseException('YAML merge keys used with a scalar value instead of an object.', this.getRealCurrentLineNb() + 1, this.currentLine); + } + if (parsed instanceof Array) { + for (l = 0, len1 = parsed.length; l < len1; l++) { + parsedItem = parsed[l]; + if (typeof parsedItem !== 'object') { + throw new ParseException('Merge items must be objects.', this.getRealCurrentLineNb() + 1, parsedItem); + } + if (parsedItem instanceof Array) { + for (i = m = 0, len2 = parsedItem.length; m < len2; i = ++m) { + value = parsedItem[i]; + k = String(i); + if (!data.hasOwnProperty(k)) { + data[k] = value; + } + } + } else { + for (key in parsedItem) { + value = parsedItem[key]; + if (!data.hasOwnProperty(key)) { + data[key] = value; + } + } + } + } + } else { + for (key in parsed) { + value = parsed[key]; + if (!data.hasOwnProperty(key)) { + data[key] = value; + } + } + } + } + } else if ((values.value != null) && (matches = this.PATTERN_ANCHOR_VALUE.exec(values.value))) { + isRef = matches.ref; + values.value = matches.value; + } + if (mergeNode) { + + } else if (!(values.value != null) || '' === Utils.trim(values.value, ' ') || Utils.ltrim(values.value, ' ').indexOf('#') === 0) { + if (!(this.isNextLineIndented()) && !(this.isNextLineUnIndentedCollection())) { + if (allowOverwrite || data[key] === void 0) { + data[key] = null; + } + } else { + c = this.getRealCurrentLineNb() + 1; + parser = new Parser(c); + parser.refs = this.refs; + val = parser.parse(this.getNextEmbedBlock(), exceptionOnInvalidType, objectDecoder); + if (allowOverwrite || data[key] === void 0) { + data[key] = val; + } + } + } else { + val = this.parseValue(values.value, exceptionOnInvalidType, objectDecoder); + if (allowOverwrite || data[key] === void 0) { + data[key] = val; + } + } + } else { + lineCount = this.lines.length; + if (1 === lineCount || (2 === lineCount && Utils.isEmpty(this.lines[1]))) { + try { + value = Inline.parse(this.lines[0], exceptionOnInvalidType, objectDecoder); + } catch (error1) { + e = error1; + e.parsedLine = this.getRealCurrentLineNb() + 1; + e.snippet = this.currentLine; + throw e; + } + if (typeof value === 'object') { + if (value instanceof Array) { + first = value[0]; + } else { + for (key in value) { + first = value[key]; + break; + } + } + if (typeof first === 'string' && first.indexOf('*') === 0) { + data = []; + for (n = 0, len3 = value.length; n < len3; n++) { + alias = value[n]; + data.push(this.refs[alias.slice(1)]); + } + value = data; + } + } + return value; + } else if ((ref2 = Utils.ltrim(value).charAt(0)) === '[' || ref2 === '{') { + try { + return Inline.parse(value, exceptionOnInvalidType, objectDecoder); + } catch (error2) { + e = error2; + e.parsedLine = this.getRealCurrentLineNb() + 1; + e.snippet = this.currentLine; + throw e; + } + } + throw new ParseException('Unable to parse.', this.getRealCurrentLineNb() + 1, this.currentLine); + } + if (isRef) { + if (data instanceof Array) { + this.refs[isRef] = data[data.length - 1]; + } else { + lastKey = null; + for (key in data) { + lastKey = key; + } + this.refs[isRef] = data[lastKey]; + } + } + } + if (Utils.isEmpty(data)) { + return null; + } else { + return data; + } + }; + + Parser.prototype.getRealCurrentLineNb = function() { + return this.currentLineNb + this.offset; + }; + + Parser.prototype.getCurrentLineIndentation = function() { + return this.currentLine.length - Utils.ltrim(this.currentLine, ' ').length; + }; + + Parser.prototype.getNextEmbedBlock = function(indentation, includeUnindentedCollection) { + var data, indent, isItUnindentedCollection, newIndent, removeComments, removeCommentsPattern, unindentedEmbedBlock; + if (indentation == null) { + indentation = null; + } + if (includeUnindentedCollection == null) { + includeUnindentedCollection = false; + } + this.moveToNextLine(); + if (indentation == null) { + newIndent = this.getCurrentLineIndentation(); + unindentedEmbedBlock = this.isStringUnIndentedCollectionItem(this.currentLine); + if (!(this.isCurrentLineEmpty()) && 0 === newIndent && !unindentedEmbedBlock) { + throw new ParseException('Indentation problem.', this.getRealCurrentLineNb() + 1, this.currentLine); + } + } else { + newIndent = indentation; + } + data = [this.currentLine.slice(newIndent)]; + if (!includeUnindentedCollection) { + isItUnindentedCollection = this.isStringUnIndentedCollectionItem(this.currentLine); + } + removeCommentsPattern = this.PATTERN_FOLDED_SCALAR_END; + removeComments = !removeCommentsPattern.test(this.currentLine); + while (this.moveToNextLine()) { + indent = this.getCurrentLineIndentation(); + if (indent === newIndent) { + removeComments = !removeCommentsPattern.test(this.currentLine); + } + if (removeComments && this.isCurrentLineComment()) { + continue; + } + if (this.isCurrentLineBlank()) { + data.push(this.currentLine.slice(newIndent)); + continue; + } + if (isItUnindentedCollection && !this.isStringUnIndentedCollectionItem(this.currentLine) && indent === newIndent) { + this.moveToPreviousLine(); + break; + } + if (indent >= newIndent) { + data.push(this.currentLine.slice(newIndent)); + } else if (Utils.ltrim(this.currentLine).charAt(0) === '#') { + + } else if (0 === indent) { + this.moveToPreviousLine(); + break; + } else { + throw new ParseException('Indentation problem.', this.getRealCurrentLineNb() + 1, this.currentLine); + } + } + return data.join("\n"); + }; + + Parser.prototype.moveToNextLine = function() { + if (this.currentLineNb >= this.lines.length - 1) { + return false; + } + this.currentLine = this.lines[++this.currentLineNb]; + return true; + }; + + Parser.prototype.moveToPreviousLine = function() { + this.currentLine = this.lines[--this.currentLineNb]; + }; + + Parser.prototype.parseValue = function(value, exceptionOnInvalidType, objectDecoder) { + var e, error, foldedIndent, matches, modifiers, pos, ref, ref1, val; + if (0 === value.indexOf('*')) { + pos = value.indexOf('#'); + if (pos !== -1) { + value = value.substr(1, pos - 2); + } else { + value = value.slice(1); + } + if (this.refs[value] === void 0) { + throw new ParseException('Reference "' + value + '" does not exist.', this.currentLine); + } + return this.refs[value]; + } + if (matches = this.PATTERN_FOLDED_SCALAR_ALL.exec(value)) { + modifiers = (ref = matches.modifiers) != null ? ref : ''; + foldedIndent = Math.abs(parseInt(modifiers)); + if (isNaN(foldedIndent)) { + foldedIndent = 0; + } + val = this.parseFoldedScalar(matches.separator, this.PATTERN_DECIMAL.replace(modifiers, ''), foldedIndent); + if (matches.type != null) { + Inline.configure(exceptionOnInvalidType, objectDecoder); + return Inline.parseScalar(matches.type + ' ' + val); + } else { + return val; + } + } + if ((ref1 = value.charAt(0)) === '[' || ref1 === '{' || ref1 === '"' || ref1 === "'") { + while (true) { + try { + return Inline.parse(value, exceptionOnInvalidType, objectDecoder); + } catch (error) { + e = error; + if (e instanceof ParseMore && this.moveToNextLine()) { + value += "\n" + Utils.trim(this.currentLine, ' '); + } else { + e.parsedLine = this.getRealCurrentLineNb() + 1; + e.snippet = this.currentLine; + throw e; + } + } + } + } else { + if (this.isNextLineIndented()) { + value += "\n" + this.getNextEmbedBlock(); + } + return Inline.parse(value, exceptionOnInvalidType, objectDecoder); + } + }; + + Parser.prototype.parseFoldedScalar = function(separator, indicator, indentation) { + var isCurrentLineBlank, j, len, line, matches, newText, notEOF, pattern, ref, text; + if (indicator == null) { + indicator = ''; + } + if (indentation == null) { + indentation = 0; + } + notEOF = this.moveToNextLine(); + if (!notEOF) { + return ''; + } + isCurrentLineBlank = this.isCurrentLineBlank(); + text = ''; + while (notEOF && isCurrentLineBlank) { + if (notEOF = this.moveToNextLine()) { + text += "\n"; + isCurrentLineBlank = this.isCurrentLineBlank(); + } + } + if (0 === indentation) { + if (matches = this.PATTERN_INDENT_SPACES.exec(this.currentLine)) { + indentation = matches[0].length; + } + } + if (indentation > 0) { + pattern = this.PATTERN_FOLDED_SCALAR_BY_INDENTATION[indentation]; + if (pattern == null) { + pattern = new Pattern('^ {' + indentation + '}(.*)$'); + Parser.prototype.PATTERN_FOLDED_SCALAR_BY_INDENTATION[indentation] = pattern; + } + while (notEOF && (isCurrentLineBlank || (matches = pattern.exec(this.currentLine)))) { + if (isCurrentLineBlank) { + text += this.currentLine.slice(indentation); + } else { + text += matches[1]; + } + if (notEOF = this.moveToNextLine()) { + text += "\n"; + isCurrentLineBlank = this.isCurrentLineBlank(); + } + } + } else if (notEOF) { + text += "\n"; + } + if (notEOF) { + this.moveToPreviousLine(); + } + if ('>' === separator) { + newText = ''; + ref = text.split("\n"); + for (j = 0, len = ref.length; j < len; j++) { + line = ref[j]; + if (line.length === 0 || line.charAt(0) === ' ') { + newText = Utils.rtrim(newText, ' ') + line + "\n"; + } else { + newText += line + ' '; + } + } + text = newText; + } + if ('+' !== indicator) { + text = Utils.rtrim(text); + } + if ('' === indicator) { + text = this.PATTERN_TRAILING_LINES.replace(text, "\n"); + } else if ('-' === indicator) { + text = this.PATTERN_TRAILING_LINES.replace(text, ''); + } + return text; + }; + + Parser.prototype.isNextLineIndented = function(ignoreComments) { + var EOF, currentIndentation, ret; + if (ignoreComments == null) { + ignoreComments = true; + } + currentIndentation = this.getCurrentLineIndentation(); + EOF = !this.moveToNextLine(); + if (ignoreComments) { + while (!EOF && this.isCurrentLineEmpty()) { + EOF = !this.moveToNextLine(); + } + } else { + while (!EOF && this.isCurrentLineBlank()) { + EOF = !this.moveToNextLine(); + } + } + if (EOF) { + return false; + } + ret = false; + if (this.getCurrentLineIndentation() > currentIndentation) { + ret = true; + } + this.moveToPreviousLine(); + return ret; + }; + + Parser.prototype.isCurrentLineEmpty = function() { + var trimmedLine; + trimmedLine = Utils.trim(this.currentLine, ' '); + return trimmedLine.length === 0 || trimmedLine.charAt(0) === '#'; + }; + + Parser.prototype.isCurrentLineBlank = function() { + return '' === Utils.trim(this.currentLine, ' '); + }; + + Parser.prototype.isCurrentLineComment = function() { + var ltrimmedLine; + ltrimmedLine = Utils.ltrim(this.currentLine, ' '); + return ltrimmedLine.charAt(0) === '#'; + }; + + Parser.prototype.cleanup = function(value) { + var count, i, indent, j, l, len, len1, line, lines, ref, ref1, ref2, smallestIndent, trimmedValue; + if (value.indexOf("\r") !== -1) { + value = value.split("\r\n").join("\n").split("\r").join("\n"); + } + count = 0; + ref = this.PATTERN_YAML_HEADER.replaceAll(value, ''), value = ref[0], count = ref[1]; + this.offset += count; + ref1 = this.PATTERN_LEADING_COMMENTS.replaceAll(value, '', 1), trimmedValue = ref1[0], count = ref1[1]; + if (count === 1) { + this.offset += Utils.subStrCount(value, "\n") - Utils.subStrCount(trimmedValue, "\n"); + value = trimmedValue; + } + ref2 = this.PATTERN_DOCUMENT_MARKER_START.replaceAll(value, '', 1), trimmedValue = ref2[0], count = ref2[1]; + if (count === 1) { + this.offset += Utils.subStrCount(value, "\n") - Utils.subStrCount(trimmedValue, "\n"); + value = trimmedValue; + value = this.PATTERN_DOCUMENT_MARKER_END.replace(value, ''); + } + lines = value.split("\n"); + smallestIndent = -1; + for (j = 0, len = lines.length; j < len; j++) { + line = lines[j]; + if (Utils.trim(line, ' ').length === 0) { + continue; + } + indent = line.length - Utils.ltrim(line).length; + if (smallestIndent === -1 || indent < smallestIndent) { + smallestIndent = indent; + } + } + if (smallestIndent > 0) { + for (i = l = 0, len1 = lines.length; l < len1; i = ++l) { + line = lines[i]; + lines[i] = line.slice(smallestIndent); + } + value = lines.join("\n"); + } + return value; + }; + + Parser.prototype.isNextLineUnIndentedCollection = function(currentIndentation) { + var notEOF, ret; + if (currentIndentation == null) { + currentIndentation = null; + } + if (currentIndentation == null) { + currentIndentation = this.getCurrentLineIndentation(); + } + notEOF = this.moveToNextLine(); + while (notEOF && this.isCurrentLineEmpty()) { + notEOF = this.moveToNextLine(); + } + if (false === notEOF) { + return false; + } + ret = false; + if (this.getCurrentLineIndentation() === currentIndentation && this.isStringUnIndentedCollectionItem(this.currentLine)) { + ret = true; + } + this.moveToPreviousLine(); + return ret; + }; + + Parser.prototype.isStringUnIndentedCollectionItem = function() { + return this.currentLine === '-' || this.currentLine.slice(0, 2) === '- '; + }; + + return Parser; + +})(); + +module.exports = Parser; + + +},{"./Exception/ParseException":4,"./Exception/ParseMore":5,"./Inline":6,"./Pattern":8,"./Utils":10}],8:[function(require,module,exports){ +var Pattern; + +Pattern = (function() { + Pattern.prototype.regex = null; + + Pattern.prototype.rawRegex = null; + + Pattern.prototype.cleanedRegex = null; + + Pattern.prototype.mapping = null; + + function Pattern(rawRegex, modifiers) { + var _char, capturingBracketNumber, cleanedRegex, i, len, mapping, name, part, subChar; + if (modifiers == null) { + modifiers = ''; + } + cleanedRegex = ''; + len = rawRegex.length; + mapping = null; + capturingBracketNumber = 0; + i = 0; + while (i < len) { + _char = rawRegex.charAt(i); + if (_char === '\\') { + cleanedRegex += rawRegex.slice(i, +(i + 1) + 1 || 9e9); + i++; + } else if (_char === '(') { + if (i < len - 2) { + part = rawRegex.slice(i, +(i + 2) + 1 || 9e9); + if (part === '(?:') { + i += 2; + cleanedRegex += part; + } else if (part === '(?<') { + capturingBracketNumber++; + i += 2; + name = ''; + while (i + 1 < len) { + subChar = rawRegex.charAt(i + 1); + if (subChar === '>') { + cleanedRegex += '('; + i++; + if (name.length > 0) { + if (mapping == null) { + mapping = {}; + } + mapping[name] = capturingBracketNumber; + } + break; + } else { + name += subChar; + } + i++; + } + } else { + cleanedRegex += _char; + capturingBracketNumber++; + } + } else { + cleanedRegex += _char; + } + } else { + cleanedRegex += _char; + } + i++; + } + this.rawRegex = rawRegex; + this.cleanedRegex = cleanedRegex; + this.regex = new RegExp(this.cleanedRegex, 'g' + modifiers.replace('g', '')); + this.mapping = mapping; + } + + Pattern.prototype.exec = function(str) { + var index, matches, name, ref; + this.regex.lastIndex = 0; + matches = this.regex.exec(str); + if (matches == null) { + return null; + } + if (this.mapping != null) { + ref = this.mapping; + for (name in ref) { + index = ref[name]; + matches[name] = matches[index]; + } + } + return matches; + }; + + Pattern.prototype.test = function(str) { + this.regex.lastIndex = 0; + return this.regex.test(str); + }; + + Pattern.prototype.replace = function(str, replacement) { + this.regex.lastIndex = 0; + return str.replace(this.regex, replacement); + }; + + Pattern.prototype.replaceAll = function(str, replacement, limit) { + var count; + if (limit == null) { + limit = 0; + } + this.regex.lastIndex = 0; + count = 0; + while (this.regex.test(str) && (limit === 0 || count < limit)) { + this.regex.lastIndex = 0; + str = str.replace(this.regex, replacement); + count++; + } + return [str, count]; + }; + + return Pattern; + +})(); + +module.exports = Pattern; + + +},{}],9:[function(require,module,exports){ +var Pattern, Unescaper, Utils; + +Utils = require('./Utils'); + +Pattern = require('./Pattern'); + +Unescaper = (function() { + function Unescaper() {} + + Unescaper.PATTERN_ESCAPED_CHARACTER = new Pattern('\\\\([0abt\tnvfre "\\/\\\\N_LP]|x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4}|U[0-9a-fA-F]{8})'); + + Unescaper.unescapeSingleQuotedString = function(value) { + return value.replace(/\'\'/g, '\''); + }; + + Unescaper.unescapeDoubleQuotedString = function(value) { + if (this._unescapeCallback == null) { + this._unescapeCallback = (function(_this) { + return function(str) { + return _this.unescapeCharacter(str); + }; + })(this); + } + return this.PATTERN_ESCAPED_CHARACTER.replace(value, this._unescapeCallback); + }; + + Unescaper.unescapeCharacter = function(value) { + var ch; + ch = String.fromCharCode; + switch (value.charAt(1)) { + case '0': + return ch(0); + case 'a': + return ch(7); + case 'b': + return ch(8); + case 't': + return "\t"; + case "\t": + return "\t"; + case 'n': + return "\n"; + case 'v': + return ch(11); + case 'f': + return ch(12); + case 'r': + return ch(13); + case 'e': + return ch(27); + case ' ': + return ' '; + case '"': + return '"'; + case '/': + return '/'; + case '\\': + return '\\'; + case 'N': + return ch(0x0085); + case '_': + return ch(0x00A0); + case 'L': + return ch(0x2028); + case 'P': + return ch(0x2029); + case 'x': + return Utils.utf8chr(Utils.hexDec(value.substr(2, 2))); + case 'u': + return Utils.utf8chr(Utils.hexDec(value.substr(2, 4))); + case 'U': + return Utils.utf8chr(Utils.hexDec(value.substr(2, 8))); + default: + return ''; + } + }; + + return Unescaper; + +})(); + +module.exports = Unescaper; + + +},{"./Pattern":8,"./Utils":10}],10:[function(require,module,exports){ +var Pattern, Utils, + hasProp = {}.hasOwnProperty; + +Pattern = require('./Pattern'); + +Utils = (function() { + function Utils() {} + + Utils.REGEX_LEFT_TRIM_BY_CHAR = {}; + + Utils.REGEX_RIGHT_TRIM_BY_CHAR = {}; + + Utils.REGEX_SPACES = /\s+/g; + + Utils.REGEX_DIGITS = /^\d+$/; + + Utils.REGEX_OCTAL = /[^0-7]/gi; + + Utils.REGEX_HEXADECIMAL = /[^a-f0-9]/gi; + + Utils.PATTERN_DATE = new Pattern('^' + '(?[0-9][0-9][0-9][0-9])' + '-(?[0-9][0-9]?)' + '-(?[0-9][0-9]?)' + '(?:(?:[Tt]|[ \t]+)' + '(?[0-9][0-9]?)' + ':(?[0-9][0-9])' + ':(?[0-9][0-9])' + '(?:\.(?[0-9]*))?' + '(?:[ \t]*(?Z|(?[-+])(?[0-9][0-9]?)' + '(?::(?[0-9][0-9]))?))?)?' + '$', 'i'); + + Utils.LOCAL_TIMEZONE_OFFSET = new Date().getTimezoneOffset() * 60 * 1000; + + Utils.trim = function(str, _char) { + var regexLeft, regexRight; + if (_char == null) { + _char = '\\s'; + } + regexLeft = this.REGEX_LEFT_TRIM_BY_CHAR[_char]; + if (regexLeft == null) { + this.REGEX_LEFT_TRIM_BY_CHAR[_char] = regexLeft = new RegExp('^' + _char + '' + _char + '*'); + } + regexLeft.lastIndex = 0; + regexRight = this.REGEX_RIGHT_TRIM_BY_CHAR[_char]; + if (regexRight == null) { + this.REGEX_RIGHT_TRIM_BY_CHAR[_char] = regexRight = new RegExp(_char + '' + _char + '*$'); + } + regexRight.lastIndex = 0; + return str.replace(regexLeft, '').replace(regexRight, ''); + }; + + Utils.ltrim = function(str, _char) { + var regexLeft; + if (_char == null) { + _char = '\\s'; + } + regexLeft = this.REGEX_LEFT_TRIM_BY_CHAR[_char]; + if (regexLeft == null) { + this.REGEX_LEFT_TRIM_BY_CHAR[_char] = regexLeft = new RegExp('^' + _char + '' + _char + '*'); + } + regexLeft.lastIndex = 0; + return str.replace(regexLeft, ''); + }; + + Utils.rtrim = function(str, _char) { + var regexRight; + if (_char == null) { + _char = '\\s'; + } + regexRight = this.REGEX_RIGHT_TRIM_BY_CHAR[_char]; + if (regexRight == null) { + this.REGEX_RIGHT_TRIM_BY_CHAR[_char] = regexRight = new RegExp(_char + '' + _char + '*$'); + } + regexRight.lastIndex = 0; + return str.replace(regexRight, ''); + }; + + Utils.isEmpty = function(value) { + return !value || value === '' || value === '0' || (value instanceof Array && value.length === 0) || this.isEmptyObject(value); + }; + + Utils.isEmptyObject = function(value) { + var k; + return value instanceof Object && ((function() { + var results; + results = []; + for (k in value) { + if (!hasProp.call(value, k)) continue; + results.push(k); + } + return results; + })()).length === 0; + }; + + Utils.subStrCount = function(string, subString, start, length) { + var c, i, j, len, ref, sublen; + c = 0; + string = '' + string; + subString = '' + subString; + if (start != null) { + string = string.slice(start); + } + if (length != null) { + string = string.slice(0, length); + } + len = string.length; + sublen = subString.length; + for (i = j = 0, ref = len; 0 <= ref ? j < ref : j > ref; i = 0 <= ref ? ++j : --j) { + if (subString === string.slice(i, sublen)) { + c++; + i += sublen - 1; + } + } + return c; + }; + + Utils.isDigits = function(input) { + this.REGEX_DIGITS.lastIndex = 0; + return this.REGEX_DIGITS.test(input); + }; + + Utils.octDec = function(input) { + this.REGEX_OCTAL.lastIndex = 0; + return parseInt((input + '').replace(this.REGEX_OCTAL, ''), 8); + }; + + Utils.hexDec = function(input) { + this.REGEX_HEXADECIMAL.lastIndex = 0; + input = this.trim(input); + if ((input + '').slice(0, 2) === '0x') { + input = (input + '').slice(2); + } + return parseInt((input + '').replace(this.REGEX_HEXADECIMAL, ''), 16); + }; + + Utils.utf8chr = function(c) { + var ch; + ch = String.fromCharCode; + if (0x80 > (c %= 0x200000)) { + return ch(c); + } + if (0x800 > c) { + return ch(0xC0 | c >> 6) + ch(0x80 | c & 0x3F); + } + if (0x10000 > c) { + return ch(0xE0 | c >> 12) + ch(0x80 | c >> 6 & 0x3F) + ch(0x80 | c & 0x3F); + } + return ch(0xF0 | c >> 18) + ch(0x80 | c >> 12 & 0x3F) + ch(0x80 | c >> 6 & 0x3F) + ch(0x80 | c & 0x3F); + }; + + Utils.parseBoolean = function(input, strict) { + var lowerInput; + if (strict == null) { + strict = true; + } + if (typeof input === 'string') { + lowerInput = input.toLowerCase(); + if (!strict) { + if (lowerInput === 'no') { + return false; + } + } + if (lowerInput === '0') { + return false; + } + if (lowerInput === 'false') { + return false; + } + if (lowerInput === '') { + return false; + } + return true; + } + return !!input; + }; + + Utils.isNumeric = function(input) { + this.REGEX_SPACES.lastIndex = 0; + return typeof input === 'number' || typeof input === 'string' && !isNaN(input) && input.replace(this.REGEX_SPACES, '') !== ''; + }; + + Utils.stringToDate = function(str) { + var date, day, fraction, hour, info, minute, month, second, tz_hour, tz_minute, tz_offset, year; + if (!(str != null ? str.length : void 0)) { + return null; + } + info = this.PATTERN_DATE.exec(str); + if (!info) { + return null; + } + year = parseInt(info.year, 10); + month = parseInt(info.month, 10) - 1; + day = parseInt(info.day, 10); + if (info.hour == null) { + date = new Date(Date.UTC(year, month, day)); + return date; + } + hour = parseInt(info.hour, 10); + minute = parseInt(info.minute, 10); + second = parseInt(info.second, 10); + if (info.fraction != null) { + fraction = info.fraction.slice(0, 3); + while (fraction.length < 3) { + fraction += '0'; + } + fraction = parseInt(fraction, 10); + } else { + fraction = 0; + } + if (info.tz != null) { + tz_hour = parseInt(info.tz_hour, 10); + if (info.tz_minute != null) { + tz_minute = parseInt(info.tz_minute, 10); + } else { + tz_minute = 0; + } + tz_offset = (tz_hour * 60 + tz_minute) * 60000; + if ('-' === info.tz_sign) { + tz_offset *= -1; + } + } + date = new Date(Date.UTC(year, month, day, hour, minute, second, fraction)); + if (tz_offset) { + date.setTime(date.getTime() - tz_offset); + } + return date; + }; + + Utils.strRepeat = function(str, number) { + var i, res; + res = ''; + i = 0; + while (i < number) { + res += str; + i++; + } + return res; + }; + + Utils.getStringFromFile = function(path, callback) { + var data, fs, j, len1, name, ref, req, xhr; + if (callback == null) { + callback = null; + } + xhr = null; + if (typeof window !== "undefined" && window !== null) { + if (window.XMLHttpRequest) { + xhr = new XMLHttpRequest(); + } else if (window.ActiveXObject) { + ref = ["Msxml2.XMLHTTP.6.0", "Msxml2.XMLHTTP.3.0", "Msxml2.XMLHTTP", "Microsoft.XMLHTTP"]; + for (j = 0, len1 = ref.length; j < len1; j++) { + name = ref[j]; + try { + xhr = new ActiveXObject(name); + } catch (undefined) {} + } + } + } + if (xhr != null) { + if (callback != null) { + xhr.onreadystatechange = function() { + if (xhr.readyState === 4) { + if (xhr.status === 200 || xhr.status === 0) { + return callback(xhr.responseText); + } else { + return callback(null); + } + } + }; + xhr.open('GET', path, true); + return xhr.send(null); + } else { + xhr.open('GET', path, false); + xhr.send(null); + if (xhr.status === 200 || xhr.status === 0) { + return xhr.responseText; + } + return null; + } + } else { + req = require; + fs = req('fs'); + if (callback != null) { + return fs.readFile(path, function(err, data) { + if (err) { + return callback(null); + } else { + return callback(String(data)); + } + }); + } else { + data = fs.readFileSync(path); + if (data != null) { + return String(data); + } + return null; + } + } + }; + + return Utils; + +})(); + +module.exports = Utils; + + +},{"./Pattern":8}],11:[function(require,module,exports){ +var Dumper, Parser, Utils, Yaml; + +Parser = require('./Parser'); + +Dumper = require('./Dumper'); + +Utils = require('./Utils'); + +Yaml = (function() { + function Yaml() {} + + Yaml.parse = function(input, exceptionOnInvalidType, objectDecoder) { + if (exceptionOnInvalidType == null) { + exceptionOnInvalidType = false; + } + if (objectDecoder == null) { + objectDecoder = null; + } + return new Parser().parse(input, exceptionOnInvalidType, objectDecoder); + }; + + Yaml.parseFile = function(path, callback, exceptionOnInvalidType, objectDecoder) { + var input; + if (callback == null) { + callback = null; + } + if (exceptionOnInvalidType == null) { + exceptionOnInvalidType = false; + } + if (objectDecoder == null) { + objectDecoder = null; + } + if (callback != null) { + return Utils.getStringFromFile(path, (function(_this) { + return function(input) { + var result; + result = null; + if (input != null) { + result = _this.parse(input, exceptionOnInvalidType, objectDecoder); + } + callback(result); + }; + })(this)); + } else { + input = Utils.getStringFromFile(path); + if (input != null) { + return this.parse(input, exceptionOnInvalidType, objectDecoder); + } + return null; + } + }; + + Yaml.dump = function(input, inline, indent, exceptionOnInvalidType, objectEncoder) { + var yaml; + if (inline == null) { + inline = 2; + } + if (indent == null) { + indent = 4; + } + if (exceptionOnInvalidType == null) { + exceptionOnInvalidType = false; + } + if (objectEncoder == null) { + objectEncoder = null; + } + yaml = new Dumper(); + yaml.indentation = indent; + return yaml.dump(input, inline, 0, exceptionOnInvalidType, objectEncoder); + }; + + Yaml.register = function() { + var require_handler; + require_handler = function(module, filename) { + return module.exports = YAML.parseFile(filename); + }; + if ((typeof require !== "undefined" && require !== null ? require.extensions : void 0) != null) { + require.extensions['.yml'] = require_handler; + return require.extensions['.yaml'] = require_handler; + } + }; + + Yaml.stringify = function(input, inline, indent, exceptionOnInvalidType, objectEncoder) { + return this.dump(input, inline, indent, exceptionOnInvalidType, objectEncoder); + }; + + Yaml.load = function(path, callback, exceptionOnInvalidType, objectDecoder) { + return this.parseFile(path, callback, exceptionOnInvalidType, objectDecoder); + }; + + return Yaml; + +})(); + +if (typeof window !== "undefined" && window !== null) { + window.YAML = Yaml; +} + +if (typeof window === "undefined" || window === null) { + this.YAML = Yaml; +} + +module.exports = Yaml; + + +},{"./Dumper":1,"./Parser":7,"./Utils":10}]},{},[11]) +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Vzci9sb2NhbC9saWIvbm9kZV9tb2R1bGVzL2Jyb3dzZXJpZnkvbm9kZV9tb2R1bGVzL2Jyb3dzZXItcGFjay9fcHJlbHVkZS5qcyIsInNyYy9EdW1wZXIuY29mZmVlIiwic3JjL0VzY2FwZXIuY29mZmVlIiwic3JjL0V4Y2VwdGlvbi9EdW1wRXhjZXB0aW9uLmNvZmZlZSIsInNyYy9FeGNlcHRpb24vUGFyc2VFeGNlcHRpb24uY29mZmVlIiwic3JjL0V4Y2VwdGlvbi9QYXJzZU1vcmUuY29mZmVlIiwic3JjL0lubGluZS5jb2ZmZWUiLCJzcmMvUGFyc2VyLmNvZmZlZSIsInNyYy9QYXR0ZXJuLmNvZmZlZSIsInNyYy9VbmVzY2FwZXIuY29mZmVlIiwic3JjL1V0aWxzLmNvZmZlZSIsInNyYy9ZYW1sLmNvZmZlZSJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtBQ0NBLElBQUE7O0FBQUEsS0FBQSxHQUFVLE9BQUEsQ0FBUSxTQUFSOztBQUNWLE1BQUEsR0FBVSxPQUFBLENBQVEsVUFBUjs7QUFJSjs7O0VBR0YsTUFBQyxDQUFBLFdBQUQsR0FBZ0I7O21CQWFoQixJQUFBLEdBQU0sU0FBQyxLQUFELEVBQVEsTUFBUixFQUFvQixNQUFwQixFQUFnQyxzQkFBaEMsRUFBZ0UsYUFBaEU7QUFDRixRQUFBOztNQURVLFNBQVM7OztNQUFHLFNBQVM7OztNQUFHLHlCQUF5Qjs7O01BQU8sZ0JBQWdCOztJQUNsRixNQUFBLEdBQVM7SUFDVCxNQUFBLEdBQVMsQ0FBSSxNQUFILEdBQWUsS0FBSyxDQUFDLFNBQU4sQ0FBZ0IsR0FBaEIsRUFBcUIsTUFBckIsQ0FBZixHQUFpRCxFQUFsRDtJQUVULElBQUcsTUFBQSxJQUFVLENBQVYsSUFBZSxPQUFPLEtBQVAsS0FBbUIsUUFBbEMsSUFBOEMsS0FBQSxZQUFpQixJQUEvRCxJQUF1RSxLQUFLLENBQUMsT0FBTixDQUFjLEtBQWQsQ0FBMUU7TUFDSSxNQUFBLElBQVUsTUFBQSxHQUFTLE1BQU0s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QUFIO01BQ0ksT0FBTyxDQUFDLFVBQVcsQ0FBQSxNQUFBLENBQW5CLEdBQTZCO2FBQzdCLE9BQU8sQ0FBQyxVQUFXLENBQUEsT0FBQSxDQUFuQixHQUE4QixnQkFGbEM7O0VBUE87O0VBY1gsSUFBQyxDQUFBLFNBQUQsR0FBWSxTQUFDLEtBQUQsRUFBUSxNQUFSLEVBQWdCLE1BQWhCLEVBQXdCLHNCQUF4QixFQUFnRCxhQUFoRDtBQUNSLFdBQU8sSUFBQyxDQUFBLElBQUQsQ0FBTSxLQUFOLEVBQWEsTUFBYixFQUFxQixNQUFyQixFQUE2QixzQkFBN0IsRUFBcUQsYUFBckQ7RUFEQzs7RUFNWixJQUFDLENBQUEsSUFBRCxHQUFPLFNBQUMsSUFBRCxFQUFPLFFBQVAsRUFBaUIsc0JBQWpCLEVBQXlDLGFBQXpDO0FBQ0gsV0FBTyxJQUFDLENBQUEsU0FBRCxDQUFXLElBQVgsRUFBaUIsUUFBakIsRUFBMkIsc0JBQTNCLEVBQW1ELGFBQW5EO0VBREo7Ozs7Ozs7RUFLWCxNQUFNLENBQUUsSUFBUixHQUFlOzs7QUFHZixJQUFPLGdEQUFQO0VBQ0ksSUFBQyxDQUFBLElBQUQsR0FBUSxLQURaOzs7QUFHQSxNQUFNLENBQUMsT0FBUCxHQUFpQiIsImZpbGUiOiJnZW5lcmF0ZWQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlc0NvbnRlbnQiOlsiKGZ1bmN0aW9uIGUodCxuLHIpe2Z1bmN0aW9uIHMobyx1KXtpZighbltvXSl7aWYoIXRbb10pe3ZhciBhPXR5cGVvZiByZXF1aXJlPT1cImZ1bmN0aW9uXCImJnJlcXVpcmU7aWYoIXUmJmEpcmV0dXJuIGEobywhMCk7aWYoaSlyZXR1cm4gaShvLCEwKTt2YXIgZj1uZXcgRXJyb3IoXCJDYW5ub3QgZmluZCBtb2R1bGUgJ1wiK28rXCInXCIpO3Rocm93IGYuY29kZT1cIk1PRFVMRV9OT1RfRk9VTkRcIixmfXZhciBsPW5bb109e2V4cG9ydHM6e319O3Rbb11bMF0uY2FsbChsLmV4cG9ydHMsZnVuY3Rpb24oZSl7dmFyIG49dFtvXVsxXVtlXTtyZXR1cm4gcyhuP246ZSl9LGwsbC5leHBvcnRzLGUsdCxuLHIpfXJldHVybiBuW29dLmV4cG9ydHN9dmFyIGk9dHlwZW9mIHJlcXVpcmU9PVwiZnVuY3Rpb25cIiYmcmVxdWlyZTtmb3IodmFyIG89MDtvPHIubGVuZ3RoO28rKylzKHJbb10pO3JldHVybiBzfSkiLCJcblV0aWxzICAgPSByZXF1aXJlICcuL1V0aWxzJ1xuSW5saW5lICA9IHJlcXVpcmUgJy4vSW5saW5lJ1xuXG4jIER1bXBlciBkdW1wcyBKYXZhU2NyaXB0IHZhcmlhYmxlcyB0byBZQU1MIHN0cmluZ3MuXG4jXG5jbGFzcyBEdW1wZXJcblxuICAgICMgVGhlIGFtb3VudCBvZiBzcGFjZXMgdG8gdXNlIGZvciBpbmRlbnRhdGlvbiBvZiBuZXN0ZWQgbm9kZXMuXG4gICAgQGluZGVudGF0aW9uOiAgIDRcblxuXG4gICAgIyBEdW1wcyBhIEphdmFTY3JpcHQgdmFsdWUgdG8gWUFNTC5cbiAgICAjXG4gICAgIyBAcGFyYW0gW09iamVjdF0gICBpbnB1dCAgICAgICAgICAgICAgICAgICBUaGUgSmF2YVNjcmlwdCB2YWx1ZVxuICAgICMgQHBhcmFtIFtJbnRlZ2VyXSAgaW5saW5lICAgICAgICAgICAgICAgICAgVGhlIGxldmVsIHdoZXJlIHlvdSBzd2l0Y2ggdG8gaW5saW5lIFlBTUxcbiAgICAjIEBwYXJhbSBbSW50ZWdlcl0gIGluZGVudCAgICAgICAgICAgICAgICAgIFRoZSBsZXZlbCBvZiBpbmRlbnRhdGlvbiAodXNlZCBpbnRlcm5hbGx5KVxuICAgICMgQHBhcmFtIFtCb29sZWFuXSAgZXhjZXB0aW9uT25JbnZhbGlkVHlwZSAgdHJ1ZSBpZiBhbiBleGNlcHRpb24gbXVzdCBiZSB0aHJvd24gb24gaW52YWxpZCB0eXBlcyAoYSBKYXZhU2NyaXB0IHJlc291cmNlIG9yIG9iamVjdCksIGZhbHNlIG90aGVyd2lzZVxuICAgICMgQHBhcmFtIFtGdW5jdGlvbl0gb2JqZWN0RW5jb2RlciAgICAgICAgICAgQSBmdW5jdGlvbiB0byBzZXJpYWxpemUgY3VzdG9tIG9iamVjdHMsIG51bGwgb3RoZXJ3aXNlXG4gICAgI1xuICAgICMgQHJldHVybiBbU3RyaW5nXSAgVGhlIFlBTUwgcmVwcmVzZW50YXRpb24gb2YgdGhlIEphdmFTY3JpcHQgdmFsdWVcbiAgICAjXG4gICAgZHVtcDogKGlucHV0LCBpbmxpbmUgPSAwLCBpbmRlbnQgPSAwLCBleGNlcHRpb25PbkludmFsaWRUeXBlID0gZmFsc2UsIG9iamVjdEVuY29kZXIgPSBudWxsKSAtPlxuICAgICAgICBvdXRwdXQgPSAnJ1xuICAgICAgICBwcmVmaXggPSAoaWYgaW5kZW50IHRoZW4gVXRpbHMuc3RyUmVwZWF0KCcgJywgaW5kZW50KSBlbHNlICcnKVxuXG4gICAgICAgIGlmIGlubGluZSA8PSAwIG9yIHR5cGVvZihpbnB1dCkgaXNudCAnb2JqZWN0JyBvciBpbnB1dCBpbnN0YW5jZW9mIERhdGUgb3IgVXRpbHMuaXNFbXB0eShpbnB1dClcbiAgICAgICAgICAgIG91dHB1dCArPSBwcmVmaXggKyBJbmxpbmUuZHVtcChpbnB1dCwgZXhjZXB0aW9uT25JbnZhbGlkVHlwZSwgb2JqZWN0RW5jb2RlcilcbiAgICAgICAgXG4gICAgICAgIGVsc2VcbiAgICAgICAgICAgIGlmIGlucHV0IGluc3RhbmNlb2YgQXJyYXlcbiAgICAgICAgICAgICAgICBmb3IgdmFsdWUgaW4gaW5wdXRcbiAgICAgICAgICAgICAgICAgICAgd2lsbEJlSW5saW5lZCA9IChpbmxpbmUgLSAxIDw9IDAgb3IgdHlwZW9mKHZhbHVlKSBpc250ICdvYmplY3QnIG9yIFV0aWxzLmlzRW1wdHkodmFsdWUpKVxuXG4gICAgICAgICAgICAgICAgICAgIG91dHB1dCArPVxuICAgICAgICAgICAgICAgICAgICAgICAgcHJlZml4ICtcbiAgICAgICAgICAgICAgICAgICAgICAgICctJyArXG4gICAgICAgICAgICAgICAgICAgICAgICAoaWYgd2lsbEJlSW5saW5lZCB0aGVuICcgJyBlbHNlIFwiXFxuXCIpICtcbiAgICAgICAgICAgICAgICAgICAgICAgIEBkdW1wKHZhbHVlLCBpbmxpbmUgLSAxLCAoaWYgd2lsbEJlSW5saW5lZCB0aGVuIDAgZWxzZSBpbmRlbnQgKyBAaW5kZW50YXRpb24pLCBleGNlcHRpb25PbkludmFsaWRUeXBlLCBvYmplY3RFbmNvZGVyKSArXG4gICAgICAgICAgICAgICAgICAgICAgICAoaWYgd2lsbEJlSW5saW5lZCB0aGVuIFwiXFxuXCIgZWxzZSAnJylcblxuICAgICAgICAgICAgZWxzZVxuICAgICAgICAgICAgICAgIGZvciBrZXksIHZhbHVlIG9mIGlucHV0XG4gICAgICAgICAgICAgICAgICAgIHdpbGxCZUlubGluZWQgPSAoaW5saW5lIC0gMSA8PSAwIG9yIHR5cGVvZih2YWx1ZSkgaXNudCAnb2JqZWN0JyBvciBVdGlscy5pc0VtcHR5KHZhbHVlKSlcblxuICAgICAgICAgICAgICAgICAgICBvdXRwdXQgKz1cbiAgICAgICAgICAgICAgICAgICAgICAgIHByZWZpeCArXG4gICAgICAgICAgICAgICAgICAgICAgICBJbmxpbmUuZHVtcChrZXksIGV4Y2VwdGlvbk9uSW52YWxpZFR5cGUsIG9iamVjdEVuY29kZXIpICsgJzonICtcbiAgICAgICAgICAgICAgICAgICAgICAgIChpZiB3aWxsQmVJbmxpbmVkIHRoZW4gJyAnIGVsc2UgXCJcXG5cIikgK1xuICAgICAgICAgICAgICAgICAgICAgICAgQGR1bXAodmFsdWUsIGlubGluZSAtIDEsIChpZiB3aWxsQmVJbmxpbmVkIHRoZW4gMCBlbHNlIGluZGVudCArIEBpbmRlbnRhdGlvbiksIGV4Y2VwdGlvbk9uSW52YWxpZFR5cGUsIG9iamVjdEVuY29kZXIpICtcbiAgICAgICAgICAgICAgICAgICAgICAgIChpZiB3aWxsQmVJbmxpbmVkIHRoZW4gXCJcXG5cIiBlbHNlICcnKVxuXG4gICAgICAgIHJldHVybiBvdXRwdXRcblxuXG5tb2R1bGUuZXhwb3J0cyA9IER1bXBlclxuIiwiXG5QYXR0ZXJuID0gcmVxdWlyZSAnLi9QYXR0ZXJuJ1xuXG4jIEVzY2FwZXIgZW5jYXBzdWxhdGVzIGVzY2FwaW5nIHJ1bGVzIGZvciBzaW5nbGVcbiMgYW5kIGRvdWJsZS1xdW90ZWQgWUFNTCBzdHJpbmdzLlxuY2xhc3MgRXNjYXBlclxuXG4gICAgIyBNYXBwaW5nIGFycmF5cyBmb3IgZXNjYXBpbmcgYSBkb3VibGUgcXVvdGVkIHN0cmluZy4gVGhlIGJhY2tzbGFzaCBpc1xuICAgICMgZmlyc3QgdG8gZW5zdXJlIHByb3BlciBlc2NhcGluZy5cbiAgICBATElTVF9FU0NBUEVFUzogICAgICAgICAgICAgICAgIFsnXFxcXCcsICdcXFxcXFxcXCcsICdcXFxcXCInLCAnXCInLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwiXFx4MDBcIiwgIFwiXFx4MDFcIiwgIFwiXFx4MDJcIiwgIFwiXFx4MDNcIiwgIFwiXFx4MDRcIiwgIFwiXFx4MDVcIiwgIFwiXFx4MDZcIiwgIFwiXFx4MDdcIixcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxceDA4XCIsICBcIlxceDA5XCIsICBcIlxceDBhXCIsICBcIlxceDBiXCIsICBcIlxceDBjXCIsICBcIlxceDBkXCIsICBcIlxceDBlXCIsICBcIlxceDBmXCIsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXCJcXHgxMFwiLCAgXCJcXHgxMVwiLCAgXCJcXHgxMlwiLCAgXCJcXHgxM1wiLCAgXCJcXHgxNFwiLCAgXCJcXHgxNVwiLCAgXCJcXHgxNlwiLCAgXCJcXHgxN1wiLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwiXFx4MThcIiwgIFwiXFx4MTlcIiwgIFwiXFx4MWFcIiwgIFwiXFx4MWJcIiwgIFwiXFx4MWNcIiwgIFwiXFx4MWRcIiwgIFwiXFx4MWVcIiwgIFwiXFx4MWZcIixcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAoY2ggPSBTdHJpbmcuZnJvbUNoYXJDb2RlKSgweDAwODUpLCBjaCgweDAwQTApLCBjaCgweDIwMjgpLCBjaCgweDIwMjkpXVxuICAgIEBMSVNUX0VTQ0FQRUQ6ICAgICAgICAgICAgICAgICAgWydcXFxcXFxcXCcsICdcXFxcXCInLCAnXFxcXFwiJywgJ1xcXFxcIicsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXCJcXFxcMFwiLCAgIFwiXFxcXHgwMVwiLCBcIlxcXFx4MDJcIiwgXCJcXFxceDAzXCIsIFwiXFxcXHgwNFwiLCBcIlxcXFx4MDVcIiwgXCJcXFxceDA2XCIsIFwiXFxcXGFcIixcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxcXFxiXCIsICAgXCJcXFxcdFwiLCAgIFwiXFxcXG5cIiwgICBcIlxcXFx2XCIsICAgXCJcXFxcZlwiLCAgIFwiXFxcXHJcIiwgICBcIlxcXFx4MGVcIiwgXCJcXFxceDBmXCIsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXCJcXFxceDEwXCIsIFwiXFxcXHgxMVwiLCBcIlxcXFx4MTJcIiwgXCJcXFxceDEzXCIsIFwiXFxcXHgxNFwiLCBcIlxcXFx4MTVcIiwgXCJcXFxceDE2XCIsIFwiXFxcXHgxN1wiLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwiXFxcXHgxOFwiLCBcIlxcXFx4MTlcIiwgXCJcXFxceDFhXCIsIFwiXFxcXGVcIiwgICBcIlxcXFx4MWNcIiwgXCJcXFxceDFkXCIsIFwiXFxcXHgxZVwiLCBcIlxcXFx4MWZcIixcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxcXFxOXCIsIFwiXFxcXF9cIiwgXCJcXFxcTFwiLCBcIlxcXFxQXCJdXG5cbiAgICBATUFQUElOR19FU0NBUEVFU19UT19FU0NBUEVEOiAgIGRvID0+XG4gICAgICAgIG1hcHBpbmcgPSB7fVxuICAgICAgICBmb3IgaSBpbiBbMC4uLkBMSVNUX0VTQ0FQRUVTLmxlbmd0aF1cbiAgICAgICAgICAgIG1hcHBpbmdbQExJU1RfRVNDQVBFRVNbaV1dID0gQExJU1RfRVNDQVBFRFtpXVxuICAgICAgICByZXR1cm4gbWFwcGluZ1xuXG4gICAgIyBDaGFyYWN0ZXJzIHRoYXQgd291bGQgY2F1c2UgYSBkdW1wZWQgc3RyaW5nIHRvIHJlcXVpcmUgZG91YmxlIHF1b3RpbmcuXG4gICAgQFBBVFRFUk5fQ0hBUkFDVEVSU19UT19FU0NBUEU6ICBuZXcgUGF0dGVybiAnW1xcXFx4MDAtXFxcXHgxZl18XFx4YzJcXHg4NXxcXHhjMlxceGEwfFxceGUyXFx4ODBcXHhhOHxcXHhlMlxceDgwXFx4YTknXG5cbiAgICAjIE90aGVyIHByZWNvbXBpbGVkIHBhdHRlcm5zXG4gICAgQFBBVFRFUk5fTUFQUElOR19FU0NBUEVFUzogICAgICBuZXcgUGF0dGVybiBATElTVF9FU0NBUEVFUy5qb2luKCd8Jykuc3BsaXQoJ1xcXFwnKS5qb2luKCdcXFxcXFxcXCcpXG4gICAgQFBBVFRFUk5fU0lOR0xFX1FVT1RJTkc6ICAgICAgICBuZXcgUGF0dGVybiAnW1xcXFxzXFwnXCI6e31bXFxcXF0sJiojP118XlstP3w8Pj0hJUBgXSdcblxuXG5cbiAgICAjIERldGVybWluZXMgaWYgYSBKYXZhU2NyaXB0IHZhbHVlIHdvdWxkIHJlcXVpcmUgZG91YmxlIHF1b3RpbmcgaW4gWUFNTC5cbiAgICAjXG4gICAgIyBAcGFyYW0gW1N0cmluZ10gICB2YWx1ZSAgIEEgSmF2YVNjcmlwdCB2YWx1ZSB2YWx1ZVxuICAgICNcbiAgICAjIEByZXR1cm4gW0Jvb2xlYW5dIHRydWUgICAgaWYgdGhlIHZhbHVlIHdvdWxkIHJlcXVpcmUgZG91YmxlIHF1b3Rlcy5cbiAgICAjXG4gICAgQHJlcXVpcmVzRG91YmxlUXVvdGluZzogKHZhbHVlKSAtPlxuICAgICAgICByZXR1cm4gQFBBVFRFUk5fQ0hBUkFDVEVSU19UT19FU0NBUEUudGVzdCB2YWx1ZVxuXG5cbiAgICAjIEVzY2FwZXMgYW5kIHN1cnJvdW5kcyBhIEphdmFTY3JpcHQgdmFsdWUgd2l0aCBkb3VibGUgcXVvdGVzLlxuICAgICNcbiAgICAjIEBwYXJhbSBbU3RyaW5nXSAgIHZhbHVlICAgQSBKYXZhU2NyaXB0IHZhbHVlXG4gICAgI1xuICAgICMgQHJldHVybiBbU3RyaW5nXSAgVGhlIHF1b3RlZCwgZXNjYXBlZCBzdHJpbmdcbiAgICAjXG4gICAgQGVzY2FwZVdpdGhEb3VibGVRdW90ZXM6ICh2YWx1ZSkgLT5cbiAgICAgICAgcmVzdWx0ID0gQFBBVFRFUk5fTUFQUElOR19FU0NBUEVFUy5yZXBsYWNlIHZhbHVlLCAoc3RyKSA9PlxuICAgICAgICAgICAgcmV0dXJuIEBNQVBQSU5HX0VTQ0FQRUVTX1RPX0VTQ0FQRURbc3RyXVxuICAgICAgICByZXR1cm4gJ1wiJytyZXN1bHQrJ1wiJ1xuXG5cbiAgICAjIERldGVybWluZXMgaWYgYSBKYXZhU2NyaXB0IHZhbHVlIHdvdWxkIHJlcXVpcmUgc2luZ2xlIHF1b3RpbmcgaW4gWUFNTC5cbiAgICAjXG4gICAgIyBAcGFyYW0gW1N0cmluZ10gICB2YWx1ZSAgIEEgSmF2YVNjcmlwdCB2YWx1ZVxuICAgICNcbiAgICAjIEByZXR1cm4gW0Jvb2xlYW5dIHRydWUgaWYgdGhlIHZhbHVlIHdvdWxkIHJlcXVpcmUgc2luZ2xlIHF1b3Rlcy5cbiAgICAjXG4gICAgQHJlcXVpcmVzU2luZ2xlUXVvdGluZzogKHZhbHVlKSAtPlxuICAgICAgICByZXR1cm4gQFBBVFRFUk5fU0lOR0xFX1FVT1RJTkcudGVzdCB2YWx1ZVxuXG5cbiAgICAjIEVzY2FwZXMgYW5kIHN1cnJvdW5kcyBhIEphdmFTY3JpcHQgdmFsdWUgd2l0aCBzaW5nbGUgcXVvdGVzLlxuICAgICNcbiAgICAjIEBwYXJhbSBbU3RyaW5nXSAgIHZhbHVlICAgQSBKYXZhU2NyaXB0IHZhbHVlXG4gICAgI1xuICAgICMgQHJldHVybiBbU3RyaW5nXSAgVGhlIHF1b3RlZCwgZXNjYXBlZCBzdHJpbmdcbiAgICAjXG4gICAgQGVzY2FwZVdpdGhTaW5nbGVRdW90ZXM6ICh2YWx1ZSkgLT5cbiAgICAgICAgcmV0dXJuIFwiJ1wiK3ZhbHVlLnJlcGxhY2UoLycvZywgXCInJ1wiKStcIidcIlxuXG5cbm1vZHVsZS5leHBvcnRzID0gRXNjYXBlclxuIiwiXG5jbGFzcyBEdW1wRXhjZXB0aW9uIGV4dGVuZHMgRXJyb3JcblxuICAgIGNvbnN0cnVjdG9yOiAoQG1lc3NhZ2UsIEBwYXJzZWRMaW5lLCBAc25pcHBldCkgLT5cblxuICAgIHRvU3RyaW5nOiAtPlxuICAgICAgICBpZiBAcGFyc2VkTGluZT8gYW5kIEBzbmlwcGV0P1xuICAgICAgICAgICAgcmV0dXJuICc8RHVtcEV4Y2VwdGlvbj4gJyArIEBtZXNzYWdlICsgJyAobGluZSAnICsgQHBhcnNlZExpbmUgKyAnOiBcXCcnICsgQHNuaXBwZXQgKyAnXFwnKSdcbiAgICAgICAgZWxzZVxuICAgICAgICAgICAgcmV0dXJuICc8RHVtcEV4Y2VwdGlvbj4gJyArIEBtZXNzYWdlXG5cbm1vZHVsZS5leHBvcnRzID0gRHVtcEV4Y2VwdGlvblxuIiwiXG5jbGFzcyBQYXJzZUV4Y2VwdGlvbiBleHRlbmRzIEVycm9yXG5cbiAgICBjb25zdHJ1Y3RvcjogKEBtZXNzYWdlLCBAcGFyc2VkTGluZSwgQHNuaXBwZXQpIC0+XG5cbiAgICB0b1N0cmluZzogLT5cbiAgICAgICAgaWYgQHBhcnNlZExpbmU/IGFuZCBAc25pcHBldD9cbiAgICAgICAgICAgIHJldHVybiAnPFBhcnNlRXhjZXB0aW9uPiAnICsgQG1lc3NhZ2UgKyAnIChsaW5lICcgKyBAcGFyc2VkTGluZSArICc6IFxcJycgKyBAc25pcHBldCArICdcXCcpJ1xuICAgICAgICBlbHNlXG4gICAgICAgICAgICByZXR1cm4gJzxQYXJzZUV4Y2VwdGlvbj4gJyArIEBtZXNzYWdlXG5cbm1vZHVsZS5leHBvcnRzID0gUGFyc2VFeGNlcHRpb25cbiIsIlxuY2xhc3MgUGFyc2VNb3JlIGV4dGVuZHMgRXJyb3JcblxuICAgIGNvbnN0cnVjdG9yOiAoQG1lc3NhZ2UsIEBwYXJzZWRMaW5lLCBAc25pcHBldCkgLT5cblxuICAgIHRvU3RyaW5nOiAtPlxuICAgICAgICBpZiBAcGFyc2VkTGluZT8gYW5kIEBzbmlwcGV0P1xuICAgICAgICAgICAgcmV0dXJuICc8UGFyc2VNb3JlPiAnICsgQG1lc3NhZ2UgKyAnIChsaW5lICcgKyBAcGFyc2VkTGluZSArICc6IFxcJycgKyBAc25pcHBldCArICdcXCcpJ1xuICAgICAgICBlbHNlXG4gICAgICAgICAgICByZXR1cm4gJzxQYXJzZU1vcmU+ICcgKyBAbWVzc2FnZVxuXG5tb2R1bGUuZXhwb3J0cyA9IFBhcnNlTW9yZVxuIiwiXG5QYXR0ZXJuICAgICAgICAgPSByZXF1aXJlICcuL1BhdHRlcm4nXG5VbmVzY2FwZXIgICAgICAgPSByZXF1aXJlICcuL1VuZXNjYXBlcidcbkVzY2FwZXIgICAgICAgICA9IHJlcXVpcmUgJy4vRXNjYXBlcidcblV0aWxzICAgICAgICAgICA9IHJlcXVpcmUgJy4vVXRpbHMnXG5QYXJzZUV4Y2VwdGlvbiAgPSByZXF1aXJlICcuL0V4Y2VwdGlvbi9QYXJzZUV4Y2VwdGlvbidcblBhcnNlTW9yZSAgICAgICA9IHJlcXVpcmUgJy4vRXhjZXB0aW9uL1BhcnNlTW9yZSdcbkR1bXBFeGNlcHRpb24gICA9IHJlcXVpcmUgJy4vRXhjZXB0aW9uL0R1bXBFeGNlcHRpb24nXG5cbiMgSW5saW5lIFlBTUwgcGFyc2luZyBhbmQgZHVtcGluZ1xuY2xhc3MgSW5saW5lXG5cbiAgICAjIFF1b3RlZCBzdHJpbmcgcmVndWxhciBleHByZXNzaW9uXG4gICAgQFJFR0VYX1FVT1RFRF9TVFJJTkc6ICAgICAgICAgICAgICAgJyg/OlwiKD86W15cIlxcXFxcXFxcXSooPzpcXFxcXFxcXC5bXlwiXFxcXFxcXFxdKikqKVwifFxcJyg/OlteXFwnXSooPzpcXCdcXCdbXlxcJ10qKSopXFwnKSdcblxuICAgICMgUHJlLWNvbXBpbGVkIHBhdHRlcm5zXG4gICAgI1xuICAgIEBQQVRURVJOX1RSQUlMSU5HX0NPTU1FTlRTOiAgICAgICAgIG5ldyBQYXR0ZXJuICdeXFxcXHMqIy4qJCdcbiAgICBAUEFUVEVSTl9RVU9URURfU0NBTEFSOiAgICAgICAgICAgICBuZXcgUGF0dGVybiAnXicrQFJFR0VYX1FVT1RFRF9TVFJJTkdcbiAgICBAUEFUVEVSTl9USE9VU0FORF9OVU1FUklDX1NDQUxBUjogICBuZXcgUGF0dGVybiAnXigtfFxcXFwrKT9bMC05LF0rKFxcXFwuWzAtOV0rKT8kJ1xuICAgIEBQQVRURVJOX1NDQUxBUl9CWV9ERUxJTUlURVJTOiAgICAgIHt9XG5cbiAgICAjIFNldHRpbmdzXG4gICAgQHNldHRpbmdzOiB7fVxuXG5cbiAgICAjIENvbmZpZ3VyZSBZQU1MIGlubGluZS5cbiAgICAjXG4gICAgIyBAcGFyYW0gW0Jvb2xlYW5dICBleGNlcHRpb25PbkludmFsaWRUeXBlICB0cnVlIGlmIGFuIGV4Y2VwdGlvbiBtdXN0IGJlIHRocm93biBvbiBpbnZhbGlkIHR5cGVzIChhIEphdmFTY3JpcHQgcmVzb3VyY2Ugb3Igb2JqZWN0KSwgZmFsc2Ugb3RoZXJ3aXNlXG4gICAgIyBAcGFyYW0gW0Z1bmN0aW9uXSBvYmplY3REZWNvZGVyICAgICAgICAgICBBIGZ1bmN0aW9uIHRvIGRlc2VyaWFsaXplIGN1c3RvbSBvYmplY3RzLCBudWxsIG90aGVyd2lzZVxuICAgICNcbiAgICBAY29uZmlndXJlOiAoZXhjZXB0aW9uT25JbnZhbGlkVHlwZSA9IG51bGwsIG9iamVjdERlY29kZXIgPSBudWxsKSAtPlxuICAgICAgICAjIFVwZGF0ZSBzZXR0aW5nc1xuICAgICAgICBAc2V0dGluZ3MuZXhjZXB0aW9uT25JbnZhbGlkVHlwZSA9IGV4Y2VwdGlvbk9uSW52YWxpZFR5cGVcbiAgICAgICAgQHNldHRpbmdzLm9iamVjdERlY29kZXIgPSBvYmplY3REZWNvZGVyXG4gICAgICAgIHJldHVyblxuXG5cbiAgICAjIENvbnZlcnRzIGEgWUFNTCBzdHJpbmcgdG8gYSBKYXZhU2NyaXB0IG9iamVjdC5cbiAgICAjXG4gICAgIyBAcGFyYW0gW1N0cmluZ10gICB2YWx1ZSAgICAgICAgICAgICAgICAgICBBIFlBTUwgc3RyaW5nXG4gICAgIyBAcGFyYW0gW0Jvb2xlYW5dICBleGNlcHRpb25PbkludmFsaWRUeXBlICB0cnVlIGlmIGFuIGV4Y2VwdGlvbiBtdXN0IGJlIHRocm93biBvbiBpbnZhbGlkIHR5cGVzIChhIEphdmFTY3JpcHQgcmVzb3VyY2Ugb3Igb2JqZWN0KSwgZmFsc2Ugb3RoZXJ3aXNlXG4gICAgIyBAcGFyYW0gW0Z1bmN0aW9uXSBvYmplY3REZWNvZGVyICAgICAgICAgICBBIGZ1bmN0aW9uIHRvIGRlc2VyaWFsaXplIGN1c3RvbSBvYmplY3RzLCBudWxsIG90aGVyd2lzZVxuICAgICNcbiAgICAjIEByZXR1cm4gW09iamVjdF0gIEEgSmF2YVNjcmlwdCBvYmplY3QgcmVwcmVzZW50aW5nIHRoZSBZQU1MIHN0cmluZ1xuICAgICNcbiAgICAjIEB0aHJvdyBbUGFyc2VFeGNlcHRpb25dXG4gICAgI1xuICAgIEBwYXJzZTogKHZhbHVlLCBleGNlcHRpb25PbkludmFsaWRUeXBlID0gZmFsc2UsIG9iamVjdERlY29kZXIgPSBudWxsKSAtPlxuICAgICAgICAjIFVwZGF0ZSBzZXR0aW5ncyBmcm9tIGxhc3QgY2FsbCBvZiBJbmxpbmUucGFyc2UoKVxuICAgICAgICBAc2V0dGluZ3MuZXhjZXB0aW9uT25JbnZhbGlkVHlwZSA9IGV4Y2VwdGlvbk9uSW52YWxpZFR5cGVcbiAgICAgICAgQHNldHRpbmdzLm9iamVjdERlY29kZXIgPSBvYmplY3REZWNvZGVyXG5cbiAgICAgICAgaWYgbm90IHZhbHVlP1xuICAgICAgICAgICAgcmV0dXJuICcnXG5cbiAgICAgICAgdmFsdWUgPSBVdGlscy50cmltIHZhbHVlXG5cbiAgICAgICAgaWYgMCBpcyB2YWx1ZS5sZW5ndGhcbiAgICAgICAgICAgIHJldHVybiAnJ1xuXG4gICAgICAgICMgS2VlcCBhIGNvbnRleHQgb2JqZWN0IHRvIHBhc3MgdGhyb3VnaCBzdGF0aWMgbWV0aG9kc1xuICAgICAgICBjb250ZXh0ID0ge2V4Y2VwdGlvbk9uSW52YWxpZFR5cGUsIG9iamVjdERlY29kZXIsIGk6IDB9XG5cbiAgICAgICAgc3dpdGNoIHZhbHVlLmNoYXJBdCgwKVxuICAgICAgICAgICAgd2hlbiAnWydcbiAgICAgICAgICAgICAgICByZXN1bHQgPSBAcGFyc2VTZXF1ZW5jZSB2YWx1ZSwgY29udGV4dFxuICAgICAgICAgICAgICAgICsrY29udGV4dC5pXG4gICAgICAgICAgICB3aGVuICd7J1xuICAgICAgICAgICAgICAgIHJlc3VsdCA9IEBwYXJzZU1hcHBpbmcgdmFsdWUsIGNvbnRleHRcbiAgICAgICAgICAgICAgICArK2NvbnRleHQuaVxuICAgICAgICAgICAgZWxzZVxuICAgICAgICAgICAgICAgIHJlc3VsdCA9IEBwYXJzZVNjYWxhciB2YWx1ZSwgbnVsbCwgWydcIicsIFwiJ1wiXSwgY29udGV4dFxuXG4gICAgICAgICMgU29tZSBjb21tZW50cyBhcmUgYWxsb3dlZCBhdCB0aGUgZW5kXG4gICAgICAgIGlmIEBQQVRURVJOX1RSQUlMSU5HX0NPTU1FTlRTLnJlcGxhY2UodmFsdWVbY29udGV4dC5pLi5dLCAnJykgaXNudCAnJ1xuICAgICAgICAgICAgdGhyb3cgbmV3IFBhcnNlRXhjZXB0aW9uICdVbmV4cGVjdGVkIGNoYXJhY3RlcnMgbmVhciBcIicrdmFsdWVbY29udGV4dC5pLi5dKydcIi4nXG5cbiAgICAgICAgcmV0dXJuIHJlc3VsdFxuXG5cbiAgICAjIER1bXBzIGEgZ2l2ZW4gSmF2YVNjcmlwdCB2YXJpYWJsZSB0byBhIFlBTUwgc3RyaW5nLlxuICAgICNcbiAgICAjIEBwYXJhbSBbT2JqZWN0XSAgIHZhbHVlICAgICAgICAgICAgICAgICAgIFRoZSBKYXZhU2NyaXB0IHZhcmlhYmxlIHRvIGNvbnZlcnRcbiAgICAjIEBwYXJhbSBbQm9vbGVhbl0gIGV4Y2VwdGlvbk9uSW52YWxpZFR5cGUgIHRydWUgaWYgYW4gZXhjZXB0aW9uIG11c3QgYmUgdGhyb3duIG9uIGludmFsaWQgdHlwZXMgKGEgSmF2YVNjcmlwdCByZXNvdXJjZSBvciBvYmplY3QpLCBmYWxzZSBvdGhlcndpc2VcbiAgICAjIEBwYXJhbSBbRnVuY3Rpb25dIG9iamVjdEVuY29kZXIgICAgICAgICAgIEEgZnVuY3Rpb24gdG8gc2VyaWFsaXplIGN1c3RvbSBvYmplY3RzLCBudWxsIG90aGVyd2lzZVxuICAgICNcbiAgICAjIEByZXR1cm4gW1N0cmluZ10gIFRoZSBZQU1MIHN0cmluZyByZXByZXNlbnRpbmcgdGhlIEphdmFTY3JpcHQgb2JqZWN0XG4gICAgI1xuICAgICMgQHRocm93IFtEdW1wRXhjZXB0aW9uXVxuICAgICNcbiAgICBAZHVtcDogKHZhbHVlLCBleGNlcHRpb25PbkludmFsaWRUeXBlID0gZmFsc2UsIG9iamVjdEVuY29kZXIgPSBudWxsKSAtPlxuICAgICAgICBpZiBub3QgdmFsdWU/XG4gICAgICAgICAgICByZXR1cm4gJ251bGwnXG4gICAgICAgIHR5cGUgPSB0eXBlb2YgdmFsdWVcbiAgICAgICAgaWYgdHlwZSBpcyAnb2JqZWN0J1xuICAgICAgICAgICAgaWYgdmFsdWUgaW5zdGFuY2VvZiBEYXRlXG4gICAgICAgICAgICAgICAgcmV0dXJuIHZhbHVlLnRvSVNPU3RyaW5nKClcbiAgICAgICAgICAgIGVsc2UgaWYgb2JqZWN0RW5jb2Rlcj9cbiAgICAgICAgICAgICAgICByZXN1bHQgPSBvYmplY3RFbmNvZGVyIHZhbHVlXG4gICAgICAgICAgICAgICAgaWYgdHlwZW9mIHJlc3VsdCBpcyAnc3RyaW5nJyBvciByZXN1bHQ/XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiByZXN1bHRcbiAgICAgICAgICAgIHJldHVybiBAZHVtcE9iamVjdCB2YWx1ZVxuICAgICAgICBpZiB0eXBlIGlzICdib29sZWFuJ1xuICAgICAgICAgICAgcmV0dXJuIChpZiB2YWx1ZSB0aGVuICd0cnVlJyBlbHNlICdmYWxzZScpXG4gICAgICAgIGlmIFV0aWxzLmlzRGlnaXRzKHZhbHVlKVxuICAgICAgICAgICAgcmV0dXJuIChpZiB0eXBlIGlzICdzdHJpbmcnIHRoZW4gXCInXCIrdmFsdWUrXCInXCIgZWxzZSBTdHJpbmcocGFyc2VJbnQodmFsdWUpKSlcbiAgICAgICAgaWYgVXRpbHMuaXNOdW1lcmljKHZhbHVlKVxuICAgICAgICAgICAgcmV0dXJuIChpZiB0eXBlIGlzICdzdHJpbmcnIHRoZW4gXCInXCIrdmFsdWUrXCInXCIgZWxzZSBTdHJpbmcocGFyc2VGbG9hdCh2YWx1ZSkpKVxuICAgICAgICBpZiB0eXBlIGlzICdudW1iZXInXG4gICAgICAgICAgICByZXR1cm4gKGlmIHZhbHVlIGlzIEluZmluaXR5IHRoZW4gJy5JbmYnIGVsc2UgKGlmIHZhbHVlIGlzIC1JbmZpbml0eSB0aGVuICctLkluZicgZWxzZSAoaWYgaXNOYU4odmFsdWUpIHRoZW4gJy5OYU4nIGVsc2UgdmFsdWUpKSlcbiAgICAgICAgaWYgRXNjYXBlci5yZXF1aXJlc0RvdWJsZVF1b3RpbmcgdmFsdWVcbiAgICAgICAgICAgIHJldHVybiBFc2NhcGVyLmVzY2FwZVdpdGhEb3VibGVRdW90ZXMgdmFsdWVcbiAgICAgICAgaWYgRXNjYXBlci5yZXF1aXJlc1NpbmdsZVF1b3RpbmcgdmFsdWVcbiAgICAgICAgICAgIHJldHVybiBFc2NhcGVyLmVzY2FwZVdpdGhTaW5nbGVRdW90ZXMgdmFsdWVcbiAgICAgICAgaWYgJycgaXMgdmFsdWVcbiAgICAgICAgICAgIHJldHVybiAnXCJcIidcbiAgICAgICAgaWYgVXRpbHMuUEFUVEVSTl9EQVRFLnRlc3QgdmFsdWVcbiAgICAgICAgICAgIHJldHVybiBcIidcIit2YWx1ZStcIidcIjtcbiAgICAgICAgaWYgdmFsdWUudG9Mb3dlckNhc2UoKSBpbiBbJ251bGwnLCd+JywndHJ1ZScsJ2ZhbHNlJ11cbiAgICAgICAgICAgIHJldHVybiBcIidcIit2YWx1ZStcIidcIlxuICAgICAgICAjIERlZmF1bHRcbiAgICAgICAgcmV0dXJuIHZhbHVlO1xuXG5cbiAgICAjIER1bXBzIGEgSmF2YVNjcmlwdCBvYmplY3QgdG8gYSBZQU1MIHN0cmluZy5cbiAgICAjXG4gICAgIyBAcGFyYW0gW09iamVjdF0gICB2YWx1ZSAgICAgICAgICAgICAgICAgICBUaGUgSmF2YVNjcmlwdCBvYmplY3QgdG8gZHVtcFxuICAgICMgQHBhcmFtIFtCb29sZWFuXSAgZXhjZXB0aW9uT25JbnZhbGlkVHlwZSAgdHJ1ZSBpZiBhbiBleGNlcHRpb24gbXVzdCBiZSB0aHJvd24gb24gaW52YWxpZCB0eXBlcyAoYSBKYXZhU2NyaXB0IHJlc291cmNlIG9yIG9iamVjdCksIGZhbHNlIG90aGVyd2lzZVxuICAgICMgQHBhcmFtIFtGdW5jdGlvbl0gb2JqZWN0RW5jb2RlciAgICAgICAgICAgQSBmdW5jdGlvbiBkbyBzZXJpYWxpemUgY3VzdG9tIG9iamVjdHMsIG51bGwgb3RoZXJ3aXNlXG4gICAgI1xuICAgICMgQHJldHVybiBzdHJpbmcgVGhlIFlBTUwgc3RyaW5nIHJlcHJlc2VudGluZyB0aGUgSmF2YVNjcmlwdCBvYmplY3RcbiAgICAjXG4gICAgQGR1bXBPYmplY3Q6ICh2YWx1ZSwgZXhjZXB0aW9uT25JbnZhbGlkVHlwZSwgb2JqZWN0U3VwcG9ydCA9IG51bGwpIC0+XG4gICAgICAgICMgQXJyYXlcbiAgICAgICAgaWYgdmFsdWUgaW5zdGFuY2VvZiBBcnJheVxuICAgICAgICAgICAgb3V0cHV0ID0gW11cbiAgICAgICAgICAgIGZvciB2YWwgaW4gdmFsdWVcbiAgICAgICAgICAgICAgICBvdXRwdXQucHVzaCBAZHVtcCB2YWxcbiAgICAgICAgICAgIHJldHVybiAnWycrb3V0cHV0LmpvaW4oJywgJykrJ10nXG5cbiAgICAgICAgIyBNYXBwaW5nXG4gICAgICAgIGVsc2VcbiAgICAgICAgICAgIG91dHB1dCA9IFtdXG4gICAgICAgICAgICBmb3Iga2V5LCB2YWwgb2YgdmFsdWVcbiAgICAgICAgICAgICAgICBvdXRwdXQucHVzaCBAZHVtcChrZXkpKyc6ICcrQGR1bXAodmFsKVxuICAgICAgICAgICAgcmV0dXJuICd7JytvdXRwdXQuam9pbignLCAnKSsnfSdcblxuXG4gICAgIyBQYXJzZXMgYSBzY2FsYXIgdG8gYSBZQU1MIHN0cmluZy5cbiAgICAjXG4gICAgIyBAcGFyYW0gW09iamVjdF0gICBzY2FsYXJcbiAgICAjIEBwYXJhbSBbQXJyYXldICAgIGRlbGltaXRlcnNcbiAgICAjIEBwYXJhbSBbQXJyYXldICAgIHN0cmluZ0RlbGltaXRlcnNcbiAgICAjIEBwYXJhbSBbT2JqZWN0XSAgIGNvbnRleHRcbiAgICAjIEBwYXJhbSBbQm9vbGVhbl0gIGV2YWx1YXRlXG4gICAgI1xuICAgICMgQHJldHVybiBbU3RyaW5nXSAgQSBZQU1MIHN0cmluZ1xuICAgICNcbiAgICAjIEB0aHJvdyBbUGFyc2VFeGNlcHRpb25dIFdoZW4gbWFsZm9ybWVkIGlubGluZSBZQU1MIHN0cmluZyBpcyBwYXJzZWRcbiAgICAjXG4gICAgQHBhcnNlU2NhbGFyOiAoc2NhbGFyLCBkZWxpbWl0ZXJzID0gbnVsbCwgc3RyaW5nRGVsaW1pdGVycyA9IFsnXCInLCBcIidcIl0sIGNvbnRleHQgPSBudWxsLCBldmFsdWF0ZSA9IHRydWUpIC0+XG4gICAgICAgIHVubGVzcyBjb250ZXh0P1xuICAgICAgICAgICAgY29udGV4dCA9IGV4Y2VwdGlvbk9uSW52YWxpZFR5cGU6IEBzZXR0aW5ncy5leGNlcHRpb25PbkludmFsaWRUeXBlLCBvYmplY3REZWNvZGVyOiBAc2V0dGluZ3Mub2JqZWN0RGVjb2RlciwgaTogMFxuICAgICAgICB7aX0gPSBjb250ZXh0XG5cbiAgICAgICAgaWYgc2NhbGFyLmNoYXJBdChpKSBpbiBzdHJpbmdEZWxpbWl0ZXJzXG4gICAgICAgICAgICAjIFF1b3RlZCBzY2FsYXJcbiAgICAgICAgICAgIG91dHB1dCA9IEBwYXJzZVF1b3RlZFNjYWxhciBzY2FsYXIsIGNvbnRleHRcbiAgICAgICAgICAgIHtpfSA9IGNvbnRleHRcblxuICAgICAgICAgICAgaWYgZGVsaW1pdGVycz9cbiAgICAgICAgICAgICAgICB0bXAgPSBVdGlscy5sdHJpbSBzY2FsYXJbaS4uXSwgJyAnXG4gICAgICAgICAgICAgICAgaWYgbm90KHRtcC5jaGFyQXQoMCkgaW4gZGVsaW1pdGVycylcbiAgICAgICAgICAgICAgICAgICAgdGhyb3cgbmV3IFBhcnNlRXhjZXB0aW9uICdVbmV4cGVjdGVkIGNoYXJhY3RlcnMgKCcrc2NhbGFyW2kuLl0rJykuJ1xuXG4gICAgICAgIGVsc2VcbiAgICAgICAgICAgICMgXCJub3JtYWxcIiBzdHJpbmdcbiAgICAgICAgICAgIGlmIG5vdCBkZWxpbWl0ZXJzXG4gICAgICAgICAgICAgICAgb3V0cHV0ID0gc2NhbGFyW2kuLl1cbiAgICAgICAgICAgICAgICBpICs9IG91dHB1dC5sZW5ndGhcblxuICAgICAgICAgICAgICAgICMgUmVtb3ZlIGNvbW1lbnRzXG4gICAgICAgICAgICAgICAgc3RycG9zID0gb3V0cHV0LmluZGV4T2YgJyAjJ1xuICAgICAgICAgICAgICAgIGlmIHN0cnBvcyBpc250IC0xXG4gICAgICAgICAgICAgICAgICAgIG91dHB1dCA9IFV0aWxzLnJ0cmltIG91dHB1dFswLi4uc3RycG9zXVxuXG4gICAgICAgICAgICBlbHNlXG4gICAgICAgICAgICAgICAgam9pbmVkRGVsaW1pdGVycyA9IGRlbGltaXRlcnMuam9pbignfCcpXG4gICAgICAgICAgICAgICAgcGF0dGVybiA9IEBQQVRURVJOX1NDQUxBUl9CWV9ERUxJTUlURVJTW2pvaW5lZERlbGltaXRlcnNdXG4gICAgICAgICAgICAgICAgdW5sZXNzIHBhdHRlcm4/XG4gICAgICAgICAgICAgICAgICAgIHBhdHRlcm4gPSBuZXcgUGF0dGVybiAnXiguKz8pKCcram9pbmVkRGVsaW1pdGVycysnKSdcbiAgICAgICAgICAgICAgICAgICAgQFBBVFRFUk5fU0NBTEFSX0JZX0RFTElNSVRFUlNbam9pbmVkRGVsaW1pdGVyc10gPSBwYXR0ZXJuXG4gICAgICAgICAgICAgICAgaWYgbWF0Y2ggPSBwYXR0ZXJuLmV4ZWMgc2NhbGFyW2kuLl1cbiAgICAgICAgICAgICAgICAgICAgb3V0cHV0ID0gbWF0Y2hbMV1cbiAgICAgICAgICAgICAgICAgICAgaSArPSBvdXRwdXQubGVuZ3RoXG4gICAgICAgICAgICAgICAgZWxzZVxuICAgICAgICAgICAgICAgICAgICB0aHJvdyBuZXcgUGFyc2VFeGNlcHRpb24gJ01hbGZvcm1lZCBpbmxpbmUgWUFNTCBzdHJpbmcgKCcrc2NhbGFyKycpLidcblxuXG4gICAgICAgICAgICBpZiBldmFsdWF0ZVxuICAgICAgICAgICAgICAgIG91dHB1dCA9IEBldmFsdWF0ZVNjYWxhciBvdXRwdXQsIGNvbnRleHRcblxuICAgICAgICBjb250ZXh0LmkgPSBpXG4gICAgICAgIHJldHVybiBvdXRwdXRcblxuXG4gICAgIyBQYXJzZXMgYSBxdW90ZWQgc2NhbGFyIHRvIFlBTUwuXG4gICAgI1xuICAgICMgQHBhcmFtIFtTdHJpbmddICAgc2NhbGFyXG4gICAgIyBAcGFyYW0gW09iamVjdF0gICBjb250ZXh0XG4gICAgI1xuICAgICMgQHJldHVybiBbU3RyaW5nXSAgQSBZQU1MIHN0cmluZ1xuICAgICNcbiAgICAjIEB0aHJvdyBbUGFyc2VNb3JlXSBXaGVuIG1hbGZvcm1lZCBpbmxpbmUgWUFNTCBzdHJpbmcgaXMgcGFyc2VkXG4gICAgI1xuICAgIEBwYXJzZVF1b3RlZFNjYWxhcjogKHNjYWxhciwgY29udGV4dCkgLT5cbiAgICAgICAge2l9ID0gY29udGV4dFxuXG4gICAgICAgIHVubGVzcyBtYXRjaCA9IEBQQVRURVJOX1FVT1RFRF9TQ0FMQVIuZXhlYyBzY2FsYXJbaS4uXVxuICAgICAgICAgICAgdGhyb3cgbmV3IFBhcnNlTW9yZSAnTWFsZm9ybWVkIGlubGluZSBZQU1MIHN0cmluZyAoJytzY2FsYXJbaS4uXSsnKS4nXG5cbiAgICAgICAgb3V0cHV0ID0gbWF0Y2hbMF0uc3Vic3RyKDEsIG1hdGNoWzBdLmxlbmd0aCAtIDIpXG5cbiAgICAgICAgaWYgJ1wiJyBpcyBzY2FsYXIuY2hhckF0KGkpXG4gICAgICAgICAgICBvdXRwdXQgPSBVbmVzY2FwZXIudW5lc2NhcGVEb3VibGVRdW90ZWRTdHJpbmcgb3V0cHV0XG4gICAgICAgIGVsc2VcbiAgICAgICAgICAgIG91dHB1dCA9IFVuZXNjYXBlci51bmVzY2FwZVNpbmdsZVF1b3RlZFN0cmluZyBvdXRwdXRcblxuICAgICAgICBpICs9IG1hdGNoWzBdLmxlbmd0aFxuXG4gICAgICAgIGNvbnRleHQuaSA9IGlcbiAgICAgICAgcmV0dXJuIG91dHB1dFxuXG5cbiAgICAjIFBhcnNlcyBhIHNlcXVlbmNlIHRvIGEgWUFNTCBzdHJpbmcuXG4gICAgI1xuICAgICMgQHBhcmFtIFtTdHJpbmddICAgc2VxdWVuY2VcbiAgICAjIEBwYXJhbSBbT2JqZWN0XSAgIGNvbnRleHRcbiAgICAjXG4gICAgIyBAcmV0dXJuIFtTdHJpbmddICBBIFlBTUwgc3RyaW5nXG4gICAgI1xuICAgICMgQHRocm93IFtQYXJzZU1vcmVdIFdoZW4gbWFsZm9ybWVkIGlubGluZSBZQU1MIHN0cmluZyBpcyBwYXJzZWRcbiAgICAjXG4gICAgQHBhcnNlU2VxdWVuY2U6IChzZXF1ZW5jZSwgY29udGV4dCkgLT5cbiAgICAgICAgb3V0cHV0ID0gW11cbiAgICAgICAgbGVuID0gc2VxdWVuY2UubGVuZ3RoXG4gICAgICAgIHtpfSA9IGNvbnRleHRcbiAgICAgICAgaSArPSAxXG5cbiAgICAgICAgIyBbZm9vLCBiYXIsIC4uLl1cbiAgICAgICAgd2hpbGUgaSA8IGxlblxuICAgICAgICAgICAgY29udGV4dC5pID0gaVxuICAgICAgICAgICAgc3dpdGNoIHNlcXVlbmNlLmNoYXJBdChpKVxuICAgICAgICAgICAgICAgIHdoZW4gJ1snXG4gICAgICAgICAgICAgICAgICAgICMgTmVzdGVkIHNlcXVlbmNlXG4gICAgICAgICAgICAgICAgICAgIG91dHB1dC5wdXNoIEBwYXJzZVNlcXVlbmNlIHNlcXVlbmNlLCBjb250ZXh0XG4gICAgICAgICAgICAgICAgICAgIHtpfSA9IGNvbnRleHRcbiAgICAgICAgICAgICAgICB3aGVuICd7J1xuICAgICAgICAgICAgICAgICAgICAjIE5lc3RlZCBtYXBwaW5nXG4gICAgICAgICAgICAgICAgICAgIG91dHB1dC5wdXNoIEBwYXJzZU1hcHBpbmcgc2VxdWVuY2UsIGNvbnRleHRcbiAgICAgICAgICAgICAgICAgICAge2l9ID0gY29udGV4dFxuICAgICAgICAgICAgICAgIHdoZW4gJ10nXG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBvdXRwdXRcbiAgICAgICAgICAgICAgICB3aGVuICcsJywgJyAnLCBcIlxcblwiXG4gICAgICAgICAgICAgICAgICAgICMgRG8gbm90aGluZ1xuICAgICAgICAgICAgICAgIGVsc2VcbiAgICAgICAgICAgICAgICAgICAgaXNRdW90ZWQgPSAoc2VxdWVuY2UuY2hhckF0KGkpIGluIFsnXCInLCBcIidcIl0pXG4gICAgICAgICAgICAgICAgICAgIHZhbHVlID0gQHBhcnNlU2NhbGFyIHNlcXVlbmNlLCBbJywnLCAnXSddLCBbJ1wiJywgXCInXCJdLCBjb250ZXh0XG4gICAgICAgICAgICAgICAgICAgIHtpfSA9IGNvbnRleHRcblxuICAgICAgICAgICAgICAgICAgICBpZiBub3QoaXNRdW90ZWQpIGFuZCB0eXBlb2YodmFsdWUpIGlzICdzdHJpbmcnIGFuZCAodmFsdWUuaW5kZXhPZignOiAnKSBpc250IC0xIG9yIHZhbHVlLmluZGV4T2YoXCI6XFxuXCIpIGlzbnQgLTEpXG4gICAgICAgICAgICAgICAgICAgICAgICAjIEVtYmVkZGVkIG1hcHBpbmc/XG4gICAgICAgICAgICAgICAgICAgICAgICB0cnlcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB2YWx1ZSA9IEBwYXJzZU1hcHBpbmcgJ3snK3ZhbHVlKyd9J1xuICAgICAgICAgICAgICAgICAgICAgICAgY2F0Y2ggZVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICMgTm8sIGl0J3Mgbm90XG5cblxuICAgICAgICAgICAgICAgICAgICBvdXRwdXQucHVzaCB2YWx1ZVxuXG4gICAgICAgICAgICAgICAgICAgIC0taVxuXG4gICAgICAgICAgICArK2lcblxuICAgICAgICB0aHJvdyBuZXcgUGFyc2VNb3JlICdNYWxmb3JtZWQgaW5saW5lIFlBTUwgc3RyaW5nICcrc2VxdWVuY2VcblxuXG4gICAgIyBQYXJzZXMgYSBtYXBwaW5nIHRvIGEgWUFNTCBzdHJpbmcuXG4gICAgI1xuICAgICMgQHBhcmFtIFtTdHJpbmddICAgbWFwcGluZ1xuICAgICMgQHBhcmFtIFtPYmplY3RdICAgY29udGV4dFxuICAgICNcbiAgICAjIEByZXR1cm4gW1N0cmluZ10gIEEgWUFNTCBzdHJpbmdcbiAgICAjXG4gICAgIyBAdGhyb3cgW1BhcnNlTW9yZV0gV2hlbiBtYWxmb3JtZWQgaW5saW5lIFlBTUwgc3RyaW5nIGlzIHBhcnNlZFxuICAgICNcbiAgICBAcGFyc2VNYXBwaW5nOiAobWFwcGluZywgY29udGV4dCkgLT5cbiAgICAgICAgb3V0cHV0ID0ge31cbiAgICAgICAgbGVuID0gbWFwcGluZy5sZW5ndGhcbiAgICAgICAge2l9ID0gY29udGV4dFxuICAgICAgICBpICs9IDFcblxuICAgICAgICAjIHtmb286IGJhciwgYmFyOmZvbywgLi4ufVxuICAgICAgICBzaG91bGRDb250aW51ZVdoaWxlTG9vcCA9IGZhbHNlXG4gICAgICAgIHdoaWxlIGkgPCBsZW5cbiAgICAgICAgICAgIGNvbnRleHQuaSA9IGlcbiAgICAgICAgICAgIHN3aXRjaCBtYXBwaW5nLmNoYXJBdChpKVxuICAgICAgICAgICAgICAgIHdoZW4gJyAnLCAnLCcsIFwiXFxuXCJcbiAgICAgICAgICAgICAgICAgICAgKytpXG4gICAgICAgICAgICAgICAgICAgIGNvbnRleHQuaSA9IGlcbiAgICAgICAgICAgICAgICAgICAgc2hvdWxkQ29udGludWVXaGlsZUxvb3AgPSB0cnVlXG4gICAgICAgICAgICAgICAgd2hlbiAnfSdcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIG91dHB1dFxuXG4gICAgICAgICAgICBpZiBzaG91bGRDb250aW51ZVdoaWxlTG9vcFxuICAgICAgICAgICAgICAgIHNob3VsZENvbnRpbnVlV2hpbGVMb29wID0gZmFsc2VcbiAgICAgICAgICAgICAgICBjb250aW51ZVxuXG4gICAgICAgICAgICAjIEtleVxuICAgICAgICAgICAga2V5ID0gQHBhcnNlU2NhbGFyIG1hcHBpbmcsIFsnOicsICcgJywgXCJcXG5cIl0sIFsnXCInLCBcIidcIl0sIGNvbnRleHQsIGZhbHNlXG4gICAgICAgICAgICB7aX0gPSBjb250ZXh0XG5cbiAgICAgICAgICAgICMgVmFsdWVcbiAgICAgICAgICAgIGRvbmUgPSBmYWxzZVxuXG4gICAgICAgICAgICB3aGlsZSBpIDwgbGVuXG4gICAgICAgICAgICAgICAgY29udGV4dC5pID0gaVxuICAgICAgICAgICAgICAgIHN3aXRjaCBtYXBwaW5nLmNoYXJBdChpKVxuICAgICAgICAgICAgICAgICAgICB3aGVuICdbJ1xuICAgICAgICAgICAgICAgICAgICAgICAgIyBOZXN0ZWQgc2VxdWVuY2VcbiAgICAgICAgICAgICAgICAgICAgICAgIHZhbHVlID0gQHBhcnNlU2VxdWVuY2UgbWFwcGluZywgY29udGV4dFxuICAgICAgICAgICAgICAgICAgICAgICAge2l9ID0gY29udGV4dFxuICAgICAgICAgICAgICAgICAgICAgICAgIyBTcGVjOiBLZXlzIE1VU1QgYmUgdW5pcXVlOyBmaXJzdCBvbmUgd2lucy5cbiAgICAgICAgICAgICAgICAgICAgICAgICMgUGFyc2VyIGNhbm5vdCBhYm9ydCB0aGlzIG1hcHBpbmcgZWFybGllciwgc2luY2UgbGluZXNcbiAgICAgICAgICAgICAgICAgICAgICAgICMgYXJlIHByb2Nlc3NlZCBzZXF1ZW50aWFsbHkuXG4gICAgICAgICAgICAgICAgICAgICAgICBpZiBvdXRwdXRba2V5XSA9PSB1bmRlZmluZWRcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBvdXRwdXRba2V5XSA9IHZhbHVlXG4gICAgICAgICAgICAgICAgICAgICAgICBkb25lID0gdHJ1ZVxuICAgICAgICAgICAgICAgICAgICB3aGVuICd7J1xuICAgICAgICAgICAgICAgICAgICAgICAgIyBOZXN0ZWQgbWFwcGluZ1xuICAgICAgICAgICAgICAgICAgICAgICAgdmFsdWUgPSBAcGFyc2VNYXBwaW5nIG1hcHBpbmcsIGNvbnRleHRcbiAgICAgICAgICAgICAgICAgICAgICAgIHtpfSA9IGNvbnRleHRcbiAgICAgICAgICAgICAgICAgICAgICAgICMgU3BlYzogS2V5cyBNVVNUIGJlIHVuaXF1ZTsgZmlyc3Qgb25lIHdpbnMuXG4gICAgICAgICAgICAgICAgICAgICAgICAjIFBhcnNlciBjYW5ub3QgYWJvcnQgdGhpcyBtYXBwaW5nIGVhcmxpZXIsIHNpbmNlIGxpbmVzXG4gICAgICAgICAgICAgICAgICAgICAgICAjIGFyZSBwcm9jZXNzZWQgc2VxdWVudGlhbGx5LlxuICAgICAgICAgICAgICAgICAgICAgICAgaWYgb3V0cHV0W2tleV0gPT0gdW5kZWZpbmVkXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgb3V0cHV0W2tleV0gPSB2YWx1ZVxuICAgICAgICAgICAgICAgICAgICAgICAgZG9uZSA9IHRydWVcbiAgICAgICAgICAgICAgICAgICAgd2hlbiAnOicsICcgJywgXCJcXG5cIlxuICAgICAgICAgICAgICAgICAgICAgICAgIyBEbyBub3RoaW5nXG4gICAgICAgICAgICAgICAgICAgIGVsc2VcbiAgICAgICAgICAgICAgICAgICAgICAgIHZhbHVlID0gQHBhcnNlU2NhbGFyIG1hcHBpbmcsIFsnLCcsICd9J10sIFsnXCInLCBcIidcIl0sIGNvbnRleHRcbiAgICAgICAgICAgICAgICAgICAgICAgIHtpfSA9IGNvbnRleHRcbiAgICAgICAgICAgICAgICAgICAgICAgICMgU3BlYzogS2V5cyBNVVNUIGJlIHVuaXF1ZTsgZmlyc3Qgb25lIHdpbnMuXG4gICAgICAgICAgICAgICAgICAgICAgICAjIFBhcnNlciBjYW5ub3QgYWJvcnQgdGhpcyBtYXBwaW5nIGVhcmxpZXIsIHNpbmNlIGxpbmVzXG4gICAgICAgICAgICAgICAgICAgICAgICAjIGFyZSBwcm9jZXNzZWQgc2VxdWVudGlhbGx5LlxuICAgICAgICAgICAgICAgICAgICAgICAgaWYgb3V0cHV0W2tleV0gPT0gdW5kZWZpbmVkXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgb3V0cHV0W2tleV0gPSB2YWx1ZVxuICAgICAgICAgICAgICAgICAgICAgICAgZG9uZSA9IHRydWVcbiAgICAgICAgICAgICAgICAgICAgICAgIC0taVxuXG4gICAgICAgICAgICAgICAgKytpXG5cbiAgICAgICAgICAgICAgICBpZiBkb25lXG4gICAgICAgICAgICAgICAgICAgIGJyZWFrXG5cbiAgICAgICAgdGhyb3cgbmV3IFBhcnNlTW9yZSAnTWFsZm9ybWVkIGlubGluZSBZQU1MIHN0cmluZyAnK21hcHBpbmdcblxuXG4gICAgIyBFdmFsdWF0ZXMgc2NhbGFycyBhbmQgcmVwbGFjZXMgbWFnaWMgdmFsdWVzLlxuICAgICNcbiAgICAjIEBwYXJhbSBbU3RyaW5nXSAgIHNjYWxhclxuICAgICNcbiAgICAjIEByZXR1cm4gW1N0cmluZ10gIEEgWUFNTCBzdHJpbmdcbiAgICAjXG4gICAgQGV2YWx1YXRlU2NhbGFyOiAoc2NhbGFyLCBjb250ZXh0KSAtPlxuICAgICAgICBzY2FsYXIgPSBVdGlscy50cmltKHNjYWxhcilcbiAgICAgICAgc2NhbGFyTG93ZXIgPSBzY2FsYXIudG9Mb3dlckNhc2UoKVxuXG4gICAgICAgIHN3aXRjaCBzY2FsYXJMb3dlclxuICAgICAgICAgICAgd2hlbiAnbnVsbCcsICcnLCAnfidcbiAgICAgICAgICAgICAgICByZXR1cm4gbnVsbFxuICAgICAgICAgICAgd2hlbiAndHJ1ZSdcbiAgICAgICAgICAgICAgICByZXR1cm4gdHJ1ZVxuICAgICAgICAgICAgd2hlbiAnZmFsc2UnXG4gICAgICAgICAgICAgICAgcmV0dXJuIGZhbHNlXG4gICAgICAgICAgICB3aGVuICcuaW5mJ1xuICAgICAgICAgICAgICAgIHJldHVybiBJbmZpbml0eVxuICAgICAgICAgICAgd2hlbiAnLm5hbidcbiAgICAgICAgICAgICAgICByZXR1cm4gTmFOXG4gICAgICAgICAgICB3aGVuICctLmluZidcbiAgICAgICAgICAgICAgICByZXR1cm4gSW5maW5pdHlcbiAgICAgICAgICAgIGVsc2VcbiAgICAgICAgICAgICAgICBmaXJzdENoYXIgPSBzY2FsYXJMb3dlci5jaGFyQXQoMClcbiAgICAgICAgICAgICAgICBzd2l0Y2ggZmlyc3RDaGFyXG4gICAgICAgICAgICAgICAgICAgIHdoZW4gJyEnXG4gICAgICAgICAgICAgICAgICAgICAgICBmaXJzdFNwYWNlID0gc2NhbGFyLmluZGV4T2YoJyAnKVxuICAgICAgICAgICAgICAgICAgICAgICAgaWYgZmlyc3RTcGFjZSBpcyAtMVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZpcnN0V29yZCA9IHNjYWxhckxvd2VyXG4gICAgICAgICAgICAgICAgICAgICAgICBlbHNlXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgZmlyc3RXb3JkID0gc2NhbGFyTG93ZXJbMC4uLmZpcnN0U3BhY2VdXG4gICAgICAgICAgICAgICAgICAgICAgICBzd2l0Y2ggZmlyc3RXb3JkXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgd2hlbiAnISdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaWYgZmlyc3RTcGFjZSBpc250IC0xXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gcGFyc2VJbnQgQHBhcnNlU2NhbGFyKHNjYWxhclsyLi5dKVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gbnVsbFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHdoZW4gJyFzdHInXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiBVdGlscy5sdHJpbSBzY2FsYXJbNC4uXVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHdoZW4gJyEhc3RyJ1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gVXRpbHMubHRyaW0gc2NhbGFyWzUuLl1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB3aGVuICchIWludCdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIHBhcnNlSW50KEBwYXJzZVNjYWxhcihzY2FsYXJbNS4uXSkpXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgd2hlbiAnISFib29sJ1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gVXRpbHMucGFyc2VCb29sZWFuKEBwYXJzZVNjYWxhcihzY2FsYXJbNi4uXSksIGZhbHNlKVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHdoZW4gJyEhZmxvYXQnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiBwYXJzZUZsb2F0KEBwYXJzZVNjYWxhcihzY2FsYXJbNy4uXSkpXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgd2hlbiAnISF0aW1lc3RhbXAnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiBVdGlscy5zdHJpbmdUb0RhdGUoVXRpbHMubHRyaW0oc2NhbGFyWzExLi5dKSlcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBlbHNlXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHVubGVzcyBjb250ZXh0P1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY29udGV4dCA9IGV4Y2VwdGlvbk9uSW52YWxpZFR5cGU6IEBzZXR0aW5ncy5leGNlcHRpb25PbkludmFsaWRUeXBlLCBvYmplY3REZWNvZGVyOiBAc2V0dGluZ3Mub2JqZWN0RGVjb2RlciwgaTogMFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7b2JqZWN0RGVjb2RlciwgZXhjZXB0aW9uT25JbnZhbGlkVHlwZX0gPSBjb250ZXh0XG5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaWYgb2JqZWN0RGVjb2RlclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIyBJZiBvYmplY3REZWNvZGVyIGZ1bmN0aW9uIGlzIGdpdmVuLCB3ZSBjYW4gZG8gY3VzdG9tIGRlY29kaW5nIG9mIGN1c3RvbSB0eXBlc1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdHJpbW1lZFNjYWxhciA9IFV0aWxzLnJ0cmltIHNjYWxhclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZmlyc3RTcGFjZSA9IHRyaW1tZWRTY2FsYXIuaW5kZXhPZignICcpXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpZiBmaXJzdFNwYWNlIGlzIC0xXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIG9iamVjdERlY29kZXIgdHJpbW1lZFNjYWxhciwgbnVsbFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZWxzZVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN1YlZhbHVlID0gVXRpbHMubHRyaW0gdHJpbW1lZFNjYWxhcltmaXJzdFNwYWNlKzEuLl1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB1bmxlc3Mgc3ViVmFsdWUubGVuZ3RoID4gMFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdWJWYWx1ZSA9IG51bGxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gb2JqZWN0RGVjb2RlciB0cmltbWVkU2NhbGFyWzAuLi5maXJzdFNwYWNlXSwgc3ViVmFsdWVcblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpZiBleGNlcHRpb25PbkludmFsaWRUeXBlXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aHJvdyBuZXcgUGFyc2VFeGNlcHRpb24gJ0N1c3RvbSBvYmplY3Qgc3VwcG9ydCB3aGVuIHBhcnNpbmcgYSBZQU1MIGZpbGUgaGFzIGJlZW4gZGlzYWJsZWQuJ1xuXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiBudWxsXG4gICAgICAgICAgICAgICAgICAgIHdoZW4gJzAnXG4gICAgICAgICAgICAgICAgICAgICAgICBpZiAnMHgnIGlzIHNjYWxhclswLi4uMl1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gVXRpbHMuaGV4RGVjIHNjYWxhclxuICAgICAgICAgICAgICAgICAgICAgICAgZWxzZSBpZiBVdGlscy5pc0RpZ2l0cyBzY2FsYXJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gVXRpbHMub2N0RGVjIHNjYWxhclxuICAgICAgICAgICAgICAgICAgICAgICAgZWxzZSBpZiBVdGlscy5pc051bWVyaWMgc2NhbGFyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIHBhcnNlRmxvYXQgc2NhbGFyXG4gICAgICAgICAgICAgICAgICAgICAgICBlbHNlXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIHNjYWxhclxuICAgICAgICAgICAgICAgICAgICB3aGVuICcrJ1xuICAgICAgICAgICAgICAgICAgICAgICAgaWYgVXRpbHMuaXNEaWdpdHMgc2NhbGFyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgcmF3ID0gc2NhbGFyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgY2FzdCA9IHBhcnNlSW50KHJhdylcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBpZiByYXcgaXMgU3RyaW5nKGNhc3QpXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiBjYXN0XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgZWxzZVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gcmF3XG4gICAgICAgICAgICAgICAgICAgICAgICBlbHNlIGlmIFV0aWxzLmlzTnVtZXJpYyBzY2FsYXJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gcGFyc2VGbG9hdCBzY2FsYXJcbiAgICAgICAgICAgICAgICAgICAgICAgIGVsc2UgaWYgQFBBVFRFUk5fVEhPVVNBTkRfTlVNRVJJQ19TQ0FMQVIudGVzdCBzY2FsYXJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gcGFyc2VGbG9hdChzY2FsYXIucmVwbGFjZSgnLCcsICcnKSlcbiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiBzY2FsYXJcbiAgICAgICAgICAgICAgICAgICAgd2hlbiAnLSdcbiAgICAgICAgICAgICAgICAgICAgICAgIGlmIFV0aWxzLmlzRGlnaXRzKHNjYWxhclsxLi5dKVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGlmICcwJyBpcyBzY2FsYXIuY2hhckF0KDEpXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiAtVXRpbHMub2N0RGVjKHNjYWxhclsxLi5dKVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGVsc2VcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcmF3ID0gc2NhbGFyWzEuLl1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2FzdCA9IHBhcnNlSW50KHJhdylcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaWYgcmF3IGlzIFN0cmluZyhjYXN0KVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIC1jYXN0XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGVsc2VcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiAtcmF3XG4gICAgICAgICAgICAgICAgICAgICAgICBlbHNlIGlmIFV0aWxzLmlzTnVtZXJpYyBzY2FsYXJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gcGFyc2VGbG9hdCBzY2FsYXJcbiAgICAgICAgICAgICAgICAgICAgICAgIGVsc2UgaWYgQFBBVFRFUk5fVEhPVVNBTkRfTlVNRVJJQ19TQ0FMQVIudGVzdCBzY2FsYXJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gcGFyc2VGbG9hdChzY2FsYXIucmVwbGFjZSgnLCcsICcnKSlcbiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiBzY2FsYXJcbiAgICAgICAgICAgICAgICAgICAgZWxzZVxuICAgICAgICAgICAgICAgICAgICAgICAgaWYgZGF0ZSA9IFV0aWxzLnN0cmluZ1RvRGF0ZShzY2FsYXIpXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIGRhdGVcbiAgICAgICAgICAgICAgICAgICAgICAgIGVsc2UgaWYgVXRpbHMuaXNOdW1lcmljKHNjYWxhcilcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gcGFyc2VGbG9hdCBzY2FsYXJcbiAgICAgICAgICAgICAgICAgICAgICAgIGVsc2UgaWYgQFBBVFRFUk5fVEhPVVNBTkRfTlVNRVJJQ19TQ0FMQVIudGVzdCBzY2FsYXJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gcGFyc2VGbG9hdChzY2FsYXIucmVwbGFjZSgnLCcsICcnKSlcbiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiBzY2FsYXJcblxubW9kdWxlLmV4cG9ydHMgPSBJbmxpbmVcbiIsIlxuSW5saW5lICAgICAgICAgID0gcmVxdWlyZSAnLi9JbmxpbmUnXG5QYXR0ZXJuICAgICAgICAgPSByZXF1aXJlICcuL1BhdHRlcm4nXG5VdGlscyAgICAgICAgICAgPSByZXF1aXJlICcuL1V0aWxzJ1xuUGFyc2VFeGNlcHRpb24gID0gcmVxdWlyZSAnLi9FeGNlcHRpb24vUGFyc2VFeGNlcHRpb24nXG5QYXJzZU1vcmUgICAgICAgPSByZXF1aXJlICcuL0V4Y2VwdGlvbi9QYXJzZU1vcmUnXG5cbiMgUGFyc2VyIHBhcnNlcyBZQU1MIHN0cmluZ3MgdG8gY29udmVydCB0aGVtIHRvIEphdmFTY3JpcHQgb2JqZWN0cy5cbiNcbmNsYXNzIFBhcnNlclxuXG4gICAgIyBQcmUtY29tcGlsZWQgcGF0dGVybnNcbiAgICAjXG4gICAgUEFUVEVSTl9GT0xERURfU0NBTEFSX0FMTDogICAgICAgICAgICAgIG5ldyBQYXR0ZXJuICdeKD86KD88dHlwZT4hW15cXFxcfD5dKilcXFxccyspPyg/PHNlcGFyYXRvcj5cXFxcfHw+KSg/PG1vZGlmaWVycz5cXFxcK3xcXFxcLXxcXFxcZCt8XFxcXCtcXFxcZCt8XFxcXC1cXFxcZCt8XFxcXGQrXFxcXCt8XFxcXGQrXFxcXC0pPyg/PGNvbW1lbnRzPiArIy4qKT8kJ1xuICAgIFBBVFRFUk5fRk9MREVEX1NDQUxBUl9FTkQ6ICAgICAgICAgICAgICBuZXcgUGF0dGVybiAnKD88c2VwYXJhdG9yPlxcXFx8fD4pKD88bW9kaWZpZXJzPlxcXFwrfFxcXFwtfFxcXFxkK3xcXFxcK1xcXFxkK3xcXFxcLVxcXFxkK3xcXFxcZCtcXFxcK3xcXFxcZCtcXFxcLSk/KD88Y29tbWVudHM+ICsjLiopPyQnXG4gICAgUEFUVEVSTl9TRVFVRU5DRV9JVEVNOiAgICAgICAgICAgICAgICAgIG5ldyBQYXR0ZXJuICdeXFxcXC0oKD88bGVhZHNwYWNlcz5cXFxccyspKD88dmFsdWU+Lis/KSk/XFxcXHMqJCdcbiAgICBQQVRURVJOX0FOQ0hPUl9WQUxVRTogICAgICAgICAgICAgICAgICAgbmV3IFBhdHRlcm4gJ14mKD88cmVmPlteIF0rKSAqKD88dmFsdWU+LiopJ1xuICAgIFBBVFRFUk5fQ09NUEFDVF9OT1RBVElPTjogICAgICAgICAgICAgICBuZXcgUGF0dGVybiAnXig/PGtleT4nK0lubGluZS5SRUdFWF9RVU9URURfU1RSSU5HKyd8W14gXFwnXCJcXFxce1xcXFxbXS4qPykgKlxcXFw6KFxcXFxzKyg/PHZhbHVlPi4rPykpP1xcXFxzKiQnXG4gICAgUEFUVEVSTl9NQVBQSU5HX0lURU06ICAgICAgICAgICAgICAgICAgIG5ldyBQYXR0ZXJuICdeKD88a2V5PicrSW5saW5lLlJFR0VYX1FVT1RFRF9TVFJJTkcrJ3xbXiBcXCdcIlxcXFxbXFxcXHtdLio/KSAqXFxcXDooXFxcXHMrKD88dmFsdWU+Lis/KSk/XFxcXHMqJCdcbiAgICBQQVRURVJOX0RFQ0lNQUw6ICAgICAgICAgICAgICAgICAgICAgICAgbmV3IFBhdHRlcm4gJ1xcXFxkKydcbiAgICBQQVRURVJOX0lOREVOVF9TUEFDRVM6ICAgICAgICAgICAgICAgICAgbmV3IFBhdHRlcm4gJ14gKydcbiAgICBQQVRURVJOX1RSQUlMSU5HX0xJTkVTOiAgICAgICAgICAgICAgICAgbmV3IFBhdHRlcm4gJyhcXG4qKSQnXG4gICAgUEFUVEVSTl9ZQU1MX0hFQURFUjogICAgICAgICAgICAgICAgICAgIG5ldyBQYXR0ZXJuICdeXFxcXCVZQU1MWzogXVtcXFxcZFxcXFwuXSsuKlxcbicsICdtJ1xuICAgIFBBVFRFUk5fTEVBRElOR19DT01NRU5UUzogICAgICAgICAgICAgICBuZXcgUGF0dGVybiAnXihcXFxcIy4qP1xcbikrJywgJ20nXG4gICAgUEFUVEVSTl9ET0NVTUVOVF9NQVJLRVJfU1RBUlQ6ICAgICAgICAgIG5ldyBQYXR0ZXJuICdeXFxcXC1cXFxcLVxcXFwtLio/XFxuJywgJ20nXG4gICAgUEFUVEVSTl9ET0NVTUVOVF9NQVJLRVJfRU5EOiAgICAgICAgICAgIG5ldyBQYXR0ZXJuICdeXFxcXC5cXFxcLlxcXFwuXFxcXHMqJCcsICdtJ1xuICAgIFBBVFRFUk5fRk9MREVEX1NDQUxBUl9CWV9JTkRFTlRBVElPTjogICB7fVxuXG4gICAgIyBDb250ZXh0IHR5cGVzXG4gICAgI1xuICAgIENPTlRFWFRfTk9ORTogICAgICAgMFxuICAgIENPTlRFWFRfU0VRVUVOQ0U6ICAgMVxuICAgIENPTlRFWFRfTUFQUElORzogICAgMlxuXG5cbiAgICAjIENvbnN0cnVjdG9yXG4gICAgI1xuICAgICMgQHBhcmFtIFtJbnRlZ2VyXSAgb2Zmc2V0ICBUaGUgb2Zmc2V0IG9mIFlBTUwgZG9jdW1lbnQgKHVzZWQgZm9yIGxpbmUgbnVtYmVycyBpbiBlcnJvciBtZXNzYWdlcylcbiAgICAjXG4gICAgY29uc3RydWN0b3I6IChAb2Zmc2V0ID0gMCkgLT5cbiAgICAgICAgQGxpbmVzICAgICAgICAgID0gW11cbiAgICAgICAgQGN1cnJlbnRMaW5lTmIgID0gLTFcbiAgICAgICAgQGN1cnJlbnRMaW5lICAgID0gJydcbiAgICAgICAgQHJlZnMgICAgICAgICAgID0ge31cblxuXG4gICAgIyBQYXJzZXMgYSBZQU1MIHN0cmluZyB0byBhIEphdmFTY3JpcHQgdmFsdWUuXG4gICAgI1xuICAgICMgQHBhcmFtIFtTdHJpbmddICAgdmFsdWUgICAgICAgICAgICAgICAgICAgQSBZQU1MIHN0cmluZ1xuICAgICMgQHBhcmFtIFtCb29sZWFuXSAgZXhjZXB0aW9uT25JbnZhbGlkVHlwZSAgdHJ1ZSBpZiBhbiBleGNlcHRpb24gbXVzdCBiZSB0aHJvd24gb24gaW52YWxpZCB0eXBlcyAoYSBKYXZhU2NyaXB0IHJlc291cmNlIG9yIG9iamVjdCksIGZhbHNlIG90aGVyd2lzZVxuICAgICMgQHBhcmFtIFtGdW5jdGlvbl0gb2JqZWN0RGVjb2RlciAgICAgICAgICAgQSBmdW5jdGlvbiB0byBkZXNlcmlhbGl6ZSBjdXN0b20gb2JqZWN0cywgbnVsbCBvdGhlcndpc2VcbiAgICAjXG4gICAgIyBAcmV0dXJuIFtPYmplY3RdICBBIEphdmFTY3JpcHQgdmFsdWVcbiAgICAjXG4gICAgIyBAdGhyb3cgW1BhcnNlRXhjZXB0aW9uXSBJZiB0aGUgWUFNTCBpcyBub3QgdmFsaWRcbiAgICAjXG4gICAgcGFyc2U6ICh2YWx1ZSwgZXhjZXB0aW9uT25JbnZhbGlkVHlwZSA9IGZhbHNlLCBvYmplY3REZWNvZGVyID0gbnVsbCkgLT5cbiAgICAgICAgQGN1cnJlbnRMaW5lTmIgPSAtMVxuICAgICAgICBAY3VycmVudExpbmUgPSAnJ1xuICAgICAgICBAbGluZXMgPSBAY2xlYW51cCh2YWx1ZSkuc3BsaXQgXCJcXG5cIlxuXG4gICAgICAgIGRhdGEgPSBudWxsXG4gICAgICAgIGNvbnRleHQgPSBAQ09OVEVYVF9OT05FXG4gICAgICAgIGFsbG93T3ZlcndyaXRlID0gZmFsc2VcbiAgICAgICAgd2hpbGUgQG1vdmVUb05leHRMaW5lKClcbiAgICAgICAgICAgIGlmIEBpc0N1cnJlbnRMaW5lRW1wdHkoKVxuICAgICAgICAgICAgICAgIGNvbnRpbnVlXG5cbiAgICAgICAgICAgICMgVGFiP1xuICAgICAgICAgICAgaWYgXCJcXHRcIiBpcyBAY3VycmVudExpbmVbMF1cbiAgICAgICAgICAgICAgICB0aHJvdyBuZXcgUGFyc2VFeGNlcHRpb24gJ0EgWUFNTCBmaWxlIGNhbm5vdCBjb250YWluIHRhYnMgYXMgaW5kZW50YXRpb24uJywgQGdldFJlYWxDdXJyZW50TGluZU5iKCkgKyAxLCBAY3VycmVudExpbmVcblxuICAgICAgICAgICAgaXNSZWYgPSBtZXJnZU5vZGUgPSBmYWxzZVxuICAgICAgICAgICAgaWYgdmFsdWVzID0gQFBBVFRFUk5fU0VRVUVOQ0VfSVRFTS5leGVjIEBjdXJyZW50TGluZVxuICAgICAgICAgICAgICAgIGlmIEBDT05URVhUX01BUFBJTkcgaXMgY29udGV4dFxuICAgICAgICAgICAgICAgICAgICB0aHJvdyBuZXcgUGFyc2VFeGNlcHRpb24gJ1lvdSBjYW5ub3QgZGVmaW5lIGEgc2VxdWVuY2UgaXRlbSB3aGVuIGluIGEgbWFwcGluZydcbiAgICAgICAgICAgICAgICBjb250ZXh0ID0gQENPTlRFWFRfU0VRVUVOQ0VcbiAgICAgICAgICAgICAgICBkYXRhID89IFtdXG5cbiAgICAgICAgICAgICAgICBpZiB2YWx1ZXMudmFsdWU/IGFuZCBtYXRjaGVzID0gQFBBVFRFUk5fQU5DSE9SX1ZBTFVFLmV4ZWMgdmFsdWVzLnZhbHVlXG4gICAgICAgICAgICAgICAgICAgIGlzUmVmID0gbWF0Y2hlcy5yZWZcbiAgICAgICAgICAgICAgICAgICAgdmFsdWVzLnZhbHVlID0gbWF0Y2hlcy52YWx1ZVxuXG4gICAgICAgICAgICAgICAgIyBBcnJheVxuICAgICAgICAgICAgICAgIGlmIG5vdCh2YWx1ZXMudmFsdWU/KSBvciAnJyBpcyBVdGlscy50cmltKHZhbHVlcy52YWx1ZSwgJyAnKSBvciBVdGlscy5sdHJpbSh2YWx1ZXMudmFsdWUsICcgJykuaW5kZXhPZignIycpIGlzIDBcbiAgICAgICAgICAgICAgICAgICAgaWYgQGN1cnJlbnRMaW5lTmIgPCBAbGluZXMubGVuZ3RoIC0gMSBhbmQgbm90IEBpc05leHRMaW5lVW5JbmRlbnRlZENvbGxlY3Rpb24oKVxuICAgICAgICAgICAgICAgICAgICAgICAgYyA9IEBnZXRSZWFsQ3VycmVudExpbmVOYigpICsgMVxuICAgICAgICAgICAgICAgICAgICAgICAgcGFyc2VyID0gbmV3IFBhcnNlciBjXG4gICAgICAgICAgICAgICAgICAgICAgICBwYXJzZXIucmVmcyA9IEByZWZzXG4gICAgICAgICAgICAgICAgICAgICAgICBkYXRhLnB1c2ggcGFyc2VyLnBhcnNlKEBnZXROZXh0RW1iZWRCbG9jayhudWxsLCB0cnVlKSwgZXhjZXB0aW9uT25JbnZhbGlkVHlwZSwgb2JqZWN0RGVjb2RlcilcbiAgICAgICAgICAgICAgICAgICAgZWxzZVxuICAgICAgICAgICAgICAgICAgICAgICAgZGF0YS5wdXNoIG51bGxcblxuICAgICAgICAgICAgICAgIGVsc2VcbiAgICAgICAgICAgICAgICAgICAgaWYgdmFsdWVzLmxlYWRzcGFjZXM/Lmxlbmd0aCBhbmQgbWF0Y2hlcyA9IEBQQVRURVJOX0NPTVBBQ1RfTk9UQVRJT04uZXhlYyB2YWx1ZXMudmFsdWVcblxuICAgICAgICAgICAgICAgICAgICAgICAgIyBUaGlzIGlzIGEgY29tcGFjdCBub3RhdGlvbiBlbGVtZW50LCBhZGQgdG8gbmV4dCBibG9jayBhbmQgcGFyc2VcbiAgICAgICAgICAgICAgICAgICAgICAgIGMgPSBAZ2V0UmVhbEN1cnJlbnRMaW5lTmIoKVxuICAgICAgICAgICAgICAgICAgICAgICAgcGFyc2VyID0gbmV3IFBhcnNlciBjXG4gICAgICAgICAgICAgICAgICAgICAgICBwYXJzZXIucmVmcyA9IEByZWZzXG5cbiAgICAgICAgICAgICAgICAgICAgICAgIGJsb2NrID0gdmFsdWVzLnZhbHVlXG4gICAgICAgICAgICAgICAgICAgICAgICBpbmRlbnQgPSBAZ2V0Q3VycmVudExpbmVJbmRlbnRhdGlvbigpXG4gICAgICAgICAgICAgICAgICAgICAgICBpZiBAaXNOZXh0TGluZUluZGVudGVkKGZhbHNlKVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGJsb2NrICs9IFwiXFxuXCIrQGdldE5leHRFbWJlZEJsb2NrKGluZGVudCArIHZhbHVlcy5sZWFkc3BhY2VzLmxlbmd0aCArIDEsIHRydWUpXG5cbiAgICAgICAgICAgICAgICAgICAgICAgIGRhdGEucHVzaCBwYXJzZXIucGFyc2UgYmxvY2ssIGV4Y2VwdGlvbk9uSW52YWxpZFR5cGUsIG9iamVjdERlY29kZXJcblxuICAgICAgICAgICAgICAgICAgICBlbHNlXG4gICAgICAgICAgICAgICAgICAgICAgICBkYXRhLnB1c2ggQHBhcnNlVmFsdWUgdmFsdWVzLnZhbHVlLCBleGNlcHRpb25PbkludmFsaWRUeXBlLCBvYmplY3REZWNvZGVyXG5cbiAgICAgICAgICAgIGVsc2UgaWYgKHZhbHVlcyA9IEBQQVRURVJOX01BUFBJTkdfSVRFTS5leGVjIEBjdXJyZW50TGluZSkgYW5kIHZhbHVlcy5rZXkuaW5kZXhPZignICMnKSBpcyAtMVxuICAgICAgICAgICAgICAgIGlmIEBDT05URVhUX1NFUVVFTkNFIGlzIGNvbnRleHRcbiAgICAgICAgICAgICAgICAgICAgdGhyb3cgbmV3IFBhcnNlRXhjZXB0aW9uICdZb3UgY2Fubm90IGRlZmluZSBhIG1hcHBpbmcgaXRlbSB3aGVuIGluIGEgc2VxdWVuY2UnXG4gICAgICAgICAgICAgICAgY29udGV4dCA9IEBDT05URVhUX01BUFBJTkdcbiAgICAgICAgICAgICAgICBkYXRhID89IHt9XG5cbiAgICAgICAgICAgICAgICAjIEZvcmNlIGNvcnJlY3Qgc2V0dGluZ3NcbiAgICAgICAgICAgICAgICBJbmxpbmUuY29uZmlndXJlIGV4Y2VwdGlvbk9uSW52YWxpZFR5cGUsIG9iamVjdERlY29kZXJcbiAgICAgICAgICAgICAgICB0cnlcbiAgICAgICAgICAgICAgICAgICAga2V5ID0gSW5saW5lLnBhcnNlU2NhbGFyIHZhbHVlcy5rZXlcbiAgICAgICAgICAgICAgICBjYXRjaCBlXG4gICAgICAgICAgICAgICAgICAgIGUucGFyc2VkTGluZSA9IEBnZXRSZWFsQ3VycmVudExpbmVOYigpICsgMVxuICAgICAgICAgICAgICAgICAgICBlLnNuaXBwZXQgPSBAY3VycmVudExpbmVcblxuICAgICAgICAgICAgICAgICAgICB0aHJvdyBlXG5cbiAgICAgICAgICAgICAgICBpZiAnPDwnIGlzIGtleVxuICAgICAgICAgICAgICAgICAgICBtZXJnZU5vZGUgPSB0cnVlXG4gICAgICAgICAgICAgICAgICAgIGFsbG93T3ZlcndyaXRlID0gdHJ1ZVxuICAgICAgICAgICAgICAgICAgICBpZiB2YWx1ZXMudmFsdWU/LmluZGV4T2YoJyonKSBpcyAwXG4gICAgICAgICAgICAgICAgICAgICAgICByZWZOYW1lID0gdmFsdWVzLnZhbHVlWzEuLl1cbiAgICAgICAgICAgICAgICAgICAgICAgIHVubGVzcyBAcmVmc1tyZWZOYW1lXT9cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aHJvdyBuZXcgUGFyc2VFeGNlcHRpb24gJ1JlZmVyZW5jZSBcIicrcmVmTmFtZSsnXCIgZG9lcyBub3QgZXhpc3QuJywgQGdldFJlYWxDdXJyZW50TGluZU5iKCkgKyAxLCBAY3VycmVudExpbmVcblxuICAgICAgICAgICAgICAgICAgICAgICAgcmVmVmFsdWUgPSBAcmVmc1tyZWZOYW1lXVxuXG4gICAgICAgICAgICAgICAgICAgICAgICBpZiB0eXBlb2YgcmVmVmFsdWUgaXNudCAnb2JqZWN0J1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRocm93IG5ldyBQYXJzZUV4Y2VwdGlvbiAnWUFNTCBtZXJnZSBrZXlzIHVzZWQgd2l0aCBhIHNjYWxhciB2YWx1ZSBpbnN0ZWFkIG9mIGFuIG9iamVjdC4nLCBAZ2V0UmVhbEN1cnJlbnRMaW5lTmIoKSArIDEsIEBjdXJyZW50TGluZVxuXG4gICAgICAgICAgICAgICAgICAgICAgICBpZiByZWZWYWx1ZSBpbnN0YW5jZW9mIEFycmF5XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgIyBNZXJnZSBhcnJheSB3aXRoIG9iamVjdFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZvciB2YWx1ZSwgaSBpbiByZWZWYWx1ZVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBkYXRhW1N0cmluZyhpKV0gPz0gdmFsdWVcbiAgICAgICAgICAgICAgICAgICAgICAgIGVsc2VcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAjIE1lcmdlIG9iamVjdHNcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBmb3Iga2V5LCB2YWx1ZSBvZiByZWZWYWx1ZVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBkYXRhW2tleV0gPz0gdmFsdWVcblxuICAgICAgICAgICAgICAgICAgICBlbHNlXG4gICAgICAgICAgICAgICAgICAgICAgICBpZiB2YWx1ZXMudmFsdWU/IGFuZCB2YWx1ZXMudmFsdWUgaXNudCAnJ1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHZhbHVlID0gdmFsdWVzLnZhbHVlXG4gICAgICAgICAgICAgICAgICAgICAgICBlbHNlXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgdmFsdWUgPSBAZ2V0TmV4dEVtYmVkQmxvY2soKVxuXG4gICAgICAgICAgICAgICAgICAgICAgICBjID0gQGdldFJlYWxDdXJyZW50TGluZU5iKCkgKyAxXG4gICAgICAgICAgICAgICAgICAgICAgICBwYXJzZXIgPSBuZXcgUGFyc2VyIGNcbiAgICAgICAgICAgICAgICAgICAgICAgIHBhcnNlci5yZWZzID0gQHJlZnNcbiAgICAgICAgICAgICAgICAgICAgICAgIHBhcnNlZCA9IHBhcnNlci5wYXJzZSB2YWx1ZSwgZXhjZXB0aW9uT25JbnZhbGlkVHlwZVxuXG4gICAgICAgICAgICAgICAgICAgICAgICB1bmxlc3MgdHlwZW9mIHBhcnNlZCBpcyAnb2JqZWN0J1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRocm93IG5ldyBQYXJzZUV4Y2VwdGlvbiAnWUFNTCBtZXJnZSBrZXlzIHVzZWQgd2l0aCBhIHNjYWxhciB2YWx1ZSBpbnN0ZWFkIG9mIGFuIG9iamVjdC4nLCBAZ2V0UmVhbEN1cnJlbnRMaW5lTmIoKSArIDEsIEBjdXJyZW50TGluZVxuXG4gICAgICAgICAgICAgICAgICAgICAgICBpZiBwYXJzZWQgaW5zdGFuY2VvZiBBcnJheVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICMgSWYgdGhlIHZhbHVlIGFzc29jaWF0ZWQgd2l0aCB0aGUgbWVyZ2Uga2V5IGlzIGEgc2VxdWVuY2UsIHRoZW4gdGhpcyBzZXF1ZW5jZSBpcyBleHBlY3RlZCB0byBjb250YWluIG1hcHBpbmcgbm9kZXNcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAjIGFuZCBlYWNoIG9mIHRoZXNlIG5vZGVzIGlzIG1lcmdlZCBpbiB0dXJuIGFjY29yZGluZyB0byBpdHMgb3JkZXIgaW4gdGhlIHNlcXVlbmNlLiBLZXlzIGluIG1hcHBpbmcgbm9kZXMgZWFybGllclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICMgaW4gdGhlIHNlcXVlbmNlIG92ZXJyaWRlIGtleXMgc3BlY2lmaWVkIGluIGxhdGVyIG1hcHBpbmcgbm9kZXMuXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgZm9yIHBhcnNlZEl0ZW0gaW4gcGFyc2VkXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHVubGVzcyB0eXBlb2YgcGFyc2VkSXRlbSBpcyAnb2JqZWN0J1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdGhyb3cgbmV3IFBhcnNlRXhjZXB0aW9uICdNZXJnZSBpdGVtcyBtdXN0IGJlIG9iamVjdHMuJywgQGdldFJlYWxDdXJyZW50TGluZU5iKCkgKyAxLCBwYXJzZWRJdGVtXG5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaWYgcGFyc2VkSXRlbSBpbnN0YW5jZW9mIEFycmF5XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAjIE1lcmdlIGFycmF5IHdpdGggb2JqZWN0XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBmb3IgdmFsdWUsIGkgaW4gcGFyc2VkSXRlbVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGsgPSBTdHJpbmcoaSlcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB1bmxlc3MgZGF0YS5oYXNPd25Qcm9wZXJ0eShrKVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBkYXRhW2tdID0gdmFsdWVcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZWxzZVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIyBNZXJnZSBvYmplY3RzXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBmb3Iga2V5LCB2YWx1ZSBvZiBwYXJzZWRJdGVtXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdW5sZXNzIGRhdGEuaGFzT3duUHJvcGVydHkoa2V5KVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBkYXRhW2tleV0gPSB2YWx1ZVxuXG4gICAgICAgICAgICAgICAgICAgICAgICBlbHNlXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgIyBJZiB0aGUgdmFsdWUgYXNzb2NpYXRlZCB3aXRoIHRoZSBrZXkgaXMgYSBzaW5nbGUgbWFwcGluZyBub2RlLCBlYWNoIG9mIGl0cyBrZXkvdmFsdWUgcGFpcnMgaXMgaW5zZXJ0ZWQgaW50byB0aGVcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAjIGN1cnJlbnQgbWFwcGluZywgdW5sZXNzIHRoZSBrZXkgYWxyZWFkeSBleGlzdHMgaW4gaXQuXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgZm9yIGtleSwgdmFsdWUgb2YgcGFyc2VkXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHVubGVzcyBkYXRhLmhhc093blByb3BlcnR5KGtleSlcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGRhdGFba2V5XSA9IHZhbHVlXG5cbiAgICAgICAgICAgICAgICBlbHNlIGlmIHZhbHVlcy52YWx1ZT8gYW5kIG1hdGNoZXMgPSBAUEFUVEVSTl9BTkNIT1JfVkFMVUUuZXhlYyB2YWx1ZXMudmFsdWVcbiAgICAgICAgICAgICAgICAgICAgaXNSZWYgPSBtYXRjaGVzLnJlZlxuICAgICAgICAgICAgICAgICAgICB2YWx1ZXMudmFsdWUgPSBtYXRjaGVzLnZhbHVlXG5cblxuICAgICAgICAgICAgICAgIGlmIG1lcmdlTm9kZVxuICAgICAgICAgICAgICAgICAgICAjIE1lcmdlIGtleXNcbiAgICAgICAgICAgICAgICBlbHNlIGlmIG5vdCh2YWx1ZXMudmFsdWU/KSBvciAnJyBpcyBVdGlscy50cmltKHZhbHVlcy52YWx1ZSwgJyAnKSBvciBVdGlscy5sdHJpbSh2YWx1ZXMudmFsdWUsICcgJykuaW5kZXhPZignIycpIGlzIDBcbiAgICAgICAgICAgICAgICAgICAgIyBIYXNoXG4gICAgICAgICAgICAgICAgICAgICMgaWYgbmV4dCBsaW5lIGlzIGxlc3MgaW5kZW50ZWQgb3IgZXF1YWwsIHRoZW4gaXQgbWVhbnMgdGhhdCB0aGUgY3VycmVudCB2YWx1ZSBpcyBudWxsXG4gICAgICAgICAgICAgICAgICAgIGlmIG5vdChAaXNOZXh0TGluZUluZGVudGVkKCkpIGFuZCBub3QoQGlzTmV4dExpbmVVbkluZGVudGVkQ29sbGVjdGlvbigpKVxuICAgICAgICAgICAgICAgICAgICAgICAgIyBTcGVjOiBLZXlzIE1VU1QgYmUgdW5pcXVlOyBmaXJzdCBvbmUgd2lucy5cbiAgICAgICAgICAgICAgICAgICAgICAgICMgQnV0IG92ZXJ3cml0aW5nIGlzIGFsbG93ZWQgd2hlbiBhIG1lcmdlIG5vZGUgaXMgdXNlZCBpbiBjdXJyZW50IGJsb2NrLlxuICAgICAgICAgICAgICAgICAgICAgICAgaWYgYWxsb3dPdmVyd3JpdGUgb3IgZGF0YVtrZXldIGlzIHVuZGVmaW5lZFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGRhdGFba2V5XSA9IG51bGxcblxuICAgICAgICAgICAgICAgICAgICBlbHNlXG4gICAgICAgICAgICAgICAgICAgICAgICBjID0gQGdldFJlYWxDdXJyZW50TGluZU5iKCkgKyAxXG4gICAgICAgICAgICAgICAgICAgICAgICBwYXJzZXIgPSBuZXcgUGFyc2VyIGNcbiAgICAgICAgICAgICAgICAgICAgICAgIHBhcnNlci5yZWZzID0gQHJlZnNcbiAgICAgICAgICAgICAgICAgICAgICAgIHZhbCA9IHBhcnNlci5wYXJzZSBAZ2V0TmV4dEVtYmVkQmxvY2soKSwgZXhjZXB0aW9uT25JbnZhbGlkVHlwZSwgb2JqZWN0RGVjb2RlclxuXG4gICAgICAgICAgICAgICAgICAgICAgICAjIFNwZWM6IEtleXMgTVVTVCBiZSB1bmlxdWU7IGZpcnN0IG9uZSB3aW5zLlxuICAgICAgICAgICAgICAgICAgICAgICAgIyBCdXQgb3ZlcndyaXRpbmcgaXMgYWxsb3dlZCB3aGVuIGEgbWVyZ2Ugbm9kZSBpcyB1c2VkIGluIGN1cnJlbnQgYmxvY2suXG4gICAgICAgICAgICAgICAgICAgICAgICBpZiBhbGxvd092ZXJ3cml0ZSBvciBkYXRhW2tleV0gaXMgdW5kZWZpbmVkXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgZGF0YVtrZXldID0gdmFsXG5cbiAgICAgICAgICAgICAgICBlbHNlXG4gICAgICAgICAgICAgICAgICAgIHZhbCA9IEBwYXJzZVZhbHVlIHZhbHVlcy52YWx1ZSwgZXhjZXB0aW9uT25JbnZhbGlkVHlwZSwgb2JqZWN0RGVjb2RlclxuXG4gICAgICAgICAgICAgICAgICAgICMgU3BlYzogS2V5cyBNVVNUIGJlIHVuaXF1ZTsgZmlyc3Qgb25lIHdpbnMuXG4gICAgICAgICAgICAgICAgICAgICMgQnV0IG92ZXJ3cml0aW5nIGlzIGFsbG93ZWQgd2hlbiBhIG1lcmdlIG5vZGUgaXMgdXNlZCBpbiBjdXJyZW50IGJsb2NrLlxuICAgICAgICAgICAgICAgICAgICBpZiBhbGxvd092ZXJ3cml0ZSBvciBkYXRhW2tleV0gaXMgdW5kZWZpbmVkXG4gICAgICAgICAgICAgICAgICAgICAgICBkYXRhW2tleV0gPSB2YWxcblxuICAgICAgICAgICAgZWxzZVxuICAgICAgICAgICAgICAgICMgMS1saW5lciBvcHRpb25hbGx5IGZvbGxvd2VkIGJ5IG5ld2xpbmVcbiAgICAgICAgICAgICAgICBsaW5lQ291bnQgPSBAbGluZXMubGVuZ3RoXG4gICAgICAgICAgICAgICAgaWYgMSBpcyBsaW5lQ291bnQgb3IgKDIgaXMgbGluZUNvdW50IGFuZCBVdGlscy5pc0VtcHR5KEBsaW5lc1sxXSkpXG4gICAgICAgICAgICAgICAgICAgIHRyeVxuICAgICAgICAgICAgICAgICAgICAgICAgdmFsdWUgPSBJbmxpbmUucGFyc2UgQGxpbmVzWzBdLCBleGNlcHRpb25PbkludmFsaWRUeXBlLCBvYmplY3REZWNvZGVyXG4gICAgICAgICAgICAgICAgICAgIGNhdGNoIGVcbiAgICAgICAgICAgICAgICAgICAgICAgIGUucGFyc2VkTGluZSA9IEBnZXRSZWFsQ3VycmVudExpbmVOYigpICsgMVxuICAgICAgICAgICAgICAgICAgICAgICAgZS5zbmlwcGV0ID0gQGN1cnJlbnRMaW5lXG5cbiAgICAgICAgICAgICAgICAgICAgICAgIHRocm93IGVcblxuICAgICAgICAgICAgICAgICAgICBpZiB0eXBlb2YgdmFsdWUgaXMgJ29iamVjdCdcbiAgICAgICAgICAgICAgICAgICAgICAgIGlmIHZhbHVlIGluc3RhbmNlb2YgQXJyYXlcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBmaXJzdCA9IHZhbHVlWzBdXG4gICAgICAgICAgICAgICAgICAgICAgICBlbHNlXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgZm9yIGtleSBvZiB2YWx1ZVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBmaXJzdCA9IHZhbHVlW2tleV1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYnJlYWtcblxuICAgICAgICAgICAgICAgICAgICAgICAgaWYgdHlwZW9mIGZpcnN0IGlzICdzdHJpbmcnIGFuZCBmaXJzdC5pbmRleE9mKCcqJykgaXMgMFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGRhdGEgPSBbXVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZvciBhbGlhcyBpbiB2YWx1ZVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBkYXRhLnB1c2ggQHJlZnNbYWxpYXNbMS4uXV1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB2YWx1ZSA9IGRhdGFcblxuICAgICAgICAgICAgICAgICAgICByZXR1cm4gdmFsdWVcblxuICAgICAgICAgICAgICAgIGVsc2UgaWYgVXRpbHMubHRyaW0odmFsdWUpLmNoYXJBdCgwKSBpbiBbJ1snLCAneyddXG4gICAgICAgICAgICAgICAgICAgIHRyeVxuICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIElubGluZS5wYXJzZSB2YWx1ZSwgZXhjZXB0aW9uT25JbnZhbGlkVHlwZSwgb2JqZWN0RGVjb2RlclxuICAgICAgICAgICAgICAgICAgICBjYXRjaCBlXG4gICAgICAgICAgICAgICAgICAgICAgICBlLnBhcnNlZExpbmUgPSBAZ2V0UmVhbEN1cnJlbnRMaW5lTmIoKSArIDFcbiAgICAgICAgICAgICAgICAgICAgICAgIGUuc25pcHBldCA9IEBjdXJyZW50TGluZVxuXG4gICAgICAgICAgICAgICAgICAgICAgICB0aHJvdyBlXG5cbiAgICAgICAgICAgICAgICB0aHJvdyBuZXcgUGFyc2VFeGNlcHRpb24gJ1VuYWJsZSB0byBwYXJzZS4nLCBAZ2V0UmVhbEN1cnJlbnRMaW5lTmIoKSArIDEsIEBjdXJyZW50TGluZVxuXG4gICAgICAgICAgICBpZiBpc1JlZlxuICAgICAgICAgICAgICAgIGlmIGRhdGEgaW5zdGFuY2VvZiBBcnJheVxuICAgICAgICAgICAgICAgICAgICBAcmVmc1tpc1JlZl0gPSBkYXRhW2RhdGEubGVuZ3RoLTFdXG4gICAgICAgICAgICAgICAgZWxzZVxuICAgICAgICAgICAgICAgICAgICBsYXN0S2V5ID0gbnVsbFxuICAgICAgICAgICAgICAgICAgICBmb3Iga2V5IG9mIGRhdGFcbiAgICAgICAgICAgICAgICAgICAgICAgIGxhc3RLZXkgPSBrZXlcbiAgICAgICAgICAgICAgICAgICAgQHJlZnNbaXNSZWZdID0gZGF0YVtsYXN0S2V5XVxuXG5cbiAgICAgICAgaWYgVXRpbHMuaXNFbXB0eShkYXRhKVxuICAgICAgICAgICAgcmV0dXJuIG51bGxcbiAgICAgICAgZWxzZVxuICAgICAgICAgICAgcmV0dXJuIGRhdGFcblxuXG5cbiAgICAjIFJldHVybnMgdGhlIGN1cnJlbnQgbGluZSBudW1iZXIgKHRha2VzIHRoZSBvZmZzZXQgaW50byBhY2NvdW50KS5cbiAgICAjXG4gICAgIyBAcmV0dXJuIFtJbnRlZ2VyXSAgICAgVGhlIGN1cnJlbnQgbGluZSBudW1iZXJcbiAgICAjXG4gICAgZ2V0UmVhbEN1cnJlbnRMaW5lTmI6IC0+XG4gICAgICAgIHJldHVybiBAY3VycmVudExpbmVOYiArIEBvZmZzZXRcblxuXG4gICAgIyBSZXR1cm5zIHRoZSBjdXJyZW50IGxpbmUgaW5kZW50YXRpb24uXG4gICAgI1xuICAgICMgQHJldHVybiBbSW50ZWdlcl0gICAgIFRoZSBjdXJyZW50IGxpbmUgaW5kZW50YXRpb25cbiAgICAjXG4gICAgZ2V0Q3VycmVudExpbmVJbmRlbnRhdGlvbjogLT5cbiAgICAgICAgcmV0dXJuIEBjdXJyZW50TGluZS5sZW5ndGggLSBVdGlscy5sdHJpbShAY3VycmVudExpbmUsICcgJykubGVuZ3RoXG5cblxuICAgICMgUmV0dXJucyB0aGUgbmV4dCBlbWJlZCBibG9jayBvZiBZQU1MLlxuICAgICNcbiAgICAjIEBwYXJhbSBbSW50ZWdlcl0gICAgICAgICAgaW5kZW50YXRpb24gVGhlIGluZGVudCBsZXZlbCBhdCB3aGljaCB0aGUgYmxvY2sgaXMgdG8gYmUgcmVhZCwgb3IgbnVsbCBmb3IgZGVmYXVsdFxuICAgICNcbiAgICAjIEByZXR1cm4gW1N0cmluZ10gICAgICAgICAgQSBZQU1MIHN0cmluZ1xuICAgICNcbiAgICAjIEB0aHJvdyBbUGFyc2VFeGNlcHRpb25dICAgV2hlbiBpbmRlbnRhdGlvbiBwcm9ibGVtIGFyZSBkZXRlY3RlZFxuICAgICNcbiAgICBnZXROZXh0RW1iZWRCbG9jazogKGluZGVudGF0aW9uID0gbnVsbCwgaW5jbHVkZVVuaW5kZW50ZWRDb2xsZWN0aW9uID0gZmFsc2UpIC0+XG4gICAgICAgIEBtb3ZlVG9OZXh0TGluZSgpXG5cbiAgICAgICAgaWYgbm90IGluZGVudGF0aW9uP1xuICAgICAgICAgICAgbmV3SW5kZW50ID0gQGdldEN1cnJlbnRMaW5lSW5kZW50YXRpb24oKVxuXG4gICAgICAgICAgICB1bmluZGVudGVkRW1iZWRCbG9jayA9IEBpc1N0cmluZ1VuSW5kZW50ZWRDb2xsZWN0aW9uSXRlbSBAY3VycmVudExpbmVcblxuICAgICAgICAgICAgaWYgbm90KEBpc0N1cnJlbnRMaW5lRW1wdHkoKSkgYW5kIDAgaXMgbmV3SW5kZW50IGFuZCBub3QodW5pbmRlbnRlZEVtYmVkQmxvY2spXG4gICAgICAgICAgICAgICAgdGhyb3cgbmV3IFBhcnNlRXhjZXB0aW9uICdJbmRlbnRhdGlvbiBwcm9ibGVtLicsIEBnZXRSZWFsQ3VycmVudExpbmVOYigpICsgMSwgQGN1cnJlbnRMaW5lXG5cbiAgICAgICAgZWxzZVxuICAgICAgICAgICAgbmV3SW5kZW50ID0gaW5kZW50YXRpb25cblxuXG4gICAgICAgIGRhdGEgPSBbQGN1cnJlbnRMaW5lW25ld0luZGVudC4uXV1cblxuICAgICAgICB1bmxlc3MgaW5jbHVkZVVuaW5kZW50ZWRDb2xsZWN0aW9uXG4gICAgICAgICAgICBpc0l0VW5pbmRlbnRlZENvbGxlY3Rpb24gPSBAaXNTdHJpbmdVbkluZGVudGVkQ29sbGVjdGlvbkl0ZW0gQGN1cnJlbnRMaW5lXG5cbiAgICAgICAgIyBDb21tZW50cyBtdXN0IG5vdCBiZSByZW1vdmVkIGluc2lkZSBhIHN0cmluZyBibG9jayAoaWUuIGFmdGVyIGEgbGluZSBlbmRpbmcgd2l0aCBcInxcIilcbiAgICAgICAgIyBUaGV5IG11c3Qgbm90IGJlIHJlbW92ZWQgaW5zaWRlIGEgc3ViLWVtYmVkZGVkIGJsb2NrIGFzIHdlbGxcbiAgICAgICAgcmVtb3ZlQ29tbWVudHNQYXR0ZXJuID0gQFBBVFRFUk5fRk9MREVEX1NDQUxBUl9FTkRcbiAgICAgICAgcmVtb3ZlQ29tbWVudHMgPSBub3QgcmVtb3ZlQ29tbWVudHNQYXR0ZXJuLnRlc3QgQGN1cnJlbnRMaW5lXG5cbiAgICAgICAgd2hpbGUgQG1vdmVUb05leHRMaW5lKClcbiAgICAgICAgICAgIGluZGVudCA9IEBnZXRDdXJyZW50TGluZUluZGVudGF0aW9uKClcblxuICAgICAgICAgICAgaWYgaW5kZW50IGlzIG5ld0luZGVudFxuICAgICAgICAgICAgICAgIHJlbW92ZUNvbW1lbnRzID0gbm90IHJlbW92ZUNvbW1lbnRzUGF0dGVybi50ZXN0IEBjdXJyZW50TGluZVxuXG4gICAgICAgICAgICBpZiByZW1vdmVDb21tZW50cyBhbmQgQGlzQ3VycmVudExpbmVDb21tZW50KClcbiAgICAgICAgICAgICAgICBjb250aW51ZVxuXG4gICAgICAgICAgICBpZiBAaXNDdXJyZW50TGluZUJsYW5rKClcbiAgICAgICAgICAgICAgICBkYXRhLnB1c2ggQGN1cnJlbnRMaW5lW25ld0luZGVudC4uXVxuICAgICAgICAgICAgICAgIGNvbnRpbnVlXG5cbiAgICAgICAgICAgIGlmIGlzSXRVbmluZGVudGVkQ29sbGVjdGlvbiBhbmQgbm90IEBpc1N0cmluZ1VuSW5kZW50ZWRDb2xsZWN0aW9uSXRlbShAY3VycmVudExpbmUpIGFuZCBpbmRlbnQgaXMgbmV3SW5kZW50XG4gICAgICAgICAgICAgICAgQG1vdmVUb1ByZXZpb3VzTGluZSgpXG4gICAgICAgICAgICAgICAgYnJlYWtcblxuICAgICAgICAgICAgaWYgaW5kZW50ID49IG5ld0luZGVudFxuICAgICAgICAgICAgICAgIGRhdGEucHVzaCBAY3VycmVudExpbmVbbmV3SW5kZW50Li5dXG4gICAgICAgICAgICBlbHNlIGlmIFV0aWxzLmx0cmltKEBjdXJyZW50TGluZSkuY2hhckF0KDApIGlzICcjJ1xuICAgICAgICAgICAgICAgICMgRG9uJ3QgYWRkIGxpbmUgd2l0aCBjb21tZW50c1xuICAgICAgICAgICAgZWxzZSBpZiAwIGlzIGluZGVudFxuICAgICAgICAgICAgICAgIEBtb3ZlVG9QcmV2aW91c0xpbmUoKVxuICAgICAgICAgICAgICAgIGJyZWFrXG4gICAgICAgICAgICBlbHNlXG4gICAgICAgICAgICAgICAgdGhyb3cgbmV3IFBhcnNlRXhjZXB0aW9uICdJbmRlbnRhdGlvbiBwcm9ibGVtLicsIEBnZXRSZWFsQ3VycmVudExpbmVOYigpICsgMSwgQGN1cnJlbnRMaW5lXG5cblxuICAgICAgICByZXR1cm4gZGF0YS5qb2luIFwiXFxuXCJcblxuXG4gICAgIyBNb3ZlcyB0aGUgcGFyc2VyIHRvIHRoZSBuZXh0IGxpbmUuXG4gICAgI1xuICAgICMgQHJldHVybiBbQm9vbGVhbl1cbiAgICAjXG4gICAgbW92ZVRvTmV4dExpbmU6IC0+XG4gICAgICAgIGlmIEBjdXJyZW50TGluZU5iID49IEBsaW5lcy5sZW5ndGggLSAxXG4gICAgICAgICAgICByZXR1cm4gZmFsc2VcblxuICAgICAgICBAY3VycmVudExpbmUgPSBAbGluZXNbKytAY3VycmVudExpbmVOYl07XG5cbiAgICAgICAgcmV0dXJuIHRydWVcblxuXG4gICAgIyBNb3ZlcyB0aGUgcGFyc2VyIHRvIHRoZSBwcmV2aW91cyBsaW5lLlxuICAgICNcbiAgICBtb3ZlVG9QcmV2aW91c0xpbmU6IC0+XG4gICAgICAgIEBjdXJyZW50TGluZSA9IEBsaW5lc1stLUBjdXJyZW50TGluZU5iXVxuICAgICAgICByZXR1cm5cblxuXG4gICAgIyBQYXJzZXMgYSBZQU1MIHZhbHVlLlxuICAgICNcbiAgICAjIEBwYXJhbSBbU3RyaW5nXSAgIHZhbHVlICAgICAgICAgICAgICAgICAgIEEgWUFNTCB2YWx1ZVxuICAgICMgQHBhcmFtIFtCb29sZWFuXSAgZXhjZXB0aW9uT25JbnZhbGlkVHlwZSAgdHJ1ZSBpZiBhbiBleGNlcHRpb24gbXVzdCBiZSB0aHJvd24gb24gaW52YWxpZCB0eXBlcyBmYWxzZSBvdGhlcndpc2VcbiAgICAjIEBwYXJhbSBbRnVuY3Rpb25dIG9iamVjdERlY29kZXIgICAgICAgICAgIEEgZnVuY3Rpb24gdG8gZGVzZXJpYWxpemUgY3VzdG9tIG9iamVjdHMsIG51bGwgb3RoZXJ3aXNlXG4gICAgI1xuICAgICMgQHJldHVybiBbT2JqZWN0XSBBIEphdmFTY3JpcHQgdmFsdWVcbiAgICAjXG4gICAgIyBAdGhyb3cgW1BhcnNlRXhjZXB0aW9uXSBXaGVuIHJlZmVyZW5jZSBkb2VzIG5vdCBleGlzdFxuICAgICNcbiAgICBwYXJzZVZhbHVlOiAodmFsdWUsIGV4Y2VwdGlvbk9uSW52YWxpZFR5cGUsIG9iamVjdERlY29kZXIpIC0+XG4gICAgICAgIGlmIDAgaXMgdmFsdWUuaW5kZXhPZignKicpXG4gICAgICAgICAgICBwb3MgPSB2YWx1ZS5pbmRleE9mICcjJ1xuICAgICAgICAgICAgaWYgcG9zIGlzbnQgLTFcbiAgICAgICAgICAgICAgICB2YWx1ZSA9IHZhbHVlLnN1YnN0cigxLCBwb3MtMilcbiAgICAgICAgICAgIGVsc2VcbiAgICAgICAgICAgICAgICB2YWx1ZSA9IHZhbHVlWzEuLl1cblxuICAgICAgICAgICAgaWYgQHJlZnNbdmFsdWVdIGlzIHVuZGVmaW5lZFxuICAgICAgICAgICAgICAgIHRocm93IG5ldyBQYXJzZUV4Y2VwdGlvbiAnUmVmZXJlbmNlIFwiJyt2YWx1ZSsnXCIgZG9lcyBub3QgZXhpc3QuJywgQGN1cnJlbnRMaW5lXG5cbiAgICAgICAgICAgIHJldHVybiBAcmVmc1t2YWx1ZV1cblxuXG4gICAgICAgIGlmIG1hdGNoZXMgPSBAUEFUVEVSTl9GT0xERURfU0NBTEFSX0FMTC5leGVjIHZhbHVlXG4gICAgICAgICAgICBtb2RpZmllcnMgPSBtYXRjaGVzLm1vZGlmaWVycyA/ICcnXG5cbiAgICAgICAgICAgIGZvbGRlZEluZGVudCA9IE1hdGguYWJzKHBhcnNlSW50KG1vZGlmaWVycykpXG4gICAgICAgICAgICBpZiBpc05hTihmb2xkZWRJbmRlbnQpIHRoZW4gZm9sZGVkSW5kZW50ID0gMFxuICAgICAgICAgICAgdmFsID0gQHBhcnNlRm9sZGVkU2NhbGFyIG1hdGNoZXMuc2VwYXJhdG9yLCBAUEFUVEVSTl9ERUNJTUFMLnJlcGxhY2UobW9kaWZpZXJzLCAnJyksIGZvbGRlZEluZGVudFxuICAgICAgICAgICAgaWYgbWF0Y2hlcy50eXBlP1xuICAgICAgICAgICAgICAgICMgRm9yY2UgY29ycmVjdCBzZXR0aW5nc1xuICAgICAgICAgICAgICAgIElubGluZS5jb25maWd1cmUgZXhjZXB0aW9uT25JbnZhbGlkVHlwZSwgb2JqZWN0RGVjb2RlclxuICAgICAgICAgICAgICAgIHJldHVybiBJbmxpbmUucGFyc2VTY2FsYXIgbWF0Y2hlcy50eXBlKycgJyt2YWxcbiAgICAgICAgICAgIGVsc2VcbiAgICAgICAgICAgICAgICByZXR1cm4gdmFsXG5cbiAgICAgICAgIyBWYWx1ZSBjYW4gYmUgbXVsdGlsaW5lIGNvbXBhY3Qgc2VxdWVuY2Ugb3IgbWFwcGluZyBvciBzdHJpbmdcbiAgICAgICAgaWYgdmFsdWUuY2hhckF0KDApIGluIFsnWycsICd7JywgJ1wiJywgXCInXCJdXG4gICAgICAgICAgICB3aGlsZSB0cnVlXG4gICAgICAgICAgICAgICAgdHJ5XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBJbmxpbmUucGFyc2UgdmFsdWUsIGV4Y2VwdGlvbk9uSW52YWxpZFR5cGUsIG9iamVjdERlY29kZXJcbiAgICAgICAgICAgICAgICBjYXRjaCBlXG4gICAgICAgICAgICAgICAgICAgIGlmIGUgaW5zdGFuY2VvZiBQYXJzZU1vcmUgYW5kIEBtb3ZlVG9OZXh0TGluZSgpXG4gICAgICAgICAgICAgICAgICAgICAgICB2YWx1ZSArPSBcIlxcblwiICsgVXRpbHMudHJpbShAY3VycmVudExpbmUsICcgJylcbiAgICAgICAgICAgICAgICAgICAgZWxzZVxuICAgICAgICAgICAgICAgICAgICAgICAgZS5wYXJzZWRMaW5lID0gQGdldFJlYWxDdXJyZW50TGluZU5iKCkgKyAxXG4gICAgICAgICAgICAgICAgICAgICAgICBlLnNuaXBwZXQgPSBAY3VycmVudExpbmVcbiAgICAgICAgICAgICAgICAgICAgICAgIHRocm93IGVcbiAgICAgICAgZWxzZVxuICAgICAgICAgICAgaWYgQGlzTmV4dExpbmVJbmRlbnRlZCgpXG4gICAgICAgICAgICAgICAgdmFsdWUgKz0gXCJcXG5cIiArIEBnZXROZXh0RW1iZWRCbG9jaygpXG4gICAgICAgICAgICByZXR1cm4gSW5saW5lLnBhcnNlIHZhbHVlLCBleGNlcHRpb25PbkludmFsaWRUeXBlLCBvYmplY3REZWNvZGVyXG5cbiAgICAgICAgcmV0dXJuXG5cblxuICAgICMgUGFyc2VzIGEgZm9sZGVkIHNjYWxhci5cbiAgICAjXG4gICAgIyBAcGFyYW0gW1N0cmluZ10gICAgICAgc2VwYXJhdG9yICAgVGhlIHNlcGFyYXRvciB0aGF0IHdhcyB1c2VkIHRvIGJlZ2luIHRoaXMgZm9sZGVkIHNjYWxhciAofCBvciA+KVxuICAgICMgQHBhcmFtIFtTdHJpbmddICAgICAgIGluZGljYXRvciAgIFRoZSBpbmRpY2F0b3IgdGhhdCB3YXMgdXNlZCB0byBiZWdpbiB0aGlzIGZvbGRlZCBzY2FsYXIgKCsgb3IgLSlcbiAgICAjIEBwYXJhbSBbSW50ZWdlcl0gICAgICBpbmRlbnRhdGlvbiBUaGUgaW5kZW50YXRpb24gdGhhdCB3YXMgdXNlZCB0byBiZWdpbiB0aGlzIGZvbGRlZCBzY2FsYXJcbiAgICAjXG4gICAgIyBAcmV0dXJuIFtTdHJpbmddICAgICAgVGhlIHRleHQgdmFsdWVcbiAgICAjXG4gICAgcGFyc2VGb2xkZWRTY2FsYXI6IChzZXBhcmF0b3IsIGluZGljYXRvciA9ICcnLCBpbmRlbnRhdGlvbiA9IDApIC0+XG4gICAgICAgIG5vdEVPRiA9IEBtb3ZlVG9OZXh0TGluZSgpXG4gICAgICAgIGlmIG5vdCBub3RFT0ZcbiAgICAgICAgICAgIHJldHVybiAnJ1xuXG4gICAgICAgIGlzQ3VycmVudExpbmVCbGFuayA9IEBpc0N1cnJlbnRMaW5lQmxhbmsoKVxuICAgICAgICB0ZXh0ID0gJydcblxuICAgICAgICAjIExlYWRpbmcgYmxhbmsgbGluZXMgYXJlIGNvbnN1bWVkIGJlZm9yZSBkZXRlcm1pbmluZyBpbmRlbnRhdGlvblxuICAgICAgICB3aGlsZSBub3RFT0YgYW5kIGlzQ3VycmVudExpbmVCbGFua1xuICAgICAgICAgICAgIyBuZXdsaW5lIG9ubHkgaWYgbm90IEVPRlxuICAgICAgICAgICAgaWYgbm90RU9GID0gQG1vdmVUb05leHRMaW5lKClcbiAgICAgICAgICAgICAgICB0ZXh0ICs9IFwiXFxuXCJcbiAgICAgICAgICAgICAgICBpc0N1cnJlbnRMaW5lQmxhbmsgPSBAaXNDdXJyZW50TGluZUJsYW5rKClcblxuXG4gICAgICAgICMgRGV0ZXJtaW5lIGluZGVudGF0aW9uIGlmIG5vdCBzcGVjaWZpZWRcbiAgICAgICAgaWYgMCBpcyBpbmRlbnRhdGlvblxuICAgICAgICAgICAgaWYgbWF0Y2hlcyA9IEBQQVRURVJOX0lOREVOVF9TUEFDRVMuZXhlYyBAY3VycmVudExpbmVcbiAgICAgICAgICAgICAgICBpbmRlbnRhdGlvbiA9IG1hdGNoZXNbMF0ubGVuZ3RoXG5cblxuICAgICAgICBpZiBpbmRlbnRhdGlvbiA+IDBcbiAgICAgICAgICAgIHBhdHRlcm4gPSBAUEFUVEVSTl9GT0xERURfU0NBTEFSX0JZX0lOREVOVEFUSU9OW2luZGVudGF0aW9uXVxuICAgICAgICAgICAgdW5sZXNzIHBhdHRlcm4/XG4gICAgICAgICAgICAgICAgcGF0dGVybiA9IG5ldyBQYXR0ZXJuICdeIHsnK2luZGVudGF0aW9uKyd9KC4qKSQnXG4gICAgICAgICAgICAgICAgUGFyc2VyOjpQQVRURVJOX0ZPTERFRF9TQ0FMQVJfQllfSU5ERU5UQVRJT05baW5kZW50YXRpb25dID0gcGF0dGVyblxuXG4gICAgICAgICAgICB3aGlsZSBub3RFT0YgYW5kIChpc0N1cnJlbnRMaW5lQmxhbmsgb3IgbWF0Y2hlcyA9IHBhdHRlcm4uZXhlYyBAY3VycmVudExpbmUpXG4gICAgICAgICAgICAgICAgaWYgaXNDdXJyZW50TGluZUJsYW5rXG4gICAgICAgICAgICAgICAgICAgIHRleHQgKz0gQGN1cnJlbnRMaW5lW2luZGVudGF0aW9uLi5dXG4gICAgICAgICAgICAgICAgZWxzZVxuICAgICAgICAgICAgICAgICAgICB0ZXh0ICs9IG1hdGNoZXNbMV1cblxuICAgICAgICAgICAgICAgICMgbmV3bGluZSBvbmx5IGlmIG5vdCBFT0ZcbiAgICAgICAgICAgICAgICBpZiBub3RFT0YgPSBAbW92ZVRvTmV4dExpbmUoKVxuICAgICAgICAgICAgICAgICAgICB0ZXh0ICs9IFwiXFxuXCJcbiAgICAgICAgICAgICAgICAgICAgaXNDdXJyZW50TGluZUJsYW5rID0gQGlzQ3VycmVudExpbmVCbGFuaygpXG5cbiAgICAgICAgZWxzZSBpZiBub3RFT0ZcbiAgICAgICAgICAgIHRleHQgKz0gXCJcXG5cIlxuXG5cbiAgICAgICAgaWYgbm90RU9GXG4gICAgICAgICAgICBAbW92ZVRvUHJldmlvdXNMaW5lKClcblxuXG4gICAgICAgICMgUmVtb3ZlIGxpbmUgYnJlYWtzIG9mIGVhY2ggbGluZXMgZXhjZXB0IHRoZSBlbXB0eSBhbmQgbW9yZSBpbmRlbnRlZCBvbmVzXG4gICAgICAgIGlmICc+JyBpcyBzZXBhcmF0b3JcbiAgICAgICAgICAgIG5ld1RleHQgPSAnJ1xuICAgICAgICAgICAgZm9yIGxpbmUgaW4gdGV4dC5zcGxpdCBcIlxcblwiXG4gICAgICAgICAgICAgICAgaWYgbGluZS5sZW5ndGggaXMgMCBvciBsaW5lLmNoYXJBdCgwKSBpcyAnICdcbiAgICAgICAgICAgICAgICAgICAgbmV3VGV4dCA9IFV0aWxzLnJ0cmltKG5ld1RleHQsICcgJykgKyBsaW5lICsgXCJcXG5cIlxuICAgICAgICAgICAgICAgIGVsc2VcbiAgICAgICAgICAgICAgICAgICAgbmV3VGV4dCArPSBsaW5lICsgJyAnXG4gICAgICAgICAgICB0ZXh0ID0gbmV3VGV4dFxuXG4gICAgICAgIGlmICcrJyBpc250IGluZGljYXRvclxuICAgICAgICAgICAgIyBSZW1vdmUgYW55IGV4dHJhIHNwYWNlIG9yIG5ldyBsaW5lIGFzIHdlIGFyZSBhZGRpbmcgdGhlbSBhZnRlclxuICAgICAgICAgICAgdGV4dCA9IFV0aWxzLnJ0cmltKHRleHQpXG5cbiAgICAgICAgIyBEZWFsIHdpdGggdHJhaWxpbmcgbmV3bGluZXMgYXMgaW5kaWNhdGVkXG4gICAgICAgIGlmICcnIGlzIGluZGljYXRvclxuICAgICAgICAgICAgdGV4dCA9IEBQQVRURVJOX1RSQUlMSU5HX0xJTkVTLnJlcGxhY2UgdGV4dCwgXCJcXG5cIlxuICAgICAgICBlbHNlIGlmICctJyBpcyBpbmRpY2F0b3JcbiAgICAgICAgICAgIHRleHQgPSBAUEFUVEVSTl9UUkFJTElOR19MSU5FUy5yZXBsYWNlIHRleHQsICcnXG5cbiAgICAgICAgcmV0dXJuIHRleHRcblxuXG4gICAgIyBSZXR1cm5zIHRydWUgaWYgdGhlIG5leHQgbGluZSBpcyBpbmRlbnRlZC5cbiAgICAjXG4gICAgIyBAcmV0dXJuIFtCb29sZWFuXSAgICAgUmV0dXJucyB0cnVlIGlmIHRoZSBuZXh0IGxpbmUgaXMgaW5kZW50ZWQsIGZhbHNlIG90aGVyd2lzZVxuICAgICNcbiAgICBpc05leHRMaW5lSW5kZW50ZWQ6IChpZ25vcmVDb21tZW50cyA9IHRydWUpIC0+XG4gICAgICAgIGN1cnJlbnRJbmRlbnRhdGlvbiA9IEBnZXRDdXJyZW50TGluZUluZGVudGF0aW9uKClcbiAgICAgICAgRU9GID0gbm90IEBtb3ZlVG9OZXh0TGluZSgpXG5cbiAgICAgICAgaWYgaWdub3JlQ29tbWVudHNcbiAgICAgICAgICAgIHdoaWxlIG5vdChFT0YpIGFuZCBAaXNDdXJyZW50TGluZUVtcHR5KClcbiAgICAgICAgICAgICAgICBFT0YgPSBub3QgQG1vdmVUb05leHRMaW5lKClcbiAgICAgICAgZWxzZVxuICAgICAgICAgICAgd2hpbGUgbm90KEVPRikgYW5kIEBpc0N1cnJlbnRMaW5lQmxhbmsoKVxuICAgICAgICAgICAgICAgIEVPRiA9IG5vdCBAbW92ZVRvTmV4dExpbmUoKVxuXG4gICAgICAgIGlmIEVPRlxuICAgICAgICAgICAgcmV0dXJuIGZhbHNlXG5cbiAgICAgICAgcmV0ID0gZmFsc2VcbiAgICAgICAgaWYgQGdldEN1cnJlbnRMaW5lSW5kZW50YXRpb24oKSA+IGN1cnJlbnRJbmRlbnRhdGlvblxuICAgICAgICAgICAgcmV0ID0gdHJ1ZVxuXG4gICAgICAgIEBtb3ZlVG9QcmV2aW91c0xpbmUoKVxuXG4gICAgICAgIHJldHVybiByZXRcblxuXG4gICAgIyBSZXR1cm5zIHRydWUgaWYgdGhlIGN1cnJlbnQgbGluZSBpcyBibGFuayBvciBpZiBpdCBpcyBhIGNvbW1lbnQgbGluZS5cbiAgICAjXG4gICAgIyBAcmV0dXJuIFtCb29sZWFuXSAgICAgUmV0dXJucyB0cnVlIGlmIHRoZSBjdXJyZW50IGxpbmUgaXMgZW1wdHkgb3IgaWYgaXQgaXMgYSBjb21tZW50IGxpbmUsIGZhbHNlIG90aGVyd2lzZVxuICAgICNcbiAgICBpc0N1cnJlbnRMaW5lRW1wdHk6IC0+XG4gICAgICAgIHRyaW1tZWRMaW5lID0gVXRpbHMudHJpbShAY3VycmVudExpbmUsICcgJylcbiAgICAgICAgcmV0dXJuIHRyaW1tZWRMaW5lLmxlbmd0aCBpcyAwIG9yIHRyaW1tZWRMaW5lLmNoYXJBdCgwKSBpcyAnIydcblxuXG4gICAgIyBSZXR1cm5zIHRydWUgaWYgdGhlIGN1cnJlbnQgbGluZSBpcyBibGFuay5cbiAgICAjXG4gICAgIyBAcmV0dXJuIFtCb29sZWFuXSAgICAgUmV0dXJucyB0cnVlIGlmIHRoZSBjdXJyZW50IGxpbmUgaXMgYmxhbmssIGZhbHNlIG90aGVyd2lzZVxuICAgICNcbiAgICBpc0N1cnJlbnRMaW5lQmxhbms6IC0+XG4gICAgICAgIHJldHVybiAnJyBpcyBVdGlscy50cmltKEBjdXJyZW50TGluZSwgJyAnKVxuXG5cbiAgICAjIFJldHVybnMgdHJ1ZSBpZiB0aGUgY3VycmVudCBsaW5lIGlzIGEgY29tbWVudCBsaW5lLlxuICAgICNcbiAgICAjIEByZXR1cm4gW0Jvb2xlYW5dICAgICBSZXR1cm5zIHRydWUgaWYgdGhlIGN1cnJlbnQgbGluZSBpcyBhIGNvbW1lbnQgbGluZSwgZmFsc2Ugb3RoZXJ3aXNlXG4gICAgI1xuICAgIGlzQ3VycmVudExpbmVDb21tZW50OiAtPlxuICAgICAgICAjIENoZWNraW5nIGV4cGxpY2l0bHkgdGhlIGZpcnN0IGNoYXIgb2YgdGhlIHRyaW0gaXMgZmFzdGVyIHRoYW4gbG9vcHMgb3Igc3RycG9zXG4gICAgICAgIGx0cmltbWVkTGluZSA9IFV0aWxzLmx0cmltKEBjdXJyZW50TGluZSwgJyAnKVxuXG4gICAgICAgIHJldHVybiBsdHJpbW1lZExpbmUuY2hhckF0KDApIGlzICcjJ1xuXG5cbiAgICAjIENsZWFudXBzIGEgWUFNTCBzdHJpbmcgdG8gYmUgcGFyc2VkLlxuICAgICNcbiAgICAjIEBwYXJhbSBbU3RyaW5nXSAgIHZhbHVlIFRoZSBpbnB1dCBZQU1MIHN0cmluZ1xuICAgICNcbiAgICAjIEByZXR1cm4gW1N0cmluZ10gIEEgY2xlYW5lZCB1cCBZQU1MIHN0cmluZ1xuICAgICNcbiAgICBjbGVhbnVwOiAodmFsdWUpIC0+XG4gICAgICAgIGlmIHZhbHVlLmluZGV4T2YoXCJcXHJcIikgaXNudCAtMVxuICAgICAgICAgICAgdmFsdWUgPSB2YWx1ZS5zcGxpdChcIlxcclxcblwiKS5qb2luKFwiXFxuXCIpLnNwbGl0KFwiXFxyXCIpLmpvaW4oXCJcXG5cIilcblxuICAgICAgICAjIFN0cmlwIFlBTUwgaGVhZGVyXG4gICAgICAgIGNvdW50ID0gMFxuICAgICAgICBbdmFsdWUsIGNvdW50XSA9IEBQQVRURVJOX1lBTUxfSEVBREVSLnJlcGxhY2VBbGwgdmFsdWUsICcnXG4gICAgICAgIEBvZmZzZXQgKz0gY291bnRcblxuICAgICAgICAjIFJlbW92ZSBsZWFkaW5nIGNvbW1lbnRzXG4gICAgICAgIFt0cmltbWVkVmFsdWUsIGNvdW50XSA9IEBQQVRURVJOX0xFQURJTkdfQ09NTUVOVFMucmVwbGFjZUFsbCB2YWx1ZSwgJycsIDFcbiAgICAgICAgaWYgY291bnQgaXMgMVxuICAgICAgICAgICAgIyBJdGVtcyBoYXZlIGJlZW4gcmVtb3ZlZCwgdXBkYXRlIHRoZSBvZmZzZXRcbiAgICAgICAgICAgIEBvZmZzZXQgKz0gVXRpbHMuc3ViU3RyQ291bnQodmFsdWUsIFwiXFxuXCIpIC0gVXRpbHMuc3ViU3RyQ291bnQodHJpbW1lZFZhbHVlLCBcIlxcblwiKVxuICAgICAgICAgICAgdmFsdWUgPSB0cmltbWVkVmFsdWVcblxuICAgICAgICAjIFJlbW92ZSBzdGFydCBvZiB0aGUgZG9jdW1lbnQgbWFya2VyICgtLS0pXG4gICAgICAgIFt0cmltbWVkVmFsdWUsIGNvdW50XSA9IEBQQVRURVJOX0RPQ1VNRU5UX01BUktFUl9TVEFSVC5yZXBsYWNlQWxsIHZhbHVlLCAnJywgMVxuICAgICAgICBpZiBjb3VudCBpcyAxXG4gICAgICAgICAgICAjIEl0ZW1zIGhhdmUgYmVlbiByZW1vdmVkLCB1cGRhdGUgdGhlIG9mZnNldFxuICAgICAgICAgICAgQG9mZnNldCArPSBVdGlscy5zdWJTdHJDb3VudCh2YWx1ZSwgXCJcXG5cIikgLSBVdGlscy5zdWJTdHJDb3VudCh0cmltbWVkVmFsdWUsIFwiXFxuXCIpXG4gICAgICAgICAgICB2YWx1ZSA9IHRyaW1tZWRWYWx1ZVxuXG4gICAgICAgICAgICAjIFJlbW92ZSBlbmQgb2YgdGhlIGRvY3VtZW50IG1hcmtlciAoLi4uKVxuICAgICAgICAgICAgdmFsdWUgPSBAUEFUVEVSTl9ET0NVTUVOVF9NQVJLRVJfRU5ELnJlcGxhY2UgdmFsdWUsICcnXG5cbiAgICAgICAgIyBFbnN1cmUgdGhlIGJsb2NrIGlzIG5vdCBpbmRlbnRlZFxuICAgICAgICBsaW5lcyA9IHZhbHVlLnNwbGl0KFwiXFxuXCIpXG4gICAgICAgIHNtYWxsZXN0SW5kZW50ID0gLTFcbiAgICAgICAgZm9yIGxpbmUgaW4gbGluZXNcbiAgICAgICAgICAgIGNvbnRpbnVlIGlmIFV0aWxzLnRyaW0obGluZSwgJyAnKS5sZW5ndGggPT0gMFxuICAgICAgICAgICAgaW5kZW50ID0gbGluZS5sZW5ndGggLSBVdGlscy5sdHJpbShsaW5lKS5sZW5ndGhcbiAgICAgICAgICAgIGlmIHNtYWxsZXN0SW5kZW50IGlzIC0xIG9yIGluZGVudCA8IHNtYWxsZXN0SW5kZW50XG4gICAgICAgICAgICAgICAgc21hbGxlc3RJbmRlbnQgPSBpbmRlbnRcbiAgICAgICAgaWYgc21hbGxlc3RJbmRlbnQgPiAwXG4gICAgICAgICAgICBmb3IgbGluZSwgaSBpbiBsaW5lc1xuICAgICAgICAgICAgICAgIGxpbmVzW2ldID0gbGluZVtzbWFsbGVzdEluZGVudC4uXVxuICAgICAgICAgICAgdmFsdWUgPSBsaW5lcy5qb2luKFwiXFxuXCIpXG5cbiAgICAgICAgcmV0dXJuIHZhbHVlXG5cblxuICAgICMgUmV0dXJucyB0cnVlIGlmIHRoZSBuZXh0IGxpbmUgc3RhcnRzIHVuaW5kZW50ZWQgY29sbGVjdGlvblxuICAgICNcbiAgICAjIEByZXR1cm4gW0Jvb2xlYW5dICAgICBSZXR1cm5zIHRydWUgaWYgdGhlIG5leHQgbGluZSBzdGFydHMgdW5pbmRlbnRlZCBjb2xsZWN0aW9uLCBmYWxzZSBvdGhlcndpc2VcbiAgICAjXG4gICAgaXNOZXh0TGluZVVuSW5kZW50ZWRDb2xsZWN0aW9uOiAoY3VycmVudEluZGVudGF0aW9uID0gbnVsbCkgLT5cbiAgICAgICAgY3VycmVudEluZGVudGF0aW9uID89IEBnZXRDdXJyZW50TGluZUluZGVudGF0aW9uKClcbiAgICAgICAgbm90RU9GID0gQG1vdmVUb05leHRMaW5lKClcblxuICAgICAgICB3aGlsZSBub3RFT0YgYW5kIEBpc0N1cnJlbnRMaW5lRW1wdHkoKVxuICAgICAgICAgICAgbm90RU9GID0gQG1vdmVUb05leHRMaW5lKClcblxuICAgICAgICBpZiBmYWxzZSBpcyBub3RFT0ZcbiAgICAgICAgICAgIHJldHVybiBmYWxzZVxuXG4gICAgICAgIHJldCA9IGZhbHNlXG4gICAgICAgIGlmIEBnZXRDdXJyZW50TGluZUluZGVudGF0aW9uKCkgaXMgY3VycmVudEluZGVudGF0aW9uIGFuZCBAaXNTdHJpbmdVbkluZGVudGVkQ29sbGVjdGlvbkl0ZW0oQGN1cnJlbnRMaW5lKVxuICAgICAgICAgICAgcmV0ID0gdHJ1ZVxuXG4gICAgICAgIEBtb3ZlVG9QcmV2aW91c0xpbmUoKVxuXG4gICAgICAgIHJldHVybiByZXRcblxuXG4gICAgIyBSZXR1cm5zIHRydWUgaWYgdGhlIHN0cmluZyBpcyB1bi1pbmRlbnRlZCBjb2xsZWN0aW9uIGl0ZW1cbiAgICAjXG4gICAgIyBAcmV0dXJuIFtCb29sZWFuXSAgICAgUmV0dXJucyB0cnVlIGlmIHRoZSBzdHJpbmcgaXMgdW4taW5kZW50ZWQgY29sbGVjdGlvbiBpdGVtLCBmYWxzZSBvdGhlcndpc2VcbiAgICAjXG4gICAgaXNTdHJpbmdVbkluZGVudGVkQ29sbGVjdGlvbkl0ZW06IC0+XG4gICAgICAgIHJldHVybiBAY3VycmVudExpbmUgaXMgJy0nIG9yIEBjdXJyZW50TGluZVswLi4uMl0gaXMgJy0gJ1xuXG5cbm1vZHVsZS5leHBvcnRzID0gUGFyc2VyXG4iLCJcbiMgUGF0dGVybiBpcyBhIHplcm8tY29uZmxpY3Qgd3JhcHBlciBleHRlbmRpbmcgUmVnRXhwIGZlYXR1cmVzXG4jIGluIG9yZGVyIHRvIG1ha2UgWUFNTCBwYXJzaW5nIHJlZ2V4IG1vcmUgZXhwcmVzc2l2ZS5cbiNcbmNsYXNzIFBhdHRlcm5cblxuICAgICMgQHByb3BlcnR5IFtSZWdFeHBdIFRoZSBSZWdFeHAgaW5zdGFuY2VcbiAgICByZWdleDogICAgICAgICAgbnVsbFxuXG4gICAgIyBAcHJvcGVydHkgW1N0cmluZ10gVGhlIHJhdyByZWdleCBzdHJpbmdcbiAgICByYXdSZWdleDogICAgICAgbnVsbFxuXG4gICAgIyBAcHJvcGVydHkgW1N0cmluZ10gVGhlIGNsZWFuZWQgcmVnZXggc3RyaW5nICh1c2VkIHRvIGNyZWF0ZSB0aGUgUmVnRXhwIGluc3RhbmNlKVxuICAgIGNsZWFuZWRSZWdleDogICBudWxsXG5cbiAgICAjIEBwcm9wZXJ0eSBbT2JqZWN0XSBUaGUgZGljdGlvbmFyeSBtYXBwaW5nIG5hbWVzIHRvIGNhcHR1cmluZyBicmFja2V0IG51bWJlcnNcbiAgICBtYXBwaW5nOiAgICAgICAgbnVsbFxuXG4gICAgIyBDb25zdHJ1Y3RvclxuICAgICNcbiAgICAjIEBwYXJhbSBbU3RyaW5nXSByYXdSZWdleCBUaGUgcmF3IHJlZ2V4IHN0cmluZyBkZWZpbmluZyB0aGUgcGF0dGVyblxuICAgICNcbiAgICBjb25zdHJ1Y3RvcjogKHJhd1JlZ2V4LCBtb2RpZmllcnMgPSAnJykgLT5cbiAgICAgICAgY2xlYW5lZFJlZ2V4ID0gJydcbiAgICAgICAgbGVuID0gcmF3UmVnZXgubGVuZ3RoXG4gICAgICAgIG1hcHBpbmcgPSBudWxsXG5cbiAgICAgICAgIyBDbGVhbnVwIHJhdyByZWdleCBhbmQgY29tcHV0ZSBtYXBwaW5nXG4gICAgICAgIGNhcHR1cmluZ0JyYWNrZXROdW1iZXIgPSAwXG4gICAgICAgIGkgPSAwXG4gICAgICAgIHdoaWxlIGkgPCBsZW5cbiAgICAgICAgICAgIF9jaGFyID0gcmF3UmVnZXguY2hhckF0KGkpXG4gICAgICAgICAgICBpZiBfY2hhciBpcyAnXFxcXCdcbiAgICAgICAgICAgICAgICAjIElnbm9yZSBuZXh0IGNoYXJhY3RlclxuICAgICAgICAgICAgICAgIGNsZWFuZWRSZWdleCArPSByYXdSZWdleFtpLi5pKzFdXG4gICAgICAgICAgICAgICAgaSsrXG4gICAgICAgICAgICBlbHNlIGlmIF9jaGFyIGlzICcoJ1xuICAgICAgICAgICAgICAgICMgSW5jcmVhc2UgYnJhY2tldCBudW1iZXIsIG9ubHkgaWYgaXQgaXMgY2FwdHVyaW5nXG4gICAgICAgICAgICAgICAgaWYgaSA8IGxlbiAtIDJcbiAgICAgICAgICAgICAgICAgICAgcGFydCA9IHJhd1JlZ2V4W2kuLmkrMl1cbiAgICAgICAgICAgICAgICAgICAgaWYgcGFydCBpcyAnKD86J1xuICAgICAgICAgICAgICAgICAgICAgICAgIyBOb24tY2FwdHVyaW5nIGJyYWNrZXRcbiAgICAgICAgICAgICAgICAgICAgICAgIGkgKz0gMlxuICAgICAgICAgICAgICAgICAgICAgICAgY2xlYW5lZFJlZ2V4ICs9IHBhcnRcbiAgICAgICAgICAgICAgICAgICAgZWxzZSBpZiBwYXJ0IGlzICcoPzwnXG4gICAgICAgICAgICAgICAgICAgICAgICAjIENhcHR1cmluZyBicmFja2V0IHdpdGggcG9zc2libHkgYSBuYW1lXG4gICAgICAgICAgICAgICAgICAgICAgICBjYXB0dXJpbmdCcmFja2V0TnVtYmVyKytcbiAgICAgICAgICAgICAgICAgICAgICAgIGkgKz0gMlxuICAgICAgICAgICAgICAgICAgICAgICAgbmFtZSA9ICcnXG4gICAgICAgICAgICAgICAgICAgICAgICB3aGlsZSBpICsgMSA8IGxlblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN1YkNoYXIgPSByYXdSZWdleC5jaGFyQXQoaSArIDEpXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgaWYgc3ViQ2hhciBpcyAnPidcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xlYW5lZFJlZ2V4ICs9ICcoJ1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpKytcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaWYgbmFtZS5sZW5ndGggPiAwXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAjIEFzc29jaWF0ZSBhIG5hbWUgd2l0aCBhIGNhcHR1cmluZyBicmFja2V0IG51bWJlclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgbWFwcGluZyA/PSB7fVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgbWFwcGluZ1tuYW1lXSA9IGNhcHR1cmluZ0JyYWNrZXROdW1iZXJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYnJlYWtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBlbHNlXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIG5hbWUgKz0gc3ViQ2hhclxuXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgaSsrXG4gICAgICAgICAgICAgICAgICAgIGVsc2VcbiAgICAgICAgICAgICAgICAgICAgICAgIGNsZWFuZWRSZWdleCArPSBfY2hhclxuICAgICAgICAgICAgICAgICAgICAgICAgY2FwdHVyaW5nQnJhY2tldE51bWJlcisrXG4gICAgICAgICAgICAgICAgZWxzZVxuICAgICAgICAgICAgICAgICAgICBjbGVhbmVkUmVnZXggKz0gX2NoYXJcbiAgICAgICAgICAgIGVsc2VcbiAgICAgICAgICAgICAgICBjbGVhbmVkUmVnZXggKz0gX2NoYXJcblxuICAgICAgICAgICAgaSsrXG5cbiAgICAgICAgQHJhd1JlZ2V4ID0gcmF3UmVnZXhcbiAgICAgICAgQGNsZWFuZWRSZWdleCA9IGNsZWFuZWRSZWdleFxuICAgICAgICBAcmVnZXggPSBuZXcgUmVnRXhwIEBjbGVhbmVkUmVnZXgsICdnJyttb2RpZmllcnMucmVwbGFjZSgnZycsICcnKVxuICAgICAgICBAbWFwcGluZyA9IG1hcHBpbmdcblxuXG4gICAgIyBFeGVjdXRlcyB0aGUgcGF0dGVybidzIHJlZ2V4IGFuZCByZXR1cm5zIHRoZSBtYXRjaGluZyB2YWx1ZXNcbiAgICAjXG4gICAgIyBAcGFyYW0gW1N0cmluZ10gc3RyIFRoZSBzdHJpbmcgdG8gdXNlIHRvIGV4ZWN1dGUgdGhlIHBhdHRlcm5cbiAgICAjXG4gICAgIyBAcmV0dXJuIFtBcnJheV0gVGhlIG1hdGNoaW5nIHZhbHVlcyBleHRyYWN0ZWQgZnJvbSBjYXB0dXJpbmcgYnJhY2tldHMgb3IgbnVsbCBpZiBub3RoaW5nIG1hdGNoZWRcbiAgICAjXG4gICAgZXhlYzogKHN0cikgLT5cbiAgICAgICAgQHJlZ2V4Lmxhc3RJbmRleCA9IDBcbiAgICAgICAgbWF0Y2hlcyA9IEByZWdleC5leGVjIHN0clxuXG4gICAgICAgIGlmIG5vdCBtYXRjaGVzP1xuICAgICAgICAgICAgcmV0dXJuIG51bGxcblxuICAgICAgICBpZiBAbWFwcGluZz9cbiAgICAgICAgICAgIGZvciBuYW1lLCBpbmRleCBvZiBAbWFwcGluZ1xuICAgICAgICAgICAgICAgIG1hdGNoZXNbbmFtZV0gPSBtYXRjaGVzW2luZGV4XVxuXG4gICAgICAgIHJldHVybiBtYXRjaGVzXG5cblxuICAgICMgVGVzdHMgdGhlIHBhdHRlcm4ncyByZWdleFxuICAgICNcbiAgICAjIEBwYXJhbSBbU3RyaW5nXSBzdHIgVGhlIHN0cmluZyB0byB1c2UgdG8gdGVzdCB0aGUgcGF0dGVyblxuICAgICNcbiAgICAjIEByZXR1cm4gW0Jvb2xlYW5dIHRydWUgaWYgdGhlIHN0cmluZyBtYXRjaGVkXG4gICAgI1xuICAgIHRlc3Q6IChzdHIpIC0+XG4gICAgICAgIEByZWdleC5sYXN0SW5kZXggPSAwXG4gICAgICAgIHJldHVybiBAcmVnZXgudGVzdCBzdHJcblxuXG4gICAgIyBSZXBsYWNlcyBvY2N1cmVuY2VzIG1hdGNoaW5nIHdpdGggdGhlIHBhdHRlcm4ncyByZWdleCB3aXRoIHJlcGxhY2VtZW50XG4gICAgI1xuICAgICMgQHBhcmFtIFtTdHJpbmddIHN0ciBUaGUgc291cmNlIHN0cmluZyB0byBwZXJmb3JtIHJlcGxhY2VtZW50c1xuICAgICMgQHBhcmFtIFtTdHJpbmddIHJlcGxhY2VtZW50IFRoZSBzdHJpbmcgdG8gdXNlIGluIHBsYWNlIG9mIGVhY2ggcmVwbGFjZWQgb2NjdXJlbmNlLlxuICAgICNcbiAgICAjIEByZXR1cm4gW1N0cmluZ10gVGhlIHJlcGxhY2VkIHN0cmluZ1xuICAgICNcbiAgICByZXBsYWNlOiAoc3RyLCByZXBsYWNlbWVudCkgLT5cbiAgICAgICAgQHJlZ2V4Lmxhc3RJbmRleCA9IDBcbiAgICAgICAgcmV0dXJuIHN0ci5yZXBsYWNlIEByZWdleCwgcmVwbGFjZW1lbnRcblxuXG4gICAgIyBSZXBsYWNlcyBvY2N1cmVuY2VzIG1hdGNoaW5nIHdpdGggdGhlIHBhdHRlcm4ncyByZWdleCB3aXRoIHJlcGxhY2VtZW50IGFuZFxuICAgICMgZ2V0IGJvdGggdGhlIHJlcGxhY2VkIHN0cmluZyBhbmQgdGhlIG51bWJlciBvZiByZXBsYWNlZCBvY2N1cmVuY2VzIGluIHRoZSBzdHJpbmcuXG4gICAgI1xuICAgICMgQHBhcmFtIFtTdHJpbmddIHN0ciBUaGUgc291cmNlIHN0cmluZyB0byBwZXJmb3JtIHJlcGxhY2VtZW50c1xuICAgICMgQHBhcmFtIFtTdHJpbmddIHJlcGxhY2VtZW50IFRoZSBzdHJpbmcgdG8gdXNlIGluIHBsYWNlIG9mIGVhY2ggcmVwbGFjZWQgb2NjdXJlbmNlLlxuICAgICMgQHBhcmFtIFtJbnRlZ2VyXSBsaW1pdCBUaGUgbWF4aW11bSBudW1iZXIgb2Ygb2NjdXJlbmNlcyB0byByZXBsYWNlICgwIG1lYW5zIGluZmluaXRlIG51bWJlciBvZiBvY2N1cmVuY2VzKVxuICAgICNcbiAgICAjIEByZXR1cm4gW0FycmF5XSBBIGRlc3RydWN0dXJhYmxlIGFycmF5IGNvbnRhaW5pbmcgdGhlIHJlcGxhY2VkIHN0cmluZyBhbmQgdGhlIG51bWJlciBvZiByZXBsYWNlZCBvY2N1cmVuY2VzLiBGb3IgaW5zdGFuY2U6IFtcIm15IHJlcGxhY2VkIHN0cmluZ1wiLCAyXVxuICAgICNcbiAgICByZXBsYWNlQWxsOiAoc3RyLCByZXBsYWNlbWVudCwgbGltaXQgPSAwKSAtPlxuICAgICAgICBAcmVnZXgubGFzdEluZGV4ID0gMFxuICAgICAgICBjb3VudCA9IDBcbiAgICAgICAgd2hpbGUgQHJlZ2V4LnRlc3Qoc3RyKSBhbmQgKGxpbWl0IGlzIDAgb3IgY291bnQgPCBsaW1pdClcbiAgICAgICAgICAgIEByZWdleC5sYXN0SW5kZXggPSAwXG4gICAgICAgICAgICBzdHIgPSBzdHIucmVwbGFjZSBAcmVnZXgsIHJlcGxhY2VtZW50XG4gICAgICAgICAgICBjb3VudCsrXG4gICAgICAgIFxuICAgICAgICByZXR1cm4gW3N0ciwgY291bnRdXG5cblxubW9kdWxlLmV4cG9ydHMgPSBQYXR0ZXJuXG5cbiIsIlxuVXRpbHMgICA9IHJlcXVpcmUgJy4vVXRpbHMnXG5QYXR0ZXJuID0gcmVxdWlyZSAnLi9QYXR0ZXJuJ1xuXG4jIFVuZXNjYXBlciBlbmNhcHN1bGF0ZXMgdW5lc2NhcGluZyBydWxlcyBmb3Igc2luZ2xlIGFuZCBkb3VibGUtcXVvdGVkIFlBTUwgc3RyaW5ncy5cbiNcbmNsYXNzIFVuZXNjYXBlclxuXG4gICAgIyBSZWdleCBmcmFnbWVudCB0aGF0IG1hdGNoZXMgYW4gZXNjYXBlZCBjaGFyYWN0ZXIgaW5cbiAgICAjIGEgZG91YmxlIHF1b3RlZCBzdHJpbmcuXG4gICAgQFBBVFRFUk5fRVNDQVBFRF9DSEFSQUNURVI6ICAgICBuZXcgUGF0dGVybiAnXFxcXFxcXFwoWzBhYnRcXHRudmZyZSBcIlxcXFwvXFxcXFxcXFxOX0xQXXx4WzAtOWEtZkEtRl17Mn18dVswLTlhLWZBLUZdezR9fFVbMC05YS1mQS1GXXs4fSknO1xuXG5cbiAgICAjIFVuZXNjYXBlcyBhIHNpbmdsZSBxdW90ZWQgc3RyaW5nLlxuICAgICNcbiAgICAjIEBwYXJhbSBbU3RyaW5nXSAgICAgICB2YWx1ZSBBIHNpbmdsZSBxdW90ZWQgc3RyaW5nLlxuICAgICNcbiAgICAjIEByZXR1cm4gW1N0cmluZ10gICAgICBUaGUgdW5lc2NhcGVkIHN0cmluZy5cbiAgICAjXG4gICAgQHVuZXNjYXBlU2luZ2xlUXVvdGVkU3RyaW5nOiAodmFsdWUpIC0+XG4gICAgICAgIHJldHVybiB2YWx1ZS5yZXBsYWNlKC9cXCdcXCcvZywgJ1xcJycpXG5cblxuICAgICMgVW5lc2NhcGVzIGEgZG91YmxlIHF1b3RlZCBzdHJpbmcuXG4gICAgI1xuICAgICMgQHBhcmFtIFtTdHJpbmddICAgICAgIHZhbHVlIEEgZG91YmxlIHF1b3RlZCBzdHJpbmcuXG4gICAgI1xuICAgICMgQHJldHVybiBbU3RyaW5nXSAgICAgIFRoZSB1bmVzY2FwZWQgc3RyaW5nLlxuICAgICNcbiAgICBAdW5lc2NhcGVEb3VibGVRdW90ZWRTdHJpbmc6ICh2YWx1ZSkgLT5cbiAgICAgICAgQF91bmVzY2FwZUNhbGxiYWNrID89IChzdHIpID0+XG4gICAgICAgICAgICByZXR1cm4gQHVuZXNjYXBlQ2hhcmFjdGVyKHN0cilcblxuICAgICAgICAjIEV2YWx1YXRlIHRoZSBzdHJpbmdcbiAgICAgICAgcmV0dXJuIEBQQVRURVJOX0VTQ0FQRURfQ0hBUkFDVEVSLnJlcGxhY2UgdmFsdWUsIEBfdW5lc2NhcGVDYWxsYmFja1xuXG5cbiAgICAjIFVuZXNjYXBlcyBhIGNoYXJhY3RlciB0aGF0IHdhcyBmb3VuZCBpbiBhIGRvdWJsZS1xdW90ZWQgc3RyaW5nXG4gICAgI1xuICAgICMgQHBhcmFtIFtTdHJpbmddICAgICAgIHZhbHVlIEFuIGVzY2FwZWQgY2hhcmFjdGVyXG4gICAgI1xuICAgICMgQHJldHVybiBbU3RyaW5nXSAgICAgIFRoZSB1bmVzY2FwZWQgY2hhcmFjdGVyXG4gICAgI1xuICAgIEB1bmVzY2FwZUNoYXJhY3RlcjogKHZhbHVlKSAtPlxuICAgICAgICBjaCA9IFN0cmluZy5mcm9tQ2hhckNvZGVcbiAgICAgICAgc3dpdGNoIHZhbHVlLmNoYXJBdCgxKVxuICAgICAgICAgICAgd2hlbiAnMCdcbiAgICAgICAgICAgICAgICByZXR1cm4gY2goMClcbiAgICAgICAgICAgIHdoZW4gJ2EnXG4gICAgICAgICAgICAgICAgcmV0dXJuIGNoKDcpXG4gICAgICAgICAgICB3aGVuICdiJ1xuICAgICAgICAgICAgICAgIHJldHVybiBjaCg4KVxuICAgICAgICAgICAgd2hlbiAndCdcbiAgICAgICAgICAgICAgICByZXR1cm4gXCJcXHRcIlxuICAgICAgICAgICAgd2hlbiBcIlxcdFwiXG4gICAgICAgICAgICAgICAgcmV0dXJuIFwiXFx0XCJcbiAgICAgICAgICAgIHdoZW4gJ24nXG4gICAgICAgICAgICAgICAgcmV0dXJuIFwiXFxuXCJcbiAgICAgICAgICAgIHdoZW4gJ3YnXG4gICAgICAgICAgICAgICAgcmV0dXJuIGNoKDExKVxuICAgICAgICAgICAgd2hlbiAnZidcbiAgICAgICAgICAgICAgICByZXR1cm4gY2goMTIpXG4gICAgICAgICAgICB3aGVuICdyJ1xuICAgICAgICAgICAgICAgIHJldHVybiBjaCgxMylcbiAgICAgICAgICAgIHdoZW4gJ2UnXG4gICAgICAgICAgICAgICAgcmV0dXJuIGNoKDI3KVxuICAgICAgICAgICAgd2hlbiAnICdcbiAgICAgICAgICAgICAgICByZXR1cm4gJyAnXG4gICAgICAgICAgICB3aGVuICdcIidcbiAgICAgICAgICAgICAgICByZXR1cm4gJ1wiJ1xuICAgICAgICAgICAgd2hlbiAnLydcbiAgICAgICAgICAgICAgICByZXR1cm4gJy8nXG4gICAgICAgICAgICB3aGVuICdcXFxcJ1xuICAgICAgICAgICAgICAgIHJldHVybiAnXFxcXCdcbiAgICAgICAgICAgIHdoZW4gJ04nXG4gICAgICAgICAgICAgICAgIyBVKzAwODUgTkVYVCBMSU5FXG4gICAgICAgICAgICAgICAgcmV0dXJuIGNoKDB4MDA4NSlcbiAgICAgICAgICAgIHdoZW4gJ18nXG4gICAgICAgICAgICAgICAgIyBVKzAwQTAgTk8tQlJFQUsgU1BBQ0VcbiAgICAgICAgICAgICAgICByZXR1cm4gY2goMHgwMEEwKVxuICAgICAgICAgICAgd2hlbiAnTCdcbiAgICAgICAgICAgICAgICAjIFUrMjAyOCBMSU5FIFNFUEFSQVRPUlxuICAgICAgICAgICAgICAgIHJldHVybiBjaCgweDIwMjgpXG4gICAgICAgICAgICB3aGVuICdQJ1xuICAgICAgICAgICAgICAgICMgVSsyMDI5IFBBUkFHUkFQSCBTRVBBUkFUT1JcbiAgICAgICAgICAgICAgICByZXR1cm4gY2goMHgyMDI5KVxuICAgICAgICAgICAgd2hlbiAneCdcbiAgICAgICAgICAgICAgICByZXR1cm4gVXRpbHMudXRmOGNocihVdGlscy5oZXhEZWModmFsdWUuc3Vic3RyKDIsIDIpKSlcbiAgICAgICAgICAgIHdoZW4gJ3UnXG4gICAgICAgICAgICAgICAgcmV0dXJuIFV0aWxzLnV0ZjhjaHIoVXRpbHMuaGV4RGVjKHZhbHVlLnN1YnN0cigyLCA0KSkpXG4gICAgICAgICAgICB3aGVuICdVJ1xuICAgICAgICAgICAgICAgIHJldHVybiBVdGlscy51dGY4Y2hyKFV0aWxzLmhleERlYyh2YWx1ZS5zdWJzdHIoMiwgOCkpKVxuICAgICAgICAgICAgZWxzZVxuICAgICAgICAgICAgICAgIHJldHVybiAnJ1xuXG5tb2R1bGUuZXhwb3J0cyA9IFVuZXNjYXBlclxuIiwiXG5QYXR0ZXJuID0gcmVxdWlyZSAnLi9QYXR0ZXJuJ1xuXG4jIEEgYnVuY2ggb2YgdXRpbGl0eSBtZXRob2RzXG4jXG5jbGFzcyBVdGlsc1xuXG4gICAgQFJFR0VYX0xFRlRfVFJJTV9CWV9DSEFSOiAgIHt9XG4gICAgQFJFR0VYX1JJR0hUX1RSSU1fQllfQ0hBUjogIHt9XG4gICAgQFJFR0VYX1NQQUNFUzogICAgICAgICAgICAgIC9cXHMrL2dcbiAgICBAUkVHRVhfRElHSVRTOiAgICAgICAgICAgICAgL15cXGQrJC9cbiAgICBAUkVHRVhfT0NUQUw6ICAgICAgICAgICAgICAgL1teMC03XS9naVxuICAgIEBSRUdFWF9IRVhBREVDSU1BTDogICAgICAgICAvW15hLWYwLTldL2dpXG5cbiAgICAjIFByZWNvbXBpbGVkIGRhdGUgcGF0dGVyblxuICAgIEBQQVRURVJOX0RBVEU6ICAgICAgICAgICAgICBuZXcgUGF0dGVybiAnXicrXG4gICAgICAgICAgICAnKD88eWVhcj5bMC05XVswLTldWzAtOV1bMC05XSknK1xuICAgICAgICAgICAgJy0oPzxtb250aD5bMC05XVswLTldPyknK1xuICAgICAgICAgICAgJy0oPzxkYXk+WzAtOV1bMC05XT8pJytcbiAgICAgICAgICAgICcoPzooPzpbVHRdfFsgXFx0XSspJytcbiAgICAgICAgICAgICcoPzxob3VyPlswLTldWzAtOV0/KScrXG4gICAgICAgICAgICAnOig/PG1pbnV0ZT5bMC05XVswLTldKScrXG4gICAgICAgICAgICAnOig/PHNlY29uZD5bMC05XVswLTldKScrXG4gICAgICAgICAgICAnKD86XFwuKD88ZnJhY3Rpb24+WzAtOV0qKSk/JytcbiAgICAgICAgICAgICcoPzpbIFxcdF0qKD88dHo+WnwoPzx0el9zaWduPlstK10pKD88dHpfaG91cj5bMC05XVswLTldPyknK1xuICAgICAgICAgICAgJyg/OjooPzx0el9taW51dGU+WzAtOV1bMC05XSkpPykpPyk/JytcbiAgICAgICAgICAgICckJywgJ2knXG5cbiAgICAjIExvY2FsIHRpbWV6b25lIG9mZnNldCBpbiBtc1xuICAgIEBMT0NBTF9USU1FWk9ORV9PRkZTRVQ6ICAgICBuZXcgRGF0ZSgpLmdldFRpbWV6b25lT2Zmc2V0KCkgKiA2MCAqIDEwMDBcblxuICAgICMgVHJpbXMgdGhlIGdpdmVuIHN0cmluZyBvbiBib3RoIHNpZGVzXG4gICAgI1xuICAgICMgQHBhcmFtIFtTdHJpbmddIHN0ciBUaGUgc3RyaW5nIHRvIHRyaW1cbiAgICAjIEBwYXJhbSBbU3RyaW5nXSBfY2hhciBUaGUgY2hhcmFjdGVyIHRvIHVzZSBmb3IgdHJpbW1pbmcgKGRlZmF1bHQ6ICdcXFxccycpXG4gICAgI1xuICAgICMgQHJldHVybiBbU3RyaW5nXSBBIHRyaW1tZWQgc3RyaW5nXG4gICAgI1xuICAgIEB0cmltOiAoc3RyLCBfY2hhciA9ICdcXFxccycpIC0+XG4gICAgICAgIHJlZ2V4TGVmdCA9IEBSRUdFWF9MRUZUX1RSSU1fQllfQ0hBUltfY2hhcl1cbiAgICAgICAgdW5sZXNzIHJlZ2V4TGVmdD9cbiAgICAgICAgICAgIEBSRUdFWF9MRUZUX1RSSU1fQllfQ0hBUltfY2hhcl0gPSByZWdleExlZnQgPSBuZXcgUmVnRXhwICdeJytfY2hhcisnJytfY2hhcisnKidcbiAgICAgICAgcmVnZXhMZWZ0Lmxhc3RJbmRleCA9IDBcbiAgICAgICAgcmVnZXhSaWdodCA9IEBSRUdFWF9SSUdIVF9UUklNX0JZX0NIQVJbX2NoYXJdXG4gICAgICAgIHVubGVzcyByZWdleFJpZ2h0P1xuICAgICAgICAgICAgQFJFR0VYX1JJR0hUX1RSSU1fQllfQ0hBUltfY2hhcl0gPSByZWdleFJpZ2h0ID0gbmV3IFJlZ0V4cCBfY2hhcisnJytfY2hhcisnKiQnXG4gICAgICAgIHJlZ2V4UmlnaHQubGFzdEluZGV4ID0gMFxuICAgICAgICByZXR1cm4gc3RyLnJlcGxhY2UocmVnZXhMZWZ0LCAnJykucmVwbGFjZShyZWdleFJpZ2h0LCAnJylcblxuXG4gICAgIyBUcmltcyB0aGUgZ2l2ZW4gc3RyaW5nIG9uIHRoZSBsZWZ0IHNpZGVcbiAgICAjXG4gICAgIyBAcGFyYW0gW1N0cmluZ10gc3RyIFRoZSBzdHJpbmcgdG8gdHJpbVxuICAgICMgQHBhcmFtIFtTdHJpbmddIF9jaGFyIFRoZSBjaGFyYWN0ZXIgdG8gdXNlIGZvciB0cmltbWluZyAoZGVmYXVsdDogJ1xcXFxzJylcbiAgICAjXG4gICAgIyBAcmV0dXJuIFtTdHJpbmddIEEgdHJpbW1lZCBzdHJpbmdcbiAgICAjXG4gICAgQGx0cmltOiAoc3RyLCBfY2hhciA9ICdcXFxccycpIC0+XG4gICAgICAgIHJlZ2V4TGVmdCA9IEBSRUdFWF9MRUZUX1RSSU1fQllfQ0hBUltfY2hhcl1cbiAgICAgICAgdW5sZXNzIHJlZ2V4TGVmdD9cbiAgICAgICAgICAgIEBSRUdFWF9MRUZUX1RSSU1fQllfQ0hBUltfY2hhcl0gPSByZWdleExlZnQgPSBuZXcgUmVnRXhwICdeJytfY2hhcisnJytfY2hhcisnKidcbiAgICAgICAgcmVnZXhMZWZ0Lmxhc3RJbmRleCA9IDBcbiAgICAgICAgcmV0dXJuIHN0ci5yZXBsYWNlKHJlZ2V4TGVmdCwgJycpXG5cblxuICAgICMgVHJpbXMgdGhlIGdpdmVuIHN0cmluZyBvbiB0aGUgcmlnaHQgc2lkZVxuICAgICNcbiAgICAjIEBwYXJhbSBbU3RyaW5nXSBzdHIgVGhlIHN0cmluZyB0byB0cmltXG4gICAgIyBAcGFyYW0gW1N0cmluZ10gX2NoYXIgVGhlIGNoYXJhY3RlciB0byB1c2UgZm9yIHRyaW1taW5nIChkZWZhdWx0OiAnXFxcXHMnKVxuICAgICNcbiAgICAjIEByZXR1cm4gW1N0cmluZ10gQSB0cmltbWVkIHN0cmluZ1xuICAgICNcbiAgICBAcnRyaW06IChzdHIsIF9jaGFyID0gJ1xcXFxzJykgLT5cbiAgICAgICAgcmVnZXhSaWdodCA9IEBSRUdFWF9SSUdIVF9UUklNX0JZX0NIQVJbX2NoYXJdXG4gICAgICAgIHVubGVzcyByZWdleFJpZ2h0P1xuICAgICAgICAgICAgQFJFR0VYX1JJR0hUX1RSSU1fQllfQ0hBUltfY2hhcl0gPSByZWdleFJpZ2h0ID0gbmV3IFJlZ0V4cCBfY2hhcisnJytfY2hhcisnKiQnXG4gICAgICAgIHJlZ2V4UmlnaHQubGFzdEluZGV4ID0gMFxuICAgICAgICByZXR1cm4gc3RyLnJlcGxhY2UocmVnZXhSaWdodCwgJycpXG5cblxuICAgICMgQ2hlY2tzIGlmIHRoZSBnaXZlbiB2YWx1ZSBpcyBlbXB0eSAobnVsbCwgdW5kZWZpbmVkLCBlbXB0eSBzdHJpbmcsIHN0cmluZyAnMCcsIGVtcHR5IEFycmF5LCBlbXB0eSBPYmplY3QpXG4gICAgI1xuICAgICMgQHBhcmFtIFtPYmplY3RdIHZhbHVlIFRoZSB2YWx1ZSB0byBjaGVja1xuICAgICNcbiAgICAjIEByZXR1cm4gW0Jvb2xlYW5dIHRydWUgaWYgdGhlIHZhbHVlIGlzIGVtcHR5XG4gICAgI1xuICAgIEBpc0VtcHR5OiAodmFsdWUpIC0+XG4gICAgICAgIHJldHVybiBub3QodmFsdWUpIG9yIHZhbHVlIGlzICcnIG9yIHZhbHVlIGlzICcwJyBvciAodmFsdWUgaW5zdGFuY2VvZiBBcnJheSBhbmQgdmFsdWUubGVuZ3RoIGlzIDApIG9yIEBpc0VtcHR5T2JqZWN0KHZhbHVlKVxuXG4gICAgIyBDaGVja3MgaWYgdGhlIGdpdmVuIHZhbHVlIGlzIGFuIGVtcHR5IG9iamVjdFxuICAgICNcbiAgICAjIEBwYXJhbSBbT2JqZWN0XSB2YWx1ZSBUaGUgdmFsdWUgdG8gY2hlY2tcbiAgICAjXG4gICAgIyBAcmV0dXJuIFtCb29sZWFuXSB0cnVlIGlmIHRoZSB2YWx1ZSBpcyBlbXB0eSBhbmQgaXMgYW4gb2JqZWN0XG4gICAgI1xuICAgIEBpc0VtcHR5T2JqZWN0OiAodmFsdWUpIC0+XG4gICAgICAgIHJldHVybiB2YWx1ZSBpbnN0YW5jZW9mIE9iamVjdCBhbmQgKGsgZm9yIG93biBrIG9mIHZhbHVlKS5sZW5ndGggaXMgMFxuXG4gICAgIyBDb3VudHMgdGhlIG51bWJlciBvZiBvY2N1cmVuY2VzIG9mIHN1YlN0cmluZyBpbnNpZGUgc3RyaW5nXG4gICAgI1xuICAgICMgQHBhcmFtIFtTdHJpbmddIHN0cmluZyBUaGUgc3RyaW5nIHdoZXJlIHRvIGNvdW50IG9jY3VyZW5jZXNcbiAgICAjIEBwYXJhbSBbU3RyaW5nXSBzdWJTdHJpbmcgVGhlIHN1YlN0cmluZyB0byBjb3VudFxuICAgICMgQHBhcmFtIFtJbnRlZ2VyXSBzdGFydCBUaGUgc3RhcnQgaW5kZXhcbiAgICAjIEBwYXJhbSBbSW50ZWdlcl0gbGVuZ3RoIFRoZSBzdHJpbmcgbGVuZ3RoIHVudGlsIHdoZXJlIHRvIGNvdW50XG4gICAgI1xuICAgICMgQHJldHVybiBbSW50ZWdlcl0gVGhlIG51bWJlciBvZiBvY2N1cmVuY2VzXG4gICAgI1xuICAgIEBzdWJTdHJDb3VudDogKHN0cmluZywgc3ViU3RyaW5nLCBzdGFydCwgbGVuZ3RoKSAtPlxuICAgICAgICBjID0gMFxuXG4gICAgICAgIHN0cmluZyA9ICcnICsgc3RyaW5nXG4gICAgICAgIHN1YlN0cmluZyA9ICcnICsgc3ViU3RyaW5nXG5cbiAgICAgICAgaWYgc3RhcnQ/XG4gICAgICAgICAgICBzdHJpbmcgPSBzdHJpbmdbc3RhcnQuLl1cbiAgICAgICAgaWYgbGVuZ3RoP1xuICAgICAgICAgICAgc3RyaW5nID0gc3RyaW5nWzAuLi5sZW5ndGhdXG5cbiAgICAgICAgbGVuID0gc3RyaW5nLmxlbmd0aFxuICAgICAgICBzdWJsZW4gPSBzdWJTdHJpbmcubGVuZ3RoXG4gICAgICAgIGZvciBpIGluIFswLi4ubGVuXVxuICAgICAgICAgICAgaWYgc3ViU3RyaW5nIGlzIHN0cmluZ1tpLi4uc3VibGVuXVxuICAgICAgICAgICAgICAgIGMrK1xuICAgICAgICAgICAgICAgIGkgKz0gc3VibGVuIC0gMVxuXG4gICAgICAgIHJldHVybiBjXG5cblxuICAgICMgUmV0dXJucyB0cnVlIGlmIGlucHV0IGlzIG9ubHkgY29tcG9zZWQgb2YgZGlnaXRzXG4gICAgI1xuICAgICMgQHBhcmFtIFtPYmplY3RdIGlucHV0IFRoZSB2YWx1ZSB0byB0ZXN0XG4gICAgI1xuICAgICMgQHJldHVybiBbQm9vbGVhbl0gdHJ1ZSBpZiBpbnB1dCBpcyBvbmx5IGNvbXBvc2VkIG9mIGRpZ2l0c1xuICAgICNcbiAgICBAaXNEaWdpdHM6IChpbnB1dCkgLT5cbiAgICAgICAgQFJFR0VYX0RJR0lUUy5sYXN0SW5kZXggPSAwXG4gICAgICAgIHJldHVybiBAUkVHRVhfRElHSVRTLnRlc3QgaW5wdXRcblxuXG4gICAgIyBEZWNvZGUgb2N0YWwgdmFsdWVcbiAgICAjXG4gICAgIyBAcGFyYW0gW1N0cmluZ10gaW5wdXQgVGhlIHZhbHVlIHRvIGRlY29kZVxuICAgICNcbiAgICAjIEByZXR1cm4gW0ludGVnZXJdIFRoZSBkZWNvZGVkIHZhbHVlXG4gICAgI1xuICAgIEBvY3REZWM6IChpbnB1dCkgLT5cbiAgICAgICAgQFJFR0VYX09DVEFMLmxhc3RJbmRleCA9IDBcbiAgICAgICAgcmV0dXJuIHBhcnNlSW50KChpbnB1dCsnJykucmVwbGFjZShAUkVHRVhfT0NUQUwsICcnKSwgOClcblxuXG4gICAgIyBEZWNvZGUgaGV4YWRlY2ltYWwgdmFsdWVcbiAgICAjXG4gICAgIyBAcGFyYW0gW1N0cmluZ10gaW5wdXQgVGhlIHZhbHVlIHRvIGRlY29kZVxuICAgICNcbiAgICAjIEByZXR1cm4gW0ludGVnZXJdIFRoZSBkZWNvZGVkIHZhbHVlXG4gICAgI1xuICAgIEBoZXhEZWM6IChpbnB1dCkgLT5cbiAgICAgICAgQFJFR0VYX0hFWEFERUNJTUFMLmxhc3RJbmRleCA9IDBcbiAgICAgICAgaW5wdXQgPSBAdHJpbShpbnB1dClcbiAgICAgICAgaWYgKGlucHV0KycnKVswLi4uMl0gaXMgJzB4JyB0aGVuIGlucHV0ID0gKGlucHV0KycnKVsyLi5dXG4gICAgICAgIHJldHVybiBwYXJzZUludCgoaW5wdXQrJycpLnJlcGxhY2UoQFJFR0VYX0hFWEFERUNJTUFMLCAnJyksIDE2KVxuXG5cbiAgICAjIEdldCB0aGUgVVRGLTggY2hhcmFjdGVyIGZvciB0aGUgZ2l2ZW4gY29kZSBwb2ludC5cbiAgICAjXG4gICAgIyBAcGFyYW0gW0ludGVnZXJdIGMgVGhlIHVuaWNvZGUgY29kZSBwb2ludFxuICAgICNcbiAgICAjIEByZXR1cm4gW1N0cmluZ10gVGhlIGNvcnJlc3BvbmRpbmcgVVRGLTggY2hhcmFjdGVyXG4gICAgI1xuICAgIEB1dGY4Y2hyOiAoYykgLT5cbiAgICAgICAgY2ggPSBTdHJpbmcuZnJvbUNoYXJDb2RlXG4gICAgICAgIGlmIDB4ODAgPiAoYyAlPSAweDIwMDAwMClcbiAgICAgICAgICAgIHJldHVybiBjaChjKVxuICAgICAgICBpZiAweDgwMCA+IGNcbiAgICAgICAgICAgIHJldHVybiBjaCgweEMwIHwgYz4+NikgKyBjaCgweDgwIHwgYyAmIDB4M0YpXG4gICAgICAgIGlmIDB4MTAwMDAgPiBjXG4gICAgICAgICAgICByZXR1cm4gY2goMHhFMCB8IGM+PjEyKSArIGNoKDB4ODAgfCBjPj42ICYgMHgzRikgKyBjaCgweDgwIHwgYyAmIDB4M0YpXG5cbiAgICAgICAgcmV0dXJuIGNoKDB4RjAgfCBjPj4xOCkgKyBjaCgweDgwIHwgYz4+MTIgJiAweDNGKSArIGNoKDB4ODAgfCBjPj42ICYgMHgzRikgKyBjaCgweDgwIHwgYyAmIDB4M0YpXG5cblxuICAgICMgUmV0dXJucyB0aGUgYm9vbGVhbiB2YWx1ZSBlcXVpdmFsZW50IHRvIHRoZSBnaXZlbiBpbnB1dFxuICAgICNcbiAgICAjIEBwYXJhbSBbU3RyaW5nfE9iamVjdF0gICAgaW5wdXQgICAgICAgVGhlIGlucHV0IHZhbHVlXG4gICAgIyBAcGFyYW0gW0Jvb2xlYW5dICAgICAgICAgIHN0cmljdCAgICAgIElmIHNldCB0byBmYWxzZSwgYWNjZXB0ICd5ZXMnIGFuZCAnbm8nIGFzIGJvb2xlYW4gdmFsdWVzXG4gICAgI1xuICAgICMgQHJldHVybiBbQm9vbGVhbl0gICAgICAgICB0aGUgYm9vbGVhbiB2YWx1ZVxuICAgICNcbiAgICBAcGFyc2VCb29sZWFuOiAoaW5wdXQsIHN0cmljdCA9IHRydWUpIC0+XG4gICAgICAgIGlmIHR5cGVvZihpbnB1dCkgaXMgJ3N0cmluZydcbiAgICAgICAgICAgIGxvd2VySW5wdXQgPSBpbnB1dC50b0xvd2VyQ2FzZSgpXG4gICAgICAgICAgICBpZiBub3Qgc3RyaWN0XG4gICAgICAgICAgICAgICAgaWYgbG93ZXJJbnB1dCBpcyAnbm8nIHRoZW4gcmV0dXJuIGZhbHNlXG4gICAgICAgICAgICBpZiBsb3dlcklucHV0IGlzICcwJyB0aGVuIHJldHVybiBmYWxzZVxuICAgICAgICAgICAgaWYgbG93ZXJJbnB1dCBpcyAnZmFsc2UnIHRoZW4gcmV0dXJuIGZhbHNlXG4gICAgICAgICAgICBpZiBsb3dlcklucHV0IGlzICcnIHRoZW4gcmV0dXJuIGZhbHNlXG4gICAgICAgICAgICByZXR1cm4gdHJ1ZVxuICAgICAgICByZXR1cm4gISFpbnB1dFxuXG5cblxuICAgICMgUmV0dXJucyB0cnVlIGlmIGlucHV0IGlzIG51bWVyaWNcbiAgICAjXG4gICAgIyBAcGFyYW0gW09iamVjdF0gaW5wdXQgVGhlIHZhbHVlIHRvIHRlc3RcbiAgICAjXG4gICAgIyBAcmV0dXJuIFtCb29sZWFuXSB0cnVlIGlmIGlucHV0IGlzIG51bWVyaWNcbiAgICAjXG4gICAgQGlzTnVtZXJpYzogKGlucHV0KSAtPlxuICAgICAgICBAUkVHRVhfU1BBQ0VTLmxhc3RJbmRleCA9IDBcbiAgICAgICAgcmV0dXJuIHR5cGVvZihpbnB1dCkgaXMgJ251bWJlcicgb3IgdHlwZW9mKGlucHV0KSBpcyAnc3RyaW5nJyBhbmQgIWlzTmFOKGlucHV0KSBhbmQgaW5wdXQucmVwbGFjZShAUkVHRVhfU1BBQ0VTLCAnJykgaXNudCAnJ1xuXG5cbiAgICAjIFJldHVybnMgYSBwYXJzZWQgZGF0ZSBmcm9tIHRoZSBnaXZlbiBzdHJpbmdcbiAgICAjXG4gICAgIyBAcGFyYW0gW1N0cmluZ10gc3RyIFRoZSBkYXRlIHN0cmluZyB0byBwYXJzZVxuICAgICNcbiAgICAjIEByZXR1cm4gW0RhdGVdIFRoZSBwYXJzZWQgZGF0ZSBvciBudWxsIGlmIHBhcnNpbmcgZmFpbGVkXG4gICAgI1xuICAgIEBzdHJpbmdUb0RhdGU6IChzdHIpIC0+XG4gICAgICAgIHVubGVzcyBzdHI/Lmxlbmd0aFxuICAgICAgICAgICAgcmV0dXJuIG51bGxcblxuICAgICAgICAjIFBlcmZvcm0gcmVndWxhciBleHByZXNzaW9uIHBhdHRlcm5cbiAgICAgICAgaW5mbyA9IEBQQVRURVJOX0RBVEUuZXhlYyBzdHJcbiAgICAgICAgdW5sZXNzIGluZm9cbiAgICAgICAgICAgIHJldHVybiBudWxsXG5cbiAgICAgICAgIyBFeHRyYWN0IHllYXIsIG1vbnRoLCBkYXlcbiAgICAgICAgeWVhciA9IHBhcnNlSW50IGluZm8ueWVhciwgMTBcbiAgICAgICAgbW9udGggPSBwYXJzZUludChpbmZvLm1vbnRoLCAxMCkgLSAxICMgSW4gamF2YXNjcmlwdCwgamFudWFyeSBpcyAwLCBmZWJydWFyeSAxLCBldGMuLi5cbiAgICAgICAgZGF5ID0gcGFyc2VJbnQgaW5mby5kYXksIDEwXG5cbiAgICAgICAgIyBJZiBubyBob3VyIGlzIGdpdmVuLCByZXR1cm4gYSBkYXRlIHdpdGggZGF5IHByZWNpc2lvblxuICAgICAgICB1bmxlc3MgaW5mby5ob3VyP1xuICAgICAgICAgICAgZGF0ZSA9IG5ldyBEYXRlIERhdGUuVVRDKHllYXIsIG1vbnRoLCBkYXkpXG4gICAgICAgICAgICByZXR1cm4gZGF0ZVxuXG4gICAgICAgICMgRXh0cmFjdCBob3VyLCBtaW51dGUsIHNlY29uZFxuICAgICAgICBob3VyID0gcGFyc2VJbnQgaW5mby5ob3VyLCAxMFxuICAgICAgICBtaW51dGUgPSBwYXJzZUludCBpbmZvLm1pbnV0ZSwgMTBcbiAgICAgICAgc2Vjb25kID0gcGFyc2VJbnQgaW5mby5zZWNvbmQsIDEwXG5cbiAgICAgICAgIyBFeHRyYWN0IGZyYWN0aW9uLCBpZiBnaXZlblxuICAgICAgICBpZiBpbmZvLmZyYWN0aW9uP1xuICAgICAgICAgICAgZnJhY3Rpb24gPSBpbmZvLmZyYWN0aW9uWzAuLi4zXVxuICAgICAgICAgICAgd2hpbGUgZnJhY3Rpb24ubGVuZ3RoIDwgM1xuICAgICAgICAgICAgICAgIGZyYWN0aW9uICs9ICcwJ1xuICAgICAgICAgICAgZnJhY3Rpb24gPSBwYXJzZUludCBmcmFjdGlvbiwgMTBcbiAgICAgICAgZWxzZVxuICAgICAgICAgICAgZnJhY3Rpb24gPSAwXG5cbiAgICAgICAgIyBDb21wdXRlIHRpbWV6b25lIG9mZnNldCBpZiBnaXZlblxuICAgICAgICBpZiBpbmZvLnR6P1xuICAgICAgICAgICAgdHpfaG91ciA9IHBhcnNlSW50IGluZm8udHpfaG91ciwgMTBcbiAgICAgICAgICAgIGlmIGluZm8udHpfbWludXRlP1xuICAgICAgICAgICAgICAgIHR6X21pbnV0ZSA9IHBhcnNlSW50IGluZm8udHpfbWludXRlLCAxMFxuICAgICAgICAgICAgZWxzZVxuICAgICAgICAgICAgICAgIHR6X21pbnV0ZSA9IDBcblxuICAgICAgICAgICAgIyBDb21wdXRlIHRpbWV6b25lIGRlbHRhIGluIG1zXG4gICAgICAgICAgICB0el9vZmZzZXQgPSAodHpfaG91ciAqIDYwICsgdHpfbWludXRlKSAqIDYwMDAwXG4gICAgICAgICAgICBpZiAnLScgaXMgaW5mby50el9zaWduXG4gICAgICAgICAgICAgICAgdHpfb2Zmc2V0ICo9IC0xXG5cbiAgICAgICAgIyBDb21wdXRlIGRhdGVcbiAgICAgICAgZGF0ZSA9IG5ldyBEYXRlIERhdGUuVVRDKHllYXIsIG1vbnRoLCBkYXksIGhvdXIsIG1pbnV0ZSwgc2Vjb25kLCBmcmFjdGlvbilcbiAgICAgICAgaWYgdHpfb2Zmc2V0XG4gICAgICAgICAgICBkYXRlLnNldFRpbWUgZGF0ZS5nZXRUaW1lKCkgLSB0el9vZmZzZXRcblxuICAgICAgICByZXR1cm4gZGF0ZVxuXG5cbiAgICAjIFJlcGVhdHMgdGhlIGdpdmVuIHN0cmluZyBhIG51bWJlciBvZiB0aW1lc1xuICAgICNcbiAgICAjIEBwYXJhbSBbU3RyaW5nXSAgIHN0ciAgICAgVGhlIHN0cmluZyB0byByZXBlYXRcbiAgICAjIEBwYXJhbSBbSW50ZWdlcl0gIG51bWJlciAgVGhlIG51bWJlciBvZiB0aW1lcyB0byByZXBlYXQgdGhlIHN0cmluZ1xuICAgICNcbiAgICAjIEByZXR1cm4gW1N0cmluZ10gIFRoZSByZXBlYXRlZCBzdHJpbmdcbiAgICAjXG4gICAgQHN0clJlcGVhdDogKHN0ciwgbnVtYmVyKSAtPlxuICAgICAgICByZXMgPSAnJ1xuICAgICAgICBpID0gMFxuICAgICAgICB3aGlsZSBpIDwgbnVtYmVyXG4gICAgICAgICAgICByZXMgKz0gc3RyXG4gICAgICAgICAgICBpKytcbiAgICAgICAgcmV0dXJuIHJlc1xuXG5cbiAgICAjIFJlYWRzIHRoZSBkYXRhIGZyb20gdGhlIGdpdmVuIGZpbGUgcGF0aCBhbmQgcmV0dXJucyB0aGUgcmVzdWx0IGFzIHN0cmluZ1xuICAgICNcbiAgICAjIEBwYXJhbSBbU3RyaW5nXSAgIHBhdGggICAgICAgIFRoZSBwYXRoIHRvIHRoZSBmaWxlXG4gICAgIyBAcGFyYW0gW0Z1bmN0aW9uXSBjYWxsYmFjayAgICBBIGNhbGxiYWNrIHRvIHJlYWQgZmlsZSBhc3luY2hyb25vdXNseSAob3B0aW9uYWwpXG4gICAgI1xuICAgICMgQHJldHVybiBbU3RyaW5nXSAgVGhlIHJlc3VsdGluZyBkYXRhIGFzIHN0cmluZ1xuICAgICNcbiAgICBAZ2V0U3RyaW5nRnJvbUZpbGU6IChwYXRoLCBjYWxsYmFjayA9IG51bGwpIC0+XG4gICAgICAgIHhociA9IG51bGxcbiAgICAgICAgaWYgd2luZG93P1xuICAgICAgICAgICAgaWYgd2luZG93LlhNTEh0dHBSZXF1ZXN0XG4gICAgICAgICAgICAgICAgeGhyID0gbmV3IFhNTEh0dHBSZXF1ZXN0KClcbiAgICAgICAgICAgIGVsc2UgaWYgd2luZG93LkFjdGl2ZVhPYmplY3RcbiAgICAgICAgICAgICAgICBmb3IgbmFtZSBpbiBbXCJNc3htbDIuWE1MSFRUUC42LjBcIiwgXCJNc3htbDIuWE1MSFRUUC4zLjBcIiwgXCJNc3htbDIuWE1MSFRUUFwiLCBcIk1pY3Jvc29mdC5YTUxIVFRQXCJdXG4gICAgICAgICAgICAgICAgICAgIHRyeVxuICAgICAgICAgICAgICAgICAgICAgICAgeGhyID0gbmV3IEFjdGl2ZVhPYmplY3QobmFtZSlcblxuICAgICAgICBpZiB4aHI/XG4gICAgICAgICAgICAjIEJyb3dzZXJcbiAgICAgICAgICAgIGlmIGNhbGxiYWNrP1xuICAgICAgICAgICAgICAgICMgQXN5bmNcbiAgICAgICAgICAgICAgICB4aHIub25yZWFkeXN0YXRlY2hhbmdlID0gLT5cbiAgICAgICAgICAgICAgICAgICAgaWYgeGhyLnJlYWR5U3RhdGUgaXMgNFxuICAgICAgICAgICAgICAgICAgICAgICAgaWYgeGhyLnN0YXR1cyBpcyAyMDAgb3IgeGhyLnN0YXR1cyBpcyAwXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgY2FsbGJhY2soeGhyLnJlc3BvbnNlVGV4dClcbiAgICAgICAgICAgICAgICAgICAgICAgIGVsc2VcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjYWxsYmFjayhudWxsKVxuICAgICAgICAgICAgICAgIHhoci5vcGVuICdHRVQnLCBwYXRoLCB0cnVlXG4gICAgICAgICAgICAgICAgeGhyLnNlbmQgbnVsbFxuXG4gICAgICAgICAgICBlbHNlXG4gICAgICAgICAgICAgICAgIyBTeW5jXG4gICAgICAgICAgICAgICAgeGhyLm9wZW4gJ0dFVCcsIHBhdGgsIGZhbHNlXG4gICAgICAgICAgICAgICAgeGhyLnNlbmQgbnVsbFxuXG4gICAgICAgICAgICAgICAgaWYgeGhyLnN0YXR1cyBpcyAyMDAgb3IgeGhyLnN0YXR1cyA9PSAwXG4gICAgICAgICAgICAgICAgICAgIHJldHVybiB4aHIucmVzcG9uc2VUZXh0XG5cbiAgICAgICAgICAgICAgICByZXR1cm4gbnVsbFxuICAgICAgICBlbHNlXG4gICAgICAgICAgICAjIE5vZGUuanMtbGlrZVxuICAgICAgICAgICAgcmVxID0gcmVxdWlyZVxuICAgICAgICAgICAgZnMgPSByZXEoJ2ZzJykgIyBQcmV2ZW50IGJyb3dzZXJpZnkgZnJvbSB0cnlpbmcgdG8gbG9hZCAnZnMnIG1vZHVsZVxuICAgICAgICAgICAgaWYgY2FsbGJhY2s/XG4gICAgICAgICAgICAgICAgIyBBc3luY1xuICAgICAgICAgICAgICAgIGZzLnJlYWRGaWxlIHBhdGgsIChlcnIsIGRhdGEpIC0+XG4gICAgICAgICAgICAgICAgICAgIGlmIGVyclxuICAgICAgICAgICAgICAgICAgICAgICAgY2FsbGJhY2sgbnVsbFxuICAgICAgICAgICAgICAgICAgICBlbHNlXG4gICAgICAgICAgICAgICAgICAgICAgICBjYWxsYmFjayBTdHJpbmcoZGF0YSlcblxuICAgICAgICAgICAgZWxzZVxuICAgICAgICAgICAgICAgICMgU3luY1xuICAgICAgICAgICAgICAgIGRhdGEgPSBmcy5yZWFkRmlsZVN5bmMgcGF0aFxuICAgICAgICAgICAgICAgIGlmIGRhdGE/XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBTdHJpbmcoZGF0YSlcbiAgICAgICAgICAgICAgICByZXR1cm4gbnVsbFxuXG5cblxubW9kdWxlLmV4cG9ydHMgPSBVdGlsc1xuIiwiXG5QYXJzZXIgPSByZXF1aXJlICcuL1BhcnNlcidcbkR1bXBlciA9IHJlcXVpcmUgJy4vRHVtcGVyJ1xuVXRpbHMgID0gcmVxdWlyZSAnLi9VdGlscydcblxuIyBZYW1sIG9mZmVycyBjb252ZW5pZW5jZSBtZXRob2RzIHRvIGxvYWQgYW5kIGR1bXAgWUFNTC5cbiNcbmNsYXNzIFlhbWxcblxuICAgICMgUGFyc2VzIFlBTUwgaW50byBhIEphdmFTY3JpcHQgb2JqZWN0LlxuICAgICNcbiAgICAjIFRoZSBwYXJzZSBtZXRob2QsIHdoZW4gc3VwcGxpZWQgd2l0aCBhIFlBTUwgc3RyaW5nLFxuICAgICMgd2lsbCBkbyBpdHMgYmVzdCB0byBjb252ZXJ0IFlBTUwgaW4gYSBmaWxlIGludG8gYSBKYXZhU2NyaXB0IG9iamVjdC5cbiAgICAjXG4gICAgIyAgVXNhZ2U6XG4gICAgIyAgICAgbXlPYmplY3QgPSBZYW1sLnBhcnNlKCdzb21lOiB5YW1sJyk7XG4gICAgIyAgICAgY29uc29sZS5sb2cobXlPYmplY3QpO1xuICAgICNcbiAgICAjIEBwYXJhbSBbU3RyaW5nXSAgIGlucHV0ICAgICAgICAgICAgICAgICAgIEEgc3RyaW5nIGNvbnRhaW5pbmcgWUFNTFxuICAgICMgQHBhcmFtIFtCb29sZWFuXSAgZXhjZXB0aW9uT25JbnZhbGlkVHlwZSAgdHJ1ZSBpZiBhbiBleGNlcHRpb24gbXVzdCBiZSB0aHJvd24gb24gaW52YWxpZCB0eXBlcywgZmFsc2Ugb3RoZXJ3aXNlXG4gICAgIyBAcGFyYW0gW0Z1bmN0aW9uXSBvYmplY3REZWNvZGVyICAgICAgICAgICBBIGZ1bmN0aW9uIHRvIGRlc2VyaWFsaXplIGN1c3RvbSBvYmplY3RzLCBudWxsIG90aGVyd2lzZVxuICAgICNcbiAgICAjIEByZXR1cm4gW09iamVjdF0gIFRoZSBZQU1MIGNvbnZlcnRlZCB0byBhIEphdmFTY3JpcHQgb2JqZWN0XG4gICAgI1xuICAgICMgQHRocm93IFtQYXJzZUV4Y2VwdGlvbl0gSWYgdGhlIFlBTUwgaXMgbm90IHZhbGlkXG4gICAgI1xuICAgIEBwYXJzZTogKGlucHV0LCBleGNlcHRpb25PbkludmFsaWRUeXBlID0gZmFsc2UsIG9iamVjdERlY29kZXIgPSBudWxsKSAtPlxuICAgICAgICByZXR1cm4gbmV3IFBhcnNlcigpLnBhcnNlKGlucHV0LCBleGNlcHRpb25PbkludmFsaWRUeXBlLCBvYmplY3REZWNvZGVyKVxuXG5cbiAgICAjIFBhcnNlcyBZQU1MIGZyb20gZmlsZSBwYXRoIGludG8gYSBKYXZhU2NyaXB0IG9iamVjdC5cbiAgICAjXG4gICAgIyBUaGUgcGFyc2VGaWxlIG1ldGhvZCwgd2hlbiBzdXBwbGllZCB3aXRoIGEgWUFNTCBmaWxlLFxuICAgICMgd2lsbCBkbyBpdHMgYmVzdCB0byBjb252ZXJ0IFlBTUwgaW4gYSBmaWxlIGludG8gYSBKYXZhU2NyaXB0IG9iamVjdC5cbiAgICAjXG4gICAgIyAgVXNhZ2U6XG4gICAgIyAgICAgbXlPYmplY3QgPSBZYW1sLnBhcnNlRmlsZSgnY29uZmlnLnltbCcpO1xuICAgICMgICAgIGNvbnNvbGUubG9nKG15T2JqZWN0KTtcbiAgICAjXG4gICAgIyBAcGFyYW0gW1N0cmluZ10gICBwYXRoICAgICAgICAgICAgICAgICAgICBBIGZpbGUgcGF0aCBwb2ludGluZyB0byBhIHZhbGlkIFlBTUwgZmlsZVxuICAgICMgQHBhcmFtIFtCb29sZWFuXSAgZXhjZXB0aW9uT25JbnZhbGlkVHlwZSAgdHJ1ZSBpZiBhbiBleGNlcHRpb24gbXVzdCBiZSB0aHJvd24gb24gaW52YWxpZCB0eXBlcywgZmFsc2Ugb3RoZXJ3aXNlXG4gICAgIyBAcGFyYW0gW0Z1bmN0aW9uXSBvYmplY3REZWNvZGVyICAgICAgICAgICBBIGZ1bmN0aW9uIHRvIGRlc2VyaWFsaXplIGN1c3RvbSBvYmplY3RzLCBudWxsIG90aGVyd2lzZVxuICAgICNcbiAgICAjIEByZXR1cm4gW09iamVjdF0gIFRoZSBZQU1MIGNvbnZlcnRlZCB0byBhIEphdmFTY3JpcHQgb2JqZWN0IG9yIG51bGwgaWYgdGhlIGZpbGUgZG9lc24ndCBleGlzdC5cbiAgICAjXG4gICAgIyBAdGhyb3cgW1BhcnNlRXhjZXB0aW9uXSBJZiB0aGUgWUFNTCBpcyBub3QgdmFsaWRcbiAgICAjXG4gICAgQHBhcnNlRmlsZTogKHBhdGgsIGNhbGxiYWNrID0gbnVsbCwgZXhjZXB0aW9uT25JbnZhbGlkVHlwZSA9IGZhbHNlLCBvYmplY3REZWNvZGVyID0gbnVsbCkgLT5cbiAgICAgICAgaWYgY2FsbGJhY2s/XG4gICAgICAgICAgICAjIEFzeW5jXG4gICAgICAgICAgICBVdGlscy5nZXRTdHJpbmdGcm9tRmlsZSBwYXRoLCAoaW5wdXQpID0+XG4gICAgICAgICAgICAgICAgcmVzdWx0ID0gbnVsbFxuICAgICAgICAgICAgICAgIGlmIGlucHV0P1xuICAgICAgICAgICAgICAgICAgICByZXN1bHQgPSBAcGFyc2UgaW5wdXQsIGV4Y2VwdGlvbk9uSW52YWxpZFR5cGUsIG9iamVjdERlY29kZXJcbiAgICAgICAgICAgICAgICBjYWxsYmFjayByZXN1bHRcbiAgICAgICAgICAgICAgICByZXR1cm5cbiAgICAgICAgZWxzZVxuICAgICAgICAgICAgIyBTeW5jXG4gICAgICAgICAgICBpbnB1dCA9IFV0aWxzLmdldFN0cmluZ0Zyb21GaWxlIHBhdGhcbiAgICAgICAgICAgIGlmIGlucHV0P1xuICAgICAgICAgICAgICAgIHJldHVybiBAcGFyc2UgaW5wdXQsIGV4Y2VwdGlvbk9uSW52YWxpZFR5cGUsIG9iamVjdERlY29kZXJcbiAgICAgICAgICAgIHJldHVybiBudWxsXG5cblxuICAgICMgRHVtcHMgYSBKYXZhU2NyaXB0IG9iamVjdCB0byBhIFlBTUwgc3RyaW5nLlxuICAgICNcbiAgICAjIFRoZSBkdW1wIG1ldGhvZCwgd2hlbiBzdXBwbGllZCB3aXRoIGFuIG9iamVjdCwgd2lsbCBkbyBpdHMgYmVzdFxuICAgICMgdG8gY29udmVydCB0aGUgb2JqZWN0IGludG8gZnJpZW5kbHkgWUFNTC5cbiAgICAjXG4gICAgIyBAcGFyYW0gW09iamVjdF0gICBpbnB1dCAgICAgICAgICAgICAgICAgICBKYXZhU2NyaXB0IG9iamVjdFxuICAgICMgQHBhcmFtIFtJbnRlZ2VyXSAgaW5saW5lICAgICAgICAgICAgICAgICAgVGhlIGxldmVsIHdoZXJlIHlvdSBzd2l0Y2ggdG8gaW5saW5lIFlBTUxcbiAgICAjIEBwYXJhbSBbSW50ZWdlcl0gIGluZGVudCAgICAgICAgICAgICAgICAgIFRoZSBhbW91bnQgb2Ygc3BhY2VzIHRvIHVzZSBmb3IgaW5kZW50YXRpb24gb2YgbmVzdGVkIG5vZGVzLlxuICAgICMgQHBhcmFtIFtCb29sZWFuXSAgZXhjZXB0aW9uT25JbnZhbGlkVHlwZSAgdHJ1ZSBpZiBhbiBleGNlcHRpb24gbXVzdCBiZSB0aHJvd24gb24gaW52YWxpZCB0eXBlcyAoYSBKYXZhU2NyaXB0IHJlc291cmNlIG9yIG9iamVjdCksIGZhbHNlIG90aGVyd2lzZVxuICAgICMgQHBhcmFtIFtGdW5jdGlvbl0gb2JqZWN0RW5jb2RlciAgICAgICAgICAgQSBmdW5jdGlvbiB0byBzZXJpYWxpemUgY3VzdG9tIG9iamVjdHMsIG51bGwgb3RoZXJ3aXNlXG4gICAgI1xuICAgICMgQHJldHVybiBbU3RyaW5nXSAgQSBZQU1MIHN0cmluZyByZXByZXNlbnRpbmcgdGhlIG9yaWdpbmFsIEphdmFTY3JpcHQgb2JqZWN0XG4gICAgI1xuICAgIEBkdW1wOiAoaW5wdXQsIGlubGluZSA9IDIsIGluZGVudCA9IDQsIGV4Y2VwdGlvbk9uSW52YWxpZFR5cGUgPSBmYWxzZSwgb2JqZWN0RW5jb2RlciA9IG51bGwpIC0+XG4gICAgICAgIHlhbWwgPSBuZXcgRHVtcGVyKClcbiAgICAgICAgeWFtbC5pbmRlbnRhdGlvbiA9IGluZGVudFxuXG4gICAgICAgIHJldHVybiB5YW1sLmR1bXAoaW5wdXQsIGlubGluZSwgMCwgZXhjZXB0aW9uT25JbnZhbGlkVHlwZSwgb2JqZWN0RW5jb2RlcilcblxuXG4gICAgIyBSZWdpc3RlcnMgLnltbCBleHRlbnNpb24gdG8gd29yayB3aXRoIG5vZGUncyByZXF1aXJlKCkgZnVuY3Rpb24uXG4gICAgI1xuICAgIEByZWdpc3RlcjogLT5cbiAgICAgICAgcmVxdWlyZV9oYW5kbGVyID0gKG1vZHVsZSwgZmlsZW5hbWUpIC0+XG4gICAgICAgICAgICAjIEZpbGwgaW4gcmVzdWx0XG4gICAgICAgICAgICBtb2R1bGUuZXhwb3J0cyA9IFlBTUwucGFyc2VGaWxlIGZpbGVuYW1lXG5cbiAgICAgICAgIyBSZWdpc3RlciByZXF1aXJlIGV4dGVuc2lvbnMgb25seSBpZiB3ZSdyZSBvbiBub2RlLmpzXG4gICAgICAgICMgaGFjayBmb3IgYnJvd3NlcmlmeVxuICAgICAgICBpZiByZXF1aXJlPy5leHRlbnNpb25zP1xuICAgICAgICAgICAgcmVxdWlyZS5leHRlbnNpb25zWycueW1sJ10gPSByZXF1aXJlX2hhbmRsZXJcbiAgICAgICAgICAgIHJlcXVpcmUuZXh0ZW5zaW9uc1snLnlhbWwnXSA9IHJlcXVpcmVfaGFuZGxlclxuXG5cbiAgICAjIEFsaWFzIG9mIGR1bXAoKSBtZXRob2QgZm9yIGNvbXBhdGliaWxpdHkgcmVhc29ucy5cbiAgICAjXG4gICAgQHN0cmluZ2lmeTogKGlucHV0LCBpbmxpbmUsIGluZGVudCwgZXhjZXB0aW9uT25JbnZhbGlkVHlwZSwgb2JqZWN0RW5jb2RlcikgLT5cbiAgICAgICAgcmV0dXJuIEBkdW1wIGlucHV0LCBpbmxpbmUsIGluZGVudCwgZXhjZXB0aW9uT25JbnZhbGlkVHlwZSwgb2JqZWN0RW5jb2RlclxuXG5cbiAgICAjIEFsaWFzIG9mIHBhcnNlRmlsZSgpIG1ldGhvZCBmb3IgY29tcGF0aWJpbGl0eSByZWFzb25zLlxuICAgICNcbiAgICBAbG9hZDogKHBhdGgsIGNhbGxiYWNrLCBleGNlcHRpb25PbkludmFsaWRUeXBlLCBvYmplY3REZWNvZGVyKSAtPlxuICAgICAgICByZXR1cm4gQHBhcnNlRmlsZSBwYXRoLCBjYWxsYmFjaywgZXhjZXB0aW9uT25JbnZhbGlkVHlwZSwgb2JqZWN0RGVjb2RlclxuXG5cbiMgRXhwb3NlIFlBTUwgbmFtZXNwYWNlIHRvIGJyb3dzZXJcbndpbmRvdz8uWUFNTCA9IFlhbWxcblxuIyBOb3QgaW4gdGhlIGJyb3dzZXI/XG51bmxlc3Mgd2luZG93P1xuICAgIEBZQU1MID0gWWFtbFxuXG5tb2R1bGUuZXhwb3J0cyA9IFlhbWxcbiJdfQ== diff --git a/node_modules/yamljs/dist/yaml.js b/node_modules/yamljs/dist/yaml.js new file mode 100644 index 0000000..5e07c9e --- /dev/null +++ b/node_modules/yamljs/dist/yaml.js @@ -0,0 +1,1904 @@ +(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o ref; i = 0 <= ref ? ++j : --j) { + mapping[Escaper.LIST_ESCAPEES[i]] = Escaper.LIST_ESCAPED[i]; + } + return mapping; + })(); + + Escaper.PATTERN_CHARACTERS_TO_ESCAPE = new Pattern('[\\x00-\\x1f]|\xc2\x85|\xc2\xa0|\xe2\x80\xa8|\xe2\x80\xa9'); + + Escaper.PATTERN_MAPPING_ESCAPEES = new Pattern(Escaper.LIST_ESCAPEES.join('|').split('\\').join('\\\\')); + + Escaper.PATTERN_SINGLE_QUOTING = new Pattern('[\\s\'":{}[\\],&*#?]|^[-?|<>=!%@`]'); + + Escaper.requiresDoubleQuoting = function(value) { + return this.PATTERN_CHARACTERS_TO_ESCAPE.test(value); + }; + + Escaper.escapeWithDoubleQuotes = function(value) { + var result; + result = this.PATTERN_MAPPING_ESCAPEES.replace(value, (function(_this) { + return function(str) { + return _this.MAPPING_ESCAPEES_TO_ESCAPED[str]; + }; + })(this)); + return '"' + result + '"'; + }; + + Escaper.requiresSingleQuoting = function(value) { + return this.PATTERN_SINGLE_QUOTING.test(value); + }; + + Escaper.escapeWithSingleQuotes = function(value) { + return "'" + value.replace(/'/g, "''") + "'"; + }; + + return Escaper; + +})(); + +module.exports = Escaper; + + +},{"./Pattern":8}],3:[function(require,module,exports){ +var DumpException, + extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, + hasProp = {}.hasOwnProperty; + +DumpException = (function(superClass) { + extend(DumpException, superClass); + + function DumpException(message, parsedLine, snippet) { + this.message = message; + this.parsedLine = parsedLine; + this.snippet = snippet; + } + + DumpException.prototype.toString = function() { + if ((this.parsedLine != null) && (this.snippet != null)) { + return ' ' + this.message + ' (line ' + this.parsedLine + ': \'' + this.snippet + '\')'; + } else { + return ' ' + this.message; + } + }; + + return DumpException; + +})(Error); + +module.exports = DumpException; + + +},{}],4:[function(require,module,exports){ +var ParseException, + extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, + hasProp = {}.hasOwnProperty; + +ParseException = (function(superClass) { + extend(ParseException, superClass); + + function ParseException(message, parsedLine, snippet) { + this.message = message; + this.parsedLine = parsedLine; + this.snippet = snippet; + } + + ParseException.prototype.toString = function() { + if ((this.parsedLine != null) && (this.snippet != null)) { + return ' ' + this.message + ' (line ' + this.parsedLine + ': \'' + this.snippet + '\')'; + } else { + return ' ' + this.message; + } + }; + + return ParseException; + +})(Error); + +module.exports = ParseException; + + +},{}],5:[function(require,module,exports){ +var ParseMore, + extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, + hasProp = {}.hasOwnProperty; + +ParseMore = (function(superClass) { + extend(ParseMore, superClass); + + function ParseMore(message, parsedLine, snippet) { + this.message = message; + this.parsedLine = parsedLine; + this.snippet = snippet; + } + + ParseMore.prototype.toString = function() { + if ((this.parsedLine != null) && (this.snippet != null)) { + return ' ' + this.message + ' (line ' + this.parsedLine + ': \'' + this.snippet + '\')'; + } else { + return ' ' + this.message; + } + }; + + return ParseMore; + +})(Error); + +module.exports = ParseMore; + + +},{}],6:[function(require,module,exports){ +var DumpException, Escaper, Inline, ParseException, ParseMore, Pattern, Unescaper, Utils, + indexOf = [].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; }; + +Pattern = require('./Pattern'); + +Unescaper = require('./Unescaper'); + +Escaper = require('./Escaper'); + +Utils = require('./Utils'); + +ParseException = require('./Exception/ParseException'); + +ParseMore = require('./Exception/ParseMore'); + +DumpException = require('./Exception/DumpException'); + +Inline = (function() { + function Inline() {} + + Inline.REGEX_QUOTED_STRING = '(?:"(?:[^"\\\\]*(?:\\\\.[^"\\\\]*)*)"|\'(?:[^\']*(?:\'\'[^\']*)*)\')'; + + Inline.PATTERN_TRAILING_COMMENTS = new Pattern('^\\s*#.*$'); + + Inline.PATTERN_QUOTED_SCALAR = new Pattern('^' + Inline.REGEX_QUOTED_STRING); + + Inline.PATTERN_THOUSAND_NUMERIC_SCALAR = new Pattern('^(-|\\+)?[0-9,]+(\\.[0-9]+)?$'); + + Inline.PATTERN_SCALAR_BY_DELIMITERS = {}; + + Inline.settings = {}; + + Inline.configure = function(exceptionOnInvalidType, objectDecoder) { + if (exceptionOnInvalidType == null) { + exceptionOnInvalidType = null; + } + if (objectDecoder == null) { + objectDecoder = null; + } + this.settings.exceptionOnInvalidType = exceptionOnInvalidType; + this.settings.objectDecoder = objectDecoder; + }; + + Inline.parse = function(value, exceptionOnInvalidType, objectDecoder) { + var context, result; + if (exceptionOnInvalidType == null) { + exceptionOnInvalidType = false; + } + if (objectDecoder == null) { + objectDecoder = null; + } + this.settings.exceptionOnInvalidType = exceptionOnInvalidType; + this.settings.objectDecoder = objectDecoder; + if (value == null) { + return ''; + } + value = Utils.trim(value); + if (0 === value.length) { + return ''; + } + context = { + exceptionOnInvalidType: exceptionOnInvalidType, + objectDecoder: objectDecoder, + i: 0 + }; + switch (value.charAt(0)) { + case '[': + result = this.parseSequence(value, context); + ++context.i; + break; + case '{': + result = this.parseMapping(value, context); + ++context.i; + break; + default: + result = this.parseScalar(value, null, ['"', "'"], context); + } + if (this.PATTERN_TRAILING_COMMENTS.replace(value.slice(context.i), '') !== '') { + throw new ParseException('Unexpected characters near "' + value.slice(context.i) + '".'); + } + return result; + }; + + Inline.dump = function(value, exceptionOnInvalidType, objectEncoder) { + var ref, result, type; + if (exceptionOnInvalidType == null) { + exceptionOnInvalidType = false; + } + if (objectEncoder == null) { + objectEncoder = null; + } + if (value == null) { + return 'null'; + } + type = typeof value; + if (type === 'object') { + if (value instanceof Date) { + return value.toISOString(); + } else if (objectEncoder != null) { + result = objectEncoder(value); + if (typeof result === 'string' || (result != null)) { + return result; + } + } + return this.dumpObject(value); + } + if (type === 'boolean') { + return (value ? 'true' : 'false'); + } + if (Utils.isDigits(value)) { + return (type === 'string' ? "'" + value + "'" : String(parseInt(value))); + } + if (Utils.isNumeric(value)) { + return (type === 'string' ? "'" + value + "'" : String(parseFloat(value))); + } + if (type === 'number') { + return (value === Infinity ? '.Inf' : (value === -Infinity ? '-.Inf' : (isNaN(value) ? '.NaN' : value))); + } + if (Escaper.requiresDoubleQuoting(value)) { + return Escaper.escapeWithDoubleQuotes(value); + } + if (Escaper.requiresSingleQuoting(value)) { + return Escaper.escapeWithSingleQuotes(value); + } + if ('' === value) { + return '""'; + } + if (Utils.PATTERN_DATE.test(value)) { + return "'" + value + "'"; + } + if ((ref = value.toLowerCase()) === 'null' || ref === '~' || ref === 'true' || ref === 'false') { + return "'" + value + "'"; + } + return value; + }; + + Inline.dumpObject = function(value, exceptionOnInvalidType, objectSupport) { + var j, key, len1, output, val; + if (objectSupport == null) { + objectSupport = null; + } + if (value instanceof Array) { + output = []; + for (j = 0, len1 = value.length; j < len1; j++) { + val = value[j]; + output.push(this.dump(val)); + } + return '[' + output.join(', ') + ']'; + } else { + output = []; + for (key in value) { + val = value[key]; + output.push(this.dump(key) + ': ' + this.dump(val)); + } + return '{' + output.join(', ') + '}'; + } + }; + + Inline.parseScalar = function(scalar, delimiters, stringDelimiters, context, evaluate) { + var i, joinedDelimiters, match, output, pattern, ref, ref1, strpos, tmp; + if (delimiters == null) { + delimiters = null; + } + if (stringDelimiters == null) { + stringDelimiters = ['"', "'"]; + } + if (context == null) { + context = null; + } + if (evaluate == null) { + evaluate = true; + } + if (context == null) { + context = { + exceptionOnInvalidType: this.settings.exceptionOnInvalidType, + objectDecoder: this.settings.objectDecoder, + i: 0 + }; + } + i = context.i; + if (ref = scalar.charAt(i), indexOf.call(stringDelimiters, ref) >= 0) { + output = this.parseQuotedScalar(scalar, context); + i = context.i; + if (delimiters != null) { + tmp = Utils.ltrim(scalar.slice(i), ' '); + if (!(ref1 = tmp.charAt(0), indexOf.call(delimiters, ref1) >= 0)) { + throw new ParseException('Unexpected characters (' + scalar.slice(i) + ').'); + } + } + } else { + if (!delimiters) { + output = scalar.slice(i); + i += output.length; + strpos = output.indexOf(' #'); + if (strpos !== -1) { + output = Utils.rtrim(output.slice(0, strpos)); + } + } else { + joinedDelimiters = delimiters.join('|'); + pattern = this.PATTERN_SCALAR_BY_DELIMITERS[joinedDelimiters]; + if (pattern == null) { + pattern = new Pattern('^(.+?)(' + joinedDelimiters + ')'); + this.PATTERN_SCALAR_BY_DELIMITERS[joinedDelimiters] = pattern; + } + if (match = pattern.exec(scalar.slice(i))) { + output = match[1]; + i += output.length; + } else { + throw new ParseException('Malformed inline YAML string (' + scalar + ').'); + } + } + if (evaluate) { + output = this.evaluateScalar(output, context); + } + } + context.i = i; + return output; + }; + + Inline.parseQuotedScalar = function(scalar, context) { + var i, match, output; + i = context.i; + if (!(match = this.PATTERN_QUOTED_SCALAR.exec(scalar.slice(i)))) { + throw new ParseMore('Malformed inline YAML string (' + scalar.slice(i) + ').'); + } + output = match[0].substr(1, match[0].length - 2); + if ('"' === scalar.charAt(i)) { + output = Unescaper.unescapeDoubleQuotedString(output); + } else { + output = Unescaper.unescapeSingleQuotedString(output); + } + i += match[0].length; + context.i = i; + return output; + }; + + Inline.parseSequence = function(sequence, context) { + var e, error, i, isQuoted, len, output, ref, value; + output = []; + len = sequence.length; + i = context.i; + i += 1; + while (i < len) { + context.i = i; + switch (sequence.charAt(i)) { + case '[': + output.push(this.parseSequence(sequence, context)); + i = context.i; + break; + case '{': + output.push(this.parseMapping(sequence, context)); + i = context.i; + break; + case ']': + return output; + case ',': + case ' ': + case "\n": + break; + default: + isQuoted = ((ref = sequence.charAt(i)) === '"' || ref === "'"); + value = this.parseScalar(sequence, [',', ']'], ['"', "'"], context); + i = context.i; + if (!isQuoted && typeof value === 'string' && (value.indexOf(': ') !== -1 || value.indexOf(":\n") !== -1)) { + try { + value = this.parseMapping('{' + value + '}'); + } catch (error) { + e = error; + } + } + output.push(value); + --i; + } + ++i; + } + throw new ParseMore('Malformed inline YAML string ' + sequence); + }; + + Inline.parseMapping = function(mapping, context) { + var done, i, key, len, output, shouldContinueWhileLoop, value; + output = {}; + len = mapping.length; + i = context.i; + i += 1; + shouldContinueWhileLoop = false; + while (i < len) { + context.i = i; + switch (mapping.charAt(i)) { + case ' ': + case ',': + case "\n": + ++i; + context.i = i; + shouldContinueWhileLoop = true; + break; + case '}': + return output; + } + if (shouldContinueWhileLoop) { + shouldContinueWhileLoop = false; + continue; + } + key = this.parseScalar(mapping, [':', ' ', "\n"], ['"', "'"], context, false); + i = context.i; + done = false; + while (i < len) { + context.i = i; + switch (mapping.charAt(i)) { + case '[': + value = this.parseSequence(mapping, context); + i = context.i; + if (output[key] === void 0) { + output[key] = value; + } + done = true; + break; + case '{': + value = this.parseMapping(mapping, context); + i = context.i; + if (output[key] === void 0) { + output[key] = value; + } + done = true; + break; + case ':': + case ' ': + case "\n": + break; + default: + value = this.parseScalar(mapping, [',', '}'], ['"', "'"], context); + i = context.i; + if (output[key] === void 0) { + output[key] = value; + } + done = true; + --i; + } + ++i; + if (done) { + break; + } + } + } + throw new ParseMore('Malformed inline YAML string ' + mapping); + }; + + Inline.evaluateScalar = function(scalar, context) { + var cast, date, exceptionOnInvalidType, firstChar, firstSpace, firstWord, objectDecoder, raw, scalarLower, subValue, trimmedScalar; + scalar = Utils.trim(scalar); + scalarLower = scalar.toLowerCase(); + switch (scalarLower) { + case 'null': + case '': + case '~': + return null; + case 'true': + return true; + case 'false': + return false; + case '.inf': + return Infinity; + case '.nan': + return NaN; + case '-.inf': + return Infinity; + default: + firstChar = scalarLower.charAt(0); + switch (firstChar) { + case '!': + firstSpace = scalar.indexOf(' '); + if (firstSpace === -1) { + firstWord = scalarLower; + } else { + firstWord = scalarLower.slice(0, firstSpace); + } + switch (firstWord) { + case '!': + if (firstSpace !== -1) { + return parseInt(this.parseScalar(scalar.slice(2))); + } + return null; + case '!str': + return Utils.ltrim(scalar.slice(4)); + case '!!str': + return Utils.ltrim(scalar.slice(5)); + case '!!int': + return parseInt(this.parseScalar(scalar.slice(5))); + case '!!bool': + return Utils.parseBoolean(this.parseScalar(scalar.slice(6)), false); + case '!!float': + return parseFloat(this.parseScalar(scalar.slice(7))); + case '!!timestamp': + return Utils.stringToDate(Utils.ltrim(scalar.slice(11))); + default: + if (context == null) { + context = { + exceptionOnInvalidType: this.settings.exceptionOnInvalidType, + objectDecoder: this.settings.objectDecoder, + i: 0 + }; + } + objectDecoder = context.objectDecoder, exceptionOnInvalidType = context.exceptionOnInvalidType; + if (objectDecoder) { + trimmedScalar = Utils.rtrim(scalar); + firstSpace = trimmedScalar.indexOf(' '); + if (firstSpace === -1) { + return objectDecoder(trimmedScalar, null); + } else { + subValue = Utils.ltrim(trimmedScalar.slice(firstSpace + 1)); + if (!(subValue.length > 0)) { + subValue = null; + } + return objectDecoder(trimmedScalar.slice(0, firstSpace), subValue); + } + } + if (exceptionOnInvalidType) { + throw new ParseException('Custom object support when parsing a YAML file has been disabled.'); + } + return null; + } + break; + case '0': + if ('0x' === scalar.slice(0, 2)) { + return Utils.hexDec(scalar); + } else if (Utils.isDigits(scalar)) { + return Utils.octDec(scalar); + } else if (Utils.isNumeric(scalar)) { + return parseFloat(scalar); + } else { + return scalar; + } + break; + case '+': + if (Utils.isDigits(scalar)) { + raw = scalar; + cast = parseInt(raw); + if (raw === String(cast)) { + return cast; + } else { + return raw; + } + } else if (Utils.isNumeric(scalar)) { + return parseFloat(scalar); + } else if (this.PATTERN_THOUSAND_NUMERIC_SCALAR.test(scalar)) { + return parseFloat(scalar.replace(',', '')); + } + return scalar; + case '-': + if (Utils.isDigits(scalar.slice(1))) { + if ('0' === scalar.charAt(1)) { + return -Utils.octDec(scalar.slice(1)); + } else { + raw = scalar.slice(1); + cast = parseInt(raw); + if (raw === String(cast)) { + return -cast; + } else { + return -raw; + } + } + } else if (Utils.isNumeric(scalar)) { + return parseFloat(scalar); + } else if (this.PATTERN_THOUSAND_NUMERIC_SCALAR.test(scalar)) { + return parseFloat(scalar.replace(',', '')); + } + return scalar; + default: + if (date = Utils.stringToDate(scalar)) { + return date; + } else if (Utils.isNumeric(scalar)) { + return parseFloat(scalar); + } else if (this.PATTERN_THOUSAND_NUMERIC_SCALAR.test(scalar)) { + return parseFloat(scalar.replace(',', '')); + } + return scalar; + } + } + }; + + return Inline; + +})(); + +module.exports = Inline; + + +},{"./Escaper":2,"./Exception/DumpException":3,"./Exception/ParseException":4,"./Exception/ParseMore":5,"./Pattern":8,"./Unescaper":9,"./Utils":10}],7:[function(require,module,exports){ +var Inline, ParseException, ParseMore, Parser, Pattern, Utils; + +Inline = require('./Inline'); + +Pattern = require('./Pattern'); + +Utils = require('./Utils'); + +ParseException = require('./Exception/ParseException'); + +ParseMore = require('./Exception/ParseMore'); + +Parser = (function() { + Parser.prototype.PATTERN_FOLDED_SCALAR_ALL = new Pattern('^(?:(?![^\\|>]*)\\s+)?(?\\||>)(?\\+|\\-|\\d+|\\+\\d+|\\-\\d+|\\d+\\+|\\d+\\-)?(? +#.*)?$'); + + Parser.prototype.PATTERN_FOLDED_SCALAR_END = new Pattern('(?\\||>)(?\\+|\\-|\\d+|\\+\\d+|\\-\\d+|\\d+\\+|\\d+\\-)?(? +#.*)?$'); + + Parser.prototype.PATTERN_SEQUENCE_ITEM = new Pattern('^\\-((?\\s+)(?.+?))?\\s*$'); + + Parser.prototype.PATTERN_ANCHOR_VALUE = new Pattern('^&(?[^ ]+) *(?.*)'); + + Parser.prototype.PATTERN_COMPACT_NOTATION = new Pattern('^(?' + Inline.REGEX_QUOTED_STRING + '|[^ \'"\\{\\[].*?) *\\:(\\s+(?.+?))?\\s*$'); + + Parser.prototype.PATTERN_MAPPING_ITEM = new Pattern('^(?' + Inline.REGEX_QUOTED_STRING + '|[^ \'"\\[\\{].*?) *\\:(\\s+(?.+?))?\\s*$'); + + Parser.prototype.PATTERN_DECIMAL = new Pattern('\\d+'); + + Parser.prototype.PATTERN_INDENT_SPACES = new Pattern('^ +'); + + Parser.prototype.PATTERN_TRAILING_LINES = new Pattern('(\n*)$'); + + Parser.prototype.PATTERN_YAML_HEADER = new Pattern('^\\%YAML[: ][\\d\\.]+.*\n', 'm'); + + Parser.prototype.PATTERN_LEADING_COMMENTS = new Pattern('^(\\#.*?\n)+', 'm'); + + Parser.prototype.PATTERN_DOCUMENT_MARKER_START = new Pattern('^\\-\\-\\-.*?\n', 'm'); + + Parser.prototype.PATTERN_DOCUMENT_MARKER_END = new Pattern('^\\.\\.\\.\\s*$', 'm'); + + Parser.prototype.PATTERN_FOLDED_SCALAR_BY_INDENTATION = {}; + + Parser.prototype.CONTEXT_NONE = 0; + + Parser.prototype.CONTEXT_SEQUENCE = 1; + + Parser.prototype.CONTEXT_MAPPING = 2; + + function Parser(offset) { + this.offset = offset != null ? offset : 0; + this.lines = []; + this.currentLineNb = -1; + this.currentLine = ''; + this.refs = {}; + } + + Parser.prototype.parse = function(value, exceptionOnInvalidType, objectDecoder) { + var alias, allowOverwrite, block, c, context, data, e, error, error1, error2, first, i, indent, isRef, j, k, key, l, lastKey, len, len1, len2, len3, lineCount, m, matches, mergeNode, n, name, parsed, parsedItem, parser, ref, ref1, ref2, refName, refValue, val, values; + if (exceptionOnInvalidType == null) { + exceptionOnInvalidType = false; + } + if (objectDecoder == null) { + objectDecoder = null; + } + this.currentLineNb = -1; + this.currentLine = ''; + this.lines = this.cleanup(value).split("\n"); + data = null; + context = this.CONTEXT_NONE; + allowOverwrite = false; + while (this.moveToNextLine()) { + if (this.isCurrentLineEmpty()) { + continue; + } + if ("\t" === this.currentLine[0]) { + throw new ParseException('A YAML file cannot contain tabs as indentation.', this.getRealCurrentLineNb() + 1, this.currentLine); + } + isRef = mergeNode = false; + if (values = this.PATTERN_SEQUENCE_ITEM.exec(this.currentLine)) { + if (this.CONTEXT_MAPPING === context) { + throw new ParseException('You cannot define a sequence item when in a mapping'); + } + context = this.CONTEXT_SEQUENCE; + if (data == null) { + data = []; + } + if ((values.value != null) && (matches = this.PATTERN_ANCHOR_VALUE.exec(values.value))) { + isRef = matches.ref; + values.value = matches.value; + } + if (!(values.value != null) || '' === Utils.trim(values.value, ' ') || Utils.ltrim(values.value, ' ').indexOf('#') === 0) { + if (this.currentLineNb < this.lines.length - 1 && !this.isNextLineUnIndentedCollection()) { + c = this.getRealCurrentLineNb() + 1; + parser = new Parser(c); + parser.refs = this.refs; + data.push(parser.parse(this.getNextEmbedBlock(null, true), exceptionOnInvalidType, objectDecoder)); + } else { + data.push(null); + } + } else { + if (((ref = values.leadspaces) != null ? ref.length : void 0) && (matches = this.PATTERN_COMPACT_NOTATION.exec(values.value))) { + c = this.getRealCurrentLineNb(); + parser = new Parser(c); + parser.refs = this.refs; + block = values.value; + indent = this.getCurrentLineIndentation(); + if (this.isNextLineIndented(false)) { + block += "\n" + this.getNextEmbedBlock(indent + values.leadspaces.length + 1, true); + } + data.push(parser.parse(block, exceptionOnInvalidType, objectDecoder)); + } else { + data.push(this.parseValue(values.value, exceptionOnInvalidType, objectDecoder)); + } + } + } else if ((values = this.PATTERN_MAPPING_ITEM.exec(this.currentLine)) && values.key.indexOf(' #') === -1) { + if (this.CONTEXT_SEQUENCE === context) { + throw new ParseException('You cannot define a mapping item when in a sequence'); + } + context = this.CONTEXT_MAPPING; + if (data == null) { + data = {}; + } + Inline.configure(exceptionOnInvalidType, objectDecoder); + try { + key = Inline.parseScalar(values.key); + } catch (error) { + e = error; + e.parsedLine = this.getRealCurrentLineNb() + 1; + e.snippet = this.currentLine; + throw e; + } + if ('<<' === key) { + mergeNode = true; + allowOverwrite = true; + if (((ref1 = values.value) != null ? ref1.indexOf('*') : void 0) === 0) { + refName = values.value.slice(1); + if (this.refs[refName] == null) { + throw new ParseException('Reference "' + refName + '" does not exist.', this.getRealCurrentLineNb() + 1, this.currentLine); + } + refValue = this.refs[refName]; + if (typeof refValue !== 'object') { + throw new ParseException('YAML merge keys used with a scalar value instead of an object.', this.getRealCurrentLineNb() + 1, this.currentLine); + } + if (refValue instanceof Array) { + for (i = j = 0, len = refValue.length; j < len; i = ++j) { + value = refValue[i]; + if (data[name = String(i)] == null) { + data[name] = value; + } + } + } else { + for (key in refValue) { + value = refValue[key]; + if (data[key] == null) { + data[key] = value; + } + } + } + } else { + if ((values.value != null) && values.value !== '') { + value = values.value; + } else { + value = this.getNextEmbedBlock(); + } + c = this.getRealCurrentLineNb() + 1; + parser = new Parser(c); + parser.refs = this.refs; + parsed = parser.parse(value, exceptionOnInvalidType); + if (typeof parsed !== 'object') { + throw new ParseException('YAML merge keys used with a scalar value instead of an object.', this.getRealCurrentLineNb() + 1, this.currentLine); + } + if (parsed instanceof Array) { + for (l = 0, len1 = parsed.length; l < len1; l++) { + parsedItem = parsed[l]; + if (typeof parsedItem !== 'object') { + throw new ParseException('Merge items must be objects.', this.getRealCurrentLineNb() + 1, parsedItem); + } + if (parsedItem instanceof Array) { + for (i = m = 0, len2 = parsedItem.length; m < len2; i = ++m) { + value = parsedItem[i]; + k = String(i); + if (!data.hasOwnProperty(k)) { + data[k] = value; + } + } + } else { + for (key in parsedItem) { + value = parsedItem[key]; + if (!data.hasOwnProperty(key)) { + data[key] = value; + } + } + } + } + } else { + for (key in parsed) { + value = parsed[key]; + if (!data.hasOwnProperty(key)) { + data[key] = value; + } + } + } + } + } else if ((values.value != null) && (matches = this.PATTERN_ANCHOR_VALUE.exec(values.value))) { + isRef = matches.ref; + values.value = matches.value; + } + if (mergeNode) { + + } else if (!(values.value != null) || '' === Utils.trim(values.value, ' ') || Utils.ltrim(values.value, ' ').indexOf('#') === 0) { + if (!(this.isNextLineIndented()) && !(this.isNextLineUnIndentedCollection())) { + if (allowOverwrite || data[key] === void 0) { + data[key] = null; + } + } else { + c = this.getRealCurrentLineNb() + 1; + parser = new Parser(c); + parser.refs = this.refs; + val = parser.parse(this.getNextEmbedBlock(), exceptionOnInvalidType, objectDecoder); + if (allowOverwrite || data[key] === void 0) { + data[key] = val; + } + } + } else { + val = this.parseValue(values.value, exceptionOnInvalidType, objectDecoder); + if (allowOverwrite || data[key] === void 0) { + data[key] = val; + } + } + } else { + lineCount = this.lines.length; + if (1 === lineCount || (2 === lineCount && Utils.isEmpty(this.lines[1]))) { + try { + value = Inline.parse(this.lines[0], exceptionOnInvalidType, objectDecoder); + } catch (error1) { + e = error1; + e.parsedLine = this.getRealCurrentLineNb() + 1; + e.snippet = this.currentLine; + throw e; + } + if (typeof value === 'object') { + if (value instanceof Array) { + first = value[0]; + } else { + for (key in value) { + first = value[key]; + break; + } + } + if (typeof first === 'string' && first.indexOf('*') === 0) { + data = []; + for (n = 0, len3 = value.length; n < len3; n++) { + alias = value[n]; + data.push(this.refs[alias.slice(1)]); + } + value = data; + } + } + return value; + } else if ((ref2 = Utils.ltrim(value).charAt(0)) === '[' || ref2 === '{') { + try { + return Inline.parse(value, exceptionOnInvalidType, objectDecoder); + } catch (error2) { + e = error2; + e.parsedLine = this.getRealCurrentLineNb() + 1; + e.snippet = this.currentLine; + throw e; + } + } + throw new ParseException('Unable to parse.', this.getRealCurrentLineNb() + 1, this.currentLine); + } + if (isRef) { + if (data instanceof Array) { + this.refs[isRef] = data[data.length - 1]; + } else { + lastKey = null; + for (key in data) { + lastKey = key; + } + this.refs[isRef] = data[lastKey]; + } + } + } + if (Utils.isEmpty(data)) { + return null; + } else { + return data; + } + }; + + Parser.prototype.getRealCurrentLineNb = function() { + return this.currentLineNb + this.offset; + }; + + Parser.prototype.getCurrentLineIndentation = function() { + return this.currentLine.length - Utils.ltrim(this.currentLine, ' ').length; + }; + + Parser.prototype.getNextEmbedBlock = function(indentation, includeUnindentedCollection) { + var data, indent, isItUnindentedCollection, newIndent, removeComments, removeCommentsPattern, unindentedEmbedBlock; + if (indentation == null) { + indentation = null; + } + if (includeUnindentedCollection == null) { + includeUnindentedCollection = false; + } + this.moveToNextLine(); + if (indentation == null) { + newIndent = this.getCurrentLineIndentation(); + unindentedEmbedBlock = this.isStringUnIndentedCollectionItem(this.currentLine); + if (!(this.isCurrentLineEmpty()) && 0 === newIndent && !unindentedEmbedBlock) { + throw new ParseException('Indentation problem.', this.getRealCurrentLineNb() + 1, this.currentLine); + } + } else { + newIndent = indentation; + } + data = [this.currentLine.slice(newIndent)]; + if (!includeUnindentedCollection) { + isItUnindentedCollection = this.isStringUnIndentedCollectionItem(this.currentLine); + } + removeCommentsPattern = this.PATTERN_FOLDED_SCALAR_END; + removeComments = !removeCommentsPattern.test(this.currentLine); + while (this.moveToNextLine()) { + indent = this.getCurrentLineIndentation(); + if (indent === newIndent) { + removeComments = !removeCommentsPattern.test(this.currentLine); + } + if (removeComments && this.isCurrentLineComment()) { + continue; + } + if (this.isCurrentLineBlank()) { + data.push(this.currentLine.slice(newIndent)); + continue; + } + if (isItUnindentedCollection && !this.isStringUnIndentedCollectionItem(this.currentLine) && indent === newIndent) { + this.moveToPreviousLine(); + break; + } + if (indent >= newIndent) { + data.push(this.currentLine.slice(newIndent)); + } else if (Utils.ltrim(this.currentLine).charAt(0) === '#') { + + } else if (0 === indent) { + this.moveToPreviousLine(); + break; + } else { + throw new ParseException('Indentation problem.', this.getRealCurrentLineNb() + 1, this.currentLine); + } + } + return data.join("\n"); + }; + + Parser.prototype.moveToNextLine = function() { + if (this.currentLineNb >= this.lines.length - 1) { + return false; + } + this.currentLine = this.lines[++this.currentLineNb]; + return true; + }; + + Parser.prototype.moveToPreviousLine = function() { + this.currentLine = this.lines[--this.currentLineNb]; + }; + + Parser.prototype.parseValue = function(value, exceptionOnInvalidType, objectDecoder) { + var e, error, foldedIndent, matches, modifiers, pos, ref, ref1, val; + if (0 === value.indexOf('*')) { + pos = value.indexOf('#'); + if (pos !== -1) { + value = value.substr(1, pos - 2); + } else { + value = value.slice(1); + } + if (this.refs[value] === void 0) { + throw new ParseException('Reference "' + value + '" does not exist.', this.currentLine); + } + return this.refs[value]; + } + if (matches = this.PATTERN_FOLDED_SCALAR_ALL.exec(value)) { + modifiers = (ref = matches.modifiers) != null ? ref : ''; + foldedIndent = Math.abs(parseInt(modifiers)); + if (isNaN(foldedIndent)) { + foldedIndent = 0; + } + val = this.parseFoldedScalar(matches.separator, this.PATTERN_DECIMAL.replace(modifiers, ''), foldedIndent); + if (matches.type != null) { + Inline.configure(exceptionOnInvalidType, objectDecoder); + return Inline.parseScalar(matches.type + ' ' + val); + } else { + return val; + } + } + if ((ref1 = value.charAt(0)) === '[' || ref1 === '{' || ref1 === '"' || ref1 === "'") { + while (true) { + try { + return Inline.parse(value, exceptionOnInvalidType, objectDecoder); + } catch (error) { + e = error; + if (e instanceof ParseMore && this.moveToNextLine()) { + value += "\n" + Utils.trim(this.currentLine, ' '); + } else { + e.parsedLine = this.getRealCurrentLineNb() + 1; + e.snippet = this.currentLine; + throw e; + } + } + } + } else { + if (this.isNextLineIndented()) { + value += "\n" + this.getNextEmbedBlock(); + } + return Inline.parse(value, exceptionOnInvalidType, objectDecoder); + } + }; + + Parser.prototype.parseFoldedScalar = function(separator, indicator, indentation) { + var isCurrentLineBlank, j, len, line, matches, newText, notEOF, pattern, ref, text; + if (indicator == null) { + indicator = ''; + } + if (indentation == null) { + indentation = 0; + } + notEOF = this.moveToNextLine(); + if (!notEOF) { + return ''; + } + isCurrentLineBlank = this.isCurrentLineBlank(); + text = ''; + while (notEOF && isCurrentLineBlank) { + if (notEOF = this.moveToNextLine()) { + text += "\n"; + isCurrentLineBlank = this.isCurrentLineBlank(); + } + } + if (0 === indentation) { + if (matches = this.PATTERN_INDENT_SPACES.exec(this.currentLine)) { + indentation = matches[0].length; + } + } + if (indentation > 0) { + pattern = this.PATTERN_FOLDED_SCALAR_BY_INDENTATION[indentation]; + if (pattern == null) { + pattern = new Pattern('^ {' + indentation + '}(.*)$'); + Parser.prototype.PATTERN_FOLDED_SCALAR_BY_INDENTATION[indentation] = pattern; + } + while (notEOF && (isCurrentLineBlank || (matches = pattern.exec(this.currentLine)))) { + if (isCurrentLineBlank) { + text += this.currentLine.slice(indentation); + } else { + text += matches[1]; + } + if (notEOF = this.moveToNextLine()) { + text += "\n"; + isCurrentLineBlank = this.isCurrentLineBlank(); + } + } + } else if (notEOF) { + text += "\n"; + } + if (notEOF) { + this.moveToPreviousLine(); + } + if ('>' === separator) { + newText = ''; + ref = text.split("\n"); + for (j = 0, len = ref.length; j < len; j++) { + line = ref[j]; + if (line.length === 0 || line.charAt(0) === ' ') { + newText = Utils.rtrim(newText, ' ') + line + "\n"; + } else { + newText += line + ' '; + } + } + text = newText; + } + if ('+' !== indicator) { + text = Utils.rtrim(text); + } + if ('' === indicator) { + text = this.PATTERN_TRAILING_LINES.replace(text, "\n"); + } else if ('-' === indicator) { + text = this.PATTERN_TRAILING_LINES.replace(text, ''); + } + return text; + }; + + Parser.prototype.isNextLineIndented = function(ignoreComments) { + var EOF, currentIndentation, ret; + if (ignoreComments == null) { + ignoreComments = true; + } + currentIndentation = this.getCurrentLineIndentation(); + EOF = !this.moveToNextLine(); + if (ignoreComments) { + while (!EOF && this.isCurrentLineEmpty()) { + EOF = !this.moveToNextLine(); + } + } else { + while (!EOF && this.isCurrentLineBlank()) { + EOF = !this.moveToNextLine(); + } + } + if (EOF) { + return false; + } + ret = false; + if (this.getCurrentLineIndentation() > currentIndentation) { + ret = true; + } + this.moveToPreviousLine(); + return ret; + }; + + Parser.prototype.isCurrentLineEmpty = function() { + var trimmedLine; + trimmedLine = Utils.trim(this.currentLine, ' '); + return trimmedLine.length === 0 || trimmedLine.charAt(0) === '#'; + }; + + Parser.prototype.isCurrentLineBlank = function() { + return '' === Utils.trim(this.currentLine, ' '); + }; + + Parser.prototype.isCurrentLineComment = function() { + var ltrimmedLine; + ltrimmedLine = Utils.ltrim(this.currentLine, ' '); + return ltrimmedLine.charAt(0) === '#'; + }; + + Parser.prototype.cleanup = function(value) { + var count, i, indent, j, l, len, len1, line, lines, ref, ref1, ref2, smallestIndent, trimmedValue; + if (value.indexOf("\r") !== -1) { + value = value.split("\r\n").join("\n").split("\r").join("\n"); + } + count = 0; + ref = this.PATTERN_YAML_HEADER.replaceAll(value, ''), value = ref[0], count = ref[1]; + this.offset += count; + ref1 = this.PATTERN_LEADING_COMMENTS.replaceAll(value, '', 1), trimmedValue = ref1[0], count = ref1[1]; + if (count === 1) { + this.offset += Utils.subStrCount(value, "\n") - Utils.subStrCount(trimmedValue, "\n"); + value = trimmedValue; + } + ref2 = this.PATTERN_DOCUMENT_MARKER_START.replaceAll(value, '', 1), trimmedValue = ref2[0], count = ref2[1]; + if (count === 1) { + this.offset += Utils.subStrCount(value, "\n") - Utils.subStrCount(trimmedValue, "\n"); + value = trimmedValue; + value = this.PATTERN_DOCUMENT_MARKER_END.replace(value, ''); + } + lines = value.split("\n"); + smallestIndent = -1; + for (j = 0, len = lines.length; j < len; j++) { + line = lines[j]; + if (Utils.trim(line, ' ').length === 0) { + continue; + } + indent = line.length - Utils.ltrim(line).length; + if (smallestIndent === -1 || indent < smallestIndent) { + smallestIndent = indent; + } + } + if (smallestIndent > 0) { + for (i = l = 0, len1 = lines.length; l < len1; i = ++l) { + line = lines[i]; + lines[i] = line.slice(smallestIndent); + } + value = lines.join("\n"); + } + return value; + }; + + Parser.prototype.isNextLineUnIndentedCollection = function(currentIndentation) { + var notEOF, ret; + if (currentIndentation == null) { + currentIndentation = null; + } + if (currentIndentation == null) { + currentIndentation = this.getCurrentLineIndentation(); + } + notEOF = this.moveToNextLine(); + while (notEOF && this.isCurrentLineEmpty()) { + notEOF = this.moveToNextLine(); + } + if (false === notEOF) { + return false; + } + ret = false; + if (this.getCurrentLineIndentation() === currentIndentation && this.isStringUnIndentedCollectionItem(this.currentLine)) { + ret = true; + } + this.moveToPreviousLine(); + return ret; + }; + + Parser.prototype.isStringUnIndentedCollectionItem = function() { + return this.currentLine === '-' || this.currentLine.slice(0, 2) === '- '; + }; + + return Parser; + +})(); + +module.exports = Parser; + + +},{"./Exception/ParseException":4,"./Exception/ParseMore":5,"./Inline":6,"./Pattern":8,"./Utils":10}],8:[function(require,module,exports){ +var Pattern; + +Pattern = (function() { + Pattern.prototype.regex = null; + + Pattern.prototype.rawRegex = null; + + Pattern.prototype.cleanedRegex = null; + + Pattern.prototype.mapping = null; + + function Pattern(rawRegex, modifiers) { + var _char, capturingBracketNumber, cleanedRegex, i, len, mapping, name, part, subChar; + if (modifiers == null) { + modifiers = ''; + } + cleanedRegex = ''; + len = rawRegex.length; + mapping = null; + capturingBracketNumber = 0; + i = 0; + while (i < len) { + _char = rawRegex.charAt(i); + if (_char === '\\') { + cleanedRegex += rawRegex.slice(i, +(i + 1) + 1 || 9e9); + i++; + } else if (_char === '(') { + if (i < len - 2) { + part = rawRegex.slice(i, +(i + 2) + 1 || 9e9); + if (part === '(?:') { + i += 2; + cleanedRegex += part; + } else if (part === '(?<') { + capturingBracketNumber++; + i += 2; + name = ''; + while (i + 1 < len) { + subChar = rawRegex.charAt(i + 1); + if (subChar === '>') { + cleanedRegex += '('; + i++; + if (name.length > 0) { + if (mapping == null) { + mapping = {}; + } + mapping[name] = capturingBracketNumber; + } + break; + } else { + name += subChar; + } + i++; + } + } else { + cleanedRegex += _char; + capturingBracketNumber++; + } + } else { + cleanedRegex += _char; + } + } else { + cleanedRegex += _char; + } + i++; + } + this.rawRegex = rawRegex; + this.cleanedRegex = cleanedRegex; + this.regex = new RegExp(this.cleanedRegex, 'g' + modifiers.replace('g', '')); + this.mapping = mapping; + } + + Pattern.prototype.exec = function(str) { + var index, matches, name, ref; + this.regex.lastIndex = 0; + matches = this.regex.exec(str); + if (matches == null) { + return null; + } + if (this.mapping != null) { + ref = this.mapping; + for (name in ref) { + index = ref[name]; + matches[name] = matches[index]; + } + } + return matches; + }; + + Pattern.prototype.test = function(str) { + this.regex.lastIndex = 0; + return this.regex.test(str); + }; + + Pattern.prototype.replace = function(str, replacement) { + this.regex.lastIndex = 0; + return str.replace(this.regex, replacement); + }; + + Pattern.prototype.replaceAll = function(str, replacement, limit) { + var count; + if (limit == null) { + limit = 0; + } + this.regex.lastIndex = 0; + count = 0; + while (this.regex.test(str) && (limit === 0 || count < limit)) { + this.regex.lastIndex = 0; + str = str.replace(this.regex, replacement); + count++; + } + return [str, count]; + }; + + return Pattern; + +})(); + +module.exports = Pattern; + + +},{}],9:[function(require,module,exports){ +var Pattern, Unescaper, Utils; + +Utils = require('./Utils'); + +Pattern = require('./Pattern'); + +Unescaper = (function() { + function Unescaper() {} + + Unescaper.PATTERN_ESCAPED_CHARACTER = new Pattern('\\\\([0abt\tnvfre "\\/\\\\N_LP]|x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4}|U[0-9a-fA-F]{8})'); + + Unescaper.unescapeSingleQuotedString = function(value) { + return value.replace(/\'\'/g, '\''); + }; + + Unescaper.unescapeDoubleQuotedString = function(value) { + if (this._unescapeCallback == null) { + this._unescapeCallback = (function(_this) { + return function(str) { + return _this.unescapeCharacter(str); + }; + })(this); + } + return this.PATTERN_ESCAPED_CHARACTER.replace(value, this._unescapeCallback); + }; + + Unescaper.unescapeCharacter = function(value) { + var ch; + ch = String.fromCharCode; + switch (value.charAt(1)) { + case '0': + return ch(0); + case 'a': + return ch(7); + case 'b': + return ch(8); + case 't': + return "\t"; + case "\t": + return "\t"; + case 'n': + return "\n"; + case 'v': + return ch(11); + case 'f': + return ch(12); + case 'r': + return ch(13); + case 'e': + return ch(27); + case ' ': + return ' '; + case '"': + return '"'; + case '/': + return '/'; + case '\\': + return '\\'; + case 'N': + return ch(0x0085); + case '_': + return ch(0x00A0); + case 'L': + return ch(0x2028); + case 'P': + return ch(0x2029); + case 'x': + return Utils.utf8chr(Utils.hexDec(value.substr(2, 2))); + case 'u': + return Utils.utf8chr(Utils.hexDec(value.substr(2, 4))); + case 'U': + return Utils.utf8chr(Utils.hexDec(value.substr(2, 8))); + default: + return ''; + } + }; + + return Unescaper; + +})(); + +module.exports = Unescaper; + + +},{"./Pattern":8,"./Utils":10}],10:[function(require,module,exports){ +var Pattern, Utils, + hasProp = {}.hasOwnProperty; + +Pattern = require('./Pattern'); + +Utils = (function() { + function Utils() {} + + Utils.REGEX_LEFT_TRIM_BY_CHAR = {}; + + Utils.REGEX_RIGHT_TRIM_BY_CHAR = {}; + + Utils.REGEX_SPACES = /\s+/g; + + Utils.REGEX_DIGITS = /^\d+$/; + + Utils.REGEX_OCTAL = /[^0-7]/gi; + + Utils.REGEX_HEXADECIMAL = /[^a-f0-9]/gi; + + Utils.PATTERN_DATE = new Pattern('^' + '(?[0-9][0-9][0-9][0-9])' + '-(?[0-9][0-9]?)' + '-(?[0-9][0-9]?)' + '(?:(?:[Tt]|[ \t]+)' + '(?[0-9][0-9]?)' + ':(?[0-9][0-9])' + ':(?[0-9][0-9])' + '(?:\.(?[0-9]*))?' + '(?:[ \t]*(?Z|(?[-+])(?[0-9][0-9]?)' + '(?::(?[0-9][0-9]))?))?)?' + '$', 'i'); + + Utils.LOCAL_TIMEZONE_OFFSET = new Date().getTimezoneOffset() * 60 * 1000; + + Utils.trim = function(str, _char) { + var regexLeft, regexRight; + if (_char == null) { + _char = '\\s'; + } + regexLeft = this.REGEX_LEFT_TRIM_BY_CHAR[_char]; + if (regexLeft == null) { + this.REGEX_LEFT_TRIM_BY_CHAR[_char] = regexLeft = new RegExp('^' + _char + '' + _char + '*'); + } + regexLeft.lastIndex = 0; + regexRight = this.REGEX_RIGHT_TRIM_BY_CHAR[_char]; + if (regexRight == null) { + this.REGEX_RIGHT_TRIM_BY_CHAR[_char] = regexRight = new RegExp(_char + '' + _char + '*$'); + } + regexRight.lastIndex = 0; + return str.replace(regexLeft, '').replace(regexRight, ''); + }; + + Utils.ltrim = function(str, _char) { + var regexLeft; + if (_char == null) { + _char = '\\s'; + } + regexLeft = this.REGEX_LEFT_TRIM_BY_CHAR[_char]; + if (regexLeft == null) { + this.REGEX_LEFT_TRIM_BY_CHAR[_char] = regexLeft = new RegExp('^' + _char + '' + _char + '*'); + } + regexLeft.lastIndex = 0; + return str.replace(regexLeft, ''); + }; + + Utils.rtrim = function(str, _char) { + var regexRight; + if (_char == null) { + _char = '\\s'; + } + regexRight = this.REGEX_RIGHT_TRIM_BY_CHAR[_char]; + if (regexRight == null) { + this.REGEX_RIGHT_TRIM_BY_CHAR[_char] = regexRight = new RegExp(_char + '' + _char + '*$'); + } + regexRight.lastIndex = 0; + return str.replace(regexRight, ''); + }; + + Utils.isEmpty = function(value) { + return !value || value === '' || value === '0' || (value instanceof Array && value.length === 0) || this.isEmptyObject(value); + }; + + Utils.isEmptyObject = function(value) { + var k; + return value instanceof Object && ((function() { + var results; + results = []; + for (k in value) { + if (!hasProp.call(value, k)) continue; + results.push(k); + } + return results; + })()).length === 0; + }; + + Utils.subStrCount = function(string, subString, start, length) { + var c, i, j, len, ref, sublen; + c = 0; + string = '' + string; + subString = '' + subString; + if (start != null) { + string = string.slice(start); + } + if (length != null) { + string = string.slice(0, length); + } + len = string.length; + sublen = subString.length; + for (i = j = 0, ref = len; 0 <= ref ? j < ref : j > ref; i = 0 <= ref ? ++j : --j) { + if (subString === string.slice(i, sublen)) { + c++; + i += sublen - 1; + } + } + return c; + }; + + Utils.isDigits = function(input) { + this.REGEX_DIGITS.lastIndex = 0; + return this.REGEX_DIGITS.test(input); + }; + + Utils.octDec = function(input) { + this.REGEX_OCTAL.lastIndex = 0; + return parseInt((input + '').replace(this.REGEX_OCTAL, ''), 8); + }; + + Utils.hexDec = function(input) { + this.REGEX_HEXADECIMAL.lastIndex = 0; + input = this.trim(input); + if ((input + '').slice(0, 2) === '0x') { + input = (input + '').slice(2); + } + return parseInt((input + '').replace(this.REGEX_HEXADECIMAL, ''), 16); + }; + + Utils.utf8chr = function(c) { + var ch; + ch = String.fromCharCode; + if (0x80 > (c %= 0x200000)) { + return ch(c); + } + if (0x800 > c) { + return ch(0xC0 | c >> 6) + ch(0x80 | c & 0x3F); + } + if (0x10000 > c) { + return ch(0xE0 | c >> 12) + ch(0x80 | c >> 6 & 0x3F) + ch(0x80 | c & 0x3F); + } + return ch(0xF0 | c >> 18) + ch(0x80 | c >> 12 & 0x3F) + ch(0x80 | c >> 6 & 0x3F) + ch(0x80 | c & 0x3F); + }; + + Utils.parseBoolean = function(input, strict) { + var lowerInput; + if (strict == null) { + strict = true; + } + if (typeof input === 'string') { + lowerInput = input.toLowerCase(); + if (!strict) { + if (lowerInput === 'no') { + return false; + } + } + if (lowerInput === '0') { + return false; + } + if (lowerInput === 'false') { + return false; + } + if (lowerInput === '') { + return false; + } + return true; + } + return !!input; + }; + + Utils.isNumeric = function(input) { + this.REGEX_SPACES.lastIndex = 0; + return typeof input === 'number' || typeof input === 'string' && !isNaN(input) && input.replace(this.REGEX_SPACES, '') !== ''; + }; + + Utils.stringToDate = function(str) { + var date, day, fraction, hour, info, minute, month, second, tz_hour, tz_minute, tz_offset, year; + if (!(str != null ? str.length : void 0)) { + return null; + } + info = this.PATTERN_DATE.exec(str); + if (!info) { + return null; + } + year = parseInt(info.year, 10); + month = parseInt(info.month, 10) - 1; + day = parseInt(info.day, 10); + if (info.hour == null) { + date = new Date(Date.UTC(year, month, day)); + return date; + } + hour = parseInt(info.hour, 10); + minute = parseInt(info.minute, 10); + second = parseInt(info.second, 10); + if (info.fraction != null) { + fraction = info.fraction.slice(0, 3); + while (fraction.length < 3) { + fraction += '0'; + } + fraction = parseInt(fraction, 10); + } else { + fraction = 0; + } + if (info.tz != null) { + tz_hour = parseInt(info.tz_hour, 10); + if (info.tz_minute != null) { + tz_minute = parseInt(info.tz_minute, 10); + } else { + tz_minute = 0; + } + tz_offset = (tz_hour * 60 + tz_minute) * 60000; + if ('-' === info.tz_sign) { + tz_offset *= -1; + } + } + date = new Date(Date.UTC(year, month, day, hour, minute, second, fraction)); + if (tz_offset) { + date.setTime(date.getTime() - tz_offset); + } + return date; + }; + + Utils.strRepeat = function(str, number) { + var i, res; + res = ''; + i = 0; + while (i < number) { + res += str; + i++; + } + return res; + }; + + Utils.getStringFromFile = function(path, callback) { + var data, fs, j, len1, name, ref, req, xhr; + if (callback == null) { + callback = null; + } + xhr = null; + if (typeof window !== "undefined" && window !== null) { + if (window.XMLHttpRequest) { + xhr = new XMLHttpRequest(); + } else if (window.ActiveXObject) { + ref = ["Msxml2.XMLHTTP.6.0", "Msxml2.XMLHTTP.3.0", "Msxml2.XMLHTTP", "Microsoft.XMLHTTP"]; + for (j = 0, len1 = ref.length; j < len1; j++) { + name = ref[j]; + try { + xhr = new ActiveXObject(name); + } catch (undefined) {} + } + } + } + if (xhr != null) { + if (callback != null) { + xhr.onreadystatechange = function() { + if (xhr.readyState === 4) { + if (xhr.status === 200 || xhr.status === 0) { + return callback(xhr.responseText); + } else { + return callback(null); + } + } + }; + xhr.open('GET', path, true); + return xhr.send(null); + } else { + xhr.open('GET', path, false); + xhr.send(null); + if (xhr.status === 200 || xhr.status === 0) { + return xhr.responseText; + } + return null; + } + } else { + req = require; + fs = req('fs'); + if (callback != null) { + return fs.readFile(path, function(err, data) { + if (err) { + return callback(null); + } else { + return callback(String(data)); + } + }); + } else { + data = fs.readFileSync(path); + if (data != null) { + return String(data); + } + return null; + } + } + }; + + return Utils; + +})(); + +module.exports = Utils; + + +},{"./Pattern":8}],11:[function(require,module,exports){ +var Dumper, Parser, Utils, Yaml; + +Parser = require('./Parser'); + +Dumper = require('./Dumper'); + +Utils = require('./Utils'); + +Yaml = (function() { + function Yaml() {} + + Yaml.parse = function(input, exceptionOnInvalidType, objectDecoder) { + if (exceptionOnInvalidType == null) { + exceptionOnInvalidType = false; + } + if (objectDecoder == null) { + objectDecoder = null; + } + return new Parser().parse(input, exceptionOnInvalidType, objectDecoder); + }; + + Yaml.parseFile = function(path, callback, exceptionOnInvalidType, objectDecoder) { + var input; + if (callback == null) { + callback = null; + } + if (exceptionOnInvalidType == null) { + exceptionOnInvalidType = false; + } + if (objectDecoder == null) { + objectDecoder = null; + } + if (callback != null) { + return Utils.getStringFromFile(path, (function(_this) { + return function(input) { + var result; + result = null; + if (input != null) { + result = _this.parse(input, exceptionOnInvalidType, objectDecoder); + } + callback(result); + }; + })(this)); + } else { + input = Utils.getStringFromFile(path); + if (input != null) { + return this.parse(input, exceptionOnInvalidType, objectDecoder); + } + return null; + } + }; + + Yaml.dump = function(input, inline, indent, exceptionOnInvalidType, objectEncoder) { + var yaml; + if (inline == null) { + inline = 2; + } + if (indent == null) { + indent = 4; + } + if (exceptionOnInvalidType == null) { + exceptionOnInvalidType = false; + } + if (objectEncoder == null) { + objectEncoder = null; + } + yaml = new Dumper(); + yaml.indentation = indent; + return yaml.dump(input, inline, 0, exceptionOnInvalidType, objectEncoder); + }; + + Yaml.register = function() { + var require_handler; + require_handler = function(module, filename) { + return module.exports = YAML.parseFile(filename); + }; + if ((typeof require !== "undefined" && require !== null ? require.extensions : void 0) != null) { + require.extensions['.yml'] = require_handler; + return require.extensions['.yaml'] = require_handler; + } + }; + + Yaml.stringify = function(input, inline, indent, exceptionOnInvalidType, objectEncoder) { + return this.dump(input, inline, indent, exceptionOnInvalidType, objectEncoder); + }; + + Yaml.load = function(path, callback, exceptionOnInvalidType, objectDecoder) { + return this.parseFile(path, callback, exceptionOnInvalidType, objectDecoder); + }; + + return Yaml; + +})(); + +if (typeof window !== "undefined" && window !== null) { + window.YAML = Yaml; +} + +if (typeof window === "undefined" || window === null) { + this.YAML = Yaml; +} + +module.exports = Yaml; + + +},{"./Dumper":1,"./Parser":7,"./Utils":10}]},{},[11]); diff --git a/node_modules/yamljs/dist/yaml.legacy.js b/node_modules/yamljs/dist/yaml.legacy.js new file mode 100644 index 0000000..88c1a28 --- /dev/null +++ b/node_modules/yamljs/dist/yaml.legacy.js @@ -0,0 +1,2087 @@ +/* +Copyright (c) 2010 Jeremy Faivre + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +*/ +(function(){ +/** + * Exception class thrown when an error occurs during parsing. + * + * @author Fabien Potencier + * + * @api + */ + +/** + * Constructor. + * + * @param string message The error message + * @param integer parsedLine The line where the error occurred + * @param integer snippet The snippet of code near the problem + * @param string parsedFile The file name where the error occurred + */ + +var YamlParseException = function(message, parsedLine, snippet, parsedFile){ + + this.rawMessage = message; + this.parsedLine = (parsedLine !== undefined) ? parsedLine : -1; + this.snippet = (snippet !== undefined) ? snippet : null; + this.parsedFile = (parsedFile !== undefined) ? parsedFile : null; + + this.updateRepr(); + + this.message = message; + +}; +YamlParseException.prototype = +{ + + name: 'YamlParseException', + message: null, + + parsedFile: null, + parsedLine: -1, + snippet: null, + rawMessage: null, + + isDefined: function(input) + { + return input != undefined && input != null; + }, + + /** + * Gets the snippet of code near the error. + * + * @return string The snippet of code + */ + getSnippet: function() + { + return this.snippet; + }, + + /** + * Sets the snippet of code near the error. + * + * @param string snippet The code snippet + */ + setSnippet: function(snippet) + { + this.snippet = snippet; + + this.updateRepr(); + }, + + /** + * Gets the filename where the error occurred. + * + * This method returns null if a string is parsed. + * + * @return string The filename + */ + getParsedFile: function() + { + return this.parsedFile; + }, + + /** + * Sets the filename where the error occurred. + * + * @param string parsedFile The filename + */ + setParsedFile: function(parsedFile) + { + this.parsedFile = parsedFile; + + this.updateRepr(); + }, + + /** + * Gets the line where the error occurred. + * + * @return integer The file line + */ + getParsedLine: function() + { + return this.parsedLine; + }, + + /** + * Sets the line where the error occurred. + * + * @param integer parsedLine The file line + */ + setParsedLine: function(parsedLine) + { + this.parsedLine = parsedLine; + + this.updateRepr(); + }, + + updateRepr: function() + { + this.message = this.rawMessage; + + var dot = false; + if ('.' === this.message.charAt(this.message.length - 1)) { + this.message = this.message.substring(0, this.message.length - 1); + dot = true; + } + + if (null !== this.parsedFile) { + this.message += ' in ' + JSON.stringify(this.parsedFile); + } + + if (this.parsedLine >= 0) { + this.message += ' at line ' + this.parsedLine; + } + + if (this.snippet) { + this.message += ' (near "' + this.snippet + '")'; + } + + if (dot) { + this.message += '.'; + } + } +} +/** + * Yaml offers convenience methods to parse and dump YAML. + * + * @author Fabien Potencier + * + * @api + */ + +var YamlRunningUnderNode = false; +var Yaml = function(){}; +Yaml.prototype = +{ + + /** + * Parses YAML into a JS representation. + * + * The parse method, when supplied with a YAML stream (file), + * will do its best to convert YAML in a file into a JS representation. + * + * Usage: + * + * obj = yaml.parseFile('config.yml'); + * + * + * @param string input Path of YAML file + * + * @return array The YAML converted to a JS representation + * + * @throws YamlParseException If the YAML is not valid + */ + parseFile: function(file /* String */, callback /* Function */) + { + if ( callback == null ) + { + var input = this.getFileContents(file); + var ret = null; + try + { + ret = this.parse(input); + } + catch ( e ) + { + if ( e instanceof YamlParseException ) { + e.setParsedFile(file); + } + throw e; + } + return ret; + } + + this.getFileContents(file, function(data) + { + callback(new Yaml().parse(data)); + }); + }, + + /** + * Parses YAML into a JS representation. + * + * The parse method, when supplied with a YAML stream (string), + * will do its best to convert YAML into a JS representation. + * + * Usage: + * + * obj = yaml.parse(...); + * + * + * @param string input string containing YAML + * + * @return array The YAML converted to a JS representation + * + * @throws YamlParseException If the YAML is not valid + */ + parse: function(input /* String */) + { + var yaml = new YamlParser(); + + return yaml.parse(input); + }, + + /** + * Dumps a JS representation to a YAML string. + * + * The dump method, when supplied with an array, will do its best + * to convert the array into friendly YAML. + * + * @param array array JS representation + * @param integer inline The level where you switch to inline YAML + * + * @return string A YAML string representing the original JS representation + * + * @api + */ + dump: function(array, inline, spaces) + { + if ( inline == null ) inline = 2; + + var yaml = new YamlDumper(); + if (spaces) { + yaml.numSpacesForIndentation = spaces; + } + + return yaml.dump(array, inline); + }, + + getXHR: function() + { + if ( window.XMLHttpRequest ) + return new XMLHttpRequest(); + + if ( window.ActiveXObject ) + { + var names = [ + "Msxml2.XMLHTTP.6.0", + "Msxml2.XMLHTTP.3.0", + "Msxml2.XMLHTTP", + "Microsoft.XMLHTTP" + ]; + + for ( var i = 0; i < 4; i++ ) + { + try{ return new ActiveXObject(names[i]); } + catch(e){} + } + } + return null; + }, + + getFileContents: function(file, callback) + { + if ( YamlRunningUnderNode ) + { + var fs = require('fs'); + if ( callback == null ) + { + var data = fs.readFileSync(file); + if (data == null) return null; + return ''+data; + } + else + { + fs.readFile(file, function(err, data) + { + if (err) + callback(null); + else + callback(data); + }); + } + } + else + { + var request = this.getXHR(); + + // Sync + if ( callback == null ) + { + request.open('GET', file, false); + request.send(null); + + if ( request.status == 200 || request.status == 0 ) + return request.responseText; + + return null; + } + + // Async + request.onreadystatechange = function() + { + if ( request.readyState == 4 ) + if ( request.status == 200 || request.status == 0 ) + callback(request.responseText); + else + callback(null); + }; + request.open('GET', file, true); + request.send(null); + } + } +}; + +var YAML = +{ + /* + * @param integer inline The level where you switch to inline YAML + */ + + stringify: function(input, inline, spaces) + { + return new Yaml().dump(input, inline, spaces); + }, + + parse: function(input) + { + return new Yaml().parse(input); + }, + + load: function(file, callback) + { + return new Yaml().parseFile(file, callback); + } +}; + +// Handle node.js case +if (typeof exports !== 'undefined') { + if (typeof module !== 'undefined' && module.exports) { + exports = module.exports = YAML; + YamlRunningUnderNode = true; + + // Add require handler + (function () { + var require_handler = function (module, filename) { + // fill in result + module.exports = YAML.load(filename); + }; + + // register require extensions only if we're on node.js + // hack for browserify + if ( undefined !== require.extensions ) { + require.extensions['.yml'] = require_handler; + require.extensions['.yaml'] = require_handler; + } + }()); + } +} + +// Handle browser case +if ( typeof(window) != "undefined" ) +{ + window.YAML = YAML; +} + +/** + * YamlInline implements a YAML parser/dumper for the YAML inline syntax. + */ +var YamlInline = function(){}; +YamlInline.prototype = +{ + i: null, + + /** + * Convert a YAML string to a JS object. + * + * @param string value A YAML string + * + * @return object A JS object representing the YAML string + */ + parse: function(value) + { + var result = null; + value = this.trim(value); + + if ( 0 == value.length ) + { + return ''; + } + + switch ( value.charAt(0) ) + { + case '[': + result = this.parseSequence(value); + break; + case '{': + result = this.parseMapping(value); + break; + default: + result = this.parseScalar(value); + } + + // some comment can end the scalar + if ( value.substr(this.i+1).replace(/^\s*#.*$/, '') != '' ) { + console.log("oups "+value.substr(this.i+1)); + throw new YamlParseException('Unexpected characters near "'+value.substr(this.i)+'".'); + } + + return result; + }, + + /** + * Dumps a given JS variable to a YAML string. + * + * @param mixed value The JS variable to convert + * + * @return string The YAML string representing the JS object + */ + dump: function(value) + { + if ( undefined == value || null == value ) + return 'null'; + if ( value instanceof Date) + return value.toISOString(); + if ( typeof(value) == 'object') + return this.dumpObject(value); + if ( typeof(value) == 'boolean' ) + return value ? 'true' : 'false'; + if ( /^\d+$/.test(value) ) + return typeof(value) == 'string' ? "'"+value+"'" : parseInt(value); + if ( this.isNumeric(value) ) + return typeof(value) == 'string' ? "'"+value+"'" : parseFloat(value); + if ( typeof(value) == 'number' ) + return value == Infinity ? '.Inf' : ( value == -Infinity ? '-.Inf' : ( isNaN(value) ? '.NAN' : value ) ); + var yaml = new YamlEscaper(); + if ( yaml.requiresDoubleQuoting(value) ) + return yaml.escapeWithDoubleQuotes(value); + if ( yaml.requiresSingleQuoting(value) ) + return yaml.escapeWithSingleQuotes(value); + if ( '' == value ) + return '""'; + if ( this.getTimestampRegex().test(value) ) + return "'"+value+"'"; + if ( this.inArray(value.toLowerCase(), ['null','~','true','false']) ) + return "'"+value+"'"; + // default + return value; + }, + + /** + * Dumps a JS object to a YAML string. + * + * @param object value The JS array to dump + * + * @return string The YAML string representing the JS object + */ + dumpObject: function(value) + { + var keys = this.getKeys(value); + var output = null; + var i; + var len = keys.length; + + // array + if ( value instanceof Array ) + /*( 1 == len && '0' == keys[0] ) + || + ( len > 1 && this.reduceArray(keys, function(v,w){return Math.floor(v+w);}, 0) == len * (len - 1) / 2) )*/ + { + output = []; + for ( i = 0; i < len; i++ ) + { + output.push(this.dump(value[keys[i]])); + } + + return '['+output.join(', ')+']'; + } + + // mapping + output = []; + for ( i = 0; i < len; i++ ) + { + output.push(this.dump(keys[i])+': '+this.dump(value[keys[i]])); + } + + return '{ '+output.join(', ')+' }'; + }, + + /** + * Parses a scalar to a YAML string. + * + * @param scalar scalar + * @param string delimiters + * @param object stringDelimiters + * @param integer i + * @param boolean evaluate + * + * @return string A YAML string + * + * @throws YamlParseException When malformed inline YAML string is parsed + */ + parseScalar: function(scalar, delimiters, stringDelimiters, i, evaluate) + { + if ( delimiters == undefined ) delimiters = null; + if ( stringDelimiters == undefined ) stringDelimiters = ['"', "'"]; + if ( i == undefined ) i = 0; + if ( evaluate == undefined ) evaluate = true; + + var output = null; + var pos = null; + var matches = null; + + if ( this.inArray(scalar[i], stringDelimiters) ) + { + // quoted scalar + output = this.parseQuotedScalar(scalar, i); + i = this.i; + if (null !== delimiters) { + var tmp = scalar.substr(i).replace(/^\s+/, ''); + if (!this.inArray(tmp.charAt(0), delimiters)) { + throw new YamlParseException('Unexpected characters ('+scalar.substr(i)+').'); + } + } + } + else + { + // "normal" string + if ( !delimiters ) + { + output = (scalar+'').substring(i); + + i += output.length; + + // remove comments + pos = output.indexOf(' #'); + if ( pos != -1 ) + { + output = output.substr(0, pos).replace(/\s+$/g,''); + } + } + else if ( matches = new RegExp('^(.+?)('+delimiters.join('|')+')').exec((scalar+'').substring(i)) ) + { + output = matches[1]; + i += output.length; + } + else + { + throw new YamlParseException('Malformed inline YAML string ('+scalar+').'); + } + output = evaluate ? this.evaluateScalar(output) : output; + } + + this.i = i; + + return output; + }, + + /** + * Parses a quoted scalar to YAML. + * + * @param string scalar + * @param integer i + * + * @return string A YAML string + * + * @throws YamlParseException When malformed inline YAML string is parsed + */ + parseQuotedScalar: function(scalar, i) + { + var matches = null; + //var item = /^(.*?)['"]\s*(?:[,:]|[}\]]\s*,)/.exec((scalar+'').substring(i))[1]; + + if ( !(matches = new RegExp('^'+YamlInline.REGEX_QUOTED_STRING).exec((scalar+'').substring(i))) ) + { + throw new YamlParseException('Malformed inline YAML string ('+(scalar+'').substring(i)+').'); + } + + var output = matches[0].substr(1, matches[0].length - 2); + + var unescaper = new YamlUnescaper(); + + if ( '"' == (scalar+'').charAt(i) ) + { + output = unescaper.unescapeDoubleQuotedString(output); + } + else + { + output = unescaper.unescapeSingleQuotedString(output); + } + + i += matches[0].length; + + this.i = i; + return output; + }, + + /** + * Parses a sequence to a YAML string. + * + * @param string sequence + * @param integer i + * + * @return string A YAML string + * + * @throws YamlParseException When malformed inline YAML string is parsed + */ + parseSequence: function(sequence, i) + { + if ( i == undefined ) i = 0; + + var output = []; + var len = sequence.length; + i += 1; + + // [foo, bar, ...] + while ( i < len ) + { + switch ( sequence.charAt(i) ) + { + case '[': + // nested sequence + output.push(this.parseSequence(sequence, i)); + i = this.i; + break; + case '{': + // nested mapping + output.push(this.parseMapping(sequence, i)); + i = this.i; + break; + case ']': + this.i = i; + return output; + case ',': + case ' ': + break; + default: + var isQuoted = this.inArray(sequence.charAt(i), ['"', "'"]); + var value = this.parseScalar(sequence, [',', ']'], ['"', "'"], i); + i = this.i; + + if ( !isQuoted && (value+'').indexOf(': ') != -1 ) + { + // embedded mapping? + try + { + value = this.parseMapping('{'+value+'}'); + } + catch ( e ) + { + if ( !(e instanceof YamlParseException ) ) throw e; + // no, it's not + } + } + + output.push(value); + + i--; + } + + i++; + } + + throw new YamlParseException('Malformed inline YAML string "'+sequence+'"'); + }, + + /** + * Parses a mapping to a YAML string. + * + * @param string mapping + * @param integer i + * + * @return string A YAML string + * + * @throws YamlParseException When malformed inline YAML string is parsed + */ + parseMapping: function(mapping, i) + { + if ( i == undefined ) i = 0; + var output = {}; + var len = mapping.length; + i += 1; + var done = false; + var doContinue = false; + + // {foo: bar, bar:foo, ...} + while ( i < len ) + { + doContinue = false; + + switch ( mapping.charAt(i) ) + { + case ' ': + case ',': + i++; + doContinue = true; + break; + case '}': + this.i = i; + return output; + } + + if ( doContinue ) continue; + + // key + var key = this.parseScalar(mapping, [':', ' '], ['"', "'"], i, false); + i = this.i; + + // value + done = false; + while ( i < len ) + { + switch ( mapping.charAt(i) ) + { + case '[': + // nested sequence + output[key] = this.parseSequence(mapping, i); + i = this.i; + done = true; + break; + case '{': + // nested mapping + output[key] = this.parseMapping(mapping, i); + i = this.i; + done = true; + break; + case ':': + case ' ': + break; + default: + output[key] = this.parseScalar(mapping, [',', '}'], ['"', "'"], i); + i = this.i; + done = true; + i--; + } + + ++i; + + if ( done ) + { + doContinue = true; + break; + } + } + + if ( doContinue ) continue; + } + + throw new YamlParseException('Malformed inline YAML string "'+mapping+'"'); + }, + + /** + * Evaluates scalars and replaces magic values. + * + * @param string scalar + * + * @return string A YAML string + */ + evaluateScalar: function(scalar) + { + scalar = this.trim(scalar); + + var raw = null; + var cast = null; + + if ( ( 'null' == scalar.toLowerCase() ) || + ( '' == scalar ) || + ( '~' == scalar ) ) + return null; + if ( (scalar+'').indexOf('!str ') == 0 ) + return (''+scalar).substring(5); + if ( (scalar+'').indexOf('! ') == 0 ) + return parseInt(this.parseScalar((scalar+'').substr(2))); + if ( /^\d+$/.test(scalar) ) + { + raw = scalar; + cast = parseInt(scalar); + return '0' == scalar.charAt(0) ? this.octdec(scalar) : (( ''+raw == ''+cast ) ? cast : raw); + } + if ( 'true' == (scalar+'').toLowerCase() ) + return true; + if ( 'false' == (scalar+'').toLowerCase() ) + return false; + if ( this.isNumeric(scalar) ) + return '0x' == (scalar+'').substr(0, 2) ? this.hexdec(scalar) : parseFloat(scalar); + if ( scalar.toLowerCase() == '.inf' ) + return Infinity; + if ( scalar.toLowerCase() == '.nan' ) + return NaN; + if ( scalar.toLowerCase() == '-.inf' ) + return -Infinity; + if ( /^(-|\+)?[0-9,]+(\.[0-9]+)?$/.test(scalar) ) + return parseFloat(scalar.split(',').join('')); + if ( this.getTimestampRegex().test(scalar) ) + return new Date(this.strtotime(scalar)); + //else + return ''+scalar; + }, + + /** + * Gets a regex that matches an unix timestamp + * + * @return string The regular expression + */ + getTimestampRegex: function() + { + return new RegExp('^'+ + '([0-9][0-9][0-9][0-9])'+ + '-([0-9][0-9]?)'+ + '-([0-9][0-9]?)'+ + '(?:(?:[Tt]|[ \t]+)'+ + '([0-9][0-9]?)'+ + ':([0-9][0-9])'+ + ':([0-9][0-9])'+ + '(?:\.([0-9]*))?'+ + '(?:[ \t]*(Z|([-+])([0-9][0-9]?)'+ + '(?::([0-9][0-9]))?))?)?'+ + '$','gi'); + }, + + trim: function(str /* String */) + { + return (str+'').replace(/^\s+/,'').replace(/\s+$/,''); + }, + + isNumeric: function(input) + { + return (input - 0) == input && input.length > 0 && input.replace(/\s+/g,'') != ''; + }, + + inArray: function(key, tab) + { + var i; + var len = tab.length; + for ( i = 0; i < len; i++ ) + { + if ( key == tab[i] ) return true; + } + return false; + }, + + getKeys: function(tab) + { + var ret = []; + + for ( var name in tab ) + { + if ( tab.hasOwnProperty(name) ) + { + ret.push(name); + } + } + + return ret; + }, + + /*reduceArray: function(tab, fun) + { + var len = tab.length; + if (typeof fun != "function") + throw new YamlParseException("fun is not a function"); + + // no value to return if no initial value and an empty array + if (len == 0 && arguments.length == 1) + throw new YamlParseException("empty array"); + + var i = 0; + if (arguments.length >= 2) + { + var rv = arguments[1]; + } + else + { + do + { + if (i in tab) + { + rv = tab[i++]; + break; + } + + // if array contains no values, no initial value to return + if (++i >= len) + throw new YamlParseException("no initial value to return"); + } + while (true); + } + + for (; i < len; i++) + { + if (i in tab) + rv = fun.call(null, rv, tab[i], i, tab); + } + + return rv; + },*/ + + octdec: function(input) + { + return parseInt((input+'').replace(/[^0-7]/gi, ''), 8); + }, + + hexdec: function(input) + { + input = this.trim(input); + if ( (input+'').substr(0, 2) == '0x' ) input = (input+'').substring(2); + return parseInt((input+'').replace(/[^a-f0-9]/gi, ''), 16); + }, + + /** + * @see http://phpjs.org/functions/strtotime + * @note we need timestamp with msecs so /1000 removed + * @note original contained binary | 0 (wtf?!) everywhere, which messes everything up + */ + strtotime: function (h,b){var f,c,g,k,d="";h=(h+"").replace(/\s{2,}|^\s|\s$/g," ").replace(/[\t\r\n]/g,"");if(h==="now"){return b===null||isNaN(b)?new Date().getTime()||0:b||0}else{if(!isNaN(d=Date.parse(h))){return d||0}else{if(b){b=new Date(b)}else{b=new Date()}}}h=h.toLowerCase();var e={day:{sun:0,mon:1,tue:2,wed:3,thu:4,fri:5,sat:6},mon:["jan","feb","mar","apr","may","jun","jul","aug","sep","oct","nov","dec"]};var a=function(i){var o=(i[2]&&i[2]==="ago");var n=(n=i[0]==="last"?-1:1)*(o?-1:1);switch(i[0]){case"last":case"next":switch(i[1].substring(0,3)){case"yea":b.setFullYear(b.getFullYear()+n);break;case"wee":b.setDate(b.getDate()+(n*7));break;case"day":b.setDate(b.getDate()+n);break;case"hou":b.setHours(b.getHours()+n);break;case"min":b.setMinutes(b.getMinutes()+n);break;case"sec":b.setSeconds(b.getSeconds()+n);break;case"mon":if(i[1]==="month"){b.setMonth(b.getMonth()+n);break}default:var l=e.day[i[1].substring(0,3)];if(typeof l!=="undefined"){var p=l-b.getDay();if(p===0){p=7*n}else{if(p>0){if(i[0]==="last"){p-=7}}else{if(i[0]==="next"){p+=7}}}b.setDate(b.getDate()+p);b.setHours(0,0,0,0)}}break;default:if(/\d+/.test(i[0])){n*=parseInt(i[0],10);switch(i[1].substring(0,3)){case"yea":b.setFullYear(b.getFullYear()+n);break;case"mon":b.setMonth(b.getMonth()+n);break;case"wee":b.setDate(b.getDate()+(n*7));break;case"day":b.setDate(b.getDate()+n);break;case"hou":b.setHours(b.getHours()+n);break;case"min":b.setMinutes(b.getMinutes()+n);break;case"sec":b.setSeconds(b.getSeconds()+n);break}}else{return false}break}return true};g=h.match(/^(\d{2,4}-\d{2}-\d{2})(?:\s(\d{1,2}:\d{2}(:\d{2})?)?(?:\.(\d+))?)?$/);if(g!==null){if(!g[2]){g[2]="00:00:00"}else{if(!g[3]){g[2]+=":00"}}k=g[1].split(/-/g);k[1]=e.mon[k[1]-1]||k[1];k[0]=+k[0];k[0]=(k[0]>=0&&k[0]<=69)?"20"+(k[0]<10?"0"+k[0]:k[0]+""):(k[0]>=70&&k[0]<=99)?"19"+k[0]:k[0]+"";return parseInt(this.strtotime(k[2]+" "+k[1]+" "+k[0]+" "+g[2])+(g[4]?g[4]:""),10)}var j="([+-]?\\d+\\s(years?|months?|weeks?|days?|hours?|min|minutes?|sec|seconds?|sun\\.?|sunday|mon\\.?|monday|tue\\.?|tuesday|wed\\.?|wednesday|thu\\.?|thursday|fri\\.?|friday|sat\\.?|saturday)|(last|next)\\s(years?|months?|weeks?|days?|hours?|min|minutes?|sec|seconds?|sun\\.?|sunday|mon\\.?|monday|tue\\.?|tuesday|wed\\.?|wednesday|thu\\.?|thursday|fri\\.?|friday|sat\\.?|saturday))(\\sago)?";g=h.match(new RegExp(j,"gi"));if(g===null){return false}for(f=0,c=g.length;f= newIndent ) + { + data.push(this.currentLine.substr(newIndent)); + } + else if ( 0 == indent ) + { + this.moveToPreviousLine(); + + break; + } + else + { + throw new YamlParseException('Indentation problem B', this.getRealCurrentLineNb() + 1, this.currentLine); + } + } + + return data.join("\n"); + }, + + /** + * Moves the parser to the next line. + * + * @return Boolean + */ + moveToNextLine: function() + { + if ( this.currentLineNb >= this.lines.length - 1 ) + { + return false; + } + + this.currentLineNb++; + this.currentLine = this.lines[this.currentLineNb]; + + return true; + }, + + /** + * Moves the parser to the previous line. + */ + moveToPreviousLine: function() + { + this.currentLineNb--; + this.currentLine = this.lines[this.currentLineNb]; + }, + + /** + * Parses a YAML value. + * + * @param string value A YAML value + * + * @return mixed A JS value + * + * @throws YamlParseException When reference does not exist + */ + parseValue: function(value) + { + if ( '*' == (value+'').charAt(0) ) + { + if ( this.trim(value).charAt(0) == '#' ) + { + value = (value+'').substr(1, value.indexOf('#') - 2); + } + else + { + value = (value+'').substr(1); + } + + if ( this.refs[value] == undefined ) + { + throw new YamlParseException('Reference "'+value+'" does not exist', this.getRealCurrentLineNb() + 1, this.currentLine); + } + return this.refs[value]; + } + + var matches = null; + if ( matches = /^(\||>)(\+|\-|\d+|\+\d+|\-\d+|\d+\+|\d+\-)?( +#.*)?$/.exec(value) ) + { + matches = {separator: matches[1], modifiers: matches[2], comments: matches[3]}; + var modifiers = this.isDefined(matches.modifiers) ? matches.modifiers : ''; + + return this.parseFoldedScalar(matches.separator, modifiers.replace(/\d+/g, ''), Math.abs(parseInt(modifiers))); + } + try { + return new YamlInline().parse(value); + } catch (e) { + if ( e instanceof YamlParseException ) { + e.setParsedLine(this.getRealCurrentLineNb() + 1); + e.setSnippet(this.currentLine); + } + throw e; + } + }, + + /** + * Parses a folded scalar. + * + * @param string separator The separator that was used to begin this folded scalar (| or >) + * @param string indicator The indicator that was used to begin this folded scalar (+ or -) + * @param integer indentation The indentation that was used to begin this folded scalar + * + * @return string The text value + */ + parseFoldedScalar: function(separator, indicator, indentation) + { + if ( indicator == undefined ) indicator = ''; + if ( indentation == undefined ) indentation = 0; + + separator = '|' == separator ? "\n" : ' '; + var text = ''; + var diff = null; + + var notEOF = this.moveToNextLine(); + + while ( notEOF && this.isCurrentLineBlank() ) + { + text += "\n"; + + notEOF = this.moveToNextLine(); + } + + if ( !notEOF ) + { + return ''; + } + + var matches = null; + if ( !(matches = new RegExp('^('+(indentation ? this.strRepeat(' ', indentation) : ' +')+')(.*)$').exec(this.currentLine)) ) + { + this.moveToPreviousLine(); + + return ''; + } + + matches = {indent: matches[1], text: matches[2]}; + + var textIndent = matches.indent; + var previousIndent = 0; + + text += matches.text + separator; + while ( this.currentLineNb + 1 < this.lines.length ) + { + this.moveToNextLine(); + + if ( matches = new RegExp('^( {'+textIndent.length+',})(.+)$').exec(this.currentLine) ) + { + matches = {indent: matches[1], text: matches[2]}; + + if ( ' ' == separator && previousIndent != matches.indent ) + { + text = text.substr(0, text.length - 1)+"\n"; + } + + previousIndent = matches.indent; + + diff = matches.indent.length - textIndent.length; + text += this.strRepeat(' ', diff) + matches.text + (diff != 0 ? "\n" : separator); + } + else if ( matches = /^( *)$/.exec(this.currentLine) ) + { + text += matches[1].replace(new RegExp('^ {1,'+textIndent.length+'}','g'), '')+"\n"; + } + else + { + this.moveToPreviousLine(); + + break; + } + } + + if ( ' ' == separator ) + { + // replace last separator by a newline + text = text.replace(/ (\n*)$/g, "\n$1"); + } + + switch ( indicator ) + { + case '': + text = text.replace(/\n+$/g, "\n"); + break; + case '+': + break; + case '-': + text = text.replace(/\n+$/g, ''); + break; + } + + return text; + }, + + /** + * Returns true if the next line is indented. + * + * @return Boolean Returns true if the next line is indented, false otherwise + */ + isNextLineIndented: function() + { + var currentIndentation = this.getCurrentLineIndentation(); + var notEOF = this.moveToNextLine(); + + while ( notEOF && this.isCurrentLineEmpty() ) + { + notEOF = this.moveToNextLine(); + } + + if ( false == notEOF ) + { + return false; + } + + var ret = false; + if ( this.getCurrentLineIndentation() <= currentIndentation ) + { + ret = true; + } + + this.moveToPreviousLine(); + + return ret; + }, + + /** + * Returns true if the current line is blank or if it is a comment line. + * + * @return Boolean Returns true if the current line is empty or if it is a comment line, false otherwise + */ + isCurrentLineEmpty: function() + { + return this.isCurrentLineBlank() || this.isCurrentLineComment(); + }, + + /** + * Returns true if the current line is blank. + * + * @return Boolean Returns true if the current line is blank, false otherwise + */ + isCurrentLineBlank: function() + { + return '' == this.trim(this.currentLine); + }, + + /** + * Returns true if the current line is a comment line. + * + * @return Boolean Returns true if the current line is a comment line, false otherwise + */ + isCurrentLineComment: function() + { + //checking explicitly the first char of the trim is faster than loops or strpos + var ltrimmedLine = this.currentLine.replace(/^ +/g, ''); + return ltrimmedLine.charAt(0) == '#'; + }, + + /** + * Cleanups a YAML string to be parsed. + * + * @param string value The input YAML string + * + * @return string A cleaned up YAML string + */ + cleanup: function(value) + { + value = value.split("\r\n").join("\n").split("\r").join("\n"); + + if ( !/\n$/.test(value) ) + { + value += "\n"; + } + + // strip YAML header + var count = 0; + var regex = /^\%YAML[: ][\d\.]+.*\n/; + while ( regex.test(value) ) + { + value = value.replace(regex, ''); + count++; + } + this.offset += count; + + // remove leading comments + regex = /^(#.*?\n)+/; + if ( regex.test(value) ) + { + var trimmedValue = value.replace(regex, ''); + + // items have been removed, update the offset + this.offset += this.subStrCount(value, "\n") - this.subStrCount(trimmedValue, "\n"); + value = trimmedValue; + } + + // remove start of the document marker (---) + regex = /^\-\-\-.*?\n/; + if ( regex.test(value) ) + { + trimmedValue = value.replace(regex, ''); + + // items have been removed, update the offset + this.offset += this.subStrCount(value, "\n") - this.subStrCount(trimmedValue, "\n"); + value = trimmedValue; + + // remove end of the document marker (...) + value = value.replace(/\.\.\.\s*$/g, ''); + } + + return value; + }, + + /** + * Returns true if the next line starts unindented collection + * + * @return Boolean Returns true if the next line starts unindented collection, false otherwise + */ + isNextLineUnIndentedCollection: function() + { + var currentIndentation = this.getCurrentLineIndentation(); + var notEOF = this.moveToNextLine(); + + while (notEOF && this.isCurrentLineEmpty()) { + notEOF = this.moveToNextLine(); + } + + if (false === notEOF) { + return false; + } + + var ret = false; + if ( + this.getCurrentLineIndentation() == currentIndentation + && + this.isStringUnIndentedCollectionItem(this.currentLine) + ) { + ret = true; + } + + this.moveToPreviousLine(); + + return ret; + }, + + /** + * Returns true if the string is unindented collection item + * + * @return Boolean Returns true if the string is unindented collection item, false otherwise + */ + isStringUnIndentedCollectionItem: function(string) + { + return (0 === this.currentLine.indexOf('- ')); + }, + + isObject: function(input) + { + return typeof(input) == 'object' && this.isDefined(input); + }, + + isEmpty: function(input) + { + return input == undefined || input == null || input == '' || input == 0 || input == "0" || input == false; + }, + + isDefined: function(input) + { + return input != undefined && input != null; + }, + + reverseArray: function(input /* Array */) + { + var result = []; + var len = input.length; + for ( var i = len-1; i >= 0; i-- ) + { + result.push(input[i]); + } + + return result; + }, + + merge: function(a /* Object */, b /* Object */) + { + var c = {}; + var i; + + for ( i in a ) + { + if ( a.hasOwnProperty(i) ) + if ( /^\d+$/.test(i) ) c.push(a); + else c[i] = a[i]; + } + for ( i in b ) + { + if ( b.hasOwnProperty(i) ) + if ( /^\d+$/.test(i) ) c.push(b); + else c[i] = b[i]; + } + + return c; + }, + + strRepeat: function(str /* String */, count /* Integer */) + { + var i; + var result = ''; + for ( i = 0; i < count; i++ ) result += str; + return result; + }, + + subStrCount: function(string, subString, start, length) + { + var c = 0; + + string = '' + string; + subString = '' + subString; + + if ( start != undefined ) string = string.substr(start); + if ( length != undefined ) string = string.substr(0, length); + + var len = string.length; + var sublen = subString.length; + for ( var i = 0; i < len; i++ ) + { + if ( subString == string.substr(i, sublen) ) + c++; + i += sublen - 1; + } + + return c; + }, + + trim: function(str /* String */) + { + return (str+'').replace(/^ +/,'').replace(/ +$/,''); + } +}; +/** + * YamlEscaper encapsulates escaping rules for single and double-quoted + * YAML strings. + * + * @author Matthew Lewinski + */ +YamlEscaper = function(){}; +YamlEscaper.prototype = +{ + /** + * Determines if a JS value would require double quoting in YAML. + * + * @param string value A JS value + * + * @return Boolean True if the value would require double quotes. + */ + requiresDoubleQuoting: function(value) + { + return new RegExp(YamlEscaper.REGEX_CHARACTER_TO_ESCAPE).test(value); + }, + + /** + * Escapes and surrounds a JS value with double quotes. + * + * @param string value A JS value + * + * @return string The quoted, escaped string + */ + escapeWithDoubleQuotes: function(value) + { + value = value + ''; + var len = YamlEscaper.escapees.length; + var maxlen = YamlEscaper.escaped.length; + var esc = YamlEscaper.escaped; + for (var i = 0; i < len; ++i) + if ( i >= maxlen ) esc.push(''); + + var ret = ''; + ret = value.replace(new RegExp(YamlEscaper.escapees.join('|'),'g'), function(str){ + for(var i = 0; i < len; ++i){ + if( str == YamlEscaper.escapees[i] ) + return esc[i]; + } + }); + return '"' + ret + '"'; + }, + + /** + * Determines if a JS value would require single quoting in YAML. + * + * @param string value A JS value + * + * @return Boolean True if the value would require single quotes. + */ + requiresSingleQuoting: function(value) + { + return /[\s'":{}[\],&*#?]|^[-?|<>=!%@`]/.test(value); + }, + + /** + * Escapes and surrounds a JS value with single quotes. + * + * @param string value A JS value + * + * @return string The quoted, escaped string + */ + escapeWithSingleQuotes : function(value) + { + return "'" + value.replace(/'/g, "''") + "'"; + } +}; + +// Characters that would cause a dumped string to require double quoting. +YamlEscaper.REGEX_CHARACTER_TO_ESCAPE = "[\\x00-\\x1f]|\xc2\x85|\xc2\xa0|\xe2\x80\xa8|\xe2\x80\xa9"; + +// Mapping arrays for escaping a double quoted string. The backslash is +// first to ensure proper escaping. +YamlEscaper.escapees = ['\\\\', '\\"', '"', + "\x00", "\x01", "\x02", "\x03", "\x04", "\x05", "\x06", "\x07", + "\x08", "\x09", "\x0a", "\x0b", "\x0c", "\x0d", "\x0e", "\x0f", + "\x10", "\x11", "\x12", "\x13", "\x14", "\x15", "\x16", "\x17", + "\x18", "\x19", "\x1a", "\x1b", "\x1c", "\x1d", "\x1e", "\x1f", + "\xc2\x85", "\xc2\xa0", "\xe2\x80\xa8", "\xe2\x80\xa9"]; +YamlEscaper.escaped = ['\\"', '\\\\', '\\"', + "\\0", "\\x01", "\\x02", "\\x03", "\\x04", "\\x05", "\\x06", "\\a", + "\\b", "\\t", "\\n", "\\v", "\\f", "\\r", "\\x0e", "\\x0f", + "\\x10", "\\x11", "\\x12", "\\x13", "\\x14", "\\x15", "\\x16", "\\x17", + "\\x18", "\\x19", "\\x1a", "\\e", "\\x1c", "\\x1d", "\\x1e", "\\x1f", + "\\N", "\\_", "\\L", "\\P"]; +/** + * YamlUnescaper encapsulates unescaping rules for single and double-quoted + * YAML strings. + * + * @author Matthew Lewinski + */ +var YamlUnescaper = function(){}; +YamlUnescaper.prototype = +{ + /** + * Unescapes a single quoted string. + * + * @param string value A single quoted string. + * + * @return string The unescaped string. + */ + unescapeSingleQuotedString: function(value) + { + return value.replace(/''/g, "'"); + }, + + /** + * Unescapes a double quoted string. + * + * @param string value A double quoted string. + * + * @return string The unescaped string. + */ + unescapeDoubleQuotedString: function(value) + { + var callback = function(m) { + return new YamlUnescaper().unescapeCharacter(m); + }; + + // evaluate the string + return value.replace(new RegExp(YamlUnescaper.REGEX_ESCAPED_CHARACTER, 'g'), callback); + }, + + /** + * Unescapes a character that was found in a double-quoted string + * + * @param string value An escaped character + * + * @return string The unescaped character + */ + unescapeCharacter: function(value) + { + switch (value.charAt(1)) { + case '0': + return String.fromCharCode(0); + case 'a': + return String.fromCharCode(7); + case 'b': + return String.fromCharCode(8); + case 't': + return "\t"; + case "\t": + return "\t"; + case 'n': + return "\n"; + case 'v': + return String.fromCharCode(11); + case 'f': + return String.fromCharCode(12); + case 'r': + return String.fromCharCode(13); + case 'e': + return "\x1b"; + case ' ': + return ' '; + case '"': + return '"'; + case '/': + return '/'; + case '\\': + return '\\'; + case 'N': + // U+0085 NEXT LINE + return "\x00\x85"; + case '_': + // U+00A0 NO-BREAK SPACE + return "\x00\xA0"; + case 'L': + // U+2028 LINE SEPARATOR + return "\x20\x28"; + case 'P': + // U+2029 PARAGRAPH SEPARATOR + return "\x20\x29"; + case 'x': + return this.pack('n', new YamlInline().hexdec(value.substr(2, 2))); + case 'u': + return this.pack('n', new YamlInline().hexdec(value.substr(2, 4))); + case 'U': + return this.pack('N', new YamlInline().hexdec(value.substr(2, 8))); + } + }, + + /** + * @see http://phpjs.org/functions/pack + * @warning only modes used above copied + */ + pack: function(B){var g=0,o=1,m="",l="",z=0,p=[],E,s,C,I,h,c;var d,b,x,H,u,e,A,q,D,t,w,a,G,F,y,v,f;while(g(arguments.length-o)){throw new Error("Warning: pack() Type "+E+": too few arguments")}for(z=0;z>8&255);m+=String.fromCharCode(arguments[o]&255);o++}break;case"N":if(s==="*"){s=arguments.length-o}if(s>(arguments.length-o)){throw new Error("Warning: pack() Type "+E+": too few arguments")}for(z=0;z>24&255);m+=String.fromCharCode(arguments[o]>>16&255);m+=String.fromCharCode(arguments[o]>>8&255);m+=String.fromCharCode(arguments[o]&255);o++}break;default:throw new Error("Warning: pack() Type "+E+": unknown format code")}}if(o + */ +var YamlDumper = function(){}; +YamlDumper.prototype = +{ + /** + * Dumps a JS value to YAML. + * + * @param mixed input The JS value + * @param integer inline The level where you switch to inline YAML + * @param integer indent The level o indentation indentation (used internally) + * + * @return string The YAML representation of the JS value + */ + dump: function(input, inline, indent) + { + if ( inline == null ) inline = 0; + if ( indent == null ) indent = 0; + var output = ''; + var prefix = indent ? this.strRepeat(' ', indent) : ''; + var yaml; + if (!this.numSpacesForIndentation) this.numSpacesForIndentation = 2; + + if ( inline <= 0 || !this.isObject(input) || this.isEmpty(input) ) + { + yaml = new YamlInline(); + output += prefix + yaml.dump(input); + } + else + { + var isAHash = !this.arrayEquals(this.getKeys(input), this.range(0,input.length - 1)); + var willBeInlined; + + for ( var key in input ) + { + if ( input.hasOwnProperty(key) ) + { + willBeInlined = inline - 1 <= 0 || !this.isObject(input[key]) || this.isEmpty(input[key]); + + if ( isAHash ) yaml = new YamlInline(); + + output += + prefix + '' + + (isAHash ? yaml.dump(key)+':' : '-') + '' + + (willBeInlined ? ' ' : "\n") + '' + + this.dump(input[key], inline - 1, (willBeInlined ? 0 : indent + this.numSpacesForIndentation)) + '' + + (willBeInlined ? "\n" : ''); + } + } + } + + return output; + }, + + strRepeat: function(str /* String */, count /* Integer */) + { + var i; + var result = ''; + for ( i = 0; i < count; i++ ) result += str; + return result; + }, + + isObject: function(input) + { + return this.isDefined(input) && typeof(input) == 'object'; + }, + + isEmpty: function(input) + { + var ret = input == undefined || input == null || input == '' || input == 0 || input == "0" || input == false; + if ( !ret && typeof(input) == "object" && !(input instanceof Array)){ + var propCount = 0; + for ( var key in input ) + if ( input.hasOwnProperty(key) ) propCount++; + ret = !propCount; + } + return ret; + }, + + isDefined: function(input) + { + return input != undefined && input != null; + }, + + getKeys: function(tab) + { + var ret = []; + + for ( var name in tab ) + { + if ( tab.hasOwnProperty(name) ) + { + ret.push(name); + } + } + + return ret; + }, + + range: function(start, end) + { + if ( start > end ) return []; + + var ret = []; + + for ( var i = start; i <= end; i++ ) + { + ret.push(i); + } + + return ret; + }, + + arrayEquals: function(a,b) + { + if ( a.length != b.length ) return false; + + var len = a.length; + + for ( var i = 0; i < len; i++ ) + { + if ( a[i] != b[i] ) return false; + } + + return true; + } +}; +})(); diff --git a/node_modules/yamljs/dist/yaml.min.js b/node_modules/yamljs/dist/yaml.min.js new file mode 100644 index 0000000..96f484f --- /dev/null +++ b/node_modules/yamljs/dist/yaml.min.js @@ -0,0 +1 @@ +(function e(t,n,i){function r(l,u){if(!n[l]){if(!t[l]){var a=typeof require=="function"&&require;if(!u&&a)return a(l,!0);if(s)return s(l,!0);var o=new Error("Cannot find module '"+l+"'");throw o.code="MODULE_NOT_FOUND",o}var f=n[l]={exports:{}};t[l][0].call(f.exports,function(e){var n=t[l][1][e];return r(n?n:e)},f,f.exports,e,t,n,i)}return n[l].exports}var s=typeof require=="function"&&require;for(var l=0;lr;e=0<=r?++n:--n){i[t.LIST_ESCAPEES[e]]=t.LIST_ESCAPED[e]}return i}();t.PATTERN_CHARACTERS_TO_ESCAPE=new r("[\\x00-\\x1f]|…| |
|
");t.PATTERN_MAPPING_ESCAPEES=new r(t.LIST_ESCAPEES.join("|").split("\\").join("\\\\"));t.PATTERN_SINGLE_QUOTING=new r("[\\s'\":{}[\\],&*#?]|^[-?|<>=!%@`]");t.requiresDoubleQuoting=function(e){return this.PATTERN_CHARACTERS_TO_ESCAPE.test(e)};t.escapeWithDoubleQuotes=function(e){var t;t=this.PATTERN_MAPPING_ESCAPEES.replace(e,function(e){return function(t){return e.MAPPING_ESCAPEES_TO_ESCAPED[t]}}(this));return'"'+t+'"'};t.requiresSingleQuoting=function(e){return this.PATTERN_SINGLE_QUOTING.test(e)};t.escapeWithSingleQuotes=function(e){return"'"+e.replace(/'/g,"''")+"'"};return t}();t.exports=i},{"./Pattern":8}],3:[function(e,t,n){var i,r=function(e,t){for(var n in t){if(s.call(t,n))e[n]=t[n]}function i(){this.constructor=e}i.prototype=t.prototype;e.prototype=new i;e.__super__=t.prototype;return e},s={}.hasOwnProperty;i=function(e){r(t,e);function t(e,t,n){this.message=e;this.parsedLine=t;this.snippet=n}t.prototype.toString=function(){if(this.parsedLine!=null&&this.snippet!=null){return" "+this.message+" (line "+this.parsedLine+": '"+this.snippet+"')"}else{return" "+this.message}};return t}(Error);t.exports=i},{}],4:[function(e,t,n){var i,r=function(e,t){for(var n in t){if(s.call(t,n))e[n]=t[n]}function i(){this.constructor=e}i.prototype=t.prototype;e.prototype=new i;e.__super__=t.prototype;return e},s={}.hasOwnProperty;i=function(e){r(t,e);function t(e,t,n){this.message=e;this.parsedLine=t;this.snippet=n}t.prototype.toString=function(){if(this.parsedLine!=null&&this.snippet!=null){return" "+this.message+" (line "+this.parsedLine+": '"+this.snippet+"')"}else{return" "+this.message}};return t}(Error);t.exports=i},{}],5:[function(e,t,n){var i,r=function(e,t){for(var n in t){if(s.call(t,n))e[n]=t[n]}function i(){this.constructor=e}i.prototype=t.prototype;e.prototype=new i;e.__super__=t.prototype;return e},s={}.hasOwnProperty;i=function(e){r(t,e);function t(e,t,n){this.message=e;this.parsedLine=t;this.snippet=n}t.prototype.toString=function(){if(this.parsedLine!=null&&this.snippet!=null){return" "+this.message+" (line "+this.parsedLine+": '"+this.snippet+"')"}else{return" "+this.message}};return t}(Error);t.exports=i},{}],6:[function(e,t,n){var i,r,s,l,u,a,o,f,c=[].indexOf||function(e){for(var t=0,n=this.length;t=0){p=this.parseQuotedScalar(e,i);s=i.i;if(t!=null){_=f.ltrim(e.slice(s)," ");if(!(T=_.charAt(0),c.call(t,T)>=0)){throw new l("Unexpected characters ("+e.slice(s)+").")}}}else{if(!t){p=e.slice(s);s+=p.length;A=p.indexOf(" #");if(A!==-1){p=f.rtrim(p.slice(0,A))}}else{u=t.join("|");h=this.PATTERN_SCALAR_BY_DELIMITERS[u];if(h==null){h=new a("^(.+?)("+u+")");this.PATTERN_SCALAR_BY_DELIMITERS[u]=h}if(o=h.exec(e.slice(s))){p=o[1];s+=p.length}else{throw new l("Malformed inline YAML string ("+e+").")}}if(r){p=this.evaluateScalar(p,i)}}i.i=s;return p};e.parseQuotedScalar=function(e,t){var n,i,r;n=t.i;if(!(i=this.PATTERN_QUOTED_SCALAR.exec(e.slice(n)))){throw new u("Malformed inline YAML string ("+e.slice(n)+").")}r=i[0].substr(1,i[0].length-2);if('"'===e.charAt(n)){r=o.unescapeDoubleQuotedString(r)}else{r=o.unescapeSingleQuotedString(r)}n+=i[0].length;t.i=n;return r};e.parseSequence=function(e,t){var n,i,r,s,l,a,o,f;a=[];l=e.length;r=t.i;r+=1;while(r0)){h=null}return o(E.slice(0,u),h)}}if(r){throw new l("Custom object support when parsing a YAML file has been disabled.")}return null}break;case"0":if("0x"===e.slice(0,2)){return f.hexDec(e)}else if(f.isDigits(e)){return f.octDec(e)}else if(f.isNumeric(e)){return parseFloat(e)}else{return e}break;case"+":if(f.isDigits(e)){c=e;n=parseInt(c);if(c===String(n)){return n}else{return c}}else if(f.isNumeric(e)){return parseFloat(e)}else if(this.PATTERN_THOUSAND_NUMERIC_SCALAR.test(e)){return parseFloat(e.replace(",",""))}return e;case"-":if(f.isDigits(e.slice(1))){if("0"===e.charAt(1)){return-f.octDec(e.slice(1))}else{c=e.slice(1);n=parseInt(c);if(c===String(n)){return-n}else{return-c}}}else if(f.isNumeric(e)){return parseFloat(e)}else if(this.PATTERN_THOUSAND_NUMERIC_SCALAR.test(e)){return parseFloat(e.replace(",",""))}return e;default:if(i=f.stringToDate(e)){return i}else if(f.isNumeric(e)){return parseFloat(e)}else if(this.PATTERN_THOUSAND_NUMERIC_SCALAR.test(e)){return parseFloat(e.replace(",",""))}return e}}};return e}();t.exports=s},{"./Escaper":2,"./Exception/DumpException":3,"./Exception/ParseException":4,"./Exception/ParseMore":5,"./Pattern":8,"./Unescaper":9,"./Utils":10}],7:[function(e,t,n){var i,r,s,l,u,a;i=e("./Inline");u=e("./Pattern");a=e("./Utils");r=e("./Exception/ParseException");s=e("./Exception/ParseMore");l=function(){e.prototype.PATTERN_FOLDED_SCALAR_ALL=new u("^(?:(?![^\\|>]*)\\s+)?(?\\||>)(?\\+|\\-|\\d+|\\+\\d+|\\-\\d+|\\d+\\+|\\d+\\-)?(? +#.*)?$");e.prototype.PATTERN_FOLDED_SCALAR_END=new u("(?\\||>)(?\\+|\\-|\\d+|\\+\\d+|\\-\\d+|\\d+\\+|\\d+\\-)?(? +#.*)?$");e.prototype.PATTERN_SEQUENCE_ITEM=new u("^\\-((?\\s+)(?.+?))?\\s*$");e.prototype.PATTERN_ANCHOR_VALUE=new u("^&(?[^ ]+) *(?.*)");e.prototype.PATTERN_COMPACT_NOTATION=new u("^(?"+i.REGEX_QUOTED_STRING+"|[^ '\"\\{\\[].*?) *\\:(\\s+(?.+?))?\\s*$");e.prototype.PATTERN_MAPPING_ITEM=new u("^(?"+i.REGEX_QUOTED_STRING+"|[^ '\"\\[\\{].*?) *\\:(\\s+(?.+?))?\\s*$");e.prototype.PATTERN_DECIMAL=new u("\\d+");e.prototype.PATTERN_INDENT_SPACES=new u("^ +");e.prototype.PATTERN_TRAILING_LINES=new u("(\n*)$");e.prototype.PATTERN_YAML_HEADER=new u("^\\%YAML[: ][\\d\\.]+.*\n","m");e.prototype.PATTERN_LEADING_COMMENTS=new u("^(\\#.*?\n)+","m");e.prototype.PATTERN_DOCUMENT_MARKER_START=new u("^\\-\\-\\-.*?\n","m");e.prototype.PATTERN_DOCUMENT_MARKER_END=new u("^\\.\\.\\.\\s*$","m");e.prototype.PATTERN_FOLDED_SCALAR_BY_INDENTATION={};e.prototype.CONTEXT_NONE=0;e.prototype.CONTEXT_SEQUENCE=1;e.prototype.CONTEXT_MAPPING=2;function e(e){this.offset=e!=null?e:0;this.lines=[];this.currentLineNb=-1;this.currentLine="";this.refs={}}e.prototype.parse=function(t,n,s){var l,u,o,f,c,p,h,E,T,A,_,L,d,N,g,R,x,C,m,I,S,w,v,y,P,b,D,O,M,G,U,X,F,k,H,j,Y,B,Q;if(n==null){n=false}if(s==null){s=null}this.currentLineNb=-1;this.currentLine="";this.lines=this.cleanup(t).split("\n");p=null;c=this.CONTEXT_NONE;u=false;while(this.moveToNextLine()){if(this.isCurrentLineEmpty()){continue}if("\t"===this.currentLine[0]){throw new r("A YAML file cannot contain tabs as indentation.",this.getRealCurrentLineNb()+1,this.currentLine)}N=D=false;if(Q=this.PATTERN_SEQUENCE_ITEM.exec(this.currentLine)){if(this.CONTEXT_MAPPING===c){throw new r("You cannot define a sequence item when in a mapping")}c=this.CONTEXT_SEQUENCE;if(p==null){p=[]}if(Q.value!=null&&(b=this.PATTERN_ANCHOR_VALUE.exec(Q.value))){N=b.ref;Q.value=b.value}if(!(Q.value!=null)||""===a.trim(Q.value," ")||a.ltrim(Q.value," ").indexOf("#")===0){if(this.currentLineNb=l){n.push(this.currentLine.slice(l))}else if(a.ltrim(this.currentLine).charAt(0)==="#"){}else if(0===i){this.moveToPreviousLine();break}else{throw new r("Indentation problem.",this.getRealCurrentLineNb()+1,this.currentLine)}}return n.join("\n")};e.prototype.moveToNextLine=function(){if(this.currentLineNb>=this.lines.length-1){return false}this.currentLine=this.lines[++this.currentLineNb];return true};e.prototype.moveToPreviousLine=function(){this.currentLine=this.lines[--this.currentLineNb]};e.prototype.parseValue=function(e,t,n){var l,u,o,f,c,p,h,E,T;if(0===e.indexOf("*")){p=e.indexOf("#");if(p!==-1){e=e.substr(1,p-2)}else{e=e.slice(1)}if(this.refs[e]===void 0){throw new r('Reference "'+e+'" does not exist.',this.currentLine)}return this.refs[e]}if(f=this.PATTERN_FOLDED_SCALAR_ALL.exec(e)){c=(h=f.modifiers)!=null?h:"";o=Math.abs(parseInt(c));if(isNaN(o)){o=0}T=this.parseFoldedScalar(f.separator,this.PATTERN_DECIMAL.replace(c,""),o);if(f.type!=null){i.configure(t,n);return i.parseScalar(f.type+" "+T)}else{return T}}if((E=e.charAt(0))==="["||E==="{"||E==='"'||E==="'"){while(true){try{return i.parse(e,t,n)}catch(u){l=u;if(l instanceof s&&this.moveToNextLine()){e+="\n"+a.trim(this.currentLine," ")}else{l.parsedLine=this.getRealCurrentLineNb()+1;l.snippet=this.currentLine;throw l}}}}else{if(this.isNextLineIndented()){e+="\n"+this.getNextEmbedBlock()}return i.parse(e,t,n)}};e.prototype.parseFoldedScalar=function(t,n,i){var r,s,l,o,f,c,p,h,E,T;if(n==null){n=""}if(i==null){i=0}p=this.moveToNextLine();if(!p){return""}r=this.isCurrentLineBlank();T="";while(p&&r){if(p=this.moveToNextLine()){T+="\n";r=this.isCurrentLineBlank()}}if(0===i){if(f=this.PATTERN_INDENT_SPACES.exec(this.currentLine)){i=f[0].length}}if(i>0){h=this.PATTERN_FOLDED_SCALAR_BY_INDENTATION[i];if(h==null){h=new u("^ {"+i+"}(.*)$");e.prototype.PATTERN_FOLDED_SCALAR_BY_INDENTATION[i]=h}while(p&&(r||(f=h.exec(this.currentLine)))){if(r){T+=this.currentLine.slice(i)}else{T+=f[1]}if(p=this.moveToNextLine()){T+="\n";r=this.isCurrentLineBlank()}}}else if(p){T+="\n"}if(p){this.moveToPreviousLine()}if(">"===t){c="";E=T.split("\n");for(s=0,l=E.length;sn){i=true}this.moveToPreviousLine();return i};e.prototype.isCurrentLineEmpty=function(){var e;e=a.trim(this.currentLine," ");return e.length===0||e.charAt(0)==="#"};e.prototype.isCurrentLineBlank=function(){return""===a.trim(this.currentLine," ")};e.prototype.isCurrentLineComment=function(){var e;e=a.ltrim(this.currentLine," ");return e.charAt(0)==="#"};e.prototype.cleanup=function(e){var t,n,i,r,s,l,u,o,f,c,p,h,E,T;if(e.indexOf("\r")!==-1){e=e.split("\r\n").join("\n").split("\r").join("\n")}t=0;c=this.PATTERN_YAML_HEADER.replaceAll(e,""),e=c[0],t=c[1];this.offset+=t;p=this.PATTERN_LEADING_COMMENTS.replaceAll(e,"",1),T=p[0],t=p[1];if(t===1){this.offset+=a.subStrCount(e,"\n")-a.subStrCount(T,"\n");e=T}h=this.PATTERN_DOCUMENT_MARKER_START.replaceAll(e,"",1),T=h[0],t=h[1];if(t===1){this.offset+=a.subStrCount(e,"\n")-a.subStrCount(T,"\n");e=T;e=this.PATTERN_DOCUMENT_MARKER_END.replace(e,"")}f=e.split("\n");E=-1;for(r=0,l=f.length;r0){for(n=s=0,u=f.length;s"){r+="(";s++;if(a.length>0){if(u==null){u={}}u[a]=i}break}else{a+=f}s++}}else{r+=n;i++}}else{r+=n}}else{r+=n}s++}this.rawRegex=e;this.cleanedRegex=r;this.regex=new RegExp(this.cleanedRegex,"g"+t.replace("g",""));this.mapping=u}e.prototype.exec=function(e){var t,n,i,r;this.regex.lastIndex=0;n=this.regex.exec(e);if(n==null){return null}if(this.mapping!=null){r=this.mapping;for(i in r){t=r[i];n[i]=n[t]}}return n};e.prototype.test=function(e){this.regex.lastIndex=0;return this.regex.test(e)};e.prototype.replace=function(e,t){this.regex.lastIndex=0;return e.replace(this.regex,t)};e.prototype.replaceAll=function(e,t,n){var i;if(n==null){n=0}this.regex.lastIndex=0;i=0;while(this.regex.test(e)&&(n===0||i[0-9][0-9][0-9][0-9])"+"-(?[0-9][0-9]?)"+"-(?[0-9][0-9]?)"+"(?:(?:[Tt]|[ \t]+)"+"(?[0-9][0-9]?)"+":(?[0-9][0-9])"+":(?[0-9][0-9])"+"(?:.(?[0-9]*))?"+"(?:[ \t]*(?Z|(?[-+])(?[0-9][0-9]?)"+"(?::(?[0-9][0-9]))?))?)?"+"$","i");t.LOCAL_TIMEZONE_OFFSET=(new Date).getTimezoneOffset()*60*1e3;t.trim=function(e,t){var n,i;if(t==null){t="\\s"}n=this.REGEX_LEFT_TRIM_BY_CHAR[t];if(n==null){this.REGEX_LEFT_TRIM_BY_CHAR[t]=n=new RegExp("^"+t+""+t+"*")}n.lastIndex=0;i=this.REGEX_RIGHT_TRIM_BY_CHAR[t];if(i==null){this.REGEX_RIGHT_TRIM_BY_CHAR[t]=i=new RegExp(t+""+t+"*$")}i.lastIndex=0;return e.replace(n,"").replace(i,"")};t.ltrim=function(e,t){var n;if(t==null){t="\\s"}n=this.REGEX_LEFT_TRIM_BY_CHAR[t];if(n==null){this.REGEX_LEFT_TRIM_BY_CHAR[t]=n=new RegExp("^"+t+""+t+"*")}n.lastIndex=0;return e.replace(n,"")};t.rtrim=function(e,t){var n;if(t==null){t="\\s"}n=this.REGEX_RIGHT_TRIM_BY_CHAR[t];if(n==null){this.REGEX_RIGHT_TRIM_BY_CHAR[t]=n=new RegExp(t+""+t+"*$")}n.lastIndex=0;return e.replace(n,"")};t.isEmpty=function(e){return!e||e===""||e==="0"||e instanceof Array&&e.length===0||this.isEmptyObject(e)};t.isEmptyObject=function(e){var t;return e instanceof Object&&function(){var n;n=[];for(t in e){if(!s.call(e,t))continue;n.push(t)}return n}().length===0};t.subStrCount=function(e,t,n,i){var r,s,l,u,a,o;r=0;e=""+e;t=""+t;if(n!=null){e=e.slice(n)}if(i!=null){e=e.slice(0,i)}u=e.length;o=t.length;for(s=l=0,a=u;0<=a?la;s=0<=a?++l:--l){if(t===e.slice(s,o)){r++;s+=o-1}}return r};t.isDigits=function(e){this.REGEX_DIGITS.lastIndex=0;return this.REGEX_DIGITS.test(e)};t.octDec=function(e){this.REGEX_OCTAL.lastIndex=0;return parseInt((e+"").replace(this.REGEX_OCTAL,""),8)};t.hexDec=function(e){this.REGEX_HEXADECIMAL.lastIndex=0;e=this.trim(e);if((e+"").slice(0,2)==="0x"){e=(e+"").slice(2)}return parseInt((e+"").replace(this.REGEX_HEXADECIMAL,""),16)};t.utf8chr=function(e){var t;t=String.fromCharCode;if(128>(e%=2097152)){return t(e)}if(2048>e){return t(192|e>>6)+t(128|e&63)}if(65536>e){return t(224|e>>12)+t(128|e>>6&63)+t(128|e&63)}return t(240|e>>18)+t(128|e>>12&63)+t(128|e>>6&63)+t(128|e&63)};t.parseBoolean=function(e,t){var n;if(t==null){t=true}if(typeof e==="string"){n=e.toLowerCase();if(!t){if(n==="no"){return false}}if(n==="0"){return false}if(n==="false"){return false}if(n===""){return false}return true}return!!e};t.isNumeric=function(e){this.REGEX_SPACES.lastIndex=0;return typeof e==="number"||typeof e==="string"&&!isNaN(e)&&e.replace(this.REGEX_SPACES,"")!==""};t.stringToDate=function(e){var t,n,i,r,s,l,u,a,o,f,c,p;if(!(e!=null?e.length:void 0)){return null}s=this.PATTERN_DATE.exec(e);if(!s){return null}p=parseInt(s.year,10);u=parseInt(s.month,10)-1;n=parseInt(s.day,10);if(s.hour==null){t=new Date(Date.UTC(p,u,n));return t}r=parseInt(s.hour,10);l=parseInt(s.minute,10);a=parseInt(s.second,10);if(s.fraction!=null){i=s.fraction.slice(0,3);while(i.length<3){i+="0"}i=parseInt(i,10)}else{i=0}if(s.tz!=null){o=parseInt(s.tz_hour,10);if(s.tz_minute!=null){f=parseInt(s.tz_minute,10)}else{f=0}c=(o*60+f)*6e4;if("-"===s.tz_sign){c*=-1}}t=new Date(Date.UTC(p,u,n,r,l,a,i));if(c){t.setTime(t.getTime()-c)}return t};t.strRepeat=function(e,t){var n,i;i="";n=0;while(n ref; i = 0 <= ref ? ++j : --j) { + mapping[Escaper.LIST_ESCAPEES[i]] = Escaper.LIST_ESCAPED[i]; + } + return mapping; + })(); + + Escaper.PATTERN_CHARACTERS_TO_ESCAPE = new Pattern('[\\x00-\\x1f]|\xc2\x85|\xc2\xa0|\xe2\x80\xa8|\xe2\x80\xa9'); + + Escaper.PATTERN_MAPPING_ESCAPEES = new Pattern(Escaper.LIST_ESCAPEES.join('|').split('\\').join('\\\\')); + + Escaper.PATTERN_SINGLE_QUOTING = new Pattern('[\\s\'":{}[\\],&*#?]|^[-?|<>=!%@`]'); + + Escaper.requiresDoubleQuoting = function(value) { + return this.PATTERN_CHARACTERS_TO_ESCAPE.test(value); + }; + + Escaper.escapeWithDoubleQuotes = function(value) { + var result; + result = this.PATTERN_MAPPING_ESCAPEES.replace(value, (function(_this) { + return function(str) { + return _this.MAPPING_ESCAPEES_TO_ESCAPED[str]; + }; + })(this)); + return '"' + result + '"'; + }; + + Escaper.requiresSingleQuoting = function(value) { + return this.PATTERN_SINGLE_QUOTING.test(value); + }; + + Escaper.escapeWithSingleQuotes = function(value) { + return "'" + value.replace(/'/g, "''") + "'"; + }; + + return Escaper; + +})(); + +module.exports = Escaper; diff --git a/node_modules/yamljs/lib/Exception/DumpException.js b/node_modules/yamljs/lib/Exception/DumpException.js new file mode 100644 index 0000000..80f61ac --- /dev/null +++ b/node_modules/yamljs/lib/Exception/DumpException.js @@ -0,0 +1,27 @@ +// Generated by CoffeeScript 1.12.4 +var DumpException, + extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, + hasProp = {}.hasOwnProperty; + +DumpException = (function(superClass) { + extend(DumpException, superClass); + + function DumpException(message, parsedLine, snippet) { + this.message = message; + this.parsedLine = parsedLine; + this.snippet = snippet; + } + + DumpException.prototype.toString = function() { + if ((this.parsedLine != null) && (this.snippet != null)) { + return ' ' + this.message + ' (line ' + this.parsedLine + ': \'' + this.snippet + '\')'; + } else { + return ' ' + this.message; + } + }; + + return DumpException; + +})(Error); + +module.exports = DumpException; diff --git a/node_modules/yamljs/lib/Exception/ParseException.js b/node_modules/yamljs/lib/Exception/ParseException.js new file mode 100644 index 0000000..a50ffc5 --- /dev/null +++ b/node_modules/yamljs/lib/Exception/ParseException.js @@ -0,0 +1,27 @@ +// Generated by CoffeeScript 1.12.4 +var ParseException, + extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, + hasProp = {}.hasOwnProperty; + +ParseException = (function(superClass) { + extend(ParseException, superClass); + + function ParseException(message, parsedLine, snippet) { + this.message = message; + this.parsedLine = parsedLine; + this.snippet = snippet; + } + + ParseException.prototype.toString = function() { + if ((this.parsedLine != null) && (this.snippet != null)) { + return ' ' + this.message + ' (line ' + this.parsedLine + ': \'' + this.snippet + '\')'; + } else { + return ' ' + this.message; + } + }; + + return ParseException; + +})(Error); + +module.exports = ParseException; diff --git a/node_modules/yamljs/lib/Exception/ParseMore.js b/node_modules/yamljs/lib/Exception/ParseMore.js new file mode 100644 index 0000000..88c8776 --- /dev/null +++ b/node_modules/yamljs/lib/Exception/ParseMore.js @@ -0,0 +1,27 @@ +// Generated by CoffeeScript 1.12.4 +var ParseMore, + extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, + hasProp = {}.hasOwnProperty; + +ParseMore = (function(superClass) { + extend(ParseMore, superClass); + + function ParseMore(message, parsedLine, snippet) { + this.message = message; + this.parsedLine = parsedLine; + this.snippet = snippet; + } + + ParseMore.prototype.toString = function() { + if ((this.parsedLine != null) && (this.snippet != null)) { + return ' ' + this.message + ' (line ' + this.parsedLine + ': \'' + this.snippet + '\')'; + } else { + return ' ' + this.message; + } + }; + + return ParseMore; + +})(Error); + +module.exports = ParseMore; diff --git a/node_modules/yamljs/lib/Inline.js b/node_modules/yamljs/lib/Inline.js new file mode 100644 index 0000000..aaf980b --- /dev/null +++ b/node_modules/yamljs/lib/Inline.js @@ -0,0 +1,485 @@ +// Generated by CoffeeScript 1.12.4 +var DumpException, Escaper, Inline, ParseException, ParseMore, Pattern, Unescaper, Utils, + indexOf = [].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; }; + +Pattern = require('./Pattern'); + +Unescaper = require('./Unescaper'); + +Escaper = require('./Escaper'); + +Utils = require('./Utils'); + +ParseException = require('./Exception/ParseException'); + +ParseMore = require('./Exception/ParseMore'); + +DumpException = require('./Exception/DumpException'); + +Inline = (function() { + function Inline() {} + + Inline.REGEX_QUOTED_STRING = '(?:"(?:[^"\\\\]*(?:\\\\.[^"\\\\]*)*)"|\'(?:[^\']*(?:\'\'[^\']*)*)\')'; + + Inline.PATTERN_TRAILING_COMMENTS = new Pattern('^\\s*#.*$'); + + Inline.PATTERN_QUOTED_SCALAR = new Pattern('^' + Inline.REGEX_QUOTED_STRING); + + Inline.PATTERN_THOUSAND_NUMERIC_SCALAR = new Pattern('^(-|\\+)?[0-9,]+(\\.[0-9]+)?$'); + + Inline.PATTERN_SCALAR_BY_DELIMITERS = {}; + + Inline.settings = {}; + + Inline.configure = function(exceptionOnInvalidType, objectDecoder) { + if (exceptionOnInvalidType == null) { + exceptionOnInvalidType = null; + } + if (objectDecoder == null) { + objectDecoder = null; + } + this.settings.exceptionOnInvalidType = exceptionOnInvalidType; + this.settings.objectDecoder = objectDecoder; + }; + + Inline.parse = function(value, exceptionOnInvalidType, objectDecoder) { + var context, result; + if (exceptionOnInvalidType == null) { + exceptionOnInvalidType = false; + } + if (objectDecoder == null) { + objectDecoder = null; + } + this.settings.exceptionOnInvalidType = exceptionOnInvalidType; + this.settings.objectDecoder = objectDecoder; + if (value == null) { + return ''; + } + value = Utils.trim(value); + if (0 === value.length) { + return ''; + } + context = { + exceptionOnInvalidType: exceptionOnInvalidType, + objectDecoder: objectDecoder, + i: 0 + }; + switch (value.charAt(0)) { + case '[': + result = this.parseSequence(value, context); + ++context.i; + break; + case '{': + result = this.parseMapping(value, context); + ++context.i; + break; + default: + result = this.parseScalar(value, null, ['"', "'"], context); + } + if (this.PATTERN_TRAILING_COMMENTS.replace(value.slice(context.i), '') !== '') { + throw new ParseException('Unexpected characters near "' + value.slice(context.i) + '".'); + } + return result; + }; + + Inline.dump = function(value, exceptionOnInvalidType, objectEncoder) { + var ref, result, type; + if (exceptionOnInvalidType == null) { + exceptionOnInvalidType = false; + } + if (objectEncoder == null) { + objectEncoder = null; + } + if (value == null) { + return 'null'; + } + type = typeof value; + if (type === 'object') { + if (value instanceof Date) { + return value.toISOString(); + } else if (objectEncoder != null) { + result = objectEncoder(value); + if (typeof result === 'string' || (result != null)) { + return result; + } + } + return this.dumpObject(value); + } + if (type === 'boolean') { + return (value ? 'true' : 'false'); + } + if (Utils.isDigits(value)) { + return (type === 'string' ? "'" + value + "'" : String(parseInt(value))); + } + if (Utils.isNumeric(value)) { + return (type === 'string' ? "'" + value + "'" : String(parseFloat(value))); + } + if (type === 'number') { + return (value === 2e308 ? '.Inf' : (value === -2e308 ? '-.Inf' : (isNaN(value) ? '.NaN' : value))); + } + if (Escaper.requiresDoubleQuoting(value)) { + return Escaper.escapeWithDoubleQuotes(value); + } + if (Escaper.requiresSingleQuoting(value)) { + return Escaper.escapeWithSingleQuotes(value); + } + if ('' === value) { + return '""'; + } + if (Utils.PATTERN_DATE.test(value)) { + return "'" + value + "'"; + } + if ((ref = value.toLowerCase()) === 'null' || ref === '~' || ref === 'true' || ref === 'false') { + return "'" + value + "'"; + } + return value; + }; + + Inline.dumpObject = function(value, exceptionOnInvalidType, objectSupport) { + var j, key, len1, output, val; + if (objectSupport == null) { + objectSupport = null; + } + if (value instanceof Array) { + output = []; + for (j = 0, len1 = value.length; j < len1; j++) { + val = value[j]; + output.push(this.dump(val)); + } + return '[' + output.join(', ') + ']'; + } else { + output = []; + for (key in value) { + val = value[key]; + output.push(this.dump(key) + ': ' + this.dump(val)); + } + return '{' + output.join(', ') + '}'; + } + }; + + Inline.parseScalar = function(scalar, delimiters, stringDelimiters, context, evaluate) { + var i, joinedDelimiters, match, output, pattern, ref, ref1, strpos, tmp; + if (delimiters == null) { + delimiters = null; + } + if (stringDelimiters == null) { + stringDelimiters = ['"', "'"]; + } + if (context == null) { + context = null; + } + if (evaluate == null) { + evaluate = true; + } + if (context == null) { + context = { + exceptionOnInvalidType: this.settings.exceptionOnInvalidType, + objectDecoder: this.settings.objectDecoder, + i: 0 + }; + } + i = context.i; + if (ref = scalar.charAt(i), indexOf.call(stringDelimiters, ref) >= 0) { + output = this.parseQuotedScalar(scalar, context); + i = context.i; + if (delimiters != null) { + tmp = Utils.ltrim(scalar.slice(i), ' '); + if (!(ref1 = tmp.charAt(0), indexOf.call(delimiters, ref1) >= 0)) { + throw new ParseException('Unexpected characters (' + scalar.slice(i) + ').'); + } + } + } else { + if (!delimiters) { + output = scalar.slice(i); + i += output.length; + strpos = output.indexOf(' #'); + if (strpos !== -1) { + output = Utils.rtrim(output.slice(0, strpos)); + } + } else { + joinedDelimiters = delimiters.join('|'); + pattern = this.PATTERN_SCALAR_BY_DELIMITERS[joinedDelimiters]; + if (pattern == null) { + pattern = new Pattern('^(.+?)(' + joinedDelimiters + ')'); + this.PATTERN_SCALAR_BY_DELIMITERS[joinedDelimiters] = pattern; + } + if (match = pattern.exec(scalar.slice(i))) { + output = match[1]; + i += output.length; + } else { + throw new ParseException('Malformed inline YAML string (' + scalar + ').'); + } + } + if (evaluate) { + output = this.evaluateScalar(output, context); + } + } + context.i = i; + return output; + }; + + Inline.parseQuotedScalar = function(scalar, context) { + var i, match, output; + i = context.i; + if (!(match = this.PATTERN_QUOTED_SCALAR.exec(scalar.slice(i)))) { + throw new ParseMore('Malformed inline YAML string (' + scalar.slice(i) + ').'); + } + output = match[0].substr(1, match[0].length - 2); + if ('"' === scalar.charAt(i)) { + output = Unescaper.unescapeDoubleQuotedString(output); + } else { + output = Unescaper.unescapeSingleQuotedString(output); + } + i += match[0].length; + context.i = i; + return output; + }; + + Inline.parseSequence = function(sequence, context) { + var e, i, isQuoted, len, output, ref, value; + output = []; + len = sequence.length; + i = context.i; + i += 1; + while (i < len) { + context.i = i; + switch (sequence.charAt(i)) { + case '[': + output.push(this.parseSequence(sequence, context)); + i = context.i; + break; + case '{': + output.push(this.parseMapping(sequence, context)); + i = context.i; + break; + case ']': + return output; + case ',': + case ' ': + case "\n": + break; + default: + isQuoted = ((ref = sequence.charAt(i)) === '"' || ref === "'"); + value = this.parseScalar(sequence, [',', ']'], ['"', "'"], context); + i = context.i; + if (!isQuoted && typeof value === 'string' && (value.indexOf(': ') !== -1 || value.indexOf(":\n") !== -1)) { + try { + value = this.parseMapping('{' + value + '}'); + } catch (error) { + e = error; + } + } + output.push(value); + --i; + } + ++i; + } + throw new ParseMore('Malformed inline YAML string ' + sequence); + }; + + Inline.parseMapping = function(mapping, context) { + var done, i, key, len, output, shouldContinueWhileLoop, value; + output = {}; + len = mapping.length; + i = context.i; + i += 1; + shouldContinueWhileLoop = false; + while (i < len) { + context.i = i; + switch (mapping.charAt(i)) { + case ' ': + case ',': + case "\n": + ++i; + context.i = i; + shouldContinueWhileLoop = true; + break; + case '}': + return output; + } + if (shouldContinueWhileLoop) { + shouldContinueWhileLoop = false; + continue; + } + key = this.parseScalar(mapping, [':', ' ', "\n"], ['"', "'"], context, false); + i = context.i; + done = false; + while (i < len) { + context.i = i; + switch (mapping.charAt(i)) { + case '[': + value = this.parseSequence(mapping, context); + i = context.i; + if (output[key] === void 0) { + output[key] = value; + } + done = true; + break; + case '{': + value = this.parseMapping(mapping, context); + i = context.i; + if (output[key] === void 0) { + output[key] = value; + } + done = true; + break; + case ':': + case ' ': + case "\n": + break; + default: + value = this.parseScalar(mapping, [',', '}'], ['"', "'"], context); + i = context.i; + if (output[key] === void 0) { + output[key] = value; + } + done = true; + --i; + } + ++i; + if (done) { + break; + } + } + } + throw new ParseMore('Malformed inline YAML string ' + mapping); + }; + + Inline.evaluateScalar = function(scalar, context) { + var cast, date, exceptionOnInvalidType, firstChar, firstSpace, firstWord, objectDecoder, raw, scalarLower, subValue, trimmedScalar; + scalar = Utils.trim(scalar); + scalarLower = scalar.toLowerCase(); + switch (scalarLower) { + case 'null': + case '': + case '~': + return null; + case 'true': + return true; + case 'false': + return false; + case '.inf': + return 2e308; + case '.nan': + return 0/0; + case '-.inf': + return 2e308; + default: + firstChar = scalarLower.charAt(0); + switch (firstChar) { + case '!': + firstSpace = scalar.indexOf(' '); + if (firstSpace === -1) { + firstWord = scalarLower; + } else { + firstWord = scalarLower.slice(0, firstSpace); + } + switch (firstWord) { + case '!': + if (firstSpace !== -1) { + return parseInt(this.parseScalar(scalar.slice(2))); + } + return null; + case '!str': + return Utils.ltrim(scalar.slice(4)); + case '!!str': + return Utils.ltrim(scalar.slice(5)); + case '!!int': + return parseInt(this.parseScalar(scalar.slice(5))); + case '!!bool': + return Utils.parseBoolean(this.parseScalar(scalar.slice(6)), false); + case '!!float': + return parseFloat(this.parseScalar(scalar.slice(7))); + case '!!timestamp': + return Utils.stringToDate(Utils.ltrim(scalar.slice(11))); + default: + if (context == null) { + context = { + exceptionOnInvalidType: this.settings.exceptionOnInvalidType, + objectDecoder: this.settings.objectDecoder, + i: 0 + }; + } + objectDecoder = context.objectDecoder, exceptionOnInvalidType = context.exceptionOnInvalidType; + if (objectDecoder) { + trimmedScalar = Utils.rtrim(scalar); + firstSpace = trimmedScalar.indexOf(' '); + if (firstSpace === -1) { + return objectDecoder(trimmedScalar, null); + } else { + subValue = Utils.ltrim(trimmedScalar.slice(firstSpace + 1)); + if (!(subValue.length > 0)) { + subValue = null; + } + return objectDecoder(trimmedScalar.slice(0, firstSpace), subValue); + } + } + if (exceptionOnInvalidType) { + throw new ParseException('Custom object support when parsing a YAML file has been disabled.'); + } + return null; + } + break; + case '0': + if ('0x' === scalar.slice(0, 2)) { + return Utils.hexDec(scalar); + } else if (Utils.isDigits(scalar)) { + return Utils.octDec(scalar); + } else if (Utils.isNumeric(scalar)) { + return parseFloat(scalar); + } else { + return scalar; + } + break; + case '+': + if (Utils.isDigits(scalar)) { + raw = scalar; + cast = parseInt(raw); + if (raw === String(cast)) { + return cast; + } else { + return raw; + } + } else if (Utils.isNumeric(scalar)) { + return parseFloat(scalar); + } else if (this.PATTERN_THOUSAND_NUMERIC_SCALAR.test(scalar)) { + return parseFloat(scalar.replace(',', '')); + } + return scalar; + case '-': + if (Utils.isDigits(scalar.slice(1))) { + if ('0' === scalar.charAt(1)) { + return -Utils.octDec(scalar.slice(1)); + } else { + raw = scalar.slice(1); + cast = parseInt(raw); + if (raw === String(cast)) { + return -cast; + } else { + return -raw; + } + } + } else if (Utils.isNumeric(scalar)) { + return parseFloat(scalar); + } else if (this.PATTERN_THOUSAND_NUMERIC_SCALAR.test(scalar)) { + return parseFloat(scalar.replace(',', '')); + } + return scalar; + default: + if (date = Utils.stringToDate(scalar)) { + return date; + } else if (Utils.isNumeric(scalar)) { + return parseFloat(scalar); + } else if (this.PATTERN_THOUSAND_NUMERIC_SCALAR.test(scalar)) { + return parseFloat(scalar.replace(',', '')); + } + return scalar; + } + } + }; + + return Inline; + +})(); + +module.exports = Inline; diff --git a/node_modules/yamljs/lib/Parser.js b/node_modules/yamljs/lib/Parser.js new file mode 100644 index 0000000..93237bf --- /dev/null +++ b/node_modules/yamljs/lib/Parser.js @@ -0,0 +1,603 @@ +// Generated by CoffeeScript 1.12.4 +var Inline, ParseException, ParseMore, Parser, Pattern, Utils; + +Inline = require('./Inline'); + +Pattern = require('./Pattern'); + +Utils = require('./Utils'); + +ParseException = require('./Exception/ParseException'); + +ParseMore = require('./Exception/ParseMore'); + +Parser = (function() { + Parser.prototype.PATTERN_FOLDED_SCALAR_ALL = new Pattern('^(?:(?![^\\|>]*)\\s+)?(?\\||>)(?\\+|\\-|\\d+|\\+\\d+|\\-\\d+|\\d+\\+|\\d+\\-)?(? +#.*)?$'); + + Parser.prototype.PATTERN_FOLDED_SCALAR_END = new Pattern('(?\\||>)(?\\+|\\-|\\d+|\\+\\d+|\\-\\d+|\\d+\\+|\\d+\\-)?(? +#.*)?$'); + + Parser.prototype.PATTERN_SEQUENCE_ITEM = new Pattern('^\\-((?\\s+)(?.+?))?\\s*$'); + + Parser.prototype.PATTERN_ANCHOR_VALUE = new Pattern('^&(?[^ ]+) *(?.*)'); + + Parser.prototype.PATTERN_COMPACT_NOTATION = new Pattern('^(?' + Inline.REGEX_QUOTED_STRING + '|[^ \'"\\{\\[].*?) *\\:(\\s+(?.+?))?\\s*$'); + + Parser.prototype.PATTERN_MAPPING_ITEM = new Pattern('^(?' + Inline.REGEX_QUOTED_STRING + '|[^ \'"\\[\\{].*?) *\\:(\\s+(?.+?))?\\s*$'); + + Parser.prototype.PATTERN_DECIMAL = new Pattern('\\d+'); + + Parser.prototype.PATTERN_INDENT_SPACES = new Pattern('^ +'); + + Parser.prototype.PATTERN_TRAILING_LINES = new Pattern('(\n*)$'); + + Parser.prototype.PATTERN_YAML_HEADER = new Pattern('^\\%YAML[: ][\\d\\.]+.*\n', 'm'); + + Parser.prototype.PATTERN_LEADING_COMMENTS = new Pattern('^(\\#.*?\n)+', 'm'); + + Parser.prototype.PATTERN_DOCUMENT_MARKER_START = new Pattern('^\\-\\-\\-.*?\n', 'm'); + + Parser.prototype.PATTERN_DOCUMENT_MARKER_END = new Pattern('^\\.\\.\\.\\s*$', 'm'); + + Parser.prototype.PATTERN_FOLDED_SCALAR_BY_INDENTATION = {}; + + Parser.prototype.CONTEXT_NONE = 0; + + Parser.prototype.CONTEXT_SEQUENCE = 1; + + Parser.prototype.CONTEXT_MAPPING = 2; + + function Parser(offset) { + this.offset = offset != null ? offset : 0; + this.lines = []; + this.currentLineNb = -1; + this.currentLine = ''; + this.refs = {}; + } + + Parser.prototype.parse = function(value, exceptionOnInvalidType, objectDecoder) { + var alias, allowOverwrite, block, c, context, data, e, first, i, indent, isRef, j, k, key, l, lastKey, len, len1, len2, len3, lineCount, m, matches, mergeNode, n, name, parsed, parsedItem, parser, ref, ref1, ref2, refName, refValue, val, values; + if (exceptionOnInvalidType == null) { + exceptionOnInvalidType = false; + } + if (objectDecoder == null) { + objectDecoder = null; + } + this.currentLineNb = -1; + this.currentLine = ''; + this.lines = this.cleanup(value).split("\n"); + data = null; + context = this.CONTEXT_NONE; + allowOverwrite = false; + while (this.moveToNextLine()) { + if (this.isCurrentLineEmpty()) { + continue; + } + if ("\t" === this.currentLine[0]) { + throw new ParseException('A YAML file cannot contain tabs as indentation.', this.getRealCurrentLineNb() + 1, this.currentLine); + } + isRef = mergeNode = false; + if (values = this.PATTERN_SEQUENCE_ITEM.exec(this.currentLine)) { + if (this.CONTEXT_MAPPING === context) { + throw new ParseException('You cannot define a sequence item when in a mapping'); + } + context = this.CONTEXT_SEQUENCE; + if (data == null) { + data = []; + } + if ((values.value != null) && (matches = this.PATTERN_ANCHOR_VALUE.exec(values.value))) { + isRef = matches.ref; + values.value = matches.value; + } + if (!(values.value != null) || '' === Utils.trim(values.value, ' ') || Utils.ltrim(values.value, ' ').indexOf('#') === 0) { + if (this.currentLineNb < this.lines.length - 1 && !this.isNextLineUnIndentedCollection()) { + c = this.getRealCurrentLineNb() + 1; + parser = new Parser(c); + parser.refs = this.refs; + data.push(parser.parse(this.getNextEmbedBlock(null, true), exceptionOnInvalidType, objectDecoder)); + } else { + data.push(null); + } + } else { + if (((ref = values.leadspaces) != null ? ref.length : void 0) && (matches = this.PATTERN_COMPACT_NOTATION.exec(values.value))) { + c = this.getRealCurrentLineNb(); + parser = new Parser(c); + parser.refs = this.refs; + block = values.value; + indent = this.getCurrentLineIndentation(); + if (this.isNextLineIndented(false)) { + block += "\n" + this.getNextEmbedBlock(indent + values.leadspaces.length + 1, true); + } + data.push(parser.parse(block, exceptionOnInvalidType, objectDecoder)); + } else { + data.push(this.parseValue(values.value, exceptionOnInvalidType, objectDecoder)); + } + } + } else if ((values = this.PATTERN_MAPPING_ITEM.exec(this.currentLine)) && values.key.indexOf(' #') === -1) { + if (this.CONTEXT_SEQUENCE === context) { + throw new ParseException('You cannot define a mapping item when in a sequence'); + } + context = this.CONTEXT_MAPPING; + if (data == null) { + data = {}; + } + Inline.configure(exceptionOnInvalidType, objectDecoder); + try { + key = Inline.parseScalar(values.key); + } catch (error) { + e = error; + e.parsedLine = this.getRealCurrentLineNb() + 1; + e.snippet = this.currentLine; + throw e; + } + if ('<<' === key) { + mergeNode = true; + allowOverwrite = true; + if (((ref1 = values.value) != null ? ref1.indexOf('*') : void 0) === 0) { + refName = values.value.slice(1); + if (this.refs[refName] == null) { + throw new ParseException('Reference "' + refName + '" does not exist.', this.getRealCurrentLineNb() + 1, this.currentLine); + } + refValue = this.refs[refName]; + if (typeof refValue !== 'object') { + throw new ParseException('YAML merge keys used with a scalar value instead of an object.', this.getRealCurrentLineNb() + 1, this.currentLine); + } + if (refValue instanceof Array) { + for (i = j = 0, len = refValue.length; j < len; i = ++j) { + value = refValue[i]; + if (data[name = String(i)] == null) { + data[name] = value; + } + } + } else { + for (key in refValue) { + value = refValue[key]; + if (data[key] == null) { + data[key] = value; + } + } + } + } else { + if ((values.value != null) && values.value !== '') { + value = values.value; + } else { + value = this.getNextEmbedBlock(); + } + c = this.getRealCurrentLineNb() + 1; + parser = new Parser(c); + parser.refs = this.refs; + parsed = parser.parse(value, exceptionOnInvalidType); + if (typeof parsed !== 'object') { + throw new ParseException('YAML merge keys used with a scalar value instead of an object.', this.getRealCurrentLineNb() + 1, this.currentLine); + } + if (parsed instanceof Array) { + for (l = 0, len1 = parsed.length; l < len1; l++) { + parsedItem = parsed[l]; + if (typeof parsedItem !== 'object') { + throw new ParseException('Merge items must be objects.', this.getRealCurrentLineNb() + 1, parsedItem); + } + if (parsedItem instanceof Array) { + for (i = m = 0, len2 = parsedItem.length; m < len2; i = ++m) { + value = parsedItem[i]; + k = String(i); + if (!data.hasOwnProperty(k)) { + data[k] = value; + } + } + } else { + for (key in parsedItem) { + value = parsedItem[key]; + if (!data.hasOwnProperty(key)) { + data[key] = value; + } + } + } + } + } else { + for (key in parsed) { + value = parsed[key]; + if (!data.hasOwnProperty(key)) { + data[key] = value; + } + } + } + } + } else if ((values.value != null) && (matches = this.PATTERN_ANCHOR_VALUE.exec(values.value))) { + isRef = matches.ref; + values.value = matches.value; + } + if (mergeNode) { + + } else if (!(values.value != null) || '' === Utils.trim(values.value, ' ') || Utils.ltrim(values.value, ' ').indexOf('#') === 0) { + if (!(this.isNextLineIndented()) && !(this.isNextLineUnIndentedCollection())) { + if (allowOverwrite || data[key] === void 0) { + data[key] = null; + } + } else { + c = this.getRealCurrentLineNb() + 1; + parser = new Parser(c); + parser.refs = this.refs; + val = parser.parse(this.getNextEmbedBlock(), exceptionOnInvalidType, objectDecoder); + if (allowOverwrite || data[key] === void 0) { + data[key] = val; + } + } + } else { + val = this.parseValue(values.value, exceptionOnInvalidType, objectDecoder); + if (allowOverwrite || data[key] === void 0) { + data[key] = val; + } + } + } else { + lineCount = this.lines.length; + if (1 === lineCount || (2 === lineCount && Utils.isEmpty(this.lines[1]))) { + try { + value = Inline.parse(this.lines[0], exceptionOnInvalidType, objectDecoder); + } catch (error) { + e = error; + e.parsedLine = this.getRealCurrentLineNb() + 1; + e.snippet = this.currentLine; + throw e; + } + if (typeof value === 'object') { + if (value instanceof Array) { + first = value[0]; + } else { + for (key in value) { + first = value[key]; + break; + } + } + if (typeof first === 'string' && first.indexOf('*') === 0) { + data = []; + for (n = 0, len3 = value.length; n < len3; n++) { + alias = value[n]; + data.push(this.refs[alias.slice(1)]); + } + value = data; + } + } + return value; + } else if ((ref2 = Utils.ltrim(value).charAt(0)) === '[' || ref2 === '{') { + try { + return Inline.parse(value, exceptionOnInvalidType, objectDecoder); + } catch (error) { + e = error; + e.parsedLine = this.getRealCurrentLineNb() + 1; + e.snippet = this.currentLine; + throw e; + } + } + throw new ParseException('Unable to parse.', this.getRealCurrentLineNb() + 1, this.currentLine); + } + if (isRef) { + if (data instanceof Array) { + this.refs[isRef] = data[data.length - 1]; + } else { + lastKey = null; + for (key in data) { + lastKey = key; + } + this.refs[isRef] = data[lastKey]; + } + } + } + if (Utils.isEmpty(data)) { + return null; + } else { + return data; + } + }; + + Parser.prototype.getRealCurrentLineNb = function() { + return this.currentLineNb + this.offset; + }; + + Parser.prototype.getCurrentLineIndentation = function() { + return this.currentLine.length - Utils.ltrim(this.currentLine, ' ').length; + }; + + Parser.prototype.getNextEmbedBlock = function(indentation, includeUnindentedCollection) { + var data, indent, isItUnindentedCollection, newIndent, removeComments, removeCommentsPattern, unindentedEmbedBlock; + if (indentation == null) { + indentation = null; + } + if (includeUnindentedCollection == null) { + includeUnindentedCollection = false; + } + this.moveToNextLine(); + if (indentation == null) { + newIndent = this.getCurrentLineIndentation(); + unindentedEmbedBlock = this.isStringUnIndentedCollectionItem(this.currentLine); + if (!(this.isCurrentLineEmpty()) && 0 === newIndent && !unindentedEmbedBlock) { + throw new ParseException('Indentation problem.', this.getRealCurrentLineNb() + 1, this.currentLine); + } + } else { + newIndent = indentation; + } + data = [this.currentLine.slice(newIndent)]; + if (!includeUnindentedCollection) { + isItUnindentedCollection = this.isStringUnIndentedCollectionItem(this.currentLine); + } + removeCommentsPattern = this.PATTERN_FOLDED_SCALAR_END; + removeComments = !removeCommentsPattern.test(this.currentLine); + while (this.moveToNextLine()) { + indent = this.getCurrentLineIndentation(); + if (indent === newIndent) { + removeComments = !removeCommentsPattern.test(this.currentLine); + } + if (removeComments && this.isCurrentLineComment()) { + continue; + } + if (this.isCurrentLineBlank()) { + data.push(this.currentLine.slice(newIndent)); + continue; + } + if (isItUnindentedCollection && !this.isStringUnIndentedCollectionItem(this.currentLine) && indent === newIndent) { + this.moveToPreviousLine(); + break; + } + if (indent >= newIndent) { + data.push(this.currentLine.slice(newIndent)); + } else if (Utils.ltrim(this.currentLine).charAt(0) === '#') { + + } else if (0 === indent) { + this.moveToPreviousLine(); + break; + } else { + throw new ParseException('Indentation problem.', this.getRealCurrentLineNb() + 1, this.currentLine); + } + } + return data.join("\n"); + }; + + Parser.prototype.moveToNextLine = function() { + if (this.currentLineNb >= this.lines.length - 1) { + return false; + } + this.currentLine = this.lines[++this.currentLineNb]; + return true; + }; + + Parser.prototype.moveToPreviousLine = function() { + this.currentLine = this.lines[--this.currentLineNb]; + }; + + Parser.prototype.parseValue = function(value, exceptionOnInvalidType, objectDecoder) { + var e, foldedIndent, matches, modifiers, pos, ref, ref1, val; + if (0 === value.indexOf('*')) { + pos = value.indexOf('#'); + if (pos !== -1) { + value = value.substr(1, pos - 2); + } else { + value = value.slice(1); + } + if (this.refs[value] === void 0) { + throw new ParseException('Reference "' + value + '" does not exist.', this.currentLine); + } + return this.refs[value]; + } + if (matches = this.PATTERN_FOLDED_SCALAR_ALL.exec(value)) { + modifiers = (ref = matches.modifiers) != null ? ref : ''; + foldedIndent = Math.abs(parseInt(modifiers)); + if (isNaN(foldedIndent)) { + foldedIndent = 0; + } + val = this.parseFoldedScalar(matches.separator, this.PATTERN_DECIMAL.replace(modifiers, ''), foldedIndent); + if (matches.type != null) { + Inline.configure(exceptionOnInvalidType, objectDecoder); + return Inline.parseScalar(matches.type + ' ' + val); + } else { + return val; + } + } + if ((ref1 = value.charAt(0)) === '[' || ref1 === '{' || ref1 === '"' || ref1 === "'") { + while (true) { + try { + return Inline.parse(value, exceptionOnInvalidType, objectDecoder); + } catch (error) { + e = error; + if (e instanceof ParseMore && this.moveToNextLine()) { + value += "\n" + Utils.trim(this.currentLine, ' '); + } else { + e.parsedLine = this.getRealCurrentLineNb() + 1; + e.snippet = this.currentLine; + throw e; + } + } + } + } else { + if (this.isNextLineIndented()) { + value += "\n" + this.getNextEmbedBlock(); + } + return Inline.parse(value, exceptionOnInvalidType, objectDecoder); + } + }; + + Parser.prototype.parseFoldedScalar = function(separator, indicator, indentation) { + var isCurrentLineBlank, j, len, line, matches, newText, notEOF, pattern, ref, text; + if (indicator == null) { + indicator = ''; + } + if (indentation == null) { + indentation = 0; + } + notEOF = this.moveToNextLine(); + if (!notEOF) { + return ''; + } + isCurrentLineBlank = this.isCurrentLineBlank(); + text = ''; + while (notEOF && isCurrentLineBlank) { + if (notEOF = this.moveToNextLine()) { + text += "\n"; + isCurrentLineBlank = this.isCurrentLineBlank(); + } + } + if (0 === indentation) { + if (matches = this.PATTERN_INDENT_SPACES.exec(this.currentLine)) { + indentation = matches[0].length; + } + } + if (indentation > 0) { + pattern = this.PATTERN_FOLDED_SCALAR_BY_INDENTATION[indentation]; + if (pattern == null) { + pattern = new Pattern('^ {' + indentation + '}(.*)$'); + Parser.prototype.PATTERN_FOLDED_SCALAR_BY_INDENTATION[indentation] = pattern; + } + while (notEOF && (isCurrentLineBlank || (matches = pattern.exec(this.currentLine)))) { + if (isCurrentLineBlank) { + text += this.currentLine.slice(indentation); + } else { + text += matches[1]; + } + if (notEOF = this.moveToNextLine()) { + text += "\n"; + isCurrentLineBlank = this.isCurrentLineBlank(); + } + } + } else if (notEOF) { + text += "\n"; + } + if (notEOF) { + this.moveToPreviousLine(); + } + if ('>' === separator) { + newText = ''; + ref = text.split("\n"); + for (j = 0, len = ref.length; j < len; j++) { + line = ref[j]; + if (line.length === 0 || line.charAt(0) === ' ') { + newText = Utils.rtrim(newText, ' ') + line + "\n"; + } else { + newText += line + ' '; + } + } + text = newText; + } + if ('+' !== indicator) { + text = Utils.rtrim(text); + } + if ('' === indicator) { + text = this.PATTERN_TRAILING_LINES.replace(text, "\n"); + } else if ('-' === indicator) { + text = this.PATTERN_TRAILING_LINES.replace(text, ''); + } + return text; + }; + + Parser.prototype.isNextLineIndented = function(ignoreComments) { + var EOF, currentIndentation, ret; + if (ignoreComments == null) { + ignoreComments = true; + } + currentIndentation = this.getCurrentLineIndentation(); + EOF = !this.moveToNextLine(); + if (ignoreComments) { + while (!EOF && this.isCurrentLineEmpty()) { + EOF = !this.moveToNextLine(); + } + } else { + while (!EOF && this.isCurrentLineBlank()) { + EOF = !this.moveToNextLine(); + } + } + if (EOF) { + return false; + } + ret = false; + if (this.getCurrentLineIndentation() > currentIndentation) { + ret = true; + } + this.moveToPreviousLine(); + return ret; + }; + + Parser.prototype.isCurrentLineEmpty = function() { + var trimmedLine; + trimmedLine = Utils.trim(this.currentLine, ' '); + return trimmedLine.length === 0 || trimmedLine.charAt(0) === '#'; + }; + + Parser.prototype.isCurrentLineBlank = function() { + return '' === Utils.trim(this.currentLine, ' '); + }; + + Parser.prototype.isCurrentLineComment = function() { + var ltrimmedLine; + ltrimmedLine = Utils.ltrim(this.currentLine, ' '); + return ltrimmedLine.charAt(0) === '#'; + }; + + Parser.prototype.cleanup = function(value) { + var count, i, indent, j, l, len, len1, line, lines, ref, ref1, ref2, smallestIndent, trimmedValue; + if (value.indexOf("\r") !== -1) { + value = value.split("\r\n").join("\n").split("\r").join("\n"); + } + count = 0; + ref = this.PATTERN_YAML_HEADER.replaceAll(value, ''), value = ref[0], count = ref[1]; + this.offset += count; + ref1 = this.PATTERN_LEADING_COMMENTS.replaceAll(value, '', 1), trimmedValue = ref1[0], count = ref1[1]; + if (count === 1) { + this.offset += Utils.subStrCount(value, "\n") - Utils.subStrCount(trimmedValue, "\n"); + value = trimmedValue; + } + ref2 = this.PATTERN_DOCUMENT_MARKER_START.replaceAll(value, '', 1), trimmedValue = ref2[0], count = ref2[1]; + if (count === 1) { + this.offset += Utils.subStrCount(value, "\n") - Utils.subStrCount(trimmedValue, "\n"); + value = trimmedValue; + value = this.PATTERN_DOCUMENT_MARKER_END.replace(value, ''); + } + lines = value.split("\n"); + smallestIndent = -1; + for (j = 0, len = lines.length; j < len; j++) { + line = lines[j]; + if (Utils.trim(line, ' ').length === 0) { + continue; + } + indent = line.length - Utils.ltrim(line).length; + if (smallestIndent === -1 || indent < smallestIndent) { + smallestIndent = indent; + } + } + if (smallestIndent > 0) { + for (i = l = 0, len1 = lines.length; l < len1; i = ++l) { + line = lines[i]; + lines[i] = line.slice(smallestIndent); + } + value = lines.join("\n"); + } + return value; + }; + + Parser.prototype.isNextLineUnIndentedCollection = function(currentIndentation) { + var notEOF, ret; + if (currentIndentation == null) { + currentIndentation = null; + } + if (currentIndentation == null) { + currentIndentation = this.getCurrentLineIndentation(); + } + notEOF = this.moveToNextLine(); + while (notEOF && this.isCurrentLineEmpty()) { + notEOF = this.moveToNextLine(); + } + if (false === notEOF) { + return false; + } + ret = false; + if (this.getCurrentLineIndentation() === currentIndentation && this.isStringUnIndentedCollectionItem(this.currentLine)) { + ret = true; + } + this.moveToPreviousLine(); + return ret; + }; + + Parser.prototype.isStringUnIndentedCollectionItem = function() { + return this.currentLine === '-' || this.currentLine.slice(0, 2) === '- '; + }; + + return Parser; + +})(); + +module.exports = Parser; diff --git a/node_modules/yamljs/lib/Pattern.js b/node_modules/yamljs/lib/Pattern.js new file mode 100644 index 0000000..3cca4d3 --- /dev/null +++ b/node_modules/yamljs/lib/Pattern.js @@ -0,0 +1,119 @@ +// Generated by CoffeeScript 1.12.4 +var Pattern; + +Pattern = (function() { + Pattern.prototype.regex = null; + + Pattern.prototype.rawRegex = null; + + Pattern.prototype.cleanedRegex = null; + + Pattern.prototype.mapping = null; + + function Pattern(rawRegex, modifiers) { + var _char, capturingBracketNumber, cleanedRegex, i, len, mapping, name, part, subChar; + if (modifiers == null) { + modifiers = ''; + } + cleanedRegex = ''; + len = rawRegex.length; + mapping = null; + capturingBracketNumber = 0; + i = 0; + while (i < len) { + _char = rawRegex.charAt(i); + if (_char === '\\') { + cleanedRegex += rawRegex.slice(i, +(i + 1) + 1 || 9e9); + i++; + } else if (_char === '(') { + if (i < len - 2) { + part = rawRegex.slice(i, +(i + 2) + 1 || 9e9); + if (part === '(?:') { + i += 2; + cleanedRegex += part; + } else if (part === '(?<') { + capturingBracketNumber++; + i += 2; + name = ''; + while (i + 1 < len) { + subChar = rawRegex.charAt(i + 1); + if (subChar === '>') { + cleanedRegex += '('; + i++; + if (name.length > 0) { + if (mapping == null) { + mapping = {}; + } + mapping[name] = capturingBracketNumber; + } + break; + } else { + name += subChar; + } + i++; + } + } else { + cleanedRegex += _char; + capturingBracketNumber++; + } + } else { + cleanedRegex += _char; + } + } else { + cleanedRegex += _char; + } + i++; + } + this.rawRegex = rawRegex; + this.cleanedRegex = cleanedRegex; + this.regex = new RegExp(this.cleanedRegex, 'g' + modifiers.replace('g', '')); + this.mapping = mapping; + } + + Pattern.prototype.exec = function(str) { + var index, matches, name, ref; + this.regex.lastIndex = 0; + matches = this.regex.exec(str); + if (matches == null) { + return null; + } + if (this.mapping != null) { + ref = this.mapping; + for (name in ref) { + index = ref[name]; + matches[name] = matches[index]; + } + } + return matches; + }; + + Pattern.prototype.test = function(str) { + this.regex.lastIndex = 0; + return this.regex.test(str); + }; + + Pattern.prototype.replace = function(str, replacement) { + this.regex.lastIndex = 0; + return str.replace(this.regex, replacement); + }; + + Pattern.prototype.replaceAll = function(str, replacement, limit) { + var count; + if (limit == null) { + limit = 0; + } + this.regex.lastIndex = 0; + count = 0; + while (this.regex.test(str) && (limit === 0 || count < limit)) { + this.regex.lastIndex = 0; + str = str.replace(this.regex, replacement); + count++; + } + return [str, count]; + }; + + return Pattern; + +})(); + +module.exports = Pattern; diff --git a/node_modules/yamljs/lib/Unescaper.js b/node_modules/yamljs/lib/Unescaper.js new file mode 100644 index 0000000..c4a707a --- /dev/null +++ b/node_modules/yamljs/lib/Unescaper.js @@ -0,0 +1,83 @@ +// Generated by CoffeeScript 1.12.4 +var Pattern, Unescaper, Utils; + +Utils = require('./Utils'); + +Pattern = require('./Pattern'); + +Unescaper = (function() { + function Unescaper() {} + + Unescaper.PATTERN_ESCAPED_CHARACTER = new Pattern('\\\\([0abt\tnvfre "\\/\\\\N_LP]|x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4}|U[0-9a-fA-F]{8})'); + + Unescaper.unescapeSingleQuotedString = function(value) { + return value.replace(/\'\'/g, '\''); + }; + + Unescaper.unescapeDoubleQuotedString = function(value) { + if (this._unescapeCallback == null) { + this._unescapeCallback = (function(_this) { + return function(str) { + return _this.unescapeCharacter(str); + }; + })(this); + } + return this.PATTERN_ESCAPED_CHARACTER.replace(value, this._unescapeCallback); + }; + + Unescaper.unescapeCharacter = function(value) { + var ch; + ch = String.fromCharCode; + switch (value.charAt(1)) { + case '0': + return ch(0); + case 'a': + return ch(7); + case 'b': + return ch(8); + case 't': + return "\t"; + case "\t": + return "\t"; + case 'n': + return "\n"; + case 'v': + return ch(11); + case 'f': + return ch(12); + case 'r': + return ch(13); + case 'e': + return ch(27); + case ' ': + return ' '; + case '"': + return '"'; + case '/': + return '/'; + case '\\': + return '\\'; + case 'N': + return ch(0x0085); + case '_': + return ch(0x00A0); + case 'L': + return ch(0x2028); + case 'P': + return ch(0x2029); + case 'x': + return Utils.utf8chr(Utils.hexDec(value.substr(2, 2))); + case 'u': + return Utils.utf8chr(Utils.hexDec(value.substr(2, 4))); + case 'U': + return Utils.utf8chr(Utils.hexDec(value.substr(2, 8))); + default: + return ''; + } + }; + + return Unescaper; + +})(); + +module.exports = Unescaper; diff --git a/node_modules/yamljs/lib/Utils.js b/node_modules/yamljs/lib/Utils.js new file mode 100644 index 0000000..5d54d2d --- /dev/null +++ b/node_modules/yamljs/lib/Utils.js @@ -0,0 +1,297 @@ +// Generated by CoffeeScript 1.12.4 +var Pattern, Utils, + hasProp = {}.hasOwnProperty; + +Pattern = require('./Pattern'); + +Utils = (function() { + function Utils() {} + + Utils.REGEX_LEFT_TRIM_BY_CHAR = {}; + + Utils.REGEX_RIGHT_TRIM_BY_CHAR = {}; + + Utils.REGEX_SPACES = /\s+/g; + + Utils.REGEX_DIGITS = /^\d+$/; + + Utils.REGEX_OCTAL = /[^0-7]/gi; + + Utils.REGEX_HEXADECIMAL = /[^a-f0-9]/gi; + + Utils.PATTERN_DATE = new Pattern('^' + '(?[0-9][0-9][0-9][0-9])' + '-(?[0-9][0-9]?)' + '-(?[0-9][0-9]?)' + '(?:(?:[Tt]|[ \t]+)' + '(?[0-9][0-9]?)' + ':(?[0-9][0-9])' + ':(?[0-9][0-9])' + '(?:\.(?[0-9]*))?' + '(?:[ \t]*(?Z|(?[-+])(?[0-9][0-9]?)' + '(?::(?[0-9][0-9]))?))?)?' + '$', 'i'); + + Utils.LOCAL_TIMEZONE_OFFSET = new Date().getTimezoneOffset() * 60 * 1000; + + Utils.trim = function(str, _char) { + var regexLeft, regexRight; + if (_char == null) { + _char = '\\s'; + } + regexLeft = this.REGEX_LEFT_TRIM_BY_CHAR[_char]; + if (regexLeft == null) { + this.REGEX_LEFT_TRIM_BY_CHAR[_char] = regexLeft = new RegExp('^' + _char + '' + _char + '*'); + } + regexLeft.lastIndex = 0; + regexRight = this.REGEX_RIGHT_TRIM_BY_CHAR[_char]; + if (regexRight == null) { + this.REGEX_RIGHT_TRIM_BY_CHAR[_char] = regexRight = new RegExp(_char + '' + _char + '*$'); + } + regexRight.lastIndex = 0; + return str.replace(regexLeft, '').replace(regexRight, ''); + }; + + Utils.ltrim = function(str, _char) { + var regexLeft; + if (_char == null) { + _char = '\\s'; + } + regexLeft = this.REGEX_LEFT_TRIM_BY_CHAR[_char]; + if (regexLeft == null) { + this.REGEX_LEFT_TRIM_BY_CHAR[_char] = regexLeft = new RegExp('^' + _char + '' + _char + '*'); + } + regexLeft.lastIndex = 0; + return str.replace(regexLeft, ''); + }; + + Utils.rtrim = function(str, _char) { + var regexRight; + if (_char == null) { + _char = '\\s'; + } + regexRight = this.REGEX_RIGHT_TRIM_BY_CHAR[_char]; + if (regexRight == null) { + this.REGEX_RIGHT_TRIM_BY_CHAR[_char] = regexRight = new RegExp(_char + '' + _char + '*$'); + } + regexRight.lastIndex = 0; + return str.replace(regexRight, ''); + }; + + Utils.isEmpty = function(value) { + return !value || value === '' || value === '0' || (value instanceof Array && value.length === 0) || this.isEmptyObject(value); + }; + + Utils.isEmptyObject = function(value) { + var k; + return value instanceof Object && ((function() { + var results; + results = []; + for (k in value) { + if (!hasProp.call(value, k)) continue; + results.push(k); + } + return results; + })()).length === 0; + }; + + Utils.subStrCount = function(string, subString, start, length) { + var c, i, j, len, ref, sublen; + c = 0; + string = '' + string; + subString = '' + subString; + if (start != null) { + string = string.slice(start); + } + if (length != null) { + string = string.slice(0, length); + } + len = string.length; + sublen = subString.length; + for (i = j = 0, ref = len; 0 <= ref ? j < ref : j > ref; i = 0 <= ref ? ++j : --j) { + if (subString === string.slice(i, sublen)) { + c++; + i += sublen - 1; + } + } + return c; + }; + + Utils.isDigits = function(input) { + this.REGEX_DIGITS.lastIndex = 0; + return this.REGEX_DIGITS.test(input); + }; + + Utils.octDec = function(input) { + this.REGEX_OCTAL.lastIndex = 0; + return parseInt((input + '').replace(this.REGEX_OCTAL, ''), 8); + }; + + Utils.hexDec = function(input) { + this.REGEX_HEXADECIMAL.lastIndex = 0; + input = this.trim(input); + if ((input + '').slice(0, 2) === '0x') { + input = (input + '').slice(2); + } + return parseInt((input + '').replace(this.REGEX_HEXADECIMAL, ''), 16); + }; + + Utils.utf8chr = function(c) { + var ch; + ch = String.fromCharCode; + if (0x80 > (c %= 0x200000)) { + return ch(c); + } + if (0x800 > c) { + return ch(0xC0 | c >> 6) + ch(0x80 | c & 0x3F); + } + if (0x10000 > c) { + return ch(0xE0 | c >> 12) + ch(0x80 | c >> 6 & 0x3F) + ch(0x80 | c & 0x3F); + } + return ch(0xF0 | c >> 18) + ch(0x80 | c >> 12 & 0x3F) + ch(0x80 | c >> 6 & 0x3F) + ch(0x80 | c & 0x3F); + }; + + Utils.parseBoolean = function(input, strict) { + var lowerInput; + if (strict == null) { + strict = true; + } + if (typeof input === 'string') { + lowerInput = input.toLowerCase(); + if (!strict) { + if (lowerInput === 'no') { + return false; + } + } + if (lowerInput === '0') { + return false; + } + if (lowerInput === 'false') { + return false; + } + if (lowerInput === '') { + return false; + } + return true; + } + return !!input; + }; + + Utils.isNumeric = function(input) { + this.REGEX_SPACES.lastIndex = 0; + return typeof input === 'number' || typeof input === 'string' && !isNaN(input) && input.replace(this.REGEX_SPACES, '') !== ''; + }; + + Utils.stringToDate = function(str) { + var date, day, fraction, hour, info, minute, month, second, tz_hour, tz_minute, tz_offset, year; + if (!(str != null ? str.length : void 0)) { + return null; + } + info = this.PATTERN_DATE.exec(str); + if (!info) { + return null; + } + year = parseInt(info.year, 10); + month = parseInt(info.month, 10) - 1; + day = parseInt(info.day, 10); + if (info.hour == null) { + date = new Date(Date.UTC(year, month, day)); + return date; + } + hour = parseInt(info.hour, 10); + minute = parseInt(info.minute, 10); + second = parseInt(info.second, 10); + if (info.fraction != null) { + fraction = info.fraction.slice(0, 3); + while (fraction.length < 3) { + fraction += '0'; + } + fraction = parseInt(fraction, 10); + } else { + fraction = 0; + } + if (info.tz != null) { + tz_hour = parseInt(info.tz_hour, 10); + if (info.tz_minute != null) { + tz_minute = parseInt(info.tz_minute, 10); + } else { + tz_minute = 0; + } + tz_offset = (tz_hour * 60 + tz_minute) * 60000; + if ('-' === info.tz_sign) { + tz_offset *= -1; + } + } + date = new Date(Date.UTC(year, month, day, hour, minute, second, fraction)); + if (tz_offset) { + date.setTime(date.getTime() - tz_offset); + } + return date; + }; + + Utils.strRepeat = function(str, number) { + var i, res; + res = ''; + i = 0; + while (i < number) { + res += str; + i++; + } + return res; + }; + + Utils.getStringFromFile = function(path, callback) { + var data, fs, j, len1, name, ref, req, xhr; + if (callback == null) { + callback = null; + } + xhr = null; + if (typeof window !== "undefined" && window !== null) { + if (window.XMLHttpRequest) { + xhr = new XMLHttpRequest(); + } else if (window.ActiveXObject) { + ref = ["Msxml2.XMLHTTP.6.0", "Msxml2.XMLHTTP.3.0", "Msxml2.XMLHTTP", "Microsoft.XMLHTTP"]; + for (j = 0, len1 = ref.length; j < len1; j++) { + name = ref[j]; + try { + xhr = new ActiveXObject(name); + } catch (error) {} + } + } + } + if (xhr != null) { + if (callback != null) { + xhr.onreadystatechange = function() { + if (xhr.readyState === 4) { + if (xhr.status === 200 || xhr.status === 0) { + return callback(xhr.responseText); + } else { + return callback(null); + } + } + }; + xhr.open('GET', path, true); + return xhr.send(null); + } else { + xhr.open('GET', path, false); + xhr.send(null); + if (xhr.status === 200 || xhr.status === 0) { + return xhr.responseText; + } + return null; + } + } else { + req = require; + fs = req('fs'); + if (callback != null) { + return fs.readFile(path, function(err, data) { + if (err) { + return callback(null); + } else { + return callback(String(data)); + } + }); + } else { + data = fs.readFileSync(path); + if (data != null) { + return String(data); + } + return null; + } + } + }; + + return Utils; + +})(); + +module.exports = Utils; diff --git a/node_modules/yamljs/lib/Yaml.js b/node_modules/yamljs/lib/Yaml.js new file mode 100644 index 0000000..aa72c77 --- /dev/null +++ b/node_modules/yamljs/lib/Yaml.js @@ -0,0 +1,104 @@ +// Generated by CoffeeScript 1.12.4 +var Dumper, Parser, Utils, Yaml; + +Parser = require('./Parser'); + +Dumper = require('./Dumper'); + +Utils = require('./Utils'); + +Yaml = (function() { + function Yaml() {} + + Yaml.parse = function(input, exceptionOnInvalidType, objectDecoder) { + if (exceptionOnInvalidType == null) { + exceptionOnInvalidType = false; + } + if (objectDecoder == null) { + objectDecoder = null; + } + return new Parser().parse(input, exceptionOnInvalidType, objectDecoder); + }; + + Yaml.parseFile = function(path, callback, exceptionOnInvalidType, objectDecoder) { + var input; + if (callback == null) { + callback = null; + } + if (exceptionOnInvalidType == null) { + exceptionOnInvalidType = false; + } + if (objectDecoder == null) { + objectDecoder = null; + } + if (callback != null) { + return Utils.getStringFromFile(path, (function(_this) { + return function(input) { + var result; + result = null; + if (input != null) { + result = _this.parse(input, exceptionOnInvalidType, objectDecoder); + } + callback(result); + }; + })(this)); + } else { + input = Utils.getStringFromFile(path); + if (input != null) { + return this.parse(input, exceptionOnInvalidType, objectDecoder); + } + return null; + } + }; + + Yaml.dump = function(input, inline, indent, exceptionOnInvalidType, objectEncoder) { + var yaml; + if (inline == null) { + inline = 2; + } + if (indent == null) { + indent = 4; + } + if (exceptionOnInvalidType == null) { + exceptionOnInvalidType = false; + } + if (objectEncoder == null) { + objectEncoder = null; + } + yaml = new Dumper(); + yaml.indentation = indent; + return yaml.dump(input, inline, 0, exceptionOnInvalidType, objectEncoder); + }; + + Yaml.register = function() { + var require_handler; + require_handler = function(module, filename) { + return module.exports = YAML.parseFile(filename); + }; + if ((typeof require !== "undefined" && require !== null ? require.extensions : void 0) != null) { + require.extensions['.yml'] = require_handler; + return require.extensions['.yaml'] = require_handler; + } + }; + + Yaml.stringify = function(input, inline, indent, exceptionOnInvalidType, objectEncoder) { + return this.dump(input, inline, indent, exceptionOnInvalidType, objectEncoder); + }; + + Yaml.load = function(path, callback, exceptionOnInvalidType, objectDecoder) { + return this.parseFile(path, callback, exceptionOnInvalidType, objectDecoder); + }; + + return Yaml; + +})(); + +if (typeof window !== "undefined" && window !== null) { + window.YAML = Yaml; +} + +if (typeof window === "undefined" || window === null) { + this.YAML = Yaml; +} + +module.exports = Yaml; diff --git a/node_modules/yamljs/package.json b/node_modules/yamljs/package.json new file mode 100644 index 0000000..8cf0a2c --- /dev/null +++ b/node_modules/yamljs/package.json @@ -0,0 +1,66 @@ +{ + "_from": "yamljs@^0.2.10", + "_id": "yamljs@0.2.10", + "_inBundle": false, + "_integrity": "sha1-SBzHwlynOvWfWR8MluPOVsdXpA8=", + "_location": "/yamljs", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "yamljs@^0.2.10", + "name": "yamljs", + "escapedName": "yamljs", + "rawSpec": "^0.2.10", + "saveSpec": null, + "fetchSpec": "^0.2.10" + }, + "_requiredBy": [ + "/rita" + ], + "_resolved": "https://registry.npmjs.org/yamljs/-/yamljs-0.2.10.tgz", + "_shasum": "481cc7c25ca73af59f591f0c96e3ce56c757a40f", + "_spec": "yamljs@^0.2.10", + "_where": "/Users/paolo/Desktop/multiplayer games/likelike-online/node_modules/rita", + "author": { + "name": "Jeremy Faivre", + "email": "contact@jeremyfa.com" + }, + "bin": { + "yaml2json": "bin/yaml2json", + "json2yaml": "bin/json2yaml" + }, + "bugs": { + "url": "https://github.com/jeremyfa/yaml.js/issues" + }, + "bundleDependencies": false, + "dependencies": { + "argparse": "^1.0.7", + "glob": "^7.0.5" + }, + "deprecated": false, + "description": "Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools.", + "devDependencies": { + "benchmark": "^2.1.0", + "coffeeify": "^2.0.1", + "jasmine-node": "^1.14.5" + }, + "homepage": "https://github.com/jeremyfa/yaml.js#readme", + "keywords": [ + "yaml", + "json", + "yaml2json", + "json2yaml" + ], + "license": "MIT", + "main": "./lib/Yaml.js", + "name": "yamljs", + "repository": { + "type": "git", + "url": "git://github.com/jeremyfa/yaml.js.git" + }, + "scripts": { + "test": "cake build; cake test" + }, + "version": "0.2.10" +} diff --git a/node_modules/yamljs/src/Dumper.coffee b/node_modules/yamljs/src/Dumper.coffee new file mode 100644 index 0000000..0338212 --- /dev/null +++ b/node_modules/yamljs/src/Dumper.coffee @@ -0,0 +1,56 @@ + +Utils = require './Utils' +Inline = require './Inline' + +# Dumper dumps JavaScript variables to YAML strings. +# +class Dumper + + # The amount of spaces to use for indentation of nested nodes. + @indentation: 4 + + + # Dumps a JavaScript value to YAML. + # + # @param [Object] input The JavaScript value + # @param [Integer] inline The level where you switch to inline YAML + # @param [Integer] indent The level of indentation (used internally) + # @param [Boolean] exceptionOnInvalidType true if an exception must be thrown on invalid types (a JavaScript resource or object), false otherwise + # @param [Function] objectEncoder A function to serialize custom objects, null otherwise + # + # @return [String] The YAML representation of the JavaScript value + # + dump: (input, inline = 0, indent = 0, exceptionOnInvalidType = false, objectEncoder = null) -> + output = '' + prefix = (if indent then Utils.strRepeat(' ', indent) else '') + + if inline <= 0 or typeof(input) isnt 'object' or input instanceof Date or Utils.isEmpty(input) + output += prefix + Inline.dump(input, exceptionOnInvalidType, objectEncoder) + + else + if input instanceof Array + for value in input + willBeInlined = (inline - 1 <= 0 or typeof(value) isnt 'object' or Utils.isEmpty(value)) + + output += + prefix + + '-' + + (if willBeInlined then ' ' else "\n") + + @dump(value, inline - 1, (if willBeInlined then 0 else indent + @indentation), exceptionOnInvalidType, objectEncoder) + + (if willBeInlined then "\n" else '') + + else + for key, value of input + willBeInlined = (inline - 1 <= 0 or typeof(value) isnt 'object' or Utils.isEmpty(value)) + + output += + prefix + + Inline.dump(key, exceptionOnInvalidType, objectEncoder) + ':' + + (if willBeInlined then ' ' else "\n") + + @dump(value, inline - 1, (if willBeInlined then 0 else indent + @indentation), exceptionOnInvalidType, objectEncoder) + + (if willBeInlined then "\n" else '') + + return output + + +module.exports = Dumper diff --git a/node_modules/yamljs/src/Escaper.coffee b/node_modules/yamljs/src/Escaper.coffee new file mode 100644 index 0000000..0eefec7 --- /dev/null +++ b/node_modules/yamljs/src/Escaper.coffee @@ -0,0 +1,80 @@ + +Pattern = require './Pattern' + +# Escaper encapsulates escaping rules for single +# and double-quoted YAML strings. +class Escaper + + # Mapping arrays for escaping a double quoted string. The backslash is + # first to ensure proper escaping. + @LIST_ESCAPEES: ['\\', '\\\\', '\\"', '"', + "\x00", "\x01", "\x02", "\x03", "\x04", "\x05", "\x06", "\x07", + "\x08", "\x09", "\x0a", "\x0b", "\x0c", "\x0d", "\x0e", "\x0f", + "\x10", "\x11", "\x12", "\x13", "\x14", "\x15", "\x16", "\x17", + "\x18", "\x19", "\x1a", "\x1b", "\x1c", "\x1d", "\x1e", "\x1f", + (ch = String.fromCharCode)(0x0085), ch(0x00A0), ch(0x2028), ch(0x2029)] + @LIST_ESCAPED: ['\\\\', '\\"', '\\"', '\\"', + "\\0", "\\x01", "\\x02", "\\x03", "\\x04", "\\x05", "\\x06", "\\a", + "\\b", "\\t", "\\n", "\\v", "\\f", "\\r", "\\x0e", "\\x0f", + "\\x10", "\\x11", "\\x12", "\\x13", "\\x14", "\\x15", "\\x16", "\\x17", + "\\x18", "\\x19", "\\x1a", "\\e", "\\x1c", "\\x1d", "\\x1e", "\\x1f", + "\\N", "\\_", "\\L", "\\P"] + + @MAPPING_ESCAPEES_TO_ESCAPED: do => + mapping = {} + for i in [0...@LIST_ESCAPEES.length] + mapping[@LIST_ESCAPEES[i]] = @LIST_ESCAPED[i] + return mapping + + # Characters that would cause a dumped string to require double quoting. + @PATTERN_CHARACTERS_TO_ESCAPE: new Pattern '[\\x00-\\x1f]|\xc2\x85|\xc2\xa0|\xe2\x80\xa8|\xe2\x80\xa9' + + # Other precompiled patterns + @PATTERN_MAPPING_ESCAPEES: new Pattern @LIST_ESCAPEES.join('|').split('\\').join('\\\\') + @PATTERN_SINGLE_QUOTING: new Pattern '[\\s\'":{}[\\],&*#?]|^[-?|<>=!%@`]' + + + + # Determines if a JavaScript value would require double quoting in YAML. + # + # @param [String] value A JavaScript value value + # + # @return [Boolean] true if the value would require double quotes. + # + @requiresDoubleQuoting: (value) -> + return @PATTERN_CHARACTERS_TO_ESCAPE.test value + + + # Escapes and surrounds a JavaScript value with double quotes. + # + # @param [String] value A JavaScript value + # + # @return [String] The quoted, escaped string + # + @escapeWithDoubleQuotes: (value) -> + result = @PATTERN_MAPPING_ESCAPEES.replace value, (str) => + return @MAPPING_ESCAPEES_TO_ESCAPED[str] + return '"'+result+'"' + + + # Determines if a JavaScript value would require single quoting in YAML. + # + # @param [String] value A JavaScript value + # + # @return [Boolean] true if the value would require single quotes. + # + @requiresSingleQuoting: (value) -> + return @PATTERN_SINGLE_QUOTING.test value + + + # Escapes and surrounds a JavaScript value with single quotes. + # + # @param [String] value A JavaScript value + # + # @return [String] The quoted, escaped string + # + @escapeWithSingleQuotes: (value) -> + return "'"+value.replace(/'/g, "''")+"'" + + +module.exports = Escaper diff --git a/node_modules/yamljs/src/Exception/DumpException.coffee b/node_modules/yamljs/src/Exception/DumpException.coffee new file mode 100644 index 0000000..9cc6c27 --- /dev/null +++ b/node_modules/yamljs/src/Exception/DumpException.coffee @@ -0,0 +1,12 @@ + +class DumpException extends Error + + constructor: (@message, @parsedLine, @snippet) -> + + toString: -> + if @parsedLine? and @snippet? + return ' ' + @message + ' (line ' + @parsedLine + ': \'' + @snippet + '\')' + else + return ' ' + @message + +module.exports = DumpException diff --git a/node_modules/yamljs/src/Exception/ParseException.coffee b/node_modules/yamljs/src/Exception/ParseException.coffee new file mode 100644 index 0000000..a6a0785 --- /dev/null +++ b/node_modules/yamljs/src/Exception/ParseException.coffee @@ -0,0 +1,12 @@ + +class ParseException extends Error + + constructor: (@message, @parsedLine, @snippet) -> + + toString: -> + if @parsedLine? and @snippet? + return ' ' + @message + ' (line ' + @parsedLine + ': \'' + @snippet + '\')' + else + return ' ' + @message + +module.exports = ParseException diff --git a/node_modules/yamljs/src/Exception/ParseMore.coffee b/node_modules/yamljs/src/Exception/ParseMore.coffee new file mode 100644 index 0000000..faeb946 --- /dev/null +++ b/node_modules/yamljs/src/Exception/ParseMore.coffee @@ -0,0 +1,12 @@ + +class ParseMore extends Error + + constructor: (@message, @parsedLine, @snippet) -> + + toString: -> + if @parsedLine? and @snippet? + return ' ' + @message + ' (line ' + @parsedLine + ': \'' + @snippet + '\')' + else + return ' ' + @message + +module.exports = ParseMore diff --git a/node_modules/yamljs/src/Inline.coffee b/node_modules/yamljs/src/Inline.coffee new file mode 100644 index 0000000..4620e3f --- /dev/null +++ b/node_modules/yamljs/src/Inline.coffee @@ -0,0 +1,488 @@ + +Pattern = require './Pattern' +Unescaper = require './Unescaper' +Escaper = require './Escaper' +Utils = require './Utils' +ParseException = require './Exception/ParseException' +ParseMore = require './Exception/ParseMore' +DumpException = require './Exception/DumpException' + +# Inline YAML parsing and dumping +class Inline + + # Quoted string regular expression + @REGEX_QUOTED_STRING: '(?:"(?:[^"\\\\]*(?:\\\\.[^"\\\\]*)*)"|\'(?:[^\']*(?:\'\'[^\']*)*)\')' + + # Pre-compiled patterns + # + @PATTERN_TRAILING_COMMENTS: new Pattern '^\\s*#.*$' + @PATTERN_QUOTED_SCALAR: new Pattern '^'+@REGEX_QUOTED_STRING + @PATTERN_THOUSAND_NUMERIC_SCALAR: new Pattern '^(-|\\+)?[0-9,]+(\\.[0-9]+)?$' + @PATTERN_SCALAR_BY_DELIMITERS: {} + + # Settings + @settings: {} + + + # Configure YAML inline. + # + # @param [Boolean] exceptionOnInvalidType true if an exception must be thrown on invalid types (a JavaScript resource or object), false otherwise + # @param [Function] objectDecoder A function to deserialize custom objects, null otherwise + # + @configure: (exceptionOnInvalidType = null, objectDecoder = null) -> + # Update settings + @settings.exceptionOnInvalidType = exceptionOnInvalidType + @settings.objectDecoder = objectDecoder + return + + + # Converts a YAML string to a JavaScript object. + # + # @param [String] value A YAML string + # @param [Boolean] exceptionOnInvalidType true if an exception must be thrown on invalid types (a JavaScript resource or object), false otherwise + # @param [Function] objectDecoder A function to deserialize custom objects, null otherwise + # + # @return [Object] A JavaScript object representing the YAML string + # + # @throw [ParseException] + # + @parse: (value, exceptionOnInvalidType = false, objectDecoder = null) -> + # Update settings from last call of Inline.parse() + @settings.exceptionOnInvalidType = exceptionOnInvalidType + @settings.objectDecoder = objectDecoder + + if not value? + return '' + + value = Utils.trim value + + if 0 is value.length + return '' + + # Keep a context object to pass through static methods + context = {exceptionOnInvalidType, objectDecoder, i: 0} + + switch value.charAt(0) + when '[' + result = @parseSequence value, context + ++context.i + when '{' + result = @parseMapping value, context + ++context.i + else + result = @parseScalar value, null, ['"', "'"], context + + # Some comments are allowed at the end + if @PATTERN_TRAILING_COMMENTS.replace(value[context.i..], '') isnt '' + throw new ParseException 'Unexpected characters near "'+value[context.i..]+'".' + + return result + + + # Dumps a given JavaScript variable to a YAML string. + # + # @param [Object] value The JavaScript variable to convert + # @param [Boolean] exceptionOnInvalidType true if an exception must be thrown on invalid types (a JavaScript resource or object), false otherwise + # @param [Function] objectEncoder A function to serialize custom objects, null otherwise + # + # @return [String] The YAML string representing the JavaScript object + # + # @throw [DumpException] + # + @dump: (value, exceptionOnInvalidType = false, objectEncoder = null) -> + if not value? + return 'null' + type = typeof value + if type is 'object' + if value instanceof Date + return value.toISOString() + else if objectEncoder? + result = objectEncoder value + if typeof result is 'string' or result? + return result + return @dumpObject value + if type is 'boolean' + return (if value then 'true' else 'false') + if Utils.isDigits(value) + return (if type is 'string' then "'"+value+"'" else String(parseInt(value))) + if Utils.isNumeric(value) + return (if type is 'string' then "'"+value+"'" else String(parseFloat(value))) + if type is 'number' + return (if value is Infinity then '.Inf' else (if value is -Infinity then '-.Inf' else (if isNaN(value) then '.NaN' else value))) + if Escaper.requiresDoubleQuoting value + return Escaper.escapeWithDoubleQuotes value + if Escaper.requiresSingleQuoting value + return Escaper.escapeWithSingleQuotes value + if '' is value + return '""' + if Utils.PATTERN_DATE.test value + return "'"+value+"'"; + if value.toLowerCase() in ['null','~','true','false'] + return "'"+value+"'" + # Default + return value; + + + # Dumps a JavaScript object to a YAML string. + # + # @param [Object] value The JavaScript object to dump + # @param [Boolean] exceptionOnInvalidType true if an exception must be thrown on invalid types (a JavaScript resource or object), false otherwise + # @param [Function] objectEncoder A function do serialize custom objects, null otherwise + # + # @return string The YAML string representing the JavaScript object + # + @dumpObject: (value, exceptionOnInvalidType, objectSupport = null) -> + # Array + if value instanceof Array + output = [] + for val in value + output.push @dump val + return '['+output.join(', ')+']' + + # Mapping + else + output = [] + for key, val of value + output.push @dump(key)+': '+@dump(val) + return '{'+output.join(', ')+'}' + + + # Parses a scalar to a YAML string. + # + # @param [Object] scalar + # @param [Array] delimiters + # @param [Array] stringDelimiters + # @param [Object] context + # @param [Boolean] evaluate + # + # @return [String] A YAML string + # + # @throw [ParseException] When malformed inline YAML string is parsed + # + @parseScalar: (scalar, delimiters = null, stringDelimiters = ['"', "'"], context = null, evaluate = true) -> + unless context? + context = exceptionOnInvalidType: @settings.exceptionOnInvalidType, objectDecoder: @settings.objectDecoder, i: 0 + {i} = context + + if scalar.charAt(i) in stringDelimiters + # Quoted scalar + output = @parseQuotedScalar scalar, context + {i} = context + + if delimiters? + tmp = Utils.ltrim scalar[i..], ' ' + if not(tmp.charAt(0) in delimiters) + throw new ParseException 'Unexpected characters ('+scalar[i..]+').' + + else + # "normal" string + if not delimiters + output = scalar[i..] + i += output.length + + # Remove comments + strpos = output.indexOf ' #' + if strpos isnt -1 + output = Utils.rtrim output[0...strpos] + + else + joinedDelimiters = delimiters.join('|') + pattern = @PATTERN_SCALAR_BY_DELIMITERS[joinedDelimiters] + unless pattern? + pattern = new Pattern '^(.+?)('+joinedDelimiters+')' + @PATTERN_SCALAR_BY_DELIMITERS[joinedDelimiters] = pattern + if match = pattern.exec scalar[i..] + output = match[1] + i += output.length + else + throw new ParseException 'Malformed inline YAML string ('+scalar+').' + + + if evaluate + output = @evaluateScalar output, context + + context.i = i + return output + + + # Parses a quoted scalar to YAML. + # + # @param [String] scalar + # @param [Object] context + # + # @return [String] A YAML string + # + # @throw [ParseMore] When malformed inline YAML string is parsed + # + @parseQuotedScalar: (scalar, context) -> + {i} = context + + unless match = @PATTERN_QUOTED_SCALAR.exec scalar[i..] + throw new ParseMore 'Malformed inline YAML string ('+scalar[i..]+').' + + output = match[0].substr(1, match[0].length - 2) + + if '"' is scalar.charAt(i) + output = Unescaper.unescapeDoubleQuotedString output + else + output = Unescaper.unescapeSingleQuotedString output + + i += match[0].length + + context.i = i + return output + + + # Parses a sequence to a YAML string. + # + # @param [String] sequence + # @param [Object] context + # + # @return [String] A YAML string + # + # @throw [ParseMore] When malformed inline YAML string is parsed + # + @parseSequence: (sequence, context) -> + output = [] + len = sequence.length + {i} = context + i += 1 + + # [foo, bar, ...] + while i < len + context.i = i + switch sequence.charAt(i) + when '[' + # Nested sequence + output.push @parseSequence sequence, context + {i} = context + when '{' + # Nested mapping + output.push @parseMapping sequence, context + {i} = context + when ']' + return output + when ',', ' ', "\n" + # Do nothing + else + isQuoted = (sequence.charAt(i) in ['"', "'"]) + value = @parseScalar sequence, [',', ']'], ['"', "'"], context + {i} = context + + if not(isQuoted) and typeof(value) is 'string' and (value.indexOf(': ') isnt -1 or value.indexOf(":\n") isnt -1) + # Embedded mapping? + try + value = @parseMapping '{'+value+'}' + catch e + # No, it's not + + + output.push value + + --i + + ++i + + throw new ParseMore 'Malformed inline YAML string '+sequence + + + # Parses a mapping to a YAML string. + # + # @param [String] mapping + # @param [Object] context + # + # @return [String] A YAML string + # + # @throw [ParseMore] When malformed inline YAML string is parsed + # + @parseMapping: (mapping, context) -> + output = {} + len = mapping.length + {i} = context + i += 1 + + # {foo: bar, bar:foo, ...} + shouldContinueWhileLoop = false + while i < len + context.i = i + switch mapping.charAt(i) + when ' ', ',', "\n" + ++i + context.i = i + shouldContinueWhileLoop = true + when '}' + return output + + if shouldContinueWhileLoop + shouldContinueWhileLoop = false + continue + + # Key + key = @parseScalar mapping, [':', ' ', "\n"], ['"', "'"], context, false + {i} = context + + # Value + done = false + + while i < len + context.i = i + switch mapping.charAt(i) + when '[' + # Nested sequence + value = @parseSequence mapping, context + {i} = context + # Spec: Keys MUST be unique; first one wins. + # Parser cannot abort this mapping earlier, since lines + # are processed sequentially. + if output[key] == undefined + output[key] = value + done = true + when '{' + # Nested mapping + value = @parseMapping mapping, context + {i} = context + # Spec: Keys MUST be unique; first one wins. + # Parser cannot abort this mapping earlier, since lines + # are processed sequentially. + if output[key] == undefined + output[key] = value + done = true + when ':', ' ', "\n" + # Do nothing + else + value = @parseScalar mapping, [',', '}'], ['"', "'"], context + {i} = context + # Spec: Keys MUST be unique; first one wins. + # Parser cannot abort this mapping earlier, since lines + # are processed sequentially. + if output[key] == undefined + output[key] = value + done = true + --i + + ++i + + if done + break + + throw new ParseMore 'Malformed inline YAML string '+mapping + + + # Evaluates scalars and replaces magic values. + # + # @param [String] scalar + # + # @return [String] A YAML string + # + @evaluateScalar: (scalar, context) -> + scalar = Utils.trim(scalar) + scalarLower = scalar.toLowerCase() + + switch scalarLower + when 'null', '', '~' + return null + when 'true' + return true + when 'false' + return false + when '.inf' + return Infinity + when '.nan' + return NaN + when '-.inf' + return Infinity + else + firstChar = scalarLower.charAt(0) + switch firstChar + when '!' + firstSpace = scalar.indexOf(' ') + if firstSpace is -1 + firstWord = scalarLower + else + firstWord = scalarLower[0...firstSpace] + switch firstWord + when '!' + if firstSpace isnt -1 + return parseInt @parseScalar(scalar[2..]) + return null + when '!str' + return Utils.ltrim scalar[4..] + when '!!str' + return Utils.ltrim scalar[5..] + when '!!int' + return parseInt(@parseScalar(scalar[5..])) + when '!!bool' + return Utils.parseBoolean(@parseScalar(scalar[6..]), false) + when '!!float' + return parseFloat(@parseScalar(scalar[7..])) + when '!!timestamp' + return Utils.stringToDate(Utils.ltrim(scalar[11..])) + else + unless context? + context = exceptionOnInvalidType: @settings.exceptionOnInvalidType, objectDecoder: @settings.objectDecoder, i: 0 + {objectDecoder, exceptionOnInvalidType} = context + + if objectDecoder + # If objectDecoder function is given, we can do custom decoding of custom types + trimmedScalar = Utils.rtrim scalar + firstSpace = trimmedScalar.indexOf(' ') + if firstSpace is -1 + return objectDecoder trimmedScalar, null + else + subValue = Utils.ltrim trimmedScalar[firstSpace+1..] + unless subValue.length > 0 + subValue = null + return objectDecoder trimmedScalar[0...firstSpace], subValue + + if exceptionOnInvalidType + throw new ParseException 'Custom object support when parsing a YAML file has been disabled.' + + return null + when '0' + if '0x' is scalar[0...2] + return Utils.hexDec scalar + else if Utils.isDigits scalar + return Utils.octDec scalar + else if Utils.isNumeric scalar + return parseFloat scalar + else + return scalar + when '+' + if Utils.isDigits scalar + raw = scalar + cast = parseInt(raw) + if raw is String(cast) + return cast + else + return raw + else if Utils.isNumeric scalar + return parseFloat scalar + else if @PATTERN_THOUSAND_NUMERIC_SCALAR.test scalar + return parseFloat(scalar.replace(',', '')) + return scalar + when '-' + if Utils.isDigits(scalar[1..]) + if '0' is scalar.charAt(1) + return -Utils.octDec(scalar[1..]) + else + raw = scalar[1..] + cast = parseInt(raw) + if raw is String(cast) + return -cast + else + return -raw + else if Utils.isNumeric scalar + return parseFloat scalar + else if @PATTERN_THOUSAND_NUMERIC_SCALAR.test scalar + return parseFloat(scalar.replace(',', '')) + return scalar + else + if date = Utils.stringToDate(scalar) + return date + else if Utils.isNumeric(scalar) + return parseFloat scalar + else if @PATTERN_THOUSAND_NUMERIC_SCALAR.test scalar + return parseFloat(scalar.replace(',', '')) + return scalar + +module.exports = Inline diff --git a/node_modules/yamljs/src/Parser.coffee b/node_modules/yamljs/src/Parser.coffee new file mode 100644 index 0000000..812d23f --- /dev/null +++ b/node_modules/yamljs/src/Parser.coffee @@ -0,0 +1,651 @@ + +Inline = require './Inline' +Pattern = require './Pattern' +Utils = require './Utils' +ParseException = require './Exception/ParseException' +ParseMore = require './Exception/ParseMore' + +# Parser parses YAML strings to convert them to JavaScript objects. +# +class Parser + + # Pre-compiled patterns + # + PATTERN_FOLDED_SCALAR_ALL: new Pattern '^(?:(?![^\\|>]*)\\s+)?(?\\||>)(?\\+|\\-|\\d+|\\+\\d+|\\-\\d+|\\d+\\+|\\d+\\-)?(? +#.*)?$' + PATTERN_FOLDED_SCALAR_END: new Pattern '(?\\||>)(?\\+|\\-|\\d+|\\+\\d+|\\-\\d+|\\d+\\+|\\d+\\-)?(? +#.*)?$' + PATTERN_SEQUENCE_ITEM: new Pattern '^\\-((?\\s+)(?.+?))?\\s*$' + PATTERN_ANCHOR_VALUE: new Pattern '^&(?[^ ]+) *(?.*)' + PATTERN_COMPACT_NOTATION: new Pattern '^(?'+Inline.REGEX_QUOTED_STRING+'|[^ \'"\\{\\[].*?) *\\:(\\s+(?.+?))?\\s*$' + PATTERN_MAPPING_ITEM: new Pattern '^(?'+Inline.REGEX_QUOTED_STRING+'|[^ \'"\\[\\{].*?) *\\:(\\s+(?.+?))?\\s*$' + PATTERN_DECIMAL: new Pattern '\\d+' + PATTERN_INDENT_SPACES: new Pattern '^ +' + PATTERN_TRAILING_LINES: new Pattern '(\n*)$' + PATTERN_YAML_HEADER: new Pattern '^\\%YAML[: ][\\d\\.]+.*\n', 'm' + PATTERN_LEADING_COMMENTS: new Pattern '^(\\#.*?\n)+', 'm' + PATTERN_DOCUMENT_MARKER_START: new Pattern '^\\-\\-\\-.*?\n', 'm' + PATTERN_DOCUMENT_MARKER_END: new Pattern '^\\.\\.\\.\\s*$', 'm' + PATTERN_FOLDED_SCALAR_BY_INDENTATION: {} + + # Context types + # + CONTEXT_NONE: 0 + CONTEXT_SEQUENCE: 1 + CONTEXT_MAPPING: 2 + + + # Constructor + # + # @param [Integer] offset The offset of YAML document (used for line numbers in error messages) + # + constructor: (@offset = 0) -> + @lines = [] + @currentLineNb = -1 + @currentLine = '' + @refs = {} + + + # Parses a YAML string to a JavaScript value. + # + # @param [String] value A YAML string + # @param [Boolean] exceptionOnInvalidType true if an exception must be thrown on invalid types (a JavaScript resource or object), false otherwise + # @param [Function] objectDecoder A function to deserialize custom objects, null otherwise + # + # @return [Object] A JavaScript value + # + # @throw [ParseException] If the YAML is not valid + # + parse: (value, exceptionOnInvalidType = false, objectDecoder = null) -> + @currentLineNb = -1 + @currentLine = '' + @lines = @cleanup(value).split "\n" + + data = null + context = @CONTEXT_NONE + allowOverwrite = false + while @moveToNextLine() + if @isCurrentLineEmpty() + continue + + # Tab? + if "\t" is @currentLine[0] + throw new ParseException 'A YAML file cannot contain tabs as indentation.', @getRealCurrentLineNb() + 1, @currentLine + + isRef = mergeNode = false + if values = @PATTERN_SEQUENCE_ITEM.exec @currentLine + if @CONTEXT_MAPPING is context + throw new ParseException 'You cannot define a sequence item when in a mapping' + context = @CONTEXT_SEQUENCE + data ?= [] + + if values.value? and matches = @PATTERN_ANCHOR_VALUE.exec values.value + isRef = matches.ref + values.value = matches.value + + # Array + if not(values.value?) or '' is Utils.trim(values.value, ' ') or Utils.ltrim(values.value, ' ').indexOf('#') is 0 + if @currentLineNb < @lines.length - 1 and not @isNextLineUnIndentedCollection() + c = @getRealCurrentLineNb() + 1 + parser = new Parser c + parser.refs = @refs + data.push parser.parse(@getNextEmbedBlock(null, true), exceptionOnInvalidType, objectDecoder) + else + data.push null + + else + if values.leadspaces?.length and matches = @PATTERN_COMPACT_NOTATION.exec values.value + + # This is a compact notation element, add to next block and parse + c = @getRealCurrentLineNb() + parser = new Parser c + parser.refs = @refs + + block = values.value + indent = @getCurrentLineIndentation() + if @isNextLineIndented(false) + block += "\n"+@getNextEmbedBlock(indent + values.leadspaces.length + 1, true) + + data.push parser.parse block, exceptionOnInvalidType, objectDecoder + + else + data.push @parseValue values.value, exceptionOnInvalidType, objectDecoder + + else if (values = @PATTERN_MAPPING_ITEM.exec @currentLine) and values.key.indexOf(' #') is -1 + if @CONTEXT_SEQUENCE is context + throw new ParseException 'You cannot define a mapping item when in a sequence' + context = @CONTEXT_MAPPING + data ?= {} + + # Force correct settings + Inline.configure exceptionOnInvalidType, objectDecoder + try + key = Inline.parseScalar values.key + catch e + e.parsedLine = @getRealCurrentLineNb() + 1 + e.snippet = @currentLine + + throw e + + if '<<' is key + mergeNode = true + allowOverwrite = true + if values.value?.indexOf('*') is 0 + refName = values.value[1..] + unless @refs[refName]? + throw new ParseException 'Reference "'+refName+'" does not exist.', @getRealCurrentLineNb() + 1, @currentLine + + refValue = @refs[refName] + + if typeof refValue isnt 'object' + throw new ParseException 'YAML merge keys used with a scalar value instead of an object.', @getRealCurrentLineNb() + 1, @currentLine + + if refValue instanceof Array + # Merge array with object + for value, i in refValue + data[String(i)] ?= value + else + # Merge objects + for key, value of refValue + data[key] ?= value + + else + if values.value? and values.value isnt '' + value = values.value + else + value = @getNextEmbedBlock() + + c = @getRealCurrentLineNb() + 1 + parser = new Parser c + parser.refs = @refs + parsed = parser.parse value, exceptionOnInvalidType + + unless typeof parsed is 'object' + throw new ParseException 'YAML merge keys used with a scalar value instead of an object.', @getRealCurrentLineNb() + 1, @currentLine + + if parsed instanceof Array + # If the value associated with the merge key is a sequence, then this sequence is expected to contain mapping nodes + # and each of these nodes is merged in turn according to its order in the sequence. Keys in mapping nodes earlier + # in the sequence override keys specified in later mapping nodes. + for parsedItem in parsed + unless typeof parsedItem is 'object' + throw new ParseException 'Merge items must be objects.', @getRealCurrentLineNb() + 1, parsedItem + + if parsedItem instanceof Array + # Merge array with object + for value, i in parsedItem + k = String(i) + unless data.hasOwnProperty(k) + data[k] = value + else + # Merge objects + for key, value of parsedItem + unless data.hasOwnProperty(key) + data[key] = value + + else + # If the value associated with the key is a single mapping node, each of its key/value pairs is inserted into the + # current mapping, unless the key already exists in it. + for key, value of parsed + unless data.hasOwnProperty(key) + data[key] = value + + else if values.value? and matches = @PATTERN_ANCHOR_VALUE.exec values.value + isRef = matches.ref + values.value = matches.value + + + if mergeNode + # Merge keys + else if not(values.value?) or '' is Utils.trim(values.value, ' ') or Utils.ltrim(values.value, ' ').indexOf('#') is 0 + # Hash + # if next line is less indented or equal, then it means that the current value is null + if not(@isNextLineIndented()) and not(@isNextLineUnIndentedCollection()) + # Spec: Keys MUST be unique; first one wins. + # But overwriting is allowed when a merge node is used in current block. + if allowOverwrite or data[key] is undefined + data[key] = null + + else + c = @getRealCurrentLineNb() + 1 + parser = new Parser c + parser.refs = @refs + val = parser.parse @getNextEmbedBlock(), exceptionOnInvalidType, objectDecoder + + # Spec: Keys MUST be unique; first one wins. + # But overwriting is allowed when a merge node is used in current block. + if allowOverwrite or data[key] is undefined + data[key] = val + + else + val = @parseValue values.value, exceptionOnInvalidType, objectDecoder + + # Spec: Keys MUST be unique; first one wins. + # But overwriting is allowed when a merge node is used in current block. + if allowOverwrite or data[key] is undefined + data[key] = val + + else + # 1-liner optionally followed by newline + lineCount = @lines.length + if 1 is lineCount or (2 is lineCount and Utils.isEmpty(@lines[1])) + try + value = Inline.parse @lines[0], exceptionOnInvalidType, objectDecoder + catch e + e.parsedLine = @getRealCurrentLineNb() + 1 + e.snippet = @currentLine + + throw e + + if typeof value is 'object' + if value instanceof Array + first = value[0] + else + for key of value + first = value[key] + break + + if typeof first is 'string' and first.indexOf('*') is 0 + data = [] + for alias in value + data.push @refs[alias[1..]] + value = data + + return value + + else if Utils.ltrim(value).charAt(0) in ['[', '{'] + try + return Inline.parse value, exceptionOnInvalidType, objectDecoder + catch e + e.parsedLine = @getRealCurrentLineNb() + 1 + e.snippet = @currentLine + + throw e + + throw new ParseException 'Unable to parse.', @getRealCurrentLineNb() + 1, @currentLine + + if isRef + if data instanceof Array + @refs[isRef] = data[data.length-1] + else + lastKey = null + for key of data + lastKey = key + @refs[isRef] = data[lastKey] + + + if Utils.isEmpty(data) + return null + else + return data + + + + # Returns the current line number (takes the offset into account). + # + # @return [Integer] The current line number + # + getRealCurrentLineNb: -> + return @currentLineNb + @offset + + + # Returns the current line indentation. + # + # @return [Integer] The current line indentation + # + getCurrentLineIndentation: -> + return @currentLine.length - Utils.ltrim(@currentLine, ' ').length + + + # Returns the next embed block of YAML. + # + # @param [Integer] indentation The indent level at which the block is to be read, or null for default + # + # @return [String] A YAML string + # + # @throw [ParseException] When indentation problem are detected + # + getNextEmbedBlock: (indentation = null, includeUnindentedCollection = false) -> + @moveToNextLine() + + if not indentation? + newIndent = @getCurrentLineIndentation() + + unindentedEmbedBlock = @isStringUnIndentedCollectionItem @currentLine + + if not(@isCurrentLineEmpty()) and 0 is newIndent and not(unindentedEmbedBlock) + throw new ParseException 'Indentation problem.', @getRealCurrentLineNb() + 1, @currentLine + + else + newIndent = indentation + + + data = [@currentLine[newIndent..]] + + unless includeUnindentedCollection + isItUnindentedCollection = @isStringUnIndentedCollectionItem @currentLine + + # Comments must not be removed inside a string block (ie. after a line ending with "|") + # They must not be removed inside a sub-embedded block as well + removeCommentsPattern = @PATTERN_FOLDED_SCALAR_END + removeComments = not removeCommentsPattern.test @currentLine + + while @moveToNextLine() + indent = @getCurrentLineIndentation() + + if indent is newIndent + removeComments = not removeCommentsPattern.test @currentLine + + if removeComments and @isCurrentLineComment() + continue + + if @isCurrentLineBlank() + data.push @currentLine[newIndent..] + continue + + if isItUnindentedCollection and not @isStringUnIndentedCollectionItem(@currentLine) and indent is newIndent + @moveToPreviousLine() + break + + if indent >= newIndent + data.push @currentLine[newIndent..] + else if Utils.ltrim(@currentLine).charAt(0) is '#' + # Don't add line with comments + else if 0 is indent + @moveToPreviousLine() + break + else + throw new ParseException 'Indentation problem.', @getRealCurrentLineNb() + 1, @currentLine + + + return data.join "\n" + + + # Moves the parser to the next line. + # + # @return [Boolean] + # + moveToNextLine: -> + if @currentLineNb >= @lines.length - 1 + return false + + @currentLine = @lines[++@currentLineNb]; + + return true + + + # Moves the parser to the previous line. + # + moveToPreviousLine: -> + @currentLine = @lines[--@currentLineNb] + return + + + # Parses a YAML value. + # + # @param [String] value A YAML value + # @param [Boolean] exceptionOnInvalidType true if an exception must be thrown on invalid types false otherwise + # @param [Function] objectDecoder A function to deserialize custom objects, null otherwise + # + # @return [Object] A JavaScript value + # + # @throw [ParseException] When reference does not exist + # + parseValue: (value, exceptionOnInvalidType, objectDecoder) -> + if 0 is value.indexOf('*') + pos = value.indexOf '#' + if pos isnt -1 + value = value.substr(1, pos-2) + else + value = value[1..] + + if @refs[value] is undefined + throw new ParseException 'Reference "'+value+'" does not exist.', @currentLine + + return @refs[value] + + + if matches = @PATTERN_FOLDED_SCALAR_ALL.exec value + modifiers = matches.modifiers ? '' + + foldedIndent = Math.abs(parseInt(modifiers)) + if isNaN(foldedIndent) then foldedIndent = 0 + val = @parseFoldedScalar matches.separator, @PATTERN_DECIMAL.replace(modifiers, ''), foldedIndent + if matches.type? + # Force correct settings + Inline.configure exceptionOnInvalidType, objectDecoder + return Inline.parseScalar matches.type+' '+val + else + return val + + # Value can be multiline compact sequence or mapping or string + if value.charAt(0) in ['[', '{', '"', "'"] + while true + try + return Inline.parse value, exceptionOnInvalidType, objectDecoder + catch e + if e instanceof ParseMore and @moveToNextLine() + value += "\n" + Utils.trim(@currentLine, ' ') + else + e.parsedLine = @getRealCurrentLineNb() + 1 + e.snippet = @currentLine + throw e + else + if @isNextLineIndented() + value += "\n" + @getNextEmbedBlock() + return Inline.parse value, exceptionOnInvalidType, objectDecoder + + return + + + # Parses a folded scalar. + # + # @param [String] separator The separator that was used to begin this folded scalar (| or >) + # @param [String] indicator The indicator that was used to begin this folded scalar (+ or -) + # @param [Integer] indentation The indentation that was used to begin this folded scalar + # + # @return [String] The text value + # + parseFoldedScalar: (separator, indicator = '', indentation = 0) -> + notEOF = @moveToNextLine() + if not notEOF + return '' + + isCurrentLineBlank = @isCurrentLineBlank() + text = '' + + # Leading blank lines are consumed before determining indentation + while notEOF and isCurrentLineBlank + # newline only if not EOF + if notEOF = @moveToNextLine() + text += "\n" + isCurrentLineBlank = @isCurrentLineBlank() + + + # Determine indentation if not specified + if 0 is indentation + if matches = @PATTERN_INDENT_SPACES.exec @currentLine + indentation = matches[0].length + + + if indentation > 0 + pattern = @PATTERN_FOLDED_SCALAR_BY_INDENTATION[indentation] + unless pattern? + pattern = new Pattern '^ {'+indentation+'}(.*)$' + Parser::PATTERN_FOLDED_SCALAR_BY_INDENTATION[indentation] = pattern + + while notEOF and (isCurrentLineBlank or matches = pattern.exec @currentLine) + if isCurrentLineBlank + text += @currentLine[indentation..] + else + text += matches[1] + + # newline only if not EOF + if notEOF = @moveToNextLine() + text += "\n" + isCurrentLineBlank = @isCurrentLineBlank() + + else if notEOF + text += "\n" + + + if notEOF + @moveToPreviousLine() + + + # Remove line breaks of each lines except the empty and more indented ones + if '>' is separator + newText = '' + for line in text.split "\n" + if line.length is 0 or line.charAt(0) is ' ' + newText = Utils.rtrim(newText, ' ') + line + "\n" + else + newText += line + ' ' + text = newText + + if '+' isnt indicator + # Remove any extra space or new line as we are adding them after + text = Utils.rtrim(text) + + # Deal with trailing newlines as indicated + if '' is indicator + text = @PATTERN_TRAILING_LINES.replace text, "\n" + else if '-' is indicator + text = @PATTERN_TRAILING_LINES.replace text, '' + + return text + + + # Returns true if the next line is indented. + # + # @return [Boolean] Returns true if the next line is indented, false otherwise + # + isNextLineIndented: (ignoreComments = true) -> + currentIndentation = @getCurrentLineIndentation() + EOF = not @moveToNextLine() + + if ignoreComments + while not(EOF) and @isCurrentLineEmpty() + EOF = not @moveToNextLine() + else + while not(EOF) and @isCurrentLineBlank() + EOF = not @moveToNextLine() + + if EOF + return false + + ret = false + if @getCurrentLineIndentation() > currentIndentation + ret = true + + @moveToPreviousLine() + + return ret + + + # Returns true if the current line is blank or if it is a comment line. + # + # @return [Boolean] Returns true if the current line is empty or if it is a comment line, false otherwise + # + isCurrentLineEmpty: -> + trimmedLine = Utils.trim(@currentLine, ' ') + return trimmedLine.length is 0 or trimmedLine.charAt(0) is '#' + + + # Returns true if the current line is blank. + # + # @return [Boolean] Returns true if the current line is blank, false otherwise + # + isCurrentLineBlank: -> + return '' is Utils.trim(@currentLine, ' ') + + + # Returns true if the current line is a comment line. + # + # @return [Boolean] Returns true if the current line is a comment line, false otherwise + # + isCurrentLineComment: -> + # Checking explicitly the first char of the trim is faster than loops or strpos + ltrimmedLine = Utils.ltrim(@currentLine, ' ') + + return ltrimmedLine.charAt(0) is '#' + + + # Cleanups a YAML string to be parsed. + # + # @param [String] value The input YAML string + # + # @return [String] A cleaned up YAML string + # + cleanup: (value) -> + if value.indexOf("\r") isnt -1 + value = value.split("\r\n").join("\n").split("\r").join("\n") + + # Strip YAML header + count = 0 + [value, count] = @PATTERN_YAML_HEADER.replaceAll value, '' + @offset += count + + # Remove leading comments + [trimmedValue, count] = @PATTERN_LEADING_COMMENTS.replaceAll value, '', 1 + if count is 1 + # Items have been removed, update the offset + @offset += Utils.subStrCount(value, "\n") - Utils.subStrCount(trimmedValue, "\n") + value = trimmedValue + + # Remove start of the document marker (---) + [trimmedValue, count] = @PATTERN_DOCUMENT_MARKER_START.replaceAll value, '', 1 + if count is 1 + # Items have been removed, update the offset + @offset += Utils.subStrCount(value, "\n") - Utils.subStrCount(trimmedValue, "\n") + value = trimmedValue + + # Remove end of the document marker (...) + value = @PATTERN_DOCUMENT_MARKER_END.replace value, '' + + # Ensure the block is not indented + lines = value.split("\n") + smallestIndent = -1 + for line in lines + continue if Utils.trim(line, ' ').length == 0 + indent = line.length - Utils.ltrim(line).length + if smallestIndent is -1 or indent < smallestIndent + smallestIndent = indent + if smallestIndent > 0 + for line, i in lines + lines[i] = line[smallestIndent..] + value = lines.join("\n") + + return value + + + # Returns true if the next line starts unindented collection + # + # @return [Boolean] Returns true if the next line starts unindented collection, false otherwise + # + isNextLineUnIndentedCollection: (currentIndentation = null) -> + currentIndentation ?= @getCurrentLineIndentation() + notEOF = @moveToNextLine() + + while notEOF and @isCurrentLineEmpty() + notEOF = @moveToNextLine() + + if false is notEOF + return false + + ret = false + if @getCurrentLineIndentation() is currentIndentation and @isStringUnIndentedCollectionItem(@currentLine) + ret = true + + @moveToPreviousLine() + + return ret + + + # Returns true if the string is un-indented collection item + # + # @return [Boolean] Returns true if the string is un-indented collection item, false otherwise + # + isStringUnIndentedCollectionItem: -> + return @currentLine is '-' or @currentLine[0...2] is '- ' + + +module.exports = Parser diff --git a/node_modules/yamljs/src/Pattern.coffee b/node_modules/yamljs/src/Pattern.coffee new file mode 100644 index 0000000..82f96e7 --- /dev/null +++ b/node_modules/yamljs/src/Pattern.coffee @@ -0,0 +1,144 @@ + +# Pattern is a zero-conflict wrapper extending RegExp features +# in order to make YAML parsing regex more expressive. +# +class Pattern + + # @property [RegExp] The RegExp instance + regex: null + + # @property [String] The raw regex string + rawRegex: null + + # @property [String] The cleaned regex string (used to create the RegExp instance) + cleanedRegex: null + + # @property [Object] The dictionary mapping names to capturing bracket numbers + mapping: null + + # Constructor + # + # @param [String] rawRegex The raw regex string defining the pattern + # + constructor: (rawRegex, modifiers = '') -> + cleanedRegex = '' + len = rawRegex.length + mapping = null + + # Cleanup raw regex and compute mapping + capturingBracketNumber = 0 + i = 0 + while i < len + _char = rawRegex.charAt(i) + if _char is '\\' + # Ignore next character + cleanedRegex += rawRegex[i..i+1] + i++ + else if _char is '(' + # Increase bracket number, only if it is capturing + if i < len - 2 + part = rawRegex[i..i+2] + if part is '(?:' + # Non-capturing bracket + i += 2 + cleanedRegex += part + else if part is '(?<' + # Capturing bracket with possibly a name + capturingBracketNumber++ + i += 2 + name = '' + while i + 1 < len + subChar = rawRegex.charAt(i + 1) + if subChar is '>' + cleanedRegex += '(' + i++ + if name.length > 0 + # Associate a name with a capturing bracket number + mapping ?= {} + mapping[name] = capturingBracketNumber + break + else + name += subChar + + i++ + else + cleanedRegex += _char + capturingBracketNumber++ + else + cleanedRegex += _char + else + cleanedRegex += _char + + i++ + + @rawRegex = rawRegex + @cleanedRegex = cleanedRegex + @regex = new RegExp @cleanedRegex, 'g'+modifiers.replace('g', '') + @mapping = mapping + + + # Executes the pattern's regex and returns the matching values + # + # @param [String] str The string to use to execute the pattern + # + # @return [Array] The matching values extracted from capturing brackets or null if nothing matched + # + exec: (str) -> + @regex.lastIndex = 0 + matches = @regex.exec str + + if not matches? + return null + + if @mapping? + for name, index of @mapping + matches[name] = matches[index] + + return matches + + + # Tests the pattern's regex + # + # @param [String] str The string to use to test the pattern + # + # @return [Boolean] true if the string matched + # + test: (str) -> + @regex.lastIndex = 0 + return @regex.test str + + + # Replaces occurences matching with the pattern's regex with replacement + # + # @param [String] str The source string to perform replacements + # @param [String] replacement The string to use in place of each replaced occurence. + # + # @return [String] The replaced string + # + replace: (str, replacement) -> + @regex.lastIndex = 0 + return str.replace @regex, replacement + + + # Replaces occurences matching with the pattern's regex with replacement and + # get both the replaced string and the number of replaced occurences in the string. + # + # @param [String] str The source string to perform replacements + # @param [String] replacement The string to use in place of each replaced occurence. + # @param [Integer] limit The maximum number of occurences to replace (0 means infinite number of occurences) + # + # @return [Array] A destructurable array containing the replaced string and the number of replaced occurences. For instance: ["my replaced string", 2] + # + replaceAll: (str, replacement, limit = 0) -> + @regex.lastIndex = 0 + count = 0 + while @regex.test(str) and (limit is 0 or count < limit) + @regex.lastIndex = 0 + str = str.replace @regex, replacement + count++ + + return [str, count] + + +module.exports = Pattern + diff --git a/node_modules/yamljs/src/Unescaper.coffee b/node_modules/yamljs/src/Unescaper.coffee new file mode 100644 index 0000000..8e1527a --- /dev/null +++ b/node_modules/yamljs/src/Unescaper.coffee @@ -0,0 +1,96 @@ + +Utils = require './Utils' +Pattern = require './Pattern' + +# Unescaper encapsulates unescaping rules for single and double-quoted YAML strings. +# +class Unescaper + + # Regex fragment that matches an escaped character in + # a double quoted string. + @PATTERN_ESCAPED_CHARACTER: new Pattern '\\\\([0abt\tnvfre "\\/\\\\N_LP]|x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4}|U[0-9a-fA-F]{8})'; + + + # Unescapes a single quoted string. + # + # @param [String] value A single quoted string. + # + # @return [String] The unescaped string. + # + @unescapeSingleQuotedString: (value) -> + return value.replace(/\'\'/g, '\'') + + + # Unescapes a double quoted string. + # + # @param [String] value A double quoted string. + # + # @return [String] The unescaped string. + # + @unescapeDoubleQuotedString: (value) -> + @_unescapeCallback ?= (str) => + return @unescapeCharacter(str) + + # Evaluate the string + return @PATTERN_ESCAPED_CHARACTER.replace value, @_unescapeCallback + + + # Unescapes a character that was found in a double-quoted string + # + # @param [String] value An escaped character + # + # @return [String] The unescaped character + # + @unescapeCharacter: (value) -> + ch = String.fromCharCode + switch value.charAt(1) + when '0' + return ch(0) + when 'a' + return ch(7) + when 'b' + return ch(8) + when 't' + return "\t" + when "\t" + return "\t" + when 'n' + return "\n" + when 'v' + return ch(11) + when 'f' + return ch(12) + when 'r' + return ch(13) + when 'e' + return ch(27) + when ' ' + return ' ' + when '"' + return '"' + when '/' + return '/' + when '\\' + return '\\' + when 'N' + # U+0085 NEXT LINE + return ch(0x0085) + when '_' + # U+00A0 NO-BREAK SPACE + return ch(0x00A0) + when 'L' + # U+2028 LINE SEPARATOR + return ch(0x2028) + when 'P' + # U+2029 PARAGRAPH SEPARATOR + return ch(0x2029) + when 'x' + return Utils.utf8chr(Utils.hexDec(value.substr(2, 2))) + when 'u' + return Utils.utf8chr(Utils.hexDec(value.substr(2, 4))) + when 'U' + return Utils.utf8chr(Utils.hexDec(value.substr(2, 8))) + else + return '' + +module.exports = Unescaper diff --git a/node_modules/yamljs/src/Utils.coffee b/node_modules/yamljs/src/Utils.coffee new file mode 100644 index 0000000..aade0de --- /dev/null +++ b/node_modules/yamljs/src/Utils.coffee @@ -0,0 +1,349 @@ + +Pattern = require './Pattern' + +# A bunch of utility methods +# +class Utils + + @REGEX_LEFT_TRIM_BY_CHAR: {} + @REGEX_RIGHT_TRIM_BY_CHAR: {} + @REGEX_SPACES: /\s+/g + @REGEX_DIGITS: /^\d+$/ + @REGEX_OCTAL: /[^0-7]/gi + @REGEX_HEXADECIMAL: /[^a-f0-9]/gi + + # Precompiled date pattern + @PATTERN_DATE: new Pattern '^'+ + '(?[0-9][0-9][0-9][0-9])'+ + '-(?[0-9][0-9]?)'+ + '-(?[0-9][0-9]?)'+ + '(?:(?:[Tt]|[ \t]+)'+ + '(?[0-9][0-9]?)'+ + ':(?[0-9][0-9])'+ + ':(?[0-9][0-9])'+ + '(?:\.(?[0-9]*))?'+ + '(?:[ \t]*(?Z|(?[-+])(?[0-9][0-9]?)'+ + '(?::(?[0-9][0-9]))?))?)?'+ + '$', 'i' + + # Local timezone offset in ms + @LOCAL_TIMEZONE_OFFSET: new Date().getTimezoneOffset() * 60 * 1000 + + # Trims the given string on both sides + # + # @param [String] str The string to trim + # @param [String] _char The character to use for trimming (default: '\\s') + # + # @return [String] A trimmed string + # + @trim: (str, _char = '\\s') -> + regexLeft = @REGEX_LEFT_TRIM_BY_CHAR[_char] + unless regexLeft? + @REGEX_LEFT_TRIM_BY_CHAR[_char] = regexLeft = new RegExp '^'+_char+''+_char+'*' + regexLeft.lastIndex = 0 + regexRight = @REGEX_RIGHT_TRIM_BY_CHAR[_char] + unless regexRight? + @REGEX_RIGHT_TRIM_BY_CHAR[_char] = regexRight = new RegExp _char+''+_char+'*$' + regexRight.lastIndex = 0 + return str.replace(regexLeft, '').replace(regexRight, '') + + + # Trims the given string on the left side + # + # @param [String] str The string to trim + # @param [String] _char The character to use for trimming (default: '\\s') + # + # @return [String] A trimmed string + # + @ltrim: (str, _char = '\\s') -> + regexLeft = @REGEX_LEFT_TRIM_BY_CHAR[_char] + unless regexLeft? + @REGEX_LEFT_TRIM_BY_CHAR[_char] = regexLeft = new RegExp '^'+_char+''+_char+'*' + regexLeft.lastIndex = 0 + return str.replace(regexLeft, '') + + + # Trims the given string on the right side + # + # @param [String] str The string to trim + # @param [String] _char The character to use for trimming (default: '\\s') + # + # @return [String] A trimmed string + # + @rtrim: (str, _char = '\\s') -> + regexRight = @REGEX_RIGHT_TRIM_BY_CHAR[_char] + unless regexRight? + @REGEX_RIGHT_TRIM_BY_CHAR[_char] = regexRight = new RegExp _char+''+_char+'*$' + regexRight.lastIndex = 0 + return str.replace(regexRight, '') + + + # Checks if the given value is empty (null, undefined, empty string, string '0', empty Array, empty Object) + # + # @param [Object] value The value to check + # + # @return [Boolean] true if the value is empty + # + @isEmpty: (value) -> + return not(value) or value is '' or value is '0' or (value instanceof Array and value.length is 0) or @isEmptyObject(value) + + # Checks if the given value is an empty object + # + # @param [Object] value The value to check + # + # @return [Boolean] true if the value is empty and is an object + # + @isEmptyObject: (value) -> + return value instanceof Object and (k for own k of value).length is 0 + + # Counts the number of occurences of subString inside string + # + # @param [String] string The string where to count occurences + # @param [String] subString The subString to count + # @param [Integer] start The start index + # @param [Integer] length The string length until where to count + # + # @return [Integer] The number of occurences + # + @subStrCount: (string, subString, start, length) -> + c = 0 + + string = '' + string + subString = '' + subString + + if start? + string = string[start..] + if length? + string = string[0...length] + + len = string.length + sublen = subString.length + for i in [0...len] + if subString is string[i...sublen] + c++ + i += sublen - 1 + + return c + + + # Returns true if input is only composed of digits + # + # @param [Object] input The value to test + # + # @return [Boolean] true if input is only composed of digits + # + @isDigits: (input) -> + @REGEX_DIGITS.lastIndex = 0 + return @REGEX_DIGITS.test input + + + # Decode octal value + # + # @param [String] input The value to decode + # + # @return [Integer] The decoded value + # + @octDec: (input) -> + @REGEX_OCTAL.lastIndex = 0 + return parseInt((input+'').replace(@REGEX_OCTAL, ''), 8) + + + # Decode hexadecimal value + # + # @param [String] input The value to decode + # + # @return [Integer] The decoded value + # + @hexDec: (input) -> + @REGEX_HEXADECIMAL.lastIndex = 0 + input = @trim(input) + if (input+'')[0...2] is '0x' then input = (input+'')[2..] + return parseInt((input+'').replace(@REGEX_HEXADECIMAL, ''), 16) + + + # Get the UTF-8 character for the given code point. + # + # @param [Integer] c The unicode code point + # + # @return [String] The corresponding UTF-8 character + # + @utf8chr: (c) -> + ch = String.fromCharCode + if 0x80 > (c %= 0x200000) + return ch(c) + if 0x800 > c + return ch(0xC0 | c>>6) + ch(0x80 | c & 0x3F) + if 0x10000 > c + return ch(0xE0 | c>>12) + ch(0x80 | c>>6 & 0x3F) + ch(0x80 | c & 0x3F) + + return ch(0xF0 | c>>18) + ch(0x80 | c>>12 & 0x3F) + ch(0x80 | c>>6 & 0x3F) + ch(0x80 | c & 0x3F) + + + # Returns the boolean value equivalent to the given input + # + # @param [String|Object] input The input value + # @param [Boolean] strict If set to false, accept 'yes' and 'no' as boolean values + # + # @return [Boolean] the boolean value + # + @parseBoolean: (input, strict = true) -> + if typeof(input) is 'string' + lowerInput = input.toLowerCase() + if not strict + if lowerInput is 'no' then return false + if lowerInput is '0' then return false + if lowerInput is 'false' then return false + if lowerInput is '' then return false + return true + return !!input + + + + # Returns true if input is numeric + # + # @param [Object] input The value to test + # + # @return [Boolean] true if input is numeric + # + @isNumeric: (input) -> + @REGEX_SPACES.lastIndex = 0 + return typeof(input) is 'number' or typeof(input) is 'string' and !isNaN(input) and input.replace(@REGEX_SPACES, '') isnt '' + + + # Returns a parsed date from the given string + # + # @param [String] str The date string to parse + # + # @return [Date] The parsed date or null if parsing failed + # + @stringToDate: (str) -> + unless str?.length + return null + + # Perform regular expression pattern + info = @PATTERN_DATE.exec str + unless info + return null + + # Extract year, month, day + year = parseInt info.year, 10 + month = parseInt(info.month, 10) - 1 # In javascript, january is 0, february 1, etc... + day = parseInt info.day, 10 + + # If no hour is given, return a date with day precision + unless info.hour? + date = new Date Date.UTC(year, month, day) + return date + + # Extract hour, minute, second + hour = parseInt info.hour, 10 + minute = parseInt info.minute, 10 + second = parseInt info.second, 10 + + # Extract fraction, if given + if info.fraction? + fraction = info.fraction[0...3] + while fraction.length < 3 + fraction += '0' + fraction = parseInt fraction, 10 + else + fraction = 0 + + # Compute timezone offset if given + if info.tz? + tz_hour = parseInt info.tz_hour, 10 + if info.tz_minute? + tz_minute = parseInt info.tz_minute, 10 + else + tz_minute = 0 + + # Compute timezone delta in ms + tz_offset = (tz_hour * 60 + tz_minute) * 60000 + if '-' is info.tz_sign + tz_offset *= -1 + + # Compute date + date = new Date Date.UTC(year, month, day, hour, minute, second, fraction) + if tz_offset + date.setTime date.getTime() - tz_offset + + return date + + + # Repeats the given string a number of times + # + # @param [String] str The string to repeat + # @param [Integer] number The number of times to repeat the string + # + # @return [String] The repeated string + # + @strRepeat: (str, number) -> + res = '' + i = 0 + while i < number + res += str + i++ + return res + + + # Reads the data from the given file path and returns the result as string + # + # @param [String] path The path to the file + # @param [Function] callback A callback to read file asynchronously (optional) + # + # @return [String] The resulting data as string + # + @getStringFromFile: (path, callback = null) -> + xhr = null + if window? + if window.XMLHttpRequest + xhr = new XMLHttpRequest() + else if window.ActiveXObject + for name in ["Msxml2.XMLHTTP.6.0", "Msxml2.XMLHTTP.3.0", "Msxml2.XMLHTTP", "Microsoft.XMLHTTP"] + try + xhr = new ActiveXObject(name) + + if xhr? + # Browser + if callback? + # Async + xhr.onreadystatechange = -> + if xhr.readyState is 4 + if xhr.status is 200 or xhr.status is 0 + callback(xhr.responseText) + else + callback(null) + xhr.open 'GET', path, true + xhr.send null + + else + # Sync + xhr.open 'GET', path, false + xhr.send null + + if xhr.status is 200 or xhr.status == 0 + return xhr.responseText + + return null + else + # Node.js-like + req = require + fs = req('fs') # Prevent browserify from trying to load 'fs' module + if callback? + # Async + fs.readFile path, (err, data) -> + if err + callback null + else + callback String(data) + + else + # Sync + data = fs.readFileSync path + if data? + return String(data) + return null + + + +module.exports = Utils diff --git a/node_modules/yamljs/src/Yaml.coffee b/node_modules/yamljs/src/Yaml.coffee new file mode 100644 index 0000000..c3ae8ae --- /dev/null +++ b/node_modules/yamljs/src/Yaml.coffee @@ -0,0 +1,118 @@ + +Parser = require './Parser' +Dumper = require './Dumper' +Utils = require './Utils' + +# Yaml offers convenience methods to load and dump YAML. +# +class Yaml + + # Parses YAML into a JavaScript object. + # + # The parse method, when supplied with a YAML string, + # will do its best to convert YAML in a file into a JavaScript object. + # + # Usage: + # myObject = Yaml.parse('some: yaml'); + # console.log(myObject); + # + # @param [String] input A string containing YAML + # @param [Boolean] exceptionOnInvalidType true if an exception must be thrown on invalid types, false otherwise + # @param [Function] objectDecoder A function to deserialize custom objects, null otherwise + # + # @return [Object] The YAML converted to a JavaScript object + # + # @throw [ParseException] If the YAML is not valid + # + @parse: (input, exceptionOnInvalidType = false, objectDecoder = null) -> + return new Parser().parse(input, exceptionOnInvalidType, objectDecoder) + + + # Parses YAML from file path into a JavaScript object. + # + # The parseFile method, when supplied with a YAML file, + # will do its best to convert YAML in a file into a JavaScript object. + # + # Usage: + # myObject = Yaml.parseFile('config.yml'); + # console.log(myObject); + # + # @param [String] path A file path pointing to a valid YAML file + # @param [Boolean] exceptionOnInvalidType true if an exception must be thrown on invalid types, false otherwise + # @param [Function] objectDecoder A function to deserialize custom objects, null otherwise + # + # @return [Object] The YAML converted to a JavaScript object or null if the file doesn't exist. + # + # @throw [ParseException] If the YAML is not valid + # + @parseFile: (path, callback = null, exceptionOnInvalidType = false, objectDecoder = null) -> + if callback? + # Async + Utils.getStringFromFile path, (input) => + result = null + if input? + result = @parse input, exceptionOnInvalidType, objectDecoder + callback result + return + else + # Sync + input = Utils.getStringFromFile path + if input? + return @parse input, exceptionOnInvalidType, objectDecoder + return null + + + # Dumps a JavaScript object to a YAML string. + # + # The dump method, when supplied with an object, will do its best + # to convert the object into friendly YAML. + # + # @param [Object] input JavaScript object + # @param [Integer] inline The level where you switch to inline YAML + # @param [Integer] indent The amount of spaces to use for indentation of nested nodes. + # @param [Boolean] exceptionOnInvalidType true if an exception must be thrown on invalid types (a JavaScript resource or object), false otherwise + # @param [Function] objectEncoder A function to serialize custom objects, null otherwise + # + # @return [String] A YAML string representing the original JavaScript object + # + @dump: (input, inline = 2, indent = 4, exceptionOnInvalidType = false, objectEncoder = null) -> + yaml = new Dumper() + yaml.indentation = indent + + return yaml.dump(input, inline, 0, exceptionOnInvalidType, objectEncoder) + + + # Registers .yml extension to work with node's require() function. + # + @register: -> + require_handler = (module, filename) -> + # Fill in result + module.exports = YAML.parseFile filename + + # Register require extensions only if we're on node.js + # hack for browserify + if require?.extensions? + require.extensions['.yml'] = require_handler + require.extensions['.yaml'] = require_handler + + + # Alias of dump() method for compatibility reasons. + # + @stringify: (input, inline, indent, exceptionOnInvalidType, objectEncoder) -> + return @dump input, inline, indent, exceptionOnInvalidType, objectEncoder + + + # Alias of parseFile() method for compatibility reasons. + # + @load: (path, callback, exceptionOnInvalidType, objectDecoder) -> + return @parseFile path, callback, exceptionOnInvalidType, objectDecoder + + +# Expose YAML namespace to browser +window?.YAML = Yaml + +# Not in the browser? +unless window? + @YAML = Yaml + +module.exports = Yaml diff --git a/node_modules/yamljs/test/SpecRunner.html b/node_modules/yamljs/test/SpecRunner.html new file mode 100755 index 0000000..840545d --- /dev/null +++ b/node_modules/yamljs/test/SpecRunner.html @@ -0,0 +1,24 @@ + + + + + Jasmine Spec Runner v2.0.0 + + + + + + + + + + + + + + + + + + + diff --git a/node_modules/yamljs/test/lib/jasmine-2.0.0/MIT.LICENSE b/node_modules/yamljs/test/lib/jasmine-2.0.0/MIT.LICENSE new file mode 100755 index 0000000..7c435ba --- /dev/null +++ b/node_modules/yamljs/test/lib/jasmine-2.0.0/MIT.LICENSE @@ -0,0 +1,20 @@ +Copyright (c) 2008-2011 Pivotal Labs + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/node_modules/yamljs/test/lib/jasmine-2.0.0/boot.js b/node_modules/yamljs/test/lib/jasmine-2.0.0/boot.js new file mode 100755 index 0000000..ec8baa0 --- /dev/null +++ b/node_modules/yamljs/test/lib/jasmine-2.0.0/boot.js @@ -0,0 +1,181 @@ +/** + Starting with version 2.0, this file "boots" Jasmine, performing all of the necessary initialization before executing the loaded environment and all of a project's specs. This file should be loaded after `jasmine.js`, but before any project source files or spec files are loaded. Thus this file can also be used to customize Jasmine for a project. + + If a project is using Jasmine via the standalone distribution, this file can be customized directly. If a project is using Jasmine via the [Ruby gem][jasmine-gem], this file can be copied into the support directory via `jasmine copy_boot_js`. Other environments (e.g., Python) will have different mechanisms. + + The location of `boot.js` can be specified and/or overridden in `jasmine.yml`. + + [jasmine-gem]: http://github.com/pivotal/jasmine-gem + */ + +(function() { + + /** + * ## Require & Instantiate + * + * Require Jasmine's core files. Specifically, this requires and attaches all of Jasmine's code to the `jasmine` reference. + */ + window.jasmine = jasmineRequire.core(jasmineRequire); + + /** + * Since this is being run in a browser and the results should populate to an HTML page, require the HTML-specific Jasmine code, injecting the same reference. + */ + jasmineRequire.html(jasmine); + + /** + * Create the Jasmine environment. This is used to run all specs in a project. + */ + var env = jasmine.getEnv(); + + /** + * ## The Global Interface + * + * Build up the functions that will be exposed as the Jasmine public interface. A project can customize, rename or alias any of these functions as desired, provided the implementation remains unchanged. + */ + var jasmineInterface = { + describe: function(description, specDefinitions) { + return env.describe(description, specDefinitions); + }, + + xdescribe: function(description, specDefinitions) { + return env.xdescribe(description, specDefinitions); + }, + + it: function(desc, func) { + return env.it(desc, func); + }, + + xit: function(desc, func) { + return env.xit(desc, func); + }, + + beforeEach: function(beforeEachFunction) { + return env.beforeEach(beforeEachFunction); + }, + + afterEach: function(afterEachFunction) { + return env.afterEach(afterEachFunction); + }, + + expect: function(actual) { + return env.expect(actual); + }, + + pending: function() { + return env.pending(); + }, + + spyOn: function(obj, methodName) { + return env.spyOn(obj, methodName); + }, + + jsApiReporter: new jasmine.JsApiReporter({ + timer: new jasmine.Timer() + }) + }; + + /** + * Add all of the Jasmine global/public interface to the proper global, so a project can use the public interface directly. For example, calling `describe` in specs instead of `jasmine.getEnv().describe`. + */ + if (typeof window == "undefined" && typeof exports == "object") { + extend(exports, jasmineInterface); + } else { + extend(window, jasmineInterface); + } + + /** + * Expose the interface for adding custom equality testers. + */ + jasmine.addCustomEqualityTester = function(tester) { + env.addCustomEqualityTester(tester); + }; + + /** + * Expose the interface for adding custom expectation matchers + */ + jasmine.addMatchers = function(matchers) { + return env.addMatchers(matchers); + }; + + /** + * Expose the mock interface for the JavaScript timeout functions + */ + jasmine.clock = function() { + return env.clock; + }; + + /** + * ## Runner Parameters + * + * More browser specific code - wrap the query string in an object and to allow for getting/setting parameters from the runner user interface. + */ + + var queryString = new jasmine.QueryString({ + getWindowLocation: function() { return window.location; } + }); + + var catchingExceptions = queryString.getParam("catch"); + env.catchExceptions(typeof catchingExceptions === "undefined" ? true : catchingExceptions); + + /** + * ## Reporters + * The `HtmlReporter` builds all of the HTML UI for the runner page. This reporter paints the dots, stars, and x's for specs, as well as all spec names and all failures (if any). + */ + var htmlReporter = new jasmine.HtmlReporter({ + env: env, + onRaiseExceptionsClick: function() { queryString.setParam("catch", !env.catchingExceptions()); }, + getContainer: function() { return document.body; }, + createElement: function() { return document.createElement.apply(document, arguments); }, + createTextNode: function() { return document.createTextNode.apply(document, arguments); }, + timer: new jasmine.Timer() + }); + + /** + * The `jsApiReporter` also receives spec results, and is used by any environment that needs to extract the results from JavaScript. + */ + env.addReporter(jasmineInterface.jsApiReporter); + env.addReporter(htmlReporter); + + /** + * Filter which specs will be run by matching the start of the full name against the `spec` query param. + */ + var specFilter = new jasmine.HtmlSpecFilter({ + filterString: function() { return queryString.getParam("spec"); } + }); + + env.specFilter = function(spec) { + return specFilter.matches(spec.getFullName()); + }; + + /** + * Setting up timing functions to be able to be overridden. Certain browsers (Safari, IE 8, phantomjs) require this hack. + */ + window.setTimeout = window.setTimeout; + window.setInterval = window.setInterval; + window.clearTimeout = window.clearTimeout; + window.clearInterval = window.clearInterval; + + /** + * ## Execution + * + * Replace the browser window's `onload`, ensure it's called, and then run all of the loaded specs. This includes initializing the `HtmlReporter` instance and then executing the loaded Jasmine environment. All of this will happen after all of the specs are loaded. + */ + var currentWindowOnload = window.onload; + + window.onload = function() { + if (currentWindowOnload) { + currentWindowOnload(); + } + htmlReporter.initialize(); + env.execute(); + }; + + /** + * Helper function for readability above. + */ + function extend(destination, source) { + for (var property in source) destination[property] = source[property]; + return destination; + } + +}()); diff --git a/node_modules/yamljs/test/lib/jasmine-2.0.0/console.js b/node_modules/yamljs/test/lib/jasmine-2.0.0/console.js new file mode 100755 index 0000000..33c1698 --- /dev/null +++ b/node_modules/yamljs/test/lib/jasmine-2.0.0/console.js @@ -0,0 +1,160 @@ +/* +Copyright (c) 2008-2013 Pivotal Labs + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +*/ +function getJasmineRequireObj() { + if (typeof module !== "undefined" && module.exports) { + return exports; + } else { + window.jasmineRequire = window.jasmineRequire || {}; + return window.jasmineRequire; + } +} + +getJasmineRequireObj().console = function(jRequire, j$) { + j$.ConsoleReporter = jRequire.ConsoleReporter(); +}; + +getJasmineRequireObj().ConsoleReporter = function() { + + var noopTimer = { + start: function(){}, + elapsed: function(){ return 0; } + }; + + function ConsoleReporter(options) { + var print = options.print, + showColors = options.showColors || false, + onComplete = options.onComplete || function() {}, + timer = options.timer || noopTimer, + specCount, + failureCount, + failedSpecs = [], + pendingCount, + ansi = { + green: '\x1B[32m', + red: '\x1B[31m', + yellow: '\x1B[33m', + none: '\x1B[0m' + }; + + this.jasmineStarted = function() { + specCount = 0; + failureCount = 0; + pendingCount = 0; + print("Started"); + printNewline(); + timer.start(); + }; + + this.jasmineDone = function() { + printNewline(); + for (var i = 0; i < failedSpecs.length; i++) { + specFailureDetails(failedSpecs[i]); + } + + printNewline(); + var specCounts = specCount + " " + plural("spec", specCount) + ", " + + failureCount + " " + plural("failure", failureCount); + + if (pendingCount) { + specCounts += ", " + pendingCount + " pending " + plural("spec", pendingCount); + } + + print(specCounts); + + printNewline(); + var seconds = timer.elapsed() / 1000; + print("Finished in " + seconds + " " + plural("second", seconds)); + + printNewline(); + + onComplete(failureCount === 0); + }; + + this.specDone = function(result) { + specCount++; + + if (result.status == "pending") { + pendingCount++; + print(colored("yellow", "*")); + return; + } + + if (result.status == "passed") { + print(colored("green", '.')); + return; + } + + if (result.status == "failed") { + failureCount++; + failedSpecs.push(result); + print(colored("red", 'F')); + } + }; + + return this; + + function printNewline() { + print("\n"); + } + + function colored(color, str) { + return showColors ? (ansi[color] + str + ansi.none) : str; + } + + function plural(str, count) { + return count == 1 ? str : str + "s"; + } + + function repeat(thing, times) { + var arr = []; + for (var i = 0; i < times; i++) { + arr.push(thing); + } + return arr; + } + + function indent(str, spaces) { + var lines = (str || '').split("\n"); + var newArr = []; + for (var i = 0; i < lines.length; i++) { + newArr.push(repeat(" ", spaces).join("") + lines[i]); + } + return newArr.join("\n"); + } + + function specFailureDetails(result) { + printNewline(); + print(result.fullName); + + for (var i = 0; i < result.failedExpectations.length; i++) { + var failedExpectation = result.failedExpectations[i]; + printNewline(); + print(indent(failedExpectation.stack, 2)); + } + + printNewline(); + } + } + + return ConsoleReporter; +}; diff --git a/node_modules/yamljs/test/lib/jasmine-2.0.0/jasmine-html.js b/node_modules/yamljs/test/lib/jasmine-2.0.0/jasmine-html.js new file mode 100755 index 0000000..985d0d1 --- /dev/null +++ b/node_modules/yamljs/test/lib/jasmine-2.0.0/jasmine-html.js @@ -0,0 +1,359 @@ +/* +Copyright (c) 2008-2013 Pivotal Labs + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +*/ +jasmineRequire.html = function(j$) { + j$.ResultsNode = jasmineRequire.ResultsNode(); + j$.HtmlReporter = jasmineRequire.HtmlReporter(j$); + j$.QueryString = jasmineRequire.QueryString(); + j$.HtmlSpecFilter = jasmineRequire.HtmlSpecFilter(); +}; + +jasmineRequire.HtmlReporter = function(j$) { + + var noopTimer = { + start: function() {}, + elapsed: function() { return 0; } + }; + + function HtmlReporter(options) { + var env = options.env || {}, + getContainer = options.getContainer, + createElement = options.createElement, + createTextNode = options.createTextNode, + onRaiseExceptionsClick = options.onRaiseExceptionsClick || function() {}, + timer = options.timer || noopTimer, + results = [], + specsExecuted = 0, + failureCount = 0, + pendingSpecCount = 0, + htmlReporterMain, + symbols; + + this.initialize = function() { + htmlReporterMain = createDom("div", {className: "html-reporter"}, + createDom("div", {className: "banner"}, + createDom("span", {className: "title"}, "Jasmine"), + createDom("span", {className: "version"}, j$.version) + ), + createDom("ul", {className: "symbol-summary"}), + createDom("div", {className: "alert"}), + createDom("div", {className: "results"}, + createDom("div", {className: "failures"}) + ) + ); + getContainer().appendChild(htmlReporterMain); + + symbols = find(".symbol-summary"); + }; + + var totalSpecsDefined; + this.jasmineStarted = function(options) { + totalSpecsDefined = options.totalSpecsDefined || 0; + timer.start(); + }; + + var summary = createDom("div", {className: "summary"}); + + var topResults = new j$.ResultsNode({}, "", null), + currentParent = topResults; + + this.suiteStarted = function(result) { + currentParent.addChild(result, "suite"); + currentParent = currentParent.last(); + }; + + this.suiteDone = function(result) { + if (currentParent == topResults) { + return; + } + + currentParent = currentParent.parent; + }; + + this.specStarted = function(result) { + currentParent.addChild(result, "spec"); + }; + + var failures = []; + this.specDone = function(result) { + if (result.status != "disabled") { + specsExecuted++; + } + + symbols.appendChild(createDom("li", { + className: result.status, + id: "spec_" + result.id, + title: result.fullName + } + )); + + if (result.status == "failed") { + failureCount++; + + var failure = + createDom("div", {className: "spec-detail failed"}, + createDom("div", {className: "description"}, + createDom("a", {title: result.fullName, href: specHref(result)}, result.fullName) + ), + createDom("div", {className: "messages"}) + ); + var messages = failure.childNodes[1]; + + for (var i = 0; i < result.failedExpectations.length; i++) { + var expectation = result.failedExpectations[i]; + messages.appendChild(createDom("div", {className: "result-message"}, expectation.message)); + messages.appendChild(createDom("div", {className: "stack-trace"}, expectation.stack)); + } + + failures.push(failure); + } + + if (result.status == "pending") { + pendingSpecCount++; + } + }; + + this.jasmineDone = function() { + var banner = find(".banner"); + banner.appendChild(createDom("span", {className: "duration"}, "finished in " + timer.elapsed() / 1000 + "s")); + + var alert = find(".alert"); + + alert.appendChild(createDom("span", { className: "exceptions" }, + createDom("label", { className: "label", 'for': "raise-exceptions" }, "raise exceptions"), + createDom("input", { + className: "raise", + id: "raise-exceptions", + type: "checkbox" + }) + )); + var checkbox = find("input"); + + checkbox.checked = !env.catchingExceptions(); + checkbox.onclick = onRaiseExceptionsClick; + + if (specsExecuted < totalSpecsDefined) { + var skippedMessage = "Ran " + specsExecuted + " of " + totalSpecsDefined + " specs - run all"; + alert.appendChild( + createDom("span", {className: "bar skipped"}, + createDom("a", {href: "?", title: "Run all specs"}, skippedMessage) + ) + ); + } + var statusBarMessage = "" + pluralize("spec", specsExecuted) + ", " + pluralize("failure", failureCount); + if (pendingSpecCount) { statusBarMessage += ", " + pluralize("pending spec", pendingSpecCount); } + + var statusBarClassName = "bar " + ((failureCount > 0) ? "failed" : "passed"); + alert.appendChild(createDom("span", {className: statusBarClassName}, statusBarMessage)); + + var results = find(".results"); + results.appendChild(summary); + + summaryList(topResults, summary); + + function summaryList(resultsTree, domParent) { + var specListNode; + for (var i = 0; i < resultsTree.children.length; i++) { + var resultNode = resultsTree.children[i]; + if (resultNode.type == "suite") { + var suiteListNode = createDom("ul", {className: "suite", id: "suite-" + resultNode.result.id}, + createDom("li", {className: "suite-detail"}, + createDom("a", {href: specHref(resultNode.result)}, resultNode.result.description) + ) + ); + + summaryList(resultNode, suiteListNode); + domParent.appendChild(suiteListNode); + } + if (resultNode.type == "spec") { + if (domParent.getAttribute("class") != "specs") { + specListNode = createDom("ul", {className: "specs"}); + domParent.appendChild(specListNode); + } + specListNode.appendChild( + createDom("li", { + className: resultNode.result.status, + id: "spec-" + resultNode.result.id + }, + createDom("a", {href: specHref(resultNode.result)}, resultNode.result.description) + ) + ); + } + } + } + + if (failures.length) { + alert.appendChild( + createDom('span', {className: "menu bar spec-list"}, + createDom("span", {}, "Spec List | "), + createDom('a', {className: "failures-menu", href: "#"}, "Failures"))); + alert.appendChild( + createDom('span', {className: "menu bar failure-list"}, + createDom('a', {className: "spec-list-menu", href: "#"}, "Spec List"), + createDom("span", {}, " | Failures "))); + + find(".failures-menu").onclick = function() { + setMenuModeTo('failure-list'); + }; + find(".spec-list-menu").onclick = function() { + setMenuModeTo('spec-list'); + }; + + setMenuModeTo('failure-list'); + + var failureNode = find(".failures"); + for (var i = 0; i < failures.length; i++) { + failureNode.appendChild(failures[i]); + } + } + }; + + return this; + + function find(selector) { + return getContainer().querySelector(selector); + } + + function createDom(type, attrs, childrenVarArgs) { + var el = createElement(type); + + for (var i = 2; i < arguments.length; i++) { + var child = arguments[i]; + + if (typeof child === 'string') { + el.appendChild(createTextNode(child)); + } else { + if (child) { + el.appendChild(child); + } + } + } + + for (var attr in attrs) { + if (attr == "className") { + el[attr] = attrs[attr]; + } else { + el.setAttribute(attr, attrs[attr]); + } + } + + return el; + } + + function pluralize(singular, count) { + var word = (count == 1 ? singular : singular + "s"); + + return "" + count + " " + word; + } + + function specHref(result) { + return "?spec=" + encodeURIComponent(result.fullName); + } + + function setMenuModeTo(mode) { + htmlReporterMain.setAttribute("class", "html-reporter " + mode); + } + } + + return HtmlReporter; +}; + +jasmineRequire.HtmlSpecFilter = function() { + function HtmlSpecFilter(options) { + var filterString = options && options.filterString() && options.filterString().replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&"); + var filterPattern = new RegExp(filterString); + + this.matches = function(specName) { + return filterPattern.test(specName); + }; + } + + return HtmlSpecFilter; +}; + +jasmineRequire.ResultsNode = function() { + function ResultsNode(result, type, parent) { + this.result = result; + this.type = type; + this.parent = parent; + + this.children = []; + + this.addChild = function(result, type) { + this.children.push(new ResultsNode(result, type, this)); + }; + + this.last = function() { + return this.children[this.children.length - 1]; + }; + } + + return ResultsNode; +}; + +jasmineRequire.QueryString = function() { + function QueryString(options) { + + this.setParam = function(key, value) { + var paramMap = queryStringToParamMap(); + paramMap[key] = value; + options.getWindowLocation().search = toQueryString(paramMap); + }; + + this.getParam = function(key) { + return queryStringToParamMap()[key]; + }; + + return this; + + function toQueryString(paramMap) { + var qStrPairs = []; + for (var prop in paramMap) { + qStrPairs.push(encodeURIComponent(prop) + "=" + encodeURIComponent(paramMap[prop])); + } + return "?" + qStrPairs.join('&'); + } + + function queryStringToParamMap() { + var paramStr = options.getWindowLocation().search.substring(1), + params = [], + paramMap = {}; + + if (paramStr.length > 0) { + params = paramStr.split('&'); + for (var i = 0; i < params.length; i++) { + var p = params[i].split('='); + var value = decodeURIComponent(p[1]); + if (value === "true" || value === "false") { + value = JSON.parse(value); + } + paramMap[decodeURIComponent(p[0])] = value; + } + } + + return paramMap; + } + + } + + return QueryString; +}; diff --git a/node_modules/yamljs/test/lib/jasmine-2.0.0/jasmine.css b/node_modules/yamljs/test/lib/jasmine-2.0.0/jasmine.css new file mode 100755 index 0000000..f4d35b6 --- /dev/null +++ b/node_modules/yamljs/test/lib/jasmine-2.0.0/jasmine.css @@ -0,0 +1,55 @@ +body { background-color: #eeeeee; padding: 0; margin: 5px; overflow-y: scroll; } + +.html-reporter { font-size: 11px; font-family: Monaco, "Lucida Console", monospace; line-height: 14px; color: #333333; } +.html-reporter a { text-decoration: none; } +.html-reporter a:hover { text-decoration: underline; } +.html-reporter p, .html-reporter h1, .html-reporter h2, .html-reporter h3, .html-reporter h4, .html-reporter h5, .html-reporter h6 { margin: 0; line-height: 14px; } +.html-reporter .banner, .html-reporter .symbol-summary, .html-reporter .summary, .html-reporter .result-message, .html-reporter .spec .description, .html-reporter .spec-detail .description, .html-reporter .alert .bar, .html-reporter .stack-trace { padding-left: 9px; padding-right: 9px; } +.html-reporter .banner .version { margin-left: 14px; } +.html-reporter #jasmine_content { position: fixed; right: 100%; } +.html-reporter .version { color: #aaaaaa; } +.html-reporter .banner { margin-top: 14px; } +.html-reporter .duration { color: #aaaaaa; float: right; } +.html-reporter .symbol-summary { overflow: hidden; *zoom: 1; margin: 14px 0; } +.html-reporter .symbol-summary li { display: inline-block; height: 8px; width: 14px; font-size: 16px; } +.html-reporter .symbol-summary li.passed { font-size: 14px; } +.html-reporter .symbol-summary li.passed:before { color: #5e7d00; content: "\02022"; } +.html-reporter .symbol-summary li.failed { line-height: 9px; } +.html-reporter .symbol-summary li.failed:before { color: #b03911; content: "x"; font-weight: bold; margin-left: -1px; } +.html-reporter .symbol-summary li.disabled { font-size: 14px; } +.html-reporter .symbol-summary li.disabled:before { color: #bababa; content: "\02022"; } +.html-reporter .symbol-summary li.pending { line-height: 17px; } +.html-reporter .symbol-summary li.pending:before { color: #ba9d37; content: "*"; } +.html-reporter .exceptions { color: #fff; float: right; margin-top: 5px; margin-right: 5px; } +.html-reporter .bar { line-height: 28px; font-size: 14px; display: block; color: #eee; } +.html-reporter .bar.failed { background-color: #b03911; } +.html-reporter .bar.passed { background-color: #a6b779; } +.html-reporter .bar.skipped { background-color: #bababa; } +.html-reporter .bar.menu { background-color: #fff; color: #aaaaaa; } +.html-reporter .bar.menu a { color: #333333; } +.html-reporter .bar a { color: white; } +.html-reporter.spec-list .bar.menu.failure-list, .html-reporter.spec-list .results .failures { display: none; } +.html-reporter.failure-list .bar.menu.spec-list, .html-reporter.failure-list .summary { display: none; } +.html-reporter .running-alert { background-color: #666666; } +.html-reporter .results { margin-top: 14px; } +.html-reporter.showDetails .summaryMenuItem { font-weight: normal; text-decoration: inherit; } +.html-reporter.showDetails .summaryMenuItem:hover { text-decoration: underline; } +.html-reporter.showDetails .detailsMenuItem { font-weight: bold; text-decoration: underline; } +.html-reporter.showDetails .summary { display: none; } +.html-reporter.showDetails #details { display: block; } +.html-reporter .summaryMenuItem { font-weight: bold; text-decoration: underline; } +.html-reporter .summary { margin-top: 14px; } +.html-reporter .summary ul { list-style-type: none; margin-left: 14px; padding-top: 0; padding-left: 0; } +.html-reporter .summary ul.suite { margin-top: 7px; margin-bottom: 7px; } +.html-reporter .summary li.passed a { color: #5e7d00; } +.html-reporter .summary li.failed a { color: #b03911; } +.html-reporter .summary li.pending a { color: #ba9d37; } +.html-reporter .description + .suite { margin-top: 0; } +.html-reporter .suite { margin-top: 14px; } +.html-reporter .suite a { color: #333333; } +.html-reporter .failures .spec-detail { margin-bottom: 28px; } +.html-reporter .failures .spec-detail .description { background-color: #b03911; } +.html-reporter .failures .spec-detail .description a { color: white; } +.html-reporter .result-message { padding-top: 14px; color: #333333; white-space: pre; } +.html-reporter .result-message span.result { display: block; } +.html-reporter .stack-trace { margin: 5px 0 0 0; max-height: 224px; overflow: auto; line-height: 18px; color: #666666; border: 1px solid #ddd; background: white; white-space: pre; } diff --git a/node_modules/yamljs/test/lib/jasmine-2.0.0/jasmine.js b/node_modules/yamljs/test/lib/jasmine-2.0.0/jasmine.js new file mode 100755 index 0000000..24463ec --- /dev/null +++ b/node_modules/yamljs/test/lib/jasmine-2.0.0/jasmine.js @@ -0,0 +1,2402 @@ +/* +Copyright (c) 2008-2013 Pivotal Labs + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +*/ +function getJasmineRequireObj() { + if (typeof module !== "undefined" && module.exports) { + return exports; + } else { + window.jasmineRequire = window.jasmineRequire || {}; + return window.jasmineRequire; + } +} + +getJasmineRequireObj().core = function(jRequire) { + var j$ = {}; + + jRequire.base(j$); + j$.util = jRequire.util(); + j$.Any = jRequire.Any(); + j$.CallTracker = jRequire.CallTracker(); + j$.Clock = jRequire.Clock(); + j$.DelayedFunctionScheduler = jRequire.DelayedFunctionScheduler(); + j$.Env = jRequire.Env(j$); + j$.ExceptionFormatter = jRequire.ExceptionFormatter(); + j$.Expectation = jRequire.Expectation(); + j$.buildExpectationResult = jRequire.buildExpectationResult(); + j$.JsApiReporter = jRequire.JsApiReporter(); + j$.matchersUtil = jRequire.matchersUtil(j$); + j$.ObjectContaining = jRequire.ObjectContaining(j$); + j$.pp = jRequire.pp(j$); + j$.QueueRunner = jRequire.QueueRunner(); + j$.ReportDispatcher = jRequire.ReportDispatcher(); + j$.Spec = jRequire.Spec(j$); + j$.SpyStrategy = jRequire.SpyStrategy(); + j$.Suite = jRequire.Suite(); + j$.Timer = jRequire.Timer(); + j$.version = jRequire.version(); + + j$.matchers = jRequire.requireMatchers(jRequire, j$); + + return j$; +}; + +getJasmineRequireObj().requireMatchers = function(jRequire, j$) { + var availableMatchers = [ + "toBe", + "toBeCloseTo", + "toBeDefined", + "toBeFalsy", + "toBeGreaterThan", + "toBeLessThan", + "toBeNaN", + "toBeNull", + "toBeTruthy", + "toBeUndefined", + "toContain", + "toEqual", + "toHaveBeenCalled", + "toHaveBeenCalledWith", + "toMatch", + "toThrow", + "toThrowError" + ], + matchers = {}; + + for (var i = 0; i < availableMatchers.length; i++) { + var name = availableMatchers[i]; + matchers[name] = jRequire[name](j$); + } + + return matchers; +}; + +getJasmineRequireObj().base = function(j$) { + j$.unimplementedMethod_ = function() { + throw new Error("unimplemented method"); + }; + + j$.MAX_PRETTY_PRINT_DEPTH = 40; + j$.DEFAULT_TIMEOUT_INTERVAL = 5000; + + j$.getGlobal = (function() { + var jasmineGlobal = eval.call(null, "this"); + return function() { + return jasmineGlobal; + }; + })(); + + j$.getEnv = function(options) { + var env = j$.currentEnv_ = j$.currentEnv_ || new j$.Env(options); + //jasmine. singletons in here (setTimeout blah blah). + return env; + }; + + j$.isArray_ = function(value) { + return j$.isA_("Array", value); + }; + + j$.isString_ = function(value) { + return j$.isA_("String", value); + }; + + j$.isNumber_ = function(value) { + return j$.isA_("Number", value); + }; + + j$.isA_ = function(typeName, value) { + return Object.prototype.toString.apply(value) === '[object ' + typeName + ']'; + }; + + j$.isDomNode = function(obj) { + return obj.nodeType > 0; + }; + + j$.any = function(clazz) { + return new j$.Any(clazz); + }; + + j$.objectContaining = function(sample) { + return new j$.ObjectContaining(sample); + }; + + j$.createSpy = function(name, originalFn) { + + var spyStrategy = new j$.SpyStrategy({ + name: name, + fn: originalFn, + getSpy: function() { return spy; } + }), + callTracker = new j$.CallTracker(), + spy = function() { + callTracker.track({ + object: this, + args: Array.prototype.slice.apply(arguments) + }); + return spyStrategy.exec.apply(this, arguments); + }; + + for (var prop in originalFn) { + if (prop === 'and' || prop === 'calls') { + throw new Error("Jasmine spies would overwrite the 'and' and 'calls' properties on the object being spied upon"); + } + + spy[prop] = originalFn[prop]; + } + + spy.and = spyStrategy; + spy.calls = callTracker; + + return spy; + }; + + j$.isSpy = function(putativeSpy) { + if (!putativeSpy) { + return false; + } + return putativeSpy.and instanceof j$.SpyStrategy && + putativeSpy.calls instanceof j$.CallTracker; + }; + + j$.createSpyObj = function(baseName, methodNames) { + if (!j$.isArray_(methodNames) || methodNames.length === 0) { + throw "createSpyObj requires a non-empty array of method names to create spies for"; + } + var obj = {}; + for (var i = 0; i < methodNames.length; i++) { + obj[methodNames[i]] = j$.createSpy(baseName + '.' + methodNames[i]); + } + return obj; + }; +}; + +getJasmineRequireObj().util = function() { + + var util = {}; + + util.inherit = function(childClass, parentClass) { + var Subclass = function() { + }; + Subclass.prototype = parentClass.prototype; + childClass.prototype = new Subclass(); + }; + + util.htmlEscape = function(str) { + if (!str) { + return str; + } + return str.replace(/&/g, '&') + .replace(//g, '>'); + }; + + util.argsToArray = function(args) { + var arrayOfArgs = []; + for (var i = 0; i < args.length; i++) { + arrayOfArgs.push(args[i]); + } + return arrayOfArgs; + }; + + util.isUndefined = function(obj) { + return obj === void 0; + }; + + return util; +}; + +getJasmineRequireObj().Spec = function(j$) { + function Spec(attrs) { + this.expectationFactory = attrs.expectationFactory; + this.resultCallback = attrs.resultCallback || function() {}; + this.id = attrs.id; + this.description = attrs.description || ''; + this.fn = attrs.fn; + this.beforeFns = attrs.beforeFns || function() { return []; }; + this.afterFns = attrs.afterFns || function() { return []; }; + this.onStart = attrs.onStart || function() {}; + this.exceptionFormatter = attrs.exceptionFormatter || function() {}; + this.getSpecName = attrs.getSpecName || function() { return ''; }; + this.expectationResultFactory = attrs.expectationResultFactory || function() { }; + this.queueRunnerFactory = attrs.queueRunnerFactory || function() {}; + this.catchingExceptions = attrs.catchingExceptions || function() { return true; }; + + this.timer = attrs.timer || {setTimeout: setTimeout, clearTimeout: clearTimeout}; + + if (!this.fn) { + this.pend(); + } + + this.result = { + id: this.id, + description: this.description, + fullName: this.getFullName(), + failedExpectations: [] + }; + } + + Spec.prototype.addExpectationResult = function(passed, data) { + if (passed) { + return; + } + this.result.failedExpectations.push(this.expectationResultFactory(data)); + }; + + Spec.prototype.expect = function(actual) { + return this.expectationFactory(actual, this); + }; + + Spec.prototype.execute = function(onComplete) { + var self = this, + timeout; + + this.onStart(this); + + if (this.markedPending || this.disabled) { + complete(); + return; + } + + function timeoutable(fn) { + return function(done) { + timeout = Function.prototype.apply.apply(self.timer.setTimeout, [j$.getGlobal(), [function() { + onException(new Error('Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.')); + done(); + }, j$.DEFAULT_TIMEOUT_INTERVAL]]); + + var callDone = function() { + clearTimeoutable(); + done(); + }; + + fn.call(this, callDone); //TODO: do we care about more than 1 arg? + }; + } + + function clearTimeoutable() { + Function.prototype.apply.apply(self.timer.clearTimeout, [j$.getGlobal(), [timeout]]); + timeout = void 0; + } + + var allFns = this.beforeFns().concat(this.fn).concat(this.afterFns()), + allTimeoutableFns = []; + for (var i = 0; i < allFns.length; i++) { + var fn = allFns[i]; + allTimeoutableFns.push(fn.length > 0 ? timeoutable(fn) : fn); + } + + this.queueRunnerFactory({ + fns: allTimeoutableFns, + onException: onException, + onComplete: complete + }); + + function onException(e) { + clearTimeoutable(); + if (Spec.isPendingSpecException(e)) { + self.pend(); + return; + } + + self.addExpectationResult(false, { + matcherName: "", + passed: false, + expected: "", + actual: "", + error: e + }); + } + + function complete() { + self.result.status = self.status(); + self.resultCallback(self.result); + + if (onComplete) { + onComplete(); + } + } + }; + + Spec.prototype.disable = function() { + this.disabled = true; + }; + + Spec.prototype.pend = function() { + this.markedPending = true; + }; + + Spec.prototype.status = function() { + if (this.disabled) { + return 'disabled'; + } + + if (this.markedPending) { + return 'pending'; + } + + if (this.result.failedExpectations.length > 0) { + return 'failed'; + } else { + return 'passed'; + } + }; + + Spec.prototype.getFullName = function() { + return this.getSpecName(this); + }; + + Spec.pendingSpecExceptionMessage = "=> marked Pending"; + + Spec.isPendingSpecException = function(e) { + return e.toString().indexOf(Spec.pendingSpecExceptionMessage) !== -1; + }; + + return Spec; +}; + +if (typeof window == void 0 && typeof exports == "object") { + exports.Spec = jasmineRequire.Spec; +} + +getJasmineRequireObj().Env = function(j$) { + function Env(options) { + options = options || {}; + + var self = this; + var global = options.global || j$.getGlobal(); + + var totalSpecsDefined = 0; + + var catchExceptions = true; + + var realSetTimeout = j$.getGlobal().setTimeout; + var realClearTimeout = j$.getGlobal().clearTimeout; + this.clock = new j$.Clock(global, new j$.DelayedFunctionScheduler()); + + var runnableLookupTable = {}; + + var spies = []; + + var currentSpec = null; + var currentSuite = null; + + var reporter = new j$.ReportDispatcher([ + "jasmineStarted", + "jasmineDone", + "suiteStarted", + "suiteDone", + "specStarted", + "specDone" + ]); + + this.specFilter = function() { + return true; + }; + + var equalityTesters = []; + + var customEqualityTesters = []; + this.addCustomEqualityTester = function(tester) { + customEqualityTesters.push(tester); + }; + + j$.Expectation.addCoreMatchers(j$.matchers); + + var nextSpecId = 0; + var getNextSpecId = function() { + return 'spec' + nextSpecId++; + }; + + var nextSuiteId = 0; + var getNextSuiteId = function() { + return 'suite' + nextSuiteId++; + }; + + var expectationFactory = function(actual, spec) { + return j$.Expectation.Factory({ + util: j$.matchersUtil, + customEqualityTesters: customEqualityTesters, + actual: actual, + addExpectationResult: addExpectationResult + }); + + function addExpectationResult(passed, result) { + return spec.addExpectationResult(passed, result); + } + }; + + var specStarted = function(spec) { + currentSpec = spec; + reporter.specStarted(spec.result); + }; + + var beforeFns = function(suite) { + return function() { + var befores = []; + while(suite) { + befores = befores.concat(suite.beforeFns); + suite = suite.parentSuite; + } + return befores.reverse(); + }; + }; + + var afterFns = function(suite) { + return function() { + var afters = []; + while(suite) { + afters = afters.concat(suite.afterFns); + suite = suite.parentSuite; + } + return afters; + }; + }; + + var getSpecName = function(spec, suite) { + return suite.getFullName() + ' ' + spec.description; + }; + + // TODO: we may just be able to pass in the fn instead of wrapping here + var buildExpectationResult = j$.buildExpectationResult, + exceptionFormatter = new j$.ExceptionFormatter(), + expectationResultFactory = function(attrs) { + attrs.messageFormatter = exceptionFormatter.message; + attrs.stackFormatter = exceptionFormatter.stack; + + return buildExpectationResult(attrs); + }; + + // TODO: fix this naming, and here's where the value comes in + this.catchExceptions = function(value) { + catchExceptions = !!value; + return catchExceptions; + }; + + this.catchingExceptions = function() { + return catchExceptions; + }; + + var maximumSpecCallbackDepth = 20; + var currentSpecCallbackDepth = 0; + + function clearStack(fn) { + currentSpecCallbackDepth++; + if (currentSpecCallbackDepth >= maximumSpecCallbackDepth) { + currentSpecCallbackDepth = 0; + realSetTimeout(fn, 0); + } else { + fn(); + } + } + + var catchException = function(e) { + return j$.Spec.isPendingSpecException(e) || catchExceptions; + }; + + var queueRunnerFactory = function(options) { + options.catchException = catchException; + options.clearStack = options.clearStack || clearStack; + + new j$.QueueRunner(options).execute(); + }; + + var topSuite = new j$.Suite({ + env: this, + id: getNextSuiteId(), + description: 'Jasmine__TopLevel__Suite', + queueRunner: queueRunnerFactory, + resultCallback: function() {} // TODO - hook this up + }); + runnableLookupTable[topSuite.id] = topSuite; + currentSuite = topSuite; + + this.topSuite = function() { + return topSuite; + }; + + this.execute = function(runnablesToRun) { + runnablesToRun = runnablesToRun || [topSuite.id]; + + var allFns = []; + for(var i = 0; i < runnablesToRun.length; i++) { + var runnable = runnableLookupTable[runnablesToRun[i]]; + allFns.push((function(runnable) { return function(done) { runnable.execute(done); }; })(runnable)); + } + + reporter.jasmineStarted({ + totalSpecsDefined: totalSpecsDefined + }); + + queueRunnerFactory({fns: allFns, onComplete: reporter.jasmineDone}); + }; + + this.addReporter = function(reporterToAdd) { + reporter.addReporter(reporterToAdd); + }; + + this.addMatchers = function(matchersToAdd) { + j$.Expectation.addMatchers(matchersToAdd); + }; + + this.spyOn = function(obj, methodName) { + if (j$.util.isUndefined(obj)) { + throw new Error("spyOn could not find an object to spy upon for " + methodName + "()"); + } + + if (j$.util.isUndefined(obj[methodName])) { + throw new Error(methodName + '() method does not exist'); + } + + if (obj[methodName] && j$.isSpy(obj[methodName])) { + //TODO?: should this return the current spy? Downside: may cause user confusion about spy state + throw new Error(methodName + ' has already been spied upon'); + } + + var spy = j$.createSpy(methodName, obj[methodName]); + + spies.push({ + spy: spy, + baseObj: obj, + methodName: methodName, + originalValue: obj[methodName] + }); + + obj[methodName] = spy; + + return spy; + }; + + var suiteFactory = function(description) { + var suite = new j$.Suite({ + env: self, + id: getNextSuiteId(), + description: description, + parentSuite: currentSuite, + queueRunner: queueRunnerFactory, + onStart: suiteStarted, + resultCallback: function(attrs) { + reporter.suiteDone(attrs); + } + }); + + runnableLookupTable[suite.id] = suite; + return suite; + }; + + this.describe = function(description, specDefinitions) { + var suite = suiteFactory(description); + + var parentSuite = currentSuite; + parentSuite.addChild(suite); + currentSuite = suite; + + var declarationError = null; + try { + specDefinitions.call(suite); + } catch (e) { + declarationError = e; + } + + if (declarationError) { + this.it("encountered a declaration exception", function() { + throw declarationError; + }); + } + + currentSuite = parentSuite; + + return suite; + }; + + this.xdescribe = function(description, specDefinitions) { + var suite = this.describe(description, specDefinitions); + suite.disable(); + return suite; + }; + + var specFactory = function(description, fn, suite) { + totalSpecsDefined++; + + var spec = new j$.Spec({ + id: getNextSpecId(), + beforeFns: beforeFns(suite), + afterFns: afterFns(suite), + expectationFactory: expectationFactory, + exceptionFormatter: exceptionFormatter, + resultCallback: specResultCallback, + getSpecName: function(spec) { + return getSpecName(spec, suite); + }, + onStart: specStarted, + description: description, + expectationResultFactory: expectationResultFactory, + queueRunnerFactory: queueRunnerFactory, + fn: fn, + timer: {setTimeout: realSetTimeout, clearTimeout: realClearTimeout} + }); + + runnableLookupTable[spec.id] = spec; + + if (!self.specFilter(spec)) { + spec.disable(); + } + + return spec; + + function removeAllSpies() { + for (var i = 0; i < spies.length; i++) { + var spyEntry = spies[i]; + spyEntry.baseObj[spyEntry.methodName] = spyEntry.originalValue; + } + spies = []; + } + + function specResultCallback(result) { + removeAllSpies(); + j$.Expectation.resetMatchers(); + customEqualityTesters = []; + currentSpec = null; + reporter.specDone(result); + } + }; + + var suiteStarted = function(suite) { + reporter.suiteStarted(suite.result); + }; + + this.it = function(description, fn) { + var spec = specFactory(description, fn, currentSuite); + currentSuite.addChild(spec); + return spec; + }; + + this.xit = function(description, fn) { + var spec = this.it(description, fn); + spec.pend(); + return spec; + }; + + this.expect = function(actual) { + return currentSpec.expect(actual); + }; + + this.beforeEach = function(beforeEachFunction) { + currentSuite.beforeEach(beforeEachFunction); + }; + + this.afterEach = function(afterEachFunction) { + currentSuite.afterEach(afterEachFunction); + }; + + this.pending = function() { + throw j$.Spec.pendingSpecExceptionMessage; + }; + } + + return Env; +}; + +getJasmineRequireObj().JsApiReporter = function() { + + var noopTimer = { + start: function(){}, + elapsed: function(){ return 0; } + }; + + function JsApiReporter(options) { + var timer = options.timer || noopTimer, + status = "loaded"; + + this.started = false; + this.finished = false; + + this.jasmineStarted = function() { + this.started = true; + status = 'started'; + timer.start(); + }; + + var executionTime; + + this.jasmineDone = function() { + this.finished = true; + executionTime = timer.elapsed(); + status = 'done'; + }; + + this.status = function() { + return status; + }; + + var suites = {}; + + this.suiteStarted = function(result) { + storeSuite(result); + }; + + this.suiteDone = function(result) { + storeSuite(result); + }; + + function storeSuite(result) { + suites[result.id] = result; + } + + this.suites = function() { + return suites; + }; + + var specs = []; + this.specStarted = function(result) { }; + + this.specDone = function(result) { + specs.push(result); + }; + + this.specResults = function(index, length) { + return specs.slice(index, index + length); + }; + + this.specs = function() { + return specs; + }; + + this.executionTime = function() { + return executionTime; + }; + + } + + return JsApiReporter; +}; + +getJasmineRequireObj().Any = function() { + + function Any(expectedObject) { + this.expectedObject = expectedObject; + } + + Any.prototype.jasmineMatches = function(other) { + if (this.expectedObject == String) { + return typeof other == 'string' || other instanceof String; + } + + if (this.expectedObject == Number) { + return typeof other == 'number' || other instanceof Number; + } + + if (this.expectedObject == Function) { + return typeof other == 'function' || other instanceof Function; + } + + if (this.expectedObject == Object) { + return typeof other == 'object'; + } + + if (this.expectedObject == Boolean) { + return typeof other == 'boolean'; + } + + return other instanceof this.expectedObject; + }; + + Any.prototype.jasmineToString = function() { + return ''; + }; + + return Any; +}; + +getJasmineRequireObj().CallTracker = function() { + + function CallTracker() { + var calls = []; + + this.track = function(context) { + calls.push(context); + }; + + this.any = function() { + return !!calls.length; + }; + + this.count = function() { + return calls.length; + }; + + this.argsFor = function(index) { + var call = calls[index]; + return call ? call.args : []; + }; + + this.all = function() { + return calls; + }; + + this.allArgs = function() { + var callArgs = []; + for(var i = 0; i < calls.length; i++){ + callArgs.push(calls[i].args); + } + + return callArgs; + }; + + this.first = function() { + return calls[0]; + }; + + this.mostRecent = function() { + return calls[calls.length - 1]; + }; + + this.reset = function() { + calls = []; + }; + } + + return CallTracker; +}; + +getJasmineRequireObj().Clock = function() { + function Clock(global, delayedFunctionScheduler) { + var self = this, + realTimingFunctions = { + setTimeout: global.setTimeout, + clearTimeout: global.clearTimeout, + setInterval: global.setInterval, + clearInterval: global.clearInterval + }, + fakeTimingFunctions = { + setTimeout: setTimeout, + clearTimeout: clearTimeout, + setInterval: setInterval, + clearInterval: clearInterval + }, + installed = false, + timer; + + self.install = function() { + replace(global, fakeTimingFunctions); + timer = fakeTimingFunctions; + installed = true; + }; + + self.uninstall = function() { + delayedFunctionScheduler.reset(); + replace(global, realTimingFunctions); + timer = realTimingFunctions; + installed = false; + }; + + self.setTimeout = function(fn, delay, params) { + if (legacyIE()) { + if (arguments.length > 2) { + throw new Error("IE < 9 cannot support extra params to setTimeout without a polyfill"); + } + return timer.setTimeout(fn, delay); + } + return Function.prototype.apply.apply(timer.setTimeout, [global, arguments]); + }; + + self.setInterval = function(fn, delay, params) { + if (legacyIE()) { + if (arguments.length > 2) { + throw new Error("IE < 9 cannot support extra params to setInterval without a polyfill"); + } + return timer.setInterval(fn, delay); + } + return Function.prototype.apply.apply(timer.setInterval, [global, arguments]); + }; + + self.clearTimeout = function(id) { + return Function.prototype.call.apply(timer.clearTimeout, [global, id]); + }; + + self.clearInterval = function(id) { + return Function.prototype.call.apply(timer.clearInterval, [global, id]); + }; + + self.tick = function(millis) { + if (installed) { + delayedFunctionScheduler.tick(millis); + } else { + throw new Error("Mock clock is not installed, use jasmine.clock().install()"); + } + }; + + return self; + + function legacyIE() { + //if these methods are polyfilled, apply will be present + return !(realTimingFunctions.setTimeout || realTimingFunctions.setInterval).apply; + } + + function replace(dest, source) { + for (var prop in source) { + dest[prop] = source[prop]; + } + } + + function setTimeout(fn, delay) { + return delayedFunctionScheduler.scheduleFunction(fn, delay, argSlice(arguments, 2)); + } + + function clearTimeout(id) { + return delayedFunctionScheduler.removeFunctionWithId(id); + } + + function setInterval(fn, interval) { + return delayedFunctionScheduler.scheduleFunction(fn, interval, argSlice(arguments, 2), true); + } + + function clearInterval(id) { + return delayedFunctionScheduler.removeFunctionWithId(id); + } + + function argSlice(argsObj, n) { + return Array.prototype.slice.call(argsObj, 2); + } + } + + return Clock; +}; + +getJasmineRequireObj().DelayedFunctionScheduler = function() { + function DelayedFunctionScheduler() { + var self = this; + var scheduledLookup = []; + var scheduledFunctions = {}; + var currentTime = 0; + var delayedFnCount = 0; + + self.tick = function(millis) { + millis = millis || 0; + var endTime = currentTime + millis; + + runScheduledFunctions(endTime); + currentTime = endTime; + }; + + self.scheduleFunction = function(funcToCall, millis, params, recurring, timeoutKey, runAtMillis) { + var f; + if (typeof(funcToCall) === 'string') { + /* jshint evil: true */ + f = function() { return eval(funcToCall); }; + /* jshint evil: false */ + } else { + f = funcToCall; + } + + millis = millis || 0; + timeoutKey = timeoutKey || ++delayedFnCount; + runAtMillis = runAtMillis || (currentTime + millis); + + var funcToSchedule = { + runAtMillis: runAtMillis, + funcToCall: f, + recurring: recurring, + params: params, + timeoutKey: timeoutKey, + millis: millis + }; + + if (runAtMillis in scheduledFunctions) { + scheduledFunctions[runAtMillis].push(funcToSchedule); + } else { + scheduledFunctions[runAtMillis] = [funcToSchedule]; + scheduledLookup.push(runAtMillis); + scheduledLookup.sort(function (a, b) { + return a - b; + }); + } + + return timeoutKey; + }; + + self.removeFunctionWithId = function(timeoutKey) { + for (var runAtMillis in scheduledFunctions) { + var funcs = scheduledFunctions[runAtMillis]; + var i = indexOfFirstToPass(funcs, function (func) { + return func.timeoutKey === timeoutKey; + }); + + if (i > -1) { + if (funcs.length === 1) { + delete scheduledFunctions[runAtMillis]; + deleteFromLookup(runAtMillis); + } else { + funcs.splice(i, 1); + } + + // intervals get rescheduled when executed, so there's never more + // than a single scheduled function with a given timeoutKey + break; + } + } + }; + + self.reset = function() { + currentTime = 0; + scheduledLookup = []; + scheduledFunctions = {}; + delayedFnCount = 0; + }; + + return self; + + function indexOfFirstToPass(array, testFn) { + var index = -1; + + for (var i = 0; i < array.length; ++i) { + if (testFn(array[i])) { + index = i; + break; + } + } + + return index; + } + + function deleteFromLookup(key) { + var value = Number(key); + var i = indexOfFirstToPass(scheduledLookup, function (millis) { + return millis === value; + }); + + if (i > -1) { + scheduledLookup.splice(i, 1); + } + } + + function reschedule(scheduledFn) { + self.scheduleFunction(scheduledFn.funcToCall, + scheduledFn.millis, + scheduledFn.params, + true, + scheduledFn.timeoutKey, + scheduledFn.runAtMillis + scheduledFn.millis); + } + + function runScheduledFunctions(endTime) { + if (scheduledLookup.length === 0 || scheduledLookup[0] > endTime) { + return; + } + + do { + currentTime = scheduledLookup.shift(); + + var funcsToRun = scheduledFunctions[currentTime]; + delete scheduledFunctions[currentTime]; + + for (var i = 0; i < funcsToRun.length; ++i) { + var funcToRun = funcsToRun[i]; + funcToRun.funcToCall.apply(null, funcToRun.params || []); + + if (funcToRun.recurring) { + reschedule(funcToRun); + } + } + } while (scheduledLookup.length > 0 && + // checking first if we're out of time prevents setTimeout(0) + // scheduled in a funcToRun from forcing an extra iteration + currentTime !== endTime && + scheduledLookup[0] <= endTime); + } + } + + return DelayedFunctionScheduler; +}; + +getJasmineRequireObj().ExceptionFormatter = function() { + function ExceptionFormatter() { + this.message = function(error) { + var message = error.name + + ': ' + + error.message; + + if (error.fileName || error.sourceURL) { + message += " in " + (error.fileName || error.sourceURL); + } + + if (error.line || error.lineNumber) { + message += " (line " + (error.line || error.lineNumber) + ")"; + } + + return message; + }; + + this.stack = function(error) { + return error ? error.stack : null; + }; + } + + return ExceptionFormatter; +}; + +getJasmineRequireObj().Expectation = function() { + + var matchers = {}; + + function Expectation(options) { + this.util = options.util || { buildFailureMessage: function() {} }; + this.customEqualityTesters = options.customEqualityTesters || []; + this.actual = options.actual; + this.addExpectationResult = options.addExpectationResult || function(){}; + this.isNot = options.isNot; + + for (var matcherName in matchers) { + this[matcherName] = matchers[matcherName]; + } + } + + Expectation.prototype.wrapCompare = function(name, matcherFactory) { + return function() { + var args = Array.prototype.slice.call(arguments, 0), + expected = args.slice(0), + message = ""; + + args.unshift(this.actual); + + var matcher = matcherFactory(this.util, this.customEqualityTesters), + matcherCompare = matcher.compare; + + function defaultNegativeCompare() { + var result = matcher.compare.apply(null, args); + result.pass = !result.pass; + return result; + } + + if (this.isNot) { + matcherCompare = matcher.negativeCompare || defaultNegativeCompare; + } + + var result = matcherCompare.apply(null, args); + + if (!result.pass) { + if (!result.message) { + args.unshift(this.isNot); + args.unshift(name); + message = this.util.buildFailureMessage.apply(null, args); + } else { + message = result.message; + } + } + + if (expected.length == 1) { + expected = expected[0]; + } + + // TODO: how many of these params are needed? + this.addExpectationResult( + result.pass, + { + matcherName: name, + passed: result.pass, + message: message, + actual: this.actual, + expected: expected // TODO: this may need to be arrayified/sliced + } + ); + }; + }; + + Expectation.addCoreMatchers = function(matchers) { + var prototype = Expectation.prototype; + for (var matcherName in matchers) { + var matcher = matchers[matcherName]; + prototype[matcherName] = prototype.wrapCompare(matcherName, matcher); + } + }; + + Expectation.addMatchers = function(matchersToAdd) { + for (var name in matchersToAdd) { + var matcher = matchersToAdd[name]; + matchers[name] = Expectation.prototype.wrapCompare(name, matcher); + } + }; + + Expectation.resetMatchers = function() { + for (var name in matchers) { + delete matchers[name]; + } + }; + + Expectation.Factory = function(options) { + options = options || {}; + + var expect = new Expectation(options); + + // TODO: this would be nice as its own Object - NegativeExpectation + // TODO: copy instead of mutate options + options.isNot = true; + expect.not = new Expectation(options); + + return expect; + }; + + return Expectation; +}; + +//TODO: expectation result may make more sense as a presentation of an expectation. +getJasmineRequireObj().buildExpectationResult = function() { + function buildExpectationResult(options) { + var messageFormatter = options.messageFormatter || function() {}, + stackFormatter = options.stackFormatter || function() {}; + + return { + matcherName: options.matcherName, + expected: options.expected, + actual: options.actual, + message: message(), + stack: stack(), + passed: options.passed + }; + + function message() { + if (options.passed) { + return "Passed."; + } else if (options.message) { + return options.message; + } else if (options.error) { + return messageFormatter(options.error); + } + return ""; + } + + function stack() { + if (options.passed) { + return ""; + } + + var error = options.error; + if (!error) { + try { + throw new Error(message()); + } catch (e) { + error = e; + } + } + return stackFormatter(error); + } + } + + return buildExpectationResult; +}; + +getJasmineRequireObj().ObjectContaining = function(j$) { + + function ObjectContaining(sample) { + this.sample = sample; + } + + ObjectContaining.prototype.jasmineMatches = function(other, mismatchKeys, mismatchValues) { + if (typeof(this.sample) !== "object") { throw new Error("You must provide an object to objectContaining, not '"+this.sample+"'."); } + + mismatchKeys = mismatchKeys || []; + mismatchValues = mismatchValues || []; + + var hasKey = function(obj, keyName) { + return obj !== null && !j$.util.isUndefined(obj[keyName]); + }; + + for (var property in this.sample) { + if (!hasKey(other, property) && hasKey(this.sample, property)) { + mismatchKeys.push("expected has key '" + property + "', but missing from actual."); + } + else if (!j$.matchersUtil.equals(this.sample[property], other[property])) { + mismatchValues.push("'" + property + "' was '" + (other[property] ? j$.util.htmlEscape(other[property].toString()) : other[property]) + "' in actual, but was '" + (this.sample[property] ? j$.util.htmlEscape(this.sample[property].toString()) : this.sample[property]) + "' in expected."); + } + } + + return (mismatchKeys.length === 0 && mismatchValues.length === 0); + }; + + ObjectContaining.prototype.jasmineToString = function() { + return ""; + }; + + return ObjectContaining; +}; + +getJasmineRequireObj().pp = function(j$) { + + function PrettyPrinter() { + this.ppNestLevel_ = 0; + } + + PrettyPrinter.prototype.format = function(value) { + this.ppNestLevel_++; + try { + if (j$.util.isUndefined(value)) { + this.emitScalar('undefined'); + } else if (value === null) { + this.emitScalar('null'); + } else if (value === j$.getGlobal()) { + this.emitScalar(''); + } else if (value.jasmineToString) { + this.emitScalar(value.jasmineToString()); + } else if (typeof value === 'string') { + this.emitString(value); + } else if (j$.isSpy(value)) { + this.emitScalar("spy on " + value.and.identity()); + } else if (value instanceof RegExp) { + this.emitScalar(value.toString()); + } else if (typeof value === 'function') { + this.emitScalar('Function'); + } else if (typeof value.nodeType === 'number') { + this.emitScalar('HTMLNode'); + } else if (value instanceof Date) { + this.emitScalar('Date(' + value + ')'); + } else if (value.__Jasmine_been_here_before__) { + this.emitScalar(''); + } else if (j$.isArray_(value) || j$.isA_('Object', value)) { + value.__Jasmine_been_here_before__ = true; + if (j$.isArray_(value)) { + this.emitArray(value); + } else { + this.emitObject(value); + } + delete value.__Jasmine_been_here_before__; + } else { + this.emitScalar(value.toString()); + } + } finally { + this.ppNestLevel_--; + } + }; + + PrettyPrinter.prototype.iterateObject = function(obj, fn) { + for (var property in obj) { + if (!obj.hasOwnProperty(property)) { continue; } + if (property == '__Jasmine_been_here_before__') { continue; } + fn(property, obj.__lookupGetter__ ? (!j$.util.isUndefined(obj.__lookupGetter__(property)) && + obj.__lookupGetter__(property) !== null) : false); + } + }; + + PrettyPrinter.prototype.emitArray = j$.unimplementedMethod_; + PrettyPrinter.prototype.emitObject = j$.unimplementedMethod_; + PrettyPrinter.prototype.emitScalar = j$.unimplementedMethod_; + PrettyPrinter.prototype.emitString = j$.unimplementedMethod_; + + function StringPrettyPrinter() { + PrettyPrinter.call(this); + + this.string = ''; + } + + j$.util.inherit(StringPrettyPrinter, PrettyPrinter); + + StringPrettyPrinter.prototype.emitScalar = function(value) { + this.append(value); + }; + + StringPrettyPrinter.prototype.emitString = function(value) { + this.append("'" + value + "'"); + }; + + StringPrettyPrinter.prototype.emitArray = function(array) { + if (this.ppNestLevel_ > j$.MAX_PRETTY_PRINT_DEPTH) { + this.append("Array"); + return; + } + + this.append('[ '); + for (var i = 0; i < array.length; i++) { + if (i > 0) { + this.append(', '); + } + this.format(array[i]); + } + this.append(' ]'); + }; + + StringPrettyPrinter.prototype.emitObject = function(obj) { + if (this.ppNestLevel_ > j$.MAX_PRETTY_PRINT_DEPTH) { + this.append("Object"); + return; + } + + var self = this; + this.append('{ '); + var first = true; + + this.iterateObject(obj, function(property, isGetter) { + if (first) { + first = false; + } else { + self.append(', '); + } + + self.append(property); + self.append(' : '); + if (isGetter) { + self.append(''); + } else { + self.format(obj[property]); + } + }); + + this.append(' }'); + }; + + StringPrettyPrinter.prototype.append = function(value) { + this.string += value; + }; + + return function(value) { + var stringPrettyPrinter = new StringPrettyPrinter(); + stringPrettyPrinter.format(value); + return stringPrettyPrinter.string; + }; +}; + +getJasmineRequireObj().QueueRunner = function() { + + function QueueRunner(attrs) { + this.fns = attrs.fns || []; + this.onComplete = attrs.onComplete || function() {}; + this.clearStack = attrs.clearStack || function(fn) {fn();}; + this.onException = attrs.onException || function() {}; + this.catchException = attrs.catchException || function() { return true; }; + this.userContext = {}; + } + + QueueRunner.prototype.execute = function() { + this.run(this.fns, 0); + }; + + QueueRunner.prototype.run = function(fns, recursiveIndex) { + var length = fns.length, + self = this, + iterativeIndex; + + for(iterativeIndex = recursiveIndex; iterativeIndex < length; iterativeIndex++) { + var fn = fns[iterativeIndex]; + if (fn.length > 0) { + return attemptAsync(fn); + } else { + attemptSync(fn); + } + } + + var runnerDone = iterativeIndex >= length; + + if (runnerDone) { + this.clearStack(this.onComplete); + } + + function attemptSync(fn) { + try { + fn.call(self.userContext); + } catch (e) { + handleException(e); + } + } + + function attemptAsync(fn) { + var next = function () { self.run(fns, iterativeIndex + 1); }; + + try { + fn.call(self.userContext, next); + } catch (e) { + handleException(e); + next(); + } + } + + function handleException(e) { + self.onException(e); + if (!self.catchException(e)) { + //TODO: set a var when we catch an exception and + //use a finally block to close the loop in a nice way.. + throw e; + } + } + }; + + return QueueRunner; +}; + +getJasmineRequireObj().ReportDispatcher = function() { + function ReportDispatcher(methods) { + + var dispatchedMethods = methods || []; + + for (var i = 0; i < dispatchedMethods.length; i++) { + var method = dispatchedMethods[i]; + this[method] = (function(m) { + return function() { + dispatch(m, arguments); + }; + }(method)); + } + + var reporters = []; + + this.addReporter = function(reporter) { + reporters.push(reporter); + }; + + return this; + + function dispatch(method, args) { + for (var i = 0; i < reporters.length; i++) { + var reporter = reporters[i]; + if (reporter[method]) { + reporter[method].apply(reporter, args); + } + } + } + } + + return ReportDispatcher; +}; + + +getJasmineRequireObj().SpyStrategy = function() { + + function SpyStrategy(options) { + options = options || {}; + + var identity = options.name || "unknown", + originalFn = options.fn || function() {}, + getSpy = options.getSpy || function() {}, + plan = function() {}; + + this.identity = function() { + return identity; + }; + + this.exec = function() { + return plan.apply(this, arguments); + }; + + this.callThrough = function() { + plan = originalFn; + return getSpy(); + }; + + this.returnValue = function(value) { + plan = function() { + return value; + }; + return getSpy(); + }; + + this.throwError = function(something) { + var error = (something instanceof Error) ? something : new Error(something); + plan = function() { + throw error; + }; + return getSpy(); + }; + + this.callFake = function(fn) { + plan = fn; + return getSpy(); + }; + + this.stub = function(fn) { + plan = function() {}; + return getSpy(); + }; + } + + return SpyStrategy; +}; + +getJasmineRequireObj().Suite = function() { + function Suite(attrs) { + this.env = attrs.env; + this.id = attrs.id; + this.parentSuite = attrs.parentSuite; + this.description = attrs.description; + this.onStart = attrs.onStart || function() {}; + this.resultCallback = attrs.resultCallback || function() {}; + this.clearStack = attrs.clearStack || function(fn) {fn();}; + + this.beforeFns = []; + this.afterFns = []; + this.queueRunner = attrs.queueRunner || function() {}; + this.disabled = false; + + this.children = []; + + this.result = { + id: this.id, + status: this.disabled ? 'disabled' : '', + description: this.description, + fullName: this.getFullName() + }; + } + + Suite.prototype.getFullName = function() { + var fullName = this.description; + for (var parentSuite = this.parentSuite; parentSuite; parentSuite = parentSuite.parentSuite) { + if (parentSuite.parentSuite) { + fullName = parentSuite.description + ' ' + fullName; + } + } + return fullName; + }; + + Suite.prototype.disable = function() { + this.disabled = true; + }; + + Suite.prototype.beforeEach = function(fn) { + this.beforeFns.unshift(fn); + }; + + Suite.prototype.afterEach = function(fn) { + this.afterFns.unshift(fn); + }; + + Suite.prototype.addChild = function(child) { + this.children.push(child); + }; + + Suite.prototype.execute = function(onComplete) { + var self = this; + if (this.disabled) { + complete(); + return; + } + + var allFns = []; + + for (var i = 0; i < this.children.length; i++) { + allFns.push(wrapChildAsAsync(this.children[i])); + } + + this.onStart(this); + + this.queueRunner({ + fns: allFns, + onComplete: complete + }); + + function complete() { + self.resultCallback(self.result); + + if (onComplete) { + onComplete(); + } + } + + function wrapChildAsAsync(child) { + return function(done) { child.execute(done); }; + } + }; + + return Suite; +}; + +if (typeof window == void 0 && typeof exports == "object") { + exports.Suite = jasmineRequire.Suite; +} + +getJasmineRequireObj().Timer = function() { + function Timer(options) { + options = options || {}; + + var now = options.now || function() { return new Date().getTime(); }, + startTime; + + this.start = function() { + startTime = now(); + }; + + this.elapsed = function() { + return now() - startTime; + }; + } + + return Timer; +}; + +getJasmineRequireObj().matchersUtil = function(j$) { + // TODO: what to do about jasmine.pp not being inject? move to JSON.stringify? gut PrettyPrinter? + + return { + equals: function(a, b, customTesters) { + customTesters = customTesters || []; + + return eq(a, b, [], [], customTesters); + }, + + contains: function(haystack, needle, customTesters) { + customTesters = customTesters || []; + + if (Object.prototype.toString.apply(haystack) === "[object Array]") { + for (var i = 0; i < haystack.length; i++) { + if (eq(haystack[i], needle, [], [], customTesters)) { + return true; + } + } + return false; + } + return haystack.indexOf(needle) >= 0; + }, + + buildFailureMessage: function() { + var args = Array.prototype.slice.call(arguments, 0), + matcherName = args[0], + isNot = args[1], + actual = args[2], + expected = args.slice(3), + englishyPredicate = matcherName.replace(/[A-Z]/g, function(s) { return ' ' + s.toLowerCase(); }); + + var message = "Expected " + + j$.pp(actual) + + (isNot ? " not " : " ") + + englishyPredicate; + + if (expected.length > 0) { + for (var i = 0; i < expected.length; i++) { + if (i > 0) { + message += ","; + } + message += " " + j$.pp(expected[i]); + } + } + + return message + "."; + } + }; + + // Equality function lovingly adapted from isEqual in + // [Underscore](http://underscorejs.org) + function eq(a, b, aStack, bStack, customTesters) { + var result = true; + + for (var i = 0; i < customTesters.length; i++) { + var customTesterResult = customTesters[i](a, b); + if (!j$.util.isUndefined(customTesterResult)) { + return customTesterResult; + } + } + + if (a instanceof j$.Any) { + result = a.jasmineMatches(b); + if (result) { + return true; + } + } + + if (b instanceof j$.Any) { + result = b.jasmineMatches(a); + if (result) { + return true; + } + } + + if (b instanceof j$.ObjectContaining) { + result = b.jasmineMatches(a); + if (result) { + return true; + } + } + + if (a instanceof Error && b instanceof Error) { + return a.message == b.message; + } + + // Identical objects are equal. `0 === -0`, but they aren't identical. + // See the [Harmony `egal` proposal](http://wiki.ecmascript.org/doku.php?id=harmony:egal). + if (a === b) { return a !== 0 || 1 / a == 1 / b; } + // A strict comparison is necessary because `null == undefined`. + if (a === null || b === null) { return a === b; } + var className = Object.prototype.toString.call(a); + if (className != Object.prototype.toString.call(b)) { return false; } + switch (className) { + // Strings, numbers, dates, and booleans are compared by value. + case '[object String]': + // Primitives and their corresponding object wrappers are equivalent; thus, `"5"` is + // equivalent to `new String("5")`. + return a == String(b); + case '[object Number]': + // `NaN`s are equivalent, but non-reflexive. An `egal` comparison is performed for + // other numeric values. + return a != +a ? b != +b : (a === 0 ? 1 / a == 1 / b : a == +b); + case '[object Date]': + case '[object Boolean]': + // Coerce dates and booleans to numeric primitive values. Dates are compared by their + // millisecond representations. Note that invalid dates with millisecond representations + // of `NaN` are not equivalent. + return +a == +b; + // RegExps are compared by their source patterns and flags. + case '[object RegExp]': + return a.source == b.source && + a.global == b.global && + a.multiline == b.multiline && + a.ignoreCase == b.ignoreCase; + } + if (typeof a != 'object' || typeof b != 'object') { return false; } + // Assume equality for cyclic structures. The algorithm for detecting cyclic + // structures is adapted from ES 5.1 section 15.12.3, abstract operation `JO`. + var length = aStack.length; + while (length--) { + // Linear search. Performance is inversely proportional to the number of + // unique nested structures. + if (aStack[length] == a) { return bStack[length] == b; } + } + // Add the first object to the stack of traversed objects. + aStack.push(a); + bStack.push(b); + var size = 0; + // Recursively compare objects and arrays. + if (className == '[object Array]') { + // Compare array lengths to determine if a deep comparison is necessary. + size = a.length; + result = size == b.length; + if (result) { + // Deep compare the contents, ignoring non-numeric properties. + while (size--) { + if (!(result = eq(a[size], b[size], aStack, bStack, customTesters))) { break; } + } + } + } else { + // Objects with different constructors are not equivalent, but `Object`s + // from different frames are. + var aCtor = a.constructor, bCtor = b.constructor; + if (aCtor !== bCtor && !(isFunction(aCtor) && (aCtor instanceof aCtor) && + isFunction(bCtor) && (bCtor instanceof bCtor))) { + return false; + } + // Deep compare objects. + for (var key in a) { + if (has(a, key)) { + // Count the expected number of properties. + size++; + // Deep compare each member. + if (!(result = has(b, key) && eq(a[key], b[key], aStack, bStack, customTesters))) { break; } + } + } + // Ensure that both objects contain the same number of properties. + if (result) { + for (key in b) { + if (has(b, key) && !(size--)) { break; } + } + result = !size; + } + } + // Remove the first object from the stack of traversed objects. + aStack.pop(); + bStack.pop(); + + return result; + + function has(obj, key) { + return obj.hasOwnProperty(key); + } + + function isFunction(obj) { + return typeof obj === 'function'; + } + } +}; + +getJasmineRequireObj().toBe = function() { + function toBe() { + return { + compare: function(actual, expected) { + return { + pass: actual === expected + }; + } + }; + } + + return toBe; +}; + +getJasmineRequireObj().toBeCloseTo = function() { + + function toBeCloseTo() { + return { + compare: function(actual, expected, precision) { + if (precision !== 0) { + precision = precision || 2; + } + + return { + pass: Math.abs(expected - actual) < (Math.pow(10, -precision) / 2) + }; + } + }; + } + + return toBeCloseTo; +}; + +getJasmineRequireObj().toBeDefined = function() { + function toBeDefined() { + return { + compare: function(actual) { + return { + pass: (void 0 !== actual) + }; + } + }; + } + + return toBeDefined; +}; + +getJasmineRequireObj().toBeFalsy = function() { + function toBeFalsy() { + return { + compare: function(actual) { + return { + pass: !!!actual + }; + } + }; + } + + return toBeFalsy; +}; + +getJasmineRequireObj().toBeGreaterThan = function() { + + function toBeGreaterThan() { + return { + compare: function(actual, expected) { + return { + pass: actual > expected + }; + } + }; + } + + return toBeGreaterThan; +}; + + +getJasmineRequireObj().toBeLessThan = function() { + function toBeLessThan() { + return { + + compare: function(actual, expected) { + return { + pass: actual < expected + }; + } + }; + } + + return toBeLessThan; +}; +getJasmineRequireObj().toBeNaN = function(j$) { + + function toBeNaN() { + return { + compare: function(actual) { + var result = { + pass: (actual !== actual) + }; + + if (result.pass) { + result.message = "Expected actual not to be NaN."; + } else { + result.message = "Expected " + j$.pp(actual) + " to be NaN."; + } + + return result; + } + }; + } + + return toBeNaN; +}; + +getJasmineRequireObj().toBeNull = function() { + + function toBeNull() { + return { + compare: function(actual) { + return { + pass: actual === null + }; + } + }; + } + + return toBeNull; +}; + +getJasmineRequireObj().toBeTruthy = function() { + + function toBeTruthy() { + return { + compare: function(actual) { + return { + pass: !!actual + }; + } + }; + } + + return toBeTruthy; +}; + +getJasmineRequireObj().toBeUndefined = function() { + + function toBeUndefined() { + return { + compare: function(actual) { + return { + pass: void 0 === actual + }; + } + }; + } + + return toBeUndefined; +}; + +getJasmineRequireObj().toContain = function() { + function toContain(util, customEqualityTesters) { + customEqualityTesters = customEqualityTesters || []; + + return { + compare: function(actual, expected) { + + return { + pass: util.contains(actual, expected, customEqualityTesters) + }; + } + }; + } + + return toContain; +}; + +getJasmineRequireObj().toEqual = function() { + + function toEqual(util, customEqualityTesters) { + customEqualityTesters = customEqualityTesters || []; + + return { + compare: function(actual, expected) { + var result = { + pass: false + }; + + result.pass = util.equals(actual, expected, customEqualityTesters); + + return result; + } + }; + } + + return toEqual; +}; + +getJasmineRequireObj().toHaveBeenCalled = function(j$) { + + function toHaveBeenCalled() { + return { + compare: function(actual) { + var result = {}; + + if (!j$.isSpy(actual)) { + throw new Error('Expected a spy, but got ' + j$.pp(actual) + '.'); + } + + if (arguments.length > 1) { + throw new Error('toHaveBeenCalled does not take arguments, use toHaveBeenCalledWith'); + } + + result.pass = actual.calls.any(); + + result.message = result.pass ? + "Expected spy " + actual.and.identity() + " not to have been called." : + "Expected spy " + actual.and.identity() + " to have been called."; + + return result; + } + }; + } + + return toHaveBeenCalled; +}; + +getJasmineRequireObj().toHaveBeenCalledWith = function(j$) { + + function toHaveBeenCalledWith(util) { + return { + compare: function() { + var args = Array.prototype.slice.call(arguments, 0), + actual = args[0], + expectedArgs = args.slice(1), + result = { pass: false }; + + if (!j$.isSpy(actual)) { + throw new Error('Expected a spy, but got ' + j$.pp(actual) + '.'); + } + + if (!actual.calls.any()) { + result.message = "Expected spy " + actual.and.identity() + " to have been called with " + j$.pp(expectedArgs) + " but it was never called."; + return result; + } + + if (util.contains(actual.calls.allArgs(), expectedArgs)) { + result.pass = true; + result.message = "Expected spy " + actual.and.identity() + " not to have been called with " + j$.pp(expectedArgs) + " but it was."; + } else { + result.message = "Expected spy " + actual.and.identity() + " to have been called with " + j$.pp(expectedArgs) + " but actual calls were " + j$.pp(actual.calls.allArgs()).replace(/^\[ | \]$/g, '') + "."; + } + + return result; + } + }; + } + + return toHaveBeenCalledWith; +}; + +getJasmineRequireObj().toMatch = function() { + + function toMatch() { + return { + compare: function(actual, expected) { + var regexp = new RegExp(expected); + + return { + pass: regexp.test(actual) + }; + } + }; + } + + return toMatch; +}; + +getJasmineRequireObj().toThrow = function(j$) { + + function toThrow(util) { + return { + compare: function(actual, expected) { + var result = { pass: false }, + threw = false, + thrown; + + if (typeof actual != "function") { + throw new Error("Actual is not a Function"); + } + + try { + actual(); + } catch (e) { + threw = true; + thrown = e; + } + + if (!threw) { + result.message = "Expected function to throw an exception."; + return result; + } + + if (arguments.length == 1) { + result.pass = true; + result.message = "Expected function not to throw, but it threw " + j$.pp(thrown) + "."; + + return result; + } + + if (util.equals(thrown, expected)) { + result.pass = true; + result.message = "Expected function not to throw " + j$.pp(expected) + "."; + } else { + result.message = "Expected function to throw " + j$.pp(expected) + ", but it threw " + j$.pp(thrown) + "."; + } + + return result; + } + }; + } + + return toThrow; +}; + +getJasmineRequireObj().toThrowError = function(j$) { + function toThrowError (util) { + return { + compare: function(actual) { + var threw = false, + thrown, + errorType, + message, + regexp, + name, + constructorName; + + if (typeof actual != "function") { + throw new Error("Actual is not a Function"); + } + + extractExpectedParams.apply(null, arguments); + + try { + actual(); + } catch (e) { + threw = true; + thrown = e; + } + + if (!threw) { + return fail("Expected function to throw an Error."); + } + + if (!(thrown instanceof Error)) { + return fail("Expected function to throw an Error, but it threw " + thrown + "."); + } + + if (arguments.length == 1) { + return pass("Expected function not to throw an Error, but it threw " + fnNameFor(thrown) + "."); + } + + if (errorType) { + name = fnNameFor(errorType); + constructorName = fnNameFor(thrown.constructor); + } + + if (errorType && message) { + if (thrown.constructor == errorType && util.equals(thrown.message, message)) { + return pass("Expected function not to throw " + name + " with message \"" + message + "\"."); + } else { + return fail("Expected function to throw " + name + " with message \"" + message + + "\", but it threw " + constructorName + " with message \"" + thrown.message + "\"."); + } + } + + if (errorType && regexp) { + if (thrown.constructor == errorType && regexp.test(thrown.message)) { + return pass("Expected function not to throw " + name + " with message matching " + regexp + "."); + } else { + return fail("Expected function to throw " + name + " with message matching " + regexp + + ", but it threw " + constructorName + " with message \"" + thrown.message + "\"."); + } + } + + if (errorType) { + if (thrown.constructor == errorType) { + return pass("Expected function not to throw " + name + "."); + } else { + return fail("Expected function to throw " + name + ", but it threw " + constructorName + "."); + } + } + + if (message) { + if (thrown.message == message) { + return pass("Expected function not to throw an exception with message " + j$.pp(message) + "."); + } else { + return fail("Expected function to throw an exception with message " + j$.pp(message) + + ", but it threw an exception with message " + j$.pp(thrown.message) + "."); + } + } + + if (regexp) { + if (regexp.test(thrown.message)) { + return pass("Expected function not to throw an exception with a message matching " + j$.pp(regexp) + "."); + } else { + return fail("Expected function to throw an exception with a message matching " + j$.pp(regexp) + + ", but it threw an exception with message " + j$.pp(thrown.message) + "."); + } + } + + function fnNameFor(func) { + return func.name || func.toString().match(/^\s*function\s*(\w*)\s*\(/)[1]; + } + + function pass(notMessage) { + return { + pass: true, + message: notMessage + }; + } + + function fail(message) { + return { + pass: false, + message: message + }; + } + + function extractExpectedParams() { + if (arguments.length == 1) { + return; + } + + if (arguments.length == 2) { + var expected = arguments[1]; + + if (expected instanceof RegExp) { + regexp = expected; + } else if (typeof expected == "string") { + message = expected; + } else if (checkForAnErrorType(expected)) { + errorType = expected; + } + + if (!(errorType || message || regexp)) { + throw new Error("Expected is not an Error, string, or RegExp."); + } + } else { + if (checkForAnErrorType(arguments[1])) { + errorType = arguments[1]; + } else { + throw new Error("Expected error type is not an Error."); + } + + if (arguments[2] instanceof RegExp) { + regexp = arguments[2]; + } else if (typeof arguments[2] == "string") { + message = arguments[2]; + } else { + throw new Error("Expected error message is not a string or RegExp."); + } + } + } + + function checkForAnErrorType(type) { + if (typeof type !== "function") { + return false; + } + + var Surrogate = function() {}; + Surrogate.prototype = type.prototype; + return (new Surrogate()) instanceof Error; + } + } + }; + } + + return toThrowError; +}; + +getJasmineRequireObj().version = function() { + return "2.0.0"; +}; diff --git a/node_modules/yamljs/test/lib/jasmine-2.0.0/jasmine_favicon.png b/node_modules/yamljs/test/lib/jasmine-2.0.0/jasmine_favicon.png new file mode 100755 index 0000000000000000000000000000000000000000..3562e278f108d0f6a918d198f21e055e601c7e71 GIT binary patch literal 2057 zcmV+k2=@1hP)&ijKvfTC%$Wid1aFR2$ii+A1Wx?rx%@ z&1NNpLfWZ1g6QrB21_kem?Ba;0|mzpS}7H&g-YZnkRK=6?7O$$ecAi=Wg&q(^Y)(K zd(J)Q+;i`el#*S{2tOPiRoYFrGh&sD(R7k*sw7qlU9~_bzQZKtej(Y8DaO^i{0YBx zG3!ESWCvpN8mF*~^%OCB2n&wAm_;G;1?1QEc|9wiUjMXmZrCxb1K~i}TPpZ6?D&_^ zE*y4+kr}5YqouXUy0ycJo!5b;s>Z1X7ww46j66k4lKd-4+6~@8D0jj^j&C9fnkG5j z%A~vwI+Ulk#ZxFAs99%r<Qy@CSV`29g zvVeMmZ`A$MrNf$h;R;UlDokAO(20Fm$i&T$Cd?j9vlmcE%j}jy7~crcF^)p|RVZ11 zU%qiA&n4R`INPH>W{EaMbB`xd<|kbwXQBqyJ9NpW_cQ*Ag9C6Ju!=fO;3|KEgP0ji z)`b-kt7^P4?vFg1%z`J*qYRG0}f-F>a~5NhU4M@h1(m@oRE#%%}UzHm7_eL@p4 zZwe*qBN{K1{1EsHVu6NxHEp=LIS_dSJ>srWY3rDhF-=pPEwO%#viwl%aAGUk?hTJo z_+SKxegW8<6*%J|&*Cg>PmgVU<`foq5CzlLQWY+9^W3n?JCpPRXJT&kTjp1qXTEIq zNx>clZZ{`Y;5}Zhij?uyfp9T)_kb2g-eWb1XHLK%g~MSdMTp3|lF7CV=dUFLNkhx) zS=A8d{0-=tOH$@PG+oQqrs_YyNpey_#OzIa(#*IMbzGcPNE>9VQE-z#`mNFfd~?hn z*+@j~WvpU%_emKkoycA|%nldpaA`y7(Or|dkUK-E<*RaSn^$4&JL5kJR|GeiXC(1f zVq$()XIir_dJRV_uGEXb`(5_#LEwVO2Kt9-`ZQ;h7G zqk-%^2^!T{blcbo{I}>0KZKLlGvYT4q`gaeN6`*!CJEWO_)6Tmg3;hw$f4?@nul7r z&I9D@If6W>V7o5J*hfrG2C8nnAp?ru;9y5{x*B#~I7BFibdZq$(I|YdZP+-MQ}ywYVUCG z0U>cK(4ZzDscPViUI@FKs9`m?1fIJj=8OCk;r&y;LG9#m+3t$Q(hz9z*9`)9i1!qiu0pftFJEZ@$WPPVR=m5jv9Z-7rg3{7vVKRiDi3GKlM2QBvw-E zOY@(-RMXJXZv%|BpB<8|RuF1{;n6E&n7S2=F9u=%CrdhuGI~TmWN;UZLkDy=37JDh6DGf|WNinY+-QD@5Sv+L9CiBM zVBZG?D+QDFzeZW!1Z;CxiFiuOxo36nGhr+QZHo|mdTnyK-K^BbBt1NZC|=>n6FpwN zw%Sga^CnbRZ|O&T8w}3Uf|9Y{ca!*;df8~2d&W6`1qJ+mFj3#;rfXR3+&0db3co$D zpH?{cbB)^(P>9-rH{+QL2mYm*2A4|1)Y1G+xf6*p7uN^kSGTD6f~2w}ev5{_dg=0aX->Kcd_4M$=;9?x? zYV20E-3tyly%$2OyHAL9=3mUrND3Epz^&XIh<*dF+e%ze-^BTxirwLSODTw*L>`Xd nulYW~`SvFhb)UKQMuPtji`gObi$ZJx00000NkvXXu0mjf%0~0J literal 0 HcmV?d00001 diff --git a/node_modules/yamljs/test/spec/YamlSpec.coffee b/node_modules/yamljs/test/spec/YamlSpec.coffee new file mode 100644 index 0000000..a565f9d --- /dev/null +++ b/node_modules/yamljs/test/spec/YamlSpec.coffee @@ -0,0 +1,1474 @@ + +unless YAML? + YAML = require '../../src/Yaml' + + +# Parsing +# + +describe 'Parsed YAML Collections', -> + + it 'can be simple sequence', -> + + expect YAML.parse """ + - apple + - banana + - carrot + """ + .toEqual ['apple', 'banana', 'carrot'] + + + it 'can be nested sequences', -> + + expect YAML.parse """ + - + - foo + - bar + - baz + """ + .toEqual [['foo', 'bar', 'baz']] + + + it 'can be mixed sequences', -> + + expect YAML.parse """ + - apple + - + - foo + - bar + - x123 + - banana + - carrot + """ + .toEqual ['apple', ['foo', 'bar', 'x123'], 'banana', 'carrot'] + + + it 'can be deeply nested sequences', -> + + expect YAML.parse """ + - + - + - uno + - dos + """ + .toEqual [[['uno', 'dos']]] + + + it 'can be simple mapping', -> + + expect YAML.parse """ + foo: whatever + bar: stuff + """ + .toEqual foo: 'whatever', bar: 'stuff' + + + it 'can be sequence in a mapping', -> + + expect YAML.parse """ + foo: whatever + bar: + - uno + - dos + """ + .toEqual foo: 'whatever', bar: ['uno', 'dos'] + + + it 'can be nested mappings', -> + + expect YAML.parse """ + foo: whatever + bar: + fruit: apple + name: steve + sport: baseball + """ + .toEqual foo: 'whatever', bar: (fruit: 'apple', name: 'steve', sport: 'baseball') + + + it 'can be mixed mapping', -> + + expect YAML.parse """ + foo: whatever + bar: + - + fruit: apple + name: steve + sport: baseball + - more + - + python: rocks + perl: papers + ruby: scissorses + """ + .toEqual foo: 'whatever', bar: [ + (fruit: 'apple', name: 'steve', sport: 'baseball'), + 'more', + (python: 'rocks', perl: 'papers', ruby: 'scissorses') + ] + + + it 'can have mapping-in-sequence shortcut', -> + + expect YAML.parse """ + - work on YAML.py: + - work on Store + """ + .toEqual [('work on YAML.py': ['work on Store'])] + + + it 'can have unindented sequence-in-mapping shortcut', -> + + expect YAML.parse """ + allow: + - 'localhost' + - '%.sourceforge.net' + - '%.freepan.org' + """ + .toEqual (allow: ['localhost', '%.sourceforge.net', '%.freepan.org']) + + + it 'can merge key', -> + + expect YAML.parse """ + mapping: + name: Joe + job: Accountant + <<: + age: 38 + """ + .toEqual mapping: + name: 'Joe' + job: 'Accountant' + age: 38 + + it 'can ignore trailing empty lines for smallest indent', -> + + expect YAML.parse """ trailing: empty lines\n""" + .toEqual trailing: 'empty lines' + +describe 'Parsed YAML Inline Collections', -> + + it 'can be simple inline array', -> + + expect YAML.parse """ + --- + seq: [ a, b, c ] + """ + .toEqual seq: ['a', 'b', 'c'] + + + it 'can be simple inline hash', -> + + expect YAML.parse """ + --- + hash: { name: Steve, foo: bar } + """ + .toEqual hash: (name: 'Steve', foo: 'bar') + + + it 'can be nested inline hash', -> + + expect YAML.parse """ + --- + hash: { val1: "string", val2: { v2k1: "v2k1v" } } + """ + .toEqual hash: (val1: 'string', val2: (v2k1: 'v2k1v')) + + + it 'can be multi-line inline collections', -> + + expect YAML.parse """ + languages: [ Ruby, + Perl, + Python ] + websites: { YAML: yaml.org, + Ruby: ruby-lang.org, + Python: python.org, + Perl: use.perl.org } + """ + .toEqual ( + languages: ['Ruby', 'Perl', 'Python'] + websites: + YAML: 'yaml.org' + Ruby: 'ruby-lang.org' + Python: 'python.org' + Perl: 'use.perl.org' + ) + + + +describe 'Parsed YAML Basic Types', -> + + it 'can be strings', -> + + expect YAML.parse """ + --- + String + """ + .toEqual 'String' + + + it 'can be double-quoted strings with backslashes', -> + + expect YAML.parse """ + str: + "string with \\\\ inside" + """ + .toEqual str: 'string with \\ inside' + + + it 'can be single-quoted strings with backslashes', -> + + expect YAML.parse """ + str: + 'string with \\\\ inside' + """ + .toEqual str: 'string with \\\\ inside' + + + it 'can be double-quoted strings with line breaks', -> + + expect YAML.parse """ + str: + "string with \\n inside" + """ + .toEqual str: 'string with \n inside' + + + it 'can be single-quoted strings with escaped line breaks', -> + + expect YAML.parse """ + str: + 'string with \\n inside' + """ + .toEqual str: 'string with \\n inside' + + + it 'can be double-quoted strings with line breaks and backslashes', -> + + expect YAML.parse """ + str: + "string with \\n inside and \\\\ also" + """ + .toEqual str: 'string with \n inside and \\ also' + + + it 'can be single-quoted strings with line breaks and backslashes', -> + + expect YAML.parse """ + str: + 'string with \\n inside and \\\\ also' + """ + .toEqual str: 'string with \\n inside and \\\\ also' + + + it 'can have string characters in sequences', -> + + expect YAML.parse """ + - What's Yaml? + - It's for writing data structures in plain text. + - And? + - And what? That's not good enough for you? + - No, I mean, "And what about Yaml?" + - Oh, oh yeah. Uh.. Yaml for JavaScript. + """ + .toEqual [ + "What's Yaml?", + "It's for writing data structures in plain text.", + "And?", + "And what? That's not good enough for you?", + "No, I mean, \"And what about Yaml?\"", + "Oh, oh yeah. Uh.. Yaml for JavaScript." + ] + + + it 'can have indicators in strings', -> + + expect YAML.parse """ + the colon followed by space is an indicator: but is a string:right here + same for the pound sign: here we have it#in a string + the comma can, honestly, be used in most cases: [ but not in, inline collections ] + """ + .toEqual ( + 'the colon followed by space is an indicator': 'but is a string:right here', + 'same for the pound sign': 'here we have it#in a string', + 'the comma can, honestly, be used in most cases': ['but not in', 'inline collections'] + ) + + + it 'can force strings', -> + + expect YAML.parse """ + date string: !str 2001-08-01 + number string: !str 192 + date string 2: !!str 2001-08-01 + number string 2: !!str 192 + """ + .toEqual ( + 'date string': '2001-08-01', + 'number string': '192' , + 'date string 2': '2001-08-01', + 'number string 2': '192' + ) + + + it 'can be single-quoted strings', -> + + expect YAML.parse """ + all my favorite symbols: '#:!/%.)' + a few i hate: '&(*' + why do i hate them?: 'it''s very hard to explain' + """ + .toEqual ( + 'all my favorite symbols': '#:!/%.)', + 'a few i hate': '&(*', + 'why do i hate them?': 'it\'s very hard to explain' + ) + + + it 'can be double-quoted strings', -> + + expect YAML.parse """ + i know where i want my line breaks: "one here\\nand another here\\n" + """ + .toEqual ( + 'i know where i want my line breaks': "one here\nand another here\n" + ) + + + it 'can be null', -> + + expect YAML.parse """ + name: Mr. Show + hosted by: Bob and David + date of next season: ~ + """ + .toEqual ( + 'name': 'Mr. Show' + 'hosted by': 'Bob and David' + 'date of next season': null + ) + + + it 'can be boolean', -> + + expect YAML.parse """ + Is Gus a Liar?: true + Do I rely on Gus for Sustenance?: false + """ + .toEqual ( + 'Is Gus a Liar?': true + 'Do I rely on Gus for Sustenance?': false + ) + + + it 'can be integers', -> + + expect YAML.parse """ + zero: 0 + simple: 12 + one-thousand: 1,000 + negative one-thousand: -1,000 + """ + .toEqual ( + 'zero': 0 + 'simple': 12 + 'one-thousand': 1000 + 'negative one-thousand': -1000 + ) + + + it 'can be integers as map keys', -> + + expect YAML.parse """ + 1: one + 2: two + 3: three + """ + .toEqual ( + 1: 'one' + 2: 'two' + 3: 'three' + ) + + + it 'can be floats', -> + + expect YAML.parse """ + a simple float: 2.00 + larger float: 1,000.09 + scientific notation: 1.00009e+3 + """ + .toEqual ( + 'a simple float': 2.0 + 'larger float': 1000.09 + 'scientific notation': 1000.09 + ) + + + it 'can be time', -> + + iso8601Date = new Date Date.UTC(2001, 12-1, 14, 21, 59, 43, 10) + iso8601Date.setTime iso8601Date.getTime() - 5 * 3600 * 1000 + + spaceSeparatedDate = new Date Date.UTC(2001, 12-1, 14, 21, 59, 43, 10) + spaceSeparatedDate.setTime spaceSeparatedDate.getTime() + 5 * 3600 * 1000 + + withDatesToTime = (input) -> + res = {} + for key, val of input + res[key] = val.getTime() + return res + + expect withDatesToTime(YAML.parse """ + iso8601: 2001-12-14t21:59:43.010+05:00 + space separated: 2001-12-14 21:59:43.010 -05:00 + """) + .toEqual withDatesToTime ( + 'iso8601': iso8601Date + 'space separated': spaceSeparatedDate + ) + + + it 'can be date', -> + + aDate = new Date Date.UTC(1976, 7-1, 31, 0, 0, 0, 0) + + withDatesToTime = (input) -> + return input + res = {} + for key, val of input + res[key] = val.getTime() + return res + + expect withDatesToTime(YAML.parse """ + date: 1976-07-31 + """) + .toEqual withDatesToTime ( + 'date': aDate + ) + + + +describe 'Parsed YAML Blocks', -> + + it 'can be single ending newline', -> + + expect YAML.parse """ + --- + this: | + Foo + Bar + """ + .toEqual 'this': "Foo\nBar\n" + + + it 'can be single ending newline with \'+\' indicator', -> + + expect YAML.parse """ + normal: | + extra new lines not kept + + preserving: |+ + extra new lines are kept + + + dummy: value + """ + .toEqual ( + 'normal': "extra new lines not kept\n" + 'preserving': "extra new lines are kept\n\n\n" + 'dummy': 'value' + ) + + + it 'can be multi-line block handling trailing newlines in function of \'+\', \'-\' indicators', -> + + expect YAML.parse """ + clipped: | + This has one newline. + + + + same as "clipped" above: "This has one newline.\\n" + + stripped: |- + This has no newline. + + + + same as "stripped" above: "This has no newline." + + kept: |+ + This has four newlines. + + + + same as "kept" above: "This has four newlines.\\n\\n\\n\\n" + """ + .toEqual ( + 'clipped': "This has one newline.\n" + 'same as "clipped" above': "This has one newline.\n" + 'stripped':'This has no newline.' + 'same as "stripped" above': 'This has no newline.' + 'kept': "This has four newlines.\n\n\n\n" + 'same as "kept" above': "This has four newlines.\n\n\n\n" + ) + + + it 'can be folded block in a sequence', -> + + expect YAML.parse """ + --- + - apple + - banana + - > + can't you see + the beauty of yaml? + hmm + - dog + """ + .toEqual [ + 'apple', + 'banana', + "can't you see the beauty of yaml? hmm\n", + 'dog' + ] + + + it 'can be folded block as a mapping value', -> + + expect YAML.parse """ + --- + quote: > + Mark McGwire's + year was crippled + by a knee injury. + source: espn + """ + .toEqual ( + 'quote': "Mark McGwire's year was crippled by a knee injury.\n" + 'source': 'espn' + ) + + + it 'can be folded block handling trailing newlines in function of \'+\', \'-\' indicators', -> + + expect YAML.parse """ + clipped: > + This has one newline. + + + + same as "clipped" above: "This has one newline.\\n" + + stripped: >- + This has no newline. + + + + same as "stripped" above: "This has no newline." + + kept: >+ + This has four newlines. + + + + same as "kept" above: "This has four newlines.\\n\\n\\n\\n" + """ + .toEqual ( + 'clipped': "This has one newline.\n" + 'same as "clipped" above': "This has one newline.\n" + 'stripped': 'This has no newline.' + 'same as "stripped" above': 'This has no newline.' + 'kept': "This has four newlines.\n\n\n\n" + 'same as "kept" above': "This has four newlines.\n\n\n\n" + ) + + + it 'can be the whole document as intented block', -> + + expect YAML.parse """ + --- + foo: "bar" + baz: + - "qux" + - "quxx" + corge: null + """ + .toEqual ( + 'foo': "bar" + 'baz': ['qux', 'quxx'] + 'corge': null + ) + + + + +describe 'Parsed YAML Comments', -> + + it 'can begin the document', -> + + expect YAML.parse """ + # This is a comment + hello: world + """ + .toEqual ( + hello: 'world' + ) + + + it 'can be less indented in mapping', -> + + expect YAML.parse """ + parts: + a: 'b' + # normally indented comment + c: 'd' + # less indented comment + e: 'f' + """ + .toEqual ( + parts: {a: 'b', c: 'd', e: 'f'} + ) + + + it 'can be less indented in sequence', -> + + expect YAML.parse """ + list-header: + - item1 + # - item2 + - item3 + # - item4 + """ + .toEqual ( + 'list-header': ['item1', 'item3'] + ) + + + it 'can finish a line', -> + + expect YAML.parse """ + hello: world # This is a comment + """ + .toEqual ( + hello: 'world' + ) + + + it 'can end the document', -> + + expect YAML.parse """ + hello: world + # This is a comment + """ + .toEqual ( + hello: 'world' + ) + + + +describe 'Parsed YAML Aliases and Anchors', -> + + it 'can be simple alias', -> + + expect YAML.parse """ + - &showell Steve + - Clark + - Brian + - Oren + - *showell + """ + .toEqual ['Steve', 'Clark', 'Brian', 'Oren', 'Steve'] + + + it 'can be alias of a mapping', -> + + expect YAML.parse """ + - &hello + Meat: pork + Starch: potato + - banana + - *hello + """ + .toEqual [ + Meat: 'pork', Starch: 'potato' + , + 'banana' + , + Meat: 'pork', Starch: 'potato' + ] + + + +describe 'Parsed YAML Documents', -> + + it 'can have YAML header', -> + + expect YAML.parse """ + --- %YAML:1.0 + foo: 1 + bar: 2 + """ + .toEqual ( + foo: 1 + bar: 2 + ) + + + it 'can have leading document separator', -> + + expect YAML.parse """ + --- + - foo: 1 + bar: 2 + """ + .toEqual [( + foo: 1 + bar: 2 + )] + + + it 'can have multiple document separators in block', -> + + expect YAML.parse """ + foo: | + --- + foo: bar + --- + yo: baz + bar: | + fooness + """ + .toEqual ( + foo: "---\nfoo: bar\n---\nyo: baz\n" + bar: "fooness\n" + ) + + +# Dumping +# + +describe 'Dumped YAML Collections', -> + + it 'can be simple sequence', -> + + expect YAML.parse """ + - apple + - banana + - carrot + """ + .toEqual YAML.parse YAML.dump ['apple', 'banana', 'carrot'] + + + it 'can be nested sequences', -> + + expect YAML.parse """ + - + - foo + - bar + - baz + """ + .toEqual YAML.parse YAML.dump [['foo', 'bar', 'baz']] + + + it 'can be mixed sequences', -> + + expect YAML.parse """ + - apple + - + - foo + - bar + - x123 + - banana + - carrot + """ + .toEqual YAML.parse YAML.dump ['apple', ['foo', 'bar', 'x123'], 'banana', 'carrot'] + + + it 'can be deeply nested sequences', -> + + expect YAML.parse """ + - + - + - uno + - dos + """ + .toEqual YAML.parse YAML.dump [[['uno', 'dos']]] + + + it 'can be simple mapping', -> + + expect YAML.parse """ + foo: whatever + bar: stuff + """ + .toEqual YAML.parse YAML.dump foo: 'whatever', bar: 'stuff' + + + it 'can be sequence in a mapping', -> + + expect YAML.parse """ + foo: whatever + bar: + - uno + - dos + """ + .toEqual YAML.parse YAML.dump foo: 'whatever', bar: ['uno', 'dos'] + + + it 'can be nested mappings', -> + + expect YAML.parse """ + foo: whatever + bar: + fruit: apple + name: steve + sport: baseball + """ + .toEqual YAML.parse YAML.dump foo: 'whatever', bar: (fruit: 'apple', name: 'steve', sport: 'baseball') + + + it 'can be mixed mapping', -> + + expect YAML.parse """ + foo: whatever + bar: + - + fruit: apple + name: steve + sport: baseball + - more + - + python: rocks + perl: papers + ruby: scissorses + """ + .toEqual YAML.parse YAML.dump foo: 'whatever', bar: [ + (fruit: 'apple', name: 'steve', sport: 'baseball'), + 'more', + (python: 'rocks', perl: 'papers', ruby: 'scissorses') + ] + + + it 'can have mapping-in-sequence shortcut', -> + + expect YAML.parse """ + - work on YAML.py: + - work on Store + """ + .toEqual YAML.parse YAML.dump [('work on YAML.py': ['work on Store'])] + + + it 'can have unindented sequence-in-mapping shortcut', -> + + expect YAML.parse """ + allow: + - 'localhost' + - '%.sourceforge.net' + - '%.freepan.org' + """ + .toEqual YAML.parse YAML.dump (allow: ['localhost', '%.sourceforge.net', '%.freepan.org']) + + + it 'can merge key', -> + + expect YAML.parse """ + mapping: + name: Joe + job: Accountant + <<: + age: 38 + """ + .toEqual YAML.parse YAML.dump mapping: + name: 'Joe' + job: 'Accountant' + age: 38 + + + +describe 'Dumped YAML Inline Collections', -> + + it 'can be simple inline array', -> + + expect YAML.parse """ + --- + seq: [ a, b, c ] + """ + .toEqual YAML.parse YAML.dump seq: ['a', 'b', 'c'] + + + it 'can be simple inline hash', -> + + expect YAML.parse """ + --- + hash: { name: Steve, foo: bar } + """ + .toEqual YAML.parse YAML.dump hash: (name: 'Steve', foo: 'bar') + + + it 'can be multi-line inline collections', -> + + expect YAML.parse """ + languages: [ Ruby, + Perl, + Python ] + websites: { YAML: yaml.org, + Ruby: ruby-lang.org, + Python: python.org, + Perl: use.perl.org } + """ + .toEqual YAML.parse YAML.dump ( + languages: ['Ruby', 'Perl', 'Python'] + websites: + YAML: 'yaml.org' + Ruby: 'ruby-lang.org' + Python: 'python.org' + Perl: 'use.perl.org' + ) + + it 'can be dumped empty sequences in mappings', -> + + expect YAML.parse(YAML.dump({key:[]})) + .toEqual({key:[]}) + + it 'can be dumpted empty inline collections', -> + + expect YAML.parse(YAML.dump({key:{}})) + .toEqual({key:{}}) + +describe 'Dumped YAML Basic Types', -> + + it 'can be strings', -> + + expect YAML.parse """ + --- + String + """ + .toEqual YAML.parse YAML.dump 'String' + + + it 'can be double-quoted strings with backslashes', -> + + expect YAML.parse """ + str: + "string with \\\\ inside" + """ + .toEqual YAML.parse YAML.dump str: 'string with \\ inside' + + + it 'can be single-quoted strings with backslashes', -> + + expect YAML.parse """ + str: + 'string with \\\\ inside' + """ + .toEqual YAML.parse YAML.dump str: 'string with \\\\ inside' + + + it 'can be double-quoted strings with line breaks', -> + + expect YAML.parse """ + str: + "string with \\n inside" + """ + .toEqual YAML.parse YAML.dump str: 'string with \n inside' + + + it 'can be double-quoted strings with line breaks and backslashes', -> + + expect YAML.parse """ + str: + "string with \\n inside and \\\\ also" + """ + .toEqual YAML.parse YAML.dump str: 'string with \n inside and \\ also' + + + it 'can be single-quoted strings with line breaks and backslashes', -> + + expect YAML.parse """ + str: + 'string with \\n inside and \\\\ also' + """ + .toEqual YAML.parse YAML.dump str: 'string with \\n inside and \\\\ also' + + + it 'can be single-quoted strings with escaped line breaks', -> + + expect YAML.parse """ + str: + 'string with \\n inside' + """ + .toEqual YAML.parse YAML.dump str: 'string with \\n inside' + + + it 'can have string characters in sequences', -> + + expect YAML.parse """ + - What's Yaml? + - It's for writing data structures in plain text. + - And? + - And what? That's not good enough for you? + - No, I mean, "And what about Yaml?" + - Oh, oh yeah. Uh.. Yaml for JavaScript. + """ + .toEqual YAML.parse YAML.dump [ + "What's Yaml?", + "It's for writing data structures in plain text.", + "And?", + "And what? That's not good enough for you?", + "No, I mean, \"And what about Yaml?\"", + "Oh, oh yeah. Uh.. Yaml for JavaScript." + ] + + + it 'can have indicators in strings', -> + + expect YAML.parse """ + the colon followed by space is an indicator: but is a string:right here + same for the pound sign: here we have it#in a string + the comma can, honestly, be used in most cases: [ but not in, inline collections ] + """ + .toEqual YAML.parse YAML.dump ( + 'the colon followed by space is an indicator': 'but is a string:right here', + 'same for the pound sign': 'here we have it#in a string', + 'the comma can, honestly, be used in most cases': ['but not in', 'inline collections'] + ) + + + it 'can force strings', -> + + expect YAML.parse """ + date string: !str 2001-08-01 + number string: !str 192 + date string 2: !!str 2001-08-01 + number string 2: !!str 192 + """ + .toEqual YAML.parse YAML.dump ( + 'date string': '2001-08-01', + 'number string': '192' , + 'date string 2': '2001-08-01', + 'number string 2': '192' + ) + + + it 'can be single-quoted strings', -> + + expect YAML.parse """ + all my favorite symbols: '#:!/%.)' + a few i hate: '&(*' + why do i hate them?: 'it''s very hard to explain' + """ + .toEqual YAML.parse YAML.dump ( + 'all my favorite symbols': '#:!/%.)', + 'a few i hate': '&(*', + 'why do i hate them?': 'it\'s very hard to explain' + ) + + + it 'can be double-quoted strings', -> + + expect YAML.parse """ + i know where i want my line breaks: "one here\\nand another here\\n" + """ + .toEqual YAML.parse YAML.dump ( + 'i know where i want my line breaks': "one here\nand another here\n" + ) + + + it 'can be null', -> + + expect YAML.parse """ + name: Mr. Show + hosted by: Bob and David + date of next season: ~ + """ + .toEqual YAML.parse YAML.dump ( + 'name': 'Mr. Show' + 'hosted by': 'Bob and David' + 'date of next season': null + ) + + + it 'can be boolean', -> + + expect YAML.parse """ + Is Gus a Liar?: true + Do I rely on Gus for Sustenance?: false + """ + .toEqual YAML.parse YAML.dump ( + 'Is Gus a Liar?': true + 'Do I rely on Gus for Sustenance?': false + ) + + + it 'can be integers', -> + + expect YAML.parse """ + zero: 0 + simple: 12 + one-thousand: 1,000 + negative one-thousand: -1,000 + """ + .toEqual YAML.parse YAML.dump ( + 'zero': 0 + 'simple': 12 + 'one-thousand': 1000 + 'negative one-thousand': -1000 + ) + + + it 'can be integers as map keys', -> + + expect YAML.parse """ + 1: one + 2: two + 3: three + """ + .toEqual YAML.parse YAML.dump ( + 1: 'one' + 2: 'two' + 3: 'three' + ) + + + it 'can be floats', -> + + expect YAML.parse """ + a simple float: 2.00 + larger float: 1,000.09 + scientific notation: 1.00009e+3 + """ + .toEqual YAML.parse YAML.dump ( + 'a simple float': 2.0 + 'larger float': 1000.09 + 'scientific notation': 1000.09 + ) + + + it 'can be time', -> + + iso8601Date = new Date Date.UTC(2001, 12-1, 14, 21, 59, 43, 10) + iso8601Date.setTime iso8601Date.getTime() + 5 * 3600 * 1000 + + spaceSeparatedDate = new Date Date.UTC(2001, 12-1, 14, 21, 59, 43, 10) + spaceSeparatedDate.setTime spaceSeparatedDate.getTime() - 5 * 3600 * 1000 + + withDatesToTime = (input) -> + res = {} + for key, val of input + res[key] = val.getTime() + return res + + expect withDatesToTime(YAML.parse """ + iso8601: 2001-12-14t21:59:43.010-05:00 + space separated: 2001-12-14 21:59:43.010 +05:00 + """) + .toEqual YAML.parse YAML.dump withDatesToTime ( + 'iso8601': iso8601Date + 'space separated': spaceSeparatedDate + ) + + + it 'can be date', -> + + aDate = new Date Date.UTC(1976, 7-1, 31, 0, 0, 0, 0) + + withDatesToTime = (input) -> + return input + res = {} + for key, val of input + res[key] = val.getTime() + return res + + expect withDatesToTime(YAML.parse """ + date: 1976-07-31 + """) + .toEqual YAML.parse YAML.dump withDatesToTime ( + 'date': aDate + ) + + + +describe 'Dumped YAML Blocks', -> + + it 'can be single ending newline', -> + + expect YAML.parse """ + --- + this: | + Foo + Bar + """ + .toEqual YAML.parse YAML.dump 'this': "Foo\nBar\n" + + + it 'can be single ending newline with \'+\' indicator', -> + + expect YAML.parse """ + normal: | + extra new lines not kept + + preserving: |+ + extra new lines are kept + + + dummy: value + """ + .toEqual YAML.parse YAML.dump ( + 'normal': "extra new lines not kept\n" + 'preserving': "extra new lines are kept\n\n\n" + 'dummy': 'value' + ) + + + it 'can be multi-line block handling trailing newlines in function of \'+\', \'-\' indicators', -> + + expect YAML.parse """ + clipped: | + This has one newline. + + + + same as "clipped" above: "This has one newline.\\n" + + stripped: |- + This has no newline. + + + + same as "stripped" above: "This has no newline." + + kept: |+ + This has four newlines. + + + + same as "kept" above: "This has four newlines.\\n\\n\\n\\n" + """ + .toEqual YAML.parse YAML.dump ( + 'clipped': "This has one newline.\n" + 'same as "clipped" above': "This has one newline.\n" + 'stripped':'This has no newline.' + 'same as "stripped" above': 'This has no newline.' + 'kept': "This has four newlines.\n\n\n\n" + 'same as "kept" above': "This has four newlines.\n\n\n\n" + ) + + + it 'can be folded block in a sequence', -> + + expect YAML.parse """ + --- + - apple + - banana + - > + can't you see + the beauty of yaml? + hmm + - dog + """ + .toEqual YAML.parse YAML.dump [ + 'apple', + 'banana', + "can't you see the beauty of yaml? hmm\n", + 'dog' + ] + + + it 'can be folded block as a mapping value', -> + + expect YAML.parse """ + --- + quote: > + Mark McGwire's + year was crippled + by a knee injury. + source: espn + """ + .toEqual YAML.parse YAML.dump ( + 'quote': "Mark McGwire's year was crippled by a knee injury.\n" + 'source': 'espn' + ) + + + it 'can be folded block handling trailing newlines in function of \'+\', \'-\' indicators', -> + + expect YAML.parse """ + clipped: > + This has one newline. + + + + same as "clipped" above: "This has one newline.\\n" + + stripped: >- + This has no newline. + + + + same as "stripped" above: "This has no newline." + + kept: >+ + This has four newlines. + + + + same as "kept" above: "This has four newlines.\\n\\n\\n\\n" + """ + .toEqual YAML.parse YAML.dump ( + 'clipped': "This has one newline.\n" + 'same as "clipped" above': "This has one newline.\n" + 'stripped': 'This has no newline.' + 'same as "stripped" above': 'This has no newline.' + 'kept': "This has four newlines.\n\n\n\n" + 'same as "kept" above': "This has four newlines.\n\n\n\n" + ) + + + +describe 'Dumped YAML Comments', -> + + it 'can begin the document', -> + + expect YAML.parse """ + # This is a comment + hello: world + """ + .toEqual YAML.parse YAML.dump ( + hello: 'world' + ) + + + it 'can finish a line', -> + + expect YAML.parse """ + hello: world # This is a comment + """ + .toEqual YAML.parse YAML.dump ( + hello: 'world' + ) + + + it 'can end the document', -> + + expect YAML.parse """ + hello: world + # This is a comment + """ + .toEqual YAML.parse YAML.dump ( + hello: 'world' + ) + + + +describe 'Dumped YAML Aliases and Anchors', -> + + it 'can be simple alias', -> + + expect YAML.parse """ + - &showell Steve + - Clark + - Brian + - Oren + - *showell + """ + .toEqual YAML.parse YAML.dump ['Steve', 'Clark', 'Brian', 'Oren', 'Steve'] + + + it 'can be alias of a mapping', -> + + expect YAML.parse """ + - &hello + Meat: pork + Starch: potato + - banana + - *hello + """ + .toEqual YAML.parse YAML.dump [ + Meat: 'pork', Starch: 'potato' + , + 'banana' + , + Meat: 'pork', Starch: 'potato' + ] + + + +describe 'Dumped YAML Documents', -> + + it 'can have YAML header', -> + + expect YAML.parse """ + --- %YAML:1.0 + foo: 1 + bar: 2 + """ + .toEqual YAML.parse YAML.dump ( + foo: 1 + bar: 2 + ) + + + it 'can have leading document separator', -> + + expect YAML.parse """ + --- + - foo: 1 + bar: 2 + """ + .toEqual YAML.parse YAML.dump [( + foo: 1 + bar: 2 + )] + + + it 'can have multiple document separators in block', -> + + expect YAML.parse """ + foo: | + --- + foo: bar + --- + yo: baz + bar: | + fooness + """ + .toEqual YAML.parse YAML.dump ( + foo: "---\nfoo: bar\n---\nyo: baz\n" + bar: "fooness\n" + ) + + +# Loading +# (disable test when running locally from file) +# +url = document?.location?.href +if not(url?) or url.indexOf('file://') is -1 + + examplePath = 'spec/example.yml' + if __dirname? + examplePath = __dirname+'/example.yml' + + describe 'YAML loading', -> + + it 'can be done synchronously', -> + + expect(YAML.load(examplePath)).toEqual ( + this: 'is' + a: ['YAML', 'example'] + ) + + + it 'can be done asynchronously', (done) -> + + YAML.load examplePath, (result) -> + + expect(result).toEqual ( + this: 'is' + a: ['YAML', 'example'] + ) + + done() diff --git a/node_modules/yamljs/test/spec/YamlSpec.js b/node_modules/yamljs/test/spec/YamlSpec.js new file mode 100644 index 0000000..efdad1e --- /dev/null +++ b/node_modules/yamljs/test/spec/YamlSpec.js @@ -0,0 +1,764 @@ +// Generated by CoffeeScript 1.12.4 +var YAML, examplePath, ref, url; + +if (typeof YAML === "undefined" || YAML === null) { + YAML = require('../../src/Yaml'); +} + +describe('Parsed YAML Collections', function() { + it('can be simple sequence', function() { + return expect(YAML.parse("- apple\n- banana\n- carrot")).toEqual(['apple', 'banana', 'carrot']); + }); + it('can be nested sequences', function() { + return expect(YAML.parse("-\n - foo\n - bar\n - baz")).toEqual([['foo', 'bar', 'baz']]); + }); + it('can be mixed sequences', function() { + return expect(YAML.parse("- apple\n-\n - foo\n - bar\n - x123\n- banana\n- carrot")).toEqual(['apple', ['foo', 'bar', 'x123'], 'banana', 'carrot']); + }); + it('can be deeply nested sequences', function() { + return expect(YAML.parse("-\n -\n - uno\n - dos")).toEqual([[['uno', 'dos']]]); + }); + it('can be simple mapping', function() { + return expect(YAML.parse("foo: whatever\nbar: stuff")).toEqual({ + foo: 'whatever', + bar: 'stuff' + }); + }); + it('can be sequence in a mapping', function() { + return expect(YAML.parse("foo: whatever\nbar:\n - uno\n - dos")).toEqual({ + foo: 'whatever', + bar: ['uno', 'dos'] + }); + }); + it('can be nested mappings', function() { + return expect(YAML.parse("foo: whatever\nbar:\n fruit: apple\n name: steve\n sport: baseball")).toEqual({ + foo: 'whatever', + bar: { + fruit: 'apple', + name: 'steve', + sport: 'baseball' + } + }); + }); + it('can be mixed mapping', function() { + return expect(YAML.parse("foo: whatever\nbar:\n -\n fruit: apple\n name: steve\n sport: baseball\n - more\n -\n python: rocks\n perl: papers\n ruby: scissorses")).toEqual({ + foo: 'whatever', + bar: [ + { + fruit: 'apple', + name: 'steve', + sport: 'baseball' + }, 'more', { + python: 'rocks', + perl: 'papers', + ruby: 'scissorses' + } + ] + }); + }); + it('can have mapping-in-sequence shortcut', function() { + return expect(YAML.parse("- work on YAML.py:\n - work on Store")).toEqual([ + { + 'work on YAML.py': ['work on Store'] + } + ]); + }); + it('can have unindented sequence-in-mapping shortcut', function() { + return expect(YAML.parse("allow:\n- 'localhost'\n- '%.sourceforge.net'\n- '%.freepan.org'")).toEqual({ + allow: ['localhost', '%.sourceforge.net', '%.freepan.org'] + }); + }); + it('can merge key', function() { + return expect(YAML.parse("mapping:\n name: Joe\n job: Accountant\n <<:\n age: 38")).toEqual({ + mapping: { + name: 'Joe', + job: 'Accountant', + age: 38 + } + }); + }); + return it('can ignore trailing empty lines for smallest indent', function() { + return expect(YAML.parse(" trailing: empty lines\n")).toEqual({ + trailing: 'empty lines' + }); + }); +}); + +describe('Parsed YAML Inline Collections', function() { + it('can be simple inline array', function() { + return expect(YAML.parse("---\nseq: [ a, b, c ]")).toEqual({ + seq: ['a', 'b', 'c'] + }); + }); + it('can be simple inline hash', function() { + return expect(YAML.parse("---\nhash: { name: Steve, foo: bar }")).toEqual({ + hash: { + name: 'Steve', + foo: 'bar' + } + }); + }); + it('can be nested inline hash', function() { + return expect(YAML.parse("---\nhash: { val1: \"string\", val2: { v2k1: \"v2k1v\" } }")).toEqual({ + hash: { + val1: 'string', + val2: { + v2k1: 'v2k1v' + } + } + }); + }); + return it('can be multi-line inline collections', function() { + return expect(YAML.parse("languages: [ Ruby,\n Perl,\n Python ]\nwebsites: { YAML: yaml.org,\n Ruby: ruby-lang.org,\n Python: python.org,\n Perl: use.perl.org }")).toEqual({ + languages: ['Ruby', 'Perl', 'Python'], + websites: { + YAML: 'yaml.org', + Ruby: 'ruby-lang.org', + Python: 'python.org', + Perl: 'use.perl.org' + } + }); + }); +}); + +describe('Parsed YAML Basic Types', function() { + it('can be strings', function() { + return expect(YAML.parse("---\nString")).toEqual('String'); + }); + it('can be double-quoted strings with backslashes', function() { + return expect(YAML.parse("str:\n \"string with \\\\ inside\"")).toEqual({ + str: 'string with \\ inside' + }); + }); + it('can be single-quoted strings with backslashes', function() { + return expect(YAML.parse("str:\n 'string with \\\\ inside'")).toEqual({ + str: 'string with \\\\ inside' + }); + }); + it('can be double-quoted strings with line breaks', function() { + return expect(YAML.parse("str:\n \"string with \\n inside\"")).toEqual({ + str: 'string with \n inside' + }); + }); + it('can be single-quoted strings with escaped line breaks', function() { + return expect(YAML.parse("str:\n 'string with \\n inside'")).toEqual({ + str: 'string with \\n inside' + }); + }); + it('can be double-quoted strings with line breaks and backslashes', function() { + return expect(YAML.parse("str:\n \"string with \\n inside and \\\\ also\"")).toEqual({ + str: 'string with \n inside and \\ also' + }); + }); + it('can be single-quoted strings with line breaks and backslashes', function() { + return expect(YAML.parse("str:\n 'string with \\n inside and \\\\ also'")).toEqual({ + str: 'string with \\n inside and \\\\ also' + }); + }); + it('can have string characters in sequences', function() { + return expect(YAML.parse("- What's Yaml?\n- It's for writing data structures in plain text.\n- And?\n- And what? That's not good enough for you?\n- No, I mean, \"And what about Yaml?\"\n- Oh, oh yeah. Uh.. Yaml for JavaScript.")).toEqual(["What's Yaml?", "It's for writing data structures in plain text.", "And?", "And what? That's not good enough for you?", "No, I mean, \"And what about Yaml?\"", "Oh, oh yeah. Uh.. Yaml for JavaScript."]); + }); + it('can have indicators in strings', function() { + return expect(YAML.parse("the colon followed by space is an indicator: but is a string:right here\nsame for the pound sign: here we have it#in a string\nthe comma can, honestly, be used in most cases: [ but not in, inline collections ]")).toEqual({ + 'the colon followed by space is an indicator': 'but is a string:right here', + 'same for the pound sign': 'here we have it#in a string', + 'the comma can, honestly, be used in most cases': ['but not in', 'inline collections'] + }); + }); + it('can force strings', function() { + return expect(YAML.parse("date string: !str 2001-08-01\nnumber string: !str 192\ndate string 2: !!str 2001-08-01\nnumber string 2: !!str 192")).toEqual({ + 'date string': '2001-08-01', + 'number string': '192', + 'date string 2': '2001-08-01', + 'number string 2': '192' + }); + }); + it('can be single-quoted strings', function() { + return expect(YAML.parse("all my favorite symbols: '#:!/%.)'\na few i hate: '&(*'\nwhy do i hate them?: 'it''s very hard to explain'")).toEqual({ + 'all my favorite symbols': '#:!/%.)', + 'a few i hate': '&(*', + 'why do i hate them?': 'it\'s very hard to explain' + }); + }); + it('can be double-quoted strings', function() { + return expect(YAML.parse("i know where i want my line breaks: \"one here\\nand another here\\n\"")).toEqual({ + 'i know where i want my line breaks': "one here\nand another here\n" + }); + }); + it('can be null', function() { + return expect(YAML.parse("name: Mr. Show\nhosted by: Bob and David\ndate of next season: ~")).toEqual({ + 'name': 'Mr. Show', + 'hosted by': 'Bob and David', + 'date of next season': null + }); + }); + it('can be boolean', function() { + return expect(YAML.parse("Is Gus a Liar?: true\nDo I rely on Gus for Sustenance?: false")).toEqual({ + 'Is Gus a Liar?': true, + 'Do I rely on Gus for Sustenance?': false + }); + }); + it('can be integers', function() { + return expect(YAML.parse("zero: 0\nsimple: 12\none-thousand: 1,000\nnegative one-thousand: -1,000")).toEqual({ + 'zero': 0, + 'simple': 12, + 'one-thousand': 1000, + 'negative one-thousand': -1000 + }); + }); + it('can be integers as map keys', function() { + return expect(YAML.parse("1: one\n2: two\n3: three")).toEqual({ + 1: 'one', + 2: 'two', + 3: 'three' + }); + }); + it('can be floats', function() { + return expect(YAML.parse("a simple float: 2.00\nlarger float: 1,000.09\nscientific notation: 1.00009e+3")).toEqual({ + 'a simple float': 2.0, + 'larger float': 1000.09, + 'scientific notation': 1000.09 + }); + }); + it('can be time', function() { + var iso8601Date, spaceSeparatedDate, withDatesToTime; + iso8601Date = new Date(Date.UTC(2001, 12 - 1, 14, 21, 59, 43, 10)); + iso8601Date.setTime(iso8601Date.getTime() - 5 * 3600 * 1000); + spaceSeparatedDate = new Date(Date.UTC(2001, 12 - 1, 14, 21, 59, 43, 10)); + spaceSeparatedDate.setTime(spaceSeparatedDate.getTime() + 5 * 3600 * 1000); + withDatesToTime = function(input) { + var key, res, val; + res = {}; + for (key in input) { + val = input[key]; + res[key] = val.getTime(); + } + return res; + }; + return expect(withDatesToTime(YAML.parse("iso8601: 2001-12-14t21:59:43.010+05:00\nspace separated: 2001-12-14 21:59:43.010 -05:00"))).toEqual(withDatesToTime({ + 'iso8601': iso8601Date, + 'space separated': spaceSeparatedDate + })); + }); + return it('can be date', function() { + var aDate, withDatesToTime; + aDate = new Date(Date.UTC(1976, 7 - 1, 31, 0, 0, 0, 0)); + withDatesToTime = function(input) { + var key, res, val; + return input; + res = {}; + for (key in input) { + val = input[key]; + res[key] = val.getTime(); + } + return res; + }; + return expect(withDatesToTime(YAML.parse("date: 1976-07-31"))).toEqual(withDatesToTime({ + 'date': aDate + })); + }); +}); + +describe('Parsed YAML Blocks', function() { + it('can be single ending newline', function() { + return expect(YAML.parse("---\nthis: |\n Foo\n Bar")).toEqual({ + 'this': "Foo\nBar\n" + }); + }); + it('can be single ending newline with \'+\' indicator', function() { + return expect(YAML.parse("normal: |\n extra new lines not kept\n\npreserving: |+\n extra new lines are kept\n\n\ndummy: value")).toEqual({ + 'normal': "extra new lines not kept\n", + 'preserving': "extra new lines are kept\n\n\n", + 'dummy': 'value' + }); + }); + it('can be multi-line block handling trailing newlines in function of \'+\', \'-\' indicators', function() { + return expect(YAML.parse("clipped: |\n This has one newline.\n\n\n\nsame as \"clipped\" above: \"This has one newline.\\n\"\n\nstripped: |-\n This has no newline.\n\n\n\nsame as \"stripped\" above: \"This has no newline.\"\n\nkept: |+\n This has four newlines.\n\n\n\nsame as \"kept\" above: \"This has four newlines.\\n\\n\\n\\n\"")).toEqual({ + 'clipped': "This has one newline.\n", + 'same as "clipped" above': "This has one newline.\n", + 'stripped': 'This has no newline.', + 'same as "stripped" above': 'This has no newline.', + 'kept': "This has four newlines.\n\n\n\n", + 'same as "kept" above': "This has four newlines.\n\n\n\n" + }); + }); + it('can be folded block in a sequence', function() { + return expect(YAML.parse("---\n- apple\n- banana\n- >\n can't you see\n the beauty of yaml?\n hmm\n- dog")).toEqual(['apple', 'banana', "can't you see the beauty of yaml? hmm\n", 'dog']); + }); + it('can be folded block as a mapping value', function() { + return expect(YAML.parse("---\nquote: >\n Mark McGwire's\n year was crippled\n by a knee injury.\nsource: espn")).toEqual({ + 'quote': "Mark McGwire's year was crippled by a knee injury.\n", + 'source': 'espn' + }); + }); + it('can be folded block handling trailing newlines in function of \'+\', \'-\' indicators', function() { + return expect(YAML.parse("clipped: >\n This has one newline.\n\n\n\nsame as \"clipped\" above: \"This has one newline.\\n\"\n\nstripped: >-\n This has no newline.\n\n\n\nsame as \"stripped\" above: \"This has no newline.\"\n\nkept: >+\n This has four newlines.\n\n\n\nsame as \"kept\" above: \"This has four newlines.\\n\\n\\n\\n\"")).toEqual({ + 'clipped': "This has one newline.\n", + 'same as "clipped" above': "This has one newline.\n", + 'stripped': 'This has no newline.', + 'same as "stripped" above': 'This has no newline.', + 'kept': "This has four newlines.\n\n\n\n", + 'same as "kept" above': "This has four newlines.\n\n\n\n" + }); + }); + return it('can be the whole document as intented block', function() { + return expect(YAML.parse("---\n foo: \"bar\"\n baz:\n - \"qux\"\n - \"quxx\"\n corge: null")).toEqual({ + 'foo': "bar", + 'baz': ['qux', 'quxx'], + 'corge': null + }); + }); +}); + +describe('Parsed YAML Comments', function() { + it('can begin the document', function() { + return expect(YAML.parse("# This is a comment\nhello: world")).toEqual({ + hello: 'world' + }); + }); + it('can be less indented in mapping', function() { + return expect(YAML.parse("parts:\n a: 'b'\n # normally indented comment\n c: 'd'\n# less indented comment\n e: 'f'")).toEqual({ + parts: { + a: 'b', + c: 'd', + e: 'f' + } + }); + }); + it('can be less indented in sequence', function() { + return expect(YAML.parse("list-header:\n - item1\n# - item2\n - item3\n # - item4")).toEqual({ + 'list-header': ['item1', 'item3'] + }); + }); + it('can finish a line', function() { + return expect(YAML.parse("hello: world # This is a comment")).toEqual({ + hello: 'world' + }); + }); + return it('can end the document', function() { + return expect(YAML.parse("hello: world\n# This is a comment")).toEqual({ + hello: 'world' + }); + }); +}); + +describe('Parsed YAML Aliases and Anchors', function() { + it('can be simple alias', function() { + return expect(YAML.parse("- &showell Steve\n- Clark\n- Brian\n- Oren\n- *showell")).toEqual(['Steve', 'Clark', 'Brian', 'Oren', 'Steve']); + }); + return it('can be alias of a mapping', function() { + return expect(YAML.parse("- &hello\n Meat: pork\n Starch: potato\n- banana\n- *hello")).toEqual([ + { + Meat: 'pork', + Starch: 'potato' + }, 'banana', { + Meat: 'pork', + Starch: 'potato' + } + ]); + }); +}); + +describe('Parsed YAML Documents', function() { + it('can have YAML header', function() { + return expect(YAML.parse("--- %YAML:1.0\nfoo: 1\nbar: 2")).toEqual({ + foo: 1, + bar: 2 + }); + }); + it('can have leading document separator', function() { + return expect(YAML.parse("---\n- foo: 1\n bar: 2")).toEqual([ + { + foo: 1, + bar: 2 + } + ]); + }); + return it('can have multiple document separators in block', function() { + return expect(YAML.parse("foo: |\n ---\n foo: bar\n ---\n yo: baz\nbar: |\n fooness")).toEqual({ + foo: "---\nfoo: bar\n---\nyo: baz\n", + bar: "fooness\n" + }); + }); +}); + +describe('Dumped YAML Collections', function() { + it('can be simple sequence', function() { + return expect(YAML.parse("- apple\n- banana\n- carrot")).toEqual(YAML.parse(YAML.dump(['apple', 'banana', 'carrot']))); + }); + it('can be nested sequences', function() { + return expect(YAML.parse("-\n - foo\n - bar\n - baz")).toEqual(YAML.parse(YAML.dump([['foo', 'bar', 'baz']]))); + }); + it('can be mixed sequences', function() { + return expect(YAML.parse("- apple\n-\n - foo\n - bar\n - x123\n- banana\n- carrot")).toEqual(YAML.parse(YAML.dump(['apple', ['foo', 'bar', 'x123'], 'banana', 'carrot']))); + }); + it('can be deeply nested sequences', function() { + return expect(YAML.parse("-\n -\n - uno\n - dos")).toEqual(YAML.parse(YAML.dump([[['uno', 'dos']]]))); + }); + it('can be simple mapping', function() { + return expect(YAML.parse("foo: whatever\nbar: stuff")).toEqual(YAML.parse(YAML.dump({ + foo: 'whatever', + bar: 'stuff' + }))); + }); + it('can be sequence in a mapping', function() { + return expect(YAML.parse("foo: whatever\nbar:\n - uno\n - dos")).toEqual(YAML.parse(YAML.dump({ + foo: 'whatever', + bar: ['uno', 'dos'] + }))); + }); + it('can be nested mappings', function() { + return expect(YAML.parse("foo: whatever\nbar:\n fruit: apple\n name: steve\n sport: baseball")).toEqual(YAML.parse(YAML.dump({ + foo: 'whatever', + bar: { + fruit: 'apple', + name: 'steve', + sport: 'baseball' + } + }))); + }); + it('can be mixed mapping', function() { + return expect(YAML.parse("foo: whatever\nbar:\n -\n fruit: apple\n name: steve\n sport: baseball\n - more\n -\n python: rocks\n perl: papers\n ruby: scissorses")).toEqual(YAML.parse(YAML.dump({ + foo: 'whatever', + bar: [ + { + fruit: 'apple', + name: 'steve', + sport: 'baseball' + }, 'more', { + python: 'rocks', + perl: 'papers', + ruby: 'scissorses' + } + ] + }))); + }); + it('can have mapping-in-sequence shortcut', function() { + return expect(YAML.parse("- work on YAML.py:\n - work on Store")).toEqual(YAML.parse(YAML.dump([ + { + 'work on YAML.py': ['work on Store'] + } + ]))); + }); + it('can have unindented sequence-in-mapping shortcut', function() { + return expect(YAML.parse("allow:\n- 'localhost'\n- '%.sourceforge.net'\n- '%.freepan.org'")).toEqual(YAML.parse(YAML.dump({ + allow: ['localhost', '%.sourceforge.net', '%.freepan.org'] + }))); + }); + return it('can merge key', function() { + return expect(YAML.parse("mapping:\n name: Joe\n job: Accountant\n <<:\n age: 38")).toEqual(YAML.parse(YAML.dump({ + mapping: { + name: 'Joe', + job: 'Accountant', + age: 38 + } + }))); + }); +}); + +describe('Dumped YAML Inline Collections', function() { + it('can be simple inline array', function() { + return expect(YAML.parse("---\nseq: [ a, b, c ]")).toEqual(YAML.parse(YAML.dump({ + seq: ['a', 'b', 'c'] + }))); + }); + it('can be simple inline hash', function() { + return expect(YAML.parse("---\nhash: { name: Steve, foo: bar }")).toEqual(YAML.parse(YAML.dump({ + hash: { + name: 'Steve', + foo: 'bar' + } + }))); + }); + it('can be multi-line inline collections', function() { + return expect(YAML.parse("languages: [ Ruby,\n Perl,\n Python ]\nwebsites: { YAML: yaml.org,\n Ruby: ruby-lang.org,\n Python: python.org,\n Perl: use.perl.org }")).toEqual(YAML.parse(YAML.dump({ + languages: ['Ruby', 'Perl', 'Python'], + websites: { + YAML: 'yaml.org', + Ruby: 'ruby-lang.org', + Python: 'python.org', + Perl: 'use.perl.org' + } + }))); + }); + it('can be dumped empty sequences in mappings', function() { + return expect(YAML.parse(YAML.dump({ + key: [] + }))).toEqual({ + key: [] + }); + }); + return it('can be dumpted empty inline collections', function() { + return expect(YAML.parse(YAML.dump({ + key: {} + }))).toEqual({ + key: {} + }); + }); +}); + +describe('Dumped YAML Basic Types', function() { + it('can be strings', function() { + return expect(YAML.parse("---\nString")).toEqual(YAML.parse(YAML.dump('String'))); + }); + it('can be double-quoted strings with backslashes', function() { + return expect(YAML.parse("str:\n \"string with \\\\ inside\"")).toEqual(YAML.parse(YAML.dump({ + str: 'string with \\ inside' + }))); + }); + it('can be single-quoted strings with backslashes', function() { + return expect(YAML.parse("str:\n 'string with \\\\ inside'")).toEqual(YAML.parse(YAML.dump({ + str: 'string with \\\\ inside' + }))); + }); + it('can be double-quoted strings with line breaks', function() { + return expect(YAML.parse("str:\n \"string with \\n inside\"")).toEqual(YAML.parse(YAML.dump({ + str: 'string with \n inside' + }))); + }); + it('can be double-quoted strings with line breaks and backslashes', function() { + return expect(YAML.parse("str:\n \"string with \\n inside and \\\\ also\"")).toEqual(YAML.parse(YAML.dump({ + str: 'string with \n inside and \\ also' + }))); + }); + it('can be single-quoted strings with line breaks and backslashes', function() { + return expect(YAML.parse("str:\n 'string with \\n inside and \\\\ also'")).toEqual(YAML.parse(YAML.dump({ + str: 'string with \\n inside and \\\\ also' + }))); + }); + it('can be single-quoted strings with escaped line breaks', function() { + return expect(YAML.parse("str:\n 'string with \\n inside'")).toEqual(YAML.parse(YAML.dump({ + str: 'string with \\n inside' + }))); + }); + it('can have string characters in sequences', function() { + return expect(YAML.parse("- What's Yaml?\n- It's for writing data structures in plain text.\n- And?\n- And what? That's not good enough for you?\n- No, I mean, \"And what about Yaml?\"\n- Oh, oh yeah. Uh.. Yaml for JavaScript.")).toEqual(YAML.parse(YAML.dump(["What's Yaml?", "It's for writing data structures in plain text.", "And?", "And what? That's not good enough for you?", "No, I mean, \"And what about Yaml?\"", "Oh, oh yeah. Uh.. Yaml for JavaScript."]))); + }); + it('can have indicators in strings', function() { + return expect(YAML.parse("the colon followed by space is an indicator: but is a string:right here\nsame for the pound sign: here we have it#in a string\nthe comma can, honestly, be used in most cases: [ but not in, inline collections ]")).toEqual(YAML.parse(YAML.dump({ + 'the colon followed by space is an indicator': 'but is a string:right here', + 'same for the pound sign': 'here we have it#in a string', + 'the comma can, honestly, be used in most cases': ['but not in', 'inline collections'] + }))); + }); + it('can force strings', function() { + return expect(YAML.parse("date string: !str 2001-08-01\nnumber string: !str 192\ndate string 2: !!str 2001-08-01\nnumber string 2: !!str 192")).toEqual(YAML.parse(YAML.dump({ + 'date string': '2001-08-01', + 'number string': '192', + 'date string 2': '2001-08-01', + 'number string 2': '192' + }))); + }); + it('can be single-quoted strings', function() { + return expect(YAML.parse("all my favorite symbols: '#:!/%.)'\na few i hate: '&(*'\nwhy do i hate them?: 'it''s very hard to explain'")).toEqual(YAML.parse(YAML.dump({ + 'all my favorite symbols': '#:!/%.)', + 'a few i hate': '&(*', + 'why do i hate them?': 'it\'s very hard to explain' + }))); + }); + it('can be double-quoted strings', function() { + return expect(YAML.parse("i know where i want my line breaks: \"one here\\nand another here\\n\"")).toEqual(YAML.parse(YAML.dump({ + 'i know where i want my line breaks': "one here\nand another here\n" + }))); + }); + it('can be null', function() { + return expect(YAML.parse("name: Mr. Show\nhosted by: Bob and David\ndate of next season: ~")).toEqual(YAML.parse(YAML.dump({ + 'name': 'Mr. Show', + 'hosted by': 'Bob and David', + 'date of next season': null + }))); + }); + it('can be boolean', function() { + return expect(YAML.parse("Is Gus a Liar?: true\nDo I rely on Gus for Sustenance?: false")).toEqual(YAML.parse(YAML.dump({ + 'Is Gus a Liar?': true, + 'Do I rely on Gus for Sustenance?': false + }))); + }); + it('can be integers', function() { + return expect(YAML.parse("zero: 0\nsimple: 12\none-thousand: 1,000\nnegative one-thousand: -1,000")).toEqual(YAML.parse(YAML.dump({ + 'zero': 0, + 'simple': 12, + 'one-thousand': 1000, + 'negative one-thousand': -1000 + }))); + }); + it('can be integers as map keys', function() { + return expect(YAML.parse("1: one\n2: two\n3: three")).toEqual(YAML.parse(YAML.dump({ + 1: 'one', + 2: 'two', + 3: 'three' + }))); + }); + it('can be floats', function() { + return expect(YAML.parse("a simple float: 2.00\nlarger float: 1,000.09\nscientific notation: 1.00009e+3")).toEqual(YAML.parse(YAML.dump({ + 'a simple float': 2.0, + 'larger float': 1000.09, + 'scientific notation': 1000.09 + }))); + }); + it('can be time', function() { + var iso8601Date, spaceSeparatedDate, withDatesToTime; + iso8601Date = new Date(Date.UTC(2001, 12 - 1, 14, 21, 59, 43, 10)); + iso8601Date.setTime(iso8601Date.getTime() + 5 * 3600 * 1000); + spaceSeparatedDate = new Date(Date.UTC(2001, 12 - 1, 14, 21, 59, 43, 10)); + spaceSeparatedDate.setTime(spaceSeparatedDate.getTime() - 5 * 3600 * 1000); + withDatesToTime = function(input) { + var key, res, val; + res = {}; + for (key in input) { + val = input[key]; + res[key] = val.getTime(); + } + return res; + }; + return expect(withDatesToTime(YAML.parse("iso8601: 2001-12-14t21:59:43.010-05:00\nspace separated: 2001-12-14 21:59:43.010 +05:00"))).toEqual(YAML.parse(YAML.dump(withDatesToTime({ + 'iso8601': iso8601Date, + 'space separated': spaceSeparatedDate + })))); + }); + return it('can be date', function() { + var aDate, withDatesToTime; + aDate = new Date(Date.UTC(1976, 7 - 1, 31, 0, 0, 0, 0)); + withDatesToTime = function(input) { + var key, res, val; + return input; + res = {}; + for (key in input) { + val = input[key]; + res[key] = val.getTime(); + } + return res; + }; + return expect(withDatesToTime(YAML.parse("date: 1976-07-31"))).toEqual(YAML.parse(YAML.dump(withDatesToTime({ + 'date': aDate + })))); + }); +}); + +describe('Dumped YAML Blocks', function() { + it('can be single ending newline', function() { + return expect(YAML.parse("---\nthis: |\n Foo\n Bar")).toEqual(YAML.parse(YAML.dump({ + 'this': "Foo\nBar\n" + }))); + }); + it('can be single ending newline with \'+\' indicator', function() { + return expect(YAML.parse("normal: |\n extra new lines not kept\n\npreserving: |+\n extra new lines are kept\n\n\ndummy: value")).toEqual(YAML.parse(YAML.dump({ + 'normal': "extra new lines not kept\n", + 'preserving': "extra new lines are kept\n\n\n", + 'dummy': 'value' + }))); + }); + it('can be multi-line block handling trailing newlines in function of \'+\', \'-\' indicators', function() { + return expect(YAML.parse("clipped: |\n This has one newline.\n\n\n\nsame as \"clipped\" above: \"This has one newline.\\n\"\n\nstripped: |-\n This has no newline.\n\n\n\nsame as \"stripped\" above: \"This has no newline.\"\n\nkept: |+\n This has four newlines.\n\n\n\nsame as \"kept\" above: \"This has four newlines.\\n\\n\\n\\n\"")).toEqual(YAML.parse(YAML.dump({ + 'clipped': "This has one newline.\n", + 'same as "clipped" above': "This has one newline.\n", + 'stripped': 'This has no newline.', + 'same as "stripped" above': 'This has no newline.', + 'kept': "This has four newlines.\n\n\n\n", + 'same as "kept" above': "This has four newlines.\n\n\n\n" + }))); + }); + it('can be folded block in a sequence', function() { + return expect(YAML.parse("---\n- apple\n- banana\n- >\n can't you see\n the beauty of yaml?\n hmm\n- dog")).toEqual(YAML.parse(YAML.dump(['apple', 'banana', "can't you see the beauty of yaml? hmm\n", 'dog']))); + }); + it('can be folded block as a mapping value', function() { + return expect(YAML.parse("---\nquote: >\n Mark McGwire's\n year was crippled\n by a knee injury.\nsource: espn")).toEqual(YAML.parse(YAML.dump({ + 'quote': "Mark McGwire's year was crippled by a knee injury.\n", + 'source': 'espn' + }))); + }); + return it('can be folded block handling trailing newlines in function of \'+\', \'-\' indicators', function() { + return expect(YAML.parse("clipped: >\n This has one newline.\n\n\n\nsame as \"clipped\" above: \"This has one newline.\\n\"\n\nstripped: >-\n This has no newline.\n\n\n\nsame as \"stripped\" above: \"This has no newline.\"\n\nkept: >+\n This has four newlines.\n\n\n\nsame as \"kept\" above: \"This has four newlines.\\n\\n\\n\\n\"")).toEqual(YAML.parse(YAML.dump({ + 'clipped': "This has one newline.\n", + 'same as "clipped" above': "This has one newline.\n", + 'stripped': 'This has no newline.', + 'same as "stripped" above': 'This has no newline.', + 'kept': "This has four newlines.\n\n\n\n", + 'same as "kept" above': "This has four newlines.\n\n\n\n" + }))); + }); +}); + +describe('Dumped YAML Comments', function() { + it('can begin the document', function() { + return expect(YAML.parse("# This is a comment\nhello: world")).toEqual(YAML.parse(YAML.dump({ + hello: 'world' + }))); + }); + it('can finish a line', function() { + return expect(YAML.parse("hello: world # This is a comment")).toEqual(YAML.parse(YAML.dump({ + hello: 'world' + }))); + }); + return it('can end the document', function() { + return expect(YAML.parse("hello: world\n# This is a comment")).toEqual(YAML.parse(YAML.dump({ + hello: 'world' + }))); + }); +}); + +describe('Dumped YAML Aliases and Anchors', function() { + it('can be simple alias', function() { + return expect(YAML.parse("- &showell Steve\n- Clark\n- Brian\n- Oren\n- *showell")).toEqual(YAML.parse(YAML.dump(['Steve', 'Clark', 'Brian', 'Oren', 'Steve']))); + }); + return it('can be alias of a mapping', function() { + return expect(YAML.parse("- &hello\n Meat: pork\n Starch: potato\n- banana\n- *hello")).toEqual(YAML.parse(YAML.dump([ + { + Meat: 'pork', + Starch: 'potato' + }, 'banana', { + Meat: 'pork', + Starch: 'potato' + } + ]))); + }); +}); + +describe('Dumped YAML Documents', function() { + it('can have YAML header', function() { + return expect(YAML.parse("--- %YAML:1.0\nfoo: 1\nbar: 2")).toEqual(YAML.parse(YAML.dump({ + foo: 1, + bar: 2 + }))); + }); + it('can have leading document separator', function() { + return expect(YAML.parse("---\n- foo: 1\n bar: 2")).toEqual(YAML.parse(YAML.dump([ + { + foo: 1, + bar: 2 + } + ]))); + }); + return it('can have multiple document separators in block', function() { + return expect(YAML.parse("foo: |\n ---\n foo: bar\n ---\n yo: baz\nbar: |\n fooness")).toEqual(YAML.parse(YAML.dump({ + foo: "---\nfoo: bar\n---\nyo: baz\n", + bar: "fooness\n" + }))); + }); +}); + +url = typeof document !== "undefined" && document !== null ? (ref = document.location) != null ? ref.href : void 0 : void 0; + +if (!(url != null) || url.indexOf('file://') === -1) { + examplePath = 'spec/example.yml'; + if (typeof __dirname !== "undefined" && __dirname !== null) { + examplePath = __dirname + '/example.yml'; + } + describe('YAML loading', function() { + it('can be done synchronously', function() { + return expect(YAML.load(examplePath)).toEqual({ + "this": 'is', + a: ['YAML', 'example'] + }); + }); + return it('can be done asynchronously', function(done) { + return YAML.load(examplePath, function(result) { + expect(result).toEqual({ + "this": 'is', + a: ['YAML', 'example'] + }); + return done(); + }); + }); + }); +} diff --git a/node_modules/yamljs/test/spec/example.yml b/node_modules/yamljs/test/spec/example.yml new file mode 100644 index 0000000..17d83ee --- /dev/null +++ b/node_modules/yamljs/test/spec/example.yml @@ -0,0 +1,4 @@ +this: is +a: + - YAML + - example \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index fba9fbc..9b308db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,6 +18,15 @@ "resolved": "https://registry.npmjs.org/after/-/after-0.8.2.tgz", "integrity": "sha1-/ts5T58OAqqXaOcCvaI7UF+ufh8=" }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "optional": true, + "requires": { + "sprintf-js": "~1.0.2" + } + }, "array-flatten": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", @@ -51,6 +60,12 @@ "resolved": "https://registry.npmjs.org/badwords-list/-/badwords-list-1.0.0.tgz", "integrity": "sha1-XphW2/E0gqKVw7CzBK+51M/FxXk=" }, + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", + "optional": true + }, "base64-arraybuffer": { "version": "0.1.5", "resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz", @@ -91,6 +106,16 @@ "type-is": "~1.6.17" } }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "optional": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, "bytes": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", @@ -116,6 +141,12 @@ "resolved": "https://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz", "integrity": "sha1-ZF/ErfWLcrZJ1crmUTVhnbJv8UM=" }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "optional": true + }, "content-disposition": { "version": "0.5.3", "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", @@ -329,6 +360,26 @@ "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=" }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "optional": true + }, + "glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "optional": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, "has-binary2": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/has-binary2/-/has-binary2-1.0.3.tgz", @@ -367,6 +418,16 @@ "resolved": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz", "integrity": "sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10=" }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "optional": true, + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, "inherits": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", @@ -415,6 +476,15 @@ "mime-db": "1.43.0" } }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "optional": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", @@ -438,6 +508,15 @@ "ee-first": "1.1.1" } }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "optional": true, + "requires": { + "wrappy": "1" + } + }, "parseqs": { "version": "0.0.5", "resolved": "https://registry.npmjs.org/parseqs/-/parseqs-0.0.5.tgz", @@ -459,6 +538,12 @@ "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "optional": true + }, "path-to-regexp": { "version": "0.1.7", "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", @@ -494,6 +579,14 @@ "unpipe": "1.0.0" } }, + "rita": { + "version": "1.3.94", + "resolved": "https://registry.npmjs.org/rita/-/rita-1.3.94.tgz", + "integrity": "sha512-/E8foRjE+uCZpe35pt1BlyYnWnLB/sw1BN711paLYLl+ebU8k0AXwteKwJlqviyrFlItGtGJOuc6mUMuIUELvQ==", + "requires": { + "yamljs": "^0.2.10" + } + }, "safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", @@ -666,6 +759,12 @@ } } }, + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "optional": true + }, "statuses": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", @@ -705,6 +804,12 @@ "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "optional": true + }, "ws": { "version": "7.2.3", "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.3.tgz", @@ -715,6 +820,16 @@ "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz", "integrity": "sha1-wodrBhaKrcQOV9l+gRkayPQ5iz4=" }, + "yamljs": { + "version": "0.2.10", + "resolved": "https://registry.npmjs.org/yamljs/-/yamljs-0.2.10.tgz", + "integrity": "sha1-SBzHwlynOvWfWR8MluPOVsdXpA8=", + "optional": true, + "requires": { + "argparse": "^1.0.7", + "glob": "^7.0.5" + } + }, "yeast": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz", diff --git a/package.json b/package.json index 30e3487..14939e4 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "bad-words": "^3.0.3", "dotenv": "^8.2.0", "express": "^4.17.1", + "rita": "^1.3.94", "socket.io": "^2.3.0" } } diff --git a/public/assets/DJStop.mp3 b/public/assets/DJStop.mp3 new file mode 100644 index 0000000000000000000000000000000000000000..3d4ef3df8e282cff4d78e9598f4181b52f936ee7 GIT binary patch literal 25683 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 aK)H73<;|aeok#NX(Og+?e6{@kNB;nHN*KEU literal 0 HcmV?d00001 diff --git a/public/assets/VIP-table.png b/public/assets/VIP-table.png new file mode 100755 index 0000000000000000000000000000000000000000..80ed9cc5fd263459f26d687c419cbbd218187d88 GIT binary patch literal 1848 zcmbVNTWs4@7dco-X~j4}j_jfv3*kfzZIgfs~WX#zAvIL=MoXrWpp z$HzY3|NY;8IlrHa4i9W>+T27@)W+~&C`Rt>nK!IeVVmZZ`)Xvni_iF86An zUVZI8idug~i;p-Xks$>cIS*8gB=!_@CP7oww(Ug|qA~2yNu1X70Q2jIA2YP32ADnG z2p=(nIHL_tT6ovwa2!pJAz5X%chlR73L(g02hzn{R=1U6fGP7TWbMA@7`hB`#sW;Q z>yRFaMCqVmVcP4FSOi3#_Q@U~@uC-Or3D`NINr>$JLEO%q8NSA-@9JiHrH8K|N<&dgicvU3%2IE!;wcWi+-l9Jxu+Y~fvp`D9LQ?Sg zy{b^Nf5g(rA%xkR=5ddv+daylW|O*3R1eQC{6uw?)#!4=C=j^^A;2KF1F*_eUu!F5 zU~LgpXbTxkNLOo$3dS~4P61lDH%(HtwzlI|lW)WE{}#Wt@~tTT-<^8X`m5PR8K|c* z8Lk}TM#Q;es8Sp5#w-=8#3 z9$Y+;Z2Pu5^~q1jxp-;`46IMza{O|sY4)4>-w$#nv~=v#eb=U1FUj|8+5FMaFMG#E z=*a_@9{q9W%;@6xt?dsSUAKQR@14K!`n4z9zMeVcL+7{7%$^Wu8l{~H;B^0R+J493 z6UcYq0{Cl=r;d$gb_<`Mxntk{j>eNOBoi%XAMa`INld@oyt}*OtLZ2r zub{cu`)^OrKQ+@p4Yf3`>u1~lzIST=trx#2U4Hk$JskCC$vWIwSn{~vws7BY=;)5b G)Bga44qs;g literal 0 HcmV?d00001 diff --git a/public/assets/VIPRoom-areas.png b/public/assets/VIPRoom-areas.png new file mode 100755 index 0000000000000000000000000000000000000000..e9e46cf6f27d8069332d23eb24c823b408ab25ba GIT binary patch literal 1958 zcmbVMeQXnD7=PO_9N=J#jS&*UanlK8*SqWbd93@Oom&kZ&8TetA=~ZlZFjD{JMM0@ z+t^1;TwFrJVxpkIU>q^}hYEtkh-MhcFp7aWW7K^xgAoXBWQoyDDD%CpYX$*S-sJ9i zpZEQ}&-e56`l~B5m#<$A0Lb)Kd1?^tMjxNC6#c7jIO-8uCRaVD0rG@A*8AkCN`_cuO19D%q8fcXvSp!w6Md4t@K4fOT?v2d2707Cm z5|E_uLZbW&CSz{5o)`zV*~fB%sQa;H(JSa-HR!_4l$jzZ3qjKX+RhZ&8H)w63`NaD zeG)GOTknAu1!xOnaWGc;E-0!Sp4HfY1@jyel#~dIycQyC2$HfG!m(5=8MhRc6r>ng zSG4%t>vsDUDJX=|g<4a&9rISWZM4&7Bg`f`VXn`|cturXMGksBE*wS3BnUj?Xtdca zPMe*uvQCPyuojMR&~};#1|1IC8nkjj8@uq{BXKQy9W1=(|L6Oiih%l%4L`CRy*u>+ zVyXlcrM5NMKfB=GZq( zEDxb*{kP&Hkq4ySy7SJE_xhQ*Th!(Ya5OvgZE9#CCN=h;h-RIFhFT==Qab>~La(Ph z5c_#@wPJP^GY4Xp3U9neacRNJZ_`(iW+;wPI^gd9=zct-=*wTqO*~kbA--W1TvE?9AEopL4$R zzs~=E>od|8O!k@X13}Q_lw@Tlm~CKac;mpoaeXZhOi!DVm$DG_On`fMK|3mgA?T^; zv^tB+Ql;V~V-OG;CWjIf7)$^SL2>Z~CW6ePI5>yW(MCCP=j7)IOl#!G5~&JPnG{qm zom^<978Rzc$-+D`R)fUPh2sivpuj+J1YBUy8(F+SjtuL?f$ZK!5qKEF<;jsmw?Q~d zl>sXlGX+ZpGCnDkU~qJ-Kq$i`QsHb^gbAZjOp0PMJ|@Jm7+fTTM?VBuGi$VXrgHwM zEwGX!xg2N0QPg6w2rOa&W7eU<*w|PU6QLpzA0YUw)yNSAd?On^ra?)uq?tBxG-HI_ z8i^bxpOYiN(~%GiCXZSpJDMhtFtmU$p+W)X4rv&uAw4)#zF9wPTtlLio-$BIjs;ku z2W!e@IEKw-o}k)u{2K!xwJMdz#_#%KFnCO`T+$j4#%Mx*7tN}zCJN1@SSH_0Qb}uo zo8j(gOt`{K5gcPyGmL)hp)$r?h7}6;!^FUmDuSeq?l@*Xa*I+D93@9Ym9RMWZ1&;t#$rU(%qiuB>VqE?SedKw-s7@Q#8jUY!zcLh)yWOSSU+Zh;9 zYssa6(kB(g2!>^}oP{t`i8_#~KUa1ra36Iy?MNi(<3SFeJ<{M~aKIXF(L+~Y;UPTA z2w2Vx=&btszElVrU!9^%R2OvI`miA{FfsV63ZiA{g9}PuwX!-Z*L%jRu5pd$n~=2~ zxzwHyW*(ZFG+X(?w9-}l(rFz%VesNpDbwR$X+)62H8sE7zIF55oTGEtH$E?W@7LRF z*62Dr@10vPH>mb-NOnTszDTbT-u8wd7%(tc0pd;o5}I7h3?e$>`5czkusv2W~s(xpuwH$X+8&R@G`O-m?tRK2ju zzpDK;KfAAg>Fnl{9d*4Yhwk=v8zOdJ8M0nF8$Hj@I;DrFu%2(k7SFYpoGkut8dlkELHn{LF^3os)Fa-bv`!M>P!4X}*Vuja#8G$H0+!Q-hN4Y$`dkT=8B{S{r;| zMO{%MdHU6->PueV(bar6v&Cy`!0w{{^6&$pE7$L)YH^>pT0=}X&J$r3Tg#+%7k1Tg zxp~q>KQ4@_bM{_}f8+X!!OvbVKU-~2s%fn+_Ghm|4T?i9bF*5vw3U4k<%Mo~sQc%E z?-qYMP`H0XaqCLy!OX6+O_wWr&IB!~t!zxK@7nXA;r#KVg-XLW>p-+iJX`@qD7 z_1BMUEoC35cIsM+k zB?4Y>zbGBR?FizU?)rk^%akuT_&Ccwu zeZg(-*j~%f97{blRI)|TxaEGw_G5K}Iz`anrVjBD-zW8hyH(822`!)U&!7|bgo3Vt NQj*e?hv%&-{XfpNa2fyr literal 0 HcmV?d00001 diff --git a/public/assets/beat1.mp3 b/public/assets/beat1.mp3 new file mode 100644 index 0000000000000000000000000000000000000000..5a18041a5b50193bbdd2a9051d571e45c34e826c GIT binary patch literal 263746 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∋5;9fI+;zcu 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 |4XRLB1lCul;)1z__PW>%@KVTLj&iIj& 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%0Ax_FYhbs$^SQvs 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

kqUT;e`=H?kRRi}Dau~>SHmeh^z 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 r2n-_$2*`{h$? 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

O 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%0Ae(pW`)SXRfwn5t*GsL9+$BUt3=K;h%U#`dJX}HZ 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

j_o7WnPA%WZ8h>^i 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%0AjSG1x&9Y+2Y+ErObm=3SxHr?fS^)N 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%0DxS*={Vb7r$?_Ywx+kLuL$cc>UR?i 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

dvpnR%at%9R( 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πqpFNE(RC!16a3-M<% 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 T|9(#Ai4@iUrOl0x`d=>|RNx!? literal 0 HcmV?d00001 diff --git a/public/assets/beat2.mp3 b/public/assets/beat2.mp3 new file mode 100644 index 0000000000000000000000000000000000000000..6b07e0abf2d95353147a7487dfc9608cb0d0df72 GIT binary patch literal 136042 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%0AXRtJ9q+Boau+ z;StSOW{HBnl^O|nwYBB$F~J}B<6(uyK~Ix+^8HuVN?AWX-#e~7qHO4fC(FIMW3AYI zFHqI=0dQg3dtA$J)r?mBrvAaqT_pzXgm$SG{AxQ;m!e8Nq#s$y!wt{hn& z)EFLds<;E1L2iDQ-{`B7>53A3l(n39o74CilIog7tI_Ds*&c0Kz1(>EU=GvyGqD8= zbG~-NePV;$qRNH+I_KVE7ol^taGU)3%=#vZsvy>k4A=;}cPqx#CN2q&SQ^qt%yLy~ zQzze-DKI1ZegpxnG10TPB{`~st&X>ol5_LizjENJ{byZApsx?^;k`npK ztrzz1Q4Ig^gx>n0dA++{wCK-Kl@)nOoJUO31f|O`dcG*#Hu=d^7Z4->iVCh|~0we{n7 zx28SR>3b8YakS5bYP&;Pg0Sy8hhNTq!~C|&vY--uWEsWF;Nb&;BVnu8q|qQ+UQV_L zNsluQ^R1m)A0edXnUnIt{dDWs0yN`V1PM$+M$l_tI-+v-N)#1*XuUQw^gD$!WY+U5 zr=!#e)1#r0&z&PYcgGIOgdf^*X@n7fM%GsTeo3fBDvp=c8L&?>CyQTWC{5+&pjHf z&-a;3LCpRFb7|b8Ha3c&FAPEN3QCT;qYph_zi+yB!}r4-Y z?qWUGPEVzsSsAcB*2ors#8u+RVuU)!01-hyA{^M;{}%DuivvH*kP^>=nwe-j8QwCX z{C;

RKW>xhgRe$3zC_?@=|3;3;lB&Qskb-@Tg?6^EWDjkc`op{y2#h_sdEwLcI8 zvis>NH!)3!d&G}0>eJIDE+>a{>TF&+DCkk<+3m_n&Ev3|f-yBsWxq95=_IMp-=I*{ ztjt1%j>AtIyO`OVZ(PlwPQ8O;-n3Kw@a?(AAsS=${L z@g-XAwnuzt5Yoy!5GI!p3j11;!bDSrT->_F%b5*-*OyQ2?J5G z@PUEQyb|q-V}^b-QX)M9sLx?h}Sv~M>-cr8EP(brk6cnqA0i;Mei$Ojdo#Mh3C zhrtY+1W6+XxwwEdB!sMRy&RB{kBI+r#z)sT^*g)OZB^$1FREXy*05igTsx2PTq`)Q z`1b1l(`lsE^5o0;FC#BsIV{dWPHwq7 zb~vH`2~wpZY2&y-66T2mmPs&*<-^PcMg%6jC8;`3zsf#M}u;xR3fSH_Uzewve2xLMK?(R7W z3VY<8Ry9sPY1WkFF6!U%20{lhIuEO56XQmvlb&rqLitQoLTf=;wWJ!LZ6D1!lMm%I zVKy%Kv=43wEgpQIdg&aUYVm>^^YhyVyvS-IB=k(npj(|&SlB*LMA}Sy?Fn(25rJXi zUb{}F7UWz0@rah)9e1zy!^_;4#07^DQade9;Bs6*Z4IT%0D7UX$T|fq+BC)|a#lv! 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

nDSNhi3<`om8R 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�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 literal 0 HcmV?d00001 diff --git a/public/assets/beat2.ogg b/public/assets/beat2.ogg new file mode 100644 index 0000000000000000000000000000000000000000..aad7bebf335293c069fce2c065b77a9d6ca81ce9 GIT binary patch literal 270550 zcmce;byOTp*DpE{f&~vA+#wJocyRZ?;O-FIT@&1cyZhiWxP;)I00Y58a0n3G;Wl~R z=R4o|?po)p`_HXaU0u6Ny7q7HUA4QqXWm;{s)FD_{|S|1A74FXVVrj?aAa`q4$dZ4 zE>9QWB`TjzAdp=i(%*9n-211N{}rBE!U0rp@}vni`0;-as?YxEi5aM%W##zc&3k7{ z3R^1^jlca<$Wm~yv2(GpvvE-{{K^deugLh+Ar5dzDv7_BkOT_?OSRjOE{B zX#6Jjf~9dvPJtb!VOrgZsPF4C!MC0Dp9JME9~8h?#1M(hu*8s`x({b8Npl9e`iCtF zP$0l2NID)@whni+j%55h&HEE(m6u%K-%6^gDXIg(O<&X9e9ql%&fQNtEkw7)PrD^V z_eY5SWr#6h=zrps-|FR4{L4B894L>PFJ+yvfQq=_7hl1%;Lu8Vkl7O?6etN)j0uIZ zB^K7zR+&v7Dw^y@>zPOE(f(Ee!2wmCLY`Gd$^R=_Xs4L}-=oNfAtsOrfaRbQ$)FRB zB$#H?Hk8B*Oq2 zV3uiTE=?D~ITyt_0E#C>{?Fm#Uwr`>q0F{Ou?|Fj``P#}EP+6`g!#zgX#d;^s1TmN zL6Pw-<8+)4BV#kK95-{iCqgZgzO_6p^REPLCy3SoSu&2K_vfX5%W#>HMawAuC+CHe ziBwfS1zaQA&cYZVG6w2dO=TdJ&ual~wZCO-m9^pmxrn4pdT6WKKmGkjEy@kDCVKeR zfEE!8nKrE``atg5EbDL_<>}i0R38yQZpJ?d2eLm=_{Acc;8K=QCX%_vVI=0U4>1;z z#l%XiAr(c+?nNTv~nhB1y&=BK2xcY=Svwiinr zjUCWpW-dUBW1w3(F4cT8HpS3co!7-lU^&L(e=G_RDuvl+QADD@MiQFlJi=HCSjB%A z+#i}rY|`)lElwVjsNm27@jC~L>RUl|HFZsQJMC1r#pV$GA8xC2eyejah6JJiQ?dTb zazKF51pl?kB$H_N!K@%9F_eD<{IBIW;SR==49C;R*V8CYF^`{czCY#s{!&tfQ&AO9 z|2v-BG`_hixBfJj`Lwz@%-wvx$y~SDPrKW2t2mXtWdPyizP9GRo6)cFPM;|A*y#h%8NuEDev`4v%GsNU@5@fV39aj#Tfr z{a@pMS&ppr{0;!>DoOC)1poql`HUw2cOFpz zv%tVyFffa{n&AK0Vt`T@r{Xjx0BkY{L`)7$=E?O40qnpHFV2{4*&OLpPco3~nJ1ZIqCouicTQkQfWrU|e6f7W*YJV7aG)p} zFEZH^fdrs|A}(cQN=XFS&iss&5-%!%%%G1{P~kGp$k|D!n|4(%DTnB3 zr%<-%&}Yz1tLX!znPv**C}8%?@82qBSVVG;b4C9f-oTdU^o_tUnjB?_E&d z26Pos0&!LcNMIHIrtsY@qM!mtQr$eG8WjeUm^I-a_!dwR(}hvHl@r254? zo+2#yKV)0=3r$2|^nXKOSw{UBr+%tc+Z&jheoOTS$iJj!GC+brfpAEmK+ww(5dcEC zKn4&f3Q%BkFS0?vG)@Ho&CS^Iq8Y9S;563Gpo{#*2>|#ZV>^QCY2^c$Z%JAt zc~43pA_EHScY3Nmek$>uQ!#NvCZWVDXB&VI!X*2of&xJEX*Kl}Gi{*Xf)5!GNL%gG zWx(!$73)JrNkjodMhT?t4X5I%gbJ>rs=7YGe`@Zv)uRc#|9ff9?a3SX-vTf%lkfs_ z9-$~bkvhI{AqoLm;J*qL$R5t#pJt3I$4JW=DauHjge)dgUX&y&!vdY2*xfOu=6ON-(Pci^N zEZO~w;9i>=>4)hZR10?dCyE4`h%!#k{VMq={@eCBmj!0>SCN@ME{Nz>y zV*w5o+fTqtG7=+V;54HJeMSX|5EkN^PRPoZb4W36QzT94n12ROh%yvIEf|Zlf)cHdfMXI3`U|LWjVPju4E3x{G=oun~4Z4F}bS#A6YLcgOhZk>iFnQ85yC3rY=eY zV6Zj&z*d%OH5A`;9B{z&Y*+?#UVubCID$a$YK`536AS9T0OEoNd4WKm!2p1SrV5P3 zPp(->(i84!s&WAC0G_1)?(ADxe;qfMiND?(-}YY@4p;=ANMI#=A^~sesTtsuz&|PY zD@ks8LKLPa9bVX;#nP67FV#GY&n#$Fo`M{7-tofFdN`D0cZxW7hPO5qZ7@}y=}$}R5ppO0~TeQ zDuCsxalUOm8^$I=8@makw13I}XSq(SVojzUQF`LDuQ!2#9{C=8)1mKYr2`m8!iZVE_q$>qtYgFmwm5Zg?&f&!P2kwAUVsZq)s&|b&193!A% z%j8p5fC33Yfs~+NlX?IJVB!P8Y1F=MXtXYDDNpR!3Hn0s+Gk-lRIE0(A@PlxYsQ53 zM?T)t&*w%@iynvr1nScs=Nrs=y-@`HVa<#O#sH>u_aTZ+ntmM)GpwK)lRaFHa8c`W zS2Q97+5t8G5VRmY)7SZ?7&;Yo#W?)HvqvBW=!;137y|rrWg}po#lXTT0tJ4B7aw%Q z#`-Kj#K6Wt@^V796dfdjMfFyK%7k4;p$suHau;Oe^pTPr#KFlu_2y09D2Tw-Y3?J| zC#+x!d?aNNcnqbMwFn-8HAMOy++=>>VHOC;AWy)z;0_G`V6nx^FCZi$CLtvwr=X+^ zRs$A6AYg%nK%fLX3aX5BzF3Sn%+FZy*aD7I13NU!QhA7xKfts+IJU)-OI#2aizKT&qXL!`ow}hSZKHn=CIr? z#=3})8^0GDP;HO;rsW&7d!06jl09YO&+`|m3O7G&61FhMIK9HeSdJ`vD{UY;f3IpdCs{q1tHtgUlrKcy zbT1H1JUCefeb|4zJocCD&^^9G0f7{h93+fiR^R6e4Ii0??|;|l#q>O^rP5j**|wZ= zUQ%t9eb*nInqtq=I84buTlu+5pFUnb7bC+!eY~U2kYDbB1>MNQ$0g?Y6CF$AIre&< zDyBqX&z$NV0!Uy=IYSiP#%ceAJrw!7X`0nmY)MN*f_hsE5tLDMZqjtrBqsRDH?`=(Ja(GtebC+ZN>-l_qjP0ez_j!BT7LkJler9lkA?=63lW5TCCeq8moaTb?hl#&pEQ zji>~ubPD&;`QPpTO26W86J9;LhUGY4+(!NpOVaxZET&yLT?Q!?pJVq~$dD;$if%vy zxv*59_Tjc$6*qVjMIFyzh(86-lzq>`nA-L7J^SG871UW#3yyyJB2#eg+VcDtN*JeJ z1x}N`heIOsgi0#Sn|_pU|$w@l%(pNXR) z0=#u{1y}#PGw|V{tGG8QSXr+EF92ql%~%?}Yy4YoK~S0rKiAK}{hPi4o&E!(=}(>r z+?qcyW-LT~yQ7jpeaEKGdd2#C3!PtusyjR^3wJ{PHpA4LE2sHXt~%lEV_fLBjH;PG z9%GU7Go|1VL48a-<%oH`f4ExZNJTeBTo&Q(&`Aff?(8sf4|@Kz>&GtD@_0@j3LS#) zwvpn5cM1D0tL91r1XhK^N2I)RlUx`AJV_PP`@TbjU9o?r?mu=AN&pW7cwi~QSdcHx3bMi{{(#0pzre{C$AsW-xzjga(6v>|Pj88A#d?+ux z3?eG8ac(@YmJ+UZF)kA<+o7-NbDcwyBM(cZm^3)&UnwDKc3%gkWt}(Vz>WetJjtAE zj+53mI%P!ofHA|NpGwoynZuUIgMEXH>uSrbY3+gm1L+tFp8oPMRHzy1R{{I7wn5D$ zL}Z>%osoo$^7g`=ki;k=V8~xgBlfu)2a2=%$oiOAC4!S}>R^ z%r$t0Tm2v|8!w58)alGo3aUFWBU`DA~413wz7qA0Fs$a3HC- zT}KgZcJ$s>F8%DC6D=I(*<+2l7w_2~v?_)@Y#?aXQFu}^RF`je`H3>xEDP4g`p`&co^VVK2-p2lX2^nnYVt8ySZEt9z^AmIMN zjpo2{x=m7>_4=XPjmSW_+0%qQtjxM=5ZlRQT>9=cyI{&p`n6uWlGtg+{*AfVb5Nf0 z-0)HzeIT|h;bkw0e|=5;^?51ydwQEP zDzi5w^xLG~-z`awo{F4QWL?9UXm59A*g69W=qeeUS*p%d9(!mnJJQoszd2a1j+|RH zPwy#U|9og^8a?yrPIQL8=|&vm$W2P5?1wECnxuPdJAc_*`&spCk0C8?NP4&a2psJe zVeD3$a{U8yv?V;e1gd9~Z}J@u_Ex~M*Yt*G{KU=Az>BuvAfa*yH_Ea?Ls{CY5P*34sP;UOhy~bjNG0{-B9H4t6Y;FFht8G5{GiV=EPG*J5?aOErl@vU(MxnacpQx znWarL@HWPKKuNGPC|8yu)3Yd&Bz(u~a6fTnh~4`;0i!EiqhPJ0VGW_rwY0u@liQWq zkBkAQm;?R!9On(!maEE(+Cp^^VuASe4UiGNb0lkj{wwZ-i*^X8k~_C`nBDo(aYAcb z*Y(zX-Suk69fYmBswLT+VZ#1=0xj_ z*)sRsj0*?eZfff+CzYE_6l_Be*ol10F?g7sSjXY;42vZAr;)#cX_hI4y|{AUpJ-d`h28+-i_%_`_U!htyMbSL*B_-`pkxDBck;2aMo=YJeiDk6%T%nXRcVZtG6xcLGsN0C0CH;2j zqT;JHCDz6Gxx_stbnrg04nYANMTK}MTYP8F^{dpFf=sB7)X6OM6?s~VP>v;psOmC+ zb<6C+;Dt*Jw;DC&)s#Ao-8a3K|0QlSk#D+w-=oZnhi zYFO|PlSe=zjqby3@A=pKv$Xv&Nz@GT!US2K+d92l9mm(Y4L#F>|6+XXNfIwAGBGas zd%lB$i0`o9@W9i#-nLq*ywH>^X>E?|Wyj;qS#S?ZUUI&>H{E_aur&5@tmZR%s2$Oh znl@ceEPGM6G`arvZ*lIsyC`2Yzb1I3t$R^l^_<<7C6w?}e`KA$8kVjqnu73gRkg<< zyF|tIT1bHMG>MygLz4K5dTB2Af&Cp^w_^~-GAIAsQ^TUIu zW^i0e5l@v9ecFQ9z2Z5u27=8GgbGL+e!C4d z`)n*0`u(NOz;lq%bQcckr6%&6HIn%Y&U7SpF_6et5E)T#&uSPAwU`kXs+8p5)(5c3 zeW=!VG4jkpjYFzS$D;mumk|g5xSXzq%*Zt*Ip9ePl_&B{!VyEASI#%@PzHfqO(j>* zCvWG_#@jZp1qWbU33EjNcF={B!Ng2cGWkQah`G$wE$UyQIiCW_uh9f6nz z5VW`cv1|}&{W^BVMN5)J~rVv5iVa#IV0fc%)Gsp*1vv$vl$jSZ|YLdhd6} zwuQ=#ayM>;y>UhcWO1<&!g$Ov2JGv`yH}|fCwp-HMyoV+?#`q-Xb;^0%RyRswiHG; zI2MM$i1rvdzu&Mm_(0-LUcHPt9^35RB^K7F{bO0*cQzx0O(pU2CDbWP=ECPa^@XDX zU`gEF;dqKrBz~>BiQK*jQAHkCN1y(W#{`ERqdkx-j=E#?3M;%iYtax6vvNH4ezgk9 zl5%sIs9imiJ6-J_gi|jYDKh`i`zY2JME!(~5JyQ7zLerq+0l+&q8x|iFsJy=h?hyAtbI@%Z5&b9 z-(%Okq`RoFmD7U(9`w(~#h1UIDgbLAuyOGW*tl?bq@KkqE-x;B`uM;MIBtRC&(qO? zkz0q6*L$YpyY&X4_qpjLd;eUo_KON&vi<1xn_Ina_S<*Ks_;5kWPfA~%sPn46WB~U zNS<<-KL5j~Av=1iP6qPq zFAnJzT?HQ0$SvH8VbtS|ck?ED6nxw(_}~sg@hxBTP&3q~Ai+_uw6-ocE)3LXBPEgQ z*OEXx?na#sGh&%fNS=Lb4T+Oj{sI1DDk#wFLICK7a}p7@elG250LzR(_gE6qM}Z7! z9Ee0^_oqRT0bJD0pf~k(8S#yKUrFxE+H2)6L@B!wFR@t-NYLA2XOg%IA$a%is{PWy z$P1M8UO}K1hlJ4^9XC?F35y|6BTjDXP#~JY?(u*h-k+Y1?V47PKX;y7k50$EYFy34 zCXtl*y_|OawS?xPYU+|Cm9sc#@)@+7xC^5nBuLM=hX=h(J%lX3=5@HMk`-mNDiqqM z?!keSdsns-Nvn`5F0n)kT}2XDIAXFMNy97XRsn+xY%=)URjj!&Er(?KbM_ESCqw>~mB$ zWG*)iXduvJmC)A#X(nYwcvDYB93%RdPUIhTB1fymJ=5;61=3A6M zL^!OveH@j3(I84~N`uL>`-jh7n{s4`+u6^e63Ibz=*RvF>)!pwaBk<*hTWfUpQIkla0lM0E%ivT&AT+8UQh$XQVwz+(W+vN zL=ARc4b#GXvWA0M%cd~+#lNq%G#md+0!Kjun`98^5hRuwlL zqK;>x2wJ;O4y8BPRl$J%UQn76n{~x~vv*@SdgpoKs=+o>DIKgjx&Us+;5(Ht#PQ^q zezQ;wq2sq1aD0Dq&^lAqIL1vM!QiQwS@8`U5NP8Hj9&Fae-MQ9mn z$b9Li!>y(x0arRS`kj_^)9vfr2EA{w3AHXLk&jzsDRx?iL+Oc9Bnc5vLwHXrB6|_K zs8E@CP=zDWDz#9-M*D}10TJF2`4c<}f!NIxBV-ILBJrQdXkk>pP}s<5L1>YZ#_;gi z5%3@*c(j*w2;t)LVsvs!)gs3QgtQ?gtmmPb%3-t3b>tAc*CMejZeNRRWt3~~xKI7R zyk}LTuf3tba`Pto*!YT4R4&rLAioS>5UTc42awxmB+;XpE@d)_Sah3CW%H(|F zJgzbgSI8b$@KG$;-mwrJw|}VuKP-JxN8+-D>QJc z9i>JImRO6D=gQ^$d2U0p7jcN8}}WH55suL1x79GU=vXN~slW-qr2r?LT%u z8wJTm_Pp`ub|ml?wOGSFs-E!Rddo23Vvql>u(p9GSM0fNa@z=b%%z*@O8>L-I|zOK zoEs&*MiqNHgg)GzZWzzVW7qQC{a#}Fw&!o56Fz}LOQ#9x0R2&K()!g4uOD1e!riND zH;Z~2y)zS;ngNNvS1a2M*G_z1pstKN#hu@{dGO^UtIW_rPLQK`egdd-^P{pe#VW*?IjYI6bON5 z_mj{M1y2;~>z(!~7$$M&NkCoK+GuG%`Dm$f#1DM;9Cwe|rlQ3zq^G8z5Y|8%$4xmO zKd$we(xz@Z16$geNk3Py3ZCP)N)zjkS5iI;=9f{<8?L;rdbCo^SMeSV;0!&!b-Rvv z>}=&GHF1-qovkP(Uq;#~`x(0bU7Cuy6Y8$W=QWUiKdK5}hRZf5)e#Mq%tmSw{7w-k zJ-lEN`H7dY<|cNgx(dAZhH;9+Q=jmaBr*Ralwe9-*rB-nWrjteo~M?pqLzv%(Cm>U;^J-7CC^B5VJ%RvvBP%XgfkRpJL{P^%>Z1y zQ|uQa=Ye?Y*X~Da5rK1-EII0v@W_0jfn~-jQJNB?OBx2`+sa$0z>gMR0=^9o)+CD7tubQ@w>LGnX zE>2a&dfUA&+|$j9+K3BxWYssCVsI_kn>0oxL@LY5$Xr&U6|AIw)0yfzWjIe)G|%vC zZ!EXf!)f@QAaT^B{OIV!MnJcF9J_jgCHzRpCBg&)EmhFM+$MSvqdWa1JNnL{W99td z<1XJQYqJ&G(dj?{JHxhiLz45uK6%Q{peGqNqs3LFeI>h1`pbDSBZLRlRNK<(c-+A; zoE=${Ch%ZeGtu3t65<5vtRZE?FV2Z|H&LV_U7|Ia2|LMA^_QQQ53zgbQ-#DB?ebwV zc4dbzLOY5XFq~s=9I3}7EuLMvu@A0FTpo(pxZB=09WtbC^G(bJpP|n&gjM`5?X;^W z-VLsO_gI^_`?c!b!5pLfdK8}{vI)5Rs<9}88}J0M$Z z<;4}B?g_AxS2e#3_*4*@$`bA`_iajo3K*PKEW~r@udUi!TR*q+X8Z~dgVq#%Me6ci z%6d7E0wPpO?zYOdj}-la#?z-o)kE>3bc5omZ|f{26)=4KOx)9GcLZ}^&7p}Ol$|G~ zAY_Q*o^B)ltP28}%d=*zriYX7j^g3@MLqdhN^j(-8B@AZvXB@OfpF z6hDl3bt;)kh^=+h(Co(SJ&!>#DG*S(N!Tqo;8mo&ly*`6eF%E~)Ntl9z_le>E!cCdxQ9VMR_4+J2y; zijSr$uQ!#-2JNp6ZL`kj(N3JgHsO+6eQjChGeg>|hd#qrk~Dj0_W0&tiuig_K>E`;ghA(<~@ScND3b+s;X4=&G# zw++4|t$M}AU(cVs_i?2=jW%EPVG{-xBb+VA;|Q)^P*S&;wK*_+ZS8$-+07DHkbsvp zPAnH6k9XtEF1EoB9hHl{y>i^w0i!>k74U-q3{dkn+06$H|x9G zG{aIztL~M`d~5a|+xYJ#-ry^xt$d@{Bw9z7$v; z(-at3miL-qJhHIVgmd{2{YOY)jlC}}pI_l~)v>;xk1-b0_v~B__eFgblWQd1n(Lg( z3GWw%FFiU_v#xw)N$@FOLuQ-=OWPY$@XUMUbE7m|U5>&?OwSgCKe##TX(sQSR&J2g zth5Jg#!QM8qWN}L!yh;uqEY99$I2{Xg~{qXG7r)@ClfLQdMB3fb8tXLEAQ;4hH3^H zb5|;gC$hB2rSXYYSH+{>g1Wr#s`@UDi`YM^?48tbG?9;+foxw2`$lC@{7i1`&p|rz z{c&se_*)Ppg482GHOO@3E#l6P4aGXjKoR9o*S=jxYQ=wzbL&(b_gcydyP{tLPDNY| zy>WbEOqA6KwPd`pEKuDYS6PH@Mor$mf$~O$3;PRO75B6~n%V-kOZE_NWOORozX~ol){=3$kQezEs8uf1|d1Ik=XER=Kxa zt#L;c$va1~1*b_9rlVnJSNEVi*_QuUwXvYhH+CAWHZCfv*a*CUu-(F}t8|NLMg_it z2Qljo24r%#ewBARU3;&@Ib6AnTO zM|cbcfU~Op=;tMXV-O z#Nd*RF|-lgtKRIM?`8AYw3K|t5D2N6a#2?wXV+0j9zFIFJf7vt8Bb~{B0CbY>p|_u z;Csc+ZQ73Jk*TkBL^9hwByTFz%dfcJ@Rv?ARV~8V5 z_QZdY{r7y-xe&5r{b7)}?*9yOhl#ngUe^s6%azY2Fv z;S0+~Mz2xmVqDa!EOXRvWjQ3c!*f)C=y)S*vuS6Xh z?_;_roYEv<*Y6PcQNL|*MVnT|qU!FEUfN-zk+(COPA?7PDqZuUjq>t`4Q}7&_TKaJ zl5opa=G~m^eX_g@ZM#8ci3o3D{}*n!R&$n;dgMyWo<2^j|L%Uh1{MS$JneoVJe}*9 zMqdJ(U60tnasHHHeo8+2x81$$JIPUe_NCm}rJ4W}9kf&+RziW+1neSc8X;Z91wgiE z4wPi2bKSYuw*A4YJAv?MMi-gsBAk2p{4wBNY6}Uw`+lzocgFKk=NZYB`=i=`6_pR{ zZsm818k`uFgeJ4K;FV8q2N?@m*czHrl8O>3crbJH*YejeNgFGjp0XyIV|>|In$nRZSYlxqVmlzGN!*xM_t;X9HCUWm#F{2M3SQ z9u(<9gtCpMyKd%RTK?)h(?9csM^F&v3!)Le!E=p;aiy@G1T)@eok*jyYwhXZnFw*z z^_#c~R!5FBY|DGFAgN||qTHIW$ITLK^R^$_@MH`tsF=5`$x)xP(qG2ublu?{RJXD8 zn8tc@n$l`cg^NcwRz-#6tRK=%kDWDMYnB$fQd$fC4&5I~n)BMbm8>JLp4+@i*0$4M zk9<*#DXBcBvtF68tfHX$m?u=?zKWST*u7ifJ}+d`$}jbvDp#8bBJ-tE4qYXRG5KD` zt&ODXWXr5iQglR0LL~qU$x&&TOE0}$YS8kE+#$4aqIsdY=J=)Z3`I>;w?L^L_R96l zI^!bj*m}feev%elA6Au-A0KMmR+Gy3|J zXVE4Y`(Hsn3!MD2;0d11y@a`xHmoQ;H=S@zNozQ)ry3+$tkE+SB7M{+wkf~A$w~`Q zr&|)->^~Mi%5G-6Acu$T09vP*Wlo{! z0nByb(#6Jid-l}T_>byUhl@Y&f&y2{-&@G|ZWC$AX>c!W92xb?{cmhlbFPtAJlxhlA869A4DMaUEbk{D_n+Z( zvtSl`LuhXglvgsZY7dq0me1d{UojrXtx|WKr!S%A&Um^7JVQx7^`G;ZH|F}lqfh88 zu-M-swd`T>>>OH@0Qc>Wd8}Fa2y9ie!Ft>7flr z&l8gueiKZaKW~`^@e-OnJQIUXCr*AJey9;Xyqm5$kKc1=+U|)tWu&F4NFGyVgA$y{dREpD~UAT4`I#ifg@v2bGQ*_AM<{!3F9@lVD>T{a7Rc{RBRE_jt9J z?Bsb(3-5}IGq(oAVv1z=v=%4uNlG@Ca<{AiF`3hnCW~oU&yAF2VE9;=5$B+{=5%qt znN3Xr4VJ9^o=usZr3_~6#4IOr5NiU3lt*%~7c;Rln=omy-!DQ7S%u$9GUMxOXl@0= zn=Z?zG0`y*hW4LXcwL6QU;>YDOkiGaDn^{wPIPW=%MC6*l1(roK2Nceq!}C;`;~!B z*g8NOIk!M1+*_NnQ4!ldB|P!)4$qQWaT`NzyR27tQ95;5<+B*Ns;dI(^bp@z{<6?O z7`sWbp4DhoaU{nC^?Ui!1|k|Tp(&;wqt2NbzV;M2En9yrf(@zEN*I0NTP>h!SzI;Wg))c=vwSOTH!;?K-2Ia|Dqq;%k^m+d3}r}oz%l; zB}=w_C~CjArG3f#?75PE95Q`15F@S|R-#fl_I6+`J}X~Bq7ZL;-r9XL>f-j6%7E~> zsP_PY7dcKiK_hYUGD*b>4U*n&?9mS25rU?fHjL#qKrgqm!BCiOfQO=MGlk?geSP+R z=~`#SUZz6G(z2`|4Sey3+WD-iwRxug*EL%=2Suj>oPF2sv$c6;UCi%j9i;kc7L8$K zyM4sWTDw8)?v0Z?6$YKX2iXTR&gxa?pFGMBEDSMp*v&L=7#r_XHL4T+mjbj{d-q3k z6)yQyHOw;~72?hPl?}HH$UJO0kFnCp{hQ5jjB~ON2ky~EJ7z_y+JYc<$rrz~c9-v~ z^nxkxZiJ(i6_`m3%3p5ryzdbdxF*Y6V*Z-Scl6t)bW&_9Hu#N!A5$IQZqpS<{aruy zTR|-$bUTU{_lN-^d-JKX?Kt6|+N@nu zll_SqcBT16o4U!$N=rBFbD`qvZWmAzLWdFKy2hqcA0&b7^Bw%V_9723Hr&q!NX*`$ z1G1~+t35gHb)KUPRUQ1*?ZShO25y%(MOLH)6+d9vn96>^GFSn%mo z!89Q%Xs%%-^1wT7mYiH3w+63z;cOn2D9$uOd$m_#HOiE5&40WU8wxe#iCLgQ;~JZAH+uF__DqY8D`Psp^Gd zSDAm>%P&LoW=mEmKuT(Bx;5Wy*tlLB7;&Lhf1K49-tmYUl2=(p^hwr-B)Sln+3Xz0 zB0I^x#zW^A!ur;O9a^X)O)WT__L(vQLV_`H=zqOsY2=n_+ObDVWnT4pJ_D8J%pEp+ zFd^L7DXvnZG4ow%9;Z~cjKR@ad0Sw&M_wHpDu_8h`On+VXzlON*QJnxevucR28~cU zuPlWRE52X3pM!*=L*5PA7oX~o%fFA>;{rqoaCl#z9Bm-?wi)g5Ey}HSveu7#;|H@8hv z3Y!&mA9L8Tf#-_zk@cI||5~EAK{NlVC+>v!8%?2r=}}=R!Wv7dgyV=+b2BHir{$DO zpTxBJN!NGegT0W6yZ4jX=1IQ7pHv+ne$6i5AzXasLo6-{Y?ZT^ew;S3J`+~sY(&szCSK=)!J`D)2a2B zh6=`hOuqQT>8WW||Ju#%sA8-Lvm!v2jNC&bk+AFJOFPW)R+E=Zq4He@8<|?)Ym83W zb%*cX+SGO>fkN-kR8j&o^?h2!%dd*(ZLjS<$kIjXE?71%JVFfwXI#a@vW4Zi8Ri7M z$j>i-zIy>zwbN@66Sa4G7h_0Pxf2$1d-g?tLes9d@mwRM1d+k(%=XXccV_8i3qi)4 za&B+pWCa<&22X#I-*Ee=>Fk#=sA>m4Nwo6|Y+}e$bMD7a=zqk-c;(3Y7@84eVM2dH zOZn)E8E&-j(V@}~=0!bBHrf0Y1S+9TzV_rbpsP`i%{?_g_lND?aK;R7ImdCBehQaR z8oyyz7s4ou-L8C~+n&CFn=QZlCD-{L4wOC0$_tw(kO^!DRu;q-BoOZ+HtP|o-N9_^ z&e9-;Qi#L?^Yev>H}x-$z0Wp8kz(V zcEV9t!xhlKtm0Rj=jhN8I7y|vOhvT!kXP$(*M~@{V!*P49sr#$(yvOz6-kOD4cmwJyPJ*v56S0Mr=JWECGpcO9 zLLD1dh>A!hfDg5Pn6l0_IP2$Fv7{0$rmxtjYG7AS!0(4{4GhE^Ht4Km5s! zmwb)vdui?7{u0#z`kVnNjMgJColwT%Ki?)-&67^E)z|PptoNex@k@@Z>J%nkZOwF) z7Q&|l;=O#{@uEL^J3 zBV5yLNsM>B-RKo?(_6hv+J5Hr=F<1yzY^hpa%TV8(RlJ}cU=TD@FC?jl{L`bwx_*} zfHFu`MR_>{+R{PxNT|&F;!&&pF42=9T0d#}Z2oRq_|CswI=a*Q+uC=Z$*eK_{FCJ5=Ivraa5a(OU1E9H}*as2JOzvK}&_t!}o}yfDFcHtyc5~4JV9pix4xQOCX5Olz6e^-M&p~B^9VoD4gT@7zdD<)y@hl3os_!o`L%QYAC}HCtc|Yi+G(*Cceg@u zcZX8k-QC??L!r34LyMCj#T|+}!QI_yaOdOxp7+O0<~Sz5W|DpFz4o=v)xu@v6|ar; zHoc1G*y-`$W9WvM`lI18iC&*8euW1-VJ5U!h6wme^~6xh!-vIxWmCSfQrWU9HOH~1 zxRR*2t9%?<0XlEfk#K-AG10nW#<}@Sy@?H3BXSIwRA)v0Nat~0r5-?* zg>e>I_w>1^J~Ja)3%>-^ql%E|NqSk{&W{1pCh}TEn4DPagT@K9~1e>$_eKDfIfe9vXsFre|iI0r(~JQEGMh+nG&i zcK|@=?CBDF2)&Iz@^hR2=)bJ$-EGwhyBxVEDv2}9{-CG5ACZYgi++FN!9FWo=#HGjQObKrN=L`=K z*ZU6t-IH_A8}}|3qt_9q{LAsT`5Y9=tUI5lD?OD`Uf+Ohp7RA)8o#}4RTlr#6+SOw z@a}8XRz zornAQX{Ul9Rsh9OHqy?A@6e)^-!K64dx2`hRX|oqzV|oTYuz-5% zH+(oo)C#>!Acb0P8J@m|?qo)5N8v|keNu9|VconNpP8#qmi7+HP*e3RQ(nhLQEYYOh+BH`+8&*aH9?{C=o{Qdc~t;5+%O+w^>V0tg# zAy2*KQq(Zd08bW6-pr>fR|ds^tGTW5C4fFKf9xhz{}JK=dWm9RA_oz~4+4VpJhZ>N zyxOn7cr30~&q@NVQUQ4SPTY@eiKCMbEL-{kW5&<#Bju*KJ?eQ=;(Jr(8E|g8YK!AG zz1r>GtQxrcSmP@kT`Bh1)_Sp88BmSr!cQ{6{$|CdED=S_;esV7AWbog3kj2byvZ>A9gat1`ZQlN0u$_37e~Pb(d|3 z2Z@C|Z@nw~hbs~MJJi?@WCW3h5MJhYh+X#>{BQh!U~5?e0IHy8y!%Na>mcPlG`9U~ zIO)i%qQPr!|pl2*c*$MJl6$ohWLQMO`O##g>`jbBoyyAR!KHr2jzCc!aLq@#7_pa@Bx5gv&*;;Nyf zgNu{qU;l~C2Q>VRnQmD{maD8I4?|c1?7Mq84t~&Eve=fBraQ(l+t&8zfKb}bd+x;X z5^^N;i_W7WJ}E`lxrlq|7Iu?#sR@PRk`Op|AurC|JB+?$<~zx?=ts|o4+ZBr>^_Zn zcc;07u@7%9YF<1-D5$dnkQ+kH8Ow1)oRdE~L!B%|O~cTRAbZ{sDcdztMVVOg&o%To z(=zx4-u-LWFd_QSX1}am-01XsbsI9~Q||Kb9_TA7bn5d28jnv zJ6U?#n*MlCx+eP`qBRw-DG}M8OpTfWb!E=!zpgE~ecMf@=dQBqU9Gs8S&)L4>-Ck* zTyL3LvWUO?)}K_j{B2DMg8dw36Puq0YoqQpNc-0-PVO0qaqk+lX)S4=G4w($)6#X4fJ+D_U+g!TZOqNeA z1Ft&6t`iAuf(!p3Bylw!9y2ZT*Vy+*xTkg%q?GZoTGPy0s z7_^IUVAHEWpU8j*L;LgkI!cmc*$KkWmGGINgr|b7rYVtS9&Td+O2__5#V37^zhq`32z@vAeX- z*E()@-@YoYe9?=XF<|fRV;*t0HZmRm@tZ}T0|aAwf)wci=?jgFq`Td)m zB*7kj{Bwm7RU+Lpi&UwewG0Br_Q1iRRgtUhhzSS@{{>Wq+xg~>4l--k_c+X@_iihy z;O?r6`*XUb&SaS{BDh=i=xoO82eiH=R_d%@ZXJ-GpRKP5glInhxu+pgxix^yx$&88 z2*tKLg{EialLg@WhI`}t`ub9HMZt5GaUiD7zO3*ga&!B z|9s~5$Y109{7|s4o_DS1^(>m3*QhmobL0|VWEa=IOm-{*qvG~iA^*fq{(R%~_K17v z>RrogO$k9-%dbU+0TdyMd^|Mn!RA}#scg09P#^LPiv72Gwxeyht{SDnwMuKz%K_o< z<9Ch9K!JeNJN$IOGX6Wy7ke8Jr>LZYgH5RRmEe_0Y>bmDSgB7nzf}tk(A-?zWjBF} z15N1Ww#+THQlau#7G(iMK6L3OH{0eR;!HEUPf5K?Qlfniv@t(6WqDZ&`{rsWMa%&+rv*A0wKI z-_C`Y-n_#SVy-3#1)eFos-Y9}w;DAe>f>&3@M?7OSXPt!rWH+z*ZqcuoOSofC+Q~7~%_nI>EUpQ6#3|sE7FzhM55rOVxM|v-?<_vP++9`mN-{4h zyrM$3urUY4yzob}&xoc}Uj!$Zn679k!VlizJ;D2)e|js`Z46Q4CbXE(#vYznMZ8}L z59LEfMtMZh@|KN5I; zHhWqK0L&5sEi)@nqc!R5VnwX^HJFi(eON~G-)v^!oshfZQor*&jGx<%%h+z=rF z7B=cB7IDNrjucO3`F`}PF_g!D?T)^$2R9aJ2YyfgmRVS?MUmc+-PN^x@r zhE=uj2;WGG7mm%Z10@c+D4U$^|!C{;R%wM!si;DZ++T%JT$Y zoV#|;cUlvpj8azhrEP0RflbGT3#5<4FipC3St3Ns&9BzmOrM+~wEIi<`Ze%+)dFN$ z=EZcGuvAD?UN^Gx?*Nm1vPoi%xW~@cH8$Y1?){PG5CZAR8S8#g3g|xL#2`&>v7P}6 z!#pZ3P+neQ7cW^@o(w0>u3yidAAV(zpSb0&TAg8f+zSVep19J|aNaGq{*1JS#2aQd zRSPRN0S8*w@1xmq0OYs#l|1B;@%g<(i%+1Urp1PgEbINBlP)=w=R-J3eq07i%4h!5 z`O#=q86slpTn|$ZW>q*dkc&XwxO2w{?f8=&a*MtLxngV`dNk+5LQxM`xw8!~X6YmPIlm zAZNfWNnF#C(n7J{sL^V(l1>^cFi_`F1y(4jTI;-vCSum)>*L$2(ne=zr(40s!S}f+D!zFw|KP|bKz4Bd*B|js=07dre`>;iXtW<@1 zs{hjw9N&-sF8bb&-7#D=<8>Ku$0

hqsi(##czHW}zn_|KHMA1L6C<9iC@(1@PIB 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�+}tN}JLHI>4aW6|ov?o~#z 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 literal 0 HcmV?d00001 diff --git a/public/assets/beat3.mp3 b/public/assets/beat3.mp3 new file mode 100644 index 0000000000000000000000000000000000000000..df7bdd26f05d645817aaba69592fe722dd0b6099 GIT binary patch literal 598956 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⁢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%0AC=@J~eBs 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

9*4X)1|h(ql_dsF|I{ck|}S!H?f9cvV%u0Ne1ra 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

;%=)|*qxcU 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%0D@93h-hmYy#E^5wxnd`p7@b*` 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

  • 0Alwe2)Ym0?s545@Wv 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

    2EjOwx|%50&l$tjUuh*Uc#g4kwvv4Q!<`&MTkR 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�r>7^g?lVd3Z6{;61wAx{^qrkN2Y1g~b~2X9CIobO+C(l(n4cnIq;tcubHq9uP9_g)FINK(~C3l{84={!i(=hZoCx2`;UBtfGhCt2rw ze}5E_V_kQ{9U4Xp0(;nUj`u_v7ij*8!4Ppz`%F4e-$1M7JxrrNwfrOMr$4Ik2C z<3+4i^$vTN=dC0>4BFl;E{ZVb3%W`;Vs6fm&7v}H-%^U~gz!DIH^zT|aW*Wzg7t{s zV}AA920B6}|2@r6F%aJ$j?7a+SV?3`&2)Wgd=7s04w%jndMs_LU}ueCF2wglgd^Qt zQ#JO@pS_(v=?OH8m8iVhlk{Z17Z-+08l@ekw}fa^G};0inDjjg!1s+0X!BERh>0do z+GvA?CL#{V**?D1G}7wTJqL&WG0)Ho=LSBm%QGltgzM+hSw*?<$5UFb=jVKnwftns zo{hi#LLC_X-PfaP-MhV&SVvZOsuMAs_BAq1uZGdIWR2?T8yRWOUPkdBUf#O7#B$%o z!`Za5z;a93t<=$Dik;M>WS`Fwa@2QmrM+<&Y)Y%ykTt|J`|vxS)2_11pEaL17dszw zI)6Rp&x&B@;de{wH-=+4jOVA8g}S#Ca@}q@T>SF&H=K-?9G91dpl7Y}&?r`IL9ovdzql zSl)Tks~kwY3nYvXs$&SMCM5B^GsRwyf@2zrOo~JvL#NY_Mu+7Ac3}(pD56ufjUiK8 z49MW32C9TsPedflTf(1^m|5@H*=o?RB8%~dmst->U?G-+%yMc`TG+{}A5-FT9M%id zK*Bj|#E}Rv5pjq!GbRoeK21yC5YZ%uLuqU}_@r9lkO`qxBmWrZ5Q^UDs~aL=0ifG= zY8bB$eOH+IPk9LrQ?Lak zE~b68vFN~cwqgu zzzaVVO>F`A-vgDapA^)2yqs1L(R9H$G&CW>!0a3bSh$>t)J$11s>Ok&b&}Vz`g^IM z-!8m6dhULCukz{Ds~*(*bG1KkMdG3Vb>~;97J*~;qMp%^cLEP?A&Rb0pE6l9zWsji zk9MNm&al{1z2T1p3fzP=!|ecjG>;b}y*OBW;o1a6ii`T1QK_`CL!GqPMK;fMYXN%f z>KK|l9r~JFMwHAuC18RG9#m9XCre>KdQY%xH1uUwdVRmI6^>W=v%}F$%==mTt)kA( zpIBa7Hyu%ZqhCaG3YaW>g^@#{(?dE^CJ9&JA)Ct4bJI|9u%?F9=C4G|sij>8A%3)p zV@S?i{t%QkZ8ygc^3>R@IhQUsRf%U2V4<3`w!_N36y<@REXgM*(HBlb4`-%zS+9o} zgQ@E~ag9VOHM`^1lzl~SRQVn=-MuBl6jMs|o%^X&?dUO>TAUmF*sey1dFwBOauaK} zNQLCTH%tUhM<3rd7H~Lml4MEYx*TTy@czd*B>-Zpy}sw=umk(~Ii@Ir3-L>#<@ZL6 zl7q&&reB3kN&W9Df4rFn1+46!9HL7zm@z)+Gl!pdB}aVO+IHBK{*)ipc}FqBIaOfa zfY6>O;wa$iM$gLM9AzVT3LLKW{C zW;qemXr)`8;mzs&oAOg-W~J6?)xg1KVThjE_wQSo^%Ab!#^JU}Ae?oR4wj1tolNz` zB(A5QI)X1!Dl|wM_A6g9JHFndEr0*ggqFz?X2*WrF!9bO%hpdeSIo#zZc2r_xN3!- zo%9w~xx|omP@UP!{ArbjpTd4}%a0--H+zgSU0ZUoXT_E)gafTzb*80$=4R;1Yihmk z-RFZ9jt936+YaaADLOO&Ao(a-6W-4qdD>e@eE;n@xBq|U|MqrI!61qg7k$74?T&bR zy9VDTBLjS*ye zUGgfO8kQm8Qh(q9>zwTKoZz=*-=4OZV|9hBBQ3;eiW8?<;smCg`1c(Mc@tTQXA7nt z)9ac~DQe5kSmi$P3u0V{wBhTOWDO%+J7VC=H04u6o?+}n*+6VxvQyfbV+oyx@{r%c zzi8ix`V$3UM3VCVG0rg*Nzh*R9DCS;zit{+veMO*x!C-BKSoI$68O(U!PaR9&qktA zdq75mgw-++P(+BNkqs#fUlv{i05=9p>yY8}18?9@>bIwTg#Q=Aw~?q6QETG=cvYRA zV<;@tBH3*jP1Pr(0iyV<5|tLj{i)WDj=K&@BawWyHk@PUGSys z&OgR|2t_)!UxDW19GFIHcR0e0D3l8I!4eoHUkK|u$Ko7>&4QhJWk~_F5#6EKh*)g< ze@s&i@f{G?gd$$rakQ>o3w#vuq0V`$z|C;H$UFiP869Tk;5DO`iX_~vO)zRE=1?spARf|aM3C!6EK@GrS3Y5jpt8NM*Tuw=jfaB>D^z>81j-n7LK-}m<_Ip<9cZkSn*nG z*e;c0s}TZTvO(_*&XY>AkX%`5{ChbG2G0iSt9lmUW`M7=5(sV7qA! zPj^ltB&}PbKAsdn!#W&F20u9AG_1;;XI)y#;F4UuKoUb7$29|BV0ZryomW+&z44oK zgB3u1xC#VFt2%wTF0UM#rA#_hp=p$Qq1u6qu%d5Nb>5iy5vxV~DHS#D99O}}T!z11 z*m6?D=>)AqYU}X_NRa!WnuL)P6n^0K zN{9Jv^A3z6pzhXm==ugw-Pa8Hy>Mz@+UVLw9yb$C&M?=}QDszff~p%ru_N|u%qao& zxYkIZ6zK}OS%X!iT;m|dVukR7-b$T5;IFguOo)C=7^7lLUqHj_N7#x%?*n;!YCsX~KUpWyJ8! zt?zG_*W9lduXy3F;x(-xRg)4cl^e8V^9T-|enu;ec1obW--@A&(!GBUO}Sd^P!{*9 zbs(_#lnflpbcK;HF!k9AW8rs}Fk3r!mNZml0VY+(*>X^k1SLa6sufc^@`1;|HkCE1 z5=~B4&G}B%5j;5>{`OAuaqx?Wb`^<@@+^t#ifK-@NZGt`I+@h!!MuLDgpv=r^7kr$ zi*sS7fZjmvkH1Y9)UwNg8dSs&#=o?fO4-dj)VN$*JBKkmb}PhPtBOB+J=L@Z!d`ta zi1;;85|F?YX1U{3jZ3N`2ml!53CDE*jjmKG$MLQ`&dYVHZM~$-6@CPxS(9C-OERbR6i=dI@3dp$l8ueqyma}n{qt3RDZMtk#NuigKO6X9^+^EZkQ_bQY>2Pr!oL7jdK5RS*SSDV? zv(hDPGriB`M|zn|uK%`}Y+x47uvfha^sp`{j@@~rFFo7uH!1o%_LlSo{aOzOXG>S1>kxyeUyE}Q$P(9v^rCI2ZJLOYVdgR zrpb-tPr91CnI!SUP8{a^!J2>URr$`e36@mx+*g)CK8pBq9nJ=_BzWGconk#at3-_@ zOo{ZqHSrA!9T0T;WN!D?amNB)`H?e52xr8*IE_B^sH(=(KPUx4u2DIat)W#-(Jk|Z zk86S8mgv|O+%R?VW^mVMsU9G;yJ+)GaQ;joOA^5*rbvVs>X^aXw_NHj2$m$Ki({i# zCnxuzl_YxEQb{4aM$lY+03b)DO2F6R=%o5;=0R{dWiF$f; zP6q`c*rLJq8R^2-axAVkMhE=mvtPt$IfOt3WT)o8SXQdSNvah3b3DeN4!(Q}}+3Gl}2q8-Ma`LK!2Vk0zE8r5EO8lnS z-WC^|+ue+y5aGMr7&dp#Sew}xdatA;XMVOjSA1oUwO7qQ%^DjD9&+6UU!RJ*cN zUiA#Z2_#YsYg?B~ehm>!fS_>3zWvzDST=p_9I#Nc3sC?I+bH%tmbeF67&^ zc9u7&A{C%aroV&kmUwfNdG3cN4hnjY2)SP9+3>~n{nS#8s&gmA&R0?e=e9=2ekXX{ z@Qs1OmvZc^fk4xoDWkcQjg>8XXgen#RVK~CYAvTnJ-omn$mng#2n_#o5M23KAG{g8 zPiohkW9|9D&*oGG)^28h07gim8H@9@V$`zB4ATWm2eBtYSD1Pa+}DCcXrfew+;T0huFxL{s>6mHNi*__s<$X9U#v+hm-h9;!qA024 z)uf#ZQcC;L1+)aN>(a_OYdGd`v&QgRr^MA0&s+rG(byKDSR_c`w{_6E)nN%(CkPp$yNSs{;cx3?&jI6dVhT=I+5UAgkKf~ znmPhyJ1p<-RRXcye~9wZ;LzlyLw9BW#tI22N^pX{L*)Y~F1Ku+-YwCR< z_Z3$7!4B@hf&UU<$cx;S@1yI)Gy=XlA1X_DwCzYmvg5uJUFXqT7kRhUycS@PD1OG= zDxJtb2ObQtav_$pUYc@tOaYP?PUWL}Zl-9Me{|6rRxhMYC(SxU?o9{e(bNtA05D}d z$;f~1m92)?`ee7&0|SaoTGG}wFKgvQrplHdIW;aYe+3Fw;xfoLzkzq}A7Pp>-c;W# z{c7Y-sPpbZG2sVoXj0_#Pang6WesX3;Lu+*EzKVaM@gzj$t@SnoJR9H82OB6E#*Os zoLl10;knWdCQS%azKt;1(4h#%{bBIIj2oJEu66ob>Wve+vY1deMKA2JO8bqZc21`% z2*0lWz5l&liP&!|Hd|dy+Xd6M8QVLP`9oz7{H{hBHgaPk9#T_OiZhPMk0>%MmW#SN ziVo>tQWhqh(EQeyYRymj;Q0AlI$79QEp_>?FFBURS5NwKS7=9Rv;Q&92Y}RNzv>9> z$tOD?+2&vrpu{QG1ao4PouOzK}GXrk+6{YF=6knE;cyaH=I@#O${14v8=$B&cHJmq3p z3V*m^&Ma1Z+F5tH4l|^~FT0#$*g8rE!|}J9Fg_s#8F^#67ImSOdoH=XH~&;CzSx=0 z?humW3&X8oKfomk2M_-n|DE|(51j|Obh@RD{EcmS7^6<-tZNLUoZO;F_ zYac2#!-S2f&uRv)Kk;8zPGm|OlsLM9IqUpvYMBwfOb5hGm!y|Rg_MCB5Tqv0n1S## zz=m=sqc+Mhqeg=E=V%6Zx#PtB?$K`|Md=BnQW@<%HPT*9-*93EJfaXk*=qZWv1i|Q3N`g9Iyckv|Pq66dM4b%hR|1mBs6lvOi?Bd-4O{3k%6C1AN6W2GWRp?yD zTb=8|8oL23)EzfAycmMKG3l~USYe^cx$OFGGCAs2;_%SC*{#F42!W3jmu&z%U)se} znq%YfEX-g}{=?g^j@;MXnkhK#s<l1+M$Mq-q`2{g@+{b1!W>PwNXzz8e!X(M)s<=_pvTfChTm+bAft`n0IAr1>0fq) zqq4SGtkRg`9vb7I8Q`I;I?;zrmuW1c^7(c7Y3Y_HwUlZ0mFh|;j4$r5hhu+UkI?)* znPJ*D#tL@ED!pRT&{I;X847|==n#00pjRc?m*CWtO#Qv=JC=#TiyLlgA>?H8*n)-a z#9c9*a2v7Q^w=MR?>chtQ(QL9>b+VVl^mVw*qP9>uT_#wmHkHSyUZ)(LCg60U^BA% zqDFV;NX|g+k;sOdFM}5Es&h5{Gld3xwyo-DvS!orvVjm8?@aDy);3}kg9*rU+}`IG zJ*l~$#uKgDc^BF`-l>VbmPVcjI=feo`t(};uM6r(!Q(Jy<)Dt{6Q@bWau4Bg?G6!W_?^xqseODV{u8Yk;IWlg*m;V4a=m3l55^#`$>ZRAr> zr8_Sfat&>>UZGdcIYQmSz{CxdY;K&#!OHT=Tmwr^d|IQ}CBob1nmM@3?LC6*fje$k zye#E4IFJ$J2Q#pWu6)k(Enx<|8#pQIS#bg*zu}P}VC2~Z@@=VojRG~9>YO5q`(!5D zNv_W~f}+-g4Rh%{mA)zlF@@j902Tix2N))g#8804^4HWKe>!48ErW}wj?RTLdJUx?WvAR~LMFn3tKo(oohw#oJU?8Y zyboD?7SXQuBS4++v4pOtnqsScUd9OluXoumoux^K}kW zfa>{Xacr@x<|gxWnAvxY^mRLe@*jrQZ7zvhr?=%^FS;JN_evG|^4=F+t3fuzHR2w( zhB^9bUNQTrI0y6PK1_XP_rzMK^VH}ZTYipF&qIi_=7;#O4M=`>I*U^x9(>N@I5GSj zq_yAv{R<;3>m7+>8nW-Y3hGU2=;r}0nFL?j`KorV@=FxiOsQx|;3K9Q>1PEXm4iEX zAoty9LBs{5+5Qz|fDhx!A0p1YxRswiaM92))zh?MO7E5-f-Vdb4xVMKh!hgmj2FA_MwCg5HvJF9$w)#pT~`wa!y(HL&MvZ*tenx; zKR)E+-RT~+r%KZTG58HHmm~~(-I?9~C{gd8G)Qn&|70x=Ky!{#nNt8hwJXY)blJJP z?uOqZHWQwV?Iqwgtg5nr2fZ8Z;6d-)r&b__rnHMND2MeS1XXv3BPUW>ndw$rMf ziLeao>p%~C=M_T2>8oL)G{df+Ja;Pa^sUhvFS6Dwt3L)~_sk!8RnvPp@-0F(Z94qF z)%|Hog*5H)IG&(SSAv9SzUQ9xn`#iyA@*C2m;Uz5KSusUh(r)n#A4RF(k}JQcx}wW zb(~Dz65p*Qj^`YGSd)cBd`V3J$qE$R-?d#?3y1e@9*zp;@?AECBZr(+0(Z*`T?!{6 zTAiP(BZI*^!irD-R%JP%#e)2~C|XY=f6 zvrNHjX%qIWrIsWlmu{T22&OkHFT%y_6i@Spp4rM)Bg1{L64>X1C<(^r>Q8GxlScp2 zj+M4V&ja|i4XY+tF2KXoGAW!)<@q9ezNS`P=zo3=(0p8y-7*wb7hc=iMvG%(iojg; z3n=5}32S@r3tb|JQcEgHwF}hvjU@izc$;MDd5Gj~8;%f9Q;R~+@OeD=9rt3$vx%RZ-qrmm92LLOb=Rou`ASb&|I| zt6}x3c5O9f_$nPgn%D_!Sm)*&yBxeqziz@yFUN{z)9?AvtTI$$gAushQK_(W>RdBw_%bjxwgsQ3@Yh0NA?KY^(z== z`NG9ub}WP?P0GfqV7TSxdB3<->X}XNG+~_3!CqjKS~XLNh6Tr&lP*w|AvIr_mcx;r zH3-(LUfWZ$KKC-!)8%w6?V^23MrCs65w#=&1S-phHRedB>qy6w4CL6(wBt2&&v%tr ze?o_zr$l%b&BtL+dJaeS+rcW1X8-kZ6W6V|eH_B8oyRI!cVu(;QEpo^8#*RVxyoDy3a6Jk$AVqZw;+gJRLBr9G$>&HOSf zP9o{BWv{2XvfP6{e!d>=P9h&2u+UoB-6O^ z`TX?u7undx%VRL6dn|v}iDHQTm6!4-j(OB7l_|rqV#Adm+N!Q=gADM%C$!XH3j~qu z9eHZsj5b+GKeo)B>?!1c_ldn`_^{B|6wrsc61m7|y(Y^gk!0w{((y;HiJmOy(Gf5& z4F00KW2verVxUVV&J!fcBFm=G;zh_{#Zr8CXG6E9R_W)TsYF#BHc~}+FPDfNT`+49 zFlvQA!o}&CKw6QI6OEj+M*u7NPD(|E99IPuPQ`>w1qqwR0?<1Y`mlU^^`JV%PE>`N z^MjTMA0`!U%m7qH8Er=uenO2grixa@3aBD28PiM~L&UDK#MbGc5u9~P_g7Iv!V3;2 z8l%cF!pqS@%o(90GC>fGR!lgNz=-yVlSht@mPR~5j%7fNmzPIjcpnXA%5%oe)1O1{ zXwn!4nm7jXa0aw+2J}cvn0!2kxLi`H@L$O|(cJ0s?~twr<7KI1Ej;6fJgP%1upd?gfH5RkOAEz;JxK?1E>TP_bgX~zWl8Pc+(G`e z`sih3#1_R%Wu@af&8$|{8LIQkz$jdyw;vCdHgQ@JqY*#-50sA!Nr){&wBxUTTYqm$EF#B-rc`XY zc1}_}bQwYpp`@BPvw0SjTFI)&UBtZmLZunGK`maOK1UyuVh$2b+pA1z^H zX<9}cx6jXmlWoPQc9^}QPz5~>GlsOg8odeDvv>a;eOL`)4>~Y9ylOmnAe+ql=IQKy z9dsVz&@2!m(KnrF*D>mxAT@Tf%ASLFU4RULvHZ93_;38iOTvgl86AHo>Jw*&hnYq} z&QV2xQubMDysbKS;F}c=4i0|4YnQ@lNd^^SSm!`gp#mSgFO#Wea=8#+F_W3$xMCdXF_sW-7Yj9Zw8ghvR*Wmw70*uHoi69NG890WV~++ESH%P6b6wba#~y= zHs61=7lKgB@8+xf9Ao`i%`2ApKKKj9AO(Pf4P6K@W7IJ}b3Xlt#t9k{k~(Mwor0w4 zmzl%qsKI<9y=8TqmdBqx*o2W#GL!0k&n5ZLKk}d6Uew+zXu4q!0AeHcGRXCKQ!4#lX=rip7k!4o8jnA9Nwn zRM`UvmUl9#Z8(u5wzMf1w^k^&sq`sMoio+yxNyt%ZTK-?bSX8>lDXrKhEt$cmZ4Dj zX?Ecnez>!CuiE5X=qRrJ@%x!b;a#R)RUqrQ!hHR?sk+_AgOv$~=j-3TPIA3BtG=$r z;&p+n{nP$?H0HErt^`D-d~3+M^`mxopDh^Ps7trwv-IWA`%!1fiEWe4LN>Ff-KxrmK4)il zzXpLicj6BL{cqrxP0GH8)>z>zwwmn#gl$%&ih2q34G)_H4N4xN;cnbj60Cl9~9(EH=*~da9TI=X#A5|3% zrD-~%nNTz)(oXw?(SvImS0yJOO*zIh;9FI=Qob0hg+DPR7b{Z?sm_*0jg8;AO}{Hn z$!BYz+w8}TbO?X2I+u!z*hGrH=P1Z5Ms2M8<9)9PLJmi*hBRG=C$M&Z1eXQ^hR2?mW#r=x~-)Mw{a8vNy?VLC>QK>Y=?-srXI z&gS=BIqj|zyDL90&;K#y>uTdUsZmD)+^3(b&z1GR&EMwi3(tSdTLITPsar{fVUR(>o%Sy1O2r5H=ypZkRtpJ&v~V2-82zbs8CZ4 zyZ!Lk_X1mTxN4I&Ct`wZQ&$xdTqa@@hr9T|B;RIQj+jwu-RRozXD)T2dIPl7pdnMuN=XY;4h{ za^b5rO_|)xsZXx8tzGnZpYl`duy^7?_$=xK!(o9HY5MqWlr7ytenw1rO)UL8&$B>Y zOiG4#sRFY5O*3J!KbZ>!ygZZ>g%%AJTh!m4YN2%uK;UA}J+W{cc72vHr2EPq|L1UR z&9VbR3_jHrlTT3E=FbV3$8`B~^D)&A?_fAcc{kl1x)O08gEZyWBY`s<1mu!-EeTEsqw~v+vVJB?ZMB^eu-_t zlc;=G-#(#vUe}&1O2s~4*5xu&rZ!?^1&pI6Te#>BjeVJ1iNi(QwA-`;ynW2a&)n<% zs@jlx$ooBCfM*94!uyfDMt4*M=2cr(ZGe{{8fwCNG#x24dT%!1(_r8&q@TNysqY>^ zkU7PFE$R-3{?pS02%K7LuRdQe$Y@$=9~$J2+~ws`N&{vIxwdSc`E*uo%!Ea7MGR#< z=;g|)D&Kl9KEZoC97)GY;TjywpHnGkYy_qhD>-Jg-|(vDv)2+d6QK(plI8NgThd*^ zPlxC_@q*ERZ51(!r1NcY4-=A3WEw`aZ!mw6U#3zhsrkJM6-qnz6fSI0Q3)!C>JQOe zEuPR_Q_S6LR+2Qk|NJDRG&sGqVGB*)4rqR+}peO1uH`A`+wOHX8;1NrnWQZ2M1R~ z7LYZ%F(I{*QoRI5=^^cz@8@=(Etr9Tg3XiPx=i~XE2T^fwo<8!yJbfp!X)F;Yedw~ zB7QMd2p>!JQyLE{XwKe=e72o0ItOCBy$yLqVaFvY&}A70H?#ae4=5O}735mdp@%&e z7@n-M%lnq7>Rp*+z_o^bjHbigFcO76vL!ayx|+%o%>iu;hYifJCbP0B@Ap2^*- zuh0!MFKc^_ohta`+}fLcR%S_ObzgAm_`zNIoeL#rrg#}+&r?iK(4_<9rxYK3r&&Vl zhB8FFuS=FD+3o!(e<6UjKXMGGR1O&-E4d*xJY(BC-`Oia zpO{`E#9gXfz3d!E>tG9)!eP$+G?pd%DX>-FfBpBHD*hG-a%cnd^nnu1K&g{v(<(-u zEUIf%CSgBT9k9s1FX!XCs&?42<1U;iLd_-k3FZQ@5@YlB?i;DWzZmBOK(J6)cIF&9 zvt?kJwY)H13D#D<=({W(C1!31iMc2za^i8rv#aAM3Ew9uGTPfKZ&;xbs4cM?8M}_q ztmLubvHiO7u+&v1BY~DC)^ECoY-*MUOyH^KP;~01nz71t3~%y_ zQEg=zFF?ARY`Wi_V@P{TvCw0t3AKBYVc~H@2BB6HQp61mdnfqy)f0RboK9|#WF$|T z%fh3U4e^ls<#jqc8@sGN95m&?%TywWksB+GVv-j6 zVpL(tsCc9u_v0JG=7#gfF14>5YwRlQ23H=wm^8T*@9m%&oWK&DtZBb*roIx9yBasA zt@Lv--vhsj+<>bSgcya12oyEE=z-p-y@oSY#A;R(VKR>4;OI;7Or2Iv0UF1Qk*QIL z+#OCp7J|<~(dYE|+YOqP+X3U$w%Ha$5phJk$9rK}+qd!OjLydqh@UoO2YJ@*fN0 zt@c0f|6DnQ`?*5il#w8?i5<2kD@5QL$_ik7j;oenWsrawEs%VSD>P<%cur%>w()->bSR7{}>k$iVzLd`qz^m zQXLd*jbTbit*PD)Ri54}bbM$UKv+cKeXKFq(WXa_8=>9#iaU(#4beT@GCs1 zzuoyt{M^)L`tn3$47r3n2XDjRMvc*;W*dW*-*5EB4-D%rcNYO1FLD=bd|Eb|Y`Xa{ zp1ap_(Br{8*|x1<+%(xgK=RrSC;f}=4{p|RQc?olA06sdw`$z%xL@T3+)z_gS93cs z*9zuNehYor{VZMyc0fk{shgA2;Z)hnSoo+DpM4W!vQ?S(r(XHyEc^VN?acV-t}5vA zELh#vpH#HZ`P{PD>niy5)8SO_xBbTYD9b^6mSSCkCgZfrj;DEMyz9P3To*#BjOj1W zbPm5;3i6hlj|dtW0efZPV`;Gi@PgzN9ADpK&!_=E)7Q$2a9f0?%!|M0#>&c+h24RG zk5?w=(i%%oYfcCA5yr5sYkQ2QI`!~3QaaHn+3d1Ey_hj++nEDNLmrM1Y`jNY_SCM9=Rne+~}JL0!9FOz%Gsr1B3?b8rm~ zpKOmO$>Z2I@Buiwe})yu*{C5oKfL}gw%#%-t|nU71riAE?(Xgc4esvl(zv@NxCM6! z?(P=c9U6xq!QBbkr}_3iXWSpRek>R?y#_VMOZBQ*b3X6c?~qDy1DAQy!J-;bQ%#ym zQAhP^y9Ue?TzFdOusHagbQ8v(Lx)e)(K0ae)cJYVJs$r9;t(9m@dT+(AOejAn>2EG`hos$WUt;Jae6(3C*P)G9^@g1s4d9EkLmG zJh}H7f$nobcj4$91g#ymA245V(~MP^O#pMql^%4HC!WQoGQwm3K49A&D~P;~UY#^e z$xKn4j)}2)+SyDqTva6|&i%5gEK-qoBjmf$F0hi1P5Xxw9=}V8)ntpF<@A*XZMh@W zA&`lC%WI_g;N|IGvyI$b=*!UhCSz|%rE{eA=(iV2^>gxC)~wKOPKW4dynwH9zT^nN z(DQ$kAp-NRstxTllC)vD`w=H7jbMoPp!0U07QvL#I>zu?Ol&o4em)YfoHLKG`mjk+ z1>1D!SiejH<-dMBiDSZ=_U|S*^Rg?hY-w1c3En~*lN-gN5=~m_6-9KhqB(q??tRWK z%#=kBGIJ6-)o<0-BQD(hpTz75iM!m<>r5sLUg%cc>mVSUqG-@R2c}6CN<`J`VKyk0 zp$#kSh)E-(&hUPDvhgQ% zDsrjBxzvKly*LN7G#v4Xs(d$*Q`UPO?y)M( zP+b#3$zPO{a9O3`$7%nF_o`xH3#=~|-RC%^{-8AZp0CJTFlNi?fhlV6wbsG*TYE0I zt6It0iYX2HBpap%xJd}l3M-PmgyPleD-d=?OUGrix)r^6}?GH)p%TrTaD_Eis zkI?HhjEYX(%Pgmo!c>d8NOQJ~YlhPPnUQimwXDKeBQ;{l$be>{#ZyjT-tEi? z+p+Ewg^4JdGour>)zVh?h)fU0eKM6nP-k*sZyx@@DK?Zimy|^WX-C;5Lc;dj{U}~? zgc*;YadYN?>plj0dLC+0Xdf$Sa0PpY;=Yo8sXpO0 zZHlzbd_zg6&A4@b{jaXL>-MpmOhC&#ze}gIL&Xgz?F?T09@j98`Uu;;mYZ0@s&rjj zOSi*@;P^e6H#X&@JxB5j@tzK?;=v zXGh8t(~jN4yX_(#xchd*(7vE0&ZJRCO0Ifwa>et~sv#Ix7w0Y29wJ7{)yl{OhTnT zUte@>_Q^|hg^}`pF$Y)i^5ks3o)OLlZoPk_oZr}PdFoBnqzQvVr+v_;Sq3lh#mv)Q z7r88`N;)L14zGI;8`w2I2Ml!aaIDEH*nW$zsg;v4Q5yK|WB$^@Tf=~;KmDOul_j`# zx8nK@I-Yuc8}{56h*)b}uUc@~S>5`zJ3Z3BnYT#jgJj5)9Jv45&=m7i6N#Q0L}8(X zw|-;CroR66B%eVv?ulB)mlF3y*DI8-CVF+2nhqloZUN4e@?<(*cz)V3#naZMA2Wd1 z)}%w1Bs3J64wVuZDa()wN}#5;74)Xxd%&jY<0 zF;@fp)B+ZI(AyQbRUKp~V;}@7=!iX*lxK%&WiNvxKAF9Z*di&kH6}x4ABji~svGAE z%2L_PTelJ`+KiNQc1Eu-B2~aVa`K^Qi0b?g1p)$kLVp3=lW%7cI-X;4sh5Tq{Xx2^ z?@g!YiV<{}&2foas~12RrYv(wusL2+Kx6U|Zy$`5{#n<9UuA=LlSEmvVL!a4BSYkg=poSqZ)8T^Fn&Jcpj;>&mj9>^R6G>XN&X z7vs3T;N#V14eqkz%xk#>G^?qH(r=_$zSvV+@_j)A71I@|*3m95Yf7FEs|!-Bj5+(O z3Fq^DWvtCHo)38aV`XXiRkwsk44FB=bQXY~WZ&}Fp2itR&5FARQ63e6gCjv^%U`UL z&ly;8E*LEuj_<*S*v0g)ogogtu&Rh;YJkGmxH50xjVq6!1tURuXA-a$h?=@Wld%?( zRb_rKo~A+vJ)f1|5( z+4=#?%v`J#X&Tkfz@fe5kN6UWp;SV?{d@7Z@T#wKCLRTa;~Knmk$kuXbnO%_+z_~l zyAtlK1nnYGabI_S^2_hR(%_XXdKVmbg)~iu?;pL68p>NQZ+xEEcNyKNX=*zWsI*Vw znIkDuH=BLahKHE^6zocDaePc*T>skPw;l7b#(jr?HkVej)%H1aDt`7iL(xmE7E}1( zj`ZOiH>Y(whWXI4PWTN6>J|MQ{=$32&@kW-6Q%kMgg!VXD@BmdvM}m)VmH-td!8Mn zQhv~r@5PJY@a4~iqD?@X`A%8@nMk(d!O-hxcx zb(eh{Y8yF?91x?xHu^mD_J&N!S8RmMzNT4D1AP>?p-PT2pM{n(d}N52X8|)A$^B>h5H!EAO9y!Sc;WtOt#-dOZQ(-(`n%*I-WNc3=m6~ zteLGWeJ5YpFF47+|3y-Qra~Z}o}Io=!y>Li38MEaabohy5~m^!%*fu}aVNQ*Fu3V` zuu?yN<-0nOuhW`9*q~}%Lso?Db_!|%C;2{ovw3f<_UF*kMcEtcnn3i#d}jb~2o9;} zgkaS$InKiY+pbLkB|ef=&K~rpF+W_^4Bb7uk+aEDk^+=7DLB#fF;0xf4*iNZ^Szft z1%ItNXj$?1 z;NjCDt{vcSqzllz0aeqwb`MrXIU&Gvr~P}>Xz7jWv`bY)!ON-<9Wke1a72vDZi`)b z%&8IXmFZmEon79GZQvLT59rj$sUduRod~;{R4$JDuQ4P$e?$a9?;nP*@3vwEIVP>h@vEx%eML`GOsxx(jZ6zJl|&0vQayCiU>LNsX^9TdU)nzd#;((p0_ zUrdR$0J_m|X`7mK%wf|G4-GlJ;OQKf|9bMngP^6=RL#INFOM*K12A`F>6@TbtQk`M zPWsU`m~`W=nK&J5(RSnst(+U;aBk|A0L^^}TF}J}Yt3ziLUJF33P-GTjTT^h8Yw7_ zWFJQU%b(c6wG1^#I?BgpC^95lfCBDeF=%3oX2VZrljT!eo7cAyZ1Gyb`Fn~a&xI$E z1>~|*k+u1YhIe?9kTd)%;-&FQFA2}LRg7d<|D~}coF%X09#VB_c{*>*;0W*v@V{S7 z#~uV&oP}4Oyqa3NR5NR^z4A}#XXO@$S3aiP)CPi6ZQ$a9lgEqAuv1pqwuH|uTc9BM zm^*P_^;9ZGXa6u^J}hY~4;Kf{ne1U$6L$^y+kVrl3BrE?;|8kcB5$Av-wwWrJ*>Sr|HR3slFtYn{ z@TNytV*+^_2KCLLBi-GA=$Gg>Iw*Pz%|0QDD7lu zU5S`u-VJ;)P6c&&+Y9(Tx_(G}>Q8aJ?K~LyJ+QItxVFl}9)x51ch!?wd$kPMb~B2q z7P`6%JFIuWFJE7IEam%1j>G&oQ>5tAxM8C}sglNHDGB7sisQzbmx$v_*6W& zsVZ{qY}u8B#|IWIwv#(y`^)a(!nd!&D9eu*0t*FPnXEFQ8YOMH)G{h<>v0fYV4ajb z%Gxj8JGTBv`Q#Fv*I6Z}AowbA1n&Y+V4ufK_I`=UK) z%jH8M@J{`ED*@>cj~bsRWQ^)wu+Y)m2(y%Y#)FCoEm>{3yA}7lyL>Fv)qyGZP$v&a z1t~%fYvm1IOoQQM;VohWrG2MSJg^>jT=Yr6ZrxOxK-fb*7bB&fO-3y58nJf0@4*G` z6iI9s%DSNzWBPA;-ZS*kk1Pe%q25+I<4+cOOgkIQp0^k6VO}@e@T}y1w2wtHB7Ta- z28%?mLn1vFGG-9w!;ynYQN$J3*NNe=U|UUNOypEOVav5LW1JF?`getF^f_E4uGSNJ z0*w6ql||k5wn_b130W#jOLG-T=REM8`A_jFvQ)h@EvCuSc+s#-o$e9bs;)JfquW`B zGgHpZw3N2Ra{7DWAVjD+6J@}a0M53G>>_k?!6Jfj8ToKxfMBRknYuDoXehXEd(R2f?B0y^+tAkR;dC9}X3X@=ofcl}Vm%6y1vw(C3{jQQb5{mv zp9rJ6LP22(w6IV-N%l4`0k#zLo~?FtUnya6m0@v_InyujGYU}Bk7zW)+M2eVXOTni z5_J1loyaYrL#XjTm9R(V2RVoJ?Sw%p)AGh0Y^0>*s7=^yb;@@TbZE;8ZSqZp)i=A2 zP0;e)R6ez+fBP+IaxM>9eYIL;hV+toptl6}^g&|R1dVTX%xe+d$TnIJ4TvKqMJ{qA zs3)P1aPUbrD)is7p!}fx{>l7{8Qq{j;D_QOf)HXu6di1TeJ-Pedz;#WSk1|BTzL#a zJ%m5$B))+JrC+jumWAiLf$?$&=0vmQDX>@1OMAm{QqBWLV-JWiL$EPS@vbX$b3==_FxkeSmPjU zTxm1hSPqC^Cb+OWcorf3PXA_;gIy~dUh;pn0!Te$$UkcgnD^q~AAS^%5!9Ev# z=|Nx9uu(W%UGz6sKMt!>frBn~(5>cr9I6}8u5eck%JMknd}+Bk^Ni`J(LZdp?zk;Y zsUx(Zs!1FUEMlkxf$D2aKGGE*Mb7`7sou_<1=4GSUfq9BkN=}5T13(@B+Ai1!@|xMP{_xMIdmLsGUe5v{XvK8)c9qtH&tSXHTd zQC;>JPu}YpYxRd|X_wA~E{%EX_>G4+MW^$KD-t=ue2Hwhe;_i5pKx3Z{=d}LH(bkn zc0BRpq5|A6ed2Mi)oK_vz);bU6r8Xkb$XtC#@jE9@m57&znw-H|C$Xa(@sKs&@zZe z0a`We;~Et%ch?jwwKRLa-Gj>(l>UocRXpjXM%o&<@$`_MzHad{lxlVvqg(;*7u}(Vo9Nk9VJCL!U<#E$ayB)?EE|$K{GA;pgmG30LPuE z_K#!uXV?RP5_e8`X`@~4B|9*V0P8ShR_alyTuQ_c&EV6x8eGmr5 zK#uDe^m@mINks5YQFpMZK3$+QcMahCrrAPTAnp=1e&5ZTXD+0u(PGBft_hb-Y3Ay* zBdP)`tCDWkAJ==JG#94h03lysDFhU?NBhSTO$NsozqI;?JE{Qx8rPPji59^R@^0G< z`gnKaUprNTtohSyK)#f0)s9Of@=@v@V+xZ=HQZO{6!?55q9GYb&ezR|e6?Zwl#`N* zrNs#XJ@o`!bw)OfYXc8=*Vr`pl(56gS`_q)0?ElpS`k#@(K#JD-HxNg+j|6uvz;2r zajdtpe)mJrTi_P>KjB^Bee1une{iqKr{FMe2<~_}`_aFOdRMvyvsT;@D>&$lL>Er% zhELiH0XtXxDjdw8!;uU_C#EiPZsZNVdc`R!ZW>@&xJm@XtLlcr^C+ntF#3~g)Dwob zxSeTn++`En^e2EbNPfklBc$#aiLyELQu(8ug!abGgo~2;3*zY8^Ei|leEd43lS0$t zKL(zVHBtvVIpE48tiL0s+PU)Sp}3K|^Yx~!E)e;3Fg3LE38g@6*Yc{XHSjVceke{W z2*%P%{rJ?^SP?;XO5o5AKQ`}!1Dv15SiyOp(`-``@ZRK~d`5XDso~1V(;D_bd0w_| z_|p-qCM9F!EZ9ZHI+B`(9)69O-mVCj>8iwkT9Dp#94`9lDrAoCxBLOMeM%Mb_x{X>Th-Tv2s!zwO9SC$n^dH90uZePbEkh}x$ zfO1NK&oKiXk!UAHTF?1w4Y)?NmI9+~HK%9hP^9v6)=M-`HH4mG8C z53{2;*4NS`xKk(=6$80&#nBW*McJy(L1I0ixO9q71(GS^-dYzmOQ1gwFqipL=xb$2 zsXw?kW#arE;qqm=ui zBd^n0@bGHO*tUg3)`cy;$JYN69Q~nPVQk_esfaH{DVmbV*(g?ssox!1#>g?##`4N2 zm)_A*w@=e0b)}4`YP9y^TcVSFEz!1U?@^;68T<8?sp`Vg>a0`_VHu~6NmCQyLvdcV3 zzn{Qz0)udCyDjJv^p>6QeOTNG zq<$4iDW=Gs6n32AE$FiB!lu>R#ly`@^N^nrXVEm;H7B;*=EIZBQT0 zwgMfPjxj2vXt*Jqgp4htrewD;LlypX-G!zrrMJpSR(0GL+juqfFzxw0b$JmCkq17$ zIs#5|F|~X8N1H|6$?xdi9f<#^*))Apr6RWd5{RT*3% z1ZvqW={$d)fLK+!F%K8zlEtn)DL zS0(>us;VE7I-A@%?t~K6(`~Uq7Qj7QDh%;LD;(2CwZTx+u$-JBP%0YOes%>h2bNuA(G_l3bQKSjrkrQ)dMM#?xh$#?;9mBHdtn!`B*=4Ai#) z7qx|knqiBrSZAKE+Z2ix(zlOxCSv4TDGM=q6H^)`BM0pSQy<{qmuV3#l6$qaQ_%3$ z)cv*927~6%lUl|YW81YuR#^+mTDy|$l<3q&r+X%v{oex) zm<=Lfd*9WTDsDw?*6vWI)$0i#)ANBl_*Yd!vW9w#-3r$0C0eLlR9gc@h=Bj~kcO5~ zTC~;ib#NXY|1Tdmr6yAi&W?;{*|?W>JN)f2Pkm&GXWb|hE+jH3GE5K6(8r>zcTr+} z`Wuk4rZzo-XADhXKRho--iK}`p?a~S+{UX613=^Bi$jMds?XI?rqNxuxw=pQHXrw% z>P2+WlWAD&z0D~v3}_w`eW^scsG8{hqFr)SmC@z!%~M5TZCFo1O3c!TA|pE^Jw{EE zc~X{^ntWpq*vZ`K-IJm#VwkLHSa#r1C2l8IaC74Qd!|XRkyDF{?vg=CzjfW{-)72M zx`C_?ZKaXUa$$(s*4sv_!VGAm;8f||v1ev{YZ=Em%%YMpsL;M`4MLNMG6vS8tiaf~ zpO)H-{|Q{&fr59nfg1^Fr`$Rkm{P~ApXi^jBc3eHIp|l3nBq{ilgeEsJTWBiIew;O z|E*DgXOoKgm|wS9*?YdSyMktlj3PxU;?yy2$P0Z#2?dkR=GXh(TD>qI1+Tdp)@eEGDj{Mc-tn$oT{fwuhsE^rwjAIw$sYr) z$-fpGJQt@rZLlsCGR`7PdCX<0V)$Jz)b7NpGmmbG%cdY<_4MCO9zNmaPQdc&^iY=5 zH+VULpYsGeEhpt#TbbQpM|AEk=+4*)r7s^#~K$L1pP~G z!B%I$&Z%Ur+Du6=rCve~thfdkvSas{ZjUPMjwf5^#82)80!6-!@~?dOcHm>^bkxqJ z_`i)@w3~kztP}NJWC&y!lkU>l%je=gQN!}ek23}2st=$v0S~Ej$9w>_ysv3+Vmd}w zhQFlHfS#%AcjqQ_G4n2su*R6GuVrS_pZR#u-A5e$@}%a!JU09SPOUXQ($UlbZR6g& z&}SV<(66k$S>$TM_DFigoPT$D&5k3q$c%1?_p z?YZaF-|PULjq2F6Ca!V_WcA!v7Y>^pybeTV6$;!@<0oUBFHjBm<LwyO4;2eV@l z(|`H$=WgL;vYZK2jTB1;+E91Wb|otu^hfyhi{sY9PY#;C(8!NXfuC0YXB_Y*pv$$$ zfbr9`hU7C+o;QS=sc{ZTG%kZ&tQr66X-Z199Ml|6xdxL_b!4n2X&mMo*RG$;-VjGD zx-vV>^riv19uz)8`pN0_VR(VQ9!r{yYDQzZadVv(WoloRxcvys7*BnZl`k|de-cn)nt$<)h;U`N$srTe7C)Zrt3OD{r{ z8nniuB2=)7VdD-HMf0azf7;*^5(KrI$T9kl-e&2|uU0WoNtu&|+rz{uNq-&C z`$)s#L@9}lMQq3?yA4QuC-pVM8)Ojoa5mS09U2S`CEHpex%Px~V{ZP+Cc*Jjklkbe zgX7b;N94eNP7t&GCi6HVZl5KY&A%N`dci<*UENZmy&a}4UpcMKSR}Z2ly3G>o9!sD ziEt<}@bm_oxI&|W-fTf{%v6*0u=oL4V}8mbz$ppyKdK7SW%IBx`r^B*@|c*jwdr4t~#s0Yv0~&mbjG?3B4CA^!6SnejcxdSm$TBYzQb`ecad>gjNZI~kmR8WE66nV_$^^=! zgsP<1f0pV!NZQa6zdGwmu@C)h z>-+Q1WgVHB)16fq^e#-3s+UYQg`F))z3}q%{=!EVc${^~rO0@)A&mupwfzV#y|)cIRR~L+P6P)YUAj8Sx%zAsB59sJA|zl;hwAel-NE~Nzqk#{aVM< zMz~=-T^~7K(X#W!QMdmdR_5Hn)7DU?yDijd`_sV0nYrm;V`Hez8MhVp9J)M3YLa|ApQ~&5AA0j_+Mzimz>vPMlhwqAp@H0TVg~+L^XT8 zyhqMpXvpB#?8T&W_iXv9Fd_WSl{peaw{D3WFW0)9m8$MmQHUokX9cvwtGXhXuzI-#&0xO(S5 z|Fd49(J-ZP3eZ}@aqQVP%!4Hnq0xufD*^!l@e2pBD-nC>?~9+{>i?Zy1$d%QMbX-s zp+Bae0Z(?LX{_K5CUjXk9yF)}3)FI%L|w>{m;zW|=SeCSHEQMT^q?g5sgor+_Twn2 zWz*zn;PLpUumd(-K@Fk3ny`Ft&BMjes*!F>UqQp}f^zzB*lmtze-I|12A0aFK2=nwB?zirbidf=#8Yimjx^#2HmvlvlgX#UeN840LyJURaqc zEXyVb%+^b-X-P)&By###bx-7Q|HVo*KOI`I|BsQW9R!19rS){?Yb+>(;2>~ffM1{k50)ba9i%g{U@u+dOEkwq=Vv+D?Fi|`-q(^0-Pa(@-iWVKK*x$MSWryZ1a&h z{TOef@IuXk`sG`o*&A{Tm;LWv4&HPw21#%FAwV_he0MAuQQC;uQB_4>sUg4K*lC!Q z_BlO_{Vz*j4sjR@y-764OISWdXGN(mOLCr#7b(n4U<>Z42=%n6^&HNsQRLxe*&f&3|fb#A}S*}?W-m-&RGWSv=%+z z?;LVDG%hmykIOfYIEDUU860yM2#tuSHF~(G2C*+VT*j%#^a@)NTCys~LkGAo+AL zer<93hy~mDlcV@H3ugDcAv5#t4|}=Y-QHab8(^RFprKR3HQ{KTo(vw1lhG_f-dR8X z+X(Cld$PB=T`r-A(KyHu(0sB)wRveb>yMdBNAp7?19ARbhiuk#79IuRfnA)zw-|Vp zyOpt2xK>gtX9gFmC}R@wV&HS$dA7^NoHCNbXOKGq*s2s%$WD#@9j_a1vNU-;oc|Bt z-#wi=8P2><7iKpc2(P1w=a8y7`Y);f8zh%HvWV=b?IF_4GjkIjyA}wzl*O%NKKMX|6n<&RO{npw5Pkom@l5L1C=Bp_w|G zcjeK`8rGM)j#-}k&+lrR?w4gR`$f8}Kh2v2Zrk@KEf6={TWs_>yN^FKo6G&ck9wJe z@p1rQ=AtimJKi`D_f@dOnAu{7xDo$HDn9T0^28++*CGpmhkPd2CEdeQ^V~$qQcr=j zKAZDR&k!IKX^D-*_0AD7{i|xW91kXxEHJO78a<5mIyZD-_^|x&wzQnIQ&>TD<6M3h zn0S&(-rXwm;9%vl8EKvci>-jP@Vk-6q9M!WkleI8(`!@5Ku}=gY;Z6?*ZleXE^l); zpB$A+qd`;_W7~_4D^%x<&-enh=DvLXLvg+kFlW|_A5>NYSo$8pQUko5JdG+EqqaY=5p z@9bhf7{$l%ziQ?U$@8Iz^ik*%+<#rrvvOAh_h#fxIv^S=%U=zB(-+Hu*Dpx# zCAqT2Oh8(0yL5O6<0P@8_;|W6^NPw=j`X&-=+E<+t5!0!2O4IL_5svSK`n`nW=}2% z;g}cV4Y+Rg>#1TZdi!x|8`IOLTJ<9`f0L4=cpLCePyQ*RQ#) zYAQz6$>o<9-~~>vGI(eug>)I$lqePix*_=#MW`OcIyd3e`NY7GlRs7X!Vb#PK`eHPl0ZO6ayv65A{WU;= zwvs0$PEE6Yvc5dU2C=RVvsHN%Nu~;&puDVs0u6Qput%=pqwyagl7kJ5N}ZA+{Rfn+ z)US2;`87j%?6$I_qu$Y5b#`ULGK}94oHs0}vTqb?C966!zw}^{W6Bw?K334>Fs%W{su$pz)S%f)_rF6hc+A z!O<98!te{AxO(y3Tbb_9dSo*c;a(E;RhLyJ2bu1I`jHCM6`hJT-khZpDtH4&rFV~? zU)XMGDMNF$OiSea#rsJ`=zAE-H`f-K^v3VGh`lHF)l}P{7b+3;eDh$=;_N=R*iC~C z?PAxY-#BnzjxM#CqQb;2I37$JR(YryXBUgdyE+&&fdc0XBQ>-TW0vC(JD-|aly@z} zE*d-KR)(}gZ8a>qhO5Em=Rgt#=G@RJGuX|O)KYW5rH1afvp)1Sop!IKaS6?`a#6@oq3f|8Q+qvpu~&)+v)5%aK=rw5 zskFH3rS(rM4B!GdI8s-5bUU5GX4O+Me-uvZr_e8Lj*VYtjvT>s4tn$c{5J-1S8M}( z;Gos{o}N5U9+k+wD?yWJs+taMN(GT?&~5sqN+HljDB5sxlV<v;j@H7VNzv&oI zi~T>YW={SF;s@AjgFGFKtY|o!RKe`B1n8bXeR={NMe+TnYr{a$`*pV_gCoC23B8=_ zjCy@$N<+7m?&0Y{bH$w9!}IH(ZZ2f*F8Y*eYK zeRavNDf+81djA{>$0dG1Xi0F%<^z2embgiEc|2jbe)Vf{Fk4=HIb!|xTA)~ye610Q zTW)^6uddF6XIS4Ii1!;IW-(Elpt-P1gF;IgV|?!@qzsO=Ay4U`iGR8}4!jGUI3Es8 z)x>SK;42*JjCHS8Dt89OdXtz$<}6^qbwcUBnh7m~R2p?{9-NU8;PH1DBhzs!IrJJ_ zg3s6AZ!NNw?)C7Jk%2PvZ%V)r-J+ZnIWw)gC0?W2IL`LfbKmw`E%q+bMB?vIhybE` zMhavsQYlx7{GJ_K^)^P8bo;S^R+L|(y9c~q4~XV#^^|bL!<<#E2^cGBo=R5DGQXA8 zfK9+Dzf8UG^oQbHfaMAHIFs~G_NKd(Y`<@XVG52_$Y1YKpUvv|fR&uA8PaUd3foT=k zv*o{&TCre2wbYJq)1VNgneOBiM%r=n^eofrs5h@nN{OBSdm^iJf#ET>StnImwV8#M zfUJG6h`N{)K`NpqIy^PB%`;f~u}N1b3)M6aZVY=->u0(JyQpBoIHeU3_i37c6|WIN zt4YB@@`Q^B0SV1EtZZ7IHCM0;R>>Z!<44vQ20=H=HDH}@*lY?`zH~g&CnGEd5cnO7 zTUk-*CBC9?$?K!i!AR5RcJNPYIif#5 z?^s(H6e3rS;eR%)cC3PRsK@Y3e3@n;@Jgg2Muuqm{4`_cj?8C*Ulnp!$JWAL;CZ|E zn*(M+bkpfDa)*r&G3ZjUPTNThhTAigTik1UGj44ECRFX(P2h{jfdoPw2r?UThkDhE z#!LmyYS}P{Gj=W940j-L?CGIZDUXhht~d#yh5~|>=~R=$SstB$b%nFH;Py*MgWcpt zFDXyu`Mh>PTKYfMsuBZ@%%S?ajdC=i|kHs(brf|6O5p``^$HXv7%m0X}%( z8iX28q!eGSEaA~RS$64ZLF!y+2l?f`_H>GWueSp?D1<7)97tCo34YymPRuc0bqVys-cK z4P%XmcTaDJqthg3DT$2xi_^5eycSlHfIJLm1QK~H{L`=+atQRKJ|C-$IiVL@ddxtW zNUyX$qA8hmo$?suXLN`kqEe`=xV&T+)&Pr_$#92jLSusyDxs zSMpN!ISCY_dj|()#4BkkkYyr5v0PyoTSGEKxp@lrKl5OYvViWpK@Xf5{p=*q;*jAi zEmLf05c~yOPcG}Vfgg8&>3Mp8o@@s7CUPA3t8&r; zs1l#s8V1l6iDvL-%l1}qq7q-H-J&akFnZItGIhs-!hSBi{$r$e_IEa+DU-41HBMdT zro4_RXPR9$jNH3@I67IPQ@1+yx2nRj3uzu3rk7COo5OHoFREX=yJOF+C|F02;&(l; zG?&ONP0MNJV{KTTmtq2Y!-+JvUQ5lLaY8^MK?OlTe0n8H{6?tVBi-}yXa3JP;xyJ~ zQ>=Zjcwi>w@8 za_DqAn6mTN;Q(6k9Xcd_HclsMR=DiO{6b=N{Eu`Y{stkjnX4q)Ta*_evc7S6qgq7az^FJn$LGnbGZ-;F1q zZJZ#!qk*LX&(dp6jI2uo1@7ATzf%U?6sl7bM}1qen-y# zf3qI?Yl@Bv|5GGcS(!ezXEdTeSq7@i2p6ia^}k;!z}45J4z6fX*KZxOi=E2C2Pj4B zyJ?Baksc6^M$QWy8!2_4Ow>X?$MF+|kc~aQfIxmyO9zcd8IGcvttFOYWP_?zO z#c*>cdMUFtk*ciHb${5G@-T0c}q9%gNnLiX~6$E2qwfsT4k+k(W z7bvyYqDxV$vN$iFX9wJeH8R-w`a>x^gKN8O z6+R;L49fI)x7iwp`{blcj~^zwOWX7I@$+|qmf_R{GCn}+80AtXhm{{L!wHZypHgUx zN_^bkK?9T~EKuyU7vRTfh4s_MS5f{J0R#%?2{al_&C}DcU~L?2Tl#dQl-IAKr&W0> z`=o)CW}733d0=+0I@r^E8}cs2I>m2)RU<=Ti#IKxyV_xcLn|+Rsby{Vg?hQVQDuC_ zY`iv7y8h2_+ajLVWS1)DN-Rx5#g_Qq z%Y9G%&RHVt>9ddhyz4P;IcLHgH!&=or#WM{psdfMX3Mm#naK+LET#!QLS4#NngzD6 z@5LaA6Zax8Q?oq9z@s|t$R`E~!aA`i0ne>r^Ng;t;hs#f6)z)(08!Hz@>siiHP>t2 z%4?jd6%JK=30wT3%82Abs8vs>1*2BsNVUFj1>rU&8(4!r{kKfTWa_rPxcbz$e52(p zQhXjL5B15nrQ0r-e%(&6FH~dB3Vkleo3J{kMdg)uxtnJ4EP0C9;D9bl7KBP|7ix3! zP#s@gebF|}WOq8%#^%asD_QNb&j`m8HLp$F8eH0-`o4m4qeV2@Lr?zC&BLO$YvY%L*%_i}vs+4kfU1=*y#WEfYiaZ&GuTGhVJ%7>WB z&db(r)jH~OKQtTAOji^n_h??e*#D*%04_A^vH~W||BxFX$BWw#V73faM%*C!EFH;K zZj20jkgl7&XWTme)%3-RA|tz$o=9S}s`@&8ivKPE>&)WW9$WP-lW#n-`>#}Els3xc zdbOn&vkJ-zGwR7R8jP>?{AT+E+8++#^K4$U>o1Qb7jzCUx8i;-B~ZGnKTk^EcRstOT}eh4zp(n_68gFs zbLQCwENaweCT=4L$vGY)foTtL~(>?+B1k z*$(gVf>Q01g;CHj_deY}rG9!oHktBu$ejiOS(3O@8$HaHL9;4Y_acvuF#ybm?NZLXu+O7nGR{GUa(!|23weou23?gXd2Ec3^eF7 z0!CIBZ49W0T~_@w@s|w7(hBgM*B%P%5b-;;=h9uT?udv@RKwOZ6l@u{PiM`@o9U)! zMy^KOU7Nj!lODHDbPk`@_raOz672Nl)4YQdAv%g=@^GCxLlqz{XO#k$nr>EYNr3xE+>o;r^0N%)zR&Vy=<+rSh{$) z*LNu{8adyY4rq70pok`^z>HKK{y#K*by!=^^EEET-CNwYext+;D(cb7o1 z;O<`BrMPRM6wRA{zQ1>$JU96-d*_}zyE}8{OlfT?LaIW6;9RPCWhsJLz%P$+d{}*s zJy9ATqPtL!5O1reNBPUl5-GEz?zaXyl}9)pQ=215R|AKx%9E;pi1UDg|Dw5|Ksab` zExq0iQMySxv{0)xxoku%IRnLad&&zgew|ShPA8E2fqm-xNgC&SEFrrVjnEwN@!DwS zz=4br_)iC1Sh4}6iL^~cFmf7ETPio6tSI4)<0S`FQz7zjhDg;$K(ZrCKtfi>Kna(* zP1IQ35B^df4PxDkB6Y=v%+~f5U(PY7U#kZWEVtVB_&xiBJ|A&gHtc0?DOsPVaQ?)9 z$InrNi~CgASoB_~LQnA}?uVZ9neayh|0X0rt>K4hMJF%}@r=<#vRdx$T(ZPLd z?w?b_)i2tA=5&tPF{#VYcCWcH{5wWJmsDkKCqmmcq?L-jA|Fu1^+KfUDu@L*m-MEsl|Z3^|MnRFjf3TY+XM3u zjbuJ5DY_&EJX>GXEaJ$MEDd#bM|UnvRLd=jw7U4^dovsKTBM*xAC&wRSDNUz%bfj9_&RCvu#CBEY zP*<XqZAWk+=NCV#s!7?>K=Z2}Z^IxOk$%6RwIcwcFJxnbS?`1}uXenIdmx)2{1YyYk4 zL!Oz6VY-8b2BcW0VVbNOQj_o4ysBI3TW@{muYI#WqeQ%HKCDG4Xi*X-Yb!f5Lo2J+ z3#mdW_|KAmMU0NuJ(H*>sgwD0veLAIdATcTFR|mup5W7?B)7g{U&}hQdZnv%#IJ*5 z)E@vTl3|jC{w!mgC>~{;^3Ml)`4IpGvQbU$?DD40)km@bKF5W3vhAXC9(oXVO1YU_ zgVtx%KJf~H@ayPLz#It z*0=e=%rUwE2Z#7NfDttT`lF*g*Jr_R z58?6|XX+xiy;YsAZGnv5n|0mma?{5VpT24{wQgy*ZbBkA3=Ay0J?~}sj9wTs`Ftd; zYT)>0Q5t^mY0)dG1f8S1y(571`;PmFC!vgnJ|w&h@cbX*5c;j>ry*=5H@fO?Kz8Vp z2sC{GAQTK@!-d<&Lg>koxnV7Q+Xa)81jinWgn$}5aeu<#iT3mLP_plbXCi(_mP#jw zpfy*d)u}%uE(;kh)!TI=EnB?B!)z9`mcDLHIc~}Pun{tW;9nmD|C&+k9={K10`P3B zYdT(b!$i&DqRQnKFuDhD+>*y|(LAdgA$4mp9>63b15kCI ztc0HA1c{^?7eA)>uOtTv@kl)J0eUKC04!!s)PbsdVhC?48TDkjH3RRwSS>kLm;7ic zGg9VqNEzVllufl6&Xci9$2X%XRoh`7eXtEg^<&o>pV2c3wV5GmuePsEyc#k6lh#9B z|MfyqY0K9RWfacUA+d@G1YRMrs?y|h`(!;mt#LXhlZbZmG7HD9g(Td?BA8S%n5A`S zv0^RCKk08IhLRvfyuhUiz0@wP5pPtK7j*fop%8|G#W>ge{B1Y5zTnV=DV@-96hA$t zgGRzvmt6knJbXjOzOoqL8Sh-VR&u*b4ja_2BsA}GQ|E(B0UZP+fG!MRBrWz%7PlGx z&aO#`KmB0j`Zg~Z(Xp`-8P(-MeBSh3=J8VTy!!bHD`*B_~A z-V6Ts|4&pZ;Nd+~R(OzTIt4ct7Hyf9`0$pNKq>9;lVX#ez^h0=lm)Zg*;wl2MT|CS zty+T#I2q35uep$p_!roJh$9MucQoGc5)S%6(|4YK90ZMjnq(2#5MMc4amjxZ-JDP< zq^QFuEW(^TN9c1q;B3#SZ0g-iyn2evo&Xs7aT-3?Y#ym1eZC@~dHaC#g8@g=7kSR0 zO<2gqgHCh}31lHfqmYKU9-~E?Um!jBWlQhmtCXH=XK}bK46fhB0|!@NMh>fIq(OIu z>e<=S!iG~pR#xtMy*o>J26Vq>9}+Yi(vxH$Vc<6wr40klz*H5mdoTE|_rKd8{!ahl zdy*_}iXosnJQd8OKYo=Yx%6lITTvNRAvJEM-4S)s?9`zcp`Zw|DRW+SQAQ@`XYntb z;u>nFLI^a}c3Id+d-Rp#8joLXTh8=?P9l`)*f7=d_$1&GNQTBW=h?Bliy@SgL`a9o z>X?ejmFzj)cIPuLTj{y@xI9I=TtvyH)M3}LSm--(*FzR9+jfTn2l>N=!*s(x%BF$_ z8_b}&?j_5zj2u&ht;eEXPzo2VOmXP&~7PIY5VALX~srSZ4fat)4kRCsj(WXPFZ{Xy^+fPkCatI6^4 zE2?w_-Bno^$|MZlc}IP_mCL6}W7Fj!tEqLMzt;tjCz)GTyOZhAo#EssF{<_)SB#yS z9e(|RzxJHV(|=m$CQ$HT^JSY0KWowG=L;bz2Lh}VZDx+k_9Xfmo{*wu_7sfb*Q5{z zx*w&vFEN&|e{wDYW)iB5z$f`MBu+1LUwYruJRvzj2&F`_Sk(B&N3>LBf|3#{SW~v( z1$L4qaAm%?#c1JJ0X;dYP;1MyDqEq`T8uCeQPnQI=meJkGtGzCm=s3$xBjOOM@=40 zb-Z732IrquZ3m$|+Q<7FQ9ZRZa6kiV+O&K zcB-O*Wm6WlY~D31|1ZC`^omSIj0LnY3cl2u$3MWQ=@U2D+3(}lReca5<6tUYf2d{2 z1Obim^p^eZ2OfT>q>(SPR(Z4I%&-{`5Apr*sMI2<6<@1swX@$?FD^(P&+q2esl&#` zqceD9b!PWjp)ZCLr$jK}^~x4_P5=CxN8u8`W8XqbeHma9;85~H%zsY3zGRmK2#L)8 zN3(&9_pSvF(PpjQCqXG$^n~1$ox_+s^dK6_WY>SHH)mc?3O}k$0{b>E24o~)`+MiF zTj{GItOQ;36}l0^o6aGI2OCa2tf~-;llo;+DvGHKhN$M|>8Rm|HkL+)683f>t(JLI z86Il9(@oqClMYUrl<|X&pp3>4t}rXb1`~~$7v}_&qt(27dS@QR!>k$HnbsI}*%Sfw zE5CS{pT@%W{!#kC_gQ19XtrrSVJb%lC-)JS=-Ts~;Th9mVX?5SvOvmWr0%y3a2c7m z11NS7UJxCVS*X&V8q&C>ng*8A6Hiq_HXO=@zW7u)PzX2ikIx2AxfWdtrd-(|znHq! zQZ=I|b}{BZALj!FZ*QOpQMz$-8z*)UW^lk0mQVvWp|$@cvHiD?OQFpTn5EvBW(AFf zg!HQ!*uw0FF^g7@Pc1MR{b$Vo8PrLrbes)dR7y^=5u(_=XLG6yZYggTY%jOKPDE(o z)qGQGc+(&z9r#AcCQpiR{tIrH>CpML2aDe8!GdCFvn6Wkej4dqL)Y7?2e>)aD3w~C zLok2HQ*9kzlYTP-vcN{GDU)_YT;}KicWo$*|Aq)9}_7?zjbH$0-T* z60;Ob1|XV}DRE^Lpvd`Q9xIO?8?8V2cTDLI+}*nQI6ZrFkz7V8$0Z&Y-Q4)|ka)6e z#`mAcBz9hm(XLu`fSSqIYP@fROHmVd z+S5)~EU62S16F+NnddlpHWD$p<`+ztdNwiLa#EUYk-_0fN`SWI5-rh0Xi~zAR43+I z3H>n*7On7&a~&lu=E_XtTakfF9Uf32a|$Ss&R7h05r2MFpf*6QRRhWZY^?YMb#jZv ztlXP4PXw(p2e~GqGM4_~^ z!n>dg1bmQmvy*?7PPdk^m3^>PF&|`;rffHOkR$T!aiefr!X({e_$(O0jX;YVGib(b z^$&4DLGYHE{}5;IVR;r0(N;<)Q&X#jXe+Jd*goWSJCZ72F3}9}WFRIPW!#RDI*oCBhxRq!pJ?xO>_$6*p^1 zag7~8S0UFQlL4y^C=7-3^o%;oNZl8pKOXhP09dGqW=F=*A{8QTp`};H_NFGn+G{ek zHJAu~o|=hi2v8>O4Ve>Gh$nV)P~%OUeqcEhuE-g)zq**W_%wFVRLU%_^ZH+s1GCIlRn-C^Dnhx zgXC7Kc)Gz@A?X9Vl&=# zx@)T^S) zB@NKM2h4xu3Ez4prAxb}&mOvW2_BZdR9Hqu8!pWLe^>!)k ze~1eSf;ZICIM?yB_ZeBwgT&)f<|H6$Uh(Z`BsLEaHLtprMZ0D7$_KoqJq|omY-QBk zq0Ue<>iTucB0C}#p{dhib=Of+2kJK&*{YT&3q^jlMSJeUIC`2mbss~bZ*#IhlAnm= zXqG6b;ySKBcu$jttJU1(lO@J?*Atvov=;h>YBs2?!|d6a*@dw}srl~5@)drEq6^dZ z-R&Mq(19E-1fgMd8^b(V$?!5cqkq@cQ16>fyp)-B7@hsTZT02zAHN)RsW|eu&goSM zRN4u3Yocq9t3%tFA;JTS+~-hNup~nQYDW{&B}&5IL@>u!Q`W8bRJX=F-a0OaOYfq{ zHWk`Q3j2)05bJyt51Ag=0@Z;RRw>E5=6aLam2gfIkGdJgwLzN6kP^XG16NKn3ly#7 zTU8pQ8AL`T^iSS}%3~u9>8tIXcc)a@?o>3-oYBhbd%%D<*;$`1V}bS9%hc0lZd+m3 zT<@=*Q=xib|}u< zwIBpkOM)|=E=H1KtBTZxAC;{Aavaw+77d_5XOl0XAGyAAv^_N=E(5rwJ+eBQO|;!A*I}EB>tcknx!#6Mo8{E5!I*JGJWUYYiG_ zg@-YNqWMdh&ZnZ%ct)#q8htD#=Ct3u$r-RerJhV)W6Pm5h+9%5RSXVtuL4s7wF$UJ$}J|CuTCF{X@w5 z>Ftv7oyBv@-f?ByrQHLl%?l>kE=1N$!iadiS{#dE7&nJ3qLuPCgmcF;sF})xQ5B7^ zr3NSjFAhiFcjM%JF%}c@k>y*rHBxPggzuP!mkiP*j2KP1OE$BV25(VSMw62amgt;( z@F~mnWOPm4hS##^87u!7G9)Xpwg7{gr=&wl51oWQ@zJE5XVl+PZ%Zxht~w;=KuAc@ zbRG@yUnQd8{(+j-Qu~8htSI_+z>` zbEc5?9$GoaHBX1X9DHX=@F^nJpqmQs@<@T3cXZTl!iF1{vOC zA`o)1xJq7(En6=K^S@U-@Xk4mnZO*zR`}vr$mzxiTnmN4F zd{Ezn%IOU%W5XWWiPro~<)|uKn3gQvTr=~@)sz@vZni3(#Wykj#Mkh8x9_z@1UjN_ zDDdje3s7qxl@k4FG7dIzv@9TG6|p+O3_8$38Z?^e#dPzC`26it-W51P#l+O zJhLH#BQ^qf=g0jb2i1!z5afILXUETS8|QjI9!5a@&{(_vmO|nI+8o6HYb`P})N!oh zm?}%P598d`7% z+mVVgZI`VRgKXQh(DJ=+Wqxj4@UE)d8+=24@y8-8@{VfQnu} z51tv#WuZYxCXpv{nVJTJ|CV&&2Zn20E`#NwNX!Pb?`7SNEmXNKd2!tes6(0F$+6qnr_*g{+4Q3rK?2x0%usBU@^4V z#y+o!d9-1=|{L$h>oTuihQRsHcd51GIZHe z-uB{)kK3D`Zknq1bNpK_Eo59>pg34AeP2}i5lTJ zz9rcHAL7D-;4_40?LJSOxJUZDS+VI8BIii}&*F=A^Xa>R!tNq`)41CkqEy)OHUhup zHJmM{%Qx?*(54^bj$ijt10>~pkAW@c#Rs4UISEBV(hfKwXehT|cU8r5cIl>v-Rhu$ zT6XG27?oQ}rKFBYa#{;IIC$~>Fr>`fba#+ck0|zgu8RpeETwCMC zEnIxLKuL2<5`aLV6iy6lT~IFbC^j_+@`=M4I^ib#SZGsf&8G-6i3Rl(dL$Z=)6f9T z#X)mg%KUq3Pf&h!8DDixa;i-x$e072QwjG+psX!6k}m*!j352|{%X5*>+KU*Kaf+C z5(}BBvy-|3S~Xc+w`yU#nQ(OolXr|0Jz9#U<&cv%3}jN(`Yd`?;kF?=q~Em<=FRE& zm_3~U=?%rzZV)RPUD^E|>l=Xa1Kf!u+Qi;)t@moe6^h;YVY+NDAYd#r4&zry$LEE6 zgW+pXq><4IVO6EguG>8mOP(CtEq6?k()^J&RjXm}gQ;V+)@)%Ixz7_k}Tz70gw*Yb97^b*Q5i&Fqspdn6nw+qN0QM zqUtiR+$PDzGNSR*HYFp76AHk^+SE>qt%2hCDay9OGeGdNpUfhJlBJ909!()YrCjKv zDQ>dpE7fM4k_f0vy}&diXvsF|Pg@XD$+1eCVf8w4$RC^}w)M$WnEIY}bv{1k%Ko6d zwFUZzI7rT6$V&BvxWw8OQIOdRvZ}(P$z4Ev+*IzVf1I#=`yi^N$#CBA-Id;}CAXgL zN7jZc<}%M=^BXe>-K8+z?qx2%TT`K*Ly9{d!)^w9Ik9`Rnpo7<-kso{_EU*R;Z!O~ zn6j8sX*dKQ@~^~5mi*(y8f)?!iUYK8l>G5zxWqT?h3ZL(*0ttWmtf%FsU=Wz8;`2- zG}R-mDsGcEbShhm-y_T)#k!7;rFZG6vQ}6qprtggN+Mvf48afu?@pxL&LyHq7^{Xx z(JS9{qwn$1aX8n&nsN9WjSK(B83G0;sfL-lPmu5pcuUoPj?k*x&SS$r8hkTJ8AS~I z{IhivI$AS^fYE8YYa+#>y)$+f*;N;C^|jmblN;mYQp;sJ`LB`vOo_Q*O|3l-#l3@x zzPhZ3#+UA`ne%xZ5tXK$ud{D8wp}HEE&yig$t|ZnaQZ~r9DE}S*e<&08_6Gu=xm+J zK8gncwb-qv8?ByeAql*!A-aAfDx-4%PG2@cC8m5iGmH>WO({h>YsI>uV%c&S*>RhY zGz>Zu2{rW#7AGKb%OCbto7ov3(ZRp+iDZP(%_5;UdntNP-ZJT~?G{ax;gu zHr}Avxlt&o^t8(0meSstWOjA7jgs6XnqYi@mDxPF0U9L-R4E2Z0C z%i|y70wIcpmUHKVCDv}E#3~TPY2M;U)taFco#s{vSM1t{H0Kkjn z?b4hjMv|PPm@zprQT;q;%48NAZ0#eTq6i4?FSpbuHMq*^%%MyhDkRvd;Q?0ZTQ5kJ zmovr;-aODv4D^INg`U2At)Rv}AwU)q*Du)DTP*tCd6}J8jHDt!Vj`efh1R&>i}*r$ zQ5W0Q`%)8LaNv{6Ah7*)l!>h5U+|_IylQHccg;L5FVDwj_!RyeK&L^CMH|7@3Wnky zNQqt#Om$EVuZRlkna#!_dNErN(|Sh{Z)J}N5wUsv#TO=cks(3#xb(YM_)}>OhZDmF zY3!Sy|8!sEy1RGuTr9ul=wYG~Ex-EGmG_@v)DEdB#}2~*M3cH9z`g3Ds1M*G5DZ=k zba?N+2`3&9V$*u`Z2J^{dIYOt4(bLHugGWA>{^t}$I?Ov#4= zN<2)-Un4viB0t2&2eSkMg%-Lq{HpYTDB;yV4W@?2YwmvlL*Ro}QpGwLFK6r+4NaK; zAua$4UJjxIEHH54cg$#L#;>0mjG+QNW@>oKt%mI59Md8xG;sd=;u7b3OZM0e*?@dbPn$0aY=_GhA47%MHPelbdRyk!Ab76SDggDtoZ@ z0zoIqy{qF=nkpzhEChd}>{O4{-f>3YdGwJkbZWGq$4+wQA3?zRGA?p=u#@*4f7c2ioOx3(MU??_gFu|j|quoC!15|~G50nwm zo%j~h>Rx!TD-SaiTG3iqdi!xOoV9msVKvtFC`{-SH7!?8WI6J)62(`QaIA`l{sKtJ6mT?(}bt?lv5?2tYJRS)eMN5 zKP;qp7-y_SeWnLtC4B3sp-dlJ^wjz5{dcCZpSDRaerD*mKc%BWCw=l{KGAC2XZYDE zKBp#EWLvCG?*2(x79*|xt1Z1R5PK}TwC*f+x!>!8b|(Kbke7qH6_a(H$f4==@}bN# zO0c-#&Y}zcrz`PrsI7Q8DoKphCtDKr!nsle!Vhy+9~lq>)Z83wZc_)+S`KjExmmS9 zXesO0~Yw$#bXM=6Z8Tr8KH~{>(YsY(~zOWN@rs(7mRLk;k&2Yfp4 zJF7UHATCnKYt?g9Dau*ePQ;=iwPn9yM@R^4WIQCCqKl@NXpp*Foojp=RYuITNnTOj zTGJ38*|Xyf@hJ_xHNm5^sWOR-p>8ym0Yr^emY3wDe_?(Cc^MNYty(e=F4RPDj;d`% zSg;QZ>v`|bUb?h@Svon}476eERC09VyMYUtp0IT~{T$9`CrNv0JA?w)V89so-$RC6 zmVeb!#x{Pocc6bxrW}^RMADj6Bd0#Z`XLUpiv^+^Y>c!>9;?3FX7t>07&SWt#53m8 z*h}g$|MHTC(Q4fzDy>}JbH2y(iI!L_Eh-?9D?3)rTv z8+6dOlSK?0g-D8)y0(RGOm7A^2F)oUiN(u^`vY92hgbdV3(>zwdrRYg z^C?yHl<|lUq7iQ>!TX#)m#dXv)k$6dHv`SPJ;o-(y87?3F%RQbKDNV=e#g{Zn}?lG>rUteQf(3;K$}pkpt!+ zF#L0-4NO#on9hcLINXZTS-J?zwIvK7v}`z?j-CwjoWB>_H2|YAMmZHwN*INLp@Is; z9A0EQBub1CmaS&^7V12xY{V&}-gsbNw+WS02gjL{LNNt5h*-xdJqR)#r<&)(x85TX zGnEV_Ms1Ky|0J13UVIljUif*7<5y6!VAh25K=V7aoxW)7^DD;rkPQ|4VzX?-S=WZc4Xa~uZifq6a zBQuB?b)C+gsnV}u<#0H!iN!JakFS8I{e;9{8!Gth((?@GCX22?Bh#K=AX+%cy$;12pzd6SdQ|%B0pD zqpn4Zv}hY3+(lli#$0#tp3?7B_rR&ha3-44_Dqrw%mLDGd(&UAANzF$#W z)*Fla{oEtxFmTScvu`aN9p~6X{`;tlt;E5hQrlsk;-E(;0(By zG8mEysV$YfAG@Ut$C4ly<<}_wxTfh4m-AiUW<3o)!0(QVvdv@S~ypvb9e( zC_^!5p1A^Qhp2YRaRz+RDLtwmuHu9^byYFTo#)LHBaB#c8-hg=Yko7rLPKlSEX?k$qN}k%nC(~9NLPkedC>i*lYt_TnwdZ_Sj+kPGZ%B& z%E{M=7zPDk%SazFGvbHLhKBtJMlOu9v`*XS1bqcm`K@O_2|CYG*U;B56@rF|lFA7& zmfX~m@$7)R83Vkj_Vt`EIRRCaET!@a%t7PWtrkwPui#_0nC?YTmGK4DA0NUWT9;XE z=*^ZyC1tI7?c*(4vGc@v)A{M|-tY3M?KW=cEDtC!OlNVg(h+{J+*c@X)%H3Qxo>qI(5?C_VdHx6 z_ZO878oRw0+Mkj3vY>Ch=#s${Uv;m*$2*X7)WdfXqmGu|zu{lXlaZ(0TSjI-rrx_8 zB8F-Rr62GvOhxXAR~>qb#18>cF#R$~A^jdAedfp!CgL~?^+sPBrj zK^3{)nh6GfWgBNaGTF7~8aNa%mTM%<_&qO4b*a1|3h4G5ZodJaYXYM zX-K|GRyu}BzYe7!h;tP!f~a}zdLoa0G^1ULz`ibynW~|Acsc51-e`hK*&u~qenW+rF>=nVR?ptm^mkbbBZw&Z8G7yRO>dU>T0Y4$i`o8Mr}^E1v2WI+nXbMHoQh6W}K(xmo1%(+w$1VOV%V-B^o=qu}?s@%RHvdOo6s#9Zt)&kM#p5 zpa}au)^feKbAZR{A7J;^rQ_ac1~+mVzV^ctue5^BH`t&!9HST~Pdh9zTC&u*@m zE`dOe+IUgj-FERkZ6EL2we%;)s|gRYZp|3uf>9v7(aJpe$>0$XTT4F*J&Z$Gah8)@ zbA2oBhsE;e{Kl7R;|!G^zk$O#!13YqJK(8Dv&a2wk;qG>butPh;~NcqD0Z6aFk#{< zHjmzwCUpO+ty#aU^7l{6$ECQDWWaIkk4Rhq^o_k_L1jQT_e6>6T~FF5{g(Ab3m#q9 z_M}zaSs4jJR(X~Fhs9;bjr8JMXaGrnIg6+wdVgFqNM??!!h0eRG~IGK zelD}xz@KX2#)Si@?ZF5?Izf`^7u3z;PUMj+XXQ&SN(yaO5QWM~No`Nc&-qHKjProWJhsRH!#Y+3M#)Km8qFC=}VvWCL zJLa(rY7RE_P~ow(E0U!1zW0R%#S8Nsum zmju)wz~a+z2U^FuS0hhR_cpnVQQ#Im{3-oJkKA5PHS;qs5!p3r{veM%M7g}>YNVhl zTW3MZNma?jj3H*%IDIdqFDJG2*QA=QcX-vNTbizq%aJ<)$d7StH78Z;+1lqI)2bhy z#9GPp0NR9e6>q9LolyS?Bpe@We2B**n(j6t&y210hi%2VLZ2KYwOVzB9{U>*)kHe>>SB1t@g_{p%D@y)(gPpfy z)@V7GERksyo&unk_)qa?S#hV-7uSjel|O%&xTxoJ_%EF>5P7 zvfN(1gffUrTB#JG$2lOShhu4aJgHf5B{Eb;{oIL7PxI6S9-(XtM&EE~zRW-NxCvJgI@-_O#aAz-(#ztPR)$msJjUHtjV!>uH`6rZW|;4VKwLtCAENTDc~J zxST=tINHZn7MvTppbW5%r)Z>Sa0j@G<-;j5<6GUbR#0%5EzMNs@-_V0*CRdRh2Cn`bPghFzcHDm34P^q&0d24zg4wCVD4OZVly@pf;b}mWYT|# zLvfY)X!FmQ&Q7k@3wY?!3CyvnMCAMddW5hA^T5|m@lM1qMgdvhy zTR?Ci`mLlnM^y1CHYWNkYgtt8)h7i3$8rL?hqc;A@5y5bjp@QdN}e)N zgYC&Rw)7Jw?uLHbd!X$Ci1KFvmeg9n5%go=d5yJHp}f%K_E zX%z|&euNhK<@84omFTM%)F`Mq%#=Tupa!U;%0td0sTy`4lm2MR%e%CQa<}V1Gus(m z?jfVcU%2iP+Gj*s&HNn0xtR*=q+*VIr}v#%-$aPN%~NF14-u>aG5byr=z*g@IvKn# zmB7PB3YiLJD$62l!8ACn`-wv3Iw$k15qoT9aYRtuKQ{893;T5UG|;7lN z(^X1TcHjIII(b_-v={Mfg__*e81xLbG5D8~CIY z+TycqxM59R3#z77cWpsi)17zTM3!QexYhr4^o@XmYY>>X6CBt~JQj3-__zfVG#N-d zu2G(}sylbru@5~yGmXy6(w28ap~h{CfRU&)PXLknEx-@;Hc@fIu(=irq<|?5EcLGB zaZJFG5SzRk|FCf_JgKi_No-L&{@YXC zH>Ni!@4G%}E?H@S+OL!>Qe>!h%3xtH7u;v(=8rBeYEPc3!`s8B%d6jlG$LlEr02fs?dO zrc9`;ckE#0OE$^mNnA5@wgLO|W!L$RG8Mc9Y6z+@%M`J@u=SoaLP>?DsBSV5m3a-@ z$*jBm>@?FN6zO&5J zOAl^Mkvw1bVy`Gm-Ir7Hl(Jkjo&Mz9t)a6$K=CORPuwWVm9QO)t2Rmgn;KTpoc7mihp%?@AY;qiw^{{98G( z3TuQ?l)8=>H9_bmn*?nlYrCLbGB3Qdc6h3JgyI;jwCySsJ43cGYjw(DAS+Ex%FWpr zecFVn#`K~ZkNItCl4Y$h-8L^1gH?9@pN|U(f{PHCKNlF-%!q=V90(0l%CHnJ&6pbL zb5GwOeYs|mqv346p6f3QraA%#3DSozU5cBIc>{aFKmR@7Yw$b13F=TZS@vaJ9MrG9 zR;2KRNP0X)YAE7wihd71oKUw_>p6RmfXX~Q(pY$ydixNAkb(M-_j%0`YfRI4fuxU& zi(hsWA*rv+%~hB`75N%b&94X@JJqt+%x+9vuK42u+JbhVDtd;a8xTxuWBYOVU)OaL zAX6`P5Hv1fPI1l~bHmfw;YF6ca66EDHY!Skb@#uiK{(qMa#o2Erjm8ny(`i%ZlSCO z>}Xv5=tw~Tz87vJP>ta5y#r?Zr(L$iFGm8<$cp$Q0HSZR+GerQNY1}iFn=qHHsIU@ zh09~>D~4P-XJC11cOp(8DqRto_1=XnK6h!mLe9TZRzxg1{Uc`%>z5yM~qg5dy)qu~hw%G;j&C zZQKmb9Ms41slSX|*JGtHcTaK(In6ub_-vAY%M~1k`Kk+&-}6}cZ_YS=nOH{=buIp2 z{wRhXGgO5cai}(qTS1uWNfPN1&}Dn|E@SjT@2l$Nc6s$>Dw}29f(1e`7a^e=X}YWF z_lrCEJe8jwJd)xx&_8H$cHWsZpsF0wSFoV3Fv){mYlXw8+6Va8-#3GlX_1sVxqQhyS;#jtb7&>HOQr>Au+s=%)-Fi`1SgxPBo$e&{-M z1Y0^@u6|*#bqHcSf)=qh-j5TlROhdNfbHF&yLz?~Un3k0ra7cx=uTfDg62dtkwA-5 zRy=TL42TSuT)^ig##6x866&s6EjW8tLXe#yTGJ`STK?d@%R7f4xx9$C=&er=CG_PW zqX*jRgU_mGfmgq8i-moJv9^urfbL|iNoj}M+9Z|w34xGJ1#oo|;1kKX*gJL8^(@F-f~1nKrCG@s$2yiiF)VOUq9enVW+K6+C>G$7iONk z2+1-_0dUq4=IMa46fwfR8!ANUCeRJYb5d}xYRfR~` z9K&ib(6Cn|4myPVc-fDARH9{=nr7jt3u?I9P!Wqd`i6>T#&CX$9>~VySy(o;Tb*^g zq6HY4xnxCmacw;qvdYp2Yl31QE`l-ml)ek>ThULH%VtxDxOp;Qh2~qE6Skqv-nyh9 z{9?sK9Zqa+=&2@xs3cL=7_72Fp}?|c1cHClO&6wi>YGJDlf#sb7nnC0V?@zGIRU3A zco6urR65%`f9%t%mCr>qpCA_zBk-C3%z`3}n0|f=jZftW72Os^PCfklJ8NjNDD{UT zVNEqAbu%GOPpCqF@<)%h+oFGn^M`^vfka1ii!TBr1^#hI(!~%3fagq&wE6TrkbPXE z-dmIIV^1qOyop60o~$cE-z4-O2FAQV@URG&Bl>nh$a)oOoZ6vO6bX(!oeLF}+*?|k z457s%g1V-YSta`Odt3TEv?j+;er)e|N--i^#Nhhd`^YmuX0*)y+)1;y2wB+&{*d$j zarYwB?me{lSu^Bb80oNvJY`#S~g8!Z?;b1FC(6-C3)KopAcv>DvGkI#$5x=06r$&E8zBoRo-bnD5 zuDSvN3I;i5mzF4;pCwU2!ITo%#iDSDj-oX*;$->uKXfb_eH#=H@8<#Z&?ah~S2fHQ zmL4TK##jS~>#|{{q}$H=(OM<-2h3FCil~?*uBTZBj$l^xKri(poze3NMtKnd|BmxK zL7L{7!TF)n68s;^W@I+CwP-zWem(|O%wTX?i0RY(^`pu*Mv#>=tWKC*%Zn<$8=bK2 zWEi`UI0FR&ZYFGOo-koQH^Yjq8bKv4(fYL0;lw!b^VO%r%=3$C$=WEt0ra9si1b=e}B{1*T20;3chB{ORkVa1-h-7;jpj@6esLe ze_O*{k<8&lR84xy@|blsRSo!TSsPv3YUQz2nCmEecK%JBa8k&QpPkI_b@^uL1#scj zwO|oZ2?p~=-kCZP8eq_N3E-Tu6-Gfl9U;Kd>KeAFp1Gs4e%4ZoUdVKH*V4VB9JpATzj=&>-Exh zaq$N$x4ixt-$eO2B*j#I34=RiJ00q$2ZK6 zjg4QQ91)ioMq{+PIr%Btm20PFU9TfMQ8!$_N%@sAPl)$k7q@{A3>JLHYbXWp_%;2- zMm(&qf!6uqU`V&I$s@ojRMMZbTwek5h&heF>)03#iCGy1>vU}!n+Ivs(k?{f!O>VR zqx=%kfog?=&mU-BbukYrP%g7)JBMW{q-Spmzf&1Avx!4B$JAU5W%`MwPTOocu4fTt zGXBoX=W|boC`=)iAw>#<|2?sT+AqBybKybPw%Ag!eIO|d!|uakRBB%zG!8TaQ2{g} zVp0ljAEb5)-A5-lI1Y-!c-`oCm_et(P|SB54-(>l7;5CsAMA!d2}XN+!QkKXQ^o4( zJS1s_JP~#Ea*9ILq9lOeY{?h(Jp)-a!8K@FGXH*gAz<;?#ifrn{x;ggvb|LFK2DfU zDm6-US$b%XEz_|3kZg4Kmw$-!gn}oLnLQUMzHp6%Wb$$J(_AzZYAqcaF-jq7mF7*sqpraSycohov`*M-$r_5AcN`6u+B?7!3=uIN3?W=M)E^K8G& zMOc4jSD>0C6)ZUi6S({SNr#o?kl78^4uzTMq%J)ede3hZ(2n)`Fm3$$>2~AY~oJ#{@BA{O-k4^|; zb`yPv+6_{I-o|JPNB9PlPM~gG03P${gwV|1%{{2#`ecJ3y`OSzD3s+1NeQ3|OH7gQ zC=kUn;N@{pA%1yb3e*xWG~d!q6mBAT5-!d$X-O*^LZ^w{VL1>EmontI)<6RK6sd?j znh|+g{jELx;6a6-2Z1bvnQ6F!Pc~6Dhls)r1Fo?DlLW6^$M~MJ3KTJ}!O;KX=&Hin z>b4+W+}+*XU4y&3y99>7 z&D(2_uE^8ly%PeG8e{eL_TJ6KOW(g>_49%u=9 zJ10gD-86Cg0eKJ9=QYh!IO*u*W34BRb=q9U0OPPy`u-%K+>=;xeA{-Lt>(xZaP?kq z*)`FF%Op$L%Bv_oHOu<)uP?$ON*A&sEOgv2&FxvaNTgIpAGqv=lP^F^52jmE8Z|J6 z>;9{en~NWBzf3DR+)FGcT_*`k&4O6}kcQBkj9(N2ft)I?hjtL9|A)WWIG7Bu2z^p1 zE_Oa8dG?s{w(tsKIx3x4dJQNomtnMsyiZe=ZVi1Gw^9yXigxy>_i#-ma6ODORbz-O zZ#GB=hLunLMUE{bqbd6*GlC!ycBj=G4=3hCs;%sA`E`T<0CY+kTwYX+xOV3flA~fGap5z-K*X?87cu;`-|5Jb7N`j9CIoKdZQDyJk zAtQ*7P@`u2X+0t|d=vx&le5C~1XJdPw_vxE#Ql}kfQ%YyC7_cww|smaI1& zrTuS_-Cfd|c`Mm*dvF4V9e30t;+p^p#Rpg}{3xZ(1i}v;@vC)eq(ywf35+)Swzvou zGV_Ym5h-Eku!U%@_z{nAD5Ed=obeAhhj@7cOK2`c)WxI#b?Dei#6>}2{X;#e7y_Be zxISj+Y3$vxvpt&qVxi@DqkcNi*!jRqJ6=h%ygi9nrf(Vcvelgm_P93LZm5jhEi3o6 z?!3wOs>u3=_zgxB!*NANMnEl1gK-3Nin%IHfc8LX(!kC_(7?{T;g3jKo&23RjBu55 z9_DRE`egAEal-L$m}_Oa5NL+0iM=!kV?*=Zh+8RCC9Q`n4u=yTj$$bs2SFx7I#mlc zRACSl1OUO&-dbN^bXNp&9IfbjmOV$Ah{#3cQ+)iw+qk5S{nz~D4LPdaFY|MoRbq6&3#Uvd2a-5Tf_u7pOMA2&S)W(FW^6 zjR*loZu*Wq?WaTujA_xr)bcV7+hrbZ`YAH_&FgyjscXja@>NX4i7}{cs1)vsYPl_N zfm37mX4!%ivlhK;P5&V-2nOLr4>~!NyG32btJ`7#S4#h@s!;7n9gAP0KxZ2*EAgHR zEs>SN_!F%Y2C6_pxfn76QudtM8nlMhGnNVq`v*V)A)FE@^s;wD3lhx|Ks9?`if+GStwAqjR#4 zJVhBJHxdv-v%YK7Ue4XkYcM`B0;aH~GQsthv_ z+P$I_^1BEz+X)&_hbGV`*dO5`@d~I^;74vp;cGkasSTP_$^3h&{nj0s8TFp}8X|h~ zM;Fdn9s;S*Y`L5aM~@aA9)7c7tc4I=o$(mz@vD(gdz>(DZ3&WGS54)H|yG(fk~z zS#IGsu`3%Xo1J51s9L?UjU(r_J5y6%Z-b*`2`i4P*`b5ahSe@PkRJ=_oyb_?#SAUx z7FBA7ypA{TRw$rv0#SIWAn&Qo1e@)utQYQ`(^IJwA4aLDO^{;O4AIlfkpdbfuDbVn zHWZEqHz$=wJ-%mdRwQdN^$#@uMNc>0MO0~*kqOu_Y2lYwHSfHBD!{e!VM#4(Bk?VH zAX$-DB54ZC&}R4#ai3ri7W8$lpooi)uM3vK0A~2CKp)=RCpPXV<`JJ5$+ub5YhEa9N$O|OTlHfY-r^6kJKU8Zh{DhjIbfjLVh^2mcl-Rh?6}MRjuFo<@42@>0*ML@U9zMyKUv zl+KhO!UUcv4XX`DpwV+b4?!v<(eXAga<#1Xyia~WAbNu?8L&}}*>k40o1>A}L9-=G z_RKHbmdh`x7&oUPn=$8(+PxL&WX_{rsuaWbQs^7p6pdN z3*sN0<6_|Xf+;BE56h>CD=tLh)pcC7Mm`uQ^#O=?4-_8!JB z0vP5~a)vrz>L@Va5A(_3(*?Tz?VaWcn_Zikg==U-!ja!4Jj}uB4nyt>@P5s16GKM@ z&Pdm#C&zzCULZ4K^{(L4j@K1<|Uxa6r9^aAP;EpAY#}!evb7WI^rx8xRGY~{R0U^#LPxUI|TMF z&bKPP!~Np(%T4_Ah?)|VzpVN7KFAL%*p$+jT>-lP7I%rB(-19#bqyx#es%GjPRa3w zyc7sXKf62phqw?JL=nB!Pp0K=5vX|{w(7u45h%w&t12Eni$KAQ|KH~^Vh`NdoEdC* zWAu;sA$V3_xIf=AMaLA<4?*5_C`TmeM>NPlmXP;0`z};@5C3&z;ye-s)Ji(O{Z*KG zL~26!1K#s_L1y8Chr|lY#QMJt`#Hq0IobIuQ(|V9-lt%ma;lwuc>a4j0$+QjeqO|Y#gD??6@?~K1WL! zPejlhY*6HBM~!QkjP*Qcc0vf`N_yZ(FBqnz1(n&Q!W2q0hQgT)@EzM*rgF}&19wzb zS_oP6*h@SyoOZ8r1#|=NlYof!hDE*zw$F$spRb4Dr)g}3Nw`N`vOM-xP#-;so_$1W z9msLUrZB!n5EEmpqDG|C*=Y<&D4MUX@hYGhM0k%JPdN#4n?r9o;XM$=3t7LMtUUqo zCb1w8U4OMid=glG$c+|9df1+-TT-b}YFo{5HN2VSz8IjTz_eoDiW^6339&I z@|Na4?1h^)Jbg@7*rz@lF`*X^v80~b+aOUvfGWaaLY50O%^2?t9b0rJX(zCwh_ysn zNQps&TeSBFdAMoI+h<9q11_}V`vRzFmbkiz9|G{NS#+mDv}})Iv%>(WSXABtD-ekI zOM?M`l9)f18Uld;Ry%dr0^PxaF;j6_b?KO6=N0*rHnRr3-ZeZDWU^v?($Ul`#V)~~kZ>j!VSmEXs%)gjz~kqA zH+e5-C9gx!taMhAP5Y4E<^1`;wY+hnvoU{gR+fwcQ(-^L9>VXk8~oDVsPN;HdCYH- zo6Kqj!io3Yc5NRDlpcKWDwWfirHM=jX}y z9bm@VqLSi(eCZ@F$INH?*nN3tH#g}_X0tyZqPI$u+*{lzwJ{rqRk%|Vv4@jaXF@46 zlhduop^Jn8@t_lyb%XM%bB?d%Pm|^|zs|zDm8YD+aHtZaW?_&Aj*nFj&q++f z8n@VqKQiGmlzq!qC*L+2wkN@l&^Xqw3Py+nGJv z+fk(J8q9ymvwIp)Ap!r3g4uyTmCyY zI4#E@kgG1{7#S(d{#uvNYL>&@H(nM9{YtXLDAnjd**$qQ!=Gi) z_J1QZ0LWQcdP>L56V2wU!rd39^Ya)r)h75ZYCfXzN-ql_V^=`Fkq?%klm=r#-b_;1 zhh?U1v)Bw50)4F1(?@zu-I8cnNZ4Hg4Zh%FPNV4~Q5vCnVH#LILg_?=HzJ^xjJq7Y zg|kNFEtnxd`IJy@wh~=_TWCp!qOQCgkjEzNb)kf)O#(8bLi55$(>MXs6IGyrCR%dKP+>m3d1s zb=o28&+Hwg<^ZQ_`Z;HFXX^LncU`qkG^7h4m@#Gq!HK72V(YaiHT3bxJ5&uPQGH#o zt9$!ALkMLGm>mxbNm;HJe@T))FG}4wC#&<`e-|=p52j(fuwCI#8_Er$zH@-@|G)F} zXBb3<|0aigw=~u~2}cZImW-|p^gOQDAKJ$i40L`l5YMzq<1{#?RU2ev&X`AwoJdD* z?J>^hz^ege&a0uwp5Nm*G(RWxt||gXfROXSw$uFC2qgn-TvN99sG)VI3|M$Ou)?xz zT@@W+rBmZciG{;%-Z_UBtP=m`PX6u3o5D6F5vfyJF0El{_``Wgv)U3ySA^mz#$JG$ z5G&*PbCg%>> z*C47)T%}cpti~N@GMic}22(v*I(Z*c>XsZMpH3R90**)jN>xgPu(s%ZX6OBYTSs>N zCWidHfTG`Bi6Ro)_o6?gIjnQ=h`h2|w$3p>xZe`#?o;Kl0A5V|;{5FY$S=s-v?kMC zS@P}ORsMK-G0%GhhNQWVQ$X(iI>Ch4e$- z4z3`LkbQMecWCf5RP0n*niKK*t4#JIo$%!dr|Tg^oNEWv$dZdR8&*sfBt{(xri5zZK~=no zQBZ9i3b|w$4hM1VS9J`9mI={_qQMz&s2RC32*4mDk($2U3%?9=F*(p3fDnmUx7-lQQbvld+ zL0jEXcxQb0P$m4(fXgCW&?I!@>jN=Qxhrv_wQPRS*pph8oztxUdFOYb$3MZQzZQ-P z=kA7}tpa4?qVbaA#&`N&uIaJnlUs*q4d2tBSi%BWcn)tUE)TRls@C)>=5hE1r2>4|=e@p8&*V|?f{5IC@Ek+HJ{VUh< zDG6iKe)ZQp4QG>%B0mqkL%%;VH)x|sXt+VBb?f@?T^Id%0El%%n*t3mGXuP9zCwDO zw9^@@06}evLm-1)jX`q#sgHhkc$p#y|DaDk^ufDjb<$^hp}%=+=QPg0QLH{s zjt*mzB;nX|L#j#!p{YNjl5!8ea0ki7*0Iwn$Sl8+(ou|&BN<8Zs+Zo&ytHWz(%HXy zkdAnjRv|JZl&~PVwGyjQB^03~QF+etKbg9EQAR8&Rw0#fu=g7dm$hdE+sLdzASaD8 z=C}MNH4f=wCB_T&O;Q~w}8As z-wW=KpiqeE$Tpy1sV5;ID;<%oF4*RW6y)}64hxS&$BrpIc|(!Tv1e^v-Tz%#O<@q} z^_H)MKe;7b<~3Sh09TBqpc>#Cuq{KaK+Zr{TW^1SB=d&UXg|N;?!2d6i4N;(RLfyd z)EEl}vTCb;{2Rzmd%MTPg`P12c6oGupX|e(Y^5e#gkpTWzr1n+N)j5*`y@*h&P|E7 zQr3Vp(9(HXvryxuq_WIL>bu-?bjU__eb3?&b0dsN)8cp!>2`g8=u2;UTlY@}n;kzlt^R=V zZ8fufomR)F1``tpH=nKbuD&2>!tdJSUHsXK(OOAI$G^eB+aG5;!oQu`?s;bzlrW>=k&!lWA9pyZf+fCMnr3;R5am>wjUov%(pG6Fg7m|FV>i4Y% zPpmJm(8f4naa*ubzXCrZeA5#zOvwJ+Glx1uXy#eVr3Q=lg;hgb=B@rg z@6!55?LWsTU7PNCaJz?`c$E_NsDKtvBiXeCxZ`!3b@9C(`cwV`lvpeF7g0N(nV1%3 z!$@|GOb7Y;hVP@`Rn7>L+y{$acCP#ej$TX+E7UFdWCu^Y*DbF082$QO#U}sbI4u}N z2E8Syw~~A2#kPd=FW}0Ot}@hJAIwjG-VrmItHjJmvv{>7PnFgZ+5 z&m=likp_q9kaau7-i=X@M;aW33EE8LU6D8btJD!if~eO(<*2gVYLehA@)c=Z_Z~c$ z5aA7%I@2#7L)4NOUp93t@LBTgQ2%+Qs%ES5N}0@TZy=B~P*R9UXk6Un!?={X@mc54 z#{2rl;_XG@uQ@}L$|IZBExvl!gKMec5P-rKb2W6SBAq}HfED3>=#^9BT z!_(8(#+yItC(V{8_a;|9nn$J|b6$fTHX&4Fm&!0Q?t({vH2!&%5p4x3$EH$@3r4E( zZN>@8&wOT4KiL_Ndsz;BHIbDiv>QuZg{6$~om6n^b%ubU7wEc6J*xg<+GaqW*n>V^ zkky<)Y1EmMHKti97M74}G&8cRpSi*P^N$Lt;9ta@gOWb*uOYQ%J4XQ0J%6R9q=-`}&?*}+V6>S!dU{rNFTm#%W(oT6avW`CI-;NI4%)+#)! z9h)VNp5gzLX=Uo*{uP1_N;=jK5W-Z6e+su%{2W=mQ2w<&nnI?P1CCga3MG<7ID{0N z9UGa(UC0_Vf6%yF93QN@=Z2)7d*RKaChAQJR>|5KJnUKw@os3@{<*0nx~IPPAL0O^ z2)%mW<}^*+lUXiF9MOQ8+8mnyAxk1luXo;T;Dvda$!v1APZ@KG+jsuJD;07USjq zo{`^pF`qmS8EteGG|W@K)%)roM){|WV3&2{uC+Z)$Cy5?gE0<+oW-Fk!DV|o#ZhH1 zKm0&W$9Yg}%uCvYYT|ZRqk|sP^V}{L99&W7P{=YaYgNdYm8>XgiL6W75gady>ZhQ8 zRfTny&A1xFu7Dh!Q1tuX9)Pc1(gs*4Ss=GpTVRsY)vD&L%PVc?-y9-9XaD{yC#|dB z1E+CdeB+^S8uY0ff0T+Sgx#I{Bbt<_Q5I6sb#Fuwi{UHMvOL1EJG5Ci)MdVE>SG*1 zv;a(6tf~kbHAuNfN2BS}8qh{Y^n8|d>omtp&n?U;`#k8axXSBY_Af}BU_O)}ki=3GP~n3ja$ z7>0LqNE5Y!&VTG5px(-*a(LtJ68Lj7Ln@40hfsu0cVgF3FT#E8ij*mP(LV7%#EC<9 zxiqz0xjs2XGxu^xv6&O5Nhmisa+LmKx)_M*Xz%u}{ue@#VHzm)cb)4h=oDdls0#RF zsF+vT^$C&`b4TN9&9c?l=gLk>KkYe84?N?=$HwlB-xWb2U`N?W6MS*a;Qc#1$V3_} zP#4(CZoJZk9Iv|n6}aS*e*e-=jD7n?QGY8jY)mSn9vAUs7ht=2>h( zKP>DLShSTmUQBc5xBIx#4EvI=cGoRG6*Lc?)KP@Iukw6_W{VxYoUI&fZ?H6cd`Nl~ ziIIBQgS^)YJcvUwAk!lyae4I|edZkaNl5v`V~U?Hc7m22HwlIf&*%oMTKEDM@iFf(pPwx97 zT?StYh8z^?kryOB&WvdJ!`7ZwuFbY1+rYGKsgTgj!(PcP`&h$_2MC?ww=0)Bb7A6&*(A(#H-0CYElP&qJezV zty!)5P76*ZTX(bjwZJWPQnax6PF8M%N9SPdzJ5(w4&P`r047Boudd%OzI+St`|$zNjczi zkt?eX|JA-t)1>+P-HSg24+1?Ox3lDWAhRquSWQ?LxefW|we#S5WdByR1MH0CGQ1Ne zd(;*&l_ShS^`E&b=gvX>hd@0<3-cI1v2Ia!%~!poYO zyBQHsp1ztCX2G;T#fZnJbP-mUaEhSqI5*2qI7RY%My)@M6(-gO6!$0IUl35qqYeyK zI6qJ2m1_vigQ$ycKP6mo5a)}Cx;vPwbqAf|hh#jZymn<}TdeH>yHFjf;=By9ck|4= z0+p>cx#f88o1+bEoN_+WN69Q_I5xe7cStNl`^L39s zw_z^Qa583O%9E_+v5kwl4n?6(!=24YS@`^&KX8(l5Auf5ODAdkX1m5Y#*?vR5f$>p z2IG~105!bmT-sfhVaRERi{DU6kE(G<(dJj(H9<@e{BSoFr`-$moAxNJ0gh^Y=(um8 z%d{n27Q^U3g1KH<8A}}(VQCZJWk7Kypa}<}w@V`*E|r4Racl3qarqfyQv2s-DwusMziq(pOoUs4+>(bx60a@~Eug@NK2mNU8;^le&L!2s9 zk*T?SMV#Rj7x%1g{|ksWBd^(Lqh7{XebtdO&J4#AJHNa-2Y)Vzap%LRx!q z-GxNx%wA1i4QK4Rr4TP`_hr2ys&G@YvCacW_xg^U?^iK2wr}G5$G1o51au2|ma874 zM+QH1(li*_ImB{IB$*y94z?CsU&j|=SbM<_MwK?OC{?)H{Bn&_WFuR3o1mrR* zkJ);;1LBGBxbg@Vax+e6Kp=v-C>Tm4zzEo$&&ExMdOiBC)=%mR@STwgNmJMI&G9;< zfd7g|?JF&%C69ETfU>fqrJ%dXw63>8K~m>du^I;Lt%)J zVHkJ(icYaF8`d4|cdf#gqa~m+@_!ctEaTY!0#^Rrjqi|7c#;)hUa7B!m(H%(bTj!T z9i`LTS?qq{fdN>?bedA7iD@23pgeDwn0U*RN4?G|LQ2e)>U3yX`*;Mes+ahj)5`y^0agh` zbo#$`#HB25d%%$xn1N`h4ejH~@T)K15*gb0IPwN9)hC zt3$5_+xZtW%))-jVMDVF!0&2*$IaI%#MtvfzyU0k?iKT$$f0)?Nh^~@uKwm*@&ea| zm#c-lUyV=mA}{)Ic3*}dV}BMU)u&yzUit=f^WGuvrc<3SUyTNAAV-e^*(96a=T`Dx zAr~W>fkve)B6MAXMgKB7986FaPBo$3VHvMZcy?h z{ZQV@8MUzY>`%*~*UaYjQG7!uQBr$;g^)j*#!@RT*&cri{QqTnMD{jS#@wND{ev!s z9Pida7i#L}-gm5?YjPT#it{6Q8;^u|9LM{;iq9Y92!kEWghmSj0uPv4TF?4KAoKv z;ra8I3ms&9F&KMq+$e&0S-L(*;I$i$2yZlBD1A2bBcRyc>DaOE|L#yRTO{D(9uqJN zn(`07z=6fn)Qc*QzKl#2U;0)eo4yUmaH_iO-v_ER?dV;0RyEWuRQRMDA9Z%@1g$*i zo^D)uo&RQJsx0EMF_lgJZFIL~RavU?BT2q!g=_f3YJi7v|B~anNBkbXAklvuC-&b> z{@QR8%mAVD)cdh`nuGc`4 zg3vw%a(7^QQ2g>-)7!#@M-OEDxev?t#xW_y*c&CE+-$Hv$U-?_WZ|eM1Ahe%-2aM+ z5&>)VBYL#2m$<>mvyG2b(C_SM$sKn6*(MkcY`q9Bf*;czd?_`a>bO!wWA`^2M6|AI z1}7)?-HhmcQyBR>IlidT(Z;PhgpVgU{_Fnh8I~Zc4tm4&+%3?9;5vLKUBnJ7J$NaK zE@EWaVNAx?=wX6xgszQS5KOOx?5*u|FmI=l7N!NR z&tIW9mx;{A#-P$|JtkUzeI@?3Ti)3{F+fJ?h;s1}C%Z3vpUTVPY*EGKhfxfOd$o&! z4+|f9Ur&3rvzHrMAJ=^H9`Nlw*K&{i$6U_yjgmSJs0jLwqHX?(Ugdo^KP8-Zm_SWh z{;NB)i|@k=Zpz5u-1Oy*Nhth1^|6WDv;fcL4Dmq&JIY&EUypAn{y~*sLYEXNtIv$V zyVxesMK#w0;(ZRZT@z?m~^fxWouXjM?&X1PFR-25uVru>B(J%47W zQHd6byi`|&j$^M1A_e`0t;bc|g^$6?i25)UE_KhaIIt_cZ{@P&0=i~A0y863hKn0^ z?_{zEdiPbz)!*~mt>zx%$1kxx2MmU6Ed%`MOvxD1G(yYs-tSboLu7DK?TxW5{#@^I zFH9gJimDMs$ea2zkplB~$Ov(*ZbBB0I;C77JQ}q0=O4$hbeaBNk*N)XaG(!$o;Gz# zs3R?eavaWsq5gk}ldf^`eQa%4cKS>{>AA6ag!_q`k}d;tlfjn-mtlXBK~DVV;PWY4fP*)REX~p3l8}V=>xg zSvJb=DdSpeOg^PKSf4%U-_jw$_Qla06bI^1h=_LV{bDJ>BSVR<8W{7KO;@P(Q>82; zT?q;>gtSlmf|z@wHPqOmg@4!1v0>e1^2eb;HCC=d~CkWUV9BMJU zkKOiuWRiTHoF*WO0(ra-{WZVPMAb9AE?ScGTZrq4R)orTc`|i@lgH^wL*W&ZD0tMwD!E+!hPzDHs~A<(_E)0>K9P#eLMdAZZ!Zs5cXxBCwxHnj+O>ea z__Q)jERJBWCn|)n)$=8raUgkd7A@son}%P&zn}G-7PB&hwoQth_s3FG8-*RKuU9|# zIHnq#Zqoa%HT+-KM7R4(Z3FSYa`9nFwlJC8h>!tOb~N2s>2S=OKnV@X2M-H1mhDEr zNj;I}@_Il8eL1bxdcw6xE?t_r*_ETcV&bk~X8p6L=L0#>W)MN;!4?Z~O>Vcpcz*l8 zuNG{)JuX+ONrcoE^F4@HhR!$&6kd^^P-o}U^$48+bD9YE`#hNX<&dtFmM z$$#CsNuZScz}hFLJQT)sud1C7BUW-KC}@B(!-?HDYtfPHzW+E*4+gdhErpDyL{U746r+k)}vEn1f;Yy#%g;i5MZ28(EWA0c44YvGSb5YT= z$;vcF`F>xXSYDaD^Jcl6?}Gq?b68hxQz1xa&D#`Qq21=6JS-OCsoH%UJ?`7@KZZN3 zfpTr1d>)_DBvPhnrTVmnqE(ZCcq4EX695D2p+()B8?AajEnGmdT9@-gxp z%y%g#KTcB}rNF&uZyHnv*)%ity_-t!*&URRWE_Bl0fm(qMW3MMs$XPzF}rq`G$+<3 z7i(A_B0Iv(_Zk?kq(3<>mj`2boz!=Ea$7u*d(C7^e6D%5NquZ31m7>t|1duF_o;`C zm+bFymII>I2>=#bo%GBXV@nZmmGwXVb0b$kiNYT9GK^ymEsB@@&AOpl!Tp0GE>Yt1 zg*izxYb@stD<>Xp+67GV>30P|C2X=Xh1kQN{JdZ>6YD1HhXH1o%QTp5TKp%vjwBiE-4ApKvbR<27=TJlCS^kBE%LP_ z*NWdtr$G(l*L<}FX8KMRW(kVRU0Z77R!L+tXXQ?z1+&Mlc$`Y3h_PmU+h&Gqkq!}p zuC(54$!*UN0jipH)+f6Is;zgbwT&YGvE}NQm@%*RY4g1AHAb*!Z#Ed(b-y6L54$?A zG%VIiSRFpU^?RqoOL{%TUbHn*Zo#sbnEHE3_+co@pMGpo=lc(FrlAM`_0>5pRj1^- z-dgJ`Al`_fVS~g?8G!YQ|1VE_CQb@6>tB_Lw8DWIgElJmCv6#WDYE18U^bCa}f4wsDvy945(JO(r!FBKP+GA%y3xOkLALa)R^Cil{Pc*8Z5=oQI+{VF~3}8zw|e0AFns z?3WQL=iYkk$*x7%%`~C%urH=>qU{F)9*&%>ZK8-) zpLJX>V$^+MdE+&C=89o`?Nz(yk|9yZ!jU$7`em?^!1=L`AaSk0?CvID-Ki&DO@fb) zcVYu(CL9X?@3xb}2K88uE!Tg#J@`aH{+TzsnN1o@c>f1Tc)~1>a(7oesOdl>QYcW;{ z)BmxI6x%tVTJ9gIvu0?>KEP2X_#fgJ+6i+w0F$C%STV$vDHYBYHu;e{``y!Ih)HUqi7pHv+D>J&D^&J75$=k>p>i z<#Q~>JSkl79I7}0>Ar&B(L==dtbSqhu|2RGzr6i|tY%Ia^i-|5E5QaCyTm3=Z>+gnR5U4&2&}mZRMn@#(s5+51m1)xTO94tm+G+B?f1-}4D2FGsCUh6;ixe( z#L2kd_?@x?9*3EwR84-#EFJi%-*NIp>hf2gg9T1?)9sHdbyW#%NW88J9jQ> z{0IZBiO^?~$ZBd~K#zQj{ef}1DSP0z+a5zy#Sir$Q6stkIL;{)p~GNp1 zRaIZaSYHjwaVg9$7cm1J1D0Zr?9XI5ChX3xn*Cv1NlXiI3E#`_`1Ayrrt6Q%?-3XIE?{}{?!m}^(v4ylqDR|3u%F`{tXMK=>2Pr88htV_>DIudF`_6lnSIeBU- z?ZVqKMVw#9Um5sN3qfC%{041g4Lv~wsa9nq)LoQw7Y4{F-aQ}b+>H1X=83eJIGY9tlqK#%C@!Xof+ciTKux50WyhnKjc zr}!lI)LDMA(oksD#&sdQldjerb@(Dk>XAD)(*UNz&428|p; z?yA5&f!Yh!n{2X-YV{2He(;gEX5$|E{rFSP53CX!`hSlAZgW9HFhbn0qz3c<8v0~K>!*xHMedg{oDz{=Pu|(WI z)}ZU%Gsnm$xK4Qy{AnAbycbFtr~@sY(3z~QU2d7zqkm1{#??Fub4vYr2b*^M&@rWN z5;K=W@WH5YuR9O{hjSA~Bb@ixZ0}EAqrqIIeEi zTkVGSY3H-Uls0XP#t9+aiLW=H3Os%^kuRrdhb4=M*AAG`%OY^DP32;|HK;I7K}s?; zV0KZ@&l2O@Ft6bsAk5fb{D-cs?u|3JPJB( zSc<>_{F)%@le_8SEe3dbsD{7=asjI@?#9_e{)ZHM#$hczRBY8)rW4vA%ZbEF5ix$f zC#6&dqFo8D!h&o<6c=`Xr%bJB7wdgxpKx67Wjkve92S<|&{A~LWdh@?;C9iAR*L@F z&fag^)AcCia#@@!TD^@ur8-JYXvQr#XvSTLx}^r)@T6;>lsb6~BrT3GW+cC3MuMDs z$h@XF9>tN%mG-183UyWsk}s%y5BoFN2$u6$qd1p*I0;Ggv2+M69Ay&@Eji{ny2^I= zY<04ZojX0FzXaJc7qxlPom#My&;A2@W$_lLd|o2U4!LT&?{U2*;gbk#GdPuU9PHs+ znm-x(e)&^WWWaRclhJgBE|1a+E&*X4w3fB8dowdBZ*&>D=wG>C zcX28gdNY{o;34chV{6WjqCwWJtmliGSU+xLO`{Nk4Tk|)}1_dM+`>bq|T-!w_)|3jQQ41%53nktvAQLE{9 zIv)omgN&*d?3pgW3!7m-Lo|QcH=p9Go*wJJoCRXTWac+RCKGQ58`KLp2OQ(5)1m#r-nmj&SkgaG z_|xMD9_0aXN?B1p2?qbRw+KDf2OA|2wmz8t8y_ipTmOx!1V<%`%9{ip7P&F@Lv^)& z{%J$Pz@!TZhrWT6XYFEY!Nu`|=E{>nhBESthq_Fsqd2$5HhtBnhy3Z9g@sL^Vuqxj zDWX#~qoVc?lbwTNk9C8y<}1kAs*c$AqGnreGgY{m3FamGx%4jfbdABvg->68qGv^L zMu@0p4unmzAB@Sx7`yy3UPJl42v`bOtBDIpV( zTrllThxpC>@j?bpUP&vb1Kz2kJ{TkT)2o-_>eNO%wS#DU`R7GgFu zvJK2x=y7z+t)(rB@q#V^>vjJ4Ms<_+V{G1FHuLiC=0>bkp8pW%9Ey-3YH)>Rvl%(# z@?GK@hHpyzRDsTM@Kt2gC*h$lz(zbJ*0I`oq%>YSfD|E*CJhJR_E zN}doIdifG$`r`*^>m8aaPr%l8Yw=|rG&|pUmGb!cJvjf~DV~La%xi|4N*)I{fa>H{ zcp-EGodh@3C2>WD63u#DTZFI3yCANB>Ts4?cGFCilz7@S4QuI4#(fl<0;WpFw__#S{0R}O`h4ZyTeinwTGY_$|J@{n` z#BLP2E#bSY)KOg$7XAuBIp&c3ySdWz29~)xa9x+6Z;vqd1_x{V=)nDD44k>RZ7aya zr)edzj_=90f*yD>|3{N9p^iu8;A7UfaFbDz9)bVghkuQ1HFz^|wr8!TCJRl^Ig>24 zen1x4@GU=?ll9gkMqwxulKsE5Or39`cyTT=XdKRC4aGS+nV^2_EbIL%mpMlp4o`a7o893CSr=jjxh>cfKlJgpu+zU=LLgEt*Up0^~ot& z*`!V)4w|pZrK=wkN*i9~;?i=9pjt@_jh~D@kU?hx{i$C>VRmsTU`l6|u1l&Au8Xwp zZduMQMvX^LDHmCr`ux?^pwb76XKPs>ug*VOWw(nCvz# zzvvmCpS*K$tUOkg+T^=_`N8%6{=D{>tG%5%g*w?zxqtOBs^Q3R@22*Y*XnRF2b);R zi++ORQ`qh2AA?veth+kSRX3uChIDiRd-%#ZweiD!n0ZN@BJ4tVafM7eltnT)F5uTx zo!SGoa&hoY2YEno;x$&`aM0axO}Tm0i06KKaTh^3p8+7PidL!u;=sq31uc_Y7<=+1!^pt?0ZtC^S}z1q=J^T&^1{`RzAz6 zY>HY~IF7OM_~;8yzM#dv!L3-=Y2!i_1#$NuwO;d=2u@cv*Xvy$6zR2vWwTb~9OLQ9 zEuUviUHhvk^xU-%)8kr?J=Afuyt?sF%=VNkf^GZW?Gba)B$p9^v@`0lvGRF!qr=}8tP8%(A$XmTyp6qu;9oG{&(IkDi>Sk+sFiN&Lu)Y3e$vqm)+*=jE+C?G;ZHR?%ON7 zc#}VS-_1x|m%aQgaCPZl&As2x%$-&A?xg)U=MqbwWZ8cE)qy@acOyNP|37PJmzH^N zx$OTx$DMh?)oTCvaknfDT8Yt^_wS6o@e?c1KOy|0qba(}kmjXOH>>CG9I)>lr3GF6=xK-tvUGp)FR#K!rCx zYX1iT9``0Su_rnuEFC;9awqr|n4H+<_OHwe|KAm0U=a6!MNVv&3ZsHziR%Q5BZ@pp zOfGC@g8jgdds1jJi_PuG$ie%$n>eG4TlSXE|t|G)h} zUMts0m6Hz0!n9!j-r%6$!1aT{yPbi7gMopw-~j_80|TQT0|SEs1B2=T1_l;dSUZ%= U1O~+@pjrroIJ#5KEOHD20GR+ZNdN!< literal 0 HcmV?d00001 diff --git a/public/assets/beat3.ogg b/public/assets/beat3.ogg new file mode 100644 index 0000000000000000000000000000000000000000..732279044206d8c3e77721eec44bf3c8e3786ff8 GIT binary patch literal 1113813 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%0Au9wYyPUAOpLse)0pI298 zI}cw2-`^oHqlf)Hh^{CTDTG;!rf0aG#G2mJ#jBW1Wb=MgU3yofbijP(CORn-e)3S;S`@-^|LJbMWcM$O~o(IdkMKmAX#*&6jv_0@MKupDNy? zI!~F^AEj49n&VTLwL{-^cDnHdf)c*fd)`LVjT)jM2TP+RcLB(W2Qw`?3?C~$A31n8 z=aj6!UdSmyA&`oBBQjdj%6PsYe2ICJ@065bcomG)*I1&X-A6~7MMG$H_yEHUpSS~` z_QY&oE-7rZ(V0JH8C<#lYM~szj_LY_N7b?E;ekr{vz!{Ikp0V>gJ5q!Knt><@XLq+ zp(0B(yhc7ctmrxb<*zK9c)q+dioZkzj}BJeL9{OPyQ?0hY<6+a1+ z5E$%Ld#J)|%+=LKUN;f&oC^V?tK$iC7fu?B>lJZqPK#9RGo*zzDpr5Dk>Mo-rJ>?( z8yRgDH0DWAiV^%B;ts?YRq1ufRlI7TFe7*WAEgXcSv4U(K@CSOVGB4B_~B`&^;->lL&69{FOrB{x>#PG-AgXk8^@Xf1Ez*V;J*Ve3YwJ>xv z_pY;XYJ*S&#Gl8l?`Dof_<0HfKRA5cIIrU(?Oxq#OWYeA58SqFv(4GPpP=w1ELYdn zz?8!^T4CF|dpEJ`yiH6{XyNk+M>^G@@M)O?P1@^R8j|p#0su zJ+r)9KV#z4G{rZ+p0?5@Swowbp7fkDZzW+qjhSX8VY_yB_vm1SuT9|emdR;-QZ2=; zU9b6X+zADsHJjLX=s8o9-zDB@^L~DOP9ChU__G@#Js zHk*!PO?Mr{#-Kb;9-GI2(yH%7whUDD=+Uh40k*b3nqo+hLa)2<@@f!QyAXrXLmka# zBr!9)0@w;_lu4mfhyiectvGR=E8gR$`ZR!$mdrk;6hS5tLZWZk5!oW}$X%!iNgK_^ zYGe_K6Zg9GPrm)WK33=Cm?e2eJNd4}P!iICA=q&t3+l;+jtKCidwbx$4(Gc}8e zmQ6+TJDIB4b;yl#0zscxatzRQ%~l2t`yCdpNC3o63^G$h$G0|RLOp9Th7d^V!v) z{x$fhXnRU_x7X&9W2oPT|K?s2_l_0x{Lcp2%W`+ZRa9!l1fmB2O0(s-uXigNN%i>TmbIoQ)lE*u2FmX`|*(4nSpu)rJ7B$KrT0w6@3|4{z=#=z6;g0L9IS zsY!*Kl}M-o&b8g9*=H`fWGB2t0-J6}v!`pKNu$EMnjj;^|LjVUWoU21;a+0T24KY@Gmly z59{@d)5g_eIgo>OdQoMIlAI`}+@MY4WIm&g$W{zXsq)la!C!ACp7e>nA4MTYSJ8KF zYiUcLsBAR^+gJGs%`H`_nYC7|)Cnx>2W*d#Z>(z&RG1*{ob%}gZ5~exqZ!T}SaGdv zGUldgWwpey+I4wtsA|zm6~50OIs_yAP`>l?Gd}I28Rj2_qMSROo2|a_CUOMu73^0( zXV$RI7dm=aX)VKf%Cs_M|EibO){8#`bOpc#;OqRzXkQopaf2vVtW9M)ckgCt$7C+}(xm=f3&nB= zfAGxGZa|fLY?_S6Y~!u4?*cx}-MUFwazLz60}#3Ztf%4~BehfHDQhyc%P>-IGC#bj zDp%GQH$l!nvpP)(+YbZ$D8VXNee`e3q9JR!vC{y%#22t*c(q;grN*yJT9X9`( z12rujbpwb;A9d%b(2npK%W!!}RMs?zi+lKk;9+!#`Kn8F)POJb1PD(&Z1%ZvFnsiAq7Dr$NMWkS#<9Km~c)n6)BPy0gUbdVT zJeAS`S0=h$upJVXs7~!%7(TiUrim2L6bBU%5pP@Be$Na1-%*Yk(sx<1<7xwc8%yS? z&YUr_B-o7^|6YDX#|-%WYL5YUVJx>q=ziDYyMlvyhWlIppwzxky=R~9$E6X*-A!P` zdA!@v3ckSc7(*-Kd|6UwOOxl}VzAGB%5{_0fnUOIOL+Ss-MlJh8tC?)D{~DmAc>Q7y_b5MrLO$Lmu0Sw+Sm7Ef0O0L&7>Z1=%(?4Oi!C!u5`x zRrH$0tg*7_(3J0IPcv_XNTvmqtJcPr*&$H)!1dMSGuzP77})@NUQyGJ>(+6B|7z;9 z$ws|80UyjvfU3%aHb#9(7S)h7-1O5rLP@S1UCBST>wlYTlkc{WxI+~!X39C3}h_PwDD^z{{QTTz2ht{2nJ}T3&a`JSA{Fcif?x(RmdBr z>Zp~<=~;OX^H?C3{1F5MXh=Hk!&xLrk)@upz<#JJG>$c1v?yQiQ6LbnYs!~Y4>1ET zS;-$S1T!E#r(ivy9XDPgHhgYu%;sIrBR#1eP2ftc6z}}&eRB2EHO)4Ib1llLY4f7c zmDw3pySIQU=P`j&$)EbS#W#0ZbNmA^v|f>zSfG{ry7ctavYKYIF;!IFlCS7VHvYPY zYDZl55;aDk{jJQJ@8%-y^)rHyjZ#jEfi_f0?(b(tvPwOfk7R=zq*yKs3*xIq5&;1K zu(6o}ULbnArWNm;$88QY1Kbm@%@l^F_V;+XDO5TphQNFhtGhCQFvtdsTMB{1)*!+T zbIzPi9P#kFwgy}-(V8%0s1F%7)(zQ@Bnb;0oAjQ%VF|$!c))$*D-|gbFdx!w5C23} z1#-RX~2PTVe*9#x>!( zYdN-%q9;2ADfMf&4tsxK^e-3dV@%Gvb*8)bYtQ|$UZVoP%{Z4Ez4Ht9K^Kw{MS)C-8w<#IfIs1z>@oMg56T=IWk~cB`5t z(vA$(4=VjyQTc(J3pQApxw$C^wfKVHDxU?a>mu+!@Y7`flu~*=U0;+r9YNcw%SH)% z*hvr`@YcyBN7v-p-wM@v;?)8F!Z*r{nKKmAX5_jdUNKiW0AmYpW8^^A)_OiQM#y> zX#l;ttI7Q^&t45pPVubW-0XQ%i+k(!@YBlOWdRlLB{x#~-3w2=uvh#_eX(@+QM}my zg<(cSllxlhYtRw*p0eBOH*$HXs*I@er#W@uIbw4fl@E5=1xmpqh9E+DOZeYM=CK%F0 zx|MOxOL7t~Ir2yRi-NrDhmQ_^v&Tp@^rVUx0_ZqcyVB7-j_CG841rkXvHj$LfpUIs zc7S>Sqpy$5#PUt^YV0l{fQfc*G<6*6B(-+NW}R#FgP^CTegXja3NH{gdOD|d^C)Ur zd6V0zm0O)qW@0M7?{YN4irqEMKn3U;Lpqs=XkwaS{@!PZO$HJtI9?U{JJ!D2? zITN~x@5aO>;|!q^4k&>Blo~}?_ob8A^7=aMT%qx4ueRx>oR@BaRP;Ih2q(9eR@SFM z#-(nz%070>_sw2pZcQZD>3w3J$|3ck%Ph8XnLHYLjdlRoFY_Y+kj54Ki02!%THgEt z5G|CN>aTFX`NE@}EOa;N&-{&d6i&6YPB9$HG=xxU1mE^OzLqEqi|)bn*C^zz@Ug@M&)_= ztfwpD47i+xbHVY)#I8&kU7aj}6b7%e8$y1IOj%jy#}!@;Sy=Z4*n{vCaq-1{j=r^CH znyqQsF>9DE%zUI90)*lN8ZyDSg;#8?W;^Xpv#}pJgT0v-XW~RgEt*4r_IUq#{&6Mw zMu}ctQ?I%uoEaXEErl*GMK}$B15?3as9>4?9CygAI(m7$)mF;9gwDGE4!yln@{8C` z>&wW1xp>Iq*qoZF5jgyqW8s(47dx*>YO2s*;6ngBTTjJ|D&{^c)Q_HD7WeC2$xaQTRTFb)tAiAgIU**2=6V@&xKoA3Bx_F@x`$dhB79OL7~wBY_Z^IEJ7@Dc1dXftfN<< zv(w0&ew}EUwR2^PZ7RMWNPT(D8h9a&Cf>BL5@ylN9Xgu5pP1!bcSEu#8TAUd-HB^b z`mEGSx^?!l=fD-q_Bx!M`=XH|_gk*;sQD++r{m`D(DNc|o+VrED2f2%+7ODcd3&&F zFB(8Z@4If8R)X%ks=wQnlUDmz;sbE>o4REU$Z|=Tm4jxAJ3KJ%ItbokB)#`ZS*ec6 zHSs$7y>zrF0Kqs76%O7KOcKEX2-uve6_0 z`&)>~^|Z6EnZ#l`qYV(kE~Dt0Z9!G^2)LKH&XOT zPFv2@_~nmlZ;F`C451Bf4-6|UOHu1r)e->>Ty)v@6$`IA^hJfWb(n=w z?pm?I5(!qOS>%-(C713-Tz}k@@JnIZb|FKPcg9W=81Nj({!CCDdNrFhQN`?RH8}TA zR~`w*D4N)KWXTb<>T{x$H92|z0ZWI}crZm`8RMZSBTf=JV*Y<#GyseLQ!1!oLr};c z-;n>jZr?&-TkC&M*oyKBG79r`c?IIo-4;e;H@+4&K09DKSR#7~B+a*{`Avl!`F{Y^ z$m$S`L^Aye{bJ+j47(QswtA{%lE-9qGH6v09RW)zSBCyimGzNoP5|DF)DITvA>Z(o zXMuJVB@)=JOZ0hknytF(*D81b3D}AFs3#v4qk%1M-omd`1)f2AgYA+86tSf!V`e9=9{nC*Bhi;-dQi*BON`9i!SzHRnb7gUP5 zS1>T@W_Tc`Njftys4#ogi?KMUbmDuwAl-+}b}A?`M@T;+Hh@~#%e42eE-4{MnS?c4 z;{Dncp8;=q^o;HV8#6IPmqC2hvZx;f)|UNLj3kc1D20dEt=!k3jnoUOU$KS27ch+C zalyg~b|vEw3p{*APyj_qK4gGBdr1P1sRU+xIg6#z3o_G%*|AiB$czp;?`?!WyL<73 z|DY3gyYdq1Og1n=DmZH@E{fIZ2irwEpmsU`)qB~{}MPPNRA&$k=L>R+n&B`D^ z>iU7{umQ|{0ZA%RLb}3OzEZ@-Rq6Ze4#hoDr%+_={)U!187Um zehGLs+>z)#zR)(hI{i_?pjW!-=z*2x>I!q*cCZq(p=gvSU4V<7k5!+Pzria-2DL?g zT%v4vi5$=@yC1^F2zb{cDOc^6Be&V_x|Od5F5nAdlICn6Sx}8mN{JxtPLhii7t%NTN#NC(^7PnG&7B(=+6`Z$ zF2kPYWkos#>pmk+=@%uve0QEt#RB>T{--vAe`Sn3DOTFSP?nG0o^76LqXM?}tg9r+ zD;D_kUm|kH+E`6lzijOgyGpmk^u~Tuxq54E>s%{%m{M5T@IUSVs3p7_ul>%_^4Sr~ zD9D7@PLb*sLf&>>)BhH^FsMKBPM+o`RY_18GX)nWJjx~l0$C&~&jWn#0pFSoGFTow zzehbm;p}1f(HlHAKp22Fu<7ha=}~sb$J^`Lc^pruw{a|T6|049INa8ut?K$0_@0N1 zcDE-FNNBo7O&nYNa7vq?2i0}}wFU?uOSMJlsFJ~r!x{kGaU?{5PjOWy zNkHX+542N8w#N+)gbNY#!21!+3bS=GWV0R-LMDd`b3{=4D-Wzm zM~smvHj~dvERY=_Vxsgd0PqS8(qqjHKqZ&G0&ZF#=#tAONKh%Dc zxw!YvT_<}??~qeB-}fODnl9$wP?UQT#0CiI`538#Z#aVQzAWZXlIi(;W@xyYtvg4l zMj&||1VOALBgj{X3ydQv83Y^4KPqDtPq~gUkl+K15$?`irwm-@=3to%JUkL4B=rGm zfJo~!z|x6Zrgd~AxXeTiPhCL+m-W;QS8A4FAkB?2%$lpx4Ie2p4U`rerYk=S0e{v2 zAGd?a2}=TuIZm||xG=U<*!ZK53N@h-^9>n7pbSt!KtcUJTNqnU12F?~a}hl|O-0p` zf-Kax$wK?aqM#wrn5b`#zA~u1B%`G4T}eG4EQxz0jX-=PiKv#4fJ=f614MC-VBm&3SY8>q|(ib)aS?m0uyt2$Kx8o~L5(4lpd=^FQ}M!no&zou7YeW` z%VT|&vI-DeIx@%aqYM@(Xo2Jw3tz-b7Jt6>eOP3Eq=r0@SreuU*@jtjNDP29L{4B? z2mPGgph$>Ge*>`_6fY41GS#i&Pczk3x$v|wSioY#P5|AUAphN;Y67NeSJHy=FbUKE zEp7`>2jamSpYUbBi^0Z^Ew4I#vRr9$EE69!UK0XFl`*wSh@po-1|nmV%B9&2Q@YO= zfXDg287}01iZ3(MhMvhA9DZ^+pSKPy+lE^LUu`OiGs`C>gm^u}53PQ1O8x{8ei?ijl*-2jL=kSb@e}aBv9}Y(PZhuJ_DvV=$)5(2{87Dg`w10v?oASf7J1 z%6>qIe3}F8m{r@!9OHQ~sT8`VDM2Gau>JM8`Te!uNbpRhtaq;q z6e4kpH4nuOq;}?*!`5YKQL^4_&2j<~wbyX{F}2}M4B3_5T3Sn0YCU@5T!RgnDSDvF zbmK@^=pJS%_9vk0J^5}lA%bxhHY+eJngQE1xlmeS@t>BkiNGN`!zU`{HwU5iq@pyMM-a5f86JF;`tE}Q??%+`rt zrIp7HnvJY*VytrM`T$Y$z`iBh%1?}DWk%N2K0pA46g8!o;tQ(z!EJsm8bYiNSM}5 zjwL$v?xPHOABoe>P@-}K!;sD}uUKWX0iNjm%h3zu2q=k%h79Nr4O)8EBy&fr^(`HA zxLERci+GFkyLx9~pLu`H0+}1zGufTde2wF*GQX1@i7x~!$oR~W&r&!$Rl9u2FFvL= zwB-66|LajN;tFoPQF@-Tznm#~`9sm;?Oapb;ltA7_UggCvZor$QOk#10q67LdDH3+ zi%&Y9{~S?15bPs;jOL*3Q3-}gq%5p}Uk4rT`uV8 zLW2KD_i41IpJ%(2#pQwO^B}^KG({B++{zU;Bdi;lPP-emO)`g3E@kXS;xg+cVhG4^ zcxY(M)WSki6a$|P8&};<{&{ z7${Hu5kiNtq4{Bv0YL%l_G}f#{RNn@rt=FRi@^$G(@1*LMjk$JzY|l5HJbz;3RIWb zR0}$;KFeCGYp01#+FEGs&MFV(D+}&-p)3h51EZQ247BW?d#S#n@ym_^krU_1hyH?Zf8&Xsqy9L1t*`Y_4~G(P0k&F{0Xcr@s!`*dk&% z9BAQiDesYd_stB8f3?-7<^)S?bMn2vj!zHI&=Bv--aW#r{3>o{My*s-0$mJ)o;PDk z$VzL6Q|S6k=aX~kviF!W0wg8CX`$3D zHX<#Kx%}VMwNyKxA2Zv0?&b@l^n+QZl&QIEQp!yHeHkqQ4(c#a96W7S06Z#3)zIS~ zfY5YnhiVYeOdr1^1cSS`tdOdyei}Cdpfp$jf*F%gZFtOnvwy4!;Lv|`m`cD##B1Yv zN6JaUgJ+UX8*}t;8)FRj_F6K%7L92lWHhFLFo3ddH;%Xntc$|&BJgFCze7uo4UDiB zp-I3s0|2rB@$po<|0NSicO`(G%+ZP1CctoPk|N{{vVU{~HK@@fs}xy|M|*#DsN-)P zf)u`wx?k;8%k{1^x=eOFaye`8oF;BN^6vfG>Mphw^RkZeb|@a-6oJz0_Nw|wK}S-k zW_}N4p@l^az_%a`R(y_!!;%t-9U^2S4+}vgA%b(F28zLqx)FAx5xxxY0(gL8K*?A( zTW9u%u}PR_7XNnlm(c~=hZVm%W|bp5Bs#2m8ww0987R3PmzY zj0US8pjoS%1{#gs(@~rjW`VE^8YeNJIDe}l2aJ`DL)P6hXMZsS_Ru~vesPW))$=9RfYkU%y zXNon|wGhPs9%xkiJ{qNrVQW;FilRrH_Fe&*Ohw25%5o)RDZWk)Zu$!2*b2sR778q$ zzM+XFj)H{UW2RVyRG8>n6vE6sgQbo1!D?%Ia8Svb$pfs$SL=;7VYE3oLj?d!G#fw! zgjRl1*mAUAtK-laO?)nNGrY`(QV#oAMVW=L_-LPQ!)NlBSGuD0nx(~Pi%Vf-iGEcA z#J(y*ZIVh5+km{=>XeOc3?&$uii|5Xc&i}LiJD(I z{=DDBMxOL~AD%s<8KoPes=H#Z%d}8bVe&DvgUHJD7mztt(JUCPgjmx8wjisGfEPKb zA>H=LWn8FP7iLCV7A;tWgN~-jc+a^Ia-L(oU!!+hWkwJyyJGRAP7?~0n zfTUN+8oO(nW#y}?`y<8mNKld2*DJlV8W)Sw9^4kMvj!vJ=qJBTGr=iUgM{Li(%sHZ zLfO#yEVCjiGBk@3!n!b8R6q!UR=4nrz-j}JwmpH?xX+`fP$Zy$@ffae)rft#LFc4p z-?jg8kWrmkHhqPdIAxL3bzQd?J&>z$zM>E-oEy}ezptAa!BuZ`fQOr@%ZUJ}8W}QM zEB)dn%bS55fl{V;V$u8!nl0vsPD0GEJ*2CN?GvYg$zDaD-htj^?B4oT zh}!F^eUE7mOQYYz-R$PngsKUlf~5GzDBXV6Ui-$f)*Y+J#%K+>wof1~rm}G~!XvAu z5RJYtwSLx90AOk%+jO3fWnHTUPXw52N8EZ zK{t2gEMvsjyEf|IJ4`}2@qq+6(<+Z!LR#UW|KH@+<^O~Q8rbkq`S^DeKerb0KSe-n zFkNB#KXC!IprDZYvE@T1E_0b$!Beg#`p#|9R<-K#5W3zdm#91^vOQVFL4{ z7kvx`W#LulthV3t?MXop6W1DIauBv-8kmo73Jp-k6f|s=KcHMV*6p&>LO7g*_!!(^ z-I^q5ekAEkMA~h1<>O18$Mf+$FfDY&!0qYqK)3Z}-QlSZ5J&|eH;abR3&7IFlnlrL zV;K7@2F0zUM(d~l;PDJoAgn z4-I6d!==X9#>FA!4g(MsO6vFeymm(y6kJlAq?rG+^D-@^;9Ds%0b767{8WKVDG3hN zRcP&}1+T~AmRdB5;;Er$!Y=3ZB4%628`?@~(sKK*gdf2tgkCYv^Z3Z9x89yK;V3X25CDHdQ$tW*sp zv1rOe{u-mhan;$;b8t{PsOF(pIZB*-dK9&TLhUi`k60 zhZbEJtF|noXk1+dT>??O#)G@0jADugpl?B&VSAxL)KTGaxtEBh>ffcn5;*x^A0d84~pw%L3?fGgv4O|Dk>U!EBHOt3qLR6kA1fv_@Z08LZyM z&h35465gz`vM3ST-1K*BE_r2TCr&l04MpTYqr=pCP5E1Y-kjO_-X)(@n?46nYDvJ)LMi`?5+%vV%u_u2wCde+z<05ls?BdZR6kkv44PK_uTSs zkq)gkt_KJb3{vPSak%BS!Iv_uK{QxwOh}13B$J^E*zr!f*~mATHvYT|^^0AipMIK5 z1@o35?l*Zf%bB%*vpOB_EHNne?7UHSeBreG(8P3#?@vR;=NG-emFdFauB{v|c;2Bq zm8>?x@5w?e5iW$Spb!2yTV)h|Zd5g$rv+(jysImF&P#HyD7jG6U(h_a>|qp3<)pKI zr8fv+;@~>>hvi0syg#pX2pVb4oTp!X?5m7CaBqlnyymhiU*d(TnH4@@TzVdP#Kj5y zo>4;(-T~$L4`D~uyxsckmwTIEY$hs&!Sk>e{cz|t`Oy5k)@L<_FB>hqYk%*xwDs_t z@3N!3`P=Eg#9_ZMxyrJhn?0L1pN(ns-|UiE2xgM+qS=u95;(-*2M7-kvnX&-5C;ey zCwPgZ<_gSB%7>FUDz#O0a|WO8JCZWjoXj%6Y{B6W!eDR=;>h54VDqVTktsSC+GOKs zxLuNX9&uPkJZf|R0xYvGUJ!O#+B_`U6}4iBbLmL^}--!X}**6qeG6;GuWM z>;aM%0MU4Pc_eabM0of=z$`Xt;$UiNpanT{vY6SznQ>cL&W(fRs#M%P8yP1w=ApRv zVqRaksrS#gM*g@VZ%}y>Fee-GEbGN*unL;#+S|W!51gj;eFt3saXfx$A@$c zx5=uH$*w=~8d+vmH=hiuV`ngyf5t$2YlRR0VngOY*U6FUaL7V(&l^9cb_y#ues6>D z-|G8>KjN$VL~r<9d{%pQkf?xhP~hR2>2YNKU_02uS!sPuWrj_Q^5pGVgM#8I{8>YMxYuzqRTTOYWDQv(?AP9nkp_b^vP=l<6(aG)*qnB$!7{pfwnrQASK4ir!rn8L^a;22%nlcw}HO1kqFE77JJ%ARBtEwmcLJ zi`+ow)nPQ)*$G0JL9;SSR6mO;u_7Yw9A2hzqxM)WUjRl$7=vkThVcsPe1qNzC{LZ; z%-z}Bmr;(^sm51MxOJYCot)#ptlt{_IJm6~@{}>$xw0XCESqjh8YEu|lkLj3ce#~o z>7bD)B1-R(pVC}|V}EWxABQ5CYkq+XevM5`Xms`n?+W#QCea})OLaaDB94v}-2R9X zQHJ5HHtUt*k3dCM<3S?CG8uFVH)p*4PB0E=+Q$Qjqbv>V2C0jv_tDGi1d_xMv#FU( zBpl*Un0c{NpL8iCz5jqqDt=)f_7r&m^bFGFsKQambGPHIQ$AoGWPuWzA|V`n@RgA) z=kQq*kc#WDG$-+LkUDT?!3_8QH*)&TGs(?lYGq_&qB+6iwePO#ETl@1D@g2;PhH-6 zN2eE0jP#CoopGeC=3is6w=cR^&wyty{s0=IFjF)e`2Jnefd#&;k!%z>~(T2ewUYslaCe3I%vMN1)0 zTR|Ub;}!77c=yI+Xf&`yg5J|3A-oHEk1#W)*p8wp+M>B;BemQ}n1Wtk<(Q&sIkK`H zDnRTwVNR}~evm~;A$>UYZa5G@mNp@gU1kj9ECgXcBYz7OHMTH*?VTApDi6E4J_GE; z@R(&$9hBv%s~%Q>WsA*1%BZs?%_OqK% zl)#_p#0Bg`@;}AI@$xvz)QRKKk;Po{Ob`KBpCtNZ|Jbsw?TkOqbPIvnk=1yO~D!=OpOJqsb%C|>7iAY6eucT z-NmAUsougVDXO8)k+1i63Lb@6_!?>$v-JIa9Cmohz1Qf!BoB#83`Fs<5heQ5Jpqx` zeQeC+x1SY z-%pts%eX4URMI6s7DNSa{5lc;3pZ4PV-O9Xa@L`lel$zMx z3?m-gzHaur+jCM69~p@^`d|u8msu;j_HWz+LkBt zU8kvtBnG!eE9-moN3GZJ$JOM@N8Ogs2S-r5)=(N#4V%qZ_*&?f2oI2F-4Mb4a9i6Lw>xYU3b_=kf5QjEOpV)KH``d&pf< zecP&KP1z9+OB?9SnohevjM3Q@J!aeHDe~R-4h?Q1u+>en&O<X#GN?lELGxSe3Wq z%}$9o(|-w??+46lH-%q*`f!{=7S&A@)6!2ha|b@p&sg*C?HPP>T2?M zJ+*$q%bS45-Kt*u;$WZYS-z?Dun}%cCb7q6=dqGl)#jdSyTg#LsIhjOeCE3i~;Wz&ePm5e$-Bx?{?*R<#%HRS~^F#SoE#elYg%~*2y6DIh@NG^j z<3RZ1{`wfZ(AY8m*Av=}rqKZdO{wJ%sRmRdOrK_z@ZA_h*9-Ug1hepHN$KQ+6ipH1 z59`|p68@}fb{<R<9z3e(yE5qPgN+jM3JCzb%4UVw{K8uqzvR#FTnRd<HDD>_;o0d#&JB6X84J-25!s;h)0QHu^p(+n|1#lP6AXv%Bonk4d! zZKx~yJ=F@<_H&*)VjLQMqaPFKNc;HU;yp*`(uQ>D>W3U-0a9k3eyJ@W9uY_l5D~)8 zDxyNK$&EX18owG^gRI~9AiEHMSZQ?a*(X0jeGlhGjPh%S@h3{ZP4=``z}VZ{SQQOs zNnk%iNsFe&sm7dPr76H-6VEa!Vn*}JK%~Zh860(z>s+@VNJ#A#({j=P0U$hV9TU5C z4!yR=z!lYry@eG}3>)f?ACN^#|1kufa4j0V9e#SbP{$_4Bm?Qbk$KF65>;x2)~}zP zZV{FLs?!F`7Q@;XvHsnWms+a;X08MB|JHAG1^%CSK?}PZ4O5)GC(JD_{@wDQXb}J{ zDlIB4D60J*XIn29oG&W|EZp-!>?cf$4eqUJbD`!N+IA-9l2vG@uamSyU~6~fs0yv* z!sAl&49zcLY6etcQ*Ye7IM8F;y)+PIiAJr-JF}UB5)G}BO<73vetc z;oxFqiFG>?yVMYNInIrqoT2_x;%HE{JG@Xd9G1Lc*swvYa=B?C<4)p#Ml1kV91)E2rOaByuP0q|8DP6xdnrubL8;PA&hKcs{cm-VBBU{(2uGFl| zC2N}55bCgEP(`blsyj>$#-ZUy6uLy}mui~j_-BM60r!}o)4{)$u$fgxK4Suuv9ZSO zuTU;}v|MI=rc1e>9~t7losX6mB>Fy1R_kxv*x!2`O)KOHjg+H>oI5G{N~}#H)bcR9 zIE~usI0~=534C#76vc-G$H9>&vb|}bwBC!`KM272;3$o+Y_1SU_x399M5i5^Axqgp zAs3D)XbF-N1uw(J$%16v16o|@{Y|+m8Jc9PE=)FG>F>O=lFY*Ot*$n2sGB2zecbT^i}#kY(1lAI z=TwKV)8%&k-B&Gk51e|*l_zDUDZym-?((cl-1B|-LSggC>ftXYYR~BQV&>;rvQ(@D z;y_MX3^;(m<KXQfw3eawLY{ACa(j5rl_*o2&usKP-!OWy_~(mcu|r2{BTZF$ z2lzm*w@(fZo4AbxaSxdlKUG)@gkK%&HLbi|t5=5XxI`-nYGJ5^hD2RtRXDpfOz<@B^d28lx?dl|tcl`G{*W{KpBwVX?6=lv>PmO01&$*n z3}nNmz;N$`2sKiRtFqw4%oEh{qHxFw0XtfE(Q&sOuTQ7pct3d8&fsv~mgkKoU9Wq~ z*GUXx0nztF*>Bo5n+C9c8K75LalmZWbbH;syNm|I@Rp>Nanh%I3&{ZjI{!qj3>w}M z2UtP3EDN8%S!(xJmk)d@1gNN}hyv#tW*gZ06}g`OF$Xarii-4MiI05s3;cm7j>m?0 zB{8qehM_fw8Ws0-vfARN7v0shuou@)d~oX8;PI*a>*i5#t4uv4SDV`eySG+paZtun z4Uc1fy=Z2GVSj6M5Px!GCn7Eqj{y3B)8T`T|4&pM$XWqQ32HEDY}E3-h%wg1^TySv zU9spgW!(8BjNxiwetf?9YUwHQ5lP}a@w(K-<3M3^*x`+~Ixl@mvs$eeR90xBOIrhJ zy|wZ6InX#5iuPm}vd$sS8Uw%lrblUNXp%Pm2!&C3MI|uQ@LDA_Y+KMtFknorn#_W* z2;!3b0?LB0Xofgp4hG_@gxU94lr0-HuP^*DT{DKWW@%L{X<$eivM~hanF8Wj)R=A2 z{#LQ;uH;6!d)3))bdr01F7!)fx81U{75gD%bhR_PYI~CCFM7_D^s{H-D1DdboU+HhO?8Ap!jqu=_mP|pR=fk*Nw{K1^D}}vZ4{IghZS=M5 zBJt<$I^Sn~J6eyk@822StoD-r-T=hFo<5obRs@XEm!@0O4^Y5wWRfV(l)gzYQW=hW zqW}%6&gF%`w73Poa8=5$eHO?-wb|FH4ccF5-#m?yePov>T_~oFJJL@li?K=}!7RH^ zf#%UE+{e#ERfOJr{1{{g!WVjWmv&sn(@=CF%8#A6oM#Rlzm8&Krc*Apj!OdV| zZ`tl%?Rrr~W8-tWc=JG$e+9wSNckrTApc{6 zkZMOJA1l{f`E!MrZ24(adPt@?yk|?jbWzl?(!v|f(BAQ+@K^I~t=*@$t5UjrDf@4g zX}4GwOb|6dK`N>;{cXdo?_H~4>X*kOVv4nL*&eqQ-hH9x_1T3V#mS7n$&yE?PiH&5 zw8{3W%*`rwrGH&xDYb~V9@1?do>(_+SH}EGG5uWmNzQn|V+D*)hs8>pCTqcbEAkOz{}y9CL?cuxboDCQx+e0C!BF_?QPT6QE`m8~9#ugs8bc{`9*`;I+GhnxyTuy3$GlIB!eDT8y|?*NxSd z>iHh;qbd1Cw?Wx(0GwIQ6N18!ADc*1y8h->=e@_V zhhKC^3ic+5hvR(F7jYoAG*z>`f(;5!_8?iRcZkXunJ+SLH&kRf-CP%0ixRilz2BpK zlb!|eZi|fVbDa);_YUOXR%~-)QcThw!<~E)uGS5)hA22Wj?H&EXaPwJlMLjJk0JGX zp!E!g@uWKG#-DRPWkg5jnjyt&y66YQ66^Jw7uIT0T=;V!6u=gSMEta>t|~)w41MC>=aGXLz;2E@1o!j8 zhxclF(9Lz(@`;P-jC$|$>rQz_y3QJr`d2d9G&adflp6cZa*H(0#)aeR$|$^28+m5~ z0fh+@-@%y_eBX1<4xLUHE2@ljE(Lz`gndZ85*L?i+T_kEe@BQ(qb>&9To^ncsRWxJ zE%jmE;A$Q&D;Djl9f#Dappko>2)@*eLpHG5xAr^~tksQiAs^g(6e+vbb`XavusQSR zDO)E|f87*jMEUmHMe6t$^tAF`klXe#?2LEF{x6NC!|b>BNB4J0csFlQ#80saf%i#?ry~$TBN*r zKJRa>Z`L|1^Iz`GotZmlpS}0-EU#^nagDu&kwj|S#nP}Qc()9An|oKdq!>YfnXB4% zg`G!TOv*9LImWlR3;gWPwgnAoLX zshZZtDO}3?QZo%+&6!{IWlFYWscf60WC~3HA74d9{q5W9ef7!z^rHba8Ye`cm8iIZ}sD@HlezoiKeU@+zVGCWN*;6}kl}6du}t(cx| zYDoptn!EFmzuNnW9<1Z#W|12Hd?e-iF`Gv559D_j1GDkr%+N+k0D_E2Uk~z=jH6Q| zJ2nID_sV6_FJa@%h5VIIKO#t|bcswJgRX#AAvHn@ZWU*`T1GJ9E0(Gn#A-v? zqygZg=l)ZiSU`Q*$d!S=HHm>eb2hr38O;&eht^D&vM#*5pMX8hNVdUk8f>#X zBg6v#C{I*7t8RrQ+(6}3IX(lhP`?Pw@BfscNixUBV!q5w4!x^;T6W@FQZ^KXe;W^s zLjg#%k${pYl4O}R+jFngXiS{~%q>fXh%edPrCwZsX;bzAvC3J|QDeJ7G zeEzdqGx3kI*IRELipgFVvsd1l1@S6T#_VXt1_Z9w)GvFRpAPFdpP|{~t0idt%b|Ho zYewTpbm#LytoKwGEqtytL%M$E6+hr(Y-G|}`paUl9*GFO7!*jktp4ozXsuuHAmfqJ z;^@MeU!m{09=>V1?-;K<^QN&cQ#(eB6IhNcP^$|Xz*yY6PHH=-3hjL4d|jN3u4LjX zOD7Wg14HIpM%-wIqSsmAT#iWXjC{o%rW-e^;bUM$x%QBwTj1e|`92@$n7- zs9*e}Uon(bdDP|RqtU{bi_{^IKi$waCV~RgKp3f|g|2 zy@ZVjm5q@(P86+mf;K!zw=8;05Jhq1Fm|}f4adPI#)k z0wLo#!Us*MBr_%1xuT;=H?=tPIsFgoA|F15;9dBYzASEfd)O{oylECmvDB!8$1X>p zjsmiQYlejs(6Q(!{~R`Nc|D#{oILx{Ev`lNlksb-VrTwrJ}VCw0mEEU5Jo{im`iF@ zFz4B+Qn{n`t0o79lI=WOW9y@yC~hw=+xY1r7uNHVz$$H{uA9tE)@6pQcj~F1U?JKs zH^mu5yU3_;-&0%3Kat%bpNrS`pYEZn-&T*l=TFI-syv%%;^;g4{`tNn9EXK%AO;dl z3n9xF^e01+Tf!=uQ*Ktb$$H`98EHN&kk;p(KBQ1FUZkiPWtSO3R>kzrAYN#@u4%sq z?lrK@!;@TLfT3$MX&`N|KO$G^?D?*8L#p-3E=S|;*alvV1FdX}WSY_nETc94bx4Oi zmvXZ(K`RIR{>m1C zLKu?gRTW+kj{QY8YCeOf<=r`Du~$UDUOZJ4DFoRRBiR-3)NRICx>j7+a@yv4%|qRn zFQ**Q1vcLMu=?u(vN4}}DvlmUb5wt|wmPOWNw}}2>@@iP6>W}pbsuT&QGkYxWA2K? z0%rnA#%h)I>au=CkDK!JHBHHKoYx_F((OEPkGOBFDEs9m=BMY~9AUS06L6b|*B2{_ zFU>z6mK$3*BSZy^2(o_`+?@Ge`!1nhmJ*j(c=w24;K5pg~KY`(z zw9CT%s?w~#-n_%JMY~FfgZ{OU#pBXi_kMkzU;uWmNX*-)h|5Xi%8^v(;fbp@H?A}E zPATn&z#T!B$*Z{4lN(_w-mu?V{}_xF?oZBj-NkHRH_XK1;wFuAClSSsMwNq$?qjY| z^(GmP1RuP(*81%aNaijnRL321u7uiFu80f_T82*7Vh!ZHD@w5k@>f1AIH5P6E3K_` zhBrOS%idIJMtvBysed2d>gmYLQp=@c?aEZ7Eh3Y=mGjMjJ&&n_MInk5$52JVieZMq z{F?6d^B+sc(*qXG`UF)O!&lL#qLsr}?gtZRI=8v<&Ft1AVm_<+(zh3sg1@^KJ0q+M zJ`h|vwkdf&EFY$3U-s^~z1yPue=;12FaHNPy+tOr)h%>IFG~?6C6(oMWflK{PH&Ns z``-Z92sdKy*u<)BR6rM(*j)5q-!Edf7nFmZfLRR_mNKg{ct*dji_gC;Q@%L7f>|C< zSsmhePF`eAQ}E&QqPM4m6GY5yd9iT0iGpQ~iwE@S>e4(s66vkWNrRXmK>yR?8nti6H#Uyne)j718lPw2!d!(biV}rhy z%7y-=_F+48xq4`~^}A^2XEm`Ac-arJ6FwE4#^}{-WA#Fx+L>EzLclqdDuG2B{;~h= z-y*(YLwkAopIh4h=E|p0qX$@Q_Zt%H*NEKw*?CI#`+bMEvB@1yaWuJ)s-jk2wTvn% zsR!D9aFuJe&Xxh;Vg#ZGdiX)dp6~dFIgUzMRjDqiisFq$c(0qe`7hacKc#Wf{4*q9 zMqwPJN{tRb__$QaVti@x^KWrc)|L8H2x3Bne>^Lt(D42->yowU=tQx}Yt?29fyaf) zzO4=px2?)ra8sp_M)5)*fRv%yNr50SD%$QIjuD$HIq53?>p zAfAe$Xfx7l8b9ymy~&B^ep!_PlU3I!9mIZCTx@5wPN>Me;DgqH=0n4W^^y9ODf~Ab znrC0qyi-$iOR+B|DNB{tYQ;3wBY)o}NiZ0-DdTdmhgu(Af!#4CN!Q0@) z3ZW;B%i67a5ZHos?C>N0H@{G9zlO8@&1`~>oX}+shci}r^uPzrwuguH!oOA}yPW`K zT*?z4&)Qx^?bkTKw-Kb1%XG)Uel;B=$V=AD;Ngo&%p>^T9kF?zqH!4WcO}nZW9QusS89}9r^1oN6=D~F5=PUlWq+0wadAh3Kz)88ZxZsuG>cW|w zg$)1xg7aPB*LnnTrZ*w+v3&o`!n!i2bzk=FB=M)8v;EPYnSTvD_ey%1o(oP1zm5cG zfzgT4x+hn5z$sUXW8a;b-N|gI90MjCzIybIn18MQ99NtlZ4^;~HRR{qq&CMgHE>eN zZB=8UipbC{?=aC@8!-RcmXg4`y-gkGQ3SK|Zc)i{YB}4e0Ee4_Uytai5lHGB5CN*< zAuriENFjqWT=L$#{CEzp_i? z;_Mi=cK=Rz(Csyt2>%;{vMB)m+;KRW5z{nyv}=qag303-e{2663ajCQCOr_JMBvW; z@&PzpH+!<*#UW1g2G=#0oDQ8b*D~LChz>ZOaSnT)`&HG|$*0hrX3kG+J&$!Qskx|2 zk2UJ{a}w-^$;e=oua>d^BpxInbSo;7ec5IhrT)EZ#~c{<9U*6|s!^#AnC_Rl1h6C# zljcCpk>J|;4TE;Zg8D!2Wz#4|8hL&wRGM^2wS0ZRe4!+;?R%v|95-60q8Jwd*nC?Ph-2i2_v}v{ zcSiDQ)0ps*y;kgIBkK1=@2f)6XkIanlcw%~fb8BP7yNsDmgsTZA=Q%+f!QqgJU|3( zttILAoR~vFPBIKH6-PKKA5u z(8T~CQi6iLP1Y%C7FxKLGaX!wDAg*f><)4mRqh?JUrF{Qi)Phr4`$Fjot&yh@NJb5 zrnmYIun5192AER`61k`b#wIclN`%bWBHTyAwe72XnA=||+QrtIbiQbu`ot{4vBDVU zMi%hG$uZ)p?W?|uMv4sm3;o|R`epqj<^2uu*8^P*hN~}%J8ZQJzBYFK`I-Efff)$k zPt;ZrYPa6myhg(Yj4ak_)3NOJ$VjgOSI-@tl~)=4%JW$CB5;`*!bT;~As8`CO`h-p zD7AwslA6WLUyEC;L(Nv)>z%MqHR{Z-wOh`G_(*_hOuiZbiJ0u47_KOa{Zp{(9JeS! zKm(6k=SkO)y|J^fi&W^Z0q5AYGneIu&!)XC3)h*HZ&M*j>66uiTPbF~F<63Gmb&6G zsB`!k5o%03PY#+#Bfy7c@bCklB$$SjwlbHoV6;I6Y9t~Ev^70D6<$i#Y%f^LEsJD_ zr)XxJ)}dO({c1(;C35_3!OC?7Ri2+#=aP}>Q?IN@K}5?RaN86##b;&FRE)EP!8Z4x z;oik|72oY&)7R%0u&`>~mCqU-x=GA^7FV|-;`PX=p-d=G@bFP-l}ptP`Z*Rqg% zamXsCy#RoWbtp1&wnhm2rntW^+N{5Z61KqZiSi#nDj$eiRP;?J?$@@cOp6G6^^tzP zpKj@UEYAWaMv+P(XbyMOtvxo+REVecn-@t*la~w~LX1yCCIOVsvqoJY@~hYaRiRpAC6o~KRu{%m_g%yN^(_%U-sVRDPt}kmD`14I)DqURs3;6<@>&=Ll_9T zplpOuZdQDMcEy4)gbz$4O-d9s(yhf8H{XD%T?^pCL5khA_57lrb&-#xa4(*hho8-T zY*p;W({sMLoHX*U)KUK@4*X%8r>(n(2tY~D-w{#LfZ4OQ#Cw;l!g0^(y0&IQGInYy zLhYCf(UX4kRLbRL$2UnF&*E;vi#ZYV9sa4| zzt1TpsGl{c`hMdE0d7vb@E7X#*~}RC4d2*pU6Zx`h4^aUugeX4)SUTLG4gAT zZ(o>sPc~@OT1IF!IsY&wGXJ~vu%92DCO`To`3vLMpTquG=Sk$mmK6oH^~9_m;6YtB z6RqDOJUk(stWxdQ*Dq~iJsn>?bNAIG#WbvEHM2-!7GG$N zmjEl-oh0=6#Z_m`B}|a&LVNs)8e8J$ZxVu-LudHJt7p98Uvp^)ayRXVjW{}%`Ib#0?J1jrWYO1H z9>vrhL;sGf4_7K&8H9D=a}Q!$TwHCiTzikW!-%oureREnhALVh47ABh2O%R6K*Ff= zj1FnHhICyozW~Y6clclfbQx_u-bBp9UA*6(#Rq%lZmmhdZS88BW%M@ALM zOfYw~zoS6}$|Dk>jK(&xEYWbLb2Fuz6IMSz@64TO)bNDQ^ytwTmc{Odct%=@x-X^K z4y&AWTZ)TYgxK#=VeZq}!xUUr9w;LgqFQmDaP91W65$4lGa#Lp8iwb#0#Mi zl4=k_;)D`?6X|^U<@(i038f(p;iirH{hWk^((IA(A!f*hEC~e4^fj1bXsP#z!O4ix z%1ODX`l~##Vi4b8(Pn(4)U|YE7%`^(Rb*{Z;BdGuYZ*)vi$9+)bJ0fq4NhpRDMW>o zjf|BHEi;HI4?y<6wG8GOC*P(*bdc3olG0J3V9O-L+uXg0w89`5h$5?c(@j%6*CZZj zt5${AT|R5OP?I+-GyOW?nVI?}dH1OX=H?Y!&Ir>+GKLMZmk(_?P(V5yNoO>LK!8Ho z3hD|hq}W1ZV9bb&Xk8sEEy9GWti)}`PFzE=`xWI6G{&F#&6acZzdAamP{q(B%o02e~c#nebV_Kwi&V)aik{ZBJW%x{%or#y4}R}H~cPY)=qx>u*i*g8k$hwK6V-h7P(cTtO24GY>Uc@mmsnSb`VTY?K!6p2x+R z9Sq?%7^};$AbqV6rm3I3A4I{ScIfD7o z3qu&CtWs3pb@WF^DwWrxO8-T;UX3Lz)@I;q>`-w5JeeP%k?uOD>yL(!1yT3(Va>$K z--fTI*QIoYM7x9m0A1gSw1oG?SmOxF_n-c?@S#398t3Mkz`K@xk;Qyx273B85-5SF z0_mmE*5j&D)~CL@OY%rMZs&7y0s^-EN&Utqk+9zcolDz6r(&-b{)Q~Z7EI5ttA&Bm z%d7pflBTkYWJW!StPvqd@2^CjsjH(ilk&}P{a;Y-A1M2Fc}6$_vFXD?Yn@4UTxl^W zvvutQf3s^SK5H9g<^8ufyGzvmM(JgJopz58EHWt5hdlR76JMD)&BAWo+?EQ7_Lx;= zexd2C6a<3=qZQ8IYaUHuOd^Rld?sbQU!}4fRQKC@LQYCwd zLFi}zMTv6(`k=@HBKQvooE8!JBX3fHejLngIwa_fN)a-QtQTTqQ-qm<7*SCzs3Ie| zP)++lL2gpAkjN}zLclg4QbH2BCva_G19k#Y^199_IfOlEGdrVGqp#X@b9KBgF298w z7d8q$JjR2_>Bt6>L~4G4fZA>#rJ=6!-FbPTfC*dYi z8Z8neI>3AmORG&fH%0@f*O6^pU?)P7m z=EYB!p9U;dNI!SY>lG0HKh&o?|Nl@QCS)2imX#PwmY(@7BP+WKQT!j+!-kCiT4oRO z-djW7<))zG(#hTjA5wj3mS|9gVR@DNUcLTcQ(Xn+QnKqXyE8K)vVs*P)~V|8Dyn@) zilst0@#K2mA>`58%)T1ZJY=FlNCL@|eyWTl(knbk-{Iv^r!elZP?2<9BdCXoru}x= zwVXB0faoFdf`rmiv_Ux9EU6pqtPYfy0!u$AYId|vwq4re3c3Qs(mFMW%ZXnDAeXws zY%i4AJmwgy%|{-!d6J;o9ZM+I2LTBrD#L~~2p&-=Cz(m#(ekuyNww9mDU{R&n@X85 zhJq#7z#%_;E`!DVutzt*Wh2^D0Qo1R;Bvm#pS&|XC`($X|FxyqkBIpruD|8bFvKO^ z8mJ^8--jJU%&^lPsrr_aR6}01Pt)Ga%5IvJ@CS152Y9UnEJI&4bu*) zAqSd%IA)$?1X~W`-`P~lKd86_i9U)q-?P1Du@yRu&L~oBAmI|tF8>;g^d9=bUXhkE zpUUa3FR5GE+Sy+Nhm{d8*JXs;F6mW#=xbp4g#n<&y2HyqY4(c|)|qbj&D)z(^UK9H z)=M2$wRR}lJ36j)KYWB(~Gp#N@7G5g8KO{5)P1u#uiy$ zpC|y48e?pE>>+GhWn4VEVATRtEyLGB6D6ID>eOEdKqwo8DyxN=*VoT8nJ2ucz*Flb z8xB`DFy<-nA4?P+h`I@FMa*ekWF-=bZ|zvhEp;C(EWGdvMW zwohRZC#H0g9(pEGU~^Z1DmGw9Kzh@A{CgTLHZCCpecbJ1QxhYd8-PSQo6zoeFJC%s*}2CG8CE||pd;%*Tj24$ z9X>ki#Xc7>!w?VMn}bvxt>}D}CM4XZ>qgq!4YSkf9T+grvoh#6x3J)1gMB)jDJ>um zAB!T6vHb+o%N#3?pVRK`o;;nIBtc$(hf%QZ1j;6f~08ou~GU&!X+Spq`Ih%*y#q6<);0;}_e47oz$lnh9h2%bJ>yj57=n!uU%%gbGux z+rk-nxss;9By^CuxgtFg8%p?v7Zs%Y2NaI&-0f8-5voq|LLJfzw$L?o0f}_e3$TS_ zGXP|`(1Ed%QJj9rrXSo%JVQaM0831nH+0_3Qw{i|z-VQuOUEKx>V_80|6Q-vzZEj&OS{rD)Fst4u(+As!;%U_8nU@$;LPyLS%li9j z7W&aK0C|j3@)~)s^PwUra((8JocL%p5H>@`(ZCDU|`+pTYNwuJAWPvCX5R&>7`)|+|$6GloLayw!EK&Z?*b#pW5s{R8GqWx+Bvrlv~>bMSp69Q+21sXMK0uS_iIP)i?P*(ozy z#cz&nj$4edr3lZXhbr^2-}93J?Ym(;-8IBLbGkLP(UC#leEK+N$dqg0#T1CKN#_QA zVC}MlDZI&Q=_K5iumUP`QcS9?Q-kDzRV~zzN}|Wi4zSRcS<$_yQ>W5-L5Le>_l5fl z0w{?mQ)6y{ye%$|AdQMbdKQ=)@{a1Sfo^u6nOKUy$zkwGpl~6D(eK@B}4X+NhW11J18ETE*A2r7io(e zA#9QDt>j{Cq3pUZJh6!TIq{~|fx;($upe%&_TkI!<|cL&9)G8HsU2djDEeW{KQCV+ zUO6pn#l}LFYkFCb`gOu`;*tewDw*zJGxJxQ=Up7j%bG`7+0^~k6Rq+!U+ewJNvDHX ze+n4bN1HX`!c+zAAoj(j;r*RW_J61NyI50&I;65-AC<^gs|}{NRft1*RPN&~tDg2tup?gQbB6Zx3WQ2PqM$&`@LGZRA?zTR_*kxS zkRVrl78)(xHWL|I4Hz}{bsjn}C(s>;WHOfErTp9ZiBbn&o%>o>%=ypB4-pg5+)f*v^kSrBAUf1g=^7CCxc6pX_r(v8 zlA3$H+txB`BLhsNRpwP9oty?<<@pc1?dvjPCO^%V*SU9-=9|Cu`bc2tIo=S6$?IbPCWbwh8h=3uT( z4#Ei9JpRjX!ngyWosyjFo|&@%6ymmi-Wd|MBi)8~p&G_*1DqJ6jjDLH6i{|t^Sx(P zDcs&KnzJ7K{Vd>OGg7{&VHPXK?z~`I1V!{xUunNOUqxhwxqt^}zkO@`iLb;lS)Vg6 zdO4j1(lH8J!QUp+PXers?su#&8{@^}98~W^Hm$SwjG3(w*a|EN3Z{tWH1D_8fgFcN z+A_i1c!A=Wx@bDfTu5Iz7IWM{cs|lD%VX3i|8Z6~Ncv(t^VE$Ou*%tE9(I2` zLTEOrPx-W<-J@PkS8UM7i`N!O=NS|I@wV=gMabhi1(~?0gN*x(3N-R;Unlp~lnEFd zW5V;y&m=U03SMOWj#{U&r;ARfICujg8}xJ%Qa;+df6!N!#83zH!)hsDc`$hm|WuSKV^u$0`M=NkyL#b6+sWJwe+X{yM&$DQeUlTp|M zY9jtEQY1Ug#7C~E94N$&!I?<>_A=fLGYkV2D;yn&O%XTVr>tzwR$G^@NE`0z+~|ni zaTUh0GGA-($%v?hWGY>q2i+VfXb}ov>qY}vgi@u?Xa*6Y;m1bu>_8y$-GZFwb{&GO zTpL4#R5SppuWFDQum}VKiV75v8;?Tc>dWH-^HL-$nxk^1yMtxbNu;~;nL;H15lF8C z^H`n%f$i?VNC70I0vHEHg1MzEC5Fh6EpP-~&Vl4`S;{NtRxr?DezXg&V%Xs{y?MF1 z8z6SRC(8}%OCnYb`iF77>0Y?Z9E9v}PYPEq`oS!{K~=~L%0iK*9SpZ<{0b&AX+zx> z*UbEvyL!(yO5Wh4F>x3jmll4$_r6#oB6F9w)plgoWOJ)se*F1G)yeZau6m!A0=~uue^dU&4>VeCv2|N$ zr$9LPWzLHsNGP2%PCmzADBA3sFNw5x$LH&IkFc5Xo7VI!*uUeD%6Xft`zxalP?J;9 zM~ok}tIVHfwZnYoJoQCR;e47=KdW`LvHxUiP3qULmo%4S|E(kM{73VFAuALcfCm7q zp^xk@L!B*5hU^%2p?_dDI-(_nj?ofre1*L;=9X3*yI z6@q{NUOuzfzeyz})r=Mju=DnqPo)h;bYB?ep7P~!1Xp}*?u5@sbo}mhTu-pd?q_qV zB-N1_Beg3J#4YasKvRD@cWE7hKp>go#<$;&v?q{oz+#h0G19%!AWp>c&p}bOonc#N z=ijFQzt3x#OLr61$XlM3G*Equsw|CyP;vR}cRKBVoElqUj9~@sl*Puv>UN>pDlRqs zyF#>X=;-U^r-~DgrmCt+Hlhyz){`B-$~Dwd*+6*!-_FAUvJ?nXqT%sx*Ex4M#|-KI`^%QW`SX4eZG2 z%~m9+?27tL|HaFxddZgVt85IT4lBGv@rC_X_lQ{bSksEvjOP*;7N(-UCJ_#~v3G1+ z2*~n|{^LQnWkz^+Z!LcM;_t=i*F=1$-L3tw1pD48E6Qx`&r>;I@6fhp-XD%^~K3{z`Q{(L9$RNz{@ZjIHIHM$J#Ik%>D(S5c1l14x9 zCC-T&*3M_$Gx1Ms)?7*zieF@Cbkg+z6jAm7Gjbekn3O^ks{F`*3HU;`0b?fCa^vYW4eD-v^4qpeX`F= z(Eq&`X)B5ZbkqWXP55K$(*LN5cMh+e3@PYtdajuHL6LVe2W=Fq^FWMTeTJXf!z8C0 z@cV#0nkcLWG6)>T&`?WAaprq)cZownL_ER&FYpR%`ak4_89BworE>-Uv%RfGhB-3$ zkdcv@mX_x4J^~bsO?iJYr3q{#8L$pu`nn7VE-YZN8Nnr$(*t&(0RmB@HT#C9#r(^f z6W_P^9zGO^mH+@Pi83I!6LJmYNiiaD4^r0rJm=lLRQYhMy(GHD_XApYtHA=&juzQX zzpf|5b=aq-O#@|-&AGOu(;SY2zTM-t@Tr6rcl@0S#Q@Y`MBC@E0`MEE4zU3BMQ)lVg4tg)NG|-vG{I(aDku`0fNqgSEC>dm{h=w;=TUwl zW^U%HEWH&;K{HrzMF(K~_xhCB%x*dv2S+`viEs0{Y?6wnTYi|Uu(Op`wHZ_qNY;7Z z2}1*=O|9z1->T$iq$Z?xRK^bz$uI!*CR}jQR3?OBQ-_O3REY$Q=aj;W5(NAGwd+3V zl%k#wC2eF~*>=|c^$1q9$sI8tr+d!SRd>C%^ZJ?DGpmRvn_TrHJJr*)(Qpbty--&} zS<^QtCx}<)Yy!39eWpFB&63MF7MJ6{(u(D$ajL-Ln47uEAO3sd+E{$6MIUwF-~PUS zd~QWQiR$1qYp1L<-Q2!e+MQ~a=hI&!SS|85 zXdh%O&a}@YZF;4K__pfQ<|mVvc?o^bSRi3?U(TCPpL%(QCF78=bT!2 zJ9*mOx~Z_8%DUW3eX6Wf9>c4N=bOhdaT8r_PrM3LuL$mQ~sCiUt8o7#%zHDuJ=Bn`xi&rb% zy*p2#{PbzCN9Q7Ds&|{%BJHB(7ObG00@c*=+-+YcU3#al_x=F%c1|V<4jOM;xWDZb z%jGq0>KgIM&X|Jqm&WR?2lzBUSS%YmS$ERV65F5?wFPI9PoU&Y5w%wUam!~ zE8(A2Hn48P2k^HX0s3fXD0Gm#7NBI3=HqUmo!j7y`}rd&j$1lDyOttu1qE=fih&DL z5&Joq{6hab%(Cx1#wnj0iQ8c0tM;RpV&|>y5w4xisSW;-h0W9}-co&XLkQd%-x=aR zRdt+mM`&fXoepeTN(j*zE>0G7Kf)!Y@jsHUn)xKXy1uh%#WM0qZX0M9suMJXpNg0Qpe=O>rN8Cm{nf z&X~Zk)GRfu-n{r@_YSu(KQ$892Q!{~r~*|kd)mrXo0n0~#L(u|!JL`vscW;NFcm+u zB4q&(BAMb?sXdeTVQhYCT*h1L?ft0jT%kVSjJ9(5th#ne{%aiUpX3C;(F5^Oe%JCJ z{DIt&u-=`+yEE)9)~p>6Z?#^1<3IB)+VM?1bD|0Ybmda$KRzL9b1&h4MQ4(C<37!glTJcG2Y&97Jd&sEpu0SA=x97(VO6gI@mbz3(=!Svf3P3BvNQ zPv$LogR|YVvf)}oQd&QXU_0X=?YIlGgiVF0svAZAD5RIR5jX%ae#2)}cL1s?qX1}8 zcmYzeI6-*a00VhoLiI^a5(-}am)Ap4gnJY^E~3nSz;{4w0D$cXgsisc98t?k@%HJ= zot0caQgZZIx-8G7Cm1st=pJl+;$9oR_kZWvyQw@jr&eyl04}7P)Gk-#lwiT(;wC0W zOPTsLlUP9}2zbK_d*Kp?Zb=6)l@F8G1EF2XmEw1EE&P@R#Q(wph@p=V_|%lm^sC0P z*)xW?iVlHstD$Cj&}f#; zWZ0}vEkZf!Fad!M=n^7Afpd_7fD9Q{^RD>*u(f3?oU%WjpaqWuJh$ucA{;F{){mZ8Bg(5IuKf=#)ZVA0<^buvj~ zNM#7sduu52c?khp>RF#Ffo9g>9kq^~SruR9_W`klV}`{R$t356%hTM?0l-FFAmirTu+qhMURWch&5iH_>w|ZD zt*UqnZ3gxCI3fM(Gr7+!!&>v>WD%c2-bGCAN@+`G@J@*@*zak+@!t9~TI5*&70W29 zx51(QcjcF&_XD3^)!W$Ve2rV+rI2FGJPPHJFdgAi)x;7C&q^kDl|))OGt+-c( zRa-ij+vAuq2ot`o9!jk(h*fK*7oID*w_92=(3osd%pdZmb`AO{B||WH^s+ZmJrXs@ z3S{u#gaAms1$+ViZ>0J$Fq{&=zoRKVmPj6zmW12yB3mR{yCTuE6$DcXQWtFT1<=Ok z;u*x$Hys_!n7nHB`Cre3;KII^xl21Gusa%{ea^t?V8nQSKH&FHS=onsZYQ<--vJXU zB27*P_&#f^8Dgh)LH#uJXaPz4sA}$ zgVayvi`X8xCms}Q>mM^5mGYa9*shertA0-|-N&zP&br*{C`16_&}@Bv9!SOwyZZ0A z<>aO!(J#r9^$8{ji<19MB$92dla>!VmcgJFLf-@lE>zD`D9behP~Siy+H|DozNE*I z*^ZI+6cu3fHoTj;5)uQ4VA=Q2L1iXCQyUJHpL)go42Ew?3Z6eyYTfRPp=7s&WUk`5bJk~zsQuwMcaV9K>>A>#fAKraUf0P0Euxi15;E7MGMocfWVcz91#&DgaZH&0gf9j ztp@CeFh7>t#)q*^7hhr~j07#Ye(e2a_xg0e zC?$a?3E|Lmsf$7h(~?%4k&zvi9B<)9gR-LnW^!{Id^Yu7&y|+Got=0Sg?hH;z4`gi zXA<`-tB!!_x3q_QozHdetxD??yvEK#Hs4k#_sg>BnW}~5+nv=vLZ>7J3!+7VfSFo} zxBMkwBcT$puNCst=$5tnnQ~W;9-JIjK#k_Zr;Jx>GAFzGL-W_-AC|tCX16=t8R*Q; zF&EFN_N~EG_J0x4^&p0018uPY66v$#<+i%f9gFijg8BlQA>mtTVt>Vo9r_X_DZTeeWfon#(ogeWShO%Qx|FCA!#l ziAtg(nw>U(Ad(H6sgsol;EBxJ*T1Aw|M^`|YGRaHb7nl)e)rcaKG3msjZ*JlUSb-{ zDQ2M+qp)~#9F=|LTLy2$xp<)5>eq~nEV`mx28Wjd8#NM~fWMUZfWD4jW($tnuWNT7 z#K^K_j(9^yhqfM)pRO35|K1AUM@CoArK~5U-M1BK6b8&8^8ficys~*nCJ{{JnM0M1_5VC%2LBIYU_s71cE{S; zmnq5c!s`E7;L0Hph9AhtMFz)A#|Gq-0AS`_m4Fek@IfYQp@jW=b;afIn zr5fJdG$|cA`C~GqlQ83WBI=v8t78J!IBom>rM#K?6`LcU-m@ntO)~IJ$N*9r3!+AZ zejEi$ptn!;4x)@!{u%~y05pU?ui?| zd}}inC}Hnp88})2>$erYt%U%f8&=iup+uD^)g4UGUT znpbhal>Yrn5{AK_zKMNnYp!c1*JxG;e-1bX6E<%gkap7<7e@}`HqX9d4+uvQ_ngDu zsZdgSp+|9_hmVK(VRwg}1ZMs` zlsV7U@O@3S%StsNS=_zZT`J3UI_TKg>NquPwpTO{KG9%LexXjtjOsVS%&Q}oRBP*u z2{YtrqQg1p`mva4s%%v_YzkMv9sQS6PAAO=KFWeU@beM<&HMGn&n86^LTmfwo00)T zY&?4r>A~3M$@sd`!;M1a%$^V2=e2KkXR!I3IGD%eih^P0pUc8 zvH4C|!dWI>o1^e^2)v0S3cZ{-SbQ`*q4y^>aO;0z`YcNm1tH@c!H0VQKpy zu`{0OMKnpZWyppYA{nirGOa`(VvYxBDE)0#hN&je!dmm5znzh&H$K8_&Rfi2; zH2*Nou8PIP;EGUM(UO@dv|lx57HmjrSW|As2PBR0sHLa(2S;K6Yu#!!ka`2SCw8P> zanXGmjI>q&xfH2G{`@w4D-5|=$+|c=yx-oAV))V<`|7*Z-{bo2A3s16mLyU&=zT;r zq6}>>&Y@cjSOZHSMo?@NG*AkH8Wbpl!5N!MP@|Sxq0l>wDGdM!r3^24i{wJL4iy%n zBa2f=t$PR>`Y8`^TK?w_SnmCJyc)A=!}0mH`+SlZX;Y)b|K;=RyhH#XpuOsQ8l+-^ zKQnw#!zAHS>tF95ju<;GJS*1X(lgdBcXbyTOa1Ge+n>qhC4(KJW;Y25eC7T^Kv<%+#2jf_?c7wQ^YjsI4rh$)6sk{}aNCKv=w6Y9d`6^3z zXBo8Ojd{Ogx!DqwovfT=nxqlj6iLccWXrB2E0br$tYr{5loF<`o6?VANJ>n?#omb| zCgjJG^vmc=GG8$j!}Dp2XJzsFYl6*mGF6b@31%T>=+ zqTVtp%I|w0zUiSGhaLv$P6>gbL%Kl_7*M1e0qGpNJEdDfK)Op>Qji9b7AfgxKHuMe zt>>(@U)=Lz;>_9SoPF)Rugj=*{;zeen(P@V4nC#2!Z$v}W3j2b&ou%B)5!aHcj8+G zd-_l`WCAZKk?-K#u4^3^BM7ZkYp0owvT z-9MS<52Oy?--p+oN~3u{jKxs`9h@$cP!87j^gNGM{3{`ikCX zjgt0%4nktZ;!K$#SMbq2@F`C<(rsa9_-z81R<18PI838qZB<@WrrsPB?pAyeFrOkK{P>gWaj*yEIWv6PFvxnkTu@lK68QjN5D8h7 zxlpZm%^SfQ^s4zoRHpTQ79Z6uhiBWYQd(QTs%4DLtrC8IeNz zojw-pLFTe;??RvS22c=&lDlK(B9$4wr4V&%HK_jSbYv}qFBCRRQF8;3zTwOSj3 zyd89rjuEzuXm?{rv(>~Sb`BHq3ARU$UWQIu`Jp1Y2YP(If680B-zB`oz^*^FR_8g~ ztDnaJ0`V)iGVb>+S@J$-q5*#bRVIVp@23Kb`CWta1$(0>|}N zj&1#aC58*{JH%$?bI%TPRV&&@UeAl3{~U@dFPEFFC6sGiNhbxW61LYLEm$kVD=kuU zNcyQTa3GdZPzoLVqUs<}C917f|C=FOzHd!SAFM-=M5Z`}tcdyaCF^uYBYZicbr3w* z9ZwHMK2^KNYNRVwUz2FA*EV>mL^Tc;mG+a{xCq+$YvOw}LY4I4H%@t=%*_YGnWr=T zMKw<@#YLt{Ok@9vs7QGErx`unIbL!;E`2!%C;lZAATBRwf4%$Z4RGc5xpfc~P)3`) zTj^3lIybDxYg$?aIg7xN=VSY;{HJ>Q7W9`&RfQiq|dsBXTD-|B(~fhl-%r#@|RB$r;6by98*l0 zcmcf<5i{|NlIQYj)IF67O*a(4Qqgm@XIOF*7cwgJixTl_AR)-e1|eUesHr6 z^#nY;_H{XP9NQ5AW6z*&AvAavhCvoyU20WjffF`Re7(@0g`w%H$*+;H67LOZFf#I! z!I1NavTAH_!iqtOFi~P@H{4DLskc{=9>C<@O-BlF#S}#Gp?Y#{jOZo(5RAn;2CzjRFNismv>`)TDY*Cm4~~MFqn4kyXSc{ z-SEPSt?AdK&s&#n-vHm?egggv&U7N{1Y@m=&8YaEnZmENj8G^>cD$wRNmxCTPAdw$5%yD>I zhr}nzaVkD#^o8>JNoB{V_b>9JcN34euOAwz&1o1dV=nc1?n*8kFOx6N<_yl+4e4Ls zNj*MuP`lLd&p+`pmExdH7E?cGVwU_A_vV2FLl7~`tnfaIi6hfK`^9r%H(DmUpVMHt zrGC*2$EA|CVWo`@EgJ^7Nw+4D_ai;heHp2R6O@_>yj|jVL{h>IGk5>Sr9|&GWQdOv zuuin20leZc>jLfd>lz1E!+y^8QG|?KIo(onQ6n962yQIVQxlcZ zY5JQGjxfM}_0V*+Q=VZ!3}P-c9Tf1#ldJJ^*)X(bXOC)N40EQXjvJiV7I}4kiA%YH zzM4DXlQq;6`3=Db&$r~VL>BO{RaTZ;h%IrI8dn#x8d{)}llQpSQ5S}@6(9;wg^PbI zb;a|^>yjaxThW>_ERjWi8HItt!9nx9wAF?ShI2#;#6s1?o{V zQTfu0Z<^aKuUtwfOzLkoZVDK$o<+Bawzcz9JRlF&^wa$X|NYrdbIcPeA1;Wz5C1r< z_#HRS-|BdGu16E#G&3y7W;6@C)M8r0Cf#FO>bfW+KeP&FSubyoHT}-H<@G=BV7WZ* zv;Cb#{U)m;;<$it^W>yabmv;<74;gSWtkyP&06V6P=_nLH#Xs$eU}Ve!*CD?vD}9c}~3wjW;u@HD%^~ ztfHhS(Ld1C)}oH>t%slU-wqSb-Oe#M3vKd-bl|SV$7$08^g_}33htF%PljV@L(VTC zT=vrKpQZ0{zyuj8BqM#stVTu!Lkh)m#5B6fmqwX#OQo9UlYbwx((04ZS1jsKEWg&A zu(HR>K4@k-RhG)WoqYGP72CzZu)0KB%>S#_!_>rwyW}9P#uQWBT=GiJDEvg74z8pP z&Z={+>#}X;POm-LkIl@Z_J|_6{A~xJRb!|1vh|9N$V)9PkCoZY#dk?f>8|JdL))XL zg>BDfFDfi&Gnfw#pR>Fr7;V``M;l<3%KfsepT)rDGU2tK8HkEmmITSP!b1hDl9=3V zcaT7Al(Jfu#tS;Zv0uze{+4_L82X#mX|z-fq|wu&)mm&nX@S5*+Jg6qo(oS->pWj1 z=L-1OZ|C>oi2y*mvY|EcmQq<4xQj?%U6iZcQ+H;Ora!wIPQ)vnt7(L3XItLFqH{WMnmD2fN7-3eu5z=oldm(vwImXPxlj}op z__QL;-VttA?2J>YgHmuJLF&e%#=s#$I4IG}kV8hMh(Q2p5{o;Ky~cxlLdQ6K70K5B zsVtuX*-^;G9$1dwAH|^0%cn~uo3$iJj1y(!@&#;*DC8>3PAdjH(drBIb-=P}S}@`! z5s@Y+MK#1wi}aHyCl_O7`2@O-9C<|-Bj;~xD|1m0fF;*c{QEbgG7vD2K>yG0s--i?vmM;5^Utc(p=P zqtL4J{@*X+G3*yF-hD{^yu|GQmmGf|SUfHeusJ~|b7T=F+q8YO_|Xwt%00?xya_!$ zGwQbuyK82#ov_OGy#00S+il~hnof=Mq~mQ`O+k*y|MV9uCkp!Srt7oo$%%;rmUP=> zN9B8dKK#ObN^<_|+F2}pb)8H7 zz(;*M@Q6*rWe-VW(R?SKstJjBmN+awO3k zR`h9JY*-lz)OsM$1+p{1TgcBhT9AwvycNVZ zifsJ0B$)-!NRe}o0$?7o-Y{VSfC4&ZiS^q)K_q~bfq<0cp!w@<675kZu|rU4mj(|R z@P}Bnc0$1PmE}M5t3Fb{aP55m=DFV5b77CQq0Jj-<%Gpc-#Vjb4^P{2m2vD0pg`^U zkWUF|=)~A6**td0T-v8{RVsV{CPJIQ9ukJ!aN%H--|9r0bSVF?I%fI*hpsq~-;9QO zZi)hlQz;`&18IfnnQ5toWpy>BxU@cE`hAalI?EYnKb{IKPE; zqX98bxh96DiB> zW++-JRc2F{3R#Y>g?r_C{@j^}V_g%&rxm}S@uP}om1n*TKH8p2w&KgTP=R94@$0*f z^zDP}VKXu@357E6Di5>L8aRxqnkF_9ILh&>Y_t^7kZ3~b&XMdOuUa&lLge{?ogjx( z^*f6c$$33Su~kn+Ge>;-OPVM-z`jKL^1`8gtt!SKN-<5;R4&I?8_R3##902u5o z4Tqu<2qUHHSOF*;`rkAFf(DPrxAZ6e%NOZiudcGLjmyMPE?7{2hd$r)<5SuX=|-m= zm#qm$Momon7=E?d=tY+AE+w$V-V1w!MV4OOe>5;1lZzKyz`MGe^C3R`#bx<9ZKab- zkzU(Bx(&+k!?gpfS*@Qej{ER0K<_~t{c}S-OU;ay7s}_LmG6G5we2}uQZ8HUeh2<~ zk+n%lfAZ*elM`99UnXbPB>~gPQQ&W4d=UN%`})lf5W~p_#aY_0& zIqa2k9gj3EaO#GY!U$!oIujcnRTvBpvyTK@4jnHs&`k!4*(1saj{yU+nB=SgLZ*z7 z8BPLXz(cCwjSjfS5Ni^VC%dcu-*QGFvP9rvBi9~~h>l^A6s#AA#*2y$sK?Bn&&(N- z%lCpU=X~hPA`h%2$5QCaK2RqPKb;wyEuU>v$dX4n1^D=vu}6C{R5VUT_JTEq z5ue!GeGGWo9;>;IZGx-iIcQvOmkaH!->h)06|c5&%NVmzDk&-wWq^E2!rhe`QrJnK zHzGaVCBi8K6M)~kn1KRt>p~XP3lug1;15t=lWF|4uYRm9t$IOem&a`? zg<0G5F^k266;uK3XS*>nX5ADI1X)cvR#0t?Xg>s0{66}5+v*?dbN#Jy;4^t3ZA!N! z7-Glyhl5BYfAlDCn{B6N>dc6zKp>0IR`5a$8;4b7bH`VUaUjybgPA66Z}C1XZ|H1Ht|fr*81 z0AuNr!PJoFGjbs4>24^Wz65wpc}B6ELdMoD7cz&={P`=G9cm)x4s2@irg>WadFC_V zlX~SGyzCcYb$qebyRjwi5RLzrm)qtU9mgB0vhU~ir5ABx%jpx{0af9qk}Dzjf{X92 zgTDCd1aY4vFLjjSfNb4^YTC7v=#ncoE)|1$lqLzZk*BqaYU3?&WNaJrKc6PGUeQ?5 zm-lqLCGQp`uGiaIGlI`aV=HS$f8!eQhiOJt@`U3zxCkv` zqPsc&se;b*i{-ah`HclQ1h=8Bz*g8N(RknC4zott`DS3jw~t==uG366v8+1P)D9;Y(z`=tb^T{JqHK|q_SdgFONlCe2^Sj?AD8W1`Pes~9i=mkbUceCh11f4kbnI6^lzCN z_S?Y!Rsa!4r4<|H^yb$iqz}OYC8JQ~r^Ll#`oDy_y&EI0YF%Q+ng_B3DY+k3Q zh(8`jHOH4`-L=+JPkf%#e~$6pBhxcm_xrpy#qT(X zxrD6up)Goro;&CNTC?FG2(*AbqZD3gh^MzOY?v6zVEy*6^0d=QZ{z^qMPbN)yo?=g z2b4!yz~RVNH)BoNYD`Ak`YdMlQawE4>=2AOEgIrkqFI@J;limOIsI~~USJ}kLTPjR zr2}MmTK>N+^dlCcE8xP;BbF3jh^?aq+W05B$)%-0-zMSrJNiXSp-JyU&jhsCp)kej zseJLV*4DKAVw=nH8)iNc4{^CS(+y8$@nlt4ZA}$|EA0jh)fwli#(^Geq`{hseTCP7 zE4F26ao@^_CC6r7q>XCozENAZJX?1dsZ!^uDIUv9Y1Dp`VX!zJf|}%XcEvMLz((ly z;9n9AD5Q>JX5#3XR#;U2krJJ%F+TM^Xn*&osp#HeHjFc>w7qvvT1t{e;?Gm!K$mc@ zaA~TVq!o9|*7mLN;GZ|MH)XVYXJ#{bY0>$&CIX!Fq}49gS`02%%on9vT03udwb(V} zq~u?_@GQ(enI>bFsm1kcHY>At-cy|p#%Sl_`+6DYXLf!rs4}~9pVl{^`F4!EC#|>D zTMlwF1jmQsC3e8nr?I?yi?6W1*Ss3Q@bBntNm~1ql=dP2?jzS_X=RcS5f&^@u1Egys|^^z^v1(<%j{Cyf>p>lTobsg~$uqVw{V znyWIPB!W?pJ`jj3Mt&ZtjECqEAwpp^ANk!^BI;i{eCJc{BfgUSINl_*Iz74WdYR)d z+uU|%gA|n-wiC5}Y&DMfc=OLWTX^s4L*unZ(%`1oYUkAA)WUJ!zo(zqQ0(;bTSC9o zJdK)lWeT+^2KI}9R;O^U_w@6Yww9j^czPfp*!(;(x+!f9J0*G`=(!PLF~K1^Ch!H) z+=G_@1^?%)0F0lH>^Evmz58B_P$+6inFpuP(ki@NwyPNp?l)k6(!`mMGF5H{}iuZ=l+ss4~?lTMKoIyrlCIXaJCpS(VkQnTtFbITsq z8k>I~@G#j}z88=gdd-D_-w)T}BaXH(K7#fU084KbdTr%VAX}7+_GH!@FHLG36b(8% zM7NmKkTn-{u41lPe969}=N3G4U380f#|NbwB<_4*;J=0*OLROiBRVFs6%YXq+|Ya= zkJTrhrnjnpiHq#uql}1g<9vBu7G169uIzen*WbcZIeII^CXK(?m< zuy1m&`f`XKC0q8TsVDq`Qj^nNW&5$}_tRXL&*>WJmoJ%P)RS&oUg1aF!;d)2=k=`l zZJL5Kv^BzYR20$kD4LBhmPT|{YGQ!Z;QcJ!p60)Yr+1oc zxWom~ZN|R~CDQyTP!Ze>bmrdsvMXcp%K2p+Ym`%JH7$GI;`wc-4FcsB#EavnOm{?< z_1J)UYHOh_7Aml|c5?B^ZEZ=-F-J*-?*LN_@pOz4o4c=c0An*QOYy?DC;VK+E3dHq zb9Iq26$Y83P{L~ENa+${@T=#&q2^G$UXj4wEnZd%!WZYa569WxQ`URs`{U3tl>nNW zDCXn+1s_aX8jbo3x7hb=Sr|;|)bUTYH~YJr5gA?iD;-qlf~q_clFbi7uXd>Cm&P7C z{bL_JD?<$iBYC8?hTFDTf(|o+C0l zbMV=~j6y61iK17lR1Tj&M-4BuIM{hL(t}KB_z$Q*OGmA^AsY zZWW&buAkNy>t9mS?Z$qyVecO{d3HT}xLcBW`_+Y)R&$U}S53335?vafS~vvYMCgp< zf0h#b@~7UpTlSxt$w7)br?}58Rnr-IdfV$+GSQ_Lc6vhh5;>uNgYZ{Vn=g8h7XoQU zWlRiGRXIydN~d=K`R01z z8V9?tD`J+d*H-Oz!%wH)WX@UF1ryoox{0WjF}EwEZO(N-cjNcvZCYmKIaDA z`dTkqd{^gi#~W0t9)_5l<6d}I{wHCkCk_*DIF};ZxS`C zZnmxGo3j<-lk=ztm)1mrDxsyhZ;^5_;DW1$(uv;iK7h4;PSTlP;9Bn~G?@nLg-4K>dz4a&IVTna1QZo<24DeE!$c5tW>oZu{!Mc-1{qeV(Gpc6 z(1;RB2lJ^U+N&*$^Q?|LJesg)s-L@-qd0L@qV)sl74EN9tHaHygqura4Lyjf;g(HJ z$li9SezQ4w^!yjC*&ecfW5YSJe%)-nL0cDRyxGW2GF%bkoTX#oek-&cFDMQf4~@{c zJHGovC);qWz#q6~5-?bC$txWpYyJ{O6beX#$%y`VkzoMP9yv}FOjf`vG;r&W2w4y# z?+yYTeT32#2Alpbx&D8E1?>3$BE0(zAqh_8s~JbY40$;csklK}D$+cVCW17&0p|P* zPVEhm=%tzT^ZEERd9a1jr9wVSrcD%3Lyqsg$w6PYI;TC!;}H?E_C8yp1- z;bq%YQc(zTQIzRpy%HnOMsf-1&hy%+FOa-5I+E-Li#H7<4aVz%jer$VA#sQt6wA;+fC!Utn;4ZsUXzn}un;eS z6k?04p<6zf8OG_rI-}`BC5*T*}%$5 z{;ie^gKXUr&QiIlD)sAXir4KlOws-qYjkp+q~l*`P` zFl<7bEy>yUi{S@)rEtcdp<>ae{?fH;*vj4^_S!tzL zDzef*aSB+>h^&_sgkG2jDH43vicewTbG5$xBVm}qoHb{2{k=s()SJV90&n%C%v@IB z*TZYI9+-P3PZ1w-zWQyVT=oU#owqs6c?+5vM!#I-`ElGFEy7wcx??kiN>mlpu$Us~ z;P|CQ2Gy7b4+TnxMXE`&Cl@0C$D@Qe2S!BFKvLu-v^Kcb-|Sv(cvC#PR#7SZYnFN6 z;S^6Q^%;4x@82NOLJbmI@hFm9cnQqSQDgeewV<*Pk~$I2G>8jAgnVkohq%znTND&Z zKyp3X=43&{sNo=sKVUrKp=~60#s-8l zhGgT{IupSXUa~Ld#Pn|}T z@wvGi9+47zZ!sKoHnXP~z?k7B1+h=FJ_mA9ba804erH5w;xUH>2f|<$5S%`D)$hMS zD5-rA-Y|s{M!D&X9ucgezyv;+Ivyy|O(qT<78pa!2bFn_io_d6L|Hasz`RyUF(Qmx zpaDuE7O472AOq3fKqSL-_ThM?Mu>PQC zWAieehehU)QT9C9yvx*mG#o`)u@YfddMsQ|z~Q7G>m#PO8)s6aI{;pHud=VvyHr-g zum!_a9gp*7lNn)JvS2OZCLI0f!9oflS~AT6T?{^tDo8=pimZOE3$C1F5bVP%{js}$ z)`o-YcQncvQr9YO?35SFm`3B@#?y7EGiZ!EcKnUf!JoA|9z{br zz+*AztY%S2#Mk&r-D@8X{W!FLPLfVU;w?=hQbkDZ8!FB#9Cq*0U<+;Nh9_#kZ7W+d~RU=NM6U}Qp| zE2dwnrtk+=&0$=`^Y=NSANkx#I%jFA{bcAH^x2+~;OcKVYw#( zlc5qw;<$*VmN>SENo#{%Fbk5`2h;f8qhFv)77~$%kG_(gA_0|-MV52U4J~B#SuKMr zl67%%-ATCzWH19i>z4nD7#8KfXd(lKLv%I7)EAj`eraB_m}4zUaaMf zlPtdASX>NMsnFJ#OL>khAK`Im)u@ZIfP)_b4%Dw=dQb|ERAxsm1ORxX>im4Za|pfL za%LF{pI2DFqxnIg;%r43G0@kOPC!?gq5>;_|JnHM!}m9O#BXwzMJjfrx*Qv)Dz*A+ zwEcHVvhObnU(3FemPV{W{fWlzew zGmt*t)RU7ZZT^ub9tfTPzIsADQI{4L7$L`$&Y`wRrjRyP$Osi-g zEs&KJQH}_ik(*}H(&EMEfHxV*W68>wY-HbSJ+=-{+B+>D!RuewEvqWbY0f%-VTBh^ zkdxs>8}|~;_Etyk3#$?aWq=T{Zhc}>47c0rd82RQR|=eVc$zS+w8WW@yv(L+WKHGe ztPplgq2Q^BmLr2YJYEcc|BCoT{3AUzI?$jM#Io9AFUAR< zi$*aHYo0`p^2gRg^_PbycuHp=JuLh;FH0nzrKYf?kK&~yMh^?-H|y%%KKawdoKG~@ zUA_^^{TWtnSE@KIc62In|7-4Cp3$YvfEXy67c~4dGfqsz!WM(Z0tX;k5G>`4=S<|9 zlo{V3#6uZwlSo(<3BvNTYZB!a&t?cF1@nfDVh1v?LtP2*A_XQd9;ylIbM&J8_Q5PW zpfIGO3xMR{P)7tR$$>(vf%$JX8Oquc@98#xzGjfvDC8xW>i?$8Ns_>OCpB_UPn zA7`}4Sn5{iuB~0}u(!~^<%tTmNkWjIL;-6G#@vi7n;7YRWvh}rTeWP#nkp}Py@o`R zDYmaFI;k*zHfkyiQ1#s6e2Pz4^u{M8=zl0I5{DI=Q18GbLwel9(#m*F^zQ(%+8}m| zKSH;8w>#(jg{Nx-hXdw+2mqjRH?SB-^rR;i^E`oG@?8Gd=kRvm?DH)V<7o+gj-;vC zxQ^`R`#0FYAJX@W*owBfo^92bO&=MM%mn`T+I9=vZYSj)`Y-6J)C+1EI1qu$+LZeE`LJ*97POr%twfdrBRC14j#6mn!}BF!1DC-6tSREe{O z!p;?ICfW+SZi>NN6NMMwgFd>AUn&lOf*`Co!64h^8W7zK+I|?W8e^E^#J4#?h zQ#^r3XSYU2m;Y1Uzh>fpO+KFAb2a84ttDqVR*)E8zc^0rpJ4o%%hoF@#=_sMh4$~* zUc1~GWICnyCO5AU)s-}KANJI|rdB0fZIJzt$G-;?7cls%9dO2bcXs`0mxq|`(|Wf% zBXd`w85W|YS(VTC_KexdXX?9SCsuSinAODopWk)IV+m7+zfRl8pNG?jG_oR|$ACoq z&v#h5GwI5i%o>TNR*J4yvLj8$_fqNk*)L!_%DF|q^t<@EOHI^|v*QQOn>mgiV~X&0 z172O9`El6n1YD+x5V?J;KS1;5+30VKm}F5+wP2Ta24|Nmy~htvhg>pis!H8N8yv;L8xij4VeddM^D58mx}Qs!+*-dtg2Z zs;UVfULsZIQkw!BW^B5l{f2Vx7$Hbm$;l9UDc}hWeMuHe2PiLyKHrk55nhMhFc@*= zh%h^cr?P9Y0lSi{F~0!RknDp^6m%59%Zt2nB54w5VC3ez!1=byph8R5rn^&(Tti%p z?o36yZ_D1@x1UnG{P}C0-Cg}$bx}10k+fA6F-I#(;#G1OCW(-QgJ2Mlk*QZfq6|s} z63DcZFnc(GjX#~;v}q)jRPgY$Pqu>9Gvvk+msIcOgo;pYwmxDq9kOdQTm1kYN``hpk<+oj<*w`QUhbK^Fhn zl?Ed*7)hcEg;TM*CcDZ8UW`0N%=_RU_T~F7Pi#1Qm@MHCVU#0^kZg5@Qm&`6sbTHx zlu}eG60J#|2L*5GCa0k?vnZ|>GpP=0*9_6gDIcYNmZOwr8$R67)0i7$mv3Vh1QcSC z3Q3v)bTB4go{!`}lGW^<`ZGa@T_wVDP5WnS6}2F&2GD%#Uw|^w^-$$_<5K0xq$#J{ zV}l=tNelr+m)rv&WWZ!z?PTjEkzihVGHkajB+^N{NkL{L=+&rR$JI*$(rp3Eu zbTm40$@yrLX+vGU{v&f9YfzpeTjH-zR5zU_Q>BqcN$t?V3B6?C)EBdJ62bOs^)d&1 z!iS=JHdxDa+W0(Q`+n9}+m+?B2PAEGvrGTzi?3Avndj6lW6pKyc*k_-U!ShS213+a z)qAaArO%Upgz}c=8;|jAS2HJ>-%y~oe?%H;vlJ9WW0_bI>3 z1`-8sx3kKD>oQfsa4v#YRy70P&AVFVTVFio6y2`Iw)*)YqVH;qdMY=knLOV^9ydBk z42G?p+YCMgXfDz$;I4CtA7kBR%ir{!Jfa7%U)MSo-BH87UavHvw3u-$<4-Q#!eWRZ z>!1tsSEM=zN*wq7&7B4LtCV+<-BX>6P4Qw&)uGNIa zuU^n5n2P=(jGDEevD%xPG)tR^#^U=Xb3&U!GfGGfw|H{$7mZwRu&Kv?Gx;C>TadzDMn&)cz21N;0f7ujIlDVliKx3)ECi8X zNE%|s|L%=%-r&vBYEijK!H3j8{a`mX83FObq}vIyQGu75=z3lDTb4*{gJ^>LR(>2b8@Uc9OX$|`j7WBV ziw>hqJx$$lU1t7~ zSG7Isz0E>Lfeo@C+l~_rSsdur!9MD z2Hj%ma*}5@v-gfwHC%*cPO@DJI&7}tm?pO-d#$U%oxW||e8^FU3#B^Z7#NBayhKeT zPE?TlBv{Bhf(UMR>RiP@uAwDZaWU(gXQtJI=lPfGq^yC-BCH1&I9Y5$l??@@_xQ3{>WM&z!(UO0#0X^*hUwfD^x#u4`G3&b9Mhp*DWfJ=i{d&XlNm{l;1%ds{wMv7RGiO3x8okOlI}S^pen-!H7Fr}w{=4-nLLjIk-LHW)uw zv!z*TdeCQ_AD}>6<@@{j`Dt`4&8fnVuWd}j2^IgU)&0FFn?f zTsFpszPqgf@FTtrp*wYz(Xp0)jD2euYpa|lf+kK@ekTs{Mwtc6(O0r_i?tOTdw$hF z@2yq$^v8V+T5a0Xc|vSh)D2F)&vf1;x>%a!pMG8Z`&03BzS?|L;@R8!1o3C84~NV1 zZ`^fFPR*59=Vrl`9!8{^(8aJw+gwJ7vvvB6sFA~;dmOjW_UjkrQWuFQ<7O(H{mqZ= zB1d`2uPoPsQT*SQItUDZpk9#JDAgc)dc`u2k?H5r>Ntt|!&fSA>xt{BeZTeh>IPy2Sl_Fr43ap@is(QedU!lF3x_=N8Vl+s|*uN zLzPZIS5AOI?NI`WJ21^5uK!j8>@^L2;u26$h>3}hk{_5R3D#%*C$B6%L>*4NyQS@Z zcU;wFYL=vJxN>-( zMP(B--49T7`H#Kn|9VzHs||P3$8AiI4UZc+H5oe#XwFYcv1-!0+c)ESmaFm~oM;ly zi&kD0%Zijk%;9=fk>FndlKBa(R~-n%Hh|3?mdBTFpIkVM@UzN9$Ex%niDj)gJuBD$ zvAaI!s>R~T7t}XRK$GB}gtCpGA(pPoML>u_j-c#qJ}=ag`QT#T^wTNU>tiY9BO4_g#B5GKH;?`b7`O&!JO9$V1`#7^-dN+DoL6q&$O6vBLLO0<* zBGrpZ7oQ*Q&Q`~VTKbMYw-a=aM@{65LuZyFR*<&Mi$S45i7Glo# z-cAyJ%;XjP`8WTl4BDUU6XP!djtD2>TPEH9Yo+Tsu&lS+mwWdUZM(PgU!p9w=5|UY z)8y$CDg{E_L$`ZmWK*7f-I$1zf zg&VBXi`48^!3^0?6z{$$3{DxGHcZzpbjTeFs4oaJ%Np$v&3HKWb7FbuFoj?Op)xCv zA6T`XA`3(~`f$QdSWZt^Cd{7648}M}0E%>hZ8b?tHuK9OQ4Vio_~o*xCCSONb@XWF ztu(RFd;8DA^IGh@D}+^GU%PHO81l8!kb z{C$|^ma!F;MnX=|TT;$43ja?^da0h*r^t3uiv%(y+IsIrwON`ym6H(cU&YA#uW)*Q z)5DK@eG9fe90$6?YuWH~imhT$RsC%t|MsrrPr55;x~W$sl69OO<;pk zdqU`EoV8Cb-Q&gmieI1K!y8&%nT?pX_ct@c zIKG05XB~IB1Li_w&xfc(J|-$F;k-0y4Psae@Be4UD1yP=ZVsLCB(c@DBY z-}9XfK0oeKJMidCmD8BHqx><<94GwRm;bd}yp*%~*(l8qiLMk5n4vKtk&9DIS6oY+ z@%^J$1AVIlLEd#VwTeVnJtw_sv%g8#^>KCaV5EnsNP8`lF+U!4l!YzS<$bQUZ+4yy zGCijS6ljP4WNg0m*pJuy;ij(~a+Ed|?v(l1b{ zssQH~tN8JkS!3p{(?x>lrDOdnRN#wxrj2zCDT+>fC%${do6)J%zs}~)O8-*p_R;>` zB!6>n7>B}#+B7L=n&{QO=P$3ee-2qMEZUA$N>PFP4};KbZGGX%v; z*LkTL9{y&4O04QR#x>HD(-9%7gxw$Uxc0PC0nv_Bso>zk*CClSUub&*?1bLBvF*=Q zOtcL}+SFn9*VS}&%x`5rg42lm7uMcXHmaCAK-p>4I{`utm=mG4Yk~ch-jLB>K zoYns(`VW4T6>fZ?R}Q39oyZm?^gM~;qi`RQ3;>KZVxI>@J!Ph7ec?b^_C87q9Ub-$ zn)b~e-U8guzSBWGgHGuHh%3b|mD^5+wCMY)9EUQu0ke7d?fzo-!=LWZ5fSHt2D1Lm z>T=HJrf0h3{knXEyn>!F*T+%T$X#SSH6)3Dc#jh|kufGkn*c;HXja2xJm2^GF)GH< zkgFW02wj#~$H9KrSO_N(1uF18IK#XUnfR@C(&FQSXHd-6WrbI=1qNkc+LkS4IKj30 zj||LtIMXJceK-6r7+eZ>JK$w5h$HaS9dOJj9dtCd zkE3XcL?D~)^k@fy&5eO*s!|JMJaR>>GH7^_10ZB?$mdWx&pTjSZaBzoD?p>inZ}3W zg8ZFmRaq46$h0$Ywnb$TY69}ws?`#UNC})JV+p(X$X^TVU#&UvqlbI4j4v;%tfAeh z+vzg5r+U?##F}1odV5Fj_A_&v)sO35@{9*q*nL#~8pG1BcY}jTJHdsUevp#zpVG@q zZ$;v`A2i>VBP?6NydUjv;!hu1#HwNlj)#8O5FBPQD$X{GCn0aREzV&9dM^ePEA7d& zHsdc~Ra-=1GlOd*wTTY)N2A3E1seU3R}=6E7a9~8YjA^%8CBmWKNBi6fw;mT7q1wO zrjbnWTh6j6;|jx}L-I9OTknx)nj&cA1J|WrFG+UbJZ=iQ5ZKL20+d&{yF=Y>e|%`& z7JCQMhdlp2seKi{pJIyEiAc!RZ|4>$$y<;(ibgoOtp6nNS$5+-R#l%k;}I+;06zm4 z?fuTEZ30Pg6w@?VIv_cLdwtCaTdKx+t@36n-owjZ&(;dLKH&5n+lX=hq#+4$4OA$! z2(sG>08!^Tb+-BNtss6RuO3342~~vT1Qf@YCj{nuEK{+$ZFuEz2i|k?imJ8Bi{ERC zaMb&=bgam5&E}4=9U4w04X1|pLu>x(>sgQ35@yXc8-5>n^{(~o`M-SAp|w52Af6-+ zfgjYM&F7-9QH&_0xX}=zA|nTz4GT0x%MeSj^m8XJFo%COl#@b(O&e^FN0qp`sfAR!9jXOT1AkXH>Wx?7OHXVt^O~ z7Tci-Bz1v@=EN|%#0^lgprY38A3wHHxDp(G|KgUHp?HswC=9#*+ea$<|44FSB>zi+ z{SPzw52M$GrDp#}k~@a9R;1-3tpaIbUB)Kj82eITB=2*UH@l5ZSa3F_igZwqJ-RN; z6y!^_K?xOGCR=F|ttaU%QiN*{c$x!(uJnBj+PVc1Yh7GHX9kvG**(1PbIy5wr9IG8VSy?iJ9`$bM))?05dB#Yq)ws&l)(f?1TV!g z!9h9-5RhY>$P6YnAb>2hK;0J6t8zqosA}Ncr>&r<5z`|6HU?#W(ZTpUm{UnjG7N#t zATJNo%a&J4a{HN((?ciFRD=BjhE^0|9N|#mLYTbgWM(~Q+g!VQr|Y2V$){acyv*DHzTufIQ3p`Yxuh9cgLmK#F| zR)UhIHKp)^g3Wl*4 zSCA4fy&qnWeQU=~Fw=qim3a_~2f>G82}9-ZB+Dx1ddrYIVq#0QPGx2q^{+K&!h$A9 z2ehGN{1c=pC6^|lj6hSK0$jba|F%iWU})>dRqNSE1q-kF}a~<{ZL1UMg-fV?J+fa){wI+nhS3VcU>DRoCq^a^Nwp@P#x+4B9L*!$3_R#5rv^R6eY zd{!eq+0rt0iCGpfgAKl|{Orc5xcv#onAci;pZbb#Kv{zh2YRX#W)M*pG)3XZ z+ZL7MDMUr3)}ymMCH?DpqF}%W&bQtpT_UybYUid0|3wYB+;7HbWW+1^x7A^^4VRfh z9^2nOWutZEmqbJG$%g+VQc1hCVU_>t#X_0L?Gzy^;3~su)tkdIn1b$stszXL6m2=Q z`Yd}On@Tcs>&1#_Wey@4g=gFK2T@`%g!Lxy%Y!{*RKx*yiyUlJukM@2WP*~70AK3Y zf@GFdB@1c{L3>YP=3v!wK~=?V1fDpdvLX!8FXkqzI0+&th}dny?kRI$-3-5cycHt$ zgfB6oVp=5;k^j>Hd4T(^GT1*-%^hZ=H-jg=BAtZSUZu??PA_}4Ddmb&a2(h74U$$P zInm0BN@f1=lKwIu|B6p8Fu%oBgsE{9J|!%6lYhJPGuQan?7N!}2voPKEQ|VR*WG8h zK{tB@Uc+S)u)6;NWy3=dhAhOijf~CUTNN-+%LGA!+9i}{a9e7jkRwfp{w5<$LJYiF zN{v2b(YB^6hOj2LK@|jFZZ?=8PDFznrlY~935L#45rIgWeI#dwo`Lxx;Mua9%$_rE zScZs!0!T+kLmLG@L-7Xo$Q9B*h?~z;_TwU{#WO!|SQgK9MO9cN67`_SX2^$NMAq}L zo;Z7sjtV2f8Co4hP)DePgu`-+@&?|w;rAMgP;1X zB}&|k%5h@jLNf57ZcDLBD(N(Y8g;V)5Bamt_M2)|jvaepvsPZ&?5&=UY$M!Y6BHx|7KYz*svdrRVg`A9`1t)RU5~*_ z>Zvljjf^U{yDJ^$prWR+Q`_YO*Kam-`hUJI`4W=?$5x40lY5e>!jswZrGn!lEPKWQoTC9chbQ|p1 z8TJXbXjCB3H{ciC3o%oY?3xwJX2pb(^ik zikUv@Rf9HA!PO#nf&}HIWg60qVSl7PqDfKhWe&X4>6o3g>idyZG5yCidr0`?aDjyP zLps_KlK<*YN?NiMM)g2*3Gs5$tQxD&l;`H2ew@f@ffGNO=<)vU6GKeBimwDga;`aVw27?I z>_h{9h2(4Dw6{123pg87N|44U&%CG?6Kc>(j=8$>KS)7`NQR_K0wcZ)9O{v?H3z3w z7d7%an=d5{p(Mgk3uprpXEN~sNH$C;LN_pAEwsKc?ni1jAS)|5hzk30<5;Ijnrw9R z`@}tlmh=^j2|H_ETRkXro6!4cHu>V8dpPKwbQ0fAvJn>#MlFiPy;2FbFdmMWRaKGT zOj)GFiGn-o555i0ZJC`La^(gDa{p6SPkHX?GzF6?L(W})MF7Fy>`L32%9zw?2gF3;Q>=DQ5&_8GnV00tO-71gS>icj$Dq(fkXi zS~Ip;1{2vpqYUlCXUnuER{8fj#mM5cBBYu1g*Q(TIfivy)ko^m*$_O+#A*qJtvH|)R$YAV@5SXPX*AzOv- z@)oT;yv{G34XcSbFn}%L=;sJU20WK5rd6RTk*d6l4MnM1UjhxnBXMfkHQ$rBj6hJJ zyQpRjp3j$)Dfh17$Llo`5O#h=b{7U+NvYl4fxpneS)Wv?=ei}Sn^Xy8z3<?o8gLtQ zV~+;Zv@NMrX%}&MGFz?E$$YXmza$Frr3nP&;wkbs?`Qt_o2-)*vosWCE#7D$z?3fO44Z z!gBhUY3#vO%@!j;8LtO|@9d5(q&AsvDjm0vDa2`hhA}O|MMOyE0C0k1Qpn-RC{t>b zb#x3~8d1QlDPHE`+3k0{A7{%FUCgG>R~^*so_By1zb}`M( z`UZZRzFfCd-T`&FO5aYoVYxJlJ?Ps=TJLyydvdQGdN29?L!|tiVuUKu_xIz1FOc>C zIXA;cMJcQ}OLAQzH-H*$vKWLd4TQjtt|f`i3`Y{NOcU8&?nfy({K8mtNsENYI3EX-ng{NJ*kZcLBSa@ z(ca9>6_ph)Lheubx%Ne$Dt6VHOr*2obKBPpls;D{Q<(p&=61ZVNCiz5jX)GJjT(WA zOW1k-tVkJv_3>mi?fSJhnBdqIktRGM-t9w8=ukO13?lBDs)_-)aI;9&K>h1+-7W4i z3l5zb;>_pOI8QBiQS3Afy@4W;=LTf@n$X^PlIdEV&3>Nx^tZK0cz|=Zbs3_0tX3Y@ag|c6GD!T`WZl_BZL*)t5|oV}XY`9%JcT*R3&f>&WH6#S5NBw- z9ctN3x~$dq@(tt4S7x5_26wY!DG9Rtv=Vj=c6?CxdS^^yN(71(5jU* z9ga%y2xh;)tA4d)+AB^*_`-`E-=q^nVIvi8_Q&cM5Q?%ldRO=U#qT79B$2L~M~Ds* zvXU`@NT5zF6~?v7=WpYC74h+S!SiJF_u4dppplVesvViW1vqUy$G2!$Bb(>F?mr)_ z(2rE4D39H7gHSvX1vCrkN6zPq)HcMK7zW}qrmT|;m7L`{lY@EOqwEI&1(z&`Bt}w} zQTS8k%6f;C=iBpOs~bNW(TUlZ{89ln3DV7pYs#5+;2ygJ$7411yeItHr9UIt=bs~CoZ?->?e!XB>1 z`pXtsw`2nxI+=bgmRQv}zGWM#o8_T!DK_eIFyXQ+9>-47=oK&T9~BKIYRnxT1K=Cz zzq8S^w|8rhOEb#3b1N0YuXXs^R1^k1) zXQTTP(XLOtnEdXDoJ3J}j`Rk!ShOg79VA62%XKKumdOz8uHg@vzkL+~_D~UFYL<5b z+T{bNM%PvP0*4j$#@jDTU$P;CBMkI=92sOaTGu4iZxyDQaZ^hSEX&{2;DgD&)o)?? zUh*&3u@|9Lq=kq_g_u_vLqK3~Du3yl{vr}Cmzpj`=ogilrbI@RV&R2%7H1I}?mO8G z*5^^!VH`&6#bp2`dxho4oXmSfLf4_3&y&CUPdJD;)Pgj;V+8$yu)3BYT+WO&81h?U ziXo9sy{`XW3FwC8+4pWie09%{KZ{_b?enl;?Efek;9yj6XYiLTY<7B4^*7}WO;h9X zbI#zxwxu9d|CrdaHY3I40|Dr@x8RaCN zzlOdOA#vNiSE<_6H;4xR2zY-oV1(ae@2#_(^yg>d*0e{}sm;_IbayPi@w3eBz zcHOgv*mLshOYZoN@Y)llYbSsBQQkwP>MMf(PHCS!c42{c(C_ocFGt8SD~T z_q0^sLS+M+1Q~qJs1j$g*_j;lGk+U1ooRImI3L|o;yoar{Lwwe49@EAj4__+`}mm{ zT|J|wNX0P$gA0m-f2@ZgI>hyq#*bG|$I2mWTD}nbJTwV1lQx!kR2$5*B^0#{)~LkI z+~Lq@F+hdAbJ$T_Kc$9@zbrk7N-0MPa*=;MFQxj90+c_Zp)~Y>u~GqNe(O$q1df$V z4(AQh1y{U);O6d?tw5^4SS4D0q`u)`3@!I_xh;5-HwE{~`<>Uigh^EleXD~S z;|7_gagd{pzI(pF(#rSs#bg4>S6!t&;is0}Uvr)Ze#QcZ1xDq>*~9yeufyX`{v-dG z))}>T{P(z`Qvv1Z8<9Mn7`OMA@>%^QAJNE^y&?K<+xx$V$2Jn9=4&v)qzy!b)?MrOH9Bq#7H%)hwRpKj{$y>bqg zVU{kwu*Ow=X3=qfMQKE85+gfaHh_lU*k|w(sePOYfT`I=;cZ*Fic<@O?N}~FLq!7K zOK6)jl$8cY`54{86N$6oV@V)QEG0QoFxXmr2_<#I!Yv2>t*y1pxO}21(u^(+S^f4^ zY=N&MWpVr~AL}>)S^u?#!f!8}jQ#^FU&&RtPV*0xRi*~0kmU1$?4s~qd+t2w49Bv(Abn)&ERW0s@m4{;6t~X^#1%0 zKD*MML!seE%6~bIS|tq_MS9lP1IrMI^m~`MIPOsC4S}i54<4U}`R18zZ?i!9HNU1l zwaYEZT&BMde|THfkl)bqb)lj1ji}mt=hK4oV4gn3pRJ$lKVAJn;)Ue6tUj1-`0NG0_Aw5r`N@aqCdVyAtE=2O~DWWC{w#7bGR8 z4fFHv^I5_=n4aX4V+q!-&@QI8mG&*^?T!&1j_HgFrkI;Pod5Q%UUnoV&j_F>XW1!V zzctI_g55h(CtpKP`+JEj5&(3jwirEb7zRcfe}xzwiI9ezC#D>85cFRugWRt;G<`Hs zk?$gcb`U+sD80E*kMKEw{ggWQx0my)1uB)xip|NXWUs0YH*nFjD#E{Xfo}J~-W(Bs z-?>RZ0&Xdsj0CkBx)4r#l|Dxa85N9AJjQqp&qtD$w*K9E>o9;Z6o(ZHKbz7w?nmt& zR)^pOmsGqK!c=7i5fLY;a+k?y4F?kI>Ds0G)=+K zk{RoI?~j7{8tFx|uj+0pO?^&=_?;HaWdfh}wMQ3LVU7lI;dN49nv!IdBiE&3$BuO^XL>B}YGFbr{KtPZ=rq(iGe3cSIs z*&Bz_Zo^AwoDRggwjf;#dTA$#nZB;d3W3JkvnzMOzzG|ZR|A~^nhS@I#wp?pj({Ka z?e$Bz>gE21rA+Mo-Ll^>>A{Cy5hY=avZ{Dn->oi*SmRddsFYlvN9woazhq<}xjp9! z7>UiL-@P0Sq19255=5xxS2XKS+9Q}m6cY$x`!TqWyXSB6W{D9^a>Ro+`RGfHvNnNV zt&QJXgyt^4Wl%Adk0xPBcw>q&^i1A@6;)%HiE7^<+adH%ud00~tq9{;) z66de4CYiaGtXw1xW_%7ZxHA=AKdoE%_^Ip&a&VU2nG`F!llO|J*!SJ#_1Fhp2|VHb zd|^%hPp`v_=D;)08N-b5Nr=cGt_iVDpn_aHHYNYtT63H~cq?CHT~cp!#=etPn_HS3 zIjkwK^!{`5T&ShjCiqy!)E+wFoRT4sK)~WQL@2ctiU^Gea>%H}^fzu_ZQzy8FYI37 zjqe79iVS%e?vI!pUMAc-KFfaGY9-^!@@|T?BBLl;@%LVO9LR5TN`C4bI4aa@BGC|f>KF10cd$y|Hp`>-usld?Ik7OI=FU z<>rbv?^5|yO2Wy6ZxeLdTW)iO(aY?PFIxdg|seyhD&%{`&aw4}D=&j>RH;ruqUHmc+sU!#fL9(rtE zs?joyiZ#!Jd$~znb?dqB z0>Vu)u5lc#?jMdx35gHdUzEP~==Y^7p`xWZzosM1$K;@(`J;`Vs|7021yAZ9ges+a zSbsq&G1FJg=Ci|peLs8MT%}SxXGkHhy@wWx8UOiJBfIb)*OPXkcVk_BGiQ~qM}rOf zb$C0kCIfu=7J1emsh#iLq@;zqryjN=41F%n=_drb=r3(JY*r5LyA4a4+0ELUIA9#n zmJy5*mUnGM64V4D%0yKmjO5u!WJ6Hb^IC`R1vvwMPiTLo?UObeR4zc5-qM%~u?Cng zZBM8UX^qWyiO z35p!_Z2bvSfQdNYom2qnM^oK)3;UOdhX@M0gTD54W@m?!b_b-x+j6KnH#zzY+<-i~ z@54c=sG4#$%`>JjlOqEtc^`})4DIK`iymmih9fD%L6}FyDq{OvYn-P$(TXe{Be_5pVr4Y%nE&V3rk< zh*e~Xy}5m{(MkOo?{SDYbD!HOrq1<`}4Uo-_VIoa%i@ShjTLGtMSe1 z-yZrSlNNUJdj1+1vZgXDRzs^Mtaz@n5E`vF%3l?4P-R5)x*lE6QJ2q=pv-~jwd4Sy z@Td|udl`=wHvq`u|Hcu)UNX%qKd=9?cDL!0F!&FL53Dl#lM#$c1&9<>awIjUMSBAZ zcudY;C0&C&7lb^=XDoj1h6%)I(=xy!6r~8BFrYmPCuT-%+4OIeGGBM+5eoMN{+9G^ z&&(tI=YIfdpy=Tae`aIE-w&^+WGbc#u&Ia6@Ez7gbC5gYS8*f5{)y;o(#RbNk@sQp z<5g9V=`qkA8dOaPxe_XXfC?q1Y-W!5M=_lfpUSckjLx3F`3L_F2D*L~sx9iucbQ|w z_bI#sD`6|Lza#L%!^A2UBUM5vlY_9a`3NAVz!M8v1_dyK1s)ObVoH71J(U3~^5K)P ziTKKk_YFI|#aED^zg4t(Z{w;rZC-Sz!CHMbO#9zd?@idi4P!WJg zT+xgIo00YK!}XWs%*jO&90nZ`)SR4qG-U(uC6nq3w4$O#c22l3UiC0J0BBch8<&v}TLojY}F;Awd@5b6|daMg32@4f%<{<~F5XgX#h7P}3;{j1*MX$ODq418ob@h*;)w}^xQhw$p z+V?LA45EvT9K+^7v~;s!8|?5_<5}&hQ+P!bHQb1Z6pTV`b!G>nVjSw1^&$BD19g&O zQI^7_SbZ=PBEEEnGD~U{j2ldCfQ~|e@b!3F(h^Ud#^ME}OlJVR8JMs}AE_J!Ur%2? z@J>{_va7xlibtXo_^HXnk;m2{jJj-iQJ)TF84f)nk1ob8V>H03B0&)*ysJu=@zL@0 zG%5$ZG~G}k0`UPgUP9FfOEPPw+}7e86!46CBnS)0vk+Rdq=e4Dc+zxj=BMPD^vTx< zt)zlODcAzOdHDL1FTIRYNXU<)oZpYF13k=S12cmYeK~|OdP->Ju-kxi(!SS=DXlgn z^h4K?Mu~t0MhKe)C0Z~Hq?o`cg=N1fby-Q!)kjff6kU!t}*BctC2A(*PPuO+U2p z2Z-*I=hKKFkyllhm4m3ut4A?EFPGEClkY$0qeL_Kh!WigVWTqzE4Z=;1GHf(T8MHc zwl7JrKZsIR2Bvm_(GANStWJfgp@8AF#ka z6{E$8FSiuH*Tz*3&$N5{1Q6fB5(KgHrm&`4>2a zW>*Q00|!_>DtTC+c=EYS89_iM0}gH;#(;BJ332P&Xx{dZ!dNX^JWAk9(nwb zJSFK9LRmlz(ML>0NJPZIHV6tLu^W!0MDgsca)=5H@FyernZB|sl3MB~eqQQUrj40k zuAK`!1{(z-*gPPEbw+VdjD=(tF1Y1!%Y6qEZgCI`6<#)`m=1PvJA-(ae+Gk$(w%ylne6;j*rrXB~ zNa&qh+3t>Rz3$hch|Bs`iCW)s0JL7Ypfo+Y3fX}(@9*aqW=|0NddD5D=}`c{uw#!_ z5a#gT0WVtYxF*mbnwo*!z7J+T*z9F%h8Dq5ppPQCh^ON2cD6E8C>K|t&XqA*9#-l=V=Lx zvRI4+A<55;NHM@DkMF(|KBAch6uar{uBV#?m@Se3Cn!f3D`gkx1-`IL1T~|#i+r0Q zz?D`19iz(pTiKA1j0A(<$>95irPWx&xcBOC9YB1nsE>N@Ahyi2a+HTHVhMp>Ag^^X z6WH+`B!A_jhe%f61bXjY;3DBa)-d;8jce)vKLNf!Yj)kOC(rhbCD@nf13F+Y@OK}s z^W+%AH~}2gtCZ+VLdg{Mi6V?b`xJz6SmPglMecm?dS^tyAi^oKy5h(DO1aa0mgoD5 zb55iJ`jNnLc$^1X-!T@~!CqPQiL2k{-ZaC*jrhYK%$zQru77uNJ_m~>MA2H$^U-jB z2|kNkbF29mc_xPQGt3}q+(f3&Rm4NGMyoVj=+zUhTuh}4cFy7@>*@R^RT4tCbauKB z(HC_7&Oz3q35r;Tn*u$FgM9&6Y}W4t!I)QFA9CDT&G$2^Xkf7V=-ix81TuFc`7v_#SKmWIxdwnBdZ#YkNxP@tUMpVAX-Z2rs+7idY>0P{Tv)FCC9n6p(t16B6lfcK$s2c=Q|T^bbzsi+NDX>5b#l)>O$Jg~qf$|XYuUJ|TT%8(>qu5Co6uZ>p8f`b{NrdzL3=fIiS z? zGzKmY$>D~_{IgdSx66+@F1xIn3y(0utn3{cvRh}A&VM} zs3C|Nz7HmMa5TL$kJj)M5Rc3 z6k%e2&{a+E^x`&OVL|)@RZxhtKefRP=?}+b77;apjy�&i#ZX$z`Oe;k#` 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
    P`ex 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

    fj_x<%Ktz;a}B!t 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%0D}KFs$3?Me`LH4 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