- Notifications
You must be signed in to change notification settings - Fork 92
PHP Text Comparisons
yooper edited this page Sep 26, 2016 · 1 revision
PHP Text Analysis provides quite a few text comparison algorithms. The algorithms can be broken up into two groups.
- [HammingDistanceComparison]
- [JaccardIndexComparison]
- [JaroWinklerComparison]
- [LevenshteinComparison]
- [LongestCommonSubstringComparison]
- [MostFreqCharComparison]
- [SimilarTextComparison]
- Cosine Similarity - Uses the cosine algorithm for comparing two documents