From 426e843d0a5c539604be53612ced8b1fa1ae8ec8 Mon Sep 17 00:00:00 2001 From: Dylan Hall Date: Thu, 27 Jun 2024 20:04:56 +1000 Subject: [PATCH] remove garbage words and ensure some very common words in every game --- asset_generation/README.md | 80 + asset_generation/invalid-google-words.txt | 329 + asset_generation/whitelisted-google-words.txt | 51 + assets/common-long-words.txt | 277 - assets/very-common-long-words.txt | 8628 +++++++++++++++++ lib/game.dart | 8 +- pubspec.yaml | 3 +- 7 files changed, 9096 insertions(+), 280 deletions(-) create mode 100644 asset_generation/invalid-google-words.txt create mode 100644 asset_generation/whitelisted-google-words.txt create mode 100644 assets/very-common-long-words.txt diff --git a/asset_generation/README.md b/asset_generation/README.md index 25c0861..06f0219 100644 --- a/asset_generation/README.md +++ b/asset_generation/README.md @@ -57,4 +57,84 @@ var finalUncommonWords = uncommonWordsSet await File.WriteAllLinesAsync(@"C:\code\wordgame\assets\common-long-words.txt", finalCommonWords); await File.WriteAllLinesAsync(@"C:\code\wordgame\assets\uncommon-long-words.txt", finalUncommonWords); +``` + +Later on I found the google 10000 most common words actually includes a lot of proper nouns and porn sites, so I created a list of words that would be removed, so I could whitelist them: + +``` +var veryCommon = @"C:\code\wordgame\asset_generation\google-10000-english.txt"; + +var allOtherWords = new string[] { + @"C:\code\wordgame\asset_generation\popular.txt", + @"C:\code\wordgame\asset_generation\english2.txt", + @"C:\code\wordgame\asset_generation\usa.txt", + @"C:\code\wordgame\asset_generation\english3.txt", + @"C:\code\wordgame\asset_generation\engmix.txt", + @"C:\code\wordgame\asset_generation\ukenglish.txt", + @"C:\code\wordgame\asset_generation\usa2.txt" +}; + +var allLines = await File.ReadAllLinesAsync(veryCommon); + +var googleWords = allLines + .Where(w => w.Length > 3 && !nonAlpha.IsMatch(w)) + .Select(w => w.ToLower()) + .OrderBy(w => w) + .ToList(); + +var commonWordsSet = new HashSet(StringComparer.OrdinalIgnoreCase); + +foreach (var list in allOtherWords) +{ + commonWordsSet.UnionWith(await File.ReadAllLinesAsync(list)); +} + +var nonAlpha = new Regex(@"[^\w]"); + +var validOtherWords = commonWordsSet + .Where(w => w.Length > 3 && !nonAlpha.IsMatch(w)) + .Select(w => w.ToLower()) + .OrderBy(w => w) + .ToList(); + + +var invalidGoogleWords = googleWords.Except(validOtherWords, StringComparer.OrdinalIgnoreCase).ToList(); + +await File.WriteAllLinesAsync(@"C:\code\wordgame\asset_generation\whitelisted-google-words.txt", invalidGoogleWords); +await File.WriteAllLinesAsync(@"C:\code\wordgame\asset_generation\invalid-google-words.txt", invalidGoogleWords); +``` + +Then I went through and deleted all the ones I didn't want to keep in the whitelist file, leaving the ones I'd be annoyed if I found but weren't "real words". + +The main one that convinced me I needed to do this was "inbox" - I know, it's supposed to be hyphenated, but in the year 2024 it's such a common term it just seems wrong to not give credit. Same for things like screensaver. + +Then I used those lists to remove the garbage from the main common word files, and additionally add a very common word file, which will be used to ensure randomly generating a game includes a certain number of familiar words: + +``` +var commonWordsFilename = @"C:\code\wordgame\assets\common-long-words.txt"; + +var existingCommonWordFile = await File.ReadAllLinesAsync(commonWordsFilename); +var google10KFile = await File.ReadAllLinesAsync(@"C:\code\wordgame\asset_generation\google-10000-english.txt"); + +var whitelistedFile = await File.ReadAllLinesAsync(@"C:\code\wordgame\asset_generation\whitelisted-google-words.txt"); +var toRemoveFile = await File.ReadAllLinesAsync(@"C:\code\wordgame\asset_generation\invalid-google-words.txt"); + +toRemoveFile = toRemoveFile.Except(whitelistedFile, StringComparer.OrdinalIgnoreCase).ToArray(); + +var nonAlpha = new Regex(@"[^\w]"); + +var updatedCommonWords = existingCommonWordFile.Except(toRemoveFile, StringComparer.OrdinalIgnoreCase) + .OrderBy(w => w) + .ToList(); + +var googleWords = google10KFile + .Where(w => w.Length > 3 && !nonAlpha.IsMatch(w)) + .Select(w => w.ToLower()) + .Except(toRemoveFile, StringComparer.OrdinalIgnoreCase) + .OrderBy(w => w) + .ToList(); + +await File.WriteAllLinesAsync(@"C:\code\wordgame\assets\very-common-long-words.txt", googleWords); + +await File.WriteAllLinesAsync(commonWordsFilename, updatedCommonWords); ``` \ No newline at end of file diff --git a/asset_generation/invalid-google-words.txt b/asset_generation/invalid-google-words.txt new file mode 100644 index 0000000..99bf658 --- /dev/null +++ b/asset_generation/invalid-google-words.txt @@ -0,0 +1,329 @@ +acdbentity +adipex +adsl +adware +alot +ambien +americas +ampland +andale +apnic +approx +apps +asin +asus +audi +bangbus +basename +bdsm +beastality +beastiality +belarus +belkin +biol +bizrate +blog +blogger +bloggers +blogging +blogs +bloomberg +bluetooth +blvd +bool +bradley +britney +bufing +bukkake +casio +cdna +chan +changelog +chem +chen +childrens +cialis +cingular +citysearch +classifieds +cnet +comm +compaq +conf +config +const +corp +ctrl +cumshot +cumshots +curtis +cyber +dealtime +debian +dicke +diff +diffs +dist +divx +dont +downloadable +dvds +ebay +ebook +ebooks +ecommerce +email +emails +eminem +endif +epinions +erik +espn +eval +expansys +expedia +faqs +feof +filme +findarticles +findlaw +fioricet +firefox +firewire +flickr +foto +fotos +freebsd +frontpage +gamecube +gamespot +garcia +garmin +gmbh +goto +groundwater +guestbook +gzip +handhelds +handjob +handjobs +hansen +hdtv +hentai +holdem +homepage +hotmail +housewares +howto +href +html +http +hydrocodone +ieee +inbox +intl +invision +ipaq +ipod +issn +italiano +itunes +javascript +jelsoft +jpeg +kelkoo +kijiji +knowledgestorm +levitra +lexmark +lexus +lightbox +linux +listprice +livecam +livesex +login +logitech +looksmart +lopez +lycos +macromedia +mailto +mariah +mastercard +mediawiki +medline +meetup +metadata +metallica +meyer +milf +milfhunter +milfs +minolta +mins +misc +mitsubishi +moldova +mozilla +mpeg +mpegs +mrna +msgid +msgstr +msie +mumbai +muze +myers +mysimon +myspace +mysql +namespace +nano +nasa +nascar +nasdaq +ncaa +nextel +nikon +nokia +ntsc +nutten +nvidia +oclc +oecd +paxil +paypal +pdas +perl +permalink +phentermine +philips +photoshop +phpbb +phys +pichunter +playlist +playstation +plugin +plugins +pmid +podcast +podcasts +pokemon +postposted +powerpoint +powerseller +prev +proc +propecia +prostores +prot +pubmed +reseller +ringtone +ringtones +robbie +saddam +sagem +samsung +sanyo +sbjct +screensaver +screensavers +screenshot +screenshots +scsi +sega +sexcam +sexo +shakira +shemale +shemales +shopzilla +showtimes +signup +simpsons +sitemap +skype +slideshow +smilies +smtp +soundtrack +sparc +spyware +starsmerchant +struct +subaru +sublimedirectory +suse +symantec +techrepublic +telecharger +thats +thehun +thinkpad +thumbzilla +tion +tions +titten +trackback +trackbacks +tramadol +transexual +transexuales +trembl +treo +tripadvisor +twiki +ultram +uniprotkb +univ +unsubscribe +upskirt +upskirts +urls +usda +username +usgs +usps +utils +vbulletin +verizon +verzeichnis +viewpicture +viii +voip +voyeurweb +voyuer +vsnet +warcraft +webcam +webcams +webcast +weblog +weblogs +webmaster +webmasters +webpage +webshots +website +websites +widescreen +wifi +wiki +wikipedia +wiley +wishlist +womens +wordpress +worldcat +worldsex +xanax +xbox +xhtml +xnxx +zdnet +zoloft +zope +zshops diff --git a/asset_generation/whitelisted-google-words.txt b/asset_generation/whitelisted-google-words.txt new file mode 100644 index 0000000..615c2a5 --- /dev/null +++ b/asset_generation/whitelisted-google-words.txt @@ -0,0 +1,51 @@ +blog +blogger +bloggers +blogging +blogs +bukkake +cyber +downloadable +ebook +ebooks +email +emails +guestbook +handhelds +homepage +inbox +login +meetup +namespace +permalink +playlist +plugin +plugins +podcast +podcasts +reseller +ringtone +ringtones +screensaver +screensavers +screenshot +screenshots +signup +slideshow +soundtrack +spyware +unsubscribe +username +webcam +webcams +webcast +webmaster +webmasters +webpage +website +websites +widescreen +wifi +wiki +wikipedia +wishlist diff --git a/assets/common-long-words.txt b/assets/common-long-words.txt index d6843a1..2106579 100644 --- a/assets/common-long-words.txt +++ b/assets/common-long-words.txt @@ -487,7 +487,6 @@ accustomary accustomed accustoming accustoms -acdbentity aced acer acerbate @@ -754,7 +753,6 @@ adhesiveness adhesives adidas adieu -adipex adjacency adjacent adjacently @@ -892,7 +890,6 @@ adriatic adrift adroit adroitness -adsl adsorb adsorbate adsorbed @@ -990,7 +987,6 @@ advocated advocates advocating advocation -adware aegean aegis aeon @@ -1617,7 +1613,6 @@ aloof aloofly aloofness alopecia -alot aloud alpha alphabet @@ -1721,7 +1716,6 @@ ambidexterity ambidextrous ambidextrously ambidextrousness -ambien ambience ambient ambiguities @@ -1779,7 +1773,6 @@ america american americanism americans -americas americium amersham amesbury @@ -1861,7 +1854,6 @@ amphitheatre amphitheatres amphora ampicillin -ampland ample amplification amplified @@ -1993,7 +1985,6 @@ anciently ancients ancillaries ancillary -andale andalucian andalusian andante @@ -2389,7 +2380,6 @@ apish apishly aplastic aplomb -apnic apocalypse apocalyptic apocrypha @@ -2600,7 +2590,6 @@ approved approves approving approvingly -approx approximable approximant approximate @@ -2610,7 +2599,6 @@ approximates approximating approximation approximations -apps apricot apricots april @@ -3036,7 +3024,6 @@ asiatic aside asides asimov -asin asinine askance asked @@ -3270,7 +3257,6 @@ astutely astuteness asuncion asunder -asus asylum asylums asymmetric @@ -3457,7 +3443,6 @@ auctorial audacious audaciously audacity -audi audibility audible audibly @@ -4157,7 +4142,6 @@ baneful banff bang bangalore -bangbus banged banger bangers @@ -4437,7 +4421,6 @@ basely baseman basement basements -basename baseness baseplate baseplates @@ -4614,7 +4597,6 @@ bazaar bazaars bazooka bazookas -bdsm beach beachcomber beachcombers @@ -4686,8 +4668,6 @@ bearsden bearskin bearskins beast -beastality -beastiality beastie beasties beastliness @@ -4986,7 +4966,6 @@ belabour belaboured belabouring belabours -belarus belate belated belatedly @@ -5034,7 +5013,6 @@ belittles belittling belive belize -belkin bell belladonna bellamy @@ -5522,7 +5500,6 @@ biographical biographies biography biohazard -biol biologic biological biologically @@ -5650,7 +5627,6 @@ bivouac biweekly bizarre bizet -bizrate blab blabbed blabber @@ -5964,7 +5940,6 @@ bloodvessels bloody bloodyminded bloom -bloomberg bloomed bloomfield blooming @@ -6038,7 +6013,6 @@ blueprints bluer blues bluest -bluetooth bluff bluffed bluffer @@ -6085,7 +6059,6 @@ blustering blusteringly blusters blustery -blvd blyth boar board @@ -6349,7 +6322,6 @@ bookstalls bookstore bookstores booky -bool boolean boom boombox @@ -6633,7 +6605,6 @@ brad bradawl bradawls bradford -bradley brads bradshaw braemar @@ -7015,7 +6986,6 @@ britannica britches british britisher -britney briton britons britt @@ -7308,7 +7278,6 @@ buffoonery buffoons buffs buffy -bufing bugbear bugbears bugeyed @@ -8609,7 +8578,6 @@ casing casings casino casinos -casio casitas cask casket @@ -8918,7 +8886,6 @@ caxton cayenne cayman caymans -cdna cease ceased ceaseless @@ -9218,7 +9185,6 @@ champions championship championships champs -chan chance chanced chancel @@ -9248,7 +9214,6 @@ changed changeless changeling changelings -changelog changeover changeovers changer @@ -9527,7 +9492,6 @@ chelmsford chelsea cheltenham chelyabinsk -chem chemical chemically chemicals @@ -9539,7 +9503,6 @@ chemistry chemists chemo chemotherapy -chen chengdu chenille cheongsam @@ -9652,7 +9615,6 @@ childishness childless childlike children -childrens chile chilean chiles @@ -9972,7 +9934,6 @@ chute chutes chutney chutneys -cialis ciao cicely cicero @@ -10000,7 +9961,6 @@ cinematic cinematograph cinematography cinerama -cingular cinnabar cinnamon cinque @@ -10121,7 +10081,6 @@ citrous citrus city cityscape -citysearch citywide civi civic @@ -10272,7 +10231,6 @@ classification classifications classificatory classified -classifieds classifier classifiers classifies @@ -10628,7 +10586,6 @@ clwyd clyde clydebank clydesdale -cnet coach coached coacher @@ -11217,7 +11174,6 @@ coming comings comities comity -comm comma command commandant @@ -11415,7 +11371,6 @@ companions companionship companionway company -compaq comparability comparable comparably @@ -11918,7 +11873,6 @@ coned coneflower cones coney -conf confabulate confabulated confabulates @@ -11983,7 +11937,6 @@ confidently confides confiding confidingly -config configurability configurable configurate @@ -12413,7 +12366,6 @@ conspired conspires conspiring conspiringly -const constable constables constabulary @@ -13154,7 +13106,6 @@ coroner coroners coronet coronets -corp corpora corporal corporals @@ -14282,7 +14233,6 @@ crystallographers crystallographic crystallography crystals -ctrl cuba cuban cubans @@ -14392,8 +14342,6 @@ cummerbund cummings cummins cumnock -cumshot -cumshots cumulate cumulative cumulatively @@ -14520,7 +14468,6 @@ curtails curtain curtained curtains -curtis curtly curtness curtsey @@ -15044,7 +14991,6 @@ deallocates deallocating deals dealt -dealtime dean deanery deans @@ -15098,7 +15044,6 @@ debauchery debenture debentured debentures -debian debilitate debilitated debilitates @@ -16946,7 +16891,6 @@ dicier diciest dicing dick -dicke dickens dickensian dicker @@ -17014,7 +16958,6 @@ dietitian dietitians dietrich diets -diff differ differed difference @@ -17044,7 +16987,6 @@ diffracted diffraction diffractometer diffracts -diffs diffuse diffused diffusedly @@ -18342,7 +18284,6 @@ dissuading dissuasion dissuasive dissuasory -dist distal distance distanced @@ -18577,7 +18518,6 @@ divulged divulges divulging divvy -divx dixie dixieland dixon @@ -18805,7 +18745,6 @@ donor donors donovan dons -dont donut donuts doodle @@ -19583,7 +19522,6 @@ dutifully dutifulness duty duvet -dvds dwarf dwarfed dwarfing @@ -19756,7 +19694,6 @@ eavesdropper eavesdroppers eavesdropping eavesdrops -ebay ebba ebbed ebbing @@ -19796,7 +19733,6 @@ ecologically ecologist ecologists ecology -ecommerce econometric econometrica econometrics @@ -20411,7 +20347,6 @@ emigre emil emile emily -eminem eminence eminent eminently @@ -20654,7 +20589,6 @@ endeavours ended endemic endgame -endif ending endings endive @@ -21108,7 +21042,6 @@ epileptics epilogue epilogues epinephrine -epinions epiphany episcopal episcopalian @@ -21251,7 +21184,6 @@ eric erica ericsson erie -erik erin erith ermine @@ -21354,7 +21286,6 @@ espied espies espionage esplanade -espn espousal espouse espoused @@ -21508,7 +21439,6 @@ evade evaded evades evading -eval evaluable evaluate evaluated @@ -21942,7 +21872,6 @@ expansions expansive expansively expansiveness -expansys expatiate expatiated expatiates @@ -21965,7 +21894,6 @@ expecting expectorant expectorate expects -expedia expedience expediency expedient @@ -22612,7 +22540,6 @@ fantastic fantastically fantasy fantasyland -faqs farad faraday faradays @@ -22943,7 +22870,6 @@ fenians fennel fens fenugreek -feof feral ferarum ferdinand @@ -23217,7 +23143,6 @@ fills filly film filmdom -filme filmed filmier filming @@ -23272,12 +23197,10 @@ finch finches finchley find -findarticles finder finders finding findings -findlaw finds fine fined @@ -23322,7 +23245,6 @@ finnish fins finsbury fiord -fioricet fire firearm firearms @@ -23340,7 +23262,6 @@ firefight firefighters fireflies firefly -firefox firehouse firehouses firelight @@ -23361,7 +23282,6 @@ firestone firestorm firewall firewater -firewire firewood firework fireworks @@ -23690,7 +23610,6 @@ flickered flickering flickers flicking -flickr flicks flier fliers @@ -24411,8 +24330,6 @@ fostered fostering fosters fotheringhay -foto -fotos foucault fought foul @@ -24599,7 +24516,6 @@ fredrick fredrickson free freebie -freebsd freed freedman freedom @@ -24802,7 +24718,6 @@ frontiersman frontiersmen fronting frontispiece -frontpage fronts frontwards frontways @@ -25215,14 +25130,12 @@ gambols game gamebird gamecock -gamecube gamekeeper gamekeepers gamely gamer games gamesmanship -gamespot gamester gamin gamine @@ -25289,7 +25202,6 @@ garbled garbler garbles garbling -garcia garcon gardein garden @@ -25320,7 +25232,6 @@ garlands garlic garment garments -garmin garner garnered garnering @@ -26068,7 +25979,6 @@ glycol glycols glycoside glyndebourne -gmbh gnarl gnarled gnarling @@ -26280,7 +26190,6 @@ gossipy goth gothic gothicism -goto gotta gotten gouache @@ -26833,7 +26742,6 @@ groundsman groundsmen groundspeed groundswell -groundwater groundwave groundwork group @@ -27209,7 +27117,6 @@ gyrocompass gyros gyroscope gyroscopes -gzip habakkuk haberdasher haberdasheries @@ -27478,8 +27385,6 @@ handily handiness handing handiwork -handjob -handjobs handkerchief handkerchiefs handkerchieves @@ -27570,7 +27475,6 @@ hans hansard hanse hansel -hansen hansom hanukkah haphazard @@ -27960,7 +27864,6 @@ hazily haziness hazing hazy -hdtv head headache headaches @@ -28300,7 +28203,6 @@ henries henrietta henry hens -hentai hepatic hepatitis hepburn @@ -28741,7 +28643,6 @@ hokkaido holbein holborn hold -holdem holden holder holders @@ -29160,7 +29061,6 @@ hotkey hotkeys hotline hotly -hotmail hotness hotpot hotrod @@ -29215,7 +29115,6 @@ housetrain housetrained housetraining housetrains -housewares housewarming housewife housewives @@ -29244,12 +29143,8 @@ howling howls hows howsoever -howto hoylake hoyman -href -html -http huainin hubbard hubbub @@ -29552,7 +29447,6 @@ hydrocarbons hydrochemistry hydrochloric hydrochloride -hydrocodone hydrodynamic hydrodynamical hydrodynamics @@ -29846,7 +29740,6 @@ idyl idyll idyllic idylls -ieee ieuan iffy igloo @@ -32027,7 +31920,6 @@ intimidates intimidating intimidation intimidatory -intl into intolerability intolerable @@ -32240,7 +32132,6 @@ inviolateness invisibility invisible invisibly -invision invitation invitational invitations @@ -32304,9 +32195,7 @@ ionospheric ions iota iowa -ipaq ipecac -ipod ipswich iraklion iran @@ -32467,7 +32356,6 @@ israel israeli israelite israelites -issn issuance issuant issue @@ -32480,7 +32368,6 @@ isthmus isthmuses italia italian -italiano italians italic italicised @@ -32516,7 +32403,6 @@ itinerants itineraries itinerary itself -itunes ivan ivanhoe ivories @@ -32644,7 +32530,6 @@ jaunts jaunty java javanese -javascript javelin javelins jawbone @@ -32690,7 +32575,6 @@ jellies jelly jellybean jellyfish -jelsoft jemmies jemmy jenkins @@ -32951,7 +32835,6 @@ joyriders joys joystick joysticks -jpeg juan jubilance jubilant @@ -33195,7 +33078,6 @@ kegs keighley keister keith -kelkoo kellogg kelly kelp @@ -33323,7 +33205,6 @@ kidwelly kielbasa kiev kigali -kijiji kikuyu kildare kilderkin @@ -33591,7 +33472,6 @@ knowledge knowledgeable knowledgeably knowledged -knowledgestorm known knows knowsley @@ -34517,7 +34397,6 @@ levitating levitation levitations leviticus -levitra levity levy levying @@ -34537,8 +34416,6 @@ lexicon lexicons lexicostatistic lexington -lexmark -lexus leyland leyton lhasa @@ -34678,7 +34555,6 @@ ligaments ligature ligatures light -lightbox lighted lighten lightened @@ -34839,7 +34715,6 @@ linslade lint lintel lintels -linux lion lionel lioness @@ -34931,7 +34806,6 @@ listings listless listlessly listlessness -listprice lists liszt litanies @@ -35002,7 +34876,6 @@ liturgy livable live liveable -livecam lived livelier liveliest @@ -35025,7 +34898,6 @@ livers liverwort livery lives -livesex livestock livid lividly @@ -35212,7 +35084,6 @@ logistic logistical logistically logistics -logitech logjam logo logos @@ -35292,7 +35163,6 @@ looking lookout lookouts looks -looksmart lookup loom loomed @@ -35334,7 +35204,6 @@ loots lope loped lopes -lopez loping lopped lopper @@ -35682,7 +35551,6 @@ lyceum lychee lychees lycidas -lycos lydd lydford lydia @@ -35764,7 +35632,6 @@ mackintoshes macmillan macro macrobiotic -macromedia macromolecule macropathology macrophage @@ -35893,7 +35760,6 @@ mailings mailman mailmerge mails -mailto maim maimed maiming @@ -36317,7 +36183,6 @@ margot marguerite maria mariachi -mariah marian marie marietta @@ -36551,7 +36416,6 @@ mastadons mastectomy masted master -mastercard masterdom mastered masterful @@ -36942,7 +36806,6 @@ mediating mediation mediator mediators -mediawiki medic medicaid medical @@ -36983,7 +36846,6 @@ mediums mediumship medley medleys -medline medoc medusa medway @@ -37304,11 +37166,9 @@ metabolism metabolite metabolize metabolized -metadata metal metalled metallic -metallica metalliferous metallography metalloid @@ -37404,7 +37264,6 @@ mews mexican mexicans mexico -meyer mezzanine mezzo miami @@ -37580,10 +37439,7 @@ mileage miles milestone milestones -milf -milfhunter milfoil -milfs milieu militancy militant @@ -37792,13 +37648,11 @@ minnie minnow minnows minoan -minolta minor minorities minority minors minotaur -mins minsk minster minstrel @@ -37871,7 +37725,6 @@ misbehavior misbehaviour misbelief misbelieve -misc miscalculate miscalculated miscalculates @@ -38128,7 +37981,6 @@ mitosis mitre mitred mitres -mitsubishi mitt mitten mittens @@ -38299,7 +38151,6 @@ moldier moldiest molding moldings -moldova molds moldy mole @@ -38849,14 +38700,7 @@ mows moxie mozambique mozart -mozilla mozzarella -mpeg -mpegs -mrna -msgid -msgstr -msie much muchacho muchachos @@ -38986,7 +38830,6 @@ multitudinous multitudinously multitudinousness multivariate -mumbai mumble mumbled mumbler @@ -39165,14 +39008,12 @@ mutuality mutually muumuu muzak -muze muzzle muzzled muzzles muzzling myalgia myanmar -myers myfanwy myna mynah @@ -39183,9 +39024,6 @@ myriad myrrh myrtle myself -mysimon -myspace -mysql mysteries mysterious mysteriously @@ -39271,7 +39109,6 @@ nankeen nanking nannies nanny -nano nanosecond nanotechnology nantwich @@ -39324,12 +39161,9 @@ narrowness narrows narwhal nary -nasa nasal nasally -nascar nascent -nasdaq nash nashua nashville @@ -39449,7 +39283,6 @@ nazarene nazareth nazi nazis -ncaa neanderthal neap neapolitan @@ -39779,7 +39612,6 @@ newton newtonian newts next -nextel nexus niagara nibble @@ -39874,7 +39706,6 @@ nihilism nihilist nihilistic nike -nikon nile nimble nimbleness @@ -39997,7 +39828,6 @@ noisily noisiness noisome noisy -nokia nomad nomadic nomadically @@ -40265,7 +40095,6 @@ noxiousness nozzle nozzles nspcc -ntsc nuance nuances nubile @@ -40378,14 +40207,12 @@ nutritive nuts nutshell nutshells -nutten nuttier nutty nuzzle nuzzled nuzzles nuzzling -nvidia nylon nylons nymph @@ -40643,7 +40470,6 @@ ocelot ocelots ochre ockenden -oclc octagon octagonal octagons @@ -40715,7 +40541,6 @@ odourless odours odysseus odyssey -oecd oedema oedipal oedipus @@ -42885,7 +42710,6 @@ pawns pawnshop pawnshops paws -paxil payable payback paycheck @@ -42905,11 +42729,9 @@ payments payne payoff payoffs -paypal payroll payrolls pays -pdas pdsa peabody peace @@ -43378,7 +43200,6 @@ perking perkins perks perky -perl perm permalink permanence @@ -43706,7 +43527,6 @@ phenomenally phenomenology phenomenon phenotype -phentermine phenyl pheromones phew @@ -43733,7 +43553,6 @@ philharmonic philip philippians philippines -philips philistine philistines phillips @@ -43819,10 +43638,8 @@ photon photons photos photosensitive -photoshop photosphere photosynthesis -phpbb phrasal phrase phrased @@ -43832,7 +43649,6 @@ phrasing phrasings phyla phyllis -phys physic physical physically @@ -43867,7 +43683,6 @@ picasso piccadilly piccalilli piccolo -pichunter pick pickax pickaxe @@ -44371,7 +44186,6 @@ playoffs playpen playroom plays -playstation plaything playthings playtime @@ -44561,7 +44375,6 @@ plutonium plying plymouth plywood -pmid pneumatic pneumatically pneumonia @@ -44632,7 +44445,6 @@ poisonousness poisons poke poked -pokemon poker pokerface pokerfaced @@ -45052,7 +44864,6 @@ postponement postponements postpones postponing -postposted postprandial posts postscript @@ -45158,9 +44969,7 @@ powerfulness powerhouse powering powerless -powerpoint powers -powerseller powwow powwows powys @@ -45636,7 +45445,6 @@ prettiness pretty pretzel pretzels -prev prevail prevailed prevailing @@ -45831,7 +45639,6 @@ problematic problematical problematically problems -proc procedural procedure procedures @@ -46115,7 +45922,6 @@ propagates propagating propagation propane -propecia propel propellant propelled @@ -46237,13 +46043,11 @@ prostituted prostitutes prostituting prostitution -prostores prostrate prostrated prostrates prostrating prostration -prot protactinium protagonist protease @@ -46486,7 +46290,6 @@ publisher publishers publishes publishing -pubmed pubs puccini puce @@ -50545,7 +50348,6 @@ robber robberies robbers robbery -robbie robbin robbing robbins @@ -51157,7 +50959,6 @@ sacrilege sacrilegious sacrilegiously sacrosanct -saddam sadden saddened saddening @@ -51210,7 +51011,6 @@ sagacity sagas sage sagely -sagem sageness sages sagged @@ -51370,7 +51170,6 @@ samples sampling sampson samson -samsung samuel samuelson samurai @@ -51463,7 +51262,6 @@ santa santiago santo santos -sanyo sapience sapiens sapient @@ -51657,7 +51455,6 @@ saying sayings sayonara says -sbjct scab scabbard scabbards @@ -52182,7 +51979,6 @@ scrutinizing scrutinizingly scrutiny scry -scsi scuba scud scuff @@ -52487,7 +52283,6 @@ seethe seethed seethes seething -sega segment segmental segmentally @@ -52877,7 +52672,6 @@ sewers sewing sewn sews -sexcam sexed sexes sexier @@ -52887,7 +52681,6 @@ sexism sexist sexists sexless -sexo sextant sextants sextet @@ -52953,7 +52746,6 @@ shakier shakiest shakily shaking -shakira shaky shale shall @@ -53145,8 +52937,6 @@ shelve shelved shelves shelving -shemale -shemales shenandoah shenanigan shenanigans @@ -53320,7 +53110,6 @@ shoppers shopping shops shopworn -shopzilla shore shoreditch shoreham @@ -53421,7 +53210,6 @@ showroom showrooms shows showstopper -showtimes showy shrank shrapnel @@ -53782,7 +53570,6 @@ simplifying simplistic simply simpson -simpsons sims simulate simulated @@ -53900,7 +53687,6 @@ sitcom sitcoms site sited -sitemap sites siting sits @@ -54091,7 +53877,6 @@ skylarks skylight skylights skyline -skype skyrocket skyscraper skyscrapers @@ -54477,7 +54262,6 @@ smile smiled smiles smiley -smilies smiling smilingly smirch @@ -54543,7 +54327,6 @@ smoulder smouldered smouldering smoulders -smtp smudge smudged smudges @@ -55262,7 +55045,6 @@ spanners spanning spans spar -sparc spare spared sparerib @@ -56174,7 +55956,6 @@ starring starry stars starship -starsmerchant start started starter @@ -56954,7 +56735,6 @@ stropping stroud strove struck -struct structural structurally structure @@ -57113,7 +56893,6 @@ styx suave suavely suavity -subaru subatomic subbasement subbing @@ -57181,7 +56960,6 @@ sublimates sublimating sublimation sublime -sublimedirectory sublimely subliminal sublimity @@ -57887,7 +57665,6 @@ susanne susceptibility susceptible susceptibly -suse sushi susie suspect @@ -58194,7 +57971,6 @@ syllogistic sylph sylvester sylvia -symantec symbiosis symbiote symbiotic @@ -58866,7 +58642,6 @@ technologies technologist technologists technology -techrepublic tectonic teddies teddy @@ -58917,7 +58692,6 @@ teignmouth tektronix tele telecast -telecharger telecom telecommunicate telecommunication @@ -59360,7 +59134,6 @@ thatcher thatchers thatches thatching -thats thaw thawed thawing @@ -59387,7 +59160,6 @@ theca thee theft thefts -thehun their theirs theism @@ -59558,7 +59330,6 @@ thinker thinkers thinking thinkingly -thinkpad thinks thinktank thinly @@ -59762,7 +59533,6 @@ thumbnail thumbnails thumbprint thumbs -thumbzilla thump thumped thumper @@ -60009,8 +59779,6 @@ tints tintype tinware tiny -tion -tions tipoff tipped tippee @@ -60086,7 +59854,6 @@ titmouse titrate titration tits -titten titter tittered tittering @@ -60595,8 +60362,6 @@ tracing tracings track trackage -trackback -trackbacks tracked tracker trackers @@ -60688,7 +60453,6 @@ trajectories trajectory tralee tram -tramadol traminer tramlines trammel @@ -60776,8 +60540,6 @@ transductor transductors transect transept -transexual -transexuales transfer transferable transferee @@ -61055,7 +60817,6 @@ treks trellis trellises trelliswork -trembl tremble trembled trembler @@ -61089,7 +60850,6 @@ trendsetters trendsetting trendy trent -treo trepidation trespass trespassed @@ -61214,7 +60974,6 @@ triodes trios trioxide trip -tripadvisor tripartite tripe triple @@ -61720,7 +61479,6 @@ twigged twigging twiggy twigs -twiki twilight twill twin @@ -61897,7 +61655,6 @@ ultra ultracentrifuge ultraconservative ultrafast -ultram ultramarine ultramodern ultrasonic @@ -63697,7 +63454,6 @@ unionist unions uniplex unipolar -uniprotkb unique uniquely uniqueness @@ -63725,7 +63481,6 @@ unitised unitized units unity -univ univac universal universalise @@ -65192,8 +64947,6 @@ upshot upshots upside upsilon -upskirt -upskirts upstage upstaged upstager @@ -65265,7 +65018,6 @@ urinates urinating urination urine -urls urmston urns urologist @@ -65276,7 +65028,6 @@ uruguay usable usage usages -usda useable used useful @@ -65289,7 +65040,6 @@ user username users uses -usgs usher ushered usherette @@ -65297,7 +65047,6 @@ usherettes ushering ushers using -usps ussr usual usually @@ -65332,7 +65081,6 @@ utilize utilized utilizes utilizing -utils utmost utopia utopian @@ -65641,7 +65389,6 @@ vaunting vauntingly vaunts vauxhall -vbulletin veal vealy vector @@ -65846,7 +65593,6 @@ veritably veritas verities verity -verizon vermeer vermeil vermicelli @@ -65901,7 +65647,6 @@ vertiginous vertigo verve very -verzeichnis vesicle vesicular vesper @@ -66040,7 +65785,6 @@ viewer viewers viewing viewless -viewpicture viewpoint viewpoints views @@ -66058,7 +65802,6 @@ vigorous vigorously vigorousness vigour -viii viking vikings vile @@ -66366,7 +66109,6 @@ voider voiding voids voila -voip volant volatile volatilisability @@ -66486,10 +66228,7 @@ voyages voyaging voyeur voyeurs -voyeurweb -voyuer vroom -vsnet vulcan vulcanisation vulcanise @@ -66725,7 +66464,6 @@ warbler warblers warbles warbling -warcraft ward warded warden @@ -67058,13 +66796,10 @@ webcams webcast weber webfoot -weblog -weblogs webmaster webmasters webpage webs -webshots website websites webster @@ -67624,7 +67359,6 @@ wilds wile wiled wiles -wiley wilf wilfred wilful @@ -67961,7 +67695,6 @@ wombat wombats wombs women -womens wonder wondered wonderful @@ -68055,7 +67788,6 @@ wordily wordiness wording wordlessly -wordpress wordprocessor wordprocessors words @@ -68113,11 +67845,9 @@ workstations worktable workup world -worldcat worldliness worldly worlds -worldsex worldwide worm wormed @@ -68315,9 +68045,7 @@ wymondham wynn wyoming wyvern -xanax xavier -xbox xenon xenophobe xenophobia @@ -68327,7 +68055,6 @@ xerography xerox xeroxes xerxes -xhtml xian xiii xmas @@ -68537,7 +68264,6 @@ zanzibar zapped zapping zaps -zdnet zeal zealand zealot @@ -68607,7 +68333,6 @@ zloty zlotys zodiac zodiacal -zoloft zombie zombies zonal @@ -68627,11 +68352,9 @@ zooming zooms zoophilia zoos -zope zoroaster zoroastrian zounds -zshops zucchini zurich zwolle diff --git a/assets/very-common-long-words.txt b/assets/very-common-long-words.txt new file mode 100644 index 0000000..c93caec --- /dev/null +++ b/assets/very-common-long-words.txt @@ -0,0 +1,8628 @@ +aaron +abandoned +aberdeen +abilities +ability +able +aboriginal +abortion +about +above +abraham +abroad +absence +absent +absolute +absolutely +absorption +abstract +abstracts +abuse +academic +academics +academy +accent +accept +acceptable +acceptance +accepted +accepting +accepts +access +accessed +accessibility +accessible +accessing +accessories +accessory +accident +accidents +accommodate +accommodation +accommodations +accompanied +accompanying +accomplish +accomplished +accordance +according +accordingly +account +accountability +accounting +accounts +accreditation +accredited +accuracy +accurate +accurately +accused +acer +achieve +achieved +achievement +achievements +achieving +acid +acids +acknowledge +acknowledged +acne +acoustic +acquire +acquired +acquisition +acquisitions +acre +acres +acrobat +across +acrylic +acting +action +actions +activated +activation +active +actively +activists +activities +activity +actor +actors +actress +acts +actual +actually +acute +adam +adams +adaptation +adapted +adapter +adapters +adaptive +adaptor +added +addiction +adding +addition +additional +additionally +additions +address +addressed +addresses +addressing +adds +adelaide +adequate +adidas +adjacent +adjust +adjustable +adjusted +adjustment +adjustments +admin +administered +administration +administrative +administrator +administrators +admission +admissions +admit +admitted +adobe +adolescent +adopt +adopted +adoption +adrian +adult +adults +advance +advanced +advancement +advances +advantage +advantages +adventure +adventures +adverse +advert +advertise +advertisement +advertisements +advertiser +advertisers +advertising +advice +advise +advised +advisor +advisors +advisory +advocacy +advocate +aerial +aerospace +affair +affairs +affect +affected +affecting +affects +affiliate +affiliated +affiliates +affiliation +afford +affordable +afghanistan +afraid +africa +african +after +afternoon +afterwards +again +against +aged +agencies +agency +agenda +agent +agents +ages +aggregate +aggressive +aging +agree +agreed +agreement +agreements +agrees +agricultural +agriculture +ahead +aids +aimed +aims +aircraft +airfare +airline +airlines +airplane +airport +airports +alabama +alan +alarm +alaska +albania +albany +albert +alberta +album +albums +albuquerque +alcohol +alert +alerts +alex +alexander +alexandria +alfred +algebra +algeria +algorithm +algorithms +alias +alice +alien +align +alignment +alike +alive +allah +allan +alleged +allen +allergy +alliance +allied +allocated +allocation +allow +allowance +allowed +allowing +allows +alloy +almost +alone +along +alpha +alphabetical +alpine +already +also +alter +altered +alternate +alternative +alternatively +alternatives +although +alto +aluminium +aluminum +alumni +always +amanda +amateur +amazing +amazon +ambassador +amber +ambient +amend +amended +amendment +amendments +amenities +america +american +americans +amino +among +amongst +amount +amounts +amplifier +amsterdam +anaheim +anal +analog +analyses +analysis +analyst +analysts +analytical +analyze +analyzed +anatomy +anchor +ancient +anderson +andorra +andrea +andreas +andrew +andrews +andy +angel +angela +angeles +angels +anger +angle +angola +angry +animal +animals +animated +animation +anime +anna +anne +annex +annie +anniversary +annotated +annotation +announce +announced +announcement +announcements +announces +annoying +annual +annually +anonymous +another +answer +answered +answering +answers +antarctica +antenna +anthony +anthropology +anti +antibodies +antibody +anticipated +antigua +antique +antiques +antivirus +antonio +anxiety +anybody +anymore +anyone +anything +anytime +anyway +anywhere +apache +apart +apartment +apartments +apollo +apparatus +apparel +apparent +apparently +appeal +appeals +appear +appearance +appeared +appearing +appears +appendix +apple +appliance +appliances +applicable +applicant +applicants +application +applications +applied +applies +apply +applying +appointed +appointment +appointments +appraisal +appreciate +appreciated +appreciation +approach +approaches +appropriate +appropriations +approval +approve +approved +approximate +approximately +april +aqua +aquarium +aquatic +arab +arabia +arabic +arbitrary +arbitration +arbor +arcade +arch +architect +architects +architectural +architecture +archive +archived +archives +arctic +area +areas +arena +argentina +argue +argued +argument +arguments +arise +arising +arizona +arkansas +arlington +armed +armenia +armor +arms +armstrong +army +arnold +around +arrange +arranged +arrangement +arrangements +array +arrest +arrested +arrival +arrivals +arrive +arrived +arrives +arrow +arthritis +arthur +article +articles +artificial +artist +artistic +artists +arts +artwork +aruba +asbestos +ascii +ashley +asia +asian +aside +asked +asking +asks +aspect +aspects +assault +assembled +assembly +assess +assessed +assessing +assessment +assessments +asset +assets +assign +assigned +assignment +assignments +assist +assistance +assistant +assisted +assists +associate +associated +associates +association +associations +assume +assumed +assumes +assuming +assumption +assumptions +assurance +assure +assured +asthma +astrology +astronomy +asylum +athens +athletes +athletic +athletics +atlanta +atlantic +atlas +atmosphere +atmospheric +atom +atomic +attach +attached +attachment +attachments +attack +attacked +attacks +attempt +attempted +attempting +attempts +attend +attendance +attended +attending +attention +attitude +attitudes +attorney +attorneys +attract +attraction +attractions +attractive +attribute +attributes +auburn +auckland +auction +auctions +audience +audio +audit +auditor +august +aurora +austin +australia +australian +austria +authentic +authentication +author +authorities +authority +authorization +authorized +authors +auto +automated +automatic +automatically +automation +automobile +automobiles +automotive +autos +autumn +availability +available +avatar +avenue +average +aviation +avoid +avoiding +avon +award +awarded +awards +aware +awareness +away +awesome +awful +axis +azerbaijan +babe +babes +babies +baby +bachelor +back +backed +background +backgrounds +backing +backup +bacon +bacteria +bacterial +badge +badly +baghdad +bags +bahamas +bahrain +bailey +baker +baking +balance +balanced +bald +bali +ball +ballet +balloon +ballot +balls +baltimore +banana +band +bands +bandwidth +bang +bangkok +bangladesh +bank +banking +bankruptcy +banks +banned +banner +banners +baptist +barbados +barbara +barbie +barcelona +bare +barely +bargain +bargains +barn +barnes +barrel +barrier +barriers +barry +bars +base +baseball +based +baseline +basement +bases +basic +basically +basics +basin +basis +basket +basketball +baskets +bass +batch +bath +bathroom +bathrooms +baths +batman +batteries +battery +battle +battlefield +beach +beaches +beads +beam +bean +beans +bear +bearing +bears +beast +beat +beatles +beats +beautiful +beautifully +beauty +beaver +became +because +become +becomes +becoming +bedding +bedford +bedroom +bedrooms +beds +beef +been +beer +before +began +begin +beginner +beginners +beginning +begins +begun +behalf +behavior +behavioral +behaviour +behind +beijing +being +beings +belfast +belgium +belief +beliefs +believe +believed +believes +belize +bell +belle +belly +belong +belongs +below +belt +belts +bench +benchmark +bend +beneath +beneficial +benefit +benefits +benjamin +bennett +bent +benz +berkeley +berlin +bermuda +bernard +berry +beside +besides +best +bestiality +bestsellers +beta +beth +better +betting +betty +between +beverage +beverages +beverly +beyond +bhutan +bias +bible +biblical +bibliographic +bibliography +bicycle +bidder +bidding +bids +bigger +biggest +bike +bikes +bikini +bill +billing +billion +bills +billy +binary +bind +binding +bingo +biodiversity +biographies +biography +biological +biology +bios +biotechnology +bird +birds +birmingham +birth +birthday +bishop +bitch +bite +bits +bizarre +black +blackberry +blackjack +blacks +blade +blades +blah +blair +blake +blame +blank +blanket +blast +bleeding +blend +bless +blessed +blind +blink +block +blocked +blocking +blocks +blog +blogger +bloggers +blogging +blogs +blond +blonde +blood +bloody +bloom +blow +blowing +blowjob +blowjobs +blue +blues +board +boards +boat +boating +boats +bobby +bodies +body +bold +bolivia +bolt +bomb +bond +bondage +bonds +bone +bones +bonus +boob +boobs +book +booking +bookings +bookmark +bookmarks +books +bookstore +boolean +boom +boost +boot +booth +boots +booty +border +borders +bored +boring +born +borough +bosnia +boss +boston +both +bother +botswana +bottle +bottles +bottom +bought +boulder +boulevard +bound +boundaries +boundary +bouquet +boutique +bowl +bowling +boxed +boxes +boxing +boys +bracelet +bracelets +bracket +brad +bradford +brain +brake +brakes +branch +branches +brand +brandon +brands +bras +brass +brave +brazil +brazilian +breach +bread +break +breakdown +breakfast +breaking +breaks +breast +breasts +breath +breathing +breed +breeding +breeds +brian +brick +bridal +bride +bridge +bridges +brief +briefing +briefly +briefs +bright +brighton +brilliant +bring +bringing +brings +brisbane +bristol +britain +britannica +british +broad +broadband +broadcast +broadcasting +broader +broadway +brochure +brochures +broke +broken +broker +brokers +bronze +brook +brooklyn +brooks +brother +brothers +brought +brown +browse +browser +browsers +browsing +bruce +brunei +brunette +brunswick +brush +brussels +brutal +bryan +bryant +bubble +buck +bucks +budapest +buddy +budget +budgets +buffalo +buffer +bugs +build +builder +builders +building +buildings +builds +built +bukkake +bulgaria +bulgarian +bulk +bull +bullet +bulletin +bumper +bunch +bundle +bunny +burden +bureau +buried +burke +burlington +burn +burner +burning +burns +burst +burton +buses +bush +business +businesses +busty +busy +butler +butt +butter +butterfly +button +buttons +butts +buyer +buyers +buying +buys +buzz +byte +bytes +cabin +cabinet +cabinets +cable +cables +cache +cached +cadillac +cafe +cage +cake +cakes +calcium +calculate +calculated +calculation +calculations +calculator +calculators +calendar +calendars +calgary +calibration +california +call +called +calling +calls +calm +calvin +cambodia +cambridge +camcorder +camcorders +came +camel +camera +cameras +cameron +cameroon +camp +campaign +campaigns +campbell +camping +camps +campus +cams +canada +canadian +canal +canberra +cancel +cancellation +cancelled +cancer +candidate +candidates +candle +candles +candy +cannon +canon +cant +canvas +canyon +capabilities +capability +capable +capacity +cape +capital +capitol +caps +captain +capture +captured +carb +carbon +card +cardiac +cardiff +cardiovascular +cards +care +career +careers +careful +carefully +carey +cargo +caribbean +caring +carl +carlo +carlos +carmen +carnival +carol +carolina +caroline +carpet +carried +carrier +carriers +carries +carroll +carry +carrying +cars +cart +carter +cartoon +cartoons +cartridge +cartridges +casa +case +cases +casey +cash +cashiers +casino +casinos +cassette +cast +casting +castle +casual +catalog +catalogs +catalogue +catalyst +catch +categories +category +catering +cathedral +catherine +catholic +cats +cattle +caught +cause +caused +causes +causing +caution +cave +cayman +cedar +ceiling +celebrate +celebration +celebrities +celebrity +celebs +cell +cells +cellular +celtic +cement +cemetery +census +cent +center +centered +centers +central +centre +centres +cents +centuries +century +ceramic +ceremony +certain +certainly +certificate +certificates +certification +certified +chad +chain +chains +chair +chairman +chairs +challenge +challenged +challenges +challenging +chamber +chambers +champagne +champion +champions +championship +championships +chance +chancellor +chances +change +changed +changes +changing +channel +channels +chaos +chapel +chapter +chapters +char +character +characteristic +characteristics +characterization +characterized +characters +charge +charged +charger +chargers +charges +charging +charitable +charity +charles +charleston +charlie +charlotte +charm +charming +charms +chart +charter +charts +chase +chassis +chat +cheap +cheaper +cheapest +cheat +cheats +check +checked +checking +checklist +checkout +checks +cheers +cheese +chef +chelsea +chemical +chemicals +chemistry +cheque +cherry +chess +chest +chester +chevrolet +chevy +chicago +chick +chicken +chicks +chief +child +childhood +children +chile +china +chinese +chip +chips +chocolate +choice +choices +choir +cholesterol +choose +choosing +chorus +chose +chosen +chris +christ +christian +christianity +christians +christina +christine +christmas +christopher +chrome +chronic +chronicle +chronicles +chrysler +chubby +chuck +church +churches +ciao +cigarette +cigarettes +cincinnati +cindy +cinema +circle +circles +circuit +circuits +circular +circulation +circumstances +circus +cisco +citation +citations +cite +cited +cities +citizen +citizens +citizenship +city +civic +civil +civilian +civilization +claim +claimed +claims +claire +clan +clara +clarity +clark +clarke +class +classes +classic +classical +classics +classification +classified +classroom +clause +clay +clean +cleaner +cleaners +cleaning +cleanup +clear +clearance +cleared +clearing +clearly +clerk +cleveland +click +clicking +clicks +client +clients +cliff +climate +climb +climbing +clinic +clinical +clinics +clinton +clip +clips +clock +clocks +clone +close +closed +closely +closer +closes +closest +closing +closure +cloth +clothes +clothing +cloud +clouds +cloudy +club +clubs +cluster +clusters +coach +coaches +coaching +coal +coalition +coast +coastal +coat +coated +coating +cock +cocks +cocktail +code +codes +coding +coffee +cognitive +cohen +coin +coins +cold +cole +coleman +colin +collaboration +collaborative +collapse +collar +colleague +colleagues +collect +collectables +collected +collectible +collectibles +collecting +collection +collections +collective +collector +collectors +college +colleges +collins +cologne +colombia +colon +colonial +colony +color +colorado +colored +colors +colour +colours +columbia +columbus +column +columnists +columns +combat +combination +combinations +combine +combined +combines +combining +combo +come +comedy +comes +comfort +comfortable +comic +comics +coming +command +commander +commands +comment +commentary +commented +comments +commerce +commercial +commission +commissioner +commissioners +commissions +commit +commitment +commitments +committed +committee +committees +commodities +commodity +common +commonly +commons +commonwealth +communicate +communication +communications +communist +communities +community +comp +compact +companies +companion +company +comparable +comparative +compare +compared +comparing +comparison +comparisons +compatibility +compatible +compensation +compete +competent +competing +competition +competitions +competitive +competitors +compilation +compile +compiled +compiler +complaint +complaints +complement +complete +completed +completely +completing +completion +complex +complexity +compliance +compliant +complicated +complications +complimentary +comply +component +components +composed +composer +composite +composition +compound +compounds +comprehensive +compressed +compression +compromise +computation +computational +compute +computed +computer +computers +computing +concentrate +concentration +concentrations +concept +concepts +conceptual +concern +concerned +concerning +concerns +concert +concerts +conclude +concluded +conclusion +conclusions +concord +concrete +condition +conditional +conditioning +conditions +condo +condos +conduct +conducted +conducting +conference +conferences +conferencing +confidence +confident +confidential +confidentiality +configuration +configurations +configure +configured +configuring +confirm +confirmation +confirmed +conflict +conflicts +confused +confusion +congo +congratulations +congress +congressional +conjunction +connect +connected +connecticut +connecting +connection +connections +connectivity +connector +connectors +cons +conscious +consciousness +consecutive +consensus +consent +consequence +consequences +consequently +conservation +conservative +consider +considerable +consideration +considerations +considered +considering +considers +consist +consistency +consistent +consistently +consisting +consists +console +consoles +consolidated +consolidation +consortium +conspiracy +constant +constantly +constitute +constitutes +constitution +constitutional +constraint +constraints +construct +constructed +construction +consult +consultancy +consultant +consultants +consultation +consulting +consumer +consumers +consumption +contact +contacted +contacting +contacts +contain +contained +container +containers +containing +contains +contamination +contemporary +content +contents +contest +contests +context +continent +continental +continually +continue +continued +continues +continuing +continuity +continuous +continuously +contract +contracting +contractor +contractors +contracts +contrary +contrast +contribute +contributed +contributing +contribution +contributions +contributor +contributors +control +controlled +controller +controllers +controlling +controls +controversial +controversy +convenience +convenient +convention +conventional +conventions +convergence +conversation +conversations +conversion +convert +converted +converter +convertible +convicted +conviction +convinced +cook +cookbook +cooked +cookie +cookies +cooking +cool +cooler +cooling +cooper +cooperation +cooperative +coordinate +coordinated +coordinates +coordination +coordinator +cope +copied +copies +copper +copy +copying +copyright +copyrighted +copyrights +coral +cord +cordless +core +cork +corn +cornell +corner +corners +cornwall +corporate +corporation +corporations +corps +corpus +correct +corrected +correction +corrections +correctly +correlation +correspondence +corresponding +corruption +cosmetic +cosmetics +cost +costa +costs +costume +costumes +cottage +cottages +cotton +could +council +councils +counsel +counseling +count +counted +counter +counters +counties +counting +countries +country +counts +county +couple +coupled +couples +coupon +coupons +courage +courier +course +courses +court +courtesy +courts +cove +cover +coverage +covered +covering +covers +cowboy +crack +cradle +craft +crafts +craig +crap +craps +crash +crawford +crazy +cream +create +created +creates +creating +creation +creations +creative +creativity +creator +creature +creatures +credit +credits +creek +crest +crew +cricket +crime +crimes +criminal +crisis +criteria +criterion +critical +criticism +critics +croatia +crop +crops +cross +crossing +crossword +crowd +crown +crucial +crude +cruise +cruises +cruz +crystal +cuba +cube +cubic +cuisine +cult +cultural +culture +cultures +cumulative +cunt +cups +cure +curious +currencies +currency +current +currently +curriculum +cursor +curve +curves +custody +custom +customer +customers +customise +customize +customized +customs +cute +cuts +cutting +cyber +cycle +cycles +cycling +cylinder +cyprus +czech +daddy +daily +dairy +daisy +dakota +dale +dallas +damage +damaged +damages +dame +damn +dana +dance +dancing +danger +dangerous +daniel +danish +danny +dans +dare +dark +darkness +darwin +dash +data +database +databases +date +dated +dates +dating +daughter +daughters +dave +david +davidson +davis +dawn +days +dayton +dead +deadline +deadly +deaf +deal +dealer +dealers +dealing +deals +dealt +dean +dear +death +deaths +debate +deborah +debt +debug +debut +decade +decades +december +decent +decide +decided +decimal +decision +decisions +deck +declaration +declare +declared +decline +declined +decor +decorating +decorative +decrease +decreased +dedicated +deemed +deep +deeper +deeply +deer +default +defeat +defects +defence +defend +defendant +defense +defensive +deferred +deficit +define +defined +defines +defining +definitely +definition +definitions +degree +degrees +delaware +delay +delayed +delays +delegation +delete +deleted +delhi +delicious +delight +deliver +delivered +delivering +delivers +delivery +dell +delta +deluxe +demand +demanding +demands +demo +democracy +democrat +democratic +democrats +demographic +demonstrate +demonstrated +demonstrates +demonstration +denial +denied +denmark +dennis +dense +density +dental +dentists +denver +deny +department +departmental +departments +departure +depend +dependence +dependent +depending +depends +deployment +deposit +deposits +depot +depression +dept +depth +deputy +derby +derek +derived +descending +describe +described +describes +describing +description +descriptions +desert +deserve +design +designated +designation +designed +designer +designers +designing +designs +desirable +desire +desired +desk +desktop +desktops +desperate +despite +destination +destinations +destiny +destroy +destroyed +destruction +detail +detailed +details +detect +detected +detection +detective +detector +determination +determine +determined +determines +determining +detroit +deutsch +deutsche +deutschland +devel +develop +developed +developer +developers +developing +development +developmental +developments +develops +deviant +deviation +device +devices +devil +devon +devoted +diabetes +diagnosis +diagnostic +diagram +dial +dialog +dialogue +diameter +diamond +diamonds +diana +diane +diary +dice +dick +dicks +dictionaries +dictionary +died +diego +dies +diesel +diet +dietary +differ +difference +differences +different +differential +differently +difficult +difficulties +difficulty +digest +digit +digital +dildo +dildos +dimension +dimensional +dimensions +dining +dinner +diploma +direct +directed +direction +directions +directive +directly +director +directories +directors +directory +dirt +dirty +disabilities +disability +disable +disabled +disagree +disappointed +disaster +disc +discharge +disciplinary +discipline +disciplines +disclaimer +disclaimers +disclose +disclosure +disco +discount +discounted +discounts +discover +discovered +discovery +discrete +discretion +discrimination +discs +discuss +discussed +discusses +discussing +discussion +discussions +disease +diseases +dish +dishes +disk +disks +disney +disorder +disorders +dispatch +dispatched +display +displayed +displaying +displays +disposal +disposition +dispute +disputes +distance +distances +distant +distinct +distinction +distinguished +distribute +distributed +distribution +distributions +distributor +distributors +district +districts +disturbed +dive +diverse +diversity +divide +divided +dividend +divine +diving +division +divisions +divorce +dock +docs +doctor +doctors +doctrine +document +documentary +documentation +documented +documents +dodge +does +dogs +doing +doll +dollar +dollars +dolls +domain +domains +dome +domestic +dominant +dominican +donald +donate +donated +donation +donations +done +donna +donor +donors +doom +door +doors +dosage +dose +double +doubt +doug +douglas +dover +down +download +downloadable +downloaded +downloading +downloads +downtown +dozen +dozens +draft +drag +dragon +drain +drainage +drama +dramatic +dramatically +draw +drawing +drawings +drawn +draws +dream +dreams +dress +dressed +dresses +dressing +drew +dried +drill +drilling +drink +drinking +drinks +drive +driven +driver +drivers +drives +driving +drop +dropped +drops +drove +drug +drugs +drum +drums +drunk +dryer +dual +dubai +dublin +duck +dude +duke +dumb +dump +duncan +duplicate +durable +duration +durham +during +dust +dutch +duties +duty +dying +dylan +dynamic +dynamics +each +eagle +eagles +earl +earlier +earliest +early +earn +earned +earning +earnings +earrings +ears +earth +earthquake +ease +easier +easily +east +easter +eastern +easy +eating +ebony +ebook +ebooks +echo +eclipse +ecological +ecology +economic +economics +economies +economy +ecuador +eddie +eden +edgar +edge +edges +edinburgh +edit +edited +editing +edition +editions +editor +editorial +editorials +editors +edmonton +educated +education +educational +educators +edward +edwards +effect +effective +effectively +effectiveness +effects +efficiency +efficient +efficiently +effort +efforts +eggs +egypt +egyptian +eight +either +ejaculation +elder +elderly +elect +elected +election +elections +electoral +electric +electrical +electricity +electro +electron +electronic +electronics +elegant +element +elementary +elements +elephant +elevation +eleven +eligibility +eligible +eliminate +elimination +elite +elizabeth +ellen +elliott +ellis +else +elsewhere +elvis +emacs +email +emails +embassy +embedded +emerald +emergency +emerging +emily +emirates +emission +emissions +emma +emotional +emotions +emperor +emphasis +empire +empirical +employ +employed +employee +employees +employer +employers +employment +empty +enable +enabled +enables +enabling +enclosed +enclosure +encoding +encounter +encountered +encourage +encouraged +encourages +encouraging +encryption +encyclopedia +endangered +ended +ending +endless +endorsed +endorsement +ends +enemies +enemy +energy +enforcement +engage +engaged +engagement +engaging +engine +engineer +engineering +engineers +engines +england +english +enhance +enhanced +enhancement +enhancements +enhancing +enjoy +enjoyed +enjoying +enlarge +enlargement +enormous +enough +enquiries +enquiry +enrolled +enrollment +ensemble +ensure +ensures +ensuring +enter +entered +entering +enterprise +enterprises +enters +entertaining +entertainment +entire +entirely +entities +entitled +entity +entrance +entrepreneur +entrepreneurs +entries +entry +envelope +environment +environmental +environments +enzyme +epic +episode +episodes +epson +equal +equality +equally +equation +equations +equilibrium +equipment +equipped +equity +equivalent +eric +ericsson +erotic +erotica +error +errors +escape +escort +escorts +especially +essay +essays +essence +essential +essentially +essentials +essex +establish +established +establishing +establishment +estate +estates +estimate +estimated +estimates +estimation +estonia +eternal +ethernet +ethical +ethics +ethiopia +ethnic +eugene +euro +europe +european +euros +evaluate +evaluated +evaluating +evaluation +evaluations +evanescence +evans +even +evening +event +events +eventually +ever +every +everybody +everyday +everyone +everything +everywhere +evidence +evident +evil +evolution +exact +exactly +exam +examination +examinations +examine +examined +examines +examining +example +examples +exams +exceed +excel +excellence +excellent +except +exception +exceptional +exceptions +excerpt +excess +excessive +exchange +exchanges +excited +excitement +exciting +exclude +excluded +excluding +exclusion +exclusive +exclusively +excuse +exec +execute +executed +execution +executive +executives +exempt +exemption +exercise +exercises +exhaust +exhibit +exhibition +exhibitions +exhibits +exist +existed +existence +existing +exists +exit +exotic +expand +expanded +expanding +expansion +expect +expectations +expected +expects +expenditure +expenditures +expense +expenses +expensive +experience +experienced +experiences +experiencing +experiment +experimental +experiments +expert +expertise +experts +expiration +expired +expires +explain +explained +explaining +explains +explanation +explicit +explicitly +exploration +explore +explorer +exploring +explosion +expo +export +exports +exposed +exposure +express +expressed +expression +expressions +extend +extended +extending +extends +extension +extensions +extensive +extent +exterior +external +extra +extract +extraction +extraordinary +extras +extreme +extremely +eyed +eyes +fabric +fabrics +fabulous +face +faced +faces +facial +facilitate +facilities +facility +facing +fact +factor +factors +factory +facts +faculty +fail +failed +failing +fails +failure +failures +fair +fairfield +fairly +fairy +faith +fake +fall +fallen +falling +falls +false +fame +familiar +families +family +famous +fancy +fans +fantastic +fantasy +fare +fares +farm +farmer +farmers +farming +farms +fascinating +fashion +fast +faster +fastest +fatal +fate +father +fathers +fatty +fault +favor +favorite +favorites +favors +favour +favourite +favourites +fear +fears +feat +feature +featured +features +featuring +february +federal +federation +feed +feedback +feeding +feeds +feel +feeling +feelings +feels +fees +feet +fell +fellow +fellowship +felt +female +females +fence +ferrari +ferry +festival +festivals +fetish +fever +fewer +fiber +fibre +fiction +field +fields +fifteen +fifth +fifty +fight +fighter +fighters +fighting +figure +figured +figures +fiji +file +filed +filename +files +filing +fill +filled +filling +film +films +filter +filtering +filters +final +finally +finals +finance +finances +financial +financing +find +finder +finding +findings +finds +fine +finest +finger +fingering +fingers +finish +finished +finishing +finite +finland +finnish +fire +fired +fireplace +fires +firewall +firm +firms +firmware +first +fiscal +fish +fisher +fisheries +fishing +fist +fisting +fitness +fits +fitted +fitting +five +fixed +fixes +fixtures +flag +flags +flame +flash +flashers +flashing +flat +flavor +fleece +fleet +flesh +flex +flexibility +flexible +flight +flights +flip +float +floating +flood +floor +flooring +floors +floppy +floral +florence +florida +florist +florists +flour +flow +flower +flowers +flows +floyd +fluid +flush +flux +flyer +flying +foam +focal +focus +focused +focuses +focusing +fold +folder +folders +folding +folk +folks +follow +followed +following +follows +font +fonts +food +foods +fool +foot +footage +football +footwear +forbes +forbidden +force +forced +forces +ford +forecast +forecasts +foreign +forest +forestry +forests +forever +forge +forget +forgot +forgotten +fork +form +formal +format +formation +formats +formatting +formed +former +formerly +forming +forms +formula +fort +forth +fortune +forty +forum +forums +forward +forwarding +fossil +foster +fought +foul +found +foundation +foundations +founded +founder +fountain +four +fourth +fraction +fragrance +fragrances +frame +framed +frames +framework +framing +france +franchise +francis +francisco +frank +frankfurt +franklin +fraser +fraud +fred +frederick +free +freedom +freelance +freely +freeware +freeze +freight +french +frequencies +frequency +frequent +frequently +fresh +friday +fridge +friend +friendly +friends +friendship +frog +from +front +frontier +frost +frozen +fruit +fruits +fuck +fucked +fucking +fuel +fuji +fujitsu +full +fully +function +functional +functionality +functioning +functions +fund +fundamental +fundamentals +funded +funding +fundraising +funds +funeral +funk +funky +funny +furnished +furnishings +furniture +further +furthermore +fusion +future +futures +fuzzy +gabriel +gadgets +gage +gain +gained +gains +galaxy +gale +galleries +gallery +gambling +game +games +gaming +gamma +gang +gangbang +gaps +garage +garbage +garden +gardening +gardens +garlic +gary +gasoline +gate +gates +gateway +gather +gathered +gathering +gauge +gave +gays +gazette +gear +geek +gender +gene +genealogy +general +generally +generate +generated +generates +generating +generation +generations +generator +generators +generic +generous +genes +genesis +genetic +genetics +geneva +genius +genome +genre +genres +gentle +gentleman +gently +genuine +geographic +geographical +geography +geological +geology +geometry +george +georgia +gerald +german +germany +gets +getting +ghana +ghost +giant +giants +gibraltar +gibson +gift +gifts +gilbert +girl +girlfriend +girls +give +given +gives +giving +glad +glance +glasgow +glass +glasses +glen +glenn +global +globe +glory +glossary +gloves +glow +glucose +gnome +goal +goals +goat +gods +goes +going +gold +golden +golf +gone +gonna +good +goods +google +gordon +gore +gorgeous +gospel +gossip +gothic +gotta +gotten +gourmet +governance +governing +government +governmental +governments +governor +grab +grace +grad +grade +grades +gradually +graduate +graduated +graduates +graduation +graham +grain +grammar +grams +grand +grande +granny +grant +granted +grants +graph +graphic +graphical +graphics +graphs +gras +grass +grateful +gratis +gratuit +grave +gravity +gray +great +greater +greatest +greatly +greece +greek +green +greene +greenhouse +greensboro +greeting +greetings +greg +gregory +grenada +grew +grey +grid +griffin +grill +grip +grocery +groove +gross +ground +grounds +group +groups +grove +grow +growing +grown +grows +growth +guam +guarantee +guaranteed +guarantees +guard +guardian +guards +guatemala +guess +guest +guestbook +guests +guidance +guide +guided +guidelines +guides +guild +guilty +guinea +guitar +guitars +gulf +guns +guru +guyana +guys +habitat +habits +hack +hacker +hair +hairy +haiti +half +halifax +hall +halloween +halo +hamburg +hamilton +hammer +hampshire +hampton +hand +handbags +handbook +handed +handheld +handhelds +handle +handled +handles +handling +handmade +hands +handy +hang +hanging +hans +happen +happened +happening +happens +happiness +happy +harassment +harbor +harbour +hard +hardcore +hardcover +harder +hardly +hardware +hardwood +harley +harm +harmful +harmony +harold +harper +harris +harrison +harry +hart +hartford +harvard +harvest +harvey +hash +hate +hats +have +haven +having +hawaii +hawaiian +hawk +hayes +hazard +hazardous +hazards +head +headed +header +headers +heading +headline +headlines +headphones +headquarters +heads +headset +healing +health +healthcare +healthy +hear +heard +hearing +hearings +heart +hearts +heat +heated +heater +heath +heather +heating +heaven +heavily +heavy +hebrew +heel +height +heights +held +helen +helena +helicopter +hell +hello +helmet +help +helped +helpful +helping +helps +hence +henderson +henry +hepatitis +herald +herb +herbal +herbs +here +hereby +herein +heritage +hero +heroes +herself +hewlett +hidden +hide +hierarchy +high +higher +highest +highland +highlight +highlighted +highlights +highly +highs +highway +highways +hiking +hill +hills +hilton +himself +hindu +hint +hints +hire +hired +hiring +hispanic +hist +historic +historical +history +hitachi +hits +hitting +hobbies +hobby +hockey +hold +holder +holders +holding +holdings +holds +hole +holes +holiday +holidays +holland +hollow +holly +hollywood +holmes +holocaust +holy +home +homeland +homeless +homepage +homes +hometown +homework +honda +honduras +honest +honey +hong +honolulu +honor +honors +hood +hook +hope +hoped +hopefully +hopes +hoping +hopkins +horizon +horizontal +hormone +horn +horny +horrible +horror +horse +horses +hose +hospital +hospitality +hospitals +host +hosted +hostel +hostels +hosting +hosts +hotel +hotels +hottest +hour +hourly +hours +house +household +households +houses +housewives +housing +houston +howard +however +hudson +huge +hugh +hughes +hugo +hull +human +humanitarian +humanities +humanity +humans +humidity +humor +hundred +hundreds +hung +hungarian +hungary +hunger +hungry +hunt +hunter +hunting +huntington +hurricane +hurt +husband +hybrid +hydraulic +hydrogen +hygiene +hypothesis +hypothetical +hyundai +iceland +icon +icons +idaho +idea +ideal +ideas +identical +identification +identified +identifier +identifies +identify +identifying +identity +idle +idol +ignore +ignored +illegal +illinois +illness +illustrated +illustration +illustrations +image +images +imagination +imagine +imaging +immediate +immediately +immigrants +immigration +immune +immunology +impact +impacts +impaired +imperial +implement +implementation +implemented +implementing +implications +implied +implies +import +importance +important +importantly +imported +imports +impose +imposed +impossible +impressed +impression +impressive +improve +improved +improvement +improvements +improving +inappropriate +inbox +incentive +incentives +incest +inch +inches +incidence +incident +incidents +incl +include +included +includes +including +inclusion +inclusive +income +incoming +incomplete +incorporate +incorporated +incorrect +increase +increased +increases +increasing +increasingly +incredible +incurred +indeed +independence +independent +independently +index +indexed +indexes +india +indian +indiana +indianapolis +indians +indicate +indicated +indicates +indicating +indication +indicator +indicators +indices +indie +indigenous +indirect +individual +individually +individuals +indonesia +indonesian +indoor +induced +induction +industrial +industries +industry +inexpensive +infant +infants +infected +infection +infections +infectious +infinite +inflation +influence +influenced +influences +info +inform +informal +information +informational +informative +informed +infrared +infrastructure +infringement +ingredients +inherited +initial +initially +initiated +initiative +initiatives +injection +injured +injuries +injury +inkjet +inline +inner +innocent +innovation +innovations +innovative +inns +input +inputs +inquire +inquiries +inquiry +insects +insert +inserted +insertion +inside +insider +insight +insights +inspection +inspections +inspector +inspiration +inspired +install +installation +installations +installed +installing +instance +instances +instant +instantly +instead +institute +institutes +institution +institutional +institutions +instruction +instructional +instructions +instructor +instructors +instrument +instrumental +instrumentation +instruments +insulation +insulin +insurance +insured +intake +integer +integral +integrate +integrated +integrating +integration +integrity +intel +intellectual +intelligence +intelligent +intend +intended +intense +intensity +intensive +intent +intention +inter +interact +interaction +interactions +interactive +interest +interested +interesting +interests +interface +interfaces +interference +interim +interior +intermediate +internal +international +internationally +internet +internship +interpretation +interpreted +interracial +intersection +interstate +interval +intervals +intervention +interventions +interview +interviews +intimate +into +intranet +intro +introduce +introduced +introduces +introducing +introduction +introductory +invalid +invasion +invention +inventory +invest +investigate +investigated +investigation +investigations +investigator +investigators +investing +investment +investments +investor +investors +invisible +invitation +invitations +invite +invited +invoice +involve +involved +involvement +involves +involving +iowa +iran +iraq +iraqi +ireland +irish +iron +irrigation +isaac +isbn +islam +islamic +island +islands +isle +isolated +isolation +israel +israeli +issue +issued +issues +istanbul +italia +italian +italic +italy +item +items +itself +ivory +jack +jacket +jackets +jackie +jackson +jacksonville +jacob +jade +jaguar +jail +jake +jamaica +james +jamie +jane +janet +january +japan +japanese +jason +java +jazz +jean +jeans +jeep +jeff +jefferson +jeffrey +jennifer +jenny +jeremy +jerry +jersey +jerusalem +jesse +jessica +jesus +jets +jewel +jewellery +jewelry +jewish +jews +jill +jimmy +joan +jobs +joel +john +johnny +johns +johnson +johnston +join +joined +joining +joins +joint +joke +jokes +jonathan +jones +jordan +jose +joseph +josh +joshua +journal +journalism +journalist +journalists +journals +journey +joyce +juan +judge +judges +judgment +judicial +judy +juice +julia +julian +julie +july +jump +jumping +junction +june +jungle +junior +junk +jurisdiction +jury +just +justice +justify +justin +juvenile +kansas +karaoke +karen +karl +karma +kate +kathy +katie +katrina +kazakhstan +keen +keep +keeping +keeps +keith +kelly +kennedy +kenneth +kenny +keno +kent +kentucky +kenya +kept +kernel +kerry +kevin +keyboard +keyboards +keys +keyword +keywords +kick +kidney +kids +kill +killed +killer +killing +kills +kilometers +kinase +kind +kinda +kinds +king +kingdom +kings +kingston +kirk +kiss +kissing +kitchen +kits +kitty +klein +knee +knew +knife +knight +knights +knit +knitting +knives +knock +know +knowing +knowledge +known +knows +kodak +kong +korea +korean +kruger +kurt +kuwait +kyle +label +labeled +labels +labor +laboratories +laboratory +labour +labs +lace +lack +ladder +laden +ladies +lady +lafayette +laid +lake +lakes +lamb +lambda +lamp +lamps +lancaster +lance +land +landing +lands +landscape +landscapes +lane +lanes +lang +language +languages +lanka +laos +laptop +laptops +large +largely +larger +largest +larry +laser +last +lasting +late +lately +later +latest +latex +latin +latina +latinas +latino +latitude +latter +latvia +lauderdale +laugh +laughing +launch +launched +launches +laundry +laura +lauren +lawn +lawrence +laws +lawsuit +lawyer +lawyers +layer +layers +layout +lazy +lead +leader +leaders +leadership +leading +leads +leaf +league +lean +learn +learned +learners +learning +lease +leasing +least +leather +leave +leaves +leaving +lebanon +lecture +lectures +leeds +left +legacy +legal +legally +legend +legendary +legends +legislation +legislative +legislature +legitimate +legs +leisure +lemon +lender +lenders +lending +length +lens +lenses +leon +leonard +leone +lesbian +lesbians +leslie +less +lesser +lesson +lessons +lets +letter +letters +letting +level +levels +levy +lewis +lexington +liabilities +liability +liable +liberal +liberia +liberty +librarian +libraries +library +libs +licence +license +licensed +licenses +licensing +licking +liechtenstein +lies +life +lifestyle +lifetime +lift +light +lighter +lighting +lightning +lights +lightweight +like +liked +likelihood +likely +likes +likewise +lime +limit +limitation +limitations +limited +limiting +limits +limousines +lincoln +linda +lindsay +line +linear +lined +lines +lingerie +link +linked +linking +links +lion +lions +lips +liquid +lisa +list +listed +listen +listening +listing +listings +lists +lite +literacy +literally +literary +literature +lithuania +litigation +little +live +lived +liver +liverpool +lives +livestock +living +lloyd +load +loaded +loading +loads +loan +loans +lobby +local +locale +locally +locate +located +location +locations +locator +lock +locked +locking +locks +lodge +lodging +logan +logged +logging +logic +logical +login +logistics +logo +logos +logs +lolita +london +lone +lonely +long +longer +longest +longitude +look +looked +looking +looks +lookup +loop +loops +loose +lord +lose +losing +loss +losses +lost +lots +lottery +lotus +loud +louis +louise +louisiana +louisville +lounge +love +loved +lovely +lover +lovers +loves +loving +lower +lowest +lows +lucas +lucia +luck +lucky +lucy +luggage +luis +luke +lunch +lung +luther +luxembourg +luxury +lying +lynn +lyric +lyrics +macedonia +machine +machinery +machines +macintosh +macro +madagascar +made +madison +madness +madonna +madrid +magazine +magazines +magic +magical +magnet +magnetic +magnificent +magnitude +maiden +mail +mailed +mailing +mailman +mails +main +maine +mainland +mainly +mainstream +maintain +maintained +maintaining +maintains +maintenance +major +majority +make +maker +makers +makes +makeup +making +malawi +malaysia +maldives +male +males +mali +mall +malpractice +malta +mambo +manage +managed +management +manager +managers +managing +manchester +mandate +mandatory +manga +manhattan +manitoba +manner +manor +manual +manually +manuals +manufacture +manufactured +manufacturer +manufacturers +manufacturing +many +maple +mapping +maps +marathon +marble +marc +march +marco +marcus +mardi +margaret +margin +maria +marie +marijuana +marilyn +marina +marine +mario +marion +maritime +mark +marked +marker +markers +market +marketing +marketplace +markets +marking +marks +marriage +married +marriott +mars +marsh +marshall +mart +martha +martial +martin +marvel +mary +maryland +mask +mason +mass +massachusetts +massage +massive +master +masters +masturbating +masturbation +match +matched +matches +matching +mate +material +materials +maternity +math +mathematical +mathematics +mating +matrix +mats +matt +matter +matters +matthew +mattress +mature +maui +mauritius +maximize +maximum +maybe +mayor +mazda +mcdonald +meal +meals +mean +meaning +meaningful +means +meant +meanwhile +measure +measured +measurement +measurements +measures +measuring +meat +mechanical +mechanics +mechanism +mechanisms +medal +media +median +medicaid +medical +medicare +medication +medications +medicine +medicines +medieval +meditation +mediterranean +medium +meet +meeting +meetings +meets +meetup +mega +melbourne +melissa +member +members +membership +membrane +memo +memorabilia +memorial +memories +memory +memphis +mens +ment +mental +mention +mentioned +mentor +menu +menus +mercedes +merchandise +merchant +merchants +mercury +mercy +mere +merely +merge +merger +merit +merry +mesa +mesh +mess +message +messages +messaging +messenger +meta +metabolism +metal +metallic +metals +meter +meters +method +methodology +methods +metres +metric +metro +metropolitan +mexican +mexico +miami +mice +michael +michel +michelle +michigan +micro +microphone +microsoft +microwave +middle +midi +midlands +midnight +midwest +might +mighty +migration +mike +milan +mild +mile +mileage +miles +military +milk +mill +millennium +miller +million +millions +mills +milton +milwaukee +mime +mind +minds +mine +mineral +minerals +mines +mini +miniature +minimal +minimize +minimum +mining +minister +ministers +ministries +ministry +minneapolis +minnesota +minor +minority +mint +minus +minute +minutes +miracle +mirror +mirrors +miscellaneous +miss +missed +missile +missing +mission +missions +mississippi +missouri +mistake +mistakes +mistress +mitchell +mixed +mixer +mixing +mixture +mobile +mobiles +mobility +mode +model +modeling +modelling +models +modem +modems +moderate +moderator +moderators +modern +modes +modification +modifications +modified +modify +mods +modular +module +modules +moisture +mold +molecular +molecules +moment +moments +momentum +moms +monaco +monday +monetary +money +mongolia +monica +monitor +monitored +monitoring +monitors +monkey +mono +monroe +monster +monsters +montana +monte +montgomery +month +monthly +months +montreal +mood +moon +moore +moral +more +moreover +morgan +morning +morocco +morris +morrison +mortality +mortgage +mortgages +moscow +moses +moss +most +mostly +motel +motels +mother +motherboard +mothers +motion +motivated +motivation +motor +motorcycle +motorcycles +motorola +motors +mount +mountain +mountains +mounted +mounting +mounts +mouse +mouth +move +moved +movement +movements +movers +moves +movie +movies +moving +mozambique +much +multi +multimedia +multiple +munich +municipal +municipality +murder +murphy +murray +muscle +muscles +museum +museums +music +musical +musician +musicians +muslim +muslims +must +mustang +mutual +myanmar +myrtle +myself +mysterious +mystery +myth +nail +nails +naked +name +named +namely +names +namespace +namibia +nancy +naples +narrative +narrow +nashville +nasty +nathan +nation +national +nationally +nations +nationwide +native +nato +natural +naturally +naturals +nature +naughty +naval +navigate +navigation +navigator +navy +near +nearby +nearest +nearly +nebraska +necessarily +necessary +necessity +neck +necklace +need +needed +needle +needs +negative +negotiation +negotiations +neighbor +neighborhood +neighbors +neil +neither +nelson +neon +nepal +nerve +nervous +nest +nested +netherlands +netscape +network +networking +networks +neural +neutral +nevada +never +nevertheless +newark +newbie +newcastle +newer +newest +newfoundland +newly +newman +newport +news +newsletter +newsletters +newspaper +newspapers +newton +next +niagara +nicaragua +nice +nicholas +nick +nickel +nickname +nicole +niger +nigeria +night +nightlife +nightmare +nights +nike +nine +nintendo +nipple +nipples +nirvana +nissan +nitrogen +noble +nobody +node +nodes +noise +nominated +nomination +nominations +none +nonprofit +noon +norfolk +norm +normal +normally +norman +north +northeast +northern +northwest +norton +norway +norwegian +nose +note +notebook +notebooks +noted +notes +nothing +notice +noticed +notices +notification +notifications +notified +notify +notion +notre +nottingham +nova +novel +novels +novelty +november +nowhere +nuclear +nude +nudist +nudity +nuke +null +number +numbers +numeric +numerical +numerous +nurse +nursery +nurses +nursing +nutrition +nutritional +nuts +nylon +oakland +oaks +oasis +obesity +obituaries +object +objective +objectives +objects +obligation +obligations +observation +observations +observe +observed +observer +obtain +obtained +obtaining +obvious +obviously +occasion +occasional +occasionally +occasions +occupation +occupational +occupations +occupied +occur +occurred +occurrence +occurring +occurs +ocean +october +odds +offense +offensive +offer +offered +offering +offerings +offers +office +officer +officers +offices +official +officially +officials +offline +offset +offshore +often +ohio +oils +okay +oklahoma +older +oldest +olive +oliver +olympic +olympics +olympus +omaha +oman +omega +omissions +once +ones +ongoing +onion +online +only +ontario +onto +oops +open +opened +opening +openings +opens +opera +operate +operated +operates +operating +operation +operational +operations +operator +operators +opinion +opinions +opponent +opponents +opportunities +opportunity +opposed +opposite +opposition +optical +optics +optimal +optimization +optimize +optimum +option +optional +options +oracle +oral +orange +orbit +orchestra +order +ordered +ordering +orders +ordinance +ordinary +oregon +organ +organic +organisation +organisations +organised +organisms +organization +organizational +organizations +organize +organized +organizer +organizing +orgasm +orgy +oriental +orientation +oriented +origin +original +originally +origins +orlando +orleans +oscar +other +others +otherwise +ottawa +ought +ours +ourselves +outcome +outcomes +outdoor +outdoors +outer +outlet +outlets +outline +outlined +outlook +output +outputs +outreach +outside +outsourcing +outstanding +oval +oven +over +overall +overcome +overhead +overnight +overseas +overview +owen +owned +owner +owners +ownership +owns +oxford +oxide +oxygen +ozone +pace +pacific +pack +package +packages +packaging +packard +packed +packet +packets +packing +packs +pads +page +pages +paid +pain +painful +paint +paintball +painted +painting +paintings +pair +pairs +pakistan +palace +pale +palestine +palestinian +palm +palmer +pamela +panama +panasonic +panel +panels +panic +panties +pants +pantyhose +paper +paperback +paperbacks +papers +papua +para +parade +paradise +paragraph +paragraphs +paraguay +parallel +parameter +parameters +parcel +parent +parental +parenting +parents +paris +parish +park +parker +parking +parks +parliament +parliamentary +part +partial +partially +participant +participants +participate +participated +participating +participation +particle +particles +particular +particularly +parties +partition +partly +partner +partners +partnership +partnerships +parts +party +paso +pass +passage +passed +passenger +passengers +passes +passing +passion +passive +passport +password +passwords +past +pasta +paste +pastor +patch +patches +patent +patents +path +pathology +paths +patient +patients +patio +patricia +patrick +patrol +pattern +patterns +paul +pavilion +payable +payday +paying +payment +payments +payroll +pays +peace +peaceful +peak +pearl +peas +pediatric +peeing +peer +peers +penalties +penalty +pencil +pendant +pending +penetration +penguin +peninsula +penis +penn +pennsylvania +penny +pens +pension +pensions +pentium +people +peoples +pepper +perceived +percent +percentage +perception +perfect +perfectly +perform +performance +performances +performed +performer +performing +performs +perfume +perhaps +period +periodic +periodically +periods +peripheral +peripherals +permalink +permanent +permission +permissions +permit +permits +permitted +perry +persian +persistent +person +personal +personality +personalized +personally +personals +personnel +persons +perspective +perspectives +perth +peru +pest +pete +peter +petersburg +peterson +petite +petition +petroleum +pets +phantom +pharmaceutical +pharmaceuticals +pharmacies +pharmacology +pharmacy +phase +phases +phenomenon +phil +philadelphia +philip +philippines +phillips +philosophy +phoenix +phone +phones +photo +photograph +photographer +photographers +photographic +photographs +photography +photos +phrase +phrases +physical +physically +physician +physicians +physics +physiology +piano +pick +picked +picking +picks +pickup +picnic +pics +picture +pictures +piece +pieces +pierce +pierre +pike +pill +pillow +pills +pilot +pine +ping +pink +pins +pioneer +pipe +pipeline +pipes +pirates +piss +pissing +pitch +pittsburgh +pixel +pixels +pizza +place +placed +placement +places +placing +plain +plains +plaintiff +plan +plane +planes +planet +planets +planned +planner +planners +planning +plans +plant +plants +plasma +plastic +plastics +plate +plates +platform +platforms +platinum +play +playback +playboy +played +player +players +playing +playlist +plays +plaza +pleasant +please +pleased +pleasure +pledge +plenty +plot +plots +plug +plugin +plugins +plumbing +plus +plymouth +pocket +pockets +podcast +podcasts +poem +poems +poet +poetry +point +pointed +pointer +pointing +points +poison +poker +poland +polar +pole +police +policies +policy +polish +polished +political +politicians +politics +poll +polls +pollution +polo +poly +polyester +polymer +polyphonic +pond +pontiac +pool +pools +poor +pope +popular +popularity +population +populations +porcelain +pork +porn +porno +porsche +port +portable +portal +porter +portfolio +portion +portions +portland +portrait +portraits +ports +portsmouth +portugal +portuguese +pose +posing +position +positioning +positions +positive +possess +possession +possibilities +possibility +possible +possibly +post +postage +postal +postcard +postcards +posted +poster +posters +posting +postings +posts +potato +potatoes +potential +potentially +potter +pottery +poultry +pound +pounds +pour +poverty +powder +powell +power +powered +powerful +powers +practical +practice +practices +practitioner +practitioners +prague +prairie +praise +pray +prayer +prayers +preceding +precious +precipitation +precise +precisely +precision +predict +predicted +prediction +predictions +prefer +preference +preferences +preferred +prefers +prefix +pregnancy +pregnant +preliminary +premier +premiere +premises +premium +prep +prepaid +preparation +prepare +prepared +preparing +prerequisite +prescribed +prescription +presence +present +presentation +presentations +presented +presenting +presently +presents +preservation +preserve +president +presidential +press +pressed +pressing +pressure +preston +pretty +prevent +preventing +prevention +preview +previews +previous +previously +price +priced +prices +pricing +pride +priest +primarily +primary +prime +prince +princess +princeton +principal +principle +principles +print +printable +printed +printer +printers +printing +prints +prior +priorities +priority +prison +prisoner +prisoners +privacy +private +privilege +privileges +prix +prize +prizes +probability +probably +probe +problem +problems +procedure +procedures +proceed +proceeding +proceedings +proceeds +process +processed +processes +processing +processor +processors +procurement +produce +produced +producer +producers +produces +producing +product +production +productions +productive +productivity +products +profession +professional +professionals +professor +profile +profiles +profit +profits +program +programme +programmer +programmers +programmes +programming +programs +progress +progressive +prohibited +project +projected +projection +projector +projectors +projects +prominent +promise +promised +promises +promising +promo +promote +promoted +promotes +promoting +promotion +promotional +promotions +prompt +promptly +proof +proper +properly +properties +property +prophet +proportion +proposal +proposals +propose +proposed +proposition +proprietary +pros +prospect +prospective +prospects +prostate +protect +protected +protecting +protection +protective +protein +proteins +protest +protocol +protocols +prototype +proud +proudly +prove +proved +proven +provide +provided +providence +provider +providers +provides +providing +province +provinces +provincial +provision +provisions +proxy +prozac +psychiatry +psychological +psychology +public +publication +publications +publicity +publicly +publish +published +publisher +publishers +publishing +pubs +puerto +pull +pulled +pulling +pulse +pump +pumps +punch +punishment +punk +pupils +puppy +purchase +purchased +purchases +purchasing +pure +purple +purpose +purposes +purse +pursuant +pursue +pursuit +push +pushed +pushing +pussy +puts +putting +puzzle +puzzles +python +qatar +quad +qualification +qualifications +qualified +qualify +qualifying +qualities +quality +quantitative +quantities +quantity +quantum +quarter +quarterly +quarters +quebec +queen +queens +queensland +queries +query +quest +question +questionnaire +questions +queue +quick +quickly +quiet +quilt +quit +quite +quiz +quizzes +quotations +quote +quoted +quotes +rabbit +race +races +rachel +racial +racing +rack +racks +radar +radiation +radical +radio +radios +radius +rage +raid +rail +railroad +railway +rain +rainbow +raise +raised +raises +raising +raleigh +rally +ralph +ranch +rand +random +randy +range +ranger +rangers +ranges +ranging +rank +ranked +ranking +rankings +ranks +rape +rapid +rapidly +rapids +rare +rarely +rate +rated +rates +rather +rating +ratings +ratio +rational +ratios +rats +raymond +rays +reach +reached +reaches +reaching +reaction +reactions +read +reader +readers +readily +reading +readings +reads +ready +real +realistic +reality +realize +realized +really +realm +realtor +realtors +realty +rear +reason +reasonable +reasonably +reasoning +reasons +rebate +rebates +rebecca +rebel +rebound +recall +receipt +receive +received +receiver +receivers +receives +receiving +recent +recently +reception +receptor +receptors +recipe +recipes +recipient +recipients +recognised +recognition +recognize +recognized +recommend +recommendation +recommendations +recommended +recommends +reconstruction +record +recorded +recorder +recorders +recording +recordings +records +recover +recovered +recovery +recreation +recreational +recruiting +recruitment +recycling +redeem +redhead +reduce +reduced +reduces +reducing +reduction +reductions +reed +reef +reel +refer +reference +referenced +references +referral +referrals +referred +referring +refers +refinance +refine +refined +reflect +reflected +reflection +reflections +reflects +reform +reforms +refresh +refrigerator +refugees +refund +refurbished +refuse +refused +regard +regarded +regarding +regardless +regards +reggae +regime +region +regional +regions +register +registered +registrar +registration +registry +regression +regular +regularly +regulated +regulation +regulations +regulatory +rehab +rehabilitation +reid +reject +rejected +relate +related +relates +relating +relation +relations +relationship +relationships +relative +relatively +relatives +relax +relaxation +relay +release +released +releases +relevance +relevant +reliability +reliable +reliance +relief +religion +religions +religious +reload +relocation +rely +relying +remain +remainder +remained +remaining +remains +remark +remarkable +remarks +remedies +remedy +remember +remembered +remind +reminder +remix +remote +removable +removal +remove +removed +removing +renaissance +render +rendered +rendering +renew +renewable +renewal +reno +rent +rental +rentals +repair +repairs +repeat +repeated +replace +replaced +replacement +replacing +replica +replication +replied +replies +reply +report +reported +reporter +reporters +reporting +reports +repository +represent +representation +representations +representative +representatives +represented +representing +represents +reprint +reprints +reproduce +reproduced +reproduction +reproductive +republic +republican +republicans +reputation +request +requested +requesting +requests +require +required +requirement +requirements +requires +requiring +rescue +research +researcher +researchers +reseller +reservation +reservations +reserve +reserved +reserves +reservoir +reset +residence +resident +residential +residents +resist +resistance +resistant +resolution +resolutions +resolve +resolved +resort +resorts +resource +resources +respect +respected +respective +respectively +respiratory +respond +responded +respondent +respondents +responding +response +responses +responsibilities +responsibility +responsible +rest +restaurant +restaurants +restoration +restore +restored +restrict +restricted +restriction +restrictions +restructuring +result +resulted +resulting +results +resume +resumes +retail +retailer +retailers +retain +retained +retention +retired +retirement +retreat +retrieval +retrieve +retrieved +retro +return +returned +returning +returns +reunion +reuters +reveal +revealed +reveals +revelation +revenge +revenue +revenues +reverse +review +reviewed +reviewer +reviewing +reviews +revised +revision +revisions +revolution +revolutionary +reward +rewards +reynolds +rhode +rhythm +ribbon +rica +rice +rich +richard +richards +richardson +richmond +rick +ricky +rico +ride +rider +riders +rides +ridge +riding +right +rights +ring +rings +ringtone +ringtones +ripe +rise +rising +risk +risks +river +rivers +riverside +road +roads +robert +roberts +robertson +robin +robinson +robot +robots +robust +rochester +rock +rocket +rocks +rocky +roger +rogers +roland +role +roles +roll +rolled +roller +rolling +rolls +roman +romance +romania +romantic +rome +ronald +roof +room +roommate +roommates +rooms +root +roots +rope +rosa +rose +roses +ross +roster +rotary +rotation +rouge +rough +roughly +roulette +round +rounds +route +router +routers +routes +routine +routines +routing +rover +rows +royal +royalty +rubber +ruby +rugby +rugs +rule +ruled +rules +ruling +runner +running +runs +runtime +rural +rush +russell +russia +russian +ruth +rwanda +ryan +sacramento +sacred +sacrifice +safari +safe +safely +safer +safety +sage +said +sail +sailing +saint +saints +sake +salad +salaries +salary +sale +salem +sales +sally +salmon +salon +salt +salvador +salvation +samba +same +samoa +sample +samples +sampling +samuel +sand +sandra +sandwich +sandy +sans +santa +sapphire +sara +sarah +saskatchewan +satellite +satin +satisfaction +satisfactory +satisfied +satisfy +saturday +saturn +sauce +saudi +savage +savannah +save +saved +saver +saves +saving +savings +saying +says +scale +scales +scan +scanned +scanner +scanners +scanning +scared +scary +scenario +scenarios +scene +scenes +scenic +schedule +scheduled +schedules +scheduling +schema +scheme +schemes +scholar +scholars +scholarship +scholarships +school +schools +science +sciences +scientific +scientist +scientists +scoop +scope +score +scored +scores +scoring +scotia +scotland +scott +scottish +scout +scratch +screen +screening +screens +screensaver +screensavers +screenshot +screenshots +screw +script +scripting +scripts +scroll +scuba +sculpture +seafood +seal +sealed +sean +search +searched +searches +searching +seas +season +seasonal +seasons +seat +seating +seats +seattle +second +secondary +seconds +secret +secretariat +secretary +secrets +section +sections +sector +sectors +secure +secured +securely +securities +security +seed +seeds +seeing +seek +seeker +seekers +seeking +seeks +seem +seemed +seems +seen +sees +segment +segments +select +selected +selecting +selection +selections +selective +self +sell +seller +sellers +selling +sells +semester +semi +semiconductor +seminar +seminars +senate +senator +senators +send +sender +sending +sends +senegal +senior +seniors +sense +sensitive +sensitivity +sensor +sensors +sent +sentence +sentences +separate +separated +separately +separation +sept +september +sequence +sequences +serbia +serial +series +serious +seriously +serum +serve +served +server +servers +serves +service +services +serving +session +sessions +sets +setting +settings +settle +settled +settlement +setup +seven +seventh +several +severe +sewing +sexual +sexuality +sexually +sexy +shade +shades +shadow +shadows +shaft +shake +shakespeare +shall +shame +shanghai +shannon +shape +shaped +shapes +share +shared +shareholders +shares +shareware +sharing +shark +sharon +sharp +shaved +shaw +shed +sheep +sheer +sheet +sheets +sheffield +shelf +shell +shelter +shepherd +sheriff +sherman +shield +shift +shine +ship +shipment +shipments +shipped +shipping +ships +shirt +shirts +shit +shock +shoe +shoes +shoot +shooting +shop +shopper +shoppers +shopping +shops +shore +short +shortcuts +shorter +shortly +shorts +shot +shots +should +shoulder +show +showcase +showed +shower +showers +showing +shown +shows +shut +shuttle +sick +side +sides +siemens +sierra +sight +sigma +sign +signal +signals +signature +signatures +signed +significance +significant +significantly +signing +signs +signup +silence +silent +silicon +silk +silly +silver +similar +similarly +simon +simple +simplified +simply +simpson +sims +simulation +simulations +simultaneously +since +sing +singapore +singer +singh +singing +single +singles +sink +sister +sisters +site +sites +sitting +situated +situation +situations +sixth +size +sized +sizes +skating +skiing +skill +skilled +skills +skin +skins +skip +skirt +skirts +slave +sleep +sleeping +sleeps +sleeve +slide +slides +slideshow +slight +slightly +slim +slip +slope +slot +slots +slovak +slovakia +slovenia +slow +slowly +slut +sluts +small +smaller +smallest +smart +smell +smile +smith +smithsonian +smoke +smoking +smooth +snake +snap +snapshot +snow +snowboard +soap +soccer +social +societies +society +sociology +socket +socks +sodium +sofa +soft +softball +software +soil +solar +solaris +sold +soldier +soldiers +sole +solely +solid +solo +solomon +solution +solutions +solve +solved +solving +soma +somalia +some +somebody +somehow +someone +somerset +something +sometimes +somewhat +somewhere +song +songs +sonic +sons +sony +soon +soonest +sophisticated +sorry +sort +sorted +sorts +sought +soul +souls +sound +sounds +soundtrack +soup +source +sources +south +southampton +southeast +southern +southwest +soviet +space +spaces +spain +spam +span +spanish +spank +spanking +spare +spas +spatial +speak +speaker +speakers +speaking +speaks +spears +spec +special +specialist +specialists +specialized +specializing +specially +specials +specialties +specialty +species +specific +specifically +specification +specifications +specifics +specified +specifies +specify +specs +spectacular +spectrum +speech +speeches +speed +speeds +spell +spelling +spencer +spend +spending +spent +sperm +sphere +spice +spider +spies +spin +spine +spirit +spirits +spiritual +spirituality +split +spoke +spoken +spokesman +sponsor +sponsored +sponsors +sponsorship +sport +sporting +sports +spot +spotlight +spots +spouse +spray +spread +spreading +spring +springer +springfield +springs +sprint +spyware +squad +square +squirt +squirting +stability +stable +stack +stadium +staff +staffing +stage +stages +stainless +stake +stakeholders +stamp +stamps +stan +stand +standard +standards +standing +standings +stands +stanford +stanley +star +starring +stars +start +started +starter +starting +starts +startup +stat +state +stated +statement +statements +states +statewide +static +stating +station +stationery +stations +statistical +statistics +stats +status +statute +statutes +statutory +stay +stayed +staying +stays +steady +steal +steam +steel +steering +stem +step +stephanie +stephen +steps +stereo +sterling +steve +steven +stevens +stewart +stick +sticker +stickers +sticks +sticky +still +stock +stockholm +stockings +stocks +stolen +stomach +stone +stones +stood +stop +stopped +stopping +stops +storage +store +stored +stores +stories +storm +story +straight +strain +strand +strange +stranger +strap +strategic +strategies +strategy +stream +streaming +streams +street +streets +strength +strengthen +strengthening +strengths +stress +stretch +strict +strictly +strike +strikes +striking +string +strings +strip +stripes +strips +stroke +strong +stronger +strongly +struck +structural +structure +structured +structures +struggle +stuart +stuck +stud +student +students +studied +studies +studio +studios +study +studying +stuff +stuffed +stunning +stupid +style +styles +stylish +stylus +subcommittee +subdivision +subject +subjective +subjects +sublime +submission +submissions +submit +submitted +submitting +subscribe +subscriber +subscribers +subscription +subscriptions +subsection +subsequent +subsequently +subsidiaries +subsidiary +substance +substances +substantial +substantially +substitute +subtle +suburban +succeed +success +successful +successfully +such +suck +sucking +sucks +sudan +sudden +suddenly +suffer +suffered +suffering +sufficient +sufficiently +sugar +suggest +suggested +suggesting +suggestion +suggestions +suggests +suicide +suit +suitable +suite +suited +suites +suits +sullivan +summaries +summary +summer +summit +sunday +sunglasses +sunny +sunrise +sunset +sunshine +super +superb +superintendent +superior +supervision +supervisor +supervisors +supplement +supplemental +supplements +supplied +supplier +suppliers +supplies +supply +support +supported +supporters +supporting +supports +suppose +supposed +supreme +sure +surely +surf +surface +surfaces +surfing +surge +surgeon +surgeons +surgery +surgical +surname +surplus +surprise +surprised +surprising +surrey +surround +surrounded +surrounding +surveillance +survey +surveys +survival +survive +survivor +survivors +susan +suspect +suspected +suspended +suspension +sussex +sustainability +sustainable +sustained +suzuki +swap +swaziland +sweden +swedish +sweet +swift +swim +swimming +swing +swingers +swiss +switch +switched +switches +switching +switzerland +sword +sydney +symbol +symbols +sympathy +symphony +symposium +symptoms +sync +syndicate +syndication +syndrome +synopsis +syntax +synthesis +synthetic +syracuse +syria +system +systematic +systems +table +tables +tablet +tablets +tabs +tackle +tactics +tagged +tags +tahoe +tail +taiwan +take +taken +takes +taking +tale +talent +talented +tales +talk +talked +talking +talks +tall +tamil +tampa +tank +tanks +tanzania +tape +tapes +target +targeted +targets +tariff +task +tasks +taste +tattoo +taught +taxation +taxes +taxi +taylor +teach +teacher +teachers +teaches +teaching +team +teams +tear +tears +tech +technical +technician +technique +techniques +techno +technological +technologies +technology +teddy +teen +teenage +teens +teeth +telecom +telecommunications +telephone +telephony +telescope +television +televisions +tell +telling +tells +temp +temperature +temperatures +template +templates +temple +temporal +temporarily +temporary +tenant +tend +tender +tennessee +tennis +tension +tent +term +terminal +terminals +termination +terminology +terms +terrace +terrain +terrible +territories +territory +terror +terrorism +terrorist +terrorists +terry +test +testament +tested +testimonials +testimony +testing +tests +texas +text +textbook +textbooks +textile +textiles +texts +texture +thai +thailand +than +thank +thanks +thanksgiving +that +theater +theaters +theatre +thee +theft +their +them +theme +themes +themselves +then +theology +theorem +theoretical +theories +theory +therapeutic +therapist +therapy +there +thereafter +thereby +therefore +thereof +thermal +thesaurus +these +thesis +theta +they +thick +thickness +thin +thing +things +think +thinking +thinks +third +thirty +this +thomas +thompson +thomson +thong +thongs +thorough +thoroughly +those +thou +though +thought +thoughts +thousand +thousands +thread +threaded +threads +threat +threatened +threatening +threats +three +threesome +threshold +thriller +throat +through +throughout +throw +throwing +thrown +throws +thru +thumb +thumbnail +thumbnails +thumbs +thunder +thursday +thus +ticket +tickets +tide +tied +tier +ties +tiffany +tiger +tigers +tight +tile +tiles +till +timber +time +timeline +timely +timer +times +timing +timothy +tiny +tips +tire +tired +tires +tissue +titanium +titans +title +titled +titles +tits +tobacco +tobago +today +todd +toddler +together +toilet +token +tokyo +told +tolerance +toll +tomato +tomatoes +tommy +tomorrow +tone +toner +tones +tongue +tonight +tons +tony +took +tool +toolbar +toolbox +toolkit +tools +tooth +topic +topics +topless +tops +toronto +torture +toshiba +total +totally +totals +touch +touched +tough +tour +touring +tourism +tourist +tournament +tournaments +tours +toward +towards +tower +towers +town +towns +township +toxic +toyota +toys +trace +track +tracked +tracker +tracking +tracks +tract +tractor +tracy +trade +trademark +trademarks +trader +trades +trading +tradition +traditional +traditions +traffic +tragedy +trail +trailer +trailers +trails +train +trained +trainer +trainers +training +trains +trance +tranny +trans +transaction +transactions +transcript +transcription +transcripts +transfer +transferred +transfers +transform +transformation +transit +transition +translate +translated +translation +translations +translator +transmission +transmit +transmitted +transparency +transparent +transport +transportation +transsexual +trap +trash +trauma +travel +traveler +travelers +traveling +traveller +travelling +travels +travesti +travis +tray +treasure +treasurer +treasures +treasury +treat +treated +treating +treatment +treatments +treaty +tree +trees +trek +tremendous +trend +trends +trial +trials +triangle +tribal +tribe +tribes +tribunal +tribune +tribute +trick +tricks +tried +tries +trigger +trim +trinidad +trinity +trio +trip +triple +trips +triumph +trivia +troops +tropical +trouble +troubleshooting +trout +troy +truck +trucks +true +truly +trunk +trust +trusted +trustee +trustees +trusts +truth +trying +tsunami +tube +tubes +tucson +tuesday +tuition +tulsa +tumor +tune +tuner +tunes +tuning +tunisia +tunnel +turbo +turkey +turkish +turn +turned +turner +turning +turns +turtle +tutorial +tutorials +twelve +twenty +twice +twin +twinks +twins +twist +twisted +tyler +type +types +typical +typically +typing +uganda +ugly +ukraine +ultimate +ultimately +ultra +unable +unauthorized +unavailable +uncertainty +uncle +undefined +under +undergraduate +underground +underlying +understand +understanding +understood +undertake +undertaken +underwear +undo +unemployment +unexpected +unfortunately +unified +uniform +union +unions +unique +unit +united +units +unity +universal +universe +universities +university +unix +unknown +unless +unlike +unlikely +unlimited +unlock +unnecessary +unsigned +unsubscribe +until +untitled +unto +unusual +unwrap +upcoming +update +updated +updates +updating +upgrade +upgrades +upgrading +upload +uploaded +upon +upper +upset +urban +urge +urgent +uruguay +usage +used +useful +user +username +users +uses +using +usual +usually +utah +utilities +utility +utilization +utilize +uzbekistan +vacancies +vacation +vacations +vaccine +vacuum +vagina +valentine +valid +validation +validity +valium +valley +valuable +valuation +value +valued +values +valve +valves +vampire +vancouver +vanilla +variable +variables +variance +variation +variations +varied +varies +varieties +variety +various +vary +varying +vast +vatican +vault +vector +vegas +vegetable +vegetables +vegetarian +vegetation +vehicle +vehicles +velocity +velvet +vendor +vendors +venezuela +venice +venture +ventures +venue +venues +verbal +verde +verification +verified +verify +vermont +vernon +verse +version +versions +versus +vertex +vertical +very +vessel +vessels +veteran +veterans +veterinary +viagra +vibrator +vibrators +vice +victim +victims +victor +victoria +victorian +victory +video +videos +vids +vienna +vietnam +vietnamese +view +viewed +viewer +viewers +viewing +views +viking +villa +village +villages +villas +vincent +vintage +vinyl +violation +violations +violence +violent +violin +viral +virgin +virginia +virtual +virtually +virtue +virus +viruses +visa +visibility +visible +vision +visit +visited +visiting +visitor +visitors +visits +vista +visual +vital +vitamin +vitamins +vocabulary +vocal +vocals +vocational +voice +voices +void +volkswagen +volleyball +volt +voltage +volume +volumes +voluntary +volunteer +volunteers +volvo +vote +voted +voters +votes +voting +voyeur +vulnerability +vulnerable +wage +wages +wagner +wagon +wait +waiting +waiver +wake +wales +walk +walked +walker +walking +walks +wall +wallace +wallet +wallpaper +wallpapers +walls +walnut +walt +walter +wang +wanna +want +wanted +wanting +wants +ward +ware +warehouse +warm +warming +warned +warner +warning +warnings +warrant +warranties +warranty +warren +warrior +warriors +wars +wash +washer +washing +washington +waste +watch +watched +watches +watching +water +waterproof +waters +watershed +watson +watt +watts +wave +waves +wayne +ways +weak +wealth +weapon +weapons +wear +wearing +weather +webcam +webcams +webcast +webmaster +webmasters +webpage +website +websites +webster +wedding +weddings +wednesday +weed +week +weekend +weekends +weekly +weeks +weight +weighted +weights +weird +welcome +welding +welfare +well +wellington +wellness +wells +welsh +wendy +went +were +wesley +west +western +westminster +whale +what +whatever +whats +wheat +wheel +wheels +when +whenever +where +whereas +wherever +whether +which +while +whilst +white +whole +wholesale +whom +whore +whose +wichita +wicked +wide +widely +wider +widescreen +widespread +width +wife +wifi +wiki +wikipedia +wild +wilderness +wildlife +will +william +williams +willing +willow +wilson +wind +window +windows +winds +windsor +wine +wines +wing +wings +winner +winners +winning +wins +winston +winter +wire +wired +wireless +wires +wiring +wisconsin +wisdom +wise +wish +wishes +wishing +wishlist +witch +with +withdrawal +within +without +witness +witnesses +wives +wizard +wolf +woman +women +wonder +wonderful +wondering +wood +wooden +woods +wool +worcester +word +words +work +worked +worker +workers +workflow +workforce +working +workout +workplace +works +workshop +workshops +workstation +world +worlds +worldwide +worm +worn +worried +worry +worse +worship +worst +worth +worthy +would +wound +wrap +wrapped +wrapping +wrestling +wright +wrist +write +writer +writers +writes +writing +writings +written +wrong +wrote +wyoming +xerox +yacht +yahoo +yale +yamaha +yang +yard +yards +yarn +yeah +year +yearly +years +yeast +yellow +yemen +yesterday +yield +yields +yoga +york +yorkshire +young +younger +your +yours +yourself +youth +yugoslavia +yukon +zambia +zealand +zero +zimbabwe +zinc +zone +zones +zoning +zoom +zoophilia diff --git a/lib/game.dart b/lib/game.dart index fa6f60b..afb5516 100644 --- a/lib/game.dart +++ b/lib/game.dart @@ -69,6 +69,7 @@ class Game { static Future createGame(int seed, Box? box, bool isPractice) async { var largeDictionaryFuture = StoredDictionary.createDictionary('assets/uncommon-long-words.txt'); var commonDictionary = await StoredDictionary.createDictionary('assets/common-long-words.txt'); + var veryCommonDictionary = await StoredDictionary.createDictionary('assets/very-common-long-words.txt'); const practiceGameKey = 101; @@ -120,6 +121,7 @@ class Game { var centerLetter = ''; var otherLetters = List.filled(6, 'a'); var includedCommonWords = List.empty(); + int veryCommonWordCount = 0; do { centerLetter = letters[(r.nextDouble() * 25).round()]; @@ -140,8 +142,10 @@ class Game { } while (otherLetters[index] == centerLetter || (index > 0 && prevLetters.contains(otherLetters[index]))); } includedCommonWords = getMatchingWords(commonDictionary.words, otherLetters, centerLetter); - } while (includedCommonWords.length < 35 - //|| otherLetters.any((l) => !includedCommonWords.any((w) => w.contains(l))) // all letters used + veryCommonWordCount = getMatchingWords(veryCommonDictionary.words, otherLetters, centerLetter).length; + } while ( + veryCommonWordCount < 10 + || includedCommonWords.length < 25 || !includedCommonWords.any((w) => w.contains(centerLetter) && !otherLetters.any((l) => !w.contains(l))) // at least one word with all letters ); diff --git a/pubspec.yaml b/pubspec.yaml index 4b17265..c1bf60a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.25+1 +version: 1.0.26+1 environment: sdk: '>=3.4.1 <4.0.0' @@ -69,6 +69,7 @@ flutter: # To add assets to your application, add an assets section, like this: assets: - assets/common-long-words.txt + - assets/very-common-long-words.txt - assets/uncommon-long-words.txt - assets/word-flower-image.webp # - images/a_dot_burr.jpeg