A flexible fuzzy name matcher, with multi-language support, that finds best matches between two sets using the edit distance method
Project description
Strings-Fuzz
A flexible fuzzy string matcher that finds best matches between two sets using the edit distance method. It provides useful NLP methods to help identify stopwords to be replaced or removed in each set as well as some default stopwords for different types of data.
Language Support
Currently supports Enlish and Thai.
Installation
Run the following to install:
pip install strings-fuzz
Usage
from strings_fuzz import cleaner
# Trims trailing symbols and spaces
cleaner.trim("...+= Hello World . ")
Developing Strings-Fuzz
To install strings-fuzz along with the tools you need to develop and run tests, run the following in your virtualenv:
$ pip install -e .[dev]
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
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 strings-fuzz-0.0.6.tar.gz.
File metadata
- Download URL: strings-fuzz-0.0.6.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9cbbc773e3c8656719ae6ccb52449e3dddc3ee6459307a749bef97c0e8f397f2
|
|
| MD5 |
31c7f124d7682ad07d4688fd7b81c2af
|
|
| BLAKE2b-256 |
02e38e9be774fcf9c652ab5981c4d30be32eb07a99d258f201a6e08c51a49596
|
File details
Details for the file strings_fuzz-0.0.6-py3-none-any.whl.
File metadata
- Download URL: strings_fuzz-0.0.6-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3c8e8ee8fd61c460bde1048f335fd0680e38b14e3b7a576081bfb5b164f3973
|
|
| MD5 |
4106670aeba2edc6e2290c63b336bd6c
|
|
| BLAKE2b-256 |
a8d40d70084b954218255f5697d3b04d48f75fe54f820f14041af242221de346
|