-
```
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
-
```
Some models have been updated on the TreeTagger homepage.
```
Original issue reported on code.google.com by `richard.eckart` on 7 Jul 2014 at 10:52
-
```
I'm getting following error message if I try to use TreeTaggerPosLemmaTT4J in
my pipeline: Unable to locate model [de] in the following locations
[classpath:/de/tudarmstadt/ukp/dkpro/core/treet…
-
```
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,
…
-
```
Ive tried several hours to get Heideltime Standalone to run on my ubuntu system, but
it still didnt work.
i followed exactly the how to use instructions in the readme file and i also installed
th…
jzell updated
9 years ago
-
```
I'm trying to run heideltime on the commandline as follows:
C:\Home\heideltime-standal
one-1.4>java -jar de.unihd.dbs.heideltime.standalone.jar test.txt -vv
jul 26, 2013 11:31:23 AM de.unihd.d…
jzell updated
9 years ago
-
```
Hi,
I'm using a self-built TreeTagger model as described on your homepage. However,
it only assigns the 'POS' tag as annotations, but not the subtypes (N, NN,...).
Yours,
Laura
```
Original is…
-
```
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…