A Fuzzy Matching Approach for Clustering Strings
Project description
Fuzz Up [W.I.P.]
fuzzup
offers a simple approach for clustering string entitities based on
Levenshtein Distance using
Fuzzy Matching
in conjunction with a simple rule-based clustering method.
fuzzup
also provides functions for computing the prominence of the resulting
entity clusters and to match them with entity whitelists.
An important use-case for fuzzup
is organizing, structuring and analyzing output from Named-Entity Recognition(=NER).
fuzzup
also provides (2) functions for computing the prominence of the resulting
entity clusters resulting from (1) as well as whitelist matching (3).
fuzzup
has been designed to fit the output from NER predictions from the Hugging Face transformers NER pipeline specifically.
Installation guide
fuzzup
can be installed from the Python Package Index (PyPI) by:
pip install fuzzup
If you want the development version then install directly from Github.
Workflow
fuzzup
offers functionality for:
- Computing all of the mutual string distances (Levensteihn Distances/fuzzy ratios) between the string entities
- Forming clusters of string entities based on the distances from (1)
- Computing prominence of the clusters from (2) based on the number of entity occurrences, their positions in the text etc.
- Matching entities (clusters) with entity whitelists
Together these steps constitute an end-to-end approach for organizing and structuring the output from NER. Here is an example of how to use fuzzup
for forming entity clusters based on edit distances.
To do
- document whitelist matching in showcase
- update readme with workflow
- tests for whitelist
- cutoff_threshold -> score_cutoff -> cdist
try and tune on junges entititesrun against tores listdocument whitelistupdate docs
Background
fuzzup
is developed as a part of Ekstra Bladet’s activities on Platform Intelligence in News (PIN). PIN is an industrial research project that is carried out in collaboration between the Technical University of Denmark, University of Copenhagen and Copenhagen Business School with funding from Innovation Fund Denmark. The project runs from 2020-2023 and develops recommender systems and natural language processing systems geared for news publishing, some of which are open sourced like fuzzup
.
Read more
The detailed documentation and motivation for fuzzup
including code references and
extended workflow examples can be accessed here.
Contact
We hope, that you will find fuzzup
useful.
Please direct any questions and feedbacks to us!
If you want to contribute (which we encourage you to), open a PR.
If you encounter a bug or want to suggest an enhancement, please open an issue.
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file fuzzup-0.1.6.tar.gz
.
File metadata
- Download URL: fuzzup-0.1.6.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a15095a542d5c5f6ecf5edb07fcae9236002d86eb7884cb68842df30571e11f |
|
MD5 | ab1a29417fb59bde89f7c881ad3c7cbd |
|
BLAKE2b-256 | 91f8a149a13a273d5c7df58ac49cefef2bc3ec6f364ba949b447beb4f082a328 |
File details
Details for the file fuzzup-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: fuzzup-0.1.6-py3-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f02a65fbe7da470f996c4f5930598c08cd55edd0335f0cc4b63ec158ad54c0b |
|
MD5 | d87485f74fcbd1b8e842fc5f2c8cd1d6 |
|
BLAKE2b-256 | 634389766cfcfd85d6bb7a91c6cf27c8614c2620ce4886ce1ccd3e8ba045d658 |