lengthSimilarityMap method Null safety
Returns a hashmap of terms to their lengthSimilarity with term.
Implementation
static Map<Term, double> lengthSimilarityMap(
Term term, Iterable<Term> terms) =>
term.lengthSimilarityMap(terms);
Returns a hashmap of terms to their lengthSimilarity with term.
static Map<Term, double> lengthSimilarityMap(
Term term, Iterable<Term> terms) =>
term.lengthSimilarityMap(terms);