in normalizer/normalizer.py [0:0]
def __call__(self, s: str): return " ".join(self.mapping.get(word, word) for word in s.split())