Advanced multi-algorithm string similarity and matching engine
Project description
StringMatcher
Advanced multi-algorithm string similarity and matching engine.
Installation
pip install string-matcher
Quick Start
Python API
from string_matcher import compare_strings
score = compare_strings("hello", "hallo")
print(f"Similarity: {score}%")
Command Line
string-matcher "string1" "string2"
File Processing
string-matcher input.json output.json field1 field2
Features
- 6+ complementary matching algorithms
- CLI interface
- Python API
- JSON file processing
- Unicode/UTF-8 support
- Production-ready
- Type hints included
Scoring
- 90-100: Highly confident match
- 75-89: High confidence
- 60-74: Medium confidence (review)
- 35-59: Low confidence
- 0-34: Very low confidence
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
string_matcher-1.0.3.tar.gz
(13.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file string_matcher-1.0.3.tar.gz.
File metadata
- Download URL: string_matcher-1.0.3.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f583ccdadc5bd0bd9aa720397268a9b7fc99103b9ab595c9155d30ca4d0ced5e
|
|
| MD5 |
c8bf75912eb23c18961ae0c4ce567064
|
|
| BLAKE2b-256 |
ce8a2dee30f7b74bbe36147187ad8adf2b98fd3cdc2cf5326c0d39a6d7f30dfd
|
File details
Details for the file string_matcher-1.0.3-py3-none-any.whl.
File metadata
- Download URL: string_matcher-1.0.3-py3-none-any.whl
- Upload date:
- Size: 13.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35b91f2f25953db22b793c43ede664d179f1c710920a007d2a417c277f6b477b
|
|
| MD5 |
759be0d9ba73139923f80b2bead212a8
|
|
| BLAKE2b-256 |
f10f3f73b1ce7077c26975a2eefd48028128838aa5fa237479aae8ed00e65f02
|