From 15a4e0d14d1e59554b64b6b299e6414dd74642d6 Mon Sep 17 00:00:00 2001 From: Dave Jacoby Date: Mon, 23 May 2022 13:22:16 -0400 Subject: DAJ Challenge 166 --- challenge-166/dave-jacoby/perl/bar | 0 challenge-166/dave-jacoby/perl/blee | 0 challenge-166/dave-jacoby/perl/ch-1.pl | 52 + challenge-166/dave-jacoby/perl/ch-2.pl | 40 + challenge-166/dave-jacoby/perl/dictionary.txt | 39172 ++++++++++++++++++++++++ challenge-166/dave-jacoby/perl/foo | 0 6 files changed, 39264 insertions(+) create mode 100644 challenge-166/dave-jacoby/perl/bar create mode 100644 challenge-166/dave-jacoby/perl/blee create mode 100644 challenge-166/dave-jacoby/perl/ch-1.pl create mode 100644 challenge-166/dave-jacoby/perl/ch-2.pl create mode 100644 challenge-166/dave-jacoby/perl/dictionary.txt create mode 100644 challenge-166/dave-jacoby/perl/foo diff --git a/challenge-166/dave-jacoby/perl/bar b/challenge-166/dave-jacoby/perl/bar new file mode 100644 index 0000000000..e69de29bb2 diff --git a/challenge-166/dave-jacoby/perl/blee b/challenge-166/dave-jacoby/perl/blee new file mode 100644 index 0000000000..e69de29bb2 diff --git a/challenge-166/dave-jacoby/perl/ch-1.pl b/challenge-166/dave-jacoby/perl/ch-1.pl new file mode 100644 index 0000000000..e47ea135d0 --- /dev/null +++ b/challenge-166/dave-jacoby/perl/ch-1.pl @@ -0,0 +1,52 @@ +#!/usr/bin/env perl + +use strict; +use warnings; +use experimental qw{ say postderef signatures state }; + +use Carp; +use List::Compare; +use List::Util qw{ first }; + +my @words = get_words(); +my @letters = qw{ a b c d e f o l i s t }; +my @banned = bad_letters(@letters); +my %banned = map { $_ => 1 } @banned; +my %mapping = ( + i => '1', + l => '1', + o => '0', + s => '5', + t => '7', +); +map { $mapping{$_} = $_ } 'a' .. 'f'; + +# @words = qw{ silo solo soda odd }; + +OUTER: for my $word ( sort { length $a <=> length $b } @words ) { + my $hax0r; + for my $l ( split //, $word ) { + my $m = $mapping{$l}; + $hax0r .= defined $m ? $m : $l; + next OUTER if $banned{$l}; + } + say qq{ + $word\n\t0x$hax0r }; +} + +sub get_words { + my $dictionary = './dictionary.txt'; + if ( -f $dictionary && open my $fh, '<', $dictionary ) { + my @words = + grep { length $_ < 9 && length $_ > 1 } + map { chomp; lc $_ } <$fh>; + return @words; + } + croak 'No dictioary file'; +} + +sub bad_letters( @letters ) { + my @alpha = 'a' .. 'z'; + my $lc = List::Compare->new( \@letters, \@alpha ); + my @banned = $lc->get_complement(); + return @banned; +} diff --git a/challenge-166/dave-jacoby/perl/ch-2.pl b/challenge-166/dave-jacoby/perl/ch-2.pl new file mode 100644 index 0000000000..0d9d3eb56b --- /dev/null +++ b/challenge-166/dave-jacoby/perl/ch-2.pl @@ -0,0 +1,40 @@ +#!/usr/bin/env perl + +use strict; +use warnings; +use experimental qw{ say postderef signatures state }; + +use List::Util qw{ first }; + +my @dirs = qw{ dir_a dir_b dir_c }; +@dirs = sort @ARGV if @ARGV; +my $maxcol = 0; + +my %files; +for my $dir (@dirs) { + $maxcol = length $dir if length $dir > $maxcol; + next unless -d $dir; + my @nodes = glob "$dir/*"; + for my $n (@nodes) { + my ($node) = reverse split m{/}, $n; + $node .= '/' if -d $n; + $files{$node}{$dir} = 1; + $maxcol = length $node if length $node > $maxcol; + } +} + +say show_row( $maxcol, @dirs ); +say show_row( $maxcol, map { '-' x $maxcol } @dirs ); +for my $file ( sort keys %files ) { + say show_row( $maxcol, + map { defined $files{$file}{$_} ? $file : '' } @dirs ); +} + +sub show_row ( $maxcol, @row ) { + return join ' | ', map { pad( $_, $maxcol ) } @row; +} + +sub pad ( $word, $maxcol ) { + my $pad = ' ' x ( $maxcol - length $word ); + return join '', $word, $pad; +} diff --git a/challenge-166/dave-jacoby/perl/dictionary.txt b/challenge-166/dave-jacoby/perl/dictionary.txt new file mode 100644 index 0000000000..1f915f2975 --- /dev/null +++ b/challenge-166/dave-jacoby/perl/dictionary.txt @@ -0,0 +1,39172 @@ +a +aardvark +aback +abacus +abacuses +abandon +abandoned +abandoning +abandonment +abandons +abate +abated +abates +abating +abbey +abbeys +abbot +abbots +abbreviate +abbreviated +abbreviates +abbreviating +abbreviation +abbreviations +abdicate +abdicated +abdicates +abdicating +abdication +abdications +abdomen +abdomens +abdominal +abduct +abducted +abducting +abducts +aberration +aberrations +abet +abets +abetted +abetting +abhor +abhorred +abhorrence +abhorrent +abhorring +abhors +abide +abides +abiding +abilities +ability +abject +ablaze +able +abler +ablest +ably +abnormal +abnormalities +abnormality +abnormally +aboard +abode +abodes +abolish +abolished +abolishes +abolishing +abolition +abominable +abomination +aboriginal +aborigine +aborigines +abort +aborted +aborting +abortion +abortions +abortive +aborts +abound +abounded +abounding +abounds +about +above +aboveboard +abrasive +abrasives +abreast +abridge +abridged +abridges +abridging +abroad +abrupt +abrupter +abruptest +abruptly +abscess +abscessed +abscesses +abscessing +abscond +absconded +absconding +absconds +absence +absences +absent +absented +absentee +absentees +absenting +absents +absolute +absolutely +absolutes +absolutest +absolve +absolved +absolves +absolving +absorb +absorbed +absorbent +absorbents +absorbing +absorbs +absorption +abstain +abstained +abstaining +abstains +abstention +abstentions +abstinence +abstract +abstracted +abstracting +abstraction +abstractions +abstracts +abstruse +absurd +absurder +absurdest +absurdities +absurdity +absurdly +abundance +abundances +abundant +abundantly +abuse +abused +abuser +abusers +abuses +abusing +abusive +abysmal +abyss +abysses +academic +academically +academics +academies +academy +accede +acceded +accedes +acceding +accelerate +accelerated +accelerates +accelerating +acceleration +accelerations +accelerator +accelerators +accent +accented +accenting +accents +accentuate +accentuated +accentuates +accentuating +accept +acceptability +acceptable +acceptably +acceptance +acceptances +accepted +accepting +accepts +access +accessed +accesses +accessibility +accessible +accessing +accessories +accessory +accident +accidental +accidentally +accidentals +accidents +acclaim +acclaimed +acclaiming +acclaims +acclimate +acclimated +acclimates +acclimating +acclimatize +acclimatized +acclimatizes +acclimatizing +accolade +accolades +accommodate +accommodated +accommodates +accommodating +accommodation +accommodations +accompanied +accompanies +accompaniment +accompaniments +accompanist +accompanists +accompany +accompanying +accomplice +accomplices +accomplish +accomplished +accomplishes +accomplishing +accomplishment +accomplishments +accord +accordance +accorded +according +accordingly +accordion +accordions +accords +accost +accosted +accosting +accosts +account +accountability +accountable +accountancy +accountant +accountants +accounted +accounting +accounts +accredit +accredited +accrediting +accredits +accrue +accrued +accrues +accruing +accumulate +accumulated +accumulates +accumulating +accumulation +accumulations +accuracy +accurate +accurately +accusation +accusations +accuse +accused +accuser +accusers +accuses +accusing +accustom +accustomed +accustoming +accustoms +ace +aced +aces +ache +ached +aches +achievable +achieve +achieved +achievement +achievements +achieves +achieving +aching +acid +acidity +acids +acing +acknowledge +acknowledged +acknowledges +acknowledging +acknowledgment +acknowledgments +acne +acorn +acorns +acoustic +acoustics +acquaint +acquaintance +acquaintances +acquainted +acquainting +acquaints +acquiesce +acquiesced +acquiescence +acquiesces +acquiescing +acquire +acquired +acquires +acquiring +acquisition +acquisitions +acquit +acquits +acquittal +acquittals +acquitted +acquitting +acre +acreage +acreages +acres +acrid +acrider +acridest +acrimonious +acrimony +acrobat +acrobatic +acrobatics +acrobats +acronym +acronyms +across +acrylic +acrylics +act +acted +acting +action +actions +activate +activated +activates +activating +active +actively +actives +activist +activists +activities +activity +actor +actors +actress +actresses +acts +actual +actualities +actuality +actually +actuary +acumen +acupuncture +acute +acutely +acuter +acutes +acutest +ad +adage +adages +adamant +adapt +adaptable +adaptation +adaptations +adapted +adapter +adapting +adaptive +adapts +add +added +addendum +addict +addicted +addicting +addiction +addictions +addictive +addicts +adding +addition +additional +additionally +additions +additive +additives +address +addressed +addressee +addressees +addresses +addressing +adds +adept +adepts +adequate +adequately +adhere +adhered +adherence +adherent +adherents +adheres +adhering +adhesion +adhesive +adhesives +adjacent +adjective +adjectives +adjoin +adjoined +adjoining +adjoins +adjourn +adjourned +adjourning +adjournment +adjournments +adjourns +adjunct +adjuncts +adjust +adjustable +adjusted +adjusting +adjustment +adjustments +adjusts +administer +administered +administering +administers +administration +administrations +administrative +administrator +administrators +admirable +admirably +admiral +admirals +admiration +admire +admired +admirer +admirers +admires +admiring +admissible +admission +admissions +admit +admits +admittance +admitted +admittedly +admitting +admonish +admonished +admonishes +admonishing +admonition +admonitions +ado +adobe +adobes +adolescence +adolescences +adolescent +adolescents +adopt +adopted +adopting +adoption +adoptions +adopts +adorable +adoration +adore +adored +adores +adoring +adorn +adorned +adorning +adornment +adornments +adorns +adrift +adroit +adroitly +ads +adulation +adult +adulterate +adulterated +adulterates +adulterating +adulteration +adulteries +adultery +adulthood +adults +advance +advanced +advancement +advancements +advances +advancing +advantage +advantaged +advantageous +advantages +advantaging +advent +adventure +adventured +adventurer +adventurers +adventures +adventuring +adventurous +adverb +adverbial +adverbials +adverbs +adversaries +adversary +adverse +adversely +adverser +adversest +adversities +adversity +advert +advertise +advertised +advertisement +advertisements +advertiser +advertisers +advertises +advertising +adverts +advice +advisable +advise +advised +adviser +advisers +advises +advising +advisories +advisory +advocate +advocated +advocates +advocating +aerial +aerials +aerodynamic +aerodynamics +aerosol +aerosols +aerospace +aesthetic +aesthetically +afar +affable +affably +affair +affairs +affect +affectation +affectations +affected +affecting +affection +affectionate +affectionately +affections +affects +affidavit +affidavits +affiliate +affiliated +affiliates +affiliating +affiliation +affiliations +affinities +affinity +affirm +affirmation +affirmations +affirmative +affirmatives +affirmed +affirming +affirms +affix +affixed +affixes +affixing +afflict +afflicted +afflicting +affliction +afflictions +afflicts +affluence +affluent +afford +affordable +afforded +affording +affords +affront +affronted +affronting +affronts +afield +aflame +afloat +afoot +aforementioned +aforesaid +afraid +afresh +after +aftereffect +aftereffects +afterlife +afterlives +aftermath +aftermaths +afternoon +afternoons +afterthought +afterthoughts +afterward +afterwards +again +against +age +aged +agencies +agency +agenda +agendas +agent +agents +ages +aggravate +aggravated +aggravates +aggravating +aggravation +aggravations +aggregate +aggregated +aggregates +aggregating +aggression +aggressive +aggressively +aggressiveness +aggressor +aggressors +aghast +agile +agiler +agilest +agility +aging +agitate +agitated +agitates +agitating +agitation +agitations +agitator +agitators +aglow +agnostic +agnosticism +agnostics +ago +agonies +agonize +agonized +agonizes +agonizing +agony +agree +agreeable +agreeably +agreed +agreeing +agreement +agreements +agrees +agricultural +agriculture +aground +ah +ahead +ahoy +aid +aide +aided +aides +aiding +aids +ail +ailed +ailing +ailment +ailments +ails +aim +aimed +aiming +aimless +aimlessly +aims +air +airborne +aircraft +aired +airfield +airfields +airier +airiest +airing +airline +airliner +airliners +airlines +airmail +airmailed +airmailing +airmails +airplane +airplanes +airport +airports +airs +airstrip +airstrips +airtight +airy +aisle +aisles +ajar +akin +alarm +alarmed +alarming +alarmingly +alarmist +alarmists +alarms +alas +albeit +albino +albinos +album +albums +alcohol +alcoholic +alcoholics +alcoholism +alcohols +alcove +alcoves +ale +alert +alerted +alerting +alerts +ales +alga +algae +algebra +algebraic +algorithm +algorithms +alias +aliased +aliases +aliasing +alibi +alibied +alibiing +alibis +alien +alienate +alienated +alienates +alienating +alienation +aliened +aliening +aliens +alight +alighted +alighting +alights +align +aligned +aligning +alignment +alignments +aligns +alike +alimony +alive +alkali +alkalies +alkaline +all +allay +allayed +allaying +allays +allegation +allegations +allege +alleged +allegedly +alleges +allegiance +allegiances +alleging +allegorical +allegories +allegory +allergic +allergies +allergy +alleviate +alleviated +alleviates +alleviating +alley +alleys +alliance +alliances +allied +allies +alligator +alligators +allocate +allocated +allocates +allocating +allocation +allocations +allot +allotment +allotments +allots +allotted +allotting +allow +allowable +allowance +allowances +allowed +allowing +allows +alloy +alloyed +alloying +alloys +allude +alluded +alludes +alluding +allure +allured +allures +alluring +allusion +allusions +ally +allying +almanac +almanacs +almighty +almond +almonds +almost +alms +aloft +alone +along +alongside +aloof +aloud +alpha +alphabet +alphabetic +alphabetical +alphabetically +alphabets +alphanumeric +already +also +altar +altars +alter +alterable +alteration +alterations +altered +altering +alternate +alternated +alternately +alternates +alternating +alternation +alternative +alternatively +alternatives +alternator +alters +although +altitude +altitudes +alto +altogether +altos +altruism +altruistic +aluminum +always +am +amalgamate +amalgamated +amalgamates +amalgamating +amalgamation +amalgamations +amass +amassed +amasses +amassing +amateur +amateurish +amateurs +amaze +amazed +amazement +amazes +amazing +amazingly +ambassador +ambassadors +amber +ambiance +ambiances +ambidextrous +ambient +ambiguities +ambiguity +ambiguous +ambiguously +ambition +ambitions +ambitious +ambitiously +ambivalence +ambivalent +amble +ambled +ambles +ambling +ambulance +ambulances +ambush +ambushed +ambushes +ambushing +amen +amenable +amend +amended +amending +amendment +amendments +amends +amenities +amenity +amethyst +amethysts +amiable +amiably +amicable +amicably +amid +amiss +ammonia +ammunition +amnesia +amnestied +amnesties +amnesty +amnestying +amoeba +amoebae +amoebas +amok +among +amoral +amorous +amorphous +amount +amounted +amounting +amounts +amp +ampere +amperes +ampersand +ampersands +amphetamine +amphetamines +amphibian +amphibians +amphibious +amphitheater +amphitheaters +ample +ampler +amplest +amplification +amplifications +amplified +amplifier +amplifiers +amplifies +amplify +amplifying +amplitude +amply +amps +amputate +amputated +amputates +amputating +amputation +amputations +amulet +amulets +amuse +amused +amusement +amusements +amuses +amusing +amusingly +an +anachronism +anachronisms +anagram +anal +analgesic +analgesics +analog +analogies +analogous +analogue +analogy +analyses +analysis +analyst +analysts +analytic +analyze +analyzed +analyzer +analyzes +analyzing +anarchic +anarchism +anarchist +anarchists +anarchy +anathema +anatomical +anatomies +anatomy +ancestor +ancestors +ancestral +ancestries +ancestry +anchor +anchorage +anchorages +anchored +anchoring +anchors +anchovies +anchovy +ancient +ancienter +ancientest +ancients +and +android +androids +anecdote +anecdotes +anemia +anemic +anesthesia +anesthetic +anesthetics +anew +angel +angelic +angels +anger +angered +angering +angers +angle +angled +angler +anglers +angles +angling +angrier +angriest +angrily +angry +angst +anguish +anguished +anguishes +anguishing +angular +animal +animals +animate +animated +animates +animating +animation +animations +animosities +animosity +ankle +ankles +annals +annex +annexation +annexations +annexed +annexes +annexing +annihilate +annihilated +annihilates +annihilating +annihilation +anniversaries +anniversary +annotate +annotated +annotates +annotating +annotation +annotations +announce +announced +announcement +announcements +announcer +announcers +announces +announcing +annoy +annoyance +annoyances +annoyed +annoying +annoyingly +annoys +annual +annually +annuals +annuities +annuity +annul +annulled +annulling +annulment +annulments +annuls +anoint +anointed +anointing +anoints +anomalies +anomalous +anomaly +anon +anonymity +anonymous +anonymously +anorak +anoraks +another +answer +answerable +answered +answering +answers +ant +antagonism +antagonisms +antagonist +antagonistic +antagonists +antagonize +antagonized +antagonizes +antagonizing +anteater +anteaters +antelope +antelopes +antenna +antennae +antennas +anthem +anthems +anthill +anthills +anthologies +anthology +anthrax +anthropological +anthropologist +anthropologists +anthropology +antibiotic +antibiotics +antibodies +antibody +antic +anticipate +anticipated +anticipates +anticipating +anticipation +anticipations +anticlimax +anticlimaxes +antics +antidote +antidotes +antifreeze +antipathies +antipathy +antiquate +antiquated +antiquates +antiquating +antique +antiqued +antiques +antiquing +antiquities +antiquity +antiseptic +antiseptics +antisocial +antitheses +antithesis +antler +antlers +antonym +antonyms +ants +anus +anuses +anvil +anvils +anxieties +anxiety +anxious +anxiously +any +anybodies +anybody +anyhow +anyone +anyplace +anything +anythings +anyway +anywhere +aorta +aortas +apart +apartheid +apartment +apartments +apathetic +apathy +ape +aped +aperture +apertures +apes +apex +apexes +aphorism +aphorisms +apiece +aping +aplomb +apocryphal +apologetic +apologetically +apologies +apologize +apologized +apologizes +apologizing +apology +apostle +apostles +apostrophe +apostrophes +appall +appalled +appalling +appallingly +appalls +apparatus +apparatuses +apparel +appareled +appareling +apparels +apparent +apparently +apparition +apparitions +appeal +appealed +appealing +appeals +appear +appearance +appearances +appeared +appearing +appears +appease +appeased +appeasement +appeasements +appeases +appeasing +append +appendage +appendages +appended +appendices +appendicitis +appending +appendix +appendixes +appends +appetite +appetites +appetizer +appetizers +appetizing +applaud +applauded +applauding +applauds +applause +apple +apples +appliance +appliances +applicability +applicable +applicant +applicants +application +applications +applicator +applicators +applied +applies +apply +applying +appoint +appointed +appointee +appointees +appointing +appointment +appointments +appoints +apposite +appraisal +appraisals +appraise +appraised +appraises +appraising +appreciable +appreciate +appreciated +appreciates +appreciating +appreciation +appreciations +appreciative +apprehend +apprehended +apprehending +apprehends +apprehension +apprehensions +apprehensive +apprentice +apprenticed +apprentices +apprenticeship +apprenticeships +apprenticing +approach +approachable +approached +approaches +approaching +appropriate +appropriated +appropriately +appropriates +appropriating +appropriation +appropriations +approval +approvals +approve +approved +approves +approving +approximate +approximated +approximately +approximates +approximating +approximation +approximations +apricot +apricots +apron +aprons +apt +apter +aptest +aptitude +aptitudes +aptly +aquamarine +aquamarines +aquarium +aquariums +aquatic +aquatics +aqueduct +aqueducts +arable +arbiter +arbiters +arbitrarily +arbitrary +arbitrate +arbitrated +arbitrates +arbitrating +arbitration +arbitrator +arbitrators +arbor +arbors +arc +arcade +arcades +arcane +arced +arch +archaeological +archaeologist +archaeologists +archaeology +archaic +archbishop +archbishops +arched +archer +archers +archery +arches +archest +archetypal +arching +archipelago +archipelagos +architect +architects +architectural +architecture +architectures +archive +archived +archives +archiving +archway +archways +arcing +arcs +ardent +ardently +ardor +ardors +arduous +arduously +are +area +areas +arena +arenas +ares +arguable +arguably +argue +argued +argues +arguing +argument +argumentative +arguments +aria +arias +arid +arise +arisen +arises +arising +aristocracies +aristocracy +aristocrat +aristocratic +aristocrats +arithmetic +ark +arks +arm +armadillo +armadillos +armament +armaments +armchair +armchairs +armed +armies +arming +armistice +armistices +armor +armored +armories +armoring +armors +armory +armpit +armpits +arms +army +aroma +aromas +aromatic +aromatics +arose +around +arouse +aroused +arouses +arousing +arraign +arraigned +arraigning +arraigns +arrange +arranged +arrangement +arrangements +arranges +arranging +array +arrayed +arraying +arrays +arrears +arrest +arrested +arresting +arrests +arrival +arrivals +arrive +arrived +arrives +arriving +arrogance +arrogant +arrogantly +arrow +arrows +arsenal +arsenals +arsenic +arson +art +arterial +arteries +artery +artful +arthritic +arthritics +arthritis +artichoke +artichokes +article +articles +articulate +articulated +articulately +articulates +articulating +articulation +articulations +artifact +artifacts +artifice +artifices +artificial +artificially +artillery +artisan +artisans +artist +artistic +artistically +artistry +artists +arts +artwork +as +asbestos +ascend +ascended +ascending +ascends +ascension +ascensions +ascent +ascents +ascertain +ascertained +ascertaining +ascertains +ascetic +ascetics +ascribe +ascribed +ascribes +ascribing +asexual +ash +ashamed +ashcan +ashed +ashen +ashes +ashing +ashore +ashtray +ashtrays +aside +asides +ask +askance +asked +askew +asking +asks +asleep +asparagus +aspect +aspects +aspen +aspens +aspersion +aspersions +asphalt +asphalted +asphalting +asphalts +asphyxiate +asphyxiated +asphyxiates +asphyxiating +asphyxiation +asphyxiations +aspirant +aspirants +aspiration +aspirations +aspire +aspired +aspires +aspirin +aspiring +aspirins +ass +assail +assailant +assailants +assailed +assailing +assails +assassin +assassinate +assassinated +assassinates +assassinating +assassination +assassinations +assassins +assault +assaulted +assaulter +assaulting +assaults +assemble +assembled +assembler +assemblers +assembles +assemblies +assembling +assembly +assent +assented +assenting +assents +assert +asserted +asserting +assertion +assertions +assertive +asserts +asses +assess +assessed +assesses +assessing +assessment +assessments +assessor +assessors +asset +assets +assign +assigned +assigning +assignment +assignments +assigns +assimilate +assimilated +assimilates +assimilating +assimilation +assist +assistance +assistant +assistants +assisted +assisting +assists +associate +associated +associates +associating +association +associations +associative +assort +assorted +assorting +assortment +assortments +assorts +assume +assumed +assumes +assuming +assumption +assumptions +assurance +assurances +assure +assured +assureds +assures +assuring +asterisk +asterisked +asterisking +asterisks +asteroid +asteroids +asthma +astonish +astonished +astonishes +astonishing +astonishingly +astonishment +astound +astounded +astounding +astounds +astray +astride +astringent +astringents +astrological +astrology +astronaut +astronauts +astronomer +astronomers +astronomical +astronomy +astute +astutely +astuter +astutest +asylum +asylums +asymmetry +asynchronous +asynchronously +at +ate +atheism +atheist +atheistic +atheists +athlete +athletes +athletic +athletics +atlas +atlases +atmosphere +atmospheres +atmospheric +atom +atomic +atoms +atone +atoned +atonement +atones +atoning +atrocious +atrociously +atrocities +atrocity +attach +attached +attaching +attachment +attachments +attack +attacked +attacker +attacking +attacks +attain +attained +attaining +attainment +attainments +attains +attempt +attempted +attempting +attempts +attend +attendance +attendances +attendant +attendants +attended +attending +attends +attention +attentions +attentive +attentively +attest +attested +attesting +attests +attic +attics +attire +attired +attires +attiring +attitude +attitudes +attorney +attorneys +attract +attracted +attracting +attraction +attractions +attractive +attractiveness +attracts +attributable +attribute +attributed +attributes +attributing +attribution +attune +attuned +attunes +attuning +auburn +auction +auctioned +auctioneer +auctioneers +auctioning +auctions +audacious +audacity +audible +audibles +audibly +audience +audiences +audio +audios +audit +audited +auditing +audition +auditioned +auditioning +auditions +auditor +auditorium +auditoriums +auditors +auditory +audits +augment +augmented +augmenting +augments +august +auguster +augustest +aunt +aunts +aura +aural +auras +auspicious +austere +austerer +austerest +austerities +austerity +authentic +authentically +authenticate +authenticated +authenticates +authenticating +authenticity +author +authored +authoring +authoritarian +authoritative +authoritatively +authorities +authority +authorization +authorizations +authorize +authorized +authorizes +authorizing +authors +authorship +auto +autobiographical +autobiographies +autobiography +autocracies +autocracy +autocrat +autocratic +autocrats +autograph +autographed +autographing +autographs +automate +automated +automates +automatic +automatically +automatics +automating +automation +automobile +automobiled +automobiles +automobiling +automotive +autonomous +autonomy +autopsied +autopsies +autopsy +autopsying +autos +autumn +autumnal +autumns +auxiliaries +auxiliary +avail +availability +available +availed +availing +avails +avalanche +avalanches +avarice +avaricious +avenge +avenged +avenges +avenging +avenue +avenues +average +averaged +averages +averaging +averse +aversion +aversions +avert +averted +averting +averts +aviation +aviator +aviators +avid +avocado +avocados +avoid +avoidable +avoidance +avoided +avoiding +avoids +avow +avowal +avowals +avowed +avowing +avows +await +awaited +awaiting +awaits +awake +awaken +awakened +awakening +awakens +awakes +awaking +award +awarded +awarding +awards +aware +awareness +away +awe +awed +awes +awesome +awful +awfuller +awfullest +awfully +awhile +awing +awkward +awkwarder +awkwardest +awkwardly +awkwardness +awning +awnings +awoke +awoken +awry +ax +axed +axes +axing +axiom +axiomatic +axioms +axis +axle +axles +aye +ayes +azalea +azaleas +azure +azures +babble +babbled +babbles +babbling +babe +babes +babied +babier +babies +babiest +baboon +baboons +baby +babying +babyish +bachelor +bachelors +back +backbone +backbones +backed +backer +backers +backfire +backfired +backfires +backfiring +backgammon +background +backgrounds +backhand +backhanded +backhanding +backhands +backing +backings +backlash +backlashes +backlog +backlogged +backlogging +backlogs +backpack +backpacked +backpacking +backpacks +backs +backside +backslash +backspace +backstage +backtrack +backtracked +backtracking +backtracks +backward +backwards +backwoods +bacon +bacteria +bacterial +bacterium +bad +badder +baddest +bade +badge +badger +badgered +badgering +badgers +badges +badly +badminton +badness +baffle +baffled +baffles +baffling +bag +bagel +bagels +baggage +bagged +baggier +baggiest +bagging +baggy +bags +bail +bailed +bailing +bails +bait +baited +baiting +baits +bake +baked +baker +bakeries +bakers +bakery +bakes +baking +balance +balanced +balances +balancing +balconies +balcony +bald +balded +balder +baldest +balding +baldness +balds +bale +baled +bales +baling +balk +balked +balking +balks +ball +ballad +ballads +ballast +ballasted +ballasting +ballasts +balled +ballerina +ballerinas +ballet +ballets +balling +ballistics +balloon +ballooned +ballooning +balloons +ballot +balloted +balloting +ballots +ballroom +ballrooms +balls +balm +balmier +balmiest +balms +balmy +baloney +bamboo +bamboos +bamboozle +bamboozled +bamboozles +bamboozling +ban +banal +banana +bananas +band +bandage +bandaged +bandages +bandaging +bandanna +bandannas +banded +bandied +bandier +bandies +bandiest +banding +bandit +bandits +bands +bandstand +bandstands +bandwagon +bandwagons +bandwidth +bandy +bandying +bang +banged +banging +bangs +bani +banish +banished +banishes +banishing +banister +banisters +banjo +banjos +bank +banked +banker +bankers +banking +banknote +banknotes +bankrupt +bankruptcies +bankruptcy +bankrupted +bankrupting +bankrupts +banks +banned +banner +banners +banning +banquet +banqueted +banqueting +banquets +bans +banter +bantered +bantering +banters +baptism +baptisms +baptize +baptized +baptizes +baptizing +bar +barb +barbarian +barbarians +barbaric +barbarous +barbecue +barbecued +barbecues +barbecuing +barbed +barber +barbered +barbering +barbers +barbing +barbiturate +barbiturates +barbs +bard +bards +bare +bareback +bared +barefoot +barely +barer +bares +barest +bargain +bargained +bargainer +bargaining +bargains +barge +barged +barges +barging +baring +baritone +baritones +bark +barked +barking +barks +barley +barman +barn +barnacle +barnacles +barns +barnyard +barnyards +barometer +barometers +baron +barons +baroque +barrage +barraged +barrages +barraging +barred +barrel +barreled +barreling +barrels +barren +barrener +barrenest +barrens +barrette +barrettes +barricade +barricaded +barricades +barricading +barrier +barriers +barring +barrings +barrister +barristers +bars +bartender +bartenders +barter +bartered +bartering +barters +base +baseball +baseballs +based +baseline +basement +basements +baser +bases +basest +bash +bashed +bashes +bashful +bashing +basic +basically +basics +basil +basin +basing +basins +basis +bask +basked +basket +basketball +basketballs +baskets +basking +basks +bass +basses +bassoon +bassoons +bastard +bastards +baste +basted +bastes +basting +bat +batch +batched +batches +batching +bath +bathe +bathed +bathes +bathing +bathroom +bathrooms +baths +bathtub +bathtubs +baton +batons +bats +batsman +battalion +battalions +batted +batter +battered +batteries +battering +batters +battery +batting +battle +battled +battlefield +battlefields +battles +battleship +battleships +battling +baud +bawdier +bawdiest +bawdy +bawl +bawled +bawling +bawls +bay +bayed +baying +bayonet +bayoneted +bayoneting +bayonets +bayou +bayous +bays +bazaar +bazaars +be +beach +beached +beaches +beaching +beacon +beacons +bead +beaded +beadier +beadiest +beading +beads +beady +beagle +beagles +beak +beaked +beaker +beakers +beaks +beam +beamed +beaming +beams +bean +beaned +beaning +beans +bear +bearable +beard +bearded +bearding +beards +bearer +bearers +bearing +bearings +bears +beast +beasts +beat +beaten +beater +beaters +beating +beats +beautician +beauticians +beauties +beautified +beautifies +beautiful +beautifully +beautify +beautifying +beauty +beaver +beavered +beavering +beavers +became +because +beckon +beckoned +beckoning +beckons +become +becomes +becoming +bed +bedbug +bedbugs +bedclothes +bedded +bedder +bedding +bedlam +bedlams +bedridden +bedrock +bedrocks +bedroom +bedrooms +beds +bedside +bedsides +bedspread +bedspreads +bedtime +bedtimes +bee +beech +beeches +beef +beefed +beefier +beefiest +beefing +beefs +beefy +beehive +beehives +been +beeper +beer +beers +bees +beeswax +beet +beetle +beetled +beetles +beetling +beets +beeves +befall +befallen +befalling +befalls +befell +befit +befits +befitted +befitting +before +beforehand +befriend +befriended +befriending +befriends +beg +began +beggar +beggared +beggaring +beggars +begged +begging +begin +beginner +beginners +beginning +beginnings +begins +begrudge +begrudged +begrudges +begrudging +begs +beguile +beguiled +beguiles +beguiling +begun +behalf +behalves +behave +behaved +behaves +behaving +behavior +behavioral +behead +beheaded +beheading +beheads +beheld +behind +behinds +behold +beholder +beholding +beholds +beige +being +beings +belabor +belabored +belaboring +belabors +belated +belatedly +belch +belched +belches +belching +belfries +belfry +belie +belied +belief +beliefs +belies +believable +believe +believed +believer +believers +believes +believing +belittle +belittled +belittles +belittling +bell +bellboy +bellboys +belled +bellhop +bellhops +bellied +bellies +belligerent +belligerents +belling +bellow +bellowed +bellowing +bellows +bells +belly +bellying +belong +belonged +belonging +belongings +belongs +beloved +beloveds +below +belt +belted +belting +belts +belying +bemoan +bemoaned +bemoaning +bemoans +bemuse +bemused +bemuses +bemusing +bench +benched +benches +benching +bend +bender +bending +bends +beneath +benediction +benedictions +benefactor +benefactors +beneficial +beneficiaries +beneficiary +benefit +benefited +benefiting +benefits +benevolence +benevolences +benevolent +benighted +benign +bent +bents +bequeath +bequeathed +bequeathing +bequeaths +bequest +bequests +bereave +bereaved +bereavement +bereavements +bereaves +bereaving +bereft +beret +berets +berried +berries +berry +berrying +berserk +berth +berthed +berthing +berths +beseech +beseeches +beseeching +beset +besets +besetting +beside +besides +besiege +besieged +besieges +besieging +besought +best +bested +bestial +bestiality +besting +bestow +bestowed +bestowing +bestows +bests +bet +beta +betcha +betray +betrayal +betrayals +betrayed +betraying +betrays +betrothal +betrothals +bets +better +bettered +bettering +betterment +betters +betting +bettor +bettors +between +beverage +beverages +beware +bewared +bewares +bewaring +bewilder +bewildered +bewildering +bewilderment +bewilders +bewitch +bewitched +bewitches +bewitching +beyond +bias +biased +biases +biasing +bib +bible +biblical +bibliographic +bibliographies +bibliography +bibs +bicentennial +bicentennials +bicker +bickered +bickering +bickers +bicycle +bicycled +bicycles +bicycling +bid +bidden +bidding +bide +bides +biding +bids +biennial +biennials +bifocals +big +bigamist +bigamists +bigamous +bigamy +bigger +biggest +bigot +bigoted +bigotry +bigots +bike +biked +bikes +biking +bikini +bikinis +bilateral +bile +bilingual +bilinguals +bill +billboard +billboards +billed +billfold +billfolds +billiards +billing +billion +billions +billow +billowed +billowing +billows +bills +bin +binaries +binary +bind +binder +binders +binding +bindings +binds +bingo +binned +binning +binomial +bins +biochemical +biochemistry +biodegradable +biographer +biographers +biographical +biographies +biography +biological +biologically +biologist +biologists +biology +bipartisan +biped +bipeds +biplane +biplanes +birch +birched +birches +birching +bird +birdcage +birdcages +birded +birding +birds +birth +birthday +birthdays +birthed +birthing +birthmark +birthmarks +birthplace +birthplaces +births +biscuit +biscuits +bisect +bisected +bisecting +bisects +bisexual +bisexuals +bishop +bishops +bison +bit +bitch +bitched +bitches +bitching +bite +bites +biting +bitmap +bits +bitten +bitter +bitterer +bitterest +bitterly +bitterness +bittersweet +bittersweets +bizarre +blab +blabbed +blabbing +blabs +black +blackberries +blackberry +blackberrying +blackbird +blackbirds +blackboard +blackboards +blacked +blacken +blackened +blackening +blackens +blacker +blackest +blackhead +blackheads +blacking +blackjack +blackjacked +blackjacking +blackjacks +blacklist +blacklisted +blacklisting +blacklists +blackmail +blackmailed +blackmailer +blackmailers +blackmailing +blackmails +blackout +blackouts +blacks +blacksmith +blacksmiths +blacktop +blacktopped +blacktopping +blacktops +bladder +bladders +blade +blades +blame +blamed +blameless +blamer +blames +blaming +blanch +blanched +blanches +blanching +blancmange +bland +blander +blandest +blank +blanked +blanker +blankest +blanket +blanketed +blanketing +blankets +blanking +blankly +blanks +blare +blared +blares +blaring +blaspheme +blasphemed +blasphemes +blasphemies +blaspheming +blasphemous +blasphemy +blast +blasted +blaster +blasting +blasts +blatant +blatantly +blaze +blazed +blazer +blazers +blazes +blazing +bleach +bleached +bleaches +bleaching +bleak +bleaker +bleakest +blearier +bleariest +bleary +bleat +bleated +bleating +bleats +bled +bleed +bleeding +bleeds +blemish +blemished +blemishes +blemishing +blend +blended +blending +blends +bless +blessed +blesses +blessing +blessings +blew +blight +blighted +blighting +blights +blimp +blimps +blind +blinded +blinder +blindest +blindfold +blindfolded +blindfolding +blindfolds +blinding +blindingly +blindly +blindness +blinds +blink +blinked +blinker +blinkered +blinkering +blinkers +blinking +blinks +blip +blips +bliss +blissful +blissfully +blister +blistered +blistering +blisters +blithe +blithely +blither +blithest +blitz +blitzed +blitzes +blitzing +blizzard +blizzards +blob +blobbed +blobbing +blobs +bloc +block +blockade +blockaded +blockades +blockading +blockage +blockbuster +blockbusters +blocked +blockhead +blockheads +blocking +blocks +blocs +blog +blogged +blogger +bloggers +blogging +blogs +blond +blonde +blonder +blondes +blondest +blonds +blood +blooded +bloodhound +bloodhounds +bloodied +bloodier +bloodies +bloodiest +blooding +bloods +bloodshed +bloodshot +bloodstream +bloodthirstier +bloodthirstiest +bloodthirsty +bloody +bloodying +bloom +bloomed +blooming +blooms +blossom +blossomed +blossoming +blossoms +blot +blotch +blotched +blotches +blotching +blots +blotted +blotter +blotters +blotting +blouse +bloused +blouses +blousing +blow +blowing +blown +blowout +blowouts +blows +blowtorch +blowtorches +blubber +blubbered +blubbering +blubbers +bludgeon +bludgeoned +bludgeoning +bludgeons +blue +bluebell +bluebells +blueberries +blueberry +bluebird +bluebirds +blued +bluegrass +blueprint +blueprinted +blueprinting +blueprints +bluer +blues +bluest +bluff +bluffed +bluffer +bluffest +bluffing +bluffs +bluing +blunder +blundered +blundering +blunders +blunt +blunted +blunter +bluntest +blunting +bluntly +bluntness +blunts +blur +blurb +blurred +blurring +blurs +blurt +blurted +blurting +blurts +blush +blushed +blushes +blushing +bluster +blustered +blustering +blusters +boa +boar +board +boarded +boarder +boarders +boarding +boards +boardwalk +boardwalks +boars +boas +boast +boasted +boastful +boastfully +boasting +boasts +boat +boated +boating +boats +bob +bobbed +bobbin +bobbing +bobbins +bobcat +bobcats +bobs +bobsled +bobsledded +bobsledding +bobsleds +bode +boded +bodes +bodice +bodices +bodies +bodily +boding +body +bodyguard +bodyguards +bodywork +bog +bogged +bogging +boggle +boggled +boggles +boggling +bogs +bogus +boil +boiled +boiler +boilers +boiling +boils +boisterous +bold +bolder +boldest +boldly +boldness +bologna +bolster +bolstered +bolstering +bolsters +bolt +bolted +bolting +bolts +bomb +bombard +bombarded +bombarding +bombardment +bombardments +bombards +bombed +bomber +bombers +bombing +bombings +bombs +bond +bondage +bonded +bonding +bonds +bone +boned +bones +bonfire +bonfires +bonier +boniest +boning +bonnet +bonnets +bonus +bonuses +bony +boo +booby +booed +booing +book +bookcase +bookcases +booked +bookend +bookends +booking +bookings +bookkeeper +bookkeepers +bookkeeping +booklet +booklets +bookmark +bookmarked +bookmarking +bookmarks +books +bookshelf +bookshop +bookshops +bookstore +bookworm +bookworms +boom +boomed +boomerang +boomeranged +boomeranging +boomerangs +booming +booms +boon +boons +boor +boorish +boors +boos +boost +boosted +booster +boosters +boosting +boosts +boot +booted +bootee +bootees +booth +booths +booties +booting +bootleg +bootlegged +bootlegging +bootlegs +boots +bootstrap +booty +booze +bop +border +bordered +bordering +borderline +borderlines +borders +bore +bored +boredom +bores +boring +boringly +born +borne +borough +boroughs +borrow +borrowed +borrowing +borrows +bosom +bosoms +boss +bossed +bosses +bossier +bossiest +bossing +bossy +botanical +botanist +botanists +botany +botch +botched +botches +botching +both +bother +bothered +bothering +bothers +bothersome +bottle +bottled +bottleneck +bottlenecks +bottles +bottling +bottom +bottomed +bottoming +bottomless +bottoms +bough +boughs +bought +boulder +boulders +boulevard +boulevards +bounce +bounced +bounces +bouncing +bound +boundaries +boundary +bounded +bounding +boundless +bounds +bounties +bountiful +bounty +bouquet +bouquets +bourbon +bourgeois +bourgeoisie +bout +boutique +boutiques +bouts +bovine +bovines +bow +bowed +bowel +bowels +bowing +bowl +bowled +bowlegged +bowler +bowling +bowls +bows +box +boxcar +boxcars +boxed +boxer +boxers +boxes +boxing +boy +boycott +boycotted +boycotting +boycotts +boyfriend +boyfriends +boyhood +boyhoods +boyish +boys +bra +brace +braced +bracelet +bracelets +braces +bracing +bracket +bracketed +bracketing +brackets +brackish +brag +braggart +braggarts +bragged +bragging +brags +braid +braided +braiding +braids +brain +brained +brainier +brainiest +braining +brainless +brains +brainstorm +brainstormed +brainstorming +brainstorms +brainwash +brainwashed +brainwashes +brainwashing +brainy +braise +braised +braises +braising +brake +braked +brakes +braking +bran +branch +branched +branches +branching +brand +branded +brandied +brandies +branding +brandish +brandished +brandishes +brandishing +brands +brandy +brandying +bras +brash +brasher +brashest +brass +brasses +brassier +brassiere +brassieres +brassiest +brassy +brat +brats +bravado +brave +braved +bravely +braver +bravery +braves +bravest +braving +bravo +bravos +brawl +brawled +brawling +brawls +brawn +brawnier +brawniest +brawny +bray +brayed +braying +brays +brazen +brazened +brazening +brazens +brazier +braziers +breach +breached +breaches +breaching +bread +breaded +breading +breads +breadth +breadths +breadwinner +breadwinners +break +breakable +breakables +breakdown +breakdowns +breakfast +breakfasted +breakfasting +breakfasts +breaking +breakneck +breakpoints +breaks +breakthrough +breakthroughs +breakwater +breakwaters +breast +breasted +breasting +breasts +breath +breathe +breathed +breather +breathers +breathes +breathing +breathless +breaths +breathtaking +bred +breed +breeder +breeders +breeding +breeds +breeze +breezed +breezes +breezier +breeziest +breezing +breezy +brethren +brevity +brew +brewed +breweries +brewery +brewing +brews +bribe +bribed +bribery +bribes +bribing +brick +bricked +bricking +bricklayer +bricklayers +bricks +bridal +bridals +bride +bridegroom +bridegrooms +brides +bridesmaid +bridesmaids +bridge +bridged +bridges +bridging +bridle +bridled +bridles +bridling +brief +briefcase +briefcases +briefed +briefer +briefest +briefing +briefly +briefs +brigade +brigades +bright +brighten +brightened +brightening +brightens +brighter +brightest +brightly +brightness +brilliance +brilliant +brilliantly +brilliants +brim +brimmed +brimming +brims +brimstone +brine +bring +bringing +brings +brinier +briniest +brink +brinks +briny +brisk +brisked +brisker +briskest +brisking +briskly +brisks +bristle +bristled +bristles +bristling +britches +brittle +brittler +brittlest +broach +broached +broaches +broaching +broad +broadcast +broadcasting +broadcasts +broaden +broadened +broadening +broadens +broader +broadest +broadly +broads +broadside +broadsided +broadsides +broadsiding +brocade +brocaded +brocades +brocading +broccoli +brochure +brochures +broil +broiled +broiler +broilers +broiling +broils +broke +broken +broker +brokered +brokering +brokers +bronchitis +bronco +broncos +bronze +bronzed +bronzes +bronzing +brooch +brooches +brood +brooded +brooding +broods +brook +brooked +brooking +brooks +broom +brooms +broth +brother +brotherhood +brotherhoods +brotherly +brothers +broths +brought +brow +browbeat +browbeaten +browbeating +browbeats +brown +browned +browner +brownest +brownie +brownies +browning +browns +brows +browse +browsed +browses +browsing +bruise +bruised +bruises +bruising +brunch +brunched +brunches +brunching +brunette +brunettes +brunt +brush +brushed +brushes +brushing +brusque +brusquer +brusquest +brutal +brutalities +brutality +brutally +brute +brutes +brutish +bubble +bubbled +bubbles +bubblier +bubbliest +bubbling +bubbly +buck +bucked +bucket +bucketed +bucketing +buckets +bucking +buckle +buckled +buckles +buckling +bucks +bud +budded +buddies +budding +buddy +budge +budged +budges +budget +budgeted +budgeting +budgets +budging +buds +buff +buffalo +buffaloed +buffaloes +buffaloing +buffed +buffer +buffered +buffering +buffers +buffet +buffeted +buffeting +buffets +buffing +buffoon +buffoons +buffs +bug +bugged +bugger +buggers +buggier +buggies +buggiest +bugging +buggy +bugle +bugled +bugler +buglers +bugles +bugling +bugs +build +builder +builders +building +buildings +builds +built +bulb +bulbous +bulbs +bulge +bulged +bulges +bulging +bulk +bulked +bulkier +bulkiest +bulking +bulks +bulky +bull +bulldog +bulldogged +bulldogging +bulldogs +bulldoze +bulldozed +bulldozer +bulldozers +bulldozes +bulldozing +bulled +bullet +bulletin +bulletined +bulletining +bulletins +bullets +bullfight +bullfighter +bullfighters +bullfights +bullfrog +bullfrogs +bullied +bullies +bulling +bullion +bulls +bully +bullying +bum +bumblebee +bumblebees +bummed +bummer +bummest +bumming +bump +bumped +bumper +bumpers +bumpier +bumpiest +bumping +bumps +bumpy +bums +bun +bunch +bunched +bunches +bunching +bundle +bundled +bundles +bundling +bung +bungalow +bungalows +bungle +bungled +bungler +bunglers +bungles +bungling +bunion +bunions +bunk +bunked +bunker +bunkers +bunking +bunks +bunnies +bunny +buns +buoy +buoyancy +buoyant +buoyed +buoying +buoys +burble +burbled +burbles +burbling +burden +burdened +burdening +burdens +burdensome +bureau +bureaucracies +bureaucracy +bureaucrat +bureaucratic +bureaucrats +bureaus +burger +burgers +burglar +burglaries +burglars +burglary +burgle +burial +burials +buried +buries +burlap +burlier +burliest +burly +burn +burned +burner +burners +burning +burnish +burnished +burnishes +burnishing +burns +burnt +burp +burped +burping +burps +burr +burred +burring +burro +burros +burrow +burrowed +burrowing +burrows +burrs +bursar +burst +bursting +bursts +bury +burying +bus +bused +buses +bush +bushed +bushel +busheled +busheling +bushels +bushes +bushier +bushiest +bushing +bushy +busied +busier +busies +busiest +busily +business +businesses +businessman +businessmen +businesswoman +businesswomen +busing +buss +bust +busted +busting +bustle +bustled +bustles +bustling +busts +busy +busybodies +busybody +busying +but +butcher +butchered +butcheries +butchering +butchers +butchery +butler +butlers +buts +butt +butte +butted +butter +buttercup +buttercups +buttered +butterflied +butterflies +butterfly +butterflying +buttering +buttermilk +butters +butterscotch +buttery +buttes +butting +buttock +buttocks +button +buttoned +buttonhole +buttonholed +buttonholes +buttonholing +buttoning +buttons +buttress +buttressed +buttresses +buttressing +butts +buxom +buy +buyer +buyers +buying +buys +buzz +buzzard +buzzards +buzzed +buzzer +buzzers +buzzes +buzzing +by +bye +byes +bygone +bygones +bypass +bypassed +bypasses +bypassing +bystander +bystanders +byte +bytes +byway +byways +cab +cabaret +cabarets +cabbage +cabbages +cabbed +cabbing +cabin +cabinet +cabinets +cabins +cable +cabled +cables +cabling +caboose +cabooses +cabs +cacao +cacaos +cache +cached +caches +caching +cackle +cackled +cackles +cackling +cacti +cactus +cad +caddie +caddied +caddies +caddying +cadence +cadences +cadet +cadets +cafeteria +cafeterias +caffeine +cage +caged +cages +cagey +cagier +cagiest +caging +cajole +cajoled +cajoles +cajoling +cake +caked +cakes +caking +calamities +calamity +calcium +calculate +calculated +calculates +calculating +calculation +calculations +calculator +calculators +calculi +calculus +calendar +calendared +calendaring +calendars +calf +caliber +calibers +calibrate +calibrated +calibrates +calibrating +calibration +calibrations +calico +calicoes +calk +calked +calking +calks +call +callable +called +caller +callers +calligraphy +calling +callings +callous +calloused +callouses +callousing +callow +calls +callus +callused +calluses +callusing +calm +calmed +calmer +calmest +calming +calmly +calmness +calms +calorie +calories +calve +calves +cam +camaraderie +came +camel +camels +cameo +cameos +camera +cameras +camouflage +camouflaged +camouflages +camouflaging +camp +campaign +campaigned +campaigner +campaigners +campaigning +campaigns +camped +camper +campers +camping +camps +campus +campuses +can +canal +canals +canaries +canary +cancel +canceled +canceling +cancellation +cancellations +cancels +cancer +cancers +candid +candidacies +candidacy +candidate +candidates +candidly +candied +candies +candle +candled +candles +candlestick +candlesticks +candling +candor +candy +candying +cane +caned +canes +canine +canines +caning +canister +canisters +canker +cankered +cankering +cankers +canned +canneries +cannery +cannibal +cannibalism +cannibals +cannier +canniest +canning +cannon +cannoned +cannoning +cannons +cannot +canny +canoe +canoed +canoeing +canoes +canon +canonical +canons +canopied +canopies +canopy +canopying +cans +cant +cantaloupe +cantaloupes +cantankerous +canteen +canteens +canter +cantered +cantering +canters +canvas +canvased +canvases +canvasing +canvass +canvassed +canvasser +canvassers +canvasses +canvassing +canyon +canyons +cap +capabilities +capability +capable +capably +capacitance +capacities +capacitor +capacitors +capacity +cape +caped +caper +capered +capering +capers +capes +capillaries +capillary +capital +capitalism +capitalist +capitalists +capitalization +capitalize +capitalized +capitalizes +capitalizing +capitals +capitulate +capitulated +capitulates +capitulating +capped +capping +caprice +caprices +capricious +capriciously +caps +capsize +capsized +capsizes +capsizing +capsule +capsuled +capsules +capsuling +captain +captained +captaining +captains +caption +captioned +captioning +captions +captivate +captivated +captivates +captivating +captive +captives +captivities +captivity +captor +captors +capture +captured +captures +capturing +car +caramel +caramels +carat +carats +caravan +caravans +carbohydrate +carbohydrates +carbon +carbons +carburetor +carburetors +carcass +carcasses +carcinogenic +card +cardboard +carded +cardiac +cardigan +cardigans +cardinal +cardinals +carding +cards +care +cared +career +careered +careering +careers +carefree +careful +carefuller +carefullest +carefully +carefulness +careless +carelessly +carelessness +cares +caress +caressed +caresses +caressing +caretaker +caretakers +cargo +cargoes +caribou +caribous +caricature +caricatured +caricatures +caricaturing +caring +carnage +carnal +carnation +carnations +carnival +carnivals +carnivore +carnivores +carnivorous +carol +caroled +caroling +carols +carouse +caroused +carouses +carousing +carp +carped +carpenter +carpentered +carpentering +carpenters +carpentry +carpet +carpeted +carpeting +carpets +carping +carps +carriage +carriages +carriageway +carried +carrier +carriers +carries +carrion +carrot +carrots +carry +carrying +cars +cart +carted +cartel +cartels +cartilage +cartilages +carting +cartographer +cartographers +cartography +carton +cartons +cartoon +cartooned +cartooning +cartoonist +cartoonists +cartoons +cartridge +cartridges +carts +cartwheel +cartwheeled +cartwheeling +cartwheels +carve +carved +carves +carving +cascade +cascaded +cascades +cascading +case +cased +cases +cash +cashed +cashes +cashew +cashews +cashier +cashiered +cashiering +cashiers +cashing +cashmere +casing +casings +casino +casinos +cask +casket +caskets +casks +casserole +casseroled +casseroles +casseroling +cassette +cassettes +cast +castaway +castaways +caste +caster +casters +castes +castigate +castigated +castigates +castigating +casting +castings +castle +castled +castles +castling +castoff +castoffs +castrate +castrated +castrates +castrating +casts +casual +casually +casuals +casualties +casualty +cat +cataclysm +cataclysmic +cataclysms +catalog +cataloged +cataloging +catalogs +catapult +catapulted +catapulting +catapults +cataract +cataracts +catastrophe +catastrophes +catastrophic +catcall +catcalled +catcalling +catcalls +catch +catches +catchier +catchiest +catching +catchings +catchment +catchy +catechism +catechisms +categorical +categorically +categories +categorize +categorized +categorizes +categorizing +category +cater +catered +caterer +caterers +catering +caterpillar +caterpillars +caters +catfish +catfishes +cathedral +cathedrals +catholic +catnap +catnapped +catnapping +catnaps +catnip +cats +cattle +catwalk +catwalks +caucus +caucused +caucuses +caucusing +caught +cauliflower +cauliflowers +caulk +caulked +caulking +caulks +causal +causality +cause +caused +causes +causeway +causeways +causing +caustic +caustics +caution +cautioned +cautioning +cautions +cautious +cautiously +cavalier +cavaliers +cavalries +cavalry +cave +caveat +caveats +caved +cavern +caverns +caves +caviar +caving +cavities +cavity +cavort +cavorted +cavorting +cavorts +caw +cawed +cawing +caws +cc +cease +ceased +ceasefire +ceaseless +ceaselessly +ceases +ceasing +cedar +cedars +cede +ceded +cedes +ceding +ceiling +ceilings +celebrate +celebrated +celebrates +celebrating +celebration +celebrations +celebrities +celebrity +celery +celestial +celibacy +celibate +celibates +cell +cellar +cellars +cellist +cellists +cello +cellophane +cellos +cells +cellular +cellulars +cellulose +cement +cemented +cementing +cements +cemeteries +cemetery +censor +censored +censoring +censors +censorship +censure +censured +censures +censuring +census +censused +censuses +censusing +cent +centennial +centennials +center +centered +centering +centerpiece +centerpieces +centers +centimeter +centimeters +centipede +centipedes +central +centralize +centralized +centralizes +centralizing +centrally +centrals +centrifuge +cents +centuries +century +ceramic +cereal +cereals +cerebral +ceremonial +ceremonials +ceremonies +ceremonious +ceremony +certain +certainly +certainties +certainty +certificate +certificated +certificates +certificating +certified +certifies +certify +certifying +cervical +cessation +cessations +chafe +chafed +chafes +chaff +chaffed +chaffing +chaffs +chafing +chagrin +chagrined +chagrining +chagrins +chain +chained +chaining +chains +chainsaw +chair +chaired +chairing +chairman +chairmen +chairperson +chairpersons +chairs +chalet +chalets +chalice +chalices +chalk +chalked +chalkier +chalkiest +chalking +chalks +chalky +challenge +challenged +challenger +challengers +challenges +challenging +chamber +chambers +chameleon +chameleons +champ +champagne +champagnes +champed +champing +champion +championed +championing +champions +championship +championships +champs +chance +chanced +chancellor +chancellors +chances +chancing +chandelier +chandeliers +change +changeable +changed +changeover +changes +changing +channel +channeled +channeling +channels +chant +chanted +chanting +chants +chaos +chaotic +chap +chapel +chapels +chaperon +chaperoned +chaperoning +chaperons +chaplain +chaplains +chapped +chapping +chaps +chapter +chapters +char +character +characteristic +characteristically +characteristics +characterization +characterize +characterized +characterizes +characterizing +characters +charcoal +charcoals +charge +chargeable +charged +charger +charges +charging +chariot +chariots +charisma +charismatic +charismatics +charitable +charitably +charities +charity +charlatan +charlatans +charm +charmed +charming +charms +charred +charring +chars +chart +charted +charter +chartered +chartering +charters +charting +charts +chase +chased +chases +chasing +chasm +chasms +chassis +chaste +chasten +chastened +chastening +chastens +chaster +chastest +chastise +chastised +chastisement +chastisements +chastises +chastising +chastity +chat +chats +chatted +chatter +chatterbox +chatterboxes +chattered +chattering +chatters +chattier +chattiest +chatting +chatty +chauffeur +chauffeured +chauffeuring +chauffeurs +chauvinist +chauvinists +cheap +cheapen +cheapened +cheapening +cheapens +cheaper +cheapest +cheaply +cheapness +cheat +cheated +cheating +cheats +check +checked +checker +checkers +checking +checkout +checkpoint +checks +checkup +checkups +cheek +cheeked +cheeking +cheeks +cheep +cheeped +cheeping +cheeps +cheer +cheered +cheerful +cheerfuller +cheerfullest +cheerfully +cheerfulness +cheerier +cheeriest +cheering +cheers +cheery +cheese +cheesecloth +cheesed +cheeses +cheesing +cheetah +cheetahs +chef +chefs +chemical +chemically +chemicals +chemist +chemistry +chemists +cherish +cherished +cherishes +cherishing +cherries +cherry +cherub +cherubim +cherubs +chess +chest +chestnut +chestnuts +chests +chew +chewed +chewier +chewiest +chewing +chews +chewy +chi +chic +chicer +chicest +chick +chicken +chickened +chickening +chickens +chicks +chide +chided +chides +chiding +chief +chiefer +chiefest +chiefly +chiefs +chieftain +chieftains +child +childbirth +childbirths +childhood +childhoods +childish +childlike +children +chili +chilies +chill +chilled +chiller +chillest +chillier +chilliest +chilling +chills +chilly +chime +chimed +chimes +chiming +chimney +chimneys +chimp +chimpanzee +chimpanzees +chimps +chin +china +chink +chinked +chinking +chinks +chinned +chinning +chins +chintz +chip +chipmunk +chipmunks +chipped +chipper +chippers +chipping +chips +chiropractor +chiropractors +chirp +chirped +chirping +chirps +chisel +chiseled +chiseling +chisels +chivalrous +chivalry +chlorine +chloroform +chloroformed +chloroforming +chloroforms +chlorophyll +chocolate +chocolates +choice +choicer +choices +choicest +choir +choirs +choke +choked +chokes +choking +cholera +cholesterol +choose +chooses +choosier +choosiest +choosing +choosy +chop +chopped +chopper +choppered +choppering +choppers +choppier +choppiest +chopping +choppy +chops +choral +chorals +chord +chords +chore +choreographer +choreographers +choreography +chores +chortle +chortled +chortles +chortling +chorus +chorused +choruses +chorusing +chose +chosen +chow +chowder +chowders +chowed +chowing +chows +christen +christened +christening +christenings +christens +chrome +chromed +chromes +chroming +chromium +chromosome +chromosomes +chronic +chronically +chronicle +chronicled +chronicles +chronicling +chronological +chronologically +chronologies +chronology +chrysanthemum +chrysanthemums +chubbier +chubbiest +chubby +chuck +chucked +chucking +chuckle +chuckled +chuckles +chuckling +chucks +chug +chugged +chugging +chugs +chum +chummed +chummier +chummiest +chumming +chummy +chums +chunk +chunkier +chunkiest +chunks +chunky +church +churches +churn +churned +churning +churns +chute +chutes +cider +ciders +cigar +cigarette +cigarettes +cigars +cinch +cinched +cinches +cinching +cinder +cindered +cindering +cinders +cinema +cinemas +cinnamon +cipher +ciphered +ciphering +ciphers +circa +circle +circled +circles +circling +circuit +circuited +circuiting +circuitous +circuitry +circuits +circular +circulars +circulate +circulated +circulates +circulating +circulation +circulations +circulatory +circumcise +circumcised +circumcises +circumcising +circumcision +circumcisions +circumference +circumferences +circumflex +circumstance +circumstanced +circumstances +circumstancing +circumstantial +circumvent +circumvented +circumventing +circumvention +circumvents +circus +circuses +cistern +cisterns +citation +citations +cite +cited +cites +cities +citing +citizen +citizens +citizenship +citric +citrus +citruses +city +civic +civics +civil +civilian +civilians +civilities +civility +civilization +civilizations +civilize +civilized +civilizes +civilizing +clack +clacked +clacking +clacks +clad +claim +claimed +claiming +claims +clairvoyance +clairvoyant +clairvoyants +clam +clamber +clambered +clambering +clambers +clammed +clammier +clammiest +clamming +clammy +clamor +clamored +clamoring +clamors +clamp +clamped +clamping +clamps +clams +clan +clandestine +clang +clanged +clanging +clangs +clank +clanked +clanking +clanks +clans +clap +clapped +clapper +clappers +clapping +claps +claptrap +claret +clarification +clarifications +clarified +clarifies +clarify +clarifying +clarinet +clarinets +clarity +clash +clashed +clashes +clashing +clasp +clasped +clasping +clasps +class +classed +classes +classic +classical +classics +classification +classifications +classified +classifies +classify +classifying +classing +classmate +classmates +classroom +classrooms +classy +clatter +clattered +clattering +clatters +clause +clauses +claustrophobia +claw +clawed +clawing +claws +clay +clean +cleaned +cleaner +cleaners +cleanest +cleaning +cleanlier +cleanliest +cleanliness +cleanly +cleans +cleanse +cleansed +cleanser +cleansers +cleanses +cleansing +clear +clearance +clearances +cleared +clearer +clearest +clearing +clearings +clearly +clearness +clears +cleat +cleats +cleavage +cleavages +cleave +cleaved +cleaver +cleavers +cleaves +cleaving +clef +clefs +cleft +clefts +clemency +clench +clenched +clenches +clenching +clergies +clergy +clergyman +clergymen +cleric +clerical +clerics +clerk +clerked +clerking +clerks +clever +cleverer +cleverest +cleverly +cleverness +click +clicked +clicking +clicks +client +clients +clientele +clienteles +cliff +cliffs +clii +climactic +climate +climates +climax +climaxed +climaxes +climaxing +climb +climbed +climber +climbers +climbing +climbs +clime +climes +clinch +clinched +clinches +clinching +cling +clinging +clings +clinic +clinical +clinically +clinics +clink +clinked +clinking +clinks +clip +clipboard +clipboards +clipped +clipping +clippings +clips +clique +cliques +clitoris +clix +cloak +cloaked +cloaking +cloaks +clock +clocked +clocking +clocks +clockwise +clockwork +clockworks +clod +clods +clog +clogged +clogging +clogs +cloister +cloistered +cloistering +cloisters +clone +clones +close +closed +closely +closeness +closer +closes +closest +closet +closeted +closeting +closets +closing +closure +closures +clot +cloth +clothe +clothed +clothes +clothespin +clothespins +clothing +cloths +clots +clotted +clotting +cloud +cloudburst +cloudbursts +clouded +cloudier +cloudiest +clouding +clouds +cloudy +clout +clouted +clouting +clouts +clove +cloven +clover +clovers +cloves +clown +clowned +clowning +clowns +club +clubbed +clubbing +clubhouse +clubhouses +clubs +cluck +clucked +clucking +clucks +clue +clued +clueless +clues +cluing +clump +clumped +clumping +clumps +clumsier +clumsiest +clumsily +clumsiness +clumsy +clung +cluster +clustered +clustering +clusters +clutch +clutched +clutches +clutching +clutter +cluttered +cluttering +clutters +clvi +clvii +clxi +clxii +clxiv +clxix +clxvi +clxvii +coach +coached +coaches +coaching +coagulate +coagulated +coagulates +coagulating +coagulation +coal +coaled +coalesce +coalesced +coalesces +coalescing +coaling +coalition +coalitions +coals +coarse +coarsely +coarsen +coarsened +coarseness +coarsening +coarsens +coarser +coarsest +coast +coastal +coasted +coaster +coasters +coasting +coastline +coastlines +coasts +coat +coated +coating +coats +coax +coaxed +coaxes +coaxing +cob +cobalt +cobble +cobbler +cobblers +cobra +cobras +cobs +cobweb +cobwebs +cocaine +cock +cocked +cockeyed +cockier +cockiest +cocking +cockpit +cockpits +cockroach +cockroaches +cocks +cocktail +cocktails +cocky +cocoa +cocoas +coconut +coconuts +cocoon +cocooned +cocooning +cocoons +cod +codded +codding +code +coded +codes +coding +cods +coefficient +coefficients +coerce +coerced +coerces +coercing +coercion +coexist +coexisted +coexistence +coexisting +coexists +coffee +coffees +coffer +coffers +coffin +coffined +coffining +coffins +cog +cogency +cogent +cognac +cognacs +cognitive +cogs +coherence +coherent +coherently +coil +coiled +coiling +coils +coin +coinage +coinages +coincide +coincided +coincidence +coincidences +coincidental +coincidentally +coincides +coinciding +coined +coining +coins +coke +coked +cokes +coking +col +colander +colanders +cold +colder +coldest +coldly +coldness +colds +colic +collaborate +collaborated +collaborates +collaborating +collaboration +collaborations +collaborative +collaborator +collaborators +collage +collages +collapse +collapsed +collapses +collapsible +collapsing +collar +collarbone +collarbones +collared +collaring +collars +collate +collated +collateral +collates +collating +collation +colleague +colleagues +collect +collected +collecting +collection +collections +collective +collectively +collectives +collector +collectors +collects +college +colleges +collegiate +collide +collided +collides +colliding +collie +