jaro_normalized_distance: Normalized Jaro Distance

View source: R/RcppExports.R

jaro_normalized_distanceR Documentation

Normalized Jaro Distance

Description

Calculates the normalized Jaro distance between two strings, a value between 0 and 1.

Usage

jaro_normalized_distance(s1, s2)

Arguments

s1

The first string.

s2

The second string.

Value

A numeric value representing the normalized Jaro distance.

Examples

jaro_normalized_distance("kitten", "sitting")

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