Syntactic Parsing - Dependency Structures Flashcards
What 2 ways can syntactic ambiguity be brought about?
- Multiple interpretations due to multiple meanings
- preposition attached to more than one token
“I saw the man on the hill [with] a telescope”
What is a dependency?
an asymmetric binary linking two tokens.
One is the head and the other is the dependent
What is the head and what is the dependent?
Head- is the main verb in a verb phrase or the main noun in a noun phrase
What are the other words for the head-dependent relationship?
superior-inferior
governor-modified
regent-subordinate
How do we know if something is a head or a dependent?
The dependents modify the head
What is a dependency graph?
nodes are the tokens and edges are the relation type labels
What are the different notation structures for dependency relationships?
horizontal (arrows one way or the other)
tree of tokens
tree of POS tagged tokens
machine readable (inline annotation)
nmod/amod
phrase that modifies a noun phrase
where is the nmod relationship in “sam eats red meat”
nmod(red, meat)
aux
non-main verb of a clause
where is the aux relationship in “he should leave”
aux(leave, should)
cc
coordination- connects element of a conjunct and coordinating word
where is the cc relationship in “they should either ski or snowboard”
cc(ski,or)
det
between the head of a np and its determiner
where is the det relationship in “the man is here”
det(man, the)