Package me.xdrop.fuzzywuzzy
Interface Applicable
-
- All Known Subinterfaces:
Ratio
- All Known Implementing Classes:
BasicAlgorithm,PartialRatio,RatioAlgorithm,SimpleRatio,TokenSet,TokenSort,WeightedRatio
public interface ApplicableA ratio/algorithm that can be applied
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intapply(java.lang.String s1, java.lang.String s2)Apply the ratio/algorithm to the input strings
-