Text Algorithms

Text Algorithms
Author :
Publisher : Maxime Crochemore
Total Pages : 396
Release :
ISBN-10 : 9780195086096
ISBN-13 : 0195086090
Rating : 4/5 (090 Downloads)

Book Synopsis Text Algorithms by : Maxime Crochemore

Download or read book Text Algorithms written by Maxime Crochemore and published by Maxime Crochemore. This book was released on 1994 with total page 396 pages. Available in PDF, EPUB and Kindle. Book excerpt: This much-needed book on the design of algorithms and data structures for text processing emphasizes both theoretical foundations and practical applications. It is intended to serve both as a textbook for courses on algorithm design, especially those related to text processing, and as a reference for computer science professionals. The work takes a unique approach, one that goes more deeply into its topic than other more general books. It contains both classical algorithms and recent results of research on the subject. The book is the first text to contain a collection of a wide range of text algorithms, many of them quite new and appearing here for the first time. Other algorithms, while known by reputation, have never been published in the journal literature. Two such important algorithms are those of Karp, Miller and Rosenberg, and that of Weiner. Here they are presented together for the fist time. The core of the book is the material on suffix trees and subword graphs, applications of these data structures, new approaches to time-space optimal string-matching, and text compression. Also covered are basic parallel algorithms for text problems. Applications of all these algorithms are given for problems involving data retrieval systems, treatment of natural languages, investigation of genomes, data compression software, and text processing tools. From the theoretical point of view. the book is a goldmine of paradigms for the development of efficient algorithms, providing the necessary foundation to creating practical software dealing with sequences. A crucial point in the authors' approach is the development of a methodology for presenting text algorithms so they can be fully understood. Throughout, the book emphasizes the efficiency of algorithms, holding that the essence of their usefulness depends on it. This is especially important since the algorithms described here will find application in "Big Science" areas like molecular sequence analysis where the explosive growth of data has caused problems for the current generation of software. Finally, with its development of theoretical background, the book can be considered as a mathematical foundation for the analysis and production of text processing algorithms.


Text Algorithms Related Books

Text Algorithms
Language: en
Pages: 396
Authors: Maxime Crochemore
Categories: Algorithms
Type: BOOK - Published: 1994 - Publisher: Maxime Crochemore

DOWNLOAD EBOOK

This much-needed book on the design of algorithms and data structures for text processing emphasizes both theoretical foundations and practical applications. It
125 Problems in Text Algorithms
Language: en
Pages: 345
Authors: Maxime Crochemore
Categories: Computers
Type: BOOK - Published: 2021-07 - Publisher: Cambridge University Press

DOWNLOAD EBOOK

Worked problems offer an interesting way to learn and practice with key concepts of string algorithms and combinatorics on words.
Introduction To Algorithms
Language: en
Pages: 1216
Authors: Thomas H Cormen
Categories: Computers
Type: BOOK - Published: 2001 - Publisher: MIT Press

DOWNLOAD EBOOK

An extensively revised edition of a mathematically rigorous yet accessible introduction to algorithms.
Algorithms on Strings, Trees, and Sequences
Language: en
Pages: 556
Authors: Dan Gusfield
Categories: Computers
Type: BOOK - Published: 1997-05-28 - Publisher: Cambridge University Press

DOWNLOAD EBOOK

String algorithms are a traditional area of study in computer science. In recent years their importance has grown dramatically with the huge increase of electro
Jewels Of Stringology: Text Algorithms
Language: en
Pages: 322
Authors: Maxime Crochemore
Categories: Computers
Type: BOOK - Published: 2002-09-16 - Publisher: World Scientific

DOWNLOAD EBOOK

The term “stringology” is a popular nickname for text algorithms, or algorithms on strings. This book deals with the most basic algorithms in the area. Most