Download or read book Text Analytics for Corpus Linguistics and Digital Humanities written by Gerold Schneider and published by Bloomsbury Publishing. This book was released on 2024-05-02 with total page 241 pages. Available in PDF, EPUB and Kindle. Book excerpt: Do you want to gain a deeper understanding of how big tech analyses and exploits our text data, or investigate how political parties differ by analysing textual styles, associations and trends in documents? Or create a map of a text collection and write a simple QA system yourself? This book explores how to apply state-of-the-art text analytics methods to detect and visualise phenomena in text data. Solidly based on methods from corpus linguistics, natural language processing, text analytics and digital humanities, this book shows readers how to conduct experiments with their own corpora and research questions, underpin their theories, quantify the differences and pinpoint characteristics. Case studies and experiments are detailed in every chapter using real-world and open access corpora from politics, World English, history, and literature. The results are interpreted and put into perspective, pitfalls are pointed out, and necessary pre-processing steps are demonstrated. This book also demonstrates how to use the programming language R, as well as simple alternatives and additions to R, to conduct experiments and employ visualisations by example, with extensible R-code, recipes, links to corpora, and a wide range of methods. The methods introduced can be used across texts of all disciplines, from history or literature to party manifestos and patient reports.
Download or read book Text Analytics for Corpus Linguistics and Digital Humanities written by Gerold Schneider and published by Bloomsbury Publishing. This book was released on 2024-05-02 with total page 241 pages. Available in PDF, EPUB and Kindle. Book excerpt: Do you want to gain a deeper understanding of how big tech analyses and exploits our text data, or investigate how political parties differ by analysing textual styles, associations and trends in documents? Or create a map of a text collection and write a simple QA system yourself? This book explores how to apply state-of-the-art text analytics methods to detect and visualise phenomena in text data. Solidly based on methods from corpus linguistics, natural language processing, text analytics and digital humanities, this book shows readers how to conduct experiments with their own corpora and research questions, underpin their theories, quantify the differences and pinpoint characteristics. Case studies and experiments are detailed in every chapter using real-world and open access corpora from politics, World English, history, and literature. The results are interpreted and put into perspective, pitfalls are pointed out, and necessary pre-processing steps are demonstrated. This book also demonstrates how to use the programming language R, as well as simple alternatives and additions to R, to conduct experiments and employ visualisations by example, with extensible R-code, recipes, links to corpora, and a wide range of methods. The methods introduced can be used across texts of all disciplines, from history or literature to party manifestos and patient reports.
Download or read book Corpus Linguistics and Translation Tools for Digital Humanities written by Stefania M. Maci and published by Bloomsbury Publishing. This book was released on 2022-08-11 with total page 249 pages. Available in PDF, EPUB and Kindle. Book excerpt: Presenting the digital humanities as both a domain of practice and as a set of methodological approaches to be applied to corpus linguistics and translation, chapters in this volume provide a novel and original framework to triangulate research for pursuing both scientific and educational goals within the digital humanities. They also highlight more broadly the importance of data triangulation in corpus linguistics and translation studies. Putting forward practical applications for digging into data, this book is a detailed examination of how to integrate quantitative and qualitative approaches through case studies, sample analysis and practical examples.
Download or read book Text Analysis with R written by Matthew L. Jockers and published by Springer Nature. This book was released on 2020-03-30 with total page 283 pages. Available in PDF, EPUB and Kindle. Book excerpt: Now in its second edition, Text Analysis with R provides a practical introduction to computational text analysis using the open source programming language R. R is an extremely popular programming language, used throughout the sciences; due to its accessibility, R is now used increasingly in other research areas. In this volume, readers immediately begin working with text, and each chapter examines a new technique or process, allowing readers to obtain a broad exposure to core R procedures and a fundamental understanding of the possibilities of computational text analysis at both the micro and the macro scale. Each chapter builds on its predecessor as readers move from small scale “microanalysis” of single texts to large scale “macroanalysis” of text corpora, and each concludes with a set of practice exercises that reinforce and expand upon the chapter lessons. The book’s focus is on making the technical palatable and making the technical useful and immediately gratifying. Text Analysis with R is written with students and scholars of literature in mind but will be applicable to other humanists and social scientists wishing to extend their methodological toolkit to include quantitative and computational approaches to the study of text. Computation provides access to information in text that readers simply cannot gather using traditional qualitative methods of close reading and human synthesis. This new edition features two new chapters: one that introduces dplyr and tidyr in the context of parsing and analyzing dramatic texts to extract speaker and receiver data, and one on sentiment analysis using the syuzhet package. It is also filled with updated material in every chapter to integrate new developments in the field, current practices in R style, and the use of more efficient algorithms.
Download or read book From Data to Evidence in English Language Research written by Carla Suhr and published by BRILL. This book was released on 2019-01-07 with total page 368 pages. Available in PDF, EPUB and Kindle. Book excerpt: From Data to Evidence in English Language Research draws on diverse digital data sources alongside more traditional linguistic corpora to offer new insights into the ways in which they can be used to extend and re-evaluate research questions in English linguistics. This is achieved, for example, by increasing data size, adding multi-layered contextual analyses, applying methods from adjacent fields, and adapting existing data sets to new uses. Making innovative contributions to digital linguistics, the chapters in the volume apply a combination of methods to the increasing amount of digital data available to researchers to show how this data – both established and newly available - can be utilized, enriched and rethought to provide new evidence for developments in the English language.
Download or read book Corpus Linguistics and Translation Tools for Digital Humanities written by Stefania M. Maci and published by Bloomsbury Publishing. This book was released on 2022-07-14 with total page 249 pages. Available in PDF, EPUB and Kindle. Book excerpt: Presenting the digital humanities as both a domain of practice and as a set of methodological approaches to be applied to corpus linguistics and translation, chapters in this volume provide a novel and original framework to triangulate research for pursuing both scientific and educational goals within the digital humanities. They also highlight more broadly the importance of data triangulation in corpus linguistics and translation studies. Putting forward practical applications for digging into data, this book is a detailed examination of how to integrate quantitative and qualitative approaches through case studies, sample analysis and practical examples.
Download or read book Python Programming for Linguistics and Digital Humanities written by Martin Weisser and published by John Wiley & Sons. This book was released on 2024-01-31 with total page 295 pages. Available in PDF, EPUB and Kindle. Book excerpt: Learn how to use Python for linguistics and digital humanities research, perfect for students working with Python for the first time Python programming is no longer only for computer science students; it is now an essential skill in linguistics, the digital humanities (DH), and social science programs that involve text analytics. Python Programming for Linguistics and Digital Humanities provides a comprehensive introduction to this widely used programming language, offering guidance on using Python to perform various processing and analysis techniques on text. Assuming no prior knowledge of programming, this student-friendly guide covers essential topics and concepts such as installing Python, using the command line, working with strings, writing modular code, designing a simple graphical user interface (GUI), annotating language data in XML and TEI, creating basic visualizations, and more. This invaluable text explains the basic tools students will need to perform their own research projects and tackle various data analysis problems. Throughout the book, hands-on exercises provide students with the opportunity to apply concepts to particular questions or projects in processing textual data and solving language-related issues. Each chapter concludes with a detailed discussion of the code applied, possible alternatives, and potential pitfalls or error messages. Teaches students how to use Python to tackle the types of problems they will encounter in linguistics and the digital humanities Features numerous practical examples of language analysis, gradually moving from simple concepts and programs to more complex projects Describes how to build a variety of data visualizations, such as frequency plots and word clouds Focuses on the text processing applications of Python, including creating word and frequency lists, recognizing linguistic patterns, and processing words for morphological analysis Includes access to a companion website with all Python programs produced in the chapter exercises and additional Python programming resources Python Programming for Linguistics and Digital Humanities: Applications for Text-Focused Fields is a must-have resource for students pursuing text-based research in the humanities, the social sciences, and all subfields of linguistics, particularly computational linguistics and corpus linguistics.
Download or read book Digital Humanities Pedagogy written by Brett D. Hirsch and published by Open Book Publishers. This book was released on 2012 with total page 450 pages. Available in PDF, EPUB and Kindle. Book excerpt: "The essays in this collection offer a timely intervention in digital humanities scholarship, bringing together established and emerging scholars from a variety of humanities disciplines across the world. The first section offers views on the practical realities of teaching digital humanities at undergraduate and graduate levels, presenting case studies and snapshots of the authors' experiences alongside models for future courses and reflections on pedagogical successes and failures. The next section proposes strategies for teaching foundational digital humanities methods across a variety of scholarly disciplines, and the book concludes with wider debates about the place of digital humanities in the academy, from the field's cultural assumptions and social obligations to its political visions." (4e de couverture).
Download or read book Data Analytics in Digital Humanities written by Shalin Hai-Jew and published by Springer. This book was released on 2017-05-03 with total page 304 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book covers computationally innovative methods and technologies including data collection and elicitation, data processing, data analysis, data visualizations, and data presentation. It explores how digital humanists have harnessed the hypersociality and social technologies, benefited from the open-source sharing not only of data but of code, and made technological capabilities a critical part of humanities work. Chapters are written by researchers from around the world, bringing perspectives from diverse fields and subject areas. The respective authors describe their work, their research, and their learning. Topics include semantic web for cultural heritage valorization, machine learning for parody detection by classification, psychological text analysis, crowdsourcing imagery coding in natural disasters, and creating inheritable digital codebooks.Designed for researchers and academics, this book is suitable for those interested in methodologies and analytics that can be applied in literature, history, philosophy, linguistics, and related disciplines. Professionals such as librarians, archivists, and historians will also find the content informative and instructive.
Download or read book Introduction to Text Analytics written by Emily Ohman and published by SAGE Publications Limited. This book was released on 2024-11-01 with total page 270 pages. Available in PDF, EPUB and Kindle. Book excerpt: This easy-to-follow book will revolutionise how you approach text mining and data analysis as well as equipping you with the tools, and confidence, to navigate complex qualitative data. It can be challenging to effectively combine theoretical concepts with practical, real-world applications but this accessible guide provides you with a clear step-by-step approach. Written specifically for students and early career researchers this pragmatic manual will: • Contextualise your learning with real-world data and engaging case studies. • Encourage the application of your new skills with reflective questions. • Enhance your ability to be critical, and reflective, when dealing with imperfect data. Supported by practical online resources, this book is the perfect companion for those looking to gain confidence and independence whilst using transferable data skills.
Download or read book Linguistics across Disciplinary Borders written by Steven Coats and published by Bloomsbury Publishing. This book was released on 2024-01-11 with total page 265 pages. Available in PDF, EPUB and Kindle. Book excerpt: This volume highlights the ways in which recent developments in corpus linguistics and natural language processing can engage with topics across language studies, humanities and social science disciplines. New approaches have emerged in recent years that blur disciplinary boundaries, facilitated by factors such as the application of computational methods, access to large data sets, and the sharing of code, as well as continual advances in technologies related to data storage, retrieval, and processing. The march of data denotes an area at the border region of linguistics, humanities, and social science disciplines, but also the inevitable development of the underlying technologies that drive analysis in these subject areas. Organized into 3 sections, the chapters are connected by the underlying thread of linguistic corpora: how they can be created, how they can shed light on varieties or registers, and how their metadata can be utilized to better understand the internal structure of similar resources. While some chapters in the volume make use of well-established existing corpora, others analyze data from platforms such as YouTube, Twitter or Reddit. The volume provides insight into the diversity of methods, approaches, and corpora that inform our understanding of the border regions between the realms of data science, language/linguistics, and social or cultural studies.
Download or read book The Bloomsbury Handbook to the Digital Humanities written by James O’Sullivan and published by Bloomsbury Publishing. This book was released on 2022-11-03 with total page 513 pages. Available in PDF, EPUB and Kindle. Book excerpt: The Bloomsbury Handbook to the Digital Humanities reconsiders key debates, methods, possibilities, and failings from across the digital humanities, offering a timely interrogation of the present and future of the arts and humanities in the digital age. Comprising 43 essays from some of the field's leading scholars and practitioners, this comprehensive collection examines, among its many subjects, the emergence and ongoing development of DH, postcolonial digital humanities, feminist digital humanities, race and DH, multilingual digital humanities, media studies as DH, the failings of DH, critical digital humanities, the future of text encoding, cultural analytics, natural language processing, open access and digital publishing, digital cultural heritage, archiving and editing, sustainability, DH pedagogy, labour, artificial intelligence, the cultural economy, and the role of the digital humanities in climate change. The Bloomsbury Handbook to the Digital Humanities: Surveys key contemporary debates within DH, focusing on pressing issues of perspective, methodology, access, capacity, and sustainability. Reconsiders and reimagines the past, present, and future of the digital humanities. Features an intuitive structure which divides topics across five sections: “Perspectives & Polemics”, “Methods, Tools & Techniques”, “Public Digital Humanities”, “Institutional Contexts”, and “DH Futures”. Comprehensive in scope and accessibility written, this book is essential reading for students, scholars, and practitioners working across the digital humanities and wider arts and humanities. Featuring contributions from pre-eminent scholars and radical thinkers both established and emerging, The Bloomsbury Handbook to the Digital Humanities should long serve as a roadmap through the myriad formulations, methodologies, opportunities, and limitations of DH. Comprehensive in its scope, pithy in style yet forensic in its scholarship, this book is essential reading for students, scholars, and practitioners working across the digital humanities, whatever DH might be, and whatever DH might become.
Download or read book An Introduction to Text Mining written by Gabe Ignatow and published by SAGE Publications. This book was released on 2017-09-22 with total page 345 pages. Available in PDF, EPUB and Kindle. Book excerpt: Students in social science courses communicate, socialize, shop, learn, and work online. When they are asked to collect data for course projects they are often drawn to social media platforms and other online sources of textual data. There are many software packages and programming languages available to help students collect data online, and there are many texts designed to help with different forms of online research, from surveys to ethnographic interviews. But there is no textbook available that teaches students how to construct a viable research project based on online sources of textual data such as newspaper archives, site user comment archives, digitized historical documents, or social media user comment archives. Gabe Ignatow and Rada F. Mihalcea's new text An Introduction to Text Mining will be a starting point for undergraduates and first-year graduate students interested in collecting and analyzing textual data from online sources, and will cover the most critical issues that students must take into consideration at all stages of their research projects, including: ethical and philosophical issues; issues related to research design; web scraping and crawling; strategic data selection; data sampling; use of specific text analysis methods; and report writing.
Download or read book Data Mining and Learning Analytics written by Samira ElAtia and published by John Wiley & Sons. This book was released on 2016-09-20 with total page 351 pages. Available in PDF, EPUB and Kindle. Book excerpt: Addresses the impacts of data mining on education and reviews applications in educational research teaching, and learning This book discusses the insights, challenges, issues, expectations, and practical implementation of data mining (DM) within educational mandates. Initial series of chapters offer a general overview of DM, Learning Analytics (LA), and data collection models in the context of educational research, while also defining and discussing data mining’s four guiding principles— prediction, clustering, rule association, and outlier detection. The next series of chapters showcase the pedagogical applications of Educational Data Mining (EDM) and feature case studies drawn from Business, Humanities, Health Sciences, Linguistics, and Physical Sciences education that serve to highlight the successes and some of the limitations of data mining research applications in educational settings. The remaining chapters focus exclusively on EDM’s emerging role in helping to advance educational research—from identifying at-risk students and closing socioeconomic gaps in achievement to aiding in teacher evaluation and facilitating peer conferencing. This book features contributions from international experts in a variety of fields. Includes case studies where data mining techniques have been effectively applied to advance teaching and learning Addresses applications of data mining in educational research, including: social networking and education; policy and legislation in the classroom; and identification of at-risk students Explores Massive Open Online Courses (MOOCs) to study the effectiveness of online networks in promoting learning and understanding the communication patterns among users and students Features supplementary resources including a primer on foundational aspects of educational mining and learning analytics Data Mining and Learning Analytics: Applications in Educational Research is written for both scientists in EDM and educators interested in using and integrating DM and LA to improve education and advance educational research.
Download or read book Corpus Linguistics in Literary Analysis written by Bettina Fischer-Starcke and published by Bloomsbury Publishing. This book was released on 2010-08-26 with total page 241 pages. Available in PDF, EPUB and Kindle. Book excerpt: Corpus Linguistics and The Study of Literature provides a theoretical introduction to corpus stylistics and also demonstrates its application by presenting corpus stylistic analyses of literary texts and corpora. The first part of the book addresses theoretical issues such as the relationship between subjectivity and objectivity in corpus linguistic analyses, criteria for the evaluation of results from corpus linguistic analyses and also discusses units of meaning in language. The second part of the book takes this theory and applies it to Northanger Abbey by Jane Austen and to two corpora consisting of: Austen's six novels; and texts that are contemporary with Austen. The analyses demonstrate the impact of various features of text on literary meanings and how corpus tools can extract new critical angles. This book will be a key read for upper level undergraduates and postgraduates working in corpus linguistics and in stylistics on linguistics and language studies courses. The editorial board includes: Paul Baker (Lancaster), Frantisek Cermak (Prague), Susan Conrad (Portland), Geoffrey Leech (Lancaster), Dominique Maingueneau (Paris XII), Christian Mair (Freiburg), Alan Partington (Bologna), Elena Tognini-Bonelli (Siena and TWC), Ruth Wodak (Lancaster), and Feng Zhiwei (Beijing). The Corpus and Discourse series consists of two strands. The first, Research in Corpus and Discourse , features innovative contributions to various aspects of corpus linguistics and a wide range of applications, from language technology via the teaching of a second language to a history of mentalities. The second strand, Studies in Corpus and Discourse , is comprised of key texts bridging the gap between social studies and linguistics. Although equally academically rigorous, this strand will be aimed at a wider audience of academics and postgraduate students working in both disciplines.
Download or read book Digital Humanities and Buddhism written by Daniel Veidlinger and published by Walter de Gruyter GmbH & Co KG. This book was released on 2019-06-04 with total page 252 pages. Available in PDF, EPUB and Kindle. Book excerpt: IDH Religion provides a series of short introductions to specific areas of study at the intersections of digital humanities and religion, offering an overview of current methodologies, techniques, tools, and projects as well as defining challenges and opportunities for further research. This volume explores DH and Buddhism in four sections: Theory and Method; Digital Conservation, Preservation and Archiving; Digital Analysis; Digital Resources. It covers themes such as language processing, digital libraries, online lexicography, and ethnographic methods. Erratum: Unfortunately there is a mistake in the print version in the last paragraph of page 14. READ is an open-source software system developed by a team consisting of Stefan Baums at the Bavarian Academy of Sciences and Humanities, Andrew Glass in Seattle, Ian McCrabb at the University of Sydney and Stephen White in Venice (https://github.com/readsoftware/read).
Download or read book The Shape of Data in Digital Humanities written by Julia Flanders and published by Routledge. This book was released on 2018-11-02 with total page 342 pages. Available in PDF, EPUB and Kindle. Book excerpt: Data and its technologies now play a large and growing role in humanities research and teaching. This book addresses the needs of humanities scholars who seek deeper expertise in the area of data modeling and representation. The authors, all experts in digital humanities, offer a clear explanation of key technical principles, a grounded discussion of case studies, and an exploration of important theoretical concerns. The book opens with an orientation, giving the reader a history of data modeling in the humanities and a grounding in the technical concepts necessary to understand and engage with the second part of the book. The second part of the book is a wide-ranging exploration of topics central for a deeper understanding of data modeling in digital humanities. Chapters cover data modeling standards and the role they play in shaping digital humanities practice, traditional forms of modeling in the humanities and how they have been transformed by digital approaches, ontologies which seek to anchor meaning in digital humanities resources, and how data models inhabit the other analytical tools used in digital humanities research. It concludes with a glossary chapter that explains specific terms and concepts for data modeling in the digital humanities context. This book is a unique and invaluable resource for teaching and practising data modeling in a digital humanities context.