2001/09/18 by Gonzalo Navarro · 1 citation
Computer Science · #Algorithms and Data Compression #Network Packet Processing and Optimization #Natural Language Processing Techniques
paper · doi:10.1002/spe.411
openalex publication_date 2001/09/18 · openalex created_date 2025/10/10 · openalex updated_date 2026/05/21
Abstract We present nrgrep (‘non‐deterministic reverse grep ’), a new pattern‐matching tool designed for efficient search of complex patterns. Unlike previous tools of the grep family, such as agrep and Gnu grep , nrgrep is based on a single and uniform concept: the bit‐parallel simulation of a non‐deterministic suffix automaton. As a result, nrgrep can find from simple patterns to regular expressions, exactly or allowing errors in the matches, with an efficiency that degrades smoothly as the complexity of the searched pattern increases. Another concept that is fully integrated into nrgrep and that contributes to this smoothness is the selection of adequate subpatterns for fast scanning, which is also absent in many current tools. We show that the efficiency of nrgrep is similar to that of the fastest existing string‐matching tools for the simplest patterns, and is by far unmatched for more complex patterns. Copyright © 2001 John Wiley & Sons, Ltd.