sharkutilities / NLPurify

A powerful collection library for feature extraction and text cleaning using Unicode translations, regular expressions, natural language processing, large language models and more.
https://pypi.org/project/NLPurify/
MIT License
0 stars 0 forks source link

[MERGE] [FEATURE] Merge existing codes from GitHub Gists into NLPurify #1

Open ZenithClown opened 3 weeks ago

ZenithClown commented 3 weeks ago
Due to limitations and more flexibility, the old codes from [**GitHub Gists**](https://gist.github.com/ZenithClown/68cb16b2f86bdc240c73247974a4c93d) are to be merged and published as a collection utility library in [**PyPI**](https://pypi.org/project/NLPurify/). On successful transition, the `gist` will be gradually deprecated and information about the same will be made available [*here*](https://zenithclown.github.io/projects.html). The issue template tracks all the changes that are required for a successful transition and gradually makes the library available to an end user. - [x] #2 - [x] #4 - [x] #5 - [x] #8 - [x] #6 - [x] #9 - [ ] Replicate a function for word lemmatization/stemming from a text. - [ ] Replicate a function for words fuzzy match using different options. **End of Life (EOL)** of the existing Gist is 31-08-2024
ZenithClown commented 3 weeks ago

Code documentation #8 failed. Reopening to track the progress.