Lemmatization with TreeTagger for English
Standard reference
Helmut Schmid (1995): Improvements in Part-of-Speech Tagging with an Application to German. Proceedings of the ACL SIGDAT-Workshop. Dublin, Ireland.
Analysis citation
Språkbanken (2021). sbx-eng-lemmatization-treetagger (updated: 2021-03-24). [Analysis]. Enriched and distributed by Språkbanken. https://doi.org/10.23695/kk7t-4a84
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>:treetagger.baseform # Baseforms from TreeTagger
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
Helmut Schmid (1994): Probabilistic Part-of-Speech Tagging Using Decision Trees. Proceedings of International Conference on New Methods in Language Processing, Manchester, UK.