zzzzz1st / EditDistance

Comparing edit distance with n-grams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EditDistance

this program calculates the jaccard coefficient with parallel computing or single thread (it depends on how you choose) and finds the top 3 most similar words to a query. Then calculates the edit distance between the query and the most similar words. It searches in a big dictionary of italian words.

editDistanceImage

About

Comparing edit distance with n-grams

License:MIT License


Languages

Language:Python 100.0%