Language and Computers (inbunden)
Fler böcker inom
Format
Häftad (Paperback / softback)
Språk
Engelska
Antal sidor
256
Utgivningsdatum
2012-10-05
Upplaga
1
Förlag
Wiley-Blackwell
Medarbetare
Detmar (förf.)
Illustrationer
black & white illustrations, black & white line drawings, black & white tables, figures
Dimensioner
244 x 170 x 15 mm
Vikt
377 g
Antal komponenter
1
Komponenter
67:B&W 6.69 x 9.61 in or 244 x 170 mm (Pinched Crown) Perfect Bound on White w/Gloss Lam
ISBN
9781405183055

Language and Computers

Häftad,  Engelska, 2012-10-05
430
  • Skickas från oss inom 5-8 vardagar.
  • Fri frakt över 249 kr för privatkunder i Sverige.
Finns även som
Visa alla 4 format & utgåvor
Language and Computers introduces students to the fundamentals of how computers are used to represent, process, and organize textual and spoken information. Concepts are grounded in real-world examples familiar to students experiences of using language and computers in everyday life. A real-world introduction to the fundamentals of how computers process language, written specifically for the undergraduate audience, introducing key concepts from computational linguistics. Offers a comprehensive explanation of the problems computers face in handling natural language Covers a broad spectrum of language-related applications and issues, including major computer applications involving natural language and the social and ethical implications of these new developments The book focuses on real-world examples with which students can identify, using these to explore the technology and how it works Features under-the-hood sections that give greater detail on selected advanced topics, rendering the book appropriate for more advanced courses, or for independent study by the motivated reader.

Passar bra ihop

  1. Language and Computers
  2. +
  3. Essential English Grammar

De som köpt den här boken har ofta också köpt Essential English Grammar av Maria Estling Vannestål (häftad).

Köp båda 2 för 842 kr

Kundrecensioner

Har du läst boken? Sätt ditt betyg »

Recensioner i media

a broad introduction is also needed by Bachelors students in linguistics, and by those studying to become language consultants, translators, and so on. This book would then be the natural choice. (Computational Linguistics, 2013) In general, I can certainly recommend Language and Computers as a broad introduction to language technology aimed at the general audience and at students who are curious about modern language technology. (Mach Translat, 1 March 2013)

Övrig information

Markus Dickinson is Assistant Professor at the Department of Linguistics, Indiana University and currently the director of the Computational Linguistics program. His research focuses on improving linguistic annotation for natural language processing technology and automatically analyzing the language of second language learners. Chris Brew is a Senior Research Scientist with the Educational Testing Service in Princeton, where he is currently the scientific lead for the c-rater project on automated short answer grading. He has been active in Natural Language Processing for over 20 years, first in the UK, then as Associate Professor of Linguistics and Computer Science at The Ohio State University, where he co-directed the Speech and Language Technologies Laboratory, as well as the Computational Linguistics Program. Detmar Meurers is Professor of Computational Linguistics and head of the Theoretical Computational Linguistics group at the University of Tbingen. He has a longstanding commitment to teaching Computational Linguistics and Linguistics in a way that combines current technology and research issues with the fundamentals of the field. His research emphasizes the role of linguistic insight and linguistic models in Computational Linguistics. His most recent research adds a focus on theory and applications related to second language acquisition.

Innehållsförteckning

What This Book Is About xi Overview for Instructors xiii Acknowledgments xvii 1 Prologue : Encoding Language on Computers 1 1.1 Where do we start? 1 1.1.1 Encoding language 2 1.2 Writing systems used for human languages 2 1.2.1 Alphabetic systems 3 1.2.2 Syllabic systems 6 1.2.3 Logographic writing systems 8 1.2.4 Systems with unusual realization 11 1.2.5 Relation to language 11 1.3 Encoding written language 12 1.3.1 Storing information on a computer 12 1.3.2 Using bytes to store characters 14 1.4 Encoding spoken language 17 1.4.1 The nature of speech 17 1.4.2 Articulatory properties 18 1.4.3 Acoustic properties 18 1.4.4 Measuring speech 20 Under the Hood 1: Reading a spectrogram 21 1.4.5 Relating written and spoken language 24 Under the Hood 2: Language modeling for automatic speech recognition 26 2 Writers Aids 33 2.1 Introduction 33 2.2 Kinds of spelling errors 34 2.2.1 Nonword errors 35 2.2.2 Real-word errors 37 2.3 Spell checkers 38 2.3.1 Nonword error detection 39 2.3.2 Isolated-word spelling correction 41 Under the Hood 3: Dynamic programming 44 2.4 Word correction in context 49 2.4.1 What is grammar? 50 Under the Hood 4: Complexity of languages 56 2.4.2 Techniques for correcting words in context 58 Under the Hood 5: Spell checking for web queries 62 2.5 Style checkers 64 3 Language Tutoring Systems 69 3.1 Learning a language 69 3.2 Computer-assisted language learning 71 3.3 Why make CALL tools aware of language? 73 3.4 What is involved in adding linguistic analysis? 76 3.4.1 Tokenization 76 3.4.2 Part-of-speech tagging 78 3.4.3 Beyond words 80 3.5 An example ICALL system: TAGARELA 81 3.6 Modeling the learner 83 4 Searching 91 4.1 Introduction 91 4.2 Searching through structured data 93 4.3 Searching through unstructured data 95 4.3.1 Information need 95 4.3.2 Evaluating search results 96 4.3.3 Example: Searching the web 97 4.3.4 How search engines work 100 Under the Hood 6: A brief tour of HTML 103 4.4 Searching semi-structured data with regular expressions 107 4.4.1 Syntax of regular expressions 108 4.4.2 Grep: An example of using regular expressions 110 Under the Hood 7: Finite-state automata 112 4.5 Searching text corpora 115 4.5.1 Why corpora? 116 4.5.2 Annotated language corpora 117 Under the Hood 8: Searching for linguistic patterns on the web 118 5 Classifying Documents : From Junk Mail Detection to Sentiment Classification 127 5.1 Automatic document classification 127 5.2 How computers learn 129 5.2.1 Supervised learning 130 5.2.2 Unsupervised learning 131 5.3 Features and evidence 131 5.4 Application: Spam filtering 133 5.4.1 Base rates 135 5.4.2 Payoffs 139 5.4.3 Back to documents 139 5.5 Some types of document classifiers 140 5.5.1 The Naive Bayes classifier 140 Under the Hood 9: Naive Bayes 142 5.5.2 The perceptron 145 5.5.3 Which classifier to use 148 5.6 From classification algorithms to context of use 149 6 Dialog Systems 153 6.1 Computers that converse? 153 6.2 Why dialogs happen 155 6.3 Automating dialog 156 6.3.1 Getting started 156 6.3.2 Establishing a goal 157 6.3.3 Accepting the user s goal 157 6.3.4 The caller plays her role 158 6.3.5 Giving the answer 158 6.3.6 Negotiating the end of the conversation 159 6.4 Conventions and framing expectations 159 6.4.1 Some framing expectations for games and sports 160 6.4.2 The framing expectations for dialogs 160 6.5 Properties of dialog 161 6.5.1 Dialog moves 161 6.5.2 Speech acts 162 6.5.3 Conversational maxims 164 6.6 Dialog systems and their tasks 166 6.7 Eliza 167 Under the Hood 10: How Eliza works 172 6.8 Spoken dialogs 174 6.9 How to evaluate a dialog system 175 6.10 Why is dialog important? 176 7 Machine Translation Systems 181 7.1 Computers that translate? 181 7.2 Applications of translation 183 7.2.1 Translation n