Questions tagged [gate]

GATE is a Java framework for developing natural language processing applications.

GATE (a General Architecture for Text Engineering, http://gate.ac.uk) is a family of open-source tools for developing natural language processing applications. The GATE family includes a number of inter-related components, and this tag is appropriate for questions about any of them:

  • GATE Developer, a graphical development environment for NLP applications.
  • GATE Embedded, the Java library underlying GATE Developer, allowing applications developed in Developer to be embedded into other Java applications.
  • GATE Teamware, a web-based collaborative annotation and data curation platform.
  • GATE Mímir, an indexing system supporting annotation- and ontology-based search over large text collections that have been processed by a GATE Embedded application.
  • GATECloud.net, a service for running GATE Embedded applications over large corpora using cloud computing.

GATE Developer, Embedded and Mímir are licenced under the Lesser GPL, and Teamware under the Affero GPL.

For more information about the GATE family of tools, see

293 questions
2
votes
1 answer

Is possible to add a list to the ANNIE Gazetteer in Gate 8.5.1?

Switching to the new release of Gate (from the 8.4.1 to the 8.5.1), it seems not possible to modify the ANNIE gazetteer adding a new list. In fact in the gazetter editor the box for adding a new list it's disabled. I've tried also to look for the…
2
votes
0 answers

Connecting GATE gazzeetteer_lkb to geonames remote repository

I am trying to configure gazzetteer_lkb with geonames.com remote repository so I can perform global location lookups. I need help to correctly configure the config.ttl and query.txt files Config.ttl needs to be a valid Turtle RDF format? Also I am…
FJ1993
  • 115
  • 1
  • 8
2
votes
1 answer

gate: exporting gate to csv file with groovy

I hope somebody can help me and tell me what im doing wrong. Thanks in advance. Im excecuting this script on the groovy console in gate new File("../outfile.csv").withWriterAppend{ out ->doc.getAnnotations().each {anno -> if( anno.getFeatures() ) …
2
votes
0 answers

Person titles co-referencing in one text

If I have in the same txt "president of the united states" and "Park Obama", how could I extract the title "President of the United States" as a name entity referring to the "Obama" name entity? What I have done is: I add "president of united state"…
SFS
  • 31
  • 6
2
votes
1 answer

How to run GATE/JAPE for non English language?

I would like to use JAPE/GATE to my own mother language (not English), as my documents are already tokenized and POS Tag. So how can I let GATE load my documents as resource for processing?
An Nguyen
  • 31
  • 6
2
votes
0 answers

Use database as gazetteers in Gate NLP

Can we use database instead of gazetteers list in Gate NLP? If yes how can we do that? I am currently building Gate NLP program using Java. I couldn't find any document regarding using database instead of gazetteers.
Suban Dhyako
  • 2,436
  • 4
  • 16
  • 38
2
votes
1 answer

ignore certain word from gate nlp NER

I want to add ignore.lst in gate annie gazetteer so that the word in that list does not show while using NE. I see stop.lst inside annie gazetteer. What is the use of stop.lst for? I created ignore.lst and added it to list.def. How to make gate nlp…
Suban Dhyako
  • 2,436
  • 4
  • 16
  • 38
2
votes
2 answers

Java Gate embedded

I am trying to use Gate embedded to extract some entities. I included the jar files from the bin and lib folder this is the code: Out.prln("Initialising GATE..."); Properties props = System.getProperties(); …
sp0030
  • 109
  • 1
  • 6
2
votes
0 answers

UIMA and GATE for building rules automatically for text annotation

Could anybody tell me if the frameworks UIMA and GATE allow to build rules automatically for text annotation.
Fasun
  • 73
  • 10
2
votes
0 answers

Implicit Aspect identification from text Reviews

I have to identify explicit and implicit aspect from a movie review. The explicit aspect is the one that expressed in a review directly such as the price of the camera is reasonable. Here, the aspect is price and the opinion word is reasonable…
2
votes
2 answers

Gate- setting text for annotation

I am trying to set content for a particular annotation in Gate. There are methods to extract content/text for the given annotation in the document. I want to change the text shown by the given annotation that means ultimately it should change the…
Shrads
  • 51
  • 1
  • 6
2
votes
1 answer

Annotating sentence in multiple lines in GATE

I have an issue with Sentence Splitter module in GATE. My text is something like this: Social history. He drank a lot in his young age. He did not attend a school. He was depressed of his condition. While we are sure that the sentences should be…
A. U.
  • 67
  • 5
2
votes
1 answer

Concept of Space Token in JAPE

I am trying out a JAPE snippet and trying to understand the concept of Space Token. Phase: Apple Input: Token SpaceToken Lookup Options: control = appelt Rule: Country ( {Token.string == "President"} {SpaceToken} …
2
votes
2 answers

how to make customize NER model using nlp

hi i know that stanfordNERenglish.muc.7class.distsim.crf.ser.gz help to classify 7 classes: Location, Person, Organization, Money, Percent, Date, Time but i want to classify text in 7 class but say person full name,money, date, time, location,…
ATechie
  • 31
  • 2
2
votes
0 answers

Parsing Xml files created by Gate

I'm new in Gate Developer 8.1 and wonder if anybody knows how could we parse the .xml files which is created after annotating texts. I need to extract annotated data with their offsets which is highlighted by our annotators Thanks,
user3147590
  • 1,231
  • 2
  • 10
  • 16
1 2
3
19 20