Port as a python library (written in Rust) #66
expenses
started this conversation in
Show and tell
Replies: 1 comment
-
Added a link! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I actually started to write this a while ago, but I've written a Rust implementation of (a limited subset of) MarkovJunior as a python library: https://github.com/expenses/markov/. See
https://github.com/expenses/markov/blob/058f2ba26babcf07386ab6c79287dae2108397c0/examples/dungeon.py
and
https://github.com/expenses/markov/blob/058f2ba26babcf07386ab6c79287dae2108397c0/examples/flowers.py
for examples of the nystrom dungeon generator and the flower field respectively.
Beta Was this translation helpful? Give feedback.
All reactions