https://github.com/dedupeio/doublemetaphone
:sound: Python wrapper for a C++ Double Metaphone
https://github.com/dedupeio/doublemetaphone
double-metaphone python string-matching
Last synced: 30 days ago
JSON representation
:sound: Python wrapper for a C++ Double Metaphone
- Host: GitHub
- URL: https://github.com/dedupeio/doublemetaphone
- Owner: dedupeio
- License: artistic-2.0
- Created: 2016-04-11T18:11:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T08:03:26.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T19:53:43.382Z (10 months ago)
- Topics: double-metaphone, python, string-matching
- Language: C++
- Homepage:
- Size: 32.2 KB
- Stars: 15
- Watchers: 2
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# doublemetaphone
Python wrapper for Stephen Lacy's C++ Implementation of Double Metaphone. https://github.com/slacy/double-metaphone
Part of the [Dedupe.io](https://dedupe.io/) cloud service and open source toolset for de-duplicating and finding fuzzy matches in your data.
The Artistic license for this project has been selected in good faith based on the license for the underlying C++ library (corresponding [issue](https://github.com/slacy/double-metaphone/issues/1))