package mula

  1. Overview
  2. Docs

Universal Levenshtein Automata for OCaml strings

We provide two kinds of Automata:

  • Lev, for the standard Levenshtein distance.
  • Dem, for the Demarau-Levenshtein distance which includes transpositions as a primitve edit operation.
module Lev : sig ... end
module Dem : sig ... end