
# a list of words
word_list1 = ['Call', 'me', 'Ishmael', 'Some', 'years', 'ago—never',
              'mind', 'how', 'long', 'precisely—having', 'little', 'or', 'no',
              'money', 'in', 'my', 'purse', 'and', 'nothing', 'particular', 'to',
              'interest', 'me', 'on', 'shore', 'I', 'thought', 'I', 'would', 'sail',
              'about', 'a', 'little', 'and', 'see', 'the', 'watery', 'part', 'of',
              'the', 'world', 'It', 'is', 'a', 'way', 'I', 'have', 'of', 'driving',
              'off', 'the', 'spleen', 'and', 'regulating', 'the', 'circulation',
              'Whenever', 'I', 'find', 'myself', 'growing', 'grim', 'about', 'the',
              'mouth;', 'whenever', 'it', 'is', 'a', 'damp', 'drizzly', 'November',
              'in', 'my', 'soul;', 'whenever', 'I', 'find', 'myself',
              'involuntarily', 'pausing', 'before', 'coffin', 'warehouses', 'and',
              'bringing', 'up', 'the', 'rear', 'of', 'every', 'funeral', 'I',
              'meet;', 'and', 'especially', 'whenever', 'my', 'hypos', 'get',
              'such', 'an', 'upper', 'hand', 'of', 'me', 'that', 'it', 'requires',
              'a', 'strong', 'moral', 'principle', 'to', 'prevent', 'me', 'from',
              'deliberately', 'stepping', 'into', 'the', 'street', 'and',
              'methodically', 'knocking', 'people’s', 'hats', 'off—then', 'I',
              'account', 'it', 'high', 'time', 'to', 'get', 'to', 'sea', 'as',
              'soon', 'as', 'I', 'can', 'This', 'is', 'my', 'substitute', 'for',
              'pistol', 'and', 'ball', 'With', 'a', 'philosophical', 'flourish',
              'Cato', 'throws', 'himself', 'upon', 'his', 'sword;', 'I', 'quietly',
              'take', 'to', 'the', 'ship', 'There', 'is', 'nothing', 'surprising',
              'in', 'this', 'If', 'they', 'but', 'knew', 'it', 'almost', 'all',
              'men', 'in', 'their', 'degree', 'some', 'time', 'or', 'other',
              'cherish', 'very', 'nearly', 'the', 'same', 'feelings', 'towards',
              'the', 'ocean', 'with', 'me']

# another list of words
word_list2 = ['Mrs', 'Dalloway', 'said', 'she', 'would', 'buy', 'the',
              'flowers', 'herself', 'For', 'Lucy', 'had', 'her', 'work', 'cut',
              'out', 'for', 'her', 'The', 'doors', 'would', 'be', 'taken', 'off',
              'their', 'hinges', "Rumpelmayer's", 'men', 'were', 'coming', 'And',
              'then', 'thought', 'Clarissa', 'Dalloway', 'what', 'a', 'morning',
              'fresh', 'as', 'if', 'issued', 'to', 'children', 'on', 'a', 'beach',
              'What', 'a', 'lark', 'What', 'a', 'plunge', 'For', 'so', 'it', 'had',
              'always', 'seemed', 'to', 'her', 'when', 'with', 'a', 'little',
              'squeak', 'of', 'the', 'hinges', 'which', 'she', 'could', 'hear',
              'now', 'she', 'had', 'burst', 'open', 'the', 'French', 'windows',
              'and', 'plunged', 'at', 'Bourton', 'into', 'the', 'open', 'air',
              'How', 'fresh', 'how', 'calm', 'stiller', 'than', 'this', 'of',
              'course', 'the', 'air', 'was', 'in', 'the', 'early', 'morning',
              'like', 'the', 'flap', 'of', 'a', 'wave', 'the', 'kiss', 'of', 'a',
              'wave', 'chill', 'and', 'sharp', 'and', 'yet', 'for', 'a', 'girl',
              'of', 'eighteen', 'as', 'she', 'then', 'was', 'solemn', 'feeling',
              'as', 'she', 'did', 'standing', 'there', 'at', 'the', 'open',
              'window', 'that', 'something', 'awful', 'was', 'about', 'to',
              'happen', 'looking', 'at', 'the', 'flowers', 'at', 'the', 'trees',
              'with', 'the', 'smoke', 'winding', 'off', 'them', 'and', 'the',
              'rooks', 'rising', 'falling', 'standing', 'and', 'looking', 'until',
              'Peter', 'Walsh', 'said', 'Musing', 'among', 'the', 'vegetables',
              'was', 'that', 'it', 'I', 'prefer', 'men', 'to', 'cauliflowers',
              'was', 'that', 'it', 'He', 'must', 'have', 'said', 'it', 'at',
              'breakfast', 'one', 'morning', 'when', 'she', 'had', 'gone', 'out',
              'on', 'to', 'the', 'terrace', 'Peter', 'Walsh', 'He', 'would', 'be',
              'back', 'from', 'India', 'one', 'of', 'these', 'days', 'June', 'or',
              'July', 'she', 'forgot', 'which', 'for', 'his', 'letters', 'were',
              'awfully', 'dull', 'it', 'was', 'his', 'sayings', 'one', 'remembered',
              'his', 'eyes', 'his', 'pocket', 'knife', 'his', 'smile', 'his',
              'grumpiness', 'and', 'when', 'millions', 'of', 'things', 'had',
              'utterly', 'vanished', 'how', 'strange', 'it', 'was', 'a', 'few',
              'sayings', 'like', 'this', 'about', 'cabbages']

