Tobias Horsmann

Results 22 comments of Tobias Horsmann

I have the same problem. Restarting the application helps for a brief moment but then it slows down again after a few seconds. Might be a rendering problem caused by...

The following test, the `PennTreebankCombindedReaderTest` works only 1 time. If you execute it two times it fails the second time. Could this be related to the aforementioned issue?

are there maybe some left overs from previous runs that let the test pass? On our Jenkins this particular test is failing quite reliably every time.

Yes, I actually have :). The examples you have there don't use the cell border coloring in combination with ´colspan´. They do just colspan with fill-color (this seems to work)....

btw. I circumvented my problem by letting the row below/above color the merged cell. This wouldn't work if they were merged cells, too.

@reckart ``` [ERROR] src/test/java/de/tudarmstadt/ukp/dkpro/core/opennlp/OpenNlpPosTaggerTest.java:[150] (sizes) LineLength: Zeile ist 194 Zeichen lang (Obergrenze ist 100). [ERROR] src/test/java/de/tudarmstadt/ukp/dkpro/core/opennlp/OpenNlpPosTaggerTest.java:[154] (sizes) LineLength: Zeile ist 194 Zeichen lang (Obergrenze ist 100). ``` Can we bump...

@reckart Ok, OpenNLP builds with the `use-full-resource` profile and the models are moved to the release rep; could you merge the pull request?

I am bailing out. This just doesn't work and I am tired. @reckart i saw that the models I thought I successfully moved to the model repository are just empty...

I also have this error log-event from the M2MRelationship.php for a custom 1:1 setup via Studio. Does not seem to cause any malfunctions but is there away to fix this?

We call the pre-compiled binaries via our wrapper code. The binaries are provided in Maven artifacts. I guess this would require an explicit permission then? But this line is counter-intuitive...