Linguistic Engineering PDF Download

Are you looking for read ebook online? Search for your book and save it on your Kindle device, PC, phones or tablets. Download Linguistic Engineering PDF full book. Access full book title Linguistic Engineering by Ji Fengyuan. Download full books in PDF and EPUB format.

Linguistic Engineering

Linguistic Engineering PDF Author: Ji Fengyuan
Publisher: University of Hawaii Press
ISBN: 0824844688
Category : Language Arts & Disciplines
Languages : en
Pages : 360

Book Description
When Mao and the Chinese Communist Party won power in 1949, they were determined to create new, revolutionary human beings. Their most precise instrument of ideological transformation was a massive program of linguistic engineering. They taught everyone a new political vocabulary, gave old words new meanings, converted traditional terms to revolutionary purposes, suppressed words that expressed "incorrect" thought, and required the whole population to recite slogans, stock phrases, and scripts that gave "correct" linguistic form to "correct" thought. They assumed that constant repetition would cause the revolutionary formulae to penetrate people's minds, engendering revolutionary beliefs and values. In an introductory chapter, Dr. Ji assesses the potential of linguistic engineering by examining research on the relationship between language and thought. In subsequent chapters, she traces the origins of linguistic engineering in China, describes its development during the early years of communist rule, then explores in detail the unprecedented manipulation of language during the Cultural Revolution of 1966–1976. Along the way, she analyzes the forms of linguistic engineering associated with land reform, class struggle, personal relationships, the Great Leap Forward, Mao-worship, Red Guard activism, revolutionary violence, Public Criticism Meetings, the model revolutionary operas, and foreign language teaching. She also reinterprets Mao’s strategy during the early stages of the Cultural Revolution, showing how he manipulated exegetical principles and contexts of judgment to "frame" his alleged opponents. The work concludes with an assessment of the successes and failures of linguistic engineering and an account of how the Chinese Communist Party relaxed its control of language after Mao's death.

Linguistic Engineering

Linguistic Engineering PDF Author: Ji Fengyuan
Publisher: University of Hawaii Press
ISBN: 0824844688
Category : Language Arts & Disciplines
Languages : en
Pages : 360

Book Description
When Mao and the Chinese Communist Party won power in 1949, they were determined to create new, revolutionary human beings. Their most precise instrument of ideological transformation was a massive program of linguistic engineering. They taught everyone a new political vocabulary, gave old words new meanings, converted traditional terms to revolutionary purposes, suppressed words that expressed "incorrect" thought, and required the whole population to recite slogans, stock phrases, and scripts that gave "correct" linguistic form to "correct" thought. They assumed that constant repetition would cause the revolutionary formulae to penetrate people's minds, engendering revolutionary beliefs and values. In an introductory chapter, Dr. Ji assesses the potential of linguistic engineering by examining research on the relationship between language and thought. In subsequent chapters, she traces the origins of linguistic engineering in China, describes its development during the early years of communist rule, then explores in detail the unprecedented manipulation of language during the Cultural Revolution of 1966–1976. Along the way, she analyzes the forms of linguistic engineering associated with land reform, class struggle, personal relationships, the Great Leap Forward, Mao-worship, Red Guard activism, revolutionary violence, Public Criticism Meetings, the model revolutionary operas, and foreign language teaching. She also reinterprets Mao’s strategy during the early stages of the Cultural Revolution, showing how he manipulated exegetical principles and contexts of judgment to "frame" his alleged opponents. The work concludes with an assessment of the successes and failures of linguistic engineering and an account of how the Chinese Communist Party relaxed its control of language after Mao's death.

Linguistic Engineering

Linguistic Engineering PDF Author: Ji Fengyuan
Publisher: University of Hawaii Press
ISBN: 9780824825362
Category : Language Arts & Disciplines
Languages : en
Pages : 368

Book Description
When Mao and the Chinese Communist Party won power in 1949, they were determined to create new, revolutionary human beings. Their most precise instrument of ideological transformation was a massive program of linguistic engineering. They taught everyone a new political vocabulary, gave old words new meanings, converted traditional terms to revolutionary purposes, suppressed words that expressed "incorrect" thought, and required the whole population to recite slogans, stock phrases, and scripts that gave "correct" linguistic form to "correct" thought. They assumed that constant repetition would cause the revolutionary formulae to penetrate people's minds, engendering revolutionary beliefs and values. In an introductory chapter, Dr. Ji assesses the potential of linguistic engineering by examining research on the relationship between language and thought. In subsequent chapters, she traces the origins of linguistic engineering in China, describes its development during the early years of communist rule, then explores in detail the unprecedented manipulation of language during the Cultural Revolution of 1966–1976. Along the way, she analyzes the forms of linguistic engineering associated with land reform, class struggle, personal relationships, the Great Leap Forward, Mao-worship, Red Guard activism, revolutionary violence, Public Criticism Meetings, the model revolutionary operas, and foreign language teaching. She also reinterprets Mao’s strategy during the early stages of the Cultural Revolution, showing how he manipulated exegetical principles and contexts of judgment to "frame" his alleged opponents. The work concludes with an assessment of the successes and failures of linguistic engineering and an account of how the Chinese Communist Party relaxed its control of language after Mao's death.

Language Engineering and Translation

Language Engineering and Translation PDF Author: Juan C. Sager
Publisher: John Benjamins Publishing
ISBN: 9027283648
Category : Language Arts & Disciplines
Languages : en
Pages : 367

Book Description
At a time when information technology has become a regular tool of specialised translators in all aspects of their work, it is useful to place the activity of technical translation into its appropriate environment and to describe it from the point of view of its role in the broader context of communication in which it occurs. The advent of automated alternatives to human translation has fundamentally affected the profession, its products and the relationship between translators and their clients.This book presents and discusses the process of translation against this background. The context in which translation is normally studied is widened in order to re-examine the process of translation as part of interlingual text production and to analyse the manner in which the new tools affect the product of translation.This book is of particular relevance in modern translator training courses. Contents 1. The language industry and translation, 2. Aspects of language, 3. Elements of communication theory, 4. A theory of text types and messages, 5. The nature of translation, 6. Specifications: Factors influencing the translation, 7. Preparation for translation, 8. Steps in translation, 9. Human and Machine Translation, 10 Pragmatic circumstances of automation, 11. Translation in an information technology environment. Bibliography + Index.

Software Language Engineering

Software Language Engineering PDF Author: Anneke Kleppe
Publisher: Pearson Education
ISBN: 0321606469
Category : Computers
Languages : en
Pages : 376

Book Description
Software practitioners are rapidly discovering the immense value of Domain-Specific Languages (DSLs) in solving problems within clearly definable problem domains. Developers are applying DSLs to improve productivity and quality in a wide range of areas, such as finance, combat simulation, macro scripting, image generation, and more. But until now, there have been few practical resources that explain how DSLs work and how to construct them for optimal use. Software Language Engineering fills that need. Written by expert DSL consultant Anneke Kleppe, this is the first comprehensive guide to successful DSL design. Kleppe systematically introduces and explains every ingredient of an effective language specification, including its description of concepts, how those concepts are denoted, and what those concepts mean in relation to the problem domain. Kleppe carefully illuminates good design strategy, showing how to maximize the flexibility of the languages you create. She also demonstrates powerful techniques for creating new DSLs that cooperate well with general-purpose languages and leverage their power. Completely tool-independent, this book can serve as the primary resource for readers using Microsoft DSL tools, the Eclipse Modeling Framework, openArchitectureWare, or any other DSL toolset. It contains multiple examples, an illustrative running case study, and insights and background information drawn from Kleppe’s leading-edge work as a DSL researcher. Specific topics covered include Discovering the types of problems that DSLs can solve, and when to use them Comparing DSLs with general-purpose languages, frameworks, APIs, and other approaches Understanding the roles and tools available to language users and engineers Creating each component of a DSL specification Modeling both concrete and abstract syntax Understanding and describing language semantics Defining textual and visual languages based on object-oriented metamodeling and graph transformations Using metamodels and associated tools to generate grammars Integrating object-oriented modeling with graph theory Building code generators for new languages Supporting multilanguage models and programs This book provides software engineers with all the guidance they need to create DSLs that solve real problems more rapidly, and with higher-quality code.

Terminology, LSP, and Translation

Terminology, LSP, and Translation PDF Author: H. L. Somers
Publisher: John Benjamins Publishing
ISBN: 9027216193
Category : Language Arts & Disciplines
Languages : en
Pages : 262

Book Description
A state-of-the-art volume highlighting the links between lexicography, terminology, language for special purposes (LSP) and translation and Machine Translation, that constitute the domain of Language Engineering.Part I: Terminology and Lexicography. Takes us through terminological problems and solutions in Europe, the former Soviet Union and Egypt.Part II focuses on LSP for second language learners and lexical analysis.Part III treats translator training in a historical context, as well as new methods from cognitive and corpus linguistics.Part IV is about the application of language engineering in Machine Translation, corpus linguistics and multilingual text generation.

Language Engineering for Lesser-studied Languages

Language Engineering for Lesser-studied Languages PDF Author: Kemal Oflazer
Publisher: IOS Press
ISBN: 9781586033361
Category : Computational linguistics
Languages : en
Pages : 234

Book Description


The Virtual Linguistics Campus

The Virtual Linguistics Campus PDF Author: Jürgen Handke, Peter Franke
Publisher: Waxmann Verlag
ISBN: 383096689X
Category :
Languages : en
Pages :

Book Description


Speech and Language Engineering

Speech and Language Engineering PDF Author: Martin Rajman
Publisher: EPFL Press
ISBN: 9780824722197
Category : Technology & Engineering
Languages : en
Pages : 512

Book Description
Efficient processing of speech and language is required at all levels in the design of human-computer interfaces. In this perspective, the book provides a global understanding of the required theoretical foundations, as well as practical examples of successful applications, in the area of human-language technology. The authors start from acoustic signal processing to pragmatics, covering all the important aspects of speech and language processing such as phonetics, morphology, syntax and semantics.

Language Engineering for Lesser-studied Languages

Language Engineering for Lesser-studied Languages PDF Author: Sergei Nirenburg
Publisher: IOS Press
ISBN: 1586039547
Category : Computers
Languages : en
Pages : 344

Book Description
"Technologies enabling computers to process specific languages facilitate economic and political progress of societies where these languages are spoken. Development of methods and systems for language processing is therefore a worthy goal for national governments as well as for business entities and scientific and educational institutions in every country in the world. As work on systems and resources for the 'lower-density' languages becomes more widespread, an important question is how to leverage the results and experience accumulated by the field of computational linguistics for the major languages in the development of resources and systems for lower-density languages. This issue has been at the core of the NATO Advanced Studies Institute on language technologies for middle- and low-density languages held in Georgia in October 2007. This publication is a collection - of publication-oriented versions - of the lectures presented there and is a useful source of knowledge about many core facets of modern computational-linguistic work. By the same token, it can serve as a reference source for people interested in learning about strategies that are best suited for developing computational-linguistic capabilities for lesser-studied languages - either 'from scratch' or using components developed for other languages. The book should also be quite useful in teaching practical system- and resource-building topics in computational linguistics."--Site Web de l'éditeur.

Software Language Engineering

Software Language Engineering PDF Author: Dragan Gaševic
Publisher: Springer Science & Business Media
ISBN: 3642004334
Category : Business & Economics
Languages : en
Pages : 354

Book Description
This book constitutes the thoroughly refereed post-conference proceedings of the First International Conference on Software Language Engineering, SLE 2008, held in Toulouse, France, in September 2008. The 16 revised full papers and 1 revised short paper presented together with 1 tool demonstration paper and 2 keynote lectures were carefully reviewed and selected from 106 initial submissions. The papers are organized in topical sections on language and tool analysis and evaluation, concrete and abstract syntax, language engineering techniques, language integration and transformation, language implementation and analysis, as well as language engineering pearls.