pub fn filter_match_probs<T>(
    match_probs: &ProbMat,
    min_match_prob: Prob
) -> SparseProbMat<T>where
    T: HashIndex,