您好,欢迎来到聚文网。 登录 免费注册
语音语言处理导论

语音语言处理导论

  • 字数: 469000
  • 装帧: 平装
  • 出版社: 北京大学出版社
  • 作者: 克勒曼(John Coleman) 著作
  • 出版日期: 2010-09-01
  • 商品条码: 9787301171530
  • 版次: 1
  • 开本: 16开
  • 出版年份: 2010
定价:¥46 销售价:登录后查看价格  ¥{{selectedSku?.salePrice}} 
库存: {{selectedSku?.stock}} 库存充足
{{item.title}}:
{{its.name}}
精选
内容简介
中国靠前中俄翻译研究也不遑多让,大约在上世纪50年代中期便已开始。可惜的是,这些中文相关早期机器翻译研究,由于硬件与软件的限制,没能延续下来。中文计算语言学研究比较有系统的进展,还要等到1986年;海峡两岸在同一年成立了两个致力于中文计算语言学基础架构建立的研究群。北京大学的计算语言学研究所在熙先生倡导下成立,随后一段时间由陆俭明、俞士汶主持。而台湾“中研院”的中文词知识库小组,由谢清俊创立,陈健主持,黄居仁1987年返台后加入。 
目录
导读
Acknowledgements and copyright notices
1 Introduction
1.1 About this book
1.2 Purpose of this book
1.3 Some reasons to use this book
1.4 What's in the book (and what's not)
1.5 Computational set-up needed for this book
1.6 Computational skills that are necessary in order to use the book
1.7 Free software suggestions
1.8 Book structure

Sounds and numbers
2.1 Preparatory assignments
2.2 Solutions
2.3 Sampling
2.4 Quantization
2.5 The sampling theorem
2.6 Generating a signal
2.7 Numeric data types
2.8 The program
2.9 Structure of a loop
2.10 Structure of an array
2.11 Calculating the cosine values
2.12 Structure of the program
2.13 Writing the signal to a file
Chapter summary
Further Exercises
Further reading

Digital filters and resonators
3.1 Operations on sequences of numbers
3.2 A program for calculating RMS amplitude
3.3 Filtering
3.4 A program for calculating running means of 4
3.5 Smoothing over a longer time-window
3.6 Avoiding the need for long window
3.7 IIR filters in C
3.8 Structure of the Klatt formant synthesizer
Chapter summary
Exercises
Further reading

Frequency analysis and linear predictive coding
4.1 Spectral analysis
4.2 Spectral analysis in C
4.3 Cepstral analysis
4.4 Computation of the cepstrum in C
4.5 Pitch tracking using cepstral analysis
4.6 Voicing detection
4.7 f0estimation by the autocorrelation method
4.8 Linear predictive coding
4.9 C programs for LPC analysis and resynthesis
4.10 Trying it out
4.11 Applications of LPC
Chapter Summary
Further exercises
Further reading

Finite-state machines
5. 1 Some simple examples
5.2 A more serious example
5.3 Deterministic and non-deterministic automata
5.4 Implementation in Prolog
5.5 Prolog's processing strategy and the treatment
of variables
5.6 Generating strings
5.7 Three possibly useful applications o{ that idea
5.8 Another approach to describing finite-state machines
5.9 Self-loops
5.10 Finite-state transducers(FSTs)
5.11 Using finite-state transducers to relate speech to phonemes
5.12 Finite-state phonology
5.13 Finite-state syntactic processing
Chapter summary
Further exercises
Further reading

Introduction to speech recognition techniques
6.1 Architectures for speech recognition
6.2 The pattern-recognition approach
6.3 Dynamic time warping
6.4 Applications
6.5 Sources of variability in speech
Chapter summary
Further reading

Probabilistic finite-state models
7.1 Introduction
7.2 Indeterminacy: n-gram models for part-of-speech tagging ~
7.3 Some probability theory for language modelling
7.4 Markov models
7.5 Trigram models
7.6 Incompleteness of the training corpus
7.7 Part-of-speech model calculations
7.8 Using HMMs for speech recognition
7.9 Chomsky's objections to Markov models and some rejoinders
Chapter summary
Further reading

Parsing
8.1 Introduction
8.9 A demo
8.3 Intuitive parsing
8.4 Recursive descent parsing
8.5 The simplest parsing program
8.6 Difference lists
8.7 Generating a parse tree
8.8 Syllabification
8.9 Other parsing algorithms
8.10 Chart parsing
8.11 Depth-first vs. breadth-first search
8.19 Deterministic parsing, Marcus parsing and minimal commitment parsing
8.13 Parallel parsing
Chapter summary
Further reading

Using probabilistie grammars
9.1 Motivations
9.2 Probabilistic context-free grammars
9.3 Estimation of rule probabilities
9.4 A practical example
9.5 A limitation of probabilistic context-free grammars
9.6 Tree adjoining grammars
…… 
摘要
    语音和语言处理都以人类语言为处理对象,但处理的层面却不相同。语音处理关注的是利用计算机对语音信号进行分析和综合,从而实现合成和识别人类语音。而语言处理更多关注对人类语言的句法、语义进行建模,终极目标是实现人类语言的机器理解。

    尽管语音处理和语言处理的对象都是人类语言,不过传统上这是两个相互独立的学科,这两个领域的研究和教学也是独立进行的,教科书内容通常也不交叉。不过近年来,随着这两个学科的进一步发展,它们之间的关系变得日益密切,两个学科之间的联系越来越受到人们的重视。人们越来越意识到,对于语言理解而言,语音特征绝非没有价值。反过来,语音处理研究也需要关注语言处理的进展,将语言处理的成果应用到语音识别和语音合成研究,有利于提升语音处理的性能。此外,这两个学科在方法论方面也有共性,相互影响和借鉴的情况也时有发生。例如,在20世纪80年代,隐马尔可夫模型被用来解决词性自动标注问题,就是受到该模型应用在语音识别研究中获得成功的启发,尤其值得一提的是,隐马尔可夫模型引入语言处理领域所产生的影响决不是局部性的,它带动了以语料库为基础的经验主义方法在语言处理领域的全面复苏,有着十分重要的意义。这些事例说明,语音和语言处理正在日趋交叉和融合,未来的相关研究和开发需要对这两个领域都有相当理解和把握的人才。
    ……

蜀ICP备2024047804号

Copyright 版权所有 © jvwen.com 聚文网