rwdeliza 0.03
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/ElizaData/database/db.1 +7015 -0
- data/ElizaData/database/db.10 +7001 -0
- data/ElizaData/database/db.11 +7001 -0
- data/ElizaData/database/db.12 +7003 -0
- data/ElizaData/database/db.13 +7003 -0
- data/ElizaData/database/db.14 +7008 -0
- data/ElizaData/database/db.15 +7001 -0
- data/ElizaData/database/db.16 +7001 -0
- data/ElizaData/database/db.17 +7001 -0
- data/ElizaData/database/db.18 +7001 -0
- data/ElizaData/database/db.19 +7001 -0
- data/ElizaData/database/db.2 +7001 -0
- data/ElizaData/database/db.20 +5467 -0
- data/ElizaData/database/db.3 +7001 -0
- data/ElizaData/database/db.4 +7001 -0
- data/ElizaData/database/db.5 +7001 -0
- data/ElizaData/database/db.6 +7001 -0
- data/ElizaData/database/db.7 +7001 -0
- data/ElizaData/database/db.8 +7001 -0
- data/ElizaData/database/db.9 +7001 -0
- data/ElizaData/responses/hello.res +1 -0
- data/ElizaData/responses/i_agree.res +1 -0
- data/ElizaData/responses/i_am_listening_to_you.res +1 -0
- data/ElizaData/responses/please_explain.res +1 -0
- data/ElizaData/responses/thank_you.res +1 -0
- data/ElizaData/tiny.dict +211 -0
- data/ElizaData/words/adjectives1.words +906 -0
- data/ElizaData/words/adjectives2w.words +1 -0
- data/ElizaData/words/noun0.words +15 -0
- data/ElizaData/words/noun1.words +1391 -0
- data/ElizaData/words/noun2.words +1924 -0
- data/ElizaData/words/noun4.words +330 -0
- data/ElizaData/words/pronoun1.words +6 -0
- data/ElizaData/words/verb4.words +350 -0
- data/ElizaData/words/verb42.words +391 -0
- data/ElizaData/words/verb42w.words +1 -0
- data/ElizaData/words/verb43.words +402 -0
- data/ElizaData/words/verb43w.words +1 -0
- data/ElizaData/words/verb45.words +452 -0
- data/ElizaData/words/verb4w.words +1 -0
- data/ElizaData/words/verb5.words +13 -0
- data/ElizaData/words/verb61.words +35 -0
- data/ElizaData/words/verb62.words +41 -0
- data/ElizaData/words/verb83.words +17 -0
- data/Readme.txt +462 -0
- data/bin/rwdeliza +19 -0
- data/code/01rwdcore/01rwdcore.rb +29 -0
- data/code/01rwdcore/02helptexthashbegin.rb +4 -0
- data/code/01rwdcore/03helptexthash.rb +23 -0
- data/code/01rwdcore/04helptextend.rb +6 -0
- data/code/01rwdcore/jumplinkcommand.rb +26 -0
- data/code/01rwdcore/openhelpwindow.rb +31 -0
- data/code/01rwdcore/returntomain.rb +10 -0
- data/code/01rwdcore/rundocuments.rb +10 -0
- data/code/01rwdcore/runeditconfiguration.rb +10 -0
- data/code/01rwdcore/runhelpabout.rb +10 -0
- data/code/01rwdcore/runopentinkerdocument.rb +7 -0
- data/code/01rwdcore/rwdtinkerversion.rb +22 -0
- data/code/01rwdcore/rwdwindowreturn.rb +9 -0
- data/code/01rwdcore/selectiontab.rb +9 -0
- data/code/01rwdcore/setuphelpaboutoptions.rb +13 -0
- data/code/01rwdcore/setuptinkerdocuments.rb +6 -0
- data/code/01rwdcore/test_cases.rb +109 -0
- data/code/01rwdcore/test_harness.rb +13 -0
- data/code/01rwdcore/uploadreturns.rb +62 -0
- data/code/dd0viewphoto/dd0viewphoto.rb +3 -0
- data/code/superant.com.rwdeliza/0uninstallapplet.rb +10 -0
- data/code/superant.com.rwdeliza/eliza01.rb +45 -0
- data/code/superant.com.rwdeliza/helptexthashrwdeliza.rb +39 -0
- data/code/superant.com.rwdeliza/openhelpwindowrwdeliza.rb +23 -0
- data/code/superant.com.rwdeliza/runrwdshellwindow.rb +12 -0
- data/code/superant.com.rwdeliza/rwdtinkerversion.rb +10 -0
- data/code/superant.com.rwdeliza/tagsentence.rb +39 -0
- data/code/superant.com.rwdtinkerbackwindow/diagnostictab.rb +19 -0
- data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +61 -0
- data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +240 -0
- data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +34 -0
- data/code/superant.com.rwdtinkerbackwindow/installremotegem.rb +20 -0
- data/code/superant.com.rwdtinkerbackwindow/listgemdirs.rb +12 -0
- data/code/superant.com.rwdtinkerbackwindow/listgemzips.rb +53 -0
- data/code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb +12 -0
- data/code/superant.com.rwdtinkerbackwindow/listzips.rb +27 -0
- data/code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb +22 -0
- data/code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb +14 -0
- data/code/superant.com.rwdtinkerbackwindow/network.rb +87 -0
- data/code/superant.com.rwdtinkerbackwindow/openappletname.rb +19 -0
- data/code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb +38 -0
- data/code/superant.com.rwdtinkerbackwindow/remotegemlist.rb +24 -0
- data/code/superant.com.rwdtinkerbackwindow/removeapplet.rb +46 -0
- data/code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb +52 -0
- data/code/superant.com.rwdtinkerbackwindow/runremoteinstall.rb +11 -0
- data/code/superant.com.rwdtinkerbackwindow/runrwdtinkerbackwindow.rb +15 -0
- data/code/superant.com.rwdtinkerbackwindow/rwdtinkerwin2version.rb +13 -0
- data/code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb +19 -0
- data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +22 -0
- data/code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb +24 -0
- data/code/superant.com.words/dictlookup.rb +20 -0
- data/code/superant.com.words/runfortunewindow.rb +14 -0
- data/code/superant.com.words/runrwdwordsbackwindow.rb +10 -0
- data/code/superant.com.words/runrwdwordsversion.rb +14 -0
- data/code/superant.com.words/rwdtinkerversion.rb +10 -0
- data/code/zz0applicationend/zz0end.rb +4 -0
- data/configuration/language.dist +8 -0
- data/configuration/rwdapplicationidentity.dist +3 -0
- data/configuration/rwdtinker.dist +18 -0
- data/configuration/rwdweliza-0.03.dist +31 -0
- data/configuration/tinkerwin2variables.dist +17 -0
- data/gui/00coreguibegin/applicationguitop.rwd +4 -0
- data/gui/frontwindow0/cc0openphoto.rwd +22 -0
- data/gui/frontwindowselections/00selectiontabbegin.rwd +11 -0
- data/gui/frontwindowselections/jumplinkcommands.rwd +15 -0
- data/gui/frontwindowselections/wwselectionend.rwd +3 -0
- data/gui/frontwindowtdocuments/00documentbegin.rwd +6 -0
- data/gui/frontwindowtdocuments/tinkerdocuments.rwd +14 -0
- data/gui/frontwindowtdocuments/zzdocumentend.rwd +8 -0
- data/gui/helpaboutbegin/zzzrwdlasttab.rwd +6 -0
- data/gui/helpaboutbegin/zzzzhelpscreenstart.rwd +3 -0
- data/gui/helpaboutbegin/zzzzzzhelpabouttab.rwd +15 -0
- data/gui/helpaboutzend/helpscreenend.rwd +3 -0
- data/gui/helpaboutzend/zhelpscreenstart2.rwd +3 -0
- data/gui/helpaboutzend/zzzzhelpabout2.rwd +15 -0
- data/gui/helpaboutzend/zzzzhelpscreen2end.rwd +3 -0
- data/gui/tinkerbackwindows/superant.com.refreshwindow/fortunerefreshwindowtwo.rwd +9 -0
- data/gui/tinkerbackwindows/superant.com.rwdeliza/1appname.rwd +5 -0
- data/gui/tinkerbackwindows/superant.com.rwdeliza/1eliza.rwd +21 -0
- data/gui/tinkerbackwindows/superant.com.rwdeliza/4sentance.rwd +21 -0
- data/gui/tinkerbackwindows/superant.com.rwdeliza/98jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.rwdeliza/zbackend.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/1appname.rwd +5 -0
- data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/20downloadftp.rwd +45 -0
- data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/67viewconfiguration.rwd +29 -0
- data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/70rwddiagnostics.rwd +16 -0
- data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/m01menubegin.rwd +18 -0
- data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/zvbackend.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/1appname.rwd +5 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/40rwdlistzips.rwd +41 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/45installremotezip.rwd +44 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/50rwdlistapplets.rwd +44 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/60editconfiguration.rwd +30 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/70rwddiagnostics.rwd +29 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/9backend.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/1appname.rwd +31 -0
- data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/9end.rwd +4 -0
- data/gui/tinkerbackwindows/superant.com.versionwindow/1appname.rwd +19 -0
- data/gui/tinkerbackwindows/superant.com.versionwindow/helpaboutwindow.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.words/1appname.rwd +4 -0
- data/gui/tinkerbackwindows/superant.com.words/1dictionary.rwd +19 -0
- data/gui/tinkerbackwindows/superant.com.words/3rwdfortune.rwd +14 -0
- data/gui/tinkerbackwindows/superant.com.words/77jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.words/z9end.rwd +6 -0
- data/gui/zzcoreguiend/yy9rwdend.rwd +4 -0
- data/init.rb +277 -0
- data/installed/rwdweliza-0.03.inf +24 -0
- data/installed/temp.rb +1 -0
- data/lang/en/rwdcore/languagefile.rb +58 -0
- data/lang/es/rwdcore/languagefile-es.rb +62 -0
- data/lang/fr/rwdcore/languagefile.rb +64 -0
- data/lang/jp/rwdcore/languagefile.rb +72 -0
- data/lang/nl/rwdcore/languagefile.rb +75 -0
- data/lib/dict.rb +438 -0
- data/lib/druida.rb +499 -0
- data/lib/hashslice.rb +71 -0
- data/lib/linguistics.rb +360 -0
- data/lib/linguistics/en.rb +1601 -0
- data/lib/linguistics/en/infinitive.rb +1148 -0
- data/lib/linguistics/en/linkparser.rb +142 -0
- data/lib/linguistics/en/wordnet.rb +253 -0
- data/lib/linguistics/iso639.rb +456 -0
- data/lib/linkparser.rb +461 -0
- data/lib/linkparser/connection.rb +81 -0
- data/lib/linkparser/connector.rb +201 -0
- data/lib/linkparser/definition.rb +225 -0
- data/lib/linkparser/dictionary.rb +208 -0
- data/lib/linkparser/linkage.rb +185 -0
- data/lib/linkparser/log.rb +39 -0
- data/lib/linkparser/sentence.rb +79 -0
- data/lib/linkparser/utils.rb +540 -0
- data/lib/linkparser/word.rb +92 -0
- data/lib/rconftool.rb +380 -0
- data/lib/rwd/browser.rb +123 -0
- data/lib/rwd/ftools.rb +174 -0
- data/lib/rwd/mime.rb +328 -0
- data/lib/rwd/net.rb +866 -0
- data/lib/rwd/ruby.rb +889 -0
- data/lib/rwd/rwd.rb +1942 -0
- data/lib/rwd/sgml.rb +236 -0
- data/lib/rwd/thread.rb +63 -0
- data/lib/rwd/tree.rb +371 -0
- data/lib/rwd/xml.rb +101 -0
- data/lib/zip/ioextras.rb +114 -0
- data/lib/zip/stdrubyext.rb +111 -0
- data/lib/zip/tempfile_bugfixed.rb +195 -0
- data/lib/zip/zip.rb +1378 -0
- data/lib/zip/zipfilesystem.rb +558 -0
- data/lib/zip/ziprequire.rb +61 -0
- data/rwd_files/HowTo_Eliza.txt +195 -0
- data/rwd_files/HowTo_Tinker.txt +471 -0
- data/rwd_files/HowTo_TinkerWin2.txt +202 -0
- data/rwd_files/Readme.txt +57 -0
- data/rwd_files/RubyWebDialogs.html +6 -0
- data/rwd_files/favicon.ico +0 -0
- data/rwd_files/rdoc-style.css +175 -0
- data/rwd_files/rwdapplications.html +54 -0
- data/rwd_files/tinker.png +0 -0
- data/rwdconfig.dist +21 -0
- data/rwdeliza.rb +1 -0
- data/tests/RubyGauge.rb +179 -0
- data/tests/checkdepends.sh +4 -0
- data/tests/cleancnf.sh +6 -0
- data/tests/makedist-rwdweliza.rb +56 -0
- data/tests/makedist.rb +66 -0
- data/tests/rdep.rb +354 -0
- data/tests/totranslate.lang +93 -0
- data/zips/rwdwaddresses-1.05.zip +0 -0
- data/zips/rwdwcalc-0.61.zip +0 -0
- data/zips/rwdwgutenberg-0.09.zip +0 -0
- data/zips/rwdwschedule-1.04.zip +0 -0
- data/zips/rwdwshell-1.04.zip +0 -0
- data/zips/temp.rb +1 -0
- data/zips/wrubyslippers-1.06.zip +0 -0
- metadata +282 -0
|
@@ -0,0 +1,330 @@
|
|
|
1
|
+
abdication aberration abnormality
|
|
2
|
+
abortion abrasive abridgement abridgment abstention
|
|
3
|
+
abstraction absurdity abuse accommodation accomplishment
|
|
4
|
+
accord accordance accretion accumulation acid acquaintance
|
|
5
|
+
acquisition acquittal action activity actuality adaptation
|
|
6
|
+
addiction addition adhesion adhesive adjustment
|
|
7
|
+
administration admission adoption adornment adulteration
|
|
8
|
+
adulthood advantage adventure adversity advertisement
|
|
9
|
+
aerosol affectation affiliation affinity affirmation
|
|
10
|
+
afternoon age agglomeration aggravation aggregation
|
|
11
|
+
aggression agitation agony agreement aid aim air
|
|
12
|
+
aircraft alarm ale alignment alkali alleviation alliance
|
|
13
|
+
allocation allotment alloy allure alteration alternation
|
|
14
|
+
altitude amalgamation ambiguity ambush amendment
|
|
15
|
+
amortization amphetamine amplification amputation amusement
|
|
16
|
+
analogy analysis angora animosity annotation annoyance
|
|
17
|
+
antagonism antipathy antiquity aphrodisiac appeal appetite
|
|
18
|
+
application appointment appreciation apprehension
|
|
19
|
+
appropriation approval approximation aptitude arbitration
|
|
20
|
+
area aristocracy arrangement arrest art articulation
|
|
21
|
+
artifice artwork ash aspiration aspirin assassination
|
|
22
|
+
assault assemblage assessment asylum attachment attack
|
|
23
|
+
attainment attitude attribution auction audition
|
|
24
|
+
augmentation autarchy authority authorization autobiography
|
|
25
|
+
autocracy autumn aversion avowal backbone backing
|
|
26
|
+
backlash backstroke bail bait balance ballet banality
|
|
27
|
+
bankruptcy baptism barbarity barbiturate bas-relief
|
|
28
|
+
baseball basketball batter battery battle beauty beaver
|
|
29
|
+
beech beer behavior bequest bereavement bestowal
|
|
30
|
+
betrayal bias bibliography bifurcation birch birth
|
|
31
|
+
blancmange blasphemy blight blitzkrieg bloodshed bloom
|
|
32
|
+
blossom bluff boarding bond boogie borrowing bounce
|
|
33
|
+
bounty bourbon brandy brass breadth breakfast breath
|
|
34
|
+
briar brick brocade bromide bronze brotherhood
|
|
35
|
+
brownstone brunch brush brutality budget buff bull
|
|
36
|
+
bunk burden bureaucracy burglary burial burlesque bush
|
|
37
|
+
business bustle cabbage cable cake calculation
|
|
38
|
+
calibration calibre calumny campus cancellation cancer
|
|
39
|
+
candy cane canvas capability capital cappuccino capture
|
|
40
|
+
caramel carbohydrate carbon card care cargo caricature
|
|
41
|
+
carmine cartilage caste castration catastrophe catechism
|
|
42
|
+
catsup cauliflower caution cedar celebration celebrity
|
|
43
|
+
censure centrex cereal ceremonial ceremony certainty
|
|
44
|
+
certification chalk championship change character charge
|
|
45
|
+
charity charm cheek cheesecake cheesecloth chestnut
|
|
46
|
+
chicken childhood chive chocolate choice chow chronology
|
|
47
|
+
church cider circulation circumlocution citation civility
|
|
48
|
+
civilization clamour claret class classification cleanser
|
|
49
|
+
clearance cloth clutter cod code coffee coin coinage
|
|
50
|
+
coincidence coke cold collage college collision colloquy
|
|
51
|
+
color colour comedy comfort commendation commission
|
|
52
|
+
commotion communication communion commutation company
|
|
53
|
+
comparison compensation competition compilation complexity
|
|
54
|
+
compote compromise computation concatenation concavity
|
|
55
|
+
conceit concentrate concentration conception concord
|
|
56
|
+
concordance concurrence concussion condemnation condensation
|
|
57
|
+
conditioner condolence conductivity confederation confession
|
|
58
|
+
confirmation conflict confrontation congregation conjecture
|
|
59
|
+
conjugation conjunction connexion consecration consideration
|
|
60
|
+
consistency consolation consolidation consomme constraint
|
|
61
|
+
constriction construction consultation consummation contact
|
|
62
|
+
contagion context contingency continuation contraction
|
|
63
|
+
contradiction contrary contrast contravention control
|
|
64
|
+
controversy convenience conversation conversion conveyance
|
|
65
|
+
convocation coolant coral cord cordial cork coronation
|
|
66
|
+
correction correspondence cost costume council counsel
|
|
67
|
+
countenance counterpoint court courtesy courtship cowhide
|
|
68
|
+
crab craft crap cream creation credit cremation
|
|
69
|
+
cricket crime crimson crinoline criticism crossfire
|
|
70
|
+
crucifixion cruelty crust crystal crystallization cucumber
|
|
71
|
+
culture curd curiosity currency curry curtailment
|
|
72
|
+
custard custom cuttlefish dance dash dawn deadlock
|
|
73
|
+
death debate debauchery debenture debt deception
|
|
74
|
+
declension decoration decrease dedication deduction defeat
|
|
75
|
+
defection defence defense definition deformity degradation
|
|
76
|
+
delay delegation deletion deliberation delicacy delight
|
|
77
|
+
delineation deliverance delivery delusion demand demeanour
|
|
78
|
+
demise democracy demolition demotion denial density
|
|
79
|
+
denunciation dependency depiction deportation deposition
|
|
80
|
+
depravity depression deprivation depth derailment
|
|
81
|
+
derivation descent desert desertion design designation
|
|
82
|
+
despatch despotism destiny detachment detail detention
|
|
83
|
+
deterioration devaluation development deviation devotion
|
|
84
|
+
diagnosis dialect dialogue dictation dictatorship diesel
|
|
85
|
+
differentiation difficulty digestion dilution diminution
|
|
86
|
+
dinner dint dioxide dip direction disability
|
|
87
|
+
disadvantage disagreement disappointment disaster
|
|
88
|
+
disbursement discharge discipline discomfort discontinuity
|
|
89
|
+
discord discouragement discourse discourtesy discrepancy
|
|
90
|
+
discussion disease disfigurement disguise disillusionment
|
|
91
|
+
disinclination disinfectant dislocation disloyalty dismissal
|
|
92
|
+
disorder dispatch dispensation dispersal displacement
|
|
93
|
+
display disposition disproof disputation dispute
|
|
94
|
+
disruption dissection dissension dissent dissimilarity
|
|
95
|
+
dissolution dissonance distaste distillation distinction
|
|
96
|
+
distortion distraction distribution disturbance divergence
|
|
97
|
+
diversion divestiture divination divinity division divorce
|
|
98
|
+
doctrine dogma dominion donation dope dosage drama
|
|
99
|
+
dramatization drapery draught drawing drone drought duck
|
|
100
|
+
duplication duration duty dye eccentricity ecstasy
|
|
101
|
+
education effect efficiency effluent effrontery eggplant
|
|
102
|
+
ejaculation ejection elaboration election electrocution
|
|
103
|
+
elevation elimination elision elm elongation emanation
|
|
104
|
+
embarkation embarrassment embellishment emendation emergency
|
|
105
|
+
eminence emission emotion emphasis emulsion enactment
|
|
106
|
+
enchantment enclosure encouragement encroachment endive
|
|
107
|
+
endorsement endowment engagement engraving enlargement
|
|
108
|
+
enlistment enormity enquiry enslavement entanglement
|
|
109
|
+
enterprise enticement entitlement entrance entry epidemic
|
|
110
|
+
equation equity equivalence equivocation erasure erection
|
|
111
|
+
error eruption escalation escape essence establishment
|
|
112
|
+
estate estrangement eternity ethyl etymology evacuation
|
|
113
|
+
evaporation evening eviction evil evolution exacerbation
|
|
114
|
+
exaggeration examination excavation excess exchange
|
|
115
|
+
exclamation excommunication excretion execution
|
|
116
|
+
exemplification exercise exertion exhaust exhibition
|
|
117
|
+
exhortation exile existence exoneration expansion
|
|
118
|
+
expectancy expenditure expense experience exploration
|
|
119
|
+
exposition exposure express expression expulsion extension
|
|
120
|
+
extent extract extradition extravagance fable fabric
|
|
121
|
+
fabrication facility faction faith fall falsehood
|
|
122
|
+
falsification falsity familiarity famine fanaticism fancy
|
|
123
|
+
fanfare fantasy farce fare fascination fashion fate
|
|
124
|
+
favor favour feed felicity fellowship fertilizer
|
|
125
|
+
festivity fever fiber fibre fiction film finesse fir
|
|
126
|
+
fire fish fixation flair flame flannel flare flattery
|
|
127
|
+
flavor flavour flex flight flint flirtation floatation
|
|
128
|
+
flotation flow fluctuation fluid fluidity fluorescence
|
|
129
|
+
fluoride flush flutter flux foam focus fog foil
|
|
130
|
+
folly food football force foreboding foreclosure forest
|
|
131
|
+
forgery form formalism formality formation formulation
|
|
132
|
+
fortification fortune fossilization foul fowl
|
|
133
|
+
fragmentation fragrance fraternity fratricide fraud
|
|
134
|
+
freedom frequency fresco friendship fright frivolity
|
|
135
|
+
frost fruit fuel fungicide fungus fur furlough fury
|
|
136
|
+
fusion fuss futility gall gallantry game gammon gaol
|
|
137
|
+
gas gaslight gear gender genealogy generality
|
|
138
|
+
generalization generation genius gin glare glass glaze
|
|
139
|
+
glee gloom glory glue goatskin gospel gossip goulash
|
|
140
|
+
government graduation graft grain grammar grapefruit
|
|
141
|
+
gratification growth grub gum habit habitat habitation
|
|
142
|
+
haddock haemorrhage hail hair halibut hallucination ham
|
|
143
|
+
handicraft hanging hardship harmonization harmony hatred
|
|
144
|
+
haven hazard haze hazel headache heart heartache heath
|
|
145
|
+
heather heaven height hell hemorrhage heresy herring
|
|
146
|
+
hesitation hickory hide highness history hold home
|
|
147
|
+
homicide honeycomb honor honour horror horseradish hose
|
|
148
|
+
hospitalization hostility houseware hubbub humiliation
|
|
149
|
+
humour hurry hyperbole idealization identity ideology
|
|
150
|
+
idiom ill illegality illumination illusion illustration
|
|
151
|
+
imagination imbalance imitation immensity immersion
|
|
152
|
+
immolation impact impeachment impersonation impertinence
|
|
153
|
+
implementation importation imposition impossibility
|
|
154
|
+
improbability impropriety improvement improvisation impulse
|
|
155
|
+
impurity imputation inaccuracy inadequacy inanity
|
|
156
|
+
inauguration incantation incitement incivility inclination
|
|
157
|
+
income incongruity inconsistency inconvenience incursion
|
|
158
|
+
indemnity indictment indiscretion individuality inducement
|
|
159
|
+
induction indulgence industry inefficiency inequality
|
|
160
|
+
inequity infancy infantry infatuation infection inference
|
|
161
|
+
infestation infirmity inflammation inflection infliction
|
|
162
|
+
inflow influence informality infringement infusion
|
|
163
|
+
inheritance inhibition iniquity initiative injection
|
|
164
|
+
injustice ink inlay innovation innuendo inoculation
|
|
165
|
+
input inquiry inquisition insertion insight insinuation
|
|
166
|
+
insolvency inspection inspiration installation instinct
|
|
167
|
+
instruction insubordination insult insurance insurrection
|
|
168
|
+
intake intellect intensification intention interaction
|
|
169
|
+
interception intercession interchange interconnection
|
|
170
|
+
interest intermarriage interment interpolation interposition
|
|
171
|
+
interpretation interrelation interrelationship interruption
|
|
172
|
+
intersection intervention intimacy intimation intricacy
|
|
173
|
+
intrigue introduction intrusion intuition invalidation
|
|
174
|
+
invention inventory inversion investigation investment
|
|
175
|
+
invocation involvement iron irony irregularity irrelevance
|
|
176
|
+
irrelevancy jade jail jam jelly jollity joviality joy
|
|
177
|
+
judgement judgment judiciary jumble justice justification
|
|
178
|
+
kidnapping killing kit kleenex knighthood labour lace
|
|
179
|
+
lack lacquer lager lamb lambskin lamentation land
|
|
180
|
+
landscape language lap larceny larch law legend lemon
|
|
181
|
+
length lettuce levitation liability liaison libel
|
|
182
|
+
liberality liberation liberty libido licence life light
|
|
183
|
+
likeness limbo lime limitation lineage linkage lipstick
|
|
184
|
+
liquidation litter liturgy livelihood liver loan lobster
|
|
185
|
+
locality localization longing lordship loss lotion love
|
|
186
|
+
loyalty lubricant lunch luncheon luxury machination
|
|
187
|
+
mackerel magnification mahogany make-up malformation
|
|
188
|
+
malfunction malignancy management mania manipulation maple
|
|
189
|
+
marble margin marriage marsh marshmallow marzipan mash
|
|
190
|
+
mast material matricide matter mead mealtime meaning
|
|
191
|
+
measurement mechanization media medication medicine
|
|
192
|
+
mediocrity meditation melodrama melody membrane memory
|
|
193
|
+
menace mentality mention merger meringue merit mess
|
|
194
|
+
metal metaphor meter method methodology methyl
|
|
195
|
+
microfiche microfilm migration mime mimosa miniature
|
|
196
|
+
mink mint miscalculation miscarriage misconception
|
|
197
|
+
misfortune mishap misinterpretation misquotation
|
|
198
|
+
misrepresentation mist mistranslation misuse mixture
|
|
199
|
+
mobilization mockery modification modulation monarchy
|
|
200
|
+
monstrosity morning mortar motion motivation mousse
|
|
201
|
+
murder muscle mutation mutilation mutiny mystery
|
|
202
|
+
mythology narration narrative nationality nationalization
|
|
203
|
+
nature naught necessity negotiation nerve net
|
|
204
|
+
neutralization nickel noise notation notice nougat
|
|
205
|
+
novelty nuance nutmeg nylon oak oats obscenity
|
|
206
|
+
observation obsession obstruction occurrence odour offence
|
|
207
|
+
offense ointment oligarchy omission opera operation
|
|
208
|
+
orange oratory ordination ore organization orientation
|
|
209
|
+
origin ornament orthodoxy orthography oscillation otter
|
|
210
|
+
outcry outlay outrage overexposure overgrowth overlap
|
|
211
|
+
overpayment oversight overstatement oxide pain paint
|
|
212
|
+
panic pantomime paper papyrus par paradise parallelism
|
|
213
|
+
parchment pardon parody parricide partition partnership
|
|
214
|
+
partridge passage passion paste pastry pasture patricide
|
|
215
|
+
pause payment payout peace pear peculiarity pedigree
|
|
216
|
+
pee penalty pepper peppermint perch percussion
|
|
217
|
+
perforation performance perfume peril perjury permutation
|
|
218
|
+
peroxide perpetuation persecution personality
|
|
219
|
+
personification perspective persuasion perusal perversion
|
|
220
|
+
perversity pesticide pestilence pheasant phosphate
|
|
221
|
+
physiognomy physique pickle pie piety pigment pimento
|
|
222
|
+
pine pineapple pique piss pitch pity plaice plaque
|
|
223
|
+
plaster play pleasure pluck plurality plutocracy poison
|
|
224
|
+
poker polarity polarization policy polish pop poplar
|
|
225
|
+
popularization population porosity port possession post
|
|
226
|
+
postponement posture potency potential potentiality
|
|
227
|
+
pottery powder power practicality practice prayer
|
|
228
|
+
prediction preference pregnancy prejudice preoccupation
|
|
229
|
+
prep preparation prescription presence presentation
|
|
230
|
+
presumption pretence pretense pretension prevision price
|
|
231
|
+
primacy prime principal print printing priority prison
|
|
232
|
+
privatization privilege probate procedure procession
|
|
233
|
+
production profanity profile profit profundity
|
|
234
|
+
prognostication progression prohibition prolongation
|
|
235
|
+
propellant propellent property prophecy proportion
|
|
236
|
+
proscription prosecution protection protein protest
|
|
237
|
+
protocol provincialism provocation proxy pudding pulp
|
|
238
|
+
pulsation punch punishment punk purchase purgatory
|
|
239
|
+
purification purpose pursuit qualification quality
|
|
240
|
+
quantity quotation race racket radiation radio rage
|
|
241
|
+
rainfall range rank ransom rap rape rapport rapture
|
|
242
|
+
rarebit rarity rationalization re-election reach reaction
|
|
243
|
+
reading readjustment realignment reality reassessment
|
|
244
|
+
recall recapitulation reception recession recitation
|
|
245
|
+
recitative recollection recompense reconciliation
|
|
246
|
+
reconnaissance reconstruction record recovery recreation
|
|
247
|
+
recrimination recurrence redevelopment rediscovery reduction
|
|
248
|
+
redundancy reed reelection reference referral refinancing
|
|
249
|
+
refinement reflection reform reformation refraction
|
|
250
|
+
refreshment refuge refund refutation regard regicide
|
|
251
|
+
registration registry regression regret regularity
|
|
252
|
+
regulation rehabilitation rehearsal reimposition
|
|
253
|
+
reincarnation reinforcement reinterpretation reiteration
|
|
254
|
+
rejection relation relaxation religion remarriage
|
|
255
|
+
remembrance reminiscence remission remittance remonstrance
|
|
256
|
+
removal renewal renovation rent reorganization repair
|
|
257
|
+
reparation repayment repetition replacement representation
|
|
258
|
+
reprisal reproach reproduction reproof repurchase
|
|
259
|
+
reputation requisition resale rescue resemblance
|
|
260
|
+
reservation reserve residence resignation resin resort
|
|
261
|
+
respect respectability respiration respite rest
|
|
262
|
+
restoration restraint restructuring resumption retardation
|
|
263
|
+
retirement retraction retreat retrenchment return reunion
|
|
264
|
+
revel revelation reverberation reverie reversal reverse
|
|
265
|
+
reversion review revision revival revocation revolt
|
|
266
|
+
revolution reward rhyme rhythm rigidity riot risotto
|
|
267
|
+
ritual rivalry roast robbery rock roe romance room
|
|
268
|
+
rope rotation routine royalty rubber ruin rumour
|
|
269
|
+
rupture rush sable sack sacrifice safari sage salad
|
|
270
|
+
salary sale saline salmon salve sanction sanctity
|
|
271
|
+
sanctuary sap sapphire sardine satire sauce sausage
|
|
272
|
+
savoy scandal scarcity scarlet scent schnitzel
|
|
273
|
+
scholarship school science scotch scrap scruple scud
|
|
274
|
+
sculpture sea seasoning seaweed secession secretion
|
|
275
|
+
seduction segmentation seizure selection self-examination
|
|
276
|
+
self-sacrifice semblance sensation sensibility sensitivity
|
|
277
|
+
sentiment separation sequence service set settlement sex
|
|
278
|
+
shade shading shampoo shandy shape share shelter
|
|
279
|
+
sherbet sherry shingle shipment shipwreck shock shortage
|
|
280
|
+
shrimp sickness siege sight silence silk similarity
|
|
281
|
+
simile similitude simplification simulation sin sirloin
|
|
282
|
+
sirup size skill skin slack slander slate slope
|
|
283
|
+
sloth snap society sod solace solitude sonority sorrel
|
|
284
|
+
soul sound soup space specialization specification
|
|
285
|
+
speech speed spelling sperm spermicide spice spin
|
|
286
|
+
spirit spleen spoil sponsorship sport sprawl spray
|
|
287
|
+
spring springtime spruce staff staging stain stalemate
|
|
288
|
+
steak stereotype stew stock stone strain strategy
|
|
289
|
+
stratification straw strength stress stretch string
|
|
290
|
+
structure strudel struggle stucco study stuff stupor
|
|
291
|
+
sturgeon style stylization subdivision subjugation
|
|
292
|
+
sublimation submission subscription substance substitution
|
|
293
|
+
subterfuge subtlety subtraction success succession
|
|
294
|
+
suffrage suicide summer sun sunburn sunrise sunset
|
|
295
|
+
superficiality superfluity superstition supper supplication
|
|
296
|
+
supply support suppression surgery surprise survival
|
|
297
|
+
susceptibility swamp sweat sweetening swelling sycamore
|
|
298
|
+
symbolism symbolization syncopation syrup taboo tabulation
|
|
299
|
+
tack tackle tag takeoff talent talk tamale tamarind
|
|
300
|
+
tangerine tape tapestry tar taste tautology taxonomy
|
|
301
|
+
teaching technique technocracy technology telefax
|
|
302
|
+
television temper temperament temperature tenancy tenure
|
|
303
|
+
termination terminology territory terror testimony text
|
|
304
|
+
texture theater theatre theft theocracy theology
|
|
305
|
+
thickness thread thrift throttle thrust tide timber
|
|
306
|
+
timbre timing tin tissue toast toffee tolerance tone
|
|
307
|
+
tonnage toothache torment torpor torque torture touch
|
|
308
|
+
trace trade tradition tragedy transaction transcription
|
|
309
|
+
transfer transference transformation transfusion
|
|
310
|
+
transgression transition translation transmission
|
|
311
|
+
transmutation transparency transplantation transport
|
|
312
|
+
transposition trauma travail treasure treatment treaty
|
|
313
|
+
tribute trifle trim triumph triviality trout truancy
|
|
314
|
+
trust truth tuck tumbleweed tumult tuna turbot
|
|
315
|
+
turbulence turkey turmoil turnaround turnout turquoise
|
|
316
|
+
tweed tyranny uncertainty underestimation underpayment
|
|
317
|
+
understatement undervaluation untruth upheaval uproar
|
|
318
|
+
uptake usage use usurpation utility utopia utterance
|
|
319
|
+
vacancy vacation vaccination vaccine vacillation valuation
|
|
320
|
+
value vantage vapour variation variety varnish velocity
|
|
321
|
+
veneer veneration verification vermilion vermouth verse
|
|
322
|
+
vibration vibrato vice vicinity victory video
|
|
323
|
+
vindication vinegar vintage violation virtue vision
|
|
324
|
+
vocabulary vocation vodka volleyball voltage volume
|
|
325
|
+
vulgarity vulnerability walnut war waste watercolour
|
|
326
|
+
weakness weedkiller weight whiskey whisky white whiting
|
|
327
|
+
wick width willow wind wine winter wire wireless
|
|
328
|
+
withdrawal wonder wood woodland work worry writing
|
|
329
|
+
yarn yew yield yoghourt yoghurt yogurt yolk youth
|
|
330
|
+
zucchini
|
|
@@ -0,0 +1,350 @@
|
|
|
1
|
+
abandon abase abbreviate abduct abet abhor abolish
|
|
2
|
+
abridge abrogate absorb abstract abuse abut accent
|
|
3
|
+
accentuate access acclaim accommodate accompany accomplish
|
|
4
|
+
accost accredit accustom achieve acquaint acquire
|
|
5
|
+
activate addict addle address adjudge administer admire
|
|
6
|
+
admonish adopt adore adorn adulterate adumbrate aerate
|
|
7
|
+
affect affix afflict aggrandize aggravate air alienate
|
|
8
|
+
allay alleviate allocate allot amass ambush ameliorate
|
|
9
|
+
amend amortize amplify amputate anaesthetize analyse
|
|
10
|
+
analyze anathematize anesthetize anger anglicize animate
|
|
11
|
+
annex annihilate annoint annotate annul anoint
|
|
12
|
+
antagonize antedate ape appal appease append apportion
|
|
13
|
+
appraise apprehend apprentice apprise appropriate arm
|
|
14
|
+
arouse arraign array arrest arrogate ascribe asphalt
|
|
15
|
+
asphyxiate aspirate assail assassinate assault assay
|
|
16
|
+
assess assuage atomize attach attack attain attenuate
|
|
17
|
+
attire attract attribute attune audit augment
|
|
18
|
+
authenticate autograph automate avenge aver avert await
|
|
19
|
+
awe ax axe backdate badger baffle bait bake balance
|
|
20
|
+
bale bamboozle ban bandage banish bankrupt baptize
|
|
21
|
+
barbarize barbecue bare barrel barricade base bash
|
|
22
|
+
baste batter battle beatify beautify bedevil befall
|
|
23
|
+
befit befoul befriend beget beggar beguile behead
|
|
24
|
+
behold belabour belie belittle belt bemoan bequeath
|
|
25
|
+
berate bereave beseech besiege besmirch bespeak bestir
|
|
26
|
+
bestow bestrew bestride betoken betray bevel bewail
|
|
27
|
+
bewilder bewitch bias bide biff bilk bill billet
|
|
28
|
+
birch bisect blackball blacklist blackmail blame blanket
|
|
29
|
+
blast blazon blemish bless blight blind blindfold
|
|
30
|
+
blitz blockade blow-dry bludgeon blue-pencil blunt
|
|
31
|
+
bolster bomb bombard boost boss botch boycott brace
|
|
32
|
+
bracket braid brainwash braise brand brandish brave
|
|
33
|
+
breach bribe brick bridge brief broach brocade bronze
|
|
34
|
+
brook browbeat brutalize budget buff bug bulldoze bung
|
|
35
|
+
bungle buoy burden burlesque bury bus busy butcher
|
|
36
|
+
buttonhole buttress by-pass bypass cajole calibrate
|
|
37
|
+
camouflage cane cannibalize canonize cap captivate
|
|
38
|
+
capture carbonize card caress caricature carpet case
|
|
39
|
+
castigate castrate catalogue catapult categorize cede
|
|
40
|
+
cement censor censure centralize chagrin chain chair
|
|
41
|
+
champion channel chaperon charm chart charter chasten
|
|
42
|
+
chastise cheapen checkmate cherish chide chisel
|
|
43
|
+
chlorinate christen chronicle circularize circumcise
|
|
44
|
+
circumnavigate circumscribe circumvent cite civilize clamp
|
|
45
|
+
classify claw cleanse clench clip cloak clobber
|
|
46
|
+
cloister clone closet clothe club co-author co-opt
|
|
47
|
+
co-produce coat cobble cock coddle code codify coerce
|
|
48
|
+
coin cold-shoulder collar collate collect collectivize
|
|
49
|
+
colonize color colour combat comfort commandeer
|
|
50
|
+
commemorate commend commercialize compact compartmentalize
|
|
51
|
+
compile complement complete complicate compliment compost
|
|
52
|
+
compound comprehend compress comprise computerize con
|
|
53
|
+
conceal concern conciliate concoct condition condone
|
|
54
|
+
configure confine confiscate confound confront confuse
|
|
55
|
+
confute congratulate conk connote conquer conscript
|
|
56
|
+
consecrate conserve consign console constitute constrain
|
|
57
|
+
constrict construct construe consume consummate contact
|
|
58
|
+
contain contaminate content contort contour contradict
|
|
59
|
+
contravene contrive control convey convoke
|
|
60
|
+
convoy convulse coop coordinate copy copyright cord
|
|
61
|
+
cordon core cork corner corral correct corroborate
|
|
62
|
+
countenance counteract counterbalance counterfeit
|
|
63
|
+
countermand countersign couple court court-martial covet
|
|
64
|
+
cradle cramp crane crayon cream create credit cremate
|
|
65
|
+
crimp cripple criticize cross-examine cross-fertilize
|
|
66
|
+
cross-index cross-question crossbreed crown crucify crush
|
|
67
|
+
cube cudgel cuff cull cultivate cup curb cure curry
|
|
68
|
+
|
|
69
|
+
curtail cushion damage damn dampen dandle daub daunt
|
|
70
|
+
daze dazzle de-escalate de-ice deaden deafen debar
|
|
71
|
+
debase debauch debilitate debit debrief debug debunk
|
|
72
|
+
decant decapitate decarbonize deceive decentralize
|
|
73
|
+
decertify decimalize decimate decipher deck declaim
|
|
74
|
+
declassify decode decolonize decompress decontaminate
|
|
75
|
+
decorate decry dedicate deduct deep-freeze deface defame
|
|
76
|
+
defeat defend defer defile define deflate deflower
|
|
77
|
+
defoliate deforest deform defraud defray defrock defrost
|
|
78
|
+
defuse defy degrade dehumanize dehydrate deify delegate
|
|
79
|
+
delete delimit delineate delude deluge demagnetize
|
|
80
|
+
demarcate demean demilitarize demist demobilize demolish
|
|
81
|
+
demoralize demote denationalize denigrate denominate
|
|
82
|
+
denote denounce dent denude deodorize deplete deplore
|
|
83
|
+
deploy depopulate deport depose deposit deprecate
|
|
84
|
+
deprogram derange deride desalinate desalinize desecrate
|
|
85
|
+
desegregate desensitize desert desiccate designate
|
|
86
|
+
despatch despise despoil destroy detach detain detect
|
|
87
|
+
deter detest dethrone devaluate devalue devastate devise
|
|
88
|
+
devote devour diagnose dice diddle diffract dignify
|
|
89
|
+
dilute direct disable disallow disappoint disarrange
|
|
90
|
+
disassociate disavow disburse discard discipline disclaim
|
|
91
|
+
discomfit disconcert disconnect discontent discount
|
|
92
|
+
discourage discredit disdain disembarrass disembowel
|
|
93
|
+
disenchant disenfranchise disestablish disfavour disfigure
|
|
94
|
+
disgorge disgrace disguise dishearten dishonour
|
|
95
|
+
disillusion disinfect disinherit disinter dislocate
|
|
96
|
+
dislodge dismantle dismember dismiss disobey disorient
|
|
97
|
+
disorientate disown disparage dispatch dispel displace
|
|
98
|
+
display displease dispossess disprove disqualify disregard
|
|
99
|
+
disrupt dissect disseminate dissociate dissuade distance
|
|
100
|
+
distil distort distract distribute distrust disturb
|
|
101
|
+
ditch divert divest divorce divulge dizzy doctor
|
|
102
|
+
document doff domesticate dominate don donate doom
|
|
103
|
+
dope dot double-check double-cross douse down downgrade
|
|
104
|
+
download dragoon dramatize drape drench drip-dry drub
|
|
105
|
+
drug dry-clean dumbfound dunk dupe duplicate dust
|
|
106
|
+
dwarf dye dynamite earmark earn eclipse edify edit
|
|
107
|
+
efface effect elbow electrify electrocute elevate elicit
|
|
108
|
+
elide eliminate elucidate elude emancipate emasculate
|
|
109
|
+
embalm embargo embed embellish embezzle embitter
|
|
110
|
+
emblazon embody embolden emboss embrace embroil emend
|
|
111
|
+
emit empanel empower emulate emulsify enact enamel
|
|
112
|
+
encase enchant encircle enclose encode encompass
|
|
113
|
+
encounter encrypt encumber endanger endear endorse endow
|
|
114
|
+
enervate enfold enforce enfranchise engender engineer
|
|
115
|
+
engrave engross engulf enhance enjoin enlarge enlighten
|
|
116
|
+
enliven enmesh ennoble enrage enrich ensconce enshrine
|
|
117
|
+
enshroud enslave ensnare entangle enthral enthrall
|
|
118
|
+
enthrone entomb entrain entrance entrap entreat entrust
|
|
119
|
+
entwine enumerate envelop envisage envy epitomize equal
|
|
120
|
+
equalize equate equip eradicate erase erect eschew
|
|
121
|
+
escort espouse espy establish esteem eulogize evade
|
|
122
|
+
evaluate evict evince eviscerate evoke exacerbate exalt
|
|
123
|
+
examine exasperate excavate exceed exchange excise
|
|
124
|
+
exclude excommunicate excoriate excrete exculpate excuse
|
|
125
|
+
execute exemplify exempt exert exhaust exhibit
|
|
126
|
+
exhilarate exhume exile exorcize expedite expel expend
|
|
127
|
+
experience expiate explicate exploit export expose
|
|
128
|
+
express expropriate expunge expurgate extenuate
|
|
129
|
+
exterminate externalize extinguish extirpate extol extort
|
|
130
|
+
extract extradite extricate exude eye fabricate
|
|
131
|
+
facilitate fag fake falsify familiarize fancy fascinate
|
|
132
|
+
fashion fate fathom fatigue fault favour feather
|
|
133
|
+
feature feign fence ferret fertilize festoon
|
|
134
|
+
fete fetter fillet finalize finance fine-tune finger
|
|
135
|
+
feed
|
|
136
|
+
flagellate flank flatter flaunt flavour flay fleece
|
|
137
|
+
flex flick flog floodlight floor flout fluff flummox
|
|
138
|
+
fluoridate flurry fluster foil foist foment fondle
|
|
139
|
+
fool force-feed ford forecast forego foreordain
|
|
140
|
+
foreshadow foreshorten forestall foreswear foretell
|
|
141
|
+
forfeit forge forgo formalize formulate forsake forswear
|
|
142
|
+
fortify forward foster found frame frank free frequent
|
|
143
|
+
fresco fricassee frighten frisk fritter frogmarch
|
|
144
|
+
frustrate fry fulfil fulfill fumigate fund funnel
|
|
145
|
+
furbish furnish furrow further gage gainsay gall
|
|
146
|
+
galvanize gaol garb garble garner garnish garrison
|
|
147
|
+
gash gatecrash gauge generate gerrymander gild gin
|
|
148
|
+
gird gladden glamorize glean glimpse glorify glut goad
|
|
149
|
+
gore gorge grab grace grade graft gratify gravel
|
|
150
|
+
grease greet grill grip grit groin groom gross
|
|
151
|
+
grudge guard guide guillotine gum gun gut guzzle gyp
|
|
152
|
+
hallow halt halve hamper hamstring handcuff handicap
|
|
153
|
+
handle harangue harass harbor harbour harm harness
|
|
154
|
+
harpoon harrow harry harvest hassle haunt hawk hazard
|
|
155
|
+
haze heap hearten heed herald highjack highlight
|
|
156
|
+
hijack hinder hoax hobble hock hog hollow homogenize
|
|
157
|
+
hone honor honour hood hoodwink horrify horsewhip hose
|
|
158
|
+
hospitalize host hotfoot hound house hull humble
|
|
159
|
+
humbug humiliate humour hump hunch hurl husk hyphenate
|
|
160
|
+
hypnotize idealize identify idolize ignore ill-treat
|
|
161
|
+
illuminate illumine illustrate image imbibe imbue
|
|
162
|
+
imitate immerse immobilize immolate immortalize immunize
|
|
163
|
+
impact impair impale impanel impart impeach impede
|
|
164
|
+
imperil impersonate implant implement implicate import
|
|
165
|
+
impose impound impoverish impregnate impress imprint
|
|
166
|
+
imprison impugn impute inactivate inaugurate incapacitate
|
|
167
|
+
incarcerate incense incinerate include inconvenience
|
|
168
|
+
incriminate inculcate incur indemnify indenture index
|
|
169
|
+
indict individuate.n indoctrinate induct infatuate infect
|
|
170
|
+
infest infiltrate inflame inflate inflect inflict
|
|
171
|
+
influence infuriate infuse ingest ingratiate inhabit
|
|
172
|
+
inherit inhibit initial initiate inject injure ink
|
|
173
|
+
inoculate inscribe inseminate insert inspect install
|
|
174
|
+
instigate instil instill institute institutionalize
|
|
175
|
+
insulate insult insure integrate inter intercept
|
|
176
|
+
interchange interdict interest interject interleave
|
|
177
|
+
internalize internationalize interpolate interrogate
|
|
178
|
+
intersperse interweave intimidate intone intoxicate
|
|
179
|
+
introduce intuit inundate invade invalidate inveigle
|
|
180
|
+
invent invert invigorate invoke irk irradiate irrigate
|
|
181
|
+
isolate italicize itemize iterate jail jar jeopardize
|
|
182
|
+
jettison jilt jolly jug juxtapose ken kidnap kiss
|
|
183
|
+
knead knife knight label lace lacerate lack lacquer
|
|
184
|
+
lambaste laminate lampoon lance landscape lasso laud
|
|
185
|
+
launder lavish leach leapfrog lease leaven legalize
|
|
186
|
+
legitimatize lever leverage levy libel liberalize
|
|
187
|
+
liberate licence liken limit lionize liquidize list
|
|
188
|
+
loan loathe lob localize loft loot lubricate lug
|
|
189
|
+
lull lump lure lynch madden magnetize magnify maim
|
|
190
|
+
malign maltreat man manacle mandate mangle manhandle
|
|
191
|
+
manicure manifest manipulate manufacture mar market
|
|
192
|
+
maroon marshal martyr mash mask mass-produce massage
|
|
193
|
+
master mastermind masticate maul maximize measure
|
|
194
|
+
mechanize medicate memorialize memorize menace merit
|
|
195
|
+
mesmerize microfilm milk mimeograph mimic mince
|
|
196
|
+
miniaturize minimize mint mire mirror misapply
|
|
197
|
+
misapprehend misappropriate miscast misconceive misconstrue
|
|
198
|
+
misdate misdirect misgovern misguide mishandle mishear
|
|
199
|
+
misinform misinterpret mislay mislead mismanage misname
|
|
200
|
+
misplace mispronounce misquote misrepresent misspell
|
|
201
|
+
misspend misstate mistake mistranslate mistreat mistrust
|
|
202
|
+
misuse mitigate mob mock model modify modulate mold
|
|
203
|
+
molest mollify mollycoddle monitor monopolize moor
|
|
204
|
+
mortar mortgage mortify mothproof motorize muddy muff
|
|
205
|
+
muffle mug mulch murder muster mute mutilate muzzle
|
|
206
|
+
mystify nab nag narrate nationalize naturalize needle
|
|
207
|
+
negate net nettle neuter neutralize nick nickname
|
|
208
|
+
normalize nourish nudge nullify numb number nurse
|
|
209
|
+
nurture obfuscate obligate obliterate obscure obstruct
|
|
210
|
+
obtain obviate occasion occupy offend oil okay omen
|
|
211
|
+
omit oppress orchestrate ordain organize orient
|
|
212
|
+
orientate ornament ostracize oust outbalance outbid
|
|
213
|
+
outclass outdistance outdo outfight outfit outflank
|
|
214
|
+
outfox outgrow outlast outlaw outline outlive
|
|
215
|
+
outmanoeuvre outnumber outplay outrage outrank outride
|
|
216
|
+
outrun outshine outsmart outstay outvote outweigh outwit
|
|
217
|
+
overawe overbear overburden overcook overcrowd overdo
|
|
218
|
+
overemphasize overestimate overexert overexpose overhaul
|
|
219
|
+
overhear overleap overload overlook overpay overplay
|
|
220
|
+
overpower overpraise overprint overrate override overrule
|
|
221
|
+
oversee overshadow overshoot oversimplify overstate
|
|
222
|
+
overstay overstep overstock overstrain overtake overtax
|
|
223
|
+
overvalue overwhelm own oxygenate pacify package pad
|
|
224
|
+
padlock page pain pamper paper parallel paralyse
|
|
225
|
+
paralyze paraphrase parch pardon pare parody parole
|
|
226
|
+
parry parse partition partner paste pasteurize pat
|
|
227
|
+
patent patrol patronize pattern pauperize paw pawn peg
|
|
228
|
+
pelt penalize pencil pepper perfect perforate perfume
|
|
229
|
+
perfuse perjure perm permeate permute perpetrate
|
|
230
|
+
perpetuate perplex persecute personalize personify perturb
|
|
231
|
+
peruse pervade pervert pester pet photocopy photograph
|
|
232
|
+
photosensitize photostat phrase pickle picture pierce
|
|
233
|
+
pigeonhole pilfer pilot pinch pinpoint pip pipe pique
|
|
234
|
+
pirate pit pitchfork pity placate place plagiarize
|
|
235
|
+
plague plant plaster please ply pocket poison polarize
|
|
236
|
+
police polish politicize pollinate pollute ponder
|
|
237
|
+
pooh-pooh pool popularize populate port portend position
|
|
238
|
+
possess post postdate postmark postpone powder praise
|
|
239
|
+
pre-empt prearrange precede precipitate preclude
|
|
240
|
+
preconceive predestine predetermine predicate predispose
|
|
241
|
+
preempt preen prefabricate preface prefigure preheat
|
|
242
|
+
prejudge prejudice premeditate premise preoccupy preordain
|
|
243
|
+
prepay prerecord presage prescribe present preserve
|
|
244
|
+
presort pressurize prettify prevent price pride prime
|
|
245
|
+
print privilege prize probe process procure prod
|
|
246
|
+
produce proffer profile prognosticate prohibit prolong
|
|
247
|
+
promote promulgate pronounce proof propel proportion
|
|
248
|
+
proposition propound proscribe prosecute prostitute
|
|
249
|
+
prostrate protect prune psychoanalyse psychoanalyze
|
|
250
|
+
publicize publish pulverize pummel punctuate punish
|
|
251
|
+
purchase purify purloin purse pursue purvey quaff
|
|
252
|
+
quantify quarantine quarter quash quell quench query
|
|
253
|
+
question quick-freeze quilt quote raffle raid railroad
|
|
254
|
+
ram ramp ransack ransom rape ratify ration rationalize
|
|
255
|
+
ravage ravish raze re-address re-educate re-establish
|
|
256
|
+
readmit reap rearrange reassess reauthorize rebuff
|
|
257
|
+
rebuke rebut recapture recast recess recite reclaim
|
|
258
|
+
recommit recompense reconcile recondition reconsecrate
|
|
259
|
+
reconsider reconstruct reconvict recoup recreate rectify
|
|
260
|
+
recycle redecorate redeem redefine redeploy redesign
|
|
261
|
+
redevelop rediscover redistribute redo redress reduce
|
|
262
|
+
reduplicate reestablish refashion refill refinance refine
|
|
263
|
+
reformulate refract refresh refrigerate refund refurbish
|
|
264
|
+
refurnish refute regain regale regiment regularize
|
|
265
|
+
regulate regurgitate rehabilitate rehash rehouse reimburse
|
|
266
|
+
reinforce reinstate reinsure reintegrate reinterpret
|
|
267
|
+
reinvent reissue reject rejoin rejuvenate relay release
|
|
268
|
+
relegate relieve relinquish relish relist relive remand
|
|
269
|
+
remedy remilitarize remodel remould remove remunerate
|
|
270
|
+
rend renew renounce renovate reorient reorientate
|
|
271
|
+
repackage repaint repatriate repeal repel replace
|
|
272
|
+
replant replay replenish replicate reprehend represent
|
|
273
|
+
repress reprieve reprimand reprint reproach reproof
|
|
274
|
+
reprove repudiate repulse repurchase repute requisition
|
|
275
|
+
reread reroute reschedule rescind rescue research reseat
|
|
276
|
+
resell resemble resent reserve reset reshape reshuffle
|
|
277
|
+
resole respect restate restock restore restrain restrict
|
|
278
|
+
restructure resurrect retain retake retard retell
|
|
279
|
+
rethink retouch retrace retract retransmit retrieve
|
|
280
|
+
revalue revamp revere review revile revise revisit
|
|
281
|
+
revitalize revoke revolutionize reward rewire reword
|
|
282
|
+
rewrite rib riddle ridicule rifle right rim rival
|
|
283
|
+
rivet romanticize rope rout route rubber-stamp rubberize
|
|
284
|
+
rue ruin rumple rusticate sabotage sack sadden saddle
|
|
285
|
+
safeguard salt salvage sample sanctify sanction sand
|
|
286
|
+
sandblast sandpaper sandwich sap satiate satirize
|
|
287
|
+
satisfy saturate sauteH savage savour scald scalp
|
|
288
|
+
scandalize scant scar scent schedule school scoop
|
|
289
|
+
scorch scorn scotch scour scrap screen scrunch
|
|
290
|
+
scrutinize sculpt scuttle sear season seat second
|
|
291
|
+
secrete secularize secure sedate seduce seed segregate
|
|
292
|
+
select sensitize sentimentalize sequester serenade
|
|
293
|
+
serialize service shackle shadow shame shampoo share
|
|
294
|
+
sharpen shear sheathe shelter shelve shepherd shield
|
|
295
|
+
shingle shirk shock shoo short-change shortlist shoulder
|
|
296
|
+
shovel shred shroud shuck shun shunt shutter sick
|
|
297
|
+
sicken sideline sidestep sidetrack sieve sight signpost
|
|
298
|
+
silence silhouette simplify simulate siphon sire skewer
|
|
299
|
+
skin skipper skirt slake slander slap slash slate
|
|
300
|
+
slaughter slay slice slight sling slot slug slur
|
|
301
|
+
smelt smite smother snag snare snub sock soft-pedal
|
|
302
|
+
soil solder solicit solve soothe soundproof soup souse
|
|
303
|
+
spade span spank spare spay spear spearhead specify
|
|
304
|
+
spew spike spin-dry spirit spite splice sponsor
|
|
305
|
+
spoonfeed spot spotlight sprain spray sprinkle spurn
|
|
306
|
+
squander squelch squire stab staff stage stalemate
|
|
307
|
+
standardize staple starch startle stash station staunch
|
|
308
|
+
steal steamroller steel stereotype sterilize stiff
|
|
309
|
+
stigmatize still stimulate stitch stockade stoke stomach
|
|
310
|
+
stone store stow straddle strafe straiten strangle
|
|
311
|
+
strap streamline strew stroke structure stub stucco
|
|
312
|
+
stud stun stunt style stylize stymie subdue subedit
|
|
313
|
+
subject subjugate sublimate subordinate subpoena subserve
|
|
314
|
+
subsidize substantiate subsume subtend subtract subvert
|
|
315
|
+
succour suckle suffuse suit sully summarize summon sun
|
|
316
|
+
sunder superimpose supersede supplant supplement supply
|
|
317
|
+
support suppress surmount surpass surround survey
|
|
318
|
+
suspend sustain swamp swat swathe sweeten swig swindle
|
|
319
|
+
swipe symbolize syncopate syndicate synthesize syphon
|
|
320
|
+
systematize table tabulate tail tailor taint tame tamp
|
|
321
|
+
tantalize tar target tattoo taunt tax tease telecast
|
|
322
|
+
telescope televise tender terrace terrify terrorize test
|
|
323
|
+
test-drive tether thank thatch thirst thread thumb
|
|
324
|
+
thwart ticket tile till time tint titillate toe
|
|
325
|
+
tolerate torment torpedo torture tote tour tousle tout
|
|
326
|
+
tow towel trample tranquilize tranquillize transact
|
|
327
|
+
transcend transcribe transfix transform transfuse transmit
|
|
328
|
+
transmute transport transpose transship trap traverse
|
|
329
|
+
treasure trick trigger trivialize trouble trounce
|
|
330
|
+
truncate tutor tweak twiddle typecast typify tyrannize
|
|
331
|
+
unbalance unban unblock unbolt unbuckle unburden
|
|
332
|
+
unbutton uncork uncouple uncover uncross undercharge
|
|
333
|
+
underestimate underexpose undergo underlie underline
|
|
334
|
+
undermine underpay underpin underquote underrate
|
|
335
|
+
underscore undersell undershoot undersign understate
|
|
336
|
+
understock understudy undervalue underwrite undo unearth
|
|
337
|
+
unfetter unfrock unfurl unhand unhinge unhook unlearn
|
|
338
|
+
unleash unloose unmask unnerve unplug unsaddle
|
|
339
|
+
unscramble unsettle unsheathe unveil unzip upbraid
|
|
340
|
+
update upgrade uphold upholster uplift uproot upstage
|
|
341
|
+
usher usurp utilize utter vacate vaccinate valet
|
|
342
|
+
validate value vanquish varnish veil vend venerate
|
|
343
|
+
vent ventilate verbalize vet veto vex victimize
|
|
344
|
+
videotape vilify vindicate violate visa visualize
|
|
345
|
+
vitiate vivisect vocalize voice void vouchsafe vulgarize
|
|
346
|
+
wage waive wall wallop wangle ward warrant waste
|
|
347
|
+
waterproof waylay wean weather wedge weight welcome
|
|
348
|
+
wend westernize wet whack wheedle whet whitewash wield
|
|
349
|
+
wing winnow withhold withstand witness wolf woo word
|
|
350
|
+
worm wound wreak wreck wrench wrest wrong zap zone
|