License |
License |
---|---|
Categories |
CategoriesDKPro Business Logic Libraries Machine Learning Natural Language Processing |
GroupId | GroupIdde.tudarmstadt.ukp.dkpro.lab |
ArtifactId | ArtifactIddkpro-lab-uima-engine-cpe |
Last Version | Last Version0.11.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDKPro Lab - UIMA CPE Execution Engine
DKPro Lab is a lightweight framework for parameter sweeping experiments. It allows to set up experiments consisting of multiple interdependent tasks in a declarative manner with minimal overhead. Parameters are injected into tasks using via annotated class fields. Data produced by a task for any particular parameter configuration is stored and re-used whenever possible to avoid the needless recalculation of results. Reports can be attached to each task to post-process the experimental results and present them in a convenient manner, e.g. as tables or charts.
|
<!-- https://jarcasting.com/artifacts/de.tudarmstadt.ukp.dkpro.lab/dkpro-lab-uima-engine-cpe/ -->
<dependency>
<groupId>de.tudarmstadt.ukp.dkpro.lab</groupId>
<artifactId>dkpro-lab-uima-engine-cpe</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.tudarmstadt.ukp.dkpro.lab/dkpro-lab-uima-engine-cpe/
implementation 'de.tudarmstadt.ukp.dkpro.lab:dkpro-lab-uima-engine-cpe:0.11.0'
// https://jarcasting.com/artifacts/de.tudarmstadt.ukp.dkpro.lab/dkpro-lab-uima-engine-cpe/
implementation ("de.tudarmstadt.ukp.dkpro.lab:dkpro-lab-uima-engine-cpe:0.11.0")
'de.tudarmstadt.ukp.dkpro.lab:dkpro-lab-uima-engine-cpe:jar:0.11.0'
<dependency org="de.tudarmstadt.ukp.dkpro.lab" name="dkpro-lab-uima-engine-cpe" rev="0.11.0">
<artifact name="dkpro-lab-uima-engine-cpe" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.tudarmstadt.ukp.dkpro.lab', module='dkpro-lab-uima-engine-cpe', version='0.11.0')
)
libraryDependencies += "de.tudarmstadt.ukp.dkpro.lab" % "dkpro-lab-uima-engine-cpe" % "0.11.0"
[de.tudarmstadt.ukp.dkpro.lab/dkpro-lab-uima-engine-cpe "0.11.0"]
Group / Artifact | Type | Version |
---|---|---|
de.tudarmstadt.ukp.dkpro.lab : dkpro-lab-uima | jar | 0.11.0 |
org.apache.uima : uimafit-core | jar | 2.1.0 |
org.apache.uima : uimafit-cpe | jar | 2.1.0 |
xalan : xalan | jar | 2.7.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 3.1.2.RELEASE |
junit : junit | jar | 4.10 |