fetch`l` or `li` followed by `te` (`sqlite`)`et` followed by `ch` (`encrypt`)`un` followed by `time` (`runtime`)The common theme is that `li` is part of `sqlite3`, `et` is part of `encrypt`, and `un` is part of `runtime`. The `MAX_ACTIVATING_TOKENS` are fragments of words. The `TOKENS_AFTER_MAX_ACTIVATING_TOKEN` complete these words or are related to method calls.Looking at the MAX_ACTIVATING_TOKENS: `li`, `(`, `et`, `un`.Looking at the TOKENS_AFTER_MAX_ACTIVATING_TOKEN: `te`, `,`, `ch`, `time`.The texts show `sqlite3`, `encrypt`, `fetchall`, `runtime`.The MAX_ACTIVATING_TOKENS seem to be parts of these words or keywords/symbols preceding them.- `li` in `sqlite3`- `(` before function arguments or methods.- `et` in `encrypt` or `execute`.`li` followed by `te` (negative activations)