p

python

A GATE plugin for running Python code from GATE and for using the GATE API from Python.
http://gatenlp.github.io/gateplugin-Python/
GNU Lesser General Public License (LGPL), Version 3
GATE Team
Johann Petrak GATE Team
Files download
File Operation
python-3.0.8.jar download
python-3.0.8.pom download
python-3.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>uk.ac.gate.plugins</groupId>
  <artifactId>python</artifactId>
  <version>3.0.8</version>
</dependency>
Gradle Groovy
implementation 'uk.ac.gate.plugins:python:3.0.8'
Gradle Kotlin
implementation("uk.ac.gate.plugins:python:3.0.8")
Scala SBT
libraryDependencies += "uk.ac.gate.plugins" % "python" % "3.0.8"
Groovy Grape
@Grapes(
  @Grab(group='uk.ac.gate.plugins', module='python', version='3.0.8')
)
Apache Ivy
<dependency org="uk.ac.gate.plugins" name="python" rev="3.0.8" />
Leiningen
[uk.ac.gate.plugins/python "3.0.8"]
Apache Buildr
'uk.ac.gate.plugins:python:jar:3.0.8'