Goldenweb.it homepage

ANNUNCI | DIRECTORY | FONTS | ICONE | NEWSGROUPS | TOP25 | WALLPAPERS

English version  

Benessere Hotel Lago di Garda hotel congressi Desenzano Lago
Hotel sul Lago di Garda con spiaggia privata tra Sirmione e Desenzano, dotato di un centro benessere Spa tra i piu' importanti del Lago di Garda.
Europa Casino - il migliore casino online italiano
Europa Casino il migliore casino online in Italia offre 300 giochi con le più alte probabilita' di vincita ed un codice bonus gratis di benvenuto di 2400 euro.

GoldenWeb.it Directory "Premium" Links - Il tuo link qui...



similar_text

(PHP 3>= 3.0.7, PHP 4 , PHP 5)

similar_text --  Calculate the similarity between two strings

Description

int similar_text ( string first, string second [, float percent])

This calculates the similarity between two strings as described in Oliver [1993]. Note that this implementation does not use a stack as in Oliver's pseudo code, but recursive calls which may or may not speed up the whole process. Note also that the complexity of this algorithm is O(N**3) where N is the length of the longest string.

By passing a reference as third argument, similar_text() will calculate the similarity in percent for you. It returns the number of matching chars in both strings.