get_editops {RapidFuzz} | R Documentation |
Get Edit Operations
Description
Generates edit operations between two strings.
Usage
get_editops(s1, s2)
Arguments
s1 |
The source string. |
s2 |
The target string. |
Value
A DataFrame with edit operations.
[Package RapidFuzz version 1.0 Index]