Generate an arbitrary amount of words based on the stored input tokens.
The amount of words to generate.
Generated text
Parse input into tokens and store them mapped to each other based on the window size.
The input to parse.
The window size for parsing tokens.
Generated using TypeDoc
A markov chain generator that internally stores the parsed input tokens for later use.