Algorithm to generate names using a context-free grammar, which allows more control than the usual Markov chain generator. More...
#include "context_free_grammar_generator.hpp"
#include "log.hpp"
#include "random_new.hpp"
#include "serialization/string_utils.hpp"
#include <algorithm>
Go to the source code of this file.
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.