|
From: René W. <wi...@se...> - 2013-08-17 10:31:47
|
Hi, You can also have a look at our Semantic Assistants framework: http://www.semanticsoftware.info/semantic-assistants-architecture The SA Server allows to publish any GATE pipeline as a web service that can be consumed via SOAP or REST, and has a number of advanced features like service recommendation via SPARQL, setting PR runtime parameters, multi-threading, pipeline caching, etc. An ANNIE web service is provided as a demo with the server download. Cheers, René On Friday 16 August 2013 14:43:03 Soniya Goyal wrote: > Hello Andrei, > > It would be great if you could look for that implementation and guide > me on how to do it. > > -- > Thanks, > Soniya > > On 8/16/13, Andrei Shingel <ash...@gm...> wrote: > > Hello Sonya, > > > > In past I used GATE NLP applications a number of times from PHP > > environment using web services (Apache Axis 1.X). If you want I can try > > to search in my archives how it was implemented. > > > > Regards, > > Andrei > > > > On 16.08.2013 11:36, Valentin Tablan wrote: > >> Hi Sonya, > >> > >> ANNIE runs in GATE, which is a Java -based application. I have > >> personally never used PHP, so I don't know how well (if at all!) it > >> integrates with Java. > >> > >> One option would be publish the ANNIE application as a web service and > >> then access that from you PHP code via HTTP. > >> > >> This is however not trivial, and there are no ready-made > >> implementations that we offer, because everyone's needs are different. > >> > >> You can see some documentation in the user guide, e.g. > >> http://gate.ac.uk/userguide/sec:api:tomcat, and in the Module 8 of our > >> training course (latest version at > >> http://gate.ac.uk/wiki/TrainingCourseJune2013/) > >> > >> Hope this helps. > >> > >> best, > >> Valentin > >> > >> On 12/08/13 14:17, Soniya Goyal wrote: > >>> Hello, > >>> > >>> I want to extract time, date details from my emails which I have read > >>> using php script. Is it possible to run ANNIE through that script and > >>> pass on the text for classification as a parameter? Any help in this > >>> regard would be great! |