indel_distance: Indel Distance

View source: R/RcppExports.R

indel_distanceR Documentation

Indel Distance

Description

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

Usage

indel_distance(s1, s2)

Arguments

s1

The first string.

s2

The second string.

Value

A numeric value representing the Indel distance.

Examples

indel_distance("kitten", "sitting")

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