Difference between revisions of "Dependency Parsing"

From Cohen Courses
Jump to navigationJump to search
(Created page with 'This refers to the [[Category::problem]] of analyzing a text to produce a grammatical structure with respect to a dependency grammar (a class of syntactic theories that are all b…')
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
This refers to the [[Category::problem]] of analyzing a text to produce a grammatical structure with respect to a dependency grammar (a class of syntactic theories that are all based on the ''dependency relation"). Dependency grammars are distinct from phrase structure grammars (constituency grammars) because they lack phrasal nodes. Structure is determined by the relation between a word and its dependents. Dependency structures are flatter than constituency structures, and are thus well suited to languages with free word order, such as Czech and Turkish.
+
This refers to the [[Category::problem]] of analyzing a text to produce a grammatical structure with respect to a dependency grammar (a class of syntactic theories that are all based on the ''dependency relation''). Dependency grammars are distinct from phrase structure grammars (constituency grammars) because they lack phrasal nodes. Structure is determined by the relation between a word and its dependents. Dependency structures are flatter than constituency structures, and are thus well suited to languages with free word order, such as Czech and Turkish.
  
 
== Relevant Papers ==
 
== Relevant Papers ==
  
{{#ask: [[AddressesProblem::dependency parsing]]
+
{{#ask: [[AddressesProblem::Dependency Parsing]]
 
| ?UsesMethod
 
| ?UsesMethod
 
| ?UsesDataset
 
| ?UsesDataset
 
}}
 
}}

Latest revision as of 22:01, 25 November 2011

This refers to the problem of analyzing a text to produce a grammatical structure with respect to a dependency grammar (a class of syntactic theories that are all based on the dependency relation). Dependency grammars are distinct from phrase structure grammars (constituency grammars) because they lack phrasal nodes. Structure is determined by the relation between a word and its dependents. Dependency structures are flatter than constituency structures, and are thus well suited to languages with free word order, such as Czech and Turkish.

Relevant Papers