Function normalize_text

Source
pub fn normalize_text(text: &str) -> String
Expand description

Normalize text by removing accents and standardizing names

This function converts accented characters to their non-accented equivalents and standardizes certain names (e.g., “Japón” to “Japan”)