-
```
The TreeTaggerPosLemma annotation always creates POS Tags and Lemmas. In the
case that a corpus is read that already provides POS tags, it would be nice to
only add the lemmas. Thus there should…
-
```
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…
-
```
Currently DKPro TreeTagger supports auto-lookup of model files. It looks up and
loads the appropriate language model automatically according to the document
language. All other DKPro analysis engi…
-
```
The TextReader crashes when reading a single large file (3,5 GB).
This is the pipeline I used
SimplePipeline.runPipeline(
createReaderDescription(TextReader.class,
…
-
```
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…
-
```
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…
-
```
Sometimes an odd character appears in a token and causes the communication
stream with the TreeTagger to be out of sync. That means we expect to see a
token, but get another token. There should …
-
```
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.
Comm…
-
```
DKPro Core 1.4.0 the property "tagger.tagset" to indicate the tagset for a
POS-tagger model. It is more sensible to use "pos.tagset", because it is a
"part-of-speech" tagset and not a "tagger" …