PHP Compare Strings
Package:
Summary:
Compares strings to determine similarity level
Groups:
Author:
Description:
This class can be used to compares strings to determine similarity level.
It takes two strings to compare and split the strings into words.
The class uses the Levenshtein algorithm to compare the words and determine the overall similarity level.
It takes two strings to compare and split the strings into words.
The class uses the Levenshtein algorithm to compare the words and determine the overall similarity level.
Comments are closed.