Click here to Skip to main content
15,888,579 members
Articles / Programming Languages / PowerShell

Levenshtein Distance in Windows PowerShell

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
16 Aug 2010CPOL2 min read 25.9K   5  
A Script for determing the levenshtein distance between two strings in PowerShell

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Musicnet
United States United States
Software Engineer at Musicnet / MNDigital. Working on a Java Web Services platform currently but previously worked on C# and C++ projects:
Windows PowerShell - SDE/T 4 years
XNA Game Studio Express - SDE/T 1 year
C++ SIP Stack(dynamicsoft) - SDE for 4 years

I've been working with information retrieval using Lucene for past year.

Comments and Discussions