Stanford Parser as a Google App Engine Service

荒凉一梦 提交于 2019-12-24 03:23:12

问题


I'm new to Goole App Engine. I'm struggling to find a way to use Stanford Parser as a backend for a mobile app (iOS, Android). Is it possible to run the Parser as a service in GAE so that the app can send the string in wich the parsing will be done and after the processing, the app gets a JSON with the results?

If yes, any hints or tutorial that you can direct me to?

Thank you.


回答1:


I can't answer your exact question, but I'm also very interested in this.

Have you tried running the parser locally on iOS or Android? I suspect it would be somewhat slow, but I wonder if it's "tolerably slow" for small sentences. The official page just mentions a 100MB memory minimum, I can't find any mention of a minimum requirement for CPU power.

Here they explain how they run their own online parser: https://mailman.stanford.edu/pipermail/parser-user/2011-March/000954.html



来源:https://stackoverflow.com/questions/11159751/stanford-parser-as-a-google-app-engine-service

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!