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.
Group: uk.ac.gate - All Dependencies
GCP public API · The "public API" of GCP, including the input and output handler interfaces and some abstract implementation and utility classes. A GATE plugin that wants to include input or output handler implementations should declare a "provided" dependency on this library.
Repackaged version of the Eclipse JDT compiler for GATE · A shaded copy of Eclipse JDT Compilee ${ecj.version}, relocated into a GATE-specific package name.
GATE Plugin Testing Utilities · A set of utilities to assist in testing GATE plugins.
ASM bytecode library (repackaged) · A shaded copy of ASM 9.4, relocated into a GATE-specific package name.
JaSpell Java Spell Checker (GATE version) · Java Spell Checker library, originally developed by Bruno Martins (http://jaspell.sourceforge.net) with modifications by Ian Roberts
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 ... ).
GATE Cloud Paralleliser · GCP is a tool for running saved GATE applications in multiple parallel threads on a single machine.
GATE Spring support · Helper classes to support the use of GATE within the Spring framework
GATE Plugin Base · Parent POM for any GATE plugin project, to include the maven plugin that will generate the correct CREOLE metadata.
GATE Plugin Archetype · Maven archetype to create a new GATE plugin project.
GATE Maven Plugin · Maven plugin to assemble the correct metadata descriptors when building a plugin for GATE.
GATE Plugin with PR Archetype · Maven archetype to create a new GATE plugin project including a sample PR class (an empty LanguageAnalyser).
GATE Cloud parent POM · Parent POM for GATE Cloud client library components
GATE Top · GATE Top is a convenience repo for building GATE and associated projects. Mainly for use with a CI server.