Last Version

Modular Pipelines 2.3

A GATE plugin that provides a way to create modular nested pipelines where each subpipeline can get developed, tested and saved separately. Also allows to override runtime parameters, init time parameters and document features from a config file or by setting java properties.

License

License

GroupId

GroupId

uk.ac.gate.plugins
ArtifactId

ArtifactId

modularpipelines
Version

Version

2.3
Type

Type

jar
Description

Description

Modular Pipelines
A GATE plugin that provides a way to create modular nested pipelines where each subpipeline can get developed, tested and saved separately. Also allows to override runtime parameters, init time parameters and document features from a config file or by setting java properties.
Project URL

Project URL

https://github.com/GateNLP/gateplugin-ModularPipelines
Project Organization

Project Organization

GATE Team
Source Code Management

Source Code Management

https://github.com/GateNLP/gateplugin-ModularPipelines

Download modularpipelines 2.3


<!-- https://jarcasting.com/artifacts/uk.ac.gate.plugins/modularpipelines/ -->
<dependency>
    <groupId>uk.ac.gate.plugins</groupId>
    <artifactId>modularpipelines</artifactId>
    <version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.gate.plugins/modularpipelines/
implementation 'uk.ac.gate.plugins:modularpipelines:2.3'
// https://jarcasting.com/artifacts/uk.ac.gate.plugins/modularpipelines/
implementation ("uk.ac.gate.plugins:modularpipelines:2.3")
'uk.ac.gate.plugins:modularpipelines:jar:2.3'
<dependency org="uk.ac.gate.plugins" name="modularpipelines" rev="2.3">
  <artifact name="modularpipelines" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.gate.plugins', module='modularpipelines', version='2.3')
)
libraryDependencies += "uk.ac.gate.plugins" % "modularpipelines" % "2.3"
[uk.ac.gate.plugins/modularpipelines "2.3"]

Dependencies

compile (1)

Group / Artifact Type Version
org.yaml : snakeyaml jar 1.21

provided (1)

Group / Artifact Type Version
uk.ac.gate : gate-core jar 8.6

test (1)

Group / Artifact Type Version
uk.ac.gate : gate-plugin-test-utils jar 8.6

Project Modules

There are no modules declared in this project.