The Functional Treatment of Parsing

The Functional Treatment of Parsing PDF Author: René Leermakers
Publisher: Springer Science & Business Media
ISBN: 1461531861
Category : Computers
Languages : en
Pages : 158

Get Book Here

Book Description
Parsing technology traditionally consists of two branches, which correspond to the two main application areas of context-free grammars and their generalizations. Efficient deterministic parsing algorithms have been developed for parsing programming languages, and quite different algorithms are employed for analyzing natural language. The Functional Treatment of Parsing provides a functional framework within which the different traditional techniques are restated and unified. The resulting theory provides new recursive implementations of parsers for context-free grammars. The new implementations, called recursive ascent parsers, avoid explicit manipulation of parse stacks and parse matrices, and are in many ways superior to conventional implementations. They are applicable to grammars for programming languages as well as natural languages. The book has been written primarily for students and practitioners of parsing technology. With its emphasis on modern functional methods, however, the book will also be of benefit to scientists interested in functional programming. The Functional Treatment of Parsing is an excellent reference and can be used as a text for a course on the subject.

The Oxford Handbook of Computational Linguistics

The Oxford Handbook of Computational Linguistics PDF Author: Ruslan Mitkov
Publisher: Oxford University Press
ISBN: 019927634X
Category : Computers
Languages : en
Pages : 808

Get Book Here

Book Description
This handbook of computational linguistics, written for academics, graduate students and researchers, provides a state-of-the-art reference to one of the most active and productive fields in linguistics.

Explorations in Automatic Thesaurus Discovery

Explorations in Automatic Thesaurus Discovery PDF Author: Gregory Grefenstette
Publisher: Springer Science & Business Media
ISBN: 1461527104
Category : Computers
Languages : en
Pages : 313

Get Book Here

Book Description
Explorations in Automatic Thesaurus Discovery presents an automated method for creating a first-draft thesaurus from raw text. It describes natural processing steps of tokenization, surface syntactic analysis, and syntactic attribute extraction. From these attributes, word and term similarity is calculated and a thesaurus is created showing important common terms and their relation to each other, common verb--noun pairings, common expressions, and word family members. The techniques are tested on twenty different corpora ranging from baseball newsgroups, assassination archives, medical X-ray reports, abstracts on AIDS, to encyclopedia articles on animals, even on the text of the book itself. The corpora range from 40,000 to 6 million characters of text, and results are presented for each in the Appendix. The methods described in the book have undergone extensive evaluation. Their time and space complexity are shown to be modest. The results are shown to converge to a stable state as the corpus grows. The similarities calculated are compared to those produced by psychological testing. A method of evaluation using Artificial Synonyms is tested. Gold Standards evaluation show that techniques significantly outperform non-linguistic-based techniques for the most important words in corpora. Explorations in Automatic Thesaurus Discovery includes applications to the fields of information retrieval using established testbeds, existing thesaural enrichment, semantic analysis. Also included are applications showing how to create, implement, and test a first-draft thesaurus.

Computational Semantics with Functional Programming

Computational Semantics with Functional Programming PDF Author: Jan van Eijck
Publisher: Cambridge University Press
ISBN: 1139490907
Category : Language Arts & Disciplines
Languages : en
Pages : 422

Get Book Here

Book Description
Computational semantics is the art and science of computing meaning in natural language. The meaning of a sentence is derived from the meanings of the individual words in it, and this process can be made so precise that it can be implemented on a computer. Designed for students of linguistics, computer science, logic and philosophy, this comprehensive text shows how to compute meaning using the functional programming language Haskell. It deals with both denotational meaning (where meaning comes from knowing the conditions of truth in situations), and operational meaning (where meaning is an instruction for performing cognitive action). Including a discussion of recent developments in logic, it will be invaluable to linguistics students wanting to apply logic to their studies, logic students wishing to learn how their subject can be applied to linguistics, and functional programmers interested in natural language processing as a new application area.

Proceedings of the 2002 ACM SIGPLAN International Conference on Functional Programming (ICFP '02)

Proceedings of the 2002 ACM SIGPLAN International Conference on Functional Programming (ICFP '02) PDF Author:
Publisher: Pearson Education
ISBN: 9781581134872
Category : Computer science
Languages : en
Pages : 298

Get Book Here

Book Description


Compositional Translation

Compositional Translation PDF Author: M.T. Rosetta
Publisher: Springer Science & Business Media
ISBN: 9401583064
Category : Computers
Languages : en
Pages : 484

Get Book Here

Book Description
This book provides an in-depth review of machine translation by discussing in detail a particular method, called compositional translation, and a particular system, Rosetta, which is based on this method. The Rosetta project is a unique combination of fundamental research and large-scale implementation. The book covers all scientifically interesting results of the project, highlighting the advantages of designing a translation system based on a relation between reversible compositional grammars. The power of the method is illustrated by presenting elegant solutions to a number of well-known translation problems. The most outstanding characteristic of the book is that it provides a firm linguistic foundation for machine translation. For this purpose insights from Montague Grammar are integrated with ideas developed within the Chomskyan tradition, in a computationally feasible framework. Great care has been taken to introduce the basic concepts of the underlying disciplines to the uninitiated reader, which makes the book accessible to a wide audience, including linguists, computer scientists, logicians and translators.

Parsing Techniques

Parsing Techniques PDF Author: Dick Grune
Publisher: Springer Science & Business Media
ISBN: 0387689540
Category : Computers
Languages : en
Pages : 677

Get Book Here

Book Description
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 as syntax analysis, has been and continues to be an essential part of computer science and linguistics. Parsing techniques have grown considerably in importance, both in computer science, ie. advanced compilers often use general CF parsers, and computational linguistics where such parsers are the only option. They are used in a variety of software products including Web browsers, interpreters in computer devices, and data compression programs; and they are used extensively in linguistics.

ML for the Working Programmer

ML for the Working Programmer PDF Author: Lawrence C. Paulson
Publisher: Cambridge University Press
ISBN: 9780521565431
Category : Computers
Languages : en
Pages : 500

Get Book Here

Book Description
Software -- Programming Languages.

ML for the Working Programmer

ML for the Working Programmer PDF Author: Larry C. Paulson
Publisher: Cambridge University Press
ISBN: 1107268494
Category : Computers
Languages : en
Pages : 500

Get Book Here

Book Description
The new edition of this successful and established textbook retains its two original intentions of explaining how to program in the ML language, and teaching the fundamentals of functional programming. The major change is the early and prominent coverage of modules, which are extensively used throughout. In addition, the first chapter has been totally rewritten to make the book more accessible to those without experience of programming languages. The main features of new Standard Library for the revised version of ML are described and many new examples are given, while references have also been updated. Dr Paulson has extensive practical experience of ML and has stressed its use as a tool for software engineering; the book contains many useful pieces of code, which are freely available (via the Internet) from the author. He shows how to use lists, trees, higher-order functions and infinite data structures. Many illustrative and practical examples are included.. Efficient functional implementations of arrays, queues, priority queues, etc. are described. Larger examples include a general top-down parser, a lambda-calculus reducer and a theorem prover. The combination of careful explanation and practical advice will ensure that this textbook continues to be the preferred text for many courses on ML.

Computational Linguistics

Computational Linguistics PDF Author:
Publisher:
ISBN:
Category : Computational linguistics
Languages : en
Pages : 652

Get Book Here

Book Description