levenshtein for large strings
- From: "Walter Kerelitsch" <jemand@xxxxxxxxxxxxxx>
- Date: Thu, 30 Oct 2008 22:18:53 +0100
hi folks,
i need an algorithm for comparing two strings for equivalence, but
levenshtein is just working for strings up to 255 characters, i have to
process longer strings (lets say, about 10kB).
does anybody know a *simple* algorithm, which brings me the distance like
levenshtein (maybe not so exact than this)?
what do You think about the cost function of levenshtein, and with it to
adjust the strings and use levensthein for each single partitioned string?
tia walter
.
- Follow-Ups:
- Re: levenshtein for large strings
- From: Boris Stumm
- Re: levenshtein for large strings
- Prev by Date: Re: MySQL error #1064
- Next by Date: Re: image uploads and version control?
- Previous by thread: PHP mail
- Next by thread: Re: levenshtein for large strings
- Index(es):
Relevant Pages
|