-
```
uimaFIT should provide measures to automatically discover type descriptor
files. A method discoverTypes() will be provided that scans all
/META-INF/uima/type/**/*.xml files in the classpath and …
-
Original [issue 18](https://code.google.com/p/dkpro-similarity-asl/issues/detail?id=18) created by dkpro on 2013-10-11T08:49:41.000Z:
What steps will reproduce the problem?
I was testing the similari…
-
```
Looking a bit into this idea just raised in the user's group, I think it makes
sense and is pretty straight forward to implement. I would add two new features
to support indexes.
1) Add a new a…
-
```
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 …
-
```
The following conversation summarizes the issue:
Philip:
I think it should be possible to create an AED with mandatory
configuration parameters missing their values. I am not sure what the use
c…
-
In a workshop with Kai we discussed the need for some kind of Text-To-Action binding interface.
The intent is to use it in conjunction with speech to text (new) and text to speech bindings.
Here is s…
-
```
Philip:
I would like to add the identification information from the descriptor to
either a new annotation or to AnalysisComponent. I am curious about the
name for this annotation. In the descrip…
-
```
Add annotation to initialize the logger from the UimaContext.
@Logger
Logger log;
```
Original issue reported on code.google.com by `richard.eckart` on 6 Apr 2011 at 9:16
-
```
In my experience, in almost all cases, the parameters for components are
mandatory, although the default in uimaFIT is that they are not mandatory. That
means that most @ConfigurationParameter a…
-
The preprocessing is still a must-set parameter in experiments. At least in my projects I have quite often the case that I do not need any because all information are read from the gold-training file.…