Documentação sobre english_token_to_words diz isso:
Returns a list of words for NAME from TOKEN. This allows the user to customize various non-local, multi-word, context dependent translations of tokens into words. If this function is unset only the builtin translation rules are used, if this is set the builtin rules are not used unless explicitly called.
Talvez você possa tentar desativá-lo. Não estou familiarizado com esta sintaxe, mas deve parecer-se com:
(unset! english_token_to_words)
E, se não for suficiente, também há um wrapper token_to_word :
(unset! token_to_words)