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.0.tar.gz
(13.8 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.0.tar.gz.
File metadata
- Download URL: string_matcher-1.0.0.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05fe2912414e948af874a8f57920d040b579922b33221381710ea22bbf4f2da6
|
|
| MD5 |
d63561be570d94b919a784f9a2e1aed9
|
|
| BLAKE2b-256 |
2525a7e10aa1d0a3a27469ae389ab22476cf6759d153f09311b3dda8bb96343f
|
File details
Details for the file string_matcher-1.0.0-py3-none-any.whl.
File metadata
- Download URL: string_matcher-1.0.0-py3-none-any.whl
- Upload date:
- Size: 13.8 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 |
e96a24c911afa3a019990814f9575ce1e24a5b2011ad2470a8c1bc5ebfc06510
|
|
| MD5 |
1a83d2b2756693489a6644b33867aafc
|
|
| BLAKE2b-256 |
e71400a8d3473008676bbb16b184931cb05ab181576d62426d8c3e78ec012115
|