lcs_seq_editops: LCSseq Edit Operations

View source: R/RcppExports.R

lcs_seq_editopsR Documentation

LCSseq Edit Operations

Description

Calculates the edit operations required to transform one string into another.

Usage

lcs_seq_editops(s1, s2)

Arguments

s1

The first string.

s2

The second string.

Value

A data.frame containing the edit operations (substitutions, insertions, and deletions).

Examples

lcs_seq_editops("kitten", "sitting")

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