@calberti or @andorardo.
I'm using the vanilla docker image:
https://github.com/tensorflow/models/blob/master/research/syntaxnet/g3doc/CLOUD.md
docker run --rm -ti -p 8888:8888 tensorflow/syntaxnet bash
I found it cannot parse some very simple sentences:
root@2d5f62fd6d59:/opt/tensorflow/syntaxnet# echo 'The answer is 4.' | bash syntaxnet/demo.sh
...
INFO:tensorflow:Read 1 documents
Input: The answer is 4 .
Parse:
. . ROOT
and cannot parse similar simple sentence: 'You are a lady.'
root@2d5f62fd6d59:/opt/tensorflow/syntaxnet# echo 'You are a lady.' | bash syntaxnet/demo.sh
...
INFO:tensorflow:Read 1 documents
Input: You are a lady .
Parse:
. . ROOT