pub fn save_cached_dictionary(
    content: &str,
    dictionary: &HashMap<String, HashSet<String>>
) -> Result<(), Box<dyn Error>>