dkpro-core icon indicating copy to clipboard operation
dkpro-core copied to clipboard

Collection of software components for natural language processing (NLP) based on the Apache UIMA framework.

Results 160 dkpro-core issues
Sort by recently updated
recently updated
newest added

Hi, In the `de.tudarmstadt.ukp.dkpro.core.io.penntree-asl` is a test called `testFromUimaConversion()` On Jenkins this test passes, but if I run it locally it does not. If run locally the actual output does...

🐛Bug
Module-opennlp
Module-io.penntree

TcfWriter can currently not properly write to ZIP files because of the "try and error" approach that we take to trying to merge with an existing file. In particular, if...

🐛Bug
Module-io.tcf

``` Some users have reported that the model auto-download does not work behind a proxy. Interestingly though, when adding the dependencies explicitly, it worked. They were using Jython/jip. https://groups.google.com/d/topic/dkpro-core-user/soUExn6jkcA/discussion ```...

🐛Bug
Module-api.resources

I would like to use the NER tagger from allennlp or flair. Please let me know how to implement the same in DKpro.

With the following unit test ([AlignedStringTest.java](https://github.com/dkpro/dkpro-core/blob/master/dkpro-core-api-transform-asl/src/test/java/org/dkpro/core/api/transform/alignment/AlignedStringTest.java)) ``` @Test public void testHtmlDelete() { ArrayList list = new ArrayList(); list.add(new ImmutableInterval(0, 3)); list.add(new ImmutableInterval(8, 11)); list.add(new ImmutableInterval(16, 20)); list.add(new ImmutableInterval(20, 24)); Collections.reverse(list);...

🐛Bug
Module-api.transform

This is Take2 of my attempt to improve BratReader. Please ignore the previous pull request. I am not done yet but I am struggling with the method Mapping.merge(). Right now,...

⭐️ Enhancement
Module-io.brat

BratReader is currently very unforgiving. I propose to make the following improvements to it. 1) Create a BratRead without having to provide mappings. - BratReader would already know mappings for...

⭐️ Enhancement
Module-io.brat

Add support for: - [ ] **doc_title** - [ ] **newdoc** - [ ] newdoc **id** - [ ] **Newpar=yes** in misc column - [ ] **Id=02va** in misc column...

Module-io.conll

We trained a German chunker model for OpenNLP that we would like to contribute. The model was trained on the TIGER corpus using their annotations with a number of systematic...

🆕Enhancement
Module-opennlp

For the normal brat visualizer there is the BratWriter component in DKPro which exports .ann, annotation.conf, tools.conf and visual.conf files I was wondering if there is the possibility to let...

⭐️ Enhancement
Module-io.brat