-
```
We should switch all unit tests to OpenNLP, since we then can use the models as
well and the tests run anywhere.
```
Original issue reported on code.google.com by `richard.eckart` on 7 Jun 2012 …
-
```
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
-
```
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 is…
-
```
At the moment, languages that are supported by the TreeTagger but do not yet
have a mapping to the DKPro type system cannot be used with the TreeTagger AE.
We should add a standard-mapping for n…
-
```
Checksums in TreeTagger resource packaging ant file are outdated.
```
Original issue reported on code.google.com by `richard.eckart` on 7 May 2011 at 8:14
-
[This script](../blob/master/bag_of_words.py) produces a frequency dictionary of words given a text corpus, skipping non-lexical frequent words (AKA **stop words**).
Currently, the stop word list is o…
-
```
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.
…
-
```
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…
-
```
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…