package mula

  1. Overview
  2. Docs

Module Match.MakeSource

Parameters

module St : S

Signature

Levenshtein Automata

Given a string representation, we produce two Automata:

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

Innovation. Community. Security.