Small python package to calculate the sentence similarity metrics.
Project description
Text Eval
A tiny python package to find the sentence similarity metrics.
Getting started
Installing
$ pip install texteval
Usage
from texteval.evaluate import Evaluator
system_summary = "John really loves data science very much and studies it a lot."
input_text = "John very much loves data science and enjoys it a lot."
evaluator = Evaluator()
res = evaluator.rouge_evaluation(input_text,system_summary)
print(res)
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
texteval-1.0.5.tar.gz
(3.2 kB
view details)
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 texteval-1.0.5.tar.gz.
File metadata
- Download URL: texteval-1.0.5.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a3d232db21adad13232bf199fb80b0f6f96fb0523d3d5ba3386396f24200b20
|
|
| MD5 |
a1b38b9caf4f9d972604a96c7c5a9d4a
|
|
| BLAKE2b-256 |
2789c3aaee4ac647b9a15cf4b231ca4a9b3d13d2453f5ee2cff7b53119c99113
|
File details
Details for the file texteval-1.0.5-py3-none-any.whl.
File metadata
- Download URL: texteval-1.0.5-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33285c1a29d458e00586c454f75fbe4e17cd3784453dd496744b9a332292fe02
|
|
| MD5 |
911760bec86ef861369cf7e6c94081e4
|
|
| BLAKE2b-256 |
35b3ed99a207c44635ded4eb5a656860820a54f1266ebd74d0bf74d8879d8855
|