Levenshtein

Overview

It can be used to assess changes between different versions of text.

Key Features & Functionality

  • levenshteinDistance: An algorithm for measuring the difference between two character sequences. This is the number of changes needed to change one sequence into another, where each change is a single character modification (deletion, insertion or substitution)
Anonymous