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

Gate features automatically copied across all annotations

I have done a rule based annotation, which annotates different paragraphs. When I add any feature to any paragraph annotation which has been generated, the features are copied across all the generated paragraph annotations (all the annotations are…
madzie
  • 47
  • 1
  • 9
0
votes
1 answer

GATE ML Information Extraction process fail to produce proper class-level

I am trying to learn Machine Learning. In case of Information Extraction, save files are getting populated properly with data. But Number of class level is 0 in NLPFeaturesData.save file and log is also sounds like 93 #numTrainingDocs 0…
abhijit nag
  • 451
  • 6
  • 24
0
votes
1 answer

(GATE) How to let Minipar play with special characters like Ö, Ü, Ä?

while learning Gate, I encountered the following problem: Minipar throws exception when it sees uncommen characters like Ö, Ü, Ä. For example in the sentence "Batten disease (also known as Spielmeyer-Vogt-Sjögren-Batten disease ) is a rare, fatal…
Matt
  • 741
  • 1
  • 6
  • 17
0
votes
1 answer

Why Minipar in Gate runs forever?

I'm using Win7 x64 system. I pointed MiniparBinaryFile to the exe file in gate/plugin/parser-minipar and MiniparDataDir to the data folder under the extracted minipar-0.5-windows32. Gate launches to run the minipar but there is no more activity…
Matt
  • 741
  • 1
  • 6
  • 17
0
votes
2 answers

Error: JVM could not create

When I open GATE, I meet error "Error: Could not create the Java Virtual Machine. Error: A fatal execption has occurred. Program will exit". How to resovle??? Help me!
Tai Tran
  • 1
  • 2
0
votes
1 answer

How to embedd external plugin like "BWP Gazetteer" with GATE

I would like to use BWP Gazetteer instead of Default Gazetteer of GATE. For this, i added it as a resource in creole.xml and included its JAR as well in the workspace. Creole.xml …
Divya Motiwala
  • 1,659
  • 1
  • 16
  • 24
0
votes
2 answers

Use TermRaider plugins in GATE

I want to use TermRaider features with GATE. Could someone please post some sample code to load and use this resource in java class. I have tried with following but failed. Gate.getCreoleRegister().registerDirectories(new…
abhijit nag
  • 451
  • 6
  • 24
0
votes
1 answer

Getting OOM while using GATE on large data set

I am quite new to NLP and am using GATE for it. I am getting OOM Exception if I run my code for large data set(containing 7K+ records). Below is the code where exception occurs. /** * Run ANNIE * * @param controller * @throws GateException …
Divya Motiwala
  • 1,659
  • 1
  • 16
  • 24
0
votes
0 answers

8 bit adder design? Link two 4bit adders?

Ive created a 4bit adder design but I need an 8bit. Could I create two 4bit and link the outputs together through an AND gate? My 4 bit adder: https://www.dropbox.com/s/ao60s6dgtrnhal3/4bit%20adder.PNG
redundant6939
  • 153
  • 3
  • 5
  • 16
0
votes
1 answer

Adding new ANNIE rules to GATE when using maven

If I use the Ant build script then it would include my created JAPE files if I put them in the right folder. But if I want to use GATE from maven, how do I include my own JAPE files?
Transcendence
  • 2,616
  • 3
  • 21
  • 31
0
votes
1 answer

Sentence Classification (Categorization)

I have been reading about text classification and found several Java tools which are available for classification, but I am still wondering: Is text classification the same as sentence classification! Is there any tool which focuses on sentence…
S Gaber
  • 1,536
  • 7
  • 24
  • 43
-1
votes
1 answer

SentenceSplitter in GATE

I am trying to detect Sentences using GATE and more specifically using either ANNIE SentenceSplitter or RegexSentenceSplitter. RegexSentenceSplitter seems to be working very well, however the only problem is that a new sentence annotation is being…
Harry Wells
  • 169
  • 1
  • 1
  • 7
-1
votes
2 answers

Gazetteer Loading in gate

I am using gate 7.1. in that i have 30 .def files are loading every time. I have run multiple text files every time all 30 .def files loading if any possibility to load all 30 .def files into single object and send that object to gazetteer. add…
vijay velaga
  • 97
  • 1
  • 1
  • 9
-1
votes
1 answer

Run a java Class inside an interface

Hi i am working on an eclipse RCP project and i need to run a function from a class from my ViewPart by adding the instance to a button Selected Listener, i am using Gate NLP in the function so after running the project i get a lot of exceptions…
Dreamer
  • 17
  • 7
1 2 3
19
20