apply abstract method

int apply(
  1. String s1,
  2. String s2
)

Returns the score of similarity computed from s1 and s2

Implementation

int apply(String s1, String s2);