Edit script generation

1 papers with code • 0 benchmarks • 0 datasets

Generating edit scripts by comparing 2 different files or strings to convert one to another. this script will contain instruction like insert, delete and substitute.

Most implemented papers

Novel algorithm to generate shortest edit script using Levenshtein distance algorithm

ppml38/shortest_edit_script Github 2022

String similarity, longest common subsequence and shortest edit scripts are the triplets of problem that related to each other.