An open API service indexing awesome lists of open source software.

https://github.com/amandasaurus/warkov

A Markov Chain generator library and tools in Rust
https://github.com/amandasaurus/warkov

Last synced: 4 months ago
JSON representation

A Markov Chain generator library and tools in Rust

Awesome Lists containing this project

README

        

== warkov

A weighted link:https://en.wikipedia.org/wiki/Markov_chain[markov chain] in rust. This project contains the base library and command line programmes to generate things from other things.

=== `warkov`

This is the library for generating things with Markov Chains, and can be used by other programmes. See link:target/doc/warkov/index.html[the API documentation].

=== `warkov-wordgen`

Generate words from a text file of existing entries. See link:warkov-wordgen/README.adoc[it's README].

All copyrighted, and licenced under the GNU Affero GPL v3 (or later), see link:LICENCE[]