tagLevenshtein

command module
v0.0.0-...-f32e145 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2022 License: MIT Imports: 1 Imported by: 0

README

tagLevenshtein

Get taglsit levenshtein for Golang.


Install

go get github.com/ArsFy/tagLevenshtein@v1.0.0

Example

package main

import (
    "github.com/ArsFy/tagLevenshtein"
)

func main(){
    var list1 []string = []string{"ice", "apple", "book", "test"}
	var list2 []string = []string{"ice", "apple", "test", "bird"}
	fmt.Println(levenshtein(list1, list2))
}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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