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-2.4.jar download
python-2.4.pom download
python-2.4-sources.jar download
Apache Maven
<dependency>
  <groupId>uk.ac.gate.plugins</groupId>
  <artifactId>python</artifactId>
  <version>2.4</version>
</dependency>
Gradle Groovy
implementation 'uk.ac.gate.plugins:python:2.4'
Gradle Kotlin
implementation("uk.ac.gate.plugins:python:2.4")
Scala SBT
libraryDependencies += "uk.ac.gate.plugins" % "python" % "2.4"
Groovy Grape
@Grapes(
  @Grab(group='uk.ac.gate.plugins', module='python', version='2.4')
)
Apache Ivy
<dependency org="uk.ac.gate.plugins" name="python" rev="2.4" />
Leiningen
[uk.ac.gate.plugins/python "2.4"]
Apache Buildr
'uk.ac.gate.plugins:python:jar:2.4'