Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T16:30:30.000Z (5 months ago)
- Last Synced: 2024-09-30T05:40:52.015Z (3 months ago)
- Topics: comparsion, nlp, numpy, spacy, text
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 2
- 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)