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

Text Segmentation using Gate

I am trying to write my own program using Java in order to segment set of text files into sentences. I have make a search on the available NLP tools and I found that GATE but i couldn't use it to just segment using the pipeline. Any ideas how to…
Dreamer
  • 17
  • 7
-1
votes
1 answer

Where I find a collection of document for information extraction?

I am the beginner with the GATE framework, I'm finding a valid set of documents (pdf or other) where I can learn better this framework. On google I can not find anything appropriate, do you help me?
Kimas
  • 21
  • 5
-1
votes
2 answers

What are some good tools/practises for aspect level sentiment analysis?

I am planning to get some review data from tripadvisor and I want to be able to extract hotel related aspects and assign polarity to them and classify them as negative or positive. What tools can I use for this purpose and how and where do I start?…
Kripa Jayakumar
  • 891
  • 9
  • 16
-1
votes
1 answer

Load custom grammar file using GATE developer

I am new to GATE (General Architecture for Text Engineering). Can anyone tell me how to load a custom grammar file and add it to application.
Chamath Sajeewa
  • 300
  • 1
  • 14
-1
votes
2 answers

Or gate (||) sorts false as undefined

I have a code like this: var IFS = document.isFullScreen || document.webkitIsFullScreen || document.mozIsFullScreen || document.msIsFullScreen; The exact problem is that the || gates sorts false as undefined, since isFullScreen…
user2039981
-1
votes
3 answers

How should I go about making a country specific age gate?

I've created an age verification splash page for a liquor company using PHP, but didn't consider different legal drinking ages across the globe. What's the easiest way to have my age gate check for the entered country's drinking age? Also, instead…
-2
votes
1 answer

JAVA PermGem memory

Please help me to find it out how to increase the JAVA heap space, I am running GATE based application where I need to run large collection of datasets, and it's really eating the memory. My computer configuration is RAM 32GB window 7. Whenever I…
user2249205
  • 11
  • 1
  • 1
  • 4
-4
votes
1 answer

How to categorize a text paragraph into predefined categories?

I have a list of categories like Sports,Game,Religion,Finance,Market Rates,I.T,Health,Adult,Business,B2B, government, politics, education etc.. now I want to categorise a text paragraph into these categories, actually I extract whole text from a…
Azhar Ak
  • 1
  • 1
1 2 3
19
20