Last Version

DKPro Lab - SLF4J Support Package 0.11.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

SLF4J Application Layer Libs Logging DKPro Business Logic Libraries Machine Learning Natural Language Processing
GroupId

GroupId

de.tudarmstadt.ukp.dkpro.lab
ArtifactId

ArtifactId

dkpro-lab-support-slf4j
Version

Version

0.11.0
Type

Type

jar
Description

Description

DKPro Lab - SLF4J Support Package
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.

Download dkpro-lab-support-slf4j 0.11.0


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

Dependencies

compile (4)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.6.1
org.slf4j : jcl-over-slf4j jar 1.6.1
org.slf4j : jul-to-slf4j jar 1.6.1
log4j : log4j jar 1.2.17

test (2)

Group / Artifact Type Version
org.springframework : spring-test jar 3.1.2.RELEASE
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.