Patterns and Meanings in Discourse

Patterns and Meanings in Discourse PDF Author: Alan Partington
Publisher: John Benjamins Publishing
ISBN: 9027272123
Category : Computers
Languages : en
Pages : 387

Get Book

Book Description
This work is designed, firstly, to both provoke theoretical discussion and serve as a practical guide for researchers and students in the field of corpus linguistics and, secondly, to offer a wide-ranging introduction to corpus techniques for practitioners of discourse studies. It delves into a wide variety of language topics and areas including metaphor, irony, evaluation, (im)politeness, stylistics, language change and sociopolitical issues. Each chapter begins with an outline of an area, followed by case studies which attempt both to shed light on particular themes in this area and to demonstrate the methodologies which might be fruitfully employed to investigate them. The chapters conclude with suggestions on activities which the readers may wish to undertake themselves. An Appendix contains a list of currently available resources for corpus research which were used or mentioned in the book.

Patterns and Meanings in Discourse

Patterns and Meanings in Discourse PDF Author: Alan Partington
Publisher: John Benjamins Publishing
ISBN: 9027272123
Category : Computers
Languages : en
Pages : 387

Get Book

Book Description
This work is designed, firstly, to both provoke theoretical discussion and serve as a practical guide for researchers and students in the field of corpus linguistics and, secondly, to offer a wide-ranging introduction to corpus techniques for practitioners of discourse studies. It delves into a wide variety of language topics and areas including metaphor, irony, evaluation, (im)politeness, stylistics, language change and sociopolitical issues. Each chapter begins with an outline of an area, followed by case studies which attempt both to shed light on particular themes in this area and to demonstrate the methodologies which might be fruitfully employed to investigate them. The chapters conclude with suggestions on activities which the readers may wish to undertake themselves. An Appendix contains a list of currently available resources for corpus research which were used or mentioned in the book.

Discourse Patterns in Spoken and Written Corpora

Discourse Patterns in Spoken and Written Corpora PDF Author: Karin Aijmer
Publisher: John Benjamins Publishing
ISBN: 9789027253620
Category : Language Arts & Disciplines
Languages : en
Pages : 294

Get Book

Book Description
This book brings together a number of empirical studies that use corpora to study discourse patterns in speech and writing. It explores new trends in the area of text and discourse characterized by the alliance between text linguistics and areas such as corpus linguistics, genre analysis, literary stylistics and cross-linguistic studies. The contributions to the volume show how established corpora can be used to ask a number of new questions about the interface between speech and writing, the relation between grammar and discourse, academic discourse, cohesive markers, stylistic devices such as metaphor, deixis and non-verbal communication. The corpora used for text-analysis can also be tailor-made for the study of particular genres such as journal article abstracts, lectures, e-mailing list messages, headlines and titles. A recent development is to bring in contrastive data from bilingual corpora to show what is language-specific in the organization of the text.

Patterns and Meanings

Patterns and Meanings PDF Author: Alan Partington
Publisher: John Benjamins Publishing
ISBN: 9027298912
Category : Language Arts & Disciplines
Languages : en
Pages : 158

Get Book

Book Description
Patterns and Meanings consists of case studies which make use of corpora and concordance technology. Each case study elaborates a problem area, makes reference to both the descriptive and applied literature thus far, and then suggests ways of exploiting corpus data to shed light on the problem. Language phenomena investigated include word sense, phraseology and syntax, metaphor and creative use, text reference, idiom, and translation. Emphasis is given to information that usually cannot be found in dictionaries, grammars, language textbooks or other resources, but which the study of corpus data makes available. This work is particularly important not only for its language description insights, but also for pedagogical application. Further useful suggestions are included on setting up a medium-sized corpus on a personal computer.

Discourse Patterns in Spoken and Written Corpora

Discourse Patterns in Spoken and Written Corpora PDF Author: Karin Aijmer
Publisher: John Benjamins Publishing
ISBN: 9027295581
Category : Language Arts & Disciplines
Languages : en
Pages : 289

Get Book

Book Description
This book brings together a number of empirical studies that use corpora to study discourse patterns in speech and writing. It explores new trends in the area of text and discourse characterized by the alliance between text linguistics and areas such as corpus linguistics, genre analysis, literary stylistics and cross-linguistic studies. The contributions to the volume show how established corpora can be used to ask a number of new questions about the interface between speech and writing, the relation between grammar and discourse, academic discourse, cohesive markers, stylistic devices such as metaphor, deixis and non-verbal communication. The corpora used for text-analysis can also be tailor-made for the study of particular genres such as journal article abstracts, lectures, e-mailing list messages, headlines and titles. A recent development is to bring in contrastive data from bilingual corpora to show what is language-specific in the organization of the text.

Using Corpora in Discourse Analysis

Using Corpora in Discourse Analysis PDF Author: Paul Baker
Publisher: Bloomsbury Publishing
ISBN: 1350083763
Category : Language Arts & Disciplines
Languages : en
Pages : 218

Get Book

Book Description
How can you carry out discourse analysis using corpus linguistics? What research questions should I ask? Which methods should you use and when? What is a collocational network or a key cluster? Introducing the major techniques, methods and tools for corpus-assisted analysis of discourse, this book answers these questions and more, showing readers how to best use corpora in their analyses of discourse. Using carefully tailored case studies, each chapter is devoted to a central technique, including frequency, concordancing and keywords, going step by step through the process of applying different analytical procedures. Introducing a wide range of different corpora, from holiday brochures to political debates, the book considers the key debates and latest advances in the field. Fully revised and updated, this new edition includes: - A new chapter on how to conduct research projects in corpus-based discourse analysis - Completely rewritten chapters on collocation and advanced techniques, using a corpus of jihadist propaganda texts and covering topics such as social media and visual analysis - Coverage of major tools, including CQPweb, AntConc, Sketch Engine and #LancsBox - Discussion of newer techniques including the derivation of lockwords and the comparison of multiple data sets for diachronic analysis With exercises, discussion questions and suggested further readings in each chapter, this book is an excellent guide to using corpus linguistics techniques to carry out discourse analysis.

Hands-On Design Patterns and Best Practices with Julia

Hands-On Design Patterns and Best Practices with Julia PDF Author: Tom Kwong
Publisher: Packt Publishing Ltd
ISBN: 1838646612
Category : Computers
Languages : en
Pages : 521

Get Book

Book Description
Design and develop high-performance, reusable, and maintainable applications using traditional and modern Julia patterns with this comprehensive guide Key FeaturesExplore useful design patterns along with object-oriented programming in Julia 1.0Implement macros and metaprogramming techniques to make your code faster, concise, and efficientDevelop the skills necessary to implement design patterns for creating robust and maintainable applicationsBook Description Design patterns are fundamental techniques for developing reusable and maintainable code. They provide a set of proven solutions that allow developers to solve problems in software development quickly. This book will demonstrate how to leverage design patterns with real-world applications. Starting with an overview of design patterns and best practices in application design, you'll learn about some of the most fundamental Julia features such as modules, data types, functions/interfaces, and metaprogramming. You'll then get to grips with the modern Julia design patterns for building large-scale applications with a focus on performance, reusability, robustness, and maintainability. The book also covers anti-patterns and how to avoid common mistakes and pitfalls in development. You'll see how traditional object-oriented patterns can be implemented differently and more effectively in Julia. Finally, you'll explore various use cases and examples, such as how expert Julia developers use design patterns in their open source packages. By the end of this Julia programming book, you'll have learned methods to improve software design, extensibility, and reusability, and be able to use design patterns efficiently to overcome common challenges in software development. What you will learnMaster the Julia language features that are key to developing large-scale software applicationsDiscover design patterns to improve overall application architecture and designDevelop reusable programs that are modular, extendable, performant, and easy to maintainWeigh up the pros and cons of using different design patterns for use casesExplore methods for transitioning from object-oriented programming to using equivalent or more advanced Julia techniquesWho this book is for This book is for beginner to intermediate-level Julia programmers who want to enhance their skills in designing and developing large-scale applications.

Corpora and Discourse Studies

Corpora and Discourse Studies PDF Author: Anthony McEnery
Publisher: Springer
ISBN: 1137431733
Category : Language Arts & Disciplines
Languages : en
Pages : 310

Get Book

Book Description
This edited collection brings together contemporary research that uses corpus linguistics to carry out discourse analysis. The book takes an inclusive view of the meaning of discourse, covering different text-types or modes of language, including discourse as both social practice and as ideology or representation.

Patterns, Meaningful Units and Specialized Discourses

Patterns, Meaningful Units and Specialized Discourses PDF Author: Ute Römer
Publisher: John Benjamins Publishing
ISBN: 9027222525
Category : Language Arts & Disciplines
Languages : en
Pages : 133

Get Book

Book Description
This collection of papers explores some facets in the areas of Corpus Linguistics and Phraseology which have gone unnoticed so far. With the aid of a range of different corpora and new-generation software tools, the authors tackle specialized domains and discourse in specialized settings, utilizing some innovative approaches to the study of recurrent features and patterns in the languages of economics, history, linguistics, politics, and other fields. The papers critically examine contemporary discourses in which experts and laypersons are equally involved, showing that the spoken and written texts, selected from various specialized corpora, can be seen as collective memory banks. The series of reflections and specialized meanings uncovered in these texts are closely tied to particular sequences of patterned chunks in language and offer exciting insights into the inseparability of lexis and grammar.The contributions to this volume were previously published in "International Journal of Corpus Linguistics" 13:3 (2008).

Discourse Analysis as Theory and Method

Discourse Analysis as Theory and Method PDF Author: Marianne W Jørgensen
Publisher: SAGE
ISBN: 9780761971122
Category : Language Arts & Disciplines
Languages : en
Pages : 244

Get Book

Book Description
A systematic introduction to discourse analysis as a body of theories and methods for social research. Introduces three approaches and explains the distinctive philosophical premises and theoretical perspectives of each approach.

Patterns of Narrative Discourse

Patterns of Narrative Discourse PDF Author: Allyssa McCabe
Publisher: Allyn & Bacon
ISBN:
Category : Discourse analysis, Narrative
Languages : en
Pages : 232

Get Book

Book Description
Multicultural backgrounds are taken into consideration when dealing with assessment, intervention and education."--BOOK JACKET.