Kyle R. Burton on 21 May 2009 06:33:32 -0700


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: Fuzzy Matching resources?

  • From: "Kyle R. Burton" <kyle.burton@gmail.com>
  • To: philly-lambda@googlegroups.com
  • Subject: Re: Fuzzy Matching resources?
  • Date: Thu, 21 May 2009 09:33:19 -0400
  • Authentication-results: gmr-mx.google.com; spf=pass (google.com: domain of kyle.burton@gmail.com designates 209.85.221.125 as permitted sender) smtp.mail=kyle.burton@gmail.com; dkim=pass (test mode) header.i=@gmail.com
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=domainkey-signature:received:received:x-sender:x-apparently-to :received:received:received-spf:authentication-results:received :dkim-signature:domainkey-signature:mime-version:received :in-reply-to:references:date:message-id:subject:from:to:content-type :content-transfer-encoding:reply-to:sender:precedence:x-google-loop :mailing-list:list-id:list-post:list-help:list-unsubscribe :x-beenthere-env:x-beenthere; bh=/LUyZvLTtDLAszDKeYYoRPIYGRus1AQkeWs/wQTUOJU=; b=fSc/QMsYMgIs06Sc2oCW/u9j95C9czIoIpu6TvnAfTkivGQeBE3LzA5ttbm0jpjaxZ 75Si7Ua6OTMpICXeOoASwlnngI2fHLUp9o8mi0iarA8v62mjYh7mRQ6+GHXbNzK1DRMq 1mn4cBRC7HotOby8mkD2ncy+V7ic396AH1g3Q=
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=9qduGUid/c2aCQky/Zhi77JnS/B1Zfyakdl08GsX6ws=; b=IyZr7AfA2jKgSBg507OTfXHdEBCOqKyQOQkT3ngi5acSULMb+VY2PPHNx4n1YS+bMh u1ajA9G/1Iab6EC+xwzksRp51QBFaiSG7iTvVV+Nv2ioUW2EcB8eOHn6D6TDfwzUEO3T 5G1QqVPJ+Ai0Qy74ebk2IxAefhvTLXYfe+8yQ=
  • Mailing-list: list philly-lambda@googlegroups.com; contact philly-lambda+owner@googlegroups.com
  • Reply-to: philly-lambda@googlegroups.com
  • Sender: philly-lambda@googlegroups.com

> Thanks Kyle - I think you mentioned that you did a talk about fuzzy
> matching as well, which would help me figure out how to use the
> modules you've suggested.

You should be able to view the slides in a browser here (via slide share):

  http://asymmetrical-view.com/talks/

It, along with some example code, is also available on github:

http://github.com/kyleburton/fuzzy-string/tree/master


Kyle