Dependency grammars

Dependency grammar and constituency grammar

Some possible constraints on dependency trees/grammars

Issues in Nivre et al. (1)

Issues in Nivre et al. (2)

Extensible Dependency Grammar (Debusmann, etc.)

XDG overview

Agreement attributes

cooks
   agrs: (3, 1)
   agree: [sbj]
wanampikia
   agrs: {sbj: (2), obj: (1)}
   agree: {sbj: sbj, obj: iobj}
chakula
   agrs: (7)
   agree: [adj]
kizuri
   agrs: (7)
N
   agree: [adj]
V
   agree: {sbj: sbj}
VDitrans
   classes: [V]
   agree: {obj: iobj}

Lexical inheritance hierarchy

Valency attributes

teacher
   out: {det: !, adj: *}
   in: {obj: ?, sbj: ?, pobj: ?}
cooked
   out: {sbj: !, obj: ?, iobj: ?, pmod: *}
   in: {root: ?, rel: ?, sub: ?}

Valency: syntax and semantics

Representational levels (dimensions)

Interface dimensions

Handling word order

V_Trans
   order: [sbj, ^]

Parsing as constraint satisfaction

Parsing in XDG

Jack likes snakes .