random-world
Version:
Node.js module to generate random collections of data.
539 lines (492 loc) • 68.7 kB
JavaScript
const words = {
'english': [
// Common words (original 1000)
'the', 'of', 'to', 'and', 'a', 'in', 'is', 'it', 'you', 'that',
'he', 'was', 'for', 'on', 'are', 'with', 'as', 'I', 'his', 'they',
'be', 'at', 'one', 'have', 'this', 'from', 'or', 'had', 'by', 'hot',
'word', 'but', 'what', 'some', 'we', 'can', 'out', 'other', 'were', 'all',
'there', 'when', 'up', 'use', 'your', 'how', 'said', 'an', 'each', 'she',
'which', 'do', 'their', 'time', 'if', 'will', 'way', 'about', 'many', 'then',
'them', 'write', 'would', 'like', 'so', 'these', 'her', 'long', 'make', 'thing',
'see', 'him', 'two', 'has', 'look', 'more', 'day', 'could', 'go', 'come',
'did', 'number', 'sound', 'no', 'most', 'people', 'my', 'over', 'know', 'water',
'than', 'call', 'first', 'who', 'may', 'down', 'side', 'been', 'now', 'find',
// Additional common nouns
'house', 'world', 'school', 'hand', 'part', 'place', 'case', 'week', 'company',
'system', 'program', 'question', 'work', 'government', 'night', 'point', 'home',
'money', 'story', 'fact', 'month', 'lot', 'right', 'study', 'book', 'eye', 'job',
'business', 'issue', 'kind', 'head', 'far', 'father', 'power', 'hour', 'game',
'line', 'end', 'member', 'law', 'car', 'city', 'community', 'name', 'president',
'team', 'minute', 'idea', 'kid', 'body', 'information', 'back', 'parent', 'face',
'others', 'level', 'office', 'door', 'health', 'person', 'art', 'war', 'history',
'party', 'result', 'change', 'morning', 'reason', 'research', 'girl', 'guy',
'moment', 'air', 'teacher', 'force', 'education', 'foot', 'boy', 'age', 'policy',
'process', 'music', 'market', 'sense', 'nation', 'plan', 'college', 'interest',
// More nouns
'death', 'experience', 'effect', 'use', 'class', 'control', 'care', 'field',
'development', 'role', 'effort', 'rate', 'heart', 'drug', 'show', 'leader',
'light', 'voice', 'wife', 'police', 'mind', 'difference', 'period', 'building',
'action', 'area', 'society', 'activity', 'player', 'economy', 'data', 'view',
'evidence', 'model', 'site', 'group', 'value', 'family', 'event', 'resource',
'type', 'theory', 'analysis', 'population', 'structure', 'culture', 'function',
'relationship', 'response', 'practice', 'behavior', 'material', 'context',
'individual', 'strategy', 'opportunity', 'technology', 'performance', 'service',
'approach', 'treatment', 'production', 'management', 'environment', 'condition',
// Common verbs
'say', 'get', 'make', 'go', 'know', 'take', 'see', 'come', 'think', 'look',
'want', 'give', 'use', 'find', 'tell', 'ask', 'work', 'seem', 'feel', 'try',
'leave', 'call', 'keep', 'let', 'begin', 'seem', 'help', 'talk', 'turn', 'start',
'show', 'hear', 'play', 'run', 'move', 'live', 'believe', 'hold', 'bring', 'happen',
'write', 'provide', 'sit', 'stand', 'lose', 'pay', 'meet', 'include', 'continue',
'set', 'learn', 'change', 'lead', 'understand', 'watch', 'follow', 'stop', 'create',
'speak', 'read', 'allow', 'add', 'spend', 'grow', 'open', 'walk', 'win', 'offer',
'remember', 'love', 'consider', 'appear', 'buy', 'wait', 'serve', 'die', 'send',
'expect', 'build', 'stay', 'fall', 'cut', 'reach', 'kill', 'remain', 'suggest',
'raise', 'pass', 'sell', 'require', 'report', 'decide', 'pull', 'develop', 'carry',
// More verbs
'receive', 'agree', 'support', 'hit', 'produce', 'eat', 'cover', 'catch', 'draw',
'choose', 'seek', 'deal', 'apply', 'represent', 'indicate', 'present', 'assume',
'suffer', 'avoid', 'identify', 'drive', 'mention', 'obtain', 'maintain', 'refer',
'relate', 'claim', 'link', 'express', 'determine', 'associate', 'demonstrate',
'observe', 'achieve', 'base', 'define', 'establish', 'argue', 'propose', 'reveal',
'improve', 'examine', 'recognize', 'generate', 'announce', 'approach', 'address',
'record', 'respond', 'explain', 'focus', 'exist', 'involve', 'measure', 'increase',
'reduce', 'contain', 'compare', 'release', 'replace', 'accept', 'enter', 'prepare',
'implement', 'access', 'protect', 'perform', 'promote', 'manage', 'influence',
// Common adjectives
'good', 'new', 'first', 'last', 'long', 'great', 'little', 'own', 'other', 'old',
'right', 'big', 'high', 'different', 'small', 'large', 'next', 'early', 'young',
'important', 'few', 'public', 'bad', 'same', 'able', 'human', 'local', 'sure',
'free', 'better', 'strong', 'possible', 'whole', 'special', 'true', 'real',
'best', 'certain', 'full', 'hard', 'open', 'late', 'available', 'likely', 'clear',
'short', 'single', 'personal', 'simple', 'private', 'past', 'recent', 'major',
'economic', 'political', 'social', 'national', 'international', 'current', 'common',
'final', 'natural', 'physical', 'general', 'environmental', 'financial', 'popular',
'traditional', 'cultural', 'legal', 'medical', 'similar', 'various', 'particular',
'total', 'basic', 'successful', 'main', 'significant', 'original', 'average', 'effective',
// More adjectives
'professional', 'beautiful', 'difficult', 'primary', 'appropriate', 'potential',
'normal', 'independent', 'positive', 'additional', 'present', 'necessary', 'critical',
'central', 'commercial', 'industrial', 'digital', 'global', 'regional', 'direct',
'creative', 'competitive', 'responsible', 'electronic', 'educational', 'technical',
'specific', 'unique', 'negative', 'mental', 'standard', 'healthy', 'modern', 'obvious',
'serious', 'military', 'complete', 'essential', 'active', 'scientific', 'powerful',
'formal', 'consistent', 'familiar', 'valuable', 'complex', 'domestic', 'relevant',
'actual', 'academic', 'alternative', 'annual', 'corporate', 'federal', 'strategic',
'dangerous', 'religious', 'typical', 'sexual', 'visual', 'upper', 'ancient', 'massive',
// Common adverbs
'up', 'so', 'out', 'just', 'now', 'how', 'then', 'more', 'also', 'here',
'well', 'only', 'very', 'even', 'back', 'there', 'down', 'still', 'when', 'all',
'much', 'before', 'too', 'off', 'really', 'away', 'over', 'again', 'why', 'long',
'always', 'already', 'together', 'often', 'never', 'ever', 'today', 'however',
'perhaps', 'yet', 'around', 'later', 'once', 'sometimes', 'actually', 'almost',
'probably', 'usually', 'especially', 'rather', 'soon', 'certainly', 'quickly',
'finally', 'simply', 'recently', 'early', 'clearly', 'indeed', 'generally',
'particularly', 'likely', 'exactly', 'directly', 'highly', 'immediately', 'eventually',
'currently', 'recently', 'originally', 'relatively', 'increasingly', 'primarily',
'largely', 'partly', 'widely', 'closely', 'fully', 'strongly', 'easily', 'totally',
// Technology terms
'computer', 'software', 'hardware', 'internet', 'network', 'database', 'server',
'client', 'cloud', 'digital', 'virtual', 'mobile', 'online', 'website', 'platform',
'application', 'interface', 'algorithm', 'code', 'program', 'system', 'security',
'encryption', 'protocol', 'bandwidth', 'firewall', 'router', 'browser', 'cookie',
'cache', 'domain', 'hosting', 'backup', 'storage', 'processor', 'memory', 'byte',
'pixel', 'resolution', 'upload', 'download', 'streaming', 'wireless', 'bluetooth',
'automation', 'artificial', 'intelligence', 'machine', 'learning', 'neural', 'robot',
'sensor', 'device', 'gadget', 'tablet', 'smartphone', 'laptop', 'desktop', 'keyboard',
'mouse', 'monitor', 'screen', 'display', 'printer', 'scanner', 'camera', 'microphone',
'speaker', 'headphone', 'charger', 'cable', 'port', 'connector', 'adapter', 'battery',
// Business terms
'business', 'market', 'company', 'industry', 'product', 'service', 'customer',
'client', 'revenue', 'profit', 'loss', 'budget', 'investment', 'capital', 'asset',
'liability', 'equity', 'stock', 'share', 'dividend', 'interest', 'loan', 'debt',
'credit', 'mortgage', 'insurance', 'tax', 'audit', 'accounting', 'finance', 'banking',
'trade', 'export', 'import', 'contract', 'agreement', 'partnership', 'merger',
'acquisition', 'startup', 'entrepreneur', 'venture', 'franchise', 'brand', 'marketing',
'advertising', 'sales', 'promotion', 'campaign', 'strategy', 'management', 'leadership',
'executive', 'employee', 'staff', 'workforce', 'department', 'division', 'branch',
'headquarters', 'office', 'meeting', 'conference', 'presentation', 'proposal', 'report',
'analysis', 'forecast', 'target', 'goal', 'objective', 'benchmark', 'performance', 'growth',
// Nature and science
'nature', 'earth', 'world', 'planet', 'sun', 'moon', 'star', 'sky', 'space', 'universe',
'galaxy', 'atmosphere', 'climate', 'weather', 'temperature', 'rain', 'snow', 'wind',
'storm', 'cloud', 'ocean', 'sea', 'river', 'lake', 'mountain', 'valley', 'forest',
'tree', 'plant', 'flower', 'grass', 'animal', 'bird', 'fish', 'insect', 'mammal',
'species', 'ecosystem', 'habitat', 'wildlife', 'environment', 'pollution', 'carbon',
'oxygen', 'nitrogen', 'hydrogen', 'chemical', 'element', 'atom', 'molecule', 'cell',
'gene', 'DNA', 'protein', 'bacteria', 'virus', 'disease', 'medicine', 'drug', 'vaccine',
'treatment', 'therapy', 'surgery', 'hospital', 'doctor', 'nurse', 'patient', 'health',
'nutrition', 'diet', 'exercise', 'fitness', 'wellness', 'mental', 'physical', 'emotional',
'psychology', 'brain', 'mind', 'thought', 'memory', 'emotion', 'behavior', 'personality',
// Arts and culture
'art', 'music', 'film', 'movie', 'theater', 'dance', 'painting', 'sculpture', 'photography',
'literature', 'poetry', 'novel', 'story', 'fiction', 'drama', 'comedy', 'tragedy', 'romance',
'mystery', 'horror', 'fantasy', 'science', 'history', 'biography', 'documentary', 'news',
'media', 'press', 'journalism', 'broadcast', 'radio', 'television', 'channel', 'program',
'show', 'episode', 'series', 'season', 'premiere', 'finale', 'audience', 'viewer', 'listener',
'reader', 'fan', 'critic', 'review', 'rating', 'award', 'festival', 'exhibition', 'gallery',
'museum', 'concert', 'performance', 'stage', 'screen', 'actor', 'actress', 'director',
'producer', 'writer', 'artist', 'musician', 'singer', 'band', 'orchestra', 'composer',
'song', 'album', 'track', 'lyric', 'melody', 'rhythm', 'beat', 'genre', 'style', 'trend',
'fashion', 'design', 'architecture', 'building', 'structure', 'monument', 'landmark', 'heritage',
// Sports and recreation
'sport', 'game', 'match', 'competition', 'tournament', 'championship', 'league', 'team',
'player', 'athlete', 'coach', 'referee', 'score', 'goal', 'point', 'win', 'loss', 'draw',
'victory', 'defeat', 'record', 'champion', 'medal', 'trophy', 'stadium', 'arena', 'field',
'court', 'track', 'pool', 'gym', 'fitness', 'training', 'practice', 'exercise', 'workout',
'football', 'soccer', 'basketball', 'baseball', 'tennis', 'golf', 'hockey', 'volleyball',
'swimming', 'running', 'cycling', 'skiing', 'boxing', 'wrestling', 'martial', 'yoga',
'recreation', 'hobby', 'leisure', 'entertainment', 'fun', 'play', 'toy', 'puzzle', 'board',
'card', 'video', 'gaming', 'adventure', 'travel', 'tourism', 'vacation', 'holiday', 'trip',
'journey', 'destination', 'hotel', 'resort', 'beach', 'park', 'camping', 'hiking', 'outdoor',
'indoor', 'activity', 'event', 'celebration', 'party', 'festival', 'gathering', 'community',
// Food and drink
'food', 'drink', 'meal', 'breakfast', 'lunch', 'dinner', 'snack', 'dessert', 'appetizer',
'course', 'dish', 'recipe', 'ingredient', 'cooking', 'baking', 'kitchen', 'restaurant',
'cafe', 'bar', 'menu', 'order', 'serve', 'taste', 'flavor', 'spice', 'herb', 'sauce',
'bread', 'pasta', 'rice', 'meat', 'chicken', 'beef', 'pork', 'fish', 'seafood', 'vegetable',
'fruit', 'salad', 'soup', 'sandwich', 'pizza', 'burger', 'steak', 'egg', 'cheese', 'butter',
'milk', 'cream', 'sugar', 'salt', 'pepper', 'oil', 'vinegar', 'mustard', 'ketchup', 'mayonnaise',
'coffee', 'tea', 'juice', 'soda', 'water', 'wine', 'beer', 'cocktail', 'alcohol', 'beverage',
'organic', 'fresh', 'frozen', 'canned', 'raw', 'cooked', 'fried', 'grilled', 'baked', 'roasted',
'healthy', 'delicious', 'tasty', 'sweet', 'sour', 'bitter', 'salty', 'spicy', 'mild', 'hot',
'cold', 'warm', 'vegetarian', 'vegan', 'gluten', 'allergy', 'nutrition', 'calorie', 'vitamin', 'mineral',
// Home and family
'home', 'house', 'apartment', 'room', 'kitchen', 'bedroom', 'bathroom', 'living', 'dining',
'garage', 'garden', 'yard', 'lawn', 'fence', 'door', 'window', 'wall', 'floor', 'ceiling',
'roof', 'stair', 'basement', 'attic', 'closet', 'furniture', 'chair', 'table', 'desk', 'bed',
'sofa', 'couch', 'lamp', 'carpet', 'curtain', 'mirror', 'shelf', 'drawer', 'cabinet', 'appliance',
'refrigerator', 'oven', 'stove', 'microwave', 'dishwasher', 'washer', 'dryer', 'vacuum', 'iron',
'family', 'parent', 'mother', 'father', 'child', 'son', 'daughter', 'brother', 'sister', 'sibling',
'grandparent', 'grandmother', 'grandfather', 'grandchild', 'aunt', 'uncle', 'cousin', 'nephew', 'niece',
'husband', 'wife', 'spouse', 'partner', 'marriage', 'wedding', 'divorce', 'relationship', 'friend',
'neighbor', 'community', 'generation', 'tradition', 'culture', 'heritage', 'ancestry', 'origin', 'root',
'birth', 'birthday', 'age', 'youth', 'adult', 'senior', 'retirement', 'death', 'funeral', 'memorial',
// Education
'education', 'school', 'university', 'college', 'academy', 'institute', 'campus', 'classroom',
'lecture', 'seminar', 'workshop', 'course', 'curriculum', 'syllabus', 'lesson', 'class', 'subject',
'topic', 'chapter', 'textbook', 'notebook', 'homework', 'assignment', 'project', 'essay', 'paper',
'thesis', 'dissertation', 'research', 'study', 'experiment', 'laboratory', 'library', 'resource',
'student', 'teacher', 'professor', 'instructor', 'tutor', 'mentor', 'principal', 'dean', 'faculty',
'staff', 'administration', 'enrollment', 'admission', 'graduation', 'diploma', 'degree', 'certificate',
'bachelor', 'master', 'doctorate', 'scholarship', 'grant', 'loan', 'tuition', 'fee', 'grade', 'score',
'test', 'exam', 'quiz', 'assessment', 'evaluation', 'feedback', 'report', 'transcript', 'attendance',
'discipline', 'behavior', 'rule', 'policy', 'program', 'activity', 'club', 'organization', 'event',
'skill', 'knowledge', 'learning', 'teaching', 'training', 'development', 'growth', 'improvement', 'progress',
// Transportation
'transport', 'transportation', 'travel', 'trip', 'journey', 'commute', 'route', 'path', 'road',
'street', 'highway', 'freeway', 'bridge', 'tunnel', 'intersection', 'traffic', 'signal', 'sign',
'vehicle', 'car', 'truck', 'bus', 'van', 'motorcycle', 'bicycle', 'bike', 'scooter', 'train',
'subway', 'metro', 'tram', 'taxi', 'cab', 'ride', 'driver', 'passenger', 'seat', 'belt',
'wheel', 'tire', 'engine', 'fuel', 'gas', 'diesel', 'electric', 'hybrid', 'battery', 'charging',
'airplane', 'plane', 'flight', 'airport', 'terminal', 'gate', 'runway', 'takeoff', 'landing', 'pilot',
'ship', 'boat', 'ferry', 'cruise', 'port', 'harbor', 'dock', 'anchor', 'sail', 'captain',
'ticket', 'fare', 'schedule', 'timetable', 'departure', 'arrival', 'delay', 'cancel', 'booking', 'reservation',
'luggage', 'baggage', 'suitcase', 'backpack', 'carry', 'check', 'customs', 'immigration', 'passport', 'visa',
'destination', 'origin', 'distance', 'speed', 'mile', 'kilometer', 'direction', 'map', 'navigation', 'GPS',
// Government and law
'government', 'state', 'nation', 'country', 'federal', 'local', 'municipal', 'provincial', 'regional',
'president', 'prime', 'minister', 'governor', 'mayor', 'senator', 'representative', 'congress', 'parliament',
'legislature', 'executive', 'judicial', 'court', 'judge', 'jury', 'trial', 'verdict', 'sentence', 'appeal',
'law', 'legal', 'illegal', 'crime', 'criminal', 'civil', 'constitutional', 'amendment', 'bill', 'act',
'regulation', 'rule', 'policy', 'procedure', 'code', 'statute', 'ordinance', 'decree', 'mandate', 'order',
'right', 'freedom', 'liberty', 'justice', 'equality', 'democracy', 'republic', 'election', 'vote', 'ballot',
'candidate', 'campaign', 'party', 'political', 'conservative', 'liberal', 'moderate', 'progressive', 'reform',
'tax', 'budget', 'spending', 'revenue', 'deficit', 'debt', 'fiscal', 'monetary', 'economic', 'welfare',
'defense', 'military', 'army', 'navy', 'force', 'security', 'intelligence', 'foreign', 'domestic', 'diplomacy',
'treaty', 'agreement', 'alliance', 'sanction', 'embargo', 'conflict', 'war', 'peace', 'negotiation', 'resolution',
// Emotions and states
'happy', 'sad', 'angry', 'afraid', 'surprised', 'disgusted', 'excited', 'nervous', 'calm', 'relaxed',
'stressed', 'anxious', 'worried', 'confident', 'proud', 'ashamed', 'guilty', 'jealous', 'envious', 'grateful',
'hopeful', 'hopeless', 'optimistic', 'pessimistic', 'curious', 'bored', 'interested', 'confused', 'frustrated', 'satisfied',
'disappointed', 'relieved', 'comfortable', 'uncomfortable', 'lonely', 'loved', 'hated', 'respected', 'admired', 'embarrassed',
'joy', 'sorrow', 'anger', 'fear', 'love', 'hate', 'hope', 'despair', 'trust', 'doubt',
'peace', 'anxiety', 'excitement', 'boredom', 'curiosity', 'confusion', 'clarity', 'certainty', 'uncertainty', 'confidence',
'insecurity', 'pride', 'shame', 'guilt', 'innocence', 'regret', 'forgiveness', 'gratitude', 'resentment', 'compassion',
'empathy', 'sympathy', 'apathy', 'enthusiasm', 'passion', 'indifference', 'motivation', 'inspiration', 'determination', 'perseverance',
'patience', 'impatience', 'tolerance', 'intolerance', 'acceptance', 'rejection', 'approval', 'disapproval', 'support', 'opposition',
'agreement', 'disagreement', 'understanding', 'misunderstanding', 'communication', 'connection', 'isolation', 'belonging', 'identity', 'purpose',
// Abstract concepts
'time', 'space', 'life', 'death', 'truth', 'lie', 'reality', 'dream', 'thought', 'idea',
'concept', 'theory', 'principle', 'value', 'belief', 'opinion', 'fact', 'evidence', 'proof', 'reason',
'logic', 'intuition', 'instinct', 'wisdom', 'knowledge', 'ignorance', 'intelligence', 'creativity', 'imagination', 'innovation',
'change', 'stability', 'growth', 'decline', 'progress', 'regress', 'success', 'failure', 'achievement', 'loss',
'power', 'control', 'freedom', 'constraint', 'choice', 'decision', 'consequence', 'cause', 'effect', 'result',
'problem', 'solution', 'challenge', 'opportunity', 'risk', 'reward', 'cost', 'benefit', 'advantage', 'disadvantage',
'beginning', 'end', 'start', 'finish', 'origin', 'destination', 'source', 'target', 'goal', 'objective',
'method', 'process', 'procedure', 'system', 'structure', 'pattern', 'order', 'chaos', 'balance', 'harmony',
'conflict', 'peace', 'war', 'cooperation', 'competition', 'collaboration', 'negotiation', 'compromise', 'consensus', 'division',
'unity', 'diversity', 'equality', 'inequality', 'justice', 'injustice', 'fairness', 'bias', 'prejudice', 'discrimination',
// Additional varied words
'ability', 'absence', 'absolute', 'abundance', 'accident', 'accurate', 'accuse', 'acknowledge', 'acquire', 'adapt',
'adequate', 'adjust', 'admire', 'admit', 'adopt', 'advance', 'adventure', 'advertise', 'advice', 'affair',
'affect', 'afford', 'afraid', 'agency', 'agenda', 'agent', 'aggressive', 'agriculture', 'ahead', 'aid',
'aim', 'aircraft', 'alarm', 'alert', 'alien', 'align', 'alike', 'alive', 'alliance', 'allocate',
'alter', 'alternative', 'amateur', 'amaze', 'ambition', 'ambulance', 'amid', 'amount', 'ample', 'analyze',
'ancient', 'angle', 'animate', 'anniversary', 'announce', 'annual', 'anonymous', 'anticipate', 'anxiety', 'anxious',
'apart', 'apparent', 'appeal', 'appearance', 'appetite', 'applaud', 'applicable', 'appreciate', 'apprentice', 'appropriate',
'approve', 'approximate', 'arbitrary', 'architect', 'argue', 'arise', 'arithmetic', 'arm', 'arrange', 'array',
'arrest', 'arrogant', 'arrow', 'article', 'articulate', 'artificial', 'aside', 'aspect', 'aspire', 'assault',
'assemble', 'assert', 'assess', 'assign', 'assist', 'associate', 'assume', 'assure', 'astonish', 'astronomy',
'attach', 'attack', 'attain', 'attempt', 'attend', 'attitude', 'attorney', 'attract', 'attribute', 'auction',
'authentic', 'author', 'authority', 'automate', 'automatic', 'autumn', 'auxiliary', 'avenue', 'average', 'avoid',
'await', 'awake', 'aware', 'awful', 'awkward', 'axis', 'bachelor', 'backbone', 'background', 'backward',
'badge', 'badly', 'balance', 'balloon', 'ballot', 'banana', 'bandage', 'banner', 'bargain', 'barrier',
'basement', 'basket', 'batch', 'battery', 'battlefield', 'beam', 'beard', 'bearing', 'beast', 'beauty',
'behalf', 'behave', 'being', 'beloved', 'belt', 'bench', 'beneath', 'beneficial', 'bent', 'beside',
'bet', 'betray', 'beyond', 'bicycle', 'billion', 'bind', 'biography', 'biology', 'bishop', 'bite',
'bizarre', 'blade', 'blame', 'blank', 'blanket', 'blast', 'blaze', 'bleed', 'blend', 'bless',
'blind', 'blink', 'block', 'bloody', 'bloom', 'blossom', 'blow', 'blur', 'blush', 'boast',
'bold', 'bomb', 'bond', 'bonus', 'booth', 'border', 'boring', 'borrow', 'boss', 'bother',
'bottle', 'bounce', 'bound', 'boundary', 'bowl', 'bracket', 'brake', 'branch', 'brave', 'breach',
'breakdown', 'breakthrough', 'breast', 'breath', 'breathe', 'breed', 'breeze', 'brick', 'bride', 'brief',
'bright', 'brilliant', 'broadcast', 'broke', 'broken', 'bronze', 'brook', 'browse', 'brush', 'brutal',
'bubble', 'bucket', 'buddy', 'bug', 'bulk', 'bullet', 'bump', 'bunch', 'bundle', 'burden',
'bureau', 'burst', 'bury', 'butter', 'butterfly', 'button', 'cabin', 'cable', 'cage', 'cake',
'calculate', 'calendar', 'calm', 'campaign', 'canal', 'cancel', 'cancer', 'candidate', 'candle', 'candy',
'canvas', 'capable', 'capacity', 'cape', 'capture', 'carbon', 'careful', 'cargo', 'carpet', 'carriage',
'carrier', 'cartoon', 'carve', 'cascade', 'casual', 'catalog', 'catch', 'category', 'cattle', 'caution',
'cautious', 'cave', 'cease', 'ceiling', 'celebrate', 'celebrity', 'cement', 'cemetery', 'census', 'ceremony',
'certainty', 'chain', 'chairman', 'chalk', 'chamber', 'champion', 'channel', 'chapel', 'chapter', 'character',
'characteristic', 'charge', 'charity', 'charm', 'chart', 'chase', 'chat', 'cheap', 'cheat', 'cheek',
'cheer', 'chef', 'chemistry', 'cherry', 'chest', 'chicken', 'chief', 'childhood', 'chin', 'chip',
'chocolate', 'choir', 'choose', 'chop', 'chord', 'chronic', 'chunk', 'church', 'cigarette', 'cinema',
'circle', 'circuit', 'circumstance', 'citizen', 'civic', 'civilian', 'civilization', 'civilize', 'clarify', 'clarity',
'clash', 'classic', 'classification', 'classify', 'clause', 'clay', 'clean', 'cleanse', 'clerk', 'clever',
'click', 'cliff', 'climate', 'climb', 'clinic', 'clip', 'clock', 'clone', 'cloth', 'clothing',
'cluster', 'coach', 'coal', 'coalition', 'coast', 'coat', 'cocktail', 'coconut', 'cognitive', 'coincide',
'coincidence', 'collapse', 'collar', 'colleague', 'collect', 'collection', 'collective', 'collision', 'colonial', 'colony',
'color', 'column', 'combat', 'combination', 'combine', 'comfort', 'comfortable', 'comic', 'command', 'commander',
'commence', 'comment', 'commerce', 'commercial', 'commission', 'commit', 'commitment', 'committee', 'commodity', 'communicate',
'communication', 'communist', 'compact', 'companion', 'comparable', 'comparative', 'comparison', 'compass', 'compatible', 'compel',
'compensate', 'compensation', 'compete', 'competent', 'competitive', 'competitor', 'compile', 'complain', 'complaint', 'complement',
'complexity', 'compliance', 'complicate', 'complicated', 'compliment', 'comply', 'component', 'compose', 'composer', 'composition',
'compound', 'comprehensive', 'comprise', 'compromise', 'compulsory', 'compute', 'conceal', 'concede', 'conceive', 'concentrate',
'conception', 'concern', 'conclude', 'conclusion', 'concrete', 'condemn', 'conduct', 'cone', 'confer', 'conference',
'confess', 'confession', 'confide', 'confident', 'confidential', 'configuration', 'confine', 'confirm', 'confront', 'confusion',
'congratulate', 'conjunction', 'conscience', 'conscious', 'consciousness', 'consecutive', 'consensus', 'consent', 'consequence', 'conservation',
'conservative', 'conserve', 'considerable', 'consideration', 'consist', 'consistency', 'console', 'consolidate', 'conspiracy', 'constant',
'constitute', 'constitution', 'constitutional', 'constraint', 'construct', 'construction', 'consult', 'consultant', 'consume', 'consumer',
'consumption', 'contact', 'contemporary', 'content', 'contest', 'continent', 'continental', 'contingent', 'continual', 'continuous',
'contractor', 'contradiction', 'contrary', 'contrast', 'contribute', 'contribution', 'controversial', 'controversy', 'convenience', 'convenient',
'convention', 'conventional', 'conversation', 'conversion', 'convert', 'convey', 'conviction', 'convince', 'convinced', 'cooperate',
'cooperation', 'cooperative', 'coordinate', 'coordination', 'cope', 'copper', 'copyright', 'coral', 'core', 'corn',
'corner', 'corporate', 'corporation', 'correct', 'correction', 'correlate', 'correlation', 'correspond', 'correspondence', 'correspondent',
'corresponding', 'corridor', 'corrupt', 'corruption', 'cosmic', 'costume', 'cottage', 'cotton', 'couch', 'cough',
'council', 'counsel', 'counselor', 'counter', 'counterpart', 'countless', 'countryside', 'county', 'coup', 'couple',
'courage', 'courageous', 'courier', 'courtesy', 'cousin', 'coverage', 'cow', 'crack', 'craft', 'crash',
'crawl', 'crazy', 'cream', 'creature', 'credential', 'credibility', 'creek', 'crew', 'cricket', 'criminal',
'crisis', 'crisp', 'criterion', 'critic', 'critical', 'criticism', 'criticize', 'critique', 'crop', 'crown',
'crucial', 'crude', 'cruel', 'cruelty', 'cruise', 'crush', 'cry', 'crystal', 'cube', 'cuisine',
'cultivate', 'cultural', 'curiosity', 'curious', 'currency', 'curriculum', 'curse', 'curtain', 'curve', 'custody',
'custom', 'customize', 'cycle', 'dairy', 'dam', 'damage', 'damn', 'damp', 'dare', 'darkness',
'database', 'dawn', 'deadline', 'deadly', 'deaf', 'dealer', 'dean', 'dear', 'debate', 'debris',
'decade', 'decay', 'deceive', 'decent', 'declaration', 'declare', 'decline', 'decorate', 'decoration', 'decrease',
'dedicate', 'dedication', 'deed', 'deem', 'deep', 'deer', 'default', 'defeat', 'defect', 'defend',
'defendant', 'defender', 'defensive', 'deficit', 'definite', 'definitely', 'definition', 'defy', 'delegate', 'delegation',
'delete', 'deliberate', 'deliberately', 'delicate', 'delicious', 'delight', 'delightful', 'deliver', 'delivery', 'demand',
'democracy', 'democrat', 'democratic', 'demographic', 'demonstrate', 'demonstration', 'denial', 'dense', 'density', 'dental',
'deny', 'depart', 'departure', 'depend', 'dependent', 'depict', 'deploy', 'deployment', 'deposit', 'depressed',
'depression', 'depth', 'deputy', 'derive', 'descend', 'descent', 'describe', 'description', 'desert', 'deserve',
'designer', 'desirable', 'desire', 'desperate', 'desperation', 'despite', 'dessert', 'destiny', 'destroy', 'destruction',
'destructive', 'detail', 'detailed', 'detain', 'detect', 'detection', 'detective', 'detector', 'deteriorate', 'determination',
'developer', 'deviation', 'devise', 'devote', 'devoted', 'devotion', 'diagnose', 'diagnosis', 'diagram', 'dial',
'dialogue', 'diameter', 'diamond', 'diary', 'dictate', 'dictator', 'dictionary', 'diesel', 'dietary', 'differ',
'differential', 'differentiate', 'differently', 'digest', 'dignity', 'dilemma', 'dimension', 'diminish', 'dine', 'dining',
'dinosaur', 'dioxide', 'diploma', 'diplomatic', 'directory', 'dirt', 'dirty', 'disability', 'disable', 'disabled',
'disadvantage', 'disagree', 'disappear', 'disappoint', 'disappointed', 'disappointment', 'disaster', 'disastrous', 'disc', 'discharge',
'discipline', 'disclose', 'disclosure', 'disco', 'discount', 'discourage', 'discourse', 'discover', 'discovery', 'discrete',
'discretion', 'discriminate', 'discrimination', 'discuss', 'discussion', 'disorder', 'dispatch', 'disperse', 'displace', 'displacement',
'disposal', 'dispose', 'disposition', 'dispute', 'disrupt', 'disruption', 'dissolve', 'distant', 'distinct', 'distinction',
'distinctive', 'distinguish', 'distort', 'distract', 'distress', 'distribute', 'distribution', 'distributor', 'district', 'disturb',
'disturbance', 'dive', 'diverse', 'diversity', 'divert', 'divine', 'dock', 'doctrine', 'documentation', 'dollar',
'dolphin', 'dome', 'dominant', 'dominate', 'donate', 'donation', 'donor', 'doom', 'dose', 'dot',
'double', 'doubtful', 'dough', 'dove', 'downward', 'dozen', 'draft', 'drag', 'drain', 'drainage',
'dramatic', 'dramatically', 'drastic', 'drawer', 'drawing', 'dread', 'drift', 'drill', 'drinking', 'drip',
'drought', 'drown', 'drum', 'drunk', 'dual', 'duck', 'dull', 'dumb', 'dump', 'durable',
'duration', 'dust', 'dusty', 'duty', 'dwell', 'dwelling', 'dye', 'dynamic', 'eager', 'eagle',
'earn', 'earnest', 'earnings', 'earthquake', 'ease', 'eastern', 'ecological', 'ecology', 'economical', 'economist',
'ecosystem', 'edge', 'edition', 'editor', 'editorial', 'educate', 'educated', 'educator', 'effectiveness', 'efficiency',
'efficient', 'elaborate', 'elastic', 'elbow', 'elder', 'elderly', 'elect', 'electoral', 'electrical', 'electricity',
'electron', 'electronic', 'electronics', 'elegant', 'elementary', 'elephant', 'elevate', 'elevation', 'elevator', 'eligible',
'eliminate', 'elimination', 'elite', 'embassy', 'embed', 'embrace', 'embryo', 'emerge', 'emergence', 'emergency',
'emerging', 'emission', 'emit', 'emperor', 'emphasis', 'emphasize', 'empire', 'empirical', 'employ', 'employer',
'employment', 'empower', 'empress', 'empty', 'enable', 'enact', 'encounter', 'encourage', 'encouragement', 'ending',
'endless', 'endorse', 'endorsement', 'endure', 'enemy', 'energetic', 'enforce', 'enforcement', 'engage', 'engaged',
'engagement', 'engaging', 'engineer', 'engineering', 'enhance', 'enhancement', 'enjoy', 'enjoyable', 'enjoyment', 'enormous',
'enrich', 'enroll', 'enrollment', 'ensemble', 'ensure', 'enterprise', 'entertain', 'entertaining', 'entertainment', 'enthusiasm',
'enthusiastic', 'entire', 'entirely', 'entitle', 'entitled', 'entity', 'entrance', 'entrepreneur', 'entrepreneurial', 'entry',
'envelope', 'environmental', 'environmentalist', 'envision', 'epidemic', 'equality', 'equation', 'equip', 'equipment', 'equivalent',
'era', 'erase', 'erect', 'erosion', 'errand', 'error', 'erupt', 'eruption', 'escalate', 'escape',
'escort', 'essay', 'essence', 'essentially', 'establishment', 'estate', 'estimate', 'eternal', 'ethical', 'ethics',
'ethnic', 'evaluate', 'evaluation', 'eve', 'eventual', 'everyday', 'evident', 'evil', 'evolution', 'evolutionary',
'evolve', 'exact', 'exaggerate', 'exaggeration', 'examination', 'examiner', 'exceed', 'excellence', 'excellent', 'except',
'exception', 'exceptional', 'excess', 'excessive', 'exchange', 'exclusion', 'exclusive', 'exclusively', 'excuse', 'execute',
'execution', 'exhibit', 'exhibition', 'exile', 'existence', 'existing', 'exit', 'exotic', 'expand', 'expansion',
'expectation', 'expedition', 'expel', 'expenditure', 'expense', 'expensive', 'expertise', 'expiration', 'expire', 'explicit',
'explicitly', 'explode', 'exploit', 'exploitation', 'exploration', 'explore', 'explorer', 'explosion', 'explosive', 'exporter',
'expose', 'exposure', 'extend', 'extension', 'extensive', 'extent', 'exterior', 'external', 'extinct', 'extinction',
'extra', 'extract', 'extraordinary', 'extreme', 'extremely', 'fabric', 'fabricate', 'fabulous', 'facade', 'facial',
'facilitate', 'facility', 'faction', 'factory', 'faculty', 'fade', 'fail', 'failing', 'faint', 'fairly',
'fairy', 'faithful', 'fake', 'fallen', 'fame', 'familiarity', 'famous', 'fancy', 'fantastic', 'fantasy',
'fare', 'farewell', 'farming', 'fascinate', 'fascinating', 'fascination', 'fashion', 'fashionable', 'fasten', 'fatal',
'fate', 'fatty', 'fault', 'faulty', 'favor', 'favorable', 'favorite', 'fax', 'feasible', 'feast',
'feat', 'feather', 'federal', 'federation', 'feedback', 'fellow', 'fellowship', 'feminist', 'fence', 'ferry',
'fertile', 'fertility', 'fever', 'fiber', 'fierce', 'fifteen', 'fifth', 'fifty', 'fighter', 'fighting',
'figure', 'file', 'filing', 'fill', 'filter', 'finalize', 'finding', 'fine', 'finest', 'finger',
'finite', 'firearm', 'firefighter', 'firework', 'firm', 'firmly', 'firsthand', 'fiscal', 'fisherman', 'fishing',
'fist', 'fitness', 'fitting', 'fix', 'fixed', 'flag', 'flame', 'flap', 'flash', 'flat',
'flavor', 'flaw', 'flee', 'fleet', 'flesh', 'flexibility', 'flexible', 'flick', 'flip', 'float',
'flock', 'flood', 'flourish', 'flu', 'fluctuate', 'fluent', 'fluid', 'flush', 'foam', 'focal',
'fog', 'fold', 'folder', 'folk', 'folklore', 'follower', 'following', 'fond', 'fool', 'foolish',
'footage', 'forbid', 'forbidden', 'forecast', 'forehead', 'foreigner', 'foresee', 'forever', 'forge', 'forgive',
'fork', 'formal', 'formalize', 'formally', 'format', 'formation', 'formerly', 'formidable', 'formula', 'formulate',
'formulation', 'fort', 'forth', 'forthcoming', 'fortune', 'forum', 'foster', 'foundation', 'founder', 'fountain',
'fourth', 'fraction', 'fragile', 'fragment', 'frame', 'framework', 'franchise', 'frank', 'frankly', 'fraud',
'freight', 'frequency', 'frequent', 'frequently', 'freshman', 'friction', 'fridge', 'frighten', 'frightening', 'fringe',
'frog', 'frontier', 'frost', 'frustrate', 'frustrated', 'frustration', 'fry', 'fulfil', 'fulfill', 'fulfillment',
'fully', 'functional', 'functionality', 'fund', 'fundamental', 'fundamentally', 'funding', 'funeral', 'funny', 'fur',
'furious', 'furnish', 'furniture', 'furthermore', 'fury', 'fuse', 'fusion', 'futile', 'futures', 'gadget',
'gain', 'galaxy', 'gallery', 'gamble', 'gambling', 'gang', 'gap', 'garbage', 'garlic', 'garment',
'gasoline', 'gasp', 'gather', 'gathering', 'gauge', 'gaze', 'gear', 'gem', 'gender', 'gene',
'generalize', 'generate', 'generous', 'genetic', 'genius', 'genocide', 'genre', 'gentle', 'gentleman', 'gently',
'genuine', 'genuinely', 'geographic', 'geographical', 'geography', 'geological', 'geometry', 'gesture', 'ghost', 'giant',
'gift', 'gifted', 'gig', 'gigantic', 'ginger', 'girlfriend', 'glad', 'glance', 'glare', 'glass',
'glimpse', 'glitter', 'globe', 'gloomy', 'glorious', 'glory', 'glossary', 'glove', 'glow', 'glue',
'goat', 'goddess', 'golden', 'goodness', 'goods', 'gorgeous', 'gospel', 'gossip', 'gourmet', 'governance',
'governmental', 'governor', 'gown', 'grab', 'grace', 'graceful', 'gradual', 'gradually', 'graduate', 'graduation',
'grain', 'grammar', 'grammatical', 'grand', 'grandfather', 'grandmother', 'grandparent', 'grandson', 'granite', 'grape',
'graphic', 'graphics', 'grasp', 'grateful', 'gratitude', 'grave', 'gravity', 'gravy', 'grease', 'greatness',
'greed', 'greedy', 'greenhouse', 'greet', 'greeting', 'grey', 'grief', 'grill', 'grim', 'grind',
'grip', 'grit', 'grocery', 'groom', 'groove', 'gross', 'groundbreaking', 'grove', 'growl', 'grumble',
'guarantee', 'guardian', 'guerrilla', 'guidance', 'guideline', 'guild', 'guilt', 'guitarist', 'gulf', 'gum',
'gust', 'gut', 'habitat', 'hack', 'hail', 'hairy', 'halfway', 'hall', 'hallway', 'halt',
'ham', 'hammer', 'handful', 'handicap', 'handle', 'handsome', 'handy', 'hang', 'hangover', 'happiness',
'harass', 'harassment', 'harbor', 'hardcore', 'hardly', 'hardship', 'harmful', 'harmless', 'harmony', 'harness',
'harsh', 'harvest', 'haste', 'hasten', 'hasty', 'hatred', 'haul', 'haunt', 'havoc', 'hazard',
'hazardous', 'headline', 'headquarters', 'heal', 'healing', 'heap', 'heartbeat', 'heartbreak', 'hearth', 'heartily',
'hearty', 'heated', 'heating', 'heaven', 'heavenly', 'heavily', 'heavyweight', 'heel', 'height', 'heighten',
'heir', 'helicopter', 'hell', 'hello', 'helmet', 'helpful', 'helpless', 'hemisphere', 'hen', 'hence',
'herb', 'herd', 'hereditary', 'heritage', 'heroic', 'heroin', 'hesitant', 'hesitate', 'hesitation', 'hey',
'hidden', 'hide', 'hierarchy', 'highlight', 'highway', 'hike', 'hiker', 'hiking', 'hilarious', 'hinder',
'hint', 'hip', 'hire', 'historian', 'historic', 'historical', 'historically', 'hive', 'hobby', 'hockey',
'holder', 'holding', 'hollow', 'holy', 'homeless', 'homepage', 'homework', 'honest', 'honestly', 'honesty',
'honey', 'honeymoon', 'honorary', 'honor', 'hood', 'hook', 'hop', 'hopeless', 'horizon', 'horizontal',
'hormone', 'horn', 'horrible', 'horrify', 'hospitality', 'hostage', 'hostile', 'hostility', 'hosting', 'hound',
'household', 'housewife', 'housing', 'hover', 'hub', 'hug', 'humanity', 'humble', 'humid', 'humidity',
'humiliate', 'humiliation', 'humility', 'humor', 'humorous', 'hundred', 'hunger', 'hungry', 'hunting', 'hurdle',
'hurricane', 'hurry', 'hurt', 'hybrid', 'hydrogen', 'hygiene', 'hymn', 'hype', 'hypothesis', 'hypothetical',
'ice', 'icon', 'iconic', 'idealistic', 'ideally', 'identical', 'identification', 'ideology', 'idiot', 'idle',
'idol', 'ignorance', 'ignorant', 'ignore', 'illegal', 'illusion', 'illustrate', 'illustration', 'imagery', 'imagination',
'imaginative', 'imaging', 'imitate', 'imitation', 'immature', 'immediately', 'immense', 'immigrant', 'immigration', 'imminent',
'immune', 'immunity', 'impart', 'impatient', 'imperative', 'imperial', 'implement', 'implementation', 'implication', 'implicit',
'imply', 'impose', 'impossible', 'impress', 'impressed', 'impression', 'impressive', 'imprison', 'imprisonment', 'improper',
'impulse', 'inability', 'inaccurate', 'inadequate', 'inappropriate', 'inaugurate', 'incentive', 'inch', 'incidence', 'incident',
'inclination', 'incline', 'inclusion', 'inclusive', 'income', 'incompatible', 'incomplete', 'inconsistent', 'inconvenient', 'incorporate',
'incorrect', 'incredibly', 'incur', 'indefinite', 'indefinitely', 'independence', 'independently', 'index', 'indication', 'indicator',
'indigenous', 'indirect', 'indirectly', 'induce', 'industrial', 'industrialize', 'ineffective', 'inefficient', 'inequality', 'inevitable',
'inevitably', 'infamous', 'infant', 'infect', 'infection', 'infectious', 'infer', 'inference', 'inferior', 'infinite',
'inflation', 'influential', 'info', 'inform', 'informal', 'informant', 'informative', 'infrastructure', 'ingredient', 'inhabit',
'inhabitant', 'inherent', 'inherit', 'inheritance', 'inhibit', 'initial', 'initially', 'initiate', 'initiative', 'inject',
'injection', 'injure', 'injured', 'injury', 'ink', 'inland', 'inmate', 'inn', 'inner', 'innocence',
'innocent', 'innovation', 'innovative', 'input', 'inquire', 'inquiry', 'insane', 'insect', 'insert', 'insider',
'insight', 'insist', 'inspect', 'inspection', 'inspector', 'inspiration', 'inspire', 'install', 'installation', 'instance',
'instant', 'instantly', 'instead', 'instinct', 'institutional', 'institutionalize', 'institution', 'instruct', 'instruction', 'instructor',
'instrumental', 'insufficient', 'insult', 'intact', 'intake', 'integral', 'integrate', 'integration', 'integrity', 'intellectual',
'intend', 'intense', 'intensity', 'intensive', 'intent', 'intention', 'intentional', 'interaction', 'interactive', 'intercourse',
'interfere', 'interference', 'interim', 'interior', 'intermediate', 'internal', 'internally', 'interpretation', 'interpreter', 'interrupt',
'interruption', 'intersection', 'interval', 'intervene', 'intervention', 'interview', 'intimate', 'intimidate', 'intricate', 'intrigue',
'intriguing', 'intrinsic', 'introduce', 'introduction', 'introductory', 'intrude', 'intruder', 'intuition', 'invade', 'invader',
'invasion', 'invent', 'invention', 'inventor', 'inventory', 'invest', 'investigate', 'investigation', 'investigator', 'investor',
'invisible', 'invitation', 'invite', 'invoke', 'involve', 'involvement', 'iron', 'ironic', 'ironically', 'irony',
'irrational', 'irregular', 'irrelevant', 'irrigation', 'irritate', 'island', 'isolate', 'isolated', 'isolation', 'item',
'ivory', 'jacket', 'jail', 'jam', 'jar', 'jaw', 'jazz', 'jeans', 'jelly', 'jeopardy',
'jet', 'jewelry', 'joining', 'joint', 'jointly', 'joke', 'journalist', 'journalism', 'journey', 'judge',
'judgment', 'judicial', 'juice', 'jumbo', 'junction', 'jungle', 'junior', 'jurisdiction', 'juror', 'justification',
'justify', 'keen', 'keeper', 'kernel', 'kettle', 'keyboard', 'kick', 'kidney', 'kindergarten', 'kindness',
'kingdom', 'kiss', 'kit', 'kite', 'knee', 'knife', 'knight', 'knit', 'knock', 'knot',
'lab', 'label', 'labor', 'laboratory', 'lace', 'lack', 'ladder', 'lag', 'laid', 'lamp',
'landlord', 'landmark', 'landscape', 'lane', 'laptop', 'laser', 'latter', 'laughter', 'launch', 'laundry',
'lava', 'lawsuit', 'lawyer', 'layer', 'layout', 'lazy', 'leaf', 'leak', 'lean', 'leap',
'lease', 'leather', 'legacy', 'legend', 'legendary', 'legislation', 'legislative', 'legislator', 'legislature', 'legitimate',
'leisure', 'lemon', 'lend', 'lengthy', 'lens', 'lesbian', 'lesser', 'lessen', 'lever', 'leverage',
'liable', 'liberal', 'liberation', 'liberty', 'librarian', 'license', 'lick', 'lid', 'likelihood', 'likewise',
'limb', 'lime', 'limitation', 'limited', 'linger', 'linguistic', 'lion', 'lip', 'liquid', 'liquor',
'literacy', 'literal', 'literally', 'literary', 'literate', 'liver', 'livestock', 'load', 'loaf', 'lobby',
'locate', 'location', 'lock', 'locomotive', 'lodge', 'logging', 'logical', 'logo', 'lone', 'lonely',
'longevity', 'longtime', 'lookup', 'loop', 'loose', 'lord', 'lorry', 'lottery', 'lounge', 'lovely',
'lover', 'loyal', 'loyalty', 'luck', 'lucky', 'luggage', 'lumber', 'lunar', 'lunchtime', 'lung',
'lure', 'lurk', 'lush', 'luxury', 'lyric', 'machinery', 'macro', 'madness', 'magazine', 'magic',
'magical', 'magistrate', 'magnet', 'magnetic', 'magnificent', 'magnitude', 'maid', 'maiden', 'mainland', 'mainstream',
'maintenance', 'majestic', 'majesty', 'maker', 'makeup', 'malaria', 'mall', 'mammal', 'managerial', 'mandate',
'mandatory', 'maneuver', 'manifest', 'manifestation', 'manipulate', 'manipulation', 'mankind', 'manner', 'manor', 'mansion',
'manual', 'manually', 'manuscript', 'maple', 'marathon', 'marble', 'march', 'margin', 'marginal', 'marine',
'marker', 'marketplace', 'marking', 'marriage', 'marsh', 'martial', 'marvel', 'marvelous', 'masculine', 'mask',
'mason', 'massacre', 'massage', 'massive', 'masterpiece', 'mate', 'mathematics', 'matrix', 'mature', 'maturity',
'maximize', 'maximum', 'maze', 'meadow', 'meaningful', 'meantime', 'meanwhile', 'measurement', 'mechanic', 'mechanical',
'mechanics', 'mechanism', 'medal', 'mediate', 'medication', 'medieval', 'meditate', 'meditation', 'medium', 'melody',
'melt', 'membership', 'memoir', 'memo', 'memorable', 'memorial', 'memorize', 'menace', 'mend', 'mentality',
'mentor', 'merchandise', 'merchant', 'mercy', 'mere', 'merely', 'merger', 'merit', 'merry', 'mesh',
'mess', 'messenger', 'messy', 'metabolism', 'metaphor', 'meter', 'metro', 'metropolitan', 'micro', 'microphone',
'microscope', 'midday', 'midst', 'mighty', 'migrate', 'migration', 'mild', 'milestone', 'militia', 'mill',
'millennium', 'millionaire', 'mimic', 'mineral', 'minimal', 'minimize', 'minimum', 'mining', 'ministerial', 'ministry',
'minor', 'minority', 'mint', 'minus', 'miracle', 'miraculous', 'mirror', 'mischief', 'miserable', 'misery',
'mislead', 'misleading', 'missile', 'missing', 'mission', 'missionary', 'mist', 'mistake', 'mistaken', 'mistress',
'misunderstand', 'mix', 'mixed', 'mixture', 'mob', 'mobility', 'mobilize', 'mock', 'mode', 'moderate',
'moderately', 'modest', 'modification', 'modify', 'module', 'moist', 'moisture', 'molecular', 'momentum', 'monarch',
'monarchy', 'monastery', 'monetary', 'monk', 'monkey', 'monopoly', 'monster', 'monthly', 'monument', 'monumental',
'mood', 'moody', 'moonlight', 'mop', 'moral', 'morality', 'morally', 'moreover', 'mortality', 'mosque',
'mosquito', 'mostly', 'motel', 'moth', 'motif', 'motivate', 'motivation', 'motive', 'motto', 'mound',
'mouse', 'mouthful', 'movable', 'movement', 'mow', 'mud', 'muddy', 'mug', 'multiple', 'multiply',
'municipal', 'municipality', 'murder', 'murderer', 'murmur', 'muscle', 'muscular', 'muse', 'mushroom', 'musical',
'musician', 'Muslim', 'mussel', 'mustard', 'mute', 'mutual', 'mutually', 'myth', 'mythology', 'nail',
'naive', 'naked', 'namely', 'nap', 'narrative', 'narrator', 'narrow', 'nasty', 'nationality', 'nationwide',
'native', 'naval', 'navigate', 'navigation', 'nearby', 'nearest', 'neat', 'neatly', 'necessity', 'necklace',
'needle', 'negotiate', 'negotiation', 'neighborhood', 'neighbouring', 'nephew', 'nerve', 'nervous', 'nest', 'neutral',
'neutrality', 'nevertheless', 'newcomer', 'newborn', 'newly', 'newsletter', 'newspaper', 'nicely', 'niche', 'nickel',
'nickname', 'nightmare', 'noble', 'nobleman', 'nod', 'noise', 'noisy', 'nominal', 'nominate', 'nomination',
'nominee', 'nonetheless', 'nonsense', 'noon', 'norm', 'normalize', 'normally', 'northeast', 'northeastern', 'northern',
'northwest', 'northwestern', 'nose', 'notable', 'notably', 'notation', 'notebook', 'notify', 'notion', 'notorious',
'noun', 'nourish', 'novelist', 'novelty', 'November', 'nowadays', 'nowhere', 'nuclear', 'nucleus', 'nuisance',
'numb', 'numerical', 'numerous', 'nun', 'nurse', 'nursery', 'nursing', 'nurture', 'nut', 'nutrient',
'nutritional', 'oak', 'oath', 'obedience', 'obedient', 'obey', 'objection', 'objectively', 'obligation', 'oblige',
'obscure', 'observation', 'observatory', 'observer', 'obsess', 'obsession', 'obstacle', 'occasional', 'occasionally', 'occupation',
'occupational', 'occupy', 'occurrence', 'odd', 'odds', 'odor', 'offence', 'offend', 'offender', 'offensive',
'offering', 'official', 'officially', 'offshore', 'offspring', 'ongoing', 'onion', 'onset', 'onwards', 'opera',
'operational', 'operator', 'optical', 'optimal', 'optimism', 'optimist', 'optimistic', 'optimization', 'optimize', 'optional',
'oral', 'orange', 'orbit', 'orchestra', 'orderly', 'ordinance', 'ordinary', 'ore', 'organic', 'organism',
'organizational', 'organize', 'organizer', 'oriental', 'orientation', 'oriented', 'originality', 'originate', 'ornament', 'orphan',
'orthodox', 'otherwise', 'ounce', 'outbreak', 'outcome', 'outcry', 'outdated', 'outdo', 'outfit', 'outgoing',
'outing', 'outlaw', 'outlet', 'outline', 'outlook', 'outnumber', 'outrage', 'outrageous', 'outreach', 'outright',
'outsider', 'outskirts', 'outstanding', 'outward', 'oval', 'oven', 'overall', 'overcome', 'overdose', 'overflow',
'overhead', 'overhear', 'overlap', 'overlook', 'overnight', 'overseas', 'oversee', 'oversight', 'overtake', 'overtime',
'overview', 'overwhelm', 'overwhelming', 'ownership', 'oxide', 'pace', 'pacific', 'pack', 'packaging', 'packet',
'pact', 'paddle', 'pagan', 'painful', 'painkiller', 'painter', 'palace', 'pale', 'palm', 'pan',
'pancake', 'panel', 'panic', 'panorama', 'pant', 'pants', 'papal', 'paperwork', 'parade', 'paradigm',
'paradise', 'paradox', 'paragraph', 'parallel', 'parameter', 'parcel', 'pardon', 'parental', 'parish', 'parking',
'parliament', 'parliamentary', 'partial', 'partially', 'participant', 'participate', 'participation', 'particle', 'partition', 'partly',
'partnership', 'passion', 'passionate', 'passive', 'passport', 'paste', 'pastor', 'pastoral', 'patch', 'patent',
'path', 'pathetic', 'pathway', 'patience', 'patrol', 'patron', 'patronage', 'pause', 'pave', 'pavement',
'paw', 'payable', 'paycheck', 'payment', 'peaceful', 'peacefully', 'peak', 'peanut', 'pearl', 'peasant',
'pebble', 'peculiar', 'pedal', 'pedestrian', 'pediatric', 'peek', 'peel', 'peer', 'pen', 'penalty',
'pencil', 'pending', 'penetrate', 'penetration', 'penguin', 'peninsula', 'penny', 'pension', 'pepper', 'perceive',
'percent', 'percentage', 'perception', 'perfect', 'perfection', 'perfectly', 'performer', 'perfume', 'peril', 'perimeter',
'periodic', 'periodical', 'peripheral', 'permanent', 'permanently', 'permission', 'permit', 'perpetual', 'persecution', 'persist',
'persistence', 'persistent', 'personality', 'personally', 'personnel', 'perspective', 'persuade', 'persuasion', 'persuasive', 'pest',
'pet', 'petition', 'petroleum', 'petty', 'pharmaceutical', 'pharmacy', 'phase', 'phenomena', 'phenomenal', 'phenomenon',
'philosopher', 'philosophical', 'philosophy', 'phone', 'photo', 'photograph', 'photographer', 'photographic', 'phrase', 'physician',
'physics', 'pianist', 'piano', 'pickup', 'picnic', 'pictorial', 'pie', 'pier', 'pierce', 'pig',
'pigeon', 'pike', 'pile', 'pilgrim', 'pilgrimage', 'pill', 'pillar', 'pillow', 'pine', 'pink',
'pioneer', 'pioneering', 'pious', 'pipe', 'pipeline', 'pirate', 'pit', 'pitcher', 'pity', 'pivot',
'placement', 'plague', 'plain', 'plaintiff', 'plantation', 'plasma', 'plaster', 'plastic', 'plate', 'plateau',
'platform', 'plausible', 'playful', 'playground', 'plea', 'plead', 'pleasant', 'pleased', 'pleasure', 'pledge',
'plentiful', 'plenty', 'plight', 'plot', 'plough', 'plow', 'pluck', 'plug', 'plum', 'plumb',
'plumber', 'plunge', 'plunger', 'plural', 'plus', 'plywood', 'pocket', 'poem', 'poet', 'poetic',
'pointer', 'pointless', 'poise', 'poison', 'poisonous', 'polar', 'pole', 'policeman', 'polite', 'politician',
'poll', 'pollen', 'pollute', 'pond', 'ponder', 'pony', 'pope', 'popularity', 'populate', 'porch',
'pork', 'portable', 'portal', 'portfolio', 'portion', 'portrait', 'portray', 'portrayal', 'pose', 'posh',
'positioning', 'possession', 'postal', 'postcard', 'poster', 'posting', 'postpone', 'posture', 'pot', 'potato',
'potent', 'potentially', 'pottery', 'poultry', 'pound', 'pour', 'poverty', 'powder', 'practically', 'practitioner',
'praise', 'pray', 'prayer', 'preach', 'preacher', 'precaution', 'precede', 'precedent', 'preceding', 'precious',
'precise', 'precisely', 'precision', 'predator', 'predecessor', 'predict', 'prediction', 'predominantly', 'preface', 'preference',
'preferred', 'pregnancy', 'pregnant', 'prejudice', 'preliminary', 'premier',