Dependency parsing (2013)

10
Craig Trim / [email protected] / CCA 3.0 PART 2 Dependency Parsing

description

Visual Depiction of a Dependency Parse.

Transcript of Dependency parsing (2013)

Page 1: Dependency parsing (2013)

Craig Trim / [email protected] / CCA 3.0

PART 2

Dependency Parsing

Page 2: Dependency parsing (2013)

Craig Trim / [email protected] / CCA 3.0

Page 3: Dependency parsing (2013)

Craig Trim / [email protected] / CCA 3.0root – Sentence RootThe grammatical root of the sentence

Page 4: Dependency parsing (2013)

Craig Trim / [email protected] / CCA 3.0advmod – Adverbial Modifier. Either an adverb or adverbial phrase that serves to modify the meaning of the word.

Page 5: Dependency parsing (2013)

Craig Trim / [email protected] / CCA 3.0aux – Auxiliary. The non-main verb of the clause.

Page 6: Dependency parsing (2013)

Craig Trim / [email protected] / CCA 3.0nsubj – Nominal Subject. A noun phrase which is the syntactic subject of a clause.

Page 7: Dependency parsing (2013)

Craig Trim / [email protected] / CCA 3.0dobj – Direct ObjectThe direct object of a Verb Phrase (VP).

Page 8: Dependency parsing (2013)

Craig Trim / [email protected] / CCA 3.0prep_for – Preposition (Collapsed Representation)Any prepositional phrase that serves to modify the meaning of another verb, nounadjective or preposition.

Page 9: Dependency parsing (2013)

Craig Trim / [email protected] / CCA 3.0prep_on – Preposition (Collapsed Representation)Any prepositional phrase that serves to modify the meaning of another verb, nounadjective or preposition.

Page 10: Dependency parsing (2013)

Craig Trim / [email protected] / 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)