Details

Language and Computers


Language and Computers


1. Aufl.

von: Markus Dickinson, Chris Brew, Detmar Meurers

26,99 €

Verlag: Wiley-Blackwell
Format: EPUB
Veröffentl.: 20.08.2012
ISBN/EAN: 9781118324967
Sprache: englisch
Anzahl Seiten: 256

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

<i>Language and Computers</i> 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.<br /> <br /> <ul> <li>A real-world introduction to the fundamentals of how computers process language, written specifically for the undergraduate audience, introducing key concepts from computational linguistics.</li> <li>Offers a comprehensive explanation of the problems computers face in handling natural language</li> <li>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</li> <li>The book focuses on real-world examples with which students can identify, using these to explore the technology and how it works</li> <li>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.</li> </ul>
<p>What This Book Is About xi</p> <p>Overview for Instructors xiii</p> <p>Acknowledgments xvii</p> <p><b>1 Prologue : Encoding Language on Computers 1</b></p> <p>1.1 Where do we start? 1</p> <p>1.1.1 Encoding language 2</p> <p>1.2 Writing systems used for human languages 2</p> <p>1.2.1 Alphabetic systems 3</p> <p>1.2.2 Syllabic systems 6</p> <p>1.2.3 Logographic writing systems 8</p> <p>1.2.4 Systems with unusual realization 11</p> <p>1.2.5 Relation to language 11</p> <p>1.3 Encoding written language 12</p> <p>1.3.1 Storing information on a computer 12</p> <p>1.3.2 Using bytes to store characters 14</p> <p>1.4 Encoding spoken language 17</p> <p>1.4.1 The nature of speech 17</p> <p>1.4.2 Articulatory properties 18</p> <p>1.4.3 Acoustic properties 18</p> <p>1.4.4 Measuring speech 20</p> <p>Under the Hood 1: Reading a spectrogram 21</p> <p>1.4.5 Relating written and spoken language 24</p> <p>Under the Hood 2: Language modeling for automatic speech recognition 26</p> <p><b>2 Writers’ Aids 33</b></p> <p>2.1 Introduction 33</p> <p>2.2 Kinds of spelling errors 34</p> <p>2.2.1 Nonword errors 35</p> <p>2.2.2 Real-word errors 37</p> <p>2.3 Spell checkers 38</p> <p>2.3.1 Nonword error detection 39</p> <p>2.3.2 Isolated-word spelling correction 41</p> <p>Under the Hood 3: Dynamic programming 44</p> <p>2.4 Word correction in context 49</p> <p>2.4.1 What is grammar? 50</p> <p>Under the Hood 4: Complexity of languages 56</p> <p>2.4.2 Techniques for correcting words in context 58</p> <p>Under the Hood 5: Spell checking for web queries 62</p> <p>2.5 Style checkers 64</p> <p><b>3 Language Tutoring Systems 69</b></p> <p>3.1 Learning a language 69</p> <p>3.2 Computer-assisted language learning 71</p> <p>3.3 Why make CALL tools aware of language? 73</p> <p>3.4 What is involved in adding linguistic analysis? 76</p> <p>3.4.1 Tokenization 76</p> <p>3.4.2 Part-of-speech tagging 78</p> <p>3.4.3 Beyond words 80</p> <p>3.5 An example ICALL system: TAGARELA 81</p> <p>3.6 Modeling the learner 83</p> <p><b>4 Searching 91</b></p> <p>4.1 Introduction 91</p> <p>4.2 Searching through structured data 93</p> <p>4.3 Searching through unstructured data 95</p> <p>4.3.1 Information need 95</p> <p>4.3.2 Evaluating search results 96</p> <p>4.3.3 Example: Searching the web 97</p> <p>4.3.4 How search engines work 100</p> <p>Under the Hood 6: A brief tour of HTML 103</p> <p>4.4 Searching semi-structured data with regular expressions 107</p> <p>4.4.1 Syntax of regular expressions 108</p> <p>4.4.2 Grep: An example of using regular expressions 110</p> <p>Under the Hood 7: Finite-state automata 112</p> <p>4.5 Searching text corpora 115</p> <p>4.5.1 Why corpora? 116</p> <p>4.5.2 Annotated language corpora 117</p> <p>Under the Hood 8: Searching for linguistic patterns on the web 118</p> <p><b>5 Classifying Documents : From Junk Mail Detection to Sentiment Classification 127</b></p> <p>5.1 Automatic document classification 127</p> <p>5.2 How computers “learn ” 129</p> <p>5.2.1 Supervised learning 130</p> <p>5.2.2 Unsupervised learning 131</p> <p>5.3 Features and evidence 131</p> <p>5.4 Application: Spam filtering 133</p> <p>5.4.1 Base rates 135</p> <p>5.4.2 Payoffs 139</p> <p>5.4.3 Back to documents 139</p> <p>5.5 Some types of document classifiers 140</p> <p>5.5.1 The Naive Bayes classifier 140</p> <p>Under the Hood 9: Naive Bayes 142</p> <p>5.5.2 The perceptron 145</p> <p>5.5.3 Which classifier to use 148</p> <p>5.6 From classification algorithms to context of use 149</p> <p><b>6 Dialog Systems 153</b></p> <p>6.1 Computers that “converse”? 153</p> <p>6.2 Why dialogs happen 155</p> <p>6.3 Automating dialog 156</p> <p>6.3.1 Getting started 156</p> <p>6.3.2 Establishing a goal 157</p> <p>6.3.3 Accepting the user ’ s goal 157</p> <p>6.3.4 The caller plays her role 158</p> <p>6.3.5 Giving the answer 158</p> <p>6.3.6 Negotiating the end of the conversation 159</p> <p>6.4 Conventions and framing expectations 159</p> <p>6.4.1 Some framing expectations for games and sports 160</p> <p>6.4.2 The framing expectations for dialogs 160</p> <p>6.5 Properties of dialog 161</p> <p>6.5.1 Dialog moves 161</p> <p>6.5.2 Speech acts 162</p> <p>6.5.3 Conversational maxims 164</p> <p>6.6 Dialog systems and their tasks 166</p> <p>6.7 Eliza 167</p> <p>Under the Hood 10: How Eliza works 172</p> <p>6.8 Spoken dialogs 174</p> <p>6.9 How to evaluate a dialog system 175</p> <p>6.10 Why is dialog important? 176</p> <p><b>7 Machine Translation Systems 181</b></p> <p>7.1 Computers that “translate”? 181</p> <p>7.2 Applications of translation 183</p> <p>7.2.1 Translation needs 183</p> <p>7.2.2 What is machine translation really for? 184</p> <p>7.3 Translating Shakespeare 185</p> <p>7.4 The translation triangle 188</p> <p>7.5 Translation and meaning 191</p> <p>7.6 Words and meanings 193</p> <p>7.6.1 Words and other languages 193</p> <p>7.6.2 Synonyms and translation equivalents 194</p> <p>7.7 Word alignment 194</p> <p>7.8 IBM Model 1 198</p> <p>Under the Hood 11: The noisy channel model 200</p> <p>Under the Hood 12: Phrase-based statistical translation 204</p> <p>7.9 Commercial automatic translation 205</p> <p>7.9.1 Translating weather reports 205</p> <p>7.9.2 Translation in the European Union 207</p> <p>7.9.3 Prospects for translators 208</p> <p><b>8 Epilogue : Impact of Language Technology 215</b></p> <p>References 221</p> <p>Concept Index 227</p>
<p>“…a broad introduction is also needed by Bachelor’s students in linguistics, and by those studying to become language consultants, translators, and so on. This book would then be the natural choice.”  (<i>Computational Linguistics</i><i>, 2013)</i></p> <p>“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.”  (<i>Mach Translat</i>, 1 March 2013)</p>
<b>Markus Dickinson</b> 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. <br /> <br /> <b>Chris Brew</b> 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.<br /> <br /> <b>Detmar Meurers</b> is Professor of Computational Linguistics and head of the Theoretical Computational Linguistics group at the University of Tübingen. 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.<br /> <br />
The widening use of computers has powerfully influenced the way people communicate, search and store information. For the majority of individuals and situations, the primary vehicle for such information is natural language, and text and speech are crucial encoding formats for the information revolution. <br /> <br /> This book introduces students to the fundamentals of how computers are used to represent, process, and organize textual and spoken information. It allows students to effectively understand how the computer works and where the problems arise with the involvement of natural language. Self-contained chapters cover the central analytical concepts and provide students with tips on how to effectively integrate this knowledge into their working practice. <br /> <br /> The authors ground the concepts and analyses covered in the text in real-world examples familiar to students. Drawing on these examples, the authors teach students how to produce evidence-based analyses and arguments about language. The result is a book that teaches students to generate, justify and argue for valid conclusions about the design, capabilities and behavior of natural language systems.

Diese Produkte könnten Sie auch interessieren:

The Handbook of Hispanic Linguistics
The Handbook of Hispanic Linguistics
von: José Ignacio Hualde, Antxon Olarrea, Erin O'Rourke
PDF ebook
46,99 €
A Companion to Lesbian, Gay, Bisexual, Transgender, and Queer Studies
A Companion to Lesbian, Gay, Bisexual, Transgender, and Queer Studies
von: George E. Haggerty, Molly McGarry
PDF ebook
38,99 €