An open API service indexing awesome lists of open source software.

https://github.com/hamedzarei/nlp-min-edit-distance

Find the best match for a token word with dictionary via min edit distance and levenshtein
https://github.com/hamedzarei/nlp-min-edit-distance

levenshtein-algorithm levenshtein-distance min-edit-distance nlp python

Last synced: 3 months ago
JSON representation

Find the best match for a token word with dictionary via min edit distance and levenshtein

Awesome Lists containing this project

README

        

# nlp-min-edit-distance
Find the best match for a token word with dictionary via min edit distance and levenshtein
You can set coef=2 as default value is, and find best match via levenshtein algorithm
Also in this code you can find back track matrix and distance matrix for pairs of words