Skip to content

Error compiling bindings #3

@bratao

Description

@bratao

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)

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions