CRF++ Changelog

What's new in CRF++ 0.58

Jun 28, 2013
  • Added createModelFromArray() method to load model file from fixed buffer.
  • Added getTemplate() method to get template string.

New in CRF++ 0.57 (Jun 28, 2013)

  • Fixed build issue around libtool.
  • Fixed C++11 compatible issue.

New in CRF++ 0.56 (Jun 28, 2013)

  • Added CRFPP:Tagger::set_model() method.
  • Fixed minor bugs

New in CRF++ 0.55 (Jun 28, 2013)

  • Added new CRFPP:Model class so that multiple threads can share single CRF++ model.
  • Added Tagger::set_penalty and Tagger::penalty() method for dual decompositon decoding
  • Fixed crash bug on Windows
  • Fixed minor bugs

New in CRF++ 0.54 (Jun 28, 2013)

  • fixed the bug in L1 regularization. Reported by Fujii Yasuhisa

New in CRF++ 0.53 (Jun 28, 2013)

  • fixed build failure on libtool

New in CRF++ 0.52 (Jun 28, 2013)

  • Code clean up
  • replaced obsolete sstream with stringstream

New in CRF++ 0.51 (Jun 28, 2013)

  • Fixed a compilation error on gcc 4.3