gatelib-interaction

A library that implements a number of different ways for running a program in a different process and communicating with that process by sending data back and forth over standard input/output in various formats (JSON, ObjectStream ... ).

License

License

GroupId

GroupId

uk.ac.gate
ArtifactId

ArtifactId

interaction
Last Version

Last Version

4.0
Release Date

Release Date

Type

Type

jar
Description

Description

gatelib-interaction
A library that implements a number of different ways for running a program in a different process and communicating with that process by sending data back and forth over standard input/output in various formats (JSON, ObjectStream ... ).
Project URL

Project URL

https://github.com/GateNLP/gatelib-interaction
Source Code Management

Source Code Management

https://github.com/GateNLP/gatelib-interaction

Download interaction

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar [2.9.9,)
commons-io : commons-io jar 1.3.2
log4j : log4j jar 1.2.17

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Build Status

gatelib-interaction

A small and light-weight library for some often-used ways of interacting between GATE (Java) and other software through command line and pipes or simple HTTP services.

uk.ac.gate

GateNLP

GATE - General Architecture for Text Engineering

Versions

Version
4.0