You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when bash build_cpp.sh I get a error:
[ 69%] Built target dictionary-app
[ 69%] Built target tokenizer
Linking CXX shared library /opt/coda/debug/lib/libcrf.so
[ 69%] Built target crf
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
I found an error before "make: *** [all] " is [ 22%] Built target porterstemmer-app
In file included from /data01/Coda/src/c_api/all.h:4:0,
from /data01/Coda/src/c_api/all.cpp:1:
/data01/Coda/src/nlp-stack/SentenceSplitter/Core/SentenceSplitter/sentence-splitter.h:43:27: fatal error: boost/regex.hpp: No such file or directory
#include <boost/regex.hpp>
^
compilation terminated.
and then I do "apt-get install libboost-all-dev" and then It's Ok
when bash build_cpp.sh I get a error:
[ 69%] Built target dictionary-app
[ 69%] Built target tokenizer
Linking CXX shared library /opt/coda/debug/lib/libcrf.so
[ 69%] Built target crf
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: