The reverse lookup table mapping a character code to its word value, with -1 for character codes that are not part of the alphabet.
-1
final List<int> alphabet;