How to use SyntaxNet output to operate an executive command ,for example save a file in a folder, on Linux system
问题 having downloaded and trained SyntaxNet, I am trying to write a program that can open new/existed files, for example AutoCAD files, and save the files in an specific directory by analyzing the text: open LibreOffice file X . considering the output of SyntaxNet as: echo "save AUTOCAD file X in directory Y" | ./test.sh > output.txt Input: save AUTOCAD file X in directory Y Parse: save VB ROOT +-- X NNP dobj | +-- file NN compound | +-- AUTOCAD CD nummod +-- directory NN nmod +-- in IN case +--