This class can be used to calculate the similarity of two text strings.
It is a PHP port of the fuzzy string comparison algorithm used in GNU diff also ported to Perl by Marc Lehmann.
The class calculates the similarity index between two strings. A value of 0 means that the strings are entirely different. A value of 1 means that the strings are identical. Other values mean that the strings are different but appear to have a degree of similarity.
Optionally it can limit the level of similarity between the strings that must be satisfied before it stops analyzing the strings. The algorithm stops when the similarity level drops below the specified limit.
|
|
| Name: |
String Similarity |
| Base name: |
string-similarity |
| Description: |
Calculate the similarity of two text strings |
| Version: |
- |
| PHP version: |
5.0 |
| License: |
GNU General Public License (GPL) |
| All time users: |
2156 users |
| All time rank: |
1624 |
| Week users: |
1 user |
| Week rank: |
2173  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (91.7%) |
Sufficient (62.5%) |
- |
Good (87.5%) |
- |
- |
Sufficient (60.8%) |
785 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|