Tag Archives: Markov

Nytimes Oracle (a Markov text generator)

From this comment on HN, I came across a well-written article on generating sentences using a very simple Markov algorithm.  The basic idea is that a body of text is divided into word-pairs, where the frequency of a given pair determines the likelihood of the generator producing the second word in that pair when presented [...]
Posted in Ruby | Also tagged , , | Leave a comment