syntaxnet-api
syntaxnet-api copied to clipboard
A small HTTP API for SyntaxNet
Corrected swagger API url Updated readme.md
1. On the readme it refers to "http://syntaxnet.askplatyp.us" - this link doesn't work. 2. In the .py code you refer to "http://syntaxnet.askplatyp.us" - are you calling an external server?
Can you explain how to run it? After we do: `docker build . -t syntaxnet-api` I guesss we should run the container with: `sudo nvidia-docker run -it -d -p 7000:7000...
Just so it will be clear - does this solution keeps the memory/neural net in memory, or is it stateless and does the model loading each time?
Hi. I just installed your code but I'm just experiencing problems with starting it. After installing all the needed dependencies (flask, swig ui, etc..), now I have problem while running...
Tryed on Ubuntu 16 EN language but have error. I checked path but bazel-bin doesnt exist. ``` b'i saw the man with glasses' en [2017-01-19 15:41:05,804] ERROR in app: Exception...
I saw .sh script and downloaded and unzip new language, then enabled it in swagger. But i get error ``` ru is not a supported language code. The supported language...