All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by configuration with all dependencies

Search JAR files by class name

dkpro-lab-support-slf4j from group de.tudarmstadt.ukp.dkpro.lab (version 0.11.0)

Group: de.tudarmstadt.ukp.dkpro.lab Artifact: dkpro-lab-support-slf4j
Show documentation Show source 
 

0 downloads
Artifact dkpro-lab-support-slf4j
Group de.tudarmstadt.ukp.dkpro.lab
Version 0.11.0
Last update 18. June 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies slf4j-log4j12, jcl-over-slf4j, jul-to-slf4j, log4j,
There are maybe transitive dependencies!

dkpro-lab-ml-example from group de.tudarmstadt.ukp.dkpro.lab (version 0.11.0)

Group: de.tudarmstadt.ukp.dkpro.lab Artifact: dkpro-lab-ml-example
Show documentation Show source 
 

0 downloads
Artifact dkpro-lab-ml-example
Group de.tudarmstadt.ukp.dkpro.lab
Version 0.11.0
Last update 18. June 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies xercesImpl, xalan, uimafit-core, uimafit-legacy-support, cleartk-ml, cleartk-ml-opennlp-maxent, cleartk-ml-mallet, de.tudarmstadt.ukp.dkpro.core.api.segmentation-asl, de.tudarmstadt.ukp.dkpro.core.tokit-asl,
There are maybe transitive dependencies!

dkpro-lab-uima-engine-simple from group de.tudarmstadt.ukp.dkpro.lab (version 0.11.0)

Group: de.tudarmstadt.ukp.dkpro.lab Artifact: dkpro-lab-uima-engine-simple
Show documentation Show source 
 

1 downloads
Artifact dkpro-lab-uima-engine-simple
Group de.tudarmstadt.ukp.dkpro.lab
Version 0.11.0
Last update 18. June 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies dkpro-lab-uima, uimafit-core, xalan,
There are maybe transitive dependencies!

dkpro-lab-uima from group de.tudarmstadt.ukp.dkpro.lab (version 0.11.0)

Group: de.tudarmstadt.ukp.dkpro.lab Artifact: dkpro-lab-uima
Show documentation Show source 
 

0 downloads
Artifact dkpro-lab-uima
Group de.tudarmstadt.ukp.dkpro.lab
Version 0.11.0
Last update 18. June 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies dkpro-lab-core, uimafit-core,
There are maybe transitive dependencies!

dkpro-lab-groovy from group de.tudarmstadt.ukp.dkpro.lab (version 0.11.0)

Group: de.tudarmstadt.ukp.dkpro.lab Artifact: dkpro-lab-groovy
Show documentation Show source 
 

0 downloads
Artifact dkpro-lab-groovy
Group de.tudarmstadt.ukp.dkpro.lab
Version 0.11.0
Last update 18. June 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies dkpro-lab-core, uimafit-core,
There are maybe transitive dependencies!

dkpro-lab-core from group de.tudarmstadt.ukp.dkpro.lab (version 0.11.0)

Group: de.tudarmstadt.ukp.dkpro.lab Artifact: dkpro-lab-core
Show documentation Show source 
 

2 downloads
Artifact dkpro-lab-core
Group de.tudarmstadt.ukp.dkpro.lab
Version 0.11.0
Last update 18. June 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 18
Dependencies commons-math, commons-io, commons-lang, spring-core, spring-context, spring-expression, spring-tx, jug, jfreechart, opencsv, poi, batik-svggen, batik-dom, batik-gvt, fop, avalon-framework-impl, jsr311-api, ant,
There are maybe transitive dependencies!

dkpro-lab from group de.tudarmstadt.ukp.dkpro.lab (version 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.

Group: de.tudarmstadt.ukp.dkpro.lab Artifact: dkpro-lab
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact dkpro-lab
Group de.tudarmstadt.ukp.dkpro.lab
Version 0.11.0
Last update 18. June 2014
Organization not specified
URL http://code.google.com/p/dkpro-lab/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jeuron-project from group org.jeuron (version 0.4.0)

The Jeuron Application Platform is a lightweight framework to assemble software components intended to support multiple project and deployment scenarios while also providing an environment for testing and debugging. The platform is comprised of a set of packages which provide transport, messaging, configuration, and execution services designed to create a configurable, scalable, and distributed application environment. The low resource model permits the platform to be instantiated during each build cycle and to be deployed at all levels of the application hierarchy such as application servers, web servers, and mobile or wired workstations.

Group: org.jeuron Artifact: jeuron-project
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jeuron-project
Group org.jeuron
Version 0.4.0
Last update 25. April 2014
Organization not specified
URL Not specified
License GNU Lesser General Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jeuron from group org.jeuron (version 0.4.0)

Group: org.jeuron Artifact: jeuron
Show documentation Show source 
 

0 downloads
Artifact jeuron
Group org.jeuron
Version 0.4.0
Last update 24. April 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jadex-xml from group net.sourceforge.jadex (version 2.4)

Jadex XML is an XML data binding framework for Java and also for other representations. The main idea of Jadex XML is that neither the XML-Schema on the one side nor the Java classes on the other side should define the binding. Instead, a separate mapping between both is used as a mediation. This allows designing the XML representation independent of the Java side but still being able to connect both as desired. This idea was first put forward by the JiBX data binding framework. Jadex XML pushes it further by combining it with the configuration by exception principle. The framework can detect obvious correspondences between both sides automatically and only needs configuration information when translations are necessary. The configuration information is currently specified directly in form of Java configuration classes.

Group: net.sourceforge.jadex Artifact: jadex-xml
Show all versions Show documentation Show source 
 

0 downloads
Artifact jadex-xml
Group net.sourceforge.jadex
Version 2.4
Last update 20. December 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jadex-commons, bcprov-jdk15,
There are maybe transitive dependencies!



Page 809 from 818 (items total 8171)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy