story_key 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,7 +13,7 @@ module StoryKey::ClassMethods
13
13
  end
14
14
 
15
15
  def generate(bitsize: StoryKey::DEFAULT_BITSIZE)
16
- key = StoryKey::Generator.call(bitsize:)
16
+ key = StoryKey::KeyGenerator.call(bitsize:)
17
17
  encoded = encode(key:, bitsize:)
18
18
  raise 'An error occurred!' if key != decode(story: encoded.text)
19
19
  [key, encoded]
@@ -1,15 +1,19 @@
1
1
  # frozen_string_literal: true
2
2
  class StoryKey::Console < Thor
3
3
  package_name 'StoryKey'
4
- map '-i' => :recover
5
4
 
6
5
  desc 'new [BITSIZE]',
7
6
  <<~TEXT
8
7
  Create a new key/story (default #{StoryKey::DEFAULT_BITSIZE} bits, max #{StoryKey::MAX_BITSIZE})
9
8
  TEXT
9
+ option :image,
10
+ desc: 'Whether to generate an image (requires OpenAI key and ImageMagick)',
11
+ type: :boolean,
12
+ aliases: '-i'
10
13
  def new(bitsize = StoryKey::DEFAULT_BITSIZE)
11
14
  key, story = StoryKey.generate(bitsize: bitsize.to_i)
12
15
  puts story_str(key, story)
16
+ print_image_path(story.tokenized, story.phrases) if options[:image]
13
17
  rescue StoryKey::KeyTooLarge
14
18
  quit 'Key too large'
15
19
  end
@@ -22,16 +26,16 @@ class StoryKey::Console < Thor
22
26
  option :format,
23
27
  desc: 'Format of key',
24
28
  enum: %w[base58 hex bin dec],
25
- default: :base58
26
- option :style,
27
- desc: 'Style of story',
28
- enum: %w[humanized text],
29
- default: :humanized,
30
- aliases: '-s'
29
+ default: 'base58'
30
+ option :image,
31
+ desc: 'Whether to generate an image (requires OpenAI key and ImageMagick)',
32
+ type: :boolean,
33
+ aliases: '-i'
31
34
  def encode(key = nil)
32
35
  key ||= File.read(options[:file])
33
36
  story = StoryKey.encode(key:, format: options[:format])
34
- puts story.send(options[:style] == 'text' ? :text : :humanized)
37
+ puts story_str(key, story)
38
+ print_image_path(story.tokenized, story.phrases) if options[:image]
35
39
  rescue StoryKey::InvalidFormat
36
40
  quit 'Invalid format'
37
41
  rescue StoryKey::KeyTooLarge
@@ -48,7 +52,7 @@ class StoryKey::Console < Thor
48
52
  option :format,
49
53
  desc: 'Format of key',
50
54
  enum: %w[base58 hex bin dec],
51
- default: :base58
55
+ default: 'base58'
52
56
  def decode(story = nil)
53
57
  story ||= File.read(options[:file])
54
58
  format ||= options[:format]
@@ -68,6 +72,13 @@ class StoryKey::Console < Thor
68
72
 
69
73
  private
70
74
 
75
+ def print_image_path(seed, phrases)
76
+ puts 'Generating image...'
77
+ image_path = StoryKey::ImageGenerator.call(seed:, phrases:)
78
+ puts 'No panels generated - check your OpenAI key' if image_path.empty?
79
+ puts "#{titleize('Image')} #{image_path}"
80
+ end
81
+
71
82
  def quit(msg)
72
83
  puts msg
73
84
  exit
@@ -1,21 +1,19 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # This was auto-generated by `rake lexicon:build` at 2022-04-03 23:41:01 -0700
3
+ # This was auto-generated by `rake lexicon:build` at 2023-01-01 20:42:14 -0800
4
4
  # from text files stored in /lexicons
5
5
 
6
6
  module StoryKey::Data
7
7
  ENTRIES = {
8
- adjective: {
9
- countable: [],
10
- uncountable: ['abrasive', 'absurd', 'acidic', 'acrid', 'active', 'adamant', 'adaptable', 'addicted', 'adroit', 'aerial', 'affable', 'affluent', 'ageless', 'aggressive', 'alarmed', 'albino', 'alcoholic', 'alluring', 'amber', 'ambitious', 'ambulant', 'amiable', 'ancient', 'anemic', 'angelic', 'angry', 'anguished', 'animated', 'anointed', 'anxious', 'apprehensive', 'aqua', 'aquatic', 'arid', 'aromatic', 'arrogant', 'artificial', 'artistic', 'asthmatic', 'athletic', 'attractive', 'auburn', 'audible', 'authentic', 'average', 'awesome', 'awestruck', 'awkward', 'azure', 'bad', 'barmy', 'bashful', 'beautiful', 'beige', 'bellicose', 'belligerent', 'bent', 'bereaved', 'bereft', 'berserk', 'biased', 'big', 'bilingual', 'bitter', 'bizarre', 'bleak', 'blind', 'blissful', 'blond', 'blue', 'blushing', 'boisterous', 'bold', 'bony', 'bossy', 'bouncy', 'boundless', 'boyish', 'braided', 'brainless', 'brainy', 'brash', 'brave', 'brawny', 'breathless', 'breezy', 'bright', 'brilliant', 'brisk', 'broad', 'broken', 'bronze', 'brown', 'brunette', 'bubbly', 'buff', 'built', 'bulky', 'bumpy', 'burgundy', 'burly', 'busy', 'cagey', 'callous', 'calm', 'candid', 'carefree', 'careless', 'catatonic', 'cautious', 'cerise', 'cerulean', 'chalky', 'chaotic', 'charismatic', 'chaste', 'cheap', 'cheerful', 'childish', 'childlike', 'chilly', 'chipper', 'choking', 'chubby', 'cinematic', 'civilized', 'clairvoyant', 'clammy', 'classy', 'clean', 'clear', 'clever', 'clingy', 'cloudy', 'clumsy', 'cold', 'colorful', 'comatose', 'combative', 'comical', 'common', 'competitive', 'complaisant', 'complex', 'conceited', 'concerned', 'confident', 'conservative', 'content', 'cool', 'cooperative', 'cordial', 'corrupt', 'cosmic', 'coughing', 'courteous', 'cowardly', 'coy', 'crabby', 'crafty', 'crass', 'crazy', 'crimson', 'cruel', 'cuddly', 'cultured', 'cunning', 'curious', 'curt', 'curvy', 'cute', 'cyan', 'cynical', 'daffy', 'daft', 'dainty', 'damp', 'dangerous', 'dapper', 'dark', 'dashing', 'dastardly', 'dazed', 'dead', 'deaf', 'decadent', 'decayed', 'decisive', 'decorous', 'defensive', 'defiant', 'deficient', 'delicate', 'delirious', 'depressed', 'deranged', 'desperate', 'despondent', 'destitute', 'detached', 'determined', 'devoted', 'dexterous', 'didactic', 'difficult', 'digital', 'dignified', 'diligent', 'dim', 'dingy', 'dirty', 'discreet', 'disdainful', 'diseased', 'disguised', 'dishonest', 'dismal', 'displeased', 'disposable', 'distant', 'distraught', 'distressed', 'divergent', 'divine', 'dizzy', 'docile', 'dogmatic', 'domesticated', 'dowdy', 'drab', 'draconian', 'dramatic', 'drowsy', 'drunk', 'dry', 'dull', 'dumb', 'dusty', 'dutiful', 'dying', 'eager', 'early', 'earnest', 'earthy', 'ecstatic', 'efficient', 'elastic', 'elated', 'elderly', 'electric', 'elegant', 'elfin', 'elite', 'elliptical', 'eloquent', 'emotional', 'empty', 'endless', 'energetic', 'engaged', 'enigmatic', 'enormous', 'enthusiastic', 'entranced', 'envious', 'erratic', 'erroneous', 'esteemed', 'ethereal', 'evasive', 'evil', 'exhausted', 'exotic', 'exuberant', 'exultant', 'fabulous', 'facetious', 'faded', 'faithful', 'fake', 'falling', 'false', 'familiar', 'famous', 'fanatical', 'fancy', 'fascinated', 'fast', 'fastidious', 'fearful', 'fearless', 'feathered', 'feeble', 'feisty', 'ferocious', 'fertile', 'fervent', 'festive', 'fickle', 'fierce', 'fiery', 'filthy', 'fine', 'finicky', 'fit', 'flagrant', 'flamboyant', 'flashy', 'flat', 'flawless', 'flimsy', 'flippant', 'flirty', 'floral', 'florid', 'fluffy', 'flustered', 'foamy', 'foggy', 'foolish', 'foreign', 'forgetful', 'formal', 'foul', 'fragile', 'frail', 'frantic', 'frayed', 'free', 'fresh', 'friendly', 'frigid', 'frilly', 'frosty', 'frothy', 'frozen', 'fuchsia', 'funny', 'furious', 'furry', 'furtive', 'fussy', 'fuzzy', 'gainful', 'gallant', 'gargantuan', 'garrulous', 'gasping', 'gaunt', 'generous', 'genial', 'genteel', 'gentle', 'genuine', 'geriatric', 'ghostly', 'giant', 'giddy', 'gifted', 'giggling', 'girlish', 'gleaming', 'gleeful', 'glib', 'glistening', 'glittery', 'gloomy', 'glossy', 'glowing', 'godlike', 'golden', 'goofy', 'gorgeous', 'graceful', 'gracious', 'grainy', 'grand', 'grandiose', 'grateful', 'greasy', 'great', 'greedy', 'green', 'gregarious', 'grey', 'grim', 'grisly', 'gritty', 'groggy', 'groovy', 'gross', 'grotesque', 'grouchy', 'grubby', 'gruesome', 'grumpy', 'grungy', 'guilty', 'gullible', 'gutless', 'gutsy', 'haggard', 'hairy', 'handsome', 'hapless', 'happy', 'hardy', 'harsh', 'hasty', 'hateful', 'haughty', 'headless', 'heady', 'healthy', 'heartless', 'heartsick', 'heavenly', 'heavy', 'hesitant', 'hidden', 'hideous', 'hilarious', 'hissing', 'hoarse', 'hollow', 'homely', 'honest', 'honorable', 'hopeless', 'horizontal', 'horned', 'hospitable', 'hostile', 'huffy', 'hulking', 'humble', 'hunchbacked', 'hungry', 'hurried', 'hush', 'hyped', 'hypnotic', 'hysterical', 'icy', 'ideal', 'idiotic', 'idle', 'illicit', 'illiterate', 'illustrious', 'immense', 'immortal', 'immovable', 'impartial', 'impeccable', 'imperial', 'impervious', 'impetuous', 'impolite', 'important', 'impulsive', 'inane', 'inaudible', 'incapable', 'incisive', 'incorrect', 'incredible', 'indecisive', 'indelible', 'independent', 'indifferent', 'indigo', 'industrious', 'inert', 'infallible', 'infamous', 'infectious', 'inferior', 'infernal', 'informal', 'innocent', 'insane', 'insecure', 'insidious', 'insightful', 'insistent', 'instant', 'intelligent', 'intense', 'intrepid', 'invalid', 'invasive', 'inventive', 'invincible', 'invisible', 'irascible', 'irate', 'iridescent', 'irked', 'irregular', 'jaded', 'jagged', 'jealous', 'jittery', 'jobless', 'jolly', 'jovial', 'joyous', 'jubilant', 'judicious', 'jumpy', 'junior', 'keen', 'kind', 'kinetic', 'languid', 'lanky', 'larcenous', 'late', 'lavender', 'lavish', 'lawful', 'lazy', 'lethargic', 'lewd', 'liberal', 'limber', 'limpid', 'limping', 'listless', 'literate', 'lithe', 'little', 'lively', 'livid', 'lofty', 'lone', 'lonely', 'loud', 'loutish', 'lovely', 'loyal', 'lucent', 'lucid', 'lucky', 'ludicrous', 'luminous', 'lumpy', 'luxurious', 'macabre', 'mad', 'magenta', 'magical', 'magnificent', 'maimed', 'majestic', 'malicious', 'malleable', 'mannerly', 'marbled', 'maroon', 'marvelous', 'masked', 'massive', 'matted', 'mature', 'mauve', 'meager', 'mean', 'medical', 'meek', 'mellow', 'mercurial', 'merry', 'messy', 'metallic', 'meticulous', 'mettlesome', 'miffed', 'mighty', 'military', 'mindless', 'miniature', 'mirthful', 'miserable', 'miserly', 'modest', 'moldy', 'moneyless', 'monstrous', 'moody', 'moonstruck', 'moral', 'morbid', 'morose', 'mortal', 'motionless', 'mournful', 'muscular', 'mushy', 'musical', 'mute', 'mutinous', 'mysterious', 'mythical', 'naive', 'napping', 'narcissistic', 'natural', 'needy', 'nervous', 'neurotic', 'new', 'nice', 'nifty', 'nimble', 'noble', 'noisy', 'nonstop', 'nostalgic', 'noxious', 'numb', 'nutty', 'oafish', 'obedient', 'obese', 'oblivious', 'obnoxious', 'obscene', 'obsequious', 'observant', 'occult', 'odd', 'official', 'old', 'onerous', 'optimal', 'optimistic', 'opulent', 'orange', 'orderly', 'ordinary', 'organic', 'ornate', 'ostentatious', 'outgoing', 'outspoken', 'oval', 'overjoyed', 'overrated', 'overt', 'padded', 'pale', 'panicky', 'panting', 'parched', 'partial', 'passionate', 'peaceful', 'pedantic', 'penitent', 'pensive', 'peppy', 'perfumed', 'perilous', 'perky', 'pesky', 'pessimistic', 'petite', 'phobic', 'phony', 'picky', 'pink', 'pious', 'pitiful', 'plaid', 'plain', 'plastic', 'platinum', 'playful', 'pleasant', 'pliable', 'plump', 'poetic', 'poignant', 'poised', 'poisonous', 'polite', 'political', 'pompous', 'poor', 'popular', 'porous', 'posh', 'potential', 'practical', 'precise', 'precocious', 'pregnant', 'premium', 'prestigious', 'presumptuous', 'pretentious', 'pretty', 'prickly', 'prim', 'primary', 'prissy', 'pristine', 'profane', 'prolific', 'prone', 'proud', 'proximal', 'prudent', 'psychotic', 'public', 'puce', 'puffy', 'pugnacious', 'punctual', 'puny', 'purple', 'purring', 'pushy', 'putrid', 'queasy', 'quick', 'quiet', 'quirky', 'quizzical', 'rabid', 'radiant', 'ragged', 'rambling', 'rancid', 'rapid', 'rare', 'rash', 'raw', 'reasonable', 'reckless', 'reclusive', 'red', 'reeling', 'reflective', 'regal', 'relieved', 'reluctant', 'repulsive', 'reserved', 'resilient', 'resolute', 'resourceful', 'respectful', 'responsible', 'revolting', 'rich', 'righteous', 'rigid', 'riled', 'ripe', 'ritzy', 'robust', 'romantic', 'rosy', 'rotten', 'rotund', 'rough', 'rowdy', 'royal', 'rude', 'runty', 'russet', 'rustic', 'rusty', 'sacred', 'sad', 'sandy', 'sanguine', 'sanitized', 'sarcastic', 'sardonic', 'sassy', 'satirical', 'savvy', 'scaly', 'scarlet', 'scary', 'scholarly', 'scientific', 'scornful', 'scrawny', 'scruffy', 'seasick', 'secondary', 'secretive', 'sedate', 'seething', 'selfish', 'selfless', 'senior', 'senseless', 'sensible', 'sentimental', 'sepia', 'serene', 'serious', 'shabby', 'shady', 'shaky', 'sharp', 'shifty', 'shiny', 'shivering', 'short', 'showy', 'shrewd', 'shrill', 'shriveled', 'shy', 'sick', 'silent', 'silky', 'silly', 'silver', 'simple', 'sincere', 'sinful', 'sizable', 'skinny', 'slanted', 'sleek', 'sleepy', 'slick', 'slimy', 'slippery', 'sloppy', 'slushy', 'sly', 'small', 'smarmy', 'smart', 'smoky', 'smooth', 'smug', 'snappy', 'snazzy', 'snide', 'sniffling', 'snooty', 'snotty', 'snug', 'sober', 'soft', 'soggy', 'solitary', 'somber', 'sooty', 'sorrowful', 'soundless', 'sour', 'spacey', 'special', 'spicy', 'spiffy', 'spiky', 'spirited', 'spiteful', 'splendid', 'spotless', 'sprightly', 'spry', 'square', 'squeamish', 'stable', 'stammering', 'steady', 'steamy', 'stern', 'stingy', 'stinky', 'stodgy', 'stoic', 'stout', 'strict', 'striped', 'strong', 'stupefied', 'stupid', 'sturdy', 'stuttering', 'suave', 'sublime', 'subterranean', 'successful', 'sudsy', 'suitable', 'sulky', 'sunny', 'superb', 'superficial', 'supine', 'supportive', 'surly', 'swanky', 'sweaty', 'sweet', 'swift', 'swollen', 'symptomatic', 'synthetic', 'taciturn', 'tactful', 'tactless', 'talented', 'tall', 'tame', 'tan', 'tardy', 'tasteless', 'tattooed', 'teal', 'tenacious', 'thirsty', 'thorny', 'thorough', 'thoughtful', 'ticklish', 'tidy', 'timid', 'tiny', 'tolerant', 'toothsome', 'torpid', 'touchy', 'tough', 'towering', 'traditional', 'tragic', 'tranquil', 'transparent', 'trashy', 'trembling', 'tremendous', 'tremulous', 'trendy', 'trite', 'truthful', 'turquoise', 'umber', 'unclean', 'unconscious', 'uncouth', 'undead', 'undersea', 'unhappy', 'unique', 'unkempt', 'unruly', 'unsightly', 'unwise', 'upbeat', 'uptight', 'urbane', 'urgent', 'vain', 'vapid', 'vast', 'vegetarian', 'vengeful', 'venomous', 'vermilion', 'vertical', 'vicious', 'vigilant', 'vile', 'vindictive', 'violent', 'violet', 'viral', 'virtual', 'virtuous', 'visible', 'vivacious', 'voiceless', 'volatile', 'voluntary', 'vulgar', 'vulnerable', 'wacky', 'wanton', 'wary', 'wasteful', 'waxy', 'weak', 'wealthy', 'weary', 'well-dressed', 'well-spoken', 'wheezing', 'whimsical', 'whistling', 'wholesome', 'wicked', 'wide', 'wiggly', 'wild', 'wily', 'winded', 'winged', 'wintery', 'wiry', 'wise', 'wistful', 'withdrawn', 'witty', 'wobbly', 'woeful', 'wonderful', 'wooden', 'woolly', 'woozy', 'wordless', 'worried', 'worthy', 'wrathful', 'wrinkled', 'wrong', 'yawning', 'yellow', 'young', 'zany', 'zealous', 'zestful', 'zippy', 'zonked']
11
- },
12
- noun: {
13
- countable: ['Balrog', 'Ewok', 'Jabberwock', 'Nazgul', 'Pegasus', 'Wookiee', 'accountant', 'acrobat', 'actor', 'admiral', 'albatross', 'alchemist', 'alderman', 'alligator', 'anarchist', 'android', 'ant', 'anteater', 'antelope', 'archeologist', 'archer', 'architect', 'aristocrat', 'armadillo', 'arranger', 'arsonist', 'astrologist', 'astronaut', 'athlete', 'attendant', 'attorney', 'auditor', 'aunt', 'author', 'avatar', 'aviator', 'baboon', 'bachelor', 'badger', 'bailiff', 'baker', 'balloonist', 'banjoist', 'banker', 'banshee', 'barber', 'bard', 'barista', 'baron', 'baronness', 'barrister', 'bartender', 'basilisk', 'bassist', 'bat', 'beagle', 'bear', 'beast', 'beaver', 'bee', 'beetle', 'bellhop', 'biographer', 'biologist', 'bird', 'birdwatcher', 'bishop', 'bison', 'blogger', 'boar', 'bobcat', 'bookie', 'botanist', 'boxer', 'boyfriend', 'bricklayer', 'brother', 'brute', 'buffalo', 'bull', 'bureaucrat', 'burglar', 'butcher', 'butterfly', 'calf', 'camel', 'canary', 'capitalist', 'captain', 'cardinal', 'cardiologist', 'caribou', 'carpenter', 'cartoonist', 'cashier', 'cat', 'caterpillar', 'cellist', 'centaur', 'centipede', 'chairman', 'chameleon', 'charlatan', 'cheetah', 'chef', 'chemist', 'cherub', 'chicken', 'chief', 'child', 'chimera', 'chimpanzee', 'chinchilla', 'chipmunk', 'chiropractor', 'choreographer', 'citizen', 'civilian', 'clerk', 'clown', 'coach', 'cobbler', 'cobra', 'cockroach', 'colonel', 'colt', 'columnist', 'commando', 'commentator', 'communist', 'commuter', 'composer', 'concierge', 'conductor', 'connoisseur', 'consultant', 'contestant', 'contortionist', 'contractor', 'corgi', 'coroner', 'cosmologist', 'cougar', 'cousin', 'cow', 'cowboy', 'coyote', 'crab', 'craftsman', 'criminologist', 'critic', 'crocodile', 'crook', 'crow', 'cuckoo', 'curator', 'cyborg', 'cyclist', 'cyclops', 'dancer', 'daydreamer', 'deacon', 'dealer', 'deer', 'defector', 'defendant', 'defender', 'deity', 'demon', 'dentist', 'deputy', 'designer', 'devil', 'dictator', 'dingo', 'director', 'dishwasher', 'diver', 'dobermann', 'doctor', 'dog', 'dolphin', 'donkey', 'dove', 'dragon', 'drake', 'druid', 'drummer', 'duchess', 'duck', 'duke', 'dwarf', 'eagle', 'economist', 'eel', 'egret', 'elephant', 'elf', 'elk', 'emu', 'engineer', 'executive', 'fairy', 'falcon', 'farmer', 'father', 'faun', 'ferret', 'fiend', 'fighter', 'filmmaker', 'finalist', 'finch', 'fisher', 'flamingo', 'florist', 'flounder', 'flutist', 'foal', 'foe', 'foreman', 'forester', 'fox', 'fraud', 'freak', 'freshman', 'frog', 'gambler', 'gargoyle', 'gazelle', 'gecko', 'general', 'genius', 'gentleman', 'gerbil', 'ghost', 'ghoul', 'gibbon', 'giraffe', 'gladiator', 'glutton', 'gnat', 'gnome', 'gnu', 'goalie', 'goat', 'goblin', 'golem', 'golfer', 'goose', 'gopher', 'gorgon', 'gorilla', 'governor', 'grandfather', 'grandmother', 'grasshopper', 'gremlin', 'grenedier', 'griffin', 'grifter', 'guardian', 'guide', 'guitarist', 'gunner', 'guppy', 'gymnast', 'hamster', 'hare', 'harpist', 'harpy', 'hedgehog', 'heifer', 'hen', 'herbalist', 'hermit', 'hero', 'heron', 'herring', 'hijacker', 'hippo', 'hipster', 'historian', 'hobbyist', 'hornet', 'horse', 'hound', 'hummingbird', 'humorist', 'hunter', 'husband', 'hydra', 'hyena', 'iguana', 'illusionist', 'imp', 'infant', 'intern', 'jackal', 'jaguar', 'jailer', 'janitor', 'jellyfish', 'jeweler', 'journalist', 'judge', 'jurist', 'kangaroo', 'keyboardist', 'king', 'koala', 'kraken', 'lark', 'lawyer', 'lemming', 'lemur', 'leopard', 'leprechaun', 'leviathan', 'librarian', 'lieutenant', 'lifeguard', 'linguist', 'lion', 'lizard', 'llama', 'lobbyist', 'lobster', 'locust', 'lord', 'lynx', 'lyricist', 'macaw', 'machinist', 'magician', 'magpie', 'maid', 'major', 'mallard', 'mammal', 'mammoth', 'manatee', 'manticore', 'marketer', 'marksman', 'marquee', 'marsupial', 'martyr', 'mathematician', 'mechanic', 'mediator', 'meerkat', 'mercenary', 'mermaid', 'messiah', 'meteorologist', 'migrant', 'millwright', 'minister', 'mink', 'minotaur', 'mockingbird', 'mole', 'mongoose', 'monk', 'moose', 'mortician', 'moth', 'mother', 'mouse', 'mule', 'musician', 'musketeer', 'mustang', 'narwhal', 'naturalist', 'neurologist', 'newborn', 'newt', 'nightingale', 'novelist', 'nun', 'nurse', 'nuthatch', 'oboist', 'ocelot', 'octopus', 'ogre', 'oligarch', 'oncologist', 'optician', 'optometrist', 'orangutan', 'orator', 'orc', 'organist', 'oriole', 'orphan', 'orthodontist', 'oryx', 'osprey', 'ostrich', 'otter', 'outlaw', 'outsider', 'owl', 'oyster', 'panda', 'panther', 'parakeet', 'parent', 'parrot', 'partridge', 'passenger', 'patient', 'pawn', 'peacock', 'peasant', 'pelican', 'penguin', 'pessimist', 'phantom', 'pharmacist', 'pheasant', 'phoenix', 'photographer', 'physician', 'physicist', 'pianist', 'pickpocket', 'pig', 'pilot', 'pioneer', 'piranha', 'pirate', 'pixie', 'platypus', 'plumber', 'plutocrat', 'podiatrist', 'poet', 'policeman', 'politician', 'poltergeist', 'pony', 'poodle', 'porcupine', 'porpoise', 'porter', 'possum', 'preacher', 'predator', 'president', 'priest', 'prince', 'princess', 'prisoner', 'proctor', 'prodigy', 'producer', 'professor', 'programmer', 'promoter', 'prophet', 'prosecutor', 'prowler', 'psychologist', 'publicist', 'puffin', 'pug', 'puma', 'punk', 'puppy', 'python', 'quail', 'queen', 'rabbi', 'rabbit', 'raccoon', 'raider', 'ram', 'rascal', 'rat', 'raven', 'realtor', 'rebel', 'receptionist', 'recluse', 'rector', 'reindeer', 'reporter', 'researcher', 'reservist', 'rhino', 'ringleader', 'robber', 'robin', 'robot', 'rodent', 'rogue', 'rook', 'rottweiler', 'ruffian', 'ruler', 'runner', 'sailor', 'salamander', 'sandpiper', 'sardine', 'savant', 'savior', 'scholar', 'scientist', 'scorpion', 'scoundrel', 'scout', 'scribe', 'sculptor', 'seagull', 'seahorse', 'seal', 'secretary', 'serpent', 'servant', 'shaman', 'shark', 'sheep', 'shepherd', 'sheriff', 'shopkeeper', 'shoplifter', 'showman', 'shrew', 'shrike', 'shrimp', 'singer', 'sister', 'skunk', 'skydiver', 'sloth', 'snail', 'snake', 'snob', 'soldier', 'songwriter', 'sophomore', 'sorcerer', 'sparrow', 'sphinx', 'spider', 'squid', 'squire', 'squirrel', 'stallion', 'starfish', 'starling', 'statue', 'stingray', 'stoat', 'stork', 'storyteller', 'stranger', 'student', 'stylist', 'superhero', 'supervisor', 'surgeon', 'swan', 'swimmer', 'swordsman', 'tailor', 'tamarin', 'tanager', 'tapir', 'tarantula', 'teacher', 'technician', 'teenager', 'teller', 'termite', 'theorist', 'therapist', 'thespian', 'thief', 'thrush', 'thug', 'tiger', 'toad', 'tortoise', 'toucan', 'tourist', 'trapper', 'troll', 'trombonist', 'trucker', 'trumpeter', 'turkey', 'turtle', 'typist', 'tyrant', 'umpire', 'uncle', 'undertaker', 'unicorn', 'unicyclist', 'vagabond', 'valkyrie', 'vampire', 'viceroy', 'villain', 'violinist', 'viper', 'virtuoso', 'vizier', 'vocalist', 'vole', 'vulture', 'waiter', 'wallaby', 'walrus', 'warbler', 'warden', 'warlock', 'warrior', 'warthog', 'wasp', 'watchman', 'weasel', 'welder', 'werewolf', 'whale', 'widow', 'wife', 'wildebeest', 'witch', 'wizard', 'wolf', 'wolverine', 'woman', 'wombat', 'woodpecker', 'workman', 'worm', 'worshiper', 'wraith', 'wren', 'writer', 'yak', 'yeti', 'yogi', 'zebra', 'zombie', 'zoologist'],
14
- uncountable: ['Abraham Lincoln', 'Ace Ventura', 'Adam Sandler', 'Adele', 'Agatha Christie', 'Al Pacino', 'Alan Turing', 'Albert Einstein', 'Aldous Huxley', 'Alec Baldwin', 'Alfred Hitchcock', 'Allen Ginsberg', 'Amy Poehler', 'Andrew Carnegie', 'Andy Warhol', 'Angelina Jolie', 'Antonin Dvorak', 'Antonio Banderas', 'Antonio Vivaldi', 'Aragorn', 'Archimedes', 'Aretha Franklin', 'Aristotle', 'Arwen', 'Atticus Finch', 'Audrey Hepburn', 'Austin Powers', 'Ayn Rand', 'BB-8', 'Barbra Streisand', 'Bart Simpson', 'Batman', 'Beethoven', 'Ben Affleck', 'Ben Stiller', 'Benjamin Franklin', 'Beowulf', 'Betty White', 'Bilbo Baggins', 'Bill Murray', 'Billy Joel', 'Bob Cratchet', 'Bob Dylan', 'Boba Fett', 'Boromir', 'Brad Pitt', 'Bradley Cooper', 'Britney Spears', 'Bruce Springsteen', 'Bruce Willis', 'Buddy Holly', 'Buster Keaton', 'C-3PO', 'Caligula', 'Cameron Diaz', 'Carl Jung', 'Cary Grant', 'Cate Blanchett', 'Catwoman', 'Charlemagne', 'Charles Bukowski', 'Charles Darwin', 'Charles Dickens', 'Charlie Chaplin', 'Che Guevara', 'Chewbacca', 'Chris Farley', 'Cicero', 'Clark Gable', 'Claude Debussy', 'Cleopatra', 'Clint Eastwood', 'Colin Firth', 'Confucius', 'Cornelius Vanderbilt', 'Count Dooku', 'Dan Aykroyd', 'Dana Carvey', 'Dante Alighieri', 'Darth Maul', 'Darth Vader', 'David Bowie', 'David Letterman', 'Demi Moore', 'Denethor', 'Dennis Quaid', 'Diane Keaton', 'Don Quixote', 'Drew Barrymore', 'Dustin Hoffman', 'Ebenezer Scrooge', 'Eddie Murphy', 'Edgar Degas', 'Elizabeth Hurley', 'Elizabeth Taylor', 'Ellen Ripley', 'Elrond', 'Elton John', 'Elvis Presley', 'Emily Dickinson', 'Eminem', 'Ernest Hemingway', 'Erwin Schrodinger', 'Faramir', 'Fenrir', 'Ferris Bueller', 'Forrest Gump', 'Frances Coppola', 'Frank Herbert', 'Frank Sinatra', 'Frank Zappa', 'Frankenstein', 'Franz Kafka', 'Fred Astaire', 'Freddy Krueger', 'Frederic Chopin', 'Frodo Baggins', 'Fyodor Dostoevsky', 'Galadriel', 'Galileo Galilei', 'Gandalf', 'Gary Cooper', 'Gene Hackman', 'Gene Kelly', 'General Grievous', 'Geoffrey Chaucer', 'George Boole', 'George Carlin', 'George Clooney', 'George Gershwin', 'George Orwell', 'Gimli', 'Godzilla', 'Goethe', 'Gollum', 'Grace Kelly', 'Greedo', 'Gregory Peck', 'Grima Wormtongue', 'Grogu', 'Groot', 'Gwyneth Paltrow', 'Hamlet', 'Han Solo', 'Handel', 'Hannibal Lecter', 'Harrison Ford', 'Harry Potter', 'Hegel', 'Heisenberg', 'Helen Hunt', 'Helen Mirren', 'Henri Matisse', 'Hercules', 'Hieronymus Bosch', 'Homer Simpson', 'Huckleberry Finn', 'Hugh Jackman', 'Humphrey Bogart', 'Humpty Dumpty', 'Igor Stravinsky', 'Immanuel Kant', 'Indiana Jones', 'Ingmar Bergman', 'Ingrid Bergman', 'Iron Man', 'Isaac Asimov', 'Isaac Newton', 'Jack Black', 'Jack Kerouac', 'Jack London', 'Jack Nicholson', 'Jack Sparrow', 'Jackson Pollock', 'James Bond', 'James Kirk', 'James Stewart', 'Jane Fonda', 'Jar-Jar Binks', 'Jason Bateman', 'Jason Segel', 'Jay Gatsby', 'Jay-Z', 'Jeff Bridges', 'Jennifer Garner', 'Jerry Garcia', 'Jerry Seinfeld', 'Jim Carrey', 'Jimi Hendrix', 'Jimmy Fallon', 'Joaquin Phoenix', 'Jodie Foster', 'Johannes Brahms', 'Johannes Vermeer', 'John Belushi', 'John Cusack', 'John Goodman', 'John Hopkins', 'John Keats', 'John Lenin', 'John Locke', 'John Milton', 'John Rockefeller', 'John Steinbeck', 'John Wayne', 'Johnny Depp', 'Joseph Conrad', 'Joseph Heller', 'Judas', 'Jules Verne', 'Julia Roberts', 'Julius Caesar', 'Karl Marx', 'Kate Winslet', 'Katharine Hepburn', 'Keanu Reeves', 'Kevin Costner', 'King Arthur', 'King Lear', 'Kirsten Dunst', 'Kurt Cobain', 'Kurt Vonnegut', 'Kylo Ren', 'Lady Gaga', 'Laertes', 'Lando Calrissian', 'Legolas', 'Leo Tolstoy', 'Leonardio DiCaprio', 'Liam Neeson', 'Lisa Simpson', 'Louis Armstrong', 'Lucille Ball', 'Luke Skywalker', 'Macbeth', 'Mace Windu', 'Madonna', 'Mahatma Gandhi', 'Mao Zedong', 'Marcus Aurelius', 'Margaret Thatcher', 'Marge Simpson', 'Marilyn Monroe', 'Mark Twain', 'Mark Wahlberg', 'Marlon Brando', 'Martin Scorsese', 'Marty McFly', 'Mary Shelley', 'Matt Damon', 'Maya Angelou', 'Medusa', 'Melville', 'Merry Brandybuck', 'Meryl Streep', 'Methuselah', 'Michael Douglas', 'Michael Jackson', 'Michelangelo', 'Michelle Pfeiffer', 'Mick Jagger', 'Mike Meyers', 'Moby-Dick', 'Moe Szyslak', 'Mondrian', 'Monet', 'Monty Burns', 'Morgan Freeman', 'Mothra', 'Mozart', 'Munch', 'Mussolini', 'Nancy Drew', 'Napoleon', 'Natalie Portman', 'Ned Flanders', 'Nelson Mandela', 'Neo', 'Nero', 'Nicolas Cage', 'Nicolaus Copernicus', 'Nicole Kidman', 'Nietzsche', 'Nikola Tesla', 'Noam Chomsky', 'Norm Macdonald', 'Obi-Wan Kenobi', 'Odysseus', 'Ophelia', 'Oprah Winfrey', 'Optimus Prime', 'Oscar Wilde', 'Othello', 'Owen Wilson', 'Pablo Picasso', 'Paul Cezanne', 'Paul Giamatti', 'Paul Newman', 'Phil Hartman', 'Pikachu', 'Pippin Took', 'Plato', 'Poe Damaron', 'Poseiden', 'Princess Leia', 'Pythagoras', 'Queen Amidala', 'Queequeg', 'Quentin Tarantino', 'R2-D2', 'Rachmaninoff', 'Radagast', 'Rambo', 'Raphael', 'Ray Bradbury', 'Ray Charles', 'Rene Descartes', 'Richard Feynman', 'Richard Wagner', 'Roald Dahl', 'Rob Lowe', 'Robert DeNiro', 'Robert Redford', 'Robert Schumann', 'Rocky Balboa', 'Rosario Dawson', 'Rudyard Kipling', 'Russell Crowe', 'Ryan Gosling', 'Ryan Reynolds', 'Salman Rushdie', 'Samwise Gamgee', 'Sandra Bullock', 'Sarah Connor', 'Saruman', 'Satoshi Nakamoto', 'Sauron', 'Scarlett Johansson', 'Sean Connery', 'Sean Penn', 'Shakespeare', 'Shelob', 'Sherlock Holmes', 'Shrek', 'Sideshow Bob', 'Sigmund Freud', 'Smaug', 'Socrates', 'Sophia Loren', 'Spider-Man', 'Spock', 'Stanley Kubrick', 'Star-Lord', 'Stephen King', 'Steve Carell', 'Steve Martin', 'Steve McQueen', 'Steven Soderbergh', 'Steven Spielberg', 'Stevie Wonder', 'Superman', 'Tarzan', 'Tchaikovsky', 'Tennessee Williams', 'Terry Gilliam', 'Thomas Edison', 'Thomas Hobbes', 'Thor', 'Tina Fey', 'Tolkien', 'Tom Bombadil', 'Tom Cruise', 'Tom Hanks', 'Tom Petty', 'Tom Sawyer', 'Toni Morrison', 'Tony Montana', 'Tony Soprano', 'Treebeard', 'Tyler Durden', 'Virgil', 'Virginia Woolf', 'Voltaire', 'Walt Whitman', 'Wedge Antilles', 'Wilhuff Tarkin', 'Will Smith', 'William Blake', 'William Faulkner', 'William Shatner', 'Winston Churchill', 'Wittgenstein', 'Xerxes', 'Yoda', 'Zeno', 'Zeus', 'Zorro']
15
- },
16
- verb: {
17
- countable: [],
18
- uncountable: ['abandon', 'accompany', 'accost', 'accuse', 'acquire', 'admire', 'adopt', 'adore', 'adulate', 'advise', 'aggravate', 'agitate', 'agree [with]', 'aid', 'aim [at]', 'alert', 'align [with]', 'amaze', 'amble [to]', 'amuse', 'annoy', 'apologize [to]', 'applaud', 'appraise', 'approach', 'approve [of]', 'argue [with]', 'arm', 'arrest', 'asphyxiate', 'assess', 'assist', 'assure', 'astonish', 'attack', 'augment', 'avail', 'avoid', 'babble [at]', 'backhand', 'baffle', 'bag', 'bake biscuits [with]', 'bake bread [with]', 'bake brownies [with]', 'bake cookies [with]', 'bake cupcakes [with]', 'bake muffins [with]', 'bake pies [with]', 'bake scones [with]', 'balance', 'bankrupt', 'bargain [with]', 'bark [at]', 'bash', 'bathe', 'battle', 'beat [up]', 'beautify', 'beckon [to]', 'beguile', 'belittle', 'bellow [at]', 'bemuse', 'berate', 'betray', 'bisect', 'bite', 'blame', 'blare [at]', 'blast', 'bleach', 'bless', 'block', 'boil', 'bolt [from]', 'bomb', 'boost', 'bore', 'borrow [from]', 'bother', 'brag [to]', 'brainwash', 'brush [off]', 'burn', 'burst', 'bury', 'bust', 'buzz', 'bypass', 'cackle [at]', 'cajole', 'call', 'camp [with]', 'cancel', 'captivate', 'capture', 'care [for]', 'carry', 'cater [to]', 'caution', 'celebrate [with]', 'chant [with]', 'charge [at]', 'charm', 'chase', 'chastise', 'chat [with]', 'cheat', 'cheer', 'chew [on]', 'chide', 'choke', 'choose', 'chop [up]', 'clamor [for]', 'clamp', 'clasp', 'climb trees [with]', 'cling [to]', 'clip', 'cloak', 'clobber', 'clone', 'club', 'clutch', 'coax', 'coerce', 'collect', 'collide [with]', 'comb', 'command', 'commission', 'compel', 'compensate', 'compete [with]', 'complain [to]', 'compliment', 'compress', 'condemn', 'confess [to]', 'confine', 'confound', 'confront', 'confuse', 'congratulate', 'conjure', 'conquer', 'console', 'consult', 'contain', 'contradict', 'control', 'convict', 'convince', 'cook [for]', 'cook beans [with]', 'cook broccoli [with]', 'cook cabbage [with]', 'cook carrots [with]', 'cook chowder [with]', 'cook stew [with]', 'cooperate [with]', 'copy', 'corner', 'correct', 'counsel', 'count cards [with]', 'count coins [with]', 'count sheep [with]', 'cover', 'crash [into]', 'crawl [to]', 'credit', 'criticize', 'crochet [with]', 'cruise [with]', 'crusade [with]', 'crush', 'cry [for]', 'cure', 'cut', 'dally [with]', 'dance [with]', 'dare', 'dazzle', 'deal [with]', 'debate', 'deceive', 'decorate', 'defeat', 'defend', 'deflate', 'dehydrate', 'deify', 'delay', 'delight', 'demand', 'demobilize', 'deny', 'deride', 'desert', 'destroy', 'detach', 'detect', 'devour', 'diagnose', 'die [for]', 'diminish', 'dine [with]', 'direct', 'disagree [with]', 'disappoint', 'disapprove [of]', 'disarm', 'discover', 'discuss', 'disgust', 'dismiss', 'disown', 'dispatch', 'display', 'dispose [of]', 'distribute', 'disturb', 'ditch', 'divert', 'divide', 'document', 'drag', 'draw', 'dream [of]', 'dress', 'drink beer [with]', 'drink brandy [with]', 'drink chai [with]', 'drink cider [with]', 'drink coffee [with]', 'drink cognac [with]', 'drink gin [with]', 'drink juice [with]', 'drink mead [with]', 'drink nectar [with]', 'drink punch [with]', 'drink rum [with]', 'drink sake [with]', 'drink smoothies [with]', 'drink soda [with]', 'drink tea [with]', 'drink tequila [with]', 'drink vermouth [with]', 'drink vodka [with]', 'drink whiskey [with]', 'drink wine [with]', 'drive', 'drop', 'drown', 'eat almonds [with]', 'eat apples [with]', 'eat apricots [with]', 'eat avocado [with]', 'eat bacon [with]', 'eat bagels [with]', 'eat bananas [with]', 'eat beans [with]', 'eat biscuits [with]', 'eat blueberries [with]', 'eat bread [with]', 'eat breakfast [with]', 'eat broccoli [with]', 'eat brownies [with]', 'eat burritos [with]', 'eat cabbage [with]', 'eat candy [with]', 'eat carrots [with]', 'eat cashews [with]', 'eat casserole [with]', 'eat cereal [with]', 'eat cheesecake [with]', 'eat cherries [with]', 'eat chicken [with]', 'eat chips [with]', 'eat chocolate [with]', 'eat chowder [with]', 'eat churros [with]', 'eat coconuts [with]', 'eat cookies [with]', 'eat corn [with]', 'eat crackers [with]', 'eat crepes [with]', 'eat croissants [with]', 'eat cupcakes [with]', 'eat curry [with]', 'eat custard [with]', 'eat dinner [with]', 'eat doughnuts [with]', 'eat dumplings [with]', 'eat eggplant [with]', 'eat fajitas [with]', 'eat figs [with]', 'eat granola [with]', 'eat grapes [with]', 'eat guacamole [with]', 'eat gumbo [with]', 'eat hamburgers [with]', 'eat hummus [with]', 'eat jambalaya [with]', 'eat jelly [with]', 'eat kale [with]', 'eat kebobs [with]', 'eat lasagna [with]', 'eat lemons [with]', 'eat limes [with]', 'eat lobster [with]', 'eat lunch [with]', 'eat mangos [with]', 'eat marzipan [with]', 'eat meatloaf [with]', 'eat mollusks [with]', 'eat mooncakes [with]', 'eat muffins [with]', 'eat mushrooms [with]', 'eat nachos [with]', 'eat noodles [with]', 'eat olives [with]', 'eat onions [with]', 'eat oysters [with]', 'eat pancakes [with]', 'eat papaya [with]', 'eat pasta [with]', 'eat pastries [with]', 'eat peaches [with]', 'eat peas [with]', 'eat pecans [with]', 'eat peppers [with]', 'eat pie [with]', 'eat pistachios [with]', 'eat pizza [with]', 'eat plums [with]', 'eat popcorn [with]', 'eat popsicles [with]', 'eat porridge [with]', 'eat potatoes [with]', 'eat prawn [with]', 'eat pretzels [with]', 'eat prunes [with]', 'eat pudding [with]', 'eat radishes [with]', 'eat raisins [with]', 'eat ramen [with]', 'eat raspberries [with]', 'eat rice [with]', 'eat salad [with]', 'eat salmon [with]', 'eat sandwiches [with]', 'eat scallions [with]', 'eat scones [with]', 'eat soup [with]', 'eat spinach [with]', 'eat squash [with]', 'eat steak [with]', 'eat stew [with]', 'eat strawberries [with]', 'eat strudel [with]', 'eat sushi [with]', 'eat tacos [with]', 'eat tarts [with]', 'eat toast [with]', 'eat tortillas [with]', 'eat truffles [with]', 'eat waffles [with]', 'eat walnuts [with]', 'eat yogurt [with]', 'educate', 'elbow', 'electrocute', 'elegize', 'elevate', 'eliminate', 'embarrass', 'embrace', 'empathize [with]', 'emulate', 'enchant', 'encourage', 'endanger', 'endear', 'endorse', 'energize', 'enjoy', 'enlighten', 'enrage', 'enroll', 'enshrine', 'entangle', 'entertain', 'enthrall', 'entice', 'entrap', 'equip', 'erase', 'escape [from]', 'evade', 'evaluate', 'exalt', 'examine', 'exclude', 'execute', 'exempt', 'exercise [with]', 'exhaust', 'exhibit', 'exile', 'explain [to]', 'explore [with]', 'face', 'feast [with]', 'feed', 'fence', 'ferry', 'fetch', 'fight', 'figure [out]', 'film', 'filter [out]', 'find', 'fire', 'fish [with]', 'fix', 'flag', 'flatten', 'flatter', 'flee [from]', 'flip', 'flirt [with]', 'float [with]', 'flush [out]', 'focus [on]', 'fold', 'follow', 'fool', 'forbid', 'force', 'forgive', 'frame', 'freeze', 'frisk', 'frolic [with]', 'frown [at]', 'fry', 'fund', 'furnish', 'gallop [with]', 'gamble [with]', 'gawk [at]', 'gaze [at]', 'glorify', 'gnaw', 'goad', 'golf [with]', 'gorge [with]', 'gossip [with]', 'grade', 'greet', 'grieve [for]', 'grin [at]', 'groan [at]', 'growl [at]', 'grumble [at]', 'grunt [at]', 'guard', 'hail', 'halt', 'hang', 'harass', 'harm', 'harness', 'hatch', 'haul', 'heal', 'hear', 'help', 'hide', 'hike [with]', 'hinder', 'hint [at]', 'hiss [at]', 'hit', 'hobble [to]', 'hogtie', 'hoist', 'hold', 'holler [at]', 'honor', 'horrify', 'howl [at]', 'huddle [with]', 'hug', 'hum [to]', 'hunt', 'hurl', 'hurry [to]', 'hurt', 'hustle', 'hydrate', 'hypnotize', 'idolize', 'ignite', 'ignore', 'illuminate', 'illustrate', 'imagine', 'imbibe [with]', 'imitate', 'immolate', 'immunize', 'impair', 'impede', 'imperil', 'implore', 'impress', 'imprison', 'inaugurate', 'indoctrinate', 'indulge', 'infest', 'inflate', 'inform', 'inherit [from]', 'inhibit', 'injure', 'inquire [with]', 'inspect', 'inspire', 'instruct', 'insult', 'insure', 'intercept', 'interrogate', 'interrupt', 'interview', 'intimidate', 'introduce', 'intrude [on]', 'invest [in]', 'invigorate', 'invite', 'invoice', 'invoke', 'irradiate', 'irritate', 'isolate', 'jab', 'jabber [at]', 'jail', 'jam [with]', 'jeer [at]', 'jeopardize', 'jest [with]', 'jog [with]', 'join [with]', 'jolt', 'josh', 'jostle', 'juggle [for]', 'jump [over]', 'kick', 'kill', 'kiss', 'kneel [for]', 'knight', 'knit [with]', 'labor [with]', 'land [on]', 'lasso', 'laud', 'laugh [at]', 'launch', 'lead', 'lean [on]', 'leap [over]', 'learn [from]', 'leash', 'lecture [to]', 'leer [at]', 'lend [to]', 'level', 'levitate', 'liberate', 'lie [to]', 'lift', 'limit', 'limp [to]', 'listen [to]', 'litter [with]', 'lobotomize', 'lock [up]', 'lodge [with]', 'loot', 'lurch [at]', 'lure', 'lurk [with]', 'magnify', 'make peace [with]', 'mangle', 'manipulate', 'march [with]', 'mark', 'marry', 'marvel [at]', 'massage', 'maul', 'meet', 'melt', 'mimic', 'mislead', 'mobilize', 'monitor', 'mortify', 'motivate', 'mourn', 'move', 'mug', 'mummify', 'murder', 'murmer [at]', 'mutter [at]', 'nag', 'negotiate [with]', 'neutralize', 'nod [at]', 'notify', 'nourish', 'nurture', 'obey', 'object [to]', 'obliterate', 'observe', 'obstruct', 'offend', 'overwhelm', 'pacify', 'page', 'paint', 'pamper', 'paralyze', 'parasitize', 'pardon', 'parley [with]', 'partner [with]', 'party [with]', 'pass', 'pay', 'pelt', 'penalize', 'perform [for]', 'perplex', 'persuade', 'perturb', 'pester', 'petrify', 'pierce', 'pinch', 'plagiarize', 'play Battlefield [with]', 'play Borderlands [with]', 'play Diablo [with]', 'play Doom [with]', 'play Fallout [with]', 'play Fortnite [with]', 'play Halo [with]', 'play Minecraft [with]', 'play Monopoly [with]', 'play Pokemon [with]', 'play Risk [with]', 'play Scrabble [with]', 'play Skyrim [with]', 'play Starcraft [with]', 'play Tetris [with]', 'play Twister [with]', 'play badminton [with]', 'play baseball [with]', 'play basketball [with]', 'play billiards [with]', 'play blackjack [with]', 'play bocce [with]', 'play checkers [with]', 'play chess [with]', 'play cribbage [with]', 'play croquet [with]', 'play drums [with]', 'play football [with]', 'play golf [with]', 'play guitar [with]', 'play hockey [with]', 'play piano [with]', 'play poker [with]', 'play roulette [with]', 'play rugby [with]', 'play rummy [with]', 'play shuffleboard [with]', 'play tennis [with]', 'play violin [with]', 'play volleyball [with]', 'pluck', 'point [at]', 'poison', 'poll', 'practice [with]', 'praise', 'prance [with]', 'pray [for]', 'prepare', 'present', 'preserve', 'press', 'prick', 'print', 'prod', 'profit [from]', 'promise [to]', 'propose [to]', 'protect', 'provoke', 'pull', 'punch', 'puncture', 'punish', 'pursue', 'quarrel [with]', 'quell', 'question', 'quiz', 'quote', 'race', 'raise', 'rant [at]', 'rap [with]', 'ratify', 'rattle', 'rave [with]', 'read [with]', 'read books [with]', 'record', 'recruit', 'refuse', 'refute', 'register', 'reject', 'relax [with]', 'release', 'remove', 'rename', 'rendezvous [with]', 'renounce', 'reply [to]', 'reproach', 'repulse', 'rescue', 'resent', 'reset', 'resist', 'rest [with]', 'restrain', 'restrict', 'resurrect', 'retain', 'retreat [from]', 'retrieve', 'return [to]', 'revert', 'review', 'revive', 'ridicule', 'roam [with]', 'roar [at]', 'roast', 'rob', 'rock', 'rot [with]', 'rotate', 'rue', 'ruin', 'rule', 'run [with]', 'rush [to]', 'sack', 'sacrifice', 'sadden', 'sail [with]', 'salute', 'sanction', 'sass', 'satirize', 'saturate', 'save', 'scam', 'scamper [to]', 'scan', 'scare', 'schlep', 'school', 'scoff [at]', 'scold', 'scorch', 'scorn', 'scowl [at]', 'scratch', 'scream [at]', 'screech [at]', 'scrub', 'scrutinize', 'scuffle [with]', 'scurry [to]', 'search', 'seat', 'secure', 'seek', 'seize', 'serenade', 'serve', 'shade', 'shake', 'shampoo', 'share [with]', 'shatter', 'shave', 'shear', 'shelter', 'shift', 'ship', 'shirk', 'shock', 'shoot', 'shop [with]', 'shout [at]', 'shove', 'shriek [at]', 'shrink', 'shroud', 'shrug [at]', 'shun', 'shut [out]', 'sicken', 'sidekick', 'sidestep', 'sigh [at]', 'signal', 'sing [for]', 'singe', 'sink', 'sit [with]', 'skate [with]', 'sketch', 'ski [with]', 'skip', 'skulk [with]', 'slam', 'slap', 'slash', 'slay', 'slice', 'slink [to]', 'smack', 'smile [at]', 'smoke cannabis [with]', 'smoke tobacco [with]', 'smother', 'snarl [at]', 'sneer [at]', 'snicker [at]', 'snorkel [with]', 'snowboard [with]', 'snub', 'soak', 'sob [with]', 'solicit', 'somersault [with]', 'soothe', 'speak French [with]', 'speak German [with]', 'speak Mandarin [with]', 'speak Spanish [with]', 'spin', 'spit [on]', 'spoil', 'sponsor', 'spot', 'spray', 'sprint [to]', 'spy [on]', 'squeeze', 'stab', 'stabilize', 'stalk', 'stall', 'stand [with]', 'stare [at]', 'steal [from]', 'steer', 'sterilize', 'stifle', 'sting', 'stomp [on]', 'stop', 'straighten [out]', 'strangle', 'strengthen', 'strike', 'stroll [with]', 'struggle [with]', 'strut [for]', 'study', 'stun', 'subdue', 'submerge', 'submit [to]', 'sue', 'suffer', 'suffocate', 'summon', 'sunbathe [with]', 'supplant', 'supply', 'suppress', 'surpass', 'surprise', 'surrender [to]', 'survey', 'suspend', 'swagger [with]', 'sway', 'swear [at]', 'sweep', 'swerve [at]', 'swim [with]', 'swindle', 'swing [at]', 'target', 'taste wine [with]', 'taunt', 'teach', 'tease', 'televise', 'tenderize', 'terminate', 'terrify', 'terrorize', 'test', 'tether', 'thank', 'thaw [out]', 'threaten', 'throw', 'thump', 'thwart', 'tickle', 'tilt', 'time', 'tip', 'tiptoe [to]', 'tolerate', 'torment', 'toss', 'totter [to]', 'tow', 'toy [with]', 'trace', 'track', 'trade [with]', 'train', 'transact [with]', 'translate [for]', 'transport', 'travel east [with]', 'travel north [with]', 'travel south [with]', 'travel west [with]', 'trick', 'trigger', 'trim', 'trip', 'trounce', 'trust', 'tryst [with]', 'tussle [with]', 'tutor', 'twirl', 'uncover', 'undercut', 'unearth', 'unleash', 'unmask', 'untie', 'unveil', 'unwrap', 'uproot', 'upset', 'upstage', 'urge', 'usher', 'usurp', 'vacation [with]', 'vaccinate', 'vanquish', 'vaporize', 'ventilate', 'veto', 'visit', 'vomit [on]', 'vote [for]', 'vouch [for]', 'wade [with]', 'wage war [with]', 'wager [on]', 'wake [up]', 'wall [in]', 'wander [with]', 'warn', 'wash', 'watch clouds [with]', 'watch movies [with]', 'watch sports [with]', 'wave [at]', 'weep [for]', 'welcome', 'whack', 'whimper [at]', 'whine [to]', 'whisper [to]', 'wink [at]', 'wound', 'wrap [up]', 'wreck', 'wrestle', 'yell [at]', 'yield [to]']
19
- }
8
+ adjective: {
9
+ entries: ['abrasive', 'absurd', 'acidic', 'acrid', 'active', 'adamant', 'adament', 'adaptable', 'addicted', 'aerial', 'affable', 'affluent', 'aggressive', 'aging', 'alarmed', 'albino', 'alcoholic', 'alluring', 'amber', 'ambitious', 'ambulant', 'amiable', 'ancient', 'anemic', 'angelic', 'angry', 'anguished', 'animated', 'anointed', 'anxious', 'apprehensive', 'aqua', 'aquatic', 'arid', 'aromatic', 'arrogant', 'artificial', 'artistic', 'asthmatic', 'athletic', 'attractive', 'auburn', 'audible', 'authentic', 'average', 'awesome', 'awestruck', 'awkward', 'azure', 'bad', 'barmy', 'bashful', 'beautiful', 'beige', 'bellicose', 'belligerent', 'bent', 'bereaved', 'bereft', 'berserk', 'biased', 'big', 'bilingual', 'bitter', 'bizarre', 'bleak', 'blind', 'blissful', 'blond', 'blue', 'blushing', 'boisterous', 'bold', 'bony', 'bossy', 'bouncy', 'boundless', 'boyish', 'braided', 'brainless', 'brainy', 'brash', 'brave', 'brawny', 'breathless', 'breezy', 'bright', 'brilliant', 'brisk', 'broad', 'broken', 'bronze', 'brown', 'brunette', 'bubbly', 'buff', 'built', 'bulky', 'bumpy', 'burgundy', 'burly', 'busy', 'cagey', 'callous', 'calm', 'candid', 'carefree', 'careless', 'catatonic', 'cautious', 'cerise', 'cerulean', 'chalky', 'chaotic', 'charismatic', 'chaste', 'cheap', 'cheerful', 'childish', 'childlike', 'chilly', 'chipper', 'chubby', 'churlish', 'cinematic', 'civilized', 'clairvoyant', 'clammy', 'classy', 'clean', 'clear', 'clever', 'clingy', 'cloudy', 'clumsy', 'cold', 'colorful', 'comatose', 'combative', 'comical', 'common', 'competitive', 'complaisant', 'conceited', 'concerned', 'confident', 'conservative', 'content', 'cool', 'cooperative', 'cordial', 'corrupt', 'cosmic', 'coughing', 'courteous', 'cowardly', 'coy', 'crabby', 'crafty', 'crass', 'crazy', 'crimson', 'cruel', 'cuddly', 'cultured', 'cunning', 'curious', 'curt', 'curvy', 'cute', 'cyan', 'cynical', 'daffy', 'daft', 'dainty', 'damp', 'dangerous', 'dapper', 'dark', 'dashing', 'dastardly', 'dazed', 'dead', 'deaf', 'decadent', 'decayed', 'decisive', 'decorous', 'defensive', 'defiant', 'deficient', 'delicate', 'delirious', 'depressed', 'deranged', 'desperate', 'despondent', 'destitute', 'detached', 'determined', 'devoted', 'dexterous', 'didactic', 'difficult', 'digital', 'dignified', 'diligent', 'dim', 'dingy', 'dirty', 'disabled', 'discreet', 'disdainful', 'diseased', 'disguised', 'dishonest', 'dismal', 'displeased', 'disposable', 'distant', 'distraught', 'distressed', 'divergent', 'divine', 'dizzy', 'docile', 'dogmatic', 'domesticated', 'dowdy', 'drab', 'draconian', 'dramatic', 'drowsy', 'drunk', 'dry', 'dull', 'dumb', 'dusty', 'dutiful', 'eager', 'early', 'earnest', 'earthy', 'ecstatic', 'efficient', 'elastic', 'elated', 'elderly', 'electric', 'elegant', 'elfin', 'elite', 'elliptical', 'eloquent', 'emotional', 'empty', 'endless', 'energetic', 'engaged', 'enigmatic', 'enormous', 'enthusiastic', 'entranced', 'envious', 'erratic', 'erroneous', 'esteemed', 'ethereal', 'evasive', 'evil', 'exhausted', 'exotic', 'exuberant', 'exultant', 'fabulous', 'facetious', 'faded', 'faithful', 'fake', 'falling', 'false', 'familiar', 'famous', 'fanatical', 'fancy', 'fascinated', 'fast', 'fastidious', 'fearful', 'fearless', 'feathered', 'feeble', 'feisty', 'ferocious', 'fertile', 'fervent', 'festive', 'fickle', 'fierce', 'fiery', 'filthy', 'fine', 'finicky', 'fit', 'flagrant', 'flamboyant', 'flashy', 'flat', 'flawless', 'flimsy', 'flippant', 'flirty', 'floral', 'florid', 'fluffy', 'flustered', 'foamy', 'foggy', 'foolish', 'foreign', 'forgetful', 'formal', 'foul', 'fragile', 'frail', 'frantic', 'frayed', 'free', 'fresh', 'friendly', 'frigid', 'frilly', 'frosty', 'frothy', 'frozen', 'fuchsia', 'funny', 'furious', 'furry', 'furtive', 'fussy', 'fuzzy', 'gainful', 'gallant', 'gargantuan', 'garrulous', 'gasping', 'gaunt', 'generous', 'genial', 'genteel', 'gentle', 'genuine', 'geriatric', 'ghostly', 'giant', 'giddy', 'gifted', 'giggling', 'girlish', 'gleaming', 'gleeful', 'glib', 'glistening', 'glittery', 'gloomy', 'glossy', 'glowing', 'godlike', 'golden', 'goofy', 'gorgeous', 'graceful', 'gracious', 'grainy', 'grand', 'grandiose', 'grateful', 'greasy', 'great', 'greedy', 'green', 'gregarious', 'grey', 'grim', 'grisly', 'gritty', 'groggy', 'groovy', 'gross', 'grotesque', 'grouchy', 'grubby', 'gruesome', 'grumpy', 'grungy', 'guilty', 'gullible', 'gutless', 'gutsy', 'haggard', 'hairy', 'handsome', 'hapless', 'happy', 'hardy', 'harsh', 'hasty', 'hateful', 'haughty', 'headless', 'heady', 'healthy', 'heartless', 'heartsick', 'heavenly', 'heavy', 'hesitant', 'hidden', 'hideous', 'hilarious', 'hissing', 'hoarse', 'hollow', 'homely', 'honest', 'honorable', 'hopeless', 'horizontal', 'horned', 'hospitable', 'hostile', 'huffy', 'hulking', 'humble', 'hunchbacked', 'hungry', 'hurried', 'hush', 'hyped', 'hypnotic', 'hysterical', 'icy', 'ideal', 'idiotic', 'idle', 'illicit', 'illiterate', 'illustrious', 'immense', 'immortal', 'immovable', 'impartial', 'impeccable', 'imperial', 'impervious', 'impetuous', 'impolite', 'important', 'impulsive', 'inane', 'inaudible', 'incapable', 'incisive', 'incorrect', 'incredible', 'indecisive', 'indelible', 'independent', 'indifferent', 'indigo', 'industrious', 'inert', 'infallible', 'infamous', 'infectious', 'inferior', 'infernal', 'informal', 'innocent', 'insane', 'insecure', 'insidious', 'insightful', 'insistent', 'instant', 'intelligent', 'intense', 'intrepid', 'invalid', 'invasive', 'inventive', 'invincible', 'invisible', 'irascible', 'irate', 'iridescent', 'irked', 'irregular', 'jaded', 'jagged', 'jealous', 'jittery', 'jobless', 'jolly', 'jovial', 'joyous', 'jubilant', 'judicious', 'jumpy', 'junior', 'keen', 'kind', 'kinetic', 'languid', 'lanky', 'larcenous', 'late', 'lavender', 'lavish', 'lawful', 'lazy', 'lethargic', 'lewd', 'liberal', 'limber', 'limpid', 'listless', 'literate', 'lithe', 'little', 'lively', 'livid', 'lofty', 'lone', 'lonely', 'loud', 'loutish', 'lovely', 'loyal', 'lucent', 'lucid', 'lucky', 'ludicrous', 'luminous', 'lumpy', 'luxurious', 'macabre', 'mad', 'magenta', 'magical', 'magnificent', 'maimed', 'majestic', 'malicious', 'malleable', 'mannerly', 'marbled', 'maroon', 'marvelous', 'masked', 'massive', 'matted', 'mature', 'mauve', 'meager', 'mean', 'medical', 'meek', 'mellow', 'mercurial', 'merry', 'messy', 'metallic', 'meticulous', 'mettlesome', 'miffed', 'mighty', 'military', 'mindless', 'miniature', 'mirthful', 'miserable', 'miserly', 'modest', 'moldy', 'moneyless', 'monstrous', 'moody', 'moonstruck', 'moral', 'morbid', 'morose', 'mortal', 'motionless', 'mournful', 'muscular', 'mushy', 'musical', 'mute', 'mutinous', 'mysterious', 'mythical', 'naive', 'napping', 'narcissistic', 'natural', 'needy', 'nervous', 'neurotic', 'new', 'nice', 'nifty', 'nimble', 'noble', 'noisy', 'nonstop', 'nostalgic', 'noxious', 'numb', 'nutty', 'oafish', 'obedient', 'obese', 'oblivious', 'obnoxious', 'obscene', 'obsequious', 'observant', 'occult', 'odd', 'official', 'old', 'onerous', 'optimal', 'optimistic', 'opulent', 'orange', 'orderly', 'ordinary', 'organic', 'ornate', 'ostentatious', 'outgoing', 'outspoken', 'oval', 'overjoyed', 'overrated', 'overt', 'padded', 'pale', 'panicky', 'panting', 'parched', 'partial', 'passionate', 'peaceful', 'pedantic', 'penitent', 'pensive', 'peppy', 'perfumed', 'perilous', 'perky', 'pesky', 'pessimistic', 'petite', 'phobic', 'phony', 'picky', 'pink', 'pious', 'pitiful', 'plaid', 'plain', 'plastic', 'platinum', 'playful', 'pleasant', 'pliable', 'plump', 'poetic', 'poignant', 'poised', 'poisonous', 'polite', 'political', 'pompous', 'poor', 'popular', 'porous', 'posh', 'potential', 'practical', 'precise', 'precocious', 'pregnant', 'premium', 'prestigious', 'presumptuous', 'pretentious', 'pretty', 'prickly', 'prim', 'primary', 'prissy', 'pristine', 'profane', 'prolific', 'prone', 'proud', 'proximal', 'prudent', 'psychotic', 'public', 'puce', 'puffy', 'pugnacious', 'punctual', 'puny', 'purple', 'purring', 'pushy', 'putrid', 'queasy', 'quick', 'quiet', 'quirky', 'quivering', 'quizzical', 'rabid', 'radiant', 'ragged', 'rambling', 'rancid', 'rapid', 'rare', 'rash', 'raw', 'reasonable', 'reckless', 'reclusive', 'red', 'reeling', 'reflective', 'regal', 'relieved', 'reluctant', 'repulsive', 'reserved', 'resilient', 'resolute', 'resourceful', 'respectful', 'responsible', 'revolting', 'rich', 'righteous', 'rigid', 'riled', 'ripe', 'ritzy', 'robust', 'romantic', 'rosy', 'rotten', 'rotund', 'rough', 'rowdy', 'royal', 'rude', 'runty', 'russet', 'rustic', 'rusty', 'sacred', 'sad', 'sandy', 'sanguine', 'sanitized', 'sarcastic', 'sardonic', 'sassy', 'satirical', 'savvy', 'scaly', 'scarlet', 'scary', 'scholarly', 'scientific', 'scornful', 'scrawny', 'scruffy', 'seasick', 'secondary', 'secretive', 'sedate', 'seething', 'selfish', 'selfless', 'senior', 'senseless', 'sensible', 'sentimental', 'sepia', 'serene', 'serious', 'shabby', 'shady', 'shaky', 'sharp', 'shifty', 'shiny', 'shivering', 'short', 'showy', 'shrewd', 'shrill', 'shriveled', 'shy', 'sick', 'silent', 'silky', 'silly', 'silver', 'simple', 'sincere', 'sinful', 'sizable', 'skinny', 'slanted', 'sleek', 'sleepy', 'slick', 'slimy', 'slippery', 'sloppy', 'slushy', 'sly', 'small', 'smarmy', 'smart', 'smoky', 'smooth', 'smug', 'snappy', 'snazzy', 'snide', 'sniffling', 'snooty', 'snotty', 'snug', 'sober', 'soft', 'soggy', 'solitary', 'somber', 'sooty', 'sorrowful', 'soundless', 'sour', 'spacey', 'special', 'spicy', 'spiffy', 'spiky', 'spirited', 'spiteful', 'splendid', 'spotless', 'sprightly', 'spry', 'square', 'squeamish', 'stable', 'stammering', 'steady', 'steamy', 'stern', 'stingy', 'stinky', 'stodgy', 'stoic', 'stout', 'strict', 'striped', 'strong', 'stupefied', 'stupid', 'sturdy', 'stuttering', 'suave', 'sublime', 'subterranean', 'successful', 'sudsy', 'suitable', 'sulky', 'sunny', 'superb', 'superficial', 'supine', 'supportive', 'surly', 'swanky', 'sweaty', 'sweet', 'swift', 'swollen', 'symptomatic', 'synthetic', 'taciturn', 'tactful', 'tactless', 'talented', 'tall', 'tame', 'tan', 'tardy', 'tasteless', 'tattooed', 'teal', 'tenacious', 'thirsty', 'thorny', 'thorough', 'thoughtful', 'ticklish', 'tidy', 'timid', 'tiny', 'tolerant', 'toothsome', 'torpid', 'touchy', 'tough', 'towering', 'traditional', 'tragic', 'tranquil', 'transparent', 'trashy', 'trembling', 'tremendous', 'tremulous', 'trendy', 'trite', 'truthful', 'turquoise', 'twitching', 'umber', 'unclean', 'unconscious', 'uncouth', 'undead', 'undersea', 'unhappy', 'unique', 'unkempt', 'unruly', 'unsightly', 'unwise', 'upbeat', 'uptight', 'urbane', 'urgent', 'vain', 'vapid', 'vast', 'vegetarian', 'vengeful', 'venomous', 'vermilion', 'vertical', 'vicious', 'vigilant', 'vile', 'vindictive', 'violent', 'violet', 'viral', 'virtual', 'virtuous', 'visible', 'vivacious', 'voiceless', 'volatile', 'voluntary', 'vulgar', 'vulnerable', 'wacky', 'wanton', 'wary', 'wasteful', 'waxy', 'weak', 'wealthy', 'weary', 'well-dressed', 'well-spoken', 'wheezing', 'whimsical', 'whistling', 'wholesome', 'wicked', 'wide', 'wide-eyed', 'wiggly', 'wild', 'wily', 'winded', 'winged', 'wintery', 'wiry', 'wise', 'wistful', 'withdrawn', 'witty', 'wobbly', 'woeful', 'wooden', 'woolly', 'woozy', 'wordless', 'worried', 'worthy', 'wrathful', 'wrinkled', 'wrong', 'yawning', 'yellow', 'young', 'zany', 'zealous', 'zestful', 'zippy', 'zonked']
10
+ },
11
+ noun: {
12
+ countable: ['Balrog', 'Ewok', 'Jabberwock', 'Nazgul', 'Pegasus', 'Wookiee', 'accountant', 'acrobat', 'actor', 'admiral', 'albatross', 'alchemist', 'alderman', 'alligator', 'anarchist', 'android', 'ant', 'anteater', 'antelope', 'archeologist', 'archer', 'architect', 'aristocrat', 'armadillo', 'arranger', 'arsonist', 'astrologist', 'astronaut', 'athlete', 'attendant', 'attorney', 'auditor', 'aunt', 'author', 'avatar', 'aviator', 'baboon', 'bachelor', 'badger', 'bailiff', 'baker', 'balloonist', 'banjoist', 'banker', 'banshee', 'barber', 'bard', 'barista', 'baron', 'baronness', 'barrister', 'bartender', 'basilisk', 'bassist', 'bat', 'beagle', 'bear', 'beast', 'beaver', 'bee', 'beetle', 'bellhop', 'biographer', 'biologist', 'bird', 'birdwatcher', 'bishop', 'bison', 'blogger', 'boar', 'bobcat', 'bookie', 'botanist', 'boxer', 'boyfriend', 'bricklayer', 'brother', 'brute', 'buffalo', 'bull', 'bureaucrat', 'burglar', 'butcher', 'butterfly', 'calf', 'camel', 'canary', 'capitalist', 'captain', 'cardinal', 'cardiologist', 'caribou', 'carpenter', 'cartoonist', 'cashier', 'cat', 'caterpillar', 'cellist', 'centaur', 'centipede', 'chairman', 'chameleon', 'charlatan', 'cheetah', 'chef', 'chemist', 'cherub', 'chicken', 'chief', 'child', 'chimera', 'chimpanzee', 'chinchilla', 'chipmunk', 'chiropractor', 'choreographer', 'citizen', 'civilian', 'clerk', 'clown', 'coach', 'cobbler', 'cobra', 'cockroach', 'colonel', 'colt', 'columnist', 'commando', 'commentator', 'communist', 'commuter', 'composer', 'concierge', 'conductor', 'connoisseur', 'consultant', 'contestant', 'contortionist', 'contractor', 'corgi', 'coroner', 'cosmologist', 'cougar', 'cousin', 'cow', 'cowboy', 'coyote', 'crab', 'craftsman', 'criminologist', 'critic', 'crocodile', 'crook', 'crow', 'cuckoo', 'curator', 'cyborg', 'cyclist', 'cyclops', 'dancer', 'daydreamer', 'deacon', 'dealer', 'deer', 'defector', 'defendant', 'defender', 'deity', 'demon', 'dentist', 'deputy', 'designer', 'devil', 'dictator', 'dingo', 'director', 'dishwasher', 'diver', 'dobermann', 'doctor', 'dog', 'dolphin', 'donkey', 'dove', 'dragon', 'drake', 'druid', 'drummer', 'duchess', 'duck', 'duke', 'dwarf', 'eagle', 'economist', 'eel', 'egret', 'elephant', 'elf', 'elk', 'emu', 'engineer', 'executive', 'fairy', 'falcon', 'farmer', 'father', 'faun', 'ferret', 'fiend', 'fighter', 'filmmaker', 'finalist', 'finch', 'fisher', 'flamingo', 'florist', 'flounder', 'flutist', 'foal', 'foe', 'foreman', 'forester', 'fox', 'fraud', 'freak', 'freshman', 'frog', 'gambler', 'gargoyle', 'gazelle', 'gecko', 'general', 'genius', 'gentleman', 'gerbil', 'ghost', 'ghoul', 'gibbon', 'giraffe', 'gladiator', 'glutton', 'gnat', 'gnome', 'gnu', 'goalie', 'goat', 'goblin', 'golem', 'golfer', 'goose', 'gopher', 'gorgon', 'gorilla', 'governor', 'grandfather', 'grandmother', 'grasshopper', 'gremlin', 'grenedier', 'griffin', 'grifter', 'guardian', 'guide', 'guitarist', 'gunner', 'guppy', 'gymnast', 'hamster', 'hare', 'harpist', 'harpy', 'hedgehog', 'heifer', 'hen', 'herbalist', 'hermit', 'hero', 'heron', 'herring', 'hijacker', 'hippo', 'hipster', 'historian', 'hobbyist', 'hornet', 'horse', 'hound', 'hummingbird', 'humorist', 'hunter', 'husband', 'hydra', 'hyena', 'iguana', 'illusionist', 'imp', 'infant', 'intern', 'jackal', 'jaguar', 'jailer', 'janitor', 'jellyfish', 'jeweler', 'journalist', 'judge', 'jurist', 'kangaroo', 'keyboardist', 'king', 'koala', 'kraken', 'lark', 'lawyer', 'lemming', 'lemur', 'leopard', 'leprechaun', 'leviathan', 'librarian', 'lieutenant', 'lifeguard', 'linguist', 'lion', 'lizard', 'llama', 'lobbyist', 'lobster', 'locust', 'lord', 'lynx', 'lyricist', 'macaw', 'machinist', 'magician', 'magpie', 'maid', 'major', 'mallard', 'mammal', 'mammoth', 'manatee', 'manticore', 'marketer', 'marksman', 'marquee', 'marsupial', 'martyr', 'mathematician', 'mechanic', 'mediator', 'meerkat', 'mercenary', 'mermaid', 'messiah', 'meteorologist', 'migrant', 'millwright', 'minister', 'mink', 'minotaur', 'mockingbird', 'mole', 'mongoose', 'monk', 'moose', 'mortician', 'moth', 'mother', 'mouse', 'mule', 'musician', 'musketeer', 'mustang', 'narwhal', 'naturalist', 'neurologist', 'newborn', 'newt', 'nightingale', 'novelist', 'nun', 'nurse', 'nuthatch', 'oboist', 'ocelot', 'octopus', 'ogre', 'oligarch', 'oncologist', 'optician', 'optometrist', 'orangutan', 'orator', 'orc', 'organist', 'oriole', 'orphan', 'orthodontist', 'oryx', 'osprey', 'ostrich', 'otter', 'outlaw', 'outsider', 'owl', 'oyster', 'panda', 'panther', 'parakeet', 'parent', 'parrot', 'partridge', 'passenger', 'patient', 'pawn', 'peacock', 'peasant', 'pelican', 'penguin', 'pessimist', 'phantom', 'pharmacist', 'pheasant', 'phoenix', 'photographer', 'physician', 'physicist', 'pianist', 'pickpocket', 'pig', 'pilot', 'pioneer', 'piranha', 'pirate', 'pixie', 'platypus', 'plumber', 'plutocrat', 'podiatrist', 'poet', 'policeman', 'politician', 'poltergeist', 'pony', 'poodle', 'porcupine', 'porpoise', 'porter', 'possum', 'preacher', 'predator', 'president', 'priest', 'prince', 'princess', 'prisoner', 'proctor', 'prodigy', 'producer', 'professor', 'programmer', 'promoter', 'prophet', 'prosecutor', 'prowler', 'psychologist', 'publicist', 'puffin', 'pug', 'puma', 'punk', 'puppy', 'python', 'quail', 'queen', 'rabbi', 'rabbit', 'raccoon', 'raider', 'ram', 'rascal', 'rat', 'raven', 'realtor', 'rebel', 'receptionist', 'recluse', 'rector', 'reindeer', 'reporter', 'researcher', 'reservist', 'rhino', 'ringleader', 'robber', 'robin', 'robot', 'rodent', 'rogue', 'rook', 'rottweiler', 'ruffian', 'ruler', 'runner', 'sailor', 'salamander', 'sandpiper', 'sardine', 'savant', 'savior', 'scholar', 'scientist', 'scorpion', 'scoundrel', 'scout', 'scribe', 'sculptor', 'seagull', 'seahorse', 'seal', 'secretary', 'serpent', 'servant', 'shaman', 'shark', 'sheep', 'shepherd', 'sheriff', 'shopkeeper', 'shoplifter', 'showman', 'shrew', 'shrike', 'shrimp', 'singer', 'sister', 'skunk', 'skydiver', 'sloth', 'snail', 'snake', 'snob', 'soldier', 'songwriter', 'sophomore', 'sorcerer', 'sparrow', 'sphinx', 'spider', 'squid', 'squire', 'squirrel', 'stallion', 'starfish', 'starling', 'statue', 'stingray', 'stoat', 'stork', 'storyteller', 'stranger', 'student', 'stylist', 'superhero', 'supervisor', 'surgeon', 'swan', 'swimmer', 'swordsman', 'tailor', 'tamarin', 'tanager', 'tapir', 'tarantula', 'teacher', 'technician', 'teenager', 'teller', 'termite', 'theorist', 'therapist', 'thespian', 'thief', 'thrush', 'thug', 'tiger', 'toad', 'tortoise', 'toucan', 'tourist', 'trapper', 'troll', 'trombonist', 'trucker', 'trumpeter', 'turkey', 'turtle', 'typist', 'tyrant', 'umpire', 'uncle', 'undertaker', 'unicorn', 'unicyclist', 'vagabond', 'valkyrie', 'vampire', 'viceroy', 'villain', 'violinist', 'viper', 'virtuoso', 'vizier', 'vocalist', 'vole', 'vulture', 'waiter', 'wallaby', 'walrus', 'warbler', 'warden', 'warlock', 'warrior', 'warthog', 'wasp', 'watchman', 'weasel', 'welder', 'werewolf', 'whale', 'widow', 'wife', 'wildebeest', 'witch', 'wizard', 'wolf', 'wolverine', 'woman', 'wombat', 'woodpecker', 'workman', 'worm', 'worshiper', 'wraith', 'wren', 'writer', 'yak', 'yeti', 'yogi', 'zebra', 'zombie', 'zoologist'],
13
+ uncountable: ['Abraham Lincoln', 'Ace Ventura', 'Adam Sandler', 'Adele', 'Agatha Christie', 'Al Pacino', 'Alan Turing', 'Albert Einstein', 'Aldous Huxley', 'Alec Baldwin', 'Alfred Hitchcock', 'Allen Ginsberg', 'Amy Poehler', 'Andrew Carnegie', 'Andy Warhol', 'Angelina Jolie', 'Antonin Dvorak', 'Antonio Banderas', 'Antonio Vivaldi', 'Aragorn', 'Archimedes', 'Aretha Franklin', 'Aristotle', 'Arwen', 'Atticus Finch', 'Audrey Hepburn', 'Austin Powers', 'Ayn Rand', 'BB-8', 'Barbra Streisand', 'Bart Simpson', 'Batman', 'Beethoven', 'Ben Affleck', 'Ben Stiller', 'Benjamin Franklin', 'Beowulf', 'Betty White', 'Bilbo Baggins', 'Bill Murray', 'Billy Joel', 'Bob Cratchet', 'Bob Dylan', 'Boba Fett', 'Boromir', 'Brad Pitt', 'Bradley Cooper', 'Britney Spears', 'Bruce Springsteen', 'Bruce Willis', 'Buddy Holly', 'Buster Keaton', 'C-3PO', 'Caligula', 'Cameron Diaz', 'Carl Jung', 'Cary Grant', 'Cate Blanchett', 'Catwoman', 'Charlemagne', 'Charles Bukowski', 'Charles Darwin', 'Charles Dickens', 'Charlie Chaplin', 'Che Guevara', 'Chewbacca', 'Chris Farley', 'Cicero', 'Clark Gable', 'Claude Debussy', 'Cleopatra', 'Clint Eastwood', 'Colin Firth', 'Confucius', 'Cornelius Vanderbilt', 'Count Dooku', 'Dan Aykroyd', 'Dana Carvey', 'Dante Alighieri', 'Darth Maul', 'Darth Vader', 'David Bowie', 'David Letterman', 'Demi Moore', 'Denethor', 'Dennis Quaid', 'Diane Keaton', 'Don Quixote', 'Drew Barrymore', 'Dustin Hoffman', 'Ebenezer Scrooge', 'Eddie Murphy', 'Edgar Degas', 'Elizabeth Hurley', 'Elizabeth Taylor', 'Ellen Ripley', 'Elrond', 'Elton John', 'Elvis Presley', 'Emily Dickinson', 'Eminem', 'Ernest Hemingway', 'Erwin Schrodinger', 'Faramir', 'Fenrir', 'Ferris Bueller', 'Forrest Gump', 'Frances Coppola', 'Frank Herbert', 'Frank Sinatra', 'Frank Zappa', 'Frankenstein', 'Franz Kafka', 'Fred Astaire', 'Freddy Krueger', 'Frederic Chopin', 'Frodo Baggins', 'Fyodor Dostoevsky', 'Galadriel', 'Galileo Galilei', 'Gandalf', 'Gary Cooper', 'Gene Hackman', 'Gene Kelly', 'General Grievous', 'Geoffrey Chaucer', 'George Boole', 'George Carlin', 'George Clooney', 'George Gershwin', 'George Orwell', 'Gimli', 'Godzilla', 'Goethe', 'Gollum', 'Grace Kelly', 'Greedo', 'Gregory Peck', 'Grima Wormtongue', 'Grogu', 'Groot', 'Gwyneth Paltrow', 'Hamlet', 'Han Solo', 'Handel', 'Hannibal Lecter', 'Harrison Ford', 'Harry Potter', 'Hegel', 'Heisenberg', 'Helen Hunt', 'Helen Mirren', 'Henri Matisse', 'Hercules', 'Hieronymus Bosch', 'Homer Simpson', 'Huckleberry Finn', 'Hugh Jackman', 'Humphrey Bogart', 'Humpty Dumpty', 'Igor Stravinsky', 'Immanuel Kant', 'Indiana Jones', 'Ingmar Bergman', 'Ingrid Bergman', 'Iron Man', 'Isaac Asimov', 'Isaac Newton', 'Jack Black', 'Jack Kerouac', 'Jack London', 'Jack Nicholson', 'Jack Sparrow', 'Jackson Pollock', 'James Bond', 'James Kirk', 'James Stewart', 'Jane Fonda', 'Jar-Jar Binks', 'Jason Bateman', 'Jason Segel', 'Jay Gatsby', 'Jay-Z', 'Jeff Bridges', 'Jennifer Garner', 'Jerry Garcia', 'Jerry Seinfeld', 'Jim Carrey', 'Jimi Hendrix', 'Jimmy Fallon', 'Joaquin Phoenix', 'Jodie Foster', 'Johannes Brahms', 'Johannes Vermeer', 'John Belushi', 'John Cusack', 'John Goodman', 'John Hopkins', 'John Keats', 'John Lenin', 'John Locke', 'John Milton', 'John Rockefeller', 'John Steinbeck', 'John Wayne', 'Johnny Depp', 'Joseph Conrad', 'Joseph Heller', 'Judas', 'Jules Verne', 'Julia Roberts', 'Julius Caesar', 'Karl Marx', 'Kate Winslet', 'Katharine Hepburn', 'Keanu Reeves', 'Kevin Costner', 'King Arthur', 'King Lear', 'Kirsten Dunst', 'Kurt Cobain', 'Kurt Vonnegut', 'Kylo Ren', 'Lady Gaga', 'Laertes', 'Lando Calrissian', 'Legolas', 'Leo Tolstoy', 'Leonardio DiCaprio', 'Liam Neeson', 'Lisa Simpson', 'Louis Armstrong', 'Lucille Ball', 'Luke Skywalker', 'Macbeth', 'Mace Windu', 'Madonna', 'Mahatma Gandhi', 'Mao Zedong', 'Marcus Aurelius', 'Margaret Thatcher', 'Marge Simpson', 'Marilyn Monroe', 'Mark Twain', 'Mark Wahlberg', 'Marlon Brando', 'Martin Scorsese', 'Marty McFly', 'Mary Shelley', 'Matt Damon', 'Maya Angelou', 'Medusa', 'Melville', 'Merry Brandybuck', 'Meryl Streep', 'Methuselah', 'Michael Douglas', 'Michael Jackson', 'Michelangelo', 'Michelle Pfeiffer', 'Mick Jagger', 'Mike Meyers', 'Moby-Dick', 'Moe Szyslak', 'Mondrian', 'Monet', 'Monty Burns', 'Morgan Freeman', 'Mothra', 'Mozart', 'Munch', 'Mussolini', 'Nancy Drew', 'Napoleon', 'Natalie Portman', 'Ned Flanders', 'Nelson Mandela', 'Neo', 'Nero', 'Nicolas Cage', 'Nicolaus Copernicus', 'Nicole Kidman', 'Nietzsche', 'Nikola Tesla', 'Noam Chomsky', 'Norm Macdonald', 'Obi-Wan Kenobi', 'Odysseus', 'Ophelia', 'Oprah Winfrey', 'Optimus Prime', 'Oscar Wilde', 'Othello', 'Owen Wilson', 'Pablo Picasso', 'Paul Cezanne', 'Paul Giamatti', 'Paul Newman', 'Phil Hartman', 'Pikachu', 'Pippin Took', 'Plato', 'Poe Damaron', 'Poseiden', 'Princess Leia', 'Pythagoras', 'Queen Amidala', 'Queequeg', 'Quentin Tarantino', 'R2-D2', 'Rachmaninoff', 'Radagast', 'Rambo', 'Raphael', 'Ray Bradbury', 'Ray Charles', 'Rene Descartes', 'Richard Feynman', 'Richard Wagner', 'Roald Dahl', 'Rob Lowe', 'Robert DeNiro', 'Robert Redford', 'Robert Schumann', 'Rocky Balboa', 'Rosario Dawson', 'Rudyard Kipling', 'Russell Crowe', 'Ryan Gosling', 'Ryan Reynolds', 'Salman Rushdie', 'Samwise Gamgee', 'Sandra Bullock', 'Sarah Connor', 'Saruman', 'Satoshi Nakamoto', 'Sauron', 'Scarlett Johansson', 'Sean Connery', 'Sean Penn', 'Shakespeare', 'Shelob', 'Sherlock Holmes', 'Shrek', 'Sideshow Bob', 'Sigmund Freud', 'Smaug', 'Socrates', 'Sophia Loren', 'Spider-Man', 'Spock', 'Stanley Kubrick', 'Star-Lord', 'Stephen King', 'Steve Carell', 'Steve Martin', 'Steve McQueen', 'Steven Soderbergh', 'Steven Spielberg', 'Stevie Wonder', 'Superman', 'Tarzan', 'Tchaikovsky', 'Tennessee Williams', 'Terry Gilliam', 'Thomas Edison', 'Thomas Hobbes', 'Thor', 'Tina Fey', 'Tolkien', 'Tom Bombadil', 'Tom Cruise', 'Tom Hanks', 'Tom Petty', 'Tom Sawyer', 'Toni Morrison', 'Tony Montana', 'Tony Soprano', 'Treebeard', 'Tyler Durden', 'Virgil', 'Virginia Woolf', 'Voltaire', 'Walt Whitman', 'Wedge Antilles', 'Wilhuff Tarkin', 'Will Smith', 'William Blake', 'William Faulkner', 'William Shatner', 'Winston Churchill', 'Wittgenstein', 'Xerxes', 'Yoda', 'Zeno', 'Zeus', 'Zorro']
14
+ },
15
+ verb: {
16
+ entries: ['abandoning', 'accompanying', 'accosting', 'accusing', 'acquring', 'admiring', 'adopting', 'adoring', 'adulating', 'advising', 'aggravating', 'agitating', 'agreeing [with]', 'aiding', 'aiming [at]', 'alerting', 'aligning [with]', 'amazing', 'ambling [to]', 'amusing', 'annoying', 'apologizing [to]', 'appluding', 'appraising', 'approaching', 'arguing [with]', 'arming', 'arresting', 'asphyxiating', 'assessing', 'assisting', 'assuring', 'astonishing', 'attacking', 'augmenting', 'availing', 'avoiding', 'babbling [at]', 'backhanding', 'baffling', 'bagging', 'baking biscuits [with]', 'baking bread [with]', 'baking brownies [with]', 'baking cookies [with]', 'baking cupcakes [with]', 'baking muffins [with]', 'baking pies [with]', 'baking scones [with]', 'balancing', 'bankrupting', 'bargaining [with]', 'barking [at]', 'bashing', 'bathing', 'battling', 'beating [up]', 'beautifying', 'beckoning [to]', 'beguiling', 'bellowing [at]', 'bemusing', 'berating', 'betlittling', 'betraying', 'bisecting', 'biting', 'blaming', 'blaring [at]', 'blasting', 'bleaching', 'blessing', 'blocking', 'boiling', 'bolting [from]', 'bombing', 'boosting', 'boring', 'borrowing [from]', 'bothering', 'bragging [to]', 'brainwashing', 'brushing [off]', 'burning', 'bursting', 'burying', 'busting', 'buzzing', 'bypassing', 'cackling [at]', 'cajoling', 'calling', 'camping [with]', 'canceling', 'captivating', 'capturing', 'caring [for]', 'carrying', 'catering [to]', 'cautioning', 'celebrating [with]', 'chanting [with]', 'charging [at]', 'charming', 'chasing', 'chastising', 'chatting [with]', 'cheating', 'cheering [for]', 'chewing [on]', 'chiding', 'choking', 'choosing', 'chopping [up]', 'clamoring [for]', 'clamping', 'clasping', 'climbing [with]', 'clinging [to]', 'clipping', 'cloaking', 'clobbering', 'cloning', 'clubbing', 'clutching', 'coaxing', 'coercing', 'collecting', 'colliding [with]', 'combing', 'commanding', 'commissioning', 'compelling', 'compensating', 'competing [with]', 'complaining [to]', 'complimenting', 'compressing', 'condeming', 'confessing [to]', 'confinging', 'confounding', 'confronting', 'confusing', 'congratulating', 'conjuring', 'conquering', 'consoling', 'consulting', 'containing', 'contradicting', 'controlling', 'convicing', 'convicting', 'cooking [for]', 'cooking beans [with]', 'cooking broccoli [with]', 'cooking cabbage [with]', 'cooking carrots [with]', 'cooking chowder [with]', 'cooking stew [with]', 'cooperating [with]', 'copying', 'cornering', 'correcting', 'counseling', 'counting cards [with]', 'counting coins [with]', 'counting sheep [with]', 'covering', 'crashing [into]', 'crawling [to]', 'crediting', 'criticizing', 'crocheting [with]', 'cruising [with]', 'crusading [with]', 'crushing', 'crying [for]', 'curing', 'cutting', 'dallying [with]', 'dancing [with]', 'daring', 'dazzling', 'dealing [with]', 'debating', 'deceiving', 'decorating', 'defeating', 'defending', 'deflating', 'dehydrating', 'deifying', 'delaying', 'delighting', 'demanding', 'demobilizing', 'denying', 'deriding', 'deserting', 'destroying', 'detaching', 'detecting', 'devouring', 'diagnosing', 'diminishing', 'dining [with]', 'directing', 'disagreeing [with]', 'disappointing', 'disapproving [of]', 'disarming', 'discovering', 'discussing', 'disgusting', 'dismissing', 'disowning', 'dispatching', 'displaying', 'disposing [of]', 'distributing', 'disturbing', 'ditching', 'diverting', 'dividing', 'documenting', 'dodging', 'dragging', 'drawing', 'dreaming [of]', 'dressing', 'drinking beer [with]', 'drinking brandy [with]', 'drinking chai [with]', 'drinking cider [with]', 'drinking coffee [with]', 'drinking cognac [with]', 'drinking gin [with]', 'drinking juice [with]', 'drinking mead [with]', 'drinking nectar [with]', 'drinking punch [with]', 'drinking rum [with]', 'drinking sake [with]', 'drinking smoothies [with]', 'drinking soda [with]', 'drinking tea [with]', 'drinking tequila [with]', 'drinking vermouth [with]', 'drinking vodka [with]', 'drinking whiskey [with]', 'drinking wine [with]', 'driving', 'dropping', 'drowning', 'dying [for]', 'eating almonds [with]', 'eating apples [with]', 'eating apricots [with]', 'eating avocado [with]', 'eating bacon [with]', 'eating bagels [with]', 'eating bananas [with]', 'eating beans [with]', 'eating biscuits [with]', 'eating blueberries [with]', 'eating bread [with]', 'eating breakfast [with]', 'eating broccoli [with]', 'eating brownies [with]', 'eating burritos [with]', 'eating cabbage [with]', 'eating candy [with]', 'eating carrots [with]', 'eating cashews [with]', 'eating casserole [with]', 'eating cereal [with]', 'eating cheesecake [with]', 'eating cherries [with]', 'eating chicken [with]', 'eating chips [with]', 'eating chocolate [with]', 'eating chowder [with]', 'eating churros [with]', 'eating coconuts [with]', 'eating cookies [with]', 'eating corn [with]', 'eating crackers [with]', 'eating crepes [with]', 'eating croissants [with]', 'eating cupcakes [with]', 'eating curry [with]', 'eating custard [with]', 'eating dinner [with]', 'eating doughnuts [with]', 'eating dumplings [with]', 'eating eggplant [with]', 'eating fajitas [with]', 'eating figs [with]', 'eating granola [with]', 'eating grapes [with]', 'eating guacamole [with]', 'eating gumbo [with]', 'eating hamburgers [with]', 'eating hummus [with]', 'eating jambalaya [with]', 'eating jelly [with]', 'eating kale [with]', 'eating kebobs [with]', 'eating lasagna [with]', 'eating lemons [with]', 'eating limes [with]', 'eating lobster [with]', 'eating lunch [with]', 'eating mangos [with]', 'eating marzipan [with]', 'eating meatloaf [with]', 'eating mollusks [with]', 'eating mooncakes [with]', 'eating muffins [with]', 'eating mushrooms [with]', 'eating nachos [with]', 'eating noodles [with]', 'eating olives [with]', 'eating onions [with]', 'eating oysters [with]', 'eating pancakes [with]', 'eating papaya [with]', 'eating pasta [with]', 'eating pastries [with]', 'eating peaches [with]', 'eating peas [with]', 'eating pecans [with]', 'eating peppers [with]', 'eating pie [with]', 'eating pistachios [with]', 'eating pizza [with]', 'eating plums [with]', 'eating popcorn [with]', 'eating popsicles [with]', 'eating porridge [with]', 'eating potatoes [with]', 'eating prawn [with]', 'eating pretzels [with]', 'eating prunes [with]', 'eating pudding [with]', 'eating radishes [with]', 'eating raisins [with]', 'eating ramen [with]', 'eating raspberries [with]', 'eating rice [with]', 'eating salad [with]', 'eating salmon [with]', 'eating sandwiches [with]', 'eating scallions [with]', 'eating scones [with]', 'eating soup [with]', 'eating spinach [with]', 'eating squash [with]', 'eating steak [with]', 'eating stew [with]', 'eating strawberries [with]', 'eating strudel [with]', 'eating sushi [with]', 'eating tacos [with]', 'eating tarts [with]', 'eating toast [with]', 'eating tortillas [with]', 'eating truffles [with]', 'eating waffles [with]', 'eating walnuts [with]', 'eating yogurt [with]', 'educating', 'elbowing', 'electrocuting', 'elegizing', 'elevating', 'eliminating', 'embarrassing', 'embracing', 'empathizing [with]', 'emulating', 'enchanting', 'encouraging', 'endangering', 'endearing', 'endorsing', 'energizing', 'enjoying', 'enlightening', 'enraging', 'enrolling', 'enshrining', 'entangling', 'entertaining', 'enthralling', 'enticing', 'entrapping', 'equipping', 'erasing', 'escaping [from]', 'evading', 'evaluating', 'eviscerating', 'exalting', 'examining', 'excluding', 'executing', 'exempting', 'exercising [with]', 'exhausting', 'exhibiting', 'exiling', 'explaining [to]', 'exploring [with]', 'facing', 'feasting [with]', 'feeding', 'fencing', 'ferrying', 'fetching', 'fighting', 'figuring [out]', 'filming', 'filtering [out]', 'finding', 'firing', 'fishing [with]', 'fixing', 'flagging', 'flattening', 'flattering', 'fleeing [from]', 'flipping', 'flirting [with]', 'floating [with]', 'flushing [out]', 'focusing [on]', 'folding', 'following', 'fooling', 'forbidding', 'forcing', 'forgiving', 'framing', 'freezing', 'frisking', 'frolicking [with]', 'frowning [at]', 'frying', 'funding', 'furnishing', 'galloping [with]', 'gambling [with]', 'gawking [at]', 'gazing [at]', 'glorifying', 'gnawing', 'goading', 'golfing [with]', 'gorging [with]', 'gossipping [with]', 'grading', 'greeting', 'grieving [for]', 'grinning [at]', 'groaning [at]', 'growling [at]', 'grumbling [at]', 'grunting [at]', 'guarding', 'hailing', 'halting', 'hanging', 'harassing', 'harming', 'harnessing', 'hatching', 'hauling', 'healing', 'hearing', 'helping', 'hiding', 'hiking [with]', 'hindering', 'hinting [at]', 'hitting', 'hobbling [to]', 'hogtying', 'hoisting', 'holding', 'hollering [at]', 'honoring', 'horrifying', 'howling [at]', 'huddling [with]', 'hugging', 'humming [to]', 'hunting', 'hurling', 'hurrying [to]', 'hurting', 'hustling', 'hydrating', 'hypnotizing', 'idolizing', 'igniting', 'ignoring', 'illuminating', 'illustrating', 'imagining', 'imbibing [with]', 'imitating', 'immolating', 'immunizing', 'impairing', 'impeding', 'imperiling', 'imploring', 'impressing', 'imprisoning', 'inaugurating', 'indoctrinating', 'indulging', 'infesting', 'inflating', 'informing', 'inheriting [from]', 'inhibiting', 'injuring', 'inquiring [with]', 'inspecting', 'inspiring', 'instructing', 'insulting', 'insuring', 'intercepting', 'interrogating', 'interrupting', 'interviewing', 'intimidating', 'introducing', 'intruding [on]', 'investing [in]', 'invigorating', 'inviting', 'invoicing', 'invoking', 'irradiating', 'irritating', 'isolating', 'jabbering [at]', 'jabbing', 'jailing', 'jamming [with]', 'jeering [at]', 'jeopardizing', 'jesting [with]', 'jogging [with]', 'joining [with]', 'jolting', 'joshing', 'jostling', 'juggling [for]', 'jumping [over]', 'kicking', 'killing', 'kissing', 'kneeling [for]', 'knighting', 'knitting [with]', 'laboring [with]', 'landing [on]', 'lassoing', 'lauding', 'laughing [at]', 'launching', 'leading', 'leaning [on]', 'leaping [over]', 'learning [from]', 'leashing', 'lecturing [to]', 'leering [at]', 'lending [to]', 'leveling', 'levitating', 'liberating', 'lifting', 'limiting', 'limping [to]', 'listening [to]', 'littering [with]', 'lobotomizing', 'locking [up]', 'lodging [with]', 'looting', 'lurching [at]', 'luring', 'lurking [with]', 'lying [to]', 'magnifying', 'making peace [with]', 'mangling', 'manipulating', 'marching [with]', 'marking', 'marrying', 'marveling [at]', 'massaging', 'mauling', 'meeting', 'melting', 'mimicking', 'misleading', 'mobilizing', 'monitoring', 'mortifying', 'motivating', 'mourning', 'moving', 'mugging', 'mummifying', 'murdering', 'murmuring [at]', 'muttering [at]', 'nagging', 'negotiating [with]', 'neutralizing', 'nodding [at]', 'notifying', 'nourishing', 'nurturing', 'obeying', 'objecting [to]', 'obliterating', 'observing', 'obstructing', 'offending', 'overwhelming', 'pacifying', 'paging', 'painting', 'pampering', 'paralyzing', 'parasitizing', 'pardoning', 'parleying [with]', 'partnering [with]', 'partying [with]', 'passing', 'paying', 'pelting', 'penalizing', 'performing [for]', 'perplexing', 'persuading', 'perturbing', 'pestering', 'petrifying', 'piercing', 'pinching', 'plagiarizing', 'playing badminton [with]', 'playing basebalboccel [with]', 'playing baseball [with]', 'playing basketball [with]', 'playing Battlefield [with]', 'playing billiards [with]', 'playing blackjack [with]', 'playing Borderlands [with]', 'playing checkers [with]', 'playing chess [with]', 'playing cribbage [with]', 'playing croquet [with]', 'playing Diablo [with]', 'playing Doom [with]', 'playing drums [with]', 'playing Fallout [with]', 'playing football [with]', 'playing Fortnite [with]', 'playing golf [with]', 'playing guitar [with]', 'playing Halo [with]', 'playing hockey [with]', 'playing Minecraft [with]', 'playing Monopoly [with]', 'playing piano [with]', 'playing Pokemon [with]', 'playing poker [with]', 'playing Risk [with]', 'playing roulette [with]', 'playing rugby [with]', 'playing rummy [with]', 'playing Scrabble [with]', 'playing shuffleboard [with]', 'playing Skyrim [with]', 'playing Starcraft [with]', 'playing tennis [with]', 'playing Tetris [with]', 'playing Twister [with]', 'playing violin [with]', 'playing volleyball [with]', 'plucking', 'pointing [at]', 'poisoning', 'polling', 'practicing [with]', 'praising', 'prancing [with]', 'praying [for]', 'preparing', 'presenting', 'preserving', 'pressing', 'pricking', 'printing', 'prodding', 'profiting [from]', 'promising [to]', 'proposing [to]', 'protecting', 'provoking', 'pulling', 'punching', 'puncturing', 'punishing', 'pursuing', 'quarreling [with]', 'quelling', 'questioning', 'quizzing', 'quoting', 'racing', 'raising', 'ranting [at]', 'rapping [with]', 'ratifying', 'rattling', 'raving [with]', 'reading books [with]', 'reading magazines [with]', 'recording', 'recruiting', 'refusing', 'refuting', 'registering', 'rejecting', 'relaxing [with]', 'releasing', 'removing', 'renaming', 'rendezvousing [with]', 'renouncing', 'replying [to]', 'reproaching', 'repulsing', 'rescuing', 'resenting', 'resetting', 'resisting', 'resting [with]', 'restraining', 'restricting', 'resurrecting', 'retaining', 'retreating [from]', 'retrieving', 'returning [to]', 'reverting', 'reviewing', 'reviving', 'ridiculing', 'roaming [with]', 'roaring [at]', 'roasting', 'robbing', 'rocking', 'rotating', 'rotting [with]', 'ruing', 'ruining', 'ruling', 'running [with]', 'rushing [to]', 'sacking', 'sacrificing', 'saddening', 'sailing [with]', 'saluting', 'sanctioning', 'sassing', 'satirizing', 'saturating', 'saving', 'scamming', 'scamper [to]', 'scanning', 'scaring', 'schlepping', 'schooling', 'scoffing [at]', 'scolding', 'scorching', 'scorning', 'scowling [at]', 'scratching', 'screaming [at]', 'screeching [at]', 'scrubbing', 'scrutinizing', 'scuffling [with]', 'scurrying [to]', 'searching', 'seating', 'securing', 'seeking', 'seizing', 'serenading', 'serving', 'shading', 'shaking', 'shampooing', 'sharing [with]', 'shattering', 'shaving', 'shearing', 'sheltering', 'shifting', 'shipping', 'shirking', 'shocking', 'shooting', 'shopping [with]', 'shouting [at]', 'shoving', 'shrieking [at]', 'shrinking', 'shrouding', 'shrugging [at]', 'shunning', 'shutting [out]', 'sickening', 'sidekicking', 'sidestepping', 'sighing [at]', 'signaling', 'singeing', 'singing [for]', 'sinking', 'sitting [with]', 'skating [with]', 'sketching', 'skiing [with]', 'skipping', 'skulking [with]', 'slamming', 'slapping', 'slashing', 'slaying', 'slicing', 'slinking [to]', 'smacking', 'smiling [at]', 'smoking cannabis [with]', 'smoking tobacco [with]', 'smothering', 'snarling [at]', 'sneering [at]', 'snickering [at]', 'snorkeling [with]', 'snowboarding [with]', 'snubbing', 'soaking', 'sobbing [with]', 'soliciting', 'somersaulting [with]', 'soothing', 'speaking French [with]', 'speaking German [with]', 'speaking Mandarin [with]', 'speaking Spanish [with]', 'spinning', 'spitting [on]', 'spoiling', 'sponsoring', 'spotting', 'spraying', 'sprinting [to]', 'spying [on]', 'squeezing', 'stabbing', 'stabilizing', 'stalking', 'stalling', 'standing [with]', 'staring [at]', 'stealing [from]', 'steering', 'sterilizing', 'stifling', 'stinging', 'stomping [on]', 'stopping', 'straightening [out]', 'strangling', 'strengthening', 'striking', 'strolling [with]', 'struggling [with]', 'strutting [for]', 'studying', 'stunning', 'subduing', 'submerging', 'submitting [to]', 'suffering', 'suffocating', 'suing', 'summoning', 'sunbathing [with]', 'supplanting', 'supplying', 'suppressing', 'surpassing', 'surprising', 'surrendering [to]', 'surveying', 'suspending', 'swaggering [with]', 'swaying', 'swearing [at]', 'sweeping', 'swerving [at]', 'swimming [with]', 'swindling', 'swinging [at]', 'targeting', 'tasting wine [with]', 'taunting', 'teaching', 'teasing', 'televising', 'tenderizing', 'terminating', 'terrifying', 'terrorizing', 'testing', 'tethering', 'thanking', 'thawing [out]', 'threatening', 'throwing', 'thumping', 'thwarting', 'tickling', 'tilting', 'timing', 'tipping', 'tiptoeing [to]', 'tolerating', 'tormenting', 'tossing', 'tottering [to]', 'towing', 'toying [with]', 'tracing', 'tracking', 'trading [with]', 'training', 'transacting [with]', 'translating [for]', 'transporting', 'traveling east [with]', 'traveling north [with]', 'traveling south [with]', 'traveling west [with]', 'tricking', 'triggering', 'trimming', 'tripping', 'trouncing', 'trusting', 'trysting [with]', 'tussling [with]', 'tutoring', 'twirling', 'uncovering', 'undercutting', 'unearthing', 'unleashing', 'unmasking', 'untying', 'unveiling', 'unwrapping', 'uprooting', 'upsetting', 'upstaging', 'urging', 'ushering', 'usurping', 'vacationing [with]', 'vaccinating', 'vanquishing', 'vaporizing', 'ventilating', 'vetoing', 'visiting', 'vomiting [on]', 'voting [for]', 'vouching [for]', 'wading [with]', 'wagering [on]', 'waging war [with]', 'waking [up]', 'walling [in]', 'wandering [with]', 'warning', 'washing', 'watching movies [with]', 'watching sports [with]', 'watching television [with]', 'waving [at]', 'weeping [for]', 'welcoming', 'whacking', 'whimpering [at]', 'whining [to]', 'whispering [to]', 'winking [at]', 'wounding', 'wrapping [up]', 'wrecking', 'wrestling', 'yelling [at]', 'yielding [to]']
17
+ }
20
18
  }.freeze
21
19
  end
@@ -98,7 +98,7 @@ class StoryKey::Decoder < StoryKey::Base
98
98
  @words ||=
99
99
  story.split(/\s+/)
100
100
  .grep_v(/\A\d+\.\Z/)
101
- .map { |w| w.downcase.gsub(/[^a-z\d\-]/, '') }
101
+ .map { |w| w.downcase.gsub(/[^a-z\d-]/, '') }
102
102
  .reject { |w| w.blank? || w.in?(prepositions) }
103
103
  end
104
104
 
@@ -23,17 +23,25 @@ class StoryKey::Encoder < StoryKey::Base
23
23
  validate_format!
24
24
  validate_length!
25
25
 
26
- StoryKey::Story.new(text:, humanized:, tokenized:)
26
+ StoryKey::Story.new(phrases: text_phrases, text:, humanized:, tokenized:)
27
27
  end
28
28
 
29
29
  private
30
30
 
31
+ def text_phrases
32
+ raw_phrases.map { |str| remove_markup(str) }
33
+ end
34
+
31
35
  def tokenized
32
- @tokenized ||= entry_groups.flatten.map(&:token).join(' ')
36
+ @tokenized ||= "#{StoryKey::VERSION_SLUG.downcase} #{token_str}"
37
+ end
38
+
39
+ def token_str
40
+ entry_groups.flatten.map(&:token).join(' ')
33
41
  end
34
42
 
35
43
  def text
36
- @text ||= humanized.gsub(/\e\[\d+m/, '').gsub(/\n\d+\./, '').delete("\n").squish
44
+ @text ||= remove_markup(humanized).squish
37
45
  end
38
46
 
39
47
  def humanized
@@ -212,7 +220,10 @@ class StoryKey::Encoder < StoryKey::Base
212
220
  end
213
221
 
214
222
  def raise_invalid_format
215
- raise StoryKey::InvalidFormat,
216
- "Invalid format '#{format}'"
223
+ raise StoryKey::InvalidFormat, "Invalid format '#{format}'"
224
+ end
225
+
226
+ def remove_markup(str)
227
+ str.gsub(/\e\[\d+m/, '').gsub(/\n\d+\./, '').delete("\n")
217
228
  end
218
229
  end