process

fun process(text: String): String

Applies all French text normalization rules to text.

Rules are applied in a specific order to avoid conflicts (e.g. abbreviations before units, ordinals before plain numbers).

Return

The normalized text ready for TTS synthesis.

Parameters

text

The raw French text to preprocess.