Last Version

DKPro Lab - Machine Learning - Example 0.13.0

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.

License

License

Categories

Categories

DKPro Business Logic Libraries Machine Learning Natural Language Processing
GroupId

GroupId

org.dkpro.lab
ArtifactId

ArtifactId

dkpro-lab-ml-example
Version

Version

0.13.0
Type

Type

jar
Description

Description

DKPro Lab - Machine Learning - Example
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.
Project Organization

Project Organization

Ubiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt

Download dkpro-lab-ml-example 0.13.0


<!-- https://jarcasting.com/artifacts/org.dkpro.lab/dkpro-lab-ml-example/ -->
<dependency>
    <groupId>org.dkpro.lab</groupId>
    <artifactId>dkpro-lab-ml-example</artifactId>
    <version>0.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dkpro.lab/dkpro-lab-ml-example/
implementation 'org.dkpro.lab:dkpro-lab-ml-example:0.13.0'
// https://jarcasting.com/artifacts/org.dkpro.lab/dkpro-lab-ml-example/
implementation ("org.dkpro.lab:dkpro-lab-ml-example:0.13.0")
'org.dkpro.lab:dkpro-lab-ml-example:jar:0.13.0'
<dependency org="org.dkpro.lab" name="dkpro-lab-ml-example" rev="0.13.0">
  <artifact name="dkpro-lab-ml-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dkpro.lab', module='dkpro-lab-ml-example', version='0.13.0')
)
libraryDependencies += "org.dkpro.lab" % "dkpro-lab-ml-example" % "0.13.0"
[org.dkpro.lab/dkpro-lab-ml-example "0.13.0"]

Dependencies

compile (9)

Group / Artifact Type Version
xerces : xercesImpl jar 2.9.1
xalan : xalan jar 2.7.1
org.apache.uima : uimafit-core jar 2.2.0
org.apache.uima : uimafit-legacy-support jar 2.2.0
org.cleartk : cleartk-ml jar
org.cleartk : cleartk-ml-opennlp-maxent jar
org.cleartk : cleartk-ml-mallet jar
de.tudarmstadt.ukp.dkpro.core : de.tudarmstadt.ukp.dkpro.core.api.segmentation-asl jar
de.tudarmstadt.ukp.dkpro.core : de.tudarmstadt.ukp.dkpro.core.tokit-asl jar

test (8)

Group / Artifact Type Version
junit : junit jar 4.10
de.tudarmstadt.ukp.dkpro.core : de.tudarmstadt.ukp.dkpro.core.snowball-asl jar
de.tudarmstadt.ukp.dkpro.core : de.tudarmstadt.ukp.dkpro.core.io.negra-asl jar
de.tudarmstadt.ukp.dkpro.core : de.tudarmstadt.ukp.dkpro.core.io.xmi-asl jar
de.tudarmstadt.ukp.dkpro.core : de.tudarmstadt.ukp.dkpro.core.io.imscwb-asl jar
de.tudarmstadt.ukp.dkpro.core : de.tudarmstadt.ukp.dkpro.core.io.text-asl jar
org.dkpro.lab : dkpro-lab-uima-engine-simple jar 0.13.0
org.springframework : spring-test jar 4.1.9.RELEASE

Project Modules

There are no modules declared in this project.