diff --git a/bin/adjectives.txt b/bin/adjectives.txt new file mode 100644 index 0000000..eb98e44 --- /dev/null +++ b/bin/adjectives.txt @@ -0,0 +1,204 @@ +adorable +alive +ancient +angry +bad +beautiful +big +bitter +blue +boiling +boring +bourgeois +brave +brief +british +broad +broken +bumpy +calm +capitalist +careful +chilly +clean +clever +clumsy +cold +communist +cool +creepy +crooked +cuddly +curly +curved +damaged +damp +dead +decaf +soy-free +deep +defeated +delicious +delightful +dirty +dry +dusty +eager +early +easy +elitist +embarrassed +empty +faint +faithful +famous +fancy +fast +fierce +filthy +flaky +flat +fluffy +french +fresh +furry +gay +gentle +gifted +gigantic +glamorous +good +gray +greasy +great +green +grumpy +handsome +happy +heavy +helpful +helpless +high +hissing +hollow +homosexual +hot +huge +icy +immense +important +inexpensive +itchy +jealous +juicy +kind +large +late +lazy +lesbian +light +little +lively +long +loose +loud +low +lumpy +massive +melodic +melted +miniature +modern +moist +mushy +mysterious +narrow +nervous +new +nice +noisy +numerous +nutritious +obedient +obnoxious +odd +old +orange +own +panicky +petite +plain +poisonous +powerful +prickly +proud +public +puny +purple +purring +quaint +queer +quick +quiet +rapid +raspy +red +repulsive +rich +rotten +round +salty +scary +screeching +shallow +shiny +short +shy +silly +skinny +slow +small +spanish +sparkling +sparse +square +steep +sticky +straight +strange +strong +substantial +sweet +swift +tall +tart +tasteless +tasty +tender +thankful +thoughtless +thundering +tiny +toxic +ugly +uneven +unsightly +uptight +vast +vegan +victorious +warm +weak +weird +wet +white +wide +wide-eyed +witty +wooden +worried +wrong +yellow +young +yummy +zealous diff --git a/bin/run.js b/bin/run.js index 7740d49..4c6a9ca 100755 --- a/bin/run.js +++ b/bin/run.js @@ -1,12 +1,21 @@ require('dotenv').config(); const redis = require('redis'); +const shuffle = require('shuffle-array'); const chalk = require('chalk'); const fs = require('fs'); const Twitter = require('twitter'); const makeSpanish = require('./../lib/makeSpanish.js'); -const words = fs.readFileSync('./bin/words.txt').toString().split('\n'); -const spanishWords = words.map(_ => [makeSpanish(_),_]).filter((word)=> word[0] !== word[1] ); +const adjectives = fs.readFileSync('./bin/adjectives.txt').toString().split('\n'); +const words = fs.readFileSync('./bin/words.txt').toString().split('\n').map(_=>( + [ + (Math.random()>.25)?shuffle(adjectives)[0]:null, + _ + ].filter(_=>_!==null) +)) + + +const spanishWords = words.map(_ => [makeSpanish(_).join(' '),_.join(' ')]); spanishWords.forEach((w,i)=>{ console.log(w); diff --git a/bin/tweet.js b/bin/tweet.js index c345756..e33e45a 100755 --- a/bin/tweet.js +++ b/bin/tweet.js @@ -1,12 +1,18 @@ require('dotenv').config(); const redis = require('redis'); const chalk = require('chalk'); +const shuffle = require('shuffle-array'); const fs = require('fs'); const Twitter = require('twitter'); const makeSpanish = require('./../lib/makeSpanish.js'); -const words = fs.readFileSync('./bin/words.txt').toString().split('\n'); -const spanishWords = words.map(makeSpanish); +const adjectives = fs.readFileSync('./bin/adjectives.txt').toString().split('\n'); +const words = fs.readFileSync('./bin/words.txt').toString().split('\n').map(_=>( + [ + (Math.random()>.25)?shuffle(adjectives)[0]:null, + _ + ].filter(_=>_!==null) +)) const client = redis.createClient(process.env.REDIS_URL); @@ -21,32 +27,28 @@ client.on('error', function (err) { console.log('Error ' + err); }); -client.get('last', function(err, reply) { +client.get('last', function(err, i) { if(err) { console.error(err); client.set('last', 0, redis.print); } - console.log(`starting at ${reply}/${words.length}`); + console.log(`starting at ${i}/${words.length}`); let posted = false; - for(let i = reply; i < words.length; i++) { - if(spanishWords[i]!==words[i]) { - const tweet = [`🇬🇧 ${words[i]}`,`🇪🇸 ${spanishWords[i]}`].join('\n'); - posted = true; - client.set('last', parseInt(i)+1); - chirpy.post('statuses/update', {status: tweet}, (error) => { - if(error) { - console.error(chalk.red('✘ Post failed')); - console.error(error); - throw error; - } - else { - console.info(chalk.green(`✔ Posted: ${tweet}`)); - } - }); - break; - } - } - if(!posted) { + if(words[i]) { + const tweet = [`🇬🇧 ${words[i].join(' ')}`,`🇪🇸 ${makeSpanish(words[i]).join(' ')}`].join('\n'); + posted = true; + client.set('last', parseInt(i)+1); + chirpy.post('statuses/update', {status: tweet}, (error) => { + if(error) { + console.error(chalk.red('✘ Post failed')); + console.error(error); + throw error; + } + else { + console.info(chalk.green(`✔ Posted: ${tweet}`)); + } + }); + } else { console.error(chalk.red('✘ Ran out of words')); client.set('last', 0, redis.print); } diff --git a/bin/words.txt b/bin/words.txt index ce58c55..f230f56 100755 --- a/bin/words.txt +++ b/bin/words.txt @@ -1,10000 +1,4555 @@ -a -aa -aaa -aaron -ab -abandoned -abc -aberdeen -abilities +aardvark +abacus +abbey +abdomen ability -able -aboriginal -abortion -about -above -abraham +abolishment abroad -abs -absence -absent -absolute -absolutely -absorption -abstract -abstracts -abu abuse -ac -academic -academics -academy -acc -accent -accept -acceptable -acceptance -accepted -accepting -accepts +accelerant +accelerator access -accessed -accessibility -accessible -accessing -accessories -accessory accident -accidents -accommodate accommodation -accommodations -accompanied -accompanying -accomplish -accomplished -accordance -according -accordingly +accompanist +accordion account -accountability -accounting -accounts -accreditation -accredited -accuracy -accurate -accurately -accused -acdbentity -ace -acer -achieve -achieved -achievement -achievements -achieving +accountant +achiever acid -acids -acknowledge -acknowledged -acm -acne +acknowledgment acoustic -acquire -acquired -acquisition -acquisitions -acre -acres -acrobat -across +acoustics acrylic act -acting action -actions -activated -activation -active -actively -activists -activities activity actor -actors actress -acts -actual -actually -acute +acupuncture ad -ada -adam -adams -adaptation -adapted adapter -adapters -adaptive -adaptor -add -added addiction -adding addition -additional -additionally -additions address -addressed -addresses -addressing -adds -adelaide -adequate -adidas -adipex -adjacent -adjust -adjustable -adjusted adjustment -adjustments -admin -administered administration -administrative -administrator -administrators -admission -admissions -admit -admitted -adobe -adolescent -adopt -adopted -adoption -adrian -ads -adsl +adrenalin adult -adults +adulthood advance -advanced advancement -advances advantage -advantages -adventure -adventures -adverse -advert -advertise advertisement -advertisements -advertiser -advertisers advertising advice -advise -advised -advisor -advisors -advisory -advocacy -advocate -adware -ae -aerial -aerospace -af affair -affairs affect -affected -affecting -affects -affiliate -affiliated -affiliates -affiliation -afford -affordable -afghanistan -afraid -africa -african -after +aftermath afternoon -afterwards -ag -again -against +aftershave +aftershock +afterthought age -aged -agencies agency agenda agent -agents -ages -aggregate -aggressive -aging -ago -agree -agreed +aggression +aglet agreement -agreements -agrees -agricultural -agriculture -ah -ahead -ai aid -aids -aim -aimed -aims air -aircraft +airbag +airbus airfare +airforce airline -airlines +airmail airplane airport -airports -aj -ak -aka -al -ala -alabama -alan +airship alarm -alaska -albania -albany -albert -alberta -album -albums -albuquerque +alb +albatross alcohol -alert -alerts -alex -alexander -alexandria -alfred +alcove +alder algebra -algeria -algorithm -algorithms -ali -alias -alice -alien -align -alignment -alike -alive -all -allah -allan -alleged -allen -allergy -alliance -allied -allocated -allocation -allow -allowance -allowed -allowing -allows +alibi +allergist +alley +alligator alloy -almost -alone -along -alot +almanac +almond +alpaca +alpenglow +alpenhorn alpha -alphabetical -alpine -already -also -alt -alter -altered -alternate +alphabet alternative -alternatively -alternatives -although +altitude alto aluminium aluminum -alumni -always -am -amanda -amateur -amazing -amazon -amazoncom -amazoncouk ambassador -amber -ambien -ambient -amd -amend -amended +ambition +ambulance amendment -amendments -amenities -america -american -americans -americas -amino -among -amongst amount -amounts -amp -ampland -amplifier -amsterdam -amy -an -ana -anaheim -anal +amusement +anagram +analgesia analog -analyses +analogue +analogy analysis analyst -analysts -analytical -analyze -analyzed anatomy -anchor -ancient -and -andale -anderson -andorra -andrea -andreas -andrew -andrews -andy -angel -angela -angeles -angels +anesthesiology +anethesiologist anger +angiosperm angle -angola -angry +angora +angstrom +anguish animal -animals -animated -animation anime -ann -anna -anne -annex -annie -anniversary -annotated -annotation -announce -announced -announcement -announcements -announces -annoying +ankle +anklet annual -annually -anonymous -another +anorak answer -answered -answering -answers ant -antarctica -antenna +anteater +antechamber +antelope anthony anthropology -anti -antibodies -antibody -anticipated -antigua -antique -antiques -antivirus -antonio +antler anxiety -any anybody -anymore -anyone anything -anytime -anyway anywhere -aol -ap -apache -apart apartment -apartments -api -apnic -apollo -app +ape +aperitif +apology apparatus apparel -apparent -apparently appeal -appeals -appear appearance -appeared -appearing -appears appendix +applause apple +applewood 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 -approx -approximate -approximately -apps -apr -april -apt -aqua -aquarium -aquatic -ar -arab -arabia -arabic -arbitrary -arbitration -arc -arcade +apron +apse +aquifer arch +archaeology +archeology +archer architect -architects -architectural architecture -archive -archived -archives -arctic -are +arch-rival area -areas -arena -arg -argentina -argue -argued argument -arguments -arise -arising -arizona -arkansas -arlington +arithmetic arm -armed -armenia +armadillo +armament +armchair +armoire armor -arms -armstrong +arm-rest army -arnold -around -arrange -arranged -arrangement -arrangements -array -arrest -arrested arrival -arrivals -arrive -arrived -arrives arrow art -arthritis -arthur +artichoke article -articles -artificial -artist -artistic -artists -arts -artwork -aruba -as -asbestos -ascii +artificer +ascot ash -ashley -asia -asian +ashram +ashtray aside -asin ask -asked -asking -asks -asn -asp +asparagus aspect -aspects -aspnet -ass -assault -assembled -assembly -assess -assessed -assessing -assessment -assessments -asset -assets -assign -assigned +asphalt assignment -assignments assist assistance assistant -assisted -assists associate -associated -associates association -associations -assume -assumed -assumes -assuming assumption -assumptions -assurance -assure -assured -asthma +asterisk +astrakhan +astrolabe +astrologer astrology astronomy -asus -at -ata -ate -athens -athletes -athletic +atelier +athlete athletics -ati -atlanta -atlantic -atlas -atm atmosphere -atmospheric atom -atomic -attach -attached +atrium attachment -attachments attack -attacked -attacks attempt -attempted -attempting -attempts -attend -attendance -attended -attending +attendant attention +attenuation +attic attitude -attitudes attorney -attorneys -attract attraction -attractions -attractive -attribute -attributes -au -auburn -auckland -auction -auctions -aud -audi audience -audio -audit -auditor -aug -august -aurora -aus -austin -australia -australian -austria -authentic -authentication +auditorium +aunt author -authorities +authorisation authority authorization -authorized -authors -auto -automated -automatic -automatically -automation -automobile -automobiles -automotive -autos -autumn -av -availability -available -avatar -ave +automaton +avalanche avenue average -avg -avi -aviation -avoid -avoiding -avon -aw award -awarded -awards -aware awareness -away -awesome -awful -axis -aye -az -azerbaijan -b -ba +azimuth babe -babes -babies +baboon +babushka baby -bachelor back -backed +backbone +backdrop background -backgrounds -backing -backup +backpack bacon -bacteria -bacterial bad badge -badly +badger +bafflement bag -baghdad -bags -bahamas -bahrain -bailey +bagel +baggage +bagpipe +bail +bait +bake baker -baking +bakery +bakeware +balaclava +balalaika balance -balanced -bald -bali +balcony ball ballet balloon -ballot -balls -baltimore -ban +ballpark +bamboo banana band -bands -bandwidth -bang -bangbus -bangkok -bangladesh +bandana +bandanna +bandolier +bangle +banjo bank -banking -bankruptcy -banks -banned -banner -banners -baptist +bankbook +banker +banquette +baobab bar -barbados -barbara -barbie -barcelona -bare -barely -bargain -bargains +barbeque +barber +barbiturate +barge +baritone +barium barn -barnes -barrel -barrier -barriers -barry -bars +barometer +barracks +barstool base baseball -based -baseline basement -basename -bases -basic -basically -basics basin basis basket basketball -baskets bass +bassinet +bassoon bat -batch bath +bather +bathhouse +bathrobe bathroom -bathrooms -baths -batman -batteries +bathtub +batter battery +batting battle -battlefield +battleship bay -bb -bbc -bbs -bbw -bc -bd -bdsm -be +bayou beach -beaches -beads +bead +beak beam bean -beans +beanie +beanstalk bear -bearing -bears +beard beast -beastality -beastiality beat -beatles -beats beautiful -beautifully beauty beaver -became -because -become -becomes -becoming bed -bedding -bedford bedroom -bedrooms -beds bee +beech beef -been beer -before -began -begin +beet +beetle +beggar beginner -beginners beginning -begins -begun -behalf +begonia behavior -behavioral -behaviour -behind -beijing +beheading +behest being -beings -belarus -belfast -belgium +belfry belief -beliefs believe -believed -believes -belize -belkin bell -belle +belligerency +bellows belly -belong -belongs -below belt -belts -ben bench -benchmark bend -beneath -beneficial +beneficiary benefit -benefits -benjamin -bennett -benz -berkeley -berlin -bermuda -bernard +bengal +beret berry -beside -besides -best -bestiality -bestsellers +bestseller +best-seller bet -beta -beth -better -betting -betty -between beverage -beverages -beverly beyond -bg -bhutan -bi -bias -bible -biblical -bibliographic bibliography bicycle bid -bidder -bidding -bids +bidet +bifocals big -bigger -biggest +big-rig +bijou bike -bikes bikini bill -billing -billion -bills -billy +billboard bin -binary -bind -binding -bingo -bio -biodiversity -biographies -biography -biol -biological biology -bios -biotechnology +biplane +birch bird -birds -birmingham +birdbath +birdcage +birdhouse +bird-watcher birth birthday -bishop bit -bitch bite -bits -biz -bizarre -bizrate -bk -bl +bitter black blackberry -blackjack -blacks +blackboard +blackfish +bladder blade -blades -blah -blair -blake blame blank blanket -blast -bleeding -blend -bless -blessed +blazer +blight blind -blink +blinker +blister +blizzard block -blocked -blocking -blocks -blog -blogger -bloggers -blogging -blogs -blond -blonde +blocker blood -bloody +bloodflow bloom -bloomberg +bloomers +blossom +blouse blow -blowing -blowjob -blowjobs +blowgun +blowhole blue -blues -bluetooth -blvd -bm -bmw -bo +blueberry +boar board -boards boat -boating -boats -bob -bobby -boc -bodies +boat-building +boatload +boatyard +bobcat body -bold -bolivia +bog +bolero bolt bomb -bon -bond +bomber bondage -bonds +bondsman bone -bones +bongo +bonnet +bonsai bonus -boob -boobs +boogeyman book -booking -bookings -bookmark -bookmarks -books -bookstore -bool -boolean -boom -boost +bookcase +bookend +booklet +booster boot -booth +bootee +bootie boots booty border -borders -bored -boring -born -borough -bosnia +bore +bosom boss -boston -both +botany bother -botswana bottle -bottles +bottling bottom -bought -boulder -boulevard -bound -boundaries +bottom-line +boudoir +bough boundary -bouquet -boutique bow +bower bowl +bowler bowling +bowtie box -boxed -boxes -boxing +boxer +boxspring boy -boys -bp -br +boyfriend bra +brace bracelet -bracelets bracket -brad -bradford -bradley brain brake -brakes branch -branches brand -brandon -brands -bras +brandy brass +brassiere +bratwurst brave -brazil -brazilian -breach bread +breadcrumb break -breakdown breakfast -breaking -breaks +breakpoint breast -breasts +breastplate breath -breathing -breed -breeding -breeds -brian +breeze +bribery brick -bridal -bride +bricklaying bridge -bridges brief -briefing -briefly briefs -bright -brighton brilliant -bring -bringing -brings -brisbane -bristol -britain -britannica -spanish -britney +british broad -broadband -broadcast -broadcasting -broader -broadway +broccoli brochure -brochures -broke -broken +broiler broker -brokers +brome +bronchitis +bronco bronze +brooch +brood brook -brooklyn -brooks -bros +broom brother -brothers -brought +brother-in-law +brow brown -browse -browser -browsers -browsing -bruce -brunei -brunette -brunswick brush -brussels -brutal -bryan -bryant -bs -bt +brushfire +brushing bubble -buck -bucks -budapest +bucket +buckle +bud buddy budget -budgets -buf -buffalo buffer -bufing +buffet bug -bugs -build -builder -builders +buggy +bugle building -buildings -builds -built -bukkake -bulgaria -bulgarian -bulk +bulb bull +bulldozer bullet -bulletin +bull-fighter bumper +bun bunch -bundle -bunny -burden -bureau -buried -burke -burlington +bungalow +bunghole +bunkhouse +burglar +burlesque burn -burner -burning -burns +burn-out burst -burton bus -buses bush business -businesses -busty -busy -but -butler -butt +bust +bustle +butane +butcher butter -butterfly button -buttons -butts buy buyer -buyers -buying -buys -buzz -bw -by -bye -byte -bytes -c -ca -cab +buzzard +cabana +cabbage cabin cabinet -cabinets cable -cables -cache -cached -cad -cadillac +caboose +cacao +cactus +caddy +cadet cafe -cage +caftan cake -cakes -cal -calcium -calculate -calculated +calcification calculation -calculations calculator -calculators +calculus calendar -calendars -calgary -calibration -calif -california +calf +calico call -called -calling -calls calm -calvin -cam -cambodia -cambridge -camcorder -camcorders -came camel +cameo camera -cameras -cameron -cameroon camp campaign -campaigns -campbell -camping -camps -campus -cams +campanile can -canada -canadian canal -canberra cancel -cancellation -cancelled cancer +candelabra candidate -candidates candle -candles candy +cane cannon +canoe canon -cant +canopy +canteen canvas -canyon cap -capabilities -capability -capable -capacity cape capital -capitol -caps +capitulation +capon +cappelletti +cappuccino captain -capture -captured +caption car -carb +caravan carbon card -cardiac -cardiff -cardiovascular -cards +cardboard +cardigan care career -careers -careful -carefully -carey cargo -caribbean -caring -carl -carlo -carlos -carmen -carnival +carload +carnation carol -carolina -caroline +carotene +carp +carpenter carpet -carried +carport +carriage carrier -carriers -carries -carroll +carrot carry -carrying -cars cart -carter +cartilage +cartload cartoon -cartoons cartridge -cartridges -cas -casa +cascade case -cases -casey +casement cash -cashiers +cashier casino -casinos -casio -cassette +casserole +cassock cast -casting +castanet +castanets castle -casual cat -catalog -catalogs -catalogue -catalyst +catacomb +catamaran catch -categories category -catering +caterpillar cathedral -catherine -catholic -cats +catsup cattle -caught +cauliflower cause -caused -causes -causing caution cave -cayman -cb -cbs -cc -ccd +c-clamp cd -cdna -cds -cdt -ce -cedar ceiling -celebrate celebration -celebrities -celebrity -celebs +celeriac +celery +celeste cell -cells -cellular -celtic +cellar +cello +celsius cement cemetery +cenotaph census cent center -centered -centers -central -centre -centres -cents -centuries +centimeter +centurion century -ceo +cephalopod ceramic -ceremony -certain -certainly -certificate -certificates +cereal certification -certified -cest -cet -cf -cfr -cg -cgi -ch -chad +cesspool +chafe chain -chains +chainstay chair +chairlift chairman -chairs +chairperson +chaise +chalet +chalice +chalk challenge -challenged -challenges -challenging -chamber -chambers -champagne champion -champions championship -championships -chan chance -chancellor -chances +chandelier change -changed -changelog -changes -changing channel -channels chaos +chap chapel chapter -chapters -char character -characteristic -characteristics -characterization -characterized -characters +chard charge -charged -charger -chargers -charges -charging -charitable charity +charlatan charles -charleston -charlie -charlotte charm -charming -charms chart -charter -charts -chase -chassis -chat -cheap -cheaper -cheapest -cheat -cheats +chastity +chasuble +chateau +chauffeur +chauvinist check -checked -checking -checklist -checkout -checks -cheers -cheese +checkroom +cheek +cheetah chef -chelsea -chem chemical -chemicals chemistry -chen cheque +cherries cherry chess chest -chester -chevrolet -chevy -chi -chicago chick chicken -chicks +chicory chief +chiffonier child childhood children -childrens -chile -china -chinese +chill +chime +chimpanzee +chin +chino chip -chips -cho +chipmunk +chit-chat +chivalry +chive chocolate choice -choices -choir -cholesterol -choose -choosing -chorus -chose -chosen -chris -christ -christian -christianity -christians -christina -christine -christmas -christopher +choker +chop +chopstick +chord +chowder chrome -chronic -chronicle -chronicles -chrysler -chubby -chuck +chromolithograph +chronograph +chronometer +chub +chug church -churches -ci -cia -cialis -ciao +churn +cicada cigarette -cigarettes -cincinnati -cindy cinema -cingular -cio -cir circle -circles -circuit -circuits -circular circulation -circumstances -circus -cisco -citation -citations -cite -cited -cities -citizen -citizens +circumference +cirrus citizenship city -citysearch -civic -civil -civilian -civilization -cj -cl +civilisation claim -claimed -claims -claire -clan -clara -clarity -clark -clarke +clam +clank +clapboard +clarinet +clasp class -classes classic -classical -classics -classification -classified -classifieds classroom clause -clay -clean +clave +clavicle +clavier cleaner -cleaners -cleaning -cleanup -clear -clearance -cleared -clearing -clearly +cleat +cleavage +clef +cleric clerk -cleveland click -clicking -clicks client -clients cliff climate climb -climbing -clinic -clinical -clinics -clinton clip -clips +clipper +cloak +cloakroom clock -clocks -clone +clockwork +clogs +cloister close -closed -closely -closer -closes -closest -closing -closure +closet cloth clothes clothing cloud -clouds +cloudburst cloudy +clove +clover club -clubs -cluster -clusters -cm -cms -cn -cnet -cnetcom -cnn -co +clue +clutch coach -coaches -coaching coal -coalition coast -coastal coat -coated -coating -cock -cocks +cob +cobweb +cockpit +cockroach +cocktail +cocoa cod code -codes -coding +codon +codpiece +coevolution coffee -cognitive -cohen +coffin +coil coin -coins -col +coinsurance +coke cold -cole -coleman -colin -collaboration -collaborative -collapse +coliseum collar -colleague -colleagues -collect -collectables -collected -collectible -collectibles -collecting collection -collections -collective -collector -collectors college -colleges -collins -cologne -colombia +collision +colloquia colon -colonial +colonisation colony color -colorado -colored -colors -colour -colours -columbia -columbus +colt column -columnists -columns -com +columnist +comb combat combination -combinations combine -combined -combines -combining -combo -come -comedy -comes comfort comfortable comic -comics -coming -comm +comma 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 +communicant communication -communications -communist -communities community -comp -compact -companies -companion company -compaq -comparable -comparative -compare -compared -comparing comparison -comparisons -compatibility -compatible -compensation -compete -competent -competing +compassion competition -competitions -competitive -competitors -compilation -compile -compiled -compiler +competitor complaint -complaints complement -complete -completed -completely -completing -completion complex -complexity -compliance -compliant -complicated -complications -complimentary -comply component -components -composed +comportment composer -composite composition -compound -compounds -comprehensive -compressed -compression -compromise -computation -computational -compute -computed +compost +comprehension +compulsion computer -computers -computing -con +comradeship 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 -conf +condominium +condor +conductor +cone +confectionery conference -conferences -conferencing confidence -confident -confidential -confidentiality -config -configuration -configure -configured -configuring -confirm confirmation -confirmed conflict -conflicts -confused confusion +conga congo -congratulations congress -congressional -conjunction -connect -connected -connecticut -connecting +congressman +congressperson +conifer 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 -const +consonant +conspirator constant -constantly -constitute -constitutes -constitution -constitutional -constraint -constraints -construct -constructed +constellation construction -consult -consultancy -consultant -consultants -consultation -consulting -consumer -consumers -consumption +consul +consulate contact -contacted -contacting -contacts -contain -contained -container -containers -containing -contains -contamination -contemporary +contact lens +contagion content -contents contest -contests context continent -continental -continually -continue -continued -continues -continuing -continuity -continuous -continuously contract -contracting -contractor -contractors -contracts +contrail contrary -contrast -contribute -contributed -contributing contribution -contributions -contributor -contributors control -controlled -controller -controllers -controlling -controls -controversial -controversy -convenience -convenient -convention -conventional -conventions -convergence +convection 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 -cop +coonskin cope -copied -copies +cop-out copper +co-producer copy -copying copyright -copyrighted -copyrights -coral +copywriter cord -cordless -core +corduroy cork +cormorant corn -cornell corner -corners -cornwall -corp -corporate -corporation -corporations -corps -corpus -correct -corrected -correction -corrections -correctly -correlation -correspondence -corresponding +cornerstone +cornet +corral +correspondent +corridor corruption -cos -cosmetic -cosmetics +corsage cost -costa -costs costume -costumes +cot cottage -cottages cotton -could +couch +cougar +cough council -councils -counsel -counseling +councilman +councilor +councilperson count -counted counter -counters -counties -counting -countries +counter-force +countess country -counts county couple -coupled -couples -coupon -coupons courage -courier course -courses court -courtesy -courts -cove +cousin +covariate cover -coverage -covered -covering -covers +coverall cow +cowbell cowboy -cox -cp -cpu -cr +crab crack +cracker +crackers cradle craft -crafts -craig -crap -craps +craftsman crash -crawford +crate +cravat +craw +crawdad +crayfish +crayon crazy cream -create -created -creates -creating -creation -creations creative -creativity creator creature -creatures +creche +credenza credit -credits +creditor creek +creme brulee crest crew +crib +cribbage cricket +cricketer crime -crimes criminal -crisis +crinoline criteria criterion -critical criticism -critics -crm -croatia +crocodile +crocus +croissant +crook crop -crops cross -crossing -crossword +cross-contamination +cross-stitch +crotch +croup +crow crowd crown -crucial crude -cruise -cruises -cruz +crush cry -crystal -cs -css -cst -ct -cu -cuba -cube -cubic -cuisine -cult -cultural +crystallography +cub +cuckoo +cucumber +cuff-links +cultivar +cultivator culture -cultures -cum -cumshot -cumshots -cumulative -cunt +culvert +cummerbund cup -cups -cure -curious -currencies +cupboard +cupcake +cupola +curio +curl +curler currency current -currently -curriculum cursor -curtis +curtain curve -curves -custody -custom +cushion +custard customer -customers -customise -customize -customized -customs cut -cute -cuts +cuticle +cutlet +cutover cutting -cv -cvs -cw -cyber +cyclamen cycle -cycles -cycling +cyclone cylinder -cyprus -cz -czech -d -da +cymbal +cymbals +cynic +cyst +cytoplasm dad -daddy -daily -dairy +daffodil +dagger +dahlia daisy -dakota -dale -dallas -dam damage -damaged -damages dame -damn -dan -dana dance +dancer dancing danger -dangerous daniel -danish -danny -dans dare dark -darkness -darwin -das +dart dash -dat +dashboard data database -databases date -dated -dates -dating daughter -daughters -dave david -davidson -davis -dawn day -days -dayton -db -dc -dd -ddr -de +daybed dead deadline -deadly -deaf deal dealer -dealers -dealing -deals -dealt -dealtime -dean dear death -deaths +deathwatch debate -debian -deborah debt -debug -debut -dec +debtor decade -decades -december -decent -decide -decided decimal decision -decisions deck -declaration -declare -declared -decline -declined -decor -decorating -decorative +declination +decongestant decrease -decreased -dedicated -dee -deemed +decryption +dedication deep -deeper -deeply deer -def -default -defeat -defects -defence -defend -defendant defense -defensive -deferred deficit -define -defined -defines -defining -definitely definition -definitions +deformation degree -degrees -del -delaware delay -delayed -delays -delegation delete -deleted -delhi -delicious delight -deliver -delivered -delivering -delivers delivery -dell -delta -deluxe -dem demand -demanding -demands -demo -democracy -democrat -democratic -democrats -demographic -demonstrate -demonstrated -demonstrates -demonstration +demur den -denial -denied -denmark -dennis -dense -density -dental -dentists -denver -deny +denim +dentist +deodorant department -departmental -departments departure -depend -dependence dependent -depending -depends deployment deposit -deposits -depot depression -dept +depressive depth deputy -der derby -derek -derived -des -descending -describe -described -describes -describing +derrick description -descriptions desert -deserve design -designated -designation -designed designer -designers -designing -designs -desirable desire -desired desk -desktop -desktops -desperate -despite -destination -destinations +dessert destiny -destroy -destroyed +destroyer destruction detail -detailed -details -detect -detected -detection +detainment detective -detector +detention determination -determine -determined -determines -determining -detroit -deutsch -deutsche -deutschland -dev -devel -develop -developed -developer -developers -developing development -developmental -developments -develops -deviant -deviation +deviance device -devices devil -devon -devoted -df -dg -dh -di -diabetes -diagnosis -diagnostic -diagram -dial -dialog -dialogue -diameter +dew +dhow +diadem diamond -diamonds -diana -diane -diary -dice -dick -dicke -dicks -dictionaries +diaphragm +diarist +dibble +dickey +dictaphone +diction dictionary -did -die -died -diego -dies -diesel diet -dietary -diff -differ difference -differences -different differential -differently -difficult -difficulties difficulty -diffs dig -digest -digit +digestion +digger digital -dildo -dildos -dim +dignity +dilapidation +dill +dime dimension -dimensional -dimensions -dining +dimple +diner +dinghy dinner -dip +dinosaur diploma -dir -direct -directed +dipstick direction -directions -directive -directly director -directories -directors -directory +dirndl dirt -dirty -dis -disabilities -disability -disable -disabled -disagree -disappointed +disadvantage +disarmament disaster -disc -discharge -disciplinary discipline -disciplines -disclaimer -disclaimers -disclose -disclosure disco +disconnection discount -discounted -discounts -discover -discovered discovery -discrete -discretion -discrimination -discs -discuss -discussed -discusses -discussing +discrepancy discussion -discussions disease -diseases +disembodiment +disengagement +disguise +disgust dish dishes +dishwasher disk -disks -disney -disorder -disorders -dispatch -dispatched display -displayed -displaying -displays -disposal -disposition -dispute -disputes -dist +disposer distance -distances -distant -distinct -distinction -distinguished -distribute -distributed distribution -distributions distributor -distributors district -districts -disturbed -div -dive -diverse -diversity +divan +diver divide -divided -dividend -divine +divider diving division -divisions -divorce -divx -diy -dj -dk -dl -dm -dna -dns -do -doc dock -docs doctor -doctors -doctrine document -documentary -documentation -documentcreatetextnode -documented -documents -dod -dodge doe -does dog -dogs -doing +dogsled +dogwood doll dollar -dollars -dolls -dom +dolman +dolphin domain -domains -dome -domestic -dominant -dominican -don -donald -donate -donated -donation -donations -done -donna -donor -donors -dont -doom +donkey door -doors -dos -dosage -dose +doorknob +doorpost +dory dot double +doubling doubt -doug -douglas -dover -dow -down -download -downloadable -downloadcom -downloaded -downloading -downloads +doubter +downforce +downgrade downtown -dozen -dozens -dp -dpi -dr draft drag dragon +dragonfly +dragster drain -drainage +drake drama -dramatic -dramatically +dramaturge draw +drawbridge +drawer drawing -drawings -drawn -draws dream -dreams +dredger dress -dressed -dresses +dresser dressing -drew -dried drill -drilling drink -drinking -drinks drive -driven driver -drivers -drives +driveway driving +drizzle +dromedary drop -dropped -drops -drove drug -drugs drum -drums +drummer drunk dry dryer -ds -dsc -dsl -dt -dts -du -dual -dubai -dublin duck -dude +duckling +dud due -dui -duke -dumb +duffel +dugout +dulcimer +dumbwaiter dump -duncan -duo -duplicate -durable -duration -durham -during +dump truck +dune buggy +dungarees +dungeon +duplexer dust -dutch -duties +dust storm +duster duty -dv -dvd -dvds -dx -dying -dylan -dynamic -dynamics -e -ea -each +dwarf +dwelling +dynamo eagle -eagles ear -earl -earlier -earliest -early -earn -earned -earning -earnings +eardrum +earmuffs +earplug earrings -ears earth earthquake +earthworm ease -easier -easily +easel east -easter -eastern -easy eat -eating -eau -ebay -ebony -ebook -ebooks -ec -echo +eave +eavesdropper +e-book +ecclesia eclipse -eco -ecological -ecology -ecommerce -economic +ecliptic economics -economies economy -ecuador -ed -eddie -eden -edgar +ecumenist +eddy edge -edges -edinburgh -edit -edited -editing -edition -editions +edger editor editorial -editorials -editors -edmonton -eds -edt -educated education -educational -educators edward -edwards -ee -ef +eel +effacement effect effective -effectively -effectiveness -effects +efficacy efficiency -efficient -efficiently effort -efforts -eg egg -eggs -egypt -egyptian -eh +egghead +eggnog +eggplant eight -either -ejaculation -el -elder -elderly -elect -elected +ejector +elbow election -elections -electoral -electric -electrical electricity -electro -electron -electronic -electronics -elegant +electrocardiogram element -elementary -elements elephant -elevation -eleven -eligibility -eligible -eliminate -elimination -elite -elizabeth -ellen -elliott -ellis -else -elsewhere -elvis -em -emacs -email -emails -embassy -embedded -emerald +elevator +elixir +elk +ellipse +elm +elongation +embossing +emergence emergency -emerging -emily -eminem -emirates -emission -emissions -emma -emotional -emotions -emperor +emergent +emery +emotion emphasis -empire -empirical employ -employed employee -employees employer -employers employment -empty -en -enable -enabled -enables -enabling -enb -enclosed -enclosure -encoding -encounter -encountered -encourage -encouraged -encourages -encouraging -encryption +empowerment +emu +encirclement encyclopedia end -endangered -ended -endif -ending -endless -endorsed -endorsement -ends -enemies +endothelium enemy energy -enforcement -eng -engage -engaged -engagement -engaging engine engineer engineering -engineers -engines -england -english -enhance -enhanced -enhancement -enhancements -enhancing -enjoy -enjoyed -enjoying -enlarge -enlargement -enormous -enough -enquiries +enigma +enjoyment enquiry -enrolled -enrollment -ensemble -ensure -ensures -ensuring -ent -enter -entered -entering -enterprise -enterprises -enters -entertaining entertainment -entire -entirely -entities -entitled -entity +enthusiasm entrance -entrepreneur -entrepreneurs -entries entry -envelope environment -environmental -environments -enzyme -eos -ep -epa -epic -epinions -epinionscom -episode -episodes -epson -eq +envy +epauliere +epee +ephemera +ephemeris +epoch +eponym +epoxy equal -equality -equally -equation -equations -equilibrium +equinox equipment -equipped -equity equivalent -er era -eric -ericsson -erik -erotic -erotica -erp +e-reader error -errors -es escape -escort -escorts -especially -espn +ese +espadrille +espalier essay -essays -essence -essential -essentially -essentials -essex -est -establish -established -establishing establishment estate -estates estimate -estimated -estimates -estimation -estonia -et -etc -eternal +estrogen +estuary ethernet -ethical ethics -ethiopia -ethnic -eu -eugene -eur -euro +euphonium +eurocentrism europe -european -euros -ev -eva -eval -evaluate -evaluated -evaluating -evaluation -evaluations -evanescence -evans -eve -even +evaluator evening +evening-wear event -events -eventually -ever -every -everybody -everyday -everyone -everything -everywhere +eviction evidence -evident -evil +evocation evolution -ex -exact -exactly exam examination -examinations -examine -examined -examines -examining +examiner 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 +exclamation excuse -exec -execute -executed -execution -executive -executives -exempt -exemption +executor exercise -exercises exhaust -exhibit -exhibition -exhibitions -exhibits -exist -existed +ex-husband +exile existence -existing -exists exit -exotic -exp -expand -expanded -expanding expansion -expansys -expect -expectations -expected -expects -expedia -expenditure -expenditures -expense -expenses -expensive +expansionism 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 +exposition expression -expressions -ext -extend -extended -extending -extends extension -extensions -extensive extent -exterior external -extra -extract -extraction -extraordinary -extras extreme -extremely +ex-wife eye -eyed -eyes -ez -f -fa -fabric -fabrics -fabulous +eyeball +eyebrow +eyebrows +eyeglasses +eyelash +eyelashes +eyelid +eyelids +eyeliner +eyestrain face -faced -faces -facial -facilitate +facelift +facet facilities -facility -facing +facsimile fact factor -factors factory -facts faculty +fahrenheit fail -failed -failing -fails failure -failures -fair -fairfield -fairly +fairies fairy faith -fake fall -fallen -falling -falls -false +falling-out fame familiar -families family -famous fan -fancy -fans -fantastic -fantasy -faq -faqs -far -fare -fares +fang +fanlight +fanny +fanny-pack farm farmer -farmers -farming -farms -fascinating -fashion -fast -faster -fastest +fascia fat -fatal -fate father -fathers -fatty +father-in-law +fatigues +faucet fault -favor -favorite -favorites -favors -favour -favourite -favourites +fawn fax -fbi -fc -fcc -fd -fda -fe fear -fears -feat +feast +feather feature -featured -features -featuring -feb -february -fed -federal -federation +fedelini +fedora fee feed feedback -feeding -feeds feel feeling -feelings -feels -fees feet -fell -fellow -fellowship -felt +felony female -females +fen fence -feof -ferrari +fencing +fender ferry -festival -festivals -fetish -fever +ferryboat +fertilizer few -fewer -ff -fg -fi fiber +fiberglass fibre fiction +fiddle field -fields -fifteen fifth -fifty -fig fight fighter -fighters -fighting figure -figured -figures -fiji +figurine file -filed -filename -files -filing fill -filled -filling +filly film -filme -films -filter -filtering -filters -fin +filth final -finally -finals finance -finances -financial -financing find -findarticles -finder finding -findings -findlaw -finds fine -finest finger -fingering -fingers +fingernail finish -finished -finishing -finite -finland -finnish -fioricet +finisher +fir fire -fired -firefox +fireman fireplace -fires firewall -firewire -firm -firms -firmware -first -fiscal fish -fisher -fisheries +fishbone +fisherman +fishery fishing -fist +fishmonger +fishnet fisting -fit -fitness -fits -fitted -fitting -five fix -fixed -fixes -fixtures -fl -fla +fixture flag -flags flame +flanker +flare flash -flashers -flashing flat +flatboat flavor +flax +fleck fleece -fleet flesh -flex -flexibility -flexible -flickr flight -flights -flip -float -floating +flintlock +flip-flops +flock flood floor -flooring -floors -floppy -floral -florence -florida -florist -florists +floozie flour flow flower -flowers -flows -floyd flu -fluid -flush -flux +flugelhorn +fluke +flute fly -flyer -flying -fm -fo +flytrap foam -focal +fob focus -focused -focuses -focusing fog fold folder -folders -folding -folk -folks -follow -followed following -follows +fondue font -fonts -foo food -foods -fool foot -footage football -footwear -for -forbes -forbidden +footnote +footrest +foot-rest +footstool +foray force -forced -forces -ford +forearm +forebear forecast -forecasts -foreign +forehead forest forestry -forests forever -forge -forget -forgot -forgotten +forgery fork form formal format -formation -formats -formatting -formed former -formerly -forming -forms -formula fort -forth +fortnight +fortress fortune -forty forum -forums -forward -forwarding -fossil -foster -foto -fotos -fought -foul -found foundation -foundations -founded -founder fountain -four -fourth +fowl fox -fp -fr -fraction +foxglove fragrance -fragrances frame -framed -frames -framework -framing -france -franchise -francis -francisco -frank -frankfurt -franklin -fraser -fraud -fred -frederick -free -freebsd +fratricide +fraudster +frazzle +freckle freedom -freelance -freely -freeware +freeplay freeze +freezer freight -french -frequencies -frequency -frequent -frequently -fresh -fri -friday +freighter +freon +fresco +friction fridge friend -friendly -friends friendship +frigate +fringe +frock frog -from front -frontier -frontpage frost -frozen +frown fruit -fruits -fs -ft -ftp -fu -fuck -fucked -fucking +frustration fuel -fuji -fujitsu +fulfillment full -fully fun function -functional -functionality -functioning -functions -fund -fundamental -fundamentals -funded -funding fundraising -funds funeral -funk -funky funny fur -furnished -furnishings +furnace furniture -further -furthermore -fusion +fusarium +futon future -futures -fuzzy -fw -fwd -fx -fy -g -ga -gabriel -gadgets -gage +gaffer gain -gained -gains -galaxy +gaiters gale -galleries +gall-bladder gallery -gambling +galley +gallon +galn +galoshes game -gamecube -games -gamespot -gaming -gamma -gang -gangbang +gamebird +gamma-ray +gander gap -gaps garage +garb garbage -garcia garden -gardening -gardens garlic -garmin -gary +garment +garter gas gasoline +gastropod gate -gates gateway gather -gathered -gathering gauge -gave -gay -gays -gazette -gb -gba -gbp -gc -gcc -gd -gdp -ge +gauntlet +gazebo +gazelle gear -geek -gel +gearshift +geese +gelding gem -gen +gemsbok 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 -geo -geographic -geographical geography -geological geology geometry george -georgia -gerald -german -germany -get -gets -getting -gg -ghana +geranium +gerbil +geyser +gherkin ghost -ghz -gi giant -giants -gibraltar -gibson -gif gift -gifts -gig -gilbert +gigantism +ginseng +giraffe +girdle girl girlfriend -girls -gis +git give -given -gives -giving -gl glad -glance -glasgow +gladiolus +gland glass glasses glen -glenn -global -globe -glory -glossary +glider +gliding +glockenspiel +glove gloves -glow -glucose -gm -gmbh -gmc -gmt -gnome -gnu +glue +glut go goal -goals goat +gobbler god -gods -goes -going +godmother +goggles +go-kart gold -golden +goldfish golf -gone -gonna +gondola +gong good -goods -google -gordon -gore -gorgeous -gospel +goodbye +good-bye +goodie +goose +gopher +gore-tex +gorilla +gosling gossip -got -gothic -goto -gotta -gotten -gourmet -gov governance -governing government -governmental -governments governor -govt -gp -gpl -gps -gr +gown grab -grace -grad +grab-bag grade -grades -gradually -graduate -graduated -graduates -graduation -graham grain +gram grammar -grams grand -grande +granddaughter +grandfather +grandmom +grandmother +grandson granny -grant -granted -grants +grape +grapefruit graph graphic -graphical -graphics -graphs -gras grass -grateful -gratis -gratuit -grave -gravity +grasshopper +grassland +gratitude gray +grease great -greater -greatest -greatly -greece +great-grandfather +great-grandmother greek green -greene greenhouse -greensboro -greeting -greetings -greg -gregory -grenada -grew +grenade grey -grid -griffin +grief grill grip +grit grocery -groove -gross ground -grounds -groundwater group -groups -grove -grow -growing -grown -grows +grouper +grouse growth -gs -gsm -gst -gt -gtk -guam guarantee -guaranteed -guarantees guard -guardian -guards -guatemala guess guest guestbook -guests -gui guidance guide -guided -guidelines -guides -guild +guilt guilty -guinea guitar -guitars -gulf +guitarist +gum +gumshoes gun -guns -guru +gutter guy -guyana -guys gym -gzip -h -ha -habitat -habits -hack -hacker -had +gymnast +gymnastics +gynaecology +gyro +habit +hacienda +hacksaw +hackwork +hail hair -hairy -haiti +haircut half -halfcom -halifax +half-brother +half-sister +halibut hall -halloween -halo -ham -hamburg -hamilton +hallway +hamaki +hamburger hammer -hampshire -hampton +hammock +hamster hand -handbags -handbook -handed -handheld -handhelds -handjob -handjobs +handball +hand-holding +handicap handle -handled -handles -handling -handmade -hands -handy +handlebar +handmaiden +handsaw hang -hanging -hans -hansen -happen -happened -happening -happens happiness -happy -harassment harbor harbour -hard -hardcore +hardboard hardcover -harder -hardly +hardening +hardhat +hard-hat hardware -hardwood -harley harm -harmful +harmonica harmony -harold -harper -harris -harrison -harry -hart -hartford -harvard -harvest -harvey -has -hash +harp +harpooner +harpsichord +hassock hat +hatbox +hatchet hate -hats -have -haven -having -hawaii -hawaiian +hatred +haunt +haversack hawk hay -hayes -hazard -hazardous -hazards -hb -hc -hd -hdtv -he head -headed -header -headers -heading +headlight headline -headlines -headphones -headquarters -heads -headset -healing +headrest health -healthcare -healthy -hear -heard hearing -hearings heart -hearts +heartache +hearth +hearthside +heart-throb +heartwood heat -heated heater -heath -heather -heating heaven -heavily heavy -hebrew +hedge +hedgehog heel height -heights -held +heirloom helen -helena helicopter +helium hell +hellcat hello helmet +helo help -helped -helpful -helping -helps -hence -henderson -henry -hentai -hepatitis -her -herald +hemp +hen herb -herbal -herbs -here -hereby -herein -heritage -hero -heroes -herself -hewlett -hey -hh -hi -hidden +heron +herring +hexagon +heyday hide -hierarchy high -higher -highest -highland highlight -highlighted -highlights -highly -highs +high-rise highway -highways -hiking hill -hills -hilton -him -himself -hindu -hint -hints hip +hippodrome +hippopotamus hire -hired -hiring -his -hispanic -hist -historic -historical history hit -hitachi -hits -hitting -hiv -hk -hl -ho +hive hobbies +hobbit hobby hockey +hoe +hog hold -holdem -holder -holders -holding -holdings -holds hole -holes holiday -holidays -holland -hollow -holly -hollywood -holmes -holocaust -holy home -homeland -homeless -homepage -homes -hometown homework -hon -honda -honduras -honest +homogenate +homonym +honesty honey -hong -honolulu -honor -honors +honeybee +honoree hood +hoof hook -hop hope -hoped -hopefully -hopes -hoping -hopkins -horizon -horizontal -hormone +hops horn -horny -horrible +hornet horror horse -horses hose +hosiery +hospice hospital hospitality -hospitals host -hosted hostel -hostels -hosting -hosts +hostess hot +hot-dog hotel -hotels -hotelscom -hotmail -hottest hour -hourly -hours +hourglass house -household -households -houses -housewares -housewives +houseboat +housework housing -houston -how -howard -however -howto -hp -hq -hr -href -hrs -hs -ht -html -http -hu +hovel +hovercraft +howitzer hub -hudson -huge -hugh -hughes -hugo -hull +hubcap +hugger human -humanitarian -humanities -humanity -humans humidity humor -hundred -hundreds -hung -hungarian -hungary +humour hunger -hungry hunt -hunter -hunting -huntington +hurdler hurricane +hurry hurt husband -hwy -hybrid -hydraulic -hydrocodone +hut +hutch +hyacinth +hybridisation +hydrant +hydraulics +hydrofoil hydrogen -hygiene -hypothesis -hypothetical -hyundai -hz -i -ia -ian -ibm -ic +hyena +hygienic +hyphenation +hypochondria +hypothermia ice -iceland +icebreaker +icecream +ice-cream +icicle icon -icons -icq -ict -id -idaho -ide idea ideal -ideas -identical -identification -identified -identifier -identifies -identify -identifying -identity -idle -idol -ids -ie -ieee if -ignore -ignored -ii -iii -il -ill +igloo +ikebana illegal -illinois -illness -illustrated -illustration -illustrations -im -ima image -images imagination -imagine -imaging -img -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 +impress impression -impressive -improve -improved +imprisonment improvement -improvements -improving -in -inappropriate +impudence +impulse inbox -inc -incentive -incentives -incest +incandescence 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 -ind -indeed independence independent -independently index -indexed -indexes -india -indian -indiana -indianapolis -indians -indicate -indicated -indicates -indicating indication -indicator -indicators -indices -indie -indigenous -indirect +indigence individual -individually -individuals -indonesia -indonesian -indoor -induced -induction -industrial -industries industry -inexpensive -inf -infant -infants -infected -infection -infections -infectious -infinite +inevitable +infancy +inflammation inflation influence -influenced -influences -info -inform -informal information -informational -informative -informed -infrared -infrastructure -ing -ingredients -inherited +infusion +inglenook +ingrate initial -initially -initiated initiative -initiatives -injection -injured -injuries +in-joke injury +injustice ink -inkjet -inline +in-laws +inlay inn -inner +innervation +innocence innocent -innovation -innovations -innovative -inns input -inputs -inquire -inquiries inquiry -ins -insects -insert -inserted -insertion +inscription +insect inside -insider -insight -insights +insolence 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 +instrumentalist instrumentation -instruments -insulin +insulation insurance -insured -int -intake -integer -integral -integrate -integrated -integrating -integration -integrity -intel -intellectual +insurgence intelligence -intelligent -intend -intended -intense -intensity -intensive -intent intention -inter -interact interaction -interactions interactive interest -interested -interesting -interests -interface -interfaces -interference -interim +interferometer interior -intermediate +interloper internal international -internationally internet -internship -interpretation -interpreted -interracial -intersection -interstate -interval -intervals -intervention -interventions +interpreter +intervenor interview -interviews -intimate -intl -into -intranet -intro -introduce -introduced -introduces -introducing +interviewer +intestine +intestines introduction -introductory -invalid -invasion invention +inventor inventory -invest -investigate -investigated -investigation -investigations -investigator -investigators -investing investment -investments -investor -investors -invisible -invision -invitation -invitations invite -invited invoice -involve -involved -involvement -involves -involving -io -ion -iowa -ip -ipaq -ipod -ips -ir -ira -iran -iraq -iraqi -irc -ireland -irish +iridescence +iris iron -irrigation -irs -is -isa -isaac -isbn -islam -islamic +ironclad +irony island -islands -isle -iso -isolated -isolation -isp -israel -israeli -issn issue -issued -issues -ist -istanbul it -italia -italian -italiano -italic -italy item -items -its -itsa -itself -itunes -iv -ivory -ix -j -ja -jack +jackal jacket -jackets -jackie -jackson -jacksonville -jacob -jade jaguar jail -jake +jailhouse jam -jamaica james -jamie -jan -jane -janet -january -japan -japanese jar -jason -java -javascript -jay -jazz -jc -jd -je -jean +jasmine +jaw +jealousy jeans jeep jeff -jefferson -jeffrey -jelsoft -jennifer -jenny -jeremy -jerry -jersey -jerusalem -jesse -jessica -jesus +jelly +jellyfish jet -jets jewel -jewellery jewelry -jewish -jews -jill -jim -jimmy -jj -jm -jo -joan +jiffy job -jobs -joe -joel -john -johnny -johns -johnson -johnston +jockey +jodhpurs +joey +jogging join -joined -joining -joins joint joke -jokes -jon -jonathan -jones -jordan -jose -joseph -josh -joshua -journal -journalism -journalist -journalists -journals +jot journey joy -joyce -jp -jpeg -jpg -jr -js -juan judge -judges judgment -judicial -judy +judo +juggernaut juice -jul -julia -julian -julie -july +jumbo jump -jumping -jun -junction -june -jungle +jumper +jumpsuit junior junk -jurisdiction +junker +junket jury -just justice -justify -justin -juvenile -jvc -k -ka -kai -kansas -karaoke +jute +kale +kamikaze +kangaroo +karate karen -karl -karma -kate -kathy -katie -katrina -kay -kazakhstan -kb -kde -keen +kayak +kazoo keep -keeping -keeps -keith -kelkoo -kelly -ken -kennedy -kenneth -kenny -keno -kent -kentucky -kenya -kept -kernel -kerry -kevin +kendo +ketch +ketchup +kettle +kettledrum key keyboard -keyboards -keys -keyword -keywords -kg +keyboarding +keystone kick +kick-off kid kidney -kids -kijiji +kidneys +kielbasa kill -killed -killer -killing -kills -kilometers -kim -kinase +kilogram +kilometer +kilt +kimono kind -kinda -kinds +kindness king -kingdom -kings -kingston -kirk +kingfish +kiosk kiss -kissing -kit kitchen -kits +kite +kitten kitty -klein -km +kleenex +klomps knee -knew +kneejerk +knickers knife +knife-edge knight -knights -knit knitting -knives -knock -know -knowing +knot knowledge -knowledgestorm -known -knows -ko -kodak -kong -korea -korean -kruger -ks -kurt -kuwait -kw -ky -kyle -l -la +knuckle +koala +kohlrabi lab -label -labeled -labels -labor -laboratories -laboratory +laborer labour -labs lace lack +lacquerware ladder -laden -ladies lady -lafayette -laid +ladybug lake -lakes lamb -lambda lamp -lamps lan -lancaster -lance +lanai land -landing -lands +landform +landmine landscape -landscapes -lane -lanes -lang language -languages -lanka +lantern lap +laparoscope +lapdog laptop -laptops -large -largely -larger -largest -larry -las -laser -last -lasting -lat -late -lately -later -latest +larch +larder +lark +laryngitis +lasagna +latency latex -latin -latina -latinas -latino -latitude -latter -latvia -lauderdale +lathe +latte laugh -laughing -launch -launched -launches +laughter laundry -laura -lauren +lava law lawn -lawrence -laws lawsuit lawyer -lawyers lay layer -layers -layout -lazy -lb -lbs -lc -lcd -ld -le lead leader -leaders leadership leading -leads leaf league -lean -learn -learned -learners +leaker learning -lease -leasing -least +leash leather leave -leaves -leaving -lebanon +leaver lecture -lectures -led -lee -leeds -left +leek leg -legacy legal -legally -legend -legendary -legends -legislation -legislative -legislature -legitimate -legs +legging +legume +lei leisure lemon -len -lender -lenders -lending +lemonade +lemur length -lens -lenses -leo -leon -leonard -leone -les -lesbian -lesbians -leslie -less -lesser +lentil +leprosy lesson -lessons let -lets letter -letters -letting -leu +lettuce level -levels -levitra -levy -lewis -lexington -lexmark -lexus -lf -lg -li -liabilities -liability -liable -lib -liberal -liberia -liberty -librarian -libraries -library -libs -licence +lever +leverage license -licensed -licenses -licensing -licking -lid lie -liechtenstein -lies +lier life -lifestyle -lifetime lift light -lighter lighting lightning -lights -lightweight -like -liked -likelihood -likely -likes -likewise -lil -lime +lilac +lily limit -limitation -limitations -limited -limiting -limits -limousines -lincoln -linda -lindsay +limo line -linear -lined -lines -lingerie +linen +liner +linguistics link -linked -linking -links -linux +linseed lion -lions lip -lips +lipstick liquid +liquor lisa list -listed listen -listening -listing -listings -listprice -lists -lit -lite -literacy -literally -literary literature -lithuania litigation -little -live -livecam -lived +litter liver -liverpool -lives -livesex livestock living -liz -ll -llc -lloyd -llp -lm -ln -lo +lizard +llama load -loaded -loading -loads +loaf +loafer loan -loans -lobby -loc +lobotomy +lobster local -locale -locally -locate -located location -locations -locator lock -locked -locking -locks -lodge -lodging +locker +locket +locomotive +locust +loft log -logan -logged -logging +loggia logic -logical -login -logistics -logitech -logo -logos -logs -lol -lolita -london -lone -lonely +loincloth +loneliness long -longer -longest -longitude look -looked -looking -looks -looksmart -lookup -loop -loops -loose -lopez -lord -los -lose -losing loss -losses -lost lot -lots -lottery -lotus -lou -loud -louis -louise -louisiana -louisville +lotion lounge +lout love -loved -lovely -lover -lovers -loves -loving low -lower -lowest -lows -lp -ls -lt -ltd -lu -lucas -lucia +loyalty luck -lucky -lucy luggage -luis -luke +lumber +lumberman lunch +luncheonette +lunchroom lung -luther -luxembourg -luxury -lycos -lying -lynn +lunge +lute +luttuce +lycra +lye +lymphocyte +lynx +lyocell +lyre lyric -lyrics -m -ma -mac -macedonia +macadamia +macaroni machine machinery -machines -macintosh -macro -macromedia -mad -madagascar -made -madison -madness -madonna -madrid -mae -mag +macrame +macrofauna +maelstrom +maestro magazine -magazines magic -magical -magnet -magnetic -magnificent -magnitude -mai +maid maiden mail -mailed -mailing +mailbox mailman -mails -mailto main -maine -mainland -mainly -mainstream -maintain -maintained -maintaining -maintains maintenance major -majority +major-league make -maker -makers -makes makeup -making -malawi -malaysia -maldives male -males -mali mall -malpractice -malta +mallet mambo +mammoth man -manage -managed management manager -managers -managing -manchester -mandate -mandatory -manga -manhattan -manitoba +mandarin +mandolin +mangrove +manhunt +maniac +manicure +mankind manner manor -manual -manually -manuals -manufacture -manufactured +mansard +manservant +mansion +mantel +mantle +mantua manufacturer -manufacturers -manufacturing +manx many map maple -mapping -maps -mar -marathon +maraca +maracas marble -marc -march -marco -marcus -mardi -margaret +mare margin -maria -mariah -marie -marijuana -marilyn -marina -marine -mario -marion -maritime +mariachi +marimba mark -marked -marker -markers market marketing -marketplace -markets -marking -marks +marksman marriage -married -marriott -mars -marshall -mart -martha -martial -martin -marvel -mary -maryland -mas +marsh +marshland +marxism +mascara mask -mason mass -massachusetts massage -massive master -mastercard -masters -masturbating -masturbation +mastication +mastoid mat match -matched -matches -matching mate material -materials -maternity math -mathematical mathematics -mating -matrix -mats -matt matter -matters -matthew +mattock mattress -mature -maui -mauritius -max -maximize maximum -may maybe +mayonnaise mayor -mazda -mb -mba -mc -mcdonald -md -me meal -meals -mean meaning -meaningful -means -meant -meanwhile +measles measure -measured measurement -measurements -measures -measuring meat -mechanical -mechanics -mechanism -mechanisms -med -medal +mechanic media -median -medicaid -medical -medicare -medication -medications medicine -medicines -medieval -meditation -mediterranean medium -medline meet meeting -meetings -meets -meetup -mega -mel -melbourne -melissa -mem +megaliac +melody member -members membership -membrane -memo -memorabilia -memorial -memories memory -memphis men -mens -ment -mental +menorah mention -mentioned -mentor menu -menus -mercedes -merchandise -merchant -merchants mercury -mercy -mere -merely -merge -merger -merit -merry -mesa -mesh mess message -messages -messaging -messenger -met -meta -metabolism -metadata metal -metallic -metallica -metals +metallurgist +meteor +meteorology meter -meters +methane method methodology -methods -metres -metric metro -metropolitan -mexican -mexico -meyer -mf -mfg -mg -mh -mhz -mi -mia -miami -mic +metronome +mezzanine mice -michael -michel -michelle -michigan -micro -microphone -microsoft +microlending microwave -mid +mid-course middle +middleman midi -midlands +midline midnight -midwest +midwife might -mighty -migration -mike -mil -milan -mild +migrant mile -mileage -miles -milf -milfhunter -milfs -military milk -mill +milkshake millennium -miller -million -millions -mills -milton -milwaukee +millimeter +millisecond mime -min +mimosa mind -minds mine -mineral -minerals -mines mini -miniature -minimal -minimize +minibus minimum -mining +minion +mini-skirt minister -ministers -ministries -ministry -minneapolis -minnesota -minolta minor -minority -mins +minor-league mint -minus minute -minutes -miracle mirror -mirrors -misc -miscellaneous +miscarriage +miscommunication +misfit +misogyny +misplacement +misreading miss -missed missile -missing mission -missions -mississippi -missouri +mist mistake -mistakes -mistress -mit -mitchell -mitsubishi +mister +miter +mitten mix -mixed mixer -mixing mixture -mj -ml -mlb -mls -mm -mn -mo +moat mobile -mobiles -mobility -mod +moccasins +mocha mode model -modeling -modelling -models modem -modems -moderate -moderator -moderators -modern -modes -modification -modifications -modified -modify -mods -modular -module -modules -moisture -mold -moldova -molecular -molecules +mole mom moment -moments -momentum -moms -mon -monaco -monday -monetary +monastery +monasticism money -mongolia -monica +monger monitor -monitored -monitoring -monitors monkey -mono -monroe +monocle +monotheism +monsoon monster -montana -monte -montgomery month -monthly -months -montreal mood moon -moore -moral -more -moreover -morgan +moonscape +moonshine +mop morning -morocco -morris -morrison -mortality +morsel mortgage -mortgages -moscow -moses -moss +mortise +mosque +mosquito most -mostly motel -motels +moth mother -motherboard -mothers +mother-in-law motion -motivated -motivation motor +motorboat +motorcar motorcycle -motorcycles -motorola -motors -mount +mound mountain -mountains -mounted -mounting -mounts mouse +mouser +mousse +moustache mouth +mouton move -moved -movement -movements -movers -moves +mover movie -movies -moving -mozambique -mozilla -mp -mpeg -mpegs -mpg -mph -mr -mrna -mrs -ms -msg -msgid -msgstr -msie -msn -mt -mtv -mu -much +mower mud mug -multi +mukluk +mule multimedia -multiple -mumbai -munich -municipal -municipality -murder -murphy -murray muscle -muscles +musculature museum -museums music -musical -musician -musicians -muslim -muslims -must -mustang -mutual -muze -mv -mw -mx -my -myanmar -myers -myrtle -myself -mysimon -myspace -mysql -mysterious -mystery -myth +music-box +music-making +mustache +mustard +mutt +mycoplasma n -na nail -nails -naked -nam name -named -namely -names -namespace -namibia -nancy -nano -naples -narrative -narrow -nasa -nascar -nasdaq -nashville +naming +nanoparticle +napkin nasty -nat -nathan nation national -nationally -nations -nationwide native -nato natural -naturally -naturals +naturalisation nature -naughty -nav -naval -navigate -navigation -navigator -navy -nb -nba -nbc -nc -ncaa -nd -ne -near -nearby -nearest -nearly -nebraska -nec -necessarily +neat necessary -necessity neck necklace +necktie need -needed needle -needs negative +negligee negotiation -negotiations -neighbor -neighborhood -neighbors -neil -neither -nelson -neo +neologism neon -nepal +nephew nerve -nervous nest -nested net -netherlands -netscape +netball +netbook +netsuke network -networking -networks -neural -neutral -nevada -never -nevertheless -new -newark -newbie -newcastle -newer -newest -newfoundland -newly -newport +neurobiologist +neuropathologist +neuropsychiatry news -newscom -newsletter -newsletters newspaper -newspapers -newton -next -nextel -nfl -ng -nh -nhl -nhs -ni -niagara -nicaragua -nice -nicholas -nick +newsprint +newsstand +nexus +nicety +niche nickel -nickname -nicole -niger -nigeria +niece night -nightlife -nightmare -nights -nike -nikon -nil -nine -nintendo -nipple -nipples -nirvana -nissan +nightclub +nightgown +nightingale +nightlight nitrogen -nj -nl -nm -nn -no -noble nobody node -nodes noise -nokia -nominated -nomination -nominations -non -none -nonprofit -noon -nor -norfolk -norm +nonbeliever +nonconformist +nondisclosure +nonsense +noodle normal -normally -norman +norse north -northeast -northern -northwest -norton -norway -norwegian -nos nose -not note notebook -notebooks -noted -notes nothing notice -noticed -notices -notification -notifications -notified notify -notion -notre -nottingham -nov -nova +notoriety +nougat novel -novels -novelty -november -now -nowhere -np -nr -ns -nsw -nt -ntsc -nu -nuclear -nude -nudist -nudity -nuke -null +nudge number -numbers +numeracy numeric -numerical -numerous +numismatist nurse nursery -nurses -nursing +nurture nut nutrition -nutritional -nuts -nutten -nv -nvidia -nw -ny -nyc nylon -nz -o oak -oakland -oaks +oar oasis -ob +oatmeal +obedience obesity -obituaries -obj +obi object objective -objectives -objects obligation -obligations +oboe observation -observations -observe -observed -observer -obtain -obtained -obtaining -obvious -obviously -oc +observatory occasion -occasional -occasionally -occasions occupation -occupational -occupations -occupied -occur -occurred -occurrence -occurring -occurs ocean -oclc -oct -october -odd -odds -oe -oecd -oem -of -off -offense -offensive +ocelot +octagon +octave +octavo +octet +octopus +odometer +oeuvre +offence offer -offered -offering -offerings -offers office officer -officers -offices official -officially -officials -offline -offset -offshore -often -og -oh -ohio +off-ramp oil -oils -ok -okay -oklahoma -ol -old -older -oldest +okra +oldie olive -oliver -olympic -olympics -olympus -om -omaha -oman omega -omissions -on -once +omelet +oncology one -ones -ongoing onion -online -only -ons -ontario -onto -oo -ooo -oops -op open -opened opening -openings -opens opera -operate -operated -operates -operating operation -operational -operations -operator -operators +ophthalmologist opinion -opinions -opponent -opponents -opportunities +opium +opossum +opportunist opportunity -opposed opposite -opposition -opt -optical -optics -optimal -optimization -optimize -optimum option -optional -options -or -oracle -oral orange -orbit +orangutan +orator +orchard orchestra +orchid order -ordered -ordering -orders -ordinance ordinary -oregon -org +ordination organ -organic organisation -organisations -organised -organisms organization -organizational -organizations -organize -organized -organizer -organizing -orgasm -orgy -oriental -orientation -oriented -origin original -originally -origins -orlando -orleans -os -oscar -ot +ornament +osmosis +osprey +ostrich other others -otherwise -ottawa -ou -ought -our -ours -ourselves -out +ott +otter +ounce +outback outcome -outcomes -outdoor -outdoors -outer -outlet -outline -outlined -outlook +outfit +outhouse +outlay output -outputs -outreach +outrigger +outset outside -outsourcing -outstanding oval +ovary oven -over -overall -overcome -overhead -overnight -overseas -overview -owen -own -owned +overcharge +overclocking +overcoat +overexertion +overflight +overnighter +overshoot +owl owner -owners -ownership -owns +ox +oxen oxford -oxide oxygen -oz -ozone -p -pa -pac +oyster pace -pacific +pacemaker pack package -packages -packaging -packard -packed packet -packets -packing -packs pad -pads +paddle +paddock page -pages -paid +pagoda +pail pain -painful paint -paintball -painted +painter painting -paintings +paintwork pair -pairs -pakistan -pal -palace -pale -palestine -palestinian +pajama +pajamas palm -palmer -pam -pamela +pamphlet pan -panama -panasonic -panel -panels +pancake +pancreas +panda panic +pannier +panpipe +pansy +panther panties +pantologist +pantology +pantry pants +pantsuit +panty pantyhose paper paperback -paperbacks -papers -papua -par -para +parable +parachute parade -paradise -paragraph -paragraphs -paraguay -parallel -parameter -parameters +parallelogram +paramedic parcel +parchment +pard parent -parental -parenting -parents -paris -parish +parentheses park -parker +parka parking -parks -parliament -parliamentary +parrot +parsnip part -partial -partially participant -participants -participate -participated -participating -participation particle -particles particular -particularly -parties -partition -partly partner -partners -partnership -partnerships -parts +partridge party -pas -paso pass passage -passed +passbook passenger -passengers -passes -passing passion passive -passport -password -passwords past pasta paste pastor -pat +pastoralist +pastry patch -patches -patent -patents path -pathology -paths +patience patient -patients +patina patio +patriarch patricia -patrick +patrimony +patriot patrol pattern -patterns -paul +pause +pavement pavilion -paxil +paw +pawnshop pay -payable -payday -paying +payee payment -payments -paypal -payroll -pays -pb -pc -pci -pcs -pct -pd -pda -pdas -pdf -pdt -pe +pea peace -peaceful +peach +peacoat +peacock peak +peanut +pear pearl -peas -pediatric -pee -peeing +pedal +peen peer -peers +peer-to-peer +pegboard +pelican +pelt pen -penalties penalty pencil pendant -pending -penetration -penguin -peninsula -penis -penn -pennsylvania -penny -pens +pendulum +penicillin pension -pensions -pentium +pentagon +peony people -peoples pepper -per -perceived -percent percentage perception -perfect -perfectly -perform +perch performance -performances -performed -performer -performing -performs perfume -perhaps period -periodic -periodically -periods +periodical peripheral -peripherals -perl -permalink -permanent +permafrost permission -permissions permit -permits -permitted -perry -persian -persistent +perp person personal personality -personalized -personally -personals -personnel -persons perspective -perspectives -perth -peru pest pet -pete -peter -petersburg -peterson -petite -petition -petroleum -pets -pf -pg -pgp -ph -phantom -pharmaceutical -pharmaceuticals -pharmacies -pharmacology -pharmacy +petal +petticoat +pew +pha +pharmacist +pharmacopoeia phase -phases -phd -phenomenon -phentermine -phi -phil -philadelphia -philip -philippines -philips -phillips +pheasant +philosopher philosophy -phoenix phone -phones photo -photograph photographer -photographers -photographic -photographs -photography -photos -photoshop -php -phpbb phrase -phrases -phys physical -physically -physician -physicians physics -physiology -pi +pianist piano -pic -pichunter +piccolo pick -picked -picking -picks -pickup -picnic -pics +pickax +picket +pickle picture -pictures pie piece -pieces -pierce -pierre +pier +piety pig +pigeon pike -pill +pile +pilgrimage +pillbox pillow -pills pilot +pimp +pimple pin +pinafore +pince-nez pine +pineapple +pinecone ping pink -pins +pinkie +pinstripe +pint +pinto +pinworm pioneer pipe -pipeline -pipes -pirates +piracy piss -pissing -pit pitch -pittsburgh -pix -pixel -pixels +pitching +pith pizza -pj -pk -pl place -placed -placement -places -placing plain -plains -plaintiff plan plane -planes planet -planets -planned -planner -planners -planning -plans plant -plants -plasma +plantation +planter +plaster +plasterboard plastic -plastics plate -plates platform -platforms platinum +platypus play -playback -playboy -played player -players -playing -playlist -plays -playstation -plaza -plc -pleasant -please -pleased +playground +playroom pleasure -pledge +pleated plenty +plier plot -plots -plug -plugin -plugins -plumbing -plus -plymouth -pm -pmc -pmid -pn -po +plough +plover +plow +plowman +plume +plunger +plywood +pneumonia pocket -pockets -pod -podcast -podcasts +pocketbook +pocket-watch poem -poems poet poetry +poignance point -pointed -pointer -pointing -points -pokemon -poker -poland -polar +poison +poisoning pole +polenta police -policies +policeman policy polish -polished -political -politicians politics -poll -polls pollution polo -poly polyester -polymer -polyphonic +pompom +poncho pond -pontiac +pony +poof pool -pools -poor pop -pope -popular -popularity +popcorn +poppy +popsicle population -populations -por -porcelain -pork -porn -porno -porsche +populist +porch +porcupine port -portable -portal porter portfolio -portion -portions -portland -portrait -portraits -ports -portsmouth -portugal -portuguese -pos -pose -posing +porthole position -positioning -positions positive -possess possession -possibilities possibility possible -possibly post postage -postal -postcard -postcards -posted +postbox poster -posters -posting -postings -postposted -posts pot potato -potatoes potential -potentially -potter -pottery +potty +pouch poultry pound -pounds -pour +pounding poverty powder -powell power -powered -powerful -powerpoint -powers -powerseller -pp -ppc -ppm -pr -practical practice -practices -practitioner -practitioners -prague -prairie -praise -pray -prayer -prayers -pre -preceding -precious +precedent precipitation -precise -precisely -precision -predict -predicted -prediction -predictions -prefer +preface preference -preferences -preferred -prefers -prefix -pregnancy -pregnant -preliminary +prelude +premeditation premier -premiere -premises -premium -prep -prepaid +preoccupation preparation -prepare -prepared -preparing -prerequisite -prescribed -prescription presence present presentation -presentations -presented -presenting -presently -presents -preservation -preserve president -presidential press -pressed -pressing +pressroom pressure -preston -pretty -prev -prevent -preventing -prevention -preview -previews -previous -previously +pressurisation price -priced -prices -pricing pride priest -primarily +priesthood primary -prime +primate 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 -pro -probability -probably -probe +prizefight +probation problem -problems -proc 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 -prof 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 +pronunciation proof -propecia -proper -properly -properties +proof-reader +propane property -prophet -proportion proposal -proposals -propose -proposed -proposition -proprietary -pros -prospect -prospective -prospects -prostate -prostores -prot -protect -protected -protecting +prose +prosecution 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 -ps -psi -psp -pst -psychiatry -psychological +prow +pruner +pseudoscience +psychiatrist +psychoanalyst +psychologist psychology -pt -pts -pty -pub +ptarmigan public -publication -publications publicity -publicly -publish -published publisher -publishers -publishing -pubmed -pubs -puerto +pudding +puddle +puffin pull -pulled -pulling -pulse +pulley +puma pump -pumps +pumpkin +pumpkinseed punch +punctuation punishment -punk -pupils +pupa +pupil puppy purchase -purchased -purchases -purchasing -pure +puritan purple purpose -purposes purse -pursuant -pursue -pursuit push -pushed -pushing -pussy +pusher put -puts -putting -puzzle -puzzles pvc -python -q -qatar -qc -qld -qt -qty -quad -qualification -qualifications -qualified -qualify -qualifying -qualities +pyjama +pyramid +quadrant +quail quality -quantitative -quantities quantity -quantum +quart quarter -quarterly -quarters -que -quebec +quartz queen -queens -queensland -queries -query -quest question -questionnaire -questions -queue -qui -quick -quickly +quicksand quiet +quill quilt +quince quit -quite -quiz -quizzes -quotations +quiver +quotation quote -quoted -quotes -r -ra +rabbi rabbit +raccoon race -races -rachel -racial +racer racing +racism +racist rack -racks radar -radiation -radical +radiator radio -radios -radius +radiosonde +radish +raffle +raft +rag rage -raid rail -railroad railway +raiment rain rainbow +raincoat +rainmaker +rainstorm raise -raised -raises -raising -raleigh -rally -ralph +rake ram -ran +rambler +ramie ranch -rand random -randy +randomisation range -rangers -ranges -ranging rank -ranked -ranking -rankings -ranks -rap -rape -rapid -rapidly -rapids -rare -rarely +raspberry rat rate -rated -rates -rather -rating -ratings ratio -rational -ratios -rats +raven +ravioli raw +rawhide ray -raymond -rays -rb -rc -rca -rd -re +rayon reach -reached -reaches -reaching +reactant reaction -reactions read -reader -readers -readily reading -readings -reads -ready -real -realistic reality -realize -realized -really -realm -realtor -realtors -realty +reamer rear reason -reasonable -reasonably -reasoning -reasons -rebate -rebates -rebecca -rebel -rebound -rec -recall receipt -receive -received -receiver -receivers -receives -receiving -recent -recently reception -receptor -receptors +recess recipe -recipes -recipient -recipients -recognised +recliner recognition -recognize -recognized -recommend recommendation -recommendations -recommended -recommends -reconstruction record -recorded recorder -recorders recording -recordings -records recover -recovered -recovery recreation -recreational -recruiting -recruitment -recycling +recruit +rectangle red -redeem -redhead -reduce -reduced -reduces -reducing +redesign +rediscovery reduction -reductions -reed reef -reel -ref -refer +refectory 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 -reg -regard -regarded -regarding -regardless -regards -reggae -regime region -regional -regions register -registered -registrar -registration -registry -regression +regret regular -regularly -regulated regulation -regulations -regulatory -rehab -rehabilitation -reid +reindeer +reinscription reject -rejected -rel -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 +relish reminder -remix remote -removable -removal remove -removed -removing -renaissance -render -rendered -rendering -renew -renewable -renewal -reno rent -rental -rentals -rentcom -rep repair -repairs +reparation 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 +reprocessing republic -republican -republicans reputation request -requested -requesting -requests -require -required requirement -requirements -requires -requiring -res -rescue +resale 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 +respite 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 +rethinking +retina +retouch return -returned -returning -returns -reunion -reuters -rev reveal -revealed -reveals -revelation +revenant revenge revenue -revenues -reverse review -reviewed -reviewer -reviewing -reviews -revised -revision -revisions revolution -revolutionary +revolve +revolver reward -rewards -reynolds -rf -rfc -rg -rh -rhode +rheumatism +rhinoceros +rhyme rhythm -ri -ribbon -rica rice rich -richard -richards -richardson -richmond -rick -rico -rid +riddle ride rider -riders -rides ridge -riding +rifle right -rights rim ring -rings -ringtone -ringtones -rio +ringworm rip -ripe +ripple rise -rising +riser risk -risks river -rivers -riverside -rj -rl -rm -rn -rna -ro +riverbed +rivulet road -roads -rob -robert -roberts -robertson +roadway +roast +robe robin -robinson -robot -robots -robust -rochester rock +rocker rocket -rocks -rocky +rocket-ship rod -roger -rogers -roland role -roles roll -rolled roller -rolling -rolls -rom -roman -romance -romania -romantic -rome -ron -ronald roof room -roommate -roommates -rooms +rooster root -roots rope -rosa rose -roses -ross -roster -rotary -rotation -rouge +rostrum +rotate rough -roughly -roulette round -rounds +roundabout route router -routers -routes routine -routines -routing -rover row -rows -roy +rowboat royal -royalty -rp -rpg -rpm -rr -rrp -rs -rss -rt -ru +rub rubber -ruby -rug +rubbish +rubric +ruckus +ruffle rugby -rugs +ruin rule -ruled -rules -ruling +rum run +runaway runner -running -runs -runtime -rural rush -russell -russia -russian +rutabaga ruth -rv -rw -rwanda -rx -ryan -s -sa -sacramento -sacred -sacrifice +ry +sabre +sack sad -saddam -safari +saddle safe -safely -safer safety sage -sagem -said sail -sailing -saint -saints -sake +sailboat +sailor salad -salaries salary sale -salem -sales -sally +salesman salmon salon +saloon salt -salvador -salvation -sam -samba -same -samoa +samovar +sampan sample -samples -sampling -samsung -samuel -san +samurai sand -sandra +sandals +sandbar sandwich -sandy -sans -santa -sanyo -sao -sap -sapphire -sara -sarah -sas -saskatchewan -sat +sardine +sari +sarong +sash satellite satin +satire satisfaction -satisfactory -satisfied -satisfy -saturday -saturn sauce -saudi -savage -savannah +sausage save -saved -saver -saves saving savings +savior +saviour saw -say -saying -says -sb -sbjct -sc +saxophone scale -scales -scan -scanned +scallion scanner -scanners -scanning -scary -scenario -scenarios +scarecrow +scarf +scarification scene -scenes -scenic +scenery +scent schedule -scheduled -schedules -scheduling -schema scheme -schemes -scholar -scholars -scholarship -scholarships +schizophrenic +schnitzel school -schools -sci +schoolhouse +schooner science -sciences -scientific -scientist -scientists -scoop -scope +scimitar +scissors +scooter score -scored -scores -scoring -scotia -scotland -scott -scottish -scout +scorn +scow +scraper scratch +screamer screen -screening -screens -screensaver -screensavers -screenshot -screenshots +screenwriting screw +screwdriver +screw-up +scrim +scrip script -scripting -scripts -scroll -scsi -scuba +sculpting sculpture -sd -se sea seafood +seagull seal -sealed -sean +seaplane search -searchcom -searched -searches -searching -seas +seashore +seaside season -seasonal -seasons seat -seating -seats -seattle -sec second -secondary -seconds secret secretariat secretary -secrets section -sections +sectional sector -sectors secure -secured -securely -securities security -see seed -seeds -seeing -seek -seeker -seekers -seeking -seeks -seem -seemed -seems -seen -sees -sega +seeder segment -segments select -selected -selecting selection -selections -selective self sell -seller -sellers -selling -sells -semester -semi -semiconductor -seminar -seminars -sen -senate +semicircle +semicolon senator -senators -send -sender -sending -sends -senegal senior -seniors sense sensitive -sensitivity -sensor -sensors -sent sentence -sentences -seo -sep -separate -separated -separately -separation -sept -september -seq -sequence -sequences -ser -serbia -serial +sepal +septicaemia series -serious -seriously -serum +servant serve -served server -servers -serves service -services -serving session -sessions set -sets setting -settings -settle -settled -settlement -setup -seven -seventh -several -severe -sewing +settler +sewer sex -sexcam -sexo -sexual -sexuality -sexually -sexy -sf -sg -sh +shack shade -shades shadow -shadows -shaft +shadowbox shake -shakespeare -shakira -shall +shakedown +shaker +shallot shame -shanghai -shannon +shampoo +shanty shape -shaped -shapes share -shared -shareholders -shares -shareware -sharing shark sharon -sharp -shaved -shaw +shawl she +shearling +shears +sheath shed sheep -sheer sheet -sheets -sheffield shelf shell shelter -shemale -shemales -shepherd -sheriff -sherman +sherry shield shift +shin shine +shingle ship -shipment -shipments -shipped -shipping -ships shirt -shirts -shit +shirtdress +shoat shock shoe +shoehorn +shoe-horn +shoelace +shoemaker shoes +shoestring +shofar shoot -shooting +shootdown shop shopper -shoppercom -shoppers shopping -shoppingcom -shops -shopzilla shore -short -shortcuts -shorter -shortly +shortage shorts +shortwave shot -shots -should shoulder +shovel show -showcase -showed shower -showers -showing -shown -shows -showtimes -shut -shuttle -si -sic +show-stopper +shred +shrimp +shrine +sibling sick side -sides -sie -siemens -sierra -sig -sight -sigma +sideboard +sideburns +sidecar +sidestream +sidewalk +siding sign signal -signals signature -signatures -signed +signet significance -significant -significantly -signing -signs signup silence -silent -silicon +silica silk +silkworm +sill silly +silo silver -sim -similar -similarly -simon simple -simplified -simply -simpson -simpsons -sims -simulation -simulations -simultaneously -sin -since sing -singapore singer -singh -singing single -singles sink -sip sir sister -sisters -sit +sister-in-law +sitar site -sitemap -sites -sitting -situated situation -situations -six -sixth size -sized -sizes -sk -skating -ski +skate skiing skill -skilled -skills skin -skins -skip skirt -skirts -sku +skull +skullcap +skullduggery +skunk sky -skype -sl +skylight +skyscraper +skywalk +slapstick +slash slave +sled +sledge sleep -sleeping -sleeps -sleeve +sleet +sleuth +slice slide -slides -slideshow -slight -slightly -slim +slider +slime slip +slipper +slippers slope -slot -slots -slovak -slovakia -slovenia -slow -slowly -slut -sluts -sm -small -smaller -smart +sloth +smash smell +smelting smile -smilies -smith -smithsonian +smock +smog smoke smoking -smooth -sms -smtp -sn +smuggling +snail snake -snap -snapshot +snakebite +sneakers +sneeze +snob +snorer snow -snowboard -so -soa +snowboarding +snowflake +snowman +snowmobiling +snowplow +snowstorm +snowsuit +snuggle soap -soc soccer -social -societies society sociology -socket +sock socks -sodium +soda sofa soft softball +softdrink +softening software soil -sol -solar -solaris -sold soldier -soldiers -sole -solely solid -solo -solomon +solitaire solution -solutions -solve -solved -solving -soma -somalia -some -somebody -somehow -someone -somerset -something -sometimes -somewhat +sombrero +somersault somewhere son song -songs -sonic -sons -sony -soon -soonest -sophisticated -sorry +songbird +sonnet +soot +soprano +sorbet +sorrow sort -sorted -sorts -sought -soul -souls +soulmate sound -sounds -soundtrack soup source -sources +sourwood +sousaphone south -southampton -southeast -southern -southwest -soviet -sox -sp -spa +south america +south korea +sow +soy +soybean space -spaces -spain -spam -span -spanish +spacing +spade +spaghetti +spandex spank -spanking -sparc spare -spas -spatial -speak +spark +sparrow +spasm speaker -speakers -speaking -speaks -spears -spec +speakerphone +spear special specialist -specialists -specialized -specializing -specially -specials -specialties -specialty -species specific -specifically -specification -specifications -specifics -specified -specifies -specify -specs -spectacular -spectrum +spectacle +spectacles +spectrograph speech -speeches speed -speeds +speedboat spell spelling -spencer spend -spending -spent -sperm sphere -spice +sphynx spider -spies -spin +spike +spinach spine +spiral spirit -spirits spiritual -spirituality +spite +spleen split -spoke -spoken -spokesman -sponsor -sponsored -sponsors -sponsorship +sponge +spoon sport -sporting -sports spot spotlight -spots -spouse spray spread -spreading spring -springer -springfield -springs -sprint +sprinter +sprout +spruce +spume +spur spy -spyware -sq -sql -squad square -squirt -squirting -sr -src -sri -ss -ssl -st -stability +squash +squatter +squeegee +squid +squirrel stable stack +stacking stadium staff -staffing +stag stage -stages -stainless -stakeholders +stain +stair +staircase +stallion +stamen +stamina stamp -stamps -stan +stance stand standard -standards -standing -standings -stands -stanford -stanley +standoff star -starring -stars -starsmerchant start -started starter -starting -starts -startup -stat state -stated statement -statements -states -statewide -static -stating station -stationery -stations -statistical -statistics -stats +station-wagon +statistic status -statute -statutes -statutory stay -stayed -staying -stays -std -ste -steady +steak steal steam +steamroller steel -steering +steeple stem +stencil step -stephanie -stephen +step-aunt +step-brother +stepdaughter +step-daughter +step-father +step-grandfather +step-grandmother +stepmother +step-mother +stepping-stone steps -stereo -sterling -steve -steven -stevens -stewart +step-sister +stepson +step-son +step-uncle +stew stick -sticker -stickers -sticks -sticky +stiletto still +stinger +stitch stock -stockholm +stocking stockings -stocks -stolen +stock-in-trade +stole stomach stone -stones -stood +stonework +stool stop -stopped -stopping -stops +stopsign +stopwatch storage store -stored -stores -stories +storey storm story -str -straight +storyboard +story-telling +stove strain -strand -strange +strait stranger strap -strategic -strategies strategy +straw +strawberry stream -streaming -streams street -streets +streetcar strength -strengthen -strengthening -strengths stress stretch -strict -strictly strike -strikes -striking string -strings strip -stripes -strips stroke -strong -stronger -strongly -struck -struct -structural structure -structured -structures struggle -stuart -stuck stud student -students -studied -studies studio -studios study -studying stuff -stuffed -stunning +stumbling stupid +stupidity +sturgeon style -styles -stylish +styling stylus -su -sub -subaru -subcommittee -subdivision +subcomponent +subconscious subject -subjects -sublime -sublimedirectory -submission -submissions -submit -submitted -submitting -subscribe -subscriber -subscribers -subscription -subscriptions -subsection -subsequent -subsequently -subsidiaries -subsidiary +submarine +subroutine +subsidence substance -substances -substantial -substantially -substitute -subtle -suburban -succeed +suburb +subway success -successful -successfully -such suck -sucking -sucks -sudan -sudden -suddenly -sue -suffer -suffered -suffering -sufficient -sufficiently +suede +suffocation sugar -suggest -suggested -suggesting suggestion -suggestions -suggests -suicide suit -suitable -suite -suited -suites -suits -sullivan -sum -summaries -summary +suitcase +sultan summer -summit sun +sunbeam +sunbonnet sunday +sundial +sunflower sunglasses -sunny -sunrise -sunset +sunlamp +sunroom sunshine -super -superb -superintendent -superior -supervision -supervisor -supervisors -supplement -supplemental -supplements -supplied -supplier -suppliers -supplies +supermarket supply support -supported -supporters -supporting -supports -suppose -supposed -supreme -sur -sure -surely -surf +supporter +suppression surface -surfaces -surfing -surge +surfboard surgeon -surgeons surgery -surgical surname -surplus surprise -surprised -surprising -surrey surround -surrounded -surrounding -surveillance survey -surveys -survival -survive -survivor -survivors -susan -suse +sushi suspect -suspected -suspended -suspension -sussex -sustainability -sustainable -sustained -suzuki -sv -sw -swap -sweden +suspenders +sustainment +SUV +swallow +swamp +swan +swath +sweat +sweater +sweats +sweatshirt +sweatshop +sweatsuit swedish sweet -swift +sweets +swell swim swimming +swimsuit swing -swingers swiss switch -switched -switches -switching -switzerland +switchboard +swivel sword -sydney -symantec -symbol -symbols +swordfish +sycamore +symmetry sympathy -symphony -symposium -symptoms -sync syndicate -syndication -syndrome -synopsis -syntax -synthesis -synthetic -syracuse -syria -sys +synergy +synod +syrup system -systematic -systems -t -ta -tab +tabby +tabernacle table -tables -tablet -tablets -tabs +tablecloth +tabletop +tachometer tackle -tactics -tag -tagged -tags -tahoe +tadpole tail -taiwan -take -taken -takes -taking +tailor +tailspin tale -talent -talented -tales talk -talked -talking -talks -tall -tamil -tampa -tan +tam +tambour +tambourine +tam-o'-shanter +tandem +tangerine tank -tanks -tanzania +tanker +tankful +tank-top tap -tape -tapes -tar +tard target -targeted -targets -tariff task -tasks +tassel taste +tatami +tattler tattoo -taught +tavern tax -taxation -taxes taxi -taylor -tb -tba -tc -tcp -td -te +taxicab tea teach teacher -teachers -teaches teaching team -teams tear -tears -tech -technical -technician -technique -techniques -techno -technological -technologies +technologist technology -techrepublic -ted -teddy -tee teen -teenage -teens teeth -tel -telecharger -telecom -telecommunications telephone -telephony -telescope +telescreen +teletype television -televisions tell -telling -tells +teller temp +temper temperature -temperatures -template -templates temple -temporal -temporarily +tempo +temporariness temporary -ten -tenant -tend -tender -tennessee +temptress +tendency +tenement tennis +tenor tension tent +tepee term -terminal -terminals -termination -terminology -terms -terrace -terrain -terrible -territories +terracotta +terrapin territory -terror -terrorism -terrorist -terrorists -terry test -testament -tested -testimonials -testimony -testing -tests -tex -texas text textbook -textbooks -textile -textiles -texts texture -tf -tft -tgp -th -thai -thailand -than -thank thanks -thanksgiving -that -thats -the +thaw theater -theaters -theatre -thee -theft -thehun -their -them +theism theme -themes -themselves -then -theology -theorem -theoretical -theories theory -therapeutic therapist -therapy -there -thereafter -thereby -therefore -thereof -thermal -thesaurus -these -thesis -they -thick -thickness -thin +thermals +thermometer +thigh thing -things -think thinking -thinkpad -thinks -third -thirty -this +thirst +thistle thomas -thompson -thomson thong thongs -thorough -thoroughly -those -thou -though +thorn thought -thoughts -thousand -thousands thread -threaded -threads -threat -threatened -threatening -threats -three -threesome -threshold -thriller +thrill throat -through -throughout -throw -throwing -thrown -throws -thru -thu +throne +thrush thumb -thumbnail -thumbnails -thumbs -thumbzilla thunder -thursday -thus -thy -ti +thunderbolt +thunderhead +thunderstorm +tiara +tic ticket -tickets -tide tie -tied -tier -ties -tiffany tiger -tigers tight -til +tights tile -tiles till -tim +timbale timber time timeline -timely +timeout timer -times -timing -timothy +timpani tin -tiny -tion -tions +tinderbox +tinkle +tintype tip -tips tire -tired -tires tissue -tit titanium -titans title -titled -titles -tits -titten -tm -tmp -tn -to -tobacco -tobago +toad +toast today -todd -toddler toe -together +toenail +toga +togs toilet -token -tokyo -told tolerance -toll tom tomato -tomatoes -tommy +tomography tomorrow +tom-tom ton tone -toner -tones tongue tonight -tons -tony -too -took tool -toolbar -toolbox -toolkit -tools +toot tooth +toothbrush +toothpaste +toothpick top +top-hat topic -topics -topless -tops -toronto -torture -toshiba +topsail +toque +torchiere +toreador +tornado +torso +tortellini +tortoise +tosser total -totally -totals +tote touch -touched tough +tough-guy tour -touring -tourism tourist -tournament -tournaments -tours -toward -towards +towel tower -towers town -towns -township -toxic +townhouse +tow-truck toy -toyota -toys -tp -tr -trace +trachoma track -trackback -trackbacks -tracked -tracker -tracking -tracks -tract +tracksuit tractor -tracy trade -trademark -trademarks -trader -trades -trading tradition -traditional -traditions +traditionalism traffic -tragedy trail trailer -trailers -trails train -trained trainer -trainers training -trains -tramadol -trance -tranny -trans +tram +tramp transaction -transactions -transcript -transcription -transcripts -transexual -transexuales -transfer -transferred -transfers -transform -transformation -transit transition -translate -translated translation -translations -translator transmission -transmit -transmitted -transparency -transparent +transom transport transportation -transsexual -trap +trapdoor +trapezium +trapezoid 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 -trembl -tremendous -trend -trends -treo -tri +trellis +tremor +trench trial -trials triangle -tribal tribe -tribes -tribunal -tribune -tribute trick -tricks -tried -tries -trigger +trigonometry trim -trinidad -trinity -trio +trinket trip -tripadvisor -triple -trips -triumph -trivia -troops -tropical +tripod +trolley +trombone +trooper trouble -troubleshooting +trousers trout -troy +trove +trowel truck -trucks -true -truly +truckit +trumpet trunk trust -trusted -trustee -trustees -trusts truth try -trying -ts +t-shirt tsunami -tt -tu tub +tuba tube -tubes -tucson -tue -tuesday -tuition -tulsa -tumor +tugboat +tulip +tummy +tuna tune -tuner -tunes -tuning -tunisia +tune-up +tunic tunnel -turbo -turkey +turban turkish turn -turned -turner -turning -turns +turnip +turnover +turnstile +turret turtle -tutorial -tutorials +tussle +tutu +tuxedo tv -tvcom -tvs -twelve -twenty -twice -twiki -twin -twinks -twins +twig +twilight +twine twist -twisted +twister two -tx -ty -tyler type -types -typical -typically -typing -u -uc -uganda -ugly -uh -ui -uk -ukraine -ul -ultimate -ultimately -ultra -ultram -um -un -una -unable -unauthorized -unavailable -uncertainty +typewriter +typhoon +tyvek +ukulele +umbrella +unblinking uncle -und -undefined -under -undergraduate +underclothes underground -underlying -understand +underneath +underpants +underpass +undershirt understanding -understood -undertake -undertaken underwear -undo -une +underwire unemployment -unexpected -unfortunately -uni -unified +unibody uniform union -unions -uniprotkb unique unit -united -units unity -univ -universal -universe -universities university -unix -unknown -unless -unlike -unlikely -unlimited -unlock -unnecessary -unsigned -unsubscribe -until -untitled -unto -unusual -unwrap -up -upc -upcoming -update -updated -updates -updating -upgrade -upgrades -upgrading -upload -uploaded -upon upper -ups -upset -upskirt -upskirts -ur -urban -urge -urgent -uri -url -urls -uruguay -urw -us -usa +upstairs +urn usage -usb -usc -usd -usda use -used -useful user -username -users -uses -usgs -using -usps -usr +usher usual -usually -ut -utah -utc -utilities -utility -utilization -utilize -utils -uv -uw -uzbekistan -v -va -vacancies +utensil vacation -vacations -vaccine vacuum -vagina -val -valentine -valid -validation +vagrant +valance validity -valium valley valuable -valuation value -valued -values -valve -valves -vampire van -vancouver -vanilla -var -variable -variables -variance +vane +vanity variation -variations -varied -varies variety -various -vary -varying +vase vast -vat -vatican vault -vb -vbulletin -vc -vcr -ve -vector -vegas +vaulting +veal vegetable -vegetables -vegetarian +vegetarianism vegetation vehicle -vehicles -velocity +veil +vein +veldt +vellum +velodrome velvet -vendor -vendors -venezuela -venice -venture -ventures -venue -venues -ver -verbal -verde -verification -verified -verify -verizon -vermont -vernon +vengeance +venom +veranda +verdict +vermicelli verse version -versions -versus -vertex -vertical -very -verzeichnis +vertigo +verve vessel -vessels -veteran -veterans -veterinary -vg -vhs -vi -via -viagra -vibrator -vibrators -vic -vice -victim -victims -victor -victoria -victorian -victory -vid +vest +vestment +vibe +vibraphone +vibration video -videos -vids -vienna -vietnam -vietnamese view -viewed -viewer -viewers -viewing -viewpicture -views -vii -viii -viking villa village -villages -villas -vincent -vintage +vineyard vinyl -violation -violations +viola violence -violent +violet violin -vip -viral -virgin -virginia -virtual -virtually +virginal virtue virus -viruses -visa -visibility -visible +viscose +vise vision visit -visited -visiting visitor -visitors -visits -vista +visor visual -vital -vitamin -vitamins -vocabulary -vocal -vocals -vocational +vitality +vixen voice -voices -void -voip -vol -volkswagen +volcano volleyball -volt -voltage volume -volumes -voluntary -volunteer -volunteers -volvo -von -vote -voted -voters -votes -voting -voyeur -voyeurweb -voyuer -vp -vpn -vs -vsnet -vt -vulnerability -vulnerable -w -wa -wage -wages -wagner -wagon +voyage +vulture +wad +wafer +waffle +waist +waistband wait -waiting -waiver +waiter +waitress wake -wal -wales walk -walked walker -walking -walks +walkway wall -wallace +wallaby wallet -wallpaper -wallpapers -walls walnut -walt -walter -wan -wang -wanna -want -wanted -wanting -wants +walrus +wampum +wannabe war -warcraft -ward -ware -warehouse -warm -warming -warned -warner +warden +warlock +warmth +warm-up warning -warnings -warrant -warranties -warranty -warren -warrior -warriors -wars -was wash +washbasin +washcloth washer -washing -washington +washtub +wasp waste +wastebasket watch -watched -watches -watching +watchmaker water -waterproof -waters -watershed -watson -watt -watts -wav +waterbed +waterfall +waterskiing +waterspout wave -waves wax way -wayne -ways -wb -wc -we -weak +weakness wealth weapon -weapons wear -wearing +weasel weather web -webcam -webcams -webcast -weblog -weblogs -webmaster -webmasters -webpage -webshots -website -websites -webster -wed wedding -weddings -wednesday +wedge weed +weeder +weedkiller week weekend -weekends -weekly -weeks +weekender weight -weighted -weights weird welcome -welding welfare well -wellington -wellness -wells -welsh -wendy -went -were -wesley west western -westminster -wet +wet-bar +wetsuit whale -what -whatever -whats +wharf wheat wheel -wheels -when -whenever -where whereas -wherever -whether -which while -whilst +whip +whirlpool +whirlwind +whisker +whiskey +whistle white -who whole wholesale -whom -whore -whose -why -wi -wichita -wicked -wide -widely -wider -widescreen -widespread +wholesaler +whorl width wife -wifi -wiki -wikipedia -wild wilderness wildlife -wiley will -william -williams -willing willow -wilson win wind +windage +wind-chime window -windows -winds -windsor +windscreen +windshield wine -wines wing -wings +wingman +wingtip winner -winners -winning -wins -winston winter wire -wired -wireless -wires -wiring -wisconsin wisdom -wise +wiseguy wish -wishes -wishlist -wit +wisteria witch -with +witch-hunt withdrawal -within -without witness -witnesses -wives -wizard -wm -wma -wn wolf -woman +wombat women -womens -won wonder -wonderful -wondering wood -wooden -woods +woodland +woodshed +woodwind wool -worcester +woolen word -wordpress -words work -worked +workbench worker -workers -workflow -workforce +workhorse working -workout -workplace -works +worklife workshop -workshops -workstation world -worldcat -worlds -worldsex -worldwide worm -worn -worried worry -worse -worship -worst worth worthy -would wound -wow -wp -wr wrap -wrapped -wrapping -wrestling -wright +wraparound +wrecker +wren +wrench +wrestler +wrinkle wrist -write writer -writers -writes writing -writings -written wrong -wrote -ws -wt -wto -wu -wv -ww -www -wx -wy -wyoming -x -xanax -xbox -xerox -xhtml -xi -xl -xml -xnxx -xp -xx -xxx -y -ya +xylophone yacht -yahoo -yale -yamaha -yang +yak +yam yard -yards +yarmulke yarn -ye -yea -yeah +yawl year -yearly -years yeast yellow -yemen -yen -yes yesterday -yet -yield -yields -yn -yo +yew +yin yoga -york -yorkshire +yogurt +yoke you young -younger -your -yours -yourself youth -yr -yrs -yu -yugoslavia -yukon -z -za -zambia -zdnet -zealand -zen -zero -zimbabwe +yurt +zampone +zebra +zebrafish +zephyr +ziggurat zinc -zip -zoloft +zipper +zither zone -zones -zoning zoo -zoom -zoophilia -zope -zshops -zu -zum -zus +zoologist +zoology +zoot-suit +zucchini diff --git a/lib/makeSpanish.js b/lib/makeSpanish.js index 0921fa7..f38c8b9 100755 --- a/lib/makeSpanish.js +++ b/lib/makeSpanish.js @@ -1,51 +1,66 @@ const pluralize = require('pluralize'); -const makeSpanish = word => { +const makeSpanish = (words) => { - const original = word; - - /*rng*/ - const seed = (word.split('').reverse().map(_=>_.codePointAt(0)).join('')%100)/100 - const otherSeed = (word.split('').map(_=>_.codePointAt(0)).join('')%100)/100 + const seed = (words.join('').split('').reverse().map(_=>_.codePointAt(0)).join('')%100)/100 + const thirdSeed = (words.join('').toUpperCase().split('').reverse().map(_=>_.codePointAt(0)).join('')%100)/100 + const otherSeed = (words.join('').split('').map(_=>_.codePointAt(0)).join('')%100)/100 /*wow problematic*/ const genderIsFemale = seed > .55; const genderCharacter = genderIsFemale?'a':'o'; - const genderAdjective = genderIsFemale?'la':'el'; + const genderPrep = genderIsFemale?'la':'el'; - /*ajectives*/ - const hasAdj = otherSeed > .6; + /*preposition*/ + const hasPreposition = otherSeed > .6; - /*wrapped => wrappado*/ - word = word.replace(/ed$/g,`ad${genderCharacter}`); + const makeSpanishWord = word => { - /*wrapping => wrappeando*/ - word = word.replace(/ing/g,`eand${genderCharacter}`); + const original = word; - /*ph*/ - word = word.replace(/ph/g,`f`); + /*wrapped => wrappado*/ + word = word.replace(/ed$/g,`ad${genderCharacter}`); - /*normalize*/ - word = word.replace(/[e,o,a]$/g,`${genderCharacter}`); + /*wrapping => wrappeando*/ + word = word.replace(/ing/g,`eand${genderCharacter}`); - /*easiest*/ - if(pluralize.isPlural(original)) { - word = `${word.slice(0,-1)}${genderCharacter}${word.slice(-1)}` - } - else { - word = `${word}${genderCharacter}`; - } + /*ph*/ + word = word.replace(/ph/g,`f`); - /*remove all doubles*/ - word = word.replace(/([a-z])\1/g, '$1'); + /*normalize*/ + word = word.replace(/[e,o,a]$/g,`${genderCharacter}`); - /*ajective it*/ - if(hasAdj) { - word = `${genderAdjective} ${word}`; - } + /*easiest*/ + if(pluralize.isPlural(original)) { + word = `${word.slice(0,-1)}${genderCharacter}${word.slice(-1)}` + } + else { + word = `${word}${genderCharacter}`; + } + + /*remove all doubles*/ + word = word.replace(/([a-z])\1/g, '$1'); - return word; + /*rae.es told me to do this*/ + word = word.replace(/ck/g, 'qu'); + word = word.replace(/wh/g, 'gu'); + word = word.replace(/(?!^)y([aeiou])/g, 'i$1'); + word = word.replace(/^y([aeiou])/g, 'j$1'); + + /*alt+n + n*/ + word = word.replace(/(ny|ni)/g,`ñ`); + return word; + + }; + + words = [...words].reverse().map(makeSpanishWord); + + /*prepos it*/ + if(hasPreposition) { + words.unshift(genderPrep); + } -}; + return words; +} module.exports = makeSpanish; diff --git a/package-lock.json b/package-lock.json index 7262753..f26c614 100755 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "spanish-wourds", + "name": "spanish-words", "version": "1.0.0", "lockfileVersion": 1, "requires": true, @@ -1591,6 +1591,11 @@ "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", "dev": true }, + "shuffle-array": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/shuffle-array/-/shuffle-array-1.0.1.tgz", + "integrity": "sha1-xP88/nTRb5NzBZIwGyXmV3sSiYs=" + }, "signal-exit": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz", diff --git a/package.json b/package.json index bd941f5..394d43d 100755 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "dotenv": "^4.0.0", "pluralize": "^7.0.0", "redis": "^2.8.0", + "shuffle-array": "^1.0.1", "twitter": "^1.7.1" }, "devDependencies": {