Skip to main content

normalize_text

Function normalize_text 

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

Normalize text for comparison.

Removes extra whitespace and normalizes unicode characters, LaTeX delimiters, and common symbol substitutions.