Skip to main content

sbx-eng-lemmatization-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-lemmatization-stanford (updated: 2026-05-12). [Analysis]. Enriched and distributed by Språkbanken. https://doi.org/10.23695/tbw6-qz41
BibTeX Additional ways to cite the dataset.
Lemmatization with Stanford CoreNLP 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 line under export.annotations in the Sparv corpus configuration file:

- <token>:stanford.baseform  # Baseforms from Stanford Parser

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 baseform="Language">Language</token>
<token baseform="be">is</token>
<token baseform="the">the</token>
<token baseform="human">human</token>
<token baseform="ability">ability</token>
<token baseform="to">to</token>
<token baseform="acquire">acquire</token>
<token baseform="and">and</token>
<token baseform="use">use</token>
<token baseform="complex">complex</token>
<token baseform="system">systems</token>
<token baseform="of">of</token>
<token baseform="communication">communication</token>
<token baseform=".">.</token>

Other references

Type

  • Analysis

Task

  • lemmatization

Unit

  • token

Licence

MIT

Dependencies

Keyword

  • stanford-parser

Created

2020-04-24

Updated

2026-05-12

Contact

sb-info@svenska.gu.se