Optimizing Text Search: A Novel Pattern Matching Algorithm Based on Ukkonen's Approach
arxiv.org·5d
🌸Bloom Filters
Preview
Report Post

View PDF

Abstract:In the realm of computer science, the efficiency of text-search algorithms is crucial for processing vast amounts of data in areas such as natural language processing and bioinformatics. Traditional methods like Naive Search, KMP, and Boyer-Moore, while foundational, often fall short in handling the complexities and scale of modern datasets, such as the Reuters corpus and human genomic sequences. This study rigorously investigates text-search algorithms, focusing on optimizing Suffix Trees through methods like Splitting and Ukkonen’s Algorithm, analyzed on datasets including the Reuters corpus and human genomes. A novel optimization combining Ukkonen’s Algorithm with a new search technique is introduced, showing linear time and sp…

Similar Posts

Loading similar posts...