Introducing speech and language processing:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
New York [u.a.]
Cambridge Univ. Press
2005
|
Ausgabe: | 1. publ. |
Schriftenreihe: | Cambridge introductions to language and linguistics
|
Schlagworte: | |
Online-Zugang: | Table of contents Publisher description Inhaltsverzeichnis |
Beschreibung: | XI, 301 S. Ill., graph. Darst. 1 CD-ROM (12 cm) |
ISBN: | 0521530695 052182365X |
Internformat
MARC
LEADER | 00000nam a2200000zc 4500 | ||
---|---|---|---|
001 | BV019771988 | ||
003 | DE-604 | ||
005 | 20210401 | ||
007 | t | ||
008 | 050414s2005 xxuad|| |||| 00||| eng d | ||
020 | |a 0521530695 |9 0-521-53069-5 | ||
020 | |a 052182365X |9 0-521-82365-X | ||
035 | |a (OCoLC)62160886 | ||
035 | |a (DE-599)BVBBV019771988 | ||
040 | |a DE-604 |b ger |e aacr | ||
041 | 0 | |a eng | |
044 | |a xxu |c US | ||
049 | |a DE-20 |a DE-824 |a DE-473 |a DE-19 |a DE-1043 |a DE-83 |a DE-11 |a DE-739 |a DE-858 | ||
050 | 0 | |a TK7882.S65 | |
082 | 0 | |a 006.4/54 |2 22 | |
084 | |a ES 900 |0 (DE-625)27926: |2 rvk | ||
084 | |a ZN 6060 |0 (DE-625)157500: |2 rvk | ||
100 | 1 | |a Coleman, John S. |e Verfasser |4 aut | |
245 | 1 | 0 | |a Introducing speech and language processing |c John Coleman |
246 | 1 | 3 | |a Speech and language processing |
250 | |a 1. publ. | ||
264 | 1 | |a New York [u.a.] |b Cambridge Univ. Press |c 2005 | |
300 | |a XI, 301 S. |b Ill., graph. Darst. |e 1 CD-ROM (12 cm) | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a Cambridge introductions to language and linguistics | |
650 | 4 | |a Speech processing systems | |
650 | 0 | 7 | |a Computerlinguistik |0 (DE-588)4035843-4 |2 gnd |9 rswk-swf |
655 | 7 | |0 (DE-588)4123623-3 |a Lehrbuch |2 gnd-content | |
689 | 0 | 0 | |a Computerlinguistik |0 (DE-588)4035843-4 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | |u http://www.loc.gov/catdir/toc/cam051/2004048599.html |3 Table of contents | |
856 | 4 | |u http://www.loc.gov/catdir/description/cam041/2004048599.html |3 Publisher description | |
856 | 4 | 2 | |m Digitalisierung UB Passau |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=013098112&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-013098112 |
Datensatz im Suchindex
_version_ | 1804133252502388736 |
---|---|
adam_text | Contents
wíeagemenvs ana copyngm
nouces
η
ană companion
website
X
X
Introduction
1
1.1
About this book
2
1.2
Purpose of this book
2
1.3
Some reasons to use this book
3
1.4
What s in the book (and what s not)
5
1.5
Computational set-up needed for this book
8
1.6
Computational skills that are necessary in order
to use the book
9
1.7
Free software suggestions
10
1.8
Book structure
10
Sounds and numbers
13
2.1
Preparatory assignments
14
2.2
Solutions
21
2.3
Sampling
24
2.4
Quantization
24
2.5
The sampling theorem
27
2.6
Generating a signal
29
2.7
Numeric data types
31
2.8
The program
34
2.9
Structure of a loop
35
2.10
Structure of an array
37
2.11
Calculating the cosine values
38
2.12
Structure of the program
39
2.13
Writing the signal to a file
40
Chapter summary
43
Further Exercises
43
Further reading
46
Digital filters and resonators
47
3.1
Operations on sequences of numbers
48
3.2
A program for calculating RMS amplitude
48
3.3
Filtering
50
3.4
A program for calculating running
means of
4
52
3.5
Smoothing over a longer time-window
54
3.6
Avoiding the need for long windows
54
3.7
IIR filters in
С
61
3.8
Structure
of the Kiatt
formant
synthesizer
62
Chapter summary
68
Exercises
68
Further reading
69
Frequency analysis and linear predictive coding
71
4.1
Spectral analysis
72
4.2
Spectral analysis in
С
72
4.3
Cepstral analysis
79
4.4
Computation of the cepstrum in
С
80
4.5
Pitch tracking using cepstral analysis
83
4.6
Voicing detection
86
4.7
f0 estimation by the autocorrelation method
90
4.8
Linear predictive coding
95
4.9
С
programs for LPC analysis and resynthesis
100
4.10
Trying it out
106
4.11
Applications of LPC
106
Chapter Summary
109
Further exercises
109
Further reading
110
Finite-state machines
11
I
5.1
Some simple examples
112
5.2
A more serious example
113
5.3
Deterministic and non-deterministic automata
116
5.4
Implementation in Prolog
118
5.5
Prolog s processing strategy and the treatment
of variables
129
5.6
Generating strings
132
5.7
Three possibly useful applications of that idea
134
5.8
Another approach to describing finite-state machines
135
5.9
Self-loops
137
5.10
Finite-state transducers (FSTs)
139
5.11
Using finite-state transducers to relate speech
to phonemes
144
5.12
Finite-state phonology
149
5.13
Finite-state syntactic processing
153
Chapter summary
156
Further exercises
156
Further reading
156
Introduction to speech recognition techniques
157
6.1
Architectures for speech recognition
158
6.2
The pattern-recognition approach
166
6.3
Dynamic time warping
168
6.4
Applications
177
6.5
Sources of variability in speech
181
Chapter summary
182
Further reading
183
7
Probabilistic
finite-state models
185
7.1
Introduction
186
7.2
Indeterminacy:
л
-gram
models for part-of-speech
tagging
187
7.3
Some probability theory for language modelling
190
7.4
Markov models
192
7.5
Trigram models
198
7.6
Incompleteness of the training corpus
202
7.7
Part-of-speech model calculations
209
7.8
Using HMMs for speech recognition
210
7.9
Chomsky s objections to Markov models
and some rejoinders
213
Chapter summary
219
Further reading
219
8
Parsing
221
8.1
Introduction
222
8.2
A demo
222
8.3
Intuitive parsing
223
8.4
Recursive descent parsing
225
8.5
The simplest parsing program
232
8.6
Difference lists
233
8.7
Generating a parse tree
236
8.8
Syllabification
238
8.9
Other parsing algorithms
242
8.10
Chart parsing
242
8.11
Depth-first vs. breadth-first search
245
8.12
Deterministic parsing, Marcus parsing and minimal
commitment parsing
246
8.13
Parallel parsing
249
Chapter summary
249
Further reading
250
9
Using probabilistic grammars
251
9.1
Motivations
252
9.2
Probabilistic context-free grammars
256
9.3
Estimation of rule probabilities
258
9.4
A practical example
261
9.5
A limitation of probabilistic context-free grammars
267
9.6
Tree adjoining grammars
268
9.7
Data-oriented parsing
271
Chapter Summary
272
Conclusion and suggestions for further reading
272
Appendix: The American Standard Code for
Information Interchange (ASCII)
275
Glossary
277
References
293
index
299
|
any_adam_object | 1 |
author | Coleman, John S. |
author_facet | Coleman, John S. |
author_role | aut |
author_sort | Coleman, John S. |
author_variant | j s c js jsc |
building | Verbundindex |
bvnumber | BV019771988 |
callnumber-first | T - Technology |
callnumber-label | TK7882 |
callnumber-raw | TK7882.S65 |
callnumber-search | TK7882.S65 |
callnumber-sort | TK 47882 S65 |
callnumber-subject | TK - Electrical and Nuclear Engineering |
classification_rvk | ES 900 ZN 6060 |
ctrlnum | (OCoLC)62160886 (DE-599)BVBBV019771988 |
dewey-full | 006.4/54 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 006 - Special computer methods |
dewey-raw | 006.4/54 |
dewey-search | 006.4/54 |
dewey-sort | 16.4 254 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik Sprachwissenschaft Elektrotechnik / Elektronik / Nachrichtentechnik Literaturwissenschaft |
edition | 1. publ. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01849nam a2200457zc 4500</leader><controlfield tag="001">BV019771988</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20210401 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">050414s2005 xxuad|| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0521530695</subfield><subfield code="9">0-521-53069-5</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">052182365X</subfield><subfield code="9">0-521-82365-X</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)62160886</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV019771988</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">aacr</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">xxu</subfield><subfield code="c">US</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-20</subfield><subfield code="a">DE-824</subfield><subfield code="a">DE-473</subfield><subfield code="a">DE-19</subfield><subfield code="a">DE-1043</subfield><subfield code="a">DE-83</subfield><subfield code="a">DE-11</subfield><subfield code="a">DE-739</subfield><subfield code="a">DE-858</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">TK7882.S65</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">006.4/54</subfield><subfield code="2">22</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ES 900</subfield><subfield code="0">(DE-625)27926:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ZN 6060</subfield><subfield code="0">(DE-625)157500:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Coleman, John S.</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Introducing speech and language processing</subfield><subfield code="c">John Coleman</subfield></datafield><datafield tag="246" ind1="1" ind2="3"><subfield code="a">Speech and language processing</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">1. publ.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">New York [u.a.]</subfield><subfield code="b">Cambridge Univ. Press</subfield><subfield code="c">2005</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XI, 301 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield><subfield code="e">1 CD-ROM (12 cm)</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">Cambridge introductions to language and linguistics</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Speech processing systems</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Computerlinguistik</subfield><subfield code="0">(DE-588)4035843-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="0">(DE-588)4123623-3</subfield><subfield code="a">Lehrbuch</subfield><subfield code="2">gnd-content</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Computerlinguistik</subfield><subfield code="0">(DE-588)4035843-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2=" "><subfield code="u">http://www.loc.gov/catdir/toc/cam051/2004048599.html</subfield><subfield code="3">Table of contents</subfield></datafield><datafield tag="856" ind1="4" ind2=" "><subfield code="u">http://www.loc.gov/catdir/description/cam041/2004048599.html</subfield><subfield code="3">Publisher description</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Passau</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=013098112&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-013098112</subfield></datafield></record></collection> |
genre | (DE-588)4123623-3 Lehrbuch gnd-content |
genre_facet | Lehrbuch |
id | DE-604.BV019771988 |
illustrated | Illustrated |
indexdate | 2024-07-09T20:05:46Z |
institution | BVB |
isbn | 0521530695 052182365X |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-013098112 |
oclc_num | 62160886 |
open_access_boolean | |
owner | DE-20 DE-824 DE-473 DE-BY-UBG DE-19 DE-BY-UBM DE-1043 DE-83 DE-11 DE-739 DE-858 |
owner_facet | DE-20 DE-824 DE-473 DE-BY-UBG DE-19 DE-BY-UBM DE-1043 DE-83 DE-11 DE-739 DE-858 |
physical | XI, 301 S. Ill., graph. Darst. 1 CD-ROM (12 cm) |
publishDate | 2005 |
publishDateSearch | 2005 |
publishDateSort | 2005 |
publisher | Cambridge Univ. Press |
record_format | marc |
series2 | Cambridge introductions to language and linguistics |
spelling | Coleman, John S. Verfasser aut Introducing speech and language processing John Coleman Speech and language processing 1. publ. New York [u.a.] Cambridge Univ. Press 2005 XI, 301 S. Ill., graph. Darst. 1 CD-ROM (12 cm) txt rdacontent n rdamedia nc rdacarrier Cambridge introductions to language and linguistics Speech processing systems Computerlinguistik (DE-588)4035843-4 gnd rswk-swf (DE-588)4123623-3 Lehrbuch gnd-content Computerlinguistik (DE-588)4035843-4 s DE-604 http://www.loc.gov/catdir/toc/cam051/2004048599.html Table of contents http://www.loc.gov/catdir/description/cam041/2004048599.html Publisher description Digitalisierung UB Passau application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=013098112&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Coleman, John S. Introducing speech and language processing Speech processing systems Computerlinguistik (DE-588)4035843-4 gnd |
subject_GND | (DE-588)4035843-4 (DE-588)4123623-3 |
title | Introducing speech and language processing |
title_alt | Speech and language processing |
title_auth | Introducing speech and language processing |
title_exact_search | Introducing speech and language processing |
title_full | Introducing speech and language processing John Coleman |
title_fullStr | Introducing speech and language processing John Coleman |
title_full_unstemmed | Introducing speech and language processing John Coleman |
title_short | Introducing speech and language processing |
title_sort | introducing speech and language processing |
topic | Speech processing systems Computerlinguistik (DE-588)4035843-4 gnd |
topic_facet | Speech processing systems Computerlinguistik Lehrbuch |
url | http://www.loc.gov/catdir/toc/cam051/2004048599.html http://www.loc.gov/catdir/description/cam041/2004048599.html http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=013098112&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT colemanjohns introducingspeechandlanguageprocessing AT colemanjohns speechandlanguageprocessing |