Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 435 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 435 Bytes

markov-text

This is a random text generator that uses the Markov Chaining technique to create text with passing similarity to valid English text. This is also an exploration of the idea of graceful degradation, by attempting to provide a match of the requested order, but returning matches of lower orders when that is not possible. In this manner the algorithm attempts to recover from an otherwise fatal dead end chain.