The exact online string matching problem
โ Scribed by Faro, Simone; Lecroq, Thierry
- Book ID
- 121232296
- Publisher
- Association for Computing Machinery
- Year
- 2013
- Tongue
- English
- Weight
- 418 KB
- Volume
- 45
- Category
- Article
- ISSN
- 0360-0300
No coin nor oath required. For personal study only.
โฆ Synopsis
This article addresses the
online exact string matching problem
which consists in finding
all
occurrences of a given pattern
p
in a text
t
. It is an extensively studied problem in computer science, mainly due to its direct applications to such diverse areas as text, image and signal processing, speech analysis and recognition, information retrieval, data compression, computational biology and chemistry.
In the last decade more than 50 new algorithms have been proposed for the problem, which add up to a wide set of (almost 40) algorithms presented before 2000. In this article we review the string matching algorithms presented in the last decade and present experimental results in order to bring order among the dozens of articles published in this area.
๐ SIMILAR VOLUMES
String matching is a very important subject in the wider domain of text processing. It consists of finding one,or more generally, all the occurrences of a string (more generally called a pattern) in a text. The Handbook of Exact String Matching Algorithms presents 38 methods for solving this prob
String matching is a very important subject in the wider domain of text processing. It consists of finding one,or more generally, all the occurrences of a string (more generally called a pattern) in a text. The Handbook of Exact String Matching Algorithms presents 38 methods for solving this problem