PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
April 1, 1988Software Practice and Experience56 citations

Fast approximate string matching

View Full Paper
OOOlumide OwolabiDMD. R. McGregor

Key Points

  • The aim is to develop a fast and efficient method for approximate string matching in information systems.
  • Developed a two-stage process for string matching using n-gram tables.
  • First stage involves preselecting similar strings from a stored dictionary.
  • Second stage utilizes an accurate method based on a new similarity measure related to the Levenshtein metric.
  • The new method significantly reduces computational time while maintaining accuracy.
  • Enhanced storage efficiency compared to traditional methods was achieved.

Abstract

Abstract Approximate string matching is an important operation in information systems because an input string is often an inexact match to the strings already stored. Commonly known accurate methods are computationally expensive as they compare the input string to every entry in the stored dictionary. This paper describes a two‐stage process. The first uses a very compact n ‐gram table to preselect sets of roughly similar strings. The second stage compares these with the input string using an accurate method to give an accurately matched set of strings. A new similarity measure based on the Levenshtein metric is defined for this comparison. The resulting method is both computationally fast and storage‐efficient.

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

Owolabi et al. (1988) studied this question.

synapsesocial.com/papers/6a08cab42a35bb5cdfba0392https://doi.org/10.1002/spe.4380180407
Ask AI
Helpful
Bookmark
Share
View Full Paper