Can any body explain the step by step guide to install the Google syntaxtnet framework and the relative dependencies on windows 7 on 64 bit ?
Regards samir
Can any body explain the step by step guide to install the Google syntaxtnet framework and the relative dependencies on windows 7 on 64 bit ?
Regards samir
The best way to use SyntaxNet in Windows is probably using Docker.
docker pull tensorflow/syntaxnet
Run the container:
docker run --rm -ti -p 8888:8888 tensorflow/syntaxnet
It will immediately fire up a Jupyter Notebook. Copy the link and paste it in the browser.
Open a Jupyter Notebook and navigate to this directory:
cd ../../syntaxnet/
Now run demo.sh
'Bob bought a pizza.' | syntaxnet/demo.sh