edi

package module
v0.0.0-...-0ba390d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 6, 2022 License: GPL-3.0 Imports: 1 Imported by: 1

README

edi documentation

Edit distance algorithms for go.

package main

import "git.makveres.ro/mark/edi"

func main() {
    edi.Lev("test", "test123") // Levenshtein distance
}

Implemented algorithms:

  • Levenshtein distance

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Lev

func Lev(s string, t string) int

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL