SlideShare a Scribd company logo
Craig Trim / craigtrim@gmail.com / CCA 3.0
PART 2
Dependency
Parsing
Craig Trim / craigtrim@gmail.com / CCA 3.0
Craig Trim / craigtrim@gmail.com / CCA 3.0root – Sentence Root
The grammatical root of the sentence
Craig Trim / craigtrim@gmail.com / CCA 3.0advmod – Adverbial Modifier.
Either an adverb or adverbial phrase that serves to modify the meaning of the word.
Craig Trim / craigtrim@gmail.com / CCA 3.0aux – Auxiliary.
The non-main verb of the clause.
Craig Trim / craigtrim@gmail.com / CCA 3.0nsubj – Nominal Subject.
A noun phrase which is the syntactic subject of a clause.
Craig Trim / craigtrim@gmail.com / CCA 3.0dobj – Direct Object
The direct object of a Verb Phrase (VP).
Craig Trim / craigtrim@gmail.com / CCA 3.0prep_for – Preposition (Collapsed Representation)
Any prepositional phrase that serves to modify the meaning of another verb, noun
Craig Trim / craigtrim@gmail.com / CCA 3.0prep_on – Preposition (Collapsed Representation)
Any prepositional phrase that serves to modify the meaning of another verb, noun
Craig Trim / craigtrim@gmail.com / CCA 3.0
References
 Stanford Dependency Parser
– http://nlp.stanford.edu/software/lex-parser.shtml
– http://preview.tinyurl.com/mwnplmf (PDF Manual)
 IBM’s English Slot Grammar (ESG) Parser
– http://researcher.watson.ibm.com/researcher/view.php?person=us-mcmccord
– http://preview.tinyurl.com/kcq68f9 (PDF Manual)
 Dependency Parse Introduction
– http://www.youtube.com/watch?v=UTnHwzVAIOo (Christopher Manning)

More Related Content

PPT
Deep Parsing (2012)
PPTX
English Grammar Lecture 13: The Object Complement Patterns
PPTX
English Grammar Lecture 6: Verb Patterns and the "Be" Patterns
PPTX
English Grammar Lecture 5: Sentences
PPTX
LOGICAL CONNETIVES USE DISCRETE MATHSMATICS ASSINGMENT
PPT
e0206
PPTX
Boyer–Moore string search algorithm
PDF
Text classification presentation
Deep Parsing (2012)
English Grammar Lecture 13: The Object Complement Patterns
English Grammar Lecture 6: Verb Patterns and the "Be" Patterns
English Grammar Lecture 5: Sentences
LOGICAL CONNETIVES USE DISCRETE MATHSMATICS ASSINGMENT
e0206
Boyer–Moore string search algorithm
Text classification presentation

More from Craig Trim (18)

PPTX
Publishing Python to PyPI using Github Actions.pptx
PPT
Ontologies and the Semantic Web
PPTX
SAS Visual Process Flows
PPTX
SAS University Edition - Getting Started
PPTX
Bluemix NL Classifier Tutorial
PPTX
Bluemix - Deploying a Java Web Application
PPTX
IBM Bluemix - Building a Project with Maven
PPTX
Question Types in Natural Language Processing
PPT
Jenkins on Docker
PPTX
IBM Bluemix: Creating a Git Project
PPTX
Things and strings public
PPT
Octave - Prototyping Machine Learning Algorithms
PPT
PROV Overview
PPT
The Onomyicon
PPT
Inference using owl 2.0 semantics
PDF
An Introduction to the Jena API
PDF
The art of tokenization
PPT
Ontology and semantic web (2016)
Publishing Python to PyPI using Github Actions.pptx
Ontologies and the Semantic Web
SAS Visual Process Flows
SAS University Edition - Getting Started
Bluemix NL Classifier Tutorial
Bluemix - Deploying a Java Web Application
IBM Bluemix - Building a Project with Maven
Question Types in Natural Language Processing
Jenkins on Docker
IBM Bluemix: Creating a Git Project
Things and strings public
Octave - Prototyping Machine Learning Algorithms
PROV Overview
The Onomyicon
Inference using owl 2.0 semantics
An Introduction to the Jena API
The art of tokenization
Ontology and semantic web (2016)
Ad

Recently uploaded (20)

PPTX
Tartificialntelligence_presentation.pptx
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPT
Teaching material agriculture food technology
PDF
Machine learning based COVID-19 study performance prediction
PPTX
1. Introduction to Computer Programming.pptx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Getting Started with Data Integration: FME Form 101
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
cuic standard and advanced reporting.pdf
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Encapsulation theory and applications.pdf
PDF
Empathic Computing: Creating Shared Understanding
PDF
Accuracy of neural networks in brain wave diagnosis of schizophrenia
Tartificialntelligence_presentation.pptx
Spectral efficient network and resource selection model in 5G networks
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Teaching material agriculture food technology
Machine learning based COVID-19 study performance prediction
1. Introduction to Computer Programming.pptx
Per capita expenditure prediction using model stacking based on satellite ima...
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
NewMind AI Weekly Chronicles - August'25-Week II
Programs and apps: productivity, graphics, security and other tools
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Reach Out and Touch Someone: Haptics and Empathic Computing
Diabetes mellitus diagnosis method based random forest with bat algorithm
Getting Started with Data Integration: FME Form 101
Agricultural_Statistics_at_a_Glance_2022_0.pdf
cuic standard and advanced reporting.pdf
Unlocking AI with Model Context Protocol (MCP)
Encapsulation theory and applications.pdf
Empathic Computing: Creating Shared Understanding
Accuracy of neural networks in brain wave diagnosis of schizophrenia
Ad

Dependency parsing (2013)

  • 1. Craig Trim / craigtrim@gmail.com / CCA 3.0 PART 2 Dependency Parsing
  • 2. Craig Trim / craigtrim@gmail.com / CCA 3.0
  • 3. Craig Trim / craigtrim@gmail.com / CCA 3.0root – Sentence Root The grammatical root of the sentence
  • 4. Craig Trim / craigtrim@gmail.com / CCA 3.0advmod – Adverbial Modifier. Either an adverb or adverbial phrase that serves to modify the meaning of the word.
  • 5. Craig Trim / craigtrim@gmail.com / CCA 3.0aux – Auxiliary. The non-main verb of the clause.
  • 6. Craig Trim / craigtrim@gmail.com / CCA 3.0nsubj – Nominal Subject. A noun phrase which is the syntactic subject of a clause.
  • 7. Craig Trim / craigtrim@gmail.com / CCA 3.0dobj – Direct Object The direct object of a Verb Phrase (VP).
  • 8. Craig Trim / craigtrim@gmail.com / CCA 3.0prep_for – Preposition (Collapsed Representation) Any prepositional phrase that serves to modify the meaning of another verb, noun
  • 9. Craig Trim / craigtrim@gmail.com / CCA 3.0prep_on – Preposition (Collapsed Representation) Any prepositional phrase that serves to modify the meaning of another verb, noun
  • 10. Craig Trim / craigtrim@gmail.com / CCA 3.0 References  Stanford Dependency Parser – http://nlp.stanford.edu/software/lex-parser.shtml – http://preview.tinyurl.com/mwnplmf (PDF Manual)  IBM’s English Slot Grammar (ESG) Parser – http://researcher.watson.ibm.com/researcher/view.php?person=us-mcmccord – http://preview.tinyurl.com/kcq68f9 (PDF Manual)  Dependency Parse Introduction – http://www.youtube.com/watch?v=UTnHwzVAIOo (Christopher Manning)

Editor's Notes

  • #3: The first step in dependency parsing is to look for the head of the sentence (the governor). We start with an artificial node (called Root), although this can be withheld from most diagrams. Phrase Structure (Deep Parsing) vs Dependency Structure (Dependency Parsing) A dependency grammar has the notion of a head. Officially, CGSs do not. A dependency parse can be extracted from a deep parse (using phrasal “head rules”) e.g. the head of a Noun Phrase is a noun/number/adj/… The head of a Verb Phrase is a verb/modal/…
  • #4: Relationship Definition: root - The root grammatical relation points to the root of the sentence. A fake node “ROOT” is used as the governor. The ROOT node is indexed with “0”, since the indexation of real words in the sentence starts at 1. The token “disable” has been taken to the governor of this sentence. Every other token will flow from the governor as a dependency or modifier.
  • #5: An adverbial modifier of a word is a (non-clausal) adverb or adverbial phrase (ADVP) that serves to modify the meaning of the word.
  • #6: An auxiliary of a clause is a non-main verb of the clause, e.g. modal auxiliary, “be” and “have” in a composed tense.
  • #7: A nominal subject is a noun phrase which is the syntactic subject of a clause. The governor of this relation might not always be a verb: when the verb is a copular verb, the root of the clause is the complement of the copular verb, which can be an adjective or noun.
  • #8: The direct object of a VP is the noun phrase which is the (accusative) object of the verb.
  • #9: A prepositional modifier of a verb, adjective, or noun is any prepositional phrase that serves to modify the meaning of the verb, adjective, noun, or even another prepositon. In the collapsed representation, this is used only for prepositions with NP complements.
  • #10: A prepositional modifier of a verb, adjective, or noun is any prepositional phrase that serves to modify the meaning of the verb, adjective, noun, or even another prepositon. In the collapsed representation, this is used only for prepositions with NP complements.