The input text to normalize
The normalized text
normalizeText("Hi, how can I help you today?")
// Returns: "hi how can i help you today"
normalizeText("I'm a well-trained assistant!")
// Returns: "i'm a well-trained assistant"
normalizeText("Price: $19.99 (20% off).")
// Returns: "price 1999 20 off"
Normalizes text to match the training data format used by the EOU model
This function applies the following transformations: