-
Since flextag module is still unstable, maybe we could create a profile so eclipse can ignore it when we import all dkpro-core modules into workspace.
-
Integrate IXA components.
**ixa-pipe-pos** - https://github.com/ixa-ehu/ixa-pipe-pos
- [X] OpenNLP-based POS tagger - uses IXA-specific features
DictionaryAnnotator?
- [X] OpenNLP-based lemmatiz…
-
Especially for the BinaryCasReader and the XmiReaders, it makes sense to make the handling of the DKPro Core DocumentMetadataAnnotation configurable. Allow choosing between
- if it is there, overri…
-
The project uses the rather longish OSGi-inspired naming that we have used a lot in the past. Several projects are switching to the more Maven-default "dkpro-project-module" scheme, e.g. "dkpro-lab-co…
-
I started experimenting how to avoid using the feature store.
The feature store is probably the biggest (performance) bottleneck at the moment. (i) the store grows until it holds all features which…
-
Hi DKPro,
Is the software for the visualisation for DKPro KeyPhrases available? Nicolai Erbs's thesis refers to https://dkpro.ukp.informatik.tu-darmstadt.de/DKProKeyphrases, the article "DKPro Keyp…
-
Please revert this fork back to before https://github.com/dkpro/dkpro-argumentation/commit/fa2af62a3cbb039d7f36ee9479c2dfb84cd105e9 in order to remove all JSON functionalities.
-
Normally, dependency relations form a tree. However, e.g. in the CONLL-U format, there are also provisions for dependencies that are not a tree. Also, CoreNLP drops the guarantee that dependencies for…
-
Currently, the map of attributes of `SpanTextLabel` (which is filled from various UIMA-supplied information at runtime) is too inflexible when it allows only keys of type `de.tudarmstadt.ukp.dkpro.arg…
-
https://github.com/ufal/udpipe/releases/tag/v1.1.0
- [x] probably don't need the hack for installing the library locally anymore (https://github.com/ufal/udpipe/issues/10)
- [x] upload the ud-pipe…