YamCha Changelog

What's new in YamCha 0.33

Jun 20, 2013
  • Fix bugs
  • Support bag-of-words feature (experimental)
  • Support 64 bit machine (experimental)

New in YamCha 0.32 (Jun 20, 2013)

  • Fix FATAL bugs in feature_index.cpp
  • Multiple feature templates (e.g, F:-2..-1:4..15 F:1..2:4..15 F:0..0:4..) didn't work in the previous releases.
  • Mr. Sameer Pradhan gave me a detailed report on this bug.
  • Support NULL '\0' string in the parameters. Mr. Kazuma Takaoka. gave me a patch to fix the bug.

New in YamCha 0.31 (Jun 20, 2013)

  • Fix bugs in mkmodel.
  • mkmodel did not work well with Perl 5.8.1 or higer version.
  • Perl/Python/Ruby modules are ready (experimental release)

New in YamCha 0.30 (Jun 20, 2013)

  • Change file formats of binary models.
  • Support PKE (Polynomial Kernel Extended) which makes chunking (classification) speed significantly faster than the original yamcha.
  • C API is ready.

New in YamCha 0.27 (Jun 20, 2013)

  • Update darts library

New in YamCha 0.26 (Jun 20, 2013)

  • Fix the padding problem (bus error) arising in SPARC processor

New in YamCha 0.25 (Jun 20, 2013)

  • Fix FATAL error on compiling ONE-VS-REST model file. With this bug, YamCha would output an internal reserved tag (__OTHER__) instead of correct answer tag.

New in YamCha 0.24 (Jun 20, 2013)

  • Fix inefficiencies of mkmodel and mkdarts