indel_normalized_distance: Normalized Indel Distance

View source: R/RcppExports.R

indel_normalized_distanceR Documentation

Normalized Indel Distance

Description

Calculates the normalized insertion/deletion (Indel) distance between two strings.

Usage

indel_normalized_distance(s1, s2)

Arguments

s1

The first string.

s2

The second string.

Value

A numeric value between 0 and 1 representing the normalized Indel distance.

Examples

indel_normalized_distance("kitten", "sitting")

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