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
- Host: GitHub
- URL: https://github.com/amandasaurus/warkov
- Owner: amandasaurus
- License: agpl-3.0
- Created: 2018-09-25T19:40:29.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T14:20:47.000Z (over 2 years ago)
- Last Synced: 2025-02-09T21:17:30.232Z (5 months ago)
- Language: Rust
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
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[]