anhaidgroup / py_stringmatching

A comprehensive and scalable set of string tokenizers and similarity measures in Python
https://sites.google.com/site/anhaidgroup/projects/py_stringmatching
BSD 3-Clause "New" or "Revised" License
135 stars 16 forks source link

Enhan levenshtein cython #42

Closed SrujithPoondla closed 7 years ago

SrujithPoondla commented 7 years ago

-- Created directory for cython implementations --Moved cython_levenshtein.pyx to cython directory --Changed the path for building extension in setup.py