static int levenSimilarityIntIC(S a, S b) { int n = max(l(a), l(b)); ret intPercentRatio(n-levenIC(a, b), n); }