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.1.tar.gz
(13.7 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.1.tar.gz.
File metadata
- Download URL: string_matcher-1.0.1.tar.gz
- Upload date:
- Size: 13.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ca266d574761f01f5f18e0db0ad99e4498cb1fc76638fc7e423e69aec782dcc
|
|
| MD5 |
13ce1e424a8277eec117e65b8b64c1d6
|
|
| BLAKE2b-256 |
de6afd04c4b1db5289a6a956a5e5806b3f3f54a8f20bc536cf74594638a6ec5a
|
File details
Details for the file string_matcher-1.0.1-py3-none-any.whl.
File metadata
- Download URL: string_matcher-1.0.1-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 |
d27090b2baab8a5f63191ff01c4df5f4b8b17a79ad35f9e17ff299e98b98495c
|
|
| MD5 |
b9206d5466398887aef7db71d560b261
|
|
| BLAKE2b-256 |
9379e9b3ff2d585126a747d62cb350f4476bc897629fa20e7e34d80879f58291
|