nimkov
Text generator, based on Markov Chains (Markov text generator)
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:25 |
Tags
Installation
nimble install nimkov
choosenim install nimkov
git clone https://github.com/bit0r1n/nimkov
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| nimkov | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/bit0r1n/nimkov |
|---|---|
| Homepage | https://github.com/bit0r1n/nimkov |
| Registry Source | nimble_official |
README
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()