-
```
I'm running a BatchTaskCrossValidation with roughly 12k input files. After
about 3,5k, I get:
java.lang.OutOfMemoryError: Java heap space
at org.apache.uima.cas.impl.BinaryCasSerDes6.setupRea…
-
```
We need to provide a mechanism for returning K-best results from a
classifier for sequential tagging tasks. There are two primary drivers for
this. 1) a viterbi-style search through the space of…
-
```
So TokenAnnotator.getDescription() uses default values for all its parameters,
meaning:
PARAM_TOKENIZER_NAME=org.cleartk.token.util.PennTreebankTokenizer
PARAM_TOKEN_TYPE_NAME=org.cleartk.type.T…
-
```
In certain conditions, the Stanford DCoref module calls our to the
StanfordCoreNLP framework in order to invoke a parser to re-parse a mention.
Since we run DCoref standalone in DKPro Core, the …
-
```
We aren't very consistent about providing descriptor files for our
components. One example is that we have a ClassifierAnnotator.xml but no
SequentialClassifierAnnotator.xml (or any of the other …
-
```
In certain conditions, the Stanford DCoref module calls our to the
StanfordCoreNLP framework in order to invoke a parser to re-parse a mention.
Since we run DCoref standalone in DKPro Core, the …
-
```
So TokenAnnotator.getDescription() uses default values for all its parameters,
meaning:
PARAM_TOKENIZER_NAME=org.cleartk.token.util.PennTreebankTokenizer
PARAM_TOKEN_TYPE_NAME=org.cleartk.type.T…
-
```
We need to provide a mechanism for returning K-best results from a
classifier for sequential tagging tasks. There are two primary drivers for
this. 1) a viterbi-style search through the space of…
-
Somehow (I'm not sure how) I managed to toggle off vrapper (Luna Eclipse).
After googling a bit I released there was an icon on my toolbar to re-enable vrapper, however when I click it the button, th…
-
```
Hi,
I am trying to use the Brown mapping, which I downloaded from here:
https://code.google.com/p/dkpro-core-asl/source/browse/de.tudarmstadt.ukp.dkpro.
core-asl/trunk/de.tudarmstadt.ukp.dkpro.c…