-
```
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…
-
```
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…
-
```
Drop support for specifying treetagger binary as external resource. This is
stone age legacy code.
```
Original issue reported on code.google.com by `richard.eckart` on 22 Aug 2013 at 9:57
-
```
Per default the TreeTagger wrapper should intern POS values and lemmas to save
memory. It should be an option however, as somebody may not want to incur the
additional overhead.
```
Original is…
-
```
At the moment, languages that are supported by the TreeTagger but do not yet
have a mapping to the DKPro type system cannot be used with the TreeTagger AE.
We should add a standard-mapping for n…
-
```
Checksums in TreeTagger resource packaging ant file are outdated.
```
Original issue reported on code.google.com by `richard.eckart` on 7 May 2011 at 8:14
-
```
There is no way to store in the DKPro type system which tagset is used in a particular
layer, e.g. that the part-of-speech layer uses the "STTS" tagset.
If we have a writer for a data format whi…
-
```
When setting a model using PARAM_MODEL_PATH, there is an NPE exception:
Caused by: java.lang.NullPointerException
at de.tudarmstadt.ukp.dkpro.core.treetagger.TreeTaggerPosLemmaTT4J$1.produceR…
-
```
The TextReader crashes when reading a single large file (3,5 GB).
This is the pipeline I used
SimplePipeline.runPipeline(
createReaderDescription(TextReader.class,
…
-
```
TT4J should support the TT parameters -prob and -threshold.
```
Original issue reported on code.google.com by `richard.eckart` on 19 Apr 2012 at 8:50