jellyfish 0.5.6¶
Overview¶
jellyfish is a library of functions for approximate and phonetic matching of strings.
The library provides implementations of the following algorithms:
- Phonetic Encoding
- Stemming
- String Comparison
- Changelog
- 0.5.6 - June 23 2016
- 0.5.5 - June 21 2016
- 0.5.4 - May 13 2016
- 0.5.3 - March 15 2016
- 0.5.2 - February 3 2016
- 0.5.1 - July 12 2015
- 0.5.0 - April 23 2015
- 0.4.0 - March 27 2015
- 0.3.4 - February 4 2015
- 0.3.3 - November 20 2014
- 0.3.2 - August 11 2014
- 0.3.1 - July 16 2014
- 0.3.0 - July 15 2014
- 0.2.2 - March 14 2014
- 0.2.0 - January 26 2012
- 0.1.2 - September 16 2010
Implementation¶
Each algorithm has C and Python implementations.
On a typical CPython install the C implementation will be used. The Python versions are available for PyPy and systems where compiling the CPython extension is not possible.