dkpro-core
dkpro-core copied to clipboard
Collection of software components for natural language processing (NLP) based on the Apache UIMA framework.
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...
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...
``` 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 ```...
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);...
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,...
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...
Add support for: - [ ] **doc_title** - [ ] **newdoc** - [ ] newdoc **id** - [ ] **Newpar=yes** in misc column - [ ] **Id=02va** in misc column...
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...
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...