User:Lieven Van Speybroeck/Prototyping/6-Markov: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 May 2011

  • curprev 11:4411:44, 24 May 2011Lieven Van Speybroeck talk contribs 846 bytes +846 Created page with "Still trying out some code... <source lang="python"> import random text = "This is a text that is a test to test the text in a test" words = text.split() nextwords = {} i = 0 ..."