Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 354 Bytes

File metadata and controls

10 lines (7 loc) · 354 Bytes

markov-chain

This generator consists on a random text generation tool based on Markov Chains.

Basic actions are performed such as cleaning of special characters and input validation.

Users are able to provide as input the following parameters:

  • Text
  • Desired length for output text in number of words
  • Order for context on the Markov Chain model