# Functions
JaroWinklerDistance returns an calculator for two strings distance metric, with Jaro-Winkler algorithm.
JWWithThreshold sets the threshold for Jaro-Winkler algorithm.
Max return the larger one of int.
Soundex returns the english word's soundex value, such as: 'tags' => 't322'.
# Constants
StringMetricFactor for JaroWinklerDistance algorithm.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author