{% set meta={"title": "Markov Word Gen", "desc": "Generate semi-random semi-pronouncable words using Markov chains"} %} {% extends "/_base.html"%} {% block head %} {% endblock %} {% block content %}

Generates semi-random semi-pronouncable words using Markov chains. Press "Run Markov Chain" to generate a word. Press "Analyze frequencies" to run the chain many times and make a list of the output probabilities. Enter text in the box to create a new Markov chain from the text you entered.


Presets:


Results:

{% endblock %}