Run GATE pipeline from inside a Java program without the GUI. build a tomcat app with gate
gate, java, nlp, tomcat
Solution
The GATE example code shows you how to run GATE in a number of different ways, in particular the Goldfish example illustrates how to run GATE from the command line.
Problem
i have built some plugin components to GATE and in combination with ANNIE tools, im running a pipeline in GATE platform. Does anyone know how can i run a pipeline from the console? I want to build a web application in Tomcat that will be taking a plain text from the web page, passing it to the GATE pipeline i have built and do something. So i need to run GATE in a simple Java file, how can it be done? Thanks in advance and sorry for my poor grammar