Table of Contents
Cover
Introduction
1 Programming with Graphs
1.1. Creating a graph
1.2. Feature structures
1.3. Information searches
1.4. Recreating an order
1.5. Using patterns with the GREW library
1.6. Graph rewriting
2 Dependency Syntax: Surface Structure and Deep Structure
2.1. Dependencies versus constituents
2.2. Surface syntax: different types of syntactic dependency
2.3. Deep syntax
3 Graph Rewriting and Transformation of Syntactic Annotations in a Corpus
3.1. Pattern matching in syntactically annotated corpora
3.2. From surface syntax to deep syntax
3.3. Conversion between surface syntax formats
4 From Logic to Graphs for Semantic Representation
4.1. First order logic
4.2. Abstract meaning representation (AMR)
4.3. Minimal recursion semantics, MRS
5 Application of Graph Rewriting to Semantic Annotation in a Corpus
5.1. Main stages in the transformation process
5.2. Limitations of the current system
5.3. Lessons in good practice
5.4. The DSQ_to_DMRS conversion system
6 Parsing Using Graph Rewriting
6.1. The Cocke–Kasami–Younger parsing strategy
6.2. Reducing syntactic ambiguity
6.3. Description of the POS_to_SSQ rule system
6.4. Evaluation of the parser
7 Graphs, Patterns and Rewriting
7.1. Graphs
7.2. Graph morphism
7.3. Patterns
7.4. Graph transformations
7.5. Graph rewriting system
7.6. Strategies
8 Analysis of Graph Rewriting
8.1. Variations in rewriting
8.2. What can and cannot be computed
8.3. The problem of termination
8.4. Confluence and verification of confluence
Appendix
A1.1. Sets
A1.2. Relations and functions
A1.3. Equivalences and orders
A1.4. Languages and finite sequences
Bibliography
Index
End User License Agreement
List of Tables
2 Dependency Syntax: Surface Structure and Deep Structure
Table 2.1. Main syntactic dependency labels used in the SEQUOIA format
Table 2.2. Main syntactic dependency labels used in the UD format
List of Illustrations
Introduction
Figure I.1. Formats and rewriting systems considered in this book
2 Dependency Syntax: Surface Structure and Deep Structure
Figure 2.1. Constituent tree of sentence (2.1)
Figure 2.2. Dependency tree for sentence (2.1)
4 From Logic to Graphs for Semantic Representation
Figure 4.1. An example of AMR represented as a graph
Figure 4.2. A first graphical representation of RMRS modeling the semantics of the sentence “tous les enfants adorent un beau livre”
Figure 4.3. RMRS for the sentence “tous les enfants adorent un beau livre” in graph form
Figure 4.4. DMRSS of the sentence “tous les enfants adorent un beau livre”
Guide
Cover
Table of Contents
Begin Reading
Pages
C1
iii
iv
v
ix
x
xi
xii
xiii
xiv
xv
xvi
xvii
xviii
xix
xx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
247
248
G1
G2
G3
G4
e1