syntaxnet-rest-api
syntaxnet-rest-api copied to clipboard
SyntaxNet server that does not recreate models (stays alive)
It will be great to speed up time of analysis with TensorFlow Serving use. I find some info about how to implement it
- Tensorflow serving and syntaxnet
- Standalone SyntaxNet server that does not recreate models (stays alive)
It's not an issue, but it will great enhancement and feature :)
thanks for the info! will check it out next week :D
Hi there, I just did some research these days, it seems that syntaxnet is introducing DRAGNN which I can use to build native version of the wrapper and also it can process instantly. The Tensorflow serving is not officially supported and you need to retrain these modules, so I will probably go for the DRAGNN, hopefully I can complete it in next week :D ( pretty busy these days )
Yes, I'm keeping a close eye on the Google Research Blog Maybe it makes sense to divide repository into two sub-packages as it is done by Google:
- DRAGNN
- SyntaxNet
To make 2 Docker images for each technology.
Please check the DRAGNN branch, it's currently using DRAGNN package and pretty fast :D
Ok, I will test it and let you know
thanks, really appreciate it
Hi!
Started testing the new DRAGNN
First of all:
- Сorrect description of the POST request body (сomma is missing)
{
"strings": ["Google is awesome!","Syntaxnet is Cool"],
"tree": true/false } - Response with the result is missing info, such as POS tag
- Need to change the way of switching to another ParseySaurus model. GET request that respond "null" it's not good :)
I will continue testing
Thanks for the feedback! All these issues above should be fixed