/markov-text-generation

Text generation based on markov chains, written using F#.

Primary LanguageF#

F# markov-chain text generation

Basic Text generation, given an input text, using the principle of a markov chain.

The main purpose of this project was to get familiar with F#.