https://github.com/populated/compare
A simple Python-based code to compare texts for similarities.
https://github.com/populated/compare
comparsion nlp numpy spacy text
Last synced: 24 days ago
JSON representation
A simple Python-based code to compare texts for similarities.
- Host: GitHub
- URL: https://github.com/populated/compare
- Owner: populated
- Created: 2024-03-22T08:53:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T16:30:30.000Z (over 1 year ago)
- Last Synced: 2025-02-20T22:34:46.405Z (12 months ago)
- Topics: comparsion, nlp, numpy, spacy, text
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TextComparer
### A simple Python-based code to compare texts for similarities.
# Features
* Returns the closest result with a score.
* Returns similar results based on a maximum threshold of `0.6` (may be inaccurate).
* Allows for advanced checking, but not recommended for smaller datasets.
# Credits
[populated](https://github.com/populated)