-
```
What steps will reproduce the problem?
1. Create an App with TreeTaggerWrapper
2. Create a .jar of the project and upload it to a Google Compute Engine which
runs Apache spark with some worker in…
-
```
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 …
-
```
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 ant scripts are using the 0.4 version for the macros. They should be updated to
0.6 version.
```
Original issue reported on code.google.com by `pedrobssantos` on 2013-08-21 09:39:31
-
```
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…
-
```
Before the code is checked into the Google Code SVN it should be reviewed to
make sure things are relatively clean, complete, and at least minimally
documented.
```
Original issue reported on c…
-
```
When using the TreeTaggerPosLemmaTT4J annotator we get some exceptions.
These exceptions raised when using the pipeline for a while (~1000 Documents)
with multiple threads. After the exception o…