Putting linguistics into speech recognition: the Regulus grammar compiler
Gespeichert in:
Hauptverfasser: | , , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Stanford, Calif.
Center for the Study of Language and Information
2006
|
Schriftenreihe: | CSLI studies in computational linguistics
|
Schlagworte: | |
Online-Zugang: | Table of contents only Contributor biographical information Publisher description Inhaltsverzeichnis |
Beschreibung: | Includes bibliographical references and index |
Beschreibung: | XIV, 305 S. graph. Darst. |
ISBN: | 1575865262 9781575865263 1575865254 9781575865256 |
Internformat
MARC
LEADER | 00000nam a2200000zc 4500 | ||
---|---|---|---|
001 | BV022279593 | ||
003 | DE-604 | ||
005 | 20120419 | ||
007 | t | ||
008 | 070221s2006 xxud||| |||| 00||| eng d | ||
010 | |a 2006011417 | ||
020 | |a 1575865262 |c pbk. : alk. paper |9 1-57586-526-2 | ||
020 | |a 9781575865263 |9 978-1-57586-526-3 | ||
020 | |a 1575865254 |c cloth : alk. paper |9 1-57586-525-4 | ||
020 | |a 9781575865256 |9 978-1-57586-525-6 | ||
035 | |a (OCoLC)67727604 | ||
035 | |a (DE-599)BVBBV022279593 | ||
040 | |a DE-604 |b ger |e aacr | ||
041 | 0 | |a eng | |
044 | |a xxu |c US | ||
049 | |a DE-29T |a DE-355 | ||
050 | 0 | |a TK7895.S65 | |
082 | 0 | |a 006.4/54 | |
084 | |a ES 945 |0 (DE-625)27935: |2 rvk | ||
100 | 1 | |a Rayner, Manny |e Verfasser |4 aut | |
245 | 1 | 0 | |a Putting linguistics into speech recognition |b the Regulus grammar compiler |c by Manny Rayner, Beth Ann Hockey & Pierrette Bouillon ; foreword by Aravind Joshi |
264 | 1 | |a Stanford, Calif. |b Center for the Study of Language and Information |c 2006 | |
300 | |a XIV, 305 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a CSLI studies in computational linguistics | |
500 | |a Includes bibliographical references and index | ||
650 | 4 | |a Grammaire comparée et générale - Informatique | |
650 | 4 | |a Linguistique informatique | |
650 | 4 | |a Reconnaissance automatique de la parole | |
650 | 4 | |a Datenverarbeitung | |
650 | 4 | |a Grammatik | |
650 | 4 | |a Automatic speech recognition | |
650 | 4 | |a Computational linguistics | |
650 | 4 | |a Grammar, Comparative and general |x Data processing | |
650 | 0 | 7 | |a Automatische Spracherkennung |0 (DE-588)4003961-4 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Computerlinguistik |0 (DE-588)4035843-4 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Automatische Spracherkennung |0 (DE-588)4003961-4 |D s |
689 | 0 | 1 | |a Computerlinguistik |0 (DE-588)4035843-4 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Hockey, Beth Ann |e Verfasser |4 aut | |
700 | 1 | |a Bouillon, Pierrette |e Verfasser |4 aut | |
856 | 4 | |u http://www.loc.gov/catdir/toc/ecip0611/2006011417.html |3 Table of contents only | |
856 | 4 | |u http://www.loc.gov/catdir/enhancements/fy0666/2006011417-b.html |3 Contributor biographical information | |
856 | 4 | |u http://www.loc.gov/catdir/enhancements/fy0666/2006011417-d.html |3 Publisher description | |
856 | 4 | 2 | |m Digitalisierung UB Regensburg |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015489925&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-015489925 |
Datensatz im Suchindex
_version_ | 1804136287472451584 |
---|---|
adam_text | Contents
Foreword
xi
1
Introduction
1
1.1 What this book is about
1
1.2
Speech recognition and language models
5
1.3
What Regulus does
13
1.4
Clarissa and MedSLT
15
1.5
Related work
20
1.6
Plan of
t
he book
20
1.7
Summary
21
1 Using Regulus
23
2
Getting started
25
2.1
Getting set up
25
2.2
A toy grammar in GSL
28
2.3
Rewriting ToyO in Regulus
32
2.4
Regulus configuration files
37
2.5
Using Regulus
39
2.6
Summary
40
3
Simple applications
43
3.1
Introduction
43
3.2
The Regulus Speech Server
44
3.3
A toy dialogue system in Prolog
46
3.4
A toy speech translation system in Prolog
50
viii
/
Putting Linguistics into Speech Recognition
3.5
A toy dialogue system in Java
53
3.6
Summary
62
4
Developing grammars
65
4.1
Introduction
65
4.2
Using the Regulus development environment
65
4.3
The Toyl example grammar
67
4.4
Unification
77
4.5
Macros
81
4.6
Compiling the Toyl recogniser
85
4.7
Systematic testing of recognisers
87
4.8
Summary
89
5
A spoken dialogue system
93
5.1
Introduction
93
5.2
The Toyl spoken dialogue system
95
5.3
The input manager
102
5.4
The dialogue manager
104
5.5
The output manager
108
5.6
Integrating dialogue management with recognition
108
5.7
Dealing with ellipsis and corrections
112
5.8
Summary
117
6
A speech translation system
119
6.1
Introduction
119
6.2
Transfer-based systems
120
6.3
Developing translation applications
127
6.4
Translation through
interlingua
132
6.5
Translation of ellipsis
134
6.6
Systematic development
138
6.7
Integrating translation with recognition
142
6.8
Summary
145
Contents
/ ix
7
Using grammar specialisation
149
7.1
Overview
149
7.2
Using the general English grammar
150
7.3
The training corpus
154
7.4
Adding lexical entries
156
7.5
General grammar semantics
166
7.6
Multiple top-level specialised grammars
169
7.7
Including lexicon entries directly
169
7.8
Dealing with ambiguity
171
7.9
Making compilation more efficient
171
7.10
Using probabilistic tuning
172
7.11
Summary
173
II How Regulus Works
175
8
Compiling feature grammars into CFG
177
8.1
Introduction
177
8.2
Exhaustive expansion
178
8.3
Filtering
179
8.4
Efficient filtering of CFGs
182
8.5
Interleaving expansion and filtering
186
8.6
Pre-processing of feature grammars
195
8.7
Transforming the output CFG
199
8.8
Semantics
203
8.9
Summary
203
9
A general English feature grammar for speech
205
9.1
Introduction
205
9.2
What makes speech grammars special
206
9.3
English grammar: basic intuitions
206
9.4
Compositional semantics
209
9.5
Noun phrases
211
9.6
Verb phrases and basic clauses
214
9.7
Adjuncts
228
9.8
Coordination
229
9.9
Feature defaults
230
9.10
Summary
231
x
/
Putting Linguistics into Speech Recognition
10
Grammar specialisation using Explanation Based
Learning
233
10.1
Explanation Based Learning
233
10.2
Defining cutting-up criteria
244
10.3
Different kinds of cutting-up criteria
246
10.4
Summary
251
11
Performance of grammar-based recognisers
255
11.1
Introduction
255
11.2
Varying vocabulary size
256
11.3
Varying linguistic coverage
259
11.4
Varying the feature set
261
11.5
Varying the cutting-up criteria
263
11.6
Comparing CFG and PCFG language models
266
11.7
Deriving recognisers from general grammars
267
11.8
Summary
268
12
Comparison of rule-based and robust approaches
271
12.1
Introduction
271
12.2
¡Methodological issues
272
12.3
Experiments on MedSLT
279
12.4
Experiments on Clarissa
281
12.5
Discussion
282
12.6
Summary
286
13
Summary and future directions
289
13.1
Summary
289
13.2
Future directions
291
Appendix: Online Documentation
293
References
295
Index
301
|
adam_txt |
Contents
Foreword
xi
1
Introduction
1
1.1 What this book is about
1
1.2
Speech recognition and language models
5
1.3
What Regulus does
13
1.4
Clarissa and MedSLT
15
1.5
Related work
20
1.6
Plan of
t
he book
20
1.7
Summary
21
1 Using Regulus
23
2
Getting started
25
2.1
Getting set up
25
2.2
A toy grammar in GSL
28
2.3
Rewriting ToyO in Regulus
32
2.4
Regulus configuration files
37
2.5
Using Regulus
39
2.6
Summary
40
3
Simple applications
43
3.1
Introduction
43
3.2
The Regulus Speech Server
44
3.3
A toy dialogue system in Prolog
46
3.4
A toy speech translation system in Prolog
50
viii
/
Putting Linguistics into Speech Recognition
3.5
A toy dialogue system in Java
53
3.6
Summary
62
4
Developing grammars
65
4.1
Introduction
65
4.2
Using the Regulus development environment
65
4.3
The Toyl example grammar
67
4.4
Unification
77
4.5
Macros
81
4.6
Compiling the Toyl recogniser
85
4.7
Systematic testing of recognisers
87
4.8
Summary
89
5
A spoken dialogue system
93
5.1
Introduction
93
5.2
The Toyl spoken dialogue system
95
5.3
The input manager
102
5.4
The dialogue manager
104
5.5
The output manager
108
5.6
Integrating dialogue management with recognition
108
5.7
Dealing with ellipsis and corrections
112
5.8
Summary
117
6
A speech translation system
119
6.1
Introduction
119
6.2
Transfer-based systems
120
6.3
Developing translation applications
127
6.4
Translation through
interlingua
132
6.5
Translation of ellipsis
134
6.6
Systematic development
138
6.7
Integrating translation with recognition
142
6.8
Summary
145
Contents
/ ix
7
Using grammar specialisation
149
7.1
Overview
149
7.2
Using the general English grammar
150
7.3
The training corpus
154
7.4
Adding lexical entries
156
7.5
General grammar semantics
166
7.6
Multiple top-level specialised grammars
169
7.7
Including lexicon entries directly
169
7.8
Dealing with ambiguity
171
7.9
Making compilation more efficient
171
7.10
Using probabilistic tuning
172
7.11
Summary
173
II How Regulus Works
175
8
Compiling feature grammars into CFG
177
8.1
Introduction
177
8.2
Exhaustive expansion
178
8.3
Filtering
179
8.4
Efficient filtering of CFGs
182
8.5
Interleaving expansion and filtering
186
8.6
Pre-processing of feature grammars
195
8.7
Transforming the output CFG
199
8.8
Semantics
203
8.9
Summary
203
9
A general English feature grammar for speech
205
9.1
Introduction
205
9.2
What makes speech grammars special
206
9.3
English grammar: basic intuitions
206
9.4
Compositional semantics
209
9.5
Noun phrases
211
9.6
Verb phrases and basic clauses
214
9.7
Adjuncts
228
9.8
Coordination
229
9.9
Feature defaults
230
9.10
Summary
231
x
/
Putting Linguistics into Speech Recognition
10
Grammar specialisation using Explanation Based
Learning
233
10.1
Explanation Based Learning
233
10.2
Defining cutting-up criteria
244
10.3
Different kinds of cutting-up criteria
246
10.4
Summary
251
11
Performance of grammar-based recognisers
255
11.1
Introduction
255
11.2
Varying vocabulary size
256
11.3
Varying linguistic coverage
259
11.4
Varying the feature set
261
11.5
Varying the cutting-up criteria
263
11.6
Comparing CFG and PCFG language models
266
11.7
Deriving recognisers from general grammars
267
11.8
Summary
268
12
Comparison of rule-based and robust approaches
271
12.1
Introduction
271
12.2
¡Methodological issues
272
12.3
Experiments on MedSLT
279
12.4
Experiments on Clarissa
281
12.5
Discussion
282
12.6
Summary
286
13
Summary and future directions
289
13.1
Summary
289
13.2
Future directions
291
Appendix: Online Documentation
293
References
295
Index
301 |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Rayner, Manny Hockey, Beth Ann Bouillon, Pierrette |
author_facet | Rayner, Manny Hockey, Beth Ann Bouillon, Pierrette |
author_role | aut aut aut |
author_sort | Rayner, Manny |
author_variant | m r mr b a h ba bah p b pb |
building | Verbundindex |
bvnumber | BV022279593 |
callnumber-first | T - Technology |
callnumber-label | TK7895 |
callnumber-raw | TK7895.S65 |
callnumber-search | TK7895.S65 |
callnumber-sort | TK 47895 S65 |
callnumber-subject | TK - Electrical and Nuclear Engineering |
classification_rvk | ES 945 |
ctrlnum | (OCoLC)67727604 (DE-599)BVBBV022279593 |
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 Literaturwissenschaft |
discipline_str_mv | Informatik Sprachwissenschaft Literaturwissenschaft |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02648nam a2200601zc 4500</leader><controlfield tag="001">BV022279593</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20120419 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">070221s2006 xxud||| |||| 00||| eng d</controlfield><datafield tag="010" ind1=" " ind2=" "><subfield code="a">2006011417</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1575865262</subfield><subfield code="c">pbk. : alk. paper</subfield><subfield code="9">1-57586-526-2</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781575865263</subfield><subfield code="9">978-1-57586-526-3</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1575865254</subfield><subfield code="c">cloth : alk. paper</subfield><subfield code="9">1-57586-525-4</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781575865256</subfield><subfield code="9">978-1-57586-525-6</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)67727604</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV022279593</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-29T</subfield><subfield code="a">DE-355</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">TK7895.S65</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">006.4/54</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ES 945</subfield><subfield code="0">(DE-625)27935:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Rayner, Manny</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Putting linguistics into speech recognition</subfield><subfield code="b">the Regulus grammar compiler</subfield><subfield code="c">by Manny Rayner, Beth Ann Hockey & Pierrette Bouillon ; foreword by Aravind Joshi</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Stanford, Calif.</subfield><subfield code="b">Center for the Study of Language and Information</subfield><subfield code="c">2006</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XIV, 305 S.</subfield><subfield code="b">graph. Darst.</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">CSLI studies in computational linguistics</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes bibliographical references and index</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Grammaire comparée et générale - Informatique</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Linguistique informatique</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Reconnaissance automatique de la parole</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Datenverarbeitung</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Grammatik</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Automatic speech recognition</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Computational linguistics</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Grammar, Comparative and general</subfield><subfield code="x">Data processing</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Automatische Spracherkennung</subfield><subfield code="0">(DE-588)4003961-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</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="689" ind1="0" ind2="0"><subfield code="a">Automatische Spracherkennung</subfield><subfield code="0">(DE-588)4003961-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><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="700" ind1="1" ind2=" "><subfield code="a">Hockey, Beth Ann</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Bouillon, Pierrette</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2=" "><subfield code="u">http://www.loc.gov/catdir/toc/ecip0611/2006011417.html</subfield><subfield code="3">Table of contents only</subfield></datafield><datafield tag="856" ind1="4" ind2=" "><subfield code="u">http://www.loc.gov/catdir/enhancements/fy0666/2006011417-b.html</subfield><subfield code="3">Contributor biographical information</subfield></datafield><datafield tag="856" ind1="4" ind2=" "><subfield code="u">http://www.loc.gov/catdir/enhancements/fy0666/2006011417-d.html</subfield><subfield code="3">Publisher description</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Regensburg</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=015489925&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-015489925</subfield></datafield></record></collection> |
id | DE-604.BV022279593 |
illustrated | Illustrated |
index_date | 2024-07-02T16:48:57Z |
indexdate | 2024-07-09T20:54:00Z |
institution | BVB |
isbn | 1575865262 9781575865263 1575865254 9781575865256 |
language | English |
lccn | 2006011417 |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-015489925 |
oclc_num | 67727604 |
open_access_boolean | |
owner | DE-29T DE-355 DE-BY-UBR |
owner_facet | DE-29T DE-355 DE-BY-UBR |
physical | XIV, 305 S. graph. Darst. |
publishDate | 2006 |
publishDateSearch | 2006 |
publishDateSort | 2006 |
publisher | Center for the Study of Language and Information |
record_format | marc |
series2 | CSLI studies in computational linguistics |
spelling | Rayner, Manny Verfasser aut Putting linguistics into speech recognition the Regulus grammar compiler by Manny Rayner, Beth Ann Hockey & Pierrette Bouillon ; foreword by Aravind Joshi Stanford, Calif. Center for the Study of Language and Information 2006 XIV, 305 S. graph. Darst. txt rdacontent n rdamedia nc rdacarrier CSLI studies in computational linguistics Includes bibliographical references and index Grammaire comparée et générale - Informatique Linguistique informatique Reconnaissance automatique de la parole Datenverarbeitung Grammatik Automatic speech recognition Computational linguistics Grammar, Comparative and general Data processing Automatische Spracherkennung (DE-588)4003961-4 gnd rswk-swf Computerlinguistik (DE-588)4035843-4 gnd rswk-swf Automatische Spracherkennung (DE-588)4003961-4 s Computerlinguistik (DE-588)4035843-4 s DE-604 Hockey, Beth Ann Verfasser aut Bouillon, Pierrette Verfasser aut http://www.loc.gov/catdir/toc/ecip0611/2006011417.html Table of contents only http://www.loc.gov/catdir/enhancements/fy0666/2006011417-b.html Contributor biographical information http://www.loc.gov/catdir/enhancements/fy0666/2006011417-d.html Publisher description Digitalisierung UB Regensburg application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015489925&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Rayner, Manny Hockey, Beth Ann Bouillon, Pierrette Putting linguistics into speech recognition the Regulus grammar compiler Grammaire comparée et générale - Informatique Linguistique informatique Reconnaissance automatique de la parole Datenverarbeitung Grammatik Automatic speech recognition Computational linguistics Grammar, Comparative and general Data processing Automatische Spracherkennung (DE-588)4003961-4 gnd Computerlinguistik (DE-588)4035843-4 gnd |
subject_GND | (DE-588)4003961-4 (DE-588)4035843-4 |
title | Putting linguistics into speech recognition the Regulus grammar compiler |
title_auth | Putting linguistics into speech recognition the Regulus grammar compiler |
title_exact_search | Putting linguistics into speech recognition the Regulus grammar compiler |
title_exact_search_txtP | Putting linguistics into speech recognition the Regulus grammar compiler |
title_full | Putting linguistics into speech recognition the Regulus grammar compiler by Manny Rayner, Beth Ann Hockey & Pierrette Bouillon ; foreword by Aravind Joshi |
title_fullStr | Putting linguistics into speech recognition the Regulus grammar compiler by Manny Rayner, Beth Ann Hockey & Pierrette Bouillon ; foreword by Aravind Joshi |
title_full_unstemmed | Putting linguistics into speech recognition the Regulus grammar compiler by Manny Rayner, Beth Ann Hockey & Pierrette Bouillon ; foreword by Aravind Joshi |
title_short | Putting linguistics into speech recognition |
title_sort | putting linguistics into speech recognition the regulus grammar compiler |
title_sub | the Regulus grammar compiler |
topic | Grammaire comparée et générale - Informatique Linguistique informatique Reconnaissance automatique de la parole Datenverarbeitung Grammatik Automatic speech recognition Computational linguistics Grammar, Comparative and general Data processing Automatische Spracherkennung (DE-588)4003961-4 gnd Computerlinguistik (DE-588)4035843-4 gnd |
topic_facet | Grammaire comparée et générale - Informatique Linguistique informatique Reconnaissance automatique de la parole Datenverarbeitung Grammatik Automatic speech recognition Computational linguistics Grammar, Comparative and general Data processing Automatische Spracherkennung Computerlinguistik |
url | http://www.loc.gov/catdir/toc/ecip0611/2006011417.html http://www.loc.gov/catdir/enhancements/fy0666/2006011417-b.html http://www.loc.gov/catdir/enhancements/fy0666/2006011417-d.html http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015489925&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT raynermanny puttinglinguisticsintospeechrecognitiontheregulusgrammarcompiler AT hockeybethann puttinglinguisticsintospeechrecognitiontheregulusgrammarcompiler AT bouillonpierrette puttinglinguisticsintospeechrecognitiontheregulusgrammarcompiler |