https://github.com/sfischer13/python-stringmetric
:snake: Python implementations of common string distance and similarity algorithms
https://github.com/sfischer13/python-stringmetric
hamming-distance levenshtein-distance library python python-3 string-distance string-metrics
Last synced: 8 months ago
JSON representation
:snake: Python implementations of common string distance and similarity algorithms
- Host: GitHub
- URL: https://github.com/sfischer13/python-stringmetric
- Owner: sfischer13
- License: mit
- Archived: true
- Created: 2016-05-26T15:12:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-05T13:47:23.000Z (about 9 years ago)
- Last Synced: 2025-09-19T23:08:07.355Z (9 months ago)
- Topics: hamming-distance, levenshtein-distance, library, python, python-3, string-distance, string-metrics
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
============================
Python String Metric Package
============================
.. image:: https://img.shields.io/pypi/v/stringmetric.svg
:target: https://pypi.python.org/pypi/stringmetric
.. image:: https://img.shields.io/travis/sfischer13/python-stringmetric.svg
:target: https://travis-ci.org/sfischer13/python-stringmetric
Python implementations of common string distance and similarity algorithms.