dkpro / dkpro-core

Collection of software components for natural language processing (NLP) based on the Apache UIMA framework.
https://dkpro.github.io/dkpro-core
Other
196 stars 67 forks source link

[TreeTagger] Allow to select if POS annotations and/or Lemma annotations should be generated #17

Closed reckart closed 9 years ago

reckart commented 9 years ago
The TreeTaggerPosLemma annotation always creates POS Tags and Lemmas. In the case that
a corpus is read that already provides POS tags, it would be nice to only add the lemmas.
Thus there should be switches to enable/disable the creation of Lemma and POS annotations.

Original issue reported on code.google.com by richard.eckart on 2011-05-28 14:58:09

reckart commented 9 years ago
Added the respective parameters.

Original issue reported on code.google.com by richard.eckart on 2011-06-06 22:14:15

reckart commented 9 years ago
Fixed.
---
rev 112

Original issue reported on code.google.com by richard.eckart on 2011-10-02 15:15:29