Skip to content

erickmiller/py-editdist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"editdist" is a CPython module that calculates the Levenshtein edit
distance between two strings. 

To install, use the standard Python distutils incantation:

	python setup.py build
	python setup.py install

Regression tests are in the test.py file.

py-editdist is licensed under a ISC/BSD licence. See the LICENSE file
for details.

A simple example that demonstrates the module:

	import editdist

	# Calculate an edit distance
	d = editdist.distance("abcd", "abcef")

$Id$

About

Fast edit distance / Levenshtein distance.

Resources

License

Stars

Watchers

Forks

Packages

No packages published