syntaxnet-rest-api icon indicating copy to clipboard operation
syntaxnet-rest-api copied to clipboard

A simple rest api for Google SyntaxNet, powered by docker

Results 4 syntaxnet-rest-api issues
Sort by recently updated
recently updated
newest added

i'm download your packet, Russian folder, copy it to drive C:\, and start - docker run -p 9000:9000 -v /C:\Russian-SynTagRus/models -d ljm625/syntaxnet-rest-api:dragnn what send request http://localhost:9000/api/v1/use/*the_folder_name*

Hi, Anyone knows where can I find the definition of output data? e.g. what does element "break_level" : 0 mean? Thanks. "category": "", "pos_tag": "NNP", "head": 2, "word": "Google", "break_level":...

I would like to use an already tokenized text as input. Is it possible?

It will be great to speed up time of analysis with [TensorFlow Serving](https://github.com/tensorflow/serving) use. I find some info about how to implement it - [Tensorflow serving and syntaxnet](https://github.com/dsindex/syntaxnet/blob/master/README_api.md) - [Standalone...

enhancement