Interface SimilarityScore<R>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      R apply​(java.lang.CharSequence left, java.lang.CharSequence right)
      Compares two CharSequences.
    • Method Detail

      • apply

        R apply​(java.lang.CharSequence left,
                java.lang.CharSequence right)
        Compares two CharSequences.
        Parameters:
        left - the first CharSequence
        right - the second CharSequence
        Returns:
        The similarity score between two CharSequences