Markov Namegen API documentation version 1.1.1
Markov Namegen is a Markov chain-based procedural name generator library written in Haxe.
Getting Started With Markov Namegen
- Take a look at the readme in the library repository
- Take a look at the readme in the demo repository
- Try out the online demo
- Search for inspiration
Top Level
.. | |
---|---|
Generator | A procedural word generator that uses Markov chains built from a user-provided array of words. |
Model | A Markov model built using string training data. |
NameGenerator | An example name generator that builds upon the Generator class. This should be sufficient for most simple name generation scenarios. |