[prev] [index] [next]

The Problem

Problem: Generate natural-sounding random English text.

Some not useful approaches:

  • generate random letters and insert spaces to form words
    • generates nonsense e.g.   hjgwfd sdb hgja uyewnspog
  • select random words from a dictionary
    • generates nonsense e.g.   equatorial splashily jowl
Need an approach that follows a model of how English text fits together.