Java

A GATE plugin that provides a processing resource for editing, re-compiling and running Java code from within the GATE GUI without the need to re-load the pipeline or re-start GATE. This makes it easy to do rapid-prototyping and agile programming with GATE. The plugin supports duplication and callbacks for running code before and after processing of a corpus.

Лицензия

Лицензия

Группа

Группа

uk.ac.gate.plugins
Идентификатор

Идентификатор

java
Последняя версия

Последняя версия

0.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

Java
A GATE plugin that provides a processing resource for editing, re-compiling and running Java code from within the GATE GUI without the need to re-load the pipeline or re-start GATE. This makes it easy to do rapid-prototyping and agile programming with GATE. The plugin supports duplication and callbacks for running code before and after processing of a corpus.
Ссылка на сайт

Ссылка на сайт

https://github.com/GateNLP/gateplugin-Java/wiki
Организация-разработчик

Организация-разработчик

GATE Team
Система контроля версий

Система контроля версий

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

Скачать java

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.fifesoft : rsyntaxtextarea jar 2.6.1

provided (1)

Идентификатор библиотеки Тип Версия
uk.ac.gate : gate-core jar 8.6

test (1)

Идентификатор библиотеки Тип Версия
uk.ac.gate : gate-plugin-test-utils jar 8.6

Модули Проекта

Данный проект не имеет модулей.

gateplugin-java

A plugin for the GATE language technology framework that makes it easy to edit and re-compile Java code from within the GATE GUI without the need to re-load the pipeline or re-start GATE. This makes it easier to do rapid-prototyping and agile programming with GATE.

For more information, please have a look at the Wiki: https://github.com/johann-petrak/gateplugin-java/wiki

To download a binary version look at the releases: https://github.com/johann-petrak/gateplugin-java/releases and download the Java.zip file of the selected release.

uk.ac.gate.plugins

GateNLP

GATE - General Architecture for Text Engineering

Версии библиотеки

Версия
0.5
0.4