43 lines
678 B
ReStructuredText
43 lines
678 B
ReStructuredText
|
jellyfish |release|
|
||
|
===================
|
||
|
|
||
|
Overview
|
||
|
--------
|
||
|
|
||
|
jellyfish is a library of functions for approximate and phonetic matching of strings.
|
||
|
|
||
|
|
||
|
Included Algorithms
|
||
|
~~~~~~~~~~~~~~~~~~~
|
||
|
|
||
|
String Comparison:
|
||
|
|
||
|
* Levenshtein Distance
|
||
|
* Damerau-Levenshtein Distance
|
||
|
* Jaro Distance
|
||
|
* Jaro-Winkler Distance
|
||
|
* Match Rating Approach Comparison
|
||
|
* Hamming Distance
|
||
|
|
||
|
Phonetic Encoding:
|
||
|
|
||
|
* American Soundex
|
||
|
* Metaphone
|
||
|
* NYSIIS (New York State Identification and Intelligence System)
|
||
|
* Match Rating Codex
|
||
|
|
||
|
|
||
|
Contents
|
||
|
--------
|
||
|
|
||
|
.. toctree::
|
||
|
:maxdepth: 2
|
||
|
|
||
|
Indices and tables
|
||
|
==================
|
||
|
|
||
|
* :ref:`genindex`
|
||
|
* :ref:`modindex`
|
||
|
* :ref:`search`
|
||
|
|