私は SyntaxNet を初めて使用し、最近https://github.com/tensorflow/models/blob/master/syntaxnet/README.md#instalationから段階的にインストールしようとしました。
bazel test を実行した後、このコードを使用すると、「12 個のテストのうち 12 個のテストを実行しました: 12 個のテストに合格しました」と言われましたが、
ubuntu@ubuntu-VirtualBox:~/Downloads/git-2.7.4/models/syntaxnet$
echo 'Bob brought the pizza to Alice.' |syntaxnet/demo.sh
それは私にこのエラーを与えます:
syntaxnet/demo.sh: line 31: bazel-bin/syntaxnet/parser_eval:
No such file or directory
syntaxnet/demo.sh: line 43: bazel-bin/syntaxnet/parser_eval:
No such file or directory
syntaxnet/demo.sh: line 55: bazel-bin/syntaxnet/conll2tree:
No such file or directory
誰かが私を助けてくれれば本当に感謝しています。
どうもありがとう