Go to the documentation of this file.
41 #include <unordered_map>
56 static constexpr
const char *
const words[
NWORDS] =
void set_words(const char *const words[])
Definition: language_base.h:166
Definition: english_old.h:52
Mnemonic language related namespace.
A base language class which all languages have to inherit from for Polymorphism.
Definition: language_base.h:102
EnglishOld()
Definition: english_old.h:54
void populate_maps(uint32_t flags=0)
Populates the word maps after the list is ready.
Definition: language_base.h:120
Language Base class for Polymorphism.
@ ALLOW_DUPLICATE_PREFIXES
Definition: language_base.h:106
@ ALLOW_SHORT_WORDS
Definition: language_base.h:105
@ NWORDS
Definition: language_base.h:109