lcs_seq_editops {RapidFuzz} | R 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")
[Package RapidFuzz version 1.0 Index]