-
The project structure has been renamed some time ago and introduced `dkpro-tc-ml-*` as project prefix for the machine learning adapters.
The package name has not been updated for :
- [x] Weka
- [x] C…
-
In commit, https://github.com/dkpro/dkpro-core/commit/526c36fe9674297315445869842c469ec9cd3a69, the dependency on JUnit was accidentally added to parameters-asl/pom.xml (had been removed previously).
…
-
Originally reported on Google Code with ID 50
```
Some reports might produce mandatory output which other tasks or reports (potentially)
depend on. This is the case for some of the reports which …
-
```
The Stanford Parser produces syntactic functions for terminals (tokens), e.g. NN-DA
or NN-DO (noun + function). In the Consituent annotation, we can maintain the syntactic
function in the CAS, but…
-
The demo `org.dkpro.tc.examples.single.document.WekaTwentyNewsgroupsPreprocessing` is supposed to show how to use a varying preprocessing. Demo fails with a NPE at the moment.
The receiving lab-varia…
-
solrServer property is private in SolrWriter_impl, it should be accessible to anyone trying to implement its own writer.
-
Add a conversion service for registering discriminator handles.
-
The features currently located at `de.tudarmstadt.ukp.dkpro.tc.features.tcu`(CurrentUnit, NextUnit, etc.)
should be replaced by a single-feature that is configured by a parameter.
i.e.
ContextUnit.PA…
-
At the moment a user have to define 2 dimensions for a reader. Tc builds in the backend a collection reader description from those information.
i.e.
```
dimReaders.put(DIM_READER_TRAIN, Reader.cla…
-
If the CAS contain non-token elements, such as new lines or spaces, WebAnno TSV imports break, reported by @ChrisBieTUDA . Example
```
1-35 269-275 konnte VMFIN
1-36 276-277 . $.
#Text…