-
```
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…
-
```
What steps will reproduce the problem?
1. Simple test using the TreeTaggerWrapper (the environment is well configured
with the resources from here:
http://www.cis.uni-muenchen.de/~schmid/tools/T…
-
```
The TreeTagger homepage and models have all moved to
http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/
The Ant script must be updated accordingly.
```
Original issue reported on code.go…
-
```
Currently DKPro TreeTagger supports auto-lookup of model files. It looks up and
loads the appropriate language model automatically according to the document
language. All other DKPro analysis engi…
-
```
External DKPro Core users have problems to get the TreeTagger models and
binaries.
If I see this correctly, these are not downloaded automatically.
It might be good to add documentation somewhe…
-
```
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…
-
```
We should switch all unit tests to OpenNLP, since we then can use the models as
well and the tests run anywhere.
```
Original issue reported on code.google.com by `richard.eckart` on 7 Jun 2012 …
-
```
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…