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

starting GATE automatically

I'm a Java beginner and I need to do the following: - I have a txt file as input with text that I want to analyse in GATE; - I want to get GATE to start automatically and run its linguistic analysis (Corpus Pipeline) on this text. My idea is to…
user3729787
  • 121
  • 2
  • 11
0
votes
1 answer

GATE Jape rule annotation consisting of two words

I am trying to write a JAPE rule that will catch the annotation "Job Title". However, because it consists of two words I couldn't find a way to write it after the Input: section. Thit is what I am trying to do: Phase: ... Input: Job…
Koci Kocev
  • 79
  • 2
  • 2
  • 7
0
votes
1 answer

NetBeans does not find build.properties on GATE

I am using GATE for extracting text from French documents. I already had a problem with TreeTagger and Cygwin on Windows in GATE GUI, which I solved by putting the line shown below in system environment instead of…
0
votes
3 answers

Natural language processing in java for sort out good and bad comment from DB

I've some bunch of Comments/User-reviews in my DB of some particular products, say Samsung android phones. Now I want sort-out those comments, whether it is a good comment or bad comment. I gone through GATE(General Architecture for Text…
0
votes
2 answers

Calling Existing PipeLine in GATE

I am new to Java and I want to call my saved pipeline using GATE JAVA API through Eclipse I am not sure how I could do this although I know how to create new documents etc FeatureMap params =…
0
votes
0 answers

how to make rule handling tokens and returning the token

I am trying to make a rule to detect a pattern saying of . where x is a word annotated under "Service" annotation(i already enterd its list in gazeetter) and y can be any token and i want my rule to return the value of y. I successfully made the…
0
votes
0 answers

How to convert logic function to only nand and only nor?

So I have the function F(A,B,C,D,E)=A((B+D')+CE') and I'm not 100% sure how to do it. I have a general idea but it's just confusing to me right now.
user2836939
  • 21
  • 1
  • 4
0
votes
1 answer

Errors when using openNLP chunker

I am trying to use the openNLP chunker like this: Gate.getCreoleRegister().registerDirectories( new File(Gate.getGateHome().getAbsolutePath() + "/plugins/OpenNLP").toURI().toURL()); ProcessingResource chunkPr…
0
votes
1 answer

How can i add custom annotations to default ANNIE gazetteer?

I'm using the GATE *SDK* and would like to modify the default ANNIE Gazetteer to include a simple annotation based on a new list definition I have created. I've added my list definition to GATE-HOME\plugins\ANNIE\resources\gazetteer I've added an…
cdugga
  • 3,849
  • 17
  • 81
  • 127
0
votes
1 answer

Overlapping annotations in GATE

I am trying to merge two annotations in a document and that works fine but I want to select only the annotations which are common to both of them e.g. one annotation highlights a sentence "I am testing my grammar" and the second annotation…
user2910192
  • 41
  • 1
  • 3
0
votes
1 answer

Can we grouping Annotations in GATE

How can we group all annotations between two annotations? I'm new to GATE and am trying to group annotations together , Not sure if we can do this , Please help. For Example In the following text : Page-1 Age:53 Person: Nathan Page-2 Treatment :…
Sanjeev
  • 49
  • 9
0
votes
2 answers

Java: assert (boolean-expression)

I am new to Java and I am trying to understand how to design a circuit using Java. I found this piece of code: Can somebody explain why asset is used: Here's example: assert(list.length == 2); Thanks
0
votes
1 answer

JAVA: Adding an instace of my class "Gate" to a map is null

I am having trouble with my code. This is my first time using a Map and for some reason the Gate that is added in the 2nd try block is null. I cannot spot the error. The error first shows itself in the last try block where i get nullpointer when i…
DakkVader
  • 142
  • 1
  • 8
0
votes
1 answer

GATE Exception ! Can not guess GATE home Please set it manually

I'm trying to call gate program from command prompt am using example from following code in this link: http://gate.ac.uk/wiki/code-repository/src/sheffield/examples/StandAloneAnnie.java Step 1 : I replaced StandAloneAnnie with a name "mario" Step 2…
Sanjeev
  • 49
  • 9
0
votes
0 answers

Remove Texte Node From GATE XML File

Here is my file XML that i should remove the texte correspondant of Type Address from that(I mean's number phone here). 06.46.20.47
Vampir
  • 31
  • 5