Uses of Interface
me.xdrop.fuzzywuzzy.Ratio
-
Packages that use Ratio Package Description me.xdrop.fuzzywuzzy.algorithms me.xdrop.fuzzywuzzy.ratios -
-
Uses of Ratio in me.xdrop.fuzzywuzzy.algorithms
Methods in me.xdrop.fuzzywuzzy.algorithms that return Ratio Modifier and Type Method Description RatioRatioAlgorithm. getRatio()Methods in me.xdrop.fuzzywuzzy.algorithms with parameters of type Ratio Modifier and Type Method Description intRatioAlgorithm. apply(java.lang.String s1, java.lang.String s2, Ratio ratio)abstract intRatioAlgorithm. apply(java.lang.String s1, java.lang.String s2, Ratio ratio, ToStringFunction<java.lang.String> stringFunction)intTokenSet. apply(java.lang.String s1, java.lang.String s2, Ratio ratio, ToStringFunction<java.lang.String> stringFunction)intTokenSort. apply(java.lang.String s1, java.lang.String s2, Ratio ratio, ToStringFunction<java.lang.String> stringFunction)voidRatioAlgorithm. setRatio(Ratio ratio)RatioAlgorithmRatioAlgorithm. with(Ratio ratio)Constructors in me.xdrop.fuzzywuzzy.algorithms with parameters of type Ratio Constructor Description RatioAlgorithm(Ratio ratio)RatioAlgorithm(ToStringFunction<java.lang.String> stringFunction, Ratio ratio) -
Uses of Ratio in me.xdrop.fuzzywuzzy.ratios
Classes in me.xdrop.fuzzywuzzy.ratios that implement Ratio Modifier and Type Class Description classPartialRatioPartial ratio of similarityclassSimpleRatio
-