I've been hacking around with Parsey McParseface and Parsey Universal. Google released their next version of the parser:
https://research.googleblog.com/2017/03/an-upgrade-to-syntaxnet-new-models-and.html
After a bit of looking I was able to find and download the models, but I can't seem to find a way to actually run them i.e.
echo "I have it working" | syntaxnet/models/parsey_saurus_english/parse.sh
There is no parse.sh and using the demo.sh or parsey_universals parse.sh also won't work.
Has anyone gotten them working or found a tutorial somewhere that I could get started with?
Thanks in advance