-
```
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…
-
```
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…
-
```
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…
-
```
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 …
-
```
This is a bad error message:
Caused by: java.io.IOException: Unable to load resource [-=* NOT REQUIRED *=-]:
IOException: Unable to locate model [en] in the following locations
[classpath:/de/t…
-
```
Hi,
I would like to process Chinese documents, they are .txt files without any tokenization
and segmentation. which reader and annotation descriptors should I choose?
I have tested the FileSys…
jzell updated
9 years ago
-
```
Some basic support for reading and decoding TreeTagger model files would be
nice. In particular, some way to extract the tag set would be useful.
```
Original issue reported on code.google.com b…
-
```
For tt4j to be ready to use as-is, there is one feature that is missing : the
integration of a tokenizer.
tt4j does a great job wrapping TT in Java, though it is restricted to the
tree-tagger e…