pub fn extract_comparison(text: &str) -> Option<(f64, String, f64, String)>
Extract a comparison: “X is greater than Y”, “X > Y”, “X is at least Y”