Skip to main content Accessibility help
×
Hostname: page-component-7479d7b7d-wxhwt Total loading time: 0 Render date: 2024-07-09T01:26:24.232Z Has data issue: false hasContentIssue false

8 - Syntax

from Part IV - Graph-Based Natural Language Processing

Published online by Cambridge University Press:  01 June 2011

Rada Mihalcea
Affiliation:
University of North Texas
Dragomir Radev
Affiliation:
University of Michigan, Ann Arbor
Get access

Summary

This chapter covers the use of graph-theoretical algorithms for tasks in syntax, including part-of-speech tagging using graphs that encode word and tag dependencies; dependency parsing using minimum spanning trees; prepositional attachment using word-dependency distributions induced from random-walk models; and co-reference resolution using graphclustering and min-cut algorithms.

Part-of-Speech Tagging

Part-of-speech tagging is defined as the task of automatically assigning parts of speech to words. For instance, given the text, “This is a book,” a part-of-speech tagger identifies that “this” is a pronoun, “is” is a verb, “a” is a determiner, and “book” is a noun. Part-of-speech tagging is required by almost any text-processing task, including word-sense disambiguation, parsing, and semantic analysis. As one of the first processing steps in any such application, the accuracy of the part-of-speech tagger directly impacts the accuracy of any subsequent text-processing steps.

Although most of the part-of-speech taggers developed to date rely on machine-learning algorithms with features drawn from the surrounding text of an ambiguous word, there are also other approaches such as unsupervised tagging using clustering algorithms. In particular, Biemann's part-of-speech tagger (2006c) is based on the idea of word co-occurrence. First, a bipartite graph of words that appear next to one another is built, followed by the calculation of the second power of that graph's connectivity matrix, thereby connecting words that appear in the same context. Hence, words like red, green, and blue appear in the same cluster because they are distributionally similar (Lee 1997).

Type
Chapter
Information
Publisher: Cambridge University Press
Print publication year: 2011

Access options

Get access to the full version of this content by using one of the access options below. (Log in options will check for institutional or personal access. Content may require purchase if you do not have access.)

Save book to Kindle

To save this book to your Kindle, first ensure coreplatform@cambridge.org is added to your Approved Personal Document E-mail List under your Personal Document Settings on the Manage Your Content and Devices page of your Amazon account. Then enter the ‘name’ part of your Kindle email address below. Find out more about saving to your Kindle.

Note you can select to save to either the @free.kindle.com or @kindle.com variations. ‘@free.kindle.com’ emails are free but can only be saved to your device when it is connected to wi-fi. ‘@kindle.com’ emails can be delivered even when you are not connected to wi-fi, but note that service fees apply.

Find out more about the Kindle Personal Document Service.

  • Syntax
  • Rada Mihalcea, University of North Texas, Dragomir Radev, University of Michigan, Ann Arbor
  • Book: Graph-based Natural Language Processing and Information Retrieval
  • Online publication: 01 June 2011
  • Chapter DOI: https://doi.org/10.1017/CBO9780511976247.009
Available formats
×

Save book to Dropbox

To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Dropbox.

  • Syntax
  • Rada Mihalcea, University of North Texas, Dragomir Radev, University of Michigan, Ann Arbor
  • Book: Graph-based Natural Language Processing and Information Retrieval
  • Online publication: 01 June 2011
  • Chapter DOI: https://doi.org/10.1017/CBO9780511976247.009
Available formats
×

Save book to Google Drive

To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Google Drive.

  • Syntax
  • Rada Mihalcea, University of North Texas, Dragomir Radev, University of Michigan, Ann Arbor
  • Book: Graph-based Natural Language Processing and Information Retrieval
  • Online publication: 01 June 2011
  • Chapter DOI: https://doi.org/10.1017/CBO9780511976247.009
Available formats
×