Run GATE pipeline from inside a Java program without the GUI. build a tomcat app with gate
问题 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 回答1: The GATE example code shows you how to