-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
While compiling bindings, a lot of error appears:
crfsuite_api.hpp:326:10: error: candidate is: bool CRFSuite::Tagger::open(const string&)
::string& name);
fsuite.cpp:1:0:
crfsuite.hpp: In member function 'CRFSuite::StringList CRFSuite::Tagger::viterbi()':
crfsuite.hpp:401:52: error: too few arguments to function
viterbi(tagger, path, &score))) {
^
crfsuite.hpp: In member function 'double CRFSuite::Tagger::probability(const StringList&)':
crfsuite.hpp:474:48: error: too few arguments to function
lognorm(tagger, &lognorm))) {
^
crfsuite.hpp: In member function 'double CRFSuite::Tagger::marginal(const string&, int)':
crfsuite.hpp:530:58: error: too few arguments to function
marginal_point(tagger, l, t, &prob))) {
^
Looks like crfsuite.hpp has not been updated with new code for semi-markov ( aux)
Reactions are currently unavailable