-
```
For tt4j to be ready to use as-is, there is one feature that is missing : the
integration of a tokenizer.
tt4j does a great job wrapping TT in Java, though it is restricted to the
tree-tagger e…
-
```
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 b…
-
```
Comment 8 by project member frettchen.ii
I'm getting the same errors ("Token stream out of sync"; see attached) with a
single-threaded application. I can provide further details on request.
Com…
-
```
Hi
Adding TreeTagger models as managed dependencies (as done in the unit tests of
dkpro-asl) does not seem to work - at least not under Windows.
See attached file with the relevant parts of the…
-
```
I would be nice to optionally secify all neccessary properties, executables and
resources in the parameters of the analysis engine.
Example:
The TreeTagger installation for its wrapper in DKPro …
-
```
The model is always coupled to the language code parameter. There should be
additional parameters to override the model and the model encoding for the case
that somebody wants to specify a custo…
-
```
standardization of names
```
Original issue reported on code.google.com by `torsten....@gmail.com` on 3 Dec 2013 at 8:13
-
```
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
-
```
What steps will reproduce the problem?
On the current trunk, trying to bundle the treetagger models fails.
>execute ant local-maven
BUILD FAILED
de.tudarmstadt.ukp.dkpro.core-asl\de.tudarmstadt…
-
```
Update TreeTagger build.xml with a few new models available from the website.
```
Original issue reported on code.google.com by `richard.eckart` on 12 Oct 2014 at 10:48