RosettaCodeData/Task/Execute-a-Markov-algorithm/Racket/execute-a-markov-algorithm-5.rkt

9 lines
189 B
Racket
Raw Permalink Normal View History

2013-06-05 21:47:54 +00:00
> (R3 "I bought a B of As W my Bgage from T S.")
"I bought a bag of apples with my money from T shop."
> (R4 "_1111*11111_")
"11111111111111111111"
> (R5 "000000A000000")
"00011H1111000"