pub const MAX_DICTIONARIES: usize = 15;
The first 4 bits of word_id are used to indicate that from which lexicon the word comes, thus we can only hold 15 lexicons in the same time. 16th is reserved for marking OOVs.