From Phrase Parsing to Dependency Parsing
---cognitive-computing---machine-intelligence/ai---subfields/natural-language-processing-(nlp)---computational-linguistics/syntactic-parsing/parser/translating-from-constituency-to-dependency-structures/constituency-syntactic-parse-tree.png)
constituency-syntactic-parse-tree.drawio
2 Subtasks
- identifying all the head-dependent relations in the structure
- relies heavily on the use of head rules constituency parsing, first developed for use in lexicalized probabilistic parsers (e.g. Collin’s Parser)
- Here’s a simple and effective algorithm from Xia and Palmer (2001):
- Mark the head child of each node in a phrase structure, using the appropriate head rules
- In the dependency structure, make the head of each non-head child depend on the head of the head-child
- identifying the correct dependency relations for these relations