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
0
votes
1 answer

Read and Convert XML file (that to annotated with Gate Embedded) to format PDF

I need to extract Data from my XML file in to format (PDF or Doc). My Output in my programme Java is a XML file with this content: 1.Balise html to content Type of document,Name of Title,Creation-Date,And Name of creator(All information about…
Vampir
  • 31
  • 5
0
votes
1 answer

PIng a dialup modem using a phone number?

The company I work for has a gate that people have to enter a code to get it. The gate call-box is hooked up to a landline. The instructions for the call-box say that it has a built-in modem, and that it can connect to the internet. I want to…
Matt
  • 111
  • 1
  • 3
0
votes
3 answers

How do you use the GATE Twitter part-of-speech tagger as a model in the StanfordCoreNLP code?

How do you use the GATE Twitter part-of-speech tagger as a model in the StanfordCoreNLP code? The models are here: https://gate.ac.uk/wiki/twitter-postagger.html . But, the models don't appear to be in the StanfordCoreNLP format. I tried downloading…
0
votes
2 answers

How to get POS tagging on GATE

How to get the features of words using GATE embedded (Java code) as in the following example: type=Token; features={category=VBG, kind=word, orth=lowercase, length=7, string=lacking}; start=NodeImpl; id=21453;
0
votes
1 answer

How to use STANFORD PARSER from GATE

How to use Stanford parser from GATE embedded (using GATE through Java code). I currently use GATE_Developer_7.0 on my machine; i know that there is plugin for Stanford Parser in GATE but don't know how to use it using java code. Thanks
0
votes
1 answer

Use GATE library in java (Netbeans) for POS tagging

Actually, I am trying to write my own program using java in order to POS tagging a set of text files. I have make a search on the available NLP tools and I found that GATE is one of the most good NLP tools for text processing. I want to download it…
Q.R
  • 3
  • 1
  • 4
0
votes
1 answer

Not exactly sure how I can further simplify these logic gates

I'm not exactly sure how to simplify this further.
Ziamor
  • 493
  • 1
  • 7
  • 11
0
votes
1 answer

GATE embedded Pronominal conference no class def found junit.framework.Assert

While executing a Gate embedded app containing annie coreference pr I got the following error. Gate lib was loaded using maven dependancy. Exception in thread "main" java.lang.NoClassDefFoundError: junit/framework/Assert at…
Sasinda Rukshan
  • 439
  • 1
  • 5
  • 14
0
votes
1 answer

Multi-tenancy with GATE

I am using Gate to implement natural language processing module in my project. In the next step, I want the system support multiple users. Each user has different set of domain words(I put it into gazetteers). As far as I know, gate use a lot of…
Viet Anh
  • 165
  • 1
  • 11
0
votes
1 answer

How to store and compare annotation (with Gold Standard) in GATE

I am very comfortable with UIMA, but my new work require me to use GATE So, I started learning GATE. My question is regarding how to calculate performance of my tagging engines (java based). With UIMA, I generally dump all my system annotation into…
Watt
  • 3,118
  • 14
  • 54
  • 85
0
votes
1 answer

Adding WordNet as a GATE processing resource

I am trying to annotate a text corpus with WordNet annotations, using GATE. After adding a WordNet creole plugin into GATE-Developer system, I can only add WordNet as a language resource, but not as a processing resource or application. So I cannot…
0
votes
1 answer

Age Verification - Close Dialog Window

Using Nation Builder as a platform for a client's site and need to create an age gate. I would have the age verification on a separate page but apparently it won't work with this platform, so I'm using a Jquery dialog to show on top of the home…
0
votes
1 answer

How to randomly divide a huge corpus into 3?

I have a corpus(held in a JSerial Datastore) of thousands of documents with annotations. Now I need to divide it into 3 smaller ones, with random picking. What is the easiest way in GATE? a piece of running code or detailed guide will be most…
Matt
  • 741
  • 1
  • 6
  • 17
0
votes
2 answers

How to use java code to access MySQL DB in Jape grammar‏

How can I use following codes in the RHS of a JAPE grammar? Class.forName("com.mysql.jdbc.Driver"); ... Connection con=DriverManager.getConnection(url+DBName+addon,DBUser,DBPasswd); ... PreparedStatement statement =…
Matt
  • 741
  • 1
  • 6
  • 17
0
votes
1 answer

Boolean Logic & gate delays

Assuming 2 gate-delays for a Sum or Carry function, estimate the time for ripple-through carry addition for adders with the following word lengths:- i) 4-bit ii) 8-bit iii) 16-bit In my notes I have written: "delay is the word width times each bit…
Joe Austin
  • 557
  • 7
  • 24