Text Analysis with GATE – Part 3
The basic business of GATE is annotating documents.Core concepts are; the documents to be annotated corpora comprising sets of documents, grouping documents for the purpose of running uniform processes...
View ArticleText Analysis with GATE – Part 4
GATE comes with various built-in components: Language Resources modelling Documents and Corpora, and various types of Annotation Schema. Processing Resources that are part of the ANNIE system....
View ArticleText Analysis with GATE – Part 5
GATE Embedded Integrating GATE-based language processing in applications using GATE Embedded (the GATE API) : add $GATE_HOME/bin/gate.jar and the JAR files in $GATE_HOME/lib to the Java CLASSPATH...
View ArticleText Analysis with GATE – Part 6
Components of GATE GATE Documents Documents are modelled as content, annotations and features . The content of a document can be any form in GATE. The features are <attribute, value> pairs stored...
View ArticleCreating and Running Application file in GATE
Running GATE on based of gazetteer - Working logic to run the GATE Application was - 1>Take the lst files in gazetter 2>Map the lists.def file with updated gazetters. 3>Then put the PRs for...
View ArticleText Analysis with GATE – Part 7
JAPE: Regular Expressions over Annotations JAPE is a Java Annotation Patterns Engine. JAPE provides finite state transduction over annotations based on regular expressions. JAPE is a version of Common...
View ArticleAn medical application made with GATE
An work which we have done with GATE - Steps what we have taken - 1> Extracted all the symptom information from our disease database application and parsed and extracted clean text without html tags...
View ArticleGate Ontology Update
Instuction for making Ontology in Gate Developer - (1) Creole Plugins to be configured - Tools Ontology Ontology_Based_Gazetteer Ontology_Tools ANNIE Place the attached disease_symptom.owl in...
View ArticlePrograms to Extract the Annotations from Raw Documents – Part 1
In our work, after writing the jape files and populating gazatteer files(*.lst) files, we have used two program files to process all the annotations to db, from which we actually served in web...
View ArticlePrograms to Extract the Annotations from Raw Documents – Part 2
We have previously written – Programs to Extract the Annotations from Raw Documents – Part 1. Here is the program to get the annotated value from XML File and put into the Database....
View Article