indel_similarity: Indel Similarity

View source: R/RcppExports.R

indel_similarityR Documentation

Indel Similarity

Description

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

Usage

indel_similarity(s1, s2)

Arguments

s1

The first string.

s2

The second string.

Value

A numeric value representing the Indel similarity.

Examples

indel_similarity("kitten", "sitting")

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