Uses of Interface
tk.airshipcraft.commonlib.utils.search.StringDistance
Packages that use StringDistance
Package
Description
The
tk.airshipcraft.commonlib.utils.search
package contains implementations
of various string search and distance algorithms.-
Uses of StringDistance in tk.airshipcraft.commonlib.utils.search
Classes in tk.airshipcraft.commonlib.utils.search that implement StringDistanceModifier and TypeClassDescriptionfinal class
This class provides a highly optimized implementation of the Jaro-Winkler similarity algorithm, which is a measure of similarity between two byte arrays (and by extension, two strings).final class
Implements the normalized Levenshtein distance algorithm, which calculates a similarity score based on the minimum number of single-character edits required to change one byte array into the other.enum
Enumerates available string distance algorithms which can be used to compare similarity or dissimilarity between two strings.