Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
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.
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.
fuzzup
offers functionality for:
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.
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
.
The detailed documentation and motivation for fuzzup
including code references and
extended workflow examples can be accessed here.
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.
FAQs
A Fuzzy Matching Approach for Clustering Strings
We found that fuzzup demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.