62 #include <unordered_map>
77 static constexpr
const char *
const words[
NWORDS] =
A base language class which all languages have to inherit from for Polymorphism.
Definition: language_base.h:102
@ NWORDS
Definition: language_base.h:109
void set_words(const char *const words[])
Definition: language_base.h:166
void populate_maps(uint32_t flags=0)
Populates the word maps after the list is ready.
Definition: language_base.h:120
@ ALLOW_SHORT_WORDS
Definition: language_base.h:105
Spanish()
Definition: spanish.h:75
Language Base class for Polymorphism.
Mnemonic language related namespace.