Skip to main content

sbx-eng-dependency-stanford

Standard reference Information

Manning, Christopher D., Mihai Surdeanu, John Bauer, Jenny Finkel, Steven J. Bethard, and David McClosky. 2014. The Stanford CoreNLP Natural Language Processing Toolkit In Proceedings of the 52nd Annual Meeting of the Association for Computational Linguistics: System Demonstrations, pp. 55-60.

Analysis citation Information

Språkbanken (2026). sbx-eng-dependency-stanford (updated: 2026-05-12). [Analysis]. Enriched and distributed by Språkbanken. https://doi.org/10.23695/59be-ze27
BibTeX Additional ways to cite the dataset.
Dependency parsing with Stanford CoreNLP's standard model for English

Example

This analysis is used with Sparv. Check out Sparv's quick start guide to get started!

To use this analysis, add the following lines under export.annotations in the Sparv corpus configuration file:

- <token>:stanford.ref  # Token IDs relative to their sentences
- <token>:stanford.dephead_ref  # Sentence-relative positions of the dependency heads
- <token>:stanford.deprel  # Dependency relations to the head

In order to use this annotation you need to add the following setting to your Sparv corpus configuration file:

metadata:
  language: eng

For more info on how to use Sparv, check out the Sparv documentation.

Example output:

<token dephead_ref="5" deprel="nsubj" ref="1">Language</token>
<token dephead_ref="5" deprel="cop" ref="2">is</token>
<token dephead_ref="5" deprel="det" ref="3">the</token>
<token dephead_ref="5" deprel="amod" ref="4">human</token>
<token deprel="ROOT" ref="5">ability</token>
<token dephead_ref="7" deprel="mark" ref="6">to</token>
<token dephead_ref="5" deprel="acl" ref="7">acquire</token>
<token dephead_ref="9" deprel="cc" ref="8">and</token>
<token dephead_ref="7" deprel="conj" ref="9">use</token>
<token dephead_ref="11" deprel="amod" ref="10">complex</token>
<token dephead_ref="7" deprel="obj" ref="11">systems</token>
<token dephead_ref="13" deprel="case" ref="12">of</token>
<token dephead_ref="11" deprel="nmod" ref="13">communication</token>
<token dephead_ref="5" deprel="punct" ref="14">.</token>

Other references

Type

  • Analysis

Task

  • dependency parsing

Unit

  • token

Licence

MIT

Dependencies

Tagset

UD

Keyword

  • stanford-parser

Created

2020-04-24

Updated

2026-05-12

Contact

sb-info@svenska.gu.se