[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: String Similarity in Lua
- From: "Tiago Tresoldi" <tiago.tresoldi@...>
- Date: Thu, 21 Nov 2002 21:38:56 -0200
Hello, just to say that I wrote a little function that does string similrities analysis (returns 0 if two strings are completely
different, 1 if equal, something between in an exponential meaning to know how much similar they are). Not very well
coded, but it might be of general interest and it is under LGPL. It is at http://hvacr.sf.net/ss.lua (the sf project is in no way
related, it is just temporary).
Tiago Tresoldi