Share

Grammatical Framework

Download Grammatical Framework PDF Online Free

Author :
Release : 2011
Genre : Computers
Kind : eBook
Book Rating : 260/5 ( reviews)

GET EBOOK


Book Synopsis Grammatical Framework by : Aarne Ranta

Download or read book Grammatical Framework written by Aarne Ranta. This book was released on 2011. Available in PDF, EPUB and Kindle. Book excerpt: Grammatical Framework is a programming language designed for writing grammars, which has the capability of addressing several languages in parallel. This thorough introduction demonstrates how to write grammars in Grammatical Framework and use them in applications such as tourist phrasebooks, spoken dialogue systems, and natural language interfaces. The examples and exercises presented here address several languages, and the readers are shown how to look at their own languages from the computational perspective.

Grammatical Framework

Download Grammatical Framework PDF Online Free

Author :
Release : 2011
Genre : Computers
Kind : eBook
Book Rating : /5 ( reviews)

GET EBOOK


Book Synopsis Grammatical Framework by : Aarne Ranta

Download or read book Grammatical Framework written by Aarne Ranta. This book was released on 2011. Available in PDF, EPUB and Kindle. Book excerpt: Grammatical Framework is a programming language designed for writing grammars, which has the capability of addressing several languages in parallel. This thorough introduction demonstrates how to write grammars in Grammatical Framework and use them in applications such as tourist phrasebooks, spoken dialogue systems, and natural language interfaces. The examples and exercises presented here address several languages, and the readers are shown how to look at their own languages from the computational perspective.

A grammar of Yakkha

Download A grammar of Yakkha PDF Online Free

Author :
Release : 2015-10-12
Genre : Language Arts & Disciplines
Kind : eBook
Book Rating : 119/5 ( reviews)

GET EBOOK


Book Synopsis A grammar of Yakkha by : Diana Schackow

Download or read book A grammar of Yakkha written by Diana Schackow. This book was released on 2015-10-12. Available in PDF, EPUB and Kindle. Book excerpt: This grammar provides the first comprehensive grammatical description of Yakkha, a Sino-Tibetan language of the Kiranti branch. Yakkha is spoken by about 14,000 speakers in eastern Nepal, in the Sankhuwa Sabha and Dhankuta districts. The grammar is based on original fieldwork in the Yakkha community. Its primary source of data is a corpus of 13,000 clauses from narratives and naturally-occurring social interaction which the author recorded and transcribed between 2009 and 2012. Corpus analyses were complemented by targeted elicitation. The grammar is written in a functional-typological framework. It focusses on morphosyntactic and semantic issues, as these present highly complex and comparatively under-researched fields in Kiranti languages. The sequence of the chapters follows the well-established order of phonological, morphological, syntactic and discourse-structural descriptions. These are supplemented by a historical and sociolinguistic introduction as well as an analysis of the complex kinship terminology. Topics such as verbal person marking, argument structure, transitivity, complex predication, grammatical relations, clause linkage, nominalization, and the topography-based orientation system have received in-depth treatment. Wherever possible, the structures found were explained in a historical-comparative perspective in order to shed more light on how their particular properties have emerged.

Grammaticalization

Download Grammaticalization PDF Online Free

Author :
Release : 2021-03-31
Genre : Language Arts & Disciplines
Kind : eBook
Book Rating : 080/5 ( reviews)

GET EBOOK


Book Synopsis Grammaticalization by : Heiko Narrog

Download or read book Grammaticalization written by Heiko Narrog. This book was released on 2021-03-31. Available in PDF, EPUB and Kindle. Book excerpt: This textbook introduces and explains the fundamental issues, major research questions, and current approaches in the study of grammaticalization - the development of new grammatical forms from lexical items, and of further grammatical functions from existing grammatical forms. Grammaticalization has been a vibrant research field in recent years, and has proven effective in explaining a wide range of phenomena; it has even been claimed that the only true language universals are diachronic, and are related to cross-linguistic processes of grammaticalization. The chapters provide a detailed account of the major issues in the field: foundational questions such as directionality, criteria and parameters of grammaticalization, and phases and cycles; the much-debated issue of the motivations behind grammaticalization, including the role of language contact and typological influences; the advantages and disadvantages of different theoretical approaches; and the relationship between grammaticalization and process such as lexicalization, exaptation, and the development of discourse markers. Each chapter offers guidance on further reading, and concludes with study questions to encourage further discussion; there is also a glossary of key terminology in the field. Thanks to its comprehensive approach, the volume will serve as both a textbook for undergraduate and graduate students and a valuable reference work for researchers in the field.

Implementing Programming Languages

Download Implementing Programming Languages PDF Online Free

Author :
Release : 2012
Genre : Computers
Kind : eBook
Book Rating : 646/5 ( reviews)

GET EBOOK


Book Synopsis Implementing Programming Languages by : Aarne Ranta

Download or read book Implementing Programming Languages written by Aarne Ranta. This book was released on 2012. Available in PDF, EPUB and Kindle. Book excerpt: Implementing a programming language means bridging the gap from the programmer's high-level thinking to the machine's zeros and ones. If this is done in an efficient and reliable way, programmers can concentrate on the actual problems they have to solve, rather than on the details of machines. But understanding the whole chain from languages to machines is still an essential part of the training of any serious programmer. It will result in a more competent programmer, who will moreover be able to develop new languages. A new language is often the best way to solve a problem, and less difficult than it may sound. This book follows a theory-based practical approach, where theoretical models serve as blueprint for actual coding. The reader is guided to build compilers and interpreters in a well-understood and scalable way. The solutions are moreover portable to different implementation languages. Much of the actual code is automatically generated from a grammar of the language, by using the BNF Converter tool. The rest can be written in Haskell or Java, for which the book gives detailed guidance, but with some adaptation also in C, C++, C#, or OCaml, which are supported by the BNF Converter. The main focus of the book is on standard imperative and functional languages: a subset of C++ and a subset of Haskell are the source languages, and Java Virtual Machine is the main target. Simple Intel x86 native code compilation is shown to complete the chain from language to machine. The last chapter leaves the standard paths and explores the space of language design ranging from minimal Turing-complete languages to human-computer interaction in natural language.

You may also like...