yao8822
yao8822
bazel [是0.11的版本,换了0.4.5版本,跑了下,还是有些问题: /usr/bin/install -c -m 644 'libgflags_nothreads.pc' '/root/.cache/bazel/_bazel_root/c57281e52862ca1f4c15bbb22593b787/execroot/kcws/bazel-out/local-fastbuild/genfiles/third_party/gflags/lib/pkgconfig/libgflags_nothreads.pc' make[1]: Leaving directory `/tmp/gflags.8cMsM/gflags-2.0' **ERROR:** /root/.cache/bazel/_bazel_root/c57281e52862ca1f4c15bbb22593b787/external/protobuf/BUILD:113:1: C++ compilation of rule '@protobuf//:protobuf' failed: gcc failed: error executing command /usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -B/usr/bin...
还有个问题,我这运行的分词结果,跟demo不一样 “我想相互约会是在冬季” 我的结果是:我/ 想/ 相/ 互约会/ 是/ 在/ 冬季 ======分词错误:互约会 demo结果是:我/ 想/ 相互/ 约会/ 是/ 在/ 冬季 ======分词正确