General Architecture for Text Engineering

GATE

GATE Developer v5 main window
Developer(s) GATE research team, Dept. Computer Science, University of Sheffield
Initial release 1995 (1995)
Stable release 8.2 (May 31, 2016 (2016-05-31)) [±]
Preview release 8.2 (November 30, 2016 (Nightly builds released every day)) [±]
Repository sourceforge.net/p/gate/code/HEAD/tree/
Written in Java
Operating system Cross-platform
Available in English
Type Text mining Information Extraction
License LGPL
Website gate.ac.uk

General Architecture for Text Engineering or GATE is a Java suite of tools originally developed at the University of Sheffield beginning in 1995 and now used worldwide by a wide community of scientists, companies, teachers and students for many natural language processing tasks, including information extraction in many languages.[1]

GATE has been compared to NLTK, R and RapidMiner.[2] As well as being widely used in its own right, it forms the basis of the KIM semantic platform.[3]

GATE community and research has been involved in several European research projects including TAO, SEKT, NeOn, Media-Campaign, Musing, Service-Finder, LIRICS and KnowledgeWeb, as well as many other projects.

As of May 28, 2011, 881 people are on the gate-users mailing list at SourceForge.net, and 111,932 downloads from SourceForge are recorded since the project moved to SourceForge in 2005.[4] The paper "GATE: A Framework and Graphical Development Environment for Robust NLP Tools and Applications"[5] has received over 800 citations in the seven years since publication (according to Google Scholar). Books covering the use of GATE, in addition to the GATE User Guide,[6] include "Building Search Applications: Lucene, LingPipe, and Gate", by Manu Konchady,[7] and "Introduction to Linguistic Annotation and Text Analytics", by Graham Wilcock.[8]

Features

GATE includes an information extraction system called ANNIE (A Nearly-New Information Extraction System) which is a set of modules comprising a tokenizer, a gazetteer, a sentence splitter, a part of speech tagger, a named entities transducer and a coreference tagger. ANNIE can be used as-is to provide basic information extraction functionality, or provide a starting point for more specific tasks.

Languages currently handled in GATE include English, Chinese, Arabic, Bulgarian, French, German, Hindi, Italian, Cebuano, Romanian, Russian, Danish.

Plugins are included for machine learning with Weka, RASP, MAXENT, SVM Light, as well as a LIBSVM integration and an in-house perceptron implementation, for managing ontologies like WordNet, for querying search engines like Google or Yahoo, for part of speech tagging with Brill or TreeTagger, and many more. Many external plugins are also available, for handling e.g. tweets.[9]

GATE accepts input in various formats, such as TXT, HTML, XML, Doc, PDF documents, and Java Serial, PostgreSQL, Lucene, Oracle Databases with help of RDBMS storage over JDBC.

JAPE transducers are used within GATE to manipulate annotations on text. Documentation is provided in the GATE User Guide.[10] A tutorial has also been written by Press Association Images.[11]

GATE Developer

GATE 5 main window.

The screenshot shows the document viewer used to display a document and its annotations. In pink are <A> hyperlink annotations from an HTML file. The right list is the annotation sets list, and the bottom table is the annotation list. In the center is the annotation editor window.

GATE Mímir

Generate vast quantities of information including; natural language text, semantic annotations, and ontological information. Sometimes the data itself is the end product of an application but often the information would be more useful if it could be efficiently searched. GATE Mimir provides support for indexing and searching the linguistic and semantic information generated by such applications and allows for querying the information using arbitrary combinations of text, structural information, and SPARQL.

See also

References

  1. Languages mentioned on http://gate.ac.uk/gate/plugins/ include Arabic, Bulgarian, Cebuano, Chinese, French, German, Hindi, Italian, Romanian and Russian.
  2. "Open Source Text Analytics" web article by Seth Grimes
  3. "KIM – a semantic platform for information extraction and retrieval", by Popov et al (Natural Language Engineering (2004), 10:375-392)
  4. GATE project page on SourceForge
  5. "GATE: A Framework and Graphical Development Environment for Robust NLP Tools and Applications", by Cunningham H., Maynard D., Bontcheva K. and Tablan V. (In proc. of the 40th Anniversary Meeting of the Association for Computational Linguistics, 2002)
  6. GATE User Guide
  7. Konchady, Manu. Building Search Applications: Lucene, LingPipe, and Gate. Mustru Publishing. 2008.
  8. "Introduction to Linguistic Annotation and Text Analytics", by Graham Wilcock
  9. TwitIE - An Open-Source Information Extraction Pipeline for Microblog Text
  10. JAPE chapter in the GATE User Guide
  11. A JAPE tutorial from Press Association Images, UK
This article is issued from Wikipedia - version of the 11/7/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.