-
```
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…
-
Hello,
I am trying to use the new version of EOP and encountering some problems using it:
1. Following the instructions here - https://github.com/hltfbk/EOP-1.2.1/wiki/Step-by-Step-Tutorial
I am using…
-
```
What steps will reproduce the problem?
1. Run the TreeTagger wrapper in a linux system with /tmp mounted with
"noexec".
2. Tree tagger binary copied into the /tmp cannot be executed, and fails. …
-
```
It seems that TT has problems with very long tokens. Consider writing a test
checking what the maximum token size is and subsequently add code to tt4j that
ignores such long tokens.
```
Origina…
-
```
Comment 8 by project member frettchen.ii
I'm getting the same errors ("Token stream out of sync"; see attached) with a
single-threaded application. I can provide further details on request.
Com…
-
```
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 `pedrobss...@gmail.com` on 21 Aug 2013 at 9:3…
-
```
What steps will reproduce the problem?
1. Run the TreeTagger wrapper in a linux system with /tmp mounted with
"noexec".
2. Tree tagger binary copied into the /tmp cannot be executed, and fails. …
-
```
The TreeTagger models for English use an extended version of the PTB tagset
which include additional tags for different kinds of verbs and verb-tenses.
Thus, the tagset should not be "ptb", but …
-
```
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