offaxis / textsimilarity
There is no license information available for the latest version (dev-master) of this package.
Inspect text similarity from differents methods
dev-master
2017-09-26 10:10 UTC
Requires
- php: >=5.4.0
- darkopetreski/textcategorization: ^1.0
- webd/language: dev-master
This package is not auto-updated.
Last update: 2025-03-30 07:46:23 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