jaro_winkler_distance: Jaro-Winkler Distance

View source: R/RcppExports.R

jaro_winkler_distanceR Documentation

Jaro-Winkler Distance

Description

Calculates the Jaro-Winkler distance between two strings.

Usage

jaro_winkler_distance(s1, s2, prefix_weight = 0.1)

Arguments

s1

The first string.

s2

The second string.

prefix_weight

The weight applied to the prefix (default: 0.1).

Value

A numeric value representing the Jaro-Winkler distance.

Examples

jaro_winkler_distance("kitten", "sitting")

RapidFuzz documentation built on April 3, 2025, 11:52 p.m.