Skip to main content
Top

2002 | OriginalPaper | Chapter

A Metric Index for Approximate String Matching

Authors : Edgar Chávez, Gonzalo Navarro

Published in: LATIN 2002: Theoretical Informatics

Publisher: Springer Berlin Heidelberg

Activate our intelligent search to find suitable subject content or patents.

search-config
loading …

We present a radically new indexing approach for approximate string matching. The scheme uses the metric properties of the edit distance and can be applied to any other metric between strings. We build a metric space where the sites are the nodes of the suffix tree of the text, and the approximate query is seen as a proximity query on that metric space. This permits us finding the R occurrences of a pattern of length m in a text of length n in average time O(mlog2n+m2+R), using O(n log n) space and O(n log2n) index construction time. This complexity improves by far over all other previous methods. We also show a simpler scheme needing O(n) space.

Metadata
Title
A Metric Index for Approximate String Matching
Authors
Edgar Chávez
Gonzalo Navarro
Copyright Year
2002
Publisher
Springer Berlin Heidelberg
DOI
https://doi.org/10.1007/3-540-45995-2_20