-
```
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 issu…
-
```
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…
-
```
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…
-
```
Some checksums have changed on the TreeTagger models and binaries. Update the
build.xml.
While at it, can also add the new model for Finnish.
```
Original issue reported on code.google.com by `r…
-
```
Hi,
I use TreeTagger for German POS tagging and chunking and OpenNlpTagger for
German POS tagging (in differnt projects) which has been working a short while
ago. When running the pipeline, I …
-
```
When there is a very very long token in the text, the analysis engine fails.
```
Original issue reported on code.google.com by `richard.eckart` on 2 Oct 2011 at 3:14
-
```
It would be helpful if the model and binary JARs would contain Maven metadata
that Artifactory could read and already fill in the deploy form.
```
Original issue reported on code.google.com by …
-
```
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…
-
```
The TreeTagger module still uses custom mapping loading code. It should use a
MappingProvider and the default mappings from api.lexmorph.
```
Original issue reported on code.google.com by `richa…