Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 297 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 297 Bytes

nimkov

Nim library, that can help you to generate string, based on Markov chains (Markov text generator)

Installation

nimble install nimkov

Example

import nimkov/generator

let markov = newMarkov(@["hello world", "world of chains", "world for me"])

echo markov.generate()