
August 3rd, 1999, 12:02 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Hi,
i'm having a go at coding a simple, quick-n-dirty searchengine, which involves the similar_text() function. However, I can't seem to get it to calculate the percent-wise similarity between two variables. The manual states that to the syntax:
int similar_text(string first, string second, double [percent]);
adding the third argument as a 'reference' (what's that?) will calculate the similarity in percent. How would I get that value?
Thanx in advance.
Thomas, Denmark
|