offaxis / textsimilarity
Inspect text similarity from differents methods
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/offaxis/textsimilarity
Requires
- php: >=5.4.0
- darkopetreski/textcategorization: ^1.0
- webd/language: dev-master
This package is not auto-updated.
Last update: 2025-09-28 10:01:02 UTC
README
Find similarity between 2 texts, short or long, to get average level between 0 and 1 (0 is totally different and 1 is equal)
- Inspired from https://github.com/atomescrochus/laravel-string-similarities
- Adapted for php >= 5.6
- Used for any framework
Comparasion with differents methods
- Levenshtein
- JaroWinkler
- SmithWatermanGotoh
- JaccardIndex
- Php similar_text