-
**Is your feature request related to a problem? Please describe.**
PDF editor and brat editor use different technologies to represent text of a pdf file.
The PDF editor uses PDFExtractor and brat us…
-
Different tagset mappings currently handle the catch-all rule differently. Some map to the generic type `POS`, others to the *other* tag `POS_X` (was `O` in earlier versions of DKPro Core). This is in…
-
Originally reported on Google Code with ID 8
```
Hi,
I tried using CodingAnnotationStudy today and it gives me the following error:
Exception in thread "main" java.lang.NoSuchMethodError: de.tudarm…
-
Create an XMI using DKPro Core, e.g. using POS tagger which creates elevated types.
Trying to edit that XMI in WebAnno creates an Exception like
```
Caused by: javax.persistence.NoResultException: N…
-
Right now, the DKPro TC external recommender has some issues which make it difficult to use:
1) When predicting, it looks like INCEpTION often lets the HTTP connection time out, because the externa…
-
Received an error after attempting to import layers in one Inception project from a uima typesystem created in another inception project. Here's the relevant part of the error
```
2019-03-01 00:01:…
rfinz updated
5 years ago
-
Originally reported on Google Code with ID 12
```
After upgrading from the 1.0.2 TwoRaterAgreement to the 2.0.0 CohenAgreement, I get
this error when passing in an empty study:
java.lang.ArithmeticE…
-
I am trying to implement constraints of predicates on roles, and of lemmas on predicates, but so far have not been able to replicate the behaviors described in the WebAnno documentation.
I have a …
-
Exporting a document as CoNLL-U (e.g. via the export function on the annotation page) produces an error. Relevant part of stacktrace:
```
Caused by: java.lang.NoClassDefFoundError: de/tudarmstadt/…
-
The DKPro Parent POM already sets up many things (compiler level, encoding, Maven plugins, code coverage profiles, etc etc). We could save a ton of settings by inheriting from it.