<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Fuzzy-Matching on Raveen Kumar</title>
    <link>https://raveenkumar.com/tags/fuzzy-matching/</link>
    <description>Recent content in Fuzzy-Matching on Raveen Kumar</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <copyright>Raveen Kumar</copyright>
    <lastBuildDate>Sun, 26 Feb 2023 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://raveenkumar.com/tags/fuzzy-matching/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Fuzzy matching with python</title>
      <link>https://raveenkumar.com/posts/2023-02-26-fuzzy-matching-with-python/</link>
      <pubDate>Sun, 26 Feb 2023 00:00:00 +0000</pubDate>
      <guid>https://raveenkumar.com/posts/2023-02-26-fuzzy-matching-with-python/</guid>
      <description>&lt;p&gt;Fuzzy matching is great. In fact, it is better than regular expression matching in certain cases. Come to think of it, our entire human brain works on fuzzy matching.&lt;/p&gt;&#xA;&lt;p&gt;Take handwriting, for example, everyone can read each other&amp;rsquo;s handwriting as long as it&amp;rsquo;s legible. That&amp;rsquo;s fuzzy matching on an organic level.&lt;/p&gt;&#xA;&lt;p&gt;I had a problem where I have a string of text, and I wanted to match the substring with other string but the issue is that the substring varies from string to string and I cant predict the proper substring to do a regex matching. So suddenly out of the blue I got an idea to do a fuzzy matching.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
