UNPKG

27.1 kBJavaScriptView Raw
1exports.generate = generate;
2
3function generate(capitalize, delimiter) {
4 var delimiter = delimiter || ' '
5 var result = random(adjective) + delimiter + random(noun);
6 return (capitalize)?capitalizeResult(result, delimiter):result;
7}
8
9function random(list){
10 var word = Math.floor(Math.random()*list.length);
11 return list[word];
12}
13
14function capitalizeResult(sentence, delimiter) {
15 var delimiter = delimiter || ' ';
16 var words = sentence.split(delimiter);
17 return words.map(function (word) {
18 return word.substr(0,1).toUpperCase() + word.substr(1);
19 }).join(delimiter);
20}
21
22
23var adjective = exports.adjectives = [
24 'average', 'big', 'colossal', 'fat', 'giant', 'gigantic', 'great', 'huge',
25 'immense', 'large', 'little', 'long', 'mammoth', 'massive', 'miniature',
26 'petite', 'puny', 'short', 'small', 'tall', 'tiny', 'boiling', 'breezy',
27 'broken', 'bumpy', 'chilly', 'cold', 'cool', 'creepy', 'crooked', 'cuddly',
28 'curly', 'damaged', 'damp', 'dirty', 'dry', 'dusty', 'filthy', 'flaky',
29 'fluffy', 'wet', 'broad', 'chubby', 'crooked', 'curved', 'deep', 'flat',
30 'high', 'hollow', 'low', 'narrow', 'round', 'shallow', 'skinny', 'square',
31 'steep', 'straight', 'wide', 'ancient', 'brief', 'early', 'fast', 'late',
32 'long', 'modern', 'old', 'old', 'fashionedquick', 'rapid', 'short', 'slow',
33 'swift', 'young', 'abundant', 'empty', 'few', 'heavy', 'light', 'many',
34 'numerous', 'sound', 'cooing', 'deafening', 'faint', 'harsh', 'high',
35 'pitchedhissing', 'hushed', 'husky', 'loud', 'melodic', 'moaning', 'mute',
36 'noisy', 'purring', 'quiet', 'raspy', 'resonant', 'screeching', 'shrill',
37 'silent', 'soft', 'squealing', 'thundering', 'voiceless', 'whispering',
38 'bitter', 'delicious', 'fresh', 'juicy', 'ripe', 'rotten', 'salty', 'sour',
39 'spicy', 'stale', 'sticky', 'strong', 'sweet', 'tasteless', 'tasty',
40 'thirsty', 'fluttering', 'fuzzy', 'greasy', 'grubby', 'hard', 'hot', 'icy',
41 'loose', 'melted', 'plastic', 'prickly', 'rainy', 'rough', 'scattered',
42 'shaggy', 'shaky', 'sharp', 'shivering', 'silky', 'slimy', 'slippery',
43 'smooth', 'soft', 'solid', 'steady', 'sticky', 'tender', 'tight', 'uneven',
44 'weak', 'wet', 'wooden', 'afraid', 'angry', 'annoyed', 'anxious', 'arrogant',
45 'ashamed', 'awful', 'bad', 'bewildered', 'bored', 'combative', 'condemned',
46 'confused', 'creepy', 'cruel', 'dangerous', 'defeated', 'defiant',
47 'depressed', 'disgusted', 'disturbed', 'eerie', 'embarrassed', 'envious',
48 'evil', 'fierce', 'foolish', 'frantic', 'frightened', 'grieving', 'helpless',
49 'homeless', 'hungry', 'hurt', 'ill', 'jealous', 'lonely', 'mysterious',
50 'naughty', 'nervous', 'obnoxious', 'outrageous', 'panicky', 'repulsive',
51 'scary', 'scornful', 'selfish', 'sore', 'tense', 'terrible', 'thoughtless',
52 'tired', 'troubled', 'upset', 'uptight', 'weary', 'wicked', 'worried',
53 'agreeable', 'amused', 'brave', 'calm', 'charming', 'cheerful',
54 'comfortable', 'cooperative', 'courageous', 'delightful', 'determined',
55 'eager', 'elated', 'enchanting', 'encouraging', 'energetic', 'enthusiastic',
56 'excited', 'exuberant', 'fair', 'faithful', 'fantastic', 'fine', 'friendly',
57 'funny', 'gentle', 'glorious', 'good', 'happy', 'healthy', 'helpful',
58 'hilarious', 'jolly', 'joyous', 'kind', 'lively', 'lovely', 'lucky',
59 'obedient', 'perfect', 'pleasant', 'proud', 'relieved', 'silly', 'smiling',
60 'splendid', 'successful', 'thoughtful', 'victorious', 'vivacious', 'witty',
61 'wonderful', 'zealous', 'zany', 'other', 'good', 'new', 'old', 'great',
62 'high', 'small', 'different', 'large', 'local', 'social', 'important',
63 'long', 'young', 'national', 'british', 'right', 'early', 'possible', 'big',
64 'little', 'political', 'able', 'late', 'general', 'full', 'far', 'low',
65 'public', 'available', 'bad', 'main', 'sure', 'clear', 'major', 'economic',
66 'only', 'likely', 'real', 'black', 'particular', 'international', 'special',
67 'difficult', 'certain', 'open', 'whole', 'white', 'free', 'short', 'easy',
68 'strong', 'european', 'central', 'similar', 'human', 'common', 'necessary',
69 'single', 'personal', 'hard', 'private', 'poor', 'financial', 'wide',
70 'foreign', 'simple', 'recent', 'concerned', 'american', 'various', 'close',
71 'fine', 'english', 'wrong', 'present', 'royal', 'natural', 'individual',
72 'nice', 'french', 'following', 'current', 'modern', 'labour', 'legal',
73 'happy', 'final', 'red', 'normal', 'serious', 'previous', 'total', 'prime',
74 'significant', 'industrial', 'sorry', 'dead', 'specific', 'appropriate',
75 'top', 'soviet', 'basic', 'military', 'original', 'successful', 'aware',
76 'hon', 'popular', 'heavy', 'professional', 'direct', 'dark', 'cold', 'ready',
77 'green', 'useful', 'effective', 'western', 'traditional', 'scottish',
78 'german', 'independent', 'deep', 'interesting', 'considerable', 'involved',
79 'physical', 'left', 'hot', 'existing', 'responsible', 'complete', 'medical',
80 'blue', 'extra', 'past', 'male', 'interested', 'fair', 'essential',
81 'beautiful', 'civil', 'primary', 'obvious', 'future', 'environmental',
82 'positive', 'senior', 'nuclear', 'annual', 'relevant', 'huge', 'rich',
83 'commercial', 'safe', 'regional', 'practical', 'official', 'separate', 'key',
84 'chief', 'regular', 'due', 'additional', 'active', 'powerful', 'complex',
85 'standard', 'impossible', 'light', 'warm', 'middle', 'fresh', 'sexual',
86 'front', 'domestic', 'actual', 'united', 'technical', 'ordinary', 'cheap',
87 'strange', 'internal', 'excellent', 'quiet', 'soft', 'potential', 'northern',
88 'religious', 'quick', 'very', 'famous', 'cultural', 'proper', 'broad',
89 'joint', 'formal', 'limited', 'conservative', 'lovely', 'usual', 'ltd',
90 'unable', 'rural', 'initial', 'substantial', 'christian', 'bright',
91 'average', 'leading', 'reasonable', 'immediate', 'suitable', 'equal',
92 'detailed', 'working', 'overall', 'female', 'afraid', 'democratic',
93 'growing', 'sufficient', 'scientific', 'eastern', 'correct', 'inc', 'irish',
94 'expensive', 'educational', 'mental', 'dangerous', 'critical', 'increased',
95 'familiar', 'unlikely', 'double', 'perfect', 'slow', 'tiny', 'dry',
96 'historical', 'thin', 'daily', 'southern', 'increasing', 'wild', 'alone',
97 'urban', 'empty', 'married', 'narrow', 'liberal', 'supposed', 'upper',
98 'apparent', 'tall', 'busy', 'bloody', 'prepared', 'russian', 'moral',
99 'careful', 'clean', 'attractive', 'japanese', 'vital', 'thick',
100 'alternative', 'fast', 'ancient', 'elderly', 'rare', 'external', 'capable',
101 'brief', 'wonderful', 'grand', 'typical', 'entire', 'grey', 'constant',
102 'vast', 'surprised', 'ideal', 'terrible', 'academic', 'funny', 'minor',
103 'pleased', 'severe', 'ill', 'corporate', 'negative', 'permanent', 'weak',
104 'brown', 'fundamental', 'odd', 'crucial', 'inner', 'used', 'criminal',
105 'contemporary', 'sharp', 'sick', 'near', 'roman', 'massive', 'unique',
106 'secondary', 'parliamentary', 'african', 'unknown', 'subsequent', 'angry',
107 'alive', 'guilty', 'lucky', 'enormous', 'well', 'communist', 'yellow',
108 'unusual', 'net', 'long', 'termtough', 'dear', 'extensive', 'glad',
109 'remaining', 'agricultural', 'alright', 'healthy', 'italian', 'principal',
110 'tired', 'efficient', 'comfortable', 'chinese', 'relative', 'friendly',
111 'conventional', 'willing', 'sudden', 'proposed', 'voluntary', 'slight',
112 'valuable', 'dramatic', 'golden', 'temporary', 'federal', 'keen', 'flat',
113 'silent', 'indian', 'video', 'tapedworried', 'pale', 'statutory', 'welsh',
114 'dependent', 'firm', 'wet', 'competitive', 'armed', 'radical', 'outside',
115 'acceptable', 'sensitive', 'living', 'pure', 'global', 'emotional', 'sad',
116 'secret', 'rapid', 'adequate', 'fixed', 'sweet', 'administrative', 'wooden',
117 'remarkable', 'comprehensive', 'surprising', 'solid', 'rough', 'mere',
118 'mass', 'brilliant', 'maximum', 'absolute', 'tory', 'electronic', 'visual',
119 'electric', 'cool', 'spanish', 'literary', 'continuing', 'supreme',
120 'chemical', 'genuine', 'exciting', 'written', 'stupid', 'advanced',
121 'extreme', 'classical', 'fit', 'favourite', 'socialist', 'widespread',
122 'confident', 'straight', 'catholic', 'proud', 'numerous', 'opposite',
123 'distinct', 'mad', 'helpful', 'given', 'disabled', 'consistent', 'anxious',
124 'nervous', 'awful', 'stable', 'constitutional', 'satisfied', 'conscious',
125 'developing', 'strategic', 'holy', 'smooth', 'dominant', 'remote',
126 'theoretical', 'outstanding', 'pink', 'pretty', 'clinical', 'minimum',
127 'honest', 'impressive', 'related', 'residential', 'extraordinary', 'plain',
128 'visible', 'accurate', 'distant', 'still', 'greek', 'complicated', 'musical',
129 'precise', 'gentle', 'broken', 'live', 'silly', 'fat', 'tight', 'monetary',
130 'round', 'psychological', 'violent', 'unemployed', 'inevitable', 'junior',
131 'sensible', 'grateful', 'pleasant', 'dirty', 'structural', 'welcome', 'so',
132 'calleddeaf', 'above', 'continuous', 'blind', 'overseas', 'mean', 'entitled',
133 'delighted', 'loose', 'occasional', 'evident', 'desperate', 'fellow',
134 'universal', 'square', 'steady', 'classic', 'equivalent', 'intellectual',
135 'victorian', 'level', 'ultimate', 'creative', 'lost', 'medieval', 'clever',
136 'linguistic', 'convinced', 'judicial', 'raw', 'sophisticated', 'asleep',
137 'vulnerable', 'illegal', 'outer', 'revolutionary', 'bitter', 'changing',
138 'australian', 'native', 'imperial', 'strict', 'wise', 'informal', 'flexible',
139 'collective', 'frequent', 'experimental', 'spiritual', 'intense', 'rational',
140 'ethnic', 'generous', 'inadequate', 'prominent', 'logical', 'bare',
141 'historic', 'modest', 'dutch', 'acute', 'electrical', 'valid', 'weekly',
142 'gross', 'automatic', 'loud', 'reliable', 'mutual', 'liable', 'multiple',
143 'ruling', 'curious', 'arab', 'sole', 'jewish', 'managing', 'pregnant',
144 'latin', 'nearby', 'exact', 'underlying', 'identical', 'satisfactory',
145 'marginal', 'distinctive', 'electoral', 'urgent', 'presidential',
146 'controversial', 'oral', 'everyday', 'encouraging', 'organic', 'continued',
147 'expected', 'statistical', 'desirable', 'innocent', 'improved', 'exclusive',
148 'marked', 'experienced', 'unexpected', 'superb', 'sheer', 'disappointed',
149 'frightened', 'full', 'timegastric', 'capitalist', 'romantic', 'naked',
150 'reluctant', 'magnificent', 'convenient', 'established', 'closed',
151 'uncertain', 'artificial', 'diplomatic', 'tremendous', 'marine',
152 'mechanical', 'retail', 'institutional', 'mixed', 'required', 'biological',
153 'known', 'functional', 'straightforward', 'superior', 'digital', 'part',
154 'timespectacular', 'unhappy', 'confused', 'unfair', 'aggressive', 'spare',
155 'painful', 'abstract', 'asian', 'associated', 'legislative', 'monthly',
156 'intelligent', 'hungry', 'explicit', 'nasty', 'just', 'faint', 'coloured',
157 'ridiculous', 'amazing', 'comparable', 'successive', 'working',
158 'classrealistic', 'back', 'decent', 'unnecessary', 'flying', 'fucking',
159 'random', 'influential', 'dull', 'genetic', 'neat', 'marvellous', 'crazy',
160 'damp', 'giant', 'secure', 'bottom', 'skilled', 'subtle', 'elegant', 'brave',
161 'lesser', 'parallel', 'steep', 'intensive', 'casual', 'tropical', 'lonely',
162 'partial', 'preliminary', 'concrete', 'alleged', 'assistant', 'vertical',
163 'upset', 'delicate', 'mild', 'occupational', 'excessive', 'progressive',
164 'iraqi', 'exceptional', 'integrated', 'striking', 'continental', 'okay',
165 'harsh', 'combined', 'fierce', 'handsome', 'characteristic', 'chronic',
166 'compulsory', 'interim', 'objective', 'splendid', 'magic', 'short',
167 'termsystematic', 'obliged', 'payable', 'fun', 'horrible', 'primitive',
168 'fascinating', 'ideological', 'metropolitan', 'surrounding', 'estimated',
169 'peaceful', 'premier', 'operational', 'technological', 'kind', 'advisory',
170 'hostile', 'precious', 'gay', 'accessible', 'determined', 'excited',
171 'impressed', 'provincial', 'smart', 'endless', 'isolated', 'post',
172 'wardrunk', 'geographical', 'like', 'dynamic', 'boring', 'forthcoming',
173 'unfortunate', 'definite', 'super', 'notable', 'indirect', 'stiff',
174 'wealthy', 'awkward', 'lively', 'neutral', 'artistic', 'content', 'mature',
175 'colonial', 'ambitious', 'evil', 'magnetic', 'verbal', 'legitimate',
176 'sympathetic', 'well', 'knownempirical', 'head', 'shallow', 'vague', 'naval',
177 'depressed', 'shared', 'added', 'shocked', 'mid', 'worthwhile', 'qualified',
178 'missing', 'blank', 'absent', 'favourable', 'polish', 'israeli', 'developed',
179 'profound', 'representative', 'enthusiastic', 'dreadful', 'rigid', 'reduced',
180 'cruel', 'coastal', 'peculiar', 'racial', 'ugly', 'swiss', 'crude',
181 'extended', 'selected', 'eager', 'feminist', 'canadian', 'bold', 'relaxed',
182 'corresponding', 'running', 'planned', 'applicable', 'immense', 'allied',
183 'comparative', 'uncomfortable', 'conservation', 'productive', 'beneficial',
184 'bored', 'charming', 'minimal', 'mobile', 'turkish', 'orange', 'rear',
185 'passive', 'suspicious', 'overwhelming', 'fatal', 'resulting', 'symbolic',
186 'registered', 'neighbouring', 'calm', 'irrelevant', 'patient', 'compact',
187 'profitable', 'rival', 'loyal', 'moderate', 'distinguished', 'interior',
188 'noble', 'insufficient', 'eligible', 'mysterious', 'varying', 'middle',
189 'classmanagerial', 'molecular', 'olympic', 'linear', 'prospective',
190 'printed', 'parental', 'diverse', 'elaborate', 'furious', 'fiscal',
191 'burning', 'useless', 'semantic', 'embarrassed', 'inherent', 'philosophical',
192 'deliberate', 'awake', 'variable', 'promising', 'unpleasant', 'varied',
193 'sacred', 'selective', 'inclined', 'tender', 'hidden', 'worthy',
194 'intermediate', 'sound', 'protective', 'fortunate', 'slim', 'islamic',
195 'defensive', 'divine', 'stuck', 'driving', 'invisible', 'misleading',
196 'circular', 'mathematical', 'inappropriate', 'liquid', 'persistent', 'solar',
197 'doubtful', 'manual', 'architectural', 'intact', 'incredible', 'devoted',
198 'prior', 'tragic', 'respectable', 'optimistic', 'convincing', 'unacceptable',
199 'decisive', 'competent', 'spatial', 'respective', 'binding', 'relieved',
200 'nursing', 'toxic', 'select', 'redundant', 'integral', 'then', 'probable',
201 'amateur', 'fond', 'passing', 'specified', 'territorial', 'horizontal',
202 'old', 'fashionedinland', 'cognitive', 'regulatory', 'miserable', 'resident',
203 'polite', 'scared', 'marxist', 'gothic', 'civilian', 'instant', 'lengthy',
204 'adverse', 'korean', 'unconscious', 'anonymous', 'aesthetic', 'orthodox',
205 'static', 'unaware', 'costly', 'fantastic', 'foolish', 'fashionable',
206 'causal', 'compatible', 'wee', 'implicit', 'dual', 'ok', 'cheerful',
207 'subjective', 'forward', 'surviving', 'exotic', 'purple', 'cautious',
208 'visiting', 'aggregate', 'ethical', 'protestant', 'teenage', 'large',
209 'scaledying', 'disastrous', 'delicious', 'confidential', 'underground',
210 'thorough', 'grim', 'autonomous', 'atomic', 'frozen', 'colourful', 'injured',
211 'uniform', 'ashamed', 'glorious', 'wicked', 'coherent', 'rising', 'shy',
212 'novel', 'balanced', 'delightful', 'arbitrary', 'adjacent', 'psychiatric',
213 'worrying', 'weird', 'unchanged', 'rolling', 'evolutionary', 'intimate',
214 'sporting', 'disciplinary', 'formidable', 'lexical', 'noisy', 'gradual',
215 'accused', 'homeless', 'supporting', 'coming', 'renewed', 'excess',
216 'retired', 'rubber', 'chosen', 'outdoor', 'embarrassing', 'preferred',
217 'bizarre', 'appalling', 'agreed', 'imaginative', 'governing', 'accepted',
218 'vocational', 'palestinian', 'mighty', 'puzzled', 'worldwide', 'handicapped',
219 'organisational', 'sunny', 'eldest', 'eventual', 'spontaneous', 'vivid',
220 'rude', 'nineteenth', 'centuryfaithful', 'ministerial', 'innovative',
221 'controlled', 'conceptual', 'unwilling', 'civic', 'meaningful', 'disturbing',
222 'alive', 'brainy', 'breakable', 'busy', 'careful', 'cautious', 'clever',
223 'concerned', 'crazy', 'curious', 'dead', 'different', 'difficult',
224 'doubtful', 'easy', 'famous', 'fragile', 'helpful', 'helpless', 'important',
225 'impossible', 'innocent', 'inquisitive', 'modern', 'open', 'outstanding',
226 'poor', 'powerful', 'puzzled', 'real', 'rich', 'shy', 'sleepy', 'stupid',
227 'super', 'tame', 'uninterested', 'wandering', 'wild', 'wrong', 'adorable',
228 'alert', 'average', 'beautiful', 'blonde', 'bloody', 'blushing', 'bright',
229 'clean', 'clear', 'cloudy', 'colorful', 'crowded', 'cute', 'dark', 'drab',
230 'distinct', 'dull', 'elegant', 'fancy', 'filthy', 'glamorous', 'gleaming',
231 'graceful', 'grotesque', 'homely', 'light', 'misty', 'motionless', 'muddy',
232 'plain', 'poised', 'quaint', 'shiny', 'smoggy', 'sparkling', 'spotless',
233 'stormy', 'strange', 'ugly', 'unsightly', 'unusual', 'bad', 'better',
234 'beautiful', 'big', 'black', 'blue', 'bright', 'clumsy', 'crazy', 'dizzy',
235 'dull', 'fat', 'frail', 'friendly', 'funny', 'great', 'green', 'gigantic',
236 'gorgeous', 'grumpy', 'handsome', 'happy', 'horrible', 'itchy', 'jittery',
237 'jolly', 'kind', 'long', 'lazy', 'magnificent', 'magenta', 'many', 'mighty',
238 'mushy', 'nasty', 'new', 'nice', 'nosy', 'nutty', 'nutritious', 'odd',
239 'orange', 'ordinary', 'pretty', 'precious', 'prickly', 'purple', 'quaint',
240 'quiet', 'quick', 'quickest', 'rainy', 'rare', 'ratty', 'red', 'roasted',
241 'robust', 'round', 'sad', 'scary', 'scrawny', 'short', 'silly', 'stingy',
242 'strange', 'striped', 'spotty', 'tart', 'tall', 'tame', 'tan', 'tender',
243 'testy', 'tricky', 'tough', 'ugly', 'ugliest', 'vast', 'watery', 'wasteful',
244 'wide', 'eyedwonderful', 'yellow', 'yummy', 'zany'];
245var noun = exports.nouns = [
246 'aardvark', 'air', 'airplane', 'airport', 'alarm', 'alligator', 'alphabet',
247 'ambulance', 'animal', 'ankle', 'army', 'answer', 'ant', 'antelope', 'apple',
248 'arm', 'armchair', 'arrow', 'asparagus', 'baby', 'back', 'backbone', 'bacon',
249 'badge', 'badger', 'bag', 'bagpipe', 'bait', 'bakery', 'ball', 'balloon',
250 'bamboo', 'banana', 'band', 'bandana', 'bangle', 'banjo', 'bank', 'baseball',
251 'basket', 'basketball', 'bat', 'bath', 'bathroom', 'bathtub', 'battery',
252 'battle', 'bay', 'beach', 'bead', 'bean', 'bear', 'beard', 'beast', 'beat',
253 'beauty', 'beaver', 'bed', 'bedroom', 'bee', 'beef', 'beetle', 'bell',
254 'belt', 'bench', 'beret', 'berry', 'bicycle', 'bike', 'bird', 'birthday',
255 'bite', 'black', 'blade', 'blanket', 'block', 'blood', 'blouse', 'blow',
256 'board', 'boat', 'bobcat', 'body', 'bolt', 'bone', 'bonsai', 'book',
257 'bookcase', 'booklet', 'boot', 'border', 'bottle', 'bottom', 'boundary',
258 'bow', 'bowling', 'box', 'boy', 'brain', 'brake', 'branch', 'brass', 'bread',
259 'break', 'breakfast', 'breath', 'brick', 'bridge', 'broccoli', 'brochure',
260 'brother', 'brush', 'bubble', 'bucket', 'building', 'bulb', 'bull',
261 'bulldozer', 'bumper', 'bun', 'bus', 'bush', 'butter', 'button', 'cabbage',
262 'cactus', 'cafe', 'cake', 'calculator', 'calendar', 'calf', 'call', 'camel',
263 'camera', 'camp', 'candle', 'canoe', 'canvas', 'cap', 'captain', 'car',
264 'card', 'cardboard', 'cardigan', 'carpenter', 'carrot', 'cartoon', 'cat',
265 'caterpillar', 'cathedral', 'cattle', 'cauliflower', 'cave', 'ceiling',
266 'celery', 'cello', 'cement', 'cemetery', 'cereal', 'chain', 'chair', 'chalk',
267 'channel', 'character', 'cheek', 'cheese', 'cheetah', 'cherry', 'chess',
268 'chest', 'chick', 'chicken', 'children', 'chimpanzee', 'chin', 'chive',
269 'chocolate', 'church', 'cicada', 'cinema', 'circle', 'city', 'clam',
270 'clarinet', 'click', 'clock', 'close', 'closet', 'cloth', 'cloud', 'cloudy',
271 'coach', 'coal', 'coast', 'coat', 'cobweb', 'cockroach', 'cocoa',
272 'coffeecoil', 'coin', 'coke', 'cold', 'collar', 'college', 'colt', 'comb',
273 'comics', 'comma', 'computer', 'copy', 'corn', 'cost', 'cotton', 'couch',
274 'cougar', 'country', 'course', 'court', 'cousin', 'cow', 'crab', 'crack',
275 'cracker', 'crate', 'crayfish', 'crayon', 'cream', 'creek', 'cricket',
276 'crocodile', 'crop', 'crow', 'crowd', 'crown', 'cucumber', 'cup', 'cupboard',
277 'curtain', 'curve', 'cushion', 'cyclone', 'dad', 'daffodil', 'daisy',
278 'dance', 'daughter', 'day', 'deer', 'denim', 'dentist', 'desert', 'desk',
279 'dessert', 'detective', 'dew', 'diamond', 'dictionary', 'dinghy', 'dinosaur',
280 'dirt', 'dish', 'dog', 'doll', 'dollar', 'door', 'dragon', 'dragonfly',
281 'drain', 'drawer', 'dream', 'dress', 'dresser', 'drill', 'drink', 'drum',
282 'dryer', 'duck', 'duckling', 'dungeon', 'dust', 'eagle', 'ear', 'earth',
283 'earthquake', 'eel', 'egg', 'eggplant', 'elbow', 'elephant', 'energy',
284 'engine', 'equipment', 'evening', 'eye', 'eyebrow', 'face', 'fact',
285 'factory', 'fairies', 'family', 'fan', 'fang', 'farm', 'fear', 'feast',
286 'feather', 'feet', 'ferryboat', 'field', 'fight', 'finger', 'fire',
287 'fireplace', 'fish', 'flag', 'flame', 'flood', 'floor', 'flower', 'flute',
288 'fly', 'foam', 'fog', 'food', 'foot', 'football', 'forehead', 'forest',
289 'fork', 'fountain', 'fox', 'frame', 'freckle', 'freezer', 'frog', 'frost',
290 'fruit', 'fuel', 'fur', 'furniture', 'game', 'garage', 'garden', 'garlic',
291 'gas', 'gate', 'gear', 'ghost', 'giraffe', 'girl', 'glass', 'glove', 'glue',
292 'goal', 'goat', 'gold', 'goldfish', 'golf', 'gorilla', 'government', 'grape',
293 'grass', 'grasshopper', 'grease', 'grill', 'group', 'guitar', 'gum', 'gym',
294 'gymnast', 'hail', 'hair', 'haircut', 'hall', 'hamburger', 'hammer',
295 'hamster', 'hand', 'handball', 'handle', 'hardware', 'harmonica', 'harmony',
296 'hat', 'hate', 'hawk', 'head', 'headlight', 'health', 'heart', 'heat',
297 'heaven', 'hedge', 'height', 'helicopter', 'helmet', 'help', 'henhill',
298 'hip', 'hippopotamus', 'history', 'hockey', 'hole', 'holiday', 'home',
299 'honey', 'hood', 'hook', 'horn', 'horse', 'hose', 'hospital', 'hour',
300 'house', 'hurricane', 'hyena', 'ice', 'icicle', 'idea', 'ink', 'insect',
301 'instrument', 'internet', 'invention', 'iron', 'island', 'jacket', 'jaguar',
302 'jail', 'jam', 'jar', 'jaw', 'jeans', 'jeep', 'jelly', 'jellyfish', 'jet',
303 'jewel', 'joke', 'journey', 'judge', 'judo', 'juice', 'jump', 'jumper',
304 'kangaroo', 'karate', 'kayak', 'kettle', 'key', 'keyboard', 'kick', 'kiss',
305 'kitchen', 'kite', 'kitten', 'knee', 'knife', 'knight', 'knot', 'lace',
306 'ladybug', 'lake', 'lamb', 'lamp', 'land', 'lasagna', 'laugh', 'laundry',
307 'leaf', 'leather', 'leek', 'leg', 'lemonade', 'leopard', 'letter', 'lettuce',
308 'library', 'lift', 'light', 'lightning', 'lily', 'line', 'lion', 'lip',
309 'lipstick', 'liquid', 'list', 'litter', 'lizard', 'loaf', 'lobster', 'lock',
310 'locket', 'locust', 'look', 'lotion', 'love', 'lunch', 'lynx', 'macaroni',
311 'machine', 'magazine', 'magic', 'magician', 'mail', 'mailbox', 'mailman',
312 'makeup', 'map', 'marble', 'mark', 'market', 'mascara', 'mask', 'match',
313 'meal', 'meat', 'mechanic', 'medicine', 'memory', 'men', 'menu', 'message',
314 'metal', 'mice', 'middle', 'milk', 'milkshake', 'mint', 'minute', 'mirror',
315 'mist', 'mistake', 'mitten', 'monday', 'money', 'monkey', 'month', 'moon',
316 'morning', 'mosquito', 'motorboat', 'motorcycle', 'mountain', 'mouse',
317 'moustache', 'mouth', 'music', 'mustard', 'nail', 'name', 'napkin', 'neck',
318 'needle', 'nest', 'net', 'news', 'night', 'noise', 'noodle', 'nose', 'note',
319 'notebook', 'number', 'nut', 'oak', 'oatmeal', 'ocean', 'octopus', 'office',
320 'oil', 'olive', 'onion', 'orange', 'orchestra', 'ostrich', 'otter', 'oven',
321 'owl', 'ox', 'oxygen', 'oyster', 'packet', 'page', 'pail', 'pain', 'paint',
322 'pair', 'pajama', 'pamphlet', 'pan', 'pancake', 'panda', 'pansy', 'panther',
323 'pantspaper', 'parcel', 'parent', 'park', 'parrot', 'party', 'pasta',
324 'paste', 'pastry', 'patch', 'path', 'pea', 'peace', 'peanut', 'pear',
325 'pedestrian', 'pelican', 'pen', 'pencil', 'pepper', 'perfume', 'person',
326 'pest', 'pet', 'phone', 'piano', 'pickle', 'picture', 'pie', 'pig', 'pigeon',
327 'pillow', 'pilot', 'pimple', 'pin', 'pipe', 'pizza', 'plane', 'plant',
328 'plantation', 'plastic', 'plate', 'playground', 'plot', 'pocket', 'poison',
329 'police', 'policeman', 'pollution', 'pond', 'popcorn', 'poppy', 'porcupine',
330 'postage', 'postbox', 'pot', 'potato', 'poultry', 'powder', 'power', 'price',
331 'printer', 'prison', 'pumpkin', 'puppy', 'pyramid', 'queen', 'question',
332 'quicksand', 'quill', 'quilt', 'rabbit', 'radio', 'radish', 'raft', 'rail',
333 'railway', 'rain', 'rainbow', 'raincoat', 'rainstorm', 'rake', 'rat',
334 'ravioli', 'ray', 'recorder', 'rectangle', 'refrigerator', 'reindeer',
335 'relatives', 'restaurant', 'reward', 'rhinoceros', 'rice', 'riddle', 'ring',
336 'river', 'road', 'roast', 'rock', 'roll', 'roof', 'room', 'rooster', 'rose',
337 'rowboat', 'rubber', 'sack', 'sail', 'sailboat', 'sailor', 'salad', 'salmon',
338 'salt', 'sand', 'sandwich', 'sardine', 'sauce', 'sausage', 'saw',
339 'saxophone', 'scarecrow', 'scarf', 'school', 'scissors', 'scooter',
340 'scorpion', 'screw', 'screwdriver', 'sea', 'seagull', 'seal', 'seaplane',
341 'seashore', 'season', 'seat', 'second', 'seed', 'sentence', 'servant',
342 'shade', 'shadow', 'shallot', 'shampoo', 'shark', 'shears', 'sheep', 'sheet',
343 'shelf', 'shell', 'shield', 'ship', 'shirt', 'shoe', 'shoemaker', 'shop',
344 'shorts', 'shoulder', 'shovel', 'show', 'side', 'sidewalk', 'sign',
345 'signature', 'silk', 'silver', 'singer', 'sink', 'sister', 'skin', 'skirt',
346 'sky', 'sled', 'slippers', 'slope', 'smoke', 'snail', 'snake', 'sneeze',
347 'snow', 'snowflake', 'snowman', 'soap', 'soccer', 'sock', 'sofa', 'softball',
348 'soldier', 'son', 'song', 'sound', 'soup', 'soybean', 'space', 'spade',
349 'spaghetti', 'spark', 'sparrow', 'spear', 'speedboatspider', 'spike',
350 'spinach', 'sponge', 'spoon', 'spot', 'sprout', 'spy', 'square', 'squash',
351 'squid', 'squirrel', 'stage', 'staircase', 'stamp', 'star', 'station',
352 'steam', 'steel', 'stem', 'step', 'stew', 'stick', 'stitch', 'stinger',
353 'stomach', 'stone', 'stool', 'stopsign', 'stopwatch', 'store', 'storm',
354 'story', 'stove', 'stranger', 'straw', 'stream', 'string', 'submarine',
355 'sugar', 'suit', 'summer', 'sun', 'sunshine', 'sunflower', 'supermarket',
356 'surfboard', 'surname', 'surprise', 'sushi', 'swallow', 'swamp', 'swan',
357 'sweater', 'sweatshirt', 'sweets', 'swing', 'switch', 'sword', 'swordfish',
358 'syrup', 'table', 'tabletop', 'tadpole', 'tail', 'target', 'tax', 'taxi',
359 'tea', 'teacher', 'team', 'teeth', 'television', 'tennis', 'tent',
360 'textbook', 'theater', 'thistle', 'thought', 'thread', 'throat', 'throne',
361 'thumb', 'thunder', 'thunderstorm', 'ticket', 'tie', 'tiger', 'tile', 'time',
362 'tire', 'toad', 'toast', 'toe', 'toilet', 'tomato', 'tongue', 'tooth',
363 'toothbrush', 'toothpaste', 'top', 'tornado', 'tortoise', 'tower', 'town',
364 'toy', 'tractor', 'traffic', 'trail', 'train', 'transport', 'tray', 'tree',
365 'triangle', 'trick', 'trip', 'trombone', 'trouble', 'trousers', 'truck',
366 'trumpet', 'trunk', 't-shirt', 'tub', 'tuba', 'tugboat', 'tulip', 'tuna',
367 'tune', 'turkey', 'turnip', 'turtle', 'twig', 'twilight', 'twine',
368 'umbrella', 'valley', 'van', 'vase', 'vegetable', 'veil', 'vein', 'vessel',
369 'vest', 'violin', 'volcano', 'volleyball', 'vulture', 'wall', 'wallaby',
370 'walrus', 'washer', 'wasp', 'waste', 'watch', 'watchmaker', 'water',
371 'waterfall', 'wave', 'wax', 'weapon', 'weasel', 'weather', 'wedge', 'whale',
372 'wheel', 'whip', 'whistle', 'wilderness', 'willow', 'wind', 'windchime',
373 'window', 'windscreen', 'wing', 'winter', 'wire', 'wish', 'witch', 'wolf',
374 'woman', 'wood', 'wool', 'word', 'workshop', 'worm', 'wound', 'wren',
375 'wrench', 'wrinkles', 'wrist', 'xylophone', 'yacht', 'yak', 'yard', 'yogurt',
376 'zebra', 'zipper', 'zoo'];
377