lcs_seq_normalized_distance: Normalized LCSseq Distance

View source: R/RcppExports.R

lcs_seq_normalized_distanceR Documentation

Normalized LCSseq Distance

Description

Calculates the normalized LCSseq distance between two strings.

Usage

lcs_seq_normalized_distance(s1, s2, score_cutoff = 1)

Arguments

s1

The first string.

s2

The second string.

score_cutoff

Score threshold to stop calculation. Default is 1.0.

Value

A numeric value representing the normalized LCSseq distance.

Examples

lcs_seq_normalized_distance("kitten", "sitting")

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