grammar_cop 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.DS_Store +0 -0
- data/.gitignore +4 -0
- data/Gemfile +4 -0
- data/Rakefile +8 -0
- data/data/.DS_Store +0 -0
- data/data/Makefile +511 -0
- data/data/Makefile.am +4 -0
- data/data/Makefile.in +511 -0
- data/data/de/.DS_Store +0 -0
- data/data/de/4.0.affix +7 -0
- data/data/de/4.0.dict +474 -0
- data/data/de/Makefile +387 -0
- data/data/de/Makefile.am +9 -0
- data/data/de/Makefile.in +387 -0
- data/data/en/.DS_Store +0 -0
- data/data/en/4.0.affix +26 -0
- data/data/en/4.0.batch +1002 -0
- data/data/en/4.0.biolg.batch +411 -0
- data/data/en/4.0.constituent-knowledge +127 -0
- data/data/en/4.0.dict +8759 -0
- data/data/en/4.0.dict.m4 +6928 -0
- data/data/en/4.0.enwiki.batch +14 -0
- data/data/en/4.0.fixes.batch +2776 -0
- data/data/en/4.0.knowledge +306 -0
- data/data/en/4.0.regex +225 -0
- data/data/en/4.0.voa.batch +114 -0
- data/data/en/Makefile +554 -0
- data/data/en/Makefile.am +19 -0
- data/data/en/Makefile.in +554 -0
- data/data/en/README +173 -0
- data/data/en/tiny.dict +157 -0
- data/data/en/words/.DS_Store +0 -0
- data/data/en/words/Makefile +456 -0
- data/data/en/words/Makefile.am +78 -0
- data/data/en/words/Makefile.in +456 -0
- data/data/en/words/currency +205 -0
- data/data/en/words/currency.p +28 -0
- data/data/en/words/entities.given-bisex.sing +39 -0
- data/data/en/words/entities.given-female.sing +4141 -0
- data/data/en/words/entities.given-male.sing +1633 -0
- data/data/en/words/entities.locations.sing +68 -0
- data/data/en/words/entities.national.sing +253 -0
- data/data/en/words/entities.organizations.sing +7 -0
- data/data/en/words/entities.us-states.sing +11 -0
- data/data/en/words/units.1 +45 -0
- data/data/en/words/units.1.dot +4 -0
- data/data/en/words/units.3 +2 -0
- data/data/en/words/units.4 +5 -0
- data/data/en/words/units.4.dot +1 -0
- data/data/en/words/words-medical.adv.1 +1191 -0
- data/data/en/words/words-medical.prep.1 +67 -0
- data/data/en/words/words-medical.v.4.1 +2835 -0
- data/data/en/words/words-medical.v.4.2 +2848 -0
- data/data/en/words/words-medical.v.4.3 +3011 -0
- data/data/en/words/words-medical.v.4.4 +3036 -0
- data/data/en/words/words-medical.v.4.5 +3050 -0
- data/data/en/words/words.adj.1 +6794 -0
- data/data/en/words/words.adj.2 +638 -0
- data/data/en/words/words.adj.3 +667 -0
- data/data/en/words/words.adv.1 +1573 -0
- data/data/en/words/words.adv.2 +67 -0
- data/data/en/words/words.adv.3 +157 -0
- data/data/en/words/words.adv.4 +80 -0
- data/data/en/words/words.n.1 +11464 -0
- data/data/en/words/words.n.1.wiki +264 -0
- data/data/en/words/words.n.2.s +2017 -0
- data/data/en/words/words.n.2.s.biolg +1 -0
- data/data/en/words/words.n.2.s.wiki +298 -0
- data/data/en/words/words.n.2.x +65 -0
- data/data/en/words/words.n.2.x.wiki +10 -0
- data/data/en/words/words.n.3 +5717 -0
- data/data/en/words/words.n.t +23 -0
- data/data/en/words/words.v.1.1 +1038 -0
- data/data/en/words/words.v.1.2 +1043 -0
- data/data/en/words/words.v.1.3 +1052 -0
- data/data/en/words/words.v.1.4 +1023 -0
- data/data/en/words/words.v.1.p +17 -0
- data/data/en/words/words.v.10.1 +14 -0
- data/data/en/words/words.v.10.2 +15 -0
- data/data/en/words/words.v.10.3 +88 -0
- data/data/en/words/words.v.10.4 +17 -0
- data/data/en/words/words.v.2.1 +1253 -0
- data/data/en/words/words.v.2.2 +1304 -0
- data/data/en/words/words.v.2.3 +1280 -0
- data/data/en/words/words.v.2.4 +1285 -0
- data/data/en/words/words.v.2.5 +1287 -0
- data/data/en/words/words.v.4.1 +2472 -0
- data/data/en/words/words.v.4.2 +2487 -0
- data/data/en/words/words.v.4.3 +2441 -0
- data/data/en/words/words.v.4.4 +2478 -0
- data/data/en/words/words.v.4.5 +2483 -0
- data/data/en/words/words.v.5.1 +98 -0
- data/data/en/words/words.v.5.2 +98 -0
- data/data/en/words/words.v.5.3 +103 -0
- data/data/en/words/words.v.5.4 +102 -0
- data/data/en/words/words.v.6.1 +388 -0
- data/data/en/words/words.v.6.2 +401 -0
- data/data/en/words/words.v.6.3 +397 -0
- data/data/en/words/words.v.6.4 +405 -0
- data/data/en/words/words.v.6.5 +401 -0
- data/data/en/words/words.v.8.1 +117 -0
- data/data/en/words/words.v.8.2 +118 -0
- data/data/en/words/words.v.8.3 +118 -0
- data/data/en/words/words.v.8.4 +119 -0
- data/data/en/words/words.v.8.5 +119 -0
- data/data/en/words/words.y +104 -0
- data/data/lt/.DS_Store +0 -0
- data/data/lt/4.0.affix +6 -0
- data/data/lt/4.0.constituent-knowledge +24 -0
- data/data/lt/4.0.dict +135 -0
- data/data/lt/4.0.knowledge +38 -0
- data/data/lt/Makefile +389 -0
- data/data/lt/Makefile.am +11 -0
- data/data/lt/Makefile.in +389 -0
- data/ext/.DS_Store +0 -0
- data/ext/link_grammar/.DS_Store +0 -0
- data/ext/link_grammar/extconf.rb +2 -0
- data/ext/link_grammar/link-grammar/.DS_Store +0 -0
- data/ext/link_grammar/link-grammar/.deps/analyze-linkage.Plo +198 -0
- data/ext/link_grammar/link-grammar/.deps/and.Plo +202 -0
- data/ext/link_grammar/link-grammar/.deps/api.Plo +244 -0
- data/ext/link_grammar/link-grammar/.deps/build-disjuncts.Plo +212 -0
- data/ext/link_grammar/link-grammar/.deps/command-line.Plo +201 -0
- data/ext/link_grammar/link-grammar/.deps/constituents.Plo +201 -0
- data/ext/link_grammar/link-grammar/.deps/count.Plo +202 -0
- data/ext/link_grammar/link-grammar/.deps/disjunct-utils.Plo +126 -0
- data/ext/link_grammar/link-grammar/.deps/disjuncts.Plo +123 -0
- data/ext/link_grammar/link-grammar/.deps/error.Plo +121 -0
- data/ext/link_grammar/link-grammar/.deps/expand.Plo +133 -0
- data/ext/link_grammar/link-grammar/.deps/extract-links.Plo +198 -0
- data/ext/link_grammar/link-grammar/.deps/fast-match.Plo +200 -0
- data/ext/link_grammar/link-grammar/.deps/idiom.Plo +200 -0
- data/ext/link_grammar/link-grammar/.deps/jni-client.Plo +217 -0
- data/ext/link_grammar/link-grammar/.deps/link-parser.Po +1 -0
- data/ext/link_grammar/link-grammar/.deps/massage.Plo +202 -0
- data/ext/link_grammar/link-grammar/.deps/post-process.Plo +202 -0
- data/ext/link_grammar/link-grammar/.deps/pp_knowledge.Plo +202 -0
- data/ext/link_grammar/link-grammar/.deps/pp_lexer.Plo +201 -0
- data/ext/link_grammar/link-grammar/.deps/pp_linkset.Plo +200 -0
- data/ext/link_grammar/link-grammar/.deps/prefix.Plo +102 -0
- data/ext/link_grammar/link-grammar/.deps/preparation.Plo +202 -0
- data/ext/link_grammar/link-grammar/.deps/print-util.Plo +200 -0
- data/ext/link_grammar/link-grammar/.deps/print.Plo +201 -0
- data/ext/link_grammar/link-grammar/.deps/prune.Plo +202 -0
- data/ext/link_grammar/link-grammar/.deps/read-dict.Plo +223 -0
- data/ext/link_grammar/link-grammar/.deps/read-regex.Plo +123 -0
- data/ext/link_grammar/link-grammar/.deps/regex-morph.Plo +131 -0
- data/ext/link_grammar/link-grammar/.deps/resources.Plo +203 -0
- data/ext/link_grammar/link-grammar/.deps/spellcheck-aspell.Plo +1 -0
- data/ext/link_grammar/link-grammar/.deps/spellcheck-hun.Plo +115 -0
- data/ext/link_grammar/link-grammar/.deps/string-set.Plo +198 -0
- data/ext/link_grammar/link-grammar/.deps/tokenize.Plo +160 -0
- data/ext/link_grammar/link-grammar/.deps/utilities.Plo +222 -0
- data/ext/link_grammar/link-grammar/.deps/word-file.Plo +201 -0
- data/ext/link_grammar/link-grammar/.deps/word-utils.Plo +212 -0
- data/ext/link_grammar/link-grammar/.libs/analyze-linkage.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/and.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/api.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/build-disjuncts.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/command-line.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/constituents.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/count.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/disjunct-utils.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/disjuncts.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/error.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/expand.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/extract-links.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/fast-match.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/idiom.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/jni-client.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/liblink-grammar-java-symbols.expsym +31 -0
- data/ext/link_grammar/link-grammar/.libs/liblink-grammar-java.4.dylib +0 -0
- data/ext/link_grammar/link-grammar/.libs/liblink-grammar-java.4.dylib.dSYM/Contents/Info.plist +20 -0
- data/ext/link_grammar/link-grammar/.libs/liblink-grammar-java.4.dylib.dSYM/Contents/Resources/DWARF/liblink-grammar-java.4.dylib +0 -0
- data/ext/link_grammar/link-grammar/.libs/liblink-grammar-java.a +0 -0
- data/ext/link_grammar/link-grammar/.libs/liblink-grammar-java.dylib +0 -0
- data/ext/link_grammar/link-grammar/.libs/liblink-grammar-symbols.expsym +194 -0
- data/ext/link_grammar/link-grammar/.libs/liblink-grammar.4.dylib +0 -0
- data/ext/link_grammar/link-grammar/.libs/liblink-grammar.4.dylib.dSYM/Contents/Info.plist +20 -0
- data/ext/link_grammar/link-grammar/.libs/liblink-grammar.4.dylib.dSYM/Contents/Resources/DWARF/liblink-grammar.4.dylib +0 -0
- data/ext/link_grammar/link-grammar/.libs/liblink-grammar.a +0 -0
- data/ext/link_grammar/link-grammar/.libs/liblink-grammar.dylib +0 -0
- data/ext/link_grammar/link-grammar/.libs/liblink-grammar.la +41 -0
- data/ext/link_grammar/link-grammar/.libs/liblink-grammar.lai +41 -0
- data/ext/link_grammar/link-grammar/.libs/massage.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/post-process.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/pp_knowledge.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/pp_lexer.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/pp_linkset.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/prefix.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/preparation.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/print-util.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/print.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/prune.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/read-dict.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/read-regex.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/regex-morph.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/resources.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/spellcheck-aspell.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/spellcheck-hun.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/string-set.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/tokenize.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/utilities.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/word-file.o +0 -0
- data/ext/link_grammar/link-grammar/.libs/word-utils.o +0 -0
- data/ext/link_grammar/link-grammar/Makefile +900 -0
- data/ext/link_grammar/link-grammar/Makefile.am +202 -0
- data/ext/link_grammar/link-grammar/Makefile.in +900 -0
- data/ext/link_grammar/link-grammar/analyze-linkage.c +1317 -0
- data/ext/link_grammar/link-grammar/analyze-linkage.h +24 -0
- data/ext/link_grammar/link-grammar/and.c +1603 -0
- data/ext/link_grammar/link-grammar/and.h +27 -0
- data/ext/link_grammar/link-grammar/api-structures.h +362 -0
- data/ext/link_grammar/link-grammar/api-types.h +72 -0
- data/ext/link_grammar/link-grammar/api.c +1887 -0
- data/ext/link_grammar/link-grammar/api.h +96 -0
- data/ext/link_grammar/link-grammar/autoit/.DS_Store +0 -0
- data/ext/link_grammar/link-grammar/autoit/README +10 -0
- data/ext/link_grammar/link-grammar/autoit/_LGTest.au3 +22 -0
- data/ext/link_grammar/link-grammar/autoit/_LinkGrammar.au3 +545 -0
- data/ext/link_grammar/link-grammar/build-disjuncts.c +487 -0
- data/ext/link_grammar/link-grammar/build-disjuncts.h +21 -0
- data/ext/link_grammar/link-grammar/command-line.c +458 -0
- data/ext/link_grammar/link-grammar/command-line.h +15 -0
- data/ext/link_grammar/link-grammar/constituents.c +1836 -0
- data/ext/link_grammar/link-grammar/constituents.h +26 -0
- data/ext/link_grammar/link-grammar/corpus/.DS_Store +0 -0
- data/ext/link_grammar/link-grammar/corpus/.deps/cluster.Plo +1 -0
- data/ext/link_grammar/link-grammar/corpus/.deps/corpus.Plo +1 -0
- data/ext/link_grammar/link-grammar/corpus/Makefile +527 -0
- data/ext/link_grammar/link-grammar/corpus/Makefile.am +46 -0
- data/ext/link_grammar/link-grammar/corpus/Makefile.in +527 -0
- data/ext/link_grammar/link-grammar/corpus/README +17 -0
- data/ext/link_grammar/link-grammar/corpus/cluster.c +286 -0
- data/ext/link_grammar/link-grammar/corpus/cluster.h +32 -0
- data/ext/link_grammar/link-grammar/corpus/corpus.c +483 -0
- data/ext/link_grammar/link-grammar/corpus/corpus.h +46 -0
- data/ext/link_grammar/link-grammar/count.c +828 -0
- data/ext/link_grammar/link-grammar/count.h +25 -0
- data/ext/link_grammar/link-grammar/disjunct-utils.c +261 -0
- data/ext/link_grammar/link-grammar/disjunct-utils.h +27 -0
- data/ext/link_grammar/link-grammar/disjuncts.c +138 -0
- data/ext/link_grammar/link-grammar/disjuncts.h +13 -0
- data/ext/link_grammar/link-grammar/error.c +92 -0
- data/ext/link_grammar/link-grammar/error.h +35 -0
- data/ext/link_grammar/link-grammar/expand.c +67 -0
- data/ext/link_grammar/link-grammar/expand.h +13 -0
- data/ext/link_grammar/link-grammar/externs.h +22 -0
- data/ext/link_grammar/link-grammar/extract-links.c +625 -0
- data/ext/link_grammar/link-grammar/extract-links.h +16 -0
- data/ext/link_grammar/link-grammar/fast-match.c +309 -0
- data/ext/link_grammar/link-grammar/fast-match.h +17 -0
- data/ext/link_grammar/link-grammar/idiom.c +373 -0
- data/ext/link_grammar/link-grammar/idiom.h +15 -0
- data/ext/link_grammar/link-grammar/jni-client.c +779 -0
- data/ext/link_grammar/link-grammar/jni-client.h +236 -0
- data/ext/link_grammar/link-grammar/liblink-grammar-java.la +42 -0
- data/ext/link_grammar/link-grammar/liblink-grammar.la +41 -0
- data/ext/link_grammar/link-grammar/link-features.h +37 -0
- data/ext/link_grammar/link-grammar/link-features.h.in +37 -0
- data/ext/link_grammar/link-grammar/link-grammar-java.def +31 -0
- data/ext/link_grammar/link-grammar/link-grammar.def +194 -0
- data/ext/link_grammar/link-grammar/link-includes.h +465 -0
- data/ext/link_grammar/link-grammar/link-parser.c +849 -0
- data/ext/link_grammar/link-grammar/massage.c +329 -0
- data/ext/link_grammar/link-grammar/massage.h +13 -0
- data/ext/link_grammar/link-grammar/post-process.c +1113 -0
- data/ext/link_grammar/link-grammar/post-process.h +45 -0
- data/ext/link_grammar/link-grammar/pp_knowledge.c +376 -0
- data/ext/link_grammar/link-grammar/pp_knowledge.h +14 -0
- data/ext/link_grammar/link-grammar/pp_lexer.c +1920 -0
- data/ext/link_grammar/link-grammar/pp_lexer.h +19 -0
- data/ext/link_grammar/link-grammar/pp_linkset.c +158 -0
- data/ext/link_grammar/link-grammar/pp_linkset.h +20 -0
- data/ext/link_grammar/link-grammar/prefix.c +482 -0
- data/ext/link_grammar/link-grammar/prefix.h +139 -0
- data/ext/link_grammar/link-grammar/preparation.c +412 -0
- data/ext/link_grammar/link-grammar/preparation.h +20 -0
- data/ext/link_grammar/link-grammar/print-util.c +87 -0
- data/ext/link_grammar/link-grammar/print-util.h +32 -0
- data/ext/link_grammar/link-grammar/print.c +1085 -0
- data/ext/link_grammar/link-grammar/print.h +16 -0
- data/ext/link_grammar/link-grammar/prune.c +1864 -0
- data/ext/link_grammar/link-grammar/prune.h +17 -0
- data/ext/link_grammar/link-grammar/read-dict.c +1785 -0
- data/ext/link_grammar/link-grammar/read-dict.h +29 -0
- data/ext/link_grammar/link-grammar/read-regex.c +161 -0
- data/ext/link_grammar/link-grammar/read-regex.h +12 -0
- data/ext/link_grammar/link-grammar/regex-morph.c +126 -0
- data/ext/link_grammar/link-grammar/regex-morph.h +17 -0
- data/ext/link_grammar/link-grammar/resources.c +180 -0
- data/ext/link_grammar/link-grammar/resources.h +23 -0
- data/ext/link_grammar/link-grammar/sat-solver/.DS_Store +0 -0
- data/ext/link_grammar/link-grammar/sat-solver/.deps/fast-sprintf.Plo +1 -0
- data/ext/link_grammar/link-grammar/sat-solver/.deps/sat-encoder.Plo +1 -0
- data/ext/link_grammar/link-grammar/sat-solver/.deps/util.Plo +1 -0
- data/ext/link_grammar/link-grammar/sat-solver/.deps/variables.Plo +1 -0
- data/ext/link_grammar/link-grammar/sat-solver/.deps/word-tag.Plo +1 -0
- data/ext/link_grammar/link-grammar/sat-solver/Makefile +527 -0
- data/ext/link_grammar/link-grammar/sat-solver/Makefile.am +29 -0
- data/ext/link_grammar/link-grammar/sat-solver/Makefile.in +527 -0
- data/ext/link_grammar/link-grammar/sat-solver/clock.hpp +33 -0
- data/ext/link_grammar/link-grammar/sat-solver/fast-sprintf.cpp +26 -0
- data/ext/link_grammar/link-grammar/sat-solver/fast-sprintf.hpp +7 -0
- data/ext/link_grammar/link-grammar/sat-solver/guiding.hpp +244 -0
- data/ext/link_grammar/link-grammar/sat-solver/matrix-ut.hpp +79 -0
- data/ext/link_grammar/link-grammar/sat-solver/sat-encoder.cpp +2811 -0
- data/ext/link_grammar/link-grammar/sat-solver/sat-encoder.h +11 -0
- data/ext/link_grammar/link-grammar/sat-solver/sat-encoder.hpp +381 -0
- data/ext/link_grammar/link-grammar/sat-solver/trie.hpp +118 -0
- data/ext/link_grammar/link-grammar/sat-solver/util.cpp +23 -0
- data/ext/link_grammar/link-grammar/sat-solver/util.hpp +14 -0
- data/ext/link_grammar/link-grammar/sat-solver/variables.cpp +5 -0
- data/ext/link_grammar/link-grammar/sat-solver/variables.hpp +829 -0
- data/ext/link_grammar/link-grammar/sat-solver/word-tag.cpp +159 -0
- data/ext/link_grammar/link-grammar/sat-solver/word-tag.hpp +162 -0
- data/ext/link_grammar/link-grammar/spellcheck-aspell.c +148 -0
- data/ext/link_grammar/link-grammar/spellcheck-hun.c +136 -0
- data/ext/link_grammar/link-grammar/spellcheck.h +34 -0
- data/ext/link_grammar/link-grammar/string-set.c +169 -0
- data/ext/link_grammar/link-grammar/string-set.h +16 -0
- data/ext/link_grammar/link-grammar/structures.h +498 -0
- data/ext/link_grammar/link-grammar/tokenize.c +1049 -0
- data/ext/link_grammar/link-grammar/tokenize.h +15 -0
- data/ext/link_grammar/link-grammar/utilities.c +847 -0
- data/ext/link_grammar/link-grammar/utilities.h +281 -0
- data/ext/link_grammar/link-grammar/word-file.c +124 -0
- data/ext/link_grammar/link-grammar/word-file.h +15 -0
- data/ext/link_grammar/link-grammar/word-utils.c +526 -0
- data/ext/link_grammar/link-grammar/word-utils.h +152 -0
- data/ext/link_grammar/link_grammar.c +202 -0
- data/ext/link_grammar/link_grammar.h +99 -0
- data/grammar_cop.gemspec +24 -0
- data/lib/.DS_Store +0 -0
- data/lib/grammar_cop.rb +9 -0
- data/lib/grammar_cop/.DS_Store +0 -0
- data/lib/grammar_cop/dictionary.rb +19 -0
- data/lib/grammar_cop/linkage.rb +30 -0
- data/lib/grammar_cop/parse_options.rb +32 -0
- data/lib/grammar_cop/sentence.rb +36 -0
- data/lib/grammar_cop/version.rb +3 -0
- data/test/.DS_Store +0 -0
- data/test/grammar_cop_test.rb +27 -0
- metadata +407 -0
@@ -0,0 +1,2848 @@
|
|
1
|
+
abashes.v
|
2
|
+
abjures.v
|
3
|
+
ablates.v
|
4
|
+
abnegates.v
|
5
|
+
abominates.v
|
6
|
+
abscesses.v
|
7
|
+
abscises.v
|
8
|
+
absents.v
|
9
|
+
acccouters.v
|
10
|
+
accessions.v
|
11
|
+
acclimatises.v
|
12
|
+
accouples.v
|
13
|
+
accoutres.v
|
14
|
+
aces.v
|
15
|
+
acetifies.v
|
16
|
+
acetonates.v
|
17
|
+
acetonizes.v
|
18
|
+
acetylates.v
|
19
|
+
acetylises.v
|
20
|
+
acetylizes.v
|
21
|
+
achromatises.v
|
22
|
+
achromatizes.v
|
23
|
+
acidulates.v
|
24
|
+
actualises.v
|
25
|
+
actualizes.v
|
26
|
+
actuates.v
|
27
|
+
acylates.v
|
28
|
+
adducts.v
|
29
|
+
adenosine_diphosphate-ribosylates
|
30
|
+
adjures.v
|
31
|
+
administrates.v
|
32
|
+
admixes.v
|
33
|
+
ADP-ribosylates.v
|
34
|
+
adrenalectomizes.v
|
35
|
+
adsorbs.v
|
36
|
+
adulates.v
|
37
|
+
advantages.v
|
38
|
+
afforests.v
|
39
|
+
affronts.v
|
40
|
+
afterloads.v
|
41
|
+
agglomerates.v
|
42
|
+
aggrieves.v
|
43
|
+
agonises.v
|
44
|
+
airbrushes.v
|
45
|
+
alcoholises.v
|
46
|
+
alcoholizes.v
|
47
|
+
aliases.v
|
48
|
+
alines.v
|
49
|
+
aliquots.v
|
50
|
+
alites.v
|
51
|
+
alkalinises.v
|
52
|
+
alkalinizes.v
|
53
|
+
alkalises.v
|
54
|
+
alkalizes.v
|
55
|
+
alkylates.v
|
56
|
+
allelotypes.v
|
57
|
+
allergizes.v
|
58
|
+
allografts.v
|
59
|
+
alloimmunises.v
|
60
|
+
alloimmunizes.v
|
61
|
+
allotransplants.v
|
62
|
+
alloys.v
|
63
|
+
allures.v
|
64
|
+
alphabetises.v
|
65
|
+
alphabetizes.v
|
66
|
+
aluminates.v
|
67
|
+
Americanises.v
|
68
|
+
amidates.v
|
69
|
+
aminates.v
|
70
|
+
aminoacylates.v
|
71
|
+
ammoniates.v
|
72
|
+
amortises.v
|
73
|
+
anaesthetises.v
|
74
|
+
anatomizes.v
|
75
|
+
anergises.v
|
76
|
+
anesthetises.v
|
77
|
+
anglicises.v
|
78
|
+
animadverts.v
|
79
|
+
annualises.v
|
80
|
+
annualizes.v
|
81
|
+
annunciates.v
|
82
|
+
anodises.v
|
83
|
+
anodizes.v
|
84
|
+
anonymises.v
|
85
|
+
anonymizes.v
|
86
|
+
anoxiates.v
|
87
|
+
antagonises.v
|
88
|
+
anteriorises.v
|
89
|
+
anteriorizes.v
|
90
|
+
antes.v
|
91
|
+
antiaggregates.v
|
92
|
+
anticoagulates.v
|
93
|
+
antigenises.v
|
94
|
+
antigenizes.v
|
95
|
+
antirepresses.v
|
96
|
+
antisepticises.v
|
97
|
+
antisepticizes.v
|
98
|
+
apeases.v
|
99
|
+
apodizes.v
|
100
|
+
apologises.v
|
101
|
+
apostatises.v
|
102
|
+
appalls.v
|
103
|
+
apparells.v
|
104
|
+
apparels.v
|
105
|
+
apports.v
|
106
|
+
apposes.v
|
107
|
+
apprizes.v
|
108
|
+
arborises.v
|
109
|
+
archives.v
|
110
|
+
arcks.v
|
111
|
+
arcs.v
|
112
|
+
aromatises.v
|
113
|
+
aromatizes.v
|
114
|
+
arsonates.v
|
115
|
+
arterializes.v
|
116
|
+
articles.v
|
117
|
+
asexualizes.v
|
118
|
+
asperges.v
|
119
|
+
asperses.v
|
120
|
+
asseverates.v
|
121
|
+
asterisks.v
|
122
|
+
atomises.v
|
123
|
+
attitudinises.v
|
124
|
+
audiotapes.v
|
125
|
+
auscultates.v
|
126
|
+
authors.v
|
127
|
+
autocatalyses.v
|
128
|
+
autoclaves.v
|
129
|
+
autogenerates.v
|
130
|
+
autoimmunises.v
|
131
|
+
autoimmunizes.v
|
132
|
+
autoinduces.v
|
133
|
+
autoinducts.v
|
134
|
+
autoinjects.v
|
135
|
+
autolises.v
|
136
|
+
automatises.v
|
137
|
+
autoperfuses.v
|
138
|
+
autopsies.v
|
139
|
+
autoradiographs.v
|
140
|
+
autoregulates.v
|
141
|
+
autosensitises.v
|
142
|
+
autotransplants.v
|
143
|
+
auxotypes.v
|
144
|
+
avalanches.v
|
145
|
+
avalanchs.v
|
146
|
+
avianises.v
|
147
|
+
avianizes.v
|
148
|
+
avows.v
|
149
|
+
avulses.v
|
150
|
+
awakes.v
|
151
|
+
axotomises.v
|
152
|
+
axotomizes.v
|
153
|
+
azotizes.v
|
154
|
+
babies.v
|
155
|
+
baby-sits.v
|
156
|
+
babys.v
|
157
|
+
backcrosses.v
|
158
|
+
backdrops.v
|
159
|
+
backlabells.v
|
160
|
+
backlabels.v
|
161
|
+
backscatters.v
|
162
|
+
ballasts.v
|
163
|
+
ballots.v
|
164
|
+
balls.v
|
165
|
+
bamms.v
|
166
|
+
baptises.v
|
167
|
+
barbers.v
|
168
|
+
bariumizes.v
|
169
|
+
barracks.v
|
170
|
+
barrages.v
|
171
|
+
bastardizes.v
|
172
|
+
bas.v
|
173
|
+
bayonets.v
|
174
|
+
beaches.v
|
175
|
+
beads.v
|
176
|
+
beavers.v
|
177
|
+
bedaubs.v
|
178
|
+
bedecks.v
|
179
|
+
behooves.v
|
180
|
+
behoves.v
|
181
|
+
beleaguers.v
|
182
|
+
bells.v
|
183
|
+
benefices.v
|
184
|
+
benzoylates.v
|
185
|
+
bereves.v
|
186
|
+
besets.v
|
187
|
+
besmears.v
|
188
|
+
betroths.v
|
189
|
+
betters.v
|
190
|
+
biasses.v
|
191
|
+
bibs.v
|
192
|
+
bicompartmentalises.v
|
193
|
+
binges.v
|
194
|
+
bings.v
|
195
|
+
bioactivates.v
|
196
|
+
bioassays.v
|
197
|
+
bioconverts.v
|
198
|
+
bioengineers.v
|
199
|
+
biomagnifies.v
|
200
|
+
bio-monitors.v
|
201
|
+
biomonitors.v
|
202
|
+
biopsies.v
|
203
|
+
bioreduces.v
|
204
|
+
bioremediates.v
|
205
|
+
biosynthesises.v
|
206
|
+
biosynthesizes.v
|
207
|
+
biotinylates.v
|
208
|
+
biotransforms.v
|
209
|
+
biotypes.v
|
210
|
+
bisintercalates.v
|
211
|
+
bivouacks.v
|
212
|
+
blacks.v
|
213
|
+
blancos.v
|
214
|
+
blanks.v
|
215
|
+
blobs.v
|
216
|
+
bloodies.v
|
217
|
+
bloods.v
|
218
|
+
blues.v
|
219
|
+
blusters.v
|
220
|
+
boats.v
|
221
|
+
bobsleds.v
|
222
|
+
boobs.v
|
223
|
+
boomerangs.v
|
224
|
+
boosters.v
|
225
|
+
bootstraps.v
|
226
|
+
bottlenecks.v
|
227
|
+
brains.v
|
228
|
+
brain-washes.v
|
229
|
+
brazes.v
|
230
|
+
breakfasts.v
|
231
|
+
breast-feeds.v
|
232
|
+
breasts.v
|
233
|
+
brevets.v
|
234
|
+
broadsides.v
|
235
|
+
brods.v
|
236
|
+
bromates.v
|
237
|
+
brominates.v
|
238
|
+
bromizes.v
|
239
|
+
bruits.v
|
240
|
+
brutalises.v
|
241
|
+
bruxes.v
|
242
|
+
buckets.v
|
243
|
+
buffers.v
|
244
|
+
bulbectomizes.v
|
245
|
+
bulks.v
|
246
|
+
bulls.v
|
247
|
+
bunkers.v
|
248
|
+
burkes.v
|
249
|
+
burks.v
|
250
|
+
burrs.v
|
251
|
+
busses.v
|
252
|
+
caches.v
|
253
|
+
caks.v
|
254
|
+
calenders.v
|
255
|
+
calipers.v
|
256
|
+
calks.v
|
257
|
+
callipers.v
|
258
|
+
calumniates.v
|
259
|
+
canalizes.v
|
260
|
+
cancerises.v
|
261
|
+
cankers.v
|
262
|
+
cannulates.v
|
263
|
+
cannulizes.v
|
264
|
+
canopies.v
|
265
|
+
canopys.v
|
266
|
+
cantilevers.v
|
267
|
+
cants.v
|
268
|
+
capacitates.v
|
269
|
+
capillarises.v
|
270
|
+
capitalises.v
|
271
|
+
capitates.v
|
272
|
+
caponises.v
|
273
|
+
caponizes.v
|
274
|
+
captains.v
|
275
|
+
carbamoylates.v
|
276
|
+
carbamylates.v
|
277
|
+
carbolates.v
|
278
|
+
carbolises.v
|
279
|
+
carbolizes.v
|
280
|
+
carbonates.v
|
281
|
+
carbonises.v
|
282
|
+
carboxylates.v
|
283
|
+
cardiectomizes.v
|
284
|
+
careers.v
|
285
|
+
cartoons.v
|
286
|
+
cashiers.v
|
287
|
+
catabolises.v
|
288
|
+
catalises.v
|
289
|
+
catalizes.v
|
290
|
+
catalogs.v
|
291
|
+
catalyses.v
|
292
|
+
catalyzes.v
|
293
|
+
categorises.v
|
294
|
+
catheterises.v
|
295
|
+
catheterizes.v
|
296
|
+
caulks.v
|
297
|
+
causticizes.v
|
298
|
+
cauterises.v
|
299
|
+
cauterizes.v
|
300
|
+
cavitates.v
|
301
|
+
C-bands.v
|
302
|
+
cementifies.v
|
303
|
+
centrifugalises.v
|
304
|
+
centrifugalizes.v
|
305
|
+
centrifugates.v
|
306
|
+
centrifuges.v
|
307
|
+
ceres.v
|
308
|
+
certificates.v
|
309
|
+
chaffs.v
|
310
|
+
chamfers.v
|
311
|
+
champs.v
|
312
|
+
chances.v
|
313
|
+
chaperones.v
|
314
|
+
chaps.v
|
315
|
+
characterises.v
|
316
|
+
charbroils.v
|
317
|
+
checkers.v
|
318
|
+
cheeks.v
|
319
|
+
chemoattracts.v
|
320
|
+
chemo-prevents.v
|
321
|
+
chemoprevents.v
|
322
|
+
chemo-sensitises.v
|
323
|
+
chemo-sensitizes.v
|
324
|
+
chemosensitizes.v
|
325
|
+
chequers.v
|
326
|
+
chickens.v
|
327
|
+
chines.v
|
328
|
+
chinks.v
|
329
|
+
chins.v
|
330
|
+
chlores.v
|
331
|
+
chloroformises.v
|
332
|
+
chloroformizes.v
|
333
|
+
chloroforms.v
|
334
|
+
chlors.v
|
335
|
+
chocks.v
|
336
|
+
cholecystectomises.v
|
337
|
+
cholecystectomizes.v
|
338
|
+
choruses.v
|
339
|
+
chorusses.v
|
340
|
+
chromates.v
|
341
|
+
chromatizes.v
|
342
|
+
chromatographs.v
|
343
|
+
chromicizes.v
|
344
|
+
chunks.v
|
345
|
+
chutes.v
|
346
|
+
cicatrises.v
|
347
|
+
cicatrizes.v
|
348
|
+
ciphers.v
|
349
|
+
circularises.v
|
350
|
+
circumducts.v
|
351
|
+
civilises.v
|
352
|
+
clamors.v
|
353
|
+
classes.v
|
354
|
+
clear-cuts.v
|
355
|
+
clearcuts.v
|
356
|
+
clews.v
|
357
|
+
clocks.v
|
358
|
+
clouts.v
|
359
|
+
clues.v
|
360
|
+
clysterizes.v
|
361
|
+
coactivates.v
|
362
|
+
coadministers.v
|
363
|
+
co-agglutinates.v
|
364
|
+
co-applies.v
|
365
|
+
coapplies.v
|
366
|
+
coapts.v
|
367
|
+
coarticulates.v
|
368
|
+
co-assembles.v
|
369
|
+
coassembles.v
|
370
|
+
cocainises.v
|
371
|
+
cocainizes.v
|
372
|
+
co-calibrates.v
|
373
|
+
cocalibrates.v
|
374
|
+
co-chromatographs.v
|
375
|
+
cochromatographs.v
|
376
|
+
co-circulates.v
|
377
|
+
co-clusters.v
|
378
|
+
coclusters.v
|
379
|
+
co-colonizes.v
|
380
|
+
cocolonizes.v
|
381
|
+
cocoons.v
|
382
|
+
co-crystallizes.v
|
383
|
+
cocrystallizes.v
|
384
|
+
co-cultivates.v
|
385
|
+
cocultivates.v
|
386
|
+
cocultures.v
|
387
|
+
co-develops.v
|
388
|
+
co-electroporates.v
|
389
|
+
coelectroporates.v
|
390
|
+
coelutes.v
|
391
|
+
co-encapsidates.v
|
392
|
+
coencapsidates.v
|
393
|
+
coencapsulates.v
|
394
|
+
co-enriches.v
|
395
|
+
coenriches.v
|
396
|
+
co-exists.v
|
397
|
+
co-exposes.v
|
398
|
+
coexposes.v
|
399
|
+
coexpresses.v
|
400
|
+
co-extracts.v
|
401
|
+
cografts.v
|
402
|
+
cogwheels.v
|
403
|
+
co-hybridises.v
|
404
|
+
cohybridises.v
|
405
|
+
co-hybridizes.v
|
406
|
+
cohybridizes.v
|
407
|
+
coimmobilises.v
|
408
|
+
coimmobilizes.v
|
409
|
+
coinfects.v
|
410
|
+
coinfuses.v
|
411
|
+
co-ingests.v
|
412
|
+
coingests.v
|
413
|
+
co-inherits.v
|
414
|
+
coinherits.v
|
415
|
+
co-inoculates.v
|
416
|
+
coinoculates.v
|
417
|
+
cokes.v
|
418
|
+
collateralises.v
|
419
|
+
collectivises.v
|
420
|
+
colliquates.v
|
421
|
+
colonises.v
|
422
|
+
colonoscopes.v
|
423
|
+
colorises.v
|
424
|
+
colorizes.v
|
425
|
+
colourizes.v
|
426
|
+
co-manages.v
|
427
|
+
comanages.v
|
428
|
+
comedicates.v
|
429
|
+
cometabolises.v
|
430
|
+
commercialises.v
|
431
|
+
compartmentalises.v
|
432
|
+
compartments.v
|
433
|
+
compasses.v
|
434
|
+
compeers.v
|
435
|
+
complexes.v
|
436
|
+
comports.v
|
437
|
+
computerises.v
|
438
|
+
concatenates.v
|
439
|
+
conceptualises.v
|
440
|
+
concords.v
|
441
|
+
concretes.v
|
442
|
+
concusses.v
|
443
|
+
condoles.v
|
444
|
+
conds.v
|
445
|
+
conduces.v
|
446
|
+
conglomerates.v
|
447
|
+
conglutinates.v
|
448
|
+
consternates.v
|
449
|
+
constitutionalizes.v
|
450
|
+
contradistinguishes.v
|
451
|
+
contraindicates.v
|
452
|
+
controverts.v
|
453
|
+
contunds.v
|
454
|
+
contuses.v
|
455
|
+
convolutes.v
|
456
|
+
co-ordinates.v
|
457
|
+
coossifies.v
|
458
|
+
co-oxidises.v
|
459
|
+
cooxidises.v
|
460
|
+
co-oxidizes.v
|
461
|
+
cooxidizes.v
|
462
|
+
co-partitions.v
|
463
|
+
co-perfuses.v
|
464
|
+
coperfuses.v
|
465
|
+
copolymerises.v
|
466
|
+
copolymerizes.v
|
467
|
+
coppers.v
|
468
|
+
coproduces.v
|
469
|
+
co-promotes.v
|
470
|
+
copromotes.v
|
471
|
+
corbells.v
|
472
|
+
corbels.v
|
473
|
+
co-rears.v
|
474
|
+
corears.v
|
475
|
+
co-registers.v
|
476
|
+
co-regulates.v
|
477
|
+
coregulates.v
|
478
|
+
co-releases.v
|
479
|
+
coreleases.v
|
480
|
+
corkscrews.v
|
481
|
+
cornifies.v
|
482
|
+
corns.v
|
483
|
+
co-secretes.v
|
484
|
+
cosecretes.v
|
485
|
+
cosegregates.v
|
486
|
+
cosensitises.v
|
487
|
+
cosensitizes.v
|
488
|
+
coshes.v
|
489
|
+
cosolubilises.v
|
490
|
+
cosolubilizes.v
|
491
|
+
co-sponsors.v
|
492
|
+
cosponsors.v
|
493
|
+
cossets.v
|
494
|
+
costarrs.v
|
495
|
+
co-stimulates.v
|
496
|
+
costimulates.v
|
497
|
+
co-stores.v
|
498
|
+
costores.v
|
499
|
+
co-synthesises.v
|
500
|
+
cosynthesises.v
|
501
|
+
co-synthesizes.v
|
502
|
+
cosynthesizes.v
|
503
|
+
cotranscribes.v
|
504
|
+
cotransfects.v
|
505
|
+
co-transfers.v
|
506
|
+
cotransfers.v
|
507
|
+
cotransforms.v
|
508
|
+
cotransmits.v
|
509
|
+
co-transports.v
|
510
|
+
cotransports.v
|
511
|
+
co-treats.v
|
512
|
+
cotreats.v
|
513
|
+
coulorises.v
|
514
|
+
counsells.v
|
515
|
+
counterpoises.v
|
516
|
+
counterregulates.v
|
517
|
+
countersinks.v
|
518
|
+
counterstains.v
|
519
|
+
counter-transports.v
|
520
|
+
countertransports.v
|
521
|
+
countervails.v
|
522
|
+
courses.v
|
523
|
+
covenants.v
|
524
|
+
cows.v
|
525
|
+
cozens.v
|
526
|
+
crabbes.v
|
527
|
+
crabbs.v
|
528
|
+
crabs.v
|
529
|
+
crafts.v
|
530
|
+
crapes.v
|
531
|
+
craters.v
|
532
|
+
crates.v
|
533
|
+
crepes.v
|
534
|
+
creps.v
|
535
|
+
crews.v
|
536
|
+
cricks.v
|
537
|
+
criminalises.v
|
538
|
+
criminalizes.v
|
539
|
+
crimsons.v
|
540
|
+
crisps.v
|
541
|
+
criss-crosses.v
|
542
|
+
cristallises.v
|
543
|
+
cristallizes.v
|
544
|
+
criticises.v
|
545
|
+
critiques.v
|
546
|
+
crocks.v
|
547
|
+
cross-clamps.v
|
548
|
+
crossclamps.v
|
549
|
+
cross_fertilizes
|
550
|
+
cross-links.v
|
551
|
+
cross_matches
|
552
|
+
cross-matches.v
|
553
|
+
crossmatches.v
|
554
|
+
cross-protects.v
|
555
|
+
crossprotects.v
|
556
|
+
cross-reacts.v
|
557
|
+
crossreacts.v
|
558
|
+
cross-references.v
|
559
|
+
crossreferences.v
|
560
|
+
crusts.v
|
561
|
+
cryo-fixes.v
|
562
|
+
cryofixes.v
|
563
|
+
cryo-preserves.v
|
564
|
+
cryopreserves.v
|
565
|
+
cryoprotects.v
|
566
|
+
cryo-sections.v
|
567
|
+
cryotreates.v
|
568
|
+
cryotreats.v
|
569
|
+
crystallises.v
|
570
|
+
cuckoos.v
|
571
|
+
cudgells.v
|
572
|
+
cumbers.v
|
573
|
+
cunds.v
|
574
|
+
curarises.v
|
575
|
+
curarizes.v
|
576
|
+
curates.v
|
577
|
+
curets.v
|
578
|
+
curettes.v
|
579
|
+
curtains.v
|
580
|
+
cusses.v
|
581
|
+
customises.v
|
582
|
+
customizes.v
|
583
|
+
cyanylates.v
|
584
|
+
cyclises.v
|
585
|
+
cyphers.v
|
586
|
+
cyto-adheres.v
|
587
|
+
cytoreduces.v
|
588
|
+
cytostains.v
|
589
|
+
dansylates.v
|
590
|
+
dapples.v
|
591
|
+
deacetylates.v
|
592
|
+
deactivates.v
|
593
|
+
deacylates.v
|
594
|
+
de-adenylates.v
|
595
|
+
deadenylates.v
|
596
|
+
deafferentates.v
|
597
|
+
deafferents.v
|
598
|
+
deallergises.v
|
599
|
+
deamidates.v
|
600
|
+
deamidizes.v
|
601
|
+
deaminates.v
|
602
|
+
debouches.v
|
603
|
+
debranches.v
|
604
|
+
debrides.v
|
605
|
+
debulks.v
|
606
|
+
debutes.v
|
607
|
+
decalcifies.v
|
608
|
+
decannulates.v
|
609
|
+
decapsulates.v
|
610
|
+
decarboxylates.v
|
611
|
+
decatenates.v
|
612
|
+
decentralises.v
|
613
|
+
decerebrates.v
|
614
|
+
decerebrizes.v
|
615
|
+
dechlorinates.v
|
616
|
+
decidualises.v
|
617
|
+
declutches.v
|
618
|
+
decocts.v
|
619
|
+
decolonises.v
|
620
|
+
decolorises.v
|
621
|
+
decolorizes.v
|
622
|
+
decolourises.v
|
623
|
+
decolourizes.v
|
624
|
+
decomplementizes.v
|
625
|
+
decontrols.v
|
626
|
+
deconvolutes.v
|
627
|
+
decoronates.v
|
628
|
+
decorticates.v
|
629
|
+
decouples.v
|
630
|
+
decoupls.v
|
631
|
+
decoys.v
|
632
|
+
decrees.v
|
633
|
+
deemanates.v
|
634
|
+
de-energises.v
|
635
|
+
deenergises.v
|
636
|
+
de-energizes.v
|
637
|
+
deenergizes.v
|
638
|
+
de-epicardializes.v
|
639
|
+
deepithelialises.v
|
640
|
+
deethylates.v
|
641
|
+
defaecates.v
|
642
|
+
defaunates.v
|
643
|
+
defeminises.v
|
644
|
+
defeminizes.v
|
645
|
+
defenestrates.v
|
646
|
+
defibrillates.v
|
647
|
+
defibrinates.v
|
648
|
+
deflorates.v
|
649
|
+
defocuses.v
|
650
|
+
deformylates.v
|
651
|
+
defunctionalises.v
|
652
|
+
defunctionalizes.v
|
653
|
+
degalactosylates.v
|
654
|
+
degases.v
|
655
|
+
degausses.v
|
656
|
+
degenitalizes.v
|
657
|
+
deglycerates.v
|
658
|
+
degreases.v
|
659
|
+
dehaematises.v
|
660
|
+
dehalogenates.v
|
661
|
+
dehematizes.v
|
662
|
+
dehemoglobinizes.v
|
663
|
+
dehiscs.v
|
664
|
+
dehorns.v
|
665
|
+
dehulls.v
|
666
|
+
dehumanises.v
|
667
|
+
dehydrochlorinates.v
|
668
|
+
dehydrogenates.v
|
669
|
+
dehydrogenises.v
|
670
|
+
dehydrogenizes.v
|
671
|
+
dehydroxylates.v
|
672
|
+
dehypnotises.v
|
673
|
+
dehypnotizes.v
|
674
|
+
deinduces.v
|
675
|
+
deinstitutionalizes.v
|
676
|
+
deionises.v
|
677
|
+
deionizes.v
|
678
|
+
dejects.v
|
679
|
+
de-leads.v
|
680
|
+
deleads.v
|
681
|
+
delimitates.v
|
682
|
+
delipidates.v
|
683
|
+
delocalises.v
|
684
|
+
delocalizes.v
|
685
|
+
delouses.v
|
686
|
+
demagnetises.v
|
687
|
+
demarks.v
|
688
|
+
demasculinises.v
|
689
|
+
demedullates.v
|
690
|
+
demembranates.v
|
691
|
+
demetalises.v
|
692
|
+
demetalizes.v
|
693
|
+
demethylates.v
|
694
|
+
demilitarises.v
|
695
|
+
demineralises.v
|
696
|
+
demineralizes.v
|
697
|
+
demobilises.v
|
698
|
+
democratises.v
|
699
|
+
demodulates.v
|
700
|
+
demonetises.v
|
701
|
+
demonetizes.v
|
702
|
+
demoralises.v
|
703
|
+
demustardizes.v
|
704
|
+
demyelinates.v
|
705
|
+
demystifies.v
|
706
|
+
denationalises.v
|
707
|
+
denatures.v
|
708
|
+
denervates.v
|
709
|
+
denitrates.v
|
710
|
+
denitrifies.v
|
711
|
+
deodorises.v
|
712
|
+
deoxidises.v
|
713
|
+
deoxidizes.v
|
714
|
+
deoxygenates.v
|
715
|
+
depancreatizes.v
|
716
|
+
deparaffinises.v
|
717
|
+
deparaffinizes.v
|
718
|
+
departmentalises.v
|
719
|
+
depersonalizes.v
|
720
|
+
dephosphorylates.v
|
721
|
+
depigments.v
|
722
|
+
depilates.v
|
723
|
+
depolarises.v
|
724
|
+
depoliticises.v
|
725
|
+
depoliticizes.v
|
726
|
+
depolymerises.v
|
727
|
+
depotentiates.v
|
728
|
+
depraves.v
|
729
|
+
depressurises.v
|
730
|
+
depressurizes.v
|
731
|
+
deprojects.v
|
732
|
+
deprotects.v
|
733
|
+
deproteinates.v
|
734
|
+
deprotonates.v
|
735
|
+
depurates.v
|
736
|
+
deputes.v
|
737
|
+
deputises.v
|
738
|
+
dequenches.v
|
739
|
+
deregulates.v
|
740
|
+
derepresses.v
|
741
|
+
deresinates.v
|
742
|
+
derivatises.v
|
743
|
+
derivatizes.v
|
744
|
+
derivitises.v
|
745
|
+
derivitizes.v
|
746
|
+
deroofs.v
|
747
|
+
derotates.v
|
748
|
+
derricks.v
|
749
|
+
desalinises.v
|
750
|
+
desalts.v
|
751
|
+
desamidates.v
|
752
|
+
desamidizes.v
|
753
|
+
descales.v
|
754
|
+
desensitises.v
|
755
|
+
desexualises.v
|
756
|
+
desexualizes.v
|
757
|
+
desheathes.v
|
758
|
+
desheaths.v
|
759
|
+
desialylates.v
|
760
|
+
desolates.v
|
761
|
+
desolvates.v
|
762
|
+
desorbs.v
|
763
|
+
despeciates.v
|
764
|
+
destabilises.v
|
765
|
+
destablises.v
|
766
|
+
destablizes.v
|
767
|
+
destains.v
|
768
|
+
desulfates.v
|
769
|
+
desulfurates.v
|
770
|
+
desulphates.v
|
771
|
+
desulphurates.v
|
772
|
+
desynchronises.v
|
773
|
+
dethyroidizes.v
|
774
|
+
detours.v
|
775
|
+
detoxicates.v
|
776
|
+
deuterates.v
|
777
|
+
deuteriates.v
|
778
|
+
devascularizes.v
|
779
|
+
devils.v
|
780
|
+
devitalises.v
|
781
|
+
devitalizes.v
|
782
|
+
deworms.v
|
783
|
+
dextrinates.v
|
784
|
+
dextrinizes.v
|
785
|
+
diacetylates.v
|
786
|
+
diacylates.v
|
787
|
+
diagrams.v
|
788
|
+
dialkylates.v
|
789
|
+
dialogs.v
|
790
|
+
dialogues.v
|
791
|
+
dialyses.v
|
792
|
+
diapauses.v
|
793
|
+
diapers.v
|
794
|
+
diazotizes.v
|
795
|
+
dibbles.v
|
796
|
+
dickers.v
|
797
|
+
dideuterates.v
|
798
|
+
diesterifies.v
|
799
|
+
difluorinates.v
|
800
|
+
digitalises.v
|
801
|
+
digitilises.v
|
802
|
+
digitises.v
|
803
|
+
digitizes.v
|
804
|
+
dihalogenates.v
|
805
|
+
dihydrogenates.v
|
806
|
+
dihydroxylates.v
|
807
|
+
diiodinates.v
|
808
|
+
dikes.v
|
809
|
+
dilatates.v
|
810
|
+
dimerises.v
|
811
|
+
dimethylates.v
|
812
|
+
dimites.v
|
813
|
+
dimits.v
|
814
|
+
dimples.v
|
815
|
+
diphosphorylates.v
|
816
|
+
dirties.v
|
817
|
+
disacidifies.v
|
818
|
+
disadvantages.v
|
819
|
+
disaggregates.v
|
820
|
+
disambiguates.v
|
821
|
+
disarrays.v
|
822
|
+
disbelieves.v
|
823
|
+
disbuds.v
|
824
|
+
disburdens.v
|
825
|
+
discolours.v
|
826
|
+
discommodes.v
|
827
|
+
discommods.v
|
828
|
+
discomposes.v
|
829
|
+
disconfirms.v
|
830
|
+
discos.v
|
831
|
+
discountenances.v
|
832
|
+
discretises.v
|
833
|
+
discretizes.v
|
834
|
+
disembodies.v
|
835
|
+
disencumbers.v
|
836
|
+
disfavors.v
|
837
|
+
dishabituates.v
|
838
|
+
dishevels.v
|
839
|
+
dishonors.v
|
840
|
+
disimmunizes.v
|
841
|
+
disinhibits.v
|
842
|
+
disinserts.v
|
843
|
+
disjoints.v
|
844
|
+
dismutates.v
|
845
|
+
disoccludes.v
|
846
|
+
disorders.v
|
847
|
+
disorganises.v
|
848
|
+
disorganizes.v
|
849
|
+
dispensarises.v
|
850
|
+
dispensarizes.v
|
851
|
+
dispirits.v
|
852
|
+
disproportionates.v
|
853
|
+
disquiets.v
|
854
|
+
disregulates.v
|
855
|
+
dissatisfies.v
|
856
|
+
dissimilates.v
|
857
|
+
distempers.v
|
858
|
+
distrains.v
|
859
|
+
divulses.v
|
860
|
+
dockets.v
|
861
|
+
dollies.v
|
862
|
+
dolls.v
|
863
|
+
dollys.v
|
864
|
+
domiciles.v
|
865
|
+
dorsalises.v
|
866
|
+
dorsiducts.v
|
867
|
+
dorsiflexes.v
|
868
|
+
doses.v
|
869
|
+
dosses.v
|
870
|
+
douches.v
|
871
|
+
dowels.v
|
872
|
+
downmodulates.v
|
873
|
+
downregulates.v
|
874
|
+
downstages.v
|
875
|
+
dowses.v
|
876
|
+
dramatises.v
|
877
|
+
drats.v
|
878
|
+
drivels.v
|
879
|
+
drudges.v
|
880
|
+
dumfounds.v
|
881
|
+
duns.v
|
882
|
+
duplexes.v
|
883
|
+
dykes.v
|
884
|
+
dysregulates.v
|
885
|
+
ears.v
|
886
|
+
earths.v
|
887
|
+
echolocates.v
|
888
|
+
economises.v
|
889
|
+
ecphorises.v
|
890
|
+
ecphorizes.v
|
891
|
+
ectropionises.v
|
892
|
+
ectropionizes.v
|
893
|
+
editorialises.v
|
894
|
+
educes.v
|
895
|
+
edulcorates.v
|
896
|
+
effectuates.v
|
897
|
+
effluxes.v
|
898
|
+
effs.v
|
899
|
+
egests.v
|
900
|
+
ekphorizes.v
|
901
|
+
elates.v
|
902
|
+
electro-cauterises.v
|
903
|
+
electrocauterises.v
|
904
|
+
electro-cauterizes.v
|
905
|
+
electrocauterizes.v
|
906
|
+
electrodialyses.v
|
907
|
+
electroelutes.v
|
908
|
+
electro-injects.v
|
909
|
+
electroinjects.v
|
910
|
+
electroinserts.v
|
911
|
+
electrophoreses.v
|
912
|
+
electrophores.v
|
913
|
+
electroplates.v
|
914
|
+
electroporates.v
|
915
|
+
electrotransfers.v
|
916
|
+
electroverts.v
|
917
|
+
elutes.v
|
918
|
+
elutriates.v
|
919
|
+
emaciates.v
|
920
|
+
embolises.v
|
921
|
+
embrocates.v
|
922
|
+
emedullates.v
|
923
|
+
empathises.v
|
924
|
+
emphasises.v
|
925
|
+
emplaces.v
|
926
|
+
emulsions.v
|
927
|
+
enamors.v
|
928
|
+
enamours.v
|
929
|
+
encapsulates.v
|
930
|
+
enchains.v
|
931
|
+
encores.v
|
932
|
+
encrusts.v
|
933
|
+
endarterectomises.v
|
934
|
+
endarterectomizes.v
|
935
|
+
endoscopes.v
|
936
|
+
endothelialises.v
|
937
|
+
endues.v
|
938
|
+
energises.v
|
939
|
+
energizes.v
|
940
|
+
enfeebles.v
|
941
|
+
engrafts.v
|
942
|
+
engrails.v
|
943
|
+
enkindles.v
|
944
|
+
enlaces.v
|
945
|
+
enlacs.v
|
946
|
+
enplanes.v
|
947
|
+
enraptures.v
|
948
|
+
ensheathes.v
|
949
|
+
ensheaths.v
|
950
|
+
ensilages.v
|
951
|
+
ensiles.v
|
952
|
+
enterectomises.v
|
953
|
+
enterectomizes.v
|
954
|
+
entrenches.v
|
955
|
+
entropionizes.v
|
956
|
+
envenoms.v
|
957
|
+
environs.v
|
958
|
+
enwraps.v
|
959
|
+
epilates.v
|
960
|
+
epimerises.v
|
961
|
+
epithelialises.v
|
962
|
+
epithelializes.v
|
963
|
+
epithelises.v
|
964
|
+
epithelizes.v
|
965
|
+
epitomises.v
|
966
|
+
epoxidises.v
|
967
|
+
epoxidizes.v
|
968
|
+
equalises.v
|
969
|
+
equilibrates.v
|
970
|
+
eroticises.v
|
971
|
+
eroticizes.v
|
972
|
+
erotises.v
|
973
|
+
erotizes.v
|
974
|
+
essays.v
|
975
|
+
esterifies.v
|
976
|
+
estranges.v
|
977
|
+
estrogenises.v
|
978
|
+
estrogenizes.v
|
979
|
+
etherises.v
|
980
|
+
etherizes.v
|
981
|
+
ethylates.v
|
982
|
+
euthanatises.v
|
983
|
+
euthanatizes.v
|
984
|
+
euthanises.v
|
985
|
+
euthanizes.v
|
986
|
+
evaginates.v
|
987
|
+
everts.v
|
988
|
+
evidences.v
|
989
|
+
exacts.v
|
990
|
+
exanimates.v
|
991
|
+
excerpts.v
|
992
|
+
exchange-transfuses.v
|
993
|
+
excogitates.v
|
994
|
+
execrates.v
|
995
|
+
exenterates.v
|
996
|
+
exorcises.v
|
997
|
+
expatriates.v
|
998
|
+
exsanguinates.v
|
999
|
+
exsects.v
|
1000
|
+
exsomatizes.v
|
1001
|
+
exteriorises.v
|
1002
|
+
exteriorizes.v
|
1003
|
+
externalises.v
|
1004
|
+
extrudes.v
|
1005
|
+
extubates.v
|
1006
|
+
factorises.v
|
1007
|
+
factorizes.v
|
1008
|
+
faggots.v
|
1009
|
+
fagots.v
|
1010
|
+
familiarises.v
|
1011
|
+
fantasises.v
|
1012
|
+
faradises.v
|
1013
|
+
faradizes.v
|
1014
|
+
farnesylates.v
|
1015
|
+
fathers.v
|
1016
|
+
feather-beds.v
|
1017
|
+
fecundates.v
|
1018
|
+
federalises.v
|
1019
|
+
federalizes.v
|
1020
|
+
felicitates.v
|
1021
|
+
feminises.v
|
1022
|
+
feminizes.v
|
1023
|
+
fenestrates.v
|
1024
|
+
fertilises.v
|
1025
|
+
feus.v
|
1026
|
+
fictionalises.v
|
1027
|
+
fictionalizes.v
|
1028
|
+
field-tests.v
|
1029
|
+
filches.v
|
1030
|
+
filtrates.v
|
1031
|
+
finalises.v
|
1032
|
+
fingerprints.v
|
1033
|
+
fire-proofs.v
|
1034
|
+
fireproofs.v
|
1035
|
+
fissures.v
|
1036
|
+
fistulises.v
|
1037
|
+
flabbergasts.v
|
1038
|
+
flanges.v
|
1039
|
+
flecks.v
|
1040
|
+
fleshes.v
|
1041
|
+
flexibilises.v
|
1042
|
+
flexibilizes.v
|
1043
|
+
flounces.v
|
1044
|
+
floures.v
|
1045
|
+
flours.v
|
1046
|
+
fluidizes.v
|
1047
|
+
fluoresceinates.v
|
1048
|
+
fluoridises.v
|
1049
|
+
fluoridizes.v
|
1050
|
+
fluoroscopes.v
|
1051
|
+
flutes.v
|
1052
|
+
foals.v
|
1053
|
+
focalises.v
|
1054
|
+
fogs.v
|
1055
|
+
footles.v
|
1056
|
+
footnotes.v
|
1057
|
+
footprints.v
|
1058
|
+
footslogs.v
|
1059
|
+
forays.v
|
1060
|
+
forbodes.v
|
1061
|
+
forebids.v
|
1062
|
+
forebodes.v
|
1063
|
+
foredooms.v
|
1064
|
+
foregrounds.v
|
1065
|
+
foreknows.v
|
1066
|
+
forests.v
|
1067
|
+
foretastes.v
|
1068
|
+
formalinises.v
|
1069
|
+
formalinizes.v
|
1070
|
+
formalises.v
|
1071
|
+
formats.v
|
1072
|
+
formylates.v
|
1073
|
+
fossilises.v
|
1074
|
+
fowls.v
|
1075
|
+
foxs.v
|
1076
|
+
fractionates.v
|
1077
|
+
franchises.v
|
1078
|
+
fraternises.v
|
1079
|
+
freckles.v
|
1080
|
+
free-grafts.v
|
1081
|
+
freeze_dries
|
1082
|
+
freeze-dries.v
|
1083
|
+
freeze-fractures.v
|
1084
|
+
freights.v
|
1085
|
+
fringes.v
|
1086
|
+
frolicks.v
|
1087
|
+
fruits.v
|
1088
|
+
fuddles.v
|
1089
|
+
functionalises.v
|
1090
|
+
functionalizes.v
|
1091
|
+
funks.v
|
1092
|
+
furcates.v
|
1093
|
+
furs.v
|
1094
|
+
gabbles.v
|
1095
|
+
gabs.v
|
1096
|
+
gads.v
|
1097
|
+
galactosylates.v
|
1098
|
+
galavants.v
|
1099
|
+
galivants.v
|
1100
|
+
galvanises.v
|
1101
|
+
gamms.v
|
1102
|
+
ganglionectomises.v
|
1103
|
+
ganglionectomizes.v
|
1104
|
+
gangrenes.v
|
1105
|
+
gaps.v
|
1106
|
+
garages.v
|
1107
|
+
garlands.v
|
1108
|
+
garotes.v
|
1109
|
+
garots.v
|
1110
|
+
garrotes.v
|
1111
|
+
garrots.v
|
1112
|
+
gases.v
|
1113
|
+
gasses.v
|
1114
|
+
gastrectomises.v
|
1115
|
+
gastrectomizes.v
|
1116
|
+
gates.v
|
1117
|
+
gavages.v
|
1118
|
+
gazetes.v
|
1119
|
+
gazets.v
|
1120
|
+
gelatinises.v
|
1121
|
+
gelds.v
|
1122
|
+
generalises.v
|
1123
|
+
genotypes.v
|
1124
|
+
gens.v
|
1125
|
+
gentles.v
|
1126
|
+
geocodes.v
|
1127
|
+
geranylgeranylates.v
|
1128
|
+
ghosts.v
|
1129
|
+
gingers.v
|
1130
|
+
girdles.v
|
1131
|
+
girts.v
|
1132
|
+
glaces.v
|
1133
|
+
glamorises.v
|
1134
|
+
glissades.v
|
1135
|
+
globalises.v
|
1136
|
+
glomectomises.v
|
1137
|
+
glomectomizes.v
|
1138
|
+
gloms.v
|
1139
|
+
gloves.v
|
1140
|
+
glucoronises.v
|
1141
|
+
glucuronidates.v
|
1142
|
+
glues.v
|
1143
|
+
glycates.v
|
1144
|
+
glycerolates.v
|
1145
|
+
glycerolizes.v
|
1146
|
+
glycosylates.v
|
1147
|
+
gonadectomizes.v
|
1148
|
+
gooses.v
|
1149
|
+
gormandises.v
|
1150
|
+
gowns.v
|
1151
|
+
grains.v
|
1152
|
+
grandfathers.v
|
1153
|
+
grandparents.v
|
1154
|
+
graphs.v
|
1155
|
+
grasses.v
|
1156
|
+
greens.v
|
1157
|
+
grimes.v
|
1158
|
+
grizzles.v
|
1159
|
+
grommets.v
|
1160
|
+
grubs.v
|
1161
|
+
guests.v
|
1162
|
+
gulls.v
|
1163
|
+
gussets.v
|
1164
|
+
guys.v
|
1165
|
+
habilitates.v
|
1166
|
+
habituates.v
|
1167
|
+
haemagglutinates.v
|
1168
|
+
haemoagglutinates.v
|
1169
|
+
haemocoagulates.v
|
1170
|
+
haemodialyses.v
|
1171
|
+
haemodialyzes.v
|
1172
|
+
haemodilutes.v
|
1173
|
+
haemolyses.v
|
1174
|
+
haemolyzes.v
|
1175
|
+
haemoperfuses.v
|
1176
|
+
haemorrhages.v
|
1177
|
+
hallmarks.v
|
1178
|
+
halogenates.v
|
1179
|
+
handpicks.v
|
1180
|
+
haploidises.v
|
1181
|
+
haps.v
|
1182
|
+
haptenates.v
|
1183
|
+
harmonises.v
|
1184
|
+
hasps.v
|
1185
|
+
headlines.v
|
1186
|
+
hemicastrates.v
|
1187
|
+
hemi-deletes.v
|
1188
|
+
hemisects.v
|
1189
|
+
hemispherectomises.v
|
1190
|
+
hemispherectomizes.v
|
1191
|
+
hemodialyses.v
|
1192
|
+
hemodialyzes.v
|
1193
|
+
hemodilutes.v
|
1194
|
+
hemolyses.v
|
1195
|
+
hemoperfuses.v
|
1196
|
+
hemorrhages.v
|
1197
|
+
heparinises.v
|
1198
|
+
heparinizes.v
|
1199
|
+
hepatectomises.v
|
1200
|
+
hepatectomizes.v
|
1201
|
+
heterodimerises.v
|
1202
|
+
hexes.v
|
1203
|
+
hies.v
|
1204
|
+
high-jacks.v
|
1205
|
+
hirudinizes.v
|
1206
|
+
histocultures.v
|
1207
|
+
hobos.v
|
1208
|
+
holes.v
|
1209
|
+
holidays.v
|
1210
|
+
homes.v
|
1211
|
+
homodimerises.v
|
1212
|
+
homodimerizes.v
|
1213
|
+
homogenises.v
|
1214
|
+
homografts.v
|
1215
|
+
honeycombs.v
|
1216
|
+
hoops.v
|
1217
|
+
horses.v
|
1218
|
+
hospitalises.v
|
1219
|
+
hots.v
|
1220
|
+
hoves.v
|
1221
|
+
hoxes.v
|
1222
|
+
humanises.v
|
1223
|
+
humanizes.v
|
1224
|
+
humors.v
|
1225
|
+
hurdles.v
|
1226
|
+
husbands.v
|
1227
|
+
hyalinises.v
|
1228
|
+
hyalinizes.v
|
1229
|
+
hybridises.v
|
1230
|
+
hydrogenates.v
|
1231
|
+
hydrogenizes.v
|
1232
|
+
hydrolises.v
|
1233
|
+
hydrolizes.v
|
1234
|
+
hydrolyses.v
|
1235
|
+
hydroxylates.v
|
1236
|
+
hyes.v
|
1237
|
+
hymns.v
|
1238
|
+
hyperacetylates.v
|
1239
|
+
hyperactivates.v
|
1240
|
+
hypercontracts.v
|
1241
|
+
hyperdefaecates.v
|
1242
|
+
hyperexpresses.v
|
1243
|
+
hyperextends.v
|
1244
|
+
hyperfiltrates.v
|
1245
|
+
hyperfractionates.v
|
1246
|
+
hyperimmunises.v
|
1247
|
+
hyperimmunizes.v
|
1248
|
+
hyper-induces.v
|
1249
|
+
hyperinduces.v
|
1250
|
+
hyperinnervates.v
|
1251
|
+
hyperluteinises.v
|
1252
|
+
hyper-methylates.v
|
1253
|
+
hypermethylates.v
|
1254
|
+
hypernucleates.v
|
1255
|
+
hyperpolarises.v
|
1256
|
+
hyperproduces.v
|
1257
|
+
hypersensitises.v
|
1258
|
+
hyperstimulates.v
|
1259
|
+
hypertransfuses.v
|
1260
|
+
hypertrophies.v
|
1261
|
+
hypnoidizes.v
|
1262
|
+
hypnotises.v
|
1263
|
+
hypomineralises.v
|
1264
|
+
hypomineralizes.v
|
1265
|
+
hypo-phosphorylates.v
|
1266
|
+
hypophosphorylates.v
|
1267
|
+
hypophysectomises.v
|
1268
|
+
hypophysectomizes.v
|
1269
|
+
hyposensitizes.v
|
1270
|
+
hypothecates.v
|
1271
|
+
hysterectomises.v
|
1272
|
+
hysterectomizes.v
|
1273
|
+
idealises.v
|
1274
|
+
idolises.v
|
1275
|
+
imbeds.v
|
1276
|
+
immobilises.v
|
1277
|
+
immortalises.v
|
1278
|
+
immunises.v
|
1279
|
+
immunoabsorbs.v
|
1280
|
+
immunoadsorbs.v
|
1281
|
+
immuno-assays.v
|
1282
|
+
immunoassays.v
|
1283
|
+
immunoblots.v
|
1284
|
+
immunocompromises.v
|
1285
|
+
immunodepletes.v
|
1286
|
+
immunodepresses.v
|
1287
|
+
immunoenhances.v
|
1288
|
+
immunoexpresses.v
|
1289
|
+
immunoinhibits.v
|
1290
|
+
immunoisolates.v
|
1291
|
+
immunolabels.v
|
1292
|
+
immunolocalises.v
|
1293
|
+
immunolocalizes.v
|
1294
|
+
immunoneutralises.v
|
1295
|
+
immunoneutralizes.v
|
1296
|
+
immunophenotypes.v
|
1297
|
+
immunopurifies.v
|
1298
|
+
immunoradioassays.v
|
1299
|
+
immunoregulates.v
|
1300
|
+
immunoscreens.v
|
1301
|
+
immunoselects.v
|
1302
|
+
immunostains.v
|
1303
|
+
immunostimulates.v
|
1304
|
+
immunosuppresses.v
|
1305
|
+
immuno-targets.v
|
1306
|
+
immunotargets.v
|
1307
|
+
immunotitrates.v
|
1308
|
+
immunotypes.v
|
1309
|
+
immures.v
|
1310
|
+
impersonalises.v
|
1311
|
+
impersonalizes.v
|
1312
|
+
importunes.v
|
1313
|
+
incises.v
|
1314
|
+
incloses.v
|
1315
|
+
incommodes.v
|
1316
|
+
increments.v
|
1317
|
+
inculpates.v
|
1318
|
+
individualises.v
|
1319
|
+
individualizes.v
|
1320
|
+
indorses.v
|
1321
|
+
indues.v
|
1322
|
+
industrialises.v
|
1323
|
+
inebriates.v
|
1324
|
+
influxs.v
|
1325
|
+
ingles.v
|
1326
|
+
ingrafts.v
|
1327
|
+
ingrains.v
|
1328
|
+
inhumes.v
|
1329
|
+
inhums.v
|
1330
|
+
initialises.v
|
1331
|
+
initializes.v
|
1332
|
+
inlays.v
|
1333
|
+
innervates.v
|
1334
|
+
inputs.v
|
1335
|
+
insets.v
|
1336
|
+
insolubilises.v
|
1337
|
+
insolubilizes.v
|
1338
|
+
insonifies.v
|
1339
|
+
instances.v
|
1340
|
+
institutionalises.v
|
1341
|
+
instruments.v
|
1342
|
+
insufflates.v
|
1343
|
+
intellectualises.v
|
1344
|
+
intellectualizes.v
|
1345
|
+
intercalates.v
|
1346
|
+
interconverts.v
|
1347
|
+
interfaces.v
|
1348
|
+
interiorises.v
|
1349
|
+
interiorizes.v
|
1350
|
+
interlaces.v
|
1351
|
+
interlards.v
|
1352
|
+
interleafs.v
|
1353
|
+
interlinks.v
|
1354
|
+
internalises.v
|
1355
|
+
internationalises.v
|
1356
|
+
interpellates.v
|
1357
|
+
interposes.v
|
1358
|
+
interspaces.v
|
1359
|
+
intrenches.v
|
1360
|
+
introjects.v
|
1361
|
+
introverts.v
|
1362
|
+
intrusts.v
|
1363
|
+
intubates.v
|
1364
|
+
inures.v
|
1365
|
+
inventorys.v
|
1366
|
+
invoices.v
|
1367
|
+
iodinates.v
|
1368
|
+
iodises.v
|
1369
|
+
ionises.v
|
1370
|
+
iontophoreses.v
|
1371
|
+
iridectomizes.v
|
1372
|
+
isoimmunises.v
|
1373
|
+
isoimmunizes.v
|
1374
|
+
isomerises.v
|
1375
|
+
italicises.v
|
1376
|
+
itemises.v
|
1377
|
+
jackets.v
|
1378
|
+
jack_knifes
|
1379
|
+
jackknifes.v
|
1380
|
+
jecorizes.v
|
1381
|
+
jejunectomises.v
|
1382
|
+
jejunectomizes.v
|
1383
|
+
jeopardises.v
|
1384
|
+
joints.v
|
1385
|
+
juices.v
|
1386
|
+
junks.v
|
1387
|
+
karyotypes.v
|
1388
|
+
keens.v
|
1389
|
+
kennels.v
|
1390
|
+
kents.v
|
1391
|
+
keratinises.v
|
1392
|
+
keys.v
|
1393
|
+
kinks.v
|
1394
|
+
knees.v
|
1395
|
+
KO's.v
|
1396
|
+
labilises.v
|
1397
|
+
labyrinthectomises.v
|
1398
|
+
labyrinthectomizes.v
|
1399
|
+
lacrymates.v
|
1400
|
+
lactonises.v
|
1401
|
+
ladders.v
|
1402
|
+
lambasts.v
|
1403
|
+
lambs.v
|
1404
|
+
lames.v
|
1405
|
+
laminectomises.v
|
1406
|
+
laminectomizes.v
|
1407
|
+
lams.v
|
1408
|
+
laparotomises.v
|
1409
|
+
laparotomizes.v
|
1410
|
+
lapinises.v
|
1411
|
+
lapinizes.v
|
1412
|
+
lards.v
|
1413
|
+
lariates.v
|
1414
|
+
lariats.v
|
1415
|
+
larks.v
|
1416
|
+
laryngectomises.v
|
1417
|
+
laryngectomizes.v
|
1418
|
+
lasers.v
|
1419
|
+
lassoes.v
|
1420
|
+
lassooes.v
|
1421
|
+
lateralises.v
|
1422
|
+
lathers.v
|
1423
|
+
lathes.v
|
1424
|
+
lavages.v
|
1425
|
+
layers.v
|
1426
|
+
leaflets.v
|
1427
|
+
leagues.v
|
1428
|
+
leap-frogs.v
|
1429
|
+
leashs.v
|
1430
|
+
leechs.v
|
1431
|
+
leeps.v
|
1432
|
+
legalises.v
|
1433
|
+
legitimates.v
|
1434
|
+
legitimatises.v
|
1435
|
+
legitimises.v
|
1436
|
+
legitimizes.v
|
1437
|
+
lentectomizes.v
|
1438
|
+
lesions.v
|
1439
|
+
letters.v
|
1440
|
+
liberalises.v
|
1441
|
+
ligates.v
|
1442
|
+
lilts.v
|
1443
|
+
limes.v
|
1444
|
+
limns.v
|
1445
|
+
linearizes.v
|
1446
|
+
linges.v
|
1447
|
+
lings.v
|
1448
|
+
lins.v
|
1449
|
+
lipectomises.v
|
1450
|
+
lipectomizes.v
|
1451
|
+
lipidates.v
|
1452
|
+
liposuctions.v
|
1453
|
+
lipoxygenates.v
|
1454
|
+
lips.v
|
1455
|
+
liquifies.v
|
1456
|
+
lithographs.v
|
1457
|
+
lithotomizes.v
|
1458
|
+
lobectomises.v
|
1459
|
+
lobectomizes.v
|
1460
|
+
lobotomises.v
|
1461
|
+
lobotomizes.v
|
1462
|
+
looses.v
|
1463
|
+
lords.v
|
1464
|
+
Lords.v
|
1465
|
+
loupes.v
|
1466
|
+
loups.v
|
1467
|
+
loures.v
|
1468
|
+
lours.v
|
1469
|
+
lows.v
|
1470
|
+
lubrifies.v
|
1471
|
+
lucks.v
|
1472
|
+
luteinises.v
|
1473
|
+
luxates.v
|
1474
|
+
lymphadenectomises.v
|
1475
|
+
lymphadenectomizes.v
|
1476
|
+
lyophilises.v
|
1477
|
+
lyophilizes.v
|
1478
|
+
lypophilises.v
|
1479
|
+
lypophilizes.v
|
1480
|
+
lysogenises.v
|
1481
|
+
lysogenizes.v
|
1482
|
+
macadamises.v
|
1483
|
+
macadamizes.v
|
1484
|
+
machines.v
|
1485
|
+
macroencapsulates.v
|
1486
|
+
magnetises.v
|
1487
|
+
mainstreams.v
|
1488
|
+
malaxates.v
|
1489
|
+
malignises.v
|
1490
|
+
malpositions.v
|
1491
|
+
malts.v
|
1492
|
+
mantles.v
|
1493
|
+
manumits.v
|
1494
|
+
manures.v
|
1495
|
+
marathons.v
|
1496
|
+
Marathons.v
|
1497
|
+
marginates.v
|
1498
|
+
marinades.v
|
1499
|
+
marsupializes.v
|
1500
|
+
masculinises.v
|
1501
|
+
masculinizes.v
|
1502
|
+
massacres.v
|
1503
|
+
mastectomises.v
|
1504
|
+
mastectomizes.v
|
1505
|
+
master-minds.v
|
1506
|
+
materialises.v
|
1507
|
+
mats.v
|
1508
|
+
maximises.v
|
1509
|
+
mazes.v
|
1510
|
+
mechanises.v
|
1511
|
+
medialises.v
|
1512
|
+
medicalises.v
|
1513
|
+
medicalizes.v
|
1514
|
+
medisects.v
|
1515
|
+
medullectomises.v
|
1516
|
+
medullectomizes.v
|
1517
|
+
melanises.v
|
1518
|
+
melanizes.v
|
1519
|
+
mentors.v
|
1520
|
+
mercerises.v
|
1521
|
+
mercerizes.v
|
1522
|
+
merchandises.v
|
1523
|
+
mercurates.v
|
1524
|
+
mercurializes.v
|
1525
|
+
mercuriates.v
|
1526
|
+
mesmerises.v
|
1527
|
+
metabolises.v
|
1528
|
+
metabolizes.v
|
1529
|
+
metals.v
|
1530
|
+
metastasises.v
|
1531
|
+
meters.v
|
1532
|
+
methylates.v
|
1533
|
+
metres.v
|
1534
|
+
metricises.v
|
1535
|
+
micellises.v
|
1536
|
+
microagglutinates.v
|
1537
|
+
microaggregates.v
|
1538
|
+
microbiopsies.v
|
1539
|
+
microcannulates.v
|
1540
|
+
microcatheterises.v
|
1541
|
+
microcatheterizes.v
|
1542
|
+
microcomputerises.v
|
1543
|
+
microcomputerizes.v
|
1544
|
+
microdetermines.v
|
1545
|
+
microdilutes.v
|
1546
|
+
microdissects.v
|
1547
|
+
microembolises.v
|
1548
|
+
microfills.v
|
1549
|
+
microfilters.v
|
1550
|
+
microinjects.v
|
1551
|
+
micromanipulates.v
|
1552
|
+
micromills.v
|
1553
|
+
micromodifies.v
|
1554
|
+
micronises.v
|
1555
|
+
micronizes.v
|
1556
|
+
microperfuses.v
|
1557
|
+
microprocesses.v
|
1558
|
+
microsequences.v
|
1559
|
+
microtitrates.v
|
1560
|
+
microtomes.v
|
1561
|
+
microwaves.v
|
1562
|
+
middles.v
|
1563
|
+
mildews.v
|
1564
|
+
militarises.v
|
1565
|
+
militarizes.v
|
1566
|
+
mimetises.v
|
1567
|
+
mimetizes.v
|
1568
|
+
mineralises.v
|
1569
|
+
mineralizes.v
|
1570
|
+
miniaturises.v
|
1571
|
+
minifies.v
|
1572
|
+
minimises.v
|
1573
|
+
minutes.v
|
1574
|
+
misadvises.v
|
1575
|
+
misattributes.v
|
1576
|
+
miscalls.v
|
1577
|
+
misclassifies.v
|
1578
|
+
miscodes.v
|
1579
|
+
misconducts.v
|
1580
|
+
misdiagnoses.v
|
1581
|
+
mis-folds.v
|
1582
|
+
misidentifies.v
|
1583
|
+
misincorporates.v
|
1584
|
+
mislabels.v
|
1585
|
+
mislocalises.v
|
1586
|
+
mislocalizes.v
|
1587
|
+
mismatches.v
|
1588
|
+
mispairs.v
|
1589
|
+
misperceives.v
|
1590
|
+
misprints.v
|
1591
|
+
misrecognises.v
|
1592
|
+
misrecognizes.v
|
1593
|
+
misregulates.v
|
1594
|
+
misrepairs.v
|
1595
|
+
misroutes.v
|
1596
|
+
misrules.v
|
1597
|
+
misspecifies.v
|
1598
|
+
mis-tunes.v
|
1599
|
+
mistunes.v
|
1600
|
+
miters.v
|
1601
|
+
mitres.v
|
1602
|
+
mobilises.v
|
1603
|
+
modernises.v
|
1604
|
+
moires.v
|
1605
|
+
moisturises.v
|
1606
|
+
moisturizes.v
|
1607
|
+
molders.v
|
1608
|
+
monophosphorylates.v
|
1609
|
+
monopolises.v
|
1610
|
+
moonlights.v
|
1611
|
+
moralises.v
|
1612
|
+
morcellates.v
|
1613
|
+
morphinizes.v
|
1614
|
+
morses.v
|
1615
|
+
Morses.v
|
1616
|
+
mortices.v
|
1617
|
+
mortises.v
|
1618
|
+
mothers.v
|
1619
|
+
moth-proofs.v
|
1620
|
+
motorcycles.v
|
1621
|
+
motorises.v
|
1622
|
+
muckrakes.v
|
1623
|
+
mulcts.v
|
1624
|
+
multimerises.v
|
1625
|
+
mummifies.v
|
1626
|
+
mummys.v
|
1627
|
+
mumps.v
|
1628
|
+
muscles.v
|
1629
|
+
muscularises.v
|
1630
|
+
mutagenizes.v
|
1631
|
+
myectomizes.v
|
1632
|
+
myristoylates.v
|
1633
|
+
narcotizes.v
|
1634
|
+
narks.v
|
1635
|
+
nasalises.v
|
1636
|
+
nasalizes.v
|
1637
|
+
nationalises.v
|
1638
|
+
naturalises.v
|
1639
|
+
nauseates.v
|
1640
|
+
nebulises.v
|
1641
|
+
nebulizes.v
|
1642
|
+
necropsies.v
|
1643
|
+
necrotises.v
|
1644
|
+
negatives.v
|
1645
|
+
neighbors.v
|
1646
|
+
neighbours.v
|
1647
|
+
nephrectomises.v
|
1648
|
+
neps.v
|
1649
|
+
nerves.v
|
1650
|
+
nesslerises.v
|
1651
|
+
nesslerizes.v
|
1652
|
+
neuromodulates.v
|
1653
|
+
neurostimulates.v
|
1654
|
+
neutralises.v
|
1655
|
+
niches.v
|
1656
|
+
nickels.v
|
1657
|
+
nims.v
|
1658
|
+
Nissl-stains.v
|
1659
|
+
nitrates.v
|
1660
|
+
nitrosates.v
|
1661
|
+
nitrosylates.v
|
1662
|
+
nobbles.v
|
1663
|
+
nonpluses.v
|
1664
|
+
nooses.v
|
1665
|
+
normalises.v
|
1666
|
+
noses.v
|
1667
|
+
notchs.v
|
1668
|
+
objectifies.v
|
1669
|
+
objurgates.v
|
1670
|
+
oblates.v
|
1671
|
+
obtrudes.v
|
1672
|
+
obtunds.v
|
1673
|
+
obturates.v
|
1674
|
+
oestrogenises.v
|
1675
|
+
oestrogenizes.v
|
1676
|
+
oints.v
|
1677
|
+
O.K.s.v
|
1678
|
+
OKs.v
|
1679
|
+
oligomerises.v
|
1680
|
+
oligomerizes.v
|
1681
|
+
oophorectomises.v
|
1682
|
+
oophorectomizes.v
|
1683
|
+
operationalises.v
|
1684
|
+
operationalizes.v
|
1685
|
+
oppugns.v
|
1686
|
+
opsonifies.v
|
1687
|
+
opsonises.v
|
1688
|
+
optimises.v
|
1689
|
+
optimizes.v
|
1690
|
+
orchidectomises.v
|
1691
|
+
orchidectomizes.v
|
1692
|
+
ordinates.v
|
1693
|
+
organises.v
|
1694
|
+
orphans.v
|
1695
|
+
osmicates.v
|
1696
|
+
osteotomises.v
|
1697
|
+
osteotomizes.v
|
1698
|
+
ostracises.v
|
1699
|
+
outbides.v
|
1700
|
+
outbraves.v
|
1701
|
+
out-competes.v
|
1702
|
+
outcompetes.v
|
1703
|
+
outdates.v
|
1704
|
+
outfaces.v
|
1705
|
+
out-Herods.v
|
1706
|
+
outmaneuvers.v
|
1707
|
+
outmarches.v
|
1708
|
+
outmatches.v
|
1709
|
+
out-paces.v
|
1710
|
+
outpaces.v
|
1711
|
+
outperforms.v
|
1712
|
+
outpoints.v
|
1713
|
+
outputs.v
|
1714
|
+
outranges.v
|
1715
|
+
outrangs.v
|
1716
|
+
outrivals.v
|
1717
|
+
outsails.v
|
1718
|
+
outspreads.v
|
1719
|
+
outstrips.v
|
1720
|
+
outvies.v
|
1721
|
+
outwears.v
|
1722
|
+
ovariectomises.v
|
1723
|
+
ovariectomizes.v
|
1724
|
+
overarches.v
|
1725
|
+
over-associates.v
|
1726
|
+
overassociates.v
|
1727
|
+
over-burdens.v
|
1728
|
+
over-capitalises.v
|
1729
|
+
overcapitalises.v
|
1730
|
+
over-capitalizes.v
|
1731
|
+
overcapitalizes.v
|
1732
|
+
over-charges.v
|
1733
|
+
over-consumes.v
|
1734
|
+
overconsumes.v
|
1735
|
+
over-cooks.v
|
1736
|
+
overcorrects.v
|
1737
|
+
overcrops.v
|
1738
|
+
over-crowds.v
|
1739
|
+
over-detects.v
|
1740
|
+
overdetects.v
|
1741
|
+
overdiagnoses.v
|
1742
|
+
overdoses.v
|
1743
|
+
over-eats.v
|
1744
|
+
over-elongates.v
|
1745
|
+
overelongates.v
|
1746
|
+
overemphasises.v
|
1747
|
+
over-emphasizes.v
|
1748
|
+
over-estimates.v
|
1749
|
+
over-exerts.v
|
1750
|
+
over-exposes.v
|
1751
|
+
overexpresses.v
|
1752
|
+
over-feeds.v
|
1753
|
+
over-hangs.v
|
1754
|
+
overhangs.v
|
1755
|
+
over-heats.v
|
1756
|
+
over-inserts.v
|
1757
|
+
overinserts.v
|
1758
|
+
overlays.v
|
1759
|
+
over-learns.v
|
1760
|
+
overlearns.v
|
1761
|
+
overleeps.v
|
1762
|
+
overmasters.v
|
1763
|
+
over-praises.v
|
1764
|
+
over-predicts.v
|
1765
|
+
overpredicts.v
|
1766
|
+
over-produces.v
|
1767
|
+
over-proliferates.v
|
1768
|
+
over-refers.v
|
1769
|
+
overrefers.v
|
1770
|
+
over-reports.v
|
1771
|
+
overreports.v
|
1772
|
+
over-represents.v
|
1773
|
+
overrepresents.v
|
1774
|
+
oversaturates.v
|
1775
|
+
over-secretes.v
|
1776
|
+
oversews.v
|
1777
|
+
over-simplifies.v
|
1778
|
+
over-stages.v
|
1779
|
+
overstages.v
|
1780
|
+
overstains.v
|
1781
|
+
overstimulates.v
|
1782
|
+
over-strains.v
|
1783
|
+
over-stretches.v
|
1784
|
+
overstretches.v
|
1785
|
+
over-synthesises.v
|
1786
|
+
oversynthesises.v
|
1787
|
+
over-synthesizes.v
|
1788
|
+
oversynthesizes.v
|
1789
|
+
over-transcribes.v
|
1790
|
+
overtreats.v
|
1791
|
+
overuses.v
|
1792
|
+
over-values.v
|
1793
|
+
overventilates.v
|
1794
|
+
overviews.v
|
1795
|
+
over_weights
|
1796
|
+
overweights.v
|
1797
|
+
over-wraps.v
|
1798
|
+
overwraps.v
|
1799
|
+
oxidises.v
|
1800
|
+
oxygenises.v
|
1801
|
+
oxygenizes.v
|
1802
|
+
ozonises.v
|
1803
|
+
ozonizes.v
|
1804
|
+
palisades.v
|
1805
|
+
palliates.v
|
1806
|
+
palpates.v
|
1807
|
+
palps.v
|
1808
|
+
pancreatectomizes.v
|
1809
|
+
panels.v
|
1810
|
+
paragraphs.v
|
1811
|
+
parameterises.v
|
1812
|
+
parameterizes.v
|
1813
|
+
parasitises.v
|
1814
|
+
parasitizes.v
|
1815
|
+
parasols.v
|
1816
|
+
parathyroidectomizes.v
|
1817
|
+
parboils.v
|
1818
|
+
parcels.v
|
1819
|
+
parrots.v
|
1820
|
+
particularises.v
|
1821
|
+
pasteurises.v
|
1822
|
+
pastures.v
|
1823
|
+
patronises.v
|
1824
|
+
peans.v
|
1825
|
+
peens.v
|
1826
|
+
pelletises.v
|
1827
|
+
pelletizes.v
|
1828
|
+
pellets.v
|
1829
|
+
penalises.v
|
1830
|
+
pensions.v
|
1831
|
+
peoples.v
|
1832
|
+
pepsinates.v
|
1833
|
+
pepsinises.v
|
1834
|
+
pepsinizes.v
|
1835
|
+
peptonises.v
|
1836
|
+
percusses.v
|
1837
|
+
perifuses.v
|
1838
|
+
peritomizes.v
|
1839
|
+
peritonealizes.v
|
1840
|
+
peritonizes.v
|
1841
|
+
permeabilizes.v
|
1842
|
+
permeablises.v
|
1843
|
+
peroxidises.v
|
1844
|
+
personalises.v
|
1845
|
+
pestles.v
|
1846
|
+
phagocytises.v
|
1847
|
+
phagocytizes.v
|
1848
|
+
phagocytoses.v
|
1849
|
+
phalangizes.v
|
1850
|
+
phenocopies.v
|
1851
|
+
phenolates.v
|
1852
|
+
phenotypes.v
|
1853
|
+
philosophises.v
|
1854
|
+
phlebotomises.v
|
1855
|
+
phlorhizinises.v
|
1856
|
+
phlorhizinizes.v
|
1857
|
+
phloridzinises.v
|
1858
|
+
phloridzinizes.v
|
1859
|
+
phosphonylates.v
|
1860
|
+
phosphorylates.v
|
1861
|
+
photoactivates.v
|
1862
|
+
photobleaches.v
|
1863
|
+
photodamages.v
|
1864
|
+
photodecomposes.v
|
1865
|
+
photoinactivates.v
|
1866
|
+
photoinduces.v
|
1867
|
+
photoisomerises.v
|
1868
|
+
photolabels.v
|
1869
|
+
photolyses.v
|
1870
|
+
photo-oxidises.v
|
1871
|
+
photooxidises.v
|
1872
|
+
photo-oxidizes.v
|
1873
|
+
photopolymerises.v
|
1874
|
+
photopolymerizes.v
|
1875
|
+
photoprotects.v
|
1876
|
+
photoreduces.v
|
1877
|
+
photoregulates.v
|
1878
|
+
photoreverses.v
|
1879
|
+
photosensitises.v
|
1880
|
+
photostates.v
|
1881
|
+
photostimulates.v
|
1882
|
+
physicks.v
|
1883
|
+
piggybacks.v
|
1884
|
+
pillows.v
|
1885
|
+
pills.v
|
1886
|
+
pinds.v
|
1887
|
+
pinealectomises.v
|
1888
|
+
pinealectomizes.v
|
1889
|
+
pinions.v
|
1890
|
+
pinks.v
|
1891
|
+
pin-points.v
|
1892
|
+
pipettes.v
|
1893
|
+
piths.v
|
1894
|
+
plagiarises.v
|
1895
|
+
plaits.v
|
1896
|
+
planimeters.v
|
1897
|
+
planks.v
|
1898
|
+
plasmolyses.v
|
1899
|
+
plasmolyzes.v
|
1900
|
+
plateaus.v
|
1901
|
+
plates.v
|
1902
|
+
platinates.v
|
1903
|
+
pleas.v
|
1904
|
+
pleats.v
|
1905
|
+
plicates.v
|
1906
|
+
plumps.v
|
1907
|
+
plums.v
|
1908
|
+
plunks.v
|
1909
|
+
pneumonectomises.v
|
1910
|
+
pneumonectomizes.v
|
1911
|
+
pods.v
|
1912
|
+
polarises.v
|
1913
|
+
pole-axes.v
|
1914
|
+
poleaxes.v
|
1915
|
+
poleaxs.v
|
1916
|
+
politicises.v
|
1917
|
+
politzerizes.v
|
1918
|
+
pollacks.v
|
1919
|
+
pollards.v
|
1920
|
+
polyadenalates.v
|
1921
|
+
polyadenylates.v
|
1922
|
+
polyglutamylates.v
|
1923
|
+
polymerises.v
|
1924
|
+
polymerizes.v
|
1925
|
+
pomades.v
|
1926
|
+
pommels.v
|
1927
|
+
poniards.v
|
1928
|
+
popularises.v
|
1929
|
+
portacaval_shunts
|
1930
|
+
portions.v
|
1931
|
+
postfixes.v
|
1932
|
+
potentiates.v
|
1933
|
+
poultices.v
|
1934
|
+
powers.v
|
1935
|
+
prawns.v
|
1936
|
+
preabsorbs.v
|
1937
|
+
preachifies.v
|
1938
|
+
preadmits.v
|
1939
|
+
precepts.v
|
1940
|
+
precises.v
|
1941
|
+
precoats.v
|
1942
|
+
precooks.v
|
1943
|
+
precools.v
|
1944
|
+
precultures.v
|
1945
|
+
predates.v
|
1946
|
+
predeceases.v
|
1947
|
+
predefines.v
|
1948
|
+
predestinates.v
|
1949
|
+
pre-digests.v
|
1950
|
+
predigests.v
|
1951
|
+
pre-embeds.v
|
1952
|
+
preembeds.v
|
1953
|
+
pre-establishes.v
|
1954
|
+
preestablishes.v
|
1955
|
+
preexists.v
|
1956
|
+
pre-exposes.v
|
1957
|
+
preexposes.v
|
1958
|
+
prefeeds.v
|
1959
|
+
prefixs.v
|
1960
|
+
preimmunizes.v
|
1961
|
+
preinduces.v
|
1962
|
+
preinfects.v
|
1963
|
+
pre-irradiates.v
|
1964
|
+
preirradiates.v
|
1965
|
+
prelabels.v
|
1966
|
+
preloads.v
|
1967
|
+
preludes.v
|
1968
|
+
premedicates.v
|
1969
|
+
premiers.v
|
1970
|
+
premixes.v
|
1971
|
+
prepossesses.v
|
1972
|
+
preprints.v
|
1973
|
+
preprocesses.v
|
1974
|
+
preprograms.v
|
1975
|
+
preprotects.v
|
1976
|
+
preps.v
|
1977
|
+
prereduces.v
|
1978
|
+
prescreens.v
|
1979
|
+
preselects.v
|
1980
|
+
presensitizes.v
|
1981
|
+
pre-sets.v
|
1982
|
+
presets.v
|
1983
|
+
presoaks.v
|
1984
|
+
prespawns.v
|
1985
|
+
prespecifies.v
|
1986
|
+
pressurises.v
|
1987
|
+
prestimulates.v
|
1988
|
+
pre-surfaces.v
|
1989
|
+
pretrains.v
|
1990
|
+
pretreats.v
|
1991
|
+
previews.v
|
1992
|
+
prewarms.v
|
1993
|
+
prewashes.v
|
1994
|
+
prickles.v
|
1995
|
+
prioritises.v
|
1996
|
+
prioritizes.v
|
1997
|
+
prises.v
|
1998
|
+
privatises.v
|
1999
|
+
probates.v
|
2000
|
+
profanes.v
|
2001
|
+
professionalizes.v
|
2002
|
+
prolates.v
|
2003
|
+
prongs.v
|
2004
|
+
propagandises.v
|
2005
|
+
prophesies.v
|
2006
|
+
propitiates.v
|
2007
|
+
prorates.v
|
2008
|
+
prorogues.v
|
2009
|
+
proselytises.v
|
2010
|
+
prospects.v
|
2011
|
+
prostatectomises.v
|
2012
|
+
prostatectomizes.v
|
2013
|
+
proteolyses.v
|
2014
|
+
proteolyzes.v
|
2015
|
+
protracts.v
|
2016
|
+
provisions.v
|
2017
|
+
pseudonormalises.v
|
2018
|
+
psycho-analyses.v
|
2019
|
+
psycho-analyzes.v
|
2020
|
+
psychs.v
|
2021
|
+
ptyalizes.v
|
2022
|
+
publicises.v
|
2023
|
+
puddles.v
|
2024
|
+
pulps.v
|
2025
|
+
pulverises.v
|
2026
|
+
pups.v
|
2027
|
+
purposes.v
|
2028
|
+
purpurates.v
|
2029
|
+
putties.v
|
2030
|
+
pyridoxylates.v
|
2031
|
+
quadrisects.v
|
2032
|
+
quadruplicates.v
|
2033
|
+
quads.v
|
2034
|
+
quails.v
|
2035
|
+
quantises.v
|
2036
|
+
quantitates.v
|
2037
|
+
quantizes.v
|
2038
|
+
quarks.v
|
2039
|
+
quarrells.v
|
2040
|
+
quartisects.v
|
2041
|
+
quaternizes.v
|
2042
|
+
queens.v
|
2043
|
+
Queens.v
|
2044
|
+
quizzes.v
|
2045
|
+
rabbits.v
|
2046
|
+
radiographs.v
|
2047
|
+
radioimmunoassays.v
|
2048
|
+
radiolabells.v
|
2049
|
+
radiolabels.v
|
2050
|
+
radiolocalises.v
|
2051
|
+
radiolocalizes.v
|
2052
|
+
radiosensitises.v
|
2053
|
+
radiosensitizes.v
|
2054
|
+
ranches.v
|
2055
|
+
ranchs.v
|
2056
|
+
randomises.v
|
2057
|
+
randomizes.v
|
2058
|
+
rappels.v
|
2059
|
+
rarefies.v
|
2060
|
+
rases.v
|
2061
|
+
rationalises.v
|
2062
|
+
rays.v
|
2063
|
+
razors.v
|
2064
|
+
reabsorbs.v
|
2065
|
+
reaccumulates.v
|
2066
|
+
reacquires.v
|
2067
|
+
re-adapts.v
|
2068
|
+
readdresses.v
|
2069
|
+
readds.v
|
2070
|
+
readies.v
|
2071
|
+
readministers.v
|
2072
|
+
re-afforests.v
|
2073
|
+
reafforests.v
|
2074
|
+
reaggregates.v
|
2075
|
+
realigns.v
|
2076
|
+
realises.v
|
2077
|
+
reallocates.v
|
2078
|
+
re-amplifies.v
|
2079
|
+
reamplifies.v
|
2080
|
+
reamputates.v
|
2081
|
+
reams.v
|
2082
|
+
reanalyses.v
|
2083
|
+
reanalyzes.v
|
2084
|
+
re-animates.v
|
2085
|
+
reanimates.v
|
2086
|
+
reappraises.v
|
2087
|
+
re-approximates.v
|
2088
|
+
reapproximates.v
|
2089
|
+
re-arterialises.v
|
2090
|
+
rearterialises.v
|
2091
|
+
re-arterializes.v
|
2092
|
+
rearterializes.v
|
2093
|
+
reasserts.v
|
2094
|
+
reassigns.v
|
2095
|
+
reassociates.v
|
2096
|
+
reassorts.v
|
2097
|
+
reattaches.v
|
2098
|
+
rebases.v
|
2099
|
+
rebinds.v
|
2100
|
+
rebles.v
|
2101
|
+
recalcifies.v
|
2102
|
+
recalibrates.v
|
2103
|
+
recanalizes.v
|
2104
|
+
recategorises.v
|
2105
|
+
recategorizes.v
|
2106
|
+
recatheterises.v
|
2107
|
+
recatheterizes.v
|
2108
|
+
receipts.v
|
2109
|
+
recemises.v
|
2110
|
+
recertifies.v
|
2111
|
+
rechallenges.v
|
2112
|
+
rechromatographs.v
|
2113
|
+
recirculates.v
|
2114
|
+
reclassifies.v
|
2115
|
+
reclones.v
|
2116
|
+
recodes.v
|
2117
|
+
recognises.v
|
2118
|
+
recolonises.v
|
2119
|
+
recombines.v
|
2120
|
+
recompresses.v
|
2121
|
+
reconceptualizes.v
|
2122
|
+
reconfigures.v
|
2123
|
+
reconnoiters.v
|
2124
|
+
reconstitutes.v
|
2125
|
+
recontaminates.v
|
2126
|
+
recontoures.v
|
2127
|
+
recontours.v
|
2128
|
+
re-converts.v
|
2129
|
+
re-counts.v
|
2130
|
+
re-covers.v
|
2131
|
+
recultivates.v
|
2132
|
+
recultures.v
|
2133
|
+
redacts.v
|
2134
|
+
rededicates.v
|
2135
|
+
redescribes.v
|
2136
|
+
redes.v
|
2137
|
+
redetects.v
|
2138
|
+
redetermines.v
|
2139
|
+
redirects.v
|
2140
|
+
redissects.v
|
2141
|
+
reds.v
|
2142
|
+
reeducates.v
|
2143
|
+
re-elevates.v
|
2144
|
+
reemphasizes.v
|
2145
|
+
re-endothelialises.v
|
2146
|
+
reendothelialises.v
|
2147
|
+
re-endothelializes.v
|
2148
|
+
re-engineers.v
|
2149
|
+
reengineers.v
|
2150
|
+
re-enters.v
|
2151
|
+
re-epithelialises.v
|
2152
|
+
reepithelialises.v
|
2153
|
+
re-epithelializes.v
|
2154
|
+
re-equilibrates.v
|
2155
|
+
re-esterifies.v
|
2156
|
+
reesterifies.v
|
2157
|
+
reevaluates.v
|
2158
|
+
re-examines.v
|
2159
|
+
reexamines.v
|
2160
|
+
re-excises.v
|
2161
|
+
reexcises.v
|
2162
|
+
re-explores.v
|
2163
|
+
reexplores.v
|
2164
|
+
reexposes.v
|
2165
|
+
reexpresses.v
|
2166
|
+
re-extracts.v
|
2167
|
+
reextracts.v
|
2168
|
+
refaces.v
|
2169
|
+
refeeds.v
|
2170
|
+
referees.v
|
2171
|
+
references.v
|
2172
|
+
referes.v
|
2173
|
+
refinishes.v
|
2174
|
+
refluxes.v
|
2175
|
+
refolds.v
|
2176
|
+
reforests.v
|
2177
|
+
reformats.v
|
2178
|
+
reframes.v
|
2179
|
+
regionalises.v
|
2180
|
+
regionalizes.v
|
2181
|
+
regrafts.v
|
2182
|
+
regularises.v
|
2183
|
+
rehears.v
|
2184
|
+
reheats.v
|
2185
|
+
rehospitalises.v
|
2186
|
+
rehospitalizes.v
|
2187
|
+
reimmunizes.v
|
2188
|
+
re-implants.v
|
2189
|
+
reimplants.v
|
2190
|
+
reincarcerates.v
|
2191
|
+
reincarnates.v
|
2192
|
+
re-inflates.v
|
2193
|
+
reinitiates.v
|
2194
|
+
reinjects.v
|
2195
|
+
reinjures.v
|
2196
|
+
reinnervates.v
|
2197
|
+
reinoculates.v
|
2198
|
+
reinserts.v
|
2199
|
+
reinstitutes.v
|
2200
|
+
re-internalises.v
|
2201
|
+
reinternalises.v
|
2202
|
+
re-internalizes.v
|
2203
|
+
reinternalizes.v
|
2204
|
+
re-interviews.v
|
2205
|
+
reinterviews.v
|
2206
|
+
reintroduces.v
|
2207
|
+
reintubates.v
|
2208
|
+
re-invents.v
|
2209
|
+
re-irradiates.v
|
2210
|
+
reisolates.v
|
2211
|
+
rejigs.v
|
2212
|
+
re-joins.v
|
2213
|
+
relabels.v
|
2214
|
+
relaparoscopies.v
|
2215
|
+
relearns.v
|
2216
|
+
relines.v
|
2217
|
+
relipidates.v
|
2218
|
+
relocalises.v
|
2219
|
+
relocalizes.v
|
2220
|
+
remainders.v
|
2221
|
+
remakes.v
|
2222
|
+
remaps.v
|
2223
|
+
remediates.v
|
2224
|
+
remilitarises.v
|
2225
|
+
remobilises.v
|
2226
|
+
remyelinates.v
|
2227
|
+
renatures.v
|
2228
|
+
renegues.v
|
2229
|
+
re-obliterates.v
|
2230
|
+
reobliterates.v
|
2231
|
+
re-occludes.v
|
2232
|
+
re-occurrs.v
|
2233
|
+
reoccurrs.v
|
2234
|
+
reorganises.v
|
2235
|
+
reoxidises.v
|
2236
|
+
reoxygenates.v
|
2237
|
+
repartitions.v
|
2238
|
+
repatterns.v
|
2239
|
+
reperforates.v
|
2240
|
+
reperfuses.v
|
2241
|
+
reperitonealises.v
|
2242
|
+
reperitonealizes.v
|
2243
|
+
replates.v
|
2244
|
+
repoints.v
|
2245
|
+
repolarises.v
|
2246
|
+
repopulates.v
|
2247
|
+
reposes.v
|
2248
|
+
repositions.v
|
2249
|
+
reposits.v
|
2250
|
+
repots.v
|
2251
|
+
reprimes.v
|
2252
|
+
reprobates.v
|
2253
|
+
reprocesses.v
|
2254
|
+
reprograms.v
|
2255
|
+
republishes.v
|
2256
|
+
repurifies.v
|
2257
|
+
requites.v
|
2258
|
+
requits.v
|
2259
|
+
resamples.v
|
2260
|
+
rescans.v
|
2261
|
+
re-scoers.v
|
2262
|
+
rescoers.v
|
2263
|
+
re-scores.v
|
2264
|
+
rescores.v
|
2265
|
+
rescreens.v
|
2266
|
+
reseals.v
|
2267
|
+
resects.v
|
2268
|
+
resensitises.v
|
2269
|
+
resequences.v
|
2270
|
+
residualises.v
|
2271
|
+
residualizes.v
|
2272
|
+
re-slices.v
|
2273
|
+
reslices.v
|
2274
|
+
resocialises.v
|
2275
|
+
resocializes.v
|
2276
|
+
resolubilizes.v
|
2277
|
+
resorbs.v
|
2278
|
+
respells.v
|
2279
|
+
restages.v
|
2280
|
+
restains.v
|
2281
|
+
re-stenoses.v
|
2282
|
+
restimulates.v
|
2283
|
+
restretches.v
|
2284
|
+
restudies.v
|
2285
|
+
resulfates.v
|
2286
|
+
resulphates.v
|
2287
|
+
resurveys.v
|
2288
|
+
resuspends.v
|
2289
|
+
resutures.v
|
2290
|
+
resynthesises.v
|
2291
|
+
resynthesizes.v
|
2292
|
+
retrains.v
|
2293
|
+
retransforms.v
|
2294
|
+
retransfuses.v
|
2295
|
+
retransplants.v
|
2296
|
+
retraumatizes.v
|
2297
|
+
retreads.v
|
2298
|
+
re-treats.v
|
2299
|
+
retrocedes.v
|
2300
|
+
retrofits.v
|
2301
|
+
retrotranscribes.v
|
2302
|
+
retypes.v
|
2303
|
+
reuses.v
|
2304
|
+
reutilises.v
|
2305
|
+
reutilizes.v
|
2306
|
+
revaccinates.v
|
2307
|
+
revalidates.v
|
2308
|
+
revascularises.v
|
2309
|
+
revascularizes.v
|
2310
|
+
reveils.v
|
2311
|
+
revendicates.v
|
2312
|
+
revenges.v
|
2313
|
+
revitalises.v
|
2314
|
+
revivifies.v
|
2315
|
+
revolutionalises.v
|
2316
|
+
revolutionalizes.v
|
2317
|
+
revolutionises.v
|
2318
|
+
rewarms.v
|
2319
|
+
reworks.v
|
2320
|
+
rexes.v
|
2321
|
+
rhapsodises.v
|
2322
|
+
ribosylates.v
|
2323
|
+
ricks.v
|
2324
|
+
ridges.v
|
2325
|
+
rimes.v
|
2326
|
+
rits.v
|
2327
|
+
ritualises.v
|
2328
|
+
ritualizes.v
|
2329
|
+
rives.v
|
2330
|
+
robes.v
|
2331
|
+
romanticises.v
|
2332
|
+
roneos.v
|
2333
|
+
rongeures.v
|
2334
|
+
rongeurs.v
|
2335
|
+
roofs.v
|
2336
|
+
rooks.v
|
2337
|
+
rosets.v
|
2338
|
+
rosettes.v
|
2339
|
+
rosines.v
|
2340
|
+
rosins.v
|
2341
|
+
rouges.v
|
2342
|
+
rough-casts.v
|
2343
|
+
roughcasts.v
|
2344
|
+
rough-dries.v
|
2345
|
+
roughhouses.v
|
2346
|
+
rowels.v
|
2347
|
+
rubberises.v
|
2348
|
+
ruddles.v
|
2349
|
+
ruffs.v
|
2350
|
+
rumours.v
|
2351
|
+
rusks.v
|
2352
|
+
ruts.v
|
2353
|
+
sabers.v
|
2354
|
+
sabres.v
|
2355
|
+
salaams.v
|
2356
|
+
salifies.v
|
2357
|
+
sallows.v
|
2358
|
+
salves.v
|
2359
|
+
sandaracks.v
|
2360
|
+
sandaracs.v
|
2361
|
+
sand-blasts.v
|
2362
|
+
sanitises.v
|
2363
|
+
sanitizes.v
|
2364
|
+
sates.v
|
2365
|
+
saucerizes.v
|
2366
|
+
savors.v
|
2367
|
+
savvies.v
|
2368
|
+
scabs.v
|
2369
|
+
scallops.v
|
2370
|
+
scamps.v
|
2371
|
+
scams.v
|
2372
|
+
scapegoates.v
|
2373
|
+
scar_cicatrises
|
2374
|
+
scarifies.v
|
2375
|
+
sclerotises.v
|
2376
|
+
sclerotizes.v
|
2377
|
+
scollops.v
|
2378
|
+
scourges.v
|
2379
|
+
scrabbles.v
|
2380
|
+
scrags.v
|
2381
|
+
scribes.v
|
2382
|
+
scrimmages.v
|
2383
|
+
scripts.v
|
2384
|
+
scruples.v
|
2385
|
+
scrutinises.v
|
2386
|
+
SCUBAs.v
|
2387
|
+
scuds.v
|
2388
|
+
scuppers.v
|
2389
|
+
scythes.v
|
2390
|
+
seams.v
|
2391
|
+
secludes.v
|
2392
|
+
sections.v
|
2393
|
+
sectors.v
|
2394
|
+
secularises.v
|
2395
|
+
sediments.v
|
2396
|
+
segments.v
|
2397
|
+
semaphores.v
|
2398
|
+
semisynthesises.v
|
2399
|
+
semisynthesizes.v
|
2400
|
+
sensibilises.v
|
2401
|
+
sensibilizes.v
|
2402
|
+
sensitises.v
|
2403
|
+
sequences.v
|
2404
|
+
sequestrates.v
|
2405
|
+
serialises.v
|
2406
|
+
serogroups.v
|
2407
|
+
serotypes.v
|
2408
|
+
servo-controls.v
|
2409
|
+
servocontrols.v
|
2410
|
+
sexes.v
|
2411
|
+
sexs.v
|
2412
|
+
sexualises.v
|
2413
|
+
sexualizes.v
|
2414
|
+
shafts.v
|
2415
|
+
shallows.v
|
2416
|
+
shanghais.v
|
2417
|
+
shanghis.v
|
2418
|
+
sheers.v
|
2419
|
+
sheets.v
|
2420
|
+
shellacks.v
|
2421
|
+
shellacs.v
|
2422
|
+
shims.v
|
2423
|
+
shins.v
|
2424
|
+
shipwrecks.v
|
2425
|
+
shods.v
|
2426
|
+
shoes.v
|
2427
|
+
short-lists.v
|
2428
|
+
shrines.v
|
2429
|
+
shrives.v
|
2430
|
+
shuttles.v
|
2431
|
+
sialadenectomizes.v
|
2432
|
+
sialylates.v
|
2433
|
+
sickles.v
|
2434
|
+
sics.v
|
2435
|
+
side-tracks.v
|
2436
|
+
signalises.v
|
2437
|
+
signalizes.v
|
2438
|
+
siliconises.v
|
2439
|
+
siliconizes.v
|
2440
|
+
silts.v
|
2441
|
+
silvers.v
|
2442
|
+
silylates.v
|
2443
|
+
singularises.v
|
2444
|
+
singularizes.v
|
2445
|
+
sinters.v
|
2446
|
+
sites.v
|
2447
|
+
situates.v
|
2448
|
+
skateboards.v
|
2449
|
+
skeines.v
|
2450
|
+
skeins.v
|
2451
|
+
skeletonises.v
|
2452
|
+
slangs.v
|
2453
|
+
slats.v
|
2454
|
+
sleds.v
|
2455
|
+
sleighs.v
|
2456
|
+
slenderises.v
|
2457
|
+
sleuths.v
|
2458
|
+
slivers.v
|
2459
|
+
slops.v
|
2460
|
+
sludges.v
|
2461
|
+
sluices.v
|
2462
|
+
smirches.v
|
2463
|
+
smuts.v
|
2464
|
+
snaffles.v
|
2465
|
+
snicks.v
|
2466
|
+
snugs.v
|
2467
|
+
soaps.v
|
2468
|
+
socialises.v
|
2469
|
+
sods.v
|
2470
|
+
soft-soaps.v
|
2471
|
+
soft-solders.v
|
2472
|
+
solaces.v
|
2473
|
+
solates.v
|
2474
|
+
solemnises.v
|
2475
|
+
solemnizes.v
|
2476
|
+
soles.v
|
2477
|
+
soliloquises.v
|
2478
|
+
solos.v
|
2479
|
+
solubilises.v
|
2480
|
+
solubilizes.v
|
2481
|
+
solvates.v
|
2482
|
+
somatises.v
|
2483
|
+
somatotypes.v
|
2484
|
+
sonicates.v
|
2485
|
+
soots.v
|
2486
|
+
sorbs.v
|
2487
|
+
sorrows.v
|
2488
|
+
sovietizes.v
|
2489
|
+
spangles.v
|
2490
|
+
spatchcocks.v
|
2491
|
+
spates.v
|
2492
|
+
spatulates.v
|
2493
|
+
spilts.v
|
2494
|
+
spindles.v
|
2495
|
+
spiralises.v
|
2496
|
+
spiritualises.v
|
2497
|
+
spiritualizes.v
|
2498
|
+
spirts.v
|
2499
|
+
splenectomises.v
|
2500
|
+
splenectomizes.v
|
2501
|
+
splints.v
|
2502
|
+
splotchs.v
|
2503
|
+
spoofs.v
|
2504
|
+
spooks.v
|
2505
|
+
spools.v
|
2506
|
+
spoons.v
|
2507
|
+
sporulates.v
|
2508
|
+
spuds.v
|
2509
|
+
squeegees.v
|
2510
|
+
squelches.v
|
2511
|
+
stables.v
|
2512
|
+
stags.v
|
2513
|
+
stanches.v
|
2514
|
+
standardises.v
|
2515
|
+
steam-heats.v
|
2516
|
+
steam-rollers.v
|
2517
|
+
stencils.v
|
2518
|
+
sterilises.v
|
2519
|
+
stewards.v
|
2520
|
+
stigmatises.v
|
2521
|
+
stock-piles.v
|
2522
|
+
stockpiles.v
|
2523
|
+
stomaches.v
|
2524
|
+
stomps.v
|
2525
|
+
stoppers.v
|
2526
|
+
strands.v
|
2527
|
+
strangulates.v
|
2528
|
+
striates.v
|
2529
|
+
strictures.v
|
2530
|
+
strops.v
|
2531
|
+
strychnizes.v
|
2532
|
+
stultifies.v
|
2533
|
+
stupefies.v
|
2534
|
+
stylises.v
|
2535
|
+
subcategorises.v
|
2536
|
+
subcategorizes.v
|
2537
|
+
sub-classifies.v
|
2538
|
+
subclassifies.v
|
2539
|
+
subcompartmentalises.v
|
2540
|
+
subcompartmentalizes.v
|
2541
|
+
subcultivates.v
|
2542
|
+
subcultures.v
|
2543
|
+
subexcites.v
|
2544
|
+
subgroups.v
|
2545
|
+
subindexes.v
|
2546
|
+
subjoins.v
|
2547
|
+
sublimes.v
|
2548
|
+
sublocalises.v
|
2549
|
+
sublocalizes.v
|
2550
|
+
subluxates.v
|
2551
|
+
suborns.v
|
2552
|
+
subsaturates.v
|
2553
|
+
subsidises.v
|
2554
|
+
subspecialises.v
|
2555
|
+
subtitles.v
|
2556
|
+
subtypes.v
|
2557
|
+
suctions.v
|
2558
|
+
sugars.v
|
2559
|
+
sulfates.v
|
2560
|
+
sulfonates.v
|
2561
|
+
sulfurates.v
|
2562
|
+
sulfuretes.v
|
2563
|
+
sulfurets.v
|
2564
|
+
sulfurizes.v
|
2565
|
+
sulphates.v
|
2566
|
+
sulphonates.v
|
2567
|
+
sulphurates.v
|
2568
|
+
sulphuretes.v
|
2569
|
+
sulphurets.v
|
2570
|
+
sulphurises.v
|
2571
|
+
sulphurizes.v
|
2572
|
+
summarises.v
|
2573
|
+
superactivates.v
|
2574
|
+
superannuates.v
|
2575
|
+
supercools.v
|
2576
|
+
superducts.v
|
2577
|
+
superfuses.v
|
2578
|
+
superhydrates.v
|
2579
|
+
superinduces.v
|
2580
|
+
superintends.v
|
2581
|
+
superposes.v
|
2582
|
+
superprecipitates.v
|
2583
|
+
supersaturates.v
|
2584
|
+
supershifts.v
|
2585
|
+
suprarenalectomizes.v
|
2586
|
+
surcharges.v
|
2587
|
+
surfeits.v
|
2588
|
+
suscitates.v
|
2589
|
+
sutures.v
|
2590
|
+
swabs.v
|
2591
|
+
swaddles.v
|
2592
|
+
swages.v
|
2593
|
+
swans.v
|
2594
|
+
swills.v
|
2595
|
+
swinges.v
|
2596
|
+
swobs.v
|
2597
|
+
swops.v
|
2598
|
+
syllabicates.v
|
2599
|
+
syllabifies.v
|
2600
|
+
syllabizes.v
|
2601
|
+
symbolises.v
|
2602
|
+
sympathectomises.v
|
2603
|
+
sympathectomizes.v
|
2604
|
+
sympathises.v
|
2605
|
+
synapses.v
|
2606
|
+
synchronises.v
|
2607
|
+
synergises.v
|
2608
|
+
synonymizes.v
|
2609
|
+
synostoses.v
|
2610
|
+
synthesises.v
|
2611
|
+
synthetises.v
|
2612
|
+
synthetizes.v
|
2613
|
+
syringes.v
|
2614
|
+
systematises.v
|
2615
|
+
taboos.v
|
2616
|
+
tabus.v
|
2617
|
+
tape-records.v
|
2618
|
+
tares.v
|
2619
|
+
tarmacks.v
|
2620
|
+
tarmacs.v
|
2621
|
+
tees.v
|
2622
|
+
telecommunicates.v
|
2623
|
+
telefaxs.v
|
2624
|
+
telepathizes.v
|
2625
|
+
teletransmits.v
|
2626
|
+
tempers.v
|
2627
|
+
temporises.v
|
2628
|
+
tenants.v
|
2629
|
+
tenons.v
|
2630
|
+
tenotomizes.v
|
2631
|
+
tents.v
|
2632
|
+
tenures.v
|
2633
|
+
terrorises.v
|
2634
|
+
teslaizes.v
|
2635
|
+
tetanises.v
|
2636
|
+
tetanizes.v
|
2637
|
+
tetramerises.v
|
2638
|
+
thermalises.v
|
2639
|
+
thermocauterises.v
|
2640
|
+
thermocauterizes.v
|
2641
|
+
thermocycles.v
|
2642
|
+
thermoregulates.v
|
2643
|
+
thermosensitises.v
|
2644
|
+
thermosensitizes.v
|
2645
|
+
thoracotomises.v
|
2646
|
+
thoracotomizes.v
|
2647
|
+
threshes.v
|
2648
|
+
thwacks.v
|
2649
|
+
thymectomises.v
|
2650
|
+
thymectomizes.v
|
2651
|
+
thymolizes.v
|
2652
|
+
thyroidectomises.v
|
2653
|
+
thyroidectomizes.v
|
2654
|
+
thyroidizes.v
|
2655
|
+
thyroparathyroidectomizes.v
|
2656
|
+
timetables.v
|
2657
|
+
tinctures.v
|
2658
|
+
tittivates.v
|
2659
|
+
toggles.v
|
2660
|
+
tolerises.v
|
2661
|
+
tolerizes.v
|
2662
|
+
tonicizes.v
|
2663
|
+
tonsillectomizes.v
|
2664
|
+
tonsures.v
|
2665
|
+
tools.v
|
2666
|
+
top-dresses.v
|
2667
|
+
torques.v
|
2668
|
+
torrefies.v
|
2669
|
+
tosylates.v
|
2670
|
+
trabeculates.v
|
2671
|
+
tracheostomizes.v
|
2672
|
+
tracheotomizes.v
|
2673
|
+
traduces.v
|
2674
|
+
trafficks.v
|
2675
|
+
traffics.v
|
2676
|
+
trammels.v
|
2677
|
+
tranquillises.v
|
2678
|
+
transactivates.v
|
2679
|
+
transdifferentiates.v
|
2680
|
+
transduces.v
|
2681
|
+
transects.v
|
2682
|
+
transesterifies.v
|
2683
|
+
transfects.v
|
2684
|
+
transfigures.v
|
2685
|
+
tranships.v
|
2686
|
+
transilluminates.v
|
2687
|
+
transits.v
|
2688
|
+
transliterates.v
|
2689
|
+
translocates.v
|
2690
|
+
transmogrifies.v
|
2691
|
+
transphosphorylates.v
|
2692
|
+
transsects.v
|
2693
|
+
trapses.v
|
2694
|
+
traumatises.v
|
2695
|
+
traumatizes.v
|
2696
|
+
travestys.v
|
2697
|
+
treadles.v
|
2698
|
+
trees.v
|
2699
|
+
trellises.v
|
2700
|
+
trenchs.v
|
2701
|
+
trends.v
|
2702
|
+
trepans.v
|
2703
|
+
trephines.v
|
2704
|
+
triangulates.v
|
2705
|
+
trichinizes.v
|
2706
|
+
trills.v
|
2707
|
+
triplicates.v
|
2708
|
+
trisects.v
|
2709
|
+
tritiates.v
|
2710
|
+
triturates.v
|
2711
|
+
trivialises.v
|
2712
|
+
trolls.v
|
2713
|
+
troops.v
|
2714
|
+
trucks.v
|
2715
|
+
trues.v
|
2716
|
+
trusses.v
|
2717
|
+
trypsinises.v
|
2718
|
+
trypsinizes.v
|
2719
|
+
tubularizes.v
|
2720
|
+
turfs.v
|
2721
|
+
turgidizes.v
|
2722
|
+
twines.v
|
2723
|
+
twins.v
|
2724
|
+
twits.v
|
2725
|
+
tyrannises.v
|
2726
|
+
ubiquitinates.v
|
2727
|
+
ultrapurifies.v
|
2728
|
+
ultrasonicates.v
|
2729
|
+
unbars.v
|
2730
|
+
unbinds.v
|
2731
|
+
unbosoms.v
|
2732
|
+
unbridles.v
|
2733
|
+
uncaps.v
|
2734
|
+
unclamps.v
|
2735
|
+
unclips.v
|
2736
|
+
unclogs.v
|
2737
|
+
uncuffs.v
|
2738
|
+
undeceives.v
|
2739
|
+
undercalls.v
|
2740
|
+
underdetects.v
|
2741
|
+
underdiagnoses.v
|
2742
|
+
underemphasises.v
|
2743
|
+
underemphasizes.v
|
2744
|
+
underexerts.v
|
2745
|
+
under-feeds.v
|
2746
|
+
undernourishes.v
|
2747
|
+
underpredicts.v
|
2748
|
+
undersedates.v
|
2749
|
+
understages.v
|
2750
|
+
understains.v
|
2751
|
+
undertreats.v
|
2752
|
+
underuses.v
|
2753
|
+
underutilises.v
|
2754
|
+
underutilizes.v
|
2755
|
+
unfits.v
|
2756
|
+
unhorses.v
|
2757
|
+
universalizes.v
|
2758
|
+
unmans.v
|
2759
|
+
unroofs.v
|
2760
|
+
unsays.v
|
2761
|
+
unseats.v
|
2762
|
+
unsexes.v
|
2763
|
+
unsticks.v
|
2764
|
+
upregulates.v
|
2765
|
+
uptakes.v
|
2766
|
+
urbanises.v
|
2767
|
+
utilises.v
|
2768
|
+
vacuums.v
|
2769
|
+
vagotomizes.v
|
2770
|
+
vails.v
|
2771
|
+
vandalises.v
|
2772
|
+
vandalizes.v
|
2773
|
+
vaporises.v
|
2774
|
+
vapourises.v
|
2775
|
+
vapourizes.v
|
2776
|
+
variegates.v
|
2777
|
+
variolates.v
|
2778
|
+
vascularises.v
|
2779
|
+
vascularizes.v
|
2780
|
+
vasectomizes.v
|
2781
|
+
vaunts.v
|
2782
|
+
vd.'s.v
|
2783
|
+
vd.s.v
|
2784
|
+
Vd's.v
|
2785
|
+
Vds.v
|
2786
|
+
veneers.v
|
2787
|
+
ventralises.v
|
2788
|
+
ventralizes.v
|
2789
|
+
ventriducts.v
|
2790
|
+
verbalises.v
|
2791
|
+
victimises.v
|
2792
|
+
victuals.v
|
2793
|
+
videos.v
|
2794
|
+
virilises.v
|
2795
|
+
virilizes.v
|
2796
|
+
visions.v
|
2797
|
+
visualises.v
|
2798
|
+
vitalises.v
|
2799
|
+
vitalizes.v
|
2800
|
+
vitrectomises.v
|
2801
|
+
vitrectomizes.v
|
2802
|
+
vivifies.v
|
2803
|
+
vocalises.v
|
2804
|
+
vogues.v
|
2805
|
+
volitilises.v
|
2806
|
+
vortexs.v
|
2807
|
+
vulcanises.v
|
2808
|
+
vulcanizes.v
|
2809
|
+
vulgarises.v
|
2810
|
+
vulnerates.v
|
2811
|
+
wagers.v
|
2812
|
+
wallpapers.v
|
2813
|
+
wands.v
|
2814
|
+
wardens.v
|
2815
|
+
wars.v
|
2816
|
+
waterlogs.v
|
2817
|
+
wearies.v
|
2818
|
+
weasels.v
|
2819
|
+
weekends.v
|
2820
|
+
wees.v
|
2821
|
+
weirs.v
|
2822
|
+
welches.v
|
2823
|
+
wells.v
|
2824
|
+
wenchs.v
|
2825
|
+
westernises.v
|
2826
|
+
whisks.v
|
2827
|
+
whizes.v
|
2828
|
+
whops.v
|
2829
|
+
winches.v
|
2830
|
+
winkles.v
|
2831
|
+
winters.v
|
2832
|
+
wises.v
|
2833
|
+
womanises.v
|
2834
|
+
wows.v
|
2835
|
+
wracks.v
|
2836
|
+
wreathes.v
|
2837
|
+
xanthates.v
|
2838
|
+
xenografts.v
|
2839
|
+
xeroxes.v
|
2840
|
+
Xeroxes.v
|
2841
|
+
x-rays.v
|
2842
|
+
xrays.v
|
2843
|
+
X-rays.v
|
2844
|
+
yarns.v
|
2845
|
+
yellows.v
|
2846
|
+
yokes.v
|
2847
|
+
zenkerizes.v
|
2848
|
+
zippers.v
|