Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compiling error #26

Open
ever4cyth opened this issue Dec 15, 2014 · 2 comments
Open

compiling error #26

ever4cyth opened this issue Dec 15, 2014 · 2 comments

Comments

@ever4cyth
Copy link

libLBFGS, CRFsuite, NERsuite are all downloaded from github today,

when compiling NERsuite, the following error occurs

g++ -DHAVE_CONFIG_H -I. -I../.. -I/home/magnolia/textmine/nersuite/include -I/home/magnolia/textmine/nersuite/include -I../.. -I. -O3 -ffast-math -g -O2 -MT nersuite-nersuite.o -MD -MP -MF .deps/nersuite-nersuite.Tpo -c -o nersuite-nersuite.o test -f 'nersuite.cpp' || echo './'nersuite.cpp
nersuite.cpp: In member function ‘int NER::Suite::tag()’:
nersuite.cpp:154:10: error: ‘class CRFSuite::Tagger’ has no member named ‘set_bias’
make[2]: *** [nersuite-nersuite.o] Error 1

@spyysalo
Copy link
Member

I believe that support for label bias hyperparameters has not yet been integrated into the CRFsuite master. Please try the branch from https://github.com/priancho/crfsuite (see also #23)

@wpan5
Copy link

wpan5 commented Sep 23, 2020

Hi,

I had some issues installing the forked version of crfsuite. I tried the branch from [https://github.com/priancho/crfsuite]. When I typed ./autogen.sh, the following error occurred,

./autogen.sh: line 15: libtoolize: command not found
./autogen.sh: line 20: aclocal: command not found
aclocal failed!

Are there additional dependencies I should install on my Mac? Any feedback is appreciated! Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants