google-code-export / dkpro-core-asl

Automatically exported from code.google.com/p/dkpro-core-asl
0 stars 0 forks source link

[TreeTagger] Problem if TreeTagger does not generate a POS or lemma #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The analysis engine cannot deal with cases where TreeTagger does not output a 
POS and lemma.

Original issue reported on code.google.com by richard.eckart on 2 Oct 2011 at 3:12

GoogleCodeExporter commented 9 years ago
- Allow dealing with cases that TT4J does not return a lemma or pos for a token.
- If TT4J does not provide a lemma, then do not create one. Before we created a 
lemma in this case using the original text as lemma. But since this is the 
behaviour from TreeTagger (not TT4J) as well, this is not necessary.
---
rev 108

Original comment by richard.eckart on 2 Oct 2011 at 3:13