Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fuzzy Search
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01349328
Message ID:
01352106
Vues:
18
>Anybody know if a 'Fuzzy Search' can be done in Foxpro.

It might mean checking the Levenshtein distance, which is how many character changes it would take to turn one string into another.
http://fox.wikis.com/wc.dll?Wiki~LevenshteinAlgorithm~VFP

FuzzyMatch("Kitten", "Sitting") = 3 (K=>S, e=>i, +g)

I did a blog post documenting my building an FLL to do this at least an order of magnitude faster than Fox code:
http://blog.donnael.com/2008/04/creating-an-fll/
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform