Techniques for Searching, Parsing, and Matching

Techniques for Searching, Parsing, and Matching
Author :
Publisher : Springer Nature
Total Pages : 310
Release :
ISBN-10 : 9783030631895
ISBN-13 : 3030631893
Rating : 4/5 (893 Downloads)

Book Synopsis Techniques for Searching, Parsing, and Matching by : Alberto Pettorossi

Download or read book Techniques for Searching, Parsing, and Matching written by Alberto Pettorossi and published by Springer Nature. This book was released on 2022-01-03 with total page 310 pages. Available in PDF, EPUB and Kindle. Book excerpt: In this book the author presents some techniques for exploring trees and graphs. He illustrates the linear search technique and the backtracking technique, and as instances of tree exploration methods he presents various algorithms for parsing subclasses of context-free languages. He also illustrates some tree and graph exploration and manipulation methods by presenting, among others, algorithms for visiting trees, evaluating Boolean expressions, proving propositional formulas, computing paths in graphs, and performing string matching. This book has been used for advanced undergraduate and graduate courses on automata and formal languages, and assumes some prior exposure to the basic notions in that area. Sample programs are presented in Java and Prolog.

Techniques for Searching, Parsing, and Matching Related Books

Techniques for Searching, Parsing, and Matching
Language: en
Pages: 310
Authors: Alberto Pettorossi
Categories: Computers
Type: BOOK - Published: 2022-01-03 - Publisher: Springer Nature

GET EBOOK

In this book the author presents some techniques for exploring trees and graphs. He illustrates the linear search technique and the backtracking technique, and
Parsing Techniques
Language: en
Pages: 677
Authors: Dick Grune
Categories: Computers
Type: BOOK - Published: 2007-10-29 - Publisher: Springer Science & Business Media

GET EBOOK

This second edition of Grune and Jacobs’ brilliant work presents new developments and discoveries that have been made in the field. Parsing, also referred to
Flexible Pattern Matching in Strings
Language: en
Pages: 236
Authors: Gonzalo Navarro
Categories: Computers
Type: BOOK - Published: 2002-05-27 - Publisher: Cambridge University Press

GET EBOOK

Presents recently developed algorithms for searching for simple, multiple and extended strings, regular expressions, exact and approximate matches.
Current Parsing Techniques - an Overview
Language: en
Pages: 30
Authors: Jan Niehues
Categories: Biography & Autobiography
Type: BOOK - Published: 2007-11 - Publisher: GRIN Verlag

GET EBOOK

Seminar paper from the year 2005 in the subject English Language and Literature Studies - Linguistics, grade: 1, University of Marburg, course: Human Language T
Practical Methods for Approximate String Matching
Language: en
Pages: 105
Authors: Heikki Hyyrö
Categories: Information retrieval
Type: BOOK - Published: 2003 - Publisher:

GET EBOOK

Abstract: "Given a pattern string and a text, the task of approximate string matching is to find all locations in the text that are similar to the pattern. This