gate : general architecture for text engineering

27
GATE General Architecture for Text Engineering Presented by Ahmed Magdy Ezzeldin

Upload: ahmed-magdy

Post on 22-Apr-2015

6.559 views

Category:

Technology


1 download

DESCRIPTION

This presentation is about GATE which is a Natural Language Processing Platform That supports many Languages. It also mentions Mimir which is an Indexing server for GATE that enables its users to search in a corpus of documents

TRANSCRIPT

Page 1: GATE : General Architecture for Text Engineering

GATEGeneral Architecturefor Text Engineering

Presented by Ahmed Magdy Ezzeldin

Page 2: GATE : General Architecture for Text Engineering

What is Text Engineering?

● Text or Language Engineering means applying scientific principles to the design, construction and maintenance of tools to help deal with information that has been expressed in natural languages (the languages that people use for communicating with one another).

Page 3: GATE : General Architecture for Text Engineering

Applications● Automatic summarization

● Co-reference resolution

● Discourse analysis (elaboration, explanation, contrast, question, statement, assertion)

● Machine translation

● Morphological segmentation

● Named entity recognition

● Natural language generation

● Natural language understanding

● Optical character recognition (OCR)

● Part-of-speech tagging

● Parsing

● Question answering

● Relationship extraction

● Sentiment analysis (Polarity)

● Speech recognition (Speech segmentation)

● Sentence breaking, Word segmentation, Topic segmentation

● Word sense disambiguation

Page 4: GATE : General Architecture for Text Engineering

What is GATE?

● General Architecture for Text Engineering

● Java suite of NLP tools

● University of Sheffield

● Initial Release 1995 (17 years ago)

● Last Stable Release 6.1 May 6, 2011

● Languages : English, Spanish, Chinese, Arabic, Bulgarian, French, German, Hindi, Italian, Cebuano, Romanian, Russian.

● Accepted Input Formats TXT, HTML, XML, Doc, PDF and Java Serial, PostgreSQL, Lucene, Oracle Databases

● GATE Developer which is a GATE graphical user interface, like Eclipse for Java programmers, provides a graphical environment for research and development of language processing software.

Page 5: GATE : General Architecture for Text Engineering

Gate Components and APIs

Page 6: GATE : General Architecture for Text Engineering

ANNIE GATE Application

● A Nearly-New Information Extraction System

● Example Application for English Language Engineering

● A set of modules: ● Tokenizer● Gazetteer● Sentence splitter● Part-of-speech tagger● Named entities transducer● Co-reference tagger.

Page 7: GATE : General Architecture for Text Engineering

ANNIE Architecture

Page 8: GATE : General Architecture for Text Engineering

Demos

● ANNIE Gazetteer: A list lookup component. The list files are located in $GATE_HOME/plugins/ANNIE/resources/gazetteer

● JAPE Transducer: JAPE is a Java Annotation Patterns Engine. JAPE provides finite state transduction over annotations based on regular expressions. Example files are located in $GATE_HOME/plugins/ANNIE/resources/NE

● ANNIE NE Transducer: (ANNIE named entity grammar) a semantic tagger based on the JAPE language.

Page 9: GATE : General Architecture for Text Engineering

Mimir

● Provides indexing and searching the linguistic and semantic information generated by GATE

Demo

Page 10: GATE : General Architecture for Text Engineering

Installing Mimir

Page 11: GATE : General Architecture for Text Engineering

● Open GATE and Load ANNIE Systems with Defaults

● Then click the Manage CREOLE Plug-ins

Page 12: GATE : General Architecture for Text Engineering

Add Mimir Client Path

● Add Mimir as a Plugin and set mimir-client directory

Page 13: GATE : General Architecture for Text Engineering

● Make sure Mimir Plugin is loaded now and every time you open GATE

Page 14: GATE : General Architecture for Text Engineering

● Add Mimir Indexing PR to Processing Resources

Page 15: GATE : General Architecture for Text Engineering

● Create a New Corpus from Language Resource

Page 16: GATE : General Architecture for Text Engineering

● Right Click the Corpus and populate it with Documents

Page 17: GATE : General Architecture for Text Engineering

Edit the Default Index Template

● Open http://localhost:8080/mimir-demo in your browser and go to the configuration page

● Then go to the Index Templates section and manage them

● Then Click on the default Index Template to edit it.

Page 18: GATE : General Architecture for Text Engineering

Add some annotations to the Default Index Template

Page 19: GATE : General Architecture for Text Engineering

Add a new Index

Page 20: GATE : General Architecture for Text Engineering

Edit the Index you created and set the Scorer Algorithm

(1)

(2)

(3)

Page 21: GATE : General Architecture for Text Engineering

Copy the Index URL

Page 22: GATE : General Architecture for Text Engineering

Paste Index URL in Mimir and Run ANNIE on the Corpus

Page 23: GATE : General Architecture for Text Engineering

Double click any document and check Annotations yourself

Page 24: GATE : General Architecture for Text Engineering

Close and Search the Index

(1)

(2)

Page 25: GATE : General Architecture for Text Engineering

Example Query

Page 26: GATE : General Architecture for Text Engineering

Thank you

Page 27: GATE : General Architecture for Text Engineering

References

http://gate.ac.uk

http://www.wikipedia.com

GATE Website (it is huge)

Mother of all Knowledge