How To Setup GATE On Ubuntu Linux 16.04 /15.10 /15.04

GATE

Introduction

GATE stands for General Architecture for Text Engineering; it is a freeware application for analyzing and processing of texts. It is almost 15 year old product but still being used widely for text analysis by people of various walks of life. It is being used in enterprises and also in educational and research institutes. It is probably the only application of its kind for the text analysis and processing. It’s applications are wide; from undergrad students to high level researchers and scientists. It is a robust, highly salable and comprehensive system. You can easily extend it functionality by adding various freely available plugins.

GATE has been under active development through last decade. It has emerged into a gigantic project, its an IDE (Integrated Development Environment) , a web application, a framework and an architecture. Scientific, Education and Business are major areas where this tool is being used by large number of experts to perform complex engineering and analysis operations.

In this article, we will review how to install it on Ubuntu Linux 16.04 operating system. These set of instructions should work for any older version of Ubuntu too.

Installing GATE

First of all make sure that your Ubuntu system is on the latest packages.

 sudo apt-get update

One important thing to note here is that GATE requires JDK version 8. If you don’t have JDK version 8 installed on your system, run following command to accomplish this task.

sudo apt-get install openjdk-8-jdk

Verify that correct JDK version has been installed sucessfuly by using the following command.

java -version

JAVA Version

Alright, our ubuntu system is all set to install GATE. Wisely choose a suitable location to download its installer file, we decided to download it inside /opt directory.

cd /opt
wget http://downloads.sourceforge.net/project/gate/gate/8.2/gate-8.2-build5482-installer.jar?r=&ts=1465789037&use_mirror=pilotfiber 

Additional Note : Always check its official download site for latest version.

Once the download process is complete, we might need to rename the downloaded file to a proper one. Run following command to do this.

 mv gate-8.2-build5482-installer.jar\?r\= gate-8.2-build5482-installer.jar

Gate

Begin the installation process for GATE by using the following command.

 java -jar gate-8.2-build5482-installer.jar

It will launch an installation wizard, here is the very first screen you should see, click “Next” from here to initiate the installation process.

GATE

On the next step, accept the license agreement and click “Next”.

GATE

Select the installation path on next step and proceed further with the installation. Default path choice should be fine, but you can modify it if you are looking to install it in some other directory.

GATE

The installation process is in progress now, sit back and keep monitoring it for any possible errors.

GATE Install

On the final step, choose how you want to setup shortcuts for this application.

GATE Desktop

There you go, GATE has been installed on your Linux system now. Congratulations!

GATE install

Launching GATE IDE

Once GATE has been installed successfully and you haven’t created any desktop or start menu shortcuts, here is how you can launch its Graphical User Interface by using command line.

Go to the installation folder for GATE and browser into the “bin” directory.

cd  /usr/local/GATE_Developer_8.2/bin

Here run the “gate.sh” script to launch the Integrated environment for GATE.

./gate.sh

Here is the very first screen you should see ; the loading screen for GATE.

GATE Loading

There you go, its loaded now, start using it for text analysis.

GATEConclusion

GATE is very popular and useful tool, it is feature rich, easy to use and freely available. It’s been active for last 15 years and still being updated on regular basis and new features are being added to cater the modern day needs and demands of users.

If you enjoy our article(s), Please use “Get Linuxpitstop articles by Email” option to get latest articles by email. Please like, follow and share our social network pages, we need help from esteemed visitors like yourself to keep this venture going.