Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 181 Bytes

File metadata and controls

5 lines (3 loc) · 181 Bytes

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#.