Re: Comparing titles for similarity
Re: Comparing titles for similarity
- Subject: Re: Comparing titles for similarity
- From: Michael Holtermann <email@hidden>
- Date: Fri, 24 Jun 2005 07:23:19 +0200
Am Freitag, 24. Juni 2005 06:33 schrieb Owen McKerrow:
> A friend pointed me to the levenshtein function in PHP, do we have
> something similar in java/openbase ?
The Levenshtein algorithm is pretty simple to code, you'll find many examples
in google. But be aware - the algorithm checks the distance between
characters, not between words.
WebObjekts will return a different result than
WebObjeckts.
I've tried to match spoken input (via JavaSpeech) against a database using
Levenshtein, but this approach failed.
Greetings, Michael.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden