-
```
I think it makes sense to switch to the uimaFIT uima components - e.g. instead
of extending org.apache.uima.analysis_component.JCasAnnotator_ImplBase we
should instead extend org.uimafit.compone…
-
Originally reported on Google Code with ID 65
```
I'm running a BatchTaskCrossValidation with roughly 12k input files. After about 3,5k,
I get:
java.lang.OutOfMemoryError: Java heap space
at org.…
-
```
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 …
-
Originally reported on Google Code with ID 166
```
Hello guys,
Has anyone tried to run this feature extractor (LuceneNGramUFE) and worked for them?
It's been throwing an error by:
"org.apache.uim…
-
```
What steps will reproduce the problem?
1. Simple test using the TreeTaggerWrapper (the environment is well configured
with the resources from here:
http://www.cis.uni-muenchen.de/~schmid/tools/T…
-
```
I'm trying to run heideltime on the commandline as follows:
C:\Home\heideltime-standal
one-1.4>java -jar de.unihd.dbs.heideltime.standalone.jar test.txt -vv
jul 26, 2013 11:31:23 AM de.unihd.d…
-
```
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…
-
Originally reported on Google Code with ID 45
```
E.g. if we have a FE that uses a web1t external resource, we cannot configure this
right now as we only allow string key/value pairs as feature para…
-
```
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…
-
```
I set up an experiment to run and tried using the MultiClassLIBSVM* classes
for the learner/classifier. It didn't work at all so I started digging
into figure out why. I started by writing some …