A package for postprocessing text
Project description
Usage of PostProcessingService
You can access following functions:
The provided package is a collection of functions for text preprocessing and cleaning. Here is a brief explanation of each function:
jaccard_similarity: To calculate jaccard similarity
levenshtein_distance: To calculate levenshtein distance
score: To calculate combined score
Function signature : score(score1, w1, score2, w2) where score1,score2 is jaccard_similarity,levenshtein_distance & w1,w2 is weightage of score1, score2 resp.
Example usage:
pip install postProcessingGEP==1.0.0
import postProcessingGEP
print(postProcessingGEP.PostProcessingService.jaccard_similarity(inputText1,inputText2))
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
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 postProcessingGEP-1.0.0.tar.gz.
File metadata
- Download URL: postProcessingGEP-1.0.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea28bcc1c566a67581076799749b50f5b66ca98662bc332d115d8313c7156864
|
|
| MD5 |
3bcb8b9d3d6aa87ba847638758f8fbac
|
|
| BLAKE2b-256 |
30c586b76407b4288818eafd7b5d7119667dda7f27f9f0616ded55460b26f212
|
File details
Details for the file postProcessingGEP-1.0.0-py3-none-any.whl.
File metadata
- Download URL: postProcessingGEP-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52a3ea31c8ce413f23500f115c3a6b027481a2e4c63941db46957fbe79be2e31
|
|
| MD5 |
421756ca453e8dad2a2ef2a0fb00f478
|
|
| BLAKE2b-256 |
f947ae2b95a88bef917650802a2e4a099f2bf00d60503657d70b676bdf17ef88
|