The following example shows the basic operation of a Markov algorithm.
Markov algorithm - Rules.
"A" -> "apple"
"B" -> "bag"
"S" -> "shop"
"T" -> "the"
"the shop" -> "my brother"
"a never used" -> ."terminating rule"
Markov algorithm - Symbol string.
"I bought a B of As from T S."
See also: