-
Annotation should be:
```java
@TypeCapability(
inputs = {
"de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Token",
"de.tudarmstadt.ukp.dkpro.core.api.segmen…
-
I would like to use the groovydoc target, but it does not seem to work unless I add a dependency on groovy-all to the dependency section of the POM.
Here the error:
```
[ERROR] Failed to execute goa…
-
Introduce a new experiment type which runs a learning curve experiment.
The experiment should support large and small sized experiments, i.e. averaging all combinations on a lc-stage might become e…
-
When I run
`⇒ curl -H "Content-Type: application/json" --data @jsonPredictRequestV2small.txt http://localhost:30500/predict`
then the server replies with
`{"timestamp":1538040463710,"status"…
-
below is the error I got while using TikaReader (dkpro vs 1.10.0):
Caused by: org.apache.tika.sax.WriteOutContentHandler$WriteLimitReachedException: Your document contained more than 100000 charact…
-
**Describe the bug**
When accepting annotations during active learning, an error is thrown:
`Unable to load data: IOException: There was a concurrent change to the document. Re-open the document t…
-
@reckart @Rentier
I tested around with POS and NER predictions and this issue of missing annotation came up again.
POS:
If I just ignore not annotated words I have no problems. If I consider t…
-
At the moment, JWPL refers to version **15** of _dkpro-parent-pom_. With the more recent version **19**, the project will benefit by several plugin updates which allow Java9+ build environments.
##…
-
Stanford CoreNLP already provides an option to run an Arabic segmenter based on a pre-trained model.
This feature, however, is not enabled on the CoreNLP wrapper for DKPro (seems to be almost finishe…
Jibun updated
6 years ago
-
While investigating https://github.com/dkpro/dkpro-jwpl/issues/160 I found, that the JUnit tests are not run within the API module (at least `PageTest` is not executed).
Possible reasons are:
1.…