You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto text generator that emulates the style of an input text file (examples included) using the principles of the Markov Model. The TextGenerator class takes the inputs k, length and input where k is the Markov substring length or "k-gram", length is the length of the output string and input is the filename and path of the text file to be emulat…