-
```
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 …
-
```
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" …
-
```
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…
-
```
Before the code is checked into the Google Code SVN it should be reviewed to
make sure things are relatively clean, complete, and at least minimally
documented.
```
Original issue reported on c…
-
```
Licences for all project dependencies (including both code and data) need to be
reviewed. Code which includes or links to copylefted dependencies may need to
be split out into a separate projec…
-
```
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…
-
```
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" …
-
```
Hi,
I am trying to use the Brown mapping, which I downloaded from here:
https://code.google.com/p/dkpro-core-asl/source/browse/de.tudarmstadt.ukp.dkpro.
core-asl/trunk/de.tudarmstadt.ukp.dkpro.c…
-
```
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…
-
```
The TextReader crashes when reading a single large file (3,5 GB).
This is the pipeline I used
SimplePipeline.runPipeline(
createReaderDescription(TextReader.class,
…