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.
Sprache
Verlagsort
Zielgruppe
Produkt-Hinweis
Illustrationen
Worked examples or Exercises
Maße
Höhe: 229 mm
Breite: 156 mm
Dicke: 20 mm
Gewicht
ISBN-13
978-1-108-73707-4 (9781108737074)
Copyright in bibliographic data and cover images is held by Nielsen Book Services Limited or by the publishers or by their respective licensors: all rights reserved.
Schweitzer Klassifikation
Michael Hammond is Professor of Linguistics and Human Language Technology at the University of Arizona. His previous titles include Programming for Linguists: Perl for Language Professionals (2003) and Programming for Linguists: Java Technology for Language Professionals (2002).
Autor*in
University of Arizona
Preface; 1. Interacting with Python and basic functions; 2. Data types and variables; 3. Control structures; 4. Input-output; 5. Subroutines and modules; 6. Regular expressions; 7. Text manipulation; 8. Internet data; 9. Objects; 10. GUIs; 11. Functional programming; Appendix A. NLTK.