Parsing Theory, Seppo Sippu; Eljas Soisalon-Soininen
Автор: H. Bunt; Masaru Tomita Название: Recent Advances in Parsing Technology ISBN: 1402003714 ISBN-13(EAN): 9781402003714 Издательство: Springer Рейтинг: Цена: 18860.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: In Marcus (1980), deterministic parsers were introduced. We make no ar- guments about the linguistic issues D-theory parsers are meant to address, their relation to other parsing formalisms or the notion of determinism in general.
Автор: H. Bunt; Anton Nijholt Название: Advances in Probabilistic and Other Parsing Technologies ISBN: 9048155797 ISBN-13(EAN): 9789048155798 Издательство: Springer Рейтинг: Цена: 20962.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: H. Bunt; John Carroll; Giorgio Satta Название: New Developments in Parsing Technology ISBN: 140202293X ISBN-13(EAN): 9781402022937 Издательство: Springer Рейтинг: Цена: 23757.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Parsing is a central area of research in the automatic processing of human language. Parsers are used in many application areas, for example question answering, extraction of information from text, speech recognition and understanding, and machine translation. This book contains contributions in the area of natural language parsing technology.
Автор: Masaru Tomita Название: Efficient Parsing for Natural Language ISBN: 0898382025 ISBN-13(EAN): 9780898382020 Издательство: Springer Рейтинг: Цена: 19564.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Parsing Efficiency is crucial when building practical natural language systems. This book introduces a context-free parsing algorithm that parses natural language more efficiently than any other existing parsing algorithms in practice.
Автор: Masaru Tomita Название: Generalized LR Parsing ISBN: 0792392019 ISBN-13(EAN): 9780792392019 Издательство: Springer Рейтинг: Цена: 18161.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: The LR parsing algorithm first precompiles a grammar into an LR parsing table, and at the actual parsing time, it performs shift-reduce parsing guided deterministically by the parsing table.
Автор: Jill Fain Lehman Название: Adaptive Parsing ISBN: 0792391837 ISBN-13(EAN): 9780792391838 Издательство: Springer Рейтинг: Цена: 20956.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: As the computer gradually automates human-oriented tasks in multiple environ- ments, the interface between computers and the ever-wider population of human users assumes progressively increasing importance. In the office environment, for instance, clerical tasks such as document filing and retrieval, and higher-level tasks such as scheduling meetings, planning trip itineraries, and producing documents for publication, are being partially or totally automated. The range of users for office- oriented software includes clerks, secretaries, and businesspersons, none of whom are predominantly computer literate. The same phenomenon is echoed in the factory production line, in the securities trading floor, in government agencies, in educa- tional institutions, and even in the home. The arcane command languages of yes- teryear have proven too high a barrier for smooth acceptance of computerized func- tions into the workplace, no matter how useful these functions may be. Computer- naive users simply do not take the time to learn intimidating and complex computer interfaces. In order to place the functionality of modem computers at the disposition of diverse user populations, a number of different approaches have been tried, many meeting with a significant measure of success, to wit: special courses to train users in the simpler command languages (such as MS-DOS), designing point-and-click menu/graphics interfaces that require much less user familiarization (illustrated most clearly in the Apple Macintosh), and interacting with the user in his or her language of choice.
Автор: Masaru Tomita Название: Current Issues in Parsing Technology ISBN: 0792391314 ISBN-13(EAN): 9780792391319 Издательство: Springer Рейтинг: Цена: 30606.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Paola Merlo Название: Parsing with Principles and Classes of Information ISBN: 0792341031 ISBN-13(EAN): 9780792341031 Издательство: Springer Рейтинг: Цена: 19564.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This text, based on principle-based linguistic theories for English, argues that differences in the kind of information being computed, whether lexical, structural or syntactic, play a crucial role in the mapping from grammatical theory to parsing algorithms.
Автор: Moritz Lenz Название: Parsing with Perl 6 Regexes and Grammars ISBN: 1484232275 ISBN-13(EAN): 9781484232279 Издательство: Springer Рейтинг: Цена: 3492.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Write good regexes and parsers with the Perl 6 programming language. You'll see how regexes are used for searching, parsing, and validation: in particular the grammar extension makes them uniquely suitable for parsing, the main focus of this book. Written by Perl 6 expert Moritz Lenz, a core contributor of Rakudo, Parsing with Perl 6 Regexes and Grammars starts from the very basics of regular expressions, and then explores how they integrate with regular Perl 6 code. Then follows a deeper exploration of how regexes work under the hood and a discussion of common techniques for constructing regexes and exploring the data under scrutiny. Later material goes beyond relatively simple formats to reusable named regexes and grammars, which permit code reuse in grammars, and shows how to write parsers for more involved data formats. Error reporting and case studies wrap up the topic. While regexes allow you to search for patterns in text and validate input, Perl 6 regexes advance that concept: you'll see how they are easier to read, yet much more powerful, than the traditional "Perl-compatible regular expression." With improved reusability and backtracking control, you will be able to write complete parsers with the help of this book. What You'll Learn
Discover the building blocks of Perl 6 regexes
Handle regex mechanics and master useful regex techniques
Extract data and work with patterns among these use cases
Reuse named regexes and other grammars as components or templates
Write full parsers, including advanced error reporting and data extraction
Learn how to parse nested scopes and indention-based formats
Who This Book Is ForThose with at least some prior experience with Perl programming, but who may be new to Perl 6 as well as searching and parsing.
Автор: Harry Bunt; Paola Merlo; Joakim Nivre Название: Trends in Parsing Technology ISBN: 9400733798 ISBN-13(EAN): 9789400733794 Издательство: Springer Рейтинг: Цена: 20962.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This collection of contributions from leading researchers in the field of natural language processing technology details their recent work which includes new techniques as well as results. It focuses on dependency parsing, domain adaptation, and deep parsing.
Автор: Joakim Nivre Название: Inductive Dependency Parsing ISBN: 9048172187 ISBN-13(EAN): 9789048172184 Издательство: Springer Рейтинг: Цена: 20962.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book describes the framework of inductive dependency parsing, a methodology for robust and efficient syntactic analysis of unrestricted natural language text.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru