I am new to the Goole App Engine. I'm struggling to find a way to use Stanford Parser as a backend for a mobile application (iOS, Android). Is it possible to run Parser as a service in GAE so that the application can send a line where the parsing will be performed, and after processing the application receives JSON with the results?
If so, any tips or guides you can direct me to?
Thanks.
source share