GATE Core

GATE - general architecture for text engineering - is open source software capable of solving almost any text processing problem. This artifact enables you to embed the core GATE Embedded with its essential dependencies. You will able to use the GATE Embedded API and load and store GATE XML documents. This artifact is the perfect dependency for CREOLE plugins or for applications that need to customize the GATE dependencies due to conflict with their own dependencies or for lower footprint.

License

License

GroupId

GroupId

uk.ac.gate
ArtifactId

ArtifactId

gate-core
Last Version

Last Version

9.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

GATE Core
GATE - general architecture for text engineering - is open source software capable of solving almost any text processing problem. This artifact enables you to embed the core GATE Embedded with its essential dependencies. You will able to use the GATE Embedded API and load and store GATE XML documents. This artifact is the perfect dependency for CREOLE plugins or for applications that need to customize the GATE dependencies due to conflict with their own dependencies or for lower footprint.
Project URL

Project URL

http://gate.ac.uk/
Project Organization

Project Organization

GATE
Source Code Management

Source Code Management

https://github.com/GateNLP/gate-core

Download gate-core

How to add to project

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

Dependencies

compile (41)

Group / Artifact Type Version
uk.ac.gate : gate-asm jar 9.0
org.apache.maven.resolver : maven-resolver-impl jar 1.6.1
org.apache.maven : maven-model-builder jar 3.6.3
org.apache.maven : maven-resolver-provider jar 3.6.3
org.apache.maven.resolver : maven-resolver-connector-basic jar 1.6.1
org.apache.maven.resolver : maven-resolver-transport-http jar 1.6.1
org.apache.maven.resolver : maven-resolver-transport-file jar 1.6.1
org.apache.maven.resolver : maven-resolver-transport-wagon jar 1.6.1
org.apache.maven.resolver : maven-resolver-transport-classpath jar 1.6.1
org.apache.maven : maven-settings-builder jar 3.6.3
org.codehaus.plexus : plexus-container-default jar 2.1.0
org.apache.commons : commons-lang3 jar 3.11
commons-io : commons-io jar 2.8.0
org.slf4j : slf4j-api jar 1.7.30
org.slf4j : log4j-over-slf4j jar 1.7.30
org.jdom : jdom jar 1.1.3
net.sourceforge.nekohtml : nekohtml jar 1.9.17
org.apache.tika : tika-parsers jar 1.25
org.apache.tika : tika-core jar 1.25
org.apache.pdfbox : pdfbox jar 2.0.22
org.apache.pdfbox : pdfbox-tools jar 2.0.22
org.apache.pdfbox : jempbox jar 1.8.16
org.bouncycastle : bcmail-jdk15on jar 1.68
org.bouncycastle : bcprov-jdk15on jar 1.68
org.apache.poi : poi jar 4.1.2
org.apache.poi : poi-scratchpad jar 4.1.2
org.apache.poi : poi-ooxml jar 4.1.2
com.drewnoakes : metadata-extractor jar 2.15.0
org.codehaus.woodstox : woodstox-core-lgpl jar 4.4.1
org.apache.ant : ant jar 1.10.9
com.thoughtworks.xstream : xstream jar 1.4.15
gnu.getopt : java-getopt jar 1.0.13
com.fasterxml.jackson.core : jackson-databind jar 2.12.1
org.xhtmlrenderer : flying-saucer-core jar 9.1.20
joda-time : joda-time jar 2.10.9
org.codehaus.httpcache4j : httpcache4j-core jar 5.1.1
org.codehaus.httpcache4j.storage : storage-file jar 5.1.1
javax.xml.bind : jaxb-api jar 2.3.1
com.sun.xml.bind : jaxb-core jar 2.3.0.1
com.sun.xml.bind : jaxb-impl jar 2.3.3
javax.activation : javax.activation-api jar 1.2.0

runtime (4)

Group / Artifact Type Version
commons-lang : commons-lang jar 2.6
org.slf4j : jcl-over-slf4j jar 1.7.30
xpp3 : xpp3 jar 1.1.4c
jaxen : jaxen jar 1.2.0

test (2)

Group / Artifact Type Version
xmlunit : xmlunit jar 1.6
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

GATE Developer (including GATE Embedded)

Javadocs

Note that this is our current development code, if you are looking for stable releases please visit https://gate.ac.uk/download/

See the user guide for more details

Building and Running from the Source Code

Requirements:

  • Java 8 or above
  • Maven 3.6.0 or above

To build the development version of gate-core:

  • clone this repository: git clone https://github.com/GateNLP/gate-core.git
  • change into the directory that has been created
  • compile the library and install into your local Maven cache: mvn install

After this you can run the GUI from the distro directory as appropriate to your platform (bin/gate.sh on Linux, open GATE.app on Mac, or run gate.exe on Windows). When you update (git pull), it's the same procedure.

Using Plugins

Plugins are no longer part of this gate-core repository - by default GATE will download its plugins from a Maven repository at runtime (the Central Repository for release versions of GATE, the GATE Maven repository for snapshots) so it is not necessary to build the plugins locally in order to use them.

Each plugin by the GATE team is in its own repository on GitHub (search https://github.com/GateNLP for "gateplugin"), to make changes to a plugin simply clone its repository, make your changes, then mvn install - GATE will prefer your locally built version over one from a remote repository with the same (SNAPSHOT) version number.

Setting up a classpath for a script or program

As GATE is distributed via Maven in most cases depending on the relevant release of GATE within your own Maven project should suffice. If, however, you need to depend, at compile time, on a SNAPSHOT version of GATE, or a plugin from the GATE team which has not yet been released to Maven central (either a SNAPSHOT or a release that can't be pushed to Central) then you will need to add the following to the pom.xml of your project.

<repositories>
   <repository>
      <id>gate-repo</id>
      <name>GATE Repo</name>
      <url>http://repo.gate.ac.uk/content/groups/public/</url>
      <layout>default</layout>
      <releases><enabled>true</enabled></releases>
      <snapshots><enabled>true</enabled></snapshots>
   </repository>
</repositories>

If you are not using Maven or need to provide the full classpath to a command line script then the ./distro directory inside the cloned source code repository contains a file gate.classpath after running mvn compile which contains the paths to all the JARs in the Maven cache that should be put on the classpath when using gate-core from a Java application that embeds GATE.

If GATE was installed using a pre-built distribution, then the distribution directory contains a ./lib directory with all the JAR files that should be included in the class path.

uk.ac.gate

GateNLP

GATE - General Architecture for Text Engineering

Versions

Version
9.0.1
9.0
8.6.1
8.6
8.5.1
8.5
8.5-alpha1
8.4.1
8.4
8.3
8.2
8.1
8.0
7.1
7.0
6.1
6.0
5.2.1