-
```
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…
-
```
We currently have no really free POS tagger in DKPro Core ASL, since we cannot
redistribute TreeTagger binaries and models as Maven artifacts. Thus, an
alternative like the OpenNLP POS tagger wo…
-
```
The TreeTagger module still uses custom mapping loading code. It should use a
MappingProvider and the default mappings from api.lexmorph.
```
Original issue reported on code.google.com by `richa…
-
```
Hi,
I'm using DKPro Keyphrases' CooccurrenceGraphExtractor to extract keyphrases
from various texts. The keyphrase extraction for the texts is
performed sequentially. However, my Windows Task-Ma…
-
```
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'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 iss…
-
```
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 oc…
-
```
standardization of names
```
Original issue reported on code.google.com by `torsten....@gmail.com` on 3 Dec 2013 at 8:13
-
```
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…
-
```
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…