Python for Linguists
Title | Python for Linguists PDF eBook |
Author | Michael Hammond |
Publisher | Cambridge University Press |
Pages | 313 |
Release | 2020-05-07 |
Genre | Computers |
ISBN | 1108493440 |
An introduction to Python programming for linguists. Examples of code specifically designed for language analysis are featured throughout.
Python for Linguists
Title | Python for Linguists PDF eBook |
Author | Michael Hammond |
Publisher | Cambridge University Press |
Pages | 313 |
Release | 2020-05-07 |
Genre | Language Arts & Disciplines |
ISBN | 1108658768 |
Specifically designed for linguists, this book provides an introduction to programming using Python for those with little to no experience of coding. Python is one of the most popular and widely-used programming languages as it's also available for free and runs on any operating system. All examples in the text involve language data and can be adapted or used directly for language research. The text focuses on key language-related issues: searching, text manipulation, text encoding and internet data, providing an excellent resource for language research. More experienced users of Python will also benefit from the advanced chapters on graphical user interfaces and functional programming.
An Introduction to Python
Title | An Introduction to Python PDF eBook |
Author | Guido Van Rossum |
Publisher | Network Theory. |
Pages | 164 |
Release | 2011-03 |
Genre | Python (Computer program language) |
ISBN | 9781906966133 |
"This manual is part of the official reference documentation for Python, an object-oriented programming language created by Guido van Rossum. Python is free software. The term “free software” refers to your freedom to run, copy, distribute, study, change and improve the software. With Python you have all these freedoms. You can support free software by becoming an associate member of the Free Software Foundation. The Free Software Foundation is a tax-exempt charity dedicated to promoting the right to use, study, copy, modify, and redistribute computer programs. It also helps to spread awareness of the ethical and political issues of freedom in the use of software. For more information visit the website www.fsf.org. The development of Python itself is supported by the Python Software Foundation. Companies using Python can invest in the language by becoming sponsoring members of this group. Donations can also be made online through the Python website. Further information is available at http://www.python.org/psf/."--Page 1.
The Unicode cookbook for linguists
Title | The Unicode cookbook for linguists PDF eBook |
Author | Steven Moran |
Publisher | Language Science Press |
Pages | 148 |
Release | 2018-06-29 |
Genre | Language Arts & Disciplines |
ISBN | 396110090X |
This text is a practical guide for linguists, and programmers, who work with data in multilingual computational environments. We introduce the basic concepts needed to understand how writing systems and character encodings function, and how they work together at the intersection between the Unicode Standard and the International Phonetic Alphabet. Although these standards are often met with frustration by users, they nevertheless provide language researchers and programmers with a consistent computational architecture needed to process, publish and analyze lexical data from the world's languages. Thus we bring to light common, but not always transparent, pitfalls which researchers face when working with Unicode and IPA. Having identified and overcome these pitfalls involved in making writing systems and character encodings syntactically and semantically interoperable (to the extent that they can be), we created a suite of open-source Python and R tools to work with languages using orthography profiles that describe author- or document-specific orthographic conventions. In this cookbook we describe a formal specification of orthography profiles and provide recipes using open source tools to show how users can segment text, analyze it, identify errors, and to transform it into different written forms for comparative linguistics research. This book is a prime example of open publishing as envisioned by Language Science Press. It is open access, has accompanying open source software, has open peer review, versioning and so on. Read more in this blog post.
Natural Language Processing with Python
Title | Natural Language Processing with Python PDF eBook |
Author | Steven Bird |
Publisher | "O'Reilly Media, Inc." |
Pages | 506 |
Release | 2009-06-12 |
Genre | Computers |
ISBN | 0596555717 |
This book offers a highly accessible introduction to natural language processing, the field that supports a variety of language technologies, from predictive text and email filtering to automatic summarization and translation. With it, you'll learn how to write Python programs that work with large collections of unstructured text. You'll access richly annotated datasets using a comprehensive range of linguistic data structures, and you'll understand the main algorithms for analyzing the content and structure of written communication. Packed with examples and exercises, Natural Language Processing with Python will help you: Extract information from unstructured text, either to guess the topic or identify "named entities" Analyze linguistic structure in text, including parsing and semantic analysis Access popular linguistic databases, including WordNet and treebanks Integrate techniques drawn from fields as diverse as linguistics and artificial intelligence This book will help you gain practical skills in natural language processing using the Python programming language and the Natural Language Toolkit (NLTK) open source library. If you're interested in developing web applications, analyzing multilingual news sources, or documenting endangered languages -- or if you're simply curious to have a programmer's perspective on how human language works -- you'll find Natural Language Processing with Python both fascinating and immensely useful.
Statistics for Linguists: An Introduction Using R
Title | Statistics for Linguists: An Introduction Using R PDF eBook |
Author | Bodo Winter |
Publisher | Routledge |
Pages | 327 |
Release | 2019-10-30 |
Genre | Education |
ISBN | 1351677438 |
Statistics for Linguists: An Introduction Using R is the first statistics textbook on linear models for linguistics. The book covers simple uses of linear models through generalized models to more advanced approaches, maintaining its focus on conceptual issues and avoiding excessive mathematical details. It contains many applied examples using the R statistical programming environment. Written in an accessible tone and style, this text is the ideal main resource for graduate and advanced undergraduate students of Linguistics statistics courses as well as those in other fields, including Psychology, Cognitive Science, and Data Science.
Programming for Linguists
Title | Programming for Linguists PDF eBook |
Author | Michael Hammond |
Publisher | John Wiley & Sons |
Pages | 232 |
Release | 2008-04-15 |
Genre | Language Arts & Disciplines |
ISBN | 047075222X |
This book is an introduction to the rudiments of Perl programming. It provides the general reader with an interest in language with the most usable and relevant aspects of Perl for writing programs that deal with language. Exposes the general reader with an interest in language to the most usable and relevant aspects of Perl for writing programs that deal with language. Contains simple examples and exercises that gradually introduce the reader to the essentials of good programming. Assumes no prior programming experience. Accompanied by exercises at the end of each chapter and offers all the code on the companion website: http://www.u.arizona.edu/~hammond