Skip to content

Speech and Language Processing

Best in textbook rentals since 2012!

ISBN-10: 0131873210

ISBN-13: 9780131873216

Edition: 2nd 2009 (Revised)

Authors: Daniel Jurafsky, James Martin

List price: $226.65
Shipping box This item qualifies for FREE shipping.
Blue ribbon 30 day, 100% satisfaction guarantee!

Rental notice: supplementary materials (access codes, CDs, etc.) are not guaranteed with rental orders.

Rent eBooks
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

An explosion of Web-based language techniques, merging of distinct fields, availability of phone-based dialogue systems, and much more make this an exciting time in speech and language processing. The first of its kind to thoroughly cover language technology - at all levels and with all modern technologies - this book takes an empirical approach to the subject, based on applying statistical and other machine-learning algorithms to large corporations. Builds each chapter around one or more worked examples demonstrating the main idea of the chapter, usingthe examples to illustrate the relative strengths and weaknesses of various approaches. Adds coverage of statistical sequence labeling,…    
Customers also bought

Book details

List price: $226.65
Edition: 2nd
Copyright year: 2009
Publisher: Pearson Education
Publication date: 5/16/2008
Binding: Hardcover
Pages: 1024
Size: 7.00" wide x 9.30" long x 1.50" tall
Weight: 3.652
Language: English

Dan Jurafsky is the recipient of a MacArthur "Genius Grant" and a professor of linguistics at Stanford University. He and his wife live in San Francisco.

Foreword
Preface
About the Authors
Introduction
Knowledge in Speech and Language Processing
Ambiguity
Models and Algorithms
Language, Thought, and Understanding
The State of the Art
Some Brief History
Foundational Insights: 1940s and 1950s
The Two Camps: 1957 1970
Four Paradigms: 1970 1983
Empiricism and Finite State Models Redux: 1983 1993
The Field Comes Together: 1994 1999
The Rise of Machine Learning: 2000 2008
On Multiple Discoveries
A Final Brief Note on Psychology
SummaryBibliographical and Historical Notes
Words2 Regular Expressions and Automata
Regular Expressions
Basic Regular Expression Patterns
Disjunction, Grouping, and Precedence
A Simple Example
A More Complex Example
Advanced Operators
Regular Expression Substitution, Memory, and ELIZA
Finite-State Automata
Using an FSA to Recognize Sheeptalk
Formal Languages
Another Example
Non-Deterministic FSAs
Using an NFSA to Accept Strings
Recognition as Search
Relating Deterministic and Non-Deterministic Automata
Regular Languages and FSAs
SummaryBibliographical and Historical NotesExercises3 Words and Transducers
Survey of (Mostly) English Morphology
Inflectional Morphology
Derivational Morphology
Cliticization
Non-Concatenative Morphology
Agreement
Finite-State Morphological Parsing
Construction of a Finite-State Lexicon
Finite-State Transducers
Sequential Transducers and Determinism
FSTs for Morphological Parsing
Transducers and Orthographic Rules
The COmbination of an FST Lexicon and Rules
Lexicon-Free FSTs: The Porter Stemmer
Word and Sentence Tokenization
Segmentation in Chinese
Detection and Correction of Spelling Errors
Minimum Edit Distance
Human Morphological Processing
SummaryBibliographical and Historical NotesExercises4 N-grams
Word Counting in Corpora
Simple (Unsmoothed) N-grams
Training and Test Sets
N-gram Sensitivity to the Training Corpus
Unknown Words: Open Versus Closed Vocabulary Tasks
Evaluating N-grams: Perplexity
Smoothing
Laplace Smoothing
Good-Turing Discounting
Some Advanced Issues in Good-Turing Estimation
Interpolation
Backoff
Advanced: Details of Computing Katz Backoff a and P
Practical Issues: Toolkits and Data Formats
Advanced Issues in Language Modeling
Advanced Smoothing Methods: Kneser-Ney Smoothing
Class-Based N-grams
Language Model Adaptation and Web Use
Using Longer Distance Information: A Brief Summary
Advanced: Information Theory Background
Cross-Entropy for Comparing Models
Advanced: The Entropy of English and Entropy Rate Constancy
SummaryBibliographical and Historical NotesExercises5 Part-of-Speech Tagging
(Mostly) English Word Classes
Tagsets for English
Part-of-Speech Tagging
Rule-Based Part-of-Speech Tagging
HMM Part-of-Speech Tagging
Computing the Most-Likely Tag Sequence: An Example