Parsing beyond context-free grammars:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Berlin
Springer
2010
|
Schriftenreihe: | Cognitive Technologies
|
Schlagworte: | |
Online-Zugang: | Inhaltstext Inhaltsverzeichnis |
Beschreibung: | XII, 247 S. graph. Darst. |
ISBN: | 9783642148453 9783642148460 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV036609015 | ||
003 | DE-604 | ||
005 | 20110311 | ||
007 | t | ||
008 | 100810s2010 gw d||| |||| 00||| eng d | ||
015 | |a 10,N28 |2 dnb | ||
016 | 7 | |a 1004243960 |2 DE-101 | |
020 | |a 9783642148453 |c GB. : ca. EUR 58.80 (freier Pr.), ca. sfr 85.50 (freier Pr.) |9 978-3-642-14845-3 | ||
020 | |a 9783642148460 |c EBook |9 978-3-642-14846-0 | ||
024 | 3 | |a 9783642148453 | |
028 | 5 | 2 | |a 12767717 |
035 | |a (OCoLC)700340038 | ||
035 | |a (DE-599)DNB1004243960 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
044 | |a gw |c XA-DE-BE | ||
049 | |a DE-355 |a DE-12 | ||
082 | 0 | |a 415.01820285 |2 22/ger | |
084 | |a ES 940 |0 (DE-625)27934: |2 rvk | ||
084 | |a 400 |2 sdnb | ||
100 | 1 | |a Kallmeyer, Laura |d 1969- |e Verfasser |0 (DE-588)121624986 |4 aut | |
245 | 1 | 0 | |a Parsing beyond context-free grammars |c Laura Kallmeyer |
264 | 1 | |a Berlin |b Springer |c 2010 | |
300 | |a XII, 247 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a Cognitive Technologies | |
650 | 0 | 7 | |a Syntaktische Analyse |0 (DE-588)4058778-2 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Computerlinguistik |0 (DE-588)4035843-4 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Kontextfreie Grammatik |0 (DE-588)4032281-6 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Kontextfreie Grammatik |0 (DE-588)4032281-6 |D s |
689 | 0 | 1 | |a Syntaktische Analyse |0 (DE-588)4058778-2 |D s |
689 | 0 | 2 | |a Computerlinguistik |0 (DE-588)4035843-4 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |q text/html |u http://deposit.dnb.de/cgi-bin/dokserv?id=3500760&prov=M&dok_var=1&dok_ext=htm |3 Inhaltstext |
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=020529331&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-020529331 |
Datensatz im Suchindex
_version_ | 1805094477128269824 |
---|---|
adam_text |
Contents
Introduction
. 1
1.1 Formal
Grammars and Natural Languages
. 1
1.2
Parsing Beyond CFGs
. 5
1.3
What This Book Is Not About
. 7
1.4
Overview of the Book
. 8
1.4.1
Grammar Formalisms for Natural Languages
. 8
1.4.2
Parsing: Preliminaries
. 8
1.4.3
Tree Adjoining Grammars
. 8
1.4.4
MCFG and LCFRS
. 9
1.4.5
Range Concatenation Grammars
. 9
1.4.6
Automata
. 10
1.5
Some Basic Definitions
. 10
1.5.1
Languages
. 10
1.5.2
Context-Free Grammars
. 11
1.5.3
Automata
. 12
1.5.4
Trees
. 14
Grammar Formalisms for Natural Languages
. 17
2.1
Context-Free Grammars and Natural Languages
. 17
2.1.1
The Generative Capacity of CFGs
. 17
2.1.2
CFGs and Lexicalization
. 20
2.1.3
Mild Context-Sensitivity
. 23
2.2
Grammar Formalisms Beyond CFG
. 26
2.2.1
Tree Adjoining Grammars
. 26
2.2.2
Linear Indexed Grammars
. 31
2.2.3
Linear Context-Free Rewriting Systems
. 33
2.2.4
Multicomponent Tree Adjoining Grammars
. 33
2.2.5
Multiple Context-Free Grammars
. 36
2.2.6
Range Concatenation Grammars
. 36
2.3
Summary
. 38
X
Contents
3
Parsing: Preliminaries
. 41
3.1
Parsing as Deduction
. 41
3.1.1
Motivation
. 41
3.1.2
Items
. 42
3.1.3
Deduction Rules
. 44
3.2
Implementation Issues
. 44
3.2.1
Dynamic Programming
. 44
3.2.2
Chart Parsing and Tabulation
. 46
3.2.3
Hypergraphs
. 47
3.3
Properties of Parsing Algorithms
. 48
3.3.1
Soundness and Completeness
. 48
3.3.2
Complexity
. 49
3.3.3
Valid Prefix Property
. 51
3.4
Summary
. 51
4
Tree Adjoining Grammars
. 53
4.1
Introduction to Tree Adjoining Grammars
. 53
4.1.1
Definition of TAG
. 53
4.1.2
Formal Properties
. 58
4.1.3
Linguistic Principles for TAG
. 63
4.1.4
Extended Domain of Locality and Factoring of Recursion
65
4.1.5
Constituency and Dependencies
. 68
4.2
Equivalent Formalisms
. 70
4.2.1
Tree-Local MCTAG
. 70
4.2.2
Linear Indexed Grammars
. 72
4.2.3
Combinatory
Categorial
Grammars
. 72
4.3
Summary
. 74
5
Parsing Tree Adjoining Grammars
. 77
5.1
A CYK Parser for TAG
. 77
5.1.1
The Recognizer
. 77
5.1.2
Complexity
. 82
5.2
An Earley Parser for TAG
. 82
5.2.1
Introduction
. 82
5.2.2
Items
. 83
5.2.3
Inference Rules
. 85
5.2.4
Extending the Algorithm to Substitution
. 88
5.2.5
The Parser
. 91
5.2.6
Properties of the Algorithm
. 92
5.2.7
Prefix Valid Earley Parsing
. 93
5.3
An LR Parser for TAG
. 96
5.3.1
Introduction
. 96
5.3.2
Construction of the Automaton
. 99
5.3.3
The Recognizer
. 101
5.3.4
Valid Prefix Property
. 107
Contents
XI
5.4
Summary
.107
6 Multiple
Context-Pree
Grammars and Linear Context-
Free Rewriting Systems
.109
6.1
Introduction to MCFG, LCFRS and Simple RCG
.109
6.1.1
MCFG and LCFRS
.110
6.1.2
Formal Properties
.117
6.1.3
Applications
.122
6.2
Equivalent Formalisms
.125
6.2.1
Set-Local Multicomponent TAG
.125
6.2.2
Minimalist Grammars
.126
6.2.3
Finite-Copying LFG
.126
6.3
Summary
.128
7
Parsing MCFG, LCFRS and Simple RCG
.131
7.1
CYK Parsing of MCFG
.131
7.1.1
The Basic Algorithm
.131
7.1.2
The Naive Algorithm
.134
7.1.3
The Active Algorithm
.136
7.1.4
The Incremental Algorithm
.139
7.1.5
Prediction Strategies
.141
7.2
Simplifying Simple RCGs
.142
7.2.1
Eliminating Useless Rules
.142
7.2.2
Eliminating
ε
-Rules.
143
7.2.3
Ordered Simple RCG
.145
7.2.4
Binarization of the Rules
.147
7.3
An Incremental Earley Parser for Simple RCG
.149
7.3.1
The Algorithm
.149
7.3.2
Filters
.154
7.4
Summary
.155
8
Range Concatenation Grammars
.157
8.1
Introduction to Range Concatenation Grammars
.157
8.1.1
Definition of RCG
.157
8.1.2
Applications
.164
8.2
Relations to Other Formalisms
.167
8.2.1
Literal Movement Grammars
.167
8.2.2
CFG, TAG and MCFG
.170
8.3
Summary
.173
9
Parsing Range Concatenation Grammars
.177
9.1
Basic RCG Parsing
.177
9.1.1
CYK Parsing with Passive Items
.178
9.1.2
Non-directional Top-Down Parsing
.179
9.1.3
Directional
Тор
-Down
Parsing
.180
XII Contents
9.1.4
Optimizations
.183
9.2
Parsing with Constraint Propagation
.184
9.2.1
Range Constraints
.185
9.2.2
CYK Parsing with Active Items
.186
9.2.3
Earley Parsing
.188
9.3
Summary
.190
10
Automata
.193
10.1
Embedded Push-Down Automata
.193
10.1.1
Definition of EPDA
.193
10.1.2
EPDA and TAG
.197
10.1.3
Bottom-Up Embedded Push-Down Automata
.197
10.1.4
fc-Order EPDA
.199
10.2
Two-Stack Automata
.200
10.2.1
General Definition
.200
10.2.2
Strongly-Driven Two-Stack Automata
.202
10.3
Thread Automata
.204
10.3.1
Idea
.204
10.3.2
General Definition of
TA
.206
10.3.3
Constructing
a TA
for a TAG
.208
10.3.4
Constructing
a TA
for an Ordered SRCG
.209
10.4
Summary
.213
Appendix A: Hierarchy of Grammar Formalisms
.215
Appendix B: List of Acronyms
.217
Solutions
.219
References
.235
Index
.245 |
any_adam_object | 1 |
author | Kallmeyer, Laura 1969- |
author_GND | (DE-588)121624986 |
author_facet | Kallmeyer, Laura 1969- |
author_role | aut |
author_sort | Kallmeyer, Laura 1969- |
author_variant | l k lk |
building | Verbundindex |
bvnumber | BV036609015 |
classification_rvk | ES 940 |
ctrlnum | (OCoLC)700340038 (DE-599)DNB1004243960 |
dewey-full | 415.01820285 |
dewey-hundreds | 400 - Language |
dewey-ones | 415 - Grammar |
dewey-raw | 415.01820285 |
dewey-search | 415.01820285 |
dewey-sort | 3415.01820285 |
dewey-tens | 410 - Linguistics |
discipline | Sprachwissenschaft Literaturwissenschaft |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 c 4500</leader><controlfield tag="001">BV036609015</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20110311</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">100810s2010 gw d||| |||| 00||| eng d</controlfield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">10,N28</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">1004243960</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9783642148453</subfield><subfield code="c">GB. : ca. EUR 58.80 (freier Pr.), ca. sfr 85.50 (freier Pr.)</subfield><subfield code="9">978-3-642-14845-3</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9783642148460</subfield><subfield code="c">EBook</subfield><subfield code="9">978-3-642-14846-0</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9783642148453</subfield></datafield><datafield tag="028" ind1="5" ind2="2"><subfield code="a">12767717</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)700340038</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)DNB1004243960</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">gw</subfield><subfield code="c">XA-DE-BE</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-355</subfield><subfield code="a">DE-12</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">415.01820285</subfield><subfield code="2">22/ger</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ES 940</subfield><subfield code="0">(DE-625)27934:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">400</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Kallmeyer, Laura</subfield><subfield code="d">1969-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)121624986</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Parsing beyond context-free grammars</subfield><subfield code="c">Laura Kallmeyer</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Berlin</subfield><subfield code="b">Springer</subfield><subfield code="c">2010</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XII, 247 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">Cognitive Technologies</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Syntaktische Analyse</subfield><subfield code="0">(DE-588)4058778-2</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="650" ind1="0" ind2="7"><subfield code="a">Kontextfreie Grammatik</subfield><subfield code="0">(DE-588)4032281-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Kontextfreie Grammatik</subfield><subfield code="0">(DE-588)4032281-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Syntaktische Analyse</subfield><subfield code="0">(DE-588)4058778-2</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><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="2"><subfield code="q">text/html</subfield><subfield code="u">http://deposit.dnb.de/cgi-bin/dokserv?id=3500760&prov=M&dok_var=1&dok_ext=htm</subfield><subfield code="3">Inhaltstext</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=020529331&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-020529331</subfield></datafield></record></collection> |
id | DE-604.BV036609015 |
illustrated | Illustrated |
indexdate | 2024-07-20T10:44:00Z |
institution | BVB |
isbn | 9783642148453 9783642148460 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-020529331 |
oclc_num | 700340038 |
open_access_boolean | |
owner | DE-355 DE-BY-UBR DE-12 |
owner_facet | DE-355 DE-BY-UBR DE-12 |
physical | XII, 247 S. graph. Darst. |
publishDate | 2010 |
publishDateSearch | 2010 |
publishDateSort | 2010 |
publisher | Springer |
record_format | marc |
series2 | Cognitive Technologies |
spelling | Kallmeyer, Laura 1969- Verfasser (DE-588)121624986 aut Parsing beyond context-free grammars Laura Kallmeyer Berlin Springer 2010 XII, 247 S. graph. Darst. txt rdacontent n rdamedia nc rdacarrier Cognitive Technologies Syntaktische Analyse (DE-588)4058778-2 gnd rswk-swf Computerlinguistik (DE-588)4035843-4 gnd rswk-swf Kontextfreie Grammatik (DE-588)4032281-6 gnd rswk-swf Kontextfreie Grammatik (DE-588)4032281-6 s Syntaktische Analyse (DE-588)4058778-2 s Computerlinguistik (DE-588)4035843-4 s DE-604 text/html http://deposit.dnb.de/cgi-bin/dokserv?id=3500760&prov=M&dok_var=1&dok_ext=htm Inhaltstext Digitalisierung UB Regensburg application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=020529331&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Kallmeyer, Laura 1969- Parsing beyond context-free grammars Syntaktische Analyse (DE-588)4058778-2 gnd Computerlinguistik (DE-588)4035843-4 gnd Kontextfreie Grammatik (DE-588)4032281-6 gnd |
subject_GND | (DE-588)4058778-2 (DE-588)4035843-4 (DE-588)4032281-6 |
title | Parsing beyond context-free grammars |
title_auth | Parsing beyond context-free grammars |
title_exact_search | Parsing beyond context-free grammars |
title_full | Parsing beyond context-free grammars Laura Kallmeyer |
title_fullStr | Parsing beyond context-free grammars Laura Kallmeyer |
title_full_unstemmed | Parsing beyond context-free grammars Laura Kallmeyer |
title_short | Parsing beyond context-free grammars |
title_sort | parsing beyond context free grammars |
topic | Syntaktische Analyse (DE-588)4058778-2 gnd Computerlinguistik (DE-588)4035843-4 gnd Kontextfreie Grammatik (DE-588)4032281-6 gnd |
topic_facet | Syntaktische Analyse Computerlinguistik Kontextfreie Grammatik |
url | http://deposit.dnb.de/cgi-bin/dokserv?id=3500760&prov=M&dok_var=1&dok_ext=htm http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=020529331&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT kallmeyerlaura parsingbeyondcontextfreegrammars |