Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@ianroberts ianroberts released this 13 Apr 15:36
· 154 commits to master since this release
427821e

This is GATE Teamware version 2.0.0, which is the first stable release of the GATE Teamware tool, a web application for collaborative document annotation.

  • Free and open source software.
  • Configure annotation options using a highly flexible JSON config.
  • Set limits on proportions of a task that annotators can annotate.
  • Import existing annotations as CSV or JSON.
  • Export annotations as CSV or JSON.
  • Annotation instructions and document rendering supports markdown and HTML.

Getting started

A quickstart guide for annotators is available here.

To use an existing instance of GATE Teamware as a project manager or admin, find instructions in the Managers and Admins guide.

Documentation on deploying your own instance can be found in the Developer Guide.

The simplest way to deploy your own copy of GATE Teamware is to use Docker Compose on Linux or Mac. Installation on Windows is possible but not officially supported - you need to be able to run bash shell scripts for the quick-start installer.

  • Install Docker - Docker Engine for Linux servers or Docker Desktop for Mac.
  • Install Docker Compose, if your Docker does not already include it (Compose is included by default with Docker Desktop)
  • Download the installation script (get-teamware.sh in the list below) into an empty directory, run it and follow the instructions.

For a summary of key changes since version 0.1.0 see https://github.com/GateNLP/gate-teamware/blob/master/CHANGELOG.md