hipstapas.core
Version:
Easy and unobtrusive generation of secure strings, uuids, passphrases (using EFF wordlists) and random numbers.
1,169 lines (1,168 loc) • 334 kB
JavaScript
/**
* EFF large wordlist https://www.eff.org/de/deeplinks/2016/07/new-wordlists-random-passphrases
*/
let wordlistLargeMap = new Map();
wordlistLargeMap.set('11111', 'abacus');
wordlistLargeMap.set('11112', 'abdomen');
wordlistLargeMap.set('11113', 'abdominal');
wordlistLargeMap.set('11114', 'abide');
wordlistLargeMap.set('11115', 'abiding');
wordlistLargeMap.set('11116', 'ability');
wordlistLargeMap.set('11121', 'ablaze');
wordlistLargeMap.set('11122', 'able');
wordlistLargeMap.set('11123', 'abnormal');
wordlistLargeMap.set('11124', 'abrasion');
wordlistLargeMap.set('11125', 'abrasive');
wordlistLargeMap.set('11126', 'abreast');
wordlistLargeMap.set('11131', 'abridge');
wordlistLargeMap.set('11132', 'abroad');
wordlistLargeMap.set('11133', 'abruptly');
wordlistLargeMap.set('11134', 'absence');
wordlistLargeMap.set('11135', 'absentee');
wordlistLargeMap.set('11136', 'absently');
wordlistLargeMap.set('11141', 'absinthe');
wordlistLargeMap.set('11142', 'absolute');
wordlistLargeMap.set('11143', 'absolve');
wordlistLargeMap.set('11144', 'abstain');
wordlistLargeMap.set('11145', 'abstract');
wordlistLargeMap.set('11146', 'absurd');
wordlistLargeMap.set('11151', 'accent');
wordlistLargeMap.set('11152', 'acclaim');
wordlistLargeMap.set('11153', 'acclimate');
wordlistLargeMap.set('11154', 'accompany');
wordlistLargeMap.set('11155', 'account');
wordlistLargeMap.set('11156', 'accuracy');
wordlistLargeMap.set('11161', 'accurate');
wordlistLargeMap.set('11162', 'accustom');
wordlistLargeMap.set('11163', 'acetone');
wordlistLargeMap.set('11164', 'achiness');
wordlistLargeMap.set('11165', 'aching');
wordlistLargeMap.set('11166', 'acid');
wordlistLargeMap.set('11211', 'acorn');
wordlistLargeMap.set('11212', 'acquaint');
wordlistLargeMap.set('11213', 'acquire');
wordlistLargeMap.set('11214', 'acre');
wordlistLargeMap.set('11215', 'acrobat');
wordlistLargeMap.set('11216', 'acronym');
wordlistLargeMap.set('11221', 'acting');
wordlistLargeMap.set('11222', 'action');
wordlistLargeMap.set('11223', 'activate');
wordlistLargeMap.set('11224', 'activator');
wordlistLargeMap.set('11225', 'active');
wordlistLargeMap.set('11226', 'activism');
wordlistLargeMap.set('11231', 'activist');
wordlistLargeMap.set('11232', 'activity');
wordlistLargeMap.set('11233', 'actress');
wordlistLargeMap.set('11234', 'acts');
wordlistLargeMap.set('11235', 'acutely');
wordlistLargeMap.set('11236', 'acuteness');
wordlistLargeMap.set('11241', 'aeration');
wordlistLargeMap.set('11242', 'aerobics');
wordlistLargeMap.set('11243', 'aerosol');
wordlistLargeMap.set('11244', 'aerospace');
wordlistLargeMap.set('11245', 'afar');
wordlistLargeMap.set('11246', 'affair');
wordlistLargeMap.set('11251', 'affected');
wordlistLargeMap.set('11252', 'affecting');
wordlistLargeMap.set('11253', 'affection');
wordlistLargeMap.set('11254', 'affidavit');
wordlistLargeMap.set('11255', 'affiliate');
wordlistLargeMap.set('11256', 'affirm');
wordlistLargeMap.set('11261', 'affix');
wordlistLargeMap.set('11262', 'afflicted');
wordlistLargeMap.set('11263', 'affluent');
wordlistLargeMap.set('11264', 'afford');
wordlistLargeMap.set('11265', 'affront');
wordlistLargeMap.set('11266', 'aflame');
wordlistLargeMap.set('11311', 'afloat');
wordlistLargeMap.set('11312', 'aflutter');
wordlistLargeMap.set('11313', 'afoot');
wordlistLargeMap.set('11314', 'afraid');
wordlistLargeMap.set('11315', 'afterglow');
wordlistLargeMap.set('11316', 'afterlife');
wordlistLargeMap.set('11321', 'aftermath');
wordlistLargeMap.set('11322', 'aftermost');
wordlistLargeMap.set('11323', 'afternoon');
wordlistLargeMap.set('11324', 'aged');
wordlistLargeMap.set('11325', 'ageless');
wordlistLargeMap.set('11326', 'agency');
wordlistLargeMap.set('11331', 'agenda');
wordlistLargeMap.set('11332', 'agent');
wordlistLargeMap.set('11333', 'aggregate');
wordlistLargeMap.set('11334', 'aghast');
wordlistLargeMap.set('11335', 'agile');
wordlistLargeMap.set('11336', 'agility');
wordlistLargeMap.set('11341', 'aging');
wordlistLargeMap.set('11342', 'agnostic');
wordlistLargeMap.set('11343', 'agonize');
wordlistLargeMap.set('11344', 'agonizing');
wordlistLargeMap.set('11345', 'agony');
wordlistLargeMap.set('11346', 'agreeable');
wordlistLargeMap.set('11351', 'agreeably');
wordlistLargeMap.set('11352', 'agreed');
wordlistLargeMap.set('11353', 'agreeing');
wordlistLargeMap.set('11354', 'agreement');
wordlistLargeMap.set('11355', 'aground');
wordlistLargeMap.set('11356', 'ahead');
wordlistLargeMap.set('11361', 'ahoy');
wordlistLargeMap.set('11362', 'aide');
wordlistLargeMap.set('11363', 'aids');
wordlistLargeMap.set('11364', 'aim');
wordlistLargeMap.set('11365', 'ajar');
wordlistLargeMap.set('11366', 'alabaster');
wordlistLargeMap.set('11411', 'alarm');
wordlistLargeMap.set('11412', 'albatross');
wordlistLargeMap.set('11413', 'album');
wordlistLargeMap.set('11414', 'alfalfa');
wordlistLargeMap.set('11415', 'algebra');
wordlistLargeMap.set('11416', 'algorithm');
wordlistLargeMap.set('11421', 'alias');
wordlistLargeMap.set('11422', 'alibi');
wordlistLargeMap.set('11423', 'alienable');
wordlistLargeMap.set('11424', 'alienate');
wordlistLargeMap.set('11425', 'aliens');
wordlistLargeMap.set('11426', 'alike');
wordlistLargeMap.set('11431', 'alive');
wordlistLargeMap.set('11432', 'alkaline');
wordlistLargeMap.set('11433', 'alkalize');
wordlistLargeMap.set('11434', 'almanac');
wordlistLargeMap.set('11435', 'almighty');
wordlistLargeMap.set('11436', 'almost');
wordlistLargeMap.set('11441', 'aloe');
wordlistLargeMap.set('11442', 'aloft');
wordlistLargeMap.set('11443', 'aloha');
wordlistLargeMap.set('11444', 'alone');
wordlistLargeMap.set('11445', 'alongside');
wordlistLargeMap.set('11446', 'aloof');
wordlistLargeMap.set('11451', 'alphabet');
wordlistLargeMap.set('11452', 'alright');
wordlistLargeMap.set('11453', 'although');
wordlistLargeMap.set('11454', 'altitude');
wordlistLargeMap.set('11455', 'alto');
wordlistLargeMap.set('11456', 'aluminum');
wordlistLargeMap.set('11461', 'alumni');
wordlistLargeMap.set('11462', 'always');
wordlistLargeMap.set('11463', 'amaretto');
wordlistLargeMap.set('11464', 'amaze');
wordlistLargeMap.set('11465', 'amazingly');
wordlistLargeMap.set('11466', 'amber');
wordlistLargeMap.set('11511', 'ambiance');
wordlistLargeMap.set('11512', 'ambiguity');
wordlistLargeMap.set('11513', 'ambiguous');
wordlistLargeMap.set('11514', 'ambition');
wordlistLargeMap.set('11515', 'ambitious');
wordlistLargeMap.set('11516', 'ambulance');
wordlistLargeMap.set('11521', 'ambush');
wordlistLargeMap.set('11522', 'amendable');
wordlistLargeMap.set('11523', 'amendment');
wordlistLargeMap.set('11524', 'amends');
wordlistLargeMap.set('11525', 'amenity');
wordlistLargeMap.set('11526', 'amiable');
wordlistLargeMap.set('11531', 'amicably');
wordlistLargeMap.set('11532', 'amid');
wordlistLargeMap.set('11533', 'amigo');
wordlistLargeMap.set('11534', 'amino');
wordlistLargeMap.set('11535', 'amiss');
wordlistLargeMap.set('11536', 'ammonia');
wordlistLargeMap.set('11541', 'ammonium');
wordlistLargeMap.set('11542', 'amnesty');
wordlistLargeMap.set('11543', 'amniotic');
wordlistLargeMap.set('11544', 'among');
wordlistLargeMap.set('11545', 'amount');
wordlistLargeMap.set('11546', 'amperage');
wordlistLargeMap.set('11551', 'ample');
wordlistLargeMap.set('11552', 'amplifier');
wordlistLargeMap.set('11553', 'amplify');
wordlistLargeMap.set('11554', 'amply');
wordlistLargeMap.set('11555', 'amuck');
wordlistLargeMap.set('11556', 'amulet');
wordlistLargeMap.set('11561', 'amusable');
wordlistLargeMap.set('11562', 'amused');
wordlistLargeMap.set('11563', 'amusement');
wordlistLargeMap.set('11564', 'amuser');
wordlistLargeMap.set('11565', 'amusing');
wordlistLargeMap.set('11566', 'anaconda');
wordlistLargeMap.set('11611', 'anaerobic');
wordlistLargeMap.set('11612', 'anagram');
wordlistLargeMap.set('11613', 'anatomist');
wordlistLargeMap.set('11614', 'anatomy');
wordlistLargeMap.set('11615', 'anchor');
wordlistLargeMap.set('11616', 'anchovy');
wordlistLargeMap.set('11621', 'ancient');
wordlistLargeMap.set('11622', 'android');
wordlistLargeMap.set('11623', 'anemia');
wordlistLargeMap.set('11624', 'anemic');
wordlistLargeMap.set('11625', 'aneurism');
wordlistLargeMap.set('11626', 'anew');
wordlistLargeMap.set('11631', 'angelfish');
wordlistLargeMap.set('11632', 'angelic');
wordlistLargeMap.set('11633', 'anger');
wordlistLargeMap.set('11634', 'angled');
wordlistLargeMap.set('11635', 'angler');
wordlistLargeMap.set('11636', 'angles');
wordlistLargeMap.set('11641', 'angling');
wordlistLargeMap.set('11642', 'angrily');
wordlistLargeMap.set('11643', 'angriness');
wordlistLargeMap.set('11644', 'anguished');
wordlistLargeMap.set('11645', 'angular');
wordlistLargeMap.set('11646', 'animal');
wordlistLargeMap.set('11651', 'animate');
wordlistLargeMap.set('11652', 'animating');
wordlistLargeMap.set('11653', 'animation');
wordlistLargeMap.set('11654', 'animator');
wordlistLargeMap.set('11655', 'anime');
wordlistLargeMap.set('11656', 'animosity');
wordlistLargeMap.set('11661', 'ankle');
wordlistLargeMap.set('11662', 'annex');
wordlistLargeMap.set('11663', 'annotate');
wordlistLargeMap.set('11664', 'announcer');
wordlistLargeMap.set('11665', 'annoying');
wordlistLargeMap.set('11666', 'annually');
wordlistLargeMap.set('12111', 'annuity');
wordlistLargeMap.set('12112', 'anointer');
wordlistLargeMap.set('12113', 'another');
wordlistLargeMap.set('12114', 'answering');
wordlistLargeMap.set('12115', 'antacid');
wordlistLargeMap.set('12116', 'antarctic');
wordlistLargeMap.set('12121', 'anteater');
wordlistLargeMap.set('12122', 'antelope');
wordlistLargeMap.set('12123', 'antennae');
wordlistLargeMap.set('12124', 'anthem');
wordlistLargeMap.set('12125', 'anthill');
wordlistLargeMap.set('12126', 'anthology');
wordlistLargeMap.set('12131', 'antibody');
wordlistLargeMap.set('12132', 'antics');
wordlistLargeMap.set('12133', 'antidote');
wordlistLargeMap.set('12134', 'antihero');
wordlistLargeMap.set('12135', 'antiquely');
wordlistLargeMap.set('12136', 'antiques');
wordlistLargeMap.set('12141', 'antiquity');
wordlistLargeMap.set('12142', 'antirust');
wordlistLargeMap.set('12143', 'antitoxic');
wordlistLargeMap.set('12144', 'antitrust');
wordlistLargeMap.set('12145', 'antiviral');
wordlistLargeMap.set('12146', 'antivirus');
wordlistLargeMap.set('12151', 'antler');
wordlistLargeMap.set('12152', 'antonym');
wordlistLargeMap.set('12153', 'antsy');
wordlistLargeMap.set('12154', 'anvil');
wordlistLargeMap.set('12155', 'anybody');
wordlistLargeMap.set('12156', 'anyhow');
wordlistLargeMap.set('12161', 'anymore');
wordlistLargeMap.set('12162', 'anyone');
wordlistLargeMap.set('12163', 'anyplace');
wordlistLargeMap.set('12164', 'anything');
wordlistLargeMap.set('12165', 'anytime');
wordlistLargeMap.set('12166', 'anyway');
wordlistLargeMap.set('12211', 'anywhere');
wordlistLargeMap.set('12212', 'aorta');
wordlistLargeMap.set('12213', 'apache');
wordlistLargeMap.set('12214', 'apostle');
wordlistLargeMap.set('12215', 'appealing');
wordlistLargeMap.set('12216', 'appear');
wordlistLargeMap.set('12221', 'appease');
wordlistLargeMap.set('12222', 'appeasing');
wordlistLargeMap.set('12223', 'appendage');
wordlistLargeMap.set('12224', 'appendix');
wordlistLargeMap.set('12225', 'appetite');
wordlistLargeMap.set('12226', 'appetizer');
wordlistLargeMap.set('12231', 'applaud');
wordlistLargeMap.set('12232', 'applause');
wordlistLargeMap.set('12233', 'apple');
wordlistLargeMap.set('12234', 'appliance');
wordlistLargeMap.set('12235', 'applicant');
wordlistLargeMap.set('12236', 'applied');
wordlistLargeMap.set('12241', 'apply');
wordlistLargeMap.set('12242', 'appointee');
wordlistLargeMap.set('12243', 'appraisal');
wordlistLargeMap.set('12244', 'appraiser');
wordlistLargeMap.set('12245', 'apprehend');
wordlistLargeMap.set('12246', 'approach');
wordlistLargeMap.set('12251', 'approval');
wordlistLargeMap.set('12252', 'approve');
wordlistLargeMap.set('12253', 'apricot');
wordlistLargeMap.set('12254', 'april');
wordlistLargeMap.set('12255', 'apron');
wordlistLargeMap.set('12256', 'aptitude');
wordlistLargeMap.set('12261', 'aptly');
wordlistLargeMap.set('12262', 'aqua');
wordlistLargeMap.set('12263', 'aqueduct');
wordlistLargeMap.set('12264', 'arbitrary');
wordlistLargeMap.set('12265', 'arbitrate');
wordlistLargeMap.set('12266', 'ardently');
wordlistLargeMap.set('12311', 'area');
wordlistLargeMap.set('12312', 'arena');
wordlistLargeMap.set('12313', 'arguable');
wordlistLargeMap.set('12314', 'arguably');
wordlistLargeMap.set('12315', 'argue');
wordlistLargeMap.set('12316', 'arise');
wordlistLargeMap.set('12321', 'armadillo');
wordlistLargeMap.set('12322', 'armband');
wordlistLargeMap.set('12323', 'armchair');
wordlistLargeMap.set('12324', 'armed');
wordlistLargeMap.set('12325', 'armful');
wordlistLargeMap.set('12326', 'armhole');
wordlistLargeMap.set('12331', 'arming');
wordlistLargeMap.set('12332', 'armless');
wordlistLargeMap.set('12333', 'armoire');
wordlistLargeMap.set('12334', 'armored');
wordlistLargeMap.set('12335', 'armory');
wordlistLargeMap.set('12336', 'armrest');
wordlistLargeMap.set('12341', 'army');
wordlistLargeMap.set('12342', 'aroma');
wordlistLargeMap.set('12343', 'arose');
wordlistLargeMap.set('12344', 'around');
wordlistLargeMap.set('12345', 'arousal');
wordlistLargeMap.set('12346', 'arrange');
wordlistLargeMap.set('12351', 'array');
wordlistLargeMap.set('12352', 'arrest');
wordlistLargeMap.set('12353', 'arrival');
wordlistLargeMap.set('12354', 'arrive');
wordlistLargeMap.set('12355', 'arrogance');
wordlistLargeMap.set('12356', 'arrogant');
wordlistLargeMap.set('12361', 'arson');
wordlistLargeMap.set('12362', 'art');
wordlistLargeMap.set('12363', 'ascend');
wordlistLargeMap.set('12364', 'ascension');
wordlistLargeMap.set('12365', 'ascent');
wordlistLargeMap.set('12366', 'ascertain');
wordlistLargeMap.set('12411', 'ashamed');
wordlistLargeMap.set('12412', 'ashen');
wordlistLargeMap.set('12413', 'ashes');
wordlistLargeMap.set('12414', 'ashy');
wordlistLargeMap.set('12415', 'aside');
wordlistLargeMap.set('12416', 'askew');
wordlistLargeMap.set('12421', 'asleep');
wordlistLargeMap.set('12422', 'asparagus');
wordlistLargeMap.set('12423', 'aspect');
wordlistLargeMap.set('12424', 'aspirate');
wordlistLargeMap.set('12425', 'aspire');
wordlistLargeMap.set('12426', 'aspirin');
wordlistLargeMap.set('12431', 'astonish');
wordlistLargeMap.set('12432', 'astound');
wordlistLargeMap.set('12433', 'astride');
wordlistLargeMap.set('12434', 'astrology');
wordlistLargeMap.set('12435', 'astronaut');
wordlistLargeMap.set('12436', 'astronomy');
wordlistLargeMap.set('12441', 'astute');
wordlistLargeMap.set('12442', 'atlantic');
wordlistLargeMap.set('12443', 'atlas');
wordlistLargeMap.set('12444', 'atom');
wordlistLargeMap.set('12445', 'atonable');
wordlistLargeMap.set('12446', 'atop');
wordlistLargeMap.set('12451', 'atrium');
wordlistLargeMap.set('12452', 'atrocious');
wordlistLargeMap.set('12453', 'atrophy');
wordlistLargeMap.set('12454', 'attach');
wordlistLargeMap.set('12455', 'attain');
wordlistLargeMap.set('12456', 'attempt');
wordlistLargeMap.set('12461', 'attendant');
wordlistLargeMap.set('12462', 'attendee');
wordlistLargeMap.set('12463', 'attention');
wordlistLargeMap.set('12464', 'attentive');
wordlistLargeMap.set('12465', 'attest');
wordlistLargeMap.set('12466', 'attic');
wordlistLargeMap.set('12511', 'attire');
wordlistLargeMap.set('12512', 'attitude');
wordlistLargeMap.set('12513', 'attractor');
wordlistLargeMap.set('12514', 'attribute');
wordlistLargeMap.set('12515', 'atypical');
wordlistLargeMap.set('12516', 'auction');
wordlistLargeMap.set('12521', 'audacious');
wordlistLargeMap.set('12522', 'audacity');
wordlistLargeMap.set('12523', 'audible');
wordlistLargeMap.set('12524', 'audibly');
wordlistLargeMap.set('12525', 'audience');
wordlistLargeMap.set('12526', 'audio');
wordlistLargeMap.set('12531', 'audition');
wordlistLargeMap.set('12532', 'augmented');
wordlistLargeMap.set('12533', 'august');
wordlistLargeMap.set('12534', 'authentic');
wordlistLargeMap.set('12535', 'author');
wordlistLargeMap.set('12536', 'autism');
wordlistLargeMap.set('12541', 'autistic');
wordlistLargeMap.set('12542', 'autograph');
wordlistLargeMap.set('12543', 'automaker');
wordlistLargeMap.set('12544', 'automated');
wordlistLargeMap.set('12545', 'automatic');
wordlistLargeMap.set('12546', 'autopilot');
wordlistLargeMap.set('12551', 'available');
wordlistLargeMap.set('12552', 'avalanche');
wordlistLargeMap.set('12553', 'avatar');
wordlistLargeMap.set('12554', 'avenge');
wordlistLargeMap.set('12555', 'avenging');
wordlistLargeMap.set('12556', 'avenue');
wordlistLargeMap.set('12561', 'average');
wordlistLargeMap.set('12562', 'aversion');
wordlistLargeMap.set('12563', 'avert');
wordlistLargeMap.set('12564', 'aviation');
wordlistLargeMap.set('12565', 'aviator');
wordlistLargeMap.set('12566', 'avid');
wordlistLargeMap.set('12611', 'avoid');
wordlistLargeMap.set('12612', 'await');
wordlistLargeMap.set('12613', 'awaken');
wordlistLargeMap.set('12614', 'award');
wordlistLargeMap.set('12615', 'aware');
wordlistLargeMap.set('12616', 'awhile');
wordlistLargeMap.set('12621', 'awkward');
wordlistLargeMap.set('12622', 'awning');
wordlistLargeMap.set('12623', 'awoke');
wordlistLargeMap.set('12624', 'awry');
wordlistLargeMap.set('12625', 'axis');
wordlistLargeMap.set('12626', 'babble');
wordlistLargeMap.set('12631', 'babbling');
wordlistLargeMap.set('12632', 'babied');
wordlistLargeMap.set('12633', 'baboon');
wordlistLargeMap.set('12634', 'backache');
wordlistLargeMap.set('12635', 'backboard');
wordlistLargeMap.set('12636', 'backboned');
wordlistLargeMap.set('12641', 'backdrop');
wordlistLargeMap.set('12642', 'backed');
wordlistLargeMap.set('12643', 'backer');
wordlistLargeMap.set('12644', 'backfield');
wordlistLargeMap.set('12645', 'backfire');
wordlistLargeMap.set('12646', 'backhand');
wordlistLargeMap.set('12651', 'backing');
wordlistLargeMap.set('12652', 'backlands');
wordlistLargeMap.set('12653', 'backlash');
wordlistLargeMap.set('12654', 'backless');
wordlistLargeMap.set('12655', 'backlight');
wordlistLargeMap.set('12656', 'backlit');
wordlistLargeMap.set('12661', 'backlog');
wordlistLargeMap.set('12662', 'backpack');
wordlistLargeMap.set('12663', 'backpedal');
wordlistLargeMap.set('12664', 'backrest');
wordlistLargeMap.set('12665', 'backroom');
wordlistLargeMap.set('12666', 'backshift');
wordlistLargeMap.set('13111', 'backside');
wordlistLargeMap.set('13112', 'backslid');
wordlistLargeMap.set('13113', 'backspace');
wordlistLargeMap.set('13114', 'backspin');
wordlistLargeMap.set('13115', 'backstab');
wordlistLargeMap.set('13116', 'backstage');
wordlistLargeMap.set('13121', 'backtalk');
wordlistLargeMap.set('13122', 'backtrack');
wordlistLargeMap.set('13123', 'backup');
wordlistLargeMap.set('13124', 'backward');
wordlistLargeMap.set('13125', 'backwash');
wordlistLargeMap.set('13126', 'backwater');
wordlistLargeMap.set('13131', 'backyard');
wordlistLargeMap.set('13132', 'bacon');
wordlistLargeMap.set('13133', 'bacteria');
wordlistLargeMap.set('13134', 'bacterium');
wordlistLargeMap.set('13135', 'badass');
wordlistLargeMap.set('13136', 'badge');
wordlistLargeMap.set('13141', 'badland');
wordlistLargeMap.set('13142', 'badly');
wordlistLargeMap.set('13143', 'badness');
wordlistLargeMap.set('13144', 'baffle');
wordlistLargeMap.set('13145', 'baffling');
wordlistLargeMap.set('13146', 'bagel');
wordlistLargeMap.set('13151', 'bagful');
wordlistLargeMap.set('13152', 'baggage');
wordlistLargeMap.set('13153', 'bagged');
wordlistLargeMap.set('13154', 'baggie');
wordlistLargeMap.set('13155', 'bagginess');
wordlistLargeMap.set('13156', 'bagging');
wordlistLargeMap.set('13161', 'baggy');
wordlistLargeMap.set('13162', 'bagpipe');
wordlistLargeMap.set('13163', 'baguette');
wordlistLargeMap.set('13164', 'baked');
wordlistLargeMap.set('13165', 'bakery');
wordlistLargeMap.set('13166', 'bakeshop');
wordlistLargeMap.set('13211', 'baking');
wordlistLargeMap.set('13212', 'balance');
wordlistLargeMap.set('13213', 'balancing');
wordlistLargeMap.set('13214', 'balcony');
wordlistLargeMap.set('13215', 'balmy');
wordlistLargeMap.set('13216', 'balsamic');
wordlistLargeMap.set('13221', 'bamboo');
wordlistLargeMap.set('13222', 'banana');
wordlistLargeMap.set('13223', 'banish');
wordlistLargeMap.set('13224', 'banister');
wordlistLargeMap.set('13225', 'banjo');
wordlistLargeMap.set('13226', 'bankable');
wordlistLargeMap.set('13231', 'bankbook');
wordlistLargeMap.set('13232', 'banked');
wordlistLargeMap.set('13233', 'banker');
wordlistLargeMap.set('13234', 'banking');
wordlistLargeMap.set('13235', 'banknote');
wordlistLargeMap.set('13236', 'bankroll');
wordlistLargeMap.set('13241', 'banner');
wordlistLargeMap.set('13242', 'bannister');
wordlistLargeMap.set('13243', 'banshee');
wordlistLargeMap.set('13244', 'banter');
wordlistLargeMap.set('13245', 'barbecue');
wordlistLargeMap.set('13246', 'barbed');
wordlistLargeMap.set('13251', 'barbell');
wordlistLargeMap.set('13252', 'barber');
wordlistLargeMap.set('13253', 'barcode');
wordlistLargeMap.set('13254', 'barge');
wordlistLargeMap.set('13255', 'bargraph');
wordlistLargeMap.set('13256', 'barista');
wordlistLargeMap.set('13261', 'baritone');
wordlistLargeMap.set('13262', 'barley');
wordlistLargeMap.set('13263', 'barmaid');
wordlistLargeMap.set('13264', 'barman');
wordlistLargeMap.set('13265', 'barn');
wordlistLargeMap.set('13266', 'barometer');
wordlistLargeMap.set('13311', 'barrack');
wordlistLargeMap.set('13312', 'barracuda');
wordlistLargeMap.set('13313', 'barrel');
wordlistLargeMap.set('13314', 'barrette');
wordlistLargeMap.set('13315', 'barricade');
wordlistLargeMap.set('13316', 'barrier');
wordlistLargeMap.set('13321', 'barstool');
wordlistLargeMap.set('13322', 'bartender');
wordlistLargeMap.set('13323', 'barterer');
wordlistLargeMap.set('13324', 'bash');
wordlistLargeMap.set('13325', 'basically');
wordlistLargeMap.set('13326', 'basics');
wordlistLargeMap.set('13331', 'basil');
wordlistLargeMap.set('13332', 'basin');
wordlistLargeMap.set('13333', 'basis');
wordlistLargeMap.set('13334', 'basket');
wordlistLargeMap.set('13335', 'batboy');
wordlistLargeMap.set('13336', 'batch');
wordlistLargeMap.set('13341', 'bath');
wordlistLargeMap.set('13342', 'baton');
wordlistLargeMap.set('13343', 'bats');
wordlistLargeMap.set('13344', 'battalion');
wordlistLargeMap.set('13345', 'battered');
wordlistLargeMap.set('13346', 'battering');
wordlistLargeMap.set('13351', 'battery');
wordlistLargeMap.set('13352', 'batting');
wordlistLargeMap.set('13353', 'battle');
wordlistLargeMap.set('13354', 'bauble');
wordlistLargeMap.set('13355', 'bazooka');
wordlistLargeMap.set('13356', 'blabber');
wordlistLargeMap.set('13361', 'bladder');
wordlistLargeMap.set('13362', 'blade');
wordlistLargeMap.set('13363', 'blah');
wordlistLargeMap.set('13364', 'blame');
wordlistLargeMap.set('13365', 'blaming');
wordlistLargeMap.set('13366', 'blanching');
wordlistLargeMap.set('13411', 'blandness');
wordlistLargeMap.set('13412', 'blank');
wordlistLargeMap.set('13413', 'blaspheme');
wordlistLargeMap.set('13414', 'blasphemy');
wordlistLargeMap.set('13415', 'blast');
wordlistLargeMap.set('13416', 'blatancy');
wordlistLargeMap.set('13421', 'blatantly');
wordlistLargeMap.set('13422', 'blazer');
wordlistLargeMap.set('13423', 'blazing');
wordlistLargeMap.set('13424', 'bleach');
wordlistLargeMap.set('13425', 'bleak');
wordlistLargeMap.set('13426', 'bleep');
wordlistLargeMap.set('13431', 'blemish');
wordlistLargeMap.set('13432', 'blend');
wordlistLargeMap.set('13433', 'bless');
wordlistLargeMap.set('13434', 'blighted');
wordlistLargeMap.set('13435', 'blimp');
wordlistLargeMap.set('13436', 'bling');
wordlistLargeMap.set('13441', 'blinked');
wordlistLargeMap.set('13442', 'blinker');
wordlistLargeMap.set('13443', 'blinking');
wordlistLargeMap.set('13444', 'blinks');
wordlistLargeMap.set('13445', 'blip');
wordlistLargeMap.set('13446', 'blissful');
wordlistLargeMap.set('13451', 'blitz');
wordlistLargeMap.set('13452', 'blizzard');
wordlistLargeMap.set('13453', 'bloated');
wordlistLargeMap.set('13454', 'bloating');
wordlistLargeMap.set('13455', 'blob');
wordlistLargeMap.set('13456', 'blog');
wordlistLargeMap.set('13461', 'bloomers');
wordlistLargeMap.set('13462', 'blooming');
wordlistLargeMap.set('13463', 'blooper');
wordlistLargeMap.set('13464', 'blot');
wordlistLargeMap.set('13465', 'blouse');
wordlistLargeMap.set('13466', 'blubber');
wordlistLargeMap.set('13511', 'bluff');
wordlistLargeMap.set('13512', 'bluish');
wordlistLargeMap.set('13513', 'blunderer');
wordlistLargeMap.set('13514', 'blunt');
wordlistLargeMap.set('13515', 'blurb');
wordlistLargeMap.set('13516', 'blurred');
wordlistLargeMap.set('13521', 'blurry');
wordlistLargeMap.set('13522', 'blurt');
wordlistLargeMap.set('13523', 'blush');
wordlistLargeMap.set('13524', 'blustery');
wordlistLargeMap.set('13525', 'boaster');
wordlistLargeMap.set('13526', 'boastful');
wordlistLargeMap.set('13531', 'boasting');
wordlistLargeMap.set('13532', 'boat');
wordlistLargeMap.set('13533', 'bobbed');
wordlistLargeMap.set('13534', 'bobbing');
wordlistLargeMap.set('13535', 'bobble');
wordlistLargeMap.set('13536', 'bobcat');
wordlistLargeMap.set('13541', 'bobsled');
wordlistLargeMap.set('13542', 'bobtail');
wordlistLargeMap.set('13543', 'bodacious');
wordlistLargeMap.set('13544', 'body');
wordlistLargeMap.set('13545', 'bogged');
wordlistLargeMap.set('13546', 'boggle');
wordlistLargeMap.set('13551', 'bogus');
wordlistLargeMap.set('13552', 'boil');
wordlistLargeMap.set('13553', 'bok');
wordlistLargeMap.set('13554', 'bolster');
wordlistLargeMap.set('13555', 'bolt');
wordlistLargeMap.set('13556', 'bonanza');
wordlistLargeMap.set('13561', 'bonded');
wordlistLargeMap.set('13562', 'bonding');
wordlistLargeMap.set('13563', 'bondless');
wordlistLargeMap.set('13564', 'boned');
wordlistLargeMap.set('13565', 'bonehead');
wordlistLargeMap.set('13566', 'boneless');
wordlistLargeMap.set('13611', 'bonelike');
wordlistLargeMap.set('13612', 'boney');
wordlistLargeMap.set('13613', 'bonfire');
wordlistLargeMap.set('13614', 'bonnet');
wordlistLargeMap.set('13615', 'bonsai');
wordlistLargeMap.set('13616', 'bonus');
wordlistLargeMap.set('13621', 'bony');
wordlistLargeMap.set('13622', 'boogeyman');
wordlistLargeMap.set('13623', 'boogieman');
wordlistLargeMap.set('13624', 'book');
wordlistLargeMap.set('13625', 'boondocks');
wordlistLargeMap.set('13626', 'booted');
wordlistLargeMap.set('13631', 'booth');
wordlistLargeMap.set('13632', 'bootie');
wordlistLargeMap.set('13633', 'booting');
wordlistLargeMap.set('13634', 'bootlace');
wordlistLargeMap.set('13635', 'bootleg');
wordlistLargeMap.set('13636', 'boots');
wordlistLargeMap.set('13641', 'boozy');
wordlistLargeMap.set('13642', 'borax');
wordlistLargeMap.set('13643', 'boring');
wordlistLargeMap.set('13644', 'borough');
wordlistLargeMap.set('13645', 'borrower');
wordlistLargeMap.set('13646', 'borrowing');
wordlistLargeMap.set('13651', 'boss');
wordlistLargeMap.set('13652', 'botanical');
wordlistLargeMap.set('13653', 'botanist');
wordlistLargeMap.set('13654', 'botany');
wordlistLargeMap.set('13655', 'botch');
wordlistLargeMap.set('13656', 'both');
wordlistLargeMap.set('13661', 'bottle');
wordlistLargeMap.set('13662', 'bottling');
wordlistLargeMap.set('13663', 'bottom');
wordlistLargeMap.set('13664', 'bounce');
wordlistLargeMap.set('13665', 'bouncing');
wordlistLargeMap.set('13666', 'bouncy');
wordlistLargeMap.set('14111', 'bounding');
wordlistLargeMap.set('14112', 'boundless');
wordlistLargeMap.set('14113', 'bountiful');
wordlistLargeMap.set('14114', 'bovine');
wordlistLargeMap.set('14115', 'boxcar');
wordlistLargeMap.set('14116', 'boxer');
wordlistLargeMap.set('14121', 'boxing');
wordlistLargeMap.set('14122', 'boxlike');
wordlistLargeMap.set('14123', 'boxy');
wordlistLargeMap.set('14124', 'breach');
wordlistLargeMap.set('14125', 'breath');
wordlistLargeMap.set('14126', 'breeches');
wordlistLargeMap.set('14131', 'breeching');
wordlistLargeMap.set('14132', 'breeder');
wordlistLargeMap.set('14133', 'breeding');
wordlistLargeMap.set('14134', 'breeze');
wordlistLargeMap.set('14135', 'breezy');
wordlistLargeMap.set('14136', 'brethren');
wordlistLargeMap.set('14141', 'brewery');
wordlistLargeMap.set('14142', 'brewing');
wordlistLargeMap.set('14143', 'briar');
wordlistLargeMap.set('14144', 'bribe');
wordlistLargeMap.set('14145', 'brick');
wordlistLargeMap.set('14146', 'bride');
wordlistLargeMap.set('14151', 'bridged');
wordlistLargeMap.set('14152', 'brigade');
wordlistLargeMap.set('14153', 'bright');
wordlistLargeMap.set('14154', 'brilliant');
wordlistLargeMap.set('14155', 'brim');
wordlistLargeMap.set('14156', 'bring');
wordlistLargeMap.set('14161', 'brink');
wordlistLargeMap.set('14162', 'brisket');
wordlistLargeMap.set('14163', 'briskly');
wordlistLargeMap.set('14164', 'briskness');
wordlistLargeMap.set('14165', 'bristle');
wordlistLargeMap.set('14166', 'brittle');
wordlistLargeMap.set('14211', 'broadband');
wordlistLargeMap.set('14212', 'broadcast');
wordlistLargeMap.set('14213', 'broaden');
wordlistLargeMap.set('14214', 'broadly');
wordlistLargeMap.set('14215', 'broadness');
wordlistLargeMap.set('14216', 'broadside');
wordlistLargeMap.set('14221', 'broadways');
wordlistLargeMap.set('14222', 'broiler');
wordlistLargeMap.set('14223', 'broiling');
wordlistLargeMap.set('14224', 'broken');
wordlistLargeMap.set('14225', 'broker');
wordlistLargeMap.set('14226', 'bronchial');
wordlistLargeMap.set('14231', 'bronco');
wordlistLargeMap.set('14232', 'bronze');
wordlistLargeMap.set('14233', 'bronzing');
wordlistLargeMap.set('14234', 'brook');
wordlistLargeMap.set('14235', 'broom');
wordlistLargeMap.set('14236', 'brought');
wordlistLargeMap.set('14241', 'browbeat');
wordlistLargeMap.set('14242', 'brownnose');
wordlistLargeMap.set('14243', 'browse');
wordlistLargeMap.set('14244', 'browsing');
wordlistLargeMap.set('14245', 'bruising');
wordlistLargeMap.set('14246', 'brunch');
wordlistLargeMap.set('14251', 'brunette');
wordlistLargeMap.set('14252', 'brunt');
wordlistLargeMap.set('14253', 'brush');
wordlistLargeMap.set('14254', 'brussels');
wordlistLargeMap.set('14255', 'brute');
wordlistLargeMap.set('14256', 'brutishly');
wordlistLargeMap.set('14261', 'bubble');
wordlistLargeMap.set('14262', 'bubbling');
wordlistLargeMap.set('14263', 'bubbly');
wordlistLargeMap.set('14264', 'buccaneer');
wordlistLargeMap.set('14265', 'bucked');
wordlistLargeMap.set('14266', 'bucket');
wordlistLargeMap.set('14311', 'buckle');
wordlistLargeMap.set('14312', 'buckshot');
wordlistLargeMap.set('14313', 'buckskin');
wordlistLargeMap.set('14314', 'bucktooth');
wordlistLargeMap.set('14315', 'buckwheat');
wordlistLargeMap.set('14316', 'buddhism');
wordlistLargeMap.set('14321', 'buddhist');
wordlistLargeMap.set('14322', 'budding');
wordlistLargeMap.set('14323', 'buddy');
wordlistLargeMap.set('14324', 'budget');
wordlistLargeMap.set('14325', 'buffalo');
wordlistLargeMap.set('14326', 'buffed');
wordlistLargeMap.set('14331', 'buffer');
wordlistLargeMap.set('14332', 'buffing');
wordlistLargeMap.set('14333', 'buffoon');
wordlistLargeMap.set('14334', 'buggy');
wordlistLargeMap.set('14335', 'bulb');
wordlistLargeMap.set('14336', 'bulge');
wordlistLargeMap.set('14341', 'bulginess');
wordlistLargeMap.set('14342', 'bulgur');
wordlistLargeMap.set('14343', 'bulk');
wordlistLargeMap.set('14344', 'bulldog');
wordlistLargeMap.set('14345', 'bulldozer');
wordlistLargeMap.set('14346', 'bullfight');
wordlistLargeMap.set('14351', 'bullfrog');
wordlistLargeMap.set('14352', 'bullhorn');
wordlistLargeMap.set('14353', 'bullion');
wordlistLargeMap.set('14354', 'bullish');
wordlistLargeMap.set('14355', 'bullpen');
wordlistLargeMap.set('14356', 'bullring');
wordlistLargeMap.set('14361', 'bullseye');
wordlistLargeMap.set('14362', 'bullwhip');
wordlistLargeMap.set('14363', 'bully');
wordlistLargeMap.set('14364', 'bunch');
wordlistLargeMap.set('14365', 'bundle');
wordlistLargeMap.set('14366', 'bungee');
wordlistLargeMap.set('14411', 'bunion');
wordlistLargeMap.set('14412', 'bunkbed');
wordlistLargeMap.set('14413', 'bunkhouse');
wordlistLargeMap.set('14414', 'bunkmate');
wordlistLargeMap.set('14415', 'bunny');
wordlistLargeMap.set('14416', 'bunt');
wordlistLargeMap.set('14421', 'busboy');
wordlistLargeMap.set('14422', 'bush');
wordlistLargeMap.set('14423', 'busily');
wordlistLargeMap.set('14424', 'busload');
wordlistLargeMap.set('14425', 'bust');
wordlistLargeMap.set('14426', 'busybody');
wordlistLargeMap.set('14431', 'buzz');
wordlistLargeMap.set('14432', 'cabana');
wordlistLargeMap.set('14433', 'cabbage');
wordlistLargeMap.set('14434', 'cabbie');
wordlistLargeMap.set('14435', 'cabdriver');
wordlistLargeMap.set('14436', 'cable');
wordlistLargeMap.set('14441', 'caboose');
wordlistLargeMap.set('14442', 'cache');
wordlistLargeMap.set('14443', 'cackle');
wordlistLargeMap.set('14444', 'cacti');
wordlistLargeMap.set('14445', 'cactus');
wordlistLargeMap.set('14446', 'caddie');
wordlistLargeMap.set('14451', 'caddy');
wordlistLargeMap.set('14452', 'cadet');
wordlistLargeMap.set('14453', 'cadillac');
wordlistLargeMap.set('14454', 'cadmium');
wordlistLargeMap.set('14455', 'cage');
wordlistLargeMap.set('14456', 'cahoots');
wordlistLargeMap.set('14461', 'cake');
wordlistLargeMap.set('14462', 'calamari');
wordlistLargeMap.set('14463', 'calamity');
wordlistLargeMap.set('14464', 'calcium');
wordlistLargeMap.set('14465', 'calculate');
wordlistLargeMap.set('14466', 'calculus');
wordlistLargeMap.set('14511', 'caliber');
wordlistLargeMap.set('14512', 'calibrate');
wordlistLargeMap.set('14513', 'calm');
wordlistLargeMap.set('14514', 'caloric');
wordlistLargeMap.set('14515', 'calorie');
wordlistLargeMap.set('14516', 'calzone');
wordlistLargeMap.set('14521', 'camcorder');
wordlistLargeMap.set('14522', 'cameo');
wordlistLargeMap.set('14523', 'camera');
wordlistLargeMap.set('14524', 'camisole');
wordlistLargeMap.set('14525', 'camper');
wordlistLargeMap.set('14526', 'campfire');
wordlistLargeMap.set('14531', 'camping');
wordlistLargeMap.set('14532', 'campsite');
wordlistLargeMap.set('14533', 'campus');
wordlistLargeMap.set('14534', 'canal');
wordlistLargeMap.set('14535', 'canary');
wordlistLargeMap.set('14536', 'cancel');
wordlistLargeMap.set('14541', 'candied');
wordlistLargeMap.set('14542', 'candle');
wordlistLargeMap.set('14543', 'candy');
wordlistLargeMap.set('14544', 'cane');
wordlistLargeMap.set('14545', 'canine');
wordlistLargeMap.set('14546', 'canister');
wordlistLargeMap.set('14551', 'cannabis');
wordlistLargeMap.set('14552', 'canned');
wordlistLargeMap.set('14553', 'canning');
wordlistLargeMap.set('14554', 'cannon');
wordlistLargeMap.set('14555', 'cannot');
wordlistLargeMap.set('14556', 'canola');
wordlistLargeMap.set('14561', 'canon');
wordlistLargeMap.set('14562', 'canopener');
wordlistLargeMap.set('14563', 'canopy');
wordlistLargeMap.set('14564', 'canteen');
wordlistLargeMap.set('14565', 'canyon');
wordlistLargeMap.set('14566', 'capable');
wordlistLargeMap.set('14611', 'capably');
wordlistLargeMap.set('14612', 'capacity');
wordlistLargeMap.set('14613', 'cape');
wordlistLargeMap.set('14614', 'capillary');
wordlistLargeMap.set('14615', 'capital');
wordlistLargeMap.set('14616', 'capitol');
wordlistLargeMap.set('14621', 'capped');
wordlistLargeMap.set('14622', 'capricorn');
wordlistLargeMap.set('14623', 'capsize');
wordlistLargeMap.set('14624', 'capsule');
wordlistLargeMap.set('14625', 'caption');
wordlistLargeMap.set('14626', 'captivate');
wordlistLargeMap.set('14631', 'captive');
wordlistLargeMap.set('14632', 'captivity');
wordlistLargeMap.set('14633', 'capture');
wordlistLargeMap.set('14634', 'caramel');
wordlistLargeMap.set('14635', 'carat');
wordlistLargeMap.set('14636', 'caravan');
wordlistLargeMap.set('14641', 'carbon');
wordlistLargeMap.set('14642', 'cardboard');
wordlistLargeMap.set('14643', 'carded');
wordlistLargeMap.set('14644', 'cardiac');
wordlistLargeMap.set('14645', 'cardigan');
wordlistLargeMap.set('14646', 'cardinal');
wordlistLargeMap.set('14651', 'cardstock');
wordlistLargeMap.set('14652', 'carefully');
wordlistLargeMap.set('14653', 'caregiver');
wordlistLargeMap.set('14654', 'careless');
wordlistLargeMap.set('14655', 'caress');
wordlistLargeMap.set('14656', 'caretaker');
wordlistLargeMap.set('14661', 'cargo');
wordlistLargeMap.set('14662', 'caring');
wordlistLargeMap.set('14663', 'carless');
wordlistLargeMap.set('14664', 'carload');
wordlistLargeMap.set('14665', 'carmaker');
wordlistLargeMap.set('14666', 'carnage');
wordlistLargeMap.set('15111', 'carnation');
wordlistLargeMap.set('15112', 'carnival');
wordlistLargeMap.set('15113', 'carnivore');
wordlistLargeMap.set('15114', 'carol');
wordlistLargeMap.set('15115', 'carpenter');
wordlistLargeMap.set('15116', 'carpentry');
wordlistLargeMap.set('15121', 'carpool');
wordlistLargeMap.set('15122', 'carport');
wordlistLargeMap.set('15123', 'carried');
wordlistLargeMap.set('15124', 'carrot');
wordlistLargeMap.set('15125', 'carrousel');
wordlistLargeMap.set('15126', 'carry');
wordlistLargeMap.set('15131', 'cartel');
wordlistLargeMap.set('15132', 'cartload');
wordlistLargeMap.set('15133', 'carton');
wordlistLargeMap.set('15134', 'cartoon');
wordlistLargeMap.set('15135', 'cartridge');
wordlistLargeMap.set('15136', 'cartwheel');
wordlistLargeMap.set('15141', 'carve');
wordlistLargeMap.set('15142', 'carving');
wordlistLargeMap.set('15143', 'carwash');
wordlistLargeMap.set('15144', 'cascade');
wordlistLargeMap.set('15145', 'case');
wordlistLargeMap.set('15146', 'cash');
wordlistLargeMap.set('15151', 'casing');
wordlistLargeMap.set('15152', 'casino');
wordlistLargeMap.set('15153', 'casket');
wordlistLargeMap.set('15154', 'cassette');
wordlistLargeMap.set('15155', 'casually');
wordlistLargeMap.set('15156', 'casualty');
wordlistLargeMap.set('15161', 'catacomb');
wordlistLargeMap.set('15162', 'catalog');
wordlistLargeMap.set('15163', 'catalyst');
wordlistLargeMap.set('15164', 'catalyze');
wordlistLargeMap.set('15165', 'catapult');
wordlistLargeMap.set('15166', 'cataract');
wordlistLargeMap.set('15211', 'catatonic');
wordlistLargeMap.set('15212', 'catcall');
wordlistLargeMap.set('15213', 'catchable');
wordlistLargeMap.set('15214', 'catcher');
wordlistLargeMap.set('15215', 'catching');
wordlistLargeMap.set('15216', 'catchy');
wordlistLargeMap.set('15221', 'caterer');
wordlistLargeMap.set('15222', 'catering');
wordlistLargeMap.set('15223', 'catfight');
wordlistLargeMap.set('15224', 'catfish');
wordlistLargeMap.set('15225', 'cathedral');
wordlistLargeMap.set('15226', 'cathouse');
wordlistLargeMap.set('15231', 'catlike');
wordlistLargeMap.set('15232', 'catnap');
wordlistLargeMap.set('15233', 'catnip');
wordlistLargeMap.set('15234', 'catsup');
wordlistLargeMap.set('15235', 'cattail');
wordlistLargeMap.set('15236', 'cattishly');
wordlistLargeMap.set('15241', 'cattle');
wordlistLargeMap.set('15242', 'catty');
wordlistLargeMap.set('15243', 'catwalk');
wordlistLargeMap.set('15244', 'caucasian');
wordlistLargeMap.set('15245', 'caucus');
wordlistLargeMap.set('15246', 'causal');
wordlistLargeMap.set('15251', 'causation');
wordlistLargeMap.set('15252', 'cause');
wordlistLargeMap.set('15253', 'causing');
wordlistLargeMap.set('15254', 'cauterize');
wordlistLargeMap.set('15255', 'caution');
wordlistLargeMap.set('15256', 'cautious');
wordlistLargeMap.set('15261', 'cavalier');
wordlistLargeMap.set('15262', 'cavalry');
wordlistLargeMap.set('15263', 'caviar');
wordlistLargeMap.set('15264', 'cavity');
wordlistLargeMap.set('15265', 'cedar');
wordlistLargeMap.set('15266', 'celery');
wordlistLargeMap.set('15311', 'celestial');
wordlistLargeMap.set('15312', 'celibacy');
wordlistLargeMap.set('15313', 'celibate');
wordlistLargeMap.set('15314', 'celtic');
wordlistLargeMap.set('15315', 'cement');
wordlistLargeMap.set('15316', 'census');
wordlistLargeMap.set('15321', 'ceramics');
wordlistLargeMap.set('15322', 'ceremony');
wordlistLargeMap.set('15323', 'certainly');
wordlistLargeMap.set('15324', 'certainty');
wordlistLargeMap.set('15325', 'certified');
wordlistLargeMap.set('15326', 'certify');
wordlistLargeMap.set('15331', 'cesarean');
wordlistLargeMap.set('15332', 'cesspool');
wordlistLargeMap.set('15333', 'chafe');
wordlistLargeMap.set('15334', 'chaffing');
wordlistLargeMap.set('15335', 'chain');
wordlistLargeMap.set('15336', 'chair');
wordlistLargeMap.set('15341', 'chalice');
wordlistLargeMap.set('15342', 'challenge');
wordlistLargeMap.set('15343', 'chamber');
wordlistLargeMap.set('15344', 'chamomile');
wordlistLargeMap.set('15345', 'champion');
wordlistLargeMap.set('15346', 'chance');
wordlistLargeMap.set('15351', 'change');
wordlistLargeMap.set('15352', 'channel');
wordlistLargeMap.set('15353', 'chant');
wordlistLargeMap.set('15354', 'chaos');
wordlistLargeMap.set('15355', 'chaperone');
wordlistLargeMap.set('15356', 'chaplain');
wordlistLargeMap.set('15361', 'chapped');
wordlistLargeMap.set('15362', 'chaps');
wordlistLargeMap.set('15363', 'chapter');
wordlistLargeMap.set('15364', 'character');
wordlistLargeMap.set('15365', 'charbroil');
wordlistLargeMap.set('15366', 'charcoal');
wordlistLargeMap.set('15411', 'charger');
wordlistLargeMap.set('15412', 'charging');
wordlistLargeMap.set('15413', 'chariot');
wordlistLargeMap.set('15414', 'charity');
wordlistLargeMap.set('15415', 'charm');
wordlistLargeMap.set('15416', 'charred');
wordlistLargeMap.set('15421', 'charter');
wordlistLargeMap.set('15422', 'charting');
wordlistLargeMap.set('15423', 'chase');
wordlistLargeMap.set('15424', 'chasing');
wordlistLargeMap.set('15425', 'chaste');
wordlistLargeMap.set('15426', 'chastise');
wordlistLargeMap.set('15431', 'chastity');
wordlistLargeMap.set('15432', 'chatroom');
wordlistLargeMap.set('15433', 'chatter');
wordlistLargeMap.set('15434', 'chatting');
wordlistLargeMap.set('15435', 'chatty');
wordlistLargeMap.set('15436', 'cheating');
wordlistLargeMap.set('15441', 'cheddar');
wordlistLargeMap.set('15442', 'cheek');
wordlistLargeMap.set('15443', 'cheer');
wordlistLargeMap.set('15444', 'cheese');
wordlistLargeMap.set('15445', 'cheesy');
wordlistLargeMap.set('15446', 'chef');
wordlistLargeMap.set('15451', 'chemicals');
wordlistLargeMap.set('15452', 'chemist');
wordlistLargeMap.set('15453', 'chemo');
wordlistLargeMap.set('15454', 'cherisher');
wordlistLargeMap.set('15455', 'cherub');
wordlistLargeMap.set('15456', 'chess');
wordlistLargeMap.set('15461', 'chest');
wordlistLargeMap.set('15462', 'chevron');
wordlistLargeMap.set('15463', 'chevy');
wordlistLargeMap.set('15464', 'chewable');
wordlistLargeMap.set('15465', 'chewer');
wordlistLargeMap.set('15466', 'chewing');
wordlistLargeMap.set('15511', 'chewy');
wordlistLargeMap.set('15512', 'chief');
wordlistLargeMap.set('15513', 'chihuahua');
wordlistLargeMap.set('15514', 'childcare');
wordlistLargeMap.set('15515', 'childhood');
wordlistLargeMap.set('15516', 'childish');
wordlistLargeMap.set('15521', 'childless');
wordlistLargeMap.set('15522', 'childlike');
wordlistLargeMap.set('15523', 'chili');
wordlistLargeMap.set('15524', 'chill');
wordlistLargeMap.set('15525', 'chimp');
wordlistLargeMap.set('15526', 'chip');
wordlistLargeMap.set('15531', 'chirping');
wordlistLargeMap.set('15532', 'chirpy');
wordlistLargeMap.set('15533', 'chitchat');
wordlistLargeMap.set('15534', 'chivalry');
wordlistLargeMap.set('15535', 'chive');
wordlistLargeMap.set('15536', 'chloride');
wordlistLargeMap.set('15541', 'chlorine');
wordlistLargeMap.set('15542', 'choice');
wordlistLargeMap.set('15543', 'chokehold');
wordlistLargeMap.set('15544', 'choking');
wordlistLargeMap.set('15545', 'chomp');
wordlistLargeMap.set('15546', 'chooser');
wordlistLargeMap.set('15551', 'choosing');
wordlistLargeMap.set('15552', 'choosy');
wordlistLargeMap.set('15553', 'chop');
wordlistLargeMap.set('15554', 'chosen');
wordlistLargeMap.set('15555', 'chowder');
wordlistLargeMap.set('15556', 'chowtime');
wordlistLargeMap.set('15561', 'chrome');
wordlistLargeMap.set('15562', 'chubby');
wordlistLargeMap.set('15563', 'chuck');
wordlistLargeMap.set('15564', 'chug');
wordlistLargeMap.set('15565', 'chummy');
wordlistLargeMap.set('15566', 'chump');
wordlistLargeMap.set('15611', 'chunk');
wordlistLargeMap.set('15612', 'churn');
wordlistLargeMap.set('15613', 'chute');
wordlistLargeMap.set('15614', 'cider');
wordlistLargeMap.set('15615', 'cilantro');
wordlistLargeMap.set('15616', 'cinch');
wordlistLargeMap.set('15621', 'cinema');
wordlistLargeMap.set('15622', 'cinnamon');
wordlistLargeMap.set('15623', 'circle');
wordlistLargeMap.set('15624', 'circling');
wordlistLargeMap.set('15625', 'circular');
wordlistLargeMap.set('15626', 'circulate');
wordlistLargeMap.set('15631', 'circus');
wordlistLargeMap.set('15632', 'citable');
wordlistLargeMap.set('15633', 'citadel');
wordlistLargeMap.set('15634', 'citation');
wordlistLargeMap.set('15635', 'citizen');
wordlistLargeMap.set('15636', 'citric');
wordlistLargeMap.set('15641', 'citrus');
wordlistLargeMap.set('15642', 'city');
wordlistLargeMap.set('15643', 'civic');
wordlistLargeMap.set('15644', 'civil');
wordlistLargeMap.set('15645', 'clad');
wordlistLargeMap.set('15646', 'claim');
wordlistLargeMap.set('15651', 'clambake');
wordlistLargeMap.set('15652', 'clammy');
wordlistLargeMap.set('15653', 'clamor');
wordlistLargeMap.set('15654', 'clamp');
wordlistLargeMap.set('15655', 'clamshell');
wordlistLargeMap.set('15656', 'clang');
wordlistLargeMap.set('15661', 'clanking');
wordlistLargeMap.set('15662', 'clapped');
wordlistLargeMap.set('15663', 'clapper');
wordlistLargeMap.set('15664', 'clapping');
wordlistLargeMap.set('15665', 'clarify');
wordlistLargeMap.set('15666', 'clarinet');
wordlistLargeMap.set('16111', 'clarity');
wordlistLargeMap.set('16112', 'clash');
wordlistLargeMap.set('16113', 'clasp');
wordlistLargeMap.set('16114', 'class');
wordlistLargeMap.set('16115', 'clatter');
wordlistLargeMap.set('16116', 'clause');
wordlistLargeMap.set('16121', 'clavicle');
wordlistLargeMap.set('16122', 'claw');
wordlistLargeMap.set('16123', 'clay');
wordlistLargeMap.set('16124', 'clean');
wordlistLargeMap.set('16125', 'clear');
wordlistLargeMap.set('16126', 'cleat');
wordlistLargeMap.set('16131', 'cleaver');
wordlistLargeMap.set('16132', 'cleft');
wordlistLargeMap.set('16133', 'clench');
wordlistLargeMap.set('16134', 'clergyman');
wordlistLargeMap.set('16135', 'clerical');
wordlistLargeMap.set('16136', 'clerk');
wordlistLargeMap.set('16141', 'clever');
wordlistLargeMap.set('16142', 'clicker');
wordlistLargeMap.set('16143', 'client');
wordlistLargeMap.set('16144', 'climate');
wordlistLargeMap.set('16145', 'climatic');
wordlistLargeMap.set('16146', 'cling');
wordlistLargeMap.set('16151', 'clinic');
wordlistLargeMap.set('16152', 'clinking');
wordlistLargeMap.set('16153', 'clip');
wordlistLargeMap.set('16154', 'clique');
wordlistLargeMap.set('16155', 'cloak');
wordlistLargeMap.set('16156', 'clobber');
wordlistLargeMap.set('16161', 'clock');
wordlistLargeMap.set('16162', 'clone');
wordlistLargeMap.set('16163', 'cloning');
wordlistLargeMap.set('16164', 'closable');
wordlistLargeMap.set('16165', 'closure');
wordlistLargeMap.set('16166', 'clothes');
wordlistLargeMap.set('16211', 'clothing');
wordlistLargeMap.set('16212', 'cloud');
wordlistLargeMap.set('16213', 'clover');
wordlistLargeMap.set('16214', 'clubbed');
wordlistLargeMap.set('16215', 'clubbing');
wordlistLargeMap.set('16216', 'clubhouse');
wordlistLargeMap.set('16221', 'clump');
wordlistLargeMap.set('16222', 'clumsily');
wordlistLargeMap.set('16223', 'clumsy');
wordlistLargeMap.set('16224', 'clunky');
wordlistLargeMap.set('16225', 'clustered');
wordlistLargeMap.set('16226', 'clutch');
wordlistLargeMap.set('16231', 'clutter');
wordlistLargeMap.set('16232', 'coach');
wordlistLargeMap.set('16233', 'coagulant');
wordlistLargeMap.set('16234', 'coastal');
wordlistLargeMap.set('16235', 'coaster');
wordlistLargeMap.set('16236', 'coasting');
wordlistLargeMap.set('16241', 'coastland');
wordlistLargeMap.set('16242', 'coastline');
wordlistLargeMap.set('16243', 'coat');
wordlistLargeMap.set('16244', 'coauthor');
wordlistLargeMap.set('16245', 'cobalt');
wordlistLargeMap.set('16246', 'cobbler');
wordlistLargeMap.set('16251', 'cobweb');
wordlistLargeMap.set('16252', 'cocoa');
wordlistLargeMap.set('16253', 'coconut');
wordlistLargeMap.set('16254', 'cod');
wordlistLargeMap.set('16255', 'coeditor');
wordlistLargeMap.set('16256', 'coerce');
wordlistLargeMap.set('16261', 'coexist');
wordlistLargeMap.set('16262', 'coffee');
wordlistLargeMap.set('16263', 'cofounder');
wordlistLargeMap.set('16264', 'cognition');
wordlistLargeMap.set('16265', 'cognitive');
wordlistLargeMap.set('16266', 'cogwheel');
wordlistLargeMap.set('16311', 'coherence');
wordlistLargeMap.set('16312', 'coherent');
wordlistLargeMap.set('16313', 'cohesive');
wordlistLargeMap.set('16314', 'coil');
wordlistLargeMap.set('16315', 'coke');
wordlistLargeMap.set('16316', 'cola');
wordlistLargeMap.set('16321', 'cold');
wordlistLargeMap.set('16322', 'coleslaw');
wordlistLargeMap.set('16323', 'coliseum');
wordlistLargeMap.set('16324', 'collage');
wordlistLargeMap.set('16325', 'collapse');
wordlistLargeMap.set(