Algorithm to generate names using a context-free grammar, which allows more control than the usual Markov chain generator. More...
#include "utils/context_free_grammar_generator.hpp"
#include "log.hpp"
#include "random.hpp"
#include <algorithm>
#include <boost/algorithm/string.hpp>
Go to the source code of this file.
Macros | |
#define | ERR_WML LOG_STREAM(err, log_wml) |
Variables | |
static lg::log_domain | log_wml ("wml") |
Algorithm to generate names using a context-free grammar, which allows more control than the usual Markov chain generator.
Definition in file context_free_grammar_generator.cpp.
#define ERR_WML LOG_STREAM(err, log_wml) |
Definition at line 32 of file context_free_grammar_generator.cpp.
|
static |