WladimirSidorenko / CRFSuite

Tree-Structured, First- and Higher-Order Linear Chain, and Semi-Markov CRFs
Other
44 stars 11 forks source link

Training algorithms other than lBFGS are not supported for semi-Markov and higher-order models #2

Open WladimirSidorenko opened 9 years ago

WladimirSidorenko commented 9 years ago

Example:

./frontend/crfsuite learn --type=semim -m semim.model -a l2sgd tests/test_sm_1.input CRFSuite 0.12 Copyright (c) 2007-2011 Naoaki Okazaki

ERROR: Training algorithm 'l2sgd' is not supported for this type of graphical model. Try `lbfgs' instead.