File difference

1 papers with code • 0 benchmarks • 0 datasets

Generate edit script comparing 2 strings or files, which contains instruction of insert, delete and substitute to convert first string to the second.

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.