pub fn get_close_matches<'a>( word: &str, possibilities: Vec<&'a str>, n: usize, cutoff: f32, ) -> Vec<&'a str>