Interface EditDistance<R>

    • Method Detail

      • apply

        R apply​(CharSequence left,
                CharSequence right)
        Compares two CharSequences.
        Specified by:
        apply in interface SimilarityScore<R>
        Parameters:
        left - the first CharSequence
        right - the second CharSequence
        Returns:
        the similarity score between two CharSequences