Skip to content

Python Levenshtein Extension

spondbob edited this page Jun 1, 2013 · 1 revision

the server uses Python Levenshtein Extension to process the EditDistance algorithm. even though we also provide our own code of EditDistance but with smaller performance. to enable the extension you can follow this post http://babibu.eamca.com/python-levenshtein-extension/

Clone this wiki locally