originals = ["I would found an institution where any person can find instruction in any study.",
             "I, Gries, have 56 years of programming experience. You have perhaps 1. I don't think your knowledge of programming is enough for you to make a decision like this.",
             "There seem to be a great number of waterfalls, which I abhor.",
             "Julia is far better than python",
             "New Hatred: Air driers in rest rooms that don’t work, so it’s like rubbing your hands in front of a hamster blowing kisses."
             ]

authors = ["Ezra Cornell",
           "David Gries (Cornell Professor)",
           "Goldwin Smith, speaking of Ithaca",
           "Professor Weinberger in CS4780",
           "Colson Whitehead on Twitter"
             ]

quotes = ["I would <verb> an <noun> where any <noun> can <verb> instruction in any <noun>.",
          "I, <last-name>, have <integer> years of <subject in school>  experience. You have perhaps <integer>. I don't think your knoweldge of <subject in school> is enough for you to <verb> a <noun> like this.",
          "There seem to be a great number of <plural noun>, which I <verb>.",
          "<programming language> <verb, 3rd person singular> far better than <programming language>",
          "<adjective> Hatred: Air driers in rest rooms that don’t <verb>, so it’s like <verb, progressive> your <body part, plural> in front of a <animal> <verb, progressive> <plural noun>."
          ]