pub fn alias_fact_counts(
categories: &[(String, usize)],
) -> Vec<(&'static str, usize, usize)>Expand description
Counts the patterns and facts each category alias reaches, given a category listing.
Only one alias per family list is reported, and an alias with no facts is left out.