Jump to content

General Architecture for Text Engineering

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Dgmaynard (talk | contribs) at 13:31, 11 July 2007. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

General Architecture for Text Engineering or GATE is a Java software toolkit originally developed at the University of Sheffield since 1995 and now used worldwide by a wide community of scientists, companies, teachers and students for all sorts of natural language processing tasks, including information extraction in many languages.

GATE comprises an architecture, a free open source API, framework and graphical development environment.

GATE community and research is involved in several European research projects including TAO and SEKT.

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. Languages currently handled in GATE include English, Spanish, Chinese, Arabic, French, German, Hindi, Cebuano, Romanian, Russian. There is a large set of plugins for machine learning with Weka, RASP, MAXENT, SVM Light, for managing Ontologies like WordNet, for querying search engines like Google or Yahoo, for part of speech tagging with Brill or TreeTager, and many more.

GATE can handle 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.

It also uses the JAPE (Java Annotation Patterns Engine) language for building rules in order to annotate documents with tags. A debugger, corpus benchmark and annotations comparator tools are also present.

References

See Also