Open ever4cyth opened 9 years ago
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)
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.
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